public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [regression] oops on heavy compilations ("kernel BUG at mm/zswap.c:1005!" and "Oops: invalid opcode: 0000")
       [not found] <BD22A15A-9216-4FA0-82DF-C7BBF8EE642E@gmail.com>
@ 2024-08-23 11:51 ` Linux regression tracking (Thorsten Leemhuis)
  2024-08-23 12:14   ` Piotr Oniszczuk
  2024-08-23 13:13   ` Matthew Wilcox
  0 siblings, 2 replies; 31+ messages in thread
From: Linux regression tracking (Thorsten Leemhuis) @ 2024-08-23 11:51 UTC (permalink / raw)
  To: Piotr Oniszczuk
  Cc: stable, LKML, Linux kernel regressions list, Johannes Weiner,
	Yosry Ahmed, Nhat Pham, Linux-MM

[to the next one replying: please drop stable@vger.kernel.org from the
CC, this is just noise there, as this is most likely a mainline regression]

[thread starts here:
https://lore.kernel.org/all/BD22A15A-9216-4FA0-82DF-C7BBF8EE642E@gmail.com/
]

On 23.08.24 13:21, Piotr Oniszczuk wrote:
> 
> In my development i’m using ryzen9 based builder machine.
> OS is ArchLinux.
> It worked perfectly stable with 6.8.2 kernel.
> 
> Recently I updated to 6.10.6  kernel and….started to have regular oops at heavy compilations (12c/24t loaded 8..12h constantly compiling)
> 
> Only single change is kernel: 6.8.2->6.10.6
> 6.10.6 is vanilla mainline (no any ArchLinux patches)
> 
> When i have ooops - dmesg is like below.
> 
> For me this looks like regression...

Many thx for the report. And yes, it looks like one. I CCed the zswap
and the mm folks, which a bit of luck they might have an idea. But this
sort of error sometimes is caused by changes in other areas of the
kernel and they just manifest in zswap. If that is the case nobody might
look into this unless you are able to provide more details, like the
result of a bisction
(https://docs.kernel.org/admin-guide/verify-bugs-and-bisect-regressions.html
) -- that's just how it is...

Ciao, Thorsten


> [75864.693223] br0: port 1(enp5s0) entered blocking state
> [75864.693226] br0: port 1(enp5s0) entered forwarding state
> [86041.349844] ------------[ cut here ]------------
> [86041.349850] kernel BUG at mm/zswap.c:1005!
> [86041.349862] Oops: invalid opcode: 0000 [#1] PREEMPT SMP NOPTI
> [86041.349867] CPU: 5 PID: 2798071 Comm: llvm-tblgen Not tainted 6.10.6-12 #1 349ceb515693b41153483eac7819a5fb2832d2bf
> [86041.349872] Hardware name: To Be Filled By O.E.M. B450M Pro4-F R2.0/B450M Pro4-F R2.0, BIOS P10.08 01/19/2024
> [86041.349876] RIP: 0010:zswap_decompress+0x1ef/0x200
> [86041.349884] Code: ef e8 95 2a ce ff 84 c0 0f 85 1f ff ff ff e9 fb fe ff ff 0f 0b 48 8d 7b 10 e8 0d a9 a4 00 c7 43 10 00 00 00 00 8b 43 30 eb 86 <0f> 0b 0f 0b e8 f8 9b a3 00 0f 1f 84 00 00 00 00 00 90 90 90 90 90
> [86041.349889] RSP: 0000:ffffb98f823ebb90 EFLAGS: 00010282
> [86041.349892] RAX: 00000000ffffffea RBX: ffff9bf22e8c1e08 RCX: ffff9bef137774ba
> [86041.349894] RDX: 0000000000000002 RSI: 0000000000000438 RDI: ffff9bf22e8b2af0
> [86041.349897] RBP: ffff9bef58cd2b98 R08: ffff9bee8baf07e0 R09: ffff9bef13777080
> [86041.349899] R10: 0000000000000022 R11: ffff9bee8baf1000 R12: fffff782422ebc00
> [86041.349902] R13: ffff9bef13777080 R14: ffff9bef01e3d6e0 R15: ffff9bf22e8c1e48
> [86041.349904] FS:  00007f4bda31d280(0000) GS:ffff9bf22e880000(0000) knlGS:0000000000000000
> [86041.349908] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
> [86041.349910] CR2: 000000001665d010 CR3: 0000000191a2c000 CR4: 0000000000350ef0
> [86041.349914] Call Trace:
> [86041.349918]  <TASK>
> [86041.349920]  ? die+0x36/0x90
> [86041.349925]  ? do_trap+0xdd/0x100
> [86041.349929]  ? zswap_decompress+0x1ef/0x200
> [86041.349932]  ? do_error_trap+0x6a/0x90
> [86041.349935]  ? zswap_decompress+0x1ef/0x200
> [86041.349938]  ? exc_invalid_op+0x50/0x70
> [86041.349943]  ? zswap_decompress+0x1ef/0x200
> [86041.349946]  ? asm_exc_invalid_op+0x1a/0x20
> [86041.349951]  ? zswap_decompress+0x1ef/0x200
> [86041.349955]  zswap_load+0x109/0x120
> [86041.349958]  swap_read_folio+0x64/0x450
> [86041.349963]  swapin_readahead+0x463/0x4e0
> [86041.349967]  do_swap_page+0x436/0xd70
> [86041.349972]  ? __pte_offset_map+0x1b/0x180
> [86041.349976]  __handle_mm_fault+0x85d/0x1070
> [86041.349979]  ? sched_tick+0xee/0x2f0
> [86041.349985]  handle_mm_fault+0x18d/0x320
> [86041.349988]  do_user_addr_fault+0x177/0x6a0
> [86041.349993]  exc_page_fault+0x7e/0x180
> [86041.349996]  asm_exc_page_fault+0x26/0x30
> [86041.350000] RIP: 0033:0x7453b9
> [86041.350019] Code: 00 48 8d 0c 49 4c 8d 04 ca 48 8b 0f 4c 39 c2 75 19 e9 7f 00 00 00 66 66 2e 0f 1f 84 00 00 00 00 00 48 83 c2 18 49 39 d0 74 6b <48> 39 0a 75 f2 48 89 84 24 90 00 00 00 4c 39 73 10 0f 84 2f 02 00
> [86041.350024] RSP: 002b:00007ffe67b93c80 EFLAGS: 00010206
> [86041.350027] RAX: 0000000016659250 RBX: 00007ffe67b93db0 RCX: 000000000f1aad40
> [86041.350030] RDX: 000000001665d010 RSI: 00007ffe67b93cd8 RDI: 00007ffe67b93cd0
> [86041.350032] RBP: 0000000000000001 R08: 000000001665d088 R09: 0000000000000000
> [86041.350035] R10: 00007f4bda030610 R11: 00007f4bda0d6200 R12: 0000000016661210
> [86041.350038] R13: 00007ffe67b94a58 R14: 000000000ba280a8 R15: 0000000000000006
> [86041.350041]  </TASK>
> [86041.350043] Modules linked in: tls rpcsec_gss_krb5 nfsv4 dns_resolver nfs netfs rpcrdma rdma_cm iw_cm ib_cm ib_core br_netfilter iptable_filter xt_physdev tun bridge stp llc ext4 crc16 mbcache jbd2 amd_atl intel_rapl_msr intel_rapl_common cfg80211 edac_mce_amd kvm_amd rfkill kvm crct10dif_pclmul crc32_pclmul polyval_clmulni r8169 polyval_generic gf128mul ghash_clmulni_intel sha512_ssse3 realtek sha256_ssse3 sha1_ssse3 aesni_intel mdio_devres crypto_simd sp5100_tco k10temp gpio_amdpt cryptd wmi_bmof pcspkr ccp libphy i2c_piix4 acpi_cpufreq rapl zenpower ryzen_smu gpio_generic mac_hid nfsd auth_rpcgss nfs_acl lockd grace nct6775 nct6775_core hwmon_vid sg sunrpc crypto_user fuse dm_mod loop nfnetlink bpf_preload ip_tables x_tables xfs libcrc32c crc32c_generic drm_ttm_helper ttm video gpu_sched i2c_algo_bit drm_gpuvm drm_exec mxm_wmi nvme crc32c_intel drm_display_helper xhci_pci nvme_core xhci_pci_renesas wmi virtio_net net_failover failover dimlib virtio_blk virtio_pci virtio_pci_legacy_dev virtio_pci_modern_dev
> [86041.350106]  [last unloaded: nouveau]
> [86041.350125] ---[ end trace 0000000000000000 ]---
> [86041.350128] RIP: 0010:zswap_decompress+0x1ef/0x200
> [86041.350131] Code: ef e8 95 2a ce ff 84 c0 0f 85 1f ff ff ff e9 fb fe ff ff 0f 0b 48 8d 7b 10 e8 0d a9 a4 00 c7 43 10 00 00 00 00 8b 43 30 eb 86 <0f> 0b 0f 0b e8 f8 9b a3 00 0f 1f 84 00 00 00 00 00 90 90 90 90 90
> [86041.350137] RSP: 0000:ffffb98f823ebb90 EFLAGS: 00010282
> [86041.350139] RAX: 00000000ffffffea RBX: ffff9bf22e8c1e08 RCX: ffff9bef137774ba
> [86041.350142] RDX: 0000000000000002 RSI: 0000000000000438 RDI: ffff9bf22e8b2af0
> [86041.350145] RBP: ffff9bef58cd2b98 R08: ffff9bee8baf07e0 R09: ffff9bef13777080
> [86041.350147] R10: 0000000000000022 R11: ffff9bee8baf1000 R12: fffff782422ebc00
> [86041.350150] R13: ffff9bef13777080 R14: ffff9bef01e3d6e0 R15: ffff9bf22e8c1e48
> [86041.350152] FS:  00007f4bda31d280(0000) GS:ffff9bf22e880000(0000) knlGS:0000000000000000
> [86041.350156] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
> [86041.350158] CR2: 000000001665d010 CR3: 0000000191a2c000 CR4: 0000000000350ef0
> [86041.350162] ------------[ cut here ]------------
> [86041.350164] WARNING: CPU: 5 PID: 2798071 at kernel/exit.c:825 do_exit+0x88b/0xac0
> [86041.350170] Modules linked in: tls rpcsec_gss_krb5 nfsv4 dns_resolver nfs netfs rpcrdma rdma_cm iw_cm ib_cm ib_core br_netfilter iptable_filter xt_physdev tun bridge stp llc ext4 crc16 mbcache jbd2 amd_atl intel_rapl_msr intel_rapl_common cfg80211 edac_mce_amd kvm_amd rfkill kvm crct10dif_pclmul crc32_pclmul polyval_clmulni r8169 polyval_generic gf128mul ghash_clmulni_intel sha512_ssse3 realtek sha256_ssse3 sha1_ssse3 aesni_intel mdio_devres crypto_simd sp5100_tco k10temp gpio_amdpt cryptd wmi_bmof pcspkr ccp libphy i2c_piix4 acpi_cpufreq rapl zenpower ryzen_smu gpio_generic mac_hid nfsd auth_rpcgss nfs_acl lockd grace nct6775 nct6775_core hwmon_vid sg sunrpc crypto_user fuse dm_mod loop nfnetlink bpf_preload ip_tables x_tables xfs libcrc32c crc32c_generic drm_ttm_helper ttm video gpu_sched i2c_algo_bit drm_gpuvm drm_exec mxm_wmi nvme crc32c_intel drm_display_helper xhci_pci nvme_core xhci_pci_renesas wmi virtio_net net_failover failover dimlib virtio_blk virtio_pci virtio_pci_legacy_dev virtio_pci_modern_dev
> [86041.350211]  [last unloaded: nouveau]
> [86041.350231] CPU: 5 PID: 2798071 Comm: llvm-tblgen Tainted: G      D            6.10.6-12 #1 349ceb515693b41153483eac7819a5fb2832d2bf
> [86041.350236] Hardware name: To Be Filled By O.E.M. B450M Pro4-F R2.0/B450M Pro4-F R2.0, BIOS P10.08 01/19/2024
> [86041.350239] RIP: 0010:do_exit+0x88b/0xac0
> [86041.350242] Code: 89 a3 48 06 00 00 48 89 6c 24 10 48 8b 83 68 08 00 00 e9 ff fd ff ff 48 8b bb 28 06 00 00 31 f6 e8 da e1 ff ff e9 a1 fd ff ff <0f> 0b e9 eb f7 ff ff 4c 89 e6 bf 05 06 00 00 e8 c1 2b 01 00 e9 66
> [86041.350248] RSP: 0000:ffffb98f823ebed8 EFLAGS: 00010282
> [86041.350250] RAX: 0000000400000000 RBX: ffff9bf042adc100 RCX: 0000000000000000
> [86041.350252] RDX: 0000000000000001 RSI: 0000000000002710 RDI: ffff9bef09907380
> [86041.350255] RBP: ffff9bef81c55580 R08: 0000000000000000 R09: 0000000000000003
> [86041.350258] R10: ffffb98f823eb850 R11: ffff9bf23f2ad7a8 R12: 000000000000000b
> [86041.350261] R13: ffff9bef09907380 R14: ffffffffa65fa463 R15: ffffb98f823ebae8
> [86041.350263] FS:  00007f4bda31d280(0000) GS:ffff9bf22e880000(0000) knlGS:0000000000000000
> [86041.350267] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
> [86041.350269] CR2: 000000001665d010 CR3: 0000000191a2c000 CR4: 0000000000350ef0
> [86041.350272] Call Trace:
> [86041.350274]  <TASK>
> [86041.350276]  ? __warn+0x80/0x120
> [86041.350280]  ? do_exit+0x88b/0xac0
> [86041.350283]  ? report_bug+0x164/0x190
> [86041.350288]  ? handle_bug+0x3c/0x80
> [86041.350291]  ? exc_invalid_op+0x17/0x70
> [86041.350294]  ? asm_exc_invalid_op+0x1a/0x20
> [86041.350297]  ? do_exit+0x88b/0xac0
> [86041.350300]  ? do_exit+0x6f/0xac0
> [86041.350303]  ? do_user_addr_fault+0x177/0x6a0
> [86041.350307]  make_task_dead+0x81/0x170
> [86041.350310]  rewind_stack_and_make_dead+0x16/0x20
> [86041.350314] RIP: 0033:0x7453b9
> [86041.350319] Code: 00 48 8d 0c 49 4c 8d 04 ca 48 8b 0f 4c 39 c2 75 19 e9 7f 00 00 00 66 66 2e 0f 1f 84 00 00 00 00 00 48 83 c2 18 49 39 d0 74 6b <48> 39 0a 75 f2 48 89 84 24 90 00 00 00 4c 39 73 10 0f 84 2f 02 00
> [86041.350324] RSP: 002b:00007ffe67b93c80 EFLAGS: 00010206
> [86041.350327] RAX: 0000000016659250 RBX: 00007ffe67b93db0 RCX: 000000000f1aad40
> [86041.350330] RDX: 000000001665d010 RSI: 00007ffe67b93cd8 RDI: 00007ffe67b93cd0
> [86041.350332] RBP: 0000000000000001 R08: 000000001665d088 R09: 0000000000000000
> [86041.350335] R10: 00007f4bda030610 R11: 00007f4bda0d6200 R12: 0000000016661210
> [86041.350337] R13: 00007ffe67b94a58 R14: 000000000ba280a8 R15: 0000000000000006
> [86041.350341]  </TASK>
> [86041.350342] ---[ end trace 0000000000000000 ]---
> [86041.579617] BUG: kernel NULL pointer dereference, address: 0000000000000008
> [86041.579627] #PF: supervisor write access in kernel mode
> [86041.579630] #PF: error_code(0x0002) - not-present page
> [86041.579632] PGD 0 P4D 0
> [86041.579636] Oops: Oops: 0002 [#2] PREEMPT SMP NOPTI
> [86041.579640] CPU: 5 PID: 2798071 Comm: llvm-tblgen Tainted: G      D W          6.10.6-12 #1 349ceb515693b41153483eac7819a5fb2832d2bf
> [86041.579645] Hardware name: To Be Filled By O.E.M. B450M Pro4-F R2.0/B450M Pro4-F R2.0, BIOS P10.08 01/19/2024
> [86041.579649] RIP: 0010:__blk_flush_plug+0x89/0x150
> [86041.579655] Code: de 48 89 5c 24 08 48 89 5c 24 10 48 39 c1 74 7c 49 8b 46 20 48 8b 34 24 48 39 c6 74 5b 49 8b 4e 20 49 8b 56 28 48 8b 44 24 08 <48> 89 59 08 48 89 4c 24 08 48 89 02 48 89 50 08 49 89 76 20 49 89
> [86041.579660] RSP: 0018:ffffb98f823ebc30 EFLAGS: 00010286
> [86041.579662] RAX: ffffb98f823ebc38 RBX: ffffb98f823ebc38 RCX: 0000000000000000
> [86041.579665] RDX: 0000000101887e59 RSI: ffffb98f823ebce8 RDI: ffffb98f823ebcc8
> [86041.579667] RBP: 0000000000000001 R08: ffff9bef14e7c248 R09: 0000000000000050
> [86041.579669] R10: 0000000000400023 R11: 0000000000000001 R12: dead000000000122
> [86041.579672] R13: dead000000000100 R14: ffffb98f823ebcc8 R15: 0000000000000000
> [86041.579674] FS:  0000000000000000(0000) GS:ffff9bf22e880000(0000) knlGS:0000000000000000
> [86041.579677] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
> [86041.579679] CR2: 0000000000000008 CR3: 0000000103bfe000 CR4: 0000000000350ef0
> [86041.579682] Call Trace:
> [86041.579685]  <TASK>
> [86041.579689]  ? __die+0x23/0x70
> [86041.579694]  ? page_fault_oops+0x173/0x5a0
> [86041.579698]  ? exc_page_fault+0x7e/0x180
> [86041.579702]  ? asm_exc_page_fault+0x26/0x30
> [86041.579706]  ? __blk_flush_plug+0x89/0x150
> [86041.579709]  schedule+0x99/0xf0
> [86041.579714]  schedule_preempt_disabled+0x15/0x30
> [86041.579716]  rwsem_down_write_slowpath+0x1eb/0x640
> [86041.579720]  down_write+0x5a/0x60
> [86041.579723]  free_pgtables+0xc6/0x1e0
> [86041.579728]  exit_mmap+0x16b/0x3a0
> [86041.579733]  __mmput+0x3e/0x130
> [86041.579736]  do_exit+0x2ac/0xac0
> [86041.579741]  ? do_user_addr_fault+0x177/0x6a0
> [86041.579743]  make_task_dead+0x81/0x170
> [86041.579746]  rewind_stack_and_make_dead+0x16/0x20
> [86041.579750] RIP: 0033:0x7453b9
> [86041.579768] Code: Unable to access opcode bytes at 0x74538f.
> [86041.579770] RSP: 002b:00007ffe67b93c80 EFLAGS: 00010206
> [86041.579772] RAX: 0000000016659250 RBX: 00007ffe67b93db0 RCX: 000000000f1aad40
> [86041.579774] RDX: 000000001665d010 RSI: 00007ffe67b93cd8 RDI: 00007ffe67b93cd0
> [86041.579776] RBP: 0000000000000001 R08: 000000001665d088 R09: 0000000000000000
> [86041.579778] R10: 00007f4bda030610 R11: 00007f4bda0d6200 R12: 0000000016661210
> [86041.579781] R13: 00007ffe67b94a58 R14: 000000000ba280a8 R15: 0000000000000006
> [86041.579784]  </TASK>
> [86041.579785] Modules linked in: tls rpcsec_gss_krb5 nfsv4 dns_resolver nfs netfs rpcrdma rdma_cm iw_cm ib_cm ib_core br_netfilter iptable_filter xt_physdev tun bridge stp llc ext4 crc16 mbcache jbd2 amd_atl intel_rapl_msr intel_rapl_common cfg80211 edac_mce_amd kvm_amd rfkill kvm crct10dif_pclmul crc32_pclmul polyval_clmulni r8169 polyval_generic gf128mul ghash_clmulni_intel sha512_ssse3 realtek sha256_ssse3 sha1_ssse3 aesni_intel mdio_devres crypto_simd sp5100_tco k10temp gpio_amdpt cryptd wmi_bmof pcspkr ccp libphy i2c_piix4 acpi_cpufreq rapl zenpower ryzen_smu gpio_generic mac_hid nfsd auth_rpcgss nfs_acl lockd grace nct6775 nct6775_core hwmon_vid sg sunrpc crypto_user fuse dm_mod loop nfnetlink bpf_preload ip_tables x_tables xfs libcrc32c crc32c_generic drm_ttm_helper ttm video gpu_sched i2c_algo_bit drm_gpuvm drm_exec mxm_wmi nvme crc32c_intel drm_display_helper xhci_pci nvme_core xhci_pci_renesas wmi virtio_net net_failover failover dimlib virtio_blk virtio_pci virtio_pci_legacy_dev virtio_pci_modern_dev
> [86041.579842]  [last unloaded: nouveau]
> [86041.579858] CR2: 0000000000000008
> [86041.579861] ---[ end trace 0000000000000000 ]---
> [86041.579863] RIP: 0010:zswap_decompress+0x1ef/0x200
> [86041.579867] Code: ef e8 95 2a ce ff 84 c0 0f 85 1f ff ff ff e9 fb fe ff ff 0f 0b 48 8d 7b 10 e8 0d a9 a4 00 c7 43 10 00 00 00 00 8b 43 30 eb 86 <0f> 0b 0f 0b e8 f8 9b a3 00 0f 1f 84 00 00 00 00 00 90 90 90 90 90
> [86041.579872] RSP: 0000:ffffb98f823ebb90 EFLAGS: 00010282
> [86041.579875] RAX: 00000000ffffffea RBX: ffff9bf22e8c1e08 RCX: ffff9bef137774ba
> [86041.579877] RDX: 0000000000000002 RSI: 0000000000000438 RDI: ffff9bf22e8b2af0
> [86041.579880] RBP: ffff9bef58cd2b98 R08: ffff9bee8baf07e0 R09: ffff9bef13777080
> [86041.579882] R10: 0000000000000022 R11: ffff9bee8baf1000 R12: fffff782422ebc00
> [86041.579884] R13: ffff9bef13777080 R14: ffff9bef01e3d6e0 R15: ffff9bf22e8c1e48
> [86041.579886] FS:  0000000000000000(0000) GS:ffff9bf22e880000(0000) knlGS:0000000000000000
> [86041.579889] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
> [86041.579891] CR2: 0000000000000008 CR3: 0000000103bfe000 CR4: 0000000000350ef0
> [86041.579893] note: llvm-tblgen[2798071] exited with irqs disabled
> [86041.579895] Fixing recursive fault but reboot is needed!
> [86041.579897] BUG: scheduling while atomic: llvm-tblgen/2798071/0x00000000
> [86041.579899] Modules linked in: tls rpcsec_gss_krb5 nfsv4 dns_resolver nfs netfs rpcrdma rdma_cm iw_cm ib_cm ib_core br_netfilter iptable_filter xt_physdev tun bridge stp llc ext4 crc16 mbcache jbd2 amd_atl intel_rapl_msr intel_rapl_common cfg80211 edac_mce_amd kvm_amd rfkill kvm crct10dif_pclmul crc32_pclmul polyval_clmulni r8169 polyval_generic gf128mul ghash_clmulni_intel sha512_ssse3 realtek sha256_ssse3 sha1_ssse3 aesni_intel mdio_devres crypto_simd sp5100_tco k10temp gpio_amdpt cryptd wmi_bmof pcspkr ccp libphy i2c_piix4 acpi_cpufreq rapl zenpower ryzen_smu gpio_generic mac_hid nfsd auth_rpcgss nfs_acl lockd grace nct6775 nct6775_core hwmon_vid sg sunrpc crypto_user fuse dm_mod loop nfnetlink bpf_preload ip_tables x_tables xfs libcrc32c crc32c_generic drm_ttm_helper ttm video gpu_sched i2c_algo_bit drm_gpuvm drm_exec mxm_wmi nvme crc32c_intel drm_display_helper xhci_pci nvme_core xhci_pci_renesas wmi virtio_net net_failover failover dimlib virtio_blk virtio_pci virtio_pci_legacy_dev virtio_pci_modern_dev
> [86041.579933]  [last unloaded: nouveau]
> [86041.579950] CPU: 5 PID: 2798071 Comm: llvm-tblgen Tainted: G      D W          6.10.6-12 #1 349ceb515693b41153483eac7819a5fb2832d2bf
> [86041.579954] Hardware name: To Be Filled By O.E.M. B450M Pro4-F R2.0/B450M Pro4-F R2.0, BIOS P10.08 01/19/2024
> [86041.579957] Call Trace:
> [86041.579959]  <TASK>
> [86041.579960]  dump_stack_lvl+0x64/0x80
> [86041.579965]  __schedule_bug+0x56/0x70
> [86041.579970]  __schedule+0x10d1/0x1520
> [86041.579973]  ? __wake_up_klogd.part.0+0x3c/0x60
> [86041.579978]  ? vprintk_emit+0x176/0x2a0
> [86041.579981]  ? _printk+0x64/0x80
> [86041.579984]  do_task_dead+0x42/0x50
> [86041.579988]  make_task_dead+0x149/0x170
> [86041.579991]  rewind_stack_and_make_dead+0x16/0x20
> [86041.579994] RIP: 0033:0x7453b9
> [86041.579997] Code: Unable to access opcode bytes at 0x74538f.
> [86041.579999] RSP: 002b:00007ffe67b93c80 EFLAGS: 00010206
> [86041.580002] RAX: 0000000016659250 RBX: 00007ffe67b93db0 RCX: 000000000f1aad40
> [86041.580004] RDX: 000000001665d010 RSI: 00007ffe67b93cd8 RDI: 00007ffe67b93cd0
> [86041.580006] RBP: 0000000000000001 R08: 000000001665d088 R09: 0000000000000000
> [86041.580008] R10: 00007f4bda030610 R11: 00007f4bda0d6200 R12: 0000000016661210
> [86041.580011] R13: 00007ffe67b94a58 R14: 000000000ba280a8 R15: 0000000000000006
> [86041.580014]  </TASK>
> [86260.530317] systemd[1]: systemd-journald.service: State 'stop-watchdog' timed out. Killing.
> [86260.530377] systemd[1]: systemd-journald.service: Killing process 483 (systemd-journal) with signal SIGKILL.
> [86350.780590] systemd[1]: systemd-journald.service: Processes still around after SIGKILL. Ignoring.
> [86441.030515] systemd[1]: systemd-journald.service: State 'final-sigterm' timed out. Killing.
> [86441.030574] systemd[1]: systemd-journald.service: Killing process 483 (systemd-journal) with signal SIGKILL.
> [86531.280569] systemd[1]: systemd-journald.service: Processes still around after final SIGKILL. Entering failed mode.
> [86531.280585] systemd[1]: systemd-journald.service: Failed with result 'watchdog'.
> [86531.280685] systemd[1]: systemd-journald.service: Unit process 483 (systemd-journal) remains running after unit stopped.
> [86531.289108] systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1.
> [86531.289280] systemd[1]: systemd-journald.service: Found left-over process 483 (systemd-journal) in control group while starting unit. Ignoring.
> [86531.289285] systemd[1]: systemd-journald.service: This usually indicates unclean termination of a previous run, or service implementation deficiencies.
> [86531.323344] systemd[1]: Starting Journal Service...
> [86531.330820] systemd-journald[2799374]: Collecting audit messages is disabled.
> [86531.331902] systemd-journald[2799374]: File /var/log/journal/1a15c5c01ee34ffb8beb42df7c18ff94/system.journal corrupted or uncleanly shut down, renaming and replacing.
> [86531.338702] systemd[1]: Started Journal Service.
> [root@minimyth2-x8664 piotro]#


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

* Re: [regression] oops on heavy compilations ("kernel BUG at mm/zswap.c:1005!" and "Oops: invalid opcode: 0000")
  2024-08-23 11:51 ` [regression] oops on heavy compilations ("kernel BUG at mm/zswap.c:1005!" and "Oops: invalid opcode: 0000") Linux regression tracking (Thorsten Leemhuis)
@ 2024-08-23 12:14   ` Piotr Oniszczuk
  2024-08-23 13:13   ` Matthew Wilcox
  1 sibling, 0 replies; 31+ messages in thread
From: Piotr Oniszczuk @ 2024-08-23 12:14 UTC (permalink / raw)
  To: Linux regressions mailing list
  Cc: stable, LKML, Johannes Weiner, Yosry Ahmed, Nhat Pham, Linux-MM



> Wiadomość napisana przez Linux regression tracking (Thorsten Leemhuis) <regressions@leemhuis.info> w dniu 23.08.2024, o godz. 13:51:
> 
>  If that is the case nobody might
> look into this unless you are able to provide more details, like the
> result of a bisction
> (https://docs.kernel.org/admin-guide/verify-bugs-and-bisect-regressions.html
> ) -- that's just how it is…
> 

oh well - bisecting might be painful as to provoke oops - usually i need  - literally  - multiple days of constant 12c/24t compilation…



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

* Re: [regression] oops on heavy compilations ("kernel BUG at mm/zswap.c:1005!" and "Oops: invalid opcode: 0000")
  2024-08-23 11:51 ` [regression] oops on heavy compilations ("kernel BUG at mm/zswap.c:1005!" and "Oops: invalid opcode: 0000") Linux regression tracking (Thorsten Leemhuis)
  2024-08-23 12:14   ` Piotr Oniszczuk
@ 2024-08-23 13:13   ` Matthew Wilcox
  2024-08-23 14:35     ` Nhat Pham
  2024-08-23 15:06     ` Piotr Oniszczuk
  1 sibling, 2 replies; 31+ messages in thread
From: Matthew Wilcox @ 2024-08-23 13:13 UTC (permalink / raw)
  To: Linux regressions mailing list
  Cc: Piotr Oniszczuk, LKML, Johannes Weiner, Yosry Ahmed, Nhat Pham,
	Linux-MM

On Fri, Aug 23, 2024 at 01:51:41PM +0200, Linux regression tracking (Thorsten Leemhuis) wrote:
> > [75864.693223] br0: port 1(enp5s0) entered blocking state
> > [75864.693226] br0: port 1(enp5s0) entered forwarding state
> > [86041.349844] ------------[ cut here ]------------
> > [86041.349850] kernel BUG at mm/zswap.c:1005!

This is:

        BUG_ON(crypto_wait_req(crypto_acomp_decompress(acomp_ctx->req), &acomp_ctx->wait));

so crypto_acomp_decompress() returned an error, and zswap did not handle
it.  I wouldn't be surprised if this were dodgy ram.

That said, zswap could handle this better.  There's no need to panic the
entire machine over being unable to read a page from swap.  Killing just
the process that needed this page is sufficient.

Suggested patch at end after the oops.

> > [86041.349862] Oops: invalid opcode: 0000 [#1] PREEMPT SMP NOPTI
> > [86041.349867] CPU: 5 PID: 2798071 Comm: llvm-tblgen Not tainted 6.10.6-12 #1 349ceb515693b41153483eac7819a5fb2832d2bf
> > [86041.349872] Hardware name: To Be Filled By O.E.M. B450M Pro4-F R2.0/B450M Pro4-F R2.0, BIOS P10.08 01/19/2024
> > [86041.349876] RIP: 0010:zswap_decompress+0x1ef/0x200
> > [86041.349884] Code: ef e8 95 2a ce ff 84 c0 0f 85 1f ff ff ff e9 fb fe ff ff 0f 0b 48 8d 7b 10 e8 0d a9 a4 00 c7 43 10 00 00 00 00 8b 43 30 eb 86 <0f> 0b 0f 0b e8 f8 9b a3 00 0f 1f 84 00 00 00 00 00 90 90 90 90 90
> > [86041.349889] RSP: 0000:ffffb98f823ebb90 EFLAGS: 00010282
> > [86041.349892] RAX: 00000000ffffffea RBX: ffff9bf22e8c1e08 RCX: ffff9bef137774ba
> > [86041.349894] RDX: 0000000000000002 RSI: 0000000000000438 RDI: ffff9bf22e8b2af0
> > [86041.349897] RBP: ffff9bef58cd2b98 R08: ffff9bee8baf07e0 R09: ffff9bef13777080
> > [86041.349899] R10: 0000000000000022 R11: ffff9bee8baf1000 R12: fffff782422ebc00
> > [86041.349902] R13: ffff9bef13777080 R14: ffff9bef01e3d6e0 R15: ffff9bf22e8c1e48
> > [86041.349904] FS:  00007f4bda31d280(0000) GS:ffff9bf22e880000(0000) knlGS:0000000000000000
> > [86041.349908] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
> > [86041.349910] CR2: 000000001665d010 CR3: 0000000191a2c000 CR4: 0000000000350ef0
> > [86041.349914] Call Trace:
> > [86041.349918]  <TASK>
> > [86041.349920]  ? die+0x36/0x90
> > [86041.349925]  ? do_trap+0xdd/0x100
> > [86041.349929]  ? zswap_decompress+0x1ef/0x200
> > [86041.349932]  ? do_error_trap+0x6a/0x90
> > [86041.349935]  ? zswap_decompress+0x1ef/0x200
> > [86041.349938]  ? exc_invalid_op+0x50/0x70
> > [86041.349943]  ? zswap_decompress+0x1ef/0x200
> > [86041.349946]  ? asm_exc_invalid_op+0x1a/0x20
> > [86041.349951]  ? zswap_decompress+0x1ef/0x200
> > [86041.349955]  zswap_load+0x109/0x120
> > [86041.349958]  swap_read_folio+0x64/0x450
> > [86041.349963]  swapin_readahead+0x463/0x4e0
> > [86041.349967]  do_swap_page+0x436/0xd70
> > [86041.349972]  ? __pte_offset_map+0x1b/0x180
> > [86041.349976]  __handle_mm_fault+0x85d/0x1070
> > [86041.349979]  ? sched_tick+0xee/0x2f0
> > [86041.349985]  handle_mm_fault+0x18d/0x320
> > [86041.349988]  do_user_addr_fault+0x177/0x6a0
> > [86041.349993]  exc_page_fault+0x7e/0x180
> > [86041.349996]  asm_exc_page_fault+0x26/0x30
> > [86041.350000] RIP: 0033:0x7453b9
> > [86041.350019] Code: 00 48 8d 0c 49 4c 8d 04 ca 48 8b 0f 4c 39 c2 75 19 e9 7f 00 00 00 66 66 2e 0f 1f 84 00 00 00 00 00 48 83 c2 18 49 39 d0 74 6b <48> 39 0a 75 f2 48 89 84 24 90 00 00 00 4c 39 73 10 0f 84 2f 02 00
> > [86041.350024] RSP: 002b:00007ffe67b93c80 EFLAGS: 00010206
> > [86041.350027] RAX: 0000000016659250 RBX: 00007ffe67b93db0 RCX: 000000000f1aad40
> > [86041.350030] RDX: 000000001665d010 RSI: 00007ffe67b93cd8 RDI: 00007ffe67b93cd0
> > [86041.350032] RBP: 0000000000000001 R08: 000000001665d088 R09: 0000000000000000
> > [86041.350035] R10: 00007f4bda030610 R11: 00007f4bda0d6200 R12: 0000000016661210
> > [86041.350038] R13: 00007ffe67b94a58 R14: 000000000ba280a8 R15: 0000000000000006
> > [86041.350041]  </TASK>
> > [86041.350043] Modules linked in: tls rpcsec_gss_krb5 nfsv4 dns_resolver nfs netfs rpcrdma rdma_cm iw_cm ib_cm ib_core br_netfilter iptable_filter xt_physdev tun bridge stp llc ext4 crc16 mbcache jbd2 amd_atl intel_rapl_msr intel_rapl_common cfg80211 edac_mce_amd kvm_amd rfkill kvm crct10dif_pclmul crc32_pclmul polyval_clmulni r8169 polyval_generic gf128mul ghash_clmulni_intel sha512_ssse3 realtek sha256_ssse3 sha1_ssse3 aesni_intel mdio_devres crypto_simd sp5100_tco k10temp gpio_amdpt cryptd wmi_bmof pcspkr ccp libphy i2c_piix4 acpi_cpufreq rapl zenpower ryzen_smu gpio_generic mac_hid nfsd auth_rpcgss nfs_acl lockd grace nct6775 nct6775_core hwmon_vid sg sunrpc crypto_user fuse dm_mod loop nfnetlink bpf_preload ip_tables x_tables xfs libcrc32c crc32c_generic drm_ttm_helper ttm video gpu_sched i2c_algo_bit drm_gpuvm drm_exec mxm_wmi nvme crc32c_intel drm_display_helper xhci_pci nvme_core xhci_pci_renesas wmi virtio_net net_failover failover dimlib virtio_blk virtio_pci virtio_pci_legacy_dev virtio_pci_modern_dev
> > [86041.350106]  [last unloaded: nouveau]
> > [86041.350125] ---[ end trace 0000000000000000 ]---

diff --git a/mm/zswap.c b/mm/zswap.c
index df66ab102d27..186aa4282c93 100644
--- a/mm/zswap.c
+++ b/mm/zswap.c
@@ -958,12 +958,13 @@ static bool zswap_compress(struct folio *folio, struct zswap_entry *entry)
 	return comp_ret == 0 && alloc_ret == 0;
 }
 
-static void zswap_decompress(struct zswap_entry *entry, struct folio *folio)
+static int zswap_decompress(struct zswap_entry *entry, struct folio *folio)
 {
 	struct zpool *zpool = entry->pool->zpool;
 	struct scatterlist input, output;
 	struct crypto_acomp_ctx *acomp_ctx;
 	u8 *src;
+	int err;
 
 	acomp_ctx = raw_cpu_ptr(entry->pool->acomp_ctx);
 	mutex_lock(&acomp_ctx->mutex);
@@ -989,12 +990,17 @@ static void zswap_decompress(struct zswap_entry *entry, struct folio *folio)
 	sg_init_table(&output, 1);
 	sg_set_folio(&output, folio, PAGE_SIZE, 0);
 	acomp_request_set_params(acomp_ctx->req, &input, &output, entry->length, PAGE_SIZE);
-	BUG_ON(crypto_wait_req(crypto_acomp_decompress(acomp_ctx->req), &acomp_ctx->wait));
-	BUG_ON(acomp_ctx->req->dlen != PAGE_SIZE);
+	err = crypto_acomp_decompress(acomp_ctx->req);
+	err = crypto_wait_req(err, &acomp_ctx->wait);;
+	if (WARN_ONCE(err, "Decompression error %d -- corrupted RAM?\n", err))
+		return err;
+	if (acomp_ctx->req->dlen != PAGE_SIZE)
+		return -EIO;
 	mutex_unlock(&acomp_ctx->mutex);
 
 	if (src != acomp_ctx->buffer)
 		zpool_unmap_handle(zpool, entry->handle);
+	return 0;
 }
 
 /*********************************
@@ -1020,6 +1026,7 @@ static int zswap_writeback_entry(struct zswap_entry *entry,
 	struct folio *folio;
 	struct mempolicy *mpol;
 	bool folio_was_allocated;
+	int err;
 	struct writeback_control wbc = {
 		.sync_mode = WB_SYNC_NONE,
 	};
@@ -1060,7 +1067,12 @@ static int zswap_writeback_entry(struct zswap_entry *entry,
 		return -ENOMEM;
 	}
 
-	zswap_decompress(entry, folio);
+	err = zswap_decompress(entry, folio);
+	if (err < 0) {
+		folio_unlock(folio);
+		folio_put(folio);
+		return err;
+	}
 
 	count_vm_event(ZSWPWB);
 	if (entry->objcg)
@@ -1601,6 +1613,7 @@ bool zswap_load(struct folio *folio)
 	bool swapcache = folio_test_swapcache(folio);
 	struct xarray *tree = swap_zswap_tree(swp);
 	struct zswap_entry *entry;
+	int err;
 
 	VM_WARN_ON_ONCE(!folio_test_locked(folio));
 
@@ -1638,10 +1651,13 @@ bool zswap_load(struct folio *folio)
 	if (!entry)
 		return false;
 
-	if (entry->length)
-		zswap_decompress(entry, folio);
-	else
+	if (entry->length) {
+		err = zswap_decompress(entry, folio);
+		if (err)
+			return false;
+	} else {
 		zswap_fill_folio(folio, entry->value);
+	}
 
 	count_vm_event(ZSWPIN);
 	if (entry->objcg)

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

* Re: [regression] oops on heavy compilations ("kernel BUG at mm/zswap.c:1005!" and "Oops: invalid opcode: 0000")
  2024-08-23 13:13   ` Matthew Wilcox
@ 2024-08-23 14:35     ` Nhat Pham
  2024-08-23 14:47       ` Matthew Wilcox
  2024-08-23 15:06     ` Piotr Oniszczuk
  1 sibling, 1 reply; 31+ messages in thread
From: Nhat Pham @ 2024-08-23 14:35 UTC (permalink / raw)
  To: Matthew Wilcox
  Cc: Linux regressions mailing list, Piotr Oniszczuk, LKML,
	Johannes Weiner, Yosry Ahmed, Linux-MM

On Fri, Aug 23, 2024 at 9:13 AM Matthew Wilcox <willy@infradead.org> wrote:
>
>
> That said, zswap could handle this better.  There's no need to panic the
> entire machine over being unable to read a page from swap.  Killing just
> the process that needed this page is sufficient.

Agree 100%. It is silly to kill the entire host for a swap read error,
and extra silly to kill the process because we fail to writeback - for
all we know that page might never be needed by the process again!!!

>
> Suggested patch at end after the oops.
>
> @@ -1601,6 +1613,7 @@ bool zswap_load(struct folio *folio)
>         bool swapcache = folio_test_swapcache(folio);
>         struct xarray *tree = swap_zswap_tree(swp);
>         struct zswap_entry *entry;
> +       int err;
>
>         VM_WARN_ON_ONCE(!folio_test_locked(folio));
>
> @@ -1638,10 +1651,13 @@ bool zswap_load(struct folio *folio)
>         if (!entry)
>                 return false;
>
> -       if (entry->length)
> -               zswap_decompress(entry, folio);
> -       else
> +       if (entry->length) {
> +               err = zswap_decompress(entry, folio);
> +               if (err)
> +                       return false;

Here, if zswap decompression fails and zswap load returns false, the
page_io logic will proceed as if zswap does not have the page and
reads garbage from the backing device instead. This could potentially
lead to silent data/memory corruption right? Or am I missing something
:) Maybe we could be extra careful here and treat it as if there is a
bio read error in the case zswap owns the page, but cannot decompress
it?

The rest seems solid to me :)

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

* Re: [regression] oops on heavy compilations ("kernel BUG at mm/zswap.c:1005!" and "Oops: invalid opcode: 0000")
  2024-08-23 14:35     ` Nhat Pham
@ 2024-08-23 14:47       ` Matthew Wilcox
  2024-08-23 16:07         ` Yosry Ahmed
  0 siblings, 1 reply; 31+ messages in thread
From: Matthew Wilcox @ 2024-08-23 14:47 UTC (permalink / raw)
  To: Nhat Pham
  Cc: Linux regressions mailing list, Piotr Oniszczuk, LKML,
	Johannes Weiner, Yosry Ahmed, Linux-MM

On Fri, Aug 23, 2024 at 10:35:19AM -0400, Nhat Pham wrote:
> On Fri, Aug 23, 2024 at 9:13 AM Matthew Wilcox <willy@infradead.org> wrote:
> >
> >
> > That said, zswap could handle this better.  There's no need to panic the
> > entire machine over being unable to read a page from swap.  Killing just
> > the process that needed this page is sufficient.
> 
> Agree 100%. It is silly to kill the entire host for a swap read error,
> and extra silly to kill the process because we fail to writeback - for
> all we know that page might never be needed by the process again!!!
> 
> >
> > Suggested patch at end after the oops.
> >
> > @@ -1601,6 +1613,7 @@ bool zswap_load(struct folio *folio)
> >         bool swapcache = folio_test_swapcache(folio);
> >         struct xarray *tree = swap_zswap_tree(swp);
> >         struct zswap_entry *entry;
> > +       int err;
> >
> >         VM_WARN_ON_ONCE(!folio_test_locked(folio));
> >
> > @@ -1638,10 +1651,13 @@ bool zswap_load(struct folio *folio)
> >         if (!entry)
> >                 return false;
> >
> > -       if (entry->length)
> > -               zswap_decompress(entry, folio);
> > -       else
> > +       if (entry->length) {
> > +               err = zswap_decompress(entry, folio);
> > +               if (err)
> > +                       return false;
> 
> Here, if zswap decompression fails and zswap load returns false, the
> page_io logic will proceed as if zswap does not have the page and
> reads garbage from the backing device instead. This could potentially
> lead to silent data/memory corruption right? Or am I missing something
> :) Maybe we could be extra careful here and treat it as if there is a
> bio read error in the case zswap owns the page, but cannot decompress
> it?

Ah; you know more about how zswap works than I do.  So it's not a
write-through cache?  I guess we need to go a bit further then and
return an errno from zswap_load -- EIO/ENOENT/0 and handle that
appropriately.

> The rest seems solid to me :)

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

* Re: [regression] oops on heavy compilations ("kernel BUG at mm/zswap.c:1005!" and "Oops: invalid opcode: 0000")
  2024-08-23 13:13   ` Matthew Wilcox
  2024-08-23 14:35     ` Nhat Pham
@ 2024-08-23 15:06     ` Piotr Oniszczuk
  2024-08-23 16:16       ` Nhat Pham
  2024-08-23 18:42       ` Takero Funaki
  1 sibling, 2 replies; 31+ messages in thread
From: Piotr Oniszczuk @ 2024-08-23 15:06 UTC (permalink / raw)
  To: Matthew Wilcox
  Cc: Linux regressions mailing list, LKML, Johannes Weiner,
	Yosry Ahmed, Nhat Pham, Linux-MM



> Wiadomość napisana przez Matthew Wilcox <willy@infradead.org> w dniu 23.08.2024, o godz. 15:13:
> 
> I wouldn't be surprised if this were dodgy ram.


Well - that was my initial hypothesis.

in fact i had few of them. Ranked (and ordered) like this:
1. downstream kernel patches
2. hw (ram) issue
3. kernel bug

So full history was:
-build myself archlinux 6.10.2 kernel; upgrade builder OS (only kernel; nothing else)
-run normal devel process and (to my surprise) discover interrupted CI/CD builds by kernel oops
-downgrade to 6.8.2 and done 4 full builds (full takes 8..9h of constant 12c/24/t compile). all good.  
-prepare vanilla 6.10.6 (to exclude potential downstream (ArchLinux) root causes)
-run normal devel process and still discover oops
-make sure hw is ok by week of test with 6.8.2 (recompiling for 3 architectures on 4 OS (3 in kvm). This was almost 5 full days of 12c/24 compiling. All good
-because last steep was all good - decide to go to you :-)

sure - this is possible that 6.8.2 had luck with my ram and 6.10.6 had no luck….but i personally don’t believe this is a case….     

btw: we can go with elimination strategy.
So what i need to change/disable to be closer to finding root cause?
swap?
now it is swapfile on system nvme


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

* Re: [regression] oops on heavy compilations ("kernel BUG at mm/zswap.c:1005!" and "Oops: invalid opcode: 0000")
  2024-08-23 14:47       ` Matthew Wilcox
@ 2024-08-23 16:07         ` Yosry Ahmed
  0 siblings, 0 replies; 31+ messages in thread
From: Yosry Ahmed @ 2024-08-23 16:07 UTC (permalink / raw)
  To: Matthew Wilcox
  Cc: Nhat Pham, Linux regressions mailing list, Piotr Oniszczuk, LKML,
	Johannes Weiner, Linux-MM

On Fri, Aug 23, 2024 at 7:47 AM Matthew Wilcox <willy@infradead.org> wrote:
>
> On Fri, Aug 23, 2024 at 10:35:19AM -0400, Nhat Pham wrote:
> > On Fri, Aug 23, 2024 at 9:13 AM Matthew Wilcox <willy@infradead.org> wrote:
> > >
> > >
> > > That said, zswap could handle this better.  There's no need to panic the
> > > entire machine over being unable to read a page from swap.  Killing just
> > > the process that needed this page is sufficient.
> >
> > Agree 100%. It is silly to kill the entire host for a swap read error,
> > and extra silly to kill the process because we fail to writeback - for
> > all we know that page might never be needed by the process again!!!
> >
> > >
> > > Suggested patch at end after the oops.
> > >
> > > @@ -1601,6 +1613,7 @@ bool zswap_load(struct folio *folio)
> > >         bool swapcache = folio_test_swapcache(folio);
> > >         struct xarray *tree = swap_zswap_tree(swp);
> > >         struct zswap_entry *entry;
> > > +       int err;
> > >
> > >         VM_WARN_ON_ONCE(!folio_test_locked(folio));
> > >
> > > @@ -1638,10 +1651,13 @@ bool zswap_load(struct folio *folio)
> > >         if (!entry)
> > >                 return false;
> > >
> > > -       if (entry->length)
> > > -               zswap_decompress(entry, folio);
> > > -       else
> > > +       if (entry->length) {
> > > +               err = zswap_decompress(entry, folio);
> > > +               if (err)
> > > +                       return false;
> >
> > Here, if zswap decompression fails and zswap load returns false, the
> > page_io logic will proceed as if zswap does not have the page and
> > reads garbage from the backing device instead. This could potentially
> > lead to silent data/memory corruption right? Or am I missing something
> > :) Maybe we could be extra careful here and treat it as if there is a
> > bio read error in the case zswap owns the page, but cannot decompress
> > it?
>
> Ah; you know more about how zswap works than I do.  So it's not a
> write-through cache?  I guess we need to go a bit further then and
> return an errno from zswap_load -- EIO/ENOENT/0 and handle that
> appropriately.

It should work if we just return true without calling
folio_mark_uptodate(), this is what we do if we get a large folio in
zswap_load(). Returning true means that the page was found in zswap,
so we won't fallback to reading from the backing device. Not marking
the folio uptodate will cause an IO error IIUC.

>
> > The rest seems solid to me :)

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

* Re: [regression] oops on heavy compilations ("kernel BUG at mm/zswap.c:1005!" and "Oops: invalid opcode: 0000")
  2024-08-23 15:06     ` Piotr Oniszczuk
@ 2024-08-23 16:16       ` Nhat Pham
  2024-08-23 17:24         ` Piotr Oniszczuk
  2024-08-25  5:55         ` Piotr Oniszczuk
  2024-08-23 18:42       ` Takero Funaki
  1 sibling, 2 replies; 31+ messages in thread
From: Nhat Pham @ 2024-08-23 16:16 UTC (permalink / raw)
  To: Piotr Oniszczuk
  Cc: Matthew Wilcox, Linux regressions mailing list, LKML,
	Johannes Weiner, Yosry Ahmed, Linux-MM

On Fri, Aug 23, 2024 at 11:07 AM Piotr Oniszczuk
<piotr.oniszczuk@gmail.com> wrote:
>
>
>
> > Wiadomość napisana przez Matthew Wilcox <willy@infradead.org> w dniu 23.08.2024, o godz. 15:13:
> >
> > I wouldn't be surprised if this were dodgy ram.
>
>
> Well - that was my initial hypothesis.
>
> in fact i had few of them. Ranked (and ordered) like this:
> 1. downstream kernel patches
> 2. hw (ram) issue
> 3. kernel bug
>
> So full history was:
> -build myself archlinux 6.10.2 kernel; upgrade builder OS (only kernel; nothing else)
> -run normal devel process and (to my surprise) discover interrupted CI/CD builds by kernel oops
> -downgrade to 6.8.2 and done 4 full builds (full takes 8..9h of constant 12c/24/t compile). all good.
> -prepare vanilla 6.10.6 (to exclude potential downstream (ArchLinux) root causes)
> -run normal devel process and still discover oops
> -make sure hw is ok by week of test with 6.8.2 (recompiling for 3 architectures on 4 OS (3 in kvm). This was almost 5 full days of 12c/24 compiling. All good
> -because last steep was all good - decide to go to you :-)
>
> sure - this is possible that 6.8.2 had luck with my ram and 6.10.6 had no luck….but i personally don’t believe this is a case….

Have you tried with 6.9 yet? IIRC, there are two major changes to
zswap architecture in recent versions.

1. In 6.9, we range-partition zswap's rbtrees to reduce lock contention.

2. In 6.10, we replace zswap's rbtrees with xarrays.

If 6.9 is fine, then the latter is the suspect, and vice versa. Of
course, the minor changes are still suspect - but you get the idea :)

>
> btw: we can go with elimination strategy.
> So what i need to change/disable to be closer to finding root cause?

Could you let me know more about the setup? A couple things come to my mind:

1. zswap configs (allocator - is it zsmalloc? compressor?)

2. Is mTHP enabled? mTHP swapout was merged in 6.10, and there seems
to be some conflicts with zswap, but Yosry will know more about this
than me...

3. Is there any proprietary driver etc.?

> swap?
> now it is swapfile on system nvme
>

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

* Re: [regression] oops on heavy compilations ("kernel BUG at mm/zswap.c:1005!" and "Oops: invalid opcode: 0000")
  2024-08-23 16:16       ` Nhat Pham
@ 2024-08-23 17:24         ` Piotr Oniszczuk
  2024-08-23 18:06           ` Nhat Pham
  2024-08-25  5:55         ` Piotr Oniszczuk
  1 sibling, 1 reply; 31+ messages in thread
From: Piotr Oniszczuk @ 2024-08-23 17:24 UTC (permalink / raw)
  To: Nhat Pham
  Cc: Matthew Wilcox, Linux regressions mailing list, LKML,
	Johannes Weiner, Yosry Ahmed, Linux-MM



> Wiadomość napisana przez Nhat Pham <nphamcs@gmail.com> w dniu 23.08.2024, o godz. 18:16:
> 
> Have you tried with 6.9 yet? IIRC, there are two major changes to
> zswap architecture in recent versions.

No. But now building vanilla 6.9.12. Will install and see…
(This will take some time as catching issue needs days of compilation)

> 
> 1. In 6.9, we range-partition zswap's rbtrees to reduce lock contention.
> 
> 2. In 6.10, we replace zswap's rbtrees with xarrays.
> 
> If 6.9 is fine, then the latter is the suspect, and vice versa. Of
> course, the minor changes are still suspect - but you get the idea :)
> 
>> 
>> btw: we can go with elimination strategy.
>> So what i need to change/disable to be closer to finding root cause?
> 
> Could you let me know more about the setup? A couple things come to my mind:
> 
> 1. zswap configs (allocator - is it zsmalloc? compressor?)

Well - I’m not using zswap.

[root@minimyth2-aarch64-next piotro]# swapon -s
Filename				Type		Size		Used		Priority
/dev/nvme0n1p3                          partition	16776188	294164		-2

> 
> 2. Is mTHP enabled? mTHP swapout was merged in 6.10, and there seems

I don’t have used config at the moment, but /sys/kernel/mm/transparent_hugepage in I see:

│/hugepages-1024kB
│/hugepages-128kB
│/hugepages-16kB
│/hugepages-2048kB
│/hugepages-256kB
│/hugepages-32kB
│/hugepages-512kB
│/hugepages-64kB


> to be some conflicts with zswap, but Yosry will know more about this
> than me...
> 
> 3. Is there any proprietary driver etc.?
> 

Only 2, both ryzen9 monitoring related:
https://github.com/leogx9r/ryzen_smu/commits/master
https://github.com/ocerman/zenpower/commits/master




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

* Re: [regression] oops on heavy compilations ("kernel BUG at mm/zswap.c:1005!" and "Oops: invalid opcode: 0000")
  2024-08-23 17:24         ` Piotr Oniszczuk
@ 2024-08-23 18:06           ` Nhat Pham
  2024-08-24 10:50             ` Piotr Oniszczuk
  0 siblings, 1 reply; 31+ messages in thread
From: Nhat Pham @ 2024-08-23 18:06 UTC (permalink / raw)
  To: Piotr Oniszczuk
  Cc: Matthew Wilcox, Linux regressions mailing list, LKML,
	Johannes Weiner, Yosry Ahmed, Linux-MM

On Fri, Aug 23, 2024 at 1:24 PM Piotr Oniszczuk
<piotr.oniszczuk@gmail.com> wrote:
>
>
>
> > Wiadomość napisana przez Nhat Pham <nphamcs@gmail.com> w dniu 23.08.2024, o godz. 18:16:
> >
> > Have you tried with 6.9 yet? IIRC, there are two major changes to
> > zswap architecture in recent versions.
>
> No. But now building vanilla 6.9.12. Will install and see…
> (This will take some time as catching issue needs days of compilation)
>
> >
> > 1. In 6.9, we range-partition zswap's rbtrees to reduce lock contention.
> >
> > 2. In 6.10, we replace zswap's rbtrees with xarrays.
> >
> > If 6.9 is fine, then the latter is the suspect, and vice versa. Of
> > course, the minor changes are still suspect - but you get the idea :)
> >
> >>
> >> btw: we can go with elimination strategy.
> >> So what i need to change/disable to be closer to finding root cause?
> >
> > Could you let me know more about the setup? A couple things come to my mind:
> >
> > 1. zswap configs (allocator - is it zsmalloc? compressor?)
>
> Well - I’m not using zswap.

But the bug happens in zswap path? :)

Could you do:

grep . /sys/module/zswap/parameters/*


>
> [root@minimyth2-aarch64-next piotro]# swapon -s
> Filename                                Type            Size            Used            Priority
> /dev/nvme0n1p3                          partition       16776188        294164          -2
>
> >
> > 2. Is mTHP enabled? mTHP swapout was merged in 6.10, and there seems
>
> I don’t have used config at the moment, but /sys/kernel/mm/transparent_hugepage in I see:
>
> │/hugepages-1024kB
> │/hugepages-128kB
> │/hugepages-16kB
> │/hugepages-2048kB
> │/hugepages-256kB
> │/hugepages-32kB
> │/hugepages-512kB
> │/hugepages-64kB
>
>
> > to be some conflicts with zswap, but Yosry will know more about this
> > than me...
> >
> > 3. Is there any proprietary driver etc.?
> >
>
> Only 2, both ryzen9 monitoring related:
> https://github.com/leogx9r/ryzen_smu/commits/master
> https://github.com/ocerman/zenpower/commits/master
>

The reason I asked this is because I've seen proprietary error
screwing with memory in the past - it was an NVIDIA one though.

https://lore.kernel.org/linux-mm/CAKbZUD1-kqfuV0U+KDKPkQbm=RwzD_A1H3qk_c+bw92CqtMbuw@mail.gmail.com/

Also decompression step failure (albeit in the writeback path)

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

* Re: [regression] oops on heavy compilations ("kernel BUG at mm/zswap.c:1005!" and "Oops: invalid opcode: 0000")
  2024-08-23 15:06     ` Piotr Oniszczuk
  2024-08-23 16:16       ` Nhat Pham
@ 2024-08-23 18:42       ` Takero Funaki
  1 sibling, 0 replies; 31+ messages in thread
From: Takero Funaki @ 2024-08-23 18:42 UTC (permalink / raw)
  To: Piotr Oniszczuk
  Cc: Matthew Wilcox, Linux regressions mailing list, LKML,
	Johannes Weiner, Yosry Ahmed, Nhat Pham, Linux-MM

2024年8月24日(土) 0:07 Piotr Oniszczuk <piotr.oniszczuk@gmail.com>:
>
>
>
> > Wiadomość napisana przez Matthew Wilcox <willy@infradead.org> w dniu 23.08.2024, o godz. 15:13:
> >
> > I wouldn't be surprised if this were dodgy ram.
>
>
> Well - that was my initial hypothesis.
>
> in fact i had few of them. Ranked (and ordered) like this:
> 1. downstream kernel patches
> 2. hw (ram) issue
> 3. kernel bug
>
> So full history was:
> -build myself archlinux 6.10.2 kernel; upgrade builder OS (only kernel; nothing else)
> -run normal devel process and (to my surprise) discover interrupted CI/CD builds by kernel oops
> -downgrade to 6.8.2 and done 4 full builds (full takes 8..9h of constant 12c/24/t compile). all good.
> -prepare vanilla 6.10.6 (to exclude potential downstream (ArchLinux) root causes)
> -run normal devel process and still discover oops
> -make sure hw is ok by week of test with 6.8.2 (recompiling for 3 architectures on 4 OS (3 in kvm). This was almost 5 full days of 12c/24 compiling. All good
> -because last steep was all good - decide to go to you :-)
>
> sure - this is possible that 6.8.2 had luck with my ram and 6.10.6 had no luck….but i personally don’t believe this is a case….
>
> btw: we can go with elimination strategy.
> So what i need to change/disable to be closer to finding root cause?
> swap?
> now it is swapfile on system nvme
>
>

Hello,

I’m encountering a similar crash and trace in the issue I posted on Bugzilla:
https://bugzilla.kernel.org/show_bug.cgi?id=219154

If this is the same issue caused by virtio_net corrupting memory, you
should be able to reproduce the crash by sending data to the VM over
virtio interface while it is actively allocating memory (e.g., using
iperf3 -s on the VM and running iperf -c from another host).

In my case, as Thorsten suggested, reverting bisected commit
f9dac92ba908 (virtio_ring: enable premapped mode regardless of
use_dma_api) along with two related commits in this series resolved
the issue:
https://lore.kernel.org/all/7774ac707743ad8ce3afeacbd4bee63ac96dd927.1723617902.git.mst@redhat.com/

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

* Re: [regression] oops on heavy compilations ("kernel BUG at mm/zswap.c:1005!" and "Oops: invalid opcode: 0000")
  2024-08-23 18:06           ` Nhat Pham
@ 2024-08-24 10:50             ` Piotr Oniszczuk
  0 siblings, 0 replies; 31+ messages in thread
From: Piotr Oniszczuk @ 2024-08-24 10:50 UTC (permalink / raw)
  To: Nhat Pham
  Cc: Matthew Wilcox, Linux regressions mailing list, LKML,
	Johannes Weiner, Yosry Ahmed, Linux-MM



> Wiadomość napisana przez Nhat Pham <nphamcs@gmail.com> w dniu 23.08.2024, o godz. 20:06:
> 
> Could you do:
> 
> grep . /sys/module/zswap/parameters/*


Here it is:

/sys/module/zswap/parameters/accept_threshold_percent:90
/sys/module/zswap/parameters/compressor:lz4
/sys/module/zswap/parameters/enabled:Y
/sys/module/zswap/parameters/max_pool_percent:20
/sys/module/zswap/parameters/non_same_filled_pages_enabled:Y
/sys/module/zswap/parameters/same_filled_pages_enabled:Y
/sys/module/zswap/parameters/shrinker_enabled:N
/sys/module/zswap/parameters/zpool:z3fold



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

* Re: [regression] oops on heavy compilations ("kernel BUG at mm/zswap.c:1005!" and "Oops: invalid opcode: 0000")
  2024-08-23 16:16       ` Nhat Pham
  2024-08-23 17:24         ` Piotr Oniszczuk
@ 2024-08-25  5:55         ` Piotr Oniszczuk
  2024-08-25 15:05           ` Pedro Falcato
                             ` (2 more replies)
  1 sibling, 3 replies; 31+ messages in thread
From: Piotr Oniszczuk @ 2024-08-25  5:55 UTC (permalink / raw)
  To: Nhat Pham
  Cc: Matthew Wilcox, Linux regressions mailing list, LKML,
	Johannes Weiner, Yosry Ahmed, Linux-MM



> Wiadomość napisana przez Nhat Pham <nphamcs@gmail.com> w dniu 23.08.2024, o godz. 18:16:
> 
> 
> Have you tried with 6.9 yet? IIRC, there are two major changes to
> zswap architecture in recent versions.
> 
> 1. In 6.9, we range-partition zswap's rbtrees to reduce lock contention.
> 

Ok - after 32h of continuous compilation also on 6.9.12 I got series of oops (see below).

[68616.350398] watchdog: BUG: soft lockup - CPU#4 stuck for 596s! [kcompactd0:176]
[68616.350401] Modules linked in: tls rpcsec_gss_krb5 nfsv4 dns_resolver nfs netfs rpcrdma rdma_cm iw_cm ib_cm ib_core br_netfilter iptable_filter xt_physdev tun bridge stp llc ext4 crc16 mbcache jbd2 amd_atl intel_rapl_msr intel_rapl_common edac_mce_amd kvm_amd cfg80211 rfkill kvm crct10dif_pclmul crc32_pclmul polyval_clmulni polyval_generic gf128mul ghash_clmulni_intel sha512_ssse3 sha256_ssse3 sha1_ssse3 r8169 aesni_intel crypto_simd cryptd realtek mdio_devres sp5100_tco wmi_bmof k10temp libphy ccp pcspkr rapl i2c_piix4 acpi_cpufreq zenpower ryzen_smu gpio_amdpt gpio_generic mac_hid nfsd auth_rpcgss nfs_acl lockd grace nct6775 nct6775_core hwmon_vid sunrpc sg crypto_user fuse dm_mod loop nfnetlink bpf_preload ip_tables x_tables xfs libcrc32c crc32c_generic drm_ttm_helper ttm video gpu_sched i2c_algo_bit drm_gpuvm drm_exec mxm_wmi nvme drm_display_helper crc32c_intel xhci_pci nvme_core cec xhci_pci_renesas wmi virtio_net net_failover failover virtio_blk virtio_pci virtio_pci_legacy_dev virtio_pci_modern_dev
[68616.350434]  [last unloaded: nouveau]
[68616.350448] CPU: 4 PID: 176 Comm: kcompactd0 Tainted: G      D W    L     6.9.12-12 #1 e59bce453550af16b12fd25785f4d449e921764e
[68616.350451] Hardware name: To Be Filled By O.E.M. B450M Pro4-F R2.0/B450M Pro4-F R2.0, BIOS P10.08 01/19/2024
[68616.350454] RIP: 0010:native_queued_spin_lock_slowpath+0x6e/0x2e0
[68616.350457] Code: 77 7f f0 0f ba 2b 08 0f 92 c2 8b 03 0f b6 d2 c1 e2 08 30 e4 09 d0 3d ff 00 00 00 77 5b 85 c0 74 10 0f b6 03 84 c0 74 09 f3 90 <0f> b6 03 84 c0 75 f7 b8 01 00 00 00 66 89 03 65 48 ff 05 f3 66 02
[68616.350461] RSP: 0018:ffffb268806db858 EFLAGS: 00000202
[68616.350463] RAX: 0000000000000001 RBX: fffffbc30722d4e8 RCX: 0000000000000867
[68616.350465] RDX: 0000000000000000 RSI: 0000000000000001 RDI: fffffbc30722d4e8
[68616.350467] RBP: 00007f6af88b3000 R08: 0000008000000000 R09: 0200000000000080
[68616.350469] R10: 0000000000000000 R11: ffffb268806db9e0 R12: ffff9388c7f63700
[68616.350471] R13: ffff938815651b00 R14: 0000000000000001 R15: ffffff8000000000
[68616.350473] FS:  0000000000000000(0000) GS:ffff938b2e800000(0000) knlGS:0000000000000000
[68616.350475] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[68616.350477] CR2: 000055c339a59150 CR3: 00000002c2c20000 CR4: 0000000000350ef0
[68616.350479] Call Trace:
[68616.350480]  <IRQ>
[68616.350481]  ? watchdog_timer_fn+0x1dd/0x260
[68616.350484]  ? __pfx_watchdog_timer_fn+0x10/0x10
[68616.350487]  ? __hrtimer_run_queues+0x10f/0x2a0
[68616.350490]  ? hrtimer_interrupt+0xfa/0x230
[68616.350492]  ? __sysvec_apic_timer_interrupt+0x55/0x150
[68616.350494]  ? sysvec_apic_timer_interrupt+0x6c/0x90
[68616.350497]  </IRQ>
[68616.350498]  <TASK>
[68616.350500]  ? asm_sysvec_apic_timer_interrupt+0x1a/0x20
[68616.350503]  ? native_queued_spin_lock_slowpath+0x6e/0x2e0
[68616.350506]  _raw_spin_lock+0x29/0x30
[68616.350509]  page_vma_mapped_walk+0x6a2/0x950
[68616.350511]  try_to_migrate_one+0x174/0xbf0
[68616.350515]  rmap_walk_anon+0xb6/0x190
[68616.350518]  try_to_migrate+0xf9/0x110
[68616.350520]  ? __pfx_try_to_migrate_one+0x10/0x10
[68616.350523]  ? __pfx_folio_not_mapped+0x10/0x10
[68616.350526]  ? __pfx_folio_lock_anon_vma_read+0x10/0x10
[68616.350528]  ? __pfx_invalid_migration_vma+0x10/0x10
[68616.350531]  migrate_pages_batch+0x545/0xb80
[68616.350534]  ? __pfx_compaction_free+0x10/0x10
[68616.350536]  ? __pfx_compaction_alloc+0x10/0x10
[68616.350540]  ? __pfx_remove_migration_pte+0x10/0x10
[68616.350542]  migrate_pages+0xada/0xd90
[68616.350545]  ? __pfx_compaction_alloc+0x10/0x10
[68616.350548]  ? __pfx_compaction_free+0x10/0x10
[68616.350551]  ? folio_add_lru+0x5f/0xb0
[68616.350553]  compact_zone+0x9e8/0x10c0
[68616.350556]  ? sched_clock_cpu+0xf/0x190
[68616.350559]  ? raw_spin_rq_lock_nested+0x1c/0x80
[68616.350561]  ? psi_group_change+0x213/0x3c0
[68616.350564]  compact_node+0xb7/0x130
[68616.350568]  kcompactd+0x355/0x430
[68616.350571]  ? __pfx_autoremove_wake_function+0x10/0x10
[68616.350573]  ? __pfx_kcompactd+0x10/0x10
[68616.350576]  kthread+0xcf/0x100
[68616.350578]  ? __pfx_kthread+0x10/0x10
[68616.350580]  ret_from_fork+0x31/0x50
[68616.350583]  ? __pfx_kthread+0x10/0x10
[68616.350585]  ret_from_fork_asm+0x1a/0x30
[68616.350588]  </TASK>
[68620.214362] watchdog: BUG: soft lockup - CPU#0 stuck for 663s! [cc1plus:2979523]
[68620.214367] Modules linked in: tls rpcsec_gss_krb5 nfsv4 dns_resolver nfs netfs rpcrdma rdma_cm iw_cm ib_cm ib_core br_netfilter iptable_filter xt_physdev tun bridge stp llc ext4 crc16 mbcache jbd2 amd_atl intel_rapl_msr intel_rapl_common edac_mce_amd kvm_amd cfg80211 rfkill kvm crct10dif_pclmul crc32_pclmul polyval_clmulni polyval_generic gf128mul ghash_clmulni_intel sha512_ssse3 sha256_ssse3 sha1_ssse3 r8169 aesni_intel crypto_simd cryptd realtek mdio_devres sp5100_tco wmi_bmof k10temp libphy ccp pcspkr rapl i2c_piix4 acpi_cpufreq zenpower ryzen_smu gpio_amdpt gpio_generic mac_hid nfsd auth_rpcgss nfs_acl lockd grace nct6775 nct6775_core hwmon_vid sunrpc sg crypto_user fuse dm_mod loop nfnetlink bpf_preload ip_tables x_tables xfs libcrc32c crc32c_generic drm_ttm_helper ttm video gpu_sched i2c_algo_bit drm_gpuvm drm_exec mxm_wmi nvme drm_display_helper crc32c_intel xhci_pci nvme_core cec xhci_pci_renesas wmi virtio_net net_failover failover virtio_blk virtio_pci virtio_pci_legacy_dev virtio_pci_modern_dev
[68620.214402]  [last unloaded: nouveau]
[68620.214416] CPU: 0 PID: 2979523 Comm: cc1plus Tainted: G      D W    L     6.9.12-12 #1 e59bce453550af16b12fd25785f4d449e921764e
[68620.214420] Hardware name: To Be Filled By O.E.M. B450M Pro4-F R2.0/B450M Pro4-F R2.0, BIOS P10.08 01/19/2024
[68620.214422] RIP: 0010:native_queued_spin_lock_slowpath+0x21f/0x2e0
[68620.214426] Code: c5 01 41 c1 e4 10 41 c1 e5 12 45 09 ec 44 89 e0 c1 e8 10 66 87 43 02 89 c2 c1 e2 10 81 fa ff ff 00 00 77 5e 31 d2 eb 02 f3 90 <8b> 03 66 85 c0 75 f7 44 39 e0 0f 84 8e 00 00 00 c6 03 01 48 85 d2
[68620.214430] RSP: 0000:ffffb2688397fbe0 EFLAGS: 00000202
[68620.214432] RAX: 00000000000c0101 RBX: ffff9388140cf738 RCX: 0000000000000008
[68620.214434] RDX: 0000000000000000 RSI: 0000000000000101 RDI: ffff9388140cf738
[68620.214436] RBP: ffff938b2e6373c0 R08: ffff938b2e6310c0 R09: 000000000000000a
[68620.214438] R10: 0000000000000000 R11: 0000000000000000 R12: 0000000000040000
[68620.214440] R13: 0000000000040000 R14: ffff9388140cf738 R15: ffff9388140cf730
[68620.214442] FS:  00007fc78bf83f00(0000) GS:ffff938b2e600000(0000) knlGS:0000000000000000
[68620.214445] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[68620.214447] CR2: 00007fc75b53f264 CR3: 00000001797f4000 CR4: 0000000000350ef0
[68620.214449] Call Trace:
[68620.214450]  <IRQ>
[68620.214451]  ? watchdog_timer_fn+0x1dd/0x260
[68620.214454]  ? __pfx_watchdog_timer_fn+0x10/0x10
[68620.214457]  ? __hrtimer_run_queues+0x10f/0x2a0
[68620.214460]  ? hrtimer_interrupt+0xfa/0x230
[68620.214462]  ? __sysvec_apic_timer_interrupt+0x55/0x150
[68620.214465]  ? sysvec_apic_timer_interrupt+0x6c/0x90
[68620.214468]  </IRQ>
[68620.214469]  <TASK>
[68620.214470]  ? asm_sysvec_apic_timer_interrupt+0x1a/0x20
[68620.214474]  ? native_queued_spin_lock_slowpath+0x21f/0x2e0
[68620.214477]  _raw_spin_lock+0x29/0x30
[68620.214479]  zswap_load+0x6a/0x160
[68620.214482]  swap_read_folio+0x64/0x450
[68620.214484]  swapin_readahead+0x1ea/0x4e0
[68620.214487]  do_swap_page+0x403/0xd20
[68620.214490]  ? shmem_file_write_iter+0x5e/0x90
[68620.214492]  ? __pte_offset_map+0x1b/0x180
[68620.214494]  __handle_mm_fault+0x868/0xdd0
[68620.214498]  handle_mm_fault+0x18d/0x320
[68620.214500]  do_user_addr_fault+0x175/0x6b0
[68620.214503]  exc_page_fault+0x7e/0x180
[68620.214505]  asm_exc_page_fault+0x26/0x30
[68620.214508] RIP: 0033:0x330a353
[68620.214512] Code: e2 03 48 01 d0 48 8b 00 48 89 45 e8 48 83 7d e8 00 0f 84 11 01 00 00 48 83 7d e8 ff 75 08 8b 45 fc 89 45 f8 eb 42 48 8b 45 e8 <8b> 40 0c 39 45 84 75 36 48 8b 45 e8 8b 40 08 48 8b 55 88 39 d0 75
[68620.214515] RSP: 002b:00007ffc42ae0390 EFLAGS: 00010217
[68620.214517] RAX: 00007fc75b53f258 RBX: 00000000000003e9 RCX: 00000000f9107c14
[68620.214519] RDX: 000000000003e0a0 RSI: 00007ffc42ae04f1 RDI: 0000000027ef6180
[68620.214521] RBP: 00007ffc42ae0410 R08: 0000000000000000 R09: 0000000000000000
[68620.214523] R10: 00007fc78c106ac0 R11: 00007fc78c1073c0 R12: 0000000000000000
[68620.214525] R13: 00007ffc42ae1030 R14: 00007fc78c66f000 R15: 0000000003df8e50
[68620.214528]  </TASK>
[68632.363664] watchdog: BUG: soft lockup - CPU#8 stuck for 648s! [cc1plus:2982130]
[68632.363668] Modules linked in: tls rpcsec_gss_krb5 nfsv4 dns_resolver nfs netfs rpcrdma rdma_cm iw_cm ib_cm ib_core br_netfilter iptable_filter xt_physdev tun bridge stp llc ext4 crc16 mbcache jbd2 amd_atl intel_rapl_msr intel_rapl_common edac_mce_amd kvm_amd cfg80211 rfkill kvm crct10dif_pclmul crc32_pclmul polyval_clmulni polyval_generic gf128mul ghash_clmulni_intel sha512_ssse3 sha256_ssse3 sha1_ssse3 r8169 aesni_intel crypto_simd cryptd realtek mdio_devres sp5100_tco wmi_bmof k10temp libphy ccp pcspkr rapl i2c_piix4 acpi_cpufreq zenpower ryzen_smu gpio_amdpt gpio_generic mac_hid nfsd auth_rpcgss nfs_acl lockd grace nct6775 nct6775_core hwmon_vid sunrpc sg crypto_user fuse dm_mod loop nfnetlink bpf_preload ip_tables x_tables xfs libcrc32c crc32c_generic drm_ttm_helper ttm video gpu_sched i2c_algo_bit drm_gpuvm drm_exec mxm_wmi nvme drm_display_helper crc32c_intel xhci_pci nvme_core cec xhci_pci_renesas wmi virtio_net net_failover failover virtio_blk virtio_pci virtio_pci_legacy_dev virtio_pci_modern_dev
[68632.363704]  [last unloaded: nouveau]
[68632.363719] CPU: 8 PID: 2982130 Comm: cc1plus Tainted: G      D W    L     6.9.12-12 #1 e59bce453550af16b12fd25785f4d449e921764e
[68632.363722] Hardware name: To Be Filled By O.E.M. B450M Pro4-F R2.0/B450M Pro4-F R2.0, BIOS P10.08 01/19/2024
[68632.363724] RIP: 0010:native_queued_spin_lock_slowpath+0x2a1/0x2e0
[68632.363728] Code: c1 ea 12 83 e0 03 83 ea 01 48 c1 e0 05 48 63 d2 48 05 c0 73 03 00 48 03 04 d5 40 32 91 aa 48 89 28 8b 45 08 85 c0 75 09 f3 90 <8b> 45 08 85 c0 74 f7 48 8b 55 00 48 85 d2 0f 84 6a ff ff ff 0f 0d
[68632.363732] RSP: 0000:ffffb26885e1f450 EFLAGS: 00000246
[68632.363734] RAX: 0000000000000000 RBX: ffff9388140cf738 RCX: fffffbc30f2ad340
[68632.363736] RDX: 0000000000000014 RSI: 0000000000540101 RDI: ffff9388140cf738
[68632.363738] RBP: ffff938b2ea373c0 R08: ffff93876cc2aaa0 R09: 0008c8130ae03aa0
[68632.363740] R10: 020f0008c8130ae0 R11: 0000000000501000 R12: 0000000000240000
[68632.363741] R13: 0000000000240000 R14: 03ffffffffffffff R15: 00000000000005fa
[68632.363743] FS:  00007fd929957f00(0000) GS:ffff938b2ea00000(0000) knlGS:0000000000000000
[68632.363746] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[68632.363748] CR2: 00007fd923600000 CR3: 0000000162ba8000 CR4: 0000000000350ef0
[68632.363750] Call Trace:
[68632.363751]  <IRQ>
[68632.363752]  ? watchdog_timer_fn+0x1dd/0x260
[68632.363755]  ? __pfx_watchdog_timer_fn+0x10/0x10
[68632.363758]  ? __hrtimer_run_queues+0x10f/0x2a0
[68632.363761]  ? hrtimer_interrupt+0xfa/0x230
[68632.363763]  ? __sysvec_apic_timer_interrupt+0x55/0x150
[68632.363766]  ? sysvec_apic_timer_interrupt+0x6c/0x90
[68632.363769]  </IRQ>
[68632.363770]  <TASK>
[68632.363771]  ? asm_sysvec_apic_timer_interrupt+0x1a/0x20
[68632.363775]  ? native_queued_spin_lock_slowpath+0x2a1/0x2e0
[68632.363778]  _raw_spin_lock+0x29/0x30
[68632.363781]  zswap_store+0x623/0xc70
[68632.363783]  swap_writepage+0x33/0xe0
[68632.363786]  pageout+0xc9/0x250
[68632.363790]  shrink_folio_list+0x5e4/0xca0
[68632.363793]  ? vm_mmap_pgoff+0xec/0x1a0
[68632.363796]  ? do_syscall_64+0x82/0x170
[68632.363799]  ? entry_SYSCALL_64_after_hwframe+0x76/0x7e
[68632.363803]  evict_folios+0x27a/0x660
[68632.363807]  try_to_shrink_lruvec+0x1a7/0x280
[68632.363810]  shrink_one+0x10a/0x1f0
[68632.363812]  shrink_node+0xab9/0xc00
[68632.363815]  ? zone_reclaimable_pages+0x15c/0x190
[68632.363818]  do_try_to_free_pages+0xca/0x5d0
[68632.363822]  try_to_free_pages+0xdd/0x210
[68632.363825]  __alloc_pages_slowpath.constprop.0+0x316/0xd60
[68632.363828]  ? mmap_region+0x4fc/0x9c0
[68632.363831]  __alloc_pages+0x32d/0x360
[68632.363834]  alloc_pages_mpol+0xd9/0x1e0
[68632.363836]  ? __lruvec_stat_mod_folio+0x81/0xa0
[68632.363839]  mm_get_huge_zero_page+0x74/0x100
[68632.363841]  do_huge_pmd_anonymous_page+0x37f/0x6e0
[68632.363844]  ? syscall_exit_to_user_mode+0x72/0x200
[68632.363846]  __handle_mm_fault+0xb5f/0xdd0
[68632.363850]  handle_mm_fault+0x18d/0x320
[68632.363852]  do_user_addr_fault+0x175/0x6b0
[68632.363855]  exc_page_fault+0x7e/0x180
[68632.363857]  asm_exc_page_fault+0x26/0x30
[68632.363860] RIP: 0033:0xf19e9f
[68632.363864] Code: 08 5d c3 55 48 89 e5 48 89 7d f8 89 75 f4 89 55 f0 89 4d ec 8b 45 f4 25 ff ff ff 7f 89 c2 48 8b 45 f8 89 d1 81 e1 ff ff ff 7f <8b> 10 81 e2 00 00 00 80 09 ca 89 10 8b 45 ec 83 e0 01 48 8b 55 f8
[68632.363868] RSP: 002b:00007ffc3532adf0 EFLAGS: 00010202
[68632.363870] RAX: 00007fd923600000 RBX: ffffffffffffffff RCX: 0000000000000004
[68632.363872] RDX: 0000000000000004 RSI: 0000000000000004 RDI: 00007fd923600000
[68632.363874] RBP: 00007ffc3532adf0 R08: 0000000000000040 R09: 0000000000000060
[68632.363875] R10: 00000000365e5970 R11: 0000000000000000 R12: 00007ffc3532c240
[68632.363877] R13: 00007ffc3532d690 R14: 00007fd92a043000 R15: 0000000003df8e50
[68632.363880]  </TASK>

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

* Re: [regression] oops on heavy compilations ("kernel BUG at mm/zswap.c:1005!" and "Oops: invalid opcode: 0000")
  2024-08-25  5:55         ` Piotr Oniszczuk
@ 2024-08-25 15:05           ` Pedro Falcato
  2024-08-25 16:24             ` Piotr Oniszczuk
  2024-09-03  8:31           ` Aithal, Srikanth
  2024-09-03  8:49           ` Aithal, Srikanth
  2 siblings, 1 reply; 31+ messages in thread
From: Pedro Falcato @ 2024-08-25 15:05 UTC (permalink / raw)
  To: Piotr Oniszczuk
  Cc: Nhat Pham, Matthew Wilcox, Linux regressions mailing list, LKML,
	Johannes Weiner, Yosry Ahmed, Linux-MM

On Sun, Aug 25, 2024 at 07:55:36AM GMT, Piotr Oniszczuk wrote:
> 
> 
> > Wiadomość napisana przez Nhat Pham <nphamcs@gmail.com> w dniu 23.08.2024, o godz. 18:16:
> > 
> > 
> > Have you tried with 6.9 yet? IIRC, there are two major changes to
> > zswap architecture in recent versions.
> > 
> > 1. In 6.9, we range-partition zswap's rbtrees to reduce lock contention.
> > 
> 
> Ok - after 32h of continuous compilation also on 6.9.12 I got series of oops (see below).
>

Since you have a reliable-ish repro: Could you compile a KASAN kernel and run that? Note that
KASAN has a very real performance hit (if you're using this for prod) but it'll probably help
shake out the bug.

> [68616.350398] watchdog: BUG: soft lockup - CPU#4 stuck for 596s! [kcompactd0:176]
<snip>
> [68616.350490]  ? hrtimer_interrupt+0xfa/0x230
> [68616.350492]  ? __sysvec_apic_timer_interrupt+0x55/0x150
> [68616.350494]  ? sysvec_apic_timer_interrupt+0x6c/0x90
> [68616.350497]  </IRQ>
> [68616.350498]  <TASK>
> [68616.350500]  ? asm_sysvec_apic_timer_interrupt+0x1a/0x20
> [68616.350503]  ? native_queued_spin_lock_slowpath+0x6e/0x2e0
> [68616.350506]  _raw_spin_lock+0x29/0x30
> [68616.350509]  page_vma_mapped_walk+0x6a2/0x950

I don't understand what this is spinning on here. Page table lock?
Could you get the file/line number from this address?

> [68616.350511]  try_to_migrate_one+0x174/0xbf0
> [68616.350515]  rmap_walk_anon+0xb6/0x190
> [68616.350518]  try_to_migrate+0xf9/0x110
> [68616.350520]  ? __pfx_try_to_migrate_one+0x10/0x10
> [68616.350523]  ? __pfx_folio_not_mapped+0x10/0x10
> [68616.350526]  ? __pfx_folio_lock_anon_vma_read+0x10/0x10
> [68616.350528]  ? __pfx_invalid_migration_vma+0x10/0x10
> [68616.350531]  migrate_pages_batch+0x545/0xb80
> [68616.350534]  ? __pfx_compaction_free+0x10/0x10
> [68616.350536]  ? __pfx_compaction_alloc+0x10/0x10
> [68616.350540]  ? __pfx_remove_migration_pte+0x10/0x10
> [68616.350542]  migrate_pages+0xada/0xd90
> [68616.350545]  ? __pfx_compaction_alloc+0x10/0x10
> [68616.350548]  ? __pfx_compaction_free+0x10/0x10
> [68616.350551]  ? folio_add_lru+0x5f/0xb0
> [68616.350553]  compact_zone+0x9e8/0x10c0
<snip>
> [68620.214430] RSP: 0000:ffffb2688397fbe0 EFLAGS: 00000202
> [68620.214432] RAX: 00000000000c0101 RBX: ffff9388140cf738 RCX: 0000000000000008
> [68620.214434] RDX: 0000000000000000 RSI: 0000000000000101 RDI: ffff9388140cf738
> [68620.214436] RBP: ffff938b2e6373c0 R08: ffff938b2e6310c0 R09: 000000000000000a
> [68620.214438] R10: 0000000000000000 R11: 0000000000000000 R12: 0000000000040000
> [68620.214440] R13: 0000000000040000 R14: ffff9388140cf738 R15: ffff9388140cf730
> [68620.214442] FS:  00007fc78bf83f00(0000) GS:ffff938b2e600000(0000) knlGS:0000000000000000
> [68620.214445] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
> [68620.214447] CR2: 00007fc75b53f264 CR3: 00000001797f4000 CR4: 0000000000350ef0
> [68620.214449] Call Trace:
> [68620.214450]  <IRQ>
> [68620.214451]  ? watchdog_timer_fn+0x1dd/0x260
> [68620.214454]  ? __pfx_watchdog_timer_fn+0x10/0x10
> [68620.214457]  ? __hrtimer_run_queues+0x10f/0x2a0
> [68620.214460]  ? hrtimer_interrupt+0xfa/0x230
> [68620.214462]  ? __sysvec_apic_timer_interrupt+0x55/0x150
> [68620.214465]  ? sysvec_apic_timer_interrupt+0x6c/0x90
> [68620.214468]  </IRQ>
> [68620.214469]  <TASK>
> [68620.214470]  ? asm_sysvec_apic_timer_interrupt+0x1a/0x20
> [68620.214474]  ? native_queued_spin_lock_slowpath+0x21f/0x2e0
> [68620.214477]  _raw_spin_lock+0x29/0x30
> [68620.214479]  zswap_load+0x6a/0x160

... and I don't how a zswap lock could be related to a page table lock (in case it is one).

> [68620.214482]  swap_read_folio+0x64/0x450
> [68620.214484]  swapin_readahead+0x1ea/0x4e0
> [68620.214487]  do_swap_page+0x403/0xd20
> [68620.214490]  ? shmem_file_write_iter+0x5e/0x90
> [68620.214492]  ? __pte_offset_map+0x1b/0x180
> [68620.214494]  __handle_mm_fault+0x868/0xdd0
> [68620.214498]  handle_mm_fault+0x18d/0x320
> [68620.214500]  do_user_addr_fault+0x175/0x6b0
> [68620.214503]  exc_page_fault+0x7e/0x180
> [68620.214505]  asm_exc_page_fault+0x26/0x30
<snip>
> [68620.214508] RIP: 0033:0x330a353
> [68620.214512] Code: e2 03 48 01 d0 48 8b 00 48 89 45 e8 48 83 7d e8 00 0f 84 11 01 00 00 48 83 7d e8 ff 75 08 8b 45 fc 89 45 f8 eb 42 48 8b 45 e8 <8b> 40 0c 39 45 84 75 36 48 8b 45 e8 8b 40 08 48 8b 55 88 39 d0 75
> [68620.214515] RSP: 002b:00007ffc42ae0390 EFLAGS: 00010217
> [68620.214517] RAX: 00007fc75b53f258 RBX: 00000000000003e9 RCX: 00000000f9107c14
> [68620.214519] RDX: 000000000003e0a0 RSI: 00007ffc42ae04f1 RDI: 0000000027ef6180
> [68620.214521] RBP: 00007ffc42ae0410 R08: 0000000000000000 R09: 0000000000000000
> [68620.214523] R10: 00007fc78c106ac0 R11: 00007fc78c1073c0 R12: 0000000000000000
> [68620.214525] R13: 00007ffc42ae1030 R14: 00007fc78c66f000 R15: 0000000003df8e50
> [68620.214528]  </TASK>
> [68632.363664] watchdog: BUG: soft lockup - CPU#8 stuck for 648s! [cc1plus:2982130]
> [68632.363668] Modules linked in: tls rpcsec_gss_krb5 nfsv4 dns_resolver nfs netfs rpcrdma rdma_cm iw_cm ib_cm ib_core br_netfilter iptable_filter xt_physdev tun bridge stp llc ext4 crc16 mbcache jbd2 amd_atl intel_rapl_msr intel_rapl_common edac_mce_amd kvm_amd cfg80211 rfkill kvm crct10dif_pclmul crc32_pclmul polyval_clmulni polyval_generic gf128mul ghash_clmulni_intel sha512_ssse3 sha256_ssse3 sha1_ssse3 r8169 aesni_intel crypto_simd cryptd realtek mdio_devres sp5100_tco wmi_bmof k10temp libphy ccp pcspkr rapl i2c_piix4 acpi_cpufreq zenpower ryzen_smu gpio_amdpt gpio_generic mac_hid nfsd auth_rpcgss nfs_acl lockd grace nct6775 nct6775_core hwmon_vid sunrpc sg crypto_user fuse dm_mod loop nfnetlink bpf_preload ip_tables x_tables xfs libcrc32c crc32c_generic drm_ttm_helper ttm video gpu_sched i2c_algo_bit drm_gpuvm drm_exec mxm_wmi nvme drm_display_helper crc32c_intel xhci_pci nvme_core cec xhci_pci_renesas wmi virtio_net net_failover failover virtio_blk virtio_pci virtio_pci_legacy_dev virtio_pci_modern_dev
> [68632.363704]  [last unloaded: nouveau]
> [68632.363719] CPU: 8 PID: 2982130 Comm: cc1plus Tainted: G      D W    L     6.9.12-12 #1 e59bce453550af16b12fd25785f4d449e921764e
> [68632.363722] Hardware name: To Be Filled By O.E.M. B450M Pro4-F R2.0/B450M Pro4-F R2.0, BIOS P10.08 01/19/2024
> [68632.363724] RIP: 0010:native_queued_spin_lock_slowpath+0x2a1/0x2e0
> [68632.363728] Code: c1 ea 12 83 e0 03 83 ea 01 48 c1 e0 05 48 63 d2 48 05 c0 73 03 00 48 03 04 d5 40 32 91 aa 48 89 28 8b 45 08 85 c0 75 09 f3 90 <8b> 45 08 85 c0 74 f7 48 8b 55 00 48 85 d2 0f 84 6a ff ff ff 0f 0d
> [68632.363732] RSP: 0000:ffffb26885e1f450 EFLAGS: 00000246
> [68632.363734] RAX: 0000000000000000 RBX: ffff9388140cf738 RCX: fffffbc30f2ad340
> [68632.363736] RDX: 0000000000000014 RSI: 0000000000540101 RDI: ffff9388140cf738
> [68632.363738] RBP: ffff938b2ea373c0 R08: ffff93876cc2aaa0 R09: 0008c8130ae03aa0
> [68632.363740] R10: 020f0008c8130ae0 R11: 0000000000501000 R12: 0000000000240000
> [68632.363741] R13: 0000000000240000 R14: 03ffffffffffffff R15: 00000000000005fa
> [68632.363743] FS:  00007fd929957f00(0000) GS:ffff938b2ea00000(0000) knlGS:0000000000000000
> [68632.363746] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
> [68632.363748] CR2: 00007fd923600000 CR3: 0000000162ba8000 CR4: 0000000000350ef0
> [68632.363750] Call Trace:
> [68632.363751]  <IRQ>
> [68632.363752]  ? watchdog_timer_fn+0x1dd/0x260
> [68632.363755]  ? __pfx_watchdog_timer_fn+0x10/0x10
> [68632.363758]  ? __hrtimer_run_queues+0x10f/0x2a0
> [68632.363761]  ? hrtimer_interrupt+0xfa/0x230
> [68632.363763]  ? __sysvec_apic_timer_interrupt+0x55/0x150
> [68632.363766]  ? sysvec_apic_timer_interrupt+0x6c/0x90
> [68632.363769]  </IRQ>
> [68632.363770]  <TASK>
> [68632.363771]  ? asm_sysvec_apic_timer_interrupt+0x1a/0x20
> [68632.363775]  ? native_queued_spin_lock_slowpath+0x2a1/0x2e0
> [68632.363778]  _raw_spin_lock+0x29/0x30
> [68632.363781]  zswap_store+0x623/0xc70

FWIW this is the same zswap lock as above.

Also, could you try a memtest86 on your machine, to shake out potential hardware problems?

All-in-all if the above is a page table lock then this is a weird bug, because I don't see
how a zswap lock could be related to a ptlock through memory corruption, since ptdescs are just
struct pages... Either this is has to be a different bug than the one I reported back then, or
there's some side effect that's non-obvious to me.

-- 
Pedro

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

* Re: [regression] oops on heavy compilations ("kernel BUG at mm/zswap.c:1005!" and "Oops: invalid opcode: 0000")
  2024-08-25 15:05           ` Pedro Falcato
@ 2024-08-25 16:24             ` Piotr Oniszczuk
  2024-08-27 18:48               ` Yosry Ahmed
  0 siblings, 1 reply; 31+ messages in thread
From: Piotr Oniszczuk @ 2024-08-25 16:24 UTC (permalink / raw)
  To: Pedro Falcato
  Cc: Nhat Pham, Matthew Wilcox, Linux regressions mailing list, LKML,
	Johannes Weiner, Yosry Ahmed, Linux-MM



> Wiadomość napisana przez Pedro Falcato <pedro.falcato@gmail.com> w dniu 25.08.2024, o godz. 17:05:
> 
> Also, could you try a memtest86 on your machine, to shake out potential hardware problems?


I found less time consuming way to trigger issue: 12c24t cross compile of llvm with „only 16G” of ram - as this triggers many heavy swappings (top swap usage gets 8-9G out of 16G swap part)

With such setup - on 6.9.12 - i’m getting not available system (due cpu soft lockup) just in 1..3h
(usually first or second compile iteration; i wrote simple scrip compiling in loop + counting interations)

Then i switched back to 6.8.2 and…. decided interrupt successful test after 14 iterations (it was 19h of non-stop compiling with heavy swapping)
(sure - i can still keep test going - but builder is also needed for my normal development)

So summarising:
-on 6.9+ just 1..3h seems enough to provoke issue
-on 6.8.2 so far never in past + currently can’t provoke issue (last day in 19h test window nor 5 full distro builds nor last 2 weeks of development)

By above i personally don’t believe issue is in hw (ram)


   

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

* Re: [regression] oops on heavy compilations ("kernel BUG at mm/zswap.c:1005!" and "Oops: invalid opcode: 0000")
  2024-08-25 16:24             ` Piotr Oniszczuk
@ 2024-08-27 18:48               ` Yosry Ahmed
  2024-08-29 15:50                 ` Piotr Oniszczuk
  0 siblings, 1 reply; 31+ messages in thread
From: Yosry Ahmed @ 2024-08-27 18:48 UTC (permalink / raw)
  To: Piotr Oniszczuk
  Cc: Pedro Falcato, Nhat Pham, Matthew Wilcox,
	Linux regressions mailing list, LKML, Johannes Weiner, Linux-MM

On Sun, Aug 25, 2024 at 9:24 AM Piotr Oniszczuk
<piotr.oniszczuk@gmail.com> wrote:
>
>
>
> > Wiadomość napisana przez Pedro Falcato <pedro.falcato@gmail.com> w dniu 25.08.2024, o godz. 17:05:
> >
> > Also, could you try a memtest86 on your machine, to shake out potential hardware problems?
>
>
> I found less time consuming way to trigger issue: 12c24t cross compile of llvm with „only 16G” of ram - as this triggers many heavy swappings (top swap usage gets 8-9G out of 16G swap part)
>
> With such setup - on 6.9.12 - i’m getting not available system (due cpu soft lockup) just in 1..3h
> (usually first or second compile iteration; i wrote simple scrip compiling in loop + counting interations)

Are we sure that the soft lockup problem is related to the originally
reported problem? It seems like in v6.10 you hit a BUG in zswap
(corruption?), and in v6.9 you hit a soft lockup with a zswap lock
showing up in the splat. Not sure how they are relevant.

Is the soft lockup reproducible in v6.10 as well?

Since you have a narrow window (6.8.2 to 6.9) and a reproducer for the
soft lockup problem, can you try bisecting?

Thanks!

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

* Re: [regression] oops on heavy compilations ("kernel BUG at mm/zswap.c:1005!" and "Oops: invalid opcode: 0000")
  2024-08-27 18:48               ` Yosry Ahmed
@ 2024-08-29 15:50                 ` Piotr Oniszczuk
  2024-08-29 21:54                   ` Yosry Ahmed
  0 siblings, 1 reply; 31+ messages in thread
From: Piotr Oniszczuk @ 2024-08-29 15:50 UTC (permalink / raw)
  To: Yosry Ahmed
  Cc: Pedro Falcato, Nhat Pham, Matthew Wilcox,
	Linux regressions mailing list, LKML, Johannes Weiner, Linux-MM



> Wiadomość napisana przez Yosry Ahmed <yosryahmed@google.com> w dniu 27.08.2024, o godz. 20:48:
> 
> On Sun, Aug 25, 2024 at 9:24 AM Piotr Oniszczuk
> <piotr.oniszczuk@gmail.com> wrote:
>> 
>> 
>> 
>>> Wiadomość napisana przez Pedro Falcato <pedro.falcato@gmail.com> w dniu 25.08.2024, o godz. 17:05:
>>> 
>>> Also, could you try a memtest86 on your machine, to shake out potential hardware problems?
>> 
>> 
>> I found less time consuming way to trigger issue: 12c24t cross compile of llvm with „only 16G” of ram - as this triggers many heavy swappings (top swap usage gets 8-9G out of 16G swap part)
>> 
>> With such setup - on 6.9.12 - i’m getting not available system (due cpu soft lockup) just in 1..3h
>> (usually first or second compile iteration; i wrote simple scrip compiling in loop + counting interations)
> 
> Are we sure that the soft lockup problem is related to the originally
> reported problem? It seems like in v6.10 you hit a BUG in zswap
> (corruption?), and in v6.9 you hit a soft lockup with a zswap lock
> showing up in the splat. Not sure how they are relevant.

If so then i’m interpreting this as:

a\ 2 different bugs 

or 

b\ 6.10 issue is result of 6.9 bug

In such case i think we may:

1. fix 6.9 first (=get it stable for let say 30h continuous compil.)
2. apply fix to 6.10 then test stability on 6.10 

> 
> Is the soft lockup reproducible in v6.10 as well?
> 
> Since you have a narrow window (6.8.2 to 6.9) and a reproducer for the
> soft lockup problem, can you try bisecting?
> 
> Thanks!



May you pls help me with reducing amount of work here? 

1. by narrowing # of bisect iternations?
On my side each iteration is like
-build arch pkg
-install on builder
-compile till first hang (2..3h probably for bad) or 20h (for good)
this means days and i’m a bit short with time as all this is my hobby (so competes with all rest of my life...)

or

2. Ideally will be to have list of revert 6.9 commit candidates (starting from most probable falling commit)
i’ll revert and test

i’ll really appreciate help here….


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

* Re: [regression] oops on heavy compilations ("kernel BUG at mm/zswap.c:1005!" and "Oops: invalid opcode: 0000")
  2024-08-29 15:50                 ` Piotr Oniszczuk
@ 2024-08-29 21:54                   ` Yosry Ahmed
  2024-08-29 22:29                     ` Matthew Wilcox
  2024-08-31  9:41                     ` Piotr Oniszczuk
  0 siblings, 2 replies; 31+ messages in thread
From: Yosry Ahmed @ 2024-08-29 21:54 UTC (permalink / raw)
  To: Piotr Oniszczuk
  Cc: Pedro Falcato, Nhat Pham, Matthew Wilcox,
	Linux regressions mailing list, LKML, Johannes Weiner, Linux-MM

On Thu, Aug 29, 2024 at 8:51 AM Piotr Oniszczuk
<piotr.oniszczuk@gmail.com> wrote:
>
>
>
> > Wiadomość napisana przez Yosry Ahmed <yosryahmed@google.com> w dniu 27.08.2024, o godz. 20:48:
> >
> > On Sun, Aug 25, 2024 at 9:24 AM Piotr Oniszczuk
> > <piotr.oniszczuk@gmail.com> wrote:
> >>
> >>
> >>
> >>> Wiadomość napisana przez Pedro Falcato <pedro.falcato@gmail.com> w dniu 25.08.2024, o godz. 17:05:
> >>>
> >>> Also, could you try a memtest86 on your machine, to shake out potential hardware problems?
> >>
> >>
> >> I found less time consuming way to trigger issue: 12c24t cross compile of llvm with „only 16G” of ram - as this triggers many heavy swappings (top swap usage gets 8-9G out of 16G swap part)
> >>
> >> With such setup - on 6.9.12 - i’m getting not available system (due cpu soft lockup) just in 1..3h
> >> (usually first or second compile iteration; i wrote simple scrip compiling in loop + counting interations)
> >
> > Are we sure that the soft lockup problem is related to the originally
> > reported problem? It seems like in v6.10 you hit a BUG in zswap
> > (corruption?), and in v6.9 you hit a soft lockup with a zswap lock
> > showing up in the splat. Not sure how they are relevant.
>
> If so then i’m interpreting this as:
>
> a\ 2 different bugs
>
> or
>
> b\ 6.10 issue is result of 6.9 bug
>
> In such case i think we may:
>
> 1. fix 6.9 first (=get it stable for let say 30h continuous compil.)
> 2. apply fix to 6.10 then test stability on 6.10
>
> >
> > Is the soft lockup reproducible in v6.10 as well?
> >
> > Since you have a narrow window (6.8.2 to 6.9) and a reproducer for the
> > soft lockup problem, can you try bisecting?
> >
> > Thanks!
>
>
>
> May you pls help me with reducing amount of work here?
>
> 1. by narrowing # of bisect iternations?

My information about the good (v6.8) and bad (v6.9) versions come from
your report. I am not sure how I can help narrow down the number of
bisect iterations. Do you mind elaborating?

> On my side each iteration is like
> -build arch pkg
> -install on builder
> -compile till first hang (2..3h probably for bad) or 20h (for good)
> this means days and i’m a bit short with time as all this is my hobby (so competes with all rest of my life...)
>
> or
>
> 2. Ideally will be to have list of revert 6.9 commit candidates (starting from most probable falling commit)
> i’ll revert and test

Looking at the zswap commits between 6.8 and 6.9, ignoring cleanups
and seemingly irrelevant patches (e.g. swapoff fixups), I think the
some likely candidates could be the following, but this is not really
based on any scientific methodology:

44c7c734a5132 mm/zswap: split zswap rb-tree
c2e2ba770200b mm/zswap: only support zswap_exclusive_loads_enabled
a230c20e63efe mm/zswap: zswap entry doesn't need refcount anymore
8409a385a6b41 mm/zswap: improve with alloc_workqueue() call
0827a1fb143fa mm/zswap: invalidate zswap entry when swap entry free

I also noticed that you are using z3fold as the zpool. Is the problem
reproducible with zsmalloc? I wouldn't be surprised if there's a
z3fold bug somewhere.

>
> i’ll really appreciate help here….
>

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

* Re: [regression] oops on heavy compilations ("kernel BUG at mm/zswap.c:1005!" and "Oops: invalid opcode: 0000")
  2024-08-29 21:54                   ` Yosry Ahmed
@ 2024-08-29 22:29                     ` Matthew Wilcox
  2024-08-29 22:53                       ` Yosry Ahmed
  2024-08-31  9:41                     ` Piotr Oniszczuk
  1 sibling, 1 reply; 31+ messages in thread
From: Matthew Wilcox @ 2024-08-29 22:29 UTC (permalink / raw)
  To: Yosry Ahmed
  Cc: Piotr Oniszczuk, Pedro Falcato, Nhat Pham,
	Linux regressions mailing list, LKML, Johannes Weiner, Linux-MM

On Thu, Aug 29, 2024 at 02:54:25PM -0700, Yosry Ahmed wrote:
> Looking at the zswap commits between 6.8 and 6.9, ignoring cleanups
> and seemingly irrelevant patches (e.g. swapoff fixups), I think the
> some likely candidates could be the following, but this is not really
> based on any scientific methodology:
> 
> 44c7c734a5132 mm/zswap: split zswap rb-tree
> c2e2ba770200b mm/zswap: only support zswap_exclusive_loads_enabled
> a230c20e63efe mm/zswap: zswap entry doesn't need refcount anymore
> 8409a385a6b41 mm/zswap: improve with alloc_workqueue() call
> 0827a1fb143fa mm/zswap: invalidate zswap entry when swap entry free
> 
> I also noticed that you are using z3fold as the zpool. Is the problem
> reproducible with zsmalloc? I wouldn't be surprised if there's a
> z3fold bug somewhere.

You're assuming that it's a zswap/zsmalloc/... bug.  If it's a random
scribble, as suggested by Takero Funaki:

https://lore.kernel.org/linux-mm/CAPpoddere2g=kkMzrxuJ1KCG=0Hg1-1v=ppg4dON9wK=pKq2uQ@mail.gmail.com/

then focusing on zswap will not be fruitful.

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

* Re: [regression] oops on heavy compilations ("kernel BUG at mm/zswap.c:1005!" and "Oops: invalid opcode: 0000")
  2024-08-29 22:29                     ` Matthew Wilcox
@ 2024-08-29 22:53                       ` Yosry Ahmed
  0 siblings, 0 replies; 31+ messages in thread
From: Yosry Ahmed @ 2024-08-29 22:53 UTC (permalink / raw)
  To: Matthew Wilcox
  Cc: Piotr Oniszczuk, Pedro Falcato, Nhat Pham,
	Linux regressions mailing list, LKML, Johannes Weiner, Linux-MM

On Thu, Aug 29, 2024 at 3:29 PM Matthew Wilcox <willy@infradead.org> wrote:
>
> On Thu, Aug 29, 2024 at 02:54:25PM -0700, Yosry Ahmed wrote:
> > Looking at the zswap commits between 6.8 and 6.9, ignoring cleanups
> > and seemingly irrelevant patches (e.g. swapoff fixups), I think the
> > some likely candidates could be the following, but this is not really
> > based on any scientific methodology:
> >
> > 44c7c734a5132 mm/zswap: split zswap rb-tree
> > c2e2ba770200b mm/zswap: only support zswap_exclusive_loads_enabled
> > a230c20e63efe mm/zswap: zswap entry doesn't need refcount anymore
> > 8409a385a6b41 mm/zswap: improve with alloc_workqueue() call
> > 0827a1fb143fa mm/zswap: invalidate zswap entry when swap entry free
> >
> > I also noticed that you are using z3fold as the zpool. Is the problem
> > reproducible with zsmalloc? I wouldn't be surprised if there's a
> > z3fold bug somewhere.
>
> You're assuming that it's a zswap/zsmalloc/... bug.  If it's a random
> scribble, as suggested by Takero Funaki:
>
> https://lore.kernel.org/linux-mm/CAPpoddere2g=kkMzrxuJ1KCG=0Hg1-1v=ppg4dON9wK=pKq2uQ@mail.gmail.com/
>
> then focusing on zswap will not be fruitful.

IIUC that was for the initial bug report. Piotr reported a different
problem for v6.9 in the same thread, a soft lockup. They look
unrelated to me. Also the patch that Takero found through bisection
landed in v6.10, so it cannot be the cause of the soft lockups.

Piotr never confirmed if reverting patch Takero found fixes the
initial problem on v6.10 though, that would be useful.

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

* Re: [regression] oops on heavy compilations ("kernel BUG at mm/zswap.c:1005!" and "Oops: invalid opcode: 0000")
  2024-08-29 21:54                   ` Yosry Ahmed
  2024-08-29 22:29                     ` Matthew Wilcox
@ 2024-08-31  9:41                     ` Piotr Oniszczuk
  2024-08-31 17:23                       ` Yosry Ahmed
  1 sibling, 1 reply; 31+ messages in thread
From: Piotr Oniszczuk @ 2024-08-31  9:41 UTC (permalink / raw)
  To: Yosry Ahmed
  Cc: Pedro Falcato, Nhat Pham, Matthew Wilcox,
	Linux regressions mailing list, LKML, Johannes Weiner, Linux-MM



> Wiadomość napisana przez Yosry Ahmed <yosryahmed@google.com> w dniu 29.08.2024, o godz. 23:54:
> 
> I also noticed that you are using z3fold as the zpool. Is the problem
> reproducible with zsmalloc? I wouldn't be surprised if there's a
> z3fold bug somewhere.
> 

Hmm - yesterday i recompiled 6.9.12 with zsmalloc and …. after 16h of continuous tests I can’t reproduce issue.
With zsmalloc 6.9.12 looks to me like stable.

With this - what will be your advice to move forward?
Is there any possibility/way to avoid bisecting? (due limited time from my side)


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

* Re: [regression] oops on heavy compilations ("kernel BUG at mm/zswap.c:1005!" and "Oops: invalid opcode: 0000")
  2024-08-31  9:41                     ` Piotr Oniszczuk
@ 2024-08-31 17:23                       ` Yosry Ahmed
  2024-09-02  8:57                         ` Piotr Oniszczuk
  2024-09-13  9:03                         ` Tomáš Trnka
  0 siblings, 2 replies; 31+ messages in thread
From: Yosry Ahmed @ 2024-08-31 17:23 UTC (permalink / raw)
  To: Piotr Oniszczuk
  Cc: Pedro Falcato, Nhat Pham, Matthew Wilcox,
	Linux regressions mailing list, LKML, Johannes Weiner, Linux-MM

On Sat, Aug 31, 2024 at 2:41 AM Piotr Oniszczuk
<piotr.oniszczuk@gmail.com> wrote:
>
>
>
> > Wiadomość napisana przez Yosry Ahmed <yosryahmed@google.com> w dniu 29.08.2024, o godz. 23:54:
> >
> > I also noticed that you are using z3fold as the zpool. Is the problem
> > reproducible with zsmalloc? I wouldn't be surprised if there's a
> > z3fold bug somewhere.
> >
>
> Hmm - yesterday i recompiled 6.9.12 with zsmalloc and …. after 16h of continuous tests I can’t reproduce issue.
> With zsmalloc 6.9.12 looks to me like stable.

Interesting, and a little bit what I hoped for tbh.

>
> With this - what will be your advice to move forward?

Well, it's possible that some zswap change was not fully compatible
with z3fold, or surfaced a dormant bug in z3fold. Either way, my
recommendation is to use zsmalloc. I have been trying to deprecate
z3fold, and honestly you are the only person I have seen use z3fold in
a while -- which is probably why no one else reported such a problem.

> Is there any possibility/way to avoid bisecting? (due limited time from my side)

So unless you have a reason to specifically use z3fold or avoid
zsmalloc, please use zsmalloc. It should be better for you anyway. I
doubt that you (or anyone) wants to spend time debugging a z3fold
problem :)

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

* Re: [regression] oops on heavy compilations ("kernel BUG at mm/zswap.c:1005!" and "Oops: invalid opcode: 0000")
  2024-08-31 17:23                       ` Yosry Ahmed
@ 2024-09-02  8:57                         ` Piotr Oniszczuk
  2024-09-03 17:49                           ` Yosry Ahmed
  2024-09-13  9:03                         ` Tomáš Trnka
  1 sibling, 1 reply; 31+ messages in thread
From: Piotr Oniszczuk @ 2024-09-02  8:57 UTC (permalink / raw)
  To: Yosry Ahmed
  Cc: Pedro Falcato, Nhat Pham, Matthew Wilcox,
	Linux regressions mailing list, LKML, Johannes Weiner, Linux-MM



> Wiadomość napisana przez Yosry Ahmed <yosryahmed@google.com> w dniu 31.08.2024, o godz. 19:23:
> 
> On Sat, Aug 31, 2024 at 2:41 AM Piotr Oniszczuk
> <piotr.oniszczuk@gmail.com> wrote:
>> 
>> 
>> 
>>> Wiadomość napisana przez Yosry Ahmed <yosryahmed@google.com> w dniu 29.08.2024, o godz. 23:54:
>>> 
>>> I also noticed that you are using z3fold as the zpool. Is the problem
>>> reproducible with zsmalloc? I wouldn't be surprised if there's a
>>> z3fold bug somewhere.
>>> 
>> 
>> Hmm - yesterday i recompiled 6.9.12 with zsmalloc and …. after 16h of continuous tests I can’t reproduce issue.
>> With zsmalloc 6.9.12 looks to me like stable.
> 
> Interesting, and a little bit what I hoped for tbh.

:-)

I tested mainline 6.10.7 with 26h test and also it is stable with zsmalloc 

> 
>> 
>> With this - what will be your advice to move forward?
> 
> Well, it's possible that some zswap change was not fully compatible
> with z3fold, or surfaced a dormant bug in z3fold. Either way, my
> recommendation is to use zsmalloc.
> I have been trying to deprecate

IMHO - isn’t bug in this report + difficulties to reproduce->fix enough to depreciate z3fold?  

> z3fold, and honestly you are the only person I have seen use z3fold in
> a while -- which is probably why no one else reported such a problem.

Well - in fact this is ArchLinux - not me.
I’m using Arch and kernel in builder machine with ArchLinux config + packaging

> 
>> Is there any possibility/way to avoid bisecting? (due limited time from my side)
> 
> So unless you have a reason to specifically use z3fold or avoid
> zsmalloc, please use zsmalloc. It should be better for you anyway. I

I see benefits already: on very memory demanding qtwebkit compile:
z3fold: swap frequently gets 6..8G from 16G available
zsmalloc: can’t see more than 1..2G
  
> doubt that you (or anyone) wants to spend time debugging a z3fold
> problem :)

lets depreciate it!




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

* Re: [regression] oops on heavy compilations ("kernel BUG at mm/zswap.c:1005!" and "Oops: invalid opcode: 0000")
  2024-08-25  5:55         ` Piotr Oniszczuk
  2024-08-25 15:05           ` Pedro Falcato
@ 2024-09-03  8:31           ` Aithal, Srikanth
  2024-09-03 17:52             ` Yosry Ahmed
  2024-09-03  8:49           ` Aithal, Srikanth
  2 siblings, 1 reply; 31+ messages in thread
From: Aithal, Srikanth @ 2024-09-03  8:31 UTC (permalink / raw)
  To: Piotr Oniszczuk, Nhat Pham
  Cc: Matthew Wilcox, Linux regressions mailing list, LKML,
	Johannes Weiner, Yosry Ahmed, Linux-MM

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

On 8/25/2024 11:25 AM, Piotr Oniszczuk wrote:
> 
> 
>> Wiadomość napisana przez Nhat Pham <nphamcs@gmail.com> w dniu 23.08.2024, o godz. 18:16:
>>
>>
>> Have you tried with 6.9 yet? IIRC, there are two major changes to
>> zswap architecture in recent versions.
>>
>> 1. In 6.9, we range-partition zswap's rbtrees to reduce lock contention.
>>
> 
> Ok - after 32h of continuous compilation also on 6.9.12 I got series of oops (see below).
> 
I hit similar soft lockup with linuxnext-20240902 build, but I was not 
running anything for that long. Once I hit it while kexecing on 
linuxnext-20240902 and other time was during linuxnext-20240902 boot up. 
I have attached the logs here, I am trying to see if I can recreate it 
on todays linux-next build.



> [68616.350398] watchdog: BUG: soft lockup - CPU#4 stuck for 596s! [kcompactd0:176]
> [68616.350401] Modules linked in: tls rpcsec_gss_krb5 nfsv4 dns_resolver nfs netfs rpcrdma rdma_cm iw_cm ib_cm ib_core br_netfilter iptable_filter xt_physdev tun bridge stp llc ext4 crc16 mbcache jbd2 amd_atl intel_rapl_msr intel_rapl_common edac_mce_amd kvm_amd cfg80211 rfkill kvm crct10dif_pclmul crc32_pclmul polyval_clmulni polyval_generic gf128mul ghash_clmulni_intel sha512_ssse3 sha256_ssse3 sha1_ssse3 r8169 aesni_intel crypto_simd cryptd realtek mdio_devres sp5100_tco wmi_bmof k10temp libphy ccp pcspkr rapl i2c_piix4 acpi_cpufreq zenpower ryzen_smu gpio_amdpt gpio_generic mac_hid nfsd auth_rpcgss nfs_acl lockd grace nct6775 nct6775_core hwmon_vid sunrpc sg crypto_user fuse dm_mod loop nfnetlink bpf_preload ip_tables x_tables xfs libcrc32c crc32c_generic drm_ttm_helper ttm video gpu_sched i2c_algo_bit drm_gpuvm drm_exec mxm_wmi nvme drm_display_helper crc32c_intel xhci_pci nvme_core cec xhci_pci_renesas wmi virtio_net net_failover failover virtio_blk virtio_pci virtio_pci_legacy_dev virtio_pci_modern_dev
> [68616.350434]  [last unloaded: nouveau]
> [68616.350448] CPU: 4 PID: 176 Comm: kcompactd0 Tainted: G      D W    L     6.9.12-12 #1 e59bce453550af16b12fd25785f4d449e921764e
> [68616.350451] Hardware name: To Be Filled By O.E.M. B450M Pro4-F R2.0/B450M Pro4-F R2.0, BIOS P10.08 01/19/2024
> [68616.350454] RIP: 0010:native_queued_spin_lock_slowpath+0x6e/0x2e0
> [68616.350457] Code: 77 7f f0 0f ba 2b 08 0f 92 c2 8b 03 0f b6 d2 c1 e2 08 30 e4 09 d0 3d ff 00 00 00 77 5b 85 c0 74 10 0f b6 03 84 c0 74 09 f3 90 <0f> b6 03 84 c0 75 f7 b8 01 00 00 00 66 89 03 65 48 ff 05 f3 66 02
> [68616.350461] RSP: 0018:ffffb268806db858 EFLAGS: 00000202
> [68616.350463] RAX: 0000000000000001 RBX: fffffbc30722d4e8 RCX: 0000000000000867
> [68616.350465] RDX: 0000000000000000 RSI: 0000000000000001 RDI: fffffbc30722d4e8
> [68616.350467] RBP: 00007f6af88b3000 R08: 0000008000000000 R09: 0200000000000080
> [68616.350469] R10: 0000000000000000 R11: ffffb268806db9e0 R12: ffff9388c7f63700
> [68616.350471] R13: ffff938815651b00 R14: 0000000000000001 R15: ffffff8000000000
> [68616.350473] FS:  0000000000000000(0000) GS:ffff938b2e800000(0000) knlGS:0000000000000000
> [68616.350475] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
> [68616.350477] CR2: 000055c339a59150 CR3: 00000002c2c20000 CR4: 0000000000350ef0
> [68616.350479] Call Trace:
> [68616.350480]  <IRQ>
> [68616.350481]  ? watchdog_timer_fn+0x1dd/0x260
> [68616.350484]  ? __pfx_watchdog_timer_fn+0x10/0x10
> [68616.350487]  ? __hrtimer_run_queues+0x10f/0x2a0
> [68616.350490]  ? hrtimer_interrupt+0xfa/0x230
> [68616.350492]  ? __sysvec_apic_timer_interrupt+0x55/0x150
> [68616.350494]  ? sysvec_apic_timer_interrupt+0x6c/0x90
> [68616.350497]  </IRQ>
> [68616.350498]  <TASK>
> [68616.350500]  ? asm_sysvec_apic_timer_interrupt+0x1a/0x20
> [68616.350503]  ? native_queued_spin_lock_slowpath+0x6e/0x2e0
> [68616.350506]  _raw_spin_lock+0x29/0x30
> [68616.350509]  page_vma_mapped_walk+0x6a2/0x950
> [68616.350511]  try_to_migrate_one+0x174/0xbf0
> [68616.350515]  rmap_walk_anon+0xb6/0x190
> [68616.350518]  try_to_migrate+0xf9/0x110
> [68616.350520]  ? __pfx_try_to_migrate_one+0x10/0x10
> [68616.350523]  ? __pfx_folio_not_mapped+0x10/0x10
> [68616.350526]  ? __pfx_folio_lock_anon_vma_read+0x10/0x10
> [68616.350528]  ? __pfx_invalid_migration_vma+0x10/0x10
> [68616.350531]  migrate_pages_batch+0x545/0xb80
> [68616.350534]  ? __pfx_compaction_free+0x10/0x10
> [68616.350536]  ? __pfx_compaction_alloc+0x10/0x10
> [68616.350540]  ? __pfx_remove_migration_pte+0x10/0x10
> [68616.350542]  migrate_pages+0xada/0xd90
> [68616.350545]  ? __pfx_compaction_alloc+0x10/0x10
> [68616.350548]  ? __pfx_compaction_free+0x10/0x10
> [68616.350551]  ? folio_add_lru+0x5f/0xb0
> [68616.350553]  compact_zone+0x9e8/0x10c0
> [68616.350556]  ? sched_clock_cpu+0xf/0x190
> [68616.350559]  ? raw_spin_rq_lock_nested+0x1c/0x80
> [68616.350561]  ? psi_group_change+0x213/0x3c0
> [68616.350564]  compact_node+0xb7/0x130
> [68616.350568]  kcompactd+0x355/0x430
> [68616.350571]  ? __pfx_autoremove_wake_function+0x10/0x10
> [68616.350573]  ? __pfx_kcompactd+0x10/0x10
> [68616.350576]  kthread+0xcf/0x100
> [68616.350578]  ? __pfx_kthread+0x10/0x10
> [68616.350580]  ret_from_fork+0x31/0x50
> [68616.350583]  ? __pfx_kthread+0x10/0x10
> [68616.350585]  ret_from_fork_asm+0x1a/0x30
> [68616.350588]  </TASK>
> [68620.214362] watchdog: BUG: soft lockup - CPU#0 stuck for 663s! [cc1plus:2979523]
> [68620.214367] Modules linked in: tls rpcsec_gss_krb5 nfsv4 dns_resolver nfs netfs rpcrdma rdma_cm iw_cm ib_cm ib_core br_netfilter iptable_filter xt_physdev tun bridge stp llc ext4 crc16 mbcache jbd2 amd_atl intel_rapl_msr intel_rapl_common edac_mce_amd kvm_amd cfg80211 rfkill kvm crct10dif_pclmul crc32_pclmul polyval_clmulni polyval_generic gf128mul ghash_clmulni_intel sha512_ssse3 sha256_ssse3 sha1_ssse3 r8169 aesni_intel crypto_simd cryptd realtek mdio_devres sp5100_tco wmi_bmof k10temp libphy ccp pcspkr rapl i2c_piix4 acpi_cpufreq zenpower ryzen_smu gpio_amdpt gpio_generic mac_hid nfsd auth_rpcgss nfs_acl lockd grace nct6775 nct6775_core hwmon_vid sunrpc sg crypto_user fuse dm_mod loop nfnetlink bpf_preload ip_tables x_tables xfs libcrc32c crc32c_generic drm_ttm_helper ttm video gpu_sched i2c_algo_bit drm_gpuvm drm_exec mxm_wmi nvme drm_display_helper crc32c_intel xhci_pci nvme_core cec xhci_pci_renesas wmi virtio_net net_failover failover virtio_blk virtio_pci virtio_pci_legacy_dev virtio_pci_modern_dev
> [68620.214402]  [last unloaded: nouveau]
> [68620.214416] CPU: 0 PID: 2979523 Comm: cc1plus Tainted: G      D W    L     6.9.12-12 #1 e59bce453550af16b12fd25785f4d449e921764e
> [68620.214420] Hardware name: To Be Filled By O.E.M. B450M Pro4-F R2.0/B450M Pro4-F R2.0, BIOS P10.08 01/19/2024
> [68620.214422] RIP: 0010:native_queued_spin_lock_slowpath+0x21f/0x2e0
> [68620.214426] Code: c5 01 41 c1 e4 10 41 c1 e5 12 45 09 ec 44 89 e0 c1 e8 10 66 87 43 02 89 c2 c1 e2 10 81 fa ff ff 00 00 77 5e 31 d2 eb 02 f3 90 <8b> 03 66 85 c0 75 f7 44 39 e0 0f 84 8e 00 00 00 c6 03 01 48 85 d2
> [68620.214430] RSP: 0000:ffffb2688397fbe0 EFLAGS: 00000202
> [68620.214432] RAX: 00000000000c0101 RBX: ffff9388140cf738 RCX: 0000000000000008
> [68620.214434] RDX: 0000000000000000 RSI: 0000000000000101 RDI: ffff9388140cf738
> [68620.214436] RBP: ffff938b2e6373c0 R08: ffff938b2e6310c0 R09: 000000000000000a
> [68620.214438] R10: 0000000000000000 R11: 0000000000000000 R12: 0000000000040000
> [68620.214440] R13: 0000000000040000 R14: ffff9388140cf738 R15: ffff9388140cf730
> [68620.214442] FS:  00007fc78bf83f00(0000) GS:ffff938b2e600000(0000) knlGS:0000000000000000
> [68620.214445] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
> [68620.214447] CR2: 00007fc75b53f264 CR3: 00000001797f4000 CR4: 0000000000350ef0
> [68620.214449] Call Trace:
> [68620.214450]  <IRQ>
> [68620.214451]  ? watchdog_timer_fn+0x1dd/0x260
> [68620.214454]  ? __pfx_watchdog_timer_fn+0x10/0x10
> [68620.214457]  ? __hrtimer_run_queues+0x10f/0x2a0
> [68620.214460]  ? hrtimer_interrupt+0xfa/0x230
> [68620.214462]  ? __sysvec_apic_timer_interrupt+0x55/0x150
> [68620.214465]  ? sysvec_apic_timer_interrupt+0x6c/0x90
> [68620.214468]  </IRQ>
> [68620.214469]  <TASK>
> [68620.214470]  ? asm_sysvec_apic_timer_interrupt+0x1a/0x20
> [68620.214474]  ? native_queued_spin_lock_slowpath+0x21f/0x2e0
> [68620.214477]  _raw_spin_lock+0x29/0x30
> [68620.214479]  zswap_load+0x6a/0x160
> [68620.214482]  swap_read_folio+0x64/0x450
> [68620.214484]  swapin_readahead+0x1ea/0x4e0
> [68620.214487]  do_swap_page+0x403/0xd20
> [68620.214490]  ? shmem_file_write_iter+0x5e/0x90
> [68620.214492]  ? __pte_offset_map+0x1b/0x180
> [68620.214494]  __handle_mm_fault+0x868/0xdd0
> [68620.214498]  handle_mm_fault+0x18d/0x320
> [68620.214500]  do_user_addr_fault+0x175/0x6b0
> [68620.214503]  exc_page_fault+0x7e/0x180
> [68620.214505]  asm_exc_page_fault+0x26/0x30
> [68620.214508] RIP: 0033:0x330a353
> [68620.214512] Code: e2 03 48 01 d0 48 8b 00 48 89 45 e8 48 83 7d e8 00 0f 84 11 01 00 00 48 83 7d e8 ff 75 08 8b 45 fc 89 45 f8 eb 42 48 8b 45 e8 <8b> 40 0c 39 45 84 75 36 48 8b 45 e8 8b 40 08 48 8b 55 88 39 d0 75
> [68620.214515] RSP: 002b:00007ffc42ae0390 EFLAGS: 00010217
> [68620.214517] RAX: 00007fc75b53f258 RBX: 00000000000003e9 RCX: 00000000f9107c14
> [68620.214519] RDX: 000000000003e0a0 RSI: 00007ffc42ae04f1 RDI: 0000000027ef6180
> [68620.214521] RBP: 00007ffc42ae0410 R08: 0000000000000000 R09: 0000000000000000
> [68620.214523] R10: 00007fc78c106ac0 R11: 00007fc78c1073c0 R12: 0000000000000000
> [68620.214525] R13: 00007ffc42ae1030 R14: 00007fc78c66f000 R15: 0000000003df8e50
> [68620.214528]  </TASK>
> [68632.363664] watchdog: BUG: soft lockup - CPU#8 stuck for 648s! [cc1plus:2982130]
> [68632.363668] Modules linked in: tls rpcsec_gss_krb5 nfsv4 dns_resolver nfs netfs rpcrdma rdma_cm iw_cm ib_cm ib_core br_netfilter iptable_filter xt_physdev tun bridge stp llc ext4 crc16 mbcache jbd2 amd_atl intel_rapl_msr intel_rapl_common edac_mce_amd kvm_amd cfg80211 rfkill kvm crct10dif_pclmul crc32_pclmul polyval_clmulni polyval_generic gf128mul ghash_clmulni_intel sha512_ssse3 sha256_ssse3 sha1_ssse3 r8169 aesni_intel crypto_simd cryptd realtek mdio_devres sp5100_tco wmi_bmof k10temp libphy ccp pcspkr rapl i2c_piix4 acpi_cpufreq zenpower ryzen_smu gpio_amdpt gpio_generic mac_hid nfsd auth_rpcgss nfs_acl lockd grace nct6775 nct6775_core hwmon_vid sunrpc sg crypto_user fuse dm_mod loop nfnetlink bpf_preload ip_tables x_tables xfs libcrc32c crc32c_generic drm_ttm_helper ttm video gpu_sched i2c_algo_bit drm_gpuvm drm_exec mxm_wmi nvme drm_display_helper crc32c_intel xhci_pci nvme_core cec xhci_pci_renesas wmi virtio_net net_failover failover virtio_blk virtio_pci virtio_pci_legacy_dev virtio_pci_modern_dev
> [68632.363704]  [last unloaded: nouveau]
> [68632.363719] CPU: 8 PID: 2982130 Comm: cc1plus Tainted: G      D W    L     6.9.12-12 #1 e59bce453550af16b12fd25785f4d449e921764e
> [68632.363722] Hardware name: To Be Filled By O.E.M. B450M Pro4-F R2.0/B450M Pro4-F R2.0, BIOS P10.08 01/19/2024
> [68632.363724] RIP: 0010:native_queued_spin_lock_slowpath+0x2a1/0x2e0
> [68632.363728] Code: c1 ea 12 83 e0 03 83 ea 01 48 c1 e0 05 48 63 d2 48 05 c0 73 03 00 48 03 04 d5 40 32 91 aa 48 89 28 8b 45 08 85 c0 75 09 f3 90 <8b> 45 08 85 c0 74 f7 48 8b 55 00 48 85 d2 0f 84 6a ff ff ff 0f 0d
> [68632.363732] RSP: 0000:ffffb26885e1f450 EFLAGS: 00000246
> [68632.363734] RAX: 0000000000000000 RBX: ffff9388140cf738 RCX: fffffbc30f2ad340
> [68632.363736] RDX: 0000000000000014 RSI: 0000000000540101 RDI: ffff9388140cf738
> [68632.363738] RBP: ffff938b2ea373c0 R08: ffff93876cc2aaa0 R09: 0008c8130ae03aa0
> [68632.363740] R10: 020f0008c8130ae0 R11: 0000000000501000 R12: 0000000000240000
> [68632.363741] R13: 0000000000240000 R14: 03ffffffffffffff R15: 00000000000005fa
> [68632.363743] FS:  00007fd929957f00(0000) GS:ffff938b2ea00000(0000) knlGS:0000000000000000
> [68632.363746] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
> [68632.363748] CR2: 00007fd923600000 CR3: 0000000162ba8000 CR4: 0000000000350ef0
> [68632.363750] Call Trace:
> [68632.363751]  <IRQ>
> [68632.363752]  ? watchdog_timer_fn+0x1dd/0x260
> [68632.363755]  ? __pfx_watchdog_timer_fn+0x10/0x10
> [68632.363758]  ? __hrtimer_run_queues+0x10f/0x2a0
> [68632.363761]  ? hrtimer_interrupt+0xfa/0x230
> [68632.363763]  ? __sysvec_apic_timer_interrupt+0x55/0x150
> [68632.363766]  ? sysvec_apic_timer_interrupt+0x6c/0x90
> [68632.363769]  </IRQ>
> [68632.363770]  <TASK>
> [68632.363771]  ? asm_sysvec_apic_timer_interrupt+0x1a/0x20
> [68632.363775]  ? native_queued_spin_lock_slowpath+0x2a1/0x2e0
> [68632.363778]  _raw_spin_lock+0x29/0x30
> [68632.363781]  zswap_store+0x623/0xc70
> [68632.363783]  swap_writepage+0x33/0xe0
> [68632.363786]  pageout+0xc9/0x250
> [68632.363790]  shrink_folio_list+0x5e4/0xca0
> [68632.363793]  ? vm_mmap_pgoff+0xec/0x1a0
> [68632.363796]  ? do_syscall_64+0x82/0x170
> [68632.363799]  ? entry_SYSCALL_64_after_hwframe+0x76/0x7e
> [68632.363803]  evict_folios+0x27a/0x660
> [68632.363807]  try_to_shrink_lruvec+0x1a7/0x280
> [68632.363810]  shrink_one+0x10a/0x1f0
> [68632.363812]  shrink_node+0xab9/0xc00
> [68632.363815]  ? zone_reclaimable_pages+0x15c/0x190
> [68632.363818]  do_try_to_free_pages+0xca/0x5d0
> [68632.363822]  try_to_free_pages+0xdd/0x210
> [68632.363825]  __alloc_pages_slowpath.constprop.0+0x316/0xd60
> [68632.363828]  ? mmap_region+0x4fc/0x9c0
> [68632.363831]  __alloc_pages+0x32d/0x360
> [68632.363834]  alloc_pages_mpol+0xd9/0x1e0
> [68632.363836]  ? __lruvec_stat_mod_folio+0x81/0xa0
> [68632.363839]  mm_get_huge_zero_page+0x74/0x100
> [68632.363841]  do_huge_pmd_anonymous_page+0x37f/0x6e0
> [68632.363844]  ? syscall_exit_to_user_mode+0x72/0x200
> [68632.363846]  __handle_mm_fault+0xb5f/0xdd0
> [68632.363850]  handle_mm_fault+0x18d/0x320
> [68632.363852]  do_user_addr_fault+0x175/0x6b0
> [68632.363855]  exc_page_fault+0x7e/0x180
> [68632.363857]  asm_exc_page_fault+0x26/0x30
> [68632.363860] RIP: 0033:0xf19e9f
> [68632.363864] Code: 08 5d c3 55 48 89 e5 48 89 7d f8 89 75 f4 89 55 f0 89 4d ec 8b 45 f4 25 ff ff ff 7f 89 c2 48 8b 45 f8 89 d1 81 e1 ff ff ff 7f <8b> 10 81 e2 00 00 00 80 09 ca 89 10 8b 45 ec 83 e0 01 48 8b 55 f8
> [68632.363868] RSP: 002b:00007ffc3532adf0 EFLAGS: 00010202
> [68632.363870] RAX: 00007fd923600000 RBX: ffffffffffffffff RCX: 0000000000000004
> [68632.363872] RDX: 0000000000000004 RSI: 0000000000000004 RDI: 00007fd923600000
> [68632.363874] RBP: 00007ffc3532adf0 R08: 0000000000000040 R09: 0000000000000060
> [68632.363875] R10: 00000000365e5970 R11: 0000000000000000 R12: 00007ffc3532c240
> [68632.363877] R13: 00007ffc3532d690 R14: 00007fd92a043000 R15: 0000000003df8e50
> [68632.363880]  </TASK>


[-- Attachment #2: softlock_native_queued_spin_lock_slowpath.log --]
[-- Type: text/plain, Size: 1565211 bytes --]


^[[c^[[2J^[[01;01H^[[=3h^[[2J^[[01;01HKEY MAPPING FOR CONSOLE REDIRECTION:

Use the <ESC><1> key sequence for <F1>
Use the <ESC><2> key sequence for <F2>
Use the <ESC><3> key sequence for <F3>
Use the <ESC><0> key sequence for <F10>
Use the <ESC><!> key sequence for <F11>
Use the <ESC><@> key sequence for <F12>

Use the <ESC><Ctrl><M> key sequence for <Ctrl><M>
Use the <ESC><Ctrl><H> key sequence for <Ctrl><H>
Use the <ESC><Ctrl><I> key sequence for <Ctrl><I>
Use the <ESC><Ctrl><J> key sequence for <Ctrl><J>

Use the <ESC><X><X> key sequence for <Alt><x>, where x is any letter
key, and X is the upper case of that key

Use the <ESC><R><ESC><r><ESC><R> key sequence for <Ctrl><Alt><Del>

Press the spacebar to pause...
Initializing PCIe, USB, and Video... Done
PowerEdge R6515
BIOS Version: 2.14.1
Console Redirection Enabled Requested by iDRAC

F2	 = System Setup
F10	 = Lifecycle Controller (Config
	   iDRAC, Update FW, Install OS)
F11	 = Boot Manager
F12	 = PXE Boot
iDRAC IPV4:  10.86.18.202 [Dedicated]
                                
Initializing Firmware Interfaces...
 





Enumerating Boot options...
Enumerating Boot options... Done
Loading Lifecycle Controller Drivers...
Loading Lifecycle Controller Drivers...Done
Lifecycle Controller: Collecting System Inventory...

iDRAC IPV4:  10.86.18.202 [Dedicated]

^[[2J^[[01;01HLifecycle Controller: Done
Booting...
^[[2J^[[01;01HBooting from Integrated Storage Controller 1: Red Hat Enterprise Linux
^[[0m^[[30m^[[40m^[[2J^[[01;01H^[[0m^[[37m^[[40m^[[20;07HUse the ^ and v keys to change the selection.                       
\r      Press 'e' to edit the selected item, or 'c' for a command prompt.   
\r      Press Escape to return to the previous menu.                        ^[[04;80H ^[[0m^[[30m^[[47m^[[04;01H      Red Hat Enterprise Linux (6.11.0-rc5-next-20240829-b18bbfc14a-000fda4e3f>
\r^[[05;01H^[[0m^[[37m^[[40m^[[04;79H^[[05;01H      Red Hat Enterprise Linux (6.11.0-rc5-next-20240828-195a402a75-c0ceb24fe8>
\r^[[06;01H^[[05;79H^[[06;01H      Red Hat Enterprise Linux (6.11.0-rc5-next-20240827-6f92374805-5e2d8ff675>
\r^[[07;01H^[[06;79H^[[07;01H      Red Hat Enterprise Linux (6.11.0-rc5-next-20240826-1ca4237ad9-2892a62bcd>
\r^[[08;01H^[[07;79H^[[08;01H      Red Hat Enterprise Linux (6.11.0-rc4-next-20240823-c79c85875f-029ca5dd36>
\r^[[09;01H^[[08;79H^[[09;01H      Red Hat Enterprise Linux (6.11.0-rc4-next-20240822-6a7917c89f-5b91b02e84>
\r^[[10;01H^[[09;79H^[[10;01H      Red Hat Enterprise Linux (6.11.0-rc4-next-20240821-eb8c5ca373-80383d4) 9>
\r^[[11;01H^[[10;79H^[[11;01H      Red Hat Enterprise Linux (6.11.0-rc4-next-20240820-bb1b0acdcd-35e1183) 9>
\r^[[12;01H^[[11;79H^[[12;01H      Red Hat Enterprise Linux (6.11.0-rc4-next-20240819-469f1bad3c-21a1019) 9>
\r^[[13;01H^[[12;79H^[[13;01H      Red Hat Enterprise Linux (6.11.0-rc4-d2bafcf224-d2bafcf224f) 9.1 (Plow)  ^[[13;79H^[[14;01H      Red Hat Enterprise Linux (6.11.0-rc3-next-20240816-367b5c3d53-d2011f6) 9>
\r^[[15;01H^[[14;79H^[[15;01H      Red Hat Enterprise Linux (6.11.0-rc3-next-20240815-edd1ec2e3a-c1aea8f) 9>
\r^[[16;01H^[[15;79H^[[16;01H      Red Hat Enterprise Linux (6.11.0-rc3-next-20240814-320eb81df4-1977f33) 9>
\r^[[17;01H^[[16;79H^[[17;01H      Red Hat Enterprise Linux (6.11.0-rc3-next-20240813-033a469170-91a7547) 9>
\r^[[18;01H^[[17;79H^[[18;01H      Red Hat Enterprise Linux (6.11.0-rc3-df6cbc62cc-df6cbc6) 9.1 (Plow)      ^[[18;79H^[[18;80Hv^[[04;79H^[[23;01H   The selected entry will be started automatically in 5s.                     ^[[04;79H^[[23;01H   The selected entry will be started automatically in 4s.                     ^[[04;79H^[[23;01H   The selected entry will be started automatically in 3s.                     ^[[04;79H^[[23;01H   The selected entry will be started automatically in 2s.                     ^[[04;79H^[[23;01H   The selected entry will be started automatically in 1s.                     ^[[04;79H^[[23;01H   The selected entry will be started automatically in 0s.                     ^[[04;79H^[[0m^[[30m^[[40m^[[2J^[[01;01H^[[0m^[[37m^[[40m^[[0m^[[30m^[[40m^[[2J^[[01;01H^[[0m^[[37m^[[40m[    0.000000] Linux version 6.11.0-rc5-next-20240829-b18bbfc14a-000fda4e3fa (root@hostname.amd.com) (gcc (GCC) 11.4.1 20231218 (Red Hat 11.4.1-3), GNU ld version 2.35.2-43.el9) #1 SMP PREEMPT_DYNAMIC Thu Aug 29 13:11:33 IST 2024
[    0.000000] Command line: BOOT_IMAGE=(hd0,gpt6)/vmlinuz-6.11.0-rc5-next-20240829-b18bbfc14a-000fda4e3fa root=/dev/mapper/rhel_hostname-root ro selinux=0 console=ttyS0,115200n8 earlyprintk=ttyS0,115200 net.ifnames=0 biosdevname=0 swiotlb=131072 kvm_amd.debug_swap=0 mem_encrypt=off
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Hygon HygonGenuine
[    0.000000]   Centaur CentaurHauls
[    0.000000]   zhaoxin   Shanghai  
[    0.000000] SEV-SNP: RMP table physical range [0x0000000015e00000 - 0x00000000566fffff]
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000008efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000008f000-0x000000000008ffff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000000090000-0x000000000009ffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000015dfffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000015e00000-0x00000000566fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000056700000-0x00000000567fbfff] usable
[    0.000000] BIOS-e820: [mem 0x00000000567fc000-0x00000000567fcfff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000567fd000-0x000000005a14afff] usable
[    0.000000] BIOS-e820: [mem 0x000000005a14b000-0x000000005a34afff] reserved
[    0.000000] BIOS-e820: [mem 0x000000005a34b000-0x0000000067acefff] usable
[    0.000000] BIOS-e820: [mem 0x0000000067acf000-0x000000006dfcefff] reserved
[    0.000000] BIOS-e820: [mem 0x000000006dfcf000-0x000000006edfefff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000006edff000-0x000000006effefff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000006efff000-0x000000006effffff] usable
[    0.000000] BIOS-e820: [mem 0x000000006f000000-0x000000006f00afff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000006f00b000-0x000000006fffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000070000000-0x000000008fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000aa000000-0x00000000aaffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000c5000000-0x00000000c5ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000e0ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fd000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000207fcfffff] usable
[    0.000000] BIOS-e820: [mem 0x000000207fd00000-0x000000207fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000002080000000-0x000000407f1fffff] usable
[    0.000000] BIOS-e820: [mem 0x000000407f200000-0x000000407fffffff] reserved
[    0.000000] printk: legacy bootconsole [earlyser0] enabled
[    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-0x000000000008efff] usable
[    0.000000] reserve setup_data: [mem 0x000000000008f000-0x000000000008ffff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x0000000000090000-0x000000000009ffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000000100000-0x0000000000b4b01f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000b4b020-0x0000000000b5305f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000b53060-0x0000000000b5401f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000b54020-0x0000000000b8645f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000b86460-0x0000000000b8701f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000b87020-0x0000000000bb945f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000bb9460-0x0000000000bba01f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000bba020-0x0000000000bffe5f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000bffe60-0x0000000015dfffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000015e00000-0x00000000566fffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000056700000-0x00000000567fbfff] usable
[    0.000000] reserve setup_data: [mem 0x00000000567fc000-0x00000000567fcfff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000567fd000-0x000000005a14afff] usable
[    0.000000] reserve setup_data: [mem 0x000000005a14b000-0x000000005a34afff] reserved
[    0.000000] reserve setup_data: [mem 0x000000005a34b000-0x0000000067acefff] usable
[    0.000000] reserve setup_data: [mem 0x0000000067acf000-0x000000006dfcefff] reserved
[    0.000000] reserve setup_data: [mem 0x000000006dfcf000-0x000000006edfefff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x000000006edff000-0x000000006effefff] ACPI data
[    0.000000] reserve setup_data: [mem 0x000000006efff000-0x000000006effffff] usable
[    0.000000] reserve setup_data: [mem 0x000000006f000000-0x000000006f00afff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x000000006f00b000-0x000000006fffffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000070000000-0x000000008fffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000aa000000-0x00000000aaffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000c5000000-0x00000000c5ffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000e0000000-0x00000000e0ffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fd000000-0x00000000ffffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000207fcfffff] usable
[    0.000000] reserve setup_data: [mem 0x000000207fd00000-0x000000207fffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000002080000000-0x000000407f1fffff] usable
[    0.000000] reserve setup_data: [mem 0x000000407f200000-0x000000407fffffff] reserved
[    0.000000] efi: EFI v2.7 by Dell Inc.
[    0.000000] efi: ACPI=0x6effe000 ACPI 2.0=0x6effe014 MEMATTR=0x63f3c4a0 SMBIOS=0x6979e000 SMBIOS 3.0=0x6979c000 MOKvar=0x67bcc000 RNG=0x6efb4020 
[    0.000000] random: crng init done
[    0.000000] efi: Remove mem56: MMIO range=[0x80000000-0x8fffffff] (256MB) from e820 map
[    0.000000] efi: Remove mem57: MMIO range=[0xaa000000-0xaaffffff] (16MB) from e820 map
[    0.000000] efi: Remove mem58: MMIO range=[0xc5000000-0xc5ffffff] (16MB) from e820 map
[    0.000000] efi: Remove mem59: MMIO range=[0xe0000000-0xe0ffffff] (16MB) from e820 map
[    0.000000] efi: Remove mem60: MMIO range=[0xfd000000-0xffffffff] (48MB) from e820 map
[    0.000000] SMBIOS 3.3.0 present.
[    0.000000] DMI: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[    0.000000] DMI: Memory slots populated: 8/16
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 1996.163 MHz processor
[    0.000029] last_pfn = 0x407f200 max_arch_pfn = 0x400000000
[    0.005552] MTRR map: 7 entries (2 fixed + 5 variable; max 19), built from 9 variable MTRRs
[    0.013867] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Memory KASLR using RDRAND RDTSC...
[    0.023896] x2apic: enabled by BIOS, switching to x2apic ops
[    0.029529] last_pfn = 0x70000 max_arch_pfn = 0x400000000
[    0.039396] SEV-SNP: Reserving start/end of RMP table on a 2MB boundary [0x0000000056600000]
[    0.047669] Using GB pages for direct mapping
[    0.052805] Secure boot disabled
[    0.055857] RAMDISK: [mem 0x407cee3000-0x407f1fffff]
[    0.060800] ACPI: Early table checksum verification disabled
[    0.066434] ACPI: RSDP 0x000000006EFFE014 000024 (v02 DELL  )
[    0.072153] ACPI: XSDT 0x000000006EFB7188 0000DC (v01 DELL   PE_SC3   00000002 DELL 00000001)
[    0.080647] ACPI: FACP 0x000000006EFF9000 000114 (v06 DELL   PE_SC3   00000002 DELL 00000001)
[    0.089140] ACPI: DSDT 0x000000006EFDA000 019528 (v02 DELL   PE_SC3   00000002 DELL 00000001)
[    0.097633] ACPI: FACS 0x000000006EDB9000 000040
[    0.102226] ACPI: BERT 0x000000006EFFC000 000030 (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.110719] ACPI: ERST 0x000000006EFFB000 000230 (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.119230] ACPI: HEST 0x000000006EFFA000 0007F4 (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.127724] ACPI: HPET 0x000000006EFF8000 000038 (v01 DELL   PE_SC3   00000002 DELL 00000001)
[    0.136217] ACPI: APIC 0x000000006EFF6000 0018BE (v05 DELL   PE_SC3   00000002 DELL 00000001)
[    0.144711] ACPI: MCFG 0x000000006EFF5000 00003C (v01 DELL   PE_SC3   00000002 DELL 00000001)
[    0.153204] ACPI: WSMT 0x000000006EFF4000 000028 (v01 DELL   PE_SC3   00000002 DELL 00000001)
[    0.161698] ACPI: SSDT 0x000000006EFD9000 000629 (v02 DELL   xhc_port 00000001 INTL 20210331)
[    0.170191] ACPI: SSDT 0x000000006EFD8000 000D6E (v02 AMD    CPMRAS   00000001 INTL 20210331)
[    0.178683] ACPI: EINJ 0x000000006EFD7000 000170 (v01 AMD    PE_SC3   00000001 AMD  00000001)
[    0.187178] ACPI: PCCT 0x000000006EFD6000 00006E (v02 DELL   AmdTable 00000001 AMD  00000001)
[    0.195670] ACPI: SSDT 0x000000006EFC7000 00E849 (v02 DELL   PE_SC3   00000001 AMD  00000001)
[    0.204164] ACPI: SRAT 0x000000006EFC6000 000CD0 (v03 DELL   PE_SC3   00000001 AMD  00000001)
[    0.212667] ACPI: MSCT 0x000000006EFC5000 00004E (v01 DELL   PE_SC3   00000000 AMD  00000001)
[    0.221159] ACPI: SLIT 0x000000006EFC4000 000030 (v01 DELL   PE_SC3   00000001 AMD  00000001)
[    0.229654] ACPI: CRAT 0x000000006EFBC000 0072F8 (v01 DELL   PE_SC3   00000001 AMD  00000001)
[    0.238147] ACPI: CDIT 0x000000006EFBB000 00002C (v01 DELL   PE_SC3   00000001 AMD  00000001)
[    0.246640] ACPI: IVRS 0x000000006EFBA000 0001F0 (v02 DELL   PE_SC3   00000001 AMD  00000001)
[    0.255134] ACPI: SPCR 0x000000006EFB9000 000050 (v02 DELL   PE_SC3   00000002 DELL 00000001)
[    0.263627] ACPI: SLIC 0x000000006EFB8000 000176 (v01 DELL   PE_SC3   00000002 DELL 00000001)
[    0.272120] ACPI: SSDT 0x000000006EFFD000 000D66 (v02 DELL   PE_SC3   00000002 DELL 00000001)
[    0.280614] ACPI: SSDT 0x000000006EFB5000 00193C (v02 AMD    CPMCMN   00000001 INTL 20210331)
[    0.289107] ACPI: Reserving FACP table memory at [mem 0x6eff9000-0x6eff9113]
[    0.296127] ACPI: Reserving DSDT table memory at [mem 0x6efda000-0x6eff3527]
[    0.303147] ACPI: Reserving FACS table memory at [mem 0x6edb9000-0x6edb903f]
[    0.310168] ACPI: Reserving BERT table memory at [mem 0x6effc000-0x6effc02f]
[    0.317197] ACPI: Reserving ERST table memory at [mem 0x6effb000-0x6effb22f]
[    0.324217] ACPI: Reserving HEST table memory at [mem 0x6effa000-0x6effa7f3]
[    0.331236] ACPI: Reserving HPET table memory at [mem 0x6eff8000-0x6eff8037]
[    0.338257] ACPI: Reserving APIC table memory at [mem 0x6eff6000-0x6eff78bd]
[    0.345277] ACPI: Reserving MCFG table memory at [mem 0x6eff5000-0x6eff503b]
[    0.352297] ACPI: Reserving WSMT table memory at [mem 0x6eff4000-0x6eff4027]
[    0.359317] ACPI: Reserving SSDT table memory at [mem 0x6efd9000-0x6efd9628]
[    0.366336] ACPI: Reserving SSDT table memory at [mem 0x6efd8000-0x6efd8d6d]
[    0.373356] ACPI: Reserving EINJ table memory at [mem 0x6efd7000-0x6efd716f]
[    0.380376] ACPI: Reserving PCCT table memory at [mem 0x6efd6000-0x6efd606d]
[    0.387397] ACPI: Reserving SSDT table memory at [mem 0x6efc7000-0x6efd5848]
[    0.394417] ACPI: Reserving SRAT table memory at [mem 0x6efc6000-0x6efc6ccf]
[    0.401437] ACPI: Reserving MSCT table memory at [mem 0x6efc5000-0x6efc504d]
[    0.408457] ACPI: Reserving SLIT table memory at [mem 0x6efc4000-0x6efc402f]
[    0.415477] ACPI: Reserving CRAT table memory at [mem 0x6efbc000-0x6efc32f7]
[    0.422498] ACPI: Reserving CDIT table memory at [mem 0x6efbb000-0x6efbb02b]
[    0.429518] ACPI: Reserving IVRS table memory at [mem 0x6efba000-0x6efba1ef]
[    0.436537] ACPI: Reserving SPCR table memory at [mem 0x6efb9000-0x6efb904f]
[    0.443557] ACPI: Reserving SLIC table memory at [mem 0x6efb8000-0x6efb8175]
[    0.450578] ACPI: Reserving SSDT table memory at [mem 0x6effd000-0x6effdd65]
[    0.457599] ACPI: Reserving SSDT table memory at [mem 0x6efb5000-0x6efb693b]
[    0.464692] APIC: Switched APIC routing to: cluster x2apic
[    0.470097] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff]
[    0.476059] ACPI: SRAT: Node 0 PXM 0 [mem 0x000c0000-0x7fffffff]
[    0.482040] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0x207fffffff]
[    0.488279] ACPI: SRAT: Node 1 PXM 1 [mem 0x2080000000-0x407fffffff]
[    0.494612] NUMA: Node 0 [mem 0x00001000-0x0009ffff] + [mem 0x000c0000-0x7fffffff] -> [mem 0x00001000-0x7fffffff]
[    0.504833] NUMA: Node 0 [mem 0x00001000-0x7fffffff] + [mem 0x100000000-0x207fffffff] -> [mem 0x00001000-0x207fffffff]
[    0.515499] NODE_DATA(0) allocated [mem 0x207fcd5a00-0x207fcfffff]
[    0.521654] NODE_DATA(1) allocated [mem 0x407ceb7a00-0x407cee1fff]
[    0.528254] Zone ranges:
[    0.530608]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.536761]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.542913]   Normal   [mem 0x0000000100000000-0x000000407f1fffff]
[    0.549068]   Device   empty
[    0.551928] Movable zone start for each node
[    0.556175] Early memory node ranges
[    0.559727]   node   0: [mem 0x0000000000001000-0x000000000008efff]
[    0.565968]   node   0: [mem 0x0000000000090000-0x000000000009ffff]
[    0.572208]   node   0: [mem 0x0000000000100000-0x0000000015dfffff]
[    0.578448]   node   0: [mem 0x0000000056700000-0x00000000567fbfff]
[    0.584688]   node   0: [mem 0x00000000567fd000-0x000000005a14afff]
[    0.590929]   node   0: [mem 0x000000005a34b000-0x0000000067acefff]
[    0.597169]   node   0: [mem 0x000000006efff000-0x000000006effffff]
[    0.603408]   node   0: [mem 0x000000006f00b000-0x000000006fffffff]
[    0.609649]   node   0: [mem 0x0000000100000000-0x000000207fcfffff]
[    0.615898]   node   1: [mem 0x0000002080000000-0x000000407f1fffff]
[    0.622139] Initmem setup node 0 [mem 0x0000000000001000-0x000000207fcfffff]
[    0.629151] Initmem setup node 1 [mem 0x0000002080000000-0x000000407f1fffff]
[    0.636171] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.641976] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.647794] On node 0, zone DMA: 96 pages in unavailable ranges
[    0.654119] On node 0, zone DMA32: 35072 pages in unavailable ranges
[    0.660331] On node 0, zone DMA32: 1 pages in unavailable ranges
[    0.666426] On node 0, zone DMA32: 512 pages in unavailable ranges
[    0.672594] On node 0, zone DMA32: 30000 pages in unavailable ranges
[    0.678779] On node 0, zone DMA32: 11 pages in unavailable ranges
[    0.904115] On node 1, zone Normal: 768 pages in unavailable ranges
[    0.910226] On node 1, zone Normal: 3584 pages in unavailable ranges
[    0.916701] ACPI: PM-Timer IO Port: 0x408
[    0.920571] ACPI: X2APIC_NMI (uid[0xffffffff] high edge lint[0x1])
[    0.926700] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.932606] IOAPIC[0]: apic_id 240, version 33, address 0xfec00000, GSI 0-23
[    0.939615] IOAPIC[1]: apic_id 241, version 33, address 0xe0100000, GSI 120-151
[    0.946895] IOAPIC[2]: apic_id 242, version 33, address 0xc5100000, GSI 88-119
[    0.954089] IOAPIC[3]: apic_id 243, version 33, address 0xaa100000, GSI 56-87
[    0.961196] IOAPIC[4]: apic_id 244, version 33, address 0xfd100000, GSI 24-55
[    0.968301] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.974626] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.981134] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.987539] ACPI: HPET id: 0x10228201 base: 0xfed00000
[    0.992655] ACPI: SPCR: console: uart,io,0x2f8,115200
[    0.997683] CPU topo: Max. logical packages:   1
[    1.002273] CPU topo: Max. logical dies:       1
[    1.006866] CPU topo: Max. dies per package:   1
[    1.011464] CPU topo: Max. threads per core:   2
[    1.016079] CPU topo: Num. cores per package:    64
[    1.020932] CPU topo: Num. threads per package: 128
[    1.025785] CPU topo: Allowing 128 present CPUs plus 0 hotplug CPUs
[    1.032053] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    1.039566] PM: hibernation: Registered nosave memory: [mem 0x0008f000-0x0008ffff]
[    1.047106] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    1.054647] PM: hibernation: Registered nosave memory: [mem 0x00b4b000-0x00b4bfff]
[    1.062186] PM: hibernation: Registered nosave memory: [mem 0x00b53000-0x00b53fff]
[    1.069726] PM: hibernation: Registered nosave memory: [mem 0x00b54000-0x00b54fff]
[    1.077267] PM: hibernation: Registered nosave memory: [mem 0x00b86000-0x00b86fff]
[    1.084807] PM: hibernation: Registered nosave memory: [mem 0x00b87000-0x00b87fff]
[    1.092348] PM: hibernation: Registered nosave memory: [mem 0x00bb9000-0x00bb9fff]
[    1.099886] PM: hibernation: Registered nosave memory: [mem 0x00bba000-0x00bbafff]
[    1.107428] PM: hibernation: Registered nosave memory: [mem 0x00bff000-0x00bfffff]
[    1.114968] PM: hibernation: Registered nosave memory: [mem 0x15e00000-0x566fffff]
[    1.122551] PM: hibernation: Registered nosave memory: [mem 0x56700000-0x567fbfff]
[    1.130090] PM: hibernation: Registered nosave memory: [mem 0x567fc000-0x567fcfff]
[    1.137630] PM: hibernation: Registered nosave memory: [mem 0x567fd000-0x567fffff]
[    1.145171] PM: hibernation: Registered nosave memory: [mem 0x5a14b000-0x5a34afff]
[    1.152712] PM: hibernation: Registered nosave memory: [mem 0x67acf000-0x6dfcefff]
[    1.160251] PM: hibernation: Registered nosave memory: [mem 0x6dfcf000-0x6edfefff]
[    1.167790] PM: hibernation: Registered nosave memory: [mem 0x6edff000-0x6effefff]
[    1.175332] PM: hibernation: Registered nosave memory: [mem 0x6f000000-0x6f00afff]
[    1.182872] PM: hibernation: Registered nosave memory: [mem 0x70000000-0x7fffffff]
[    1.190412] PM: hibernation: Registered nosave memory: [mem 0x80000000-0xffffffff]
[    1.197952] PM: hibernation: Registered nosave memory: [mem 0x207fd00000-0x207fffffff]
[    1.205838] [mem 0x56800000-0xffffffff] available for PCI devices
[    1.211906] Booting paravirtualized kernel on bare hardware
[    1.217453] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    1.227915] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:128 nr_cpu_ids:128 nr_node_ids:2
[    1.240095] percpu: Embedded 66 pages/cpu s233472 r8192 d28672 u524288
[    1.246572] Kernel command line: BOOT_IMAGE=(hd0,gpt6)/vmlinuz-6.11.0-rc5-next-20240829-b18bbfc14a-000fda4e3fa root=/dev/mapper/rhel_hostname-root ro selinux=0 console=ttyS0,115200n8 earlyprintk=ttyS0,115200 net.ifnames=0 biosdevname=0 swiotlb=131072 kvm_amd.debug_swap=0 mem_encrypt=off
[    1.271981] Unknown kernel command line parameters "BOOT_IMAGE=(hd0,gpt6)/vmlinuz-6.11.0-rc5-next-20240829-b18bbfc14a-000fda4e3fa biosdevname=0 mem_encrypt=off", will be passed to user space.
[    1.288841] printk: log_buf_len individual max cpu contribution: 4096 bytes
[    1.295756] printk: log_buf_len total cpu_extra contributions: 520192 bytes
[    1.302689] printk: log_buf_len min size: 262144 bytes
[    1.308167] printk: log_buf_len: 1048576 bytes
[    1.312431] printk: early log buf free: 242224(92%)
[    1.318698] Fallback order for Node 0: 0 1 
[    1.318701] Fallback order for Node 1: 1 0 
[    1.318711] Built 2 zonelists, mobility grouping on.  Total pages: 66743906
[    1.333811] Policy zone: Normal
[    1.336938] mem auto-init: stack:off, heap alloc:on, heap free:off
[    1.343118] software IO TLB: area num 128.
[    1.763331] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=128, Nodes=2
Poking KASLR using RDRAND RDTSC...
[    1.772980] ftrace: allocating 53168 entries in 208 pages
[    1.789619] ftrace: allocated 208 pages with 3 groups
[    1.795338] Dynamic Preempt: voluntary
[    1.799248] rcu: Preemptible hierarchical RCU implementation.
[    1.804810] rcu: 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=128.
[    1.811743] 	Trampoline variant of Tasks RCU enabled.
[    1.816769] 	Rude variant of Tasks RCU enabled.
[    1.821276] 	Tracing variant of Tasks RCU enabled.
[    1.826043] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    1.833584] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=128
[    1.840496] RCU Tasks: Setting shift to 7 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=128.
[    1.849326] RCU Tasks Rude: Setting shift to 7 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=128.
[    1.858600] RCU Tasks Trace: Setting shift to 7 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=128.
[    1.870616] NR_IRQS: 524544, nr_irqs: 3624, preallocated irqs: 16
[    1.876801] rcu: srcu_init: Setting srcu_struct sizes to big.
[    1.882518] Console: colour dummy device 80x25
[    1.886807] printk: legacy console [ttyS0] enabled
[    1.886807] printk: legacy console [ttyS0] enabled
[    1.896339] printk: legacy bootconsole [earlyser0] disabled
[    1.896339] printk: legacy bootconsole [earlyser0] disabled
[    1.907529] mempolicy: Enabling automatic NUMA balancing. Configure with numa_balancing= or the kernel.numa_balancing sysctl
[    1.918808] ACPI: Core revision 20240322
[    1.922960] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[    1.932099] APIC: Switch to symmetric I/O mode setup
[    1.938047] AMD-Vi: Using global IVHD EFR:0x841f77e022094ace, EFR2:0x0
[    1.947158] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    1.972103] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x398c0b554af, max_idle_ns: 881590514676 ns
[    1.982614] Calibrating delay loop (skipped), value calculated using timer frequency.. 3992.32 BogoMIPS (lpj=7984652)
[    1.986625] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[    1.990726] LVT offset 2 assigned for vector 0xf4
[    1.994645] Last level iTLB entries: 4KB 512, 2MB 512, 4MB 256
[    1.998612] Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
[    2.002613] process: using mwait in idle threads
[    2.006613] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    2.010613] Spectre V2 : Mitigation: Retpolines
[    2.014612] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    2.018612] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
[    2.022612] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    2.026613] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    2.030612] Spectre V2 : User space: Mitigation: STIBP always-on protection
[    2.034613] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[    2.038612] Speculative Return Stack Overflow: Mitigation: Safe RET
[    2.042615] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    2.046612] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    2.050612] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    2.054612] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
[    2.058612] x86/fpu: Supporting XSAVE feature 0x800: 'Control-flow User registers'
[    2.062612] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    2.066612] x86/fpu: xstate_offset[9]:  832, xstate_sizes[9]:    8
[    2.070612] x86/fpu: xstate_offset[11]:  840, xstate_sizes[11]:   16
[    2.074612] x86/fpu: Enabled xstate features 0xa07, context size is 856 bytes, using 'compacted' format.
[    2.112154] Freeing SMP alternatives memory: 44K
[    2.114614] pid_max: default: 131072 minimum: 1024
[    2.125552] LSM: initializing lsm=lockdown,capability,yama,apparmor,ima,evm
[    2.126667] Yama: becoming mindful.
[    2.130728] AppArmor: AppArmor initialized
[    2.142759] Dentry cache hash table entries: 16777216 (order: 15, 134217728 bytes, vmalloc hugepage)
[    2.151060] Inode-cache hash table entries: 8388608 (order: 14, 67108864 bytes, vmalloc hugepage)
[    2.154803] Mount-cache hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc)
[    2.158763] Mountpoint-cache hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc)
[    2.273248] smpboot: CPU0: AMD EPYC 7713 64-Core Processor (family: 0x19, model: 0x1, stepping: 0x1)
[    2.274982] Performance Events: Fam17h+ core perfctr, AMD PMU driver.
[    2.278614] ... version:                0
[    2.282613] ... bit width:              48
[    2.286614] ... generic registers:      6
[    2.290613] ... value mask:             0000ffffffffffff
[    2.294613] ... max period:             00007fffffffffff
[    2.298613] ... fixed-purpose events:   0
[    2.302613] ... event mask:             000000000000003f
[    2.306885] signal: max sigframe size: 3376
[    2.310648] rcu: Hierarchical SRCU implementation.
[    2.314613] rcu: 	Max phase no-delay instances is 1000.
[    2.318663] Timer migration: 3 hierarchy levels; 8 children per group; 2 crossnode level
[    2.330491] MCE: In-kernel MCE decoding enabled.
[    2.330668] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    2.339074] smp: Bringing up secondary CPUs ...
[    2.342783] smpboot: x86: Booting SMP configuration:
[    2.346615] .... 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
[    2.354615] .... node  #1, CPUs:    #32  #33  #34  #35  #36  #37  #38  #39  #40  #41  #42  #43  #44  #45  #46  #47  #48  #49  #50  #51  #52  #53  #54  #55  #56  #57  #58  #59  #60  #61  #62  #63
[    2.394747] psi: inconsistent task state! task=1:swapper/0 cpu=0 psi_flags=4 clear=0 set=4
[    0.072214] call_irq_handler: 25.55 No irq handler for vector
[    2.512614] 
[    2.514614] .... node  #0, CPUs:    #64  #65  #66  #67  #68  #69  #70  #71  #72  #73  #74  #75  #76  #77  #78  #79  #80  #81  #82  #83  #84  #85  #86  #87  #88  #89  #90  #91  #92  #93  #94  #95
[    2.522615] .... node  #1, CPUs:    #96  #97  #98  #99 #100 #101 #102 #103 #104 #105 #106 #107 #108 #109 #110 #111 #112 #113 #114 #115 #116 #117 #118 #119 #120 #121 #122 #123 #124 #125 #126 #127
[    2.680614] Spectre V2 : Update user space SMT mitigation: STIBP always-on
[    2.828615] smp: Brought up 2 nodes, 128 CPUs
[    2.830617] smpboot: Total of 128 processors activated (511017.72 BogoMIPS)
[    2.845315] Memory: 262100032K/266975624K available (18432K kernel code, 3261K rwdata, 7740K rodata, 4684K init, 6212K bss, 4562380K reserved, 0K cma-reserved)
[    2.852749] devtmpfs: initialized
[    2.854689] x86/mm: Memory block size: 2048MB
[    2.868934] ACPI: PM: Registering ACPI NVS region [mem 0x0008f000-0x0008ffff] (4096 bytes)
[    2.870614] ACPI: PM: Registering ACPI NVS region [mem 0x6dfcf000-0x6edfefff] (14876672 bytes)
[    2.874905] ACPI: PM: Registering ACPI NVS region [mem 0x6f000000-0x6f00afff] (45056 bytes)
[    2.882670] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    2.886728] futex hash table entries: 32768 (order: 9, 2097152 bytes, vmalloc)
[    2.890852] pinctrl core: initialized pinctrl subsystem
[    2.894726] PM: RTC time: 10:50:03, date: 2024-09-02
[    2.903081] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    2.907146] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[    2.910795] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    2.914797] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    2.918621] audit: initializing netlink subsys (disabled)
[    2.922635] audit: type=2000 audit(1725274201.972:1): state=initialized audit_enabled=0 res=1
[    2.922789] thermal_sys: Registered thermal governor 'fair_share'
[    2.926615] thermal_sys: Registered thermal governor 'bang_bang'
[    2.930613] thermal_sys: Registered thermal governor 'step_wise'
[    2.934613] thermal_sys: Registered thermal governor 'user_space'
[    2.938621] EISA bus registered
[    2.945764] cpuidle: using governor ladder
[    2.946624] cpuidle: using governor menu
[    2.950655] Detected 1 PCC Subspaces
[    2.954614] Registering PCC driver as Mailbox controller
[    2.958762] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    2.962615] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    2.966785] PCI: ECAM [mem 0x80000000-0x8fffffff] (base 0x80000000) for domain 0000 [bus 00-ff]
[    2.970625] PCI: Using configuration type 1 for base access
[    2.974624] PCI: Dell System detected, enabling pci=bfsort.
[    2.978792] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    2.982832] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[    2.986616] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[    2.990613] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[    2.994613] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[    2.998893] ACPI: Added _OSI(Module Device)
[    3.002614] ACPI: Added _OSI(Processor Device)
[    3.006613] ACPI: Added _OSI(3.0 _SCP Extensions)
[    3.010613] ACPI: Added _OSI(Processor Aggregator Device)
[    3.054940] ACPI: 6 ACPI AML tables successfully acquired and loaded
[    3.072788] ACPI: Interpreter enabled
[    3.074627] ACPI: PM: (supports S0 S5)
[    3.078613] ACPI: Using IOAPIC for interrupt routing
[    3.083213] HEST: Table parsing has been initialized.
[    3.087146] GHES: APEI firmware first mode is enabled by APEI bit and WHEA _OSC.
[    3.090616] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    3.094613] PCI: Ignoring E820 reservations for host bridge windows
[    3.104293] ACPI: Enabled 1 GPEs in block 00 to 1F
[    3.143630] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[    3.146693] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
[    3.150691] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[    3.154690] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[    3.158690] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[    3.162690] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[    3.166690] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[    3.170691] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[    3.175105] ACPI: PCI Root Bridge [PC00] (domain 0000 [bus 00-3f])
[    3.178617] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    3.182775] acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug AER DPC]
[    3.186926] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
[    3.190613] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    3.195588] PCI host bridge to bus 0000:00
[    3.198617] pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
[    3.202613] pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
[    3.206614] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000fffff window]
[    3.210613] pci_bus 0000:00: root bus resource [io  0x0d00-0x3fff window]
[    3.214613] pci_bus 0000:00: root bus resource [mem 0xe1000000-0xfebfffff window]
[    3.218613] pci_bus 0000:00: root bus resource [mem 0x63dc0000000-0x7fcffffffff window]
[    3.222614] pci_bus 0000:00: root bus resource [bus 00-3f]
[    3.226627] pci 0000:00:00.0: [1022:1480] type 00 class 0x060000 conventional PCI endpoint
[    3.230752] pci 0000:00:00.2: [1022:164f] type 00 class 0x080600 conventional PCI endpoint
[    3.234712] pci 0000:00:01.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.238696] pci 0000:00:02.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.242696] pci 0000:00:03.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.246693] pci 0000:00:03.2: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    3.250631] pci 0000:00:03.2: PCI bridge to [bus 01]
[    3.254617] pci 0000:00:03.2:   bridge window [io  0x1000-0x1fff]
[    3.258614] pci 0000:00:03.2:   bridge window [mem 0xf7300000-0xf74fffff]
[    3.262683] pci 0000:00:03.2: PME# supported from D0 D3hot D3cold
[    3.267608] pci 0000:00:04.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.270697] pci 0000:00:05.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.274698] pci 0000:00:07.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.278694] pci 0000:00:07.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    3.282631] pci 0000:00:07.1: PCI bridge to [bus 02]
[    3.286617] pci 0000:00:07.1:   bridge window [mem 0xf7200000-0xf72fffff]
[    3.290625] pci 0000:00:07.1: enabling Extended Tags
[    3.294664] pci 0000:00:07.1: PME# supported from D0 D3hot D3cold
[    3.298760] pci 0000:00:08.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.302692] pci 0000:00:08.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    3.306632] pci 0000:00:08.1: PCI bridge to [bus 03]
[    3.310617] pci 0000:00:08.1:   bridge window [mem 0xf7000000-0xf71fffff]
[    3.314625] pci 0000:00:08.1: enabling Extended Tags
[    3.318663] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[    3.322798] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500 conventional PCI endpoint
[    3.326733] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100 conventional PCI endpoint
[    3.330786] pci 0000:00:18.0: [1022:1650] type 00 class 0x060000 conventional PCI endpoint
[    3.334703] pci 0000:00:18.1: [1022:1651] type 00 class 0x060000 conventional PCI endpoint
[    3.338667] pci 0000:00:18.2: [1022:1652] type 00 class 0x060000 conventional PCI endpoint
[    3.342670] pci 0000:00:18.3: [1022:1653] type 00 class 0x060000 conventional PCI endpoint
[    3.346668] pci 0000:00:18.4: [1022:1654] type 00 class 0x060000 conventional PCI endpoint
[    3.350667] pci 0000:00:18.5: [1022:1655] type 00 class 0x060000 conventional PCI endpoint
[    3.354670] pci 0000:00:18.6: [1022:1656] type 00 class 0x060000 conventional PCI endpoint
[    3.358669] pci 0000:00:18.7: [1022:1657] type 00 class 0x060000 conventional PCI endpoint
[    3.362743] pci 0000:01:00.0: [1000:0097] type 00 class 0x010700 PCIe Endpoint
[    3.366625] pci 0000:01:00.0: BAR 0 [io  0x1000-0x10ff]
[    3.370622] pci 0000:01:00.0: BAR 1 [mem 0xf7400000-0xf740ffff 64bit]
[    3.374622] pci 0000:01:00.0: BAR 3 [mem 0xf7300000-0xf73fffff 64bit]
[    3.378625] pci 0000:01:00.0: ROM [mem 0xfff00000-0xffffffff pref]
[    3.382618] pci 0000:01:00.0: enabling Extended Tags
[    3.386699] pci 0000:01:00.0: supports D1 D2
[    3.390643] pci 0000:01:00.0: VF BAR 0 [mem 0x00000000-0x0000ffff 64bit]
[    3.394613] pci 0000:01:00.0: VF BAR 0 [mem 0x00000000-0x000fffff 64bit]: contains BAR 0 for 16 VFs
[    3.398620] pci 0000:01:00.0: VF BAR 2 [mem 0x00000000-0x000fffff 64bit]
[    3.402613] pci 0000:01:00.0: VF BAR 2 [mem 0x00000000-0x00ffffff 64bit]: contains BAR 2 for 16 VFs
[    3.406780] pci 0000:00:03.2: PCI bridge to [bus 01]
[    3.410702] pci 0000:02:00.0: [1022:148a] type 00 class 0x130000 PCIe Endpoint
[    3.414654] pci 0000:02:00.0: enabling Extended Tags
[    3.418779] pci 0000:02:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    3.422632] pci 0000:02:00.2: BAR 2 [mem 0xf7200000-0xf727ffff]
[    3.426628] pci 0000:02:00.2: BAR 5 [mem 0xf7280000-0xf7281fff]
[    3.434620] pci 0000:02:00.2: enabling Extended Tags
[    3.438805] pci 0000:00:07.1: PCI bridge to [bus 02]
[    3.442747] pci 0000:03:00.0: [1022:1485] type 00 class 0x130000 PCIe Endpoint
[    3.446658] pci 0000:03:00.0: enabling Extended Tags
[    3.450825] pci 0000:03:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    3.454633] pci 0000:03:00.2: BAR 2 [mem 0xf7100000-0xf717ffff]
[    3.458629] pci 0000:03:00.2: BAR 5 [mem 0xf7180000-0xf7181fff]
[    3.462623] pci 0000:03:00.2: enabling Extended Tags
[    3.466798] pci 0000:03:00.3: [1022:148c] type 00 class 0x0c0330 PCIe Endpoint
[    3.470626] pci 0000:03:00.3: BAR 0 [mem 0xf7000000-0xf70fffff 64bit]
[    3.474643] pci 0000:03:00.3: enabling Extended Tags
[    3.478664] pci 0000:03:00.3: PME# supported from D0 D3hot D3cold
[    3.482789] pci 0000:00:08.1: PCI bridge to [bus 03]
[    3.488018] ACPI: PCI Root Bridge [PC01] (domain 0000 [bus 40-7f])
[    3.490616] acpi PNP0A08:01: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    3.494776] acpi PNP0A08:01: _OSC: platform does not support [SHPCHotplug AER DPC]
[    3.498925] acpi PNP0A08:01: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
[    3.502613] acpi PNP0A08:01: FADT indicates ASPM is unsupported, using BIOS configuration
[    3.507542] PCI host bridge to bus 0000:40
[    3.510616] pci_bus 0000:40: root bus resource [io  0x4000-0x6fff window]
[    3.514613] pci_bus 0000:40: root bus resource [mem 0x90000000-0xaaffffff window]
[    3.518613] pci_bus 0000:40: root bus resource [mem 0x47e80000000-0x63dbfffffff window]
[    3.522613] pci_bus 0000:40: root bus resource [bus 40-7f]
[    3.526623] pci 0000:40:00.0: [1022:1480] type 00 class 0x060000 conventional PCI endpoint
[    3.530701] pci 0000:40:00.2: [1022:164f] type 00 class 0x080600 conventional PCI endpoint
[    3.534710] pci 0000:40:01.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.538695] pci 0000:40:02.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.542686] pci 0000:40:03.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.546697] pci 0000:40:03.1: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    3.550632] pci 0000:40:03.1: PCI bridge to [bus 41]
[    3.554618] pci 0000:40:03.1:   bridge window [mem 0xa4c00000-0xa4ffffff]
[    3.558715] pci 0000:40:03.1: PME# supported from D0 D3hot D3cold
[    3.576606] pci 0000:40:03.2: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    3.578639] pci 0000:40:03.2: PCI bridge to [bus 42]
[    3.582618] pci 0000:40:03.2:   bridge window [mem 0xa4800000-0xa4bfffff]
[    3.586724] pci 0000:40:03.2: PME# supported from D0 D3hot D3cold
[    3.606049] pci 0000:40:03.3: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    3.606634] pci 0000:40:03.3: PCI bridge to [bus 43]
[    3.610618] pci 0000:40:03.3:   bridge window [mem 0xa4400000-0xa47fffff]
[    3.614707] pci 0000:40:03.3: PME# supported from D0 D3hot D3cold
[    3.631659] pci 0000:40:03.4: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    3.634638] pci 0000:40:03.4: PCI bridge to [bus 44]
[    3.638621] pci 0000:40:03.4:   bridge window [mem 0xa4000000-0xa43fffff]
[    3.642807] pci 0000:40:03.4: PME# supported from D0 D3hot D3cold
[    3.661577] pci 0000:40:04.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.662696] pci 0000:40:05.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.666746] pci 0000:40:07.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.674652] pci 0000:40:07.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    3.678634] pci 0000:40:07.1: PCI bridge to [bus 45]
[    3.682619] pci 0000:40:07.1:   bridge window [mem 0xa5300000-0xa53fffff]
[    3.686627] pci 0000:40:07.1: enabling Extended Tags
[    3.690655] pci 0000:40:07.1: PME# supported from D0 D3hot D3cold
[    3.694761] pci 0000:40:08.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.702694] pci 0000:40:08.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    3.710630] pci 0000:40:08.1: PCI bridge to [bus 46]
[    3.714618] pci 0000:40:08.1:   bridge window [mem 0xa5000000-0xa52fffff]
[    3.722624] pci 0000:40:08.1: enabling Extended Tags
[    3.726662] pci 0000:40:08.1: PME# supported from D0 D3hot D3cold
[    3.734853] pci 0000:40:03.1: PCI bridge to [bus 41]
[    3.738695] pci 0000:40:03.2: PCI bridge to [bus 42]
[    3.742692] pci 0000:40:03.3: PCI bridge to [bus 43]
[    3.750692] pci 0000:40:03.4: PCI bridge to [bus 44]
[    3.754697] pci 0000:45:00.0: [1022:148a] type 00 class 0x130000 PCIe Endpoint
[    3.762653] pci 0000:45:00.0: enabling Extended Tags
[    3.766775] pci 0000:45:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    3.774721] pci 0000:45:00.2: BAR 2 [mem 0xa5300000-0xa537ffff]
[    3.778627] pci 0000:45:00.2: BAR 5 [mem 0xa5380000-0xa5381fff]
[    3.786622] pci 0000:45:00.2: enabling Extended Tags
[    3.790802] pci 0000:40:07.1: PCI bridge to [bus 45]
[    3.794747] pci 0000:46:00.0: [1022:1485] type 00 class 0x130000 PCIe Endpoint
[    3.798657] pci 0000:46:00.0: enabling Extended Tags
[    3.802823] pci 0000:46:00.1: [1022:1486] type 00 class 0x108000 PCIe Endpoint
[    3.806633] pci 0000:46:00.1: BAR 2 [mem 0xa5100000-0xa51fffff]
[    3.810628] pci 0000:46:00.1: BAR 5 [mem 0xa5282000-0xa5283fff]
[    3.814622] pci 0000:46:00.1: enabling Extended Tags
[    3.818797] pci 0000:46:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    3.822633] pci 0000:46:00.2: BAR 2 [mem 0xa5200000-0xa527ffff]
[    3.826629] pci 0000:46:00.2: BAR 5 [mem 0xa5280000-0xa5281fff]
[    3.830622] pci 0000:46:00.2: enabling Extended Tags
[    3.838697] pci 0000:46:00.3: [1022:148c] type 00 class 0x0c0330 PCIe Endpoint
[    3.842626] pci 0000:46:00.3: BAR 0 [mem 0xa5000000-0xa50fffff 64bit]
[    3.846643] pci 0000:46:00.3: enabling Extended Tags
[    3.850663] pci 0000:46:00.3: PME# supported from D0 D3hot D3cold
[    3.854780] pci 0000:40:08.1: PCI bridge to [bus 46]
[    3.859278] ACPI: PCI Root Bridge [PC02] (domain 0000 [bus 80-bf])
[    3.862616] acpi PNP0A08:02: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    3.866777] acpi PNP0A08:02: _OSC: platform does not support [SHPCHotplug AER DPC]
[    3.870925] acpi PNP0A08:02: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
[    3.874613] acpi PNP0A08:02: FADT indicates ASPM is unsupported, using BIOS configuration
[    3.879506] PCI host bridge to bus 0000:80
[    3.882617] pci_bus 0000:80: root bus resource [io  0x7000-0x9fff window]
[    3.886613] pci_bus 0000:80: root bus resource [mem 0xab000000-0xc5ffffff window]
[    3.890613] pci_bus 0000:80: root bus resource [mem 0x2bf40000000-0x47e7fffffff window]
[    3.894613] pci_bus 0000:80: root bus resource [bus 80-bf]
[    3.898623] pci 0000:80:00.0: [1022:1480] type 00 class 0x060000 conventional PCI endpoint
[    3.902705] pci 0000:80:00.2: [1022:164f] type 00 class 0x080600 conventional PCI endpoint
[    3.906707] pci 0000:80:01.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.910691] pci 0000:80:01.1: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    3.914633] pci 0000:80:01.1: PCI bridge to [bus 81]
[    3.918618] pci 0000:80:01.1:   bridge window [mem 0xbf400000-0xbf7fffff]
[    3.922708] pci 0000:80:01.1: PME# supported from D0 D3hot D3cold
[    3.941102] pci 0000:80:01.2: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    3.942638] pci 0000:80:01.2: PCI bridge to [bus 82]
[    3.946618] pci 0000:80:01.2:   bridge window [mem 0xbf000000-0xbf3fffff]
[    3.950728] pci 0000:80:01.2: PME# supported from D0 D3hot D3cold
[    3.971360] pci 0000:80:02.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.974737] pci 0000:80:03.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.978691] pci 0000:80:04.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.982749] pci 0000:80:05.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.986691] pci 0000:80:07.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.990689] pci 0000:80:07.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    3.994630] pci 0000:80:07.1: PCI bridge to [bus 83]
[    3.998618] pci 0000:80:07.1:   bridge window [mem 0xbfa00000-0xbfafffff]
[    4.002624] pci 0000:80:07.1: enabling Extended Tags
[    4.006662] pci 0000:80:07.1: PME# supported from D0 D3hot D3cold
[    4.010761] pci 0000:80:08.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.014694] pci 0000:80:08.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    4.018631] pci 0000:80:08.1: PCI bridge to [bus 84]
[    4.022617] pci 0000:80:08.1:   bridge window [mem 0xbf900000-0xbf9fffff]
[    4.026625] pci 0000:80:08.1: enabling Extended Tags
[    4.030663] pci 0000:80:08.1: PME# supported from D0 D3hot D3cold
[    4.034769] pci 0000:80:08.2: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    4.038631] pci 0000:80:08.2: PCI bridge to [bus 85]
[    4.042618] pci 0000:80:08.2:   bridge window [mem 0xbf800000-0xbf8fffff]
[    4.046625] pci 0000:80:08.2: enabling Extended Tags
[    4.050663] pci 0000:80:08.2: PME# supported from D0 D3hot D3cold
[    4.054846] pci 0000:80:01.1: PCI bridge to [bus 81]
[    4.058698] pci 0000:80:01.2: PCI bridge to [bus 82]
[    4.062698] pci 0000:83:00.0: [1022:148a] type 00 class 0x130000 PCIe Endpoint
[    4.066654] pci 0000:83:00.0: enabling Extended Tags
[    4.070777] pci 0000:83:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    4.074631] pci 0000:83:00.2: BAR 2 [mem 0xbfa00000-0xbfa7ffff]
[    4.078627] pci 0000:83:00.2: BAR 5 [mem 0xbfa80000-0xbfa81fff]
[    4.082622] pci 0000:83:00.2: enabling Extended Tags
[    4.086801] pci 0000:80:07.1: PCI bridge to [bus 83]
[    4.090742] pci 0000:84:00.0: [1022:1485] type 00 class 0x130000 PCIe Endpoint
[    4.094657] pci 0000:84:00.0: enabling Extended Tags
[    4.098823] pci 0000:84:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    4.102633] pci 0000:84:00.2: BAR 2 [mem 0xbf900000-0xbf97ffff]
[    4.106629] pci 0000:84:00.2: BAR 5 [mem 0xbf980000-0xbf981fff]
[    4.110622] pci 0000:84:00.2: enabling Extended Tags
[    4.114810] pci 0000:80:08.1: PCI bridge to [bus 84]
[    4.118744] pci 0000:85:00.0: [1022:7901] type 00 class 0x010601 PCIe Endpoint
[    4.122649] pci 0000:85:00.0: BAR 5 [mem 0xbf800000-0xbf8007ff]
[    4.126623] pci 0000:85:00.0: enabling Extended Tags
[    4.130677] pci 0000:85:00.0: PME# supported from D3hot D3cold
[    4.134790] pci 0000:80:08.2: PCI bridge to [bus 85]
[    4.139329] ACPI: PCI Root Bridge [PC03] (domain 0000 [bus c0-ff])
[    4.142616] acpi PNP0A08:03: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    4.146776] acpi PNP0A08:03: _OSC: platform does not support [SHPCHotplug AER DPC]
[    4.150924] acpi PNP0A08:03: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
[    4.154613] acpi PNP0A08:03: FADT indicates ASPM is unsupported, using BIOS configuration
[    4.159625] PCI host bridge to bus 0000:c0
[    4.162617] pci_bus 0000:c0: root bus resource [io  0xa000-0xffff window]
[    4.166613] pci_bus 0000:c0: root bus resource [mem 0xc6000000-0xe0ffffff window]
[    4.170613] pci_bus 0000:c0: root bus resource [mem 0x10000000000-0x2bf3fffffff window]
[    4.174613] pci_bus 0000:c0: root bus resource [io  0x03b0-0x03df window]
[    4.178614] pci_bus 0000:c0: root bus resource [mem 0x000a0000-0x000bffff window]
[    4.182613] pci_bus 0000:c0: root bus resource [bus c0-ff]
[    4.186623] pci 0000:c0:00.0: [1022:1480] type 00 class 0x060000 conventional PCI endpoint
[    4.190737] pci 0000:c0:00.2: [1022:164f] type 00 class 0x080600 conventional PCI endpoint
[    4.194705] pci 0000:c0:01.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.198688] pci 0000:c0:02.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.202687] pci 0000:c0:03.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.206689] pci 0000:c0:03.1: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.210632] pci 0000:c0:03.1: PCI bridge to [bus c4]
[    4.214618] pci 0000:c0:03.1:   bridge window [mem 0xdb600000-0xdb9fffff]
[    4.218706] pci 0000:c0:03.1: PME# supported from D0 D3hot D3cold
[    4.239526] pci 0000:c0:03.2: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.242638] pci 0000:c0:03.2: PCI bridge to [bus c5]
[    4.246621] pci 0000:c0:03.2:   bridge window [mem 0xdb200000-0xdb5fffff]
[    4.250737] pci 0000:c0:03.2: PME# supported from D0 D3hot D3cold
[    4.270280] pci 0000:c0:03.3: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.270639] pci 0000:c0:03.3: PCI bridge to [bus c6]
[    4.274618] pci 0000:c0:03.3:   bridge window [mem 0xdae00000-0xdb1fffff]
[    4.278721] pci 0000:c0:03.3: PME# supported from D0 D3hot D3cold
[    4.297182] pci 0000:c0:03.4: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.298641] pci 0000:c0:03.4: PCI bridge to [bus c7]
[    4.302620] pci 0000:c0:03.4:   bridge window [mem 0xdaa00000-0xdadfffff]
[    4.306729] pci 0000:c0:03.4: PME# supported from D0 D3hot D3cold
[    4.328326] pci 0000:c0:04.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.330736] pci 0000:c0:05.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.334693] pci 0000:c0:05.1: [1022:149a] type 01 class 0x060400 PCIe Root Port
[    4.338634] pci 0000:c0:05.1: PCI bridge to [bus c1]
[    4.342625] pci 0000:c0:05.1:   bridge window [mem 0xc7000000-0xc70fffff 64bit pref]
[    4.346709] pci 0000:c0:05.1: PME# supported from D0 D3hot D3cold
[    4.350749] pci 0000:c0:05.2: [1022:149a] type 01 class 0x060400 PCIe Root Port
[    4.354630] pci 0000:c0:05.2: PCI bridge to [bus c2-c3]
[    4.358618] pci 0000:c0:05.2:   bridge window [mem 0xda000000-0xda8fffff]
[    4.362619] pci 0000:c0:05.2:   bridge window [mem 0xc6000000-0xc6ffffff 64bit pref]
[    4.370630] pci 0000:c0:05.2: PME# supported from D0 D3hot D3cold
[    4.374742] pci 0000:c0:07.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.378690] pci 0000:c0:07.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    4.382630] pci 0000:c0:07.1: PCI bridge to [bus c8]
[    4.386617] pci 0000:c0:07.1:   bridge window [mem 0xdbb00000-0xdbbfffff]
[    4.390624] pci 0000:c0:07.1: enabling Extended Tags
[    4.394661] pci 0000:c0:07.1: PME# supported from D0 D3hot D3cold
[    4.398754] pci 0000:c0:08.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.402689] pci 0000:c0:08.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    4.406630] pci 0000:c0:08.1: PCI bridge to [bus c9]
[    4.410617] pci 0000:c0:08.1:   bridge window [mem 0xdba00000-0xdbafffff]
[    4.414624] pci 0000:c0:08.1: enabling Extended Tags
[    4.418662] pci 0000:c0:08.1: PME# supported from D0 D3hot D3cold
[    4.422851] pci 0000:c0:03.1: PCI bridge to [bus c4]
[    4.426692] pci 0000:c0:03.2: PCI bridge to [bus c5]
[    4.430694] pci 0000:c0:03.3: PCI bridge to [bus c6]
[    4.434692] pci 0000:c0:03.4: PCI bridge to [bus c7]
[    4.438708] pci 0000:c1:00.0: [14e4:165f] type 00 class 0x020000 PCIe Endpoint
[    4.442633] pci 0000:c1:00.0: BAR 0 [mem 0xc7030000-0xc703ffff 64bit pref]
[    4.446626] pci 0000:c1:00.0: BAR 2 [mem 0xc7040000-0xc704ffff 64bit pref]
[    4.450626] pci 0000:c1:00.0: BAR 4 [mem 0xc7050000-0xc705ffff 64bit pref]
[    4.454621] pci 0000:c1:00.0: ROM [mem 0xfffc0000-0xffffffff pref]
[    4.458701] pci 0000:c1:00.0: PME# supported from D0 D3hot D3cold
[    4.462663] pci 0000:c1:00.0: 4.000 Gb/s available PCIe bandwidth, limited by 5.0 GT/s PCIe x1 link at 0000:c0:05.1 (capable of 8.000 Gb/s with 5.0 GT/s PCIe x2 link)
[    4.471046] pci 0000:c1:00.1: [14e4:165f] type 00 class 0x020000 PCIe Endpoint
[    4.474633] pci 0000:c1:00.1: BAR 0 [mem 0xc7000000-0xc700ffff 64bit pref]
[    4.478627] pci 0000:c1:00.1: BAR 2 [mem 0xc7010000-0xc701ffff 64bit pref]
[    4.482626] pci 0000:c1:00.1: BAR 4 [mem 0xc7020000-0xc702ffff 64bit pref]
[    4.486621] pci 0000:c1:00.1: ROM [mem 0xfffc0000-0xffffffff pref]
[    4.490702] pci 0000:c1:00.1: PME# supported from D0 D3hot D3cold
[    4.506643] pci 0000:c0:05.1: PCI bridge to [bus c1]
[    4.510690] pci 0000:c2:00.0: [1556:be00] type 01 class 0x060400 PCIe to PCI/PCI-X bridge
[    4.514643] pci 0000:c2:00.0: PCI bridge to [bus c3]
[    4.518620] pci 0000:c2:00.0:   bridge window [mem 0xda000000-0xda8fffff]
[    4.522622] pci 0000:c2:00.0:   bridge window [mem 0xc6000000-0xc6ffffff 64bit pref]
[    4.538627] pci 0000:c0:05.2: PCI bridge to [bus c2-c3]
[    4.542648] pci_bus 0000:c3: extended config space not accessible
[    4.546639] pci 0000:c3:00.0: [102b:0536] type 00 class 0x030000 conventional PCI endpoint
[    4.550629] pci 0000:c3:00.0: BAR 0 [mem 0xc6000000-0xc6ffffff pref]
[    4.554622] pci 0000:c3:00.0: BAR 1 [mem 0xda808000-0xda80bfff]
[    4.558622] pci 0000:c3:00.0: BAR 2 [mem 0xda000000-0xda7fffff]
[    4.562662] pci 0000:c3:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    4.566725] pci 0000:c2:00.0: PCI bridge to [bus c3]
[    4.570711] pci 0000:c8:00.0: [1022:148a] type 00 class 0x130000 PCIe Endpoint
[    4.574653] pci 0000:c8:00.0: enabling Extended Tags
[    4.578770] pci 0000:c8:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    4.582631] pci 0000:c8:00.2: BAR 2 [mem 0xdbb00000-0xdbb7ffff]
[    4.586627] pci 0000:c8:00.2: BAR 5 [mem 0xdbb80000-0xdbb81fff]
[    4.590622] pci 0000:c8:00.2: enabling Extended Tags
[    4.598708] pci 0000:c0:07.1: PCI bridge to [bus c8]
[    4.602743] pci 0000:c9:00.0: [1022:1485] type 00 class 0x130000 PCIe Endpoint
[    4.606656] pci 0000:c9:00.0: enabling Extended Tags
[    4.610821] pci 0000:c9:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    4.614633] pci 0000:c9:00.2: BAR 2 [mem 0xdba00000-0xdba7ffff]
[    4.618628] pci 0000:c9:00.2: BAR 5 [mem 0xdba80000-0xdba81fff]
[    4.622622] pci 0000:c9:00.2: enabling Extended Tags
[    4.626807] pci 0000:c0:08.1: PCI bridge to [bus c9]
[    4.637500] iommu: Default domain type: Translated
[    4.638614] iommu: DMA domain TLB invalidation policy: lazy mode
[    4.642876] SCSI subsystem initialized
[    4.646650] ACPI: bus type USB registered
[    4.650629] usbcore: registered new interface driver usbfs
[    4.654621] usbcore: registered new interface driver hub
[    4.658648] usbcore: registered new device driver usb
[    4.662643] pps_core: LinuxPPS API ver. 1 registered
[    4.666613] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    4.670615] PTP clock support registered
[    4.678621] EDAC MC: Ver: 3.0.0
[    4.681966] efivars: Registered efivars operations
[    4.682995] NetLabel: Initializing
[    4.686614] NetLabel:  domain hash size = 128
[    4.690613] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    4.694635] NetLabel:  unlabeled traffic allowed by default
[    4.698672] PCI: Using ACPI for IRQ routing
[    4.706924] pci 0000:c3:00.0: vgaarb: setting as boot VGA device
[    4.710611] pci 0000:c3:00.0: vgaarb: bridge control possible
[    4.710611] pci 0000:c3:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    4.710614] vgaarb: loaded
[    4.713326] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    4.714613] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    4.722839] clocksource: Switched to clocksource tsc-early
[    4.728403] VFS: Disk quotas dquot_6.6.0
[    4.732354] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    4.739447] AppArmor: AppArmor Filesystem Enabled
[    4.744175] pnp: PnP ACPI init
[    4.747476] system 00:00: [mem 0x80000000-0x8fffffff] has been reserved
[    4.754184] system 00:01: [mem 0xff000000-0xffffffff] has been reserved
[    4.762338] pnp: PnP ACPI: found 5 devices
[    4.773207] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    4.782228] NET: Registered PF_INET protocol family
[    4.787277] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc)
[    4.798299] tcp_listen_portaddr_hash hash table entries: 65536 (order: 8, 1048576 bytes, vmalloc)
[    4.807252] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, vmalloc)
[    4.815283] TCP established hash table entries: 524288 (order: 10, 4194304 bytes, vmalloc hugepage)
[    4.824817] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc)
[    4.832420] TCP: Hash tables configured (established 524288 bind 65536)
[    4.839335] UDP hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc)
[    4.846708] UDP-Lite hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc)
[    4.854543] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    4.860213] NET: Registered PF_XDP protocol family
[    4.865009] pci 0000:01:00.0: ROM [mem 0xfff00000-0xffffffff pref]: can't claim; no compatible bridge window
[    4.874829] pci 0000:c1:00.0: ROM [mem 0xfffc0000-0xffffffff pref]: can't claim; no compatible bridge window
[    4.884647] pci 0000:c1:00.1: ROM [mem 0xfffc0000-0xffffffff pref]: can't claim; no compatible bridge window
[    4.894468] pci_bus 0000:00: max bus depth: 1 pci_try_num: 2
[    4.900131] pci 0000:01:00.0: ROM [mem size 0x00100000 pref]: can't assign; no space
[    4.907876] pci 0000:01:00.0: ROM [mem size 0x00100000 pref]: failed to assign
[    4.915095] pci 0000:01:00.0: VF BAR 2 [mem size 0x01000000 64bit]: can't assign; no space
[    4.923354] pci 0000:01:00.0: VF BAR 2 [mem size 0x01000000 64bit]: failed to assign
[    4.931091] pci 0000:01:00.0: VF BAR 0 [mem size 0x00100000 64bit]: can't assign; no space
[    4.939350] pci 0000:01:00.0: VF BAR 0 [mem size 0x00100000 64bit]: failed to assign
[    4.947091] pci 0000:00:03.2: PCI bridge to [bus 01]
[    4.952057] pci 0000:00:03.2:   bridge window [io  0x1000-0x1fff]
[    4.958153] pci 0000:00:03.2:   bridge window [mem 0xf7300000-0xf74fffff]
[    4.964940] pci 0000:00:07.1: PCI bridge to [bus 02]
[    4.969913] pci 0000:00:07.1:   bridge window [mem 0xf7200000-0xf72fffff]
[    4.976700] pci 0000:00:08.1: PCI bridge to [bus 03]
[    4.981666] pci 0000:00:08.1:   bridge window [mem 0xf7000000-0xf71fffff]
[    4.988452] pci_bus 0000:00: No. 2 try to assign unassigned res
[    4.994400] pci 0000:00:03.2: resource 14 [mem 0xf7300000-0xf74fffff] released
[    5.001624] pci 0000:00:03.2: PCI bridge to [bus 01]
[    5.006589] pci 0000:00:03.2: bridge window [mem 0x00100000-0x002fffff] to [bus 01] add_size 1100000 add_align 100000
[    5.017195] pci 0000:00:03.2: bridge window [mem 0xe1000000-0xe22fffff]: assigned
[    5.024685] pci 0000:01:00.0: BAR 3 [mem 0xe1000000-0xe10fffff 64bit]: assigned
[    5.031998] pci 0000:01:00.0: VF BAR 2 [mem 0xe1100000-0xe20fffff 64bit]: assigned
[    5.039567] pci 0000:01:00.0: BAR 1 [mem 0xe2100000-0xe210ffff 64bit]: assigned
[    5.046879] pci 0000:01:00.0: VF BAR 0 [mem 0xe2110000-0xe220ffff 64bit]: assigned
[    5.054450] pci 0000:00:03.2: PCI bridge to [bus 01]
[    5.059414] pci 0000:00:03.2:   bridge window [io  0x1000-0x1fff]
[    5.065508] pci 0000:00:03.2:   bridge window [mem 0xe1000000-0xe22fffff]
[    5.072296] pci 0000:00:07.1: PCI bridge to [bus 02]
[    5.077269] pci 0000:00:07.1:   bridge window [mem 0xf7200000-0xf72fffff]
[    5.084056] pci 0000:00:08.1: PCI bridge to [bus 03]
[    5.089019] pci 0000:00:08.1:   bridge window [mem 0xf7000000-0xf71fffff]
[    5.095810] pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
[    5.101993] pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
[    5.108173] pci_bus 0000:00: resource 6 [mem 0x000c0000-0x000fffff window]
[    5.115043] pci_bus 0000:00: resource 7 [io  0x0d00-0x3fff window]
[    5.121227] pci_bus 0000:00: resource 8 [mem 0xe1000000-0xfebfffff window]
[    5.128097] pci_bus 0000:00: resource 9 [mem 0x63dc0000000-0x7fcffffffff window]
[    5.135491] pci_bus 0000:01: resource 0 [io  0x1000-0x1fff]
[    5.141063] pci_bus 0000:01: resource 1 [mem 0xe1000000-0xe22fffff]
[    5.147328] pci_bus 0000:02: resource 1 [mem 0xf7200000-0xf72fffff]
[    5.153595] pci_bus 0000:03: resource 1 [mem 0xf7000000-0xf71fffff]
[    5.159939] pci 0000:40:03.1: bridge window [io  0x1000-0x0fff] to [bus 41] add_size 1000
[    5.168112] pci 0000:40:03.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 41] add_size 200000 add_align 100000
[    5.179579] pci 0000:40:03.2: bridge window [io  0x1000-0x0fff] to [bus 42] add_size 1000
[    5.187752] pci 0000:40:03.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 42] add_size 200000 add_align 100000
[    5.199325] pci 0000:40:03.3: bridge window [io  0x1000-0x0fff] to [bus 43] add_size 1000
[    5.207501] pci 0000:40:03.3: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 43] add_size 200000 add_align 100000
[    5.218968] pci 0000:40:03.4: bridge window [io  0x1000-0x0fff] to [bus 44] add_size 1000
[    5.227143] pci 0000:40:03.4: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 44] add_size 200000 add_align 100000
[    5.238614] pci 0000:40:03.1: bridge window [mem 0x47e80000000-0x47e801fffff 64bit pref]: assigned
[    5.247569] pci 0000:40:03.2: bridge window [mem 0x47e80200000-0x47e803fffff 64bit pref]: assigned
[    5.256521] pci 0000:40:03.3: bridge window [mem 0x47e80400000-0x47e805fffff 64bit pref]: assigned
[    5.265474] pci 0000:40:03.4: bridge window [mem 0x47e80600000-0x47e807fffff 64bit pref]: assigned
[    5.274427] pci 0000:40:03.1: bridge window [io  0x4000-0x4fff]: assigned
[    5.281215] pci 0000:40:03.2: bridge window [io  0x5000-0x5fff]: assigned
[    5.288002] pci 0000:40:03.3: bridge window [io  0x6000-0x6fff]: assigned
[    5.294787] pci 0000:40:03.4: bridge window [io  size 0x1000]: can't assign; no space
[    5.302613] pci 0000:40:03.4: bridge window [io  size 0x1000]: failed to assign
[    5.309918] pci 0000:40:03.4: bridge window [io  0x4000-0x4fff]: assigned
[    5.316705] pci 0000:40:03.3: bridge window [io  0x5000-0x5fff]: assigned
[    5.323491] pci 0000:40:03.2: bridge window [io  0x6000-0x6fff]: assigned
[    5.330280] pci 0000:40:03.1: bridge window [io  size 0x1000]: can't assign; no space
[    5.338102] pci 0000:40:03.1: bridge window [io  size 0x1000]: failed to assign
[    5.345411] pci 0000:40:03.1: PCI bridge to [bus 41]
[    5.350376] pci 0000:40:03.1:   bridge window [mem 0xa4c00000-0xa4ffffff]
[    5.357161] pci 0000:40:03.1:   bridge window [mem 0x47e80000000-0x47e801fffff 64bit pref]
[    5.365425] pci 0000:40:03.2: PCI bridge to [bus 42]
[    5.370396] pci 0000:40:03.2:   bridge window [io  0x6000-0x6fff]
[    5.376488] pci 0000:40:03.2:   bridge window [mem 0xa4800000-0xa4bfffff]
[    5.383275] pci 0000:40:03.2:   bridge window [mem 0x47e80200000-0x47e803fffff 64bit pref]
[    5.391536] pci 0000:40:03.3: PCI bridge to [bus 43]
[    5.396501] pci 0000:40:03.3:   bridge window [io  0x5000-0x5fff]
[    5.402592] pci 0000:40:03.3:   bridge window [mem 0xa4400000-0xa47fffff]
[    5.409379] pci 0000:40:03.3:   bridge window [mem 0x47e80400000-0x47e805fffff 64bit pref]
[    5.417642] pci 0000:40:03.4: PCI bridge to [bus 44]
[    5.422605] pci 0000:40:03.4:   bridge window [io  0x4000-0x4fff]
[    5.428698] pci 0000:40:03.4:   bridge window [mem 0xa4000000-0xa43fffff]
[    5.435487] pci 0000:40:03.4:   bridge window [mem 0x47e80600000-0x47e807fffff 64bit pref]
[    5.443754] pci 0000:40:07.1: PCI bridge to [bus 45]
[    5.448717] pci 0000:40:07.1:   bridge window [mem 0xa5300000-0xa53fffff]
[    5.455508] pci 0000:40:08.1: PCI bridge to [bus 46]
[    5.460478] pci 0000:40:08.1:   bridge window [mem 0xa5000000-0xa52fffff]
[    5.467267] pci_bus 0000:40: resource 4 [io  0x4000-0x6fff window]
[    5.473444] pci_bus 0000:40: resource 5 [mem 0x90000000-0xaaffffff window]
[    5.480314] pci_bus 0000:40: resource 6 [mem 0x47e80000000-0x63dbfffffff window]
[    5.487708] pci_bus 0000:41: resource 1 [mem 0xa4c00000-0xa4ffffff]
[    5.493974] pci_bus 0000:41: resource 2 [mem 0x47e80000000-0x47e801fffff 64bit pref]
[    5.501714] pci_bus 0000:42: resource 0 [io  0x6000-0x6fff]
[    5.507287] pci_bus 0000:42: resource 1 [mem 0xa4800000-0xa4bfffff]
[    5.513586] pci_bus 0000:42: resource 2 [mem 0x47e80200000-0x47e803fffff 64bit pref]
[    5.521328] pci_bus 0000:43: resource 0 [io  0x5000-0x5fff]
[    5.526900] pci_bus 0000:43: resource 1 [mem 0xa4400000-0xa47fffff]
[    5.533170] pci_bus 0000:43: resource 2 [mem 0x47e80400000-0x47e805fffff 64bit pref]
[    5.540917] pci_bus 0000:44: resource 0 [io  0x4000-0x4fff]
[    5.546487] pci_bus 0000:44: resource 1 [mem 0xa4000000-0xa43fffff]
[    5.552752] pci_bus 0000:44: resource 2 [mem 0x47e80600000-0x47e807fffff 64bit pref]
[    5.560494] pci_bus 0000:45: resource 1 [mem 0xa5300000-0xa53fffff]
[    5.566758] pci_bus 0000:46: resource 1 [mem 0xa5000000-0xa52fffff]
[    5.573086] pci 0000:80:01.1: bridge window [io  0x1000-0x0fff] to [bus 81] add_size 1000
[    5.581259] pci 0000:80:01.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 81] add_size 200000 add_align 100000
[    5.592727] pci 0000:80:01.2: bridge window [io  0x1000-0x0fff] to [bus 82] add_size 1000
[    5.600898] pci 0000:80:01.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 82] add_size 200000 add_align 100000
[    5.612419] pci 0000:80:01.1: bridge window [mem 0x2bf40000000-0x2bf401fffff 64bit pref]: assigned
[    5.621378] pci 0000:80:01.2: bridge window [mem 0x2bf40200000-0x2bf403fffff 64bit pref]: assigned
[    5.630329] pci 0000:80:01.1: bridge window [io  0x7000-0x7fff]: assigned
[    5.637116] pci 0000:80:01.2: bridge window [io  0x8000-0x8fff]: assigned
[    5.643903] pci 0000:80:01.1: PCI bridge to [bus 81]
[    5.648871] pci 0000:80:01.1:   bridge window [io  0x7000-0x7fff]
[    5.654964] pci 0000:80:01.1:   bridge window [mem 0xbf400000-0xbf7fffff]
[    5.661749] pci 0000:80:01.1:   bridge window [mem 0x2bf40000000-0x2bf401fffff 64bit pref]
[    5.670009] pci 0000:80:01.2: PCI bridge to [bus 82]
[    5.674972] pci 0000:80:01.2:   bridge window [io  0x8000-0x8fff]
[    5.681067] pci 0000:80:01.2:   bridge window [mem 0xbf000000-0xbf3fffff]
[    5.687854] pci 0000:80:01.2:   bridge window [mem 0x2bf40200000-0x2bf403fffff 64bit pref]
[    5.696115] pci 0000:80:07.1: PCI bridge to [bus 83]
[    5.701086] pci 0000:80:07.1:   bridge window [mem 0xbfa00000-0xbfafffff]
[    5.707875] pci 0000:80:08.1: PCI bridge to [bus 84]
[    5.712839] pci 0000:80:08.1:   bridge window [mem 0xbf900000-0xbf9fffff]
[    5.719664] pci 0000:80:08.2: PCI bridge to [bus 85]
[    5.724635] pci 0000:80:08.2:   bridge window [mem 0xbf800000-0xbf8fffff]
[    5.731421] pci_bus 0000:80: resource 4 [io  0x7000-0x9fff window]
[    5.737599] pci_bus 0000:80: resource 5 [mem 0xab000000-0xc5ffffff window]
[    5.744471] pci_bus 0000:80: resource 6 [mem 0x2bf40000000-0x47e7fffffff window]
[    5.751863] pci_bus 0000:81: resource 0 [io  0x7000-0x7fff]
[    5.757439] pci_bus 0000:81: resource 1 [mem 0xbf400000-0xbf7fffff]
[    5.763703] pci_bus 0000:81: resource 2 [mem 0x2bf40000000-0x2bf401fffff 64bit pref]
[    5.771441] pci_bus 0000:82: resource 0 [io  0x8000-0x8fff]
[    5.777015] pci_bus 0000:82: resource 1 [mem 0xbf000000-0xbf3fffff]
[    5.783281] pci_bus 0000:82: resource 2 [mem 0x2bf40200000-0x2bf403fffff 64bit pref]
[    5.791020] pci_bus 0000:83: resource 1 [mem 0xbfa00000-0xbfafffff]
[    5.797285] pci_bus 0000:84: resource 1 [mem 0xbf900000-0xbf9fffff]
[    5.803552] pci_bus 0000:85: resource 1 [mem 0xbf800000-0xbf8fffff]
[    5.809877] pci 0000:c0:03.1: bridge window [io  0x1000-0x0fff] to [bus c4] add_size 1000
[    5.818052] pci 0000:c0:03.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus c4] add_size 200000 add_align 100000
[    5.829528] pci 0000:c0:03.2: bridge window [io  0x1000-0x0fff] to [bus c5] add_size 1000
[    5.837702] pci 0000:c0:03.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus c5] add_size 200000 add_align 100000
[    5.849167] pci 0000:c0:03.3: bridge window [io  0x1000-0x0fff] to [bus c6] add_size 1000
[    5.857339] pci 0000:c0:03.3: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus c6] add_size 200000 add_align 100000
[    5.868807] pci 0000:c0:03.4: bridge window [io  0x1000-0x0fff] to [bus c7] add_size 1000
[    5.876978] pci 0000:c0:03.4: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus c7] add_size 200000 add_align 100000
[    5.888452] pci 0000:c0:03.1: bridge window [mem 0x10000000000-0x100001fffff 64bit pref]: assigned
[    5.897408] pci 0000:c0:03.2: bridge window [mem 0x10000200000-0x100003fffff 64bit pref]: assigned
[    5.906358] pci 0000:c0:03.3: bridge window [mem 0x10000400000-0x100005fffff 64bit pref]: assigned
[    5.915311] pci 0000:c0:03.4: bridge window [mem 0x10000600000-0x100007fffff 64bit pref]: assigned
[    5.924264] pci 0000:c0:05.1: bridge window [mem 0xc7100000-0xc71fffff]: assigned
[    5.931754] pci 0000:c0:03.1: bridge window [io  0xa000-0xafff]: assigned
[    5.938539] pci 0000:c0:03.2: bridge window [io  0xb000-0xbfff]: assigned
[    5.945324] pci 0000:c0:03.3: bridge window [io  0xc000-0xcfff]: assigned
[    5.952110] pci 0000:c0:03.4: bridge window [io  0xd000-0xdfff]: assigned
[    5.958897] pci 0000:c0:03.1: PCI bridge to [bus c4]
[    5.963863] pci 0000:c0:03.1:   bridge window [io  0xa000-0xafff]
[    5.969959] pci 0000:c0:03.1:   bridge window [mem 0xdb600000-0xdb9fffff]
[    5.976745] pci 0000:c0:03.1:   bridge window [mem 0x10000000000-0x100001fffff 64bit pref]
[    5.985004] pci 0000:c0:03.2: PCI bridge to [bus c5]
[    5.989968] pci 0000:c0:03.2:   bridge window [io  0xb000-0xbfff]
[    5.996063] pci 0000:c0:03.2:   bridge window [mem 0xdb200000-0xdb5fffff]
[    6.002847] pci 0000:c0:03.2:   bridge window [mem 0x10000200000-0x100003fffff 64bit pref]
[    6.011107] pci 0000:c0:03.3: PCI bridge to [bus c6]
[    6.016074] pci 0000:c0:03.3:   bridge window [io  0xc000-0xcfff]
[    6.022167] pci 0000:c0:03.3:   bridge window [mem 0xdae00000-0xdb1fffff]
[    6.028951] pci 0000:c0:03.3:   bridge window [mem 0x10000400000-0x100005fffff 64bit pref]
[    6.037213] pci 0000:c0:03.4: PCI bridge to [bus c7]
[    6.042178] pci 0000:c0:03.4:   bridge window [io  0xd000-0xdfff]
[    6.048274] pci 0000:c0:03.4:   bridge window [mem 0xdaa00000-0xdadfffff]
[    6.055067] pci 0000:c0:03.4:   bridge window [mem 0x10000600000-0x100007fffff 64bit pref]
[    6.063327] pci 0000:c1:00.0: ROM [mem 0xc7100000-0xc713ffff pref]: assigned
[    6.070371] pci 0000:c1:00.1: ROM [mem 0xc7140000-0xc717ffff pref]: assigned
[    6.077416] pci 0000:c0:05.1: PCI bridge to [bus c1]
[    6.082387] pci 0000:c0:05.1:   bridge window [mem 0xc7100000-0xc71fffff]
[    6.089177] pci 0000:c0:05.1:   bridge window [mem 0xc7000000-0xc70fffff 64bit pref]
[    6.096920] pci 0000:c2:00.0: PCI bridge to [bus c3]
[    6.101892] pci 0000:c2:00.0:   bridge window [mem 0xda000000-0xda8fffff]
[    6.108678] pci 0000:c2:00.0:   bridge window [mem 0xc6000000-0xc6ffffff 64bit pref]
[    6.116421] pci 0000:c0:05.2: PCI bridge to [bus c2-c3]
[    6.121653] pci 0000:c0:05.2:   bridge window [mem 0xda000000-0xda8fffff]
[    6.128440] pci 0000:c0:05.2:   bridge window [mem 0xc6000000-0xc6ffffff 64bit pref]
[    6.136180] pci 0000:c0:07.1: PCI bridge to [bus c8]
[    6.141197] pci 0000:c0:07.1:   bridge window [mem 0xdbb00000-0xdbbfffff]
[    6.147984] pci 0000:c0:08.1: PCI bridge to [bus c9]
[    6.152947] pci 0000:c0:08.1:   bridge window [mem 0xdba00000-0xdbafffff]
[    6.159737] pci_bus 0000:c0: resource 4 [io  0xa000-0xffff window]
[    6.165919] pci_bus 0000:c0: resource 5 [mem 0xc6000000-0xe0ffffff window]
[    6.172793] pci_bus 0000:c0: resource 6 [mem 0x10000000000-0x2bf3fffffff window]
[    6.180187] pci_bus 0000:c0: resource 7 [io  0x03b0-0x03df window]
[    6.186366] pci_bus 0000:c0: resource 8 [mem 0x000a0000-0x000bffff window]
[    6.193239] pci_bus 0000:c4: resource 0 [io  0xa000-0xafff]
[    6.198812] pci_bus 0000:c4: resource 1 [mem 0xdb600000-0xdb9fffff]
[    6.205080] pci_bus 0000:c4: resource 2 [mem 0x10000000000-0x100001fffff 64bit pref]
[    6.212816] pci_bus 0000:c5: resource 0 [io  0xb000-0xbfff]
[    6.218390] pci_bus 0000:c5: resource 1 [mem 0xdb200000-0xdb5fffff]
[    6.224654] pci_bus 0000:c5: resource 2 [mem 0x10000200000-0x100003fffff 64bit pref]
[    6.232394] pci_bus 0000:c6: resource 0 [io  0xc000-0xcfff]
[    6.237967] pci_bus 0000:c6: resource 1 [mem 0xdae00000-0xdb1fffff]
[    6.244346] pci_bus 0000:c6: resource 2 [mem 0x10000400000-0x100005fffff 64bit pref]
[    6.252090] pci_bus 0000:c7: resource 0 [io  0xd000-0xdfff]
[    6.257666] pci_bus 0000:c7: resource 1 [mem 0xdaa00000-0xdadfffff]
[    6.263933] pci_bus 0000:c7: resource 2 [mem 0x10000600000-0x100007fffff 64bit pref]
[    6.271674] pci_bus 0000:c1: resource 1 [mem 0xc7100000-0xc71fffff]
[    6.277939] pci_bus 0000:c1: resource 2 [mem 0xc7000000-0xc70fffff 64bit pref]
[    6.285159] pci_bus 0000:c2: resource 1 [mem 0xda000000-0xda8fffff]
[    6.291429] pci_bus 0000:c2: resource 2 [mem 0xc6000000-0xc6ffffff 64bit pref]
[    6.298653] pci_bus 0000:c3: resource 1 [mem 0xda000000-0xda8fffff]
[    6.304920] pci_bus 0000:c3: resource 2 [mem 0xc6000000-0xc6ffffff 64bit pref]
[    6.312138] pci_bus 0000:c8: resource 1 [mem 0xdbb00000-0xdbbfffff]
[    6.318406] pci_bus 0000:c9: resource 1 [mem 0xdba00000-0xdbafffff]
[    6.325334] PCI: CLS 64 bytes, default 64
[    6.329371] AMD-Vi: IOMMU SNP support enabled.
[    6.329436] Trying to unpack rootfs image as initramfs...
[    6.339276] pci 0000:c0:00.2: AMD-Vi: IOMMU performance counters supported
[    6.346255] pci 0000:c0:01.0: Adding to iommu group 0
[    6.351403] pci 0000:c0:02.0: Adding to iommu group 1
[    6.356609] pci 0000:c0:03.0: Adding to iommu group 2
[    6.361706] pci 0000:c0:03.1: Adding to iommu group 2
[    6.366807] pci 0000:c0:03.2: Adding to iommu group 2
[    6.371906] pci 0000:c0:03.3: Adding to iommu group 2
[    6.377010] pci 0000:c0:03.4: Adding to iommu group 2
[    6.382115] pci 0000:c0:04.0: Adding to iommu group 3
[    6.387267] pci 0000:c0:05.0: Adding to iommu group 4
[    6.392374] pci 0000:c0:05.1: Adding to iommu group 4
[    6.397475] pci 0000:c0:05.2: Adding to iommu group 4
[    6.402579] pci 0000:c0:07.0: Adding to iommu group 5
[    6.407660] pci 0000:c0:07.1: Adding to iommu group 6
[    6.412773] pci 0000:c0:08.0: Adding to iommu group 7
[    6.417853] pci 0000:c0:08.1: Adding to iommu group 8
[    6.422915] pci 0000:c1:00.0: Adding to iommu group 4
[    6.427974] pci 0000:c1:00.1: Adding to iommu group 4
[    6.433027] pci 0000:c2:00.0: Adding to iommu group 4
[    6.438081] pci 0000:c3:00.0: Adding to iommu group 4
[    6.443171] pci 0000:c8:00.0: Adding to iommu group 9
[    6.448258] pci 0000:c8:00.2: Adding to iommu group 10
[    6.453431] pci 0000:c9:00.0: Adding to iommu group 11
[    6.458615] pci 0000:c9:00.2: Adding to iommu group 12
[    6.470233] pci 0000:80:00.2: AMD-Vi: IOMMU performance counters supported
[    6.477279] pci 0000:80:01.0: Adding to iommu group 13
[    6.482457] pci 0000:80:01.1: Adding to iommu group 13
[    6.487642] pci 0000:80:01.2: Adding to iommu group 13
[    6.492836] pci 0000:80:02.0: Adding to iommu group 14
[    6.498027] pci 0000:80:03.0: Adding to iommu group 15
[    6.503215] pci 0000:80:04.0: Adding to iommu group 16
[    6.508409] pci 0000:80:05.0: Adding to iommu group 17
[    6.513602] pci 0000:80:07.0: Adding to iommu group 18
[    6.518770] pci 0000:80:07.1: Adding to iommu group 19
[    6.523968] pci 0000:80:08.0: Adding to iommu group 20
[    6.529146] pci 0000:80:08.1: Adding to iommu group 21
[    6.534320] pci 0000:80:08.2: Adding to iommu group 22
[    6.539491] pci 0000:83:00.0: Adding to iommu group 23
[    6.544672] pci 0000:83:00.2: Adding to iommu group 24
[    6.549841] pci 0000:84:00.0: Adding to iommu group 25
[    6.555016] pci 0000:84:00.2: Adding to iommu group 26
[    6.560193] pci 0000:85:00.0: Adding to iommu group 27
[    6.572623] pci 0000:40:00.2: AMD-Vi: IOMMU performance counters supported
[    6.579612] pci 0000:40:01.0: Adding to iommu group 28
[    6.584810] pci 0000:40:02.0: Adding to iommu group 29
[    6.590104] pci 0000:40:03.0: Adding to iommu group 30
[    6.595286] pci 0000:40:03.1: Adding to iommu group 30
[    6.600462] pci 0000:40:03.2: Adding to iommu group 30
[    6.605642] pci 0000:40:03.3: Adding to iommu group 30
[    6.610815] pci 0000:40:03.4: Adding to iommu group 30
[    6.616006] pci 0000:40:04.0: Adding to iommu group 31
[    6.621199] pci 0000:40:05.0: Adding to iommu group 32
[    6.626390] pci 0000:40:07.0: Adding to iommu group 33
[    6.631560] pci 0000:40:07.1: Adding to iommu group 34
[    6.636762] pci 0000:40:08.0: Adding to iommu group 35
[    6.641932] pci 0000:40:08.1: Adding to iommu group 36
[    6.647111] pci 0000:45:00.0: Adding to iommu group 37
[    6.652283] pci 0000:45:00.2: Adding to iommu group 38
[    6.657456] pci 0000:46:00.0: Adding to iommu group 39
[    6.662632] pci 0000:46:00.1: Adding to iommu group 40
[    6.667820] pci 0000:46:00.2: Adding to iommu group 41
[    6.672999] pci 0000:46:00.3: Adding to iommu group 42
[    6.685304] pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
[    6.692280] pci 0000:00:01.0: Adding to iommu group 43
[    6.697477] pci 0000:00:02.0: Adding to iommu group 44
[    6.702669] pci 0000:00:03.0: Adding to iommu group 45
[    6.707849] pci 0000:00:03.2: Adding to iommu group 46
[    6.713043] pci 0000:00:04.0: Adding to iommu group 47
[    6.718236] pci 0000:00:05.0: Adding to iommu group 48
[    6.723433] pci 0000:00:07.0: Adding to iommu group 49
[    6.728604] pci 0000:00:07.1: Adding to iommu group 50
[    6.733800] pci 0000:00:08.0: Adding to iommu group 51
[    6.738975] pci 0000:00:08.1: Adding to iommu group 52
[    6.744198] pci 0000:00:14.0: Adding to iommu group 53
[    6.744877] Freeing initrd memory: 35956K
[    6.749371] pci 0000:00:14.3: Adding to iommu group 53
[    6.758708] pci 0000:00:18.0: Adding to iommu group 54
[    6.763883] pci 0000:00:18.1: Adding to iommu group 54
[    6.769098] pci 0000:00:18.2: Adding to iommu group 54
[    6.774267] pci 0000:00:18.3: Adding to iommu group 54
[    6.779443] pci 0000:00:18.4: Adding to iommu group 54
[    6.784627] pci 0000:00:18.5: Adding to iommu group 54
[    6.789801] pci 0000:00:18.6: Adding to iommu group 54
[    6.794972] pci 0000:00:18.7: Adding to iommu group 54
[    6.800148] pci 0000:01:00.0: Adding to iommu group 55
[    6.805324] pci 0000:02:00.0: Adding to iommu group 56
[    6.810499] pci 0000:02:00.2: Adding to iommu group 57
[    6.815672] pci 0000:03:00.0: Adding to iommu group 58
[    6.820848] pci 0000:03:00.2: Adding to iommu group 59
[    6.826017] pci 0000:03:00.3: Adding to iommu group 60
[    6.840117] AMD-Vi: Extended features (0x841f77e022094ace, 0x0): PPR X2APIC NX IA GA PC SNP
[    6.848476] AMD-Vi: Interrupt remapping enabled
[    6.853009] AMD-Vi: X2APIC enabled
[    6.857303] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    6.863749] software IO TLB: mapped [mem 0x000000000459f000-0x000000001459f000] (256MB)
[    6.871876] LVT offset 0 assigned for vector 0x400
[    6.878356] perf: AMD IBS detected (0x000003ff)
[    6.884220] amd_uncore: 4 amd_df counters detected
[    6.889049] amd_uncore: 6 amd_l3 counters detected
[    6.895416] perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
[    6.902576] perf/amd_iommu: Detected AMD IOMMU #1 (2 banks, 4 counters/bank).
[    6.909725] perf/amd_iommu: Detected AMD IOMMU #2 (2 banks, 4 counters/bank).
[    6.916876] perf/amd_iommu: Detected AMD IOMMU #3 (2 banks, 4 counters/bank).
[    6.979829] Initialise system trusted keyrings
[    6.984316] Key type blacklist registered
[    6.988448] workingset: timestamp_bits=36 max_order=26 bucket_order=0
[    6.994901] zbud: loaded
[    6.997974] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    7.003966] fuse: init (API version 7.41)
[    7.008224] integrity: Platform Keyring initialized
[    7.025271] Key type asymmetric registered
[    7.029367] Asymmetric key parser 'x509' registered
[    7.034283] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[    7.041766] io scheduler mq-deadline registered
[    7.048012] pcieport 0000:00:03.2: PME: Signaling with IRQ 38
[    7.054116] pcieport 0000:00:07.1: PME: Signaling with IRQ 40
[    7.060061] pcieport 0000:00:08.1: PME: Signaling with IRQ 41
[    7.066036] pcieport 0000:40:03.1: PME: Signaling with IRQ 42
[    7.071831] pcieport 0000:40:03.1: pciehp: Slot #167 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.085814] pcieport 0000:40:03.2: PME: Signaling with IRQ 43
[    7.091640] pcieport 0000:40:03.2: pciehp: Slot #166 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.105598] pcieport 0000:40:03.3: PME: Signaling with IRQ 44
[    7.111394] pcieport 0000:40:03.3: pciehp: Slot #169 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.125350] pcieport 0000:40:03.4: PME: Signaling with IRQ 45
[    7.131142] pcieport 0000:40:03.4: pciehp: Slot #168 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.145129] pcieport 0000:40:07.1: PME: Signaling with IRQ 47
[    7.151067] pcieport 0000:40:08.1: PME: Signaling with IRQ 48
[    7.157150] pcieport 0000:80:01.1: PME: Signaling with IRQ 49
[    7.162945] pcieport 0000:80:01.1: pciehp: Slot #160 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.176891] pcieport 0000:80:01.2: PME: Signaling with IRQ 50
[    7.182686] pcieport 0000:80:01.2: pciehp: Slot #161 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.196737] pcieport 0000:80:07.1: PME: Signaling with IRQ 52
[    7.202757] pcieport 0000:80:08.1: PME: Signaling with IRQ 54
[    7.208737] pcieport 0000:80:08.2: PME: Signaling with IRQ 55
[    7.214673] pcieport 0000:c0:03.1: PME: Signaling with IRQ 56
[    7.220464] pcieport 0000:c0:03.1: pciehp: Slot #163 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.234392] pcieport 0000:c0:03.2: PME: Signaling with IRQ 57
[    7.240179] pcieport 0000:c0:03.2: pciehp: Slot #162 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.254105] pcieport 0000:c0:03.3: PME: Signaling with IRQ 58
[    7.259898] pcieport 0000:c0:03.3: pciehp: Slot #165 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.273828] pcieport 0000:c0:03.4: PME: Signaling with IRQ 59
[    7.279621] pcieport 0000:c0:03.4: pciehp: Slot #164 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.293524] pcieport 0000:c0:05.1: PME: Signaling with IRQ 60
[    7.299424] pcieport 0000:c0:05.2: PME: Signaling with IRQ 61
[    7.305425] pcieport 0000:c0:07.1: PME: Signaling with IRQ 63
[    7.311483] pcieport 0000:c0:08.1: PME: Signaling with IRQ 65
[    7.317503] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    7.324578] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[    7.332040] ACPI: button: Power Button [PWRF]
[    7.344468] Estimated ratio of average max frequency by base frequency (times 1024): 1464
[    7.368688] ERST: Error Record Serialization Table (ERST) support is initialized.
[    7.376198] pstore: Using crash dump compression: deflate
[    7.381596] pstore: Registered erst as persistent store backend
[    7.387630] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    7.394178] 00:03: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A
[    7.402290] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    7.413137] Linux agpgart interface v0.103
[    7.441830] loop: module loaded
[    7.456246] ahci 0000:85:00.0: AHCI vers 0001.0301, 32 command slots, 6 Gbps, SATA mode
[    7.464254] ahci 0000:85:00.0: 8/8 ports implemented (port mask 0xff)
[    7.470691] ahci 0000:85:00.0: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part sxs 
[    7.480814] scsi host0: ahci
[    7.483912] scsi host1: ahci
[    7.486994] scsi host2: ahci
[    7.490076] scsi host3: ahci
[    7.493167] scsi host4: ahci
[    7.496242] scsi host5: ahci
[    7.499315] scsi host6: ahci
[    7.502394] scsi host7: ahci
[    7.505338] ata1: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800100 irq 67 lpm-pol 0
[    7.513604] ata2: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800180 irq 68 lpm-pol 0
[    7.521870] ata3: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800200 irq 69 lpm-pol 0
[    7.530127] ata4: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800280 irq 70 lpm-pol 0
[    7.538386] ata5: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800300 irq 71 lpm-pol 0
[    7.546646] ata6: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800380 irq 72 lpm-pol 0
[    7.554906] ata7: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800400 irq 73 lpm-pol 0
[    7.563166] ata8: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800480 irq 74 lpm-pol 0
[    7.571708] tun: Universal TUN/TAP device driver, 1.6
[    7.576822] PPP generic driver version 2.4.2
[    7.581242] VFIO - User Level meta-driver version: 0.3
[    7.586714] xhci_hcd 0000:03:00.3: xHCI Host Controller
[    7.591958] xhci_hcd 0000:03:00.3: new USB bus registered, assigned bus number 1
[    7.599455] xhci_hcd 0000:03:00.3: hcc params 0x0260ffe5 hci version 0x110 quirks 0x0000000000000010
[    7.608980] xhci_hcd 0000:03:00.3: xHCI Host Controller
[    7.614208] xhci_hcd 0000:03:00.3: new USB bus registered, assigned bus number 2
[    7.621600] xhci_hcd 0000:03:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[    7.628691] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.11
[    7.636957] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    7.644177] usb usb1: Product: xHCI Host Controller
[    7.649060] usb usb1: Manufacturer: Linux 6.11.0-rc5-next-20240829-b18bbfc14a-000fda4e3fa xhci-hcd
[    7.658019] usb usb1: SerialNumber: 0000:03:00.3
[    7.662810] hub 1-0:1.0: USB hub found
[    7.666576] hub 1-0:1.0: 2 ports detected
[    7.671416] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    7.679536] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.11
[    7.687797] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    7.695017] usb usb2: Product: xHCI Host Controller
[    7.699894] usb usb2: Manufacturer: Linux 6.11.0-rc5-next-20240829-b18bbfc14a-000fda4e3fa xhci-hcd
[    7.708852] usb usb2: SerialNumber: 0000:03:00.3
[    7.713606] hub 2-0:1.0: USB hub found
[    7.717365] hub 2-0:1.0: 2 ports detected
[    7.722268] xhci_hcd 0000:46:00.3: xHCI Host Controller
[    7.727505] xhci_hcd 0000:46:00.3: new USB bus registered, assigned bus number 3
[    7.734998] xhci_hcd 0000:46:00.3: hcc params 0x0260ffe5 hci version 0x110 quirks 0x0000000000000010
[    7.744496] xhci_hcd 0000:46:00.3: xHCI Host Controller
[    7.749730] xhci_hcd 0000:46:00.3: new USB bus registered, assigned bus number 4
[    7.757121] xhci_hcd 0000:46:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[    7.764208] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.11
[    7.772473] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    7.779699] usb usb3: Product: xHCI Host Controller
[    7.784582] usb usb3: Manufacturer: Linux 6.11.0-rc5-next-20240829-b18bbfc14a-000fda4e3fa xhci-hcd
[    7.793549] usb usb3: SerialNumber: 0000:46:00.3
[    7.798302] hub 3-0:1.0: USB hub found
[    7.802067] hub 3-0:1.0: 2 ports detected
[    7.806848] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    7.814973] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.11
[    7.823231] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    7.830452] usb usb4: Product: xHCI Host Controller
[    7.835335] usb usb4: Manufacturer: Linux 6.11.0-rc5-next-20240829-b18bbfc14a-000fda4e3fa xhci-hcd
[    7.844294] usb usb4: SerialNumber: 0000:46:00.3
[    7.849037] hub 4-0:1.0: USB hub found
[    7.852806] hub 4-0:1.0: 2 ports detected
[    7.857769] usbcore: registered new interface driver uas
[    7.863104] usbcore: registered new interface driver usb-storage
[    7.869197] i8042: PNP: No PS/2 controller found.
[    7.873971] mousedev: PS/2 mouse device common for all mice
[    7.879655] rtc_cmos 00:02: RTC can wake from S4
[    7.884552] rtc_cmos 00:02: registered as rtc0
[    7.889061] rtc_cmos 00:02: setting system clock to 2024-09-02T10:50:08 UTC (1725274208)
[    7.890843] ata1: SATA link down (SStatus 0 SControl 300)
[    7.897186] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram
[    7.902575] ata3: SATA link down (SStatus 0 SControl 300)
[    7.909259] i2c_dev: i2c /dev entries driver
[    7.914674] ata5: SATA link down (SStatus 0 SControl 300)
[    7.918936] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[    7.924343] ata7: SATA link down (SStatus 0 SControl 300)
[    7.928239] usb 1-1: new high-speed USB device number 2 using xhci_hcd
[    7.936500] device-mapper: uevent: version 1.0.3
[    7.941890] tsc: Refined TSC clocksource calibration: 1996.249 MHz
[    7.941902] ata8: SATA link down (SStatus 0 SControl 300)
[    7.941929] ata6: SATA link down (SStatus 0 SControl 300)
[    7.941955] ata2: SATA link down (SStatus 0 SControl 300)
[    7.941982] ata4: SATA link down (SStatus 0 SControl 300)
[    7.948519] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@lists.linux.dev
[    7.953079] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x398cadd9d93, max_idle_ns: 881590552906 ns
[    7.959228] platform eisa.0: Probing EISA bus 0
[    8.004229] platform eisa.0: EISA: Cannot allocate resource for mainboard
[    8.004231] clocksource: Switched to clocksource tsc
[    8.011042] platform eisa.0: Cannot allocate resource for EISA slot 1
[    8.022445] platform eisa.0: Cannot allocate resource for EISA slot 2
[    8.028887] platform eisa.0: Cannot allocate resource for EISA slot 3
[    8.035331] platform eisa.0: Cannot allocate resource for EISA slot 4
[    8.041774] platform eisa.0: Cannot allocate resource for EISA slot 5
[    8.048223] platform eisa.0: Cannot allocate resource for EISA slot 6
[    8.054669] platform eisa.0: Cannot allocate resource for EISA slot 7
[    8.061124] platform eisa.0: Cannot allocate resource for EISA slot 8
[    8.067566] platform eisa.0: EISA: Detected 0 cards
[    8.067581] usb 3-1: new high-speed USB device number 2 using xhci_hcd
[    8.072453] amd_pstate: driver load is disabled, boot with specific mode to enable this
[    8.088454] ledtrig-cpu: registered to indicate activity on CPUs
[    8.094530] efifb: probing for efifb
[    8.098127] efifb: No BGRT, not showing boot graphics
[    8.103055] usb 1-1: New USB device found, idVendor=0424, idProduct=2744, bcdDevice= 1.21
[    8.103182] efifb: framebuffer at 0xc6000000, using 3072k, total 3072k
[    8.111391] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    8.117913] efifb: mode is 1024x768x32, linelength=4096, pages=1
[    8.117915] efifb: scrolling: redraw
[    8.117916] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    8.117922] fb0: EFI VGA frame buffer device
[    8.118019] drop_monitor: Initializing network drop monitor service
[    8.125064] usb 1-1: Product: USB2734
[    8.125066] usb 1-1: Manufacturer: Microchip Tech
[    8.159286] NET: Registered PF_INET6 protocol family
[    8.171195] Segment Routing with IPv6
[    8.173130] hub 1-1:1.0: USB hub found
[    8.174874] In-situ OAM (IOAM) with IPv6
[    8.178807] hub 1-1:1.0: 4 ports detected
[    8.182564] NET: Registered PF_PACKET protocol family
[    8.191666] Key type dns_resolver registered
[    8.205717] microcode: Current revision: 0x0a0011d3
[    8.213897] resctrl: L3 allocation detected
[    8.218082] resctrl: MB allocation detected
[    8.222264] resctrl: L3 monitoring detected
[    8.225245] usb 3-1: New USB device found, idVendor=1604, idProduct=10c0, bcdDevice= 0.00
[    8.226648] IPI shorthand broadcast: enabled
[    8.234630] usb 3-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    8.236809] usb 2-1: new SuperSpeed USB device number 2 using xhci_hcd
[    8.241783] sched_clock: Marking stable (8172002578, 68214802)->(9372882565, -1132665185)
[    8.261488] registered taskstats version 1
[    8.267811] Loading compiled-in X.509 certificates
[    8.268606] usb 2-1: New USB device found, idVendor=0424, idProduct=5744, bcdDevice= 1.21
[    8.273245] Loaded X.509 cert 'Build time autogenerated kernel key: e8331d2522c1377475b3c511319c32aff40753ce'
[    8.280774] usb 2-1: New USB device strings: Mfr=2, Product=3, SerialNumber=0
[    8.280777] usb 2-1: Product: USB5734
[    8.301477] usb 2-1: Manufacturer: Microchip Tech
[    8.306210] Demotion targets for Node 0: null
[    8.306542] hub 3-1:1.0: USB hub found
[    8.310571] Demotion targets for Node 1: null
[    8.314494] hub 3-1:1.0: 4 ports detected
[    8.319268] Key type .fscrypt registered
[    8.326621] Key type fscrypt-provisioning registered
[    8.333026] hub 2-1:1.0: USB hub found
[    8.336825] hub 2-1:1.0: 4 ports detected
[    8.341389] cryptd: max_cpu_qlen set to 1000
[    8.348882] AES CTR mode by8 optimization enabled
[    8.366770] Key type encrypted registered
[    8.370788] AppArmor: AppArmor sha256 policy hashing enabled
[    8.376528] integrity: Loading X.509 certificate: UEFI:db
[    8.381955] integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
[    8.392727] integrity: Loading X.509 certificate: UEFI:db
[    8.398146] integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
[    8.409178] integrity: Loading X.509 certificate: UEFI:db
[    8.414689] integrity: Loaded X.509 cert 'VMware, Inc.: 4ad8ba0472073d28127706ddc6ccb9050441bbc7'
[    8.423553] integrity: Loading X.509 certificate: UEFI:db
[    8.429100] integrity: Loaded X.509 cert 'VMware, Inc.: VMware Secure Boot Signing: 04597f3e1ffb240bba0ff0f05d5eb05f3e15f6d7'
[    8.440681] ima: No TPM chip found, activating TPM-bypass!
[    8.446172] Loading compiled-in module X.509 certificates
[    8.452017] Loaded X.509 cert 'Build time autogenerated kernel key: e8331d2522c1377475b3c511319c32aff40753ce'
[    8.461945] ima: Allocated hash algorithm: sha1
[    8.466488] ima: No architecture policies found
[    8.471037] evm: Initialising EVM extended attributes:
[    8.476175] evm: security.selinux
[    8.479492] evm: security.SMACK64
[    8.482814] evm: security.SMACK64EXEC
[    8.486480] evm: security.SMACK64TRANSMUTE
[    8.490579] evm: security.SMACK64MMAP
[    8.494246] evm: security.apparmor
[    8.497650] evm: security.ima
[    8.500622] evm: security.capability
[    8.504201] evm: HMAC attrs: 0x1
[    8.507829] PM:   Magic number: 8:16:830
[    8.511906] acpi device:b5: hash matches
[    8.516304] RAS: Correctable Errors collector initialized.
[    8.521928] clk: Disabling unused clocks
[    8.525853] PM: genpd: Disabling unused power domains
[    8.532746] Freeing unused decrypted memory: 2028K
[    8.538312] Freeing unused kernel image (initmem) memory: 4684K
[    8.544245] Write protecting the kernel read-only data: 26624k
[    8.550580] Freeing unused kernel image (rodata/data gap) memory: 452K
[    8.621241] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    8.627685] Run /init as init process
[    8.637890] systemd[1]: Inserted module 'autofs4'
[    8.943599] systemd[1]: systemd 250-12.el9_1 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 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK +XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[    8.975493] systemd[1]: Detected architecture x86-64.
[    8.980549] systemd[1]: Running in initial RAM disk.

Welcome to ^[[0;31mRed Hat Enterprise Linux 9.1 (Plow) dracut-057-13.git20220816.el9 (Initramfs)^[[0m!

[    9.008328] systemd[1]: Hostname set to <hostname.amd.com>.
[    9.119380] systemd[1]: Queued start job for default target Initrd Default Target.
[    9.120230] usb 3-1.1: new high-speed USB device number 3 using xhci_hcd
[    9.127063] systemd[1]: Reached target Initrd /usr File System.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mInitrd /usr File System^[[0m.
[    9.156285] systemd[1]: Reached target Local File Systems.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mLocal File Systems^[[0m.
[    9.176279] systemd[1]: Reached target Slice Units.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSlice Units^[[0m.
[    9.200273] systemd[1]: Reached target Swaps.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSwaps^[[0m.
[    9.220264] systemd[1]: Reached target Timer Units.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mTimer Units^[[0m.
[    9.233248] usb 3-1.1: New USB device found, idVendor=1604, idProduct=10c0, bcdDevice= 0.00
[    9.241597] usb 3-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    9.241722] systemd[1]: Listening on D-Bus System Message Bus Socket.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mD-Bus System Message Bus Socket^[[0m.
[    9.272426] systemd[1]: Listening on Journal Socket (/dev/log).
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mJournal Socket (/dev/log)^[[0m.
[    9.292423] systemd[1]: Listening on Journal Socket.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mJourna[    9.300595] hub 3-1.1:1.0: USB hub found
l Socket^[[0m.
[    9.305746] hub 3-1.1:1.0: 4 ports detected
[    9.316436] systemd[1]: Listening on udev Control Socket.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mudev Control Socket^[[0m.
[    9.340378] systemd[1]: Listening on udev Kernel Socket.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mudev Kernel Socket^[[0m.
[    9.360277] systemd[1]: Reached target Socket Units.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSocket Units^[[0m.
[    9.392231] usb 3-1.4: new high-speed USB device number 4 using xhci_hcd
[    9.406158] systemd[1]: Starting Create List of Static Device Nodes...
         Starting ^[[0;1;39mCreate List of Static Device Nodes^[[0m...
[    9.430484] systemd[1]: Starting Journal Service...
         Starting ^[[0;1;39mJournal Service^[[0m...
[    9.449621] systemd[1]: Starting Load Kernel Modules...
         Starting ^[[0;1;39mLoad Kernel Modules^[[0m...
[    9.469581] systemd[1]: Starting Create System Users...
         Starting ^[[0;1;39mCreate System Users^[[0m...
[    9.489565] systemd[1]: Starting Setup Virtual Console...
         Starting ^[[0;1;39mSetup[    9.497244] usb 3-1.4: New USB device found, idVendor=1604, idProduct=10c0, bcdDevice= 0.00
 Virtual Console[    9.506131] usb 3-1.4: New USB device strings: Mfr=0, Product=0, SerialNumber=0
^[[0m...
[    9.525596] systemd[1]: Finished Create List of Static Device Nodes.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate List of Static Device Nodes^[[0m.
[    9.548485] systemd[1]: Started Journal Service.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mJournal Ser[    9.556594] hub 3-1.4:1.0: USB hub found
vice^[[0m.
[    9.561495] hub 3-1.4:1.0: 4 ports detected
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mLoad Kernel Modules^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mSetup Virtual Console^[[0m.
         Starting ^[[0;1;39mdracut cmdline hook^[[0m...
         Starting ^[[0;1;39mApply Kernel Variables^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mApply Kernel Variables^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate System Users^[[0m.
         Starting ^[[0;1;39mCreate Static Device Nodes in /dev^[[0m...
         Starting ^[[0;1;39mCreate Volatile Files and Directories^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mdracut cmdline hook^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate Static Device Nodes in /dev^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate Volatile Files and Directories^[[0m.
         Starting ^[[0;1;39mdracut pre-udev hook^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mdracut pre-udev hook^[[0m.
         Starting ^[[0;1;39mRule-based Manage…for Device Events and Files^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mRule-based Manager for Device Events and Files^[[0m.
         Starting ^[[0;1;39mColdplug All udev Devices^[[0m...
[^[[0;32m  OK  ^[[[   10.114555] wmi_bus wmi_bus-PNP0C14:00: [Firmware Bug]: WQBC data block query control method not found
0m] Finished ^[[0;1;39mColdplug A[   10.125871] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
ll udev Devices^[[   10.133166] sp5100-tco sp5100-tco: Using 0xfeb00000 for watchdog MMIO address
[0m.
[   10.141746] sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0)
[   10.150876] ccp 0000:46:00.1: no command queues available
[   10.156370] ccp 0000:46:00.1: sev enabled
[   10.160387] ccp 0000:46:00.1: psp enabled
[   10.168409] mpt3sas version 48.100.00.00 loaded
[   10.173495] mpt3sas_cm0: 63 BIT PCI BUS DMA ADDRESSING SUPPORTED, total mem (262456372 kB)
[^[[0;32m  OK  ^[[[   10.182608] ACPI: bus type drm_connector registered
0m] Reached targ[   10.188628] tg3 0000:c1:00.0 eth0: Tigon3 [partno(BCM95720) rev 5720000] (PCI Express) MAC address d0:8e:79:bb:95:90
et ^[[0;1;39mSyst[   10.199965] tg3 0000:c1:00.0 eth0: attached PHY is 5720C (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[1])
em Initializatio[   10.211225] tg3 0000:c1:00.0 eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[1] TSOcap[1]
n^[[0m.
[   10.220377] tg3 0000:c1:00.0 eth0: dma_rwctrl[00000001] dma_mask[64-bit]
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mNetwork^[[0m.
[   10.232784] mpt3sas_cm0: CurrentHostPageSize is 0: Setting default host page size to 4k
[   10.241072] mpt3sas_cm0: MSI-X vectors supported: 96
[   10.246050] 	 no of cores: 128, max_msix_vectors: -1
[   10.251020] mpt3sas_cm0:  0 96 96
[   10.258163] mpt3sas_cm0: High IOPs queues : disabled
[   10.261885] tg3 0000:c1:00.1 eth1: Tigon3 [partno(BCM95720) rev 5720000] (PCI Express) MAC address d0:8e:79:bb:95:91
[   10.263136] mpt3sas0-msix0: PCI-MSI-X enabled: IRQ 107
[   10.273645] tg3 0000:c1:00.1 eth1: attached PHY is 5720C (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[1])
[   10.278783] mpt3sas0-msix1: PCI-MSI-X enabled: IRQ 108
[   10.278785] mpt3sas0-msix2: PCI-MSI-X enabled: IRQ 109
[   10.278786] mpt3sas0-msix3: PCI-MSI-X enabled: IRQ 110
[   10.278788] mpt3sas0-msix4: PCI-MSI-X enabled: IRQ 111
[   10.278789] mpt3sas0-msix5: PCI-MSI-X enabled: IRQ 112
[   10.278791] mpt3sas0-msix6: PCI-MSI-X enabled: IRQ 113
[   10.278792] mpt3sas0-msix7: PCI-MSI-X enabled: IRQ 114
[   10.278793] mpt3sas0-msix8: PCI-MSI-X enabled: IRQ 115
[   10.278794] mpt3sas0-msix9: PCI-MSI-X enabled: IRQ 116
[   10.278795] mpt3sas0-msix10: PCI-MSI-X enabled: IRQ 117
[   10.278797] mpt3sas0-msix11: PCI-MSI-X enabled: IRQ 118
[   10.288611] tg3 0000:c1:00.1 eth1: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[1] TSOcap[1]
[   10.293752] mpt3sas0-msix12: PCI-MSI-X enabled: IRQ 119
[   10.298890] tg3 0000:c1:00.1 eth1: dma_rwctrl[00000001] dma_mask[64-bit]
[   10.304030] mpt3sas0-msix13: PCI-MSI-X enabled: IRQ 120
[   10.370295] mpt3sas0-msix14: PCI-MSI-X enabled: IRQ 121
[   10.370296] mpt3sas0-msix15: PCI-MSI-X enabled: IRQ 122
[   10.370298] mpt3sas0-msix16: PCI-MSI-X enabled: IRQ 123
[   10.370299] mpt3sas0-msix17: PCI-MSI-X enabled: IRQ 124
[   10.370301] mpt3sas0-msix18: PCI-MSI-X enabled: IRQ 125
[   10.370302] mpt3sas0-msix19: PCI-MSI-X enabled: IRQ 126
[   10.370303] mpt3sas0-msix20: PCI-MSI-X enabled: IRQ 127
[   10.370304] mpt3sas0-msix21: PCI-MSI-X enabled: IRQ 128
[   10.370306] mpt3sas0-msix22: PCI-MSI-X enabled: IRQ 129
[   10.370307] mpt3sas0-msix23: PCI-MSI-X enabled: IRQ 130
[   10.370308] mpt3sas0-msix24: PCI-MSI-X enabled: IRQ 131
[   10.370309] mpt3sas0-msix25: PCI-MSI-X enabled: IRQ 132
[   10.370311] mpt3sas0-msix26: PCI-MSI-X enabled: IRQ 133
[   10.370312] mpt3sas0-msix27: PCI-MSI-X enabled: IRQ 134
[   10.443518] mpt3sas0-msix28: PCI-MSI-X enabled: IRQ 135
[   10.443520] mpt3sas0-msix29: PCI-MSI-X enabled: IRQ 136
[   10.443522] mpt3sas0-msix30: PCI-MSI-X enabled: IRQ 137
[   10.443523] mpt3sas0-msix31: PCI-MSI-X enabled: IRQ 138
[   10.443524] mpt3sas0-msix32: PCI-MSI-X enabled: IRQ 139
[   10.443525] mpt3sas0-msix33: PCI-MSI-X enabled: IRQ 140
[   10.443526] mpt3sas0-msix34: PCI-MSI-X enabled: IRQ 141
[   10.443528] mpt3sas0-msix35: PCI-MSI-X enabled: IRQ 142
[   10.443529] mpt3sas0-msix36: PCI-MSI-X enabled: IRQ 143
[   10.443530] mpt3sas0-msix37: PCI-MSI-X enabled: IRQ 144
[   10.443532] mpt3sas0-msix38: PCI-MSI-X enabled: IRQ 145
[   10.443533] mpt3sas0-msix39: PCI-MSI-X enabled: IRQ 146
[   10.443534] mpt3sas0-msix40: PCI-MSI-X enabled: IRQ 147
[   10.443535] mpt3sas0-msix41: PCI-MSI-X enabled: IRQ 148
[   10.443536] mpt3sas0-msix42: PCI-MSI-X enabled: IRQ 149
[   10.443538] mpt3sas0-msix43: PCI-MSI-X enabled: IRQ 150
[   10.443539] mpt3sas0-msix44: PCI-MSI-X enabled: IRQ 151
[   10.443540] mpt3sas0-msix45: PCI-MSI-X enabled: IRQ 152
[   10.443541] mpt3sas0-msix46: PCI-MSI-X enabled: IRQ 153
[   10.443542] mpt3sas0-msix47: PCI-MSI-X enabled: IRQ 154
[   10.443544] mpt3sas0-msix48: PCI-MSI-X enabled: IRQ 155
[   10.443545] mpt3sas0-msix49: PCI-MSI-X enabled: IRQ 156
[   10.443546] mpt3sas0-msix50: PCI-MSI-X enabled: IRQ 157
[   10.443547] mpt3sas0-msix51: PCI-MSI-X enabled: IRQ 158
[   10.443548] mpt3sas0-msix52: PCI-MSI-X enabled: IRQ 159
[   10.443549] mpt3sas0-msix53: PCI-MSI-X enabled: IRQ 160
[   10.443551] mpt3sas0-msix54: PCI-MSI-X enabled: IRQ 161
[   10.443552] mpt3sas0-msix55: PCI-MSI-X enabled: IRQ 162
[   10.443553] mpt3sas0-msix56: PCI-MSI-X enabled: IRQ 163
[   10.443554] mpt3sas0-msix57: PCI-MSI-X enabled: IRQ 164
[   10.443555] mpt3sas0-msix58: PCI-MSI-X enabled: IRQ 165
[   10.443557] mpt3sas0-msix59: PCI-MSI-X enabled: IRQ 166
[   10.443558] mpt3sas0-msix60: PCI-MSI-X enabled: IRQ 167
[   10.443559] mpt3sas0-msix61: PCI-MSI-X enabled: IRQ 168
[   10.443560] mpt3sas0-msix62: PCI-MSI-X enabled: IRQ 169
[   10.443563] mpt3sas0-msix63: PCI-MSI-X enabled: IRQ 170
[   10.443564] mpt3sas0-msix64: PCI-MSI-X enabled: IRQ 171
[   10.443566] mpt3sas0-msix65: PCI-MSI-X enabled: IRQ 172
[   10.443567] mpt3sas0-msix66: PCI-MSI-X enabled: IRQ 173
[   10.443568] mpt3sas0-msix67: PCI-MSI-X enabled: IRQ 174
[   10.443569] mpt3sas0-msix68: PCI-MSI-X enabled: IRQ 175
[   10.443570] mpt3sas0-msix69: PCI-MSI-X enabled: IRQ 176
[   10.443571] mpt3sas0-msix70: PCI-MSI-X enabled: IRQ 177
[   10.443573] mpt3sas0-msix71: PCI-MSI-X enabled: IRQ 178
[   10.443574] mpt3sas0-msix72: PCI-MSI-X enabled: IRQ 179
[   10.443575] mpt3sas0-msix73: PCI-MSI-X enabled: IRQ 180
[   10.443576] mpt3sas0-msix74: PCI-MSI-X enabled: IRQ 181
[   10.443577] mpt3sas0-msix75: PCI-MSI-X enabled: IRQ 182
[   10.443579] mpt3sas0-msix76: PCI-MSI-X enabled: IRQ 183
[   10.443580] mpt3sas0-msix77: PCI-MSI-X enabled: IRQ 184
[   10.443581] mpt3sas0-msix78: PCI-MSI-X enabled: IRQ 185
[   10.443582] mpt3sas0-msix79: PCI-MSI-X enabled: IRQ 186
[   10.443584] mpt3sas0-msix80: PCI-MSI-X enabled: IRQ 187
[   10.553562] ------------[ cut here ]------------
[   10.558565] mpt3sas0-msix81: PCI-MSI-X enabled: IRQ 188
[   10.558567] mpt3sas0-msix82: PCI-MSI-X enabled: IRQ 189
[   10.558568] mpt3sas0-msix83: PCI-MSI-X enabled: IRQ 190
[   10.558570] mpt3sas0-msix84: PCI-MSI-X enabled: IRQ 191
[   10.563795] WARNING: CPU: 0 PID: 9 at drivers/video/fbdev/core/fbmem.c:467 unregister_framebuffer+0x28/0xf0
[   10.569022] mpt3sas0-msix85: PCI-MSI-X enabled: IRQ 192
[   10.569024] mpt3sas0-msix86: PCI-MSI-X enabled: IRQ 193
[   10.574247] Modules linked in: mgag200(+) i2c_algo_bit drm_shmem_helper drm_kms_helper
[   10.579474] mpt3sas0-msix87: PCI-MSI-X enabled: IRQ 194
[   10.584698]  crct10dif_pclmul crc32_pclmul ghash_clmulni_intel sha512_ssse3
[   10.589926] mpt3sas0-msix88: PCI-MSI-X enabled: IRQ 195
[   10.595151]  mpt3sas(+) sha256_ssse3 drm
[   10.600379] mpt3sas0-msix89: PCI-MSI-X enabled: IRQ 196
[   10.605605]  tg3 sha1_ssse3 raid_class
[   10.610830] mpt3sas0-msix90: PCI-MSI-X enabled: IRQ 197
[   10.616054]  ccp(+) sp5100_tco scsi_transport_sas wmi
[   10.621281] mpt3sas0-msix91: PCI-MSI-X enabled: IRQ 198
[   10.621283] mpt3sas0-msix92: PCI-MSI-X enabled: IRQ 199
[   10.626506]  dm_mirror dm_region_hash dm_log
[   10.631731] mpt3sas0-msix93: PCI-MSI-X enabled: IRQ 200
[   10.636959]  msr autofs4
[   10.642185] mpt3sas0-msix94: PCI-MSI-X enabled: IRQ 201
[   10.647410]  aesni_intel crypto_simd cryptd
[   10.652638] mpt3sas0-msix95: PCI-MSI-X enabled: IRQ 202
[   10.657861] 
[   10.657863] CPU: 0 UID: 0 PID: 9 Comm: kworker/0:1 Not tainted 6.11.0-rc5-next-20240829-b18bbfc14a-000fda4e3fa #1
[   10.663089] mpt3sas_cm0: iomem(0x00000000e2100000), mapped(0x000000003dab51c8), size(65536)
[   10.668314] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[   10.668316] Workqueue: events work_for_cpu_fn
[   10.673539] mpt3sas_cm0: ioport(0x0000000000001000), size(256)
[   10.678765] 
[   10.678766] RIP: 0010:unregister_framebuffer+0x28/0xf0
[   10.731350] mpt3sas_cm0: CurrentHostPageSize is 0: Setting default host page size to 4k
[   10.735643] Code: 90 90 f3 0f 1e fa 0f 1f 44 00 00 55 48 89 e5 41 54 49 89 fc 48 c7 c7 c0 c1 a3 b8 e8 a2 1c 6e 00 49 63 44 24 04 83 f8 1f 76 78 <0f> 0b 49 8b bc 24 d0 01 00 00 48 85 ff 74 0b 41 f6 84 24 ec 01 00
[   10.740867] mpt3sas_cm0: sending message unit reset !!
[   10.742377] mpt3sas_cm0: message unit reset: SUCCESS
[   10.746095] RSP: 0018:ffffaf148021fbb0 EFLAGS: 00010286
[   10.774471] mpt3sas_cm0: scatter gather: sge_in_main_msg(1), sge_per_chain(7), sge_per_io(128), chains_per_io(19)
[   10.779417] RAX: 0000000000000000 RBX: ffff8abb55f445c0 RCX: ffff8abb55f44840
[   10.787605] mpt3sas_cm0: request pool(0x00000000ad4fb1fc) - dma(0xe0600000): depth(9700), frame_size(128), pool_size(1212 kB)
[   10.791604] RDX: ffff8abb46cf19c0 RSI: ffff8abb55f44868 RDI: ffffffffb8a3c1c0
[   10.791606] RBP: ffffaf148021fbb8 R08: ffffffffb8599839 R09: 0000000000000010
[   10.820616] mpt3sas_cm0: sense pool(0x00000000962bc9dc) - dma(0xdef00000): depth(9463), element_size(96), pool_size (887 kB)
[   10.825237] R10: ffff8abb5ad896b0 R11: 0000000000000004 R12: ffff8abb5ad26800
[   10.829609] mpt3sas_cm0: reply pool(0x000000001b009b99) - dma(0xdec00000): depth(9764), frame_size(128), pool_size(1220 kB)
[   10.834737] R13: ffffaf148021fc20 R14: ffff8abb5ad89410 R15: 0000000000000206
[   10.837287] mpt3sas_cm0: config page(0x000000005aee8fec) - dma(0xdebee000): size(512)
[   10.842500] FS:  0000000000000000(0000) GS:ffff8ada3ee00000(0000) knlGS:0000000000000000
[   10.846686] mpt3sas_cm0: Allocated physical memory: size(40437 kB)
[   10.851910] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[   10.851912] CR2: 00007f55c48a5920 CR3: 000000011fd9c003 CR4: 0000000000770ef0
[   10.853410] mpt3sas_cm0: Current Controller Queue Depth(9460),Max Controller Queue Depth(9584)
[   10.863666] PKRU: 55555554
[   10.872010] mpt3sas_cm0: Scatter Gather Elements per IO(128)
[   10.910030] mpt3sas_cm0: _base_display_fwpkg_version: complete
[   10.923231] Call Trace:
[   10.928366] mpt3sas_cm0: FW Package Ver(16.17.01.00)
[   10.928661] mpt3sas_cm0: LSISAS3008: FWVersion(16.00.11.00), ChipRevision(0x02)
[   10.933333]  <TASK>
[   10.933336]  ? show_regs+0x6d/0x80
[   10.938557] mpt3sas_cm0: Protocol=(Initiator
[   10.948810]  ? __warn+0x91/0x140
[   10.948815]  ? unregister_framebuffer+0x28/0xf0
[   10.948818]  ? report_bug+0x193/0x1a0
[   10.955953] ,Target), Capabilities=(TLR
[   10.967246]  ? handle_bug+0x63/0xa0
[   10.974376] ,EEDP,Snapshot Buffer
[   10.981511]  ? exc_invalid_op+0x1d/0x80
[   10.992714] ,Diag Trace Buffer,Task Set Full
[   10.999846]  ? asm_exc_invalid_op+0x1f/0x30
[   11.010966] ,NCQ
[   11.018103]  ? unregister_framebuffer+0x28/0xf0
[   11.025923] )
[   11.025978] scsi host8: Fusion MPT SAS Host
[   11.034013]  devm_unregister_framebuffer+0x12/0x20
[   11.042013] mpt3sas_cm0: sending port enable !!
[   11.045937]  devm_action_release+0x19/0x20
[   11.045942]  release_nodes+0x4a/0xc0
[   11.053478] mpt3sas_cm0: hba_port entry: 00000000c4ca5e87, port: 255 is added to hba_port list
[   11.061683]  devres_release_all+0x9f/0xe0
[   11.061688]  device_unbind_cleanup+0x12/0x80
[   11.065482] mpt3sas_cm0: host_add: handle(0x0001), sas_addr(0x52cea7f0be87bf00), phys(8)
[   11.070056]  device_release_driver_internal+0x1ca/0x210
[   11.076234] mpt3sas_cm0: handle(0xa) sas_address(0x4433221100000000) port_type(0x1)
[   11.078343]  device_release_driver+0x16/0x20
[   11.084507] scsi 8:0:0:0: Direct-Access     ATA      MTFDDAK960TDT    J004 PQ: 0 ANSI: 6
[   11.090612]  bus_remove_device+0xcf/0x130
[   11.092719] scsi 8:0:0:0: SATA: handle(0x000a), sas_addr(0x4433221100000000), phy(0), device_name(0x500a075131911ad0)
[   11.096120]  device_del+0x16a/0x3c0
[   11.100383] scsi 8:0:0:0: enclosure logical id (0x52cea7f0be87bf00), slot(1) 
[   11.100385] scsi 8:0:0:0: enclosure level(0x0001), connector name(     )
[   11.100436] scsi 8:0:0:0: atapi(n), ncq(y), asyn_notify(n), smart(y), fua(y), sw_preserve(y)
[   11.103615]  ? srso_alias_return_thunk+0x5/0xfbef5
[   11.108144] scsi 8:0:0:0: qdepth(32), tagged(1), scsi_level(7), cmd_que(1)
[   11.111812]  platform_device_del.part.0+0x18/0x80
[   11.123612]  end_device-8:0: add: handle(0x000a), sas_addr(0x4433221100000000)
[   11.126299]  platform_device_unregister+0x24/0x40
[   11.130693] mpt3sas_cm0: handle(0xc) sas_address(0x58ce38ee219651a2) port_type(0x1)
[   11.134757]  sysfb_disable+0x5c/0xa0
[   11.137092] scsi 8:0:1:0: Direct-Access     KIOXIA   KPM6WVUG960G     BD08 PQ: 0 ANSI: 6
[   11.141137]  aperture_remove_conflicting_pci_devices+0x31/0xa0
[   11.142721] scsi 8:0:1:0: SSP: handle(0x000c), sas_addr(0x58ce38ee219651a2), phy(4), device_name(0x58ce38ee219651a0)
[   11.146901]  drm_aperture_remove_conflicting_pci_framebuffers+0x19/0x20 [drm]
[   11.151680] scsi 8:0:1:0: enclosure logical id (0x52cea7f0be87bf00), slot(0) 
[   11.151682] scsi 8:0:1:0: enclosure level(0x0001), connector name(     )
[   11.151687] scsi 8:0:1:0: qdepth(254), tagged(1), scsi_level(7), cmd_que(1)
[   11.156218]  mgag200_pci_probe+0x27/0x190 [mgag200]
[   11.161949]  end_device-8:1: add: handle(0x000c), sas_addr(0x58ce38ee219651a2)
[   11.163894]  local_pci_probe+0x4f/0xb0
[   11.172621] mpt3sas_cm0: handle(0xb) sas_address(0x4433221106000000) port_type(0x1)
[   11.176513]  work_for_cpu_fn+0x1e/0x30
[   11.181917] scsi 8:0:2:0: Direct-Access     ATA      MTFDDAK960TDT    J004 PQ: 0 ANSI: 6
[   11.188872]  process_one_work+0x17b/0x3b0
[   11.194097] scsi 8:0:2:0: SATA: handle(0x000b), sas_addr(0x4433221106000000), phy(6), device_name(0x500a075131911a6f)
[   11.201749]  ? __pfx_worker_thread+0x10/0x10
[   11.206012] scsi 8:0:2:0: enclosure logical id (0x52cea7f0be87bf00), slot(2) 
[   11.206013] scsi 8:0:2:0: enclosure level(0x0001), connector name(     )
[   11.206063] scsi 8:0:2:0: atapi(n), ncq(y), asyn_notify(n), smart(y), fua(y), sw_preserve(y)
[   11.214102]  worker_thread+0x2a0/0x3a0
[   11.218110] scsi 8:0:2:0: qdepth(32), tagged(1), scsi_level(7), cmd_que(1)
[   11.228710]  ? __pfx_worker_thread+0x10/0x10
[   11.240133]  end_device-8:2: add: handle(0x000b), sas_addr(0x4433221106000000)
[   11.246036]  kthread+0xe8/0x120
[   11.272226] mpt3sas_cm0: port enable: SUCCESS
[   11.278058]  ? __pfx_kthread+0x10/0x10
[   11.283068] sd 8:0:0:0: Attached scsi generic sg0 type 0
[   11.283606] sd 8:0:0:0: [sda] 1875385008 512-byte logical blocks: (960 GB/894 GiB)
[   11.283610] sd 8:0:0:0: [sda] 4096-byte physical blocks
[   11.285619] sd 8:0:0:0: [sda] Write Protect is off
[   11.286910] sd 8:0:0:0: [sda] Write cache: enabled, read cache: enabled, supports DPO and FUA
[   11.290419]  ret_from_fork+0x40/0x60
[   11.294190] scsi 8:0:1:0: Attached scsi generic sg1 type 0
[   11.294406] sd 8:0:1:0: [sdb] 1875385008 512-byte logical blocks: (960 GB/894 GiB)
[   11.294410] sd 8:0:1:0: [sdb] 4096-byte physical blocks
[   11.294591] sd 8:0:1:0: [sdb] Write Protect is off
[   11.294802] sd 8:0:1:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[   11.302084]  ? __pfx_kthread+0x10/0x10
[   11.308111] scsi 8:0:2:0: Attached scsi generic sg2 type 0
[   11.308671] sd 8:0:2:0: [sdc] 1875385008 512-byte logical blocks: (960 GB/894 GiB)
[   11.308674] sd 8:0:2:0: [sdc] 4096-byte physical blocks
[   11.310675] sd 8:0:2:0: [sdc] Write Protect is off
[   11.311965] sd 8:0:2:0: [sdc] Write cache: enabled, read cache: enabled, supports DPO and FUA
[   11.318438]  ret_from_fork_asm+0x1a/0x30
[   11.562677]  </TASK>
[   11.562679] ---[ end trace 0000000000000000 ]---
[   11.562683] BUG: kernel NULL pointer dereference, address: 0000000000000000
[   11.562685] #PF: supervisor read access in kernel mode
[   11.562687] #PF: error_code(0x0000) - not-present page
[   11.586717] PGD 0 P4D 0 
[   11.589257] Oops: Oops: 0000 [#1] PREEMPT SMP NOPTI
[   11.594136] CPU: 0 UID: 0 PID: 9 Comm: kworker/0:1 Tainted: G        W          6.11.0-rc5-next-20240829-b18bbfc14a-000fda4e3fa #1
[   11.605864] Tainted: [W]=WARN
[   11.605865] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[   11.605866] Workqueue: events work_for_cpu_fn
[   11.605869] RIP: 0010:fb_destroy_modelist+0x1a/0x70
[   11.625700] Code: 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 f3 0f 1e fa 0f 1f 44 00 00 55 48 89 e5 41 56 41 55 41 54 49 89 fc 53 48 8b 3f <48> 8b 1f 49 39 fc 74 36 49 be 00 01 00 00 00 00 ad de 49 bd 22 01
[   11.625702] RSP: 0018:ffffaf148021fb80 EFLAGS: 00010246
[   11.625705] RAX: 0000000000000000 RBX: ffff8abb55f445c0 RCX: ffff8abb55f44840
[   11.656785] RDX: ffff8abb46cf19c0 RSI: ffff8abb55f44868 RDI: 0000000000000000
[   11.663918] RBP: ffffaf148021fba0 R08: ffffffffb8599839 R09: 0000000000000010
[   11.671050] R10: ffff8abb5ad896b0 R11: 0000000000000004 R12: ffff8abb5ad26a88
[   11.678174] R13: ffffaf148021fc20 R14: ffff8abb5ad89410 R15: 0000000000000206
[   11.685308] FS:  0000000000000000(0000) GS:ffff8ada3ee00000(0000) knlGS:0000000000000000
[   11.693391] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[   11.699130] CR2: 0000000000000000 CR3: 000000011fd9c003 CR4: 0000000000770ef0
[   11.706262] PKRU: 55555554
[   11.708976] Call Trace:
[   11.711427]  <TASK>
[   11.713524]  ? show_regs+0x6d/0x80
[   11.716930]  ? __die+0x29/0x70
[   11.719991]  ? page_fault_oops+0x15d/0x4f0
[   11.724089]  ? _printk+0x5c/0x80
[   11.727324]  ? do_user_addr_fault+0x317/0x690
[   11.731682]  ? unregister_framebuffer+0x28/0xf0
[   11.736215]  ? exc_page_fault+0x7c/0x1b0
[   11.740141]  ? asm_exc_page_fault+0x2b/0x30
[   11.744329]  ? fb_destroy_modelist+0x1a/0x70
[   11.748600]  unregister_framebuffer+0x4f/0xf0
[   11.752958]  devm_unregister_framebuffer+0x12/0x20
[   11.757750]  devm_action_release+0x19/0x20
[   11.761849]  release_nodes+0x4a/0xc0
[   11.765428]  devres_release_all+0x9f/0xe0
[   11.769442]  device_unbind_cleanup+0x12/0x80
[   11.773712]  device_release_driver_internal+0x1ca/0x210
[   11.778939]  device_release_driver+0x16/0x20
[   11.783212]  bus_remove_device+0xcf/0x130
[   11.787224]  device_del+0x16a/0x3c0
[   11.790717]  ? srso_alias_return_thunk+0x5/0xfbef5
[   11.795509]  platform_device_del.part.0+0x18/0x80
[   11.800215]  platform_device_unregister+0x24/0x40
[   11.804922]  sysfb_disable+0x5c/0xa0
[   11.808501]  aperture_remove_conflicting_pci_devices+0x31/0xa0
[   11.814335]  drm_aperture_remove_conflicting_pci_framebuffers+0x19/0x20 [drm]
[   11.821484]  mgag200_pci_probe+0x27/0x190 [mgag200]
[   11.826364]  local_pci_probe+0x4f/0xb0
[   11.830115]  work_for_cpu_fn+0x1e/0x30
[   11.833868]  process_one_work+0x17b/0x3b0
[   11.837880]  ? __pfx_worker_thread+0x10/0x10
[   11.842152]  worker_thread+0x2a0/0x3a0
[   11.845904]  ? __pfx_worker_thread+0x10/0x10
[   11.850176]  kthread+0xe8/0x120
[   11.853314]  ? __pfx_kthread+0x10/0x10
[   11.857069]  ret_from_fork+0x40/0x60
[   11.860646]  ? __pfx_kthread+0x10/0x10
[   11.864398]  ret_from_fork_asm+0x1a/0x30
[   11.868328]  </TASK>
[   11.870516] Modules linked in: mgag200(+) i2c_algo_bit drm_shmem_helper drm_kms_helper crct10dif_pclmul crc32_pclmul ghash_clmulni_intel sha512_ssse3 mpt3sas sha256_ssse3 drm tg3 sha1_ssse3 raid_class ccp(+) sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[   11.898381] CR2: 0000000000000000
[   11.901700] ---[ end trace 0000000000000000 ]---
[   13.759406] clocksource: Long readout interval, skipping watchdog check: cs_nsec: 2275181996 wd_nsec: 2275181342
[   13.781329] pstore: backend (erst) writing error (-28)
[   13.791075] RIP: 0010:fb_destroy_modelist+0x1a/0x70
[   13.795955] Code: 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 f3 0f 1e fa 0f 1f 44 00 00 55 48 89 e5 41 56 41 55 41 54 49 89 fc 53 48 8b 3f <48> 8b 1f 49 39 fc 74 36 49 be 00 01 00 00 00 00 ad de 49 bd 22 01
[   13.814700] RSP: 0018:ffffaf148021fb80 EFLAGS: 00010246
[   13.819925] RAX: 0000000000000000 RBX: ffff8abb55f445c0 RCX: ffff8abb55f44840
[   13.827049] RDX: ffff8abb46cf19c0 RSI: ffff8abb55f44868 RDI: 0000000000000000
[   13.834173] RBP: ffffaf148021fba0 R08: ffffffffb8599839 R09: 0000000000000010
[   13.841298] R10: ffff8abb5ad896b0 R11: 0000000000000004 R12: ffff8abb5ad26a88
[   13.848429] R13: ffffaf148021fc20 R14: ffff8abb5ad89410 R15: 0000000000000206
[   13.855553] FS:  0000000000000000(0000) GS:ffff8ada3ee00000(0000) knlGS:0000000000000000
[   13.863638] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[   13.869377] CR2: 0000000000000000 CR3: 000000011fd9c003 CR4: 0000000000770ef0
[   13.876511] PKRU: 55555554
[   13.879221] note: kworker/0:1[9] exited with irqs disabled
[   13.921547]  sdb: sdb1 sdb2
[   13.922184]  sdc: sdc1 sdc2
[   13.922288]  sda: sda1 sda2 sda3 sda4 sda5 sda6 sda7
[   13.922738] sd 8:0:0:0: [sda] Attached SCSI disk
[   13.924567] sd 8:0:1:0: [sdb] Attached SCSI disk
[   13.927369] sd 8:0:2:0: [sdc] Attached SCSI disk
[   13.939955] ccp 0000:46:00.1: SEV API:1.55 build:17
[   13.950889] ccp 0000:46:00.1: SEV-SNP API:1.55 build:17
[  611.892258] usb 3-1.2: new high-speed USB device number 5 using xhci_hcd
[  612.013298] usb 3-1.2: New USB device found, idVendor=413c, idProduct=0006, bcdDevice= 0.00
[  612.021665] usb 3-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  612.028973] usb 3-1.2: Product: DRAC 5 Virtual Keyboard and Mouse
[  612.035066] usb 3-1.2: Manufacturer: DELL
[  612.039079] usb 3-1.2: SerialNumber: DELL413C-1
[  612.191062] hid: raw HID events driver (C) Jiri Kosina
[  612.207394] usbcore: registered new interface driver usbhid
[  612.212976] usbhid: USB HID core driver
[  612.218154] usbcore: registered new interface driver usbmouse
[  612.224335] usbcore: registered new interface driver usbkbd
[  612.232423] input: DELL DRAC 5 Virtual Keyboard and Mouse as /devices/pci0000:40/0000:40:08.1/0000:46:00.3/usb3/3-1/3-1.2/3-1.2:1.0/0003:413C:0006.0001/input/input1
[  612.247243] hid-generic 0003:413C:0006.0001: input,hidraw0: USB HID v1.01 Mouse [DELL DRAC 5 Virtual Keyboard and Mouse] on usb-0000:46:00.3-1.2/input0
[  612.260915] input: DELL DRAC 5 Virtual Keyboard and Mouse as /devices/pci0000:40/0000:40:08.1/0000:46:00.3/usb3/3-1/3-1.2/3-1.2:1.1/0003:413C:0006.0002/input/input2
[  612.332393] hid-generic 0003:413C:0006.0002: input,hidraw1: USB HID v1.01 Keyboard [DELL DRAC 5 Virtual Keyboard and Mouse] on usb-0000:46:00.3-1.2/input1
^[[c^[[2J^[[01;01H^[[=3h^[[2J^[[01;01HKEY MAPPING FOR CONSOLE REDIRECTION:

Use the <ESC><1> key sequence for <F1>
Use the <ESC><2> key sequence for <F2>
Use the <ESC><3> key sequence for <F3>
Use the <ESC><0> key sequence for <F10>
Use the <ESC><!> key sequence for <F11>
Use the <ESC><@> key sequence for <F12>

Use the <ESC><Ctrl><M> key sequence for <Ctrl><M>
Use the <ESC><Ctrl><H> key sequence for <Ctrl><H>
Use the <ESC><Ctrl><I> key sequence for <Ctrl><I>
Use the <ESC><Ctrl><J> key sequence for <Ctrl><J>

Use the <ESC><X><X> key sequence for <Alt><x>, where x is any letter
key, and X is the upper case of that key

Use the <ESC><R><ESC><r><ESC><R> key sequence for <Ctrl><Alt><Del>

Press the spacebar to pause...
Initializing PCIe, USB, and Video... Done
PowerEdge R6515
BIOS Version: 2.14.1
Console Redirection Enabled Requested by iDRAC

F2	 = System Setup
F10	 = Lifecycle Controller (Config
	   iDRAC, Update FW, Install OS)
F11	 = Boot Manager
F12	 = PXE Boot
iDRAC IPV4:  10.86.18.202 [Dedicated]
                                
Initializing Firmware Interfaces...
 





Enumerating Boot options...
Enumerating Boot options... Done
Loading Lifecycle Controller Drivers...
Loading Lifecycle Controller Drivers...Done
Lifecycle Controller: Collecting System Inventory...

iDRAC IPV4:  10.86.18.202 [Dedicated]

^[[2J^[[01;01HLifecycle Controller: Done
Booting...
^[[2J^[[01;01HBooting from Integrated Storage Controller 1: Red Hat Enterprise Linux
^[[0m^[[30m^[[40m^[[2J^[[01;01H^[[0m^[[37m^[[40m^[[20;07HUse the ^ and v keys to change the selection.                       
\r      Press 'e' to edit the selected item, or 'c' for a command prompt.   
\r      Press Escape to return to the previous menu.                        ^[[04;80H ^[[0m^[[30m^[[47m^[[04;01H      Red Hat Enterprise Linux (6.11.0-rc5-next-20240829-b18bbfc14a-000fda4e3f>
\r^[[05;01H^[[0m^[[37m^[[40m^[[04;79H^[[05;01H      Red Hat Enterprise Linux (6.11.0-rc5-next-20240828-195a402a75-c0ceb24fe8>
\r^[[06;01H^[[05;79H^[[06;01H      Red Hat Enterprise Linux (6.11.0-rc5-next-20240827-6f92374805-5e2d8ff675>
\r^[[07;01H^[[06;79H^[[07;01H      Red Hat Enterprise Linux (6.11.0-rc5-next-20240826-1ca4237ad9-2892a62bcd>
\r^[[08;01H^[[07;79H^[[08;01H      Red Hat Enterprise Linux (6.11.0-rc4-next-20240823-c79c85875f-029ca5dd36>
\r^[[09;01H^[[08;79H^[[09;01H      Red Hat Enterprise Linux (6.11.0-rc4-next-20240822-6a7917c89f-5b91b02e84>
\r^[[10;01H^[[09;79H^[[10;01H      Red Hat Enterprise Linux (6.11.0-rc4-next-20240821-eb8c5ca373-80383d4) 9>
\r^[[11;01H^[[10;79H^[[11;01H      Red Hat Enterprise Linux (6.11.0-rc4-next-20240820-bb1b0acdcd-35e1183) 9>
\r^[[12;01H^[[11;79H^[[12;01H      Red Hat Enterprise Linux (6.11.0-rc4-next-20240819-469f1bad3c-21a1019) 9>
\r^[[13;01H^[[12;79H^[[13;01H      Red Hat Enterprise Linux (6.11.0-rc4-d2bafcf224-d2bafcf224f) 9.1 (Plow)  ^[[13;79H^[[14;01H      Red Hat Enterprise Linux (6.11.0-rc3-next-20240816-367b5c3d53-d2011f6) 9>
\r^[[15;01H^[[14;79H^[[15;01H      Red Hat Enterprise Linux (6.11.0-rc3-next-20240815-edd1ec2e3a-c1aea8f) 9>
\r^[[16;01H^[[15;79H^[[16;01H      Red Hat Enterprise Linux (6.11.0-rc3-next-20240814-320eb81df4-1977f33) 9>
\r^[[17;01H^[[16;79H^[[17;01H      Red Hat Enterprise Linux (6.11.0-rc3-next-20240813-033a469170-91a7547) 9>
\r^[[18;01H^[[17;79H^[[18;01H      Red Hat Enterprise Linux (6.11.0-rc3-df6cbc62cc-df6cbc6) 9.1 (Plow)      ^[[18;79H^[[18;80Hv^[[04;79H^[[23;01H   The selected entry will be started automatically in 5s.                     ^[[04;79H^[[23;01H   The selected entry will be started automatically in 4s.                     ^[[04;79H^[[23;01H   The selected entry will be started automatically in 3s.                     ^[[04;79H^[[23;01H   The selected entry will be started automatically in 2s.                     ^[[04;79H^[[23;01H   The selected entry will be started automatically in 1s.                     ^[[04;79H^[[23;01H   The selected entry will be started automatically in 0s.                     ^[[04;79H^[[0m^[[30m^[[40m^[[2J^[[01;01H^[[0m^[[37m^[[40m^[[0m^[[30m^[[40m^[[2J^[[01;01H^[[0m^[[37m^[[40m[    0.000000] Linux version 6.11.0-rc5-next-20240829-b18bbfc14a-000fda4e3fa (root@hostname.amd.com) (gcc (GCC) 11.4.1 20231218 (Red Hat 11.4.1-3), GNU ld version 2.35.2-43.el9) #1 SMP PREEMPT_DYNAMIC Thu Aug 29 13:11:33 IST 2024
[    0.000000] Command line: BOOT_IMAGE=(hd0,gpt6)/vmlinuz-6.11.0-rc5-next-20240829-b18bbfc14a-000fda4e3fa root=/dev/mapper/rhel_hostname-root ro selinux=0 console=ttyS0,115200n8 earlyprintk=ttyS0,115200 net.ifnames=0 biosdevname=0 swiotlb=131072 kvm_amd.debug_swap=0 mem_encrypt=off
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Hygon HygonGenuine
[    0.000000]   Centaur CentaurHauls
[    0.000000]   zhaoxin   Shanghai  
[    0.000000] SEV-SNP: RMP table physical range [0x0000000015e00000 - 0x00000000566fffff]
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000008efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000008f000-0x000000000008ffff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000000090000-0x000000000009ffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000015dfffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000015e00000-0x00000000566fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000056700000-0x00000000567fbfff] usable
[    0.000000] BIOS-e820: [mem 0x00000000567fc000-0x00000000567fcfff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000567fd000-0x000000005a14afff] usable
[    0.000000] BIOS-e820: [mem 0x000000005a14b000-0x000000005a34afff] reserved
[    0.000000] BIOS-e820: [mem 0x000000005a34b000-0x0000000067acefff] usable
[    0.000000] BIOS-e820: [mem 0x0000000067acf000-0x000000006dfcefff] reserved
[    0.000000] BIOS-e820: [mem 0x000000006dfcf000-0x000000006edfefff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000006edff000-0x000000006effefff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000006efff000-0x000000006effffff] usable
[    0.000000] BIOS-e820: [mem 0x000000006f000000-0x000000006f00afff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000006f00b000-0x000000006fffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000070000000-0x000000008fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000aa000000-0x00000000aaffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000c5000000-0x00000000c5ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000e0ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fd000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000207fcfffff] usable
[    0.000000] BIOS-e820: [mem 0x000000207fd00000-0x000000207fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000002080000000-0x000000407f1fffff] usable
[    0.000000] BIOS-e820: [mem 0x000000407f200000-0x000000407fffffff] reserved
[    0.000000] printk: legacy bootconsole [earlyser0] enabled
[    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-0x000000000008efff] usable
[    0.000000] reserve setup_data: [mem 0x000000000008f000-0x000000000008ffff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x0000000000090000-0x000000000009ffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000000100000-0x0000000000b4b01f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000b4b020-0x0000000000b5305f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000b53060-0x0000000000b5401f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000b54020-0x0000000000b8645f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000b86460-0x0000000000b8701f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000b87020-0x0000000000bb945f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000bb9460-0x0000000000bba01f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000bba020-0x0000000000bffe5f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000bffe60-0x0000000015dfffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000015e00000-0x00000000566fffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000056700000-0x00000000567fbfff] usable
[    0.000000] reserve setup_data: [mem 0x00000000567fc000-0x00000000567fcfff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000567fd000-0x000000005a14afff] usable
[    0.000000] reserve setup_data: [mem 0x000000005a14b000-0x000000005a34afff] reserved
[    0.000000] reserve setup_data: [mem 0x000000005a34b000-0x0000000067acefff] usable
[    0.000000] reserve setup_data: [mem 0x0000000067acf000-0x000000006dfcefff] reserved
[    0.000000] reserve setup_data: [mem 0x000000006dfcf000-0x000000006edfefff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x000000006edff000-0x000000006effefff] ACPI data
[    0.000000] reserve setup_data: [mem 0x000000006efff000-0x000000006effffff] usable
[    0.000000] reserve setup_data: [mem 0x000000006f000000-0x000000006f00afff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x000000006f00b000-0x000000006fffffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000070000000-0x000000008fffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000aa000000-0x00000000aaffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000c5000000-0x00000000c5ffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000e0000000-0x00000000e0ffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fd000000-0x00000000ffffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000207fcfffff] usable
[    0.000000] reserve setup_data: [mem 0x000000207fd00000-0x000000207fffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000002080000000-0x000000407f1fffff] usable
[    0.000000] reserve setup_data: [mem 0x000000407f200000-0x000000407fffffff] reserved
[    0.000000] efi: EFI v2.7 by Dell Inc.
[    0.000000] efi: ACPI=0x6effe000 ACPI 2.0=0x6effe014 MEMATTR=0x63f3c4a0 SMBIOS=0x6979e000 SMBIOS 3.0=0x6979c000 MOKvar=0x67bcc000 RNG=0x6efb4020 
[    0.000000] random: crng init done
[    0.000000] efi: Remove mem56: MMIO range=[0x80000000-0x8fffffff] (256MB) from e820 map
[    0.000000] efi: Remove mem57: MMIO range=[0xaa000000-0xaaffffff] (16MB) from e820 map
[    0.000000] efi: Remove mem58: MMIO range=[0xc5000000-0xc5ffffff] (16MB) from e820 map
[    0.000000] efi: Remove mem59: MMIO range=[0xe0000000-0xe0ffffff] (16MB) from e820 map
[    0.000000] efi: Remove mem60: MMIO range=[0xfd000000-0xffffffff] (48MB) from e820 map
[    0.000000] SMBIOS 3.3.0 present.
[    0.000000] DMI: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[    0.000000] DMI: Memory slots populated: 8/16
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 1996.395 MHz processor
[    0.000028] last_pfn = 0x407f200 max_arch_pfn = 0x400000000
[    0.005552] MTRR map: 7 entries (2 fixed + 5 variable; max 19), built from 9 variable MTRRs
[    0.013882] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Memory KASLR using RDRAND RDTSC...
[    0.023944] x2apic: enabled by BIOS, switching to x2apic ops
[    0.029578] last_pfn = 0x70000 max_arch_pfn = 0x400000000
[    0.039445] SEV-SNP: Reserving start/end of RMP table on a 2MB boundary [0x0000000056600000]
[    0.047714] Using GB pages for direct mapping
[    0.053083] Secure boot disabled
[    0.056137] RAMDISK: [mem 0x407cee3000-0x407f1fffff]
[    0.061078] ACPI: Early table checksum verification disabled
[    0.066710] ACPI: RSDP 0x000000006EFFE014 000024 (v02 DELL  )
[    0.072428] ACPI: XSDT 0x000000006EFB7188 0000DC (v01 DELL   PE_SC3   00000002 DELL 00000001)
[    0.080924] ACPI: FACP 0x000000006EFF9000 000114 (v06 DELL   PE_SC3   00000002 DELL 00000001)
[    0.089415] ACPI: DSDT 0x000000006EFDA000 019528 (v02 DELL   PE_SC3   00000002 DELL 00000001)
[    0.097907] ACPI: FACS 0x000000006EDB9000 000040
[    0.102500] ACPI: BERT 0x000000006EFFC000 000030 (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.110991] ACPI: ERST 0x000000006EFFB000 000230 (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.119484] ACPI: HEST 0x000000006EFFA000 0007F4 (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.127977] ACPI: HPET 0x000000006EFF8000 000038 (v01 DELL   PE_SC3   00000002 DELL 00000001)
[    0.136469] ACPI: APIC 0x000000006EFF6000 0018BE (v05 DELL   PE_SC3   00000002 DELL 00000001)
[    0.144962] ACPI: MCFG 0x000000006EFF5000 00003C (v01 DELL   PE_SC3   00000002 DELL 00000001)
[    0.153454] ACPI: WSMT 0x000000006EFF4000 000028 (v01 DELL   PE_SC3   00000002 DELL 00000001)
[    0.161946] ACPI: SSDT 0x000000006EFD9000 000629 (v02 DELL   xhc_port 00000001 INTL 20210331)
[    0.170439] ACPI: SSDT 0x000000006EFD8000 000D6E (v02 AMD    CPMRAS   00000001 INTL 20210331)
[    0.178931] ACPI: EINJ 0x000000006EFD7000 000170 (v01 AMD    PE_SC3   00000001 AMD  00000001)
[    0.187423] ACPI: PCCT 0x000000006EFD6000 00006E (v02 DELL   AmdTable 00000001 AMD  00000001)
[    0.195916] ACPI: SSDT 0x000000006EFC7000 00E849 (v02 DELL   PE_SC3   00000001 AMD  00000001)
[    0.204408] ACPI: SRAT 0x000000006EFC6000 000CD0 (v03 DELL   PE_SC3   00000001 AMD  00000001)
[    0.212902] ACPI: MSCT 0x000000006EFC5000 00004E (v01 DELL   PE_SC3   00000000 AMD  00000001)
[    0.221402] ACPI: SLIT 0x000000006EFC4000 000030 (v01 DELL   PE_SC3   00000001 AMD  00000001)
[    0.229895] ACPI: CRAT 0x000000006EFBC000 0072F8 (v01 DELL   PE_SC3   00000001 AMD  00000001)
[    0.238388] ACPI: CDIT 0x000000006EFBB000 00002C (v01 DELL   PE_SC3   00000001 AMD  00000001)
[    0.246879] ACPI: IVRS 0x000000006EFBA000 0001F0 (v02 DELL   PE_SC3   00000001 AMD  00000001)
[    0.255371] ACPI: SPCR 0x000000006EFB9000 000050 (v02 DELL   PE_SC3   00000002 DELL 00000001)
[    0.263864] ACPI: SLIC 0x000000006EFB8000 000176 (v01 DELL   PE_SC3   00000002 DELL 00000001)
[    0.272357] ACPI: SSDT 0x000000006EFFD000 000D66 (v02 DELL   PE_SC3   00000002 DELL 00000001)
[    0.280850] ACPI: SSDT 0x000000006EFB5000 00193C (v02 AMD    CPMCMN   00000001 INTL 20210331)
[    0.289342] ACPI: Reserving FACP table memory at [mem 0x6eff9000-0x6eff9113]
[    0.296361] ACPI: Reserving DSDT table memory at [mem 0x6efda000-0x6eff3527]
[    0.303381] ACPI: Reserving FACS table memory at [mem 0x6edb9000-0x6edb903f]
[    0.310399] ACPI: Reserving BERT table memory at [mem 0x6effc000-0x6effc02f]
[    0.317445] ACPI: Reserving ERST table memory at [mem 0x6effb000-0x6effb22f]
[    0.324464] ACPI: Reserving HEST table memory at [mem 0x6effa000-0x6effa7f3]
[    0.331484] ACPI: Reserving HPET table memory at [mem 0x6eff8000-0x6eff8037]
[    0.338503] ACPI: Reserving APIC table memory at [mem 0x6eff6000-0x6eff78bd]
[    0.345522] ACPI: Reserving MCFG table memory at [mem 0x6eff5000-0x6eff503b]
[    0.352541] ACPI: Reserving WSMT table memory at [mem 0x6eff4000-0x6eff4027]
[    0.359560] ACPI: Reserving SSDT table memory at [mem 0x6efd9000-0x6efd9628]
[    0.366579] ACPI: Reserving SSDT table memory at [mem 0x6efd8000-0x6efd8d6d]
[    0.373599] ACPI: Reserving EINJ table memory at [mem 0x6efd7000-0x6efd716f]
[    0.380618] ACPI: Reserving PCCT table memory at [mem 0x6efd6000-0x6efd606d]
[    0.387637] ACPI: Reserving SSDT table memory at [mem 0x6efc7000-0x6efd5848]
[    0.394657] ACPI: Reserving SRAT table memory at [mem 0x6efc6000-0x6efc6ccf]
[    0.401676] ACPI: Reserving MSCT table memory at [mem 0x6efc5000-0x6efc504d]
[    0.408696] ACPI: Reserving SLIT table memory at [mem 0x6efc4000-0x6efc402f]
[    0.415715] ACPI: Reserving CRAT table memory at [mem 0x6efbc000-0x6efc32f7]
[    0.422752] ACPI: Reserving CDIT table memory at [mem 0x6efbb000-0x6efbb02b]
[    0.429770] ACPI: Reserving IVRS table memory at [mem 0x6efba000-0x6efba1ef]
[    0.436790] ACPI: Reserving SPCR table memory at [mem 0x6efb9000-0x6efb904f]
[    0.443809] ACPI: Reserving SLIC table memory at [mem 0x6efb8000-0x6efb8175]
[    0.450829] ACPI: Reserving SSDT table memory at [mem 0x6effd000-0x6effdd65]
[    0.457848] ACPI: Reserving SSDT table memory at [mem 0x6efb5000-0x6efb693b]
[    0.464937] APIC: Switched APIC routing to: cluster x2apic
[    0.470342] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff]
[    0.476305] ACPI: SRAT: Node 0 PXM 0 [mem 0x000c0000-0x7fffffff]
[    0.482286] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0x207fffffff]
[    0.488525] ACPI: SRAT: Node 1 PXM 1 [mem 0x2080000000-0x407fffffff]
[    0.494857] NUMA: Node 0 [mem 0x00001000-0x0009ffff] + [mem 0x000c0000-0x7fffffff] -> [mem 0x00001000-0x7fffffff]
[    0.505076] NUMA: Node 0 [mem 0x00001000-0x7fffffff] + [mem 0x100000000-0x207fffffff] -> [mem 0x00001000-0x207fffffff]
[    0.515743] NODE_DATA(0) allocated [mem 0x207fcd5a00-0x207fcfffff]
[    0.521924] NODE_DATA(1) allocated [mem 0x407ceb7a00-0x407cee1fff]
[    0.528520] Zone ranges:
[    0.530875]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.537027]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.543179]   Normal   [mem 0x0000000100000000-0x000000407f1fffff]
[    0.549332]   Device   empty
[    0.552192] Movable zone start for each node
[    0.556440] Early memory node ranges
[    0.559992]   node   0: [mem 0x0000000000001000-0x000000000008efff]
[    0.566232]   node   0: [mem 0x0000000000090000-0x000000000009ffff]
[    0.572470]   node   0: [mem 0x0000000000100000-0x0000000015dfffff]
[    0.578710]   node   0: [mem 0x0000000056700000-0x00000000567fbfff]
[    0.584949]   node   0: [mem 0x00000000567fd000-0x000000005a14afff]
[    0.591189]   node   0: [mem 0x000000005a34b000-0x0000000067acefff]
[    0.597427]   node   0: [mem 0x000000006efff000-0x000000006effffff]
[    0.603667]   node   0: [mem 0x000000006f00b000-0x000000006fffffff]
[    0.609906]   node   0: [mem 0x0000000100000000-0x000000207fcfffff]
[    0.616155]   node   1: [mem 0x0000002080000000-0x000000407f1fffff]
[    0.622395] Initmem setup node 0 [mem 0x0000000000001000-0x000000207fcfffff]
[    0.629416] Initmem setup node 1 [mem 0x0000002080000000-0x000000407f1fffff]
[    0.636435] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.642240] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.648057] On node 0, zone DMA: 96 pages in unavailable ranges
[    0.654381] On node 0, zone DMA32: 35072 pages in unavailable ranges
[    0.660590] On node 0, zone DMA32: 1 pages in unavailable ranges
[    0.666687] On node 0, zone DMA32: 512 pages in unavailable ranges
[    0.672854] On node 0, zone DMA32: 30000 pages in unavailable ranges
[    0.679037] On node 0, zone DMA32: 11 pages in unavailable ranges
[    0.904025] On node 1, zone Normal: 768 pages in unavailable ranges
[    0.910137] On node 1, zone Normal: 3584 pages in unavailable ranges
[    0.916592] ACPI: PM-Timer IO Port: 0x408
[    0.920463] ACPI: X2APIC_NMI (uid[0xffffffff] high edge lint[0x1])
[    0.926592] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.932496] IOAPIC[0]: apic_id 240, version 33, address 0xfec00000, GSI 0-23
[    0.939505] IOAPIC[1]: apic_id 241, version 33, address 0xe0100000, GSI 120-151
[    0.946786] IOAPIC[2]: apic_id 242, version 33, address 0xc5100000, GSI 88-119
[    0.953977] IOAPIC[3]: apic_id 243, version 33, address 0xaa100000, GSI 56-87
[    0.961083] IOAPIC[4]: apic_id 244, version 33, address 0xfd100000, GSI 24-55
[    0.968188] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.974512] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.981018] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.987424] ACPI: HPET id: 0x10228201 base: 0xfed00000
[    0.992540] ACPI: SPCR: console: uart,io,0x2f8,115200
[    0.997567] CPU topo: Max. logical packages:   1
[    1.002155] CPU topo: Max. logical dies:       1
[    1.006748] CPU topo: Max. dies per package:   1
[    1.011344] CPU topo: Max. threads per core:   2
[    1.015934] CPU topo: Num. cores per package:    64
[    1.020822] CPU topo: Num. threads per package: 128
[    1.025674] CPU topo: Allowing 128 present CPUs plus 0 hotplug CPUs
[    1.031940] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    1.039480] PM: hibernation: Registered nosave memory: [mem 0x0008f000-0x0008ffff]
[    1.047018] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    1.054559] PM: hibernation: Registered nosave memory: [mem 0x00b4b000-0x00b4bfff]
[    1.062098] PM: hibernation: Registered nosave memory: [mem 0x00b53000-0x00b53fff]
[    1.069636] PM: hibernation: Registered nosave memory: [mem 0x00b54000-0x00b54fff]
[    1.077175] PM: hibernation: Registered nosave memory: [mem 0x00b86000-0x00b86fff]
[    1.084714] PM: hibernation: Registered nosave memory: [mem 0x00b87000-0x00b87fff]
[    1.092254] PM: hibernation: Registered nosave memory: [mem 0x00bb9000-0x00bb9fff]
[    1.099792] PM: hibernation: Registered nosave memory: [mem 0x00bba000-0x00bbafff]
[    1.107333] PM: hibernation: Registered nosave memory: [mem 0x00bff000-0x00bfffff]
[    1.114872] PM: hibernation: Registered nosave memory: [mem 0x15e00000-0x566fffff]
[    1.122410] PM: hibernation: Registered nosave memory: [mem 0x56700000-0x567fbfff]
[    1.129950] PM: hibernation: Registered nosave memory: [mem 0x567fc000-0x567fcfff]
[    1.137488] PM: hibernation: Registered nosave memory: [mem 0x567fd000-0x567fffff]
[    1.145055] PM: hibernation: Registered nosave memory: [mem 0x5a14b000-0x5a34afff]
[    1.152594] PM: hibernation: Registered nosave memory: [mem 0x67acf000-0x6dfcefff]
[    1.160133] PM: hibernation: Registered nosave memory: [mem 0x6dfcf000-0x6edfefff]
[    1.167671] PM: hibernation: Registered nosave memory: [mem 0x6edff000-0x6effefff]
[    1.175213] PM: hibernation: Registered nosave memory: [mem 0x6f000000-0x6f00afff]
[    1.182751] PM: hibernation: Registered nosave memory: [mem 0x70000000-0x7fffffff]
[    1.190290] PM: hibernation: Registered nosave memory: [mem 0x80000000-0xffffffff]
[    1.197830] PM: hibernation: Registered nosave memory: [mem 0x207fd00000-0x207fffffff]
[    1.205716] [mem 0x56800000-0xffffffff] available for PCI devices
[    1.211781] Booting paravirtualized kernel on bare hardware
[    1.217328] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    1.227736] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:128 nr_cpu_ids:128 nr_node_ids:2
[    1.239935] percpu: Embedded 66 pages/cpu s233472 r8192 d28672 u524288
[    1.246450] Kernel command line: BOOT_IMAGE=(hd0,gpt6)/vmlinuz-6.11.0-rc5-next-20240829-b18bbfc14a-000fda4e3fa root=/dev/mapper/rhel_hostname-root ro selinux=0 console=ttyS0,115200n8 earlyprintk=ttyS0,115200 net.ifnames=0 biosdevname=0 swiotlb=131072 kvm_amd.debug_swap=0 mem_encrypt=off
[    1.271858] Unknown kernel command line parameters "BOOT_IMAGE=(hd0,gpt6)/vmlinuz-6.11.0-rc5-next-20240829-b18bbfc14a-000fda4e3fa biosdevname=0 mem_encrypt=off", will be passed to user space.
[    1.288716] printk: log_buf_len individual max cpu contribution: 4096 bytes
[    1.295631] printk: log_buf_len total cpu_extra contributions: 520192 bytes
[    1.302563] printk: log_buf_len min size: 262144 bytes
[    1.308039] printk: log_buf_len: 1048576 bytes
[    1.312304] printk: early log buf free: 242224(92%)
[    1.318569] Fallback order for Node 0: 0 1 
[    1.318572] Fallback order for Node 1: 1 0 
[    1.318583] Built 2 zonelists, mobility grouping on.  Total pages: 66743906
[    1.333683] Policy zone: Normal
[    1.336808] mem auto-init: stack:off, heap alloc:on, heap free:off
[    1.342988] software IO TLB: area num 128.
[    1.763250] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=128, Nodes=2
Poking KASLR using RDRAND RDTSC...
[    1.772894] ftrace: allocating 53168 entries in 208 pages
[    1.788961] ftrace: allocated 208 pages with 3 groups
[    1.794646] Dynamic Preempt: voluntary
[    1.798553] rcu: Preemptible hierarchical RCU implementation.
[    1.804114] rcu: 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=128.
[    1.811047] 	Trampoline variant of Tasks RCU enabled.
[    1.816072] 	Rude variant of Tasks RCU enabled.
[    1.820578] 	Tracing variant of Tasks RCU enabled.
[    1.825345] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    1.832884] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=128
[    1.839769] RCU Tasks: Setting shift to 7 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=128.
[    1.848572] RCU Tasks Rude: Setting shift to 7 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=128.
[    1.857846] RCU Tasks Trace: Setting shift to 7 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=128.
[    1.869841] NR_IRQS: 524544, nr_irqs: 3624, preallocated irqs: 16
[    1.876028] rcu: srcu_init: Setting srcu_struct sizes to big.
[    1.881740] Console: colour dummy device 80x25
[    1.886031] printk: legacy console [ttyS0] enabled
[    1.886031] printk: legacy console [ttyS0] enabled
[    1.895564] printk: legacy bootconsole [earlyser0] disabled
[    1.895564] printk: legacy bootconsole [earlyser0] disabled
[    1.906752] mempolicy: Enabling automatic NUMA balancing. Configure with numa_balancing= or the kernel.numa_balancing sysctl
[    1.918028] ACPI: Core revision 20240322
[    1.922182] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[    1.931318] APIC: Switch to symmetric I/O mode setup
[    1.937266] AMD-Vi: Using global IVHD EFR:0x841f77e022094ace, EFR2:0x0
[    1.946202] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    1.971318] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x398dc198e77, max_idle_ns: 881590650611 ns
[    1.981871] Calibrating delay loop (skipped), value calculated using timer frequency.. 3992.79 BogoMIPS (lpj=7985580)
[    1.985883] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[    1.989975] LVT offset 2 assigned for vector 0xf4
[    1.993903] Last level iTLB entries: 4KB 512, 2MB 512, 4MB 256
[    1.997870] Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
[    2.001872] process: using mwait in idle threads
[    2.005871] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    2.009872] Spectre V2 : Mitigation: Retpolines
[    2.013870] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    2.017870] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
[    2.021870] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    2.025871] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    2.029870] Spectre V2 : User space: Mitigation: STIBP always-on protection
[    2.033871] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[    2.037870] Speculative Return Stack Overflow: Mitigation: Safe RET
[    2.041874] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    2.045871] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    2.049871] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    2.053872] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
[    2.057870] x86/fpu: Supporting XSAVE feature 0x800: 'Control-flow User registers'
[    2.061870] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    2.065870] x86/fpu: xstate_offset[9]:  832, xstate_sizes[9]:    8
[    2.069870] x86/fpu: xstate_offset[11]:  840, xstate_sizes[11]:   16
[    2.073870] x86/fpu: Enabled xstate features 0xa07, context size is 856 bytes, using 'compacted' format.
[    2.110463] Freeing SMP alternatives memory: 44K
[    2.113872] pid_max: default: 131072 minimum: 1024
[    2.123873] LSM: initializing lsm=lockdown,capability,yama,apparmor,ima,evm
[    2.125925] Yama: becoming mindful.
[    2.129983] AppArmor: AppArmor initialized
[    2.141059] Dentry cache hash table entries: 16777216 (order: 15, 134217728 bytes, vmalloc hugepage)
[    2.145043] Inode-cache hash table entries: 8388608 (order: 14, 67108864 bytes, vmalloc hugepage)
[    2.146050] Mount-cache hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc)
[    2.150022] Mountpoint-cache hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc)
[    2.263548] smpboot: CPU0: AMD EPYC 7713 64-Core Processor (family: 0x19, model: 0x1, stepping: 0x1)
[    2.266239] Performance Events: Fam17h+ core perfctr, AMD PMU driver.
[    2.269872] ... version:                0
[    2.273871] ... bit width:              48
[    2.277871] ... generic registers:      6
[    2.281871] ... value mask:             0000ffffffffffff
[    2.285871] ... max period:             00007fffffffffff
[    2.289871] ... fixed-purpose events:   0
[    2.293871] ... event mask:             000000000000003f
[    2.298142] signal: max sigframe size: 3376
[    2.301907] rcu: Hierarchical SRCU implementation.
[    2.305871] rcu: 	Max phase no-delay instances is 1000.
[    2.309921] Timer migration: 3 hierarchy levels; 8 children per group; 2 crossnode level
[    2.321714] MCE: In-kernel MCE decoding enabled.
[    2.321921] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    2.330294] smp: Bringing up secondary CPUs ...
[    2.334009] smpboot: x86: Booting SMP configuration:
[    2.337873] .... 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
[    2.345873] .... node  #1, CPUs:    #32  #33  #34  #35  #36  #37  #38  #39  #40  #41  #42  #43  #44  #45  #46  #47  #48  #49  #50  #51
[    2.353879] psi: inconsistent task state! task=334:migration/52 cpu=0 psi_flags=4 clear=0 set=4
[    2.369899]   #52  #53  #54  #55  #56  #57  #58  #59  #60  #61  #62  #63
[    2.629872] .... node  #0, CPUs:    #64  #65  #66  #67  #68  #69  #70  #71  #72  #73  #74  #75  #76  #77  #78  #79  #80  #81  #82  #83  #84  #85  #86  #87  #88  #89  #90  #91  #92  #93  #94  #95
[    2.977872] .... node  #1, CPUs:    #96  #97  #98  #99 #100 #101 #102 #103 #104 #105 #106 #107 #108 #109 #110 #111 #112 #113 #114 #115 #116 #117 #118 #119 #120 #121 #122 #123 #124 #125 #126 #127
[    3.183872] Spectre V2 : Update user space SMT mitigation: STIBP always-on
[    3.331872] smp: Brought up 2 nodes, 128 CPUs
[    3.333876] smpboot: Total of 128 processors activated (511077.12 BogoMIPS)
[    3.348814] Memory: 262100256K/266975624K available (18432K kernel code, 3261K rwdata, 7740K rodata, 4684K init, 6212K bss, 4562384K reserved, 0K cma-reserved)
[    3.356341] devtmpfs: initialized
[    3.357948] x86/mm: Memory block size: 2048MB
[    3.372494] ACPI: PM: Registering ACPI NVS region [mem 0x0008f000-0x0008ffff] (4096 bytes)
[    3.373872] ACPI: PM: Registering ACPI NVS region [mem 0x6dfcf000-0x6edfefff] (14876672 bytes)
[    3.378164] ACPI: PM: Registering ACPI NVS region [mem 0x6f000000-0x6f00afff] (45056 bytes)
[    3.381961] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    3.385990] futex hash table entries: 32768 (order: 9, 2097152 bytes, vmalloc)
[    3.390100] pinctrl core: initialized pinctrl subsystem
[    3.393981] PM: RTC time: 11:02:29, date: 2024-09-02
[    3.398683] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    3.402424] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[    3.406051] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    3.410052] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    3.413881] audit: initializing netlink subsys (disabled)
[    3.417894] audit: type=2000 audit(1725274948.468:1): state=initialized audit_enabled=0 res=1
[    3.418046] thermal_sys: Registered thermal governor 'fair_share'
[    3.421872] thermal_sys: Registered thermal governor 'bang_bang'
[    3.425871] thermal_sys: Registered thermal governor 'step_wise'
[    3.429872] thermal_sys: Registered thermal governor 'user_space'
[    3.433879] EISA bus registered
[    3.441875] cpuidle: using governor ladder
[    3.445881] cpuidle: using governor menu
[    3.449911] Detected 1 PCC Subspaces
[    3.453490] Registering PCC driver as Mailbox controller
[    3.454014] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    3.457873] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    3.462031] PCI: ECAM [mem 0x80000000-0x8fffffff] (base 0x80000000) for domain 0000 [bus 00-ff]
[    3.465882] PCI: Using configuration type 1 for base access
[    3.469878] PCI: Dell System detected, enabling pci=bfsort.
[    3.474048] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    3.478093] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[    3.481875] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[    3.485872] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[    3.489871] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[    3.494149] ACPI: Added _OSI(Module Device)
[    3.497873] ACPI: Added _OSI(Processor Device)
[    3.501871] ACPI: Added _OSI(3.0 _SCP Extensions)
[    3.505871] ACPI: Added _OSI(Processor Aggregator Device)
[    3.550426] ACPI: 6 ACPI AML tables successfully acquired and loaded
[    3.568251] ACPI: Interpreter enabled
[    3.569884] ACPI: PM: (supports S0 S5)
[    3.573871] ACPI: Using IOAPIC for interrupt routing
[    3.578471] HEST: Table parsing has been initialized.
[    3.582313] GHES: APEI firmware first mode is enabled by APEI bit and WHEA _OSC.
[    3.585874] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    3.589871] PCI: Ignoring E820 reservations for host bridge windows
[    3.599662] ACPI: Enabled 1 GPEs in block 00 to 1F
[    3.638931] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[    3.641950] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
[    3.645948] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[    3.649948] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[    3.653948] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[    3.657948] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[    3.661948] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[    3.665948] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[    3.670359] ACPI: PCI Root Bridge [PC00] (domain 0000 [bus 00-3f])
[    3.673875] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    3.678034] acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug AER DPC]
[    3.682184] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
[    3.685871] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    3.690839] PCI host bridge to bus 0000:00
[    3.693875] pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
[    3.697871] pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
[    3.701872] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000fffff window]
[    3.705871] pci_bus 0000:00: root bus resource [io  0x0d00-0x3fff window]
[    3.709871] pci_bus 0000:00: root bus resource [mem 0xe1000000-0xfebfffff window]
[    3.713871] pci_bus 0000:00: root bus resource [mem 0x63dc0000000-0x7fcffffffff window]
[    3.717872] pci_bus 0000:00: root bus resource [bus 00-3f]
[    3.721885] pci 0000:00:00.0: [1022:1480] type 00 class 0x060000 conventional PCI endpoint
[    3.726010] pci 0000:00:00.2: [1022:164f] type 00 class 0x080600 conventional PCI endpoint
[    3.729971] pci 0000:00:01.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.733954] pci 0000:00:02.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.737953] pci 0000:00:03.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.741951] pci 0000:00:03.2: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    3.745889] pci 0000:00:03.2: PCI bridge to [bus 01]
[    3.749874] pci 0000:00:03.2:   bridge window [io  0x1000-0x1fff]
[    3.753872] pci 0000:00:03.2:   bridge window [mem 0xf7300000-0xf74fffff]
[    3.757941] pci 0000:00:03.2: PME# supported from D0 D3hot D3cold
[    3.762866] pci 0000:00:04.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.765955] pci 0000:00:05.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.769955] pci 0000:00:07.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.773956] pci 0000:00:07.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    3.777889] pci 0000:00:07.1: PCI bridge to [bus 02]
[    3.781875] pci 0000:00:07.1:   bridge window [mem 0xf7200000-0xf72fffff]
[    3.785882] pci 0000:00:07.1: enabling Extended Tags
[    3.789926] pci 0000:00:07.1: PME# supported from D0 D3hot D3cold
[    3.798031] pci 0000:00:08.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.805951] pci 0000:00:08.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    3.813890] pci 0000:00:08.1: PCI bridge to [bus 03]
[    3.817876] pci 0000:00:08.1:   bridge window [mem 0xf7000000-0xf71fffff]
[    3.825883] pci 0000:00:08.1: enabling Extended Tags
[    3.829921] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[    3.834055] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500 conventional PCI endpoint
[    3.841992] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100 conventional PCI endpoint
[    3.850042] pci 0000:00:18.0: [1022:1650] type 00 class 0x060000 conventional PCI endpoint
[    3.861964] pci 0000:00:18.1: [1022:1651] type 00 class 0x060000 conventional PCI endpoint
[    3.869924] pci 0000:00:18.2: [1022:1652] type 00 class 0x060000 conventional PCI endpoint
[    3.877927] pci 0000:00:18.3: [1022:1653] type 00 class 0x060000 conventional PCI endpoint
[    3.885929] pci 0000:00:18.4: [1022:1654] type 00 class 0x060000 conventional PCI endpoint
[    3.893925] pci 0000:00:18.5: [1022:1655] type 00 class 0x060000 conventional PCI endpoint
[    3.901925] pci 0000:00:18.6: [1022:1656] type 00 class 0x060000 conventional PCI endpoint
[    3.909925] pci 0000:00:18.7: [1022:1657] type 00 class 0x060000 conventional PCI endpoint
[    3.917992] pci 0000:01:00.0: [1000:0097] type 00 class 0x010700 PCIe Endpoint
[    3.925882] pci 0000:01:00.0: BAR 0 [io  0x1000-0x10ff]
[    3.929880] pci 0000:01:00.0: BAR 1 [mem 0xf7400000-0xf740ffff 64bit]
[    3.937881] pci 0000:01:00.0: BAR 3 [mem 0xf7300000-0xf73fffff 64bit]
[    3.945883] pci 0000:01:00.0: ROM [mem 0xfff00000-0xffffffff pref]
[    3.949876] pci 0000:01:00.0: enabling Extended Tags
[    3.953955] pci 0000:01:00.0: supports D1 D2
[    3.957901] pci 0000:01:00.0: VF BAR 0 [mem 0x00000000-0x0000ffff 64bit]
[    3.965871] pci 0000:01:00.0: VF BAR 0 [mem 0x00000000-0x000fffff 64bit]: contains BAR 0 for 16 VFs
[    3.973878] pci 0000:01:00.0: VF BAR 2 [mem 0x00000000-0x000fffff 64bit]
[    3.981871] pci 0000:01:00.0: VF BAR 2 [mem 0x00000000-0x00ffffff 64bit]: contains BAR 2 for 16 VFs
[    3.990038] pci 0000:00:03.2: PCI bridge to [bus 01]
[    3.997962] pci 0000:02:00.0: [1022:148a] type 00 class 0x130000 PCIe Endpoint
[    4.001912] pci 0000:02:00.0: enabling Extended Tags
[    4.010040] pci 0000:02:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    4.017891] pci 0000:02:00.2: BAR 2 [mem 0xf7200000-0xf727ffff]
[    4.021885] pci 0000:02:00.2: BAR 5 [mem 0xf7280000-0xf7281fff]
[    4.025880] pci 0000:02:00.2: enabling Extended Tags
[    4.034060] pci 0000:00:07.1: PCI bridge to [bus 02]
[    4.038002] pci 0000:03:00.0: [1022:1485] type 00 class 0x130000 PCIe Endpoint
[    4.045916] pci 0000:03:00.0: enabling Extended Tags
[    4.050086] pci 0000:03:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    4.057893] pci 0000:03:00.2: BAR 2 [mem 0xf7100000-0xf717ffff]
[    4.061887] pci 0000:03:00.2: BAR 5 [mem 0xf7180000-0xf7181fff]
[    4.069881] pci 0000:03:00.2: enabling Extended Tags
[    4.074057] pci 0000:03:00.3: [1022:148c] type 00 class 0x0c0330 PCIe Endpoint
[    4.081884] pci 0000:03:00.3: BAR 0 [mem 0xf7000000-0xf70fffff 64bit]
[    4.089901] pci 0000:03:00.3: enabling Extended Tags
[    4.093925] pci 0000:03:00.3: PME# supported from D0 D3hot D3cold
[    4.098046] pci 0000:00:08.1: PCI bridge to [bus 03]
[    4.105898] ACPI: PCI Root Bridge [PC01] (domain 0000 [bus 40-7f])
[    4.113874] acpi PNP0A08:01: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    4.122034] acpi PNP0A08:01: _OSC: platform does not support [SHPCHotplug AER DPC]
[    4.130183] acpi PNP0A08:01: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
[    4.137871] acpi PNP0A08:01: FADT indicates ASPM is unsupported, using BIOS configuration
[    4.146608] PCI host bridge to bus 0000:40
[    4.149875] pci_bus 0000:40: root bus resource [io  0x4000-0x6fff window]
[    4.157872] pci_bus 0000:40: root bus resource [mem 0x90000000-0xaaffffff window]
[    4.165871] pci_bus 0000:40: root bus resource [mem 0x47e80000000-0x63dbfffffff window]
[    4.173871] pci_bus 0000:40: root bus resource [bus 40-7f]
[    4.177881] pci 0000:40:00.0: [1022:1480] type 00 class 0x060000 conventional PCI endpoint
[    4.185961] pci 0000:40:00.2: [1022:164f] type 00 class 0x080600 conventional PCI endpoint
[    4.193965] pci 0000:40:01.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.201952] pci 0000:40:02.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.213945] pci 0000:40:03.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.221949] pci 0000:40:03.1: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.225890] pci 0000:40:03.1: PCI bridge to [bus 41]
[    4.233876] pci 0000:40:03.1:   bridge window [mem 0xa4c00000-0xa4ffffff]
[    4.237964] pci 0000:40:03.1: PME# supported from D0 D3hot D3cold
[    4.257551] pci 0000:40:03.2: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.265893] pci 0000:40:03.2: PCI bridge to [bus 42]
[    4.269876] pci 0000:40:03.2:   bridge window [mem 0xa4800000-0xa4bfffff]
[    4.277963] pci 0000:40:03.2: PME# supported from D0 D3hot D3cold
[    4.295069] pci 0000:40:03.3: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.301896] pci 0000:40:03.3: PCI bridge to [bus 43]
[    4.305880] pci 0000:40:03.3:   bridge window [mem 0xa4400000-0xa47fffff]
[    4.313948] pci 0000:40:03.3: PME# supported from D0 D3hot D3cold
[    4.330804] pci 0000:40:03.4: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.333897] pci 0000:40:03.4: PCI bridge to [bus 44]
[    4.337876] pci 0000:40:03.4:   bridge window [mem 0xa4000000-0xa43fffff]
[    4.341989] pci 0000:40:03.4: PME# supported from D0 D3hot D3cold
[    4.360625] pci 0000:40:04.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.361972] pci 0000:40:05.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.365950] pci 0000:40:07.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.369948] pci 0000:40:07.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    4.373888] pci 0000:40:07.1: PCI bridge to [bus 45]
[    4.377875] pci 0000:40:07.1:   bridge window [mem 0xa5300000-0xa53fffff]
[    4.381882] pci 0000:40:07.1: enabling Extended Tags
[    4.385919] pci 0000:40:07.1: PME# supported from D0 D3hot D3cold
[    4.390017] pci 0000:40:08.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.393948] pci 0000:40:08.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    4.397888] pci 0000:40:08.1: PCI bridge to [bus 46]
[    4.401876] pci 0000:40:08.1:   bridge window [mem 0xa5000000-0xa52fffff]
[    4.405882] pci 0000:40:08.1: enabling Extended Tags
[    4.409920] pci 0000:40:08.1: PME# supported from D0 D3hot D3cold
[    4.414111] pci 0000:40:03.1: PCI bridge to [bus 41]
[    4.417951] pci 0000:40:03.2: PCI bridge to [bus 42]
[    4.421952] pci 0000:40:03.3: PCI bridge to [bus 43]
[    4.429949] pci 0000:40:03.4: PCI bridge to [bus 44]
[    4.433952] pci 0000:45:00.0: [1022:148a] type 00 class 0x130000 PCIe Endpoint
[    4.437911] pci 0000:45:00.0: enabling Extended Tags
[    4.442033] pci 0000:45:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    4.445889] pci 0000:45:00.2: BAR 2 [mem 0xa5300000-0xa537ffff]
[    4.449886] pci 0000:45:00.2: BAR 5 [mem 0xa5380000-0xa5381fff]
[    4.453880] pci 0000:45:00.2: enabling Extended Tags
[    4.458058] pci 0000:40:07.1: PCI bridge to [bus 45]
[    4.462002] pci 0000:46:00.0: [1022:1485] type 00 class 0x130000 PCIe Endpoint
[    4.465915] pci 0000:46:00.0: enabling Extended Tags
[    4.470078] pci 0000:46:00.1: [1022:1486] type 00 class 0x108000 PCIe Endpoint
[    4.473892] pci 0000:46:00.1: BAR 2 [mem 0xa5100000-0xa51fffff]
[    4.477886] pci 0000:46:00.1: BAR 5 [mem 0xa5282000-0xa5283fff]
[    4.481881] pci 0000:46:00.1: enabling Extended Tags
[    4.486057] pci 0000:46:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    4.489893] pci 0000:46:00.2: BAR 2 [mem 0xa5200000-0xa527ffff]
[    4.493891] pci 0000:46:00.2: BAR 5 [mem 0xa5280000-0xa5281fff]
[    4.497883] pci 0000:46:00.2: enabling Extended Tags
[    4.502128] pci 0000:46:00.3: [1022:148c] type 00 class 0x0c0330 PCIe Endpoint
[    4.505884] pci 0000:46:00.3: BAR 0 [mem 0xa5000000-0xa50fffff 64bit]
[    4.509901] pci 0000:46:00.3: enabling Extended Tags
[    4.513922] pci 0000:46:00.3: PME# supported from D0 D3hot D3cold
[    4.518039] pci 0000:40:08.1: PCI bridge to [bus 46]
[    4.522628] ACPI: PCI Root Bridge [PC02] (domain 0000 [bus 80-bf])
[    4.525875] acpi PNP0A08:02: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    4.530033] acpi PNP0A08:02: _OSC: platform does not support [SHPCHotplug AER DPC]
[    4.534183] acpi PNP0A08:02: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
[    4.537871] acpi PNP0A08:02: FADT indicates ASPM is unsupported, using BIOS configuration
[    4.542759] PCI host bridge to bus 0000:80
[    4.545875] pci_bus 0000:80: root bus resource [io  0x7000-0x9fff window]
[    4.549871] pci_bus 0000:80: root bus resource [mem 0xab000000-0xc5ffffff window]
[    4.553871] pci_bus 0000:80: root bus resource [mem 0x2bf40000000-0x47e7fffffff window]
[    4.557871] pci_bus 0000:80: root bus resource [bus 80-bf]
[    4.561881] pci 0000:80:00.0: [1022:1480] type 00 class 0x060000 conventional PCI endpoint
[    4.565964] pci 0000:80:00.2: [1022:164f] type 00 class 0x080600 conventional PCI endpoint
[    4.569969] pci 0000:80:01.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.573952] pci 0000:80:01.1: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.577892] pci 0000:80:01.1: PCI bridge to [bus 81]
[    4.581877] pci 0000:80:01.1:   bridge window [mem 0xbf400000-0xbf7fffff]
[    4.585964] pci 0000:80:01.1: PME# supported from D0 D3hot D3cold
[    4.604199] pci 0000:80:01.2: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.605896] pci 0000:80:01.2: PCI bridge to [bus 82]
[    4.609877] pci 0000:80:01.2:   bridge window [mem 0xbf000000-0xbf3fffff]
[    4.613984] pci 0000:80:01.2: PME# supported from D0 D3hot D3cold
[    4.634409] pci 0000:80:02.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.637992] pci 0000:80:03.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.641955] pci 0000:80:04.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.646003] pci 0000:80:05.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.649950] pci 0000:80:07.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.653950] pci 0000:80:07.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    4.657888] pci 0000:80:07.1: PCI bridge to [bus 83]
[    4.661875] pci 0000:80:07.1:   bridge window [mem 0xbfa00000-0xbfafffff]
[    4.665882] pci 0000:80:07.1: enabling Extended Tags
[    4.669919] pci 0000:80:07.1: PME# supported from D0 D3hot D3cold
[    4.674018] pci 0000:80:08.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.677948] pci 0000:80:08.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    4.681889] pci 0000:80:08.1: PCI bridge to [bus 84]
[    4.685875] pci 0000:80:08.1:   bridge window [mem 0xbf900000-0xbf9fffff]
[    4.689883] pci 0000:80:08.1: enabling Extended Tags
[    4.693920] pci 0000:80:08.1: PME# supported from D0 D3hot D3cold
[    4.698025] pci 0000:80:08.2: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    4.701890] pci 0000:80:08.2: PCI bridge to [bus 85]
[    4.705875] pci 0000:80:08.2:   bridge window [mem 0xbf800000-0xbf8fffff]
[    4.709883] pci 0000:80:08.2: enabling Extended Tags
[    4.713920] pci 0000:80:08.2: PME# supported from D0 D3hot D3cold
[    4.718106] pci 0000:80:01.1: PCI bridge to [bus 81]
[    4.721953] pci 0000:80:01.2: PCI bridge to [bus 82]
[    4.725953] pci 0000:83:00.0: [1022:148a] type 00 class 0x130000 PCIe Endpoint
[    4.729912] pci 0000:83:00.0: enabling Extended Tags
[    4.734035] pci 0000:83:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    4.737890] pci 0000:83:00.2: BAR 2 [mem 0xbfa00000-0xbfa7ffff]
[    4.741885] pci 0000:83:00.2: BAR 5 [mem 0xbfa80000-0xbfa81fff]
[    4.745880] pci 0000:83:00.2: enabling Extended Tags
[    4.750058] pci 0000:80:07.1: PCI bridge to [bus 83]
[    4.753999] pci 0000:84:00.0: [1022:1485] type 00 class 0x130000 PCIe Endpoint
[    4.757915] pci 0000:84:00.0: enabling Extended Tags
[    4.762082] pci 0000:84:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    4.765891] pci 0000:84:00.2: BAR 2 [mem 0xbf900000-0xbf97ffff]
[    4.769887] pci 0000:84:00.2: BAR 5 [mem 0xbf980000-0xbf981fff]
[    4.773881] pci 0000:84:00.2: enabling Extended Tags
[    4.778068] pci 0000:80:08.1: PCI bridge to [bus 84]
[    4.782000] pci 0000:85:00.0: [1022:7901] type 00 class 0x010601 PCIe Endpoint
[    4.785907] pci 0000:85:00.0: BAR 5 [mem 0xbf800000-0xbf8007ff]
[    4.789881] pci 0000:85:00.0: enabling Extended Tags
[    4.793935] pci 0000:85:00.0: PME# supported from D3hot D3cold
[    4.798099] pci 0000:80:08.2: PCI bridge to [bus 85]
[    4.802583] ACPI: PCI Root Bridge [PC03] (domain 0000 [bus c0-ff])
[    4.805874] acpi PNP0A08:03: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    4.810032] acpi PNP0A08:03: _OSC: platform does not support [SHPCHotplug AER DPC]
[    4.814183] acpi PNP0A08:03: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
[    4.817871] acpi PNP0A08:03: FADT indicates ASPM is unsupported, using BIOS configuration
[    4.822878] PCI host bridge to bus 0000:c0
[    4.825875] pci_bus 0000:c0: root bus resource [io  0xa000-0xffff window]
[    4.829871] pci_bus 0000:c0: root bus resource [mem 0xc6000000-0xe0ffffff window]
[    4.833871] pci_bus 0000:c0: root bus resource [mem 0x10000000000-0x2bf3fffffff window]
[    4.837872] pci_bus 0000:c0: root bus resource [io  0x03b0-0x03df window]
[    4.841871] pci_bus 0000:c0: root bus resource [mem 0x000a0000-0x000bffff window]
[    4.845871] pci_bus 0000:c0: root bus resource [bus c0-ff]
[    4.849881] pci 0000:c0:00.0: [1022:1480] type 00 class 0x060000 conventional PCI endpoint
[    4.853960] pci 0000:c0:00.2: [1022:164f] type 00 class 0x080600 conventional PCI endpoint
[    4.857961] pci 0000:c0:01.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.861946] pci 0000:c0:02.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.865944] pci 0000:c0:03.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.869949] pci 0000:c0:03.1: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.873890] pci 0000:c0:03.1: PCI bridge to [bus c4]
[    4.877876] pci 0000:c0:03.1:   bridge window [mem 0xdb600000-0xdb9fffff]
[    4.881966] pci 0000:c0:03.1: PME# supported from D0 D3hot D3cold
[    4.902595] pci 0000:c0:03.2: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.905896] pci 0000:c0:03.2: PCI bridge to [bus c5]
[    4.909878] pci 0000:c0:03.2:   bridge window [mem 0xdb200000-0xdb5fffff]
[    4.913996] pci 0000:c0:03.2: PME# supported from D0 D3hot D3cold
[    4.933275] pci 0000:c0:03.3: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.933897] pci 0000:c0:03.3: PCI bridge to [bus c6]
[    4.937877] pci 0000:c0:03.3:   bridge window [mem 0xdae00000-0xdb1fffff]
[    4.941982] pci 0000:c0:03.3: PME# supported from D0 D3hot D3cold
[    4.960139] pci 0000:c0:03.4: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.961896] pci 0000:c0:03.4: PCI bridge to [bus c7]
[    4.965878] pci 0000:c0:03.4:   bridge window [mem 0xdaa00000-0xdadfffff]
[    4.969986] pci 0000:c0:03.4: PME# supported from D0 D3hot D3cold
[    4.991190] pci 0000:c0:04.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.993989] pci 0000:c0:05.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.997950] pci 0000:c0:05.1: [1022:149a] type 01 class 0x060400 PCIe Root Port
[    5.001894] pci 0000:c0:05.1: PCI bridge to [bus c1]
[    5.005883] pci 0000:c0:05.1:   bridge window [mem 0xc7000000-0xc70fffff 64bit pref]
[    5.009967] pci 0000:c0:05.1: PME# supported from D0 D3hot D3cold
[    5.014004] pci 0000:c0:05.2: [1022:149a] type 01 class 0x060400 PCIe Root Port
[    5.017888] pci 0000:c0:05.2: PCI bridge to [bus c2-c3]
[    5.021875] pci 0000:c0:05.2:   bridge window [mem 0xda000000-0xda8fffff]
[    5.025877] pci 0000:c0:05.2:   bridge window [mem 0xc6000000-0xc6ffffff 64bit pref]
[    5.029917] pci 0000:c0:05.2: PME# supported from D0 D3hot D3cold
[    5.034002] pci 0000:c0:07.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    5.037951] pci 0000:c0:07.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    5.041888] pci 0000:c0:07.1: PCI bridge to [bus c8]
[    5.045875] pci 0000:c0:07.1:   bridge window [mem 0xdbb00000-0xdbbfffff]
[    5.049882] pci 0000:c0:07.1: enabling Extended Tags
[    5.053920] pci 0000:c0:07.1: PME# supported from D0 D3hot D3cold
[    5.058013] pci 0000:c0:08.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    5.061948] pci 0000:c0:08.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    5.065888] pci 0000:c0:08.1: PCI bridge to [bus c9]
[    5.069875] pci 0000:c0:08.1:   bridge window [mem 0xdba00000-0xdbafffff]
[    5.073883] pci 0000:c0:08.1: enabling Extended Tags
[    5.077919] pci 0000:c0:08.1: PME# supported from D0 D3hot D3cold
[    5.082098] pci 0000:c0:03.1: PCI bridge to [bus c4]
[    5.085951] pci 0000:c0:03.2: PCI bridge to [bus c5]
[    5.089951] pci 0000:c0:03.3: PCI bridge to [bus c6]
[    5.093950] pci 0000:c0:03.4: PCI bridge to [bus c7]
[    5.097965] pci 0000:c1:00.0: [14e4:165f] type 00 class 0x020000 PCIe Endpoint
[    5.101891] pci 0000:c1:00.0: BAR 0 [mem 0xc7030000-0xc703ffff 64bit pref]
[    5.105884] pci 0000:c1:00.0: BAR 2 [mem 0xc7040000-0xc704ffff 64bit pref]
[    5.109884] pci 0000:c1:00.0: BAR 4 [mem 0xc7050000-0xc705ffff 64bit pref]
[    5.113879] pci 0000:c1:00.0: ROM [mem 0xfffc0000-0xffffffff pref]
[    5.117959] pci 0000:c1:00.0: PME# supported from D0 D3hot D3cold
[    5.121924] pci 0000:c1:00.0: 4.000 Gb/s available PCIe bandwidth, limited by 5.0 GT/s PCIe x1 link at 0000:c0:05.1 (capable of 8.000 Gb/s with 5.0 GT/s PCIe x2 link)
[    5.127276] pci 0000:c1:00.1: [14e4:165f] type 00 class 0x020000 PCIe Endpoint
[    5.129892] pci 0000:c1:00.1: BAR 0 [mem 0xc7000000-0xc700ffff 64bit pref]
[    5.133884] pci 0000:c1:00.1: BAR 2 [mem 0xc7010000-0xc701ffff 64bit pref]
[    5.137884] pci 0000:c1:00.1: BAR 4 [mem 0xc7020000-0xc702ffff 64bit pref]
[    5.141879] pci 0000:c1:00.1: ROM [mem 0xfffc0000-0xffffffff pref]
[    5.145959] pci 0000:c1:00.1: PME# supported from D0 D3hot D3cold
[    5.161895] pci 0000:c0:05.1: PCI bridge to [bus c1]
[    5.165947] pci 0000:c2:00.0: [1556:be00] type 01 class 0x060400 PCIe to PCI/PCI-X bridge
[    5.169901] pci 0000:c2:00.0: PCI bridge to [bus c3]
[    5.173878] pci 0000:c2:00.0:   bridge window [mem 0xda000000-0xda8fffff]
[    5.177880] pci 0000:c2:00.0:   bridge window [mem 0xc6000000-0xc6ffffff 64bit pref]
[    5.193890] pci 0000:c0:05.2: PCI bridge to [bus c2-c3]
[    5.197906] pci_bus 0000:c3: extended config space not accessible
[    5.201896] pci 0000:c3:00.0: [102b:0536] type 00 class 0x030000 conventional PCI endpoint
[    5.205887] pci 0000:c3:00.0: BAR 0 [mem 0xc6000000-0xc6ffffff pref]
[    5.209880] pci 0000:c3:00.0: BAR 1 [mem 0xda808000-0xda80bfff]
[    5.213880] pci 0000:c3:00.0: BAR 2 [mem 0xda000000-0xda7fffff]
[    5.217919] pci 0000:c3:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    5.221984] pci 0000:c2:00.0: PCI bridge to [bus c3]
[    5.225966] pci 0000:c8:00.0: [1022:148a] type 00 class 0x130000 PCIe Endpoint
[    5.229911] pci 0000:c8:00.0: enabling Extended Tags
[    5.234030] pci 0000:c8:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    5.237889] pci 0000:c8:00.2: BAR 2 [mem 0xdbb00000-0xdbb7ffff]
[    5.241885] pci 0000:c8:00.2: BAR 5 [mem 0xdbb80000-0xdbb81fff]
[    5.245880] pci 0000:c8:00.2: enabling Extended Tags
[    5.253955] pci 0000:c0:07.1: PCI bridge to [bus c8]
[    5.258001] pci 0000:c9:00.0: [1022:1485] type 00 class 0x130000 PCIe Endpoint
[    5.261914] pci 0000:c9:00.0: enabling Extended Tags
[    5.266078] pci 0000:c9:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    5.269891] pci 0000:c9:00.2: BAR 2 [mem 0xdba00000-0xdba7ffff]
[    5.273886] pci 0000:c9:00.2: BAR 5 [mem 0xdba80000-0xdba81fff]
[    5.277881] pci 0000:c9:00.2: enabling Extended Tags
[    5.282064] pci 0000:c0:08.1: PCI bridge to [bus c9]
[    5.292706] iommu: Default domain type: Translated
[    5.293872] iommu: DMA domain TLB invalidation policy: lazy mode
[    5.298131] SCSI subsystem initialized
[    5.301907] ACPI: bus type USB registered
[    5.305889] usbcore: registered new interface driver usbfs
[    5.309877] usbcore: registered new interface driver hub
[    5.313905] usbcore: registered new device driver usb
[    5.317900] pps_core: LinuxPPS API ver. 1 registered
[    5.321871] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    5.325873] PTP clock support registered
[    5.329950] EDAC MC: Ver: 3.0.0
[    5.334075] efivars: Registered efivars operations
[    5.338260] NetLabel: Initializing
[    5.341872] NetLabel:  domain hash size = 128
[    5.345871] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    5.349895] NetLabel:  unlabeled traffic allowed by default
[    5.353924] PCI: Using ACPI for IRQ routing
[    5.362138] pci 0000:c3:00.0: vgaarb: setting as boot VGA device
[    5.365870] pci 0000:c3:00.0: vgaarb: bridge control possible
[    5.365870] pci 0000:c3:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    5.365872] vgaarb: loaded
[    5.368581] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    5.369871] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    5.378108] clocksource: Switched to clocksource tsc-early
[    5.383663] VFS: Disk quotas dquot_6.6.0
[    5.387617] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    5.394711] AppArmor: AppArmor Filesystem Enabled
[    5.399436] pnp: PnP ACPI init
[    5.402733] system 00:00: [mem 0x80000000-0x8fffffff] has been reserved
[    5.409472] system 00:01: [mem 0xff000000-0xffffffff] has been reserved
[    5.417623] pnp: PnP ACPI: found 5 devices
[    5.428588] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    5.437578] NET: Registered PF_INET protocol family
[    5.442614] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc)
[    5.453542] tcp_listen_portaddr_hash hash table entries: 65536 (order: 8, 1048576 bytes, vmalloc)
[    5.462496] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, vmalloc)
[    5.470523] TCP established hash table entries: 524288 (order: 10, 4194304 bytes, vmalloc hugepage)
[    5.480080] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc)
[    5.487679] TCP: Hash tables configured (established 524288 bind 65536)
[    5.494582] UDP hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc)
[    5.501920] UDP-Lite hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc)
[    5.509745] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    5.515411] NET: Registered PF_XDP protocol family
[    5.520205] pci 0000:01:00.0: ROM [mem 0xfff00000-0xffffffff pref]: can't claim; no compatible bridge window
[    5.530022] pci 0000:c1:00.0: ROM [mem 0xfffc0000-0xffffffff pref]: can't claim; no compatible bridge window
[    5.539863] pci 0000:c1:00.1: ROM [mem 0xfffc0000-0xffffffff pref]: can't claim; no compatible bridge window
[    5.549687] pci_bus 0000:00: max bus depth: 1 pci_try_num: 2
[    5.555351] pci 0000:01:00.0: ROM [mem size 0x00100000 pref]: can't assign; no space
[    5.563093] pci 0000:01:00.0: ROM [mem size 0x00100000 pref]: failed to assign
[    5.570311] pci 0000:01:00.0: VF BAR 2 [mem size 0x01000000 64bit]: can't assign; no space
[    5.578566] pci 0000:01:00.0: VF BAR 2 [mem size 0x01000000 64bit]: failed to assign
[    5.586306] pci 0000:01:00.0: VF BAR 0 [mem size 0x00100000 64bit]: can't assign; no space
[    5.594564] pci 0000:01:00.0: VF BAR 0 [mem size 0x00100000 64bit]: failed to assign
[    5.602302] pci 0000:00:03.2: PCI bridge to [bus 01]
[    5.607268] pci 0000:00:03.2:   bridge window [io  0x1000-0x1fff]
[    5.613363] pci 0000:00:03.2:   bridge window [mem 0xf7300000-0xf74fffff]
[    5.620150] pci 0000:00:07.1: PCI bridge to [bus 02]
[    5.625123] pci 0000:00:07.1:   bridge window [mem 0xf7200000-0xf72fffff]
[    5.631910] pci 0000:00:08.1: PCI bridge to [bus 03]
[    5.636881] pci 0000:00:08.1:   bridge window [mem 0xf7000000-0xf71fffff]
[    5.643670] pci_bus 0000:00: No. 2 try to assign unassigned res
[    5.649595] pci 0000:00:03.2: resource 14 [mem 0xf7300000-0xf74fffff] released
[    5.656810] pci 0000:00:03.2: PCI bridge to [bus 01]
[    5.661778] pci 0000:00:03.2: bridge window [mem 0x00100000-0x002fffff] to [bus 01] add_size 1100000 add_align 100000
[    5.672379] pci 0000:00:03.2: bridge window [mem 0xe1000000-0xe22fffff]: assigned
[    5.679865] pci 0000:01:00.0: BAR 3 [mem 0xe1000000-0xe10fffff 64bit]: assigned
[    5.687175] pci 0000:01:00.0: VF BAR 2 [mem 0xe1100000-0xe20fffff 64bit]: assigned
[    5.694745] pci 0000:01:00.0: BAR 1 [mem 0xe2100000-0xe210ffff 64bit]: assigned
[    5.702051] pci 0000:01:00.0: VF BAR 0 [mem 0xe2110000-0xe220ffff 64bit]: assigned
[    5.709624] pci 0000:00:03.2: PCI bridge to [bus 01]
[    5.714587] pci 0000:00:03.2:   bridge window [io  0x1000-0x1fff]
[    5.720678] pci 0000:00:03.2:   bridge window [mem 0xe1000000-0xe22fffff]
[    5.727468] pci 0000:00:07.1: PCI bridge to [bus 02]
[    5.732440] pci 0000:00:07.1:   bridge window [mem 0xf7200000-0xf72fffff]
[    5.739226] pci 0000:00:08.1: PCI bridge to [bus 03]
[    5.744189] pci 0000:00:08.1:   bridge window [mem 0xf7000000-0xf71fffff]
[    5.750978] pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
[    5.757160] pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
[    5.763338] pci_bus 0000:00: resource 6 [mem 0x000c0000-0x000fffff window]
[    5.770210] pci_bus 0000:00: resource 7 [io  0x0d00-0x3fff window]
[    5.776391] pci_bus 0000:00: resource 8 [mem 0xe1000000-0xfebfffff window]
[    5.783264] pci_bus 0000:00: resource 9 [mem 0x63dc0000000-0x7fcffffffff window]
[    5.790658] pci_bus 0000:01: resource 0 [io  0x1000-0x1fff]
[    5.796227] pci_bus 0000:01: resource 1 [mem 0xe1000000-0xe22fffff]
[    5.802491] pci_bus 0000:02: resource 1 [mem 0xf7200000-0xf72fffff]
[    5.808758] pci_bus 0000:03: resource 1 [mem 0xf7000000-0xf71fffff]
[    5.815146] pci 0000:40:03.1: bridge window [io  0x1000-0x0fff] to [bus 41] add_size 1000
[    5.823316] pci 0000:40:03.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 41] add_size 200000 add_align 100000
[    5.834781] pci 0000:40:03.2: bridge window [io  0x1000-0x0fff] to [bus 42] add_size 1000
[    5.842953] pci 0000:40:03.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 42] add_size 200000 add_align 100000
[    5.854418] pci 0000:40:03.3: bridge window [io  0x1000-0x0fff] to [bus 43] add_size 1000
[    5.862590] pci 0000:40:03.3: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 43] add_size 200000 add_align 100000
[    5.874054] pci 0000:40:03.4: bridge window [io  0x1000-0x0fff] to [bus 44] add_size 1000
[    5.882226] pci 0000:40:03.4: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 44] add_size 200000 add_align 100000
[    5.893695] pci 0000:40:03.1: bridge window [mem 0x47e80000000-0x47e801fffff 64bit pref]: assigned
[    5.902653] pci 0000:40:03.2: bridge window [mem 0x47e80200000-0x47e803fffff 64bit pref]: assigned
[    5.911601] pci 0000:40:03.3: bridge window [mem 0x47e80400000-0x47e805fffff 64bit pref]: assigned
[    5.920554] pci 0000:40:03.4: bridge window [mem 0x47e80600000-0x47e807fffff 64bit pref]: assigned
[    5.929505] pci 0000:40:03.1: bridge window [io  0x4000-0x4fff]: assigned
[    5.936292] pci 0000:40:03.2: bridge window [io  0x5000-0x5fff]: assigned
[    5.943076] pci 0000:40:03.3: bridge window [io  0x6000-0x6fff]: assigned
[    5.949872] pci 0000:40:03.4: bridge window [io  size 0x1000]: can't assign; no space
[    5.957696] pci 0000:40:03.4: bridge window [io  size 0x1000]: failed to assign
[    5.965003] pci 0000:40:03.4: bridge window [io  0x4000-0x4fff]: assigned
[    5.971788] pci 0000:40:03.3: bridge window [io  0x5000-0x5fff]: assigned
[    5.978571] pci 0000:40:03.2: bridge window [io  0x6000-0x6fff]: assigned
[    5.985360] pci 0000:40:03.1: bridge window [io  size 0x1000]: can't assign; no space
[    5.993183] pci 0000:40:03.1: bridge window [io  size 0x1000]: failed to assign
[    6.000489] pci 0000:40:03.1: PCI bridge to [bus 41]
[    6.005455] pci 0000:40:03.1:   bridge window [mem 0xa4c00000-0xa4ffffff]
[    6.012238] pci 0000:40:03.1:   bridge window [mem 0x47e80000000-0x47e801fffff 64bit pref]
[    6.020502] pci 0000:40:03.2: PCI bridge to [bus 42]
[    6.025473] pci 0000:40:03.2:   bridge window [io  0x6000-0x6fff]
[    6.031564] pci 0000:40:03.2:   bridge window [mem 0xa4800000-0xa4bfffff]
[    6.038350] pci 0000:40:03.2:   bridge window [mem 0x47e80200000-0x47e803fffff 64bit pref]
[    6.046616] pci 0000:40:03.3: PCI bridge to [bus 43]
[    6.051584] pci 0000:40:03.3:   bridge window [io  0x5000-0x5fff]
[    6.057674] pci 0000:40:03.3:   bridge window [mem 0xa4400000-0xa47fffff]
[    6.064460] pci 0000:40:03.3:   bridge window [mem 0x47e80400000-0x47e805fffff 64bit pref]
[    6.072720] pci 0000:40:03.4: PCI bridge to [bus 44]
[    6.077684] pci 0000:40:03.4:   bridge window [io  0x4000-0x4fff]
[    6.083775] pci 0000:40:03.4:   bridge window [mem 0xa4000000-0xa43fffff]
[    6.090563] pci 0000:40:03.4:   bridge window [mem 0x47e80600000-0x47e807fffff 64bit pref]
[    6.098821] pci 0000:40:07.1: PCI bridge to [bus 45]
[    6.103786] pci 0000:40:07.1:   bridge window [mem 0xa5300000-0xa53fffff]
[    6.110574] pci 0000:40:08.1: PCI bridge to [bus 46]
[    6.115546] pci 0000:40:08.1:   bridge window [mem 0xa5000000-0xa52fffff]
[    6.122332] pci_bus 0000:40: resource 4 [io  0x4000-0x6fff window]
[    6.128507] pci_bus 0000:40: resource 5 [mem 0x90000000-0xaaffffff window]
[    6.135380] pci_bus 0000:40: resource 6 [mem 0x47e80000000-0x63dbfffffff window]
[    6.142771] pci_bus 0000:41: resource 1 [mem 0xa4c00000-0xa4ffffff]
[    6.149036] pci_bus 0000:41: resource 2 [mem 0x47e80000000-0x47e801fffff 64bit pref]
[    6.156811] pci_bus 0000:42: resource 0 [io  0x6000-0x6fff]
[    6.162383] pci_bus 0000:42: resource 1 [mem 0xa4800000-0xa4bfffff]
[    6.168647] pci_bus 0000:42: resource 2 [mem 0x47e80200000-0x47e803fffff 64bit pref]
[    6.176388] pci_bus 0000:43: resource 0 [io  0x5000-0x5fff]
[    6.181960] pci_bus 0000:43: resource 1 [mem 0xa4400000-0xa47fffff]
[    6.188224] pci_bus 0000:43: resource 2 [mem 0x47e80400000-0x47e805fffff 64bit pref]
[    6.195965] pci_bus 0000:44: resource 0 [io  0x4000-0x4fff]
[    6.201535] pci_bus 0000:44: resource 1 [mem 0xa4000000-0xa43fffff]
[    6.207801] pci_bus 0000:44: resource 2 [mem 0x47e80600000-0x47e807fffff 64bit pref]
[    6.215537] pci_bus 0000:45: resource 1 [mem 0xa5300000-0xa53fffff]
[    6.221805] pci_bus 0000:46: resource 1 [mem 0xa5000000-0xa52fffff]
[    6.228134] pci 0000:80:01.1: bridge window [io  0x1000-0x0fff] to [bus 81] add_size 1000
[    6.236310] pci 0000:80:01.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 81] add_size 200000 add_align 100000
[    6.247773] pci 0000:80:01.2: bridge window [io  0x1000-0x0fff] to [bus 82] add_size 1000
[    6.255984] pci 0000:80:01.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 82] add_size 200000 add_align 100000
[    6.267451] pci 0000:80:01.1: bridge window [mem 0x2bf40000000-0x2bf401fffff 64bit pref]: assigned
[    6.276406] pci 0000:80:01.2: bridge window [mem 0x2bf40200000-0x2bf403fffff 64bit pref]: assigned
[    6.285357] pci 0000:80:01.1: bridge window [io  0x7000-0x7fff]: assigned
[    6.292143] pci 0000:80:01.2: bridge window [io  0x8000-0x8fff]: assigned
[    6.298931] pci 0000:80:01.1: PCI bridge to [bus 81]
[    6.303894] pci 0000:80:01.1:   bridge window [io  0x7000-0x7fff]
[    6.309989] pci 0000:80:01.1:   bridge window [mem 0xbf400000-0xbf7fffff]
[    6.316774] pci 0000:80:01.1:   bridge window [mem 0x2bf40000000-0x2bf401fffff 64bit pref]
[    6.325038] pci 0000:80:01.2: PCI bridge to [bus 82]
[    6.330006] pci 0000:80:01.2:   bridge window [io  0x8000-0x8fff]
[    6.336098] pci 0000:80:01.2:   bridge window [mem 0xbf000000-0xbf3fffff]
[    6.342882] pci 0000:80:01.2:   bridge window [mem 0x2bf40200000-0x2bf403fffff 64bit pref]
[    6.351145] pci 0000:80:07.1: PCI bridge to [bus 83]
[    6.356108] pci 0000:80:07.1:   bridge window [mem 0xbfa00000-0xbfafffff]
[    6.362921] pci 0000:80:08.1: PCI bridge to [bus 84]
[    6.367884] pci 0000:80:08.1:   bridge window [mem 0xbf900000-0xbf9fffff]
[    6.374672] pci 0000:80:08.2: PCI bridge to [bus 85]
[    6.379638] pci 0000:80:08.2:   bridge window [mem 0xbf800000-0xbf8fffff]
[    6.386431] pci_bus 0000:80: resource 4 [io  0x7000-0x9fff window]
[    6.392606] pci_bus 0000:80: resource 5 [mem 0xab000000-0xc5ffffff window]
[    6.399477] pci_bus 0000:80: resource 6 [mem 0x2bf40000000-0x47e7fffffff window]
[    6.406872] pci_bus 0000:81: resource 0 [io  0x7000-0x7fff]
[    6.412442] pci_bus 0000:81: resource 1 [mem 0xbf400000-0xbf7fffff]
[    6.418709] pci_bus 0000:81: resource 2 [mem 0x2bf40000000-0x2bf401fffff 64bit pref]
[    6.426446] pci_bus 0000:82: resource 0 [io  0x8000-0x8fff]
[    6.432019] pci_bus 0000:82: resource 1 [mem 0xbf000000-0xbf3fffff]
[    6.438284] pci_bus 0000:82: resource 2 [mem 0x2bf40200000-0x2bf403fffff 64bit pref]
[    6.446022] pci_bus 0000:83: resource 1 [mem 0xbfa00000-0xbfafffff]
[    6.452287] pci_bus 0000:84: resource 1 [mem 0xbf900000-0xbf9fffff]
[    6.458551] pci_bus 0000:85: resource 1 [mem 0xbf800000-0xbf8fffff]
[    6.464880] pci 0000:c0:03.1: bridge window [io  0x1000-0x0fff] to [bus c4] add_size 1000
[    6.473053] pci 0000:c0:03.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus c4] add_size 200000 add_align 100000
[    6.484516] pci 0000:c0:03.2: bridge window [io  0x1000-0x0fff] to [bus c5] add_size 1000
[    6.492689] pci 0000:c0:03.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus c5] add_size 200000 add_align 100000
[    6.504154] pci 0000:c0:03.3: bridge window [io  0x1000-0x0fff] to [bus c6] add_size 1000
[    6.512327] pci 0000:c0:03.3: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus c6] add_size 200000 add_align 100000
[    6.523789] pci 0000:c0:03.4: bridge window [io  0x1000-0x0fff] to [bus c7] add_size 1000
[    6.531961] pci 0000:c0:03.4: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus c7] add_size 200000 add_align 100000
[    6.543434] pci 0000:c0:03.1: bridge window [mem 0x10000000000-0x100001fffff 64bit pref]: assigned
[    6.552388] pci 0000:c0:03.2: bridge window [mem 0x10000200000-0x100003fffff 64bit pref]: assigned
[    6.561344] pci 0000:c0:03.3: bridge window [mem 0x10000400000-0x100005fffff 64bit pref]: assigned
[    6.570298] pci 0000:c0:03.4: bridge window [mem 0x10000600000-0x100007fffff 64bit pref]: assigned
[    6.579250] pci 0000:c0:05.1: bridge window [mem 0xc7100000-0xc71fffff]: assigned
[    6.586728] pci 0000:c0:03.1: bridge window [io  0xa000-0xafff]: assigned
[    6.593514] pci 0000:c0:03.2: bridge window [io  0xb000-0xbfff]: assigned
[    6.600302] pci 0000:c0:03.3: bridge window [io  0xc000-0xcfff]: assigned
[    6.607084] pci 0000:c0:03.4: bridge window [io  0xd000-0xdfff]: assigned
[    6.613874] pci 0000:c0:03.1: PCI bridge to [bus c4]
[    6.618839] pci 0000:c0:03.1:   bridge window [io  0xa000-0xafff]
[    6.624932] pci 0000:c0:03.1:   bridge window [mem 0xdb600000-0xdb9fffff]
[    6.631721] pci 0000:c0:03.1:   bridge window [mem 0x10000000000-0x100001fffff 64bit pref]
[    6.639985] pci 0000:c0:03.2: PCI bridge to [bus c5]
[    6.644954] pci 0000:c0:03.2:   bridge window [io  0xb000-0xbfff]
[    6.651048] pci 0000:c0:03.2:   bridge window [mem 0xdb200000-0xdb5fffff]
[    6.657834] pci 0000:c0:03.2:   bridge window [mem 0x10000200000-0x100003fffff 64bit pref]
[    6.666094] pci 0000:c0:03.3: PCI bridge to [bus c6]
[    6.671055] pci 0000:c0:03.3:   bridge window [io  0xc000-0xcfff]
[    6.677151] pci 0000:c0:03.3:   bridge window [mem 0xdae00000-0xdb1fffff]
[    6.683934] pci 0000:c0:03.3:   bridge window [mem 0x10000400000-0x100005fffff 64bit pref]
[    6.692195] pci 0000:c0:03.4: PCI bridge to [bus c7]
[    6.697158] pci 0000:c0:03.4:   bridge window [io  0xd000-0xdfff]
[    6.703252] pci 0000:c0:03.4:   bridge window [mem 0xdaa00000-0xdadfffff]
[    6.710036] pci 0000:c0:03.4:   bridge window [mem 0x10000600000-0x100007fffff 64bit pref]
[    6.718296] pci 0000:c1:00.0: ROM [mem 0xc7100000-0xc713ffff pref]: assigned
[    6.725341] pci 0000:c1:00.1: ROM [mem 0xc7140000-0xc717ffff pref]: assigned
[    6.732385] pci 0000:c0:05.1: PCI bridge to [bus c1]
[    6.737350] pci 0000:c0:05.1:   bridge window [mem 0xc7100000-0xc71fffff]
[    6.744135] pci 0000:c0:05.1:   bridge window [mem 0xc7000000-0xc70fffff 64bit pref]
[    6.751876] pci 0000:c2:00.0: PCI bridge to [bus c3]
[    6.756842] pci 0000:c2:00.0:   bridge window [mem 0xda000000-0xda8fffff]
[    6.763626] pci 0000:c2:00.0:   bridge window [mem 0xc6000000-0xc6ffffff 64bit pref]
[    6.771365] pci 0000:c0:05.2: PCI bridge to [bus c2-c3]
[    6.776623] pci 0000:c0:05.2:   bridge window [mem 0xda000000-0xda8fffff]
[    6.783414] pci 0000:c0:05.2:   bridge window [mem 0xc6000000-0xc6ffffff 64bit pref]
[    6.791156] pci 0000:c0:07.1: PCI bridge to [bus c8]
[    6.796123] pci 0000:c0:07.1:   bridge window [mem 0xdbb00000-0xdbbfffff]
[    6.802910] pci 0000:c0:08.1: PCI bridge to [bus c9]
[    6.807883] pci 0000:c0:08.1:   bridge window [mem 0xdba00000-0xdbafffff]
[    6.814669] pci_bus 0000:c0: resource 4 [io  0xa000-0xffff window]
[    6.820844] pci_bus 0000:c0: resource 5 [mem 0xc6000000-0xe0ffffff window]
[    6.827716] pci_bus 0000:c0: resource 6 [mem 0x10000000000-0x2bf3fffffff window]
[    6.835111] pci_bus 0000:c0: resource 7 [io  0x03b0-0x03df window]
[    6.841288] pci_bus 0000:c0: resource 8 [mem 0x000a0000-0x000bffff window]
[    6.848158] pci_bus 0000:c4: resource 0 [io  0xa000-0xafff]
[    6.853731] pci_bus 0000:c4: resource 1 [mem 0xdb600000-0xdb9fffff]
[    6.859995] pci_bus 0000:c4: resource 2 [mem 0x10000000000-0x100001fffff 64bit pref]
[    6.867734] pci_bus 0000:c5: resource 0 [io  0xb000-0xbfff]
[    6.873309] pci_bus 0000:c5: resource 1 [mem 0xdb200000-0xdb5fffff]
[    6.879607] pci_bus 0000:c5: resource 2 [mem 0x10000200000-0x100003fffff 64bit pref]
[    6.887361] pci_bus 0000:c6: resource 0 [io  0xc000-0xcfff]
[    6.892934] pci_bus 0000:c6: resource 1 [mem 0xdae00000-0xdb1fffff]
[    6.899200] pci_bus 0000:c6: resource 2 [mem 0x10000400000-0x100005fffff 64bit pref]
[    6.906939] pci_bus 0000:c7: resource 0 [io  0xd000-0xdfff]
[    6.912510] pci_bus 0000:c7: resource 1 [mem 0xdaa00000-0xdadfffff]
[    6.918775] pci_bus 0000:c7: resource 2 [mem 0x10000600000-0x100007fffff 64bit pref]
[    6.926516] pci_bus 0000:c1: resource 1 [mem 0xc7100000-0xc71fffff]
[    6.932779] pci_bus 0000:c1: resource 2 [mem 0xc7000000-0xc70fffff 64bit pref]
[    6.940002] pci_bus 0000:c2: resource 1 [mem 0xda000000-0xda8fffff]
[    6.946264] pci_bus 0000:c2: resource 2 [mem 0xc6000000-0xc6ffffff 64bit pref]
[    6.953482] pci_bus 0000:c3: resource 1 [mem 0xda000000-0xda8fffff]
[    6.959749] pci_bus 0000:c3: resource 2 [mem 0xc6000000-0xc6ffffff 64bit pref]
[    6.966966] pci_bus 0000:c8: resource 1 [mem 0xdbb00000-0xdbbfffff]
[    6.973233] pci_bus 0000:c9: resource 1 [mem 0xdba00000-0xdbafffff]
[    6.980191] PCI: CLS 64 bytes, default 64
[    6.984221] AMD-Vi: IOMMU SNP support enabled.
[    6.984304] Trying to unpack rootfs image as initramfs...
[    6.994120] pci 0000:c0:00.2: AMD-Vi: IOMMU performance counters supported
[    7.001098] pci 0000:c0:01.0: Adding to iommu group 0
[    7.006209] pci 0000:c0:02.0: Adding to iommu group 1
[    7.011409] pci 0000:c0:03.0: Adding to iommu group 2
[    7.016504] pci 0000:c0:03.1: Adding to iommu group 2
[    7.021598] pci 0000:c0:03.2: Adding to iommu group 2
[    7.026696] pci 0000:c0:03.3: Adding to iommu group 2
[    7.031798] pci 0000:c0:03.4: Adding to iommu group 2
[    7.036901] pci 0000:c0:04.0: Adding to iommu group 3
[    7.042052] pci 0000:c0:05.0: Adding to iommu group 4
[    7.047156] pci 0000:c0:05.1: Adding to iommu group 4
[    7.052263] pci 0000:c0:05.2: Adding to iommu group 4
[    7.057372] pci 0000:c0:07.0: Adding to iommu group 5
[    7.062455] pci 0000:c0:07.1: Adding to iommu group 6
[    7.067562] pci 0000:c0:08.0: Adding to iommu group 7
[    7.072646] pci 0000:c0:08.1: Adding to iommu group 8
[    7.077703] pci 0000:c1:00.0: Adding to iommu group 4
[    7.082765] pci 0000:c1:00.1: Adding to iommu group 4
[    7.087826] pci 0000:c2:00.0: Adding to iommu group 4
[    7.092884] pci 0000:c3:00.0: Adding to iommu group 4
[    7.097968] pci 0000:c8:00.0: Adding to iommu group 9
[    7.103056] pci 0000:c8:00.2: Adding to iommu group 10
[    7.108234] pci 0000:c9:00.0: Adding to iommu group 11
[    7.113411] pci 0000:c9:00.2: Adding to iommu group 12
[    7.124751] pci 0000:80:00.2: AMD-Vi: IOMMU performance counters supported
[    7.131788] pci 0000:80:01.0: Adding to iommu group 13
[    7.136972] pci 0000:80:01.1: Adding to iommu group 13
[    7.142153] pci 0000:80:01.2: Adding to iommu group 13
[    7.147351] pci 0000:80:02.0: Adding to iommu group 14
[    7.152546] pci 0000:80:03.0: Adding to iommu group 15
[    7.157738] pci 0000:80:04.0: Adding to iommu group 16
[    7.162933] pci 0000:80:05.0: Adding to iommu group 17
[    7.168130] pci 0000:80:07.0: Adding to iommu group 18
[    7.173300] pci 0000:80:07.1: Adding to iommu group 19
[    7.178494] pci 0000:80:08.0: Adding to iommu group 20
[    7.183660] pci 0000:80:08.1: Adding to iommu group 21
[    7.188834] pci 0000:80:08.2: Adding to iommu group 22
[    7.194009] pci 0000:83:00.0: Adding to iommu group 23
[    7.199185] pci 0000:83:00.2: Adding to iommu group 24
[    7.204380] pci 0000:84:00.0: Adding to iommu group 25
[    7.209553] pci 0000:84:00.2: Adding to iommu group 26
[    7.214727] pci 0000:85:00.0: Adding to iommu group 27
[    7.226933] pci 0000:40:00.2: AMD-Vi: IOMMU performance counters supported
[    7.233916] pci 0000:40:01.0: Adding to iommu group 28
[    7.239111] pci 0000:40:02.0: Adding to iommu group 29
[    7.244402] pci 0000:40:03.0: Adding to iommu group 30
[    7.249585] pci 0000:40:03.1: Adding to iommu group 30
[    7.254762] pci 0000:40:03.2: Adding to iommu group 30
[    7.259943] pci 0000:40:03.3: Adding to iommu group 30
[    7.265115] pci 0000:40:03.4: Adding to iommu group 30
[    7.270307] pci 0000:40:04.0: Adding to iommu group 31
[    7.275496] pci 0000:40:05.0: Adding to iommu group 32
[    7.280690] pci 0000:40:07.0: Adding to iommu group 33
[    7.285868] pci 0000:40:07.1: Adding to iommu group 34
[    7.291062] pci 0000:40:08.0: Adding to iommu group 35
[    7.296231] pci 0000:40:08.1: Adding to iommu group 36
[    7.301403] pci 0000:45:00.0: Adding to iommu group 37
[    7.306602] pci 0000:45:00.2: Adding to iommu group 38
[    7.311778] pci 0000:46:00.0: Adding to iommu group 39
[    7.316951] pci 0000:46:00.1: Adding to iommu group 40
[    7.322123] pci 0000:46:00.2: Adding to iommu group 41
[    7.327298] pci 0000:46:00.3: Adding to iommu group 42
[    7.339408] pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
[    7.346378] pci 0000:00:01.0: Adding to iommu group 43
[    7.351574] pci 0000:00:02.0: Adding to iommu group 44
[    7.356771] pci 0000:00:03.0: Adding to iommu group 45
[    7.361944] pci 0000:00:03.2: Adding to iommu group 46
[    7.367139] pci 0000:00:04.0: Adding to iommu group 47
[    7.372328] pci 0000:00:05.0: Adding to iommu group 48
[    7.377520] pci 0000:00:07.0: Adding to iommu group 49
[    7.382688] pci 0000:00:07.1: Adding to iommu group 50
[    7.387885] pci 0000:00:08.0: Adding to iommu group 51
[    7.393052] pci 0000:00:08.1: Adding to iommu group 52
[    7.398272] pci 0000:00:14.0: Adding to iommu group 53
[    7.399641] Freeing initrd memory: 35956K
[    7.403442] pci 0000:00:14.3: Adding to iommu group 53
[    7.412779] pci 0000:00:18.0: Adding to iommu group 54
[    7.417953] pci 0000:00:18.1: Adding to iommu group 54
[    7.423122] pci 0000:00:18.2: Adding to iommu group 54
[    7.428295] pci 0000:00:18.3: Adding to iommu group 54
[    7.433463] pci 0000:00:18.4: Adding to iommu group 54
[    7.438635] pci 0000:00:18.5: Adding to iommu group 54
[    7.443810] pci 0000:00:18.6: Adding to iommu group 54
[    7.448981] pci 0000:00:18.7: Adding to iommu group 54
[    7.454157] pci 0000:01:00.0: Adding to iommu group 55
[    7.459330] pci 0000:02:00.0: Adding to iommu group 56
[    7.464508] pci 0000:02:00.2: Adding to iommu group 57
[    7.469678] pci 0000:03:00.0: Adding to iommu group 58
[    7.474850] pci 0000:03:00.2: Adding to iommu group 59
[    7.480023] pci 0000:03:00.3: Adding to iommu group 60
[    7.493720] AMD-Vi: Extended features (0x841f77e022094ace, 0x0): PPR X2APIC NX IA GA PC SNP
[    7.502080] AMD-Vi: Interrupt remapping enabled
[    7.506611] AMD-Vi: X2APIC enabled
[    7.511058] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    7.517498] software IO TLB: mapped [mem 0x000000000459f000-0x000000001459f000] (256MB)
[    7.525611] LVT offset 0 assigned for vector 0x400
[    7.532065] perf: AMD IBS detected (0x000003ff)
[    7.537913] amd_uncore: 4 amd_df counters detected
[    7.542742] amd_uncore: 6 amd_l3 counters detected
[    7.549196] perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
[    7.556349] perf/amd_iommu: Detected AMD IOMMU #1 (2 banks, 4 counters/bank).
[    7.563503] perf/amd_iommu: Detected AMD IOMMU #2 (2 banks, 4 counters/bank).
[    7.570654] perf/amd_iommu: Detected AMD IOMMU #3 (2 banks, 4 counters/bank).
[    7.633369] Initialise system trusted keyrings
[    7.637834] Key type blacklist registered
[    7.641976] workingset: timestamp_bits=36 max_order=26 bucket_order=0
[    7.648432] zbud: loaded
[    7.651442] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    7.657439] fuse: init (API version 7.41)
[    7.661695] integrity: Platform Keyring initialized
[    7.678685] Key type asymmetric registered
[    7.682786] Asymmetric key parser 'x509' registered
[    7.687700] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[    7.695180] io scheduler mq-deadline registered
[    7.701278] pcieport 0000:00:03.2: PME: Signaling with IRQ 38
[    7.707369] pcieport 0000:00:07.1: PME: Signaling with IRQ 40
[    7.713312] pcieport 0000:00:08.1: PME: Signaling with IRQ 41
[    7.719291] pcieport 0000:40:03.1: PME: Signaling with IRQ 42
[    7.725083] pcieport 0000:40:03.1: pciehp: Slot #167 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.739054] pcieport 0000:40:03.2: PME: Signaling with IRQ 43
[    7.744851] pcieport 0000:40:03.2: pciehp: Slot #166 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.758826] pcieport 0000:40:03.3: PME: Signaling with IRQ 44
[    7.764622] pcieport 0000:40:03.3: pciehp: Slot #169 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.778581] pcieport 0000:40:03.4: PME: Signaling with IRQ 45
[    7.784384] pcieport 0000:40:03.4: pciehp: Slot #168 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.798387] pcieport 0000:40:07.1: PME: Signaling with IRQ 47
[    7.804334] pcieport 0000:40:08.1: PME: Signaling with IRQ 48
[    7.810425] pcieport 0000:80:01.1: PME: Signaling with IRQ 49
[    7.816220] pcieport 0000:80:01.1: pciehp: Slot #160 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.830166] pcieport 0000:80:01.2: PME: Signaling with IRQ 50
[    7.835955] pcieport 0000:80:01.2: pciehp: Slot #161 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.849991] pcieport 0000:80:07.1: PME: Signaling with IRQ 52
[    7.856090] pcieport 0000:80:08.1: PME: Signaling with IRQ 54
[    7.862079] pcieport 0000:80:08.2: PME: Signaling with IRQ 55
[    7.868014] pcieport 0000:c0:03.1: PME: Signaling with IRQ 56
[    7.873801] pcieport 0000:c0:03.1: pciehp: Slot #163 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.887715] pcieport 0000:c0:03.2: PME: Signaling with IRQ 57
[    7.893511] pcieport 0000:c0:03.2: pciehp: Slot #162 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.907435] pcieport 0000:c0:03.3: PME: Signaling with IRQ 58
[    7.913228] pcieport 0000:c0:03.3: pciehp: Slot #165 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.927149] pcieport 0000:c0:03.4: PME: Signaling with IRQ 59
[    7.932935] pcieport 0000:c0:03.4: pciehp: Slot #164 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.946839] pcieport 0000:c0:05.1: PME: Signaling with IRQ 60
[    7.952738] pcieport 0000:c0:05.2: PME: Signaling with IRQ 61
[    7.958744] pcieport 0000:c0:07.1: PME: Signaling with IRQ 63
[    7.964751] pcieport 0000:c0:08.1: PME: Signaling with IRQ 65
[    7.970780] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    7.977850] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[    7.985310] ACPI: button: Power Button [PWRF]
[    7.997247] Estimated ratio of average max frequency by base frequency (times 1024): 1464
[    8.021309] ERST: Error Record Serialization Table (ERST) support is initialized.
[    8.028811] pstore: Using crash dump compression: deflate
[    8.034211] pstore: Registered erst as persistent store backend
[    8.040248] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    8.046802] 00:03: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A
[    8.054906] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    8.065620] Linux agpgart interface v0.103
[    8.094034] loop: module loaded
[    8.108414] ahci 0000:85:00.0: AHCI vers 0001.0301, 32 command slots, 6 Gbps, SATA mode
[    8.116427] ahci 0000:85:00.0: 8/8 ports implemented (port mask 0xff)
[    8.122863] ahci 0000:85:00.0: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part sxs 
[    8.132993] scsi host0: ahci
[    8.136084] scsi host1: ahci
[    8.139171] scsi host2: ahci
[    8.142257] scsi host3: ahci
[    8.145335] scsi host4: ahci
[    8.148410] scsi host5: ahci
[    8.151486] scsi host6: ahci
[    8.154561] scsi host7: ahci
[    8.157504] ata1: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800100 irq 67 lpm-pol 0
[    8.165769] ata2: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800180 irq 68 lpm-pol 0
[    8.174028] ata3: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800200 irq 69 lpm-pol 0
[    8.182285] ata4: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800280 irq 70 lpm-pol 0
[    8.190542] ata5: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800300 irq 71 lpm-pol 0
[    8.198802] ata6: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800380 irq 72 lpm-pol 0
[    8.207061] ata7: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800400 irq 73 lpm-pol 0
[    8.215317] ata8: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800480 irq 74 lpm-pol 0
[    8.223831] tun: Universal TUN/TAP device driver, 1.6
[    8.228943] PPP generic driver version 2.4.2
[    8.233341] VFIO - User Level meta-driver version: 0.3
[    8.238806] xhci_hcd 0000:03:00.3: xHCI Host Controller
[    8.244051] xhci_hcd 0000:03:00.3: new USB bus registered, assigned bus number 1
[    8.251552] xhci_hcd 0000:03:00.3: hcc params 0x0260ffe5 hci version 0x110 quirks 0x0000000000000010
[    8.261077] xhci_hcd 0000:03:00.3: xHCI Host Controller
[    8.266338] xhci_hcd 0000:03:00.3: new USB bus registered, assigned bus number 2
[    8.273744] xhci_hcd 0000:03:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[    8.280842] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.11
[    8.289102] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    8.296323] usb usb1: Product: xHCI Host Controller
[    8.301207] usb usb1: Manufacturer: Linux 6.11.0-rc5-next-20240829-b18bbfc14a-000fda4e3fa xhci-hcd
[    8.310161] usb usb1: SerialNumber: 0000:03:00.3
[    8.314950] hub 1-0:1.0: USB hub found
[    8.318714] hub 1-0:1.0: 2 ports detected
[    8.323560] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    8.331681] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.11
[    8.339942] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    8.347164] usb usb2: Product: xHCI Host Controller
[    8.352047] usb usb2: Manufacturer: Linux 6.11.0-rc5-next-20240829-b18bbfc14a-000fda4e3fa xhci-hcd
[    8.361004] usb usb2: SerialNumber: 0000:03:00.3
[    8.365755] hub 2-0:1.0: USB hub found
[    8.369520] hub 2-0:1.0: 2 ports detected
[    8.374413] xhci_hcd 0000:46:00.3: xHCI Host Controller
[    8.379647] xhci_hcd 0000:46:00.3: new USB bus registered, assigned bus number 3
[    8.387173] xhci_hcd 0000:46:00.3: hcc params 0x0260ffe5 hci version 0x110 quirks 0x0000000000000010
[    8.396666] xhci_hcd 0000:46:00.3: xHCI Host Controller
[    8.401897] xhci_hcd 0000:46:00.3: new USB bus registered, assigned bus number 4
[    8.409294] xhci_hcd 0000:46:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[    8.416379] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.11
[    8.424645] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    8.431869] usb usb3: Product: xHCI Host Controller
[    8.436754] usb usb3: Manufacturer: Linux 6.11.0-rc5-next-20240829-b18bbfc14a-000fda4e3fa xhci-hcd
[    8.445713] usb usb3: SerialNumber: 0000:46:00.3
[    8.450472] hub 3-0:1.0: USB hub found
[    8.454236] hub 3-0:1.0: 2 ports detected
[    8.459016] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    8.467135] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.11
[    8.475397] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    8.482617] usb usb4: Product: xHCI Host Controller
[    8.487525] usb usb4: Manufacturer: Linux 6.11.0-rc5-next-20240829-b18bbfc14a-000fda4e3fa xhci-hcd
[    8.496484] usb usb4: SerialNumber: 0000:46:00.3
[    8.501234] hub 4-0:1.0: USB hub found
[    8.505003] hub 4-0:1.0: 2 ports detected
[    8.510008] usbcore: registered new interface driver uas
[    8.515354] usbcore: registered new interface driver usb-storage
[    8.521451] i8042: PNP: No PS/2 controller found.
[    8.526241] mousedev: PS/2 mouse device common for all mice
[    8.531910] rtc_cmos 00:02: RTC can wake from S4
[    8.536799] rtc_cmos 00:02: registered as rtc0
[    8.541307] rtc_cmos 00:02: setting system clock to 2024-09-02T11:02:35 UTC (1725274955)
[    8.543019] ata1: SATA link down (SStatus 0 SControl 300)
[    8.549438] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram
[    8.554833] ata3: SATA link down (SStatus 0 SControl 300)
[    8.561500] i2c_dev: i2c /dev entries driver
[    8.566915] ata2: SATA link down (SStatus 0 SControl 300)
[    8.571177] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[    8.576586] ata8: SATA link down (SStatus 0 SControl 300)
[    8.584266] usb 1-1: new high-speed USB device number 2 using xhci_hcd
[    8.588761] device-mapper: uevent: version 1.0.3
[    8.594160] ata7: SATA link down (SStatus 0 SControl 300)
[    8.600779] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@lists.linux.dev
[    8.605304] ata4: SATA link down (SStatus 0 SControl 300)
[    8.610688] tsc: Refined TSC clocksource calibration: 1996.247 MHz
[    8.612281] platform eisa.0: Probing EISA bus 0
[    8.612284] platform eisa.0: EISA: Cannot allocate resource for mainboard
[    8.612286] platform eisa.0: Cannot allocate resource for EISA slot 1
[    8.612287] platform eisa.0: Cannot allocate resource for EISA slot 2
[    8.612289] platform eisa.0: Cannot allocate resource for EISA slot 3
[    8.612290] platform eisa.0: Cannot allocate resource for EISA slot 4
[    8.612292] platform eisa.0: Cannot allocate resource for EISA slot 5
[    8.612293] platform eisa.0: Cannot allocate resource for EISA slot 6
[    8.612295] platform eisa.0: Cannot allocate resource for EISA slot 7
[    8.612296] platform eisa.0: Cannot allocate resource for EISA slot 8
[    8.612298] platform eisa.0: EISA: Detected 0 cards
[    8.612302] amd_pstate: driver load is disabled, boot with specific mode to enable this
[    8.619584] ata5: SATA link down (SStatus 0 SControl 300)
[    8.625020] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x398caa9ddcb, max_idle_ns: 881590739785 ns
[    8.631164] ata6: SATA link down (SStatus 0 SControl 300)
[    8.727735] clocksource: Switched to clocksource tsc
[    8.728973] ledtrig-cpu: registered to indicate activity on CPUs
[    8.738764] efifb: probing for efifb
[    8.742366] efifb: No BGRT, not showing boot graphics
[    8.747414] efifb: framebuffer at 0xc6000000, using 3072k, total 3072k
[    8.753942] efifb: mode is 1024x768x32, linelength=4096, pages=1
[    8.759949] efifb: scrolling: redraw
[    8.763525] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    8.769105] fb0: EFI VGA frame buffer device
[    8.773478] drop_monitor: Initializing network drop monitor service
[    8.779893] NET: Registered PF_INET6 protocol family
[    8.784263] usb 3-1: new high-speed USB device number 2 using xhci_hcd
[    8.791738] Segment Routing with IPv6
[    8.795416] In-situ OAM (IOAM) with IPv6
[    8.799372] NET: Registered PF_PACKET protocol family
[    8.806860] Key type dns_resolver registered
[    8.807155] usb 1-1: New USB device found, idVendor=0424, idProduct=2744, bcdDevice= 1.21
[    8.819310] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    8.826446] usb 1-1: Product: USB2734
[    8.830145] usb 1-1: Manufacturer: Microchip Tech
[    8.842381] microcode: Current revision: 0x0a0011d3
[    8.850383] resctrl: L3 allocation detected
[    8.854569] resctrl: MB allocation detected
[    8.858754] resctrl: L3 monitoring detected
[    8.863176] IPI shorthand broadcast: enabled
[    8.870293] sched_clock: Marking stable (8800001402, 68248538)->(9847675380, -979425440)
[    8.879116] registered taskstats version 1
[    8.885454] Loading compiled-in X.509 certificates
[    8.889227] hub 1-1:1.0: USB hub found
[    8.890779] Loaded X.509 cert 'Build time autogenerated kernel key: e8331d2522c1377475b3c511319c32aff40753ce'
[    8.894282] hub 1-1:1.0: 4 ports detected
[    8.907931] Demotion targets for Node 0: null
[    8.912291] Demotion targets for Node 1: null
[    8.917215] Key type .fscrypt registered
[    8.921147] Key type fscrypt-provisioning registered
[    8.933847] cryptd: max_cpu_qlen set to 1000
[    8.941256] usb 3-1: New USB device found, idVendor=1604, idProduct=10c0, bcdDevice= 0.00
[    8.949436] usb 3-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    8.956582] usb 2-1: new SuperSpeed USB device number 2 using xhci_hcd
[    8.963115] AES CTR mode by8 optimization enabled
[    8.982149] Key type encrypted registered
[    8.984656] usb 2-1: New USB device found, idVendor=0424, idProduct=5744, bcdDevice= 1.21
[    8.986164] AppArmor: AppArmor sha256 policy hashing enabled
[    8.994336] usb 2-1: New USB device strings: Mfr=2, Product=3, SerialNumber=0
[    9.000077] integrity: Loading X.509 certificate: UEFI:db
[    9.007127] usb 2-1: Product: USB5734
[    9.012546] integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
[    9.016184] usb 2-1: Manufacturer: Microchip Tech
[    9.026953] integrity: Loading X.509 certificate: UEFI:db
[    9.026971] integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
[    9.048091] integrity: Loading X.509 certificate: UEFI:db
[    9.049116] hub 2-1:1.0: USB hub found
[    9.053593] integrity: Loaded X.509 cert 'VMware, Inc.: 4ad8ba0472073d28127706ddc6ccb9050441bbc7'
[    9.057319] hub 2-1:1.0: 4 ports detected
[    9.066116] integrity: Loading X.509 certificate: UEFI:db
[    9.066261] integrity: Loaded X.509 cert 'VMware, Inc.: VMware Secure Boot Signing: 04597f3e1ffb240bba0ff0f05d5eb05f3e15f6d7'
[    9.070298] hub 3-1:1.0: USB hub found
[    9.075807] ima: No TPM chip found, activating TPM-bypass!
[    9.087249] hub 3-1:1.0: 4 ports detected
[    9.090582] Loading compiled-in module X.509 certificates
[    9.105930] Loaded X.509 cert 'Build time autogenerated kernel key: e8331d2522c1377475b3c511319c32aff40753ce'
[    9.115841] ima: Allocated hash algorithm: sha1
[    9.120382] ima: No architecture policies found
[    9.124934] evm: Initialising EVM extended attributes:
[    9.130076] evm: security.selinux
[    9.133394] evm: security.SMACK64
[    9.136714] evm: security.SMACK64EXEC
[    9.140379] evm: security.SMACK64TRANSMUTE
[    9.144479] evm: security.SMACK64MMAP
[    9.148140] evm: security.apparmor
[    9.151565] evm: security.ima
[    9.154542] evm: security.capability
[    9.158118] evm: HMAC attrs: 0x1
[    9.161741] PM:   Magic number: 8:295:23
[    9.165747] clockevents clockevent93: hash matches
[    9.170586] acpi ACPI0007:a8: hash matches
[    9.174756] memory memory63: hash matches
[    9.179212] RAS: Correctable Errors collector initialized.
[    9.184840] clk: Disabling unused clocks
[    9.188770] PM: genpd: Disabling unused power domains
[    9.195633] Freeing unused decrypted memory: 2028K
[    9.201084] Freeing unused kernel image (initmem) memory: 4684K
[    9.207019] Write protecting the kernel read-only data: 26624k
[    9.213342] Freeing unused kernel image (rodata/data gap) memory: 452K
[    9.284058] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    9.290504] Run /init as init process
[    9.300369] systemd[1]: Inserted module 'autofs4'
[    9.604343] systemd[1]: systemd 250-12.el9_1 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 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK +XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[    9.636230] systemd[1]: Detected architecture x86-64.
[    9.641284] systemd[1]: Running in initial RAM disk.

Welcome to ^[[0;31mRed Hat Enterprise Linux 9.1 (Plow) dracut-057-13.git20220816.el9 (Initramfs)^[[0m!

[    9.668346] systemd[1]: Hostname set to <hostname.amd.com>.
[    9.784950] systemd[1]: Queued start job for default target Initrd Default Target.
[    9.792662] systemd[1]: Reached target Initrd /usr File System.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mInitrd /usr File System^[[0m.
[    9.812264] usb 3-1.1: new high-speed USB device number 3 using xhci_hcd
[    9.812304] systemd[1]: Reached target Local File Systems.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mLocal File Systems^[[0m.
[    9.840319] systemd[1]: Reached target Slice Units.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSlice Units^[[0m.
[    9.860311] systemd[1]: Reached target Swaps.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSwaps^[[0m.
[    9.880310] systemd[1]: Reached target Timer Units.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mTimer Units^[[0m.
[    9.900437] systemd[1]: Listening on D-Bus System Message Bus Socket.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mD-Bus System Message Bus Socket^[[0m.
[    9.921262] usb 3-1.1: New USB device found, idVendor=1604, idProduct=10c0, bcdDevice= 0.00
[    9.929617] usb 3-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    9.929727] systemd[1]: Listening on Journal Socket (/dev/log).
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mJournal Socket (/dev/log)^[[0m.
[    9.960472] systemd[1]: Listening on Journal Socket.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mJournal Socket^[[0m.
[    9.980471] systemd[1]: Listening on udev Control Socket.
[    9.984806] hub 3-1.1:1.0: USB hub found
[^[[0;32m  OK  ^[[[    9.990006] hub 3-1.1:1.0: 4 ports detected
0m] Listening on ^[[0;1;39mudev Control Socket^[[0m.
[   10.008413] systemd[1]: Listening on udev Kernel Socket.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mudev Kernel Socket^[[0m.
[   10.028303] systemd[1]: Reached target Socket Units.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSocket Units^[[0m.
[   10.074345] systemd[1]: Starting Create List of Static Device Nodes...
[   10.076264] usb 3-1.2: new high-speed USB device number 4 using xhci_hcd
         Starting ^[[0;1;39mCreate List of Static Device Nodes^[[0m...
[   10.106353] systemd[1]: Starting Journal Service...
         Starting ^[[0;1;39mJournal Service^[[0m...
[   10.125524] systemd[1]: Starting Load Kernel Modules...
         Starting ^[[0;1;39mLoad Kernel Modules^[[0m...
[   10.145450] systemd[1]: Starting Create System Users...
         Starting ^[[0;1;39mCreate System Users^[[0m...
[   10.165425] systemd[1]: Starting Setup Virtual Console...
         Starting ^[[0;1;39mSetup Virtual Console^[[0m...
[   10.185515] systemd[1]: Finished Create List of Static Device Nodes.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate List of Static Device Nodes^[[0m.
[   10.201378] usb 3-1.2: New USB device found, idVendor=413c, idProduct=0006, bcdDevice= 0.00
[   10.209759] usb 3-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[   10.209761] usb 3-1.2: Product: DRAC 5 Virtual Keyboard and Mouse
[   10.209763] usb 3-1.2: Manufacturer: DELL
[   10.209766] usb 3-1.2: SerialNumber: DELL413C-1
[   10.209894] systemd[1]: Started Journal Service.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mJournal Service^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mLoad Kernel Modules^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mSetup Virtual Console^[[0m.
         Starting ^[[0;1;39mdracut cmdline hook^[[0m...
         Starting ^[[0;1;39mApply Kernel Variables^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mApply Kernel Variables^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate System Users^[[0m.
         Starting ^[[0;1;39mCreate Static Device Nodes in /dev^[[0m...
[   10.456288] usb 3-1.4: new high-speed USB device number 5 using xhci_hcd
         Starting ^[[0;1;39mCreate Volatile Files and Directories^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mdracut cmdline hook^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate Static Device Nodes in /dev^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate Volatile Files and Directories^[[0m.
         Startin[   10.561261] usb 3-1.4: New USB device found, idVendor=1604, idProduct=10c0, bcdDevice= 0.00
g ^[[0;1;39mdracu[   10.570321] usb 3-1.4: New USB device strings: Mfr=0, Product=0, SerialNumber=0
t pre-udev hook^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mdracut pre-udev hook^[[0m.
         Starting ^[[0;1;39mRule-based Manage…for Device Events and Files^[[0m...
[   10.626069] hub 3-1.4:1.0: USB hub found
[   10.630258] hub 3-1.4:1.0: 4 ports detected
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mRule-based Manager for Device Events and Files^[[0m.
[   10.651231] hid: raw HID events driver (C) Jiri Kosina
         Starting ^[[0;1;39mColdplug All udev Devices^[[0m...
[   10.667761] usbcore: registered new interface driver usbhid
[   10.673367] usbhid: USB HID core driver
[   10.678605] usbcore: registered new interface driver usbmouse
[   10.685034] usbcore: registered new interface driver usbkbd
[   10.693299] input: DELL DRAC 5 Virtual Keyboard and Mouse as /devices/pci0000:40/0000:40:08.1/0000:46:00.3/usb3/3-1/3-1.2/3-1.2:1.0/0003:413C:0006.0001/input/input1
[   10.708125] hid-generic 0003:413C:0006.0001: input,hidraw0: USB HID v1.01 Mouse [DELL DRAC 5 Virtual Keyboard and Mouse] on usb-0000:46:00.3-1.2/input0
[   10.721889] input: DELL DRAC 5 Virtual Keyboard and Mouse as /devices/pci0000:40/0000:40:08.1/0000:46:00.3/usb3/3-1/3-1.2/3-1.2:1.1/0003:413C:0006.0002/input/input2
[   10.796419] hid-generic 0003:413C:0006.0002: input,hidraw1: USB HID v1.01 Keyboard [DELL DRAC 5 Virtual Keyboard and Mouse] on usb-0000:46:00.3-1.2/input1
[   10.852406] wmi_bus wmi_bus-PNP0C14:00: [Firmware Bug]: WQBC data block query control method not found
[^[[0;32m  OK  ^[[0m] Finished ^[[0[   10.863879] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
;1;39mColdplug A[   10.870513] sp5100-tco sp5100-tco: Using 0xfeb00000 for watchdog MMIO address
ll udev Devices^[[   10.879055] sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0)
[0m.
[   10.889848] ccp 0000:46:00.1: no command queues available
[   10.895347] ccp 0000:46:00.1: sev enabled
[   10.899369] ccp 0000:46:00.1: psp enabled
[   10.908633] tg3 0000:c1:00.0 eth0: Tigon3 [partno(BCM95720) rev 5720000] (PCI Express) MAC address d0:8e:79:bb:95:90
[   10.919155] tg3 0000:c1:00.0 eth0: attached PHY is 5720C (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[1])
[   10.928998] tg3 0000:c1:00.0 eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[1] TSOcap[1]
[   10.929001] tg3 0000:c1:00.0 eth0: dma_rwctrl[00000001] dma_mask[64-bit]
[^[[0;32m  OK  ^[[[   10.944511] ACPI: bus type drm_connector registered
0m] Reached targ[   10.950153] mpt3sas version 48.100.00.00 loaded
et ^[[0;1;39mSystem Initializatio[   10.958230] mpt3sas_cm0: 63 BIT PCI BUS DMA ADDRESSING SUPPORTED, total mem (262456368 kB)
n^[[0m.
[   10.958680] tg3 0000:c1:00.1 eth1: Tigon3 [partno(BCM95720) rev 5720000] (PCI Express) MAC address d0:8e:79:bb:95:91
[   10.978089] tg3 0000:c1:00.1 eth1: attached PHY is 5720C (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[1])
[   10.978092] tg3 0000:c1:00.1 eth1: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[1] TSOcap[1]
[   10.978095] tg3 0000:c1:00.1 eth1: dma_rwctrl[00000001] dma_mask[64-bit]
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mNetwork^[[0m.
[   11.007783] ------------[ cut here ]------------
[   11.011230] mpt3sas_cm0: CurrentHostPageSize is 0: Setting default host page size to 4k
[   11.012410] WARNING: CPU: 0 PID: 9 at drivers/video/fbdev/core/fbmem.c:467 unregister_framebuffer+0x28/0xf0
[   11.020427] mpt3sas_cm0: MSI-X vectors supported: 96
[   11.030148] Modules linked in: mgag200(+)
[   11.035113] 	 no of cores: 128, max_msix_vectors: -1
[   11.035115] mpt3sas_cm0:  0 96 96
[   11.039127]  i2c_algo_bit crct10dif_pclmul drm_shmem_helper crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 mpt3sas(+) sha256_ssse3 drm tg3 sha1_ssse3 raid_class ccp(+) scsi_transport_sas sp5100_tco fjes(-) wmi hid_generic usbkbd usbmouse usbhid hid dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[   11.047956] mpt3sas_cm0: High IOPs queues : disabled
[   11.077116] CPU: 0 UID: 0 PID: 9 Comm: kworker/0:1 Not tainted 6.11.0-rc5-next-20240829-b18bbfc14a-000fda4e3fa #1
[   11.082077] mpt3sas0-msix0: PCI-MSI-X enabled: IRQ 107
[   11.092327] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[   11.097467] mpt3sas0-msix1: PCI-MSI-X enabled: IRQ 108
[   11.097469] mpt3sas0-msix2: PCI-MSI-X enabled: IRQ 109
[   11.105121] Workqueue: events work_for_cpu_fn
[   11.110259] mpt3sas0-msix3: PCI-MSI-X enabled: IRQ 110
[   11.115399] 
[   11.119759] mpt3sas0-msix4: PCI-MSI-X enabled: IRQ 111
[   11.119761] mpt3sas0-msix5: PCI-MSI-X enabled: IRQ 112
[   11.124897] RIP: 0010:unregister_framebuffer+0x28/0xf0
[   11.126395] mpt3sas0-msix6: PCI-MSI-X enabled: IRQ 113
[   11.131537] Code: 90 90 f3 0f 1e fa 0f 1f 44 00 00 55 48 89 e5 41 54 49 89 fc 48 c7 c7 c0 c1 83 86 e8 a2 1c 6e 00 49 63 44 24 04 83 f8 1f 76 78 <0f> 0b 49 8b bc 24 d0 01 00 00 48 85 ff 74 0b 41 f6 84 24 ec 01 00
[   11.136678] mpt3sas0-msix7: PCI-MSI-X enabled: IRQ 114
[   11.136680] mpt3sas0-msix8: PCI-MSI-X enabled: IRQ 115
[   11.141813] RSP: 0018:ffffb74a8021fbb0 EFLAGS: 00010286
[   11.146952] mpt3sas0-msix9: PCI-MSI-X enabled: IRQ 116
[   11.146954] mpt3sas0-msix10: PCI-MSI-X enabled: IRQ 117
[   11.165698] 
[   11.165700] RAX: 0000000000000000 RBX: ffff9d2716e35ac0 RCX: ffff9d2716e35d00
[   11.165702] RDX: ffff9d2706d30000 RSI: ffff9d2716e35d28 RDI: ffffffff8683c1c0
[   11.170839] mpt3sas0-msix11: PCI-MSI-X enabled: IRQ 118
[   11.170841] mpt3sas0-msix12: PCI-MSI-X enabled: IRQ 119
[   11.175977] RBP: ffffb74a8021fbb8 R08: ffffffff86399839 R09: 0000000000000010
[   11.181203] mpt3sas0-msix13: PCI-MSI-X enabled: IRQ 120
[   11.181205] mpt3sas0-msix14: PCI-MSI-X enabled: IRQ 121
[   11.181206] mpt3sas0-msix15: PCI-MSI-X enabled: IRQ 122
[   11.186341] R10: ffff9d271ac582b0 R11: 0000000000000004 R12: ffff9d271a7e7000
[   11.191567] mpt3sas0-msix16: PCI-MSI-X enabled: IRQ 123
[   11.191568] mpt3sas0-msix17: PCI-MSI-X enabled: IRQ 124
[   11.193065] R13: ffffb74a8021fc20 R14: ffff9d271ac58010 R15: 0000000000000202
[   11.200203] mpt3sas0-msix18: PCI-MSI-X enabled: IRQ 125
[   11.207333] FS:  0000000000000000(0000) GS:ffff9d467dc00000(0000) knlGS:0000000000000000
[   11.212558] mpt3sas0-msix19: PCI-MSI-X enabled: IRQ 126
[   11.217786] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[   11.224918] mpt3sas0-msix20: PCI-MSI-X enabled: IRQ 127
[   11.230143] CR2: 00007f398d609965 CR3: 0000000120a92006 CR4: 0000000000770ef0
[   11.235368] mpt3sas0-msix21: PCI-MSI-X enabled: IRQ 128
[   11.240594] PKRU: 55555554
[   11.247727] mpt3sas0-msix22: PCI-MSI-X enabled: IRQ 129
[   11.247729] mpt3sas0-msix23: PCI-MSI-X enabled: IRQ 130
[   11.252951] Call Trace:
[   11.258181] mpt3sas0-msix24: PCI-MSI-X enabled: IRQ 131
[   11.265310]  <TASK>
[   11.270536] mpt3sas0-msix25: PCI-MSI-X enabled: IRQ 132
[   11.278623]  ? show_regs+0x6d/0x80
[   11.283848] mpt3sas0-msix26: PCI-MSI-X enabled: IRQ 133
[   11.283850] mpt3sas0-msix27: PCI-MSI-X enabled: IRQ 134
[   11.289596]  ? __warn+0x91/0x140
[   11.294819] mpt3sas0-msix28: PCI-MSI-X enabled: IRQ 135
[   11.301954]  ? unregister_framebuffer+0x28/0xf0
[   11.307179] mpt3sas0-msix29: PCI-MSI-X enabled: IRQ 136
[   11.307181] mpt3sas0-msix30: PCI-MSI-X enabled: IRQ 137
[   11.309890]  ? report_bug+0x193/0x1a0
[   11.315230] mpt3sas0-msix31: PCI-MSI-X enabled: IRQ 138
[   11.315232] mpt3sas0-msix32: PCI-MSI-X enabled: IRQ 139
[   11.320459]  ? handle_bug+0x63/0xa0
[   11.322905] mpt3sas0-msix33: PCI-MSI-X enabled: IRQ 140
[   11.328126]  ? exc_invalid_op+0x1d/0x80
[   11.330232] mpt3sas0-msix34: PCI-MSI-X enabled: IRQ 141
[   11.330234] mpt3sas0-msix35: PCI-MSI-X enabled: IRQ 142
[   11.335456]  ? asm_exc_invalid_op+0x1f/0x30
[   11.338863] mpt3sas0-msix36: PCI-MSI-X enabled: IRQ 143
[   11.338865] mpt3sas0-msix37: PCI-MSI-X enabled: IRQ 144
[   11.344093]  ? unregister_framebuffer+0x28/0xf0
[   11.349315] mpt3sas0-msix38: PCI-MSI-X enabled: IRQ 145
[   11.352549]  devm_unregister_framebuffer+0x12/0x20
[   11.357773] mpt3sas0-msix39: PCI-MSI-X enabled: IRQ 146
[   11.362306]  devm_action_release+0x19/0x20
[   11.367533] mpt3sas0-msix40: PCI-MSI-X enabled: IRQ 147
[   11.372758]  release_nodes+0x4a/0xc0
[   11.376424] mpt3sas0-msix41: PCI-MSI-X enabled: IRQ 148
[   11.376426] mpt3sas0-msix42: PCI-MSI-X enabled: IRQ 149
[   11.381651]  devres_release_all+0x9f/0xe0
[   11.386875] mpt3sas0-msix43: PCI-MSI-X enabled: IRQ 150
[   11.386877] mpt3sas0-msix44: PCI-MSI-X enabled: IRQ 151
[   11.390369]  device_unbind_cleanup+0x12/0x80
[   11.390373]  device_release_driver_internal+0x1ca/0x210
[   11.395602] mpt3sas0-msix45: PCI-MSI-X enabled: IRQ 152
[   11.399434]  device_release_driver+0x16/0x20
[   11.404658] mpt3sas0-msix46: PCI-MSI-X enabled: IRQ 153
[   11.404660] mpt3sas0-msix47: PCI-MSI-X enabled: IRQ 154
[   11.409885]  bus_remove_device+0xcf/0x130
[   11.414071] mpt3sas0-msix48: PCI-MSI-X enabled: IRQ 155
[   11.419296]  device_del+0x16a/0x3c0
[   11.424523] mpt3sas0-msix49: PCI-MSI-X enabled: IRQ 156
[   11.424525] mpt3sas0-msix50: PCI-MSI-X enabled: IRQ 157
[   11.429056]  ? srso_alias_return_thunk+0x5/0xfbef5
[   11.434280] mpt3sas0-msix51: PCI-MSI-X enabled: IRQ 158
[   11.434281] mpt3sas0-msix52: PCI-MSI-X enabled: IRQ 159
[   11.439074]  platform_device_del.part.0+0x18/0x80
[   11.444300] mpt3sas0-msix53: PCI-MSI-X enabled: IRQ 160
[   11.444301] mpt3sas0-msix54: PCI-MSI-X enabled: IRQ 161
[   11.448398]  platform_device_unregister+0x24/0x40
[   11.453623] mpt3sas0-msix55: PCI-MSI-X enabled: IRQ 162
[   11.457205]  sysfb_disable+0x5c/0xa0
[   11.462427] mpt3sas0-msix56: PCI-MSI-X enabled: IRQ 163
[   11.462429] mpt3sas0-msix57: PCI-MSI-X enabled: IRQ 164
[   11.467657]  aperture_remove_conflicting_pci_devices+0x31/0xa0
[   11.471668] mpt3sas0-msix58: PCI-MSI-X enabled: IRQ 165
[   11.471670] mpt3sas0-msix59: PCI-MSI-X enabled: IRQ 166
[   11.476896]  drm_aperture_remove_conflicting_pci_framebuffers+0x19/0x20 [drm]
[   11.482117] mpt3sas0-msix60: PCI-MSI-X enabled: IRQ 167
[   11.482119] mpt3sas0-msix61: PCI-MSI-X enabled: IRQ 168
[   11.486393]  mgag200_pci_probe+0x27/0x190 [mgag200]
[   11.491617] mpt3sas0-msix62: PCI-MSI-X enabled: IRQ 169
[   11.496847]  local_pci_probe+0x4f/0xb0
[   11.501117] mpt3sas0-msix63: PCI-MSI-X enabled: IRQ 170
[   11.501119] mpt3sas0-msix64: PCI-MSI-X enabled: IRQ 171
[   11.506343]  work_for_cpu_fn+0x1e/0x30
[   11.511567] mpt3sas0-msix65: PCI-MSI-X enabled: IRQ 172
[   11.511569] mpt3sas0-msix66: PCI-MSI-X enabled: IRQ 173
[   11.515579]  process_one_work+0x17b/0x3b0
[   11.520806] mpt3sas0-msix67: PCI-MSI-X enabled: IRQ 174
[   11.524300]  ? __pfx_worker_thread+0x10/0x10
[   11.529524] mpt3sas0-msix68: PCI-MSI-X enabled: IRQ 175
[   11.534751]  worker_thread+0x2a0/0x3a0
[   11.539543] mpt3sas0-msix69: PCI-MSI-X enabled: IRQ 176
[   11.539545] mpt3sas0-msix70: PCI-MSI-X enabled: IRQ 177
[   11.544769]  ? __pfx_worker_thread+0x10/0x10
[   11.549995] mpt3sas0-msix71: PCI-MSI-X enabled: IRQ 178
[   11.554702]  kthread+0xe8/0x120
[   11.559926] mpt3sas0-msix72: PCI-MSI-X enabled: IRQ 179
[   11.565155]  ? __pfx_kthread+0x10/0x10
[   11.569857] mpt3sas0-msix73: PCI-MSI-X enabled: IRQ 180
[   11.575085]  ret_from_fork+0x40/0x60
[   11.578662] mpt3sas0-msix74: PCI-MSI-X enabled: IRQ 181
[   11.578663] mpt3sas0-msix75: PCI-MSI-X enabled: IRQ 182
[   11.583891]  ? __pfx_kthread+0x10/0x10
[   11.589116] mpt3sas0-msix76: PCI-MSI-X enabled: IRQ 183
[   11.589118] mpt3sas0-msix77: PCI-MSI-X enabled: IRQ 184
[   11.594948]  ret_from_fork_asm+0x1a/0x30
[   11.600172] mpt3sas0-msix78: PCI-MSI-X enabled: IRQ 185
[   11.600174] mpt3sas0-msix79: PCI-MSI-X enabled: IRQ 186
[   11.605403]  </TASK>
[   11.612533] mpt3sas0-msix80: PCI-MSI-X enabled: IRQ 187
[   11.617758] ---[ end trace 0000000000000000 ]---
[   11.622983] mpt3sas0-msix81: PCI-MSI-X enabled: IRQ 188
[   11.627870] BUG: kernel NULL pointer dereference, address: 0000000000000000
[   11.633088] mpt3sas0-msix82: PCI-MSI-X enabled: IRQ 189
[   11.636831] #PF: supervisor read access in kernel mode
[   11.636833] #PF: error_code(0x0000) - not-present page
[   11.636835] PGD 0 P4D 0 
[   11.642059] mpt3sas0-msix83: PCI-MSI-X enabled: IRQ 190
[   11.647271] 
[   11.647272] Oops: Oops: 0000 [#1] PREEMPT SMP NOPTI
[   11.647275] CPU: 0 UID: 0 PID: 9 Comm: kworker/0:1 Tainted: G        W          6.11.0-rc5-next-20240829-b18bbfc14a-000fda4e3fa #1
[   11.651028] mpt3sas0-msix84: PCI-MSI-X enabled: IRQ 191
[   11.656243] Tainted: [W]=WARN
[   11.656244] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[   11.656245] Workqueue: events work_for_cpu_fn
[   11.661472] mpt3sas0-msix85: PCI-MSI-X enabled: IRQ 192
[   11.665471] 
[   11.665472] RIP: 0010:fb_destroy_modelist+0x1a/0x70
[   11.670702] mpt3sas0-msix86: PCI-MSI-X enabled: IRQ 193
[   11.674970] Code: 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 f3 0f 1e fa 0f 1f 44 00 00 55 48 89 e5 41 56 41 55 41 54 49 89 fc 53 48 8b 3f <48> 8b 1f 49 39 fc 74 36 49 be 00 01 00 00 00 00 ad de 49 bd 22 01
[   11.674973] RSP: 0018:ffffb74a8021fb80 EFLAGS: 00010246
[   11.674975] RAX: 0000000000000000 RBX: ffff9d2716e35ac0 RCX: ffff9d2716e35d00
[   11.680199] mpt3sas0-msix87: PCI-MSI-X enabled: IRQ 194
[   11.683940] RDX: ffff9d2706d30000 RSI: ffff9d2716e35d28 RDI: 0000000000000000
[   11.683942] RBP: ffffb74a8021fba0 R08: ffffffff86399839 R09: 0000000000000010
[   11.683943] R10: ffff9d271ac582b0 R11: 0000000000000004 R12: ffff9d271a7e7288
[   11.689169] mpt3sas0-msix88: PCI-MSI-X enabled: IRQ 195
[   11.694382] R13: ffffb74a8021fc20 R14: ffff9d271ac58010 R15: 0000000000000202
[   11.694385] FS:  0000000000000000(0000) GS:ffff9d467dc00000(0000) knlGS:0000000000000000
[   11.694386] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[   11.698660] mpt3sas0-msix89: PCI-MSI-X enabled: IRQ 196
[   11.703882] CR2: 0000000000000000 CR3: 0000000120a92006 CR4: 0000000000770ef0
[   11.703884] PKRU: 55555554
[   11.703886] Call Trace:
[   11.703887]  <TASK>
[   11.707031] mpt3sas0-msix90: PCI-MSI-X enabled: IRQ 197
[   11.712244]  ? show_regs+0x6d/0x80
[   11.712249]  ? __die+0x29/0x70
[   11.715999] mpt3sas0-msix91: PCI-MSI-X enabled: IRQ 198
[   11.721215]  ? page_fault_oops+0x15d/0x4f0
[   11.724797] mpt3sas0-msix92: PCI-MSI-X enabled: IRQ 199
[   11.730011]  ? _printk+0x5c/0x80
[   11.730017]  ? do_user_addr_fault+0x317/0x690
[   11.735240] mpt3sas0-msix93: PCI-MSI-X enabled: IRQ 200
[   11.738988]  ? unregister_framebuffer+0x28/0xf0
[   11.738992]  ? exc_page_fault+0x7c/0x1b0
[   11.744217] mpt3sas0-msix94: PCI-MSI-X enabled: IRQ 201
[   11.749434]  ? asm_exc_page_fault+0x2b/0x30
[   11.749441]  ? fb_destroy_modelist+0x1a/0x70
[   11.753361] mpt3sas0-msix95: PCI-MSI-X enabled: IRQ 202
[   11.758577]  unregister_framebuffer+0x4f/0xf0
[   11.758580]  devm_unregister_framebuffer+0x12/0x20
[   11.763805] mpt3sas_cm0: iomem(0x00000000e2100000), mapped(0x00000000c47e293e), size(65536)
[   11.765995]  devm_action_release+0x19/0x20
[   11.765999]  release_nodes+0x4a/0xc0
[   11.771222] mpt3sas_cm0: ioport(0x0000000000001000), size(256)
[   11.775830]  devres_release_all+0x9f/0xe0
[   11.775836]  device_unbind_cleanup+0x12/0x80
[   11.824784] mpt3sas_cm0: CurrentHostPageSize is 0: Setting default host page size to 4k
[   11.829328]  device_release_driver_internal+0x1ca/0x210
[   11.834559] mpt3sas_cm0: sending message unit reset !!
[   11.837529]  device_release_driver+0x16/0x20
[   11.837532]  bus_remove_device+0xcf/0x130
[   11.846691] mpt3sas_cm0: message unit reset: SUCCESS
[   11.849530]  device_del+0x16a/0x3c0
[   11.849533]  ? srso_alias_return_thunk+0x5/0xfbef5
[   11.876263] mpt3sas_cm0: scatter gather: sge_in_main_msg(1), sge_per_chain(7), sge_per_io(128), chains_per_io(19)
[   11.885089]  platform_device_del.part.0+0x18/0x80
[   11.891530] mpt3sas_cm0: request pool(0x00000000dd48e7e2) - dma(0xe0600000): depth(9700), frame_size(128), pool_size(1212 kB)
[   11.897446]  platform_device_unregister+0x24/0x40
[   11.897449]  sysfb_disable+0x5c/0xa0
[   11.927851] mpt3sas_cm0: sense pool(0x0000000049f9c594) - dma(0xdef00000): depth(9463), element_size(96), pool_size (887 kB)
[   11.929279]  aperture_remove_conflicting_pci_devices+0x31/0xa0
[   11.929284]  drm_aperture_remove_conflicting_pci_framebuffers+0x19/0x20 [drm]
[   11.936522] mpt3sas_cm0: reply pool(0x0000000090ffb974) - dma(0xdec00000): depth(9764), frame_size(128), pool_size(1220 kB)
[   11.944488]  mgag200_pci_probe+0x27/0x190 [mgag200]
[   11.944494]  local_pci_probe+0x4f/0xb0
[   11.950254] mpt3sas_cm0: config page(0x00000000e11e2e8a) - dma(0xdebee000): size(512)
[   11.955462]  work_for_cpu_fn+0x1e/0x30
[   11.955465]  process_one_work+0x17b/0x3b0
[   11.962593] mpt3sas_cm0: Allocated physical memory: size(40437 kB)
[   11.965296]  ? __pfx_worker_thread+0x10/0x10
[   11.967748] mpt3sas_cm0: Current Controller Queue Depth(9460),Max Controller Queue Depth(9584)
[   11.969847]  worker_thread+0x2a0/0x3a0
[   11.969851]  ? __pfx_worker_thread+0x10/0x10
[   11.975075] mpt3sas_cm0: Scatter Gather Elements per IO(128)
[   11.978469]  kthread+0xe8/0x120
[   11.978472]  ? __pfx_kthread+0x10/0x10
[   12.016326] mpt3sas_cm0: _base_display_fwpkg_version: complete
[   12.017297]  ret_from_fork+0x40/0x60
[   12.022525] mpt3sas_cm0: FW Package Ver(16.17.01.00)
[   12.026706]  ? __pfx_kthread+0x10/0x10
[   12.026709]  ret_from_fork_asm+0x1a/0x30
[   12.031274] mpt3sas_cm0: LSISAS3008: FWVersion(16.00.11.00), ChipRevision(0x02)
[   12.036200]  </TASK>
[   12.036201] Modules linked in: mgag200(+)
[   12.040558] mpt3sas_cm0: Protocol=(
[   12.045340]  i2c_algo_bit crct10dif_pclmul drm_shmem_helper crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 mpt3sas(+) sha256_ssse3 drm tg3 sha1_ssse3 raid_class ccp(+) scsi_transport_sas sp5100_tco fjes(-) wmi hid_generic usbkbd
[   12.053697] Initiator
[   12.057793]  usbmouse usbhid hid dm_mirror dm_region_hash dm_log
[   12.061375] ,Target
[   12.067197]  msr autofs4 aesni_intel crypto_simd cryptd
[   12.071212] ), Capabilities=(
[   12.075482] CR2: 0000000000000000
[   12.075485] ---[ end trace 0000000000000000 ]---
[   12.083486] TLR
[   14.500871] clocksource: Long readout interval, skipping watchdog check: cs_nsec: 2500610352 wd_nsec: 2500606920
[   14.511623] pstore: backend (erst) writing error (-28)
[   14.513122] ,EEDP
[   14.517131] RIP: 0010:fb_destroy_modelist+0x1a/0x70
[   14.522098] ,Snapshot Buffer
[   14.525578] Code: 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 f3 0f 1e fa 0f 1f 44 00 00 55 48 89 e5 41 56 41 55 41 54 49 89 fc 53 48 8b 3f <48> 8b 1f 49 39 fc 74 36 49 be 00 01 00 00 00 00 ad de 49 bd 22 01
[   14.525581] RSP: 0018:ffffb74a8021fb80 EFLAGS: 00010246
[   14.530374] ,Diag Trace Buffer
[   14.540616] 
[   14.540618] RAX: 0000000000000000 RBX: ffff9d2716e35ac0 RCX: ffff9d2716e35d00
[   14.540619] RDX: ffff9d2706d30000 RSI: ffff9d2716e35d28 RDI: 0000000000000000
[   14.545325] ,Task Set Full
[   14.556605] RBP: ffffb74a8021fba0 R08: ffffffff86399839 R09: 0000000000000010
[   14.556607] R10: ffff9d271ac582b0 R11: 0000000000000004 R12: ffff9d271a7e7288
[   14.556609] R13: ffffb74a8021fc20 R14: ffff9d271ac58010 R15: 0000000000000202
[   14.556611] FS:  0000000000000000(0000) GS:ffff9d467dc00000(0000) knlGS:0000000000000000
[   14.561313] ,NCQ
[   14.564882] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[   14.564884] CR2: 0000000000000000 CR3: 0000000120a92006 CR4: 0000000000770ef0
[   14.564886] PKRU: 55555554
[   14.576089] )
[   14.581910] note: kworker/0:1[9] exited with irqs disabled
[   14.661577] ccp 0000:46:00.1: SEV API:1.55 build:17
[   14.663086] scsi host8: Fusion MPT SAS Host
[   14.666751] ccp 0000:46:00.1: SEV-SNP API:1.55 build:17
[   14.896156] mpt3sas_cm0: sending port enable !!
[   14.901095] mpt3sas_cm0: hba_port entry: 000000000d6f8313, port: 255 is added to hba_port list
         Startin[   14.910760] mpt3sas_cm0: host_add: handle(0x0001), sas_addr(0x52cea7f0be87bf00), phys(8)
g ^[[0;1;39mdracu[   14.919585] mpt3sas_cm0: handle(0xa) sas_address(0x4433221100000000) port_type(0x1)
t initqueue hook[   14.929460] scsi 8:0:0:0: Direct-Access     ATA      MTFDDAK960TDT    J004 PQ: 0 ANSI: 6
^[[0m...
[   14.937748] scsi 8:0:0:0: SATA: handle(0x000a), sas_addr(0x4433221100000000), phy(0), device_name(0x500a075131911ad0)
[   14.949110] scsi 8:0:0:0: enclosure logical id (0x52cea7f0be87bf00), slot(1) 
[   14.956241] scsi 8:0:0:0: enclosure level(0x0001), connector name(     )
         Startin[   14.962996] scsi 8:0:0:0: atapi(n), ncq(y), asyn_notify(n), smart(y), fua(y), sw_preserve(y)
g ^[[0;1;39mShow [   14.972802] scsi 8:0:0:0: qdepth(32), tagged(1), scsi_level(7), cmd_que(1)
[   14.980766]  end_device-8:0: add: handle(0x000a), sas_addr(0x4433221100000000)
Plymouth Boot Sc[   14.988399] mpt3sas_cm0: handle(0xc) sas_address(0x58ce38ee219651a2) port_type(0x1)
reen^[[0m...
[   14.997790] scsi 8:0:1:0: Direct-Access     KIOXIA   KPM6WVUG960G     BD08 PQ: 0 ANSI: 6
[   15.006523] scsi 8:0:1:0: SSP: handle(0x000c), sas_addr(0x58ce38ee219651a2), phy(4), device_name(0x58ce38ee219651a0)
[   15.017036] scsi 8:0:1:0: enclosure logical id (0x52cea7f0be87bf00), slot(0) 
[   15.024167] scsi 8:0:1:0: enclosure level(0x0001), connector name(     )
[   15.030876] scsi 8:0:1:0: qdepth(254), tagged(1), scsi_level(7), cmd_que(1)
^[[2J^[[3J^[[-1;-1f[^[[0;32m  OK  ^[[[   15.039479]  end_device-8:1: add: handle(0x000c), sas_addr(0x58ce38ee219651a2)
0m] Started ^[[0;[   15.048005] mpt3sas_cm0: handle(0xb) sas_address(0x4433221106000000) port_type(0x1)
1;39mShow Plymou[   15.058170] scsi 8:0:2:0: Direct-Access     ATA      MTFDDAK960TDT    J004 PQ: 0 ANSI: 6
th Boot Screen^[[[   15.066399] scsi 8:0:2:0: SATA: handle(0x000b), sas_addr(0x4433221106000000), phy(6), device_name(0x500a075131911a6f)
[   15.078378] scsi 8:0:2:0: enclosure logical id (0x52cea7f0be87bf00), slot(2) 
0m.
[^[[0;32m  [   15.085508] scsi 8:0:2:0: enclosure level(0x0001), connector name(     )
OK  ^[[0m] Starte[   15.093636] scsi 8:0:2:0: atapi(n), ncq(y), asyn_notify(n), smart(y), fua(y), sw_preserve(y)
d ^[[0;1;39mForwa[   15.103412] scsi 8:0:2:0: qdepth(32), tagged(1), scsi_level(7), cmd_que(1)
rd Password R…s to Plymouth Directory Watch^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39[   15.119619]  end_device-8:2: add: handle(0x000b), sas_addr(0x4433221106000000)
mPath Units^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mBasic System^[[0m.
[   15.140262] mpt3sas_cm0: port enable: SUCCESS
[   15.144904] sd 8:0:0:0: Attached scsi generic sg0 type 0
[   15.145443] sd 8:0:0:0: [sda] 1875385008 512-byte logical blocks: (960 GB/894 GiB)
[   15.150419] scsi 8:0:1:0: Attached scsi generic sg1 type 0
[   15.150680] sd 8:0:1:0: [sdb] 1875385008 512-byte logical blocks: (960 GB/894 GiB)
[   15.150684] sd 8:0:1:0: [sdb] 4096-byte physical blocks
[   15.150865] sd 8:0:1:0: [sdb] Write Protect is off
[   15.150868] sd 8:0:1:0: [sdb] Mode Sense: 87 00 00 08
[   15.151079] sd 8:0:1:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[   15.157782] sd 8:0:0:0: [sda] 4096-byte physical blocks
[   15.159799] sd 8:0:0:0: [sda] Write Protect is off
[   15.163562] sd 8:0:2:0: Attached scsi generic sg2 type 0
[   15.164126] sd 8:0:2:0: [sdc] 1875385008 512-byte logical blocks: (960 GB/894 GiB)
[   15.164130] sd 8:0:2:0: [sdc] 4096-byte physical blocks
[   15.166135] sd 8:0:2:0: [sdc] Write Protect is off
[   15.166138] sd 8:0:2:0: [sdc] Mode Sense: 9b 00 10 08
[   15.167421] sd 8:0:2:0: [sdc] Write cache: enabled, read cache: enabled, supports DPO and FUA
[   15.170833] sd 8:0:0:0: [sda] Mode Sense: 9b 00 10 08
[   15.171593] sd 8:0:0:0: [sda] Write cache: enabled, read cache: enabled, supports DPO and FUA
[   15.181383]  sdb: sdb1 sdb2
[   15.258008] sd 8:0:1:0: [sdb] Attached SCSI disk
[   15.266123]  sdc: sdc1 sdc2
[   15.269036] sd 8:0:2:0: [sdc] Attached SCSI disk
[   15.282264]  sda: sda1 sda2 sda3 sda4 sda5 sda6 sda7
[   15.287579] sd 8:0:0:0: [sda] Attached SCSI disk
^[[c^[[2J^[[01;01H^[[=3h^[[2J^[[01;01HKEY MAPPING FOR CONSOLE REDIRECTION:

Use the <ESC><1> key sequence for <F1>
Use the <ESC><2> key sequence for <F2>
Use the <ESC><3> key sequence for <F3>
Use the <ESC><0> key sequence for <F10>
Use the <ESC><!> key sequence for <F11>
Use the <ESC><@> key sequence for <F12>

Use the <ESC><Ctrl><M> key sequence for <Ctrl><M>
Use the <ESC><Ctrl><H> key sequence for <Ctrl><H>
Use the <ESC><Ctrl><I> key sequence for <Ctrl><I>
Use the <ESC><Ctrl><J> key sequence for <Ctrl><J>

Use the <ESC><X><X> key sequence for <Alt><x>, where x is any letter
key, and X is the upper case of that key

Use the <ESC><R><ESC><r><ESC><R> key sequence for <Ctrl><Alt><Del>

Press the spacebar to pause...
Initializing PCIe, USB, and Video... Done
PowerEdge R6515
BIOS Version: 2.14.1
Console Redirection Enabled Requested by iDRAC

F2	 = System Setup
F10	 = Lifecycle Controller (Config
	   iDRAC, Update FW, Install OS)
F11	 = Boot Manager
F12	 = PXE Boot
iDRAC IPV4:  10.86.18.202 [Dedicated]
                                
Initializing Firmware Interfaces...
 





Enumerating Boot options...
Enumerating Boot options... Done
Loading Lifecycle Controller Drivers...
Loading Lifecycle Controller Drivers...Done
Lifecycle Controller: Collecting System Inventory...

iDRAC IPV4:  10.86.18.202 [Dedicated]

^[[2J^[[01;01HLifecycle Controller: Done
Booting...
^[[2J^[[01;01HBooting from Integrated Storage Controller 1: Red Hat Enterprise Linux
^[[0m^[[30m^[[40m^[[2J^[[01;01H^[[0m^[[37m^[[40m^[[20;07HUse the ^ and v keys to change the selection.                       
\r      Press 'e' to edit the selected item, or 'c' for a command prompt.   
\r      Press Escape to return to the previous menu.                        ^[[04;80H ^[[0m^[[30m^[[47m^[[04;01H      Red Hat Enterprise Linux (6.11.0-rc5-next-20240829-b18bbfc14a-000fda4e3f>
\r^[[05;01H^[[0m^[[37m^[[40m^[[04;79H^[[05;01H      Red Hat Enterprise Linux (6.11.0-rc5-next-20240828-195a402a75-c0ceb24fe8>
\r^[[06;01H^[[05;79H^[[06;01H      Red Hat Enterprise Linux (6.11.0-rc5-next-20240827-6f92374805-5e2d8ff675>
\r^[[07;01H^[[06;79H^[[07;01H      Red Hat Enterprise Linux (6.11.0-rc5-next-20240826-1ca4237ad9-2892a62bcd>
\r^[[08;01H^[[07;79H^[[08;01H      Red Hat Enterprise Linux (6.11.0-rc4-next-20240823-c79c85875f-029ca5dd36>
\r^[[09;01H^[[08;79H^[[09;01H      Red Hat Enterprise Linux (6.11.0-rc4-next-20240822-6a7917c89f-5b91b02e84>
\r^[[10;01H^[[09;79H^[[10;01H      Red Hat Enterprise Linux (6.11.0-rc4-next-20240821-eb8c5ca373-80383d4) 9>
\r^[[11;01H^[[10;79H^[[11;01H      Red Hat Enterprise Linux (6.11.0-rc4-next-20240820-bb1b0acdcd-35e1183) 9>
\r^[[12;01H^[[11;79H^[[12;01H      Red Hat Enterprise Linux (6.11.0-rc4-next-20240819-469f1bad3c-21a1019) 9>
\r^[[13;01H^[[12;79H^[[13;01H      Red Hat Enterprise Linux (6.11.0-rc4-d2bafcf224-d2bafcf224f) 9.1 (Plow)  ^[[13;79H^[[14;01H      Red Hat Enterprise Linux (6.11.0-rc3-next-20240816-367b5c3d53-d2011f6) 9>
\r^[[15;01H^[[14;79H^[[15;01H      Red Hat Enterprise Linux (6.11.0-rc3-next-20240815-edd1ec2e3a-c1aea8f) 9>
\r^[[16;01H^[[15;79H^[[16;01H      Red Hat Enterprise Linux (6.11.0-rc3-next-20240814-320eb81df4-1977f33) 9>
\r^[[17;01H^[[16;79H^[[17;01H      Red Hat Enterprise Linux (6.11.0-rc3-next-20240813-033a469170-91a7547) 9>
\r^[[18;01H^[[17;79H^[[18;01H      Red Hat Enterprise Linux (6.11.0-rc3-df6cbc62cc-df6cbc6) 9.1 (Plow)      ^[[18;79H^[[18;80Hv^[[04;79H^[[23;01H   The selected entry will be started automatically in 5s.                     ^[[04;79H^[[23;01H                                                                               ^[[24;01H                                                                               ^[[04;79H^[[04;01H      Red Hat Enterprise Linux (6.11.0-rc5-next-20240829-b18bbfc14a-000fda4e3f>
\r^[[05;01H^[[04;79H^[[0m^[[30m^[[47m^[[05;01H      Red Hat Enterprise Linux (6.11.0-rc5-next-20240828-195a402a75-c0ceb24fe8>
\r^[[06;01H^[[0m^[[37m^[[40m^[[05;79H^[[0m^[[30m^[[40m^[[2J^[[01;01H^[[0m^[[37m^[[40m^[[0m^[[30m^[[40m^[[2J^[[01;01H^[[0m^[[37m^[[40m[    0.000000] Linux version 6.11.0-rc5-next-20240828-195a402a75-c0ceb24fe8d (root@hostname.amd.com) (gcc (GCC) 11.4.1 20231218 (Red Hat 11.4.1-3), GNU ld version 2.35.2-43.el9) #1 SMP PREEMPT_DYNAMIC Wed Aug 28 17:27:15 IST 2024
[    0.000000] Command line: BOOT_IMAGE=(hd0,gpt6)/vmlinuz-6.11.0-rc5-next-20240828-195a402a75-c0ceb24fe8d root=/dev/mapper/rhel_hostname-root ro selinux=0 console=ttyS0,115200n8 earlyprintk=ttyS0,115200 net.ifnames=0 biosdevname=0 swiotlb=131072 kvm_amd.debug_swap=0 mem_encrypt=off
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Hygon HygonGenuine
[    0.000000]   Centaur CentaurHauls
[    0.000000]   zhaoxin   Shanghai  
[    0.000000] SEV-SNP: RMP table physical range [0x0000000015e00000 - 0x00000000566fffff]
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000008efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000008f000-0x000000000008ffff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000000090000-0x000000000009ffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000015dfffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000015e00000-0x00000000566fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000056700000-0x00000000567fbfff] usable
[    0.000000] BIOS-e820: [mem 0x00000000567fc000-0x00000000567fcfff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000567fd000-0x000000005a14afff] usable
[    0.000000] BIOS-e820: [mem 0x000000005a14b000-0x000000005a34afff] reserved
[    0.000000] BIOS-e820: [mem 0x000000005a34b000-0x0000000067acefff] usable
[    0.000000] BIOS-e820: [mem 0x0000000067acf000-0x000000006dfcefff] reserved
[    0.000000] BIOS-e820: [mem 0x000000006dfcf000-0x000000006edfefff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000006edff000-0x000000006effefff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000006efff000-0x000000006effffff] usable
[    0.000000] BIOS-e820: [mem 0x000000006f000000-0x000000006f00afff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000006f00b000-0x000000006fffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000070000000-0x000000008fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000aa000000-0x00000000aaffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000c5000000-0x00000000c5ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000e0ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fd000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000207fcfffff] usable
[    0.000000] BIOS-e820: [mem 0x000000207fd00000-0x000000207fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000002080000000-0x000000407f1fffff] usable
[    0.000000] BIOS-e820: [mem 0x000000407f200000-0x000000407fffffff] reserved
[    0.000000] printk: legacy bootconsole [earlyser0] enabled
[    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-0x000000000008efff] usable
[    0.000000] reserve setup_data: [mem 0x000000000008f000-0x000000000008ffff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x0000000000090000-0x000000000009ffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000000100000-0x0000000000b4b01f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000b4b020-0x0000000000b5305f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000b53060-0x0000000000b5401f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000b54020-0x0000000000b8645f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000b86460-0x0000000000b8701f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000b87020-0x0000000000bb945f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000bb9460-0x0000000000bba01f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000bba020-0x0000000000bffe5f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000bffe60-0x0000000015dfffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000015e00000-0x00000000566fffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000056700000-0x00000000567fbfff] usable
[    0.000000] reserve setup_data: [mem 0x00000000567fc000-0x00000000567fcfff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000567fd000-0x000000005a14afff] usable
[    0.000000] reserve setup_data: [mem 0x000000005a14b000-0x000000005a34afff] reserved
[    0.000000] reserve setup_data: [mem 0x000000005a34b000-0x0000000067acefff] usable
[    0.000000] reserve setup_data: [mem 0x0000000067acf000-0x000000006dfcefff] reserved
[    0.000000] reserve setup_data: [mem 0x000000006dfcf000-0x000000006edfefff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x000000006edff000-0x000000006effefff] ACPI data
[    0.000000] reserve setup_data: [mem 0x000000006efff000-0x000000006effffff] usable
[    0.000000] reserve setup_data: [mem 0x000000006f000000-0x000000006f00afff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x000000006f00b000-0x000000006fffffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000070000000-0x000000008fffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000aa000000-0x00000000aaffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000c5000000-0x00000000c5ffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000e0000000-0x00000000e0ffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fd000000-0x00000000ffffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000207fcfffff] usable
[    0.000000] reserve setup_data: [mem 0x000000207fd00000-0x000000207fffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000002080000000-0x000000407f1fffff] usable
[    0.000000] reserve setup_data: [mem 0x000000407f200000-0x000000407fffffff] reserved
[    0.000000] efi: EFI v2.7 by Dell Inc.
[    0.000000] efi: ACPI=0x6effe000 ACPI 2.0=0x6effe014 MEMATTR=0x63f3c4a0 SMBIOS=0x6979e000 SMBIOS 3.0=0x6979c000 MOKvar=0x67bcc000 RNG=0x6efb4020 
[    0.000000] random: crng init done
[    0.000000] efi: Remove mem56: MMIO range=[0x80000000-0x8fffffff] (256MB) from e820 map
[    0.000000] efi: Remove mem57: MMIO range=[0xaa000000-0xaaffffff] (16MB) from e820 map
[    0.000000] efi: Remove mem58: MMIO range=[0xc5000000-0xc5ffffff] (16MB) from e820 map
[    0.000000] efi: Remove mem59: MMIO range=[0xe0000000-0xe0ffffff] (16MB) from e820 map
[    0.000000] efi: Remove mem60: MMIO range=[0xfd000000-0xffffffff] (48MB) from e820 map
[    0.000000] SMBIOS 3.3.0 present.
[    0.000000] DMI: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[    0.000000] DMI: Memory slots populated: 8/16
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 1996.323 MHz processor
[    0.000029] last_pfn = 0x407f200 max_arch_pfn = 0x400000000
[    0.005553] MTRR map: 7 entries (2 fixed + 5 variable; max 19), built from 9 variable MTRRs
[    0.013865] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Memory KASLR using RDRAND RDTSC...
[    0.023868] x2apic: enabled by BIOS, switching to x2apic ops
[    0.029500] last_pfn = 0x70000 max_arch_pfn = 0x400000000
[    0.039358] SEV-SNP: Reserving start/end of RMP table on a 2MB boundary [0x0000000056600000]
[    0.047630] Using GB pages for direct mapping
[    0.052892] Secure boot disabled
[    0.055940] RAMDISK: [mem 0x407cee3000-0x407f1fffff]
[    0.060880] ACPI: Early table checksum verification disabled
[    0.066514] ACPI: RSDP 0x000000006EFFE014 000024 (v02 DELL  )
[    0.072233] ACPI: XSDT 0x000000006EFB7188 0000DC (v01 DELL   PE_SC3   00000002 DELL 00000001)
[    0.080727] ACPI: FACP 0x000000006EFF9000 000114 (v06 DELL   PE_SC3   00000002 DELL 00000001)
[    0.089220] ACPI: DSDT 0x000000006EFDA000 019528 (v02 DELL   PE_SC3   00000002 DELL 00000001)
[    0.097710] ACPI: FACS 0x000000006EDB9000 000040
[    0.102304] ACPI: BERT 0x000000006EFFC000 000030 (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.110797] ACPI: ERST 0x000000006EFFB000 000230 (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.119289] ACPI: HEST 0x000000006EFFA000 0007F4 (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.127825] ACPI: HPET 0x000000006EFF8000 000038 (v01 DELL   PE_SC3   00000002 DELL 00000001)
[    0.136317] ACPI: APIC 0x000000006EFF6000 0018BE (v05 DELL   PE_SC3   00000002 DELL 00000001)
[    0.144811] ACPI: MCFG 0x000000006EFF5000 00003C (v01 DELL   PE_SC3   00000002 DELL 00000001)
[    0.153304] ACPI: WSMT 0x000000006EFF4000 000028 (v01 DELL   PE_SC3   00000002 DELL 00000001)
[    0.161796] ACPI: SSDT 0x000000006EFD9000 000629 (v02 DELL   xhc_port 00000001 INTL 20210331)
[    0.170289] ACPI: SSDT 0x000000006EFD8000 000D6E (v02 AMD    CPMRAS   00000001 INTL 20210331)
[    0.178781] ACPI: EINJ 0x000000006EFD7000 000170 (v01 AMD    PE_SC3   00000001 AMD  00000001)
[    0.187275] ACPI: PCCT 0x000000006EFD6000 00006E (v02 DELL   AmdTable 00000001 AMD  00000001)
[    0.195768] ACPI: SSDT 0x000000006EFC7000 00E849 (v02 DELL   PE_SC3   00000001 AMD  00000001)
[    0.204260] ACPI: SRAT 0x000000006EFC6000 000CD0 (v03 DELL   PE_SC3   00000001 AMD  00000001)
[    0.212753] ACPI: MSCT 0x000000006EFC5000 00004E (v01 DELL   PE_SC3   00000000 AMD  00000001)
[    0.221246] ACPI: SLIT 0x000000006EFC4000 000030 (v01 DELL   PE_SC3   00000001 AMD  00000001)
[    0.229738] ACPI: CRAT 0x000000006EFBC000 0072F8 (v01 DELL   PE_SC3   00000001 AMD  00000001)
[    0.238231] ACPI: CDIT 0x000000006EFBB000 00002C (v01 DELL   PE_SC3   00000001 AMD  00000001)
[    0.246724] ACPI: IVRS 0x000000006EFBA000 0001F0 (v02 DELL   PE_SC3   00000001 AMD  00000001)
[    0.255217] ACPI: SPCR 0x000000006EFB9000 000050 (v02 DELL   PE_SC3   00000002 DELL 00000001)
[    0.263709] ACPI: SLIC 0x000000006EFB8000 000176 (v01 DELL   PE_SC3   00000002 DELL 00000001)
[    0.272203] ACPI: SSDT 0x000000006EFFD000 000D66 (v02 DELL   PE_SC3   00000002 DELL 00000001)
[    0.280696] ACPI: SSDT 0x000000006EFB5000 00193C (v02 AMD    CPMCMN   00000001 INTL 20210331)
[    0.289187] ACPI: Reserving FACP table memory at [mem 0x6eff9000-0x6eff9113]
[    0.296207] ACPI: Reserving DSDT table memory at [mem 0x6efda000-0x6eff3527]
[    0.303226] ACPI: Reserving FACS table memory at [mem 0x6edb9000-0x6edb903f]
[    0.310245] ACPI: Reserving BERT table memory at [mem 0x6effc000-0x6effc02f]
[    0.317265] ACPI: Reserving ERST table memory at [mem 0x6effb000-0x6effb22f]
[    0.324285] ACPI: Reserving HEST table memory at [mem 0x6effa000-0x6effa7f3]
[    0.331305] ACPI: Reserving HPET table memory at [mem 0x6eff8000-0x6eff8037]
[    0.338324] ACPI: Reserving APIC table memory at [mem 0x6eff6000-0x6eff78bd]
[    0.345344] ACPI: Reserving MCFG table memory at [mem 0x6eff5000-0x6eff503b]
[    0.352364] ACPI: Reserving WSMT table memory at [mem 0x6eff4000-0x6eff4027]
[    0.359383] ACPI: Reserving SSDT table memory at [mem 0x6efd9000-0x6efd9628]
[    0.366403] ACPI: Reserving SSDT table memory at [mem 0x6efd8000-0x6efd8d6d]
[    0.373422] ACPI: Reserving EINJ table memory at [mem 0x6efd7000-0x6efd716f]
[    0.380442] ACPI: Reserving PCCT table memory at [mem 0x6efd6000-0x6efd606d]
[    0.387461] ACPI: Reserving SSDT table memory at [mem 0x6efc7000-0x6efd5848]
[    0.394481] ACPI: Reserving SRAT table memory at [mem 0x6efc6000-0x6efc6ccf]
[    0.401500] ACPI: Reserving MSCT table memory at [mem 0x6efc5000-0x6efc504d]
[    0.408520] ACPI: Reserving SLIT table memory at [mem 0x6efc4000-0x6efc402f]
[    0.415539] ACPI: Reserving CRAT table memory at [mem 0x6efbc000-0x6efc32f7]
[    0.422560] ACPI: Reserving CDIT table memory at [mem 0x6efbb000-0x6efbb02b]
[    0.429579] ACPI: Reserving IVRS table memory at [mem 0x6efba000-0x6efba1ef]
[    0.436597] ACPI: Reserving SPCR table memory at [mem 0x6efb9000-0x6efb904f]
[    0.443644] ACPI: Reserving SLIC table memory at [mem 0x6efb8000-0x6efb8175]
[    0.450663] ACPI: Reserving SSDT table memory at [mem 0x6effd000-0x6effdd65]
[    0.457683] ACPI: Reserving SSDT table memory at [mem 0x6efb5000-0x6efb693b]
[    0.464772] APIC: Switched APIC routing to: cluster x2apic
[    0.470177] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff]
[    0.476142] ACPI: SRAT: Node 0 PXM 0 [mem 0x000c0000-0x7fffffff]
[    0.482122] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0x207fffffff]
[    0.488361] ACPI: SRAT: Node 1 PXM 1 [mem 0x2080000000-0x407fffffff]
[    0.494693] NUMA: Node 0 [mem 0x00001000-0x0009ffff] + [mem 0x000c0000-0x7fffffff] -> [mem 0x00001000-0x7fffffff]
[    0.504912] NUMA: Node 0 [mem 0x00001000-0x7fffffff] + [mem 0x100000000-0x207fffffff] -> [mem 0x00001000-0x207fffffff]
[    0.515579] NODE_DATA(0) allocated [mem 0x207fcd5a00-0x207fcfffff]
[    0.521734] NODE_DATA(1) allocated [mem 0x407ceb7a00-0x407cee1fff]
[    0.528208] Zone ranges:
[    0.530565]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.536717]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.542905]   Normal   [mem 0x0000000100000000-0x000000407f1fffff]
[    0.549157]   Device   empty
[    0.551944] Movable zone start for each node
[    0.556191] Early memory node ranges
[    0.559742]   node   0: [mem 0x0000000000001000-0x000000000008efff]
[    0.565983]   node   0: [mem 0x0000000000090000-0x000000000009ffff]
[    0.572222]   node   0: [mem 0x0000000000100000-0x0000000015dfffff]
[    0.578462]   node   0: [mem 0x0000000056700000-0x00000000567fbfff]
[    0.584701]   node   0: [mem 0x00000000567fd000-0x000000005a14afff]
[    0.590942]   node   0: [mem 0x000000005a34b000-0x0000000067acefff]
[    0.597180]   node   0: [mem 0x000000006efff000-0x000000006effffff]
[    0.603420]   node   0: [mem 0x000000006f00b000-0x000000006fffffff]
[    0.609659]   node   0: [mem 0x0000000100000000-0x000000207fcfffff]
[    0.615909]   node   1: [mem 0x0000002080000000-0x000000407f1fffff]
[    0.622149] Initmem setup node 0 [mem 0x0000000000001000-0x000000207fcfffff]
[    0.629161] Initmem setup node 1 [mem 0x0000002080000000-0x000000407f1fffff]
[    0.636181] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.641985] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.647803] On node 0, zone DMA: 96 pages in unavailable ranges
[    0.654176] On node 0, zone DMA32: 35072 pages in unavailable ranges
[    0.660399] On node 0, zone DMA32: 1 pages in unavailable ranges
[    0.666493] On node 0, zone DMA32: 512 pages in unavailable ranges
[    0.672663] On node 0, zone DMA32: 30000 pages in unavailable ranges
[    0.678845] On node 0, zone DMA32: 11 pages in unavailable ranges
[    0.903995] On node 1, zone Normal: 768 pages in unavailable ranges
[    0.910102] On node 1, zone Normal: 3584 pages in unavailable ranges
[    0.916549] ACPI: PM-Timer IO Port: 0x408
[    0.920419] ACPI: X2APIC_NMI (uid[0xffffffff] high edge lint[0x1])
[    0.926547] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.932452] IOAPIC[0]: apic_id 240, version 33, address 0xfec00000, GSI 0-23
[    0.939462] IOAPIC[1]: apic_id 241, version 33, address 0xe0100000, GSI 120-151
[    0.946741] IOAPIC[2]: apic_id 242, version 33, address 0xc5100000, GSI 88-119
[    0.953934] IOAPIC[3]: apic_id 243, version 33, address 0xaa100000, GSI 56-87
[    0.961039] IOAPIC[4]: apic_id 244, version 33, address 0xfd100000, GSI 24-55
[    0.968145] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.974468] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.980976] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.987382] ACPI: HPET id: 0x10228201 base: 0xfed00000
[    0.992497] ACPI: SPCR: console: uart,io,0x2f8,115200
[    0.997526] CPU topo: Max. logical packages:   1
[    1.002113] CPU topo: Max. logical dies:       1
[    1.006706] CPU topo: Max. dies per package:   1
[    1.011303] CPU topo: Max. threads per core:   2
[    1.015892] CPU topo: Num. cores per package:    64
[    1.020745] CPU topo: Num. threads per package: 128
[    1.025598] CPU topo: Allowing 128 present CPUs plus 0 hotplug CPUs
[    1.031864] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    1.039378] PM: hibernation: Registered nosave memory: [mem 0x0008f000-0x0008ffff]
[    1.046918] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    1.054458] PM: hibernation: Registered nosave memory: [mem 0x00b4b000-0x00b4bfff]
[    1.061997] PM: hibernation: Registered nosave memory: [mem 0x00b53000-0x00b53fff]
[    1.069536] PM: hibernation: Registered nosave memory: [mem 0x00b54000-0x00b54fff]
[    1.077076] PM: hibernation: Registered nosave memory: [mem 0x00b86000-0x00b86fff]
[    1.084615] PM: hibernation: Registered nosave memory: [mem 0x00b87000-0x00b87fff]
[    1.092156] PM: hibernation: Registered nosave memory: [mem 0x00bb9000-0x00bb9fff]
[    1.099694] PM: hibernation: Registered nosave memory: [mem 0x00bba000-0x00bbafff]
[    1.107234] PM: hibernation: Registered nosave memory: [mem 0x00bff000-0x00bfffff]
[    1.114774] PM: hibernation: Registered nosave memory: [mem 0x15e00000-0x566fffff]
[    1.122348] PM: hibernation: Registered nosave memory: [mem 0x56700000-0x567fbfff]
[    1.129886] PM: hibernation: Registered nosave memory: [mem 0x567fc000-0x567fcfff]
[    1.137426] PM: hibernation: Registered nosave memory: [mem 0x567fd000-0x567fffff]
[    1.144967] PM: hibernation: Registered nosave memory: [mem 0x5a14b000-0x5a34afff]
[    1.152506] PM: hibernation: Registered nosave memory: [mem 0x67acf000-0x6dfcefff]
[    1.160045] PM: hibernation: Registered nosave memory: [mem 0x6dfcf000-0x6edfefff]
[    1.167584] PM: hibernation: Registered nosave memory: [mem 0x6edff000-0x6effefff]
[    1.175125] PM: hibernation: Registered nosave memory: [mem 0x6f000000-0x6f00afff]
[    1.182664] PM: hibernation: Registered nosave memory: [mem 0x70000000-0x7fffffff]
[    1.190203] PM: hibernation: Registered nosave memory: [mem 0x80000000-0xffffffff]
[    1.197743] PM: hibernation: Registered nosave memory: [mem 0x207fd00000-0x207fffffff]
[    1.205628] [mem 0x56800000-0xffffffff] available for PCI devices
[    1.211696] Booting paravirtualized kernel on bare hardware
[    1.217243] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    1.227704] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:128 nr_cpu_ids:128 nr_node_ids:2
[    1.239919] percpu: Embedded 66 pages/cpu s233472 r8192 d28672 u524288
[    1.246393] Kernel command line: BOOT_IMAGE=(hd0,gpt6)/vmlinuz-6.11.0-rc5-next-20240828-195a402a75-c0ceb24fe8d root=/dev/mapper/rhel_hostname-root ro selinux=0 console=ttyS0,115200n8 earlyprintk=ttyS0,115200 net.ifnames=0 biosdevname=0 swiotlb=131072 kvm_amd.debug_swap=0 mem_encrypt=off
[    1.271800] Unknown kernel command line parameters "BOOT_IMAGE=(hd0,gpt6)/vmlinuz-6.11.0-rc5-next-20240828-195a402a75-c0ceb24fe8d biosdevname=0 mem_encrypt=off", will be passed to user space.
[    1.288658] printk: log_buf_len individual max cpu contribution: 4096 bytes
[    1.295574] printk: log_buf_len total cpu_extra contributions: 520192 bytes
[    1.302506] printk: log_buf_len min size: 262144 bytes
[    1.308020] printk: log_buf_len: 1048576 bytes
[    1.312282] printk: early log buf free: 242224(92%)
[    1.318471] Fallback order for Node 0: 0 1 
[    1.318475] Fallback order for Node 1: 1 0 
[    1.318484] Built 2 zonelists, mobility grouping on.  Total pages: 66743906
[    1.333626] Policy zone: Normal
[    1.336752] mem auto-init: stack:off, heap alloc:on, heap free:off
[    1.342932] software IO TLB: area num 128.
[    1.762317] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=128, Nodes=2
Poking KASLR using RDRAND RDTSC...
[    1.771961] ftrace: allocating 53162 entries in 208 pages
[    1.788008] ftrace: allocated 208 pages with 3 groups
[    1.793701] Dynamic Preempt: voluntary
[    1.797601] rcu: Preemptible hierarchical RCU implementation.
[    1.803165] rcu: 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=128.
[    1.810099] 	Trampoline variant of Tasks RCU enabled.
[    1.815124] 	Rude variant of Tasks RCU enabled.
[    1.819631] 	Tracing variant of Tasks RCU enabled.
[    1.824397] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    1.831937] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=128
[    1.838822] RCU Tasks: Setting shift to 7 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=128.
[    1.847625] RCU Tasks Rude: Setting shift to 7 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=128.
[    1.856925] RCU Tasks Trace: Setting shift to 7 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=128.
[    1.868954] NR_IRQS: 524544, nr_irqs: 3624, preallocated irqs: 16
[    1.875128] rcu: srcu_init: Setting srcu_struct sizes to big.
[    1.880838] Console: colour dummy device 80x25
[    1.885129] printk: legacy console [ttyS0] enabled
[    1.885129] printk: legacy console [ttyS0] enabled
[    1.894663] printk: legacy bootconsole [earlyser0] disabled
[    1.894663] printk: legacy bootconsole [earlyser0] disabled
[    1.905849] mempolicy: Enabling automatic NUMA balancing. Configure with numa_balancing= or the kernel.numa_balancing sysctl
[    1.917129] ACPI: Core revision 20240322
[    1.921276] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[    1.930418] APIC: Switch to symmetric I/O mode setup
[    1.936376] AMD-Vi: Using global IVHD EFR:0x841f77e022094ace, EFR2:0x0
[    1.945223] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    1.970419] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x398d39bd9db, max_idle_ns: 881590484953 ns
[    1.980938] Calibrating delay loop (skipped), value calculated using timer frequency.. 3992.64 BogoMIPS (lpj=7985292)
[    1.984949] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[    1.989045] LVT offset 2 assigned for vector 0xf4
[    1.992971] Last level iTLB entries: 4KB 512, 2MB 512, 4MB 256
[    1.996937] Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
[    2.000939] process: using mwait in idle threads
[    2.004938] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    2.008939] Spectre V2 : Mitigation: Retpolines
[    2.012937] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    2.016937] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
[    2.020937] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    2.024938] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    2.028937] Spectre V2 : User space: Mitigation: STIBP always-on protection
[    2.032938] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[    2.036937] Speculative Return Stack Overflow: Mitigation: Safe RET
[    2.040940] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    2.044937] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    2.048937] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    2.052937] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
[    2.056937] x86/fpu: Supporting XSAVE feature 0x800: 'Control-flow User registers'
[    2.060937] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    2.064937] x86/fpu: xstate_offset[9]:  832, xstate_sizes[9]:    8
[    2.068937] x86/fpu: xstate_offset[11]:  840, xstate_sizes[11]:   16
[    2.072937] x86/fpu: Enabled xstate features 0xa07, context size is 856 bytes, using 'compacted' format.
[    2.109252] Freeing SMP alternatives memory: 44K
[    2.112939] pid_max: default: 131072 minimum: 1024
[    2.122768] LSM: initializing lsm=lockdown,capability,yama,apparmor,ima,evm
[    2.124993] Yama: becoming mindful.
[    2.129048] AppArmor: AppArmor initialized
[    2.139907] Dentry cache hash table entries: 16777216 (order: 15, 134217728 bytes, vmalloc hugepage)
[    2.144082] Inode-cache hash table entries: 8388608 (order: 14, 67108864 bytes, vmalloc hugepage)
[    2.145122] Mount-cache hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc)
[    2.149080] Mountpoint-cache hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc)
[    2.262381] smpboot: CPU0: AMD EPYC 7713 64-Core Processor (family: 0x19, model: 0x1, stepping: 0x1)
[    2.265306] Performance Events: Fam17h+ core perfctr, AMD PMU driver.
[    2.268939] ... version:                0
[    2.272938] ... bit width:              48
[    2.276938] ... generic registers:      6
[    2.280938] ... value mask:             0000ffffffffffff
[    2.284938] ... max period:             00007fffffffffff
[    2.288938] ... fixed-purpose events:   0
[    2.292938] ... event mask:             000000000000003f
[    2.297202] signal: max sigframe size: 3376
[    2.300977] rcu: Hierarchical SRCU implementation.
[    2.304938] rcu: 	Max phase no-delay instances is 1000.
[    2.308989] Timer migration: 3 hierarchy levels; 8 children per group; 2 crossnode level
[    2.320705] MCE: In-kernel MCE decoding enabled.
[    2.320988] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    2.329282] smp: Bringing up secondary CPUs ...
[    2.333079] smpboot: x86: Booting SMP configuration:
[    2.336940] .... 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
[    2.344940] .... node  #1, CPUs:    #32  #33  #34  #35  #36  #37  #38  #39  #40  #41  #42  #43  #44  #45  #46  #47  #48  #49  #50  #51  #52  #53  #54  #55  #56  #57  #58  #59  #60  #61  #62  #63
[    2.408938] psi: inconsistent task state! task=17:rcu_preempt cpu=0 psi_flags=4 clear=0 set=4
[    2.497246] 
[    2.498744] .... node  #0, CPUs:    #64  #65  #66  #67  #68  #69  #70  #71  #72  #73  #74  #75  #76  #77  #78  #79  #80  #81  #82  #83  #84  #85  #86  #87  #88  #89  #90  #91  #92  #93  #94  #95
[    2.676939] .... node  #1, CPUs:    #96  #97  #98  #99 #100 #101 #102 #103 #104 #105 #106 #107 #108 #109 #110 #111 #112 #113 #114 #115 #116 #117 #118 #119 #120 #121 #122 #123 #124 #125 #126 #127
[    2.974938] Spectre V2 : Update user space SMT mitigation: STIBP always-on
[    3.122939] smp: Brought up 2 nodes, 128 CPUs
[    3.124944] smpboot: Total of 128 processors activated (511058.68 BogoMIPS)
[    3.138302] Memory: 262099820K/266975624K available (18432K kernel code, 3261K rwdata, 7740K rodata, 4684K init, 6212K bss, 4562368K reserved, 0K cma-reserved)
[    3.145760] devtmpfs: initialized
[    3.149012] x86/mm: Memory block size: 2048MB
[    3.161710] ACPI: PM: Registering ACPI NVS region [mem 0x0008f000-0x0008ffff] (4096 bytes)
[    3.164939] ACPI: PM: Registering ACPI NVS region [mem 0x6dfcf000-0x6edfefff] (14876672 bytes)
[    3.169227] ACPI: PM: Registering ACPI NVS region [mem 0x6f000000-0x6f00afff] (45056 bytes)
[    3.173030] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    3.177055] futex hash table entries: 32768 (order: 9, 2097152 bytes, vmalloc)
[    3.181172] pinctrl core: initialized pinctrl subsystem
[    3.185051] PM: RTC time: 11:20:18, date: 2024-09-02
[    3.189744] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    3.193473] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[    3.197120] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    3.201120] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    3.204947] audit: initializing netlink subsys (disabled)
[    3.208958] audit: type=2000 audit(1725276018.260:1): state=initialized audit_enabled=0 res=1
[    3.209114] thermal_sys: Registered thermal governor 'fair_share'
[    3.212939] thermal_sys: Registered thermal governor 'bang_bang'
[    3.216938] thermal_sys: Registered thermal governor 'step_wise'
[    3.220939] thermal_sys: Registered thermal governor 'user_space'
[    3.224946] EISA bus registered
[    3.232961] cpuidle: using governor ladder
[    3.236949] cpuidle: using governor menu
[    3.240977] Detected 1 PCC Subspaces
[    3.244939] Registering PCC driver as Mailbox controller
[    3.253082] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    3.256942] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    3.261111] PCI: ECAM [mem 0x80000000-0x8fffffff] (base 0x80000000) for domain 0000 [bus 00-ff]
[    3.264949] PCI: Using configuration type 1 for base access
[    3.268947] PCI: Dell System detected, enabling pci=bfsort.
[    3.273116] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    3.281159] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[    3.284941] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[    3.288938] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[    3.292938] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[    3.297214] ACPI: Added _OSI(Module Device)
[    3.304939] ACPI: Added _OSI(Processor Device)
[    3.308938] ACPI: Added _OSI(3.0 _SCP Extensions)
[    3.312938] ACPI: Added _OSI(Processor Aggregator Device)
[    3.354987] ACPI: 6 ACPI AML tables successfully acquired and loaded
[    3.373693] ACPI: Interpreter enabled
[    3.376950] ACPI: PM: (supports S0 S5)
[    3.380938] ACPI: Using IOAPIC for interrupt routing
[    3.385537] HEST: Table parsing has been initialized.
[    3.389351] GHES: APEI firmware first mode is enabled by APEI bit and WHEA _OSC.
[    3.392940] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    3.396938] PCI: Ignoring E820 reservations for host bridge windows
[    3.405091] ACPI: Enabled 1 GPEs in block 00 to 1F
[    3.444736] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[    3.445016] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
[    3.449015] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[    3.453014] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[    3.457015] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[    3.461014] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[    3.465014] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[    3.469015] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[    3.477156] ACPI: PCI Root Bridge [PC00] (domain 0000 [bus 00-3f])
[    3.480941] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    3.485103] acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug AER DPC]
[    3.489252] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
[    3.492938] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    3.501906] PCI host bridge to bus 0000:00
[    3.504942] pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
[    3.508938] pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
[    3.512939] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000fffff window]
[    3.516938] pci_bus 0000:00: root bus resource [io  0x0d00-0x3fff window]
[    3.520939] pci_bus 0000:00: root bus resource [mem 0xe1000000-0xfebfffff window]
[    3.524938] pci_bus 0000:00: root bus resource [mem 0x63dc0000000-0x7fcffffffff window]
[    3.528938] pci_bus 0000:00: root bus resource [bus 00-3f]
[    3.532952] pci 0000:00:00.0: [1022:1480] type 00 class 0x060000 conventional PCI endpoint
[    3.537076] pci 0000:00:00.2: [1022:164f] type 00 class 0x080600 conventional PCI endpoint
[    3.541036] pci 0000:00:01.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.545022] pci 0000:00:02.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.549019] pci 0000:00:03.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.553016] pci 0000:00:03.2: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    3.556956] pci 0000:00:03.2: PCI bridge to [bus 01]
[    3.560941] pci 0000:00:03.2:   bridge window [io  0x1000-0x1fff]
[    3.564939] pci 0000:00:03.2:   bridge window [mem 0xf7300000-0xf74fffff]
[    3.569007] pci 0000:00:03.2: PME# supported from D0 D3hot D3cold
[    3.576943] pci 0000:00:04.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.581022] pci 0000:00:05.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.585021] pci 0000:00:07.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.589018] pci 0000:00:07.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    3.592955] pci 0000:00:07.1: PCI bridge to [bus 02]
[    3.596942] pci 0000:00:07.1:   bridge window [mem 0xf7200000-0xf72fffff]
[    3.600949] pci 0000:00:07.1: enabling Extended Tags
[    3.604987] pci 0000:00:07.1: PME# supported from D0 D3hot D3cold
[    3.609085] pci 0000:00:08.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.613016] pci 0000:00:08.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    3.616956] pci 0000:00:08.1: PCI bridge to [bus 03]
[    3.620942] pci 0000:00:08.1:   bridge window [mem 0xf7000000-0xf71fffff]
[    3.624950] pci 0000:00:08.1: enabling Extended Tags
[    3.628988] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[    3.633120] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500 conventional PCI endpoint
[    3.637057] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100 conventional PCI endpoint
[    3.641108] pci 0000:00:18.0: [1022:1650] type 00 class 0x060000 conventional PCI endpoint
[    3.645027] pci 0000:00:18.1: [1022:1651] type 00 class 0x060000 conventional PCI endpoint
[    3.648991] pci 0000:00:18.2: [1022:1652] type 00 class 0x060000 conventional PCI endpoint
[    3.652993] pci 0000:00:18.3: [1022:1653] type 00 class 0x060000 conventional PCI endpoint
[    3.656992] pci 0000:00:18.4: [1022:1654] type 00 class 0x060000 conventional PCI endpoint
[    3.660991] pci 0000:00:18.5: [1022:1655] type 00 class 0x060000 conventional PCI endpoint
[    3.664993] pci 0000:00:18.6: [1022:1656] type 00 class 0x060000 conventional PCI endpoint
[    3.668991] pci 0000:00:18.7: [1022:1657] type 00 class 0x060000 conventional PCI endpoint
[    3.673058] pci 0000:01:00.0: [1000:0097] type 00 class 0x010700 PCIe Endpoint
[    3.676949] pci 0000:01:00.0: BAR 0 [io  0x1000-0x10ff]
[    3.680947] pci 0000:01:00.0: BAR 1 [mem 0xf7400000-0xf740ffff 64bit]
[    3.684947] pci 0000:01:00.0: BAR 3 [mem 0xf7300000-0xf73fffff 64bit]
[    3.688949] pci 0000:01:00.0: ROM [mem 0xfff00000-0xffffffff pref]
[    3.692943] pci 0000:01:00.0: enabling Extended Tags
[    3.697022] pci 0000:01:00.0: supports D1 D2
[    3.700969] pci 0000:01:00.0: VF BAR 0 [mem 0x00000000-0x0000ffff 64bit]
[    3.704938] pci 0000:01:00.0: VF BAR 0 [mem 0x00000000-0x000fffff 64bit]: contains BAR 0 for 16 VFs
[    3.708945] pci 0000:01:00.0: VF BAR 2 [mem 0x00000000-0x000fffff 64bit]
[    3.712938] pci 0000:01:00.0: VF BAR 2 [mem 0x00000000-0x00ffffff 64bit]: contains BAR 2 for 16 VFs
[    3.717102] pci 0000:00:03.2: PCI bridge to [bus 01]
[    3.721023] pci 0000:02:00.0: [1022:148a] type 00 class 0x130000 PCIe Endpoint
[    3.724980] pci 0000:02:00.0: enabling Extended Tags
[    3.729103] pci 0000:02:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    3.732956] pci 0000:02:00.2: BAR 2 [mem 0xf7200000-0xf727ffff]
[    3.736953] pci 0000:02:00.2: BAR 5 [mem 0xf7280000-0xf7281fff]
[    3.740947] pci 0000:02:00.2: enabling Extended Tags
[    3.745130] pci 0000:00:07.1: PCI bridge to [bus 02]
[    3.749067] pci 0000:03:00.0: [1022:1485] type 00 class 0x130000 PCIe Endpoint
[    3.752982] pci 0000:03:00.0: enabling Extended Tags
[    3.757148] pci 0000:03:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    3.760958] pci 0000:03:00.2: BAR 2 [mem 0xf7100000-0xf717ffff]
[    3.764954] pci 0000:03:00.2: BAR 5 [mem 0xf7180000-0xf7181fff]
[    3.768948] pci 0000:03:00.2: enabling Extended Tags
[    3.773126] pci 0000:03:00.3: [1022:148c] type 00 class 0x0c0330 PCIe Endpoint
[    3.776952] pci 0000:03:00.3: BAR 0 [mem 0xf7000000-0xf70fffff 64bit]
[    3.780969] pci 0000:03:00.3: enabling Extended Tags
[    3.784993] pci 0000:03:00.3: PME# supported from D0 D3hot D3cold
[    3.789119] pci 0000:00:08.1: PCI bridge to [bus 03]
[    3.794305] ACPI: PCI Root Bridge [PC01] (domain 0000 [bus 40-7f])
[    3.800941] acpi PNP0A08:01: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    3.813104] acpi PNP0A08:01: _OSC: platform does not support [SHPCHotplug AER DPC]
[    3.821251] acpi PNP0A08:01: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
[    3.828938] acpi PNP0A08:01: FADT indicates ASPM is unsupported, using BIOS configuration
[    3.837856] PCI host bridge to bus 0000:40
[    3.840942] pci_bus 0000:40: root bus resource [io  0x4000-0x6fff window]
[    3.848938] pci_bus 0000:40: root bus resource [mem 0x90000000-0xaaffffff window]
[    3.856938] pci_bus 0000:40: root bus resource [mem 0x47e80000000-0x63dbfffffff window]
[    3.864938] pci_bus 0000:40: root bus resource [bus 40-7f]
[    3.868947] pci 0000:40:00.0: [1022:1480] type 00 class 0x060000 conventional PCI endpoint
[    3.877031] pci 0000:40:00.2: [1022:164f] type 00 class 0x080600 conventional PCI endpoint
[    3.885028] pci 0000:40:01.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.893013] pci 0000:40:02.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.901012] pci 0000:40:03.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.909014] pci 0000:40:03.1: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    3.916957] pci 0000:40:03.1: PCI bridge to [bus 41]
[    3.920943] pci 0000:40:03.1:   bridge window [mem 0xa4c00000-0xa4ffffff]
[    3.929029] pci 0000:40:03.1: PME# supported from D0 D3hot D3cold
[    3.946503] pci 0000:40:03.2: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    3.952964] pci 0000:40:03.2: PCI bridge to [bus 42]
[    3.960946] pci 0000:40:03.2:   bridge window [mem 0xa4800000-0xa4bfffff]
[    3.965009] pci 0000:40:03.2: PME# supported from D0 D3hot D3cold
[    3.982923] pci 0000:40:03.3: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    3.984967] pci 0000:40:03.3: PCI bridge to [bus 43]
[    3.988943] pci 0000:40:03.3:   bridge window [mem 0xa4400000-0xa47fffff]
[    3.993053] pci 0000:40:03.3: PME# supported from D0 D3hot D3cold
[    4.012589] pci 0000:40:03.4: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.012959] pci 0000:40:03.4: PCI bridge to [bus 44]
[    4.016943] pci 0000:40:03.4:   bridge window [mem 0xa4000000-0xa43fffff]
[    4.021032] pci 0000:40:03.4: PME# supported from D0 D3hot D3cold
[    4.038456] pci 0000:40:04.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.041103] pci 0000:40:05.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.045016] pci 0000:40:07.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.049060] pci 0000:40:07.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    4.052956] pci 0000:40:07.1: PCI bridge to [bus 45]
[    4.056947] pci 0000:40:07.1:   bridge window [mem 0xa5300000-0xa53fffff]
[    4.060951] pci 0000:40:07.1: enabling Extended Tags
[    4.065012] pci 0000:40:07.1: PME# supported from D0 D3hot D3cold
[    4.069083] pci 0000:40:08.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.073015] pci 0000:40:08.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    4.076955] pci 0000:40:08.1: PCI bridge to [bus 46]
[    4.080942] pci 0000:40:08.1:   bridge window [mem 0xa5000000-0xa52fffff]
[    4.084950] pci 0000:40:08.1: enabling Extended Tags
[    4.088987] pci 0000:40:08.1: PME# supported from D0 D3hot D3cold
[    4.093175] pci 0000:40:03.1: PCI bridge to [bus 41]
[    4.097018] pci 0000:40:03.2: PCI bridge to [bus 42]
[    4.101019] pci 0000:40:03.3: PCI bridge to [bus 43]
[    4.105015] pci 0000:40:03.4: PCI bridge to [bus 44]
[    4.109020] pci 0000:45:00.0: [1022:148a] type 00 class 0x130000 PCIe Endpoint
[    4.112979] pci 0000:45:00.0: enabling Extended Tags
[    4.117098] pci 0000:45:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    4.120956] pci 0000:45:00.2: BAR 2 [mem 0xa5300000-0xa537ffff]
[    4.124952] pci 0000:45:00.2: BAR 5 [mem 0xa5380000-0xa5381fff]
[    4.128947] pci 0000:45:00.2: enabling Extended Tags
[    4.133125] pci 0000:40:07.1: PCI bridge to [bus 45]
[    4.137068] pci 0000:46:00.0: [1022:1485] type 00 class 0x130000 PCIe Endpoint
[    4.140982] pci 0000:46:00.0: enabling Extended Tags
[    4.145144] pci 0000:46:00.1: [1022:1486] type 00 class 0x108000 PCIe Endpoint
[    4.148958] pci 0000:46:00.1: BAR 2 [mem 0xa5100000-0xa51fffff]
[    4.152953] pci 0000:46:00.1: BAR 5 [mem 0xa5282000-0xa5283fff]
[    4.156951] pci 0000:46:00.1: enabling Extended Tags
[    4.161120] pci 0000:46:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    4.164958] pci 0000:46:00.2: BAR 2 [mem 0xa5200000-0xa527ffff]
[    4.168953] pci 0000:46:00.2: BAR 5 [mem 0xa5280000-0xa5281fff]
[    4.172948] pci 0000:46:00.2: enabling Extended Tags
[    4.177123] pci 0000:46:00.3: [1022:148c] type 00 class 0x0c0330 PCIe Endpoint
[    4.180950] pci 0000:46:00.3: BAR 0 [mem 0xa5000000-0xa50fffff 64bit]
[    4.184968] pci 0000:46:00.3: enabling Extended Tags
[    4.189018] pci 0000:46:00.3: PME# supported from D0 D3hot D3cold
[    4.193104] pci 0000:40:08.1: PCI bridge to [bus 46]
[    4.197592] ACPI: PCI Root Bridge [PC02] (domain 0000 [bus 80-bf])
[    4.200941] acpi PNP0A08:02: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    4.205100] acpi PNP0A08:02: _OSC: platform does not support [SHPCHotplug AER DPC]
[    4.209250] acpi PNP0A08:02: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
[    4.212938] acpi PNP0A08:02: FADT indicates ASPM is unsupported, using BIOS configuration
[    4.217818] PCI host bridge to bus 0000:80
[    4.220942] pci_bus 0000:80: root bus resource [io  0x7000-0x9fff window]
[    4.224938] pci_bus 0000:80: root bus resource [mem 0xab000000-0xc5ffffff window]
[    4.228939] pci_bus 0000:80: root bus resource [mem 0x2bf40000000-0x47e7fffffff window]
[    4.232939] pci_bus 0000:80: root bus resource [bus 80-bf]
[    4.236947] pci 0000:80:00.0: [1022:1480] type 00 class 0x060000 conventional PCI endpoint
[    4.241028] pci 0000:80:00.2: [1022:164f] type 00 class 0x080600 conventional PCI endpoint
[    4.245029] pci 0000:80:01.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.249018] pci 0000:80:01.1: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.252957] pci 0000:80:01.1: PCI bridge to [bus 81]
[    4.256943] pci 0000:80:01.1:   bridge window [mem 0xbf400000-0xbf7fffff]
[    4.261030] pci 0000:80:01.1: PME# supported from D0 D3hot D3cold
[    4.278105] pci 0000:80:01.2: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.280964] pci 0000:80:01.2: PCI bridge to [bus 82]
[    4.284945] pci 0000:80:01.2:   bridge window [mem 0xbf000000-0xbf3fffff]
[    4.289060] pci 0000:80:01.2: PME# supported from D0 D3hot D3cold
[    4.308411] pci 0000:80:02.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.309039] pci 0000:80:03.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.313016] pci 0000:80:04.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.317013] pci 0000:80:05.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.321017] pci 0000:80:07.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.325015] pci 0000:80:07.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    4.328955] pci 0000:80:07.1: PCI bridge to [bus 83]
[    4.332943] pci 0000:80:07.1:   bridge window [mem 0xbfa00000-0xbfafffff]
[    4.336949] pci 0000:80:07.1: enabling Extended Tags
[    4.340987] pci 0000:80:07.1: PME# supported from D0 D3hot D3cold
[    4.345087] pci 0000:80:08.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.349017] pci 0000:80:08.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    4.352957] pci 0000:80:08.1: PCI bridge to [bus 84]
[    4.356942] pci 0000:80:08.1:   bridge window [mem 0xbf900000-0xbf9fffff]
[    4.360950] pci 0000:80:08.1: enabling Extended Tags
[    4.364987] pci 0000:80:08.1: PME# supported from D0 D3hot D3cold
[    4.369090] pci 0000:80:08.2: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    4.372955] pci 0000:80:08.2: PCI bridge to [bus 85]
[    4.376942] pci 0000:80:08.2:   bridge window [mem 0xbf800000-0xbf8fffff]
[    4.380950] pci 0000:80:08.2: enabling Extended Tags
[    4.384988] pci 0000:80:08.2: PME# supported from D0 D3hot D3cold
[    4.389175] pci 0000:80:01.1: PCI bridge to [bus 81]
[    4.393018] pci 0000:80:01.2: PCI bridge to [bus 82]
[    4.397022] pci 0000:83:00.0: [1022:148a] type 00 class 0x130000 PCIe Endpoint
[    4.400979] pci 0000:83:00.0: enabling Extended Tags
[    4.405102] pci 0000:83:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    4.408956] pci 0000:83:00.2: BAR 2 [mem 0xbfa00000-0xbfa7ffff]
[    4.412953] pci 0000:83:00.2: BAR 5 [mem 0xbfa80000-0xbfa81fff]
[    4.416947] pci 0000:83:00.2: enabling Extended Tags
[    4.421127] pci 0000:80:07.1: PCI bridge to [bus 83]
[    4.425070] pci 0000:84:00.0: [1022:1485] type 00 class 0x130000 PCIe Endpoint
[    4.428987] pci 0000:84:00.0: enabling Extended Tags
[    4.433226] pci 0000:84:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    4.436959] pci 0000:84:00.2: BAR 2 [mem 0xbf900000-0xbf97ffff]
[    4.440953] pci 0000:84:00.2: BAR 5 [mem 0xbf980000-0xbf981fff]
[    4.444948] pci 0000:84:00.2: enabling Extended Tags
[    4.449132] pci 0000:80:08.1: PCI bridge to [bus 84]
[    4.453068] pci 0000:85:00.0: [1022:7901] type 00 class 0x010601 PCIe Endpoint
[    4.456974] pci 0000:85:00.0: BAR 5 [mem 0xbf800000-0xbf8007ff]
[    4.460947] pci 0000:85:00.0: enabling Extended Tags
[    4.465002] pci 0000:85:00.0: PME# supported from D3hot D3cold
[    4.469112] pci 0000:80:08.2: PCI bridge to [bus 85]
[    4.477301] ACPI: PCI Root Bridge [PC03] (domain 0000 [bus c0-ff])
[    4.480941] acpi PNP0A08:03: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    4.489041] acpi PNP0A08:03: _OSC: platform does not support [SHPCHotplug AER DPC]
[    4.493250] acpi PNP0A08:03: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
[    4.496938] acpi PNP0A08:03: FADT indicates ASPM is unsupported, using BIOS configuration
[    4.501937] PCI host bridge to bus 0000:c0
[    4.504942] pci_bus 0000:c0: root bus resource [io  0xa000-0xffff window]
[    4.508938] pci_bus 0000:c0: root bus resource [mem 0xc6000000-0xe0ffffff window]
[    4.512938] pci_bus 0000:c0: root bus resource [mem 0x10000000000-0x2bf3fffffff window]
[    4.516938] pci_bus 0000:c0: root bus resource [io  0x03b0-0x03df window]
[    4.520938] pci_bus 0000:c0: root bus resource [mem 0x000a0000-0x000bffff window]
[    4.524938] pci_bus 0000:c0: root bus resource [bus c0-ff]
[    4.528948] pci 0000:c0:00.0: [1022:1480] type 00 class 0x060000 conventional PCI endpoint
[    4.533028] pci 0000:c0:00.2: [1022:164f] type 00 class 0x080600 conventional PCI endpoint
[    4.537030] pci 0000:c0:01.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.541013] pci 0000:c0:02.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.545012] pci 0000:c0:03.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.549015] pci 0000:c0:03.1: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.552957] pci 0000:c0:03.1: PCI bridge to [bus c4]
[    4.556943] pci 0000:c0:03.1:   bridge window [mem 0xdb600000-0xdb9fffff]
[    4.561028] pci 0000:c0:03.1: PME# supported from D0 D3hot D3cold
[    4.580489] pci 0000:c0:03.2: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.580962] pci 0000:c0:03.2: PCI bridge to [bus c5]
[    4.584943] pci 0000:c0:03.2:   bridge window [mem 0xdb200000-0xdb5fffff]
[    4.589052] pci 0000:c0:03.2: PME# supported from D0 D3hot D3cold
[    4.607263] pci 0000:c0:03.3: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.608958] pci 0000:c0:03.3: PCI bridge to [bus c6]
[    4.612948] pci 0000:c0:03.3:   bridge window [mem 0xdae00000-0xdb1fffff]
[    4.617053] pci 0000:c0:03.3: PME# supported from D0 D3hot D3cold
[    4.638157] pci 0000:c0:03.4: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.640963] pci 0000:c0:03.4: PCI bridge to [bus c7]
[    4.644946] pci 0000:c0:03.4:   bridge window [mem 0xdaa00000-0xdadfffff]
[    4.649061] pci 0000:c0:03.4: PME# supported from D0 D3hot D3cold
[    4.669392] pci 0000:c0:04.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.673018] pci 0000:c0:05.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.677017] pci 0000:c0:05.1: [1022:149a] type 01 class 0x060400 PCIe Root Port
[    4.680955] pci 0000:c0:05.1: PCI bridge to [bus c1]
[    4.684948] pci 0000:c0:05.1:   bridge window [mem 0xc7000000-0xc70fffff 64bit pref]
[    4.688984] pci 0000:c0:05.1: PME# supported from D0 D3hot D3cold
[    4.693073] pci 0000:c0:05.2: [1022:149a] type 01 class 0x060400 PCIe Root Port
[    4.696955] pci 0000:c0:05.2: PCI bridge to [bus c2-c3]
[    4.700943] pci 0000:c0:05.2:   bridge window [mem 0xda000000-0xda8fffff]
[    4.708943] pci 0000:c0:05.2:   bridge window [mem 0xc6000000-0xc6ffffff 64bit pref]
[    4.712984] pci 0000:c0:05.2: PME# supported from D0 D3hot D3cold
[    4.717064] pci 0000:c0:07.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.721014] pci 0000:c0:07.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    4.724955] pci 0000:c0:07.1: PCI bridge to [bus c8]
[    4.728942] pci 0000:c0:07.1:   bridge window [mem 0xdbb00000-0xdbbfffff]
[    4.732949] pci 0000:c0:07.1: enabling Extended Tags
[    4.736986] pci 0000:c0:07.1: PME# supported from D0 D3hot D3cold
[    4.741085] pci 0000:c0:08.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.745014] pci 0000:c0:08.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    4.748955] pci 0000:c0:08.1: PCI bridge to [bus c9]
[    4.752942] pci 0000:c0:08.1:   bridge window [mem 0xdba00000-0xdbafffff]
[    4.756949] pci 0000:c0:08.1: enabling Extended Tags
[    4.760986] pci 0000:c0:08.1: PME# supported from D0 D3hot D3cold
[    4.765165] pci 0000:c0:03.1: PCI bridge to [bus c4]
[    4.769020] pci 0000:c0:03.2: PCI bridge to [bus c5]
[    4.773022] pci 0000:c0:03.3: PCI bridge to [bus c6]
[    4.777019] pci 0000:c0:03.4: PCI bridge to [bus c7]
[    4.781034] pci 0000:c1:00.0: [14e4:165f] type 00 class 0x020000 PCIe Endpoint
[    4.784959] pci 0000:c1:00.0: BAR 0 [mem 0xc7030000-0xc703ffff 64bit pref]
[    4.788956] pci 0000:c1:00.0: BAR 2 [mem 0xc7040000-0xc704ffff 64bit pref]
[    4.792953] pci 0000:c1:00.0: BAR 4 [mem 0xc7050000-0xc705ffff 64bit pref]
[    4.796950] pci 0000:c1:00.0: ROM [mem 0xfffc0000-0xffffffff pref]
[    4.801018] pci 0000:c1:00.0: PME# supported from D0 D3hot D3cold
[    4.804989] pci 0000:c1:00.0: 4.000 Gb/s available PCIe bandwidth, limited by 5.0 GT/s PCIe x1 link at 0000:c0:05.1 (capable of 8.000 Gb/s with 5.0 GT/s PCIe x2 link)
[    4.821006] pci 0000:c1:00.1: [14e4:165f] type 00 class 0x020000 PCIe Endpoint
[    4.828959] pci 0000:c1:00.1: BAR 0 [mem 0xc7000000-0xc700ffff 64bit pref]
[    4.836951] pci 0000:c1:00.1: BAR 2 [mem 0xc7010000-0xc701ffff 64bit pref]
[    4.844951] pci 0000:c1:00.1: BAR 4 [mem 0xc7020000-0xc702ffff 64bit pref]
[    4.848946] pci 0000:c1:00.1: ROM [mem 0xfffc0000-0xffffffff pref]
[    4.857027] pci 0000:c1:00.1: PME# supported from D0 D3hot D3cold
[    4.876962] pci 0000:c0:05.1: PCI bridge to [bus c1]
[    4.881018] pci 0000:c2:00.0: [1556:be00] type 01 class 0x060400 PCIe to PCI/PCI-X bridge
[    4.892968] pci 0000:c2:00.0: PCI bridge to [bus c3]
[    4.896945] pci 0000:c2:00.0:   bridge window [mem 0xda000000-0xda8fffff]
[    4.904947] pci 0000:c2:00.0:   bridge window [mem 0xc6000000-0xc6ffffff 64bit pref]
[    4.920952] pci 0000:c0:05.2: PCI bridge to [bus c2-c3]
[    4.928973] pci_bus 0000:c3: extended config space not accessible
[    4.932962] pci 0000:c3:00.0: [102b:0536] type 00 class 0x030000 conventional PCI endpoint
[    4.940954] pci 0000:c3:00.0: BAR 0 [mem 0xc6000000-0xc6ffffff pref]
[    4.948946] pci 0000:c3:00.0: BAR 1 [mem 0xda808000-0xda80bfff]
[    4.952947] pci 0000:c3:00.0: BAR 2 [mem 0xda000000-0xda7fffff]
[    4.960987] pci 0000:c3:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    4.969051] pci 0000:c2:00.0: PCI bridge to [bus c3]
[    4.973036] pci 0000:c8:00.0: [1022:148a] type 00 class 0x130000 PCIe Endpoint
[    4.980979] pci 0000:c8:00.0: enabling Extended Tags
[    4.985097] pci 0000:c8:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    4.992956] pci 0000:c8:00.2: BAR 2 [mem 0xdbb00000-0xdbb7ffff]
[    4.996952] pci 0000:c8:00.2: BAR 5 [mem 0xdbb80000-0xdbb81fff]
[    5.004946] pci 0000:c8:00.2: enabling Extended Tags
[    5.009011] pci 0000:c0:07.1: PCI bridge to [bus c8]
[    5.017070] pci 0000:c9:00.0: [1022:1485] type 00 class 0x130000 PCIe Endpoint
[    5.020984] pci 0000:c9:00.0: enabling Extended Tags
[    5.029154] pci 0000:c9:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    5.032958] pci 0000:c9:00.2: BAR 2 [mem 0xdba00000-0xdba7ffff]
[    5.040954] pci 0000:c9:00.2: BAR 5 [mem 0xdba80000-0xdba81fff]
[    5.044947] pci 0000:c9:00.2: enabling Extended Tags
[    5.053133] pci 0000:c0:08.1: PCI bridge to [bus c9]
[    5.060960] iommu: Default domain type: Translated
[    5.064938] iommu: DMA domain TLB invalidation policy: lazy mode
[    5.073215] SCSI subsystem initialized
[    5.076974] ACPI: bus type USB registered
[    5.080955] usbcore: registered new interface driver usbfs
[    5.084945] usbcore: registered new interface driver hub
[    5.088971] usbcore: registered new device driver usb
[    5.096966] pps_core: LinuxPPS API ver. 1 registered
[    5.100939] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    5.108940] PTP clock support registered
[    5.112982] EDAC MC: Ver: 3.0.0
[    5.117002] efivars: Registered efivars operations
[    5.121322] NetLabel: Initializing
[    5.124939] NetLabel:  domain hash size = 128
[    5.128938] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    5.136959] NetLabel:  unlabeled traffic allowed by default
[    5.140986] PCI: Using ACPI for IRQ routing
[    5.149284] pci 0000:c3:00.0: vgaarb: setting as boot VGA device
[    5.152936] pci 0000:c3:00.0: vgaarb: bridge control possible
[    5.152936] pci 0000:c3:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    5.168940] vgaarb: loaded
[    5.173081] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    5.176939] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    5.185182] clocksource: Switched to clocksource tsc-early
[    5.190723] VFS: Disk quotas dquot_6.6.0
[    5.194678] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    5.201766] AppArmor: AppArmor Filesystem Enabled
[    5.206496] pnp: PnP ACPI init
[    5.209797] system 00:00: [mem 0x80000000-0x8fffffff] has been reserved
[    5.216500] system 00:01: [mem 0xff000000-0xffffffff] has been reserved
[    5.224686] pnp: PnP ACPI: found 5 devices
[    5.235586] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    5.244561] NET: Registered PF_INET protocol family
[    5.249625] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc)
[    5.260670] tcp_listen_portaddr_hash hash table entries: 65536 (order: 8, 1048576 bytes, vmalloc)
[    5.269625] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, vmalloc)
[    5.277651] TCP established hash table entries: 524288 (order: 10, 4194304 bytes, vmalloc hugepage)
[    5.287240] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc)
[    5.294843] TCP: Hash tables configured (established 524288 bind 65536)
[    5.301750] UDP hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc)
[    5.309085] UDP-Lite hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc)
[    5.316929] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    5.322597] NET: Registered PF_XDP protocol family
[    5.327393] pci 0000:01:00.0: ROM [mem 0xfff00000-0xffffffff pref]: can't claim; no compatible bridge window
[    5.337211] pci 0000:c1:00.0: ROM [mem 0xfffc0000-0xffffffff pref]: can't claim; no compatible bridge window
[    5.347034] pci 0000:c1:00.1: ROM [mem 0xfffc0000-0xffffffff pref]: can't claim; no compatible bridge window
[    5.356894] pci_bus 0000:00: max bus depth: 1 pci_try_num: 2
[    5.362568] pci 0000:01:00.0: ROM [mem size 0x00100000 pref]: can't assign; no space
[    5.370308] pci 0000:01:00.0: ROM [mem size 0x00100000 pref]: failed to assign
[    5.377523] pci 0000:01:00.0: VF BAR 2 [mem size 0x01000000 64bit]: can't assign; no space
[    5.385784] pci 0000:01:00.0: VF BAR 2 [mem size 0x01000000 64bit]: failed to assign
[    5.393523] pci 0000:01:00.0: VF BAR 0 [mem size 0x00100000 64bit]: can't assign; no space
[    5.401781] pci 0000:01:00.0: VF BAR 0 [mem size 0x00100000 64bit]: failed to assign
[    5.409521] pci 0000:00:03.2: PCI bridge to [bus 01]
[    5.414485] pci 0000:00:03.2:   bridge window [io  0x1000-0x1fff]
[    5.420583] pci 0000:00:03.2:   bridge window [mem 0xf7300000-0xf74fffff]
[    5.427375] pci 0000:00:07.1: PCI bridge to [bus 02]
[    5.432342] pci 0000:00:07.1:   bridge window [mem 0xf7200000-0xf72fffff]
[    5.439135] pci 0000:00:08.1: PCI bridge to [bus 03]
[    5.444102] pci 0000:00:08.1:   bridge window [mem 0xf7000000-0xf71fffff]
[    5.450898] pci_bus 0000:00: No. 2 try to assign unassigned res
[    5.456893] pci 0000:00:03.2: resource 14 [mem 0xf7300000-0xf74fffff] released
[    5.464117] pci 0000:00:03.2: PCI bridge to [bus 01]
[    5.469084] pci 0000:00:03.2: bridge window [mem 0x00100000-0x002fffff] to [bus 01] add_size 1100000 add_align 100000
[    5.479686] pci 0000:00:03.2: bridge window [mem 0xe1000000-0xe22fffff]: assigned
[    5.487173] pci 0000:01:00.0: BAR 3 [mem 0xe1000000-0xe10fffff 64bit]: assigned
[    5.494490] pci 0000:01:00.0: VF BAR 2 [mem 0xe1100000-0xe20fffff 64bit]: assigned
[    5.502058] pci 0000:01:00.0: BAR 1 [mem 0xe2100000-0xe210ffff 64bit]: assigned
[    5.509367] pci 0000:01:00.0: VF BAR 0 [mem 0xe2110000-0xe220ffff 64bit]: assigned
[    5.516938] pci 0000:00:03.2: PCI bridge to [bus 01]
[    5.521901] pci 0000:00:03.2:   bridge window [io  0x1000-0x1fff]
[    5.527996] pci 0000:00:03.2:   bridge window [mem 0xe1000000-0xe22fffff]
[    5.534786] pci 0000:00:07.1: PCI bridge to [bus 02]
[    5.539757] pci 0000:00:07.1:   bridge window [mem 0xf7200000-0xf72fffff]
[    5.546544] pci 0000:00:08.1: PCI bridge to [bus 03]
[    5.551517] pci 0000:00:08.1:   bridge window [mem 0xf7000000-0xf71fffff]
[    5.558329] pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
[    5.564514] pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
[    5.570692] pci_bus 0000:00: resource 6 [mem 0x000c0000-0x000fffff window]
[    5.577564] pci_bus 0000:00: resource 7 [io  0x0d00-0x3fff window]
[    5.583747] pci_bus 0000:00: resource 8 [mem 0xe1000000-0xfebfffff window]
[    5.590614] pci_bus 0000:00: resource 9 [mem 0x63dc0000000-0x7fcffffffff window]
[    5.598010] pci_bus 0000:01: resource 0 [io  0x1000-0x1fff]
[    5.603580] pci_bus 0000:01: resource 1 [mem 0xe1000000-0xe22fffff]
[    5.609848] pci_bus 0000:02: resource 1 [mem 0xf7200000-0xf72fffff]
[    5.616110] pci_bus 0000:03: resource 1 [mem 0xf7000000-0xf71fffff]
[    5.622457] pci 0000:40:03.1: bridge window [io  0x1000-0x0fff] to [bus 41] add_size 1000
[    5.630627] pci 0000:40:03.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 41] add_size 200000 add_align 100000
[    5.642092] pci 0000:40:03.2: bridge window [io  0x1000-0x0fff] to [bus 42] add_size 1000
[    5.650266] pci 0000:40:03.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 42] add_size 200000 add_align 100000
[    5.661729] pci 0000:40:03.3: bridge window [io  0x1000-0x0fff] to [bus 43] add_size 1000
[    5.669972] pci 0000:40:03.3: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 43] add_size 200000 add_align 100000
[    5.681437] pci 0000:40:03.4: bridge window [io  0x1000-0x0fff] to [bus 44] add_size 1000
[    5.689612] pci 0000:40:03.4: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 44] add_size 200000 add_align 100000
[    5.701089] pci 0000:40:03.1: bridge window [mem 0x47e80000000-0x47e801fffff 64bit pref]: assigned
[    5.710045] pci 0000:40:03.2: bridge window [mem 0x47e80200000-0x47e803fffff 64bit pref]: assigned
[    5.718995] pci 0000:40:03.3: bridge window [mem 0x47e80400000-0x47e805fffff 64bit pref]: assigned
[    5.727948] pci 0000:40:03.4: bridge window [mem 0x47e80600000-0x47e807fffff 64bit pref]: assigned
[    5.736899] pci 0000:40:03.1: bridge window [io  0x4000-0x4fff]: assigned
[    5.743686] pci 0000:40:03.2: bridge window [io  0x5000-0x5fff]: assigned
[    5.750470] pci 0000:40:03.3: bridge window [io  0x6000-0x6fff]: assigned
[    5.757255] pci 0000:40:03.4: bridge window [io  size 0x1000]: can't assign; no space
[    5.765081] pci 0000:40:03.4: bridge window [io  size 0x1000]: failed to assign
[    5.772388] pci 0000:40:03.4: bridge window [io  0x4000-0x4fff]: assigned
[    5.779174] pci 0000:40:03.3: bridge window [io  0x5000-0x5fff]: assigned
[    5.785958] pci 0000:40:03.2: bridge window [io  0x6000-0x6fff]: assigned
[    5.792746] pci 0000:40:03.1: bridge window [io  size 0x1000]: can't assign; no space
[    5.800570] pci 0000:40:03.1: bridge window [io  size 0x1000]: failed to assign
[    5.807874] pci 0000:40:03.1: PCI bridge to [bus 41]
[    5.812845] pci 0000:40:03.1:   bridge window [mem 0xa4c00000-0xa4ffffff]
[    5.819635] pci 0000:40:03.1:   bridge window [mem 0x47e80000000-0x47e801fffff 64bit pref]
[    5.827898] pci 0000:40:03.2: PCI bridge to [bus 42]
[    5.832868] pci 0000:40:03.2:   bridge window [io  0x6000-0x6fff]
[    5.838963] pci 0000:40:03.2:   bridge window [mem 0xa4800000-0xa4bfffff]
[    5.845758] pci 0000:40:03.2:   bridge window [mem 0x47e80200000-0x47e803fffff 64bit pref]
[    5.854019] pci 0000:40:03.3: PCI bridge to [bus 43]
[    5.858991] pci 0000:40:03.3:   bridge window [io  0x5000-0x5fff]
[    5.865084] pci 0000:40:03.3:   bridge window [mem 0xa4400000-0xa47fffff]
[    5.871911] pci 0000:40:03.3:   bridge window [mem 0x47e80400000-0x47e805fffff 64bit pref]
[    5.880172] pci 0000:40:03.4: PCI bridge to [bus 44]
[    5.885142] pci 0000:40:03.4:   bridge window [io  0x4000-0x4fff]
[    5.891235] pci 0000:40:03.4:   bridge window [mem 0xa4000000-0xa43fffff]
[    5.898024] pci 0000:40:03.4:   bridge window [mem 0x47e80600000-0x47e807fffff 64bit pref]
[    5.906289] pci 0000:40:07.1: PCI bridge to [bus 45]
[    5.911257] pci 0000:40:07.1:   bridge window [mem 0xa5300000-0xa53fffff]
[    5.918050] pci 0000:40:08.1: PCI bridge to [bus 46]
[    5.923013] pci 0000:40:08.1:   bridge window [mem 0xa5000000-0xa52fffff]
[    5.929803] pci_bus 0000:40: resource 4 [io  0x4000-0x6fff window]
[    5.935987] pci_bus 0000:40: resource 5 [mem 0x90000000-0xaaffffff window]
[    5.942857] pci_bus 0000:40: resource 6 [mem 0x47e80000000-0x63dbfffffff window]
[    5.950251] pci_bus 0000:41: resource 1 [mem 0xa4c00000-0xa4ffffff]
[    5.956516] pci_bus 0000:41: resource 2 [mem 0x47e80000000-0x47e801fffff 64bit pref]
[    5.964255] pci_bus 0000:42: resource 0 [io  0x6000-0x6fff]
[    5.969828] pci_bus 0000:42: resource 1 [mem 0xa4800000-0xa4bfffff]
[    5.976144] pci_bus 0000:42: resource 2 [mem 0x47e80200000-0x47e803fffff 64bit pref]
[    5.983886] pci_bus 0000:43: resource 0 [io  0x5000-0x5fff]
[    5.989456] pci_bus 0000:43: resource 1 [mem 0xa4400000-0xa47fffff]
[    5.995719] pci_bus 0000:43: resource 2 [mem 0x47e80400000-0x47e805fffff 64bit pref]
[    6.003464] pci_bus 0000:44: resource 0 [io  0x4000-0x4fff]
[    6.009042] pci_bus 0000:44: resource 1 [mem 0xa4000000-0xa43fffff]
[    6.015310] pci_bus 0000:44: resource 2 [mem 0x47e80600000-0x47e807fffff 64bit pref]
[    6.023055] pci_bus 0000:45: resource 1 [mem 0xa5300000-0xa53fffff]
[    6.029320] pci_bus 0000:46: resource 1 [mem 0xa5000000-0xa52fffff]
[    6.035657] pci 0000:80:01.1: bridge window [io  0x1000-0x0fff] to [bus 81] add_size 1000
[    6.043834] pci 0000:80:01.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 81] add_size 200000 add_align 100000
[    6.055352] pci 0000:80:01.2: bridge window [io  0x1000-0x0fff] to [bus 82] add_size 1000
[    6.063527] pci 0000:80:01.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 82] add_size 200000 add_align 100000
[    6.074994] pci 0000:80:01.1: bridge window [mem 0x2bf40000000-0x2bf401fffff 64bit pref]: assigned
[    6.083961] pci 0000:80:01.2: bridge window [mem 0x2bf40200000-0x2bf403fffff 64bit pref]: assigned
[    6.092910] pci 0000:80:01.1: bridge window [io  0x7000-0x7fff]: assigned
[    6.099698] pci 0000:80:01.2: bridge window [io  0x8000-0x8fff]: assigned
[    6.106484] pci 0000:80:01.1: PCI bridge to [bus 81]
[    6.111448] pci 0000:80:01.1:   bridge window [io  0x7000-0x7fff]
[    6.117542] pci 0000:80:01.1:   bridge window [mem 0xbf400000-0xbf7fffff]
[    6.124327] pci 0000:80:01.1:   bridge window [mem 0x2bf40000000-0x2bf401fffff 64bit pref]
[    6.132587] pci 0000:80:01.2: PCI bridge to [bus 82]
[    6.137551] pci 0000:80:01.2:   bridge window [io  0x8000-0x8fff]
[    6.143645] pci 0000:80:01.2:   bridge window [mem 0xbf000000-0xbf3fffff]
[    6.150430] pci 0000:80:01.2:   bridge window [mem 0x2bf40200000-0x2bf403fffff 64bit pref]
[    6.158690] pci 0000:80:07.1: PCI bridge to [bus 83]
[    6.163655] pci 0000:80:07.1:   bridge window [mem 0xbfa00000-0xbfafffff]
[    6.170442] pci 0000:80:08.1: PCI bridge to [bus 84]
[    6.175407] pci 0000:80:08.1:   bridge window [mem 0xbf900000-0xbf9fffff]
[    6.182194] pci 0000:80:08.2: PCI bridge to [bus 85]
[    6.187200] pci 0000:80:08.2:   bridge window [mem 0xbf800000-0xbf8fffff]
[    6.193989] pci_bus 0000:80: resource 4 [io  0x7000-0x9fff window]
[    6.200170] pci_bus 0000:80: resource 5 [mem 0xab000000-0xc5ffffff window]
[    6.207044] pci_bus 0000:80: resource 6 [mem 0x2bf40000000-0x47e7fffffff window]
[    6.214438] pci_bus 0000:81: resource 0 [io  0x7000-0x7fff]
[    6.220009] pci_bus 0000:81: resource 1 [mem 0xbf400000-0xbf7fffff]
[    6.226275] pci_bus 0000:81: resource 2 [mem 0x2bf40000000-0x2bf401fffff 64bit pref]
[    6.234014] pci_bus 0000:82: resource 0 [io  0x8000-0x8fff]
[    6.239586] pci_bus 0000:82: resource 1 [mem 0xbf000000-0xbf3fffff]
[    6.245852] pci_bus 0000:82: resource 2 [mem 0x2bf40200000-0x2bf403fffff 64bit pref]
[    6.253588] pci_bus 0000:83: resource 1 [mem 0xbfa00000-0xbfafffff]
[    6.259857] pci_bus 0000:84: resource 1 [mem 0xbf900000-0xbf9fffff]
[    6.266124] pci_bus 0000:85: resource 1 [mem 0xbf800000-0xbf8fffff]
[    6.272450] pci 0000:c0:03.1: bridge window [io  0x1000-0x0fff] to [bus c4] add_size 1000
[    6.280620] pci 0000:c0:03.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus c4] add_size 200000 add_align 100000
[    6.292120] pci 0000:c0:03.2: bridge window [io  0x1000-0x0fff] to [bus c5] add_size 1000
[    6.300295] pci 0000:c0:03.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus c5] add_size 200000 add_align 100000
[    6.311766] pci 0000:c0:03.3: bridge window [io  0x1000-0x0fff] to [bus c6] add_size 1000
[    6.319938] pci 0000:c0:03.3: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus c6] add_size 200000 add_align 100000
[    6.331411] pci 0000:c0:03.4: bridge window [io  0x1000-0x0fff] to [bus c7] add_size 1000
[    6.339584] pci 0000:c0:03.4: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus c7] add_size 200000 add_align 100000
[    6.351056] pci 0000:c0:03.1: bridge window [mem 0x10000000000-0x100001fffff 64bit pref]: assigned
[    6.360010] pci 0000:c0:03.2: bridge window [mem 0x10000200000-0x100003fffff 64bit pref]: assigned
[    6.368967] pci 0000:c0:03.3: bridge window [mem 0x10000400000-0x100005fffff 64bit pref]: assigned
[    6.377922] pci 0000:c0:03.4: bridge window [mem 0x10000600000-0x100007fffff 64bit pref]: assigned
[    6.386876] pci 0000:c0:05.1: bridge window [mem 0xc7100000-0xc71fffff]: assigned
[    6.394353] pci 0000:c0:03.1: bridge window [io  0xa000-0xafff]: assigned
[    6.401138] pci 0000:c0:03.2: bridge window [io  0xb000-0xbfff]: assigned
[    6.407923] pci 0000:c0:03.3: bridge window [io  0xc000-0xcfff]: assigned
[    6.414710] pci 0000:c0:03.4: bridge window [io  0xd000-0xdfff]: assigned
[    6.421496] pci 0000:c0:03.1: PCI bridge to [bus c4]
[    6.426461] pci 0000:c0:03.1:   bridge window [io  0xa000-0xafff]
[    6.432557] pci 0000:c0:03.1:   bridge window [mem 0xdb600000-0xdb9fffff]
[    6.439340] pci 0000:c0:03.1:   bridge window [mem 0x10000000000-0x100001fffff 64bit pref]
[    6.447601] pci 0000:c0:03.2: PCI bridge to [bus c5]
[    6.452566] pci 0000:c0:03.2:   bridge window [io  0xb000-0xbfff]
[    6.458658] pci 0000:c0:03.2:   bridge window [mem 0xdb200000-0xdb5fffff]
[    6.465442] pci 0000:c0:03.2:   bridge window [mem 0x10000200000-0x100003fffff 64bit pref]
[    6.473703] pci 0000:c0:03.3: PCI bridge to [bus c6]
[    6.478668] pci 0000:c0:03.3:   bridge window [io  0xc000-0xcfff]
[    6.484760] pci 0000:c0:03.3:   bridge window [mem 0xdae00000-0xdb1fffff]
[    6.491547] pci 0000:c0:03.3:   bridge window [mem 0x10000400000-0x100005fffff 64bit pref]
[    6.499807] pci 0000:c0:03.4: PCI bridge to [bus c7]
[    6.504779] pci 0000:c0:03.4:   bridge window [io  0xd000-0xdfff]
[    6.510871] pci 0000:c0:03.4:   bridge window [mem 0xdaa00000-0xdadfffff]
[    6.517655] pci 0000:c0:03.4:   bridge window [mem 0x10000600000-0x100007fffff 64bit pref]
[    6.525916] pci 0000:c1:00.0: ROM [mem 0xc7100000-0xc713ffff pref]: assigned
[    6.532960] pci 0000:c1:00.1: ROM [mem 0xc7140000-0xc717ffff pref]: assigned
[    6.540005] pci 0000:c0:05.1: PCI bridge to [bus c1]
[    6.544972] pci 0000:c0:05.1:   bridge window [mem 0xc7100000-0xc71fffff]
[    6.551757] pci 0000:c0:05.1:   bridge window [mem 0xc7000000-0xc70fffff 64bit pref]
[    6.559498] pci 0000:c2:00.0: PCI bridge to [bus c3]
[    6.564465] pci 0000:c2:00.0:   bridge window [mem 0xda000000-0xda8fffff]
[    6.571256] pci 0000:c2:00.0:   bridge window [mem 0xc6000000-0xc6ffffff 64bit pref]
[    6.578997] pci 0000:c0:05.2: PCI bridge to [bus c2-c3]
[    6.584222] pci 0000:c0:05.2:   bridge window [mem 0xda000000-0xda8fffff]
[    6.591005] pci 0000:c0:05.2:   bridge window [mem 0xc6000000-0xc6ffffff 64bit pref]
[    6.598773] pci 0000:c0:07.1: PCI bridge to [bus c8]
[    6.603736] pci 0000:c0:07.1:   bridge window [mem 0xdbb00000-0xdbbfffff]
[    6.610525] pci 0000:c0:08.1: PCI bridge to [bus c9]
[    6.615496] pci 0000:c0:08.1:   bridge window [mem 0xdba00000-0xdbafffff]
[    6.622285] pci_bus 0000:c0: resource 4 [io  0xa000-0xffff window]
[    6.628467] pci_bus 0000:c0: resource 5 [mem 0xc6000000-0xe0ffffff window]
[    6.635339] pci_bus 0000:c0: resource 6 [mem 0x10000000000-0x2bf3fffffff window]
[    6.642731] pci_bus 0000:c0: resource 7 [io  0x03b0-0x03df window]
[    6.648913] pci_bus 0000:c0: resource 8 [mem 0x000a0000-0x000bffff window]
[    6.655782] pci_bus 0000:c4: resource 0 [io  0xa000-0xafff]
[    6.661357] pci_bus 0000:c4: resource 1 [mem 0xdb600000-0xdb9fffff]
[    6.667621] pci_bus 0000:c4: resource 2 [mem 0x10000000000-0x100001fffff 64bit pref]
[    6.675361] pci_bus 0000:c5: resource 0 [io  0xb000-0xbfff]
[    6.680935] pci_bus 0000:c5: resource 1 [mem 0xdb200000-0xdb5fffff]
[    6.687198] pci_bus 0000:c5: resource 2 [mem 0x10000200000-0x100003fffff 64bit pref]
[    6.694938] pci_bus 0000:c6: resource 0 [io  0xc000-0xcfff]
[    6.700509] pci_bus 0000:c6: resource 1 [mem 0xdae00000-0xdb1fffff]
[    6.706774] pci_bus 0000:c6: resource 2 [mem 0x10000400000-0x100005fffff 64bit pref]
[    6.714513] pci_bus 0000:c7: resource 0 [io  0xd000-0xdfff]
[    6.720085] pci_bus 0000:c7: resource 1 [mem 0xdaa00000-0xdadfffff]
[    6.726350] pci_bus 0000:c7: resource 2 [mem 0x10000600000-0x100007fffff 64bit pref]
[    6.734091] pci_bus 0000:c1: resource 1 [mem 0xc7100000-0xc71fffff]
[    6.740358] pci_bus 0000:c1: resource 2 [mem 0xc7000000-0xc70fffff 64bit pref]
[    6.747576] pci_bus 0000:c2: resource 1 [mem 0xda000000-0xda8fffff]
[    6.753840] pci_bus 0000:c2: resource 2 [mem 0xc6000000-0xc6ffffff 64bit pref]
[    6.761059] pci_bus 0000:c3: resource 1 [mem 0xda000000-0xda8fffff]
[    6.767325] pci_bus 0000:c3: resource 2 [mem 0xc6000000-0xc6ffffff 64bit pref]
[    6.774542] pci_bus 0000:c8: resource 1 [mem 0xdbb00000-0xdbbfffff]
[    6.780810] pci_bus 0000:c9: resource 1 [mem 0xdba00000-0xdbafffff]
[    6.787692] PCI: CLS 64 bytes, default 64
[    6.791722] AMD-Vi: IOMMU SNP support enabled.
[    6.791787] Trying to unpack rootfs image as initramfs...
[    6.801629] pci 0000:c0:00.2: AMD-Vi: IOMMU performance counters supported
[    6.808606] pci 0000:c0:01.0: Adding to iommu group 0
[    6.813717] pci 0000:c0:02.0: Adding to iommu group 1
[    6.818914] pci 0000:c0:03.0: Adding to iommu group 2
[    6.824012] pci 0000:c0:03.1: Adding to iommu group 2
[    6.829108] pci 0000:c0:03.2: Adding to iommu group 2
[    6.834203] pci 0000:c0:03.3: Adding to iommu group 2
[    6.839299] pci 0000:c0:03.4: Adding to iommu group 2
[    6.844432] pci 0000:c0:04.0: Adding to iommu group 3
[    6.849579] pci 0000:c0:05.0: Adding to iommu group 4
[    6.854675] pci 0000:c0:05.1: Adding to iommu group 4
[    6.859778] pci 0000:c0:05.2: Adding to iommu group 4
[    6.864881] pci 0000:c0:07.0: Adding to iommu group 5
[    6.869964] pci 0000:c0:07.1: Adding to iommu group 6
[    6.875074] pci 0000:c0:08.0: Adding to iommu group 7
[    6.880159] pci 0000:c0:08.1: Adding to iommu group 8
[    6.885218] pci 0000:c1:00.0: Adding to iommu group 4
[    6.890277] pci 0000:c1:00.1: Adding to iommu group 4
[    6.895337] pci 0000:c2:00.0: Adding to iommu group 4
[    6.900397] pci 0000:c3:00.0: Adding to iommu group 4
[    6.905476] pci 0000:c8:00.0: Adding to iommu group 9
[    6.910599] pci 0000:c8:00.2: Adding to iommu group 10
[    6.915775] pci 0000:c9:00.0: Adding to iommu group 11
[    6.920947] pci 0000:c9:00.2: Adding to iommu group 12
[    6.932535] pci 0000:80:00.2: AMD-Vi: IOMMU performance counters supported
[    6.939565] pci 0000:80:01.0: Adding to iommu group 13
[    6.944746] pci 0000:80:01.1: Adding to iommu group 13
[    6.949929] pci 0000:80:01.2: Adding to iommu group 13
[    6.955121] pci 0000:80:02.0: Adding to iommu group 14
[    6.960311] pci 0000:80:03.0: Adding to iommu group 15
[    6.965501] pci 0000:80:04.0: Adding to iommu group 16
[    6.970692] pci 0000:80:05.0: Adding to iommu group 17
[    6.975886] pci 0000:80:07.0: Adding to iommu group 18
[    6.981057] pci 0000:80:07.1: Adding to iommu group 19
[    6.986254] pci 0000:80:08.0: Adding to iommu group 20
[    6.991428] pci 0000:80:08.1: Adding to iommu group 21
[    6.996601] pci 0000:80:08.2: Adding to iommu group 22
[    7.001778] pci 0000:83:00.0: Adding to iommu group 23
[    7.006949] pci 0000:83:00.2: Adding to iommu group 24
[    7.012122] pci 0000:84:00.0: Adding to iommu group 25
[    7.017297] pci 0000:84:00.2: Adding to iommu group 26
[    7.022468] pci 0000:85:00.0: Adding to iommu group 27
[    7.034663] pci 0000:40:00.2: AMD-Vi: IOMMU performance counters supported
[    7.041641] pci 0000:40:01.0: Adding to iommu group 28
[    7.046835] pci 0000:40:02.0: Adding to iommu group 29
[    7.052122] pci 0000:40:03.0: Adding to iommu group 30
[    7.057300] pci 0000:40:03.1: Adding to iommu group 30
[    7.062480] pci 0000:40:03.2: Adding to iommu group 30
[    7.067652] pci 0000:40:03.3: Adding to iommu group 30
[    7.072828] pci 0000:40:03.4: Adding to iommu group 30
[    7.078022] pci 0000:40:04.0: Adding to iommu group 31
[    7.083215] pci 0000:40:05.0: Adding to iommu group 32
[    7.088406] pci 0000:40:07.0: Adding to iommu group 33
[    7.093574] pci 0000:40:07.1: Adding to iommu group 34
[    7.098771] pci 0000:40:08.0: Adding to iommu group 35
[    7.103942] pci 0000:40:08.1: Adding to iommu group 36
[    7.109119] pci 0000:45:00.0: Adding to iommu group 37
[    7.114323] pci 0000:45:00.2: Adding to iommu group 38
[    7.119496] pci 0000:46:00.0: Adding to iommu group 39
[    7.124671] pci 0000:46:00.1: Adding to iommu group 40
[    7.129845] pci 0000:46:00.2: Adding to iommu group 41
[    7.135018] pci 0000:46:00.3: Adding to iommu group 42
[    7.147210] pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
[    7.154185] pci 0000:00:01.0: Adding to iommu group 43
[    7.159380] pci 0000:00:02.0: Adding to iommu group 44
[    7.164575] pci 0000:00:03.0: Adding to iommu group 45
[    7.169752] pci 0000:00:03.2: Adding to iommu group 46
[    7.174947] pci 0000:00:04.0: Adding to iommu group 47
[    7.180138] pci 0000:00:05.0: Adding to iommu group 48
[    7.185330] pci 0000:00:07.0: Adding to iommu group 49
[    7.190497] pci 0000:00:07.1: Adding to iommu group 50
[    7.195694] pci 0000:00:08.0: Adding to iommu group 51
[    7.200860] pci 0000:00:08.1: Adding to iommu group 52
[    7.206080] pci 0000:00:14.0: Adding to iommu group 53
[    7.208203] Freeing initrd memory: 35956K
[    7.211252] pci 0000:00:14.3: Adding to iommu group 53
[    7.220586] pci 0000:00:18.0: Adding to iommu group 54
[    7.225758] pci 0000:00:18.1: Adding to iommu group 54
[    7.230936] pci 0000:00:18.2: Adding to iommu group 54
[    7.236106] pci 0000:00:18.3: Adding to iommu group 54
[    7.241284] pci 0000:00:18.4: Adding to iommu group 54
[    7.246456] pci 0000:00:18.5: Adding to iommu group 54
[    7.251629] pci 0000:00:18.6: Adding to iommu group 54
[    7.256807] pci 0000:00:18.7: Adding to iommu group 54
[    7.261976] pci 0000:01:00.0: Adding to iommu group 55
[    7.267152] pci 0000:02:00.0: Adding to iommu group 56
[    7.272326] pci 0000:02:00.2: Adding to iommu group 57
[    7.277499] pci 0000:03:00.0: Adding to iommu group 58
[    7.282671] pci 0000:03:00.2: Adding to iommu group 59
[    7.287844] pci 0000:03:00.3: Adding to iommu group 60
[    7.301732] AMD-Vi: Extended features (0x841f77e022094ace, 0x0): PPR X2APIC NX IA GA PC SNP
[    7.310095] AMD-Vi: Interrupt remapping enabled
[    7.314623] AMD-Vi: X2APIC enabled
[    7.318972] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    7.325435] software IO TLB: mapped [mem 0x000000000459f000-0x000000001459f000] (256MB)
[    7.333558] LVT offset 0 assigned for vector 0x400
[    7.340028] perf: AMD IBS detected (0x000003ff)
[    7.345879] amd_uncore: 4 amd_df counters detected
[    7.350715] amd_uncore: 6 amd_l3 counters detected
[    7.357098] perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
[    7.364250] perf/amd_iommu: Detected AMD IOMMU #1 (2 banks, 4 counters/bank).
[    7.371407] perf/amd_iommu: Detected AMD IOMMU #2 (2 banks, 4 counters/bank).
[    7.378554] perf/amd_iommu: Detected AMD IOMMU #3 (2 banks, 4 counters/bank).
[    7.440824] Initialise system trusted keyrings
[    7.445296] Key type blacklist registered
[    7.449435] workingset: timestamp_bits=36 max_order=26 bucket_order=0
[    7.455880] zbud: loaded
[    7.458911] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    7.464907] fuse: init (API version 7.41)
[    7.469168] integrity: Platform Keyring initialized
[    7.486271] Key type asymmetric registered
[    7.490376] Asymmetric key parser 'x509' registered
[    7.495287] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[    7.502766] io scheduler mq-deadline registered
[    7.508912] pcieport 0000:00:03.2: PME: Signaling with IRQ 38
[    7.515012] pcieport 0000:00:07.1: PME: Signaling with IRQ 40
[    7.520953] pcieport 0000:00:08.1: PME: Signaling with IRQ 41
[    7.526930] pcieport 0000:40:03.1: PME: Signaling with IRQ 42
[    7.532720] pcieport 0000:40:03.1: pciehp: Slot #167 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.546690] pcieport 0000:40:03.2: PME: Signaling with IRQ 43
[    7.552516] pcieport 0000:40:03.2: pciehp: Slot #166 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.566469] pcieport 0000:40:03.3: PME: Signaling with IRQ 44
[    7.572265] pcieport 0000:40:03.3: pciehp: Slot #169 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.586210] pcieport 0000:40:03.4: PME: Signaling with IRQ 45
[    7.592006] pcieport 0000:40:03.4: pciehp: Slot #168 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.606024] pcieport 0000:40:07.1: PME: Signaling with IRQ 47
[    7.611958] pcieport 0000:40:08.1: PME: Signaling with IRQ 48
[    7.618003] pcieport 0000:80:01.1: PME: Signaling with IRQ 49
[    7.623805] pcieport 0000:80:01.1: pciehp: Slot #160 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.637748] pcieport 0000:80:01.2: PME: Signaling with IRQ 50
[    7.643538] pcieport 0000:80:01.2: pciehp: Slot #161 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.657580] pcieport 0000:80:07.1: PME: Signaling with IRQ 52
[    7.663706] pcieport 0000:80:08.1: PME: Signaling with IRQ 54
[    7.669691] pcieport 0000:80:08.2: PME: Signaling with IRQ 55
[    7.675626] pcieport 0000:c0:03.1: PME: Signaling with IRQ 56
[    7.681419] pcieport 0000:c0:03.1: pciehp: Slot #163 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.695361] pcieport 0000:c0:03.2: PME: Signaling with IRQ 57
[    7.701154] pcieport 0000:c0:03.2: pciehp: Slot #162 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.715085] pcieport 0000:c0:03.3: PME: Signaling with IRQ 58
[    7.720874] pcieport 0000:c0:03.3: pciehp: Slot #165 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.734805] pcieport 0000:c0:03.4: PME: Signaling with IRQ 59
[    7.740599] pcieport 0000:c0:03.4: pciehp: Slot #164 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.754498] pcieport 0000:c0:05.1: PME: Signaling with IRQ 60
[    7.760403] pcieport 0000:c0:05.2: PME: Signaling with IRQ 61
[    7.766402] pcieport 0000:c0:07.1: PME: Signaling with IRQ 63
[    7.772405] pcieport 0000:c0:08.1: PME: Signaling with IRQ 65
[    7.778446] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    7.785522] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[    7.792984] ACPI: button: Power Button [PWRF]
[    7.804930] Estimated ratio of average max frequency by base frequency (times 1024): 1464
[    7.829159] ERST: Error Record Serialization Table (ERST) support is initialized.
[    7.836660] pstore: Using crash dump compression: deflate
[    7.842064] pstore: Registered erst as persistent store backend
[    7.848100] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    7.854656] 00:03: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A
[    7.862767] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    7.873598] Linux agpgart interface v0.103
[    7.902410] loop: module loaded
[    7.916800] ahci 0000:85:00.0: AHCI vers 0001.0301, 32 command slots, 6 Gbps, SATA mode
[    7.924809] ahci 0000:85:00.0: 8/8 ports implemented (port mask 0xff)
[    7.931246] ahci 0000:85:00.0: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part sxs 
[    7.941359] scsi host0: ahci
[    7.944463] scsi host1: ahci
[    7.947535] scsi host2: ahci
[    7.950612] scsi host3: ahci
[    7.953688] scsi host4: ahci
[    7.956763] scsi host5: ahci
[    7.959839] scsi host6: ahci
[    7.962922] scsi host7: ahci
[    7.965862] ata1: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800100 irq 67 lpm-pol 0
[    7.974124] ata2: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800180 irq 68 lpm-pol 0
[    7.982387] ata3: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800200 irq 69 lpm-pol 0
[    7.990642] ata4: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800280 irq 70 lpm-pol 0
[    7.998901] ata5: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800300 irq 71 lpm-pol 0
[    8.007161] ata6: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800380 irq 72 lpm-pol 0
[    8.015418] ata7: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800400 irq 73 lpm-pol 0
[    8.023678] ata8: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800480 irq 74 lpm-pol 0
[    8.032212] tun: Universal TUN/TAP device driver, 1.6
[    8.037322] PPP generic driver version 2.4.2
[    8.041724] VFIO - User Level meta-driver version: 0.3
[    8.047201] xhci_hcd 0000:03:00.3: xHCI Host Controller
[    8.052447] xhci_hcd 0000:03:00.3: new USB bus registered, assigned bus number 1
[    8.059949] xhci_hcd 0000:03:00.3: hcc params 0x0260ffe5 hci version 0x110 quirks 0x0000000000000010
[    8.069482] xhci_hcd 0000:03:00.3: xHCI Host Controller
[    8.074715] xhci_hcd 0000:03:00.3: new USB bus registered, assigned bus number 2
[    8.082105] xhci_hcd 0000:03:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[    8.089196] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.11
[    8.097462] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    8.104681] usb usb1: Product: xHCI Host Controller
[    8.109557] usb usb1: Manufacturer: Linux 6.11.0-rc5-next-20240828-195a402a75-c0ceb24fe8d xhci-hcd
[    8.118514] usb usb1: SerialNumber: 0000:03:00.3
[    8.123297] hub 1-0:1.0: USB hub found
[    8.127060] hub 1-0:1.0: 2 ports detected
[    8.131912] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    8.140034] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.11
[    8.148298] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    8.155518] usb usb2: Product: xHCI Host Controller
[    8.160396] usb usb2: Manufacturer: Linux 6.11.0-rc5-next-20240828-195a402a75-c0ceb24fe8d xhci-hcd
[    8.169349] usb usb2: SerialNumber: 0000:03:00.3
[    8.174093] hub 2-0:1.0: USB hub found
[    8.177860] hub 2-0:1.0: 2 ports detected
[    8.182761] xhci_hcd 0000:46:00.3: xHCI Host Controller
[    8.187995] xhci_hcd 0000:46:00.3: new USB bus registered, assigned bus number 3
[    8.195485] xhci_hcd 0000:46:00.3: hcc params 0x0260ffe5 hci version 0x110 quirks 0x0000000000000010
[    8.204970] xhci_hcd 0000:46:00.3: xHCI Host Controller
[    8.210200] xhci_hcd 0000:46:00.3: new USB bus registered, assigned bus number 4
[    8.217594] xhci_hcd 0000:46:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[    8.224688] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.11
[    8.232951] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    8.240178] usb usb3: Product: xHCI Host Controller
[    8.245062] usb usb3: Manufacturer: Linux 6.11.0-rc5-next-20240828-195a402a75-c0ceb24fe8d xhci-hcd
[    8.254015] usb usb3: SerialNumber: 0000:46:00.3
[    8.258753] hub 3-0:1.0: USB hub found
[    8.262518] hub 3-0:1.0: 2 ports detected
[    8.267289] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    8.275410] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.11
[    8.283672] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    8.290890] usb usb4: Product: xHCI Host Controller
[    8.295768] usb usb4: Manufacturer: Linux 6.11.0-rc5-next-20240828-195a402a75-c0ceb24fe8d xhci-hcd
[    8.304733] usb usb4: SerialNumber: 0000:46:00.3
[    8.309475] hub 4-0:1.0: USB hub found
[    8.313239] hub 4-0:1.0: 2 ports detected
[    8.318183] usbcore: registered new interface driver uas
[    8.323522] usbcore: registered new interface driver usb-storage
[    8.329613] i8042: PNP: No PS/2 controller found.
[    8.334398] mousedev: PS/2 mouse device common for all mice
[    8.340072] rtc_cmos 00:02: RTC can wake from S4
[    8.344964] rtc_cmos 00:02: registered as rtc0
[    8.349469] rtc_cmos 00:02: setting system clock to 2024-09-02T11:20:24 UTC (1725276024)
[    8.353465] ata5: SATA link down (SStatus 0 SControl 300)
[    8.357593] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram
[    8.362979] ata1: SATA link down (SStatus 0 SControl 300)
[    8.369662] i2c_dev: i2c /dev entries driver
[    8.375077] ata3: SATA link down (SStatus 0 SControl 300)
[    8.379338] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[    8.384257] usb 1-1: new high-speed USB device number 2 using xhci_hcd
[    8.384748] ata2: SATA link down (SStatus 0 SControl 300)
[    8.396905] device-mapper: uevent: version 1.0.3
[    8.403434] ata4: SATA link down (SStatus 0 SControl 300)
[    8.408947] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@lists.linux.dev
[    8.413467] ata6: SATA link down (SStatus 0 SControl 300)
[    8.418853] tsc: Refined TSC clocksource calibration: 1996.248 MHz
[    8.420255] platform eisa.0: Probing EISA bus 0
[    8.420258] platform eisa.0: EISA: Cannot allocate resource for mainboard
[    8.420260] platform eisa.0: Cannot allocate resource for EISA slot 1
[    8.420261] platform eisa.0: Cannot allocate resource for EISA slot 2
[    8.420263] platform eisa.0: Cannot allocate resource for EISA slot 3
[    8.420264] platform eisa.0: Cannot allocate resource for EISA slot 4
[    8.420266] platform eisa.0: Cannot allocate resource for EISA slot 5
[    8.420267] platform eisa.0: Cannot allocate resource for EISA slot 6
[    8.420269] platform eisa.0: Cannot allocate resource for EISA slot 7
[    8.420270] platform eisa.0: Cannot allocate resource for EISA slot 8
[    8.420271] platform eisa.0: EISA: Detected 0 cards
[    8.420276] amd_pstate: driver load is disabled, boot with specific mode to enable this
[    8.427732] ata7: SATA link down (SStatus 0 SControl 300)
[    8.433154] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x398cac3bdaf, max_idle_ns: 881590646346 ns
[    8.439313] ata8: SATA link down (SStatus 0 SControl 300)
[    8.535832] clocksource: Switched to clocksource tsc
[    8.536966] ledtrig-cpu: registered to indicate activity on CPUs
[    8.546877] efifb: probing for efifb
[    8.550472] efifb: No BGRT, not showing boot graphics
[    8.555525] efifb: framebuffer at 0xc6000000, using 3072k, total 3072k
[    8.562079] efifb: mode is 1024x768x32, linelength=4096, pages=1
[    8.568084] efifb: scrolling: redraw
[    8.571661] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    8.577296] fbcon: Deferring console take-over
[    8.581744] fb0: EFI VGA frame buffer device
[    8.586105] drop_monitor: Initializing network drop monitor service
[    8.592384] usb 3-1: new high-speed USB device number 2 using xhci_hcd
[    8.592557] NET: Registered PF_INET6 protocol family
[    8.610728] Segment Routing with IPv6
[    8.614408] In-situ OAM (IOAM) with IPv6
[    8.615153] usb 1-1: New USB device found, idVendor=0424, idProduct=2744, bcdDevice= 1.21
[    8.618355] NET: Registered PF_PACKET protocol family
[    8.626505] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    8.631621] Key type dns_resolver registered
[    8.638706] usb 1-1: Product: USB2734
[    8.638708] usb 1-1: Manufacturer: Microchip Tech
[    8.661923] microcode: Current revision: 0x0a0011d3
[    8.670046] resctrl: L3 allocation detected
[    8.674233] resctrl: MB allocation detected
[    8.678424] resctrl: L3 monitoring detected
[    8.682816] IPI shorthand broadcast: enabled
[    8.689936] sched_clock: Marking stable (8620001477, 68216979)->(9662684083, -974465627)
[    8.697597] hub 1-1:1.0: USB hub found
[    8.702030] hub 1-1:1.0: 4 ports detected
[    8.702466] registered taskstats version 1
[    8.712179] Loading compiled-in X.509 certificates
[    8.717492] Loaded X.509 cert 'Build time autogenerated kernel key: 4378128cd00bd719f653be6e8e982504978c6cd7'
[    8.730604] Demotion targets for Node 0: null
[    8.734966] Demotion targets for Node 1: null
[    8.739977] Key type .fscrypt registered
[    8.743909] Key type fscrypt-provisioning registered
[    8.749822] usb 3-1: New USB device found, idVendor=1604, idProduct=10c0, bcdDevice= 0.00
[    8.758004] usb 3-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    8.761281] usb 2-1: new SuperSpeed USB device number 2 using xhci_hcd
[    8.772181] cryptd: max_cpu_qlen set to 1000
[    8.779379] AES CTR mode by8 optimization enabled
[    8.788624] usb 2-1: New USB device found, idVendor=0424, idProduct=5744, bcdDevice= 1.21
[    8.796812] usb 2-1: New USB device strings: Mfr=2, Product=3, SerialNumber=0
[    8.796910] Key type encrypted registered
[    8.801039] hub 3-1:1.0: USB hub found
[    8.801198] hub 3-1:1.0: 4 ports detected
[    8.803951] usb 2-1: Product: USB5734
[    8.808119] AppArmor: AppArmor sha256 policy hashing enabled
[    8.811712] usb 2-1: Manufacturer: Microchip Tech
[    8.815812] integrity: Loading X.509 certificate: UEFI:db
[    8.835182] integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
[    8.841422] hub 2-1:1.0: USB hub found
[    8.845958] integrity: Loading X.509 certificate: UEFI:db
[    8.849740] hub 2-1:1.0: 4 ports detected
[    8.855125] integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
[    8.870151] integrity: Loading X.509 certificate: UEFI:db
[    8.875701] integrity: Loaded X.509 cert 'VMware, Inc.: 4ad8ba0472073d28127706ddc6ccb9050441bbc7'
[    8.884566] integrity: Loading X.509 certificate: UEFI:db
[    8.890107] integrity: Loaded X.509 cert 'VMware, Inc.: VMware Secure Boot Signing: 04597f3e1ffb240bba0ff0f05d5eb05f3e15f6d7'
[    8.901668] ima: No TPM chip found, activating TPM-bypass!
[    8.907187] Loading compiled-in module X.509 certificates
[    8.913016] Loaded X.509 cert 'Build time autogenerated kernel key: 4378128cd00bd719f653be6e8e982504978c6cd7'
[    8.922924] ima: Allocated hash algorithm: sha1
[    8.927462] ima: No architecture policies found
[    8.932010] evm: Initialising EVM extended attributes:
[    8.937153] evm: security.selinux
[    8.940471] evm: security.SMACK64
[    8.943786] evm: security.SMACK64EXEC
[    8.947455] evm: security.SMACK64TRANSMUTE
[    8.951553] evm: security.SMACK64MMAP
[    8.955222] evm: security.apparmor
[    8.958626] evm: security.ima
[    8.961598] evm: security.capability
[    8.965178] evm: HMAC attrs: 0x1
[    8.968793] PM:   Magic number: 8:604:326
[    8.972813] machinecheck machinecheck101: hash matches
[    8.977993] thermal cooling_device110: hash matches
[    8.982925] pci 0000:45:00.0: hash matches
[    8.987546] RAS: Correctable Errors collector initialized.
[    8.993172] clk: Disabling unused clocks
[    8.997099] PM: genpd: Disabling unused power domains
[    9.003962] Freeing unused decrypted memory: 2028K
[    9.009444] Freeing unused kernel image (initmem) memory: 4684K
[    9.015379] Write protecting the kernel read-only data: 26624k
[    9.021694] Freeing unused kernel image (rodata/data gap) memory: 452K
[    9.092674] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    9.099113] Run /init as init process
[    9.109288] systemd[1]: Inserted module 'autofs4'
[    9.414147] systemd[1]: systemd 250-12.el9_1 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 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK +XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[    9.446039] systemd[1]: Detected architecture x86-64.
[    9.451091] systemd[1]: Running in initial RAM disk.

Welcome to ^[[0;31mRed Hat Enterprise Linux 9.1 (Plow) dracut-057-13.git20220816.el9 (Initramfs)^[[0m!

[    9.480321] systemd[1]: Hostname set to <hostname.amd.com>.
[    9.591656] systemd[1]: Queued start job for default target Initrd Default Target.
[    9.599237] usb 3-1.1: new high-speed USB device number 3 using xhci_hcd
[    9.599340] systemd[1]: Reached target Initrd /usr File System.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mInitrd /usr File System^[[0m.
[    9.628285] systemd[1]: Reached target Local File Systems.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mLocal File Systems^[[0m.
[    9.648290] systemd[1]: Reached target Slice Units.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSlice Units^[[0m.
[    9.668285] systemd[1]: Reached target Swaps.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSwaps^[[0m.
[    9.688276] systemd[1]: Reached target Timer Units.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mTimer Units^[[0m.
[    9.705204] usb 3-1.1: New USB device found, idVendor=1604, idProduct=10c0, bcdDevice= 0.00
[    9.713563] usb 3-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    9.713662] systemd[1]: Listening on D-Bus System Message Bus Socket.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mD-Bus System Message Bus Socket^[[0m.
[    9.744425] systemd[1]: Listening on Journal Socket (/dev/log).
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mJournal Socket (/dev/log)^[[0m.
[    9.761122] hub 3-1.1:1.0: USB hub found
[    9.765186] systemd[1]: Listening on Journal Socket.
[    9.765322] hub 3-1.1:1.0: 4 ports detected
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mJournal Socket^[[0m.
[    9.788428] systemd[1]: Listening on udev Control Socket.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mudev Control Socket^[[0m.
[    9.808379] systemd[1]: Listening on udev Kernel Socket.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mudev Kernel Socket^[[0m.
[    9.828282] systemd[1]: Reached target Socket Units.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSocket Units^[[0m.
[    9.856234] usb 3-1.2: new high-speed USB device number 4 using xhci_hcd
[    9.874275] systemd[1]: Starting Create List of Static Device Nodes...
         Starting ^[[0;1;39mCreate List of Static Device Nodes^[[0m...
[    9.898659] systemd[1]: Starting Journal Service...
         Starting ^[[0;1;39mJournal Service^[[0m...
[    9.917771] systemd[1]: Starting Load Kernel Modules...
         Starting ^[[0;1;39mLoad Kernel Modules^[[0m...
[    9.937728] systemd[1]: Starting Create System Users...
         Starting ^[[0;1;39mCreate System Users^[[0m...
[    9.957688] systemd[1]: Starting Setup Virtual Console...
         Starting ^[[0;1;39mSetup Virtual Console^[[0m...
[    9.977321] usb 3-1.2: New USB device found, idVendor=413c, idProduct=0006, bcdDevice= 0.00
[    9.977604] systemd[1]: Finished Create List of Static Device Nodes.
[    9.985671] usb 3-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    9.985674] usb 3-1.2: Product: DRAC 5 Virtual Keyboard and Mouse
[    9.985675] usb 3-1.2: Manufacturer: DELL
[    9.985677] usb 3-1.2: SerialNumber: DELL413C-1
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate List of Static Device Nodes^[[0m.
[   10.032546] systemd[1]: Started Journal Service.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mJournal Service^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mLoad Kernel Modules^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mSetup Virtual Console^[[0m.
         Starting ^[[0;1;39mdracut cmdline hook^[[0m...
         Starting ^[[0;1;39mApply Kernel Variables^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mApply Kernel Variables^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate System Users^[[0m.
[   10.232236] usb 3-1.4: new high-speed USB device number 5 using xhci_hcd
         Starting ^[[0;1;39mCreate Static Device Nodes in /dev^[[0m...
         Starting ^[[0;1;39mCreate Volatile Files and Directories^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mdracut cmdline hook^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate Static Device Nodes in /dev^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate Volatile Files and Directories^[[0m.
[   10.337202] usb 3-1.4: New USB device found, idVendor=1604, idProduct=10c0, bcdDevice= 0.00
[   10.345553] usb 3-1.4: New USB device strings: Mfr=0, Product=0, SerialNumber=0
         Starting ^[[0;1;39mdracut pre-udev hook^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mdracut pre-udev hook^[[0m.
[   10.401134] hub 3-1.4:1.0: USB hub found
[   10.405325] hub 3-1.4:1.0: 4 ports detected
         Starting ^[[0;1;39mRule-based Manage…for Device Events and Files^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mRule-based Manager for Device Events and Fi[   10.442533] hid: raw HID events driver (C) Jiri Kosina
les^[[0m.
[   10.460203] usbcore: registered new interface driver usbhid
[   10.465784] usbhid: USB HID core driver
         Starting ^[[0;1;39mColdp[   10.471462] usbcore: registered new interface driver usbmouse
lug All udev Dev[   10.471602] usbcore: registered new interface driver usbkbd
ices^[[0m...
[   10.487699] input: DELL DRAC 5 Virtual Keyboard and Mouse as /devices/pci0000:40/0000:40:08.1/0000:46:00.3/usb3/3-1/3-1.2/3-1.2:1.0/0003:413C:0006.0001/input/input1
[   10.502528] hid-generic 0003:413C:0006.0001: input,hidraw0: USB HID v1.01 Mouse [DELL DRAC 5 Virtual Keyboard and Mouse] on usb-0000:46:00.3-1.2/input0
[   10.516214] input: DELL DRAC 5 Virtual Keyboard and Mouse as /devices/pci0000:40/0000:40:08.1/0000:46:00.3/usb3/3-1/3-1.2/3-1.2:1.1/0003:413C:0006.0002/input/input2
[   10.588408] hid-generic 0003:413C:0006.0002: input,hidraw1: USB HID v1.01 Keyboard [DELL DRAC 5 Virtual Keyboard and Mouse] on usb-0000:46:00.3-1.2/input1
[   10.676582] wmi_bus wmi_bus-PNP0C14:00: [Firmware Bug]: WQBC data block query control method not found
[^[[0;32m  OK  ^[[0m] Finished ^[[0[   10.687719] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
;1;39mColdplug A[   10.694677] sp5100-tco sp5100-tco: Using 0xfeb00000 for watchdog MMIO address
ll udev Devices^[[   10.703224] sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0)
[0m.
[   10.713257] ccp 0000:46:00.1: no command queues available
[   10.718765] ccp 0000:46:00.1: sev enabled
[   10.722793] ccp 0000:46:00.1: psp enabled
[   10.736379] tg3 0000:c1:00.0 eth0: Tigon3 [partno(BCM95720) rev 5720000] (PCI Express) MAC address d0:8e:79:bb:95:90
[   10.746899] tg3 0000:c1:00.0 eth0: attached PHY is 5720C (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[1])
[   10.746903] tg3 0000:c1:00.0 eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[1] TSOcap[1]
[   10.746905] tg3 0000:c1:00.0 eth0: dma_rwctrl[00000001] dma_mask[64-bit]
[^[[0;32m  OK  ^[[[   10.772474] ACPI: bus type drm_connector registered
0m] Reached target ^[[0;1;39mSystem Initializatio[   10.780713] mpt3sas version 48.100.00.00 loaded
n^[[0m.
[   10.788983] mpt3sas_cm0: 63 BIT PCI BUS DMA ADDRESSING SUPPORTED, total mem (262456384 kB)
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mNetwork^[[0m.
[   10.806357] tg3 0000:c1:00.1 eth1: Tigon3 [partno(BCM95720) rev 5720000] (PCI Express) MAC address d0:8e:79:bb:95:91
[   10.816881] tg3 0000:c1:00.1 eth1: attached PHY is 5720C (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[1])
[   10.826722] tg3 0000:c1:00.1 eth1: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[1] TSOcap[1]
[   10.834548] tg3 0000:c1:00.1 eth1: dma_rwctrl[00000001] dma_mask[64-bit]
[   10.841427] mgag200 0000:c3:00.0: vgaarb: deactivate vga console
[   10.847775] mpt3sas_cm0: CurrentHostPageSize is 0: Setting default host page size to 4k
[   10.853658] [drm] Initialized mgag200 1.0.0 for 0000:c3:00.0 on minor 0
[   10.855807] mpt3sas_cm0: MSI-X vectors supported: 96
[   10.867348] 	 no of cores: 128, max_msix_vectors: -1
[   10.872318] mpt3sas_cm0:  0 96 96
[   10.872323] fbcon: mgag200drmfb (fb0) is primary device
[   10.872327] fbcon: Deferring console take-over
[   10.876199] mpt3sas_cm0: High IOPs queues : disabled
[   10.880878] mgag200 0000:c3:00.0: [drm] fb0: mgag200drmfb frame buffer device
[   10.885324] mpt3sas0-msix0: PCI-MSI-X enabled: IRQ 108
[   10.902561] mpt3sas0-msix1: PCI-MSI-X enabled: IRQ 109
[   10.907703] mpt3sas0-msix2: PCI-MSI-X enabled: IRQ 110
[   10.912839] mpt3sas0-msix3: PCI-MSI-X enabled: IRQ 111
[   10.917979] mpt3sas0-msix4: PCI-MSI-X enabled: IRQ 112
[   10.923118] mpt3sas0-msix5: PCI-MSI-X enabled: IRQ 113
[   10.928257] mpt3sas0-msix6: PCI-MSI-X enabled: IRQ 114
[   10.933396] mpt3sas0-msix7: PCI-MSI-X enabled: IRQ 115
[   10.938537] mpt3sas0-msix8: PCI-MSI-X enabled: IRQ 116
[   10.943676] mpt3sas0-msix9: PCI-MSI-X enabled: IRQ 117
[   10.948814] mpt3sas0-msix10: PCI-MSI-X enabled: IRQ 118
[   10.954040] mpt3sas0-msix11: PCI-MSI-X enabled: IRQ 119
[   10.959268] mpt3sas0-msix12: PCI-MSI-X enabled: IRQ 120
[   10.964496] mpt3sas0-msix13: PCI-MSI-X enabled: IRQ 121
[   10.969730] mpt3sas0-msix14: PCI-MSI-X enabled: IRQ 122
[   10.969731] mpt3sas0-msix15: PCI-MSI-X enabled: IRQ 123
[   10.969733] mpt3sas0-msix16: PCI-MSI-X enabled: IRQ 124
[   10.969734] mpt3sas0-msix17: PCI-MSI-X enabled: IRQ 125
         Startin[   10.969736] mpt3sas0-msix18: PCI-MSI-X enabled: IRQ 126
g ^[[0;1;39mdracu[   10.997250] mpt3sas0-msix19: PCI-MSI-X enabled: IRQ 127
t initqueue hook[   11.003864] mpt3sas0-msix20: PCI-MSI-X enabled: IRQ 128
^[[0m...
[   11.010475] mpt3sas0-msix21: PCI-MSI-X enabled: IRQ 129
[   11.016476] mpt3sas0-msix22: PCI-MSI-X enabled: IRQ 130
[   11.021700] mpt3sas0-msix23: PCI-MSI-X enabled: IRQ 131
[   11.021701] mpt3sas0-msix24: PCI-MSI-X enabled: IRQ 132
[   11.021703] mpt3sas0-msix25: PCI-MSI-X enabled: IRQ 133
[   11.021704] mpt3sas0-msix26: PCI-MSI-X enabled: IRQ 134
[   11.042611] mpt3sas0-msix27: PCI-MSI-X enabled: IRQ 135
[   11.042613] mpt3sas0-msix28: PCI-MSI-X enabled: IRQ 136
[   11.042614] mpt3sas0-msix29: PCI-MSI-X enabled: IRQ 137
[   11.042615] mpt3sas0-msix30: PCI-MSI-X enabled: IRQ 138
[   11.042617] mpt3sas0-msix31: PCI-MSI-X enabled: IRQ 139
[   11.042618] mpt3sas0-msix32: PCI-MSI-X enabled: IRQ 140
[   11.042619] mpt3sas0-msix33: PCI-MSI-X enabled: IRQ 141
[   11.042621] mpt3sas0-msix34: PCI-MSI-X enabled: IRQ 142
^[[2J^[[3J[   11.042622] mpt3sas0-msix35: PCI-MSI-X enabled: IRQ 143
[   11.090344] mpt3sas0-msix36: PCI-MSI-X enabled: IRQ 144
^[[-1;-1f[   11.095572] mpt3sas0-msix37: PCI-MSI-X enabled: IRQ 145
         Startin[   11.101503] mpt3sas0-msix38: PCI-MSI-X enabled: IRQ 146
g ^[[0;1;39mShow [   11.108095] mpt3sas0-msix39: PCI-MSI-X enabled: IRQ 147
Plymouth Boot Sc[   11.114701] mpt3sas0-msix40: PCI-MSI-X enabled: IRQ 148
reen^[[0m...
[   11.114702] mpt3sas0-msix41: PCI-MSI-X enabled: IRQ 149
[   11.114704] mpt3sas0-msix42: PCI-MSI-X enabled: IRQ 150
[   11.114705] mpt3sas0-msix43: PCI-MSI-X enabled: IRQ 151
[   11.114706] mpt3sas0-msix44: PCI-MSI-X enabled: IRQ 152
[^[[0;32m  OK  ^[[[   11.114708] mpt3sas0-msix45: PCI-MSI-X enabled: IRQ 153
0m] Started ^[[0;[   11.150034] mpt3sas0-msix46: PCI-MSI-X enabled: IRQ 154
1;39mShow Plymou[   11.150036] mpt3sas0-msix47: PCI-MSI-X enabled: IRQ 155
th Boot Screen^[[[   11.150037] mpt3sas0-msix48: PCI-MSI-X enabled: IRQ 156
0m.
[^[[0;32m  [   11.150038] mpt3sas0-msix49: PCI-MSI-X enabled: IRQ 157
OK  ^[[0m] Starte[   11.150040] mpt3sas0-msix50: PCI-MSI-X enabled: IRQ 158
d ^[[0;1;39mForwa[   11.150041] mpt3sas0-msix51: PCI-MSI-X enabled: IRQ 159
rd Password R…[   11.189691] mpt3sas0-msix52: PCI-MSI-X enabled: IRQ 160
s to Plymouth Di[   11.189692] mpt3sas0-msix53: PCI-MSI-X enabled: IRQ 161
rectory Watch^[[0[   11.189693] mpt3sas0-msix54: PCI-MSI-X enabled: IRQ 162
m.
[^[[0;32m  O[   11.189694] mpt3sas0-msix55: PCI-MSI-X enabled: IRQ 163
K  ^[[0m] Reached[   11.189696] mpt3sas0-msix56: PCI-MSI-X enabled: IRQ 164
 target ^[[0;1;39[   11.189697] mpt3sas0-msix57: PCI-MSI-X enabled: IRQ 165
mPath Units^[[0m.[   11.189699] mpt3sas0-msix58: PCI-MSI-X enabled: IRQ 166

[   11.235979] mpt3sas0-msix59: PCI-MSI-X enabled: IRQ 167
[   11.235980] mpt3sas0-msix60: PCI-MSI-X enabled: IRQ 168
[   11.235982] mpt3sas0-msix61: PCI-MSI-X enabled: IRQ 169
[   11.235983] mpt3sas0-msix62: PCI-MSI-X enabled: IRQ 170
[^[[0;32m  OK  ^[[[   11.235985] mpt3sas0-msix63: PCI-MSI-X enabled: IRQ 171
0m] Reached targ[   11.235987] mpt3sas0-msix64: PCI-MSI-X enabled: IRQ 172
et ^[[0;1;39mBasi[   11.270357] mpt3sas0-msix65: PCI-MSI-X enabled: IRQ 173
c System^[[0m.
[   11.276971] mpt3sas0-msix66: PCI-MSI-X enabled: IRQ 174
[   11.283582] mpt3sas0-msix67: PCI-MSI-X enabled: IRQ 175
[   11.288809] mpt3sas0-msix68: PCI-MSI-X enabled: IRQ 176
[   11.294032] mpt3sas0-msix69: PCI-MSI-X enabled: IRQ 177
[   11.299260] mpt3sas0-msix70: PCI-MSI-X enabled: IRQ 178
[   11.304485] mpt3sas0-msix71: PCI-MSI-X enabled: IRQ 179
[   11.309712] mpt3sas0-msix72: PCI-MSI-X enabled: IRQ 180
[   11.314940] mpt3sas0-msix73: PCI-MSI-X enabled: IRQ 181
[   11.320171] mpt3sas0-msix74: PCI-MSI-X enabled: IRQ 182
[   11.325400] mpt3sas0-msix75: PCI-MSI-X enabled: IRQ 183
[   11.330627] mpt3sas0-msix76: PCI-MSI-X enabled: IRQ 184
[   11.335856] mpt3sas0-msix77: PCI-MSI-X enabled: IRQ 185
[   11.341084] mpt3sas0-msix78: PCI-MSI-X enabled: IRQ 186
[   11.346310] mpt3sas0-msix79: PCI-MSI-X enabled: IRQ 187
[   11.351538] mpt3sas0-msix80: PCI-MSI-X enabled: IRQ 188
[   11.356771] mpt3sas0-msix81: PCI-MSI-X enabled: IRQ 189
[   11.361996] mpt3sas0-msix82: PCI-MSI-X enabled: IRQ 190
[   11.367223] mpt3sas0-msix83: PCI-MSI-X enabled: IRQ 191
[   11.372447] mpt3sas0-msix84: PCI-MSI-X enabled: IRQ 192
[   11.377672] mpt3sas0-msix85: PCI-MSI-X enabled: IRQ 193
[   11.382900] mpt3sas0-msix86: PCI-MSI-X enabled: IRQ 194
[   11.388128] mpt3sas0-msix87: PCI-MSI-X enabled: IRQ 195
[   11.393368] mpt3sas0-msix88: PCI-MSI-X enabled: IRQ 196
[   11.398594] mpt3sas0-msix89: PCI-MSI-X enabled: IRQ 197
[   11.403820] mpt3sas0-msix90: PCI-MSI-X enabled: IRQ 198
[   11.409047] mpt3sas0-msix91: PCI-MSI-X enabled: IRQ 199
[   11.414271] mpt3sas0-msix92: PCI-MSI-X enabled: IRQ 200
[   11.419498] mpt3sas0-msix93: PCI-MSI-X enabled: IRQ 201
[   11.424723] mpt3sas0-msix94: PCI-MSI-X enabled: IRQ 202
[   11.429950] mpt3sas0-msix95: PCI-MSI-X enabled: IRQ 203
[   11.435175] mpt3sas_cm0: iomem(0x00000000e2100000), mapped(0x0000000089362967), size(65536)
[   11.443522] mpt3sas_cm0: ioport(0x0000000000001000), size(256)
[   11.507330] mpt3sas_cm0: CurrentHostPageSize is 0: Setting default host page size to 4k
[   11.515330] mpt3sas_cm0: sending message unit reset !!
[   11.521979] mpt3sas_cm0: message unit reset: SUCCESS
[   11.554645] mpt3sas_cm0: scatter gather: sge_in_main_msg(1), sge_per_chain(7), sge_per_io(128), chains_per_io(19)
[   11.566102] mpt3sas_cm0: request pool(0x00000000771eac80) - dma(0xe0600000): depth(9700), frame_size(128), pool_size(1212 kB)
[   11.602611] mpt3sas_cm0: sense pool(0x0000000035ba538c) - dma(0xdef00000): depth(9463), element_size(96), pool_size (887 kB)
[   11.613925] mpt3sas_cm0: reply pool(0x00000000a01a3317) - dma(0xdec00000): depth(9764), frame_size(128), pool_size(1220 kB)
[   11.625060] mpt3sas_cm0: config page(0x00000000223c15b3) - dma(0xdebee000): size(512)
[   11.632891] mpt3sas_cm0: Allocated physical memory: size(40437 kB)
[   11.639068] mpt3sas_cm0: Current Controller Queue Depth(9460),Max Controller Queue Depth(9584)
[   11.647675] mpt3sas_cm0: Scatter Gather Elements per IO(128)
[   11.698596] mpt3sas_cm0: _base_display_fwpkg_version: complete
[   11.704430] mpt3sas_cm0: FW Package Ver(16.17.01.00)
[   11.709681] mpt3sas_cm0: LSISAS3008: FWVersion(16.00.11.00), ChipRevision(0x02)
[   11.716992] mpt3sas_cm0: Protocol=(Initiator,Target), Capabilities=(TLR,EEDP,Snapshot Buffer,Diag Trace Buffer,Task Set Full,NCQ)
[   11.728709] scsi host8: Fusion MPT SAS Host
[   11.734730] mpt3sas_cm0: sending port enable !!
[   11.739692] mpt3sas_cm0: hba_port entry: 00000000939493ae, port: 255 is added to hba_port list
[   11.749371] mpt3sas_cm0: host_add: handle(0x0001), sas_addr(0x52cea7f0be87bf00), phys(8)
[   11.757809] mpt3sas_cm0: handle(0xa) sas_address(0x4433221100000000) port_type(0x1)
[   11.766681] scsi 8:0:0:0: Direct-Access     ATA      MTFDDAK960TDT    J004 PQ: 0 ANSI: 6
[   11.774777] scsi 8:0:0:0: SATA: handle(0x000a), sas_addr(0x4433221100000000), phy(0), device_name(0x500a075131911ad0)
[   11.785374] scsi 8:0:0:0: enclosure logical id (0x52cea7f0be87bf00), slot(1) 
[   11.792504] scsi 8:0:0:0: enclosure level(0x0001), connector name(     )
[   11.799266] scsi 8:0:0:0: atapi(n), ncq(y), asyn_notify(n), smart(y), fua(y), sw_preserve(y)
[   11.807705] scsi 8:0:0:0: qdepth(32), tagged(1), scsi_level(7), cmd_que(1)
[   11.822559]  end_device-8:0: add: handle(0x000a), sas_addr(0x4433221100000000)
[   11.829917] mpt3sas_cm0: handle(0xc) sas_address(0x58ce38ee219651a2) port_type(0x1)
[   11.838584] scsi 8:0:1:0: Direct-Access     KIOXIA   KPM6WVUG960G     BD08 PQ: 0 ANSI: 6
[   11.846678] scsi 8:0:1:0: SSP: handle(0x000c), sas_addr(0x58ce38ee219651a2), phy(4), device_name(0x58ce38ee219651a0)
[   11.857190] scsi 8:0:1:0: enclosure logical id (0x52cea7f0be87bf00), slot(0) 
[   11.864322] scsi 8:0:1:0: enclosure level(0x0001), connector name(     )
[   11.871031] scsi 8:0:1:0: qdepth(254), tagged(1), scsi_level(7), cmd_que(1)
[   11.879835]  end_device-8:1: add: handle(0x000c), sas_addr(0x58ce38ee219651a2)
[   11.887177] mpt3sas_cm0: handle(0xb) sas_address(0x4433221106000000) port_type(0x1)
[   11.895995] scsi 8:0:2:0: Direct-Access     ATA      MTFDDAK960TDT    J004 PQ: 0 ANSI: 6
[   11.904088] scsi 8:0:2:0: SATA: handle(0x000b), sas_addr(0x4433221106000000), phy(6), device_name(0x500a075131911a6f)
[   11.914684] scsi 8:0:2:0: enclosure logical id (0x52cea7f0be87bf00), slot(2) 
[   11.921816] scsi 8:0:2:0: enclosure level(0x0001), connector name(     )
[   11.928568] scsi 8:0:2:0: atapi(n), ncq(y), asyn_notify(n), smart(y), fua(y), sw_preserve(y)
[   11.937007] scsi 8:0:2:0: qdepth(32), tagged(1), scsi_level(7), cmd_que(1)
[   11.951902]  end_device-8:2: add: handle(0x000b), sas_addr(0x4433221106000000)
[   11.976228] mpt3sas_cm0: port enable: SUCCESS
[   11.980909] sd 8:0:0:0: Attached scsi generic sg0 type 0
[   11.981527] sd 8:0:0:0: [sda] 1875385008 512-byte logical blocks: (960 GB/894 GiB)
[   11.986435] scsi 8:0:1:0: Attached scsi generic sg1 type 0
[   11.986692] sd 8:0:1:0: [sdb] 1875385008 512-byte logical blocks: (960 GB/894 GiB)
[   11.986696] sd 8:0:1:0: [sdb] 4096-byte physical blocks
[   11.986877] sd 8:0:1:0: [sdb] Write Protect is off
[   11.987097] sd 8:0:1:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[   11.993795] sd 8:0:0:0: [sda] 4096-byte physical blocks
[   11.999513] scsi 8:0:2:0: Attached scsi generic sg2 type 0
[   12.000138] sd 8:0:2:0: [sdc] 1875385008 512-byte logical blocks: (960 GB/894 GiB)
[   12.000141] sd 8:0:2:0: [sdc] 4096-byte physical blocks
[   12.002147] sd 8:0:2:0: [sdc] Write Protect is off
[   12.003433] sd 8:0:2:0: [sdc] Write cache: enabled, read cache: enabled, supports DPO and FUA
[   12.008943] sd 8:0:0:0: [sda] Write Protect is off
[   12.068314] sd 8:0:0:0: [sda] Write cache: enabled, read cache: enabled, supports DPO and FUA
[   12.073354]  sdb: sdb1 sdb2
[   12.079768] sd 8:0:1:0: [sdb] Attached SCSI disk
[   12.090090]  sdc: sdc1 sdc2
[   12.093010] sd 8:0:2:0: [sdc] Attached SCSI disk
[   12.122209]  sda: sda1 sda2 sda3 sda4 sda5 sda6 sda7
[   12.127746] sd 8:0:0:0: [sda] Attached SCSI disk
[   14.363059] ccp 0000:46:00.1: SEV API:1.55 build:17
[   14.367958] ccp 0000:46:00.1: SEV-SNP API:1.55 build:17
[^[[0;32m  OK  ^[[0m] Found device ^[[0;1;39m/dev/mapper/rhel_hostname-root^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mInitrd Root Device^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mdracut initqueue hook^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mPreparation for Remote File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mRemote File Systems^[[0m.
         Starting ^[[0;1;39mFile System Check…/mapper/rhel_hostname-root^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mFile System Check…ev/mapper/rhel_hostname-root^[[0m.
         Mounting ^[[0;1;39m/sysroot^[[0m...
[   15.004158] SGI XFS with ACLs, security attributes, realtime, quota, no debug enabled
[   15.014224] XFS (dm-1): Mounting V5 Filesystem 254e7c99-a3df-41be-8429-d28e07cb528a
[   15.038323] XFS (dm-1): Ending clean mount
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39m/sysroot^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mInitrd Root File System^[[0m.
         Starting ^[[0;1;39mReload Configuration from the Real Root^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mReload Configuration from the Real Root^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mInitrd File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mInitrd Default Target^[[0m.
         Starting ^[[0;1;39mdracut pre-pivot and cleanup hook^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mdracut pre-pivot and cleanup hook^[[0m.
         Starting ^[[0;1;39mCleaning Up and Shutting Down Daemons^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mNetwork^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mTimer Units^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mD-Bus System Message Bus Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mdracut pre-pivot and cleanup hook^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mInitrd Default Target^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mBasic System^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mInitrd Root Device^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mInitrd /usr File System^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mPath Units^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mRemote File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mPreparation for Remote File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mSlice Units^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mSocket Units^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mSystem Initialization^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mLocal File Systems^[[0m.
[   15.438516] systemd-journald[1093]: Received SIGTERM from PID 1 (systemd).
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mSwaps^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mdracut initqueue hook^[[0m.
         Starting ^[[0;1;39mPlymouth switch root service^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mApply Kernel Variables^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mLoad Kernel Modules^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mCreate Volatile Files and Directories^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mColdplug All udev Devices^[[0m.
         Stopping ^[[0;1;39mRule-based Manage…for Device Events and Files^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCleaning Up and Shutting Down Daemons^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mRule-based Manager for Device Events and Files^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mudev Control Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mudev Kernel Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mdracut pre-udev hook^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mdracut cmdline hook^[[0m.
         Starting ^[[0;1;39mCleanup udev Database^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mCreate Static Device Nodes[   15.541665] systemd[1]: RTC configured in localtime, applying delta of 330 minutes to system time.
 in /dev^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;[   15.554194] systemd[1]: systemd 250-12.el9_1 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 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK +XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[   15.587311] systemd[1]: Detected architecture x86-64.

Welcome to ^[[0;31mRed Hat Enterprise Linux 9.1 (Plow)^[[0m!

[   15.647026] systemd-rc-local-generator[1745]: /etc/rc.d/rc.local is not marked executable, skipping.
[   15.891786] systemd[1]: initrd-switch-root.service: Deactivated successfully.
[   15.899103] systemd[1]: Stopped Switch Root.
[^[[0;32m  OK  ^[[[   15.903651] systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1.
0m] Stopped ^[[0;[   15.914356] systemd[1]: Created slice Virtual Machine and Container Slice.
1;39mSwitch Root[   15.922658] systemd[1]: Created slice Slice /system/getty.
^[[0m.
[^[[0;32m[   15.929786] systemd[1]: Created slice Slice /system/modprobe.
  OK  ^[[0m] Crea[   15.936676] systemd[1]: Created slice Slice /system/serial-getty.
ted slice ^[[0;1;[   15.944209] systemd[1]: Created slice Slice /system/sshd-keygen.
39mVirtual Machi[   15.951525] systemd[1]: Created slice Slice /system/systemd-fsck.
ne and Container[   15.958886] systemd[1]: Created slice User and Session Slice.
 Slice^[[0m.
[^[[   15.965516] systemd[1]: Dispatch Password Requests to Console Directory Watch was skipped because of a failed condition check (ConditionPathExists=!/run/plymouth/pid).
[0;32m  OK  ^[[0m[   15.981843] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
] Created slice [   15.990951] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
^[[0;1;39mSlice /[   16.001563] systemd[1]: Reached target Local Encrypted Volumes.
system/getty^[[0m[   16.008870] systemd[1]: Stopped target Switch Root.
.
[^[[0;32m  OK[   16.015129] systemd[1]: Stopped target Initrd File Systems.
  ^[[0m] Created [   16.022082] systemd[1]: Stopped target Initrd Root File System.
slice ^[[0;1;39mS[   16.029391] systemd[1]: Reached target Local Integrity Protected Volumes.
lice /system/mod[   16.037581] systemd[1]: Reached target Path Units.
probe^[[0m.
[^[[[   16.043750] systemd[1]: Reached target Slice Units.
0;32m  OK  ^[[0m][   16.050018] systemd[1]: Reached target Local Verity Protected Volumes.
 Created slice ^[[   16.057982] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[0;1;39mSlice /s[   16.066165] systemd[1]: Listening on LVM2 poll daemon socket.
ystem/serial-get[   16.073056] systemd[1]: multipathd control socket was skipped because of a failed condition check (ConditionPathExists=/etc/multipath.conf).
ty^[[0m.
[^[[0;32m  OK  ^[[0m] Created slice ^[[0;1;39mSlice /system/sshd-keygen^[[0m.
[^[[0;32m  OK  ^[[0m] Created slice ^[[0;1;39mSlice /system/systemd-fsck^[[0m.
[^[[0;32m  OK  ^[[0m] Created slice ^[[0;1;39mUser and Session Slice^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mForward Password R…uests to Wall Directory Watch^[[0m.
[^[[0;32m  OK  ^[[0m] Set up automount ^[[0;1;39mArbitrary…s File Syst[   16.121455] systemd[1]: Listening on RPCbind Server Activation Socket.
em Automount Poi[   16.128171] systemd[1]: Reached target RPC Port Mapper.
nt^[[0m.
[^[[0;3[   16.135934] systemd[1]: Listening on Process Core Dump Socket.
2m  OK  ^[[0m] Re[   16.142029] systemd[1]: Listening on initctl Compatibility Named Pipe.
ached target ^[[0[   16.150349] systemd[1]: Listening on udev Control Socket.
;1;39mLocal Encr[   16.156750] systemd[1]: Listening on udev Kernel Socket.
ypted Volumes^[[0m.
[^[[0;32m  O[   16.165004] systemd[1]: Activating swap /dev/mapper/rhel_hostname-swap...
K  ^[[0m] Stopped[   16.170184] Adding 7815164k swap on /dev/mapper/rhel_hostname-swap.  Priority:-2 extents:1 across:7815164k SS
 target ^[[0;1;39mSwitch Root^[[0m[   16.186005] systemd[1]: Mounting Huge Pages File System...
.
[^[[0;32m  OK  ^[[0m] Stopped [   16.193923] systemd[1]: Mounting POSIX Message Queue File System...
target ^[[0;1;39m[   16.202925] systemd[1]: Mounting Kernel Debug File System...
Initrd File Syst[   16.209918] systemd[1]: Mounting Kernel Trace File System...
ems^[[0m.
[^[[0;[   16.215843] systemd[1]: Kernel Module supporting RPCSEC_GSS was skipped because of a failed condition check (ConditionPathExists=/etc/krb5.keytab).
32m  OK  ^[[0m] Stopped target ^[[[   16.232913] systemd[1]: Starting Create List of Static Device Nodes...
0;1;39mInitrd Root File System^[[[   16.240983] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
0m.
[^[[0;32m  [   16.253874] systemd[1]: Starting Load Kernel Module configfs...
OK  ^[[0m] Reache[   16.261105] systemd[1]: Starting Load Kernel Module drm...
d target ^[[0;1;3[   16.267968] systemd[1]: Starting Load Kernel Module fuse...
9mLocal Integrity Protected Volu[   16.275671] systemd[1]: Starting Read and set NIS domainname from /etc/sysconfig/network...
mes^[[0m.
[^[[0;[   16.284984] systemd[1]: plymouth-switch-root.service: Deactivated successfully.
32m  OK  ^[[0m] R[   16.293647] systemd[1]: Stopped Plymouth switch root service.
eached target ^[[[   16.300885] systemd[1]: systemd-fsck-root.service: Deactivated successfully.
0;1;39mPath Unit[   16.309206] systemd[1]: Stopped File System Check on Root Device.
s^[[0m.
[^[[0;32[   16.316740] systemd[1]: Stopped Journal Service.
m  OK  ^[[0m] Reached target ^[[0;[   16.324941] systemd[1]: Starting Journal Service...
1;39mSlice Units^[[0m.
[^[[0;32m[   16.332284] systemd[1]: Starting Load Kernel Modules...
[   16.336448] systemd-journald[1773]: File /run/log/journal/8f37f8055146469d8baec3ad508b0084/system.journal corrupted or uncleanly shut down, renaming and replacing.
  OK  ^[[0m] Reached target ^[[0;1[   16.354235] systemd[1]: Starting Generate network units from Kernel command line...
;39mLocal Verity Protected Volum[   16.364711] systemd[1]: Starting Remount Root and Kernel File Systems...
es^[[0m.
[^[[0;3[   16.372863] systemd[1]: Repartition Root Disk was skipped because all trigger condition checks failed.
2m  OK  ^[[0m] Listening on ^[[0;1[   16.385039] systemd[1]: Starting Coldplug All udev Devices...
;39mDevice-mapper event daemon FIFOs^[[0m.
[^[[0[   16.395120] systemd[1]: Activated swap /dev/mapper/rhel_hostname-swap.
;32m  OK  ^[[0m] [   16.403405] systemd[1]: Started Journal Service.
Listening on ^[[0;1;39mLVM2 poll daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mRPCbind Server Activation Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;[   16.423635] systemd-journald[1773]: Received client request to flush runtime journal.
39mRPC Port Mapper^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mProcess Core Dump Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39minitctl Compatibility Named Pipe^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mudev Control Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mudev Kernel Socket^[[0m.
         Activating swap ^[[0;1;39m/dev/mapper/rhel_hostname-swap^[[0m...
         Mounting ^[[0;1;39mHuge Pages File System^[[0m...
         Mounting ^[[0;1;39mPOSIX Message Queue File System^[[0m...
         Mounting ^[[0;1;39mKernel Debug File System^[[0m...
         Mounting ^[[0;1;39mKernel Trace File System^[[0m...
         Starting ^[[0;1;39mCreate List of Static Device Nodes^[[0m...
         Starting ^[[0;1;39mMonitoring of LVM…meventd or progress polling^[[0m...
         Starting ^[[0;1;39mLoad Kernel Module configfs^[[0m...
         Starting ^[[0;1;39mLoad Kernel Module drm^[[0m...
         Starting ^[[0;1;39mLoad Kernel Module fuse^[[0m...
         Starting ^[[0;1;39mRead and set NIS …from /etc/sysconfig/network^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mPlymouth switch root service^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mFile System Check on Root Device^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mJournal Service^[[0m.
         Starting ^[[0;1;39mJournal Service^[[0m...
         Starting ^[[0;1;39mLoad Kernel Modules^[[0m...
         Starting ^[[0;1;39mGenerate network …ts from Kernel command line^[[0m...
         Starting ^[[0;1;39mRemount Root and Kernel File Systems^[[0m...
         Starting ^[[0;1;39mColdplug All udev Devices^[[0m...
[^[[0;32m  OK  ^[[0m] Activated swap ^[[0;1;39m/dev/mapper/rhel_hostname-swap^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mJournal Service^[[0m.
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39mHuge Pages File System^[[0m.
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39mPOSIX Message Queue File System^[[0m.
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39mKernel Debug File System^[[0m.
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39mKernel Trace File System^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate List of Static Device Nodes^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mMonitoring of LV[   16.617984] IPMI message handler: version 39.2
M… dmeventd or progress pollin[   16.625765] ipmi device interface
g^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mLoad Kernel Modul[   16.633819] ipmi_si: IPMI System Interface driver
e configfs^[[0m.\r[   16.639882] ipmi_si dmi-ipmi-si.0: ipmi_platform: probing via SMBIOS

[^[[0;32m  OK  [   16.647553] ipmi_platform: ipmi_si: SMBIOS: io 0xca8 regsize 1 spacing 4 irq 10
^[[0m] Finished ^[[   16.647557] ipmi_si: Adding SMBIOS-specified kcs state machine
[0;1;39mLoad Ker[   16.647681] ipmi_si IPI0001:00: ipmi_platform: probing via ACPI
nel Module drm^[[[   16.670798] ipmi_si IPI0001:00: ipmi_platform: [io  0x0ca8] regsize 1 spacing 4 irq 10
0m.
[^[[0;32m  [   16.680412] ipmi_si dmi-ipmi-si.0: Removing SMBIOS-specified kcs state machine in favor of ACPI
OK  ^[[0m] Finish[   16.690163] ipmi_si: Adding ACPI-specified kcs state machine
ed ^[[0;1;39mLoad[   16.697302] ipmi_si: Trying ACPI-specified kcs state machine at i/o address 0xca8, slave address 0x20, irq 10
 Kernel Module fuse^[[0m.
[^[[0;32m  OK  ^[[0m] F[   16.711614] pstore: backend 'erst' already in use: ignoring 'efi_pstore'
inished ^[[0;1;39[   16.711783] input: PC Speaker as /devices/platform/pcspkr/input/input3
mRead and set NIS …e from /etc[   16.728949] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
/sysconfig/netwo[   16.737417] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
rk^[[0m.
[^[[0;32m  OK  ^[[0m] Fi[   16.747741] RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
nished ^[[0;1;39m[   16.751056] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
Load Kernel Modu[   16.757079] RAPL PMU: hw unit of domain package 2^-16 Joules
les^[[0m.
[^[[0;[   16.766302] i2c i2c-3: Successfully instantiated SPD at 0x50
32m  OK  ^[[0m] F[   16.780298] i2c i2c-3: Successfully instantiated SPD at 0x51
inished ^[[0;1;39[   16.787364] i2c i2c-3: Successfully instantiated SPD at 0x52
mGenerate networ[   16.794403] i2c i2c-3: Successfully instantiated SPD at 0x53
k units from Ker[   16.801450] i2c i2c-3: Successfully instantiated SPD at 0x54
nel command line[   16.808275] i2c i2c-3: Successfully instantiated SPD at 0x55
^[[0m.
[^[[0;32m[   16.815537] i2c i2c-3: Successfully instantiated SPD at 0x56
  OK  ^[[0m] Fini[   16.822580] i2c i2c-3: Successfully instantiated SPD at 0x57
shed ^[[0;1;39mRemount Root and Kernel File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSwaps^[[0m.
         Mounting ^[[0;1;39mFUSE Control File System^[[0m...
         Mounting ^[[0;1;39mKernel Configuration File System^[[0m...
         Starting ^[[0;1;39mFlush Journal to[   16.852620] ee1004 3-0050: 512 byte EE1004-compliant SPD EEPROM, read-only
 Persistent Stor[   16.862011] ee1004 3-0051: 512 byte EE1004-compliant SPD EEPROM, read-only
age^[[0m...
   [   16.870277] ee1004 3-0052: 512 byte EE1004-compliant SPD EEPROM, read-only
      Starting ^[[   16.878527] ee1004 3-0053: 512 byte EE1004-compliant SPD EEPROM, read-only
[0;1;39mLoad/Sav[   16.886782] ee1004 3-0054: 512 byte EE1004-compliant SPD EEPROM, read-only
e Random Seed^[[0[   16.895038] ee1004 3-0055: 512 byte EE1004-compliant SPD EEPROM, read-only
m...
         [   16.903295] ee1004 3-0056: 512 byte EE1004-compliant SPD EEPROM, read-only
Starting ^[[0;1;3[   16.911558] ee1004 3-0057: 512 byte EE1004-compliant SPD EEPROM, read-only
9mApply Kernel Variables^[[0m...
         Starting ^[[0;1;39mCreate Static Device Nodes in /dev^[[0m...
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39mFUSE Control File System^[[0m.
[^[[   16.932561] kvm_amd: TSC scaling supported
[0;32m  OK  ^[[0m[   16.938060] kvm_amd: Nested Virtualization enabled
] Mounted ^[[0;1;[   16.944238] kvm_amd: Nested Paging enabled
39mKernel Config[   16.949715] kvm_amd: LBR virtualization supported
uration File Sys[   16.955806] kvm_amd: SEV enabled (ASIDs 101 - 509)
tem^[[0m.
[^[[0;[   16.961978] kvm_amd: SEV-ES enabled (ASIDs 1 - 100)
32m  OK  ^[[0m] F[   16.968244] kvm_amd: SEV-SNP enabled (ASIDs 1 - 100)
inished ^[[0;1;39[   16.974745] kvm_amd: Virtual VMLOAD VMSAVE supported
mLoad/Save Rando[   16.980949] kvm_amd: Virtual GIF supported
m Seed^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mFlush Journal to Persistent Storage^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mApply Kernel Variables^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate [   17.003936] EDAC MC0: Giving out device to module amd64_edac controller F19h: DEV 0000:00:18.3 (INTERRUPT)
Static Device No[   17.014113] EDAC amd64: F19h detected (node 0).
des in /dev^[[0m.[   17.020043] EDAC amd64: MC: 0:     0MB 1:     0MB

         Star[   17.026129] EDAC amd64: MC: 2: 16384MB 3: 16384MB
ting ^[[0;1;39mRu[   17.032238] EDAC amd64: MC: 0:     0MB 1:     0MB
le-based Manageā[   17.038316] EDAC amd64: MC: 2: 16384MB 3: 16384MB
€¦for Device Eve[   17.044412] EDAC amd64: MC: 0:     0MB 1:     0MB
nts and Files^[[0[   17.050498] EDAC amd64: MC: 2: 16384MB 3: 16384MB
m...
[^[[0;32m [   17.056595] EDAC amd64: MC: 0:     0MB 1:     0MB
 OK  ^[[0m] Start[   17.062684] EDAC amd64: MC: 2: 16384MB 3: 16384MB
ed ^[[0;1;39mRule[   17.068780] EDAC amd64: MC: 0:     0MB 1:     0MB
-based Manager f[   17.074866] EDAC amd64: MC: 2: 16384MB 3: 16384MB
or Device Events[   17.080967] EDAC amd64: MC: 0:     0MB 1:     0MB
 and Files^[[0m.\r[   17.087053] EDAC amd64: MC: 2: 16384MB 3: 16384MB

         Start[   17.093149] EDAC amd64: MC: 0:     0MB 1:     0MB
ing ^[[0;1;39mLoa[   17.099236] EDAC amd64: MC: 2: 16384MB 3: 16384MB
d Kernel Module [   17.105336] EDAC amd64: MC: 0:     0MB 1:     0MB
configfs^[[0m...\r[   17.111421] EDAC amd64: MC: 2: 16384MB 3: 16384MB

         Starting ^[[0;1;39mLoad Kernel Module fuse^[[0m...
[^[[0;32m  OK  ^[[0m[   17.123469] intel_rapl_common: Found RAPL domain package
] Finished ^[[0;1[   17.129751] intel_rapl_common: Found RAPL domain core
;39mLoad Kernel [   17.136666] amd_atl: AMD Address Translation Library initialized
Module configfs^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mLoad Kernel Module fuse^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mColdplug All udev Devices^[[0m.
         Starting ^[[0;1;39mWait for udev To …plete Device Initialization^[[0m...
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mLoad/Save RF …itch Status /dev/rfkill Watch^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39m/usr/sbin/lvm vgch…tivation event rhel_hostname^[[0m.
[   17.184247] ipmi_si IPI0001:00: The BMC does not support setting the recv irq bit, compensating, but the BMC needs to be fixed.
[   17.260353] ipmi_si IPI0001:00: Using irq 10
[   17.284540] ipmi_si IPI0001:00: IPMI message handler: Found new BMC (man_id: 0x0002a2, prod_id: 0x0100, dev_id: 0x20)
[   17.335688] ipmi_si IPI0001:00: IPMI kcs interface initialized
[   17.344033] ipmi_ssif: IPMI SSIF Interface driver
[   17.345858] power_meter ACPI000D:00: Found ACPI power meter.
[   17.354476] power_meter ACPI000D:00: hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mWait for udev To Complete Device Initialization^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mPreparation for Local File Systems^[[0m.
         Mounting ^[[0;1;39m/boot^[[0m...
      [   17.523690] XFS (sda6): Mounting V5 Filesystem 8a4de4ea-bc9f-4c69-9e30-c78fbc184188
   Mounting ^[[0;[   17.525880] XFS (dm-0): Mounting V5 Filesystem 3e33526b-995a-4b32-9d5d-d26941ce5b47
1;39m/home^[[0m...
         Starting ^[[0;1;39mFile System Check…/dev/disk/by-uuid/FBE5-86EF^[[0m...
[   17.549821] XFS (sda6): Ending clean mount
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39m/boot^[[0m.
[   17.567929] XFS (dm-0): Ending clean mount
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39m/home^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mFile System Check…n /dev/disk/by-uuid/FBE5-86EF^[[0m.
         Mounting ^[[0;1;39m/boot/efi^[[0m...
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39m/boot/efi^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mLocal File Systems^[[0m.
         Starting ^[[0;1;39mTell Plymouth To Write Out Runtime Data^[[0m...
         Starting ^[[0;1;39mCreate Volatile Files and Directories^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mTell Plymouth To Write Out Runtime Data^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate Volatile Files and Directories^[[0m.
         Mounting ^[[0;1;39mRPC Pipe File System^[[0m...
         Starting ^[[0;1;39mSecurity Auditing Service^[[0m...
         Starting ^[[0;1;39mRPC Bind^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mRPC Bind^[[0m.
[   17.663816] RPC: Registered named UNIX socket transport module.
[   17.669741] RPC: Registered udp transport module.
[   17.674444] RPC: Registered tcp transport module.
[   17.679149] RPC: Registered tcp-with-tls transport module.
[   17.684637] RPC: Registered tcp NFSv4.1 backchannel transport module.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mSecurity Auditing Service^[[0m.
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39mRPC Pipe File System^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mrpc_pipefs.target^[[0m.
         Starting ^[[0;1;39mRecord System Boot/Shutdown in UTMP^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mRecord System Boot/Shutdown in UTMP^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSystem Initialization^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mdnf makecache --timer^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mDaily rotation of log files^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mUpdates mlocate database every day^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mDaily Cleanup of Temporary Directories^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mdaily update of the root trust anchor for DNSSEC^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mTimer Units^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mD-Bus System Message Bus Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mOpen-iSCSI iscsid Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mOpen-iSCSI iscsiuio Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mSSSD Kerberos…ache Manager responder socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt interface daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt locking daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt locking daemon admin socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt logging daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt logging daemon admin socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt network daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt nodedev daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt nwfilter daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt proxy daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt QEMU daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt QEMU daemon admin socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt QEMU daemon read-only socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt secret daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt storage daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSocket Units^[[0m.
         Starting ^[[0;1;39mD-Bus System Message Bus^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mD-Bus System Message Bus^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mBasic System^[[0m.
         Starting ^[[0;1;39mNTP client/server^[[0m...
         Starting ^[[0;1;39mRestore /run/initramfs on shutdown^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mirqbalance daemon^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mlibstoragemgmt plug-in server daemon^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mLow Memory Monitor^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mMachine Check Exception Logging Daemon^[[0m.
         Starting ^[[0;1;39mAuthorization Manager^[[0m...
         Starting ^[[0;1;39mSystem Logging Service^[[0m...
         Starting ^[[0;1;39mSelf Monitoring a…g Technology (SMART) Daemon^[[0m...
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39msshd-keygen.target^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mUser and Group Name Lookups^[[0m.
         Starting ^[[0;1;39mUser Login Management^[[0m...
         Starting ^[[0;1;39mVirtual Machine a…tainer Registration Service^[[0m...
         Starting ^[[0;1;39mupdate of the roo…NSSEC validation in unbound^[[0m...
         Starting ^[[0;1;39mRotate log files^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mUpdate a database for mlocate^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mSystem Logging Service^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mRestore /run/initramfs on shutdown^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mVirtual Machine an…ontainer Registration Service^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mUser Login Management^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mNTP client/server^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mSelf Monitoring an…ing Technology (SMART) Daemon^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mupdate of the roo… DNSSEC validation in unbound^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mAuthorization Manager^[[0m.
         Starting ^[[0;1;39mfirewalld - dynamic firewall daemon^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mRotate log files^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mfirewalld - dynamic firewall daemon^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mPreparation for Network^[[0m.
         Starting ^[[0;1;39mNetwork Manager^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mNetwork Manager^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mNetwork^[[0m.
         Starting ^[[0;1;39mNetwork Manager Wait Online^[[0m...
         Starting ^[[0;1;39mGSSAPI Proxy Daemon^[[0m...
         Starting ^[[0;1;39mEnable periodic u…f entitlement certificates.^[[0m...
         Starting ^[[0;1;39mOpenSSH server daemon^[[0m...
         Starting ^[[0;1;39mDynamic System Tuning Daemon^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mEnable periodic up… of entitlement certificates.^[[0m.
         Starting ^[[0;1;39mHostname Service^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mGSSAPI Proxy Daemon^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mNFS client services^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mOpenSSH server daemon^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mHostname Service^[[0m.
         Starting ^[[0;1;39mNetwork Manager Script Dispatcher Service^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mNetwork Manager Script Dispatcher Service^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mDynamic System Tuning Daemon^[[0m.
[^[[0m^[[0;31m*     ^[[0m] A start job is running for Network Manager Wait Online (5s / no limit)
[   21.943182] tg3 0000:c1:00.0 eth0: Link is up at 1000 Mbps, full duplex
[   21.949804] tg3 0000:c1:00.0 eth0: Flow control is off for TX and off for RX
[   21.956846] tg3 0000:c1:00.0 eth0: EEE is disabled
^[M\r^[[K[^[[0;1;31m*^[[0m^[[0;31m*    ^[[0m] A start job is running for Network Manager Wait Online (6s / no limit)
^[M\r^[[K[^[[0;31m*^[[0;1;31m*^[[0m^[[0;31m*   ^[[0m] A start job is running for Network Manager Wait Online (6s / no limit)
^[M\r^[[K[ ^[[0;31m*^[[0;1;31m*^[[0m^[[0;31m*  ^[[0m] A start job is running for Network Manager Wait Online (7s / no limit)
^[M\r^[[K[  ^[[0;31m*^[[0;1;31m*^[[0m^[[0;31m* ^[[0m] A start job is running for Network Manager Wait Online (7s / no limit)
^[M\r^[[K[   ^[[0;31m*^[[0;1;31m*^[[0m^[[0;31m*^[[0m] A start job is running for Network Manager Wait Online (8s / no limit)
^[M\r^[[K[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mNetwork Manager Wait Online^[[0m.
^[[K[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mNetwork is Online^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mPreparation for Remote File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mRemote File Systems^[[0m.
         Starting ^[[0;1;39mNotify NFS peers of a restart^[[0m...
         Starting ^[[0;1;39mPermit User Sessions^[[0m...
         Starting ^[[0;1;39mlibvirt QEMU daemon^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mNotify NFS peers of a restart^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mPermit User Sessions^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mDeferred execution scheduler^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mCommand Scheduler^[[0m.
         Starting ^[[0;1;39mHold until boot process finishes up^[[0m...
         Starting ^[[0;1;39mTerminate Plymouth Boot Screen^[[0m...
[   24.742678] fbcon: Taking over console
[   24.792481] Console: switching to colour frame buffer device 128x48

Red Hat Enterprise Linux 9.1 (Plow)
Kernel 6.11.0-rc5-next-20240828-195a402a75-c0ceb24fe8d on an x86_64

Activate the web console with: systemctl enable --now cockpit.socket

hostname login: [ 2901.823462] sda6: Can't mount, would change RO state
^[[2J^[[3J^[[-1;-1f[^[[0;32m  OK  ^[[0m] Unmounted ^[[0;1;39m/run/user/0^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mUser Runtime Directory /run/user/0^[[0m.
[^[[0;32m  OK  ^[[0m] Removed slice ^[[0;1;39mUser Slice of UID 0^[[0m.
         Stopping ^[[0;1;39mPermit User Sessions^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mPermit User Sessions^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mUser and Group Name Lookups^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mRemote File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mPreparation for Remote File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mNFS client services^[[0m.
         Stopping ^[[0;1;39mGSSAPI Proxy Daemon^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mShow Plymouth Reboot Screen^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mGSSAPI Proxy Daemon^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mSystem Logging Service^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mDynamic System Tuning Daemon^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mNetwork^[[0m.
         Stopping ^[[0;1;39mNetwork Manager^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mNetwork Manager^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mPreparation for Network^[[0m.
         Stopping ^[[0;1;39mfirewalld - dynamic firewall daemon^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mfirewalld - dynamic firewall daemon^[[0m.
         Stopping ^[[0;1;39mAuthorization Manager^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mAuthorization Manager^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mBasic System^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mForward Password R…s to Plymouth Directory Watch^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mPath Units^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mSlice Units^[[0m.
[^[[0;32m  OK  ^[[0m] Removed slice ^[[0;1;39mVirtual Machine and Container Slice^[[0m.
[^[[0;32m  OK  ^[[0m] Removed slice ^[[0;1;39mUser and Session Slice^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mSocket Units^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mOpen-iSCSI iscsid Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mOpen-iSCSI iscsiuio Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mSSSD Kerberos Cache Manager responder socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mlibvirt interface daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mlibvirt locking daemon admin socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mlibvirt locking daemon socket^[[0m.
[ 2902.576426] audit: type=1305 audit(1725259119.585:222): op=set audit_pid=0 old=2291 auid=4294967295 ses=4294967295 subj=unconfined res=1
[^[[0;32m  OK  ^[[[ 2902.589851] audit: type=1131 audit(1725259119.597:223): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=auditd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
0m] Closed ^[[0;1[ 2902.609716] audit: type=1131 audit(1725259119.617:224): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
;39mlibvirt logging daemon admin socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;[ 2902.638282] audit: type=1131 audit(1725259119.645:225): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=systemd-fsck@dev-disk-by\x2duuid-FBE5\x2d86EF comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
39mlibvirt loggi[ 2902.661861] XFS (sda6): Unmounting Filesystem 8a4de4ea-bc9f-4c69-9e30-c78fbc184188
ng daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mlibvirt network daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mlibvirt nodedev daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mlibvirt nwfilter daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mlibvirt proxy daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mlibvirt QEMU daemon admin socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mlibvirt QEMU daemon read-only socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mlibvirt QEMU daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mlibvirt secret daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mlibvirt storage daemon socket^[[0m.
         Stopping ^[[0;1;39mD-Bus System Message Bus^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mD-Bus System Message Bus^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mD-Bus System Message Bus Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mSystem Initialization^[[0m.
[^[[0;32m  OK  ^[[0m] Unset automount ^[[0;1;39mArbitrary …s File System Automount Point^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mLocal Encrypted Volumes^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mForward Password R…uests to Wall Directory Watch^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mLocal Integrity Protected Volumes^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mSwaps^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mLocal Verity Protected Volumes^[[0m.
         Deactivating swap ^[[0;1;39m/dev/dis…dm-name-rhel_hostname-swap^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mRead and set NIS d…e from /etc/sysconfig/network^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mApply Kernel Variables^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mLoad Kernel Modules^[[0m.
         Stopping ^[[0;1;39mRecord System Boot/Shutdown in UTMP^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mRecord System Boot/Shutdown in UTMP^[[0m.
         Stopping ^[[0;1;39mSecurity Auditing Service^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mSecurity Auditing Service^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mCreate Volatile Files and Directories^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mLocal File Systems^[[0m.
         Unmounting ^[[0;1;39m/boot/efi^[[0m...
         Unmounting ^[[0;1;39m/home^[[0m...
[^[[0;32m  OK  ^[[0m] Deactivated swap ^[[0;1;39m/dev/disk…yeb12DWUnp5czhD1hrKFNCXkJMetK^[[0m.
[^[[0;32m  OK  ^[[0m] Deactivated swap ^[[0;1;39m/dev/disk…f-0fb1-4c94-97ac-38505613fcbf^[[0m.
[^[[0;32m  OK  ^[[0m] Deactivated swap ^[[0;1;39m/dev/rhel_hostname/swap^[[0m.
[^[[0;32m  OK  ^[[0m] Deactivated swap ^[[0;1;39m/dev/disk…d/dm-name-rhel_hostname-swap^[[0m.
[^[[0;32m  OK  ^[[0m] Deactivated swap ^[[0;1;39m/dev/dm-2^[[0m.
[^[[0;32m  OK  ^[[0m] Deactivated swap ^[[0;1;39m/dev/mapper/rhel_hostname-swap^[[0m.
[^[[0;32m  OK  ^[[0m] Unmounted ^[[0;1;39m/boot/efi^[[0m.
         Unmounting ^[[0;1;39m/boot^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mFile System Check on /dev/disk/by-uuid/FBE5-86EF^[[0m.
[^[[0;32m  OK  ^[[0m] Removed slice ^[[0;1;39mSlice /system/systemd-fsck^[[0m.
[^[[0;32m  OK  ^[[0m] Unmounted ^[[0;1;39m/boot^[[0m.
[ 2903.162285] XFS (dm-0): Unmounting Filesystem 3e33526b-995a-4b32-9d5d-d26941ce5b47
[^[[0;32m  OK  ^[[0m] Unmounted ^[[0;1;39m/home^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mPreparation for Local File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mUnmount All Filesystems^[[0m.
         Stoppin[ 2903.339359] audit: type=1131 audit(1725259120.349:226): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=systemd-remount-fs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
g ^[[0;1;39mMonit[ 2903.361108] audit: type=1131 audit(1725259120.369:227): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
oring of LVM…meventd or progress polling^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mRemount Root and Kernel File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mCreate Static Device Nodes in /dev^[[0m.
[^[[0;32m  OK  ^[[[ 2903.468670] audit: type=1131 audit(1725259120.477:228): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
0m] Stopped ^[[0;[ 2903.490370] audit: type=1130 audit(1725259120.497:229): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=systemd-reboot comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1;39mMonitoring [ 2903.511526] audit: type=1131 audit(1725259120.497:230): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=systemd-reboot comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
of LVM2… dmeventd or progress polling^[[0m.
[^[[0;32m  OK  ^[[0[ 2903.537450] audit: type=1334 audit(1725259120.545:231): prog-id=33 op=UNLOAD
m] Reached target ^[[0;1;39mSystem Shutdown^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mLate Shutdown Services^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mSystem Reboot^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSystem Reboot^[[0m.
[ 2903.587710] watchdog: watchdog0: watchdog did not stop!
[ 2903.598569] systemd-shutdown[1]: Using hardware watchdog 'SP5100 TCO timer', version 0, device /dev/watchdog0
[ 2903.608501] systemd-shutdown[1]: Watchdog running with a timeout of 10min.
[ 2903.623161] systemd-shutdown[1]: Syncing filesystems and block devices.
[ 2903.629812] systemd-shutdown[1]: Sending SIGTERM to remaining processes...
[ 2903.656988] systemd-journald[1773]: Received SIGTERM from PID 1 (systemd-shutdow).
[ 2903.673592] systemd-shutdown[1]: Sending SIGKILL to remaining processes...
[ 2903.698488] systemd-shutdown[1]: Unmounting file systems.
[ 2903.704761] [114115]: Remounting '/' read-only with options 'attr2,inode64,logbufs=8,logbsize=32k,noquota'.
[ 2903.742105] systemd-shutdown[1]: All filesystems unmounted.
[ 2903.748216] systemd-shutdown[1]: Deactivating swaps.
[ 2903.753218] systemd-shutdown[1]: All swaps deactivated.
[ 2903.758446] systemd-shutdown[1]: Detaching loop devices.
[ 2903.764507] systemd-shutdown[1]: All loop devices detached.
[ 2903.770088] systemd-shutdown[1]: Stopping MD devices.
[ 2903.775195] systemd-shutdown[1]: All MD devices stopped.
[ 2903.780510] systemd-shutdown[1]: Detaching DM devices.
[ 2903.785989] systemd-shutdown[1]: Detaching DM /dev/dm-2 (253:2).
[ 2903.826868] systemd-shutdown[1]: Detaching DM /dev/dm-0 (253:0).
[ 2903.878904] systemd-shutdown[1]: Not all DM devices detached, 1 left.
[ 2903.885404] systemd-shutdown[1]: Detaching DM devices.
[ 2903.890723] systemd-shutdown[1]: Not all DM devices detached, 1 left.
[ 2903.897204] systemd-shutdown[1]: Detaching DM devices.
[ 2903.902501] systemd-shutdown[1]: Not all DM devices detached, 1 left.
[ 2903.908946] systemd-shutdown[1]: Cannot finalize remaining DM devices, continuing.
[ 2903.947518] systemd-shutdown[1]: Failed to finalize DM devices, ignoring.
[ 2903.954645] systemd-shutdown[1]: Syncing filesystems and block devices.
[ 2903.961281] systemd-shutdown[1]: Rebooting.
[ 2903.966469] sd 8:0:2:0: [sdc] Synchronizing SCSI cache
[ 2903.972015] sd 8:0:0:0: [sda] Synchronizing SCSI cache
[ 2905.398267] mpt3sas_cm0: sending message unit reset !!
[ 2905.404930] mpt3sas_cm0: message unit reset: SUCCESS
[ 2905.412220] ACPI: PM: Preparing to enter system sleep state S5
[ 2905.418146] kvm: exiting hardware virtualization
[ 2905.422804] reboot: Restarting system
[ 2905.426472] reboot: machine restart
^[[c^[[2J^[[01;01H^[[=3h^[[2J^[[01;01HKEY MAPPING FOR CONSOLE REDIRECTION:

Use the <ESC><1> key sequence for <F1>
Use the <ESC><2> key sequence for <F2>
Use the <ESC><3> key sequence for <F3>
Use the <ESC><0> key sequence for <F10>
Use the <ESC><!> key sequence for <F11>
Use the <ESC><@> key sequence for <F12>

Use the <ESC><Ctrl><M> key sequence for <Ctrl><M>
Use the <ESC><Ctrl><H> key sequence for <Ctrl><H>
Use the <ESC><Ctrl><I> key sequence for <Ctrl><I>
Use the <ESC><Ctrl><J> key sequence for <Ctrl><J>

Use the <ESC><X><X> key sequence for <Alt><x>, where x is any letter
key, and X is the upper case of that key

Use the <ESC><R><ESC><r><ESC><R> key sequence for <Ctrl><Alt><Del>

Press the spacebar to pause...
Initializing PCIe, USB, and Video... Done
PowerEdge R6515
BIOS Version: 2.14.1
Console Redirection Enabled Requested by iDRAC

F2	 = System Setup
F10	 = Lifecycle Controller (Config
	   iDRAC, Update FW, Install OS)
F11	 = Boot Manager
F12	 = PXE Boot
iDRAC IPV4:  10.86.18.202 [Dedicated]
                                
Initializing Firmware Interfaces...
 





Enumerating Boot options...
Enumerating Boot options... Done
Loading Lifecycle Controller Drivers...
Loading Lifecycle Controller Drivers...Done
Lifecycle Controller: Collecting System Inventory...

iDRAC IPV4:  10.86.18.202 [Dedicated]

^[[2J^[[01;01HLifecycle Controller: Done
Booting...
^[[2J^[[01;01HBooting from Integrated Storage Controller 1: Red Hat Enterprise Linux
^[[0m^[[30m^[[40m^[[2J^[[01;01H^[[0m^[[37m^[[40m^[[20;07HUse the ^ and v keys to change the selection.                       
\r      Press 'e' to edit the selected item, or 'c' for a command prompt.   
\r      Press Escape to return to the previous menu.                        ^[[04;80H ^[[0m^[[30m^[[47m^[[04;01H      Red Hat Enterprise Linux (6.11.0-rc4-d2bafcf224-d2bafcf224f) 9.1 (Plow)  ^[[0m^[[37m^[[40m^[[04;79H^[[05;01H      Red Hat Enterprise Linux (6.11.0-rc3-df6cbc62cc-df6cbc6) 9.1 (Plow)      ^[[05;79H^[[06;01H      Red Hat Enterprise Linux (6.11.0-rc2-5189dafa4c-5189daf) 9.1 (Plow)      ^[[06;79H^[[07;01H      Red Hat Enterprise Linux (6.11.0-rc1-d3426a6ed9-d3426a6) 9.1 (Plow)      ^[[07;79H^[[08;01H      Red Hat Enterprise Linux (6.11.0-rc1) 9.1 (Plow)                         ^[[08;79H^[[09;01H      Red Hat Enterprise Linux (6.9.0-rc20ecaefb303) 9.1 (Plow)                ^[[09;79H^[[10;01H      Red Hat Enterprise Linux (5.14.0-162.6.1.el9_1.x86_64) 9.1 (Plow)        ^[[10;79H^[[11;01H      Red Hat Enterprise Linux (0-rescue-8f37f8055146469d8baec3ad508b0084) 9.1>
\r^[[12;01H^[[11;79H^[[12;01H      UEFI Firmware Settings                                                   ^[[12;79H^[[13;01H                                                                               ^[[13;79H^[[14;01H                                                                               ^[[14;79H^[[15;01H                                                                               ^[[15;79H^[[16;01H                                                                               ^[[16;79H^[[17;01H                                                                               ^[[17;79H^[[18;01H                                                                               ^[[18;79H^[[18;80H ^[[04;79H^[[23;01H   The selected entry will be started automatically in 5s.                     ^[[04;79H^[[23;01H   The selected entry will be started automatically in 4s.                     ^[[04;79H^[[23;01H   The selected entry will be started automatically in 3s.                     ^[[04;79H^[[23;01H   The selected entry will be started automatically in 2s.                     ^[[04;79H^[[23;01H   The selected entry will be started automatically in 1s.                     ^[[04;79H^[[23;01H   The selected entry will be started automatically in 0s.                     ^[[04;79H^[[0m^[[30m^[[40m^[[2J^[[01;01H^[[0m^[[37m^[[40m^[[0m^[[30m^[[40m^[[2J^[[01;01H^[[0m^[[37m^[[40m[    0.000000] Linux version 6.11.0-rc4-d2bafcf224-d2bafcf224f (root@hostname.amd.com) (gcc (GCC) 11.4.1 20231218 (Red Hat 11.4.1-3), GNU ld version 2.35.2-43.el9) #1 SMP PREEMPT_DYNAMIC Sun Aug 25 00:10:08 IST 2024
[    0.000000] Command line: BOOT_IMAGE=(hd0,gpt6)/vmlinuz-6.11.0-rc4-d2bafcf224-d2bafcf224f root=/dev/mapper/rhel_hostname-root ro selinux=0 console=ttyS0,115200n8 earlyprintk=ttyS0,115200 net.ifnames=0 biosdevname=0 swiotlb=131072 kvm_amd.debug_swap=0 mem_encrypt=off
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Hygon HygonGenuine
[    0.000000]   Centaur CentaurHauls
[    0.000000]   zhaoxin   Shanghai  
[    0.000000] SEV-SNP: RMP table physical range [0x0000000015e00000 - 0x00000000566fffff]
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000008efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000008f000-0x000000000008ffff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000000090000-0x000000000009ffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000015dfffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000015e00000-0x00000000566fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000056700000-0x00000000567fbfff] usable
[    0.000000] BIOS-e820: [mem 0x00000000567fc000-0x00000000567fcfff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000567fd000-0x000000005a14afff] usable
[    0.000000] BIOS-e820: [mem 0x000000005a14b000-0x000000005a34afff] reserved
[    0.000000] BIOS-e820: [mem 0x000000005a34b000-0x0000000067acefff] usable
[    0.000000] BIOS-e820: [mem 0x0000000067acf000-0x000000006dfcefff] reserved
[    0.000000] BIOS-e820: [mem 0x000000006dfcf000-0x000000006edfefff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000006edff000-0x000000006effefff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000006efff000-0x000000006effffff] usable
[    0.000000] BIOS-e820: [mem 0x000000006f000000-0x000000006f00afff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000006f00b000-0x000000006fffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000070000000-0x000000008fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000aa000000-0x00000000aaffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000c5000000-0x00000000c5ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000e0ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fd000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000207fcfffff] usable
[    0.000000] BIOS-e820: [mem 0x000000207fd00000-0x000000207fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000002080000000-0x000000407f1fffff] usable
[    0.000000] BIOS-e820: [mem 0x000000407f200000-0x000000407fffffff] reserved
[    0.000000] printk: legacy bootconsole [earlyser0] enabled
[    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-0x000000000008efff] usable
[    0.000000] reserve setup_data: [mem 0x000000000008f000-0x000000000008ffff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x0000000000090000-0x000000000009ffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000000100000-0x0000000000b4b01f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000b4b020-0x0000000000b5305f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000b53060-0x0000000000b5401f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000b54020-0x0000000000b8645f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000b86460-0x0000000000b8701f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000b87020-0x0000000000bb945f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000bb9460-0x0000000000bba01f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000bba020-0x0000000000bffe5f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000bffe60-0x0000000015dfffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000015e00000-0x00000000566fffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000056700000-0x00000000567fbfff] usable
[    0.000000] reserve setup_data: [mem 0x00000000567fc000-0x00000000567fcfff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000567fd000-0x000000005a14afff] usable
[    0.000000] reserve setup_data: [mem 0x000000005a14b000-0x000000005a34afff] reserved
[    0.000000] reserve setup_data: [mem 0x000000005a34b000-0x0000000067acefff] usable
[    0.000000] reserve setup_data: [mem 0x0000000067acf000-0x000000006dfcefff] reserved
[    0.000000] reserve setup_data: [mem 0x000000006dfcf000-0x000000006edfefff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x000000006edff000-0x000000006effefff] ACPI data
[    0.000000] reserve setup_data: [mem 0x000000006efff000-0x000000006effffff] usable
[    0.000000] reserve setup_data: [mem 0x000000006f000000-0x000000006f00afff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x000000006f00b000-0x000000006fffffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000070000000-0x000000008fffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000aa000000-0x00000000aaffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000c5000000-0x00000000c5ffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000e0000000-0x00000000e0ffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fd000000-0x00000000ffffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000207fcfffff] usable
[    0.000000] reserve setup_data: [mem 0x000000207fd00000-0x000000207fffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000002080000000-0x000000407f1fffff] usable
[    0.000000] reserve setup_data: [mem 0x000000407f200000-0x000000407fffffff] reserved
[    0.000000] efi: EFI v2.7 by Dell Inc.
[    0.000000] efi: ACPI=0x6effe000 ACPI 2.0=0x6effe014 MEMATTR=0x63f3c4a0 SMBIOS=0x6979e000 SMBIOS 3.0=0x6979c000 MOKvar=0x67bcc000 RNG=0x6efb4020 
[    0.000000] random: crng init done
[    0.000000] efi: Remove mem56: MMIO range=[0x80000000-0x8fffffff] (256MB) from e820 map
[    0.000000] efi: Remove mem57: MMIO range=[0xaa000000-0xaaffffff] (16MB) from e820 map
[    0.000000] efi: Remove mem58: MMIO range=[0xc5000000-0xc5ffffff] (16MB) from e820 map
[    0.000000] efi: Remove mem59: MMIO range=[0xe0000000-0xe0ffffff] (16MB) from e820 map
[    0.000000] efi: Remove mem60: MMIO range=[0xfd000000-0xffffffff] (48MB) from e820 map
[    0.000000] SMBIOS 3.3.0 present.
[    0.000000] DMI: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[    0.000000] DMI: Memory slots populated: 8/16
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 1996.041 MHz processor
[    0.000027] last_pfn = 0x407f200 max_arch_pfn = 0x400000000
[    0.005552] MTRR map: 7 entries (2 fixed + 5 variable; max 19), built from 9 variable MTRRs
[    0.013866] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Memory KASLR using RDRAND RDTSC...
[    0.023905] x2apic: enabled by BIOS, switching to x2apic ops
[    0.029538] last_pfn = 0x70000 max_arch_pfn = 0x400000000
[    0.039403] SEV-SNP: Reserving start/end of RMP table on a 2MB boundary [0x0000000056600000]
[    0.047670] Using GB pages for direct mapping
[    0.053073] Secure boot disabled
[    0.056119] RAMDISK: [mem 0x407cee8000-0x407f1fffff]
[    0.061062] ACPI: Early table checksum verification disabled
[    0.066696] ACPI: RSDP 0x000000006EFFE014 000024 (v02 DELL  )
[    0.072414] ACPI: XSDT 0x000000006EFB7188 0000DC (v01 DELL   PE_SC3   00000002 DELL 00000001)
[    0.080911] ACPI: FACP 0x000000006EFF9000 000114 (v06 DELL   PE_SC3   00000002 DELL 00000001)
[    0.089404] ACPI: DSDT 0x000000006EFDA000 019528 (v02 DELL   PE_SC3   00000002 DELL 00000001)
[    0.097896] ACPI: FACS 0x000000006EDB9000 000040
[    0.102491] ACPI: BERT 0x000000006EFFC000 000030 (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.110984] ACPI: ERST 0x000000006EFFB000 000230 (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.119478] ACPI: HEST 0x000000006EFFA000 0007F4 (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.127973] ACPI: HPET 0x000000006EFF8000 000038 (v01 DELL   PE_SC3   00000002 DELL 00000001)
[    0.136466] ACPI: APIC 0x000000006EFF6000 0018BE (v05 DELL   PE_SC3   00000002 DELL 00000001)
[    0.144961] ACPI: MCFG 0x000000006EFF5000 00003C (v01 DELL   PE_SC3   00000002 DELL 00000001)
[    0.153454] ACPI: WSMT 0x000000006EFF4000 000028 (v01 DELL   PE_SC3   00000002 DELL 00000001)
[    0.161949] ACPI: SSDT 0x000000006EFD9000 000629 (v02 DELL   xhc_port 00000001 INTL 20210331)
[    0.170442] ACPI: SSDT 0x000000006EFD8000 000D6E (v02 AMD    CPMRAS   00000001 INTL 20210331)
[    0.178936] ACPI: EINJ 0x000000006EFD7000 000170 (v01 AMD    PE_SC3   00000001 AMD  00000001)
[    0.187431] ACPI: PCCT 0x000000006EFD6000 00006E (v02 DELL   AmdTable 00000001 AMD  00000001)
[    0.195924] ACPI: SSDT 0x000000006EFC7000 00E849 (v02 DELL   PE_SC3   00000001 AMD  00000001)
[    0.204417] ACPI: SRAT 0x000000006EFC6000 000CD0 (v03 DELL   PE_SC3   00000001 AMD  00000001)
[    0.212913] ACPI: MSCT 0x000000006EFC5000 00004E (v01 DELL   PE_SC3   00000000 AMD  00000001)
[    0.221406] ACPI: SLIT 0x000000006EFC4000 000030 (v01 DELL   PE_SC3   00000001 AMD  00000001)
[    0.229901] ACPI: CRAT 0x000000006EFBC000 0072F8 (v01 DELL   PE_SC3   00000001 AMD  00000001)
[    0.238394] ACPI: CDIT 0x000000006EFBB000 00002C (v01 DELL   PE_SC3   00000001 AMD  00000001)
[    0.246889] ACPI: IVRS 0x000000006EFBA000 0001F0 (v02 DELL   PE_SC3   00000001 AMD  00000001)
[    0.255382] ACPI: SPCR 0x000000006EFB9000 000050 (v02 DELL   PE_SC3   00000002 DELL 00000001)
[    0.263876] ACPI: SLIC 0x000000006EFB8000 000176 (v01 DELL   PE_SC3   00000002 DELL 00000001)
[    0.272371] ACPI: SSDT 0x000000006EFFD000 000D66 (v02 DELL   PE_SC3   00000002 DELL 00000001)
[    0.280864] ACPI: SSDT 0x000000006EFB5000 00193C (v02 AMD    CPMCMN   00000001 INTL 20210331)
[    0.289358] ACPI: Reserving FACP table memory at [mem 0x6eff9000-0x6eff9113]
[    0.296377] ACPI: Reserving DSDT table memory at [mem 0x6efda000-0x6eff3527]
[    0.303398] ACPI: Reserving FACS table memory at [mem 0x6edb9000-0x6edb903f]
[    0.310420] ACPI: Reserving BERT table memory at [mem 0x6effc000-0x6effc02f]
[    0.317440] ACPI: Reserving ERST table memory at [mem 0x6effb000-0x6effb22f]
[    0.324461] ACPI: Reserving HEST table memory at [mem 0x6effa000-0x6effa7f3]
[    0.331480] ACPI: Reserving HPET table memory at [mem 0x6eff8000-0x6eff8037]
[    0.338501] ACPI: Reserving APIC table memory at [mem 0x6eff6000-0x6eff78bd]
[    0.345522] ACPI: Reserving MCFG table memory at [mem 0x6eff5000-0x6eff503b]
[    0.352543] ACPI: Reserving WSMT table memory at [mem 0x6eff4000-0x6eff4027]
[    0.359563] ACPI: Reserving SSDT table memory at [mem 0x6efd9000-0x6efd9628]
[    0.366584] ACPI: Reserving SSDT table memory at [mem 0x6efd8000-0x6efd8d6d]
[    0.373603] ACPI: Reserving EINJ table memory at [mem 0x6efd7000-0x6efd716f]
[    0.380624] ACPI: Reserving PCCT table memory at [mem 0x6efd6000-0x6efd606d]
[    0.387645] ACPI: Reserving SSDT table memory at [mem 0x6efc7000-0x6efd5848]
[    0.394665] ACPI: Reserving SRAT table memory at [mem 0x6efc6000-0x6efc6ccf]
[    0.401687] ACPI: Reserving MSCT table memory at [mem 0x6efc5000-0x6efc504d]
[    0.408707] ACPI: Reserving SLIT table memory at [mem 0x6efc4000-0x6efc402f]
[    0.415728] ACPI: Reserving CRAT table memory at [mem 0x6efbc000-0x6efc32f7]
[    0.422747] ACPI: Reserving CDIT table memory at [mem 0x6efbb000-0x6efbb02b]
[    0.429787] ACPI: Reserving IVRS table memory at [mem 0x6efba000-0x6efba1ef]
[    0.436806] ACPI: Reserving SPCR table memory at [mem 0x6efb9000-0x6efb904f]
[    0.443826] ACPI: Reserving SLIC table memory at [mem 0x6efb8000-0x6efb8175]
[    0.450847] ACPI: Reserving SSDT table memory at [mem 0x6effd000-0x6effdd65]
[    0.457868] ACPI: Reserving SSDT table memory at [mem 0x6efb5000-0x6efb693b]
[    0.464959] APIC: Switched APIC routing to: cluster x2apic
[    0.470360] SRAT: PXM 0 -> APIC 0x0000 -> Node 0
[    0.474943] SRAT: PXM 0 -> APIC 0x0001 -> Node 0
[    0.479536] SRAT: PXM 0 -> APIC 0x0002 -> Node 0
[    0.484129] SRAT: PXM 0 -> APIC 0x0003 -> Node 0
[    0.488724] SRAT: PXM 0 -> APIC 0x0004 -> Node 0
[    0.493317] SRAT: PXM 0 -> APIC 0x0005 -> Node 0
[    0.497911] SRAT: PXM 0 -> APIC 0x0006 -> Node 0
[    0.502505] SRAT: PXM 0 -> APIC 0x0007 -> Node 0
[    0.507098] SRAT: PXM 0 -> APIC 0x0008 -> Node 0
[    0.511692] SRAT: PXM 0 -> APIC 0x0009 -> Node 0
[    0.516286] SRAT: PXM 0 -> APIC 0x000a -> Node 0
[    0.520878] SRAT: PXM 0 -> APIC 0x000b -> Node 0
[    0.525473] SRAT: PXM 0 -> APIC 0x000c -> Node 0
[    0.530092] SRAT: PXM 0 -> APIC 0x000d -> Node 0
[    0.534687] SRAT: PXM 0 -> APIC 0x000e -> Node 0
[    0.539280] SRAT: PXM 0 -> APIC 0x000f -> Node 0
[    0.543874] SRAT: PXM 0 -> APIC 0x0010 -> Node 0
[    0.548467] SRAT: PXM 0 -> APIC 0x0011 -> Node 0
[    0.553063] SRAT: PXM 0 -> APIC 0x0012 -> Node 0
[    0.557654] SRAT: PXM 0 -> APIC 0x0013 -> Node 0
[    0.562248] SRAT: PXM 0 -> APIC 0x0014 -> Node 0
[    0.566842] SRAT: PXM 0 -> APIC 0x0015 -> Node 0
[    0.571435] SRAT: PXM 0 -> APIC 0x0016 -> Node 0
[    0.576030] SRAT: PXM 0 -> APIC 0x0017 -> Node 0
[    0.580623] SRAT: PXM 0 -> APIC 0x0018 -> Node 0
[    0.585216] SRAT: PXM 0 -> APIC 0x0019 -> Node 0
[    0.589810] SRAT: PXM 0 -> APIC 0x001a -> Node 0
[    0.594405] SRAT: PXM 0 -> APIC 0x001b -> Node 0
[    0.598998] SRAT: PXM 0 -> APIC 0x001c -> Node 0
[    0.603592] SRAT: PXM 0 -> APIC 0x001d -> Node 0
[    0.608185] SRAT: PXM 0 -> APIC 0x001e -> Node 0
[    0.612780] SRAT: PXM 0 -> APIC 0x001f -> Node 0
[    0.617372] SRAT: PXM 0 -> APIC 0x0020 -> Node 0
[    0.621967] SRAT: PXM 0 -> APIC 0x0021 -> Node 0
[    0.626560] SRAT: PXM 0 -> APIC 0x0022 -> Node 0
[    0.631154] SRAT: PXM 0 -> APIC 0x0023 -> Node 0
[    0.635782] SRAT: PXM 0 -> APIC 0x0024 -> Node 0
[    0.640376] SRAT: PXM 0 -> APIC 0x0025 -> Node 0
[    0.644969] SRAT: PXM 0 -> APIC 0x0026 -> Node 0
[    0.649563] SRAT: PXM 0 -> APIC 0x0027 -> Node 0
[    0.654156] SRAT: PXM 0 -> APIC 0x0028 -> Node 0
[    0.658750] SRAT: PXM 0 -> APIC 0x0029 -> Node 0
[    0.663343] SRAT: PXM 0 -> APIC 0x002a -> Node 0
[    0.667939] SRAT: PXM 0 -> APIC 0x002b -> Node 0
[    0.672532] SRAT: PXM 0 -> APIC 0x002c -> Node 0
[    0.677124] SRAT: PXM 0 -> APIC 0x002d -> Node 0
[    0.681719] SRAT: PXM 0 -> APIC 0x002e -> Node 0
[    0.686313] SRAT: PXM 0 -> APIC 0x002f -> Node 0
[    0.690906] SRAT: PXM 0 -> APIC 0x0030 -> Node 0
[    0.695500] SRAT: PXM 0 -> APIC 0x0031 -> Node 0
[    0.700093] SRAT: PXM 0 -> APIC 0x0032 -> Node 0
[    0.704687] SRAT: PXM 0 -> APIC 0x0033 -> Node 0
[    0.709281] SRAT: PXM 0 -> APIC 0x0034 -> Node 0
[    0.713874] SRAT: PXM 0 -> APIC 0x0035 -> Node 0
[    0.718469] SRAT: PXM 0 -> APIC 0x0036 -> Node 0
[    0.723062] SRAT: PXM 0 -> APIC 0x0037 -> Node 0
[    0.727656] SRAT: PXM 0 -> APIC 0x0038 -> Node 0
[    0.732250] SRAT: PXM 0 -> APIC 0x0039 -> Node 0
[    0.736851] SRAT: PXM 0 -> APIC 0x003a -> Node 0
[    0.741445] SRAT: PXM 0 -> APIC 0x003b -> Node 0
[    0.746039] SRAT: PXM 0 -> APIC 0x003c -> Node 0
[    0.750634] SRAT: PXM 0 -> APIC 0x003d -> Node 0
[    0.755227] SRAT: PXM 0 -> APIC 0x003e -> Node 0
[    0.759820] SRAT: PXM 0 -> APIC 0x003f -> Node 0
[    0.764415] SRAT: PXM 1 -> APIC 0x0040 -> Node 1
[    0.769008] SRAT: PXM 1 -> APIC 0x0041 -> Node 1
[    0.773601] SRAT: PXM 1 -> APIC 0x0042 -> Node 1
[    0.778195] SRAT: PXM 1 -> APIC 0x0043 -> Node 1
[    0.782789] SRAT: PXM 1 -> APIC 0x0044 -> Node 1
[    0.787382] SRAT: PXM 1 -> APIC 0x0045 -> Node 1
[    0.791977] SRAT: PXM 1 -> APIC 0x0046 -> Node 1
[    0.796569] SRAT: PXM 1 -> APIC 0x0047 -> Node 1
[    0.801163] SRAT: PXM 1 -> APIC 0x0048 -> Node 1
[    0.805756] SRAT: PXM 1 -> APIC 0x0049 -> Node 1
[    0.810351] SRAT: PXM 1 -> APIC 0x004a -> Node 1
[    0.814945] SRAT: PXM 1 -> APIC 0x004b -> Node 1
[    0.819539] SRAT: PXM 1 -> APIC 0x004c -> Node 1
[    0.824132] SRAT: PXM 1 -> APIC 0x004d -> Node 1
[    0.828726] SRAT: PXM 1 -> APIC 0x004e -> Node 1
[    0.833319] SRAT: PXM 1 -> APIC 0x004f -> Node 1
[    0.837913] SRAT: PXM 1 -> APIC 0x0050 -> Node 1
[    0.842525] SRAT: PXM 1 -> APIC 0x0051 -> Node 1
[    0.847126] SRAT: PXM 1 -> APIC 0x0052 -> Node 1
[    0.851721] SRAT: PXM 1 -> APIC 0x0053 -> Node 1
[    0.856314] SRAT: PXM 1 -> APIC 0x0054 -> Node 1
[    0.860908] SRAT: PXM 1 -> APIC 0x0055 -> Node 1
[    0.865502] SRAT: PXM 1 -> APIC 0x0056 -> Node 1
[    0.870095] SRAT: PXM 1 -> APIC 0x0057 -> Node 1
[    0.874689] SRAT: PXM 1 -> APIC 0x0058 -> Node 1
[    0.879282] SRAT: PXM 1 -> APIC 0x0059 -> Node 1
[    0.883875] SRAT: PXM 1 -> APIC 0x005a -> Node 1
[    0.888469] SRAT: PXM 1 -> APIC 0x005b -> Node 1
[    0.893063] SRAT: PXM 1 -> APIC 0x005c -> Node 1
[    0.897657] SRAT: PXM 1 -> APIC 0x005d -> Node 1
[    0.902251] SRAT: PXM 1 -> APIC 0x005e -> Node 1
[    0.906844] SRAT: PXM 1 -> APIC 0x005f -> Node 1
[    0.911439] SRAT: PXM 1 -> APIC 0x0060 -> Node 1
[    0.916031] SRAT: PXM 1 -> APIC 0x0061 -> Node 1
[    0.920625] SRAT: PXM 1 -> APIC 0x0062 -> Node 1
[    0.925220] SRAT: PXM 1 -> APIC 0x0063 -> Node 1
[    0.929813] SRAT: PXM 1 -> APIC 0x0064 -> Node 1
[    0.934406] SRAT: PXM 1 -> APIC 0x0065 -> Node 1
[    0.938999] SRAT: PXM 1 -> APIC 0x0066 -> Node 1
[    0.943595] SRAT: PXM 1 -> APIC 0x0067 -> Node 1
[    0.948231] SRAT: PXM 1 -> APIC 0x0068 -> Node 1
[    0.952824] SRAT: PXM 1 -> APIC 0x0069 -> Node 1
[    0.957418] SRAT: PXM 1 -> APIC 0x006a -> Node 1
[    0.962012] SRAT: PXM 1 -> APIC 0x006b -> Node 1
[    0.966606] SRAT: PXM 1 -> APIC 0x006c -> Node 1
[    0.971200] SRAT: PXM 1 -> APIC 0x006d -> Node 1
[    0.975794] SRAT: PXM 1 -> APIC 0x006e -> Node 1
[    0.980387] SRAT: PXM 1 -> APIC 0x006f -> Node 1
[    0.984980] SRAT: PXM 1 -> APIC 0x0070 -> Node 1
[    0.989574] SRAT: PXM 1 -> APIC 0x0071 -> Node 1
[    0.994167] SRAT: PXM 1 -> APIC 0x0072 -> Node 1
[    0.998761] SRAT: PXM 1 -> APIC 0x0073 -> Node 1
[    1.003355] SRAT: PXM 1 -> APIC 0x0074 -> Node 1
[    1.007949] SRAT: PXM 1 -> APIC 0x0075 -> Node 1
[    1.012542] SRAT: PXM 1 -> APIC 0x0076 -> Node 1
[    1.017135] SRAT: PXM 1 -> APIC 0x0077 -> Node 1
[    1.021731] SRAT: PXM 1 -> APIC 0x0078 -> Node 1
[    1.026323] SRAT: PXM 1 -> APIC 0x0079 -> Node 1
[    1.030918] SRAT: PXM 1 -> APIC 0x007a -> Node 1
[    1.035510] SRAT: PXM 1 -> APIC 0x007b -> Node 1
[    1.040105] SRAT: PXM 1 -> APIC 0x007c -> Node 1
[    1.044698] SRAT: PXM 1 -> APIC 0x007d -> Node 1
[    1.049292] SRAT: PXM 1 -> APIC 0x007e -> Node 1
[    1.053903] SRAT: PXM 1 -> APIC 0x007f -> Node 1
[    1.058500] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff]
[    1.064477] ACPI: SRAT: Node 0 PXM 0 [mem 0x000c0000-0x7fffffff]
[    1.070457] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0x207fffffff]
[    1.076699] ACPI: SRAT: Node 1 PXM 1 [mem 0x2080000000-0x407fffffff]
[    1.083034] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x000c0000-0x7fffffff] -> [mem 0x00000000-0x7fffffff]
[    1.093252] NUMA: Node 0 [mem 0x00000000-0x7fffffff] + [mem 0x100000000-0x207fffffff] -> [mem 0x00000000-0x207fffffff]
[    1.103920] NODE_DATA(0) allocated [mem 0x207fcd5000-0x207fcfffff]
[    1.110076] NODE_DATA(1) allocated [mem 0x407cebc000-0x407cee6fff]
[    1.116553] Zone ranges:
[    1.118908]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    1.125062]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    1.131215]   Normal   [mem 0x0000000100000000-0x000000407f1fffff]
[    1.137370]   Device   empty
[    1.140230] Movable zone start for each node
[    1.144477] Early memory node ranges
[    1.148031]   node   0: [mem 0x0000000000001000-0x000000000008efff]
[    1.154271]   node   0: [mem 0x0000000000090000-0x000000000009ffff]
[    1.160520]   node   0: [mem 0x0000000000100000-0x0000000015dfffff]
[    1.166761]   node   0: [mem 0x0000000056700000-0x00000000567fbfff]
[    1.173001]   node   0: [mem 0x00000000567fd000-0x000000005a14afff]
[    1.179241]   node   0: [mem 0x000000005a34b000-0x0000000067acefff]
[    1.185481]   node   0: [mem 0x000000006efff000-0x000000006effffff]
[    1.191722]   node   0: [mem 0x000000006f00b000-0x000000006fffffff]
[    1.197963]   node   0: [mem 0x0000000100000000-0x000000207fcfffff]
[    1.204212]   node   1: [mem 0x0000002080000000-0x000000407f1fffff]
[    1.210453] Initmem setup node 0 [mem 0x0000000000001000-0x000000207fcfffff]
[    1.217466] Initmem setup node 1 [mem 0x0000002080000000-0x000000407f1fffff]
[    1.224488] On node 0, zone DMA: 1 pages in unavailable ranges
[    1.230291] On node 0, zone DMA: 1 pages in unavailable ranges
[    1.236111] On node 0, zone DMA: 96 pages in unavailable ranges
[    1.242438] On node 0, zone DMA32: 35072 pages in unavailable ranges
[    1.248647] On node 0, zone DMA32: 1 pages in unavailable ranges
[    1.254743] On node 0, zone DMA32: 512 pages in unavailable ranges
[    1.260922] On node 0, zone DMA32: 30000 pages in unavailable ranges
[    1.267122] On node 0, zone DMA32: 11 pages in unavailable ranges
[    1.491910] On node 1, zone Normal: 768 pages in unavailable ranges
[    1.498021] On node 1, zone Normal: 3584 pages in unavailable ranges
[    1.504469] ACPI: PM-Timer IO Port: 0x408
[    1.508340] ACPI: X2APIC_NMI (uid[0xffffffff] high edge lint[0x1])
[    1.514469] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    1.520376] IOAPIC[0]: apic_id 240, version 33, address 0xfec00000, GSI 0-23
[    1.527387] IOAPIC[1]: apic_id 241, version 33, address 0xe0100000, GSI 120-151
[    1.534667] IOAPIC[2]: apic_id 242, version 33, address 0xc5100000, GSI 88-119
[    1.541860] IOAPIC[3]: apic_id 243, version 33, address 0xaa100000, GSI 56-87
[    1.548967] IOAPIC[4]: apic_id 244, version 33, address 0xfd100000, GSI 24-55
[    1.556074] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    1.562398] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    1.568906] ACPI: Using ACPI (MADT) for SMP configuration information
[    1.575313] ACPI: HPET id: 0x10228201 base: 0xfed00000
[    1.580429] ACPI: SPCR: console: uart,io,0x2f8,115200
[    1.585457] CPU topo: Max. logical packages:   1
[    1.590048] CPU topo: Max. logical dies:       1
[    1.594641] CPU topo: Max. dies per package:   1
[    1.599238] CPU topo: Max. threads per core:   2
[    1.603829] CPU topo: Num. cores per package:    64
[    1.608682] CPU topo: Num. threads per package: 128
[    1.613536] CPU topo: Allowing 128 present CPUs plus 0 hotplug CPUs
[    1.619802] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    1.627318] PM: hibernation: Registered nosave memory: [mem 0x0008f000-0x0008ffff]
[    1.634857] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    1.642398] PM: hibernation: Registered nosave memory: [mem 0x00b4b000-0x00b4bfff]
[    1.649938] PM: hibernation: Registered nosave memory: [mem 0x00b53000-0x00b53fff]
[    1.657479] PM: hibernation: Registered nosave memory: [mem 0x00b54000-0x00b54fff]
[    1.665021] PM: hibernation: Registered nosave memory: [mem 0x00b86000-0x00b86fff]
[    1.672560] PM: hibernation: Registered nosave memory: [mem 0x00b87000-0x00b87fff]
[    1.680101] PM: hibernation: Registered nosave memory: [mem 0x00bb9000-0x00bb9fff]
[    1.687642] PM: hibernation: Registered nosave memory: [mem 0x00bba000-0x00bbafff]
[    1.695182] PM: hibernation: Registered nosave memory: [mem 0x00bff000-0x00bfffff]
[    1.702724] PM: hibernation: Registered nosave memory: [mem 0x15e00000-0x566fffff]
[    1.710280] PM: hibernation: Registered nosave memory: [mem 0x56700000-0x567fbfff]
[    1.717821] PM: hibernation: Registered nosave memory: [mem 0x567fc000-0x567fcfff]
[    1.725360] PM: hibernation: Registered nosave memory: [mem 0x567fd000-0x567fffff]
[    1.732903] PM: hibernation: Registered nosave memory: [mem 0x5a14b000-0x5a34afff]
[    1.740444] PM: hibernation: Registered nosave memory: [mem 0x67acf000-0x6dfcefff]
[    1.747983] PM: hibernation: Registered nosave memory: [mem 0x6dfcf000-0x6edfefff]
[    1.755524] PM: hibernation: Registered nosave memory: [mem 0x6edff000-0x6effefff]
[    1.763065] PM: hibernation: Registered nosave memory: [mem 0x6f000000-0x6f00afff]
[    1.770606] PM: hibernation: Registered nosave memory: [mem 0x70000000-0x7fffffff]
[    1.778145] PM: hibernation: Registered nosave memory: [mem 0x80000000-0xffffffff]
[    1.785687] PM: hibernation: Registered nosave memory: [mem 0x207fd00000-0x207fffffff]
[    1.793575] [mem 0x56800000-0xffffffff] available for PCI devices
[    1.799641] Booting paravirtualized kernel on bare hardware
[    1.805189] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    1.815620] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:128 nr_cpu_ids:128 nr_node_ids:2
[    1.827926] percpu: Embedded 66 pages/cpu s233472 r8192 d28672 u524288
[    1.834399] Kernel command line: BOOT_IMAGE=(hd0,gpt6)/vmlinuz-6.11.0-rc4-d2bafcf224-d2bafcf224f root=/dev/mapper/rhel_hostname-root ro selinux=0 console=ttyS0,115200n8 earlyprintk=ttyS0,115200 net.ifnames=0 biosdevname=0 swiotlb=131072 kvm_amd.debug_swap=0 mem_encrypt=off
[    1.858600] Unknown kernel command line parameters "BOOT_IMAGE=(hd0,gpt6)/vmlinuz-6.11.0-rc4-d2bafcf224-d2bafcf224f biosdevname=0 mem_encrypt=off", will be passed to user space.
[    1.874249] printk: log_buf_len individual max cpu contribution: 4096 bytes
[    1.881165] printk: log_buf_len total cpu_extra contributions: 520192 bytes
[    1.888099] printk: log_buf_len min size: 262144 bytes
[    1.893598] printk: log_buf_len: 1048576 bytes
[    1.897858] printk: early log buf free: 236136(90%)
[    1.904131] Fallback order for Node 0: 0 1 
[    1.904134] Fallback order for Node 1: 1 0 
[    1.904143] Built 2 zonelists, mobility grouping on.  Total pages: 66743906
[    1.919241] Policy zone: Normal
[    1.922368] mem auto-init: stack:off, heap alloc:on, heap free:off
[    1.928547] software IO TLB: area num 128.
[    2.346070] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=128, Nodes=2
Poking KASLR using RDRAND RDTSC...
[    2.355713] ftrace: allocating 53030 entries in 208 pages
[    2.371722] ftrace: allocated 208 pages with 3 groups
[    2.377404] Dynamic Preempt: voluntary
[    2.381304] rcu: Preemptible hierarchical RCU implementation.
[    2.386869] rcu: 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=128.
[    2.393804] 	Trampoline variant of Tasks RCU enabled.
[    2.398829] 	Rude variant of Tasks RCU enabled.
[    2.403337] 	Tracing variant of Tasks RCU enabled.
[    2.408104] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    2.415644] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=128
[    2.422532] RCU Tasks: Setting shift to 7 and lim to 1 rcu_task_cb_adjust=1.
[    2.429516] RCU Tasks Rude: Setting shift to 7 and lim to 1 rcu_task_cb_adjust=1.
[    2.436997] RCU Tasks Trace: Setting shift to 7 and lim to 1 rcu_task_cb_adjust=1.
[    2.447137] NR_IRQS: 524544, nr_irqs: 3624, preallocated irqs: 16
[    2.453306] rcu: srcu_init: Setting srcu_struct sizes to big.
[    2.459014] Console: colour dummy device 80x25
[    2.463306] printk: legacy console [ttyS0] enabled
[    2.463306] printk: legacy console [ttyS0] enabled
[    2.472840] printk: legacy bootconsole [earlyser0] disabled
[    2.472840] printk: legacy bootconsole [earlyser0] disabled
[    2.484030] mempolicy: Enabling automatic NUMA balancing. Configure with numa_balancing= or the kernel.numa_balancing sysctl
[    2.495312] ACPI: Core revision 20240322
[    2.499462] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[    2.508599] APIC: Switch to symmetric I/O mode setup
[    2.514548] AMD-Vi: Using global IVHD EFR:0x841f77e022094ace, EFR2:0x0
[    2.523390] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    2.548606] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x398b24ebe78, max_idle_ns: 881590629333 ns
[    2.559128] Calibrating delay loop (skipped), value calculated using timer frequency.. 3992.08 BogoMIPS (lpj=7984164)
[    2.563139] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[    2.567241] LVT offset 2 assigned for vector 0xf4
[    2.571160] Last level iTLB entries: 4KB 512, 2MB 512, 4MB 256
[    2.575127] Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
[    2.579128] process: using mwait in idle threads
[    2.583128] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    2.587128] Spectre V2 : Mitigation: Retpolines
[    2.591127] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    2.595127] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
[    2.599127] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    2.603128] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    2.607127] Spectre V2 : User space: Mitigation: STIBP always-on protection
[    2.611127] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[    2.615127] Speculative Return Stack Overflow: Mitigation: Safe RET
[    2.619129] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    2.623127] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    2.627127] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    2.631127] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
[    2.635127] x86/fpu: Supporting XSAVE feature 0x800: 'Control-flow User registers'
[    2.639127] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    2.643127] x86/fpu: xstate_offset[9]:  832, xstate_sizes[9]:    8
[    2.647127] x86/fpu: xstate_offset[11]:  840, xstate_sizes[11]:   16
[    2.651127] x86/fpu: Enabled xstate features 0xa07, context size is 856 bytes, using 'compacted' format.
[    2.686236] Freeing SMP alternatives memory: 44K
[    2.687128] pid_max: default: 131072 minimum: 1024
[    2.695231] LSM: initializing lsm=lockdown,capability,yama,apparmor,ima,evm
[    2.699155] Yama: becoming mindful.
[    2.703144] AppArmor: AppArmor initialized
[    2.716516] Dentry cache hash table entries: 16777216 (order: 15, 134217728 bytes, vmalloc hugepage)
[    2.724800] Inode-cache hash table entries: 8388608 (order: 14, 67108864 bytes, vmalloc hugepage)
[    2.727313] Mount-cache hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc)
[    2.731273] Mountpoint-cache hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc)
[    2.846954] smpboot: CPU0: AMD EPYC 7713 64-Core Processor (family: 0x19, model: 0x1, stepping: 0x1)
[    2.847482] Performance Events: Fam17h+ core perfctr, AMD PMU driver.
[    2.851128] ... version:                0
[    2.855127] ... bit width:              48
[    2.859128] ... generic registers:      6
[    2.863127] ... value mask:             0000ffffffffffff
[    2.867127] ... max period:             00007fffffffffff
[    2.871127] ... fixed-purpose events:   0
[    2.875127] ... event mask:             000000000000003f
[    2.879390] signal: max sigframe size: 3376
[    2.883163] rcu: Hierarchical SRCU implementation.
[    2.887128] rcu: 	Max phase no-delay instances is 1000.
[    2.891175] Timer migration: 3 hierarchy levels; 8 children per group; 2 crossnode level
[    2.901219] MCE: In-kernel MCE decoding enabled.
[    2.903178] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    2.908091] smp: Bringing up secondary CPUs ...
[    2.911260] smpboot: x86: Booting SMP configuration:
[    2.915130] .... 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
[    2.923129] .... node  #1, CPUs:    #32  #33  #34  #35  #36  #37  #38  #39  #40  #41  #42  #43  #44  #45  #46  #47  #48  #49  #50  #51  #52  #53  #54  #55  #56  #57  #58  #59  #60  #61  #62  #63
[    3.075129] .... node  #0, CPUs:    #64  #65  #66  #67  #68  #69  #70  #71  #72  #73  #74  #75  #76  #77  #78  #79  #80  #81  #82  #83  #84  #85  #86  #87  #88  #89  #90  #91  #92  #93  #94  #95
[    3.087128] .... node  #1, CPUs:    #96  #97  #98  #99 #100 #101 #102 #103 #104 #105 #106 #107 #108 #109 #110 #111 #112 #113 #114 #115 #116 #117 #118 #119 #120 #121 #122 #123 #124 #125 #126 #127
[    3.097129] Spectre V2 : Update user space SMT mitigation: STIBP always-on
[    3.245129] smp: Brought up 2 nodes, 128 CPUs
[    3.247132] smpboot: Total of 128 processors activated (510986.49 BogoMIPS)
[    3.263137] Memory: 262102872K/266975624K available (18432K kernel code, 3225K rwdata, 7356K rodata, 4656K init, 4228K bss, 4560328K reserved, 0K cma-reserved)
[    3.273826] devtmpfs: initialized
[    3.275206] x86/mm: Memory block size: 2048MB
[    3.289808] ACPI: PM: Registering ACPI NVS region [mem 0x0008f000-0x0008ffff] (4096 bytes)
[    3.291128] ACPI: PM: Registering ACPI NVS region [mem 0x6dfcf000-0x6edfefff] (14876672 bytes)
[    3.295418] ACPI: PM: Registering ACPI NVS region [mem 0x6f000000-0x6f00afff] (45056 bytes)
[    3.299219] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    3.303245] futex hash table entries: 32768 (order: 9, 2097152 bytes, vmalloc)
[    3.307354] pinctrl core: initialized pinctrl subsystem
[    3.311237] PM: RTC time: 12:10:53, date: 2024-09-02
[    3.315917] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    3.319631] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[    3.323310] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    3.327310] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    3.331138] audit: initializing netlink subsys (disabled)
[    3.339140] audit: type=2000 audit(1725279052.812:1): state=initialized audit_enabled=0 res=1
[    3.339309] thermal_sys: Registered thermal governor 'fair_share'
[    3.343129] thermal_sys: Registered thermal governor 'bang_bang'
[    3.347127] thermal_sys: Registered thermal governor 'step_wise'
[    3.351127] thermal_sys: Registered thermal governor 'user_space'
[    3.355136] EISA bus registered
[    3.362276] cpuidle: using governor ladder
[    3.363137] cpuidle: using governor menu
[    3.367152] Detected 1 PCC Subspaces
[    3.370724] Registering PCC driver as Mailbox controller
[    3.371268] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    3.375130] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    3.379301] PCI: ECAM [mem 0x80000000-0x8fffffff] (base 0x80000000) for domain 0000 [bus 00-ff]
[    3.383138] PCI: Using configuration type 1 for base access
[    3.387136] PCI: Dell System detected, enabling pci=bfsort.
[    3.391289] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    3.395343] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[    3.399130] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[    3.403129] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[    3.407127] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[    3.411401] ACPI: Added _OSI(Module Device)
[    3.415129] ACPI: Added _OSI(Processor Device)
[    3.419128] ACPI: Added _OSI(3.0 _SCP Extensions)
[    3.423128] ACPI: Added _OSI(Processor Aggregator Device)
[    3.466854] ACPI: 6 ACPI AML tables successfully acquired and loaded
[    3.485429] ACPI: Interpreter enabled
[    3.487140] ACPI: PM: (supports S0 S5)
[    3.491127] ACPI: Using IOAPIC for interrupt routing
[    3.495733] HEST: Table parsing has been initialized.
[    3.499545] GHES: APEI firmware first mode is enabled by APEI bit and WHEA _OSC.
[    3.503130] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    3.507127] PCI: Ignoring E820 reservations for host bridge windows
[    3.516875] ACPI: Enabled 1 GPEs in block 00 to 1F
[    3.556714] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[    3.559206] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
[    3.563205] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[    3.567205] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[    3.571205] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[    3.575204] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[    3.579205] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[    3.583205] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[    3.587622] ACPI: PCI Root Bridge [PC00] (domain 0000 [bus 00-3f])
[    3.591131] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    3.595292] acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug AER DPC]
[    3.599444] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
[    3.603127] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    3.608105] PCI host bridge to bus 0000:00
[    3.611131] pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
[    3.615127] pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
[    3.619128] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000fffff window]
[    3.623127] pci_bus 0000:00: root bus resource [io  0x0d00-0x3fff window]
[    3.627127] pci_bus 0000:00: root bus resource [mem 0xe1000000-0xfebfffff window]
[    3.631127] pci_bus 0000:00: root bus resource [mem 0x63dc0000000-0x7fcffffffff window]
[    3.635128] pci_bus 0000:00: root bus resource [bus 00-3f]
[    3.639142] pci 0000:00:00.0: [1022:1480] type 00 class 0x060000 conventional PCI endpoint
[    3.647258] pci 0000:00:00.2: [1022:164f] type 00 class 0x080600 conventional PCI endpoint
[    3.651226] pci 0000:00:01.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.655210] pci 0000:00:02.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.659210] pci 0000:00:03.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.663206] pci 0000:00:03.2: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    3.667145] pci 0000:00:03.2: PCI bridge to [bus 01]
[    3.671131] pci 0000:00:03.2:   bridge window [io  0x1000-0x1fff]
[    3.675129] pci 0000:00:03.2:   bridge window [mem 0xf7300000-0xf74fffff]
[    3.679197] pci 0000:00:03.2: PME# supported from D0 D3hot D3cold
[    3.684131] pci 0000:00:04.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.687212] pci 0000:00:05.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.691211] pci 0000:00:07.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.695207] pci 0000:00:07.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    3.699145] pci 0000:00:07.1: PCI bridge to [bus 02]
[    3.703132] pci 0000:00:07.1:   bridge window [mem 0xf7200000-0xf72fffff]
[    3.707139] pci 0000:00:07.1: enabling Extended Tags
[    3.711176] pci 0000:00:07.1: PME# supported from D0 D3hot D3cold
[    3.715274] pci 0000:00:08.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.719208] pci 0000:00:08.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    3.723145] pci 0000:00:08.1: PCI bridge to [bus 03]
[    3.727132] pci 0000:00:08.1:   bridge window [mem 0xf7000000-0xf71fffff]
[    3.731139] pci 0000:00:08.1: enabling Extended Tags
[    3.735177] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[    3.739309] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500 conventional PCI endpoint
[    3.743247] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100 conventional PCI endpoint
[    3.747298] pci 0000:00:18.0: [1022:1650] type 00 class 0x060000 conventional PCI endpoint
[    3.751217] pci 0000:00:18.1: [1022:1651] type 00 class 0x060000 conventional PCI endpoint
[    3.755181] pci 0000:00:18.2: [1022:1652] type 00 class 0x060000 conventional PCI endpoint
[    3.759184] pci 0000:00:18.3: [1022:1653] type 00 class 0x060000 conventional PCI endpoint
[    3.763182] pci 0000:00:18.4: [1022:1654] type 00 class 0x060000 conventional PCI endpoint
[    3.767181] pci 0000:00:18.5: [1022:1655] type 00 class 0x060000 conventional PCI endpoint
[    3.771182] pci 0000:00:18.6: [1022:1656] type 00 class 0x060000 conventional PCI endpoint
[    3.775184] pci 0000:00:18.7: [1022:1657] type 00 class 0x060000 conventional PCI endpoint
[    3.779250] pci 0000:01:00.0: [1000:0097] type 00 class 0x010700 PCIe Endpoint
[    3.783138] pci 0000:01:00.0: BAR 0 [io  0x1000-0x10ff]
[    3.787136] pci 0000:01:00.0: BAR 1 [mem 0xf7400000-0xf740ffff 64bit]
[    3.791136] pci 0000:01:00.0: BAR 3 [mem 0xf7300000-0xf73fffff 64bit]
[    3.795139] pci 0000:01:00.0: ROM [mem 0xfff00000-0xffffffff pref]
[    3.799132] pci 0000:01:00.0: enabling Extended Tags
[    3.807164] pci 0000:01:00.0: supports D1 D2
[    3.811157] pci 0000:01:00.0: VF BAR 0 [mem 0x00000000-0x0000ffff 64bit]
[    3.815127] pci 0000:01:00.0: VF BAR 0 [mem 0x00000000-0x000fffff 64bit]: contains BAR 0 for 16 VFs
[    3.819135] pci 0000:01:00.0: VF BAR 2 [mem 0x00000000-0x000fffff 64bit]
[    3.823127] pci 0000:01:00.0: VF BAR 2 [mem 0x00000000-0x00ffffff 64bit]: contains BAR 2 for 16 VFs
[    3.827292] pci 0000:00:03.2: PCI bridge to [bus 01]
[    3.835213] pci 0000:02:00.0: [1022:148a] type 00 class 0x130000 PCIe Endpoint
[    3.839169] pci 0000:02:00.0: enabling Extended Tags
[    3.843292] pci 0000:02:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    3.847146] pci 0000:02:00.2: BAR 2 [mem 0xf7200000-0xf727ffff]
[    3.851142] pci 0000:02:00.2: BAR 5 [mem 0xf7280000-0xf7281fff]
[    3.855136] pci 0000:02:00.2: enabling Extended Tags
[    3.859316] pci 0000:00:07.1: PCI bridge to [bus 02]
[    3.863258] pci 0000:03:00.0: [1022:1485] type 00 class 0x130000 PCIe Endpoint
[    3.867172] pci 0000:03:00.0: enabling Extended Tags
[    3.871340] pci 0000:03:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    3.875148] pci 0000:03:00.2: BAR 2 [mem 0xf7100000-0xf717ffff]
[    3.879143] pci 0000:03:00.2: BAR 5 [mem 0xf7180000-0xf7181fff]
[    3.883137] pci 0000:03:00.2: enabling Extended Tags
[    3.887312] pci 0000:03:00.3: [1022:148c] type 00 class 0x0c0330 PCIe Endpoint
[    3.891140] pci 0000:03:00.3: BAR 0 [mem 0xf7000000-0xf70fffff 64bit]
[    3.895158] pci 0000:03:00.3: enabling Extended Tags
[    3.899180] pci 0000:03:00.3: PME# supported from D0 D3hot D3cold
[    3.903296] pci 0000:00:08.1: PCI bridge to [bus 03]
[    3.908500] ACPI: PCI Root Bridge [PC01] (domain 0000 [bus 40-7f])
[    3.911130] acpi PNP0A08:01: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    3.915291] acpi PNP0A08:01: _OSC: platform does not support [SHPCHotplug AER DPC]
[    3.919442] acpi PNP0A08:01: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
[    3.923127] acpi PNP0A08:01: FADT indicates ASPM is unsupported, using BIOS configuration
[    3.928045] PCI host bridge to bus 0000:40
[    3.931131] pci_bus 0000:40: root bus resource [io  0x4000-0x6fff window]
[    3.935127] pci_bus 0000:40: root bus resource [mem 0x90000000-0xaaffffff window]
[    3.939127] pci_bus 0000:40: root bus resource [mem 0x47e80000000-0x63dbfffffff window]
[    3.943127] pci_bus 0000:40: root bus resource [bus 40-7f]
[    3.947137] pci 0000:40:00.0: [1022:1480] type 00 class 0x060000 conventional PCI endpoint
[    3.951216] pci 0000:40:00.2: [1022:164f] type 00 class 0x080600 conventional PCI endpoint
[    3.955219] pci 0000:40:01.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.959204] pci 0000:40:02.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.963209] pci 0000:40:03.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.967207] pci 0000:40:03.1: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    3.971147] pci 0000:40:03.1: PCI bridge to [bus 41]
[    3.975133] pci 0000:40:03.1:   bridge window [mem 0xa4c00000-0xa4ffffff]
[    3.979221] pci 0000:40:03.1: PME# supported from D0 D3hot D3cold
[    3.997710] pci 0000:40:03.2: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    3.999151] pci 0000:40:03.2: PCI bridge to [bus 42]
[    4.003133] pci 0000:40:03.2:   bridge window [mem 0xa4800000-0xa4bfffff]
[    4.007234] pci 0000:40:03.2: PME# supported from D0 D3hot D3cold
[    4.027268] pci 0000:40:03.3: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.031147] pci 0000:40:03.3: PCI bridge to [bus 43]
[    4.035133] pci 0000:40:03.3:   bridge window [mem 0xa4400000-0xa47fffff]
[    4.039235] pci 0000:40:03.3: PME# supported from D0 D3hot D3cold
[    4.056977] pci 0000:40:03.4: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.059147] pci 0000:40:03.4: PCI bridge to [bus 44]
[    4.063137] pci 0000:40:03.4:   bridge window [mem 0xa4000000-0xa43fffff]
[    4.067288] pci 0000:40:03.4: PME# supported from D0 D3hot D3cold
[    4.086963] pci 0000:40:04.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.087209] pci 0000:40:05.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.091205] pci 0000:40:07.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.095203] pci 0000:40:07.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    4.099144] pci 0000:40:07.1: PCI bridge to [bus 45]
[    4.103132] pci 0000:40:07.1:   bridge window [mem 0xa5300000-0xa53fffff]
[    4.107139] pci 0000:40:07.1: enabling Extended Tags
[    4.111174] pci 0000:40:07.1: PME# supported from D0 D3hot D3cold
[    4.115273] pci 0000:40:08.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.119204] pci 0000:40:08.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    4.123145] pci 0000:40:08.1: PCI bridge to [bus 46]
[    4.127132] pci 0000:40:08.1:   bridge window [mem 0xa5000000-0xa52fffff]
[    4.131139] pci 0000:40:08.1: enabling Extended Tags
[    4.135176] pci 0000:40:08.1: PME# supported from D0 D3hot D3cold
[    4.139366] pci 0000:40:03.1: PCI bridge to [bus 41]
[    4.143208] pci 0000:40:03.2: PCI bridge to [bus 42]
[    4.151204] pci 0000:40:03.3: PCI bridge to [bus 43]
[    4.155208] pci 0000:40:03.4: PCI bridge to [bus 44]
[    4.159210] pci 0000:45:00.0: [1022:148a] type 00 class 0x130000 PCIe Endpoint
[    4.163168] pci 0000:45:00.0: enabling Extended Tags
[    4.167288] pci 0000:45:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    4.171145] pci 0000:45:00.2: BAR 2 [mem 0xa5300000-0xa537ffff]
[    4.175141] pci 0000:45:00.2: BAR 5 [mem 0xa5380000-0xa5381fff]
[    4.179136] pci 0000:45:00.2: enabling Extended Tags
[    4.183313] pci 0000:40:07.1: PCI bridge to [bus 45]
[    4.187259] pci 0000:46:00.0: [1022:1485] type 00 class 0x130000 PCIe Endpoint
[    4.191173] pci 0000:46:00.0: enabling Extended Tags
[    4.195384] pci 0000:46:00.1: [1022:1486] type 00 class 0x108000 PCIe Endpoint
[    4.199148] pci 0000:46:00.1: BAR 2 [mem 0xa5100000-0xa51fffff]
[    4.203147] pci 0000:46:00.1: BAR 5 [mem 0xa5282000-0xa5283fff]
[    4.207139] pci 0000:46:00.1: enabling Extended Tags
[    4.211359] pci 0000:46:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    4.215147] pci 0000:46:00.2: BAR 2 [mem 0xa5200000-0xa527ffff]
[    4.219143] pci 0000:46:00.2: BAR 5 [mem 0xa5280000-0xa5281fff]
[    4.223137] pci 0000:46:00.2: enabling Extended Tags
[    4.227311] pci 0000:46:00.3: [1022:148c] type 00 class 0x0c0330 PCIe Endpoint
[    4.231140] pci 0000:46:00.3: BAR 0 [mem 0xa5000000-0xa50fffff 64bit]
[    4.235158] pci 0000:46:00.3: enabling Extended Tags
[    4.239179] pci 0000:46:00.3: PME# supported from D0 D3hot D3cold
[    4.243295] pci 0000:40:08.1: PCI bridge to [bus 46]
[    4.247790] ACPI: PCI Root Bridge [PC02] (domain 0000 [bus 80-bf])
[    4.251130] acpi PNP0A08:02: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    4.255291] acpi PNP0A08:02: _OSC: platform does not support [SHPCHotplug AER DPC]
[    4.259443] acpi PNP0A08:02: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
[    4.263128] acpi PNP0A08:02: FADT indicates ASPM is unsupported, using BIOS configuration
[    4.271393] PCI host bridge to bus 0000:80
[    4.275131] pci_bus 0000:80: root bus resource [io  0x7000-0x9fff window]
[    4.279127] pci_bus 0000:80: root bus resource [mem 0xab000000-0xc5ffffff window]
[    4.283127] pci_bus 0000:80: root bus resource [mem 0x2bf40000000-0x47e7fffffff window]
[    4.287128] pci_bus 0000:80: root bus resource [bus 80-bf]
[    4.291137] pci 0000:80:00.0: [1022:1480] type 00 class 0x060000 conventional PCI endpoint
[    4.295220] pci 0000:80:00.2: [1022:164f] type 00 class 0x080600 conventional PCI endpoint
[    4.299219] pci 0000:80:01.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.303207] pci 0000:80:01.1: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.307147] pci 0000:80:01.1: PCI bridge to [bus 81]
[    4.311132] pci 0000:80:01.1:   bridge window [mem 0xbf400000-0xbf7fffff]
[    4.315222] pci 0000:80:01.1: PME# supported from D0 D3hot D3cold
[    4.334607] pci 0000:80:01.2: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.335153] pci 0000:80:01.2: PCI bridge to [bus 82]
[    4.339133] pci 0000:80:01.2:   bridge window [mem 0xbf000000-0xbf3fffff]
[    4.343234] pci 0000:80:01.2: PME# supported from D0 D3hot D3cold
[    4.358309] pci 0000:80:02.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.367212] pci 0000:80:03.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.375208] pci 0000:80:04.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.383203] pci 0000:80:05.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.391202] pci 0000:80:07.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.399207] pci 0000:80:07.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    4.407145] pci 0000:80:07.1: PCI bridge to [bus 83]
[    4.415135] pci 0000:80:07.1:   bridge window [mem 0xbfa00000-0xbfafffff]
[    4.419139] pci 0000:80:07.1: enabling Extended Tags
[    4.423175] pci 0000:80:07.1: PME# supported from D0 D3hot D3cold
[    4.431277] pci 0000:80:08.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.439209] pci 0000:80:08.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    4.447145] pci 0000:80:08.1: PCI bridge to [bus 84]
[    4.451132] pci 0000:80:08.1:   bridge window [mem 0xbf900000-0xbf9fffff]
[    4.459139] pci 0000:80:08.1: enabling Extended Tags
[    4.463180] pci 0000:80:08.1: PME# supported from D0 D3hot D3cold
[    4.471287] pci 0000:80:08.2: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    4.479151] pci 0000:80:08.2: PCI bridge to [bus 85]
[    4.483132] pci 0000:80:08.2:   bridge window [mem 0xbf800000-0xbf8fffff]
[    4.487139] pci 0000:80:08.2: enabling Extended Tags
[    4.495171] pci 0000:80:08.2: PME# supported from D0 D3hot D3cold
[    4.499365] pci 0000:80:01.1: PCI bridge to [bus 81]
[    4.503208] pci 0000:80:01.2: PCI bridge to [bus 82]
[    4.507212] pci 0000:83:00.0: [1022:148a] type 00 class 0x130000 PCIe Endpoint
[    4.511168] pci 0000:83:00.0: enabling Extended Tags
[    4.515291] pci 0000:83:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    4.519146] pci 0000:83:00.2: BAR 2 [mem 0xbfa00000-0xbfa7ffff]
[    4.523143] pci 0000:83:00.2: BAR 5 [mem 0xbfa80000-0xbfa81fff]
[    4.527136] pci 0000:83:00.2: enabling Extended Tags
[    4.531317] pci 0000:80:07.1: PCI bridge to [bus 83]
[    4.535256] pci 0000:84:00.0: [1022:1485] type 00 class 0x130000 PCIe Endpoint
[    4.539172] pci 0000:84:00.0: enabling Extended Tags
[    4.543340] pci 0000:84:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    4.547148] pci 0000:84:00.2: BAR 2 [mem 0xbf900000-0xbf97ffff]
[    4.551143] pci 0000:84:00.2: BAR 5 [mem 0xbf980000-0xbf981fff]
[    4.555137] pci 0000:84:00.2: enabling Extended Tags
[    4.559322] pci 0000:80:08.1: PCI bridge to [bus 84]
[    4.563258] pci 0000:85:00.0: [1022:7901] type 00 class 0x010601 PCIe Endpoint
[    4.567163] pci 0000:85:00.0: BAR 5 [mem 0xbf800000-0xbf8007ff]
[    4.571137] pci 0000:85:00.0: enabling Extended Tags
[    4.575192] pci 0000:85:00.0: PME# supported from D3hot D3cold
[    4.579302] pci 0000:80:08.2: PCI bridge to [bus 85]
[    4.583855] ACPI: PCI Root Bridge [PC03] (domain 0000 [bus c0-ff])
[    4.587131] acpi PNP0A08:03: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    4.591292] acpi PNP0A08:03: _OSC: platform does not support [SHPCHotplug AER DPC]
[    4.595441] acpi PNP0A08:03: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
[    4.599128] acpi PNP0A08:03: FADT indicates ASPM is unsupported, using BIOS configuration
[    4.604135] PCI host bridge to bus 0000:c0
[    4.607131] pci_bus 0000:c0: root bus resource [io  0xa000-0xffff window]
[    4.611128] pci_bus 0000:c0: root bus resource [mem 0xc6000000-0xe0ffffff window]
[    4.615127] pci_bus 0000:c0: root bus resource [mem 0x10000000000-0x2bf3fffffff window]
[    4.619127] pci_bus 0000:c0: root bus resource [io  0x03b0-0x03df window]
[    4.623128] pci_bus 0000:c0: root bus resource [mem 0x000a0000-0x000bffff window]
[    4.627128] pci_bus 0000:c0: root bus resource [bus c0-ff]
[    4.631137] pci 0000:c0:00.0: [1022:1480] type 00 class 0x060000 conventional PCI endpoint
[    4.635216] pci 0000:c0:00.2: [1022:164f] type 00 class 0x080600 conventional PCI endpoint
[    4.639219] pci 0000:c0:01.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.643204] pci 0000:c0:02.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.647200] pci 0000:c0:03.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.651205] pci 0000:c0:03.1: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.655146] pci 0000:c0:03.1: PCI bridge to [bus c4]
[    4.659132] pci 0000:c0:03.1:   bridge window [mem 0xdb600000-0xdb9fffff]
[    4.663218] pci 0000:c0:03.1: PME# supported from D0 D3hot D3cold
[    4.681192] pci 0000:c0:03.2: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.683153] pci 0000:c0:03.2: PCI bridge to [bus c5]
[    4.687133] pci 0000:c0:03.2:   bridge window [mem 0xdb200000-0xdb5fffff]
[    4.691243] pci 0000:c0:03.2: PME# supported from D0 D3hot D3cold
[    4.711953] pci 0000:c0:03.3: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.715152] pci 0000:c0:03.3: PCI bridge to [bus c6]
[    4.719134] pci 0000:c0:03.3:   bridge window [mem 0xdae00000-0xdb1fffff]
[    4.727177] pci 0000:c0:03.3: PME# supported from D0 D3hot D3cold
[    4.746934] pci 0000:c0:03.4: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.747151] pci 0000:c0:03.4: PCI bridge to [bus c7]
[    4.751132] pci 0000:c0:03.4:   bridge window [mem 0xdaa00000-0xdadfffff]
[    4.755234] pci 0000:c0:03.4: PME# supported from D0 D3hot D3cold
[    4.774263] pci 0000:c0:04.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.775236] pci 0000:c0:05.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.779207] pci 0000:c0:05.1: [1022:149a] type 01 class 0x060400 PCIe Root Port
[    4.783144] pci 0000:c0:05.1: PCI bridge to [bus c1]
[    4.787141] pci 0000:c0:05.1:   bridge window [mem 0xc7000000-0xc70fffff 64bit pref]
[    4.791235] pci 0000:c0:05.1: PME# supported from D0 D3hot D3cold
[    4.795262] pci 0000:c0:05.2: [1022:149a] type 01 class 0x060400 PCIe Root Port
[    4.799144] pci 0000:c0:05.2: PCI bridge to [bus c2-c3]
[    4.803132] pci 0000:c0:05.2:   bridge window [mem 0xda000000-0xda8fffff]
[    4.807133] pci 0000:c0:05.2:   bridge window [mem 0xc6000000-0xc6ffffff 64bit pref]
[    4.811173] pci 0000:c0:05.2: PME# supported from D0 D3hot D3cold
[    4.815257] pci 0000:c0:07.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.819210] pci 0000:c0:07.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    4.823145] pci 0000:c0:07.1: PCI bridge to [bus c8]
[    4.827131] pci 0000:c0:07.1:   bridge window [mem 0xdbb00000-0xdbbfffff]
[    4.831138] pci 0000:c0:07.1: enabling Extended Tags
[    4.839157] pci 0000:c0:07.1: PME# supported from D0 D3hot D3cold
[    4.843271] pci 0000:c0:08.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.847204] pci 0000:c0:08.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    4.851144] pci 0000:c0:08.1: PCI bridge to [bus c9]
[    4.855132] pci 0000:c0:08.1:   bridge window [mem 0xdba00000-0xdbafffff]
[    4.859139] pci 0000:c0:08.1: enabling Extended Tags
[    4.863175] pci 0000:c0:08.1: PME# supported from D0 D3hot D3cold
[    4.867362] pci 0000:c0:03.1: PCI bridge to [bus c4]
[    4.871208] pci 0000:c0:03.2: PCI bridge to [bus c5]
[    4.875209] pci 0000:c0:03.3: PCI bridge to [bus c6]
[    4.879207] pci 0000:c0:03.4: PCI bridge to [bus c7]
[    4.883225] pci 0000:c1:00.0: [14e4:165f] type 00 class 0x020000 PCIe Endpoint
[    4.887147] pci 0000:c1:00.0: BAR 0 [mem 0xc7030000-0xc703ffff 64bit pref]
[    4.891140] pci 0000:c1:00.0: BAR 2 [mem 0xc7040000-0xc704ffff 64bit pref]
[    4.895140] pci 0000:c1:00.0: BAR 4 [mem 0xc7050000-0xc705ffff 64bit pref]
[    4.899136] pci 0000:c1:00.0: ROM [mem 0xfffc0000-0xffffffff pref]
[    4.903216] pci 0000:c1:00.0: PME# supported from D0 D3hot D3cold
[    4.907177] pci 0000:c1:00.0: 4.000 Gb/s available PCIe bandwidth, limited by 5.0 GT/s PCIe x1 link at 0000:c0:05.1 (capable of 8.000 Gb/s with 5.0 GT/s PCIe x2 link)
[    4.912561] pci 0000:c1:00.1: [14e4:165f] type 00 class 0x020000 PCIe Endpoint
[    4.915148] pci 0000:c1:00.1: BAR 0 [mem 0xc7000000-0xc700ffff 64bit pref]
[    4.919140] pci 0000:c1:00.1: BAR 2 [mem 0xc7010000-0xc701ffff 64bit pref]
[    4.923140] pci 0000:c1:00.1: BAR 4 [mem 0xc7020000-0xc702ffff 64bit pref]
[    4.927136] pci 0000:c1:00.1: ROM [mem 0xfffc0000-0xffffffff pref]
[    4.931216] pci 0000:c1:00.1: PME# supported from D0 D3hot D3cold
[    4.947155] pci 0000:c0:05.1: PCI bridge to [bus c1]
[    4.951207] pci 0000:c2:00.0: [1556:be00] type 01 class 0x060400 PCIe to PCI/PCI-X bridge
[    4.955157] pci 0000:c2:00.0: PCI bridge to [bus c3]
[    4.959135] pci 0000:c2:00.0:   bridge window [mem 0xda000000-0xda8fffff]
[    4.963137] pci 0000:c2:00.0:   bridge window [mem 0xc6000000-0xc6ffffff 64bit pref]
[    4.979143] pci 0000:c0:05.2: PCI bridge to [bus c2-c3]
[    4.983162] pci_bus 0000:c3: extended config space not accessible
[    4.987152] pci 0000:c3:00.0: [102b:0536] type 00 class 0x030000 conventional PCI endpoint
[    4.991143] pci 0000:c3:00.0: BAR 0 [mem 0xc6000000-0xc6ffffff pref]
[    4.995136] pci 0000:c3:00.0: BAR 1 [mem 0xda808000-0xda80bfff]
[    4.999136] pci 0000:c3:00.0: BAR 2 [mem 0xda000000-0xda7fffff]
[    5.003176] pci 0000:c3:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    5.007241] pci 0000:c2:00.0: PCI bridge to [bus c3]
[    5.011224] pci 0000:c8:00.0: [1022:148a] type 00 class 0x130000 PCIe Endpoint
[    5.015167] pci 0000:c8:00.0: enabling Extended Tags
[    5.019296] pci 0000:c8:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    5.023145] pci 0000:c8:00.2: BAR 2 [mem 0xdbb00000-0xdbb7ffff]
[    5.027141] pci 0000:c8:00.2: BAR 5 [mem 0xdbb80000-0xdbb81fff]
[    5.031136] pci 0000:c8:00.2: enabling Extended Tags
[    5.039294] pci 0000:c0:07.1: PCI bridge to [bus c8]
[    5.043258] pci 0000:c9:00.0: [1022:1485] type 00 class 0x130000 PCIe Endpoint
[    5.047171] pci 0000:c9:00.0: enabling Extended Tags
[    5.051337] pci 0000:c9:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    5.055147] pci 0000:c9:00.2: BAR 2 [mem 0xdba00000-0xdba7ffff]
[    5.059143] pci 0000:c9:00.2: BAR 5 [mem 0xdba80000-0xdba81fff]
[    5.063137] pci 0000:c9:00.2: enabling Extended Tags
[    5.067321] pci 0000:c0:08.1: PCI bridge to [bus c9]
[    5.078189] iommu: Default domain type: Translated
[    5.079128] iommu: DMA domain TLB invalidation policy: lazy mode
[    5.083392] SCSI subsystem initialized
[    5.087163] ACPI: bus type USB registered
[    5.091144] usbcore: registered new interface driver usbfs
[    5.095134] usbcore: registered new interface driver hub
[    5.099162] usbcore: registered new device driver usb
[    5.103159] pps_core: LinuxPPS API ver. 1 registered
[    5.107127] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    5.111130] PTP clock support registered
[    5.115207] EDAC MC: Ver: 3.0.0
[    5.118487] efivars: Registered efivars operations
[    5.119508] NetLabel: Initializing
[    5.123128] NetLabel:  domain hash size = 128
[    5.127127] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    5.131149] NetLabel:  unlabeled traffic allowed by default
[    5.135173] PCI: Using ACPI for IRQ routing
[    5.143610] pci 0000:c3:00.0: vgaarb: setting as boot VGA device
[    5.147126] pci 0000:c3:00.0: vgaarb: bridge control possible
[    5.147126] pci 0000:c3:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    5.147129] vgaarb: loaded
[    5.149840] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    5.151128] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    5.159392] clocksource: Switched to clocksource tsc-early
[    5.165883] VFS: Disk quotas dquot_6.6.0
[    5.169840] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    5.176926] AppArmor: AppArmor Filesystem Enabled
[    5.181677] pnp: PnP ACPI init
[    5.184979] system 00:00: [mem 0x80000000-0x8fffffff] has been reserved
[    5.191735] system 00:01: [mem 0xff000000-0xffffffff] has been reserved
[    5.199928] pnp: PnP ACPI: found 5 devices
[    5.210774] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    5.219740] NET: Registered PF_INET protocol family
[    5.224787] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc)
[    5.235763] tcp_listen_portaddr_hash hash table entries: 65536 (order: 8, 1048576 bytes, vmalloc)
[    5.244712] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, vmalloc)
[    5.252745] TCP established hash table entries: 524288 (order: 10, 4194304 bytes, vmalloc hugepage)
[    5.262269] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc)
[    5.269867] TCP: Hash tables configured (established 524288 bind 65536)
[    5.276803] UDP hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc)
[    5.284132] UDP-Lite hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc)
[    5.292069] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    5.297765] NET: Registered PF_XDP protocol family
[    5.302562] pci 0000:01:00.0: ROM [mem 0xfff00000-0xffffffff pref]: can't claim; no compatible bridge window
[    5.312382] pci 0000:c1:00.0: ROM [mem 0xfffc0000-0xffffffff pref]: can't claim; no compatible bridge window
[    5.322200] pci 0000:c1:00.1: ROM [mem 0xfffc0000-0xffffffff pref]: can't claim; no compatible bridge window
[    5.332021] pci_bus 0000:00: max bus depth: 1 pci_try_num: 2
[    5.337687] pci 0000:01:00.0: ROM [mem size 0x00100000 pref]: can't assign; no space
[    5.345429] pci 0000:01:00.0: ROM [mem size 0x00100000 pref]: failed to assign
[    5.352648] pci 0000:01:00.0: VF BAR 2 [mem size 0x01000000 64bit]: can't assign; no space
[    5.360910] pci 0000:01:00.0: VF BAR 2 [mem size 0x01000000 64bit]: failed to assign
[    5.368648] pci 0000:01:00.0: VF BAR 0 [mem size 0x00100000 64bit]: can't assign; no space
[    5.376910] pci 0000:01:00.0: VF BAR 0 [mem size 0x00100000 64bit]: failed to assign
[    5.384700] pci 0000:00:03.2: PCI bridge to [bus 01]
[    5.389673] pci 0000:00:03.2:   bridge window [io  0x1000-0x1fff]
[    5.395770] pci 0000:00:03.2:   bridge window [mem 0xf7300000-0xf74fffff]
[    5.402577] pci 0000:00:07.1: PCI bridge to [bus 02]
[    5.407549] pci 0000:00:07.1:   bridge window [mem 0xf7200000-0xf72fffff]
[    5.414339] pci 0000:00:08.1: PCI bridge to [bus 03]
[    5.419312] pci 0000:00:08.1:   bridge window [mem 0xf7000000-0xf71fffff]
[    5.426100] pci_bus 0000:00: No. 2 try to assign unassigned res
[    5.432029] pci 0000:00:03.2: resource 14 [mem 0xf7300000-0xf74fffff] released
[    5.439257] pci 0000:00:03.2: PCI bridge to [bus 01]
[    5.444235] pci 0000:00:03.2: bridge window [mem 0x00100000-0x002fffff] to [bus 01] add_size 1100000 add_align 100000
[    5.454843] pci 0000:00:03.2: bridge window [mem 0xe1000000-0xe22fffff]: assigned
[    5.462329] pci 0000:01:00.0: BAR 3 [mem 0xe1000000-0xe10fffff 64bit]: assigned
[    5.469647] pci 0000:01:00.0: VF BAR 2 [mem 0xe1100000-0xe20fffff 64bit]: assigned
[    5.477219] pci 0000:01:00.0: BAR 1 [mem 0xe2100000-0xe210ffff 64bit]: assigned
[    5.484529] pci 0000:01:00.0: VF BAR 0 [mem 0xe2110000-0xe220ffff 64bit]: assigned
[    5.492099] pci 0000:00:03.2: PCI bridge to [bus 01]
[    5.497064] pci 0000:00:03.2:   bridge window [io  0x1000-0x1fff]
[    5.503158] pci 0000:00:03.2:   bridge window [mem 0xe1000000-0xe22fffff]
[    5.509982] pci 0000:00:07.1: PCI bridge to [bus 02]
[    5.514947] pci 0000:00:07.1:   bridge window [mem 0xf7200000-0xf72fffff]
[    5.521736] pci 0000:00:08.1: PCI bridge to [bus 03]
[    5.526710] pci 0000:00:08.1:   bridge window [mem 0xf7000000-0xf71fffff]
[    5.533496] pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
[    5.539682] pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
[    5.545862] pci_bus 0000:00: resource 6 [mem 0x000c0000-0x000fffff window]
[    5.552733] pci_bus 0000:00: resource 7 [io  0x0d00-0x3fff window]
[    5.558914] pci_bus 0000:00: resource 8 [mem 0xe1000000-0xfebfffff window]
[    5.565787] pci_bus 0000:00: resource 9 [mem 0x63dc0000000-0x7fcffffffff window]
[    5.573182] pci_bus 0000:01: resource 0 [io  0x1000-0x1fff]
[    5.578754] pci_bus 0000:01: resource 1 [mem 0xe1000000-0xe22fffff]
[    5.585020] pci_bus 0000:02: resource 1 [mem 0xf7200000-0xf72fffff]
[    5.591285] pci_bus 0000:03: resource 1 [mem 0xf7000000-0xf71fffff]
[    5.597631] pci 0000:40:03.1: bridge window [io  0x1000-0x0fff] to [bus 41] add_size 1000
[    5.605810] pci 0000:40:03.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 41] add_size 200000 add_align 100000
[    5.617284] pci 0000:40:03.2: bridge window [io  0x1000-0x0fff] to [bus 42] add_size 1000
[    5.625462] pci 0000:40:03.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 42] add_size 200000 add_align 100000
[    5.636928] pci 0000:40:03.3: bridge window [io  0x1000-0x0fff] to [bus 43] add_size 1000
[    5.645102] pci 0000:40:03.3: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 43] add_size 200000 add_align 100000
[    5.656568] pci 0000:40:03.4: bridge window [io  0x1000-0x0fff] to [bus 44] add_size 1000
[    5.664743] pci 0000:40:03.4: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 44] add_size 200000 add_align 100000
[    5.676214] pci 0000:40:03.1: bridge window [mem 0x47e80000000-0x47e801fffff 64bit pref]: assigned
[    5.685172] pci 0000:40:03.2: bridge window [mem 0x47e80200000-0x47e803fffff 64bit pref]: assigned
[    5.694126] pci 0000:40:03.3: bridge window [mem 0x47e80400000-0x47e805fffff 64bit pref]: assigned
[    5.703078] pci 0000:40:03.4: bridge window [mem 0x47e80600000-0x47e807fffff 64bit pref]: assigned
[    5.712032] pci 0000:40:03.1: bridge window [io  0x4000-0x4fff]: assigned
[    5.718820] pci 0000:40:03.2: bridge window [io  0x5000-0x5fff]: assigned
[    5.725665] pci 0000:40:03.3: bridge window [io  0x6000-0x6fff]: assigned
[    5.732452] pci 0000:40:03.4: bridge window [io  size 0x1000]: can't assign; no space
[    5.740277] pci 0000:40:03.4: bridge window [io  size 0x1000]: failed to assign
[    5.747585] pci 0000:40:03.4: bridge window [io  0x4000-0x4fff]: assigned
[    5.754372] pci 0000:40:03.3: bridge window [io  0x5000-0x5fff]: assigned
[    5.761158] pci 0000:40:03.2: bridge window [io  0x6000-0x6fff]: assigned
[    5.767944] pci 0000:40:03.1: bridge window [io  size 0x1000]: can't assign; no space
[    5.775771] pci 0000:40:03.1: bridge window [io  size 0x1000]: failed to assign
[    5.783079] pci 0000:40:03.1: PCI bridge to [bus 41]
[    5.788047] pci 0000:40:03.1:   bridge window [mem 0xa4c00000-0xa4ffffff]
[    5.794831] pci 0000:40:03.1:   bridge window [mem 0x47e80000000-0x47e801fffff 64bit pref]
[    5.803091] pci 0000:40:03.2: PCI bridge to [bus 42]
[    5.808056] pci 0000:40:03.2:   bridge window [io  0x6000-0x6fff]
[    5.814151] pci 0000:40:03.2:   bridge window [mem 0xa4800000-0xa4bfffff]
[    5.820937] pci 0000:40:03.2:   bridge window [mem 0x47e80200000-0x47e803fffff 64bit pref]
[    5.829235] pci 0000:40:03.3: PCI bridge to [bus 43]
[    5.834207] pci 0000:40:03.3:   bridge window [io  0x5000-0x5fff]
[    5.840302] pci 0000:40:03.3:   bridge window [mem 0xa4400000-0xa47fffff]
[    5.847087] pci 0000:40:03.3:   bridge window [mem 0x47e80400000-0x47e805fffff 64bit pref]
[    5.855348] pci 0000:40:03.4: PCI bridge to [bus 44]
[    5.860313] pci 0000:40:03.4:   bridge window [io  0x4000-0x4fff]
[    5.866409] pci 0000:40:03.4:   bridge window [mem 0xa4000000-0xa43fffff]
[    5.873192] pci 0000:40:03.4:   bridge window [mem 0x47e80600000-0x47e807fffff 64bit pref]
[    5.881454] pci 0000:40:07.1: PCI bridge to [bus 45]
[    5.886420] pci 0000:40:07.1:   bridge window [mem 0xa5300000-0xa53fffff]
[    5.893209] pci 0000:40:08.1: PCI bridge to [bus 46]
[    5.898180] pci 0000:40:08.1:   bridge window [mem 0xa5000000-0xa52fffff]
[    5.904971] pci_bus 0000:40: resource 4 [io  0x4000-0x6fff window]
[    5.911153] pci_bus 0000:40: resource 5 [mem 0x90000000-0xaaffffff window]
[    5.918028] pci_bus 0000:40: resource 6 [mem 0x47e80000000-0x63dbfffffff window]
[    5.925421] pci_bus 0000:41: resource 1 [mem 0xa4c00000-0xa4ffffff]
[    5.931730] pci_bus 0000:41: resource 2 [mem 0x47e80000000-0x47e801fffff 64bit pref]
[    5.939471] pci_bus 0000:42: resource 0 [io  0x6000-0x6fff]
[    5.945044] pci_bus 0000:42: resource 1 [mem 0xa4800000-0xa4bfffff]
[    5.951315] pci_bus 0000:42: resource 2 [mem 0x47e80200000-0x47e803fffff 64bit pref]
[    5.959059] pci_bus 0000:43: resource 0 [io  0x5000-0x5fff]
[    5.964630] pci_bus 0000:43: resource 1 [mem 0xa4400000-0xa47fffff]
[    5.970898] pci_bus 0000:43: resource 2 [mem 0x47e80400000-0x47e805fffff 64bit pref]
[    5.978640] pci_bus 0000:44: resource 0 [io  0x4000-0x4fff]
[    5.984210] pci_bus 0000:44: resource 1 [mem 0xa4000000-0xa43fffff]
[    5.990477] pci_bus 0000:44: resource 2 [mem 0x47e80600000-0x47e807fffff 64bit pref]
[    5.998219] pci_bus 0000:45: resource 1 [mem 0xa5300000-0xa53fffff]
[    6.004484] pci_bus 0000:46: resource 1 [mem 0xa5000000-0xa52fffff]
[    6.010810] pci 0000:80:01.1: bridge window [io  0x1000-0x0fff] to [bus 81] add_size 1000
[    6.018984] pci 0000:80:01.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 81] add_size 200000 add_align 100000
[    6.030451] pci 0000:80:01.2: bridge window [io  0x1000-0x0fff] to [bus 82] add_size 1000
[    6.038641] pci 0000:80:01.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 82] add_size 200000 add_align 100000
[    6.050116] pci 0000:80:01.1: bridge window [mem 0x2bf40000000-0x2bf401fffff 64bit pref]: assigned
[    6.059072] pci 0000:80:01.2: bridge window [mem 0x2bf40200000-0x2bf403fffff 64bit pref]: assigned
[    6.068025] pci 0000:80:01.1: bridge window [io  0x7000-0x7fff]: assigned
[    6.074811] pci 0000:80:01.2: bridge window [io  0x8000-0x8fff]: assigned
[    6.081598] pci 0000:80:01.1: PCI bridge to [bus 81]
[    6.086564] pci 0000:80:01.1:   bridge window [io  0x7000-0x7fff]
[    6.092658] pci 0000:80:01.1:   bridge window [mem 0xbf400000-0xbf7fffff]
[    6.099446] pci 0000:80:01.1:   bridge window [mem 0x2bf40000000-0x2bf401fffff 64bit pref]
[    6.107707] pci 0000:80:01.2: PCI bridge to [bus 82]
[    6.112671] pci 0000:80:01.2:   bridge window [io  0x8000-0x8fff]
[    6.118765] pci 0000:80:01.2:   bridge window [mem 0xbf000000-0xbf3fffff]
[    6.125551] pci 0000:80:01.2:   bridge window [mem 0x2bf40200000-0x2bf403fffff 64bit pref]
[    6.133813] pci 0000:80:07.1: PCI bridge to [bus 83]
[    6.138811] pci 0000:80:07.1:   bridge window [mem 0xbfa00000-0xbfafffff]
[    6.145603] pci 0000:80:08.1: PCI bridge to [bus 84]
[    6.150573] pci 0000:80:08.1:   bridge window [mem 0xbf900000-0xbf9fffff]
[    6.157364] pci 0000:80:08.2: PCI bridge to [bus 85]
[    6.162334] pci 0000:80:08.2:   bridge window [mem 0xbf800000-0xbf8fffff]
[    6.169124] pci_bus 0000:80: resource 4 [io  0x7000-0x9fff window]
[    6.175301] pci_bus 0000:80: resource 5 [mem 0xab000000-0xc5ffffff window]
[    6.182173] pci_bus 0000:80: resource 6 [mem 0x2bf40000000-0x47e7fffffff window]
[    6.189567] pci_bus 0000:81: resource 0 [io  0x7000-0x7fff]
[    6.195138] pci_bus 0000:81: resource 1 [mem 0xbf400000-0xbf7fffff]
[    6.201407] pci_bus 0000:81: resource 2 [mem 0x2bf40000000-0x2bf401fffff 64bit pref]
[    6.209145] pci_bus 0000:82: resource 0 [io  0x8000-0x8fff]
[    6.214719] pci_bus 0000:82: resource 1 [mem 0xbf000000-0xbf3fffff]
[    6.220985] pci_bus 0000:82: resource 2 [mem 0x2bf40200000-0x2bf403fffff 64bit pref]
[    6.228725] pci_bus 0000:83: resource 1 [mem 0xbfa00000-0xbfafffff]
[    6.234992] pci_bus 0000:84: resource 1 [mem 0xbf900000-0xbf9fffff]
[    6.241320] pci_bus 0000:85: resource 1 [mem 0xbf800000-0xbf8fffff]
[    6.247635] pci 0000:c0:03.1: bridge window [io  0x1000-0x0fff] to [bus c4] add_size 1000
[    6.255809] pci 0000:c0:03.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus c4] add_size 200000 add_align 100000
[    6.267278] pci 0000:c0:03.2: bridge window [io  0x1000-0x0fff] to [bus c5] add_size 1000
[    6.275450] pci 0000:c0:03.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus c5] add_size 200000 add_align 100000
[    6.286919] pci 0000:c0:03.3: bridge window [io  0x1000-0x0fff] to [bus c6] add_size 1000
[    6.295093] pci 0000:c0:03.3: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus c6] add_size 200000 add_align 100000
[    6.306558] pci 0000:c0:03.4: bridge window [io  0x1000-0x0fff] to [bus c7] add_size 1000
[    6.314732] pci 0000:c0:03.4: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus c7] add_size 200000 add_align 100000
[    6.326204] pci 0000:c0:03.1: bridge window [mem 0x10000000000-0x100001fffff 64bit pref]: assigned
[    6.335159] pci 0000:c0:03.2: bridge window [mem 0x10000200000-0x100003fffff 64bit pref]: assigned
[    6.344115] pci 0000:c0:03.3: bridge window [mem 0x10000400000-0x100005fffff 64bit pref]: assigned
[    6.353077] pci 0000:c0:03.4: bridge window [mem 0x10000600000-0x100007fffff 64bit pref]: assigned
[    6.362027] pci 0000:c0:05.1: bridge window [mem 0xc7100000-0xc71fffff]: assigned
[    6.369511] pci 0000:c0:03.1: bridge window [io  0xa000-0xafff]: assigned
[    6.376295] pci 0000:c0:03.2: bridge window [io  0xb000-0xbfff]: assigned
[    6.383083] pci 0000:c0:03.3: bridge window [io  0xc000-0xcfff]: assigned
[    6.389869] pci 0000:c0:03.4: bridge window [io  0xd000-0xdfff]: assigned
[    6.396656] pci 0000:c0:03.1: PCI bridge to [bus c4]
[    6.401622] pci 0000:c0:03.1:   bridge window [io  0xa000-0xafff]
[    6.407714] pci 0000:c0:03.1:   bridge window [mem 0xdb600000-0xdb9fffff]
[    6.414504] pci 0000:c0:03.1:   bridge window [mem 0x10000000000-0x100001fffff 64bit pref]
[    6.422765] pci 0000:c0:03.2: PCI bridge to [bus c5]
[    6.427728] pci 0000:c0:03.2:   bridge window [io  0xb000-0xbfff]
[    6.433822] pci 0000:c0:03.2:   bridge window [mem 0xdb200000-0xdb5fffff]
[    6.440608] pci 0000:c0:03.2:   bridge window [mem 0x10000200000-0x100003fffff 64bit pref]
[    6.448904] pci 0000:c0:03.3: PCI bridge to [bus c6]
[    6.453870] pci 0000:c0:03.3:   bridge window [io  0xc000-0xcfff]
[    6.459963] pci 0000:c0:03.3:   bridge window [mem 0xdae00000-0xdb1fffff]
[    6.466752] pci 0000:c0:03.3:   bridge window [mem 0x10000400000-0x100005fffff 64bit pref]
[    6.475024] pci 0000:c0:03.4: PCI bridge to [bus c7]
[    6.479990] pci 0000:c0:03.4:   bridge window [io  0xd000-0xdfff]
[    6.486088] pci 0000:c0:03.4:   bridge window [mem 0xdaa00000-0xdadfffff]
[    6.492871] pci 0000:c0:03.4:   bridge window [mem 0x10000600000-0x100007fffff 64bit pref]
[    6.501178] pci 0000:c1:00.0: ROM [mem 0xc7100000-0xc713ffff pref]: assigned
[    6.508223] pci 0000:c1:00.1: ROM [mem 0xc7140000-0xc717ffff pref]: assigned
[    6.515268] pci 0000:c0:05.1: PCI bridge to [bus c1]
[    6.520236] pci 0000:c0:05.1:   bridge window [mem 0xc7100000-0xc71fffff]
[    6.527022] pci 0000:c0:05.1:   bridge window [mem 0xc7000000-0xc70fffff 64bit pref]
[    6.534764] pci 0000:c2:00.0: PCI bridge to [bus c3]
[    6.539740] pci 0000:c2:00.0:   bridge window [mem 0xda000000-0xda8fffff]
[    6.546535] pci 0000:c2:00.0:   bridge window [mem 0xc6000000-0xc6ffffff 64bit pref]
[    6.554283] pci 0000:c0:05.2: PCI bridge to [bus c2-c3]
[    6.559515] pci 0000:c0:05.2:   bridge window [mem 0xda000000-0xda8fffff]
[    6.566301] pci 0000:c0:05.2:   bridge window [mem 0xc6000000-0xc6ffffff 64bit pref]
[    6.574042] pci 0000:c0:07.1: PCI bridge to [bus c8]
[    6.579011] pci 0000:c0:07.1:   bridge window [mem 0xdbb00000-0xdbbfffff]
[    6.585806] pci 0000:c0:08.1: PCI bridge to [bus c9]
[    6.590770] pci 0000:c0:08.1:   bridge window [mem 0xdba00000-0xdbafffff]
[    6.597560] pci_bus 0000:c0: resource 4 [io  0xa000-0xffff window]
[    6.603744] pci_bus 0000:c0: resource 5 [mem 0xc6000000-0xe0ffffff window]
[    6.610615] pci_bus 0000:c0: resource 6 [mem 0x10000000000-0x2bf3fffffff window]
[    6.618010] pci_bus 0000:c0: resource 7 [io  0x03b0-0x03df window]
[    6.624191] pci_bus 0000:c0: resource 8 [mem 0x000a0000-0x000bffff window]
[    6.631063] pci_bus 0000:c4: resource 0 [io  0xa000-0xafff]
[    6.636636] pci_bus 0000:c4: resource 1 [mem 0xdb600000-0xdb9fffff]
[    6.642901] pci_bus 0000:c4: resource 2 [mem 0x10000000000-0x100001fffff 64bit pref]
[    6.650642] pci_bus 0000:c5: resource 0 [io  0xb000-0xbfff]
[    6.656234] pci_bus 0000:c5: resource 1 [mem 0xdb200000-0xdb5fffff]
[    6.662500] pci_bus 0000:c5: resource 2 [mem 0x10000200000-0x100003fffff 64bit pref]
[    6.670238] pci_bus 0000:c6: resource 0 [io  0xc000-0xcfff]
[    6.675811] pci_bus 0000:c6: resource 1 [mem 0xdae00000-0xdb1fffff]
[    6.682081] pci_bus 0000:c6: resource 2 [mem 0x10000400000-0x100005fffff 64bit pref]
[    6.689820] pci_bus 0000:c7: resource 0 [io  0xd000-0xdfff]
[    6.695393] pci_bus 0000:c7: resource 1 [mem 0xdaa00000-0xdadfffff]
[    6.701659] pci_bus 0000:c7: resource 2 [mem 0x10000600000-0x100007fffff 64bit pref]
[    6.709399] pci_bus 0000:c1: resource 1 [mem 0xc7100000-0xc71fffff]
[    6.715663] pci_bus 0000:c1: resource 2 [mem 0xc7000000-0xc70fffff 64bit pref]
[    6.722886] pci_bus 0000:c2: resource 1 [mem 0xda000000-0xda8fffff]
[    6.729150] pci_bus 0000:c2: resource 2 [mem 0xc6000000-0xc6ffffff 64bit pref]
[    6.736370] pci_bus 0000:c3: resource 1 [mem 0xda000000-0xda8fffff]
[    6.742636] pci_bus 0000:c3: resource 2 [mem 0xc6000000-0xc6ffffff 64bit pref]
[    6.749857] pci_bus 0000:c8: resource 1 [mem 0xdbb00000-0xdbbfffff]
[    6.756122] pci_bus 0000:c9: resource 1 [mem 0xdba00000-0xdbafffff]
[    6.763031] PCI: CLS 64 bytes, default 64
[    6.767061] AMD-Vi: IOMMU SNP support enabled.
[    6.767118] Trying to unpack rootfs image as initramfs...
[    6.776980] pci 0000:c0:00.2: AMD-Vi: IOMMU performance counters supported
[    6.783986] pci 0000:c0:01.0: Adding to iommu group 0
[    6.789118] pci 0000:c0:02.0: Adding to iommu group 1
[    6.794360] pci 0000:c0:03.0: Adding to iommu group 2
[    6.799479] pci 0000:c0:03.1: Adding to iommu group 2
[    6.804591] pci 0000:c0:03.2: Adding to iommu group 2
[    6.809707] pci 0000:c0:03.3: Adding to iommu group 2
[    6.814820] pci 0000:c0:03.4: Adding to iommu group 2
[    6.819942] pci 0000:c0:04.0: Adding to iommu group 3
[    6.825124] pci 0000:c0:05.0: Adding to iommu group 4
[    6.830239] pci 0000:c0:05.1: Adding to iommu group 4
[    6.835357] pci 0000:c0:05.2: Adding to iommu group 4
[    6.840490] pci 0000:c0:07.0: Adding to iommu group 5
[    6.845592] pci 0000:c0:07.1: Adding to iommu group 6
[    6.850720] pci 0000:c0:08.0: Adding to iommu group 7
[    6.855817] pci 0000:c0:08.1: Adding to iommu group 8
[    6.860923] pci 0000:c1:00.0: Adding to iommu group 4
[    6.865982] pci 0000:c1:00.1: Adding to iommu group 4
[    6.871046] pci 0000:c2:00.0: Adding to iommu group 4
[    6.876108] pci 0000:c3:00.0: Adding to iommu group 4
[    6.881206] pci 0000:c8:00.0: Adding to iommu group 9
[    6.886321] pci 0000:c8:00.2: Adding to iommu group 10
[    6.891512] pci 0000:c9:00.0: Adding to iommu group 11
[    6.896705] pci 0000:c9:00.2: Adding to iommu group 12
[    6.909950] pci 0000:80:00.2: AMD-Vi: IOMMU performance counters supported
[    6.917027] pci 0000:80:01.0: Adding to iommu group 13
[    6.922230] pci 0000:80:01.1: Adding to iommu group 13
[    6.927429] pci 0000:80:01.2: Adding to iommu group 13
[    6.932642] pci 0000:80:02.0: Adding to iommu group 14
[    6.937854] pci 0000:80:03.0: Adding to iommu group 15
[    6.943061] pci 0000:80:04.0: Adding to iommu group 16
[    6.948277] pci 0000:80:05.0: Adding to iommu group 17
[    6.953490] pci 0000:80:07.0: Adding to iommu group 18
[    6.958672] pci 0000:80:07.1: Adding to iommu group 19
[    6.963884] pci 0000:80:08.0: Adding to iommu group 20
[    6.969072] pci 0000:80:08.1: Adding to iommu group 21
[    6.974296] pci 0000:80:08.2: Adding to iommu group 22
[    6.979476] pci 0000:83:00.0: Adding to iommu group 23
[    6.984653] pci 0000:83:00.2: Adding to iommu group 24
[    6.989826] pci 0000:84:00.0: Adding to iommu group 25
[    6.995001] pci 0000:84:00.2: Adding to iommu group 26
[    7.000175] pci 0000:85:00.0: Adding to iommu group 27
[    7.012942] pci 0000:40:00.2: AMD-Vi: IOMMU performance counters supported
[    7.019940] pci 0000:40:01.0: Adding to iommu group 28
[    7.025133] pci 0000:40:02.0: Adding to iommu group 29
[    7.030419] pci 0000:40:03.0: Adding to iommu group 30
[    7.035595] pci 0000:40:03.1: Adding to iommu group 30
[    7.040770] pci 0000:40:03.2: Adding to iommu group 30
[    7.045942] pci 0000:40:03.3: Adding to iommu group 30
[    7.051117] pci 0000:40:03.4: Adding to iommu group 30
[    7.056310] pci 0000:40:04.0: Adding to iommu group 31
[    7.061500] pci 0000:40:05.0: Adding to iommu group 32
[    7.066692] pci 0000:40:07.0: Adding to iommu group 33
[    7.071862] pci 0000:40:07.1: Adding to iommu group 34
[    7.077061] pci 0000:40:08.0: Adding to iommu group 35
[    7.082229] pci 0000:40:08.1: Adding to iommu group 36
[    7.087405] pci 0000:45:00.0: Adding to iommu group 37
[    7.092581] pci 0000:45:00.2: Adding to iommu group 38
[    7.097753] pci 0000:46:00.0: Adding to iommu group 39
[    7.102929] pci 0000:46:00.1: Adding to iommu group 40
[    7.108102] pci 0000:46:00.2: Adding to iommu group 41
[    7.113384] pci 0000:46:00.3: Adding to iommu group 42
[    7.125518] pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
[    7.132487] pci 0000:00:01.0: Adding to iommu group 43
[    7.137679] pci 0000:00:02.0: Adding to iommu group 44
[    7.142872] pci 0000:00:03.0: Adding to iommu group 45
[    7.148039] pci 0000:00:03.2: Adding to iommu group 46
[    7.153235] pci 0000:00:04.0: Adding to iommu group 47
[    7.158424] pci 0000:00:05.0: Adding to iommu group 48
[    7.163621] pci 0000:00:07.0: Adding to iommu group 49
[    7.168789] pci 0000:00:07.1: Adding to iommu group 50
[    7.173986] pci 0000:00:08.0: Adding to iommu group 51
[    7.179158] pci 0000:00:08.1: Adding to iommu group 52
[    7.184373] pci 0000:00:14.0: Adding to iommu group 53
[    7.189546] pci 0000:00:14.3: Adding to iommu group 53
[    7.194889] pci 0000:00:18.0: Adding to iommu group 54
[    7.200059] pci 0000:00:18.1: Adding to iommu group 54
[    7.205225] pci 0000:00:18.2: Adding to iommu group 54
[    7.210394] pci 0000:00:18.3: Adding to iommu group 54
[    7.211807] Freeing initrd memory: 35936K
[    7.215568] pci 0000:00:18.4: Adding to iommu group 54
[    7.224866] pci 0000:00:18.5: Adding to iommu group 54
[    7.230032] pci 0000:00:18.6: Adding to iommu group 54
[    7.235207] pci 0000:00:18.7: Adding to iommu group 54
[    7.240385] pci 0000:01:00.0: Adding to iommu group 55
[    7.245559] pci 0000:02:00.0: Adding to iommu group 56
[    7.250732] pci 0000:02:00.2: Adding to iommu group 57
[    7.255906] pci 0000:03:00.0: Adding to iommu group 58
[    7.261081] pci 0000:03:00.2: Adding to iommu group 59
[    7.266255] pci 0000:03:00.3: Adding to iommu group 60
[    7.280113] AMD-Vi: Extended features (0x841f77e022094ace, 0x0): PPR X2APIC NX IA GA PC SNP
[    7.288472] AMD-Vi: Interrupt remapping enabled
[    7.293002] AMD-Vi: X2APIC enabled
[    7.297229] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    7.303669] software IO TLB: mapped [mem 0x000000000459f000-0x000000001459f000] (256MB)
[    7.311791] LVT offset 0 assigned for vector 0x400
[    7.318028] perf: AMD IBS detected (0x000003ff)
[    7.323808] amd_uncore: 4 amd_df counters detected
[    7.328632] amd_uncore: 6 amd_l3 counters detected
[    7.334864] perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
[    7.342019] perf/amd_iommu: Detected AMD IOMMU #1 (2 banks, 4 counters/bank).
[    7.349166] perf/amd_iommu: Detected AMD IOMMU #2 (2 banks, 4 counters/bank).
[    7.356319] perf/amd_iommu: Detected AMD IOMMU #3 (2 banks, 4 counters/bank).
[    7.419187] Initialise system trusted keyrings
[    7.423676] Key type blacklist registered
[    7.427793] workingset: timestamp_bits=36 max_order=26 bucket_order=0
[    7.434242] zbud: loaded
[    7.437299] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    7.443292] fuse: init (API version 7.40)
[    7.447552] integrity: Platform Keyring initialized
[    7.464365] Key type asymmetric registered
[    7.468466] Asymmetric key parser 'x509' registered
[    7.473382] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[    7.480847] io scheduler mq-deadline registered
[    7.486805] pcieport 0000:00:03.2: PME: Signaling with IRQ 38
[    7.492911] pcieport 0000:00:07.1: PME: Signaling with IRQ 40
[    7.498855] pcieport 0000:00:08.1: PME: Signaling with IRQ 41
[    7.504823] pcieport 0000:40:03.1: PME: Signaling with IRQ 42
[    7.510618] pcieport 0000:40:03.1: pciehp: Slot #167 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.524573] pcieport 0000:40:03.2: PME: Signaling with IRQ 43
[    7.530385] pcieport 0000:40:03.2: pciehp: Slot #166 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.544359] pcieport 0000:40:03.3: PME: Signaling with IRQ 44
[    7.550149] pcieport 0000:40:03.3: pciehp: Slot #169 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.564089] pcieport 0000:40:03.4: PME: Signaling with IRQ 45
[    7.569887] pcieport 0000:40:03.4: pciehp: Slot #168 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.583892] pcieport 0000:40:07.1: PME: Signaling with IRQ 47
[    7.589827] pcieport 0000:40:08.1: PME: Signaling with IRQ 48
[    7.595921] pcieport 0000:80:01.1: PME: Signaling with IRQ 49
[    7.601726] pcieport 0000:80:01.1: pciehp: Slot #160 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.615659] pcieport 0000:80:01.2: PME: Signaling with IRQ 50
[    7.621453] pcieport 0000:80:01.2: pciehp: Slot #161 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.635513] pcieport 0000:80:07.1: PME: Signaling with IRQ 52
[    7.641534] pcieport 0000:80:08.1: PME: Signaling with IRQ 54
[    7.647521] pcieport 0000:80:08.2: PME: Signaling with IRQ 55
[    7.653456] pcieport 0000:c0:03.1: PME: Signaling with IRQ 56
[    7.659240] pcieport 0000:c0:03.1: pciehp: Slot #163 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.673168] pcieport 0000:c0:03.2: PME: Signaling with IRQ 57
[    7.678960] pcieport 0000:c0:03.2: pciehp: Slot #162 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.692881] pcieport 0000:c0:03.3: PME: Signaling with IRQ 58
[    7.698669] pcieport 0000:c0:03.3: pciehp: Slot #165 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.712595] pcieport 0000:c0:03.4: PME: Signaling with IRQ 59
[    7.718388] pcieport 0000:c0:03.4: pciehp: Slot #164 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.732288] pcieport 0000:c0:05.1: PME: Signaling with IRQ 60
[    7.738189] pcieport 0000:c0:05.2: PME: Signaling with IRQ 61
[    7.744192] pcieport 0000:c0:07.1: PME: Signaling with IRQ 63
[    7.750175] pcieport 0000:c0:08.1: PME: Signaling with IRQ 65
[    7.756189] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    7.763258] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[    7.770718] ACPI: button: Power Button [PWRF]
[    7.782817] Estimated ratio of average max frequency by base frequency (times 1024): 1464
[    7.807014] ERST: Error Record Serialization Table (ERST) support is initialized.
[    7.814517] pstore: Using crash dump compression: deflate
[    7.819917] pstore: Registered erst as persistent store backend
[    7.825947] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    7.832504] 00:03: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A
[    7.840720] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    7.851410] Linux agpgart interface v0.103
[    7.879486] loop: module loaded
[    7.893809] ahci 0000:85:00.0: AHCI vers 0001.0301, 32 command slots, 6 Gbps, SATA mode
[    7.901820] ahci 0000:85:00.0: 8/8 ports implemented (port mask 0xff)
[    7.908265] ahci 0000:85:00.0: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part sxs 
[    7.918371] scsi host0: ahci
[    7.921463] scsi host1: ahci
[    7.924548] scsi host2: ahci
[    7.927626] scsi host3: ahci
[    7.930693] scsi host4: ahci
[    7.933758] scsi host5: ahci
[    7.936817] scsi host6: ahci
[    7.939990] scsi host7: ahci
[    7.942929] ata1: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800100 irq 67 lpm-pol 0
[    7.951195] ata2: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800180 irq 68 lpm-pol 0
[    7.959454] ata3: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800200 irq 69 lpm-pol 0
[    7.967714] ata4: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800280 irq 70 lpm-pol 0
[    7.975976] ata5: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800300 irq 71 lpm-pol 0
[    7.984234] ata6: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800380 irq 72 lpm-pol 0
[    7.992493] ata7: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800400 irq 73 lpm-pol 0
[    8.000757] ata8: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800480 irq 74 lpm-pol 0
[    8.009286] tun: Universal TUN/TAP device driver, 1.6
[    8.014393] PPP generic driver version 2.4.2
[    8.018805] VFIO - User Level meta-driver version: 0.3
[    8.024279] xhci_hcd 0000:03:00.3: xHCI Host Controller
[    8.029522] xhci_hcd 0000:03:00.3: new USB bus registered, assigned bus number 1
[    8.037020] xhci_hcd 0000:03:00.3: hcc params 0x0260ffe5 hci version 0x110 quirks 0x0000000000000010
[    8.046545] xhci_hcd 0000:03:00.3: xHCI Host Controller
[    8.051805] xhci_hcd 0000:03:00.3: new USB bus registered, assigned bus number 2
[    8.059198] xhci_hcd 0000:03:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[    8.066291] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.11
[    8.074558] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    8.081776] usb usb1: Product: xHCI Host Controller
[    8.086656] usb usb1: Manufacturer: Linux 6.11.0-rc4-d2bafcf224-d2bafcf224f xhci-hcd
[    8.094393] usb usb1: SerialNumber: 0000:03:00.3
[    8.099176] hub 1-0:1.0: USB hub found
[    8.102946] hub 1-0:1.0: 2 ports detected
[    8.107789] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    8.115901] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.11
[    8.124160] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    8.131383] usb usb2: Product: xHCI Host Controller
[    8.136271] usb usb2: Manufacturer: Linux 6.11.0-rc4-d2bafcf224-d2bafcf224f xhci-hcd
[    8.144015] usb usb2: SerialNumber: 0000:03:00.3
[    8.148758] hub 2-0:1.0: USB hub found
[    8.152556] hub 2-0:1.0: 2 ports detected
[    8.157447] xhci_hcd 0000:46:00.3: xHCI Host Controller
[    8.162686] xhci_hcd 0000:46:00.3: new USB bus registered, assigned bus number 3
[    8.170177] xhci_hcd 0000:46:00.3: hcc params 0x0260ffe5 hci version 0x110 quirks 0x0000000000000010
[    8.179669] xhci_hcd 0000:46:00.3: xHCI Host Controller
[    8.184904] xhci_hcd 0000:46:00.3: new USB bus registered, assigned bus number 4
[    8.192302] xhci_hcd 0000:46:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[    8.199385] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.11
[    8.207645] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    8.214868] usb usb3: Product: xHCI Host Controller
[    8.219751] usb usb3: Manufacturer: Linux 6.11.0-rc4-d2bafcf224-d2bafcf224f xhci-hcd
[    8.227489] usb usb3: SerialNumber: 0000:46:00.3
[    8.232250] hub 3-0:1.0: USB hub found
[    8.236005] hub 3-0:1.0: 2 ports detected
[    8.240787] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    8.248902] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.11
[    8.257161] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    8.264382] usb usb4: Product: xHCI Host Controller
[    8.269259] usb usb4: Manufacturer: Linux 6.11.0-rc4-d2bafcf224-d2bafcf224f xhci-hcd
[    8.277000] usb usb4: SerialNumber: 0000:46:00.3
[    8.281735] hub 4-0:1.0: USB hub found
[    8.285501] hub 4-0:1.0: 2 ports detected
[    8.290449] usbcore: registered new interface driver uas
[    8.295788] usbcore: registered new interface driver usb-storage
[    8.301861] i8042: PNP: No PS/2 controller found.
[    8.306649] mousedev: PS/2 mouse device common for all mice
[    8.312356] rtc_cmos 00:02: RTC can wake from S4
[    8.317242] rtc_cmos 00:02: registered as rtc0
[    8.321745] rtc_cmos 00:02: setting system clock to 2024-09-02T12:10:59 UTC (1725279059)
[    8.322473] ata8: SATA link down (SStatus 0 SControl 300)
[    8.329875] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram
[    8.335269] ata4: SATA link down (SStatus 0 SControl 300)
[    8.341953] i2c_dev: i2c /dev entries driver
[    8.347368] ata3: SATA link down (SStatus 0 SControl 300)
[    8.351629] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[    8.357039] ata2: SATA link down (SStatus 0 SControl 300)
[    8.360244] usb 1-1: new high-speed USB device number 2 using xhci_hcd
[    8.369349] device-mapper: uevent: version 1.0.3
[    8.374599] ata6: SATA link down (SStatus 0 SControl 300)
[    8.381252] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@lists.linux.dev
[    8.384244] tsc: Refined TSC clocksource calibration: 1996.247 MHz
[    8.384304] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x398caa9ddcb, max_idle_ns: 881590739785 ns
[    8.416200] clocksource: Switched to clocksource tsc
[    8.416213] ata5: SATA link down (SStatus 0 SControl 300)
[    8.416221] platform eisa.0: Probing EISA bus 0
[    8.416224] platform eisa.0: EISA: Cannot allocate resource for mainboard
[    8.416227] platform eisa.0: Cannot allocate resource for EISA slot 1
[    8.416229] platform eisa.0: Cannot allocate resource for EISA slot 2
[    8.416234] platform eisa.0: Cannot allocate resource for EISA slot 3
[    8.416236] platform eisa.0: Cannot allocate resource for EISA slot 4
[    8.416238] platform eisa.0: Cannot allocate resource for EISA slot 5
[    8.416239] platform eisa.0: Cannot allocate resource for EISA slot 6
[    8.416241] platform eisa.0: Cannot allocate resource for EISA slot 7
[    8.416243] platform eisa.0: Cannot allocate resource for EISA slot 8
[    8.416244] platform eisa.0: EISA: Detected 0 cards
[    8.416248] amd_pstate: driver load is disabled, boot with specific mode to enable this
[    8.496245] usb 3-1: new high-speed USB device number 2 using xhci_hcd
[    8.502312] ata1: SATA link down (SStatus 0 SControl 300)
[    8.511052] usb 1-1: New USB device found, idVendor=0424, idProduct=2744, bcdDevice= 1.21
[    8.514243] ata7: SATA link down (SStatus 0 SControl 300)
[    8.522387] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    8.522390] usb 1-1: Product: USB2734
[    8.528219] ledtrig-cpu: registered to indicate activity on CPUs
[    8.534951] usb 1-1: Manufacturer: Microchip Tech
[    8.549371] efifb: probing for efifb
[    8.552973] efifb: No BGRT, not showing boot graphics
[    8.558024] efifb: framebuffer at 0xc6000000, using 3072k, total 3072k
[    8.564546] efifb: mode is 1024x768x32, linelength=4096, pages=1
[    8.570555] efifb: scrolling: redraw
[    8.574131] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    8.578744] hub 1-1:1.0: USB hub found
[    8.583461] fbcon: Deferring console take-over
[    8.583680] hub 1-1:1.0: 4 ports detected
[    8.587914] fb0: EFI VGA frame buffer device
[    8.596325] drop_monitor: Initializing network drop monitor service
[    8.602739] NET: Registered PF_INET6 protocol family
[    8.616469] Segment Routing with IPv6
[    8.620142] In-situ OAM (IOAM) with IPv6
[    8.624094] NET: Registered PF_PACKET protocol family
[    8.629217] Key type dns_resolver registered
[    8.642426] usb 2-1: new SuperSpeed USB device number 2 using xhci_hcd
[    8.642843] microcode: Current revision: 0x0a0011d3
[    8.656703] resctrl: L3 allocation detected
[    8.657302] usb 3-1: New USB device found, idVendor=1604, idProduct=10c0, bcdDevice= 0.00
[    8.660893] resctrl: MB allocation detected
[    8.660895] resctrl: L3 monitoring detected
[    8.669064] usb 3-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    8.672623] usb 2-1: New USB device found, idVendor=0424, idProduct=5744, bcdDevice= 1.21
[    8.672627] usb 2-1: New USB device strings: Mfr=2, Product=3, SerialNumber=0
[    8.672630] usb 2-1: Product: USB5734
[    8.672632] usb 2-1: Manufacturer: Microchip Tech
[    8.673433] IPI shorthand broadcast: enabled
[    8.690649] hub 2-1:1.0: USB hub found
[    8.695619] sched_clock: Marking stable (8624533691, 68230457)->(9794722249, -1101958101)
[    8.699932] hub 2-1:1.0: 4 ports detected
[    8.711769] hub 3-1:1.0: USB hub found
[    8.716387] registered taskstats version 1
[    8.724679] hub 3-1:1.0: 4 ports detected
[    8.741623] Loading compiled-in X.509 certificates
[    8.747011] Loaded X.509 cert 'Build time autogenerated kernel key: b4d6cc6103f916553e86d4f1085952e38e3c3a84'
[    8.760202] Demotion targets for Node 0: null
[    8.764563] Demotion targets for Node 1: null
[    8.769405] Key type .fscrypt registered
[    8.773331] Key type fscrypt-provisioning registered
[    8.785548] cryptd: max_cpu_qlen set to 1000
[    8.792624] AES CTR mode by8 optimization enabled
[    8.810598] Key type encrypted registered
[    8.814627] AppArmor: AppArmor sha256 policy hashing enabled
[    8.820360] integrity: Loading X.509 certificate: UEFI:db
[    8.825786] integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
[    8.836561] integrity: Loading X.509 certificate: UEFI:db
[    8.841978] integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
[    8.853010] integrity: Loading X.509 certificate: UEFI:db
[    8.858506] integrity: Loaded X.509 cert 'VMware, Inc.: 4ad8ba0472073d28127706ddc6ccb9050441bbc7'
[    8.867373] integrity: Loading X.509 certificate: UEFI:db
[    8.872903] integrity: Loaded X.509 cert 'VMware, Inc.: VMware Secure Boot Signing: 04597f3e1ffb240bba0ff0f05d5eb05f3e15f6d7'
[    8.884441] ima: No TPM chip found, activating TPM-bypass!
[    8.889929] Loading compiled-in module X.509 certificates
[    8.895724] Loaded X.509 cert 'Build time autogenerated kernel key: b4d6cc6103f916553e86d4f1085952e38e3c3a84'
[    8.905636] ima: Allocated hash algorithm: sha1
[    8.910169] ima: No architecture policies found
[    8.914716] evm: Initialising EVM extended attributes:
[    8.919880] evm: security.selinux
[    8.923200] evm: security.SMACK64
[    8.926519] evm: security.SMACK64EXEC
[    8.930184] evm: security.SMACK64TRANSMUTE
[    8.934284] evm: security.SMACK64MMAP
[    8.937950] evm: security.apparmor
[    8.941354] evm: security.ima
[    8.944330] evm: security.capability
[    8.947902] evm: HMAC attrs: 0x1
[    8.951516] PM:   Magic number: 8:57:177
[    8.955591] acpi device:0d: hash matches
[    8.959972] RAS: Correctable Errors collector initialized.
[    8.965607] clk: Disabling unused clocks
[    8.969532] PM: genpd: Disabling unused power domains
[    8.976389] Freeing unused decrypted memory: 2028K
[    8.981826] Freeing unused kernel image (initmem) memory: 4656K
[    8.987758] Write protecting the kernel read-only data: 26624k
[    8.994108] Freeing unused kernel image (rodata/data gap) memory: 836K
[    9.063713] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    9.070185] Run /init as init process
[    9.080152] systemd[1]: Inserted module 'autofs4'
[    9.383608] systemd[1]: systemd 250-12.el9_1 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 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK +XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[    9.415496] systemd[1]: Detected architecture x86-64.
[    9.420553] systemd[1]: Running in initial RAM disk.

Welcome to ^[[0;31mRed Hat Enterprise Linux 9.1 (Plow) dracut-057-13.git20220816.el9 (Initramfs)^[[0m!

[    9.448327] systemd[1]: Hostname set to <hostname.amd.com>.
[    9.558954] systemd[1]: Queued start job for default target Initrd Default Target.
[    9.566538] usb 3-1.1: new high-speed USB device number 3 using xhci_hcd
[    9.566646] systemd[1]: Reached target Initrd /usr File System.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mInitrd /usr File System^[[0m.
[    9.596291] systemd[1]: Reached target Local File Systems.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mLocal File Systems^[[0m.
[    9.616294] systemd[1]: Reached target Slice Units.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSlice Units^[[0m.
[    9.636286] systemd[1]: Reached target Swaps.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSwaps^[[0m.
[    9.656280] systemd[1]: Reached target Timer Units.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mTimer Units^[[0m.
[    9.673188] usb 3-1.1: New USB device found, idVendor=1604, idProduct=10c0, bcdDevice= 0.00
[    9.681541] usb 3-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    9.681646] systemd[1]: Listening on D-Bus System Message Bus Socket.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mD-Bus System Message Bus Socket^[[0m.
[    9.712427] systemd[1]: Listening on Journal Socket (/dev/log).
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mJournal Socket (/dev/log)^[[0m.
[    9.732431] systemd[1]: Listening on Journal Socket.
[    9.735772] hub 3-1.1:1.0: USB hub found
[^[[0;32m  OK  ^[[[    9.741556] hub 3-1.1:1.0: 4 ports detected
0m] Listening on ^[[0;1;39mJournal Socket^[[0m.
[    9.760435] systemd[1]: Listening on udev Control Socket.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mudev Control Socket^[[0m.
[    9.780493] systemd[1]: Listening on udev Kernel Socket.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mudev Kernel Socket^[[0m.
[    9.800283] systemd[1]: Reached target Socket Units.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSocket Units^[[0m.
[    9.828246] usb 3-1.2: new high-speed USB device number 4 using xhci_hcd
[    9.846240] systemd[1]: Starting Create List of Static Device Nodes...
         Starting ^[[0;1;39mCreate List of Static Device Nodes^[[0m...
[    9.870609] systemd[1]: Starting Journal Service...
         Starting ^[[0;1;39mJournal Service^[[0m...
[    9.889759] systemd[1]: Starting Load Kernel Modules...
         Starting ^[[0;1;39mLoad Kernel Modules^[[0m...
[    9.909394] systemd[1]: Starting Create System Users...
         Starting ^[[0;1;39mCreate System Users^[[0m...
[    9.929699] systemd[1]: Starting Setup Virtual Console...
         Starting ^[[0;1;39mSetup Virtual Console^[[0m...
[    9.949563] systemd[1]: Finished Create List of Static Device Nodes.
[    9.953305] usb 3-1.2: New USB device found, idVendor=413c, idProduct=0006, bcdDevice= 0.00
[    9.964365] usb 3-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    9.964367] usb 3-1.2: Product: DRAC 5 Virtual Keyboard and Mouse
[    9.964369] usb 3-1.2: Manufacturer: DELL
[^[[0;32m  OK  ^[[[    9.981780] usb 3-1.2: SerialNumber: DELL413C-1
0m] Finished ^[[0;1;39mCreate List of Static Device Nodes^[[0m.
[   10.000547] systemd[1]: Started Journal Service.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mJournal Service^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mLoad Kernel Modules^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mSetup Virtual Console^[[0m.
         Starting ^[[0;1;39mdracut cmdline hook^[[0m...
         Starting ^[[0;1;39mApply Kernel Variables^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mApply Kernel Variables^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate System Users^[[0m.
[   10.204245] usb 3-1.4: new high-speed USB device number 5 using xhci_hcd
         Starting ^[[0;1;39mCreate Static Device Nodes in /dev^[[0m...
         Starting ^[[0;1;39mCreate Volatile Files and Directories^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mdracut cmdline hook^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate Static Device Nodes in /dev^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate Volatile Files and Directories^[[0m.
[   10.309185] usb 3-1.4: New USB device found, idVendor=1604, idProduct=10c0, bcdDevice= 0.00
[   10.317535] usb 3-1.4: New USB device strings: Mfr=0, Product=0, SerialNumber=0
         Starting ^[[0;1;39mdracut pre-udev hook^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mdracut pre-udev hook^[[0m.
[   10.375869] hub 3-1.4:1.0: USB hub found
[   10.380059] hub 3-1.4:1.0: 4 ports detected
         Starting ^[[0;1;39mRule-based Manage…for Device Events and Files^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mRule-based Manager for Device Events and Files^[[0m.
[   10.414143] hid: raw HID events driver (C) Jiri Kosina
         Starting ^[[0;1;39mColdplug All udev Devices^[[0m...
[   10.430597] usbcore: registered new interface driver usbhid
[   10.436201] usbhid: USB HID core driver
[   10.441232] usbcore: registered new interface driver usbmouse
[   10.447554] usbcore: registered new interface driver usbkbd
[   10.455757] input: DELL DRAC 5 Virtual Keyboard and Mouse as /devices/pci0000:40/0000:40:08.1/0000:46:00.3/usb3/3-1/3-1.2/3-1.2:1.0/0003:413C:0006.0001/input/input1
[   10.470587] hid-generic 0003:413C:0006.0001: input,hidraw0: USB HID v1.01 Mouse [DELL DRAC 5 Virtual Keyboard and Mouse] on usb-0000:46:00.3-1.2/input0
[   10.484279] input: DELL DRAC 5 Virtual Keyboard and Mouse as /devices/pci0000:40/0000:40:08.1/0000:46:00.3/usb3/3-1/3-1.2/3-1.2:1.1/0003:413C:0006.0002/input/input2
[   10.556388] hid-generic 0003:413C:0006.0002: input,hidraw1: USB HID v1.01 Keyboard [DELL DRAC 5 Virtual Keyboard and Mouse] on usb-0000:46:00.3-1.2/input1
[   10.616739] wmi_bus wmi_bus-PNP0C14:00: [Firmware Bug]: WQBC data block query control method not found
[^[[0;32m  OK  ^[[0m] Finished ^[[0[   10.628354] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
;1;39mColdplug A[   10.634807] sp5100-tco sp5100-tco: Using 0xfeb00000 for watchdog MMIO address
ll udev Devices^[[   10.643391] sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0)
[0m.
[   10.653844] ccp 0000:46:00.1: no command queues available
[   10.659337] ccp 0000:46:00.1: sev enabled
[   10.663358] ccp 0000:46:00.1: psp enabled
[   10.678060] ACPI: bus type drm_connector registered
[^[[0;32m  OK  ^[[[   10.684023] mpt3sas version 48.100.00.00 loaded
0m] Reached target ^[[0;1;39mSyst[   10.690635] mpt3sas_cm0: 63 BIT PCI BUS DMA ADDRESSING SUPPORTED, total mem (262458760 kB)
em Initializatio[   10.691376] tg3 0000:c1:00.0 eth0: Tigon3 [partno(BCM95720) rev 5720000] (PCI Express) MAC address d0:8e:79:bb:95:90
n^[[0m.
[   10.711889] tg3 0000:c1:00.0 eth0: attached PHY is 5720C (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[1])
[   10.722360] tg3 0000:c1:00.0 eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[1] TSOcap[1]
[   10.730191] tg3 0000:c1:00.0 eth0: dma_rwctrl[00000001] dma_mask[64-bit]
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mNetwork^[[0m.
[   10.746063] mgag200 0000:c3:00.0: vgaarb: deactivate vga console
[   10.750265] mpt3sas_cm0: CurrentHostPageSize is 0: Setting default host page size to 4k
[   10.760089] mpt3sas_cm0: MSI-X vectors supported: 96
[   10.765068] 	 no of cores: 128, max_msix_vectors: -1
[   10.765071] mpt3sas_cm0:  0 96 96
[   10.766737] [drm] Initialized mgag200 1.0.0 for 0000:c3:00.0 on minor 0
[   10.769180] mpt3sas_cm0: High IOPs queues : disabled
[   10.769183] mpt3sas0-msix0: PCI-MSI-X enabled: IRQ 108
[   10.769184] mpt3sas0-msix1: PCI-MSI-X enabled: IRQ 109
[   10.769186] mpt3sas0-msix2: PCI-MSI-X enabled: IRQ 110
[   10.769187] mpt3sas0-msix3: PCI-MSI-X enabled: IRQ 111
[   10.769189] mpt3sas0-msix4: PCI-MSI-X enabled: IRQ 112
[   10.769190] mpt3sas0-msix5: PCI-MSI-X enabled: IRQ 113
[   10.769191] mpt3sas0-msix6: PCI-MSI-X enabled: IRQ 114
[   10.769193] mpt3sas0-msix7: PCI-MSI-X enabled: IRQ 115
[   10.769194] mpt3sas0-msix8: PCI-MSI-X enabled: IRQ 116
[   10.769195] mpt3sas0-msix9: PCI-MSI-X enabled: IRQ 117
[   10.769197] mpt3sas0-msix10: PCI-MSI-X enabled: IRQ 118
[   10.769198] mpt3sas0-msix11: PCI-MSI-X enabled: IRQ 119
[   10.769199] mpt3sas0-msix12: PCI-MSI-X enabled: IRQ 120
[   10.769201] mpt3sas0-msix13: PCI-MSI-X enabled: IRQ 121
[   10.769202] mpt3sas0-msix14: PCI-MSI-X enabled: IRQ 122
[   10.769203] mpt3sas0-msix15: PCI-MSI-X enabled: IRQ 123
[   10.769204] mpt3sas0-msix16: PCI-MSI-X enabled: IRQ 124
[   10.769206] mpt3sas0-msix17: PCI-MSI-X enabled: IRQ 125
[   10.769207] mpt3sas0-msix18: PCI-MSI-X enabled: IRQ 126
[   10.769208] mpt3sas0-msix19: PCI-MSI-X enabled: IRQ 127
[   10.769210] mpt3sas0-msix20: PCI-MSI-X enabled: IRQ 128
[   10.769211] mpt3sas0-msix21: PCI-MSI-X enabled: IRQ 129
[   10.769212] mpt3sas0-msix22: PCI-MSI-X enabled: IRQ 130
[   10.769213] mpt3sas0-msix23: PCI-MSI-X enabled: IRQ 131
[   10.769215] mpt3sas0-msix24: PCI-MSI-X enabled: IRQ 132
[   10.769216] mpt3sas0-msix25: PCI-MSI-X enabled: IRQ 133
[   10.769217] mpt3sas0-msix26: PCI-MSI-X enabled: IRQ 134
[   10.769218] mpt3sas0-msix27: PCI-MSI-X enabled: IRQ 135
[   10.769220] mpt3sas0-msix28: PCI-MSI-X enabled: IRQ 136
[   10.769221] mpt3sas0-msix29: PCI-MSI-X enabled: IRQ 137
[   10.769222] mpt3sas0-msix30: PCI-MSI-X enabled: IRQ 138
[   10.769224] mpt3sas0-msix31: PCI-MSI-X enabled: IRQ 139
[   10.769225] mpt3sas0-msix32: PCI-MSI-X enabled: IRQ 140
[   10.769226] mpt3sas0-msix33: PCI-MSI-X enabled: IRQ 141
[   10.769227] mpt3sas0-msix34: PCI-MSI-X enabled: IRQ 142
[   10.769229] mpt3sas0-msix35: PCI-MSI-X enabled: IRQ 143
[   10.769230] mpt3sas0-msix36: PCI-MSI-X enabled: IRQ 144
[   10.769231] mpt3sas0-msix37: PCI-MSI-X enabled: IRQ 145
[   10.769233] mpt3sas0-msix38: PCI-MSI-X enabled: IRQ 146
[   10.769234] mpt3sas0-msix39: PCI-MSI-X enabled: IRQ 147
[   10.769235] mpt3sas0-msix40: PCI-MSI-X enabled: IRQ 148
[   10.769236] mpt3sas0-msix41: PCI-MSI-X enabled: IRQ 149
[   10.769238] mpt3sas0-msix42: PCI-MSI-X enabled: IRQ 150
[   10.769239] mpt3sas0-msix43: PCI-MSI-X enabled: IRQ 151
[   10.769240] mpt3sas0-msix44: PCI-MSI-X enabled: IRQ 152
[   10.769242] mpt3sas0-msix45: PCI-MSI-X enabled: IRQ 153
[   10.769243] mpt3sas0-msix46: PCI-MSI-X enabled: IRQ 154
[   10.769244] mpt3sas0-msix47: PCI-MSI-X enabled: IRQ 155
[   10.769245] mpt3sas0-msix48: PCI-MSI-X enabled: IRQ 156
[   10.769247] mpt3sas0-msix49: PCI-MSI-X enabled: IRQ 157
[   10.769248] mpt3sas0-msix50: PCI-MSI-X enabled: IRQ 158
[   10.769249] mpt3sas0-msix51: PCI-MSI-X enabled: IRQ 159
[   10.769250] mpt3sas0-msix52: PCI-MSI-X enabled: IRQ 160
[   10.769252] mpt3sas0-msix53: PCI-MSI-X enabled: IRQ 161
[   10.769253] mpt3sas0-msix54: PCI-MSI-X enabled: IRQ 162
[   10.769254] mpt3sas0-msix55: PCI-MSI-X enabled: IRQ 163
[   10.769256] mpt3sas0-msix56: PCI-MSI-X enabled: IRQ 164
[   10.769257] mpt3sas0-msix57: PCI-MSI-X enabled: IRQ 165
[   10.769258] mpt3sas0-msix58: PCI-MSI-X enabled: IRQ 166
[   10.769259] mpt3sas0-msix59: PCI-MSI-X enabled: IRQ 167
[   10.769261] mpt3sas0-msix60: PCI-MSI-X enabled: IRQ 168
[   10.769262] mpt3sas0-msix61: PCI-MSI-X enabled: IRQ 169
[   10.769263] mpt3sas0-msix62: PCI-MSI-X enabled: IRQ 170
[   10.769265] mpt3sas0-msix63: PCI-MSI-X enabled: IRQ 171
[   10.769266] mpt3sas0-msix64: PCI-MSI-X enabled: IRQ 172
[   10.769267] mpt3sas0-msix65: PCI-MSI-X enabled: IRQ 173
[   10.769268] mpt3sas0-msix66: PCI-MSI-X enabled: IRQ 174
[   10.769270] mpt3sas0-msix67: PCI-MSI-X enabled: IRQ 175
[   10.769271] mpt3sas0-msix68: PCI-MSI-X enabled: IRQ 176
[   10.769272] mpt3sas0-msix69: PCI-MSI-X enabled: IRQ 177
[   10.769273] mpt3sas0-msix70: PCI-MSI-X enabled: IRQ 178
[   10.769275] mpt3sas0-msix71: PCI-MSI-X enabled: IRQ 179
[   10.769276] mpt3sas0-msix72: PCI-MSI-X enabled: IRQ 180
[   10.769277] mpt3sas0-msix73: PCI-MSI-X enabled: IRQ 181
[   10.769279] mpt3sas0-msix74: PCI-MSI-X enabled: IRQ 182
[   10.769280] mpt3sas0-msix75: PCI-MSI-X enabled: IRQ 183
[   10.769281] mpt3sas0-msix76: PCI-MSI-X enabled: IRQ 184
[   10.769282] mpt3sas0-msix77: PCI-MSI-X enabled: IRQ 185
[   10.769284] mpt3sas0-msix78: PCI-MSI-X enabled: IRQ 186
[   10.769285] mpt3sas0-msix79: PCI-MSI-X enabled: IRQ 187
[   10.769286] mpt3sas0-msix80: PCI-MSI-X enabled: IRQ 188
[   10.769288] mpt3sas0-msix81: PCI-MSI-X enabled: IRQ 189
[   10.769289] mpt3sas0-msix82: PCI-MSI-X enabled: IRQ 190
[   10.769290] mpt3sas0-msix83: PCI-MSI-X enabled: IRQ 191
[   10.769291] mpt3sas0-msix84: PCI-MSI-X enabled: IRQ 192
[   10.769293] mpt3sas0-msix85: PCI-MSI-X enabled: IRQ 193
[   10.769294] mpt3sas0-msix86: PCI-MSI-X enabled: IRQ 194
[   10.769295] mpt3sas0-msix87: PCI-MSI-X enabled: IRQ 195
[   10.769297] mpt3sas0-msix88: PCI-MSI-X enabled: IRQ 196
[   10.769298] mpt3sas0-msix89: PCI-MSI-X enabled: IRQ 197
[   10.769299] mpt3sas0-msix90: PCI-MSI-X enabled: IRQ 198
[   10.769301] mpt3sas0-msix91: PCI-MSI-X enabled: IRQ 199
[   10.769302] mpt3sas0-msix92: PCI-MSI-X enabled: IRQ 200
[   10.769303] mpt3sas0-msix93: PCI-MSI-X enabled: IRQ 201
[   10.769304] mpt3sas0-msix94: PCI-MSI-X enabled: IRQ 202
[   10.769306] mpt3sas0-msix95: PCI-MSI-X enabled: IRQ 203
[   10.769307] mpt3sas_cm0: iomem(0x00000000e2100000), mapped(0x00000000ad549ada), size(65536)
[   10.769310] mpt3sas_cm0: ioport(0x0000000000001000), size(256)
[   10.799788] mpt3sas_cm0: CurrentHostPageSize is 0: Setting default host page size to 4k
[   10.809195] tg3 0000:c1:00.1 eth1: Tigon3 [partno(BCM95720) rev 5720000] (PCI Express) MAC address d0:8e:79:bb:95:91
[   10.810684] mpt3sas_cm0: sending message unit reset !!
[   10.815825] tg3 0000:c1:00.1 eth1: attached PHY is 5720C (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[1])
[   10.822475] mpt3sas_cm0: message unit reset: SUCCESS
[   10.826106] tg3 0000:c1:00.1 eth1: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[1] TSOcap[1]
[   10.826109] tg3 0000:c1:00.1 eth1: dma_rwctrl[00000001] dma_mask[64-bit]
[   10.851366] mpt3sas_cm0: scatter gather: sge_in_main_msg(1), sge_per_chain(7), sge_per_io(128), chains_per_io(19)
[   11.363244] fbcon: mgag200drmfb (fb0) is primary device
[   11.363249] fbcon: Deferring console take-over
[   11.364429] mpt3sas_cm0: request pool(0x0000000036baccfe) - dma(0xe0600000): depth(9700), frame_size(128), pool_size(1212 kB)
[   11.368488] mgag200 0000:c3:00.0: [drm] fb0: mgag200drmfb frame buffer device
         Starting ^[[0;1;39mdracut initqueue hook^[[0m...
[   11.398148] mpt3sas_cm0: sense pool(0x00000000a92dbf46) - dma(0xdef00000): depth(9463), element_size(96), pool_size (887 kB)
[   11.409458] mpt3sas_cm0: reply pool(0x0000000094821be8) - dma(0xdec00000): depth(9764), frame_size(128), pool_size(1220 kB)
[   11.420600] mpt3sas_cm0: config page(0x00000000f4c87ed1) - dma(0xdebee000): size(512)
[   11.428426] mpt3sas_cm0: Allocated physical memory: size(40437 kB)
[   11.428427] mpt3sas_cm0: Current Controller Queue Depth(9460),Max Controller Queue Depth(9584)
[   11.428429] mpt3sas_cm0: Scatter Gather Elements per IO(128)
[   11.447918] mpt3sas_cm0: _base_display_fwpkg_version: complete
[   11.454712] mpt3sas_cm0: FW Package Ver(16.17.01.00)
[   11.454995] mpt3sas_cm0: LSISAS3008: FWVersion(16.00.11.00), ChipRevision(0x02)
[   11.466989] mpt3sas_cm0: Protocol=(Initiator,Target), Capabilities=(TLR,EEDP,Snapshot Buffer,Diag Trace Buffer,Task Set Full,NCQ)
^[[2J^[[3J^[[-1;-1f[   11.478710] scsi host8: Fusion MPT SAS Host
         Starting ^[[0;1;39mShow [   11.486057] mpt3sas_cm0: sending port enable !!
Plymouth Boot Sc[   11.491996] mpt3sas_cm0: hba_port entry: 00000000c3805333, port: 255 is added to hba_port list
reen^[[0m...
[^[[   11.502577] mpt3sas_cm0: host_add: handle(0x0001), sas_addr(0x52cea7f0be87bf00), phys(8)
[0;32m  OK  ^[[0m[   11.511346] mpt3sas_cm0: handle(0xa) sas_address(0x4433221100000000) port_type(0x1)
] Started ^[[0;1;[   11.521265] scsi 8:0:0:0: Direct-Access     ATA      MTFDDAK960TDT    J004 PQ: 0 ANSI: 6
39mShow Plymouth[   11.529522] scsi 8:0:0:0: SATA: handle(0x000a), sas_addr(0x4433221100000000), phy(0), device_name(0x500a075131911ad0)
[   11.541502] scsi 8:0:0:0: enclosure logical id (0x52cea7f0be87bf00), slot(1) 
 Boot Screen^[[0m[   11.548632] scsi 8:0:0:0: enclosure level(0x0001), connector name(     )
.
[^[[0;32m  OK[   11.556771] scsi 8:0:0:0: atapi(n), ncq(y), asyn_notify(n), smart(y), fua(y), sw_preserve(y)
  ^[[0m] Started [   11.566536] scsi 8:0:0:0: qdepth(32), tagged(1), scsi_level(7), cmd_que(1)
^[[0;1;39mForward Password R…s to Plymouth Directory Watch^[[0m.
[^[[0;32m  OK  ^[[0m] Reached t[   11.582725]  end_device-8:0: add: handle(0x000a), sas_addr(0x4433221100000000)
arget ^[[0;1;39mP[   11.590461] mpt3sas_cm0: handle(0xc) sas_address(0x58ce38ee219651a2) port_type(0x1)
ath Units^[[0m.\r\r[   11.600570] scsi 8:0:1:0: Direct-Access     KIOXIA   KPM6WVUG960G     BD08 PQ: 0 ANSI: 6

[^[[0;32m  OK  ^[[   11.608846] scsi 8:0:1:0: SSP: handle(0x000c), sas_addr(0x58ce38ee219651a2), phy(4), device_name(0x58ce38ee219651a0)
[   11.620738] scsi 8:0:1:0: enclosure logical id (0x52cea7f0be87bf00), slot(0) 
[0m] Reached tar[   11.627869] scsi 8:0:1:0: enclosure level(0x0001), connector name(     )
get ^[[0;1;39mBas[   11.635960] scsi 8:0:1:0: qdepth(254), tagged(1), scsi_level(7), cmd_que(1)
ic System^[[0m.
[   11.646190]  end_device-8:1: add: handle(0x000c), sas_addr(0x58ce38ee219651a2)
[   11.653525] mpt3sas_cm0: handle(0xb) sas_address(0x4433221106000000) port_type(0x1)
[   11.662278] scsi 8:0:2:0: Direct-Access     ATA      MTFDDAK960TDT    J004 PQ: 0 ANSI: 6
[   11.670370] scsi 8:0:2:0: SATA: handle(0x000b), sas_addr(0x4433221106000000), phy(6), device_name(0x500a075131911a6f)
[   11.680969] scsi 8:0:2:0: enclosure logical id (0x52cea7f0be87bf00), slot(2) 
[   11.688101] scsi 8:0:2:0: enclosure level(0x0001), connector name(     )
[   11.694851] scsi 8:0:2:0: atapi(n), ncq(y), asyn_notify(n), smart(y), fua(y), sw_preserve(y)
[   11.703281] scsi 8:0:2:0: qdepth(32), tagged(1), scsi_level(7), cmd_que(1)
[   11.718063]  end_device-8:2: add: handle(0x000b), sas_addr(0x4433221106000000)
[   11.728243] mpt3sas_cm0: port enable: SUCCESS
[   11.732937] sd 8:0:0:0: Attached scsi generic sg0 type 0
[   11.733470] sd 8:0:0:0: [sda] 1875385008 512-byte logical blocks: (960 GB/894 GiB)
[   11.738564] sd 8:0:1:0: Attached scsi generic sg1 type 0
[   11.738764] sd 8:0:1:0: [sdb] 1875385008 512-byte logical blocks: (960 GB/894 GiB)
[   11.738769] sd 8:0:1:0: [sdb] 4096-byte physical blocks
[   11.738951] sd 8:0:1:0: [sdb] Write Protect is off
[   11.739162] sd 8:0:1:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[   11.745818] sd 8:0:0:0: [sda] 4096-byte physical blocks
[   11.751395] sd 8:0:2:0: Attached scsi generic sg2 type 0
[   11.751991] sd 8:0:2:0: [sdc] 1875385008 512-byte logical blocks: (960 GB/894 GiB)
[   11.751994] sd 8:0:2:0: [sdc] 4096-byte physical blocks
[   11.754000] sd 8:0:2:0: [sdc] Write Protect is off
[   11.755282] sd 8:0:2:0: [sdc] Write cache: enabled, read cache: enabled, supports DPO and FUA
[   11.760722] sd 8:0:0:0: [sda] Write Protect is off
[   11.820004] sd 8:0:0:0: [sda] Write cache: enabled, read cache: enabled, supports DPO and FUA
[   11.845436]  sdb: sdb1 sdb2
[   11.846093]  sdc: sdc1 sdc2
[   11.848383] sd 8:0:1:0: [sdb] Attached SCSI disk
[   11.851162] sd 8:0:2:0: [sdc] Attached SCSI disk
[   11.874226]  sda: sda1 sda2 sda3 sda4 sda5 sda6 sda7
[   11.879557] sd 8:0:0:0: [sda] Attached SCSI disk
[   14.308492] ccp 0000:46:00.1: SEV API:1.55 build:17
[   14.313394] ccp 0000:46:00.1: SEV-SNP API:1.55 build:17
[^[[0;32m  OK  ^[[0m] Found device ^[[0;1;39m/dev/mapper/rhel_hostname-root^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mInitrd Root Device^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mdracut initqueue hook^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mPreparation for Remote File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mRemote File Systems^[[0m.
         Starting ^[[0;1;39mFile System Check…/mapper/rhel_hostname-root^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mFile System Check…ev/mapper/rhel_hostname-root^[[0m.
         Mounting ^[[0;1;39m/sysroot^[[0m...
[   14.956868] SGI XFS with ACLs, security attributes, realtime, quota, no debug enabled
[   14.966944] XFS (dm-1): Mounting V5 Filesystem 254e7c99-a3df-41be-8429-d28e07cb528a
[   14.991054] XFS (dm-1): Ending clean mount
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39m/sysroot^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mInitrd Root File System^[[0m.
         Starting ^[[0;1;39mReload Configuration from the Real Root^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mReload Configuration from the Real Root^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mInitrd File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mInitrd Default Target^[[0m.
         Starting ^[[0;1;39mdracut pre-pivot and cleanup hook^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mdracut pre-pivot and cleanup hook^[[0m.
         Starting ^[[0;1;39mCleaning Up and Shutting Down Daemons^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mNetwork^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mTimer Units^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mD-Bus System Message Bus Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mdracut pre-pivot and cleanup hook^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mInitrd Default Target^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mBasic System^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mInitrd Root Device^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mInitrd /usr File System^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mPath Units^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mRemote File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mPreparation for Remote File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mSlice Units^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mSocket Units^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mSystem Initialization^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mLocal File Systems^[[0m.
[^[[0;32m  OK  ^[[[   15.378891] systemd-journald[1090]: Received SIGTERM from PID 1 (systemd).
0m] Stopped target ^[[0;1;39mSwaps^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mdracut initqueue hook^[[0m.
         Starting ^[[0;1;39mPlymouth switch root service^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mApply Kernel Variables^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mLoad Kernel Modules^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mCreate Volatile Files and Directories^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mColdplug All udev Devices^[[0m.
         Stopping ^[[0;1;39mRule-based Manage…for Device Events and Files^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCleaning Up and Shutting Down Daemons^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mRule-based Manager for Device Events and Files^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mudev Control Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mudev Kernel Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mdracut pre-udev hook^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mdracut cmdline hook^[[0m.
         Starting ^[[0;1;39mCleanup udev Database^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mCreate Static Device Nodes[   15.480306] systemd[1]: RTC configured in localtime, applying delta of 330 minutes to system time.
 in /dev^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;[   15.492353] systemd[1]: systemd 250-12.el9_1 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 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK +XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[   15.525475] systemd[1]: Detected architecture x86-64.

Welcome to ^[[0;31mRed Hat Enterprise Linux 9.1 (Plow)^[[0m!

[   15.604679] systemd-rc-local-generator[1746]: /etc/rc.d/rc.local is not marked executable, skipping.
[   15.836649] systemd[1]: initrd-switch-root.service: Deactivated successfully.
[   15.843947] systemd[1]: Stopped Switch Root.
[^[[0;32m  OK  ^[[[   15.848493] systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1.
0m] Stopped ^[[0;[   15.859081] systemd[1]: Created slice Virtual Machine and Container Slice.
1;39mSwitch Root[   15.867441] systemd[1]: Created slice Slice /system/getty.
^[[0m.
[^[[0;32m[   15.874344] systemd[1]: Created slice Slice /system/modprobe.
  OK  ^[[0m] Crea[   15.881428] systemd[1]: Created slice Slice /system/serial-getty.
ted slice ^[[0;1;[   15.889211] systemd[1]: Created slice Slice /system/sshd-keygen.
39mVirtual Machi[   15.896312] systemd[1]: Created slice Slice /system/systemd-fsck.
ne and Container[   15.903698] systemd[1]: Created slice User and Session Slice.
 Slice^[[0m.
[^[[   15.910343] systemd[1]: Dispatch Password Requests to Console Directory Watch was skipped because of a failed condition check (ConditionPathExists=!/run/plymouth/pid).
[0;32m  OK  ^[[0m[   15.926666] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
] Created slice [   15.935775] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
^[[0;1;39mSlice /[   15.946390] systemd[1]: Reached target Local Encrypted Volumes.
system/getty^[[0m[   15.953694] systemd[1]: Stopped target Switch Root.
.
[^[[0;32m  OK[   15.959955] systemd[1]: Stopped target Initrd File Systems.
  ^[[0m] Created [   15.966908] systemd[1]: Stopped target Initrd Root File System.
slice ^[[0;1;39mS[   15.974216] systemd[1]: Reached target Local Integrity Protected Volumes.
lice /system/mod[   15.982403] systemd[1]: Reached target Path Units.
probe^[[0m.
[^[[[   15.988576] systemd[1]: Reached target Slice Units.
0;32m  OK  ^[[0m][   15.994846] systemd[1]: Reached target Local Verity Protected Volumes.
 Created slice ^[[   16.002804] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[0;1;39mSlice /s[   16.010985] systemd[1]: Listening on LVM2 poll daemon socket.
ystem/serial-get[   16.017834] systemd[1]: multipathd control socket was skipped because of a failed condition check (ConditionPathExists=/etc/multipath.conf).
ty^[[0m.
[^[[0;32m  OK  ^[[0m] Created slice ^[[0;1;39mSlice /system/sshd-keygen^[[0m.
[^[[0;32m  OK  ^[[0m] Created slice ^[[0;1;39mSlice /system/systemd-fsck^[[0m.
[^[[0;32m  OK  ^[[0m] Created slice ^[[0;1;39mUser and Session Slice^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mForward Password R…uests to Wall Directory Watch^[[0m.
[^[[0;32m  OK  ^[[0m] S[   16.060973] systemd[1]: Listening on RPCbind Server Activation Socket.
et up automount [   16.068837] systemd[1]: Reached target RPC Port Mapper.
^[[0;1;39mArbitra[   16.076592] systemd[1]: Listening on Process Core Dump Socket.
ry…s File Syst[   16.082685] systemd[1]: Listening on initctl Compatibility Named Pipe.
em Automount Poi[   16.090996] systemd[1]: Listening on udev Control Socket.
nt^[[0m.
[^[[0;3[   16.097406] systemd[1]: Listening on udev Kernel Socket.
2m  OK  ^[[0m] Reached target ^[[0[   16.105361] systemd[1]: Activating swap /dev/mapper/rhel_hostname-swap...
;1;39mLocal Encr[   16.110377] Adding 7815164k swap on /dev/mapper/rhel_hostname-swap.  Priority:-2 extents:1 across:7815164k SS
ypted Volumes^[[0m.
[^[[0;32m  O[   16.126373] systemd[1]: Mounting Huge Pages File System...
K  ^[[0m] Stopped target ^[[0;1;39[   16.134739] systemd[1]: Mounting POSIX Message Queue File System...
mSwitch Root^[[0m[   16.143549] systemd[1]: Mounting Kernel Debug File System...
.
[^[[0;32m  OK[   16.150537] systemd[1]: Mounting Kernel Trace File System...
  ^[[0m] Stopped [   16.156495] systemd[1]: Kernel Module supporting RPCSEC_GSS was skipped because of a failed condition check (ConditionPathExists=/etc/krb5.keytab).
target ^[[0;1;39mInitrd File Syst[   16.173624] systemd[1]: Starting Create List of Static Device Nodes...
ems^[[0m.
[^[[0;[   16.181574] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
32m  OK  ^[[0m] Stopped target ^[[[   16.193257] systemd[1]: Starting Load Kernel Module configfs...
0;1;39mInitrd Ro[   16.201736] systemd[1]: Starting Load Kernel Module drm...
ot File System^[[[   16.208634] systemd[1]: Starting Load Kernel Module fuse...
0m.
[^[[0;32m  OK  ^[[0m] Reache[   16.216581] systemd[1]: Starting Read and set NIS domainname from /etc/sysconfig/network...
d target ^[[0;1;3[   16.225628] systemd[1]: plymouth-switch-root.service: Deactivated successfully.
9mLocal Integrit[   16.234295] systemd[1]: Stopped Plymouth switch root service.
y Protected Volu[   16.241545] systemd[1]: systemd-fsck-root.service: Deactivated successfully.
mes^[[0m.
[^[[0;[   16.249851] systemd[1]: Stopped File System Check on Root Device.
32m  OK  ^[[0m] R[   16.257385] systemd[1]: Stopped Journal Service.
eached target ^[[0;1;39mPath Unit[   16.265574] systemd[1]: Starting Journal Service...
s^[[0m.
[^[[0;32m  OK  ^[[0m] Rea[   16.272996] systemd[1]: Starting Load Kernel Modules...
[   16.276887] systemd-journald[1771]: File /run/log/journal/8f37f8055146469d8baec3ad508b0084/system.journal corrupted or uncleanly shut down, renaming and replacing.
ched target ^[[0;1;39mSlice Units[   16.295012] systemd[1]: Starting Generate network units from Kernel command line...
^[[0m.
[^[[0;32m  OK  ^[[0m] Reac[   16.305276] systemd[1]: Starting Remount Root and Kernel File Systems...
hed target ^[[0;1[   16.313525] systemd[1]: Repartition Root Disk was skipped because all trigger condition checks failed.
;39mLocal Verity[   16.325416] systemd[1]: Starting Coldplug All udev Devices...
 Protected Volumes^[[0m.
[^[[0;32m  OK  ^[[0m] Li[   16.334400] systemd[1]: Activated swap /dev/mapper/rhel_hostname-swap.
stening on ^[[0;1[   16.342678] systemd[1]: Started Journal Service.
;39mDevice-mapper event daemon FIFOs^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mLVM2 poll daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mRPCbind Server Ac[   16.362782] systemd-journald[1771]: Received client request to flush runtime journal.
tivation Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mRPC Port Mapper^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mProcess Core Dump Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39minitctl Compatibility Named Pipe^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mudev Control Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mudev Kernel Socket^[[0m.
         Activating swap ^[[0;1;39m/dev/mapper/rhel_hostname-swap^[[0m...
         Mounting ^[[0;1;39mHuge Pages File System^[[0m...
         Mounting ^[[0;1;39mPOSIX Message Queue File System^[[0m...
         Mounting ^[[0;1;39mKernel Debug File System^[[0m...
         Mounting ^[[0;1;39mKernel Trace File System^[[0m...
         Starting ^[[0;1;39mCreate List of Static Device Nodes^[[0m...
         Starting ^[[0;1;39mMonitoring of LVM…meventd or progress polling^[[0m...
         Starting ^[[0;1;39mLoad Kernel Module configfs^[[0m...
         Starting ^[[0;1;39mLoad Kernel Module drm^[[0m...
         Starting ^[[0;1;39mLoad Kernel Module fuse^[[0m...
         Starting ^[[0;1;39mRead and set NIS …from /etc/sysconfig/network^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mPlymouth switch root service^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mFile System Check on Root Device^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mJournal Service^[[0m.
         Starting ^[[0;1;39mJournal Service^[[0m...
         Starting ^[[0;1;39mLoad Kernel Modules^[[0m...
         Starting ^[[0;1;39mGenerate network …ts from Kernel command line^[[0m...
         Starting ^[[0;1;39mRemount Root and Kernel File Systems^[[0m...
         Starting ^[[0;1;39mColdplug All udev Devices^[[0m...
[^[[0;32m  OK  ^[[0m] Activated swap ^[[0;1;39m/dev/mapper/rhel_hostname-swap^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mJournal Service^[[0m.
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39mHuge Pages File System^[[0m.
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39mPOSIX Message Queue File System^[[0m.
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39mKernel Debug File System^[[0m.
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39mKernel Trace File System^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate List of S[   16.556492] IPMI message handler: version 39.2
tatic Device Nodes^[[0m.
[^[[0;3[   16.563717] ipmi device interface
2m  OK  ^[[0m] Finished ^[[0;1;39mMonitoring of LVM… dmeventd or[   16.572746] ipmi_si: IPMI System Interface driver
 progress pollin[   16.577732] ipmi_si dmi-ipmi-si.0: ipmi_platform: probing via SMBIOS
g^[[0m.
[^[[0;32[   16.585440] ipmi_platform: ipmi_si: SMBIOS: io 0xca8 regsize 1 spacing 4 irq 10
m  OK  ^[[0m] Fin[   16.594119] ipmi_si: Adding SMBIOS-specified kcs state machine
ished ^[[0;1;39mL[   16.601427] ipmi_si IPI0001:00: ipmi_platform: probing via ACPI
oad Kernel Modul[   16.608662] ipmi_si IPI0001:00: ipmi_platform: [io  0x0ca8] regsize 1 spacing 4 irq 10
e configfs^[[0m.\r[   16.618107] ipmi_si dmi-ipmi-si.0: Removing SMBIOS-specified kcs state machine in favor of ACPI

[^[[0;32m  OK  [   16.628007] ipmi_si: Adding ACPI-specified kcs state machine
^[[0m] Finished ^[[   16.635123] ipmi_si: Trying ACPI-specified kcs state machine at i/o address 0xca8, slave address 0x20, irq 10
[0;1;39mLoad Kernel Module drm^[[[   16.647793] pstore: backend 'erst' already in use: ignoring 'efi_pstore'
0m.
[^[[0;32m  [   16.647966] input: PC Speaker as /devices/platform/pcspkr/input/input3
OK  ^[[0m] Finished ^[[0;1;39mLoad Kernel Module f[   16.667620] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
use^[[0m.
[^[[0;[   16.675277] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
32m  OK  ^[[0m] F[   16.685428] RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
inished ^[[0;1;39[   16.688882] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
mRead and set NI[   16.693545] RAPL PMU: hw unit of domain package 2^-16 Joules
S …e from /etc[   16.702763] i2c i2c-3: Successfully instantiated SPD at 0x50
/sysconfig/network^[[0m.
[^[[0;3[   16.718237] i2c i2c-3: Successfully instantiated SPD at 0x51
2m  OK  ^[[0m] Fi[   16.725227] i2c i2c-3: Successfully instantiated SPD at 0x52
nished ^[[0;1;39m[   16.732267] i2c i2c-3: Successfully instantiated SPD at 0x53
Load Kernel Modu[   16.739305] i2c i2c-3: Successfully instantiated SPD at 0x54
les^[[0m.
[^[[0;[   16.746356] i2c i2c-3: Successfully instantiated SPD at 0x55
32m  OK  ^[[0m] F[   16.753401] i2c i2c-3: Successfully instantiated SPD at 0x56
inished ^[[0;1;39[   16.760278] i2c i2c-3: Successfully instantiated SPD at 0x57
mGenerate network units from Kernel command line^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mRemount Root and Kernel File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSwaps^[[0m.
         Mounting ^[[0;1;39mFUSE Control File System^[[0m...
         Mounting ^[[0;1;39mKernel Configuration File System^[[0m...
         Starting ^[[0;1;39mFlush Journal to Persistent Storage^[[0m...
         Starting ^[[0;1;39mLoad/Save Random Seed^[[0m...
         Starting ^[[0;1;39mApply Kernel Variables^[[0m...
         Starting ^[[0;1;39mCreate Static Device Nodes in /dev^[[   16.816199] ee1004 3-0050: 512 byte EE1004-compliant SPD EEPROM, read-only
[0m...
[^[[0;32[   16.824810] ee1004 3-0051: 512 byte EE1004-compliant SPD EEPROM, read-only
m  OK  ^[[0m] Mou[   16.833103] ee1004 3-0052: 512 byte EE1004-compliant SPD EEPROM, read-only
nted ^[[0;1;39mFU[   16.841356] ee1004 3-0053: 512 byte EE1004-compliant SPD EEPROM, read-only
SE Control File [   16.849616] ee1004 3-0054: 512 byte EE1004-compliant SPD EEPROM, read-only
System^[[0m.
[^[[   16.857123] kvm_amd: TSC scaling supported
[0;32m  OK  ^[[0m[   16.857878] ee1004 3-0055: 512 byte EE1004-compliant SPD EEPROM, read-only
] Mounted ^[[0;1;[   16.862248] kvm_amd: Nested Virtualization enabled
39mKernel Config[   16.871622] ee1004 3-0056: 512 byte EE1004-compliant SPD EEPROM, read-only
uration File Sys[   16.876687] kvm_amd: Nested Paging enabled
tem^[[0m.
[^[[0;[   16.886058] ee1004 3-0057: 512 byte EE1004-compliant SPD EEPROM, read-only
32m  OK  ^[[0m] F[   16.890428] kvm_amd: LBR virtualization supported
inished ^[[0;1;39[   16.890430] kvm_amd: SEV enabled (ASIDs 101 - 509)
mLoad/Save Rando[   16.910951] kvm_amd: SEV-ES enabled (ASIDs 1 - 100)
m Seed^[[0m.
[^[[   16.917217] kvm_amd: SEV-SNP enabled (ASIDs 1 - 100)
[0;32m  OK  ^[[0m[   16.923716] kvm_amd: Virtual VMLOAD VMSAVE supported
] Finished ^[[0;1[   16.929916] kvm_amd: Virtual GIF supported
;39mFlush Journal to Persistent Storage^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mApply Kernel Variables^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate Static Device Nodes in /dev^[[0m.
         Star[   16.952979] EDAC MC0: Giving out device to module amd64_edac controller F19h: DEV 0000:00:18.3 (INTERRUPT)
ting ^[[0;1;39mRu[   16.963074] EDAC amd64: F19h detected (node 0).
le-based Manageā[   16.969004] EDAC amd64: MC: 0:     0MB 1:     0MB
€¦for Device Eve[   16.975084] EDAC amd64: MC: 2: 16384MB 3: 16384MB
nts and Files^[[0[   16.981182] EDAC amd64: MC: 0:     0MB 1:     0MB
m...
[^[[0;32m [   16.987267] EDAC amd64: MC: 2: 16384MB 3: 16384MB
 OK  ^[[0m] Start[   16.993366] EDAC amd64: MC: 0:     0MB 1:     0MB
ed ^[[0;1;39mRule[   16.999453] EDAC amd64: MC: 2: 16384MB 3: 16384MB
-based Manager f[   17.005552] EDAC amd64: MC: 0:     0MB 1:     0MB
or Device Events[   17.011636] EDAC amd64: MC: 2: 16384MB 3: 16384MB
 and Files^[[0m.\r[   17.017737] EDAC amd64: MC: 0:     0MB 1:     0MB

         Start[   17.023821] EDAC amd64: MC: 2: 16384MB 3: 16384MB
ing ^[[0;1;39mLoa[   17.029910] EDAC amd64: MC: 0:     0MB 1:     0MB
d Kernel Module [   17.035989] EDAC amd64: MC: 2: 16384MB 3: 16384MB
configfs^[[0m...\r[   17.042080] EDAC amd64: MC: 0:     0MB 1:     0MB

         Start[   17.048166] EDAC amd64: MC: 2: 16384MB 3: 16384MB
ing ^[[0;1;39mLoa[   17.054264] EDAC amd64: MC: 0:     0MB 1:     0MB
d Kernel Module [   17.060351] EDAC amd64: MC: 2: 16384MB 3: 16384MB
fuse^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mLoad Kernel Module configfs^[[   17.072038] intel_rapl_common: Found RAPL domain package
[0m.
[^[[0;32m [   17.078685] intel_rapl_common: Found RAPL domain core
 OK  ^[[0m] Finis[   17.085608] amd_atl: AMD Address Translation Library initialized
hed ^[[0;1;39mLoad Kernel Module fuse^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mColdplug All udev Devices^[[0m.
         Starting ^[[0;1;39mWait for udev To …plete Device Initialization^[[0m...
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mLoad/Save RF …itch Status /dev/rfkill Watch^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39m/usr/sbin/lvm vgch…tivation event rhel_hostname^[[0m.
[   18.656251] ipmi_si IPI0001:00: The BMC does not support setting the recv irq bit, compensating, but the BMC needs to be fixed.
[   18.684278] power_meter ACPI000D:00: Waiting for ACPI IPMI timeout
[   18.690873] ACPI Error: AE_NOT_EXIST, Returned by Handler for [IPMI] (20240322/evregion-301)
[   18.699319] ACPI Error: Region IPMI (ID=7) has no handler (20240322/exfldio-261)
[   18.706725] 
[   18.708230] No Local Variables are initialized for Method [_GHL]
[   18.714240] 
[   18.715745] No Arguments are initialized for method [_GHL]
[   18.721236] 
[   18.722736] ACPI Error: Aborting method \_SB.PMI0._GHL due to previous error (AE_NOT_EXIST) (20240322/psparse-529)
[   18.729044] ipmi_si IPI0001:00: Using irq 10
[   18.733093] ACPI Error: Aborting method \_SB.PMI0._PMC due to previous error (AE_NOT_EXIST) (20240322/psparse-529)
[   18.747706] ACPI: \_SB_.PMI0: _PMC evaluation failed: AE_NOT_EXIST
[   18.756733] ipmi_si IPI0001:00: IPMI message handler: Found new BMC (man_id: 0x0002a2, prod_id: 0x0100, dev_id: 0x20)
[^[[0m^[[0;31m*     ^[[0m] A start job is running for Wait for… Device Initialization (3s / 3min)
[   19.399950] ipmi_si IPI0001:00: IPMI kcs interface initialized
[   19.408222] ipmi_ssif: IPMI SSIF Interface driver
^[M\r^[[K[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mWait for udev To Complete Device Initialization^[[0m.
^[[K[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mPreparation for Local File Systems^[[0m.
         Mounting ^[[0;1;39m/boot^[[0m...
      [   19.459986] XFS (sda6): Mounting V5 Filesystem 8a4de4ea-bc9f-4c69-9e30-c78fbc184188
   Mounting ^[[0;[   19.461895] XFS (dm-0): Mounting V5 Filesystem 3e33526b-995a-4b32-9d5d-d26941ce5b47
1;39m/home^[[0m...
         Starting ^[[0;1;39mFile System Check…/dev/disk/by-uuid/FBE5-86EF^[[0m...
[   19.486619] XFS (sda6): Ending clean mount
[   19.493203] XFS (dm-0): Ending clean mount
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39m/boot^[[0m.
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39m/home^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mFile System Check…n /dev/disk/by-uuid/FBE5-86EF^[[0m.
         Mounting ^[[0;1;39m/boot/efi^[[0m...
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39m/boot/efi^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mLocal File Systems^[[0m.
         Starting ^[[0;1;39mTell Plymouth To Write Out Runtime Data^[[0m...
         Starting ^[[0;1;39mCreate Volatile Files and Directories^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mTell Plymouth To Write Out Runtime Data^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate Volatile Files and Directories^[[0m.
         Mounting ^[[0;1;39mRPC Pipe File System^[[0m...
         Starting ^[[0;1;39mSecurity Auditing Service^[[0m...
         Starting ^[[0;1;39mRPC Bind^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mRPC Bind^[[0m.
[   19.732127] RPC: Registered named UNIX socket transport module.
[   19.738053] RPC: Registered udp transport module.
[   19.742765] RPC: Registered tcp transport module.
[   19.747468] RPC: Registered tcp-with-tls transport module.
[   19.752957] RPC: Registered tcp NFSv4.1 backchannel transport module.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mSecurity Auditing Service^[[0m.
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39mRPC Pipe File System^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mrpc_pipefs.target^[[0m.
         Starting ^[[0;1;39mRecord System Boot/Shutdown in UTMP^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mRecord System Boot/Shutdown in UTMP^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSystem Initialization^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mdnf makecache --timer^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mDaily rotation of log files^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mUpdates mlocate database every day^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mDaily Cleanup of Temporary Directories^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mdaily update of the root trust anchor for DNSSEC^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mTimer Units^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mD-Bus System Message Bus Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mOpen-iSCSI iscsid Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mOpen-iSCSI iscsiuio Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mSSSD Kerberos…ache Manager responder socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt interface daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt locking daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt locking daemon admin socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt logging daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt logging daemon admin socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt network daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt nodedev daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt nwfilter daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt proxy daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt QEMU daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt QEMU daemon admin socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt QEMU daemon read-only socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt secret daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt storage daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSocket Units^[[0m.
         Starting ^[[0;1;39mD-Bus System Message Bus^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mD-Bus System Message Bus^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mBasic System^[[0m.
         Starting ^[[0;1;39mNTP client/server^[[0m...
         Starting ^[[0;1;39mRestore /run/initramfs on shutdown^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mirqbalance daemon^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mlibstoragemgmt plug-in server daemon^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mLow Memory Monitor^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mMachine Check Exception Logging Daemon^[[0m.
         Starting ^[[0;1;39mAuthorization Manager^[[0m...
         Starting ^[[0;1;39mSystem Logging Service^[[0m...
         Starting ^[[0;1;39mSelf Monitoring a…g Technology (SMART) Daemon^[[0m...
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39msshd-keygen.target^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mUser and Group Name Lookups^[[0m.
         Starting ^[[0;1;39mUser Login Management^[[0m...
         Starting ^[[0;1;39mVirtual Machine a…tainer Registration Service^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mRestore /run/initramfs on shutdown^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mVirtual Machine an…ontainer Registration Service^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mSystem Logging Service^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mUser Login Management^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mNTP client/server^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mSelf Monitoring an…ing Technology (SMART) Daemon^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mAuthorization Manager^[[0m.
         Starting ^[[0;1;39mfirewalld - dynamic firewall daemon^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mfirewalld - dynamic firewall daemon^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mPreparation for Network^[[0m.
         Starting ^[[0;1;39mNetwork Manager^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mNetwork Manager^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mNetwork^[[0m.
         Starting ^[[0;1;39mNetwork Manager Wait Online^[[0m...
         Starting ^[[0;1;39mGSSAPI Proxy Daemon^[[0m...
         Starting ^[[0;1;39mEnable periodic u…f entitlement certificates.^[[0m...
         Starting ^[[0;1;39mOpenSSH server daemon^[[0m...
         Starting ^[[0;1;39mDynamic System Tuning Daemon^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mEnable periodic up… of entitlement certificates.^[[0m.
         Starting ^[[0;1;39mHostname Service^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mGSSAPI Proxy Daemon^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mOpenSSH server daemon^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mNFS client services^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mHostname Service^[[0m.
         Starting ^[[0;1;39mNetwork Manager Script Dispatcher Service^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mNetwork Manager Script Dispatcher Service^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mDynamic System Tuning Daemon^[[0m.
[^[[0;1;31m*^[[0m^[[0;31m*    ^[[0m] A start job is running for Network Manager Wait Online (7s / no limit)
^[M\r^[[K[^[[0;31m*^[[0;1;31m*^[[0m^[[0;31m*   ^[[0m] A start job is running for Network Manager Wait Online (8s / no limit)
[   24.013256] tg3 0000:c1:00.0 eth0: Link is up at 1000 Mbps, full duplex
[   24.019876] tg3 0000:c1:00.0 eth0: Flow control is off for TX and off for RX
[   24.026918] tg3 0000:c1:00.0 eth0: EEE is disabled
^[M\r^[[K[ ^[[0;31m*^[[0;1;31m*^[[0m^[[0;31m*  ^[[0m] A start job is running for Network Manager Wait Online (8s / no limit)
^[M\r^[[K[  ^[[0;31m*^[[0;1;31m*^[[0m^[[0;31m* ^[[0m] A start job is running for Network Manager Wait Online (9s / no limit)
^[M\r^[[K[   ^[[0;31m*^[[0;1;31m*^[[0m^[[0;31m*^[[0m] A start job is running for Network Manager Wait Online (9s / no limit)
^[M\r^[[K[    ^[[0;31m*^[[0;1;31m*^[[0m] A start job is running for Network …nager Wait Online (10s / no limit)
^[M\r^[[K[     ^[[0;31m*^[[0m] A start job is running for Network …nager Wait Online (10s / no limit)
^[M\r^[[K[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mNetwork Manager Wait Online^[[0m.
^[[K[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mNetwork is Online^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mPreparation for Remote File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mRemote File Systems^[[0m.
         Starting ^[[0;1;39mNotify NFS peers of a restart^[[0m...
         Starting ^[[0;1;39mPermit User Sessions^[[0m...
         Starting ^[[0;1;39mlibvirt QEMU daemon^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mNotify NFS peers of a restart^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mPermit User Sessions^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mDeferred execution scheduler^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mCommand Scheduler^[[0m.
         Starting ^[[0;1;39mHold until boot process finishes up^[[0m...
         Starting ^[[0;1;39mTerminate Plymouth Boot Screen^[[0m...
[   26.779026] fbcon: Taking over console
[   26.840305] Console: switching to colour frame buffer device 240x90

Red Hat Enterprise Linux 9.1 (Plow)
Kernel 6.11.0-rc4-d2bafcf224-d2bafcf224f on an x86_64

Activate the web console with: systemctl enable --now cockpit.socket

hostname login: [  643.391579] block dm-1: the capability attribute has been deprecated.
[  674.538008] sda6: Can't mount, would change RO state
^[[2J^[[3J^[[-1;-1f[^[[0;32m  OK  ^[[0m] Unmounted ^[[0;1;39m/run/user/0^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mShow Plymouth Reboot Screen^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mLow Memory Monitor^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mUser Login Management^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mUser Runtime Directory /run/user/0^[[0m.
[^[[0;32m  OK  ^[[0m] Removed slice ^[[0;1;39mUser Slice of UID 0^[[0m.
         Stopping ^[[0;1;39mPermit User Sessions^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mPermit User Sessions^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mUser and Group Name Lookups^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mRemote File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mPreparation for Remote File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mNFS client services^[[0m.
         Stopping ^[[0;1;39mGSSAPI Proxy Daemon^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mGSSAPI Proxy Daemon^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mSystem Logging Service^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mDynamic System Tuning Daemon^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mNetwork^[[0m.
         Stopping ^[[0;1;39mNetwork Manager^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mNetwork Manager^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mPreparation for Network^[[0m.
         Stopping ^[[0;1;39mfirewalld - dynamic firewall daemon^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mfirewalld - dynamic firewall daemon^[[0m.
         Stopping ^[[0;1;39mAuthorization Manager^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mAuthorization Manager^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mBasic System^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mForward Password R…s to Plymouth Directory Watch^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mPath Units^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mSlice Units^[[0m.
[^[[0;32m  OK  ^[[0m] Removed slice ^[[0;1;39mVirtual Machine and Container Slice^[[0m.
[^[[0;32m  OK  ^[[0m] Removed slice ^[[0;1;39mUser and Session Slice^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mSocket Units^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mOpen-iSCSI iscsid Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mOpen-iSCSI iscsiuio Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mSSSD Kerberos Cache Manager responder socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mlibvirt interface daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mlibvirt locking daemon admin socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mlibvirt locking daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mlibvirt logging daemon admin socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mlibvirt logging daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mlibvirt network daem[  675.360056] audit: type=1305 audit(1725259927.328:208): op=set audit_pid=0 old=2287 auid=4294967295 ses=4294967295 subj=unconfined res=1
on socket^[[0m.\r\r[  675.373297] audit: type=1131 audit(1725259927.344:209): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=auditd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'

[^[[0;32m  OK  ^[[  675.393383] audit: type=1131 audit(1725259927.364:210): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[0m] Closed ^[[0;1;39mlibvirt nodedev daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Cl[  675.421378] audit: type=1131 audit(1725259927.392:211): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=systemd-fsck@dev-disk-by\x2duuid-FBE5\x2d86EF comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
osed ^[[0;1;39mli[  675.446124] XFS (sda6): Unmounting Filesystem 8a4de4ea-bc9f-4c69-9e30-c78fbc184188
bvirt nwfilter daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mlibvirt proxy daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mlibvirt QEMU daemon admin socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mlibvirt QEMU daemon read-only socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mlibvirt QEMU daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mlibvirt secret daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mlibvirt storage daemon socket^[[0m.
         Stopping ^[[0;1;39mD-Bus System Message Bus^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mD-Bus System Message Bus^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mD-Bus System Message Bus Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mSystem Initialization^[[0m.
[^[[0;32m  OK  ^[[0m] Unset automount ^[[0;1;39mArbitrary …s File System Automount Point^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mLocal Encrypted Volumes^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mForward Password R…uests to Wall Directory Watch^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mLocal Integrity Protected Volumes^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mSwaps^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mLocal Verity Protected Volumes^[[0m.
         Deactivating swap ^[[0;1;39m/dev/dis…dm-name-rhel_hostname-swap^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mRead and set NIS d…e from /etc/sysconfig/network^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mApply Kernel Variables^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mLoad Kernel Modules^[[0m.
         Stopping ^[[0;1;39mRecord System Boot/Shutdown in UTMP^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mRecord System Boot/Shutdown in UTMP^[[0m.
         Stopping ^[[0;1;39mSecurity Auditing Service^[[0m...
[^[[0;32m  OK  ^[[0m] Deactivated swap ^[[0;1;39m/dev/rhel_hostname/swap^[[0m.
[^[[0;32m  OK  ^[[0m] Deactivated swap ^[[0;1;39m/dev/disk…d/dm-name-rhel_hostname-swap^[[0m.
[^[[0;32m  OK  ^[[0m] Deactivated swap ^[[0;1;39m/dev/disk…yeb12DWUnp5czhD1hrKFNCXkJMetK^[[0m.
[^[[0;32m  OK  ^[[0m] Deactivated swap ^[[0;1;39m/dev/disk…f-0fb1-4c94-97ac-38505613fcbf^[[0m.
[^[[0;32m  OK  ^[[0m] Deactivated swap ^[[0;1;39m/dev/dm-2^[[0m.
[^[[0;32m  OK  ^[[0m] Deactivated swap ^[[0;1;39m/dev/mapper/rhel_hostname-swap^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mSecurity Auditing Service^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mCreate Volatile Files and Directories^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mLocal File Systems^[[0m.
         Unmounting ^[[0;1;39m/boot/efi^[[0m...
         Unmounting ^[[0;1;39m/home^[[0m...
[^[[0;32m  OK  ^[[0m] Unmounted ^[[0;1;39m/boot/efi^[[0m.
         Unmounting ^[[0;1;39m/boot^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mFile System Check on /dev/disk/by-uuid/FBE5-86EF^[[0m.
[^[[0;32m  OK  ^[[0m] Removed slice ^[[0;1;39mSlice /system/systemd-fsck^[[0m.
[^[[0;32m  OK  ^[[0m] Unmounted ^[[0;1;39m/boot^[[0m.
[  675.827770] XFS (dm-0): Unmounting Filesystem 3e33526b-995a-4b32-9d5d-d26941ce5b47
[^[[0;32m  OK  ^[[0m] Unmounted ^[[0;1;39m/home^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mPreparation for Local File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mUnmount All Filesystems^[[0m.
         Stoppin[  675.925154] audit: type=1131 audit(1725259927.896:212): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=systemd-remount-fs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
g ^[[0;1;39mMonit[  675.946703] audit: type=1131 audit(1725259927.916:213): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
oring of LVM…meventd or progress polling^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mRemount Root and Kernel File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mCreate Static Device Nodes in /dev^[[0m.
[^[[0;32m  OK  ^[[[  676.058334] audit: type=1131 audit(1725259928.028:214): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
0m] Stopped ^[[0;[  676.080054] audit: type=1130 audit(1725259928.048:215): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=systemd-reboot comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1;39mMonitoring [  676.101204] audit: type=1131 audit(1725259928.048:216): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=systemd-reboot comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
of LVM2… dmeventd or progress polling^[[0m.
[^[[0;32m  OK  ^[[0[  676.126955] audit: type=1334 audit(1725259928.096:217): prog-id=36 op=UNLOAD
m] Reached target ^[[0;1;39mSystem Shutdown^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mLate Shutdown Services^[[0m.
[^[[0;32m  OK  ^[[0m] [  676.146364] watchdog: watchdog0: watchdog did not stop!
Finished ^[[0;1;39mSystem Reboot^[[0m.
[^[[0;32m  OK  ^[[0m] Reach[  676.158189] systemd-shutdown[1]: Using hardware watchdog 'SP5100 TCO timer', version 0, device /dev/watchdog0
ed target ^[[0;1;[  676.168501] systemd-shutdown[1]: Watchdog running with a timeout of 10min.
39mSystem Reboot^[[0m.
[  676.184615] systemd-shutdown[1]: Syncing filesystems and block devices.
[  676.191841] systemd-shutdown[1]: Sending SIGTERM to remaining processes...
[  676.217161] systemd-journald[1771]: Received SIGTERM from PID 1 (systemd-shutdow).
[  676.243218] systemd-shutdown[1]: Sending SIGKILL to remaining processes...
[  676.266936] systemd-shutdown[1]: Unmounting file systems.
[  676.273143] [96924]: Remounting '/' read-only with options 'attr2,inode64,logbufs=8,logbsize=32k,noquota'.
[  676.299997] systemd-shutdown[1]: All filesystems unmounted.
[  676.305575] systemd-shutdown[1]: Deactivating swaps.
[  676.310565] systemd-shutdown[1]: All swaps deactivated.
[  676.315788] systemd-shutdown[1]: Detaching loop devices.
[  676.321839] systemd-shutdown[1]: All loop devices detached.
[  676.327413] systemd-shutdown[1]: Stopping MD devices.
[  676.332520] systemd-shutdown[1]: All MD devices stopped.
[  676.337835] systemd-shutdown[1]: Detaching DM devices.
[  676.343322] systemd-shutdown[1]: Detaching DM /dev/dm-2 (253:2).
[  676.372577] systemd-shutdown[1]: Detaching DM /dev/dm-0 (253:0).
[  676.404525] systemd-shutdown[1]: Not all DM devices detached, 1 left.
[  676.411027] systemd-shutdown[1]: Detaching DM devices.
[  676.416340] systemd-shutdown[1]: Not all DM devices detached, 1 left.
[  676.422825] systemd-shutdown[1]: Detaching DM devices.
[  676.428119] systemd-shutdown[1]: Not all DM devices detached, 1 left.
[  676.434562] systemd-shutdown[1]: Cannot finalize remaining DM devices, continuing.
[  676.473351] systemd-shutdown[1]: Failed to finalize DM devices, ignoring.
[  676.480459] systemd-shutdown[1]: Syncing filesystems and block devices.
[  676.487118] systemd-shutdown[1]: Rebooting.
[  676.492457] sd 8:0:2:0: [sdc] Synchronizing SCSI cache
[  676.497993] sd 8:0:0:0: [sda] Synchronizing SCSI cache
[  677.924328] mpt3sas_cm0: sending message unit reset !!
[  677.930978] mpt3sas_cm0: message unit reset: SUCCESS
[  677.938244] ACPI: PM: Preparing to enter system sleep state S5
[  677.944195] kvm: exiting hardware virtualization
[  677.948860] reboot: Restarting system
[  677.952522] reboot: machine restart
^[[c^[[2J^[[01;01H^[[=3h^[[2J^[[01;01HKEY MAPPING FOR CONSOLE REDIRECTION:

Use the <ESC><1> key sequence for <F1>
Use the <ESC><2> key sequence for <F2>
Use the <ESC><3> key sequence for <F3>
Use the <ESC><0> key sequence for <F10>
Use the <ESC><!> key sequence for <F11>
Use the <ESC><@> key sequence for <F12>

Use the <ESC><Ctrl><M> key sequence for <Ctrl><M>
Use the <ESC><Ctrl><H> key sequence for <Ctrl><H>
Use the <ESC><Ctrl><I> key sequence for <Ctrl><I>
Use the <ESC><Ctrl><J> key sequence for <Ctrl><J>

Use the <ESC><X><X> key sequence for <Alt><x>, where x is any letter
key, and X is the upper case of that key

Use the <ESC><R><ESC><r><ESC><R> key sequence for <Ctrl><Alt><Del>

Press the spacebar to pause...
Initializing PCIe, USB, and Video... Done
PowerEdge R6515
BIOS Version: 2.14.1
Console Redirection Enabled Requested by iDRAC

F2	 = System Setup
F10	 = Lifecycle Controller (Config
	   iDRAC, Update FW, Install OS)
F11	 = Boot Manager
F12	 = PXE Boot
iDRAC IPV4:  10.86.18.202 [Dedicated]
                                
Initializing Firmware Interfaces...
 





Enumerating Boot options...
Enumerating Boot options... Done
Loading Lifecycle Controller Drivers...
Loading Lifecycle Controller Drivers...Done
Lifecycle Controller: Collecting System Inventory...

iDRAC IPV4:  10.86.18.202 [Dedicated]

^[[2J^[[01;01HLifecycle Controller: Done
Booting...
^[[2J^[[01;01HBooting from Integrated Storage Controller 1: Red Hat Enterprise Linux
^[[0m^[[30m^[[40m^[[2J^[[01;01H^[[0m^[[37m^[[40m^[[20;07HUse the ^ and v keys to change the selection.                       
\r      Press 'e' to edit the selected item, or 'c' for a command prompt.   
\r      Press Escape to return to the previous menu.                        ^[[04;80H ^[[0m^[[30m^[[47m^[[04;01H      Red Hat Enterprise Linux (6.11.0-rc5-next-20240830) 9.1 (Plow)           ^[[0m^[[37m^[[40m^[[04;79H^[[05;01H      Red Hat Enterprise Linux (6.11.0-rc4-d2bafcf224-d2bafcf224f) 9.1 (Plow)  ^[[05;79H^[[06;01H      Red Hat Enterprise Linux (6.11.0-rc3-df6cbc62cc-df6cbc6) 9.1 (Plow)      ^[[06;79H^[[07;01H      Red Hat Enterprise Linux (6.11.0-rc2-5189dafa4c-5189daf) 9.1 (Plow)      ^[[07;79H^[[08;01H      Red Hat Enterprise Linux (6.11.0-rc1-d3426a6ed9-d3426a6) 9.1 (Plow)      ^[[08;79H^[[09;01H      Red Hat Enterprise Linux (6.11.0-rc1) 9.1 (Plow)                         ^[[09;79H^[[10;01H      Red Hat Enterprise Linux (6.9.0-rc20ecaefb303) 9.1 (Plow)                ^[[10;79H^[[11;01H      Red Hat Enterprise Linux (5.14.0-162.6.1.el9_1.x86_64) 9.1 (Plow)        ^[[11;79H^[[12;01H      Red Hat Enterprise Linux (0-rescue-8f37f8055146469d8baec3ad508b0084) 9.1>
\r^[[13;01H^[[12;79H^[[13;01H      UEFI Firmware Settings                                                   ^[[13;79H^[[14;01H                                                                               ^[[14;79H^[[15;01H                                                                               ^[[15;79H^[[16;01H                                                                               ^[[16;79H^[[17;01H                                                                               ^[[17;79H^[[18;01H                                                                               ^[[18;79H^[[18;80H ^[[04;79H^[[23;01H   The selected entry will be started automatically in 5s.                     ^[[04;79H^[[23;01H   The selected entry will be started automatically in 4s.                     ^[[04;79H^[[23;01H   The selected entry will be started automatically in 3s.                     ^[[04;79H^[[23;01H   The selected entry will be started automatically in 2s.                     ^[[04;79H^[[23;01H   The selected entry will be started automatically in 1s.                     ^[[04;79H^[[23;01H   The selected entry will be started automatically in 0s.                     ^[[04;79H^[[0m^[[30m^[[40m^[[2J^[[01;01H^[[0m^[[37m^[[40m^[[0m^[[30m^[[40m^[[2J^[[01;01H^[[0m^[[37m^[[40m[    0.000000] Linux version 6.11.0-rc5-next-20240830 (root@hostname.amd.com) (gcc (GCC) 11.4.1 20231218 (Red Hat 11.4.1-3), GNU ld version 2.35.2-43.el9) #1 SMP PREEMPT_DYNAMIC Mon Sep  2 12:19:57 IST 2024
[    0.000000] Command line: BOOT_IMAGE=(hd0,gpt6)/vmlinuz-6.11.0-rc5-next-20240830 root=/dev/mapper/rhel_hostname-root ro selinux=0 console=ttyS0,115200n8 earlyprintk=ttyS0,115200 net.ifnames=0 biosdevname=0 swiotlb=131072 kvm_amd.debug_swap=0 mem_encrypt=off
[    0.000000] SEV-SNP: RMP table physical range [0x0000000015e00000 - 0x00000000566fffff]
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000008efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000008f000-0x000000000008ffff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000000090000-0x000000000009ffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000015dfffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000015e00000-0x00000000566fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000056700000-0x00000000567fbfff] usable
[    0.000000] BIOS-e820: [mem 0x00000000567fc000-0x00000000567fcfff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000567fd000-0x000000005a14afff] usable
[    0.000000] BIOS-e820: [mem 0x000000005a14b000-0x000000005a34afff] reserved
[    0.000000] BIOS-e820: [mem 0x000000005a34b000-0x0000000067acefff] usable
[    0.000000] BIOS-e820: [mem 0x0000000067acf000-0x000000006dfcefff] reserved
[    0.000000] BIOS-e820: [mem 0x000000006dfcf000-0x000000006edfefff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000006edff000-0x000000006effefff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000006efff000-0x000000006effffff] usable
[    0.000000] BIOS-e820: [mem 0x000000006f000000-0x000000006f00afff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000006f00b000-0x000000006fffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000070000000-0x000000008fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000aa000000-0x00000000aaffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000c5000000-0x00000000c5ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000e0ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fd000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000207fcfffff] usable
[    0.000000] BIOS-e820: [mem 0x000000207fd00000-0x000000207fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000002080000000-0x000000407f1fffff] usable
[    0.000000] BIOS-e820: [mem 0x000000407f200000-0x000000407fffffff] reserved
[    0.000000] printk: legacy bootconsole [earlyser0] enabled
[    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-0x000000000008efff] usable
[    0.000000] reserve setup_data: [mem 0x000000000008f000-0x000000000008ffff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x0000000000090000-0x000000000009ffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000000100000-0x0000000000b4b01f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000b4b020-0x0000000000b5305f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000b53060-0x0000000000b5401f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000b54020-0x0000000000b8645f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000b86460-0x0000000000b8701f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000b87020-0x0000000000bb945f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000bb9460-0x0000000000bba01f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000bba020-0x0000000000bffe5f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000bffe60-0x0000000015dfffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000015e00000-0x00000000566fffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000056700000-0x00000000567fbfff] usable
[    0.000000] reserve setup_data: [mem 0x00000000567fc000-0x00000000567fcfff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000567fd000-0x000000005a14afff] usable
[    0.000000] reserve setup_data: [mem 0x000000005a14b000-0x000000005a34afff] reserved
[    0.000000] reserve setup_data: [mem 0x000000005a34b000-0x0000000067acefff] usable
[    0.000000] reserve setup_data: [mem 0x0000000067acf000-0x000000006dfcefff] reserved
[    0.000000] reserve setup_data: [mem 0x000000006dfcf000-0x000000006edfefff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x000000006edff000-0x000000006effefff] ACPI data
[    0.000000] reserve setup_data: [mem 0x000000006efff000-0x000000006effffff] usable
[    0.000000] reserve setup_data: [mem 0x000000006f000000-0x000000006f00afff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x000000006f00b000-0x000000006fffffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000070000000-0x000000008fffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000aa000000-0x00000000aaffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000c5000000-0x00000000c5ffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000e0000000-0x00000000e0ffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fd000000-0x00000000ffffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000207fcfffff] usable
[    0.000000] reserve setup_data: [mem 0x000000207fd00000-0x000000207fffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000002080000000-0x000000407f1fffff] usable
[    0.000000] reserve setup_data: [mem 0x000000407f200000-0x000000407fffffff] reserved
[    0.000000] efi: EFI v2.7 by Dell Inc.
[    0.000000] efi: ACPI=0x6effe000 ACPI 2.0=0x6effe014 MEMATTR=0x63f3c4a0 SMBIOS=0x6979e000 SMBIOS 3.0=0x6979c000 RNG=0x6efb4020 
[    0.000000] random: crng init done
[    0.000000] efi: Remove mem56: MMIO range=[0x80000000-0x8fffffff] (256MB) from e820 map
[    0.000000] efi: Remove mem57: MMIO range=[0xaa000000-0xaaffffff] (16MB) from e820 map
[    0.000000] efi: Remove mem58: MMIO range=[0xc5000000-0xc5ffffff] (16MB) from e820 map
[    0.000000] efi: Remove mem59: MMIO range=[0xe0000000-0xe0ffffff] (16MB) from e820 map
[    0.000000] efi: Remove mem60: MMIO range=[0xfd000000-0xffffffff] (48MB) from e820 map
[    0.000000] SMBIOS 3.3.0 present.
[    0.000000] DMI: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[    0.000000] DMI: Memory slots populated: 8/16
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 1996.211 MHz processor
[    0.000025] last_pfn = 0x407f200 max_arch_pfn = 0x400000000
[    0.005549] MTRR map: 7 entries (2 fixed + 5 variable; max 19), built from 9 variable MTRRs
[    0.013866] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Memory KASLR using RDRAND RDTSC...
[    0.023849] x2apic: enabled by BIOS, switching to x2apic ops
[    0.029485] last_pfn = 0x70000 max_arch_pfn = 0x400000000
[    0.038730] SEV-SNP: Reserving start/end of RMP table on a 2MB boundary [0x0000000056600000]
[    0.046996] Using GB pages for direct mapping
[    0.052008] Secure boot disabled
[    0.055058] RAMDISK: [mem 0x407d3ff000-0x407f1fffff]
[    0.060000] ACPI: Early table checksum verification disabled
[    0.065633] ACPI: RSDP 0x000000006EFFE014 000024 (v02 DELL  )
[    0.071352] ACPI: XSDT 0x000000006EFB7188 0000DC (v01 DELL   PE_SC3   00000002 DELL 00000001)
[    0.079846] ACPI: FACP 0x000000006EFF9000 000114 (v06 DELL   PE_SC3   00000002 DELL 00000001)
[    0.088340] ACPI: DSDT 0x000000006EFDA000 019528 (v02 DELL   PE_SC3   00000002 DELL 00000001)
[    0.096832] ACPI: FACS 0x000000006EDB9000 000040
[    0.101425] ACPI: BERT 0x000000006EFFC000 000030 (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.109918] ACPI: ERST 0x000000006EFFB000 000230 (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.118411] ACPI: HEST 0x000000006EFFA000 0007F4 (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.126905] ACPI: HPET 0x000000006EFF8000 000038 (v01 DELL   PE_SC3   00000002 DELL 00000001)
[    0.135398] ACPI: APIC 0x000000006EFF6000 0018BE (v05 DELL   PE_SC3   00000002 DELL 00000001)
[    0.143891] ACPI: MCFG 0x000000006EFF5000 00003C (v01 DELL   PE_SC3   00000002 DELL 00000001)
[    0.152385] ACPI: WSMT 0x000000006EFF4000 000028 (v01 DELL   PE_SC3   00000002 DELL 00000001)
[    0.160877] ACPI: SSDT 0x000000006EFD9000 000629 (v02 DELL   xhc_port 00000001 INTL 20210331)
[    0.169370] ACPI: SSDT 0x000000006EFD8000 000D6E (v02 AMD    CPMRAS   00000001 INTL 20210331)
[    0.177864] ACPI: EINJ 0x000000006EFD7000 000170 (v01 AMD    PE_SC3   00000001 AMD  00000001)
[    0.186357] ACPI: PCCT 0x000000006EFD6000 00006E (v02 DELL   AmdTable 00000001 AMD  00000001)
[    0.194850] ACPI: SSDT 0x000000006EFC7000 00E849 (v02 DELL   PE_SC3   00000001 AMD  00000001)
[    0.203343] ACPI: SRAT 0x000000006EFC6000 000CD0 (v03 DELL   PE_SC3   00000001 AMD  00000001)
[    0.211837] ACPI: MSCT 0x000000006EFC5000 00004E (v01 DELL   PE_SC3   00000000 AMD  00000001)
[    0.220330] ACPI: SLIT 0x000000006EFC4000 000030 (v01 DELL   PE_SC3   00000001 AMD  00000001)
[    0.228823] ACPI: CRAT 0x000000006EFBC000 0072F8 (v01 DELL   PE_SC3   00000001 AMD  00000001)
[    0.237343] ACPI: CDIT 0x000000006EFBB000 00002C (v01 DELL   PE_SC3   00000001 AMD  00000001)
[    0.245836] ACPI: IVRS 0x000000006EFBA000 0001F0 (v02 DELL   PE_SC3   00000001 AMD  00000001)
[    0.254329] ACPI: SPCR 0x000000006EFB9000 000050 (v02 DELL   PE_SC3   00000002 DELL 00000001)
[    0.262822] ACPI: SLIC 0x000000006EFB8000 000176 (v01 DELL   PE_SC3   00000002 DELL 00000001)
[    0.271316] ACPI: SSDT 0x000000006EFFD000 000D66 (v02 DELL   PE_SC3   00000002 DELL 00000001)
[    0.279809] ACPI: SSDT 0x000000006EFB5000 00193C (v02 AMD    CPMCMN   00000001 INTL 20210331)
[    0.288302] ACPI: Reserving FACP table memory at [mem 0x6eff9000-0x6eff9113]
[    0.295322] ACPI: Reserving DSDT table memory at [mem 0x6efda000-0x6eff3527]
[    0.302342] ACPI: Reserving FACS table memory at [mem 0x6edb9000-0x6edb903f]
[    0.309361] ACPI: Reserving BERT table memory at [mem 0x6effc000-0x6effc02f]
[    0.316381] ACPI: Reserving ERST table memory at [mem 0x6effb000-0x6effb22f]
[    0.323402] ACPI: Reserving HEST table memory at [mem 0x6effa000-0x6effa7f3]
[    0.330422] ACPI: Reserving HPET table memory at [mem 0x6eff8000-0x6eff8037]
[    0.337442] ACPI: Reserving APIC table memory at [mem 0x6eff6000-0x6eff78bd]
[    0.344496] ACPI: Reserving MCFG table memory at [mem 0x6eff5000-0x6eff503b]
[    0.351542] ACPI: Reserving WSMT table memory at [mem 0x6eff4000-0x6eff4027]
[    0.358561] ACPI: Reserving SSDT table memory at [mem 0x6efd9000-0x6efd9628]
[    0.365581] ACPI: Reserving SSDT table memory at [mem 0x6efd8000-0x6efd8d6d]
[    0.372602] ACPI: Reserving EINJ table memory at [mem 0x6efd7000-0x6efd716f]
[    0.379622] ACPI: Reserving PCCT table memory at [mem 0x6efd6000-0x6efd606d]
[    0.386641] ACPI: Reserving SSDT table memory at [mem 0x6efc7000-0x6efd5848]
[    0.393661] ACPI: Reserving SRAT table memory at [mem 0x6efc6000-0x6efc6ccf]
[    0.400681] ACPI: Reserving MSCT table memory at [mem 0x6efc5000-0x6efc504d]
[    0.407701] ACPI: Reserving SLIT table memory at [mem 0x6efc4000-0x6efc402f]
[    0.414722] ACPI: Reserving CRAT table memory at [mem 0x6efbc000-0x6efc32f7]
[    0.421741] ACPI: Reserving CDIT table memory at [mem 0x6efbb000-0x6efbb02b]
[    0.428762] ACPI: Reserving IVRS table memory at [mem 0x6efba000-0x6efba1ef]
[    0.435782] ACPI: Reserving SPCR table memory at [mem 0x6efb9000-0x6efb904f]
[    0.442801] ACPI: Reserving SLIC table memory at [mem 0x6efb8000-0x6efb8175]
[    0.449821] ACPI: Reserving SSDT table memory at [mem 0x6effd000-0x6effdd65]
[    0.456842] ACPI: Reserving SSDT table memory at [mem 0x6efb5000-0x6efb693b]
[    0.463922] APIC: Switched APIC routing to: cluster x2apic
[    0.469334] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff]
[    0.475302] ACPI: SRAT: Node 0 PXM 0 [mem 0x000c0000-0x7fffffff]
[    0.481281] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0x207fffffff]
[    0.487521] ACPI: SRAT: Node 1 PXM 1 [mem 0x2080000000-0x407fffffff]
[    0.493849] NUMA: Node 0 [mem 0x00001000-0x0009ffff] + [mem 0x000c0000-0x7fffffff] -> [mem 0x00001000-0x7fffffff]
[    0.504073] NUMA: Node 0 [mem 0x00001000-0x7fffffff] + [mem 0x100000000-0x207fffffff] -> [mem 0x00001000-0x207fffffff]
[    0.514736] NODE_DATA(0) allocated [mem 0x207fcfb640-0x207fcfffff]
[    0.520889] NODE_DATA(1) allocated [mem 0x407d3f9640-0x407d3fdfff]
[    0.527216] Zone ranges:
[    0.529572]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.535725]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.541878]   Normal   [mem 0x0000000100000000-0x000000407f1fffff]
[    0.548031]   Device   empty
[    0.550908] Movable zone start for each node
[    0.555155] Early memory node ranges
[    0.558708]   node   0: [mem 0x0000000000001000-0x000000000008efff]
[    0.564948]   node   0: [mem 0x0000000000090000-0x000000000009ffff]
[    0.571189]   node   0: [mem 0x0000000000100000-0x0000000015dfffff]
[    0.577429]   node   0: [mem 0x0000000056700000-0x00000000567fbfff]
[    0.583669]   node   0: [mem 0x00000000567fd000-0x000000005a14afff]
[    0.589908]   node   0: [mem 0x000000005a34b000-0x0000000067acefff]
[    0.596148]   node   0: [mem 0x000000006efff000-0x000000006effffff]
[    0.602388]   node   0: [mem 0x000000006f00b000-0x000000006fffffff]
[    0.608628]   node   0: [mem 0x0000000100000000-0x000000207fcfffff]
[    0.614875]   node   1: [mem 0x0000002080000000-0x000000407f1fffff]
[    0.621116] Initmem setup node 0 [mem 0x0000000000001000-0x000000207fcfffff]
[    0.628130] Initmem setup node 1 [mem 0x0000002080000000-0x000000407f1fffff]
[    0.635149] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.640954] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.646774] On node 0, zone DMA: 96 pages in unavailable ranges
[    0.653618] On node 0, zone DMA32: 35072 pages in unavailable ranges
[    0.659828] On node 0, zone DMA32: 1 pages in unavailable ranges
[    0.665924] On node 0, zone DMA32: 512 pages in unavailable ranges
[    0.672397] On node 0, zone DMA32: 30000 pages in unavailable ranges
[    0.678580] On node 0, zone DMA32: 11 pages in unavailable ranges
[    0.904851] On node 1, zone Normal: 768 pages in unavailable ranges
[    0.910994] On node 1, zone Normal: 3584 pages in unavailable ranges
[    0.917405] ACPI: PM-Timer IO Port: 0x408
[    0.921274] ACPI: X2APIC_NMI (uid[0xffffffff] high edge lint[0x1])
[    0.927404] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.933311] IOAPIC[0]: apic_id 240, version 33, address 0xfec00000, GSI 0-23
[    0.940320] IOAPIC[1]: apic_id 241, version 33, address 0xe0100000, GSI 120-151
[    0.947600] IOAPIC[2]: apic_id 242, version 33, address 0xc5100000, GSI 88-119
[    0.954793] IOAPIC[3]: apic_id 243, version 33, address 0xaa100000, GSI 56-87
[    0.961900] IOAPIC[4]: apic_id 244, version 33, address 0xfd100000, GSI 24-55
[    0.969004] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.975330] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.981837] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.988242] ACPI: HPET id: 0x10228201 base: 0xfed00000
[    0.993357] ACPI: SPCR: console: uart,io,0x2f8,115200
[    0.998387] CPU topo: Max. logical packages:   1
[    1.002976] CPU topo: Max. logical dies:       1
[    1.007568] CPU topo: Max. dies per package:   1
[    1.012167] CPU topo: Max. threads per core:   2
[    1.016772] CPU topo: Num. cores per package:    64
[    1.021626] CPU topo: Num. threads per package: 128
[    1.026479] CPU topo: Allowing 128 present CPUs plus 0 hotplug CPUs
[    1.032741] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    1.040260] PM: hibernation: Registered nosave memory: [mem 0x0008f000-0x0008ffff]
[    1.047800] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    1.055340] PM: hibernation: Registered nosave memory: [mem 0x00b4b000-0x00b4bfff]
[    1.062880] PM: hibernation: Registered nosave memory: [mem 0x00b53000-0x00b53fff]
[    1.070419] PM: hibernation: Registered nosave memory: [mem 0x00b54000-0x00b54fff]
[    1.077959] PM: hibernation: Registered nosave memory: [mem 0x00b86000-0x00b86fff]
[    1.085499] PM: hibernation: Registered nosave memory: [mem 0x00b87000-0x00b87fff]
[    1.093039] PM: hibernation: Registered nosave memory: [mem 0x00bb9000-0x00bb9fff]
[    1.100578] PM: hibernation: Registered nosave memory: [mem 0x00bba000-0x00bbafff]
[    1.108119] PM: hibernation: Registered nosave memory: [mem 0x00bff000-0x00bfffff]
[    1.115659] PM: hibernation: Registered nosave memory: [mem 0x15e00000-0x566fffff]
[    1.123198] PM: hibernation: Registered nosave memory: [mem 0x56700000-0x567fbfff]
[    1.130738] PM: hibernation: Registered nosave memory: [mem 0x567fc000-0x567fcfff]
[    1.138278] PM: hibernation: Registered nosave memory: [mem 0x567fd000-0x567fffff]
[    1.145819] PM: hibernation: Registered nosave memory: [mem 0x5a14b000-0x5a34afff]
[    1.153359] PM: hibernation: Registered nosave memory: [mem 0x67acf000-0x6dfcefff]
[    1.160899] PM: hibernation: Registered nosave memory: [mem 0x6dfcf000-0x6edfefff]
[    1.168439] PM: hibernation: Registered nosave memory: [mem 0x6edff000-0x6effefff]
[    1.175979] PM: hibernation: Registered nosave memory: [mem 0x6f000000-0x6f00afff]
[    1.183519] PM: hibernation: Registered nosave memory: [mem 0x70000000-0x7fffffff]
[    1.191057] PM: hibernation: Registered nosave memory: [mem 0x80000000-0xffffffff]
[    1.198599] PM: hibernation: Registered nosave memory: [mem 0x207fd00000-0x207fffffff]
[    1.206485] [mem 0x56800000-0xffffffff] available for PCI devices
[    1.212551] Booting paravirtualized kernel on bare hardware
[    1.218098] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[    1.234629] setup_percpu: NR_CPUS:512 nr_cpumask_bits:128 nr_cpu_ids:128 nr_node_ids:2
[    1.245209] percpu: Embedded 62 pages/cpu s217088 r8192 d28672 u262144
[    1.251640] Kernel command line: BOOT_IMAGE=(hd0,gpt6)/vmlinuz-6.11.0-rc5-next-20240830 root=/dev/mapper/rhel_hostname-root ro selinux=0 console=ttyS0,115200n8 earlyprintk=ttyS0,115200 net.ifnames=0 biosdevname=0 swiotlb=131072 kvm_amd.debug_swap=0 mem_encrypt=off
[    1.275024] Unknown kernel command line parameters "BOOT_IMAGE=(hd0,gpt6)/vmlinuz-6.11.0-rc5-next-20240830 biosdevname=0 mem_encrypt=off", will be passed to user space.
[    1.289961] printk: log_buf_len individual max cpu contribution: 4096 bytes
[    1.296876] printk: log_buf_len total cpu_extra contributions: 520192 bytes
[    1.303810] printk: log_buf_len min size: 262144 bytes
[    1.309248] printk: log_buf_len: 1048576 bytes
[    1.313509] printk: early log buf free: 242656(92%)
[    1.319525] Fallback order for Node 0: 0 1 
[    1.319527] Fallback order for Node 1: 1 0 
[    1.319536] Built 2 zonelists, mobility grouping on.  Total pages: 66743906
[    1.334629] Policy zone: Normal
[    1.337750] mem auto-init: stack:off, heap alloc:off, heap free:off
[    1.344020] software IO TLB: area num 128.
[    1.645011] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=128, Nodes=2
Poking KASLR using RDRAND RDTSC...
[    1.655882] Dynamic Preempt: voluntary
[    1.659692] rcu: Preemptible hierarchical RCU implementation.
[    1.665259] rcu: 	RCU event tracing is enabled.
[    1.669766] rcu: 	RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=128.
[    1.676612] 	Trampoline variant of Tasks RCU enabled.
[    1.681639] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[    1.689266] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=128
[    1.696143] RCU Tasks: Setting shift to 7 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=128.
[    1.706486] NR_IRQS: 33024, nr_irqs: 3624, preallocated irqs: 16
[    1.712582] rcu: srcu_init: Setting srcu_struct sizes to big.
[    1.718285] Console: colour dummy device 80x25
[    1.722581] printk: legacy console [ttyS0] enabled
[    1.722581] printk: legacy console [ttyS0] enabled
[    1.732114] printk: legacy bootconsole [earlyser0] disabled
[    1.732114] printk: legacy bootconsole [earlyser0] disabled
[    1.743282] ACPI: Core revision 20240322
[    1.747521] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[    1.756676] APIC: Switch to symmetric I/O mode setup
[    1.761948] x2apic: IRQ remapping doesn't support X2APIC mode
[    1.767693] x2apic disabled
[    1.770778] APIC: Switched APIC routing to: physical flat
[    1.777470] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    1.787678] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x398c65e37d1, max_idle_ns: 881590467960 ns
[    1.798192] Calibrating delay loop (skipped), value calculated using timer frequency.. 3992.42 BogoMIPS (lpj=1996211)
[    1.799203] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[    1.800302] LVT offset 2 assigned for vector 0xf4
[    1.801224] Last level iTLB entries: 4KB 512, 2MB 512, 4MB 256
[    1.802191] Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
[    1.803192] process: using mwait in idle threads
[    1.804192] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    1.805193] Spectre V2 : Mitigation: Retpolines
[    1.806191] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    1.807191] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
[    1.808191] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    1.809192] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    1.810191] Spectre V2 : User space: Mitigation: STIBP always-on protection
[    1.811192] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[    1.812191] Speculative Return Stack Overflow: Mitigation: Safe RET
[    1.813194] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    1.814191] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    1.815191] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    1.816191] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
[    1.817191] x86/fpu: Supporting XSAVE feature 0x800: 'Control-flow User registers'
[    1.818191] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    1.819191] x86/fpu: xstate_offset[9]:  832, xstate_sizes[9]:    8
[    1.820191] x86/fpu: xstate_offset[11]:  840, xstate_sizes[11]:   16
[    1.821191] x86/fpu: Enabled xstate features 0xa07, context size is 856 bytes, using 'compacted' format.
[    1.843281] Freeing SMP alternatives memory: 52K
[    1.844193] pid_max: default: 131072 minimum: 1024
[    1.849942] LSM: initializing lsm=capability
[    1.856536] Dentry cache hash table entries: 16777216 (order: 15, 134217728 bytes, vmalloc hugepage)
[    1.860800] Inode-cache hash table entries: 8388608 (order: 14, 67108864 bytes, vmalloc hugepage)
[    1.861378] Mount-cache hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc)
[    1.862389] Mountpoint-cache hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc)
[    1.966813] smpboot: CPU0: AMD EPYC 7713 64-Core Processor (family: 0x19, model: 0x1, stepping: 0x1)
[    1.967513] Performance Events: Fam17h+ core perfctr, AMD PMU driver.
[    1.968193] ... version:                0
[    1.969192] ... bit width:              48
[    1.970192] ... generic registers:      6
[    1.971192] ... value mask:             0000ffffffffffff
[    1.972192] ... max period:             00007fffffffffff
[    1.973192] ... fixed-purpose events:   0
[    1.974192] ... event mask:             000000000000003f
[    1.976475] signal: max sigframe size: 3376
[    1.977223] rcu: Hierarchical SRCU implementation.
[    1.978193] rcu: 	Max phase no-delay instances is 400.
[    1.979243] Timer migration: 3 hierarchy levels; 8 children per group; 2 crossnode level
[    1.987044] smp: Bringing up secondary CPUs ...
[    1.987312] smpboot: x86: Booting SMP configuration:
[    1.988194] .... 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
[    1.994193] .... node  #1, CPUs:    #32  #33  #34  #35  #36  #37  #38  #39  #40  #41  #42  #43  #44  #45  #46  #47  #48  #49  #50  #51  #52  #53  #54  #55  #56  #57  #58  #59  #60  #61  #62  #63
[    2.106192] .... node  #0, CPUs:    #64  #65  #66  #67  #68  #69  #70  #71  #72  #73  #74  #75  #76  #77  #78  #79  #80  #81  #82  #83  #84  #85  #86  #87  #88  #89  #90  #91  #92  #93  #94  #95
[    2.148192] .... node  #1, CPUs:    #96  #97  #98  #99 #100 #101 #102 #103 #104 #105 #106 #107 #108 #109 #110 #111 #112 #113 #114 #115 #116 #117 #118 #119 #120 #121 #122 #123 #124 #125 #126 #127
[    2.188384] Spectre V2 : Update user space SMT mitigation: STIBP always-on
[    2.263260] smp: Brought up 2 nodes, 128 CPUs
[    2.264195] smpboot: Total of 128 processors activated (511030.01 BogoMIPS)
[    2.272325] Memory: 262174740K/266975624K available (20480K kernel code, 2993K rwdata, 7616K rodata, 2884K init, 4260K bss, 4558896K reserved, 0K cma-reserved)
[    2.281499] devtmpfs: initialized
[    2.282259] x86/mm: Memory block size: 2048MB
[    2.291591] ACPI: PM: Registering ACPI NVS region [mem 0x0008f000-0x0008ffff] (4096 bytes)
[    2.292193] ACPI: PM: Registering ACPI NVS region [mem 0x6dfcf000-0x6edfefff] (14876672 bytes)
[    2.293456] ACPI: PM: Registering ACPI NVS region [mem 0x6f000000-0x6f00afff] (45056 bytes)
[    2.295209] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    2.296225] futex hash table entries: 32768 (order: 9, 2097152 bytes, vmalloc)
[    2.297458] PM: RTC time: 12:24:17, date: 2024-09-02
[    2.298414] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    2.299495] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[    2.300195] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    2.301194] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    2.302201] audit: initializing netlink subsys (disabled)
[    2.303211] audit: type=2000 audit(1725279856.516:1): state=initialized audit_enabled=0 res=1
[    2.303322] thermal_sys: Registered thermal governor 'step_wise'
[    2.304193] thermal_sys: Registered thermal governor 'user_space'
[    2.305215] cpuidle: using governor menu
[    2.307229] Detected 1 PCC Subspaces
[    2.308194] Registering PCC driver as Mailbox controller
[    2.310276] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    2.311325] PCI: ECAM [mem 0x80000000-0x8fffffff] (base 0x80000000) for domain 0000 [bus 00-ff]
[    2.312202] PCI: Using configuration type 1 for base access
[    2.313203] PCI: Dell System detected, enabling pci=bfsort.
[    2.314266] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    2.315252] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[    2.316192] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[    2.317192] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[    2.318192] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[    2.319350] ACPI: Added _OSI(Module Device)
[    2.320193] ACPI: Added _OSI(Processor Device)
[    2.321192] ACPI: Added _OSI(3.0 _SCP Extensions)
[    2.322200] ACPI: Added _OSI(Processor Aggregator Device)
[    2.343259] ACPI: 6 ACPI AML tables successfully acquired and loaded
[    2.351885] ACPI: Interpreter enabled
[    2.352203] ACPI: PM: (supports S0 S5)
[    2.353192] ACPI: Using IOAPIC for interrupt routing
[    2.354613] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    2.355192] PCI: Ignoring E820 reservations for host bridge windows
[    2.358862] ACPI: Enabled 1 GPEs in block 00 to 1F
[    2.387084] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[    2.387241] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
[    2.388239] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[    2.389239] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[    2.390239] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[    2.391239] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[    2.392239] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[    2.393239] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[    2.394479] ACPI: PCI Root Bridge [PC00] (domain 0000 [bus 00-3f])
[    2.395195] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[    2.396364] acpi PNP0A08:00: _OSC: OS now controls [PME PCIeCapability LTR]
[    2.397192] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    2.398723] PCI host bridge to bus 0000:00
[    2.399195] pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
[    2.400192] pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
[    2.401194] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000fffff window]
[    2.402192] pci_bus 0000:00: root bus resource [io  0x0d00-0x3fff window]
[    2.403192] pci_bus 0000:00: root bus resource [mem 0xe1000000-0xfebfffff window]
[    2.404192] pci_bus 0000:00: root bus resource [mem 0x63dc0000000-0x7fcffffffff window]
[    2.405192] pci_bus 0000:00: root bus resource [bus 00-3f]
[    2.406208] pci 0000:00:00.0: [1022:1480] type 00 class 0x060000 conventional PCI endpoint
[    2.407327] pci 0000:00:00.2: [1022:164f] type 00 class 0x080600 conventional PCI endpoint
[    2.408298] pci 0000:00:01.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    2.409279] pci 0000:00:02.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    2.410279] pci 0000:00:03.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    2.411275] pci 0000:00:03.2: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    2.413194] pci 0000:00:03.2: PCI bridge to [bus 01]
[    2.414195] pci 0000:00:03.2:   bridge window [io  0x1000-0x1fff]
[    2.415193] pci 0000:00:03.2:   bridge window [mem 0xf7300000-0xf74fffff]
[    2.416262] pci 0000:00:03.2: PME# supported from D0 D3hot D3cold
[    2.417735] pci 0000:00:04.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    2.418281] pci 0000:00:05.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    2.419280] pci 0000:00:07.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    2.420274] pci 0000:00:07.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    2.421210] pci 0000:00:07.1: PCI bridge to [bus 02]
[    2.422196] pci 0000:00:07.1:   bridge window [mem 0xf7200000-0xf72fffff]
[    2.423204] pci 0000:00:07.1: enabling Extended Tags
[    2.424242] pci 0000:00:07.1: PME# supported from D0 D3hot D3cold
[    2.425332] pci 0000:00:08.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    2.426277] pci 0000:00:08.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    2.427210] pci 0000:00:08.1: PCI bridge to [bus 03]
[    2.428196] pci 0000:00:08.1:   bridge window [mem 0xf7000000-0xf71fffff]
[    2.429204] pci 0000:00:08.1: enabling Extended Tags
[    2.430242] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[    2.431374] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500 conventional PCI endpoint
[    2.433289] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100 conventional PCI endpoint
[    2.434367] pci 0000:00:18.0: [1022:1650] type 00 class 0x060000 conventional PCI endpoint
[    2.435283] pci 0000:00:18.1: [1022:1651] type 00 class 0x060000 conventional PCI endpoint
[    2.436251] pci 0000:00:18.2: [1022:1652] type 00 class 0x060000 conventional PCI endpoint
[    2.437252] pci 0000:00:18.3: [1022:1653] type 00 class 0x060000 conventional PCI endpoint
[    2.438251] pci 0000:00:18.4: [1022:1654] type 00 class 0x060000 conventional PCI endpoint
[    2.439251] pci 0000:00:18.5: [1022:1655] type 00 class 0x060000 conventional PCI endpoint
[    2.440251] pci 0000:00:18.6: [1022:1656] type 00 class 0x060000 conventional PCI endpoint
[    2.441250] pci 0000:00:18.7: [1022:1657] type 00 class 0x060000 conventional PCI endpoint
[    2.442305] pci 0000:01:00.0: [1000:0097] type 00 class 0x010700 PCIe Endpoint
[    2.443203] pci 0000:01:00.0: BAR 0 [io  0x1000-0x10ff]
[    2.444201] pci 0000:01:00.0: BAR 1 [mem 0xf7400000-0xf740ffff 64bit]
[    2.445201] pci 0000:01:00.0: BAR 3 [mem 0xf7300000-0xf73fffff 64bit]
[    2.446203] pci 0000:01:00.0: ROM [mem 0xfff00000-0xffffffff pref]
[    2.447197] pci 0000:01:00.0: enabling Extended Tags
[    2.448276] pci 0000:01:00.0: supports D1 D2
[    2.449324] pci 0000:00:03.2: PCI bridge to [bus 01]
[    2.450247] pci 0000:02:00.0: [1022:148a] type 00 class 0x130000 PCIe Endpoint
[    2.451234] pci 0000:02:00.0: enabling Extended Tags
[    2.452346] pci 0000:02:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    2.453212] pci 0000:02:00.2: BAR 2 [mem 0xf7200000-0xf727ffff]
[    2.454207] pci 0000:02:00.2: BAR 5 [mem 0xf7280000-0xf7281fff]
[    2.455202] pci 0000:02:00.2: enabling Extended Tags
[    2.456381] pci 0000:00:07.1: PCI bridge to [bus 02]
[    2.457250] pci 0000:03:00.0: [1022:1485] type 00 class 0x130000 PCIe Endpoint
[    2.458237] pci 0000:03:00.0: enabling Extended Tags
[    2.459389] pci 0000:03:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    2.460213] pci 0000:03:00.2: BAR 2 [mem 0xf7100000-0xf717ffff]
[    2.461208] pci 0000:03:00.2: BAR 5 [mem 0xf7180000-0xf7181fff]
[    2.462202] pci 0000:03:00.2: enabling Extended Tags
[    2.463367] pci 0000:03:00.3: [1022:148c] type 00 class 0x0c0330 PCIe Endpoint
[    2.464205] pci 0000:03:00.3: BAR 0 [mem 0xf7000000-0xf70fffff 64bit]
[    2.465223] pci 0000:03:00.3: enabling Extended Tags
[    2.466244] pci 0000:03:00.3: PME# supported from D0 D3hot D3cold
[    2.467361] pci 0000:00:08.1: PCI bridge to [bus 03]
[    2.469684] ACPI: PCI Root Bridge [PC01] (domain 0000 [bus 40-7f])
[    2.470195] acpi PNP0A08:01: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[    2.471364] acpi PNP0A08:01: _OSC: OS now controls [PME PCIeCapability LTR]
[    2.472192] acpi PNP0A08:01: FADT indicates ASPM is unsupported, using BIOS configuration
[    2.473798] PCI host bridge to bus 0000:40
[    2.474195] pci_bus 0000:40: root bus resource [io  0x4000-0x6fff window]
[    2.475192] pci_bus 0000:40: root bus resource [mem 0x90000000-0xaaffffff window]
[    2.476192] pci_bus 0000:40: root bus resource [mem 0x47e80000000-0x63dbfffffff window]
[    2.477192] pci_bus 0000:40: root bus resource [bus 40-7f]
[    2.478202] pci 0000:40:00.0: [1022:1480] type 00 class 0x060000 conventional PCI endpoint
[    2.479282] pci 0000:40:00.2: [1022:164f] type 00 class 0x080600 conventional PCI endpoint
[    2.480290] pci 0000:40:01.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    2.481271] pci 0000:40:02.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    2.482271] pci 0000:40:03.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    2.483274] pci 0000:40:03.1: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    2.484211] pci 0000:40:03.1: PCI bridge to [bus 41]
[    2.485197] pci 0000:40:03.1:   bridge window [mem 0xa4c00000-0xa4ffffff]
[    2.486283] pci 0000:40:03.1: PME# supported from D0 D3hot D3cold
[    2.488741] pci 0000:40:03.2: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    2.489212] pci 0000:40:03.2: PCI bridge to [bus 42]
[    2.490197] pci 0000:40:03.2:   bridge window [mem 0xa4800000-0xa4bfffff]
[    2.491282] pci 0000:40:03.2: PME# supported from D0 D3hot D3cold
[    2.493806] pci 0000:40:03.3: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    2.494212] pci 0000:40:03.3: PCI bridge to [bus 43]
[    2.495197] pci 0000:40:03.3:   bridge window [mem 0xa4400000-0xa47fffff]
[    2.496282] pci 0000:40:03.3: PME# supported from D0 D3hot D3cold
[    2.498866] pci 0000:40:03.4: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    2.500196] pci 0000:40:03.4: PCI bridge to [bus 44]
[    2.501197] pci 0000:40:03.4:   bridge window [mem 0xa4000000-0xa43fffff]
[    2.502281] pci 0000:40:03.4: PME# supported from D0 D3hot D3cold
[    2.504929] pci 0000:40:04.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    2.506270] pci 0000:40:05.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    2.507273] pci 0000:40:07.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    2.508272] pci 0000:40:07.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    2.509209] pci 0000:40:07.1: PCI bridge to [bus 45]
[    2.510196] pci 0000:40:07.1:   bridge window [mem 0xa5300000-0xa53fffff]
[    2.511203] pci 0000:40:07.1: enabling Extended Tags
[    2.512239] pci 0000:40:07.1: PME# supported from D0 D3hot D3cold
[    2.514305] pci 0000:40:08.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    2.515274] pci 0000:40:08.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    2.516210] pci 0000:40:08.1: PCI bridge to [bus 46]
[    2.517196] pci 0000:40:08.1:   bridge window [mem 0xa5000000-0xa52fffff]
[    2.518204] pci 0000:40:08.1: enabling Extended Tags
[    2.519240] pci 0000:40:08.1: PME# supported from D0 D3hot D3cold
[    2.520401] pci 0000:40:03.1: PCI bridge to [bus 41]
[    2.521253] pci 0000:40:03.2: PCI bridge to [bus 42]
[    2.522252] pci 0000:40:03.3: PCI bridge to [bus 43]
[    2.523251] pci 0000:40:03.4: PCI bridge to [bus 44]
[    2.524245] pci 0000:45:00.0: [1022:148a] type 00 class 0x130000 PCIe Endpoint
[    2.525233] pci 0000:45:00.0: enabling Extended Tags
[    2.526345] pci 0000:45:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    2.527210] pci 0000:45:00.2: BAR 2 [mem 0xa5300000-0xa537ffff]
[    2.528206] pci 0000:45:00.2: BAR 5 [mem 0xa5380000-0xa5381fff]
[    2.529201] pci 0000:45:00.2: enabling Extended Tags
[    2.530368] pci 0000:40:07.1: PCI bridge to [bus 45]
[    2.531248] pci 0000:46:00.0: [1022:1485] type 00 class 0x130000 PCIe Endpoint
[    2.532236] pci 0000:46:00.0: enabling Extended Tags
[    2.534256] pci 0000:46:00.1: [1022:1486] type 00 class 0x108000 PCIe Endpoint
[    2.535212] pci 0000:46:00.1: BAR 2 [mem 0xa5100000-0xa51fffff]
[    2.536207] pci 0000:46:00.1: BAR 5 [mem 0xa5282000-0xa5283fff]
[    2.537202] pci 0000:46:00.1: enabling Extended Tags
[    2.538365] pci 0000:46:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    2.539212] pci 0000:46:00.2: BAR 2 [mem 0xa5200000-0xa527ffff]
[    2.540207] pci 0000:46:00.2: BAR 5 [mem 0xa5280000-0xa5281fff]
[    2.541202] pci 0000:46:00.2: enabling Extended Tags
[    2.542364] pci 0000:46:00.3: [1022:148c] type 00 class 0x0c0330 PCIe Endpoint
[    2.543205] pci 0000:46:00.3: BAR 0 [mem 0xa5000000-0xa50fffff 64bit]
[    2.544222] pci 0000:46:00.3: enabling Extended Tags
[    2.545242] pci 0000:46:00.3: PME# supported from D0 D3hot D3cold
[    2.546357] pci 0000:40:08.1: PCI bridge to [bus 46]
[    2.547643] ACPI: PCI Root Bridge [PC02] (domain 0000 [bus 80-bf])
[    2.548194] acpi PNP0A08:02: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[    2.549364] acpi PNP0A08:02: _OSC: OS now controls [PME PCIeCapability LTR]
[    2.550194] acpi PNP0A08:02: FADT indicates ASPM is unsupported, using BIOS configuration
[    2.551676] PCI host bridge to bus 0000:80
[    2.552194] pci_bus 0000:80: root bus resource [io  0x7000-0x9fff window]
[    2.553192] pci_bus 0000:80: root bus resource [mem 0xab000000-0xc5ffffff window]
[    2.554192] pci_bus 0000:80: root bus resource [mem 0x2bf40000000-0x47e7fffffff window]
[    2.555192] pci_bus 0000:80: root bus resource [bus 80-bf]
[    2.556202] pci 0000:80:00.0: [1022:1480] type 00 class 0x060000 conventional PCI endpoint
[    2.557284] pci 0000:80:00.2: [1022:164f] type 00 class 0x080600 conventional PCI endpoint
[    2.558291] pci 0000:80:01.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    2.559275] pci 0000:80:01.1: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    2.560213] pci 0000:80:01.1: PCI bridge to [bus 81]
[    2.561197] pci 0000:80:01.1:   bridge window [mem 0xbf400000-0xbf7fffff]
[    2.562282] pci 0000:80:01.1: PME# supported from D0 D3hot D3cold
[    2.564369] pci 0000:80:01.2: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    2.565212] pci 0000:80:01.2: PCI bridge to [bus 82]
[    2.566197] pci 0000:80:01.2:   bridge window [mem 0xbf000000-0xbf3fffff]
[    2.567283] pci 0000:80:01.2: PME# supported from D0 D3hot D3cold
[    2.569436] pci 0000:80:02.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    2.570274] pci 0000:80:03.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    2.571272] pci 0000:80:04.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    2.572271] pci 0000:80:05.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    2.573272] pci 0000:80:07.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    2.574272] pci 0000:80:07.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    2.575209] pci 0000:80:07.1: PCI bridge to [bus 83]
[    2.576197] pci 0000:80:07.1:   bridge window [mem 0xbfa00000-0xbfafffff]
[    2.577204] pci 0000:80:07.1: enabling Extended Tags
[    2.578240] pci 0000:80:07.1: PME# supported from D0 D3hot D3cold
[    2.579325] pci 0000:80:08.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    2.580273] pci 0000:80:08.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    2.581210] pci 0000:80:08.1: PCI bridge to [bus 84]
[    2.582196] pci 0000:80:08.1:   bridge window [mem 0xbf900000-0xbf9fffff]
[    2.583204] pci 0000:80:08.1: enabling Extended Tags
[    2.584241] pci 0000:80:08.1: PME# supported from D0 D3hot D3cold
[    2.585336] pci 0000:80:08.2: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    2.586210] pci 0000:80:08.2: PCI bridge to [bus 85]
[    2.587196] pci 0000:80:08.2:   bridge window [mem 0xbf800000-0xbf8fffff]
[    2.588204] pci 0000:80:08.2: enabling Extended Tags
[    2.589241] pci 0000:80:08.2: PME# supported from D0 D3hot D3cold
[    2.590397] pci 0000:80:01.1: PCI bridge to [bus 81]
[    2.591252] pci 0000:80:01.2: PCI bridge to [bus 82]
[    2.592246] pci 0000:83:00.0: [1022:148a] type 00 class 0x130000 PCIe Endpoint
[    2.593233] pci 0000:83:00.0: enabling Extended Tags
[    2.594345] pci 0000:83:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    2.595210] pci 0000:83:00.2: BAR 2 [mem 0xbfa00000-0xbfa7ffff]
[    2.596206] pci 0000:83:00.2: BAR 5 [mem 0xbfa80000-0xbfa81fff]
[    2.597201] pci 0000:83:00.2: enabling Extended Tags
[    2.599288] pci 0000:80:07.1: PCI bridge to [bus 83]
[    2.600248] pci 0000:84:00.0: [1022:1485] type 00 class 0x130000 PCIe Endpoint
[    2.601237] pci 0000:84:00.0: enabling Extended Tags
[    2.602387] pci 0000:84:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    2.603212] pci 0000:84:00.2: BAR 2 [mem 0xbf900000-0xbf97ffff]
[    2.604208] pci 0000:84:00.2: BAR 5 [mem 0xbf980000-0xbf981fff]
[    2.605202] pci 0000:84:00.2: enabling Extended Tags
[    2.606379] pci 0000:80:08.1: PCI bridge to [bus 84]
[    2.607249] pci 0000:85:00.0: [1022:7901] type 00 class 0x010601 PCIe Endpoint
[    2.608228] pci 0000:85:00.0: BAR 5 [mem 0xbf800000-0xbf8007ff]
[    2.609202] pci 0000:85:00.0: enabling Extended Tags
[    2.611211] pci 0000:85:00.0: PME# supported from D3hot D3cold
[    2.613211] pci 0000:80:08.2: PCI bridge to [bus 85]
[    2.615642] ACPI: PCI Root Bridge [PC03] (domain 0000 [bus c0-ff])
[    2.616194] acpi PNP0A08:03: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[    2.617362] acpi PNP0A08:03: _OSC: OS now controls [PME PCIeCapability LTR]
[    2.618192] acpi PNP0A08:03: FADT indicates ASPM is unsupported, using BIOS configuration
[    2.620713] PCI host bridge to bus 0000:c0
[    2.621194] pci_bus 0000:c0: root bus resource [io  0xa000-0xffff window]
[    2.622192] pci_bus 0000:c0: root bus resource [mem 0xc6000000-0xe0ffffff window]
[    2.623193] pci_bus 0000:c0: root bus resource [mem 0x10000000000-0x2bf3fffffff window]
[    2.624192] pci_bus 0000:c0: root bus resource [io  0x03b0-0x03df window]
[    2.625192] pci_bus 0000:c0: root bus resource [mem 0x000a0000-0x000bffff window]
[    2.626192] pci_bus 0000:c0: root bus resource [bus c0-ff]
[    2.627203] pci 0000:c0:00.0: [1022:1480] type 00 class 0x060000 conventional PCI endpoint
[    2.628282] pci 0000:c0:00.2: [1022:164f] type 00 class 0x080600 conventional PCI endpoint
[    2.629290] pci 0000:c0:01.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    2.630272] pci 0000:c0:02.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    2.632267] pci 0000:c0:03.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    2.633273] pci 0000:c0:03.1: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    2.634211] pci 0000:c0:03.1: PCI bridge to [bus c4]
[    2.635197] pci 0000:c0:03.1:   bridge window [mem 0xdb600000-0xdb9fffff]
[    2.636282] pci 0000:c0:03.1: PME# supported from D0 D3hot D3cold
[    2.638874] pci 0000:c0:03.2: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    2.640202] pci 0000:c0:03.2: PCI bridge to [bus c5]
[    2.641197] pci 0000:c0:03.2:   bridge window [mem 0xdb200000-0xdb5fffff]
[    2.642280] pci 0000:c0:03.2: PME# supported from D0 D3hot D3cold
[    2.644935] pci 0000:c0:03.3: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    2.645211] pci 0000:c0:03.3: PCI bridge to [bus c6]
[    2.646197] pci 0000:c0:03.3:   bridge window [mem 0xdae00000-0xdb1fffff]
[    2.647280] pci 0000:c0:03.3: PME# supported from D0 D3hot D3cold
[    2.649984] pci 0000:c0:03.4: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    2.650212] pci 0000:c0:03.4: PCI bridge to [bus c7]
[    2.651197] pci 0000:c0:03.4:   bridge window [mem 0xdaa00000-0xdadfffff]
[    2.652282] pci 0000:c0:03.4: PME# supported from D0 D3hot D3cold
[    2.653982] pci 0000:c0:04.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    2.654274] pci 0000:c0:05.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    2.655273] pci 0000:c0:05.1: [1022:149a] type 01 class 0x060400 PCIe Root Port
[    2.656209] pci 0000:c0:05.1: PCI bridge to [bus c1]
[    2.657202] pci 0000:c0:05.1:   bridge window [mem 0xc7000000-0xc70fffff 64bit pref]
[    2.658237] pci 0000:c0:05.1: PME# supported from D0 D3hot D3cold
[    2.659317] pci 0000:c0:05.2: [1022:149a] type 01 class 0x060400 PCIe Root Port
[    2.660209] pci 0000:c0:05.2: PCI bridge to [bus c2-c3]
[    2.661196] pci 0000:c0:05.2:   bridge window [mem 0xda000000-0xda8fffff]
[    2.662198] pci 0000:c0:05.2:   bridge window [mem 0xc6000000-0xc6ffffff 64bit pref]
[    2.663237] pci 0000:c0:05.2: PME# supported from D0 D3hot D3cold
[    2.664310] pci 0000:c0:07.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    2.665273] pci 0000:c0:07.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    2.666209] pci 0000:c0:07.1: PCI bridge to [bus c8]
[    2.667196] pci 0000:c0:07.1:   bridge window [mem 0xdbb00000-0xdbbfffff]
[    2.668203] pci 0000:c0:07.1: enabling Extended Tags
[    2.669238] pci 0000:c0:07.1: PME# supported from D0 D3hot D3cold
[    2.670323] pci 0000:c0:08.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    2.671273] pci 0000:c0:08.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    2.672209] pci 0000:c0:08.1: PCI bridge to [bus c9]
[    2.673196] pci 0000:c0:08.1:   bridge window [mem 0xdba00000-0xdbafffff]
[    2.674204] pci 0000:c0:08.1: enabling Extended Tags
[    2.675239] pci 0000:c0:08.1: PME# supported from D0 D3hot D3cold
[    2.676390] pci 0000:c0:03.1: PCI bridge to [bus c4]
[    2.677252] pci 0000:c0:03.2: PCI bridge to [bus c5]
[    2.678251] pci 0000:c0:03.3: PCI bridge to [bus c6]
[    2.679252] pci 0000:c0:03.4: PCI bridge to [bus c7]
[    2.680257] pci 0000:c1:00.0: [14e4:165f] type 00 class 0x020000 PCIe Endpoint
[    2.681212] pci 0000:c1:00.0: BAR 0 [mem 0xc7030000-0xc703ffff 64bit pref]
[    2.682205] pci 0000:c1:00.0: BAR 2 [mem 0xc7040000-0xc704ffff 64bit pref]
[    2.683205] pci 0000:c1:00.0: BAR 4 [mem 0xc7050000-0xc705ffff 64bit pref]
[    2.684200] pci 0000:c1:00.0: ROM [mem 0xfffc0000-0xffffffff pref]
[    2.685280] pci 0000:c1:00.0: PME# supported from D0 D3hot D3cold
[    2.687228] pci 0000:c1:00.0: 4.000 Gb/s available PCIe bandwidth, limited by 5.0 GT/s PCIe x1 link at 0000:c0:05.1 (capable of 8.000 Gb/s with 5.0 GT/s PCIe x2 link)
[    2.689796] pci 0000:c1:00.1: [14e4:165f] type 00 class 0x020000 PCIe Endpoint
[    2.690212] pci 0000:c1:00.1: BAR 0 [mem 0xc7000000-0xc700ffff 64bit pref]
[    2.691205] pci 0000:c1:00.1: BAR 2 [mem 0xc7010000-0xc701ffff 64bit pref]
[    2.692205] pci 0000:c1:00.1: BAR 4 [mem 0xc7020000-0xc702ffff 64bit pref]
[    2.693200] pci 0000:c1:00.1: ROM [mem 0xfffc0000-0xffffffff pref]
[    2.694280] pci 0000:c1:00.1: PME# supported from D0 D3hot D3cold
[    2.699213] pci 0000:c0:05.1: PCI bridge to [bus c1]
[    2.701247] pci 0000:c2:00.0: [1556:be00] type 01 class 0x060400 PCIe to PCI/PCI-X bridge
[    2.702222] pci 0000:c2:00.0: PCI bridge to [bus c3]
[    2.703200] pci 0000:c2:00.0:   bridge window [mem 0xda000000-0xda8fffff]
[    2.704201] pci 0000:c2:00.0:   bridge window [mem 0xc6000000-0xc6ffffff 64bit pref]
[    2.708204] pci 0000:c0:05.2: PCI bridge to [bus c2-c3]
[    2.709227] pci_bus 0000:c3: extended config space not accessible
[    2.710218] pci 0000:c3:00.0: [102b:0536] type 00 class 0x030000 conventional PCI endpoint
[    2.711208] pci 0000:c3:00.0: BAR 0 [mem 0xc6000000-0xc6ffffff pref]
[    2.712201] pci 0000:c3:00.0: BAR 1 [mem 0xda808000-0xda80bfff]
[    2.713201] pci 0000:c3:00.0: BAR 2 [mem 0xda000000-0xda7fffff]
[    2.714239] pci 0000:c3:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    2.715314] pci 0000:c2:00.0: PCI bridge to [bus c3]
[    2.716258] pci 0000:c8:00.0: [1022:148a] type 00 class 0x130000 PCIe Endpoint
[    2.717232] pci 0000:c8:00.0: enabling Extended Tags
[    2.718343] pci 0000:c8:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    2.719210] pci 0000:c8:00.2: BAR 2 [mem 0xdbb00000-0xdbb7ffff]
[    2.720206] pci 0000:c8:00.2: BAR 5 [mem 0xdbb80000-0xdbb81fff]
[    2.721201] pci 0000:c8:00.2: enabling Extended Tags
[    2.723232] pci 0000:c0:07.1: PCI bridge to [bus c8]
[    2.724248] pci 0000:c9:00.0: [1022:1485] type 00 class 0x130000 PCIe Endpoint
[    2.725239] pci 0000:c9:00.0: enabling Extended Tags
[    2.726389] pci 0000:c9:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    2.727213] pci 0000:c9:00.2: BAR 2 [mem 0xdba00000-0xdba7ffff]
[    2.728207] pci 0000:c9:00.2: BAR 5 [mem 0xdba80000-0xdba81fff]
[    2.729202] pci 0000:c9:00.2: enabling Extended Tags
[    2.730378] pci 0000:c0:08.1: PCI bridge to [bus c9]
[    2.736347] iommu: Default domain type: Translated
[    2.737192] iommu: DMA domain TLB invalidation policy: lazy mode
[    2.739232] SCSI subsystem initialized
[    2.740240] ACPI: bus type USB registered
[    2.741211] usbcore: registered new interface driver usbfs
[    2.742200] usbcore: registered new interface driver hub
[    2.743217] usbcore: registered new device driver usb
[    2.744210] pps_core: LinuxPPS API ver. 1 registered
[    2.745192] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    2.746195] PTP clock support registered
[    2.748248] efivars: Registered efivars operations
[    2.749229] Advanced Linux Sound Architecture Driver Initialized.
[    2.750436] NetLabel: Initializing
[    2.751192] NetLabel:  domain hash size = 128
[    2.752193] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    2.753213] NetLabel:  unlabeled traffic allowed by default
[    2.754223] PCI: Using ACPI for IRQ routing
[    2.760243] pci 0000:c3:00.0: vgaarb: setting as boot VGA device
[    2.761190] pci 0000:c3:00.0: vgaarb: bridge control possible
[    2.761190] pci 0000:c3:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    2.761194] vgaarb: loaded
[    2.762320] wmi_bus wmi_bus-PNP0C14:00: [Firmware Bug]: WQBC data block query control method not found
[    2.763267] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    2.764192] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    2.767461] clocksource: Switched to clocksource tsc-early
[    2.772856] VFS: Disk quotas dquot_6.6.0
[    2.776790] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    2.783766] pnp: PnP ACPI init
[    2.787117] system 00:00: [mem 0x80000000-0x8fffffff] has been reserved
[    2.793830] system 00:01: [mem 0xff000000-0xffffffff] has been reserved
[    2.801651] pnp: PnP ACPI: found 5 devices
[    2.812402] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    2.821321] NET: Registered PF_INET protocol family
[    2.826356] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc)
[    2.836869] tcp_listen_portaddr_hash hash table entries: 65536 (order: 8, 1048576 bytes, vmalloc)
[    2.845858] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, vmalloc)
[    2.853709] TCP established hash table entries: 524288 (order: 10, 4194304 bytes, vmalloc hugepage)
[    2.863341] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc)
[    2.870960] TCP: Hash tables configured (established 524288 bind 65536)
[    2.877735] UDP hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc)
[    2.885083] UDP-Lite hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc)
[    2.892958] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    2.898806] RPC: Registered named UNIX socket transport module.
[    2.904723] RPC: Registered udp transport module.
[    2.909429] RPC: Registered tcp transport module.
[    2.914136] RPC: Registered tcp-with-tls transport module.
[    2.919621] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    2.926488] pci 0000:01:00.0: ROM [mem 0xfff00000-0xffffffff pref]: can't claim; no compatible bridge window
[    2.936310] pci 0000:c1:00.0: ROM [mem 0xfffc0000-0xffffffff pref]: can't claim; no compatible bridge window
[    2.946132] pci 0000:c1:00.1: ROM [mem 0xfffc0000-0xffffffff pref]: can't claim; no compatible bridge window
[    2.955963] pci 0000:01:00.0: ROM [mem size 0x00100000 pref]: can't assign; no space
[    2.963701] pci 0000:01:00.0: ROM [mem size 0x00100000 pref]: failed to assign
[    2.970921] pci 0000:00:03.2: PCI bridge to [bus 01]
[    2.975887] pci 0000:00:03.2:   bridge window [io  0x1000-0x1fff]
[    2.981980] pci 0000:00:03.2:   bridge window [mem 0xf7300000-0xf74fffff]
[    2.988768] pci 0000:00:07.1: PCI bridge to [bus 02]
[    2.993758] pci 0000:00:07.1:   bridge window [mem 0xf7200000-0xf72fffff]
[    3.000544] pci 0000:00:08.1: PCI bridge to [bus 03]
[    3.005511] pci 0000:00:08.1:   bridge window [mem 0xf7000000-0xf71fffff]
[    3.012299] pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
[    3.018483] pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
[    3.024662] pci_bus 0000:00: resource 6 [mem 0x000c0000-0x000fffff window]
[    3.031533] pci_bus 0000:00: resource 7 [io  0x0d00-0x3fff window]
[    3.037715] pci_bus 0000:00: resource 8 [mem 0xe1000000-0xfebfffff window]
[    3.044586] pci_bus 0000:00: resource 9 [mem 0x63dc0000000-0x7fcffffffff window]
[    3.051978] pci_bus 0000:01: resource 0 [io  0x1000-0x1fff]
[    3.057550] pci_bus 0000:01: resource 1 [mem 0xf7300000-0xf74fffff]
[    3.063818] pci_bus 0000:02: resource 1 [mem 0xf7200000-0xf72fffff]
[    3.070081] pci_bus 0000:03: resource 1 [mem 0xf7000000-0xf71fffff]
[    3.076409] pci 0000:40:03.1: bridge window [io  0x1000-0x0fff] to [bus 41] add_size 1000
[    3.084581] pci 0000:40:03.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 41] add_size 200000 add_align 100000
[    3.096048] pci 0000:40:03.2: bridge window [io  0x1000-0x0fff] to [bus 42] add_size 1000
[    3.104255] pci 0000:40:03.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 42] add_size 200000 add_align 100000
[    3.115723] pci 0000:40:03.3: bridge window [io  0x1000-0x0fff] to [bus 43] add_size 1000
[    3.123894] pci 0000:40:03.3: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 43] add_size 200000 add_align 100000
[    3.135359] pci 0000:40:03.4: bridge window [io  0x1000-0x0fff] to [bus 44] add_size 1000
[    3.143531] pci 0000:40:03.4: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 44] add_size 200000 add_align 100000
[    3.155004] pci 0000:40:03.1: bridge window [mem 0x47e80000000-0x47e801fffff 64bit pref]: assigned
[    3.163958] pci 0000:40:03.2: bridge window [mem 0x47e80200000-0x47e803fffff 64bit pref]: assigned
[    3.172912] pci 0000:40:03.3: bridge window [mem 0x47e80400000-0x47e805fffff 64bit pref]: assigned
[    3.181866] pci 0000:40:03.4: bridge window [mem 0x47e80600000-0x47e807fffff 64bit pref]: assigned
[    3.190819] pci 0000:40:03.1: bridge window [io  0x4000-0x4fff]: assigned
[    3.197603] pci 0000:40:03.2: bridge window [io  0x5000-0x5fff]: assigned
[    3.204416] pci 0000:40:03.3: bridge window [io  0x6000-0x6fff]: assigned
[    3.211203] pci 0000:40:03.4: bridge window [io  size 0x1000]: can't assign; no space
[    3.219027] pci 0000:40:03.4: bridge window [io  size 0x1000]: failed to assign
[    3.226335] pci 0000:40:03.4: bridge window [io  0x4000-0x4fff]: assigned
[    3.233118] pci 0000:40:03.3: bridge window [io  0x5000-0x5fff]: assigned
[    3.239904] pci 0000:40:03.2: bridge window [io  0x6000-0x6fff]: assigned
[    3.246690] pci 0000:40:03.1: bridge window [io  size 0x1000]: can't assign; no space
[    3.254516] pci 0000:40:03.1: bridge window [io  size 0x1000]: failed to assign
[    3.261823] pci 0000:40:03.1: PCI bridge to [bus 41]
[    3.266790] pci 0000:40:03.1:   bridge window [mem 0xa4c00000-0xa4ffffff]
[    3.273575] pci 0000:40:03.1:   bridge window [mem 0x47e80000000-0x47e801fffff 64bit pref]
[    3.281835] pci 0000:40:03.2: PCI bridge to [bus 42]
[    3.286800] pci 0000:40:03.2:   bridge window [io  0x6000-0x6fff]
[    3.292895] pci 0000:40:03.2:   bridge window [mem 0xa4800000-0xa4bfffff]
[    3.299679] pci 0000:40:03.2:   bridge window [mem 0x47e80200000-0x47e803fffff 64bit pref]
[    3.307940] pci 0000:40:03.3: PCI bridge to [bus 43]
[    3.312904] pci 0000:40:03.3:   bridge window [io  0x5000-0x5fff]
[    3.318997] pci 0000:40:03.3:   bridge window [mem 0xa4400000-0xa47fffff]
[    3.325784] pci 0000:40:03.3:   bridge window [mem 0x47e80400000-0x47e805fffff 64bit pref]
[    3.334043] pci 0000:40:03.4: PCI bridge to [bus 44]
[    3.339006] pci 0000:40:03.4:   bridge window [io  0x4000-0x4fff]
[    3.345101] pci 0000:40:03.4:   bridge window [mem 0xa4000000-0xa43fffff]
[    3.351887] pci 0000:40:03.4:   bridge window [mem 0x47e80600000-0x47e807fffff 64bit pref]
[    3.360148] pci 0000:40:07.1: PCI bridge to [bus 45]
[    3.365113] pci 0000:40:07.1:   bridge window [mem 0xa5300000-0xa53fffff]
[    3.371901] pci 0000:40:08.1: PCI bridge to [bus 46]
[    3.376874] pci 0000:40:08.1:   bridge window [mem 0xa5000000-0xa52fffff]
[    3.383662] pci_bus 0000:40: resource 4 [io  0x4000-0x6fff window]
[    3.389844] pci_bus 0000:40: resource 5 [mem 0x90000000-0xaaffffff window]
[    3.396716] pci_bus 0000:40: resource 6 [mem 0x47e80000000-0x63dbfffffff window]
[    3.404111] pci_bus 0000:41: resource 1 [mem 0xa4c00000-0xa4ffffff]
[    3.410375] pci_bus 0000:41: resource 2 [mem 0x47e80000000-0x47e801fffff 64bit pref]
[    3.418135] pci_bus 0000:42: resource 0 [io  0x6000-0x6fff]
[    3.423705] pci_bus 0000:42: resource 1 [mem 0xa4800000-0xa4bfffff]
[    3.429971] pci_bus 0000:42: resource 2 [mem 0x47e80200000-0x47e803fffff 64bit pref]
[    3.437710] pci_bus 0000:43: resource 0 [io  0x5000-0x5fff]
[    3.443283] pci_bus 0000:43: resource 1 [mem 0xa4400000-0xa47fffff]
[    3.449549] pci_bus 0000:43: resource 2 [mem 0x47e80400000-0x47e805fffff 64bit pref]
[    3.457290] pci_bus 0000:44: resource 0 [io  0x4000-0x4fff]
[    3.462861] pci_bus 0000:44: resource 1 [mem 0xa4000000-0xa43fffff]
[    3.469126] pci_bus 0000:44: resource 2 [mem 0x47e80600000-0x47e807fffff 64bit pref]
[    3.476867] pci_bus 0000:45: resource 1 [mem 0xa5300000-0xa53fffff]
[    3.483134] pci_bus 0000:46: resource 1 [mem 0xa5000000-0xa52fffff]
[    3.489452] pci 0000:80:01.1: bridge window [io  0x1000-0x0fff] to [bus 81] add_size 1000
[    3.497623] pci 0000:80:01.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 81] add_size 200000 add_align 100000
[    3.509088] pci 0000:80:01.2: bridge window [io  0x1000-0x0fff] to [bus 82] add_size 1000
[    3.517287] pci 0000:80:01.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 82] add_size 200000 add_align 100000
[    3.528763] pci 0000:80:01.1: bridge window [mem 0x2bf40000000-0x2bf401fffff 64bit pref]: assigned
[    3.537714] pci 0000:80:01.2: bridge window [mem 0x2bf40200000-0x2bf403fffff 64bit pref]: assigned
[    3.546668] pci 0000:80:01.1: bridge window [io  0x7000-0x7fff]: assigned
[    3.553454] pci 0000:80:01.2: bridge window [io  0x8000-0x8fff]: assigned
[    3.560238] pci 0000:80:01.1: PCI bridge to [bus 81]
[    3.565206] pci 0000:80:01.1:   bridge window [io  0x7000-0x7fff]
[    3.571299] pci 0000:80:01.1:   bridge window [mem 0xbf400000-0xbf7fffff]
[    3.578085] pci 0000:80:01.1:   bridge window [mem 0x2bf40000000-0x2bf401fffff 64bit pref]
[    3.586346] pci 0000:80:01.2: PCI bridge to [bus 82]
[    3.591310] pci 0000:80:01.2:   bridge window [io  0x8000-0x8fff]
[    3.597404] pci 0000:80:01.2:   bridge window [mem 0xbf000000-0xbf3fffff]
[    3.604190] pci 0000:80:01.2:   bridge window [mem 0x2bf40200000-0x2bf403fffff 64bit pref]
[    3.612452] pci 0000:80:07.1: PCI bridge to [bus 83]
[    3.617422] pci 0000:80:07.1:   bridge window [mem 0xbfa00000-0xbfafffff]
[    3.624221] pci 0000:80:08.1: PCI bridge to [bus 84]
[    3.629191] pci 0000:80:08.1:   bridge window [mem 0xbf900000-0xbf9fffff]
[    3.635980] pci 0000:80:08.2: PCI bridge to [bus 85]
[    3.640945] pci 0000:80:08.2:   bridge window [mem 0xbf800000-0xbf8fffff]
[    3.647733] pci_bus 0000:80: resource 4 [io  0x7000-0x9fff window]
[    3.653916] pci_bus 0000:80: resource 5 [mem 0xab000000-0xc5ffffff window]
[    3.660788] pci_bus 0000:80: resource 6 [mem 0x2bf40000000-0x47e7fffffff window]
[    3.668181] pci_bus 0000:81: resource 0 [io  0x7000-0x7fff]
[    3.673754] pci_bus 0000:81: resource 1 [mem 0xbf400000-0xbf7fffff]
[    3.680020] pci_bus 0000:81: resource 2 [mem 0x2bf40000000-0x2bf401fffff 64bit pref]
[    3.687758] pci_bus 0000:82: resource 0 [io  0x8000-0x8fff]
[    3.693331] pci_bus 0000:82: resource 1 [mem 0xbf000000-0xbf3fffff]
[    3.699596] pci_bus 0000:82: resource 2 [mem 0x2bf40200000-0x2bf403fffff 64bit pref]
[    3.707336] pci_bus 0000:83: resource 1 [mem 0xbfa00000-0xbfafffff]
[    3.713604] pci_bus 0000:84: resource 1 [mem 0xbf900000-0xbf9fffff]
[    3.719868] pci_bus 0000:85: resource 1 [mem 0xbf800000-0xbf8fffff]
[    3.726178] pci 0000:c0:03.1: bridge window [io  0x1000-0x0fff] to [bus c4] add_size 1000
[    3.734351] pci 0000:c0:03.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus c4] add_size 200000 add_align 100000
[    3.745818] pci 0000:c0:03.2: bridge window [io  0x1000-0x0fff] to [bus c5] add_size 1000
[    3.753989] pci 0000:c0:03.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus c5] add_size 200000 add_align 100000
[    3.765455] pci 0000:c0:03.3: bridge window [io  0x1000-0x0fff] to [bus c6] add_size 1000
[    3.773629] pci 0000:c0:03.3: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus c6] add_size 200000 add_align 100000
[    3.785094] pci 0000:c0:03.4: bridge window [io  0x1000-0x0fff] to [bus c7] add_size 1000
[    3.793266] pci 0000:c0:03.4: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus c7] add_size 200000 add_align 100000
[    3.804743] pci 0000:c0:03.1: bridge window [mem 0x10000000000-0x100001fffff 64bit pref]: assigned
[    3.813694] pci 0000:c0:03.2: bridge window [mem 0x10000200000-0x100003fffff 64bit pref]: assigned
[    3.822648] pci 0000:c0:03.3: bridge window [mem 0x10000400000-0x100005fffff 64bit pref]: assigned
[    3.831599] pci 0000:c0:03.4: bridge window [mem 0x10000600000-0x100007fffff 64bit pref]: assigned
[    3.840553] pci 0000:c0:05.1: bridge window [mem 0xc7100000-0xc71fffff]: assigned
[    3.848092] pci 0000:c0:03.1: bridge window [io  0xa000-0xafff]: assigned
[    3.854878] pci 0000:c0:03.2: bridge window [io  0xb000-0xbfff]: assigned
[    3.861663] pci 0000:c0:03.3: bridge window [io  0xc000-0xcfff]: assigned
[    3.868450] pci 0000:c0:03.4: bridge window [io  0xd000-0xdfff]: assigned
[    3.875237] pci 0000:c0:03.1: PCI bridge to [bus c4]
[    3.880201] pci 0000:c0:03.1:   bridge window [io  0xa000-0xafff]
[    3.886298] pci 0000:c0:03.1:   bridge window [mem 0xdb600000-0xdb9fffff]
[    3.893081] pci 0000:c0:03.1:   bridge window [mem 0x10000000000-0x100001fffff 64bit pref]
[    3.901341] pci 0000:c0:03.2: PCI bridge to [bus c5]
[    3.906307] pci 0000:c0:03.2:   bridge window [io  0xb000-0xbfff]
[    3.912400] pci 0000:c0:03.2:   bridge window [mem 0xdb200000-0xdb5fffff]
[    3.919184] pci 0000:c0:03.2:   bridge window [mem 0x10000200000-0x100003fffff 64bit pref]
[    3.927446] pci 0000:c0:03.3: PCI bridge to [bus c6]
[    3.932411] pci 0000:c0:03.3:   bridge window [io  0xc000-0xcfff]
[    3.938505] pci 0000:c0:03.3:   bridge window [mem 0xdae00000-0xdb1fffff]
[    3.945297] pci 0000:c0:03.3:   bridge window [mem 0x10000400000-0x100005fffff 64bit pref]
[    3.953584] pci 0000:c0:03.4: PCI bridge to [bus c7]
[    3.958550] pci 0000:c0:03.4:   bridge window [io  0xd000-0xdfff]
[    3.964641] pci 0000:c0:03.4:   bridge window [mem 0xdaa00000-0xdadfffff]
[    3.971428] pci 0000:c0:03.4:   bridge window [mem 0x10000600000-0x100007fffff 64bit pref]
[    3.979688] pci 0000:c1:00.0: ROM [mem 0xc7100000-0xc713ffff pref]: assigned
[    3.986731] pci 0000:c1:00.1: ROM [mem 0xc7140000-0xc717ffff pref]: assigned
[    3.993777] pci 0000:c0:05.1: PCI bridge to [bus c1]
[    3.998746] pci 0000:c0:05.1:   bridge window [mem 0xc7100000-0xc71fffff]
[    4.005529] pci 0000:c0:05.1:   bridge window [mem 0xc7000000-0xc70fffff 64bit pref]
[    4.013272] pci 0000:c2:00.0: PCI bridge to [bus c3]
[    4.018246] pci 0000:c2:00.0:   bridge window [mem 0xda000000-0xda8fffff]
[    4.025029] pci 0000:c2:00.0:   bridge window [mem 0xc6000000-0xc6ffffff 64bit pref]
[    4.032773] pci 0000:c0:05.2: PCI bridge to [bus c2-c3]
[    4.038004] pci 0000:c0:05.2:   bridge window [mem 0xda000000-0xda8fffff]
[    4.044788] pci 0000:c0:05.2:   bridge window [mem 0xc6000000-0xc6ffffff 64bit pref]
[    4.052531] pci 0000:c0:07.1: PCI bridge to [bus c8]
[    4.057515] pci 0000:c0:07.1:   bridge window [mem 0xdbb00000-0xdbbfffff]
[    4.064301] pci 0000:c0:08.1: PCI bridge to [bus c9]
[    4.069274] pci 0000:c0:08.1:   bridge window [mem 0xdba00000-0xdbafffff]
[    4.076061] pci_bus 0000:c0: resource 4 [io  0xa000-0xffff window]
[    4.082237] pci_bus 0000:c0: resource 5 [mem 0xc6000000-0xe0ffffff window]
[    4.089108] pci_bus 0000:c0: resource 6 [mem 0x10000000000-0x2bf3fffffff window]
[    4.096501] pci_bus 0000:c0: resource 7 [io  0x03b0-0x03df window]
[    4.102680] pci_bus 0000:c0: resource 8 [mem 0x000a0000-0x000bffff window]
[    4.109555] pci_bus 0000:c4: resource 0 [io  0xa000-0xafff]
[    4.115126] pci_bus 0000:c4: resource 1 [mem 0xdb600000-0xdb9fffff]
[    4.121392] pci_bus 0000:c4: resource 2 [mem 0x10000000000-0x100001fffff 64bit pref]
[    4.129132] pci_bus 0000:c5: resource 0 [io  0xb000-0xbfff]
[    4.134703] pci_bus 0000:c5: resource 1 [mem 0xdb200000-0xdb5fffff]
[    4.140971] pci_bus 0000:c5: resource 2 [mem 0x10000200000-0x100003fffff 64bit pref]
[    4.148710] pci_bus 0000:c6: resource 0 [io  0xc000-0xcfff]
[    4.154283] pci_bus 0000:c6: resource 1 [mem 0xdae00000-0xdb1fffff]
[    4.160548] pci_bus 0000:c6: resource 2 [mem 0x10000400000-0x100005fffff 64bit pref]
[    4.168286] pci_bus 0000:c7: resource 0 [io  0xd000-0xdfff]
[    4.173860] pci_bus 0000:c7: resource 1 [mem 0xdaa00000-0xdadfffff]
[    4.180125] pci_bus 0000:c7: resource 2 [mem 0x10000600000-0x100007fffff 64bit pref]
[    4.187864] pci_bus 0000:c1: resource 1 [mem 0xc7100000-0xc71fffff]
[    4.194130] pci_bus 0000:c1: resource 2 [mem 0xc7000000-0xc70fffff 64bit pref]
[    4.201351] pci_bus 0000:c2: resource 1 [mem 0xda000000-0xda8fffff]
[    4.207615] pci_bus 0000:c2: resource 2 [mem 0xc6000000-0xc6ffffff 64bit pref]
[    4.214835] pci_bus 0000:c3: resource 1 [mem 0xda000000-0xda8fffff]
[    4.221102] pci_bus 0000:c3: resource 2 [mem 0xc6000000-0xc6ffffff 64bit pref]
[    4.228320] pci_bus 0000:c8: resource 1 [mem 0xdbb00000-0xdbbfffff]
[    4.234586] pci_bus 0000:c9: resource 1 [mem 0xdba00000-0xdbafffff]
[    4.241400] PCI: CLS 64 bytes, default 64
[    4.245477] Unpacking initramfs...
[    4.247890] AMD-Vi: Using global IVHD EFR:0x841f77e022094ace, EFR2:0x0
[    4.256208] AMD-Vi: IOMMU SNP support enabled.
[    4.260758] pci 0000:c0:00.2: AMD-Vi: IOMMU performance counters supported
[    4.267756] pci 0000:c0:01.0: Adding to iommu group 0
[    4.272877] pci 0000:c0:02.0: Adding to iommu group 1
[    4.278109] pci 0000:c0:03.0: Adding to iommu group 2
[    4.283218] pci 0000:c0:03.1: Adding to iommu group 2
[    4.288326] pci 0000:c0:03.2: Adding to iommu group 2
[    4.293438] pci 0000:c0:03.3: Adding to iommu group 2
[    4.298550] pci 0000:c0:03.4: Adding to iommu group 2
[    4.303666] pci 0000:c0:04.0: Adding to iommu group 3
[    4.308853] pci 0000:c0:05.0: Adding to iommu group 4
[    4.313964] pci 0000:c0:05.1: Adding to iommu group 4
[    4.319073] pci 0000:c0:05.2: Adding to iommu group 4
[    4.324199] pci 0000:c0:07.0: Adding to iommu group 5
[    4.329291] pci 0000:c0:07.1: Adding to iommu group 6
[    4.334407] pci 0000:c0:08.0: Adding to iommu group 7
[    4.339499] pci 0000:c0:08.1: Adding to iommu group 8
[    4.344555] pci 0000:c1:00.0: Adding to iommu group 4
[    4.349616] pci 0000:c1:00.1: Adding to iommu group 4
[    4.354679] pci 0000:c2:00.0: Adding to iommu group 4
[    4.359738] pci 0000:c3:00.0: Adding to iommu group 4
[    4.364842] pci 0000:c8:00.0: Adding to iommu group 9
[    4.369947] pci 0000:c8:00.2: Adding to iommu group 10
[    4.375130] pci 0000:c9:00.0: Adding to iommu group 11
[    4.380313] pci 0000:c9:00.2: Adding to iommu group 12
[    4.390487] pci 0000:80:00.2: AMD-Vi: IOMMU performance counters supported
[    4.397535] pci 0000:80:01.0: Adding to iommu group 13
[    4.402725] pci 0000:80:01.1: Adding to iommu group 13
[    4.407916] pci 0000:80:01.2: Adding to iommu group 13
[    4.413123] pci 0000:80:02.0: Adding to iommu group 14
[    4.418333] pci 0000:80:03.0: Adding to iommu group 15
[    4.423542] pci 0000:80:04.0: Adding to iommu group 16
[    4.428748] pci 0000:80:05.0: Adding to iommu group 17
[    4.433951] pci 0000:80:07.0: Adding to iommu group 18
[    4.439131] pci 0000:80:07.1: Adding to iommu group 19
[    4.444332] pci 0000:80:08.0: Adding to iommu group 20
[    4.449517] pci 0000:80:08.1: Adding to iommu group 21
[    4.454697] pci 0000:80:08.2: Adding to iommu group 22
[    4.459879] pci 0000:83:00.0: Adding to iommu group 23
[    4.465055] pci 0000:83:00.2: Adding to iommu group 24
[    4.470273] pci 0000:84:00.0: Adding to iommu group 25
[    4.475454] pci 0000:84:00.2: Adding to iommu group 26
[    4.480635] pci 0000:85:00.0: Adding to iommu group 27
[    4.491058] pci 0000:40:00.2: AMD-Vi: IOMMU performance counters supported
[    4.498038] pci 0000:40:01.0: Adding to iommu group 28
[    4.503239] pci 0000:40:02.0: Adding to iommu group 29
[    4.508564] pci 0000:40:03.0: Adding to iommu group 30
[    4.513749] pci 0000:40:03.1: Adding to iommu group 30
[    4.518933] pci 0000:40:03.2: Adding to iommu group 30
[    4.524112] pci 0000:40:03.3: Adding to iommu group 30
[    4.529297] pci 0000:40:03.4: Adding to iommu group 30
[    4.534501] pci 0000:40:04.0: Adding to iommu group 31
[    4.539710] pci 0000:40:05.0: Adding to iommu group 32
[    4.544916] pci 0000:40:07.0: Adding to iommu group 33
[    4.550090] pci 0000:40:07.1: Adding to iommu group 34
[    4.555292] pci 0000:40:08.0: Adding to iommu group 35
[    4.560471] pci 0000:40:08.1: Adding to iommu group 36
[    4.565647] pci 0000:45:00.0: Adding to iommu group 37
[    4.570831] pci 0000:45:00.2: Adding to iommu group 38
[    4.576012] pci 0000:46:00.0: Adding to iommu group 39
[    4.581199] pci 0000:46:00.1: Adding to iommu group 40
[    4.586380] pci 0000:46:00.2: Adding to iommu group 41
[    4.591560] pci 0000:46:00.3: Adding to iommu group 42
[    4.596568] Freeing initrd memory: 30724K
[    4.601764] pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
[    4.608735] pci 0000:00:01.0: Adding to iommu group 43
[    4.613937] pci 0000:00:02.0: Adding to iommu group 44
[    4.619142] pci 0000:00:03.0: Adding to iommu group 45
[    4.624319] pci 0000:00:03.2: Adding to iommu group 46
[    4.629521] pci 0000:00:04.0: Adding to iommu group 47
[    4.634730] pci 0000:00:05.0: Adding to iommu group 48
[    4.639938] pci 0000:00:07.0: Adding to iommu group 49
[    4.645121] pci 0000:00:07.1: Adding to iommu group 50
[    4.650332] pci 0000:00:08.0: Adding to iommu group 51
[    4.655511] pci 0000:00:08.1: Adding to iommu group 52
[    4.660749] pci 0000:00:14.0: Adding to iommu group 53
[    4.665926] pci 0000:00:14.3: Adding to iommu group 53
[    4.671325] pci 0000:00:18.0: Adding to iommu group 54
[    4.676499] pci 0000:00:18.1: Adding to iommu group 54
[    4.681675] pci 0000:00:18.2: Adding to iommu group 54
[    4.686862] pci 0000:00:18.3: Adding to iommu group 54
[    4.692039] pci 0000:00:18.4: Adding to iommu group 54
[    4.697213] pci 0000:00:18.5: Adding to iommu group 54
[    4.702389] pci 0000:00:18.6: Adding to iommu group 54
[    4.707571] pci 0000:00:18.7: Adding to iommu group 54
[    4.712755] pci 0000:01:00.0: Adding to iommu group 55
[    4.717937] pci 0000:02:00.0: Adding to iommu group 56
[    4.723119] pci 0000:02:00.2: Adding to iommu group 57
[    4.728301] pci 0000:03:00.0: Adding to iommu group 58
[    4.733485] pci 0000:03:00.2: Adding to iommu group 59
[    4.738667] pci 0000:03:00.3: Adding to iommu group 60
[    4.750363] AMD-Vi: Extended features (0x841f77e022094ace, 0x0): PPR X2APIC NX IA GA PC SNP
[    4.759246] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    4.765687] software IO TLB: mapped [mem 0x000000000459f000-0x000000001459f000] (256MB)
[    4.774962] RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
[    4.782914] RAPL PMU: hw unit of domain package 2^-16 Joules
[    4.788573] LVT offset 0 assigned for vector 0x400
[    4.794390] perf: AMD IBS detected (0x000003ff)
[    4.799921] amd_uncore: 4 amd_df counters detected
[    4.804740] amd_uncore: 6 amd_l3 counters detected
[    4.810678] perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
[    4.817831] perf/amd_iommu: Detected AMD IOMMU #1 (2 banks, 4 counters/bank).
[    4.824979] perf/amd_iommu: Detected AMD IOMMU #2 (2 banks, 4 counters/bank).
[    4.832132] perf/amd_iommu: Detected AMD IOMMU #3 (2 banks, 4 counters/bank).
[    4.839341] kvm_amd: TSC scaling supported
[    4.843441] kvm_amd: Nested Virtualization enabled
[    4.848235] kvm_amd: Nested Paging enabled
[    4.852332] kvm_amd: LBR virtualization supported
[    4.857041] kvm_amd: SEV enabled (ASIDs 101 - 509)
[    4.861832] kvm_amd: SEV-ES enabled (ASIDs 1 - 100)
[    4.866709] kvm_amd: SEV-SNP enabled (ASIDs 1 - 100)
[    4.871821] kvm_amd: Virtual VMLOAD VMSAVE supported
[    4.876792] kvm_amd: Virtual GIF supported
[    4.965640] Initialise system trusted keyrings
[    4.970176] workingset: timestamp_bits=56 max_order=26 bucket_order=0
[    4.976898] NFS: Registering the id_resolver key type
[    4.981953] Key type id_resolver registered
[    4.986135] Key type id_legacy registered
[    4.990188] 9p: Installing v9fs 9p2000 file system support
[    5.007620] Key type asymmetric registered
[    5.011720] Asymmetric key parser 'x509' registered
[    5.016652] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
[    5.024055] io scheduler mq-deadline registered
[    5.028586] io scheduler kyber registered
[    5.033803] pcieport 0000:00:03.2: PME: Signaling with IRQ 34
[    5.039830] pcieport 0000:00:07.1: PME: Signaling with IRQ 36
[    5.045763] pcieport 0000:00:08.1: PME: Signaling with IRQ 37
[    5.051698] pcieport 0000:40:03.1: PME: Signaling with IRQ 38
[    5.057627] pcieport 0000:40:03.2: PME: Signaling with IRQ 39
[    5.063550] pcieport 0000:40:03.3: PME: Signaling with IRQ 40
[    5.069473] pcieport 0000:40:03.4: PME: Signaling with IRQ 41
[    5.075462] pcieport 0000:40:07.1: PME: Signaling with IRQ 43
[    5.081382] pcieport 0000:40:08.1: PME: Signaling with IRQ 44
[    5.087350] pcieport 0000:80:01.1: PME: Signaling with IRQ 45
[    5.093286] pcieport 0000:80:01.2: PME: Signaling with IRQ 46
[    5.099292] pcieport 0000:80:07.1: PME: Signaling with IRQ 48
[    5.105270] pcieport 0000:80:08.1: PME: Signaling with IRQ 50
[    5.111227] pcieport 0000:80:08.2: PME: Signaling with IRQ 51
[    5.117134] pcieport 0000:c0:03.1: PME: Signaling with IRQ 52
[    5.123063] pcieport 0000:c0:03.2: PME: Signaling with IRQ 53
[    5.128975] pcieport 0000:c0:03.3: PME: Signaling with IRQ 54
[    5.134896] pcieport 0000:c0:03.4: PME: Signaling with IRQ 55
[    5.140806] pcieport 0000:c0:05.1: PME: Signaling with IRQ 56
[    5.146690] pcieport 0000:c0:05.2: PME: Signaling with IRQ 57
[    5.152666] pcieport 0000:c0:07.1: PME: Signaling with IRQ 59
[    5.158629] pcieport 0000:c0:08.1: PME: Signaling with IRQ 61
[    5.164856] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[    5.172325] ACPI: button: Power Button [PWRF]
[    5.184944] Estimated ratio of average max frequency by base frequency (times 1024): 1464
[    5.200781] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    5.207164] 00:03: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A
[    5.214621] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    5.222680] Non-volatile memory driver v1.3
[    5.226871] Linux agpgart interface v0.103
[    5.232087] ACPI: bus type drm_connector registered
[    5.257452] loop: module loaded
[    5.270974] ahci 0000:85:00.0: AHCI vers 0001.0301, 32 command slots, 6 Gbps, SATA mode
[    5.278972] ahci 0000:85:00.0: 8/8 ports implemented (port mask 0xff)
[    5.285412] ahci 0000:85:00.0: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part sxs 
[    5.295504] scsi host0: ahci
[    5.298569] scsi host1: ahci
[    5.301623] scsi host2: ahci
[    5.304681] scsi host3: ahci
[    5.307731] scsi host4: ahci
[    5.310778] scsi host5: ahci
[    5.313831] scsi host6: ahci
[    5.316882] scsi host7: ahci
[    5.319827] ata1: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800100 irq 63 lpm-pol 0
[    5.328089] ata2: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800180 irq 63 lpm-pol 0
[    5.336347] ata3: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800200 irq 63 lpm-pol 0
[    5.344606] ata4: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800280 irq 63 lpm-pol 0
[    5.352863] ata5: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800300 irq 63 lpm-pol 0
[    5.361124] ata6: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800380 irq 63 lpm-pol 0
[    5.369382] ata7: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800400 irq 63 lpm-pol 0
[    5.377644] ata8: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800480 irq 63 lpm-pol 0
[    5.386349] tun: Universal TUN/TAP device driver, 1.6
[    5.513257] tg3 0000:c1:00.0 eth0: Tigon3 [partno(BCM95720) rev 5720000] (PCI Express) MAC address d0:8e:79:bb:95:90
[    5.523771] tg3 0000:c1:00.0 eth0: attached PHY is 5720C (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[1])
[    5.533589] tg3 0000:c1:00.0 eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[1] TSOcap[1]
[    5.541413] tg3 0000:c1:00.0 eth0: dma_rwctrl[00000001] dma_mask[64-bit]
[    5.670404] tg3 0000:c1:00.1 eth1: Tigon3 [partno(BCM95720) rev 5720000] (PCI Express) MAC address d0:8e:79:bb:95:91
[    5.680921] tg3 0000:c1:00.1 eth1: attached PHY is 5720C (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[1])
[    5.690740] tg3 0000:c1:00.1 eth1: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[1] TSOcap[1]
[    5.698565] tg3 0000:c1:00.1 eth1: dma_rwctrl[00000001] dma_mask[64-bit]
[    5.705339] e100: Intel(R) PRO/100 Network Driver
[    5.710053] e100: Copyright(c) 1999-2006 Intel Corporation
[    5.715573] e1000: Intel(R) PRO/1000 Network Driver
[    5.720449] e1000: Copyright (c) 1999-2006 Intel Corporation.
[    5.726220] e1000e: Intel(R) PRO/1000 Network Driver
[    5.731185] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[    5.737140] sky2: driver version 1.30
[    5.741224] xhci_hcd 0000:03:00.3: xHCI Host Controller
[    5.746529] xhci_hcd 0000:03:00.3: new USB bus registered, assigned bus number 1
[    5.754022] xhci_hcd 0000:03:00.3: hcc params 0x0260ffe5 hci version 0x110 quirks 0x0000000000000010
[    5.763482] xhci_hcd 0000:03:00.3: xHCI Host Controller
[    5.768753] xhci_hcd 0000:03:00.3: new USB bus registered, assigned bus number 2
[    5.776151] xhci_hcd 0000:03:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[    5.783239] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.11
[    5.789450] ata2: SATA link down (SStatus 0 SControl 300)
[    5.791549] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.791552] usb usb1: Product: xHCI Host Controller
[    5.791554] usb usb1: Manufacturer: Linux 6.11.0-rc5-next-20240830 xhci-hcd
[    5.796974] ata4: SATA link down (SStatus 0 SControl 300)
[    5.804167] usb usb1: SerialNumber: 0000:03:00.3
[    5.809072] ata5: SATA link down (SStatus 0 SControl 300)
[    5.816163] hub 1-0:1.0: USB hub found
[    5.821431] ata3: SATA link down (SStatus 0 SControl 300)
[    5.826033] hub 1-0:1.0: 2 ports detected
[    5.831448] ata6: SATA link down (SStatus 0 SControl 300)
[    5.835726] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    5.840600] ata7: SATA link down (SStatus 0 SControl 300)
[    5.844614] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.11
[    5.850014] ata8: SATA link down (SStatus 0 SControl 300)
[    5.858077] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.863497] ata1: SATA link down (SStatus 0 SControl 300)
[    5.871732] usb usb2: Product: xHCI Host Controller
[    5.888973] tsc: Refined TSC clocksource calibration: 1996.244 MHz
[    5.889805] usb usb2: Manufacturer: Linux 6.11.0-rc5-next-20240830 xhci-hcd
[    5.894723] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x398ca425e4d, max_idle_ns: 881590642098 ns
[    5.900854] usb usb2: SerialNumber: 0000:03:00.3
[    5.922463] clocksource: Switched to clocksource tsc
[    5.922677] hub 2-0:1.0: USB hub found
[    5.931193] hub 2-0:1.0: 2 ports detected
[    5.935811] xhci_hcd 0000:46:00.3: xHCI Host Controller
[    5.941093] xhci_hcd 0000:46:00.3: new USB bus registered, assigned bus number 3
[    5.948591] xhci_hcd 0000:46:00.3: hcc params 0x0260ffe5 hci version 0x110 quirks 0x0000000000000010
[    5.958050] xhci_hcd 0000:46:00.3: xHCI Host Controller
[    5.963328] xhci_hcd 0000:46:00.3: new USB bus registered, assigned bus number 4
[    5.970729] xhci_hcd 0000:46:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[    5.977818] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.11
[    5.986084] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.993314] usb usb3: Product: xHCI Host Controller
[    5.998201] usb usb3: Manufacturer: Linux 6.11.0-rc5-next-20240830 xhci-hcd
[    6.005164] usb usb3: SerialNumber: 0000:46:00.3
[    6.009925] hub 3-0:1.0: USB hub found
[    6.013689] hub 3-0:1.0: 2 ports detected
[    6.018220] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    6.026343] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.11
[    6.034606] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    6.041827] usb usb4: Product: xHCI Host Controller
[    6.046714] usb usb4: Manufacturer: Linux 6.11.0-rc5-next-20240830 xhci-hcd
[    6.053682] usb usb4: SerialNumber: 0000:46:00.3
[    6.058574] hub 4-0:1.0: USB hub found
[    6.062343] hub 4-0:1.0: 2 ports detected
[    6.066959] usbcore: registered new interface driver usblp
[    6.072476] usbcore: registered new interface driver usb-storage
[    6.078568] i8042: PNP: No PS/2 controller found.
[    6.083392] rtc_cmos 00:02: RTC can wake from S4
[    6.088305] rtc_cmos 00:02: registered as rtc0
[    6.092786] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram
[    6.099536] fail to initialize ptp_kvm
[    6.099627] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@lists.linux.dev
[    6.112271] amd_pstate: driver load is disabled, boot with specific mode to enable this
[    6.120522] ccp 0000:46:00.1: no command queues available
[    6.125989] ccp 0000:46:00.1: sev enabled
[    6.130005] ccp 0000:46:00.1: psp enabled
[    6.172050] usb 1-1: new high-speed USB device number 2 using xhci_hcd
[    6.277045] usb 3-1: new high-speed USB device number 2 using xhci_hcd
[    6.306841] usb 1-1: New USB device found, idVendor=0424, idProduct=2744, bcdDevice= 1.21
[    6.315015] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    6.322149] usb 1-1: Product: USB2734
[    6.325813] usb 1-1: Manufacturer: Microchip Tech
[    6.391558] hub 1-1:1.0: USB hub found
[    6.395594] hub 1-1:1.0: 4 ports detected
[    6.409989] usb 3-1: New USB device found, idVendor=1604, idProduct=10c0, bcdDevice= 0.00
[    6.418168] usb 3-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    6.455342] usb 2-1: new SuperSpeed USB device number 2 using xhci_hcd
[    6.473422] usb 2-1: New USB device found, idVendor=0424, idProduct=5744, bcdDevice= 1.21
[    6.481605] usb 2-1: New USB device strings: Mfr=2, Product=3, SerialNumber=0
[    6.488734] usb 2-1: Product: USB5734
[    6.492400] usb 2-1: Manufacturer: Microchip Tech
[    6.497524] hub 3-1:1.0: USB hub found
[    6.501489] hub 3-1:1.0: 4 ports detected
[    6.519470] hub 2-1:1.0: USB hub found
[    6.523258] hub 2-1:1.0: 4 ports detected
[    7.235044] usb 3-1.1: new high-speed USB device number 3 using xhci_hcd
[    7.318995] usb 3-1.1: New USB device found, idVendor=1604, idProduct=10c0, bcdDevice= 0.00
[    7.327344] usb 3-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    7.386203] hub 3-1.1:1.0: USB hub found
[    7.390368] hub 3-1.1:1.0: 4 ports detected
[    7.460045] usb 3-1.2: new high-speed USB device number 4 using xhci_hcd
[    7.557118] usb 3-1.2: New USB device found, idVendor=413c, idProduct=0006, bcdDevice= 0.00
[    7.565490] usb 3-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    7.572795] usb 3-1.2: Product: DRAC 5 Virtual Keyboard and Mouse
[    7.578886] usb 3-1.2: Manufacturer: DELL
[    7.582899] usb 3-1.2: SerialNumber: DELL413C-1
[    7.808044] usb 3-1.4: new high-speed USB device number 5 using xhci_hcd
[    7.891996] usb 3-1.4: New USB device found, idVendor=1604, idProduct=10c0, bcdDevice= 0.00
[    7.900348] usb 3-1.4: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    7.962200] hub 3-1.4:1.0: USB hub found
[    7.966377] hub 3-1.4:1.0: 4 ports detected
[    9.763037] ccp 0000:46:00.1: SEV API:1.55 build:17
[    9.767937] ccp 0000:46:00.1: SEV-SNP API:1.55 build:17
[    9.773192] hid: raw HID events driver (C) Jiri Kosina
[    9.782892] input: DELL DRAC 5 Virtual Keyboard and Mouse as /devices/pci0000:40/0000:40:08.1/0000:46:00.3/usb3/3-1/3-1.2/3-1.2:1.0/0003:413C:0006.0001/input/input1
[    9.797698] hid-generic 0003:413C:0006.0001: input,hidraw0: USB HID v1.01 Mouse [DELL DRAC 5 Virtual Keyboard and Mouse] on usb-0000:46:00.3-1.2/input0
[    9.815775] input: DELL DRAC 5 Virtual Keyboard and Mouse as /devices/pci0000:40/0000:40:08.1/0000:46:00.3/usb3/3-1/3-1.2/3-1.2:1.1/0003:413C:0006.0002/input/input2
[    9.882494] hid-generic 0003:413C:0006.0002: input,hidraw1: USB HID v1.01 Keyboard [DELL DRAC 5 Virtual Keyboard and Mouse] on usb-0000:46:00.3-1.2/input1
[    9.896343] usbcore: registered new interface driver usbhid
[    9.901913] usbhid: USB HID core driver
[    9.906691] xt_time: kernel timezone is -0000
[    9.911116] Initializing XFRM netlink socket
[    9.915432] NET: Registered PF_INET6 protocol family
[    9.922908] modprobe (864) used greatest stack depth: 13288 bytes left
[    9.927826] Segment Routing with IPv6
[    9.933114] In-situ OAM (IOAM) with IPv6
[    9.937057] mip6: Mobile IPv6
[    9.940228] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[    9.946511] NET: Registered PF_PACKET protocol family
[    9.951574] Bridge firewalling registered
[    9.955615] 9pnet: Installing 9P2000 support
[    9.959900] Key type dns_resolver registered
[    9.974872] microcode: Current revision: 0x0a0011d3
[    9.981704] IPI shorthand broadcast: enabled
[    9.992140] sched_clock: Marking stable (9923001401, 69020960)->(12502892569, -2510870208)
[   10.000616] registered taskstats version 1
[   10.004720] Loading compiled-in X.509 certificates
[   10.012557] Demotion targets for Node 0: null
[   10.016915] Demotion targets for Node 1: null
[   10.021602] PM:   Magic number: 8:813:429
[   10.025627] machinecheck machinecheck65: hash matches
[   10.030719] thermal cooling_device21: hash matches
[   10.035572] acpi ACPI0007:67: hash matches
[   10.039676] acpi ACPI0007:3a: hash matches
[   10.043793] printk: legacy console [netcon0] enabled
[   10.048756] netconsole: network logging started
[   10.053435] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[   10.064319] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[   10.070115] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
[   10.077371] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[   10.083097] clk: Disabling unused clocks
[   10.085982] cfg80211: failed to load regulatory.db
[   10.094698] ALSA device list:
[   10.097669]   No soundcards found.
[   10.101734] Freeing unused decrypted memory: 2036K
[   10.107206] Freeing unused kernel image (initmem) memory: 2884K
[   10.113136] Write protecting the kernel read-only data: 28672k
[   10.119570] Freeing unused kernel image (rodata/data gap) memory: 576K
[   10.126104] Run /init as init process
[   10.136668] systemd[1]: systemd 250-12.el9_1 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 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK +XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[   10.168545] systemd[1]: Detected architecture x86-64.
[   10.173599] systemd[1]: Running in initial RAM disk.

Welcome to ^[[0;31mRed Hat Enterprise Linux 9.1 (Plow) dracut-057-13.git20220816.el9 (Initramfs)^[[0m!

[   10.189081] systemd[1]: Hostname set to <hostname.amd.com>.
[   10.226841] mkdir (882) used greatest stack depth: 12952 bytes left
[   10.271016] systemd[1]: Queued start job for default target Initrd Default Target.
[   10.278697] systemd[1]: Reached target Initrd /usr File System.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mInitrd /usr File System^[[0m.
[   10.293084] systemd[1]: Reached target Local File Systems.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mLocal File Systems^[[0m.
[   10.307091] systemd[1]: Reached target Slice Units.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSlice Units^[[0m.
[   10.319084] systemd[1]: Reached target Swaps.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSwaps^[[0m.
[   10.330089] systemd[1]: Reached target Timer Units.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mTimer Units^[[0m.
[   10.342192] systemd[1]: Listening on D-Bus System Message Bus Socket.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mD-Bus System Message Bus Socket^[[0m.
[   10.357246] systemd[1]: Listening on Journal Socket (/dev/log).
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mJournal Socket (/dev/log)^[[0m.
[   10.371133] systemd[1]: Listening on Journal Socket.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mJournal Socket^[[0m.
[   10.383221] systemd[1]: Listening on udev Control Socket.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mudev Control Socket^[[0m.
[   10.397196] systemd[1]: Listening on udev Kernel Socket.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mudev Kernel Socket^[[0m.
[   10.411082] systemd[1]: Reached target Socket Units.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSocket Units^[[0m.
[   10.423125] systemd[1]: Create List of Static Device Nodes was skipped because of a failed condition check (ConditionFileNotEmpty=/lib/modules/6.11.0-rc5-next-20240830/modules.devname).
[   10.439673] systemd[1]: systemd-journald.service: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling.
[   10.452528] systemd[1]: (This warning is only shown for the first unit using IP firewalling.)
[   10.471793] systemd[1]: Starting Journal Service...
         Starting ^[[0;1;39mJournal Service^[[0m...
[   10.483742] systemd[1]: Starting Load Kernel Modules...
         Starting ^[[0;1;39mLoad Kernel Modules^[[0m...
[   10.496932] systemd[1]: Starting Create System Users...
         Starting ^[[0;1;39mCreate System Users^[[0m...
[   10.509758] systemd[1]: Starting Setup Virtual Console...
         Starting ^[[0;1;39mSetup Virtual Console^[[0m...
[   10.522760] systemd[1]: Finished Load Kernel Modules.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mLoad Kernel Modules^[[0m.
[   10.534940] systemd[1]: Starting Apply Kernel Variables...
         Starting ^[[0;1;39mApply Kernel Variables^[[0m...
[   10.547247] systemd[1]: Finished Apply Kernel Variables.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mApply Kernel Variables^[[0m.
[   10.561271] systemd[1]: Finished Setup Virtual Console.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mSetup Virtual Console^[[0m.
[   10.575232] systemd[1]: dracut ask for additional cmdline parameters was skipped because all trigger condition checks failed.
[   10.609125] systemd[1]: Starting dracut cmdline hook...
         Starting ^[[0;1;39mdracut cmdline hook^[[0m...
[   10.621461] systemd[1]: Started Journal Service.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mJournal Service^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate System Users^[[0m.
         Starting ^[[0;1;39mCreate Static Device Nodes in /dev^[[0m...
         Starting ^[[0;1;39mCreate Volatile Files and Directories^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mdracut cmdline hook^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate Static Device Nodes in /dev^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate Volatile Files and Directories^[[0m.
         Starting ^[[0;1;39mdracut pre-udev hook^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mdracut pre-udev hook^[[0m.
         Starting ^[[0;1;39mRule-based Manage…for Device Events and Files^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mRule-based Manager for Device Events and Files^[[0m.
         Starting ^[[0;1;39mColdplug All udev Devices^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mColdplug All udev Devices^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSystem Initialization^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mNetwork^[[0m.
         Starting ^[[0;1;39mdracut initqueue hook^[[0m...
         Starting ^[[0;1;39mShow Plymouth Boot Screen^[[0m...
^[[2J^[[3J^[[-1;-1f[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mShow Plymouth Boot Screen^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mForward Password R…s to Plymouth Directory Watch^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mPath Units^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mBasic System^[[0m.
[  138.032228] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  138.033201] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  138.033247] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  138.033281] dracut-initqueue[1069]: fi"
[  138.034831] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  138.567718] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  138.569163] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  138.569198] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  138.569233] dracut-initqueue[1069]: fi"
[  138.571020] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  139.096770] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  139.097917] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  139.097953] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  139.097982] dracut-initqueue[1069]: fi"
[  139.099696] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  139.623664] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  139.625016] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  139.625051] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  139.625081] dracut-initqueue[1069]: fi"
[  139.626685] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  140.150059] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  140.151114] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  140.151149] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  140.151181] dracut-initqueue[1069]: fi"
[  140.152385] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  140.677386] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  140.678859] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  140.678893] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  140.678923] dracut-initqueue[1069]: fi"
[  140.680578] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  141.207225] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  141.208275] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  141.208312] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  141.208343] dracut-initqueue[1069]: fi"
[  141.209472] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  141.733651] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  141.735085] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  141.735136] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  141.735176] dracut-initqueue[1069]: fi"
[  141.736829] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  142.262855] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  142.263915] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  142.263950] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  142.263979] dracut-initqueue[1069]: fi"
[  142.265715] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  142.789395] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  142.790859] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  142.790893] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  142.790924] dracut-initqueue[1069]: fi"
[  142.792654] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  143.320139] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  143.321154] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  143.321193] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  143.321223] dracut-initqueue[1069]: fi"
[  143.322396] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  143.848375] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  143.849912] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  143.849945] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  143.849975] dracut-initqueue[1069]: fi"
[  143.851801] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  144.375058] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  144.376153] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  144.376191] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  144.376221] dracut-initqueue[1069]: fi"
[  144.377572] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  144.901429] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  144.902984] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  144.903042] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  144.903078] dracut-initqueue[1069]: fi"
[  144.904664] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  145.428902] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  145.429930] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  145.429967] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  145.429997] dracut-initqueue[1069]: fi"
[  145.431176] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  145.954457] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  145.955923] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  145.955958] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  145.955987] dracut-initqueue[1069]: fi"
[  145.957627] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  146.483110] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  146.484353] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  146.484388] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  146.484418] dracut-initqueue[1069]: fi"
[  146.485751] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  147.009379] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  147.010833] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  147.010871] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  147.010901] dracut-initqueue[1069]: fi"
[  147.012619] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  147.537908] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  147.538998] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  147.539048] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  147.539077] dracut-initqueue[1069]: fi"
[  147.540862] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  148.064386] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  148.065864] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  148.065897] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  148.065931] dracut-initqueue[1069]: fi"
[  148.067634] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  148.592755] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  148.593829] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  148.593864] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  148.593895] dracut-initqueue[1069]: fi"
[  148.595624] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  149.120390] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  149.121988] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  149.122039] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  149.122073] dracut-initqueue[1069]: fi"
[  149.123594] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  149.648921] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  149.649970] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  149.650012] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  149.650047] dracut-initqueue[1069]: fi"
[  149.651610] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  150.174640] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  150.176206] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  150.176249] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  150.176298] dracut-initqueue[1069]: fi"
[  150.177892] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  150.701074] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  150.702308] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  150.702344] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  150.702374] dracut-initqueue[1069]: fi"
[  150.703834] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  151.227365] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  151.228881] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  151.228915] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  151.228947] dracut-initqueue[1069]: fi"
[  151.230113] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  151.757569] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  151.758725] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  151.758760] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  151.758790] dracut-initqueue[1069]: fi"
[  151.760409] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  152.285423] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  152.287383] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  152.287423] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  152.287458] dracut-initqueue[1069]: fi"
[  152.288694] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  152.813888] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  152.814916] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  152.814951] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  152.814981] dracut-initqueue[1069]: fi"
[  152.816689] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  153.340360] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  153.341880] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  153.341914] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  153.341945] dracut-initqueue[1069]: fi"
[  153.343220] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  153.868830] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  153.869851] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  153.869885] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  153.869914] dracut-initqueue[1069]: fi"
[  153.871684] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  154.394604] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  154.395987] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  154.396055] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  154.396090] dracut-initqueue[1069]: fi"
[  154.397710] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  154.923125] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  154.924147] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  154.924183] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  154.924211] dracut-initqueue[1069]: fi"
[  154.925682] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  155.449380] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  155.450923] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  155.450957] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  155.450986] dracut-initqueue[1069]: fi"
[  155.452191] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  155.976689] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  155.977809] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  155.977846] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  155.977875] dracut-initqueue[1069]: fi"
[  155.979582] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  156.503434] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  156.504863] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  156.504896] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  156.504925] dracut-initqueue[1069]: fi"
[  156.506564] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  157.031733] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  157.032873] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  157.032912] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  157.032942] dracut-initqueue[1069]: fi"
[  157.034582] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  157.559492] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  157.561040] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  157.561076] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  157.561108] dracut-initqueue[1069]: fi"
[  157.562746] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  158.088999] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  158.090081] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  158.090120] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  158.090156] dracut-initqueue[1069]: fi"
[  158.091747] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  158.616355] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  158.617852] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  158.617885] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  158.617914] dracut-initqueue[1069]: fi"
[  158.619632] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  159.142957] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  159.144032] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  159.144068] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  159.144097] dracut-initqueue[1069]: fi"
[  159.145754] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  159.670383] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  159.671811] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  159.671845] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  159.671874] dracut-initqueue[1069]: fi"
[  159.673606] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  160.196977] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  160.198052] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  160.198087] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  160.198117] dracut-initqueue[1069]: fi"
[  160.199838] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  160.725991] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  160.727622] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  160.727656] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  160.727686] dracut-initqueue[1069]: fi"
[  160.728772] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  161.254284] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  161.255353] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  161.255387] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  161.255415] dracut-initqueue[1069]: fi"
[  161.256831] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  161.779869] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  161.781497] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  161.781532] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  161.781561] dracut-initqueue[1069]: fi"
[  161.782681] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  162.306967] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  162.307972] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  162.308010] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  162.308045] dracut-initqueue[1069]: fi"
[  162.309436] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  162.834496] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  162.835857] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  162.835890] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  162.835934] dracut-initqueue[1069]: fi"
[  162.837626] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  163.362869] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  163.364252] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  163.364310] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  163.364338] dracut-initqueue[1069]: fi"
[  163.365933] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  163.890583] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  163.891904] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  163.891937] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  163.891969] dracut-initqueue[1069]: fi"
[  163.893670] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  164.417951] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  164.419097] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  164.419136] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  164.419165] dracut-initqueue[1069]: fi"
[  164.420447] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  164.946865] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  164.948097] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  164.948130] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  164.948158] dracut-initqueue[1069]: fi"
[  164.949495] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  165.475885] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  165.477124] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  165.477160] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  165.477188] dracut-initqueue[1069]: fi"
[  165.478819] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  166.001694] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  166.002896] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  166.002930] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  166.002960] dracut-initqueue[1069]: fi"
[  166.004295] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  166.529784] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  166.530856] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  166.530890] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  166.530919] dracut-initqueue[1069]: fi"
[  166.532502] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  167.055572] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  167.056958] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  167.057021] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  167.057051] dracut-initqueue[1069]: fi"
[  167.058658] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  167.581755] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  167.582952] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  167.582986] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  167.583029] dracut-initqueue[1069]: fi"
[  167.584353] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  168.111085] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  168.112642] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  168.112782] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  168.112806] dracut-initqueue[1069]: fi"
[  168.114430] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  168.638941] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  168.640224] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  168.640256] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  168.640281] dracut-initqueue[1069]: fi"
[  168.641767] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  169.166396] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  169.168040] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  169.168076] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  169.168110] dracut-initqueue[1069]: fi"
[  169.169501] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  169.695353] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  169.696536] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  169.696567] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  169.696592] dracut-initqueue[1069]: fi"
[  169.697782] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  170.222405] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  170.223790] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  170.223836] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  170.223862] dracut-initqueue[1069]: fi"
[  170.225441] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  170.751188] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  170.752305] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  170.752335] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  170.752359] dracut-initqueue[1069]: fi"
[  170.753576] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  171.277574] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  171.279156] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  171.279187] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  171.279212] dracut-initqueue[1069]: fi"
[  171.280498] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  171.804852] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  171.805990] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  171.806034] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  171.806059] dracut-initqueue[1069]: fi"
[  171.807679] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  172.331605] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  172.333012] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  172.333040] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  172.333071] dracut-initqueue[1069]: fi"
[  172.334291] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  172.859699] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  172.860750] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  172.860780] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  172.860804] dracut-initqueue[1069]: fi"
[  172.861958] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  173.386695] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  173.388033] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  173.388062] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  173.388092] dracut-initqueue[1069]: fi"
[  173.389659] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  173.913833] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  173.914859] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  173.914890] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  173.914914] dracut-initqueue[1069]: fi"
[  173.916583] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  174.440637] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  174.441969] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  174.441999] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  174.442041] dracut-initqueue[1069]: fi"
[  174.443366] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  174.968702] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  174.969731] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  174.969779] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  174.969807] dracut-initqueue[1069]: fi"
[  174.971417] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  175.494359] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  175.495863] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  175.495896] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  175.495926] dracut-initqueue[1069]: fi"
[  175.497581] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  176.022175] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  176.023087] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  176.023117] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  176.023142] dracut-initqueue[1069]: fi"
[  176.024344] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  176.549802] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  176.551466] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  176.551494] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  176.551518] dracut-initqueue[1069]: fi"
[  176.553176] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  177.079245] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  177.080306] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  177.080339] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  177.080365] dracut-initqueue[1069]: fi"
[  177.081578] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  177.604357] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  177.605809] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  177.605838] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  177.605865] dracut-initqueue[1069]: fi"
[  177.607343] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  178.131842] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  178.132807] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  178.132838] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  178.132862] dracut-initqueue[1069]: fi"
[  178.134667] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  178.659543] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  178.660967] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  178.660996] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  178.661037] dracut-initqueue[1069]: fi"
[  178.662323] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  179.186042] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  179.187259] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  179.187290] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  179.187314] dracut-initqueue[1069]: fi"
[  179.188594] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  179.712582] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  179.713880] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  179.713910] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  179.713936] dracut-initqueue[1069]: fi"
[  179.715661] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  180.240927] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  180.242253] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  180.242285] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  180.242309] dracut-initqueue[1069]: fi"
[  180.243534] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  180.769367] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  180.770739] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  180.770773] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  180.770804] dracut-initqueue[1069]: fi"
[  180.772368] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  181.298036] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  181.299069] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  181.299104] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  181.299129] dracut-initqueue[1069]: fi"
[  181.300697] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  181.823452] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  181.824852] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  181.824906] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  181.824932] dracut-initqueue[1069]: fi"
[  181.826651] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  182.353288] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  182.354497] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  182.354528] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  182.354557] dracut-initqueue[1069]: fi"
[  182.356344] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  182.879518] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  182.880836] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  182.880864] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  182.880888] dracut-initqueue[1069]: fi"
[  182.882567] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  183.405928] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  183.406928] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  183.406960] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  183.406989] dracut-initqueue[1069]: fi"
[  183.408350] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  183.931366] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  183.932881] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  183.932916] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  183.932946] dracut-initqueue[1069]: fi"
[  183.934599] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  184.461041] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  184.462183] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  184.462214] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  184.462239] dracut-initqueue[1069]: fi"
[  184.463533] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  184.987602] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  184.988896] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  184.988925] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  184.988950] dracut-initqueue[1069]: fi"
[  184.990601] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  185.515925] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  185.517115] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  185.517151] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  185.517176] dracut-initqueue[1069]: fi"
[  185.518591] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  186.041507] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  186.042846] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  186.042875] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  186.042899] dracut-initqueue[1069]: fi"
[  186.044561] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  186.571202] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  186.572270] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  186.572302] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  186.572328] dracut-initqueue[1069]: fi"
[  186.573628] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  187.098906] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  187.100482] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  187.100513] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  187.100539] dracut-initqueue[1069]: fi"
[  187.102241] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  187.626110] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  187.627227] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  187.627259] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  187.627283] dracut-initqueue[1069]: fi"
[  187.628626] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  188.151555] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  188.152855] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  188.152885] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  188.152909] dracut-initqueue[1069]: fi"
[  188.154452] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  188.678033] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  188.678837] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  188.678869] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  188.678893] dracut-initqueue[1069]: fi"
[  188.680071] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  189.203689] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  189.205335] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  189.205370] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  189.205396] dracut-initqueue[1069]: fi"
[  189.207023] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  189.730899] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  189.731830] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  189.731861] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  189.731886] dracut-initqueue[1069]: fi"
[  189.733423] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  190.258614] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  190.260084] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  190.260117] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  190.260142] dracut-initqueue[1069]: fi"
[  190.261691] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  190.787882] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  190.788757] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  190.788791] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  190.788815] dracut-initqueue[1069]: fi"
[  190.790505] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  191.315539] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  191.317069] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  191.317099] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  191.317128] dracut-initqueue[1069]: fi"
[  191.318634] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  191.841921] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  191.843066] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  191.843098] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  191.843126] dracut-initqueue[1069]: fi"
[  191.844593] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  192.370814] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  192.372368] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  192.372397] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  192.372421] dracut-initqueue[1069]: fi"
[  192.374077] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  192.896943] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  192.897843] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  192.897873] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  192.897898] dracut-initqueue[1069]: fi"
[  192.899515] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  193.424606] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  193.426188] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  193.426219] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  193.426243] dracut-initqueue[1069]: fi"
[  193.427547] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  193.950905] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  193.951783] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  193.951815] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  193.951839] dracut-initqueue[1069]: fi"
[  193.953390] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  194.478647] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  194.479841] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  194.479871] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  194.479895] dracut-initqueue[1069]: fi"
[  194.481349] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  195.005415] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  195.006528] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  195.006559] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  195.006586] dracut-initqueue[1069]: fi"
[  195.008330] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  195.532711] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  195.534202] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  195.534233] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  195.534257] dracut-initqueue[1069]: fi"
[  195.536042] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  196.060712] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  196.061708] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  196.061741] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  196.061767] dracut-initqueue[1069]: fi"
[  196.063332] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  196.587513] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  196.588768] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  196.588797] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  196.588820] dracut-initqueue[1069]: fi"
[  196.590470] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  197.113833] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  197.114717] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  197.114748] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  197.114773] dracut-initqueue[1069]: fi"
[  197.116318] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  197.640746] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  197.642395] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  197.642532] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  197.642556] dracut-initqueue[1069]: fi"
[  197.644150] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  198.169076] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  198.170326] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  198.170360] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  198.170385] dracut-initqueue[1069]: fi"
[  198.172206] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  198.697655] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  198.699286] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  198.699316] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  198.699340] dracut-initqueue[1069]: fi"
[  198.700623] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  199.226133] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  199.227144] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  199.227174] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  199.227204] dracut-initqueue[1069]: fi"
[  199.228427] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  199.751505] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  199.753071] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  199.753101] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  199.753129] dracut-initqueue[1069]: fi"
[  199.754431] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  200.279060] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  200.280318] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  200.280350] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  200.280375] dracut-initqueue[1069]: fi"
[  200.281986] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  200.804490] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  200.805916] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  200.805945] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  200.805969] dracut-initqueue[1069]: fi"
[  200.807600] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  200.807744] dracut-initqueue[1069]: Warning: Could not boot.
         Starting ^[[0;1;39mDracut Emergency Shell^[[0m...
Warning: /dev/mapper/rhel_hostname-root does not exist

Generating "/run/initramfs/rdsosreport.txt"


Entering emergency mode. Exit the shell to continue.
Type "journalctl" to view system logs.
You might want to save "/run/initramfs/rdsosreport.txt" to a USB stick or /boot
after mounting them and attach it to a bug report.


^[[?2004hdracut:/# ^[[c^[[2J^[[01;01H^[[=3h^[[2J^[[01;01HKEY MAPPING FOR CONSOLE REDIRECTION:

Use the <ESC><1> key sequence for <F1>
Use the <ESC><2> key sequence for <F2>
Use the <ESC><3> key sequence for <F3>
Use the <ESC><0> key sequence for <F10>
Use the <ESC><!> key sequence for <F11>
Use the <ESC><@> key sequence for <F12>

Use the <ESC><Ctrl><M> key sequence for <Ctrl><M>
Use the <ESC><Ctrl><H> key sequence for <Ctrl><H>
Use the <ESC><Ctrl><I> key sequence for <Ctrl><I>
Use the <ESC><Ctrl><J> key sequence for <Ctrl><J>

Use the <ESC><X><X> key sequence for <Alt><x>, where x is any letter
key, and X is the upper case of that key

Use the <ESC><R><ESC><r><ESC><R> key sequence for <Ctrl><Alt><Del>

Press the spacebar to pause...
Initializing PCIe, USB, and Video... Done
PowerEdge R6515
BIOS Version: 2.14.1
Console Redirection Enabled Requested by iDRAC

F2	 = System Setup
F10	 = Lifecycle Controller (Config
	   iDRAC, Update FW, Install OS)
F11	 = Boot Manager
F12	 = PXE Boot
iDRAC IPV4:  10.86.18.202 [Dedicated]
                                
Initializing Firmware Interfaces...
 





Enumerating Boot options...
Enumerating Boot options... Done
Loading Lifecycle Controller Drivers...
Loading Lifecycle Controller Drivers...Done
Lifecycle Controller: Collecting System Inventory...

iDRAC IPV4:  10.86.18.202 [Dedicated]

^[[2J^[[01;01HLifecycle Controller: Done
Booting...
^[[2J^[[01;01HBooting from Integrated Storage Controller 1: Red Hat Enterprise Linux
^[[0m^[[30m^[[40m^[[2J^[[01;01H^[[0m^[[37m^[[40m^[[20;07HUse the ^ and v keys to change the selection.                       
\r      Press 'e' to edit the selected item, or 'c' for a command prompt.   
\r      Press Escape to return to the previous menu.                        ^[[04;80H ^[[0m^[[30m^[[47m^[[04;01H      Red Hat Enterprise Linux (6.11.0-rc5-next-20240830) 9.1 (Plow)           ^[[0m^[[37m^[[40m^[[04;79H^[[05;01H      Red Hat Enterprise Linux (6.11.0-rc4-d2bafcf224-d2bafcf224f) 9.1 (Plow)  ^[[05;79H^[[06;01H      Red Hat Enterprise Linux (6.11.0-rc3-df6cbc62cc-df6cbc6) 9.1 (Plow)      ^[[06;79H^[[07;01H      Red Hat Enterprise Linux (6.11.0-rc2-5189dafa4c-5189daf) 9.1 (Plow)      ^[[07;79H^[[08;01H      Red Hat Enterprise Linux (6.11.0-rc1-d3426a6ed9-d3426a6) 9.1 (Plow)      ^[[08;79H^[[09;01H      Red Hat Enterprise Linux (6.11.0-rc1) 9.1 (Plow)                         ^[[09;79H^[[10;01H      Red Hat Enterprise Linux (6.9.0-rc20ecaefb303) 9.1 (Plow)                ^[[10;79H^[[11;01H      Red Hat Enterprise Linux (5.14.0-162.6.1.el9_1.x86_64) 9.1 (Plow)        ^[[11;79H^[[12;01H      Red Hat Enterprise Linux (0-rescue-8f37f8055146469d8baec3ad508b0084) 9.1>
\r^[[13;01H^[[12;79H^[[13;01H      UEFI Firmware Settings                                                   ^[[13;79H^[[14;01H                                                                               ^[[14;79H^[[15;01H                                                                               ^[[15;79H^[[16;01H                                                                               ^[[16;79H^[[17;01H                                                                               ^[[17;79H^[[18;01H                                                                               ^[[18;79H^[[18;80H ^[[04;79H^[[23;01H   The selected entry will be started automatically in 5s.                     ^[[04;79H^[[23;01H                                                                               ^[[24;01H                                                                               ^[[04;79H^[[04;01H      Red Hat Enterprise Linux (6.11.0-rc5-next-20240830) 9.1 (Plow)           ^[[04;79H^[[0m^[[30m^[[47m^[[05;01H      Red Hat Enterprise Linux (6.11.0-rc4-d2bafcf224-d2bafcf224f) 9.1 (Plow)  ^[[0m^[[37m^[[40m^[[05;79H^[[05;01H      Red Hat Enterprise Linux (6.11.0-rc4-d2bafcf224-d2bafcf224f) 9.1 (Plow)  ^[[05;79H^[[0m^[[30m^[[47m^[[06;01H      Red Hat Enterprise Linux (6.11.0-rc3-df6cbc62cc-df6cbc6) 9.1 (Plow)      ^[[0m^[[37m^[[40m^[[06;79H^[[06;01H      Red Hat Enterprise Linux (6.11.0-rc3-df6cbc62cc-df6cbc6) 9.1 (Plow)      ^[[06;79H^[[0m^[[30m^[[47m^[[07;01H      Red Hat Enterprise Linux (6.11.0-rc2-5189dafa4c-5189daf) 9.1 (Plow)      ^[[0m^[[37m^[[40m^[[07;79H^[[07;01H      Red Hat Enterprise Linux (6.11.0-rc2-5189dafa4c-5189daf) 9.1 (Plow)      ^[[07;79H^[[0m^[[30m^[[47m^[[08;01H      Red Hat Enterprise Linux (6.11.0-rc1-d3426a6ed9-d3426a6) 9.1 (Plow)      ^[[0m^[[37m^[[40m^[[08;79H^[[08;01H      Red Hat Enterprise Linux (6.11.0-rc1-d3426a6ed9-d3426a6) 9.1 (Plow)      ^[[08;79H^[[0m^[[30m^[[47m^[[09;01H      Red Hat Enterprise Linux (6.11.0-rc1) 9.1 (Plow)                         ^[[0m^[[37m^[[40m^[[09;79H^[[09;01H      Red Hat Enterprise Linux (6.11.0-rc1) 9.1 (Plow)                         ^[[09;79H^[[0m^[[30m^[[47m^[[10;01H      Red Hat Enterprise Linux (6.9.0-rc20ecaefb303) 9.1 (Plow)                ^[[0m^[[37m^[[40m^[[10;79H^[[10;01H      Red Hat Enterprise Linux (6.9.0-rc20ecaefb303) 9.1 (Plow)                ^[[10;79H^[[0m^[[30m^[[47m^[[11;01H      Red Hat Enterprise Linux (5.14.0-162.6.1.el9_1.x86_64) 9.1 (Plow)        ^[[0m^[[37m^[[40m^[[11;79H^[[0m^[[30m^[[40m^[[2J^[[01;01H^[[0m^[[37m^[[40m^[[0m^[[30m^[[40m^[[2J^[[01;01H^[[0m^[[37m^[[40m[    0.000000] Linux version 5.14.0-162.6.1.el9_1.x86_64 (mockbuild@x86-vm-07.build.eng.bos.redhat.com) (gcc (GCC) 11.3.1 20220421 (Red Hat 11.3.1-2), GNU ld version 2.35.2-24.el9) #1 SMP PREEMPT_DYNAMIC Fri Sep 30 07:36:03 EDT 2022
[    0.000000] The list of certified hardware and cloud instances for Red Hat Enterprise Linux 9 can be viewed at the Red Hat Ecosystem Catalog, https://catalog.redhat.com.
[    0.000000] Command line: BOOT_IMAGE=(hd0,gpt6)/vmlinuz-5.14.0-162.6.1.el9_1.x86_64 root=/dev/mapper/rhel_hostname-root ro selinux=0 console=ttyS0,115200n8 earlyprintk=ttyS0,115200 net.ifnames=0 biosdevname=0 swiotlb=131072 kvm_amd.debug_swap=0 mem_encrypt=off
[    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: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: xstate_offset[9]:  832, xstate_sizes[9]:    8
[    0.000000] x86/fpu: Enabled xstate features 0x207, context size is 840 bytes, using 'compacted' format.
[    0.000000] signal: max sigframe size: 3376
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000008efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000008f000-0x000000000008ffff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000000090000-0x000000000009ffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000015dfffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000015e00000-0x00000000566fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000056700000-0x00000000567fbfff] usable
[    0.000000] BIOS-e820: [mem 0x00000000567fc000-0x00000000567fcfff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000567fd000-0x000000005a14afff] usable
[    0.000000] BIOS-e820: [mem 0x000000005a14b000-0x000000005a34afff] reserved
[    0.000000] BIOS-e820: [mem 0x000000005a34b000-0x0000000067acefff] usable
[    0.000000] BIOS-e820: [mem 0x0000000067acf000-0x000000006dfcefff] reserved
[    0.000000] BIOS-e820: [mem 0x000000006dfcf000-0x000000006edfefff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000006edff000-0x000000006effefff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000006efff000-0x000000006effffff] usable
[    0.000000] BIOS-e820: [mem 0x000000006f000000-0x000000006f00afff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000006f00b000-0x000000006fffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000070000000-0x000000008fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000aa000000-0x00000000aaffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000c5000000-0x00000000c5ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000e0ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fd000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000207fcfffff] usable
[    0.000000] BIOS-e820: [mem 0x000000207fd00000-0x000000207fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000002080000000-0x000000407f1fffff] usable
[    0.000000] BIOS-e820: [mem 0x000000407f200000-0x000000407fffffff] reserved
[    0.000000] printk: bootconsole [earlyser0] enabled
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] extended physical RAM map:
[    0.000000] reserve setup_data: [mem 0x0000000000000000-0x000000000008efff] usable
[    0.000000] reserve setup_data: [mem 0x000000000008f000-0x000000000008ffff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x0000000000090000-0x000000000009ffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000000100000-0x0000000000b4b01f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000b4b020-0x0000000000b5305f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000b53060-0x0000000000b5401f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000b54020-0x0000000000b8645f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000b86460-0x0000000000b8701f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000b87020-0x0000000000bb945f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000bb9460-0x0000000000bba01f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000bba020-0x0000000000bffe5f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000bffe60-0x0000000015dfffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000015e00000-0x00000000566fffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000056700000-0x00000000567fbfff] usable
[    0.000000] reserve setup_data: [mem 0x00000000567fc000-0x00000000567fcfff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000567fd000-0x000000005a14afff] usable
[    0.000000] reserve setup_data: [mem 0x000000005a14b000-0x000000005a34afff] reserved
[    0.000000] reserve setup_data: [mem 0x000000005a34b000-0x0000000067acefff] usable
[    0.000000] reserve setup_data: [mem 0x0000000067acf000-0x000000006dfcefff] reserved
[    0.000000] reserve setup_data: [mem 0x000000006dfcf000-0x000000006edfefff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x000000006edff000-0x000000006effefff] ACPI data
[    0.000000] reserve setup_data: [mem 0x000000006efff000-0x000000006effffff] usable
[    0.000000] reserve setup_data: [mem 0x000000006f000000-0x000000006f00afff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x000000006f00b000-0x000000006fffffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000070000000-0x000000008fffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000aa000000-0x00000000aaffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000c5000000-0x00000000c5ffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000e0000000-0x00000000e0ffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fd000000-0x00000000ffffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000207fcfffff] usable
[    0.000000] reserve setup_data: [mem 0x000000207fd00000-0x000000207fffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000002080000000-0x000000407f1fffff] usable
[    0.000000] reserve setup_data: [mem 0x000000407f200000-0x000000407fffffff] reserved
[    0.000000] efi: EFI v2.70 by Dell Inc.
[    0.000000] efi: ACPI=0x6effe000 ACPI 2.0=0x6effe014 MEMATTR=0x60baaaa0 SMBIOS=0x6979e000 SMBIOS 3.0=0x6979c000 MOKvar=0x67bcc000 RNG=0x67b3efa0 
[    0.000000] efi: seeding entropy pool
[    0.000000] secureboot: Secure boot disabled
[    0.000000] SMBIOS 3.3.0 present.
[    0.000000] DMI: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 1996.302 MHz processor
[    0.000024] last_pfn = 0x407f200 max_arch_pfn = 0x400000000
[    0.006230] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Memory KASLR using RDRAND RDTSC...
[    0.016344] x2apic: enabled by BIOS, switching to x2apic ops
[    0.021978] last_pfn = 0x70000 max_arch_pfn = 0x400000000
[    0.031367] Using GB pages for direct mapping
[    0.036227] secureboot: Secure boot disabled
[    0.040315] RAMDISK: [mem 0x407ceef000-0x407f1fffff]
[    0.045256] ACPI: Early table checksum verification disabled
[    0.050889] ACPI: RSDP 0x000000006EFFE014 000024 (v02 DELL  )
[    0.056607] ACPI: XSDT 0x000000006EFB7188 0000DC (v01 DELL   PE_SC3   00000002 DELL 00000001)
[    0.065103] ACPI: FACP 0x000000006EFF9000 000114 (v06 DELL   PE_SC3   00000002 DELL 00000001)
[    0.073595] ACPI: DSDT 0x000000006EFDA000 019528 (v02 DELL   PE_SC3   00000002 DELL 00000001)
[    0.082086] ACPI: FACS 0x000000006EDB9000 000040
[    0.086679] ACPI: BERT 0x000000006EFFC000 000030 (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.095172] ACPI: ERST 0x000000006EFFB000 000230 (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.103665] ACPI: HEST 0x000000006EFFA000 0007F4 (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.112159] ACPI: HPET 0x000000006EFF8000 000038 (v01 DELL   PE_SC3   00000002 DELL 00000001)
[    0.120659] ACPI: APIC 0x000000006EFF6000 0018BE (v05 DELL   PE_SC3   00000002 DELL 00000001)
[    0.129152] ACPI: MCFG 0x000000006EFF5000 00003C (v01 DELL   PE_SC3   00000002 DELL 00000001)
[    0.137645] ACPI: WSMT 0x000000006EFF4000 000028 (v01 DELL   PE_SC3   00000002 DELL 00000001)
[    0.146137] ACPI: SSDT 0x000000006EFD9000 000629 (v02 DELL   xhc_port 00000001 INTL 20210331)
[    0.154630] ACPI: SSDT 0x000000006EFD8000 000D6E (v02 AMD    CPMRAS   00000001 INTL 20210331)
[    0.163124] ACPI: EINJ 0x000000006EFD7000 000170 (v01 AMD    PE_SC3   00000001 AMD  00000001)
[    0.171617] ACPI: PCCT 0x000000006EFD6000 00006E (v02 DELL   AmdTable 00000001 AMD  00000001)
[    0.180109] ACPI: SSDT 0x000000006EFC7000 00E849 (v02 DELL   PE_SC3   00000001 AMD  00000001)
[    0.188602] ACPI: SRAT 0x000000006EFC6000 000CD0 (v03 DELL   PE_SC3   00000001 AMD  00000001)
[    0.197095] ACPI: MSCT 0x000000006EFC5000 00004E (v01 DELL   PE_SC3   00000000 AMD  00000001)
[    0.205588] ACPI: SLIT 0x000000006EFC4000 000030 (v01 DELL   PE_SC3   00000001 AMD  00000001)
[    0.214082] ACPI: CRAT 0x000000006EFBC000 0072F8 (v01 DELL   PE_SC3   00000001 AMD  00000001)
[    0.222575] ACPI: CDIT 0x000000006EFBB000 00002C (v01 DELL   PE_SC3   00000001 AMD  00000001)
[    0.231067] ACPI: IVRS 0x000000006EFBA000 0001F0 (v02 DELL   PE_SC3   00000001 AMD  00000001)
[    0.239560] ACPI: SPCR 0x000000006EFB9000 000050 (v02 DELL   PE_SC3   00000002 DELL 00000001)
[    0.248053] ACPI: SLIC 0x000000006EFB8000 000176 (v01 DELL   PE_SC3   00000002 DELL 00000001)
[    0.256545] ACPI: SSDT 0x000000006EFFD000 000D66 (v02 DELL   PE_SC3   00000002 DELL 00000001)
[    0.265039] ACPI: SSDT 0x000000006EFB5000 00193C (v02 AMD    CPMCMN   00000001 INTL 20210331)
[    0.273531] ACPI: Reserving FACP table memory at [mem 0x6eff9000-0x6eff9113]
[    0.280551] ACPI: Reserving DSDT table memory at [mem 0x6efda000-0x6eff3527]
[    0.287570] ACPI: Reserving FACS table memory at [mem 0x6edb9000-0x6edb903f]
[    0.294590] ACPI: Reserving BERT table memory at [mem 0x6effc000-0x6effc02f]
[    0.301609] ACPI: Reserving ERST table memory at [mem 0x6effb000-0x6effb22f]
[    0.308629] ACPI: Reserving HEST table memory at [mem 0x6effa000-0x6effa7f3]
[    0.315649] ACPI: Reserving HPET table memory at [mem 0x6eff8000-0x6eff8037]
[    0.322668] ACPI: Reserving APIC table memory at [mem 0x6eff6000-0x6eff78bd]
[    0.329688] ACPI: Reserving MCFG table memory at [mem 0x6eff5000-0x6eff503b]
[    0.336708] ACPI: Reserving WSMT table memory at [mem 0x6eff4000-0x6eff4027]
[    0.343727] ACPI: Reserving SSDT table memory at [mem 0x6efd9000-0x6efd9628]
[    0.350748] ACPI: Reserving SSDT table memory at [mem 0x6efd8000-0x6efd8d6d]
[    0.357767] ACPI: Reserving EINJ table memory at [mem 0x6efd7000-0x6efd716f]
[    0.364786] ACPI: Reserving PCCT table memory at [mem 0x6efd6000-0x6efd606d]
[    0.371806] ACPI: Reserving SSDT table memory at [mem 0x6efc7000-0x6efd5848]
[    0.378826] ACPI: Reserving SRAT table memory at [mem 0x6efc6000-0x6efc6ccf]
[    0.385845] ACPI: Reserving MSCT table memory at [mem 0x6efc5000-0x6efc504d]
[    0.392865] ACPI: Reserving SLIT table memory at [mem 0x6efc4000-0x6efc402f]
[    0.399884] ACPI: Reserving CRAT table memory at [mem 0x6efbc000-0x6efc32f7]
[    0.406905] ACPI: Reserving CDIT table memory at [mem 0x6efbb000-0x6efbb02b]
[    0.413923] ACPI: Reserving IVRS table memory at [mem 0x6efba000-0x6efba1ef]
[    0.420942] ACPI: Reserving SPCR table memory at [mem 0x6efb9000-0x6efb904f]
[    0.427963] ACPI: Reserving SLIC table memory at [mem 0x6efb8000-0x6efb8175]
[    0.434982] ACPI: Reserving SSDT table memory at [mem 0x6effd000-0x6effdd65]
[    0.442002] ACPI: Reserving SSDT table memory at [mem 0x6efb5000-0x6efb693b]
[    0.449031] Setting APIC routing to cluster x2apic.
[    0.453887] SRAT: PXM 0 -> APIC 0x0000 -> Node 0
[    0.458468] SRAT: PXM 0 -> APIC 0x0001 -> Node 0
[    0.463061] SRAT: PXM 0 -> APIC 0x0002 -> Node 0
[    0.467654] SRAT: PXM 0 -> APIC 0x0003 -> Node 0
[    0.472247] SRAT: PXM 0 -> APIC 0x0004 -> Node 0
[    0.476840] SRAT: PXM 0 -> APIC 0x0005 -> Node 0
[    0.481432] SRAT: PXM 0 -> APIC 0x0006 -> Node 0
[    0.486026] SRAT: PXM 0 -> APIC 0x0007 -> Node 0
[    0.490619] SRAT: PXM 0 -> APIC 0x0008 -> Node 0
[    0.495212] SRAT: PXM 0 -> APIC 0x0009 -> Node 0
[    0.499805] SRAT: PXM 0 -> APIC 0x000a -> Node 0
[    0.504398] SRAT: PXM 0 -> APIC 0x000b -> Node 0
[    0.508991] SRAT: PXM 0 -> APIC 0x000c -> Node 0
[    0.513585] SRAT: PXM 0 -> APIC 0x000d -> Node 0
[    0.518177] SRAT: PXM 0 -> APIC 0x000e -> Node 0
[    0.522771] SRAT: PXM 0 -> APIC 0x000f -> Node 0
[    0.527364] SRAT: PXM 0 -> APIC 0x0010 -> Node 0
[    0.531958] SRAT: PXM 0 -> APIC 0x0011 -> Node 0
[    0.536550] SRAT: PXM 0 -> APIC 0x0012 -> Node 0
[    0.541143] SRAT: PXM 0 -> APIC 0x0013 -> Node 0
[    0.545737] SRAT: PXM 0 -> APIC 0x0014 -> Node 0
[    0.550329] SRAT: PXM 0 -> APIC 0x0015 -> Node 0
[    0.554922] SRAT: PXM 0 -> APIC 0x0016 -> Node 0
[    0.559516] SRAT: PXM 0 -> APIC 0x0017 -> Node 0
[    0.564108] SRAT: PXM 0 -> APIC 0x0018 -> Node 0
[    0.568702] SRAT: PXM 0 -> APIC 0x0019 -> Node 0
[    0.573294] SRAT: PXM 0 -> APIC 0x001a -> Node 0
[    0.577888] SRAT: PXM 0 -> APIC 0x001b -> Node 0
[    0.582481] SRAT: PXM 0 -> APIC 0x001c -> Node 0
[    0.587075] SRAT: PXM 0 -> APIC 0x001d -> Node 0
[    0.591667] SRAT: PXM 0 -> APIC 0x001e -> Node 0
[    0.596260] SRAT: PXM 0 -> APIC 0x001f -> Node 0
[    0.600853] SRAT: PXM 0 -> APIC 0x0020 -> Node 0
[    0.605446] SRAT: PXM 0 -> APIC 0x0021 -> Node 0
[    0.610039] SRAT: PXM 0 -> APIC 0x0022 -> Node 0
[    0.614632] SRAT: PXM 0 -> APIC 0x0023 -> Node 0
[    0.619226] SRAT: PXM 0 -> APIC 0x0024 -> Node 0
[    0.623819] SRAT: PXM 0 -> APIC 0x0025 -> Node 0
[    0.628412] SRAT: PXM 0 -> APIC 0x0026 -> Node 0
[    0.633004] SRAT: PXM 0 -> APIC 0x0027 -> Node 0
[    0.637597] SRAT: PXM 0 -> APIC 0x0028 -> Node 0
[    0.642192] SRAT: PXM 0 -> APIC 0x0029 -> Node 0
[    0.646802] SRAT: PXM 0 -> APIC 0x002a -> Node 0
[    0.651395] SRAT: PXM 0 -> APIC 0x002b -> Node 0
[    0.655988] SRAT: PXM 0 -> APIC 0x002c -> Node 0
[    0.660581] SRAT: PXM 0 -> APIC 0x002d -> Node 0
[    0.665173] SRAT: PXM 0 -> APIC 0x002e -> Node 0
[    0.669767] SRAT: PXM 0 -> APIC 0x002f -> Node 0
[    0.674361] SRAT: PXM 0 -> APIC 0x0030 -> Node 0
[    0.678953] SRAT: PXM 0 -> APIC 0x0031 -> Node 0
[    0.683547] SRAT: PXM 0 -> APIC 0x0032 -> Node 0
[    0.688139] SRAT: PXM 0 -> APIC 0x0033 -> Node 0
[    0.692732] SRAT: PXM 0 -> APIC 0x0034 -> Node 0
[    0.697326] SRAT: PXM 0 -> APIC 0x0035 -> Node 0
[    0.701919] SRAT: PXM 0 -> APIC 0x0036 -> Node 0
[    0.706511] SRAT: PXM 0 -> APIC 0x0037 -> Node 0
[    0.711105] SRAT: PXM 0 -> APIC 0x0038 -> Node 0
[    0.715698] SRAT: PXM 0 -> APIC 0x0039 -> Node 0
[    0.720291] SRAT: PXM 0 -> APIC 0x003a -> Node 0
[    0.724884] SRAT: PXM 0 -> APIC 0x003b -> Node 0
[    0.729477] SRAT: PXM 0 -> APIC 0x003c -> Node 0
[    0.734071] SRAT: PXM 0 -> APIC 0x003d -> Node 0
[    0.738663] SRAT: PXM 0 -> APIC 0x003e -> Node 0
[    0.743257] SRAT: PXM 0 -> APIC 0x003f -> Node 0
[    0.747868] SRAT: PXM 1 -> APIC 0x0040 -> Node 1
[    0.752461] SRAT: PXM 1 -> APIC 0x0041 -> Node 1
[    0.757053] SRAT: PXM 1 -> APIC 0x0042 -> Node 1
[    0.761645] SRAT: PXM 1 -> APIC 0x0043 -> Node 1
[    0.766239] SRAT: PXM 1 -> APIC 0x0044 -> Node 1
[    0.770832] SRAT: PXM 1 -> APIC 0x0045 -> Node 1
[    0.775425] SRAT: PXM 1 -> APIC 0x0046 -> Node 1
[    0.780019] SRAT: PXM 1 -> APIC 0x0047 -> Node 1
[    0.784611] SRAT: PXM 1 -> APIC 0x0048 -> Node 1
[    0.789205] SRAT: PXM 1 -> APIC 0x0049 -> Node 1
[    0.793798] SRAT: PXM 1 -> APIC 0x004a -> Node 1
[    0.798390] SRAT: PXM 1 -> APIC 0x004b -> Node 1
[    0.802984] SRAT: PXM 1 -> APIC 0x004c -> Node 1
[    0.807576] SRAT: PXM 1 -> APIC 0x004d -> Node 1
[    0.812170] SRAT: PXM 1 -> APIC 0x004e -> Node 1
[    0.816763] SRAT: PXM 1 -> APIC 0x004f -> Node 1
[    0.821357] SRAT: PXM 1 -> APIC 0x0050 -> Node 1
[    0.825949] SRAT: PXM 1 -> APIC 0x0051 -> Node 1
[    0.830543] SRAT: PXM 1 -> APIC 0x0052 -> Node 1
[    0.835136] SRAT: PXM 1 -> APIC 0x0053 -> Node 1
[    0.839728] SRAT: PXM 1 -> APIC 0x0054 -> Node 1
[    0.844322] SRAT: PXM 1 -> APIC 0x0055 -> Node 1
[    0.848915] SRAT: PXM 1 -> APIC 0x0056 -> Node 1
[    0.853543] SRAT: PXM 1 -> APIC 0x0057 -> Node 1
[    0.858135] SRAT: PXM 1 -> APIC 0x0058 -> Node 1
[    0.862763] SRAT: PXM 1 -> APIC 0x0059 -> Node 1
[    0.867357] SRAT: PXM 1 -> APIC 0x005a -> Node 1
[    0.871950] SRAT: PXM 1 -> APIC 0x005b -> Node 1
[    0.876542] SRAT: PXM 1 -> APIC 0x005c -> Node 1
[    0.881136] SRAT: PXM 1 -> APIC 0x005d -> Node 1
[    0.885729] SRAT: PXM 1 -> APIC 0x005e -> Node 1
[    0.890322] SRAT: PXM 1 -> APIC 0x005f -> Node 1
[    0.894915] SRAT: PXM 1 -> APIC 0x0060 -> Node 1
[    0.899508] SRAT: PXM 1 -> APIC 0x0061 -> Node 1
[    0.904101] SRAT: PXM 1 -> APIC 0x0062 -> Node 1
[    0.908695] SRAT: PXM 1 -> APIC 0x0063 -> Node 1
[    0.913287] SRAT: PXM 1 -> APIC 0x0064 -> Node 1
[    0.917881] SRAT: PXM 1 -> APIC 0x0065 -> Node 1
[    0.922474] SRAT: PXM 1 -> APIC 0x0066 -> Node 1
[    0.927067] SRAT: PXM 1 -> APIC 0x0067 -> Node 1
[    0.931661] SRAT: PXM 1 -> APIC 0x0068 -> Node 1
[    0.936253] SRAT: PXM 1 -> APIC 0x0069 -> Node 1
[    0.940846] SRAT: PXM 1 -> APIC 0x006a -> Node 1
[    0.945439] SRAT: PXM 1 -> APIC 0x006b -> Node 1
[    0.950032] SRAT: PXM 1 -> APIC 0x006c -> Node 1
[    0.954624] SRAT: PXM 1 -> APIC 0x006d -> Node 1
[    0.959219] SRAT: PXM 1 -> APIC 0x006e -> Node 1
[    0.963820] SRAT: PXM 1 -> APIC 0x006f -> Node 1
[    0.968413] SRAT: PXM 1 -> APIC 0x0070 -> Node 1
[    0.973006] SRAT: PXM 1 -> APIC 0x0071 -> Node 1
[    0.977599] SRAT: PXM 1 -> APIC 0x0072 -> Node 1
[    0.982193] SRAT: PXM 1 -> APIC 0x0073 -> Node 1
[    0.986785] SRAT: PXM 1 -> APIC 0x0074 -> Node 1
[    0.991379] SRAT: PXM 1 -> APIC 0x0075 -> Node 1
[    0.995971] SRAT: PXM 1 -> APIC 0x0076 -> Node 1
[    1.000565] SRAT: PXM 1 -> APIC 0x0077 -> Node 1
[    1.005158] SRAT: PXM 1 -> APIC 0x0078 -> Node 1
[    1.009751] SRAT: PXM 1 -> APIC 0x0079 -> Node 1
[    1.014344] SRAT: PXM 1 -> APIC 0x007a -> Node 1
[    1.018938] SRAT: PXM 1 -> APIC 0x007b -> Node 1
[    1.023530] SRAT: PXM 1 -> APIC 0x007c -> Node 1
[    1.028123] SRAT: PXM 1 -> APIC 0x007d -> Node 1
[    1.032717] SRAT: PXM 1 -> APIC 0x007e -> Node 1
[    1.037310] SRAT: PXM 1 -> APIC 0x007f -> Node 1
[    1.041905] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff]
[    1.047882] ACPI: SRAT: Node 0 PXM 0 [mem 0x000c0000-0x7fffffff]
[    1.053863] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0x207fffffff]
[    1.060101] ACPI: SRAT: Node 1 PXM 1 [mem 0x2080000000-0x407fffffff]
[    1.066432] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x000c0000-0x7fffffff] -> [mem 0x00000000-0x7fffffff]
[    1.076655] NUMA: Node 0 [mem 0x00000000-0x7fffffff] + [mem 0x100000000-0x207fffffff] -> [mem 0x00000000-0x207fffffff]
[    1.087319] NODE_DATA(0) allocated [mem 0x207fcd5000-0x207fcfffff]
[    1.093474] NODE_DATA(1) allocated [mem 0x407cec3000-0x407ceedfff]
[    1.099999] Zone ranges:
[    1.102357]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    1.108511]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    1.114665]   Normal   [mem 0x0000000100000000-0x000000407f1fffff]
[    1.120817]   Device   empty
[    1.123677] Movable zone start for each node
[    1.127925] Early memory node ranges
[    1.131476]   node   0: [mem 0x0000000000001000-0x000000000008efff]
[    1.137715]   node   0: [mem 0x0000000000090000-0x000000000009ffff]
[    1.143956]   node   0: [mem 0x0000000000100000-0x0000000015dfffff]
[    1.150194]   node   0: [mem 0x0000000056700000-0x00000000567fbfff]
[    1.156436]   node   0: [mem 0x00000000567fd000-0x000000005a14afff]
[    1.162675]   node   0: [mem 0x000000005a34b000-0x0000000067acefff]
[    1.168914]   node   0: [mem 0x000000006efff000-0x000000006effffff]
[    1.175181]   node   0: [mem 0x000000006f00b000-0x000000006fffffff]
[    1.181420]   node   0: [mem 0x0000000100000000-0x000000207fcfffff]
[    1.187667]   node   1: [mem 0x0000002080000000-0x000000407f1fffff]
[    1.193908] Initmem setup node 0 [mem 0x0000000000001000-0x000000207fcfffff]
[    1.200920] Initmem setup node 1 [mem 0x0000002080000000-0x000000407f1fffff]
[    1.207940] On node 0, zone DMA: 1 pages in unavailable ranges
[    1.207941] On node 0, zone DMA: 1 pages in unavailable ranges
[    1.213766] On node 0, zone DMA: 96 pages in unavailable ranges
[    1.220245] On node 0, zone DMA32: 35072 pages in unavailable ranges
[    1.226057] On node 0, zone DMA32: 1 pages in unavailable ranges
[    1.232594] On node 0, zone DMA32: 512 pages in unavailable ranges
[    1.238638] On node 0, zone DMA32: 30000 pages in unavailable ranges
[    1.244652] On node 0, zone DMA32: 11 pages in unavailable ranges
[    1.251327] On node 1, zone Normal: 768 pages in unavailable ranges
[    1.257267] On node 1, zone Normal: 3584 pages in unavailable ranges
[    1.263621] ACPI: PM-Timer IO Port: 0x408
[    1.273809] ACPI: X2APIC_NMI (uid[0xffffffff] high edge lint[0x1])
[    1.279947] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    1.285853] IOAPIC[0]: apic_id 240, version 33, address 0xfec00000, GSI 0-23
[    1.292862] IOAPIC[1]: apic_id 241, version 33, address 0xe0100000, GSI 120-151
[    1.300143] IOAPIC[2]: apic_id 242, version 33, address 0xc5100000, GSI 88-119
[    1.307335] IOAPIC[3]: apic_id 243, version 33, address 0xaa100000, GSI 56-87
[    1.314441] IOAPIC[4]: apic_id 244, version 33, address 0xfd100000, GSI 24-55
[    1.321546] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    1.327871] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    1.334374] ACPI: Using ACPI (MADT) for SMP configuration information
[    1.340783] ACPI: HPET id: 0x10228201 base: 0xfed00000
[    1.345897] ACPI: SPCR: console: uart,io,0x2f8,115200
[    1.350923] smpboot: Allowing 128 CPUs, 0 hotplug CPUs
[    1.356059] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    1.363576] PM: hibernation: Registered nosave memory: [mem 0x0008f000-0x0008ffff]
[    1.371115] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    1.378654] PM: hibernation: Registered nosave memory: [mem 0x00b4b000-0x00b4bfff]
[    1.386220] PM: hibernation: Registered nosave memory: [mem 0x00b53000-0x00b53fff]
[    1.393759] PM: hibernation: Registered nosave memory: [mem 0x00b54000-0x00b54fff]
[    1.401300] PM: hibernation: Registered nosave memory: [mem 0x00b86000-0x00b86fff]
[    1.408838] PM: hibernation: Registered nosave memory: [mem 0x00b87000-0x00b87fff]
[    1.416378] PM: hibernation: Registered nosave memory: [mem 0x00bb9000-0x00bb9fff]
[    1.423918] PM: hibernation: Registered nosave memory: [mem 0x00bba000-0x00bbafff]
[    1.431457] PM: hibernation: Registered nosave memory: [mem 0x00bff000-0x00bfffff]
[    1.438997] PM: hibernation: Registered nosave memory: [mem 0x15e00000-0x566fffff]
[    1.446538] PM: hibernation: Registered nosave memory: [mem 0x567fc000-0x567fcfff]
[    1.454076] PM: hibernation: Registered nosave memory: [mem 0x5a14b000-0x5a34afff]
[    1.461616] PM: hibernation: Registered nosave memory: [mem 0x67acf000-0x6dfcefff]
[    1.469155] PM: hibernation: Registered nosave memory: [mem 0x6dfcf000-0x6edfefff]
[    1.476694] PM: hibernation: Registered nosave memory: [mem 0x6edff000-0x6effefff]
[    1.484234] PM: hibernation: Registered nosave memory: [mem 0x6f000000-0x6f00afff]
[    1.491801] PM: hibernation: Registered nosave memory: [mem 0x70000000-0x8fffffff]
[    1.499340] PM: hibernation: Registered nosave memory: [mem 0x90000000-0xa9ffffff]
[    1.506880] PM: hibernation: Registered nosave memory: [mem 0xaa000000-0xaaffffff]
[    1.514418] PM: hibernation: Registered nosave memory: [mem 0xab000000-0xc4ffffff]
[    1.521959] PM: hibernation: Registered nosave memory: [mem 0xc5000000-0xc5ffffff]
[    1.529497] PM: hibernation: Registered nosave memory: [mem 0xc6000000-0xdfffffff]
[    1.537038] PM: hibernation: Registered nosave memory: [mem 0xe0000000-0xe0ffffff]
[    1.544577] PM: hibernation: Registered nosave memory: [mem 0xe1000000-0xfcffffff]
[    1.552116] PM: hibernation: Registered nosave memory: [mem 0xfd000000-0xffffffff]
[    1.559657] PM: hibernation: Registered nosave memory: [mem 0x207fd00000-0x207fffffff]
[    1.567543] [mem 0xe1000000-0xfcffffff] available for PCI devices
[    1.573609] Booting paravirtualized kernel on bare hardware
[    1.579156] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[    1.593377] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:128 nr_cpu_ids:128 nr_node_ids:2
[    1.603507] percpu: Embedded 55 pages/cpu s188416 r8192 d28672 u262144
[    1.609959] Built 2 zonelists, mobility grouping on.  Total pages: 65699411
[    1.616783] Policy zone: Normal
[    1.619904] Kernel command line: BOOT_IMAGE=(hd0,gpt6)/vmlinuz-5.14.0-162.6.1.el9_1.x86_64 root=/dev/mapper/rhel_hostname-root ro selinux=0 console=ttyS0,115200n8 earlyprintk=ttyS0,115200 net.ifnames=0 biosdevname=0 swiotlb=131072 kvm_amd.debug_swap=0 mem_encrypt=off
[    1.643662] Unknown kernel command line parameters "BOOT_IMAGE=(hd0,gpt6)/vmlinuz-5.14.0-162.6.1.el9_1.x86_64 biosdevname=0 mem_encrypt=off", will be passed to user space.
[    1.659548] mem auto-init: stack:off, heap alloc:off, heap free:off
[    1.745585] Memory: 555668K/266975624K available (14344K kernel code, 6001K rwdata, 9208K rodata, 2740K init, 7196K bss, 4662008K reserved, 0K cma-reserved)
[    1.759388] random: get_random_u64 called from kmem_cache_open+0x1e/0x310 with crng_init=0
[    1.759623] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=128, Nodes=2
[    1.774381] ftrace: allocating 44038 entries in 173 pages
[    1.797583] ftrace: allocated 173 pages with 5 groups
[    1.803060] Dynamic Preempt: voluntary
[    1.806785] rcu: Preemptible hierarchical RCU implementation.
[    1.812345] rcu: 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=128.
[    1.819279] 	Trampoline variant of Tasks RCU enabled.
[    1.824304] 	Rude variant of Tasks RCU enabled.
[    1.828811] 	Tracing variant of Tasks RCU enabled.
[    1.833577] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[    1.841203] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=128
[    1.850980] NR_IRQS: 524544, nr_irqs: 3624, preallocated irqs: 16
[    1.857163] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
[    1.866992] random: crng init done (trusting CPU's manufacturer)
[    1.873013] Console: colour dummy device 80x25
[    1.877394] printk: console [ttyS0] enabled
[    1.877394] printk: console [ttyS0] enabled
[    1.885713] printk: bootconsole [earlyser0] disabled
[    1.885713] printk: bootconsole [earlyser0] disabled
[    1.895676] mempolicy: Enabling automatic NUMA balancing. Configure with numa_balancing= or the kernel.numa_balancing sysctl
[    1.906968] ACPI: Core revision 20211217
[    1.911053] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[    1.920186] APIC: Switch to symmetric I/O mode setup
[    1.927708] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    1.938188] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x398d114f1f1, max_idle_ns: 881590463715 ns
[    1.948722] Calibrating delay loop (skipped), value calculated using timer frequency.. 3992.60 BogoMIPS (lpj=1996302)
[    1.949721] pid_max: default: 131072 minimum: 1024
[    1.953615] LSM: Security Framework initializing
[    1.953730] Yama: becoming mindful.
[    1.954729] LSM support for eBPF active
[    1.963350] Dentry cache hash table entries: 16777216 (order: 15, 134217728 bytes, vmalloc)
[    1.968101] Inode-cache hash table entries: 8388608 (order: 14, 67108864 bytes, vmalloc)
[    1.968841] Mount-cache hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc)
[    1.969828] Mountpoint-cache hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc)
Poking KASLR using RDRAND RDTSC...
[    1.974750] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[    1.975822] LVT offset 2 assigned for vector 0xf4
[    1.976755] Last level iTLB entries: 4KB 512, 2MB 512, 4MB 256
[    1.977721] Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
[    1.978723] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    1.979722] Spectre V2 : Mitigation: Retpolines
[    1.980721] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    1.981721] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
[    1.982721] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    1.983722] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    1.984721] Spectre V2 : User space: Mitigation: STIBP always-on protection
[    1.985721] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[    1.999916] Freeing SMP alternatives memory: 36K
[    2.103910] smpboot: CPU0: AMD EPYC 7713 64-Core Processor (family: 0x19, model: 0x1, stepping: 0x1)
[    2.104839] cblist_init_generic: Setting adjustable number of callback queues.
[    2.105721] cblist_init_generic: Setting shift to 7 and lim to 1.
[    2.106735] cblist_init_generic: Setting shift to 7 and lim to 1.
[    2.107732] cblist_init_generic: Setting shift to 7 and lim to 1.
[    2.108727] Performance Events: Fam17h+ core perfctr, AMD PMU driver.
[    2.109721] ... version:                0
[    2.110721] ... bit width:              48
[    2.111721] ... generic registers:      6
[    2.112721] ... value mask:             0000ffffffffffff
[    2.113721] ... max period:             00007fffffffffff
[    2.114721] ... fixed-purpose events:   0
[    2.115721] ... event mask:             000000000000003f
[    2.116785] rcu: Hierarchical SRCU implementation.
[    2.117980] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    2.119303] smp: Bringing up secondary CPUs ...
[    2.119793] x86: Booting SMP configuration:
[    2.120722] .... node  #0, CPUs:          #1   #2   #3   #4   #5   #6   #7   #8   #9  #10  #11
[    0.082609] __common_interrupt: 11.55 No irq handler for vector
[    2.149806]   #12  #13  #14  #15  #16  #17  #18  #19  #20  #21  #22  #23  #24  #25  #26  #27  #28  #29  #30  #31
[    2.175722] .... node  #1, CPUs:    #32  #33  #34  #35  #36  #37  #38  #39  #40  #41  #42  #43  #44  #45  #46  #47  #48  #49  #50  #51  #52  #53  #54  #55  #56  #57  #58  #59  #60  #61  #62  #63
[    2.216722] .... node  #0, CPUs:    #64
[    2.218833] Spectre V2 : Update user space SMT mitigation: STIBP always-on
[    2.220836]   #65  #66  #67  #68  #69  #70  #71  #72  #73  #74  #75  #76  #77  #78  #79  #80  #81  #82  #83  #84  #85  #86  #87  #88  #89  #90  #91  #92  #93  #94  #95
[    2.259721] .... node  #1, CPUs:    #96  #97  #98  #99 #100 #101 #102 #103 #104 #105 #106 #107 #108 #109 #110 #111 #112 #113 #114 #115 #116 #117 #118 #119 #120 #121 #122 #123 #124 #125 #126 #127
[    2.300772] smp: Brought up 2 nodes, 128 CPUs
[    2.302722] smpboot: Max logical packages: 1
[    2.303723] smpboot: Total of 128 processors activated (511053.31 BogoMIPS)
[    2.362780] node 0 deferred pages initialised in 54ms
[    2.362740] node 1 deferred pages initialised in 54ms
[    2.376138] devtmpfs: initialized
[    2.379767] x86/mm: Memory block size: 2048MB
[    2.384740] ACPI: PM: Registering ACPI NVS region [mem 0x0008f000-0x0008ffff] (4096 bytes)
[    2.392722] ACPI: PM: Registering ACPI NVS region [mem 0x6dfcf000-0x6edfefff] (14876672 bytes)
[    2.401842] ACPI: PM: Registering ACPI NVS region [mem 0x6f000000-0x6f00afff] (45056 bytes)
[    2.409768] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    2.419756] futex hash table entries: 32768 (order: 9, 2097152 bytes, vmalloc)
[    2.426933] pinctrl core: initialized pinctrl subsystem
[    2.432834] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    2.438823] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[    2.445728] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    2.453726] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    2.461734] audit: initializing netlink subsys (disabled)
[    2.466736] audit: type=2000 audit(1725280729.528:1): state=initialized audit_enabled=0 res=1
[    2.466804] thermal_sys: Registered thermal governor 'fair_share'
[    2.475722] thermal_sys: Registered thermal governor 'step_wise'
[    2.481721] thermal_sys: Registered thermal governor 'user_space'
[    2.487746] cpuidle: using governor menu
[    2.497746] Detected 1 PCC Subspaces
[    2.501724] Registering PCC driver as Mailbox controller
[    2.507792] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    2.515723] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    2.521828] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0x80000000-0x8fffffff] (base 0x80000000)
[    2.531723] PCI: MMCONFIG at [mem 0x80000000-0x8fffffff] reserved in E820
[    2.537731] PCI: Using configuration type 1 for base access
[    2.543796] PCI: Dell System detected, enabling pci=bfsort.
[    2.552760] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    2.554756] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    2.555722] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    2.556842] cryptd: max_cpu_qlen set to 1000
[    2.557793] ACPI: Added _OSI(Module Device)
[    2.558722] ACPI: Added _OSI(Processor Device)
[    2.559721] ACPI: Added _OSI(3.0 _SCP Extensions)
[    2.560721] ACPI: Added _OSI(Processor Aggregator Device)
[    2.561721] ACPI: Added _OSI(Linux-Dell-Video)
[    2.562721] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    2.563721] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    2.575658] ACPI: 6 ACPI AML tables successfully acquired and loaded
[    2.579289] ACPI: Interpreter enabled
[    2.579728] ACPI: PM: (supports S0 S5)
[    2.580721] ACPI: Using IOAPIC for interrupt routing
[    2.582839] HEST: Table parsing has been initialized.
[    2.583722] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    2.585764] ACPI: Enabled 1 GPEs in block 00 to 1F
[    2.596412] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[    2.596747] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
[    2.597746] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[    2.598746] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[    2.599746] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[    2.600746] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[    2.601746] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[    2.602746] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[    2.603886] ACPI: PCI Root Bridge [PC00] (domain 0000 [bus 00-3f])
[    2.604723] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    2.605762] acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug AER DPC]
[    2.607792] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
[    2.608721] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    2.610850] PCI host bridge to bus 0000:00
[    2.611722] pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
[    2.612721] pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
[    2.613721] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000fffff window]
[    2.614721] pci_bus 0000:00: root bus resource [io  0x0d00-0x3fff window]
[    2.615721] pci_bus 0000:00: root bus resource [mem 0xe1000000-0xfebfffff window]
[    2.616721] pci_bus 0000:00: root bus resource [mem 0x63dc0000000-0x7fcffffffff window]
[    2.617722] pci_bus 0000:00: root bus resource [bus 00-3f]
[    2.618751] pci 0000:00:00.0: [1022:1480] type 00 class 0x060000
[    2.619810] pci 0000:00:00.2: [1022:164f] type 00 class 0x080600
[    2.620804] pci 0000:00:01.0: [1022:1482] type 00 class 0x060000
[    2.621784] pci 0000:00:02.0: [1022:1482] type 00 class 0x060000
[    2.622782] pci 0000:00:03.0: [1022:1482] type 00 class 0x060000
[    2.623790] pci 0000:00:03.2: [1022:1483] type 01 class 0x060400
[    2.624794] pci 0000:00:03.2: PME# supported from D0 D3hot D3cold
[    2.626008] pci 0000:00:04.0: [1022:1482] type 00 class 0x060000
[    2.626784] pci 0000:00:05.0: [1022:1482] type 00 class 0x060000
[    2.628734] pci 0000:00:07.0: [1022:1482] type 00 class 0x060000
[    2.629787] pci 0000:00:07.1: [1022:1484] type 01 class 0x060400
[    2.630745] pci 0000:00:07.1: enabling Extended Tags
[    2.631760] pci 0000:00:07.1: PME# supported from D0 D3hot D3cold
[    2.632801] pci 0000:00:08.0: [1022:1482] type 00 class 0x060000
[    2.633790] pci 0000:00:08.1: [1022:1484] type 01 class 0x060400
[    2.634746] pci 0000:00:08.1: enabling Extended Tags
[    2.635762] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[    2.636816] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
[    2.637831] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
[    2.638849] pci 0000:00:18.0: [1022:1650] type 00 class 0x060000
[    2.639769] pci 0000:00:18.1: [1022:1651] type 00 class 0x060000
[    2.640758] pci 0000:00:18.2: [1022:1652] type 00 class 0x060000
[    2.641758] pci 0000:00:18.3: [1022:1653] type 00 class 0x060000
[    2.642758] pci 0000:00:18.4: [1022:1654] type 00 class 0x060000
[    2.644748] pci 0000:00:18.5: [1022:1655] type 00 class 0x060000
[    2.645757] pci 0000:00:18.6: [1022:1656] type 00 class 0x060000
[    2.646759] pci 0000:00:18.7: [1022:1657] type 00 class 0x060000
[    2.647794] pci 0000:01:00.0: [1000:0097] type 00 class 0x010700
[    2.648731] pci 0000:01:00.0: reg 0x10: [io  0x1000-0x10ff]
[    2.649729] pci 0000:01:00.0: reg 0x14: [mem 0xf7400000-0xf740ffff 64bit]
[    2.650729] pci 0000:01:00.0: reg 0x1c: [mem 0xf7300000-0xf73fffff 64bit]
[    2.651732] pci 0000:01:00.0: reg 0x30: [mem 0xfff00000-0xffffffff pref]
[    2.652726] pci 0000:01:00.0: enabling Extended Tags
[    2.653795] pci 0000:01:00.0: supports D1 D2
[    2.654750] pci 0000:01:00.0: reg 0x174: [mem 0x00000000-0x0000ffff 64bit]
[    2.655721] pci 0000:01:00.0: VF(n) BAR0 space: [mem 0x00000000-0x000fffff 64bit] (contains BAR0 for 16 VFs)
[    2.656728] pci 0000:01:00.0: reg 0x17c: [mem 0x00000000-0x000fffff 64bit]
[    2.658721] pci 0000:01:00.0: VF(n) BAR2 space: [mem 0x00000000-0x00ffffff 64bit] (contains BAR2 for 16 VFs)
[    2.659822] pci 0000:00:03.2: PCI bridge to [bus 01]
[    2.660723] pci 0000:00:03.2:   bridge window [io  0x1000-0x1fff]
[    2.661722] pci 0000:00:03.2:   bridge window [mem 0xf7300000-0xf74fffff]
[    2.662767] pci 0000:02:00.0: [1022:148a] type 00 class 0x130000
[    2.663759] pci 0000:02:00.0: enabling Extended Tags
[    2.664823] pci 0000:02:00.2: [1022:1498] type 00 class 0x108000
[    2.665738] pci 0000:02:00.2: reg 0x18: [mem 0xf7200000-0xf727ffff]
[    2.666734] pci 0000:02:00.2: reg 0x24: [mem 0xf7280000-0xf7281fff]
[    2.667729] pci 0000:02:00.2: enabling Extended Tags
[    2.668831] pci 0000:00:07.1: PCI bridge to [bus 02]
[    2.669724] pci 0000:00:07.1:   bridge window [mem 0xf7200000-0xf72fffff]
[    2.670788] pci 0000:03:00.0: [1022:1485] type 00 class 0x130000
[    2.671763] pci 0000:03:00.0: enabling Extended Tags
[    2.672848] pci 0000:03:00.2: [1022:1498] type 00 class 0x108000
[    2.673740] pci 0000:03:00.2: reg 0x18: [mem 0xf7100000-0xf717ffff]
[    2.674736] pci 0000:03:00.2: reg 0x24: [mem 0xf7180000-0xf7181fff]
[    2.675730] pci 0000:03:00.2: enabling Extended Tags
[    2.676837] pci 0000:03:00.3: [1022:148c] type 00 class 0x0c0330
[    2.677733] pci 0000:03:00.3: reg 0x10: [mem 0xf7000000-0xf70fffff 64bit]
[    2.679721] pci 0000:03:00.3: enabling Extended Tags
[    2.681729] pci 0000:03:00.3: PME# supported from D0 D3hot D3cold
[    2.682800] pci 0000:00:08.1: PCI bridge to [bus 03]
[    2.683724] pci 0000:00:08.1:   bridge window [mem 0xf7000000-0xf71fffff]
[    2.686155] ACPI: PCI Root Bridge [PC01] (domain 0000 [bus 40-7f])
[    2.686723] acpi PNP0A08:01: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    2.687762] acpi PNP0A08:01: _OSC: platform does not support [SHPCHotplug AER DPC]
[    2.688793] acpi PNP0A08:01: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
[    2.689721] acpi PNP0A08:01: FADT indicates ASPM is unsupported, using BIOS configuration
[    2.691899] PCI host bridge to bus 0000:40
[    2.692722] pci_bus 0000:40: root bus resource [io  0x4000-0x6fff window]
[    2.693721] pci_bus 0000:40: root bus resource [mem 0x90000000-0xaaffffff window]
[    2.694721] pci_bus 0000:40: root bus resource [mem 0x47e80000000-0x63dbfffffff window]
[    2.695721] pci_bus 0000:40: root bus resource [bus 40-7f]
[    2.696736] pci 0000:40:00.0: [1022:1480] type 00 class 0x060000
[    2.697786] pci 0000:40:00.2: [1022:164f] type 00 class 0x080600
[    2.698794] pci 0000:40:01.0: [1022:1482] type 00 class 0x060000
[    2.699774] pci 0000:40:02.0: [1022:1482] type 00 class 0x060000
[    2.700774] pci 0000:40:03.0: [1022:1482] type 00 class 0x060000
[    2.701783] pci 0000:40:03.1: [1022:1483] type 01 class 0x060400
[    2.702803] pci 0000:40:03.1: PME# supported from D0 D3hot D3cold
[    2.707383] pci 0000:40:03.2: [1022:1483] type 01 class 0x060400
[    2.707805] pci 0000:40:03.2: PME# supported from D0 D3hot D3cold
[    2.712663] pci 0000:40:03.3: [1022:1483] type 01 class 0x060400
[    2.713749] pci 0000:40:03.3: PME# supported from D0 D3hot D3cold
[    2.718019] pci 0000:40:03.4: [1022:1483] type 01 class 0x060400
[    2.718848] pci 0000:40:03.4: PME# supported from D0 D3hot D3cold
[    2.723411] pci 0000:40:04.0: [1022:1482] type 00 class 0x060000
[    2.723780] pci 0000:40:05.0: [1022:1482] type 00 class 0x060000
[    2.724775] pci 0000:40:07.0: [1022:1482] type 00 class 0x060000
[    2.725783] pci 0000:40:07.1: [1022:1484] type 01 class 0x060400
[    2.726747] pci 0000:40:07.1: enabling Extended Tags
[    2.727805] pci 0000:40:07.1: PME# supported from D0 D3hot D3cold
[    2.728796] pci 0000:40:08.0: [1022:1482] type 00 class 0x060000
[    2.729787] pci 0000:40:08.1: [1022:1484] type 01 class 0x060400
[    2.730747] pci 0000:40:08.1: enabling Extended Tags
[    2.731803] pci 0000:40:08.1: PME# supported from D0 D3hot D3cold
[    2.732843] pci 0000:40:03.1: PCI bridge to [bus 41]
[    2.733725] pci 0000:40:03.1:   bridge window [mem 0xa4c00000-0xa4ffffff]
[    2.734779] pci 0000:40:03.2: PCI bridge to [bus 42]
[    2.735725] pci 0000:40:03.2:   bridge window [mem 0xa4800000-0xa4bfffff]
[    2.736770] pci 0000:40:03.3: PCI bridge to [bus 43]
[    2.737725] pci 0000:40:03.3:   bridge window [mem 0xa4400000-0xa47fffff]
[    2.738769] pci 0000:40:03.4: PCI bridge to [bus 44]
[    2.739725] pci 0000:40:03.4:   bridge window [mem 0xa4000000-0xa43fffff]
[    2.740764] pci 0000:45:00.0: [1022:148a] type 00 class 0x130000
[    2.741758] pci 0000:45:00.0: enabling Extended Tags
[    2.742822] pci 0000:45:00.2: [1022:1498] type 00 class 0x108000
[    2.743739] pci 0000:45:00.2: reg 0x18: [mem 0xa5300000-0xa537ffff]
[    2.744734] pci 0000:45:00.2: reg 0x24: [mem 0xa5380000-0xa5381fff]
[    2.745729] pci 0000:45:00.2: enabling Extended Tags
[    2.746827] pci 0000:40:07.1: PCI bridge to [bus 45]
[    2.747724] pci 0000:40:07.1:   bridge window [mem 0xa5300000-0xa53fffff]
[    2.748795] pci 0000:46:00.0: [1022:1485] type 00 class 0x130000
[    2.749761] pci 0000:46:00.0: enabling Extended Tags
[    2.750845] pci 0000:46:00.1: [1022:1486] type 00 class 0x108000
[    2.751739] pci 0000:46:00.1: reg 0x18: [mem 0xa5100000-0xa51fffff]
[    2.752735] pci 0000:46:00.1: reg 0x24: [mem 0xa5282000-0xa5283fff]
[    2.753730] pci 0000:46:00.1: enabling Extended Tags
[    2.754832] pci 0000:46:00.2: [1022:1498] type 00 class 0x108000
[    2.756726] pci 0000:46:00.2: reg 0x18: [mem 0xa5200000-0xa527ffff]
[    2.757735] pci 0000:46:00.2: reg 0x24: [mem 0xa5280000-0xa5281fff]
[    2.758730] pci 0000:46:00.2: enabling Extended Tags
[    2.759831] pci 0000:46:00.3: [1022:148c] type 00 class 0x0c0330
[    2.760733] pci 0000:46:00.3: reg 0x10: [mem 0xa5000000-0xa50fffff 64bit]
[    2.761749] pci 0000:46:00.3: enabling Extended Tags
[    2.762763] pci 0000:46:00.3: PME# supported from D0 D3hot D3cold
[    2.763799] pci 0000:40:08.1: PCI bridge to [bus 46]
[    2.764724] pci 0000:40:08.1:   bridge window [mem 0xa5000000-0xa52fffff]
[    2.765961] ACPI: PCI Root Bridge [PC02] (domain 0000 [bus 80-bf])
[    2.766722] acpi PNP0A08:02: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    2.767762] acpi PNP0A08:02: _OSC: platform does not support [SHPCHotplug AER DPC]
[    2.768791] acpi PNP0A08:02: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
[    2.769721] acpi PNP0A08:02: FADT indicates ASPM is unsupported, using BIOS configuration
[    2.771022] PCI host bridge to bus 0000:80
[    2.771721] pci_bus 0000:80: root bus resource [io  0x7000-0x9fff window]
[    2.772721] pci_bus 0000:80: root bus resource [mem 0xab000000-0xc5ffffff window]
[    2.773721] pci_bus 0000:80: root bus resource [mem 0x2bf40000000-0x47e7fffffff window]
[    2.774721] pci_bus 0000:80: root bus resource [bus 80-bf]
[    2.775737] pci 0000:80:00.0: [1022:1480] type 00 class 0x060000
[    2.776786] pci 0000:80:00.2: [1022:164f] type 00 class 0x080600
[    2.777794] pci 0000:80:01.0: [1022:1482] type 00 class 0x060000
[    2.778785] pci 0000:80:01.1: [1022:1483] type 01 class 0x060400
[    2.779805] pci 0000:80:01.1: PME# supported from D0 D3hot D3cold
[    2.784565] pci 0000:80:01.2: [1022:1483] type 01 class 0x060400
[    2.784806] pci 0000:80:01.2: PME# supported from D0 D3hot D3cold
[    2.789109] pci 0000:80:02.0: [1022:1482] type 00 class 0x060000
[    2.789779] pci 0000:80:03.0: [1022:1482] type 00 class 0x060000
[    2.790819] pci 0000:80:04.0: [1022:1482] type 00 class 0x060000
[    2.791775] pci 0000:80:05.0: [1022:1482] type 00 class 0x060000
[    2.792775] pci 0000:80:07.0: [1022:1482] type 00 class 0x060000
[    2.793784] pci 0000:80:07.1: [1022:1484] type 01 class 0x060400
[    2.794747] pci 0000:80:07.1: enabling Extended Tags
[    2.795793] pci 0000:80:07.1: PME# supported from D0 D3hot D3cold
[    2.796803] pci 0000:80:08.0: [1022:1482] type 00 class 0x060000
[    2.798762] pci 0000:80:08.1: [1022:1484] type 01 class 0x060400
[    2.799747] pci 0000:80:08.1: enabling Extended Tags
[    2.800779] pci 0000:80:08.1: PME# supported from D0 D3hot D3cold
[    2.801806] pci 0000:80:08.2: [1022:1484] type 01 class 0x060400
[    2.802746] pci 0000:80:08.2: enabling Extended Tags
[    2.803761] pci 0000:80:08.2: PME# supported from D0 D3hot D3cold
[    2.804835] pci 0000:80:01.1: PCI bridge to [bus 81]
[    2.805725] pci 0000:80:01.1:   bridge window [mem 0xbf400000-0xbf7fffff]
[    2.806769] pci 0000:80:01.2: PCI bridge to [bus 82]
[    2.807725] pci 0000:80:01.2:   bridge window [mem 0xbf000000-0xbf3fffff]
[    2.808765] pci 0000:83:00.0: [1022:148a] type 00 class 0x130000
[    2.809758] pci 0000:83:00.0: enabling Extended Tags
[    2.810823] pci 0000:83:00.2: [1022:1498] type 00 class 0x108000
[    2.811738] pci 0000:83:00.2: reg 0x18: [mem 0xbfa00000-0xbfa7ffff]
[    2.812734] pci 0000:83:00.2: reg 0x24: [mem 0xbfa80000-0xbfa81fff]
[    2.813729] pci 0000:83:00.2: enabling Extended Tags
[    2.814827] pci 0000:80:07.1: PCI bridge to [bus 83]
[    2.815724] pci 0000:80:07.1:   bridge window [mem 0xbfa00000-0xbfafffff]
[    2.816786] pci 0000:84:00.0: [1022:1485] type 00 class 0x130000
[    2.817763] pci 0000:84:00.0: enabling Extended Tags
[    2.818846] pci 0000:84:00.2: [1022:1498] type 00 class 0x108000
[    2.819740] pci 0000:84:00.2: reg 0x18: [mem 0xbf900000-0xbf97ffff]
[    2.820735] pci 0000:84:00.2: reg 0x24: [mem 0xbf980000-0xbf981fff]
[    2.821730] pci 0000:84:00.2: enabling Extended Tags
[    2.822834] pci 0000:80:08.1: PCI bridge to [bus 84]
[    2.823724] pci 0000:80:08.1:   bridge window [mem 0xbf900000-0xbf9fffff]
[    2.824787] pci 0000:85:00.0: [1022:7901] type 00 class 0x010601
[    2.825868] pci 0000:85:00.0: reg 0x24: [mem 0xbf800000-0xbf8007ff]
[    2.826730] pci 0000:85:00.0: enabling Extended Tags
[    2.827774] pci 0000:85:00.0: PME# supported from D3hot D3cold
[    2.828803] pci 0000:80:08.2: PCI bridge to [bus 85]
[    2.829724] pci 0000:80:08.2:   bridge window [mem 0xbf800000-0xbf8fffff]
[    2.830967] ACPI: PCI Root Bridge [PC03] (domain 0000 [bus c0-ff])
[    2.831723] acpi PNP0A08:03: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    2.832764] acpi PNP0A08:03: _OSC: platform does not support [SHPCHotplug AER DPC]
[    2.833792] acpi PNP0A08:03: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
[    2.834721] acpi PNP0A08:03: FADT indicates ASPM is unsupported, using BIOS configuration
[    2.837038] PCI host bridge to bus 0000:c0
[    2.837721] pci_bus 0000:c0: root bus resource [io  0xa000-0xffff window]
[    2.838721] pci_bus 0000:c0: root bus resource [mem 0xc6000000-0xe0ffffff window]
[    2.839721] pci_bus 0000:c0: root bus resource [mem 0x10000000000-0x2bf3fffffff window]
[    2.840721] pci_bus 0000:c0: root bus resource [io  0x03b0-0x03df window]
[    2.841721] pci_bus 0000:c0: root bus resource [mem 0x000a0000-0x000bffff window]
[    2.842721] pci_bus 0000:c0: root bus resource [bus c0-ff]
[    2.844738] pci 0000:c0:00.0: [1022:1480] type 00 class 0x060000
[    2.845786] pci 0000:c0:00.2: [1022:164f] type 00 class 0x080600
[    2.846793] pci 0000:c0:01.0: [1022:1482] type 00 class 0x060000
[    2.847775] pci 0000:c0:02.0: [1022:1482] type 00 class 0x060000
[    2.848776] pci 0000:c0:03.0: [1022:1482] type 00 class 0x060000
[    2.849785] pci 0000:c0:03.1: [1022:1483] type 01 class 0x060400
[    2.850803] pci 0000:c0:03.1: PME# supported from D0 D3hot D3cold
[    2.856098] pci 0000:c0:03.2: [1022:1483] type 01 class 0x060400
[    2.856803] pci 0000:c0:03.2: PME# supported from D0 D3hot D3cold
[    2.861651] pci 0000:c0:03.3: [1022:1483] type 01 class 0x060400
[    2.862743] pci 0000:c0:03.3: PME# supported from D0 D3hot D3cold
[    2.867252] pci 0000:c0:03.4: [1022:1483] type 01 class 0x060400
[    2.867833] pci 0000:c0:03.4: PME# supported from D0 D3hot D3cold
[    2.873055] pci 0000:c0:04.0: [1022:1482] type 00 class 0x060000
[    2.873781] pci 0000:c0:05.0: [1022:1482] type 00 class 0x060000
[    2.874787] pci 0000:c0:05.1: [1022:149a] type 01 class 0x060400
[    2.875824] pci 0000:c0:05.1: PME# supported from D0 D3hot D3cold
[    2.876802] pci 0000:c0:05.2: [1022:149a] type 01 class 0x060400
[    2.877777] pci 0000:c0:05.2: PME# supported from D0 D3hot D3cold
[    2.878790] pci 0000:c0:07.0: [1022:1482] type 00 class 0x060000
[    2.880799] pci 0000:c0:07.1: [1022:1484] type 01 class 0x060400
[    2.881744] pci 0000:c0:07.1: enabling Extended Tags
[    2.882759] pci 0000:c0:07.1: PME# supported from D0 D3hot D3cold
[    2.883806] pci 0000:c0:08.0: [1022:1482] type 00 class 0x060000
[    2.884787] pci 0000:c0:08.1: [1022:1484] type 01 class 0x060400
[    2.885745] pci 0000:c0:08.1: enabling Extended Tags
[    2.886760] pci 0000:c0:08.1: PME# supported from D0 D3hot D3cold
[    2.887836] pci 0000:c0:03.1: PCI bridge to [bus c4]
[    2.888725] pci 0000:c0:03.1:   bridge window [mem 0xdb600000-0xdb9fffff]
[    2.889768] pci 0000:c0:03.2: PCI bridge to [bus c5]
[    2.890725] pci 0000:c0:03.2:   bridge window [mem 0xdb200000-0xdb5fffff]
[    2.891768] pci 0000:c0:03.3: PCI bridge to [bus c6]
[    2.892725] pci 0000:c0:03.3:   bridge window [mem 0xdae00000-0xdb1fffff]
[    2.893767] pci 0000:c0:03.4: PCI bridge to [bus c7]
[    2.894725] pci 0000:c0:03.4:   bridge window [mem 0xdaa00000-0xdadfffff]
[    2.895777] pci 0000:c1:00.0: [14e4:165f] type 00 class 0x020000
[    2.896740] pci 0000:c1:00.0: reg 0x10: [mem 0xc7030000-0xc703ffff 64bit pref]
[    2.897733] pci 0000:c1:00.0: reg 0x18: [mem 0xc7040000-0xc704ffff 64bit pref]
[    2.898733] pci 0000:c1:00.0: reg 0x20: [mem 0xc7050000-0xc705ffff 64bit pref]
[    2.899729] pci 0000:c1:00.0: reg 0x30: [mem 0xfffc0000-0xffffffff pref]
[    2.900799] pci 0000:c1:00.0: PME# supported from D0 D3hot D3cold
[    2.901765] pci 0000:c1:00.0: 4.000 Gb/s available PCIe bandwidth, limited by 5.0 GT/s PCIe x1 link at 0000:c0:05.1 (capable of 8.000 Gb/s with 5.0 GT/s PCIe x2 link)
[    2.903085] pci 0000:c1:00.1: [14e4:165f] type 00 class 0x020000
[    2.903740] pci 0000:c1:00.1: reg 0x10: [mem 0xc7000000-0xc700ffff 64bit pref]
[    2.904733] pci 0000:c1:00.1: reg 0x18: [mem 0xc7010000-0xc701ffff 64bit pref]
[    2.905733] pci 0000:c1:00.1: reg 0x20: [mem 0xc7020000-0xc702ffff 64bit pref]
[    2.906729] pci 0000:c1:00.1: reg 0x30: [mem 0xfffc0000-0xffffffff pref]
[    2.907799] pci 0000:c1:00.1: PME# supported from D0 D3hot D3cold
[    2.911740] pci 0000:c0:05.1: PCI bridge to [bus c1]
[    2.912727] pci 0000:c0:05.1:   bridge window [mem 0xc7000000-0xc70fffff 64bit pref]
[    2.913765] pci 0000:c2:00.0: [1556:be00] type 01 class 0x060400
[    2.917733] pci 0000:c0:05.2: PCI bridge to [bus c2-c3]
[    2.918724] pci 0000:c0:05.2:   bridge window [mem 0xda000000-0xda8fffff]
[    2.919724] pci 0000:c0:05.2:   bridge window [mem 0xc6000000-0xc6ffffff 64bit pref]
[    2.920747] pci_bus 0000:c3: extended config space not accessible
[    2.921734] pci 0000:c3:00.0: [102b:0536] type 00 class 0x030000
[    2.922736] pci 0000:c3:00.0: reg 0x10: [mem 0xc6000000-0xc6ffffff pref]
[    2.923729] pci 0000:c3:00.0: reg 0x14: [mem 0xda808000-0xda80bfff]
[    2.924729] pci 0000:c3:00.0: reg 0x18: [mem 0xda000000-0xda7fffff]
[    2.925760] pci 0000:c3:00.0: BAR 0: assigned to efifb
[    2.926727] pci 0000:c3:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    2.927803] pci 0000:c2:00.0: PCI bridge to [bus c3]
[    2.928727] pci 0000:c2:00.0:   bridge window [mem 0xda000000-0xda8fffff]
[    2.929725] pci 0000:c2:00.0:   bridge window [mem 0xc6000000-0xc6ffffff 64bit pref]
[    2.930769] pci 0000:c8:00.0: [1022:148a] type 00 class 0x130000
[    2.931757] pci 0000:c8:00.0: enabling Extended Tags
[    2.932818] pci 0000:c8:00.2: [1022:1498] type 00 class 0x108000
[    2.933737] pci 0000:c8:00.2: reg 0x18: [mem 0xdbb00000-0xdbb7ffff]
[    2.934734] pci 0000:c8:00.2: reg 0x24: [mem 0xdbb80000-0xdbb81fff]
[    2.935729] pci 0000:c8:00.2: enabling Extended Tags
[    2.937790] pci 0000:c0:07.1: PCI bridge to [bus c8]
[    2.938724] pci 0000:c0:07.1:   bridge window [mem 0xdbb00000-0xdbbfffff]
[    2.939787] pci 0000:c9:00.0: [1022:1485] type 00 class 0x130000
[    2.940761] pci 0000:c9:00.0: enabling Extended Tags
[    2.942730] pci 0000:c9:00.2: [1022:1498] type 00 class 0x108000
[    2.943739] pci 0000:c9:00.2: reg 0x18: [mem 0xdba00000-0xdba7ffff]
[    2.944735] pci 0000:c9:00.2: reg 0x24: [mem 0xdba80000-0xdba81fff]
[    2.945730] pci 0000:c9:00.2: enabling Extended Tags
[    2.946832] pci 0000:c0:08.1: PCI bridge to [bus c9]
[    2.947724] pci 0000:c0:08.1:   bridge window [mem 0xdba00000-0xdbafffff]
[    2.951983] iommu: Default domain type: Translated 
[    2.952722] iommu: DMA domain TLB invalidation policy: lazy mode 
[    2.953799] SCSI subsystem initialized
[    2.954732] ACPI: bus type USB registered
[    2.955739] usbcore: registered new interface driver usbfs
[    2.956725] usbcore: registered new interface driver hub
[    2.957736] usbcore: registered new device driver usb
[    2.959725] pps_core: LinuxPPS API ver. 1 registered
[    2.960721] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    2.961722] PTP clock support registered
[    2.962750] EDAC MC: Ver: 3.0.0
[    2.963864] Registered efivars operations
[    2.964856] NetLabel: Initializing
[    2.965721] NetLabel:  domain hash size = 128
[    2.966721] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    2.967730] NetLabel:  unlabeled traffic allowed by default
[    2.968721] PCI: Using ACPI for IRQ routing
[    2.974131] Expanded resource Reserved due to conflict with PCI Bus 0000:00
[    2.974779] pci 0000:c3:00.0: vgaarb: setting as boot VGA device
[    2.975720] pci 0000:c3:00.0: vgaarb: bridge control possible
[    2.975720] pci 0000:c3:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    2.975722] vgaarb: loaded
[    2.976765] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    2.977721] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    2.980922] clocksource: Switched to clocksource tsc-early
[    2.993479] VFS: Disk quotas dquot_6.6.0
[    2.997427] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    3.004353] pnp: PnP ACPI init
[    3.007531] system 00:00: [mem 0x80000000-0x8fffffff] has been reserved
[    3.014173] system 00:01: [mem 0xff000000-0xffffffff] has been reserved
[    3.021279] pnp: PnP ACPI: found 5 devices
[    3.031090] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    3.040014] NET: Registered PF_INET protocol family
[    3.045024] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc)
[    3.053747] tcp_listen_portaddr_hash hash table entries: 65536 (order: 8, 1048576 bytes, vmalloc)
[    3.062746] TCP established hash table entries: 524288 (order: 10, 4194304 bytes, vmalloc)
[    3.071376] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, vmalloc)
[    3.078927] TCP: Hash tables configured (established 524288 bind 65536)
[    3.085754] MPTCP token hash table entries: 65536 (order: 8, 1572864 bytes, vmalloc)
[    3.093588] UDP hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc)
[    3.100833] UDP-Lite hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc)
[    3.108609] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    3.114273] NET: Registered PF_XDP protocol family
[    3.119063] pci 0000:01:00.0: can't claim BAR 6 [mem 0xfff00000-0xffffffff pref]: no compatible bridge window
[    3.128970] pci 0000:c1:00.0: can't claim BAR 6 [mem 0xfffc0000-0xffffffff pref]: no compatible bridge window
[    3.138871] pci 0000:c1:00.1: can't claim BAR 6 [mem 0xfffc0000-0xffffffff pref]: no compatible bridge window
[    3.148818] pci 0000:01:00.0: BAR 6: no space for [mem size 0x00100000 pref]
[    3.155866] pci 0000:01:00.0: BAR 6: failed to assign [mem size 0x00100000 pref]
[    3.163260] pci 0000:01:00.0: BAR 9: no space for [mem size 0x01000000 64bit]
[    3.170389] pci 0000:01:00.0: BAR 9: failed to assign [mem size 0x01000000 64bit]
[    3.177874] pci 0000:01:00.0: BAR 7: no space for [mem size 0x00100000 64bit]
[    3.185000] pci 0000:01:00.0: BAR 7: failed to assign [mem size 0x00100000 64bit]
[    3.192480] pci 0000:00:03.2: PCI bridge to [bus 01]
[    3.197447] pci 0000:00:03.2:   bridge window [io  0x1000-0x1fff]
[    3.203541] pci 0000:00:03.2:   bridge window [mem 0xf7300000-0xf74fffff]
[    3.210329] pci 0000:00:07.1: PCI bridge to [bus 02]
[    3.215292] pci 0000:00:07.1:   bridge window [mem 0xf7200000-0xf72fffff]
[    3.222079] pci 0000:00:08.1: PCI bridge to [bus 03]
[    3.227044] pci 0000:00:08.1:   bridge window [mem 0xf7000000-0xf71fffff]
[    3.233830] pci_bus 0000:00: Some PCI device resources are unassigned, try booting with pci=realloc
[    3.242871] pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
[    3.249045] pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
[    3.255242] pci_bus 0000:00: resource 6 [mem 0x000c0000-0x000fffff window]
[    3.262112] pci_bus 0000:00: resource 7 [io  0x0d00-0x3fff window]
[    3.268293] pci_bus 0000:00: resource 8 [mem 0xe1000000-0xfebfffff window]
[    3.275164] pci_bus 0000:00: resource 9 [mem 0x63dc0000000-0x7fcffffffff window]
[    3.282556] pci_bus 0000:01: resource 0 [io  0x1000-0x1fff]
[    3.288130] pci_bus 0000:01: resource 1 [mem 0xf7300000-0xf74fffff]
[    3.294395] pci_bus 0000:02: resource 1 [mem 0xf7200000-0xf72fffff]
[    3.300660] pci_bus 0000:03: resource 1 [mem 0xf7000000-0xf71fffff]
[    3.306956] pci 0000:40:03.1: bridge window [io  0x1000-0x0fff] to [bus 41] add_size 1000
[    3.315123] pci 0000:40:03.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 41] add_size 200000 add_align 100000
[    3.326590] pci 0000:40:03.2: bridge window [io  0x1000-0x0fff] to [bus 42] add_size 1000
[    3.334763] pci 0000:40:03.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 42] add_size 200000 add_align 100000
[    3.346228] pci 0000:40:03.3: bridge window [io  0x1000-0x0fff] to [bus 43] add_size 1000
[    3.354399] pci 0000:40:03.3: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 43] add_size 200000 add_align 100000
[    3.365893] pci 0000:40:03.4: bridge window [io  0x1000-0x0fff] to [bus 44] add_size 1000
[    3.374068] pci 0000:40:03.4: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 44] add_size 200000 add_align 100000
[    3.385533] pci 0000:40:03.1: BAR 15: assigned [mem 0x47e80000000-0x47e801fffff 64bit pref]
[    3.393876] pci 0000:40:03.2: BAR 15: assigned [mem 0x47e80200000-0x47e803fffff 64bit pref]
[    3.402221] pci 0000:40:03.3: BAR 15: assigned [mem 0x47e80400000-0x47e805fffff 64bit pref]
[    3.410564] pci 0000:40:03.4: BAR 15: assigned [mem 0x47e80600000-0x47e807fffff 64bit pref]
[    3.418912] pci 0000:40:03.1: BAR 13: assigned [io  0x4000-0x4fff]
[    3.425088] pci 0000:40:03.2: BAR 13: assigned [io  0x5000-0x5fff]
[    3.431267] pci 0000:40:03.3: BAR 13: assigned [io  0x6000-0x6fff]
[    3.437447] pci 0000:40:03.4: BAR 13: no space for [io  size 0x1000]
[    3.443799] pci 0000:40:03.4: BAR 13: failed to assign [io  size 0x1000]
[    3.450495] pci 0000:40:03.4: BAR 13: assigned [io  0x4000-0x4fff]
[    3.456671] pci 0000:40:03.3: BAR 13: assigned [io  0x5000-0x5fff]
[    3.462848] pci 0000:40:03.2: BAR 13: assigned [io  0x6000-0x6fff]
[    3.469029] pci 0000:40:03.1: BAR 13: no space for [io  size 0x1000]
[    3.475381] pci 0000:40:03.1: BAR 13: failed to assign [io  size 0x1000]
[    3.482079] pci 0000:40:03.1: PCI bridge to [bus 41]
[    3.487045] pci 0000:40:03.1:   bridge window [mem 0xa4c00000-0xa4ffffff]
[    3.493833] pci 0000:40:03.1:   bridge window [mem 0x47e80000000-0x47e801fffff 64bit pref]
[    3.502091] pci 0000:40:03.2: PCI bridge to [bus 42]
[    3.507056] pci 0000:40:03.2:   bridge window [io  0x6000-0x6fff]
[    3.513149] pci 0000:40:03.2:   bridge window [mem 0xa4800000-0xa4bfffff]
[    3.519933] pci 0000:40:03.2:   bridge window [mem 0x47e80200000-0x47e803fffff 64bit pref]
[    3.528194] pci 0000:40:03.3: PCI bridge to [bus 43]
[    3.533158] pci 0000:40:03.3:   bridge window [io  0x5000-0x5fff]
[    3.539253] pci 0000:40:03.3:   bridge window [mem 0xa4400000-0xa47fffff]
[    3.546037] pci 0000:40:03.3:   bridge window [mem 0x47e80400000-0x47e805fffff 64bit pref]
[    3.554297] pci 0000:40:03.4: PCI bridge to [bus 44]
[    3.559262] pci 0000:40:03.4:   bridge window [io  0x4000-0x4fff]
[    3.565365] pci 0000:40:03.4:   bridge window [mem 0xa4000000-0xa43fffff]
[    3.572148] pci 0000:40:03.4:   bridge window [mem 0x47e80600000-0x47e807fffff 64bit pref]
[    3.580409] pci 0000:40:07.1: PCI bridge to [bus 45]
[    3.585373] pci 0000:40:07.1:   bridge window [mem 0xa5300000-0xa53fffff]
[    3.592160] pci 0000:40:08.1: PCI bridge to [bus 46]
[    3.597124] pci 0000:40:08.1:   bridge window [mem 0xa5000000-0xa52fffff]
[    3.603913] pci_bus 0000:40: resource 4 [io  0x4000-0x6fff window]
[    3.610087] pci_bus 0000:40: resource 5 [mem 0x90000000-0xaaffffff window]
[    3.616960] pci_bus 0000:40: resource 6 [mem 0x47e80000000-0x63dbfffffff window]
[    3.624351] pci_bus 0000:41: resource 1 [mem 0xa4c00000-0xa4ffffff]
[    3.630616] pci_bus 0000:41: resource 2 [mem 0x47e80000000-0x47e801fffff 64bit pref]
[    3.638356] pci_bus 0000:42: resource 0 [io  0x6000-0x6fff]
[    3.643928] pci_bus 0000:42: resource 1 [mem 0xa4800000-0xa4bfffff]
[    3.650193] pci_bus 0000:42: resource 2 [mem 0x47e80200000-0x47e803fffff 64bit pref]
[    3.657932] pci_bus 0000:43: resource 0 [io  0x5000-0x5fff]
[    3.663504] pci_bus 0000:43: resource 1 [mem 0xa4400000-0xa47fffff]
[    3.669771] pci_bus 0000:43: resource 2 [mem 0x47e80400000-0x47e805fffff 64bit pref]
[    3.677511] pci_bus 0000:44: resource 0 [io  0x4000-0x4fff]
[    3.683083] pci_bus 0000:44: resource 1 [mem 0xa4000000-0xa43fffff]
[    3.689347] pci_bus 0000:44: resource 2 [mem 0x47e80600000-0x47e807fffff 64bit pref]
[    3.697086] pci_bus 0000:45: resource 1 [mem 0xa5300000-0xa53fffff]
[    3.703355] pci_bus 0000:46: resource 1 [mem 0xa5000000-0xa52fffff]
[    3.709713] pci 0000:80:01.1: bridge window [io  0x1000-0x0fff] to [bus 81] add_size 1000
[    3.717901] pci 0000:80:01.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 81] add_size 200000 add_align 100000
[    3.729369] pci 0000:80:01.2: bridge window [io  0x1000-0x0fff] to [bus 82] add_size 1000
[    3.737541] pci 0000:80:01.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 82] add_size 200000 add_align 100000
[    3.749014] pci 0000:80:01.1: BAR 15: assigned [mem 0x2bf40000000-0x2bf401fffff 64bit pref]
[    3.757364] pci 0000:80:01.2: BAR 15: assigned [mem 0x2bf40200000-0x2bf403fffff 64bit pref]
[    3.765707] pci 0000:80:01.1: BAR 13: assigned [io  0x7000-0x7fff]
[    3.771888] pci 0000:80:01.2: BAR 13: assigned [io  0x8000-0x8fff]
[    3.778067] pci 0000:80:01.1: PCI bridge to [bus 81]
[    3.783033] pci 0000:80:01.1:   bridge window [io  0x7000-0x7fff]
[    3.789128] pci 0000:80:01.1:   bridge window [mem 0xbf400000-0xbf7fffff]
[    3.795911] pci 0000:80:01.1:   bridge window [mem 0x2bf40000000-0x2bf401fffff 64bit pref]
[    3.804172] pci 0000:80:01.2: PCI bridge to [bus 82]
[    3.809134] pci 0000:80:01.2:   bridge window [io  0x8000-0x8fff]
[    3.815228] pci 0000:80:01.2:   bridge window [mem 0xbf000000-0xbf3fffff]
[    3.822015] pci 0000:80:01.2:   bridge window [mem 0x2bf40200000-0x2bf403fffff 64bit pref]
[    3.830274] pci 0000:80:07.1: PCI bridge to [bus 83]
[    3.835239] pci 0000:80:07.1:   bridge window [mem 0xbfa00000-0xbfafffff]
[    3.842026] pci 0000:80:08.1: PCI bridge to [bus 84]
[    3.846990] pci 0000:80:08.1:   bridge window [mem 0xbf900000-0xbf9fffff]
[    3.853776] pci 0000:80:08.2: PCI bridge to [bus 85]
[    3.858741] pci 0000:80:08.2:   bridge window [mem 0xbf800000-0xbf8fffff]
[    3.865530] pci_bus 0000:80: resource 4 [io  0x7000-0x9fff window]
[    3.871715] pci_bus 0000:80: resource 5 [mem 0xab000000-0xc5ffffff window]
[    3.878584] pci_bus 0000:80: resource 6 [mem 0x2bf40000000-0x47e7fffffff window]
[    3.885976] pci_bus 0000:81: resource 0 [io  0x7000-0x7fff]
[    3.891549] pci_bus 0000:81: resource 1 [mem 0xbf400000-0xbf7fffff]
[    3.897814] pci_bus 0000:81: resource 2 [mem 0x2bf40000000-0x2bf401fffff 64bit pref]
[    3.905554] pci_bus 0000:82: resource 0 [io  0x8000-0x8fff]
[    3.911126] pci_bus 0000:82: resource 1 [mem 0xbf000000-0xbf3fffff]
[    3.917391] pci_bus 0000:82: resource 2 [mem 0x2bf40200000-0x2bf403fffff 64bit pref]
[    3.925129] pci_bus 0000:83: resource 1 [mem 0xbfa00000-0xbfafffff]
[    3.931396] pci_bus 0000:84: resource 1 [mem 0xbf900000-0xbf9fffff]
[    3.937661] pci_bus 0000:85: resource 1 [mem 0xbf800000-0xbf8fffff]
[    3.943965] pci 0000:c0:03.1: bridge window [io  0x1000-0x0fff] to [bus c4] add_size 1000
[    3.952135] pci 0000:c0:03.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus c4] add_size 200000 add_align 100000
[    3.963601] pci 0000:c0:03.2: bridge window [io  0x1000-0x0fff] to [bus c5] add_size 1000
[    3.971773] pci 0000:c0:03.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus c5] add_size 200000 add_align 100000
[    3.983238] pci 0000:c0:03.3: bridge window [io  0x1000-0x0fff] to [bus c6] add_size 1000
[    3.991410] pci 0000:c0:03.3: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus c6] add_size 200000 add_align 100000
[    4.002886] pci 0000:c0:03.4: bridge window [io  0x1000-0x0fff] to [bus c7] add_size 1000
[    4.011056] pci 0000:c0:03.4: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus c7] add_size 200000 add_align 100000
[    4.022530] pci 0000:c0:03.1: BAR 15: assigned [mem 0x10000000000-0x100001fffff 64bit pref]
[    4.030878] pci 0000:c0:03.2: BAR 15: assigned [mem 0x10000200000-0x100003fffff 64bit pref]
[    4.039223] pci 0000:c0:03.3: BAR 15: assigned [mem 0x10000400000-0x100005fffff 64bit pref]
[    4.047569] pci 0000:c0:03.4: BAR 15: assigned [mem 0x10000600000-0x100007fffff 64bit pref]
[    4.055915] pci 0000:c0:05.1: BAR 14: assigned [mem 0xc7100000-0xc71fffff]
[    4.062786] pci 0000:c0:03.1: BAR 13: assigned [io  0xa000-0xafff]
[    4.068966] pci 0000:c0:03.2: BAR 13: assigned [io  0xb000-0xbfff]
[    4.075143] pci 0000:c0:03.3: BAR 13: assigned [io  0xc000-0xcfff]
[    4.081321] pci 0000:c0:03.4: BAR 13: assigned [io  0xd000-0xdfff]
[    4.087510] pci 0000:c0:03.1: PCI bridge to [bus c4]
[    4.092475] pci 0000:c0:03.1:   bridge window [io  0xa000-0xafff]
[    4.098571] pci 0000:c0:03.1:   bridge window [mem 0xdb600000-0xdb9fffff]
[    4.105355] pci 0000:c0:03.1:   bridge window [mem 0x10000000000-0x100001fffff 64bit pref]
[    4.113615] pci 0000:c0:03.2: PCI bridge to [bus c5]
[    4.118579] pci 0000:c0:03.2:   bridge window [io  0xb000-0xbfff]
[    4.124673] pci 0000:c0:03.2:   bridge window [mem 0xdb200000-0xdb5fffff]
[    4.131458] pci 0000:c0:03.2:   bridge window [mem 0x10000200000-0x100003fffff 64bit pref]
[    4.139719] pci 0000:c0:03.3: PCI bridge to [bus c6]
[    4.144689] pci 0000:c0:03.3:   bridge window [io  0xc000-0xcfff]
[    4.150784] pci 0000:c0:03.3:   bridge window [mem 0xdae00000-0xdb1fffff]
[    4.157567] pci 0000:c0:03.3:   bridge window [mem 0x10000400000-0x100005fffff 64bit pref]
[    4.165828] pci 0000:c0:03.4: PCI bridge to [bus c7]
[    4.170791] pci 0000:c0:03.4:   bridge window [io  0xd000-0xdfff]
[    4.176885] pci 0000:c0:03.4:   bridge window [mem 0xdaa00000-0xdadfffff]
[    4.183687] pci 0000:c0:03.4:   bridge window [mem 0x10000600000-0x100007fffff 64bit pref]
[    4.191958] pci 0000:c1:00.0: BAR 6: assigned [mem 0xc7100000-0xc713ffff pref]
[    4.199173] pci 0000:c1:00.1: BAR 6: assigned [mem 0xc7140000-0xc717ffff pref]
[    4.206399] pci 0000:c0:05.1: PCI bridge to [bus c1]
[    4.211370] pci 0000:c0:05.1:   bridge window [mem 0xc7100000-0xc71fffff]
[    4.218156] pci 0000:c0:05.1:   bridge window [mem 0xc7000000-0xc70fffff 64bit pref]
[    4.225895] pci 0000:c2:00.0: PCI bridge to [bus c3]
[    4.230861] pci 0000:c2:00.0:   bridge window [mem 0xda000000-0xda8fffff]
[    4.237645] pci 0000:c2:00.0:   bridge window [mem 0xc6000000-0xc6ffffff 64bit pref]
[    4.245386] pci 0000:c0:05.2: PCI bridge to [bus c2-c3]
[    4.250608] pci 0000:c0:05.2:   bridge window [mem 0xda000000-0xda8fffff]
[    4.257393] pci 0000:c0:05.2:   bridge window [mem 0xc6000000-0xc6ffffff 64bit pref]
[    4.265137] pci 0000:c0:07.1: PCI bridge to [bus c8]
[    4.270099] pci 0000:c0:07.1:   bridge window [mem 0xdbb00000-0xdbbfffff]
[    4.276888] pci 0000:c0:08.1: PCI bridge to [bus c9]
[    4.281850] pci 0000:c0:08.1:   bridge window [mem 0xdba00000-0xdbafffff]
[    4.288638] pci_bus 0000:c0: resource 4 [io  0xa000-0xffff window]
[    4.294815] pci_bus 0000:c0: resource 5 [mem 0xc6000000-0xe0ffffff window]
[    4.301685] pci_bus 0000:c0: resource 6 [mem 0x10000000000-0x2bf3fffffff window]
[    4.309078] pci_bus 0000:c0: resource 7 [io  0x03b0-0x03df window]
[    4.315256] pci_bus 0000:c0: resource 8 [mem 0x000a0000-0x000bffff window]
[    4.322129] pci_bus 0000:c4: resource 0 [io  0xa000-0xafff]
[    4.327701] pci_bus 0000:c4: resource 1 [mem 0xdb600000-0xdb9fffff]
[    4.333968] pci_bus 0000:c4: resource 2 [mem 0x10000000000-0x100001fffff 64bit pref]
[    4.341706] pci_bus 0000:c5: resource 0 [io  0xb000-0xbfff]
[    4.347279] pci_bus 0000:c5: resource 1 [mem 0xdb200000-0xdb5fffff]
[    4.353543] pci_bus 0000:c5: resource 2 [mem 0x10000200000-0x100003fffff 64bit pref]
[    4.361284] pci_bus 0000:c6: resource 0 [io  0xc000-0xcfff]
[    4.366855] pci_bus 0000:c6: resource 1 [mem 0xdae00000-0xdb1fffff]
[    4.373122] pci_bus 0000:c6: resource 2 [mem 0x10000400000-0x100005fffff 64bit pref]
[    4.380860] pci_bus 0000:c7: resource 0 [io  0xd000-0xdfff]
[    4.386476] pci_bus 0000:c7: resource 1 [mem 0xdaa00000-0xdadfffff]
[    4.392741] pci_bus 0000:c7: resource 2 [mem 0x10000600000-0x100007fffff 64bit pref]
[    4.400480] pci_bus 0000:c1: resource 1 [mem 0xc7100000-0xc71fffff]
[    4.406746] pci_bus 0000:c1: resource 2 [mem 0xc7000000-0xc70fffff 64bit pref]
[    4.413965] pci_bus 0000:c2: resource 1 [mem 0xda000000-0xda8fffff]
[    4.420232] pci_bus 0000:c2: resource 2 [mem 0xc6000000-0xc6ffffff 64bit pref]
[    4.427451] pci_bus 0000:c3: resource 1 [mem 0xda000000-0xda8fffff]
[    4.433715] pci_bus 0000:c3: resource 2 [mem 0xc6000000-0xc6ffffff 64bit pref]
[    4.440934] pci_bus 0000:c8: resource 1 [mem 0xdbb00000-0xdbbfffff]
[    4.447202] pci_bus 0000:c9: resource 1 [mem 0xdba00000-0xdbafffff]
[    4.453857] PCI: CLS 64 bytes, default 64
[    4.457946] Trying to unpack rootfs image as initramfs...
[    4.463346] pci 0000:c0:00.2: AMD-Vi: IOMMU performance counters supported
[    4.463374] pci 0000:80:00.2: AMD-Vi: IOMMU performance counters supported
[    4.477118] pci 0000:40:00.2: AMD-Vi: IOMMU performance counters supported
[    4.484007] pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
[    4.490914] pci 0000:00:01.0: Adding to iommu group 0
[    4.495984] pci 0000:00:02.0: Adding to iommu group 1
[    4.501055] pci 0000:00:03.0: Adding to iommu group 2
[    4.506117] pci 0000:00:03.2: Adding to iommu group 3
[    4.511184] pci 0000:00:04.0: Adding to iommu group 4
[    4.516253] pci 0000:00:05.0: Adding to iommu group 5
[    4.521327] pci 0000:00:07.0: Adding to iommu group 6
[    4.526390] pci 0000:00:07.1: Adding to iommu group 7
[    4.531464] pci 0000:00:08.0: Adding to iommu group 8
[    4.536527] pci 0000:00:08.1: Adding to iommu group 9
[    4.541602] pci 0000:00:14.0: Adding to iommu group 10
[    4.546751] pci 0000:00:14.3: Adding to iommu group 10
[    4.551952] pci 0000:00:18.0: Adding to iommu group 11
[    4.557099] pci 0000:00:18.1: Adding to iommu group 11
[    4.562249] pci 0000:00:18.2: Adding to iommu group 11
[    4.567399] pci 0000:00:18.3: Adding to iommu group 11
[    4.572555] pci 0000:00:18.4: Adding to iommu group 11
[    4.577710] pci 0000:00:18.5: Adding to iommu group 11
[    4.582854] pci 0000:00:18.6: Adding to iommu group 11
[    4.588022] pci 0000:00:18.7: Adding to iommu group 11
[    4.593171] pci 0000:01:00.0: Adding to iommu group 12
[    4.598327] pci 0000:02:00.0: Adding to iommu group 13
[    4.603474] pci 0000:02:00.2: Adding to iommu group 14
[    4.608622] pci 0000:03:00.0: Adding to iommu group 15
[    4.613772] pci 0000:03:00.2: Adding to iommu group 16
[    4.618926] pci 0000:03:00.3: Adding to iommu group 17
[    4.624082] pci 0000:40:01.0: Adding to iommu group 18
[    4.629237] pci 0000:40:02.0: Adding to iommu group 19
[    4.634422] pci 0000:40:03.0: Adding to iommu group 20
[    4.639579] pci 0000:40:03.1: Adding to iommu group 20
[    4.644738] pci 0000:40:03.2: Adding to iommu group 20
[    4.649892] pci 0000:40:03.3: Adding to iommu group 20
[    4.655048] pci 0000:40:03.4: Adding to iommu group 20
[    4.660211] pci 0000:40:04.0: Adding to iommu group 21
[    4.665364] pci 0000:40:05.0: Adding to iommu group 22
[    4.670522] pci 0000:40:07.0: Adding to iommu group 23
[    4.675673] pci 0000:40:07.1: Adding to iommu group 24
[    4.680837] pci 0000:40:08.0: Adding to iommu group 25
[    4.685987] pci 0000:40:08.1: Adding to iommu group 26
[    4.691176] pci 0000:45:00.0: Adding to iommu group 27
[    4.696324] pci 0000:45:00.2: Adding to iommu group 28
[    4.701475] pci 0000:46:00.0: Adding to iommu group 29
[    4.706629] pci 0000:46:00.1: Adding to iommu group 30
[    4.711784] pci 0000:46:00.2: Adding to iommu group 31
[    4.716934] pci 0000:46:00.3: Adding to iommu group 32
[    4.722121] pci 0000:80:01.0: Adding to iommu group 33
[    4.727274] pci 0000:80:01.1: Adding to iommu group 33
[    4.732430] pci 0000:80:01.2: Adding to iommu group 33
[    4.737589] pci 0000:80:02.0: Adding to iommu group 34
[    4.742746] pci 0000:80:03.0: Adding to iommu group 35
[    4.747902] pci 0000:80:04.0: Adding to iommu group 36
[    4.753058] pci 0000:80:05.0: Adding to iommu group 37
[    4.758215] pci 0000:80:07.0: Adding to iommu group 38
[    4.763368] pci 0000:80:07.1: Adding to iommu group 39
[    4.768531] pci 0000:80:08.0: Adding to iommu group 40
[    4.773678] pci 0000:80:08.1: Adding to iommu group 41
[    4.778828] pci 0000:80:08.2: Adding to iommu group 42
[    4.783984] pci 0000:83:00.0: Adding to iommu group 43
[    4.786670] Freeing initrd memory: 35908K
[    4.789141] pci 0000:83:00.2: Adding to iommu group 44
[    4.798294] pci 0000:84:00.0: Adding to iommu group 45
[    4.803450] pci 0000:84:00.2: Adding to iommu group 46
[    4.808604] pci 0000:85:00.0: Adding to iommu group 47
[    4.813767] pci 0000:c0:01.0: Adding to iommu group 48
[    4.818922] pci 0000:c0:02.0: Adding to iommu group 49
[    4.824109] pci 0000:c0:03.0: Adding to iommu group 50
[    4.829277] pci 0000:c0:03.1: Adding to iommu group 50
[    4.834433] pci 0000:c0:03.2: Adding to iommu group 50
[    4.839587] pci 0000:c0:03.3: Adding to iommu group 50
[    4.844745] pci 0000:c0:03.4: Adding to iommu group 50
[    4.849904] pci 0000:c0:04.0: Adding to iommu group 51
[    4.855074] pci 0000:c0:05.0: Adding to iommu group 52
[    4.860232] pci 0000:c0:05.1: Adding to iommu group 52
[    4.865385] pci 0000:c0:05.2: Adding to iommu group 52
[    4.870548] pci 0000:c0:07.0: Adding to iommu group 53
[    4.875698] pci 0000:c0:07.1: Adding to iommu group 54
[    4.880862] pci 0000:c0:08.0: Adding to iommu group 55
[    4.886012] pci 0000:c0:08.1: Adding to iommu group 56
[    4.891156] pci 0000:c1:00.0: Adding to iommu group 52
[    4.896295] pci 0000:c1:00.1: Adding to iommu group 52
[    4.901435] pci 0000:c2:00.0: Adding to iommu group 52
[    4.906576] pci 0000:c3:00.0: Adding to iommu group 52
[    4.911739] pci 0000:c8:00.0: Adding to iommu group 57
[    4.916891] pci 0000:c8:00.2: Adding to iommu group 58
[    4.922047] pci 0000:c9:00.0: Adding to iommu group 59
[    4.927205] pci 0000:c9:00.2: Adding to iommu group 60
[    4.961633] pci 0000:c0:00.2: AMD-Vi: Found IOMMU cap 0x40
[    4.967122] AMD-Vi: Extended features (0x841f77e022094ace): PPR X2APIC NX IA GA PC
[    4.974694] pci 0000:80:00.2: AMD-Vi: Found IOMMU cap 0x40
[    4.980179] AMD-Vi: Extended features (0x841f77e022094ace): PPR X2APIC NX IA GA PC
[    4.987745] pci 0000:40:00.2: AMD-Vi: Found IOMMU cap 0x40
[    4.993232] AMD-Vi: Extended features (0x841f77e022094ace): PPR X2APIC NX IA GA PC
[    5.000825] pci 0000:00:00.2: AMD-Vi: Found IOMMU cap 0x40
[    5.006308] AMD-Vi: Extended features (0x841f77e022094ace): PPR X2APIC NX IA GA PC
[    5.013874] AMD-Vi: Interrupt remapping enabled
[    5.018408] AMD-Vi: X2APIC enabled
[    5.022049] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    5.028490] software IO TLB: mapped [mem 0x000000000459f000-0x000000001459f000] (256MB)
[    5.036532] ACPI: bus type thunderbolt registered
[    5.041354] LVT offset 0 assigned for vector 0x400
[    5.047650] perf: AMD IBS detected (0x000003ff)
[    5.052198] amd_uncore: 4  amd_df counters detected
[    5.057090] amd_uncore: 6  amd_l3 counters detected
[    5.064208] perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
[    5.071354] perf/amd_iommu: Detected AMD IOMMU #1 (2 banks, 4 counters/bank).
[    5.078493] perf/amd_iommu: Detected AMD IOMMU #2 (2 banks, 4 counters/bank).
[    5.085635] perf/amd_iommu: Detected AMD IOMMU #3 (2 banks, 4 counters/bank).
[    5.105238] Initialise system trusted keyrings
[    5.109688] Key type blacklist registered
[    5.113804] workingset: timestamp_bits=36 max_order=26 bucket_order=0
[    5.121084] zbud: loaded
[    5.123891] integrity: Platform Keyring initialized
[    5.132219] NET: Registered PF_ALG protocol family
[    5.137013] xor: automatically using best checksumming function   avx       
[    5.144059] Key type asymmetric registered
[    5.148157] Asymmetric key parser 'x509' registered
[    5.153037] Running certificate verification selftests
[    5.198057] Loaded X.509 cert 'Certificate verification self-testing key: f58703bb33ce1b73ee02eccdee5b8817518fe3db'
[    5.208894] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[    5.216407] io scheduler mq-deadline registered
[    5.220938] io scheduler kyber registered
[    5.225003] io scheduler bfq registered
[    5.231255] atomic64_test: passed for x86-64 platform with CX8 and with SSE
[    5.238669] pcieport 0000:00:03.2: PME: Signaling with IRQ 30
[    5.244656] pcieport 0000:00:07.1: PME: Signaling with IRQ 32
[    5.250524] pcieport 0000:00:08.1: PME: Signaling with IRQ 33
[    5.256415] pcieport 0000:40:03.1: PME: Signaling with IRQ 34
[    5.262190] pcieport 0000:40:03.1: pciehp: Slot #167 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    5.276070] pcieport 0000:40:03.2: PME: Signaling with IRQ 35
[    5.281846] pcieport 0000:40:03.2: pciehp: Slot #166 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    5.295692] pcieport 0000:40:03.3: PME: Signaling with IRQ 36
[    5.301465] pcieport 0000:40:03.3: pciehp: Slot #169 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    5.315324] pcieport 0000:40:03.4: PME: Signaling with IRQ 37
[    5.321097] pcieport 0000:40:03.4: pciehp: Slot #168 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    5.334976] pcieport 0000:40:07.1: PME: Signaling with IRQ 39
[    5.340843] pcieport 0000:40:08.1: PME: Signaling with IRQ 40
[    5.346801] pcieport 0000:80:01.1: PME: Signaling with IRQ 41
[    5.352581] pcieport 0000:80:01.1: pciehp: Slot #160 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    5.366510] pcieport 0000:80:01.2: PME: Signaling with IRQ 42
[    5.372304] pcieport 0000:80:01.2: pciehp: Slot #161 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    5.386217] pcieport 0000:80:07.1: PME: Signaling with IRQ 44
[    5.392124] pcieport 0000:80:08.1: PME: Signaling with IRQ 46
[    5.398003] pcieport 0000:80:08.2: PME: Signaling with IRQ 47
[    5.403880] pcieport 0000:c0:03.1: PME: Signaling with IRQ 48
[    5.409654] pcieport 0000:c0:03.1: pciehp: Slot #163 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    5.423498] pcieport 0000:c0:03.2: PME: Signaling with IRQ 49
[    5.429302] pcieport 0000:c0:03.2: pciehp: Slot #162 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    5.443129] pcieport 0000:c0:03.3: PME: Signaling with IRQ 50
[    5.448901] pcieport 0000:c0:03.3: pciehp: Slot #165 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    5.462752] pcieport 0000:c0:03.4: PME: Signaling with IRQ 51
[    5.468520] pcieport 0000:c0:03.4: pciehp: Slot #164 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    5.482343] pcieport 0000:c0:05.1: PME: Signaling with IRQ 52
[    5.488192] pcieport 0000:c0:05.2: PME: Signaling with IRQ 53
[    5.494085] pcieport 0000:c0:07.1: PME: Signaling with IRQ 55
[    5.499967] pcieport 0000:c0:08.1: PME: Signaling with IRQ 57
[    5.505870] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    5.512629] efifb: probing for efifb
[    5.516222] efifb: framebuffer at 0xc6000000, using 3072k, total 3072k
[    5.522745] efifb: mode is 1024x768x32, linelength=4096, pages=1
[    5.528750] efifb: scrolling: redraw
[    5.532327] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    5.554202] Console: switching to colour frame buffer device 128x48
[    5.576483] fb0: EFI VGA frame buffer device
[    5.580950] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[    5.588375] ACPI: button: Power Button [PWRF]
[    5.595734] ERST: Error Record Serialization Table (ERST) support is initialized.
[    5.603213] pstore: Registered erst as persistent store backend
[    5.609466] GHES: APEI firmware first mode is enabled by APEI bit and WHEA _OSC.
[    5.616942] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    5.623259] 00:03: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A
[    5.630634] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    5.638277] Non-volatile memory driver v1.3
[    5.649550] rdac: device handler registered
[    5.653768] hp_sw: device handler registered
[    5.658043] emc: device handler registered
[    5.662196] alua: device handler registered
[    5.666444] libphy: Fixed MDIO Bus: probed
[    5.670567] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    5.677093] ehci-pci: EHCI PCI platform driver
[    5.681544] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    5.687724] ohci-pci: OHCI PCI platform driver
[    5.692175] uhci_hcd: USB Universal Host Controller Interface driver
[    5.698695] xhci_hcd 0000:03:00.3: xHCI Host Controller
[    5.703970] xhci_hcd 0000:03:00.3: new USB bus registered, assigned bus number 1
[    5.711454] xhci_hcd 0000:03:00.3: hcc params 0x0260ffe5 hci version 0x110 quirks 0x0000000000000410
[    5.720911] xhci_hcd 0000:03:00.3: xHCI Host Controller
[    5.726155] xhci_hcd 0000:03:00.3: new USB bus registered, assigned bus number 2
[    5.733552] xhci_hcd 0000:03:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[    5.740620] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.14
[    5.748881] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.756100] usb usb1: Product: xHCI Host Controller
[    5.760979] usb usb1: Manufacturer: Linux 5.14.0-162.6.1.el9_1.x86_64 xhci-hcd
[    5.768199] usb usb1: SerialNumber: 0000:03:00.3
[    5.772899] hub 1-0:1.0: USB hub found
[    5.776651] hub 1-0:1.0: 2 ports detected
[    5.780841] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    5.788939] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.14
[    5.797197] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.804415] usb usb2: Product: xHCI Host Controller
[    5.809294] usb usb2: Manufacturer: Linux 5.14.0-162.6.1.el9_1.x86_64 xhci-hcd
[    5.816511] usb usb2: SerialNumber: 0000:03:00.3
[    5.821205] hub 2-0:1.0: USB hub found
[    5.824961] hub 2-0:1.0: 2 ports detected
[    5.829201] xhci_hcd 0000:46:00.3: xHCI Host Controller
[    5.834455] xhci_hcd 0000:46:00.3: new USB bus registered, assigned bus number 3
[    5.841931] xhci_hcd 0000:46:00.3: hcc params 0x0260ffe5 hci version 0x110 quirks 0x0000000000000410
[    5.851364] xhci_hcd 0000:46:00.3: xHCI Host Controller
[    5.856610] xhci_hcd 0000:46:00.3: new USB bus registered, assigned bus number 4
[    5.864004] xhci_hcd 0000:46:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[    5.871077] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.14
[    5.879335] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.886554] usb usb3: Product: xHCI Host Controller
[    5.891432] usb usb3: Manufacturer: Linux 5.14.0-162.6.1.el9_1.x86_64 xhci-hcd
[    5.898658] usb usb3: SerialNumber: 0000:46:00.3
[    5.903335] hub 3-0:1.0: USB hub found
[    5.907087] hub 3-0:1.0: 2 ports detected
[    5.911252] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    5.919351] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.14
[    5.927607] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.934825] usb usb4: Product: xHCI Host Controller
[    5.939704] usb usb4: Manufacturer: Linux 5.14.0-162.6.1.el9_1.x86_64 xhci-hcd
[    5.946923] usb usb4: SerialNumber: 0000:46:00.3
[    5.951664] hub 4-0:1.0: USB hub found
[    5.955422] hub 4-0:1.0: 2 ports detected
[    5.959695] usbcore: registered new interface driver usbserial_generic
[    5.966225] usbserial: USB Serial support registered for generic
[    5.972252] i8042: PNP: No PS/2 controller found.
[    5.976983] mousedev: PS/2 mouse device common for all mice
[    5.982607] rtc_cmos 00:02: RTC can wake from S4
[    5.987419] rtc_cmos 00:02: registered as rtc0
[    5.991920] rtc_cmos 00:02: setting system clock to 2024-09-02T12:38:55 UTC (1725280735)
[    6.000008] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    6.007900] EFI Variables Facility v0.08 2004-May-17
[    6.013962] hid: raw HID events driver (C) Jiri Kosina
[    6.019124] usbcore: registered new interface driver usbhid
[    6.024693] usbhid: USB HID core driver
[    6.028575] drop_monitor: Initializing network drop monitor service
[    6.034890] Initializing XFRM netlink socket
[    6.039264] NET: Registered PF_INET6 protocol family
[    6.044590] Segment Routing with IPv6
[    6.048268] NET: Registered PF_PACKET protocol family
[    6.053344] mpls_gso: MPLS GSO support
[    6.061193] microcode: CPU0: patch_level=0x0a0011d3
[    6.064729] usb 1-1: new high-speed USB device number 2 using xhci_hcd
[    6.066074] microcode: CPU1: patch_level=0x0a0011d3
[    6.077486] microcode: CPU2: patch_level=0x0a0011d3
[    6.082372] microcode: CPU3: patch_level=0x0a0011d3
[    6.087256] microcode: CPU4: patch_level=0x0a0011d3
[    6.092133] microcode: CPU5: patch_level=0x0a0011d3
[    6.097013] microcode: CPU6: patch_level=0x0a0011d3
[    6.101890] microcode: CPU7: patch_level=0x0a0011d3
[    6.106774] microcode: CPU8: patch_level=0x0a0011d3
[    6.111659] microcode: CPU9: patch_level=0x0a0011d3
[    6.116539] microcode: CPU10: patch_level=0x0a0011d3
[    6.121504] microcode: CPU11: patch_level=0x0a0011d3
[    6.126472] microcode: CPU12: patch_level=0x0a0011d3
[    6.129732] tsc: Refined TSC clocksource calibration: 1996.246 MHz
[    6.131444] microcode: CPU13: patch_level=0x0a0011d3
[    6.137658] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x398ca761e09, max_idle_ns: 881590455219 ns
[    6.142596] microcode: CPU14: patch_level=0x0a0011d3
[    6.157589] clocksource: Switched to clocksource tsc
[    6.157609] microcode: CPU15: patch_level=0x0a0011d3
[    6.167522] microcode: CPU16: patch_level=0x0a0011d3
[    6.171729] usb 3-1: new high-speed USB device number 2 using xhci_hcd
[    6.172487] microcode: CPU17: patch_level=0x0a0011d3
[    6.183972] microcode: CPU18: patch_level=0x0a0011d3
[    6.188937] microcode: CPU19: patch_level=0x0a0011d3
[    6.193903] microcode: CPU20: patch_level=0x0a0011d3
[    6.198868] microcode: CPU21: patch_level=0x0a0011d3
[    6.201604] usb 1-1: New USB device found, idVendor=0424, idProduct=2744, bcdDevice= 1.21
[    6.203832] microcode: CPU22: patch_level=0x0a0011d3
[    6.212006] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    6.216971] microcode: CPU23: patch_level=0x0a0011d3
[    6.224102] usb 1-1: Product: USB2734
[    6.229063] microcode: CPU24: patch_level=0x0a0011d3
[    6.232727] usb 1-1: Manufacturer: Microchip Tech
[    6.237695] microcode: CPU25: patch_level=0x0a0011d3
[    6.247369] microcode: CPU26: patch_level=0x0a0011d3
[    6.252342] microcode: CPU27: patch_level=0x0a0011d3
[    6.257317] microcode: CPU28: patch_level=0x0a0011d3
[    6.262291] microcode: CPU29: patch_level=0x0a0011d3
[    6.267266] microcode: CPU30: patch_level=0x0a0011d3
[    6.272240] microcode: CPU31: patch_level=0x0a0011d3
[    6.277214] microcode: CPU32: patch_level=0x0a0011d3
[    6.282185] microcode: CPU33: patch_level=0x0a0011d3
[    6.284749] hub 1-1:1.0: USB hub found
[    6.287156] microcode: CPU34: patch_level=0x0a0011d3
[    6.291110] hub 1-1:1.0: 4 ports detected
[    6.295864] microcode: CPU35: patch_level=0x0a0011d3
[    6.304843] microcode: CPU36: patch_level=0x0a0011d3
[    6.309807] microcode: CPU37: patch_level=0x0a0011d3
[    6.312740] usb 3-1: New USB device found, idVendor=1604, idProduct=10c0, bcdDevice= 0.00
[    6.314774] microcode: CPU38: patch_level=0x0a0011d3
[    6.322945] usb 3-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    6.327902] microcode: CPU39: patch_level=0x0a0011d3
[    6.335105] usb 2-1: new SuperSpeed USB device number 2 using xhci_hcd
[    6.339993] microcode: CPU40: patch_level=0x0a0011d3
[    6.351485] microcode: CPU41: patch_level=0x0a0011d3
[    6.356451] microcode: CPU42: patch_level=0x0a0011d3
[    6.358070] usb 2-1: New USB device found, idVendor=0424, idProduct=5744, bcdDevice= 1.21
[    6.361417] microcode: CPU43: patch_level=0x0a0011d3
[    6.369586] usb 2-1: New USB device strings: Mfr=2, Product=3, SerialNumber=0
[    6.374547] microcode: CPU44: patch_level=0x0a0011d3
[    6.381676] usb 2-1: Product: USB5734
[    6.386648] microcode: CPU45: patch_level=0x0a0011d3
[    6.390309] usb 2-1: Manufacturer: Microchip Tech
[    6.395278] microcode: CPU46: patch_level=0x0a0011d3
[    6.400126] hub 3-1:1.0: USB hub found
[    6.404940] microcode: CPU47: patch_level=0x0a0011d3
[    6.408866] hub 3-1:1.0: 4 ports detected
[    6.413658] microcode: CPU48: patch_level=0x0a0011d3
[    6.422637] microcode: CPU49: patch_level=0x0a0011d3
[    6.427603] microcode: CPU50: patch_level=0x0a0011d3
[    6.428668] hub 2-1:1.0: USB hub found
[    6.432569] microcode: CPU51: patch_level=0x0a0011d3
[    6.436345] hub 2-1:1.0: 4 ports detected
[    6.441276] microcode: CPU52: patch_level=0x0a0011d3
[    6.445568] usb: port power management may be unreliable
[    6.450256] microcode: CPU53: patch_level=0x0a0011d3
[    6.460534] microcode: CPU54: patch_level=0x0a0011d3
[    6.465501] microcode: CPU55: patch_level=0x0a0011d3
[    6.470469] microcode: CPU56: patch_level=0x0a0011d3
[    6.475441] microcode: CPU57: patch_level=0x0a0011d3
[    6.480408] microcode: CPU58: patch_level=0x0a0011d3
[    6.485371] microcode: CPU59: patch_level=0x0a0011d3
[    6.490341] microcode: CPU60: patch_level=0x0a0011d3
[    6.495313] microcode: CPU61: patch_level=0x0a0011d3
[    6.500279] microcode: CPU62: patch_level=0x0a0011d3
[    6.505245] microcode: CPU63: patch_level=0x0a0011d3
[    6.510211] microcode: CPU64: patch_level=0x0a0011d3
[    6.515175] microcode: CPU65: patch_level=0x0a0011d3
[    6.520142] microcode: CPU66: patch_level=0x0a0011d3
[    6.525106] microcode: CPU67: patch_level=0x0a0011d3
[    6.530074] microcode: CPU68: patch_level=0x0a0011d3
[    6.535037] microcode: CPU69: patch_level=0x0a0011d3
[    6.540004] microcode: CPU70: patch_level=0x0a0011d3
[    6.544971] microcode: CPU71: patch_level=0x0a0011d3
[    6.549939] microcode: CPU72: patch_level=0x0a0011d3
[    6.554911] microcode: CPU73: patch_level=0x0a0011d3
[    6.559878] microcode: CPU74: patch_level=0x0a0011d3
[    6.564846] microcode: CPU75: patch_level=0x0a0011d3
[    6.569810] microcode: CPU76: patch_level=0x0a0011d3
[    6.574775] microcode: CPU77: patch_level=0x0a0011d3
[    6.579741] microcode: CPU78: patch_level=0x0a0011d3
[    6.584709] microcode: CPU79: patch_level=0x0a0011d3
[    6.589674] microcode: CPU80: patch_level=0x0a0011d3
[    6.594638] microcode: CPU81: patch_level=0x0a0011d3
[    6.599608] microcode: CPU82: patch_level=0x0a0011d3
[    6.604570] microcode: CPU83: patch_level=0x0a0011d3
[    6.609538] microcode: CPU84: patch_level=0x0a0011d3
[    6.614502] microcode: CPU85: patch_level=0x0a0011d3
[    6.619467] microcode: CPU86: patch_level=0x0a0011d3
[    6.624434] microcode: CPU87: patch_level=0x0a0011d3
[    6.629401] microcode: CPU88: patch_level=0x0a0011d3
[    6.634365] microcode: CPU89: patch_level=0x0a0011d3
[    6.639334] microcode: CPU90: patch_level=0x0a0011d3
[    6.644298] microcode: CPU91: patch_level=0x0a0011d3
[    6.649264] microcode: CPU92: patch_level=0x0a0011d3
[    6.654231] microcode: CPU93: patch_level=0x0a0011d3
[    6.659197] microcode: CPU94: patch_level=0x0a0011d3
[    6.664161] microcode: CPU95: patch_level=0x0a0011d3
[    6.669128] microcode: CPU96: patch_level=0x0a0011d3
[    6.674103] microcode: CPU97: patch_level=0x0a0011d3
[    6.679067] microcode: CPU98: patch_level=0x0a0011d3
[    6.684033] microcode: CPU99: patch_level=0x0a0011d3
[    6.688998] microcode: CPU100: patch_level=0x0a0011d3
[    6.694053] microcode: CPU101: patch_level=0x0a0011d3
[    6.699110] microcode: CPU102: patch_level=0x0a0011d3
[    6.704166] microcode: CPU103: patch_level=0x0a0011d3
[    6.709220] microcode: CPU104: patch_level=0x0a0011d3
[    6.714270] microcode: CPU105: patch_level=0x0a0011d3
[    6.719323] microcode: CPU106: patch_level=0x0a0011d3
[    6.724377] microcode: CPU107: patch_level=0x0a0011d3
[    6.729429] microcode: CPU108: patch_level=0x0a0011d3
[    6.734481] microcode: CPU109: patch_level=0x0a0011d3
[    6.739532] microcode: CPU110: patch_level=0x0a0011d3
[    6.744588] microcode: CPU111: patch_level=0x0a0011d3
[    6.749639] microcode: CPU112: patch_level=0x0a0011d3
[    6.754692] microcode: CPU113: patch_level=0x0a0011d3
[    6.759745] microcode: CPU114: patch_level=0x0a0011d3
[    6.764797] microcode: CPU115: patch_level=0x0a0011d3
[    6.769851] microcode: CPU116: patch_level=0x0a0011d3
[    6.774903] microcode: CPU117: patch_level=0x0a0011d3
[    6.779955] microcode: CPU118: patch_level=0x0a0011d3
[    6.785007] microcode: CPU119: patch_level=0x0a0011d3
[    6.790061] microcode: CPU120: patch_level=0x0a0011d3
[    6.795120] microcode: CPU121: patch_level=0x0a0011d3
[    6.800174] microcode: CPU122: patch_level=0x0a0011d3
[    6.805228] microcode: CPU123: patch_level=0x0a0011d3
[    6.810279] microcode: CPU124: patch_level=0x0a0011d3
[    6.815332] microcode: CPU125: patch_level=0x0a0011d3
[    6.820382] microcode: CPU126: patch_level=0x0a0011d3
[    6.825435] microcode: CPU127: patch_level=0x0a0011d3
[    6.830486] microcode: Microcode Update Driver: v2.2.
[    6.832155] resctrl: L3 allocation detected
[    6.841404] resctrl: L3DATA allocation detected
[    6.845936] resctrl: L3CODE allocation detected
[    6.850468] resctrl: MB allocation detected
[    6.854646] resctrl: L3 monitoring detected
[    6.858832] IPI shorthand broadcast: enabled
[    6.863111] AVX2 version of gcm_enc/dec engaged.
[    6.867840] AES CTR mode by8 optimization enabled
[    6.872895] sched_clock: Marking stable (6791278352, 81609005)->(9002031602, -2129144245)
[    6.884367] registered taskstats version 1
[    6.890646] Loading compiled-in X.509 certificates
[    6.896037] Loaded X.509 cert 'Red Hat Enterprise Linux kernel signing key: b12263d90d5f1e68b26d0e842fc223979a672f74'
[    6.906892] Loaded X.509 cert 'Red Hat Enterprise Linux Driver Update Program (key 3): bf57f3e87362bc7229d9f465321773dfd1f77a80'
[    6.918675] Loaded X.509 cert 'Red Hat Enterprise Linux kpatch signing key: 4d38fd864ebe18c5f0b72e3852e2014c3a676fc8'
[    6.931060] zswap: loaded using pool lzo/zbud
[    6.942217] page_owner is disabled
[    6.945790] pstore: Using crash dump compression: deflate
[    6.951205] Key type big_key registered
[    6.957493] Key type encrypted registered
[    6.961567] integrity: Loading X.509 certificate: UEFI:db
[    6.966984] integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
[    6.977755] integrity: Loading X.509 certificate: UEFI:db
[    6.983166] integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
[    6.994196] integrity: Loading X.509 certificate: UEFI:db
[    6.999625] integrity: Loaded X.509 cert 'VMware, Inc.: 4ad8ba0472073d28127706ddc6ccb9050441bbc7'
[    7.008485] integrity: Loading X.509 certificate: UEFI:db
[    7.014015] integrity: Loaded X.509 cert 'VMware, Inc.: VMware Secure Boot Signing: 04597f3e1ffb240bba0ff0f05d5eb05f3e15f6d7'
[    7.025475] integrity: Loading X.509 certificate: UEFI:MokListRT (MOKvar table)
[    7.032893] integrity: Loaded X.509 cert 'Red Hat Secure Boot CA 5: cc6fa5e72868ba494e939bbd680b9144769a9f8f'
[    7.042799] ima: No TPM chip found, activating TPM-bypass!
[    7.048283] Loading compiled-in module X.509 certificates
[    7.053926] Loaded X.509 cert 'Red Hat Enterprise Linux kernel signing key: b12263d90d5f1e68b26d0e842fc223979a672f74'
[    7.064524] ima: Allocated hash algorithm: sha256
[    7.069234] ima: No architecture policies found
[    7.073768] evm: Initialising EVM extended attributes:
[    7.078920] evm: security.selinux
[    7.082235] evm: security.SMACK64 (disabled)
[    7.086507] evm: security.SMACK64EXEC (disabled)
[    7.091121] evm: security.SMACK64TRANSMUTE (disabled)
[    7.096173] evm: security.SMACK64MMAP (disabled)
[    7.100792] evm: security.apparmor (disabled)
[    7.105149] evm: security.ima
[    7.108113] evm: security.capability
[    7.111685] evm: HMAC attrs: 0x1
[    7.129733] usb 3-1.1: new high-speed USB device number 3 using xhci_hcd
[    7.213745] usb 3-1.1: New USB device found, idVendor=1604, idProduct=10c0, bcdDevice= 0.00
[    7.222096] usb 3-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    7.230709] Freeing unused decrypted memory: 2036K
[    7.235809] Freeing unused kernel image (initmem) memory: 2740K
[    7.246731] Write protecting the kernel read-only data: 26624k
[    7.252840] Freeing unused kernel image (text/rodata gap) memory: 2036K
[    7.259558] Freeing unused kernel image (rodata/data gap) memory: 1032K
[    7.279261] hub 3-1.1:1.0: USB hub found
[    7.283369] hub 3-1.1:1.0: 4 ports detected
[    7.299833] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    7.306277] Run /init as init process
[    7.360231] usb 3-1.2: new high-speed USB device number 4 using xhci_hcd
[    7.612975] systemd[1]: systemd 250-12.el9_1 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 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK +XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[    7.656799] systemd[1]: Detected architecture x86-64.
[    7.661852] systemd[1]: Running in initial RAM disk.

Welcome to ^[[0;31mRed Hat Enterprise Linux 9.1 (Plow) dracut-057-13.git20220816.el9 (Initramfs)^[[0m!

[    7.677785] systemd[1]: Hostname set to <hostname.amd.com>.
[    7.702871] usb 3-1.2: New USB device found, idVendor=413c, idProduct=0006, bcdDevice= 0.00
[    7.711224] usb 3-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    7.718685] usb 3-1.2: Product: DRAC 5 Virtual Keyboard and Mouse
[    7.724776] usb 3-1.2: Manufacturer: DELL
[    7.728790] usb 3-1.2: SerialNumber: DELL413C-1
[    7.768271] systemd[1]: Queued start job for default target Initrd Default Target.
[    7.775941] systemd[1]: Reached target Initrd /usr File System.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mInitrd /usr File System^[[0m.
[    7.789748] systemd[1]: Reached target Local File Systems.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mLocal File Systems^[[0m.
[    7.803761] systemd[1]: Reached target Slice Units.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSlice Units^[[0m.
[    7.815757] systemd[1]: Reached target Swaps.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSwaps^[[0m.
[    7.826752] systemd[1]: Reached target Timer Units.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mTimer Units^[[0m.
[    7.838830] systemd[1]: Listening on D-Bus System Message Bus Socket.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mD-Bus System Message Bus Socket^[[0m.
[    7.853837] systemd[1]: Listening on Journal Socket (/dev/log).
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mJournal Socket (/dev/log)^[[0m.
[    7.867842] systemd[1]: Listening on Journal Socket.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mJournal Socket^[[0m.
[    7.879797] systemd[1]: Listening on udev Control Socket.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mudev Control Socket^[[0m.
[    7.892779] systemd[1]: Listening on udev Kernel Socket.
[    7.896392] input: DELL DRAC 5 Virtual Keyboard and Mouse as /devices/pci0000:40/0000:40:08.1/0000:46:00.3/usb3/3-1/3-1.2/3-1.2:1.0/0003:413C:0006.0001/input/input1
[^[[0;32m  OK  ^[[[    7.912842] hid-generic 0003:413C:0006.0001: input,hidraw0: USB HID v1.01 Mouse [DELL DRAC 5 Virtual Keyboard and Mouse] on usb-0000:46:00.3-1.2/input0
0m] Listening on ^[[0;1;39mudev Kernel Socket^[[0m.
[    7.933947] input: DELL DRAC 5 Virtual Keyboard and Mouse as /devices/pci0000:40/0000:40:08.1/0000:46:00.3/usb3/3-1/3-1.2/3-1.2:1.1/0003:413C:0006.0002/input/input2
[    7.948739] systemd[1]: Reached target Socket Units.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSocket Units^[[0m.
[    7.962079] systemd[1]: Starting Create List of Static Device Nodes...
         Starting ^[[0;1;39mCreate List of Static Device Nodes^[[0m...
[    7.977879] systemd[1]: Starting Journal Service...
         Starting ^[[0;1;39mJournal Service^[[0m...
[    7.990459] systemd[1]: Starting Load Kernel Modules...
         Starting ^[[0;1;39mLoad Kernel Modules^[[0m...
[    7.999882] hid-generic 0003:413C:0006.0002: input,hidraw1: USB HID v1.01 Keyboard [DELL DRAC 5 Virtual Keyboard and Mouse] on usb-0000:46:00.3-1.2/input1
[    8.014996] systemd[1]: Starting Create System Users...
         Startin[    8.020662] fuse: init (API version 7.36)
g ^[[0;1;39mCreate System Users^[[0m...
[    8.032504] systemd[1]: Starting Setup Virtual Console...
         Starting ^[[0;1;39mSetup Virtual Console^[[0m...
[    8.046406] systemd[1]: Started Journal Service.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mJournal Service^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate List of Static Device Nodes^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mLoad Kerne[    8.078734] usb 3-1.4: new high-speed USB device number 5 using xhci_hcd
l Modules^[[0m.
         Starting ^[[0;1;39mApply Kernel Variables^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mSetup Virtual Console^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mApply Kernel Variables^[[0m.
         Starting ^[[0;1;39mdracut cmdline hook^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate System Users^[[0m.
         Starting ^[[0;1;39mCreate Static Device Nodes in /dev^[[0m...
         Starting ^[[0;1;39mCreate Volatile Files and Directories^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate Static Device Nodes in /dev^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate Volatile Files and Directories^[[0m.
[    8.163617] usb 3-1.4: New USB device found, idVendor=1604, idProduct=10c0, bcdDevice= 0.00
[    8.172070] usb 3-1.4: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mdracut cmdline hook^[[0m.
         Starting ^[[0;1;39mdracut pre-udev hook^[[0m...
[    8.204248] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[    8.216437] device-mapper: uevent: version 1.0.3
[    8.221110] device-mapper: ioctl: 4.46.0-ioctl (2022-02-22) initialised: dm-devel@redhat.com
[    8.239266] hub 3-1.4:1.0: USB hub found
[    8.243371] hub 3-1.4:1.0: 4 ports detected
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mdracut pre-udev hook^[[0m.
         Starting ^[[0;1;39mRule-based Manage…for Device Events and Files^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mRule-based Manager for Device Events and Files^[[0m.
         Starting ^[[0;1;39mColdplug All udev Devices^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mColdplug All udev Devices^[[    8.391422] wmi_bus wmi_bus-PNP0C14:00: WQBC data block query control method not found
[0m.
[    8.400921] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
[    8.406886] sp5100-tco sp5100-tco: Using 0xfeb00000 for watchdog MMIO address
[^[[0;32m  OK  ^[[[    8.414127] sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0)
0m] Reached target ^[[0;1;39mSyst[    8.424628] ccp 0000:46:00.1: no command queues available
em Initializatio[    8.430921] ccp 0000:46:00.1: sev enabled
n^[[0m.
[    8.436148] ccp 0000:46:00.1: psp enabled
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mNetwork^[[0m.
[    8.448425] mpt3sas version 40.100.00.00 loaded
[    8.453285] ACPI: bus type drm_connector registered
[    8.453502] mpt3sas_cm0: 63 BIT PCI BUS DMA ADDRESSING SUPPORTED, total mem (262454848 kB)
[    8.453666] tg3 0000:c1:00.0 eth0: Tigon3 [partno(BCM95720) rev 5720000] (PCI Express) MAC address d0:8e:79:bb:95:90
[    8.453671] tg3 0000:c1:00.0 eth0: attached PHY is 5720C (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[1])
[    8.453674] tg3 0000:c1:00.0 eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[1] TSOcap[1]
[    8.453677] tg3 0000:c1:00.0 eth0: dma_rwctrl[00000001] dma_mask[64-bit]
[    8.474588] tg3 0000:c1:00.1 eth1: Tigon3 [partno(BCM95720) rev 5720000] (PCI Express) MAC address d0:8e:79:bb:95:91
[    8.516068] tg3 0000:c1:00.1 eth1: attached PHY is 5720C (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[1])
[    8.516072] tg3 0000:c1:00.1 eth1: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[1] TSOcap[1]
[    8.516074] tg3 0000:c1:00.1 eth1: dma_rwctrl[00000001] dma_mask[64-bit]
[    8.518730] mpt3sas_cm0: CurrentHostPageSize is 0: Setting default host page size to 4k
[    8.518751] mpt3sas_cm0: MSI-X vectors supported: 96
         Startin[    8.518752] 	 no of cores: 128, max_msix_vectors: -1
[    8.518754] mpt3sas_cm0:  0 96 96
g ^[[0;1;39mdracu[    8.521236] mpt3sas_cm0: High IOPs queues : disabled
t initqueue hook[    8.521238] mpt3sas0-msix0: PCI-MSI-X enabled: IRQ 82
^[[0m...
[    8.521239] mpt3sas0-msix1: PCI-MSI-X enabled: IRQ 83
[    8.521239] mpt3sas0-msix2: PCI-MSI-X enabled: IRQ 84
[    8.521240] mpt3sas0-msix3: PCI-MSI-X enabled: IRQ 85
[    8.521241] mpt3sas0-msix4: PCI-MSI-X enabled: IRQ 86
[    8.521241] mpt3sas0-msix5: PCI-MSI-X enabled: IRQ 87
[    8.521242] mpt3sas0-msix6: PCI-MSI-X enabled: IRQ 88
[    8.521242] mpt3sas0-msix7: PCI-MSI-X enabled: IRQ 89
[    8.521243] mpt3sas0-msix8: PCI-MSI-X enabled: IRQ 90
[    8.521243] mpt3sas0-msix9: PCI-MSI-X enabled: IRQ 91
[    8.521244] mpt3sas0-msix10: PCI-MSI-X enabled: IRQ 92
[    8.521244] mpt3sas0-msix11: PCI-MSI-X enabled: IRQ 93
[    8.521245] mpt3sas0-msix12: PCI-MSI-X enabled: IRQ 94
[    8.521245] mpt3sas0-msix13: PCI-MSI-X enabled: IRQ 95
[    8.521246] mpt3sas0-msix14: PCI-MSI-X enabled: IRQ 96
[    8.521246] mpt3sas0-msix15: PCI-MSI-X enabled: IRQ 97
[    8.521247] mpt3sas0-msix16: PCI-MSI-X enabled: IRQ 98
[    8.521247] mpt3sas0-msix17: PCI-MSI-X enabled: IRQ 99
[    8.521248] mpt3sas0-msix18: PCI-MSI-X enabled: IRQ 100
[    8.521249] mpt3sas0-msix19: PCI-MSI-X enabled: IRQ 101
[    8.521249] mpt3sas0-msix20: PCI-MSI-X enabled: IRQ 102
[    8.521249] mpt3sas0-msix21: PCI-MSI-X enabled: IRQ 103
[    8.521250] mpt3sas0-msix22: PCI-MSI-X enabled: IRQ 104
[    8.521250] mpt3sas0-msix23: PCI-MSI-X enabled: IRQ 105
[    8.521251] mpt3sas0-msix24: PCI-MSI-X enabled: IRQ 106
[    8.521252] mpt3sas0-msix25: PCI-MSI-X enabled: IRQ 107
[    8.521252] mpt3sas0-msix26: PCI-MSI-X enabled: IRQ 108
[    8.521253] mpt3sas0-msix27: PCI-MSI-X enabled: IRQ 109
[    8.521253] mpt3sas0-msix28: PCI-MSI-X enabled: IRQ 110
[    8.521254] mpt3sas0-msix29: PCI-MSI-X enabled: IRQ 111
[    8.521254] mpt3sas0-msix30: PCI-MSI-X enabled: IRQ 112
[    8.521255] mpt3sas0-msix31: PCI-MSI-X enabled: IRQ 113
[    8.521255] mpt3sas0-msix32: PCI-MSI-X enabled: IRQ 114
[    8.521256] mpt3sas0-msix33: PCI-MSI-X enabled: IRQ 115
[    8.521256] mpt3sas0-msix34: PCI-MSI-X enabled: IRQ 116
[    8.521257] mpt3sas0-msix35: PCI-MSI-X enabled: IRQ 117
[    8.521258] mpt3sas0-msix36: PCI-MSI-X enabled: IRQ 118
[    8.521258] mpt3sas0-msix37: PCI-MSI-X enabled: IRQ 119
[    8.521259] mpt3sas0-msix38: PCI-MSI-X enabled: IRQ 120
[    8.521259] mpt3sas0-msix39: PCI-MSI-X enabled: IRQ 121
[    8.521260] mpt3sas0-msix40: PCI-MSI-X enabled: IRQ 122
[    8.521260] mpt3sas0-msix41: PCI-MSI-X enabled: IRQ 123
[    8.521261] mpt3sas0-msix42: PCI-MSI-X enabled: IRQ 124
[    8.521261] mpt3sas0-msix43: PCI-MSI-X enabled: IRQ 125
[    8.521262] mpt3sas0-msix44: PCI-MSI-X enabled: IRQ 126
[    8.521262] mpt3sas0-msix45: PCI-MSI-X enabled: IRQ 127
[    8.521263] mpt3sas0-msix46: PCI-MSI-X enabled: IRQ 128
[    8.521263] mpt3sas0-msix47: PCI-MSI-X enabled: IRQ 129
[    8.521264] mpt3sas0-msix48: PCI-MSI-X enabled: IRQ 130
[    8.521264] mpt3sas0-msix49: PCI-MSI-X enabled: IRQ 131
[    8.521265] mpt3sas0-msix50: PCI-MSI-X enabled: IRQ 132
[    8.521265] mpt3sas0-msix51: PCI-MSI-X enabled: IRQ 133
[    8.521266] mpt3sas0-msix52: PCI-MSI-X enabled: IRQ 134
[    8.521267] mpt3sas0-msix53: PCI-MSI-X enabled: IRQ 135
[    8.521267] mpt3sas0-msix54: PCI-MSI-X enabled: IRQ 136
[    8.521268] mpt3sas0-msix55: PCI-MSI-X enabled: IRQ 137
[    8.521268] mpt3sas0-msix56: PCI-MSI-X enabled: IRQ 138
[    8.521269] mpt3sas0-msix57: PCI-MSI-X enabled: IRQ 139
[    8.521270] mpt3sas0-msix58: PCI-MSI-X enabled: IRQ 140
[    8.521270] mpt3sas0-msix59: PCI-MSI-X enabled: IRQ 141
[    8.521271] mpt3sas0-msix60: PCI-MSI-X enabled: IRQ 142
[    8.521271] mpt3sas0-msix61: PCI-MSI-X enabled: IRQ 143
[    8.521272] mpt3sas0-msix62: PCI-MSI-X enabled: IRQ 144
[    8.521273] mpt3sas0-msix63: PCI-MSI-X enabled: IRQ 145
[    8.521273] mpt3sas0-msix64: PCI-MSI-X enabled: IRQ 146
[    8.521274] mpt3sas0-msix65: PCI-MSI-X enabled: IRQ 147
[    8.521274] mpt3sas0-msix66: PCI-MSI-X enabled: IRQ 148
[    8.521275] mpt3sas0-msix67: PCI-MSI-X enabled: IRQ 149
[    8.521275] mpt3sas0-msix68: PCI-MSI-X enabled: IRQ 150
[    8.521276] mpt3sas0-msix69: PCI-MSI-X enabled: IRQ 151
[    8.521277] mpt3sas0-msix70: PCI-MSI-X enabled: IRQ 152
[    8.521277] mpt3sas0-msix71: PCI-MSI-X enabled: IRQ 153
[    8.521278] mpt3sas0-msix72: PCI-MSI-X enabled: IRQ 154
[    8.521278] mpt3sas0-msix73: PCI-MSI-X enabled: IRQ 155
[    8.521279] mpt3sas0-msix74: PCI-MSI-X enabled: IRQ 156
[    8.521279] mpt3sas0-msix75: PCI-MSI-X enabled: IRQ 157
[    8.521280] mpt3sas0-msix76: PCI-MSI-X enabled: IRQ 158
[    8.521281] mpt3sas0-msix77: PCI-MSI-X enabled: IRQ 159
[    8.521281] mpt3sas0-msix78: PCI-MSI-X enabled: IRQ 160
[    8.521282] mpt3sas0-msix79: PCI-MSI-X enabled: IRQ 161
[    8.521282] mpt3sas0-msix80: PCI-MSI-X enabled: IRQ 162
[    8.521283] mpt3sas0-msix81: PCI-MSI-X enabled: IRQ 163
[    8.521284] mpt3sas0-msix82: PCI-MSI-X enabled: IRQ 164
[    8.521284] mpt3sas0-msix83: PCI-MSI-X enabled: IRQ 165
[    8.521285] mpt3sas0-msix84: PCI-MSI-X enabled: IRQ 166
[    8.521286] mpt3sas0-msix85: PCI-MSI-X enabled: IRQ 167
[    8.521286] mpt3sas0-msix86: PCI-MSI-X enabled: IRQ 168
[    8.521287] mpt3sas0-msix87: PCI-MSI-X enabled: IRQ 169
[    8.521288] mpt3sas0-msix88: PCI-MSI-X enabled: IRQ 170
[    8.521289] mpt3sas0-msix89: PCI-MSI-X enabled: IRQ 171
[    8.521289] mpt3sas0-msix90: PCI-MSI-X enabled: IRQ 172
[    8.521290] mpt3sas0-msix91: PCI-MSI-X enabled: IRQ 173
[    8.521291] mpt3sas0-msix92: PCI-MSI-X enabled: IRQ 174
[    8.521291] mpt3sas0-msix93: PCI-MSI-X enabled: IRQ 175
[    8.521292] mpt3sas0-msix94: PCI-MSI-X enabled: IRQ 176
[    8.521293] mpt3sas0-msix95: PCI-MSI-X enabled: IRQ 177
[    8.521293] mpt3sas_cm0: iomem(0x00000000f7400000), mapped(0x0000000001e12060), size(65536)
[    8.521296] mpt3sas_cm0: ioport(0x0000000000001000), size(256)
[    8.525734] ccp 0000:46:00.1: SEV API:1.55 build:17
[    8.565233] mpt3sas_cm0: CurrentHostPageSize is 0: Setting default host page size to 4k
[    9.097898] mpt3sas_cm0: sending message unit reset !!
[    9.099402] mpt3sas_cm0: message unit reset: SUCCESS
         Starting ^[[0;1;39mShow Plymouth Boot Screen^[[0m...
^[[2J^[[3J^[[-1;-1f[    9.119269] ahci 0000:85:00.0: AHCI 0001.0301 32 slots 8 ports 6 Gbps 0xff impl SATA mode
[    9.119273] ahci 0000:85:00.0: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part sxs 
[    9.119878] scsi host1: ahci
[    9.120048] scsi host2: ahci
[    9.120144] scsi host3: ahci
[    9.120234] scsi host4: ahci
[    9.120312] scsi host5: ahci
[    9.120390] scsi host6: ahci
[    9.120501] scsi host7: ahci
[    9.120599] scsi host8: ahci
[    9.120627] ata1: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800100 irq 179
[    9.120630] ata2: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800180 irq 180
[    9.120632] ata3: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800200 irq 181
[    9.120633] ata4: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800280 irq 182
[    9.120635] ata5: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800300 irq 183
[    9.120636] ata6: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800380 irq 184
[    9.120638] ata7: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800400 irq 185
[    9.120640] ata8: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800480 irq 186
[    9.126750] fb0: switching to mgag200 from EFI VGA
[    9.132598] mpt3sas_cm0: scatter gather: sge_in_main_msg(1), sge_per_chain(7), sge_per_io(128), chains_per_io(19)
[    9.245048] mpt3sas_cm0: request pool(0x000000000a36aed9) - dma(0xe0600000): depth(9700), frame_size(128), pool_size(1212 kB)
[    9.272679] Console: switching to colour dummy device 80x25
[    9.278303] mgag200 0000:c3:00.0: vgaarb: deactivate vga console
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mShow Plymouth Boot Screen^[[0m.
[^[[0;32m  [    9.289943] [drm] Initialized mgag200 1.0.0 20110418 for 0000:c3:00.0 on minor 0
OK  ^[[0m] Started ^[[0;1;39mForward Password R…s to Plymouth Directory Watch^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mPath Units^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mBasic System^[[0m.
[    9.300143] fbcon: mgag200drmfb (fb0) is primary device
[    9.351008] mpt3sas_cm0: sense pool(0x000000000d1c23df) - dma(0xdee00000): depth(9463), element_size(96), pool_size (887 kB)
[    9.351012] mpt3sas_cm0: sense pool(0x000000000d1c23df)- dma(0xdee00000): depth(9463),element_size(96), pool_size(0 kB)
[    9.351080] mpt3sas_cm0: reply pool(0x00000000639e16a1) - dma(0xdec00000): depth(9764), frame_size(128), pool_size(1220 kB)
[    9.351092] mpt3sas_cm0: config page(0x0000000029abac6c) - dma(0xdebee000): size(512)
[    9.351093] mpt3sas_cm0: Allocated physical memory: size(40437 kB)
[    9.351094] mpt3sas_cm0: Current Controller Queue Depth(9460),Max Controller Queue Depth(9584)
[    9.351094] mpt3sas_cm0: Scatter Gather Elements per IO(128)
[    9.396617] mpt3sas_cm0: _base_display_fwpkg_version: complete
[    9.396620] mpt3sas_cm0: FW Package Ver(16.17.01.00)
[    9.396905] mpt3sas_cm0: LSISAS3008: FWVersion(16.00.11.00), ChipRevision(0x02), BiosVersion(18.00.03.00)
[    9.396909] mpt3sas_cm0: Protocol=(Initiator,Target), Capabilities=(TLR,EEDP,Snapshot Buffer,Diag Trace Buffer,Task Set Full,NCQ)
[    9.396961] scsi host0: Fusion MPT SAS Host
[    9.398035] mpt3sas_cm0: sending port enable !!
[    9.398436] mpt3sas_cm0: hba_port entry: 00000000daa2e105, port: 255 is added to hba_port list
[    9.399375] mpt3sas_cm0: host_add: handle(0x0001), sas_addr(0x52cea7f0be87bf00), phys(8)
[    9.399704] mpt3sas_cm0: handle(0xa) sas_address(0x4433221100000000) port_type(0x1)
[    9.400758] scsi 0:0:0:0: Direct-Access     ATA      MTFDDAK960TDT    J004 PQ: 0 ANSI: 6
[    9.400761] scsi 0:0:0:0: SATA: handle(0x000a), sas_addr(0x4433221100000000), phy(0), device_name(0x500a075131911ad0)
[    9.400762] scsi 0:0:0:0: enclosure logical id (0x52cea7f0be87bf00), slot(1) 
[    9.400763] scsi 0:0:0:0: enclosure level(0x0001), connector name(     )
[    9.400805] scsi 0:0:0:0: atapi(n), ncq(y), asyn_notify(n), smart(y), fua(y), sw_preserve(y)
[    9.400806] scsi 0:0:0:0: qdepth(32), tagged(1), scsi_level(7), cmd_que(1)
[    9.402983]  end_device-0:0: add: handle(0x000a), sas_addr(0x4433221100000000)
[    9.403099] mpt3sas_cm0: handle(0xc) sas_address(0x58ce38ee219651a2) port_type(0x1)
[    9.404065] scsi 0:0:1:0: Direct-Access     KIOXIA   KPM6WVUG960G     BD08 PQ: 0 ANSI: 6
[    9.404069] scsi 0:0:1:0: SSP: handle(0x000c), sas_addr(0x58ce38ee219651a2), phy(4), device_name(0x58ce38ee219651a0)
[    9.404070] scsi 0:0:1:0: enclosure logical id (0x52cea7f0be87bf00), slot(0) 
[    9.404071] scsi 0:0:1:0: enclosure level(0x0001), connector name(     )
[    9.404072] scsi 0:0:1:0: qdepth(254), tagged(1), scsi_level(7), cmd_que(1)
[    9.404688]  end_device-0:1: add: handle(0x000c), sas_addr(0x58ce38ee219651a2)
[    9.404804] mpt3sas_cm0: handle(0xb) sas_address(0x4433221106000000) port_type(0x1)
[    9.405746] scsi 0:0:2:0: Direct-Access     ATA      MTFDDAK960TDT    J004 PQ: 0 ANSI: 6
[    9.405749] scsi 0:0:2:0: SATA: handle(0x000b), sas_addr(0x4433221106000000), phy(6), device_name(0x500a075131911a6f)
[    9.405750] scsi 0:0:2:0: enclosure logical id (0x52cea7f0be87bf00), slot(2) 
[    9.405751] scsi 0:0:2:0: enclosure level(0x0001), connector name(     )
[    9.405793] scsi 0:0:2:0: atapi(n), ncq(y), asyn_notify(n), smart(y), fua(y), sw_preserve(y)
[    9.405794] scsi 0:0:2:0: qdepth(32), tagged(1), scsi_level(7), cmd_que(1)
[    9.407953]  end_device-0:2: add: handle(0x000b), sas_addr(0x4433221106000000)
[    9.409729] mpt3sas_cm0: port enable: SUCCESS
[    9.414504] scsi 0:0:0:0: Attached scsi generic sg0 type 0
[    9.414536] scsi 0:0:1:0: Attached scsi generic sg1 type 0
[    9.414557] scsi 0:0:2:0: Attached scsi generic sg2 type 0
[    9.420828] sd 0:0:1:0: [sdc] 1875385008 512-byte logical blocks: (960 GB/894 GiB)
[    9.420832] sd 0:0:1:0: [sdc] 4096-byte physical blocks
[    9.421007] sd 0:0:1:0: [sdc] Write Protect is off
[    9.421215] sd 0:0:1:0: [sdc] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[    9.422814] sd 0:0:0:0: [sda] 1875385008 512-byte logical blocks: (960 GB/894 GiB)
[    9.422816] sd 0:0:0:0: [sda] 4096-byte physical blocks
[    9.422922] sd 0:0:2:0: [sdb] 1875385008 512-byte logical blocks: (960 GB/894 GiB)
[    9.422924] sd 0:0:2:0: [sdb] 4096-byte physical blocks
[    9.424819] sd 0:0:0:0: [sda] Write Protect is off
[    9.424924] sd 0:0:2:0: [sdb] Write Protect is off
[    9.426102] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, supports DPO and FUA
[    9.426261] sd 0:0:2:0: [sdb] Write cache: enabled, read cache: enabled, supports DPO and FUA
[    9.429629]  sdc: sdc1 sdc2
[    9.430837] ata8: SATA link down (SStatus 0 SControl 300)
[    9.430863] ata7: SATA link down (SStatus 0 SControl 300)
[    9.430890] ata2: SATA link down (SStatus 0 SControl 300)
[    9.430920] ata4: SATA link down (SStatus 0 SControl 300)
[    9.430950] ata6: SATA link down (SStatus 0 SControl 300)
[    9.430980] ata1: SATA link down (SStatus 0 SControl 300)
[    9.431009] ata5: SATA link down (SStatus 0 SControl 300)
[    9.431037] ata3: SATA link down (SStatus 0 SControl 300)
[    9.444589] sd 0:0:1:0: [sdc] Attached SCSI disk
[    9.445582]  sdb: sdb1 sdb2
[    9.445639]  sda: sda1 sda2 sda3 sda4 sda5 sda6 sda7
[    9.461104] sd 0:0:0:0: [sda] Attached SCSI disk
[    9.461195] sd 0:0:2:0: [sdb] Attached SCSI disk
[    9.656551] Console: switching to colour frame buffer device 128x48
[   10.150941] mgag200 0000:c3:00.0: [drm] fb0: mgag200drmfb frame buffer device
[^[[0;32m  OK  ^[[0m] Found device ^[[0;1;39m/dev/mapper/rhel_hostname-root^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mInitrd Root Device^[[0m.
         Starting ^[[0;1;39mD-Bus System Message Bus^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mD-Bus System Message Bus^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mdracut initqueue hook^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mPreparation for Remote File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mRemote File Systems^[[0m.
         Starting ^[[0;1;39mFile System Check…/mapper/rhel_hostname-root^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mFile System Check…ev/mapper/rhel_hostname-root^[[0m.
         Mounting ^[[0;1;39m/sysroot^[[0m...
[   10.530746] SGI XFS with ACLs, security attributes, scrub, quota, no debug enabled
[   10.539887] XFS (dm-1): Mounting V5 Filesystem
[   10.561013] XFS (dm-1): Ending clean mount
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39m/sysroot^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mInitrd Root File System^[[0m.
         Starting ^[[0;1;39mReload Configuration from the Real Root^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mReload Configuration from the Real Root^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mInitrd File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mInitrd Default Target^[[0m.
         Starting ^[[0;1;39mdracut pre-pivot and cleanup hook^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mdracut pre-pivot and cleanup hook^[[0m.
         Starting ^[[0;1;39mCleaning Up and Shutting Down Daemons^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mNetwork^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mTimer Units^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mdracut pre-pivot and cleanup hook^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mInitrd Default Target^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mBasic System^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mInitrd Root Device^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mInitrd /usr File System^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mPath Units^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mRemote File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped targ[   10.769449] systemd-journald[1270]: Received SIGTERM from PID 1 (systemd).
et ^[[0;1;39mPreparation for Remote File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mSlice Units^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mSocket Units^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mSystem Initialization^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mLocal File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mSwaps^[[0m.
         Stopping ^[[0;1;39mD-Bus System Message Bus^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mdracut initqueue hook^[[0m.
         Starting ^[[0;1;39mPlymouth switch root service^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mApply Kernel Variables^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mLoad Kernel Modules^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mColdplug All udev Devices^[[0m.
         Stopping ^[[0;1;39mRule-based Manage…for Device[   10.847846] systemd[1]: RTC configured in localtime, applying delta of 330 minutes to system time.
 Events and Files^[[0m...
[^[[0;[   10.860679] systemd[1]: systemd 250-12.el9_1 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 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK +XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[   10.903779] systemd[1]: Detected architecture x86-64.

Welcome to ^[[0;31mRed Hat Enterprise Linux 9.1 (Plow)^[[0m!

[   10.931777] systemd-rc-local-generator[1888]: /etc/rc.d/rc.local is not marked executable, skipping.
[   11.101529] systemd[1]: initrd-switch-root.service: Deactivated successfully.
[   11.108802] systemd[1]: Stopped Switch Root.
[^[[0;32m  OK  ^[[[   11.113418] systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1.
0m] Stopped ^[[0;[   11.124017] systemd[1]: Created slice Virtual Machine and Container Slice.
1;39mSwitch Root[   11.132178] systemd[1]: Created slice Slice /system/getty.
^[[0m.
[^[[0;32m[   11.139022] systemd[1]: Created slice Slice /system/modprobe.
  OK  ^[[0m] Crea[   11.146130] systemd[1]: Created slice Slice /system/serial-getty.
ted slice ^[[0;1;[   11.153631] systemd[1]: Created slice Slice /system/sshd-keygen.
39mVirtual Machi[   11.160990] systemd[1]: Created slice Slice /system/systemd-fsck.
ne and Container[   11.168396] systemd[1]: Created slice User and Session Slice.
 Slice^[[0m.
[^[[   11.175189] systemd[1]: Dispatch Password Requests to Console Directory Watch was skipped because of a failed condition check (ConditionPathExists=!/run/plymouth/pid).
[0;32m  OK  ^[[0m[   11.191526] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
] Created slice [   11.200555] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
^[[0;1;39mSlice /[   11.211397] systemd[1]: Reached target Local Encrypted Volumes.
system/getty^[[0m[   11.218705] systemd[1]: Stopped target Switch Root.
.
[^[[0;32m  OK[   11.224964] systemd[1]: Stopped target Initrd File Systems.
  ^[[0m] Created [   11.231922] systemd[1]: Stopped target Initrd Root File System.
slice ^[[0;1;39mS[   11.239226] systemd[1]: Reached target Local Integrity Protected Volumes.
lice /system/mod[   11.247411] systemd[1]: Reached target Path Units.
probe^[[0m.
[^[[[   11.253585] systemd[1]: Reached target Slice Units.
0;32m  OK  ^[[0m][   11.259843] systemd[1]: Reached target Local Verity Protected Volumes.
 Created slice ^[[   11.267780] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[0;1;39mSlice /s[   11.275899] systemd[1]: Listening on LVM2 poll daemon socket.
ystem/serial-get[   11.282810] systemd[1]: multipathd control socket was skipped because of a failed condition check (ConditionPathExists=/etc/multipath.conf).
ty^[[0m.
[^[[0;32m  OK  ^[[0m] Created slice ^[[0;[   11.300746] systemd[1]: Listening on RPCbind Server Activation Socket.
1;39mSlice /syst[   11.307467] systemd[1]: Reached target RPC Port Mapper.
em/sshd-keygen^[[[   11.315272] systemd[1]: Listening on Process Core Dump Socket.
0m.
[^[[0;32m  [   11.321336] systemd[1]: Listening on initctl Compatibility Named Pipe.
OK  ^[[0m] Create[   11.329617] systemd[1]: Listening on udev Control Socket.
d slice ^[[0;1;39[   11.336045] systemd[1]: Listening on udev Kernel Socket.
mSlice /system/s[   11.343587] systemd[1]: Activating swap /dev/mapper/rhel_hostname-swap...
ystemd-fsck^[[0m.[   11.348324] Adding 7815164k swap on /dev/mapper/rhel_hostname-swap.  Priority:-2 extents:1 across:7815164k SSFS

[^[[0;32m  OK [   11.363686] systemd[1]: Mounting Huge Pages File System...
 ^[[0m] Created s[   11.370169] systemd[1]: Mounting POSIX Message Queue File System...
lice ^[[0;1;39mUs[   11.377739] systemd[1]: Mounting Kernel Debug File System...
er and Session S[   11.384805] systemd[1]: Mounting Kernel Trace File System...
lice^[[0m.
[^[[0[   11.391166] systemd[1]: Kernel Module supporting RPCSEC_GSS was skipped because of a failed condition check (ConditionPathExists=/etc/krb5.keytab).
;32m  OK  ^[[0m] Started ^[[0;1;39[   11.407426] systemd[1]: Starting Create List of Static Device Nodes...
mForward Passwor[   11.415896] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
d R…uests to W[   11.427462] systemd[1]: Starting Load Kernel Module configfs...
all Directory Wa[   11.434867] systemd[1]: Starting Load Kernel Module drm...
tch^[[0m.
[^[[0;[   11.441624] systemd[1]: Starting Load Kernel Module fuse...
32m  OK  ^[[0m] S[   11.449115] systemd[1]: Starting Read and set NIS domainname from /etc/sysconfig/network...
et up automount [   11.457660] systemd[1]: plymouth-switch-root.service: Deactivated successfully.
^[[0;1;39mArbitra[   11.466317] systemd[1]: Stopped Plymouth switch root service.
ry…s File Syst[   11.473549] systemd[1]: systemd-fsck-root.service: Deactivated successfully.
em Automount Poi[   11.481860] systemd[1]: Stopped File System Check on Root Device.
nt^[[0m.
[^[[0;3[   11.489394] systemd[1]: Stopped Journal Service.
2m  OK  ^[[0m] Reached target ^[[0[   11.496734] systemd[1]: Starting Journal Service...
;1;39mLocal Encrypted Volumes^[[0[   11.504672] systemd[1]: Starting Load Kernel Modules...
m.
[^[[0;32m  O[   11.511961] systemd[1]: Starting Generate network units from Kernel command line...
K  ^[[0m] Stopped[   11.515500] systemd-journald[1924]: File /run/log/journal/8f37f8055146469d8baec3ad508b0084/system.journal corrupted or uncleanly shut down, renaming and replacing.
 target ^[[0;1;39[   11.537005] systemd[1]: Starting Remount Root and Kernel File Systems...
mSwitch Root^[[0m[   11.544201] systemd[1]: Repartition Root Disk was skipped because all trigger condition checks failed.
.
[^[[0;32m  OK[   11.555601] systemd[1]: Starting Coldplug All udev Devices...
  ^[[0m] Stopped target ^[[0;1;39m[   11.564505] systemd[1]: Activated swap /dev/mapper/rhel_hostname-swap.
Initrd File Syst[   11.571733] systemd[1]: Started Journal Service.
ems^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mInitrd Root File System^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;3[   11.587259] systemd-journald[1924]: Received client request to flush runtime journal.
9mLocal Integrity Protected Volumes^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mPath Units^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSlice Units^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mLocal Verity Protected Volumes^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mDevice-mapper event daemon FIFOs^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mLVM2 poll daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mRPCbind Server Activation Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mRPC Port Mapper^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mProcess Core Dump Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39minitctl Compatibility Named Pipe^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mudev Control Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mudev Kernel Socket^[[0m.
         Activating swap ^[[0;1;39m/dev/mapper/rhel_hostname-swap^[[0m...
         Mounting ^[[0;1;39mHuge Pages File System^[[0m...
         Mounting ^[[0;1;39mPOSIX Message Queue File System^[[0m...
         Mounting ^[[0;1;39mKernel Debug File System^[[0m...
         Mounting ^[[0;1;39mKernel Trace File System^[[0m...
         Starting ^[[0;1;39mCreate List of Static Device Nodes^[[0m...
         Starting ^[[0;1;39mMonitoring of LVM…meventd or progress polling^[[0m...
         Starting ^[[0;1;39mLoad Kernel Module configfs^[[0m...
         Starting ^[[0;1;39mLoad Kernel Module drm^[[   11.720014] ACPI Error: No handler for Region [SYSI] (00000000ab5d0490) [IPMI] (20211217/evregion-130)
[0m...
       [   11.730425] ACPI Error: Region IPMI (ID=7) has no handler (20211217/exfldio-261)
  Starting ^[[0;1[   11.739190] ACPI Error: Aborting method \_SB.PMI0._GHL due to previous error (AE_NOT_EXIST) (20211217/psparse-529)
;39mLoad Kernel [   11.750910] ACPI Error: Aborting method \_SB.PMI0._PMC due to previous error (AE_NOT_EXIST) (20211217/psparse-529)
Module fuse^[[0m.[   11.762639] ACPI: \_SB_.PMI0: _PMC evaluation failed: AE_NOT_EXIST
..
         St[   11.770565] IPMI message handler: version 39.2
arting ^[[0;1;39m[   11.770625] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
Read and set NIS[   11.784800] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
 …from /etc/sy[   11.793833] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
sconfig/network^[[0m...
[^[[0;32m  OK  ^[[0m] Sto[   11.805276] ipmi device interface
pped ^[[0;1;39mPlymouth switch root service^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mFile System Check on Root Device^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mJournal Service^[[0m.
         Starting ^[[0;1;39mJournal Service^[[0m...
         Starting ^[[0;1;39mLoad Kernel Modules^[[0m...
         Starting ^[[0;1;39mGenerate network …ts from Kernel command line^[[0m...
         Starting ^[[0;1;39mRemount Root and Kernel File Systems^[[0m..[   11.847799] ipmi_si: IPMI System Interface driver
.
         Sta[   11.853375] ipmi_si dmi-ipmi-si.0: ipmi_platform: probing via SMBIOS
rting ^[[0;1;39mC[   11.861095] ipmi_platform: ipmi_si: SMBIOS: io 0xca8 regsize 1 spacing 4 irq 10
oldplug All udev[   11.869801] ipmi_si: Adding SMBIOS-specified kcs state machine
 Devices^[[0m...\r[   11.877047] ipmi_si IPI0001:00: ipmi_platform: probing via ACPI

[^[[0;32m  OK  [   11.884321] ipmi_si IPI0001:00: ipmi_platform: [io  0x0ca8] regsize 1 spacing 4 irq 10
^[[0m] Activated swap ^[[0;1;39m/dev/mapper/rhel_hostname-swap^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mJournal Service^[[0m.
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39mHuge Pages File System^[[0m.
[^[[0;32m  OK  ^[[0m] Mounted [   11.912602] ipmi_si dmi-ipmi-si.0: Removing SMBIOS-specified kcs state machine in favor of ACPI
^[[0;1;39mPOSIX M[   11.921715] ipmi_si: Adding ACPI-specified kcs state machine
essage Queue Fil[   11.928858] ipmi_si: Trying ACPI-specified kcs state machine at i/o address 0xca8, slave address 0x20, irq 10
e System^[[0m.
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39mKernel Debug File System^[[0m.
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39mKernel Trace File System^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate List of Static Device Nodes^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mMonitoring of LVM… dmeventd or progress polling^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mLoad Kernel Module configfs^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mLoad Kernel Module drm^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mLoad Kernel Module fuse^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mRead and set NIS …e from /etc/sysconfig/network^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mLoad Kernel Modules^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mGenerate network units from Kernel command line^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mRemount Root and Kernel File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSwaps^[[0m.
         Mounting ^[[0;1;39mFUSE Control File System^[[0m...
         Mounting ^[[0;1;39mKernel Configuration File System^[[0m...
         Starting ^[[0;1;39mFlush Journal to Persistent Storage^[[0m...
         Starting ^[[0;1;39mLoad/Save Random Seed^[[0m...
         [   12.042733] ipmi_si IPI0001:00: The BMC does not support setting the recv irq bit, compensating, but the BMC needs to be fixed.
Starting ^[[0;1;39mApply Kernel Variables^[[0m...
         Starting ^[[0;1;39mCreate Static Device Nodes in /dev^[[0m...
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39mFUSE Control File System^[[0m.
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;[   12.073788] ipmi_si IPI0001:00: Using irq 10
39mKernel Configuration File System^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mLoad/Save Random Seed^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mApply Kernel Variables^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[   12.097233] ipmi_si IPI0001:00: IPMI message handler: Found new BMC (man_id: 0x0002a2, prod_id: 0x0100, dev_id: 0x20)
[0;1;39mFlush Journal to Persistent Storage^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate Static Device Nodes in /dev^[[0m.
         Starting ^[[0;1;39mRule-based Manage…for Device Events and Files^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mRule-based Manager for Device Events and Files^[[0m.
         Starting ^[[0;1;39mLoad Kernel Module configfs^[[0m...
         Starting ^[[0;1;39mLoad Kernel Module fuse^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mLoad Kernel Module configfs^[[   12.149520] ipmi_si IPI0001:00: IPMI kcs interface initialized
[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mLoad Kernel Module fuse^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;3[   12.165813] ipmi_ssif: IPMI SSIF Interface driver
9mColdplug All udev Devices^[[0m.
         Starting ^[[0;1;39mWait for udev To …plete Device Initialization^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39m/usr/sbin/lvm vgch…tivation event rhel_hostname^[[0m.
[   13.813064] input: PC Speaker as /devices/platform/pcspkr/input/input3
[   13.846809] RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
[   13.854736] RAPL PMU: hw unit of domain package 2^-16 Joules
[   13.940098] kvm_amd: unknown parameter 'debug_swap' ignored
[   13.947699] SVM: TSC scaling supported
[   13.951455] kvm: Nested Virtualization enabled
[   13.955901] SVM: kvm: Nested Paging enabled
[   13.960085] SEV supported: 409 ASIDs
[   13.963666] SEV-ES supported: 100 ASIDs
[   13.967564] SVM: Virtual VMLOAD VMSAVE supported
[   13.972185] SVM: Virtual GIF supported
[   13.975938] SVM: LBR virtualization supported
[   13.994569] MCE: In-kernel MCE decoding enabled.
[   14.009979] EDAC amd64: MCT channel count: 8
[   14.014351] EDAC MC0: Giving out device to module amd64_edac controller F19h: DEV 0000:00:18.3 (INTERRUPT)
[   14.024005] EDAC amd64: F19h detected (node 0).
[   14.028626] EDAC amd64: MC: 0:     0MB 1:     0MB
[   14.033334] EDAC amd64: MC: 2: 16384MB 3: 16384MB
[   14.038045] EDAC amd64: MC: 0:     0MB 1:     0MB
[   14.042746] EDAC amd64: MC: 2: 16384MB 3: 16384MB
[   14.047456] EDAC amd64: MC: 0:     0MB 1:     0MB
[   14.052159] EDAC amd64: MC: 2: 16384MB 3: 16384MB
[   14.056868] EDAC amd64: MC: 0:     0MB 1:     0MB
[   14.061570] EDAC amd64: MC: 2: 16384MB 3: 16384MB
[   14.066280] EDAC amd64: MC: 0:     0MB 1:     0MB
[   14.070982] EDAC amd64: MC: 2: 16384MB 3: 16384MB
[   14.075691] EDAC amd64: MC: 0:     0MB 1:     0MB
[   14.080394] EDAC amd64: MC: 2: 16384MB 3: 16384MB
[   14.085103] EDAC amd64: MC: 0:     0MB 1:     0MB
[   14.089805] EDAC amd64: MC: 2: 16384MB 3: 16384MB
[   14.094513] EDAC amd64: MC: 0:     0MB 1:     0MB
[   14.099218] EDAC amd64: MC: 2: 16384MB 3: 16384MB
[   14.103924] EDAC amd64: using x16 syndromes.
[   14.108201] EDAC PCI0: Giving out device to module amd64_edac controller EDAC PCI controller: DEV 0000:00:18.0 (POLLED)
[   14.118976] AMD64 EDAC driver v3.5.0
[^[[0m^[[0;31m*     ^[[0m] A start job is running for Wait for… Device Initialization (3s / 3min)
^[M\r^[[K[^[[0;1;31m*^[[0m^[[0;31m*    ^[[0m] A start job is running for Wait for… Device Initialization (3s / 3min)
^[M\r^[[K[^[[0;31m*^[[0;1;31m*^[[0m^[[0;31m*   ^[[0m] A start job is running for Wait for… Device Initialization (3s / 3min)
^[M\r^[[K[ ^[[0;31m*^[[0;1;31m*^[[0m^[[0;31m*  ^[[0m] A start job is running for Wait for… Device Initialization (4s / 3min)
^[M\r^[[K[  ^[[0;31m*^[[0;1;31m*^[[0m^[[0;31m* ^[[0m] A start job is running for Wait for… Device Initialization (4s / 3min)
^[M\r^[[K[   ^[[0;31m*^[[0;1;31m*^[[0m^[[0;31m*^[[0m] A start job is running for Wait for… Device Initialization (5s / 3min)
[   16.354719] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.4)
[   16.468656] intel_rapl_common: Found RAPL domain package
[   16.473974] intel_rapl_common: Found RAPL domain core
^[M\r^[[K[    ^[[0;31m*^[[0;1;31m*^[[0m] A start job is running for Wait for… Device Initialization (5s / 3min)
^[M\r^[[K[     ^[[0;31m*^[[0m] A start job is running for Wait for… Device Initialization (5s / 3min)
^[M\r^[[K[    ^[[0;31m*^[[0;1;31m*^[[0m] A start job is running for Wait for… Device Initialization (6s / 3min)
^[M\r^[[K[   ^[[0;31m*^[[0;1;31m*^[[0m^[[0;31m*^[[0m] A start job is running for Wait for… Device Initialization (6s / 3min)
^[M\r^[[K[  ^[[0;31m*^[[0;1;31m*^[[0m^[[0;31m* ^[[0m] A start job is running for Wait for… Device Initialization (6s / 3min)
^[M\r^[[K[ ^[[0;31m*^[[0;1;31m*^[[0m^[[0;31m*  ^[[0m] A start job is running for Wait for… Device Initialization (7s / 3min)
^[M\r^[[K[^[[0;31m*^[[0;1;31m*^[[0m^[[0;31m*   ^[[0m] A start job is running for Wait for… Device Initialization (7s / 3min)
^[M\r^[[K[^[[0;1;31m*^[[0m^[[0;31m*    ^[[0m] A start job is running for Wait for… Device Initialization (8s / 3min)
^[M\r^[[K[^[[0m^[[0;31m*     ^[[0m] A start job is running for Wait for… Device Initialization (8s / 3min)
^[M\r^[[K[^[[0;1;31m*^[[0m^[[0;31m*    ^[[0m] A start job is running for Wait for… Device Initialization (8s / 3min)
^[M\r^[[K[^[[0;31m*^[[0;1;31m*^[[0m^[[0;31m*   ^[[0m] A start job is running for Wait for… Device Initialization (9s / 3min)
^[M\r^[[K[ ^[[0;31m*^[[0;1;31m*^[[0m^[[0;31m*  ^[[0m] A start job is running for Wait for… Device Initialization (9s / 3min)
^[M\r^[[K[  ^[[0;31m*^[[0;1;31m*^[[0m^[[0;31m* ^[[0m] A start job is running for Wait for… Device Initialization (9s / 3min)
^[M\r^[[K[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mWait[   21.143783] XFS (sda6): Mounting V5 Filesystem
 for udev To Com[   21.145157] XFS (dm-0): Mounting V5 Filesystem
plete Device Initialization^[[0m.
^[[K[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mPreparation for Local File Systems^[[0m.
         Mounting ^[[0;1;39m/boot^[[0m[   21.167603] XFS (sda6): Ending clean mount
[   21.172915] XFS (dm-0): Ending clean mount
...
         Mounting ^[[0;1;39m/home^[[0m...
         Starting ^[[0;1;39mFile System Check…/dev/disk/by-uuid/FBE5-86EF^[[0m...
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39m/boot^[[0m.
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39m/home^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mFile System Check…n /dev/disk/by-uuid/FBE5-86EF^[[0m.
         Mounting ^[[0;1;39m/boot/efi^[[0m...
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39m/boot/efi^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mLocal File Systems^[[0m.
         Starting ^[[0;1;39mTell Plymouth To Write Out Runtime Data^[[0m...
         Starting ^[[0;1;39mCreate Volatile Files and Directories^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mTell Plymouth To Write Out Runtime Data^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate Volatile Files and Directories^[[0m.
         Mounting ^[[0;1;39mRPC Pipe File System^[[0m...
         Starting ^[[0;1;39mSecurity Auditing Service^[[0m...
         Starting ^[[0;1;39mRPC Bind^[[0m...
[^[[0;32m  OK [   21.261751] RPC: Registered named UNIX socket transport module.
 ^[[0m] Started ^[[   21.268927] RPC: Registered udp transport module.
[0;1;39mRPC Bind[   21.275025] RPC: Registered tcp transport module.
^[[0m.
[   21.281103] RPC: Registered tcp NFSv4.1 backchannel transport module.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mSecurity Auditing Service^[[0m.
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39mRPC Pipe File System^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mrpc_pipefs.target^[[0m.
         Starting ^[[0;1;39mRecord System Boot/Shutdown in UTMP^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mRecord System Boot/Shutdown in UTMP^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSystem Initialization^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mdnf makecache --timer^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mDaily rotation of log files^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mUpdates mlocate database every day^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mDaily Cleanup of Temporary Directories^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mdaily update of the root trust anchor for DNSSEC^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mTimer Units^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mD-Bus System Message Bus Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mOpen-iSCSI iscsid Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mOpen-iSCSI iscsiuio Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mSSSD Kerberos…ache Manager responder socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt interface daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt locking daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt locking daemon admin socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt logging daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt logging daemon admin socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt network daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt nodedev daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt nwfilter daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt proxy daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt QEMU daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt QEMU daemon admin socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt QEMU daemon read-only socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt secret daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt storage daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSocket Units^[[0m.
         Starting ^[[0;1;39mD-Bus System Message Bus^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mD-Bus System Message Bus^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mBasic System^[[0m.
         Starting ^[[0;1;39mNTP client/server^[[0m...
         Starting ^[[0;1;39mRestore /run/initramfs on shutdown^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mirqbalance daemon^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mlibstoragemgmt plug-in server daemon^[[0m.
         Starting ^[[0;1;39mLoad CPU microcode update^[[0m...
         Starting ^[[0;1;39mAuthorization Manager^[[0m...
         Starting ^[[0;1;39mSystem Logging Service^[[0m...
         Starting ^[[0;1;39mSelf Monitoring a…g Technology (SMART) Daemon^[[0m...
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39msshd-keygen.target^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mUser and Group Name Lookups^[[0m.
         Starting ^[[0;1;39mUser Login Management^[[0m...
         Starting ^[[0;1;39mVirtual Machine a…tainer Registration Service^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mRestore /run/initramfs on shutdown^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mSystem Logging Service^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mVirtual Machine an…ontainer Registration Service^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mUser Login Management^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mNTP client/server^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mSelf Monitoring an…ing Technology (SMART) Daemon^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mLoad CPU microcode update^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mAuthorization Manager^[[0m.
         Starting ^[[0;1;39mfirewalld - dynamic firewall daemon^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mfirewalld - dynamic firewall daemon^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mPreparation for Network^[[0m.
         Starting ^[[0;1;39mNetwork Manager^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mNetwork Manager^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mNetwork^[[0m.
         Starting ^[[0;1;39mNetwork Manager Wait Online^[[0m...
         Starting ^[[0;1;39mGSSAPI Proxy Daemon^[[0m...
         Starting ^[[0;1;39mEnable periodic u…f entitlement certificates.^[[0m...
         Starting ^[[0;1;39mOpenSSH server daemon^[[0m...
         Starting ^[[0;1;39mDynamic System Tuning Daemon^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mEnable periodic up… of entitlement certificates.^[[0m.
         Starting ^[[0;1;39mHostname Service^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mGSSAPI Proxy Daemon^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mNFS client services^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mOpenSSH server daemon^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mHostname Service^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mLoad/Save RF …itch Status /dev/rfkill Watch^[[0m.
         Starting ^[[0;1;39mNetwork Manager Script Dispatcher Service^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mNetwork Manager Script Dispatcher Service^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mDynamic System Tuning Daemon^[[0m.
[   ^[[0;31m*^[[0;1;31m*^[[0m^[[0;31m*^[[0m] A start job is running for Network …nager Wait Online (13s / no limit)
^[M\r^[[K[    ^[[0;31m*^[[0;1;31m*^[[0m] A start job is running for Network …nager Wait Online (13s / no limit)
[   25.435914] tg3 0000:c1:00.0 eth0: Link is up at 1000 Mbps, full duplex
[   25.442532] tg3 0000:c1:00.0 eth0: Flow control is off for TX and off for RX
[   25.449627] tg3 0000:c1:00.0 eth0: EEE is disabled
[   25.454431] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
^[M\r^[[K[     ^[[0;31m*^[[0m] A start job is running for Network …nager Wait Online (14s / no limit)
^[M\r^[[K[    ^[[0;31m*^[[0;1;31m*^[[0m] A start job is running for Network …nager Wait Online (14s / no limit)
^[M\r^[[K[   ^[[0;31m*^[[0;1;31m*^[[0m^[[0;31m*^[[0m] A start job is running for Network …nager Wait Online (15s / no limit)
^[M\r^[[K[  ^[[0;31m*^[[0;1;31m*^[[0m^[[0;31m* ^[[0m] A start job is running for Network …nager Wait Online (16s / no limit)
^[M\r^[[K[ ^[[0;31m*^[[0;1;31m*^[[0m^[[0;31m*  ^[[0m] A start job is running for Network …nager Wait Online (16s / no limit)
^[M\r^[[K[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mNetwork Manager Wait Online^[[0m.
^[[K[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mNetwork is Online^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mPreparation for Remote File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mRemote File Systems^[[0m.
         Starting ^[[0;1;39mNotify NFS peers of a restart^[[0m...
         Starting ^[[0;1;39mPermit User Sessions^[[0m...
         Starting ^[[0;1;39mlibvirt QEMU daemon^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mPermit User Sessions^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mDeferred execution scheduler^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mCommand Scheduler^[[0m.
         Starting ^[[0;1;39mHold until boot process finishes up^[[0m...
         Starting ^[[0;1;39mTerminate Plymouth Boot Screen^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mNotify NFS peers of a restart^[[0m.

Red Hat Enterprise Linux 9.1 (Plow)
Kernel 5.14.0-162.6.1.el9_1.x86_64 on an x86_64

Activate the web console with: systemctl enable --now cockpit.socket

hostname login: [ 1698.974762] sda6: Can't mount, would change RO state
^[[2J^[[3J^[[-1;-1f[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mUser Manager for UID 0^[[0m.
         Stopping ^[[0;1;39mUser Runtime Directory /run/user/0^[[0m...
[^[[0;32m  OK  ^[[0m] Unmounted ^[[0;1;39m/run/user/0^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mShow Plymouth Reboot Screen^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mDynamic System Tuning Daemon^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mUser Runtime Directory /run/user/0^[[0m.
[^[[0;32m  OK  ^[[0m] Removed slice ^[[0;1;39mUser Slice of UID 0^[[0m.
         Stopping ^[[0;1;39mPermit User Sessions^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mPermit User Sessions^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mRemote File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mPreparation for Remote File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mNFS client services^[[0m.
         Stopping ^[[0;1;39mGSSAPI Proxy Daemon^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mGSSAPI Proxy Daemon^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mNetwork^[[0m.
         Stopping ^[[0;1;39mNetwork Manager^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mSystem Logging Service^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mUser Login Management^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mUser and Group Name Lookups^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mNetwork Manager^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mPreparation for Network^[[0m.
         Stopping ^[[0;1;39mfirewalld - dynamic firewall daemon^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mfirewalld - dynamic firewall daemon^[[0m.
         Stopping ^[[0;1;39mAuthorization Manager^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mAuthorization Manager^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mBasic System^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mForward Password R…s to Plymouth Directory Watch^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mPath Units^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mSlice Units^[[0m.
[^[[0;32m  OK  ^[[0m] Removed slice ^[[0;1;39mVirtual Machine and Container Slice^[[0m.
[^[[0;32m  OK  ^[[0m] Removed slice ^[[0;1;39mUser and Session Slice^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mSocket Units^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mOpen-iSCSI iscsid Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mOpen-iSCSI iscsiuio Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mSSSD Kerberos Cache Manager responder socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mlibvirt interface daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mlibvirt locking daemon admin socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mlibvirt locking daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mlibvirt logging daemon admin socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mlibvirt logging daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mlibvirt network daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mlibvirt nodedev daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mlibvirt nwfilter daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mlibvirt proxy daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mlibvirt QEMU daemon admin socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mlibvirt QEMU daemon read-only socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mlibvirt QEMU daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mlibvirt secret daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mlibvirt storage daemon socket^[[0m.
         Stopping ^[[0;1;39mD-Bus System Message Bus^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mD-Bus System Message Bus^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mD-Bus System Message Bus Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mSystem Initialization^[[0m.
[^[[0;32m  OK  ^[[0m] Unset automount ^[[0;1;39mArbitrary …s File System Automount Point^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mLocal Encrypted Volumes^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mForward Password R…uests to Wall Directory Watch^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mLocal Integrity Protected Volumes^[[0m.
[^[[0;32m  OK  ^[[0m[ 1699.974287] audit: type=1305 audit(1725262630.429:206): op=set audit_pid=0 old=2586 auid=4294967295 ses=4294967295 res=1
] Stopped target[ 1699.986981] audit: type=1131 audit(1725262630.441:207): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=auditd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
 ^[[0;1;39mSwaps^[[ 1700.006014] audit: type=1131 audit(1725262630.460:208): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;[ 1700.030740] audit: type=1131 audit(1725262630.485:209): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-FBE5\x2d86EF comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
39mLocal Verity Protected Volumes^[[0m.
         Deactivating swap ^[[0;1;39m/de[ 1700.058850] XFS (sda6): Unmounting Filesystem
v/dis…dm-name-rhel_hostname-swap^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mRead and set NIS d…e from /etc/sysconfig/network^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mApply Kernel Variables^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mLoad Kernel Modules^[[0m.
         Stopping ^[[0;1;39mRecord System Boot/Shutdown in UTMP^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mRecord System Boot/Shutdown in UTMP^[[0m.
         Stopping ^[[0;1;39mSecurity Auditing Service^[[0m...
[^[[0;32m  OK  ^[[0m] Deactivated swap ^[[0;1;39m/dev/disk…f-0fb1-4c94-97ac-38505613fcbf^[[0m.
[^[[0;32m  OK  ^[[0m] Deactivated swap ^[[0;1;39m/dev/rhel_hostname/swap^[[0m.
[^[[0;32m  OK  ^[[0m] Deactivated swap ^[[0;1;39m/dev/disk…yeb12DWUnp5czhD1hrKFNCXkJMetK^[[0m.
[^[[0;32m  OK  ^[[0m] Deactivated swap ^[[0;1;39m/dev/disk…d/dm-name-rhel_hostname-swap^[[0m.
[^[[0;32m  OK  ^[[0m] Deactivated swap ^[[0;1;39m/dev/dm-2^[[0m.
[^[[0;32m  OK  ^[[0m] Deactivated swap ^[[0;1;39m/dev/mapper/rhel_hostname-swap^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mSecurity Auditing Service^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mCreate Volatile Files and Directories^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mLocal File Systems^[[0m.
         Unmounting ^[[0;1;39m/boot/efi^[[0m...
         Unmounting ^[[0;1;39m/home^[[0m...
[^[[0;32m  OK  ^[[0m] Unmounted ^[[0;1;39m/boot/efi^[[0m.
         Unmounting ^[[0;1;39m/boot^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mFile System Check on /dev/disk/by-uuid/FBE5-86EF^[[0m.
[^[[0;32m  OK  ^[[0m] Removed slice ^[[0;1;39mSlice /system/systemd-fsck^[[0m.
[^[[0;32m  OK  ^[[0m] Unmounted ^[[0;1;39m/boot^[[0m.
[ 1702.138640] XFS (dm-0): Unmounting Filesystem
[^[[0;31m*^[[0;1;31m*^[[0m^[[0;31m*   ^[[0m] A stop job is running for /home (3s / 1min 31s)
^[M\r^[[K[^[[0;32m  [ 1702.229694] audit: type=1131 audit(1725262632.684:210): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-remount-fs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
OK  ^[[0m] Unmoun[ 1702.249179] audit: type=1131 audit(1725262632.704:211): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ted ^[[0;1;39m/home^[[0m.
^[[K[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mPreparation for Local File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mUnmount All Filesystems^[[0m.
         Stopping ^[[0;1;39mMonitoring of LVM…mev[ 1702.290126] audit: type=1131 audit(1725262632.745:212): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
entd or progress[ 1702.309901] audit: type=1130 audit(1725262632.764:213): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-reboot comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
 polling^[[0m...\r[ 1702.329804] audit: type=1131 audit(1725262632.764:214): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-reboot comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'

[^[[0;32m  OK  [ 1702.350371] audit: type=1334 audit(1725262632.805:215): prog-id=0 op=UNLOAD
^[[0m] Stopped ^[[0;1;39mRemount Root and Kernel File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mCreate Static Device Nodes in /dev^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[[ 1702.373356] watchdog: watchdog0: watchdog did not stop!
0;1;39mMonitoring of LVM2… dmeventd or progress polling^[[0m.\r\r[ 1702.383068] systemd-shutdown[1]: Using hardware watchdog 'SP5100 TCO timer', version 0, device /dev/watchdog0

[^[[0;32m  OK  ^[[ 1702.394296] systemd-shutdown[1]: Watchdog running with a timeout of 10min.
[0m] Reached target ^[[0;1;39mSystem Shutdown^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mLate Shutdown Services^[[0m.
[^[[ 1702.413160] systemd-shutdown[1]: Syncing filesystems and block devices.
[0;32m  OK  ^[[0m[ 1702.420316] systemd-shutdown[1]: Sending SIGTERM to remaining processes...
] Finished ^[[0;1;39mSystem Reboot^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSystem Reboot^[[0m.
[ 1702.438138] systemd-journald[1924]: Received SIGTERM from PID 1 (systemd-shutdow).
[ 1702.448418] systemd-shutdown[1]: Sending SIGKILL to remaining processes...
[ 1702.463096] systemd-shutdown[1]: Unmounting file systems.
[ 1702.469017] [265438]: Remounting '/' read-only with options 'attr2,inode64,logbufs=8,logbsize=32k,noquota'.
[ 1702.493534] systemd-shutdown[1]: All filesystems unmounted.
[ 1702.499128] systemd-shutdown[1]: Deactivating swaps.
[ 1702.504112] systemd-shutdown[1]: All swaps deactivated.
[ 1702.509342] systemd-shutdown[1]: Detaching loop devices.
[ 1702.514731] systemd-shutdown[1]: All loop devices detached.
[ 1702.520514] systemd-shutdown[1]: Stopping MD devices.
[ 1702.525609] systemd-shutdown[1]: All MD devices stopped.
[ 1702.530923] systemd-shutdown[1]: Detaching DM devices.
[ 1702.536315] systemd-shutdown[1]: Detaching DM /dev/dm-2 (253:2).
[ 1702.560010] systemd-shutdown[1]: Detaching DM /dev/dm-0 (253:0).
[ 1702.588033] systemd-shutdown[1]: Not all DM devices detached, 1 left.
[ 1702.594509] systemd-shutdown[1]: Detaching DM devices.
[ 1702.599758] systemd-shutdown[1]: Not all DM devices detached, 1 left.
[ 1702.606222] systemd-shutdown[1]: Detaching DM devices.
[ 1702.611447] systemd-shutdown[1]: Not all DM devices detached, 1 left.
[ 1702.617882] systemd-shutdown[1]: Cannot finalize remaining DM devices, continuing.
[ 1702.651146] systemd-shutdown[1]: Failed to finalize DM devices, ignoring.
[ 1702.658098] systemd-shutdown[1]: Syncing filesystems and block devices.
[ 1702.664727] systemd-shutdown[1]: Rebooting.
[ 1702.669101] kvm: exiting hardware virtualization
[ 1702.678694] sd 0:0:2:0: [sdb] Synchronizing SCSI cache
[ 1702.683940] sd 0:0:0:0: [sda] Synchronizing SCSI cache
[ 1702.916691] mpt3sas_cm0: sending message unit reset !!
[ 1702.924479] mpt3sas_cm0: message unit reset: SUCCESS
[ 1702.930892] reboot: Restarting system
[ 1702.934565] reboot: machine restart
^[[c^[[2J^[[01;01H^[[=3h^[[2J^[[01;01HKEY MAPPING FOR CONSOLE REDIRECTION:

Use the <ESC><1> key sequence for <F1>
Use the <ESC><2> key sequence for <F2>
Use the <ESC><3> key sequence for <F3>
Use the <ESC><0> key sequence for <F10>
Use the <ESC><!> key sequence for <F11>
Use the <ESC><@> key sequence for <F12>

Use the <ESC><Ctrl><M> key sequence for <Ctrl><M>
Use the <ESC><Ctrl><H> key sequence for <Ctrl><H>
Use the <ESC><Ctrl><I> key sequence for <Ctrl><I>
Use the <ESC><Ctrl><J> key sequence for <Ctrl><J>

Use the <ESC><X><X> key sequence for <Alt><x>, where x is any letter
key, and X is the upper case of that key

Use the <ESC><R><ESC><r><ESC><R> key sequence for <Ctrl><Alt><Del>

Press the spacebar to pause...
Initializing PCIe, USB, and Video... Done
PowerEdge R6515
BIOS Version: 2.14.1
Console Redirection Enabled Requested by iDRAC

F2	 = System Setup
F10	 = Lifecycle Controller (Config
	   iDRAC, Update FW, Install OS)
F11	 = Boot Manager
F12	 = PXE Boot
iDRAC IPV4:  10.86.18.202 [Dedicated]
                                
Initializing Firmware Interfaces...
 





Enumerating Boot options...
Enumerating Boot options... Done
Loading Lifecycle Controller Drivers...
Loading Lifecycle Controller Drivers...Done
Lifecycle Controller: Collecting System Inventory...

iDRAC IPV4:  10.86.18.202 [Dedicated]

^[[2J^[[01;01HLifecycle Controller: Done
Booting...
^[[2J^[[01;01HBooting from Integrated Storage Controller 1: Red Hat Enterprise Linux
^[[0m^[[30m^[[40m^[[2J^[[01;01H^[[0m^[[37m^[[40m^[[20;07HUse the ^ and v keys to change the selection.                       
\r      Press 'e' to edit the selected item, or 'c' for a command prompt.   
\r      Press Escape to return to the previous menu.                        ^[[04;80H ^[[0m^[[30m^[[47m^[[04;01H      Red Hat Enterprise Linux (6.11.0-rc6-next-20240902) 9.1 (Plow)           ^[[0m^[[37m^[[40m^[[04;79H^[[05;01H      Red Hat Enterprise Linux (6.11.0-rc5-next-20240830) 9.1 (Plow)           ^[[05;79H^[[06;01H      Red Hat Enterprise Linux (6.11.0-rc4-d2bafcf224-d2bafcf224f) 9.1 (Plow)  ^[[06;79H^[[07;01H      Red Hat Enterprise Linux (6.11.0-rc3-df6cbc62cc-df6cbc6) 9.1 (Plow)      ^[[07;79H^[[08;01H      Red Hat Enterprise Linux (6.11.0-rc2-5189dafa4c-5189daf) 9.1 (Plow)      ^[[08;79H^[[09;01H      Red Hat Enterprise Linux (6.11.0-rc1-d3426a6ed9-d3426a6) 9.1 (Plow)      ^[[09;79H^[[10;01H      Red Hat Enterprise Linux (6.11.0-rc1) 9.1 (Plow)                         ^[[10;79H^[[11;01H      Red Hat Enterprise Linux (6.9.0-rc20ecaefb303) 9.1 (Plow)                ^[[11;79H^[[12;01H      Red Hat Enterprise Linux (5.14.0-162.6.1.el9_1.x86_64) 9.1 (Plow)        ^[[12;79H^[[13;01H      Red Hat Enterprise Linux (0-rescue-8f37f8055146469d8baec3ad508b0084) 9.1>
\r^[[14;01H^[[13;79H^[[14;01H      UEFI Firmware Settings                                                   ^[[14;79H^[[15;01H                                                                               ^[[15;79H^[[16;01H                                                                               ^[[16;79H^[[17;01H                                                                               ^[[17;79H^[[18;01H                                                                               ^[[18;79H^[[18;80H ^[[04;79H^[[23;01H   The selected entry will be started automatically in 5s.                     ^[[04;79H^[[23;01H   The selected entry will be started automatically in 4s.                     ^[[04;79H^[[23;01H   The selected entry will be started automatically in 3s.                     ^[[04;79H^[[23;01H   The selected entry will be started automatically in 2s.                     ^[[04;79H^[[23;01H   The selected entry will be started automatically in 1s.                     ^[[04;79H^[[23;01H   The selected entry will be started automatically in 0s.                     ^[[04;79H^[[0m^[[30m^[[40m^[[2J^[[01;01H^[[0m^[[37m^[[40m^[[0m^[[30m^[[40m^[[2J^[[01;01H^[[0m^[[37m^[[40m[    0.000000] Linux version 6.11.0-rc6-next-20240902 (root@hostname.amd.com) (gcc (GCC) 11.4.1 20231218 (Red Hat 11.4.1-3), GNU ld version 2.35.2-43.el9) #1 SMP PREEMPT_DYNAMIC Mon Sep  2 13:05:07 IST 2024
[    0.000000] Command line: BOOT_IMAGE=(hd0,gpt6)/vmlinuz-6.11.0-rc6-next-20240902 root=/dev/mapper/rhel_hostname-root ro selinux=0 console=ttyS0,115200n8 earlyprintk=ttyS0,115200 net.ifnames=0 biosdevname=0 swiotlb=131072 kvm_amd.debug_swap=0 mem_encrypt=off
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Hygon HygonGenuine
[    0.000000]   Centaur CentaurHauls
[    0.000000]   zhaoxin   Shanghai  
[    0.000000] SEV-SNP: RMP table physical range [0x0000000015e00000 - 0x00000000566fffff]
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000008efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000008f000-0x000000000008ffff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000000090000-0x000000000009ffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000015dfffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000015e00000-0x00000000566fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000056700000-0x00000000567fbfff] usable
[    0.000000] BIOS-e820: [mem 0x00000000567fc000-0x00000000567fcfff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000567fd000-0x000000005a14afff] usable
[    0.000000] BIOS-e820: [mem 0x000000005a14b000-0x000000005a34afff] reserved
[    0.000000] BIOS-e820: [mem 0x000000005a34b000-0x0000000067acefff] usable
[    0.000000] BIOS-e820: [mem 0x0000000067acf000-0x000000006dfcefff] reserved
[    0.000000] BIOS-e820: [mem 0x000000006dfcf000-0x000000006edfefff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000006edff000-0x000000006effefff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000006efff000-0x000000006effffff] usable
[    0.000000] BIOS-e820: [mem 0x000000006f000000-0x000000006f00afff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000006f00b000-0x000000006fffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000070000000-0x000000008fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000aa000000-0x00000000aaffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000c5000000-0x00000000c5ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000e0ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fd000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000207fcfffff] usable
[    0.000000] BIOS-e820: [mem 0x000000207fd00000-0x000000207fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000002080000000-0x000000407f1fffff] usable
[    0.000000] BIOS-e820: [mem 0x000000407f200000-0x000000407fffffff] reserved
[    0.000000] printk: legacy bootconsole [earlyser0] enabled
[    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-0x000000000008efff] usable
[    0.000000] reserve setup_data: [mem 0x000000000008f000-0x000000000008ffff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x0000000000090000-0x000000000009ffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000000100000-0x0000000000b4b01f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000b4b020-0x0000000000b5305f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000b53060-0x0000000000b5401f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000b54020-0x0000000000b8645f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000b86460-0x0000000000b8701f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000b87020-0x0000000000bb945f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000bb9460-0x0000000000bba01f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000bba020-0x0000000000bffe5f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000bffe60-0x0000000015dfffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000015e00000-0x00000000566fffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000056700000-0x00000000567fbfff] usable
[    0.000000] reserve setup_data: [mem 0x00000000567fc000-0x00000000567fcfff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000567fd000-0x000000005a14afff] usable
[    0.000000] reserve setup_data: [mem 0x000000005a14b000-0x000000005a34afff] reserved
[    0.000000] reserve setup_data: [mem 0x000000005a34b000-0x0000000067acefff] usable
[    0.000000] reserve setup_data: [mem 0x0000000067acf000-0x000000006dfcefff] reserved
[    0.000000] reserve setup_data: [mem 0x000000006dfcf000-0x000000006edfefff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x000000006edff000-0x000000006effefff] ACPI data
[    0.000000] reserve setup_data: [mem 0x000000006efff000-0x000000006effffff] usable
[    0.000000] reserve setup_data: [mem 0x000000006f000000-0x000000006f00afff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x000000006f00b000-0x000000006fffffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000070000000-0x000000008fffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000aa000000-0x00000000aaffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000c5000000-0x00000000c5ffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000e0000000-0x00000000e0ffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fd000000-0x00000000ffffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000207fcfffff] usable
[    0.000000] reserve setup_data: [mem 0x000000207fd00000-0x000000207fffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000002080000000-0x000000407f1fffff] usable
[    0.000000] reserve setup_data: [mem 0x000000407f200000-0x000000407fffffff] reserved
[    0.000000] efi: EFI v2.7 by Dell Inc.
[    0.000000] efi: ACPI=0x6effe000 ACPI 2.0=0x6effe014 MEMATTR=0x63f3c4a0 SMBIOS=0x6979e000 SMBIOS 3.0=0x6979c000 MOKvar=0x67bcc000 RNG=0x6efb4020 
[    0.000000] random: crng init done
[    0.000000] efi: Remove mem56: MMIO range=[0x80000000-0x8fffffff] (256MB) from e820 map
[    0.000000] efi: Remove mem57: MMIO range=[0xaa000000-0xaaffffff] (16MB) from e820 map
[    0.000000] efi: Remove mem58: MMIO range=[0xc5000000-0xc5ffffff] (16MB) from e820 map
[    0.000000] efi: Remove mem59: MMIO range=[0xe0000000-0xe0ffffff] (16MB) from e820 map
[    0.000000] efi: Remove mem60: MMIO range=[0xfd000000-0xffffffff] (48MB) from e820 map
[    0.000000] SMBIOS 3.3.0 present.
[    0.000000] DMI: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[    0.000000] DMI: Memory slots populated: 8/16
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 1996.213 MHz processor
[    0.000029] last_pfn = 0x407f200 max_arch_pfn = 0x400000000
[    0.005552] MTRR map: 7 entries (2 fixed + 5 variable; max 19), built from 9 variable MTRRs
[    0.013867] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Memory KASLR using RDRAND RDTSC...
[    0.023904] x2apic: enabled by BIOS, switching to x2apic ops
[    0.029537] last_pfn = 0x70000 max_arch_pfn = 0x400000000
[    0.039406] SEV-SNP: Reserving start/end of RMP table on a 2MB boundary [0x0000000056600000]
[    0.047676] Using GB pages for direct mapping
[    0.053098] Secure boot disabled
[    0.056150] RAMDISK: [mem 0x40775a2000-0x407f1fffff]
[    0.061093] ACPI: Early table checksum verification disabled
[    0.066726] ACPI: RSDP 0x000000006EFFE014 000024 (v02 DELL  )
[    0.072444] ACPI: XSDT 0x000000006EFB7188 0000DC (v01 DELL   PE_SC3   00000002 DELL 00000001)
[    0.080940] ACPI: FACP 0x000000006EFF9000 000114 (v06 DELL   PE_SC3   00000002 DELL 00000001)
[    0.089432] ACPI: DSDT 0x000000006EFDA000 019528 (v02 DELL   PE_SC3   00000002 DELL 00000001)
[    0.097924] ACPI: FACS 0x000000006EDB9000 000040
[    0.102517] ACPI: BERT 0x000000006EFFC000 000030 (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.111011] ACPI: ERST 0x000000006EFFB000 000230 (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.119504] ACPI: HEST 0x000000006EFFA000 0007F4 (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.127997] ACPI: HPET 0x000000006EFF8000 000038 (v01 DELL   PE_SC3   00000002 DELL 00000001)
[    0.136491] ACPI: APIC 0x000000006EFF6000 0018BE (v05 DELL   PE_SC3   00000002 DELL 00000001)
[    0.144983] ACPI: MCFG 0x000000006EFF5000 00003C (v01 DELL   PE_SC3   00000002 DELL 00000001)
[    0.153477] ACPI: WSMT 0x000000006EFF4000 000028 (v01 DELL   PE_SC3   00000002 DELL 00000001)
[    0.161970] ACPI: SSDT 0x000000006EFD9000 000629 (v02 DELL   xhc_port 00000001 INTL 20210331)
[    0.170463] ACPI: SSDT 0x000000006EFD8000 000D6E (v02 AMD    CPMRAS   00000001 INTL 20210331)
[    0.178956] ACPI: EINJ 0x000000006EFD7000 000170 (v01 AMD    PE_SC3   00000001 AMD  00000001)
[    0.187449] ACPI: PCCT 0x000000006EFD6000 00006E (v02 DELL   AmdTable 00000001 AMD  00000001)
[    0.195942] ACPI: SSDT 0x000000006EFC7000 00E849 (v02 DELL   PE_SC3   00000001 AMD  00000001)
[    0.204437] ACPI: SRAT 0x000000006EFC6000 000CD0 (v03 DELL   PE_SC3   00000001 AMD  00000001)
[    0.212929] ACPI: MSCT 0x000000006EFC5000 00004E (v01 DELL   PE_SC3   00000000 AMD  00000001)
[    0.221423] ACPI: SLIT 0x000000006EFC4000 000030 (v01 DELL   PE_SC3   00000001 AMD  00000001)
[    0.229917] ACPI: CRAT 0x000000006EFBC000 0072F8 (v01 DELL   PE_SC3   00000001 AMD  00000001)
[    0.238410] ACPI: CDIT 0x000000006EFBB000 00002C (v01 DELL   PE_SC3   00000001 AMD  00000001)
[    0.246903] ACPI: IVRS 0x000000006EFBA000 0001F0 (v02 DELL   PE_SC3   00000001 AMD  00000001)
[    0.255395] ACPI: SPCR 0x000000006EFB9000 000050 (v02 DELL   PE_SC3   00000002 DELL 00000001)
[    0.263889] ACPI: SLIC 0x000000006EFB8000 000176 (v01 DELL   PE_SC3   00000002 DELL 00000001)
[    0.272382] ACPI: SSDT 0x000000006EFFD000 000D66 (v02 DELL   PE_SC3   00000002 DELL 00000001)
[    0.280876] ACPI: SSDT 0x000000006EFB5000 00193C (v02 AMD    CPMCMN   00000001 INTL 20210331)
[    0.289368] ACPI: Reserving FACP table memory at [mem 0x6eff9000-0x6eff9113]
[    0.296388] ACPI: Reserving DSDT table memory at [mem 0x6efda000-0x6eff3527]
[    0.303408] ACPI: Reserving FACS table memory at [mem 0x6edb9000-0x6edb903f]
[    0.310429] ACPI: Reserving BERT table memory at [mem 0x6effc000-0x6effc02f]
[    0.317448] ACPI: Reserving ERST table memory at [mem 0x6effb000-0x6effb22f]
[    0.324468] ACPI: Reserving HEST table memory at [mem 0x6effa000-0x6effa7f3]
[    0.331487] ACPI: Reserving HPET table memory at [mem 0x6eff8000-0x6eff8037]
[    0.338507] ACPI: Reserving APIC table memory at [mem 0x6eff6000-0x6eff78bd]
[    0.345537] ACPI: Reserving MCFG table memory at [mem 0x6eff5000-0x6eff503b]
[    0.352557] ACPI: Reserving WSMT table memory at [mem 0x6eff4000-0x6eff4027]
[    0.359576] ACPI: Reserving SSDT table memory at [mem 0x6efd9000-0x6efd9628]
[    0.366596] ACPI: Reserving SSDT table memory at [mem 0x6efd8000-0x6efd8d6d]
[    0.373615] ACPI: Reserving EINJ table memory at [mem 0x6efd7000-0x6efd716f]
[    0.380636] ACPI: Reserving PCCT table memory at [mem 0x6efd6000-0x6efd606d]
[    0.387656] ACPI: Reserving SSDT table memory at [mem 0x6efc7000-0x6efd5848]
[    0.394676] ACPI: Reserving SRAT table memory at [mem 0x6efc6000-0x6efc6ccf]
[    0.401695] ACPI: Reserving MSCT table memory at [mem 0x6efc5000-0x6efc504d]
[    0.408715] ACPI: Reserving SLIT table memory at [mem 0x6efc4000-0x6efc402f]
[    0.415736] ACPI: Reserving CRAT table memory at [mem 0x6efbc000-0x6efc32f7]
[    0.422755] ACPI: Reserving CDIT table memory at [mem 0x6efbb000-0x6efbb02b]
[    0.429775] ACPI: Reserving IVRS table memory at [mem 0x6efba000-0x6efba1ef]
[    0.436796] ACPI: Reserving SPCR table memory at [mem 0x6efb9000-0x6efb904f]
[    0.443842] ACPI: Reserving SLIC table memory at [mem 0x6efb8000-0x6efb8175]
[    0.450897] ACPI: Reserving SSDT table memory at [mem 0x6effd000-0x6effdd65]
[    0.457915] ACPI: Reserving SSDT table memory at [mem 0x6efb5000-0x6efb693b]
[    0.465010] APIC: Switched APIC routing to: cluster x2apic
[    0.470414] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff]
[    0.476375] ACPI: SRAT: Node 0 PXM 0 [mem 0x000c0000-0x7fffffff]
[    0.482355] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0x207fffffff]
[    0.488595] ACPI: SRAT: Node 1 PXM 1 [mem 0x2080000000-0x407fffffff]
[    0.494930] NUMA: Node 0 [mem 0x00001000-0x0009ffff] + [mem 0x000c0000-0x7fffffff] -> [mem 0x00001000-0x7fffffff]
[    0.505149] NUMA: Node 0 [mem 0x00001000-0x7fffffff] + [mem 0x100000000-0x207fffffff] -> [mem 0x00001000-0x207fffffff]
[    0.515816] NODE_DATA(0) allocated [mem 0x207fcd5a00-0x207fcfffff]
[    0.521971] NODE_DATA(1) allocated [mem 0x4077576a00-0x40775a0fff]
[    0.528446] Zone ranges:
[    0.530801]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.536954]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.543109]   Normal   [mem 0x0000000100000000-0x000000407f1fffff]
[    0.549297]   Device   empty
[    0.552157] Movable zone start for each node
[    0.556404] Early memory node ranges
[    0.559974]   node   0: [mem 0x0000000000001000-0x000000000008efff]
[    0.566214]   node   0: [mem 0x0000000000090000-0x000000000009ffff]
[    0.572453]   node   0: [mem 0x0000000000100000-0x0000000015dfffff]
[    0.578694]   node   0: [mem 0x0000000056700000-0x00000000567fbfff]
[    0.584933]   node   0: [mem 0x00000000567fd000-0x000000005a14afff]
[    0.591173]   node   0: [mem 0x000000005a34b000-0x0000000067acefff]
[    0.597413]   node   0: [mem 0x000000006efff000-0x000000006effffff]
[    0.603653]   node   0: [mem 0x000000006f00b000-0x000000006fffffff]
[    0.609892]   node   0: [mem 0x0000000100000000-0x000000207fcfffff]
[    0.616142]   node   1: [mem 0x0000002080000000-0x000000407f1fffff]
[    0.622383] Initmem setup node 0 [mem 0x0000000000001000-0x000000207fcfffff]
[    0.629394] Initmem setup node 1 [mem 0x0000002080000000-0x000000407f1fffff]
[    0.636414] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.642220] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.648038] On node 0, zone DMA: 96 pages in unavailable ranges
[    0.654366] On node 0, zone DMA32: 35072 pages in unavailable ranges
[    0.660617] On node 0, zone DMA32: 1 pages in unavailable ranges
[    0.666712] On node 0, zone DMA32: 512 pages in unavailable ranges
[    0.672883] On node 0, zone DMA32: 30000 pages in unavailable ranges
[    0.679064] On node 0, zone DMA32: 11 pages in unavailable ranges
[    0.904037] On node 1, zone Normal: 768 pages in unavailable ranges
[    0.910151] On node 1, zone Normal: 3584 pages in unavailable ranges
[    0.916634] ACPI: PM-Timer IO Port: 0x408
[    0.920504] ACPI: X2APIC_NMI (uid[0xffffffff] high edge lint[0x1])
[    0.926633] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.932538] IOAPIC[0]: apic_id 240, version 33, address 0xfec00000, GSI 0-23
[    0.939547] IOAPIC[1]: apic_id 241, version 33, address 0xe0100000, GSI 120-151
[    0.946829] IOAPIC[2]: apic_id 242, version 33, address 0xc5100000, GSI 88-119
[    0.954021] IOAPIC[3]: apic_id 243, version 33, address 0xaa100000, GSI 56-87
[    0.961127] IOAPIC[4]: apic_id 244, version 33, address 0xfd100000, GSI 24-55
[    0.968232] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.974558] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.981064] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.987471] ACPI: HPET id: 0x10228201 base: 0xfed00000
[    0.992586] ACPI: SPCR: console: uart,io,0x2f8,115200
[    0.997615] CPU topo: Max. logical packages:   1
[    1.002203] CPU topo: Max. logical dies:       1
[    1.006796] CPU topo: Max. dies per package:   1
[    1.011394] CPU topo: Max. threads per core:   2
[    1.016018] CPU topo: Num. cores per package:    64
[    1.020872] CPU topo: Num. threads per package: 128
[    1.025723] CPU topo: Allowing 128 present CPUs plus 0 hotplug CPUs
[    1.031991] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    1.039505] PM: hibernation: Registered nosave memory: [mem 0x0008f000-0x0008ffff]
[    1.047046] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    1.054585] PM: hibernation: Registered nosave memory: [mem 0x00b4b000-0x00b4bfff]
[    1.062125] PM: hibernation: Registered nosave memory: [mem 0x00b53000-0x00b53fff]
[    1.069663] PM: hibernation: Registered nosave memory: [mem 0x00b54000-0x00b54fff]
[    1.077205] PM: hibernation: Registered nosave memory: [mem 0x00b86000-0x00b86fff]
[    1.084743] PM: hibernation: Registered nosave memory: [mem 0x00b87000-0x00b87fff]
[    1.092284] PM: hibernation: Registered nosave memory: [mem 0x00bb9000-0x00bb9fff]
[    1.099823] PM: hibernation: Registered nosave memory: [mem 0x00bba000-0x00bbafff]
[    1.107364] PM: hibernation: Registered nosave memory: [mem 0x00bff000-0x00bfffff]
[    1.114905] PM: hibernation: Registered nosave memory: [mem 0x15e00000-0x566fffff]
[    1.122487] PM: hibernation: Registered nosave memory: [mem 0x56700000-0x567fbfff]
[    1.130027] PM: hibernation: Registered nosave memory: [mem 0x567fc000-0x567fcfff]
[    1.137567] PM: hibernation: Registered nosave memory: [mem 0x567fd000-0x567fffff]
[    1.145107] PM: hibernation: Registered nosave memory: [mem 0x5a14b000-0x5a34afff]
[    1.152647] PM: hibernation: Registered nosave memory: [mem 0x67acf000-0x6dfcefff]
[    1.160186] PM: hibernation: Registered nosave memory: [mem 0x6dfcf000-0x6edfefff]
[    1.167726] PM: hibernation: Registered nosave memory: [mem 0x6edff000-0x6effefff]
[    1.175268] PM: hibernation: Registered nosave memory: [mem 0x6f000000-0x6f00afff]
[    1.182807] PM: hibernation: Registered nosave memory: [mem 0x70000000-0x7fffffff]
[    1.190347] PM: hibernation: Registered nosave memory: [mem 0x80000000-0xffffffff]
[    1.197887] PM: hibernation: Registered nosave memory: [mem 0x207fd00000-0x207fffffff]
[    1.205774] [mem 0x56800000-0xffffffff] available for PCI devices
[    1.211840] Booting paravirtualized kernel on bare hardware
[    1.217386] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    1.227798] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:128 nr_cpu_ids:128 nr_node_ids:2
[    1.240001] percpu: Embedded 66 pages/cpu s233472 r8192 d28672 u524288
[    1.246478] Kernel command line: BOOT_IMAGE=(hd0,gpt6)/vmlinuz-6.11.0-rc6-next-20240902 root=/dev/mapper/rhel_hostname-root ro selinux=0 console=ttyS0,115200n8 earlyprintk=ttyS0,115200 net.ifnames=0 biosdevname=0 swiotlb=131072 kvm_amd.debug_swap=0 mem_encrypt=off
[    1.269894] Unknown kernel command line parameters "BOOT_IMAGE=(hd0,gpt6)/vmlinuz-6.11.0-rc6-next-20240902 biosdevname=0 mem_encrypt=off", will be passed to user space.
[    1.284759] printk: log_buf_len individual max cpu contribution: 4096 bytes
[    1.291676] printk: log_buf_len total cpu_extra contributions: 520192 bytes
[    1.298609] printk: log_buf_len min size: 262144 bytes
[    1.304138] printk: log_buf_len: 1048576 bytes
[    1.308402] printk: early log buf free: 242320(92%)
[    1.314658] Fallback order for Node 0: 0 1 
[    1.314661] Fallback order for Node 1: 1 0 
[    1.314670] Built 2 zonelists, mobility grouping on.  Total pages: 66743906
[    1.329766] Policy zone: Normal
[    1.332893] mem auto-init: stack:off, heap alloc:on, heap free:off
[    1.339070] software IO TLB: area num 128.
[    1.757847] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=128, Nodes=2
Poking KASLR using RDRAND RDTSC...
[    1.767491] ftrace: allocating 53175 entries in 208 pages
[    1.784128] ftrace: allocated 208 pages with 3 groups
[    1.789855] Dynamic Preempt: voluntary
[    1.793779] rcu: Preemptible hierarchical RCU implementation.
[    1.799339] rcu: 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=128.
[    1.806271] 	Trampoline variant of Tasks RCU enabled.
[    1.811297] 	Rude variant of Tasks RCU enabled.
[    1.815805] 	Tracing variant of Tasks RCU enabled.
[    1.820571] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    1.828112] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=128
[    1.834997] RCU Tasks: Setting shift to 7 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=128.
[    1.843800] RCU Tasks Rude: Setting shift to 7 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=128.
[    1.853075] RCU Tasks Trace: Setting shift to 7 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=128.
[    1.865087] NR_IRQS: 524544, nr_irqs: 3624, preallocated irqs: 16
[    1.871275] rcu: srcu_init: Setting srcu_struct sizes to big.
[    1.876990] Console: colour dummy device 80x25
[    1.881280] printk: legacy console [ttyS0] enabled
[    1.881280] printk: legacy console [ttyS0] enabled
[    1.890814] printk: legacy bootconsole [earlyser0] disabled
[    1.890814] printk: legacy bootconsole [earlyser0] disabled
[    1.902001] mempolicy: Enabling automatic NUMA balancing. Configure with numa_balancing= or the kernel.numa_balancing sysctl
[    1.913281] ACPI: Core revision 20240322
[    1.917433] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[    1.926570] APIC: Switch to symmetric I/O mode setup
[    1.932532] AMD-Vi: Using global IVHD EFR:0x841f77e022094ace, EFR2:0x0
[    1.941467] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    1.966573] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x398c69ee6f1, max_idle_ns: 881590705802 ns
[    1.977104] Calibrating delay loop (skipped), value calculated using timer frequency.. 3992.42 BogoMIPS (lpj=7984852)
[    1.981115] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[    1.985207] LVT offset 2 assigned for vector 0xf4
[    1.989136] Last level iTLB entries: 4KB 512, 2MB 512, 4MB 256
[    1.993103] Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
[    1.997104] process: using mwait in idle threads
[    2.001104] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    2.005104] Spectre V2 : Mitigation: Retpolines
[    2.009103] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    2.013103] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
[    2.017103] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    2.021104] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    2.025103] Spectre V2 : User space: Mitigation: STIBP always-on protection
[    2.029104] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[    2.033103] Speculative Return Stack Overflow: Mitigation: Safe RET
[    2.037106] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    2.041103] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    2.045103] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    2.049103] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
[    2.053103] x86/fpu: Supporting XSAVE feature 0x800: 'Control-flow User registers'
[    2.057103] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    2.061103] x86/fpu: xstate_offset[9]:  832, xstate_sizes[9]:    8
[    2.065103] x86/fpu: xstate_offset[11]:  840, xstate_sizes[11]:   16
[    2.069103] x86/fpu: Enabled xstate features 0xa07, context size is 856 bytes, using 'compacted' format.
[    2.106563] Freeing SMP alternatives memory: 44K
[    2.109105] pid_max: default: 131072 minimum: 1024
[    2.119967] LSM: initializing lsm=lockdown,capability,yama,apparmor,ima,evm
[    2.121158] Yama: becoming mindful.
[    2.125219] AppArmor: AppArmor initialized
[    2.137136] Dentry cache hash table entries: 16777216 (order: 15, 134217728 bytes, vmalloc hugepage)
[    2.145431] Inode-cache hash table entries: 8388608 (order: 14, 67108864 bytes, vmalloc hugepage)
[    2.149275] Mount-cache hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc)
[    2.153245] Mountpoint-cache hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc)
[    2.267610] smpboot: CPU0: AMD EPYC 7713 64-Core Processor (family: 0x19, model: 0x1, stepping: 0x1)
[    2.269480] Performance Events: Fam17h+ core perfctr, AMD PMU driver.
[    2.273105] ... version:                0
[    2.277104] ... bit width:              48
[    2.285104] ... generic registers:      6
[    2.289104] ... value mask:             0000ffffffffffff
[    2.293104] ... max period:             00007fffffffffff
[    2.297103] ... fixed-purpose events:   0
[    2.301104] ... event mask:             000000000000003f
[    2.305376] signal: max sigframe size: 3376
[    2.309139] rcu: Hierarchical SRCU implementation.
[    2.313104] rcu: 	Max phase no-delay instances is 1000.
[    2.317155] Timer migration: 3 hierarchy levels; 8 children per group; 2 crossnode level
[    2.328948] MCE: In-kernel MCE decoding enabled.
[    2.329159] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    2.337534] smp: Bringing up secondary CPUs ...
[    2.341265] smpboot: x86: Booting SMP configuration:
[    2.345105] .... 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
[    2.353106] .... node  #1, CPUs:    #32  #33  #34  #35  #36  #37  #38  #39  #40  #41  #42  #43  #44  #45  #46  #47  #48  #49  #50  #51  #52  #53  #54  #55  #56  #57  #58  #59  #60  #61  #62  #63
[    2.417104] psi: inconsistent task state! task=17:rcu_preempt cpu=0 psi_flags=4 clear=0 set=4
[    2.505269] 
[    2.506761] .... node  #0, CPUs:    #64  #65  #66  #67  #68  #69  #70  #71  #72  #73  #74  #75  #76  #77  #78  #79  #80  #81  #82  #83  #84  #85  #86  #87  #88  #89  #90  #91  #92  #93  #94  #95
[    2.517105] .... node  #1, CPUs:    #96  #97  #98  #99 #100 #101 #102 #103 #104 #105 #106 #107 #108 #109 #110 #111 #112 #113 #114 #115 #116 #117 #118 #119 #120 #121 #122 #123 #124 #125 #126 #127
[    2.555105] Spectre V2 : Update user space SMT mitigation: STIBP always-on
[    2.703106] smp: Brought up 2 nodes, 128 CPUs
[    2.705108] smpboot: Total of 128 processors activated (511030.52 BogoMIPS)
[    2.721169] Memory: 262005372K/266975624K available (18432K kernel code, 3262K rwdata, 7744K rodata, 4684K init, 6212K bss, 4653792K reserved, 0K cma-reserved)
[    2.731930] devtmpfs: initialized
[    2.733181] x86/mm: Memory block size: 2048MB
[    2.747903] ACPI: PM: Registering ACPI NVS region [mem 0x0008f000-0x0008ffff] (4096 bytes)
[    2.749105] ACPI: PM: Registering ACPI NVS region [mem 0x6dfcf000-0x6edfefff] (14876672 bytes)
[    2.757204] ACPI: PM: Registering ACPI NVS region [mem 0x6f000000-0x6f00afff] (45056 bytes)
[    2.761204] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    2.765221] futex hash table entries: 32768 (order: 9, 2097152 bytes, vmalloc)
[    2.769339] pinctrl core: initialized pinctrl subsystem
[    2.773216] PM: RTC time: 13:09:53, date: 2024-09-02
[    2.777922] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    2.781643] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[    2.785285] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    2.789284] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    2.793116] audit: initializing netlink subsys (disabled)
[    2.797126] audit: type=2000 audit(1725282592.852:1): state=initialized audit_enabled=0 res=1
[    2.797278] thermal_sys: Registered thermal governor 'fair_share'
[    2.801106] thermal_sys: Registered thermal governor 'bang_bang'
[    2.805104] thermal_sys: Registered thermal governor 'step_wise'
[    2.809104] thermal_sys: Registered thermal governor 'user_space'
[    2.813113] EISA bus registered
[    2.821126] cpuidle: using governor ladder
[    2.825114] cpuidle: using governor menu
[    2.829146] Detected 1 PCC Subspaces
[    2.832724] Registering PCC driver as Mailbox controller
[    2.833248] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    2.837106] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    2.841267] PCI: ECAM [mem 0x80000000-0x8fffffff] (base 0x80000000) for domain 0000 [bus 00-ff]
[    2.845115] PCI: Using configuration type 1 for base access
[    2.849111] PCI: Dell System detected, enabling pci=bfsort.
[    2.853280] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    2.857325] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[    2.861108] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[    2.865104] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[    2.869104] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[    2.873379] ACPI: Added _OSI(Module Device)
[    2.877105] ACPI: Added _OSI(Processor Device)
[    2.881104] ACPI: Added _OSI(3.0 _SCP Extensions)
[    2.885104] ACPI: Added _OSI(Processor Aggregator Device)
[    2.930156] ACPI: 6 ACPI AML tables successfully acquired and loaded
[    2.948097] ACPI: Interpreter enabled
[    2.949116] ACPI: PM: (supports S0 S5)
[    2.953104] ACPI: Using IOAPIC for interrupt routing
[    2.957709] HEST: Table parsing has been initialized.
[    2.965520] GHES: APEI firmware first mode is enabled by APEI bit and WHEA _OSC.
[    2.969108] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    2.973104] PCI: Ignoring E820 reservations for host bridge windows
[    2.979301] ACPI: Enabled 1 GPEs in block 00 to 1F
[    3.019168] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[    3.025171] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
[    3.029182] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[    3.037181] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[    3.041182] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[    3.049177] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[    3.053182] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[    3.061170] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[    3.065597] ACPI: PCI Root Bridge [PC00] (domain 0000 [bus 00-3f])
[    3.069108] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    3.073270] acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug AER DPC]
[    3.077417] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
[    3.081104] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    3.086082] PCI host bridge to bus 0000:00
[    3.089108] pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
[    3.093104] pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
[    3.097105] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000fffff window]
[    3.101104] pci_bus 0000:00: root bus resource [io  0x0d00-0x3fff window]
[    3.105104] pci_bus 0000:00: root bus resource [mem 0xe1000000-0xfebfffff window]
[    3.109104] pci_bus 0000:00: root bus resource [mem 0x63dc0000000-0x7fcffffffff window]
[    3.113104] pci_bus 0000:00: root bus resource [bus 00-3f]
[    3.117118] pci 0000:00:00.0: [1022:1480] type 00 class 0x060000 conventional PCI endpoint
[    3.121245] pci 0000:00:00.2: [1022:164f] type 00 class 0x080600 conventional PCI endpoint
[    3.125203] pci 0000:00:01.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.129186] pci 0000:00:02.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.133185] pci 0000:00:03.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.137182] pci 0000:00:03.2: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    3.141121] pci 0000:00:03.2: PCI bridge to [bus 01]
[    3.145107] pci 0000:00:03.2:   bridge window [io  0x1000-0x1fff]
[    3.149106] pci 0000:00:03.2:   bridge window [mem 0xf7300000-0xf74fffff]
[    3.153174] pci 0000:00:03.2: PME# supported from D0 D3hot D3cold
[    3.158108] pci 0000:00:04.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.161188] pci 0000:00:05.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.165187] pci 0000:00:07.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.169185] pci 0000:00:07.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    3.173121] pci 0000:00:07.1: PCI bridge to [bus 02]
[    3.177108] pci 0000:00:07.1:   bridge window [mem 0xf7200000-0xf72fffff]
[    3.181117] pci 0000:00:07.1: enabling Extended Tags
[    3.185152] pci 0000:00:07.1: PME# supported from D0 D3hot D3cold
[    3.189252] pci 0000:00:08.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.193183] pci 0000:00:08.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    3.197122] pci 0000:00:08.1: PCI bridge to [bus 03]
[    3.201109] pci 0000:00:08.1:   bridge window [mem 0xf7000000-0xf71fffff]
[    3.205116] pci 0000:00:08.1: enabling Extended Tags
[    3.209154] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[    3.213286] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500 conventional PCI endpoint
[    3.217222] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100 conventional PCI endpoint
[    3.221274] pci 0000:00:18.0: [1022:1650] type 00 class 0x060000 conventional PCI endpoint
[    3.225193] pci 0000:00:18.1: [1022:1651] type 00 class 0x060000 conventional PCI endpoint
[    3.229157] pci 0000:00:18.2: [1022:1652] type 00 class 0x060000 conventional PCI endpoint
[    3.233162] pci 0000:00:18.3: [1022:1653] type 00 class 0x060000 conventional PCI endpoint
[    3.237158] pci 0000:00:18.4: [1022:1654] type 00 class 0x060000 conventional PCI endpoint
[    3.241157] pci 0000:00:18.5: [1022:1655] type 00 class 0x060000 conventional PCI endpoint
[    3.245160] pci 0000:00:18.6: [1022:1656] type 00 class 0x060000 conventional PCI endpoint
[    3.249158] pci 0000:00:18.7: [1022:1657] type 00 class 0x060000 conventional PCI endpoint
[    3.253226] pci 0000:01:00.0: [1000:0097] type 00 class 0x010700 PCIe Endpoint
[    3.257115] pci 0000:01:00.0: BAR 0 [io  0x1000-0x10ff]
[    3.261113] pci 0000:01:00.0: BAR 1 [mem 0xf7400000-0xf740ffff 64bit]
[    3.265113] pci 0000:01:00.0: BAR 3 [mem 0xf7300000-0xf73fffff 64bit]
[    3.269115] pci 0000:01:00.0: ROM [mem 0xfff00000-0xffffffff pref]
[    3.273109] pci 0000:01:00.0: enabling Extended Tags
[    3.277187] pci 0000:01:00.0: supports D1 D2
[    3.281134] pci 0000:01:00.0: VF BAR 0 [mem 0x00000000-0x0000ffff 64bit]
[    3.285104] pci 0000:01:00.0: VF BAR 0 [mem 0x00000000-0x000fffff 64bit]: contains BAR 0 for 16 VFs
[    3.289111] pci 0000:01:00.0: VF BAR 2 [mem 0x00000000-0x000fffff 64bit]
[    3.293104] pci 0000:01:00.0: VF BAR 2 [mem 0x00000000-0x00ffffff 64bit]: contains BAR 2 for 16 VFs
[    3.297267] pci 0000:00:03.2: PCI bridge to [bus 01]
[    3.301191] pci 0000:02:00.0: [1022:148a] type 00 class 0x130000 PCIe Endpoint
[    3.305145] pci 0000:02:00.0: enabling Extended Tags
[    3.309269] pci 0000:02:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    3.313122] pci 0000:02:00.2: BAR 2 [mem 0xf7200000-0xf727ffff]
[    3.317118] pci 0000:02:00.2: BAR 5 [mem 0xf7280000-0xf7281fff]
[    3.321113] pci 0000:02:00.2: enabling Extended Tags
[    3.325293] pci 0000:00:07.1: PCI bridge to [bus 02]
[    3.329235] pci 0000:03:00.0: [1022:1485] type 00 class 0x130000 PCIe Endpoint
[    3.333148] pci 0000:03:00.0: enabling Extended Tags
[    3.337315] pci 0000:03:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    3.341124] pci 0000:03:00.2: BAR 2 [mem 0xf7100000-0xf717ffff]
[    3.345119] pci 0000:03:00.2: BAR 5 [mem 0xf7180000-0xf7181fff]
[    3.349113] pci 0000:03:00.2: enabling Extended Tags
[    3.353289] pci 0000:03:00.3: [1022:148c] type 00 class 0x0c0330 PCIe Endpoint
[    3.357117] pci 0000:03:00.3: BAR 0 [mem 0xf7000000-0xf70fffff 64bit]
[    3.361135] pci 0000:03:00.3: enabling Extended Tags
[    3.365155] pci 0000:03:00.3: PME# supported from D0 D3hot D3cold
[    3.369272] pci 0000:00:08.1: PCI bridge to [bus 03]
[    3.374478] ACPI: PCI Root Bridge [PC01] (domain 0000 [bus 40-7f])
[    3.377107] acpi PNP0A08:01: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    3.381266] acpi PNP0A08:01: _OSC: platform does not support [SHPCHotplug AER DPC]
[    3.385417] acpi PNP0A08:01: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
[    3.389104] acpi PNP0A08:01: FADT indicates ASPM is unsupported, using BIOS configuration
[    3.394024] PCI host bridge to bus 0000:40
[    3.397107] pci_bus 0000:40: root bus resource [io  0x4000-0x6fff window]
[    3.401104] pci_bus 0000:40: root bus resource [mem 0x90000000-0xaaffffff window]
[    3.405104] pci_bus 0000:40: root bus resource [mem 0x47e80000000-0x63dbfffffff window]
[    3.409104] pci_bus 0000:40: root bus resource [bus 40-7f]
[    3.413113] pci 0000:40:00.0: [1022:1480] type 00 class 0x060000 conventional PCI endpoint
[    3.417191] pci 0000:40:00.2: [1022:164f] type 00 class 0x080600 conventional PCI endpoint
[    3.421197] pci 0000:40:01.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.425184] pci 0000:40:02.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.429176] pci 0000:40:03.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.433183] pci 0000:40:03.1: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    3.437123] pci 0000:40:03.1: PCI bridge to [bus 41]
[    3.441109] pci 0000:40:03.1:   bridge window [mem 0xa4c00000-0xa4ffffff]
[    3.445195] pci 0000:40:03.1: PME# supported from D0 D3hot D3cold
[    3.463964] pci 0000:40:03.2: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    3.465128] pci 0000:40:03.2: PCI bridge to [bus 42]
[    3.469109] pci 0000:40:03.2:   bridge window [mem 0xa4800000-0xa4bfffff]
[    3.473209] pci 0000:40:03.2: PME# supported from D0 D3hot D3cold
[    3.489507] pci 0000:40:03.3: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    3.493124] pci 0000:40:03.3: PCI bridge to [bus 43]
[    3.497114] pci 0000:40:03.3:   bridge window [mem 0xa4400000-0xa47fffff]
[    3.501236] pci 0000:40:03.3: PME# supported from D0 D3hot D3cold
[    3.519191] pci 0000:40:03.4: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    3.521129] pci 0000:40:03.4: PCI bridge to [bus 44]
[    3.525110] pci 0000:40:03.4:   bridge window [mem 0xa4000000-0xa43fffff]
[    3.529215] pci 0000:40:03.4: PME# supported from D0 D3hot D3cold
[    3.549176] pci 0000:40:04.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.553226] pci 0000:40:05.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.557181] pci 0000:40:07.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.561234] pci 0000:40:07.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    3.565122] pci 0000:40:07.1: PCI bridge to [bus 45]
[    3.569108] pci 0000:40:07.1:   bridge window [mem 0xa5300000-0xa53fffff]
[    3.573115] pci 0000:40:07.1: enabling Extended Tags
[    3.577151] pci 0000:40:07.1: PME# supported from D0 D3hot D3cold
[    3.581250] pci 0000:40:08.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.585181] pci 0000:40:08.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    3.589121] pci 0000:40:08.1: PCI bridge to [bus 46]
[    3.593108] pci 0000:40:08.1:   bridge window [mem 0xa5000000-0xa52fffff]
[    3.597115] pci 0000:40:08.1: enabling Extended Tags
[    3.601153] pci 0000:40:08.1: PME# supported from D0 D3hot D3cold
[    3.605342] pci 0000:40:03.1: PCI bridge to [bus 41]
[    3.609184] pci 0000:40:03.2: PCI bridge to [bus 42]
[    3.613185] pci 0000:40:03.3: PCI bridge to [bus 43]
[    3.617184] pci 0000:40:03.4: PCI bridge to [bus 44]
[    3.621187] pci 0000:45:00.0: [1022:148a] type 00 class 0x130000 PCIe Endpoint
[    3.625144] pci 0000:45:00.0: enabling Extended Tags
[    3.629264] pci 0000:45:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    3.633122] pci 0000:45:00.2: BAR 2 [mem 0xa5300000-0xa537ffff]
[    3.637118] pci 0000:45:00.2: BAR 5 [mem 0xa5380000-0xa5381fff]
[    3.641113] pci 0000:45:00.2: enabling Extended Tags
[    3.645289] pci 0000:40:07.1: PCI bridge to [bus 45]
[    3.649234] pci 0000:46:00.0: [1022:1485] type 00 class 0x130000 PCIe Endpoint
[    3.653148] pci 0000:46:00.0: enabling Extended Tags
[    3.657310] pci 0000:46:00.1: [1022:1486] type 00 class 0x108000 PCIe Endpoint
[    3.661125] pci 0000:46:00.1: BAR 2 [mem 0xa5100000-0xa51fffff]
[    3.665119] pci 0000:46:00.1: BAR 5 [mem 0xa5282000-0xa5283fff]
[    3.669114] pci 0000:46:00.1: enabling Extended Tags
[    3.673286] pci 0000:46:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    3.677124] pci 0000:46:00.2: BAR 2 [mem 0xa5200000-0xa527ffff]
[    3.681120] pci 0000:46:00.2: BAR 5 [mem 0xa5280000-0xa5281fff]
[    3.685113] pci 0000:46:00.2: enabling Extended Tags
[    3.693287] pci 0000:46:00.3: [1022:148c] type 00 class 0x0c0330 PCIe Endpoint
[    3.697116] pci 0000:46:00.3: BAR 0 [mem 0xa5000000-0xa50fffff 64bit]
[    3.701134] pci 0000:46:00.3: enabling Extended Tags
[    3.705154] pci 0000:46:00.3: PME# supported from D0 D3hot D3cold
[    3.709278] pci 0000:40:08.1: PCI bridge to [bus 46]
[    3.713792] ACPI: PCI Root Bridge [PC02] (domain 0000 [bus 80-bf])
[    3.717107] acpi PNP0A08:02: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    3.721269] acpi PNP0A08:02: _OSC: platform does not support [SHPCHotplug AER DPC]
[    3.725417] acpi PNP0A08:02: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
[    3.729104] acpi PNP0A08:02: FADT indicates ASPM is unsupported, using BIOS configuration
[    3.737644] PCI host bridge to bus 0000:80
[    3.741107] pci_bus 0000:80: root bus resource [io  0x7000-0x9fff window]
[    3.745104] pci_bus 0000:80: root bus resource [mem 0xab000000-0xc5ffffff window]
[    3.749104] pci_bus 0000:80: root bus resource [mem 0x2bf40000000-0x47e7fffffff window]
[    3.753105] pci_bus 0000:80: root bus resource [bus 80-bf]
[    3.757115] pci 0000:80:00.0: [1022:1480] type 00 class 0x060000 conventional PCI endpoint
[    3.761200] pci 0000:80:00.2: [1022:164f] type 00 class 0x080600 conventional PCI endpoint
[    3.765195] pci 0000:80:01.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.769286] pci 0000:80:01.1: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    3.773124] pci 0000:80:01.1: PCI bridge to [bus 81]
[    3.777109] pci 0000:80:01.1:   bridge window [mem 0xbf400000-0xbf7fffff]
[    3.781198] pci 0000:80:01.1: PME# supported from D0 D3hot D3cold
[    3.800881] pci 0000:80:01.2: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    3.801128] pci 0000:80:01.2: PCI bridge to [bus 82]
[    3.805109] pci 0000:80:01.2:   bridge window [mem 0xbf000000-0xbf3fffff]
[    3.809207] pci 0000:80:01.2: PME# supported from D0 D3hot D3cold
[    3.827250] pci 0000:80:02.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.829185] pci 0000:80:03.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.833211] pci 0000:80:04.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.837183] pci 0000:80:05.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.841248] pci 0000:80:07.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.845182] pci 0000:80:07.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    3.849121] pci 0000:80:07.1: PCI bridge to [bus 83]
[    3.853108] pci 0000:80:07.1:   bridge window [mem 0xbfa00000-0xbfafffff]
[    3.857115] pci 0000:80:07.1: enabling Extended Tags
[    3.861152] pci 0000:80:07.1: PME# supported from D0 D3hot D3cold
[    3.865250] pci 0000:80:08.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.869182] pci 0000:80:08.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    3.873122] pci 0000:80:08.1: PCI bridge to [bus 84]
[    3.877109] pci 0000:80:08.1:   bridge window [mem 0xbf900000-0xbf9fffff]
[    3.881116] pci 0000:80:08.1: enabling Extended Tags
[    3.885154] pci 0000:80:08.1: PME# supported from D0 D3hot D3cold
[    3.889257] pci 0000:80:08.2: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    3.893121] pci 0000:80:08.2: PCI bridge to [bus 85]
[    3.897108] pci 0000:80:08.2:   bridge window [mem 0xbf800000-0xbf8fffff]
[    3.901117] pci 0000:80:08.2: enabling Extended Tags
[    3.905154] pci 0000:80:08.2: PME# supported from D0 D3hot D3cold
[    3.909335] pci 0000:80:01.1: PCI bridge to [bus 81]
[    3.913202] pci 0000:80:01.2: PCI bridge to [bus 82]
[    3.917189] pci 0000:83:00.0: [1022:148a] type 00 class 0x130000 PCIe Endpoint
[    3.921145] pci 0000:83:00.0: enabling Extended Tags
[    3.925267] pci 0000:83:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    3.929123] pci 0000:83:00.2: BAR 2 [mem 0xbfa00000-0xbfa7ffff]
[    3.933118] pci 0000:83:00.2: BAR 5 [mem 0xbfa80000-0xbfa81fff]
[    3.937113] pci 0000:83:00.2: enabling Extended Tags
[    3.941299] pci 0000:80:07.1: PCI bridge to [bus 83]
[    3.945233] pci 0000:84:00.0: [1022:1485] type 00 class 0x130000 PCIe Endpoint
[    3.949148] pci 0000:84:00.0: enabling Extended Tags
[    3.953315] pci 0000:84:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    3.957125] pci 0000:84:00.2: BAR 2 [mem 0xbf900000-0xbf97ffff]
[    3.961120] pci 0000:84:00.2: BAR 5 [mem 0xbf980000-0xbf981fff]
[    3.965113] pci 0000:84:00.2: enabling Extended Tags
[    3.973123] pci 0000:80:08.1: PCI bridge to [bus 84]
[    3.977234] pci 0000:85:00.0: [1022:7901] type 00 class 0x010601 PCIe Endpoint
[    3.981140] pci 0000:85:00.0: BAR 5 [mem 0xbf800000-0xbf8007ff]
[    3.985114] pci 0000:85:00.0: enabling Extended Tags
[    3.989167] pci 0000:85:00.0: PME# supported from D3hot D3cold
[    3.993278] pci 0000:80:08.2: PCI bridge to [bus 85]
[    3.997821] ACPI: PCI Root Bridge [PC03] (domain 0000 [bus c0-ff])
[    4.001108] acpi PNP0A08:03: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    4.005268] acpi PNP0A08:03: _OSC: platform does not support [SHPCHotplug AER DPC]
[    4.009418] acpi PNP0A08:03: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
[    4.013104] acpi PNP0A08:03: FADT indicates ASPM is unsupported, using BIOS configuration
[    4.018123] PCI host bridge to bus 0000:c0
[    4.021109] pci_bus 0000:c0: root bus resource [io  0xa000-0xffff window]
[    4.025104] pci_bus 0000:c0: root bus resource [mem 0xc6000000-0xe0ffffff window]
[    4.029104] pci_bus 0000:c0: root bus resource [mem 0x10000000000-0x2bf3fffffff window]
[    4.033104] pci_bus 0000:c0: root bus resource [io  0x03b0-0x03df window]
[    4.037104] pci_bus 0000:c0: root bus resource [mem 0x000a0000-0x000bffff window]
[    4.041104] pci_bus 0000:c0: root bus resource [bus c0-ff]
[    4.045114] pci 0000:c0:00.0: [1022:1480] type 00 class 0x060000 conventional PCI endpoint
[    4.049191] pci 0000:c0:00.2: [1022:164f] type 00 class 0x080600 conventional PCI endpoint
[    4.053196] pci 0000:c0:01.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.057178] pci 0000:c0:02.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.061176] pci 0000:c0:03.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.065183] pci 0000:c0:03.1: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.069123] pci 0000:c0:03.1: PCI bridge to [bus c4]
[    4.077109] pci 0000:c0:03.1:   bridge window [mem 0xdb600000-0xdb9fffff]
[    4.081198] pci 0000:c0:03.1: PME# supported from D0 D3hot D3cold
[    4.099504] pci 0000:c0:03.2: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.101129] pci 0000:c0:03.2: PCI bridge to [bus c5]
[    4.105110] pci 0000:c0:03.2:   bridge window [mem 0xdb200000-0xdb5fffff]
[    4.109217] pci 0000:c0:03.2: PME# supported from D0 D3hot D3cold
[    4.130318] pci 0000:c0:03.3: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.133128] pci 0000:c0:03.3: PCI bridge to [bus c6]
[    4.137112] pci 0000:c0:03.3:   bridge window [mem 0xdae00000-0xdb1fffff]
[    4.141229] pci 0000:c0:03.3: PME# supported from D0 D3hot D3cold
[    4.161337] pci 0000:c0:03.4: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.165124] pci 0000:c0:03.4: PCI bridge to [bus c7]
[    4.169109] pci 0000:c0:03.4:   bridge window [mem 0xdaa00000-0xdadfffff]
[    4.173198] pci 0000:c0:03.4: PME# supported from D0 D3hot D3cold
[    4.192569] pci 0000:c0:04.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.193209] pci 0000:c0:05.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.197183] pci 0000:c0:05.1: [1022:149a] type 01 class 0x060400 PCIe Root Port
[    4.201126] pci 0000:c0:05.1: PCI bridge to [bus c1]
[    4.205116] pci 0000:c0:05.1:   bridge window [mem 0xc7000000-0xc70fffff 64bit pref]
[    4.209184] pci 0000:c0:05.1: PME# supported from D0 D3hot D3cold
[    4.213241] pci 0000:c0:05.2: [1022:149a] type 01 class 0x060400 PCIe Root Port
[    4.217125] pci 0000:c0:05.2: PCI bridge to [bus c2-c3]
[    4.221110] pci 0000:c0:05.2:   bridge window [mem 0xda000000-0xda8fffff]
[    4.225111] pci 0000:c0:05.2:   bridge window [mem 0xc6000000-0xc6ffffff 64bit pref]
[    4.229144] pci 0000:c0:05.2: PME# supported from D0 D3hot D3cold
[    4.233238] pci 0000:c0:07.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.245183] pci 0000:c0:07.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    4.249121] pci 0000:c0:07.1: PCI bridge to [bus c8]
[    4.257109] pci 0000:c0:07.1:   bridge window [mem 0xdbb00000-0xdbbfffff]
[    4.261115] pci 0000:c0:07.1: enabling Extended Tags
[    4.269150] pci 0000:c0:07.1: PME# supported from D0 D3hot D3cold
[    4.273245] pci 0000:c0:08.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.281182] pci 0000:c0:08.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    4.289122] pci 0000:c0:08.1: PCI bridge to [bus c9]
[    4.293108] pci 0000:c0:08.1:   bridge window [mem 0xdba00000-0xdbafffff]
[    4.301115] pci 0000:c0:08.1: enabling Extended Tags
[    4.305151] pci 0000:c0:08.1: PME# supported from D0 D3hot D3cold
[    4.313334] pci 0000:c0:03.1: PCI bridge to [bus c4]
[    4.317187] pci 0000:c0:03.2: PCI bridge to [bus c5]
[    4.321183] pci 0000:c0:03.3: PCI bridge to [bus c6]
[    4.329184] pci 0000:c0:03.4: PCI bridge to [bus c7]
[    4.333203] pci 0000:c1:00.0: [14e4:165f] type 00 class 0x020000 PCIe Endpoint
[    4.341124] pci 0000:c1:00.0: BAR 0 [mem 0xc7030000-0xc703ffff 64bit pref]
[    4.345117] pci 0000:c1:00.0: BAR 2 [mem 0xc7040000-0xc704ffff 64bit pref]
[    4.353117] pci 0000:c1:00.0: BAR 4 [mem 0xc7050000-0xc705ffff 64bit pref]
[    4.361112] pci 0000:c1:00.0: ROM [mem 0xfffc0000-0xffffffff pref]
[    4.365192] pci 0000:c1:00.0: PME# supported from D0 D3hot D3cold
[    4.373153] pci 0000:c1:00.0: 4.000 Gb/s available PCIe bandwidth, limited by 5.0 GT/s PCIe x1 link at 0000:c0:05.1 (capable of 8.000 Gb/s with 5.0 GT/s PCIe x2 link)
[    4.390529] pci 0000:c1:00.1: [14e4:165f] type 00 class 0x020000 PCIe Endpoint
[    4.397125] pci 0000:c1:00.1: BAR 0 [mem 0xc7000000-0xc700ffff 64bit pref]
[    4.405117] pci 0000:c1:00.1: BAR 2 [mem 0xc7010000-0xc701ffff 64bit pref]
[    4.409119] pci 0000:c1:00.1: BAR 4 [mem 0xc7020000-0xc702ffff 64bit pref]
[    4.417112] pci 0000:c1:00.1: ROM [mem 0xfffc0000-0xffffffff pref]
[    4.425192] pci 0000:c1:00.1: PME# supported from D0 D3hot D3cold
[    4.437128] pci 0000:c0:05.1: PCI bridge to [bus c1]
[    4.441184] pci 0000:c2:00.0: [1556:be00] type 01 class 0x060400 PCIe to PCI/PCI-X bridge
[    4.449134] pci 0000:c2:00.0: PCI bridge to [bus c3]
[    4.457111] pci 0000:c2:00.0:   bridge window [mem 0xda000000-0xda8fffff]
[    4.461113] pci 0000:c2:00.0:   bridge window [mem 0xc6000000-0xc6ffffff 64bit pref]
[    4.477119] pci 0000:c0:05.2: PCI bridge to [bus c2-c3]
[    4.481138] pci_bus 0000:c3: extended config space not accessible
[    4.489128] pci 0000:c3:00.0: [102b:0536] type 00 class 0x030000 conventional PCI endpoint
[    4.497120] pci 0000:c3:00.0: BAR 0 [mem 0xc6000000-0xc6ffffff pref]
[    4.505113] pci 0000:c3:00.0: BAR 1 [mem 0xda808000-0xda80bfff]
[    4.509112] pci 0000:c3:00.0: BAR 2 [mem 0xda000000-0xda7fffff]
[    4.517152] pci 0000:c3:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    4.525220] pci 0000:c2:00.0: PCI bridge to [bus c3]
[    4.529200] pci 0000:c8:00.0: [1022:148a] type 00 class 0x130000 PCIe Endpoint
[    4.537145] pci 0000:c8:00.0: enabling Extended Tags
[    4.541265] pci 0000:c8:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    4.549122] pci 0000:c8:00.2: BAR 2 [mem 0xdbb00000-0xdbb7ffff]
[    4.553118] pci 0000:c8:00.2: BAR 5 [mem 0xdbb80000-0xdbb81fff]
[    4.561113] pci 0000:c8:00.2: enabling Extended Tags
[    4.565222] pci 0000:c0:07.1: PCI bridge to [bus c8]
[    4.569232] pci 0000:c9:00.0: [1022:1485] type 00 class 0x130000 PCIe Endpoint
[    4.577147] pci 0000:c9:00.0: enabling Extended Tags
[    4.581312] pci 0000:c9:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    4.589124] pci 0000:c9:00.2: BAR 2 [mem 0xdba00000-0xdba7ffff]
[    4.597120] pci 0000:c9:00.2: BAR 5 [mem 0xdba80000-0xdba81fff]
[    4.601113] pci 0000:c9:00.2: enabling Extended Tags
[    4.605298] pci 0000:c0:08.1: PCI bridge to [bus c9]
[    4.617130] iommu: Default domain type: Translated
[    4.621104] iommu: DMA domain TLB invalidation policy: lazy mode
[    4.625386] SCSI subsystem initialized
[    4.633142] ACPI: bus type USB registered
[    4.637122] usbcore: registered new interface driver usbfs
[    4.641110] usbcore: registered new interface driver hub
[    4.645137] usbcore: registered new device driver usb
[    4.653133] pps_core: LinuxPPS API ver. 1 registered
[    4.657106] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    4.665109] PTP clock support registered
[    4.669188] EDAC MC: Ver: 3.0.0
[    4.673168] efivars: Registered efivars operations
[    4.677492] NetLabel: Initializing
[    4.681105] NetLabel:  domain hash size = 128
[    4.685104] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    4.693126] NetLabel:  unlabeled traffic allowed by default
[    4.697150] PCI: Using ACPI for IRQ routing
[    4.705539] pci 0000:c3:00.0: vgaarb: setting as boot VGA device
[    4.709102] pci 0000:c3:00.0: vgaarb: bridge control possible
[    4.709102] pci 0000:c3:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    4.725105] vgaarb: loaded
[    4.729251] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    4.733104] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    4.741360] clocksource: Switched to clocksource tsc-early
[    4.746909] VFS: Disk quotas dquot_6.6.0
[    4.750860] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    4.757961] AppArmor: AppArmor Filesystem Enabled
[    4.762693] pnp: PnP ACPI init
[    4.765995] system 00:00: [mem 0x80000000-0x8fffffff] has been reserved
[    4.772694] system 00:01: [mem 0xff000000-0xffffffff] has been reserved
[    4.780867] pnp: PnP ACPI: found 5 devices
[    4.791796] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    4.800771] NET: Registered PF_INET protocol family
[    4.805823] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc)
[    4.816790] tcp_listen_portaddr_hash hash table entries: 65536 (order: 8, 1048576 bytes, vmalloc)
[    4.825741] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, vmalloc)
[    4.833826] TCP established hash table entries: 524288 (order: 10, 4194304 bytes, vmalloc hugepage)
[    4.843369] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc)
[    4.850971] TCP: Hash tables configured (established 524288 bind 65536)
[    4.857929] UDP hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc)
[    4.865260] UDP-Lite hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc)
[    4.873102] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    4.878772] NET: Registered PF_XDP protocol family
[    4.883567] pci 0000:01:00.0: ROM [mem 0xfff00000-0xffffffff pref]: can't claim; no compatible bridge window
[    4.893386] pci 0000:c1:00.0: ROM [mem 0xfffc0000-0xffffffff pref]: can't claim; no compatible bridge window
[    4.903202] pci 0000:c1:00.1: ROM [mem 0xfffc0000-0xffffffff pref]: can't claim; no compatible bridge window
[    4.913024] pci_bus 0000:00: max bus depth: 1 pci_try_num: 2
[    4.918690] pci 0000:01:00.0: ROM [mem size 0x00100000 pref]: can't assign; no space
[    4.926438] pci 0000:01:00.0: ROM [mem size 0x00100000 pref]: failed to assign
[    4.933658] pci 0000:01:00.0: VF BAR 2 [mem size 0x01000000 64bit]: can't assign; no space
[    4.941919] pci 0000:01:00.0: VF BAR 2 [mem size 0x01000000 64bit]: failed to assign
[    4.949658] pci 0000:01:00.0: VF BAR 0 [mem size 0x00100000 64bit]: can't assign; no space
[    4.957917] pci 0000:01:00.0: VF BAR 0 [mem size 0x00100000 64bit]: failed to assign
[    4.965708] pci 0000:00:03.2: PCI bridge to [bus 01]
[    4.970675] pci 0000:00:03.2:   bridge window [io  0x1000-0x1fff]
[    4.976768] pci 0000:00:03.2:   bridge window [mem 0xf7300000-0xf74fffff]
[    4.983558] pci 0000:00:07.1: PCI bridge to [bus 02]
[    4.988529] pci 0000:00:07.1:   bridge window [mem 0xf7200000-0xf72fffff]
[    4.995316] pci 0000:00:08.1: PCI bridge to [bus 03]
[    5.000288] pci 0000:00:08.1:   bridge window [mem 0xf7000000-0xf71fffff]
[    5.007076] pci_bus 0000:00: No. 2 try to assign unassigned res
[    5.012997] pci 0000:00:03.2: resource 14 [mem 0xf7300000-0xf74fffff] released
[    5.020221] pci 0000:00:03.2: PCI bridge to [bus 01]
[    5.025198] pci 0000:00:03.2: bridge window [mem 0x00100000-0x002fffff] to [bus 01] add_size 1100000 add_align 100000
[    5.035809] pci 0000:00:03.2: bridge window [mem 0xe1000000-0xe22fffff]: assigned
[    5.043296] pci 0000:01:00.0: BAR 3 [mem 0xe1000000-0xe10fffff 64bit]: assigned
[    5.050613] pci 0000:01:00.0: VF BAR 2 [mem 0xe1100000-0xe20fffff 64bit]: assigned
[    5.058182] pci 0000:01:00.0: BAR 1 [mem 0xe2100000-0xe210ffff 64bit]: assigned
[    5.065526] pci 0000:01:00.0: VF BAR 0 [mem 0xe2110000-0xe220ffff 64bit]: assigned
[    5.073096] pci 0000:00:03.2: PCI bridge to [bus 01]
[    5.078062] pci 0000:00:03.2:   bridge window [io  0x1000-0x1fff]
[    5.084154] pci 0000:00:03.2:   bridge window [mem 0xe1000000-0xe22fffff]
[    5.090946] pci 0000:00:07.1: PCI bridge to [bus 02]
[    5.095916] pci 0000:00:07.1:   bridge window [mem 0xf7200000-0xf72fffff]
[    5.102704] pci 0000:00:08.1: PCI bridge to [bus 03]
[    5.107675] pci 0000:00:08.1:   bridge window [mem 0xf7000000-0xf71fffff]
[    5.114467] pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
[    5.120648] pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
[    5.126827] pci_bus 0000:00: resource 6 [mem 0x000c0000-0x000fffff window]
[    5.133700] pci_bus 0000:00: resource 7 [io  0x0d00-0x3fff window]
[    5.139879] pci_bus 0000:00: resource 8 [mem 0xe1000000-0xfebfffff window]
[    5.146753] pci_bus 0000:00: resource 9 [mem 0x63dc0000000-0x7fcffffffff window]
[    5.154145] pci_bus 0000:01: resource 0 [io  0x1000-0x1fff]
[    5.159716] pci_bus 0000:01: resource 1 [mem 0xe1000000-0xe22fffff]
[    5.165984] pci_bus 0000:02: resource 1 [mem 0xf7200000-0xf72fffff]
[    5.172250] pci_bus 0000:03: resource 1 [mem 0xf7000000-0xf71fffff]
[    5.178598] pci 0000:40:03.1: bridge window [io  0x1000-0x0fff] to [bus 41] add_size 1000
[    5.186775] pci 0000:40:03.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 41] add_size 200000 add_align 100000
[    5.198241] pci 0000:40:03.2: bridge window [io  0x1000-0x0fff] to [bus 42] add_size 1000
[    5.206414] pci 0000:40:03.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 42] add_size 200000 add_align 100000
[    5.217880] pci 0000:40:03.3: bridge window [io  0x1000-0x0fff] to [bus 43] add_size 1000
[    5.226053] pci 0000:40:03.3: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 43] add_size 200000 add_align 100000
[    5.237518] pci 0000:40:03.4: bridge window [io  0x1000-0x0fff] to [bus 44] add_size 1000
[    5.245691] pci 0000:40:03.4: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 44] add_size 200000 add_align 100000
[    5.257164] pci 0000:40:03.1: bridge window [mem 0x47e80000000-0x47e801fffff 64bit pref]: assigned
[    5.266118] pci 0000:40:03.2: bridge window [mem 0x47e80200000-0x47e803fffff 64bit pref]: assigned
[    5.275077] pci 0000:40:03.3: bridge window [mem 0x47e80400000-0x47e805fffff 64bit pref]: assigned
[    5.284030] pci 0000:40:03.4: bridge window [mem 0x47e80600000-0x47e807fffff 64bit pref]: assigned
[    5.292982] pci 0000:40:03.1: bridge window [io  0x4000-0x4fff]: assigned
[    5.299772] pci 0000:40:03.2: bridge window [io  0x5000-0x5fff]: assigned
[    5.306554] pci 0000:40:03.3: bridge window [io  0x6000-0x6fff]: assigned
[    5.313341] pci 0000:40:03.4: bridge window [io  size 0x1000]: can't assign; no space
[    5.321167] pci 0000:40:03.4: bridge window [io  size 0x1000]: failed to assign
[    5.328474] pci 0000:40:03.4: bridge window [io  0x4000-0x4fff]: assigned
[    5.335260] pci 0000:40:03.3: bridge window [io  0x5000-0x5fff]: assigned
[    5.342046] pci 0000:40:03.2: bridge window [io  0x6000-0x6fff]: assigned
[    5.348831] pci 0000:40:03.1: bridge window [io  size 0x1000]: can't assign; no space
[    5.356659] pci 0000:40:03.1: bridge window [io  size 0x1000]: failed to assign
[    5.363964] pci 0000:40:03.1: PCI bridge to [bus 41]
[    5.368931] pci 0000:40:03.1:   bridge window [mem 0xa4c00000-0xa4ffffff]
[    5.375752] pci 0000:40:03.1:   bridge window [mem 0x47e80000000-0x47e801fffff 64bit pref]
[    5.384012] pci 0000:40:03.2: PCI bridge to [bus 42]
[    5.388985] pci 0000:40:03.2:   bridge window [io  0x6000-0x6fff]
[    5.395077] pci 0000:40:03.2:   bridge window [mem 0xa4800000-0xa4bfffff]
[    5.401863] pci 0000:40:03.2:   bridge window [mem 0x47e80200000-0x47e803fffff 64bit pref]
[    5.410124] pci 0000:40:03.3: PCI bridge to [bus 43]
[    5.415086] pci 0000:40:03.3:   bridge window [io  0x5000-0x5fff]
[    5.421183] pci 0000:40:03.3:   bridge window [mem 0xa4400000-0xa47fffff]
[    5.427975] pci 0000:40:03.3:   bridge window [mem 0x47e80400000-0x47e805fffff 64bit pref]
[    5.436242] pci 0000:40:03.4: PCI bridge to [bus 44]
[    5.441209] pci 0000:40:03.4:   bridge window [io  0x4000-0x4fff]
[    5.447302] pci 0000:40:03.4:   bridge window [mem 0xa4000000-0xa43fffff]
[    5.454088] pci 0000:40:03.4:   bridge window [mem 0x47e80600000-0x47e807fffff 64bit pref]
[    5.462350] pci 0000:40:07.1: PCI bridge to [bus 45]
[    5.467323] pci 0000:40:07.1:   bridge window [mem 0xa5300000-0xa53fffff]
[    5.474110] pci 0000:40:08.1: PCI bridge to [bus 46]
[    5.479109] pci 0000:40:08.1:   bridge window [mem 0xa5000000-0xa52fffff]
[    5.485915] pci_bus 0000:40: resource 4 [io  0x4000-0x6fff window]
[    5.492097] pci_bus 0000:40: resource 5 [mem 0x90000000-0xaaffffff window]
[    5.498972] pci_bus 0000:40: resource 6 [mem 0x47e80000000-0x63dbfffffff window]
[    5.506364] pci_bus 0000:41: resource 1 [mem 0xa4c00000-0xa4ffffff]
[    5.512628] pci_bus 0000:41: resource 2 [mem 0x47e80000000-0x47e801fffff 64bit pref]
[    5.520369] pci_bus 0000:42: resource 0 [io  0x6000-0x6fff]
[    5.525939] pci_bus 0000:42: resource 1 [mem 0xa4800000-0xa4bfffff]
[    5.532207] pci_bus 0000:42: resource 2 [mem 0x47e80200000-0x47e803fffff 64bit pref]
[    5.539948] pci_bus 0000:43: resource 0 [io  0x5000-0x5fff]
[    5.545520] pci_bus 0000:43: resource 1 [mem 0xa4400000-0xa47fffff]
[    5.551785] pci_bus 0000:43: resource 2 [mem 0x47e80400000-0x47e805fffff 64bit pref]
[    5.559524] pci_bus 0000:44: resource 0 [io  0x4000-0x4fff]
[    5.565095] pci_bus 0000:44: resource 1 [mem 0xa4000000-0xa43fffff]
[    5.571364] pci_bus 0000:44: resource 2 [mem 0x47e80600000-0x47e807fffff 64bit pref]
[    5.579101] pci_bus 0000:45: resource 1 [mem 0xa5300000-0xa53fffff]
[    5.585377] pci_bus 0000:46: resource 1 [mem 0xa5000000-0xa52fffff]
[    5.591705] pci 0000:80:01.1: bridge window [io  0x1000-0x0fff] to [bus 81] add_size 1000
[    5.599875] pci 0000:80:01.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 81] add_size 200000 add_align 100000
[    5.611345] pci 0000:80:01.2: bridge window [io  0x1000-0x0fff] to [bus 82] add_size 1000
[    5.619524] pci 0000:80:01.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 82] add_size 200000 add_align 100000
[    5.630995] pci 0000:80:01.1: bridge window [mem 0x2bf40000000-0x2bf401fffff 64bit pref]: assigned
[    5.639951] pci 0000:80:01.2: bridge window [mem 0x2bf40200000-0x2bf403fffff 64bit pref]: assigned
[    5.648904] pci 0000:80:01.1: bridge window [io  0x7000-0x7fff]: assigned
[    5.655689] pci 0000:80:01.2: bridge window [io  0x8000-0x8fff]: assigned
[    5.662475] pci 0000:80:01.1: PCI bridge to [bus 81]
[    5.667441] pci 0000:80:01.1:   bridge window [io  0x7000-0x7fff]
[    5.673536] pci 0000:80:01.1:   bridge window [mem 0xbf400000-0xbf7fffff]
[    5.680320] pci 0000:80:01.1:   bridge window [mem 0x2bf40000000-0x2bf401fffff 64bit pref]
[    5.688582] pci 0000:80:01.2: PCI bridge to [bus 82]
[    5.693553] pci 0000:80:01.2:   bridge window [io  0x8000-0x8fff]
[    5.699649] pci 0000:80:01.2:   bridge window [mem 0xbf000000-0xbf3fffff]
[    5.706432] pci 0000:80:01.2:   bridge window [mem 0x2bf40200000-0x2bf403fffff 64bit pref]
[    5.714695] pci 0000:80:07.1: PCI bridge to [bus 83]
[    5.719667] pci 0000:80:07.1:   bridge window [mem 0xbfa00000-0xbfafffff]
[    5.726457] pci 0000:80:08.1: PCI bridge to [bus 84]
[    5.731430] pci 0000:80:08.1:   bridge window [mem 0xbf900000-0xbf9fffff]
[    5.738225] pci 0000:80:08.2: PCI bridge to [bus 85]
[    5.743196] pci 0000:80:08.2:   bridge window [mem 0xbf800000-0xbf8fffff]
[    5.749986] pci_bus 0000:80: resource 4 [io  0x7000-0x9fff window]
[    5.756170] pci_bus 0000:80: resource 5 [mem 0xab000000-0xc5ffffff window]
[    5.763042] pci_bus 0000:80: resource 6 [mem 0x2bf40000000-0x47e7fffffff window]
[    5.770435] pci_bus 0000:81: resource 0 [io  0x7000-0x7fff]
[    5.776008] pci_bus 0000:81: resource 1 [mem 0xbf400000-0xbf7fffff]
[    5.782274] pci_bus 0000:81: resource 2 [mem 0x2bf40000000-0x2bf401fffff 64bit pref]
[    5.790022] pci_bus 0000:82: resource 0 [io  0x8000-0x8fff]
[    5.795593] pci_bus 0000:82: resource 1 [mem 0xbf000000-0xbf3fffff]
[    5.801862] pci_bus 0000:82: resource 2 [mem 0x2bf40200000-0x2bf403fffff 64bit pref]
[    5.809597] pci_bus 0000:83: resource 1 [mem 0xbfa00000-0xbfafffff]
[    5.815863] pci_bus 0000:84: resource 1 [mem 0xbf900000-0xbf9fffff]
[    5.822132] pci_bus 0000:85: resource 1 [mem 0xbf800000-0xbf8fffff]
[    5.828458] pci 0000:c0:03.1: bridge window [io  0x1000-0x0fff] to [bus c4] add_size 1000
[    5.836631] pci 0000:c0:03.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus c4] add_size 200000 add_align 100000
[    5.848096] pci 0000:c0:03.2: bridge window [io  0x1000-0x0fff] to [bus c5] add_size 1000
[    5.856268] pci 0000:c0:03.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus c5] add_size 200000 add_align 100000
[    5.867736] pci 0000:c0:03.3: bridge window [io  0x1000-0x0fff] to [bus c6] add_size 1000
[    5.875906] pci 0000:c0:03.3: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus c6] add_size 200000 add_align 100000
[    5.887374] pci 0000:c0:03.4: bridge window [io  0x1000-0x0fff] to [bus c7] add_size 1000
[    5.895544] pci 0000:c0:03.4: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus c7] add_size 200000 add_align 100000
[    5.907020] pci 0000:c0:03.1: bridge window [mem 0x10000000000-0x100001fffff 64bit pref]: assigned
[    5.915974] pci 0000:c0:03.2: bridge window [mem 0x10000200000-0x100003fffff 64bit pref]: assigned
[    5.924928] pci 0000:c0:03.3: bridge window [mem 0x10000400000-0x100005fffff 64bit pref]: assigned
[    5.933879] pci 0000:c0:03.4: bridge window [mem 0x10000600000-0x100007fffff 64bit pref]: assigned
[    5.942830] pci 0000:c0:05.1: bridge window [mem 0xc7100000-0xc71fffff]: assigned
[    5.950313] pci 0000:c0:03.1: bridge window [io  0xa000-0xafff]: assigned
[    5.957104] pci 0000:c0:03.2: bridge window [io  0xb000-0xbfff]: assigned
[    5.963890] pci 0000:c0:03.3: bridge window [io  0xc000-0xcfff]: assigned
[    5.970674] pci 0000:c0:03.4: bridge window [io  0xd000-0xdfff]: assigned
[    5.977462] pci 0000:c0:03.1: PCI bridge to [bus c4]
[    5.982429] pci 0000:c0:03.1:   bridge window [io  0xa000-0xafff]
[    5.988524] pci 0000:c0:03.1:   bridge window [mem 0xdb600000-0xdb9fffff]
[    5.995317] pci 0000:c0:03.1:   bridge window [mem 0x10000000000-0x100001fffff 64bit pref]
[    6.003595] pci 0000:c0:03.2: PCI bridge to [bus c5]
[    6.008562] pci 0000:c0:03.2:   bridge window [io  0xb000-0xbfff]
[    6.014659] pci 0000:c0:03.2:   bridge window [mem 0xdb200000-0xdb5fffff]
[    6.021445] pci 0000:c0:03.2:   bridge window [mem 0x10000200000-0x100003fffff 64bit pref]
[    6.029706] pci 0000:c0:03.3: PCI bridge to [bus c6]
[    6.034671] pci 0000:c0:03.3:   bridge window [io  0xc000-0xcfff]
[    6.040765] pci 0000:c0:03.3:   bridge window [mem 0xdae00000-0xdb1fffff]
[    6.047560] pci 0000:c0:03.3:   bridge window [mem 0x10000400000-0x100005fffff 64bit pref]
[    6.055830] pci 0000:c0:03.4: PCI bridge to [bus c7]
[    6.060801] pci 0000:c0:03.4:   bridge window [io  0xd000-0xdfff]
[    6.066893] pci 0000:c0:03.4:   bridge window [mem 0xdaa00000-0xdadfffff]
[    6.073678] pci 0000:c0:03.4:   bridge window [mem 0x10000600000-0x100007fffff 64bit pref]
[    6.081948] pci 0000:c1:00.0: ROM [mem 0xc7100000-0xc713ffff pref]: assigned
[    6.088991] pci 0000:c1:00.1: ROM [mem 0xc7140000-0xc717ffff pref]: assigned
[    6.096039] pci 0000:c0:05.1: PCI bridge to [bus c1]
[    6.101006] pci 0000:c0:05.1:   bridge window [mem 0xc7100000-0xc71fffff]
[    6.107883] pci 0000:c0:05.1:   bridge window [mem 0xc7000000-0xc70fffff 64bit pref]
[    6.115628] pci 0000:c2:00.0: PCI bridge to [bus c3]
[    6.120603] pci 0000:c2:00.0:   bridge window [mem 0xda000000-0xda8fffff]
[    6.127395] pci 0000:c2:00.0:   bridge window [mem 0xc6000000-0xc6ffffff 64bit pref]
[    6.135138] pci 0000:c0:05.2: PCI bridge to [bus c2-c3]
[    6.140370] pci 0000:c0:05.2:   bridge window [mem 0xda000000-0xda8fffff]
[    6.147164] pci 0000:c0:05.2:   bridge window [mem 0xc6000000-0xc6ffffff 64bit pref]
[    6.154903] pci 0000:c0:07.1: PCI bridge to [bus c8]
[    6.159867] pci 0000:c0:07.1:   bridge window [mem 0xdbb00000-0xdbbfffff]
[    6.166658] pci 0000:c0:08.1: PCI bridge to [bus c9]
[    6.171631] pci 0000:c0:08.1:   bridge window [mem 0xdba00000-0xdbafffff]
[    6.178420] pci_bus 0000:c0: resource 4 [io  0xa000-0xffff window]
[    6.184601] pci_bus 0000:c0: resource 5 [mem 0xc6000000-0xe0ffffff window]
[    6.191474] pci_bus 0000:c0: resource 6 [mem 0x10000000000-0x2bf3fffffff window]
[    6.198866] pci_bus 0000:c0: resource 7 [io  0x03b0-0x03df window]
[    6.205047] pci_bus 0000:c0: resource 8 [mem 0x000a0000-0x000bffff window]
[    6.211981] pci_bus 0000:c4: resource 0 [io  0xa000-0xafff]
[    6.217553] pci_bus 0000:c4: resource 1 [mem 0xdb600000-0xdb9fffff]
[    6.223818] pci_bus 0000:c4: resource 2 [mem 0x10000000000-0x100001fffff 64bit pref]
[    6.231558] pci_bus 0000:c5: resource 0 [io  0xb000-0xbfff]
[    6.237130] pci_bus 0000:c5: resource 1 [mem 0xdb200000-0xdb5fffff]
[    6.243394] pci_bus 0000:c5: resource 2 [mem 0x10000200000-0x100003fffff 64bit pref]
[    6.251136] pci_bus 0000:c6: resource 0 [io  0xc000-0xcfff]
[    6.256708] pci_bus 0000:c6: resource 1 [mem 0xdae00000-0xdb1fffff]
[    6.262974] pci_bus 0000:c6: resource 2 [mem 0x10000400000-0x100005fffff 64bit pref]
[    6.270713] pci_bus 0000:c7: resource 0 [io  0xd000-0xdfff]
[    6.276283] pci_bus 0000:c7: resource 1 [mem 0xdaa00000-0xdadfffff]
[    6.282551] pci_bus 0000:c7: resource 2 [mem 0x10000600000-0x100007fffff 64bit pref]
[    6.290289] pci_bus 0000:c1: resource 1 [mem 0xc7100000-0xc71fffff]
[    6.296557] pci_bus 0000:c1: resource 2 [mem 0xc7000000-0xc70fffff 64bit pref]
[    6.303776] pci_bus 0000:c2: resource 1 [mem 0xda000000-0xda8fffff]
[    6.310041] pci_bus 0000:c2: resource 2 [mem 0xc6000000-0xc6ffffff 64bit pref]
[    6.317331] pci_bus 0000:c3: resource 1 [mem 0xda000000-0xda8fffff]
[    6.323595] pci_bus 0000:c3: resource 2 [mem 0xc6000000-0xc6ffffff 64bit pref]
[    6.330815] pci_bus 0000:c8: resource 1 [mem 0xdbb00000-0xdbbfffff]
[    6.337080] pci_bus 0000:c9: resource 1 [mem 0xdba00000-0xdbafffff]
[    6.343996] PCI: CLS 64 bytes, default 64
[    6.348027] AMD-Vi: IOMMU SNP support enabled.
[    6.348088] Trying to unpack rootfs image as initramfs...
[    6.357939] pci 0000:c0:00.2: AMD-Vi: IOMMU performance counters supported
[    6.364919] pci 0000:c0:01.0: Adding to iommu group 0
[    6.370024] pci 0000:c0:02.0: Adding to iommu group 1
[    6.375220] pci 0000:c0:03.0: Adding to iommu group 2
[    6.380322] pci 0000:c0:03.1: Adding to iommu group 2
[    6.385417] pci 0000:c0:03.2: Adding to iommu group 2
[    6.390511] pci 0000:c0:03.3: Adding to iommu group 2
[    6.395613] pci 0000:c0:03.4: Adding to iommu group 2
[    6.400719] pci 0000:c0:04.0: Adding to iommu group 3
[    6.405867] pci 0000:c0:05.0: Adding to iommu group 4
[    6.410965] pci 0000:c0:05.1: Adding to iommu group 4
[    6.416061] pci 0000:c0:05.2: Adding to iommu group 4
[    6.421192] pci 0000:c0:07.0: Adding to iommu group 5
[    6.426275] pci 0000:c0:07.1: Adding to iommu group 6
[    6.431385] pci 0000:c0:08.0: Adding to iommu group 7
[    6.436468] pci 0000:c0:08.1: Adding to iommu group 8
[    6.441531] pci 0000:c1:00.0: Adding to iommu group 4
[    6.446590] pci 0000:c1:00.1: Adding to iommu group 4
[    6.451649] pci 0000:c2:00.0: Adding to iommu group 4
[    6.456714] pci 0000:c3:00.0: Adding to iommu group 4
[    6.461812] pci 0000:c8:00.0: Adding to iommu group 9
[    6.466896] pci 0000:c8:00.2: Adding to iommu group 10
[    6.472071] pci 0000:c9:00.0: Adding to iommu group 11
[    6.477243] pci 0000:c9:00.2: Adding to iommu group 12
[    6.488683] pci 0000:80:00.2: AMD-Vi: IOMMU performance counters supported
[    6.495715] pci 0000:80:01.0: Adding to iommu group 13
[    6.500900] pci 0000:80:01.1: Adding to iommu group 13
[    6.506076] pci 0000:80:01.2: Adding to iommu group 13
[    6.511271] pci 0000:80:02.0: Adding to iommu group 14
[    6.516464] pci 0000:80:03.0: Adding to iommu group 15
[    6.521660] pci 0000:80:04.0: Adding to iommu group 16
[    6.526855] pci 0000:80:05.0: Adding to iommu group 17
[    6.532047] pci 0000:80:07.0: Adding to iommu group 18
[    6.537216] pci 0000:80:07.1: Adding to iommu group 19
[    6.542414] pci 0000:80:08.0: Adding to iommu group 20
[    6.547593] pci 0000:80:08.1: Adding to iommu group 21
[    6.552770] pci 0000:80:08.2: Adding to iommu group 22
[    6.557953] pci 0000:83:00.0: Adding to iommu group 23
[    6.563137] pci 0000:83:00.2: Adding to iommu group 24
[    6.568372] pci 0000:84:00.0: Adding to iommu group 25
[    6.573548] pci 0000:84:00.2: Adding to iommu group 26
[    6.578718] pci 0000:85:00.0: Adding to iommu group 27
[    6.590962] pci 0000:40:00.2: AMD-Vi: IOMMU performance counters supported
[    6.597939] pci 0000:40:01.0: Adding to iommu group 28
[    6.603126] pci 0000:40:02.0: Adding to iommu group 29
[    6.608415] pci 0000:40:03.0: Adding to iommu group 30
[    6.613589] pci 0000:40:03.1: Adding to iommu group 30
[    6.618765] pci 0000:40:03.2: Adding to iommu group 30
[    6.623975] pci 0000:40:03.3: Adding to iommu group 30
[    6.629144] pci 0000:40:03.4: Adding to iommu group 30
[    6.634337] pci 0000:40:04.0: Adding to iommu group 31
[    6.639527] pci 0000:40:05.0: Adding to iommu group 32
[    6.644719] pci 0000:40:07.0: Adding to iommu group 33
[    6.649888] pci 0000:40:07.1: Adding to iommu group 34
[    6.655077] pci 0000:40:08.0: Adding to iommu group 35
[    6.660251] pci 0000:40:08.1: Adding to iommu group 36
[    6.665422] pci 0000:45:00.0: Adding to iommu group 37
[    6.670596] pci 0000:45:00.2: Adding to iommu group 38
[    6.675768] pci 0000:46:00.0: Adding to iommu group 39
[    6.680945] pci 0000:46:00.1: Adding to iommu group 40
[    6.686118] pci 0000:46:00.2: Adding to iommu group 41
[    6.691291] pci 0000:46:00.3: Adding to iommu group 42
[    6.703366] pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
[    6.710339] pci 0000:00:01.0: Adding to iommu group 43
[    6.715534] pci 0000:00:02.0: Adding to iommu group 44
[    6.720724] pci 0000:00:03.0: Adding to iommu group 45
[    6.725943] pci 0000:00:03.2: Adding to iommu group 46
[    6.731132] pci 0000:00:04.0: Adding to iommu group 47
[    6.736324] pci 0000:00:05.0: Adding to iommu group 48
[    6.741517] pci 0000:00:07.0: Adding to iommu group 49
[    6.746685] pci 0000:00:07.1: Adding to iommu group 50
[    6.751871] pci 0000:00:08.0: Adding to iommu group 51
[    6.757043] pci 0000:00:08.1: Adding to iommu group 52
[    6.762260] pci 0000:00:14.0: Adding to iommu group 53
[    6.767433] pci 0000:00:14.3: Adding to iommu group 53
[    6.772776] pci 0000:00:18.0: Adding to iommu group 54
[    6.777946] pci 0000:00:18.1: Adding to iommu group 54
[    6.783122] pci 0000:00:18.2: Adding to iommu group 54
[    6.788297] pci 0000:00:18.3: Adding to iommu group 54
[    6.793467] pci 0000:00:18.4: Adding to iommu group 54
[    6.798633] pci 0000:00:18.5: Adding to iommu group 54
[    6.803809] pci 0000:00:18.6: Adding to iommu group 54
[    6.808980] pci 0000:00:18.7: Adding to iommu group 54
[    6.814149] pci 0000:01:00.0: Adding to iommu group 55
[    6.819321] pci 0000:02:00.0: Adding to iommu group 56
[    6.824495] pci 0000:02:00.2: Adding to iommu group 57
[    6.829696] pci 0000:03:00.0: Adding to iommu group 58
[    6.834871] pci 0000:03:00.2: Adding to iommu group 59
[    6.840045] pci 0000:03:00.3: Adding to iommu group 60
[    6.853824] AMD-Vi: Extended features (0x841f77e022094ace, 0x0): PPR X2APIC NX IA GA PC SNP
[    6.862185] AMD-Vi: Interrupt remapping enabled
[    6.866712] AMD-Vi: X2APIC enabled
[    6.871104] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    6.877549] software IO TLB: mapped [mem 0x000000000459f000-0x000000001459f000] (256MB)
[    6.885661] LVT offset 0 assigned for vector 0x400
[    6.893918] perf: AMD IBS detected (0x000003ff)
[    6.899731] amd_uncore: 4 amd_df counters detected
[    6.904558] amd_uncore: 6 amd_l3 counters detected
[    6.910915] perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
[    6.918078] perf/amd_iommu: Detected AMD IOMMU #1 (2 banks, 4 counters/bank).
[    6.925230] perf/amd_iommu: Detected AMD IOMMU #2 (2 banks, 4 counters/bank).
[    6.932405] perf/amd_iommu: Detected AMD IOMMU #3 (2 banks, 4 counters/bank).
[    6.995551] Initialise system trusted keyrings
[    7.000021] Key type blacklist registered
[    7.004201] workingset: timestamp_bits=36 max_order=26 bucket_order=0
[    7.010648] zbud: loaded
[    7.013664] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    7.019666] fuse: init (API version 7.41)
[    7.023925] integrity: Platform Keyring initialized
[    7.040915] Key type asymmetric registered
[    7.045010] Asymmetric key parser 'x509' registered
[    7.049927] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[    7.057417] io scheduler mq-deadline registered
[    7.063778] pcieport 0000:00:03.2: PME: Signaling with IRQ 38
[    7.069853] pcieport 0000:00:07.1: PME: Signaling with IRQ 40
[    7.075789] pcieport 0000:00:08.1: PME: Signaling with IRQ 41
[    7.081752] pcieport 0000:40:03.1: PME: Signaling with IRQ 42
[    7.087540] pcieport 0000:40:03.1: pciehp: Slot #167 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.101508] pcieport 0000:40:03.2: PME: Signaling with IRQ 43
[    7.107303] pcieport 0000:40:03.2: pciehp: Slot #166 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.121247] pcieport 0000:40:03.3: PME: Signaling with IRQ 44
[    7.127044] pcieport 0000:40:03.3: pciehp: Slot #169 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.140987] pcieport 0000:40:03.4: PME: Signaling with IRQ 45
[    7.146774] pcieport 0000:40:03.4: pciehp: Slot #168 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.160768] pcieport 0000:40:07.1: PME: Signaling with IRQ 47
[    7.166702] pcieport 0000:40:08.1: PME: Signaling with IRQ 48
[    7.172758] pcieport 0000:80:01.1: PME: Signaling with IRQ 49
[    7.178550] pcieport 0000:80:01.1: pciehp: Slot #160 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.192514] pcieport 0000:80:01.2: PME: Signaling with IRQ 50
[    7.198305] pcieport 0000:80:01.2: pciehp: Slot #161 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.212366] pcieport 0000:80:07.1: PME: Signaling with IRQ 52
[    7.218368] pcieport 0000:80:08.1: PME: Signaling with IRQ 54
[    7.224365] pcieport 0000:80:08.2: PME: Signaling with IRQ 55
[    7.230295] pcieport 0000:c0:03.1: PME: Signaling with IRQ 56
[    7.236086] pcieport 0000:c0:03.1: pciehp: Slot #163 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.250028] pcieport 0000:c0:03.2: PME: Signaling with IRQ 57
[    7.255816] pcieport 0000:c0:03.2: pciehp: Slot #162 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.269739] pcieport 0000:c0:03.3: PME: Signaling with IRQ 58
[    7.275533] pcieport 0000:c0:03.3: pciehp: Slot #165 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.289473] pcieport 0000:c0:03.4: PME: Signaling with IRQ 59
[    7.295267] pcieport 0000:c0:03.4: pciehp: Slot #164 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.309188] pcieport 0000:c0:05.1: PME: Signaling with IRQ 60
[    7.315084] pcieport 0000:c0:05.2: PME: Signaling with IRQ 61
[    7.321083] pcieport 0000:c0:07.1: PME: Signaling with IRQ 63
[    7.327073] pcieport 0000:c0:08.1: PME: Signaling with IRQ 65
[    7.333085] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    7.340184] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[    7.347648] ACPI: button: Power Button [PWRF]
[    7.360085] Estimated ratio of average max frequency by base frequency (times 1024): 1464
[    7.384477] ERST: Error Record Serialization Table (ERST) support is initialized.
[    7.391985] pstore: Using crash dump compression: deflate
[    7.397385] pstore: Registered erst as persistent store backend
[    7.403433] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    7.409985] 00:03: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A
[    7.418106] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    7.428833] Linux agpgart interface v0.103
[    7.457378] loop: module loaded
[    7.471735] ahci 0000:85:00.0: AHCI vers 0001.0301, 32 command slots, 6 Gbps, SATA mode
[    7.479739] ahci 0000:85:00.0: 8/8 ports implemented (port mask 0xff)
[    7.486177] ahci 0000:85:00.0: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part sxs 
[    7.496325] scsi host0: ahci
[    7.499448] scsi host1: ahci
[    7.502552] scsi host2: ahci
[    7.505652] scsi host3: ahci
[    7.508743] scsi host4: ahci
[    7.511849] scsi host5: ahci
[    7.514937] scsi host6: ahci
[    7.518035] scsi host7: ahci
[    7.520974] ata1: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800100 irq 67 lpm-pol 0
[    7.529241] ata2: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800180 irq 68 lpm-pol 0
[    7.537502] ata3: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800200 irq 69 lpm-pol 0
[    7.545758] ata4: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800280 irq 70 lpm-pol 0
[    7.554016] ata5: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800300 irq 71 lpm-pol 0
[    7.562276] ata6: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800380 irq 72 lpm-pol 0
[    7.570554] ata7: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800400 irq 73 lpm-pol 0
[    7.578812] ata8: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800480 irq 74 lpm-pol 0
[    7.587355] tun: Universal TUN/TAP device driver, 1.6
[    7.592467] PPP generic driver version 2.4.2
[    7.596898] VFIO - User Level meta-driver version: 0.3
[    7.602372] xhci_hcd 0000:03:00.3: xHCI Host Controller
[    7.607610] xhci_hcd 0000:03:00.3: new USB bus registered, assigned bus number 1
[    7.615109] xhci_hcd 0000:03:00.3: hcc params 0x0260ffe5 hci version 0x110 quirks 0x0000000000000010
[    7.624638] xhci_hcd 0000:03:00.3: xHCI Host Controller
[    7.629870] xhci_hcd 0000:03:00.3: new USB bus registered, assigned bus number 2
[    7.637262] xhci_hcd 0000:03:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[    7.644354] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.11
[    7.652618] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    7.659837] usb usb1: Product: xHCI Host Controller
[    7.664718] usb usb1: Manufacturer: Linux 6.11.0-rc6-next-20240902 xhci-hcd
[    7.671673] usb usb1: SerialNumber: 0000:03:00.3
[    7.676455] hub 1-0:1.0: USB hub found
[    7.680218] hub 1-0:1.0: 2 ports detected
[    7.685050] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    7.693180] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.11
[    7.701448] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    7.708675] usb usb2: Product: xHCI Host Controller
[    7.713552] usb usb2: Manufacturer: Linux 6.11.0-rc6-next-20240902 xhci-hcd
[    7.720510] usb usb2: SerialNumber: 0000:03:00.3
[    7.725246] hub 2-0:1.0: USB hub found
[    7.729005] hub 2-0:1.0: 2 ports detected
[    7.733899] xhci_hcd 0000:46:00.3: xHCI Host Controller
[    7.739136] xhci_hcd 0000:46:00.3: new USB bus registered, assigned bus number 3
[    7.746627] xhci_hcd 0000:46:00.3: hcc params 0x0260ffe5 hci version 0x110 quirks 0x0000000000000010
[    7.756117] xhci_hcd 0000:46:00.3: xHCI Host Controller
[    7.761349] xhci_hcd 0000:46:00.3: new USB bus registered, assigned bus number 4
[    7.768754] xhci_hcd 0000:46:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[    7.775870] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.11
[    7.784136] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    7.791360] usb usb3: Product: xHCI Host Controller
[    7.796238] usb usb3: Manufacturer: Linux 6.11.0-rc6-next-20240902 xhci-hcd
[    7.803197] usb usb3: SerialNumber: 0000:46:00.3
[    7.807943] hub 3-0:1.0: USB hub found
[    7.811710] hub 3-0:1.0: 2 ports detected
[    7.816500] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    7.817992] Freeing initrd memory: 127352K
[    7.824616] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.11
[    7.836949] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    7.844167] usb usb4: Product: xHCI Host Controller
[    7.849047] usb usb4: Manufacturer: Linux 6.11.0-rc6-next-20240902 xhci-hcd
[    7.856006] usb usb4: SerialNumber: 0000:46:00.3
[    7.860748] hub 4-0:1.0: USB hub found
[    7.864508] hub 4-0:1.0: 2 ports detected
[    7.869459] usbcore: registered new interface driver uas
[    7.874801] usbcore: registered new interface driver usb-storage
[    7.880901] i8042: PNP: No PS/2 controller found.
[    7.885689] mousedev: PS/2 mouse device common for all mice
[    7.891384] rtc_cmos 00:02: RTC can wake from S4
[    7.894554] ata1: SATA link down (SStatus 0 SControl 300)
[    7.896404] rtc_cmos 00:02: registered as rtc0
[    7.901435] ata2: SATA link down (SStatus 0 SControl 300)
[    7.905930] rtc_cmos 00:02: setting system clock to 2024-09-02T13:09:59 UTC (1725282599)
[    7.911278] ata4: SATA link down (SStatus 0 SControl 300)
[    7.919378] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram
[    7.924763] ata5: SATA link down (SStatus 0 SControl 300)
[    7.931446] i2c_dev: i2c /dev entries driver
[    7.932248] usb 1-1: new high-speed USB device number 2 using xhci_hcd
[    7.936860] ata3: SATA link down (SStatus 0 SControl 300)
[    7.941133] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[    7.947659] ata7: SATA link down (SStatus 0 SControl 300)
[    7.953071] device-mapper: uevent: version 1.0.3
[    7.965213] tsc: Refined TSC clocksource calibration: 1996.250 MHz
[    7.965223] ata6: SATA link down (SStatus 0 SControl 300)
[    7.965251] ata8: SATA link down (SStatus 0 SControl 300)
[    7.970724] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@lists.linux.dev
[    7.975353] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x398caf77d7a, max_idle_ns: 881590459467 ns
[    7.981537] platform eisa.0: Probing EISA bus 0
[    8.015729] platform eisa.0: EISA: Cannot allocate resource for mainboard
[    8.015732] clocksource: Switched to clocksource tsc
[    8.022519] platform eisa.0: Cannot allocate resource for EISA slot 1
[    8.033920] platform eisa.0: Cannot allocate resource for EISA slot 2
[    8.040358] platform eisa.0: Cannot allocate resource for EISA slot 3
[    8.046798] platform eisa.0: Cannot allocate resource for EISA slot 4
[    8.053239] platform eisa.0: Cannot allocate resource for EISA slot 5
[    8.059677] platform eisa.0: Cannot allocate resource for EISA slot 6
[    8.066115] platform eisa.0: Cannot allocate resource for EISA slot 7
[    8.068248] usb 3-1: new high-speed USB device number 2 using xhci_hcd
[    8.072556] platform eisa.0: Cannot allocate resource for EISA slot 8
[    8.072558] platform eisa.0: EISA: Detected 0 cards
[    8.090427] amd_pstate: driver load is disabled, boot with specific mode to enable this
[    8.095083] usb 1-1: New USB device found, idVendor=0424, idProduct=2744, bcdDevice= 1.21
[    8.106598] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    8.113731] usb 1-1: Product: USB2734
[    8.117396] usb 1-1: Manufacturer: Microchip Tech
[    8.123396] ledtrig-cpu: registered to indicate activity on CPUs
[    8.129459] efifb: probing for efifb
[    8.133071] efifb: No BGRT, not showing boot graphics
[    8.138130] efifb: framebuffer at 0xc6000000, using 3072k, total 3072k
[    8.144662] efifb: mode is 1024x768x32, linelength=4096, pages=1
[    8.150674] efifb: scrolling: redraw
[    8.154252] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    8.156781] hub 1-1:1.0: USB hub found
[    8.163580] fbcon: Deferring console take-over
[    8.163836] hub 1-1:1.0: 4 ports detected
[    8.168027] fb0: EFI VGA frame buffer device
[    8.176418] drop_monitor: Initializing network drop monitor service
[    8.182871] NET: Registered PF_INET6 protocol family
[    8.196028] Segment Routing with IPv6
[    8.199704] In-situ OAM (IOAM) with IPv6
[    8.203659] NET: Registered PF_PACKET protocol family
[    8.208863] Key type dns_resolver registered
[    8.217167] usb 3-1: New USB device found, idVendor=1604, idProduct=10c0, bcdDevice= 0.00
[    8.220465] usb 2-1: new SuperSpeed USB device number 2 using xhci_hcd
[    8.223073] microcode: Current revision: 0x0a0011d3
[    8.225348] usb 3-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    8.244633] usb 2-1: New USB device found, idVendor=0424, idProduct=5744, bcdDevice= 1.21
[    8.252813] usb 2-1: New USB device strings: Mfr=2, Product=3, SerialNumber=0
[    8.259950] usb 2-1: Product: USB5734
[    8.263614] usb 2-1: Manufacturer: Microchip Tech
[    8.270487] resctrl: L3 allocation detected
[    8.274675] resctrl: MB allocation detected
[    8.278860] resctrl: L3 monitoring detected
[    8.283244] IPI shorthand broadcast: enabled
[    8.288391] hub 3-1:1.0: USB hub found
[    8.290523] sched_clock: Marking stable (8220003586, 68231268)->(9262963213, -974728359)
[    8.292413] hub 3-1:1.0: 4 ports detected
[    8.300719] hub 2-1:1.0: USB hub found
[    8.308139] hub 2-1:1.0: 4 ports detected
[    8.308620] registered taskstats version 1
[    8.318442] Loading compiled-in X.509 certificates
[    8.323777] Loaded X.509 cert 'Build time autogenerated kernel key: 2980dce82ea964432bc40b759e7dcef1c0959bb5'
[    8.337095] Demotion targets for Node 0: null
[    8.341458] Demotion targets for Node 1: null
[    8.346385] Key type .fscrypt registered
[    8.350319] Key type fscrypt-provisioning registered
[    8.363652] cryptd: max_cpu_qlen set to 1000
[    8.374718] AES CTR mode by8 optimization enabled
[    8.398849] Key type encrypted registered
[    8.402870] AppArmor: AppArmor sha256 policy hashing enabled
[    8.408613] integrity: Loading X.509 certificate: UEFI:db
[    8.414036] integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
[    8.424813] integrity: Loading X.509 certificate: UEFI:db
[    8.430231] integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
[    8.441269] integrity: Loading X.509 certificate: UEFI:db
[    8.446794] integrity: Loaded X.509 cert 'VMware, Inc.: 4ad8ba0472073d28127706ddc6ccb9050441bbc7'
[    8.455667] integrity: Loading X.509 certificate: UEFI:db
[    8.461215] integrity: Loaded X.509 cert 'VMware, Inc.: VMware Secure Boot Signing: 04597f3e1ffb240bba0ff0f05d5eb05f3e15f6d7'
[    8.472763] ima: No TPM chip found, activating TPM-bypass!
[    8.478250] Loading compiled-in module X.509 certificates
[    8.484075] Loaded X.509 cert 'Build time autogenerated kernel key: 2980dce82ea964432bc40b759e7dcef1c0959bb5'
[    8.493979] ima: Allocated hash algorithm: sha1
[    8.498516] ima: No architecture policies found
[    8.503076] evm: Initialising EVM extended attributes:
[    8.508216] evm: security.selinux
[    8.511536] evm: security.SMACK64
[    8.514854] evm: security.SMACK64EXEC
[    8.518521] evm: security.SMACK64TRANSMUTE
[    8.522618] evm: security.SMACK64MMAP
[    8.526286] evm: security.apparmor
[    8.529690] evm: security.ima
[    8.532663] evm: security.capability
[    8.536248] evm: HMAC attrs: 0x1
[    8.539889] PM:   Magic number: 8:163:179
[    8.544086] acpi device:0f: hash matches
[    8.548492] RAS: Correctable Errors collector initialized.
[    8.554136] clk: Disabling unused clocks
[    8.558066] PM: genpd: Disabling unused power domains
[    8.564945] Freeing unused decrypted memory: 2028K
[    8.570404] Freeing unused kernel image (initmem) memory: 4684K
[    8.576336] Write protecting the kernel read-only data: 26624k
[    8.582659] Freeing unused kernel image (rodata/data gap) memory: 448K
[    8.653460] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    8.659901] Run /init as init process
[    8.677210] systemd[1]: Inserted module 'autofs4'
[    8.981602] systemd[1]: systemd 250-12.el9_1 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 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK +XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[    9.013479] systemd[1]: Detected architecture x86-64.
[    9.018541] systemd[1]: Running in initial RAM disk.

Welcome to ^[[0;31mRed Hat Enterprise Linux 9.1 (Plow) dracut-057-13.git20220816.el9 (Initramfs)^[[0m!

[    9.040344] systemd[1]: Hostname set to <hostname.amd.com>.
[    9.124248] usb 3-1.1: new high-speed USB device number 3 using xhci_hcd
[    9.150500] systemd[1]: Queued start job for default target Initrd Default Target.
[    9.158185] systemd[1]: Reached target Initrd /usr File System.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mInitrd /usr File System^[[0m.
[    9.176298] systemd[1]: Reached target Local File Systems.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mLocal File Systems^[[0m.
[    9.192305] systemd[1]: Reached target Slice Units.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSlice Units^[[0m.
[    9.208296] systemd[1]: Reached target Swaps.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSwaps^[[0m.
[    9.217164] usb 3-1.1: New USB device found, idVendor=1604, idProduct=10c0, bcdDevice= 0.00
[    9.225883] usb 3-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    9.225901] systemd[1]: Reached target Timer Units.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mTimer Units^[[0m.
[    9.248457] systemd[1]: Listening on D-Bus System Message Bus Socket.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mD-Bus System Message Bus Socket^[[0m.
[    9.268449] systemd[1]: Listening on Journal Socket (/dev/log).
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mJournal Socket (/dev/log)^[[0m.
[    9.280266] hub 3-1.1:1.0: USB hub found
[    9.284873] systemd[1]: Listening on Journal Socket.
[    9.284912] hub 3-1.1:1.0: 4 ports detected
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mJournal Socket^[[0m.
[    9.304447] systemd[1]: Listening on udev Control Socket.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mudev Control Socket^[[0m.
[    9.320396] systemd[1]: Listening on udev Kernel Socket.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mudev Kernel Socket^[[0m.
[    9.336293] systemd[1]: Reached target Socket Units.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSocket Units^[[0m.
[    9.368247] usb 3-1.2: new high-speed USB device number 4 using xhci_hcd
[    9.377719] systemd[1]: Starting Create List of Static Device Nodes...
         Starting ^[[0;1;39mCreate List of Static Device Nodes^[[0m...
[    9.398388] systemd[1]: Starting Journal Service...
         Starting ^[[0;1;39mJournal Service^[[0m...
[    9.413498] systemd[1]: Starting Load Kernel Modules...
         Starting ^[[0;1;39mLoad Kernel Modules^[[0m...
[    9.429478] systemd[1]: Starting Create System Users...
         Starting ^[[0;1;39mCreate System Users^[[0m...
[    9.445467] systemd[1]: Starting Setup Virtual Console...
         Starting ^[[0;1;39mSetup Virtual Console^[[0m...
[    9.461487] systemd[1]: Finished Create List of Static Device Nodes.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate List of Static Device Nodes^[[0m.
[    9.480615] systemd[1]: Finished Load Kernel Modules.
[    9.481286] usb 3-1.2: New USB device found, idVendor=413c, idProduct=0006, bcdDevice= 0.00
[    9.494017] usb 3-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    9.494019] usb 3-1.2: Product: DRAC 5 Virtual Keyboard and Mouse
[    9.494021] usb 3-1.2: Manufacturer: DELL
[^[[0;32m  OK  ^[[[    9.511434] usb 3-1.2: SerialNumber: DELL413C-1
0m] Finished ^[[0;1;39mLoad Kernel Modules^[[0m.
[    9.524491] systemd[1]: Started Journal Service.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mJournal Service^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mSetup Virtual Console^[[0m.
         Starting ^[[0;1;39mdracut cmdline hook^[[0m...
         Starting ^[[0;1;39mApply Kernel Variables^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mApply Kernel Variables^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate System Users^[[0m.
         Starting ^[[0;1;39mCreate Static Device Nodes in /dev^[[0m...
         Starting ^[[0;1;39mCreate Volatile Files and Directories^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mdracut cmdline hook^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate Static Device Nodes in /dev^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate Volatile Files and Directories^[[0m.
         Starting ^[[0;1;39mdracut pre-udev hook^[[0m...
[    9.744254] usb 3-1.4: new high-speed USB device number 5 using xhci_hcd
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mdracut pre-udev hook^[[0m.
         Starting ^[[0;1;39mRule-based Manage…for Device Events and Files^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mRule-based Manager for Device Events and Files^[[0m.
[    9.841163] usb 3-1.4: New USB device found, idVendor=1604, idProduct=10c0, bcdDevice= 0.00
[    9.849511] usb 3-1.4: New USB device strings: Mfr=0, Product=0, SerialNumber=0
         Startin[    9.857560] hid: raw HID events driver (C) Jiri Kosina
g ^[[0;1;39mColdplug All udev Devices^[[0m...
[    9.888376] hub 3-1.4:1.0: USB hub found
[    9.892535] hub 3-1.4:1.0: 4 ports detected
[    9.894581] usbcore: registered new interface driver usbhid
[    9.902298] usbhid: USB HID core driver
[    9.908978] usbcore: registered new interface driver usbmouse
[    9.915192] usbcore: registered new interface driver usbkbd
[    9.924751] input: DELL DRAC 5 Virtual Keyboard and Mouse as /devices/pci0000:40/0000:40:08.1/0000:46:00.3/usb3/3-1/3-1.2/3-1.2:1.0/0003:413C:0006.0001/input/input1
[    9.939600] hid-generic 0003:413C:0006.0001: input,hidraw0: USB HID v1.01 Mouse [DELL DRAC 5 Virtual Keyboard and Mouse] on usb-0000:46:00.3-1.2/input0
[    9.953284] input: DELL DRAC 5 Virtual Keyboard and Mouse as /devices/pci0000:40/0000:40:08.1/0000:46:00.3/usb3/3-1/3-1.2/3-1.2:1.1/0003:413C:0006.0002/input/input2
[   10.020416] hid-generic 0003:413C:0006.0002: input,hidraw1: USB HID v1.01 Keyboard [DELL DRAC 5 Virtual Keyboard and Mouse] on usb-0000:46:00.3-1.2/input1
[   10.054159] wmi_bus wmi_bus-PNP0C14:00: [Firmware Bug]: WQBC data block query control method not found
[^[[0;32m  OK  ^[[[   10.064656] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
0m] Finished ^[[0[   10.070858] sp5100-tco sp5100-tco: Using 0xfeb00000 for watchdog MMIO address
;1;39mColdplug A[   10.079393] sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0)
ll udev Devices^[[0m.
[   10.090538] ccp 0000:46:00.1: no command queues available
[   10.096028] ccp 0000:46:00.1: sev enabled
[   10.100045] ccp 0000:46:00.1: psp enabled
[   10.115160] mpt3sas version 48.100.00.00 loaded
[^[[0;32m  OK  ^[[[   10.120292] mpt3sas_cm0: 63 BIT PCI BUS DMA ADDRESSING SUPPORTED, total mem (262456352 kB)
0m] Reached targ[   10.120579] tg3 0000:c1:00.0 eth0: Tigon3 [partno(BCM95720) rev 5720000] (PCI Express) MAC address d0:8e:79:bb:95:90
et ^[[0;1;39mSyst[   10.141290] tg3 0000:c1:00.0 eth0: attached PHY is 5720C (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[1])
em Initializatio[   10.152556] tg3 0000:c1:00.0 eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[1] TSOcap[1]
n^[[0m.
[   10.152561] tg3 0000:c1:00.0 eth0: dma_rwctrl[00000001] dma_mask[64-bit]
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mNetwork^[[0m.
[   10.179781] mpt3sas_cm0: CurrentHostPageSize is 0: Setting default host page size to 4k
[   10.182015] tg3 0000:c1:00.1 eth1: Tigon3 [partno(BCM95720) rev 5720000] (PCI Express) MAC address d0:8e:79:bb:95:91
[   10.187812] mpt3sas_cm0: MSI-X vectors supported: 96
[   10.198314] tg3 0000:c1:00.1 eth1: attached PHY is 5720C (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[1])
[   10.203263] 	 no of cores: 128, max_msix_vectors: -1
[   10.213085] tg3 0000:c1:00.1 eth1: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[1] TSOcap[1]
[   10.218047] mpt3sas_cm0:  0 96 96
[   10.225874] tg3 0000:c1:00.1 eth1: dma_rwctrl[00000001] dma_mask[64-bit]
[   10.233015] mpt3sas_cm0: High IOPs queues : disabled
[   10.240866] mpt3sas0-msix0: PCI-MSI-X enabled: IRQ 107
[   10.240868] mpt3sas0-msix1: PCI-MSI-X enabled: IRQ 108
[   10.240869] mpt3sas0-msix2: PCI-MSI-X enabled: IRQ 109
[   10.240871] mpt3sas0-msix3: PCI-MSI-X enabled: IRQ 110
[   10.240874] mpt3sas0-msix4: PCI-MSI-X enabled: IRQ 111
[   10.240875] mpt3sas0-msix5: PCI-MSI-X enabled: IRQ 112
[   10.240877] mpt3sas0-msix6: PCI-MSI-X enabled: IRQ 113
[   10.276863] mpt3sas0-msix7: PCI-MSI-X enabled: IRQ 114
[   10.276867] mpt3sas0-msix8: PCI-MSI-X enabled: IRQ 115
[   10.276868] mpt3sas0-msix9: PCI-MSI-X enabled: IRQ 116
[   10.276869] mpt3sas0-msix10: PCI-MSI-X enabled: IRQ 117
[   10.276871] mpt3sas0-msix11: PCI-MSI-X enabled: IRQ 118
[   10.276872] mpt3sas0-msix12: PCI-MSI-X enabled: IRQ 119
[   10.276875] mpt3sas0-msix13: PCI-MSI-X enabled: IRQ 120
[   10.276876] mpt3sas0-msix14: PCI-MSI-X enabled: IRQ 121
[   10.276877] mpt3sas0-msix15: PCI-MSI-X enabled: IRQ 122
[   10.276879] mpt3sas0-msix16: PCI-MSI-X enabled: IRQ 123
[   10.328875] mpt3sas0-msix17: PCI-MSI-X enabled: IRQ 124
[   10.334103] mpt3sas0-msix18: PCI-MSI-X enabled: IRQ 125
[   10.339327] mpt3sas0-msix19: PCI-MSI-X enabled: IRQ 126
[   10.344555] mpt3sas0-msix20: PCI-MSI-X enabled: IRQ 127
[   10.349779] mpt3sas0-msix21: PCI-MSI-X enabled: IRQ 128
[   10.355005] mpt3sas0-msix22: PCI-MSI-X enabled: IRQ 129
[   10.360230] mpt3sas0-msix23: PCI-MSI-X enabled: IRQ 130
[   10.365465] mpt3sas0-msix24: PCI-MSI-X enabled: IRQ 131
[   10.370692] mpt3sas0-msix25: PCI-MSI-X enabled: IRQ 132
[   10.375918] mpt3sas0-msix26: PCI-MSI-X enabled: IRQ 133
[   10.381143] mpt3sas0-msix27: PCI-MSI-X enabled: IRQ 134
[   10.386370] mpt3sas0-msix28: PCI-MSI-X enabled: IRQ 135
[   10.391595] mpt3sas0-msix29: PCI-MSI-X enabled: IRQ 136
[   10.396837] mpt3sas0-msix30: PCI-MSI-X enabled: IRQ 137
[   10.402070] mpt3sas0-msix31: PCI-MSI-X enabled: IRQ 138
[   10.407298] mpt3sas0-msix32: PCI-MSI-X enabled: IRQ 139
[   10.412575] mpt3sas0-msix33: PCI-MSI-X enabled: IRQ 140
[   10.417804] mpt3sas0-msix34: PCI-MSI-X enabled: IRQ 141
[   10.417806] mpt3sas0-msix35: PCI-MSI-X enabled: IRQ 142
[   10.417807] mpt3sas0-msix36: PCI-MSI-X enabled: IRQ 143
[   10.417809] mpt3sas0-msix37: PCI-MSI-X enabled: IRQ 144
[   10.417810] mpt3sas0-msix38: PCI-MSI-X enabled: IRQ 145
         Startin[   10.443944] mpt3sas0-msix39: PCI-MSI-X enabled: IRQ 146
g ^[[0;1;39mdracu[   10.450555] mpt3sas0-msix40: PCI-MSI-X enabled: IRQ 147
t initqueue hook[   10.457169] mpt3sas0-msix41: PCI-MSI-X enabled: IRQ 148
^[[0m...
[   10.463783] mpt3sas0-msix42: PCI-MSI-X enabled: IRQ 149
[   10.469786] mpt3sas0-msix43: PCI-MSI-X enabled: IRQ 150
[   10.475024] mpt3sas0-msix44: PCI-MSI-X enabled: IRQ 151
[   10.475026] mpt3sas0-msix45: PCI-MSI-X enabled: IRQ 152
[   10.475028] mpt3sas0-msix46: PCI-MSI-X enabled: IRQ 153
[   10.475031] mpt3sas0-msix47: PCI-MSI-X enabled: IRQ 154
[   10.475034] mpt3sas0-msix48: PCI-MSI-X enabled: IRQ 155
[   10.475049] ACPI: bus type drm_connector registered
[   10.506056] mpt3sas0-msix49: PCI-MSI-X enabled: IRQ 156
[   10.506058] mpt3sas0-msix50: PCI-MSI-X enabled: IRQ 157
[   10.506059] mpt3sas0-msix51: PCI-MSI-X enabled: IRQ 158
[   10.506061] mpt3sas0-msix52: PCI-MSI-X enabled: IRQ 159
[   10.506062] mpt3sas0-msix53: PCI-MSI-X enabled: IRQ 160
[   10.506064] mpt3sas0-msix54: PCI-MSI-X enabled: IRQ 161
[   10.537432] mpt3sas0-msix55: PCI-MSI-X enabled: IRQ 162
^[[2J^[[3J[   10.542662] mpt3sas0-msix56: PCI-MSI-X enabled: IRQ 163
^[[-1;-1f[   10.548571] mpt3sas0-msix57: PCI-MSI-X enabled: IRQ 164
[   10.554490] mpt3sas0-msix58: PCI-MSI-X enabled: IRQ 165
         Startin[   10.559716] mpt3sas0-msix59: PCI-MSI-X enabled: IRQ 166
g ^[[0;1;39mShow [   10.566320] mpt3sas0-msix60: PCI-MSI-X enabled: IRQ 167
[   10.566322] mpt3sas0-msix61: PCI-MSI-X enabled: IRQ 168
Plymouth Boot Sc[   10.566324] mpt3sas0-msix62: PCI-MSI-X enabled: IRQ 169
reen^[[0m...
[   10.566325] mpt3sas0-msix63: PCI-MSI-X enabled: IRQ 170
[   10.566327] mpt3sas0-msix64: PCI-MSI-X enabled: IRQ 171
[   10.566328] mpt3sas0-msix65: PCI-MSI-X enabled: IRQ 172
[^[[0;32m  OK  ^[[[   10.566329] mpt3sas0-msix66: PCI-MSI-X enabled: IRQ 173
0m] Started ^[[0;[   10.566331] mpt3sas0-msix67: PCI-MSI-X enabled: IRQ 174
1;39mShow Plymou[   10.566332] mpt3sas0-msix68: PCI-MSI-X enabled: IRQ 175
[   10.566333] mpt3sas0-msix69: PCI-MSI-X enabled: IRQ 176
th Boot Screen^[[[   10.566334] mpt3sas0-msix70: PCI-MSI-X enabled: IRQ 177
0m.
[   10.566335] mpt3sas0-msix71: PCI-MSI-X enabled: IRQ 178
[   10.566337] mpt3sas0-msix72: PCI-MSI-X enabled: IRQ 179
[   10.566338] mpt3sas0-msix73: PCI-MSI-X enabled: IRQ 180
[   10.566339] mpt3sas0-msix74: PCI-MSI-X enabled: IRQ 181
[   10.566340] mpt3sas0-msix75: PCI-MSI-X enabled: IRQ 182
[   10.566341] mpt3sas0-msix76: PCI-MSI-X enabled: IRQ 183
[   10.566343] mpt3sas0-msix77: PCI-MSI-X enabled: IRQ 184
[   10.566344] mpt3sas0-msix78: PCI-MSI-X enabled: IRQ 185
[   10.566345] mpt3sas0-msix79: PCI-MSI-X enabled: IRQ 186
[   10.566346] mpt3sas0-msix80: PCI-MSI-X enabled: IRQ 187
[   10.566347] mpt3sas0-msix81: PCI-MSI-X enabled: IRQ 188
[   10.566348] mpt3sas0-msix82: PCI-MSI-X enabled: IRQ 189
[   10.566350] mpt3sas0-msix83: PCI-MSI-X enabled: IRQ 190
[   10.566351] mpt3sas0-msix84: PCI-MSI-X enabled: IRQ 191
[   10.566352] mpt3sas0-msix85: PCI-MSI-X enabled: IRQ 192
[   10.566354] mpt3sas0-msix86: PCI-MSI-X enabled: IRQ 193
[   10.566355] mpt3sas0-msix87: PCI-MSI-X enabled: IRQ 194
[   10.722653] mpt3sas0-msix88: PCI-MSI-X enabled: IRQ 195
[   10.722655] mpt3sas0-msix89: PCI-MSI-X enabled: IRQ 196
[   10.722656] mpt3sas0-msix90: PCI-MSI-X enabled: IRQ 197
[   10.722657] mpt3sas0-msix91: PCI-MSI-X enabled: IRQ 198
[^[[0;32m  OK  ^[[[   10.722659] mpt3sas0-msix92: PCI-MSI-X enabled: IRQ 199
0m] Started ^[[0;[   10.722660] mpt3sas0-msix93: PCI-MSI-X enabled: IRQ 200
1;39mForward Pas[   10.722662] mpt3sas0-msix94: PCI-MSI-X enabled: IRQ 201
sword R…s to P[   10.722663] mpt3sas0-msix95: PCI-MSI-X enabled: IRQ 202
lymouth Director[   10.770015] mpt3sas_cm0: iomem(0x00000000e2100000), mapped(0x0000000028c1783f), size(65536)
y Watch^[[0m.
[   10.770018] mpt3sas_cm0: ioport(0x0000000000001000), size(256)
[   10.786919] mgag200 0000:c3:00.0: vgaarb: deactivate vga console
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mPath Units^[[0m.
[^[[0;32m  OK  ^[[0m[   10.799277] [drm] Initialized mgag200 1.0.0 for 0000:c3:00.0 on minor 0
] Reached target ^[[0;1;39mBasic System^[[0m.
[   10.810447] fbcon: mgag200drmfb (fb0) is primary device
[   10.810449] fbcon: Deferring console take-over
[   10.818873] mpt3sas_cm0: CurrentHostPageSize is 0: Setting default host page size to 4k
[   10.820131] mgag200 0000:c3:00.0: [drm] fb0: mgag200drmfb frame buffer device
[   10.828126] mpt3sas_cm0: sending message unit reset !!
[   10.841904] mpt3sas_cm0: message unit reset: SUCCESS
[   10.874555] mpt3sas_cm0: scatter gather: sge_in_main_msg(1), sge_per_chain(7), sge_per_io(128), chains_per_io(19)
[   10.885993] mpt3sas_cm0: request pool(0x00000000d0f07bd4) - dma(0xe0600000): depth(9700), frame_size(128), pool_size(1212 kB)
[   10.922541] mpt3sas_cm0: sense pool(0x00000000a2e47dd6) - dma(0xdef00000): depth(9463), element_size(96), pool_size (887 kB)
[   10.933866] mpt3sas_cm0: reply pool(0x00000000db2e7389) - dma(0xdec00000): depth(9764), frame_size(128), pool_size(1220 kB)
[   10.945004] mpt3sas_cm0: config page(0x000000001110efb6) - dma(0xdebee000): size(512)
[   10.952834] mpt3sas_cm0: Allocated physical memory: size(40437 kB)
[   10.959011] mpt3sas_cm0: Current Controller Queue Depth(9460),Max Controller Queue Depth(9584)
[   10.967618] mpt3sas_cm0: Scatter Gather Elements per IO(128)
[   11.018585] mpt3sas_cm0: _base_display_fwpkg_version: complete
[   11.024418] mpt3sas_cm0: FW Package Ver(16.17.01.00)
[   11.029666] mpt3sas_cm0: LSISAS3008: FWVersion(16.00.11.00), ChipRevision(0x02)
[   11.036975] mpt3sas_cm0: Protocol=(Initiator,Target), Capabilities=(TLR,EEDP,Snapshot Buffer,Diag Trace Buffer,Task Set Full,NCQ)
[   11.048687] scsi host8: Fusion MPT SAS Host
[   11.054716] mpt3sas_cm0: sending port enable !!
[   11.059673] mpt3sas_cm0: hba_port entry: 0000000060f1d1c9, port: 255 is added to hba_port list
[   11.069332] mpt3sas_cm0: host_add: handle(0x0001), sas_addr(0x52cea7f0be87bf00), phys(8)
[   11.077762] mpt3sas_cm0: handle(0xa) sas_address(0x4433221100000000) port_type(0x1)
[   11.086580] scsi 8:0:0:0: Direct-Access     ATA      MTFDDAK960TDT    J004 PQ: 0 ANSI: 6
[   11.094671] scsi 8:0:0:0: SATA: handle(0x000a), sas_addr(0x4433221100000000), phy(0), device_name(0x500a075131911ad0)
[   11.105272] scsi 8:0:0:0: enclosure logical id (0x52cea7f0be87bf00), slot(1) 
[   11.112404] scsi 8:0:0:0: enclosure level(0x0001), connector name(     )
[   11.119154] scsi 8:0:0:0: atapi(n), ncq(y), asyn_notify(n), smart(y), fua(y), sw_preserve(y)
[   11.127592] scsi 8:0:0:0: qdepth(32), tagged(1), scsi_level(7), cmd_que(1)
[   11.142435]  end_device-8:0: add: handle(0x000a), sas_addr(0x4433221100000000)
[   11.149778] mpt3sas_cm0: handle(0xc) sas_address(0x58ce38ee219651a2) port_type(0x1)
[   11.158419] scsi 8:0:1:0: Direct-Access     KIOXIA   KPM6WVUG960G     BD08 PQ: 0 ANSI: 6
[   11.166507] scsi 8:0:1:0: SSP: handle(0x000c), sas_addr(0x58ce38ee219651a2), phy(4), device_name(0x58ce38ee219651a0)
[   11.177019] scsi 8:0:1:0: enclosure logical id (0x52cea7f0be87bf00), slot(0) 
[   11.184142] scsi 8:0:1:0: enclosure level(0x0001), connector name(     )
[   11.190843] scsi 8:0:1:0: qdepth(254), tagged(1), scsi_level(7), cmd_que(1)
[   11.199437]  end_device-8:1: add: handle(0x000c), sas_addr(0x58ce38ee219651a2)
[   11.206778] mpt3sas_cm0: handle(0xb) sas_address(0x4433221106000000) port_type(0x1)
[   11.215551] scsi 8:0:2:0: Direct-Access     ATA      MTFDDAK960TDT    J004 PQ: 0 ANSI: 6
[   11.223644] scsi 8:0:2:0: SATA: handle(0x000b), sas_addr(0x4433221106000000), phy(6), device_name(0x500a075131911a6f)
[   11.234235] scsi 8:0:2:0: enclosure logical id (0x52cea7f0be87bf00), slot(2) 
[   11.241369] scsi 8:0:2:0: enclosure level(0x0001), connector name(     )
[   11.248116] scsi 8:0:2:0: atapi(n), ncq(y), asyn_notify(n), smart(y), fua(y), sw_preserve(y)
[   11.256548] scsi 8:0:2:0: qdepth(32), tagged(1), scsi_level(7), cmd_que(1)
[   11.271359]  end_device-8:2: add: handle(0x000b), sas_addr(0x4433221106000000)
[   11.280243] mpt3sas_cm0: port enable: SUCCESS
[   11.284940] sd 8:0:0:0: Attached scsi generic sg0 type 0
[   11.285551] sd 8:0:0:0: [sda] 1875385008 512-byte logical blocks: (960 GB/894 GiB)
[   11.290470] sd 8:0:1:0: Attached scsi generic sg1 type 0
[   11.290779] sd 8:0:1:0: [sdb] 1875385008 512-byte logical blocks: (960 GB/894 GiB)
[   11.290783] sd 8:0:1:0: [sdb] 4096-byte physical blocks
[   11.290965] sd 8:0:1:0: [sdb] Write Protect is off
[   11.291179] sd 8:0:1:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[   11.297818] sd 8:0:0:0: [sda] 4096-byte physical blocks
[   11.303351] scsi 8:0:2:0: Attached scsi generic sg2 type 0
[   11.303948] sd 8:0:2:0: [sdc] 1875385008 512-byte logical blocks: (960 GB/894 GiB)
[   11.303951] sd 8:0:2:0: [sdc] 4096-byte physical blocks
[   11.305973] sd 8:0:2:0: [sdc] Write Protect is off
[   11.307260] sd 8:0:2:0: [sdc] Write cache: enabled, read cache: enabled, supports DPO and FUA
[   11.312709] sd 8:0:0:0: [sda] Write Protect is off
[   11.372166] sd 8:0:0:0: [sda] Write cache: enabled, read cache: enabled, supports DPO and FUA
[   11.401496]  sdb: sdb1 sdb2
[   11.402147]  sdc: sdc1 sdc2
[   11.404424] sd 8:0:1:0: [sdb] Attached SCSI disk
[   11.407378] sd 8:0:2:0: [sdc] Attached SCSI disk
[   11.430295]  sda: sda1 sda2 sda3 sda4 sda5 sda6 sda7
[   11.435614] sd 8:0:0:0: [sda] Attached SCSI disk
[   13.750177] ccp 0000:46:00.1: SEV API:1.55 build:17
[   13.755085] ccp 0000:46:00.1: SEV-SNP API:1.55 build:17
[^[[0;32m  OK  ^[[0m] Found device ^[[0;1;39m/dev/mapper/rhel_hostname-root^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mInitrd Root Device^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mdracut initqueue hook^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mPreparation for Remote File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mRemote File Systems^[[0m.
         Starting ^[[0;1;39mFile System Check…/mapper/rhel_hostname-root^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mFile System Check…ev/mapper/rhel_hostname-root^[[0m.
         Mounting ^[[0;1;39m/sysroot^[[0m...
[   14.427407] SGI XFS with ACLs, security attributes, realtime, quota, no debug enabled
[   14.437803] XFS (dm-1): Mounting V5 Filesystem 254e7c99-a3df-41be-8429-d28e07cb528a
[   14.461205] XFS (dm-1): Ending clean mount
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39m/sysroot^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mInitrd Root File System^[[0m.
         Starting ^[[0;1;39mReload Configuration from the Real Root^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mReload Configuration from the Real Root^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mInitrd File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mInitrd Default Target^[[0m.
         Starting ^[[0;1;39mdracut pre-pivot and cleanup hook^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mdracut pre-pivot and cleanup hook^[[0m.
         Starting ^[[0;1;39mCleaning Up and Shutting Down Daemons^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mNetwork^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mTimer Units^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mD-Bus System Message Bus Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mdracut pre-pivot and cleanup hook^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mInitrd Default Target^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mBasic System^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mInitrd Root Device^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mInitrd /usr File System^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mPath Units^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mRemote File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mPreparation for Remote File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mSlice Units^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mSocket Units^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mSystem Initialization^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mLocal File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mSwaps^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mdracut initqueue hook^[[0m.
         Starting ^[[0;1;39mPlymouth switch root service^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mApply Kernel Variables^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mLoad Kernel Modules^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mCreate Volatile Files and Directories^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mColdplug All udev Devices^[[0m.
         Stopping ^[[0;1;39mRule-based Manage…for Device Events and Files^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCleaning Up and Shutting Down D[   14.890412] systemd-journald[1091]: Received SIGTERM from PID 1 (systemd).
aemons^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mRule-based Manager for Device Events and Files^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mudev Control Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mudev Kernel Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mdracut pre-udev hook^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mdracut cmdline hook^[[0m.
         Starting ^[[0;1;39mCleanup udev Database^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mCreate Static Device Nodes in /dev^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mCreate List of Static Device Nodes^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mCreate System Users^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mPlymouth switch root service^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCleanup udev Database^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSwitch Root^[[0m.
         Starting ^[[0;1;39mSwitch Root^[[0m...
[   15.023834] systemd[1]: RTC configured in localtime, applying delta of 330 minutes to system time.
[   15.035640] systemd[1]: systemd 250-12.el9_1 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 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK +XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[   15.067544] systemd[1]: Detected architecture x86-64.

Welcome to ^[[0;31mRed Hat Enterprise Linux 9.1 (Plow)^[[0m!

[   15.129216] systemd-rc-local-generator[1680]: /etc/rc.d/rc.local is not marked executable, skipping.
[   15.375934] systemd[1]: initrd-switch-root.service: Deactivated successfully.
[   15.383256] systemd[1]: Stopped Switch Root.
[^[[0;32m  OK  ^[[[   15.387801] systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1.
0m] Stopped ^[[0;[   15.398474] systemd[1]: Created slice Virtual Machine and Container Slice.
1;39mSwitch Root[   15.406783] systemd[1]: Created slice Slice /system/getty.
^[[0m.
[^[[0;32m[   15.413635] systemd[1]: Created slice Slice /system/modprobe.
  OK  ^[[0m] Crea[   15.420794] systemd[1]: Created slice Slice /system/serial-getty.
ted slice ^[[0;1;[   15.428509] systemd[1]: Created slice Slice /system/sshd-keygen.
39mVirtual Machi[   15.435643] systemd[1]: Created slice Slice /system/systemd-fsck.
ne and Container[   15.443134] systemd[1]: Created slice User and Session Slice.
 Slice^[[0m.
[^[[   15.449658] systemd[1]: Dispatch Password Requests to Console Directory Watch was skipped because of a failed condition check (ConditionPathExists=!/run/plymouth/pid).
[0;32m  OK  ^[[0m[   15.465981] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
] Created slice [   15.475106] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
^[[0;1;39mSlice /[   15.485727] systemd[1]: Reached target Local Encrypted Volumes.
system/getty^[[0m[   15.493014] systemd[1]: Stopped target Switch Root.
.
[^[[0;32m  OK[   15.499293] systemd[1]: Stopped target Initrd File Systems.
  ^[[0m] Created [   15.506255] systemd[1]: Stopped target Initrd Root File System.
slice ^[[0;1;39mS[   15.513524] systemd[1]: Reached target Local Integrity Protected Volumes.
lice /system/mod[   15.521732] systemd[1]: Reached target Path Units.
probe^[[0m.
[^[[[   15.527882] systemd[1]: Reached target Slice Units.
0;32m  OK  ^[[0m][   15.534148] systemd[1]: Reached target Local Verity Protected Volumes.
 Created slice ^[[   15.542145] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[0;1;39mSlice /s[   15.550310] systemd[1]: Listening on LVM2 poll daemon socket.
ystem/serial-get[   15.557140] systemd[1]: multipathd control socket was skipped because of a failed condition check (ConditionPathExists=/etc/multipath.conf).
ty^[[0m.
[^[[0;32m  OK  ^[[0m] Created slice ^[[0;1;39mSlice /system/sshd-keygen^[[0m.
[^[[0;32m  OK  ^[[0m] Created slice ^[[0;1;39mSlice /system/systemd-fsck^[[0m.
[^[[0;32m  OK  ^[[0m] Created slice ^[[0;1;39mUser and Session Slice^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mForward Password R…uests to Wall Directory Watch^[[0m.
[^[[0;32m  OK  ^[[0m] Set up automount ^[[0;1;39mArbitrary…s File System Automount Point^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mLocal Encrypted Volumes^[[0[   15.613685] systemd[1]: Listening on RPCbind Server Activation Socket.
m.
[^[[0;32m  O[   15.620639] systemd[1]: Reached target RPC Port Mapper.
K  ^[[0m] Stopped[   15.628219] systemd[1]: Listening on Process Core Dump Socket.
 target ^[[0;1;39[   15.634487] systemd[1]: Listening on initctl Compatibility Named Pipe.
mSwitch Root^[[0m[   15.642787] systemd[1]: Listening on udev Control Socket.
.
[^[[0;32m  OK[   15.649200] systemd[1]: Listening on udev Kernel Socket.
  ^[[0m] Stopped [   15.657015] systemd[1]: Activating swap /dev/mapper/rhel_hostname-swap...
[   15.661750] Adding 7815164k swap on /dev/mapper/rhel_hostname-swap.  Priority:-2 extents:1 across:7815164k SS
target ^[[0;1;39m[   15.675303] systemd[1]: Mounting Huge Pages File System...
Initrd File Systems^[[0m.
[^[[0;[   15.682206] systemd[1]: Mounting POSIX Message Queue File System...
32m  OK  ^[[0m] S[   15.691152] systemd[1]: Mounting Kernel Debug File System...
topped target ^[[0;1;39mInitrd Ro[   15.698393] systemd[1]: Mounting Kernel Trace File System...
ot File System^[[[   15.705512] systemd[1]: Kernel Module supporting RPCSEC_GSS was skipped because of a failed condition check (ConditionPathExists=/etc/krb5.keytab).
0m.
[^[[0;32m  OK  ^[[0m] Reache[   15.722550] systemd[1]: Starting Create List of Static Device Nodes...
d target ^[[0;1;39mLocal Integrit[   15.730600] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
y Protected Volu[   15.743491] systemd[1]: Starting Load Kernel Module configfs...
mes^[[0m.
[^[[0;[   15.750768] systemd[1]: Starting Load Kernel Module drm...
32m  OK  ^[[0m] Reached target ^[[[   15.757835] systemd[1]: Starting Load Kernel Module fuse...
0;1;39mPath Units^[[0m.
[^[[0;32[   15.767030] systemd[1]: Starting Read and set NIS domainname from /etc/sysconfig/network...
m  OK  ^[[0m] Rea[   15.776032] systemd[1]: plymouth-switch-root.service: Deactivated successfully.
ched target ^[[0;[   15.784699] systemd[1]: Stopped Plymouth switch root service.
1;39mSlice Units[   15.791922] systemd[1]: systemd-fsck-root.service: Deactivated successfully.
^[[0m.
[^[[0;32m[   15.800255] systemd[1]: Stopped File System Check on Root Device.
  OK  ^[[0m] Reac[   15.807788] systemd[1]: Stopped Journal Service.
hed target ^[[0;1;39mLocal Verity[   15.815997] systemd[1]: Starting Journal Service...
 Protected Volumes^[[0m.
[^[[0;3[   15.823489] systemd[1]: Starting Load Kernel Modules...
2m  OK  ^[[0m] Li[   15.827236] systemd-journald[1710]: File /run/log/journal/8f37f8055146469d8baec3ad508b0084/system.journal corrupted or uncleanly shut down, renaming and replacing.
stening on ^[[0;1;39mDevice-mappe[   15.846637] systemd[1]: Starting Generate network units from Kernel command line...
r event daemon FIFOs^[[0m.
[^[[0[   15.857360] systemd[1]: Starting Remount Root and Kernel File Systems...
;32m  OK  ^[[0m] [   15.865317] systemd[1]: Repartition Root Disk was skipped because all trigger condition checks failed.
Listening on ^[[0;1;39mLVM2 poll [   15.877251] systemd[1]: Starting Coldplug All udev Devices...
daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listeni[   15.887540] systemd[1]: Activated swap /dev/mapper/rhel_hostname-swap.
ng on ^[[0;1;39mR[   15.895888] systemd[1]: Started Journal Service.
PCbind Server Activation Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mRPC Port Mapper^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mProcess Core Dump Socket^[[0m[   15.916156] systemd-journald[1710]: Received client request to flush runtime journal.
.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39minitctl Compatibility Named Pipe^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mudev Control Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mudev Kernel Socket^[[0m.
         Activating swap ^[[0;1;39m/dev/mapper/rhel_hostname-swap^[[0m...
         Mounting ^[[0;1;39mHuge Pages File System^[[0m...
         Mounting ^[[0;1;39mPOSIX Message Queue File System^[[0m...
         Mounting ^[[0;1;39mKernel Debug File System^[[0m...
         Mounting ^[[0;1;39mKernel Trace File System^[[0m...
         Starting ^[[0;1;39mCreate List of Static Device Nodes^[[0m...
         Starting ^[[0;1;39mMonitoring of LVM…meventd or progress polling^[[0m...
         Starting ^[[0;1;39mLoad Kernel Module configfs^[[0m...
         Starting ^[[0;1;39mLoad Kernel Module drm^[[0m...
         Starting ^[[0;1;39mLoad Kernel Module fuse^[[0m...
         Starting ^[[0;1;39mRead and set NIS …from /etc/sysconfig/network^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mPlymouth switch root service^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mFile System Check on Root Device^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mJournal Service^[[0m.
         Starting ^[[0;1;39mJournal Service^[[0m...
         Starting ^[[0;1;39mLoad Kernel Modules^[[0m...
         Starting ^[[0;1;39mGenerate network …ts from Kernel command line^[[0m...
         Starting ^[[0;1;39mRemount Root and Kernel File Systems^[[0m...
         Starting ^[[0;1;39mColdplug All udev Devices^[[0m...
[^[[0;32m  OK  ^[[0m] Activated swap ^[[0;1;39m/dev/mapper/rhel_hostname-swap^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mJournal Service^[[0m.
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39mHuge Pages File System^[[0m.
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39mPOSIX Message Queue File System^[[0m.
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39mKernel Debug File System^[[0m.
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39mKernel Trace File System^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate List of Static Device Nodes^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mMonitoring of LVM… dmeventd or progress polling^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mLoad Kernel Modul[   16.110745] IPMI message handler: version 39.2
e configfs^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mLoad Ker[   16.120552] ipmi device interface
nel Module drm^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mLoad Kernel Module fuse^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mRead and set NIS …e from /etc/sysconfig/network^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39m[   16.142934] ipmi_si: IPMI System Interface driver
Load Kernel Modu[   16.148929] ipmi_si dmi-ipmi-si.0: ipmi_platform: probing via SMBIOS
les^[[0m.
[^[[0;[   16.156673] ipmi_platform: ipmi_si: SMBIOS: io 0xca8 regsize 1 spacing 4 irq 10
32m  OK  ^[[0m] F[   16.165324] ipmi_si: Adding SMBIOS-specified kcs state machine
inished ^[[0;1;39[   16.172608] ipmi_si IPI0001:00: ipmi_platform: probing via ACPI
mGenerate networ[   16.179880] ipmi_si IPI0001:00: ipmi_platform: [io  0x0ca8] regsize 1 spacing 4 irq 10
k units from Ker[   16.189374] ipmi_si dmi-ipmi-si.0: Removing SMBIOS-specified kcs state machine in favor of ACPI
nel command line[   16.199228] ipmi_si: Adding ACPI-specified kcs state machine
^[[0m.
[^[[0;32m[   16.206369] ipmi_si: Trying ACPI-specified kcs state machine at i/o address 0xca8, slave address 0x20, irq 10
  OK  ^[[0m] Finished ^[[0;1;39mRemount Root and K[   16.220679] pstore: backend 'erst' already in use: ignoring 'efi_pstore'
ernel File Syste[   16.220931] input: PC Speaker as /devices/platform/pcspkr/input/input3
ms^[[0m.
[^[[0;32m  OK  ^[[0m] Re[   16.238455] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
ached target ^[[0[   16.239592] RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
;1;39mSwaps^[[0m.[   16.246498] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection

         Moun[   16.255791] RAPL PMU: hw unit of domain package 2^-16 Joules
[   16.269388] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
ting ^[[0;1;39mFUSE Control File [   16.281303] i2c i2c-3: Successfully instantiated SPD at 0x50
System^[[0m...
[   16.288002] i2c i2c-3: Successfully instantiated SPD at 0x51
         Mountin[   16.295046] i2c i2c-3: Successfully instantiated SPD at 0x52
g ^[[0;1;39mKerne[   16.302114] i2c i2c-3: Successfully instantiated SPD at 0x53
l Configuration [   16.309134] i2c i2c-3: Successfully instantiated SPD at 0x54
File System^[[0m.[   16.316180] i2c i2c-3: Successfully instantiated SPD at 0x55
..
         St[   16.323234] i2c i2c-3: Successfully instantiated SPD at 0x56
arting ^[[0;1;39m[   16.330273] i2c i2c-3: Successfully instantiated SPD at 0x57
Flush Journal to Persistent Storage^[[0m...
         Starting ^[[0;1;39mLoad/Save Random Seed^[[0m...
         Starting ^[[0;1;39mApply Kernel Variables^[[0m...
         Starting ^[[0;1;39mCreate Static Device Nodes in /dev^[[0m...
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39mFUSE Control File System^[[0m.
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39mKernel Configuration File System^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mLoad/Save Random Seed^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mFlush Journal to Persistent Storage^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mApply Kernel Variables^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate Static Device Nodes in /dev^[[0m.
         Starting ^[[0;1;39mRule-based Manage…for Device Events and Files^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mRule-based Manager for Device Events and Files^[[0m.
         Starting ^[[0;1;39mLoad Kernel Module configfs^[[0m...
         Starting ^[[0;1;39mLoad Kernel Module fuse^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mLoad Kernel Module configfs^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mLoad Kernel Module fuse^[[0m.
[^[[0;32m  OK  ^[[0m] [   16.434868] ee1004 3-0050: 512 byte EE1004-compliant SPD EEPROM, read-only
Finished ^[[0;1;3[   16.443194] ee1004 3-0051: 512 byte EE1004-compliant SPD EEPROM, read-only
9mColdplug All u[   16.451449] ee1004 3-0052: 512 byte EE1004-compliant SPD EEPROM, read-only
dev Devices^[[0m.[   16.459702] ee1004 3-0053: 512 byte EE1004-compliant SPD EEPROM, read-only

         Star[   16.467969] ee1004 3-0054: 512 byte EE1004-compliant SPD EEPROM, read-only
ting ^[[0;1;39mWa[   16.476242] ee1004 3-0055: 512 byte EE1004-compliant SPD EEPROM, read-only
it for udev To ā[   16.484284] ee1004 3-0056: 512 byte EE1004-compliant SPD EEPROM, read-only
€¦plete Device I[   16.492758] ee1004 3-0057: 512 byte EE1004-compliant SPD EEPROM, read-only
nitialization^[[0[   16.500810] kvm_amd: TSC scaling supported
m...
[^[[0;32m [   16.505374] kvm_amd: Nested Virtualization enabled
 OK  ^[[0m] Liste[   16.511549] kvm_amd: Nested Paging enabled
ning on ^[[0;1;39[   16.517034] kvm_amd: LBR virtualization supported
mLoad/Save RF ā€[   16.523124] kvm_amd: SEV enabled (ASIDs 101 - 509)
¦itch Status /de[   16.529303] kvm_amd: SEV-ES enabled (ASIDs 1 - 100)
v/rfkill Watch^[[[   16.535569] kvm_amd: SEV-SNP enabled (ASIDs 1 - 100)
0m.
[   16.542072] kvm_amd: Virtual VMLOAD VMSAVE supported
[   16.547409] kvm_amd: Virtual GIF supported
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39m/usr/sbin/l[   16.572268] EDAC MC0: Giving out device to module amd64_edac controller F19h: DEV 0000:00:18.3 (INTERRUPT)
vm vgch…tivati[   16.582353] EDAC amd64: F19h detected (node 0).
on event rhel_sh[   16.588287] EDAC amd64: MC: 0:     0MB 1:     0MB
aravati^[[0m.
[   16.594371] EDAC amd64: MC: 2: 16384MB 3: 16384MB
[   16.600385] EDAC amd64: MC: 0:     0MB 1:     0MB
[   16.605098] EDAC amd64: MC: 2: 16384MB 3: 16384MB
[   16.609821] EDAC amd64: MC: 0:     0MB 1:     0MB
[   16.614535] EDAC amd64: MC: 2: 16384MB 3: 16384MB
[   16.619259] EDAC amd64: MC: 0:     0MB 1:     0MB
[   16.623973] EDAC amd64: MC: 2: 16384MB 3: 16384MB
[   16.628696] EDAC amd64: MC: 0:     0MB 1:     0MB
[   16.633413] EDAC amd64: MC: 2: 16384MB 3: 16384MB
[   16.638132] EDAC amd64: MC: 0:     0MB 1:     0MB
[   16.642851] EDAC amd64: MC: 2: 16384MB 3: 16384MB
[   16.647570] EDAC amd64: MC: 0:     0MB 1:     0MB
[   16.652289] EDAC amd64: MC: 2: 16384MB 3: 16384MB
[   16.656255] ipmi_si IPI0001:00: The BMC does not support setting the recv irq bit, compensating, but the BMC needs to be fixed.
[   16.668474] EDAC amd64: MC: 0:     0MB 1:     0MB
[   16.673192] EDAC amd64: MC: 2: 16384MB 3: 16384MB
[   16.688888] intel_rapl_common: Found RAPL domain package
[   16.694209] intel_rapl_common: Found RAPL domain core
[   16.700132] amd_atl: AMD Address Translation Library initialized
[   16.744351] ipmi_si IPI0001:00: Using irq 10
[   16.768483] ipmi_si IPI0001:00: IPMI message handler: Found new BMC (man_id: 0x0002a2, prod_id: 0x0100, dev_id: 0x20)
[   16.818520] ipmi_si IPI0001:00: IPMI kcs interface initialized
[   16.828876] power_meter ACPI000D:00: Found ACPI power meter.
[   16.834633] power_meter ACPI000D:00: hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
[   16.847722] ipmi_ssif: IPMI SSIF Interface driver
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mWait for udev To Complete Device Initialization^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mPreparation for Local File Systems^[[0m.
         Mounting ^[[0;1;39m/boot^[[0m...
      [   17.083762] XFS (sda6): Mounting V5 Filesystem 8a4de4ea-bc9f-4c69-9e30-c78fbc184188
   Mounting ^[[0;[   17.085976] XFS (dm-0): Mounting V5 Filesystem 3e33526b-995a-4b32-9d5d-d26941ce5b47
1;39m/home^[[0m...
         Starting ^[[0;1;39mFile System Check…/dev/disk/by-uuid/FBE5-86EF^[[0m...
[   17.110248] XFS (sda6): Ending clean mount
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;[   17.120533] XFS (dm-0): Ending clean mount
1;39m/boot^[[0m.
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39m/home^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mFile System Check…n /dev/disk/by-uuid/FBE5-86EF^[[0m.
         Mounting ^[[0;1;39m/boot/efi^[[0m...
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39m/boot/efi^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mLocal File Systems^[[0m.
         Starting ^[[0;1;39mTell Plymouth To Write Out Runtime Data^[[0m...
         Starting ^[[0;1;39mCreate Volatile Files and Directories^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mTell Plymouth To Write Out Runtime Data^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate Volatile Files and Directories^[[0m.
         Mounting ^[[0;1;39mRPC Pipe File System^[[0m...
         Starting ^[[0;1;39mSecurity Auditing Service^[[0m...
         Starting ^[[0;1;39mRPC Bind^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mRPC Bind^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mSecurity Auditing Service^[[[   17.317902] RPC: Registered named UNIX socket transport module.
0m.
         S[   17.324208] RPC: Registered udp transport module.
tarting ^[[0;1;39[   17.324209] RPC: Registered tcp transport module.
mRecord System B[   17.324210] RPC: Registered tcp-with-tls transport module.
oot/Shutdown in [   17.324211] RPC: Registered tcp NFSv4.1 backchannel transport module.
UTMP^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mRecord System Boot/Shutdown in UTMP^[[0m.
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39mRPC Pipe File System^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mrpc_pipefs.target^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSystem Initialization^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mdnf makecache --timer^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mDaily rotation of log files^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mUpdates mlocate database every day^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mDaily Cleanup of Temporary Directories^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mdaily update of the root trust anchor for DNSSEC^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mTimer Units^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mD-Bus System Message Bus Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mOpen-iSCSI iscsid Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mOpen-iSCSI iscsiuio Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mSSSD Kerberos…ache Manager responder socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt interface daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt locking daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt locking daemon admin socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt logging daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt logging daemon admin socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt network daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt nodedev daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt nwfilter daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt proxy daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt QEMU daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt QEMU daemon admin socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt QEMU daemon read-only socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt secret daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt storage daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSocket Units^[[0m.
         Starting ^[[0;1;39mD-Bus System Message Bus^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mD-Bus System Message Bus^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mBasic System^[[0m.
         Starting ^[[0;1;39mNTP client/server^[[0m...
         Starting ^[[0;1;39mRestore /run/initramfs on shutdown^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mirqbalance daemon^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mlibstoragemgmt plug-in server daemon^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mLow Memory Monitor^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mMachine Check Exception Logging Daemon^[[0m.
         Starting ^[[0;1;39mAuthorization Manager^[[0m...
         Starting ^[[0;1;39mSystem Logging Service^[[0m...
         Starting ^[[0;1;39mSelf Monitoring a…g Technology (SMART) Daemon^[[0m...
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39msshd-keygen.target^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mUser and Group Name Lookups^[[0m.
         Starting ^[[0;1;39mUser Login Management^[[0m...
         Starting ^[[0;1;39mVirtual Machine a…tainer Registration Service^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mRestore /run/initramfs on shutdown^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mSystem Logging Service^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mVirtual Machine an…ontainer Registration Service^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mUser Login Management^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mNTP client/server^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mSelf Monitoring an…ing Technology (SMART) Daemon^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mAuthorization Manager^[[0m.
         Starting ^[[0;1;39mfirewalld - dynamic firewall daemon^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mfirewalld - dynamic firewall daemon^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mPreparation for Network^[[0m.
         Starting ^[[0;1;39mNetwork Manager^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mNetwork Manager^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mNetwork^[[0m.
         Starting ^[[0;1;39mNetwork Manager Wait Online^[[0m...
         Starting ^[[0;1;39mGSSAPI Proxy Daemon^[[0m...
         Starting ^[[0;1;39mEnable periodic u…f entitlement certificates.^[[0m...
         Starting ^[[0;1;39mOpenSSH server daemon^[[0m...
         Starting ^[[0;1;39mDynamic System Tuning Daemon^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mEnable periodic up… of entitlement certificates.^[[0m.
         Starting ^[[0;1;39mHostname Service^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mGSSAPI Proxy Daemon^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mNFS client services^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mOpenSSH server daemon^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mHostname Service^[[0m.
         Starting ^[[0;1;39mNetwork Manager Script Dispatcher Service^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mNetwork Manager Script Dispatcher Service^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mDynamic System Tuning Daemon^[[0m.
[^[[0m^[[0;31m*     ^[[0m] A start job is running for Network Manager Wait Online (5s / no limit)
^[M\r^[[K[^[[0;1;31m*^[[0m^[[0;31m*    ^[[0m] A start job is running for Network Manager Wait Online (6s / no limit)
[   21.638137] tg3 0000:c1:00.0 eth0: Link is up at 1000 Mbps, full duplex
[   21.644762] tg3 0000:c1:00.0 eth0: Flow control is off for TX and off for RX
[   21.651806] tg3 0000:c1:00.0 eth0: EEE is disabled
^[M\r^[[K[^[[0;31m*^[[0;1;31m*^[[0m^[[0;31m*   ^[[0m] A start job is running for Network Manager Wait Online (6s / no limit)
^[M\r^[[K[ ^[[0;31m*^[[0;1;31m*^[[0m^[[0;31m*  ^[[0m] A start job is running for Network Manager Wait Online (7s / no limit)
^[M\r^[[K[  ^[[0;31m*^[[0;1;31m*^[[0m^[[0;31m* ^[[0m] A start job is running for Network Manager Wait Online (7s / no limit)
^[M\r^[[K[   ^[[0;31m*^[[0;1;31m*^[[0m^[[0;31m*^[[0m] A start job is running for Network Manager Wait Online (8s / no limit)
^[M\r^[[K[    ^[[0;31m*^[[0;1;31m*^[[0m] A start job is running for Network Manager Wait Online (8s / no limit)
^[M\r^[[K[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mNetwork Manager Wait Online^[[0m.
^[[K[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mNetwork is Online^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mPreparation for Remote File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mRemote File Systems^[[0m.
         Starting ^[[0;1;39mNotify NFS peers of a restart^[[0m...
         Starting ^[[0;1;39mPermit User Sessions^[[0m...
         Starting ^[[0;1;39mlibvirt QEMU daemon^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mNotify NFS peers of a restart^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mPermit User Sessions^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mDeferred execution scheduler^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mCommand Scheduler^[[0m.
         Starting ^[[0;1;39mHold until boot process finishes up^[[0m...
         Starting ^[[0;1;39mTerminate Plymouth Boot Screen^[[0m...
[   24.394548] fbcon: Taking over console
[   24.439096] Console: switching to colour frame buffer device 128x48

Red Hat Enterprise Linux 9.1 (Plow)
Kernel 6.11.0-rc6-next-20240902 on an x86_64

Activate the web console with: systemctl enable --now cockpit.socket

hostname login: [   84.563639] sda6: Can't mount, would change RO state
^[[2J^[[3J^[[-1;-1f[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mUser Manager for UID 0^[[0m.
         Stopping ^[[0;1;39mUser Runtime Directory /run/user/0^[[0m...
[^[[0;32m  OK  ^[[0m] Unmounted ^[[0;1;39m/run/user/0^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mShow Plymouth Reboot Screen^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mUser Runtime Directory /run/user/0^[[0m.
[^[[0;32m  OK  ^[[0m] Removed slice ^[[0;1;39mUser Slice of UID 0^[[0m.
         Stopping ^[[0;1;39mPermit User Sessions^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mPermit User Sessions^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mRemote File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mPreparation for Remote File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mNFS client services^[[0m.
         Stopping ^[[0;1;39mGSSAPI Proxy Daemon^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mGSSAPI Proxy Daemon^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mUser Login Management^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mUser and Group Name Lookups^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mSystem Logging Service^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mDynamic System Tuning Daemon^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mNetwork^[[0m.
         Stopping ^[[0;1;39mNetwork Manager^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mNetwork Manager^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mPreparation for Network^[[0m.
         Stopping ^[[0;1;39mfirewalld - dynamic firewall daemon^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mfirewalld - dynamic firewall daemon^[[0m.
         Stopping ^[[0;1;39mAuthorization Manager^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mAuthorization Manager^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mBasic System^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mForward Password R…s to Plymouth Directory Watch^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mPath Units^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mSlice Units^[[0m.
[^[[0;32m  OK  ^[[0m] Removed slice ^[[0;1;39mVirtual Machine and Container Slice^[[0m.
[^[[0;32m  OK  ^[[0m] Removed slice ^[[0;1;39mUser and Session Slice^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mSocket Units^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mOpen-iSCSI iscsid Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mOpen-iSCSI iscsiuio Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mSSSD Kerberos Cache Manager responder socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mlibvirt interface daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mlibvirt locking daemon admin socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mlibvirt locking dae[   85.361505] audit: type=1305 audit(1725262876.923:182): op=set audit_pid=0 old=2244 auid=4294967295 ses=4294967295 subj=unconfined res=1
mon socket^[[0m.
[^[[0;32m  OK  [   85.376433] audit: type=1131 audit(1725262876.939:183): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=auditd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
^[[0m] Closed ^[[0[   85.397643] audit: type=1131 audit(1725262876.959:184): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
;1;39mlibvirt logging daemon admin socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mlibvirt logging daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mlibvirt network daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mlibvirt nodedev daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mlibvirt nwfilter daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mlibvirt proxy daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mlibvirt QEMU daemon admin socket^[[0m.
[^[[0;32[   85.461817] XFS (dm-0): Unmounting Filesystem 3e33526b-995a-4b32-9d5d-d26941ce5b47
m  OK  ^[[0m] Clo[   85.469769] XFS (sda6): Unmounting Filesystem 8a4de4ea-bc9f-4c69-9e30-c78fbc184188
sed ^[[0;1;39mlib[   85.478688] audit: type=1131 audit(1725262877.043:185): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=systemd-fsck@dev-disk-by\x2duuid-FBE5\x2d86EF comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
virt QEMU daemon read-only socket^[[0m.
[^[[0;32[   85.505963] audit: type=1131 audit(1725262877.067:186): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=systemd-remount-fs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
m  OK  ^[[0m] Clo[   85.527468] audit: type=1131 audit(1725262877.091:187): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
sed ^[[0;1;39mlibvirt QEMU daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mlibvirt secret daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mlibvirt storage daemon socket^[[0m.
         Stopping ^[[0;1;39mD-Bus System Message Bus^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mD-Bus System Message Bus^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mD-Bus System Message Bus Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mSystem Initialization^[[0m.
[^[[0;32m  OK  ^[[0m] Unset automount ^[[0;1;39mArbitrary …s File System Automount Point^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mLocal Encrypted Volumes^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mForward Password R…uests to Wall Directory Watch^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mLocal Integrity Protected Volumes^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39m[   85.624147] audit: type=1131 audit(1725262877.187:188): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Swaps^[[0m.
[^[[[   85.645212] audit: type=1130 audit(1725262877.207:189): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=systemd-reboot comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
0;32m  OK  ^[[0m][   85.666311] audit: type=1131 audit(1725262877.207:190): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=systemd-reboot comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
 Stopped target ^[[0;1;39mLocal V[   85.689700] audit: type=1334 audit(1725262877.251:191): prog-id=25 op=UNLOAD
erity Protected Volumes^[[0m.
         Deactivating swap ^[[0;1;39m/dev/dis…dm-name-rhel_hostname-swap^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mRead and set NIS d…e from /etc/sysconfig/network^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mApply Kernel Variables^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mLoad Kernel Modules^[[0m.
         Stopping ^[[0;1;39mRecord System Bo[   85.730528] watchdog: watchdog0: watchdog did not stop!
ot/Shutdown in UTMP^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mRecord System [   85.741633] systemd-shutdown[1]: Using hardware watchdog 'SP5100 TCO timer', version 0, device /dev/watchdog0
Boot/Shutdown in[   85.753551] systemd-shutdown[1]: Watchdog running with a timeout of 10min.
 UTMP^[[0m.
         Stopping ^[[0;1;39mSecurity Auditing Service^[[0m...
[^[[0;32m  OK  ^[[0m] D[   85.769065] systemd-shutdown[1]: Syncing filesystems and block devices.
eactivated swap [   85.776214] systemd-shutdown[1]: Sending SIGTERM to remaining processes...
^[[0;1;39m/dev/disk…f-0fb1-4c94-97ac-38505613fcbf^[[0m.
[^[[0;32m  OK  ^[[0m] Deactivated swap ^[[0;1;39m/dev/disk…yeb12DWUnp5czhD1hrKFNCXkJMetK^[[0m.
[^[[0;32m  OK  ^[[0m] Deactivated swap ^[[0;1;39m/dev/disk…d/dm-name-rhe[   85.803369] systemd-journald[1710]: Received SIGTERM from PID 1 (systemd-shutdow).
l_hostname-swap^[[0m.
[^[[0;32m  OK  ^[[0m] Deactivated swap ^[[0;1;39m/dev/rhel_hostname/swap^[[0m.
[^[[0;32m  OK  ^[[0m] Deactivated swap ^[[0;1;39m/dev/dm-2^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mSecurity Auditing Service^[[0m.
[^[[0;32m  OK  ^[[0m] Deactivated swap ^[[0;1;39m/dev/mapper/rhel_hostname-swap^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mCreate Volatile Files and Directories^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mLocal File Systems^[[0m.
         Unmounting ^[[0;1;39m/boot/efi^[[0m...
         Unmounting ^[[0;1;39m/home^[[0m...
[^[[0;32m  OK  ^[[0m] Unmounted ^[[0;1;39m/boot/efi^[[0m.
         Unmounting ^[[0;1;39m/boot^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mFile System Check on /dev/disk/by-uuid/FBE5-86EF^[[0m.
[^[[0;32m  OK  ^[[0m] Removed slice ^[[0;1;39mSlice /system/systemd-fsck^[[0m.
[^[[0;32m  OK  ^[[0m] Unmounted ^[[0;1;39m/home^[[0m.
[^[[0;32m  OK  ^[[0m] Unmounted ^[[0;1;39m/boot^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mPreparation for Local File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mUnmount All Filesystems^[[0m.
         Stopping ^[[0;1;39mMonitoring of LVM…meventd or progress polling^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mRemount Root and Kernel File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mCreate Static Device Nodes in /dev^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mMonitoring of LVM2… dmeventd or progress polling^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSystem Shutdown^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mLate Shutdown Services^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mSystem Reboot^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSystem Reboot^[[0m.
[   85.966552] systemd-shutdown[1]: Sending SIGKILL to remaining processes...
[   85.991921] systemd-shutdown[1]: Unmounting file systems.
[   85.998098] [4060]: Remounting '/' read-only with options 'attr2,inode64,logbufs=8,logbsize=32k,noquota'.
[   86.087571] systemd-shutdown[1]: All filesystems unmounted.
[   86.093151] systemd-shutdown[1]: Deactivating swaps.
[   86.098213] systemd-shutdown[1]: All swaps deactivated.
[   86.103447] systemd-shutdown[1]: Detaching loop devices.
[   86.109534] systemd-shutdown[1]: All loop devices detached.
[   86.115110] systemd-shutdown[1]: Stopping MD devices.
[   86.120219] systemd-shutdown[1]: All MD devices stopped.
[   86.125536] systemd-shutdown[1]: Detaching DM devices.
[   86.131111] systemd-shutdown[1]: Detaching DM /dev/dm-2 (253:2).
[   86.178170] systemd-shutdown[1]: Detaching DM /dev/dm-0 (253:0).
[   86.222260] systemd-shutdown[1]: Not all DM devices detached, 1 left.
[   86.228809] systemd-shutdown[1]: Detaching DM devices.
[   86.234212] systemd-shutdown[1]: Not all DM devices detached, 1 left.
[   86.240691] systemd-shutdown[1]: Detaching DM devices.
[   86.245991] systemd-shutdown[1]: Not all DM devices detached, 1 left.
[   86.252431] systemd-shutdown[1]: Cannot finalize remaining DM devices, continuing.
[   86.291784] systemd-shutdown[1]: Failed to finalize DM devices, ignoring.
[   86.298902] systemd-shutdown[1]: Syncing filesystems and block devices.
[   86.305541] systemd-shutdown[1]: Rebooting.
[   86.310729] sd 8:0:2:0: [sdc] Synchronizing SCSI cache
[   86.316266] sd 8:0:0:0: [sda] Synchronizing SCSI cache
[   87.745095] mpt3sas_cm0: sending message unit reset !!
[   87.751755] mpt3sas_cm0: message unit reset: SUCCESS
[   87.759021] ACPI: PM: Preparing to enter system sleep state S5
[   87.764969] kvm: exiting hardware virtualization
[   87.769620] reboot: Restarting system
[   87.773290] reboot: machine restart
^[[c^[[2J^[[01;01H^[[=3h^[[2J^[[01;01HKEY MAPPING FOR CONSOLE REDIRECTION:

Use the <ESC><1> key sequence for <F1>
Use the <ESC><2> key sequence for <F2>
Use the <ESC><3> key sequence for <F3>
Use the <ESC><0> key sequence for <F10>
Use the <ESC><!> key sequence for <F11>
Use the <ESC><@> key sequence for <F12>

Use the <ESC><Ctrl><M> key sequence for <Ctrl><M>
Use the <ESC><Ctrl><H> key sequence for <Ctrl><H>
Use the <ESC><Ctrl><I> key sequence for <Ctrl><I>
Use the <ESC><Ctrl><J> key sequence for <Ctrl><J>

Use the <ESC><X><X> key sequence for <Alt><x>, where x is any letter
key, and X is the upper case of that key

Use the <ESC><R><ESC><r><ESC><R> key sequence for <Ctrl><Alt><Del>

Press the spacebar to pause...
Initializing PCIe, USB, and Video... Done
PowerEdge R6515
BIOS Version: 2.14.1
Console Redirection Enabled Requested by iDRAC

F2	 = System Setup
F10	 = Lifecycle Controller (Config
	   iDRAC, Update FW, Install OS)
F11	 = Boot Manager
F12	 = PXE Boot
iDRAC IPV4:  10.86.18.202 [Dedicated]
                                
Initializing Firmware Interfaces...
 





Enumerating Boot options...
Enumerating Boot options... Done
Loading Lifecycle Controller Drivers...
Loading Lifecycle Controller Drivers...Done
Lifecycle Controller: Collecting System Inventory...

iDRAC IPV4:  10.86.18.202 [Dedicated]

^[[2J^[[01;01HLifecycle Controller: Done
Booting...
^[[2J^[[01;01HBooting from Integrated Storage Controller 1: Red Hat Enterprise Linux
^[[0m^[[30m^[[40m^[[2J^[[01;01H^[[0m^[[37m^[[40m^[[20;07HUse the ^ and v keys to change the selection.                       
\r      Press 'e' to edit the selected item, or 'c' for a command prompt.   
\r      Press Escape to return to the previous menu.                        ^[[04;80H ^[[0m^[[30m^[[47m^[[04;01H      Red Hat Enterprise Linux (6.11.0-rc4-d2bafcf224-d2bafcf224f) 9.1 (Plow)  ^[[0m^[[37m^[[40m^[[04;79H^[[05;01H      Red Hat Enterprise Linux (6.11.0-rc3-df6cbc62cc-df6cbc6) 9.1 (Plow)      ^[[05;79H^[[06;01H      Red Hat Enterprise Linux (6.11.0-rc2-5189dafa4c-5189daf) 9.1 (Plow)      ^[[06;79H^[[07;01H      Red Hat Enterprise Linux (6.11.0-rc1-d3426a6ed9-d3426a6) 9.1 (Plow)      ^[[07;79H^[[08;01H      Red Hat Enterprise Linux (6.11.0-rc1) 9.1 (Plow)                         ^[[08;79H^[[09;01H      Red Hat Enterprise Linux (6.9.0-rc20ecaefb303) 9.1 (Plow)                ^[[09;79H^[[10;01H      Red Hat Enterprise Linux (5.14.0-162.6.1.el9_1.x86_64) 9.1 (Plow)        ^[[10;79H^[[11;01H      Red Hat Enterprise Linux (0-rescue-8f37f8055146469d8baec3ad508b0084) 9.1>
\r^[[12;01H^[[11;79H^[[12;01H      UEFI Firmware Settings                                                   ^[[12;79H^[[13;01H                                                                               ^[[13;79H^[[14;01H                                                                               ^[[14;79H^[[15;01H                                                                               ^[[15;79H^[[16;01H                                                                               ^[[16;79H^[[17;01H                                                                               ^[[17;79H^[[18;01H                                                                               ^[[18;79H^[[18;80H ^[[04;79H^[[23;01H   The selected entry will be started automatically in 5s.                     ^[[04;79H^[[23;01H   The selected entry will be started automatically in 4s.                     ^[[04;79H^[[23;01H   The selected entry will be started automatically in 3s.                     ^[[04;79H^[[23;01H   The selected entry will be started automatically in 2s.                     ^[[04;79H^[[23;01H   The selected entry will be started automatically in 1s.                     ^[[04;79H^[[23;01H   The selected entry will be started automatically in 0s.                     ^[[04;79H^[[0m^[[30m^[[40m^[[2J^[[01;01H^[[0m^[[37m^[[40m^[[0m^[[30m^[[40m^[[2J^[[01;01H^[[0m^[[37m^[[40m[    0.000000] Linux version 6.11.0-rc4-d2bafcf224-d2bafcf224f (root@hostname.amd.com) (gcc (GCC) 11.4.1 20231218 (Red Hat 11.4.1-3), GNU ld version 2.35.2-43.el9) #1 SMP PREEMPT_DYNAMIC Sun Aug 25 00:10:08 IST 2024
[    0.000000] Command line: BOOT_IMAGE=(hd0,gpt6)/vmlinuz-6.11.0-rc4-d2bafcf224-d2bafcf224f root=/dev/mapper/rhel_hostname-root ro selinux=0 console=ttyS0,115200n8 earlyprintk=ttyS0,115200 net.ifnames=0 biosdevname=0 swiotlb=131072 kvm_amd.debug_swap=0 mem_encrypt=off
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Hygon HygonGenuine
[    0.000000]   Centaur CentaurHauls
[    0.000000]   zhaoxin   Shanghai  
[    0.000000] SEV-SNP: RMP table physical range [0x0000000015e00000 - 0x00000000566fffff]
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000008efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000008f000-0x000000000008ffff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000000090000-0x000000000009ffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000015dfffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000015e00000-0x00000000566fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000056700000-0x00000000567fbfff] usable
[    0.000000] BIOS-e820: [mem 0x00000000567fc000-0x00000000567fcfff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000567fd000-0x000000005a14afff] usable
[    0.000000] BIOS-e820: [mem 0x000000005a14b000-0x000000005a34afff] reserved
[    0.000000] BIOS-e820: [mem 0x000000005a34b000-0x0000000067acefff] usable
[    0.000000] BIOS-e820: [mem 0x0000000067acf000-0x000000006dfcefff] reserved
[    0.000000] BIOS-e820: [mem 0x000000006dfcf000-0x000000006edfefff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000006edff000-0x000000006effefff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000006efff000-0x000000006effffff] usable
[    0.000000] BIOS-e820: [mem 0x000000006f000000-0x000000006f00afff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000006f00b000-0x000000006fffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000070000000-0x000000008fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000aa000000-0x00000000aaffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000c5000000-0x00000000c5ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000e0ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fd000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000207fcfffff] usable
[    0.000000] BIOS-e820: [mem 0x000000207fd00000-0x000000207fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000002080000000-0x000000407f1fffff] usable
[    0.000000] BIOS-e820: [mem 0x000000407f200000-0x000000407fffffff] reserved
[    0.000000] printk: legacy bootconsole [earlyser0] enabled
[    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-0x000000000008efff] usable
[    0.000000] reserve setup_data: [mem 0x000000000008f000-0x000000000008ffff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x0000000000090000-0x000000000009ffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000000100000-0x0000000000b4b01f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000b4b020-0x0000000000b5305f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000b53060-0x0000000000b5401f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000b54020-0x0000000000b8645f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000b86460-0x0000000000b8701f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000b87020-0x0000000000bb945f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000bb9460-0x0000000000bba01f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000bba020-0x0000000000bffe5f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000bffe60-0x0000000015dfffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000015e00000-0x00000000566fffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000056700000-0x00000000567fbfff] usable
[    0.000000] reserve setup_data: [mem 0x00000000567fc000-0x00000000567fcfff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000567fd000-0x000000005a14afff] usable
[    0.000000] reserve setup_data: [mem 0x000000005a14b000-0x000000005a34afff] reserved
[    0.000000] reserve setup_data: [mem 0x000000005a34b000-0x0000000067acefff] usable
[    0.000000] reserve setup_data: [mem 0x0000000067acf000-0x000000006dfcefff] reserved
[    0.000000] reserve setup_data: [mem 0x000000006dfcf000-0x000000006edfefff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x000000006edff000-0x000000006effefff] ACPI data
[    0.000000] reserve setup_data: [mem 0x000000006efff000-0x000000006effffff] usable
[    0.000000] reserve setup_data: [mem 0x000000006f000000-0x000000006f00afff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x000000006f00b000-0x000000006fffffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000070000000-0x000000008fffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000aa000000-0x00000000aaffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000c5000000-0x00000000c5ffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000e0000000-0x00000000e0ffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fd000000-0x00000000ffffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000207fcfffff] usable
[    0.000000] reserve setup_data: [mem 0x000000207fd00000-0x000000207fffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000002080000000-0x000000407f1fffff] usable
[    0.000000] reserve setup_data: [mem 0x000000407f200000-0x000000407fffffff] reserved
[    0.000000] efi: EFI v2.7 by Dell Inc.
[    0.000000] efi: ACPI=0x6effe000 ACPI 2.0=0x6effe014 MEMATTR=0x63f3c4a0 SMBIOS=0x6979e000 SMBIOS 3.0=0x6979c000 MOKvar=0x67bcc000 RNG=0x6efb4020 
[    0.000000] random: crng init done
[    0.000000] efi: Remove mem56: MMIO range=[0x80000000-0x8fffffff] (256MB) from e820 map
[    0.000000] efi: Remove mem57: MMIO range=[0xaa000000-0xaaffffff] (16MB) from e820 map
[    0.000000] efi: Remove mem58: MMIO range=[0xc5000000-0xc5ffffff] (16MB) from e820 map
[    0.000000] efi: Remove mem59: MMIO range=[0xe0000000-0xe0ffffff] (16MB) from e820 map
[    0.000000] efi: Remove mem60: MMIO range=[0xfd000000-0xffffffff] (48MB) from e820 map
[    0.000000] SMBIOS 3.3.0 present.
[    0.000000] DMI: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[    0.000000] DMI: Memory slots populated: 8/16
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 1996.304 MHz processor
[    0.000029] last_pfn = 0x407f200 max_arch_pfn = 0x400000000
[    0.005552] MTRR map: 7 entries (2 fixed + 5 variable; max 19), built from 9 variable MTRRs
[    0.013866] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Memory KASLR using RDRAND RDTSC...
[    0.023902] x2apic: enabled by BIOS, switching to x2apic ops
[    0.029536] last_pfn = 0x70000 max_arch_pfn = 0x400000000
[    0.039401] SEV-SNP: Reserving start/end of RMP table on a 2MB boundary [0x0000000056600000]
[    0.047664] Using GB pages for direct mapping
[    0.053030] Secure boot disabled
[    0.056079] RAMDISK: [mem 0x407cee8000-0x407f1fffff]
[    0.061020] ACPI: Early table checksum verification disabled
[    0.066654] ACPI: RSDP 0x000000006EFFE014 000024 (v02 DELL  )
[    0.072371] ACPI: XSDT 0x000000006EFB7188 0000DC (v01 DELL   PE_SC3   00000002 DELL 00000001)
[    0.080866] ACPI: FACP 0x000000006EFF9000 000114 (v06 DELL   PE_SC3   00000002 DELL 00000001)
[    0.089360] ACPI: DSDT 0x000000006EFDA000 019528 (v02 DELL   PE_SC3   00000002 DELL 00000001)
[    0.097850] ACPI: FACS 0x000000006EDB9000 000040
[    0.102444] ACPI: BERT 0x000000006EFFC000 000030 (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.110935] ACPI: ERST 0x000000006EFFB000 000230 (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.119429] ACPI: HEST 0x000000006EFFA000 0007F4 (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.127930] ACPI: HPET 0x000000006EFF8000 000038 (v01 DELL   PE_SC3   00000002 DELL 00000001)
[    0.136423] ACPI: APIC 0x000000006EFF6000 0018BE (v05 DELL   PE_SC3   00000002 DELL 00000001)
[    0.144916] ACPI: MCFG 0x000000006EFF5000 00003C (v01 DELL   PE_SC3   00000002 DELL 00000001)
[    0.153410] ACPI: WSMT 0x000000006EFF4000 000028 (v01 DELL   PE_SC3   00000002 DELL 00000001)
[    0.161902] ACPI: SSDT 0x000000006EFD9000 000629 (v02 DELL   xhc_port 00000001 INTL 20210331)
[    0.170394] ACPI: SSDT 0x000000006EFD8000 000D6E (v02 AMD    CPMRAS   00000001 INTL 20210331)
[    0.178889] ACPI: EINJ 0x000000006EFD7000 000170 (v01 AMD    PE_SC3   00000001 AMD  00000001)
[    0.187381] ACPI: PCCT 0x000000006EFD6000 00006E (v02 DELL   AmdTable 00000001 AMD  00000001)
[    0.195874] ACPI: SSDT 0x000000006EFC7000 00E849 (v02 DELL   PE_SC3   00000001 AMD  00000001)
[    0.204366] ACPI: SRAT 0x000000006EFC6000 000CD0 (v03 DELL   PE_SC3   00000001 AMD  00000001)
[    0.212860] ACPI: MSCT 0x000000006EFC5000 00004E (v01 DELL   PE_SC3   00000000 AMD  00000001)
[    0.221352] ACPI: SLIT 0x000000006EFC4000 000030 (v01 DELL   PE_SC3   00000001 AMD  00000001)
[    0.229906] ACPI: CRAT 0x000000006EFBC000 0072F8 (v01 DELL   PE_SC3   00000001 AMD  00000001)
[    0.238398] ACPI: CDIT 0x000000006EFBB000 00002C (v01 DELL   PE_SC3   00000001 AMD  00000001)
[    0.246891] ACPI: IVRS 0x000000006EFBA000 0001F0 (v02 DELL   PE_SC3   00000001 AMD  00000001)
[    0.255384] ACPI: SPCR 0x000000006EFB9000 000050 (v02 DELL   PE_SC3   00000002 DELL 00000001)
[    0.263877] ACPI: SLIC 0x000000006EFB8000 000176 (v01 DELL   PE_SC3   00000002 DELL 00000001)
[    0.272371] ACPI: SSDT 0x000000006EFFD000 000D66 (v02 DELL   PE_SC3   00000002 DELL 00000001)
[    0.280862] ACPI: SSDT 0x000000006EFB5000 00193C (v02 AMD    CPMCMN   00000001 INTL 20210331)
[    0.289356] ACPI: Reserving FACP table memory at [mem 0x6eff9000-0x6eff9113]
[    0.296375] ACPI: Reserving DSDT table memory at [mem 0x6efda000-0x6eff3527]
[    0.303395] ACPI: Reserving FACS table memory at [mem 0x6edb9000-0x6edb903f]
[    0.310414] ACPI: Reserving BERT table memory at [mem 0x6effc000-0x6effc02f]
[    0.317434] ACPI: Reserving ERST table memory at [mem 0x6effb000-0x6effb22f]
[    0.324480] ACPI: Reserving HEST table memory at [mem 0x6effa000-0x6effa7f3]
[    0.331499] ACPI: Reserving HPET table memory at [mem 0x6eff8000-0x6eff8037]
[    0.338518] ACPI: Reserving APIC table memory at [mem 0x6eff6000-0x6eff78bd]
[    0.345538] ACPI: Reserving MCFG table memory at [mem 0x6eff5000-0x6eff503b]
[    0.352558] ACPI: Reserving WSMT table memory at [mem 0x6eff4000-0x6eff4027]
[    0.359576] ACPI: Reserving SSDT table memory at [mem 0x6efd9000-0x6efd9628]
[    0.366597] ACPI: Reserving SSDT table memory at [mem 0x6efd8000-0x6efd8d6d]
[    0.373616] ACPI: Reserving EINJ table memory at [mem 0x6efd7000-0x6efd716f]
[    0.380635] ACPI: Reserving PCCT table memory at [mem 0x6efd6000-0x6efd606d]
[    0.387656] ACPI: Reserving SSDT table memory at [mem 0x6efc7000-0x6efd5848]
[    0.394675] ACPI: Reserving SRAT table memory at [mem 0x6efc6000-0x6efc6ccf]
[    0.401696] ACPI: Reserving MSCT table memory at [mem 0x6efc5000-0x6efc504d]
[    0.408714] ACPI: Reserving SLIT table memory at [mem 0x6efc4000-0x6efc402f]
[    0.415734] ACPI: Reserving CRAT table memory at [mem 0x6efbc000-0x6efc32f7]
[    0.422754] ACPI: Reserving CDIT table memory at [mem 0x6efbb000-0x6efbb02b]
[    0.429800] ACPI: Reserving IVRS table memory at [mem 0x6efba000-0x6efba1ef]
[    0.436818] ACPI: Reserving SPCR table memory at [mem 0x6efb9000-0x6efb904f]
[    0.443838] ACPI: Reserving SLIC table memory at [mem 0x6efb8000-0x6efb8175]
[    0.450858] ACPI: Reserving SSDT table memory at [mem 0x6effd000-0x6effdd65]
[    0.457879] ACPI: Reserving SSDT table memory at [mem 0x6efb5000-0x6efb693b]
[    0.464972] APIC: Switched APIC routing to: cluster x2apic
[    0.470370] SRAT: PXM 0 -> APIC 0x0000 -> Node 0
[    0.474950] SRAT: PXM 0 -> APIC 0x0001 -> Node 0
[    0.479543] SRAT: PXM 0 -> APIC 0x0002 -> Node 0
[    0.484137] SRAT: PXM 0 -> APIC 0x0003 -> Node 0
[    0.488730] SRAT: PXM 0 -> APIC 0x0004 -> Node 0
[    0.493323] SRAT: PXM 0 -> APIC 0x0005 -> Node 0
[    0.497915] SRAT: PXM 0 -> APIC 0x0006 -> Node 0
[    0.502509] SRAT: PXM 0 -> APIC 0x0007 -> Node 0
[    0.507101] SRAT: PXM 0 -> APIC 0x0008 -> Node 0
[    0.511694] SRAT: PXM 0 -> APIC 0x0009 -> Node 0
[    0.516288] SRAT: PXM 0 -> APIC 0x000a -> Node 0
[    0.520881] SRAT: PXM 0 -> APIC 0x000b -> Node 0
[    0.525475] SRAT: PXM 0 -> APIC 0x000c -> Node 0
[    0.530067] SRAT: PXM 0 -> APIC 0x000d -> Node 0
[    0.534660] SRAT: PXM 0 -> APIC 0x000e -> Node 0
[    0.539254] SRAT: PXM 0 -> APIC 0x000f -> Node 0
[    0.543847] SRAT: PXM 0 -> APIC 0x0010 -> Node 0
[    0.548440] SRAT: PXM 0 -> APIC 0x0011 -> Node 0
[    0.553033] SRAT: PXM 0 -> APIC 0x0012 -> Node 0
[    0.557626] SRAT: PXM 0 -> APIC 0x0013 -> Node 0
[    0.562219] SRAT: PXM 0 -> APIC 0x0014 -> Node 0
[    0.566812] SRAT: PXM 0 -> APIC 0x0015 -> Node 0
[    0.571405] SRAT: PXM 0 -> APIC 0x0016 -> Node 0
[    0.575998] SRAT: PXM 0 -> APIC 0x0017 -> Node 0
[    0.580591] SRAT: PXM 0 -> APIC 0x0018 -> Node 0
[    0.585183] SRAT: PXM 0 -> APIC 0x0019 -> Node 0
[    0.589777] SRAT: PXM 0 -> APIC 0x001a -> Node 0
[    0.594371] SRAT: PXM 0 -> APIC 0x001b -> Node 0
[    0.598963] SRAT: PXM 0 -> APIC 0x001c -> Node 0
[    0.603557] SRAT: PXM 0 -> APIC 0x001d -> Node 0
[    0.608150] SRAT: PXM 0 -> APIC 0x001e -> Node 0
[    0.612742] SRAT: PXM 0 -> APIC 0x001f -> Node 0
[    0.617335] SRAT: PXM 0 -> APIC 0x0020 -> Node 0
[    0.621929] SRAT: PXM 0 -> APIC 0x0021 -> Node 0
[    0.626521] SRAT: PXM 0 -> APIC 0x0022 -> Node 0
[    0.631141] SRAT: PXM 0 -> APIC 0x0023 -> Node 0
[    0.635735] SRAT: PXM 0 -> APIC 0x0024 -> Node 0
[    0.640328] SRAT: PXM 0 -> APIC 0x0025 -> Node 0
[    0.644920] SRAT: PXM 0 -> APIC 0x0026 -> Node 0
[    0.649514] SRAT: PXM 0 -> APIC 0x0027 -> Node 0
[    0.654107] SRAT: PXM 0 -> APIC 0x0028 -> Node 0
[    0.658700] SRAT: PXM 0 -> APIC 0x0029 -> Node 0
[    0.663292] SRAT: PXM 0 -> APIC 0x002a -> Node 0
[    0.667886] SRAT: PXM 0 -> APIC 0x002b -> Node 0
[    0.672478] SRAT: PXM 0 -> APIC 0x002c -> Node 0
[    0.677071] SRAT: PXM 0 -> APIC 0x002d -> Node 0
[    0.681664] SRAT: PXM 0 -> APIC 0x002e -> Node 0
[    0.686258] SRAT: PXM 0 -> APIC 0x002f -> Node 0
[    0.690851] SRAT: PXM 0 -> APIC 0x0030 -> Node 0
[    0.695444] SRAT: PXM 0 -> APIC 0x0031 -> Node 0
[    0.700037] SRAT: PXM 0 -> APIC 0x0032 -> Node 0
[    0.704631] SRAT: PXM 0 -> APIC 0x0033 -> Node 0
[    0.709224] SRAT: PXM 0 -> APIC 0x0034 -> Node 0
[    0.713816] SRAT: PXM 0 -> APIC 0x0035 -> Node 0
[    0.718409] SRAT: PXM 0 -> APIC 0x0036 -> Node 0
[    0.723002] SRAT: PXM 0 -> APIC 0x0037 -> Node 0
[    0.727595] SRAT: PXM 0 -> APIC 0x0038 -> Node 0
[    0.732189] SRAT: PXM 0 -> APIC 0x0039 -> Node 0
[    0.736808] SRAT: PXM 0 -> APIC 0x003a -> Node 0
[    0.741401] SRAT: PXM 0 -> APIC 0x003b -> Node 0
[    0.745993] SRAT: PXM 0 -> APIC 0x003c -> Node 0
[    0.750587] SRAT: PXM 0 -> APIC 0x003d -> Node 0
[    0.755179] SRAT: PXM 0 -> APIC 0x003e -> Node 0
[    0.759773] SRAT: PXM 0 -> APIC 0x003f -> Node 0
[    0.764366] SRAT: PXM 1 -> APIC 0x0040 -> Node 1
[    0.768960] SRAT: PXM 1 -> APIC 0x0041 -> Node 1
[    0.773552] SRAT: PXM 1 -> APIC 0x0042 -> Node 1
[    0.778145] SRAT: PXM 1 -> APIC 0x0043 -> Node 1
[    0.782739] SRAT: PXM 1 -> APIC 0x0044 -> Node 1
[    0.787332] SRAT: PXM 1 -> APIC 0x0045 -> Node 1
[    0.791924] SRAT: PXM 1 -> APIC 0x0046 -> Node 1
[    0.796518] SRAT: PXM 1 -> APIC 0x0047 -> Node 1
[    0.801111] SRAT: PXM 1 -> APIC 0x0048 -> Node 1
[    0.805704] SRAT: PXM 1 -> APIC 0x0049 -> Node 1
[    0.810298] SRAT: PXM 1 -> APIC 0x004a -> Node 1
[    0.814890] SRAT: PXM 1 -> APIC 0x004b -> Node 1
[    0.819483] SRAT: PXM 1 -> APIC 0x004c -> Node 1
[    0.824076] SRAT: PXM 1 -> APIC 0x004d -> Node 1
[    0.828670] SRAT: PXM 1 -> APIC 0x004e -> Node 1
[    0.833263] SRAT: PXM 1 -> APIC 0x004f -> Node 1
[    0.837872] SRAT: PXM 1 -> APIC 0x0050 -> Node 1
[    0.842466] SRAT: PXM 1 -> APIC 0x0051 -> Node 1
[    0.847060] SRAT: PXM 1 -> APIC 0x0052 -> Node 1
[    0.851652] SRAT: PXM 1 -> APIC 0x0053 -> Node 1
[    0.856246] SRAT: PXM 1 -> APIC 0x0054 -> Node 1
[    0.860839] SRAT: PXM 1 -> APIC 0x0055 -> Node 1
[    0.865432] SRAT: PXM 1 -> APIC 0x0056 -> Node 1
[    0.870025] SRAT: PXM 1 -> APIC 0x0057 -> Node 1
[    0.874618] SRAT: PXM 1 -> APIC 0x0058 -> Node 1
[    0.879211] SRAT: PXM 1 -> APIC 0x0059 -> Node 1
[    0.883804] SRAT: PXM 1 -> APIC 0x005a -> Node 1
[    0.888398] SRAT: PXM 1 -> APIC 0x005b -> Node 1
[    0.892989] SRAT: PXM 1 -> APIC 0x005c -> Node 1
[    0.897584] SRAT: PXM 1 -> APIC 0x005d -> Node 1
[    0.902176] SRAT: PXM 1 -> APIC 0x005e -> Node 1
[    0.906769] SRAT: PXM 1 -> APIC 0x005f -> Node 1
[    0.911362] SRAT: PXM 1 -> APIC 0x0060 -> Node 1
[    0.915955] SRAT: PXM 1 -> APIC 0x0061 -> Node 1
[    0.920548] SRAT: PXM 1 -> APIC 0x0062 -> Node 1
[    0.925141] SRAT: PXM 1 -> APIC 0x0063 -> Node 1
[    0.929735] SRAT: PXM 1 -> APIC 0x0064 -> Node 1
[    0.934328] SRAT: PXM 1 -> APIC 0x0065 -> Node 1
[    0.938956] SRAT: PXM 1 -> APIC 0x0066 -> Node 1
[    0.943549] SRAT: PXM 1 -> APIC 0x0067 -> Node 1
[    0.948167] SRAT: PXM 1 -> APIC 0x0068 -> Node 1
[    0.952760] SRAT: PXM 1 -> APIC 0x0069 -> Node 1
[    0.957353] SRAT: PXM 1 -> APIC 0x006a -> Node 1
[    0.961946] SRAT: PXM 1 -> APIC 0x006b -> Node 1
[    0.966540] SRAT: PXM 1 -> APIC 0x006c -> Node 1
[    0.971133] SRAT: PXM 1 -> APIC 0x006d -> Node 1
[    0.975725] SRAT: PXM 1 -> APIC 0x006e -> Node 1
[    0.980319] SRAT: PXM 1 -> APIC 0x006f -> Node 1
[    0.984912] SRAT: PXM 1 -> APIC 0x0070 -> Node 1
[    0.989506] SRAT: PXM 1 -> APIC 0x0071 -> Node 1
[    0.994098] SRAT: PXM 1 -> APIC 0x0072 -> Node 1
[    0.998691] SRAT: PXM 1 -> APIC 0x0073 -> Node 1
[    1.003284] SRAT: PXM 1 -> APIC 0x0074 -> Node 1
[    1.007878] SRAT: PXM 1 -> APIC 0x0075 -> Node 1
[    1.012471] SRAT: PXM 1 -> APIC 0x0076 -> Node 1
[    1.017064] SRAT: PXM 1 -> APIC 0x0077 -> Node 1
[    1.021656] SRAT: PXM 1 -> APIC 0x0078 -> Node 1
[    1.026249] SRAT: PXM 1 -> APIC 0x0079 -> Node 1
[    1.030844] SRAT: PXM 1 -> APIC 0x007a -> Node 1
[    1.035436] SRAT: PXM 1 -> APIC 0x007b -> Node 1
[    1.040029] SRAT: PXM 1 -> APIC 0x007c -> Node 1
[    1.044622] SRAT: PXM 1 -> APIC 0x007d -> Node 1
[    1.049267] SRAT: PXM 1 -> APIC 0x007e -> Node 1
[    1.053861] SRAT: PXM 1 -> APIC 0x007f -> Node 1
[    1.058454] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff]
[    1.064433] ACPI: SRAT: Node 0 PXM 0 [mem 0x000c0000-0x7fffffff]
[    1.070413] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0x207fffffff]
[    1.076653] ACPI: SRAT: Node 1 PXM 1 [mem 0x2080000000-0x407fffffff]
[    1.082986] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x000c0000-0x7fffffff] -> [mem 0x00000000-0x7fffffff]
[    1.093204] NUMA: Node 0 [mem 0x00000000-0x7fffffff] + [mem 0x100000000-0x207fffffff] -> [mem 0x00000000-0x207fffffff]
[    1.103871] NODE_DATA(0) allocated [mem 0x207fcd5000-0x207fcfffff]
[    1.110025] NODE_DATA(1) allocated [mem 0x407cebc000-0x407cee6fff]
[    1.116502] Zone ranges:
[    1.118856]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    1.125009]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    1.131163]   Normal   [mem 0x0000000100000000-0x000000407f1fffff]
[    1.137316]   Device   empty
[    1.140175] Movable zone start for each node
[    1.144423] Early memory node ranges
[    1.148009]   node   0: [mem 0x0000000000001000-0x000000000008efff]
[    1.154267]   node   0: [mem 0x0000000000090000-0x000000000009ffff]
[    1.160507]   node   0: [mem 0x0000000000100000-0x0000000015dfffff]
[    1.166747]   node   0: [mem 0x0000000056700000-0x00000000567fbfff]
[    1.172985]   node   0: [mem 0x00000000567fd000-0x000000005a14afff]
[    1.179225]   node   0: [mem 0x000000005a34b000-0x0000000067acefff]
[    1.185465]   node   0: [mem 0x000000006efff000-0x000000006effffff]
[    1.191704]   node   0: [mem 0x000000006f00b000-0x000000006fffffff]
[    1.197944]   node   0: [mem 0x0000000100000000-0x000000207fcfffff]
[    1.204194]   node   1: [mem 0x0000002080000000-0x000000407f1fffff]
[    1.210433] Initmem setup node 0 [mem 0x0000000000001000-0x000000207fcfffff]
[    1.217446] Initmem setup node 1 [mem 0x0000002080000000-0x000000407f1fffff]
[    1.224465] On node 0, zone DMA: 1 pages in unavailable ranges
[    1.230269] On node 0, zone DMA: 1 pages in unavailable ranges
[    1.236087] On node 0, zone DMA: 96 pages in unavailable ranges
[    1.242416] On node 0, zone DMA32: 35072 pages in unavailable ranges
[    1.248708] On node 0, zone DMA32: 1 pages in unavailable ranges
[    1.254726] On node 0, zone DMA32: 512 pages in unavailable ranges
[    1.260896] On node 0, zone DMA32: 30000 pages in unavailable ranges
[    1.267077] On node 0, zone DMA32: 11 pages in unavailable ranges
[    1.492622] On node 1, zone Normal: 768 pages in unavailable ranges
[    1.498735] On node 1, zone Normal: 3584 pages in unavailable ranges
[    1.505183] ACPI: PM-Timer IO Port: 0x408
[    1.509053] ACPI: X2APIC_NMI (uid[0xffffffff] high edge lint[0x1])
[    1.515181] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    1.521087] IOAPIC[0]: apic_id 240, version 33, address 0xfec00000, GSI 0-23
[    1.528095] IOAPIC[1]: apic_id 241, version 33, address 0xe0100000, GSI 120-151
[    1.535376] IOAPIC[2]: apic_id 242, version 33, address 0xc5100000, GSI 88-119
[    1.542569] IOAPIC[3]: apic_id 243, version 33, address 0xaa100000, GSI 56-87
[    1.549674] IOAPIC[4]: apic_id 244, version 33, address 0xfd100000, GSI 24-55
[    1.556780] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    1.563104] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    1.569611] ACPI: Using ACPI (MADT) for SMP configuration information
[    1.576017] ACPI: HPET id: 0x10228201 base: 0xfed00000
[    1.581131] ACPI: SPCR: console: uart,io,0x2f8,115200
[    1.586159] CPU topo: Max. logical packages:   1
[    1.590748] CPU topo: Max. logical dies:       1
[    1.595341] CPU topo: Max. dies per package:   1
[    1.599938] CPU topo: Max. threads per core:   2
[    1.604528] CPU topo: Num. cores per package:    64
[    1.609390] CPU topo: Num. threads per package: 128
[    1.614242] CPU topo: Allowing 128 present CPUs plus 0 hotplug CPUs
[    1.620508] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    1.628022] PM: hibernation: Registered nosave memory: [mem 0x0008f000-0x0008ffff]
[    1.635561] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    1.643102] PM: hibernation: Registered nosave memory: [mem 0x00b4b000-0x00b4bfff]
[    1.650642] PM: hibernation: Registered nosave memory: [mem 0x00b53000-0x00b53fff]
[    1.658180] PM: hibernation: Registered nosave memory: [mem 0x00b54000-0x00b54fff]
[    1.665721] PM: hibernation: Registered nosave memory: [mem 0x00b86000-0x00b86fff]
[    1.673259] PM: hibernation: Registered nosave memory: [mem 0x00b87000-0x00b87fff]
[    1.680799] PM: hibernation: Registered nosave memory: [mem 0x00bb9000-0x00bb9fff]
[    1.688338] PM: hibernation: Registered nosave memory: [mem 0x00bba000-0x00bbafff]
[    1.695879] PM: hibernation: Registered nosave memory: [mem 0x00bff000-0x00bfffff]
[    1.703418] PM: hibernation: Registered nosave memory: [mem 0x15e00000-0x566fffff]
[    1.710956] PM: hibernation: Registered nosave memory: [mem 0x56700000-0x567fbfff]
[    1.718496] PM: hibernation: Registered nosave memory: [mem 0x567fc000-0x567fcfff]
[    1.726036] PM: hibernation: Registered nosave memory: [mem 0x567fd000-0x567fffff]
[    1.733577] PM: hibernation: Registered nosave memory: [mem 0x5a14b000-0x5a34afff]
[    1.741116] PM: hibernation: Registered nosave memory: [mem 0x67acf000-0x6dfcefff]
[    1.748655] PM: hibernation: Registered nosave memory: [mem 0x6dfcf000-0x6edfefff]
[    1.756194] PM: hibernation: Registered nosave memory: [mem 0x6edff000-0x6effefff]
[    1.763736] PM: hibernation: Registered nosave memory: [mem 0x6f000000-0x6f00afff]
[    1.771275] PM: hibernation: Registered nosave memory: [mem 0x70000000-0x7fffffff]
[    1.778813] PM: hibernation: Registered nosave memory: [mem 0x80000000-0xffffffff]
[    1.786354] PM: hibernation: Registered nosave memory: [mem 0x207fd00000-0x207fffffff]
[    1.794240] [mem 0x56800000-0xffffffff] available for PCI devices
[    1.800307] Booting paravirtualized kernel on bare hardware
[    1.805853] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    1.816299] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:128 nr_cpu_ids:128 nr_node_ids:2
[    1.828650] percpu: Embedded 66 pages/cpu s233472 r8192 d28672 u524288
[    1.835120] Kernel command line: BOOT_IMAGE=(hd0,gpt6)/vmlinuz-6.11.0-rc4-d2bafcf224-d2bafcf224f root=/dev/mapper/rhel_hostname-root ro selinux=0 console=ttyS0,115200n8 earlyprintk=ttyS0,115200 net.ifnames=0 biosdevname=0 swiotlb=131072 kvm_amd.debug_swap=0 mem_encrypt=off
[    1.859320] Unknown kernel command line parameters "BOOT_IMAGE=(hd0,gpt6)/vmlinuz-6.11.0-rc4-d2bafcf224-d2bafcf224f biosdevname=0 mem_encrypt=off", will be passed to user space.
[    1.874964] printk: log_buf_len individual max cpu contribution: 4096 bytes
[    1.881879] printk: log_buf_len total cpu_extra contributions: 520192 bytes
[    1.888814] printk: log_buf_len min size: 262144 bytes
[    1.894387] printk: log_buf_len: 1048576 bytes
[    1.898650] printk: early log buf free: 236136(90%)
[    1.904931] Fallback order for Node 0: 0 1 
[    1.904934] Fallback order for Node 1: 1 0 
[    1.904944] Built 2 zonelists, mobility grouping on.  Total pages: 66743906
[    1.920089] Policy zone: Normal
[    1.923218] mem auto-init: stack:off, heap alloc:on, heap free:off
[    1.929394] software IO TLB: area num 128.
[    2.347373] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=128, Nodes=2
Poking KASLR using RDRAND RDTSC...
[    2.357015] ftrace: allocating 53030 entries in 208 pages
[    2.373591] ftrace: allocated 208 pages with 3 groups
[    2.379310] Dynamic Preempt: voluntary
[    2.383226] rcu: Preemptible hierarchical RCU implementation.
[    2.388792] rcu: 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=128.
[    2.395724] 	Trampoline variant of Tasks RCU enabled.
[    2.400750] 	Rude variant of Tasks RCU enabled.
[    2.405257] 	Tracing variant of Tasks RCU enabled.
[    2.410024] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    2.417563] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=128
[    2.424449] RCU Tasks: Setting shift to 7 and lim to 1 rcu_task_cb_adjust=1.
[    2.431457] RCU Tasks Rude: Setting shift to 7 and lim to 1 rcu_task_cb_adjust=1.
[    2.438912] RCU Tasks Trace: Setting shift to 7 and lim to 1 rcu_task_cb_adjust=1.
[    2.449068] NR_IRQS: 524544, nr_irqs: 3624, preallocated irqs: 16
[    2.455233] rcu: srcu_init: Setting srcu_struct sizes to big.
[    2.460944] Console: colour dummy device 80x25
[    2.465237] printk: legacy console [ttyS0] enabled
[    2.465237] printk: legacy console [ttyS0] enabled
[    2.474769] printk: legacy bootconsole [earlyser0] disabled
[    2.474769] printk: legacy bootconsole [earlyser0] disabled
[    2.485957] mempolicy: Enabling automatic NUMA balancing. Configure with numa_balancing= or the kernel.numa_balancing sysctl
[    2.497236] ACPI: Core revision 20240322
[    2.501387] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[    2.510523] APIC: Switch to symmetric I/O mode setup
[    2.516467] AMD-Vi: Using global IVHD EFR:0x841f77e022094ace, EFR2:0x0
[    2.525307] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    2.550524] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x398d16292b4, max_idle_ns: 881590654847 ns
[    2.561072] Calibrating delay loop (skipped), value calculated using timer frequency.. 3992.60 BogoMIPS (lpj=7985216)
[    2.565083] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[    2.569183] LVT offset 2 assigned for vector 0xf4
[    2.573104] Last level iTLB entries: 4KB 512, 2MB 512, 4MB 256
[    2.577071] Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
[    2.581072] process: using mwait in idle threads
[    2.585072] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    2.589072] Spectre V2 : Mitigation: Retpolines
[    2.593071] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    2.597071] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
[    2.601071] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    2.605072] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    2.609071] Spectre V2 : User space: Mitigation: STIBP always-on protection
[    2.613072] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[    2.617071] Speculative Return Stack Overflow: Mitigation: Safe RET
[    2.621076] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    2.625072] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    2.629071] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    2.633071] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
[    2.637071] x86/fpu: Supporting XSAVE feature 0x800: 'Control-flow User registers'
[    2.641071] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    2.645071] x86/fpu: xstate_offset[9]:  832, xstate_sizes[9]:    8
[    2.649071] x86/fpu: xstate_offset[11]:  840, xstate_sizes[11]:   16
[    2.653071] x86/fpu: Enabled xstate features 0xa07, context size is 856 bytes, using 'compacted' format.
[    2.689420] Freeing SMP alternatives memory: 44K
[    2.693072] pid_max: default: 131072 minimum: 1024
[    2.702622] LSM: initializing lsm=lockdown,capability,yama,apparmor,ima,evm
[    2.705100] Yama: becoming mindful.
[    2.709090] AppArmor: AppArmor initialized
[    2.719640] Dentry cache hash table entries: 16777216 (order: 15, 134217728 bytes, vmalloc hugepage)
[    2.727955] Inode-cache hash table entries: 8388608 (order: 14, 67108864 bytes, vmalloc hugepage)
[    2.729254] Mount-cache hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc)
[    2.733221] Mountpoint-cache hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc)
[    2.846131] smpboot: CPU0: AMD EPYC 7713 64-Core Processor (family: 0x19, model: 0x1, stepping: 0x1)
[    2.849429] Performance Events: Fam17h+ core perfctr, AMD PMU driver.
[    2.853072] ... version:                0
[    2.857071] ... bit width:              48
[    2.861072] ... generic registers:      6
[    2.865071] ... value mask:             0000ffffffffffff
[    2.869071] ... max period:             00007fffffffffff
[    2.873071] ... fixed-purpose events:   0
[    2.877071] ... event mask:             000000000000003f
[    2.881334] signal: max sigframe size: 3376
[    2.885107] rcu: Hierarchical SRCU implementation.
[    2.889072] rcu: 	Max phase no-delay instances is 1000.
[    2.893121] Timer migration: 3 hierarchy levels; 8 children per group; 2 crossnode level
[    2.903237] MCE: In-kernel MCE decoding enabled.
[    2.905124] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    2.910058] smp: Bringing up secondary CPUs ...
[    2.913208] smpboot: x86: Booting SMP configuration:
[    2.917074] .... 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
[    2.925074] .... node  #1, CPUs:    #32  #33  #34  #35  #36  #37  #38  #39  #40  #41  #42  #43  #44  #45  #46  #47  #48  #49  #50  #51  #52  #53  #54  #55  #56  #57  #58  #59  #60  #61  #62  #63
[    3.077073] .... node  #0, CPUs:    #64  #65  #66  #67  #68  #69  #70  #71  #72  #73  #74  #75  #76  #77  #78  #79  #80  #81  #82  #83  #84  #85  #86  #87  #88  #89  #90  #91  #92  #93  #94  #95
[    3.089072] .... node  #1, CPUs:    #96  #97  #98  #99 #100 #101 #102 #103 #104 #105 #106 #107 #108 #109 #110 #111 #112 #113 #114 #115 #116 #117 #118 #119 #120 #121 #122 #123 #124 #125 #126 #127
[    3.099073] Spectre V2 : Update user space SMT mitigation: STIBP always-on
[    3.249205] smp: Brought up 2 nodes, 128 CPUs
[    3.253074] smpboot: Total of 128 processors activated (511053.82 BogoMIPS)
[    3.269406] Memory: 262101672K/266975624K available (18432K kernel code, 3225K rwdata, 7356K rodata, 4656K init, 4228K bss, 4560340K reserved, 0K cma-reserved)
[    3.280205] devtmpfs: initialized
[    3.281150] x86/mm: Memory block size: 2048MB
[    3.296203] ACPI: PM: Registering ACPI NVS region [mem 0x0008f000-0x0008ffff] (4096 bytes)
[    3.297072] ACPI: PM: Registering ACPI NVS region [mem 0x6dfcf000-0x6edfefff] (14876672 bytes)
[    3.301362] ACPI: PM: Registering ACPI NVS region [mem 0x6f000000-0x6f00afff] (45056 bytes)
[    3.305165] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    3.309187] futex hash table entries: 32768 (order: 9, 2097152 bytes, vmalloc)
[    3.313301] pinctrl core: initialized pinctrl subsystem
[    3.317184] PM: RTC time: 13:13:30, date: 2024-09-02
[    3.321862] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    3.325597] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[    3.329254] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    3.333254] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    3.337081] audit: initializing netlink subsys (disabled)
[    3.341094] audit: type=2000 audit(1725282809.812:1): state=initialized audit_enabled=0 res=1
[    3.341250] thermal_sys: Registered thermal governor 'fair_share'
[    3.345072] thermal_sys: Registered thermal governor 'bang_bang'
[    3.349072] thermal_sys: Registered thermal governor 'step_wise'
[    3.353071] thermal_sys: Registered thermal governor 'user_space'
[    3.357079] EISA bus registered
[    3.365093] cpuidle: using governor ladder
[    3.369081] cpuidle: using governor menu
[    3.373109] Detected 1 PCC Subspaces
[    3.377073] Registering PCC driver as Mailbox controller
[    3.381214] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    3.385074] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    3.389249] PCI: ECAM [mem 0x80000000-0x8fffffff] (base 0x80000000) for domain 0000 [bus 00-ff]
[    3.393082] PCI: Using configuration type 1 for base access
[    3.397080] PCI: Dell System detected, enabling pci=bfsort.
[    3.401235] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    3.405291] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[    3.409075] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[    3.413072] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[    3.417071] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[    3.421347] ACPI: Added _OSI(Module Device)
[    3.425073] ACPI: Added _OSI(Processor Device)
[    3.429072] ACPI: Added _OSI(3.0 _SCP Extensions)
[    3.433072] ACPI: Added _OSI(Processor Aggregator Device)
[    3.476881] ACPI: 6 ACPI AML tables successfully acquired and loaded
[    3.496006] ACPI: Interpreter enabled
[    3.497084] ACPI: PM: (supports S0 S5)
[    3.501071] ACPI: Using IOAPIC for interrupt routing
[    3.505676] HEST: Table parsing has been initialized.
[    3.509481] GHES: APEI firmware first mode is enabled by APEI bit and WHEA _OSC.
[    3.513074] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    3.517071] PCI: Ignoring E820 reservations for host bridge windows
[    3.523251] ACPI: Enabled 1 GPEs in block 00 to 1F
[    3.563274] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[    3.565150] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
[    3.569149] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[    3.573148] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[    3.577148] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[    3.581148] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[    3.585148] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[    3.589148] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[    3.593564] ACPI: PCI Root Bridge [PC00] (domain 0000 [bus 00-3f])
[    3.597075] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    3.601235] acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug AER DPC]
[    3.605386] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
[    3.609073] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    3.614048] PCI host bridge to bus 0000:00
[    3.617075] pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
[    3.621072] pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
[    3.625072] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000fffff window]
[    3.629071] pci_bus 0000:00: root bus resource [io  0x0d00-0x3fff window]
[    3.633071] pci_bus 0000:00: root bus resource [mem 0xe1000000-0xfebfffff window]
[    3.637071] pci_bus 0000:00: root bus resource [mem 0x63dc0000000-0x7fcffffffff window]
[    3.641072] pci_bus 0000:00: root bus resource [bus 00-3f]
[    3.645086] pci 0000:00:00.0: [1022:1480] type 00 class 0x060000 conventional PCI endpoint
[    3.649214] pci 0000:00:00.2: [1022:164f] type 00 class 0x080600 conventional PCI endpoint
[    3.653170] pci 0000:00:01.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.657154] pci 0000:00:02.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.661153] pci 0000:00:03.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.665150] pci 0000:00:03.2: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    3.669090] pci 0000:00:03.2: PCI bridge to [bus 01]
[    3.673075] pci 0000:00:03.2:   bridge window [io  0x1000-0x1fff]
[    3.677073] pci 0000:00:03.2:   bridge window [mem 0xf7300000-0xf74fffff]
[    3.681142] pci 0000:00:03.2: PME# supported from D0 D3hot D3cold
[    3.686075] pci 0000:00:04.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.689156] pci 0000:00:05.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.693155] pci 0000:00:07.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.697152] pci 0000:00:07.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    3.701089] pci 0000:00:07.1: PCI bridge to [bus 02]
[    3.705076] pci 0000:00:07.1:   bridge window [mem 0xf7200000-0xf72fffff]
[    3.709083] pci 0000:00:07.1: enabling Extended Tags
[    3.713120] pci 0000:00:07.1: PME# supported from D0 D3hot D3cold
[    3.717219] pci 0000:00:08.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.721151] pci 0000:00:08.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    3.725089] pci 0000:00:08.1: PCI bridge to [bus 03]
[    3.729077] pci 0000:00:08.1:   bridge window [mem 0xf7000000-0xf71fffff]
[    3.733083] pci 0000:00:08.1: enabling Extended Tags
[    3.737122] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[    3.741254] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500 conventional PCI endpoint
[    3.745191] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100 conventional PCI endpoint
[    3.749242] pci 0000:00:18.0: [1022:1650] type 00 class 0x060000 conventional PCI endpoint
[    3.753161] pci 0000:00:18.1: [1022:1651] type 00 class 0x060000 conventional PCI endpoint
[    3.757125] pci 0000:00:18.2: [1022:1652] type 00 class 0x060000 conventional PCI endpoint
[    3.761128] pci 0000:00:18.3: [1022:1653] type 00 class 0x060000 conventional PCI endpoint
[    3.765126] pci 0000:00:18.4: [1022:1654] type 00 class 0x060000 conventional PCI endpoint
[    3.769124] pci 0000:00:18.5: [1022:1655] type 00 class 0x060000 conventional PCI endpoint
[    3.773126] pci 0000:00:18.6: [1022:1656] type 00 class 0x060000 conventional PCI endpoint
[    3.777126] pci 0000:00:18.7: [1022:1657] type 00 class 0x060000 conventional PCI endpoint
[    3.785142] pci 0000:01:00.0: [1000:0097] type 00 class 0x010700 PCIe Endpoint
[    3.789083] pci 0000:01:00.0: BAR 0 [io  0x1000-0x10ff]
[    3.793080] pci 0000:01:00.0: BAR 1 [mem 0xf7400000-0xf740ffff 64bit]
[    3.797080] pci 0000:01:00.0: BAR 3 [mem 0xf7300000-0xf73fffff 64bit]
[    3.801083] pci 0000:01:00.0: ROM [mem 0xfff00000-0xffffffff pref]
[    3.805077] pci 0000:01:00.0: enabling Extended Tags
[    3.809155] pci 0000:01:00.0: supports D1 D2
[    3.813102] pci 0000:01:00.0: VF BAR 0 [mem 0x00000000-0x0000ffff 64bit]
[    3.817071] pci 0000:01:00.0: VF BAR 0 [mem 0x00000000-0x000fffff 64bit]: contains BAR 0 for 16 VFs
[    3.821079] pci 0000:01:00.0: VF BAR 2 [mem 0x00000000-0x000fffff 64bit]
[    3.825071] pci 0000:01:00.0: VF BAR 2 [mem 0x00000000-0x00ffffff 64bit]: contains BAR 2 for 16 VFs
[    3.829235] pci 0000:00:03.2: PCI bridge to [bus 01]
[    3.833157] pci 0000:02:00.0: [1022:148a] type 00 class 0x130000 PCIe Endpoint
[    3.837112] pci 0000:02:00.0: enabling Extended Tags
[    3.841235] pci 0000:02:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    3.845090] pci 0000:02:00.2: BAR 2 [mem 0xf7200000-0xf727ffff]
[    3.849087] pci 0000:02:00.2: BAR 5 [mem 0xf7280000-0xf7281fff]
[    3.853080] pci 0000:02:00.2: enabling Extended Tags
[    3.857260] pci 0000:00:07.1: PCI bridge to [bus 02]
[    3.861200] pci 0000:03:00.0: [1022:1485] type 00 class 0x130000 PCIe Endpoint
[    3.865116] pci 0000:03:00.0: enabling Extended Tags
[    3.869285] pci 0000:03:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    3.873092] pci 0000:03:00.2: BAR 2 [mem 0xf7100000-0xf717ffff]
[    3.877087] pci 0000:03:00.2: BAR 5 [mem 0xf7180000-0xf7181fff]
[    3.881081] pci 0000:03:00.2: enabling Extended Tags
[    3.889242] pci 0000:03:00.3: [1022:148c] type 00 class 0x0c0330 PCIe Endpoint
[    3.893084] pci 0000:03:00.3: BAR 0 [mem 0xf7000000-0xf70fffff 64bit]
[    3.897102] pci 0000:03:00.3: enabling Extended Tags
[    3.901123] pci 0000:03:00.3: PME# supported from D0 D3hot D3cold
[    3.905239] pci 0000:00:08.1: PCI bridge to [bus 03]
[    3.910440] ACPI: PCI Root Bridge [PC01] (domain 0000 [bus 40-7f])
[    3.913074] acpi PNP0A08:01: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    3.917234] acpi PNP0A08:01: _OSC: platform does not support [SHPCHotplug AER DPC]
[    3.921385] acpi PNP0A08:01: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
[    3.925071] acpi PNP0A08:01: FADT indicates ASPM is unsupported, using BIOS configuration
[    3.933248] PCI host bridge to bus 0000:40
[    3.937075] pci_bus 0000:40: root bus resource [io  0x4000-0x6fff window]
[    3.941072] pci_bus 0000:40: root bus resource [mem 0x90000000-0xaaffffff window]
[    3.945071] pci_bus 0000:40: root bus resource [mem 0x47e80000000-0x63dbfffffff window]
[    3.949072] pci_bus 0000:40: root bus resource [bus 40-7f]
[    3.953081] pci 0000:40:00.0: [1022:1480] type 00 class 0x060000 conventional PCI endpoint
[    3.957160] pci 0000:40:00.2: [1022:164f] type 00 class 0x080600 conventional PCI endpoint
[    3.961164] pci 0000:40:01.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.965147] pci 0000:40:02.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.969154] pci 0000:40:03.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.973152] pci 0000:40:03.1: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    3.977091] pci 0000:40:03.1: PCI bridge to [bus 41]
[    3.981076] pci 0000:40:03.1:   bridge window [mem 0xa4c00000-0xa4ffffff]
[    3.985165] pci 0000:40:03.1: PME# supported from D0 D3hot D3cold
[    4.004390] pci 0000:40:03.2: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.005091] pci 0000:40:03.2: PCI bridge to [bus 42]
[    4.009076] pci 0000:40:03.2:   bridge window [mem 0xa4800000-0xa4bfffff]
[    4.013164] pci 0000:40:03.2: PME# supported from D0 D3hot D3cold
[    4.029891] pci 0000:40:03.3: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.033093] pci 0000:40:03.3: PCI bridge to [bus 43]
[    4.037082] pci 0000:40:03.3:   bridge window [mem 0xa4400000-0xa47fffff]
[    4.045145] pci 0000:40:03.3: PME# supported from D0 D3hot D3cold
[    4.063691] pci 0000:40:03.4: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.065095] pci 0000:40:03.4: PCI bridge to [bus 44]
[    4.069077] pci 0000:40:03.4:   bridge window [mem 0xa4000000-0xa43fffff]
[    4.073179] pci 0000:40:03.4: PME# supported from D0 D3hot D3cold
[    4.093721] pci 0000:40:04.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.097194] pci 0000:40:05.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.101150] pci 0000:40:07.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.105203] pci 0000:40:07.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    4.109088] pci 0000:40:07.1: PCI bridge to [bus 45]
[    4.113076] pci 0000:40:07.1:   bridge window [mem 0xa5300000-0xa53fffff]
[    4.117083] pci 0000:40:07.1: enabling Extended Tags
[    4.121118] pci 0000:40:07.1: PME# supported from D0 D3hot D3cold
[    4.129183] pci 0000:40:08.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.133148] pci 0000:40:08.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    4.137089] pci 0000:40:08.1: PCI bridge to [bus 46]
[    4.141076] pci 0000:40:08.1:   bridge window [mem 0xa5000000-0xa52fffff]
[    4.145083] pci 0000:40:08.1: enabling Extended Tags
[    4.149121] pci 0000:40:08.1: PME# supported from D0 D3hot D3cold
[    4.153309] pci 0000:40:03.1: PCI bridge to [bus 41]
[    4.157151] pci 0000:40:03.2: PCI bridge to [bus 42]
[    4.161152] pci 0000:40:03.3: PCI bridge to [bus 43]
[    4.165151] pci 0000:40:03.4: PCI bridge to [bus 44]
[    4.169154] pci 0000:45:00.0: [1022:148a] type 00 class 0x130000 PCIe Endpoint
[    4.173111] pci 0000:45:00.0: enabling Extended Tags
[    4.177232] pci 0000:45:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    4.181090] pci 0000:45:00.2: BAR 2 [mem 0xa5300000-0xa537ffff]
[    4.185085] pci 0000:45:00.2: BAR 5 [mem 0xa5380000-0xa5381fff]
[    4.189080] pci 0000:45:00.2: enabling Extended Tags
[    4.193258] pci 0000:40:07.1: PCI bridge to [bus 45]
[    4.197205] pci 0000:46:00.0: [1022:1485] type 00 class 0x130000 PCIe Endpoint
[    4.201116] pci 0000:46:00.0: enabling Extended Tags
[    4.205289] pci 0000:46:00.1: [1022:1486] type 00 class 0x108000 PCIe Endpoint
[    4.209092] pci 0000:46:00.1: BAR 2 [mem 0xa5100000-0xa51fffff]
[    4.213087] pci 0000:46:00.1: BAR 5 [mem 0xa5282000-0xa5283fff]
[    4.217081] pci 0000:46:00.1: enabling Extended Tags
[    4.221255] pci 0000:46:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    4.225091] pci 0000:46:00.2: BAR 2 [mem 0xa5200000-0xa527ffff]
[    4.229087] pci 0000:46:00.2: BAR 5 [mem 0xa5280000-0xa5281fff]
[    4.233081] pci 0000:46:00.2: enabling Extended Tags
[    4.237255] pci 0000:46:00.3: [1022:148c] type 00 class 0x0c0330 PCIe Endpoint
[    4.241084] pci 0000:46:00.3: BAR 0 [mem 0xa5000000-0xa50fffff 64bit]
[    4.245101] pci 0000:46:00.3: enabling Extended Tags
[    4.249122] pci 0000:46:00.3: PME# supported from D0 D3hot D3cold
[    4.253242] pci 0000:40:08.1: PCI bridge to [bus 46]
[    4.261542] ACPI: PCI Root Bridge [PC02] (domain 0000 [bus 80-bf])
[    4.265074] acpi PNP0A08:02: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    4.269237] acpi PNP0A08:02: _OSC: platform does not support [SHPCHotplug AER DPC]
[    4.277155] acpi PNP0A08:02: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
[    4.281071] acpi PNP0A08:02: FADT indicates ASPM is unsupported, using BIOS configuration
[    4.285960] PCI host bridge to bus 0000:80
[    4.289075] pci_bus 0000:80: root bus resource [io  0x7000-0x9fff window]
[    4.293072] pci_bus 0000:80: root bus resource [mem 0xab000000-0xc5ffffff window]
[    4.297071] pci_bus 0000:80: root bus resource [mem 0x2bf40000000-0x47e7fffffff window]
[    4.301072] pci_bus 0000:80: root bus resource [bus 80-bf]
[    4.305081] pci 0000:80:00.0: [1022:1480] type 00 class 0x060000 conventional PCI endpoint
[    4.309162] pci 0000:80:00.2: [1022:164f] type 00 class 0x080600 conventional PCI endpoint
[    4.313163] pci 0000:80:01.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.317151] pci 0000:80:01.1: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.321091] pci 0000:80:01.1: PCI bridge to [bus 81]
[    4.325076] pci 0000:80:01.1:   bridge window [mem 0xbf400000-0xbf7fffff]
[    4.329165] pci 0000:80:01.1: PME# supported from D0 D3hot D3cold
[    4.349426] pci 0000:80:01.2: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.353098] pci 0000:80:01.2: PCI bridge to [bus 82]
[    4.357079] pci 0000:80:01.2:   bridge window [mem 0xbf000000-0xbf3fffff]
[    4.361159] pci 0000:80:01.2: PME# supported from D0 D3hot D3cold
[    4.380489] pci 0000:80:02.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.389159] pci 0000:80:03.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.397164] pci 0000:80:04.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.405150] pci 0000:80:05.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.417223] pci 0000:80:07.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.425150] pci 0000:80:07.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    4.429089] pci 0000:80:07.1: PCI bridge to [bus 83]
[    4.437076] pci 0000:80:07.1:   bridge window [mem 0xbfa00000-0xbfafffff]
[    4.441083] pci 0000:80:07.1: enabling Extended Tags
[    4.449123] pci 0000:80:07.1: PME# supported from D0 D3hot D3cold
[    4.453221] pci 0000:80:08.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.461153] pci 0000:80:08.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    4.469089] pci 0000:80:08.1: PCI bridge to [bus 84]
[    4.473076] pci 0000:80:08.1:   bridge window [mem 0xbf900000-0xbf9fffff]
[    4.481083] pci 0000:80:08.1: enabling Extended Tags
[    4.485086] pci 0000:80:08.1: PME# supported from D0 D3hot D3cold
[    4.493228] pci 0000:80:08.2: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    4.501089] pci 0000:80:08.2: PCI bridge to [bus 85]
[    4.505076] pci 0000:80:08.2:   bridge window [mem 0xbf800000-0xbf8fffff]
[    4.513084] pci 0000:80:08.2: enabling Extended Tags
[    4.517121] pci 0000:80:08.2: PME# supported from D0 D3hot D3cold
[    4.521305] pci 0000:80:01.1: PCI bridge to [bus 81]
[    4.529151] pci 0000:80:01.2: PCI bridge to [bus 82]
[    4.533155] pci 0000:83:00.0: [1022:148a] type 00 class 0x130000 PCIe Endpoint
[    4.541112] pci 0000:83:00.0: enabling Extended Tags
[    4.545233] pci 0000:83:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    4.553090] pci 0000:83:00.2: BAR 2 [mem 0xbfa00000-0xbfa7ffff]
[    4.557086] pci 0000:83:00.2: BAR 5 [mem 0xbfa80000-0xbfa81fff]
[    4.565080] pci 0000:83:00.2: enabling Extended Tags
[    4.569258] pci 0000:80:07.1: PCI bridge to [bus 83]
[    4.573201] pci 0000:84:00.0: [1022:1485] type 00 class 0x130000 PCIe Endpoint
[    4.581116] pci 0000:84:00.0: enabling Extended Tags
[    4.589282] pci 0000:84:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    4.593092] pci 0000:84:00.2: BAR 2 [mem 0xbf900000-0xbf97ffff]
[    4.601089] pci 0000:84:00.2: BAR 5 [mem 0xbf980000-0xbf981fff]
[    4.605082] pci 0000:84:00.2: enabling Extended Tags
[    4.613274] pci 0000:80:08.1: PCI bridge to [bus 84]
[    4.617202] pci 0000:85:00.0: [1022:7901] type 00 class 0x010601 PCIe Endpoint
[    4.625107] pci 0000:85:00.0: BAR 5 [mem 0xbf800000-0xbf8007ff]
[    4.629081] pci 0000:85:00.0: enabling Extended Tags
[    4.633137] pci 0000:85:00.0: PME# supported from D3hot D3cold
[    4.641249] pci 0000:80:08.2: PCI bridge to [bus 85]
[    4.645304] ACPI: PCI Root Bridge [PC03] (domain 0000 [bus c0-ff])
[    4.653075] acpi PNP0A08:03: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    4.661236] acpi PNP0A08:03: _OSC: platform does not support [SHPCHotplug AER DPC]
[    4.669386] acpi PNP0A08:03: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
[    4.677072] acpi PNP0A08:03: FADT indicates ASPM is unsupported, using BIOS configuration
[    4.686078] PCI host bridge to bus 0000:c0
[    4.693076] pci_bus 0000:c0: root bus resource [io  0xa000-0xffff window]
[    4.697072] pci_bus 0000:c0: root bus resource [mem 0xc6000000-0xe0ffffff window]
[    4.705071] pci_bus 0000:c0: root bus resource [mem 0x10000000000-0x2bf3fffffff window]
[    4.713071] pci_bus 0000:c0: root bus resource [io  0x03b0-0x03df window]
[    4.721071] pci_bus 0000:c0: root bus resource [mem 0x000a0000-0x000bffff window]
[    4.729072] pci_bus 0000:c0: root bus resource [bus c0-ff]
[    4.733081] pci 0000:c0:00.0: [1022:1480] type 00 class 0x060000 conventional PCI endpoint
[    4.741161] pci 0000:c0:00.2: [1022:164f] type 00 class 0x080600 conventional PCI endpoint
[    4.749164] pci 0000:c0:01.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.757147] pci 0000:c0:02.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.765144] pci 0000:c0:03.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.777150] pci 0000:c0:03.1: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.781091] pci 0000:c0:03.1: PCI bridge to [bus c4]
[    4.789076] pci 0000:c0:03.1:   bridge window [mem 0xdb600000-0xdb9fffff]
[    4.793107] pci 0000:c0:03.1: PME# supported from D0 D3hot D3cold
[    4.812604] pci 0000:c0:03.2: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.821098] pci 0000:c0:03.2: PCI bridge to [bus c5]
[    4.825078] pci 0000:c0:03.2:   bridge window [mem 0xdb200000-0xdb5fffff]
[    4.833141] pci 0000:c0:03.2: PME# supported from D0 D3hot D3cold
[    4.850646] pci 0000:c0:03.3: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.853098] pci 0000:c0:03.3: PCI bridge to [bus c6]
[    4.857077] pci 0000:c0:03.3:   bridge window [mem 0xdae00000-0xdb1fffff]
[    4.861193] pci 0000:c0:03.3: PME# supported from D0 D3hot D3cold
[    4.881692] pci 0000:c0:03.4: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.885091] pci 0000:c0:03.4: PCI bridge to [bus c7]
[    4.889077] pci 0000:c0:03.4:   bridge window [mem 0xdaa00000-0xdadfffff]
[    4.893163] pci 0000:c0:03.4: PME# supported from D0 D3hot D3cold
[    4.912941] pci 0000:c0:04.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.913181] pci 0000:c0:05.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.917153] pci 0000:c0:05.1: [1022:149a] type 01 class 0x060400 PCIe Root Port
[    4.921094] pci 0000:c0:05.1: PCI bridge to [bus c1]
[    4.925084] pci 0000:c0:05.1:   bridge window [mem 0xc7000000-0xc70fffff 64bit pref]
[    4.929147] pci 0000:c0:05.1: PME# supported from D0 D3hot D3cold
[    4.933210] pci 0000:c0:05.2: [1022:149a] type 01 class 0x060400 PCIe Root Port
[    4.937093] pci 0000:c0:05.2: PCI bridge to [bus c2-c3]
[    4.941078] pci 0000:c0:05.2:   bridge window [mem 0xda000000-0xda8fffff]
[    4.945079] pci 0000:c0:05.2:   bridge window [mem 0xc6000000-0xc6ffffff 64bit pref]
[    4.949112] pci 0000:c0:05.2: PME# supported from D0 D3hot D3cold
[    4.957207] pci 0000:c0:07.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.965150] pci 0000:c0:07.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    4.969089] pci 0000:c0:07.1: PCI bridge to [bus c8]
[    4.977077] pci 0000:c0:07.1:   bridge window [mem 0xdbb00000-0xdbbfffff]
[    4.981083] pci 0000:c0:07.1: enabling Extended Tags
[    4.989119] pci 0000:c0:07.1: PME# supported from D0 D3hot D3cold
[    4.993219] pci 0000:c0:08.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    5.001148] pci 0000:c0:08.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    5.009089] pci 0000:c0:08.1: PCI bridge to [bus c9]
[    5.013076] pci 0000:c0:08.1:   bridge window [mem 0xdba00000-0xdbafffff]
[    5.021083] pci 0000:c0:08.1: enabling Extended Tags
[    5.025119] pci 0000:c0:08.1: PME# supported from D0 D3hot D3cold
[    5.033308] pci 0000:c0:03.1: PCI bridge to [bus c4]
[    5.037154] pci 0000:c0:03.2: PCI bridge to [bus c5]
[    5.041153] pci 0000:c0:03.3: PCI bridge to [bus c6]
[    5.049152] pci 0000:c0:03.4: PCI bridge to [bus c7]
[    5.053167] pci 0000:c1:00.0: [14e4:165f] type 00 class 0x020000 PCIe Endpoint
[    5.061092] pci 0000:c1:00.0: BAR 0 [mem 0xc7030000-0xc703ffff 64bit pref]
[    5.069084] pci 0000:c1:00.0: BAR 2 [mem 0xc7040000-0xc704ffff 64bit pref]
[    5.073084] pci 0000:c1:00.0: BAR 4 [mem 0xc7050000-0xc705ffff 64bit pref]
[    5.081080] pci 0000:c1:00.0: ROM [mem 0xfffc0000-0xffffffff pref]
[    5.089159] pci 0000:c1:00.0: PME# supported from D0 D3hot D3cold
[    5.093121] pci 0000:c1:00.0: 4.000 Gb/s available PCIe bandwidth, limited by 5.0 GT/s PCIe x1 link at 0000:c0:05.1 (capable of 8.000 Gb/s with 5.0 GT/s PCIe x2 link)
[    5.110496] pci 0000:c1:00.1: [14e4:165f] type 00 class 0x020000 PCIe Endpoint
[    5.117092] pci 0000:c1:00.1: BAR 0 [mem 0xc7000000-0xc700ffff 64bit pref]
[    5.125084] pci 0000:c1:00.1: BAR 2 [mem 0xc7010000-0xc701ffff 64bit pref]
[    5.129084] pci 0000:c1:00.1: BAR 4 [mem 0xc7020000-0xc702ffff 64bit pref]
[    5.137080] pci 0000:c1:00.1: ROM [mem 0xfffc0000-0xffffffff pref]
[    5.145160] pci 0000:c1:00.1: PME# supported from D0 D3hot D3cold
[    5.165094] pci 0000:c0:05.1: PCI bridge to [bus c1]
[    5.173148] pci 0000:c2:00.0: [1556:be00] type 01 class 0x060400 PCIe to PCI/PCI-X bridge
[    5.181101] pci 0000:c2:00.0: PCI bridge to [bus c3]
[    5.185079] pci 0000:c2:00.0:   bridge window [mem 0xda000000-0xda8fffff]
[    5.193081] pci 0000:c2:00.0:   bridge window [mem 0xc6000000-0xc6ffffff 64bit pref]
[    5.213088] pci 0000:c0:05.2: PCI bridge to [bus c2-c3]
[    5.221107] pci_bus 0000:c3: extended config space not accessible
[    5.225096] pci 0000:c3:00.0: [102b:0536] type 00 class 0x030000 conventional PCI endpoint
[    5.233087] pci 0000:c3:00.0: BAR 0 [mem 0xc6000000-0xc6ffffff pref]
[    5.241080] pci 0000:c3:00.0: BAR 1 [mem 0xda808000-0xda80bfff]
[    5.245080] pci 0000:c3:00.0: BAR 2 [mem 0xda000000-0xda7fffff]
[    5.253120] pci 0000:c3:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    5.261185] pci 0000:c2:00.0: PCI bridge to [bus c3]
[    5.265169] pci 0000:c8:00.0: [1022:148a] type 00 class 0x130000 PCIe Endpoint
[    5.273112] pci 0000:c8:00.0: enabling Extended Tags
[    5.277232] pci 0000:c8:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    5.285089] pci 0000:c8:00.2: BAR 2 [mem 0xdbb00000-0xdbb7ffff]
[    5.293085] pci 0000:c8:00.2: BAR 5 [mem 0xdbb80000-0xdbb81fff]
[    5.297080] pci 0000:c8:00.2: enabling Extended Tags
[    5.301173] pci 0000:c0:07.1: PCI bridge to [bus c8]
[    5.309201] pci 0000:c9:00.0: [1022:1485] type 00 class 0x130000 PCIe Endpoint
[    5.313115] pci 0000:c9:00.0: enabling Extended Tags
[    5.321279] pci 0000:c9:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    5.329091] pci 0000:c9:00.2: BAR 2 [mem 0xdba00000-0xdba7ffff]
[    5.333088] pci 0000:c9:00.2: BAR 5 [mem 0xdba80000-0xdba81fff]
[    5.341081] pci 0000:c9:00.2: enabling Extended Tags
[    5.345263] pci 0000:c0:08.1: PCI bridge to [bus c9]
[    5.353106] iommu: Default domain type: Translated
[    5.357072] iommu: DMA domain TLB invalidation policy: lazy mode
[    5.365350] SCSI subsystem initialized
[    5.369108] ACPI: bus type USB registered
[    5.373087] usbcore: registered new interface driver usbfs
[    5.377078] usbcore: registered new interface driver hub
[    5.385105] usbcore: registered new device driver usb
[    5.389103] pps_core: LinuxPPS API ver. 1 registered
[    5.393072] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    5.401074] PTP clock support registered
[    5.405149] EDAC MC: Ver: 3.0.0
[    5.409134] efivars: Registered efivars operations
[    5.413455] NetLabel: Initializing
[    5.417072] NetLabel:  domain hash size = 128
[    5.425071] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    5.429095] NetLabel:  unlabeled traffic allowed by default
[    5.433123] PCI: Using ACPI for IRQ routing
[    5.441532] pci 0000:c3:00.0: vgaarb: setting as boot VGA device
[    5.445070] pci 0000:c3:00.0: vgaarb: bridge control possible
[    5.445070] pci 0000:c3:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    5.465073] vgaarb: loaded
[    5.467784] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    5.469072] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    5.477355] clocksource: Switched to clocksource tsc-early
[    5.482866] VFS: Disk quotas dquot_6.6.0
[    5.486819] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    5.493900] AppArmor: AppArmor Filesystem Enabled
[    5.498629] pnp: PnP ACPI init
[    5.501931] system 00:00: [mem 0x80000000-0x8fffffff] has been reserved
[    5.508636] system 00:01: [mem 0xff000000-0xffffffff] has been reserved
[    5.516849] pnp: PnP ACPI: found 5 devices
[    5.527544] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    5.536518] NET: Registered PF_INET protocol family
[    5.541580] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc)
[    5.552571] tcp_listen_portaddr_hash hash table entries: 65536 (order: 8, 1048576 bytes, vmalloc)
[    5.561528] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, vmalloc)
[    5.569563] TCP established hash table entries: 524288 (order: 10, 4194304 bytes, vmalloc hugepage)
[    5.579079] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc)
[    5.586691] TCP: Hash tables configured (established 524288 bind 65536)
[    5.593611] UDP hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc)
[    5.600960] UDP-Lite hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc)
[    5.608796] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    5.614462] NET: Registered PF_XDP protocol family
[    5.619259] pci 0000:01:00.0: ROM [mem 0xfff00000-0xffffffff pref]: can't claim; no compatible bridge window
[    5.629087] pci 0000:c1:00.0: ROM [mem 0xfffc0000-0xffffffff pref]: can't claim; no compatible bridge window
[    5.638904] pci 0000:c1:00.1: ROM [mem 0xfffc0000-0xffffffff pref]: can't claim; no compatible bridge window
[    5.648726] pci_bus 0000:00: max bus depth: 1 pci_try_num: 2
[    5.654440] pci 0000:01:00.0: ROM [mem size 0x00100000 pref]: can't assign; no space
[    5.662184] pci 0000:01:00.0: ROM [mem size 0x00100000 pref]: failed to assign
[    5.669399] pci 0000:01:00.0: VF BAR 2 [mem size 0x01000000 64bit]: can't assign; no space
[    5.677658] pci 0000:01:00.0: VF BAR 2 [mem size 0x01000000 64bit]: failed to assign
[    5.685398] pci 0000:01:00.0: VF BAR 0 [mem size 0x00100000 64bit]: can't assign; no space
[    5.693658] pci 0000:01:00.0: VF BAR 0 [mem size 0x00100000 64bit]: failed to assign
[    5.701397] pci 0000:00:03.2: PCI bridge to [bus 01]
[    5.706362] pci 0000:00:03.2:   bridge window [io  0x1000-0x1fff]
[    5.712455] pci 0000:00:03.2:   bridge window [mem 0xf7300000-0xf74fffff]
[    5.719245] pci 0000:00:07.1: PCI bridge to [bus 02]
[    5.724217] pci 0000:00:07.1:   bridge window [mem 0xf7200000-0xf72fffff]
[    5.731002] pci 0000:00:08.1: PCI bridge to [bus 03]
[    5.735968] pci 0000:00:08.1:   bridge window [mem 0xf7000000-0xf71fffff]
[    5.742754] pci_bus 0000:00: No. 2 try to assign unassigned res
[    5.748682] pci 0000:00:03.2: resource 14 [mem 0xf7300000-0xf74fffff] released
[    5.755907] pci 0000:00:03.2: PCI bridge to [bus 01]
[    5.760875] pci 0000:00:03.2: bridge window [mem 0x00100000-0x002fffff] to [bus 01] add_size 1100000 add_align 100000
[    5.771520] pci 0000:00:03.2: bridge window [mem 0xe1000000-0xe22fffff]: assigned
[    5.779005] pci 0000:01:00.0: BAR 3 [mem 0xe1000000-0xe10fffff 64bit]: assigned
[    5.786323] pci 0000:01:00.0: VF BAR 2 [mem 0xe1100000-0xe20fffff 64bit]: assigned
[    5.793892] pci 0000:01:00.0: BAR 1 [mem 0xe2100000-0xe210ffff 64bit]: assigned
[    5.801202] pci 0000:01:00.0: VF BAR 0 [mem 0xe2110000-0xe220ffff 64bit]: assigned
[    5.808773] pci 0000:00:03.2: PCI bridge to [bus 01]
[    5.813737] pci 0000:00:03.2:   bridge window [io  0x1000-0x1fff]
[    5.819830] pci 0000:00:03.2:   bridge window [mem 0xe1000000-0xe22fffff]
[    5.826628] pci 0000:00:07.1: PCI bridge to [bus 02]
[    5.831597] pci 0000:00:07.1:   bridge window [mem 0xf7200000-0xf72fffff]
[    5.838387] pci 0000:00:08.1: PCI bridge to [bus 03]
[    5.843358] pci 0000:00:08.1:   bridge window [mem 0xf7000000-0xf71fffff]
[    5.850147] pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
[    5.856331] pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
[    5.862507] pci_bus 0000:00: resource 6 [mem 0x000c0000-0x000fffff window]
[    5.869475] pci_bus 0000:00: resource 7 [io  0x0d00-0x3fff window]
[    5.875657] pci_bus 0000:00: resource 8 [mem 0xe1000000-0xfebfffff window]
[    5.882526] pci_bus 0000:00: resource 9 [mem 0x63dc0000000-0x7fcffffffff window]
[    5.889921] pci_bus 0000:01: resource 0 [io  0x1000-0x1fff]
[    5.895492] pci_bus 0000:01: resource 1 [mem 0xe1000000-0xe22fffff]
[    5.901759] pci_bus 0000:02: resource 1 [mem 0xf7200000-0xf72fffff]
[    5.908024] pci_bus 0000:03: resource 1 [mem 0xf7000000-0xf71fffff]
[    5.914370] pci 0000:40:03.1: bridge window [io  0x1000-0x0fff] to [bus 41] add_size 1000
[    5.922540] pci 0000:40:03.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 41] add_size 200000 add_align 100000
[    5.934003] pci 0000:40:03.2: bridge window [io  0x1000-0x0fff] to [bus 42] add_size 1000
[    5.942177] pci 0000:40:03.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 42] add_size 200000 add_align 100000
[    5.953643] pci 0000:40:03.3: bridge window [io  0x1000-0x0fff] to [bus 43] add_size 1000
[    5.961816] pci 0000:40:03.3: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 43] add_size 200000 add_align 100000
[    5.973281] pci 0000:40:03.4: bridge window [io  0x1000-0x0fff] to [bus 44] add_size 1000
[    5.981505] pci 0000:40:03.4: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 44] add_size 200000 add_align 100000
[    5.992983] pci 0000:40:03.1: bridge window [mem 0x47e80000000-0x47e801fffff 64bit pref]: assigned
[    6.001941] pci 0000:40:03.2: bridge window [mem 0x47e80200000-0x47e803fffff 64bit pref]: assigned
[    6.010892] pci 0000:40:03.3: bridge window [mem 0x47e80400000-0x47e805fffff 64bit pref]: assigned
[    6.019844] pci 0000:40:03.4: bridge window [mem 0x47e80600000-0x47e807fffff 64bit pref]: assigned
[    6.028796] pci 0000:40:03.1: bridge window [io  0x4000-0x4fff]: assigned
[    6.035580] pci 0000:40:03.2: bridge window [io  0x5000-0x5fff]: assigned
[    6.042366] pci 0000:40:03.3: bridge window [io  0x6000-0x6fff]: assigned
[    6.049152] pci 0000:40:03.4: bridge window [io  size 0x1000]: can't assign; no space
[    6.056977] pci 0000:40:03.4: bridge window [io  size 0x1000]: failed to assign
[    6.064284] pci 0000:40:03.4: bridge window [io  0x4000-0x4fff]: assigned
[    6.071069] pci 0000:40:03.3: bridge window [io  0x5000-0x5fff]: assigned
[    6.077855] pci 0000:40:03.2: bridge window [io  0x6000-0x6fff]: assigned
[    6.084670] pci 0000:40:03.1: bridge window [io  size 0x1000]: can't assign; no space
[    6.092500] pci 0000:40:03.1: bridge window [io  size 0x1000]: failed to assign
[    6.099807] pci 0000:40:03.1: PCI bridge to [bus 41]
[    6.104774] pci 0000:40:03.1:   bridge window [mem 0xa4c00000-0xa4ffffff]
[    6.111558] pci 0000:40:03.1:   bridge window [mem 0x47e80000000-0x47e801fffff 64bit pref]
[    6.119819] pci 0000:40:03.2: PCI bridge to [bus 42]
[    6.124781] pci 0000:40:03.2:   bridge window [io  0x6000-0x6fff]
[    6.130876] pci 0000:40:03.2:   bridge window [mem 0xa4800000-0xa4bfffff]
[    6.137661] pci 0000:40:03.2:   bridge window [mem 0x47e80200000-0x47e803fffff 64bit pref]
[    6.145921] pci 0000:40:03.3: PCI bridge to [bus 43]
[    6.150886] pci 0000:40:03.3:   bridge window [io  0x5000-0x5fff]
[    6.156979] pci 0000:40:03.3:   bridge window [mem 0xa4400000-0xa47fffff]
[    6.163763] pci 0000:40:03.3:   bridge window [mem 0x47e80400000-0x47e805fffff 64bit pref]
[    6.172024] pci 0000:40:03.4: PCI bridge to [bus 44]
[    6.176987] pci 0000:40:03.4:   bridge window [io  0x4000-0x4fff]
[    6.183091] pci 0000:40:03.4:   bridge window [mem 0xa4000000-0xa43fffff]
[    6.189878] pci 0000:40:03.4:   bridge window [mem 0x47e80600000-0x47e807fffff 64bit pref]
[    6.198143] pci 0000:40:07.1: PCI bridge to [bus 45]
[    6.203111] pci 0000:40:07.1:   bridge window [mem 0xa5300000-0xa53fffff]
[    6.209897] pci 0000:40:08.1: PCI bridge to [bus 46]
[    6.214868] pci 0000:40:08.1:   bridge window [mem 0xa5000000-0xa52fffff]
[    6.221657] pci_bus 0000:40: resource 4 [io  0x4000-0x6fff window]
[    6.227839] pci_bus 0000:40: resource 5 [mem 0x90000000-0xaaffffff window]
[    6.234711] pci_bus 0000:40: resource 6 [mem 0x47e80000000-0x63dbfffffff window]
[    6.242104] pci_bus 0000:41: resource 1 [mem 0xa4c00000-0xa4ffffff]
[    6.248371] pci_bus 0000:41: resource 2 [mem 0x47e80000000-0x47e801fffff 64bit pref]
[    6.256110] pci_bus 0000:42: resource 0 [io  0x6000-0x6fff]
[    6.261680] pci_bus 0000:42: resource 1 [mem 0xa4800000-0xa4bfffff]
[    6.267947] pci_bus 0000:42: resource 2 [mem 0x47e80200000-0x47e803fffff 64bit pref]
[    6.275687] pci_bus 0000:43: resource 0 [io  0x5000-0x5fff]
[    6.281258] pci_bus 0000:43: resource 1 [mem 0xa4400000-0xa47fffff]
[    6.287549] pci_bus 0000:43: resource 2 [mem 0x47e80400000-0x47e805fffff 64bit pref]
[    6.295292] pci_bus 0000:44: resource 0 [io  0x4000-0x4fff]
[    6.300861] pci_bus 0000:44: resource 1 [mem 0xa4000000-0xa43fffff]
[    6.307128] pci_bus 0000:44: resource 2 [mem 0x47e80600000-0x47e807fffff 64bit pref]
[    6.314866] pci_bus 0000:45: resource 1 [mem 0xa5300000-0xa53fffff]
[    6.321132] pci_bus 0000:46: resource 1 [mem 0xa5000000-0xa52fffff]
[    6.327461] pci 0000:80:01.1: bridge window [io  0x1000-0x0fff] to [bus 81] add_size 1000
[    6.335640] pci 0000:80:01.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 81] add_size 200000 add_align 100000
[    6.347106] pci 0000:80:01.2: bridge window [io  0x1000-0x0fff] to [bus 82] add_size 1000
[    6.355277] pci 0000:80:01.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 82] add_size 200000 add_align 100000
[    6.366748] pci 0000:80:01.1: bridge window [mem 0x2bf40000000-0x2bf401fffff 64bit pref]: assigned
[    6.375704] pci 0000:80:01.2: bridge window [mem 0x2bf40200000-0x2bf403fffff 64bit pref]: assigned
[    6.384654] pci 0000:80:01.1: bridge window [io  0x7000-0x7fff]: assigned
[    6.391441] pci 0000:80:01.2: bridge window [io  0x8000-0x8fff]: assigned
[    6.398230] pci 0000:80:01.1: PCI bridge to [bus 81]
[    6.403203] pci 0000:80:01.1:   bridge window [io  0x7000-0x7fff]
[    6.409296] pci 0000:80:01.1:   bridge window [mem 0xbf400000-0xbf7fffff]
[    6.416079] pci 0000:80:01.1:   bridge window [mem 0x2bf40000000-0x2bf401fffff 64bit pref]
[    6.424339] pci 0000:80:01.2: PCI bridge to [bus 82]
[    6.429305] pci 0000:80:01.2:   bridge window [io  0x8000-0x8fff]
[    6.435398] pci 0000:80:01.2:   bridge window [mem 0xbf000000-0xbf3fffff]
[    6.442182] pci 0000:80:01.2:   bridge window [mem 0x2bf40200000-0x2bf403fffff 64bit pref]
[    6.450444] pci 0000:80:07.1: PCI bridge to [bus 83]
[    6.455415] pci 0000:80:07.1:   bridge window [mem 0xbfa00000-0xbfafffff]
[    6.462205] pci 0000:80:08.1: PCI bridge to [bus 84]
[    6.467178] pci 0000:80:08.1:   bridge window [mem 0xbf900000-0xbf9fffff]
[    6.473965] pci 0000:80:08.2: PCI bridge to [bus 85]
[    6.478938] pci 0000:80:08.2:   bridge window [mem 0xbf800000-0xbf8fffff]
[    6.485734] pci_bus 0000:80: resource 4 [io  0x7000-0x9fff window]
[    6.491926] pci_bus 0000:80: resource 5 [mem 0xab000000-0xc5ffffff window]
[    6.498803] pci_bus 0000:80: resource 6 [mem 0x2bf40000000-0x47e7fffffff window]
[    6.506203] pci_bus 0000:81: resource 0 [io  0x7000-0x7fff]
[    6.511781] pci_bus 0000:81: resource 1 [mem 0xbf400000-0xbf7fffff]
[    6.518045] pci_bus 0000:81: resource 2 [mem 0x2bf40000000-0x2bf401fffff 64bit pref]
[    6.525782] pci_bus 0000:82: resource 0 [io  0x8000-0x8fff]
[    6.531355] pci_bus 0000:82: resource 1 [mem 0xbf000000-0xbf3fffff]
[    6.537623] pci_bus 0000:82: resource 2 [mem 0x2bf40200000-0x2bf403fffff 64bit pref]
[    6.545360] pci_bus 0000:83: resource 1 [mem 0xbfa00000-0xbfafffff]
[    6.551625] pci_bus 0000:84: resource 1 [mem 0xbf900000-0xbf9fffff]
[    6.557890] pci_bus 0000:85: resource 1 [mem 0xbf800000-0xbf8fffff]
[    6.564217] pci 0000:c0:03.1: bridge window [io  0x1000-0x0fff] to [bus c4] add_size 1000
[    6.572391] pci 0000:c0:03.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus c4] add_size 200000 add_align 100000
[    6.583857] pci 0000:c0:03.2: bridge window [io  0x1000-0x0fff] to [bus c5] add_size 1000
[    6.592028] pci 0000:c0:03.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus c5] add_size 200000 add_align 100000
[    6.603521] pci 0000:c0:03.3: bridge window [io  0x1000-0x0fff] to [bus c6] add_size 1000
[    6.611695] pci 0000:c0:03.3: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus c6] add_size 200000 add_align 100000
[    6.623166] pci 0000:c0:03.4: bridge window [io  0x1000-0x0fff] to [bus c7] add_size 1000
[    6.631339] pci 0000:c0:03.4: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus c7] add_size 200000 add_align 100000
[    6.642812] pci 0000:c0:03.1: bridge window [mem 0x10000000000-0x100001fffff 64bit pref]: assigned
[    6.651764] pci 0000:c0:03.2: bridge window [mem 0x10000200000-0x100003fffff 64bit pref]: assigned
[    6.660719] pci 0000:c0:03.3: bridge window [mem 0x10000400000-0x100005fffff 64bit pref]: assigned
[    6.669678] pci 0000:c0:03.4: bridge window [mem 0x10000600000-0x100007fffff 64bit pref]: assigned
[    6.678629] pci 0000:c0:05.1: bridge window [mem 0xc7100000-0xc71fffff]: assigned
[    6.686107] pci 0000:c0:03.1: bridge window [io  0xa000-0xafff]: assigned
[    6.692895] pci 0000:c0:03.2: bridge window [io  0xb000-0xbfff]: assigned
[    6.699680] pci 0000:c0:03.3: bridge window [io  0xc000-0xcfff]: assigned
[    6.706465] pci 0000:c0:03.4: bridge window [io  0xd000-0xdfff]: assigned
[    6.713254] pci 0000:c0:03.1: PCI bridge to [bus c4]
[    6.718218] pci 0000:c0:03.1:   bridge window [io  0xa000-0xafff]
[    6.724314] pci 0000:c0:03.1:   bridge window [mem 0xdb600000-0xdb9fffff]
[    6.731107] pci 0000:c0:03.1:   bridge window [mem 0x10000000000-0x100001fffff 64bit pref]
[    6.739375] pci 0000:c0:03.2: PCI bridge to [bus c5]
[    6.744345] pci 0000:c0:03.2:   bridge window [io  0xb000-0xbfff]
[    6.750438] pci 0000:c0:03.2:   bridge window [mem 0xdb200000-0xdb5fffff]
[    6.757224] pci 0000:c0:03.2:   bridge window [mem 0x10000200000-0x100003fffff 64bit pref]
[    6.765486] pci 0000:c0:03.3: PCI bridge to [bus c6]
[    6.770455] pci 0000:c0:03.3:   bridge window [io  0xc000-0xcfff]
[    6.776552] pci 0000:c0:03.3:   bridge window [mem 0xdae00000-0xdb1fffff]
[    6.783335] pci 0000:c0:03.3:   bridge window [mem 0x10000400000-0x100005fffff 64bit pref]
[    6.791597] pci 0000:c0:03.4: PCI bridge to [bus c7]
[    6.796569] pci 0000:c0:03.4:   bridge window [io  0xd000-0xdfff]
[    6.802661] pci 0000:c0:03.4:   bridge window [mem 0xdaa00000-0xdadfffff]
[    6.809455] pci 0000:c0:03.4:   bridge window [mem 0x10000600000-0x100007fffff 64bit pref]
[    6.817719] pci 0000:c1:00.0: ROM [mem 0xc7100000-0xc713ffff pref]: assigned
[    6.824767] pci 0000:c1:00.1: ROM [mem 0xc7140000-0xc717ffff pref]: assigned
[    6.831814] pci 0000:c0:05.1: PCI bridge to [bus c1]
[    6.836780] pci 0000:c0:05.1:   bridge window [mem 0xc7100000-0xc71fffff]
[    6.843567] pci 0000:c0:05.1:   bridge window [mem 0xc7000000-0xc70fffff 64bit pref]
[    6.851309] pci 0000:c2:00.0: PCI bridge to [bus c3]
[    6.856280] pci 0000:c2:00.0:   bridge window [mem 0xda000000-0xda8fffff]
[    6.863067] pci 0000:c2:00.0:   bridge window [mem 0xc6000000-0xc6ffffff 64bit pref]
[    6.870815] pci 0000:c0:05.2: PCI bridge to [bus c2-c3]
[    6.876046] pci 0000:c0:05.2:   bridge window [mem 0xda000000-0xda8fffff]
[    6.882831] pci 0000:c0:05.2:   bridge window [mem 0xc6000000-0xc6ffffff 64bit pref]
[    6.890572] pci 0000:c0:07.1: PCI bridge to [bus c8]
[    6.895539] pci 0000:c0:07.1:   bridge window [mem 0xdbb00000-0xdbbfffff]
[    6.902332] pci 0000:c0:08.1: PCI bridge to [bus c9]
[    6.907386] pci 0000:c0:08.1:   bridge window [mem 0xdba00000-0xdbafffff]
[    6.914180] pci_bus 0000:c0: resource 4 [io  0xa000-0xffff window]
[    6.920366] pci_bus 0000:c0: resource 5 [mem 0xc6000000-0xe0ffffff window]
[    6.927236] pci_bus 0000:c0: resource 6 [mem 0x10000000000-0x2bf3fffffff window]
[    6.934628] pci_bus 0000:c0: resource 7 [io  0x03b0-0x03df window]
[    6.940808] pci_bus 0000:c0: resource 8 [mem 0x000a0000-0x000bffff window]
[    6.947679] pci_bus 0000:c4: resource 0 [io  0xa000-0xafff]
[    6.953252] pci_bus 0000:c4: resource 1 [mem 0xdb600000-0xdb9fffff]
[    6.959518] pci_bus 0000:c4: resource 2 [mem 0x10000000000-0x100001fffff 64bit pref]
[    6.967258] pci_bus 0000:c5: resource 0 [io  0xb000-0xbfff]
[    6.972831] pci_bus 0000:c5: resource 1 [mem 0xdb200000-0xdb5fffff]
[    6.979094] pci_bus 0000:c5: resource 2 [mem 0x10000200000-0x100003fffff 64bit pref]
[    6.986835] pci_bus 0000:c6: resource 0 [io  0xc000-0xcfff]
[    6.992408] pci_bus 0000:c6: resource 1 [mem 0xdae00000-0xdb1fffff]
[    6.998670] pci_bus 0000:c6: resource 2 [mem 0x10000400000-0x100005fffff 64bit pref]
[    7.006410] pci_bus 0000:c7: resource 0 [io  0xd000-0xdfff]
[    7.011987] pci_bus 0000:c7: resource 1 [mem 0xdaa00000-0xdadfffff]
[    7.018251] pci_bus 0000:c7: resource 2 [mem 0x10000600000-0x100007fffff 64bit pref]
[    7.026000] pci_bus 0000:c1: resource 1 [mem 0xc7100000-0xc71fffff]
[    7.032264] pci_bus 0000:c1: resource 2 [mem 0xc7000000-0xc70fffff 64bit pref]
[    7.039482] pci_bus 0000:c2: resource 1 [mem 0xda000000-0xda8fffff]
[    7.045746] pci_bus 0000:c2: resource 2 [mem 0xc6000000-0xc6ffffff 64bit pref]
[    7.052966] pci_bus 0000:c3: resource 1 [mem 0xda000000-0xda8fffff]
[    7.059232] pci_bus 0000:c3: resource 2 [mem 0xc6000000-0xc6ffffff 64bit pref]
[    7.066449] pci_bus 0000:c8: resource 1 [mem 0xdbb00000-0xdbbfffff]
[    7.072716] pci_bus 0000:c9: resource 1 [mem 0xdba00000-0xdbafffff]
[    7.079585] PCI: CLS 64 bytes, default 64
[    7.083619] AMD-Vi: IOMMU SNP support enabled.
[    7.083677] Trying to unpack rootfs image as initramfs...
[    7.093515] pci 0000:c0:00.2: AMD-Vi: IOMMU performance counters supported
[    7.100499] pci 0000:c0:01.0: Adding to iommu group 0
[    7.105609] pci 0000:c0:02.0: Adding to iommu group 1
[    7.110819] pci 0000:c0:03.0: Adding to iommu group 2
[    7.115919] pci 0000:c0:03.1: Adding to iommu group 2
[    7.121017] pci 0000:c0:03.2: Adding to iommu group 2
[    7.126119] pci 0000:c0:03.3: Adding to iommu group 2
[    7.131218] pci 0000:c0:03.4: Adding to iommu group 2
[    7.136327] pci 0000:c0:04.0: Adding to iommu group 3
[    7.141476] pci 0000:c0:05.0: Adding to iommu group 4
[    7.146571] pci 0000:c0:05.1: Adding to iommu group 4
[    7.151665] pci 0000:c0:05.2: Adding to iommu group 4
[    7.156772] pci 0000:c0:07.0: Adding to iommu group 5
[    7.161854] pci 0000:c0:07.1: Adding to iommu group 6
[    7.166966] pci 0000:c0:08.0: Adding to iommu group 7
[    7.172052] pci 0000:c0:08.1: Adding to iommu group 8
[    7.177115] pci 0000:c1:00.0: Adding to iommu group 4
[    7.182174] pci 0000:c1:00.1: Adding to iommu group 4
[    7.187236] pci 0000:c2:00.0: Adding to iommu group 4
[    7.192299] pci 0000:c3:00.0: Adding to iommu group 4
[    7.197386] pci 0000:c8:00.0: Adding to iommu group 9
[    7.202473] pci 0000:c8:00.2: Adding to iommu group 10
[    7.207647] pci 0000:c9:00.0: Adding to iommu group 11
[    7.212825] pci 0000:c9:00.2: Adding to iommu group 12
[    7.224154] pci 0000:80:00.2: AMD-Vi: IOMMU performance counters supported
[    7.231182] pci 0000:80:01.0: Adding to iommu group 13
[    7.236370] pci 0000:80:01.1: Adding to iommu group 13
[    7.241551] pci 0000:80:01.2: Adding to iommu group 13
[    7.246743] pci 0000:80:02.0: Adding to iommu group 14
[    7.251933] pci 0000:80:03.0: Adding to iommu group 15
[    7.257126] pci 0000:80:04.0: Adding to iommu group 16
[    7.262320] pci 0000:80:05.0: Adding to iommu group 17
[    7.267515] pci 0000:80:07.0: Adding to iommu group 18
[    7.272688] pci 0000:80:07.1: Adding to iommu group 19
[    7.277881] pci 0000:80:08.0: Adding to iommu group 20
[    7.283049] pci 0000:80:08.1: Adding to iommu group 21
[    7.288224] pci 0000:80:08.2: Adding to iommu group 22
[    7.293401] pci 0000:83:00.0: Adding to iommu group 23
[    7.298572] pci 0000:83:00.2: Adding to iommu group 24
[    7.303744] pci 0000:84:00.0: Adding to iommu group 25
[    7.308919] pci 0000:84:00.2: Adding to iommu group 26
[    7.314092] pci 0000:85:00.0: Adding to iommu group 27
[    7.326164] pci 0000:40:00.2: AMD-Vi: IOMMU performance counters supported
[    7.333380] pci 0000:40:01.0: Adding to iommu group 28
[    7.338569] pci 0000:40:02.0: Adding to iommu group 29
[    7.343852] pci 0000:40:03.0: Adding to iommu group 30
[    7.349029] pci 0000:40:03.1: Adding to iommu group 30
[    7.354201] pci 0000:40:03.2: Adding to iommu group 30
[    7.359377] pci 0000:40:03.3: Adding to iommu group 30
[    7.364551] pci 0000:40:03.4: Adding to iommu group 30
[    7.369739] pci 0000:40:04.0: Adding to iommu group 31
[    7.374932] pci 0000:40:05.0: Adding to iommu group 32
[    7.380124] pci 0000:40:07.0: Adding to iommu group 33
[    7.385293] pci 0000:40:07.1: Adding to iommu group 34
[    7.390486] pci 0000:40:08.0: Adding to iommu group 35
[    7.395659] pci 0000:40:08.1: Adding to iommu group 36
[    7.400832] pci 0000:45:00.0: Adding to iommu group 37
[    7.406004] pci 0000:45:00.2: Adding to iommu group 38
[    7.411171] pci 0000:46:00.0: Adding to iommu group 39
[    7.416347] pci 0000:46:00.1: Adding to iommu group 40
[    7.421527] pci 0000:46:00.2: Adding to iommu group 41
[    7.426699] pci 0000:46:00.3: Adding to iommu group 42
[    7.438791] pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
[    7.445760] pci 0000:00:01.0: Adding to iommu group 43
[    7.450950] pci 0000:00:02.0: Adding to iommu group 44
[    7.456147] pci 0000:00:03.0: Adding to iommu group 45
[    7.461323] pci 0000:00:03.2: Adding to iommu group 46
[    7.466515] pci 0000:00:04.0: Adding to iommu group 47
[    7.471705] pci 0000:00:05.0: Adding to iommu group 48
[    7.476897] pci 0000:00:07.0: Adding to iommu group 49
[    7.482067] pci 0000:00:07.1: Adding to iommu group 50
[    7.487265] pci 0000:00:08.0: Adding to iommu group 51
[    7.492435] pci 0000:00:08.1: Adding to iommu group 52
[    7.497649] pci 0000:00:14.0: Adding to iommu group 53
[    7.498849] Freeing initrd memory: 35936K
[    7.502824] pci 0000:00:14.3: Adding to iommu group 53
[    7.512153] pci 0000:00:18.0: Adding to iommu group 54
[    7.517324] pci 0000:00:18.1: Adding to iommu group 54
[    7.522529] pci 0000:00:18.2: Adding to iommu group 54
[    7.527695] pci 0000:00:18.3: Adding to iommu group 54
[    7.532893] pci 0000:00:18.4: Adding to iommu group 54
[    7.538061] pci 0000:00:18.5: Adding to iommu group 54
[    7.543234] pci 0000:00:18.6: Adding to iommu group 54
[    7.548408] pci 0000:00:18.7: Adding to iommu group 54
[    7.553584] pci 0000:01:00.0: Adding to iommu group 55
[    7.558759] pci 0000:02:00.0: Adding to iommu group 56
[    7.563930] pci 0000:02:00.2: Adding to iommu group 57
[    7.569103] pci 0000:03:00.0: Adding to iommu group 58
[    7.574276] pci 0000:03:00.2: Adding to iommu group 59
[    7.579452] pci 0000:03:00.3: Adding to iommu group 60
[    7.593250] AMD-Vi: Extended features (0x841f77e022094ace, 0x0): PPR X2APIC NX IA GA PC SNP
[    7.601608] AMD-Vi: Interrupt remapping enabled
[    7.606147] AMD-Vi: X2APIC enabled
[    7.610398] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    7.616847] software IO TLB: mapped [mem 0x000000000459f000-0x000000001459f000] (256MB)
[    7.624985] LVT offset 0 assigned for vector 0x400
[    7.631220] perf: AMD IBS detected (0x000003ff)
[    7.636975] amd_uncore: 4 amd_df counters detected
[    7.641802] amd_uncore: 6 amd_l3 counters detected
[    7.647988] perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
[    7.655138] perf/amd_iommu: Detected AMD IOMMU #1 (2 banks, 4 counters/bank).
[    7.662284] perf/amd_iommu: Detected AMD IOMMU #2 (2 banks, 4 counters/bank).
[    7.669434] perf/amd_iommu: Detected AMD IOMMU #3 (2 banks, 4 counters/bank).
[    7.731770] Initialise system trusted keyrings
[    7.736261] Key type blacklist registered
[    7.740379] workingset: timestamp_bits=36 max_order=26 bucket_order=0
[    7.746822] zbud: loaded
[    7.749848] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    7.755829] fuse: init (API version 7.40)
[    7.760082] integrity: Platform Keyring initialized
[    7.776903] Key type asymmetric registered
[    7.781001] Asymmetric key parser 'x509' registered
[    7.785916] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[    7.793392] io scheduler mq-deadline registered
[    7.799412] pcieport 0000:00:03.2: PME: Signaling with IRQ 38
[    7.805511] pcieport 0000:00:07.1: PME: Signaling with IRQ 40
[    7.811447] pcieport 0000:00:08.1: PME: Signaling with IRQ 41
[    7.817419] pcieport 0000:40:03.1: PME: Signaling with IRQ 42
[    7.823208] pcieport 0000:40:03.1: pciehp: Slot #167 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.837158] pcieport 0000:40:03.2: PME: Signaling with IRQ 43
[    7.842987] pcieport 0000:40:03.2: pciehp: Slot #166 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.856930] pcieport 0000:40:03.3: PME: Signaling with IRQ 44
[    7.862722] pcieport 0000:40:03.3: pciehp: Slot #169 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.876653] pcieport 0000:40:03.4: PME: Signaling with IRQ 45
[    7.882442] pcieport 0000:40:03.4: pciehp: Slot #168 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.896459] pcieport 0000:40:07.1: PME: Signaling with IRQ 47
[    7.902400] pcieport 0000:40:08.1: PME: Signaling with IRQ 48
[    7.908500] pcieport 0000:80:01.1: PME: Signaling with IRQ 49
[    7.914300] pcieport 0000:80:01.1: pciehp: Slot #160 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.928251] pcieport 0000:80:01.2: PME: Signaling with IRQ 50
[    7.934036] pcieport 0000:80:01.2: pciehp: Slot #161 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.948107] pcieport 0000:80:07.1: PME: Signaling with IRQ 52
[    7.954102] pcieport 0000:80:08.1: PME: Signaling with IRQ 54
[    7.960082] pcieport 0000:80:08.2: PME: Signaling with IRQ 55
[    7.966021] pcieport 0000:c0:03.1: PME: Signaling with IRQ 56
[    7.971819] pcieport 0000:c0:03.1: pciehp: Slot #163 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.985741] pcieport 0000:c0:03.2: PME: Signaling with IRQ 57
[    7.991532] pcieport 0000:c0:03.2: pciehp: Slot #162 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    8.005455] pcieport 0000:c0:03.3: PME: Signaling with IRQ 58
[    8.011245] pcieport 0000:c0:03.3: pciehp: Slot #165 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    8.025159] pcieport 0000:c0:03.4: PME: Signaling with IRQ 59
[    8.030946] pcieport 0000:c0:03.4: pciehp: Slot #164 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    8.044838] pcieport 0000:c0:05.1: PME: Signaling with IRQ 60
[    8.050742] pcieport 0000:c0:05.2: PME: Signaling with IRQ 61
[    8.056785] pcieport 0000:c0:07.1: PME: Signaling with IRQ 63
[    8.062777] pcieport 0000:c0:08.1: PME: Signaling with IRQ 65
[    8.068797] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    8.075864] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[    8.083320] ACPI: button: Power Button [PWRF]
[    8.095568] Estimated ratio of average max frequency by base frequency (times 1024): 1464
[    8.119783] ERST: Error Record Serialization Table (ERST) support is initialized.
[    8.127281] pstore: Using crash dump compression: deflate
[    8.132678] pstore: Registered erst as persistent store backend
[    8.138717] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    8.145268] 00:03: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A
[    8.153375] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    8.164055] Linux agpgart interface v0.103
[    8.192114] loop: module loaded
[    8.206455] ahci 0000:85:00.0: AHCI vers 0001.0301, 32 command slots, 6 Gbps, SATA mode
[    8.214462] ahci 0000:85:00.0: 8/8 ports implemented (port mask 0xff)
[    8.220900] ahci 0000:85:00.0: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part sxs 
[    8.231001] scsi host0: ahci
[    8.234100] scsi host1: ahci
[    8.237168] scsi host2: ahci
[    8.240231] scsi host3: ahci
[    8.243303] scsi host4: ahci
[    8.246370] scsi host5: ahci
[    8.249430] scsi host6: ahci
[    8.252493] scsi host7: ahci
[    8.255435] ata1: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800100 irq 67 lpm-pol 0
[    8.263730] ata2: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800180 irq 68 lpm-pol 0
[    8.271988] ata3: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800200 irq 69 lpm-pol 0
[    8.280248] ata4: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800280 irq 70 lpm-pol 0
[    8.288504] ata5: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800300 irq 71 lpm-pol 0
[    8.296764] ata6: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800380 irq 72 lpm-pol 0
[    8.305021] ata7: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800400 irq 73 lpm-pol 0
[    8.313281] ata8: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800480 irq 74 lpm-pol 0
[    8.321804] tun: Universal TUN/TAP device driver, 1.6
[    8.326911] PPP generic driver version 2.4.2
[    8.331314] VFIO - User Level meta-driver version: 0.3
[    8.336777] xhci_hcd 0000:03:00.3: xHCI Host Controller
[    8.342026] xhci_hcd 0000:03:00.3: new USB bus registered, assigned bus number 1
[    8.349525] xhci_hcd 0000:03:00.3: hcc params 0x0260ffe5 hci version 0x110 quirks 0x0000000000000010
[    8.359040] xhci_hcd 0000:03:00.3: xHCI Host Controller
[    8.364302] xhci_hcd 0000:03:00.3: new USB bus registered, assigned bus number 2
[    8.371691] xhci_hcd 0000:03:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[    8.378781] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.11
[    8.387042] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    8.394271] usb usb1: Product: xHCI Host Controller
[    8.399154] usb usb1: Manufacturer: Linux 6.11.0-rc4-d2bafcf224-d2bafcf224f xhci-hcd
[    8.406895] usb usb1: SerialNumber: 0000:03:00.3
[    8.411675] hub 1-0:1.0: USB hub found
[    8.415442] hub 1-0:1.0: 2 ports detected
[    8.420291] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    8.428403] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.11
[    8.436663] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    8.443885] usb usb2: Product: xHCI Host Controller
[    8.448769] usb usb2: Manufacturer: Linux 6.11.0-rc4-d2bafcf224-d2bafcf224f xhci-hcd
[    8.456507] usb usb2: SerialNumber: 0000:03:00.3
[    8.461251] hub 2-0:1.0: USB hub found
[    8.465044] hub 2-0:1.0: 2 ports detected
[    8.469948] xhci_hcd 0000:46:00.3: xHCI Host Controller
[    8.475181] xhci_hcd 0000:46:00.3: new USB bus registered, assigned bus number 3
[    8.482674] xhci_hcd 0000:46:00.3: hcc params 0x0260ffe5 hci version 0x110 quirks 0x0000000000000010
[    8.492162] xhci_hcd 0000:46:00.3: xHCI Host Controller
[    8.497387] xhci_hcd 0000:46:00.3: new USB bus registered, assigned bus number 4
[    8.504780] xhci_hcd 0000:46:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[    8.511861] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.11
[    8.520128] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    8.527350] usb usb3: Product: xHCI Host Controller
[    8.532238] usb usb3: Manufacturer: Linux 6.11.0-rc4-d2bafcf224-d2bafcf224f xhci-hcd
[    8.539979] usb usb3: SerialNumber: 0000:46:00.3
[    8.544733] hub 3-0:1.0: USB hub found
[    8.548500] hub 3-0:1.0: 2 ports detected
[    8.553275] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    8.561390] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.11
[    8.569657] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    8.576883] usb usb4: Product: xHCI Host Controller
[    8.581768] usb usb4: Manufacturer: Linux 6.11.0-rc4-d2bafcf224-d2bafcf224f xhci-hcd
[    8.589526] usb usb4: SerialNumber: 0000:46:00.3
[    8.594260] hub 4-0:1.0: USB hub found
[    8.598025] hub 4-0:1.0: 2 ports detected
[    8.602996] usbcore: registered new interface driver uas
[    8.608335] usbcore: registered new interface driver usb-storage
[    8.614423] i8042: PNP: No PS/2 controller found.
[    8.619205] mousedev: PS/2 mouse device common for all mice
[    8.624880] rtc_cmos 00:02: RTC can wake from S4
[    8.629768] rtc_cmos 00:02: registered as rtc0
[    8.633402] ata4: SATA link down (SStatus 0 SControl 300)
[    8.634288] rtc_cmos 00:02: setting system clock to 2024-09-02T13:13:36 UTC (1725282816)
[    8.639641] ata3: SATA link down (SStatus 0 SControl 300)
[    8.647735] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram
[    8.653123] ata5: SATA link down (SStatus 0 SControl 300)
[    8.659806] i2c_dev: i2c /dev entries driver
[    8.665223] ata1: SATA link down (SStatus 0 SControl 300)
[    8.669481] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[    8.672260] usb 1-1: new high-speed USB device number 2 using xhci_hcd
[    8.674892] ata2: SATA link down (SStatus 0 SControl 300)
[    8.687042] device-mapper: uevent: version 1.0.3
[    8.693576] ata7: SATA link down (SStatus 0 SControl 300)
[    8.699060] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@lists.linux.dev
[    8.703595] ata6: SATA link down (SStatus 0 SControl 300)
[    8.708995] platform eisa.0: Probing EISA bus 0
[    8.717859] ata8: SATA link down (SStatus 0 SControl 300)
[    8.723239] tsc: Refined TSC clocksource calibration: 1996.247 MHz
[    8.724259] platform eisa.0: EISA: Cannot allocate resource for mainboard
[    8.724262] platform eisa.0: Cannot allocate resource for EISA slot 1
[    8.724264] platform eisa.0: Cannot allocate resource for EISA slot 2
[    8.724266] platform eisa.0: Cannot allocate resource for EISA slot 3
[    8.724268] platform eisa.0: Cannot allocate resource for EISA slot 4
[    8.724270] platform eisa.0: Cannot allocate resource for EISA slot 5
[    8.724272] platform eisa.0: Cannot allocate resource for EISA slot 6
[    8.724273] platform eisa.0: Cannot allocate resource for EISA slot 7
[    8.724275] platform eisa.0: Cannot allocate resource for EISA slot 8
[    8.724277] platform eisa.0: EISA: Detected 0 cards
[    8.724282] amd_pstate: driver load is disabled, boot with specific mode to enable this
[    8.808257] usb 3-1: new high-speed USB device number 2 using xhci_hcd
[    8.810590] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x398caa9ddcb, max_idle_ns: 881590739785 ns
[    8.823120] usb 1-1: New USB device found, idVendor=0424, idProduct=2744, bcdDevice= 1.21
[    8.835232] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    8.842369] usb 1-1: Product: USB2734
[    8.846035] usb 1-1: Manufacturer: Microchip Tech
[    8.850873] clocksource: Switched to clocksource tsc
[    8.851920] ledtrig-cpu: registered to indicate activity on CPUs
[    8.861881] efifb: probing for efifb
[    8.865481] efifb: No BGRT, not showing boot graphics
[    8.870535] efifb: framebuffer at 0xc6000000, using 3072k, total 3072k
[    8.877057] efifb: mode is 1024x768x32, linelength=4096, pages=1
[    8.883067] efifb: scrolling: redraw
[    8.886645] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    8.891187] hub 1-1:1.0: USB hub found
[    8.896007] fbcon: Deferring console take-over
[    8.896250] hub 1-1:1.0: 4 ports detected
[    8.900452] fb0: EFI VGA frame buffer device
[    8.908832] drop_monitor: Initializing network drop monitor service
[    8.915253] NET: Registered PF_INET6 protocol family
[    8.927274] Segment Routing with IPv6
[    8.930952] In-situ OAM (IOAM) with IPv6
[    8.934907] NET: Registered PF_PACKET protocol family
[    8.940016] Key type dns_resolver registered
[    8.953705] microcode: Current revision: 0x0a0011d3
[    8.954869] usb 2-1: new SuperSpeed USB device number 2 using xhci_hcd
[    8.966118] usb 3-1: New USB device found, idVendor=1604, idProduct=10c0, bcdDevice= 0.00
[    8.974292] usb 3-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    8.981956] resctrl: L3 allocation detected
[    8.984648] usb 2-1: New USB device found, idVendor=0424, idProduct=5744, bcdDevice= 1.21
[    8.986146] resctrl: MB allocation detected
[    8.994321] usb 2-1: New USB device strings: Mfr=2, Product=3, SerialNumber=0
[    8.998529] resctrl: L3 monitoring detected
[    8.998720] IPI shorthand broadcast: enabled
[    9.005686] usb 2-1: Product: USB5734
[    9.005688] usb 2-1: Manufacturer: Microchip Tech
[    9.024333] hub 3-1:1.0: USB hub found
[    9.025444] sched_clock: Marking stable (8956080581, 68244542)->(9822746651, -798421528)
[    9.028249] hub 3-1:1.0: 4 ports detected
[    9.040377] registered taskstats version 1
[    9.040435] hub 2-1:1.0: USB hub found
[    9.048275] hub 2-1:1.0: 4 ports detected
[    9.049710] Loading compiled-in X.509 certificates
[    9.057629] Loaded X.509 cert 'Build time autogenerated kernel key: b4d6cc6103f916553e86d4f1085952e38e3c3a84'
[    9.070827] Demotion targets for Node 0: null
[    9.075183] Demotion targets for Node 1: null
[    9.079913] Key type .fscrypt registered
[    9.083842] Key type fscrypt-provisioning registered
[    9.095326] cryptd: max_cpu_qlen set to 1000
[    9.102532] AES CTR mode by8 optimization enabled
[    9.121181] Key type encrypted registered
[    9.125205] AppArmor: AppArmor sha256 policy hashing enabled
[    9.130945] integrity: Loading X.509 certificate: UEFI:db
[    9.136368] integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
[    9.147141] integrity: Loading X.509 certificate: UEFI:db
[    9.152558] integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
[    9.163589] integrity: Loading X.509 certificate: UEFI:db
[    9.169087] integrity: Loaded X.509 cert 'VMware, Inc.: 4ad8ba0472073d28127706ddc6ccb9050441bbc7'
[    9.177950] integrity: Loading X.509 certificate: UEFI:db
[    9.183485] integrity: Loaded X.509 cert 'VMware, Inc.: VMware Secure Boot Signing: 04597f3e1ffb240bba0ff0f05d5eb05f3e15f6d7'
[    9.195033] ima: No TPM chip found, activating TPM-bypass!
[    9.200520] Loading compiled-in module X.509 certificates
[    9.206315] Loaded X.509 cert 'Build time autogenerated kernel key: b4d6cc6103f916553e86d4f1085952e38e3c3a84'
[    9.216223] ima: Allocated hash algorithm: sha1
[    9.220761] ima: No architecture policies found
[    9.225311] evm: Initialising EVM extended attributes:
[    9.230450] evm: security.selinux
[    9.233768] evm: security.SMACK64
[    9.237090] evm: security.SMACK64EXEC
[    9.240754] evm: security.SMACK64TRANSMUTE
[    9.244853] evm: security.SMACK64MMAP
[    9.248520] evm: security.apparmor
[    9.251923] evm: security.ima
[    9.254899] evm: security.capability
[    9.258478] evm: HMAC attrs: 0x1
[    9.262120] PM:   Magic number: 8:713:229
[    9.266294] acpi device:76: hash matches
[    9.270676] RAS: Correctable Errors collector initialized.
[    9.276324] clk: Disabling unused clocks
[    9.280250] PM: genpd: Disabling unused power domains
[    9.287083] Freeing unused decrypted memory: 2028K
[    9.292549] Freeing unused kernel image (initmem) memory: 4656K
[    9.298476] Write protecting the kernel read-only data: 26624k
[    9.304835] Freeing unused kernel image (rodata/data gap) memory: 836K
[    9.374562] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    9.381012] Run /init as init process
[    9.390830] systemd[1]: Inserted module 'autofs4'
[    9.696089] systemd[1]: systemd 250-12.el9_1 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 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK +XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[    9.727979] systemd[1]: Detected architecture x86-64.
[    9.733041] systemd[1]: Running in initial RAM disk.

Welcome to ^[[0;31mRed Hat Enterprise Linux 9.1 (Plow) dracut-057-13.git20220816.el9 (Initramfs)^[[0m!

[    9.756337] systemd[1]: Hostname set to <hostname.amd.com>.
[    9.844262] usb 3-1.1: new high-speed USB device number 3 using xhci_hcd
[    9.856304] systemd[1]: Queued start job for default target Initrd Default Target.
[    9.864049] systemd[1]: Reached target Initrd /usr File System.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mInitrd /usr File System^[[0m.
[    9.884301] systemd[1]: Reached target Local File Systems.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mLocal File Systems^[[0m.
[    9.904309] systemd[1]: Reached target Slice Units.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSlice Units^[[0m.
[    9.924304] systemd[1]: Reached target Swaps.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSwaps^[[0m.
[    9.944293] systemd[1]: Reached target Timer Units.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mTime[    9.953248] usb 3-1.1: New USB device found, idVendor=1604, idProduct=10c0, bcdDevice= 0.00
r Units^[[0m.
[    9.961720] usb 3-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    9.970338] systemd[1]: Listening on D-Bus System Message Bus Socket.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mD-Bus System Message Bus Socket^[[0m.
[    9.992444] systemd[1]: Listening on Journal Socket (/dev/log).
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mJournal Socket (/dev/log)^[[0m.
[   10.012448] systemd[1]: Listening on Journal Socket.
[   10.016214] hub 3-1.1:1.0: USB hub found
[^[[0;32m  OK  ^[[[   10.021622] hub 3-1.1:1.0: 4 ports detected
0m] Listening on ^[[0;1;39mJournal Socket^[[0m.
[   10.040456] systemd[1]: Listening on udev Control Socket.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mudev Control Socket^[[0m.
[   10.060399] systemd[1]: Listening on udev Kernel Socket.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mudev Kernel Socket^[[0m.
[   10.080300] systemd[1]: Reached target Socket Units.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSocket Units^[[0m.
[   10.108260] usb 3-1.2: new high-speed USB device number 4 using xhci_hcd
[   10.126095] systemd[1]: Starting Create List of Static Device Nodes...
         Starting ^[[0;1;39mCreate List of Static Device Nodes^[[0m...
[   10.150434] systemd[1]: Starting Journal Service...
         Starting ^[[0;1;39mJournal Service^[[0m...
[   10.169621] systemd[1]: Starting Load Kernel Modules...
         Starting ^[[0;1;39mLoad Kernel Modules^[[0m...
[   10.189585] systemd[1]: Starting Create System Users...
         Starting ^[[0;1;39mCreate System Users^[[0m...
[   10.209548] systemd[1]: Starting Setup Virtual Console...
         Starting ^[[0;1;39mSetup Virtual Console^[[0m...
[   10.229622] systemd[1]: Finished Create List of Static Device Nodes.
[   10.233371] usb 3-1.2: New USB device found, idVendor=413c, idProduct=0006, bcdDevice= 0.00
[   10.244326] usb 3-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[   10.244328] usb 3-1.2: Product: DRAC 5 Virtual Keyboard and Mouse
[   10.244330] usb 3-1.2: Manufacturer: DELL
[^[[0;32m  OK  ^[[[   10.261741] usb 3-1.2: SerialNumber: DELL413C-1
0m] Finished ^[[0;1;39mCreate List of Static Device Nodes^[[0m.
[   10.280566] systemd[1]: Started Journal Service.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mJournal Service^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mLoad Kernel Modules^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mSetup Virtual Console^[[0m.
         Starting ^[[0;1;39mdracut cmdline hook^[[0m...
         Starting ^[[0;1;39mApply Kernel Variables^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mApply Kernel Variables^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate System Users^[[0m.
[   10.484262] usb 3-1.4: new high-speed USB device number 5 using xhci_hcd
         Starting ^[[0;1;39mCreate Static Device Nodes in /dev^[[0m...
         Starting ^[[0;1;39mCreate Volatile Files and Directories^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mdracut cmdline hook^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate Static Device Nodes in /dev^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate Volatile Files and Directories^[[0m.
[   10.601256] usb 3-1.4: New USB device found, idVendor=1604, idProduct=10c0, bcdDevice= 0.00
[   10.609616] usb 3-1.4: New USB device strings: Mfr=0, Product=0, SerialNumber=0
         Starting ^[[0;1;39mdracut pre-udev hook^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0[   10.656240] hub 3-1.4:1.0: USB hub found
;1;39mdracut pre[   10.661746] hub 3-1.4:1.0: 4 ports detected
-udev hook^[[0m.
         Starting ^[[0;1;39mRule-based Manage…for Device Events and Files^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mRule-based Manager for Device Events and Files^[[0m.
[   10.710976] hid: raw HID events driver (C) Jiri Kosina
         Starting ^[[0;1;39mColdplug All udev Devices^[[0m...
[   10.727497] usbcore: registered new interface driver usbhid
[   10.733085] usbhid: USB HID core driver
[   10.738531] usbcore: registered new interface driver usbkbd
[   10.738555] usbcore: registered new interface driver usbmouse
[   10.752669] input: DELL DRAC 5 Virtual Keyboard and Mouse as /devices/pci0000:40/0000:40:08.1/0000:46:00.3/usb3/3-1/3-1.2/3-1.2:1.0/0003:413C:0006.0001/input/input1
[   10.767528] hid-generic 0003:413C:0006.0001: input,hidraw0: USB HID v1.01 Mouse [DELL DRAC 5 Virtual Keyboard and Mouse] on usb-0000:46:00.3-1.2/input0
[   10.781225] input: DELL DRAC 5 Virtual Keyboard and Mouse as /devices/pci0000:40/0000:40:08.1/0000:46:00.3/usb3/3-1/3-1.2/3-1.2:1.1/0003:413C:0006.0002/input/input2
[   10.852419] hid-generic 0003:413C:0006.0002: input,hidraw1: USB HID v1.01 Keyboard [DELL DRAC 5 Virtual Keyboard and Mouse] on usb-0000:46:00.3-1.2/input1
[   10.913144] wmi_bus wmi_bus-PNP0C14:00: [Firmware Bug]: WQBC data block query control method not found
[^[[0;32m  OK  ^[[0m] Finished ^[[0[   10.924681] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
;1;39mColdplug A[   10.931274] sp5100-tco sp5100-tco: Using 0xfeb00000 for watchdog MMIO address
ll udev Devices^[[   10.939769] sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0)
[0m.
[   10.949383] ccp 0000:46:00.1: no command queues available
[   10.954871] ccp 0000:46:00.1: sev enabled
[   10.958894] ccp 0000:46:00.1: psp enabled
[   10.974491] ACPI: bus type drm_connector registered
[^[[0;32m  OK  ^[[0m] Reached targ[   10.980889] mpt3sas version 48.100.00.00 loaded
[   10.984980] tg3 0000:c1:00.0 eth0: Tigon3 [partno(BCM95720) rev 5720000] (PCI Express) MAC address d0:8e:79:bb:95:90
et ^[[0;1;39mSyst[   10.987669] mpt3sas_cm0: 63 BIT PCI BUS DMA ADDRESSING SUPPORTED, total mem (262458748 kB)
em Initializatio[   10.997239] tg3 0000:c1:00.0 eth0: attached PHY is 5720C (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[1])
n^[[0m.
[   11.018081] tg3 0000:c1:00.0 eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[1] TSOcap[1]
[   11.026599] tg3 0000:c1:00.0 eth0: dma_rwctrl[00000001] dma_mask[64-bit]
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mNetwork^[[0m.
[   11.042749] mgag200 0000:c3:00.0: vgaarb: deactivate vga console
[   11.055565] [drm] Initialized mgag200 1.0.0 for 0000:c3:00.0 on minor 0
[   11.056256] mpt3sas_cm0: CurrentHostPageSize is 0: Setting default host page size to 4k
[   11.070204] mpt3sas_cm0: MSI-X vectors supported: 96
[   11.075176] 	 no of cores: 128, max_msix_vectors: -1
[   11.075178] mpt3sas_cm0:  0 96 96
[   11.078992] mpt3sas_cm0: High IOPs queues : disabled
[   11.082048] tg3 0000:c1:00.1 eth1: Tigon3 [partno(BCM95720) rev 5720000] (PCI Express) MAC address d0:8e:79:bb:95:91
[   11.083467] mpt3sas0-msix0: PCI-MSI-X enabled: IRQ 108
[   11.088426] tg3 0000:c1:00.1 eth1: attached PHY is 5720C (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[1])
[   11.098936] mpt3sas0-msix1: PCI-MSI-X enabled: IRQ 109
[   11.098938] mpt3sas0-msix2: PCI-MSI-X enabled: IRQ 110
[   11.098939] mpt3sas0-msix3: PCI-MSI-X enabled: IRQ 111
[   11.098940] mpt3sas0-msix4: PCI-MSI-X enabled: IRQ 112
[   11.098942] mpt3sas0-msix5: PCI-MSI-X enabled: IRQ 113
[   11.098943] mpt3sas0-msix6: PCI-MSI-X enabled: IRQ 114
[   11.098944] mpt3sas0-msix7: PCI-MSI-X enabled: IRQ 115
[   11.098945] mpt3sas0-msix8: PCI-MSI-X enabled: IRQ 116
[   11.098947] mpt3sas0-msix9: PCI-MSI-X enabled: IRQ 117
[   11.098948] mpt3sas0-msix10: PCI-MSI-X enabled: IRQ 118
[   11.098949] mpt3sas0-msix11: PCI-MSI-X enabled: IRQ 119
[   11.098950] mpt3sas0-msix12: PCI-MSI-X enabled: IRQ 120
[   11.104094] tg3 0000:c1:00.1 eth1: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[1] TSOcap[1]
[   11.113910] mpt3sas0-msix13: PCI-MSI-X enabled: IRQ 121
[   11.113912] mpt3sas0-msix14: PCI-MSI-X enabled: IRQ 122
[   11.119050] tg3 0000:c1:00.1 eth1: dma_rwctrl[00000001] dma_mask[64-bit]
[   11.200821] mpt3sas0-msix15: PCI-MSI-X enabled: IRQ 123
[   11.200823] mpt3sas0-msix16: PCI-MSI-X enabled: IRQ 124
[   11.200824] mpt3sas0-msix17: PCI-MSI-X enabled: IRQ 125
[   11.200824] fbcon: mgag200drmfb (fb0) is primary device
[   11.200826] mpt3sas0-msix18: PCI-MSI-X enabled: IRQ 126
[   11.200828] fbcon: Deferring console take-over
[   11.200828] mpt3sas0-msix19: PCI-MSI-X enabled: IRQ 127
[   11.200831] mpt3sas0-msix20: PCI-MSI-X enabled: IRQ 128
[   11.206057] mgag200 0000:c3:00.0: [drm] fb0: mgag200drmfb frame buffer device
[   11.211298] mpt3sas0-msix21: PCI-MSI-X enabled: IRQ 129
[   11.254222] mpt3sas0-msix22: PCI-MSI-X enabled: IRQ 130
[   11.254224] mpt3sas0-msix23: PCI-MSI-X enabled: IRQ 131
[   11.254225] mpt3sas0-msix24: PCI-MSI-X enabled: IRQ 132
[   11.254227] mpt3sas0-msix25: PCI-MSI-X enabled: IRQ 133
[   11.275133] mpt3sas0-msix26: PCI-MSI-X enabled: IRQ 134
[   11.275135] mpt3sas0-msix27: PCI-MSI-X enabled: IRQ 135
[   11.275136] mpt3sas0-msix28: PCI-MSI-X enabled: IRQ 136
[   11.275137] mpt3sas0-msix29: PCI-MSI-X enabled: IRQ 137
[   11.275138] mpt3sas0-msix30: PCI-MSI-X enabled: IRQ 138
         Startin[   11.275140] mpt3sas0-msix31: PCI-MSI-X enabled: IRQ 139
g ^[[0;1;39mdracu[   11.307873] mpt3sas0-msix32: PCI-MSI-X enabled: IRQ 140
t initqueue hook[   11.314478] mpt3sas0-msix33: PCI-MSI-X enabled: IRQ 141
^[[0m...
[   11.321082] mpt3sas0-msix34: PCI-MSI-X enabled: IRQ 142
[   11.327079] mpt3sas0-msix35: PCI-MSI-X enabled: IRQ 143
[   11.332309] mpt3sas0-msix36: PCI-MSI-X enabled: IRQ 144
[   11.332311] mpt3sas0-msix37: PCI-MSI-X enabled: IRQ 145
[   11.332313] mpt3sas0-msix38: PCI-MSI-X enabled: IRQ 146
[   11.332314] mpt3sas0-msix39: PCI-MSI-X enabled: IRQ 147
[   11.332316] mpt3sas0-msix40: PCI-MSI-X enabled: IRQ 148
[   11.332317] mpt3sas0-msix41: PCI-MSI-X enabled: IRQ 149
[   11.363671] mpt3sas0-msix42: PCI-MSI-X enabled: IRQ 150
[   11.363672] mpt3sas0-msix43: PCI-MSI-X enabled: IRQ 151
[   11.363674] mpt3sas0-msix44: PCI-MSI-X enabled: IRQ 152
[   11.363675] mpt3sas0-msix45: PCI-MSI-X enabled: IRQ 153
[   11.363676] mpt3sas0-msix46: PCI-MSI-X enabled: IRQ 154
[   11.363677] mpt3sas0-msix47: PCI-MSI-X enabled: IRQ 155
[   11.363678] mpt3sas0-msix48: PCI-MSI-X enabled: IRQ 156
[   11.363679] mpt3sas0-msix49: PCI-MSI-X enabled: IRQ 157
^[[2J^[[3J[   11.363681] mpt3sas0-msix50: PCI-MSI-X enabled: IRQ 158
[   11.363682] mpt3sas0-msix51: PCI-MSI-X enabled: IRQ 159
^[[-1;-1f[   11.416620] mpt3sas0-msix52: PCI-MSI-X enabled: IRQ 160
         Startin[   11.422544] mpt3sas0-msix53: PCI-MSI-X enabled: IRQ 161
g ^[[0;1;39mShow [   11.429155] mpt3sas0-msix54: PCI-MSI-X enabled: IRQ 162
Plymouth Boot Sc[   11.435768] mpt3sas0-msix55: PCI-MSI-X enabled: IRQ 163
reen^[[0m...
[   11.435770] mpt3sas0-msix56: PCI-MSI-X enabled: IRQ 164
[   11.435772] mpt3sas0-msix57: PCI-MSI-X enabled: IRQ 165
[   11.435773] mpt3sas0-msix58: PCI-MSI-X enabled: IRQ 166
[   11.435775] mpt3sas0-msix59: PCI-MSI-X enabled: IRQ 167
[^[[0;32m  OK  ^[[[   11.464493] mpt3sas0-msix60: PCI-MSI-X enabled: IRQ 168
0m] Started ^[[0;[   11.464495] mpt3sas0-msix61: PCI-MSI-X enabled: IRQ 169
1;39mShow Plymou[   11.464496] mpt3sas0-msix62: PCI-MSI-X enabled: IRQ 170
th Boot Screen^[[[   11.464497] mpt3sas0-msix63: PCI-MSI-X enabled: IRQ 171
[   11.464499] mpt3sas0-msix64: PCI-MSI-X enabled: IRQ 172
0m.
[^[[0;32m  [   11.496144] mpt3sas0-msix65: PCI-MSI-X enabled: IRQ 173
OK  ^[[0m] Starte[   11.496146] mpt3sas0-msix66: PCI-MSI-X enabled: IRQ 174
[   11.496147] mpt3sas0-msix67: PCI-MSI-X enabled: IRQ 175
d ^[[0;1;39mForwa[   11.496148] mpt3sas0-msix68: PCI-MSI-X enabled: IRQ 176
rd Password R…[   11.521182] mpt3sas0-msix69: PCI-MSI-X enabled: IRQ 177
s to Plymouth Di[   11.521184] mpt3sas0-msix70: PCI-MSI-X enabled: IRQ 178
[   11.521185] mpt3sas0-msix71: PCI-MSI-X enabled: IRQ 179
rectory Watch^[[0[   11.521187] mpt3sas0-msix72: PCI-MSI-X enabled: IRQ 180
m.
[^[[0;32m  O[   11.546237] mpt3sas0-msix73: PCI-MSI-X enabled: IRQ 181
K  ^[[0m] Reached[   11.552849] mpt3sas0-msix74: PCI-MSI-X enabled: IRQ 182
 target ^[[0;1;39[   11.559462] mpt3sas0-msix75: PCI-MSI-X enabled: IRQ 183
mPath Units^[[0m.[   11.566074] mpt3sas0-msix76: PCI-MSI-X enabled: IRQ 184

[^[[0;32m  OK [   11.572688] mpt3sas0-msix77: PCI-MSI-X enabled: IRQ 185
 ^[[0m] Reached t[   11.579298] mpt3sas0-msix78: PCI-MSI-X enabled: IRQ 186
arget ^[[0;1;39mB[   11.585912] mpt3sas0-msix79: PCI-MSI-X enabled: IRQ 187
asic System^[[0m.[   11.592526] mpt3sas0-msix80: PCI-MSI-X enabled: IRQ 188

[   11.599136] mpt3sas0-msix81: PCI-MSI-X enabled: IRQ 189
[   11.604623] mpt3sas0-msix82: PCI-MSI-X enabled: IRQ 190
[   11.609847] mpt3sas0-msix83: PCI-MSI-X enabled: IRQ 191
[   11.615075] mpt3sas0-msix84: PCI-MSI-X enabled: IRQ 192
[   11.620299] mpt3sas0-msix85: PCI-MSI-X enabled: IRQ 193
[   11.625526] mpt3sas0-msix86: PCI-MSI-X enabled: IRQ 194
[   11.630750] mpt3sas0-msix87: PCI-MSI-X enabled: IRQ 195
[   11.635977] mpt3sas0-msix88: PCI-MSI-X enabled: IRQ 196
[   11.641203] mpt3sas0-msix89: PCI-MSI-X enabled: IRQ 197
[   11.646429] mpt3sas0-msix90: PCI-MSI-X enabled: IRQ 198
[   11.651654] mpt3sas0-msix91: PCI-MSI-X enabled: IRQ 199
[   11.656882] mpt3sas0-msix92: PCI-MSI-X enabled: IRQ 200
[   11.662106] mpt3sas0-msix93: PCI-MSI-X enabled: IRQ 201
[   11.667335] mpt3sas0-msix94: PCI-MSI-X enabled: IRQ 202
[   11.672558] mpt3sas0-msix95: PCI-MSI-X enabled: IRQ 203
[   11.677783] mpt3sas_cm0: iomem(0x00000000e2100000), mapped(0x000000005a4ccb6b), size(65536)
[   11.686129] mpt3sas_cm0: ioport(0x0000000000001000), size(256)
[   11.749754] mpt3sas_cm0: CurrentHostPageSize is 0: Setting default host page size to 4k
[   11.757752] mpt3sas_cm0: sending message unit reset !!
[   11.764252] mpt3sas_cm0: message unit reset: SUCCESS
[   11.796345] mpt3sas_cm0: scatter gather: sge_in_main_msg(1), sge_per_chain(7), sge_per_io(128), chains_per_io(19)
[   11.807803] mpt3sas_cm0: request pool(0x0000000009553caa) - dma(0xe0600000): depth(9700), frame_size(128), pool_size(1212 kB)
[   11.844657] mpt3sas_cm0: sense pool(0x00000000f70f1946) - dma(0xdef00000): depth(9463), element_size(96), pool_size (887 kB)
[   11.855978] mpt3sas_cm0: reply pool(0x00000000b72dce0c) - dma(0xdec00000): depth(9764), frame_size(128), pool_size(1220 kB)
[   11.867115] mpt3sas_cm0: config page(0x0000000046fdb946) - dma(0xdebee000): size(512)
[   11.874946] mpt3sas_cm0: Allocated physical memory: size(40437 kB)
[   11.881125] mpt3sas_cm0: Current Controller Queue Depth(9460),Max Controller Queue Depth(9584)
[   11.889731] mpt3sas_cm0: Scatter Gather Elements per IO(128)
[   11.940901] mpt3sas_cm0: _base_display_fwpkg_version: complete
[   11.946739] mpt3sas_cm0: FW Package Ver(16.17.01.00)
[   11.951983] mpt3sas_cm0: LSISAS3008: FWVersion(16.00.11.00), ChipRevision(0x02)
[   11.959288] mpt3sas_cm0: Protocol=(Initiator,Target), Capabilities=(TLR,EEDP,Snapshot Buffer,Diag Trace Buffer,Task Set Full,NCQ)
[   11.971004] scsi host8: Fusion MPT SAS Host
[   11.977035] mpt3sas_cm0: sending port enable !!
[   11.981982] mpt3sas_cm0: hba_port entry: 00000000204dc955, port: 255 is added to hba_port list
[   11.991651] mpt3sas_cm0: host_add: handle(0x0001), sas_addr(0x52cea7f0be87bf00), phys(8)
[   12.000069] mpt3sas_cm0: handle(0xa) sas_address(0x4433221100000000) port_type(0x1)
[   12.008905] scsi 8:0:0:0: Direct-Access     ATA      MTFDDAK960TDT    J004 PQ: 0 ANSI: 6
[   12.016993] scsi 8:0:0:0: SATA: handle(0x000a), sas_addr(0x4433221100000000), phy(0), device_name(0x500a075131911ad0)
[   12.027592] scsi 8:0:0:0: enclosure logical id (0x52cea7f0be87bf00), slot(1) 
[   12.034716] scsi 8:0:0:0: enclosure level(0x0001), connector name(     )
[   12.041466] scsi 8:0:0:0: atapi(n), ncq(y), asyn_notify(n), smart(y), fua(y), sw_preserve(y)
[   12.049898] scsi 8:0:0:0: qdepth(32), tagged(1), scsi_level(7), cmd_que(1)
[   12.064721]  end_device-8:0: add: handle(0x000a), sas_addr(0x4433221100000000)
[   12.072057] mpt3sas_cm0: handle(0xc) sas_address(0x58ce38ee219651a2) port_type(0x1)
[   12.080688] scsi 8:0:1:0: Direct-Access     KIOXIA   KPM6WVUG960G     BD08 PQ: 0 ANSI: 6
[   12.088777] scsi 8:0:1:0: SSP: handle(0x000c), sas_addr(0x58ce38ee219651a2), phy(4), device_name(0x58ce38ee219651a0)
[   12.099292] scsi 8:0:1:0: enclosure logical id (0x52cea7f0be87bf00), slot(0) 
[   12.106423] scsi 8:0:1:0: enclosure level(0x0001), connector name(     )
[   12.113139] scsi 8:0:1:0: qdepth(254), tagged(1), scsi_level(7), cmd_que(1)
[   12.121913]  end_device-8:1: add: handle(0x000c), sas_addr(0x58ce38ee219651a2)
[   12.129245] mpt3sas_cm0: handle(0xb) sas_address(0x4433221106000000) port_type(0x1)
[   12.138004] scsi 8:0:2:0: Direct-Access     ATA      MTFDDAK960TDT    J004 PQ: 0 ANSI: 6
[   12.146100] scsi 8:0:2:0: SATA: handle(0x000b), sas_addr(0x4433221106000000), phy(6), device_name(0x500a075131911a6f)
[   12.156696] scsi 8:0:2:0: enclosure logical id (0x52cea7f0be87bf00), slot(2) 
[   12.163820] scsi 8:0:2:0: enclosure level(0x0001), connector name(     )
[   12.170573] scsi 8:0:2:0: atapi(n), ncq(y), asyn_notify(n), smart(y), fua(y), sw_preserve(y)
[   12.179011] scsi 8:0:2:0: qdepth(32), tagged(1), scsi_level(7), cmd_que(1)
[   12.193770]  end_device-8:2: add: handle(0x000b), sas_addr(0x4433221106000000)
[   12.220257] mpt3sas_cm0: port enable: SUCCESS
[   12.224901] sd 8:0:0:0: Attached scsi generic sg0 type 0
[   12.225455] sd 8:0:0:0: [sda] 1875385008 512-byte logical blocks: (960 GB/894 GiB)
[   12.230453] sd 8:0:1:0: Attached scsi generic sg1 type 0
[   12.237784] sd 8:0:0:0: [sda] 4096-byte physical blocks
[   12.239797] sd 8:0:0:0: [sda] Write Protect is off
[   12.243116] sd 8:0:1:0: [sdb] 1875385008 512-byte logical blocks: (960 GB/894 GiB)
[   12.243393] sd 8:0:2:0: Attached scsi generic sg2 type 0
[   12.243990] sd 8:0:2:0: [sdc] 1875385008 512-byte logical blocks: (960 GB/894 GiB)
[   12.243995] sd 8:0:2:0: [sdc] 4096-byte physical blocks
[   12.245999] sd 8:0:2:0: [sdc] Write Protect is off
[   12.247287] sd 8:0:2:0: [sdc] Write cache: enabled, read cache: enabled, supports DPO and FUA
[   12.249102] sd 8:0:0:0: [sda] Write cache: enabled, read cache: enabled, supports DPO and FUA
[   12.253123] sd 8:0:1:0: [sdb] 4096-byte physical blocks
[   12.306036] sd 8:0:1:0: [sdb] Write Protect is off
[   12.311040] sd 8:0:1:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[   12.330093]  sdc: sdc1 sdc2
[   12.333015] sd 8:0:2:0: [sdc] Attached SCSI disk
[   12.346252]  sda: sda1 sda2 sda3 sda4 sda5 sda6 sda7
[   12.351538] sd 8:0:0:0: [sda] Attached SCSI disk
[   12.361439]  sdb: sdb1 sdb2
[   12.364356] sd 8:0:1:0: [sdb] Attached SCSI disk
[   14.602859] ccp 0000:46:00.1: SEV API:1.55 build:17
[   14.607766] ccp 0000:46:00.1: SEV-SNP API:1.55 build:17
[^[[0;32m  OK  ^[[0m] Found device ^[[0;1;39m/dev/mapper/rhel_hostname-root^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mInitrd Root Device^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mdracut initqueue hook^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mPreparation for Remote File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mRemote File Systems^[[0m.
         Starting ^[[0;1;39mFile System Check…/mapper/rhel_hostname-root^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mFile System Check…ev/mapper/rhel_hostname-root^[[0m.
         Mounting ^[[0;1;39m/sysroot^[[0m...
[   15.248174] SGI XFS with ACLs, security attributes, realtime, quota, no debug enabled
[   15.258356] XFS (dm-1): Mounting V5 Filesystem 254e7c99-a3df-41be-8429-d28e07cb528a
[   15.281659] XFS (dm-1): Ending clean mount
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39m/sysroot^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mInitrd Root File System^[[0m.
         Starting ^[[0;1;39mReload Configuration from the Real Root^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mReload Configuration from the Real Root^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mInitrd File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mInitrd Default Target^[[0m.
         Starting ^[[0;1;39mdracut pre-pivot and cleanup hook^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mdracut pre-pivot and cleanup hook^[[0m.
         Starting ^[[0;1;39mCleaning Up and Shutting Down Daemons^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mNetwork^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mTimer Units^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mD-Bus System Message Bus Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mdracut pre-pivot and cleanup hook^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mInitrd Default Target^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mBasic System^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mInitrd Root Device^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mInitrd /usr File System^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mPath Units^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mRemote File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mPreparation for Remote File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mSlice Units^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mSocket Units^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mSystem Initialization^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mLocal File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mSwaps^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mdracut initqueue hook^[[0m.
         Starting ^[[0;1;39mPlymouth switch root service^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mApply Kernel Variables^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mLoad Kernel Modules^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mCreate Volatile Files and Directories^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mColdplug All udev Devices^[[0m.
         Stopping ^[[0;1;39mRule-based Manage…for Device Events and Files^[[0m...
[^[[0;32m  OK  [   15.794821] systemd-journald[1095]: Received SIGTERM from PID 1 (systemd).
^[[0m] Finished ^[[0;1;39mCleaning Up and Shutting Down Daemons^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mPlymouth switch root service^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mRule-based Manager for Device Events and Files^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mudev Control Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mudev Kernel Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mdracut pre-udev hook^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mdracut cmdline hook^[[0m.
         Starting ^[[0;1;39mCleanup udev Database^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mCreate Static Device Nodes in /dev^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mCreate List of Static Device Nodes^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mCreate System Users^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCleanup udev Database^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSwitch Root^[[0m.
         Starting ^[[0;1;39mSwitch Root^[[0m...
[   15.896439] systemd[1]: RTC configured in localtime, applying delta of 330 minutes to system time.
[   15.908191] systemd[1]: systemd 250-12.el9_1 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 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK +XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[   15.940082] systemd[1]: Detected architecture x86-64.

Welcome to ^[[0;31mRed Hat Enterprise Linux 9.1 (Plow)^[[0m!

[   15.996545] systemd-rc-local-generator[1750]: /etc/rc.d/rc.local is not marked executable, skipping.
[   16.241795] systemd[1]: initrd-switch-root.service: Deactivated successfully.
[   16.249099] systemd[1]: Stopped Switch Root.
[^[[0;32m  OK  ^[[[   16.253658] systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1.
0m] Stopped ^[[0;[   16.264254] systemd[1]: Created slice Virtual Machine and Container Slice.
1;39mSwitch Root[   16.272620] systemd[1]: Created slice Slice /system/getty.
^[[0m.
[^[[0;32m[   16.279477] systemd[1]: Created slice Slice /system/modprobe.
  OK  ^[[0m] Crea[   16.286920] systemd[1]: Created slice Slice /system/serial-getty.
ted slice ^[[0;1;[   16.294066] systemd[1]: Created slice Slice /system/sshd-keygen.
39mVirtual Machi[   16.301448] systemd[1]: Created slice Slice /system/systemd-fsck.
ne and Container[   16.308816] systemd[1]: Created slice User and Session Slice.
 Slice^[[0m.
[^[[   16.315486] systemd[1]: Dispatch Password Requests to Console Directory Watch was skipped because of a failed condition check (ConditionPathExists=!/run/plymouth/pid).
[0;32m  OK  ^[[0m[   16.331805] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
] Created slice [   16.340922] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
^[[0;1;39mSlice /[   16.351515] systemd[1]: Reached target Local Encrypted Volumes.
system/getty^[[0m[   16.358821] systemd[1]: Stopped target Switch Root.
.
[^[[0;32m  OK[   16.365084] systemd[1]: Stopped target Initrd File Systems.
  ^[[0m] Created [   16.372035] systemd[1]: Stopped target Initrd Root File System.
slice ^[[0;1;39mS[   16.379334] systemd[1]: Reached target Local Integrity Protected Volumes.
lice /system/mod[   16.387513] systemd[1]: Reached target Path Units.
probe^[[0m.
[^[[[   16.393688] systemd[1]: Reached target Slice Units.
0;32m  OK  ^[[0m][   16.399945] systemd[1]: Reached target Local Verity Protected Volumes.
 Created slice ^[[   16.407905] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[0;1;39mSlice /s[   16.416093] systemd[1]: Listening on LVM2 poll daemon socket.
ystem/serial-get[   16.422927] systemd[1]: multipathd control socket was skipped because of a failed condition check (ConditionPathExists=/etc/multipath.conf).
ty^[[0m.
[^[[0;32m  OK  ^[[0m] Created slice ^[[0;1;39mSlice /system/sshd-keygen^[[0m.
[^[[0;32m  OK  ^[[0m] Created slice ^[[0;1;39mSlice /system/systemd-fsck^[[0m.
[^[[0;32m  OK  ^[[0m] Created slice ^[[0;1;39mUser and Session Slice^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mForward Password R…uests to Wall Directory Watch^[[0m.
[^[[0;32m  OK  ^[[0m] Set up automount ^[[0;1;39mArbitrary…s File System Automount Point^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mLocal Encr[   16.477338] systemd[1]: Listening on RPCbind Server Activation Socket.
ypted Volumes^[[0[   16.485028] systemd[1]: Reached target RPC Port Mapper.
m.
[^[[0;32m  O[   16.492770] systemd[1]: Listening on Process Core Dump Socket.
K  ^[[0m] Stopped[   16.498874] systemd[1]: Listening on initctl Compatibility Named Pipe.
 target ^[[0;1;39[   16.507181] systemd[1]: Listening on udev Control Socket.
mSwitch Root^[[0m[   16.513587] systemd[1]: Listening on udev Kernel Socket.
.
[^[[0;32m  OK  ^[[0m] Stopped [   16.521531] systemd[1]: Activating swap /dev/mapper/rhel_hostname-swap...
target ^[[0;1;39m[   16.526502] Adding 7815164k swap on /dev/mapper/rhel_hostname-swap.  Priority:-2 extents:1 across:7815164k SS
Initrd File Systems^[[0m.
[^[[0;[   16.542861] systemd[1]: Mounting Huge Pages File System...
32m  OK  ^[[0m] Stopped target ^[[[   16.550923] systemd[1]: Mounting POSIX Message Queue File System...
0;1;39mInitrd Ro[   16.559724] systemd[1]: Mounting Kernel Debug File System...
ot File System^[[[   16.566737] systemd[1]: Mounting Kernel Trace File System...
0m.
[^[[0;32m  [   16.572689] systemd[1]: Kernel Module supporting RPCSEC_GSS was skipped because of a failed condition check (ConditionPathExists=/etc/krb5.keytab).
OK  ^[[0m] Reached target ^[[0;1;3[   16.589687] systemd[1]: Starting Create List of Static Device Nodes...
9mLocal Integrit[   16.597748] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
y Protected Volu[   16.609265] systemd[1]: Starting Load Kernel Module configfs...
mes^[[0m.
[^[[0;[   16.616556] systemd[1]: Starting Load Kernel Module drm...
32m  OK  ^[[0m] R[   16.623383] systemd[1]: Starting Load Kernel Module fuse...
eached target ^[[0;1;39mPath Unit[   16.631044] systemd[1]: Starting Read and set NIS domainname from /etc/sysconfig/network...
s^[[0m.
[^[[0;32[   16.640430] systemd[1]: plymouth-switch-root.service: Deactivated successfully.
m  OK  ^[[0m] Rea[   16.649115] systemd[1]: Stopped Plymouth switch root service.
ched target ^[[0;[   16.656354] systemd[1]: systemd-fsck-root.service: Deactivated successfully.
1;39mSlice Units[   16.664655] systemd[1]: Stopped File System Check on Root Device.
^[[0m.
[^[[0;32m[   16.672193] systemd[1]: Stopped Journal Service.
  OK  ^[[0m] Reached target ^[[0;1[   16.680229] systemd[1]: Starting Journal Service...
;39mLocal Verity Protected Volum[   16.687999] systemd[1]: Starting Load Kernel Modules...
es^[[0m.
[^[[0;3[   16.691993] systemd-journald[1774]: File /run/log/journal/8f37f8055146469d8baec3ad508b0084/system.journal corrupted or uncleanly shut down, renaming and replacing.
2m  OK  ^[[0m] Li[   16.711020] systemd[1]: Starting Generate network units from Kernel command line...
stening on ^[[0;1;39mDevice-mappe[   16.720094] systemd[1]: Starting Remount Root and Kernel File Systems...
r event daemon F[   16.728333] systemd[1]: Repartition Root Disk was skipped because all trigger condition checks failed.
IFOs^[[0m.
[^[[0;32m  OK  ^[[0m] [   16.740245] systemd[1]: Starting Coldplug All udev Devices...
Listening on ^[[0;1;39mLVM2 poll daemon socket^[[0[   16.750581] systemd[1]: Activated swap /dev/mapper/rhel_hostname-swap.
m.
[^[[0;32m  O[   16.758844] systemd[1]: Started Journal Service.
K  ^[[0m] Listening on ^[[0;1;39mRPCbind Server Activation Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mRPC Port Mapper^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1[   16.779013] systemd-journald[1774]: Received client request to flush runtime journal.
;39mProcess Core Dump Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39minitctl Compatibility Named Pipe^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mudev Control Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mudev Kernel Socket^[[0m.
         Activating swap ^[[0;1;39m/dev/mapper/rhel_hostname-swap^[[0m...
         Mounting ^[[0;1;39mHuge Pages File System^[[0m...
         Mounting ^[[0;1;39mPOSIX Message Queue File System^[[0m...
         Mounting ^[[0;1;39mKernel Debug File System^[[0m...
         Mounting ^[[0;1;39mKernel Trace File System^[[0m...
         Starting ^[[0;1;39mCreate List of Static Device Nodes^[[0m...
         Starting ^[[0;1;39mMonitoring of LVM…meventd or progress polling^[[0m...
         Starting ^[[0;1;39mLoad Kernel Module configfs^[[0m...
         Starting ^[[0;1;39mLoad Kernel Module drm^[[0m...
         Starting ^[[0;1;39mLoad Kernel Module fuse^[[0m...
         Starting ^[[0;1;39mRead and set NIS …from /etc/sysconfig/network^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mPlymouth switch root service^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mFile System Check on Root Device^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mJournal Service^[[0m.
         Starting ^[[0;1;39mJournal Service^[[0m...
         Starting ^[[0;1;39mLoad Kernel Modules^[[0m...
         Starting ^[[0;1;39mGenerate network …ts from Kernel command line^[[0m...
         Starting ^[[0;1;39mRemount Root and Kernel File Systems^[[0m...
         Starting ^[[0;1;39mColdplug All udev Devices^[[0m...
[^[[0;32m  OK  ^[[0m] Activated swap ^[[0;1;39m/dev/mapper/rhel_hostname-swap^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mJournal Service^[[0m.
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39mHuge Pages File System^[[0m.
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39mPOSIX Message Queue File System^[[0m.
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39mKernel Debug File System^[[0m.
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39mKernel Trace File System^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate List of Static Device Nodes^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mMonitoring of LVM… dmeventd or progress polling^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mL[   16.974804] IPMI message handler: version 39.2
oad Kernel Module configfs^[[0m.\r[   16.982692] ipmi device interface

[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mLoad Ker[   16.989827] ipmi_si: IPMI System Interface driver
nel Module drm^[[[   16.995346] ipmi_si dmi-ipmi-si.0: ipmi_platform: probing via SMBIOS
0m.
[^[[0;32m  [   17.003051] ipmi_platform: ipmi_si: SMBIOS: io 0xca8 regsize 1 spacing 4 irq 10
OK  ^[[0m] Finish[   17.011738] ipmi_si: Adding SMBIOS-specified kcs state machine
ed ^[[0;1;39mLoad[   17.019062] ipmi_si IPI0001:00: ipmi_platform: probing via ACPI
 Kernel Module f[   17.026307] ipmi_si IPI0001:00: ipmi_platform: [io  0x0ca8] regsize 1 spacing 4 irq 10
use^[[0m.
[^[[0;[   17.035749] ipmi_si dmi-ipmi-si.0: Removing SMBIOS-specified kcs state machine in favor of ACPI
32m  OK  ^[[0m] F[   17.045651] ipmi_si: Adding ACPI-specified kcs state machine
inished ^[[0;1;39[   17.052761] ipmi_si: Trying ACPI-specified kcs state machine at i/o address 0xca8, slave address 0x20, irq 10
mRead and set NIS …e from /etc[   17.066325] pstore: backend 'erst' already in use: ignoring 'efi_pstore'
/sysconfig/network^[[0m.
[^[[0;32m  OK  ^[[0m] Fi[   17.076326] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
nished ^[[0;1;39m[   17.076390] input: PC Speaker as /devices/platform/pcspkr/input/input3
Load Kernel Modu[   17.085011] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
les^[[0m.
[^[[0;32m  OK  ^[[0m] F[   17.103313] RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
inished ^[[0;1;39[   17.106545] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
mGenerate networ[   17.112579] RAPL PMU: hw unit of domain package 2^-16 Joules
k units from Ker[   17.121801] i2c i2c-3: Successfully instantiated SPD at 0x50
nel command line^[[0m.
[^[[0;32m[   17.137474] i2c i2c-3: Successfully instantiated SPD at 0x51
  OK  ^[[0m] Fini[   17.144252] i2c i2c-3: Successfully instantiated SPD at 0x52
shed ^[[0;1;39mRe[   17.151284] i2c i2c-3: Successfully instantiated SPD at 0x53
mount Root and K[   17.158337] i2c i2c-3: Successfully instantiated SPD at 0x54
ernel File Syste[   17.165369] i2c i2c-3: Successfully instantiated SPD at 0x55
ms^[[0m.
[^[[0;3[   17.172287] i2c i2c-3: Successfully instantiated SPD at 0x56
2m  OK  ^[[0m] Re[   17.179450] i2c i2c-3: Successfully instantiated SPD at 0x57
ached target ^[[0;1;39mSwaps^[[0m.
         Mounting ^[[0;1;39mFUSE Control File System^[[0m...
         Mounting ^[[0;1;39mKernel Configuration File System^[[0m...
         Starting ^[[0;1;39mFlush Journal to Persistent Storage^[[0m...
         Starting ^[[0;1;39mLoad/Save Random Seed^[[0[   17.209667] ee1004 3-0050: 512 byte EE1004-compliant SPD EEPROM, read-only
m...
         [   17.218884] ee1004 3-0051: 512 byte EE1004-compliant SPD EEPROM, read-only
Starting ^[[0;1;3[   17.227133] ee1004 3-0052: 512 byte EE1004-compliant SPD EEPROM, read-only
9mApply Kernel V[   17.235396] ee1004 3-0053: 512 byte EE1004-compliant SPD EEPROM, read-only
ariables^[[0m...\r[   17.243639] ee1004 3-0054: 512 byte EE1004-compliant SPD EEPROM, read-only

         Start[   17.251898] ee1004 3-0055: 512 byte EE1004-compliant SPD EEPROM, read-only
ing ^[[0;1;39mCre[   17.260156] ee1004 3-0056: 512 byte EE1004-compliant SPD EEPROM, read-only
ate Static Devic[   17.268287] ee1004 3-0057: 512 byte EE1004-compliant SPD EEPROM, read-only
[   17.272542] kvm_amd: TSC scaling supported
e Nodes in /dev^[[   17.279677] kvm_amd: Nested Virtualization enabled
[0m...
[^[[0;32[   17.285848] kvm_amd: Nested Paging enabled
m  OK  ^[[0m] Mou[   17.291334] kvm_amd: LBR virtualization supported
nted ^[[0;1;39mFU[   17.297424] kvm_amd: SEV enabled (ASIDs 101 - 509)
SE Control File [   17.303603] kvm_amd: SEV-ES enabled (ASIDs 1 - 100)
System^[[0m.
[^[[   17.309872] kvm_amd: SEV-SNP enabled (ASIDs 1 - 100)
[0;32m  OK  ^[[0m[   17.316422] kvm_amd: Virtual VMLOAD VMSAVE supported
] Mounted ^[[0;1;[   17.322576] kvm_amd: Virtual GIF supported
39mKernel Configuration File System^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mLoad/Save Random Seed^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mFlush Journal to Persistent Storage^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;[   17.346750] EDAC MC0: Giving out device to module amd64_edac controller F19h: DEV 0000:00:18.3 (INTERRUPT)
1;39mApply Kerne[   17.357126] EDAC amd64: F19h detected (node 0).
l Variables^[[0m.[   17.363056] EDAC amd64: MC: 0:     0MB 1:     0MB

[^[[0;32m  OK [   17.369140] EDAC amd64: MC: 2: 16384MB 3: 16384MB
 ^[[0m] Finished [   17.375238] EDAC amd64: MC: 0:     0MB 1:     0MB
^[[0;1;39mCreate [   17.381323] EDAC amd64: MC: 2: 16384MB 3: 16384MB
Static Device No[   17.387423] EDAC amd64: MC: 0:     0MB 1:     0MB
des in /dev^[[0m.[   17.393507] EDAC amd64: MC: 2: 16384MB 3: 16384MB

         Star[   17.399600] EDAC amd64: MC: 0:     0MB 1:     0MB
ting ^[[0;1;39mRu[   17.405686] EDAC amd64: MC: 2: 16384MB 3: 16384MB
le-based Manageā[   17.411775] EDAC amd64: MC: 0:     0MB 1:     0MB
€¦for Device Eve[   17.417860] EDAC amd64: MC: 2: 16384MB 3: 16384MB
nts and Files^[[0[   17.423961] EDAC amd64: MC: 0:     0MB 1:     0MB
m...
[^[[0;32m [   17.430046] EDAC amd64: MC: 2: 16384MB 3: 16384MB
 OK  ^[[0m] Start[   17.436145] EDAC amd64: MC: 0:     0MB 1:     0MB
ed ^[[0;1;39mRule[   17.442232] EDAC amd64: MC: 2: 16384MB 3: 16384MB
-based Manager f[   17.448332] EDAC amd64: MC: 0:     0MB 1:     0MB
or Device Events[   17.454416] EDAC amd64: MC: 2: 16384MB 3: 16384MB
 and Files^[[0m.
         Starting ^[[0;1;39mLoad Kernel Module configfs^[[0m...\r[   17.466029] intel_rapl_common: Found RAPL domain package

         Start[   17.472747] intel_rapl_common: Found RAPL domain core
ing ^[[0;1;39mLoa[   17.479715] amd_atl: AMD Address Translation Library initialized
d Kernel Module fuse^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mLoad Kernel Module configfs^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mLoad Kernel Module fuse^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mColdplug All udev Devices^[[0m.
         Starting ^[[0;1;39mWait for udev To …plete Device Initialization^[[0m...
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mLoad/Save RF …itch Status /dev/rfkill Watch^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39m/usr/sbin/lvm vgch…tivation event rhel_hostname^[[0m.
[   19.072269] ipmi_si IPI0001:00: The BMC does not support setting the recv irq bit, compensating, but the BMC needs to be fixed.
[   19.104299] power_meter ACPI000D:00: Waiting for ACPI IPMI timeout
[   19.110875] ACPI Error: AE_NOT_EXIST, Returned by Handler for [IPMI] (20240322/evregion-301)
[   19.119328] ACPI Error: Region IPMI (ID=7) has no handler (20240322/exfldio-261)
[   19.126733] 
[   19.128232] No Local Variables are initialized for Method [_GHL]
[   19.134241] 
[   19.135738] No Arguments are initialized for method [_GHL]
[   19.141230] 
[   19.142729] ACPI Error: Aborting method \_SB.PMI0._GHL due to previous error (AE_NOT_EXIST) (20240322/psparse-529)
[   19.153091] ACPI Error: Aborting method \_SB.PMI0._PMC due to previous error (AE_NOT_EXIST) (20240322/psparse-529)
[   19.153167] ipmi_si IPI0001:00: Using irq 10
[   19.163446] ACPI: \_SB_.PMI0: _PMC evaluation failed: AE_NOT_EXIST
[   19.180840] ipmi_si IPI0001:00: IPMI message handler: Found new BMC (man_id: 0x0002a2, prod_id: 0x0100, dev_id: 0x20)
[^[[0m^[[0;31m*     ^[[0m] A start job is running for Wait for… Device Initialization (3s / 3min)
[   19.820164] ipmi_si IPI0001:00: IPMI kcs interface initialized
[   19.828377] ipmi_ssif: IPMI SSIF Interface driver
^[M\r^[[K[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mWait for udev To Complete Device Initialization^[[0m.
^[[K[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mPreparation for Local File Systems^[[0m.
         Mounting ^[[0;1;39m/boot^[[0m...
      [   19.883981] XFS (sda6): Mounting V5 Filesystem 8a4de4ea-bc9f-4c69-9e30-c78fbc184188
   Mounting ^[[0;[   19.886088] XFS (dm-0): Mounting V5 Filesystem 3e33526b-995a-4b32-9d5d-d26941ce5b47
1;39m/home^[[0m...
         Starting ^[[0;1;39mFile System Check…/dev/disk/by-uuid/FBE5-86EF^[[0m...
[   19.911407] XFS (sda6): Ending clean mount
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;[   19.920922] XFS (dm-0): Ending clean mount
1;39m/boot^[[0m.
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39m/home^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mFile System Check…n /dev/disk/by-uuid/FBE5-86EF^[[0m.
         Mounting ^[[0;1;39m/boot/efi^[[0m...
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39m/boot/efi^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mLocal File Systems^[[0m.
         Starting ^[[0;1;39mTell Plymouth To Write Out Runtime Data^[[0m...
         Starting ^[[0;1;39mCreate Volatile Files and Directories^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mTell Plymouth To Write Out Runtime Data^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate Volatile Files and Directories^[[0m.
         Mounting ^[[0;1;39mRPC Pipe File System^[[0m...
         Starting ^[[0;1;39mSecurity Auditing Service^[[0m...
         Starting ^[[0;1;39mRPC Bind^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mRPC Bind^[[0m.
[   20.020176] RPC: Registered named UNIX socket transport module.
[   20.026124] RPC: Registered udp transport module.
[   20.030833] RPC: Registered tcp transport module.
[   20.035542] RPC: Registered tcp-with-tls transport module.
[   20.041028] RPC: Registered tcp NFSv4.1 backchannel transport module.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mSecurity Auditing Service^[[0m.
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39mRPC Pipe File System^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mrpc_pipefs.target^[[0m.
         Starting ^[[0;1;39mRecord System Boot/Shutdown in UTMP^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mRecord System Boot/Shutdown in UTMP^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSystem Initialization^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mdnf makecache --timer^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mDaily rotation of log files^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mUpdates mlocate database every day^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mDaily Cleanup of Temporary Directories^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mdaily update of the root trust anchor for DNSSEC^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mTimer Units^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mD-Bus System Message Bus Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mOpen-iSCSI iscsid Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mOpen-iSCSI iscsiuio Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mSSSD Kerberos…ache Manager responder socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt interface daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt locking daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt locking daemon admin socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt logging daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt logging daemon admin socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt network daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt nodedev daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt nwfilter daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt proxy daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt QEMU daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt QEMU daemon admin socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt QEMU daemon read-only socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt secret daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt storage daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSocket Units^[[0m.
         Starting ^[[0;1;39mD-Bus System Message Bus^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mD-Bus System Message Bus^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mBasic System^[[0m.
         Starting ^[[0;1;39mNTP client/server^[[0m...
         Starting ^[[0;1;39mRestore /run/initramfs on shutdown^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mirqbalance daemon^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mlibstoragemgmt plug-in server daemon^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mLow Memory Monitor^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mMachine Check Exception Logging Daemon^[[0m.
         Starting ^[[0;1;39mAuthorization Manager^[[0m...
         Starting ^[[0;1;39mSystem Logging Service^[[0m...
         Starting ^[[0;1;39mSelf Monitoring a…g Technology (SMART) Daemon^[[0m...
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39msshd-keygen.target^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mUser and Group Name Lookups^[[0m.
         Starting ^[[0;1;39mUser Login Management^[[0m...
         Starting ^[[0;1;39mVirtual Machine a…tainer Registration Service^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mRestore /run/initramfs on shutdown^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mSystem Logging Service^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mVirtual Machine an…ontainer Registration Service^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mUser Login Management^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mNTP client/server^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mSelf Monitoring an…ing Technology (SMART) Daemon^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mAuthorization Manager^[[0m.
         Starting ^[[0;1;39mfirewalld - dynamic firewall daemon^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mfirewalld - dynamic firewall daemon^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mPreparation for Network^[[0m.
         Starting ^[[0;1;39mNetwork Manager^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mNetwork Manager^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mNetwork^[[0m.
         Starting ^[[0;1;39mNetwork Manager Wait Online^[[0m...
         Starting ^[[0;1;39mGSSAPI Proxy Daemon^[[0m...
         Starting ^[[0;1;39mEnable periodic u…f entitlement certificates.^[[0m...
         Starting ^[[0;1;39mOpenSSH server daemon^[[0m...
         Starting ^[[0;1;39mDynamic System Tuning Daemon^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mEnable periodic up… of entitlement certificates.^[[0m.
         Starting ^[[0;1;39mHostname Service^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mOpenSSH server daemon^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mGSSAPI Proxy Daemon^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mNFS client services^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mHostname Service^[[0m.
         Starting ^[[0;1;39mNetwork Manager Script Dispatcher Service^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mNetwork Manager Script Dispatcher Service^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mDynamic System Tuning Daemon^[[0m.
[^[[0;1;31m*^[[0m^[[0;31m*    ^[[0m] A start job is running for Network Manager Wait Online (7s / no limit)
^[M\r^[[K[^[[0;31m*^[[0;1;31m*^[[0m^[[0;31m*   ^[[0m] A start job is running for Network Manager Wait Online (8s / no limit)
[   24.348946] tg3 0000:c1:00.0 eth0: Link is up at 1000 Mbps, full duplex
[   24.355571] tg3 0000:c1:00.0 eth0: Flow control is off for TX and off for RX
[   24.362623] tg3 0000:c1:00.0 eth0: EEE is disabled
^[M\r^[[K[ ^[[0;31m*^[[0;1;31m*^[[0m^[[0;31m*  ^[[0m] A start job is running for Network Manager Wait Online (8s / no limit)
^[M\r^[[K[  ^[[0;31m*^[[0;1;31m*^[[0m^[[0;31m* ^[[0m] A start job is running for Network Manager Wait Online (9s / no limit)
^[M\r^[[K[   ^[[0;31m*^[[0;1;31m*^[[0m^[[0;31m*^[[0m] A start job is running for Network Manager Wait Online (9s / no limit)
^[M\r^[[K[    ^[[0;31m*^[[0;1;31m*^[[0m] A start job is running for Network …nager Wait Online (10s / no limit)
^[M\r^[[K[     ^[[0;31m*^[[0m] A start job is running for Network …nager Wait Online (10s / no limit)
^[M\r^[[K[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mNetwork Manager Wait Online^[[0m.
^[[K[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mNetwork is Online^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mPreparation for Remote File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mRemote File Systems^[[0m.
         Starting ^[[0;1;39mNotify NFS peers of a restart^[[0m...
         Starting ^[[0;1;39mPermit User Sessions^[[0m...
         Starting ^[[0;1;39mlibvirt QEMU daemon^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mNotify NFS peers of a restart^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mPermit User Sessions^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mDeferred execution scheduler^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mCommand Scheduler^[[0m.
         Starting ^[[0;1;39mHold until boot process finishes up^[[0m...
         Starting ^[[0;1;39mTerminate Plymouth Boot Screen^[[0m...
[   27.050472] fbcon: Taking over console
[   27.113182] Console: switching to colour frame buffer device 240x90

Red Hat Enterprise Linux 9.1 (Plow)
Kernel 6.11.0-rc4-d2bafcf224-d2bafcf224f on an x86_64

Activate the web console with: systemctl enable --now cockpit.socket

hostname login: [  233.793087] usb 3-1.2: USB disconnect, device number 4
[70083.206751] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[70083.269605] systemd-rc-local-generator[8475]: /etc/rc.d/rc.local is not marked executable, skipping.
[70562.243553] block dm-1: the capability attribute has been deprecated.
[70616.124857] mpt3sas 0000:01:00.0: Using 63-bit DMA addresses
[70878.740567] evm: overlay not supported
[71484.574439] sda6: Can't mount, would change RO state
^[[2J^[[3J^[[-1;-1f[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mShow Plymouth Reboot with kexec Screen^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mUser Manager for UID 0^[[0m.
         Stopping ^[[0;1;39mUser Runtime Directory /run/user/0^[[0m...
[^[[0;32m  OK  ^[[0m] Unmounted ^[[0;1;39m/run/user/0^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mSystem Logging Service^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mNTP client/server^[[0m.
[^[[0;32m  OK  ^[[0m] Unmounted ^[[0;1;39mRPC Pipe File System^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mUser Runtime Directory /run/user/0^[[0m.
[^[[0;32m  OK  ^[[0m] Removed slice ^[[0;1;39mUser Slice of UID 0^[[0m.
         Stopping ^[[0;1;39mPermit User Sessions^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mUser Login Management^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mPermit User Sessions^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mUser and Group Name Lookups^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mRemote File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mPreparation for Remote File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mNFS client services^[[0m.
         Stopping ^[[0;1;39mGSSAPI Proxy Daemon^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mGSSAPI Proxy Daemon^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mLow Memory Monitor^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mDynamic System Tuning Daemon^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mNetwork^[[0m.
         Stopping ^[[0;1;39mNetwork Manager^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mNetwork Manager^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mPreparation for Network^[[0m.
         Stopping ^[[0;1;39mfirewalld - dynamic firewall daemon^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mfirewalld - dynamic firewall daemon^[[0m.
         Stopping ^[[0;1;39mAuthorization Manager^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mAuthorization Manager^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mBasic System^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mForward Password R…s to Plymouth Directory Watch^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mPath Units^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mSlice Units^[[0m.
[^[[0;32m  OK  ^[[0m] Removed slice ^[[0;1;39mVirtual Machine and Container Slice^[[0m.
[^[[0;32m  OK  ^[[0m] Removed slice ^[[0;1;39mUser and Session Slice^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mSocket Units^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mOpen-iSCSI iscsid Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mOpen-iSCSI iscsiuio Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mlibvirt legacy monolithic daemon admin socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mlibvirt legacy monolithic daemon read-only socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mlibvirt legacy monolithic daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mSSSD Kerbero[71486.640671] audit: type=1305 audit(1725334496.940:828): op=set audit_pid=0 old=2291 auid=4294967295 ses=4294967295 subj=unconfined res=1
s Cache Manager responder socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mlibvirt locking daemon admin socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mlibvirt locking daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mlibvirt logging daemon admin socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mlibvirt logging daemon socket^[[0m.
         Stopping ^[[0;1;39mD-Bus System Message Bus^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mD-Bus System Message Bus^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mD-Bus System Message Bus Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mSystem Initialization^[[0m.
[^[[0;32m  OK  ^[[0m] Unset automount ^[[0;1;39mArbitrary …s File System Automount Point^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mLocal Encrypted Volumes^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mForward Password R…uests to Wall Directory Watch^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mLocal Integrity Protected Volumes^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mSwaps^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mLocal Verity Protected Volumes^[[0m.
         Deactivating swap ^[[0;1;39m/dev/dis…dm-name-rhel_hostname-swap^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mRead and set NIS d…e from /etc/sysconfig/network^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mApply Kernel Variables^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mLoad Kernel Modules^[[0m.
         Stopping ^[[0;1;39mRecord System Boot/Shutdown in UTMP^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mRecord System Boot/Shutdown in UTMP^[[0m.
         Stopping ^[[0;1;39mSecurity Auditing Service^[[0m...
[^[[0;32m  OK  ^[[0m] Deactivated swap ^[[0;1;39m/dev/disk…yeb12DWUnp5czhD1hrKFNCXkJMetK^[[0m.
[^[[0;32m  OK  ^[[0m] Deactivated swap ^[[0;1;39m/dev/disk…f-0fb1-4c94-97ac-38505613fcbf^[[0m.
[^[[0;32m  OK  ^[[0m] Deactivated swap ^[[0;1;39m/dev/rhel_hostname/swap^[[0m.
[^[[0;32m  OK  ^[[0m] Deactivated swap ^[[0;1;39m/dev/disk…d/dm-name-rhel_hostname-swap^[[0m.
[^[[0;32m  OK  ^[[0m] Deactivated swap ^[[0;1;39m/dev/dm-2^[[0m.
[^[[0;32m  OK  ^[[0m] Deactivated swap ^[[0;1;39m/dev/mapper/rhel_hostname-swap^[[0m.
[^[[0;32m  OK  ^[[[71487.058333] audit: type=1131 audit(1725334497.356:829): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=auditd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
0m] Stopped ^[[0;[71487.079209] audit: type=1131 audit(1725334497.376:830): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1;39mSecurity Auditing Service^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mCreate Volatile Files and Directories^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mLocal File Systems^[[0m.
         Unmounting ^[[0;1;39m/boot/efi^[[0m...
         Unmounting ^[[0;1;39m/home^[[0m...
[^[[0;32m  OK  ^[[[71487.359634] audit: type=1131 audit(1725334497.656:831): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=systemd-fsck@dev-disk-by\x2duuid-FBE5\x2d86EF comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
0m] Unmounted ^[[[71487.383774] XFS (sda6): Unmounting Filesystem 8a4de4ea-bc9f-4c69-9e30-c78fbc184188
0;1;39m/boot/efi^[[0m.
         Unmounting ^[[0;1;39m/boot^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mFile System Check on /dev/disk/by-uuid/FBE5-86EF^[[0m.
[^[[0;32m  OK  ^[[0m] Removed slice ^[[0;1;39mSlice /system/systemd-fsck^[[0m.
[^[[0;32m  OK  ^[[0m] Unmounted ^[[0;1;39m/boot^[[0m.
[71488.912758] XFS (dm-0): Unmounting Filesystem 3e33526b-995a-4b32-9d5d-d26941ce5b47
[^[[0;32m  OK  ^[[0m] Unmounted ^[[0;1;39m/home^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mPreparation for Local File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mUnmount All Filesystems^[[0m.
         Stoppin[71489.137190] audit: type=1131 audit(1725334499.436:832): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=systemd-remount-fs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
g ^[[0;1;39mMonit[71489.158841] audit: type=1131 audit(1725334499.456:833): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
oring of LVM…meventd or progress polling^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mRemount Root and Kernel File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mCreate Static Device Nodes in /dev^[[0m.
[^[[0;32m  OK  ^[[[71489.254713] audit: type=1131 audit(1725334499.552:834): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
0m] Stopped ^[[0;1;39mMonitoring of LVM2… dmeventd or progress polling^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSystem Shutdown^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mLate Shutdown Services^[[0m.
         Starting ^[[0;1;39mReboot via kexec^[[0m...
[71489.321384] audit: type=1334 audit(1725334499.620:835): prog-id=57 op=UNLOAD
[71489.328434] audit: type=1334 audit(1725334499.620:836): prog-id=56 op=UNLOAD
[71489.335485] audit: type=1334 audit(1725334499.624:837): prog-id=61 op=UNLOAD
[71489.385115] systemd-shutdown[1]: Syncing filesystems and block devices.
[71489.391769] systemd-shutdown[1]: Sending SIGTERM to remaining processes...
[71489.418795] systemd-journald[1774]: Received SIGTERM from PID 1 (systemd-shutdow).
[71489.452724] systemd-shutdown[1]: Sending SIGKILL to remaining processes...
[71489.477553] systemd-shutdown[1]: Unmounting file systems.
[71489.483679] [337654]: Remounting '/' read-only with options 'attr2,inode64,logbufs=8,logbsize=32k,noquota'.
[71489.637743] systemd-shutdown[1]: All filesystems unmounted.
[71489.643343] systemd-shutdown[1]: Deactivating swaps.
[71489.648360] systemd-shutdown[1]: All swaps deactivated.
[71489.653614] systemd-shutdown[1]: Detaching loop devices.
[71489.659717] systemd-shutdown[1]: All loop devices detached.
[71489.665300] systemd-shutdown[1]: Stopping MD devices.
[71489.670422] systemd-shutdown[1]: All MD devices stopped.
[71489.675742] systemd-shutdown[1]: Detaching DM devices.
[71489.681243] systemd-shutdown[1]: Detaching DM /dev/dm-2 (253:2).
[71489.716622] systemd-shutdown[1]: Detaching DM /dev/dm-0 (253:0).
[71489.772803] systemd-shutdown[1]: Not all DM devices detached, 1 left.
[71489.779340] systemd-shutdown[1]: Detaching DM devices.
[71489.784670] systemd-shutdown[1]: Not all DM devices detached, 1 left.
[71489.791155] systemd-shutdown[1]: Detaching DM devices.
[71489.796464] systemd-shutdown[1]: Not all DM devices detached, 1 left.
[71489.802922] systemd-shutdown[1]: Cannot finalize remaining DM devices, continuing.
[71489.842480] systemd-shutdown[1]: Failed to finalize DM devices, ignoring.
[71489.849586] systemd-shutdown[1]: Syncing filesystems and block devices.
[71489.856227] systemd-shutdown[1]: Rebooting with kexec.
[71490.072191] sd 8:0:2:0: [sdc] Synchronizing SCSI cache
[71490.077734] sd 8:0:0:0: [sda] Synchronizing SCSI cache
[71491.316786] mpt3sas_cm0: sending message unit reset !!
[71491.323435] mpt3sas_cm0: message unit reset: SUCCESS
[71491.330742] kvm: exiting hardware virtualization
[71491.335415] kexec_core: Starting new kernel


Invalid physical address chosen!




Physical KASLR disabled: no suitable memory region!

[    0.000000] Linux version 6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d (root@hostname.amd.com) (gcc (GCC) 11.4.1 20231218 (Red Hat 11.4.1-3), GNU ld version 2.35.2-43.el9) #1 SMP PREEMPT_DYNAMIC Tue Sep  3 08:48:34 IST 2024
[    0.000000] Command line: root=/dev/mapper/rhel_hostname-root ro selinux=0 console=ttyS0,115200n8 earlyprintk=ttyS0,115200 net.ifnames=0 biosdevname=0 swiotlb=131072 kvm_amd.debug_swap=0 mem_encrypt=off
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Hygon HygonGenuine
[    0.000000]   Centaur CentaurHauls
[    0.000000]   zhaoxin   Shanghai  
[    0.000000] SEV-SNP: RMP table physical range [0x0000000015e00000 - 0x00000000566fffff]
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000400-0x000000000008efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000008f000-0x000000000008ffff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000000090000-0x000000000009ffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000015dfffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000015e00000-0x00000000567fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000056800000-0x000000005a14afff] usable
[    0.000000] BIOS-e820: [mem 0x000000005a14b000-0x000000005a34afff] reserved
[    0.000000] BIOS-e820: [mem 0x000000005a34b000-0x0000000067acefff] usable
[    0.000000] BIOS-e820: [mem 0x0000000067acf000-0x000000006dfcefff] reserved
[    0.000000] BIOS-e820: [mem 0x000000006dfcf000-0x000000006edfefff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000006edff000-0x000000006effefff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000006efff000-0x000000006effffff] usable
[    0.000000] BIOS-e820: [mem 0x000000006f000000-0x000000006f00afff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000006f00b000-0x000000006fffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000070000000-0x000000008fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000aa000000-0x00000000aaffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000c5000000-0x00000000c5ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000e0ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fd000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000207fcfffff] usable
[    0.000000] BIOS-e820: [mem 0x000000207fd00000-0x000000207fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000002080000000-0x000000407f1fffff] usable
[    0.000000] BIOS-e820: [mem 0x000000407f200000-0x000000407fffffff] reserved
[    0.000000] printk: legacy bootconsole [earlyser0] enabled
[    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 0x0000000000000400-0x000000000008efff] usable
[    0.000000] reserve setup_data: [mem 0x000000000008f000-0x000000000008ffff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x0000000000090000-0x000000000009ffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000000100000-0x000000000010006f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000100070-0x0000000015dfffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000015e00000-0x00000000567fffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000056800000-0x000000005a14afff] usable
[    0.000000] reserve setup_data: [mem 0x000000005a14b000-0x000000005a34afff] reserved
[    0.000000] reserve setup_data: [mem 0x000000005a34b000-0x0000000067acefff] usable
[    0.000000] reserve setup_data: [mem 0x0000000067acf000-0x000000006dfcefff] reserved
[    0.000000] reserve setup_data: [mem 0x000000006dfcf000-0x000000006edfefff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x000000006edff000-0x000000006effefff] ACPI data
[    0.000000] reserve setup_data: [mem 0x000000006efff000-0x000000006effffff] usable
[    0.000000] reserve setup_data: [mem 0x000000006f000000-0x000000006f00afff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x000000006f00b000-0x000000006fffffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000070000000-0x000000008fffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000aa000000-0x00000000aaffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000c5000000-0x00000000c5ffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000e0000000-0x00000000e0ffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fd000000-0x00000000ffffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000207fcfffff] usable
[    0.000000] reserve setup_data: [mem 0x000000207fd00000-0x000000207fffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000002080000000-0x000000407f1fffff] usable
[    0.000000] reserve setup_data: [mem 0x000000407f200000-0x000000407fffffff] reserved
[    0.000000] efi: EFI v2.7 by Dell Inc.
[    0.000000] efi: ACPI=0x6effe000 ACPI 2.0=0x6effe014 MEMATTR=0x63f3c4a0 SMBIOS=0x6979e000 SMBIOS 3.0=0x6979c000 MOKvar=0x67bcc000 RNG=0x6efb4020 
[    0.000000] random: crng init done
[    0.000000] efi: Remove mem02: MMIO range=[0xaa000000-0xaaffffff] (16MB) from e820 map
[    0.000000] efi: Remove mem04: MMIO range=[0xe0000000-0xe0ffffff] (16MB) from e820 map
[    0.000000] efi: Remove mem07: MMIO range=[0x80000000-0x8fffffff] (256MB) from e820 map
[    0.000000] efi: Remove mem09: MMIO range=[0xc5000000-0xc5ffffff] (16MB) from e820 map
[    0.000000] efi: Remove mem11: MMIO range=[0xfd000000-0xffffffff] (48MB) from e820 map
[    0.000000] SMBIOS 3.3.0 present.
[    0.000000] DMI: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[    0.000000] DMI: Memory slots populated: 8/16
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 1996.041 MHz processor
[    0.000025] last_pfn = 0x407f200 max_arch_pfn = 0x400000000
[    0.005553] MTRR map: 8 entries (3 fixed + 5 variable; max 20), built from 9 variable MTRRs
[    0.013868] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Memory KASLR using RDRAND RDTSC...
[    0.024459] x2apic: enabled by BIOS, switching to x2apic ops
[    0.030094] last_pfn = 0x70000 max_arch_pfn = 0x400000000
[    0.039986] Using GB pages for direct mapping
[    0.044795] Secure boot could not be determined
[    0.049144] RAMDISK: [mem 0x4079ae2000-0x407bdfffff]
[    0.054086] ACPI: Early table checksum verification disabled
[    0.059754] ACPI: RSDP 0x000000006EFFE014 000024 (v02 DELL  )
[    0.065473] ACPI: XSDT 0x000000006EFB7188 0000DC (v01 DELL   PE_SC3   00000002 DELL 00000001)
[    0.073971] ACPI: FACP 0x000000006EFF9000 000114 (v06 DELL   PE_SC3   00000002 DELL 00000001)
[    0.082463] ACPI: DSDT 0x000000006EFDA000 019528 (v02 DELL   PE_SC3   00000002 DELL 00000001)
[    0.090955] ACPI: FACS 0x000000006EDB9000 000040
[    0.095549] ACPI: BERT 0x000000006EFFC000 000030 (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.104044] ACPI: ERST 0x000000006EFFB000 000230 (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.112537] ACPI: HEST 0x000000006EFFA000 0007F4 (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.121031] ACPI: HPET 0x000000006EFF8000 000038 (v01 DELL   PE_SC3   00000002 DELL 00000001)
[    0.129526] ACPI: APIC 0x000000006EFF6000 0018BE (v05 DELL   PE_SC3   00000002 DELL 00000001)
[    0.138020] ACPI: MCFG 0x000000006EFF5000 00003C (v01 DELL   PE_SC3   00000002 DELL 00000001)
[    0.146513] ACPI: WSMT 0x000000006EFF4000 000028 (v01 DELL   PE_SC3   00000002 DELL 00000001)
[    0.155007] ACPI: SSDT 0x000000006EFD9000 000629 (v02 DELL   xhc_port 00000001 INTL 20210331)
[    0.163536] ACPI: SSDT 0x000000006EFD8000 000D6E (v02 AMD    CPMRAS   00000001 INTL 20210331)
[    0.172029] ACPI: EINJ 0x000000006EFD7000 000170 (v01 AMD    PE_SC3   00000001 AMD  00000001)
[    0.180523] ACPI: PCCT 0x000000006EFD6000 00006E (v02 DELL   AmdTable 00000001 AMD  00000001)
[    0.189018] ACPI: SSDT 0x000000006EFC7000 00E849 (v02 DELL   PE_SC3   00000001 AMD  00000001)
[    0.197511] ACPI: SRAT 0x000000006EFC6000 000CD0 (v03 DELL   PE_SC3   00000001 AMD  00000001)
[    0.206007] ACPI: MSCT 0x000000006EFC5000 00004E (v01 DELL   PE_SC3   00000000 AMD  00000001)
[    0.214500] ACPI: SLIT 0x000000006EFC4000 000030 (v01 DELL   PE_SC3   00000001 AMD  00000001)
[    0.222995] ACPI: CRAT 0x000000006EFBC000 0072F8 (v01 DELL   PE_SC3   00000001 AMD  00000001)
[    0.231488] ACPI: CDIT 0x000000006EFBB000 00002C (v01 DELL   PE_SC3   00000001 AMD  00000001)
[    0.239982] ACPI: IVRS 0x000000006EFBA000 0001F0 (v02 DELL   PE_SC3   00000001 AMD  00000001)
[    0.248475] ACPI: SPCR 0x000000006EFB9000 000050 (v02 DELL   PE_SC3   00000002 DELL 00000001)
[    0.256969] ACPI: SLIC 0x000000006EFB8000 000176 (v01 DELL   PE_SC3   00000002 DELL 00000001)
[    0.265524] ACPI: SSDT 0x000000006EFFD000 000D66 (v02 DELL   PE_SC3   00000002 DELL 00000001)
[    0.274019] ACPI: SSDT 0x000000006EFB5000 00193C (v02 AMD    CPMCMN   00000001 INTL 20210331)
[    0.282511] ACPI: Reserving FACP table memory at [mem 0x6eff9000-0x6eff9113]
[    0.289533] ACPI: Reserving DSDT table memory at [mem 0x6efda000-0x6eff3527]
[    0.296552] ACPI: Reserving FACS table memory at [mem 0x6edb9000-0x6edb903f]
[    0.303573] ACPI: Reserving BERT table memory at [mem 0x6effc000-0x6effc02f]
[    0.310594] ACPI: Reserving ERST table memory at [mem 0x6effb000-0x6effb22f]
[    0.317614] ACPI: Reserving HEST table memory at [mem 0x6effa000-0x6effa7f3]
[    0.324635] ACPI: Reserving HPET table memory at [mem 0x6eff8000-0x6eff8037]
[    0.331656] ACPI: Reserving APIC table memory at [mem 0x6eff6000-0x6eff78bd]
[    0.338675] ACPI: Reserving MCFG table memory at [mem 0x6eff5000-0x6eff503b]
[    0.345696] ACPI: Reserving WSMT table memory at [mem 0x6eff4000-0x6eff4027]
[    0.352717] ACPI: Reserving SSDT table memory at [mem 0x6efd9000-0x6efd9628]
[    0.359737] ACPI: Reserving SSDT table memory at [mem 0x6efd8000-0x6efd8d6d]
[    0.366818] ACPI: Reserving EINJ table memory at [mem 0x6efd7000-0x6efd716f]
[    0.373839] ACPI: Reserving PCCT table memory at [mem 0x6efd6000-0x6efd606d]
[    0.380860] ACPI: Reserving SSDT table memory at [mem 0x6efc7000-0x6efd5848]
[    0.387881] ACPI: Reserving SRAT table memory at [mem 0x6efc6000-0x6efc6ccf]
[    0.394901] ACPI: Reserving MSCT table memory at [mem 0x6efc5000-0x6efc504d]
[    0.401921] ACPI: Reserving SLIT table memory at [mem 0x6efc4000-0x6efc402f]
[    0.408941] ACPI: Reserving CRAT table memory at [mem 0x6efbc000-0x6efc32f7]
[    0.415962] ACPI: Reserving CDIT table memory at [mem 0x6efbb000-0x6efbb02b]
[    0.422983] ACPI: Reserving IVRS table memory at [mem 0x6efba000-0x6efba1ef]
[    0.430003] ACPI: Reserving SPCR table memory at [mem 0x6efb9000-0x6efb904f]
[    0.437025] ACPI: Reserving SLIC table memory at [mem 0x6efb8000-0x6efb8175]
[    0.444044] ACPI: Reserving SSDT table memory at [mem 0x6effd000-0x6effdd65]
[    0.451065] ACPI: Reserving SSDT table memory at [mem 0x6efb5000-0x6efb693b]
[    0.458161] APIC: Switched APIC routing to: cluster x2apic
[    0.463674] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff]
[    0.469578] ACPI: SRAT: Node 0 PXM 0 [mem 0x000c0000-0x7fffffff]
[    0.475558] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0x207fffffff]
[    0.481799] ACPI: SRAT: Node 1 PXM 1 [mem 0x2080000000-0x407fffffff]
[    0.488133] NUMA: Node 0 [mem 0x00001000-0x0009ffff] + [mem 0x000c0000-0x7fffffff] -> [mem 0x00001000-0x7fffffff]
[    0.498354] NUMA: Node 0 [mem 0x00001000-0x7fffffff] + [mem 0x100000000-0x207fffffff] -> [mem 0x00001000-0x207fffffff]
[    0.509022] NODE_DATA(0) allocated [mem 0x207fcd5a00-0x207fcfffff]
[    0.515177] NODE_DATA(1) allocated [mem 0x407f1d2a00-0x407f1fcfff]
[    0.521655] Zone ranges:
[    0.524010]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.530163]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.536317]   Normal   [mem 0x0000000100000000-0x000000407f1fffff]
[    0.542471]   Device   empty
[    0.545330] Movable zone start for each node
[    0.549579] Early memory node ranges
[    0.553132]   node   0: [mem 0x0000000000001000-0x000000000008efff]
[    0.559372]   node   0: [mem 0x0000000000090000-0x000000000009ffff]
[    0.565647]   node   0: [mem 0x0000000000100000-0x0000000015dfffff]
[    0.571887]   node   0: [mem 0x0000000056800000-0x000000005a14afff]
[    0.578129]   node   0: [mem 0x000000005a34b000-0x0000000067acefff]
[    0.584369]   node   0: [mem 0x000000006efff000-0x000000006effffff]
[    0.590609]   node   0: [mem 0x000000006f00b000-0x000000006fffffff]
[    0.596849]   node   0: [mem 0x0000000100000000-0x000000207fcfffff]
[    0.603099]   node   1: [mem 0x0000002080000000-0x000000407f1fffff]
[    0.609340] Initmem setup node 0 [mem 0x0000000000001000-0x000000207fcfffff]
[    0.616353] Initmem setup node 1 [mem 0x0000002080000000-0x000000407f1fffff]
[    0.623374] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.629179] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.634997] On node 0, zone DMA: 96 pages in unavailable ranges
[    0.641370] On node 0, zone DMA32: 35328 pages in unavailable ranges
[    0.647702] On node 0, zone DMA32: 512 pages in unavailable ranges
[    0.653875] On node 0, zone DMA32: 30000 pages in unavailable ranges
[    0.660056] On node 0, zone DMA32: 11 pages in unavailable ranges
[    0.886081] On node 1, zone Normal: 768 pages in unavailable ranges
[    0.892193] On node 1, zone Normal: 3584 pages in unavailable ranges
[    0.898678] ACPI: PM-Timer IO Port: 0x408
[    0.902546] ACPI: X2APIC_NMI (uid[0xffffffff] high edge lint[0x1])
[    0.908675] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.914583] IOAPIC[0]: apic_id 240, version 33, address 0xfec00000, GSI 0-23
[    0.921592] IOAPIC[1]: apic_id 241, version 33, address 0xe0100000, GSI 120-151
[    0.928874] IOAPIC[2]: apic_id 242, version 33, address 0xc5100000, GSI 88-119
[    0.936067] IOAPIC[3]: apic_id 243, version 33, address 0xaa100000, GSI 56-87
[    0.943174] IOAPIC[4]: apic_id 244, version 33, address 0xfd100000, GSI 24-55
[    0.950280] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.956605] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.963113] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.969519] ACPI: HPET id: 0x10228201 base: 0xfed00000
[    0.974636] ACPI: SPCR: console: uart,io,0x2f8,115200
[    0.979664] CPU topo: Max. logical packages:   1
[    0.984253] CPU topo: Max. logical dies:       1
[    0.988848] CPU topo: Max. dies per package:   1
[    0.993445] CPU topo: Max. threads per core:   2
[    0.998035] CPU topo: Num. cores per package:    64
[    1.002888] CPU topo: Num. threads per package: 128
[    1.007741] CPU topo: Allowing 128 present CPUs plus 0 hotplug CPUs
[    1.014021] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    1.021542] PM: hibernation: Registered nosave memory: [mem 0x0008f000-0x0008ffff]
[    1.029082] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    1.036622] PM: hibernation: Registered nosave memory: [mem 0x00100000-0x00100fff]
[    1.044162] PM: hibernation: Registered nosave memory: [mem 0x15e00000-0x567fffff]
[    1.051703] PM: hibernation: Registered nosave memory: [mem 0x5a14b000-0x5a34afff]
[    1.059243] PM: hibernation: Registered nosave memory: [mem 0x67acf000-0x6dfcefff]
[    1.066784] PM: hibernation: Registered nosave memory: [mem 0x6dfcf000-0x6edfefff]
[    1.074325] PM: hibernation: Registered nosave memory: [mem 0x6edff000-0x6effefff]
[    1.081866] PM: hibernation: Registered nosave memory: [mem 0x6f000000-0x6f00afff]
[    1.089406] PM: hibernation: Registered nosave memory: [mem 0x70000000-0x7fffffff]
[    1.096947] PM: hibernation: Registered nosave memory: [mem 0x80000000-0xffffffff]
[    1.104487] PM: hibernation: Registered nosave memory: [mem 0x207fd00000-0x207fffffff]
[    1.112376] [mem 0x80000000-0xffffffff] available for PCI devices
[    1.118476] Booting paravirtualized kernel on bare hardware
[    1.124025] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    1.134434] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:128 nr_cpu_ids:128 nr_node_ids:2
[    1.146605] percpu: Embedded 66 pages/cpu s233472 r8192 d28672 u524288
[    1.153081] Kernel command line: root=/dev/mapper/rhel_hostname-root ro selinux=0 console=ttyS0,115200n8 earlyprintk=ttyS0,115200 net.ifnames=0 biosdevname=0 swiotlb=131072 kvm_amd.debug_swap=0 mem_encrypt=off
[    1.171724] Unknown kernel command line parameters "biosdevname=0 mem_encrypt=off", will be passed to user space.
[    1.181834] printk: log_buf_len individual max cpu contribution: 4096 bytes
[    1.188750] printk: log_buf_len total cpu_extra contributions: 520192 bytes
[    1.195684] printk: log_buf_len min size: 262144 bytes
[    1.201215] printk: log_buf_len: 1048576 bytes
[    1.205478] printk: early log buf free: 244760(93%)
[    1.211706] Fallback order for Node 0: 0 1 
[    1.211710] Fallback order for Node 1: 1 0 
[    1.211720] Built 2 zonelists, mobility grouping on.  Total pages: 66743651
[    1.226852] Policy zone: Normal
[    1.229979] mem auto-init: stack:off, heap alloc:on, heap free:off
[    1.236159] software IO TLB: area num 128.
[    1.653908] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=128, Nodes=2
Poking KASLR using RDRAND RDTSC...
[    1.663575] ftrace: allocating 53173 entries in 208 pages
[    1.680216] ftrace: allocated 208 pages with 3 groups
[    1.685937] Dynamic Preempt: voluntary
[    1.689851] rcu: Preemptible hierarchical RCU implementation.
[    1.695416] rcu: 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=128.
[    1.702350] 	Trampoline variant of Tasks RCU enabled.
[    1.707377] 	Rude variant of Tasks RCU enabled.
[    1.711884] 	Tracing variant of Tasks RCU enabled.
[    1.716652] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    1.724193] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=128
[    1.731081] RCU Tasks: Setting shift to 7 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=128.
[    1.739883] RCU Tasks Rude: Setting shift to 7 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=128.
[    1.749158] RCU Tasks Trace: Setting shift to 7 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=128.
[    1.761180] NR_IRQS: 524544, nr_irqs: 3624, preallocated irqs: 16
[    1.767374] rcu: srcu_init: Setting srcu_struct sizes to big.
[    1.773065] Spurious LAPIC timer interrupt on cpu 0
[    1.779898] Console: colour EGA 80x25
[    1.783399] printk: legacy console [ttyS0] enabled
[    1.783399] printk: legacy console [ttyS0] enabled
[    1.792933] printk: legacy bootconsole [earlyser0] disabled
[    1.792933] printk: legacy bootconsole [earlyser0] disabled
[    1.804119] mempolicy: Enabling automatic NUMA balancing. Configure with numa_balancing= or the kernel.numa_balancing sysctl
[    1.815404] ACPI: Core revision 20240322
[    1.819552] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[    1.828693] APIC: Switch to symmetric I/O mode setup
[    1.834641] AMD-Vi: Using global IVHD EFR:0x841f77e022094ace, EFR2:0x0
[    1.843588] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    1.868698] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x398b24ebe78, max_idle_ns: 881590629333 ns
[    1.879221] Calibrating delay loop (skipped), value calculated using timer frequency.. 3992.08 BogoMIPS (lpj=7984164)
[    1.883233] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[    1.887338] LVT offset 2 assigned for vector 0xf4
[    1.891249] Last level iTLB entries: 4KB 512, 2MB 512, 4MB 256
[    1.895219] Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
[    1.899221] process: using mwait in idle threads
[    1.903221] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    1.907220] Spectre V2 : Mitigation: Retpolines
[    1.911219] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    1.915219] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
[    1.919219] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    1.923220] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    1.927219] Spectre V2 : User space: Mitigation: STIBP always-on protection
[    1.931220] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[    1.935219] Speculative Return Stack Overflow: Mitigation: Safe RET
[    1.939223] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    1.943219] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    1.947219] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    1.951219] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
[    1.955219] x86/fpu: Supporting XSAVE feature 0x800: 'Control-flow User registers'
[    1.959219] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    1.963219] x86/fpu: xstate_offset[9]:  832, xstate_sizes[9]:    8
[    1.967219] x86/fpu: xstate_offset[11]:  840, xstate_sizes[11]:   16
[    1.971219] x86/fpu: Enabled xstate features 0xa07, context size is 856 bytes, using 'compacted' format.
[    2.009985] Freeing SMP alternatives memory: 44K
[    2.011221] pid_max: default: 131072 minimum: 1024
[    2.015414] LSM: initializing lsm=lockdown,capability,yama,apparmor,ima,evm
[    2.019274] Yama: becoming mindful.
[    2.023337] AppArmor: AppArmor initialized
[    2.036807] Dentry cache hash table entries: 16777216 (order: 15, 134217728 bytes, vmalloc hugepage)
[    2.045127] Inode-cache hash table entries: 8388608 (order: 14, 67108864 bytes, vmalloc hugepage)
[    2.047416] Mount-cache hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc)
[    2.051359] Mountpoint-cache hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc)
[    2.167030] smpboot: CPU0: AMD EPYC 7713 64-Core Processor (family: 0x19, model: 0x1, stepping: 0x1)
[    2.167598] Performance Events: Fam17h+ core perfctr, AMD PMU driver.
[    2.171221] ... version:                0
[    2.175220] ... bit width:              48
[    2.179221] ... generic registers:      6
[    2.183220] ... value mask:             0000ffffffffffff
[    2.187220] ... max period:             00007fffffffffff
[    2.191220] ... fixed-purpose events:   0
[    2.195220] ... event mask:             000000000000003f
[    2.199492] signal: max sigframe size: 3376
[    2.203257] rcu: Hierarchical SRCU implementation.
[    2.207220] rcu: 	Max phase no-delay instances is 1000.
[    2.211272] Timer migration: 3 hierarchy levels; 8 children per group; 2 crossnode level
[    2.223023] MCE: In-kernel MCE decoding enabled.
[    2.223275] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    2.231607] smp: Bringing up secondary CPUs ...
[    2.235382] smpboot: x86: Booting SMP configuration:
[    2.239222] .... 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
[    2.247222] .... node  #1, CPUs:    #32  #33  #34  #35  #36  #37  #38  #39  #40  #41  #42  #43  #44  #45  #46  #47  #48  #49  #50  #51  #52  #53  #54  #55  #56  #57  #58  #59  #60  #61  #62  #63
[    2.311220] psi: inconsistent task state! task=17:rcu_preempt cpu=0 psi_flags=4 clear=0 set=4
[    2.399391] 
[    2.400886] .... node  #0, CPUs:    #64  #65  #66  #67  #68  #69  #70  #71  #72  #73  #74  #75  #76  #77  #78  #79  #80  #81  #82  #83  #84  #85  #86  #87  #88  #89  #90  #91  #92  #93  #94  #95
[    2.411221] .... node  #1, CPUs:    #96  #97  #98  #99 #100 #101 #102 #103 #104 #105 #106 #107 #108 #109 #110 #111 #112 #113 #114 #115 #116 #117 #118 #119 #120 #121 #122 #123 #124 #125 #126 #127
[    2.709221] Spectre V2 : Update user space SMT mitigation: STIBP always-on
[    2.857222] smp: Brought up 2 nodes, 128 CPUs
[    2.859224] smpboot: Total of 128 processors activated (510986.49 BogoMIPS)
[    2.875560] Memory: 262100968K/266974604K available (18432K kernel code, 3262K rwdata, 7744K rodata, 4684K init, 6212K bss, 4560652K reserved, 0K cma-reserved)
[    2.886475] devtmpfs: initialized
[    2.887298] x86/mm: Memory block size: 2048MB
[    2.902448] ACPI: PM: Registering ACPI NVS region [mem 0x0008f000-0x0008ffff] (4096 bytes)
[    2.903222] ACPI: PM: Registering ACPI NVS region [mem 0x6dfcf000-0x6edfefff] (14876672 bytes)
[    2.907514] ACPI: PM: Registering ACPI NVS region [mem 0x6f000000-0x6f00afff] (45056 bytes)
[    2.911312] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    2.915336] futex hash table entries: 32768 (order: 9, 2097152 bytes, vmalloc)
[    2.919451] pinctrl core: initialized pinctrl subsystem
[    2.923332] PM: RTC time: 09:05:05, date: 2024-09-03
[    2.928035] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    2.931771] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[    2.935403] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    2.939401] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    2.943229] audit: initializing netlink subsys (disabled)
[    2.947245] audit: type=2000 audit(1725354305.100:1): state=initialized audit_enabled=0 res=1
[    2.947395] thermal_sys: Registered thermal governor 'fair_share'
[    2.951222] thermal_sys: Registered thermal governor 'bang_bang'
[    2.955221] thermal_sys: Registered thermal governor 'step_wise'
[    2.959220] thermal_sys: Registered thermal governor 'user_space'
[    2.963228] EISA bus registered
[    2.971243] cpuidle: using governor ladder
[    2.975230] cpuidle: using governor menu
[    2.979260] Detected 1 PCC Subspaces
[    2.983221] Registering PCC driver as Mailbox controller
[    2.987349] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    2.991222] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    2.995396] PCI: ECAM [mem 0x80000000-0x8fffffff] (base 0x80000000) for domain 0000 [bus 00-ff]
[    2.999231] PCI: Using configuration type 1 for base access
[    3.003229] PCI: Dell System detected, enabling pci=bfsort.
[    3.007389] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    3.011438] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[    3.015223] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[    3.019221] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[    3.023220] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[    3.027499] ACPI: Added _OSI(Module Device)
[    3.031221] ACPI: Added _OSI(Processor Device)
[    3.035220] ACPI: Added _OSI(3.0 _SCP Extensions)
[    3.039220] ACPI: Added _OSI(Processor Aggregator Device)
[    3.084533] ACPI: 6 ACPI AML tables successfully acquired and loaded
[    3.102561] ACPI: Interpreter enabled
[    3.103233] ACPI: PM: (supports S0 S5)
[    3.107220] ACPI: Using IOAPIC for interrupt routing
[    3.115582] HEST: Table parsing has been initialized.
[    3.119647] GHES: APEI firmware first mode is enabled by APEI bit and WHEA _OSC.
[    3.123223] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    3.127220] PCI: Ignoring E820 reservations for host bridge windows
[    3.133395] ACPI: Enabled 1 GPEs in block 00 to 1F
[    3.173823] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[    3.175299] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
[    3.179298] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[    3.183297] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[    3.187297] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[    3.191297] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[    3.195297] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[    3.199298] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[    3.203708] ACPI: PCI Root Bridge [PC00] (domain 0000 [bus 00-3f])
[    3.207224] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    3.211383] acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug AER DPC]
[    3.215535] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
[    3.219220] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    3.224189] PCI host bridge to bus 0000:00
[    3.227224] pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
[    3.231220] pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
[    3.235221] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000fffff window]
[    3.239220] pci_bus 0000:00: root bus resource [io  0x0d00-0x3fff window]
[    3.243220] pci_bus 0000:00: root bus resource [mem 0xe1000000-0xfebfffff window]
[    3.247220] pci_bus 0000:00: root bus resource [mem 0x63dc0000000-0x7fcffffffff window]
[    3.251221] pci_bus 0000:00: root bus resource [bus 00-3f]
[    3.255234] pci 0000:00:00.0: [1022:1480] type 00 class 0x060000 conventional PCI endpoint
[    3.259362] pci 0000:00:00.2: [1022:164f] type 00 class 0x080600 conventional PCI endpoint
[    3.263318] pci 0000:00:01.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.267302] pci 0000:00:02.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.271301] pci 0000:00:03.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.275299] pci 0000:00:03.2: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    3.279238] pci 0000:00:03.2: PCI bridge to [bus 01]
[    3.283223] pci 0000:00:03.2:   bridge window [io  0x1000-0x1fff]
[    3.287221] pci 0000:00:03.2:   bridge window [mem 0xe1000000-0xe22fffff]
[    3.291288] pci 0000:00:03.2: PME# supported from D0 D3hot D3cold
[    3.296221] pci 0000:00:04.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.299303] pci 0000:00:05.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.303303] pci 0000:00:07.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.307299] pci 0000:00:07.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    3.311237] pci 0000:00:07.1: PCI bridge to [bus 02]
[    3.315224] pci 0000:00:07.1:   bridge window [mem 0xf7200000-0xf72fffff]
[    3.319278] pci 0000:00:07.1: PME# supported from D0 D3hot D3cold
[    3.323366] pci 0000:00:08.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.327300] pci 0000:00:08.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    3.331238] pci 0000:00:08.1: PCI bridge to [bus 03]
[    3.335226] pci 0000:00:08.1:   bridge window [mem 0xf7000000-0xf71fffff]
[    3.339279] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[    3.343402] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500 conventional PCI endpoint
[    3.347339] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100 conventional PCI endpoint
[    3.351389] pci 0000:00:18.0: [1022:1650] type 00 class 0x060000 conventional PCI endpoint
[    3.355309] pci 0000:00:18.1: [1022:1651] type 00 class 0x060000 conventional PCI endpoint
[    3.359274] pci 0000:00:18.2: [1022:1652] type 00 class 0x060000 conventional PCI endpoint
[    3.363276] pci 0000:00:18.3: [1022:1653] type 00 class 0x060000 conventional PCI endpoint
[    3.367272] pci 0000:00:18.4: [1022:1654] type 00 class 0x060000 conventional PCI endpoint
[    3.371275] pci 0000:00:18.5: [1022:1655] type 00 class 0x060000 conventional PCI endpoint
[    3.375274] pci 0000:00:18.6: [1022:1656] type 00 class 0x060000 conventional PCI endpoint
[    3.379272] pci 0000:00:18.7: [1022:1657] type 00 class 0x060000 conventional PCI endpoint
[    3.383340] pci 0000:01:00.0: [1000:0097] type 00 class 0x010700 PCIe Endpoint
[    3.387231] pci 0000:01:00.0: BAR 0 [io  0x1000-0x10ff]
[    3.391229] pci 0000:01:00.0: BAR 1 [mem 0xe2100000-0xe210ffff 64bit]
[    3.395230] pci 0000:01:00.0: BAR 3 [mem 0xe1000000-0xe10fffff 64bit]
[    3.399231] pci 0000:01:00.0: ROM [mem 0xfff00000-0xffffffff pref]
[    3.403302] pci 0000:01:00.0: supports D1 D2
[    3.407251] pci 0000:01:00.0: VF BAR 0 [mem 0xe2110000-0xe211ffff 64bit]
[    3.411220] pci 0000:01:00.0: VF BAR 0 [mem 0xe2110000-0xe220ffff 64bit]: contains BAR 0 for 16 VFs
[    3.415228] pci 0000:01:00.0: VF BAR 2 [mem 0xe1100000-0xe11fffff 64bit]
[    3.419220] pci 0000:01:00.0: VF BAR 2 [mem 0xe1100000-0xe20fffff 64bit]: contains BAR 2 for 16 VFs
[    3.423383] pci 0000:00:03.2: PCI bridge to [bus 01]
[    3.427307] pci 0000:02:00.0: [1022:148a] type 00 class 0x130000 PCIe Endpoint
[    3.431421] pci 0000:02:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    3.435239] pci 0000:02:00.2: BAR 2 [mem 0xf7200000-0xf727ffff]
[    3.439234] pci 0000:02:00.2: BAR 5 [mem 0xf7280000-0xf7281fff]
[    3.443411] pci 0000:00:07.1: PCI bridge to [bus 02]
[    3.447350] pci 0000:03:00.0: [1022:1485] type 00 class 0x130000 PCIe Endpoint
[    3.451476] pci 0000:03:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    3.455242] pci 0000:03:00.2: BAR 2 [mem 0xf7100000-0xf717ffff]
[    3.459236] pci 0000:03:00.2: BAR 5 [mem 0xf7180000-0xf7181fff]
[    3.463412] pci 0000:03:00.3: [1022:148c] type 00 class 0x0c0330 PCIe Endpoint
[    3.467233] pci 0000:03:00.3: BAR 0 [mem 0xf7000000-0xf70fffff 64bit]
[    3.471300] pci 0000:03:00.3: PME# supported from D0 D3hot D3cold
[    3.475376] pci 0000:00:08.1: PCI bridge to [bus 03]
[    3.483220] ACPI: PCI Root Bridge [PC01] (domain 0000 [bus 40-7f])
[    3.487223] acpi PNP0A08:01: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    3.491381] acpi PNP0A08:01: _OSC: platform does not support [SHPCHotplug AER DPC]
[    3.495531] acpi PNP0A08:01: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
[    3.499220] acpi PNP0A08:01: FADT indicates ASPM is unsupported, using BIOS configuration
[    3.507905] PCI host bridge to bus 0000:40
[    3.511224] pci_bus 0000:40: root bus resource [io  0x4000-0x6fff window]
[    3.515221] pci_bus 0000:40: root bus resource [mem 0x90000000-0xaaffffff window]
[    3.519220] pci_bus 0000:40: root bus resource [mem 0x47e80000000-0x63dbfffffff window]
[    3.523221] pci_bus 0000:40: root bus resource [bus 40-7f]
[    3.527229] pci 0000:40:00.0: [1022:1480] type 00 class 0x060000 conventional PCI endpoint
[    3.531309] pci 0000:40:00.2: [1022:164f] type 00 class 0x080600 conventional PCI endpoint
[    3.535315] pci 0000:40:01.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.539299] pci 0000:40:02.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.543294] pci 0000:40:03.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.547302] pci 0000:40:03.1: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    3.551239] pci 0000:40:03.1: PCI bridge to [bus 41]
[    3.555225] pci 0000:40:03.1:   bridge window [mem 0xa4c00000-0xa4ffffff]
[    3.559227] pci 0000:40:03.1:   bridge window [mem 0x47e80000000-0x47e801fffff 64bit pref]
[    3.563306] pci 0000:40:03.1: PME# supported from D0 D3hot D3cold
[    3.583977] pci 0000:40:03.2: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    3.587248] pci 0000:40:03.2: PCI bridge to [bus 42]
[    3.591224] pci 0000:40:03.2:   bridge window [io  0x6000-0x6fff]
[    3.595222] pci 0000:40:03.2:   bridge window [mem 0xa4800000-0xa4bfffff]
[    3.599227] pci 0000:40:03.2:   bridge window [mem 0x47e80200000-0x47e803fffff 64bit pref]
[    3.603296] pci 0000:40:03.2: PME# supported from D0 D3hot D3cold
[    3.622300] pci 0000:40:03.3: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    3.631246] pci 0000:40:03.3: PCI bridge to [bus 43]
[    3.635228] pci 0000:40:03.3:   bridge window [io  0x5000-0x5fff]
[    3.639222] pci 0000:40:03.3:   bridge window [mem 0xa4400000-0xa47fffff]
[    3.647227] pci 0000:40:03.3:   bridge window [mem 0x47e80400000-0x47e805fffff 64bit pref]
[    3.655291] pci 0000:40:03.3: PME# supported from D0 D3hot D3cold
[    3.673124] pci 0000:40:03.4: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    3.675244] pci 0000:40:03.4: PCI bridge to [bus 44]
[    3.679225] pci 0000:40:03.4:   bridge window [io  0x4000-0x4fff]
[    3.683223] pci 0000:40:03.4:   bridge window [mem 0xa4000000-0xa43fffff]
[    3.687227] pci 0000:40:03.4:   bridge window [mem 0x47e80600000-0x47e807fffff 64bit pref]
[    3.691295] pci 0000:40:03.4: PME# supported from D0 D3hot D3cold
[    3.711657] pci 0000:40:04.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.719346] pci 0000:40:05.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.727351] pci 0000:40:07.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.735298] pci 0000:40:07.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    3.743238] pci 0000:40:07.1: PCI bridge to [bus 45]
[    3.751224] pci 0000:40:07.1:   bridge window [mem 0xa5300000-0xa53fffff]
[    3.755276] pci 0000:40:07.1: PME# supported from D0 D3hot D3cold
[    3.763366] pci 0000:40:08.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.771298] pci 0000:40:08.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    3.779239] pci 0000:40:08.1: PCI bridge to [bus 46]
[    3.783224] pci 0000:40:08.1:   bridge window [mem 0xa5000000-0xa52fffff]
[    3.791278] pci 0000:40:08.1: PME# supported from D0 D3hot D3cold
[    3.795455] pci 0000:40:03.1: PCI bridge to [bus 41]
[    3.799301] pci 0000:40:03.2: PCI bridge to [bus 42]
[    3.807299] pci 0000:40:03.3: PCI bridge to [bus 43]
[    3.811299] pci 0000:40:03.4: PCI bridge to [bus 44]
[    3.815301] pci 0000:45:00.0: [1022:148a] type 00 class 0x130000 PCIe Endpoint
[    3.823421] pci 0000:45:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    3.831238] pci 0000:45:00.2: BAR 2 [mem 0xa5300000-0xa537ffff]
[    3.835234] pci 0000:45:00.2: BAR 5 [mem 0xa5380000-0xa5381fff]
[    3.843411] pci 0000:40:07.1: PCI bridge to [bus 45]
[    3.847351] pci 0000:46:00.0: [1022:1485] type 00 class 0x130000 PCIe Endpoint
[    3.855370] pci 0000:46:00.1: [1022:1486] type 00 class 0x108000 PCIe Endpoint
[    3.863240] pci 0000:46:00.1: BAR 2 [mem 0xa5100000-0xa51fffff]
[    3.867235] pci 0000:46:00.1: BAR 5 [mem 0xa5282000-0xa5283fff]
[    3.875409] pci 0000:46:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    3.883240] pci 0000:46:00.2: BAR 2 [mem 0xa5200000-0xa527ffff]
[    3.887235] pci 0000:46:00.2: BAR 5 [mem 0xa5280000-0xa5281fff]
[    3.895411] pci 0000:46:00.3: [1022:148c] type 00 class 0x0c0330 PCIe Endpoint
[    3.903234] pci 0000:46:00.3: BAR 0 [mem 0xa5000000-0xa50fffff 64bit]
[    3.907299] pci 0000:46:00.3: PME# supported from D0 D3hot D3cold
[    3.915376] pci 0000:40:08.1: PCI bridge to [bus 46]
[    3.919563] ACPI: PCI Root Bridge [PC02] (domain 0000 [bus 80-bf])
[    3.927223] acpi PNP0A08:02: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    3.935290] acpi PNP0A08:02: _OSC: platform does not support [SHPCHotplug AER DPC]
[    3.943532] acpi PNP0A08:02: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
[    3.951220] acpi PNP0A08:02: FADT indicates ASPM is unsupported, using BIOS configuration
[    3.960096] PCI host bridge to bus 0000:80
[    3.963225] pci_bus 0000:80: root bus resource [io  0x7000-0x9fff window]
[    3.971220] pci_bus 0000:80: root bus resource [mem 0xab000000-0xc5ffffff window]
[    3.979220] pci_bus 0000:80: root bus resource [mem 0x2bf40000000-0x47e7fffffff window]
[    3.987220] pci_bus 0000:80: root bus resource [bus 80-bf]
[    3.991230] pci 0000:80:00.0: [1022:1480] type 00 class 0x060000 conventional PCI endpoint
[    3.999310] pci 0000:80:00.2: [1022:164f] type 00 class 0x080600 conventional PCI endpoint
[    4.007312] pci 0000:80:01.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.019301] pci 0000:80:01.1: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.023241] pci 0000:80:01.1: PCI bridge to [bus 81]
[    4.031224] pci 0000:80:01.1:   bridge window [io  0x7000-0x7fff]
[    4.035222] pci 0000:80:01.1:   bridge window [mem 0xbf400000-0xbf7fffff]
[    4.043227] pci 0000:80:01.1:   bridge window [mem 0x2bf40000000-0x2bf401fffff 64bit pref]
[    4.051306] pci 0000:80:01.1: PME# supported from D0 D3hot D3cold
[    4.070157] pci 0000:80:01.2: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.079246] pci 0000:80:01.2: PCI bridge to [bus 82]
[    4.083228] pci 0000:80:01.2:   bridge window [io  0x8000-0x8fff]
[    4.087258] pci 0000:80:01.2:   bridge window [mem 0xbf000000-0xbf3fffff]
[    4.095227] pci 0000:80:01.2:   bridge window [mem 0x2bf40200000-0x2bf403fffff 64bit pref]
[    4.103292] pci 0000:80:01.2: PME# supported from D0 D3hot D3cold
[    4.121287] pci 0000:80:02.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.123308] pci 0000:80:03.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.127319] pci 0000:80:04.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.131299] pci 0000:80:05.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.135359] pci 0000:80:07.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.139301] pci 0000:80:07.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    4.143237] pci 0000:80:07.1: PCI bridge to [bus 83]
[    4.147224] pci 0000:80:07.1:   bridge window [mem 0xbfa00000-0xbfafffff]
[    4.151277] pci 0000:80:07.1: PME# supported from D0 D3hot D3cold
[    4.155363] pci 0000:80:08.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.159298] pci 0000:80:08.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    4.163238] pci 0000:80:08.1: PCI bridge to [bus 84]
[    4.167224] pci 0000:80:08.1:   bridge window [mem 0xbf900000-0xbf9fffff]
[    4.171279] pci 0000:80:08.1: PME# supported from D0 D3hot D3cold
[    4.175371] pci 0000:80:08.2: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    4.179238] pci 0000:80:08.2: PCI bridge to [bus 85]
[    4.183224] pci 0000:80:08.2:   bridge window [mem 0xbf800000-0xbf8fffff]
[    4.187279] pci 0000:80:08.2: PME# supported from D0 D3hot D3cold
[    4.191450] pci 0000:80:01.1: PCI bridge to [bus 81]
[    4.195315] pci 0000:80:01.2: PCI bridge to [bus 82]
[    4.199306] pci 0000:83:00.0: [1022:148a] type 00 class 0x130000 PCIe Endpoint
[    4.203420] pci 0000:83:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    4.207238] pci 0000:83:00.2: BAR 2 [mem 0xbfa00000-0xbfa7ffff]
[    4.211234] pci 0000:83:00.2: BAR 5 [mem 0xbfa80000-0xbfa81fff]
[    4.215406] pci 0000:80:07.1: PCI bridge to [bus 83]
[    4.219349] pci 0000:84:00.0: [1022:1485] type 00 class 0x130000 PCIe Endpoint
[    4.223471] pci 0000:84:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    4.227240] pci 0000:84:00.2: BAR 2 [mem 0xbf900000-0xbf97ffff]
[    4.231235] pci 0000:84:00.2: BAR 5 [mem 0xbf980000-0xbf981fff]
[    4.235416] pci 0000:80:08.1: PCI bridge to [bus 84]
[    4.239352] pci 0000:85:00.0: [1022:7901] type 00 class 0x010601 PCIe Endpoint
[    4.243256] pci 0000:85:00.0: BAR 5 [mem 0xbf800000-0xbf8007ff]
[    4.247293] pci 0000:85:00.0: PME# supported from D3hot D3cold
[    4.251389] pci 0000:80:08.2: PCI bridge to [bus 85]
[    4.255937] ACPI: PCI Root Bridge [PC03] (domain 0000 [bus c0-ff])
[    4.259223] acpi PNP0A08:03: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    4.263382] acpi PNP0A08:03: _OSC: platform does not support [SHPCHotplug AER DPC]
[    4.267531] acpi PNP0A08:03: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
[    4.271220] acpi PNP0A08:03: FADT indicates ASPM is unsupported, using BIOS configuration
[    4.276217] PCI host bridge to bus 0000:c0
[    4.279224] pci_bus 0000:c0: root bus resource [io  0xa000-0xffff window]
[    4.283220] pci_bus 0000:c0: root bus resource [mem 0xc6000000-0xe0ffffff window]
[    4.287220] pci_bus 0000:c0: root bus resource [mem 0x10000000000-0x2bf3fffffff window]
[    4.291220] pci_bus 0000:c0: root bus resource [io  0x03b0-0x03df window]
[    4.295221] pci_bus 0000:c0: root bus resource [mem 0x000a0000-0x000bffff window]
[    4.299220] pci_bus 0000:c0: root bus resource [bus c0-ff]
[    4.303230] pci 0000:c0:00.0: [1022:1480] type 00 class 0x060000 conventional PCI endpoint
[    4.307307] pci 0000:c0:00.2: [1022:164f] type 00 class 0x080600 conventional PCI endpoint
[    4.311312] pci 0000:c0:01.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.315295] pci 0000:c0:02.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.319292] pci 0000:c0:03.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.323297] pci 0000:c0:03.1: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.327239] pci 0000:c0:03.1: PCI bridge to [bus c4]
[    4.331224] pci 0000:c0:03.1:   bridge window [io  0xa000-0xafff]
[    4.335221] pci 0000:c0:03.1:   bridge window [mem 0xdb600000-0xdb9fffff]
[    4.339226] pci 0000:c0:03.1:   bridge window [mem 0x10000000000-0x100001fffff 64bit pref]
[    4.343305] pci 0000:c0:03.1: PME# supported from D0 D3hot D3cold
[    4.364198] pci 0000:c0:03.2: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.367245] pci 0000:c0:03.2: PCI bridge to [bus c5]
[    4.371227] pci 0000:c0:03.2:   bridge window [io  0xb000-0xbfff]
[    4.375223] pci 0000:c0:03.2:   bridge window [mem 0xdb200000-0xdb5fffff]
[    4.379227] pci 0000:c0:03.2:   bridge window [mem 0x10000200000-0x100003fffff 64bit pref]
[    4.383292] pci 0000:c0:03.2: PME# supported from D0 D3hot D3cold
[    4.403262] pci 0000:c0:03.3: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.411241] pci 0000:c0:03.3: PCI bridge to [bus c6]
[    4.415224] pci 0000:c0:03.3:   bridge window [io  0xc000-0xcfff]
[    4.423222] pci 0000:c0:03.3:   bridge window [mem 0xdae00000-0xdb1fffff]
[    4.427226] pci 0000:c0:03.3:   bridge window [mem 0x10000400000-0x100005fffff 64bit pref]
[    4.435309] pci 0000:c0:03.3: PME# supported from D0 D3hot D3cold
[    4.456614] pci 0000:c0:03.4: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.463245] pci 0000:c0:03.4: PCI bridge to [bus c7]
[    4.467233] pci 0000:c0:03.4:   bridge window [io  0xd000-0xdfff]
[    4.475227] pci 0000:c0:03.4:   bridge window [mem 0xdaa00000-0xdadfffff]
[    4.483228] pci 0000:c0:03.4:   bridge window [mem 0x10000600000-0x100007fffff 64bit pref]
[    4.491293] pci 0000:c0:03.4: PME# supported from D0 D3hot D3cold
[    4.512130] pci 0000:c0:04.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.515307] pci 0000:c0:05.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.519331] pci 0000:c0:05.1: [1022:149a] type 01 class 0x060400 PCIe Root Port
[    4.523239] pci 0000:c0:05.1: PCI bridge to [bus c1]
[    4.527229] pci 0000:c0:05.1:   bridge window [mem 0xc7100000-0xc71fffff]
[    4.531228] pci 0000:c0:05.1:   bridge window [mem 0xc7000000-0xc70fffff 64bit pref]
[    4.535316] pci 0000:c0:05.1: PME# supported from D0 D3hot D3cold
[    4.539358] pci 0000:c0:05.2: [1022:149a] type 01 class 0x060400 PCIe Root Port
[    4.543237] pci 0000:c0:05.2: PCI bridge to [bus c2-c3]
[    4.547225] pci 0000:c0:05.2:   bridge window [mem 0xda000000-0xda8fffff]
[    4.551226] pci 0000:c0:05.2:   bridge window [mem 0xc6000000-0xc6ffffff 64bit pref]
[    4.555265] pci 0000:c0:05.2: PME# supported from D0 D3hot D3cold
[    4.559348] pci 0000:c0:07.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.563297] pci 0000:c0:07.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    4.567237] pci 0000:c0:07.1: PCI bridge to [bus c8]
[    4.571224] pci 0000:c0:07.1:   bridge window [mem 0xdbb00000-0xdbbfffff]
[    4.575275] pci 0000:c0:07.1: PME# supported from D0 D3hot D3cold
[    4.579363] pci 0000:c0:08.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.583297] pci 0000:c0:08.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    4.587237] pci 0000:c0:08.1: PCI bridge to [bus c9]
[    4.591224] pci 0000:c0:08.1:   bridge window [mem 0xdba00000-0xdbafffff]
[    4.595277] pci 0000:c0:08.1: PME# supported from D0 D3hot D3cold
[    4.599456] pci 0000:c0:03.1: PCI bridge to [bus c4]
[    4.603303] pci 0000:c0:03.2: PCI bridge to [bus c5]
[    4.607305] pci 0000:c0:03.3: PCI bridge to [bus c6]
[    4.611302] pci 0000:c0:03.4: PCI bridge to [bus c7]
[    4.615314] pci 0000:c1:00.0: [14e4:165f] type 00 class 0x020000 PCIe Endpoint
[    4.619240] pci 0000:c1:00.0: BAR 0 [mem 0xc7030000-0xc703ffff 64bit pref]
[    4.623233] pci 0000:c1:00.0: BAR 2 [mem 0xc7040000-0xc704ffff 64bit pref]
[    4.627233] pci 0000:c1:00.0: BAR 4 [mem 0xc7050000-0xc705ffff 64bit pref]
[    4.631229] pci 0000:c1:00.0: ROM [mem 0xfffc0000-0xffffffff pref]
[    4.635308] pci 0000:c1:00.0: PME# supported from D0 D3hot D3cold
[    4.639382] pci 0000:c1:00.0: 4.000 Gb/s available PCIe bandwidth, limited by 5.0 GT/s PCIe x1 link at 0000:c0:05.1 (capable of 8.000 Gb/s with 5.0 GT/s PCIe x2 link)
[    4.647828] pci 0000:c1:00.1: [14e4:165f] type 00 class 0x020000 PCIe Endpoint
[    4.651241] pci 0000:c1:00.1: BAR 0 [mem 0xc7000000-0xc700ffff 64bit pref]
[    4.655233] pci 0000:c1:00.1: BAR 2 [mem 0xc7010000-0xc701ffff 64bit pref]
[    4.659233] pci 0000:c1:00.1: BAR 4 [mem 0xc7020000-0xc702ffff 64bit pref]
[    4.663228] pci 0000:c1:00.1: ROM [mem 0xfffc0000-0xffffffff pref]
[    4.667308] pci 0000:c1:00.1: PME# supported from D0 D3hot D3cold
[    4.672667] pci 0000:c0:05.1: PCI bridge to [bus c1]
[    4.675294] pci 0000:c2:00.0: [1556:be00] type 01 class 0x060400 PCIe to PCI/PCI-X bridge
[    4.679250] pci 0000:c2:00.0: PCI bridge to [bus c3]
[    4.683227] pci 0000:c2:00.0:   bridge window [mem 0xda000000-0xda8fffff]
[    4.687230] pci 0000:c2:00.0:   bridge window [mem 0xc6000000-0xc6ffffff 64bit pref]
[    4.699235] pci 0000:c0:05.2: PCI bridge to [bus c2-c3]
[    4.703256] pci_bus 0000:c3: extended config space not accessible
[    4.707247] pci 0000:c3:00.0: [102b:0536] type 00 class 0x030000 conventional PCI endpoint
[    4.711236] pci 0000:c3:00.0: BAR 0 [mem 0xc6000000-0xc6ffffff pref]
[    4.715229] pci 0000:c3:00.0: BAR 1 [mem 0xda808000-0xda80bfff]
[    4.719229] pci 0000:c3:00.0: BAR 2 [mem 0xda000000-0xda7fffff]
[    4.723254] pci 0000:c3:00.0: ROM [mem 0x00000000-0x0000ffff pref]
[    4.727237] pci 0000:c3:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    4.731331] pci 0000:c2:00.0: PCI bridge to [bus c3]
[    4.735323] pci 0000:c8:00.0: [1022:148a] type 00 class 0x130000 PCIe Endpoint
[    4.739419] pci 0000:c8:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    4.743238] pci 0000:c8:00.2: BAR 2 [mem 0xdbb00000-0xdbb7ffff]
[    4.747234] pci 0000:c8:00.2: BAR 5 [mem 0xdbb80000-0xdbb81fff]
[    4.751409] pci 0000:c0:07.1: PCI bridge to [bus c8]
[    4.755350] pci 0000:c9:00.0: [1022:1485] type 00 class 0x130000 PCIe Endpoint
[    4.759472] pci 0000:c9:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    4.763240] pci 0000:c9:00.2: BAR 2 [mem 0xdba00000-0xdba7ffff]
[    4.767235] pci 0000:c9:00.2: BAR 5 [mem 0xdba80000-0xdba81fff]
[    4.771417] pci 0000:c0:08.1: PCI bridge to [bus c9]
[    4.780597] iommu: Default domain type: Translated
[    4.783221] iommu: DMA domain TLB invalidation policy: lazy mode
[    4.787489] SCSI subsystem initialized
[    4.791257] ACPI: bus type USB registered
[    4.795238] usbcore: registered new interface driver usbfs
[    4.799227] usbcore: registered new interface driver hub
[    4.803253] usbcore: registered new device driver usb
[    4.807250] pps_core: LinuxPPS API ver. 1 registered
[    4.811220] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    4.815225] PTP clock support registered
[    4.819301] EDAC MC: Ver: 3.0.0
[    4.823427] efivars: Registered efivars operations
[    4.827609] NetLabel: Initializing
[    4.831221] NetLabel:  domain hash size = 128
[    4.835220] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    4.839244] NetLabel:  unlabeled traffic allowed by default
[    4.843265] PCI: Using ACPI for IRQ routing
[    4.854004] pci 0000:c3:00.0: vgaarb: setting as boot VGA device
[    4.855219] pci 0000:c3:00.0: vgaarb: bridge control possible
[    4.855219] pci 0000:c3:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    4.855221] vgaarb: loaded
[    4.859421] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    4.863220] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    4.869483] clocksource: Switched to clocksource tsc-early
[    4.873017] VFS: Disk quotas dquot_6.6.0
[    4.876973] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    4.884065] AppArmor: AppArmor Filesystem Enabled
[    4.888784] pnp: PnP ACPI init
[    4.892094] system 00:00: [mem 0x80000000-0x8fffffff] has been reserved
[    4.898800] system 00:01: [mem 0xff000000-0xffffffff] has been reserved
[    4.907004] pnp: PnP ACPI: found 5 devices
[    4.917886] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    4.926863] NET: Registered PF_INET protocol family
[    4.931903] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc)
[    4.942861] tcp_listen_portaddr_hash hash table entries: 65536 (order: 8, 1048576 bytes, vmalloc)
[    4.951811] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, vmalloc)
[    4.959854] TCP established hash table entries: 524288 (order: 10, 4194304 bytes, vmalloc hugepage)
[    4.969378] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc)
[    4.976976] TCP: Hash tables configured (established 524288 bind 65536)
[    4.983886] UDP hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc)
[    4.991214] UDP-Lite hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc)
[    4.999044] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    5.004713] NET: Registered PF_XDP protocol family
[    5.009508] pci 0000:01:00.0: ROM [mem 0xfff00000-0xffffffff pref]: can't claim; no compatible bridge window
[    5.019335] pci 0000:c1:00.0: ROM [mem 0xfffc0000-0xffffffff pref]: can't claim; no compatible bridge window
[    5.029153] pci 0000:c1:00.1: ROM [mem 0xfffc0000-0xffffffff pref]: can't claim; no compatible bridge window
[    5.038982] pci 0000:01:00.0: ROM [mem size 0x00100000 pref]: can't assign; no space
[    5.046726] pci 0000:01:00.0: ROM [mem size 0x00100000 pref]: failed to assign
[    5.053943] pci 0000:00:03.2: PCI bridge to [bus 01]
[    5.058908] pci 0000:00:03.2:   bridge window [io  0x1000-0x1fff]
[    5.065005] pci 0000:00:03.2:   bridge window [mem 0xe1000000-0xe22fffff]
[    5.071826] pci 0000:00:07.1: PCI bridge to [bus 02]
[    5.076792] pci 0000:00:07.1:   bridge window [mem 0xf7200000-0xf72fffff]
[    5.083587] pci 0000:00:08.1: PCI bridge to [bus 03]
[    5.088554] pci 0000:00:08.1:   bridge window [mem 0xf7000000-0xf71fffff]
[    5.095341] pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
[    5.101524] pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
[    5.107704] pci_bus 0000:00: resource 6 [mem 0x000c0000-0x000fffff window]
[    5.114580] pci_bus 0000:00: resource 7 [io  0x0d00-0x3fff window]
[    5.120759] pci_bus 0000:00: resource 8 [mem 0xe1000000-0xfebfffff window]
[    5.127631] pci_bus 0000:00: resource 9 [mem 0x63dc0000000-0x7fcffffffff window]
[    5.135025] pci_bus 0000:01: resource 0 [io  0x1000-0x1fff]
[    5.140598] pci_bus 0000:01: resource 1 [mem 0xe1000000-0xe22fffff]
[    5.146865] pci_bus 0000:02: resource 1 [mem 0xf7200000-0xf72fffff]
[    5.153134] pci_bus 0000:03: resource 1 [mem 0xf7000000-0xf71fffff]
[    5.159472] pci 0000:40:03.1: bridge window [io  0x1000-0x0fff] to [bus 41] add_size 1000
[    5.167654] pci 0000:40:03.1: bridge window [io  size 0x1000]: can't assign; no space
[    5.175520] pci 0000:40:03.1: bridge window [io  size 0x1000]: failed to assign
[    5.182832] pci 0000:40:03.1: bridge window [io  size 0x1000]: can't assign; no space
[    5.190665] pci 0000:40:03.1: bridge window [io  size 0x1000]: failed to assign
[    5.197975] pci 0000:40:03.1: PCI bridge to [bus 41]
[    5.202946] pci 0000:40:03.1:   bridge window [mem 0xa4c00000-0xa4ffffff]
[    5.209730] pci 0000:40:03.1:   bridge window [mem 0x47e80000000-0x47e801fffff 64bit pref]
[    5.217991] pci 0000:40:03.2: PCI bridge to [bus 42]
[    5.222956] pci 0000:40:03.2:   bridge window [io  0x6000-0x6fff]
[    5.229051] pci 0000:40:03.2:   bridge window [mem 0xa4800000-0xa4bfffff]
[    5.235838] pci 0000:40:03.2:   bridge window [mem 0x47e80200000-0x47e803fffff 64bit pref]
[    5.244098] pci 0000:40:03.3: PCI bridge to [bus 43]
[    5.249062] pci 0000:40:03.3:   bridge window [io  0x5000-0x5fff]
[    5.255160] pci 0000:40:03.3:   bridge window [mem 0xa4400000-0xa47fffff]
[    5.261951] pci 0000:40:03.3:   bridge window [mem 0x47e80400000-0x47e805fffff 64bit pref]
[    5.270211] pci 0000:40:03.4: PCI bridge to [bus 44]
[    5.275177] pci 0000:40:03.4:   bridge window [io  0x4000-0x4fff]
[    5.281298] pci 0000:40:03.4:   bridge window [mem 0xa4000000-0xa43fffff]
[    5.288117] pci 0000:40:03.4:   bridge window [mem 0x47e80600000-0x47e807fffff 64bit pref]
[    5.296378] pci 0000:40:07.1: PCI bridge to [bus 45]
[    5.301345] pci 0000:40:07.1:   bridge window [mem 0xa5300000-0xa53fffff]
[    5.308134] pci 0000:40:08.1: PCI bridge to [bus 46]
[    5.313105] pci 0000:40:08.1:   bridge window [mem 0xa5000000-0xa52fffff]
[    5.319895] pci_bus 0000:40: resource 4 [io  0x4000-0x6fff window]
[    5.326079] pci_bus 0000:40: resource 5 [mem 0x90000000-0xaaffffff window]
[    5.332952] pci_bus 0000:40: resource 6 [mem 0x47e80000000-0x63dbfffffff window]
[    5.340346] pci_bus 0000:41: resource 1 [mem 0xa4c00000-0xa4ffffff]
[    5.346612] pci_bus 0000:41: resource 2 [mem 0x47e80000000-0x47e801fffff 64bit pref]
[    5.354352] pci_bus 0000:42: resource 0 [io  0x6000-0x6fff]
[    5.359926] pci_bus 0000:42: resource 1 [mem 0xa4800000-0xa4bfffff]
[    5.366191] pci_bus 0000:42: resource 2 [mem 0x47e80200000-0x47e803fffff 64bit pref]
[    5.373932] pci_bus 0000:43: resource 0 [io  0x5000-0x5fff]
[    5.379506] pci_bus 0000:43: resource 1 [mem 0xa4400000-0xa47fffff]
[    5.385772] pci_bus 0000:43: resource 2 [mem 0x47e80400000-0x47e805fffff 64bit pref]
[    5.393510] pci_bus 0000:44: resource 0 [io  0x4000-0x4fff]
[    5.399082] pci_bus 0000:44: resource 1 [mem 0xa4000000-0xa43fffff]
[    5.405351] pci_bus 0000:44: resource 2 [mem 0x47e80600000-0x47e807fffff 64bit pref]
[    5.413092] pci_bus 0000:45: resource 1 [mem 0xa5300000-0xa53fffff]
[    5.419357] pci_bus 0000:46: resource 1 [mem 0xa5000000-0xa52fffff]
[    5.425686] pci 0000:80:01.1: PCI bridge to [bus 81]
[    5.430651] pci 0000:80:01.1:   bridge window [io  0x7000-0x7fff]
[    5.436747] pci 0000:80:01.1:   bridge window [mem 0xbf400000-0xbf7fffff]
[    5.443532] pci 0000:80:01.1:   bridge window [mem 0x2bf40000000-0x2bf401fffff 64bit pref]
[    5.451793] pci 0000:80:01.2: PCI bridge to [bus 82]
[    5.456758] pci 0000:80:01.2:   bridge window [io  0x8000-0x8fff]
[    5.462853] pci 0000:80:01.2:   bridge window [mem 0xbf000000-0xbf3fffff]
[    5.469638] pci 0000:80:01.2:   bridge window [mem 0x2bf40200000-0x2bf403fffff 64bit pref]
[    5.477901] pci 0000:80:07.1: PCI bridge to [bus 83]
[    5.482873] pci 0000:80:07.1:   bridge window [mem 0xbfa00000-0xbfafffff]
[    5.489661] pci 0000:80:08.1: PCI bridge to [bus 84]
[    5.494625] pci 0000:80:08.1:   bridge window [mem 0xbf900000-0xbf9fffff]
[    5.501415] pci 0000:80:08.2: PCI bridge to [bus 85]
[    5.506387] pci 0000:80:08.2:   bridge window [mem 0xbf800000-0xbf8fffff]
[    5.513176] pci_bus 0000:80: resource 4 [io  0x7000-0x9fff window]
[    5.519359] pci_bus 0000:80: resource 5 [mem 0xab000000-0xc5ffffff window]
[    5.526235] pci_bus 0000:80: resource 6 [mem 0x2bf40000000-0x47e7fffffff window]
[    5.533628] pci_bus 0000:81: resource 0 [io  0x7000-0x7fff]
[    5.539200] pci_bus 0000:81: resource 1 [mem 0xbf400000-0xbf7fffff]
[    5.545467] pci_bus 0000:81: resource 2 [mem 0x2bf40000000-0x2bf401fffff 64bit pref]
[    5.553205] pci_bus 0000:82: resource 0 [io  0x8000-0x8fff]
[    5.558780] pci_bus 0000:82: resource 1 [mem 0xbf000000-0xbf3fffff]
[    5.565045] pci_bus 0000:82: resource 2 [mem 0x2bf40200000-0x2bf403fffff 64bit pref]
[    5.572788] pci_bus 0000:83: resource 1 [mem 0xbfa00000-0xbfafffff]
[    5.579051] pci_bus 0000:84: resource 1 [mem 0xbf900000-0xbf9fffff]
[    5.585318] pci_bus 0000:85: resource 1 [mem 0xbf800000-0xbf8fffff]
[    5.591646] pci 0000:c0:03.1: PCI bridge to [bus c4]
[    5.596613] pci 0000:c0:03.1:   bridge window [io  0xa000-0xafff]
[    5.602709] pci 0000:c0:03.1:   bridge window [mem 0xdb600000-0xdb9fffff]
[    5.609492] pci 0000:c0:03.1:   bridge window [mem 0x10000000000-0x100001fffff 64bit pref]
[    5.617755] pci 0000:c0:03.2: PCI bridge to [bus c5]
[    5.622719] pci 0000:c0:03.2:   bridge window [io  0xb000-0xbfff]
[    5.628814] pci 0000:c0:03.2:   bridge window [mem 0xdb200000-0xdb5fffff]
[    5.635601] pci 0000:c0:03.2:   bridge window [mem 0x10000200000-0x100003fffff 64bit pref]
[    5.643861] pci 0000:c0:03.3: PCI bridge to [bus c6]
[    5.648825] pci 0000:c0:03.3:   bridge window [io  0xc000-0xcfff]
[    5.654919] pci 0000:c0:03.3:   bridge window [mem 0xdae00000-0xdb1fffff]
[    5.661705] pci 0000:c0:03.3:   bridge window [mem 0x10000400000-0x100005fffff 64bit pref]
[    5.669969] pci 0000:c0:03.4: PCI bridge to [bus c7]
[    5.674941] pci 0000:c0:03.4:   bridge window [io  0xd000-0xdfff]
[    5.681036] pci 0000:c0:03.4:   bridge window [mem 0xdaa00000-0xdadfffff]
[    5.687824] pci 0000:c0:03.4:   bridge window [mem 0x10000600000-0x100007fffff 64bit pref]
[    5.696151] pci 0000:c1:00.0: ROM [mem 0xc7100000-0xc713ffff pref]: assigned
[    5.703197] pci 0000:c1:00.1: ROM [mem 0xc7140000-0xc717ffff pref]: assigned
[    5.710269] pci 0000:c0:05.1: PCI bridge to [bus c1]
[    5.715235] pci 0000:c0:05.1:   bridge window [mem 0xc7100000-0xc71fffff]
[    5.722022] pci 0000:c0:05.1:   bridge window [mem 0xc7000000-0xc70fffff 64bit pref]
[    5.729763] pci 0000:c2:00.0: PCI bridge to [bus c3]
[    5.734730] pci 0000:c2:00.0:   bridge window [mem 0xda000000-0xda8fffff]
[    5.741515] pci 0000:c2:00.0:   bridge window [mem 0xc6000000-0xc6ffffff 64bit pref]
[    5.749258] pci 0000:c0:05.2: PCI bridge to [bus c2-c3]
[    5.754491] pci 0000:c0:05.2:   bridge window [mem 0xda000000-0xda8fffff]
[    5.761276] pci 0000:c0:05.2:   bridge window [mem 0xc6000000-0xc6ffffff 64bit pref]
[    5.769019] pci 0000:c0:07.1: PCI bridge to [bus c8]
[    5.773991] pci 0000:c0:07.1:   bridge window [mem 0xdbb00000-0xdbbfffff]
[    5.780781] pci 0000:c0:08.1: PCI bridge to [bus c9]
[    5.785752] pci 0000:c0:08.1:   bridge window [mem 0xdba00000-0xdbafffff]
[    5.792543] pci_bus 0000:c0: resource 4 [io  0xa000-0xffff window]
[    5.798726] pci_bus 0000:c0: resource 5 [mem 0xc6000000-0xe0ffffff window]
[    5.805599] pci_bus 0000:c0: resource 6 [mem 0x10000000000-0x2bf3fffffff window]
[    5.812993] pci_bus 0000:c0: resource 7 [io  0x03b0-0x03df window]
[    5.819190] pci_bus 0000:c0: resource 8 [mem 0x000a0000-0x000bffff window]
[    5.826061] pci_bus 0000:c4: resource 0 [io  0xa000-0xafff]
[    5.831635] pci_bus 0000:c4: resource 1 [mem 0xdb600000-0xdb9fffff]
[    5.837903] pci_bus 0000:c4: resource 2 [mem 0x10000000000-0x100001fffff 64bit pref]
[    5.845642] pci_bus 0000:c5: resource 0 [io  0xb000-0xbfff]
[    5.851215] pci_bus 0000:c5: resource 1 [mem 0xdb200000-0xdb5fffff]
[    5.857481] pci_bus 0000:c5: resource 2 [mem 0x10000200000-0x100003fffff 64bit pref]
[    5.865221] pci_bus 0000:c6: resource 0 [io  0xc000-0xcfff]
[    5.870793] pci_bus 0000:c6: resource 1 [mem 0xdae00000-0xdb1fffff]
[    5.877060] pci_bus 0000:c6: resource 2 [mem 0x10000400000-0x100005fffff 64bit pref]
[    5.884803] pci_bus 0000:c7: resource 0 [io  0xd000-0xdfff]
[    5.890373] pci_bus 0000:c7: resource 1 [mem 0xdaa00000-0xdadfffff]
[    5.896641] pci_bus 0000:c7: resource 2 [mem 0x10000600000-0x100007fffff 64bit pref]
[    5.904379] pci_bus 0000:c1: resource 1 [mem 0xc7100000-0xc71fffff]
[    5.910648] pci_bus 0000:c1: resource 2 [mem 0xc7000000-0xc70fffff 64bit pref]
[    5.917867] pci_bus 0000:c2: resource 1 [mem 0xda000000-0xda8fffff]
[    5.924141] pci_bus 0000:c2: resource 2 [mem 0xc6000000-0xc6ffffff 64bit pref]
[    5.931363] pci_bus 0000:c3: resource 1 [mem 0xda000000-0xda8fffff]
[    5.937630] pci_bus 0000:c3: resource 2 [mem 0xc6000000-0xc6ffffff 64bit pref]
[    5.944850] pci_bus 0000:c8: resource 1 [mem 0xdbb00000-0xdbbfffff]
[    5.951116] pci_bus 0000:c9: resource 1 [mem 0xdba00000-0xdbafffff]
[    5.957971] PCI: CLS 64 bytes, default 64
[    5.962003] AMD-Vi: IOMMU SNP support enabled.
[    5.962064] Trying to unpack rootfs image as initramfs...
[    5.971897] pci 0000:c0:00.2: AMD-Vi: IOMMU performance counters supported
[    5.978879] pci 0000:c0:01.0: Adding to iommu group 0
[    5.983980] pci 0000:c0:02.0: Adding to iommu group 1
[    5.989183] pci 0000:c0:03.0: Adding to iommu group 2
[    5.994284] pci 0000:c0:03.1: Adding to iommu group 2
[    5.999391] pci 0000:c0:03.2: Adding to iommu group 2
[    6.004493] pci 0000:c0:03.3: Adding to iommu group 2
[    6.009594] pci 0000:c0:03.4: Adding to iommu group 2
[    6.014697] pci 0000:c0:04.0: Adding to iommu group 3
[    6.019898] pci 0000:c0:05.0: Adding to iommu group 4
[    6.024996] pci 0000:c0:05.1: Adding to iommu group 4
[    6.030093] pci 0000:c0:05.2: Adding to iommu group 4
[    6.035197] pci 0000:c0:07.0: Adding to iommu group 5
[    6.040285] pci 0000:c0:07.1: Adding to iommu group 6
[    6.045389] pci 0000:c0:08.0: Adding to iommu group 7
[    6.050472] pci 0000:c0:08.1: Adding to iommu group 8
[    6.055527] pci 0000:c1:00.0: Adding to iommu group 4
[    6.060588] pci 0000:c1:00.1: Adding to iommu group 4
[    6.065644] pci 0000:c2:00.0: Adding to iommu group 4
[    6.070704] pci 0000:c3:00.0: Adding to iommu group 4
[    6.075792] pci 0000:c8:00.0: Adding to iommu group 9
[    6.080880] pci 0000:c8:00.2: Adding to iommu group 10
[    6.086054] pci 0000:c9:00.0: Adding to iommu group 11
[    6.091235] pci 0000:c9:00.2: Adding to iommu group 12
[    6.102680] pci 0000:80:00.2: AMD-Vi: IOMMU performance counters supported
[    6.109710] pci 0000:80:01.0: Adding to iommu group 13
[    6.114890] pci 0000:80:01.1: Adding to iommu group 13
[    6.120074] pci 0000:80:01.2: Adding to iommu group 13
[    6.125294] pci 0000:80:02.0: Adding to iommu group 14
[    6.130484] pci 0000:80:03.0: Adding to iommu group 15
[    6.135678] pci 0000:80:04.0: Adding to iommu group 16
[    6.140868] pci 0000:80:05.0: Adding to iommu group 17
[    6.146059] pci 0000:80:07.0: Adding to iommu group 18
[    6.151231] pci 0000:80:07.1: Adding to iommu group 19
[    6.156430] pci 0000:80:08.0: Adding to iommu group 20
[    6.161597] pci 0000:80:08.1: Adding to iommu group 21
[    6.166770] pci 0000:80:08.2: Adding to iommu group 22
[    6.171942] pci 0000:83:00.0: Adding to iommu group 23
[    6.177113] pci 0000:83:00.2: Adding to iommu group 24
[    6.182291] pci 0000:84:00.0: Adding to iommu group 25
[    6.187460] pci 0000:84:00.2: Adding to iommu group 26
[    6.192636] pci 0000:85:00.0: Adding to iommu group 27
[    6.204783] pci 0000:40:00.2: AMD-Vi: IOMMU performance counters supported
[    6.211761] pci 0000:40:01.0: Adding to iommu group 28
[    6.216952] pci 0000:40:02.0: Adding to iommu group 29
[    6.222236] pci 0000:40:03.0: Adding to iommu group 30
[    6.227465] pci 0000:40:03.1: Adding to iommu group 30
[    6.232640] pci 0000:40:03.2: Adding to iommu group 30
[    6.237814] pci 0000:40:03.3: Adding to iommu group 30
[    6.242989] pci 0000:40:03.4: Adding to iommu group 30
[    6.248181] pci 0000:40:04.0: Adding to iommu group 31
[    6.253369] pci 0000:40:05.0: Adding to iommu group 32
[    6.258564] pci 0000:40:07.0: Adding to iommu group 33
[    6.263735] pci 0000:40:07.1: Adding to iommu group 34
[    6.268928] pci 0000:40:08.0: Adding to iommu group 35
[    6.274099] pci 0000:40:08.1: Adding to iommu group 36
[    6.279276] pci 0000:45:00.0: Adding to iommu group 37
[    6.284451] pci 0000:45:00.2: Adding to iommu group 38
[    6.289624] pci 0000:46:00.0: Adding to iommu group 39
[    6.294799] pci 0000:46:00.1: Adding to iommu group 40
[    6.299975] pci 0000:46:00.2: Adding to iommu group 41
[    6.305147] pci 0000:46:00.3: Adding to iommu group 42
[    6.317471] pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
[    6.324451] pci 0000:00:01.0: Adding to iommu group 43
[    6.329714] pci 0000:00:02.0: Adding to iommu group 44
[    6.334907] pci 0000:00:03.0: Adding to iommu group 45
[    6.340079] pci 0000:00:03.2: Adding to iommu group 46
[    6.345272] pci 0000:00:04.0: Adding to iommu group 47
[    6.350463] pci 0000:00:05.0: Adding to iommu group 48
[    6.355655] pci 0000:00:07.0: Adding to iommu group 49
[    6.360823] pci 0000:00:07.1: Adding to iommu group 50
[    6.366014] pci 0000:00:08.0: Adding to iommu group 51
[    6.371182] pci 0000:00:08.1: Adding to iommu group 52
[    6.376400] pci 0000:00:14.0: Adding to iommu group 53
[    6.376963] Freeing initrd memory: 35960K
[    6.381576] pci 0000:00:14.3: Adding to iommu group 53
[    6.390902] pci 0000:00:18.0: Adding to iommu group 54
[    6.396074] pci 0000:00:18.1: Adding to iommu group 54
[    6.401240] pci 0000:00:18.2: Adding to iommu group 54
[    6.406410] pci 0000:00:18.3: Adding to iommu group 54
[    6.411582] pci 0000:00:18.4: Adding to iommu group 54
[    6.416756] pci 0000:00:18.5: Adding to iommu group 54
[    6.421928] pci 0000:00:18.6: Adding to iommu group 54
[    6.427097] pci 0000:00:18.7: Adding to iommu group 54
[    6.432315] pci 0000:01:00.0: Adding to iommu group 55
[    6.437493] pci 0000:02:00.0: Adding to iommu group 56
[    6.442676] pci 0000:02:00.2: Adding to iommu group 57
[    6.447848] pci 0000:03:00.0: Adding to iommu group 58
[    6.453024] pci 0000:03:00.2: Adding to iommu group 59
[    6.458194] pci 0000:03:00.3: Adding to iommu group 60
[    6.472024] AMD-Vi: Extended features (0x841f77e022094ace, 0x0): PPR X2APIC NX IA GA PC SNP
[    6.480387] AMD-Vi: Interrupt remapping enabled
[    6.484920] AMD-Vi: X2APIC enabled
[    6.489254] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    6.495697] software IO TLB: mapped [mem 0x0000000005e00000-0x0000000015e00000] (256MB)
[    6.503809] LVT offset 0 assigned for vector 0x400
[    6.510347] perf: AMD IBS detected (0x000003ff)
[    6.516298] amd_uncore: 4 amd_df counters detected
[    6.521122] amd_uncore: 6 amd_l3 counters detected
[    6.527538] perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
[    6.534692] perf/amd_iommu: Detected AMD IOMMU #1 (2 banks, 4 counters/bank).
[    6.541844] perf/amd_iommu: Detected AMD IOMMU #2 (2 banks, 4 counters/bank).
[    6.549003] perf/amd_iommu: Detected AMD IOMMU #3 (2 banks, 4 counters/bank).
[    6.560139] Initialise system trusted keyrings
[    6.564601] Key type blacklist registered
[    6.568701] workingset: timestamp_bits=36 max_order=26 bucket_order=0
[    6.575159] zbud: loaded
[    6.578204] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    6.584207] fuse: init (API version 7.41)
[    6.588476] integrity: Platform Keyring initialized
[    6.605537] Key type asymmetric registered
[    6.609632] Asymmetric key parser 'x509' registered
[    6.614562] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[    6.622044] io scheduler mq-deadline registered
[    6.628193] pcieport 0000:00:03.2: PME: Signaling with IRQ 38
[    6.634294] pcieport 0000:00:07.1: PME: Signaling with IRQ 40
[    6.640219] pcieport 0000:00:08.1: PME: Signaling with IRQ 41
[    6.646227] pcieport 0000:40:03.1: PME: Signaling with IRQ 42
[    6.652018] pcieport 0000:40:03.1: pciehp: Slot #167 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    6.665990] pcieport 0000:40:03.2: PME: Signaling with IRQ 43
[    6.671789] pcieport 0000:40:03.2: pciehp: Slot #166 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    6.685751] pcieport 0000:40:03.3: PME: Signaling with IRQ 44
[    6.691540] pcieport 0000:40:03.3: pciehp: Slot #169 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    6.705490] pcieport 0000:40:03.4: PME: Signaling with IRQ 45
[    6.711287] pcieport 0000:40:03.4: pciehp: Slot #168 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    6.725282] pcieport 0000:40:07.1: PME: Signaling with IRQ 47
[    6.731224] pcieport 0000:40:08.1: PME: Signaling with IRQ 48
[    6.737304] pcieport 0000:80:01.1: PME: Signaling with IRQ 49
[    6.743107] pcieport 0000:80:01.1: pciehp: Slot #160 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    6.757060] pcieport 0000:80:01.2: PME: Signaling with IRQ 50
[    6.762855] pcieport 0000:80:01.2: pciehp: Slot #161 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    6.776903] pcieport 0000:80:07.1: PME: Signaling with IRQ 52
[    6.782903] pcieport 0000:80:08.1: PME: Signaling with IRQ 54
[    6.788887] pcieport 0000:80:08.2: PME: Signaling with IRQ 55
[    6.794827] pcieport 0000:c0:03.1: PME: Signaling with IRQ 56
[    6.800623] pcieport 0000:c0:03.1: pciehp: Slot #163 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    6.814552] pcieport 0000:c0:03.2: PME: Signaling with IRQ 57
[    6.820346] pcieport 0000:c0:03.2: pciehp: Slot #162 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    6.834275] pcieport 0000:c0:03.3: PME: Signaling with IRQ 58
[    6.840064] pcieport 0000:c0:03.3: pciehp: Slot #165 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    6.853992] pcieport 0000:c0:03.4: PME: Signaling with IRQ 59
[    6.859786] pcieport 0000:c0:03.4: pciehp: Slot #164 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    6.873717] pcieport 0000:c0:05.1: PME: Signaling with IRQ 60
[    6.879627] pcieport 0000:c0:05.2: PME: Signaling with IRQ 61
[    6.885638] pcieport 0000:c0:07.1: PME: Signaling with IRQ 63
[    6.891645] pcieport 0000:c0:08.1: PME: Signaling with IRQ 65
[    6.897666] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    6.904738] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[    6.912200] ACPI: button: Power Button [PWRF]
[    6.924431] Estimated ratio of average max frequency by base frequency (times 1024): 1464
[    6.948502] ERST: Error Record Serialization Table (ERST) support is initialized.
[    6.956004] pstore: Using crash dump compression: deflate
[    6.961406] pstore: Registered erst as persistent store backend
[    6.967447] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    6.974006] 00:03: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A
[    6.982133] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    6.992865] Linux agpgart interface v0.103
[    7.021203] loop: module loaded
[    7.035602] ahci 0000:85:00.0: AHCI vers 0001.0301, 32 command slots, 6 Gbps, SATA mode
[    7.043611] ahci 0000:85:00.0: 8/8 ports implemented (port mask 0xff)
[    7.050056] ahci 0000:85:00.0: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part sxs 
[    7.060173] scsi host0: ahci
[    7.063281] scsi host1: ahci
[    7.066373] scsi host2: ahci
[    7.069450] scsi host3: ahci
[    7.072531] scsi host4: ahci
[    7.075612] scsi host5: ahci
[    7.078704] scsi host6: ahci
[    7.081771] scsi host7: ahci
[    7.084711] ata1: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800100 irq 67 lpm-pol 0
[    7.093013] ata2: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800180 irq 68 lpm-pol 0
[    7.101274] ata3: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800200 irq 69 lpm-pol 0
[    7.109532] ata4: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800280 irq 70 lpm-pol 0
[    7.117791] ata5: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800300 irq 71 lpm-pol 0
[    7.126051] ata6: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800380 irq 72 lpm-pol 0
[    7.134316] ata7: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800400 irq 73 lpm-pol 0
[    7.142580] ata8: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800480 irq 74 lpm-pol 0
[    7.151104] tun: Universal TUN/TAP device driver, 1.6
[    7.156214] PPP generic driver version 2.4.2
[    7.160630] VFIO - User Level meta-driver version: 0.3
[    7.166123] xhci_hcd 0000:03:00.3: xHCI Host Controller
[    7.171369] xhci_hcd 0000:03:00.3: new USB bus registered, assigned bus number 1
[    7.178872] xhci_hcd 0000:03:00.3: hcc params 0x0260ffe5 hci version 0x110 quirks 0x0000000000000010
[    7.188396] xhci_hcd 0000:03:00.3: xHCI Host Controller
[    7.193622] xhci_hcd 0000:03:00.3: new USB bus registered, assigned bus number 2
[    7.201014] xhci_hcd 0000:03:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[    7.208109] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.11
[    7.216374] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    7.223596] usb usb1: Product: xHCI Host Controller
[    7.228471] usb usb1: Manufacturer: Linux 6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d xhci-hcd
[    7.237431] usb usb1: SerialNumber: 0000:03:00.3
[    7.242222] hub 1-0:1.0: USB hub found
[    7.245995] hub 1-0:1.0: 2 ports detected
[    7.250826] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    7.258943] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.11
[    7.267209] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    7.274432] usb usb2: Product: xHCI Host Controller
[    7.279320] usb usb2: Manufacturer: Linux 6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d xhci-hcd
[    7.288279] usb usb2: SerialNumber: 0000:03:00.3
[    7.293085] hub 2-0:1.0: USB hub found
[    7.296850] hub 2-0:1.0: 2 ports detected
[    7.301759] xhci_hcd 0000:46:00.3: xHCI Host Controller
[    7.307103] xhci_hcd 0000:46:00.3: new USB bus registered, assigned bus number 3
[    7.314594] xhci_hcd 0000:46:00.3: hcc params 0x0260ffe5 hci version 0x110 quirks 0x0000000000000010
[    7.324088] xhci_hcd 0000:46:00.3: xHCI Host Controller
[    7.329319] xhci_hcd 0000:46:00.3: new USB bus registered, assigned bus number 4
[    7.336713] xhci_hcd 0000:46:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[    7.343798] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.11
[    7.352064] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    7.359298] usb usb3: Product: xHCI Host Controller
[    7.364185] usb usb3: Manufacturer: Linux 6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d xhci-hcd
[    7.373140] usb usb3: SerialNumber: 0000:46:00.3
[    7.377903] hub 3-0:1.0: USB hub found
[    7.381667] hub 3-0:1.0: 2 ports detected
[    7.386463] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    7.394580] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.11
[    7.402847] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    7.410078] usb usb4: Product: xHCI Host Controller
[    7.414961] usb usb4: Manufacturer: Linux 6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d xhci-hcd
[    7.423918] usb usb4: SerialNumber: 0000:46:00.3
[    7.428666] hub 4-0:1.0: USB hub found
[    7.432434] hub 4-0:1.0: 2 ports detected
[    7.437437] usbcore: registered new interface driver uas
[    7.442779] usbcore: registered new interface driver usb-storage
[    7.448869] i8042: PNP: No PS/2 controller found.
[    7.453667] mousedev: PS/2 mouse device common for all mice
[    7.459337] rtc_cmos 00:02: RTC can wake from S4
[    7.464224] rtc_cmos 00:02: registered as rtc0
[    7.465547] ata1: SATA link down (SStatus 0 SControl 300)
[    7.468748] rtc_cmos 00:02: setting system clock to 2024-09-03T09:05:10 UTC (1725354310)
[    7.474097] ata3: SATA link down (SStatus 0 SControl 300)
[    7.482193] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram
[    7.487580] ata7: SATA link down (SStatus 0 SControl 300)
[    7.494270] i2c_dev: i2c /dev entries driver
[    7.499681] ata6: SATA link down (SStatus 0 SControl 300)
[    7.503946] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[    7.509368] ata8: SATA link down (SStatus 0 SControl 300)
[    7.509398] usb 1-1: new high-speed USB device number 2 using xhci_hcd
[    7.521561] device-mapper: uevent: version 1.0.3
[    7.526965] ata4: SATA link down (SStatus 0 SControl 300)
[    7.533575] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@lists.linux.dev
[    7.538116] ata5: SATA link down (SStatus 0 SControl 300)
[    7.543511] platform eisa.0: Probing EISA bus 0
[    7.552382] ata2: SATA link down (SStatus 0 SControl 300)
[    7.557754] platform eisa.0: EISA: Cannot allocate resource for mainboard
[    7.557756] platform eisa.0: Cannot allocate resource for EISA slot 1
[    7.557758] platform eisa.0: Cannot allocate resource for EISA slot 2
[    7.587365] tsc: Refined TSC clocksource calibration: 1996.250 MHz
[    7.590307] platform eisa.0: Cannot allocate resource for EISA slot 3
[    7.593600] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x398caf77d7a, max_idle_ns: 881590459467 ns
[    7.599995] platform eisa.0: Cannot allocate resource for EISA slot 4
[    7.616457] platform eisa.0: Cannot allocate resource for EISA slot 5
[    7.616460] clocksource: Switched to clocksource tsc
[    7.622897] platform eisa.0: Cannot allocate resource for EISA slot 6
[    7.622899] platform eisa.0: Cannot allocate resource for EISA slot 7
[    7.622901] platform eisa.0: Cannot allocate resource for EISA slot 8
[    7.622902] platform eisa.0: EISA: Detected 0 cards
[    7.652083] amd_pstate: driver load is disabled, boot with specific mode to enable this
[    7.654875] usb 1-1: New USB device found, idVendor=0424, idProduct=2744, bcdDevice= 1.21
[    7.660092] usb 3-1: new high-speed USB device number 2 using xhci_hcd
[    7.668255] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    7.681935] usb 1-1: Product: USB2734
[    7.685609] usb 1-1: Manufacturer: Microchip Tech
[    7.691578] ledtrig-cpu: registered to indicate activity on CPUs
[    7.697687] drop_monitor: Initializing network drop monitor service
[    7.704263] NET: Registered PF_INET6 protocol family
[    7.716122] Segment Routing with IPv6
[    7.719796] In-situ OAM (IOAM) with IPv6
[    7.723743] NET: Registered PF_PACKET protocol family
[    7.728868] Key type dns_resolver registered
[    7.743515] microcode: Current revision: 0x0a0011d3
[    7.751663] resctrl: L3 allocation detected
[    7.752432] hub 1-1:1.0: USB hub found
[    7.755848] resctrl: MB allocation detected
[    7.759879] hub 1-1:1.0: 4 ports detected
[    7.763785] resctrl: L3 monitoring detected
[    7.763991] IPI shorthand broadcast: enabled
[    7.779108] sched_clock: Marking stable (7704001365, 74254160)->(8782581617, -1004326092)
[    7.784255] usb 2-1: new SuperSpeed USB device number 2 using xhci_hcd
[    7.794556] registered taskstats version 1
[    7.800925] Loading compiled-in X.509 certificates
[    7.806191] Loaded X.509 cert 'Build time autogenerated kernel key: 5c3510c35dece95d6a55c59a8d47cc68b34970d5'
[    7.806738] usb 2-1: New USB device found, idVendor=0424, idProduct=5744, bcdDevice= 1.21
[    7.811225] usb 3-1: New USB device found, idVendor=1604, idProduct=10c0, bcdDevice= 0.00
[    7.811229] usb 3-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    7.839573] usb 2-1: New USB device strings: Mfr=2, Product=3, SerialNumber=0
[    7.846706] usb 2-1: Product: USB5734
[    7.850372] usb 2-1: Manufacturer: Microchip Tech
[    7.855089] Demotion targets for Node 0: null
[    7.856277] hub 3-1:1.0: USB hub found
[    7.859456] Demotion targets for Node 1: null
[    7.859961] Key type .fscrypt registered
[    7.863475] hub 3-1:1.0: 4 ports detected
[    7.867566] Key type fscrypt-provisioning registered
[    7.880490] hub 2-1:1.0: USB hub found
[    7.884282] hub 2-1:1.0: 4 ports detected
[    7.888502] cryptd: max_cpu_qlen set to 1000
[    7.895790] AES CTR mode by8 optimization enabled
[    7.915567] Key type encrypted registered
[    7.919585] AppArmor: AppArmor sha256 policy hashing enabled
[    7.925362] integrity: Loading X.509 certificate: UEFI:db
[    7.930786] integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
[    7.941572] integrity: Loading X.509 certificate: UEFI:db
[    7.946988] integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
[    7.958018] integrity: Loading X.509 certificate: UEFI:db
[    7.963531] integrity: Loaded X.509 cert 'VMware, Inc.: 4ad8ba0472073d28127706ddc6ccb9050441bbc7'
[    7.972398] integrity: Loading X.509 certificate: UEFI:db
[    7.977931] integrity: Loaded X.509 cert 'VMware, Inc.: VMware Secure Boot Signing: 04597f3e1ffb240bba0ff0f05d5eb05f3e15f6d7'
[    7.989524] ima: No TPM chip found, activating TPM-bypass!
[    7.995018] Loading compiled-in module X.509 certificates
[    8.000805] Loaded X.509 cert 'Build time autogenerated kernel key: 5c3510c35dece95d6a55c59a8d47cc68b34970d5'
[    8.010731] ima: Allocated hash algorithm: sha1
[    8.015274] ima: No architecture policies found
[    8.019825] evm: Initialising EVM extended attributes:
[    8.024966] evm: security.selinux
[    8.028285] evm: security.SMACK64
[    8.031605] evm: security.SMACK64EXEC
[    8.035272] evm: security.SMACK64TRANSMUTE
[    8.039368] evm: security.SMACK64MMAP
[    8.043035] evm: security.apparmor
[    8.046439] evm: security.ima
[    8.049409] evm: security.capability
[    8.052986] evm: HMAC attrs: 0x1
[    8.056612] PM:   Magic number: 8:708:69
[    8.060655] acpi ACPI0007:af: hash matches
[    8.064828] memory memory97: hash matches
[    8.069389] RAS: Correctable Errors collector initialized.
[    8.075017] clk: Disabling unused clocks
[    8.078943] PM: genpd: Disabling unused power domains
[    8.085780] Freeing unused decrypted memory: 2028K
[    8.091274] Freeing unused kernel image (initmem) memory: 4684K
[    8.097205] Write protecting the kernel read-only data: 26624k
[    8.103535] Freeing unused kernel image (rodata/data gap) memory: 448K
[    8.174048] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    8.180488] Run /init as init process
[    8.190178] systemd[1]: Inserted module 'autofs4'
[    8.201860] systemd[1]: systemd 250-12.el9_1 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 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK +XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[    8.233812] systemd[1]: Detected architecture x86-64.
[    8.238867] systemd[1]: Running in initial RAM disk.

Welcome to ^[[0;31mRed Hat Enterprise Linux 9.1 (Plow) dracut-057-13.git20220816.el9 (Initramfs)^[[0m!

[    8.258356] systemd[1]: Hostname set to <hostname.amd.com>.
[    8.370667] systemd[1]: Queued start job for default target Initrd Default Target.
[    8.378351] systemd[1]: Reached target Initrd /usr File System.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mInitrd /usr File System^[[0m.
[    8.398316] systemd[1]: Reached target Local File Systems.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mLocal File Systems^[[0m.
[    8.414324] systemd[1]: Reached target Slice Units.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSlice Units^[[0m.
[    8.430324] systemd[1]: Reached target Swaps.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSwaps^[[0m.
[    8.446314] systemd[1]: Reached target Timer Units.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mTimer Units^[[0m.
[    8.462439] systemd[1]: Listening on D-Bus System Message Bus Socket.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mD-Bus System Message Bus Socket^[[0m.
[    8.482464] systemd[1]: Listening on Journal Socket (/dev/log).
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mJournal Socket (/dev/log)^[[0m.
[    8.498475] systemd[1]: Listening on Journal Socket.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mJournal Socket^[[0m.
[    8.514476] systemd[1]: Listening on udev Control Socket.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mudev Control Socket^[[0m.
[    8.530435] systemd[1]: Listening on udev Kernel Socket.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mudev Kernel Socket^[[0m.
[    8.546337] systemd[1]: Reached target Socket Units.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSocket Units^[[0m.
[    8.586271] usb 3-1.1: new high-speed USB device number 3 using xhci_hcd
[    8.588187] systemd[1]: Starting Create List of Static Device Nodes...
         Starting ^[[0;1;39mCreate List of Static Device Nodes^[[0m...
[    8.612571] systemd[1]: Starting Journal Service...
         Starting ^[[0;1;39mJournal Service^[[0m...
[    8.627678] systemd[1]: Starting Load Kernel Modules...
         Starting ^[[0;1;39mLoad Kernel Modules^[[0m...
[    8.643350] systemd[1]: Starting Create System Users...
         Starting ^[[0;1;39mCreate System Users^[[0m...
[    8.659643] systemd[1]: Starting Setup Virtual Console...
         Starting ^[[0;1;39mSetup Virtual Console^[[0m...
[    8.679227] usb 3-1.1: New USB device found, idVendor=1604, idProduct=10c0, bcdDevice= 0.00
[    8.679522] systemd[1]: Finished Create List of Static Device Nodes.
[    8.687575] usb 3-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate List of Static Device Nodes^[[0m.
[    8.718526] systemd[1]: Started Journal Service.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mJournal Service^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mLoad Kernel Modules^[[0m.
[    8.752195] hub 3-1.1:1.0: USB hub found
[    8.756350] hub 3-1.1:1.0: 4 ports detected
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mSetup Virtual Console^[[0m.
         Starting ^[[0;1;39mdracut cmdline hook^[[0m...
         Starting ^[[0;1;39mApply Kernel Variables^[[0m...
[    8.838281] usb 3-1.4: new high-speed USB device number 4 using xhci_hcd
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mApply Kernel Variables^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate System Users^[[0m.
         Starting ^[[0;1;39mCreate Static Device Nodes in /dev^[[0m...
         Starting ^[[0;1;39mCreate Volatile Files[    8.931223] usb 3-1.4: New USB device found, idVendor=1604, idProduct=10c0, bcdDevice= 0.00
 and Directories[    8.940153] usb 3-1.4: New USB device strings: Mfr=0, Product=0, SerialNumber=0
^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mdracut cmdline hook^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate Static Device Nodes in /dev^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate Volatile Files and Directories^[[0m.
[    9.008317] hub 3-1.4:1.0: USB hub found
[    9.012475] hub 3-1.4:1.0: 4 ports detected
         Starting ^[[0;1;39mdracut pre-udev hook^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mdracut pre-udev hook^[[0m.
         Starting ^[[0;1;39mRule-based Manage…for Device Events and Files^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mRule-based Manager for Device Events and Files^[[0m.
         Starting ^[[0;1;39mColdplug All udev Devices^[[0m...
[^[[0;32m  OK  ^[[[    9.300497] wmi_bus wmi_bus-PNP0C14:00: [Firmware Bug]: WQBC data block query control method not found
0m] Finished ^[[0[    9.312344] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
;1;39mColdplug A[    9.318496] sp5100-tco sp5100-tco: Using 0xfeb00000 for watchdog MMIO address
ll udev Devices^[[    9.327045] sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0)
[0m.
[    9.336850] ccp 0000:46:00.1: no command queues available
[    9.342347] ccp 0000:46:00.1: sev enabled
[    9.346365] ccp 0000:46:00.1: psp enabled
[^[[0;32m  OK  ^[[0m] Reached targ[    9.361816] ACPI: bus type drm_connector registered
et ^[[0;1;39mSyst[    9.368625] mpt3sas version 48.100.00.00 loaded
[    9.370615] tg3 0000:c1:00.0 eth0: Tigon3 [partno(BCM95720) rev 5720000] (PCI Express) MAC address d0:8e:79:bb:95:90
em Initializatio[    9.375527] mpt3sas_cm0: 63 BIT PCI BUS DMA ADDRESSING SUPPORTED, total mem (262457080 kB)
n^[[0m.
[    9.383903] tg3 0000:c1:00.0 eth0: attached PHY is 5720C (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[1])
[    9.403951] tg3 0000:c1:00.0 eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[1] TSOcap[1]
[    9.411778] tg3 0000:c1:00.0 eth0: dma_rwctrl[00000001] dma_mask[64-bit]
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mNetwork^[[0m.
[    9.430188] mgag200 0000:c3:00.0: vgaarb: deactivate vga console
[    9.440019] Console: switching to colour dummy device 80x25
[    9.444304] mpt3sas_cm0: CurrentHostPageSize is 0: Setting default host page size to 4k
[    9.452611] [drm] Initialized mgag200 1.0.0 for 0000:c3:00.0 on minor 0
[    9.453641] mpt3sas_cm0: MSI-X vectors supported: 96
[    9.465171] 	 no of cores: 128, max_msix_vectors: -1
[    9.465173] mpt3sas_cm0:  0 96 96
[    9.469027] mpt3sas_cm0: High IOPs queues : disabled
[    9.478328] tg3 0000:c1:00.1 eth1: Tigon3 [partno(BCM95720) rev 5720000] (PCI Express) MAC address d0:8e:79:bb:95:91
[    9.478422] mpt3sas0-msix0: PCI-MSI-X enabled: IRQ 108
[    9.488935] tg3 0000:c1:00.1 eth1: attached PHY is 5720C (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[1])
[    9.494070] mpt3sas0-msix1: PCI-MSI-X enabled: IRQ 109
[    9.494072] mpt3sas0-msix2: PCI-MSI-X enabled: IRQ 110
[    9.494073] mpt3sas0-msix3: PCI-MSI-X enabled: IRQ 111
[    9.494074] mpt3sas0-msix4: PCI-MSI-X enabled: IRQ 112
[    9.494076] mpt3sas0-msix5: PCI-MSI-X enabled: IRQ 113
[    9.494077] mpt3sas0-msix6: PCI-MSI-X enabled: IRQ 114
[    9.494079] mpt3sas0-msix7: PCI-MSI-X enabled: IRQ 115
[    9.494080] mpt3sas0-msix8: PCI-MSI-X enabled: IRQ 116
[    9.494081] mpt3sas0-msix9: PCI-MSI-X enabled: IRQ 117
[    9.494083] mpt3sas0-msix10: PCI-MSI-X enabled: IRQ 118
[    9.494084] mpt3sas0-msix11: PCI-MSI-X enabled: IRQ 119
[    9.503901] tg3 0000:c1:00.1 eth1: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[1] TSOcap[1]
[    9.503904] tg3 0000:c1:00.1 eth1: dma_rwctrl[00000001] dma_mask[64-bit]
[    9.509040] mpt3sas0-msix12: PCI-MSI-X enabled: IRQ 120
[    9.580381] mpt3sas0-msix13: PCI-MSI-X enabled: IRQ 121
[    9.580382] mpt3sas0-msix14: PCI-MSI-X enabled: IRQ 122
[    9.580384] mpt3sas0-msix15: PCI-MSI-X enabled: IRQ 123
[    9.580385] mpt3sas0-msix16: PCI-MSI-X enabled: IRQ 124
[    9.580387] mpt3sas0-msix17: PCI-MSI-X enabled: IRQ 125
[    9.606530] fbcon: mgag200drmfb (fb0) is primary device
[    9.606618] mpt3sas0-msix18: PCI-MSI-X enabled: IRQ 126
[    9.606620] mpt3sas0-msix19: PCI-MSI-X enabled: IRQ 127
[    9.606622] mpt3sas0-msix20: PCI-MSI-X enabled: IRQ 128
[    9.606623] mpt3sas0-msix21: PCI-MSI-X enabled: IRQ 129
[    9.606624] mpt3sas0-msix22: PCI-MSI-X enabled: IRQ 130
[    9.606625] mpt3sas0-msix23: PCI-MSI-X enabled: IRQ 131
[    9.606627] mpt3sas0-msix24: PCI-MSI-X enabled: IRQ 132
[    9.606628] mpt3sas0-msix25: PCI-MSI-X enabled: IRQ 133
[    9.606629] mpt3sas0-msix26: PCI-MSI-X enabled: IRQ 134
[    9.606630] mpt3sas0-msix27: PCI-MSI-X enabled: IRQ 135
[    9.606632] mpt3sas0-msix28: PCI-MSI-X enabled: IRQ 136
[    9.606633] mpt3sas0-msix29: PCI-MSI-X enabled: IRQ 137
[    9.606634] mpt3sas0-msix30: PCI-MSI-X enabled: IRQ 138
[    9.606635] mpt3sas0-msix31: PCI-MSI-X enabled: IRQ 139
[    9.606636] mpt3sas0-msix32: PCI-MSI-X enabled: IRQ 140
[    9.606638] mpt3sas0-msix33: PCI-MSI-X enabled: IRQ 141
[    9.606639] mpt3sas0-msix34: PCI-MSI-X enabled: IRQ 142
[    9.606640] mpt3sas0-msix35: PCI-MSI-X enabled: IRQ 143
[    9.606641] mpt3sas0-msix36: PCI-MSI-X enabled: IRQ 144
[    9.606643] mpt3sas0-msix37: PCI-MSI-X enabled: IRQ 145
[    9.606644] mpt3sas0-msix38: PCI-MSI-X enabled: IRQ 146
[    9.606645] mpt3sas0-msix39: PCI-MSI-X enabled: IRQ 147
[    9.606646] mpt3sas0-msix40: PCI-MSI-X enabled: IRQ 148
[    9.606650] mpt3sas0-msix41: PCI-MSI-X enabled: IRQ 149
[    9.606651] mpt3sas0-msix42: PCI-MSI-X enabled: IRQ 150
[    9.606652] mpt3sas0-msix43: PCI-MSI-X enabled: IRQ 151
[    9.606653] mpt3sas0-msix44: PCI-MSI-X enabled: IRQ 152
[    9.606655] mpt3sas0-msix45: PCI-MSI-X enabled: IRQ 153
[    9.606656] mpt3sas0-msix46: PCI-MSI-X enabled: IRQ 154
[    9.606657] mpt3sas0-msix47: PCI-MSI-X enabled: IRQ 155
[    9.606658] mpt3sas0-msix48: PCI-MSI-X enabled: IRQ 156
[    9.606660] mpt3sas0-msix49: PCI-MSI-X enabled: IRQ 157
[    9.606661] mpt3sas0-msix50: PCI-MSI-X enabled: IRQ 158
[    9.606662] mpt3sas0-msix51: PCI-MSI-X enabled: IRQ 159
[    9.606663] mpt3sas0-msix52: PCI-MSI-X enabled: IRQ 160
[    9.606665] mpt3sas0-msix53: PCI-MSI-X enabled: IRQ 161
[    9.606666] mpt3sas0-msix54: PCI-MSI-X enabled: IRQ 162
[    9.606667] mpt3sas0-msix55: PCI-MSI-X enabled: IRQ 163
[    9.606669] mpt3sas0-msix56: PCI-MSI-X enabled: IRQ 164
[    9.606670] mpt3sas0-msix57: PCI-MSI-X enabled: IRQ 165
[    9.606671] mpt3sas0-msix58: PCI-MSI-X enabled: IRQ 166
[    9.606672] mpt3sas0-msix59: PCI-MSI-X enabled: IRQ 167
[    9.606673] mpt3sas0-msix60: PCI-MSI-X enabled: IRQ 168
[    9.606675] mpt3sas0-msix61: PCI-MSI-X enabled: IRQ 169
[    9.606676] mpt3sas0-msix62: PCI-MSI-X enabled: IRQ 170
[    9.606677] mpt3sas0-msix63: PCI-MSI-X enabled: IRQ 171
[    9.606678] mpt3sas0-msix64: PCI-MSI-X enabled: IRQ 172
[    9.606680] mpt3sas0-msix65: PCI-MSI-X enabled: IRQ 173
[    9.606681] mpt3sas0-msix66: PCI-MSI-X enabled: IRQ 174
[    9.606682] mpt3sas0-msix67: PCI-MSI-X enabled: IRQ 175
[    9.606683] mpt3sas0-msix68: PCI-MSI-X enabled: IRQ 176
[    9.606685] mpt3sas0-msix69: PCI-MSI-X enabled: IRQ 177
[    9.606686] mpt3sas0-msix70: PCI-MSI-X enabled: IRQ 178
[    9.606687] mpt3sas0-msix71: PCI-MSI-X enabled: IRQ 179
[    9.606688] mpt3sas0-msix72: PCI-MSI-X enabled: IRQ 180
[    9.606689] mpt3sas0-msix73: PCI-MSI-X enabled: IRQ 181
[    9.606691] mpt3sas0-msix74: PCI-MSI-X enabled: IRQ 182
[    9.606692] mpt3sas0-msix75: PCI-MSI-X enabled: IRQ 183
[    9.606693] mpt3sas0-msix76: PCI-MSI-X enabled: IRQ 184
[    9.606694] mpt3sas0-msix77: PCI-MSI-X enabled: IRQ 185
[    9.606696] mpt3sas0-msix78: PCI-MSI-X enabled: IRQ 186
[    9.606697] mpt3sas0-msix79: PCI-MSI-X enabled: IRQ 187
[    9.606698] mpt3sas0-msix80: PCI-MSI-X enabled: IRQ 188
[    9.606699] mpt3sas0-msix81: PCI-MSI-X enabled: IRQ 189
[    9.606701] mpt3sas0-msix82: PCI-MSI-X enabled: IRQ 190
[    9.606702] mpt3sas0-msix83: PCI-MSI-X enabled: IRQ 191
[    9.606703] mpt3sas0-msix84: PCI-MSI-X enabled: IRQ 192
[    9.606704] mpt3sas0-msix85: PCI-MSI-X enabled: IRQ 193
[    9.606706] mpt3sas0-msix86: PCI-MSI-X enabled: IRQ 194
[    9.606707] mpt3sas0-msix87: PCI-MSI-X enabled: IRQ 195
[    9.606708] mpt3sas0-msix88: PCI-MSI-X enabled: IRQ 196
[    9.606709] mpt3sas0-msix89: PCI-MSI-X enabled: IRQ 197
[    9.606710] mpt3sas0-msix90: PCI-MSI-X enabled: IRQ 198
[    9.606712] mpt3sas0-msix91: PCI-MSI-X enabled: IRQ 199
[    9.606713] mpt3sas0-msix92: PCI-MSI-X enabled: IRQ 200
[    9.606714] mpt3sas0-msix93: PCI-MSI-X enabled: IRQ 201
[    9.606715] mpt3sas0-msix94: PCI-MSI-X enabled: IRQ 202
[    9.606718] mpt3sas0-msix95: PCI-MSI-X enabled: IRQ 203
[    9.606720] mpt3sas_cm0: iomem(0x00000000e2100000), mapped(0x000000008237462a), size(65536)
[    9.606722] mpt3sas_cm0: ioport(0x0000000000001000), size(256)
[    9.664617] mpt3sas_cm0: CurrentHostPageSize is 0: Setting default host page size to 4k
[    9.667926] Console: switching to colour frame buffer device 128x48
[    9.691783] mpt3sas_cm0: scatter gather: sge_in_main_msg(1), sge_per_chain(7), sge_per_io(128), chains_per_io(19)
[    9.693043] mpt3sas_cm0: request pool(0x00000000a05ae4ef) - dma(0xe0600000): depth(9700), frame_size(128), pool_size(1212 kB)
[    9.718293] mpt3sas_cm0: sense pool(0x000000006cee86cb) - dma(0xdef00000): depth(9463), element_size(96), pool_size (887 kB)
[    9.718404] mpt3sas_cm0: reply pool(0x000000008f675bfc) - dma(0xdec00000): depth(9764), frame_size(128), pool_size(1220 kB)
[    9.718418] mpt3sas_cm0: config page(0x00000000b6282309) - dma(0xdebee000): size(512)
[    9.718420] mpt3sas_cm0: Allocated physical memory: size(40437 kB)
[    9.718421] mpt3sas_cm0: Current Controller Queue Depth(9460),Max Controller Queue Depth(9584)
[    9.718422] mpt3sas_cm0: Scatter Gather Elements per IO(128)
[    9.757981] mpt3sas_cm0: _base_display_fwpkg_version: complete
[    9.757983] mpt3sas_cm0: FW Package Ver(16.17.01.00)
[    9.758286] mpt3sas_cm0: LSISAS3008: FWVersion(16.00.11.00), ChipRevision(0x02)
[    9.758290] mpt3sas_cm0: Protocol=(Initiator,Target), Capabilities=(TLR,EEDP,Snapshot Buffer,Diag Trace Buffer,Task Set Full,NCQ)
[    9.758355] scsi host8: Fusion MPT SAS Host
[    9.763538] mgag200 0000:c3:00.0: [drm] fb0: mgag200drmfb frame buffer device
         Starting ^[[0;1;39mdracu[   10.293780] mpt3sas_cm0: sending port enable !!
t initqueue hook^[[0m...
[   10.299720] mpt3sas_cm0: hba_port entry: 00000000651dc5d9, port: 255 is added to hba_port list
[   10.300843] mpt3sas_cm0: host_add: handle(0x0001), sas_addr(0x52cea7f0be87bf00), phys(8)
[   10.301184] mpt3sas_cm0: handle(0xa) sas_address(0x4433221100000000) port_type(0x1)
[   10.302400] scsi 8:0:0:0: Direct-Access     ATA      MTFDDAK960TDT    J004 PQ: 0 ANSI: 6
[   10.302405] scsi 8:0:0:0: SATA: handle(0x000a), sas_addr(0x4433221100000000), phy(0), device_name(0x500a075131911ad0)
[   10.302407] scsi 8:0:0:0: enclosure logical id (0x52cea7f0be87bf00), slot(1) 
[   10.302409] scsi 8:0:0:0: enclosure level(0x0001), connector name(     )
[   10.302453] scsi 8:0:0:0: atapi(n), ncq(y), asyn_notify(n), smart(y), fua(y), sw_preserve(y)
[   10.302456] scsi 8:0:0:0: qdepth(32), tagged(1), scsi_level(7), cmd_que(1)
[   10.310459]  end_device-8:0: add: handle(0x000a), sas_addr(0x4433221100000000)
[   10.310602] mpt3sas_cm0: handle(0xc) sas_address(0x58ce38ee219651a2) port_type(0x1)
[   10.311126] scsi 8:0:1:0: Direct-Access     KIOXIA   KPM6WVUG960G     BD08 PQ: 0 ANSI: 6
[   10.311130] scsi 8:0:1:0: SSP: handle(0x000c), sas_addr(0x58ce38ee219651a2), phy(4), device_name(0x58ce38ee219651a0)
[   10.311132] scsi 8:0:1:0: enclosure logical id (0x52cea7f0be87bf00), slot(0) 
[   10.311134] scsi 8:0:1:0: enclosure level(0x0001), connector name(     )
[   10.311136] scsi 8:0:1:0: qdepth(254), tagged(1), scsi_level(7), cmd_que(1)
[   10.312850]  end_device-8:1: add: handle(0x000c), sas_addr(0x58ce38ee219651a2)
[   10.312987] mpt3sas_cm0: handle(0xb) sas_address(0x4433221106000000) port_type(0x1)
[   10.314107] scsi 8:0:2:0: Direct-Access     ATA      MTFDDAK960TDT    J004 PQ: 0 ANSI: 6
[   10.314111] scsi 8:0:2:0: SATA: handle(0x000b), sas_addr(0x4433221106000000), phy(6), device_name(0x500a075131911a6f)
[   10.314113] scsi 8:0:2:0: enclosure logical id (0x52cea7f0be87bf00), slot(2) 
[   10.314114] scsi 8:0:2:0: enclosure level(0x0001), connector name(     )
[   10.314165] scsi 8:0:2:0: atapi(n), ncq(y), asyn_notify(n), smart(y), fua(y), sw_preserve(y)
[   10.314167] scsi 8:0:2:0: qdepth(32), tagged(1), scsi_level(7), cmd_que(1)
[   10.322168]  end_device-8:2: add: handle(0x000b), sas_addr(0x4433221106000000)
[   10.330280] mpt3sas_cm0: port enable: SUCCESS
[   10.330686] sd 8:0:0:0: Attached scsi generic sg0 type 0
[   10.331015] sd 8:0:1:0: Attached scsi generic sg1 type 0
[   10.331260] sd 8:0:1:0: [sdb] 1875385008 512-byte logical blocks: (960 GB/894 GiB)
[   10.331265] sd 8:0:1:0: [sdb] 4096-byte physical blocks
[   10.331356] sd 8:0:0:0: [sda] 1875385008 512-byte logical blocks: (960 GB/894 GiB)
[   10.331360] sd 8:0:0:0: [sda] 4096-byte physical blocks
[   10.331367] sd 8:0:2:0: Attached scsi generic sg2 type 0
[   10.331454] sd 8:0:1:0: [sdb] Write Protect is off
[   10.331674] sd 8:0:1:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[   10.331962] sd 8:0:2:0: [sdc] 1875385008 512-byte logical blocks: (960 GB/894 GiB)
[   10.331966] sd 8:0:2:0: [sdc] 4096-byte physical blocks
[   10.333374] sd 8:0:0:0: [sda] Write Protect is off
[   10.333970] sd 8:0:2:0: [sdc] Write Protect is off
[   10.334668] sd 8:0:0:0: [sda] Write cache: enabled, read cache: enabled, supports DPO and FUA
[   10.335272] sd 8:0:2:0: [sdc] Write cache: enabled, read cache: enabled, supports DPO and FUA
[   10.375504]  sdb: sdb1 sdb2
[   10.387855]  sdc: sdc1 sdc2
[   10.393129] sd 8:0:1:0: [sdb] Attached SCSI disk
[   10.393160]  sda: sda1 sda2 sda3 sda4 sda5 sda6 sda7
[   10.393563] sd 8:0:0:0: [sda] Attached SCSI disk
[   10.401044] sd 8:0:2:0: [sdc] Attached SCSI disk
         Starting ^[[0;1;39mShow Plymouth Boot Screen^[[0m...
^[[2J^[[3J^[[-1;-1f[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mShow Plymouth Boot Screen^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mForward Password R…s to Plymouth Directory Watch^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mPath Units^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mBasic System^[[0m.
[   12.981174] ccp 0000:46:00.1: SEV API:1.55 build:17
[   12.986072] ccp 0000:46:00.1: SEV-SNP API:1.55 build:17
[^[[0;32m  OK  ^[[0m] Found device ^[[0;1;39m/dev/mapper/rhel_hostname-root^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mInitrd Root Device^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mdracut initqueue hook^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mPreparation for Remote File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mRemote File Systems^[[0m.
         Starting ^[[0;1;39mFile System Check…/mapper/rhel_hostname-root^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mFile System Check…ev/mapper/rhel_hostname-root^[[0m.
         Mounting ^[[0;1;39m/sysroot^[[0m...
[   13.611472] SGI XFS with ACLs, security attributes, realtime, quota, no debug enabled
[   13.621698] XFS (dm-1): Mounting V5 Filesystem 254e7c99-a3df-41be-8429-d28e07cb528a
[   13.645450] XFS (dm-1): Ending clean mount
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39m/sysroot^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mInitrd Root File System^[[0m.
         Starting ^[[0;1;39mReload Configuration from the Real Root^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mReload Configuration from the Real Root^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mInitrd File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mInitrd Default Target^[[0m.
         Starting ^[[0;1;39mdracut pre-pivot and cleanup hook^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mdracut pre-pivot and cleanup hook^[[0m.
         Starting ^[[0;1;39mCleaning Up and Shutting Down Daemons^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mNetwork^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mTimer Units^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mD-Bus System Message Bus Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mdracut pre-pivot and cleanup hook^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mInitrd Default Target^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mBasic System^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mInitrd Root Device^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mInitrd /usr File System^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mPath Units^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mRemote File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mPreparation for Remote File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mSlice Units^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mSocket Units^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mSystem Initialization^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mLocal File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mSwaps^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mdracut initqueue hook^[[0m.
         Starting ^[[0;1;39mPlymouth switch root service^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mApply Kernel Variables^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mLoad Kernel Modules^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mCreate Volatile Files and Di[   14.073127] systemd-journald[1090]: Received SIGTERM from PID 1 (systemd).
rectories^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mColdplug All udev Devices^[[0m.
         Stopping ^[[0;1;39mRule-based Manage…for Device Events and Files^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCleaning Up and Shutting Down Daemons^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mPlymouth switch root service^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mRule-based Manager for Device Events and Files^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mudev Control Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mudev Kernel Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mdracut pre-udev hook^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mdracut cmdline hook^[[0m.
         Starting ^[[0;1;39mCleanup udev Database^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mCreate Static Device Nodes in /dev^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mCreate List of Static Device Nodes^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mCreate System Users^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCleanup udev Database^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSwitch Root^[[0m.
         Starting ^[[0;1;39mSwitch Roo[   14.176131] systemd[1]: RTC configured in localtime, applying delta of 330 minutes to system time.
t^[[0m...
[   14.189133] systemd[1]: systemd 250-12.el9_1 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 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK +XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[   14.221037] systemd[1]: Detected architecture x86-64.

Welcome to ^[[0;31mRed Hat Enterprise Linux 9.1 (Plow)^[[0m!

[   14.296996] systemd-rc-local-generator[1751]: /etc/rc.d/rc.local is not marked executable, skipping.
[   14.538160] systemd[1]: initrd-switch-root.service: Deactivated successfully.
[   14.545474] systemd[1]: Stopped Switch Root.
[^[[0;32m  OK  ^[[[   14.550013] systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1.
0m] Stopped ^[[0;[   14.560668] systemd[1]: Created slice Virtual Machine and Container Slice.
1;39mSwitch Root[   14.568976] systemd[1]: Created slice Slice /system/getty.
^[[0m.
[^[[0;32m[   14.575870] systemd[1]: Created slice Slice /system/modprobe.
  OK  ^[[0m] Crea[   14.582981] systemd[1]: Created slice Slice /system/serial-getty.
ted slice ^[[0;1;[   14.590463] systemd[1]: Created slice Slice /system/sshd-keygen.
39mVirtual Machi[   14.598106] systemd[1]: Created slice Slice /system/systemd-fsck.
ne and Container[   14.605334] systemd[1]: Created slice User and Session Slice.
 Slice^[[0m.
[^[[   14.611868] systemd[1]: Dispatch Password Requests to Console Directory Watch was skipped because of a failed condition check (ConditionPathExists=!/run/plymouth/pid).
[0;32m  OK  ^[[0m[   14.628229] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
] Created slice [   14.637305] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
^[[0;1;39mSlice /[   14.647912] systemd[1]: Reached target Local Encrypted Volumes.
system/getty^[[0m[   14.655215] systemd[1]: Stopped target Switch Root.
.
[^[[0;32m  OK[   14.661476] systemd[1]: Stopped target Initrd File Systems.
  ^[[0m] Created [   14.668435] systemd[1]: Stopped target Initrd Root File System.
slice ^[[0;1;39mS[   14.675742] systemd[1]: Reached target Local Integrity Protected Volumes.
lice /system/mod[   14.683929] systemd[1]: Reached target Path Units.
probe^[[0m.
[^[[[   14.690100] systemd[1]: Reached target Slice Units.
0;32m  OK  ^[[0m][   14.696366] systemd[1]: Reached target Local Verity Protected Volumes.
 Created slice ^[[   14.704334] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[0;1;39mSlice /s[   14.712504] systemd[1]: Listening on LVM2 poll daemon socket.
ystem/serial-get[   14.719354] systemd[1]: multipathd control socket was skipped because of a failed condition check (ConditionPathExists=/etc/multipath.conf).
ty^[[0m.
[^[[0;32m  OK  ^[[0m] Created slice ^[[0;1;39mSlice /system/sshd-keygen^[[0m.
[^[[0;32m  OK  ^[[0m] Created slice ^[[0;1;39mSlice /system/systemd-fsck^[[0m.
[^[[0;32m  OK  ^[[0m] Created slice ^[[0;1;39mUser and Session Slice^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mForward Password R…uests to Wall Directory Watch^[[0m.
[^[[0;32m  OK  ^[[0m] S[   14.763256] systemd[1]: Listening on RPCbind Server Activation Socket.
et up automount [   14.770376] systemd[1]: Reached target RPC Port Mapper.
^[[0;1;39mArbitra[   14.778139] systemd[1]: Listening on Process Core Dump Socket.
ry…s File Syst[   14.784231] systemd[1]: Listening on initctl Compatibility Named Pipe.
em Automount Poi[   14.792515] systemd[1]: Listening on udev Control Socket.
nt^[[0m.
[^[[0;3[   14.798951] systemd[1]: Listening on udev Kernel Socket.
2m  OK  ^[[0m] Reached target ^[[0[   14.806944] systemd[1]: Activating swap /dev/mapper/rhel_hostname-swap...
;1;39mLocal Encr[   14.811927] Adding 7815164k swap on /dev/mapper/rhel_hostname-swap.  Priority:-2 extents:1 across:7815164k SS
ypted Volumes^[[0m.
[^[[0;32m  O[   14.828062] systemd[1]: Mounting Huge Pages File System...
K  ^[[0m] Stopped[   14.836097] systemd[1]: Mounting POSIX Message Queue File System...
 target ^[[0;1;39[   14.843709] systemd[1]: Mounting Kernel Debug File System...
mSwitch Root^[[0m[   14.850756] systemd[1]: Mounting Kernel Trace File System...
.
[^[[0;32m  OK[   14.856654] systemd[1]: Kernel Module supporting RPCSEC_GSS was skipped because of a failed condition check (ConditionPathExists=/etc/krb5.keytab).
  ^[[0m] Stopped target ^[[0;1;39mInitrd File Syst[   14.874185] systemd[1]: Starting Create List of Static Device Nodes...
ems^[[0m.
[^[[0;32m  OK  ^[[0m] S[   14.883237] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
topped target ^[[[   14.896049] systemd[1]: Starting Load Kernel Module configfs...
0;1;39mInitrd Ro[   14.903316] systemd[1]: Starting Load Kernel Module drm...
ot File System^[[[   14.910157] systemd[1]: Starting Load Kernel Module fuse...
0m.
[^[[0;32m  OK  ^[[0m] Reache[   14.918463] systemd[1]: Starting Read and set NIS domainname from /etc/sysconfig/network...
d target ^[[0;1;3[   14.927177] systemd[1]: plymouth-switch-root.service: Deactivated successfully.
9mLocal Integrit[   14.935844] systemd[1]: Stopped Plymouth switch root service.
y Protected Volu[   14.943083] systemd[1]: systemd-fsck-root.service: Deactivated successfully.
mes^[[0m.
[^[[0;[   14.951399] systemd[1]: Stopped File System Check on Root Device.
32m  OK  ^[[0m] R[   14.958937] systemd[1]: Stopped Journal Service.
eached target ^[[0;1;39mPath Unit[   14.967113] systemd[1]: Starting Journal Service...
s^[[0m.
[^[[0;32m  OK  ^[[0m] Rea[   14.974760] systemd[1]: Starting Load Kernel Modules...
[   14.978719] systemd-journald[1780]: File /run/log/journal/8f37f8055146469d8baec3ad508b0084/system.journal corrupted or uncleanly shut down, renaming and replacing.
ched target ^[[0;1;39mSlice Units[   14.996484] systemd[1]: Starting Generate network units from Kernel command line...
^[[0m.
[^[[0;32m  OK  ^[[0m] Reac[   15.006845] systemd[1]: Starting Remount Root and Kernel File Systems...
hed target ^[[0;1[   15.015065] systemd[1]: Repartition Root Disk was skipped because all trigger condition checks failed.
;39mLocal Verity Protected Volum[   15.027255] systemd[1]: Starting Coldplug All udev Devices...
es^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1[   15.037362] systemd[1]: Activated swap /dev/mapper/rhel_hostname-swap.
;39mDevice-mappe[   15.045619] systemd[1]: Started Journal Service.
r event daemon FIFOs^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mLVM2 poll daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mRPCbind Server Activation Socket^[[0m.
[^[[0;32m [   15.066263] systemd-journald[1780]: Received client request to flush runtime journal.
 OK  ^[[0m] Reached target ^[[0;1;39mRPC Port Mapper^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mProcess Core Dump Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39minitctl Compatibility Named Pipe^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mudev Control Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mudev Kernel Socket^[[0m.
         Activating swap ^[[0;1;39m/dev/mapper/rhel_hostname-swap^[[0m...
         Mounting ^[[0;1;39mHuge Pages File System^[[0m...
         Mounting ^[[0;1;39mPOSIX Message Queue File System^[[0m...
         Mounting ^[[0;1;39mKernel Debug File System^[[0m...
         Mounting ^[[0;1;39mKernel Trace File System^[[0m...
         Starting ^[[0;1;39mCreate List of Static Device Nodes^[[0m...
         Starting ^[[0;1;39mMonitoring of LVM…meventd or progress polling^[[0m...
         Starting ^[[0;1;39mLoad Kernel Module configfs^[[0m...
         Starting ^[[0;1;39mLoad Kernel Module drm^[[0m...
         Starting ^[[0;1;39mLoad Kernel Module fuse^[[0m...
         Starting ^[[0;1;39mRead and set NIS …from /etc/sysconfig/network^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mPlymouth switch root service^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mFile System Check on Root Device^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mJournal Service^[[0m.
         Starting ^[[0;1;39mJournal Service^[[0m...
         Starting ^[[0;1;39mLoad Kernel Modules^[[0m...
         Starting ^[[0;1;39mGenerate network …ts from Kernel command line^[[0m...
         Starting ^[[0;1;39mRemount Root and Kernel File Systems^[[0m...
         Starting ^[[0;1;39mColdplug All udev Devices^[[0m...
[^[[0;32m  OK  ^[[0m] Activated swap ^[[0;1;39m/dev/mapper/rhel_hostname-swap^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mJournal Service^[[0m.
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39mHuge Pages File System^[[0m.
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39mPOSIX Message Queue File System^[[0m.
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39mKernel Debug File System^[[0m.
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39mKernel Trace File System^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39m[   15.256789] IPMI message handler: version 39.2
Create List of Static Device Nod[   15.263909] ipmi device interface
es^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mMonitoring of LVM… dmeventd or progress pollin[   15.274904] ipmi_si: IPMI System Interface driver
g^[[0m.
[^[[0;32[   15.280672] ipmi_si dmi-ipmi-si.0: ipmi_platform: probing via SMBIOS
m  OK  ^[[0m] Fin[   15.288370] ipmi_platform: ipmi_si: SMBIOS: io 0xca8 regsize 1 spacing 4 irq 10
ished ^[[0;1;39mL[   15.297086] ipmi_si: Adding SMBIOS-specified kcs state machine
oad Kernel Modul[   15.304383] ipmi_si IPI0001:00: ipmi_platform: probing via ACPI
e configfs^[[0m.\r[   15.311613] ipmi_si IPI0001:00: ipmi_platform: [io  0x0ca8] regsize 1 spacing 4 irq 10

[^[[0;32m  OK  [   15.321113] ipmi_si dmi-ipmi-si.0: Removing SMBIOS-specified kcs state machine in favor of ACPI
^[[0m] Finished ^[[   15.330959] ipmi_si: Adding ACPI-specified kcs state machine
[0;1;39mLoad Ker[   15.338096] ipmi_si: Trying ACPI-specified kcs state machine at i/o address 0xca8, slave address 0x20, irq 10
nel Module drm^[[0m.
[^[[0;32m  [   15.350751] pstore: backend 'erst' already in use: ignoring 'efi_pstore'
OK  ^[[0m] Finish[   15.350945] input: PC Speaker as /devices/platform/pcspkr/input/input1
ed ^[[0;1;39mLoad Kernel Module fuse^[[0m.
[^[[0;[   15.369885] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
32m  OK  ^[[0m] F[   15.370369] RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
inished ^[[0;1;39[   15.378233] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
mRead and set NI[   15.382908] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
S …e from /etc[   15.387531] RAPL PMU: hw unit of domain package 2^-16 Joules
/sysconfig/netwo[   15.397137] i2c i2c-3: Successfully instantiated SPD at 0x50
rk^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mLoad Kernel Modules^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mGenerate network units from Kernel command line^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mRemount Root and Kernel File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSwaps^[[0m.
         Mounting ^[[0;1;39mFUSE Control File System^[[0m...
         Mounting ^[[0;1;39mKernel Configuration File System^[[0m...
         Starting ^[[0;1;39mFlush Journal to Persistent Storage^[[0m...
         Starting ^[[0;1;39mLoad/Save Random Seed^[[0m...
         [   15.422091] i2c i2c-3: Successfully instantiated SPD at 0x51
Starting ^[[0;1;3[   15.422650] i2c i2c-3: Successfully instantiated SPD at 0x52
9mApply Kernel V[   15.423204] i2c i2c-3: Successfully instantiated SPD at 0x53
ariables^[[0m...\r[   15.423765] i2c i2c-3: Successfully instantiated SPD at 0x54

         Start[   15.424316] i2c i2c-3: Successfully instantiated SPD at 0x55
ing ^[[0;1;39mCre[   15.424867] i2c i2c-3: Successfully instantiated SPD at 0x56
ate Static Devic[   15.425419] i2c i2c-3: Successfully instantiated SPD at 0x57
e Nodes in /dev^[[   15.432127] ee1004 3-0050: 512 byte EE1004-compliant SPD EEPROM, read-only
[0m...
[^[[0;32[   15.433221] ee1004 3-0051: 512 byte EE1004-compliant SPD EEPROM, read-only
m  OK  ^[[0m] Mou[   15.434326] ee1004 3-0052: 512 byte EE1004-compliant SPD EEPROM, read-only
nted ^[[0;1;39mFU[   15.435420] ee1004 3-0053: 512 byte EE1004-compliant SPD EEPROM, read-only
SE Control File [   15.436508] ee1004 3-0054: 512 byte EE1004-compliant SPD EEPROM, read-only
System^[[0m.
[^[[   15.437597] ee1004 3-0055: 512 byte EE1004-compliant SPD EEPROM, read-only
[0;32m  OK  ^[[0m[   15.438686] ee1004 3-0056: 512 byte EE1004-compliant SPD EEPROM, read-only
] Mounted ^[[0;1;[   15.439777] ee1004 3-0057: 512 byte EE1004-compliant SPD EEPROM, read-only
39mKernel Configuration File System^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mLoad/Save Random Seed^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mFlush Journal to Persistent Storage^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mApply Kernel Variables^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate Static Device Nodes in /dev^[[0m.
         Starting ^[[0;1;39mRule-based Manage…for Device Events and Files^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mRule-based Manager for Device Events and Files^[[0m.
         Starting ^[[0;1;39mLoa[   15.629562] kvm_amd: TSC scaling supported
d Kernel Module [   15.634340] kvm_amd: Nested Virtualization enabled
configfs^[[0m...\r[   15.640521] kvm_amd: Nested Paging enabled

         Start[   15.646006] kvm_amd: LBR virtualization supported
ing ^[[0;1;39mLoa[   15.652099] kvm_amd: SEV enabled (ASIDs 101 - 509)
d Kernel Module [   15.658276] kvm_amd: SEV-ES enabled (ASIDs 1 - 100)
fuse^[[0m...
[^[[   15.664542] kvm_amd: SEV-SNP enabled (ASIDs 1 - 100)
[0;32m  OK  ^[[0m[   15.664695] kvm_amd: Virtual VMLOAD VMSAVE supported
] Finished ^[[0;1[   15.677237] kvm_amd: Virtual GIF supported
;39mLoad Kernel Module configfs^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mLoad Kernel Module fuse^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mColdplug All udev Devices^[[0m.
         Starting ^[[0;1;39mWa[   15.700090] EDAC MC0: Giving out device to module amd64_edac controller F19h: DEV 0000:00:18.3 (INTERRUPT)
it for udev To ā[   15.710400] EDAC amd64: F19h detected (node 0).
€¦plete Device I[   15.716334] EDAC amd64: MC: 0:     0MB 1:     0MB
nitialization^[[0[   15.722420] EDAC amd64: MC: 2: 16384MB 3: 16384MB
m...
[^[[0;32m [   15.728514] EDAC amd64: MC: 0:     0MB 1:     0MB
 OK  ^[[0m] Liste[   15.734595] EDAC amd64: MC: 2: 16384MB 3: 16384MB
ning on ^[[0;1;39[   15.740692] EDAC amd64: MC: 0:     0MB 1:     0MB
mLoad/Save RF ā€[   15.746778] EDAC amd64: MC: 2: 16384MB 3: 16384MB
¦itch Status /de[   15.752878] EDAC amd64: MC: 0:     0MB 1:     0MB
v/rfkill Watch^[[[   15.758964] EDAC amd64: MC: 2: 16384MB 3: 16384MB
0m.
[   15.765062] EDAC amd64: MC: 0:     0MB 1:     0MB
[   15.770283] EDAC amd64: MC: 2: 16384MB 3: 16384MB
[   15.774282] ipmi_si IPI0001:00: The BMC does not support setting the recv irq bit, compensating, but the BMC needs to be fixed.
[   15.786460] EDAC amd64: MC: 0:     0MB 1:     0MB
[   15.791177] EDAC amd64: MC: 2: 16384MB 3: 16384MB
[   15.795896] EDAC amd64: MC: 0:     0MB 1:     0MB
[   15.800615] EDAC amd64: MC: 2: 16384MB 3: 16384MB
[   15.805336] EDAC amd64: MC: 0:     0MB 1:     0MB
[   15.810054] EDAC amd64: MC: 2: 16384MB 3: 16384MB
[   15.821353] intel_rapl_common: Found RAPL domain package
[   15.826676] intel_rapl_common: Found RAPL domain core
[   15.832322] amd_atl: AMD Address Translation Library initialized
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39m/usr/sbin/l[   15.854371] ipmi_si IPI0001:00: Using irq 10
vm vgch…tivation event rhel_hostname^[[0m.
[   15.878021] ipmi_si IPI0001:00: IPMI message handler: Found new BMC (man_id: 0x0002a2, prod_id: 0x0100, dev_id: 0x20)
[   15.925598] ipmi_si IPI0001:00: IPMI kcs interface initialized
[   15.936159] power_meter ACPI000D:00: Found ACPI power meter.
[   15.941882] power_meter ACPI000D:00: hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
[   15.957770] ipmi_ssif: IPMI SSIF Interface driver
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mWait for udev To Complete Device Initialization^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mPreparation for Local File Systems^[[0m.
         Mounting ^[[0;1;39m/boot^[[0m...
      [   16.226337] XFS (sda6): Mounting V5 Filesystem 8a4de4ea-bc9f-4c69-9e30-c78fbc184188
   Mounting ^[[0;[   16.228153] XFS (dm-0): Mounting V5 Filesystem 3e33526b-995a-4b32-9d5d-d26941ce5b47
1;39m/home^[[0m...
         Starting ^[[0;1;39mFile System Check…/dev/disk/by-uuid/FBE5-86EF^[[0m...
[   16.252961] XFS (sda6): Ending clean mount
[   16.259238] XFS (dm-0): Ending clean mount
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39m/boot^[[0m.
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39m/home^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mFile System Check…n /dev/disk/by-uuid/FBE5-86EF^[[0m.
         Mounting ^[[0;1;39m/boot/efi^[[0m...
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39m/boot/efi^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mLocal File Systems^[[0m.
         Starting ^[[0;1;39mTell Plymouth To Write Out Runtime Data^[[0m...
         Starting ^[[0;1;39mCreate Volatile Files and Directories^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mTell Plymouth To Write Out Runtime Data^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate Volatile Files and Directories^[[0m.
         Mounting ^[[0;1;39mRPC Pipe File System^[[0m...
         Starting ^[[0;1;39mSecurity Auditing Service^[[0m...
         Starting ^[[0;1;39mRPC Bind^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mRPC Bind^[[0m.
[   16.508021] RPC: Registered named UNIX socket transport module.
[   16.513951] RPC: Registered udp transport module.
[   16.518662] RPC: Registered tcp transport module.
[   16.523368] RPC: Registered tcp-with-tls transport module.
[   16.528853] RPC: Registered tcp NFSv4.1 backchannel transport module.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mSecurity Auditing Service^[[0m.
         Starting ^[[0;1;39mRecord System Boot/Shutdown in UTMP^[[0m...
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39mRPC Pipe File System^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mrpc_pipefs.target^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mRecord System Boot/Shutdown in UTMP^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSystem Initialization^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mdnf makecache --timer^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mDaily rotation of log files^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mUpdates mlocate database every day^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mDaily Cleanup of Temporary Directories^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mdaily update of the root trust anchor for DNSSEC^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mTimer Units^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mD-Bus System Message Bus Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mOpen-iSCSI iscsid Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mOpen-iSCSI iscsiuio Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mSSSD Kerberos…ache Manager responder socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt interface daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt locking daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt locking daemon admin socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt logging daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt logging daemon admin socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt network daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt nodedev daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt nwfilter daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt proxy daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt QEMU daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt QEMU daemon admin socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt QEMU daemon read-only socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt secret daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt storage daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSocket Units^[[0m.
         Starting ^[[0;1;39mD-Bus System Message Bus^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mD-Bus System Message Bus^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mBasic System^[[0m.
         Starting ^[[0;1;39mNTP client/server^[[0m...
         Starting ^[[0;1;39mRestore /run/initramfs on shutdown^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mirqbalance daemon^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mlibstoragemgmt plug-in server daemon^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mLow Memory Monitor^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mMachine Check Exception Logging Daemon^[[0m.
         Starting ^[[0;1;39mAuthorization Manager^[[0m...
         Starting ^[[0;1;39mSystem Logging Service^[[0m...
         Starting ^[[0;1;39mSelf Monitoring a…g Technology (SMART) Daemon^[[0m...
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39msshd-keygen.target^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mUser and Group Name Lookups^[[0m.
         Starting ^[[0;1;39mUser Login Management^[[0m...
         Starting ^[[0;1;39mVirtual Machine a…tainer Registration Service^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mRestore /run/initramfs on shutdown^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mVirtual Machine an…ontainer Registration Service^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mSystem Logging Service^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mUser Login Management^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mNTP client/server^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mSelf Monitoring an…ing Technology (SMART) Daemon^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mAuthorization Manager^[[0m.
         Starting ^[[0;1;39mfirewalld - dynamic firewall daemon^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mfirewalld - dynamic firewall daemon^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mPreparation for Network^[[0m.
         Starting ^[[0;1;39mNetwork Manager^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mNetwork Manager^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mNetwork^[[0m.
         Starting ^[[0;1;39mNetwork Manager Wait Online^[[0m...
         Starting ^[[0;1;39mGSSAPI Proxy Daemon^[[0m...
         Starting ^[[0;1;39mEnable periodic u…f entitlement certificates.^[[0m...
         Starting ^[[0;1;39mOpenSSH server daemon^[[0m...
         Starting ^[[0;1;39mDynamic System Tuning Daemon^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mEnable periodic up… of entitlement certificates.^[[0m.
         Starting ^[[0;1;39mHostname Service^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mGSSAPI Proxy Daemon^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mNFS client services^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mOpenSSH server daemon^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mHostname Service^[[0m.
         Starting ^[[0;1;39mNetwork Manager Script Dispatcher Service^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mNetwork Manager Script Dispatcher Service^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mDynamic System Tuning Daemon^[[0m.
[^[[0m^[[0;31m*     ^[[0m] A start job is running for Network Manager Wait Online (5s / no limit)
^[M\r^[[K[^[[0;1;31m*^[[0m^[[0;31m*    ^[[0m] A start job is running for Network Manager Wait Online (6s / no limit)
[   20.817532] tg3 0000:c1:00.0 eth0: Link is up at 1000 Mbps, full duplex
[   20.824162] tg3 0000:c1:00.0 eth0: Flow control is off for TX and off for RX
[   20.831215] tg3 0000:c1:00.0 eth0: EEE is disabled
^[M\r^[[K[^[[0;31m*^[[0;1;31m*^[[0m^[[0;31m*   ^[[0m] A start job is running for Network Manager Wait Online (6s / no limit)
^[M\r^[[K[ ^[[0;31m*^[[0;1;31m*^[[0m^[[0;31m*  ^[[0m] A start job is running for Network Manager Wait Online (7s / no limit)
^[M\r^[[K[  ^[[0;31m*^[[0;1;31m*^[[0m^[[0;31m* ^[[0m] A start job is running for Network Manager Wait Online (7s / no limit)
^[M\r^[[K[   ^[[0;31m*^[[0;1;31m*^[[0m^[[0;31m*^[[0m] A start job is running for Network Manager Wait Online (8s / no limit)
^[M\r^[[K[    ^[[0;31m*^[[0;1;31m*^[[0m] A start job is running for Network Manager Wait Online (8s / no limit)
^[M\r^[[K[     ^[[0;31m*^[[0m] A start job is running for Network Manager Wait Online (8s / no limit)
^[M\r^[[K[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mNetwork Manager Wait Online^[[0m.
^[[K[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mNetwork is Online^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mPreparation for Remote File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mRemote File Systems^[[0m.
         Starting ^[[0;1;39mNotify NFS peers of a restart^[[0m...
         Starting ^[[0;1;39mPermit User Sessions^[[0m...
         Starting ^[[0;1;39mlibvirt QEMU daemon^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mNotify NFS peers of a restart^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mPermit User Sessions^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mDeferred execution scheduler^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mCommand Scheduler^[[0m.
         Starting ^[[0;1;39mHold until boot process finishes up^[[0m...
         Starting ^[[0;1;39mTerminate Plymouth Boot Screen^[[0m...

Red Hat Enterprise Linux 9.1 (Plow)
Kernel 6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d on an x86_64

Activate the web console with: systemctl enable --now cockpit.socket

hostname login: [  248.295242] JFS: nTxBlock = 8192, nTxLock = 65536
[  248.331151] QNX4 filesystem 0.2.3 registered.
[  248.413424] raid6: avx2x4   gen() 33918 MB/s
[  248.485422] raid6: avx2x2   gen() 34990 MB/s
[  248.557421] raid6: avx2x1   gen() 25356 MB/s
[  248.561696] raid6: using algorithm avx2x2 gen() 34990 MB/s
[  248.633419] raid6: .... xor() 28902 MB/s, rmw enabled
[  248.638473] raid6: using avx2x2 recovery algorithm
[  248.644977] xor: automatically using best checksumming function   avx       
[  248.733038] Btrfs loaded, zoned=yes, fsverity=yes
[  273.753931] watchdog: BUG: soft lockup - CPU#34 stuck for 26s! [grub2-mount:4482]
[  273.761419] Modules linked in: btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[  273.837024] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Not tainted 6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  273.847623] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[  273.855275] RIP: 0010:native_queued_spin_lock_slowpath+0x7c/0x2d0
[  273.861368] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[  273.880114] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[  273.885339] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[  273.892469] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[  273.899596] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[  273.906727] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[  273.913860] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[  273.920993] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[  273.929077] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  273.934823] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[  273.941957] PKRU: 55555554
[  273.944669] Call Trace:
[  273.947121]  <IRQ>
[  273.949144]  ? show_regs+0x6d/0x80
[  273.952548]  ? watchdog_timer_fn+0x1f8/0x280
[  273.956821]  ? __pfx_watchdog_timer_fn+0x10/0x10
[  273.961441]  ? __hrtimer_run_queues+0x114/0x2a0
[  273.965972]  ? hrtimer_interrupt+0x108/0x230
[  273.970246]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[  273.975470]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[  273.980434]  </IRQ>
[  273.982543]  <TASK>
[  273.984648]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[  273.989963]  ? native_queued_spin_lock_slowpath+0x7c/0x2d0
[  273.995448]  _raw_spin_lock+0x2d/0x40
[  273.999111]  fuse_iget+0x125/0x250
[  274.002520]  fuse_fill_super_common+0x3ae/0x4f0
[  274.007051]  ? __pfx_fuse_fill_super+0x10/0x10
[  274.011495]  fuse_fill_super+0x5e/0xb0
[  274.015250]  get_tree_nodev+0x6f/0xa0
[  274.018914]  ? fget+0x80/0xb0
[  274.021888]  fuse_get_tree+0xc6/0x1b0
[  274.025553]  vfs_get_tree+0x2e/0xf0
[  274.029046]  path_mount+0x4f0/0xb50
[  274.032539]  ? putname+0x5b/0x70
[  274.035773]  __x64_sys_mount+0x10d/0x150
[  274.039698]  x64_sys_call+0x1e1d/0x2140
[  274.043536]  do_syscall_64+0x51/0x120
[  274.047201]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  274.052254] RIP: 0033:0x7fd154f0f03e
[  274.055834] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[  274.074580] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[  274.082143] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[  274.089278] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[  274.096408] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[  274.103540] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[  274.110665] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[  274.117800]  </TASK>
[  301.753339] watchdog: BUG: soft lockup - CPU#34 stuck for 53s! [grub2-mount:4482]
[  301.760825] Modules linked in: btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[  301.836413] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  301.848483] Tainted: [L]=SOFTLOCKUP
[  301.851975] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[  301.859628] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[  301.865723] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[  301.884465] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[  301.889691] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[  301.896824] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[  301.903957] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[  301.911091] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[  301.918224] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[  301.925355] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[  301.933441] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  301.939185] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[  301.946310] PKRU: 55555554
[  301.949024] Call Trace:
[  301.951475]  <IRQ>
[  301.953497]  ? show_regs+0x6d/0x80
[  301.956900]  ? watchdog_timer_fn+0x1f8/0x280
[  301.961173]  ? __pfx_watchdog_timer_fn+0x10/0x10
[  301.965794]  ? __hrtimer_run_queues+0x114/0x2a0
[  301.970328]  ? hrtimer_interrupt+0x108/0x230
[  301.974599]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[  301.979823]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[  301.984789]  </IRQ>
[  301.986896]  <TASK>
[  301.989000]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[  301.994316]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[  301.999802]  _raw_spin_lock+0x2d/0x40
[  302.003464]  fuse_iget+0x125/0x250
[  302.006872]  fuse_fill_super_common+0x3ae/0x4f0
[  302.011407]  ? __pfx_fuse_fill_super+0x10/0x10
[  302.015850]  fuse_fill_super+0x5e/0xb0
[  302.019602]  get_tree_nodev+0x6f/0xa0
[  302.023269]  ? fget+0x80/0xb0
[  302.026240]  fuse_get_tree+0xc6/0x1b0
[  302.029907]  vfs_get_tree+0x2e/0xf0
[  302.033400]  path_mount+0x4f0/0xb50
[  302.036891]  ? putname+0x5b/0x70
[  302.040125]  __x64_sys_mount+0x10d/0x150
[  302.044050]  x64_sys_call+0x1e1d/0x2140
[  302.047892]  do_syscall_64+0x51/0x120
[  302.051565]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  302.056616] RIP: 0033:0x7fd154f0f03e
[  302.060196] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[  302.078942] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[  302.086505] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[  302.093631] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[  302.100764] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[  302.107897] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[  302.115029] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[  302.122164]  </TASK>
[  309.012200] rcu: INFO: rcu_preempt self-detected stall on CPU
[  309.017951] rcu: 	34-....: (14818 ticks this GP) idle=6724/1/0x4000000000000000 softirq=785/785 fqs=7454
[  309.027425] rcu: 	(t=15000 jiffies g=7337 q=1711 ncpus=128)
[  309.032996] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  309.045066] Tainted: [L]=SOFTLOCKUP
[  309.048559] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[  309.056212] RIP: 0010:native_queued_spin_lock_slowpath+0x83/0x2d0
[  309.062305] Code: 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 84 c0 <75> f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d e9 5f
[  309.081049] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[  309.086277] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[  309.093408] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[  309.100542] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[  309.107673] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[  309.114806] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[  309.121940] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[  309.130023] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  309.135772] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[  309.142904] PKRU: 55555554
[  309.145613] Call Trace:
[  309.148059]  <IRQ>
[  309.150078]  ? show_regs+0x6d/0x80
[  309.153486]  ? dump_cpu_task+0x6b/0x80
[  309.157235]  ? rcu_dump_cpu_stacks+0xa4/0x100
[  309.161596]  ? rcu_sched_clock_irq+0x6b4/0x10c0
[  309.166132]  ? srso_alias_return_thunk+0x5/0xfbef5
[  309.170919]  ? __cgroup_account_cputime_field+0x3f/0x60
[  309.176149]  ? srso_alias_return_thunk+0x5/0xfbef5
[  309.180938]  ? account_system_index_time+0x95/0xb0
[  309.185735]  ? update_process_times+0x74/0xc0
[  309.190092]  ? tick_nohz_handler+0x9b/0x150
[  309.194277]  ? __pfx_tick_nohz_handler+0x10/0x10
[  309.198898]  ? __hrtimer_run_queues+0x114/0x2a0
[  309.203429]  ? hrtimer_interrupt+0x108/0x230
[  309.207703]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[  309.212927]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[  309.217893]  </IRQ>
[  309.219999]  <TASK>
[  309.222104]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[  309.227419]  ? native_queued_spin_lock_slowpath+0x83/0x2d0
[  309.232905]  _raw_spin_lock+0x2d/0x40
[  309.236571]  fuse_iget+0x125/0x250
[  309.239978]  fuse_fill_super_common+0x3ae/0x4f0
[  309.244512]  ? __pfx_fuse_fill_super+0x10/0x10
[  309.248952]  fuse_fill_super+0x5e/0xb0
[  309.252708]  get_tree_nodev+0x6f/0xa0
[  309.256371]  ? fget+0x80/0xb0
[  309.259345]  fuse_get_tree+0xc6/0x1b0
[  309.263011]  vfs_get_tree+0x2e/0xf0
[  309.266505]  path_mount+0x4f0/0xb50
[  309.269997]  ? putname+0x5b/0x70
[  309.273229]  __x64_sys_mount+0x10d/0x150
[  309.277157]  x64_sys_call+0x1e1d/0x2140
[  309.280993]  do_syscall_64+0x51/0x120
[  309.284661]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  309.289710] RIP: 0033:0x7fd154f0f03e
[  309.293292] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[  309.312035] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[  309.319604] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[  309.326735] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[  309.333867] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[  309.341000] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[  309.348133] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[  309.355267]  </TASK>
[  333.752565] watchdog: BUG: soft lockup - CPU#34 stuck for 82s! [grub2-mount:4482]
[  333.760045] Modules linked in: btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[  333.835633] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  333.847704] Tainted: [L]=SOFTLOCKUP
[  333.851200] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[  333.858850] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[  333.864942] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[  333.883688] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[  333.888913] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[  333.896047] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[  333.903181] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[  333.910311] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[  333.917443] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[  333.924577] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[  333.932662] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  333.938409] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[  333.945540] PKRU: 55555554
[  333.948252] Call Trace:
[  333.950698]  <IRQ>
[  333.952719]  ? show_regs+0x6d/0x80
[  333.956124]  ? watchdog_timer_fn+0x1f8/0x280
[  333.960395]  ? __pfx_watchdog_timer_fn+0x10/0x10
[  333.965016]  ? __hrtimer_run_queues+0x114/0x2a0
[  333.969548]  ? hrtimer_interrupt+0x108/0x230
[  333.973819]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[  333.979045]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[  333.984012]  </IRQ>
[  333.986115]  <TASK>
[  333.988215]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[  333.993530]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[  333.999014]  _raw_spin_lock+0x2d/0x40
[  334.002679]  fuse_iget+0x125/0x250
[  334.006086]  fuse_fill_super_common+0x3ae/0x4f0
[  334.010619]  ? __pfx_fuse_fill_super+0x10/0x10
[  334.015064]  fuse_fill_super+0x5e/0xb0
[  334.018818]  get_tree_nodev+0x6f/0xa0
[  334.022482]  ? fget+0x80/0xb0
[  334.025454]  fuse_get_tree+0xc6/0x1b0
[  334.029121]  vfs_get_tree+0x2e/0xf0
[  334.032612]  path_mount+0x4f0/0xb50
[  334.036106]  ? putname+0x5b/0x70
[  334.039340]  __x64_sys_mount+0x10d/0x150
[  334.043265]  x64_sys_call+0x1e1d/0x2140
[  334.047105]  do_syscall_64+0x51/0x120
[  334.050770]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  334.055821] RIP: 0033:0x7fd154f0f03e
[  334.059401] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[  334.078144] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[  334.085711] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[  334.092844] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[  334.099976] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[  334.107109] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[  334.114240] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[  334.121377]  </TASK>
[  361.751853] watchdog: BUG: soft lockup - CPU#34 stuck for 108s! [grub2-mount:4482]
[  361.759426] Modules linked in: btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[  361.835013] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  361.847088] Tainted: [L]=SOFTLOCKUP
[  361.850579] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[  361.858232] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[  361.864323] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[  361.883070] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[  361.888295] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[  361.895426] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[  361.902558] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[  361.909683] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[  361.916815] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[  361.923948] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[  361.932034] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  361.937779] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[  361.944911] PKRU: 55555554
[  361.947626] Call Trace:
[  361.950079]  <IRQ>
[  361.952098]  ? show_regs+0x6d/0x80
[  361.955502]  ? watchdog_timer_fn+0x1f8/0x280
[  361.959777]  ? __pfx_watchdog_timer_fn+0x10/0x10
[  361.964396]  ? __hrtimer_run_queues+0x114/0x2a0
[  361.968928]  ? hrtimer_interrupt+0x108/0x230
[  361.973200]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[  361.978427]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[  361.983393]  </IRQ>
[  361.985495]  <TASK>
[  361.987596]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[  361.992911]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[  361.998396]  _raw_spin_lock+0x2d/0x40
[  362.002058]  fuse_iget+0x125/0x250
[  362.005465]  fuse_fill_super_common+0x3ae/0x4f0
[  362.009998]  ? __pfx_fuse_fill_super+0x10/0x10
[  362.014443]  fuse_fill_super+0x5e/0xb0
[  362.018196]  get_tree_nodev+0x6f/0xa0
[  362.021860]  ? fget+0x80/0xb0
[  362.024836]  fuse_get_tree+0xc6/0x1b0
[  362.028502]  vfs_get_tree+0x2e/0xf0
[  362.031995]  path_mount+0x4f0/0xb50
[  362.035486]  ? putname+0x5b/0x70
[  362.038720]  __x64_sys_mount+0x10d/0x150
[  362.042644]  x64_sys_call+0x1e1d/0x2140
[  362.046485]  do_syscall_64+0x51/0x120
[  362.050149]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  362.055203] RIP: 0033:0x7fd154f0f03e
[  362.058782] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[  362.077527] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[  362.085093] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[  362.092224] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[  362.099355] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[  362.106488] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[  362.113621] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[  362.120757]  </TASK>
[  389.751074] watchdog: BUG: soft lockup - CPU#34 stuck for 134s! [grub2-mount:4482]
[  389.758642] Modules linked in: btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[  389.834230] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  389.846302] Tainted: [L]=SOFTLOCKUP
[  389.849792] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[  389.857445] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[  389.863539] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[  389.882285] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[  389.887510] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[  389.894641] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[  389.901774] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[  389.908905] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[  389.916039] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[  389.923173] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[  389.931256] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  389.937005] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[  389.944137] PKRU: 55555554
[  389.946849] Call Trace:
[  389.949302]  <IRQ>
[  389.951321]  ? show_regs+0x6d/0x80
[  389.954725]  ? watchdog_timer_fn+0x1f8/0x280
[  389.958997]  ? __pfx_watchdog_timer_fn+0x10/0x10
[  389.963619]  ? __hrtimer_run_queues+0x114/0x2a0
[  389.968151]  ? hrtimer_interrupt+0x108/0x230
[  389.972426]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[  389.977649]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[  389.982613]  </IRQ>
[  389.984722]  <TASK>
[  389.986828]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[  389.992141]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[  389.997628]  _raw_spin_lock+0x2d/0x40
[  390.001290]  fuse_iget+0x125/0x250
[  390.004698]  fuse_fill_super_common+0x3ae/0x4f0
[  390.009232]  ? __pfx_fuse_fill_super+0x10/0x10
[  390.013675]  fuse_fill_super+0x5e/0xb0
[  390.017427]  get_tree_nodev+0x6f/0xa0
[  390.021095]  ? fget+0x80/0xb0
[  390.024066]  fuse_get_tree+0xc6/0x1b0
[  390.027733]  vfs_get_tree+0x2e/0xf0
[  390.031225]  path_mount+0x4f0/0xb50
[  390.034717]  ? putname+0x5b/0x70
[  390.037952]  __x64_sys_mount+0x10d/0x150
[  390.041876]  x64_sys_call+0x1e1d/0x2140
[  390.045714]  do_syscall_64+0x51/0x120
[  390.049380]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  390.054432] RIP: 0033:0x7fd154f0f03e
[  390.058013] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[  390.076759] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[  390.084325] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[  390.091457] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[  390.098589] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[  390.105722] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[  390.112853] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[  390.119991]  </TASK>
[  417.750298] watchdog: BUG: soft lockup - CPU#34 stuck for 161s! [grub2-mount:4482]
[  417.757862] Modules linked in: btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[  417.833453] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  417.845523] Tainted: [L]=SOFTLOCKUP
[  417.849016] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[  417.856670] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[  417.862760] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[  417.881507] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[  417.886731] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[  417.893863] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[  417.900997] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[  417.908131] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[  417.915264] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[  417.922394] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[  417.930479] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  417.936219] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[  417.943349] PKRU: 55555554
[  417.946055] Call Trace:
[  417.948508]  <IRQ>
[  417.950529]  ? show_regs+0x6d/0x80
[  417.953934]  ? watchdog_timer_fn+0x1f8/0x280
[  417.958204]  ? __pfx_watchdog_timer_fn+0x10/0x10
[  417.962824]  ? __hrtimer_run_queues+0x114/0x2a0
[  417.967357]  ? hrtimer_interrupt+0x108/0x230
[  417.971630]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[  417.976856]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[  417.981819]  </IRQ>
[  417.983927]  <TASK>
[  417.986032]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[  417.991347]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[  417.996831]  _raw_spin_lock+0x2d/0x40
[  418.000498]  fuse_iget+0x125/0x250
[  418.003905]  fuse_fill_super_common+0x3ae/0x4f0
[  418.008438]  ? __pfx_fuse_fill_super+0x10/0x10
[  418.012882]  fuse_fill_super+0x5e/0xb0
[  418.016634]  get_tree_nodev+0x6f/0xa0
[  418.020299]  ? fget+0x80/0xb0
[  418.023272]  fuse_get_tree+0xc6/0x1b0
[  418.026938]  vfs_get_tree+0x2e/0xf0
[  418.030432]  path_mount+0x4f0/0xb50
[  418.033925]  ? putname+0x5b/0x70
[  418.037159]  __x64_sys_mount+0x10d/0x150
[  418.041084]  x64_sys_call+0x1e1d/0x2140
[  418.044923]  do_syscall_64+0x51/0x120
[  418.048587]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  418.053638] RIP: 0033:0x7fd154f0f03e
[  418.057218] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[  418.075964] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[  418.083530] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[  418.090662] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[  418.097795] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[  418.104928] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[  418.112059] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[  418.119194]  </TASK>
[  445.749669] watchdog: BUG: soft lockup - CPU#34 stuck for 187s! [grub2-mount:4482]
[  445.757235] Modules linked in: btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[  445.832824] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  445.844894] Tainted: [L]=SOFTLOCKUP
[  445.848388] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[  445.856042] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[  445.862133] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[  445.880878] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[  445.886105] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[  445.893237] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[  445.900370] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[  445.907499] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[  445.914624] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[  445.921759] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[  445.929844] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  445.935587] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[  445.942714] PKRU: 55555554
[  445.945424] Call Trace:
[  445.947869]  <IRQ>
[  445.949889]  ? show_regs+0x6d/0x80
[  445.953295]  ? watchdog_timer_fn+0x1f8/0x280
[  445.957566]  ? __pfx_watchdog_timer_fn+0x10/0x10
[  445.962187]  ? __hrtimer_run_queues+0x114/0x2a0
[  445.966721]  ? hrtimer_interrupt+0x108/0x230
[  445.970994]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[  445.976219]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[  445.981184]  </IRQ>
[  445.983288]  <TASK>
[  445.985396]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[  445.990712]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[  445.996194]  _raw_spin_lock+0x2d/0x40
[  445.999860]  fuse_iget+0x125/0x250
[  446.003265]  fuse_fill_super_common+0x3ae/0x4f0
[  446.007799]  ? __pfx_fuse_fill_super+0x10/0x10
[  446.012245]  fuse_fill_super+0x5e/0xb0
[  446.015997]  get_tree_nodev+0x6f/0xa0
[  446.019660]  ? fget+0x80/0xb0
[  446.022637]  fuse_get_tree+0xc6/0x1b0
[  446.026300]  vfs_get_tree+0x2e/0xf0
[  446.029794]  path_mount+0x4f0/0xb50
[  446.033287]  ? putname+0x5b/0x70
[  446.036520]  __x64_sys_mount+0x10d/0x150
[  446.040445]  x64_sys_call+0x1e1d/0x2140
[  446.044283]  do_syscall_64+0x51/0x120
[  446.047951]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  446.053002] RIP: 0033:0x7fd154f0f03e
[  446.056580] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[  446.075325] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[  446.082891] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[  446.090025] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[  446.097157] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[  446.104288] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[  446.111421] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[  446.118559]  </TASK>
[  473.749039] watchdog: BUG: soft lockup - CPU#34 stuck for 213s! [grub2-mount:4482]
[  473.756607] Modules linked in: btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[  473.832194] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  473.844267] Tainted: [L]=SOFTLOCKUP
[  473.847757] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[  473.855404] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[  473.861494] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[  473.880241] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[  473.885465] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[  473.892598] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[  473.899731] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[  473.906863] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[  473.913994] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[  473.921128] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[  473.929213] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  473.934959] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[  473.942094] PKRU: 55555554
[  473.944805] Call Trace:
[  473.947259]  <IRQ>
[  473.949279]  ? show_regs+0x6d/0x80
[  473.952685]  ? watchdog_timer_fn+0x1f8/0x280
[  473.956954]  ? __pfx_watchdog_timer_fn+0x10/0x10
[  473.961574]  ? __hrtimer_run_queues+0x114/0x2a0
[  473.966111]  ? hrtimer_interrupt+0x108/0x230
[  473.970380]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[  473.975605]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[  473.980572]  </IRQ>
[  473.982679]  <TASK>
[  473.984783]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[  473.990099]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[  473.995582]  _raw_spin_lock+0x2d/0x40
[  473.999246]  fuse_iget+0x125/0x250
[  474.002655]  fuse_fill_super_common+0x3ae/0x4f0
[  474.007190]  ? __pfx_fuse_fill_super+0x10/0x10
[  474.011633]  fuse_fill_super+0x5e/0xb0
[  474.015385]  get_tree_nodev+0x6f/0xa0
[  474.019050]  ? fget+0x80/0xb0
[  474.022022]  fuse_get_tree+0xc6/0x1b0
[  474.025690]  vfs_get_tree+0x2e/0xf0
[  474.029182]  path_mount+0x4f0/0xb50
[  474.032674]  ? putname+0x5b/0x70
[  474.035908]  __x64_sys_mount+0x10d/0x150
[  474.039835]  x64_sys_call+0x1e1d/0x2140
[  474.043673]  do_syscall_64+0x51/0x120
[  474.047339]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  474.052390] RIP: 0033:0x7fd154f0f03e
[  474.055971] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[  474.074716] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[  474.082281] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[  474.089415] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[  474.096545] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[  474.103679] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[  474.110809] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[  474.117949]  </TASK>
[  485.583823] INFO: task systemd:1 blocked for more than 120 seconds.
[  485.590107]       Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  485.598997] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[  485.606827] task:systemd         state:D stack:0     pid:1     tgid:1     ppid:0      flags:0x00000002
[  485.616129] Call Trace:
[  485.618577]  <TASK>
[  485.620689]  __schedule+0x383/0xac0
[  485.624190]  ? xa_load+0x72/0xb0
[  485.627418]  schedule+0x2e/0x120
[  485.630656]  schedule_timeout+0x150/0x160
[  485.634678]  __wait_for_common+0x91/0x180
[  485.638697]  ? __pfx_schedule_timeout+0x10/0x10
[  485.643233]  wait_for_completion_state+0x25/0x40
[  485.647858]  __wait_rcu_gp+0x139/0x140
[  485.651614]  synchronize_rcu_normal.part.0+0x3d/0x60
[  485.656584]  ? __pfx_call_rcu_hurry+0x10/0x10
[  485.660942]  ? __pfx_wakeme_after_rcu+0x10/0x10
[  485.665476]  synchronize_rcu_normal+0x98/0xa0
[  485.669833]  ? srso_alias_return_thunk+0x5/0xfbef5
[  485.674628]  ? mntput_no_expire+0x53/0x260
[  485.678736]  ? srso_alias_return_thunk+0x5/0xfbef5
[  485.683526]  ? _parse_integer+0x12/0x20
[  485.687368]  synchronize_rcu+0xbf/0xd0
[  485.691121]  rcu_sync_enter+0x5c/0xe0
[  485.694786]  ? srso_alias_return_thunk+0x5/0xfbef5
[  485.699577]  ? kstrtoull+0x18/0x20
[  485.702986]  ? srso_alias_return_thunk+0x5/0xfbef5
[  485.707788]  percpu_down_write+0x24/0x180
[  485.711810]  cgroup_procs_write_start+0x6f/0x150
[  485.716435]  __cgroup_procs_write+0x5d/0x150
[  485.720715]  cgroup_procs_write+0x1b/0x30
[  485.724729]  cgroup_file_write+0x8c/0x160
[  485.728742]  kernfs_fop_write_iter+0x140/0x1d0
[  485.733196]  vfs_write+0x2fc/0x410
[  485.736612]  ksys_write+0x6b/0xf0
[  485.739939]  __x64_sys_write+0x1d/0x30
[  485.743688]  x64_sys_call+0x16b3/0x2140
[  485.747530]  do_syscall_64+0x51/0x120
[  485.751195]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  485.756249] RIP: 0033:0x7f6013cfda8f
[  485.759825] RSP: 002b:00007ffe4830b000 EFLAGS: 00000293 ORIG_RAX: 0000000000000001
[  485.767391] RAX: ffffffffffffffda RBX: 0000000000000005 RCX: 00007f6013cfda8f
[  485.774528] RDX: 0000000000000005 RSI: 00007ffe4830b1fa RDI: 0000000000000059
[  485.781665] RBP: 00007ffe4830b1fa R08: 0000000000000000 R09: 00007ffe4830b080
[  485.788798] R10: 0000000000000000 R11: 0000000000000293 R12: 0000000000000005
[  485.795931] R13: 00005579eb2b93c0 R14: 0000000000000005 R15: 00007f6013df69e0
[  485.803069]  </TASK>
[  489.355718] rcu: INFO: rcu_preempt self-detected stall on CPU
[  489.361468] rcu: 	34-....: (59269 ticks this GP) idle=6724/1/0x4000000000000000 softirq=785/785 fqs=29760
[  489.371032] rcu: 	(t=60087 jiffies g=7337 q=21388 ncpus=128)
[  489.376692] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  489.388761] Tainted: [L]=SOFTLOCKUP
[  489.392251] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[  489.399905] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[  489.405999] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[  489.424744] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[  489.429967] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[  489.437101] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[  489.444235] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[  489.451364] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[  489.458490] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[  489.465623] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[  489.473708] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  489.479454] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[  489.486587] PKRU: 55555554
[  489.489297] Call Trace:
[  489.491742]  <IRQ>
[  489.493765]  ? show_regs+0x6d/0x80
[  489.497169]  ? dump_cpu_task+0x6b/0x80
[  489.500922]  ? rcu_dump_cpu_stacks+0xa4/0x100
[  489.505279]  ? rcu_sched_clock_irq+0x6b4/0x10c0
[  489.509816]  ? srso_alias_return_thunk+0x5/0xfbef5
[  489.514603]  ? __cgroup_account_cputime_field+0x3f/0x60
[  489.519830]  ? srso_alias_return_thunk+0x5/0xfbef5
[  489.524624]  ? account_system_index_time+0x95/0xb0
[  489.529418]  ? update_process_times+0x74/0xc0
[  489.533774]  ? tick_nohz_handler+0x9b/0x150
[  489.537962]  ? __pfx_tick_nohz_handler+0x10/0x10
[  489.542581]  ? __hrtimer_run_queues+0x114/0x2a0
[  489.547113]  ? hrtimer_interrupt+0x108/0x230
[  489.551387]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[  489.556612]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[  489.561577]  </IRQ>
[  489.563681]  <TASK>
[  489.565780]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[  489.571094]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[  489.576581]  _raw_spin_lock+0x2d/0x40
[  489.580243]  fuse_iget+0x125/0x250
[  489.583651]  fuse_fill_super_common+0x3ae/0x4f0
[  489.588186]  ? __pfx_fuse_fill_super+0x10/0x10
[  489.592628]  fuse_fill_super+0x5e/0xb0
[  489.596382]  get_tree_nodev+0x6f/0xa0
[  489.600046]  ? fget+0x80/0xb0
[  489.603022]  fuse_get_tree+0xc6/0x1b0
[  489.606688]  vfs_get_tree+0x2e/0xf0
[  489.610180]  path_mount+0x4f0/0xb50
[  489.613670]  ? putname+0x5b/0x70
[  489.616904]  __x64_sys_mount+0x10d/0x150
[  489.620829]  x64_sys_call+0x1e1d/0x2140
[  489.624667]  do_syscall_64+0x51/0x120
[  489.628336]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  489.633386] RIP: 0033:0x7fd154f0f03e
[  489.636967] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[  489.655710] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[  489.663277] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[  489.670408] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[  489.677541] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[  489.684673] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[  489.691805] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[  489.698934]  </TASK>
[  513.748105] watchdog: BUG: soft lockup - CPU#34 stuck for 250s! [grub2-mount:4482]
[  513.755678] Modules linked in: btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[  513.831266] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  513.843339] Tainted: [L]=SOFTLOCKUP
[  513.846829] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[  513.854483] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[  513.860576] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[  513.879320] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[  513.884544] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[  513.891678] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[  513.898811] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[  513.905944] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[  513.913077] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[  513.920208] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[  513.928293] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  513.934040] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[  513.941171] PKRU: 55555554
[  513.943883] Call Trace:
[  513.946328]  <IRQ>
[  513.948347]  ? show_regs+0x6d/0x80
[  513.951752]  ? watchdog_timer_fn+0x1f8/0x280
[  513.956024]  ? __pfx_watchdog_timer_fn+0x10/0x10
[  513.960646]  ? __hrtimer_run_queues+0x114/0x2a0
[  513.965178]  ? hrtimer_interrupt+0x108/0x230
[  513.969450]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[  513.974677]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[  513.979641]  </IRQ>
[  513.981746]  <TASK>
[  513.983845]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[  513.989161]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[  513.994645]  _raw_spin_lock+0x2d/0x40
[  513.998308]  fuse_iget+0x125/0x250
[  514.001717]  fuse_fill_super_common+0x3ae/0x4f0
[  514.006252]  ? __pfx_fuse_fill_super+0x10/0x10
[  514.010693]  fuse_fill_super+0x5e/0xb0
[  514.014448]  get_tree_nodev+0x6f/0xa0
[  514.018112]  ? fget+0x80/0xb0
[  514.021086]  fuse_get_tree+0xc6/0x1b0
[  514.024751]  vfs_get_tree+0x2e/0xf0
[  514.028243]  path_mount+0x4f0/0xb50
[  514.031736]  ? putname+0x5b/0x70
[  514.034969]  __x64_sys_mount+0x10d/0x150
[  514.038895]  x64_sys_call+0x1e1d/0x2140
[  514.042735]  do_syscall_64+0x51/0x120
[  514.046402]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  514.051453] RIP: 0033:0x7fd154f0f03e
[  514.055032] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[  514.073775] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[  514.081342] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[  514.088473] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[  514.095608] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[  514.102739] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[  514.109872] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[  514.117007]  </TASK>
[  541.747445] watchdog: BUG: soft lockup - CPU#34 stuck for 276s! [grub2-mount:4482]
[  541.755013] Modules linked in: btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[  541.830603] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  541.842673] Tainted: [L]=SOFTLOCKUP
[  541.846164] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[  541.853811] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[  541.859902] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[  541.878647] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[  541.883874] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[  541.891004] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[  541.898137] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[  541.905268] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[  541.912392] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[  541.919527] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[  541.927610] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  541.933357] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[  541.940491] PKRU: 55555554
[  541.943204] Call Trace:
[  541.945657]  <IRQ>
[  541.947678]  ? show_regs+0x6d/0x80
[  541.951082]  ? watchdog_timer_fn+0x1f8/0x280
[  541.955352]  ? __pfx_watchdog_timer_fn+0x10/0x10
[  541.959973]  ? __hrtimer_run_queues+0x114/0x2a0
[  541.964507]  ? hrtimer_interrupt+0x108/0x230
[  541.968778]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[  541.974004]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[  541.978968]  </IRQ>
[  541.981074]  <TASK>
[  541.983173]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[  541.988490]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[  541.993974]  _raw_spin_lock+0x2d/0x40
[  541.997639]  fuse_iget+0x125/0x250
[  542.001046]  fuse_fill_super_common+0x3ae/0x4f0
[  542.005580]  ? __pfx_fuse_fill_super+0x10/0x10
[  542.010020]  fuse_fill_super+0x5e/0xb0
[  542.013775]  get_tree_nodev+0x6f/0xa0
[  542.017441]  ? fget+0x80/0xb0
[  542.020413]  fuse_get_tree+0xc6/0x1b0
[  542.024079]  vfs_get_tree+0x2e/0xf0
[  542.027570]  path_mount+0x4f0/0xb50
[  542.031064]  ? putname+0x5b/0x70
[  542.034296]  __x64_sys_mount+0x10d/0x150
[  542.038225]  x64_sys_call+0x1e1d/0x2140
[  542.042061]  do_syscall_64+0x51/0x120
[  542.045727]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  542.050779] RIP: 0033:0x7fd154f0f03e
[  542.054360] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[  542.073105] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[  542.080668] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[  542.087801] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[  542.094936] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[  542.102066] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[  542.109200] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[  542.116337]  </TASK>
[  569.746828] watchdog: BUG: soft lockup - CPU#34 stuck for 302s! [grub2-mount:4482]
[  569.754401] Modules linked in: btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[  569.829989] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  569.842061] Tainted: [L]=SOFTLOCKUP
[  569.845552] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[  569.853207] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[  569.859297] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[  569.878044] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[  569.883271] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[  569.890400] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[  569.897535] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[  569.904668] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[  569.911800] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[  569.918933] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[  569.927017] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  569.932764] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[  569.939896] PKRU: 55555554
[  569.942607] Call Trace:
[  569.945053]  <IRQ>
[  569.947074]  ? show_regs+0x6d/0x80
[  569.950479]  ? watchdog_timer_fn+0x1f8/0x280
[  569.954751]  ? __pfx_watchdog_timer_fn+0x10/0x10
[  569.959371]  ? __hrtimer_run_queues+0x114/0x2a0
[  569.963903]  ? hrtimer_interrupt+0x108/0x230
[  569.968175]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[  569.973400]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[  569.978367]  </IRQ>
[  569.980470]  <TASK>
[  569.982569]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[  569.987884]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[  569.993371]  _raw_spin_lock+0x2d/0x40
[  569.997034]  fuse_iget+0x125/0x250
[  570.000441]  fuse_fill_super_common+0x3ae/0x4f0
[  570.004974]  ? __pfx_fuse_fill_super+0x10/0x10
[  570.009418]  fuse_fill_super+0x5e/0xb0
[  570.013171]  get_tree_nodev+0x6f/0xa0
[  570.016835]  ? fget+0x80/0xb0
[  570.019809]  fuse_get_tree+0xc6/0x1b0
[  570.023477]  vfs_get_tree+0x2e/0xf0
[  570.026969]  path_mount+0x4f0/0xb50
[  570.030459]  ? putname+0x5b/0x70
[  570.033694]  __x64_sys_mount+0x10d/0x150
[  570.037619]  x64_sys_call+0x1e1d/0x2140
[  570.041460]  do_syscall_64+0x51/0x120
[  570.045124]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  570.050177] RIP: 0033:0x7fd154f0f03e
[  570.053756] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[  570.072502] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[  570.080065] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[  570.087199] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[  570.094333] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[  570.101463] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[  570.108597] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[  570.115733]  </TASK>
[  597.746220] watchdog: BUG: soft lockup - CPU#34 stuck for 328s! [grub2-mount:4482]
[  597.753787] Modules linked in: btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[  597.829377] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  597.841451] Tainted: [L]=SOFTLOCKUP
[  597.844943] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[  597.852592] RIP: 0010:native_queued_spin_lock_slowpath+0x7c/0x2d0
[  597.858685] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[  597.877432] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[  597.882657] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[  597.889791] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[  597.896923] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[  597.904056] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[  597.911189] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[  597.918319] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[  597.926407] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  597.932153] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[  597.939283] PKRU: 55555554
[  597.941997] Call Trace:
[  597.944450]  <IRQ>
[  597.946471]  ? show_regs+0x6d/0x80
[  597.949874]  ? watchdog_timer_fn+0x1f8/0x280
[  597.954147]  ? __pfx_watchdog_timer_fn+0x10/0x10
[  597.958765]  ? __hrtimer_run_queues+0x114/0x2a0
[  597.963302]  ? hrtimer_interrupt+0x108/0x230
[  597.967574]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[  597.972797]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[  597.977764]  </IRQ>
[  597.979869]  <TASK>
[  597.981975]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[  597.987289]  ? native_queued_spin_lock_slowpath+0x7c/0x2d0
[  597.992775]  _raw_spin_lock+0x2d/0x40
[  597.996440]  fuse_iget+0x125/0x250
[  597.999847]  fuse_fill_super_common+0x3ae/0x4f0
[  598.004380]  ? __pfx_fuse_fill_super+0x10/0x10
[  598.008824]  fuse_fill_super+0x5e/0xb0
[  598.012577]  get_tree_nodev+0x6f/0xa0
[  598.016243]  ? fget+0x80/0xb0
[  598.019214]  fuse_get_tree+0xc6/0x1b0
[  598.022883]  vfs_get_tree+0x2e/0xf0
[  598.026373]  path_mount+0x4f0/0xb50
[  598.029864]  ? putname+0x5b/0x70
[  598.033098]  __x64_sys_mount+0x10d/0x150
[  598.037026]  x64_sys_call+0x1e1d/0x2140
[  598.040863]  do_syscall_64+0x51/0x120
[  598.044529]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  598.049581] RIP: 0033:0x7fd154f0f03e
[  598.053161] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[  598.071908] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[  598.079472] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[  598.086604] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[  598.093738] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[  598.100868] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[  598.108001] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[  598.115137]  </TASK>
[  606.409090] INFO: task systemd:1 blocked for more than 241 seconds.
[  606.415367]       Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  606.424232] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[  606.432056] task:systemd         state:D stack:0     pid:1     tgid:1     ppid:0      flags:0x00000002
[  606.441364] Call Trace:
[  606.443816]  <TASK>
[  606.445927]  __schedule+0x383/0xac0
[  606.449424]  ? xa_load+0x72/0xb0
[  606.452655]  schedule+0x2e/0x120
[  606.455890]  schedule_timeout+0x150/0x160
[  606.459905]  __wait_for_common+0x91/0x180
[  606.463923]  ? __pfx_schedule_timeout+0x10/0x10
[  606.468459]  wait_for_completion_state+0x25/0x40
[  606.473087]  __wait_rcu_gp+0x139/0x140
[  606.476842]  synchronize_rcu_normal.part.0+0x3d/0x60
[  606.481811]  ? __pfx_call_rcu_hurry+0x10/0x10
[  606.486168]  ? __pfx_wakeme_after_rcu+0x10/0x10
[  606.490705]  synchronize_rcu_normal+0x98/0xa0
[  606.495071]  ? srso_alias_return_thunk+0x5/0xfbef5
[  606.499872]  ? mntput_no_expire+0x53/0x260
[  606.503981]  ? srso_alias_return_thunk+0x5/0xfbef5
[  606.508773]  ? _parse_integer+0x12/0x20
[  606.512621]  synchronize_rcu+0xbf/0xd0
[  606.516372]  rcu_sync_enter+0x5c/0xe0
[  606.520039]  ? srso_alias_return_thunk+0x5/0xfbef5
[  606.524829]  ? kstrtoull+0x18/0x20
[  606.528237]  ? srso_alias_return_thunk+0x5/0xfbef5
[  606.533031]  percpu_down_write+0x24/0x180
[  606.537053]  cgroup_procs_write_start+0x6f/0x150
[  606.541680]  __cgroup_procs_write+0x5d/0x150
[  606.545961]  cgroup_procs_write+0x1b/0x30
[  606.549981]  cgroup_file_write+0x8c/0x160
[  606.553996]  kernfs_fop_write_iter+0x140/0x1d0
[  606.558448]  vfs_write+0x2fc/0x410
[  606.561858]  ksys_write+0x6b/0xf0
[  606.565184]  __x64_sys_write+0x1d/0x30
[  606.568941]  x64_sys_call+0x16b3/0x2140
[  606.572783]  do_syscall_64+0x51/0x120
[  606.576449]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  606.581502] RIP: 0033:0x7f6013cfda8f
[  606.585088] RSP: 002b:00007ffe4830b000 EFLAGS: 00000293 ORIG_RAX: 0000000000000001
[  606.592655] RAX: ffffffffffffffda RBX: 0000000000000005 RCX: 00007f6013cfda8f
[  606.599787] RDX: 0000000000000005 RSI: 00007ffe4830b1fa RDI: 0000000000000059
[  606.606918] RBP: 00007ffe4830b1fa R08: 0000000000000000 R09: 00007ffe4830b080
[  606.614052] R10: 0000000000000000 R11: 0000000000000293 R12: 0000000000000005
[  606.621185] R13: 00005579eb2b93c0 R14: 0000000000000005 R15: 00007f6013df69e0
[  606.628321]  </TASK>
[  606.630659] INFO: task systemd:2737 blocked for more than 120 seconds.
[  606.637192]       Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  606.646055] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[  606.653882] task:systemd         state:D stack:0     pid:2737  tgid:2737  ppid:1      flags:0x00000002
[  606.663183] Call Trace:
[  606.665635]  <TASK>
[  606.667739]  __schedule+0x383/0xac0
[  606.671237]  schedule+0x2e/0x120
[  606.674473]  schedule_preempt_disabled+0x19/0x30
[  606.679095]  __mutex_lock.constprop.0+0x372/0x6f0
[  606.683808]  ? __d_add+0x143/0x1d0
[  606.687215]  __mutex_lock_slowpath+0x13/0x20
[  606.691487]  mutex_lock+0x3b/0x50
[  606.694806]  cgroup_kn_lock_live+0x4b/0xe0
[  606.698905]  cgroup_mkdir+0x43/0x450
[  606.702484]  ? srso_alias_return_thunk+0x5/0xfbef5
[  606.707277]  kernfs_iop_mkdir+0x60/0x90
[  606.711117]  vfs_mkdir+0x18f/0x250
[  606.714523]  do_mkdirat+0x117/0x160
[  606.718016]  __x64_sys_mkdir+0x4d/0x70
[  606.721778]  x64_sys_call+0x1c5a/0x2140
[  606.725623]  do_syscall_64+0x51/0x120
[  606.729290]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  606.734342] RIP: 0033:0x7f31734fd62b
[  606.737921] RSP: 002b:00007ffd692d0f98 EFLAGS: 00000246 ORIG_RAX: 0000000000000053
[  606.745487] RAX: ffffffffffffffda RBX: 000055db40698510 RCX: 00007f31734fd62b
[  606.752620] RDX: 0000000000000000 RSI: 00000000000001ed RDI: 000055db406e71e0
[  606.759751] RBP: 00007ffd692d0fd0 R08: 0000000000000035 R09: 0000000000000000
[  606.766884] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000000000
[  606.774016] R13: 00000000000000a0 R14: 00007f3173a5dd0d R15: 00000000000000a0
[  606.781152]  </TASK>
[  625.744786] watchdog: BUG: soft lockup - CPU#34 stuck for 354s! [grub2-mount:4482]
[  625.752354] Modules linked in: btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[  625.827941] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  625.840014] Tainted: [L]=SOFTLOCKUP
[  625.843507] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[  625.851158] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[  625.857251] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[  625.875996] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[  625.881222] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[  625.888355] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[  625.895487] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[  625.902620] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[  625.909752] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[  625.916886] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[  625.924971] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  625.930717] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[  625.937848] PKRU: 55555554
[  625.940562] Call Trace:
[  625.943016]  <IRQ>
[  625.945034]  ? show_regs+0x6d/0x80
[  625.948440]  ? watchdog_timer_fn+0x1f8/0x280
[  625.952710]  ? __pfx_watchdog_timer_fn+0x10/0x10
[  625.957333]  ? __hrtimer_run_queues+0x114/0x2a0
[  625.961866]  ? hrtimer_interrupt+0x108/0x230
[  625.966137]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[  625.971363]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[  625.976326]  </IRQ>
[  625.978432]  <TASK>
[  625.980531]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[  625.985848]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[  625.991331]  _raw_spin_lock+0x2d/0x40
[  625.994996]  fuse_iget+0x125/0x250
[  625.998402]  fuse_fill_super_common+0x3ae/0x4f0
[  626.002937]  ? __pfx_fuse_fill_super+0x10/0x10
[  626.007380]  fuse_fill_super+0x5e/0xb0
[  626.011132]  get_tree_nodev+0x6f/0xa0
[  626.014796]  ? fget+0x80/0xb0
[  626.017770]  fuse_get_tree+0xc6/0x1b0
[  626.021438]  vfs_get_tree+0x2e/0xf0
[  626.024931]  path_mount+0x4f0/0xb50
[  626.028421]  ? putname+0x5b/0x70
[  626.031654]  __x64_sys_mount+0x10d/0x150
[  626.035582]  x64_sys_call+0x1e1d/0x2140
[  626.039419]  do_syscall_64+0x51/0x120
[  626.043084]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  626.048136] RIP: 0033:0x7fd154f0f03e
[  626.051718] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[  626.070462] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[  626.078029] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[  626.085162] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[  626.092291] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[  626.099424] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[  626.106559] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[  626.113695]  </TASK>
[  653.744044] watchdog: BUG: soft lockup - CPU#34 stuck for 380s! [grub2-mount:4482]
[  653.751612] Modules linked in: btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[  653.827200] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  653.839273] Tainted: [L]=SOFTLOCKUP
[  653.842765] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[  653.850415] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[  653.856509] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[  653.875254] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[  653.880479] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[  653.887612] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[  653.894743] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[  653.901868] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[  653.909002] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[  653.916134] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[  653.924219] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  653.929966] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[  653.937097] PKRU: 55555554
[  653.939810] Call Trace:
[  653.942264]  <IRQ>
[  653.944282]  ? show_regs+0x6d/0x80
[  653.947687]  ? watchdog_timer_fn+0x1f8/0x280
[  653.951959]  ? __pfx_watchdog_timer_fn+0x10/0x10
[  653.956581]  ? __hrtimer_run_queues+0x114/0x2a0
[  653.961113]  ? hrtimer_interrupt+0x108/0x230
[  653.965386]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[  653.970610]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[  653.975576]  </IRQ>
[  653.977682]  <TASK>
[  653.979788]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[  653.985106]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[  653.990590]  _raw_spin_lock+0x2d/0x40
[  653.994254]  fuse_iget+0x125/0x250
[  653.997661]  fuse_fill_super_common+0x3ae/0x4f0
[  654.002196]  ? __pfx_fuse_fill_super+0x10/0x10
[  654.006636]  fuse_fill_super+0x5e/0xb0
[  654.010392]  get_tree_nodev+0x6f/0xa0
[  654.014057]  ? fget+0x80/0xb0
[  654.017028]  fuse_get_tree+0xc6/0x1b0
[  654.020696]  vfs_get_tree+0x2e/0xf0
[  654.024188]  path_mount+0x4f0/0xb50
[  654.027679]  ? putname+0x5b/0x70
[  654.030913]  __x64_sys_mount+0x10d/0x150
[  654.034839]  x64_sys_call+0x1e1d/0x2140
[  654.038678]  do_syscall_64+0x51/0x120
[  654.042342]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  654.047397] RIP: 0033:0x7fd154f0f03e
[  654.050974] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[  654.069719] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[  654.077286] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[  654.084417] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[  654.091551] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[  654.098685] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[  654.105816] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[  654.112952]  </TASK>
[  669.702752] rcu: INFO: rcu_preempt self-detected stall on CPU
[  669.708497] rcu: 	34-....: (103720 ticks this GP) idle=6724/1/0x4000000000000000 softirq=785/785 fqs=51961
[  669.718146] rcu: 	(t=105178 jiffies g=7337 q=23327 ncpus=128)
[  669.723890] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  669.735960] Tainted: [L]=SOFTLOCKUP
[  669.739453] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[  669.747104] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[  669.753196] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[  669.771944] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[  669.777166] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[  669.784293] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[  669.791425] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[  669.798558] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[  669.805689] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[  669.812821] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[  669.820906] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  669.826653] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[  669.833784] PKRU: 55555554
[  669.836488] Call Trace:
[  669.838935]  <IRQ>
[  669.840956]  ? show_regs+0x6d/0x80
[  669.844358]  ? dump_cpu_task+0x6b/0x80
[  669.848113]  ? rcu_dump_cpu_stacks+0xa4/0x100
[  669.852470]  ? rcu_sched_clock_irq+0x6b4/0x10c0
[  669.857004]  ? srso_alias_return_thunk+0x5/0xfbef5
[  669.861796]  ? __cgroup_account_cputime_field+0x3f/0x60
[  669.867023]  ? srso_alias_return_thunk+0x5/0xfbef5
[  669.871815]  ? account_system_index_time+0x95/0xb0
[  669.876607]  ? update_process_times+0x74/0xc0
[  669.880965]  ? tick_nohz_handler+0x9b/0x150
[  669.885152]  ? __pfx_tick_nohz_handler+0x10/0x10
[  669.889771]  ? __hrtimer_run_queues+0x114/0x2a0
[  669.894305]  ? hrtimer_interrupt+0x108/0x230
[  669.898579]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[  669.903802]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[  669.908768]  </IRQ>
[  669.910873]  <TASK>
[  669.912980]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[  669.918295]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[  669.923779]  _raw_spin_lock+0x2d/0x40
[  669.927444]  fuse_iget+0x125/0x250
[  669.930853]  fuse_fill_super_common+0x3ae/0x4f0
[  669.935385]  ? __pfx_fuse_fill_super+0x10/0x10
[  669.939828]  fuse_fill_super+0x5e/0xb0
[  669.943582]  get_tree_nodev+0x6f/0xa0
[  669.947248]  ? fget+0x80/0xb0
[  669.950219]  fuse_get_tree+0xc6/0x1b0
[  669.953886]  vfs_get_tree+0x2e/0xf0
[  669.957379]  path_mount+0x4f0/0xb50
[  669.960871]  ? putname+0x5b/0x70
[  669.964103]  __x64_sys_mount+0x10d/0x150
[  669.968029]  x64_sys_call+0x1e1d/0x2140
[  669.971869]  do_syscall_64+0x51/0x120
[  669.975535]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  669.980587] RIP: 0033:0x7fd154f0f03e
[  669.984165] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[  670.002912] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[  670.010478] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[  670.017609] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[  670.024740] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[  670.031873] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[  670.038998] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[  670.046133]  </TASK>
[  693.743079] watchdog: BUG: soft lockup - CPU#34 stuck for 418s! [grub2-mount:4482]
[  693.750644] Modules linked in: btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[  693.826234] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  693.838305] Tainted: [L]=SOFTLOCKUP
[  693.841796] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[  693.849449] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[  693.855543] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[  693.874287] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[  693.879514] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[  693.886645] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[  693.893780] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[  693.900910] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[  693.908042] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[  693.915168] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[  693.923252] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  693.928999] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[  693.936131] PKRU: 55555554
[  693.938845] Call Trace:
[  693.941296]  <IRQ>
[  693.943319]  ? show_regs+0x6d/0x80
[  693.946722]  ? watchdog_timer_fn+0x1f8/0x280
[  693.950995]  ? __pfx_watchdog_timer_fn+0x10/0x10
[  693.955614]  ? __hrtimer_run_queues+0x114/0x2a0
[  693.960148]  ? hrtimer_interrupt+0x108/0x230
[  693.964422]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[  693.969647]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[  693.974609]  </IRQ>
[  693.976709]  <TASK>
[  693.978815]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[  693.984130]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[  693.989612]  _raw_spin_lock+0x2d/0x40
[  693.993277]  fuse_iget+0x125/0x250
[  693.996686]  fuse_fill_super_common+0x3ae/0x4f0
[  694.001218]  ? __pfx_fuse_fill_super+0x10/0x10
[  694.005662]  fuse_fill_super+0x5e/0xb0
[  694.009416]  get_tree_nodev+0x6f/0xa0
[  694.013079]  ? fget+0x80/0xb0
[  694.016053]  fuse_get_tree+0xc6/0x1b0
[  694.019721]  vfs_get_tree+0x2e/0xf0
[  694.023212]  path_mount+0x4f0/0xb50
[  694.026703]  ? putname+0x5b/0x70
[  694.029938]  __x64_sys_mount+0x10d/0x150
[  694.033864]  x64_sys_call+0x1e1d/0x2140
[  694.037700]  do_syscall_64+0x51/0x120
[  694.041369]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  694.046422] RIP: 0033:0x7fd154f0f03e
[  694.049999] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[  694.068744] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[  694.076311] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[  694.083442] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[  694.090568] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[  694.097698] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[  694.104824] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[  694.111958]  </TASK>
[  721.742397] watchdog: BUG: soft lockup - CPU#34 stuck for 444s! [grub2-mount:4482]
[  721.749969] Modules linked in: btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[  721.825560] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  721.837631] Tainted: [L]=SOFTLOCKUP
[  721.841122] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[  721.848775] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[  721.854869] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[  721.873614] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[  721.878839] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[  721.885972] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[  721.893104] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[  721.900236] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[  721.907370] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[  721.914501] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[  721.922586] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  721.928331] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[  721.935459] PKRU: 55555554
[  721.938169] Call Trace:
[  721.940622]  <IRQ>
[  721.942643]  ? show_regs+0x6d/0x80
[  721.946049]  ? watchdog_timer_fn+0x1f8/0x280
[  721.950320]  ? __pfx_watchdog_timer_fn+0x10/0x10
[  721.954940]  ? __hrtimer_run_queues+0x114/0x2a0
[  721.959474]  ? hrtimer_interrupt+0x108/0x230
[  721.963746]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[  721.968971]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[  721.973938]  </IRQ>
[  721.976043]  <TASK>
[  721.978148]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[  721.983462]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[  721.988948]  _raw_spin_lock+0x2d/0x40
[  721.992613]  fuse_iget+0x125/0x250
[  721.996018]  fuse_fill_super_common+0x3ae/0x4f0
[  722.000553]  ? __pfx_fuse_fill_super+0x10/0x10
[  722.004996]  fuse_fill_super+0x5e/0xb0
[  722.008748]  get_tree_nodev+0x6f/0xa0
[  722.012413]  ? fget+0x80/0xb0
[  722.015388]  fuse_get_tree+0xc6/0x1b0
[  722.019053]  vfs_get_tree+0x2e/0xf0
[  722.022545]  path_mount+0x4f0/0xb50
[  722.026040]  ? putname+0x5b/0x70
[  722.029273]  __x64_sys_mount+0x10d/0x150
[  722.033198]  x64_sys_call+0x1e1d/0x2140
[  722.037037]  do_syscall_64+0x51/0x120
[  722.040703]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  722.045754] RIP: 0033:0x7fd154f0f03e
[  722.049335] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[  722.068081] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[  722.075644] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[  722.082777] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[  722.089909] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[  722.097043] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[  722.104177] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[  722.111312]  </TASK>
[  727.237320] INFO: task systemd:1 blocked for more than 362 seconds.
[  727.243598]       Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  727.252498] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[  727.260322] task:systemd         state:D stack:0     pid:1     tgid:1     ppid:0      flags:0x00000002
[  727.269631] Call Trace:
[  727.272079]  <TASK>
[  727.274189]  __schedule+0x383/0xac0
[  727.277691]  ? xa_load+0x72/0xb0
[  727.280927]  schedule+0x2e/0x120
[  727.284164]  schedule_timeout+0x150/0x160
[  727.288176]  __wait_for_common+0x91/0x180
[  727.292189]  ? __pfx_schedule_timeout+0x10/0x10
[  727.296723]  wait_for_completion_state+0x25/0x40
[  727.301350]  __wait_rcu_gp+0x139/0x140
[  727.305107]  synchronize_rcu_normal.part.0+0x3d/0x60
[  727.310076]  ? __pfx_call_rcu_hurry+0x10/0x10
[  727.314434]  ? __pfx_wakeme_after_rcu+0x10/0x10
[  727.318969]  synchronize_rcu_normal+0x98/0xa0
[  727.323333]  ? srso_alias_return_thunk+0x5/0xfbef5
[  727.328127]  ? mntput_no_expire+0x53/0x260
[  727.332227]  ? srso_alias_return_thunk+0x5/0xfbef5
[  727.337020]  ? _parse_integer+0x12/0x20
[  727.340869]  synchronize_rcu+0xbf/0xd0
[  727.344621]  rcu_sync_enter+0x5c/0xe0
[  727.348287]  ? srso_alias_return_thunk+0x5/0xfbef5
[  727.353078]  ? kstrtoull+0x18/0x20
[  727.356484]  ? srso_alias_return_thunk+0x5/0xfbef5
[  727.361279]  percpu_down_write+0x24/0x180
[  727.365301]  cgroup_procs_write_start+0x6f/0x150
[  727.369927]  __cgroup_procs_write+0x5d/0x150
[  727.374208]  cgroup_procs_write+0x1b/0x30
[  727.378228]  cgroup_file_write+0x8c/0x160
[  727.382241]  kernfs_fop_write_iter+0x140/0x1d0
[  727.386697]  vfs_write+0x2fc/0x410
[  727.390115]  ksys_write+0x6b/0xf0
[  727.393438]  __x64_sys_write+0x1d/0x30
[  727.397187]  x64_sys_call+0x16b3/0x2140
[  727.401031]  do_syscall_64+0x51/0x120
[  727.404704]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  727.409755] RIP: 0033:0x7f6013cfda8f
[  727.413337] RSP: 002b:00007ffe4830b000 EFLAGS: 00000293 ORIG_RAX: 0000000000000001
[  727.420902] RAX: ffffffffffffffda RBX: 0000000000000005 RCX: 00007f6013cfda8f
[  727.428037] RDX: 0000000000000005 RSI: 00007ffe4830b1fa RDI: 0000000000000059
[  727.435174] RBP: 00007ffe4830b1fa R08: 0000000000000000 R09: 00007ffe4830b080
[  727.442306] R10: 0000000000000000 R11: 0000000000000293 R12: 0000000000000005
[  727.449440] R13: 00005579eb2b93c0 R14: 0000000000000005 R15: 00007f6013df69e0
[  727.456577]  </TASK>
[  727.458928] INFO: task systemd:2737 blocked for more than 241 seconds.
[  727.465455]       Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  727.474320] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[  727.482148] task:systemd         state:D stack:0     pid:2737  tgid:2737  ppid:1      flags:0x00000002
[  727.491457] Call Trace:
[  727.493907]  <TASK>
[  727.496011]  __schedule+0x383/0xac0
[  727.499510]  schedule+0x2e/0x120
[  727.502747]  schedule_preempt_disabled+0x19/0x30
[  727.507367]  __mutex_lock.constprop.0+0x372/0x6f0
[  727.512074]  ? __d_add+0x143/0x1d0
[  727.515490]  __mutex_lock_slowpath+0x13/0x20
[  727.519769]  mutex_lock+0x3b/0x50
[  727.523087]  cgroup_kn_lock_live+0x4b/0xe0
[  727.527188]  cgroup_mkdir+0x43/0x450
[  727.530775]  ? srso_alias_return_thunk+0x5/0xfbef5
[  727.535569]  kernfs_iop_mkdir+0x60/0x90
[  727.539417]  vfs_mkdir+0x18f/0x250
[  727.542831]  do_mkdirat+0x117/0x160
[  727.546333]  __x64_sys_mkdir+0x4d/0x70
[  727.550095]  x64_sys_call+0x1c5a/0x2140
[  727.553939]  do_syscall_64+0x51/0x120
[  727.557606]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  727.562659] RIP: 0033:0x7f31734fd62b
[  727.566238] RSP: 002b:00007ffd692d0f98 EFLAGS: 00000246 ORIG_RAX: 0000000000000053
[  727.573816] RAX: ffffffffffffffda RBX: 000055db40698510 RCX: 00007f31734fd62b
[  727.580953] RDX: 0000000000000000 RSI: 00000000000001ed RDI: 000055db406e71e0
[  727.588086] RBP: 00007ffd692d0fd0 R08: 0000000000000035 R09: 0000000000000000
[  727.595218] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000000000
[  727.602349] R13: 00000000000000a0 R14: 00007f3173a5dd0d R15: 00000000000000a0
[  727.609488]  </TASK>
[  749.741715] watchdog: BUG: soft lockup - CPU#34 stuck for 470s! [grub2-mount:4482]
[  749.749279] Modules linked in: btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[  749.824869] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  749.836939] Tainted: [L]=SOFTLOCKUP
[  749.840434] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[  749.848085] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[  749.854177] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[  749.872924] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[  749.878148] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[  749.885280] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[  749.892414] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[  749.899545] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[  749.906679] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[  749.913812] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[  749.921896] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  749.927643] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[  749.934774] PKRU: 55555554
[  749.937486] Call Trace:
[  749.939933]  <IRQ>
[  749.941952]  ? show_regs+0x6d/0x80
[  749.945356]  ? watchdog_timer_fn+0x1f8/0x280
[  749.949631]  ? __pfx_watchdog_timer_fn+0x10/0x10
[  749.954251]  ? __hrtimer_run_queues+0x114/0x2a0
[  749.958784]  ? hrtimer_interrupt+0x108/0x230
[  749.963055]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[  749.968279]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[  749.973246]  </IRQ>
[  749.975352]  <TASK>
[  749.977459]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[  749.982774]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[  749.988258]  _raw_spin_lock+0x2d/0x40
[  749.991923]  fuse_iget+0x125/0x250
[  749.995329]  fuse_fill_super_common+0x3ae/0x4f0
[  749.999861]  ? __pfx_fuse_fill_super+0x10/0x10
[  750.004305]  fuse_fill_super+0x5e/0xb0
[  750.008060]  get_tree_nodev+0x6f/0xa0
[  750.011726]  ? fget+0x80/0xb0
[  750.014698]  fuse_get_tree+0xc6/0x1b0
[  750.018362]  vfs_get_tree+0x2e/0xf0
[  750.021857]  path_mount+0x4f0/0xb50
[  750.025348]  ? putname+0x5b/0x70
[  750.028581]  __x64_sys_mount+0x10d/0x150
[  750.032508]  x64_sys_call+0x1e1d/0x2140
[  750.036347]  do_syscall_64+0x51/0x120
[  750.040013]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  750.045064] RIP: 0033:0x7fd154f0f03e
[  750.048643] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[  750.067390] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[  750.074954] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[  750.082086] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[  750.089220] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[  750.096351] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[  750.103483] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[  750.110619]  </TASK>
[  777.741033] watchdog: BUG: soft lockup - CPU#34 stuck for 496s! [grub2-mount:4482]
[  777.748606] Modules linked in: btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[  777.824193] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  777.836268] Tainted: [L]=SOFTLOCKUP
[  777.839758] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[  777.847412] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[  777.853506] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[  777.872248] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[  777.877474] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[  777.884607] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[  777.891741] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[  777.898870] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[  777.905996] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[  777.913129] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[  777.921216] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  777.926959] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[  777.934094] PKRU: 55555554
[  777.936804] Call Trace:
[  777.939251]  <IRQ>
[  777.941269]  ? show_regs+0x6d/0x80
[  777.944673]  ? watchdog_timer_fn+0x1f8/0x280
[  777.948946]  ? __pfx_watchdog_timer_fn+0x10/0x10
[  777.953566]  ? __hrtimer_run_queues+0x114/0x2a0
[  777.958101]  ? hrtimer_interrupt+0x108/0x230
[  777.962375]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[  777.967596]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[  777.972563]  </IRQ>
[  777.974667]  <TASK>
[  777.976767]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[  777.982080]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[  777.987565]  _raw_spin_lock+0x2d/0x40
[  777.991232]  fuse_iget+0x125/0x250
[  777.994638]  fuse_fill_super_common+0x3ae/0x4f0
[  777.999170]  ? __pfx_fuse_fill_super+0x10/0x10
[  778.003613]  fuse_fill_super+0x5e/0xb0
[  778.007369]  get_tree_nodev+0x6f/0xa0
[  778.011032]  ? fget+0x80/0xb0
[  778.014007]  fuse_get_tree+0xc6/0x1b0
[  778.017674]  vfs_get_tree+0x2e/0xf0
[  778.021164]  path_mount+0x4f0/0xb50
[  778.024657]  ? putname+0x5b/0x70
[  778.027891]  __x64_sys_mount+0x10d/0x150
[  778.031817]  x64_sys_call+0x1e1d/0x2140
[  778.035654]  do_syscall_64+0x51/0x120
[  778.039320]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  778.044372] RIP: 0033:0x7fd154f0f03e
[  778.047951] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[  778.066697] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[  778.074262] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[  778.081388] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[  778.088518] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[  778.095651] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[  778.102784] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[  778.109919]  </TASK>
[  805.740351] watchdog: BUG: soft lockup - CPU#34 stuck for 522s! [grub2-mount:4482]
[  805.747924] Modules linked in: btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[  805.823512] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  805.835583] Tainted: [L]=SOFTLOCKUP
[  805.839078] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[  805.846729] RIP: 0010:native_queued_spin_lock_slowpath+0x7c/0x2d0
[  805.852821] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[  805.871566] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[  805.876792] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[  805.883924] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[  805.891058] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[  805.898190] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[  805.905320] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[  805.912448] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[  805.920532] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  805.926278] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[  805.933411] PKRU: 55555554
[  805.936123] Call Trace:
[  805.938577]  <IRQ>
[  805.940596]  ? show_regs+0x6d/0x80
[  805.944002]  ? watchdog_timer_fn+0x1f8/0x280
[  805.948273]  ? __pfx_watchdog_timer_fn+0x10/0x10
[  805.952893]  ? __hrtimer_run_queues+0x114/0x2a0
[  805.957428]  ? hrtimer_interrupt+0x108/0x230
[  805.961700]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[  805.966924]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[  805.971890]  </IRQ>
[  805.973994]  <TASK>
[  805.976094]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[  805.981408]  ? native_queued_spin_lock_slowpath+0x7c/0x2d0
[  805.986892]  _raw_spin_lock+0x2d/0x40
[  805.990557]  fuse_iget+0x125/0x250
[  805.993963]  fuse_fill_super_common+0x3ae/0x4f0
[  805.998500]  ? __pfx_fuse_fill_super+0x10/0x10
[  806.002943]  fuse_fill_super+0x5e/0xb0
[  806.006695]  get_tree_nodev+0x6f/0xa0
[  806.010361]  ? fget+0x80/0xb0
[  806.013333]  fuse_get_tree+0xc6/0x1b0
[  806.016999]  vfs_get_tree+0x2e/0xf0
[  806.020491]  path_mount+0x4f0/0xb50
[  806.023982]  ? putname+0x5b/0x70
[  806.027215]  __x64_sys_mount+0x10d/0x150
[  806.031144]  x64_sys_call+0x1e1d/0x2140
[  806.034981]  do_syscall_64+0x51/0x120
[  806.038648]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  806.043698] RIP: 0033:0x7fd154f0f03e
[  806.047279] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[  806.066025] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[  806.073590] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[  806.080722] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[  806.087853] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[  806.094987] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[  806.102121] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[  806.109254]  </TASK>
[  833.739668] watchdog: BUG: soft lockup - CPU#34 stuck for 548s! [grub2-mount:4482]
[  833.747231] Modules linked in: btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[  833.822822] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  833.834891] Tainted: [L]=SOFTLOCKUP
[  833.838375] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[  833.846022] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[  833.852112] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[  833.870858] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[  833.876085] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[  833.883217] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[  833.890350] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[  833.897481] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[  833.904613] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[  833.911738] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[  833.919823] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  833.925570] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[  833.932701] PKRU: 55555554
[  833.935413] Call Trace:
[  833.937857]  <IRQ>
[  833.939869]  ? show_regs+0x6d/0x80
[  833.943276]  ? watchdog_timer_fn+0x1f8/0x280
[  833.947548]  ? __pfx_watchdog_timer_fn+0x10/0x10
[  833.952167]  ? __hrtimer_run_queues+0x114/0x2a0
[  833.956701]  ? hrtimer_interrupt+0x108/0x230
[  833.960973]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[  833.966197]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[  833.971163]  </IRQ>
[  833.973267]  <TASK>
[  833.975368]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[  833.980680]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[  833.986167]  _raw_spin_lock+0x2d/0x40
[  833.989831]  fuse_iget+0x125/0x250
[  833.993239]  fuse_fill_super_common+0x3ae/0x4f0
[  833.997770]  ? __pfx_fuse_fill_super+0x10/0x10
[  834.002215]  fuse_fill_super+0x5e/0xb0
[  834.005968]  get_tree_nodev+0x6f/0xa0
[  834.009634]  ? fget+0x80/0xb0
[  834.012607]  fuse_get_tree+0xc6/0x1b0
[  834.016273]  vfs_get_tree+0x2e/0xf0
[  834.019763]  path_mount+0x4f0/0xb50
[  834.023256]  ? putname+0x5b/0x70
[  834.026490]  __x64_sys_mount+0x10d/0x150
[  834.030416]  x64_sys_call+0x1e1d/0x2140
[  834.034255]  do_syscall_64+0x51/0x120
[  834.037922]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  834.042975] RIP: 0033:0x7fd154f0f03e
[  834.046553] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[  834.065298] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[  834.072863] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[  834.079996] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[  834.087128] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[  834.094259] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[  834.101383] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[  834.108514]  </TASK>
[  848.066376] INFO: task systemd:1 blocked for more than 483 seconds.
[  848.072659]       Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  848.081531] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[  848.089357] task:systemd         state:D stack:0     pid:1     tgid:1     ppid:0      flags:0x00000002
[  848.098665] Call Trace:
[  848.101114]  <TASK>
[  848.103225]  __schedule+0x383/0xac0
[  848.106724]  ? xa_load+0x72/0xb0
[  848.109954]  schedule+0x2e/0x120
[  848.113188]  schedule_timeout+0x150/0x160
[  848.117205]  __wait_for_common+0x91/0x180
[  848.121223]  ? __pfx_schedule_timeout+0x10/0x10
[  848.125758]  wait_for_completion_state+0x25/0x40
[  848.130386]  __wait_rcu_gp+0x139/0x140
[  848.134141]  synchronize_rcu_normal.part.0+0x3d/0x60
[  848.139110]  ? __pfx_call_rcu_hurry+0x10/0x10
[  848.143469]  ? __pfx_wakeme_after_rcu+0x10/0x10
[  848.148004]  synchronize_rcu_normal+0x98/0xa0
[  848.152362]  ? srso_alias_return_thunk+0x5/0xfbef5
[  848.157163]  ? mntput_no_expire+0x53/0x260
[  848.161271]  ? srso_alias_return_thunk+0x5/0xfbef5
[  848.166063]  ? _parse_integer+0x12/0x20
[  848.169912]  synchronize_rcu+0xbf/0xd0
[  848.173665]  rcu_sync_enter+0x5c/0xe0
[  848.177331]  ? srso_alias_return_thunk+0x5/0xfbef5
[  848.182131]  ? kstrtoull+0x18/0x20
[  848.185536]  ? srso_alias_return_thunk+0x5/0xfbef5
[  848.190328]  percpu_down_write+0x24/0x180
[  848.194343]  cgroup_procs_write_start+0x6f/0x150
[  848.198970]  __cgroup_procs_write+0x5d/0x150
[  848.203253]  cgroup_procs_write+0x1b/0x30
[  848.207273]  cgroup_file_write+0x8c/0x160
[  848.211292]  kernfs_fop_write_iter+0x140/0x1d0
[  848.215739]  vfs_write+0x2fc/0x410
[  848.219154]  ksys_write+0x6b/0xf0
[  848.222474]  __x64_sys_write+0x1d/0x30
[  848.226223]  x64_sys_call+0x16b3/0x2140
[  848.230064]  do_syscall_64+0x51/0x120
[  848.233732]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  848.238791] RIP: 0033:0x7f6013cfda8f
[  848.242371] RSP: 002b:00007ffe4830b000 EFLAGS: 00000293 ORIG_RAX: 0000000000000001
[  848.249936] RAX: ffffffffffffffda RBX: 0000000000000005 RCX: 00007f6013cfda8f
[  848.257072] RDX: 0000000000000005 RSI: 00007ffe4830b1fa RDI: 0000000000000059
[  848.264212] RBP: 00007ffe4830b1fa R08: 0000000000000000 R09: 00007ffe4830b080
[  848.271341] R10: 0000000000000000 R11: 0000000000000293 R12: 0000000000000005
[  848.278476] R13: 00005579eb2b93c0 R14: 0000000000000005 R15: 00007f6013df69e0
[  848.285611]  </TASK>
[  848.287954] INFO: task systemd:2737 blocked for more than 362 seconds.
[  848.294483]       Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  848.303346] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[  848.311173] task:systemd         state:D stack:0     pid:2737  tgid:2737  ppid:1      flags:0x00000002
[  848.320475] Call Trace:
[  848.322926]  <TASK>
[  848.325030]  __schedule+0x383/0xac0
[  848.328524]  schedule+0x2e/0x120
[  848.331756]  schedule_preempt_disabled+0x19/0x30
[  848.336375]  __mutex_lock.constprop.0+0x372/0x6f0
[  848.341083]  ? __d_add+0x143/0x1d0
[  848.344496]  __mutex_lock_slowpath+0x13/0x20
[  848.348770]  mutex_lock+0x3b/0x50
[  848.352088]  cgroup_kn_lock_live+0x4b/0xe0
[  848.356186]  cgroup_mkdir+0x43/0x450
[  848.359767]  ? srso_alias_return_thunk+0x5/0xfbef5
[  848.364558]  kernfs_iop_mkdir+0x60/0x90
[  848.368399]  vfs_mkdir+0x18f/0x250
[  848.371812]  do_mkdirat+0x117/0x160
[  848.375307]  __x64_sys_mkdir+0x4d/0x70
[  848.379070]  x64_sys_call+0x1c5a/0x2140
[  848.382913]  do_syscall_64+0x51/0x120
[  848.386581]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  848.391632] RIP: 0033:0x7f31734fd62b
[  848.395212] RSP: 002b:00007ffd692d0f98 EFLAGS: 00000246 ORIG_RAX: 0000000000000053
[  848.402777] RAX: ffffffffffffffda RBX: 000055db40698510 RCX: 00007f31734fd62b
[  848.409911] RDX: 0000000000000000 RSI: 00000000000001ed RDI: 000055db406e71e0
[  848.417044] RBP: 00007ffd692d0fd0 R08: 0000000000000035 R09: 0000000000000000
[  848.424173] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000000000
[  848.431307] R13: 00000000000000a0 R14: 00007f3173a5dd0d R15: 00000000000000a0
[  848.438446]  </TASK>
[  850.046309] rcu: INFO: rcu_preempt self-detected stall on CPU
[  850.052066] rcu: 	34-....: (148170 ticks this GP) idle=6724/1/0x4000000000000000 softirq=785/785 fqs=74162
[  850.061714] rcu: 	(t=150262 jiffies g=7337 q=74854 ncpus=128)
[  850.067459] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  850.079530] Tainted: [L]=SOFTLOCKUP
[  850.083020] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[  850.090674] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[  850.096774] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[  850.115519] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[  850.120745] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[  850.127878] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[  850.135009] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[  850.142142] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[  850.149276] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[  850.156409] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[  850.164493] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  850.170240] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[  850.177373] PKRU: 55555554
[  850.180084] Call Trace:
[  850.182536]  <IRQ>
[  850.184559]  ? show_regs+0x6d/0x80
[  850.187964]  ? dump_cpu_task+0x6b/0x80
[  850.191716]  ? rcu_dump_cpu_stacks+0xa4/0x100
[  850.196076]  ? rcu_sched_clock_irq+0x6b4/0x10c0
[  850.200608]  ? srso_alias_return_thunk+0x5/0xfbef5
[  850.205400]  ? __cgroup_account_cputime_field+0x3f/0x60
[  850.210624]  ? srso_alias_return_thunk+0x5/0xfbef5
[  850.215419]  ? account_system_index_time+0x95/0xb0
[  850.220213]  ? update_process_times+0x74/0xc0
[  850.224569]  ? tick_nohz_handler+0x9b/0x150
[  850.228755]  ? __pfx_tick_nohz_handler+0x10/0x10
[  850.233375]  ? __hrtimer_run_queues+0x114/0x2a0
[  850.237910]  ? hrtimer_interrupt+0x108/0x230
[  850.242179]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[  850.247407]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[  850.252370]  </IRQ>
[  850.254478]  <TASK>
[  850.256583]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[  850.261898]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[  850.267383]  _raw_spin_lock+0x2d/0x40
[  850.271047]  fuse_iget+0x125/0x250
[  850.274453]  fuse_fill_super_common+0x3ae/0x4f0
[  850.278989]  ? __pfx_fuse_fill_super+0x10/0x10
[  850.283432]  fuse_fill_super+0x5e/0xb0
[  850.287185]  get_tree_nodev+0x6f/0xa0
[  850.290849]  ? fget+0x80/0xb0
[  850.293822]  fuse_get_tree+0xc6/0x1b0
[  850.297490]  vfs_get_tree+0x2e/0xf0
[  850.300983]  path_mount+0x4f0/0xb50
[  850.304475]  ? putname+0x5b/0x70
[  850.307707]  __x64_sys_mount+0x10d/0x150
[  850.311634]  x64_sys_call+0x1e1d/0x2140
[  850.315472]  do_syscall_64+0x51/0x120
[  850.319139]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  850.324190] RIP: 0033:0x7fd154f0f03e
[  850.327768] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[  850.346516] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[  850.354081] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[  850.361213] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[  850.368346] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[  850.375477] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[  850.382611] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[  850.389744]  </TASK>
[  877.738606] watchdog: BUG: soft lockup - CPU#34 stuck for 589s! [grub2-mount:4482]
[  877.746174] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[  877.822137] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  877.834208] Tainted: [L]=SOFTLOCKUP
[  877.837700] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[  877.845352] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[  877.851446] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[  877.870191] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[  877.875417] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[  877.882550] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[  877.889681] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[  877.896815] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[  877.903947] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[  877.911081] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[  877.919166] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  877.924911] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[  877.932042] PKRU: 55555554
[  877.934756] Call Trace:
[  877.937208]  <IRQ>
[  877.939228]  ? show_regs+0x6d/0x80
[  877.942633]  ? watchdog_timer_fn+0x1f8/0x280
[  877.946906]  ? __pfx_watchdog_timer_fn+0x10/0x10
[  877.951526]  ? __hrtimer_run_queues+0x114/0x2a0
[  877.956059]  ? hrtimer_interrupt+0x108/0x230
[  877.960333]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[  877.965558]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[  877.970521]  </IRQ>
[  877.972628]  <TASK>
[  877.974735]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[  877.980048]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[  877.985535]  _raw_spin_lock+0x2d/0x40
[  877.989198]  fuse_iget+0x125/0x250
[  877.992608]  fuse_fill_super_common+0x3ae/0x4f0
[  877.997139]  ? __pfx_fuse_fill_super+0x10/0x10
[  878.001583]  fuse_fill_super+0x5e/0xb0
[  878.005336]  get_tree_nodev+0x6f/0xa0
[  878.009002]  ? fget+0x80/0xb0
[  878.011975]  fuse_get_tree+0xc6/0x1b0
[  878.015642]  vfs_get_tree+0x2e/0xf0
[  878.019131]  path_mount+0x4f0/0xb50
[  878.022625]  ? putname+0x5b/0x70
[  878.025860]  __x64_sys_mount+0x10d/0x150
[  878.029785]  x64_sys_call+0x1e1d/0x2140
[  878.033624]  do_syscall_64+0x51/0x120
[  878.037288]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  878.042342] RIP: 0033:0x7fd154f0f03e
[  878.045921] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[  878.064666] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[  878.072232] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[  878.079364] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[  878.086496] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[  878.093631] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[  878.100762] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[  878.107898]  </TASK>
[  905.737958] watchdog: BUG: soft lockup - CPU#34 stuck for 615s! [grub2-mount:4482]
[  905.745526] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[  905.821462] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  905.833532] Tainted: [L]=SOFTLOCKUP
[  905.837026] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[  905.844676] RIP: 0010:native_queued_spin_lock_slowpath+0x7c/0x2d0
[  905.850769] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[  905.869514] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[  905.874739] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[  905.881865] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[  905.888996] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[  905.896121] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[  905.903254] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[  905.910386] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[  905.918473] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  905.924217] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[  905.931342] PKRU: 55555554
[  905.934054] Call Trace:
[  905.936505]  <IRQ>
[  905.938518]  ? show_regs+0x6d/0x80
[  905.941925]  ? watchdog_timer_fn+0x1f8/0x280
[  905.946196]  ? __pfx_watchdog_timer_fn+0x10/0x10
[  905.950816]  ? __hrtimer_run_queues+0x114/0x2a0
[  905.955349]  ? hrtimer_interrupt+0x108/0x230
[  905.959620]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[  905.964848]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[  905.969813]  </IRQ>
[  905.971917]  <TASK>
[  905.974025]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[  905.979340]  ? native_queued_spin_lock_slowpath+0x7c/0x2d0
[  905.984823]  _raw_spin_lock+0x2d/0x40
[  905.988488]  fuse_iget+0x125/0x250
[  905.991896]  fuse_fill_super_common+0x3ae/0x4f0
[  905.996430]  ? __pfx_fuse_fill_super+0x10/0x10
[  906.000871]  fuse_fill_super+0x5e/0xb0
[  906.004626]  get_tree_nodev+0x6f/0xa0
[  906.008292]  ? fget+0x80/0xb0
[  906.011264]  fuse_get_tree+0xc6/0x1b0
[  906.014929]  vfs_get_tree+0x2e/0xf0
[  906.018423]  path_mount+0x4f0/0xb50
[  906.021916]  ? putname+0x5b/0x70
[  906.025150]  __x64_sys_mount+0x10d/0x150
[  906.029074]  x64_sys_call+0x1e1d/0x2140
[  906.032913]  do_syscall_64+0x51/0x120
[  906.036580]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  906.041629] RIP: 0033:0x7fd154f0f03e
[  906.045211] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[  906.063954] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[  906.071520] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[  906.078646] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[  906.085778] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[  906.092911] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[  906.100040] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[  906.107169]  </TASK>
[  933.737311] watchdog: BUG: soft lockup - CPU#34 stuck for 641s! [grub2-mount:4482]
[  933.744885] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[  933.820827] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  933.832900] Tainted: [L]=SOFTLOCKUP
[  933.836392] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[  933.844047] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[  933.850136] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[  933.868882] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[  933.874110] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[  933.881242] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[  933.888373] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[  933.895504] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[  933.902631] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[  933.909762] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[  933.917848] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  933.923592] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[  933.930727] PKRU: 55555554
[  933.933440] Call Trace:
[  933.935894]  <IRQ>
[  933.937912]  ? show_regs+0x6d/0x80
[  933.941316]  ? watchdog_timer_fn+0x1f8/0x280
[  933.945590]  ? __pfx_watchdog_timer_fn+0x10/0x10
[  933.950210]  ? __hrtimer_run_queues+0x114/0x2a0
[  933.954743]  ? hrtimer_interrupt+0x108/0x230
[  933.959015]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[  933.964239]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[  933.969207]  </IRQ>
[  933.971313]  <TASK>
[  933.973416]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[  933.978732]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[  933.984217]  _raw_spin_lock+0x2d/0x40
[  933.987880]  fuse_iget+0x125/0x250
[  933.991290]  fuse_fill_super_common+0x3ae/0x4f0
[  933.995821]  ? __pfx_fuse_fill_super+0x10/0x10
[  934.000266]  fuse_fill_super+0x5e/0xb0
[  934.004018]  get_tree_nodev+0x6f/0xa0
[  934.007685]  ? fget+0x80/0xb0
[  934.010659]  fuse_get_tree+0xc6/0x1b0
[  934.014323]  vfs_get_tree+0x2e/0xf0
[  934.017815]  path_mount+0x4f0/0xb50
[  934.021308]  ? putname+0x5b/0x70
[  934.024542]  __x64_sys_mount+0x10d/0x150
[  934.028468]  x64_sys_call+0x1e1d/0x2140
[  934.032305]  do_syscall_64+0x51/0x120
[  934.035972]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  934.041023] RIP: 0033:0x7fd154f0f03e
[  934.044605] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[  934.063350] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[  934.070914] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[  934.078048] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[  934.085180] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[  934.092311] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[  934.099445] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[  934.106582]  </TASK>
[  961.736701] watchdog: BUG: soft lockup - CPU#34 stuck for 667s! [grub2-mount:4482]
[  961.744269] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[  961.820205] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  961.832274] Tainted: [L]=SOFTLOCKUP
[  961.835766] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[  961.843412] RIP: 0010:native_queued_spin_lock_slowpath+0x7c/0x2d0
[  961.849505] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[  961.868250] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[  961.873473] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[  961.880597] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[  961.887733] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[  961.894862] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[  961.901986] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[  961.909121] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[  961.917205] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  961.922953] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[  961.930084] PKRU: 55555554
[  961.932796] Call Trace:
[  961.935249]  <IRQ>
[  961.937270]  ? show_regs+0x6d/0x80
[  961.940673]  ? watchdog_timer_fn+0x1f8/0x280
[  961.944948]  ? __pfx_watchdog_timer_fn+0x10/0x10
[  961.949566]  ? __hrtimer_run_queues+0x114/0x2a0
[  961.954099]  ? hrtimer_interrupt+0x108/0x230
[  961.958374]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[  961.963598]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[  961.968564]  </IRQ>
[  961.970667]  <TASK>
[  961.972768]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[  961.978081]  ? native_queued_spin_lock_slowpath+0x7c/0x2d0
[  961.983564]  _raw_spin_lock+0x2d/0x40
[  961.987232]  fuse_iget+0x125/0x250
[  961.990639]  fuse_fill_super_common+0x3ae/0x4f0
[  961.995172]  ? __pfx_fuse_fill_super+0x10/0x10
[  961.999614]  fuse_fill_super+0x5e/0xb0
[  962.003366]  get_tree_nodev+0x6f/0xa0
[  962.007032]  ? fget+0x80/0xb0
[  962.010008]  fuse_get_tree+0xc6/0x1b0
[  962.013673]  vfs_get_tree+0x2e/0xf0
[  962.017164]  path_mount+0x4f0/0xb50
[  962.020658]  ? putname+0x5b/0x70
[  962.023892]  __x64_sys_mount+0x10d/0x150
[  962.027818]  x64_sys_call+0x1e1d/0x2140
[  962.031653]  do_syscall_64+0x51/0x120
[  962.035322]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  962.040372] RIP: 0033:0x7fd154f0f03e
[  962.043954] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[  962.062698] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[  962.070264] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[  962.077395] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[  962.084527] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[  962.091661] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[  962.098793] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[  962.105931]  </TASK>
[  968.895609] INFO: task systemd:1 blocked for more than 604 seconds.
[  968.901892]       Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  968.910767] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[  968.918599] task:systemd         state:D stack:0     pid:1     tgid:1     ppid:0      flags:0x00000002
[  968.927905] Call Trace:
[  968.930355]  <TASK>
[  968.932466]  __schedule+0x383/0xac0
[  968.935967]  ? xa_load+0x72/0xb0
[  968.939204]  schedule+0x2e/0x120
[  968.942440]  schedule_timeout+0x150/0x160
[  968.946455]  __wait_for_common+0x91/0x180
[  968.950473]  ? __pfx_schedule_timeout+0x10/0x10
[  968.955006]  wait_for_completion_state+0x25/0x40
[  968.959627]  __wait_rcu_gp+0x139/0x140
[  968.963384]  synchronize_rcu_normal.part.0+0x3d/0x60
[  968.968353]  ? __pfx_call_rcu_hurry+0x10/0x10
[  968.972712]  ? __pfx_wakeme_after_rcu+0x10/0x10
[  968.977244]  synchronize_rcu_normal+0x98/0xa0
[  968.981603]  ? srso_alias_return_thunk+0x5/0xfbef5
[  968.986395]  ? mntput_no_expire+0x53/0x260
[  968.990504]  ? srso_alias_return_thunk+0x5/0xfbef5
[  968.995296]  ? _parse_integer+0x12/0x20
[  968.999144]  synchronize_rcu+0xbf/0xd0
[  969.002896]  rcu_sync_enter+0x5c/0xe0
[  969.006562]  ? srso_alias_return_thunk+0x5/0xfbef5
[  969.011356]  ? kstrtoull+0x18/0x20
[  969.014768]  ? srso_alias_return_thunk+0x5/0xfbef5
[  969.019563]  percpu_down_write+0x24/0x180
[  969.023583]  cgroup_procs_write_start+0x6f/0x150
[  969.028201]  __cgroup_procs_write+0x5d/0x150
[  969.032477]  cgroup_procs_write+0x1b/0x30
[  969.036496]  cgroup_file_write+0x8c/0x160
[  969.040519]  kernfs_fop_write_iter+0x140/0x1d0
[  969.044972]  vfs_write+0x2fc/0x410
[  969.048390]  ksys_write+0x6b/0xf0
[  969.051717]  __x64_sys_write+0x1d/0x30
[  969.055471]  x64_sys_call+0x16b3/0x2140
[  969.059315]  do_syscall_64+0x51/0x120
[  969.062981]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  969.068033] RIP: 0033:0x7f6013cfda8f
[  969.071614] RSP: 002b:00007ffe4830b000 EFLAGS: 00000293 ORIG_RAX: 0000000000000001
[  969.079189] RAX: ffffffffffffffda RBX: 0000000000000005 RCX: 00007f6013cfda8f
[  969.086329] RDX: 0000000000000005 RSI: 00007ffe4830b1fa RDI: 0000000000000059
[  969.093460] RBP: 00007ffe4830b1fa R08: 0000000000000000 R09: 00007ffe4830b080
[  969.100592] R10: 0000000000000000 R11: 0000000000000293 R12: 0000000000000005
[  969.107725] R13: 00005579eb2b93c0 R14: 0000000000000005 R15: 00007f6013df69e0
[  969.114861]  </TASK>
[  969.117149] INFO: task kworker/16:1:854 blocked for more than 120 seconds.
[  969.124132]       Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  969.132997] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[  969.140821] task:kworker/16:1    state:D stack:0     pid:854   tgid:854   ppid:2      flags:0x00004000
[  969.150123] Workqueue: events do_free_init
[  969.154228] Call Trace:
[  969.156681]  <TASK>
[  969.158785]  __schedule+0x383/0xac0
[  969.162282]  schedule+0x2e/0x120
[  969.165520]  schedule_timeout+0x150/0x160
[  969.169536]  __wait_for_common+0x91/0x180
[  969.173548]  ? __pfx_schedule_timeout+0x10/0x10
[  969.178081]  wait_for_completion_state+0x25/0x40
[  969.182708]  __wait_rcu_gp+0x139/0x140
[  969.186461]  synchronize_rcu_normal.part.0+0x3d/0x60
[  969.191433]  ? __pfx_call_rcu_hurry+0x10/0x10
[  969.195795]  ? __pfx_wakeme_after_rcu+0x10/0x10
[  969.200328]  synchronize_rcu_normal+0x98/0xa0
[  969.204695]  ? srso_alias_return_thunk+0x5/0xfbef5
[  969.209487]  synchronize_rcu+0xbf/0xd0
[  969.213239]  do_free_init+0x1e/0x60
[  969.216733]  process_one_work+0x17b/0x3b0
[  969.220752]  ? __pfx_worker_thread+0x10/0x10
[  969.225027]  worker_thread+0x2a0/0x3a0
[  969.228788]  ? __pfx_worker_thread+0x10/0x10
[  969.233067]  kthread+0xe8/0x120
[  969.236214]  ? __pfx_kthread+0x10/0x10
[  969.239968]  ret_from_fork+0x40/0x60
[  969.243551]  ? __pfx_kthread+0x10/0x10
[  969.247306]  ret_from_fork_asm+0x1a/0x30
[  969.251235]  </TASK>
[  969.253490] INFO: task systemd:2737 blocked for more than 483 seconds.
[  969.260022]       Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  969.268889] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[  969.276711] task:systemd         state:D stack:0     pid:2737  tgid:2737  ppid:1      flags:0x00000002
[  969.286010] Call Trace:
[  969.288465]  <TASK>
[  969.290565]  __schedule+0x383/0xac0
[  969.294065]  schedule+0x2e/0x120
[  969.297304]  schedule_preempt_disabled+0x19/0x30
[  969.301921]  __mutex_lock.constprop.0+0x372/0x6f0
[  969.306630]  ? __d_add+0x143/0x1d0
[  969.310043]  __mutex_lock_slowpath+0x13/0x20
[  969.314316]  mutex_lock+0x3b/0x50
[  969.317636]  cgroup_kn_lock_live+0x4b/0xe0
[  969.321743]  cgroup_mkdir+0x43/0x450
[  969.325322]  ? srso_alias_return_thunk+0x5/0xfbef5
[  969.330117]  kernfs_iop_mkdir+0x60/0x90
[  969.333962]  vfs_mkdir+0x18f/0x250
[  969.337370]  do_mkdirat+0x117/0x160
[  969.340871]  __x64_sys_mkdir+0x4d/0x70
[  969.344622]  x64_sys_call+0x1c5a/0x2140
[  969.348460]  do_syscall_64+0x51/0x120
[  969.352127]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  969.357181] RIP: 0033:0x7f31734fd62b
[  969.360758] RSP: 002b:00007ffd692d0f98 EFLAGS: 00000246 ORIG_RAX: 0000000000000053
[  969.368325] RAX: ffffffffffffffda RBX: 000055db40698510 RCX: 00007f31734fd62b
[  969.375457] RDX: 0000000000000000 RSI: 00000000000001ed RDI: 000055db406e71e0
[  969.382589] RBP: 00007ffd692d0fd0 R08: 0000000000000035 R09: 0000000000000000
[  969.389723] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000000000
[  969.396853] R13: 00000000000000a0 R14: 00007f3173a5dd0d R15: 00000000000000a0
[  969.403992]  </TASK>
[  969.406185] Future hung task reports are suppressed, see sysctl kernel.hung_task_warnings
[  989.736091] watchdog: BUG: soft lockup - CPU#34 stuck for 693s! [grub2-mount:4482]
[  989.743658] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[  989.819596] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  989.831666] Tainted: [L]=SOFTLOCKUP
[  989.835157] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[  989.842801] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[  989.848895] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[  989.867640] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[  989.872867] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[  989.879999] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[  989.887133] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[  989.894264] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[  989.901397] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[  989.908529] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[  989.916613] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  989.922359] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[  989.929492] PKRU: 55555554
[  989.932206] Call Trace:
[  989.934657]  <IRQ>
[  989.936679]  ? show_regs+0x6d/0x80
[  989.940082]  ? watchdog_timer_fn+0x1f8/0x280
[  989.944356]  ? __pfx_watchdog_timer_fn+0x10/0x10
[  989.948977]  ? __hrtimer_run_queues+0x114/0x2a0
[  989.953508]  ? hrtimer_interrupt+0x108/0x230
[  989.957781]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[  989.963007]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[  989.967970]  </IRQ>
[  989.970069]  <TASK>
[  989.972177]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[  989.977489]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[  989.982976]  _raw_spin_lock+0x2d/0x40
[  989.986640]  fuse_iget+0x125/0x250
[  989.990048]  fuse_fill_super_common+0x3ae/0x4f0
[  989.994582]  ? __pfx_fuse_fill_super+0x10/0x10
[  989.999022]  fuse_fill_super+0x5e/0xb0
[  990.002778]  get_tree_nodev+0x6f/0xa0
[  990.006443]  ? fget+0x80/0xb0
[  990.009417]  fuse_get_tree+0xc6/0x1b0
[  990.013080]  vfs_get_tree+0x2e/0xf0
[  990.016572]  path_mount+0x4f0/0xb50
[  990.020065]  ? putname+0x5b/0x70
[  990.023299]  __x64_sys_mount+0x10d/0x150
[  990.027224]  x64_sys_call+0x1e1d/0x2140
[  990.031064]  do_syscall_64+0x51/0x120
[  990.034728]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  990.039783] RIP: 0033:0x7fd154f0f03e
[  990.043362] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[  990.062107] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[  990.069671] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[  990.076804] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[  990.083936] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[  990.091068] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[  990.098201] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[  990.105336]  </TASK>
[ 1017.735407] watchdog: BUG: soft lockup - CPU#34 stuck for 719s! [grub2-mount:4482]
[ 1017.742980] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 1017.818917] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 1017.830988] Tainted: [L]=SOFTLOCKUP
[ 1017.834479] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 1017.842133] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1017.848225] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 1017.866970] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 1017.872197] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 1017.879329] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 1017.886460] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 1017.893593] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 1017.900728] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 1017.907859] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 1017.915945] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1017.921689] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 1017.928822] PKRU: 55555554
[ 1017.931533] Call Trace:
[ 1017.933979]  <IRQ>
[ 1017.935999]  ? show_regs+0x6d/0x80
[ 1017.939403]  ? watchdog_timer_fn+0x1f8/0x280
[ 1017.943676]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 1017.948298]  ? __hrtimer_run_queues+0x114/0x2a0
[ 1017.952829]  ? hrtimer_interrupt+0x108/0x230
[ 1017.957102]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 1017.962326]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 1017.967291]  </IRQ>
[ 1017.969390]  <TASK>
[ 1017.971496]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 1017.976812]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1017.982297]  _raw_spin_lock+0x2d/0x40
[ 1017.985960]  fuse_iget+0x125/0x250
[ 1017.989366]  fuse_fill_super_common+0x3ae/0x4f0
[ 1017.993902]  ? __pfx_fuse_fill_super+0x10/0x10
[ 1017.998344]  fuse_fill_super+0x5e/0xb0
[ 1018.002097]  get_tree_nodev+0x6f/0xa0
[ 1018.005763]  ? fget+0x80/0xb0
[ 1018.008738]  fuse_get_tree+0xc6/0x1b0
[ 1018.012403]  vfs_get_tree+0x2e/0xf0
[ 1018.015896]  path_mount+0x4f0/0xb50
[ 1018.019388]  ? putname+0x5b/0x70
[ 1018.022622]  __x64_sys_mount+0x10d/0x150
[ 1018.026545]  x64_sys_call+0x1e1d/0x2140
[ 1018.030383]  do_syscall_64+0x51/0x120
[ 1018.034052]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 1018.039102] RIP: 0033:0x7fd154f0f03e
[ 1018.042684] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 1018.061429] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 1018.068992] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 1018.076126] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 1018.083257] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 1018.090384] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 1018.097515] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 1018.104650]  </TASK>
[ 1030.390136] rcu: INFO: rcu_preempt self-detected stall on CPU
[ 1030.395883] rcu: 	34-....: (192620 ticks this GP) idle=6724/1/0x4000000000000000 softirq=785/785 fqs=96399
[ 1030.405532] rcu: 	(t=195349 jiffies g=7337 q=80568 ncpus=128)
[ 1030.411277] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 1030.423346] Tainted: [L]=SOFTLOCKUP
[ 1030.426839] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 1030.434492] RIP: 0010:native_queued_spin_lock_slowpath+0x7c/0x2d0
[ 1030.440583] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[ 1030.459328] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 1030.464555] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 1030.471687] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 1030.478820] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 1030.485953] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 1030.493084] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 1030.500218] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 1030.508302] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1030.514050] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 1030.521184] PKRU: 55555554
[ 1030.523895] Call Trace:
[ 1030.526348]  <IRQ>
[ 1030.528368]  ? show_regs+0x6d/0x80
[ 1030.531771]  ? dump_cpu_task+0x6b/0x80
[ 1030.535523]  ? rcu_dump_cpu_stacks+0xa4/0x100
[ 1030.539885]  ? rcu_sched_clock_irq+0x6b4/0x10c0
[ 1030.544420]  ? srso_alias_return_thunk+0x5/0xfbef5
[ 1030.549217]  ? __cgroup_account_cputime_field+0x3f/0x60
[ 1030.554444]  ? srso_alias_return_thunk+0x5/0xfbef5
[ 1030.559235]  ? account_system_index_time+0x95/0xb0
[ 1030.564030]  ? update_process_times+0x74/0xc0
[ 1030.568389]  ? tick_nohz_handler+0x9b/0x150
[ 1030.572572]  ? __pfx_tick_nohz_handler+0x10/0x10
[ 1030.577192]  ? __hrtimer_run_queues+0x114/0x2a0
[ 1030.581726]  ? hrtimer_interrupt+0x108/0x230
[ 1030.585999]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 1030.591224]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 1030.596188]  </IRQ>
[ 1030.598287]  <TASK>
[ 1030.600394]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 1030.605707]  ? native_queued_spin_lock_slowpath+0x7c/0x2d0
[ 1030.611194]  _raw_spin_lock+0x2d/0x40
[ 1030.614858]  fuse_iget+0x125/0x250
[ 1030.618264]  fuse_fill_super_common+0x3ae/0x4f0
[ 1030.622796]  ? __pfx_fuse_fill_super+0x10/0x10
[ 1030.627242]  fuse_fill_super+0x5e/0xb0
[ 1030.630995]  get_tree_nodev+0x6f/0xa0
[ 1030.634658]  ? fget+0x80/0xb0
[ 1030.637634]  fuse_get_tree+0xc6/0x1b0
[ 1030.641299]  vfs_get_tree+0x2e/0xf0
[ 1030.644793]  path_mount+0x4f0/0xb50
[ 1030.648284]  ? putname+0x5b/0x70
[ 1030.651517]  __x64_sys_mount+0x10d/0x150
[ 1030.655443]  x64_sys_call+0x1e1d/0x2140
[ 1030.659283]  do_syscall_64+0x51/0x120
[ 1030.662948]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 1030.668001] RIP: 0033:0x7fd154f0f03e
[ 1030.671581] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 1030.690323] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 1030.697891] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 1030.705024] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 1030.712154] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 1030.719287] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 1030.726421] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 1030.733554]  </TASK>
[ 1057.734430] watchdog: BUG: soft lockup - CPU#34 stuck for 757s! [grub2-mount:4482]
[ 1057.741999] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 1057.817937] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 1057.830006] Tainted: [L]=SOFTLOCKUP
[ 1057.833497] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 1057.841149] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1057.847242] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 1057.865989] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 1057.871216] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 1057.878347] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 1057.885481] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 1057.892613] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 1057.899743] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 1057.906878] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 1057.914961] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1057.920707] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 1057.927842] PKRU: 55555554
[ 1057.930551] Call Trace:
[ 1057.932999]  <IRQ>
[ 1057.935017]  ? show_regs+0x6d/0x80
[ 1057.938423]  ? watchdog_timer_fn+0x1f8/0x280
[ 1057.942696]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 1057.947314]  ? __hrtimer_run_queues+0x114/0x2a0
[ 1057.951847]  ? hrtimer_interrupt+0x108/0x230
[ 1057.956120]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 1057.961345]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 1057.966311]  </IRQ>
[ 1057.968417]  <TASK>
[ 1057.970524]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 1057.975839]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1057.981323]  _raw_spin_lock+0x2d/0x40
[ 1057.984988]  fuse_iget+0x125/0x250
[ 1057.988394]  fuse_fill_super_common+0x3ae/0x4f0
[ 1057.992929]  ? __pfx_fuse_fill_super+0x10/0x10
[ 1057.997370]  fuse_fill_super+0x5e/0xb0
[ 1058.001124]  get_tree_nodev+0x6f/0xa0
[ 1058.004788]  ? fget+0x80/0xb0
[ 1058.007763]  fuse_get_tree+0xc6/0x1b0
[ 1058.011428]  vfs_get_tree+0x2e/0xf0
[ 1058.014922]  path_mount+0x4f0/0xb50
[ 1058.018414]  ? putname+0x5b/0x70
[ 1058.021647]  __x64_sys_mount+0x10d/0x150
[ 1058.025575]  x64_sys_call+0x1e1d/0x2140
[ 1058.029411]  do_syscall_64+0x51/0x120
[ 1058.033079]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 1058.038130] RIP: 0033:0x7fd154f0f03e
[ 1058.041710] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 1058.060453] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 1058.068022] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 1058.075154] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 1058.082284] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 1058.089417] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 1058.096549] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 1058.103685]  </TASK>
[ 1085.733752] watchdog: BUG: soft lockup - CPU#34 stuck for 783s! [grub2-mount:4482]
[ 1085.741320] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 1085.817256] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 1085.829328] Tainted: [L]=SOFTLOCKUP
[ 1085.832821] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 1085.840472] RIP: 0010:native_queued_spin_lock_slowpath+0x7c/0x2d0
[ 1085.846565] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[ 1085.865309] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 1085.870534] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 1085.877668] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 1085.884800] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 1085.891934] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 1085.899066] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 1085.906196] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 1085.914285] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1085.920030] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 1085.927161] PKRU: 55555554
[ 1085.929873] Call Trace:
[ 1085.932317]  <IRQ>
[ 1085.934339]  ? show_regs+0x6d/0x80
[ 1085.937743]  ? watchdog_timer_fn+0x1f8/0x280
[ 1085.942017]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 1085.946635]  ? __hrtimer_run_queues+0x114/0x2a0
[ 1085.951171]  ? hrtimer_interrupt+0x108/0x230
[ 1085.955442]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 1085.960665]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 1085.965630]  </IRQ>
[ 1085.967727]  <TASK>
[ 1085.969828]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 1085.975142]  ? native_queued_spin_lock_slowpath+0x7c/0x2d0
[ 1085.980627]  _raw_spin_lock+0x2d/0x40
[ 1085.984292]  fuse_iget+0x125/0x250
[ 1085.987699]  fuse_fill_super_common+0x3ae/0x4f0
[ 1085.992230]  ? __pfx_fuse_fill_super+0x10/0x10
[ 1085.996674]  fuse_fill_super+0x5e/0xb0
[ 1086.000427]  get_tree_nodev+0x6f/0xa0
[ 1086.004092]  ? fget+0x80/0xb0
[ 1086.007068]  fuse_get_tree+0xc6/0x1b0
[ 1086.010731]  vfs_get_tree+0x2e/0xf0
[ 1086.014223]  path_mount+0x4f0/0xb50
[ 1086.017717]  ? putname+0x5b/0x70
[ 1086.020951]  __x64_sys_mount+0x10d/0x150
[ 1086.024876]  x64_sys_call+0x1e1d/0x2140
[ 1086.028716]  do_syscall_64+0x51/0x120
[ 1086.032379]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 1086.037433] RIP: 0033:0x7fd154f0f03e
[ 1086.041012] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 1086.059757] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 1086.067322] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 1086.074447] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 1086.081579] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 1086.088711] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 1086.095844] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 1086.102982]  </TASK>

[-- Attachment #3: softlock_native_queued_spin_lock_slowpath_recreate02.log --]
[-- Type: text/plain, Size: 1428322 bytes --]


[ 1113.733074] watchdog: BUG: soft lockup - CPU#34 stuck for 809s! [grub2-mount:4482]
[ 1113.740639] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 1113.816577] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 1113.828646] Tainted: [L]=SOFTLOCKUP
[ 1113.832141] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 1113.839793] RIP: 0010:native_queued_spin_lock_slowpath+0x7c/0x2d0
[ 1113.845884] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[ 1113.864631] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 1113.869858] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 1113.876988] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 1113.884122] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 1113.891252] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 1113.898377] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 1113.905510] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 1113.913597] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1113.919343] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 1113.926476] PKRU: 55555554
[ 1113.929187] Call Trace:
[ 1113.931639]  <IRQ>
[ 1113.933658]  ? show_regs+0x6d/0x80
[ 1113.937066]  ? watchdog_timer_fn+0x1f8/0x280
[ 1113.941336]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 1113.945956]  ? __hrtimer_run_queues+0x114/0x2a0
[ 1113.950491]  ? hrtimer_interrupt+0x108/0x230
[ 1113.954764]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 1113.959986]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 1113.964953]  </IRQ>
[ 1113.967060]  <TASK>
[ 1113.969164]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 1113.974480]  ? native_queued_spin_lock_slowpath+0x7c/0x2d0
[ 1113.979965]  _raw_spin_lock+0x2d/0x40
[ 1113.983631]  fuse_iget+0x125/0x250
[ 1113.987036]  fuse_fill_super_common+0x3ae/0x4f0
[ 1113.991572]  ? __pfx_fuse_fill_super+0x10/0x10
[ 1113.996013]  fuse_fill_super+0x5e/0xb0
[ 1113.999768]  get_tree_nodev+0x6f/0xa0
[ 1114.003433]  ? fget+0x80/0xb0
[ 1114.006406]  fuse_get_tree+0xc6/0x1b0
[ 1114.010071]  vfs_get_tree+0x2e/0xf0
[ 1114.013565]  path_mount+0x4f0/0xb50
[ 1114.017057]  ? putname+0x5b/0x70
[ 1114.020290]  __x64_sys_mount+0x10d/0x150
[ 1114.024215]  x64_sys_call+0x1e1d/0x2140
[ 1114.028053]  do_syscall_64+0x51/0x120
[ 1114.031721]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 1114.036772] RIP: 0033:0x7fd154f0f03e
[ 1114.040350] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 1114.059096] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 1114.066664] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 1114.073794] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 1114.080925] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 1114.088058] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 1114.095183] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 1114.102320]  </TASK>
[ 1141.732397] watchdog: BUG: soft lockup - CPU#34 stuck for 835s! [grub2-mount:4482]
[ 1141.739970] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 1141.815904] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 1141.827978] Tainted: [L]=SOFTLOCKUP
[ 1141.831470] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 1141.839121] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1141.845213] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 1141.863961] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 1141.869186] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 1141.876316] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 1141.883440] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 1141.890565] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 1141.897698] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 1141.904831] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 1141.912915] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1141.918663] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 1141.925795] PKRU: 55555554
[ 1141.928507] Call Trace:
[ 1141.930960]  <IRQ>
[ 1141.932980]  ? show_regs+0x6d/0x80
[ 1141.936387]  ? watchdog_timer_fn+0x1f8/0x280
[ 1141.940658]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 1141.945277]  ? __hrtimer_run_queues+0x114/0x2a0
[ 1141.949810]  ? hrtimer_interrupt+0x108/0x230
[ 1141.954083]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 1141.959309]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 1141.964273]  </IRQ>
[ 1141.966378]  <TASK>
[ 1141.968477]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 1141.973792]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1141.979278]  _raw_spin_lock+0x2d/0x40
[ 1141.982942]  fuse_iget+0x125/0x250
[ 1141.986348]  fuse_fill_super_common+0x3ae/0x4f0
[ 1141.990881]  ? __pfx_fuse_fill_super+0x10/0x10
[ 1141.995325]  fuse_fill_super+0x5e/0xb0
[ 1141.999079]  get_tree_nodev+0x6f/0xa0
[ 1142.002745]  ? fget+0x80/0xb0
[ 1142.005716]  fuse_get_tree+0xc6/0x1b0
[ 1142.009383]  vfs_get_tree+0x2e/0xf0
[ 1142.012875]  path_mount+0x4f0/0xb50
[ 1142.016368]  ? putname+0x5b/0x70
[ 1142.019599]  __x64_sys_mount+0x10d/0x150
[ 1142.023528]  x64_sys_call+0x1e1d/0x2140
[ 1142.027364]  do_syscall_64+0x51/0x120
[ 1142.031032]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 1142.036084] RIP: 0033:0x7fd154f0f03e
[ 1142.039663] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 1142.058410] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 1142.065975] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 1142.073107] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 1142.080238] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 1142.087373] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 1142.094503] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 1142.101640]  </TASK>
[ 1169.731719] watchdog: BUG: soft lockup - CPU#34 stuck for 861s! [grub2-mount:4482]
[ 1169.739289] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 1169.815227] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 1169.827297] Tainted: [L]=SOFTLOCKUP
[ 1169.830788] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 1169.838434] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1169.844526] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 1169.863271] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 1169.868496] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 1169.875629] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 1169.882762] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 1169.889893] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 1169.897027] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 1169.904159] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 1169.912246] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1169.917990] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 1169.925123] PKRU: 55555554
[ 1169.927838] Call Trace:
[ 1169.930290]  <IRQ>
[ 1169.932309]  ? show_regs+0x6d/0x80
[ 1169.935713]  ? watchdog_timer_fn+0x1f8/0x280
[ 1169.939988]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 1169.944606]  ? __hrtimer_run_queues+0x114/0x2a0
[ 1169.949142]  ? hrtimer_interrupt+0x108/0x230
[ 1169.953414]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 1169.958637]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 1169.963603]  </IRQ>
[ 1169.965707]  <TASK>
[ 1169.967816]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 1169.973128]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1169.978615]  _raw_spin_lock+0x2d/0x40
[ 1169.982279]  fuse_iget+0x125/0x250
[ 1169.985686]  fuse_fill_super_common+0x3ae/0x4f0
[ 1169.990221]  ? __pfx_fuse_fill_super+0x10/0x10
[ 1169.994662]  fuse_fill_super+0x5e/0xb0
[ 1169.998418]  get_tree_nodev+0x6f/0xa0
[ 1170.002081]  ? fget+0x80/0xb0
[ 1170.005056]  fuse_get_tree+0xc6/0x1b0
[ 1170.008722]  vfs_get_tree+0x2e/0xf0
[ 1170.012215]  path_mount+0x4f0/0xb50
[ 1170.015706]  ? putname+0x5b/0x70
[ 1170.018939]  __x64_sys_mount+0x10d/0x150
[ 1170.022864]  x64_sys_call+0x1e1d/0x2140
[ 1170.026703]  do_syscall_64+0x51/0x120
[ 1170.030368]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 1170.035421] RIP: 0033:0x7fd154f0f03e
[ 1170.038999] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 1170.057747] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 1170.065310] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 1170.072444] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 1170.079576] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 1170.086710] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 1170.093841] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 1170.100978]  </TASK>
[ 1197.731042] watchdog: BUG: soft lockup - CPU#34 stuck for 887s! [grub2-mount:4482]
[ 1197.738610] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 1197.814548] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 1197.826618] Tainted: [L]=SOFTLOCKUP
[ 1197.830110] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 1197.837762] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1197.843856] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 1197.862600] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 1197.867827] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 1197.874958] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 1197.882090] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 1197.889224] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 1197.896357] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 1197.903488] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 1197.911575] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1197.917321] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 1197.924451] PKRU: 55555554
[ 1197.927166] Call Trace:
[ 1197.929620]  <IRQ>
[ 1197.931637]  ? show_regs+0x6d/0x80
[ 1197.935044]  ? watchdog_timer_fn+0x1f8/0x280
[ 1197.939314]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 1197.943935]  ? __hrtimer_run_queues+0x114/0x2a0
[ 1197.948468]  ? hrtimer_interrupt+0x108/0x230
[ 1197.952742]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 1197.957965]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 1197.962933]  </IRQ>
[ 1197.965035]  <TASK>
[ 1197.967135]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 1197.972451]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1197.977935]  _raw_spin_lock+0x2d/0x40
[ 1197.981599]  fuse_iget+0x125/0x250
[ 1197.985005]  fuse_fill_super_common+0x3ae/0x4f0
[ 1197.989541]  ? __pfx_fuse_fill_super+0x10/0x10
[ 1197.993983]  fuse_fill_super+0x5e/0xb0
[ 1197.997735]  get_tree_nodev+0x6f/0xa0
[ 1198.001402]  ? fget+0x80/0xb0
[ 1198.004374]  fuse_get_tree+0xc6/0x1b0
[ 1198.008042]  vfs_get_tree+0x2e/0xf0
[ 1198.011532]  path_mount+0x4f0/0xb50
[ 1198.015026]  ? putname+0x5b/0x70
[ 1198.018259]  __x64_sys_mount+0x10d/0x150
[ 1198.022186]  x64_sys_call+0x1e1d/0x2140
[ 1198.026024]  do_syscall_64+0x51/0x120
[ 1198.029690]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 1198.034741] RIP: 0033:0x7fd154f0f03e
[ 1198.038321] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 1198.057066] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 1198.064630] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 1198.071765] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 1198.078895] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 1198.086030] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 1198.093163] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 1198.100297]  </TASK>
[ 1210.737765] rcu: INFO: rcu_preempt self-detected stall on CPU
[ 1210.743517] rcu: 	34-....: (237071 ticks this GP) idle=6724/1/0x4000000000000000 softirq=785/785 fqs=118653
[ 1210.753252] rcu: 	(t=240437 jiffies g=7337 q=87596 ncpus=128)
[ 1210.758996] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 1210.771069] Tainted: [L]=SOFTLOCKUP
[ 1210.774558] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 1210.782212] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1210.788303] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 1210.807048] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 1210.812276] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 1210.819409] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 1210.826539] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 1210.833672] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 1210.840807] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 1210.847937] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 1210.856023] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1210.861767] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 1210.868894] PKRU: 55555554
[ 1210.871607] Call Trace:
[ 1210.874059]  <IRQ>
[ 1210.876080]  ? show_regs+0x6d/0x80
[ 1210.879484]  ? dump_cpu_task+0x6b/0x80
[ 1210.883235]  ? rcu_dump_cpu_stacks+0xa4/0x100
[ 1210.887595]  ? rcu_sched_clock_irq+0x6b4/0x10c0
[ 1210.892131]  ? srso_alias_return_thunk+0x5/0xfbef5
[ 1210.896922]  ? __cgroup_account_cputime_field+0x3f/0x60
[ 1210.902145]  ? srso_alias_return_thunk+0x5/0xfbef5
[ 1210.906937]  ? account_system_index_time+0x95/0xb0
[ 1210.911732]  ? update_process_times+0x74/0xc0
[ 1210.916092]  ? tick_nohz_handler+0x9b/0x150
[ 1210.920277]  ? __pfx_tick_nohz_handler+0x10/0x10
[ 1210.924895]  ? __hrtimer_run_queues+0x114/0x2a0
[ 1210.929430]  ? hrtimer_interrupt+0x108/0x230
[ 1210.933701]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 1210.938926]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 1210.943893]  </IRQ>
[ 1210.945998]  <TASK>
[ 1210.948104]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 1210.953421]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1210.958904]  _raw_spin_lock+0x2d/0x40
[ 1210.962569]  fuse_iget+0x125/0x250
[ 1210.965975]  fuse_fill_super_common+0x3ae/0x4f0
[ 1210.970509]  ? __pfx_fuse_fill_super+0x10/0x10
[ 1210.974952]  fuse_fill_super+0x5e/0xb0
[ 1210.978706]  get_tree_nodev+0x6f/0xa0
[ 1210.982372]  ? fget+0x80/0xb0
[ 1210.985346]  fuse_get_tree+0xc6/0x1b0
[ 1210.989011]  vfs_get_tree+0x2e/0xf0
[ 1210.992504]  path_mount+0x4f0/0xb50
[ 1210.995997]  ? putname+0x5b/0x70
[ 1210.999229]  __x64_sys_mount+0x10d/0x150
[ 1211.003154]  x64_sys_call+0x1e1d/0x2140
[ 1211.006991]  do_syscall_64+0x51/0x120
[ 1211.010661]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 1211.015709] RIP: 0033:0x7fd154f0f03e
[ 1211.019291] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 1211.038036] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 1211.045603] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 1211.052735] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 1211.059868] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 1211.066999] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 1211.074131] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 1211.081267]  </TASK>
[ 1237.730074] watchdog: BUG: soft lockup - CPU#34 stuck for 924s! [grub2-mount:4482]
[ 1237.737644] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 1237.813579] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 1237.825651] Tainted: [L]=SOFTLOCKUP
[ 1237.829143] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 1237.836798] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1237.842889] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 1237.861634] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 1237.866858] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 1237.873984] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 1237.881117] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 1237.888248] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 1237.895381] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 1237.902512] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 1237.910600] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1237.916345] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 1237.923477] PKRU: 55555554
[ 1237.926192] Call Trace:
[ 1237.928643]  <IRQ>
[ 1237.930663]  ? show_regs+0x6d/0x80
[ 1237.934069]  ? watchdog_timer_fn+0x1f8/0x280
[ 1237.938341]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 1237.942961]  ? __hrtimer_run_queues+0x114/0x2a0
[ 1237.947495]  ? hrtimer_interrupt+0x108/0x230
[ 1237.951768]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 1237.956990]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 1237.961955]  </IRQ>
[ 1237.964053]  <TASK>
[ 1237.966160]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 1237.971475]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1237.976960]  _raw_spin_lock+0x2d/0x40
[ 1237.980624]  fuse_iget+0x125/0x250
[ 1237.984031]  fuse_fill_super_common+0x3ae/0x4f0
[ 1237.988563]  ? __pfx_fuse_fill_super+0x10/0x10
[ 1237.993009]  fuse_fill_super+0x5e/0xb0
[ 1237.996763]  get_tree_nodev+0x6f/0xa0
[ 1238.000428]  ? fget+0x80/0xb0
[ 1238.003399]  fuse_get_tree+0xc6/0x1b0
[ 1238.007067]  vfs_get_tree+0x2e/0xf0
[ 1238.010560]  path_mount+0x4f0/0xb50
[ 1238.014053]  ? putname+0x5b/0x70
[ 1238.017284]  __x64_sys_mount+0x10d/0x150
[ 1238.021210]  x64_sys_call+0x1e1d/0x2140
[ 1238.025049]  do_syscall_64+0x51/0x120
[ 1238.028713]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 1238.033766] RIP: 0033:0x7fd154f0f03e
[ 1238.037347] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 1238.056091] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 1238.063655] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 1238.070790] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 1238.077921] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 1238.085053] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 1238.092188] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 1238.099323]  </TASK>
[ 1265.729391] watchdog: BUG: soft lockup - CPU#34 stuck for 950s! [grub2-mount:4482]
[ 1265.736965] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 1265.812907] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 1265.824982] Tainted: [L]=SOFTLOCKUP
[ 1265.828471] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 1265.836126] RIP: 0010:native_queued_spin_lock_slowpath+0x7c/0x2d0
[ 1265.842218] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[ 1265.860962] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 1265.866189] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 1265.873321] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 1265.880452] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 1265.887586] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 1265.894719] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 1265.901851] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 1265.909935] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1265.915683] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 1265.922816] PKRU: 55555554
[ 1265.925526] Call Trace:
[ 1265.927981]  <IRQ>
[ 1265.929999]  ? show_regs+0x6d/0x80
[ 1265.933406]  ? watchdog_timer_fn+0x1f8/0x280
[ 1265.937677]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 1265.942298]  ? __hrtimer_run_queues+0x114/0x2a0
[ 1265.946831]  ? hrtimer_interrupt+0x108/0x230
[ 1265.951102]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 1265.956328]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 1265.961295]  </IRQ>
[ 1265.963399]  <TASK>
[ 1265.965505]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 1265.970821]  ? native_queued_spin_lock_slowpath+0x7c/0x2d0
[ 1265.976307]  _raw_spin_lock+0x2d/0x40
[ 1265.979972]  fuse_iget+0x125/0x250
[ 1265.983377]  fuse_fill_super_common+0x3ae/0x4f0
[ 1265.987910]  ? __pfx_fuse_fill_super+0x10/0x10
[ 1265.992353]  fuse_fill_super+0x5e/0xb0
[ 1265.996107]  get_tree_nodev+0x6f/0xa0
[ 1265.999771]  ? fget+0x80/0xb0
[ 1266.002747]  fuse_get_tree+0xc6/0x1b0
[ 1266.006414]  vfs_get_tree+0x2e/0xf0
[ 1266.009904]  path_mount+0x4f0/0xb50
[ 1266.013396]  ? putname+0x5b/0x70
[ 1266.016629]  __x64_sys_mount+0x10d/0x150
[ 1266.020558]  x64_sys_call+0x1e1d/0x2140
[ 1266.024394]  do_syscall_64+0x51/0x120
[ 1266.028062]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 1266.033111] RIP: 0033:0x7fd154f0f03e
[ 1266.036691] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 1266.055436] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 1266.063003] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 1266.070137] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 1266.077268] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 1266.084400] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 1266.091534] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 1266.098670]  </TASK>
[ 1293.728706] watchdog: BUG: soft lockup - CPU#34 stuck for 976s! [grub2-mount:4482]
[ 1293.736274] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 1293.812210] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 1293.824284] Tainted: [L]=SOFTLOCKUP
[ 1293.827775] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 1293.835428] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1293.841519] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 1293.860266] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 1293.865489] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 1293.872621] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 1293.879748] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 1293.886879] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 1293.894013] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 1293.901145] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 1293.909232] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1293.914977] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 1293.922108] PKRU: 55555554
[ 1293.924820] Call Trace:
[ 1293.927274]  <IRQ>
[ 1293.929295]  ? show_regs+0x6d/0x80
[ 1293.932700]  ? watchdog_timer_fn+0x1f8/0x280
[ 1293.936972]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 1293.941593]  ? __hrtimer_run_queues+0x114/0x2a0
[ 1293.946125]  ? hrtimer_interrupt+0x108/0x230
[ 1293.950397]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 1293.955623]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 1293.960587]  </IRQ>
[ 1293.962694]  <TASK>
[ 1293.964800]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 1293.970114]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1293.975600]  _raw_spin_lock+0x2d/0x40
[ 1293.979263]  fuse_iget+0x125/0x250
[ 1293.982669]  fuse_fill_super_common+0x3ae/0x4f0
[ 1293.987205]  ? __pfx_fuse_fill_super+0x10/0x10
[ 1293.991649]  fuse_fill_super+0x5e/0xb0
[ 1293.995400]  get_tree_nodev+0x6f/0xa0
[ 1293.999067]  ? fget+0x80/0xb0
[ 1294.002038]  fuse_get_tree+0xc6/0x1b0
[ 1294.005706]  vfs_get_tree+0x2e/0xf0
[ 1294.009198]  path_mount+0x4f0/0xb50
[ 1294.012691]  ? putname+0x5b/0x70
[ 1294.015924]  __x64_sys_mount+0x10d/0x150
[ 1294.019851]  x64_sys_call+0x1e1d/0x2140
[ 1294.023688]  do_syscall_64+0x51/0x120
[ 1294.027353]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 1294.032406] RIP: 0033:0x7fd154f0f03e
[ 1294.035986] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 1294.054730] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 1294.062295] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 1294.069429] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 1294.076560] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 1294.083692] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 1294.090826] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 1294.097964]  </TASK>
[ 1321.728020] watchdog: BUG: soft lockup - CPU#34 stuck for 1002s! [grub2-mount:4482]
[ 1321.735672] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 1321.811607] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 1321.823679] Tainted: [L]=SOFTLOCKUP
[ 1321.827171] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 1321.834825] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1321.840916] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 1321.859661] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 1321.864887] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 1321.872021] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 1321.879151] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 1321.886284] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 1321.893418] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 1321.900550] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 1321.908634] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1321.914380] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 1321.921515] PKRU: 55555554
[ 1321.924227] Call Trace:
[ 1321.926678]  <IRQ>
[ 1321.928701]  ? show_regs+0x6d/0x80
[ 1321.932105]  ? watchdog_timer_fn+0x1f8/0x280
[ 1321.936375]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 1321.940997]  ? __hrtimer_run_queues+0x114/0x2a0
[ 1321.945529]  ? hrtimer_interrupt+0x108/0x230
[ 1321.949802]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 1321.955027]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 1321.959992]  </IRQ>
[ 1321.962097]  <TASK>
[ 1321.964197]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 1321.969510]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1321.974995]  _raw_spin_lock+0x2d/0x40
[ 1321.978661]  fuse_iget+0x125/0x250
[ 1321.982069]  fuse_fill_super_common+0x3ae/0x4f0
[ 1321.986601]  ? __pfx_fuse_fill_super+0x10/0x10
[ 1321.991045]  fuse_fill_super+0x5e/0xb0
[ 1321.994796]  get_tree_nodev+0x6f/0xa0
[ 1321.998461]  ? fget+0x80/0xb0
[ 1322.001436]  fuse_get_tree+0xc6/0x1b0
[ 1322.005104]  vfs_get_tree+0x2e/0xf0
[ 1322.008595]  path_mount+0x4f0/0xb50
[ 1322.012086]  ? putname+0x5b/0x70
[ 1322.015322]  __x64_sys_mount+0x10d/0x150
[ 1322.019248]  x64_sys_call+0x1e1d/0x2140
[ 1322.023085]  do_syscall_64+0x51/0x120
[ 1322.026750]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 1322.031804] RIP: 0033:0x7fd154f0f03e
[ 1322.035383] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 1322.054128] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 1322.061693] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 1322.068827] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 1322.075957] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 1322.083092] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 1322.090223] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 1322.097360]  </TASK>
[ 1349.727336] watchdog: BUG: soft lockup - CPU#34 stuck for 1029s! [grub2-mount:4482]
[ 1349.734989] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 1349.810925] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 1349.822999] Tainted: [L]=SOFTLOCKUP
[ 1349.826489] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 1349.834144] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1349.840234] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 1349.858982] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 1349.864205] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 1349.871338] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 1349.878469] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 1349.885602] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 1349.892736] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 1349.899868] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 1349.907954] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1349.913701] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 1349.920833] PKRU: 55555554
[ 1349.923546] Call Trace:
[ 1349.925999]  <IRQ>
[ 1349.928020]  ? show_regs+0x6d/0x80
[ 1349.931424]  ? watchdog_timer_fn+0x1f8/0x280
[ 1349.935696]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 1349.940316]  ? __hrtimer_run_queues+0x114/0x2a0
[ 1349.944850]  ? hrtimer_interrupt+0x108/0x230
[ 1349.949123]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 1349.954345]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 1349.959312]  </IRQ>
[ 1349.961419]  <TASK>
[ 1349.963524]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 1349.968838]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1349.974322]  _raw_spin_lock+0x2d/0x40
[ 1349.977987]  fuse_iget+0x125/0x250
[ 1349.981395]  fuse_fill_super_common+0x3ae/0x4f0
[ 1349.985927]  ? __pfx_fuse_fill_super+0x10/0x10
[ 1349.990374]  fuse_fill_super+0x5e/0xb0
[ 1349.994126]  get_tree_nodev+0x6f/0xa0
[ 1349.997790]  ? fget+0x80/0xb0
[ 1350.000763]  fuse_get_tree+0xc6/0x1b0
[ 1350.004430]  vfs_get_tree+0x2e/0xf0
[ 1350.007923]  path_mount+0x4f0/0xb50
[ 1350.011414]  ? putname+0x5b/0x70
[ 1350.014649]  __x64_sys_mount+0x10d/0x150
[ 1350.018573]  x64_sys_call+0x1e1d/0x2140
[ 1350.022413]  do_syscall_64+0x51/0x120
[ 1350.026077]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 1350.031130] RIP: 0033:0x7fd154f0f03e
[ 1350.034708] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 1350.053454] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 1350.061020] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 1350.068154] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 1350.075284] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 1350.082419] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 1350.089552] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 1350.096688]  </TASK>
[ 1377.726650] watchdog: BUG: soft lockup - CPU#34 stuck for 1055s! [grub2-mount:4482]
[ 1377.734308] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 1377.810246] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 1377.822318] Tainted: [L]=SOFTLOCKUP
[ 1377.825808] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 1377.833463] RIP: 0010:native_queued_spin_lock_slowpath+0x7c/0x2d0
[ 1377.839556] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[ 1377.858300] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 1377.863524] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 1377.870658] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 1377.877790] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 1377.884925] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 1377.892055] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 1377.899188] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 1377.907275] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1377.913018] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 1377.920152] PKRU: 55555554
[ 1377.922862] Call Trace:
[ 1377.925309]  <IRQ>
[ 1377.927330]  ? show_regs+0x6d/0x80
[ 1377.930735]  ? watchdog_timer_fn+0x1f8/0x280
[ 1377.935005]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 1377.939624]  ? __hrtimer_run_queues+0x114/0x2a0
[ 1377.944159]  ? hrtimer_interrupt+0x108/0x230
[ 1377.948430]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 1377.953657]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 1377.958622]  </IRQ>
[ 1377.960729]  <TASK>
[ 1377.962835]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 1377.968151]  ? native_queued_spin_lock_slowpath+0x7c/0x2d0
[ 1377.973635]  _raw_spin_lock+0x2d/0x40
[ 1377.977297]  fuse_iget+0x125/0x250
[ 1377.980705]  fuse_fill_super_common+0x3ae/0x4f0
[ 1377.985239]  ? __pfx_fuse_fill_super+0x10/0x10
[ 1377.989682]  fuse_fill_super+0x5e/0xb0
[ 1377.993436]  get_tree_nodev+0x6f/0xa0
[ 1377.997102]  ? fget+0x80/0xb0
[ 1378.000073]  fuse_get_tree+0xc6/0x1b0
[ 1378.003740]  vfs_get_tree+0x2e/0xf0
[ 1378.007232]  path_mount+0x4f0/0xb50
[ 1378.010725]  ? putname+0x5b/0x70
[ 1378.013957]  __x64_sys_mount+0x10d/0x150
[ 1378.017884]  x64_sys_call+0x1e1d/0x2140
[ 1378.021724]  do_syscall_64+0x51/0x120
[ 1378.025387]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 1378.030438] RIP: 0033:0x7fd154f0f03e
[ 1378.034018] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 1378.052763] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 1378.060331] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 1378.067464] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 1378.074595] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 1378.081728] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 1378.088860] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 1378.095996]  </TASK>
[ 1391.085360] rcu: INFO: rcu_preempt self-detected stall on CPU
[ 1391.091105] rcu: 	34-....: (281522 ticks this GP) idle=6724/1/0x4000000000000000 softirq=785/785 fqs=140924
[ 1391.100840] rcu: 	(t=285525 jiffies g=7337 q=88987 ncpus=128)
[ 1391.106585] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 1391.118657] Tainted: [L]=SOFTLOCKUP
[ 1391.122149] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 1391.129802] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1391.135895] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 1391.154640] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 1391.159866] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 1391.166997] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 1391.174130] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 1391.181263] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 1391.188393] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 1391.195527] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 1391.203613] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1391.209358] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 1391.216491] PKRU: 55555554
[ 1391.219205] Call Trace:
[ 1391.221658]  <IRQ>
[ 1391.223676]  ? show_regs+0x6d/0x80
[ 1391.227084]  ? dump_cpu_task+0x6b/0x80
[ 1391.230835]  ? rcu_dump_cpu_stacks+0xa4/0x100
[ 1391.235194]  ? rcu_sched_clock_irq+0x6b4/0x10c0
[ 1391.239727]  ? srso_alias_return_thunk+0x5/0xfbef5
[ 1391.244518]  ? __cgroup_account_cputime_field+0x3f/0x60
[ 1391.249745]  ? srso_alias_return_thunk+0x5/0xfbef5
[ 1391.254535]  ? account_system_index_time+0x95/0xb0
[ 1391.259331]  ? update_process_times+0x74/0xc0
[ 1391.263689]  ? tick_nohz_handler+0x9b/0x150
[ 1391.267874]  ? __pfx_tick_nohz_handler+0x10/0x10
[ 1391.272493]  ? __hrtimer_run_queues+0x114/0x2a0
[ 1391.277028]  ? hrtimer_interrupt+0x108/0x230
[ 1391.281299]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 1391.286526]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 1391.291490]  </IRQ>
[ 1391.293596]  <TASK>
[ 1391.295704]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 1391.301019]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1391.306501]  _raw_spin_lock+0x2d/0x40
[ 1391.310168]  fuse_iget+0x125/0x250
[ 1391.313572]  fuse_fill_super_common+0x3ae/0x4f0
[ 1391.318107]  ? __pfx_fuse_fill_super+0x10/0x10
[ 1391.322550]  fuse_fill_super+0x5e/0xb0
[ 1391.326303]  get_tree_nodev+0x6f/0xa0
[ 1391.329969]  ? fget+0x80/0xb0
[ 1391.332942]  fuse_get_tree+0xc6/0x1b0
[ 1391.336609]  vfs_get_tree+0x2e/0xf0
[ 1391.340100]  path_mount+0x4f0/0xb50
[ 1391.343595]  ? putname+0x5b/0x70
[ 1391.346828]  __x64_sys_mount+0x10d/0x150
[ 1391.350751]  x64_sys_call+0x1e1d/0x2140
[ 1391.354590]  do_syscall_64+0x51/0x120
[ 1391.358257]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 1391.363310] RIP: 0033:0x7fd154f0f03e
[ 1391.366889] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 1391.385635] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 1391.393199] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 1391.400333] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 1391.407466] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 1391.414598] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 1391.421730] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 1391.428867]  </TASK>
[ 1417.725660] watchdog: BUG: soft lockup - CPU#34 stuck for 1092s! [grub2-mount:4482]
[ 1417.733314] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 1417.809250] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 1417.821321] Tainted: [L]=SOFTLOCKUP
[ 1417.824815] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 1417.832466] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1417.838559] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 1417.857304] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 1417.862529] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 1417.869662] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 1417.876794] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 1417.883927] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 1417.891058] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 1417.898191] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 1417.906277] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1417.912023] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 1417.919156] PKRU: 55555554
[ 1417.921870] Call Trace:
[ 1417.924323]  <IRQ>
[ 1417.926343]  ? show_regs+0x6d/0x80
[ 1417.929747]  ? watchdog_timer_fn+0x1f8/0x280
[ 1417.934018]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 1417.938638]  ? __hrtimer_run_queues+0x114/0x2a0
[ 1417.943175]  ? hrtimer_interrupt+0x108/0x230
[ 1417.947445]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 1417.952670]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 1417.957635]  </IRQ>
[ 1417.959740]  <TASK>
[ 1417.961848]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 1417.967161]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1417.972647]  _raw_spin_lock+0x2d/0x40
[ 1417.976312]  fuse_iget+0x125/0x250
[ 1417.979717]  fuse_fill_super_common+0x3ae/0x4f0
[ 1417.984254]  ? __pfx_fuse_fill_super+0x10/0x10
[ 1417.988696]  fuse_fill_super+0x5e/0xb0
[ 1417.992448]  get_tree_nodev+0x6f/0xa0
[ 1417.996115]  ? fget+0x80/0xb0
[ 1417.999090]  fuse_get_tree+0xc6/0x1b0
[ 1418.002755]  vfs_get_tree+0x2e/0xf0
[ 1418.006246]  path_mount+0x4f0/0xb50
[ 1418.009740]  ? putname+0x5b/0x70
[ 1418.012971]  __x64_sys_mount+0x10d/0x150
[ 1418.016898]  x64_sys_call+0x1e1d/0x2140
[ 1418.020735]  do_syscall_64+0x51/0x120
[ 1418.024403]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 1418.029455] RIP: 0033:0x7fd154f0f03e
[ 1418.033033] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 1418.051777] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 1418.059343] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 1418.066467] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 1418.073601] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 1418.080733] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 1418.087867] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 1418.095002]  </TASK>
[ 1445.724966] watchdog: BUG: soft lockup - CPU#34 stuck for 1118s! [grub2-mount:4482]
[ 1445.732622] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 1445.808559] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 1445.820631] Tainted: [L]=SOFTLOCKUP
[ 1445.824122] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 1445.831768] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1445.837860] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 1445.856605] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 1445.861832] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 1445.868963] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 1445.876094] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 1445.883228] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 1445.890362] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 1445.897492] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 1445.905577] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1445.911324] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 1445.918457] PKRU: 55555554
[ 1445.921171] Call Trace:
[ 1445.923622]  <IRQ>
[ 1445.925643]  ? show_regs+0x6d/0x80
[ 1445.929048]  ? watchdog_timer_fn+0x1f8/0x280
[ 1445.933320]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 1445.937940]  ? __hrtimer_run_queues+0x114/0x2a0
[ 1445.942473]  ? hrtimer_interrupt+0x108/0x230
[ 1445.946747]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 1445.951970]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 1445.956937]  </IRQ>
[ 1445.959043]  <TASK>
[ 1445.961148]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 1445.966462]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1445.971948]  _raw_spin_lock+0x2d/0x40
[ 1445.975613]  fuse_iget+0x125/0x250
[ 1445.979020]  fuse_fill_super_common+0x3ae/0x4f0
[ 1445.983554]  ? __pfx_fuse_fill_super+0x10/0x10
[ 1445.987997]  fuse_fill_super+0x5e/0xb0
[ 1445.991752]  get_tree_nodev+0x6f/0xa0
[ 1445.995416]  ? fget+0x80/0xb0
[ 1445.998389]  fuse_get_tree+0xc6/0x1b0
[ 1446.002054]  vfs_get_tree+0x2e/0xf0
[ 1446.005548]  path_mount+0x4f0/0xb50
[ 1446.009038]  ? putname+0x5b/0x70
[ 1446.012271]  __x64_sys_mount+0x10d/0x150
[ 1446.016199]  x64_sys_call+0x1e1d/0x2140
[ 1446.020035]  do_syscall_64+0x51/0x120
[ 1446.023704]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 1446.028753] RIP: 0033:0x7fd154f0f03e
[ 1446.032336] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 1446.051079] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 1446.058645] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 1446.065778] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 1446.072912] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 1446.080041] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 1446.087166] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 1446.094302]  </TASK>
[ 1473.724271] watchdog: BUG: soft lockup - CPU#34 stuck for 1144s! [grub2-mount:4482]
[ 1473.731925] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 1473.807870] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 1473.819939] Tainted: [L]=SOFTLOCKUP
[ 1473.823430] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 1473.831075] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1473.837169] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 1473.855915] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 1473.861138] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 1473.868272] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 1473.875404] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 1473.882538] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 1473.889669] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 1473.896802] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 1473.904887] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1473.910633] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 1473.917765] PKRU: 55555554
[ 1473.920478] Call Trace:
[ 1473.922933]  <IRQ>
[ 1473.924953]  ? show_regs+0x6d/0x80
[ 1473.928358]  ? watchdog_timer_fn+0x1f8/0x280
[ 1473.932628]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 1473.937248]  ? __hrtimer_run_queues+0x114/0x2a0
[ 1473.941783]  ? hrtimer_interrupt+0x108/0x230
[ 1473.946056]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 1473.951281]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 1473.956245]  </IRQ>
[ 1473.958351]  <TASK>
[ 1473.960456]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 1473.965773]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1473.971255]  _raw_spin_lock+0x2d/0x40
[ 1473.974923]  fuse_iget+0x125/0x250
[ 1473.978328]  fuse_fill_super_common+0x3ae/0x4f0
[ 1473.982864]  ? __pfx_fuse_fill_super+0x10/0x10
[ 1473.987305]  fuse_fill_super+0x5e/0xb0
[ 1473.991059]  get_tree_nodev+0x6f/0xa0
[ 1473.994723]  ? fget+0x80/0xb0
[ 1473.997699]  fuse_get_tree+0xc6/0x1b0
[ 1474.001364]  vfs_get_tree+0x2e/0xf0
[ 1474.004855]  path_mount+0x4f0/0xb50
[ 1474.008349]  ? putname+0x5b/0x70
[ 1474.011583]  __x64_sys_mount+0x10d/0x150
[ 1474.015507]  x64_sys_call+0x1e1d/0x2140
[ 1474.019344]  do_syscall_64+0x51/0x120
[ 1474.023012]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 1474.028065] RIP: 0033:0x7fd154f0f03e
[ 1474.031644] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 1474.050389] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 1474.057954] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 1474.065087] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 1474.072218] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 1474.079351] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 1474.086483] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 1474.093619]  </TASK>
[ 1501.723576] watchdog: BUG: soft lockup - CPU#34 stuck for 1170s! [grub2-mount:4482]
[ 1501.731232] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 1501.807170] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 1501.819240] Tainted: [L]=SOFTLOCKUP
[ 1501.822730] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 1501.830375] RIP: 0010:native_queued_spin_lock_slowpath+0x7c/0x2d0
[ 1501.836467] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[ 1501.855212] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 1501.860439] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 1501.867573] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 1501.874704] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 1501.881837] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 1501.888970] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 1501.896102] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 1501.904189] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1501.909932] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 1501.917067] PKRU: 55555554
[ 1501.919779] Call Trace:
[ 1501.922231]  <IRQ>
[ 1501.924253]  ? show_regs+0x6d/0x80
[ 1501.927658]  ? watchdog_timer_fn+0x1f8/0x280
[ 1501.931928]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 1501.936549]  ? __hrtimer_run_queues+0x114/0x2a0
[ 1501.941083]  ? hrtimer_interrupt+0x108/0x230
[ 1501.945354]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 1501.950579]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 1501.955545]  </IRQ>
[ 1501.957649]  <TASK>
[ 1501.959750]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 1501.965062]  ? native_queued_spin_lock_slowpath+0x7c/0x2d0
[ 1501.970547]  _raw_spin_lock+0x2d/0x40
[ 1501.974214]  fuse_iget+0x125/0x250
[ 1501.977620]  fuse_fill_super_common+0x3ae/0x4f0
[ 1501.982152]  ? __pfx_fuse_fill_super+0x10/0x10
[ 1501.986596]  fuse_fill_super+0x5e/0xb0
[ 1501.990351]  get_tree_nodev+0x6f/0xa0
[ 1501.994017]  ? fget+0x80/0xb0
[ 1501.996988]  fuse_get_tree+0xc6/0x1b0
[ 1502.000656]  vfs_get_tree+0x2e/0xf0
[ 1502.004145]  path_mount+0x4f0/0xb50
[ 1502.007639]  ? putname+0x5b/0x70
[ 1502.010872]  __x64_sys_mount+0x10d/0x150
[ 1502.014799]  x64_sys_call+0x1e1d/0x2140
[ 1502.018636]  do_syscall_64+0x51/0x120
[ 1502.022304]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 1502.027354] RIP: 0033:0x7fd154f0f03e
[ 1502.030933] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 1502.049679] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 1502.057245] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 1502.064379] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 1502.071509] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 1502.078643] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 1502.085775] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 1502.092912]  </TASK>
[ 1529.722883] watchdog: BUG: soft lockup - CPU#34 stuck for 1196s! [grub2-mount:4482]
[ 1529.730540] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 1529.806476] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 1529.818548] Tainted: [L]=SOFTLOCKUP
[ 1529.822042] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 1529.829695] RIP: 0010:native_queued_spin_lock_slowpath+0x7c/0x2d0
[ 1529.835788] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[ 1529.854530] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 1529.859757] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 1529.866887] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 1529.874012] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 1529.881146] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 1529.888278] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 1529.895411] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 1529.903495] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1529.909242] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 1529.916375] PKRU: 55555554
[ 1529.919086] Call Trace:
[ 1529.921531]  <IRQ>
[ 1529.923552]  ? show_regs+0x6d/0x80
[ 1529.926956]  ? watchdog_timer_fn+0x1f8/0x280
[ 1529.931229]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 1529.935848]  ? __hrtimer_run_queues+0x114/0x2a0
[ 1529.940382]  ? hrtimer_interrupt+0x108/0x230
[ 1529.944656]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 1529.949881]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 1529.954846]  </IRQ>
[ 1529.956950]  <TASK>
[ 1529.959057]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 1529.964372]  ? native_queued_spin_lock_slowpath+0x7c/0x2d0
[ 1529.969857]  _raw_spin_lock+0x2d/0x40
[ 1529.973522]  fuse_iget+0x125/0x250
[ 1529.976928]  fuse_fill_super_common+0x3ae/0x4f0
[ 1529.981463]  ? __pfx_fuse_fill_super+0x10/0x10
[ 1529.985906]  fuse_fill_super+0x5e/0xb0
[ 1529.989660]  get_tree_nodev+0x6f/0xa0
[ 1529.993324]  ? fget+0x80/0xb0
[ 1529.996298]  fuse_get_tree+0xc6/0x1b0
[ 1529.999961]  vfs_get_tree+0x2e/0xf0
[ 1530.003454]  path_mount+0x4f0/0xb50
[ 1530.006948]  ? putname+0x5b/0x70
[ 1530.010181]  __x64_sys_mount+0x10d/0x150
[ 1530.014107]  x64_sys_call+0x1e1d/0x2140
[ 1530.017945]  do_syscall_64+0x51/0x120
[ 1530.021610]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 1530.026664] RIP: 0033:0x7fd154f0f03e
[ 1530.030243] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 1530.048988] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 1530.056553] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 1530.063687] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 1530.070818] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 1530.077953] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 1530.085085] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 1530.092222]  </TASK>
[ 1557.722195] watchdog: BUG: soft lockup - CPU#34 stuck for 1222s! [grub2-mount:4482]
[ 1557.729849] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 1557.805784] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 1557.817857] Tainted: [L]=SOFTLOCKUP
[ 1557.821349] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 1557.829002] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1557.835093] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 1557.853838] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 1557.859064] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 1557.866197] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 1557.873328] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 1557.880453] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 1557.887588] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 1557.894720] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 1557.902803] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1557.908551] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 1557.915683] PKRU: 55555554
[ 1557.918397] Call Trace:
[ 1557.920850]  <IRQ>
[ 1557.922867]  ? show_regs+0x6d/0x80
[ 1557.926275]  ? watchdog_timer_fn+0x1f8/0x280
[ 1557.930545]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 1557.935166]  ? __hrtimer_run_queues+0x114/0x2a0
[ 1557.939701]  ? hrtimer_interrupt+0x108/0x230
[ 1557.943971]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 1557.949197]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 1557.954161]  </IRQ>
[ 1557.956269]  <TASK>
[ 1557.958374]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 1557.963690]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1557.969172]  _raw_spin_lock+0x2d/0x40
[ 1557.972837]  fuse_iget+0x125/0x250
[ 1557.976244]  fuse_fill_super_common+0x3ae/0x4f0
[ 1557.980780]  ? __pfx_fuse_fill_super+0x10/0x10
[ 1557.985223]  fuse_fill_super+0x5e/0xb0
[ 1557.988975]  get_tree_nodev+0x6f/0xa0
[ 1557.992642]  ? fget+0x80/0xb0
[ 1557.995613]  fuse_get_tree+0xc6/0x1b0
[ 1557.999279]  vfs_get_tree+0x2e/0xf0
[ 1558.002771]  path_mount+0x4f0/0xb50
[ 1558.006266]  ? putname+0x5b/0x70
[ 1558.009499]  __x64_sys_mount+0x10d/0x150
[ 1558.013425]  x64_sys_call+0x1e1d/0x2140
[ 1558.017263]  do_syscall_64+0x51/0x120
[ 1558.020927]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 1558.025981] RIP: 0033:0x7fd154f0f03e
[ 1558.029561] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 1558.048305] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 1558.055869] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 1558.063004] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 1558.070136] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 1558.077269] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 1558.084403] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 1558.091538]  </TASK>
[ 1571.432896] rcu: INFO: rcu_preempt self-detected stall on CPU
[ 1571.438643] rcu: 	34-....: (325973 ticks this GP) idle=6724/1/0x4000000000000000 softirq=785/785 fqs=163194
[ 1571.448376] rcu: 	(t=330613 jiffies g=7337 q=90332 ncpus=128)
[ 1571.454123] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 1571.466193] Tainted: [L]=SOFTLOCKUP
[ 1571.469682] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 1571.477338] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1571.483430] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 1571.502173] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 1571.507399] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 1571.514532] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 1571.521666] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 1571.528797] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 1571.535929] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 1571.543064] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 1571.551147] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1571.556893] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 1571.564027] PKRU: 55555554
[ 1571.566738] Call Trace:
[ 1571.569193]  <IRQ>
[ 1571.571211]  ? show_regs+0x6d/0x80
[ 1571.574618]  ? dump_cpu_task+0x6b/0x80
[ 1571.578369]  ? rcu_dump_cpu_stacks+0xa4/0x100
[ 1571.582731]  ? rcu_sched_clock_irq+0x6b4/0x10c0
[ 1571.587262]  ? srso_alias_return_thunk+0x5/0xfbef5
[ 1571.592053]  ? __cgroup_account_cputime_field+0x3f/0x60
[ 1571.597280]  ? srso_alias_return_thunk+0x5/0xfbef5
[ 1571.602072]  ? account_system_index_time+0x95/0xb0
[ 1571.606865]  ? update_process_times+0x74/0xc0
[ 1571.611226]  ? tick_nohz_handler+0x9b/0x150
[ 1571.615410]  ? __pfx_tick_nohz_handler+0x10/0x10
[ 1571.620029]  ? __hrtimer_run_queues+0x114/0x2a0
[ 1571.624564]  ? hrtimer_interrupt+0x108/0x230
[ 1571.628834]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 1571.634060]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 1571.639025]  </IRQ>
[ 1571.641131]  <TASK>
[ 1571.643239]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 1571.648551]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1571.654038]  _raw_spin_lock+0x2d/0x40
[ 1571.657701]  fuse_iget+0x125/0x250
[ 1571.661110]  fuse_fill_super_common+0x3ae/0x4f0
[ 1571.665643]  ? __pfx_fuse_fill_super+0x10/0x10
[ 1571.670088]  fuse_fill_super+0x5e/0xb0
[ 1571.673838]  get_tree_nodev+0x6f/0xa0
[ 1571.677505]  ? fget+0x80/0xb0
[ 1571.680478]  fuse_get_tree+0xc6/0x1b0
[ 1571.684142]  vfs_get_tree+0x2e/0xf0
[ 1571.687636]  path_mount+0x4f0/0xb50
[ 1571.691129]  ? putname+0x5b/0x70
[ 1571.694362]  __x64_sys_mount+0x10d/0x150
[ 1571.698289]  x64_sys_call+0x1e1d/0x2140
[ 1571.702126]  do_syscall_64+0x51/0x120
[ 1571.705792]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 1571.710846] RIP: 0033:0x7fd154f0f03e
[ 1571.714422] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 1571.733167] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 1571.740735] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 1571.747865] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 1571.754999] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 1571.762132] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 1571.769264] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 1571.776400]  </TASK>
[ 1597.721212] watchdog: BUG: soft lockup - CPU#34 stuck for 1259s! [grub2-mount:4482]
[ 1597.728870] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 1597.804804] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 1597.816876] Tainted: [L]=SOFTLOCKUP
[ 1597.820368] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 1597.828023] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1597.834116] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 1597.852858] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 1597.858086] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 1597.865217] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 1597.872351] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 1597.879483] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 1597.886616] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 1597.893747] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 1597.901833] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1597.907579] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 1597.914712] PKRU: 55555554
[ 1597.917423] Call Trace:
[ 1597.919877]  <IRQ>
[ 1597.921897]  ? show_regs+0x6d/0x80
[ 1597.925302]  ? watchdog_timer_fn+0x1f8/0x280
[ 1597.929576]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 1597.934193]  ? __hrtimer_run_queues+0x114/0x2a0
[ 1597.938729]  ? hrtimer_interrupt+0x108/0x230
[ 1597.943001]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 1597.948226]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 1597.953189]  </IRQ>
[ 1597.955296]  <TASK>
[ 1597.957404]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 1597.962718]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1597.968202]  _raw_spin_lock+0x2d/0x40
[ 1597.971866]  fuse_iget+0x125/0x250
[ 1597.975274]  fuse_fill_super_common+0x3ae/0x4f0
[ 1597.979807]  ? __pfx_fuse_fill_super+0x10/0x10
[ 1597.984250]  fuse_fill_super+0x5e/0xb0
[ 1597.988004]  get_tree_nodev+0x6f/0xa0
[ 1597.991670]  ? fget+0x80/0xb0
[ 1597.994644]  fuse_get_tree+0xc6/0x1b0
[ 1597.998309]  vfs_get_tree+0x2e/0xf0
[ 1598.001800]  path_mount+0x4f0/0xb50
[ 1598.005292]  ? putname+0x5b/0x70
[ 1598.008529]  __x64_sys_mount+0x10d/0x150
[ 1598.012454]  x64_sys_call+0x1e1d/0x2140
[ 1598.016292]  do_syscall_64+0x51/0x120
[ 1598.019956]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 1598.025010] RIP: 0033:0x7fd154f0f03e
[ 1598.028589] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 1598.047333] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 1598.054898] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 1598.062034] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 1598.069163] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 1598.076297] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 1598.083429] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 1598.090564]  </TASK>
[ 1625.720523] watchdog: BUG: soft lockup - CPU#34 stuck for 1286s! [grub2-mount:4482]
[ 1625.728176] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 1625.804112] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 1625.816185] Tainted: [L]=SOFTLOCKUP
[ 1625.819677] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 1625.827330] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1625.833423] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 1625.852165] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 1625.857391] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 1625.864523] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 1625.871657] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 1625.878789] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 1625.885922] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 1625.893055] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 1625.901140] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1625.906887] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 1625.914020] PKRU: 55555554
[ 1625.916733] Call Trace:
[ 1625.919183]  <IRQ>
[ 1625.921203]  ? show_regs+0x6d/0x80
[ 1625.924611]  ? watchdog_timer_fn+0x1f8/0x280
[ 1625.928883]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 1625.933502]  ? __hrtimer_run_queues+0x114/0x2a0
[ 1625.938036]  ? hrtimer_interrupt+0x108/0x230
[ 1625.942308]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 1625.947533]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 1625.952497]  </IRQ>
[ 1625.954602]  <TASK>
[ 1625.956701]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 1625.962018]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1625.967502]  _raw_spin_lock+0x2d/0x40
[ 1625.971167]  fuse_iget+0x125/0x250
[ 1625.974572]  fuse_fill_super_common+0x3ae/0x4f0
[ 1625.979107]  ? __pfx_fuse_fill_super+0x10/0x10
[ 1625.983551]  fuse_fill_super+0x5e/0xb0
[ 1625.987302]  get_tree_nodev+0x6f/0xa0
[ 1625.990969]  ? fget+0x80/0xb0
[ 1625.993942]  fuse_get_tree+0xc6/0x1b0
[ 1625.997609]  vfs_get_tree+0x2e/0xf0
[ 1626.001101]  path_mount+0x4f0/0xb50
[ 1626.004593]  ? putname+0x5b/0x70
[ 1626.007825]  __x64_sys_mount+0x10d/0x150
[ 1626.011751]  x64_sys_call+0x1e1d/0x2140
[ 1626.015591]  do_syscall_64+0x51/0x120
[ 1626.019255]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 1626.024308] RIP: 0033:0x7fd154f0f03e
[ 1626.027888] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 1626.046633] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 1626.054197] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 1626.061329] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 1626.068462] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 1626.075596] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 1626.082729] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 1626.089866]  </TASK>
[ 1653.719836] watchdog: BUG: soft lockup - CPU#34 stuck for 1312s! [grub2-mount:4482]
[ 1653.727493] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 1653.803427] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 1653.815499] Tainted: [L]=SOFTLOCKUP
[ 1653.818991] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 1653.826645] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1653.832739] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 1653.851484] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 1653.856709] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 1653.863840] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 1653.870973] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 1653.878107] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 1653.885239] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 1653.892371] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 1653.900455] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1653.906202] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 1653.913335] PKRU: 55555554
[ 1653.916047] Call Trace:
[ 1653.918500]  <IRQ>
[ 1653.920522]  ? show_regs+0x6d/0x80
[ 1653.923925]  ? watchdog_timer_fn+0x1f8/0x280
[ 1653.928199]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 1653.932818]  ? __hrtimer_run_queues+0x114/0x2a0
[ 1653.937353]  ? hrtimer_interrupt+0x108/0x230
[ 1653.941626]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 1653.946850]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 1653.951812]  </IRQ>
[ 1653.953910]  <TASK>
[ 1653.956011]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 1653.961323]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1653.966807]  _raw_spin_lock+0x2d/0x40
[ 1653.970474]  fuse_iget+0x125/0x250
[ 1653.973878]  fuse_fill_super_common+0x3ae/0x4f0
[ 1653.978414]  ? __pfx_fuse_fill_super+0x10/0x10
[ 1653.982859]  fuse_fill_super+0x5e/0xb0
[ 1653.986608]  get_tree_nodev+0x6f/0xa0
[ 1653.990277]  ? fget+0x80/0xb0
[ 1653.993249]  fuse_get_tree+0xc6/0x1b0
[ 1653.996913]  vfs_get_tree+0x2e/0xf0
[ 1654.000407]  path_mount+0x4f0/0xb50
[ 1654.003899]  ? putname+0x5b/0x70
[ 1654.007135]  __x64_sys_mount+0x10d/0x150
[ 1654.011061]  x64_sys_call+0x1e1d/0x2140
[ 1654.014899]  do_syscall_64+0x51/0x120
[ 1654.018565]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 1654.023615] RIP: 0033:0x7fd154f0f03e
[ 1654.027195] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 1654.045939] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 1654.053505] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 1654.060638] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 1654.067769] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 1654.074893] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 1654.082025] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 1654.089156]  </TASK>
[ 1681.719147] watchdog: BUG: soft lockup - CPU#34 stuck for 1338s! [grub2-mount:4482]
[ 1681.726799] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 1681.802734] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 1681.814806] Tainted: [L]=SOFTLOCKUP
[ 1681.818299] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 1681.825953] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1681.832045] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 1681.850791] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 1681.856016] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 1681.863148] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 1681.870280] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 1681.877414] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 1681.884547] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 1681.891679] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 1681.899765] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1681.905509] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 1681.912641] PKRU: 55555554
[ 1681.915355] Call Trace:
[ 1681.917808]  <IRQ>
[ 1681.919829]  ? show_regs+0x6d/0x80
[ 1681.923233]  ? watchdog_timer_fn+0x1f8/0x280
[ 1681.927506]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 1681.932125]  ? __hrtimer_run_queues+0x114/0x2a0
[ 1681.936660]  ? hrtimer_interrupt+0x108/0x230
[ 1681.940932]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 1681.946155]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 1681.951121]  </IRQ>
[ 1681.953226]  <TASK>
[ 1681.955325]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 1681.960640]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1681.966124]  _raw_spin_lock+0x2d/0x40
[ 1681.969788]  fuse_iget+0x125/0x250
[ 1681.973197]  fuse_fill_super_common+0x3ae/0x4f0
[ 1681.977729]  ? __pfx_fuse_fill_super+0x10/0x10
[ 1681.982176]  fuse_fill_super+0x5e/0xb0
[ 1681.985926]  get_tree_nodev+0x6f/0xa0
[ 1681.989592]  ? fget+0x80/0xb0
[ 1681.992565]  fuse_get_tree+0xc6/0x1b0
[ 1681.996230]  vfs_get_tree+0x2e/0xf0
[ 1681.999723]  path_mount+0x4f0/0xb50
[ 1682.003215]  ? putname+0x5b/0x70
[ 1682.006448]  __x64_sys_mount+0x10d/0x150
[ 1682.010374]  x64_sys_call+0x1e1d/0x2140
[ 1682.014213]  do_syscall_64+0x51/0x120
[ 1682.017878]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 1682.022930] RIP: 0033:0x7fd154f0f03e
[ 1682.026510] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 1682.045258] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 1682.052822] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 1682.059954] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 1682.067087] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 1682.074219] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 1682.081353] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 1682.088488]  </TASK>
[ 1709.718459] watchdog: BUG: soft lockup - CPU#34 stuck for 1364s! [grub2-mount:4482]
[ 1709.726115] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 1709.802051] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 1709.814122] Tainted: [L]=SOFTLOCKUP
[ 1709.817616] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 1709.825267] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1709.831359] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 1709.850106] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 1709.855330] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 1709.862466] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 1709.869597] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 1709.876729] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 1709.883863] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 1709.890994] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 1709.899080] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1709.904827] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 1709.911958] PKRU: 55555554
[ 1709.914671] Call Trace:
[ 1709.917123]  <IRQ>
[ 1709.919145]  ? show_regs+0x6d/0x80
[ 1709.922550]  ? watchdog_timer_fn+0x1f8/0x280
[ 1709.926822]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 1709.931441]  ? __hrtimer_run_queues+0x114/0x2a0
[ 1709.935976]  ? hrtimer_interrupt+0x108/0x230
[ 1709.940248]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 1709.945471]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 1709.950439]  </IRQ>
[ 1709.952544]  <TASK>
[ 1709.954652]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 1709.959966]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1709.965450]  _raw_spin_lock+0x2d/0x40
[ 1709.969113]  fuse_iget+0x125/0x250
[ 1709.972521]  fuse_fill_super_common+0x3ae/0x4f0
[ 1709.977054]  ? __pfx_fuse_fill_super+0x10/0x10
[ 1709.981497]  fuse_fill_super+0x5e/0xb0
[ 1709.985250]  get_tree_nodev+0x6f/0xa0
[ 1709.988917]  ? fget+0x80/0xb0
[ 1709.991892]  fuse_get_tree+0xc6/0x1b0
[ 1709.995555]  vfs_get_tree+0x2e/0xf0
[ 1709.999048]  path_mount+0x4f0/0xb50
[ 1710.002539]  ? putname+0x5b/0x70
[ 1710.005772]  __x64_sys_mount+0x10d/0x150
[ 1710.009702]  x64_sys_call+0x1e1d/0x2140
[ 1710.013537]  do_syscall_64+0x51/0x120
[ 1710.017203]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 1710.022255] RIP: 0033:0x7fd154f0f03e
[ 1710.025834] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 1710.044582] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 1710.052146] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 1710.059279] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 1710.066411] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 1710.073544] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 1710.080675] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 1710.087804]  </TASK>
[ 1737.717771] watchdog: BUG: soft lockup - CPU#34 stuck for 1390s! [grub2-mount:4482]
[ 1737.725423] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 1737.801361] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 1737.813431] Tainted: [L]=SOFTLOCKUP
[ 1737.816923] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 1737.824575] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1737.830668] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 1737.849413] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 1737.854638] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 1737.861772] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 1737.868904] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 1737.876035] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 1737.883171] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 1737.890302] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 1737.898388] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1737.904133] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 1737.911266] PKRU: 55555554
[ 1737.913978] Call Trace:
[ 1737.916433]  <IRQ>
[ 1737.918451]  ? show_regs+0x6d/0x80
[ 1737.921857]  ? watchdog_timer_fn+0x1f8/0x280
[ 1737.926129]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 1737.930750]  ? __hrtimer_run_queues+0x114/0x2a0
[ 1737.935281]  ? hrtimer_interrupt+0x108/0x230
[ 1737.939554]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 1737.944780]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 1737.949745]  </IRQ>
[ 1737.951849]  <TASK>
[ 1737.953947]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 1737.959263]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1737.964747]  _raw_spin_lock+0x2d/0x40
[ 1737.968414]  fuse_iget+0x125/0x250
[ 1737.971822]  fuse_fill_super_common+0x3ae/0x4f0
[ 1737.976352]  ? __pfx_fuse_fill_super+0x10/0x10
[ 1737.980799]  fuse_fill_super+0x5e/0xb0
[ 1737.984549]  get_tree_nodev+0x6f/0xa0
[ 1737.988214]  ? fget+0x80/0xb0
[ 1737.991187]  fuse_get_tree+0xc6/0x1b0
[ 1737.994855]  vfs_get_tree+0x2e/0xf0
[ 1737.998347]  path_mount+0x4f0/0xb50
[ 1738.001838]  ? putname+0x5b/0x70
[ 1738.005071]  __x64_sys_mount+0x10d/0x150
[ 1738.008997]  x64_sys_call+0x1e1d/0x2140
[ 1738.012835]  do_syscall_64+0x51/0x120
[ 1738.016503]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 1738.021554] RIP: 0033:0x7fd154f0f03e
[ 1738.025136] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 1738.043879] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 1738.051445] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 1738.058578] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 1738.065711] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 1738.072842] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 1738.079976] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 1738.087112]  </TASK>
[ 1751.780463] rcu: INFO: rcu_preempt self-detected stall on CPU
[ 1751.786210] rcu: 	34-....: (370424 ticks this GP) idle=6724/1/0x4000000000000000 softirq=785/785 fqs=185465
[ 1751.795948] rcu: 	(t=375701 jiffies g=7337 q=91652 ncpus=128)
[ 1751.801692] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 1751.813762] Tainted: [L]=SOFTLOCKUP
[ 1751.817252] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 1751.824905] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1751.830998] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 1751.849742] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 1751.854971] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 1751.862100] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 1751.869234] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 1751.876367] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 1751.883499] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 1751.890633] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 1751.898719] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1751.904465] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 1751.911596] PKRU: 55555554
[ 1751.914310] Call Trace:
[ 1751.916762]  <IRQ>
[ 1751.918780]  ? show_regs+0x6d/0x80
[ 1751.922186]  ? dump_cpu_task+0x6b/0x80
[ 1751.925940]  ? rcu_dump_cpu_stacks+0xa4/0x100
[ 1751.930300]  ? rcu_sched_clock_irq+0x6b4/0x10c0
[ 1751.934834]  ? srso_alias_return_thunk+0x5/0xfbef5
[ 1751.939623]  ? __cgroup_account_cputime_field+0x3f/0x60
[ 1751.944847]  ? srso_alias_return_thunk+0x5/0xfbef5
[ 1751.949641]  ? account_system_index_time+0x95/0xb0
[ 1751.954435]  ? update_process_times+0x74/0xc0
[ 1751.958794]  ? tick_nohz_handler+0x9b/0x150
[ 1751.962978]  ? __pfx_tick_nohz_handler+0x10/0x10
[ 1751.967598]  ? __hrtimer_run_queues+0x114/0x2a0
[ 1751.972133]  ? hrtimer_interrupt+0x108/0x230
[ 1751.976404]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 1751.981629]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 1751.986596]  </IRQ>
[ 1751.988702]  <TASK>
[ 1751.990806]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 1751.996124]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1752.001607]  _raw_spin_lock+0x2d/0x40
[ 1752.005271]  fuse_iget+0x125/0x250
[ 1752.008677]  fuse_fill_super_common+0x3ae/0x4f0
[ 1752.013214]  ? __pfx_fuse_fill_super+0x10/0x10
[ 1752.017655]  fuse_fill_super+0x5e/0xb0
[ 1752.021407]  get_tree_nodev+0x6f/0xa0
[ 1752.025073]  ? fget+0x80/0xb0
[ 1752.028048]  fuse_get_tree+0xc6/0x1b0
[ 1752.031714]  vfs_get_tree+0x2e/0xf0
[ 1752.035207]  path_mount+0x4f0/0xb50
[ 1752.038700]  ? putname+0x5b/0x70
[ 1752.041933]  __x64_sys_mount+0x10d/0x150
[ 1752.045856]  x64_sys_call+0x1e1d/0x2140
[ 1752.049696]  do_syscall_64+0x51/0x120
[ 1752.053361]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 1752.058415] RIP: 0033:0x7fd154f0f03e
[ 1752.061993] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 1752.080740] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 1752.088306] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 1752.095437] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 1752.102570] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 1752.109700] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 1752.116833] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 1752.123971]  </TASK>
[ 1777.716787] watchdog: BUG: soft lockup - CPU#34 stuck for 1427s! [grub2-mount:4482]
[ 1777.724445] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 1777.800380] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 1777.812449] Tainted: [L]=SOFTLOCKUP
[ 1777.815943] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 1777.823597] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1777.829690] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 1777.848433] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 1777.853659] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 1777.860791] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 1777.867925] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 1777.875058] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 1777.882188] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 1777.889322] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 1777.897406] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1777.903154] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 1777.910285] PKRU: 55555554
[ 1777.912999] Call Trace:
[ 1777.915452]  <IRQ>
[ 1777.917471]  ? show_regs+0x6d/0x80
[ 1777.920878]  ? watchdog_timer_fn+0x1f8/0x280
[ 1777.925148]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 1777.929767]  ? __hrtimer_run_queues+0x114/0x2a0
[ 1777.934301]  ? hrtimer_interrupt+0x108/0x230
[ 1777.938573]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 1777.943799]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 1777.948766]  </IRQ>
[ 1777.950871]  <TASK>
[ 1777.952975]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 1777.958291]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1777.963776]  _raw_spin_lock+0x2d/0x40
[ 1777.967440]  fuse_iget+0x125/0x250
[ 1777.970849]  fuse_fill_super_common+0x3ae/0x4f0
[ 1777.975382]  ? __pfx_fuse_fill_super+0x10/0x10
[ 1777.979825]  fuse_fill_super+0x5e/0xb0
[ 1777.983578]  get_tree_nodev+0x6f/0xa0
[ 1777.987244]  ? fget+0x80/0xb0
[ 1777.990216]  fuse_get_tree+0xc6/0x1b0
[ 1777.993884]  vfs_get_tree+0x2e/0xf0
[ 1777.997374]  path_mount+0x4f0/0xb50
[ 1778.000867]  ? putname+0x5b/0x70
[ 1778.004100]  __x64_sys_mount+0x10d/0x150
[ 1778.008029]  x64_sys_call+0x1e1d/0x2140
[ 1778.011865]  do_syscall_64+0x51/0x120
[ 1778.015530]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 1778.020585] RIP: 0033:0x7fd154f0f03e
[ 1778.024164] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 1778.042906] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 1778.050475] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 1778.057605] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 1778.064739] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 1778.071871] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 1778.079002] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 1778.086131]  </TASK>
[ 1805.716101] watchdog: BUG: soft lockup - CPU#34 stuck for 1453s! [grub2-mount:4482]
[ 1805.723752] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 1805.799698] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 1805.811769] Tainted: [L]=SOFTLOCKUP
[ 1805.815258] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 1805.822903] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1805.828997] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 1805.847741] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 1805.852968] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 1805.860102] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 1805.867233] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 1805.874366] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 1805.881499] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 1805.888631] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 1805.896715] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1805.902463] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 1805.909594] PKRU: 55555554
[ 1805.912306] Call Trace:
[ 1805.914761]  <IRQ>
[ 1805.916780]  ? show_regs+0x6d/0x80
[ 1805.920185]  ? watchdog_timer_fn+0x1f8/0x280
[ 1805.924457]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 1805.929079]  ? __hrtimer_run_queues+0x114/0x2a0
[ 1805.933611]  ? hrtimer_interrupt+0x108/0x230
[ 1805.937883]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 1805.943108]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 1805.948072]  </IRQ>
[ 1805.950171]  <TASK>
[ 1805.952278]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 1805.957592]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1805.963076]  _raw_spin_lock+0x2d/0x40
[ 1805.966741]  fuse_iget+0x125/0x250
[ 1805.970147]  fuse_fill_super_common+0x3ae/0x4f0
[ 1805.974680]  ? __pfx_fuse_fill_super+0x10/0x10
[ 1805.979124]  fuse_fill_super+0x5e/0xb0
[ 1805.982877]  get_tree_nodev+0x6f/0xa0
[ 1805.986544]  ? fget+0x80/0xb0
[ 1805.989517]  fuse_get_tree+0xc6/0x1b0
[ 1805.993182]  vfs_get_tree+0x2e/0xf0
[ 1805.996674]  path_mount+0x4f0/0xb50
[ 1806.000167]  ? putname+0x5b/0x70
[ 1806.003400]  __x64_sys_mount+0x10d/0x150
[ 1806.007326]  x64_sys_call+0x1e1d/0x2140
[ 1806.011164]  do_syscall_64+0x51/0x120
[ 1806.014831]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 1806.019882] RIP: 0033:0x7fd154f0f03e
[ 1806.023462] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 1806.042208] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 1806.049772] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 1806.056905] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 1806.064039] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 1806.071171] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 1806.078302] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 1806.085440]  </TASK>
[ 1833.715414] watchdog: BUG: soft lockup - CPU#34 stuck for 1479s! [grub2-mount:4482]
[ 1833.723070] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 1833.799006] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 1833.811077] Tainted: [L]=SOFTLOCKUP
[ 1833.814568] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 1833.822221] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1833.828315] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 1833.847057] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 1833.852283] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 1833.859418] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 1833.866551] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 1833.873682] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 1833.880816] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 1833.887948] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 1833.896031] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1833.901780] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 1833.908911] PKRU: 55555554
[ 1833.911624] Call Trace:
[ 1833.914075]  <IRQ>
[ 1833.916097]  ? show_regs+0x6d/0x80
[ 1833.919503]  ? watchdog_timer_fn+0x1f8/0x280
[ 1833.923774]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 1833.928394]  ? __hrtimer_run_queues+0x114/0x2a0
[ 1833.932929]  ? hrtimer_interrupt+0x108/0x230
[ 1833.937199]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 1833.942423]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 1833.947390]  </IRQ>
[ 1833.949496]  <TASK>
[ 1833.951601]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 1833.956918]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1833.962402]  _raw_spin_lock+0x2d/0x40
[ 1833.966067]  fuse_iget+0x125/0x250
[ 1833.969473]  fuse_fill_super_common+0x3ae/0x4f0
[ 1833.974006]  ? __pfx_fuse_fill_super+0x10/0x10
[ 1833.978452]  fuse_fill_super+0x5e/0xb0
[ 1833.982205]  get_tree_nodev+0x6f/0xa0
[ 1833.985870]  ? fget+0x80/0xb0
[ 1833.988841]  fuse_get_tree+0xc6/0x1b0
[ 1833.992507]  vfs_get_tree+0x2e/0xf0
[ 1833.996001]  path_mount+0x4f0/0xb50
[ 1833.999492]  ? putname+0x5b/0x70
[ 1834.002725]  __x64_sys_mount+0x10d/0x150
[ 1834.006652]  x64_sys_call+0x1e1d/0x2140
[ 1834.010492]  do_syscall_64+0x51/0x120
[ 1834.014156]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 1834.019210] RIP: 0033:0x7fd154f0f03e
[ 1834.022787] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 1834.041532] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 1834.049099] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 1834.056230] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 1834.063365] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 1834.070497] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 1834.077627] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 1834.084755]  </TASK>
[ 1861.714728] watchdog: BUG: soft lockup - CPU#34 stuck for 1505s! [grub2-mount:4482]
[ 1861.722386] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 1861.798323] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 1861.810394] Tainted: [L]=SOFTLOCKUP
[ 1861.813883] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 1861.821529] RIP: 0010:native_queued_spin_lock_slowpath+0x7c/0x2d0
[ 1861.827621] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[ 1861.846366] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 1861.851591] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 1861.858724] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 1861.865856] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 1861.872991] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 1861.880122] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 1861.887256] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 1861.895342] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1861.901087] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 1861.908220] PKRU: 55555554
[ 1861.910930] Call Trace:
[ 1861.913375]  <IRQ>
[ 1861.915397]  ? show_regs+0x6d/0x80
[ 1861.918801]  ? watchdog_timer_fn+0x1f8/0x280
[ 1861.923075]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 1861.927693]  ? __hrtimer_run_queues+0x114/0x2a0
[ 1861.932225]  ? hrtimer_interrupt+0x108/0x230
[ 1861.936500]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 1861.941723]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 1861.946688]  </IRQ>
[ 1861.948785]  <TASK>
[ 1861.950894]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 1861.956209]  ? native_queued_spin_lock_slowpath+0x7c/0x2d0
[ 1861.961691]  _raw_spin_lock+0x2d/0x40
[ 1861.965359]  fuse_iget+0x125/0x250
[ 1861.968764]  fuse_fill_super_common+0x3ae/0x4f0
[ 1861.973299]  ? __pfx_fuse_fill_super+0x10/0x10
[ 1861.977740]  fuse_fill_super+0x5e/0xb0
[ 1861.981494]  get_tree_nodev+0x6f/0xa0
[ 1861.985159]  ? fget+0x80/0xb0
[ 1861.988134]  fuse_get_tree+0xc6/0x1b0
[ 1861.991800]  vfs_get_tree+0x2e/0xf0
[ 1861.995292]  path_mount+0x4f0/0xb50
[ 1861.998783]  ? putname+0x5b/0x70
[ 1862.002015]  __x64_sys_mount+0x10d/0x150
[ 1862.005944]  x64_sys_call+0x1e1d/0x2140
[ 1862.009780]  do_syscall_64+0x51/0x120
[ 1862.013448]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 1862.018498] RIP: 0033:0x7fd154f0f03e
[ 1862.022078] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 1862.040824] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 1862.048391] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 1862.055521] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 1862.062656] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 1862.069788] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 1862.076921] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 1862.084054]  </TASK>
[ 1889.714042] watchdog: BUG: soft lockup - CPU#34 stuck for 1531s! [grub2-mount:4482]
[ 1889.721693] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 1889.797629] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 1889.809700] Tainted: [L]=SOFTLOCKUP
[ 1889.813193] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 1889.820845] RIP: 0010:native_queued_spin_lock_slowpath+0x7c/0x2d0
[ 1889.826939] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[ 1889.845685] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 1889.850908] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 1889.858043] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 1889.865174] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 1889.872307] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 1889.879439] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 1889.886575] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 1889.894658] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1889.900405] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 1889.907535] PKRU: 55555554
[ 1889.910249] Call Trace:
[ 1889.912700]  <IRQ>
[ 1889.914722]  ? show_regs+0x6d/0x80
[ 1889.918126]  ? watchdog_timer_fn+0x1f8/0x280
[ 1889.922400]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 1889.927017]  ? __hrtimer_run_queues+0x114/0x2a0
[ 1889.931553]  ? hrtimer_interrupt+0x108/0x230
[ 1889.935825]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 1889.941048]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 1889.946016]  </IRQ>
[ 1889.948122]  <TASK>
[ 1889.950228]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 1889.955543]  ? native_queued_spin_lock_slowpath+0x7c/0x2d0
[ 1889.961025]  _raw_spin_lock+0x2d/0x40
[ 1889.964690]  fuse_iget+0x125/0x250
[ 1889.968097]  fuse_fill_super_common+0x3ae/0x4f0
[ 1889.972630]  ? __pfx_fuse_fill_super+0x10/0x10
[ 1889.977074]  fuse_fill_super+0x5e/0xb0
[ 1889.980827]  get_tree_nodev+0x6f/0xa0
[ 1889.984493]  ? fget+0x80/0xb0
[ 1889.987468]  fuse_get_tree+0xc6/0x1b0
[ 1889.991131]  vfs_get_tree+0x2e/0xf0
[ 1889.994627]  path_mount+0x4f0/0xb50
[ 1889.998119]  ? putname+0x5b/0x70
[ 1890.001351]  __x64_sys_mount+0x10d/0x150
[ 1890.005276]  x64_sys_call+0x1e1d/0x2140
[ 1890.009115]  do_syscall_64+0x51/0x120
[ 1890.012780]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 1890.017834] RIP: 0033:0x7fd154f0f03e
[ 1890.021412] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 1890.040157] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 1890.047723] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 1890.054858] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 1890.061988] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 1890.069120] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 1890.076252] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 1890.083389]  </TASK>
[ 1917.713355] watchdog: BUG: soft lockup - CPU#34 stuck for 1558s! [grub2-mount:4482]
[ 1917.721011] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 1917.796946] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 1917.809017] Tainted: [L]=SOFTLOCKUP
[ 1917.812508] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 1917.820153] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1917.826247] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 1917.844993] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 1917.850217] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 1917.857351] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 1917.864482] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 1917.871614] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 1917.878746] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 1917.885879] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 1917.893964] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1917.899709] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 1917.906834] PKRU: 55555554
[ 1917.909549] Call Trace:
[ 1917.912001]  <IRQ>
[ 1917.914020]  ? show_regs+0x6d/0x80
[ 1917.917427]  ? watchdog_timer_fn+0x1f8/0x280
[ 1917.921698]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 1917.926318]  ? __hrtimer_run_queues+0x114/0x2a0
[ 1917.930853]  ? hrtimer_interrupt+0x108/0x230
[ 1917.935125]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 1917.940347]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 1917.945315]  </IRQ>
[ 1917.947419]  <TASK>
[ 1917.949526]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 1917.954840]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1917.960324]  _raw_spin_lock+0x2d/0x40
[ 1917.963992]  fuse_iget+0x125/0x250
[ 1917.967398]  fuse_fill_super_common+0x3ae/0x4f0
[ 1917.971933]  ? __pfx_fuse_fill_super+0x10/0x10
[ 1917.976376]  fuse_fill_super+0x5e/0xb0
[ 1917.980126]  get_tree_nodev+0x6f/0xa0
[ 1917.983794]  ? fget+0x80/0xb0
[ 1917.986765]  fuse_get_tree+0xc6/0x1b0
[ 1917.990432]  vfs_get_tree+0x2e/0xf0
[ 1917.993925]  path_mount+0x4f0/0xb50
[ 1917.997416]  ? putname+0x5b/0x70
[ 1918.000652]  __x64_sys_mount+0x10d/0x150
[ 1918.004578]  x64_sys_call+0x1e1d/0x2140
[ 1918.008414]  do_syscall_64+0x51/0x120
[ 1918.012080]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 1918.017134] RIP: 0033:0x7fd154f0f03e
[ 1918.020714] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 1918.039457] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 1918.047023] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 1918.054155] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 1918.061288] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 1918.068419] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 1918.075554] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 1918.082688]  </TASK>
[ 1932.128040] rcu: INFO: rcu_preempt self-detected stall on CPU
[ 1932.133785] rcu: 	34-....: (414875 ticks this GP) idle=6724/1/0x4000000000000000 softirq=785/785 fqs=207737
[ 1932.143520] rcu: 	(t=420789 jiffies g=7337 q=92966 ncpus=128)
[ 1932.149265] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 1932.161334] Tainted: [L]=SOFTLOCKUP
[ 1932.164828] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 1932.172478] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1932.178572] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 1932.197318] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 1932.202544] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 1932.209675] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 1932.216809] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 1932.223941] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 1932.231073] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 1932.238206] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 1932.246290] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1932.252036] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 1932.259168] PKRU: 55555554
[ 1932.261883] Call Trace:
[ 1932.264336]  <IRQ>
[ 1932.266356]  ? show_regs+0x6d/0x80
[ 1932.269758]  ? dump_cpu_task+0x6b/0x80
[ 1932.273513]  ? rcu_dump_cpu_stacks+0xa4/0x100
[ 1932.277871]  ? rcu_sched_clock_irq+0x6b4/0x10c0
[ 1932.282407]  ? srso_alias_return_thunk+0x5/0xfbef5
[ 1932.287196]  ? __cgroup_account_cputime_field+0x3f/0x60
[ 1932.292422]  ? srso_alias_return_thunk+0x5/0xfbef5
[ 1932.297214]  ? account_system_index_time+0x95/0xb0
[ 1932.302010]  ? update_process_times+0x74/0xc0
[ 1932.306368]  ? tick_nohz_handler+0x9b/0x150
[ 1932.310553]  ? __pfx_tick_nohz_handler+0x10/0x10
[ 1932.315172]  ? __hrtimer_run_queues+0x114/0x2a0
[ 1932.319705]  ? hrtimer_interrupt+0x108/0x230
[ 1932.323977]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 1932.329202]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 1932.334170]  </IRQ>
[ 1932.336275]  <TASK>
[ 1932.338383]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 1932.343696]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1932.349182]  _raw_spin_lock+0x2d/0x40
[ 1932.352846]  fuse_iget+0x125/0x250
[ 1932.356252]  fuse_fill_super_common+0x3ae/0x4f0
[ 1932.360784]  ? __pfx_fuse_fill_super+0x10/0x10
[ 1932.365229]  fuse_fill_super+0x5e/0xb0
[ 1932.368981]  get_tree_nodev+0x6f/0xa0
[ 1932.372647]  ? fget+0x80/0xb0
[ 1932.375619]  fuse_get_tree+0xc6/0x1b0
[ 1932.379287]  vfs_get_tree+0x2e/0xf0
[ 1932.382778]  path_mount+0x4f0/0xb50
[ 1932.386271]  ? putname+0x5b/0x70
[ 1932.389506]  __x64_sys_mount+0x10d/0x150
[ 1932.393431]  x64_sys_call+0x1e1d/0x2140
[ 1932.397271]  do_syscall_64+0x51/0x120
[ 1932.400935]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 1932.405987] RIP: 0033:0x7fd154f0f03e
[ 1932.409566] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 1932.428311] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 1932.435877] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 1932.443011] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 1932.450141] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 1932.457274] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 1932.464406] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 1932.471536]  </TASK>
[ 1957.712374] watchdog: BUG: soft lockup - CPU#34 stuck for 1595s! [grub2-mount:4482]
[ 1957.720032] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 1957.795968] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 1957.808038] Tainted: [L]=SOFTLOCKUP
[ 1957.811530] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 1957.819182] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1957.825277] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 1957.844021] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 1957.849247] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 1957.856378] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 1957.863511] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 1957.870644] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 1957.877775] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 1957.884910] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 1957.892995] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1957.898741] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 1957.905874] PKRU: 55555554
[ 1957.908586] Call Trace:
[ 1957.911039]  <IRQ>
[ 1957.913059]  ? show_regs+0x6d/0x80
[ 1957.916465]  ? watchdog_timer_fn+0x1f8/0x280
[ 1957.920737]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 1957.925355]  ? __hrtimer_run_queues+0x114/0x2a0
[ 1957.929890]  ? hrtimer_interrupt+0x108/0x230
[ 1957.934162]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 1957.939386]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 1957.944352]  </IRQ>
[ 1957.946458]  <TASK>
[ 1957.948565]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 1957.953880]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1957.959364]  _raw_spin_lock+0x2d/0x40
[ 1957.963030]  fuse_iget+0x125/0x250
[ 1957.966437]  fuse_fill_super_common+0x3ae/0x4f0
[ 1957.970970]  ? __pfx_fuse_fill_super+0x10/0x10
[ 1957.975413]  fuse_fill_super+0x5e/0xb0
[ 1957.979165]  get_tree_nodev+0x6f/0xa0
[ 1957.982830]  ? fget+0x80/0xb0
[ 1957.985805]  fuse_get_tree+0xc6/0x1b0
[ 1957.989469]  vfs_get_tree+0x2e/0xf0
[ 1957.992963]  path_mount+0x4f0/0xb50
[ 1957.996457]  ? putname+0x5b/0x70
[ 1957.999687]  __x64_sys_mount+0x10d/0x150
[ 1958.003615]  x64_sys_call+0x1e1d/0x2140
[ 1958.007451]  do_syscall_64+0x51/0x120
[ 1958.011118]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 1958.016170] RIP: 0033:0x7fd154f0f03e
[ 1958.019748] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 1958.038495] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 1958.046060] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 1958.053192] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 1958.060317] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 1958.067450] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 1958.074581] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 1958.081719]  </TASK>
[ 1985.711688] watchdog: BUG: soft lockup - CPU#34 stuck for 1621s! [grub2-mount:4482]
[ 1985.719338] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 1985.795274] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 1985.807346] Tainted: [L]=SOFTLOCKUP
[ 1985.810839] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 1985.818490] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1985.824583] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 1985.843328] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 1985.848555] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 1985.855686] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 1985.862820] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 1985.869954] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 1985.877086] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 1985.884219] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 1985.892303] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1985.898048] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 1985.905181] PKRU: 55555554
[ 1985.907893] Call Trace:
[ 1985.910347]  <IRQ>
[ 1985.912366]  ? show_regs+0x6d/0x80
[ 1985.915771]  ? watchdog_timer_fn+0x1f8/0x280
[ 1985.920044]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 1985.924665]  ? __hrtimer_run_queues+0x114/0x2a0
[ 1985.929197]  ? hrtimer_interrupt+0x108/0x230
[ 1985.933471]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 1985.938694]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 1985.943659]  </IRQ>
[ 1985.945756]  <TASK>
[ 1985.947856]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 1985.953170]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1985.958654]  _raw_spin_lock+0x2d/0x40
[ 1985.962320]  fuse_iget+0x125/0x250
[ 1985.965728]  fuse_fill_super_common+0x3ae/0x4f0
[ 1985.970262]  ? __pfx_fuse_fill_super+0x10/0x10
[ 1985.974702]  fuse_fill_super+0x5e/0xb0
[ 1985.978455]  get_tree_nodev+0x6f/0xa0
[ 1985.982123]  ? fget+0x80/0xb0
[ 1985.985095]  fuse_get_tree+0xc6/0x1b0
[ 1985.988762]  vfs_get_tree+0x2e/0xf0
[ 1985.992254]  path_mount+0x4f0/0xb50
[ 1985.995745]  ? putname+0x5b/0x70
[ 1985.998979]  __x64_sys_mount+0x10d/0x150
[ 1986.002905]  x64_sys_call+0x1e1d/0x2140
[ 1986.006744]  do_syscall_64+0x51/0x120
[ 1986.010409]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 1986.015461] RIP: 0033:0x7fd154f0f03e
[ 1986.019041] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 1986.037786] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 1986.045353] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 1986.052483] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 1986.059617] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 1986.066751] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 1986.073881] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 1986.081017]  </TASK>
[ 2013.711001] watchdog: BUG: soft lockup - CPU#34 stuck for 1647s! [grub2-mount:4482]
[ 2013.718656] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 2013.794592] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 2013.806663] Tainted: [L]=SOFTLOCKUP
[ 2013.810155] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 2013.817809] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2013.823900] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 2013.842647] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 2013.847873] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 2013.855004] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 2013.862136] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 2013.869269] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 2013.876403] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 2013.883534] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 2013.891620] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2013.897366] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 2013.904498] PKRU: 55555554
[ 2013.907211] Call Trace:
[ 2013.909665]  <IRQ>
[ 2013.911683]  ? show_regs+0x6d/0x80
[ 2013.915088]  ? watchdog_timer_fn+0x1f8/0x280
[ 2013.919361]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 2013.923983]  ? __hrtimer_run_queues+0x114/0x2a0
[ 2013.928516]  ? hrtimer_interrupt+0x108/0x230
[ 2013.932789]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 2013.938012]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 2013.942979]  </IRQ>
[ 2013.945085]  <TASK>
[ 2013.947189]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 2013.952504]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2013.957988]  _raw_spin_lock+0x2d/0x40
[ 2013.961655]  fuse_iget+0x125/0x250
[ 2013.965062]  fuse_fill_super_common+0x3ae/0x4f0
[ 2013.969594]  ? __pfx_fuse_fill_super+0x10/0x10
[ 2013.974038]  fuse_fill_super+0x5e/0xb0
[ 2013.977792]  get_tree_nodev+0x6f/0xa0
[ 2013.981457]  ? fget+0x80/0xb0
[ 2013.984428]  fuse_get_tree+0xc6/0x1b0
[ 2013.988095]  vfs_get_tree+0x2e/0xf0
[ 2013.991590]  path_mount+0x4f0/0xb50
[ 2013.995080]  ? putname+0x5b/0x70
[ 2013.998313]  __x64_sys_mount+0x10d/0x150
[ 2014.002239]  x64_sys_call+0x1e1d/0x2140
[ 2014.006077]  do_syscall_64+0x51/0x120
[ 2014.009743]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 2014.014794] RIP: 0033:0x7fd154f0f03e
[ 2014.018377] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 2014.037122] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 2014.044687] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 2014.051819] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 2014.058951] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 2014.066085] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 2014.073215] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 2014.080353]  </TASK>
[ 2041.710313] watchdog: BUG: soft lockup - CPU#34 stuck for 1673s! [grub2-mount:4482]
[ 2041.717964] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 2041.793900] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 2041.805971] Tainted: [L]=SOFTLOCKUP
[ 2041.809463] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 2041.817117] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2041.823208] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 2041.841955] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 2041.847180] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 2041.854314] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 2041.861444] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 2041.868576] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 2041.875702] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 2041.882835] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 2041.890919] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2041.896667] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 2041.903799] PKRU: 55555554
[ 2041.906511] Call Trace:
[ 2041.908964]  <IRQ>
[ 2041.910984]  ? show_regs+0x6d/0x80
[ 2041.914389]  ? watchdog_timer_fn+0x1f8/0x280
[ 2041.918663]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 2041.923283]  ? __hrtimer_run_queues+0x114/0x2a0
[ 2041.927817]  ? hrtimer_interrupt+0x108/0x230
[ 2041.932086]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 2041.937311]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 2041.942278]  </IRQ>
[ 2041.944384]  <TASK>
[ 2041.946489]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 2041.951806]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2041.957288]  _raw_spin_lock+0x2d/0x40
[ 2041.960954]  fuse_iget+0x125/0x250
[ 2041.964361]  fuse_fill_super_common+0x3ae/0x4f0
[ 2041.968895]  ? __pfx_fuse_fill_super+0x10/0x10
[ 2041.973338]  fuse_fill_super+0x5e/0xb0
[ 2041.977092]  get_tree_nodev+0x6f/0xa0
[ 2041.980756]  ? fget+0x80/0xb0
[ 2041.983731]  fuse_get_tree+0xc6/0x1b0
[ 2041.987397]  vfs_get_tree+0x2e/0xf0
[ 2041.990888]  path_mount+0x4f0/0xb50
[ 2041.994380]  ? putname+0x5b/0x70
[ 2041.997615]  __x64_sys_mount+0x10d/0x150
[ 2042.001539]  x64_sys_call+0x1e1d/0x2140
[ 2042.005376]  do_syscall_64+0x51/0x120
[ 2042.009042]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 2042.014096] RIP: 0033:0x7fd154f0f03e
[ 2042.017674] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 2042.036421] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 2042.043987] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 2042.051118] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 2042.058252] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 2042.065383] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 2042.072517] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 2042.079652]  </TASK>
[ 2069.709615] watchdog: BUG: soft lockup - CPU#34 stuck for 1699s! [grub2-mount:4482]
[ 2069.717274] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 2069.793209] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 2069.805282] Tainted: [L]=SOFTLOCKUP
[ 2069.808773] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 2069.816427] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2069.822519] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 2069.841262] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 2069.846488] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 2069.853622] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 2069.860754] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 2069.867886] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 2069.875019] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 2069.882153] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 2069.890236] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2069.895984] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 2069.903117] PKRU: 55555554
[ 2069.905829] Call Trace:
[ 2069.908280]  <IRQ>
[ 2069.910302]  ? show_regs+0x6d/0x80
[ 2069.913708]  ? watchdog_timer_fn+0x1f8/0x280
[ 2069.917981]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 2069.922598]  ? __hrtimer_run_queues+0x114/0x2a0
[ 2069.927134]  ? hrtimer_interrupt+0x108/0x230
[ 2069.931406]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 2069.936631]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 2069.941595]  </IRQ>
[ 2069.943702]  <TASK>
[ 2069.945806]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 2069.951123]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2069.956607]  _raw_spin_lock+0x2d/0x40
[ 2069.960271]  fuse_iget+0x125/0x250
[ 2069.963678]  fuse_fill_super_common+0x3ae/0x4f0
[ 2069.968213]  ? __pfx_fuse_fill_super+0x10/0x10
[ 2069.972657]  fuse_fill_super+0x5e/0xb0
[ 2069.976408]  get_tree_nodev+0x6f/0xa0
[ 2069.980073]  ? fget+0x80/0xb0
[ 2069.983048]  fuse_get_tree+0xc6/0x1b0
[ 2069.986715]  vfs_get_tree+0x2e/0xf0
[ 2069.990205]  path_mount+0x4f0/0xb50
[ 2069.993697]  ? putname+0x5b/0x70
[ 2069.996933]  __x64_sys_mount+0x10d/0x150
[ 2070.000857]  x64_sys_call+0x1e1d/0x2140
[ 2070.004695]  do_syscall_64+0x51/0x120
[ 2070.008362]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 2070.013413] RIP: 0033:0x7fd154f0f03e
[ 2070.016993] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 2070.035739] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 2070.043304] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 2070.050435] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 2070.057568] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 2070.064700] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 2070.071834] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 2070.078969]  </TASK>
[ 2097.708917] watchdog: BUG: soft lockup - CPU#34 stuck for 1725s! [grub2-mount:4482]
[ 2097.716574] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 2097.792509] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 2097.804581] Tainted: [L]=SOFTLOCKUP
[ 2097.808075] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 2097.815727] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2097.821819] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 2097.840563] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 2097.845790] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 2097.852923] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 2097.860053] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 2097.867179] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 2097.874312] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 2097.881444] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 2097.889529] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2097.895275] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 2097.902407] PKRU: 55555554
[ 2097.905121] Call Trace:
[ 2097.907572]  <IRQ>
[ 2097.909594]  ? show_regs+0x6d/0x80
[ 2097.912997]  ? watchdog_timer_fn+0x1f8/0x280
[ 2097.917270]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 2097.921889]  ? __hrtimer_run_queues+0x114/0x2a0
[ 2097.926424]  ? hrtimer_interrupt+0x108/0x230
[ 2097.930695]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 2097.935921]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 2097.940887]  </IRQ>
[ 2097.942993]  <TASK>
[ 2097.945099]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 2097.950415]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2097.955898]  _raw_spin_lock+0x2d/0x40
[ 2097.959562]  fuse_iget+0x125/0x250
[ 2097.962969]  fuse_fill_super_common+0x3ae/0x4f0
[ 2097.967504]  ? __pfx_fuse_fill_super+0x10/0x10
[ 2097.971947]  fuse_fill_super+0x5e/0xb0
[ 2097.975699]  get_tree_nodev+0x6f/0xa0
[ 2097.979366]  ? fget+0x80/0xb0
[ 2097.982339]  fuse_get_tree+0xc6/0x1b0
[ 2097.986004]  vfs_get_tree+0x2e/0xf0
[ 2097.989496]  path_mount+0x4f0/0xb50
[ 2097.992990]  ? putname+0x5b/0x70
[ 2097.996223]  __x64_sys_mount+0x10d/0x150
[ 2098.000149]  x64_sys_call+0x1e1d/0x2140
[ 2098.003987]  do_syscall_64+0x51/0x120
[ 2098.007654]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 2098.012704] RIP: 0033:0x7fd154f0f03e
[ 2098.016283] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 2098.035031] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 2098.042597] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 2098.049729] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 2098.056860] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 2098.063993] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 2098.071126] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 2098.078261]  </TASK>
[ 2112.475586] rcu: INFO: rcu_preempt self-detected stall on CPU
[ 2112.481334] rcu: 	34-....: (459326 ticks this GP) idle=6724/1/0x4000000000000000 softirq=785/785 fqs=230007
[ 2112.491071] rcu: 	(t=465877 jiffies g=7337 q=94268 ncpus=128)
[ 2112.496815] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 2112.508884] Tainted: [L]=SOFTLOCKUP
[ 2112.512378] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 2112.520031] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2112.526123] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 2112.544869] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 2112.550094] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 2112.557225] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 2112.564359] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 2112.571493] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 2112.578623] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 2112.585755] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 2112.593842] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2112.599587] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 2112.606721] PKRU: 55555554
[ 2112.609434] Call Trace:
[ 2112.611886]  <IRQ>
[ 2112.613907]  ? show_regs+0x6d/0x80
[ 2112.617312]  ? dump_cpu_task+0x6b/0x80
[ 2112.621065]  ? rcu_dump_cpu_stacks+0xa4/0x100
[ 2112.625424]  ? rcu_sched_clock_irq+0x6b4/0x10c0
[ 2112.629958]  ? srso_alias_return_thunk+0x5/0xfbef5
[ 2112.634748]  ? __cgroup_account_cputime_field+0x3f/0x60
[ 2112.639972]  ? srso_alias_return_thunk+0x5/0xfbef5
[ 2112.644765]  ? account_system_index_time+0x95/0xb0
[ 2112.649561]  ? update_process_times+0x74/0xc0
[ 2112.653919]  ? tick_nohz_handler+0x9b/0x150
[ 2112.658103]  ? __pfx_tick_nohz_handler+0x10/0x10
[ 2112.662722]  ? __hrtimer_run_queues+0x114/0x2a0
[ 2112.667258]  ? hrtimer_interrupt+0x108/0x230
[ 2112.671530]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 2112.676755]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 2112.681720]  </IRQ>
[ 2112.683825]  <TASK>
[ 2112.685932]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 2112.691247]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2112.696733]  _raw_spin_lock+0x2d/0x40
[ 2112.700396]  fuse_iget+0x125/0x250
[ 2112.703803]  fuse_fill_super_common+0x3ae/0x4f0
[ 2112.708336]  ? __pfx_fuse_fill_super+0x10/0x10
[ 2112.712781]  fuse_fill_super+0x5e/0xb0
[ 2112.716535]  get_tree_nodev+0x6f/0xa0
[ 2112.720198]  ? fget+0x80/0xb0
[ 2112.723172]  fuse_get_tree+0xc6/0x1b0
[ 2112.726839]  vfs_get_tree+0x2e/0xf0
[ 2112.730330]  path_mount+0x4f0/0xb50
[ 2112.733822]  ? putname+0x5b/0x70
[ 2112.737056]  __x64_sys_mount+0x10d/0x150
[ 2112.740984]  x64_sys_call+0x1e1d/0x2140
[ 2112.744820]  do_syscall_64+0x51/0x120
[ 2112.748487]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 2112.753538] RIP: 0033:0x7fd154f0f03e
[ 2112.757119] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 2112.775864] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 2112.783429] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 2112.790561] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 2112.797693] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 2112.804826] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 2112.811959] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 2112.819096]  </TASK>
[ 2137.707920] watchdog: BUG: soft lockup - CPU#34 stuck for 1762s! [grub2-mount:4482]
[ 2137.715579] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 2137.791513] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 2137.803585] Tainted: [L]=SOFTLOCKUP
[ 2137.807078] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 2137.814732] RIP: 0010:native_queued_spin_lock_slowpath+0x7c/0x2d0
[ 2137.820823] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[ 2137.839567] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 2137.844794] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 2137.851925] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 2137.859058] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 2137.866190] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 2137.873325] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 2137.880455] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 2137.888544] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2137.894289] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 2137.901421] PKRU: 55555554
[ 2137.904133] Call Trace:
[ 2137.906586]  <IRQ>
[ 2137.908605]  ? show_regs+0x6d/0x80
[ 2137.912010]  ? watchdog_timer_fn+0x1f8/0x280
[ 2137.916285]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 2137.920902]  ? __hrtimer_run_queues+0x114/0x2a0
[ 2137.925438]  ? hrtimer_interrupt+0x108/0x230
[ 2137.929711]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 2137.934935]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 2137.939899]  </IRQ>
[ 2137.942007]  <TASK>
[ 2137.944111]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 2137.949427]  ? native_queued_spin_lock_slowpath+0x7c/0x2d0
[ 2137.954912]  _raw_spin_lock+0x2d/0x40
[ 2137.958577]  fuse_iget+0x125/0x250
[ 2137.961982]  fuse_fill_super_common+0x3ae/0x4f0
[ 2137.966516]  ? __pfx_fuse_fill_super+0x10/0x10
[ 2137.970962]  fuse_fill_super+0x5e/0xb0
[ 2137.974715]  get_tree_nodev+0x6f/0xa0
[ 2137.978378]  ? fget+0x80/0xb0
[ 2137.981353]  fuse_get_tree+0xc6/0x1b0
[ 2137.985020]  vfs_get_tree+0x2e/0xf0
[ 2137.988511]  path_mount+0x4f0/0xb50
[ 2137.992002]  ? putname+0x5b/0x70
[ 2137.995238]  __x64_sys_mount+0x10d/0x150
[ 2137.999162]  x64_sys_call+0x1e1d/0x2140
[ 2138.002999]  do_syscall_64+0x51/0x120
[ 2138.006665]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 2138.011717] RIP: 0033:0x7fd154f0f03e
[ 2138.015298] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 2138.034044] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 2138.041608] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 2138.048740] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 2138.055875] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 2138.063005] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 2138.070138] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 2138.077274]  </TASK>
[ 2165.707222] watchdog: BUG: soft lockup - CPU#34 stuck for 1788s! [grub2-mount:4482]
[ 2165.714880] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 2165.790813] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 2165.802887] Tainted: [L]=SOFTLOCKUP
[ 2165.806380] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 2165.814033] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2165.820122] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 2165.838867] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 2165.844094] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 2165.851226] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 2165.858359] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 2165.865490] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 2165.872616] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 2165.879749] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 2165.887834] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2165.893581] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 2165.900712] PKRU: 55555554
[ 2165.903426] Call Trace:
[ 2165.905877]  <IRQ>
[ 2165.907900]  ? show_regs+0x6d/0x80
[ 2165.911302]  ? watchdog_timer_fn+0x1f8/0x280
[ 2165.915577]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 2165.920196]  ? __hrtimer_run_queues+0x114/0x2a0
[ 2165.924729]  ? hrtimer_interrupt+0x108/0x230
[ 2165.929002]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 2165.934224]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 2165.939193]  </IRQ>
[ 2165.941297]  <TASK>
[ 2165.943405]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 2165.948719]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2165.954204]  _raw_spin_lock+0x2d/0x40
[ 2165.957868]  fuse_iget+0x125/0x250
[ 2165.961276]  fuse_fill_super_common+0x3ae/0x4f0
[ 2165.965809]  ? __pfx_fuse_fill_super+0x10/0x10
[ 2165.970252]  fuse_fill_super+0x5e/0xb0
[ 2165.974006]  get_tree_nodev+0x6f/0xa0
[ 2165.977669]  ? fget+0x80/0xb0
[ 2165.980642]  fuse_get_tree+0xc6/0x1b0
[ 2165.984310]  vfs_get_tree+0x2e/0xf0
[ 2165.987801]  path_mount+0x4f0/0xb50
[ 2165.991294]  ? putname+0x5b/0x70
[ 2165.994529]  __x64_sys_mount+0x10d/0x150
[ 2165.998455]  x64_sys_call+0x1e1d/0x2140
[ 2166.002293]  do_syscall_64+0x51/0x120
[ 2166.005958]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 2166.011009] RIP: 0033:0x7fd154f0f03e
[ 2166.014589] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 2166.033334] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 2166.040902] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 2166.048032] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 2166.055166] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 2166.062298] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 2166.069431] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 2166.076568]  </TASK>
[ 2193.706524] watchdog: BUG: soft lockup - CPU#34 stuck for 1815s! [grub2-mount:4482]
[ 2193.714178] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 2193.790115] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 2193.802186] Tainted: [L]=SOFTLOCKUP
[ 2193.805678] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 2193.813332] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2193.819425] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 2193.838168] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 2193.843394] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 2193.850529] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 2193.857660] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 2193.864793] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 2193.871924] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 2193.879059] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 2193.887143] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2193.892888] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 2193.900023] PKRU: 55555554
[ 2193.902732] Call Trace:
[ 2193.905178]  <IRQ>
[ 2193.907199]  ? show_regs+0x6d/0x80
[ 2193.910604]  ? watchdog_timer_fn+0x1f8/0x280
[ 2193.914874]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 2193.919496]  ? __hrtimer_run_queues+0x114/0x2a0
[ 2193.924031]  ? hrtimer_interrupt+0x108/0x230
[ 2193.928303]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 2193.933527]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 2193.938493]  </IRQ>
[ 2193.940597]  <TASK>
[ 2193.942704]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 2193.948017]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2193.953505]  _raw_spin_lock+0x2d/0x40
[ 2193.957168]  fuse_iget+0x125/0x250
[ 2193.960576]  fuse_fill_super_common+0x3ae/0x4f0
[ 2193.965108]  ? __pfx_fuse_fill_super+0x10/0x10
[ 2193.969551]  fuse_fill_super+0x5e/0xb0
[ 2193.973304]  get_tree_nodev+0x6f/0xa0
[ 2193.976969]  ? fget+0x80/0xb0
[ 2193.979945]  fuse_get_tree+0xc6/0x1b0
[ 2193.983610]  vfs_get_tree+0x2e/0xf0
[ 2193.987103]  path_mount+0x4f0/0xb50
[ 2193.990594]  ? putname+0x5b/0x70
[ 2193.993828]  __x64_sys_mount+0x10d/0x150
[ 2193.997755]  x64_sys_call+0x1e1d/0x2140
[ 2194.001592]  do_syscall_64+0x51/0x120
[ 2194.005259]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 2194.010311] RIP: 0033:0x7fd154f0f03e
[ 2194.013889] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 2194.032635] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 2194.040201] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 2194.047335] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 2194.054467] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 2194.061596] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 2194.068723] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 2194.075857]  </TASK>
[ 2221.705826] watchdog: BUG: soft lockup - CPU#34 stuck for 1841s! [grub2-mount:4482]
[ 2221.713481] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 2221.789425] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 2221.801495] Tainted: [L]=SOFTLOCKUP
[ 2221.804988] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 2221.812640] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2221.818734] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 2221.837478] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 2221.842702] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 2221.849836] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 2221.856968] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 2221.864102] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 2221.871233] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 2221.878368] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 2221.886452] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2221.892199] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 2221.899329] PKRU: 55555554
[ 2221.902044] Call Trace:
[ 2221.904496]  <IRQ>
[ 2221.906518]  ? show_regs+0x6d/0x80
[ 2221.909922]  ? watchdog_timer_fn+0x1f8/0x280
[ 2221.914193]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 2221.918813]  ? __hrtimer_run_queues+0x114/0x2a0
[ 2221.923348]  ? hrtimer_interrupt+0x108/0x230
[ 2221.927618]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 2221.932845]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 2221.937808]  </IRQ>
[ 2221.939916]  <TASK>
[ 2221.942022]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 2221.947338]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2221.952820]  _raw_spin_lock+0x2d/0x40
[ 2221.956485]  fuse_iget+0x125/0x250
[ 2221.959893]  fuse_fill_super_common+0x3ae/0x4f0
[ 2221.964425]  ? __pfx_fuse_fill_super+0x10/0x10
[ 2221.968871]  fuse_fill_super+0x5e/0xb0
[ 2221.972623]  get_tree_nodev+0x6f/0xa0
[ 2221.976287]  ? fget+0x80/0xb0
[ 2221.979261]  fuse_get_tree+0xc6/0x1b0
[ 2221.982929]  vfs_get_tree+0x2e/0xf0
[ 2221.986421]  path_mount+0x4f0/0xb50
[ 2221.989914]  ? putname+0x5b/0x70
[ 2221.993147]  __x64_sys_mount+0x10d/0x150
[ 2221.997073]  x64_sys_call+0x1e1d/0x2140
[ 2222.000909]  do_syscall_64+0x51/0x120
[ 2222.004576]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 2222.009628] RIP: 0033:0x7fd154f0f03e
[ 2222.013207] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 2222.031951] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 2222.039519] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 2222.046649] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 2222.053774] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 2222.060907] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 2222.068039] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 2222.075175]  </TASK>
[ 2249.705128] watchdog: BUG: soft lockup - CPU#34 stuck for 1867s! [grub2-mount:4482]
[ 2249.712780] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 2249.788717] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 2249.800787] Tainted: [L]=SOFTLOCKUP
[ 2249.804279] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 2249.811931] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2249.818024] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 2249.836770] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 2249.841997] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 2249.849129] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 2249.856261] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 2249.863392] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 2249.870524] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 2249.877659] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 2249.885742] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2249.891490] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 2249.898622] PKRU: 55555554
[ 2249.901336] Call Trace:
[ 2249.903787]  <IRQ>
[ 2249.905807]  ? show_regs+0x6d/0x80
[ 2249.909212]  ? watchdog_timer_fn+0x1f8/0x280
[ 2249.913486]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 2249.918106]  ? __hrtimer_run_queues+0x114/0x2a0
[ 2249.922639]  ? hrtimer_interrupt+0x108/0x230
[ 2249.926909]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 2249.932137]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 2249.937102]  </IRQ>
[ 2249.939208]  <TASK>
[ 2249.941313]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 2249.946627]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2249.952113]  _raw_spin_lock+0x2d/0x40
[ 2249.955777]  fuse_iget+0x125/0x250
[ 2249.959185]  fuse_fill_super_common+0x3ae/0x4f0
[ 2249.963717]  ? __pfx_fuse_fill_super+0x10/0x10
[ 2249.968162]  fuse_fill_super+0x5e/0xb0
[ 2249.971914]  get_tree_nodev+0x6f/0xa0
[ 2249.975579]  ? fget+0x80/0xb0
[ 2249.978553]  fuse_get_tree+0xc6/0x1b0
[ 2249.982219]  vfs_get_tree+0x2e/0xf0
[ 2249.985711]  path_mount+0x4f0/0xb50
[ 2249.989203]  ? putname+0x5b/0x70
[ 2249.992437]  __x64_sys_mount+0x10d/0x150
[ 2249.996362]  x64_sys_call+0x1e1d/0x2140
[ 2250.000201]  do_syscall_64+0x51/0x120
[ 2250.003867]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 2250.008919] RIP: 0033:0x7fd154f0f03e
[ 2250.012498] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 2250.031245] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 2250.038808] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 2250.045932] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 2250.053058] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 2250.060190] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 2250.067322] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 2250.074457]  </TASK>
[ 2277.704436] watchdog: BUG: soft lockup - CPU#34 stuck for 1893s! [grub2-mount:4482]
[ 2277.712089] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 2277.788025] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 2277.800096] Tainted: [L]=SOFTLOCKUP
[ 2277.803588] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 2277.811242] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2277.817332] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 2277.836080] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 2277.841305] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 2277.848438] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 2277.855570] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 2277.862700] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 2277.869835] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 2277.876966] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 2277.885052] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2277.890798] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 2277.897933] PKRU: 55555554
[ 2277.900644] Call Trace:
[ 2277.903097]  <IRQ>
[ 2277.905116]  ? show_regs+0x6d/0x80
[ 2277.908520]  ? watchdog_timer_fn+0x1f8/0x280
[ 2277.912795]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 2277.917413]  ? __hrtimer_run_queues+0x114/0x2a0
[ 2277.921949]  ? hrtimer_interrupt+0x108/0x230
[ 2277.926219]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 2277.931443]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 2277.936410]  </IRQ>
[ 2277.938517]  <TASK>
[ 2277.940623]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 2277.945938]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2277.951422]  _raw_spin_lock+0x2d/0x40
[ 2277.955085]  fuse_iget+0x125/0x250
[ 2277.958492]  fuse_fill_super_common+0x3ae/0x4f0
[ 2277.963027]  ? __pfx_fuse_fill_super+0x10/0x10
[ 2277.967471]  fuse_fill_super+0x5e/0xb0
[ 2277.971222]  get_tree_nodev+0x6f/0xa0
[ 2277.974890]  ? fget+0x80/0xb0
[ 2277.977861]  fuse_get_tree+0xc6/0x1b0
[ 2277.981529]  vfs_get_tree+0x2e/0xf0
[ 2277.985019]  path_mount+0x4f0/0xb50
[ 2277.988513]  ? putname+0x5b/0x70
[ 2277.991746]  __x64_sys_mount+0x10d/0x150
[ 2277.995672]  x64_sys_call+0x1e1d/0x2140
[ 2277.999512]  do_syscall_64+0x51/0x120
[ 2278.003177]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 2278.008227] RIP: 0033:0x7fd154f0f03e
[ 2278.011808] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 2278.030554] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 2278.038119] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 2278.045251] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 2278.052382] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 2278.059508] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 2278.066641] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 2278.073776]  </TASK>
[ 2292.819103] rcu: INFO: rcu_preempt self-detected stall on CPU
[ 2292.824849] rcu: 	34-....: (503776 ticks this GP) idle=6724/1/0x4000000000000000 softirq=785/785 fqs=252285
[ 2292.834586] rcu: 	(t=510964 jiffies g=7337 q=95625 ncpus=128)
[ 2292.840331] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 2292.852401] Tainted: [L]=SOFTLOCKUP
[ 2292.855891] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 2292.863545] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2292.869638] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 2292.888382] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 2292.893607] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 2292.900732] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 2292.907865] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 2292.914997] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 2292.922131] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 2292.929264] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 2292.937347] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2292.943094] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 2292.950227] PKRU: 55555554
[ 2292.952939] Call Trace:
[ 2292.955394]  <IRQ>
[ 2292.957413]  ? show_regs+0x6d/0x80
[ 2292.960818]  ? dump_cpu_task+0x6b/0x80
[ 2292.964569]  ? rcu_dump_cpu_stacks+0xa4/0x100
[ 2292.968930]  ? rcu_sched_clock_irq+0x6b4/0x10c0
[ 2292.973463]  ? srso_alias_return_thunk+0x5/0xfbef5
[ 2292.978252]  ? __cgroup_account_cputime_field+0x3f/0x60
[ 2292.983480]  ? srso_alias_return_thunk+0x5/0xfbef5
[ 2292.988272]  ? account_system_index_time+0x95/0xb0
[ 2292.993066]  ? update_process_times+0x74/0xc0
[ 2292.997424]  ? tick_nohz_handler+0x9b/0x150
[ 2293.001609]  ? __pfx_tick_nohz_handler+0x10/0x10
[ 2293.006229]  ? __hrtimer_run_queues+0x114/0x2a0
[ 2293.010763]  ? hrtimer_interrupt+0x108/0x230
[ 2293.015037]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 2293.020261]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 2293.025224]  </IRQ>
[ 2293.027333]  <TASK>
[ 2293.029436]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 2293.034754]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2293.040239]  _raw_spin_lock+0x2d/0x40
[ 2293.043904]  fuse_iget+0x125/0x250
[ 2293.047310]  fuse_fill_super_common+0x3ae/0x4f0
[ 2293.051843]  ? __pfx_fuse_fill_super+0x10/0x10
[ 2293.056285]  fuse_fill_super+0x5e/0xb0
[ 2293.060040]  get_tree_nodev+0x6f/0xa0
[ 2293.063704]  ? fget+0x80/0xb0
[ 2293.066679]  fuse_get_tree+0xc6/0x1b0
[ 2293.070342]  vfs_get_tree+0x2e/0xf0
[ 2293.073835]  path_mount+0x4f0/0xb50
[ 2293.077328]  ? putname+0x5b/0x70
[ 2293.080564]  __x64_sys_mount+0x10d/0x150
[ 2293.084487]  x64_sys_call+0x1e1d/0x2140
[ 2293.088327]  do_syscall_64+0x51/0x120
[ 2293.091992]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 2293.097043] RIP: 0033:0x7fd154f0f03e
[ 2293.100626] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 2293.119370] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 2293.126935] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 2293.134068] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 2293.141200] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 2293.148333] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 2293.155463] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 2293.162602]  </TASK>
[ 2317.703454] watchdog: BUG: soft lockup - CPU#34 stuck for 1930s! [grub2-mount:4482]
[ 2317.711111] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 2317.787055] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 2317.799126] Tainted: [L]=SOFTLOCKUP
[ 2317.802617] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 2317.810271] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2317.816363] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 2317.835109] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 2317.840335] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 2317.847467] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 2317.854597] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 2317.861730] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 2317.868865] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 2317.875997] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 2317.884082] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2317.889829] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 2317.896961] PKRU: 55555554
[ 2317.899674] Call Trace:
[ 2317.902128]  <IRQ>
[ 2317.904145]  ? show_regs+0x6d/0x80
[ 2317.907550]  ? watchdog_timer_fn+0x1f8/0x280
[ 2317.911825]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 2317.916442]  ? __hrtimer_run_queues+0x114/0x2a0
[ 2317.920977]  ? hrtimer_interrupt+0x108/0x230
[ 2317.925249]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 2317.930473]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 2317.935439]  </IRQ>
[ 2317.937545]  <TASK>
[ 2317.939652]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 2317.944967]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2317.950450]  _raw_spin_lock+0x2d/0x40
[ 2317.954117]  fuse_iget+0x125/0x250
[ 2317.957524]  fuse_fill_super_common+0x3ae/0x4f0
[ 2317.962058]  ? __pfx_fuse_fill_super+0x10/0x10
[ 2317.966502]  fuse_fill_super+0x5e/0xb0
[ 2317.970254]  get_tree_nodev+0x6f/0xa0
[ 2317.973917]  ? fget+0x80/0xb0
[ 2317.976893]  fuse_get_tree+0xc6/0x1b0
[ 2317.980557]  vfs_get_tree+0x2e/0xf0
[ 2317.984050]  path_mount+0x4f0/0xb50
[ 2317.987541]  ? putname+0x5b/0x70
[ 2317.990776]  __x64_sys_mount+0x10d/0x150
[ 2317.994702]  x64_sys_call+0x1e1d/0x2140
[ 2317.998541]  do_syscall_64+0x51/0x120
[ 2318.002204]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 2318.007259] RIP: 0033:0x7fd154f0f03e
[ 2318.010838] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 2318.029582] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 2318.037147] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 2318.044282] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 2318.051414] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 2318.058548] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 2318.065680] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 2318.072813]  </TASK>
[ 2345.702767] watchdog: BUG: soft lockup - CPU#34 stuck for 1956s! [grub2-mount:4482]
[ 2345.710418] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 2345.786355] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 2345.798426] Tainted: [L]=SOFTLOCKUP
[ 2345.801917] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 2345.809569] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2345.815663] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 2345.834410] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 2345.839634] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 2345.846768] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 2345.853900] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 2345.861033] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 2345.868163] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 2345.875298] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 2345.883381] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2345.889128] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 2345.896260] PKRU: 55555554
[ 2345.898975] Call Trace:
[ 2345.901427]  <IRQ>
[ 2345.903448]  ? show_regs+0x6d/0x80
[ 2345.906852]  ? watchdog_timer_fn+0x1f8/0x280
[ 2345.911123]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 2345.915742]  ? __hrtimer_run_queues+0x114/0x2a0
[ 2345.920278]  ? hrtimer_interrupt+0x108/0x230
[ 2345.924549]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 2345.929776]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 2345.934739]  </IRQ>
[ 2345.936846]  <TASK>
[ 2345.938950]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 2345.944268]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2345.949751]  _raw_spin_lock+0x2d/0x40
[ 2345.953414]  fuse_iget+0x125/0x250
[ 2345.956822]  fuse_fill_super_common+0x3ae/0x4f0
[ 2345.961356]  ? __pfx_fuse_fill_super+0x10/0x10
[ 2345.965801]  fuse_fill_super+0x5e/0xb0
[ 2345.969555]  get_tree_nodev+0x6f/0xa0
[ 2345.973217]  ? fget+0x80/0xb0
[ 2345.976191]  fuse_get_tree+0xc6/0x1b0
[ 2345.979858]  vfs_get_tree+0x2e/0xf0
[ 2345.983350]  path_mount+0x4f0/0xb50
[ 2345.986841]  ? putname+0x5b/0x70
[ 2345.990076]  __x64_sys_mount+0x10d/0x150
[ 2345.994003]  x64_sys_call+0x1e1d/0x2140
[ 2345.997841]  do_syscall_64+0x51/0x120
[ 2346.001507]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 2346.006559] RIP: 0033:0x7fd154f0f03e
[ 2346.010138] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 2346.028884] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 2346.036449] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 2346.043582] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 2346.050712] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 2346.057846] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 2346.064978] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 2346.072114]  </TASK>
[ 2373.702080] watchdog: BUG: soft lockup - CPU#34 stuck for 1982s! [grub2-mount:4482]
[ 2373.709735] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 2373.785672] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 2373.797743] Tainted: [L]=SOFTLOCKUP
[ 2373.801233] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 2373.808886] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2373.814979] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 2373.833726] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 2373.838949] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 2373.846083] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 2373.853215] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 2373.860348] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 2373.867480] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 2373.874613] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 2373.882697] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2373.888445] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 2373.895579] PKRU: 55555554
[ 2373.898288] Call Trace:
[ 2373.900735]  <IRQ>
[ 2373.902755]  ? show_regs+0x6d/0x80
[ 2373.906157]  ? watchdog_timer_fn+0x1f8/0x280
[ 2373.910430]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 2373.915050]  ? __hrtimer_run_queues+0x114/0x2a0
[ 2373.919584]  ? hrtimer_interrupt+0x108/0x230
[ 2373.923858]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 2373.929083]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 2373.934047]  </IRQ>
[ 2373.936153]  <TASK>
[ 2373.938261]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 2373.943574]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2373.949057]  _raw_spin_lock+0x2d/0x40
[ 2373.952724]  fuse_iget+0x125/0x250
[ 2373.956130]  fuse_fill_super_common+0x3ae/0x4f0
[ 2373.960664]  ? __pfx_fuse_fill_super+0x10/0x10
[ 2373.965108]  fuse_fill_super+0x5e/0xb0
[ 2373.968861]  get_tree_nodev+0x6f/0xa0
[ 2373.972525]  ? fget+0x80/0xb0
[ 2373.975499]  fuse_get_tree+0xc6/0x1b0
[ 2373.979166]  vfs_get_tree+0x2e/0xf0
[ 2373.982658]  path_mount+0x4f0/0xb50
[ 2373.986150]  ? putname+0x5b/0x70
[ 2373.989383]  __x64_sys_mount+0x10d/0x150
[ 2373.993309]  x64_sys_call+0x1e1d/0x2140
[ 2373.997147]  do_syscall_64+0x51/0x120
[ 2374.000815]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 2374.005865] RIP: 0033:0x7fd154f0f03e
[ 2374.009444] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 2374.028192] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 2374.035756] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 2374.042890] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 2374.050022] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 2374.057154] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 2374.064286] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 2374.071420]  </TASK>
[ 2401.701393] watchdog: BUG: soft lockup - CPU#34 stuck for 2008s! [grub2-mount:4482]
[ 2401.709052] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 2401.784985] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 2401.797060] Tainted: [L]=SOFTLOCKUP
[ 2401.800552] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 2401.808204] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2401.814297] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 2401.833042] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 2401.838265] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 2401.845390] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 2401.852522] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 2401.859657] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 2401.866787] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 2401.873922] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 2401.882006] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2401.887754] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 2401.894884] PKRU: 55555554
[ 2401.897597] Call Trace:
[ 2401.900052]  <IRQ>
[ 2401.902070]  ? show_regs+0x6d/0x80
[ 2401.905475]  ? watchdog_timer_fn+0x1f8/0x280
[ 2401.909747]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 2401.914367]  ? __hrtimer_run_queues+0x114/0x2a0
[ 2401.918903]  ? hrtimer_interrupt+0x108/0x230
[ 2401.923175]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 2401.928398]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 2401.933364]  </IRQ>
[ 2401.935471]  <TASK>
[ 2401.937577]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 2401.942892]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2401.948377]  _raw_spin_lock+0x2d/0x40
[ 2401.952040]  fuse_iget+0x125/0x250
[ 2401.955447]  fuse_fill_super_common+0x3ae/0x4f0
[ 2401.959981]  ? __pfx_fuse_fill_super+0x10/0x10
[ 2401.964425]  fuse_fill_super+0x5e/0xb0
[ 2401.968178]  get_tree_nodev+0x6f/0xa0
[ 2401.971842]  ? fget+0x80/0xb0
[ 2401.974816]  fuse_get_tree+0xc6/0x1b0
[ 2401.978483]  vfs_get_tree+0x2e/0xf0
[ 2401.981976]  path_mount+0x4f0/0xb50
[ 2401.985466]  ? putname+0x5b/0x70
[ 2401.988699]  __x64_sys_mount+0x10d/0x150
[ 2401.992628]  x64_sys_call+0x1e1d/0x2140
[ 2401.996466]  do_syscall_64+0x51/0x120
[ 2402.000130]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 2402.005184] RIP: 0033:0x7fd154f0f03e
[ 2402.008763] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 2402.027506] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 2402.035073] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 2402.042207] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 2402.049338] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 2402.056469] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 2402.063603] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 2402.070740]  </TASK>
[ 2429.700705] watchdog: BUG: soft lockup - CPU#34 stuck for 2034s! [grub2-mount:4482]
[ 2429.708361] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 2429.784297] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 2429.796368] Tainted: [L]=SOFTLOCKUP
[ 2429.799859] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 2429.807513] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2429.813604] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 2429.832349] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 2429.837575] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 2429.844707] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 2429.851838] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 2429.858971] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 2429.866105] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 2429.873236] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 2429.881323] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2429.887068] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 2429.894202] PKRU: 55555554
[ 2429.896913] Call Trace:
[ 2429.899368]  <IRQ>
[ 2429.901386]  ? show_regs+0x6d/0x80
[ 2429.904794]  ? watchdog_timer_fn+0x1f8/0x280
[ 2429.909065]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 2429.913683]  ? __hrtimer_run_queues+0x114/0x2a0
[ 2429.918219]  ? hrtimer_interrupt+0x108/0x230
[ 2429.922489]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 2429.927713]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 2429.932680]  </IRQ>
[ 2429.934788]  <TASK>
[ 2429.936893]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 2429.942207]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2429.947692]  _raw_spin_lock+0x2d/0x40
[ 2429.951357]  fuse_iget+0x125/0x250
[ 2429.954764]  fuse_fill_super_common+0x3ae/0x4f0
[ 2429.959297]  ? __pfx_fuse_fill_super+0x10/0x10
[ 2429.963741]  fuse_fill_super+0x5e/0xb0
[ 2429.967493]  get_tree_nodev+0x6f/0xa0
[ 2429.971159]  ? fget+0x80/0xb0
[ 2429.974134]  fuse_get_tree+0xc6/0x1b0
[ 2429.977800]  vfs_get_tree+0x2e/0xf0
[ 2429.981290]  path_mount+0x4f0/0xb50
[ 2429.984782]  ? putname+0x5b/0x70
[ 2429.988019]  __x64_sys_mount+0x10d/0x150
[ 2429.991942]  x64_sys_call+0x1e1d/0x2140
[ 2429.995779]  do_syscall_64+0x51/0x120
[ 2429.999448]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 2430.004499] RIP: 0033:0x7fd154f0f03e
[ 2430.008080] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 2430.026825] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 2430.034388] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 2430.041520] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 2430.048656] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 2430.055787] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 2430.062920] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 2430.070055]  </TASK>
[ 2457.700010] watchdog: BUG: soft lockup - CPU#34 stuck for 2060s! [grub2-mount:4482]
[ 2457.707668] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 2457.783602] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 2457.795675] Tainted: [L]=SOFTLOCKUP
[ 2457.799168] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 2457.806819] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2457.812911] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 2457.831657] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 2457.836881] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 2457.844015] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 2457.851147] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 2457.858280] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 2457.865412] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 2457.872544] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 2457.880631] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2457.886376] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 2457.893509] PKRU: 55555554
[ 2457.896221] Call Trace:
[ 2457.898675]  <IRQ>
[ 2457.900695]  ? show_regs+0x6d/0x80
[ 2457.904100]  ? watchdog_timer_fn+0x1f8/0x280
[ 2457.908373]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 2457.912992]  ? __hrtimer_run_queues+0x114/0x2a0
[ 2457.917526]  ? hrtimer_interrupt+0x108/0x230
[ 2457.921799]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 2457.927021]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 2457.931988]  </IRQ>
[ 2457.934093]  <TASK>
[ 2457.936193]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 2457.941506]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2457.946991]  _raw_spin_lock+0x2d/0x40
[ 2457.950657]  fuse_iget+0x125/0x250
[ 2457.954063]  fuse_fill_super_common+0x3ae/0x4f0
[ 2457.958598]  ? __pfx_fuse_fill_super+0x10/0x10
[ 2457.963042]  fuse_fill_super+0x5e/0xb0
[ 2457.966792]  get_tree_nodev+0x6f/0xa0
[ 2457.970458]  ? fget+0x80/0xb0
[ 2457.973433]  fuse_get_tree+0xc6/0x1b0
[ 2457.977098]  vfs_get_tree+0x2e/0xf0
[ 2457.980591]  path_mount+0x4f0/0xb50
[ 2457.984084]  ? putname+0x5b/0x70
[ 2457.987316]  __x64_sys_mount+0x10d/0x150
[ 2457.991243]  x64_sys_call+0x1e1d/0x2140
[ 2457.995078]  do_syscall_64+0x51/0x120
[ 2457.998746]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 2458.003797] RIP: 0033:0x7fd154f0f03e
[ 2458.007378] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 2458.026122] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 2458.033688] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 2458.040821] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 2458.047955] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 2458.055084] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 2458.062210] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 2458.069346]  </TASK>
[ 2473.166663] rcu: INFO: rcu_preempt self-detected stall on CPU
[ 2473.172415] rcu: 	34-....: (548227 ticks this GP) idle=6724/1/0x4000000000000000 softirq=785/785 fqs=274560
[ 2473.182150] rcu: 	(t=556052 jiffies g=7337 q=96903 ncpus=128)
[ 2473.187896] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 2473.199967] Tainted: [L]=SOFTLOCKUP
[ 2473.203459] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 2473.211111] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2473.217203] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 2473.235947] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 2473.241173] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 2473.248304] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 2473.255438] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 2473.262571] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 2473.269702] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 2473.276835] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 2473.284921] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2473.290667] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 2473.297800] PKRU: 55555554
[ 2473.300511] Call Trace:
[ 2473.302956]  <IRQ>
[ 2473.304978]  ? show_regs+0x6d/0x80
[ 2473.308383]  ? dump_cpu_task+0x6b/0x80
[ 2473.312135]  ? rcu_dump_cpu_stacks+0xa4/0x100
[ 2473.316492]  ? rcu_sched_clock_irq+0x6b4/0x10c0
[ 2473.321027]  ? srso_alias_return_thunk+0x5/0xfbef5
[ 2473.325816]  ? __cgroup_account_cputime_field+0x3f/0x60
[ 2473.331044]  ? srso_alias_return_thunk+0x5/0xfbef5
[ 2473.335838]  ? account_system_index_time+0x95/0xb0
[ 2473.340631]  ? update_process_times+0x74/0xc0
[ 2473.344989]  ? tick_nohz_handler+0x9b/0x150
[ 2473.349174]  ? __pfx_tick_nohz_handler+0x10/0x10
[ 2473.353795]  ? __hrtimer_run_queues+0x114/0x2a0
[ 2473.358327]  ? hrtimer_interrupt+0x108/0x230
[ 2473.362602]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 2473.367825]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 2473.372791]  </IRQ>
[ 2473.374897]  <TASK>
[ 2473.377001]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 2473.382317]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2473.387801]  _raw_spin_lock+0x2d/0x40
[ 2473.391468]  fuse_iget+0x125/0x250
[ 2473.394873]  fuse_fill_super_common+0x3ae/0x4f0
[ 2473.399407]  ? __pfx_fuse_fill_super+0x10/0x10
[ 2473.403850]  fuse_fill_super+0x5e/0xb0
[ 2473.407604]  get_tree_nodev+0x6f/0xa0
[ 2473.411268]  ? fget+0x80/0xb0
[ 2473.414244]  fuse_get_tree+0xc6/0x1b0
[ 2473.417908]  vfs_get_tree+0x2e/0xf0
[ 2473.421400]  path_mount+0x4f0/0xb50
[ 2473.424893]  ? putname+0x5b/0x70
[ 2473.428126]  __x64_sys_mount+0x10d/0x150
[ 2473.432051]  x64_sys_call+0x1e1d/0x2140
[ 2473.435890]  do_syscall_64+0x51/0x120
[ 2473.439558]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 2473.444609] RIP: 0033:0x7fd154f0f03e
[ 2473.448189] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 2473.466932] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 2473.474498] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 2473.481632] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 2473.488766] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 2473.495897] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 2473.503030] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 2473.510165]  </TASK>
[ 2497.699016] watchdog: BUG: soft lockup - CPU#34 stuck for 2098s! [grub2-mount:4482]
[ 2497.706670] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 2497.782604] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 2497.794677] Tainted: [L]=SOFTLOCKUP
[ 2497.798168] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 2497.805821] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2497.811913] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 2497.830658] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 2497.835887] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 2497.843016] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 2497.850150] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 2497.857283] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 2497.864413] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 2497.871548] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 2497.879631] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2497.885378] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 2497.892511] PKRU: 55555554
[ 2497.895223] Call Trace:
[ 2497.897667]  <IRQ>
[ 2497.899689]  ? show_regs+0x6d/0x80
[ 2497.903094]  ? watchdog_timer_fn+0x1f8/0x280
[ 2497.907364]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 2497.911986]  ? __hrtimer_run_queues+0x114/0x2a0
[ 2497.916518]  ? hrtimer_interrupt+0x108/0x230
[ 2497.920790]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 2497.926017]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 2497.930984]  </IRQ>
[ 2497.933088]  <TASK>
[ 2497.935194]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 2497.940509]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2497.945995]  _raw_spin_lock+0x2d/0x40
[ 2497.949657]  fuse_iget+0x125/0x250
[ 2497.953066]  fuse_fill_super_common+0x3ae/0x4f0
[ 2497.957601]  ? __pfx_fuse_fill_super+0x10/0x10
[ 2497.962043]  fuse_fill_super+0x5e/0xb0
[ 2497.965797]  get_tree_nodev+0x6f/0xa0
[ 2497.969459]  ? fget+0x80/0xb0
[ 2497.972434]  fuse_get_tree+0xc6/0x1b0
[ 2497.976099]  vfs_get_tree+0x2e/0xf0
[ 2497.979592]  path_mount+0x4f0/0xb50
[ 2497.983086]  ? putname+0x5b/0x70
[ 2497.986319]  __x64_sys_mount+0x10d/0x150
[ 2497.990244]  x64_sys_call+0x1e1d/0x2140
[ 2497.994083]  do_syscall_64+0x51/0x120
[ 2497.997750]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 2498.002799] RIP: 0033:0x7fd154f0f03e
[ 2498.006382] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 2498.025127] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 2498.032691] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 2498.039824] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 2498.046955] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 2498.054090] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 2498.061222] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 2498.068356]  </TASK>
[ 2525.698321] watchdog: BUG: soft lockup - CPU#34 stuck for 2124s! [grub2-mount:4482]
[ 2525.705976] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 2525.781913] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 2525.793983] Tainted: [L]=SOFTLOCKUP
[ 2525.797477] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 2525.805130] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2525.811221] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 2525.829968] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 2525.835192] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 2525.842324] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 2525.849456] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 2525.856588] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 2525.863723] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 2525.870854] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 2525.878942] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2525.884686] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 2525.891819] PKRU: 55555554
[ 2525.894531] Call Trace:
[ 2525.896986]  <IRQ>
[ 2525.899006]  ? show_regs+0x6d/0x80
[ 2525.902409]  ? watchdog_timer_fn+0x1f8/0x280
[ 2525.906683]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 2525.911303]  ? __hrtimer_run_queues+0x114/0x2a0
[ 2525.915835]  ? hrtimer_interrupt+0x108/0x230
[ 2525.920107]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 2525.925331]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 2525.930297]  </IRQ>
[ 2525.932405]  <TASK>
[ 2525.934509]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 2525.939825]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2525.945311]  _raw_spin_lock+0x2d/0x40
[ 2525.948974]  fuse_iget+0x125/0x250
[ 2525.952380]  fuse_fill_super_common+0x3ae/0x4f0
[ 2525.956916]  ? __pfx_fuse_fill_super+0x10/0x10
[ 2525.961358]  fuse_fill_super+0x5e/0xb0
[ 2525.965111]  get_tree_nodev+0x6f/0xa0
[ 2525.968777]  ? fget+0x80/0xb0
[ 2525.971751]  fuse_get_tree+0xc6/0x1b0
[ 2525.975417]  vfs_get_tree+0x2e/0xf0
[ 2525.978908]  path_mount+0x4f0/0xb50
[ 2525.982401]  ? putname+0x5b/0x70
[ 2525.985635]  __x64_sys_mount+0x10d/0x150
[ 2525.989561]  x64_sys_call+0x1e1d/0x2140
[ 2525.993400]  do_syscall_64+0x51/0x120
[ 2525.997063]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 2526.002115] RIP: 0033:0x7fd154f0f03e
[ 2526.005695] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 2526.024442] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 2526.032006] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 2526.039140] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 2526.046271] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 2526.053403] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 2526.060537] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 2526.067671]  </TASK>
[ 2553.697626] watchdog: BUG: soft lockup - CPU#34 stuck for 2150s! [grub2-mount:4482]
[ 2553.705285] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 2553.781219] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 2553.793292] Tainted: [L]=SOFTLOCKUP
[ 2553.796782] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 2553.804429] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2553.810520] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 2553.829267] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 2553.834491] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 2553.841624] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 2553.848755] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 2553.855890] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 2553.863020] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 2553.870155] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 2553.878240] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2553.883983] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 2553.891110] PKRU: 55555554
[ 2553.893823] Call Trace:
[ 2553.896274]  <IRQ>
[ 2553.898295]  ? show_regs+0x6d/0x80
[ 2553.901699]  ? watchdog_timer_fn+0x1f8/0x280
[ 2553.905972]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 2553.910593]  ? __hrtimer_run_queues+0x114/0x2a0
[ 2553.915125]  ? hrtimer_interrupt+0x108/0x230
[ 2553.919397]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 2553.924621]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 2553.929587]  </IRQ>
[ 2553.931695]  <TASK>
[ 2553.933802]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 2553.939116]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2553.944599]  _raw_spin_lock+0x2d/0x40
[ 2553.948264]  fuse_iget+0x125/0x250
[ 2553.951671]  fuse_fill_super_common+0x3ae/0x4f0
[ 2553.956206]  ? __pfx_fuse_fill_super+0x10/0x10
[ 2553.960650]  fuse_fill_super+0x5e/0xb0
[ 2553.964403]  get_tree_nodev+0x6f/0xa0
[ 2553.968068]  ? fget+0x80/0xb0
[ 2553.971041]  fuse_get_tree+0xc6/0x1b0
[ 2553.974706]  vfs_get_tree+0x2e/0xf0
[ 2553.978198]  path_mount+0x4f0/0xb50
[ 2553.981690]  ? putname+0x5b/0x70
[ 2553.984923]  __x64_sys_mount+0x10d/0x150
[ 2553.988850]  x64_sys_call+0x1e1d/0x2140
[ 2553.992689]  do_syscall_64+0x51/0x120
[ 2553.996356]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 2554.001408] RIP: 0033:0x7fd154f0f03e
[ 2554.004986] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 2554.023731] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 2554.031296] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 2554.038430] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 2554.045561] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 2554.052694] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 2554.059828] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 2554.066963]  </TASK>
[ 2581.696932] watchdog: BUG: soft lockup - CPU#34 stuck for 2176s! [grub2-mount:4482]
[ 2581.704585] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 2581.780519] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 2581.792593] Tainted: [L]=SOFTLOCKUP
[ 2581.796084] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 2581.803738] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2581.809829] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 2581.828574] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 2581.833798] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 2581.840931] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 2581.848063] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 2581.855197] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 2581.862328] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 2581.869461] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 2581.877549] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2581.883293] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 2581.890426] PKRU: 55555554
[ 2581.893139] Call Trace:
[ 2581.895590]  <IRQ>
[ 2581.897613]  ? show_regs+0x6d/0x80
[ 2581.901015]  ? watchdog_timer_fn+0x1f8/0x280
[ 2581.905288]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 2581.909908]  ? __hrtimer_run_queues+0x114/0x2a0
[ 2581.914441]  ? hrtimer_interrupt+0x108/0x230
[ 2581.918715]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 2581.923939]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 2581.928905]  </IRQ>
[ 2581.931012]  <TASK>
[ 2581.933117]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 2581.938432]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2581.943915]  _raw_spin_lock+0x2d/0x40
[ 2581.947581]  fuse_iget+0x125/0x250
[ 2581.950989]  fuse_fill_super_common+0x3ae/0x4f0
[ 2581.955521]  ? __pfx_fuse_fill_super+0x10/0x10
[ 2581.959966]  fuse_fill_super+0x5e/0xb0
[ 2581.963717]  get_tree_nodev+0x6f/0xa0
[ 2581.967384]  ? fget+0x80/0xb0
[ 2581.970358]  fuse_get_tree+0xc6/0x1b0
[ 2581.974022]  vfs_get_tree+0x2e/0xf0
[ 2581.977514]  path_mount+0x4f0/0xb50
[ 2581.981009]  ? putname+0x5b/0x70
[ 2581.984243]  __x64_sys_mount+0x10d/0x150
[ 2581.988169]  x64_sys_call+0x1e1d/0x2140
[ 2581.992004]  do_syscall_64+0x51/0x120
[ 2581.995670]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 2582.000725] RIP: 0033:0x7fd154f0f03e
[ 2582.004304] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 2582.023048] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 2582.030615] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 2582.037748] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 2582.044879] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 2582.052013] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 2582.059144] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 2582.066280]  </TASK>
[ 2609.696237] watchdog: BUG: soft lockup - CPU#34 stuck for 2202s! [grub2-mount:4482]
[ 2609.703893] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 2609.779826] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 2609.791900] Tainted: [L]=SOFTLOCKUP
[ 2609.795392] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 2609.803043] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2609.809135] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 2609.827883] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 2609.833107] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 2609.840240] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 2609.847372] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 2609.854506] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 2609.861636] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 2609.868760] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 2609.876848] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2609.882593] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 2609.889724] PKRU: 55555554
[ 2609.892439] Call Trace:
[ 2609.894892]  <IRQ>
[ 2609.896910]  ? show_regs+0x6d/0x80
[ 2609.900316]  ? watchdog_timer_fn+0x1f8/0x280
[ 2609.904587]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 2609.909209]  ? __hrtimer_run_queues+0x114/0x2a0
[ 2609.913743]  ? hrtimer_interrupt+0x108/0x230
[ 2609.918014]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 2609.923239]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 2609.928204]  </IRQ>
[ 2609.930309]  <TASK>
[ 2609.932407]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 2609.937722]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2609.943209]  _raw_spin_lock+0x2d/0x40
[ 2609.946871]  fuse_iget+0x125/0x250
[ 2609.950280]  fuse_fill_super_common+0x3ae/0x4f0
[ 2609.954814]  ? __pfx_fuse_fill_super+0x10/0x10
[ 2609.959257]  fuse_fill_super+0x5e/0xb0
[ 2609.963010]  get_tree_nodev+0x6f/0xa0
[ 2609.966675]  ? fget+0x80/0xb0
[ 2609.969646]  fuse_get_tree+0xc6/0x1b0
[ 2609.973313]  vfs_get_tree+0x2e/0xf0
[ 2609.976806]  path_mount+0x4f0/0xb50
[ 2609.980300]  ? putname+0x5b/0x70
[ 2609.983533]  __x64_sys_mount+0x10d/0x150
[ 2609.987457]  x64_sys_call+0x1e1d/0x2140
[ 2609.991298]  do_syscall_64+0x51/0x120
[ 2609.994964]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 2610.000014] RIP: 0033:0x7fd154f0f03e
[ 2610.003595] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 2610.022338] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 2610.029906] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 2610.037035] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 2610.044162] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 2610.051295] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 2610.058426] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 2610.065563]  </TASK>
[ 2637.695541] watchdog: BUG: soft lockup - CPU#34 stuck for 2228s! [grub2-mount:4482]
[ 2637.703202] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 2637.779137] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 2637.791209] Tainted: [L]=SOFTLOCKUP
[ 2637.794701] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 2637.802352] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2637.808447] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 2637.827190] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 2637.832415] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 2637.839549] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 2637.846681] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 2637.853812] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 2637.860948] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 2637.868079] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 2637.876164] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2637.881909] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 2637.889042] PKRU: 55555554
[ 2637.891756] Call Trace:
[ 2637.894210]  <IRQ>
[ 2637.896228]  ? show_regs+0x6d/0x80
[ 2637.899632]  ? watchdog_timer_fn+0x1f8/0x280
[ 2637.903905]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 2637.908524]  ? __hrtimer_run_queues+0x114/0x2a0
[ 2637.913058]  ? hrtimer_interrupt+0x108/0x230
[ 2637.917330]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 2637.922555]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 2637.927523]  </IRQ>
[ 2637.929627]  <TASK>
[ 2637.931734]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 2637.937049]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2637.942533]  _raw_spin_lock+0x2d/0x40
[ 2637.946198]  fuse_iget+0x125/0x250
[ 2637.949604]  fuse_fill_super_common+0x3ae/0x4f0
[ 2637.954138]  ? __pfx_fuse_fill_super+0x10/0x10
[ 2637.958582]  fuse_fill_super+0x5e/0xb0
[ 2637.962335]  get_tree_nodev+0x6f/0xa0
[ 2637.966002]  ? fget+0x80/0xb0
[ 2637.968975]  fuse_get_tree+0xc6/0x1b0
[ 2637.972640]  vfs_get_tree+0x2e/0xf0
[ 2637.976131]  path_mount+0x4f0/0xb50
[ 2637.979625]  ? putname+0x5b/0x70
[ 2637.982857]  __x64_sys_mount+0x10d/0x150
[ 2637.986785]  x64_sys_call+0x1e1d/0x2140
[ 2637.990623]  do_syscall_64+0x51/0x120
[ 2637.994287]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 2637.999341] RIP: 0033:0x7fd154f0f03e
[ 2638.002918] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 2638.021664] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 2638.029231] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 2638.036363] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 2638.043495] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 2638.050627] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 2638.057760] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 2638.064897]  </TASK>
[ 2653.514186] rcu: INFO: rcu_preempt self-detected stall on CPU
[ 2653.519934] rcu: 	34-....: (592678 ticks this GP) idle=6724/1/0x4000000000000000 softirq=785/785 fqs=296835
[ 2653.529671] rcu: 	(t=601140 jiffies g=7337 q=98184 ncpus=128)
[ 2653.535416] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 2653.547485] Tainted: [L]=SOFTLOCKUP
[ 2653.550976] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 2653.558630] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2653.564721] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 2653.583467] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 2653.588694] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 2653.595825] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 2653.602957] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 2653.610084] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 2653.617214] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 2653.624348] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 2653.632433] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2653.638180] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 2653.645312] PKRU: 55555554
[ 2653.648026] Call Trace:
[ 2653.650479]  <IRQ>
[ 2653.652498]  ? show_regs+0x6d/0x80
[ 2653.655903]  ? dump_cpu_task+0x6b/0x80
[ 2653.659655]  ? rcu_dump_cpu_stacks+0xa4/0x100
[ 2653.664015]  ? rcu_sched_clock_irq+0x6b4/0x10c0
[ 2653.668548]  ? srso_alias_return_thunk+0x5/0xfbef5
[ 2653.673340]  ? __cgroup_account_cputime_field+0x3f/0x60
[ 2653.678563]  ? srso_alias_return_thunk+0x5/0xfbef5
[ 2653.683359]  ? account_system_index_time+0x95/0xb0
[ 2653.688151]  ? update_process_times+0x74/0xc0
[ 2653.692511]  ? tick_nohz_handler+0x9b/0x150
[ 2653.696694]  ? __pfx_tick_nohz_handler+0x10/0x10
[ 2653.701313]  ? __hrtimer_run_queues+0x114/0x2a0
[ 2653.705849]  ? hrtimer_interrupt+0x108/0x230
[ 2653.710119]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 2653.715346]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 2653.720311]  </IRQ>
[ 2653.722415]  <TASK>
[ 2653.724513]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 2653.729831]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2653.735313]  _raw_spin_lock+0x2d/0x40
[ 2653.738980]  fuse_iget+0x125/0x250
[ 2653.742385]  fuse_fill_super_common+0x3ae/0x4f0
[ 2653.746919]  ? __pfx_fuse_fill_super+0x10/0x10
[ 2653.751364]  fuse_fill_super+0x5e/0xb0
[ 2653.755116]  get_tree_nodev+0x6f/0xa0
[ 2653.758780]  ? fget+0x80/0xb0
[ 2653.761754]  fuse_get_tree+0xc6/0x1b0
[ 2653.765420]  vfs_get_tree+0x2e/0xf0
[ 2653.768911]  path_mount+0x4f0/0xb50
[ 2653.772405]  ? putname+0x5b/0x70
[ 2653.775640]  __x64_sys_mount+0x10d/0x150
[ 2653.779565]  x64_sys_call+0x1e1d/0x2140
[ 2653.783403]  do_syscall_64+0x51/0x120
[ 2653.787069]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 2653.792120] RIP: 0033:0x7fd154f0f03e
[ 2653.795701] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 2653.814446] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 2653.822011] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 2653.829144] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 2653.836276] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 2653.843407] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 2653.850532] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 2653.857670]  </TASK>
[ 2677.694548] watchdog: BUG: soft lockup - CPU#34 stuck for 2265s! [grub2-mount:4482]
[ 2677.702204] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 2677.778139] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 2677.790213] Tainted: [L]=SOFTLOCKUP
[ 2677.793702] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 2677.801357] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2677.807450] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 2677.826195] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 2677.831421] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 2677.838554] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 2677.845686] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 2677.852816] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 2677.859950] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 2677.867083] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 2677.875167] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2677.880915] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 2677.888047] PKRU: 55555554
[ 2677.890757] Call Trace:
[ 2677.893204]  <IRQ>
[ 2677.895224]  ? show_regs+0x6d/0x80
[ 2677.898627]  ? watchdog_timer_fn+0x1f8/0x280
[ 2677.902901]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 2677.907521]  ? __hrtimer_run_queues+0x114/0x2a0
[ 2677.912053]  ? hrtimer_interrupt+0x108/0x230
[ 2677.916326]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 2677.921551]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 2677.926516]  </IRQ>
[ 2677.928622]  <TASK>
[ 2677.930730]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 2677.936044]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2677.941530]  _raw_spin_lock+0x2d/0x40
[ 2677.945192]  fuse_iget+0x125/0x250
[ 2677.948602]  fuse_fill_super_common+0x3ae/0x4f0
[ 2677.953134]  ? __pfx_fuse_fill_super+0x10/0x10
[ 2677.957578]  fuse_fill_super+0x5e/0xb0
[ 2677.961331]  get_tree_nodev+0x6f/0xa0
[ 2677.964996]  ? fget+0x80/0xb0
[ 2677.967967]  fuse_get_tree+0xc6/0x1b0
[ 2677.971636]  vfs_get_tree+0x2e/0xf0
[ 2677.975128]  path_mount+0x4f0/0xb50
[ 2677.978621]  ? putname+0x5b/0x70
[ 2677.981852]  __x64_sys_mount+0x10d/0x150
[ 2677.985778]  x64_sys_call+0x1e1d/0x2140
[ 2677.989617]  do_syscall_64+0x51/0x120
[ 2677.993284]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 2677.998335] RIP: 0033:0x7fd154f0f03e
[ 2678.001914] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 2678.020659] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 2678.028225] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 2678.035359] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 2678.042490] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 2678.049623] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 2678.056757] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 2678.063890]  </TASK>
[ 2705.693852] watchdog: BUG: soft lockup - CPU#34 stuck for 2291s! [grub2-mount:4482]
[ 2705.701505] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 2705.777440] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 2705.789511] Tainted: [L]=SOFTLOCKUP
[ 2705.793005] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 2705.800658] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2705.806748] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 2705.825495] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 2705.830720] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 2705.837852] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 2705.844987] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 2705.852118] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 2705.859249] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 2705.866384] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 2705.874470] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2705.880215] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 2705.887348] PKRU: 55555554
[ 2705.890060] Call Trace:
[ 2705.892514]  <IRQ>
[ 2705.894533]  ? show_regs+0x6d/0x80
[ 2705.897939]  ? watchdog_timer_fn+0x1f8/0x280
[ 2705.902209]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 2705.906831]  ? __hrtimer_run_queues+0x114/0x2a0
[ 2705.911364]  ? hrtimer_interrupt+0x108/0x230
[ 2705.915636]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 2705.920859]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 2705.925825]  </IRQ>
[ 2705.927925]  <TASK>
[ 2705.930031]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 2705.935344]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2705.940829]  _raw_spin_lock+0x2d/0x40
[ 2705.944493]  fuse_iget+0x125/0x250
[ 2705.947900]  fuse_fill_super_common+0x3ae/0x4f0
[ 2705.952433]  ? __pfx_fuse_fill_super+0x10/0x10
[ 2705.956878]  fuse_fill_super+0x5e/0xb0
[ 2705.960630]  get_tree_nodev+0x6f/0xa0
[ 2705.964296]  ? fget+0x80/0xb0
[ 2705.967268]  fuse_get_tree+0xc6/0x1b0
[ 2705.970934]  vfs_get_tree+0x2e/0xf0
[ 2705.974428]  path_mount+0x4f0/0xb50
[ 2705.977921]  ? putname+0x5b/0x70
[ 2705.981155]  __x64_sys_mount+0x10d/0x150
[ 2705.985079]  x64_sys_call+0x1e1d/0x2140
[ 2705.988917]  do_syscall_64+0x51/0x120
[ 2705.992583]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 2705.997636] RIP: 0033:0x7fd154f0f03e
[ 2706.001215] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 2706.019960] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 2706.027527] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 2706.034658] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 2706.041791] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 2706.048926] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 2706.056058] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 2706.063193]  </TASK>
[ 2733.693158] watchdog: BUG: soft lockup - CPU#34 stuck for 2317s! [grub2-mount:4482]
[ 2733.700814] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 2733.776750] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 2733.788823] Tainted: [L]=SOFTLOCKUP
[ 2733.792315] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 2733.799966] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2733.806059] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 2733.824803] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 2733.830028] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 2733.837154] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 2733.844286] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 2733.851417] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 2733.858550] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 2733.865682] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 2733.873771] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2733.879514] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 2733.886638] PKRU: 55555554
[ 2733.889351] Call Trace:
[ 2733.891804]  <IRQ>
[ 2733.893824]  ? show_regs+0x6d/0x80
[ 2733.897229]  ? watchdog_timer_fn+0x1f8/0x280
[ 2733.901501]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 2733.906123]  ? __hrtimer_run_queues+0x114/0x2a0
[ 2733.910657]  ? hrtimer_interrupt+0x108/0x230
[ 2733.914928]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 2733.920152]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 2733.925117]  </IRQ>
[ 2733.927217]  <TASK>
[ 2733.929321]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 2733.934636]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2733.940122]  _raw_spin_lock+0x2d/0x40
[ 2733.943785]  fuse_iget+0x125/0x250
[ 2733.947195]  fuse_fill_super_common+0x3ae/0x4f0
[ 2733.951728]  ? __pfx_fuse_fill_super+0x10/0x10
[ 2733.956171]  fuse_fill_super+0x5e/0xb0
[ 2733.959924]  get_tree_nodev+0x6f/0xa0
[ 2733.963587]  ? fget+0x80/0xb0
[ 2733.966561]  fuse_get_tree+0xc6/0x1b0
[ 2733.970227]  vfs_get_tree+0x2e/0xf0
[ 2733.973721]  path_mount+0x4f0/0xb50
[ 2733.977214]  ? putname+0x5b/0x70
[ 2733.980446]  __x64_sys_mount+0x10d/0x150
[ 2733.984372]  x64_sys_call+0x1e1d/0x2140
[ 2733.988211]  do_syscall_64+0x51/0x120
[ 2733.991876]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 2733.996927] RIP: 0033:0x7fd154f0f03e
[ 2734.000508] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 2734.019254] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 2734.026819] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 2734.033953] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 2734.041082] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 2734.048216] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 2734.055349] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 2734.062483]  </TASK>
[ 2761.692462] watchdog: BUG: soft lockup - CPU#34 stuck for 2344s! [grub2-mount:4482]
[ 2761.700115] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 2761.776051] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 2761.788123] Tainted: [L]=SOFTLOCKUP
[ 2761.791616] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 2761.799268] RIP: 0010:native_queued_spin_lock_slowpath+0x7c/0x2d0
[ 2761.805362] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[ 2761.824105] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 2761.829330] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 2761.836463] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 2761.843595] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 2761.850730] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 2761.857861] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 2761.864994] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 2761.873079] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2761.878826] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 2761.885958] PKRU: 55555554
[ 2761.888669] Call Trace:
[ 2761.891124]  <IRQ>
[ 2761.893143]  ? show_regs+0x6d/0x80
[ 2761.896549]  ? watchdog_timer_fn+0x1f8/0x280
[ 2761.900819]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 2761.905440]  ? __hrtimer_run_queues+0x114/0x2a0
[ 2761.909976]  ? hrtimer_interrupt+0x108/0x230
[ 2761.914246]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 2761.919470]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 2761.924436]  </IRQ>
[ 2761.926544]  <TASK>
[ 2761.928649]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 2761.933965]  ? native_queued_spin_lock_slowpath+0x7c/0x2d0
[ 2761.939448]  _raw_spin_lock+0x2d/0x40
[ 2761.943112]  fuse_iget+0x125/0x250
[ 2761.946521]  fuse_fill_super_common+0x3ae/0x4f0
[ 2761.951054]  ? __pfx_fuse_fill_super+0x10/0x10
[ 2761.955498]  fuse_fill_super+0x5e/0xb0
[ 2761.959251]  get_tree_nodev+0x6f/0xa0
[ 2761.962914]  ? fget+0x80/0xb0
[ 2761.965888]  fuse_get_tree+0xc6/0x1b0
[ 2761.969554]  vfs_get_tree+0x2e/0xf0
[ 2761.973047]  path_mount+0x4f0/0xb50
[ 2761.976541]  ? putname+0x5b/0x70
[ 2761.979772]  __x64_sys_mount+0x10d/0x150
[ 2761.983700]  x64_sys_call+0x1e1d/0x2140
[ 2761.987537]  do_syscall_64+0x51/0x120
[ 2761.991204]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 2761.996254] RIP: 0033:0x7fd154f0f03e
[ 2761.999833] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 2762.018580] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 2762.026145] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 2762.033279] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 2762.040411] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 2762.047544] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 2762.054675] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 2762.061812]  </TASK>
[ 2789.691767] watchdog: BUG: soft lockup - CPU#34 stuck for 2370s! [grub2-mount:4482]
[ 2789.699427] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 2789.775363] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 2789.787432] Tainted: [L]=SOFTLOCKUP
[ 2789.790925] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 2789.798577] RIP: 0010:native_queued_spin_lock_slowpath+0x7c/0x2d0
[ 2789.804670] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[ 2789.823416] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 2789.828641] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 2789.835774] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 2789.842908] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 2789.850037] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 2789.857173] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 2789.864305] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 2789.872391] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2789.878135] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 2789.885268] PKRU: 55555554
[ 2789.887980] Call Trace:
[ 2789.890435]  <IRQ>
[ 2789.892455]  ? show_regs+0x6d/0x80
[ 2789.895858]  ? watchdog_timer_fn+0x1f8/0x280
[ 2789.900131]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 2789.904749]  ? __hrtimer_run_queues+0x114/0x2a0
[ 2789.909285]  ? hrtimer_interrupt+0x108/0x230
[ 2789.913558]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 2789.918780]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 2789.923749]  </IRQ>
[ 2789.925853]  <TASK>
[ 2789.927960]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 2789.933276]  ? native_queued_spin_lock_slowpath+0x7c/0x2d0
[ 2789.938758]  _raw_spin_lock+0x2d/0x40
[ 2789.942425]  fuse_iget+0x125/0x250
[ 2789.945829]  fuse_fill_super_common+0x3ae/0x4f0
[ 2789.950364]  ? __pfx_fuse_fill_super+0x10/0x10
[ 2789.954808]  fuse_fill_super+0x5e/0xb0
[ 2789.958561]  get_tree_nodev+0x6f/0xa0
[ 2789.962227]  ? fget+0x80/0xb0
[ 2789.965198]  fuse_get_tree+0xc6/0x1b0
[ 2789.968866]  vfs_get_tree+0x2e/0xf0
[ 2789.972359]  path_mount+0x4f0/0xb50
[ 2789.975850]  ? putname+0x5b/0x70
[ 2789.979085]  __x64_sys_mount+0x10d/0x150
[ 2789.983037]  x64_sys_call+0x1e1d/0x2140
[ 2789.986873]  do_syscall_64+0x51/0x120
[ 2789.990540]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 2789.995593] RIP: 0033:0x7fd154f0f03e
[ 2789.999171] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 2790.017917] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 2790.025481] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 2790.032613] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 2790.039746] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 2790.046878] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 2790.054011] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 2790.061149]  </TASK>
[ 2817.691079] watchdog: BUG: soft lockup - CPU#34 stuck for 2396s! [grub2-mount:4482]
[ 2817.698738] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 2817.774672] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 2817.786743] Tainted: [L]=SOFTLOCKUP
[ 2817.790234] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 2817.797888] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2817.803979] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 2817.822724] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 2817.827953] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 2817.835085] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 2817.842215] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 2817.849349] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 2817.856481] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 2817.863613] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 2817.871701] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2817.877445] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 2817.884579] PKRU: 55555554
[ 2817.887290] Call Trace:
[ 2817.889744]  <IRQ>
[ 2817.891764]  ? show_regs+0x6d/0x80
[ 2817.895170]  ? watchdog_timer_fn+0x1f8/0x280
[ 2817.899441]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 2817.904062]  ? __hrtimer_run_queues+0x114/0x2a0
[ 2817.908594]  ? hrtimer_interrupt+0x108/0x230
[ 2817.912866]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 2817.918091]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 2817.923058]  </IRQ>
[ 2817.925162]  <TASK>
[ 2817.927269]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 2817.932584]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2817.938068]  _raw_spin_lock+0x2d/0x40
[ 2817.941734]  fuse_iget+0x125/0x250
[ 2817.945140]  fuse_fill_super_common+0x3ae/0x4f0
[ 2817.949673]  ? __pfx_fuse_fill_super+0x10/0x10
[ 2817.954118]  fuse_fill_super+0x5e/0xb0
[ 2817.957871]  get_tree_nodev+0x6f/0xa0
[ 2817.961534]  ? fget+0x80/0xb0
[ 2817.964510]  fuse_get_tree+0xc6/0x1b0
[ 2817.968176]  vfs_get_tree+0x2e/0xf0
[ 2817.971667]  path_mount+0x4f0/0xb50
[ 2817.975159]  ? putname+0x5b/0x70
[ 2817.978392]  __x64_sys_mount+0x10d/0x150
[ 2817.982319]  x64_sys_call+0x1e1d/0x2140
[ 2817.986158]  do_syscall_64+0x51/0x120
[ 2817.989823]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 2817.994877] RIP: 0033:0x7fd154f0f03e
[ 2817.998457] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 2818.017199] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 2818.024767] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 2818.031897] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 2818.039031] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 2818.046163] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 2818.053298] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 2818.060434]  </TASK>
[ 2833.849720] rcu: INFO: rcu_preempt self-detected stall on CPU
[ 2833.855473] rcu: 	34-....: (637126 ticks this GP) idle=6724/1/0x4000000000000000 softirq=785/785 fqs=319104
[ 2833.865209] rcu: 	(t=646225 jiffies g=7337 q=99529 ncpus=128)
[ 2833.870953] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 2833.883023] Tainted: [L]=SOFTLOCKUP
[ 2833.886514] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 2833.894168] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2833.900262] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 2833.919006] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 2833.924230] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 2833.931363] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 2833.938497] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 2833.945629] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 2833.952762] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 2833.959895] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 2833.967978] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2833.973717] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 2833.980848] PKRU: 55555554
[ 2833.983560] Call Trace:
[ 2833.986008]  <IRQ>
[ 2833.988028]  ? show_regs+0x6d/0x80
[ 2833.991432]  ? dump_cpu_task+0x6b/0x80
[ 2833.995182]  ? rcu_dump_cpu_stacks+0xa4/0x100
[ 2833.999542]  ? rcu_sched_clock_irq+0x6b4/0x10c0
[ 2834.004077]  ? srso_alias_return_thunk+0x5/0xfbef5
[ 2834.008867]  ? __cgroup_account_cputime_field+0x3f/0x60
[ 2834.014095]  ? srso_alias_return_thunk+0x5/0xfbef5
[ 2834.018887]  ? account_system_index_time+0x95/0xb0
[ 2834.023680]  ? update_process_times+0x74/0xc0
[ 2834.028040]  ? tick_nohz_handler+0x9b/0x150
[ 2834.032224]  ? __pfx_tick_nohz_handler+0x10/0x10
[ 2834.036845]  ? __hrtimer_run_queues+0x114/0x2a0
[ 2834.041378]  ? hrtimer_interrupt+0x108/0x230
[ 2834.045651]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 2834.050875]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 2834.055839]  </IRQ>
[ 2834.057945]  <TASK>
[ 2834.060051]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 2834.065367]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2834.070852]  _raw_spin_lock+0x2d/0x40
[ 2834.074518]  fuse_iget+0x125/0x250
[ 2834.077923]  fuse_fill_super_common+0x3ae/0x4f0
[ 2834.082458]  ? __pfx_fuse_fill_super+0x10/0x10
[ 2834.086899]  fuse_fill_super+0x5e/0xb0
[ 2834.090654]  get_tree_nodev+0x6f/0xa0
[ 2834.094319]  ? fget+0x80/0xb0
[ 2834.097294]  fuse_get_tree+0xc6/0x1b0
[ 2834.100958]  vfs_get_tree+0x2e/0xf0
[ 2834.104451]  path_mount+0x4f0/0xb50
[ 2834.107943]  ? putname+0x5b/0x70
[ 2834.111177]  __x64_sys_mount+0x10d/0x150
[ 2834.115104]  x64_sys_call+0x1e1d/0x2140
[ 2834.118939]  do_syscall_64+0x51/0x120
[ 2834.122608]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 2834.127659] RIP: 0033:0x7fd154f0f03e
[ 2834.131240] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 2834.149983] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 2834.157548] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 2834.164681] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 2834.171813] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 2834.178948] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 2834.186079] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 2834.193216]  </TASK>
[ 2861.689998] watchdog: BUG: soft lockup - CPU#34 stuck for 2437s! [grub2-mount:4482]
[ 2861.697652] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 2861.773589] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 2861.785659] Tainted: [L]=SOFTLOCKUP
[ 2861.789151] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 2861.796805] RIP: 0010:native_queued_spin_lock_slowpath+0x7c/0x2d0
[ 2861.802898] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[ 2861.821643] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 2861.826869] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 2861.834001] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 2861.841132] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 2861.848265] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 2861.855397] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 2861.862531] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 2861.870618] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2861.876361] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 2861.883494] PKRU: 55555554
[ 2861.886206] Call Trace:
[ 2861.888653]  <IRQ>
[ 2861.890673]  ? show_regs+0x6d/0x80
[ 2861.894076]  ? watchdog_timer_fn+0x1f8/0x280
[ 2861.898349]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 2861.902967]  ? __hrtimer_run_queues+0x114/0x2a0
[ 2861.907504]  ? hrtimer_interrupt+0x108/0x230
[ 2861.911774]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 2861.916998]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 2861.921965]  </IRQ>
[ 2861.924072]  <TASK>
[ 2861.926177]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 2861.931491]  ? native_queued_spin_lock_slowpath+0x7c/0x2d0
[ 2861.936978]  _raw_spin_lock+0x2d/0x40
[ 2861.940640]  fuse_iget+0x125/0x250
[ 2861.944049]  fuse_fill_super_common+0x3ae/0x4f0
[ 2861.948583]  ? __pfx_fuse_fill_super+0x10/0x10
[ 2861.953025]  fuse_fill_super+0x5e/0xb0
[ 2861.956777]  get_tree_nodev+0x6f/0xa0
[ 2861.960445]  ? fget+0x80/0xb0
[ 2861.963418]  fuse_get_tree+0xc6/0x1b0
[ 2861.967083]  vfs_get_tree+0x2e/0xf0
[ 2861.970576]  path_mount+0x4f0/0xb50
[ 2861.974068]  ? putname+0x5b/0x70
[ 2861.977302]  __x64_sys_mount+0x10d/0x150
[ 2861.981226]  x64_sys_call+0x1e1d/0x2140
[ 2861.985064]  do_syscall_64+0x51/0x120
[ 2861.988730]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 2861.993785] RIP: 0033:0x7fd154f0f03e
[ 2861.997361] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 2862.016109] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 2862.023675] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 2862.030805] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 2862.037939] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 2862.045071] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 2862.052203] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 2862.059340]  </TASK>
[ 2889.689309] watchdog: BUG: soft lockup - CPU#34 stuck for 2463s! [grub2-mount:4482]
[ 2889.696962] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 2889.772898] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 2889.784970] Tainted: [L]=SOFTLOCKUP
[ 2889.788464] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 2889.796116] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2889.802207] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 2889.820953] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 2889.826178] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 2889.833313] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 2889.840445] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 2889.847575] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 2889.854710] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 2889.861840] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 2889.869927] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2889.875673] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 2889.882807] PKRU: 55555554
[ 2889.885520] Call Trace:
[ 2889.887973]  <IRQ>
[ 2889.889990]  ? show_regs+0x6d/0x80
[ 2889.893398]  ? watchdog_timer_fn+0x1f8/0x280
[ 2889.897670]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 2889.902288]  ? __hrtimer_run_queues+0x114/0x2a0
[ 2889.906823]  ? hrtimer_interrupt+0x108/0x230
[ 2889.911095]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 2889.916320]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 2889.921283]  </IRQ>
[ 2889.923391]  <TASK>
[ 2889.925498]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 2889.930813]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2889.936295]  _raw_spin_lock+0x2d/0x40
[ 2889.939962]  fuse_iget+0x125/0x250
[ 2889.943369]  fuse_fill_super_common+0x3ae/0x4f0
[ 2889.947902]  ? __pfx_fuse_fill_super+0x10/0x10
[ 2889.952346]  fuse_fill_super+0x5e/0xb0
[ 2889.956098]  get_tree_nodev+0x6f/0xa0
[ 2889.959762]  ? fget+0x80/0xb0
[ 2889.962737]  fuse_get_tree+0xc6/0x1b0
[ 2889.966402]  vfs_get_tree+0x2e/0xf0
[ 2889.969893]  path_mount+0x4f0/0xb50
[ 2889.973388]  ? putname+0x5b/0x70
[ 2889.976622]  __x64_sys_mount+0x10d/0x150
[ 2889.980545]  x64_sys_call+0x1e1d/0x2140
[ 2889.984384]  do_syscall_64+0x51/0x120
[ 2889.988052]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 2889.993104] RIP: 0033:0x7fd154f0f03e
[ 2889.996684] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 2890.015427] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 2890.022992] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 2890.030125] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 2890.037258] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 2890.044392] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 2890.051522] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 2890.058650]  </TASK>
[ 2917.688620] watchdog: BUG: soft lockup - CPU#34 stuck for 2489s! [grub2-mount:4482]
[ 2917.696273] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 2917.772211] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 2917.784281] Tainted: [L]=SOFTLOCKUP
[ 2917.787775] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 2917.795425] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2917.801519] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 2917.820263] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 2917.825491] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 2917.832624] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 2917.839754] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 2917.846888] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 2917.854020] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 2917.861152] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 2917.869238] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2917.874984] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 2917.882118] PKRU: 55555554
[ 2917.884828] Call Trace:
[ 2917.887283]  <IRQ>
[ 2917.889302]  ? show_regs+0x6d/0x80
[ 2917.892709]  ? watchdog_timer_fn+0x1f8/0x280
[ 2917.896977]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 2917.901598]  ? __hrtimer_run_queues+0x114/0x2a0
[ 2917.906134]  ? hrtimer_interrupt+0x108/0x230
[ 2917.910405]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 2917.915629]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 2917.920597]  </IRQ>
[ 2917.922699]  <TASK>
[ 2917.924800]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 2917.930113]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2917.935598]  _raw_spin_lock+0x2d/0x40
[ 2917.939262]  fuse_iget+0x125/0x250
[ 2917.942669]  fuse_fill_super_common+0x3ae/0x4f0
[ 2917.947205]  ? __pfx_fuse_fill_super+0x10/0x10
[ 2917.951650]  fuse_fill_super+0x5e/0xb0
[ 2917.955400]  get_tree_nodev+0x6f/0xa0
[ 2917.959066]  ? fget+0x80/0xb0
[ 2917.962040]  fuse_get_tree+0xc6/0x1b0
[ 2917.965704]  vfs_get_tree+0x2e/0xf0
[ 2917.969198]  path_mount+0x4f0/0xb50
[ 2917.972690]  ? putname+0x5b/0x70
[ 2917.975924]  __x64_sys_mount+0x10d/0x150
[ 2917.979851]  x64_sys_call+0x1e1d/0x2140
[ 2917.983686]  do_syscall_64+0x51/0x120
[ 2917.987355]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 2917.992406] RIP: 0033:0x7fd154f0f03e
[ 2917.995984] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 2918.014731] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 2918.022296] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 2918.029427] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 2918.036551] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 2918.043685] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 2918.050815] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 2918.057952]  </TASK>
[ 2945.687932] watchdog: BUG: soft lockup - CPU#34 stuck for 2515s! [grub2-mount:4482]
[ 2945.695585] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 2945.771521] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 2945.783594] Tainted: [L]=SOFTLOCKUP
[ 2945.787084] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 2945.794739] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2945.800830] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 2945.819573] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 2945.824802] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 2945.831934] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 2945.839066] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 2945.846197] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 2945.853332] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 2945.860463] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 2945.868549] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2945.874295] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 2945.881426] PKRU: 55555554
[ 2945.884139] Call Trace:
[ 2945.886591]  <IRQ>
[ 2945.888613]  ? show_regs+0x6d/0x80
[ 2945.892018]  ? watchdog_timer_fn+0x1f8/0x280
[ 2945.896289]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 2945.900909]  ? __hrtimer_run_queues+0x114/0x2a0
[ 2945.905445]  ? hrtimer_interrupt+0x108/0x230
[ 2945.909715]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 2945.914942]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 2945.919906]  </IRQ>
[ 2945.922012]  <TASK>
[ 2945.924117]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 2945.929432]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2945.934917]  _raw_spin_lock+0x2d/0x40
[ 2945.938584]  fuse_iget+0x125/0x250
[ 2945.941990]  fuse_fill_super_common+0x3ae/0x4f0
[ 2945.946523]  ? __pfx_fuse_fill_super+0x10/0x10
[ 2945.950967]  fuse_fill_super+0x5e/0xb0
[ 2945.954720]  get_tree_nodev+0x6f/0xa0
[ 2945.958386]  ? fget+0x80/0xb0
[ 2945.961359]  fuse_get_tree+0xc6/0x1b0
[ 2945.965023]  vfs_get_tree+0x2e/0xf0
[ 2945.968518]  path_mount+0x4f0/0xb50
[ 2945.972008]  ? putname+0x5b/0x70
[ 2945.975244]  __x64_sys_mount+0x10d/0x150
[ 2945.979167]  x64_sys_call+0x1e1d/0x2140
[ 2945.983008]  do_syscall_64+0x51/0x120
[ 2945.986673]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 2945.991726] RIP: 0033:0x7fd154f0f03e
[ 2945.995305] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 2946.014050] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 2946.021613] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 2946.028741] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 2946.035873] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 2946.043003] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 2946.050137] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 2946.057272]  </TASK>
[ 2973.687243] watchdog: BUG: soft lockup - CPU#34 stuck for 2541s! [grub2-mount:4482]
[ 2973.694896] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 2973.770831] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 2973.782903] Tainted: [L]=SOFTLOCKUP
[ 2973.786395] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 2973.794050] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2973.800139] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 2973.818886] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 2973.824112] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 2973.831244] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 2973.838378] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 2973.845511] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 2973.852642] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 2973.859776] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 2973.867859] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2973.873606] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 2973.880740] PKRU: 55555554
[ 2973.883450] Call Trace:
[ 2973.885904]  <IRQ>
[ 2973.887924]  ? show_regs+0x6d/0x80
[ 2973.891329]  ? watchdog_timer_fn+0x1f8/0x280
[ 2973.895600]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 2973.900220]  ? __hrtimer_run_queues+0x114/0x2a0
[ 2973.904756]  ? hrtimer_interrupt+0x108/0x230
[ 2973.909027]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 2973.914254]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 2973.919218]  </IRQ>
[ 2973.921322]  <TASK>
[ 2973.923421]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 2973.928736]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2973.934222]  _raw_spin_lock+0x2d/0x40
[ 2973.937886]  fuse_iget+0x125/0x250
[ 2973.941291]  fuse_fill_super_common+0x3ae/0x4f0
[ 2973.945825]  ? __pfx_fuse_fill_super+0x10/0x10
[ 2973.950268]  fuse_fill_super+0x5e/0xb0
[ 2973.954022]  get_tree_nodev+0x6f/0xa0
[ 2973.957687]  ? fget+0x80/0xb0
[ 2973.960659]  fuse_get_tree+0xc6/0x1b0
[ 2973.964327]  vfs_get_tree+0x2e/0xf0
[ 2973.967819]  path_mount+0x4f0/0xb50
[ 2973.971311]  ? putname+0x5b/0x70
[ 2973.974545]  __x64_sys_mount+0x10d/0x150
[ 2973.978472]  x64_sys_call+0x1e1d/0x2140
[ 2973.982308]  do_syscall_64+0x51/0x120
[ 2973.985975]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 2973.991029] RIP: 0033:0x7fd154f0f03e
[ 2973.994608] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 2974.013353] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 2974.020918] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 2974.028050] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 2974.035181] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 2974.042307] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 2974.049440] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 2974.056574]  </TASK>
[ 3001.686553] watchdog: BUG: soft lockup - CPU#34 stuck for 2567s! [grub2-mount:4482]
[ 3001.694207] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 3001.770143] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 3001.782217] Tainted: [L]=SOFTLOCKUP
[ 3001.785706] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 3001.793359] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 3001.799451] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 3001.818195] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 3001.823422] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 3001.830556] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 3001.837686] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 3001.844821] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 3001.851951] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 3001.859077] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 3001.867163] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3001.872908] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 3001.880041] PKRU: 55555554
[ 3001.882754] Call Trace:
[ 3001.885207]  <IRQ>
[ 3001.887226]  ? show_regs+0x6d/0x80
[ 3001.890632]  ? watchdog_timer_fn+0x1f8/0x280
[ 3001.894904]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 3001.899524]  ? __hrtimer_run_queues+0x114/0x2a0
[ 3001.904056]  ? hrtimer_interrupt+0x108/0x230
[ 3001.908331]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 3001.913555]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 3001.918520]  </IRQ>
[ 3001.920627]  <TASK>
[ 3001.922732]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 3001.928047]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 3001.933531]  _raw_spin_lock+0x2d/0x40
[ 3001.937197]  fuse_iget+0x125/0x250
[ 3001.940602]  fuse_fill_super_common+0x3ae/0x4f0
[ 3001.945136]  ? __pfx_fuse_fill_super+0x10/0x10
[ 3001.949581]  fuse_fill_super+0x5e/0xb0
[ 3001.953332]  get_tree_nodev+0x6f/0xa0
[ 3001.956999]  ? fget+0x80/0xb0
[ 3001.959971]  fuse_get_tree+0xc6/0x1b0
[ 3001.963638]  vfs_get_tree+0x2e/0xf0
[ 3001.967131]  path_mount+0x4f0/0xb50
[ 3001.970622]  ? putname+0x5b/0x70
[ 3001.973855]  __x64_sys_mount+0x10d/0x150
[ 3001.977783]  x64_sys_call+0x1e1d/0x2140
[ 3001.981621]  do_syscall_64+0x51/0x120
[ 3001.985287]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 3001.990337] RIP: 0033:0x7fd154f0f03e
[ 3001.993918] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 3002.012663] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 3002.020231] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 3002.027361] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 3002.034492] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 3002.041626] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 3002.048760] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 3002.055896]  </TASK>
[ 3014.197283] rcu: INFO: rcu_preempt self-detected stall on CPU
[ 3014.203031] rcu: 	34-....: (681577 ticks this GP) idle=6724/1/0x4000000000000000 softirq=785/785 fqs=341386
[ 3014.212766] rcu: 	(t=691315 jiffies g=7337 q=100813 ncpus=128)
[ 3014.218595] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 3014.230667] Tainted: [L]=SOFTLOCKUP
[ 3014.234158] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 3014.241812] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 3014.247906] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 3014.266649] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 3014.271876] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 3014.279007] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 3014.286142] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 3014.293275] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 3014.300404] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 3014.307538] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 3014.315624] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3014.321371] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 3014.328502] PKRU: 55555554
[ 3014.331214] Call Trace:
[ 3014.333667]  <IRQ>
[ 3014.335689]  ? show_regs+0x6d/0x80
[ 3014.339091]  ? dump_cpu_task+0x6b/0x80
[ 3014.342845]  ? rcu_dump_cpu_stacks+0xa4/0x100
[ 3014.347206]  ? rcu_sched_clock_irq+0x6b4/0x10c0
[ 3014.351738]  ? srso_alias_return_thunk+0x5/0xfbef5
[ 3014.356528]  ? __cgroup_account_cputime_field+0x3f/0x60
[ 3014.361754]  ? srso_alias_return_thunk+0x5/0xfbef5
[ 3014.366547]  ? account_system_index_time+0x95/0xb0
[ 3014.371341]  ? update_process_times+0x74/0xc0
[ 3014.375699]  ? tick_nohz_handler+0x9b/0x150
[ 3014.379884]  ? __pfx_tick_nohz_handler+0x10/0x10
[ 3014.384503]  ? __hrtimer_run_queues+0x114/0x2a0
[ 3014.389040]  ? hrtimer_interrupt+0x108/0x230
[ 3014.393313]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 3014.398535]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 3014.403502]  </IRQ>
[ 3014.405608]  <TASK>
[ 3014.407713]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 3014.413030]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 3014.418514]  _raw_spin_lock+0x2d/0x40
[ 3014.422179]  fuse_iget+0x125/0x250
[ 3014.425584]  fuse_fill_super_common+0x3ae/0x4f0
[ 3014.430119]  ? __pfx_fuse_fill_super+0x10/0x10
[ 3014.434563]  fuse_fill_super+0x5e/0xb0
[ 3014.438316]  get_tree_nodev+0x6f/0xa0
[ 3014.441980]  ? fget+0x80/0xb0
[ 3014.444954]  fuse_get_tree+0xc6/0x1b0
[ 3014.448619]  vfs_get_tree+0x2e/0xf0
[ 3014.452110]  path_mount+0x4f0/0xb50
[ 3014.455603]  ? putname+0x5b/0x70
[ 3014.458839]  __x64_sys_mount+0x10d/0x150
[ 3014.462764]  x64_sys_call+0x1e1d/0x2140
[ 3014.466603]  do_syscall_64+0x51/0x120
[ 3014.470268]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 3014.475318] RIP: 0033:0x7fd154f0f03e
[ 3014.478901] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 3014.497643] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 3014.505211] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 3014.512344] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 3014.519475] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 3014.526606] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 3014.533732] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 3014.540867]  </TASK>
[ 3041.685568] watchdog: BUG: soft lockup - CPU#34 stuck for 2604s! [grub2-mount:4482]
[ 3041.693222] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 3041.769159] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 3041.781230] Tainted: [L]=SOFTLOCKUP
[ 3041.784722] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 3041.792376] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 3041.798470] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 3041.817213] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 3041.822438] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 3041.829570] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 3041.836705] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 3041.843836] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 3041.850969] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 3041.858102] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 3041.866186] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3041.871934] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 3041.879067] PKRU: 55555554
[ 3041.881779] Call Trace:
[ 3041.884233]  <IRQ>
[ 3041.886251]  ? show_regs+0x6d/0x80
[ 3041.889656]  ? watchdog_timer_fn+0x1f8/0x280
[ 3041.893930]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 3041.898548]  ? __hrtimer_run_queues+0x114/0x2a0
[ 3041.903082]  ? hrtimer_interrupt+0x108/0x230
[ 3041.907354]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 3041.912579]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 3041.917544]  </IRQ>
[ 3041.919652]  <TASK>
[ 3041.921757]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 3041.927073]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 3041.932558]  _raw_spin_lock+0x2d/0x40
[ 3041.936220]  fuse_iget+0x125/0x250
[ 3041.939629]  fuse_fill_super_common+0x3ae/0x4f0
[ 3041.944163]  ? __pfx_fuse_fill_super+0x10/0x10
[ 3041.948607]  fuse_fill_super+0x5e/0xb0
[ 3041.952357]  get_tree_nodev+0x6f/0xa0
[ 3041.956024]  ? fget+0x80/0xb0
[ 3041.958998]  fuse_get_tree+0xc6/0x1b0
[ 3041.962662]  vfs_get_tree+0x2e/0xf0
[ 3041.966155]  path_mount+0x4f0/0xb50
[ 3041.969648]  ? putname+0x5b/0x70
[ 3041.972883]  __x64_sys_mount+0x10d/0x150
[ 3041.976809]  x64_sys_call+0x1e1d/0x2140
[ 3041.980645]  do_syscall_64+0x51/0x120
[ 3041.984311]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 3041.989362] RIP: 0033:0x7fd154f0f03e
[ 3041.992943] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 3042.011690] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 3042.019255] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 3042.026387] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 3042.033517] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 3042.040652] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 3042.047782] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 3042.054920]  </TASK>
[ 3069.684879] watchdog: BUG: soft lockup - CPU#34 stuck for 2630s! [grub2-mount:4482]
[ 3069.692535] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 3069.768472] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 3069.780542] Tainted: [L]=SOFTLOCKUP
[ 3069.784035] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 3069.791688] RIP: 0010:native_queued_spin_lock_slowpath+0x7c/0x2d0
[ 3069.797779] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[ 3069.816524] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 3069.821751] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 3069.828884] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 3069.836016] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 3069.843147] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 3069.850282] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 3069.857412] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 3069.865498] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3069.871245] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 3069.878379] PKRU: 55555554
[ 3069.881091] Call Trace:
[ 3069.883543]  <IRQ>
[ 3069.885561]  ? show_regs+0x6d/0x80
[ 3069.888968]  ? watchdog_timer_fn+0x1f8/0x280
[ 3069.893238]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 3069.897859]  ? __hrtimer_run_queues+0x114/0x2a0
[ 3069.902393]  ? hrtimer_interrupt+0x108/0x230
[ 3069.906666]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 3069.911890]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 3069.916856]  </IRQ>
[ 3069.918963]  <TASK>
[ 3069.921070]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 3069.926385]  ? native_queued_spin_lock_slowpath+0x7c/0x2d0
[ 3069.931868]  _raw_spin_lock+0x2d/0x40
[ 3069.935534]  fuse_iget+0x125/0x250
[ 3069.938941]  fuse_fill_super_common+0x3ae/0x4f0
[ 3069.943473]  ? __pfx_fuse_fill_super+0x10/0x10
[ 3069.947916]  fuse_fill_super+0x5e/0xb0
[ 3069.951669]  get_tree_nodev+0x6f/0xa0
[ 3069.955334]  ? fget+0x80/0xb0
[ 3069.958309]  fuse_get_tree+0xc6/0x1b0
[ 3069.961973]  vfs_get_tree+0x2e/0xf0
[ 3069.965466]  path_mount+0x4f0/0xb50
[ 3069.968959]  ? putname+0x5b/0x70
[ 3069.972192]  __x64_sys_mount+0x10d/0x150
[ 3069.976120]  x64_sys_call+0x1e1d/0x2140
[ 3069.979957]  do_syscall_64+0x51/0x120
[ 3069.983623]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 3069.988675] RIP: 0033:0x7fd154f0f03e
[ 3069.992253] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 3070.011000] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 3070.018564] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 3070.025696] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 3070.032829] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 3070.039961] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 3070.047087] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 3070.054221]  </TASK>
[ 3097.684188] watchdog: BUG: soft lockup - CPU#34 stuck for 2656s! [grub2-mount:4482]
[ 3097.691844] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 3097.767782] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 3097.779852] Tainted: [L]=SOFTLOCKUP
[ 3097.783345] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 3097.791000] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 3097.797092] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 3097.815837] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 3097.821063] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 3097.828195] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 3097.835326] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 3097.842457] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 3097.849593] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 3097.856724] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 3097.864808] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3097.870555] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 3097.877689] PKRU: 55555554
[ 3097.880400] Call Trace:
[ 3097.882853]  <IRQ>
[ 3097.884874]  ? show_regs+0x6d/0x80
[ 3097.888280]  ? watchdog_timer_fn+0x1f8/0x280
[ 3097.892550]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 3097.897172]  ? __hrtimer_run_queues+0x114/0x2a0
[ 3097.901706]  ? hrtimer_interrupt+0x108/0x230
[ 3097.905977]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 3097.911201]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 3097.916166]  </IRQ>
[ 3097.918272]  <TASK>
[ 3097.920371]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 3097.925686]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 3097.931170]  _raw_spin_lock+0x2d/0x40
[ 3097.934837]  fuse_iget+0x125/0x250
[ 3097.938243]  fuse_fill_super_common+0x3ae/0x4f0
[ 3097.942777]  ? __pfx_fuse_fill_super+0x10/0x10
[ 3097.947219]  fuse_fill_super+0x5e/0xb0
[ 3097.950972]  get_tree_nodev+0x6f/0xa0
[ 3097.954636]  ? fget+0x80/0xb0
[ 3097.957611]  fuse_get_tree+0xc6/0x1b0
[ 3097.961275]  vfs_get_tree+0x2e/0xf0
[ 3097.964770]  path_mount+0x4f0/0xb50
[ 3097.968262]  ? putname+0x5b/0x70
[ 3097.971496]  __x64_sys_mount+0x10d/0x150
[ 3097.975419]  x64_sys_call+0x1e1d/0x2140
[ 3097.979259]  do_syscall_64+0x51/0x120
[ 3097.982925]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 3097.987975] RIP: 0033:0x7fd154f0f03e
[ 3097.991555] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 3098.010302] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 3098.017868] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 3098.024998] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 3098.032122] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 3098.039255] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 3098.046388] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 3098.053525]  </TASK>
[ 3125.683499] watchdog: BUG: soft lockup - CPU#34 stuck for 2683s! [grub2-mount:4482]
[ 3125.691156] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 3125.767092] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 3125.779164] Tainted: [L]=SOFTLOCKUP
[ 3125.782654] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 3125.790307] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 3125.796402] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 3125.815147] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 3125.820371] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 3125.827506] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 3125.834637] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 3125.841769] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 3125.848901] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 3125.856035] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 3125.864120] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3125.869866] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 3125.876999] PKRU: 55555554
[ 3125.879712] Call Trace:
[ 3125.882163]  <IRQ>
[ 3125.884183]  ? show_regs+0x6d/0x80
[ 3125.887589]  ? watchdog_timer_fn+0x1f8/0x280
[ 3125.891860]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 3125.896480]  ? __hrtimer_run_queues+0x114/0x2a0
[ 3125.901013]  ? hrtimer_interrupt+0x108/0x230
[ 3125.905287]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 3125.910511]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 3125.915478]  </IRQ>
[ 3125.917584]  <TASK>
[ 3125.919691]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 3125.925004]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 3125.930489]  _raw_spin_lock+0x2d/0x40
[ 3125.934155]  fuse_iget+0x125/0x250
[ 3125.937560]  fuse_fill_super_common+0x3ae/0x4f0
[ 3125.942096]  ? __pfx_fuse_fill_super+0x10/0x10
[ 3125.946540]  fuse_fill_super+0x5e/0xb0
[ 3125.950291]  get_tree_nodev+0x6f/0xa0
[ 3125.953957]  ? fget+0x80/0xb0
[ 3125.956930]  fuse_get_tree+0xc6/0x1b0
[ 3125.960596]  vfs_get_tree+0x2e/0xf0
[ 3125.964088]  path_mount+0x4f0/0xb50
[ 3125.967580]  ? putname+0x5b/0x70
[ 3125.970814]  __x64_sys_mount+0x10d/0x150
[ 3125.974739]  x64_sys_call+0x1e1d/0x2140
[ 3125.978578]  do_syscall_64+0x51/0x120
[ 3125.982245]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 3125.987297] RIP: 0033:0x7fd154f0f03e
[ 3125.990875] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 3126.009621] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 3126.017185] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 3126.024319] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 3126.031453] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 3126.038584] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 3126.045717] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 3126.052852]  </TASK>
[ 3153.682809] watchdog: BUG: soft lockup - CPU#34 stuck for 2709s! [grub2-mount:4482]
[ 3153.690468] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 3153.766401] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 3153.778475] Tainted: [L]=SOFTLOCKUP
[ 3153.781965] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 3153.789619] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 3153.795712] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 3153.814455] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 3153.819684] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 3153.826813] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 3153.833946] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 3153.841080] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 3153.848212] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 3153.855345] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 3153.863429] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3153.869176] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 3153.876310] PKRU: 55555554
[ 3153.879023] Call Trace:
[ 3153.881476]  <IRQ>
[ 3153.883495]  ? show_regs+0x6d/0x80
[ 3153.886901]  ? watchdog_timer_fn+0x1f8/0x280
[ 3153.891172]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 3153.895793]  ? __hrtimer_run_queues+0x114/0x2a0
[ 3153.900327]  ? hrtimer_interrupt+0x108/0x230
[ 3153.904597]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 3153.909824]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 3153.914790]  </IRQ>
[ 3153.916895]  <TASK>
[ 3153.919000]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 3153.924315]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 3153.929800]  _raw_spin_lock+0x2d/0x40
[ 3153.933463]  fuse_iget+0x125/0x250
[ 3153.936870]  fuse_fill_super_common+0x3ae/0x4f0
[ 3153.941407]  ? __pfx_fuse_fill_super+0x10/0x10
[ 3153.945850]  fuse_fill_super+0x5e/0xb0
[ 3153.949603]  get_tree_nodev+0x6f/0xa0
[ 3153.953266]  ? fget+0x80/0xb0
[ 3153.956240]  fuse_get_tree+0xc6/0x1b0
[ 3153.959905]  vfs_get_tree+0x2e/0xf0
[ 3153.963399]  path_mount+0x4f0/0xb50
[ 3153.966889]  ? putname+0x5b/0x70
[ 3153.970126]  __x64_sys_mount+0x10d/0x150
[ 3153.974052]  x64_sys_call+0x1e1d/0x2140
[ 3153.977887]  do_syscall_64+0x51/0x120
[ 3153.981553]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 3153.986606] RIP: 0033:0x7fd154f0f03e
[ 3153.990187] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 3154.008931] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 3154.016498] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 3154.023631] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 3154.030761] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 3154.037893] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 3154.045027] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 3154.052163]  </TASK>
[ 3181.682120] watchdog: BUG: soft lockup - CPU#34 stuck for 2735s! [grub2-mount:4482]
[ 3181.689778] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 3181.765714] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 3181.777785] Tainted: [L]=SOFTLOCKUP
[ 3181.781275] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 3181.788919] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 3181.795013] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 3181.813757] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 3181.818986] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 3181.826118] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 3181.833247] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 3181.840373] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 3181.847505] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 3181.854637] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 3181.862722] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3181.868460] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 3181.875591] PKRU: 55555554
[ 3181.878296] Call Trace:
[ 3181.880742]  <IRQ>
[ 3181.882762]  ? show_regs+0x6d/0x80
[ 3181.886168]  ? watchdog_timer_fn+0x1f8/0x280
[ 3181.890438]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 3181.895057]  ? __hrtimer_run_queues+0x114/0x2a0
[ 3181.899591]  ? hrtimer_interrupt+0x108/0x230
[ 3181.903866]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 3181.909088]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 3181.914055]  </IRQ>
[ 3181.916159]  <TASK>
[ 3181.918260]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 3181.923572]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 3181.929057]  _raw_spin_lock+0x2d/0x40
[ 3181.932723]  fuse_iget+0x125/0x250
[ 3181.936129]  fuse_fill_super_common+0x3ae/0x4f0
[ 3181.940663]  ? __pfx_fuse_fill_super+0x10/0x10
[ 3181.945105]  fuse_fill_super+0x5e/0xb0
[ 3181.948858]  get_tree_nodev+0x6f/0xa0
[ 3181.952526]  ? fget+0x80/0xb0
[ 3181.955499]  fuse_get_tree+0xc6/0x1b0
[ 3181.959166]  vfs_get_tree+0x2e/0xf0
[ 3181.962656]  path_mount+0x4f0/0xb50
[ 3181.966149]  ? putname+0x5b/0x70
[ 3181.969384]  __x64_sys_mount+0x10d/0x150
[ 3181.973309]  x64_sys_call+0x1e1d/0x2140
[ 3181.977145]  do_syscall_64+0x51/0x120
[ 3181.980812]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 3181.985866] RIP: 0033:0x7fd154f0f03e
[ 3181.989444] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 3182.008191] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 3182.015756] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 3182.022887] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 3182.030019] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 3182.037154] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 3182.044286] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 3182.051420]  </TASK>
[ 3194.536841] rcu: INFO: rcu_preempt self-detected stall on CPU
[ 3194.542585] rcu: 	34-....: (726026 ticks this GP) idle=6724/1/0x4000000000000000 softirq=785/785 fqs=363662
[ 3194.552320] rcu: 	(t=736399 jiffies g=7337 q=102118 ncpus=128)
[ 3194.558153] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 3194.570224] Tainted: [L]=SOFTLOCKUP
[ 3194.573717] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 3194.581369] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 3194.587463] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 3194.606205] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 3194.611433] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 3194.618565] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 3194.625697] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 3194.632830] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 3194.639962] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 3194.647093] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 3194.655180] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3194.660926] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 3194.668058] PKRU: 55555554
[ 3194.670772] Call Trace:
[ 3194.673224]  <IRQ>
[ 3194.675244]  ? show_regs+0x6d/0x80
[ 3194.678651]  ? dump_cpu_task+0x6b/0x80
[ 3194.682400]  ? rcu_dump_cpu_stacks+0xa4/0x100
[ 3194.686760]  ? rcu_sched_clock_irq+0x6b4/0x10c0
[ 3194.691294]  ? srso_alias_return_thunk+0x5/0xfbef5
[ 3194.696085]  ? __cgroup_account_cputime_field+0x3f/0x60
[ 3194.701310]  ? srso_alias_return_thunk+0x5/0xfbef5
[ 3194.706105]  ? account_system_index_time+0x95/0xb0
[ 3194.710897]  ? update_process_times+0x74/0xc0
[ 3194.715258]  ? tick_nohz_handler+0x9b/0x150
[ 3194.719441]  ? __pfx_tick_nohz_handler+0x10/0x10
[ 3194.724062]  ? __hrtimer_run_queues+0x114/0x2a0
[ 3194.728596]  ? hrtimer_interrupt+0x108/0x230
[ 3194.732868]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 3194.738093]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 3194.743057]  </IRQ>
[ 3194.745162]  <TASK>
[ 3194.747262]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 3194.752576]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 3194.758062]  _raw_spin_lock+0x2d/0x40
[ 3194.761727]  fuse_iget+0x125/0x250
[ 3194.765132]  fuse_fill_super_common+0x3ae/0x4f0
[ 3194.769665]  ? __pfx_fuse_fill_super+0x10/0x10
[ 3194.774111]  fuse_fill_super+0x5e/0xb0
[ 3194.777864]  get_tree_nodev+0x6f/0xa0
[ 3194.781528]  ? fget+0x80/0xb0
[ 3194.784503]  fuse_get_tree+0xc6/0x1b0
[ 3194.788166]  vfs_get_tree+0x2e/0xf0
[ 3194.791658]  path_mount+0x4f0/0xb50
[ 3194.795154]  ? putname+0x5b/0x70
[ 3194.798384]  __x64_sys_mount+0x10d/0x150
[ 3194.802312]  x64_sys_call+0x1e1d/0x2140
[ 3194.806150]  do_syscall_64+0x51/0x120
[ 3194.809815]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 3194.814869] RIP: 0033:0x7fd154f0f03e
[ 3194.818446] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 3194.837192] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 3194.844760] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 3194.851890] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 3194.859021] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 3194.866145] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 3194.873279] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 3194.880415]  </TASK>
[ 3221.681133] watchdog: BUG: soft lockup - CPU#34 stuck for 2772s! [grub2-mount:4482]
[ 3221.688790] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 3221.764728] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 3221.776798] Tainted: [L]=SOFTLOCKUP
[ 3221.780291] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 3221.787943] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 3221.794035] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 3221.812780] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 3221.818008] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 3221.825137] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 3221.832262] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 3221.839395] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 3221.846528] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 3221.853662] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 3221.861748] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3221.867491] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 3221.874625] PKRU: 55555554
[ 3221.877338] Call Trace:
[ 3221.879792]  <IRQ>
[ 3221.881810]  ? show_regs+0x6d/0x80
[ 3221.885216]  ? watchdog_timer_fn+0x1f8/0x280
[ 3221.889489]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 3221.894108]  ? __hrtimer_run_queues+0x114/0x2a0
[ 3221.898642]  ? hrtimer_interrupt+0x108/0x230
[ 3221.902912]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 3221.908138]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 3221.913105]  </IRQ>
[ 3221.915210]  <TASK>
[ 3221.917317]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 3221.922631]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 3221.928114]  _raw_spin_lock+0x2d/0x40
[ 3221.931780]  fuse_iget+0x125/0x250
[ 3221.935186]  fuse_fill_super_common+0x3ae/0x4f0
[ 3221.939721]  ? __pfx_fuse_fill_super+0x10/0x10
[ 3221.944165]  fuse_fill_super+0x5e/0xb0
[ 3221.947916]  get_tree_nodev+0x6f/0xa0
[ 3221.951582]  ? fget+0x80/0xb0
[ 3221.954555]  fuse_get_tree+0xc6/0x1b0
[ 3221.958220]  vfs_get_tree+0x2e/0xf0
[ 3221.961715]  path_mount+0x4f0/0xb50
[ 3221.965207]  ? putname+0x5b/0x70
[ 3221.968439]  __x64_sys_mount+0x10d/0x150
[ 3221.972365]  x64_sys_call+0x1e1d/0x2140
[ 3221.976204]  do_syscall_64+0x51/0x120
[ 3221.979872]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 3221.984924] RIP: 0033:0x7fd154f0f03e
[ 3221.988501] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 3222.007245] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 3222.014812] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 3222.021947] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 3222.029077] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 3222.036209] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 3222.043341] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 3222.050471]  </TASK>
[ 3249.680440] watchdog: BUG: soft lockup - CPU#34 stuck for 2798s! [grub2-mount:4482]
[ 3249.688091] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 3249.764029] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 3249.776101] Tainted: [L]=SOFTLOCKUP
[ 3249.779593] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 3249.787243] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 3249.793336] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 3249.812081] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 3249.817306] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 3249.824442] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 3249.831572] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 3249.838705] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 3249.845839] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 3249.852970] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 3249.861056] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3249.866801] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 3249.873933] PKRU: 55555554
[ 3249.876645] Call Trace:
[ 3249.879092]  <IRQ>
[ 3249.881113]  ? show_regs+0x6d/0x80
[ 3249.884516]  ? watchdog_timer_fn+0x1f8/0x280
[ 3249.888787]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 3249.893410]  ? __hrtimer_run_queues+0x114/0x2a0
[ 3249.897942]  ? hrtimer_interrupt+0x108/0x230
[ 3249.902213]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 3249.907438]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 3249.912404]  </IRQ>
[ 3249.914510]  <TASK>
[ 3249.916618]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 3249.921932]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 3249.927417]  _raw_spin_lock+0x2d/0x40
[ 3249.931080]  fuse_iget+0x125/0x250
[ 3249.934489]  fuse_fill_super_common+0x3ae/0x4f0
[ 3249.939023]  ? __pfx_fuse_fill_super+0x10/0x10
[ 3249.943463]  fuse_fill_super+0x5e/0xb0
[ 3249.947220]  get_tree_nodev+0x6f/0xa0
[ 3249.950885]  ? fget+0x80/0xb0
[ 3249.953856]  fuse_get_tree+0xc6/0x1b0
[ 3249.957524]  vfs_get_tree+0x2e/0xf0
[ 3249.961015]  path_mount+0x4f0/0xb50
[ 3249.964506]  ? putname+0x5b/0x70
[ 3249.967742]  __x64_sys_mount+0x10d/0x150
[ 3249.971667]  x64_sys_call+0x1e1d/0x2140
[ 3249.975504]  do_syscall_64+0x51/0x120
[ 3249.979170]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 3249.984224] RIP: 0033:0x7fd154f0f03e
[ 3249.987802] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 3250.006549] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 3250.014113] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 3250.021246] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 3250.028379] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 3250.035511] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 3250.042644] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 3250.049780]  </TASK>
[ 3277.679748] watchdog: BUG: soft lockup - CPU#34 stuck for 2824s! [grub2-mount:4482]
[ 3277.687403] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 3277.763346] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 3277.775419] Tainted: [L]=SOFTLOCKUP
[ 3277.778909] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 3277.786563] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 3277.792656] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 3277.811401] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 3277.816624] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 3277.823759] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 3277.830889] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 3277.838024] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 3277.845157] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 3277.852287] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 3277.860373] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3277.866118] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 3277.873252] PKRU: 55555554
[ 3277.875966] Call Trace:
[ 3277.878419]  <IRQ>
[ 3277.880439]  ? show_regs+0x6d/0x80
[ 3277.883842]  ? watchdog_timer_fn+0x1f8/0x280
[ 3277.888114]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 3277.892734]  ? __hrtimer_run_queues+0x114/0x2a0
[ 3277.897268]  ? hrtimer_interrupt+0x108/0x230
[ 3277.901541]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 3277.906766]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 3277.911731]  </IRQ>
[ 3277.913837]  <TASK>
[ 3277.915942]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 3277.921257]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 3277.926744]  _raw_spin_lock+0x2d/0x40
[ 3277.930409]  fuse_iget+0x125/0x250
[ 3277.933815]  fuse_fill_super_common+0x3ae/0x4f0
[ 3277.938349]  ? __pfx_fuse_fill_super+0x10/0x10
[ 3277.942791]  fuse_fill_super+0x5e/0xb0
[ 3277.946545]  get_tree_nodev+0x6f/0xa0
[ 3277.950210]  ? fget+0x80/0xb0
[ 3277.953184]  fuse_get_tree+0xc6/0x1b0
[ 3277.956851]  vfs_get_tree+0x2e/0xf0
[ 3277.960343]  path_mount+0x4f0/0xb50
[ 3277.963834]  ? putname+0x5b/0x70
[ 3277.967067]  __x64_sys_mount+0x10d/0x150
[ 3277.970993]  x64_sys_call+0x1e1d/0x2140
[ 3277.974832]  do_syscall_64+0x51/0x120
[ 3277.978497]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 3277.983548] RIP: 0033:0x7fd154f0f03e
[ 3277.987129] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 3278.005874] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 3278.013440] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 3278.020571] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 3278.027705] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 3278.034837] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 3278.041971] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 3278.049107]  </TASK>
[ 3305.679056] watchdog: BUG: soft lockup - CPU#34 stuck for 2850s! [grub2-mount:4482]
[ 3305.686711] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 3305.762648] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 3305.774718] Tainted: [L]=SOFTLOCKUP
[ 3305.778209] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 3305.785864] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 3305.791953] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 3305.810700] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 3305.815928] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 3305.823059] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 3305.830192] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 3305.837324] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 3305.844455] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 3305.851593] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 3305.859673] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3305.865420] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 3305.872554] PKRU: 55555554
[ 3305.875264] Call Trace:
[ 3305.877710]  <IRQ>
[ 3305.879729]  ? show_regs+0x6d/0x80
[ 3305.883135]  ? watchdog_timer_fn+0x1f8/0x280
[ 3305.887406]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 3305.892027]  ? __hrtimer_run_queues+0x114/0x2a0
[ 3305.896562]  ? hrtimer_interrupt+0x108/0x230
[ 3305.900832]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 3305.906058]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 3305.911022]  </IRQ>
[ 3305.913128]  <TASK>
[ 3305.915228]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 3305.920541]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 3305.926026]  _raw_spin_lock+0x2d/0x40
[ 3305.929690]  fuse_iget+0x125/0x250
[ 3305.933100]  fuse_fill_super_common+0x3ae/0x4f0
[ 3305.937631]  ? __pfx_fuse_fill_super+0x10/0x10
[ 3305.942076]  fuse_fill_super+0x5e/0xb0
[ 3305.945829]  get_tree_nodev+0x6f/0xa0
[ 3305.949493]  ? fget+0x80/0xb0
[ 3305.952467]  fuse_get_tree+0xc6/0x1b0
[ 3305.956133]  vfs_get_tree+0x2e/0xf0
[ 3305.959625]  path_mount+0x4f0/0xb50
[ 3305.963116]  ? putname+0x5b/0x70
[ 3305.966352]  __x64_sys_mount+0x10d/0x150
[ 3305.970277]  x64_sys_call+0x1e1d/0x2140
[ 3305.974113]  do_syscall_64+0x51/0x120
[ 3305.977781]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 3305.982834] RIP: 0033:0x7fd154f0f03e
[ 3305.986412] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 3306.005157] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 3306.012722] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 3306.019857] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 3306.026988] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 3306.034120] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 3306.041254] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 3306.048391]  </TASK>
[ 3333.678364] watchdog: BUG: soft lockup - CPU#34 stuck for 2876s! [grub2-mount:4482]
[ 3333.686020] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 3333.761957] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 3333.774027] Tainted: [L]=SOFTLOCKUP
[ 3333.777519] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 3333.785173] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 3333.791265] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 3333.810011] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 3333.815234] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 3333.822369] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 3333.829502] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 3333.836634] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 3333.843764] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 3333.850890] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 3333.858977] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3333.864720] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 3333.871855] PKRU: 55555554
[ 3333.874564] Call Trace:
[ 3333.877009]  <IRQ>
[ 3333.879031]  ? show_regs+0x6d/0x80
[ 3333.882436]  ? watchdog_timer_fn+0x1f8/0x280
[ 3333.886706]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 3333.891327]  ? __hrtimer_run_queues+0x114/0x2a0
[ 3333.895862]  ? hrtimer_interrupt+0x108/0x230
[ 3333.900132]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 3333.905359]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 3333.910324]  </IRQ>
[ 3333.912428]  <TASK>
[ 3333.914527]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 3333.919842]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 3333.925327]  _raw_spin_lock+0x2d/0x40
[ 3333.928992]  fuse_iget+0x125/0x250
[ 3333.932399]  fuse_fill_super_common+0x3ae/0x4f0
[ 3333.936931]  ? __pfx_fuse_fill_super+0x10/0x10
[ 3333.941376]  fuse_fill_super+0x5e/0xb0
[ 3333.945129]  get_tree_nodev+0x6f/0xa0
[ 3333.948794]  ? fget+0x80/0xb0
[ 3333.951768]  fuse_get_tree+0xc6/0x1b0
[ 3333.955434]  vfs_get_tree+0x2e/0xf0
[ 3333.958925]  path_mount+0x4f0/0xb50
[ 3333.962419]  ? putname+0x5b/0x70
[ 3333.965652]  __x64_sys_mount+0x10d/0x150
[ 3333.969578]  x64_sys_call+0x1e1d/0x2140
[ 3333.973415]  do_syscall_64+0x51/0x120
[ 3333.977082]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 3333.982132] RIP: 0033:0x7fd154f0f03e
[ 3333.985713] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 3334.004458] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 3334.012026] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 3334.019156] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 3334.026290] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 3334.033422] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 3334.040553] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 3334.047690]  </TASK>
[ 3361.677671] watchdog: BUG: soft lockup - CPU#34 stuck for 2902s! [grub2-mount:4482]
[ 3361.685330] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 3361.761264] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 3361.773338] Tainted: [L]=SOFTLOCKUP
[ 3361.776830] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 3361.784482] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 3361.790572] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 3361.809321] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 3361.814544] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 3361.821676] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 3361.828809] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 3361.835941] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 3361.843076] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 3361.850207] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 3361.858292] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3361.864039] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 3361.871171] PKRU: 55555554
[ 3361.873884] Call Trace:
[ 3361.876336]  <IRQ>
[ 3361.878356]  ? show_regs+0x6d/0x80
[ 3361.881761]  ? watchdog_timer_fn+0x1f8/0x280
[ 3361.886035]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 3361.890655]  ? __hrtimer_run_queues+0x114/0x2a0
[ 3361.895187]  ? hrtimer_interrupt+0x108/0x230
[ 3361.899460]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 3361.904685]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 3361.909651]  </IRQ>
[ 3361.911757]  <TASK>
[ 3361.913863]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 3361.919178]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 3361.924661]  _raw_spin_lock+0x2d/0x40
[ 3361.928326]  fuse_iget+0x125/0x250
[ 3361.931734]  fuse_fill_super_common+0x3ae/0x4f0
[ 3361.936266]  ? __pfx_fuse_fill_super+0x10/0x10
[ 3361.940712]  fuse_fill_super+0x5e/0xb0
[ 3361.944464]  get_tree_nodev+0x6f/0xa0
[ 3361.948129]  ? fget+0x80/0xb0
[ 3361.951104]  fuse_get_tree+0xc6/0x1b0
[ 3361.954768]  vfs_get_tree+0x2e/0xf0
[ 3361.958261]  path_mount+0x4f0/0xb50
[ 3361.961753]  ? putname+0x5b/0x70
[ 3361.964985]  __x64_sys_mount+0x10d/0x150
[ 3361.968913]  x64_sys_call+0x1e1d/0x2140
[ 3361.972750]  do_syscall_64+0x51/0x120
[ 3361.976418]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 3361.981470] RIP: 0033:0x7fd154f0f03e
[ 3361.985050] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 3362.003792] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 3362.011358] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 3362.018493] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 3362.025626] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 3362.032757] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 3362.039889] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 3362.047024]  </TASK>
[ 3374.884382] rcu: INFO: rcu_preempt self-detected stall on CPU
[ 3374.890136] rcu: 	34-....: (770477 ticks this GP) idle=6724/1/0x4000000000000000 softirq=785/785 fqs=385941
[ 3374.899868] rcu: 	(t=781487 jiffies g=7337 q=104665 ncpus=128)
[ 3374.905700] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 3374.917772] Tainted: [L]=SOFTLOCKUP
[ 3374.921264] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 3374.928917] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 3374.935009] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 3374.953754] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 3374.958980] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 3374.966113] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 3374.973245] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 3374.980377] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 3374.987508] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 3374.994643] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 3375.002726] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3375.008473] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 3375.015606] PKRU: 55555554
[ 3375.018318] Call Trace:
[ 3375.020770]  <IRQ>
[ 3375.022791]  ? show_regs+0x6d/0x80
[ 3375.026195]  ? dump_cpu_task+0x6b/0x80
[ 3375.029950]  ? rcu_dump_cpu_stacks+0xa4/0x100
[ 3375.034308]  ? rcu_sched_clock_irq+0x6b4/0x10c0
[ 3375.038842]  ? srso_alias_return_thunk+0x5/0xfbef5
[ 3375.043633]  ? __cgroup_account_cputime_field+0x3f/0x60
[ 3375.048861]  ? srso_alias_return_thunk+0x5/0xfbef5
[ 3375.053653]  ? account_system_index_time+0x95/0xb0
[ 3375.058445]  ? update_process_times+0x74/0xc0
[ 3375.062803]  ? tick_nohz_handler+0x9b/0x150
[ 3375.066989]  ? __pfx_tick_nohz_handler+0x10/0x10
[ 3375.071609]  ? __hrtimer_run_queues+0x114/0x2a0
[ 3375.076144]  ? hrtimer_interrupt+0x108/0x230
[ 3375.080415]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 3375.085641]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 3375.090604]  </IRQ>
[ 3375.092710]  <TASK>
[ 3375.094808]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 3375.100123]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 3375.105608]  _raw_spin_lock+0x2d/0x40
[ 3375.109275]  fuse_iget+0x125/0x250
[ 3375.112682]  fuse_fill_super_common+0x3ae/0x4f0
[ 3375.117212]  ? __pfx_fuse_fill_super+0x10/0x10
[ 3375.121659]  fuse_fill_super+0x5e/0xb0
[ 3375.125409]  get_tree_nodev+0x6f/0xa0
[ 3375.129076]  ? fget+0x80/0xb0
[ 3375.132048]  fuse_get_tree+0xc6/0x1b0
[ 3375.135715]  vfs_get_tree+0x2e/0xf0
[ 3375.139207]  path_mount+0x4f0/0xb50
[ 3375.142699]  ? putname+0x5b/0x70
[ 3375.145934]  __x64_sys_mount+0x10d/0x150
[ 3375.149860]  x64_sys_call+0x1e1d/0x2140
[ 3375.153697]  do_syscall_64+0x51/0x120
[ 3375.157364]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 3375.162414] RIP: 0033:0x7fd154f0f03e
[ 3375.165994] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 3375.184739] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 3375.192307] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 3375.199438] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 3375.206570] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 3375.213701] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 3375.220835] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 3375.227971]  </TASK>
[ 3401.676682] watchdog: BUG: soft lockup - CPU#34 stuck for 2940s! [grub2-mount:4482]
[ 3401.684332] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 3401.760269] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 3401.772341] Tainted: [L]=SOFTLOCKUP
[ 3401.775833] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 3401.783485] RIP: 0010:native_queued_spin_lock_slowpath+0x7c/0x2d0
[ 3401.789579] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[ 3401.808324] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 3401.813549] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 3401.820682] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 3401.827815] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 3401.834948] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 3401.842080] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 3401.849211] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 3401.857296] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3401.863043] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 3401.870176] PKRU: 55555554
[ 3401.872888] Call Trace:
[ 3401.875342]  <IRQ>
[ 3401.877360]  ? show_regs+0x6d/0x80
[ 3401.880767]  ? watchdog_timer_fn+0x1f8/0x280
[ 3401.885038]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 3401.889659]  ? __hrtimer_run_queues+0x114/0x2a0
[ 3401.894191]  ? hrtimer_interrupt+0x108/0x230
[ 3401.898464]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 3401.903689]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 3401.908656]  </IRQ>
[ 3401.910761]  <TASK>
[ 3401.912867]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 3401.918181]  ? native_queued_spin_lock_slowpath+0x7c/0x2d0
[ 3401.923666]  _raw_spin_lock+0x2d/0x40
[ 3401.927330]  fuse_iget+0x125/0x250
[ 3401.930738]  fuse_fill_super_common+0x3ae/0x4f0
[ 3401.935273]  ? __pfx_fuse_fill_super+0x10/0x10
[ 3401.939717]  fuse_fill_super+0x5e/0xb0
[ 3401.943467]  get_tree_nodev+0x6f/0xa0
[ 3401.947133]  ? fget+0x80/0xb0
[ 3401.950108]  fuse_get_tree+0xc6/0x1b0
[ 3401.953773]  vfs_get_tree+0x2e/0xf0
[ 3401.957264]  path_mount+0x4f0/0xb50
[ 3401.960759]  ? putname+0x5b/0x70
[ 3401.963991]  __x64_sys_mount+0x10d/0x150
[ 3401.967918]  x64_sys_call+0x1e1d/0x2140
[ 3401.971754]  do_syscall_64+0x51/0x120
[ 3401.975422]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 3401.980473] RIP: 0033:0x7fd154f0f03e
[ 3401.984054] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 3402.002801] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 3402.010365] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 3402.017495] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 3402.024628] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 3402.031761] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 3402.038893] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 3402.046029]  </TASK>
[ 3429.675989] watchdog: BUG: soft lockup - CPU#34 stuck for 2966s! [grub2-mount:4482]
[ 3429.683643] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 3429.759578] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 3429.771649] Tainted: [L]=SOFTLOCKUP
[ 3429.775142] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 3429.782796] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 3429.788888] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 3429.807631] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 3429.812857] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 3429.819989] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 3429.827124] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 3429.834256] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 3429.841388] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 3429.848522] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 3429.856607] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3429.862353] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 3429.869483] PKRU: 55555554
[ 3429.872196] Call Trace:
[ 3429.874651]  <IRQ>
[ 3429.876672]  ? show_regs+0x6d/0x80
[ 3429.880077]  ? watchdog_timer_fn+0x1f8/0x280
[ 3429.884348]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 3429.888969]  ? __hrtimer_run_queues+0x114/0x2a0
[ 3429.893500]  ? hrtimer_interrupt+0x108/0x230
[ 3429.897774]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 3429.902999]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 3429.907964]  </IRQ>
[ 3429.910068]  <TASK>
[ 3429.912166]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 3429.917482]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 3429.922968]  _raw_spin_lock+0x2d/0x40
[ 3429.926632]  fuse_iget+0x125/0x250
[ 3429.930040]  fuse_fill_super_common+0x3ae/0x4f0
[ 3429.934572]  ? __pfx_fuse_fill_super+0x10/0x10
[ 3429.939016]  fuse_fill_super+0x5e/0xb0
[ 3429.942767]  get_tree_nodev+0x6f/0xa0
[ 3429.946434]  ? fget+0x80/0xb0
[ 3429.949408]  fuse_get_tree+0xc6/0x1b0
[ 3429.953073]  vfs_get_tree+0x2e/0xf0
[ 3429.956564]  path_mount+0x4f0/0xb50
[ 3429.960058]  ? putname+0x5b/0x70
[ 3429.963290]  __x64_sys_mount+0x10d/0x150
[ 3429.967217]  x64_sys_call+0x1e1d/0x2140
[ 3429.971056]  do_syscall_64+0x51/0x120
[ 3429.974720]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 3429.979774] RIP: 0033:0x7fd154f0f03e
[ 3429.983353] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 3430.002097] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 3430.009665] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 3430.016795] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 3430.023927] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 3430.031051] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 3430.038175] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 3430.045303]  </TASK>
[ 3457.675297] watchdog: BUG: soft lockup - CPU#34 stuck for 2992s! [grub2-mount:4482]
[ 3457.682953] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 3457.758886] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 3457.770958] Tainted: [L]=SOFTLOCKUP
[ 3457.774452] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 3457.782102] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 3457.788197] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 3457.806940] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 3457.812169] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 3457.819301] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 3457.826431] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 3457.833563] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 3457.840697] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 3457.847830] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 3457.855917] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3457.861661] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 3457.868795] PKRU: 55555554
[ 3457.871505] Call Trace:
[ 3457.873958]  <IRQ>
[ 3457.875978]  ? show_regs+0x6d/0x80
[ 3457.879385]  ? watchdog_timer_fn+0x1f8/0x280
[ 3457.883655]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 3457.888278]  ? __hrtimer_run_queues+0x114/0x2a0
[ 3457.892811]  ? hrtimer_interrupt+0x108/0x230
[ 3457.897084]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 3457.902307]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 3457.907271]  </IRQ>
[ 3457.909370]  <TASK>
[ 3457.911475]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 3457.916793]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 3457.922275]  _raw_spin_lock+0x2d/0x40
[ 3457.925940]  fuse_iget+0x125/0x250
[ 3457.929349]  fuse_fill_super_common+0x3ae/0x4f0
[ 3457.933880]  ? __pfx_fuse_fill_super+0x10/0x10
[ 3457.938325]  fuse_fill_super+0x5e/0xb0
[ 3457.942078]  get_tree_nodev+0x6f/0xa0
[ 3457.945743]  ? fget+0x80/0xb0
[ 3457.948716]  fuse_get_tree+0xc6/0x1b0
[ 3457.952382]  vfs_get_tree+0x2e/0xf0
[ 3457.955873]  path_mount+0x4f0/0xb50
[ 3457.959366]  ? putname+0x5b/0x70
[ 3457.962601]  __x64_sys_mount+0x10d/0x150
[ 3457.966527]  x64_sys_call+0x1e1d/0x2140
[ 3457.970366]  do_syscall_64+0x51/0x120
[ 3457.974032]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 3457.979081] RIP: 0033:0x7fd154f0f03e
[ 3457.982662] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 3458.001408] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 3458.008972] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 3458.016105] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 3458.023240] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 3458.030372] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 3458.037504] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 3458.044638]  </TASK>
[ 3485.674605] watchdog: BUG: soft lockup - CPU#34 stuck for 3018s! [grub2-mount:4482]
[ 3485.682260] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 3485.758196] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 3485.770269] Tainted: [L]=SOFTLOCKUP
[ 3485.773761] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 3485.781413] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 3485.787504] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 3485.806249] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 3485.811475] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 3485.818607] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 3485.825742] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 3485.832874] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 3485.840006] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 3485.847140] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 3485.855225] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3485.860971] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 3485.868104] PKRU: 55555554
[ 3485.870815] Call Trace:
[ 3485.873268]  <IRQ>
[ 3485.875287]  ? show_regs+0x6d/0x80
[ 3485.878692]  ? watchdog_timer_fn+0x1f8/0x280
[ 3485.882964]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 3485.887587]  ? __hrtimer_run_queues+0x114/0x2a0
[ 3485.892120]  ? hrtimer_interrupt+0x108/0x230
[ 3485.896393]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 3485.901615]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 3485.906582]  </IRQ>
[ 3485.908687]  <TASK>
[ 3485.910794]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 3485.916111]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 3485.921592]  _raw_spin_lock+0x2d/0x40
[ 3485.925257]  fuse_iget+0x125/0x250
[ 3485.928665]  fuse_fill_super_common+0x3ae/0x4f0
[ 3485.933201]  ? __pfx_fuse_fill_super+0x10/0x10
[ 3485.937644]  fuse_fill_super+0x5e/0xb0
[ 3485.941397]  get_tree_nodev+0x6f/0xa0
[ 3485.945061]  ? fget+0x80/0xb0
[ 3485.948033]  fuse_get_tree+0xc6/0x1b0
[ 3485.951700]  vfs_get_tree+0x2e/0xf0
[ 3485.955194]  path_mount+0x4f0/0xb50
[ 3485.958686]  ? putname+0x5b/0x70
[ 3485.961918]  __x64_sys_mount+0x10d/0x150
[ 3485.965843]  x64_sys_call+0x1e1d/0x2140
[ 3485.969683]  do_syscall_64+0x51/0x120
[ 3485.973348]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 3485.978400] RIP: 0033:0x7fd154f0f03e
[ 3485.981981] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 3486.000726] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 3486.008290] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 3486.015423] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 3486.022557] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 3486.029688] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 3486.036822] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 3486.043956]  </TASK>
[ 3513.673913] watchdog: BUG: soft lockup - CPU#34 stuck for 3044s! [grub2-mount:4482]
[ 3513.681569] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 3513.757506] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 3513.769578] Tainted: [L]=SOFTLOCKUP
[ 3513.773071] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 3513.780722] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 3513.786816] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 3513.805559] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 3513.810788] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 3513.817918] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 3513.825049] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 3513.832175] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 3513.839309] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 3513.846438] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 3513.854527] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3513.860272] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 3513.867402] PKRU: 55555554
[ 3513.870109] Call Trace:
[ 3513.872559]  <IRQ>
[ 3513.874580]  ? show_regs+0x6d/0x80
[ 3513.877987]  ? watchdog_timer_fn+0x1f8/0x280
[ 3513.882257]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 3513.886877]  ? __hrtimer_run_queues+0x114/0x2a0
[ 3513.891411]  ? hrtimer_interrupt+0x108/0x230
[ 3513.895684]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 3513.900908]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 3513.905874]  </IRQ>
[ 3513.907981]  <TASK>
[ 3513.910088]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 3513.915401]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 3513.920884]  _raw_spin_lock+0x2d/0x40
[ 3513.924551]  fuse_iget+0x125/0x250
[ 3513.927959]  fuse_fill_super_common+0x3ae/0x4f0
[ 3513.932493]  ? __pfx_fuse_fill_super+0x10/0x10
[ 3513.936935]  fuse_fill_super+0x5e/0xb0
[ 3513.940687]  get_tree_nodev+0x6f/0xa0
[ 3513.944354]  ? fget+0x80/0xb0
[ 3513.947328]  fuse_get_tree+0xc6/0x1b0
[ 3513.950991]  vfs_get_tree+0x2e/0xf0
[ 3513.954484]  path_mount+0x4f0/0xb50
[ 3513.957977]  ? putname+0x5b/0x70
[ 3513.961210]  __x64_sys_mount+0x10d/0x150
[ 3513.965138]  x64_sys_call+0x1e1d/0x2140
[ 3513.968975]  do_syscall_64+0x51/0x120
[ 3513.972640]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 3513.977691] RIP: 0033:0x7fd154f0f03e
[ 3513.981272] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 3514.000019] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 3514.007585] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 3514.014714] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 3514.021840] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 3514.028970] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 3514.036096] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 3514.043232]  </TASK>
[ 3541.673220] watchdog: BUG: soft lockup - CPU#34 stuck for 3070s! [grub2-mount:4482]
[ 3541.680871] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 3541.756807] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 3541.768878] Tainted: [L]=SOFTLOCKUP
[ 3541.772372] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 3541.780025] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 3541.786116] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 3541.804863] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 3541.810085] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 3541.817209] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 3541.824334] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 3541.831468] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 3541.838599] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 3541.845734] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 3541.853817] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3541.859564] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 3541.866696] PKRU: 55555554
[ 3541.869408] Call Trace:
[ 3541.871862]  <IRQ>
[ 3541.873884]  ? show_regs+0x6d/0x80
[ 3541.877286]  ? watchdog_timer_fn+0x1f8/0x280
[ 3541.881560]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 3541.886178]  ? __hrtimer_run_queues+0x114/0x2a0
[ 3541.890711]  ? hrtimer_interrupt+0x108/0x230
[ 3541.894984]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 3541.900209]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 3541.905176]  </IRQ>
[ 3541.907282]  <TASK>
[ 3541.909389]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 3541.914702]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 3541.920188]  _raw_spin_lock+0x2d/0x40
[ 3541.923850]  fuse_iget+0x125/0x250
[ 3541.927261]  fuse_fill_super_common+0x3ae/0x4f0
[ 3541.931792]  ? __pfx_fuse_fill_super+0x10/0x10
[ 3541.936235]  fuse_fill_super+0x5e/0xb0
[ 3541.939990]  get_tree_nodev+0x6f/0xa0
[ 3541.943655]  ? fget+0x80/0xb0
[ 3541.946628]  fuse_get_tree+0xc6/0x1b0
[ 3541.950295]  vfs_get_tree+0x2e/0xf0
[ 3541.953787]  path_mount+0x4f0/0xb50
[ 3541.957279]  ? putname+0x5b/0x70
[ 3541.960510]  __x64_sys_mount+0x10d/0x150
[ 3541.964437]  x64_sys_call+0x1e1d/0x2140
[ 3541.968276]  do_syscall_64+0x51/0x120
[ 3541.971942]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 3541.976995] RIP: 0033:0x7fd154f0f03e
[ 3541.980573] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 3541.999317] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 3542.006883] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 3542.014016] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 3542.021148] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 3542.028280] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 3542.035415] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 3542.042550]  </TASK>
[ 3555.231922] rcu: INFO: rcu_preempt self-detected stall on CPU
[ 3555.237674] rcu: 	34-....: (814928 ticks this GP) idle=6724/1/0x4000000000000000 softirq=785/785 fqs=408225
[ 3555.247408] rcu: 	(t=826575 jiffies g=7337 q=105890 ncpus=128)
[ 3555.253240] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 3555.265310] Tainted: [L]=SOFTLOCKUP
[ 3555.268802] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 3555.276454] RIP: 0010:native_queued_spin_lock_slowpath+0x7c/0x2d0
[ 3555.282547] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[ 3555.301291] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 3555.306518] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 3555.313650] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 3555.320784] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 3555.327916] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 3555.335048] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 3555.342178] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 3555.350264] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3555.356013] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 3555.363145] PKRU: 55555554
[ 3555.365855] Call Trace:
[ 3555.368300]  <IRQ>
[ 3555.370322]  ? show_regs+0x6d/0x80
[ 3555.373728]  ? dump_cpu_task+0x6b/0x80
[ 3555.377477]  ? rcu_dump_cpu_stacks+0xa4/0x100
[ 3555.381836]  ? rcu_sched_clock_irq+0x6b4/0x10c0
[ 3555.386371]  ? srso_alias_return_thunk+0x5/0xfbef5
[ 3555.391162]  ? __cgroup_account_cputime_field+0x3f/0x60
[ 3555.396389]  ? srso_alias_return_thunk+0x5/0xfbef5
[ 3555.401181]  ? account_system_index_time+0x95/0xb0
[ 3555.405973]  ? update_process_times+0x74/0xc0
[ 3555.410334]  ? tick_nohz_handler+0x9b/0x150
[ 3555.414519]  ? __pfx_tick_nohz_handler+0x10/0x10
[ 3555.419139]  ? __hrtimer_run_queues+0x114/0x2a0
[ 3555.423671]  ? hrtimer_interrupt+0x108/0x230
[ 3555.427945]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 3555.433168]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 3555.438135]  </IRQ>
[ 3555.440241]  <TASK>
[ 3555.442347]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 3555.447661]  ? native_queued_spin_lock_slowpath+0x7c/0x2d0
[ 3555.453148]  _raw_spin_lock+0x2d/0x40
[ 3555.456812]  fuse_iget+0x125/0x250
[ 3555.460218]  fuse_fill_super_common+0x3ae/0x4f0
[ 3555.464753]  ? __pfx_fuse_fill_super+0x10/0x10
[ 3555.469196]  fuse_fill_super+0x5e/0xb0
[ 3555.472949]  get_tree_nodev+0x6f/0xa0
[ 3555.476613]  ? fget+0x80/0xb0
[ 3555.479587]  fuse_get_tree+0xc6/0x1b0
[ 3555.483253]  vfs_get_tree+0x2e/0xf0
[ 3555.486745]  path_mount+0x4f0/0xb50
[ 3555.490239]  ? putname+0x5b/0x70
[ 3555.493472]  __x64_sys_mount+0x10d/0x150
[ 3555.497399]  x64_sys_call+0x1e1d/0x2140
[ 3555.501235]  do_syscall_64+0x51/0x120
[ 3555.504900]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 3555.509954] RIP: 0033:0x7fd154f0f03e
[ 3555.513533] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 3555.532276] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 3555.539843] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 3555.546977] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 3555.554110] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 3555.561241] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 3555.568373] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 3555.575508]  </TASK>
[ 3581.672231] watchdog: BUG: soft lockup - CPU#34 stuck for 3107s! [grub2-mount:4482]
[ 3581.679887] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 3581.755830] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 3581.767901] Tainted: [L]=SOFTLOCKUP
[ 3581.771392] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 3581.779048] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 3581.785141] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 3581.803882] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 3581.809110] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 3581.816243] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 3581.823374] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 3581.830508] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 3581.837640] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 3581.844771] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 3581.852857] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3581.858605] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 3581.865735] PKRU: 55555554
[ 3581.868449] Call Trace:
[ 3581.870901]  <IRQ>
[ 3581.872922]  ? show_regs+0x6d/0x80
[ 3581.876326]  ? watchdog_timer_fn+0x1f8/0x280
[ 3581.880601]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 3581.885218]  ? __hrtimer_run_queues+0x114/0x2a0
[ 3581.889751]  ? hrtimer_interrupt+0x108/0x230
[ 3581.894027]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 3581.899249]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 3581.904216]  </IRQ>
[ 3581.906323]  <TASK>
[ 3581.908429]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 3581.913742]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 3581.919229]  _raw_spin_lock+0x2d/0x40
[ 3581.922892]  fuse_iget+0x125/0x250
[ 3581.926300]  fuse_fill_super_common+0x3ae/0x4f0
[ 3581.930833]  ? __pfx_fuse_fill_super+0x10/0x10
[ 3581.935276]  fuse_fill_super+0x5e/0xb0
[ 3581.939030]  get_tree_nodev+0x6f/0xa0
[ 3581.942696]  ? fget+0x80/0xb0
[ 3581.945669]  fuse_get_tree+0xc6/0x1b0
[ 3581.949333]  vfs_get_tree+0x2e/0xf0
[ 3581.952826]  path_mount+0x4f0/0xb50
[ 3581.956320]  ? putname+0x5b/0x70
[ 3581.959550]  __x64_sys_mount+0x10d/0x150
[ 3581.963478]  x64_sys_call+0x1e1d/0x2140
[ 3581.967315]  do_syscall_64+0x51/0x120
[ 3581.970983]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 3581.976036] RIP: 0033:0x7fd154f0f03e
[ 3581.979613] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 3581.998358] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 3582.005926] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 3582.013057] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 3582.020189] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 3582.027322] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 3582.034454] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 3582.041589]  </TASK>
[ 3609.671538] watchdog: BUG: soft lockup - CPU#34 stuck for 3133s! [grub2-mount:4482]
[ 3609.679194] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 3609.755130] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 3609.767201] Tainted: [L]=SOFTLOCKUP
[ 3609.770693] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 3609.778346] RIP: 0010:native_queued_spin_lock_slowpath+0x7c/0x2d0
[ 3609.784440] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[ 3609.803186] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 3609.808411] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 3609.815543] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 3609.822677] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 3609.829809] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 3609.836941] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 3609.844073] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 3609.852159] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3609.857904] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 3609.865038] PKRU: 55555554
[ 3609.867749] Call Trace:
[ 3609.870203]  <IRQ>
[ 3609.872224]  ? show_regs+0x6d/0x80
[ 3609.875627]  ? watchdog_timer_fn+0x1f8/0x280
[ 3609.879899]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 3609.884520]  ? __hrtimer_run_queues+0x114/0x2a0
[ 3609.889055]  ? hrtimer_interrupt+0x108/0x230
[ 3609.893327]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 3609.898553]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 3609.903518]  </IRQ>
[ 3609.905620]  <TASK>
[ 3609.907719]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 3609.913033]  ? native_queued_spin_lock_slowpath+0x7c/0x2d0
[ 3609.918520]  _raw_spin_lock+0x2d/0x40
[ 3609.922183]  fuse_iget+0x125/0x250
[ 3609.925592]  fuse_fill_super_common+0x3ae/0x4f0
[ 3609.930126]  ? __pfx_fuse_fill_super+0x10/0x10
[ 3609.934569]  fuse_fill_super+0x5e/0xb0
[ 3609.938322]  get_tree_nodev+0x6f/0xa0
[ 3609.941988]  ? fget+0x80/0xb0
[ 3609.944959]  fuse_get_tree+0xc6/0x1b0
[ 3609.948628]  vfs_get_tree+0x2e/0xf0
[ 3609.952119]  path_mount+0x4f0/0xb50
[ 3609.955611]  ? putname+0x5b/0x70
[ 3609.958846]  __x64_sys_mount+0x10d/0x150
[ 3609.962770]  x64_sys_call+0x1e1d/0x2140
[ 3609.966609]  do_syscall_64+0x51/0x120
[ 3609.970274]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 3609.975328] RIP: 0033:0x7fd154f0f03e
[ 3609.978905] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 3609.997653] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 3610.005218] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 3610.012351] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 3610.019483] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 3610.026616] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 3610.033746] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 3610.040885]  </TASK>
[ 3637.670846] watchdog: BUG: soft lockup - CPU#34 stuck for 3159s! [grub2-mount:4482]
[ 3637.678506] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 3637.754440] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 3637.766513] Tainted: [L]=SOFTLOCKUP
[ 3637.770004] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 3637.777658] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 3637.783751] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 3637.802493] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 3637.807720] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 3637.814853] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 3637.821986] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 3637.829119] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 3637.836250] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 3637.843382] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 3637.851471] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3637.857216] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 3637.864348] PKRU: 55555554
[ 3637.867060] Call Trace:
[ 3637.869513]  <IRQ>
[ 3637.871534]  ? show_regs+0x6d/0x80
[ 3637.874939]  ? watchdog_timer_fn+0x1f8/0x280
[ 3637.879210]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 3637.883831]  ? __hrtimer_run_queues+0x114/0x2a0
[ 3637.888363]  ? hrtimer_interrupt+0x108/0x230
[ 3637.892635]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 3637.897861]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 3637.902826]  </IRQ>
[ 3637.904933]  <TASK>
[ 3637.907037]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 3637.912353]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 3637.917837]  _raw_spin_lock+0x2d/0x40
[ 3637.921504]  fuse_iget+0x125/0x250
[ 3637.924908]  fuse_fill_super_common+0x3ae/0x4f0
[ 3637.929443]  ? __pfx_fuse_fill_super+0x10/0x10
[ 3637.933888]  fuse_fill_super+0x5e/0xb0
[ 3637.937641]  get_tree_nodev+0x6f/0xa0
[ 3637.941306]  ? fget+0x80/0xb0
[ 3637.944279]  fuse_get_tree+0xc6/0x1b0
[ 3637.947945]  vfs_get_tree+0x2e/0xf0
[ 3637.951438]  path_mount+0x4f0/0xb50
[ 3637.954929]  ? putname+0x5b/0x70
[ 3637.958162]  __x64_sys_mount+0x10d/0x150
[ 3637.962088]  x64_sys_call+0x1e1d/0x2140
[ 3637.965929]  do_syscall_64+0x51/0x120
[ 3637.969593]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 3637.974645] RIP: 0033:0x7fd154f0f03e
[ 3637.978225] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 3637.996968] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 3638.004535] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 3638.011667] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 3638.018802] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 3638.025931] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 3638.033057] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 3638.040193]  </TASK>
[ 3665.670153] watchdog: BUG: soft lockup - CPU#34 stuck for 3185s! [grub2-mount:4482]
[ 3665.677808] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 3665.753743] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 3665.765813] Tainted: [L]=SOFTLOCKUP
[ 3665.769306] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 3665.776960] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 3665.783052] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 3665.801797] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 3665.807021] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 3665.814156] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 3665.821286] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 3665.828421] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 3665.835553] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 3665.842687] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 3665.850770] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3665.856518] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 3665.863649] PKRU: 55555554
[ 3665.866363] Call Trace:
[ 3665.868815]  <IRQ>
[ 3665.870833]  ? show_regs+0x6d/0x80
[ 3665.874240]  ? watchdog_timer_fn+0x1f8/0x280
[ 3665.878512]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 3665.883131]  ? __hrtimer_run_queues+0x114/0x2a0
[ 3665.887666]  ? hrtimer_interrupt+0x108/0x230
[ 3665.891938]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 3665.897163]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 3665.902127]  </IRQ>
[ 3665.904235]  <TASK>
[ 3665.906340]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 3665.911654]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 3665.917139]  _raw_spin_lock+0x2d/0x40
[ 3665.920805]  fuse_iget+0x125/0x250
[ 3665.924212]  fuse_fill_super_common+0x3ae/0x4f0
[ 3665.928747]  ? __pfx_fuse_fill_super+0x10/0x10
[ 3665.933188]  fuse_fill_super+0x5e/0xb0
[ 3665.936941]  get_tree_nodev+0x6f/0xa0
[ 3665.940608]  ? fget+0x80/0xb0
[ 3665.943581]  fuse_get_tree+0xc6/0x1b0
[ 3665.947245]  vfs_get_tree+0x2e/0xf0
[ 3665.950738]  path_mount+0x4f0/0xb50
[ 3665.954232]  ? putname+0x5b/0x70
[ 3665.957465]  __x64_sys_mount+0x10d/0x150
[ 3665.961390]  x64_sys_call+0x1e1d/0x2140
[ 3665.965229]  do_syscall_64+0x51/0x120
[ 3665.968894]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 3665.973946] RIP: 0033:0x7fd154f0f03e
[ 3665.977527] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 3665.996270] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 3666.003837] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 3666.010970] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 3666.018101] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 3666.025235] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 3666.032365] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 3666.039493]  </TASK>
[ 3693.669464] watchdog: BUG: soft lockup - CPU#34 stuck for 3211s! [grub2-mount:4482]
[ 3693.677115] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 3693.753051] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 3693.765125] Tainted: [L]=SOFTLOCKUP
[ 3693.768616] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 3693.776268] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 3693.782360] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 3693.801108] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 3693.806333] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 3693.813465] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 3693.820597] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 3693.827729] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 3693.834863] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 3693.841996] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 3693.850081] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3693.855826] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 3693.862960] PKRU: 55555554
[ 3693.865672] Call Trace:
[ 3693.868125]  <IRQ>
[ 3693.870144]  ? show_regs+0x6d/0x80
[ 3693.873549]  ? watchdog_timer_fn+0x1f8/0x280
[ 3693.877824]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 3693.882442]  ? __hrtimer_run_queues+0x114/0x2a0
[ 3693.886974]  ? hrtimer_interrupt+0x108/0x230
[ 3693.891249]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 3693.896473]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 3693.901437]  </IRQ>
[ 3693.903544]  <TASK>
[ 3693.905649]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 3693.910966]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 3693.916449]  _raw_spin_lock+0x2d/0x40
[ 3693.920115]  fuse_iget+0x125/0x250
[ 3693.923520]  fuse_fill_super_common+0x3ae/0x4f0
[ 3693.928056]  ? __pfx_fuse_fill_super+0x10/0x10
[ 3693.932499]  fuse_fill_super+0x5e/0xb0
[ 3693.936253]  get_tree_nodev+0x6f/0xa0
[ 3693.939917]  ? fget+0x80/0xb0
[ 3693.942890]  fuse_get_tree+0xc6/0x1b0
[ 3693.946557]  vfs_get_tree+0x2e/0xf0
[ 3693.950048]  path_mount+0x4f0/0xb50
[ 3693.953542]  ? putname+0x5b/0x70
[ 3693.956776]  __x64_sys_mount+0x10d/0x150
[ 3693.960700]  x64_sys_call+0x1e1d/0x2140
[ 3693.964538]  do_syscall_64+0x51/0x120
[ 3693.968204]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 3693.973257] RIP: 0033:0x7fd154f0f03e
[ 3693.976835] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 3693.995580] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 3694.003146] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 3694.010279] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 3694.017411] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 3694.024545] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 3694.031676] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 3694.038812]  </TASK>
[ 3721.668775] watchdog: BUG: soft lockup - CPU#34 stuck for 3238s! [grub2-mount:4482]
[ 3721.676427] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 3721.752364] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 3721.764436] Tainted: [L]=SOFTLOCKUP
[ 3721.767927] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 3721.775577] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 3721.781671] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 3721.800417] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 3721.805641] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 3721.812776] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 3721.819907] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 3721.827040] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 3721.834173] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 3721.841306] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 3721.849389] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3721.855136] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 3721.862268] PKRU: 55555554
[ 3721.864982] Call Trace:
[ 3721.867434]  <IRQ>
[ 3721.869453]  ? show_regs+0x6d/0x80
[ 3721.872859]  ? watchdog_timer_fn+0x1f8/0x280
[ 3721.877131]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 3721.881751]  ? __hrtimer_run_queues+0x114/0x2a0
[ 3721.886287]  ? hrtimer_interrupt+0x108/0x230
[ 3721.890558]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 3721.895783]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 3721.900748]  </IRQ>
[ 3721.902853]  <TASK>
[ 3721.904960]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 3721.910275]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 3721.915761]  _raw_spin_lock+0x2d/0x40
[ 3721.919423]  fuse_iget+0x125/0x250
[ 3721.922833]  fuse_fill_super_common+0x3ae/0x4f0
[ 3721.927364]  ? __pfx_fuse_fill_super+0x10/0x10
[ 3721.931808]  fuse_fill_super+0x5e/0xb0
[ 3721.935560]  get_tree_nodev+0x6f/0xa0
[ 3721.939226]  ? fget+0x80/0xb0
[ 3721.942199]  fuse_get_tree+0xc6/0x1b0
[ 3721.945866]  vfs_get_tree+0x2e/0xf0
[ 3721.949358]  path_mount+0x4f0/0xb50
[ 3721.952852]  ? putname+0x5b/0x70
[ 3721.956083]  __x64_sys_mount+0x10d/0x150
[ 3721.960010]  x64_sys_call+0x1e1d/0x2140
[ 3721.963847]  do_syscall_64+0x51/0x120
[ 3721.967513]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 3721.972567] RIP: 0033:0x7fd154f0f03e
[ 3721.976145] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 3721.994893] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 3722.002456] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 3722.009590] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 3722.016723] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 3722.023855] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 3722.030986] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 3722.038123]  </TASK>
[ 3735.579471] rcu: INFO: rcu_preempt self-detected stall on CPU
[ 3735.585222] rcu: 	34-....: (859379 ticks this GP) idle=6724/1/0x4000000000000000 softirq=785/785 fqs=430497
[ 3735.594959] rcu: 	(t=871663 jiffies g=7337 q=108061 ncpus=128)
[ 3735.600790] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 3735.612859] Tainted: [L]=SOFTLOCKUP
[ 3735.616354] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 3735.624006] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 3735.630098] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 3735.648841] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 3735.654067] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 3735.661202] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 3735.668334] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 3735.675467] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 3735.682598] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 3735.689733] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 3735.697818] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3735.703564] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 3735.710694] PKRU: 55555554
[ 3735.713407] Call Trace:
[ 3735.715860]  <IRQ>
[ 3735.717880]  ? show_regs+0x6d/0x80
[ 3735.721284]  ? dump_cpu_task+0x6b/0x80
[ 3735.725039]  ? rcu_dump_cpu_stacks+0xa4/0x100
[ 3735.729397]  ? rcu_sched_clock_irq+0x6b4/0x10c0
[ 3735.733932]  ? srso_alias_return_thunk+0x5/0xfbef5
[ 3735.738721]  ? __cgroup_account_cputime_field+0x3f/0x60
[ 3735.743949]  ? srso_alias_return_thunk+0x5/0xfbef5
[ 3735.748741]  ? account_system_index_time+0x95/0xb0
[ 3735.753535]  ? update_process_times+0x74/0xc0
[ 3735.757893]  ? tick_nohz_handler+0x9b/0x150
[ 3735.762080]  ? __pfx_tick_nohz_handler+0x10/0x10
[ 3735.766697]  ? __hrtimer_run_queues+0x114/0x2a0
[ 3735.771230]  ? hrtimer_interrupt+0x108/0x230
[ 3735.775505]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 3735.780731]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 3735.785695]  </IRQ>
[ 3735.787799]  <TASK>
[ 3735.789907]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 3735.795222]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 3735.800708]  _raw_spin_lock+0x2d/0x40
[ 3735.804370]  fuse_iget+0x125/0x250
[ 3735.807779]  fuse_fill_super_common+0x3ae/0x4f0
[ 3735.812312]  ? __pfx_fuse_fill_super+0x10/0x10
[ 3735.816756]  fuse_fill_super+0x5e/0xb0
[ 3735.820507]  get_tree_nodev+0x6f/0xa0
[ 3735.824174]  ? fget+0x80/0xb0
[ 3735.827146]  fuse_get_tree+0xc6/0x1b0
[ 3735.830813]  vfs_get_tree+0x2e/0xf0
[ 3735.834307]  path_mount+0x4f0/0xb50
[ 3735.837799]  ? putname+0x5b/0x70
[ 3735.841030]  __x64_sys_mount+0x10d/0x150
[ 3735.844958]  x64_sys_call+0x1e1d/0x2140
[ 3735.848793]  do_syscall_64+0x51/0x120
[ 3735.852460]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 3735.857513] RIP: 0033:0x7fd154f0f03e
[ 3735.861092] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 3735.879836] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 3735.887402] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 3735.894537] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 3735.901669] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 3735.908800] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 3735.915933] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 3735.923069]  </TASK>
[ 3761.667790] watchdog: BUG: soft lockup - CPU#34 stuck for 3275s! [grub2-mount:4482]
[ 3761.675441] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 3761.751378] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 3761.763448] Tainted: [L]=SOFTLOCKUP
[ 3761.766941] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 3761.774593] RIP: 0010:native_queued_spin_lock_slowpath+0x7c/0x2d0
[ 3761.780686] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[ 3761.799432] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 3761.804656] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 3761.811790] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 3761.818922] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 3761.826055] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 3761.833186] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 3761.840321] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 3761.848405] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3761.854153] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 3761.861285] PKRU: 55555554
[ 3761.863996] Call Trace:
[ 3761.866449]  <IRQ>
[ 3761.868470]  ? show_regs+0x6d/0x80
[ 3761.871876]  ? watchdog_timer_fn+0x1f8/0x280
[ 3761.876146]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 3761.880766]  ? __hrtimer_run_queues+0x114/0x2a0
[ 3761.885299]  ? hrtimer_interrupt+0x108/0x230
[ 3761.889573]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 3761.894797]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 3761.899762]  </IRQ>
[ 3761.901868]  <TASK>
[ 3761.903975]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 3761.909291]  ? native_queued_spin_lock_slowpath+0x7c/0x2d0
[ 3761.914776]  _raw_spin_lock+0x2d/0x40
[ 3761.918438]  fuse_iget+0x125/0x250
[ 3761.921847]  fuse_fill_super_common+0x3ae/0x4f0
[ 3761.926380]  ? __pfx_fuse_fill_super+0x10/0x10
[ 3761.930825]  fuse_fill_super+0x5e/0xb0
[ 3761.934578]  get_tree_nodev+0x6f/0xa0
[ 3761.938241]  ? fget+0x80/0xb0
[ 3761.941215]  fuse_get_tree+0xc6/0x1b0
[ 3761.944880]  vfs_get_tree+0x2e/0xf0
[ 3761.948375]  path_mount+0x4f0/0xb50
[ 3761.951866]  ? putname+0x5b/0x70
[ 3761.955100]  __x64_sys_mount+0x10d/0x150
[ 3761.959027]  x64_sys_call+0x1e1d/0x2140
[ 3761.962865]  do_syscall_64+0x51/0x120
[ 3761.966531]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 3761.971582] RIP: 0033:0x7fd154f0f03e
[ 3761.975161] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 3761.993908] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 3762.001471] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 3762.008605] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 3762.015737] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 3762.022870] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 3762.030003] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 3762.037138]  </TASK>
[ 3789.667101] watchdog: BUG: soft lockup - CPU#34 stuck for 3301s! [grub2-mount:4482]
[ 3789.674754] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 3789.750688] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 3789.762759] Tainted: [L]=SOFTLOCKUP
[ 3789.766251] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 3789.773896] RIP: 0010:native_queued_spin_lock_slowpath+0x7c/0x2d0
[ 3789.779989] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[ 3789.798735] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 3789.803959] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 3789.811091] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 3789.818225] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 3789.825358] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 3789.832491] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 3789.839623] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 3789.847709] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3789.853454] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 3789.860586] PKRU: 55555554
[ 3789.863297] Call Trace:
[ 3789.865744]  <IRQ>
[ 3789.867765]  ? show_regs+0x6d/0x80
[ 3789.871169]  ? watchdog_timer_fn+0x1f8/0x280
[ 3789.875442]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 3789.880062]  ? __hrtimer_run_queues+0x114/0x2a0
[ 3789.884595]  ? hrtimer_interrupt+0x108/0x230
[ 3789.888868]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 3789.894092]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 3789.899055]  </IRQ>
[ 3789.901154]  <TASK>
[ 3789.903259]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 3789.908573]  ? native_queued_spin_lock_slowpath+0x7c/0x2d0
[ 3789.914059]  _raw_spin_lock+0x2d/0x40
[ 3789.917726]  fuse_iget+0x125/0x250
[ 3789.921132]  fuse_fill_super_common+0x3ae/0x4f0
[ 3789.925664]  ? __pfx_fuse_fill_super+0x10/0x10
[ 3789.930109]  fuse_fill_super+0x5e/0xb0
[ 3789.933862]  get_tree_nodev+0x6f/0xa0
[ 3789.937527]  ? fget+0x80/0xb0
[ 3789.940501]  fuse_get_tree+0xc6/0x1b0
[ 3789.944165]  vfs_get_tree+0x2e/0xf0
[ 3789.947660]  path_mount+0x4f0/0xb50
[ 3789.951152]  ? putname+0x5b/0x70
[ 3789.954385]  __x64_sys_mount+0x10d/0x150
[ 3789.958312]  x64_sys_call+0x1e1d/0x2140
[ 3789.962148]  do_syscall_64+0x51/0x120
[ 3789.965813]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 3789.970867] RIP: 0033:0x7fd154f0f03e
[ 3789.974448] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 3789.993191] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 3790.000758] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 3790.007891] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 3790.015021] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 3790.022154] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 3790.029286] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 3790.036423]  </TASK>
[ 3817.666412] watchdog: BUG: soft lockup - CPU#34 stuck for 3327s! [grub2-mount:4482]
[ 3817.674065] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 3817.750000] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 3817.762070] Tainted: [L]=SOFTLOCKUP
[ 3817.765562] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 3817.773215] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 3817.779308] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 3817.798053] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 3817.803278] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 3817.810410] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 3817.817536] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 3817.824666] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 3817.831792] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 3817.838923] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 3817.847011] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3817.852756] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 3817.859888] PKRU: 55555554
[ 3817.862602] Call Trace:
[ 3817.865054]  <IRQ>
[ 3817.867073]  ? show_regs+0x6d/0x80
[ 3817.870479]  ? watchdog_timer_fn+0x1f8/0x280
[ 3817.874752]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 3817.879370]  ? __hrtimer_run_queues+0x114/0x2a0
[ 3817.883904]  ? hrtimer_interrupt+0x108/0x230
[ 3817.888176]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 3817.893403]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 3817.898367]  </IRQ>
[ 3817.900473]  <TASK>
[ 3817.902581]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 3817.907895]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 3817.913379]  _raw_spin_lock+0x2d/0x40
[ 3817.917044]  fuse_iget+0x125/0x250
[ 3817.920451]  fuse_fill_super_common+0x3ae/0x4f0
[ 3817.924984]  ? __pfx_fuse_fill_super+0x10/0x10
[ 3817.929430]  fuse_fill_super+0x5e/0xb0
[ 3817.933182]  get_tree_nodev+0x6f/0xa0
[ 3817.936848]  ? fget+0x80/0xb0
[ 3817.939821]  fuse_get_tree+0xc6/0x1b0
[ 3817.943486]  vfs_get_tree+0x2e/0xf0
[ 3817.946978]  path_mount+0x4f0/0xb50
[ 3817.950469]  ? putname+0x5b/0x70
[ 3817.953702]  __x64_sys_mount+0x10d/0x150
[ 3817.957630]  x64_sys_call+0x1e1d/0x2140
[ 3817.961470]  do_syscall_64+0x51/0x120
[ 3817.965134]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 3817.970185] RIP: 0033:0x7fd154f0f03e
[ 3817.973765] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 3817.992509] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 3818.000077] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 3818.007210] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 3818.014342] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 3818.021473] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 3818.028605] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 3818.035743]  </TASK>
[ 3845.665722] watchdog: BUG: soft lockup - CPU#34 stuck for 3353s! [grub2-mount:4482]
[ 3845.673374] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 3845.749311] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 3845.761384] Tainted: [L]=SOFTLOCKUP
[ 3845.764875] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 3845.772528] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 3845.778618] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 3845.797366] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 3845.802592] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 3845.809722] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 3845.816857] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 3845.823987] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 3845.831119] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 3845.838243] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 3845.846329] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3845.852077] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 3845.859208] PKRU: 55555554
[ 3845.861920] Call Trace:
[ 3845.864364]  <IRQ>
[ 3845.866387]  ? show_regs+0x6d/0x80
[ 3845.869789]  ? watchdog_timer_fn+0x1f8/0x280
[ 3845.874063]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 3845.878681]  ? __hrtimer_run_queues+0x114/0x2a0
[ 3845.883215]  ? hrtimer_interrupt+0x108/0x230
[ 3845.887487]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 3845.892714]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 3845.897680]  </IRQ>
[ 3845.899785]  <TASK>
[ 3845.901891]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 3845.907205]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 3845.912690]  _raw_spin_lock+0x2d/0x40
[ 3845.916356]  fuse_iget+0x125/0x250
[ 3845.919761]  fuse_fill_super_common+0x3ae/0x4f0
[ 3845.924296]  ? __pfx_fuse_fill_super+0x10/0x10
[ 3845.928740]  fuse_fill_super+0x5e/0xb0
[ 3845.932493]  get_tree_nodev+0x6f/0xa0
[ 3845.936157]  ? fget+0x80/0xb0
[ 3845.939130]  fuse_get_tree+0xc6/0x1b0
[ 3845.942795]  vfs_get_tree+0x2e/0xf0
[ 3845.946291]  path_mount+0x4f0/0xb50
[ 3845.949781]  ? putname+0x5b/0x70
[ 3845.953016]  __x64_sys_mount+0x10d/0x150
[ 3845.956940]  x64_sys_call+0x1e1d/0x2140
[ 3845.960780]  do_syscall_64+0x51/0x120
[ 3845.964446]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 3845.969497] RIP: 0033:0x7fd154f0f03e
[ 3845.973077] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 3845.991822] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 3845.999387] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 3846.006521] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 3846.013651] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 3846.020785] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 3846.027916] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 3846.035055]  </TASK>
[ 3873.665033] watchdog: BUG: soft lockup - CPU#34 stuck for 3379s! [grub2-mount:4482]
[ 3873.672685] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 3873.748622] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 3873.760693] Tainted: [L]=SOFTLOCKUP
[ 3873.764185] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 3873.771840] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 3873.777930] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 3873.796677] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 3873.801901] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 3873.809033] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 3873.816167] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 3873.823299] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 3873.830430] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 3873.837556] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 3873.845641] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3873.851387] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 3873.858518] PKRU: 55555554
[ 3873.861231] Call Trace:
[ 3873.863685]  <IRQ>
[ 3873.865705]  ? show_regs+0x6d/0x80
[ 3873.869110]  ? watchdog_timer_fn+0x1f8/0x280
[ 3873.873382]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 3873.878003]  ? __hrtimer_run_queues+0x114/0x2a0
[ 3873.882537]  ? hrtimer_interrupt+0x108/0x230
[ 3873.886807]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 3873.892031]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 3873.897000]  </IRQ>
[ 3873.899104]  <TASK>
[ 3873.901210]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 3873.906526]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 3873.912010]  _raw_spin_lock+0x2d/0x40
[ 3873.915673]  fuse_iget+0x125/0x250
[ 3873.919083]  fuse_fill_super_common+0x3ae/0x4f0
[ 3873.923615]  ? __pfx_fuse_fill_super+0x10/0x10
[ 3873.928061]  fuse_fill_super+0x5e/0xb0
[ 3873.931813]  get_tree_nodev+0x6f/0xa0
[ 3873.935477]  ? fget+0x80/0xb0
[ 3873.938449]  fuse_get_tree+0xc6/0x1b0
[ 3873.942117]  vfs_get_tree+0x2e/0xf0
[ 3873.945609]  path_mount+0x4f0/0xb50
[ 3873.949102]  ? putname+0x5b/0x70
[ 3873.952335]  __x64_sys_mount+0x10d/0x150
[ 3873.956260]  x64_sys_call+0x1e1d/0x2140
[ 3873.960099]  do_syscall_64+0x51/0x120
[ 3873.963764]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 3873.968815] RIP: 0033:0x7fd154f0f03e
[ 3873.972397] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 3873.991142] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 3873.998709] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 3874.005840] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 3874.012970] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 3874.020103] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 3874.027238] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 3874.034375]  </TASK>
[ 3901.664343] watchdog: BUG: soft lockup - CPU#34 stuck for 3405s! [grub2-mount:4482]
[ 3901.671995] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 3901.747932] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 3901.760006] Tainted: [L]=SOFTLOCKUP
[ 3901.763497] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 3901.771149] RIP: 0010:native_queued_spin_lock_slowpath+0x7c/0x2d0
[ 3901.777243] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[ 3901.795987] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 3901.801212] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 3901.808344] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 3901.815479] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 3901.822610] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 3901.829742] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 3901.836876] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 3901.844962] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3901.850706] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 3901.857838] PKRU: 55555554
[ 3901.860550] Call Trace:
[ 3901.862997]  <IRQ>
[ 3901.865016]  ? show_regs+0x6d/0x80
[ 3901.868423]  ? watchdog_timer_fn+0x1f8/0x280
[ 3901.872693]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 3901.877313]  ? __hrtimer_run_queues+0x114/0x2a0
[ 3901.881848]  ? hrtimer_interrupt+0x108/0x230
[ 3901.886120]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 3901.891344]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 3901.896310]  </IRQ>
[ 3901.898415]  <TASK>
[ 3901.900522]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 3901.905838]  ? native_queued_spin_lock_slowpath+0x7c/0x2d0
[ 3901.911320]  _raw_spin_lock+0x2d/0x40
[ 3901.914987]  fuse_iget+0x125/0x250
[ 3901.918391]  fuse_fill_super_common+0x3ae/0x4f0
[ 3901.922928]  ? __pfx_fuse_fill_super+0x10/0x10
[ 3901.927369]  fuse_fill_super+0x5e/0xb0
[ 3901.931124]  get_tree_nodev+0x6f/0xa0
[ 3901.934789]  ? fget+0x80/0xb0
[ 3901.937763]  fuse_get_tree+0xc6/0x1b0
[ 3901.941427]  vfs_get_tree+0x2e/0xf0
[ 3901.944919]  path_mount+0x4f0/0xb50
[ 3901.948414]  ? putname+0x5b/0x70
[ 3901.951646]  __x64_sys_mount+0x10d/0x150
[ 3901.955573]  x64_sys_call+0x1e1d/0x2140
[ 3901.959411]  do_syscall_64+0x51/0x120
[ 3901.963074]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 3901.968128] RIP: 0033:0x7fd154f0f03e
[ 3901.971706] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 3901.990454] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 3901.998020] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 3902.005151] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 3902.012285] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 3902.019415] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 3902.026550] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 3902.033686]  </TASK>
[ 3915.927030] rcu: INFO: rcu_preempt self-detected stall on CPU
[ 3915.932780] rcu: 	34-....: (903830 ticks this GP) idle=6724/1/0x4000000000000000 softirq=785/785 fqs=452774
[ 3915.942515] rcu: 	(t=916751 jiffies g=7337 q=112477 ncpus=128)
[ 3915.948348] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 3915.960417] Tainted: [L]=SOFTLOCKUP
[ 3915.963911] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 3915.971563] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 3915.977656] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 3915.996398] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 3916.001626] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 3916.008759] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 3916.015890] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 3916.023022] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 3916.030156] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 3916.037288] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 3916.045373] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3916.051119] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 3916.058254] PKRU: 55555554
[ 3916.060966] Call Trace:
[ 3916.063417]  <IRQ>
[ 3916.065438]  ? show_regs+0x6d/0x80
[ 3916.068843]  ? dump_cpu_task+0x6b/0x80
[ 3916.072594]  ? rcu_dump_cpu_stacks+0xa4/0x100
[ 3916.076954]  ? rcu_sched_clock_irq+0x6b4/0x10c0
[ 3916.081489]  ? srso_alias_return_thunk+0x5/0xfbef5
[ 3916.086281]  ? __cgroup_account_cputime_field+0x3f/0x60
[ 3916.091505]  ? srso_alias_return_thunk+0x5/0xfbef5
[ 3916.096298]  ? account_system_index_time+0x95/0xb0
[ 3916.101094]  ? update_process_times+0x74/0xc0
[ 3916.105449]  ? tick_nohz_handler+0x9b/0x150
[ 3916.109637]  ? __pfx_tick_nohz_handler+0x10/0x10
[ 3916.114255]  ? __hrtimer_run_queues+0x114/0x2a0
[ 3916.118789]  ? hrtimer_interrupt+0x108/0x230
[ 3916.123063]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 3916.128286]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 3916.133252]  </IRQ>
[ 3916.135359]  <TASK>
[ 3916.137463]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 3916.142779]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 3916.148264]  _raw_spin_lock+0x2d/0x40
[ 3916.151927]  fuse_iget+0x125/0x250
[ 3916.155335]  fuse_fill_super_common+0x3ae/0x4f0
[ 3916.159869]  ? __pfx_fuse_fill_super+0x10/0x10
[ 3916.164311]  fuse_fill_super+0x5e/0xb0
[ 3916.168064]  get_tree_nodev+0x6f/0xa0
[ 3916.171732]  ? fget+0x80/0xb0
[ 3916.174703]  fuse_get_tree+0xc6/0x1b0
[ 3916.178371]  vfs_get_tree+0x2e/0xf0
[ 3916.181863]  path_mount+0x4f0/0xb50
[ 3916.185356]  ? putname+0x5b/0x70
[ 3916.188588]  __x64_sys_mount+0x10d/0x150
[ 3916.192514]  x64_sys_call+0x1e1d/0x2140
[ 3916.196351]  do_syscall_64+0x51/0x120
[ 3916.200020]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 3916.205069] RIP: 0033:0x7fd154f0f03e
[ 3916.208650] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 3916.227393] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 3916.234959] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 3916.242095] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 3916.249227] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 3916.256356] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 3916.263492] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 3916.270627]  </TASK>
[ 3941.663359] watchdog: BUG: soft lockup - CPU#34 stuck for 3442s! [grub2-mount:4482]
[ 3941.671011] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 3941.746948] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 3941.759021] Tainted: [L]=SOFTLOCKUP
[ 3941.762511] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 3941.770163] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 3941.776257] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 3941.795000] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 3941.800226] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 3941.807362] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 3941.814492] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 3941.821625] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 3941.828759] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 3941.835890] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 3941.843977] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3941.849723] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 3941.856855] PKRU: 55555554
[ 3941.859568] Call Trace:
[ 3941.862020]  <IRQ>
[ 3941.864039]  ? show_regs+0x6d/0x80
[ 3941.867444]  ? watchdog_timer_fn+0x1f8/0x280
[ 3941.871719]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 3941.876337]  ? __hrtimer_run_queues+0x114/0x2a0
[ 3941.880869]  ? hrtimer_interrupt+0x108/0x230
[ 3941.885143]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 3941.890368]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 3941.895335]  </IRQ>
[ 3941.897440]  <TASK>
[ 3941.899544]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 3941.904859]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 3941.910345]  _raw_spin_lock+0x2d/0x40
[ 3941.914010]  fuse_iget+0x125/0x250
[ 3941.917416]  fuse_fill_super_common+0x3ae/0x4f0
[ 3941.921951]  ? __pfx_fuse_fill_super+0x10/0x10
[ 3941.926394]  fuse_fill_super+0x5e/0xb0
[ 3941.930147]  get_tree_nodev+0x6f/0xa0
[ 3941.933813]  ? fget+0x80/0xb0
[ 3941.936786]  fuse_get_tree+0xc6/0x1b0
[ 3941.940451]  vfs_get_tree+0x2e/0xf0
[ 3941.943943]  path_mount+0x4f0/0xb50
[ 3941.947436]  ? putname+0x5b/0x70
[ 3941.950668]  __x64_sys_mount+0x10d/0x150
[ 3941.954594]  x64_sys_call+0x1e1d/0x2140
[ 3941.958432]  do_syscall_64+0x51/0x120
[ 3941.962100]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 3941.967153] RIP: 0033:0x7fd154f0f03e
[ 3941.970732] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 3941.989477] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 3941.997042] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 3942.004173] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 3942.011307] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 3942.018438] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 3942.025571] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 3942.032698]  </TASK>
[ 3969.662670] watchdog: BUG: soft lockup - CPU#34 stuck for 3469s! [grub2-mount:4482]
[ 3969.670324] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 3969.746259] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 3969.758329] Tainted: [L]=SOFTLOCKUP
[ 3969.761821] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 3969.769476] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 3969.775569] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 3969.794313] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 3969.799537] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 3969.806669] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 3969.813804] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 3969.820935] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 3969.828070] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 3969.835202] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 3969.843285] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3969.849033] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 3969.856164] PKRU: 55555554
[ 3969.858879] Call Trace:
[ 3969.861330]  <IRQ>
[ 3969.863352]  ? show_regs+0x6d/0x80
[ 3969.866756]  ? watchdog_timer_fn+0x1f8/0x280
[ 3969.871026]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 3969.875647]  ? __hrtimer_run_queues+0x114/0x2a0
[ 3969.880180]  ? hrtimer_interrupt+0x108/0x230
[ 3969.884454]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 3969.889678]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 3969.894645]  </IRQ>
[ 3969.896749]  <TASK>
[ 3969.898855]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 3969.904172]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 3969.909657]  _raw_spin_lock+0x2d/0x40
[ 3969.913320]  fuse_iget+0x125/0x250
[ 3969.916728]  fuse_fill_super_common+0x3ae/0x4f0
[ 3969.921263]  ? __pfx_fuse_fill_super+0x10/0x10
[ 3969.925705]  fuse_fill_super+0x5e/0xb0
[ 3969.929457]  get_tree_nodev+0x6f/0xa0
[ 3969.933122]  ? fget+0x80/0xb0
[ 3969.936095]  fuse_get_tree+0xc6/0x1b0
[ 3969.939762]  vfs_get_tree+0x2e/0xf0
[ 3969.943254]  path_mount+0x4f0/0xb50
[ 3969.946747]  ? putname+0x5b/0x70
[ 3969.949981]  __x64_sys_mount+0x10d/0x150
[ 3969.953906]  x64_sys_call+0x1e1d/0x2140
[ 3969.957745]  do_syscall_64+0x51/0x120
[ 3969.961412]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 3969.966461] RIP: 0033:0x7fd154f0f03e
[ 3969.970041] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 3969.988786] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 3969.996353] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 3970.003486] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 3970.010619] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 3970.017750] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 3970.024883] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 3970.032020]  </TASK>
[ 3997.661981] watchdog: BUG: soft lockup - CPU#34 stuck for 3495s! [grub2-mount:4482]
[ 3997.669633] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 3997.745568] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 3997.757638] Tainted: [L]=SOFTLOCKUP
[ 3997.761130] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 3997.768776] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 3997.774867] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 3997.793613] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 3997.798839] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 3997.805971] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 3997.813103] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 3997.820236] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 3997.827368] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 3997.834503] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 3997.842588] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3997.848333] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 3997.855465] PKRU: 55555554
[ 3997.858179] Call Trace:
[ 3997.860630]  <IRQ>
[ 3997.862650]  ? show_regs+0x6d/0x80
[ 3997.866056]  ? watchdog_timer_fn+0x1f8/0x280
[ 3997.870328]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 3997.874949]  ? __hrtimer_run_queues+0x114/0x2a0
[ 3997.879483]  ? hrtimer_interrupt+0x108/0x230
[ 3997.883754]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 3997.888980]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 3997.893945]  </IRQ>
[ 3997.896051]  <TASK>
[ 3997.898156]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 3997.903472]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 3997.908957]  _raw_spin_lock+0x2d/0x40
[ 3997.912621]  fuse_iget+0x125/0x250
[ 3997.916029]  fuse_fill_super_common+0x3ae/0x4f0
[ 3997.920562]  ? __pfx_fuse_fill_super+0x10/0x10
[ 3997.925006]  fuse_fill_super+0x5e/0xb0
[ 3997.928759]  get_tree_nodev+0x6f/0xa0
[ 3997.932423]  ? fget+0x80/0xb0
[ 3997.935398]  fuse_get_tree+0xc6/0x1b0
[ 3997.939064]  vfs_get_tree+0x2e/0xf0
[ 3997.942554]  path_mount+0x4f0/0xb50
[ 3997.946048]  ? putname+0x5b/0x70
[ 3997.949279]  __x64_sys_mount+0x10d/0x150
[ 3997.953206]  x64_sys_call+0x1e1d/0x2140
[ 3997.957045]  do_syscall_64+0x51/0x120
[ 3997.960710]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 3997.965762] RIP: 0033:0x7fd154f0f03e
[ 3997.969341] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 3997.988086] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 3997.995652] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 3998.002786] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 3998.009918] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 3998.017051] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 3998.024182] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 3998.031320]  </TASK>
[ 4025.661291] watchdog: BUG: soft lockup - CPU#34 stuck for 3521s! [grub2-mount:4482]
[ 4025.668949] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 4025.744887] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 4025.756957] Tainted: [L]=SOFTLOCKUP
[ 4025.760451] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 4025.768103] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 4025.774194] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 4025.792940] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 4025.798168] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 4025.805298] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 4025.812431] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 4025.819564] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 4025.826696] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 4025.833831] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 4025.841916] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4025.847660] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 4025.854794] PKRU: 55555554
[ 4025.857506] Call Trace:
[ 4025.859960]  <IRQ>
[ 4025.861979]  ? show_regs+0x6d/0x80
[ 4025.865384]  ? watchdog_timer_fn+0x1f8/0x280
[ 4025.869656]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 4025.874275]  ? __hrtimer_run_queues+0x114/0x2a0
[ 4025.878811]  ? hrtimer_interrupt+0x108/0x230
[ 4025.883081]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 4025.888307]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 4025.893271]  </IRQ>
[ 4025.895378]  <TASK>
[ 4025.897484]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 4025.902799]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 4025.908284]  _raw_spin_lock+0x2d/0x40
[ 4025.911947]  fuse_iget+0x125/0x250
[ 4025.915354]  fuse_fill_super_common+0x3ae/0x4f0
[ 4025.919891]  ? __pfx_fuse_fill_super+0x10/0x10
[ 4025.924334]  fuse_fill_super+0x5e/0xb0
[ 4025.928085]  get_tree_nodev+0x6f/0xa0
[ 4025.931752]  ? fget+0x80/0xb0
[ 4025.934723]  fuse_get_tree+0xc6/0x1b0
[ 4025.938391]  vfs_get_tree+0x2e/0xf0
[ 4025.941881]  path_mount+0x4f0/0xb50
[ 4025.945378]  ? putname+0x5b/0x70
[ 4025.948618]  __x64_sys_mount+0x10d/0x150
[ 4025.952543]  x64_sys_call+0x1e1d/0x2140
[ 4025.956380]  do_syscall_64+0x51/0x120
[ 4025.960048]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 4025.965099] RIP: 0033:0x7fd154f0f03e
[ 4025.968679] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 4025.987425] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 4025.994989] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 4026.002120] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 4026.009247] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 4026.016377] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 4026.023510] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 4026.030646]  </TASK>
[ 4053.660602] watchdog: BUG: soft lockup - CPU#34 stuck for 3547s! [grub2-mount:4482]
[ 4053.668260] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 4053.744196] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 4053.756267] Tainted: [L]=SOFTLOCKUP
[ 4053.759759] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 4053.767413] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 4053.773506] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 4053.792251] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 4053.797476] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 4053.804607] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 4053.811741] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 4053.818872] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 4053.826006] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 4053.833138] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 4053.841223] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4053.846971] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 4053.854102] PKRU: 55555554
[ 4053.856815] Call Trace:
[ 4053.859269]  <IRQ>
[ 4053.861287]  ? show_regs+0x6d/0x80
[ 4053.864692]  ? watchdog_timer_fn+0x1f8/0x280
[ 4053.868964]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 4053.873586]  ? __hrtimer_run_queues+0x114/0x2a0
[ 4053.878119]  ? hrtimer_interrupt+0x108/0x230
[ 4053.882390]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 4053.887614]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 4053.892580]  </IRQ>
[ 4053.894686]  <TASK>
[ 4053.896794]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 4053.902107]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 4053.907593]  _raw_spin_lock+0x2d/0x40
[ 4053.911259]  fuse_iget+0x125/0x250
[ 4053.914664]  fuse_fill_super_common+0x3ae/0x4f0
[ 4053.919199]  ? __pfx_fuse_fill_super+0x10/0x10
[ 4053.923641]  fuse_fill_super+0x5e/0xb0
[ 4053.927396]  get_tree_nodev+0x6f/0xa0
[ 4053.931061]  ? fget+0x80/0xb0
[ 4053.934033]  fuse_get_tree+0xc6/0x1b0
[ 4053.937699]  vfs_get_tree+0x2e/0xf0
[ 4053.941192]  path_mount+0x4f0/0xb50
[ 4053.944685]  ? putname+0x5b/0x70
[ 4053.947916]  __x64_sys_mount+0x10d/0x150
[ 4053.951842]  x64_sys_call+0x1e1d/0x2140
[ 4053.955682]  do_syscall_64+0x51/0x120
[ 4053.959346]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 4053.964400] RIP: 0033:0x7fd154f0f03e
[ 4053.967980] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 4053.986723] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 4053.994290] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 4054.001424] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 4054.008554] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 4054.015687] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 4054.022820] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 4054.029958]  </TASK>
[ 4081.659912] watchdog: BUG: soft lockup - CPU#34 stuck for 3573s! [grub2-mount:4482]
[ 4081.667570] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 4081.743505] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 4081.755578] Tainted: [L]=SOFTLOCKUP
[ 4081.759070] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 4081.766721] RIP: 0010:native_queued_spin_lock_slowpath+0x7c/0x2d0
[ 4081.772815] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[ 4081.791558] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 4081.796787] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 4081.803919] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 4081.811048] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 4081.818183] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 4081.825314] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 4081.832449] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 4081.840535] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4081.846278] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 4081.853410] PKRU: 55555554
[ 4081.856123] Call Trace:
[ 4081.858568]  <IRQ>
[ 4081.860589]  ? show_regs+0x6d/0x80
[ 4081.863992]  ? watchdog_timer_fn+0x1f8/0x280
[ 4081.868265]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 4081.872884]  ? __hrtimer_run_queues+0x114/0x2a0
[ 4081.877419]  ? hrtimer_interrupt+0x108/0x230
[ 4081.881692]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 4081.886916]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 4081.891882]  </IRQ>
[ 4081.893987]  <TASK>
[ 4081.896095]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 4081.901411]  ? native_queued_spin_lock_slowpath+0x7c/0x2d0
[ 4081.906893]  _raw_spin_lock+0x2d/0x40
[ 4081.910559]  fuse_iget+0x125/0x250
[ 4081.913965]  fuse_fill_super_common+0x3ae/0x4f0
[ 4081.918499]  ? __pfx_fuse_fill_super+0x10/0x10
[ 4081.922944]  fuse_fill_super+0x5e/0xb0
[ 4081.926697]  get_tree_nodev+0x6f/0xa0
[ 4081.930361]  ? fget+0x80/0xb0
[ 4081.933335]  fuse_get_tree+0xc6/0x1b0
[ 4081.937001]  vfs_get_tree+0x2e/0xf0
[ 4081.940494]  path_mount+0x4f0/0xb50
[ 4081.943984]  ? putname+0x5b/0x70
[ 4081.947219]  __x64_sys_mount+0x10d/0x150
[ 4081.951143]  x64_sys_call+0x1e1d/0x2140
[ 4081.954982]  do_syscall_64+0x51/0x120
[ 4081.958648]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 4081.963700] RIP: 0033:0x7fd154f0f03e
[ 4081.967282] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 4081.986026] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 4081.993592] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 4082.000722] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 4082.007857] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 4082.014990] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 4082.022119] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 4082.029249]  </TASK>
[ 4096.274591] rcu: INFO: rcu_preempt self-detected stall on CPU
[ 4096.280339] rcu: 	34-....: (948281 ticks this GP) idle=6724/1/0x4000000000000000 softirq=785/785 fqs=475051
[ 4096.290074] rcu: 	(t=961839 jiffies g=7337 q=113755 ncpus=128)
[ 4096.295904] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 4096.307975] Tainted: [L]=SOFTLOCKUP
[ 4096.311467] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 4096.319122] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 4096.325214] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 4096.343959] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 4096.349185] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 4096.356316] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 4096.363448] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 4096.370580] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 4096.377712] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 4096.384837] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 4096.392923] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4096.398669] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 4096.405802] PKRU: 55555554
[ 4096.408515] Call Trace:
[ 4096.410970]  <IRQ>
[ 4096.412986]  ? show_regs+0x6d/0x80
[ 4096.416394]  ? dump_cpu_task+0x6b/0x80
[ 4096.420145]  ? rcu_dump_cpu_stacks+0xa4/0x100
[ 4096.424505]  ? rcu_sched_clock_irq+0x6b4/0x10c0
[ 4096.429040]  ? srso_alias_return_thunk+0x5/0xfbef5
[ 4096.433828]  ? __cgroup_account_cputime_field+0x3f/0x60
[ 4096.439057]  ? srso_alias_return_thunk+0x5/0xfbef5
[ 4096.443849]  ? account_system_index_time+0x95/0xb0
[ 4096.448644]  ? update_process_times+0x74/0xc0
[ 4096.453002]  ? tick_nohz_handler+0x9b/0x150
[ 4096.457185]  ? __pfx_tick_nohz_handler+0x10/0x10
[ 4096.461806]  ? __hrtimer_run_queues+0x114/0x2a0
[ 4096.466338]  ? hrtimer_interrupt+0x108/0x230
[ 4096.470610]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 4096.475835]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 4096.480800]  </IRQ>
[ 4096.482897]  <TASK>
[ 4096.485004]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 4096.490319]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 4096.495804]  _raw_spin_lock+0x2d/0x40
[ 4096.499468]  fuse_iget+0x125/0x250
[ 4096.502876]  fuse_fill_super_common+0x3ae/0x4f0
[ 4096.507409]  ? __pfx_fuse_fill_super+0x10/0x10
[ 4096.511854]  fuse_fill_super+0x5e/0xb0
[ 4096.515607]  get_tree_nodev+0x6f/0xa0
[ 4096.519272]  ? fget+0x80/0xb0
[ 4096.522245]  fuse_get_tree+0xc6/0x1b0
[ 4096.525912]  vfs_get_tree+0x2e/0xf0
[ 4096.529404]  path_mount+0x4f0/0xb50
[ 4096.532897]  ? putname+0x5b/0x70
[ 4096.536127]  __x64_sys_mount+0x10d/0x150
[ 4096.540055]  x64_sys_call+0x1e1d/0x2140
[ 4096.543894]  do_syscall_64+0x51/0x120
[ 4096.547558]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 4096.552610] RIP: 0033:0x7fd154f0f03e
[ 4096.556189] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 4096.574936] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 4096.582502] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 4096.589635] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 4096.596765] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 4096.603891] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 4096.611023] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 4096.618159]  </TASK>
[ 4121.658928] watchdog: BUG: soft lockup - CPU#34 stuck for 3610s! [grub2-mount:4482]
[ 4121.666581] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 4121.742519] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 4121.754591] Tainted: [L]=SOFTLOCKUP
[ 4121.758081] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 4121.765735] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 4121.771827] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 4121.790571] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 4121.795798] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 4121.802931] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 4121.810064] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 4121.817196] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 4121.824327] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 4121.831462] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 4121.839545] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4121.845291] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 4121.852426] PKRU: 55555554
[ 4121.855139] Call Trace:
[ 4121.857591]  <IRQ>
[ 4121.859611]  ? show_regs+0x6d/0x80
[ 4121.863015]  ? watchdog_timer_fn+0x1f8/0x280
[ 4121.867286]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 4121.871908]  ? __hrtimer_run_queues+0x114/0x2a0
[ 4121.876440]  ? hrtimer_interrupt+0x108/0x230
[ 4121.880715]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 4121.885938]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 4121.890905]  </IRQ>
[ 4121.893010]  <TASK>
[ 4121.895115]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 4121.900432]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 4121.905917]  _raw_spin_lock+0x2d/0x40
[ 4121.909580]  fuse_iget+0x125/0x250
[ 4121.912986]  fuse_fill_super_common+0x3ae/0x4f0
[ 4121.917523]  ? __pfx_fuse_fill_super+0x10/0x10
[ 4121.921963]  fuse_fill_super+0x5e/0xb0
[ 4121.925719]  get_tree_nodev+0x6f/0xa0
[ 4121.929383]  ? fget+0x80/0xb0
[ 4121.932357]  fuse_get_tree+0xc6/0x1b0
[ 4121.936024]  vfs_get_tree+0x2e/0xf0
[ 4121.939514]  path_mount+0x4f0/0xb50
[ 4121.943006]  ? putname+0x5b/0x70
[ 4121.946240]  __x64_sys_mount+0x10d/0x150
[ 4121.950166]  x64_sys_call+0x1e1d/0x2140
[ 4121.954005]  do_syscall_64+0x51/0x120
[ 4121.957671]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 4121.962721] RIP: 0033:0x7fd154f0f03e
[ 4121.966302] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 4121.985046] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 4121.992612] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 4121.999744] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 4122.006879] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 4122.014011] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 4122.021141] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 4122.028278]  </TASK>
[ 4149.658239] watchdog: BUG: soft lockup - CPU#34 stuck for 3636s! [grub2-mount:4482]
[ 4149.665890] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 4149.741829] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 4149.753899] Tainted: [L]=SOFTLOCKUP
[ 4149.757391] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 4149.765044] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 4149.771138] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 4149.789882] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 4149.795109] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 4149.802241] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 4149.809371] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 4149.816504] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 4149.823636] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 4149.830769] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 4149.838857] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4149.844601] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 4149.851735] PKRU: 55555554
[ 4149.854447] Call Trace:
[ 4149.856901]  <IRQ>
[ 4149.858918]  ? show_regs+0x6d/0x80
[ 4149.862326]  ? watchdog_timer_fn+0x1f8/0x280
[ 4149.866596]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 4149.871216]  ? __hrtimer_run_queues+0x114/0x2a0
[ 4149.875749]  ? hrtimer_interrupt+0x108/0x230
[ 4149.880023]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 4149.885247]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 4149.890212]  </IRQ>
[ 4149.892318]  <TASK>
[ 4149.894425]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 4149.899741]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 4149.905226]  _raw_spin_lock+0x2d/0x40
[ 4149.908888]  fuse_iget+0x125/0x250
[ 4149.912297]  fuse_fill_super_common+0x3ae/0x4f0
[ 4149.916829]  ? __pfx_fuse_fill_super+0x10/0x10
[ 4149.921273]  fuse_fill_super+0x5e/0xb0
[ 4149.925027]  get_tree_nodev+0x6f/0xa0
[ 4149.928692]  ? fget+0x80/0xb0
[ 4149.931665]  fuse_get_tree+0xc6/0x1b0
[ 4149.935331]  vfs_get_tree+0x2e/0xf0
[ 4149.938822]  path_mount+0x4f0/0xb50
[ 4149.942316]  ? putname+0x5b/0x70
[ 4149.945550]  __x64_sys_mount+0x10d/0x150
[ 4149.949474]  x64_sys_call+0x1e1d/0x2140
[ 4149.953314]  do_syscall_64+0x51/0x120
[ 4149.956981]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 4149.962032] RIP: 0033:0x7fd154f0f03e
[ 4149.965611] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 4149.984356] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 4149.991922] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 4149.999054] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 4150.006188] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 4150.013319] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 4150.020451] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 4150.027586]  </TASK>
[ 4177.657549] watchdog: BUG: soft lockup - CPU#34 stuck for 3662s! [grub2-mount:4482]
[ 4177.665200] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 4177.741138] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 4177.753207] Tainted: [L]=SOFTLOCKUP
[ 4177.756699] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 4177.764345] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 4177.770436] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 4177.789181] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 4177.794410] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 4177.801539] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 4177.808666] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 4177.815795] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 4177.822920] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 4177.830055] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 4177.838139] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4177.843884] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 4177.851016] PKRU: 55555554
[ 4177.853731] Call Trace:
[ 4177.856184]  <IRQ>
[ 4177.858204]  ? show_regs+0x6d/0x80
[ 4177.861607]  ? watchdog_timer_fn+0x1f8/0x280
[ 4177.865881]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 4177.870502]  ? __hrtimer_run_queues+0x114/0x2a0
[ 4177.875033]  ? hrtimer_interrupt+0x108/0x230
[ 4177.879307]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 4177.884533]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 4177.889495]  </IRQ>
[ 4177.891602]  <TASK>
[ 4177.893709]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 4177.899027]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 4177.904519]  _raw_spin_lock+0x2d/0x40
[ 4177.908182]  fuse_iget+0x125/0x250
[ 4177.911589]  fuse_fill_super_common+0x3ae/0x4f0
[ 4177.916123]  ? __pfx_fuse_fill_super+0x10/0x10
[ 4177.920566]  fuse_fill_super+0x5e/0xb0
[ 4177.924319]  get_tree_nodev+0x6f/0xa0
[ 4177.927984]  ? fget+0x80/0xb0
[ 4177.930959]  fuse_get_tree+0xc6/0x1b0
[ 4177.934623]  vfs_get_tree+0x2e/0xf0
[ 4177.938117]  path_mount+0x4f0/0xb50
[ 4177.941608]  ? putname+0x5b/0x70
[ 4177.944841]  __x64_sys_mount+0x10d/0x150
[ 4177.948768]  x64_sys_call+0x1e1d/0x2140
[ 4177.952607]  do_syscall_64+0x51/0x120
[ 4177.956273]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 4177.961325] RIP: 0033:0x7fd154f0f03e
[ 4177.964903] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 4177.983649] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 4177.991212] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 4177.998339] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 4178.005470] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 4178.012604] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 4178.019734] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 4178.026864]  </TASK>
[ 4205.656860] watchdog: BUG: soft lockup - CPU#34 stuck for 3688s! [grub2-mount:4482]
[ 4205.664512] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 4205.740455] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 4205.752526] Tainted: [L]=SOFTLOCKUP
[ 4205.756017] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 4205.763673] RIP: 0010:native_queued_spin_lock_slowpath+0x7c/0x2d0
[ 4205.769763] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[ 4205.788510] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 4205.793733] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 4205.800867] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 4205.808002] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 4205.815132] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 4205.822266] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 4205.829397] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 4205.837485] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4205.843228] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 4205.850363] PKRU: 55555554
[ 4205.853076] Call Trace:
[ 4205.855527]  <IRQ>
[ 4205.857547]  ? show_regs+0x6d/0x80
[ 4205.860951]  ? watchdog_timer_fn+0x1f8/0x280
[ 4205.865224]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 4205.869846]  ? __hrtimer_run_queues+0x114/0x2a0
[ 4205.874379]  ? hrtimer_interrupt+0x108/0x230
[ 4205.878649]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 4205.883876]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 4205.888843]  </IRQ>
[ 4205.890946]  <TASK>
[ 4205.893052]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 4205.898368]  ? native_queued_spin_lock_slowpath+0x7c/0x2d0
[ 4205.903854]  _raw_spin_lock+0x2d/0x40
[ 4205.907517]  fuse_iget+0x125/0x250
[ 4205.910924]  fuse_fill_super_common+0x3ae/0x4f0
[ 4205.915458]  ? __pfx_fuse_fill_super+0x10/0x10
[ 4205.919902]  fuse_fill_super+0x5e/0xb0
[ 4205.923653]  get_tree_nodev+0x6f/0xa0
[ 4205.927320]  ? fget+0x80/0xb0
[ 4205.930292]  fuse_get_tree+0xc6/0x1b0
[ 4205.933958]  vfs_get_tree+0x2e/0xf0
[ 4205.937449]  path_mount+0x4f0/0xb50
[ 4205.940943]  ? putname+0x5b/0x70
[ 4205.944178]  __x64_sys_mount+0x10d/0x150
[ 4205.948103]  x64_sys_call+0x1e1d/0x2140
[ 4205.951942]  do_syscall_64+0x51/0x120
[ 4205.955606]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 4205.960658] RIP: 0033:0x7fd154f0f03e
[ 4205.964239] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 4205.982985] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 4205.990551] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 4205.997681] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 4206.004813] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 4206.011947] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 4206.019078] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 4206.026216]  </TASK>
[ 4233.656171] watchdog: BUG: soft lockup - CPU#34 stuck for 3714s! [grub2-mount:4482]
[ 4233.663828] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 4233.739764] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 4233.751836] Tainted: [L]=SOFTLOCKUP
[ 4233.755327] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 4233.762981] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 4233.769073] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 4233.787819] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 4233.793046] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 4233.800176] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 4233.807311] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 4233.814443] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 4233.821576] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 4233.828707] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 4233.836793] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4233.842539] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 4233.849671] PKRU: 55555554
[ 4233.852386] Call Trace:
[ 4233.854837]  <IRQ>
[ 4233.856857]  ? show_regs+0x6d/0x80
[ 4233.860264]  ? watchdog_timer_fn+0x1f8/0x280
[ 4233.864532]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 4233.869155]  ? __hrtimer_run_queues+0x114/0x2a0
[ 4233.873689]  ? hrtimer_interrupt+0x108/0x230
[ 4233.877960]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 4233.883185]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 4233.888149]  </IRQ>
[ 4233.890248]  <TASK>
[ 4233.892355]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 4233.897668]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 4233.903154]  _raw_spin_lock+0x2d/0x40
[ 4233.906819]  fuse_iget+0x125/0x250
[ 4233.910226]  fuse_fill_super_common+0x3ae/0x4f0
[ 4233.914759]  ? __pfx_fuse_fill_super+0x10/0x10
[ 4233.919202]  fuse_fill_super+0x5e/0xb0
[ 4233.922954]  get_tree_nodev+0x6f/0xa0
[ 4233.926620]  ? fget+0x80/0xb0
[ 4233.929594]  fuse_get_tree+0xc6/0x1b0
[ 4233.933262]  vfs_get_tree+0x2e/0xf0
[ 4233.936754]  path_mount+0x4f0/0xb50
[ 4233.940243]  ? putname+0x5b/0x70
[ 4233.943477]  __x64_sys_mount+0x10d/0x150
[ 4233.947405]  x64_sys_call+0x1e1d/0x2140
[ 4233.951243]  do_syscall_64+0x51/0x120
[ 4233.954907]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 4233.959959] RIP: 0033:0x7fd154f0f03e
[ 4233.963540] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 4233.982285] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 4233.989850] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 4233.996982] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 4234.004116] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 4234.011249] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 4234.018381] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 4234.025517]  </TASK>
[ 4261.655482] watchdog: BUG: soft lockup - CPU#34 stuck for 3740s! [grub2-mount:4482]
[ 4261.663140] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 4261.739076] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 4261.751146] Tainted: [L]=SOFTLOCKUP
[ 4261.754638] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 4261.762291] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 4261.768383] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 4261.787127] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 4261.792355] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 4261.799486] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 4261.806619] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 4261.813751] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 4261.820885] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 4261.828018] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 4261.836104] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4261.841848] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 4261.848981] PKRU: 55555554
[ 4261.851695] Call Trace:
[ 4261.854147]  <IRQ>
[ 4261.856168]  ? show_regs+0x6d/0x80
[ 4261.859573]  ? watchdog_timer_fn+0x1f8/0x280
[ 4261.863844]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 4261.868462]  ? __hrtimer_run_queues+0x114/0x2a0
[ 4261.872999]  ? hrtimer_interrupt+0x108/0x230
[ 4261.877269]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 4261.882496]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 4261.887461]  </IRQ>
[ 4261.889566]  <TASK>
[ 4261.891674]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 4261.896988]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 4261.902470]  _raw_spin_lock+0x2d/0x40
[ 4261.906135]  fuse_iget+0x125/0x250
[ 4261.909545]  fuse_fill_super_common+0x3ae/0x4f0
[ 4261.914078]  ? __pfx_fuse_fill_super+0x10/0x10
[ 4261.918520]  fuse_fill_super+0x5e/0xb0
[ 4261.922272]  get_tree_nodev+0x6f/0xa0
[ 4261.925939]  ? fget+0x80/0xb0
[ 4261.928912]  fuse_get_tree+0xc6/0x1b0
[ 4261.932579]  vfs_get_tree+0x2e/0xf0
[ 4261.936071]  path_mount+0x4f0/0xb50
[ 4261.939565]  ? putname+0x5b/0x70
[ 4261.942797]  __x64_sys_mount+0x10d/0x150
[ 4261.946724]  x64_sys_call+0x1e1d/0x2140
[ 4261.950560]  do_syscall_64+0x51/0x120
[ 4261.954226]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 4261.959279] RIP: 0033:0x7fd154f0f03e
[ 4261.962857] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 4261.981603] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 4261.989170] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 4261.996303] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 4262.003434] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 4262.010568] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 4262.017697] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 4262.024835]  </TASK>
[ 4276.622150] rcu: INFO: rcu_preempt self-detected stall on CPU
[ 4276.627895] rcu: 	34-....: (992732 ticks this GP) idle=6724/1/0x4000000000000000 softirq=785/785 fqs=497336
[ 4276.637630] rcu: 	(t=1006927 jiffies g=7337 q=115061 ncpus=128)
[ 4276.643549] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 4276.655619] Tainted: [L]=SOFTLOCKUP
[ 4276.659111] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 4276.666765] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 4276.672855] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 4276.691601] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 4276.696826] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 4276.703961] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 4276.711094] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 4276.718225] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 4276.725358] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 4276.732490] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 4276.740574] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4276.746320] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 4276.753453] PKRU: 55555554
[ 4276.756166] Call Trace:
[ 4276.758620]  <IRQ>
[ 4276.760640]  ? show_regs+0x6d/0x80
[ 4276.764043]  ? dump_cpu_task+0x6b/0x80
[ 4276.767798]  ? rcu_dump_cpu_stacks+0xa4/0x100
[ 4276.772156]  ? rcu_sched_clock_irq+0x6b4/0x10c0
[ 4276.776689]  ? srso_alias_return_thunk+0x5/0xfbef5
[ 4276.781483]  ? __cgroup_account_cputime_field+0x3f/0x60
[ 4276.786708]  ? srso_alias_return_thunk+0x5/0xfbef5
[ 4276.791500]  ? account_system_index_time+0x95/0xb0
[ 4276.796294]  ? update_process_times+0x74/0xc0
[ 4276.800651]  ? tick_nohz_handler+0x9b/0x150
[ 4276.804835]  ? __pfx_tick_nohz_handler+0x10/0x10
[ 4276.809456]  ? __hrtimer_run_queues+0x114/0x2a0
[ 4276.813990]  ? hrtimer_interrupt+0x108/0x230
[ 4276.818263]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 4276.823486]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 4276.828452]  </IRQ>
[ 4276.830557]  <TASK>
[ 4276.832658]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 4276.837971]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 4276.843456]  _raw_spin_lock+0x2d/0x40
[ 4276.847121]  fuse_iget+0x125/0x250
[ 4276.850528]  fuse_fill_super_common+0x3ae/0x4f0
[ 4276.855062]  ? __pfx_fuse_fill_super+0x10/0x10
[ 4276.859505]  fuse_fill_super+0x5e/0xb0
[ 4276.863260]  get_tree_nodev+0x6f/0xa0
[ 4276.866924]  ? fget+0x80/0xb0
[ 4276.869895]  fuse_get_tree+0xc6/0x1b0
[ 4276.873561]  vfs_get_tree+0x2e/0xf0
[ 4276.877053]  path_mount+0x4f0/0xb50
[ 4276.880546]  ? putname+0x5b/0x70
[ 4276.883782]  __x64_sys_mount+0x10d/0x150
[ 4276.887708]  x64_sys_call+0x1e1d/0x2140
[ 4276.891543]  do_syscall_64+0x51/0x120
[ 4276.895209]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 4276.900264] RIP: 0033:0x7fd154f0f03e
[ 4276.903841] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 4276.922587] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 4276.930153] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 4276.937286] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 4276.944417] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 4276.951553] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 4276.958684] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 4276.965819]  </TASK>
[ 4301.654496] watchdog: BUG: soft lockup - CPU#34 stuck for 3778s! [grub2-mount:4482]
[ 4301.662151] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 4301.738087] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 4301.750159] Tainted: [L]=SOFTLOCKUP
[ 4301.753651] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 4301.761303] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 4301.767397] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 4301.786143] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 4301.791369] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 4301.798500] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 4301.805634] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 4301.812765] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 4301.819899] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 4301.827029] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 4301.835117] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4301.840862] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 4301.847993] PKRU: 55555554
[ 4301.850705] Call Trace:
[ 4301.853152]  <IRQ>
[ 4301.855173]  ? show_regs+0x6d/0x80
[ 4301.858577]  ? watchdog_timer_fn+0x1f8/0x280
[ 4301.862847]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 4301.867468]  ? __hrtimer_run_queues+0x114/0x2a0
[ 4301.872003]  ? hrtimer_interrupt+0x108/0x230
[ 4301.876274]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 4301.881497]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 4301.886466]  </IRQ>
[ 4301.888571]  <TASK>
[ 4301.890677]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 4301.895992]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 4301.901475]  _raw_spin_lock+0x2d/0x40
[ 4301.905142]  fuse_iget+0x125/0x250
[ 4301.908547]  fuse_fill_super_common+0x3ae/0x4f0
[ 4301.913081]  ? __pfx_fuse_fill_super+0x10/0x10
[ 4301.917524]  fuse_fill_super+0x5e/0xb0
[ 4301.921277]  get_tree_nodev+0x6f/0xa0
[ 4301.924944]  ? fget+0x80/0xb0
[ 4301.927916]  fuse_get_tree+0xc6/0x1b0
[ 4301.931582]  vfs_get_tree+0x2e/0xf0
[ 4301.935076]  path_mount+0x4f0/0xb50
[ 4301.938569]  ? putname+0x5b/0x70
[ 4301.941801]  __x64_sys_mount+0x10d/0x150
[ 4301.945728]  x64_sys_call+0x1e1d/0x2140
[ 4301.949565]  do_syscall_64+0x51/0x120
[ 4301.953231]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 4301.958283] RIP: 0033:0x7fd154f0f03e
[ 4301.961863] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 4301.980608] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 4301.988173] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 4301.995306] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 4302.002438] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 4302.009572] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 4302.016704] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 4302.023839]  </TASK>
[ 4329.653807] watchdog: BUG: soft lockup - CPU#34 stuck for 3804s! [grub2-mount:4482]
[ 4329.661462] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 4329.737397] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 4329.749469] Tainted: [L]=SOFTLOCKUP
[ 4329.752961] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 4329.760615] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 4329.766705] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 4329.785451] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 4329.790675] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 4329.797802] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 4329.804932] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 4329.812066] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 4329.819198] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 4329.826331] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 4329.834415] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4329.840163] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 4329.847295] PKRU: 55555554
[ 4329.850006] Call Trace:
[ 4329.852451]  <IRQ>
[ 4329.854473]  ? show_regs+0x6d/0x80
[ 4329.857876]  ? watchdog_timer_fn+0x1f8/0x280
[ 4329.862150]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 4329.866769]  ? __hrtimer_run_queues+0x114/0x2a0
[ 4329.871302]  ? hrtimer_interrupt+0x108/0x230
[ 4329.875578]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 4329.880807]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 4329.885774]  </IRQ>
[ 4329.887880]  <TASK>
[ 4329.889985]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 4329.895302]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 4329.900786]  _raw_spin_lock+0x2d/0x40
[ 4329.904450]  fuse_iget+0x125/0x250
[ 4329.907857]  fuse_fill_super_common+0x3ae/0x4f0
[ 4329.912392]  ? __pfx_fuse_fill_super+0x10/0x10
[ 4329.916835]  fuse_fill_super+0x5e/0xb0
[ 4329.920586]  get_tree_nodev+0x6f/0xa0
[ 4329.924252]  ? fget+0x80/0xb0
[ 4329.927225]  fuse_get_tree+0xc6/0x1b0
[ 4329.930892]  vfs_get_tree+0x2e/0xf0
[ 4329.934385]  path_mount+0x4f0/0xb50
[ 4329.937878]  ? putname+0x5b/0x70
[ 4329.941110]  __x64_sys_mount+0x10d/0x150
[ 4329.945036]  x64_sys_call+0x1e1d/0x2140
[ 4329.948875]  do_syscall_64+0x51/0x120
[ 4329.952539]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 4329.957592] RIP: 0033:0x7fd154f0f03e
[ 4329.961173] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 4329.979917] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 4329.987483] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 4329.994614] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 4330.001748] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 4330.008879] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 4330.016014] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 4330.023150]  </TASK>
[ 4357.653118] watchdog: BUG: soft lockup - CPU#34 stuck for 3830s! [grub2-mount:4482]
[ 4357.660772] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 4357.736708] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 4357.748780] Tainted: [L]=SOFTLOCKUP
[ 4357.752271] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 4357.759924] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 4357.766015] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 4357.784760] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 4357.789985] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 4357.797118] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 4357.804251] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 4357.811385] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 4357.818516] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 4357.825650] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 4357.833736] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4357.839482] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 4357.846615] PKRU: 55555554
[ 4357.849327] Call Trace:
[ 4357.851779]  <IRQ>
[ 4357.853800]  ? show_regs+0x6d/0x80
[ 4357.857203]  ? watchdog_timer_fn+0x1f8/0x280
[ 4357.861478]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 4357.866095]  ? __hrtimer_run_queues+0x114/0x2a0
[ 4357.870628]  ? hrtimer_interrupt+0x108/0x230
[ 4357.874902]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 4357.880126]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 4357.885093]  </IRQ>
[ 4357.887199]  <TASK>
[ 4357.889304]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 4357.894620]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 4357.900105]  _raw_spin_lock+0x2d/0x40
[ 4357.903770]  fuse_iget+0x125/0x250
[ 4357.907175]  fuse_fill_super_common+0x3ae/0x4f0
[ 4357.911710]  ? __pfx_fuse_fill_super+0x10/0x10
[ 4357.916152]  fuse_fill_super+0x5e/0xb0
[ 4357.919905]  get_tree_nodev+0x6f/0xa0
[ 4357.923571]  ? fget+0x80/0xb0
[ 4357.926546]  fuse_get_tree+0xc6/0x1b0
[ 4357.930209]  vfs_get_tree+0x2e/0xf0
[ 4357.933704]  path_mount+0x4f0/0xb50
[ 4357.937194]  ? putname+0x5b/0x70
[ 4357.940430]  __x64_sys_mount+0x10d/0x150
[ 4357.944356]  x64_sys_call+0x1e1d/0x2140
[ 4357.948194]  do_syscall_64+0x51/0x120
[ 4357.951860]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 4357.956910] RIP: 0033:0x7fd154f0f03e
[ 4357.960492] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 4357.979235] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 4357.986801] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 4357.993935] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 4358.001065] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 4358.008192] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 4358.015323] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 4358.022458]  </TASK>
[ 4385.652429] watchdog: BUG: soft lockup - CPU#34 stuck for 3856s! [grub2-mount:4482]
[ 4385.660083] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 4385.736019] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 4385.748090] Tainted: [L]=SOFTLOCKUP
[ 4385.751580] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 4385.759233] RIP: 0010:native_queued_spin_lock_slowpath+0x7c/0x2d0
[ 4385.765325] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[ 4385.784072] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 4385.789297] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 4385.796428] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 4385.803563] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 4385.810693] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 4385.817818] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 4385.824950] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 4385.833035] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4385.838784] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 4385.845914] PKRU: 55555554
[ 4385.848627] Call Trace:
[ 4385.851080]  <IRQ>
[ 4385.853101]  ? show_regs+0x6d/0x80
[ 4385.856507]  ? watchdog_timer_fn+0x1f8/0x280
[ 4385.860777]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 4385.865396]  ? __hrtimer_run_queues+0x114/0x2a0
[ 4385.869932]  ? hrtimer_interrupt+0x108/0x230
[ 4385.874205]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 4385.879428]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 4385.884395]  </IRQ>
[ 4385.886498]  <TASK>
[ 4385.888599]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 4385.893914]  ? native_queued_spin_lock_slowpath+0x7c/0x2d0
[ 4385.899396]  _raw_spin_lock+0x2d/0x40
[ 4385.903063]  fuse_iget+0x125/0x250
[ 4385.906469]  fuse_fill_super_common+0x3ae/0x4f0
[ 4385.911003]  ? __pfx_fuse_fill_super+0x10/0x10
[ 4385.915446]  fuse_fill_super+0x5e/0xb0
[ 4385.919199]  get_tree_nodev+0x6f/0xa0
[ 4385.922865]  ? fget+0x80/0xb0
[ 4385.925838]  fuse_get_tree+0xc6/0x1b0
[ 4385.929503]  vfs_get_tree+0x2e/0xf0
[ 4385.932995]  path_mount+0x4f0/0xb50
[ 4385.936486]  ? putname+0x5b/0x70
[ 4385.939720]  __x64_sys_mount+0x10d/0x150
[ 4385.943647]  x64_sys_call+0x1e1d/0x2140
[ 4385.947484]  do_syscall_64+0x51/0x120
[ 4385.951151]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 4385.956205] RIP: 0033:0x7fd154f0f03e
[ 4385.959782] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 4385.978529] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 4385.986095] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 4385.993225] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 4386.000359] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 4386.007492] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 4386.014623] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 4386.021761]  </TASK>
[ 4413.651740] watchdog: BUG: soft lockup - CPU#34 stuck for 3882s! [grub2-mount:4482]
[ 4413.659392] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 4413.735327] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 4413.747400] Tainted: [L]=SOFTLOCKUP
[ 4413.750892] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 4413.758543] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 4413.764635] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 4413.783382] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 4413.788609] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 4413.795741] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 4413.802872] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 4413.810003] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 4413.817139] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 4413.824271] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 4413.832354] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4413.838091] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 4413.845227] PKRU: 55555554
[ 4413.847939] Call Trace:
[ 4413.850390]  <IRQ>
[ 4413.852411]  ? show_regs+0x6d/0x80
[ 4413.855817]  ? watchdog_timer_fn+0x1f8/0x280
[ 4413.860088]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 4413.864708]  ? __hrtimer_run_queues+0x114/0x2a0
[ 4413.869242]  ? hrtimer_interrupt+0x108/0x230
[ 4413.873515]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 4413.878740]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 4413.883705]  </IRQ>
[ 4413.885811]  <TASK>
[ 4413.887917]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 4413.893230]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 4413.898717]  _raw_spin_lock+0x2d/0x40
[ 4413.902380]  fuse_iget+0x125/0x250
[ 4413.905786]  fuse_fill_super_common+0x3ae/0x4f0
[ 4413.910321]  ? __pfx_fuse_fill_super+0x10/0x10
[ 4413.914766]  fuse_fill_super+0x5e/0xb0
[ 4413.918519]  get_tree_nodev+0x6f/0xa0
[ 4413.922185]  ? fget+0x80/0xb0
[ 4413.925157]  fuse_get_tree+0xc6/0x1b0
[ 4413.928822]  vfs_get_tree+0x2e/0xf0
[ 4413.932317]  path_mount+0x4f0/0xb50
[ 4413.935808]  ? putname+0x5b/0x70
[ 4413.939042]  __x64_sys_mount+0x10d/0x150
[ 4413.942966]  x64_sys_call+0x1e1d/0x2140
[ 4413.946805]  do_syscall_64+0x51/0x120
[ 4413.950472]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 4413.955523] RIP: 0033:0x7fd154f0f03e
[ 4413.959104] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 4413.977846] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 4413.985412] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 4413.992546] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 4413.999678] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 4414.006810] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 4414.013944] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 4414.021079]  </TASK>
[ 4441.651051] watchdog: BUG: soft lockup - CPU#34 stuck for 3908s! [grub2-mount:4482]
[ 4441.658702] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 4441.734638] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 4441.746711] Tainted: [L]=SOFTLOCKUP
[ 4441.750201] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 4441.757856] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 4441.763946] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 4441.782691] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 4441.787919] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 4441.795051] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 4441.802182] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 4441.809314] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 4441.816448] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 4441.823581] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 4441.831667] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4441.837410] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 4441.844543] PKRU: 55555554
[ 4441.847256] Call Trace:
[ 4441.849710]  <IRQ>
[ 4441.851730]  ? show_regs+0x6d/0x80
[ 4441.855137]  ? watchdog_timer_fn+0x1f8/0x280
[ 4441.859409]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 4441.864026]  ? __hrtimer_run_queues+0x114/0x2a0
[ 4441.868559]  ? hrtimer_interrupt+0x108/0x230
[ 4441.872833]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 4441.878059]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 4441.883022]  </IRQ>
[ 4441.885129]  <TASK>
[ 4441.887236]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 4441.892551]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 4441.898036]  _raw_spin_lock+0x2d/0x40
[ 4441.901701]  fuse_iget+0x125/0x250
[ 4441.905105]  fuse_fill_super_common+0x3ae/0x4f0
[ 4441.909639]  ? __pfx_fuse_fill_super+0x10/0x10
[ 4441.914084]  fuse_fill_super+0x5e/0xb0
[ 4441.917836]  get_tree_nodev+0x6f/0xa0
[ 4441.921504]  ? fget+0x80/0xb0
[ 4441.924477]  fuse_get_tree+0xc6/0x1b0
[ 4441.928140]  vfs_get_tree+0x2e/0xf0
[ 4441.931634]  path_mount+0x4f0/0xb50
[ 4441.935128]  ? putname+0x5b/0x70
[ 4441.938362]  __x64_sys_mount+0x10d/0x150
[ 4441.942288]  x64_sys_call+0x1e1d/0x2140
[ 4441.946123]  do_syscall_64+0x51/0x120
[ 4441.949791]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 4441.954842] RIP: 0033:0x7fd154f0f03e
[ 4441.958422] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 4441.977166] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 4441.984731] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 4441.991867] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 4441.998997] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 4442.006131] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 4442.013264] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 4442.020399]  </TASK>
[ 4456.969711] rcu: INFO: rcu_preempt self-detected stall on CPU
[ 4456.975464] rcu: 	34-....: (1037183 ticks this GP) idle=6724/1/0x4000000000000000 softirq=785/785 fqs=519610
[ 4456.985287] rcu: 	(t=1052015 jiffies g=7337 q=116346 ncpus=128)
[ 4456.991204] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 4457.003275] Tainted: [L]=SOFTLOCKUP
[ 4457.006768] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 4457.014420] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 4457.020513] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 4457.039256] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 4457.044483] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 4457.051613] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 4457.058746] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 4457.065872] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 4457.073002] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 4457.080137] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 4457.088223] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4457.093969] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 4457.101100] PKRU: 55555554
[ 4457.103814] Call Trace:
[ 4457.106266]  <IRQ>
[ 4457.108286]  ? show_regs+0x6d/0x80
[ 4457.111691]  ? dump_cpu_task+0x6b/0x80
[ 4457.115443]  ? rcu_dump_cpu_stacks+0xa4/0x100
[ 4457.119802]  ? rcu_sched_clock_irq+0x6b4/0x10c0
[ 4457.124338]  ? srso_alias_return_thunk+0x5/0xfbef5
[ 4457.129126]  ? __cgroup_account_cputime_field+0x3f/0x60
[ 4457.134352]  ? srso_alias_return_thunk+0x5/0xfbef5
[ 4457.139145]  ? account_system_index_time+0x95/0xb0
[ 4457.143939]  ? update_process_times+0x74/0xc0
[ 4457.148299]  ? tick_nohz_handler+0x9b/0x150
[ 4457.152484]  ? __pfx_tick_nohz_handler+0x10/0x10
[ 4457.157103]  ? __hrtimer_run_queues+0x114/0x2a0
[ 4457.161638]  ? hrtimer_interrupt+0x108/0x230
[ 4457.165909]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 4457.171136]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 4457.176099]  </IRQ>
[ 4457.178205]  <TASK>
[ 4457.180313]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 4457.185628]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 4457.191112]  _raw_spin_lock+0x2d/0x40
[ 4457.194777]  fuse_iget+0x125/0x250
[ 4457.198182]  fuse_fill_super_common+0x3ae/0x4f0
[ 4457.202717]  ? __pfx_fuse_fill_super+0x10/0x10
[ 4457.207160]  fuse_fill_super+0x5e/0xb0
[ 4457.210912]  get_tree_nodev+0x6f/0xa0
[ 4457.214577]  ? fget+0x80/0xb0
[ 4457.217551]  fuse_get_tree+0xc6/0x1b0
[ 4457.221218]  vfs_get_tree+0x2e/0xf0
[ 4457.224710]  path_mount+0x4f0/0xb50
[ 4457.228201]  ? putname+0x5b/0x70
[ 4457.231437]  __x64_sys_mount+0x10d/0x150
[ 4457.235362]  x64_sys_call+0x1e1d/0x2140
[ 4457.239201]  do_syscall_64+0x51/0x120
[ 4457.242868]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 4457.247918] RIP: 0033:0x7fd154f0f03e
[ 4457.251498] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 4457.270244] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 4457.277809] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 4457.284939] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 4457.292064] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 4457.299197] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 4457.306329] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 4457.313465]  </TASK>
[ 4481.650066] watchdog: BUG: soft lockup - CPU#34 stuck for 3945s! [grub2-mount:4482]
[ 4481.657720] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 4481.733663] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 4481.745735] Tainted: [L]=SOFTLOCKUP
[ 4481.749226] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 4481.756879] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 4481.762973] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 4481.781717] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 4481.786944] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 4481.794077] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 4481.801209] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 4481.808342] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 4481.815472] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 4481.822606] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 4481.830693] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4481.836437] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 4481.843571] PKRU: 55555554
[ 4481.846282] Call Trace:
[ 4481.848735]  <IRQ>
[ 4481.850754]  ? show_regs+0x6d/0x80
[ 4481.854160]  ? watchdog_timer_fn+0x1f8/0x280
[ 4481.858431]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 4481.863052]  ? __hrtimer_run_queues+0x114/0x2a0
[ 4481.867585]  ? hrtimer_interrupt+0x108/0x230
[ 4481.871857]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 4481.877084]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 4481.882047]  </IRQ>
[ 4481.884155]  <TASK>
[ 4481.886262]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 4481.891574]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 4481.897061]  _raw_spin_lock+0x2d/0x40
[ 4481.900725]  fuse_iget+0x125/0x250
[ 4481.904131]  fuse_fill_super_common+0x3ae/0x4f0
[ 4481.908665]  ? __pfx_fuse_fill_super+0x10/0x10
[ 4481.913108]  fuse_fill_super+0x5e/0xb0
[ 4481.916863]  get_tree_nodev+0x6f/0xa0
[ 4481.920528]  ? fget+0x80/0xb0
[ 4481.923501]  fuse_get_tree+0xc6/0x1b0
[ 4481.927166]  vfs_get_tree+0x2e/0xf0
[ 4481.930658]  path_mount+0x4f0/0xb50
[ 4481.934152]  ? putname+0x5b/0x70
[ 4481.937385]  __x64_sys_mount+0x10d/0x150
[ 4481.941311]  x64_sys_call+0x1e1d/0x2140
[ 4481.945147]  do_syscall_64+0x51/0x120
[ 4481.948815]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 4481.953867] RIP: 0033:0x7fd154f0f03e
[ 4481.957445] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 4481.976191] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 4481.983757] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 4481.990889] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 4481.998022] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 4482.005156] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 4482.012288] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 4482.019422]  </TASK>
[ 4509.649377] watchdog: BUG: soft lockup - CPU#34 stuck for 3971s! [grub2-mount:4482]
[ 4509.657030] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 4509.732968] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 4509.745037] Tainted: [L]=SOFTLOCKUP
[ 4509.748529] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 4509.756183] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 4509.762273] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 4509.781020] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 4509.786244] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 4509.793379] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 4509.800509] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 4509.807643] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 4509.814776] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 4509.821907] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 4509.829993] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4509.835739] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 4509.842873] PKRU: 55555554
[ 4509.845586] Call Trace:
[ 4509.848039]  <IRQ>
[ 4509.850057]  ? show_regs+0x6d/0x80
[ 4509.853462]  ? watchdog_timer_fn+0x1f8/0x280
[ 4509.857737]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 4509.862354]  ? __hrtimer_run_queues+0x114/0x2a0
[ 4509.866888]  ? hrtimer_interrupt+0x108/0x230
[ 4509.871163]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 4509.876385]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 4509.881350]  </IRQ>
[ 4509.883447]  <TASK>
[ 4509.885546]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 4509.890863]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 4509.896345]  _raw_spin_lock+0x2d/0x40
[ 4509.900010]  fuse_iget+0x125/0x250
[ 4509.903417]  fuse_fill_super_common+0x3ae/0x4f0
[ 4509.907952]  ? __pfx_fuse_fill_super+0x10/0x10
[ 4509.912394]  fuse_fill_super+0x5e/0xb0
[ 4509.916148]  get_tree_nodev+0x6f/0xa0
[ 4509.919812]  ? fget+0x80/0xb0
[ 4509.922786]  fuse_get_tree+0xc6/0x1b0
[ 4509.926451]  vfs_get_tree+0x2e/0xf0
[ 4509.929943]  path_mount+0x4f0/0xb50
[ 4509.933437]  ? putname+0x5b/0x70
[ 4509.936672]  __x64_sys_mount+0x10d/0x150
[ 4509.940598]  x64_sys_call+0x1e1d/0x2140
[ 4509.944435]  do_syscall_64+0x51/0x120
[ 4509.948101]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 4509.953152] RIP: 0033:0x7fd154f0f03e
[ 4509.956731] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 4509.975477] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 4509.983044] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 4509.990174] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 4509.997308] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 4510.004441] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 4510.011574] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 4510.018711]  </TASK>
[ 4537.648687] watchdog: BUG: soft lockup - CPU#34 stuck for 3998s! [grub2-mount:4482]
[ 4537.656341] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 4537.732278] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 4537.744348] Tainted: [L]=SOFTLOCKUP
[ 4537.747834] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 4537.755488] RIP: 0010:native_queued_spin_lock_slowpath+0x7c/0x2d0
[ 4537.761579] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[ 4537.780324] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 4537.785549] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 4537.792681] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 4537.799815] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 4537.806947] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 4537.814080] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 4537.821211] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 4537.829296] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4537.835042] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 4537.842176] PKRU: 55555554
[ 4537.844889] Call Trace:
[ 4537.847342]  <IRQ>
[ 4537.849361]  ? show_regs+0x6d/0x80
[ 4537.852768]  ? watchdog_timer_fn+0x1f8/0x280
[ 4537.857039]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 4537.861659]  ? __hrtimer_run_queues+0x114/0x2a0
[ 4537.866192]  ? hrtimer_interrupt+0x108/0x230
[ 4537.870465]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 4537.875688]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 4537.880655]  </IRQ>
[ 4537.882762]  <TASK>
[ 4537.884869]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 4537.890182]  ? native_queued_spin_lock_slowpath+0x7c/0x2d0
[ 4537.895665]  _raw_spin_lock+0x2d/0x40
[ 4537.899330]  fuse_iget+0x125/0x250
[ 4537.902739]  fuse_fill_super_common+0x3ae/0x4f0
[ 4537.907273]  ? __pfx_fuse_fill_super+0x10/0x10
[ 4537.911718]  fuse_fill_super+0x5e/0xb0
[ 4537.915469]  get_tree_nodev+0x6f/0xa0
[ 4537.919134]  ? fget+0x80/0xb0
[ 4537.922106]  fuse_get_tree+0xc6/0x1b0
[ 4537.925775]  vfs_get_tree+0x2e/0xf0
[ 4537.929264]  path_mount+0x4f0/0xb50
[ 4537.932757]  ? putname+0x5b/0x70
[ 4537.935991]  __x64_sys_mount+0x10d/0x150
[ 4537.939916]  x64_sys_call+0x1e1d/0x2140
[ 4537.943754]  do_syscall_64+0x51/0x120
[ 4537.947422]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 4537.952473] RIP: 0033:0x7fd154f0f03e
[ 4537.956053] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 4537.974799] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 4537.982364] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 4537.989495] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 4537.996622] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 4538.003754] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 4538.010884] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 4538.018020]  </TASK>
[ 4565.647997] watchdog: BUG: soft lockup - CPU#34 stuck for 4024s! [grub2-mount:4482]
[ 4565.655655] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 4565.731590] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 4565.743662] Tainted: [L]=SOFTLOCKUP
[ 4565.747156] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 4565.754806] RIP: 0010:native_queued_spin_lock_slowpath+0x7c/0x2d0
[ 4565.760898] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[ 4565.779646] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 4565.784870] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 4565.792001] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 4565.799136] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 4565.806268] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 4565.813401] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 4565.820533] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 4565.828620] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4565.834366] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 4565.841498] PKRU: 55555554
[ 4565.844209] Call Trace:
[ 4565.846664]  <IRQ>
[ 4565.848683]  ? show_regs+0x6d/0x80
[ 4565.852088]  ? watchdog_timer_fn+0x1f8/0x280
[ 4565.856361]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 4565.860980]  ? __hrtimer_run_queues+0x114/0x2a0
[ 4565.865513]  ? hrtimer_interrupt+0x108/0x230
[ 4565.869786]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 4565.875010]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 4565.879975]  </IRQ>
[ 4565.882082]  <TASK>
[ 4565.884190]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 4565.889505]  ? native_queued_spin_lock_slowpath+0x7c/0x2d0
[ 4565.894988]  _raw_spin_lock+0x2d/0x40
[ 4565.898652]  fuse_iget+0x125/0x250
[ 4565.902060]  fuse_fill_super_common+0x3ae/0x4f0
[ 4565.906594]  ? __pfx_fuse_fill_super+0x10/0x10
[ 4565.911036]  fuse_fill_super+0x5e/0xb0
[ 4565.914787]  get_tree_nodev+0x6f/0xa0
[ 4565.918455]  ? fget+0x80/0xb0
[ 4565.921428]  fuse_get_tree+0xc6/0x1b0
[ 4565.925093]  vfs_get_tree+0x2e/0xf0
[ 4565.928585]  path_mount+0x4f0/0xb50
[ 4565.932080]  ? putname+0x5b/0x70
[ 4565.935313]  __x64_sys_mount+0x10d/0x150
[ 4565.939236]  x64_sys_call+0x1e1d/0x2140
[ 4565.943076]  do_syscall_64+0x51/0x120
[ 4565.946743]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 4565.951796] RIP: 0033:0x7fd154f0f03e
[ 4565.955373] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 4565.974117] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 4565.981686] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 4565.988816] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 4565.995949] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 4566.003083] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 4566.010215] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 4566.017351]  </TASK>
[ 4593.647309] watchdog: BUG: soft lockup - CPU#34 stuck for 4050s! [grub2-mount:4482]
[ 4593.654966] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 4593.730904] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 4593.742974] Tainted: [L]=SOFTLOCKUP
[ 4593.746467] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 4593.754119] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 4593.760213] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 4593.778957] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 4593.784183] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 4593.791314] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 4593.798447] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 4593.805580] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 4593.812714] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 4593.819846] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 4593.827929] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4593.833666] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 4593.840791] PKRU: 55555554
[ 4593.843505] Call Trace:
[ 4593.845957]  <IRQ>
[ 4593.847977]  ? show_regs+0x6d/0x80
[ 4593.851381]  ? watchdog_timer_fn+0x1f8/0x280
[ 4593.855656]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 4593.860277]  ? __hrtimer_run_queues+0x114/0x2a0
[ 4593.864809]  ? hrtimer_interrupt+0x108/0x230
[ 4593.869079]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 4593.874307]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 4593.879270]  </IRQ>
[ 4593.881369]  <TASK>
[ 4593.883473]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 4593.888791]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 4593.894273]  _raw_spin_lock+0x2d/0x40
[ 4593.897939]  fuse_iget+0x125/0x250
[ 4593.901345]  fuse_fill_super_common+0x3ae/0x4f0
[ 4593.905881]  ? __pfx_fuse_fill_super+0x10/0x10
[ 4593.910321]  fuse_fill_super+0x5e/0xb0
[ 4593.914074]  get_tree_nodev+0x6f/0xa0
[ 4593.917740]  ? fget+0x80/0xb0
[ 4593.920714]  fuse_get_tree+0xc6/0x1b0
[ 4593.924380]  vfs_get_tree+0x2e/0xf0
[ 4593.927873]  path_mount+0x4f0/0xb50
[ 4593.931366]  ? putname+0x5b/0x70
[ 4593.934598]  __x64_sys_mount+0x10d/0x150
[ 4593.938524]  x64_sys_call+0x1e1d/0x2140
[ 4593.942364]  do_syscall_64+0x51/0x120
[ 4593.946027]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 4593.951080] RIP: 0033:0x7fd154f0f03e
[ 4593.954659] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 4593.973406] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 4593.980971] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 4593.988104] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 4593.995235] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 4594.002369] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 4594.009500] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 4594.016628]  </TASK>
[ 4621.646619] watchdog: BUG: soft lockup - CPU#34 stuck for 4076s! [grub2-mount:4482]
[ 4621.654281] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 4621.730217] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 4621.742285] Tainted: [L]=SOFTLOCKUP
[ 4621.745778] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 4621.753433] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 4621.759523] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 4621.778271] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 4621.783495] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 4621.790627] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 4621.797758] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 4621.804894] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 4621.812023] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 4621.819150] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 4621.827235] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4621.832980] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 4621.840112] PKRU: 55555554
[ 4621.842824] Call Trace:
[ 4621.845270]  <IRQ>
[ 4621.847290]  ? show_regs+0x6d/0x80
[ 4621.850695]  ? watchdog_timer_fn+0x1f8/0x280
[ 4621.854966]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 4621.859586]  ? __hrtimer_run_queues+0x114/0x2a0
[ 4621.864121]  ? hrtimer_interrupt+0x108/0x230
[ 4621.868392]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 4621.873617]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 4621.878583]  </IRQ>
[ 4621.880687]  <TASK>
[ 4621.882786]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 4621.888100]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 4621.893587]  _raw_spin_lock+0x2d/0x40
[ 4621.897252]  fuse_iget+0x125/0x250
[ 4621.900659]  fuse_fill_super_common+0x3ae/0x4f0
[ 4621.905193]  ? __pfx_fuse_fill_super+0x10/0x10
[ 4621.909636]  fuse_fill_super+0x5e/0xb0
[ 4621.913386]  get_tree_nodev+0x6f/0xa0
[ 4621.917052]  ? fget+0x80/0xb0
[ 4621.920028]  fuse_get_tree+0xc6/0x1b0
[ 4621.923694]  vfs_get_tree+0x2e/0xf0
[ 4621.927183]  path_mount+0x4f0/0xb50
[ 4621.930678]  ? putname+0x5b/0x70
[ 4621.933910]  __x64_sys_mount+0x10d/0x150
[ 4621.937836]  x64_sys_call+0x1e1d/0x2140
[ 4621.941673]  do_syscall_64+0x51/0x120
[ 4621.945342]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 4621.950392] RIP: 0033:0x7fd154f0f03e
[ 4621.953974] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 4621.972716] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 4621.980283] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 4621.987415] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 4621.994550] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 4622.001682] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 4622.008812] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 4622.015949]  </TASK>
[ 4637.317271] rcu: INFO: rcu_preempt self-detected stall on CPU
[ 4637.323022] rcu: 	34-....: (1081634 ticks this GP) idle=6724/1/0x4000000000000000 softirq=785/785 fqs=541886
[ 4637.332842] rcu: 	(t=1097103 jiffies g=7337 q=117681 ncpus=128)
[ 4637.338760] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 4637.350829] Tainted: [L]=SOFTLOCKUP
[ 4637.354321] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 4637.361967] RIP: 0010:native_queued_spin_lock_slowpath+0x7c/0x2d0
[ 4637.368058] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[ 4637.386804] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 4637.392031] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 4637.399161] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 4637.406294] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 4637.413429] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 4637.420560] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 4637.427694] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 4637.435778] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4637.441522] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 4637.448657] PKRU: 55555554
[ 4637.451370] Call Trace:
[ 4637.453822]  <IRQ>
[ 4637.455842]  ? show_regs+0x6d/0x80
[ 4637.459248]  ? dump_cpu_task+0x6b/0x80
[ 4637.462998]  ? rcu_dump_cpu_stacks+0xa4/0x100
[ 4637.467361]  ? rcu_sched_clock_irq+0x6b4/0x10c0
[ 4637.471895]  ? srso_alias_return_thunk+0x5/0xfbef5
[ 4637.476684]  ? __cgroup_account_cputime_field+0x3f/0x60
[ 4637.481909]  ? srso_alias_return_thunk+0x5/0xfbef5
[ 4637.486703]  ? account_system_index_time+0x95/0xb0
[ 4637.491497]  ? update_process_times+0x74/0xc0
[ 4637.495856]  ? tick_nohz_handler+0x9b/0x150
[ 4637.500040]  ? __pfx_tick_nohz_handler+0x10/0x10
[ 4637.504660]  ? __hrtimer_run_queues+0x114/0x2a0
[ 4637.509194]  ? hrtimer_interrupt+0x108/0x230
[ 4637.513467]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 4637.518689]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 4637.523657]  </IRQ>
[ 4637.525761]  <TASK>
[ 4637.527869]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 4637.533184]  ? native_queued_spin_lock_slowpath+0x7c/0x2d0
[ 4637.538668]  _raw_spin_lock+0x2d/0x40
[ 4637.542331]  fuse_iget+0x125/0x250
[ 4637.545740]  fuse_fill_super_common+0x3ae/0x4f0
[ 4637.550274]  ? __pfx_fuse_fill_super+0x10/0x10
[ 4637.554717]  fuse_fill_super+0x5e/0xb0
[ 4637.558470]  get_tree_nodev+0x6f/0xa0
[ 4637.562133]  ? fget+0x80/0xb0
[ 4637.565110]  fuse_get_tree+0xc6/0x1b0
[ 4637.568774]  vfs_get_tree+0x2e/0xf0
[ 4637.572265]  path_mount+0x4f0/0xb50
[ 4637.575760]  ? putname+0x5b/0x70
[ 4637.578992]  __x64_sys_mount+0x10d/0x150
[ 4637.582920]  x64_sys_call+0x1e1d/0x2140
[ 4637.586756]  do_syscall_64+0x51/0x120
[ 4637.590421]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 4637.595473] RIP: 0033:0x7fd154f0f03e
[ 4637.599054] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 4637.617800] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 4637.625363] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 4637.632496] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 4637.639630] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 4637.646761] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 4637.653894] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 4637.661030]  </TASK>
[ 4661.645635] watchdog: BUG: soft lockup - CPU#34 stuck for 4113s! [grub2-mount:4482]
[ 4661.653289] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 4661.729225] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 4661.741295] Tainted: [L]=SOFTLOCKUP
[ 4661.744787] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 4661.752442] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 4661.758534] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 4661.777278] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 4661.782504] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 4661.789638] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 4661.796770] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 4661.803901] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 4661.811036] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 4661.818169] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 4661.826255] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4661.832000] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 4661.839134] PKRU: 55555554
[ 4661.841844] Call Trace:
[ 4661.844296]  <IRQ>
[ 4661.846317]  ? show_regs+0x6d/0x80
[ 4661.849722]  ? watchdog_timer_fn+0x1f8/0x280
[ 4661.853996]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 4661.858616]  ? __hrtimer_run_queues+0x114/0x2a0
[ 4661.863149]  ? hrtimer_interrupt+0x108/0x230
[ 4661.867422]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 4661.872644]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 4661.877612]  </IRQ>
[ 4661.879715]  <TASK>
[ 4661.881815]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 4661.887129]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 4661.892614]  _raw_spin_lock+0x2d/0x40
[ 4661.896279]  fuse_iget+0x125/0x250
[ 4661.899685]  fuse_fill_super_common+0x3ae/0x4f0
[ 4661.904219]  ? __pfx_fuse_fill_super+0x10/0x10
[ 4661.908664]  fuse_fill_super+0x5e/0xb0
[ 4661.912415]  get_tree_nodev+0x6f/0xa0
[ 4661.916082]  ? fget+0x80/0xb0
[ 4661.919056]  fuse_get_tree+0xc6/0x1b0
[ 4661.922720]  vfs_get_tree+0x2e/0xf0
[ 4661.926213]  path_mount+0x4f0/0xb50
[ 4661.929705]  ? putname+0x5b/0x70
[ 4661.932939]  __x64_sys_mount+0x10d/0x150
[ 4661.936866]  x64_sys_call+0x1e1d/0x2140
[ 4661.940702]  do_syscall_64+0x51/0x120
[ 4661.944368]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 4661.949419] RIP: 0033:0x7fd154f0f03e
[ 4661.953002] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 4661.971744] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 4661.979311] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 4661.986444] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 4661.993576] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 4662.000710] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 4662.007840] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 4662.014978]  </TASK>
[ 4689.644945] watchdog: BUG: soft lockup - CPU#34 stuck for 4139s! [grub2-mount:4482]
[ 4689.652604] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 4689.728537] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 4689.740611] Tainted: [L]=SOFTLOCKUP
[ 4689.744103] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 4689.751755] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 4689.757847] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 4689.776591] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 4689.781819] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 4689.788952] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 4689.796082] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 4689.803214] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 4689.810348] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 4689.817480] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 4689.825567] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4689.831312] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 4689.838446] PKRU: 55555554
[ 4689.841157] Call Trace:
[ 4689.843612]  <IRQ>
[ 4689.845631]  ? show_regs+0x6d/0x80
[ 4689.849037]  ? watchdog_timer_fn+0x1f8/0x280
[ 4689.853307]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 4689.857928]  ? __hrtimer_run_queues+0x114/0x2a0
[ 4689.862461]  ? hrtimer_interrupt+0x108/0x230
[ 4689.866735]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 4689.871959]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 4689.876924]  </IRQ>
[ 4689.879030]  <TASK>
[ 4689.881137]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 4689.886451]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 4689.891935]  _raw_spin_lock+0x2d/0x40
[ 4689.895599]  fuse_iget+0x125/0x250
[ 4689.899008]  fuse_fill_super_common+0x3ae/0x4f0
[ 4689.903542]  ? __pfx_fuse_fill_super+0x10/0x10
[ 4689.907986]  fuse_fill_super+0x5e/0xb0
[ 4689.911737]  get_tree_nodev+0x6f/0xa0
[ 4689.915403]  ? fget+0x80/0xb0
[ 4689.918377]  fuse_get_tree+0xc6/0x1b0
[ 4689.922042]  vfs_get_tree+0x2e/0xf0
[ 4689.925536]  path_mount+0x4f0/0xb50
[ 4689.929028]  ? putname+0x5b/0x70
[ 4689.932261]  __x64_sys_mount+0x10d/0x150
[ 4689.936188]  x64_sys_call+0x1e1d/0x2140
[ 4689.940024]  do_syscall_64+0x51/0x120
[ 4689.943691]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 4689.948741] RIP: 0033:0x7fd154f0f03e
[ 4689.952323] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 4689.971067] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 4689.978632] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 4689.985765] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 4689.992896] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 4690.000031] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 4690.007161] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 4690.014298]  </TASK>
[ 4717.644256] watchdog: BUG: soft lockup - CPU#34 stuck for 4165s! [grub2-mount:4482]
[ 4717.651917] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 4717.727861] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 4717.739931] Tainted: [L]=SOFTLOCKUP
[ 4717.743425] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 4717.751077] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 4717.757168] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 4717.775915] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 4717.781139] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 4717.788272] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 4717.795405] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 4717.802538] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 4717.809669] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 4717.816804] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 4717.824887] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4717.830636] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 4717.837768] PKRU: 55555554
[ 4717.840480] Call Trace:
[ 4717.842933]  <IRQ>
[ 4717.844955]  ? show_regs+0x6d/0x80
[ 4717.848356]  ? watchdog_timer_fn+0x1f8/0x280
[ 4717.852630]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 4717.857249]  ? __hrtimer_run_queues+0x114/0x2a0
[ 4717.861783]  ? hrtimer_interrupt+0x108/0x230
[ 4717.866056]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 4717.871280]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 4717.876245]  </IRQ>
[ 4717.878352]  <TASK>
[ 4717.880457]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 4717.885773]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 4717.891258]  _raw_spin_lock+0x2d/0x40
[ 4717.894923]  fuse_iget+0x125/0x250
[ 4717.898330]  fuse_fill_super_common+0x3ae/0x4f0
[ 4717.902863]  ? __pfx_fuse_fill_super+0x10/0x10
[ 4717.907305]  fuse_fill_super+0x5e/0xb0
[ 4717.911058]  get_tree_nodev+0x6f/0xa0
[ 4717.914726]  ? fget+0x80/0xb0
[ 4717.917696]  fuse_get_tree+0xc6/0x1b0
[ 4717.921365]  vfs_get_tree+0x2e/0xf0
[ 4717.924856]  path_mount+0x4f0/0xb50
[ 4717.928351]  ? putname+0x5b/0x70
[ 4717.931582]  __x64_sys_mount+0x10d/0x150
[ 4717.935508]  x64_sys_call+0x1e1d/0x2140
[ 4717.939345]  do_syscall_64+0x51/0x120
[ 4717.943012]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 4717.948065] RIP: 0033:0x7fd154f0f03e
[ 4717.951644] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 4717.970391] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 4717.977954] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 4717.985087] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 4717.992219] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 4717.999352] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 4718.006484] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 4718.013622]  </TASK>
[ 4745.643567] watchdog: BUG: soft lockup - CPU#34 stuck for 4191s! [grub2-mount:4482]
[ 4745.651221] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 4745.727156] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 4745.739230] Tainted: [L]=SOFTLOCKUP
[ 4745.742721] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 4745.750375] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 4745.756467] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 4745.775210] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 4745.780438] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 4745.787569] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 4745.794702] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 4745.801835] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 4745.808968] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 4745.816100] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 4745.824184] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4745.829930] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 4745.837063] PKRU: 55555554
[ 4745.839776] Call Trace:
[ 4745.842231]  <IRQ>
[ 4745.844248]  ? show_regs+0x6d/0x80
[ 4745.847653]  ? watchdog_timer_fn+0x1f8/0x280
[ 4745.851925]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 4745.856547]  ? __hrtimer_run_queues+0x114/0x2a0
[ 4745.861080]  ? hrtimer_interrupt+0x108/0x230
[ 4745.865353]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 4745.870576]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 4745.875542]  </IRQ>
[ 4745.877649]  <TASK>
[ 4745.879756]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 4745.885068]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 4745.890555]  _raw_spin_lock+0x2d/0x40
[ 4745.894218]  fuse_iget+0x125/0x250
[ 4745.897627]  fuse_fill_super_common+0x3ae/0x4f0
[ 4745.902159]  ? __pfx_fuse_fill_super+0x10/0x10
[ 4745.906604]  fuse_fill_super+0x5e/0xb0
[ 4745.910355]  get_tree_nodev+0x6f/0xa0
[ 4745.914023]  ? fget+0x80/0xb0
[ 4745.916996]  fuse_get_tree+0xc6/0x1b0
[ 4745.920661]  vfs_get_tree+0x2e/0xf0
[ 4745.924152]  path_mount+0x4f0/0xb50
[ 4745.927647]  ? putname+0x5b/0x70
[ 4745.930879]  __x64_sys_mount+0x10d/0x150
[ 4745.934807]  x64_sys_call+0x1e1d/0x2140
[ 4745.938643]  do_syscall_64+0x51/0x120
[ 4745.942310]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 4745.947362] RIP: 0033:0x7fd154f0f03e
[ 4745.950939] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 4745.969687] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 4745.977250] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 4745.984385] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 4745.991515] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 4745.998648] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 4746.005782] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 4746.012918]  </TASK>
[ 4773.642877] watchdog: BUG: soft lockup - CPU#34 stuck for 4217s! [grub2-mount:4482]
[ 4773.650537] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 4773.726470] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 4773.738544] Tainted: [L]=SOFTLOCKUP
[ 4773.742034] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 4773.749688] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 4773.755782] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 4773.774526] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 4773.779750] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 4773.786883] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 4773.794017] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 4773.801149] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 4773.808282] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 4773.815415] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 4773.823498] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4773.829245] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 4773.836379] PKRU: 55555554
[ 4773.839092] Call Trace:
[ 4773.841544]  <IRQ>
[ 4773.843563]  ? show_regs+0x6d/0x80
[ 4773.846969]  ? watchdog_timer_fn+0x1f8/0x280
[ 4773.851240]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 4773.855860]  ? __hrtimer_run_queues+0x114/0x2a0
[ 4773.860395]  ? hrtimer_interrupt+0x108/0x230
[ 4773.864668]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 4773.869891]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 4773.874858]  </IRQ>
[ 4773.876964]  <TASK>
[ 4773.879069]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 4773.884384]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 4773.889867]  _raw_spin_lock+0x2d/0x40
[ 4773.893532]  fuse_iget+0x125/0x250
[ 4773.896939]  fuse_fill_super_common+0x3ae/0x4f0
[ 4773.901474]  ? __pfx_fuse_fill_super+0x10/0x10
[ 4773.905918]  fuse_fill_super+0x5e/0xb0
[ 4773.909670]  get_tree_nodev+0x6f/0xa0
[ 4773.913335]  ? fget+0x80/0xb0
[ 4773.916310]  fuse_get_tree+0xc6/0x1b0
[ 4773.919975]  vfs_get_tree+0x2e/0xf0
[ 4773.923466]  path_mount+0x4f0/0xb50
[ 4773.926961]  ? putname+0x5b/0x70
[ 4773.930193]  __x64_sys_mount+0x10d/0x150
[ 4773.934119]  x64_sys_call+0x1e1d/0x2140
[ 4773.937958]  do_syscall_64+0x51/0x120
[ 4773.941622]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 4773.946677] RIP: 0033:0x7fd154f0f03e
[ 4773.950254] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 4773.968999] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 4773.976566] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 4773.983699] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 4773.990830] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 4773.997964] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 4774.005097] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 4774.012231]  </TASK>
[ 4801.642188] watchdog: BUG: soft lockup - CPU#34 stuck for 4243s! [grub2-mount:4482]
[ 4801.649841] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 4801.725778] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 4801.737847] Tainted: [L]=SOFTLOCKUP
[ 4801.741341] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 4801.748995] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 4801.755084] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 4801.773833] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 4801.779057] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 4801.786188] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 4801.793323] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 4801.800453] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 4801.807577] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 4801.814711] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 4801.822798] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4801.828541] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 4801.835674] PKRU: 55555554
[ 4801.838386] Call Trace:
[ 4801.840831]  <IRQ>
[ 4801.842851]  ? show_regs+0x6d/0x80
[ 4801.846259]  ? watchdog_timer_fn+0x1f8/0x280
[ 4801.850528]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 4801.855149]  ? __hrtimer_run_queues+0x114/0x2a0
[ 4801.859681]  ? hrtimer_interrupt+0x108/0x230
[ 4801.863956]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 4801.869179]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 4801.874144]  </IRQ>
[ 4801.876251]  <TASK>
[ 4801.878357]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 4801.883672]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 4801.889158]  _raw_spin_lock+0x2d/0x40
[ 4801.892821]  fuse_iget+0x125/0x250
[ 4801.896230]  fuse_fill_super_common+0x3ae/0x4f0
[ 4801.900762]  ? __pfx_fuse_fill_super+0x10/0x10
[ 4801.905207]  fuse_fill_super+0x5e/0xb0
[ 4801.908959]  get_tree_nodev+0x6f/0xa0
[ 4801.912623]  ? fget+0x80/0xb0
[ 4801.915598]  fuse_get_tree+0xc6/0x1b0
[ 4801.919265]  vfs_get_tree+0x2e/0xf0
[ 4801.922756]  path_mount+0x4f0/0xb50
[ 4801.926249]  ? putname+0x5b/0x70
[ 4801.929481]  __x64_sys_mount+0x10d/0x150
[ 4801.933408]  x64_sys_call+0x1e1d/0x2140
[ 4801.937246]  do_syscall_64+0x51/0x120
[ 4801.940911]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 4801.945965] RIP: 0033:0x7fd154f0f03e
[ 4801.949542] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 4801.968290] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 4801.975856] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 4801.982986] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 4801.990118] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 4801.997251] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 4802.004383] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 4802.011521]  </TASK>
[ 4817.660832] rcu: INFO: rcu_preempt self-detected stall on CPU
[ 4817.666583] rcu: 	34-....: (1126084 ticks this GP) idle=6724/1/0x4000000000000000 softirq=785/785 fqs=564155
[ 4817.676404] rcu: 	(t=1142190 jiffies g=7337 q=119061 ncpus=128)
[ 4817.682323] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 4817.694395] Tainted: [L]=SOFTLOCKUP
[ 4817.697886] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 4817.705540] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 4817.711629] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 4817.730375] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 4817.735601] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 4817.742735] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 4817.749865] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 4817.756999] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 4817.764133] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 4817.771264] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 4817.779350] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4817.785094] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 4817.792228] PKRU: 55555554
[ 4817.794940] Call Trace:
[ 4817.797387]  <IRQ>
[ 4817.799406]  ? show_regs+0x6d/0x80
[ 4817.802811]  ? dump_cpu_task+0x6b/0x80
[ 4817.806563]  ? rcu_dump_cpu_stacks+0xa4/0x100
[ 4817.810923]  ? rcu_sched_clock_irq+0x6b4/0x10c0
[ 4817.815457]  ? srso_alias_return_thunk+0x5/0xfbef5
[ 4817.820245]  ? __cgroup_account_cputime_field+0x3f/0x60
[ 4817.825471]  ? srso_alias_return_thunk+0x5/0xfbef5
[ 4817.830265]  ? account_system_index_time+0x95/0xb0
[ 4817.835059]  ? update_process_times+0x74/0xc0
[ 4817.839419]  ? tick_nohz_handler+0x9b/0x150
[ 4817.843601]  ? __pfx_tick_nohz_handler+0x10/0x10
[ 4817.848224]  ? __hrtimer_run_queues+0x114/0x2a0
[ 4817.852755]  ? hrtimer_interrupt+0x108/0x230
[ 4817.857028]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 4817.862253]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 4817.867218]  </IRQ>
[ 4817.869326]  <TASK>
[ 4817.871432]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 4817.876745]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 4817.882231]  _raw_spin_lock+0x2d/0x40
[ 4817.885896]  fuse_iget+0x125/0x250
[ 4817.889304]  fuse_fill_super_common+0x3ae/0x4f0
[ 4817.893835]  ? __pfx_fuse_fill_super+0x10/0x10
[ 4817.898279]  fuse_fill_super+0x5e/0xb0
[ 4817.902032]  get_tree_nodev+0x6f/0xa0
[ 4817.905699]  ? fget+0x80/0xb0
[ 4817.908670]  fuse_get_tree+0xc6/0x1b0
[ 4817.912339]  vfs_get_tree+0x2e/0xf0
[ 4817.915828]  path_mount+0x4f0/0xb50
[ 4817.919323]  ? putname+0x5b/0x70
[ 4817.922554]  __x64_sys_mount+0x10d/0x150
[ 4817.926480]  x64_sys_call+0x1e1d/0x2140
[ 4817.930318]  do_syscall_64+0x51/0x120
[ 4817.933986]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 4817.939038] RIP: 0033:0x7fd154f0f03e
[ 4817.942616] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 4817.961363] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 4817.968928] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 4817.976060] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 4817.983192] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 4817.990325] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 4817.997459] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 4818.004594]  </TASK>
^[[c^[[2J^[[01;01H^[[=3h^[[2J^[[01;01HKEY MAPPING FOR CONSOLE REDIRECTION:

Use the <ESC><1> key sequence for <F1>
Use the <ESC><2> key sequence for <F2>
Use the <ESC><3> key sequence for <F3>
Use the <ESC><0> key sequence for <F10>
Use the <ESC><!> key sequence for <F11>
Use the <ESC><@> key sequence for <F12>

Use the <ESC><Ctrl><M> key sequence for <Ctrl><M>
Use the <ESC><Ctrl><H> key sequence for <Ctrl><H>
Use the <ESC><Ctrl><I> key sequence for <Ctrl><I>
Use the <ESC><Ctrl><J> key sequence for <Ctrl><J>

Use the <ESC><X><X> key sequence for <Alt><x>, where x is any letter
key, and X is the upper case of that key

Use the <ESC><R><ESC><r><ESC><R> key sequence for <Ctrl><Alt><Del>

Press the spacebar to pause...
Initializing PCIe, USB, and Video... Done
PowerEdge R6515
BIOS Version: 2.14.1
Console Redirection Enabled Requested by iDRAC

F2	 = System Setup
F10	 = Lifecycle Controller (Config
	   iDRAC, Update FW, Install OS)
F11	 = Boot Manager
F12	 = PXE Boot
iDRAC IPV4:  10.86.18.202 [Dedicated]
                                
Initializing Firmware Interfaces...
 





Enumerating Boot options...
Enumerating Boot options... Done
Loading Lifecycle Controller Drivers...
Loading Lifecycle Controller Drivers...Done
Lifecycle Controller: Collecting System Inventory...

iDRAC IPV4:  10.86.18.202 [Dedicated]

^[[2J^[[01;01HLifecycle Controller: Done
Booting...
^[[2J^[[01;01HBooting from Integrated Storage Controller 1: Red Hat Enterprise Linux
^[[0m^[[30m^[[40m^[[2J^[[01;01H^[[0m^[[37m^[[40m^[[20;07HUse the ^ and v keys to change the selection.                       
\r      Press 'e' to edit the selected item, or 'c' for a command prompt.   
\r      Press Escape to return to the previous menu.                        ^[[04;80H ^[[0m^[[30m^[[47m^[[04;01H      Red Hat Enterprise Linux (6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57>
\r^[[05;01H^[[0m^[[37m^[[40m^[[04;79H^[[05;01H      Red Hat Enterprise Linux (6.11.0-rc4-d2bafcf224-d2bafcf224f) 9.1 (Plow)  ^[[05;79H^[[06;01H      Red Hat Enterprise Linux (6.11.0-rc3-df6cbc62cc-df6cbc6) 9.1 (Plow)      ^[[06;79H^[[07;01H      Red Hat Enterprise Linux (6.11.0-rc2-5189dafa4c-5189daf) 9.1 (Plow)      ^[[07;79H^[[08;01H      Red Hat Enterprise Linux (6.11.0-rc1-d3426a6ed9-d3426a6) 9.1 (Plow)      ^[[08;79H^[[09;01H      Red Hat Enterprise Linux (6.11.0-rc1) 9.1 (Plow)                         ^[[09;79H^[[10;01H      Red Hat Enterprise Linux (6.9.0-rc20ecaefb303) 9.1 (Plow)                ^[[10;79H^[[11;01H      Red Hat Enterprise Linux (5.14.0-162.6.1.el9_1.x86_64) 9.1 (Plow)        ^[[11;79H^[[12;01H      Red Hat Enterprise Linux (0-rescue-8f37f8055146469d8baec3ad508b0084) 9.1>
\r^[[13;01H^[[12;79H^[[13;01H      UEFI Firmware Settings                                                   ^[[13;79H^[[14;01H                                                                               ^[[14;79H^[[15;01H                                                                               ^[[15;79H^[[16;01H                                                                               ^[[16;79H^[[17;01H                                                                               ^[[17;79H^[[18;01H                                                                               ^[[18;79H^[[18;80H ^[[04;79H^[[23;01H   The selected entry will be started automatically in 5s.                     ^[[04;79H^[[23;01H   The selected entry will be started automatically in 4s.                     ^[[04;79H^[[23;01H   The selected entry will be started automatically in 3s.                     ^[[04;79H^[[23;01H   The selected entry will be started automatically in 2s.                     ^[[04;79H^[[23;01H   The selected entry will be started automatically in 1s.                     ^[[04;79H^[[23;01H   The selected entry will be started automatically in 0s.                     ^[[04;79H^[[0m^[[30m^[[40m^[[2J^[[01;01H^[[0m^[[37m^[[40m^[[0m^[[30m^[[40m^[[2J^[[01;01H^[[0m^[[37m^[[40m[    0.000000] Linux version 6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d (root@hostname.amd.com) (gcc (GCC) 11.4.1 20231218 (Red Hat 11.4.1-3), GNU ld version 2.35.2-43.el9) #1 SMP PREEMPT_DYNAMIC Tue Sep  3 08:48:34 IST 2024
[    0.000000] Command line: BOOT_IMAGE=(hd0,gpt6)/vmlinuz-6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d root=/dev/mapper/rhel_hostname-root ro selinux=0 console=ttyS0,115200n8 earlyprintk=ttyS0,115200 net.ifnames=0 biosdevname=0 swiotlb=131072 kvm_amd.debug_swap=0 mem_encrypt=on
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Hygon HygonGenuine
[    0.000000]   Centaur CentaurHauls
[    0.000000]   zhaoxin   Shanghai  
[    0.000000] SEV-SNP: RMP table physical range [0x0000000015e00000 - 0x00000000566fffff]
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000008efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000008f000-0x000000000008ffff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000000090000-0x000000000009ffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000015dfffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000015e00000-0x00000000566fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000056700000-0x00000000567fbfff] usable
[    0.000000] BIOS-e820: [mem 0x00000000567fc000-0x00000000567fcfff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000567fd000-0x000000005a14afff] usable
[    0.000000] BIOS-e820: [mem 0x000000005a14b000-0x000000005a34afff] reserved
[    0.000000] BIOS-e820: [mem 0x000000005a34b000-0x0000000067acefff] usable
[    0.000000] BIOS-e820: [mem 0x0000000067acf000-0x000000006dfcefff] reserved
[    0.000000] BIOS-e820: [mem 0x000000006dfcf000-0x000000006edfefff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000006edff000-0x000000006effefff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000006efff000-0x000000006effffff] usable
[    0.000000] BIOS-e820: [mem 0x000000006f000000-0x000000006f00afff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000006f00b000-0x000000006fffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000070000000-0x000000008fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000aa000000-0x00000000aaffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000c5000000-0x00000000c5ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000e0ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fd000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000207fcfffff] usable
[    0.000000] BIOS-e820: [mem 0x000000207fd00000-0x000000207fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000002080000000-0x000000407f1fffff] usable
[    0.000000] BIOS-e820: [mem 0x000000407f200000-0x000000407fffffff] reserved
[    0.000000] printk: legacy bootconsole [earlyser0] enabled
[    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-0x000000000008efff] usable
[    0.000000] reserve setup_data: [mem 0x000000000008f000-0x000000000008ffff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x0000000000090000-0x000000000009ffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000000100000-0x0000000000b4b01f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000b4b020-0x0000000000b5305f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000b53060-0x0000000000b5401f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000b54020-0x0000000000b8645f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000b86460-0x0000000000b8701f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000b87020-0x0000000000bb945f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000bb9460-0x0000000000bba01f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000bba020-0x0000000000bffe5f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000bffe60-0x0000000015dfffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000015e00000-0x00000000566fffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000056700000-0x00000000567fbfff] usable
[    0.000000] reserve setup_data: [mem 0x00000000567fc000-0x00000000567fcfff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000567fd000-0x000000005a14afff] usable
[    0.000000] reserve setup_data: [mem 0x000000005a14b000-0x000000005a34afff] reserved
[    0.000000] reserve setup_data: [mem 0x000000005a34b000-0x0000000067acefff] usable
[    0.000000] reserve setup_data: [mem 0x0000000067acf000-0x000000006dfcefff] reserved
[    0.000000] reserve setup_data: [mem 0x000000006dfcf000-0x000000006edfefff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x000000006edff000-0x000000006effefff] ACPI data
[    0.000000] reserve setup_data: [mem 0x000000006efff000-0x000000006effffff] usable
[    0.000000] reserve setup_data: [mem 0x000000006f000000-0x000000006f00afff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x000000006f00b000-0x000000006fffffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000070000000-0x000000008fffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000aa000000-0x00000000aaffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000c5000000-0x00000000c5ffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000e0000000-0x00000000e0ffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fd000000-0x00000000ffffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000207fcfffff] usable
[    0.000000] reserve setup_data: [mem 0x000000207fd00000-0x000000207fffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000002080000000-0x000000407f1fffff] usable
[    0.000000] reserve setup_data: [mem 0x000000407f200000-0x000000407fffffff] reserved
[    0.000000] efi: EFI v2.7 by Dell Inc.
[    0.000000] efi: ACPI=0x6effe000 ACPI 2.0=0x6effe014 MEMATTR=0x63f3c4a0 SMBIOS=0x6979e000 SMBIOS 3.0=0x6979c000 MOKvar=0x67bcc000 RNG=0x6efb4020 
[    0.000000] random: crng init done
[    0.000000] efi: Remove mem56: MMIO range=[0x80000000-0x8fffffff] (256MB) from e820 map
[    0.000000] efi: Remove mem57: MMIO range=[0xaa000000-0xaaffffff] (16MB) from e820 map
[    0.000000] efi: Remove mem58: MMIO range=[0xc5000000-0xc5ffffff] (16MB) from e820 map
[    0.000000] efi: Remove mem59: MMIO range=[0xe0000000-0xe0ffffff] (16MB) from e820 map
[    0.000000] efi: Remove mem60: MMIO range=[0xfd000000-0xffffffff] (48MB) from e820 map
[    0.000000] SMBIOS 3.3.0 present.
[    0.000000] DMI: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[    0.000000] DMI: Memory slots populated: 8/16
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 1996.214 MHz processor
[    0.000028] last_pfn = 0x407f200 max_arch_pfn = 0x400000000
[    0.005552] MTRR map: 7 entries (2 fixed + 5 variable; max 19), built from 9 variable MTRRs
[    0.013866] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Memory KASLR using RDRAND RDTSC...
[    0.024310] x2apic: enabled by BIOS, switching to x2apic ops
[    0.029943] last_pfn = 0x70000 max_arch_pfn = 0x400000000
[    0.043452] SEV-SNP: Reserving start/end of RMP table on a 2MB boundary [0x0000000056600000]
[    0.051724] Using GB pages for direct mapping
[    0.056843] Secure boot disabled
[    0.059893] RAMDISK: [mem 0x407cee2000-0x407f1fffff]
[    0.064835] ACPI: Early table checksum verification disabled
[    0.070469] ACPI: RSDP 0x000000006EFFE014 000024 (v02 DELL  )
[    0.076189] ACPI: XSDT 0x000000006EFB7188 0000DC (v01 DELL   PE_SC3   00000002 DELL 00000001)
[    0.084686] ACPI: FACP 0x000000006EFF9000 000114 (v06 DELL   PE_SC3   00000002 DELL 00000001)
[    0.093178] ACPI: DSDT 0x000000006EFDA000 019528 (v02 DELL   PE_SC3   00000002 DELL 00000001)
[    0.101669] ACPI: FACS 0x000000006EDB9000 000040
[    0.106262] ACPI: BERT 0x000000006EFFC000 000030 (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.114754] ACPI: ERST 0x000000006EFFB000 000230 (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.123247] ACPI: HEST 0x000000006EFFA000 0007F4 (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.131742] ACPI: HPET 0x000000006EFF8000 000038 (v01 DELL   PE_SC3   00000002 DELL 00000001)
[    0.140234] ACPI: APIC 0x000000006EFF6000 0018BE (v05 DELL   PE_SC3   00000002 DELL 00000001)
[    0.148728] ACPI: MCFG 0x000000006EFF5000 00003C (v01 DELL   PE_SC3   00000002 DELL 00000001)
[    0.157222] ACPI: WSMT 0x000000006EFF4000 000028 (v01 DELL   PE_SC3   00000002 DELL 00000001)
[    0.165714] ACPI: SSDT 0x000000006EFD9000 000629 (v02 DELL   xhc_port 00000001 INTL 20210331)
[    0.174207] ACPI: SSDT 0x000000006EFD8000 000D6E (v02 AMD    CPMRAS   00000001 INTL 20210331)
[    0.182718] ACPI: EINJ 0x000000006EFD7000 000170 (v01 AMD    PE_SC3   00000001 AMD  00000001)
[    0.191211] ACPI: PCCT 0x000000006EFD6000 00006E (v02 DELL   AmdTable 00000001 AMD  00000001)
[    0.199705] ACPI: SSDT 0x000000006EFC7000 00E849 (v02 DELL   PE_SC3   00000001 AMD  00000001)
[    0.208198] ACPI: SRAT 0x000000006EFC6000 000CD0 (v03 DELL   PE_SC3   00000001 AMD  00000001)
[    0.216692] ACPI: MSCT 0x000000006EFC5000 00004E (v01 DELL   PE_SC3   00000000 AMD  00000001)
[    0.225185] ACPI: SLIT 0x000000006EFC4000 000030 (v01 DELL   PE_SC3   00000001 AMD  00000001)
[    0.233677] ACPI: CRAT 0x000000006EFBC000 0072F8 (v01 DELL   PE_SC3   00000001 AMD  00000001)
[    0.242171] ACPI: CDIT 0x000000006EFBB000 00002C (v01 DELL   PE_SC3   00000001 AMD  00000001)
[    0.250664] ACPI: IVRS 0x000000006EFBA000 0001F0 (v02 DELL   PE_SC3   00000001 AMD  00000001)
[    0.259157] ACPI: SPCR 0x000000006EFB9000 000050 (v02 DELL   PE_SC3   00000002 DELL 00000001)
[    0.267651] ACPI: SLIC 0x000000006EFB8000 000176 (v01 DELL   PE_SC3   00000002 DELL 00000001)
[    0.276144] ACPI: SSDT 0x000000006EFFD000 000D66 (v02 DELL   PE_SC3   00000002 DELL 00000001)
[    0.284672] ACPI: SSDT 0x000000006EFB5000 00193C (v02 AMD    CPMCMN   00000001 INTL 20210331)
[    0.293180] ACPI: Reserving FACP table memory at [mem 0x6eff9000-0x6eff9113]
[    0.300200] ACPI: Reserving DSDT table memory at [mem 0x6efda000-0x6eff3527]
[    0.307220] ACPI: Reserving FACS table memory at [mem 0x6edb9000-0x6edb903f]
[    0.314240] ACPI: Reserving BERT table memory at [mem 0x6effc000-0x6effc02f]
[    0.321261] ACPI: Reserving ERST table memory at [mem 0x6effb000-0x6effb22f]
[    0.328279] ACPI: Reserving HEST table memory at [mem 0x6effa000-0x6effa7f3]
[    0.335299] ACPI: Reserving HPET table memory at [mem 0x6eff8000-0x6eff8037]
[    0.342319] ACPI: Reserving APIC table memory at [mem 0x6eff6000-0x6eff78bd]
[    0.349339] ACPI: Reserving MCFG table memory at [mem 0x6eff5000-0x6eff503b]
[    0.356359] ACPI: Reserving WSMT table memory at [mem 0x6eff4000-0x6eff4027]
[    0.363379] ACPI: Reserving SSDT table memory at [mem 0x6efd9000-0x6efd9628]
[    0.370400] ACPI: Reserving SSDT table memory at [mem 0x6efd8000-0x6efd8d6d]
[    0.377419] ACPI: Reserving EINJ table memory at [mem 0x6efd7000-0x6efd716f]
[    0.384438] ACPI: Reserving PCCT table memory at [mem 0x6efd6000-0x6efd606d]
[    0.391493] ACPI: Reserving SSDT table memory at [mem 0x6efc7000-0x6efd5848]
[    0.398523] ACPI: Reserving SRAT table memory at [mem 0x6efc6000-0x6efc6ccf]
[    0.405542] ACPI: Reserving MSCT table memory at [mem 0x6efc5000-0x6efc504d]
[    0.412562] ACPI: Reserving SLIT table memory at [mem 0x6efc4000-0x6efc402f]
[    0.419582] ACPI: Reserving CRAT table memory at [mem 0x6efbc000-0x6efc32f7]
[    0.426602] ACPI: Reserving CDIT table memory at [mem 0x6efbb000-0x6efbb02b]
[    0.433622] ACPI: Reserving IVRS table memory at [mem 0x6efba000-0x6efba1ef]
[    0.440643] ACPI: Reserving SPCR table memory at [mem 0x6efb9000-0x6efb904f]
[    0.447661] ACPI: Reserving SLIC table memory at [mem 0x6efb8000-0x6efb8175]
[    0.454682] ACPI: Reserving SSDT table memory at [mem 0x6effd000-0x6effdd65]
[    0.461702] ACPI: Reserving SSDT table memory at [mem 0x6efb5000-0x6efb693b]
[    0.468804] APIC: Switched APIC routing to: cluster x2apic
[    0.474204] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff]
[    0.480162] ACPI: SRAT: Node 0 PXM 0 [mem 0x000c0000-0x7fffffff]
[    0.486141] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0x207fffffff]
[    0.492381] ACPI: SRAT: Node 1 PXM 1 [mem 0x2080000000-0x407fffffff]
[    0.498762] NUMA: Node 0 [mem 0x00001000-0x0009ffff] + [mem 0x000c0000-0x7fffffff] -> [mem 0x00001000-0x7fffffff]
[    0.508978] NUMA: Node 0 [mem 0x00001000-0x7fffffff] + [mem 0x100000000-0x207fffffff] -> [mem 0x00001000-0x207fffffff]
[    0.519644] NODE_DATA(0) allocated [mem 0x207fcd5a00-0x207fcfffff]
[    0.525800] NODE_DATA(1) allocated [mem 0x407ceb6a00-0x407cee0fff]
[    0.532277] Zone ranges:
[    0.534631]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.540784]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.546938]   Normal   [mem 0x0000000100000000-0x000000407f1fffff]
[    0.553090]   Device   empty
[    0.555951] Movable zone start for each node
[    0.560199] Early memory node ranges
[    0.563751]   node   0: [mem 0x0000000000001000-0x000000000008efff]
[    0.569991]   node   0: [mem 0x0000000000090000-0x000000000009ffff]
[    0.576231]   node   0: [mem 0x0000000000100000-0x0000000015dfffff]
[    0.582471]   node   0: [mem 0x0000000056700000-0x00000000567fbfff]
[    0.588710]   node   0: [mem 0x00000000567fd000-0x000000005a14afff]
[    0.594950]   node   0: [mem 0x000000005a34b000-0x0000000067acefff]
[    0.601198]   node   0: [mem 0x000000006efff000-0x000000006effffff]
[    0.607439]   node   0: [mem 0x000000006f00b000-0x000000006fffffff]
[    0.613679]   node   0: [mem 0x0000000100000000-0x000000207fcfffff]
[    0.619928]   node   1: [mem 0x0000002080000000-0x000000407f1fffff]
[    0.626169] Initmem setup node 0 [mem 0x0000000000001000-0x000000207fcfffff]
[    0.633181] Initmem setup node 1 [mem 0x0000002080000000-0x000000407f1fffff]
[    0.640200] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.646005] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.651825] On node 0, zone DMA: 96 pages in unavailable ranges
[    0.658157] On node 0, zone DMA32: 35072 pages in unavailable ranges
[    0.664368] On node 0, zone DMA32: 1 pages in unavailable ranges
[    0.670465] On node 0, zone DMA32: 512 pages in unavailable ranges
[    0.676633] On node 0, zone DMA32: 30000 pages in unavailable ranges
[    0.682816] On node 0, zone DMA32: 11 pages in unavailable ranges
[    0.915781] On node 1, zone Normal: 768 pages in unavailable ranges
[    0.921894] On node 1, zone Normal: 3584 pages in unavailable ranges
[    0.928363] ACPI: PM-Timer IO Port: 0x408
[    0.932232] ACPI: X2APIC_NMI (uid[0xffffffff] high edge lint[0x1])
[    0.938358] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.944264] IOAPIC[0]: apic_id 240, version 33, address 0xfec00000, GSI 0-23
[    0.951272] IOAPIC[1]: apic_id 241, version 33, address 0xe0100000, GSI 120-151
[    0.958552] IOAPIC[2]: apic_id 242, version 33, address 0xc5100000, GSI 88-119
[    0.965746] IOAPIC[3]: apic_id 243, version 33, address 0xaa100000, GSI 56-87
[    0.972853] IOAPIC[4]: apic_id 244, version 33, address 0xfd100000, GSI 24-55
[    0.979958] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.986282] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.992791] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.999196] ACPI: HPET id: 0x10228201 base: 0xfed00000
[    1.004313] ACPI: SPCR: console: uart,io,0x2f8,115200
[    1.009339] CPU topo: Max. logical packages:   1
[    1.013928] CPU topo: Max. logical dies:       1
[    1.018522] CPU topo: Max. dies per package:   1
[    1.023119] CPU topo: Max. threads per core:   2
[    1.027743] CPU topo: Num. cores per package:    64
[    1.032597] CPU topo: Num. threads per package: 128
[    1.037448] CPU topo: Allowing 128 present CPUs plus 0 hotplug CPUs
[    1.043714] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    1.051229] PM: hibernation: Registered nosave memory: [mem 0x0008f000-0x0008ffff]
[    1.058769] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    1.066310] PM: hibernation: Registered nosave memory: [mem 0x00b4b000-0x00b4bfff]
[    1.073849] PM: hibernation: Registered nosave memory: [mem 0x00b53000-0x00b53fff]
[    1.081388] PM: hibernation: Registered nosave memory: [mem 0x00b54000-0x00b54fff]
[    1.088929] PM: hibernation: Registered nosave memory: [mem 0x00b86000-0x00b86fff]
[    1.096468] PM: hibernation: Registered nosave memory: [mem 0x00b87000-0x00b87fff]
[    1.104010] PM: hibernation: Registered nosave memory: [mem 0x00bb9000-0x00bb9fff]
[    1.111548] PM: hibernation: Registered nosave memory: [mem 0x00bba000-0x00bbafff]
[    1.119089] PM: hibernation: Registered nosave memory: [mem 0x00bff000-0x00bfffff]
[    1.126629] PM: hibernation: Registered nosave memory: [mem 0x15e00000-0x566fffff]
[    1.134220] PM: hibernation: Registered nosave memory: [mem 0x56700000-0x567fbfff]
[    1.141759] PM: hibernation: Registered nosave memory: [mem 0x567fc000-0x567fcfff]
[    1.149300] PM: hibernation: Registered nosave memory: [mem 0x567fd000-0x567fffff]
[    1.156841] PM: hibernation: Registered nosave memory: [mem 0x5a14b000-0x5a34afff]
[    1.164381] PM: hibernation: Registered nosave memory: [mem 0x67acf000-0x6dfcefff]
[    1.171919] PM: hibernation: Registered nosave memory: [mem 0x6dfcf000-0x6edfefff]
[    1.179459] PM: hibernation: Registered nosave memory: [mem 0x6edff000-0x6effefff]
[    1.187000] PM: hibernation: Registered nosave memory: [mem 0x6f000000-0x6f00afff]
[    1.194541] PM: hibernation: Registered nosave memory: [mem 0x70000000-0x7fffffff]
[    1.202079] PM: hibernation: Registered nosave memory: [mem 0x80000000-0xffffffff]
[    1.209620] PM: hibernation: Registered nosave memory: [mem 0x207fd00000-0x207fffffff]
[    1.217507] [mem 0x56800000-0xffffffff] available for PCI devices
[    1.223573] Booting paravirtualized kernel on bare hardware
[    1.229121] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    1.239531] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:128 nr_cpu_ids:128 nr_node_ids:2
[    1.251903] percpu: Embedded 66 pages/cpu s233472 r8192 d28672 u524288
[    1.258376] Kernel command line: BOOT_IMAGE=(hd0,gpt6)/vmlinuz-6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d root=/dev/mapper/rhel_hostname-root ro selinux=0 console=ttyS0,115200n8 earlyprintk=ttyS0,115200 net.ifnames=0 biosdevname=0 swiotlb=131072 kvm_amd.debug_swap=0 mem_encrypt=on
[    1.283701] Unknown kernel command line parameters "BOOT_IMAGE=(hd0,gpt6)/vmlinuz-6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d biosdevname=0 mem_encrypt=on", will be passed to user space.
[    1.300471] printk: log_buf_len individual max cpu contribution: 4096 bytes
[    1.307387] printk: log_buf_len total cpu_extra contributions: 520192 bytes
[    1.314320] printk: log_buf_len min size: 262144 bytes
[    1.319885] printk: log_buf_len: 1048576 bytes
[    1.324148] printk: early log buf free: 242224(92%)
[    1.330425] Fallback order for Node 0: 0 1 
[    1.330429] Fallback order for Node 1: 1 0 
[    1.330439] Built 2 zonelists, mobility grouping on.  Total pages: 66743906
[    1.345538] Policy zone: Normal
[    1.348663] mem auto-init: stack:off, heap alloc:on, heap free:off
[    1.354846] software IO TLB: area num 128.
[    1.779966] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=128, Nodes=2
Poking KASLR using RDRAND RDTSC...
[    1.789607] ftrace: allocating 53173 entries in 208 pages
[    1.806624] ftrace: allocated 208 pages with 3 groups
[    1.812424] Dynamic Preempt: voluntary
[    1.816355] rcu: Preemptible hierarchical RCU implementation.
[    1.821923] rcu: 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=128.
[    1.828855] 	Trampoline variant of Tasks RCU enabled.
[    1.833882] 	Rude variant of Tasks RCU enabled.
[    1.838389] 	Tracing variant of Tasks RCU enabled.
[    1.843155] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    1.850695] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=128
[    1.857582] RCU Tasks: Setting shift to 7 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=128.
[    1.866436] RCU Tasks Rude: Setting shift to 7 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=128.
[    1.875710] RCU Tasks Trace: Setting shift to 7 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=128.
[    1.887743] NR_IRQS: 524544, nr_irqs: 3624, preallocated irqs: 16
[    1.893935] rcu: srcu_init: Setting srcu_struct sizes to big.
[    1.899653] Console: colour dummy device 80x25
[    1.903937] printk: legacy console [ttyS0] enabled
[    1.903937] printk: legacy console [ttyS0] enabled
[    1.913468] printk: legacy bootconsole [earlyser0] disabled
[    1.913468] printk: legacy bootconsole [earlyser0] disabled
[    1.924659] mempolicy: Enabling automatic NUMA balancing. Configure with numa_balancing= or the kernel.numa_balancing sysctl
[    1.935933] ACPI: Core revision 20240322
[    1.940090] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[    1.949225] APIC: Switch to symmetric I/O mode setup
[    1.955183] AMD-Vi: Using global IVHD EFR:0x841f77e022094ace, EFR2:0x0
[    1.964328] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    1.989226] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x398c6b8c69a, max_idle_ns: 881590612364 ns
[    1.999740] Calibrating delay loop (skipped), value calculated using timer frequency.. 3992.42 BogoMIPS (lpj=7984856)
[    2.003752] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[    2.007851] LVT offset 2 assigned for vector 0xf4
[    2.011772] Last level iTLB entries: 4KB 512, 2MB 512, 4MB 256
[    2.015739] Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
[    2.019740] process: using mwait in idle threads
[    2.023740] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    2.027740] Spectre V2 : Mitigation: Retpolines
[    2.031739] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    2.035739] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
[    2.039739] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    2.043740] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    2.047739] Spectre V2 : User space: Mitigation: STIBP always-on protection
[    2.051740] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[    2.055739] Speculative Return Stack Overflow: Mitigation: Safe RET
[    2.059743] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    2.063739] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    2.067739] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    2.071739] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
[    2.075739] x86/fpu: Supporting XSAVE feature 0x800: 'Control-flow User registers'
[    2.079739] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    2.083739] x86/fpu: xstate_offset[9]:  832, xstate_sizes[9]:    8
[    2.087739] x86/fpu: xstate_offset[11]:  840, xstate_sizes[11]:   16
[    2.091739] x86/fpu: Enabled xstate features 0xa07, context size is 856 bytes, using 'compacted' format.
[    2.131880] Freeing SMP alternatives memory: 44K
[    2.135859] Memory Encryption Features active: AMD SME
[    2.139740] pid_max: default: 131072 minimum: 1024
[    2.150616] LSM: initializing lsm=lockdown,capability,yama,apparmor,ima,evm
[    2.151795] Yama: becoming mindful.
[    2.155856] AppArmor: AppArmor initialized
[    2.168176] Dentry cache hash table entries: 16777216 (order: 15, 134217728 bytes, vmalloc hugepage)
[    2.176665] Inode-cache hash table entries: 8388608 (order: 14, 67108864 bytes, vmalloc hugepage)
[    2.179922] Mount-cache hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc)
[    2.183888] Mountpoint-cache hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc)
[    2.298868] smpboot: CPU0: AMD EPYC 7713 64-Core Processor (family: 0x19, model: 0x1, stepping: 0x1)
[    2.300125] Performance Events: Fam17h+ core perfctr, AMD PMU driver.
[    2.303740] ... version:                0
[    2.307739] ... bit width:              48
[    2.311740] ... generic registers:      6
[    2.315739] ... value mask:             0000ffffffffffff
[    2.319739] ... max period:             00007fffffffffff
[    2.323739] ... fixed-purpose events:   0
[    2.327739] ... event mask:             000000000000003f
[    2.332069] signal: max sigframe size: 3376
[    2.335776] rcu: Hierarchical SRCU implementation.
[    2.339740] rcu: 	Max phase no-delay instances is 1000.
[    2.343791] Timer migration: 3 hierarchy levels; 8 children per group; 2 crossnode level
[    2.355631] MCE: In-kernel MCE decoding enabled.
[    2.355792] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    2.364233] smp: Bringing up secondary CPUs ...
[    2.367908] smpboot: x86: Booting SMP configuration:
[    2.371741] .... 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
[    2.379741] .... node  #1, CPUs:    #32  #33  #34  #35  #36  #37  #38  #39  #40  #41  #42  #43  #44  #45  #46  #47  #48  #49  #50  #51  #52  #53  #54  #55  #56  #57  #58  #59  #60  #61
[    2.387747] psi: inconsistent task state! task=395:ksoftirqd/62 cpu=0 psi_flags=4 clear=0 set=4
[    2.399773]   #62  #63
[    2.543741] .... node  #0, CPUs:    #64  #65  #66  #67  #68  #69  #70  #71  #72  #73  #74  #75  #76  #77  #78  #79  #80  #81  #82  #83  #84  #85  #86  #87  #88  #89  #90  #91  #92  #93  #94  #95
[    2.903742] .... node  #1, CPUs:    #96  #97  #98  #99 #100 #101 #102 #103 #104 #105 #106 #107 #108 #109 #110 #111 #112 #113 #114 #115 #116 #117 #118 #119 #120 #121 #122 #123 #124 #125 #126 #127
[    2.997741] Spectre V2 : Update user space SMT mitigation: STIBP always-on
[    3.147785] smp: Brought up 2 nodes, 128 CPUs
[    3.151742] smpboot: Total of 128 processors activated (511030.78 BogoMIPS)
[    3.168187] Memory: 262099804K/266975624K available (18432K kernel code, 3262K rwdata, 7744K rodata, 4684K init, 6212K bss, 4562384K reserved, 0K cma-reserved)
[    3.179743] devtmpfs: initialized
[    3.183140] x86/mm: Memory block size: 2048MB
[    3.195583] ACPI: PM: Registering ACPI NVS region [mem 0x0008f000-0x0008ffff] (4096 bytes)
[    3.195741] ACPI: PM: Registering ACPI NVS region [mem 0x6dfcf000-0x6edfefff] (14876672 bytes)
[    3.200031] ACPI: PM: Registering ACPI NVS region [mem 0x6f000000-0x6f00afff] (45056 bytes)
[    3.203833] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    3.207863] futex hash table entries: 32768 (order: 9, 2097152 bytes, vmalloc)
[    3.211985] pinctrl core: initialized pinctrl subsystem
[    3.215852] PM: RTC time: 10:27:43, date: 2024-09-03
[    3.220668] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    3.224394] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[    3.231908] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    3.240021] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    3.243748] audit: initializing netlink subsys (disabled)
[    3.247763] audit: type=2000 audit(1725359263.280:1): state=initialized audit_enabled=0 res=1
[    3.247918] thermal_sys: Registered thermal governor 'fair_share'
[    3.251741] thermal_sys: Registered thermal governor 'bang_bang'
[    3.255740] thermal_sys: Registered thermal governor 'step_wise'
[    3.259740] thermal_sys: Registered thermal governor 'user_space'
[    3.263748] EISA bus registered
[    3.271765] cpuidle: using governor ladder
[    3.275750] cpuidle: using governor menu
[    3.279781] Detected 1 PCC Subspaces
[    3.283741] Registering PCC driver as Mailbox controller
[    3.291947] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    3.295744] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    3.299909] PCI: ECAM [mem 0x80000000-0x8fffffff] (base 0x80000000) for domain 0000 [bus 00-ff]
[    3.303750] PCI: Using configuration type 1 for base access
[    3.307752] PCI: Dell System detected, enabling pci=bfsort.
[    3.311917] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    3.319820] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[    3.323743] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[    3.327740] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[    3.331739] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[    3.336021] ACPI: Added _OSI(Module Device)
[    3.339741] ACPI: Added _OSI(Processor Device)
[    3.347740] ACPI: Added _OSI(3.0 _SCP Extensions)
[    3.351740] ACPI: Added _OSI(Processor Aggregator Device)
[    3.393570] ACPI: 6 ACPI AML tables successfully acquired and loaded
[    3.412428] ACPI: Interpreter enabled
[    3.415753] ACPI: PM: (supports S0 S5)
[    3.419740] ACPI: Using IOAPIC for interrupt routing
[    3.424343] HEST: Table parsing has been initialized.
[    3.428169] GHES: APEI firmware first mode is enabled by APEI bit and WHEA _OSC.
[    3.431742] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    3.435739] PCI: Ignoring E820 reservations for host bridge windows
[    3.443871] ACPI: Enabled 1 GPEs in block 00 to 1F
[    3.483637] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[    3.483818] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
[    3.487817] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[    3.491816] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[    3.495816] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[    3.499816] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[    3.503816] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[    3.507817] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[    3.516041] ACPI: PCI Root Bridge [PC00] (domain 0000 [bus 00-3f])
[    3.519744] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    3.527774] acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug AER DPC]
[    3.532053] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
[    3.535740] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    3.540713] PCI host bridge to bus 0000:00
[    3.543743] pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
[    3.547740] pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
[    3.551741] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000fffff window]
[    3.555740] pci_bus 0000:00: root bus resource [io  0x0d00-0x3fff window]
[    3.559740] pci_bus 0000:00: root bus resource [mem 0xe1000000-0xfebfffff window]
[    3.563740] pci_bus 0000:00: root bus resource [mem 0x63dc0000000-0x7fcffffffff window]
[    3.567740] pci_bus 0000:00: root bus resource [bus 00-3f]
[    3.571754] pci 0000:00:00.0: [1022:1480] type 00 class 0x060000 conventional PCI endpoint
[    3.575907] pci 0000:00:00.2: [1022:164f] type 00 class 0x080600 conventional PCI endpoint
[    3.579860] pci 0000:00:01.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.583845] pci 0000:00:02.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.587842] pci 0000:00:03.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.591841] pci 0000:00:03.2: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    3.595757] pci 0000:00:03.2: PCI bridge to [bus 01]
[    3.599743] pci 0000:00:03.2:   bridge window [io  0x1000-0x1fff]
[    3.603741] pci 0000:00:03.2:   bridge window [mem 0xf7300000-0xf74fffff]
[    3.607810] pci 0000:00:03.2: PME# supported from D0 D3hot D3cold
[    3.615975] pci 0000:00:04.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.619847] pci 0000:00:05.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.623843] pci 0000:00:07.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.627840] pci 0000:00:07.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    3.631757] pci 0000:00:07.1: PCI bridge to [bus 02]
[    3.635744] pci 0000:00:07.1:   bridge window [mem 0xf7200000-0xf72fffff]
[    3.639751] pci 0000:00:07.1: enabling Extended Tags
[    3.643789] pci 0000:00:07.1: PME# supported from D0 D3hot D3cold
[    3.647908] pci 0000:00:08.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.655817] pci 0000:00:08.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    3.659757] pci 0000:00:08.1: PCI bridge to [bus 03]
[    3.663744] pci 0000:00:08.1:   bridge window [mem 0xf7000000-0xf71fffff]
[    3.667751] pci 0000:00:08.1: enabling Extended Tags
[    3.671790] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[    3.675942] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500 conventional PCI endpoint
[    3.679881] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100 conventional PCI endpoint
[    3.683931] pci 0000:00:18.0: [1022:1650] type 00 class 0x060000 conventional PCI endpoint
[    3.687851] pci 0000:00:18.1: [1022:1651] type 00 class 0x060000 conventional PCI endpoint
[    3.695805] pci 0000:00:18.2: [1022:1652] type 00 class 0x060000 conventional PCI endpoint
[    3.699817] pci 0000:00:18.3: [1022:1653] type 00 class 0x060000 conventional PCI endpoint
[    3.703816] pci 0000:00:18.4: [1022:1654] type 00 class 0x060000 conventional PCI endpoint
[    3.707814] pci 0000:00:18.5: [1022:1655] type 00 class 0x060000 conventional PCI endpoint
[    3.711814] pci 0000:00:18.6: [1022:1656] type 00 class 0x060000 conventional PCI endpoint
[    3.715816] pci 0000:00:18.7: [1022:1657] type 00 class 0x060000 conventional PCI endpoint
[    3.719880] pci 0000:01:00.0: [1000:0097] type 00 class 0x010700 PCIe Endpoint
[    3.723750] pci 0000:01:00.0: BAR 0 [io  0x1000-0x10ff]
[    3.727748] pci 0000:01:00.0: BAR 1 [mem 0xf7400000-0xf740ffff 64bit]
[    3.731748] pci 0000:01:00.0: BAR 3 [mem 0xf7300000-0xf73fffff 64bit]
[    3.735751] pci 0000:01:00.0: ROM [mem 0xfff00000-0xffffffff pref]
[    3.739745] pci 0000:01:00.0: enabling Extended Tags
[    3.743824] pci 0000:01:00.0: supports D1 D2
[    3.747771] pci 0000:01:00.0: VF BAR 0 [mem 0x00000000-0x0000ffff 64bit]
[    3.751740] pci 0000:01:00.0: VF BAR 0 [mem 0x00000000-0x000fffff 64bit]: contains BAR 0 for 16 VFs
[    3.755747] pci 0000:01:00.0: VF BAR 2 [mem 0x00000000-0x000fffff 64bit]
[    3.759739] pci 0000:01:00.0: VF BAR 2 [mem 0x00000000-0x00ffffff 64bit]: contains BAR 2 for 16 VFs
[    3.763925] pci 0000:00:03.2: PCI bridge to [bus 01]
[    3.767826] pci 0000:02:00.0: [1022:148a] type 00 class 0x130000 PCIe Endpoint
[    3.771780] pci 0000:02:00.0: enabling Extended Tags
[    3.775927] pci 0000:02:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    3.779758] pci 0000:02:00.2: BAR 2 [mem 0xf7200000-0xf727ffff]
[    3.783754] pci 0000:02:00.2: BAR 5 [mem 0xf7280000-0xf7281fff]
[    3.787748] pci 0000:02:00.2: enabling Extended Tags
[    3.791955] pci 0000:00:07.1: PCI bridge to [bus 02]
[    3.795967] pci 0000:03:00.0: [1022:1485] type 00 class 0x130000 PCIe Endpoint
[    3.799785] pci 0000:03:00.0: enabling Extended Tags
[    3.803981] pci 0000:03:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    3.807760] pci 0000:03:00.2: BAR 2 [mem 0xf7100000-0xf717ffff]
[    3.811756] pci 0000:03:00.2: BAR 5 [mem 0xf7180000-0xf7181fff]
[    3.815749] pci 0000:03:00.2: enabling Extended Tags
[    3.819949] pci 0000:03:00.3: [1022:148c] type 00 class 0x0c0330 PCIe Endpoint
[    3.823758] pci 0000:03:00.3: BAR 0 [mem 0xf7000000-0xf70fffff 64bit]
[    3.827770] pci 0000:03:00.3: enabling Extended Tags
[    3.831792] pci 0000:03:00.3: PME# supported from D0 D3hot D3cold
[    3.835933] pci 0000:00:08.1: PCI bridge to [bus 03]
[    3.841103] ACPI: PCI Root Bridge [PC01] (domain 0000 [bus 40-7f])
[    3.843743] acpi PNP0A08:01: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    3.847901] acpi PNP0A08:01: _OSC: platform does not support [SHPCHotplug AER DPC]
[    3.852050] acpi PNP0A08:01: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
[    3.855740] acpi PNP0A08:01: FADT indicates ASPM is unsupported, using BIOS configuration
[    3.860651] PCI host bridge to bus 0000:40
[    3.863743] pci_bus 0000:40: root bus resource [io  0x4000-0x6fff window]
[    3.867740] pci_bus 0000:40: root bus resource [mem 0x90000000-0xaaffffff window]
[    3.871740] pci_bus 0000:40: root bus resource [mem 0x47e80000000-0x63dbfffffff window]
[    3.875740] pci_bus 0000:40: root bus resource [bus 40-7f]
[    3.879749] pci 0000:40:00.0: [1022:1480] type 00 class 0x060000 conventional PCI endpoint
[    3.883853] pci 0000:40:00.2: [1022:164f] type 00 class 0x080600 conventional PCI endpoint
[    3.887854] pci 0000:40:01.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.891843] pci 0000:40:02.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.895836] pci 0000:40:03.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.899841] pci 0000:40:03.1: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    3.903759] pci 0000:40:03.1: PCI bridge to [bus 41]
[    3.907746] pci 0000:40:03.1:   bridge window [mem 0xa4c00000-0xa4ffffff]
[    3.911834] pci 0000:40:03.1: PME# supported from D0 D3hot D3cold
[    3.929266] pci 0000:40:03.2: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    3.931765] pci 0000:40:03.2: PCI bridge to [bus 42]
[    3.935746] pci 0000:40:03.2:   bridge window [mem 0xa4800000-0xa4bfffff]
[    3.939869] pci 0000:40:03.2: PME# supported from D0 D3hot D3cold
[    3.955898] pci 0000:40:03.3: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    3.963760] pci 0000:40:03.3: PCI bridge to [bus 43]
[    3.967746] pci 0000:40:03.3:   bridge window [mem 0xa4400000-0xa47fffff]
[    3.975833] pci 0000:40:03.3: PME# supported from D0 D3hot D3cold
[    3.995741] pci 0000:40:03.4: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.003742] pci 0000:40:03.4: PCI bridge to [bus 44]
[    4.007755] pci 0000:40:03.4:   bridge window [mem 0xa4000000-0xa43fffff]
[    4.011814] pci 0000:40:03.4: PME# supported from D0 D3hot D3cold
[    4.030222] pci 0000:40:04.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.031852] pci 0000:40:05.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.035857] pci 0000:40:07.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.039845] pci 0000:40:07.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    4.043762] pci 0000:40:07.1: PCI bridge to [bus 45]
[    4.047746] pci 0000:40:07.1:   bridge window [mem 0xa5300000-0xa53fffff]
[    4.051753] pci 0000:40:07.1: enabling Extended Tags
[    4.055782] pci 0000:40:07.1: PME# supported from D0 D3hot D3cold
[    4.063912] pci 0000:40:08.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.071841] pci 0000:40:08.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    4.079759] pci 0000:40:08.1: PCI bridge to [bus 46]
[    4.083744] pci 0000:40:08.1:   bridge window [mem 0xa5000000-0xa52fffff]
[    4.091751] pci 0000:40:08.1: enabling Extended Tags
[    4.095789] pci 0000:40:08.1: PME# supported from D0 D3hot D3cold
[    4.104004] pci 0000:40:03.1: PCI bridge to [bus 41]
[    4.107820] pci 0000:40:03.2: PCI bridge to [bus 42]
[    4.111776] pci 0000:40:03.3: PCI bridge to [bus 43]
[    4.115820] pci 0000:40:03.4: PCI bridge to [bus 44]
[    4.123823] pci 0000:45:00.0: [1022:148a] type 00 class 0x130000 PCIe Endpoint
[    4.131780] pci 0000:45:00.0: enabling Extended Tags
[    4.135924] pci 0000:45:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    4.143759] pci 0000:45:00.2: BAR 2 [mem 0xa5300000-0xa537ffff]
[    4.147754] pci 0000:45:00.2: BAR 5 [mem 0xa5380000-0xa5381fff]
[    4.155748] pci 0000:45:00.2: enabling Extended Tags
[    4.159947] pci 0000:40:07.1: PCI bridge to [bus 45]
[    4.163870] pci 0000:46:00.0: [1022:1485] type 00 class 0x130000 PCIe Endpoint
[    4.171783] pci 0000:46:00.0: enabling Extended Tags
[    4.175972] pci 0000:46:00.1: [1022:1486] type 00 class 0x108000 PCIe Endpoint
[    4.183760] pci 0000:46:00.1: BAR 2 [mem 0xa5100000-0xa51fffff]
[    4.191755] pci 0000:46:00.1: BAR 5 [mem 0xa5282000-0xa5283fff]
[    4.195749] pci 0000:46:00.1: enabling Extended Tags
[    4.199948] pci 0000:46:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    4.207763] pci 0000:46:00.2: BAR 2 [mem 0xa5200000-0xa527ffff]
[    4.215755] pci 0000:46:00.2: BAR 5 [mem 0xa5280000-0xa5281fff]
[    4.219749] pci 0000:46:00.2: enabling Extended Tags
[    4.223949] pci 0000:46:00.3: [1022:148c] type 00 class 0x0c0330 PCIe Endpoint
[    4.231752] pci 0000:46:00.3: BAR 0 [mem 0xa5000000-0xa50fffff 64bit]
[    4.239770] pci 0000:46:00.3: enabling Extended Tags
[    4.243790] pci 0000:46:00.3: PME# supported from D0 D3hot D3cold
[    4.251930] pci 0000:40:08.1: PCI bridge to [bus 46]
[    4.256406] ACPI: PCI Root Bridge [PC02] (domain 0000 [bus 80-bf])
[    4.263743] acpi PNP0A08:02: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    4.271903] acpi PNP0A08:02: _OSC: platform does not support [SHPCHotplug AER DPC]
[    4.280050] acpi PNP0A08:02: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
[    4.287740] acpi PNP0A08:02: FADT indicates ASPM is unsupported, using BIOS configuration
[    4.295967] PCI host bridge to bus 0000:80
[    4.299743] pci_bus 0000:80: root bus resource [io  0x7000-0x9fff window]
[    4.307740] pci_bus 0000:80: root bus resource [mem 0xab000000-0xc5ffffff window]
[    4.315740] pci_bus 0000:80: root bus resource [mem 0x2bf40000000-0x47e7fffffff window]
[    4.323740] pci_bus 0000:80: root bus resource [bus 80-bf]
[    4.327749] pci 0000:80:00.0: [1022:1480] type 00 class 0x060000 conventional PCI endpoint
[    4.335861] pci 0000:80:00.2: [1022:164f] type 00 class 0x080600 conventional PCI endpoint
[    4.343856] pci 0000:80:01.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.355839] pci 0000:80:01.1: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.359759] pci 0000:80:01.1: PCI bridge to [bus 81]
[    4.367745] pci 0000:80:01.1:   bridge window [mem 0xbf400000-0xbf7fffff]
[    4.371832] pci 0000:80:01.1: PME# supported from D0 D3hot D3cold
[    4.391085] pci 0000:80:01.2: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.399765] pci 0000:80:01.2: PCI bridge to [bus 82]
[    4.403748] pci 0000:80:01.2:   bridge window [mem 0xbf000000-0xbf3fffff]
[    4.411811] pci 0000:80:01.2: PME# supported from D0 D3hot D3cold
[    4.432192] pci 0000:80:02.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.435853] pci 0000:80:03.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.439873] pci 0000:80:04.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.443837] pci 0000:80:05.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.447898] pci 0000:80:07.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.451835] pci 0000:80:07.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    4.455757] pci 0000:80:07.1: PCI bridge to [bus 83]
[    4.459744] pci 0000:80:07.1:   bridge window [mem 0xbfa00000-0xbfafffff]
[    4.463751] pci 0000:80:07.1: enabling Extended Tags
[    4.467788] pci 0000:80:07.1: PME# supported from D0 D3hot D3cold
[    4.471906] pci 0000:80:08.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.475838] pci 0000:80:08.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    4.479757] pci 0000:80:08.1: PCI bridge to [bus 84]
[    4.483744] pci 0000:80:08.1:   bridge window [mem 0xbf900000-0xbf9fffff]
[    4.487751] pci 0000:80:08.1: enabling Extended Tags
[    4.491789] pci 0000:80:08.1: PME# supported from D0 D3hot D3cold
[    4.495915] pci 0000:80:08.2: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    4.499758] pci 0000:80:08.2: PCI bridge to [bus 85]
[    4.503744] pci 0000:80:08.2:   bridge window [mem 0xbf800000-0xbf8fffff]
[    4.507751] pci 0000:80:08.2: enabling Extended Tags
[    4.511789] pci 0000:80:08.2: PME# supported from D0 D3hot D3cold
[    4.515987] pci 0000:80:01.1: PCI bridge to [bus 81]
[    4.519838] pci 0000:80:01.2: PCI bridge to [bus 82]
[    4.527805] pci 0000:83:00.0: [1022:148a] type 00 class 0x130000 PCIe Endpoint
[    4.531780] pci 0000:83:00.0: enabling Extended Tags
[    4.535925] pci 0000:83:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    4.539758] pci 0000:83:00.2: BAR 2 [mem 0xbfa00000-0xbfa7ffff]
[    4.543754] pci 0000:83:00.2: BAR 5 [mem 0xbfa80000-0xbfa81fff]
[    4.547748] pci 0000:83:00.2: enabling Extended Tags
[    4.551947] pci 0000:80:07.1: PCI bridge to [bus 83]
[    4.555868] pci 0000:84:00.0: [1022:1485] type 00 class 0x130000 PCIe Endpoint
[    4.559785] pci 0000:84:00.0: enabling Extended Tags
[    4.563975] pci 0000:84:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    4.567760] pci 0000:84:00.2: BAR 2 [mem 0xbf900000-0xbf97ffff]
[    4.571756] pci 0000:84:00.2: BAR 5 [mem 0xbf980000-0xbf981fff]
[    4.575750] pci 0000:84:00.2: enabling Extended Tags
[    4.579957] pci 0000:80:08.1: PCI bridge to [bus 84]
[    4.583871] pci 0000:85:00.0: [1022:7901] type 00 class 0x010601 PCIe Endpoint
[    4.587775] pci 0000:85:00.0: BAR 5 [mem 0xbf800000-0xbf8007ff]
[    4.591749] pci 0000:85:00.0: enabling Extended Tags
[    4.595804] pci 0000:85:00.0: PME# supported from D3hot D3cold
[    4.599938] pci 0000:80:08.2: PCI bridge to [bus 85]
[    4.604490] ACPI: PCI Root Bridge [PC03] (domain 0000 [bus c0-ff])
[    4.607743] acpi PNP0A08:03: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    4.611901] acpi PNP0A08:03: _OSC: platform does not support [SHPCHotplug AER DPC]
[    4.616051] acpi PNP0A08:03: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
[    4.619741] acpi PNP0A08:03: FADT indicates ASPM is unsupported, using BIOS configuration
[    4.624750] PCI host bridge to bus 0000:c0
[    4.627743] pci_bus 0000:c0: root bus resource [io  0xa000-0xffff window]
[    4.631740] pci_bus 0000:c0: root bus resource [mem 0xc6000000-0xe0ffffff window]
[    4.635740] pci_bus 0000:c0: root bus resource [mem 0x10000000000-0x2bf3fffffff window]
[    4.639740] pci_bus 0000:c0: root bus resource [io  0x03b0-0x03df window]
[    4.643740] pci_bus 0000:c0: root bus resource [mem 0x000a0000-0x000bffff window]
[    4.647740] pci_bus 0000:c0: root bus resource [bus c0-ff]
[    4.651749] pci 0000:c0:00.0: [1022:1480] type 00 class 0x060000 conventional PCI endpoint
[    4.655852] pci 0000:c0:00.2: [1022:164f] type 00 class 0x080600 conventional PCI endpoint
[    4.659849] pci 0000:c0:01.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.663834] pci 0000:c0:02.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.667836] pci 0000:c0:03.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.671835] pci 0000:c0:03.1: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.675759] pci 0000:c0:03.1: PCI bridge to [bus c4]
[    4.679746] pci 0000:c0:03.1:   bridge window [mem 0xdb600000-0xdb9fffff]
[    4.683830] pci 0000:c0:03.1: PME# supported from D0 D3hot D3cold
[    4.704766] pci 0000:c0:03.2: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.707765] pci 0000:c0:03.2: PCI bridge to [bus c5]
[    4.711747] pci 0000:c0:03.2:   bridge window [mem 0xdb200000-0xdb5fffff]
[    4.715863] pci 0000:c0:03.2: PME# supported from D0 D3hot D3cold
[    4.735447] pci 0000:c0:03.3: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.735764] pci 0000:c0:03.3: PCI bridge to [bus c6]
[    4.739746] pci 0000:c0:03.3:   bridge window [mem 0xdae00000-0xdb1fffff]
[    4.743847] pci 0000:c0:03.3: PME# supported from D0 D3hot D3cold
[    4.762328] pci 0000:c0:03.4: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.763765] pci 0000:c0:03.4: PCI bridge to [bus c7]
[    4.767746] pci 0000:c0:03.4:   bridge window [mem 0xdaa00000-0xdadfffff]
[    4.771853] pci 0000:c0:03.4: PME# supported from D0 D3hot D3cold
[    4.793461] pci 0000:c0:04.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.795880] pci 0000:c0:05.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.799840] pci 0000:c0:05.1: [1022:149a] type 01 class 0x060400 PCIe Root Port
[    4.803761] pci 0000:c0:05.1: PCI bridge to [bus c1]
[    4.807752] pci 0000:c0:05.1:   bridge window [mem 0xc7000000-0xc70fffff 64bit pref]
[    4.811835] pci 0000:c0:05.1: PME# supported from D0 D3hot D3cold
[    4.815949] pci 0000:c0:05.2: [1022:149a] type 01 class 0x060400 PCIe Root Port
[    4.819757] pci 0000:c0:05.2: PCI bridge to [bus c2-c3]
[    4.823744] pci 0000:c0:05.2:   bridge window [mem 0xda000000-0xda8fffff]
[    4.827745] pci 0000:c0:05.2:   bridge window [mem 0xc6000000-0xc6ffffff 64bit pref]
[    4.835783] pci 0000:c0:05.2: PME# supported from D0 D3hot D3cold
[    4.839893] pci 0000:c0:07.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.843835] pci 0000:c0:07.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    4.847760] pci 0000:c0:07.1: PCI bridge to [bus c8]
[    4.851744] pci 0000:c0:07.1:   bridge window [mem 0xdbb00000-0xdbbfffff]
[    4.855751] pci 0000:c0:07.1: enabling Extended Tags
[    4.859789] pci 0000:c0:07.1: PME# supported from D0 D3hot D3cold
[    4.863909] pci 0000:c0:08.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.867835] pci 0000:c0:08.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    4.871757] pci 0000:c0:08.1: PCI bridge to [bus c9]
[    4.875744] pci 0000:c0:08.1:   bridge window [mem 0xdba00000-0xdbafffff]
[    4.879751] pci 0000:c0:08.1: enabling Extended Tags
[    4.883789] pci 0000:c0:08.1: PME# supported from D0 D3hot D3cold
[    4.887995] pci 0000:c0:03.1: PCI bridge to [bus c4]
[    4.891821] pci 0000:c0:03.2: PCI bridge to [bus c5]
[    4.895823] pci 0000:c0:03.3: PCI bridge to [bus c6]
[    4.899820] pci 0000:c0:03.4: PCI bridge to [bus c7]
[    4.907776] pci 0000:c1:00.0: [14e4:165f] type 00 class 0x020000 PCIe Endpoint
[    4.911759] pci 0000:c1:00.0: BAR 0 [mem 0xc7030000-0xc703ffff 64bit pref]
[    4.915752] pci 0000:c1:00.0: BAR 2 [mem 0xc7040000-0xc704ffff 64bit pref]
[    4.919754] pci 0000:c1:00.0: BAR 4 [mem 0xc7050000-0xc705ffff 64bit pref]
[    4.923749] pci 0000:c1:00.0: ROM [mem 0xfffc0000-0xffffffff pref]
[    4.927829] pci 0000:c1:00.0: PME# supported from D0 D3hot D3cold
[    4.931789] pci 0000:c1:00.0: 4.000 Gb/s available PCIe bandwidth, limited by 5.0 GT/s PCIe x1 link at 0000:c0:05.1 (capable of 8.000 Gb/s with 5.0 GT/s PCIe x2 link)
[    4.940380] pci 0000:c1:00.1: [14e4:165f] type 00 class 0x020000 PCIe Endpoint
[    4.943760] pci 0000:c1:00.1: BAR 0 [mem 0xc7000000-0xc700ffff 64bit pref]
[    4.947752] pci 0000:c1:00.1: BAR 2 [mem 0xc7010000-0xc701ffff 64bit pref]
[    4.951752] pci 0000:c1:00.1: BAR 4 [mem 0xc7020000-0xc702ffff 64bit pref]
[    4.955748] pci 0000:c1:00.1: ROM [mem 0xfffc0000-0xffffffff pref]
[    4.959828] pci 0000:c1:00.1: PME# supported from D0 D3hot D3cold
[    4.971770] pci 0000:c0:05.1: PCI bridge to [bus c1]
[    4.975816] pci 0000:c2:00.0: [1556:be00] type 01 class 0x060400 PCIe to PCI/PCI-X bridge
[    4.979770] pci 0000:c2:00.0: PCI bridge to [bus c3]
[    4.983747] pci 0000:c2:00.0:   bridge window [mem 0xda000000-0xda8fffff]
[    4.987749] pci 0000:c2:00.0:   bridge window [mem 0xc6000000-0xc6ffffff 64bit pref]
[    4.999752] pci 0000:c0:05.2: PCI bridge to [bus c2-c3]
[    5.003774] pci_bus 0000:c3: extended config space not accessible
[    5.007764] pci 0000:c3:00.0: [102b:0536] type 00 class 0x030000 conventional PCI endpoint
[    5.011756] pci 0000:c3:00.0: BAR 0 [mem 0xc6000000-0xc6ffffff pref]
[    5.015748] pci 0000:c3:00.0: BAR 1 [mem 0xda808000-0xda80bfff]
[    5.019748] pci 0000:c3:00.0: BAR 2 [mem 0xda000000-0xda7fffff]
[    5.023789] pci 0000:c3:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    5.027873] pci 0000:c2:00.0: PCI bridge to [bus c3]
[    5.031838] pci 0000:c8:00.0: [1022:148a] type 00 class 0x130000 PCIe Endpoint
[    5.035779] pci 0000:c8:00.0: enabling Extended Tags
[    5.039925] pci 0000:c8:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    5.043758] pci 0000:c8:00.2: BAR 2 [mem 0xdbb00000-0xdbb7ffff]
[    5.047753] pci 0000:c8:00.2: BAR 5 [mem 0xdbb80000-0xdbb81fff]
[    5.051748] pci 0000:c8:00.2: enabling Extended Tags
[    5.059946] pci 0000:c0:07.1: PCI bridge to [bus c8]
[    5.063870] pci 0000:c9:00.0: [1022:1485] type 00 class 0x130000 PCIe Endpoint
[    5.067783] pci 0000:c9:00.0: enabling Extended Tags
[    5.071967] pci 0000:c9:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    5.075759] pci 0000:c9:00.2: BAR 2 [mem 0xdba00000-0xdba7ffff]
[    5.079755] pci 0000:c9:00.2: BAR 5 [mem 0xdba80000-0xdba81fff]
[    5.083749] pci 0000:c9:00.2: enabling Extended Tags
[    5.087953] pci 0000:c0:08.1: PCI bridge to [bus c9]
[    5.098869] iommu: Default domain type: Translated
[    5.099740] iommu: DMA domain TLB invalidation policy: lazy mode
[    5.104010] SCSI subsystem initialized
[    5.107778] ACPI: bus type USB registered
[    5.111756] usbcore: registered new interface driver usbfs
[    5.115746] usbcore: registered new interface driver hub
[    5.119775] usbcore: registered new device driver usb
[    5.123770] pps_core: LinuxPPS API ver. 1 registered
[    5.127739] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    5.131742] PTP clock support registered
[    5.135821] EDAC MC: Ver: 3.0.0
[    5.139095] efivars: Registered efivars operations
[    5.140126] NetLabel: Initializing
[    5.143741] NetLabel:  domain hash size = 128
[    5.147739] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    5.151764] NetLabel:  unlabeled traffic allowed by default
[    5.155794] PCI: Using ACPI for IRQ routing
[    5.164304] pci 0000:c3:00.0: vgaarb: setting as boot VGA device
[    5.167738] pci 0000:c3:00.0: vgaarb: bridge control possible
[    5.167738] pci 0000:c3:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    5.167741] vgaarb: loaded
[    5.170455] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    5.171740] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    5.179996] clocksource: Switched to clocksource tsc-early
[    5.185549] VFS: Disk quotas dquot_6.6.0
[    5.189505] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    5.196603] AppArmor: AppArmor Filesystem Enabled
[    5.201325] pnp: PnP ACPI init
[    5.204631] system 00:00: [mem 0x80000000-0x8fffffff] has been reserved
[    5.211338] system 00:01: [mem 0xff000000-0xffffffff] has been reserved
[    5.219562] pnp: PnP ACPI: found 5 devices
[    5.230519] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    5.239495] NET: Registered PF_INET protocol family
[    5.244541] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc)
[    5.255523] tcp_listen_portaddr_hash hash table entries: 65536 (order: 8, 1048576 bytes, vmalloc)
[    5.264480] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, vmalloc)
[    5.272523] TCP established hash table entries: 524288 (order: 10, 4194304 bytes, vmalloc hugepage)
[    5.282093] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc)
[    5.289700] TCP: Hash tables configured (established 524288 bind 65536)
[    5.296617] UDP hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc)
[    5.303958] UDP-Lite hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc)
[    5.311795] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    5.317463] NET: Registered PF_XDP protocol family
[    5.322261] pci 0000:01:00.0: ROM [mem 0xfff00000-0xffffffff pref]: can't claim; no compatible bridge window
[    5.332080] pci 0000:c1:00.0: ROM [mem 0xfffc0000-0xffffffff pref]: can't claim; no compatible bridge window
[    5.341897] pci 0000:c1:00.1: ROM [mem 0xfffc0000-0xffffffff pref]: can't claim; no compatible bridge window
[    5.351716] pci_bus 0000:00: max bus depth: 1 pci_try_num: 2
[    5.357394] pci 0000:01:00.0: ROM [mem size 0x00100000 pref]: can't assign; no space
[    5.365133] pci 0000:01:00.0: ROM [mem size 0x00100000 pref]: failed to assign
[    5.372353] pci 0000:01:00.0: VF BAR 2 [mem size 0x01000000 64bit]: can't assign; no space
[    5.380612] pci 0000:01:00.0: VF BAR 2 [mem size 0x01000000 64bit]: failed to assign
[    5.388351] pci 0000:01:00.0: VF BAR 0 [mem size 0x00100000 64bit]: can't assign; no space
[    5.396610] pci 0000:01:00.0: VF BAR 0 [mem size 0x00100000 64bit]: failed to assign
[    5.404350] pci 0000:00:03.2: PCI bridge to [bus 01]
[    5.409314] pci 0000:00:03.2:   bridge window [io  0x1000-0x1fff]
[    5.415410] pci 0000:00:03.2:   bridge window [mem 0xf7300000-0xf74fffff]
[    5.422201] pci 0000:00:07.1: PCI bridge to [bus 02]
[    5.427169] pci 0000:00:07.1:   bridge window [mem 0xf7200000-0xf72fffff]
[    5.433992] pci 0000:00:08.1: PCI bridge to [bus 03]
[    5.438956] pci 0000:00:08.1:   bridge window [mem 0xf7000000-0xf71fffff]
[    5.445743] pci_bus 0000:00: No. 2 try to assign unassigned res
[    5.451662] pci 0000:00:03.2: resource 14 [mem 0xf7300000-0xf74fffff] released
[    5.458877] pci 0000:00:03.2: PCI bridge to [bus 01]
[    5.463849] pci 0000:00:03.2: bridge window [mem 0x00100000-0x002fffff] to [bus 01] add_size 1100000 add_align 100000
[    5.474457] pci 0000:00:03.2: bridge window [mem 0xe1000000-0xe22fffff]: assigned
[    5.481944] pci 0000:01:00.0: BAR 3 [mem 0xe1000000-0xe10fffff 64bit]: assigned
[    5.489252] pci 0000:01:00.0: VF BAR 2 [mem 0xe1100000-0xe20fffff 64bit]: assigned
[    5.496824] pci 0000:01:00.0: BAR 1 [mem 0xe2100000-0xe210ffff 64bit]: assigned
[    5.504132] pci 0000:01:00.0: VF BAR 0 [mem 0xe2110000-0xe220ffff 64bit]: assigned
[    5.511704] pci 0000:00:03.2: PCI bridge to [bus 01]
[    5.516667] pci 0000:00:03.2:   bridge window [io  0x1000-0x1fff]
[    5.522763] pci 0000:00:03.2:   bridge window [mem 0xe1000000-0xe22fffff]
[    5.529551] pci 0000:00:07.1: PCI bridge to [bus 02]
[    5.534556] pci 0000:00:07.1:   bridge window [mem 0xf7200000-0xf72fffff]
[    5.541382] pci 0000:00:08.1: PCI bridge to [bus 03]
[    5.546352] pci 0000:00:08.1:   bridge window [mem 0xf7000000-0xf71fffff]
[    5.553140] pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
[    5.559325] pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
[    5.565506] pci_bus 0000:00: resource 6 [mem 0x000c0000-0x000fffff window]
[    5.572375] pci_bus 0000:00: resource 7 [io  0x0d00-0x3fff window]
[    5.578556] pci_bus 0000:00: resource 8 [mem 0xe1000000-0xfebfffff window]
[    5.585429] pci_bus 0000:00: resource 9 [mem 0x63dc0000000-0x7fcffffffff window]
[    5.592821] pci_bus 0000:01: resource 0 [io  0x1000-0x1fff]
[    5.598391] pci_bus 0000:01: resource 1 [mem 0xe1000000-0xe22fffff]
[    5.604661] pci_bus 0000:02: resource 1 [mem 0xf7200000-0xf72fffff]
[    5.610926] pci_bus 0000:03: resource 1 [mem 0xf7000000-0xf71fffff]
[    5.617266] pci 0000:40:03.1: bridge window [io  0x1000-0x0fff] to [bus 41] add_size 1000
[    5.625444] pci 0000:40:03.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 41] add_size 200000 add_align 100000
[    5.636908] pci 0000:40:03.2: bridge window [io  0x1000-0x0fff] to [bus 42] add_size 1000
[    5.645098] pci 0000:40:03.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 42] add_size 200000 add_align 100000
[    5.656563] pci 0000:40:03.3: bridge window [io  0x1000-0x0fff] to [bus 43] add_size 1000
[    5.664739] pci 0000:40:03.3: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 43] add_size 200000 add_align 100000
[    5.676203] pci 0000:40:03.4: bridge window [io  0x1000-0x0fff] to [bus 44] add_size 1000
[    5.684373] pci 0000:40:03.4: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 44] add_size 200000 add_align 100000
[    5.695844] pci 0000:40:03.1: bridge window [mem 0x47e80000000-0x47e801fffff 64bit pref]: assigned
[    5.704804] pci 0000:40:03.2: bridge window [mem 0x47e80200000-0x47e803fffff 64bit pref]: assigned
[    5.713753] pci 0000:40:03.3: bridge window [mem 0x47e80400000-0x47e805fffff 64bit pref]: assigned
[    5.722707] pci 0000:40:03.4: bridge window [mem 0x47e80600000-0x47e807fffff 64bit pref]: assigned
[    5.731662] pci 0000:40:03.1: bridge window [io  0x4000-0x4fff]: assigned
[    5.738446] pci 0000:40:03.2: bridge window [io  0x5000-0x5fff]: assigned
[    5.745239] pci 0000:40:03.3: bridge window [io  0x6000-0x6fff]: assigned
[    5.752025] pci 0000:40:03.4: bridge window [io  size 0x1000]: can't assign; no space
[    5.759850] pci 0000:40:03.4: bridge window [io  size 0x1000]: failed to assign
[    5.767160] pci 0000:40:03.4: bridge window [io  0x4000-0x4fff]: assigned
[    5.773944] pci 0000:40:03.3: bridge window [io  0x5000-0x5fff]: assigned
[    5.780732] pci 0000:40:03.2: bridge window [io  0x6000-0x6fff]: assigned
[    5.787517] pci 0000:40:03.1: bridge window [io  size 0x1000]: can't assign; no space
[    5.795342] pci 0000:40:03.1: bridge window [io  size 0x1000]: failed to assign
[    5.802648] pci 0000:40:03.1: PCI bridge to [bus 41]
[    5.807618] pci 0000:40:03.1:   bridge window [mem 0xa4c00000-0xa4ffffff]
[    5.814409] pci 0000:40:03.1:   bridge window [mem 0x47e80000000-0x47e801fffff 64bit pref]
[    5.822670] pci 0000:40:03.2: PCI bridge to [bus 42]
[    5.827633] pci 0000:40:03.2:   bridge window [io  0x6000-0x6fff]
[    5.833726] pci 0000:40:03.2:   bridge window [mem 0xa4800000-0xa4bfffff]
[    5.840515] pci 0000:40:03.2:   bridge window [mem 0x47e80200000-0x47e803fffff 64bit pref]
[    5.848809] pci 0000:40:03.3: PCI bridge to [bus 43]
[    5.853772] pci 0000:40:03.3:   bridge window [io  0x5000-0x5fff]
[    5.859866] pci 0000:40:03.3:   bridge window [mem 0xa4400000-0xa47fffff]
[    5.866651] pci 0000:40:03.3:   bridge window [mem 0x47e80400000-0x47e805fffff 64bit pref]
[    5.874914] pci 0000:40:03.4: PCI bridge to [bus 44]
[    5.879886] pci 0000:40:03.4:   bridge window [io  0x4000-0x4fff]
[    5.885980] pci 0000:40:03.4:   bridge window [mem 0xa4000000-0xa43fffff]
[    5.892765] pci 0000:40:03.4:   bridge window [mem 0x47e80600000-0x47e807fffff 64bit pref]
[    5.901025] pci 0000:40:07.1: PCI bridge to [bus 45]
[    5.905990] pci 0000:40:07.1:   bridge window [mem 0xa5300000-0xa53fffff]
[    5.912780] pci 0000:40:08.1: PCI bridge to [bus 46]
[    5.917749] pci 0000:40:08.1:   bridge window [mem 0xa5000000-0xa52fffff]
[    5.924539] pci_bus 0000:40: resource 4 [io  0x4000-0x6fff window]
[    5.930722] pci_bus 0000:40: resource 5 [mem 0x90000000-0xaaffffff window]
[    5.937594] pci_bus 0000:40: resource 6 [mem 0x47e80000000-0x63dbfffffff window]
[    5.944988] pci_bus 0000:41: resource 1 [mem 0xa4c00000-0xa4ffffff]
[    5.951261] pci_bus 0000:41: resource 2 [mem 0x47e80000000-0x47e801fffff 64bit pref]
[    5.959003] pci_bus 0000:42: resource 0 [io  0x6000-0x6fff]
[    5.964574] pci_bus 0000:42: resource 1 [mem 0xa4800000-0xa4bfffff]
[    5.970840] pci_bus 0000:42: resource 2 [mem 0x47e80200000-0x47e803fffff 64bit pref]
[    5.978579] pci_bus 0000:43: resource 0 [io  0x5000-0x5fff]
[    5.984153] pci_bus 0000:43: resource 1 [mem 0xa4400000-0xa47fffff]
[    5.990418] pci_bus 0000:43: resource 2 [mem 0x47e80400000-0x47e805fffff 64bit pref]
[    5.998157] pci_bus 0000:44: resource 0 [io  0x4000-0x4fff]
[    6.003729] pci_bus 0000:44: resource 1 [mem 0xa4000000-0xa43fffff]
[    6.009996] pci_bus 0000:44: resource 2 [mem 0x47e80600000-0x47e807fffff 64bit pref]
[    6.017735] pci_bus 0000:45: resource 1 [mem 0xa5300000-0xa53fffff]
[    6.024002] pci_bus 0000:46: resource 1 [mem 0xa5000000-0xa52fffff]
[    6.030420] pci 0000:80:01.1: bridge window [io  0x1000-0x0fff] to [bus 81] add_size 1000
[    6.038602] pci 0000:80:01.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 81] add_size 200000 add_align 100000
[    6.050076] pci 0000:80:01.2: bridge window [io  0x1000-0x0fff] to [bus 82] add_size 1000
[    6.058253] pci 0000:80:01.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 82] add_size 200000 add_align 100000
[    6.069721] pci 0000:80:01.1: bridge window [mem 0x2bf40000000-0x2bf401fffff 64bit pref]: assigned
[    6.078679] pci 0000:80:01.2: bridge window [mem 0x2bf40200000-0x2bf403fffff 64bit pref]: assigned
[    6.087631] pci 0000:80:01.1: bridge window [io  0x7000-0x7fff]: assigned
[    6.094420] pci 0000:80:01.2: bridge window [io  0x8000-0x8fff]: assigned
[    6.101204] pci 0000:80:01.1: PCI bridge to [bus 81]
[    6.106168] pci 0000:80:01.1:   bridge window [io  0x7000-0x7fff]
[    6.112265] pci 0000:80:01.1:   bridge window [mem 0xbf400000-0xbf7fffff]
[    6.119049] pci 0000:80:01.1:   bridge window [mem 0x2bf40000000-0x2bf401fffff 64bit pref]
[    6.127309] pci 0000:80:01.2: PCI bridge to [bus 82]
[    6.132272] pci 0000:80:01.2:   bridge window [io  0x8000-0x8fff]
[    6.138367] pci 0000:80:01.2:   bridge window [mem 0xbf000000-0xbf3fffff]
[    6.145150] pci 0000:80:01.2:   bridge window [mem 0x2bf40200000-0x2bf403fffff 64bit pref]
[    6.153413] pci 0000:80:07.1: PCI bridge to [bus 83]
[    6.158414] pci 0000:80:07.1:   bridge window [mem 0xbfa00000-0xbfafffff]
[    6.165202] pci 0000:80:08.1: PCI bridge to [bus 84]
[    6.170172] pci 0000:80:08.1:   bridge window [mem 0xbf900000-0xbf9fffff]
[    6.176963] pci 0000:80:08.2: PCI bridge to [bus 85]
[    6.181934] pci 0000:80:08.2:   bridge window [mem 0xbf800000-0xbf8fffff]
[    6.188723] pci_bus 0000:80: resource 4 [io  0x7000-0x9fff window]
[    6.194906] pci_bus 0000:80: resource 5 [mem 0xab000000-0xc5ffffff window]
[    6.201781] pci_bus 0000:80: resource 6 [mem 0x2bf40000000-0x47e7fffffff window]
[    6.209174] pci_bus 0000:81: resource 0 [io  0x7000-0x7fff]
[    6.214747] pci_bus 0000:81: resource 1 [mem 0xbf400000-0xbf7fffff]
[    6.221017] pci_bus 0000:81: resource 2 [mem 0x2bf40000000-0x2bf401fffff 64bit pref]
[    6.228757] pci_bus 0000:82: resource 0 [io  0x8000-0x8fff]
[    6.234331] pci_bus 0000:82: resource 1 [mem 0xbf000000-0xbf3fffff]
[    6.240596] pci_bus 0000:82: resource 2 [mem 0x2bf40200000-0x2bf403fffff 64bit pref]
[    6.248336] pci_bus 0000:83: resource 1 [mem 0xbfa00000-0xbfafffff]
[    6.254600] pci_bus 0000:84: resource 1 [mem 0xbf900000-0xbf9fffff]
[    6.260893] pci_bus 0000:85: resource 1 [mem 0xbf800000-0xbf8fffff]
[    6.267242] pci 0000:c0:03.1: bridge window [io  0x1000-0x0fff] to [bus c4] add_size 1000
[    6.275420] pci 0000:c0:03.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus c4] add_size 200000 add_align 100000
[    6.286883] pci 0000:c0:03.2: bridge window [io  0x1000-0x0fff] to [bus c5] add_size 1000
[    6.295057] pci 0000:c0:03.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus c5] add_size 200000 add_align 100000
[    6.306525] pci 0000:c0:03.3: bridge window [io  0x1000-0x0fff] to [bus c6] add_size 1000
[    6.314696] pci 0000:c0:03.3: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus c6] add_size 200000 add_align 100000
[    6.326162] pci 0000:c0:03.4: bridge window [io  0x1000-0x0fff] to [bus c7] add_size 1000
[    6.334333] pci 0000:c0:03.4: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus c7] add_size 200000 add_align 100000
[    6.345805] pci 0000:c0:03.1: bridge window [mem 0x10000000000-0x100001fffff 64bit pref]: assigned
[    6.354761] pci 0000:c0:03.2: bridge window [mem 0x10000200000-0x100003fffff 64bit pref]: assigned
[    6.363716] pci 0000:c0:03.3: bridge window [mem 0x10000400000-0x100005fffff 64bit pref]: assigned
[    6.372702] pci 0000:c0:03.4: bridge window [mem 0x10000600000-0x100007fffff 64bit pref]: assigned
[    6.381661] pci 0000:c0:05.1: bridge window [mem 0xc7100000-0xc71fffff]: assigned
[    6.389141] pci 0000:c0:03.1: bridge window [io  0xa000-0xafff]: assigned
[    6.395926] pci 0000:c0:03.2: bridge window [io  0xb000-0xbfff]: assigned
[    6.402713] pci 0000:c0:03.3: bridge window [io  0xc000-0xcfff]: assigned
[    6.409501] pci 0000:c0:03.4: bridge window [io  0xd000-0xdfff]: assigned
[    6.416288] pci 0000:c0:03.1: PCI bridge to [bus c4]
[    6.421251] pci 0000:c0:03.1:   bridge window [io  0xa000-0xafff]
[    6.427346] pci 0000:c0:03.1:   bridge window [mem 0xdb600000-0xdb9fffff]
[    6.434133] pci 0000:c0:03.1:   bridge window [mem 0x10000000000-0x100001fffff 64bit pref]
[    6.442402] pci 0000:c0:03.2: PCI bridge to [bus c5]
[    6.447374] pci 0000:c0:03.2:   bridge window [io  0xb000-0xbfff]
[    6.453469] pci 0000:c0:03.2:   bridge window [mem 0xdb200000-0xdb5fffff]
[    6.460263] pci 0000:c0:03.2:   bridge window [mem 0x10000200000-0x100003fffff 64bit pref]
[    6.468532] pci 0000:c0:03.3: PCI bridge to [bus c6]
[    6.473504] pci 0000:c0:03.3:   bridge window [io  0xc000-0xcfff]
[    6.479598] pci 0000:c0:03.3:   bridge window [mem 0xdae00000-0xdb1fffff]
[    6.486383] pci 0000:c0:03.3:   bridge window [mem 0x10000400000-0x100005fffff 64bit pref]
[    6.494644] pci 0000:c0:03.4: PCI bridge to [bus c7]
[    6.499618] pci 0000:c0:03.4:   bridge window [io  0xd000-0xdfff]
[    6.505720] pci 0000:c0:03.4:   bridge window [mem 0xdaa00000-0xdadfffff]
[    6.512515] pci 0000:c0:03.4:   bridge window [mem 0x10000600000-0x100007fffff 64bit pref]
[    6.520788] pci 0000:c1:00.0: ROM [mem 0xc7100000-0xc713ffff pref]: assigned
[    6.527834] pci 0000:c1:00.1: ROM [mem 0xc7140000-0xc717ffff pref]: assigned
[    6.534878] pci 0000:c0:05.1: PCI bridge to [bus c1]
[    6.539847] pci 0000:c0:05.1:   bridge window [mem 0xc7100000-0xc71fffff]
[    6.546632] pci 0000:c0:05.1:   bridge window [mem 0xc7000000-0xc70fffff 64bit pref]
[    6.554374] pci 0000:c2:00.0: PCI bridge to [bus c3]
[    6.559348] pci 0000:c2:00.0:   bridge window [mem 0xda000000-0xda8fffff]
[    6.566142] pci 0000:c2:00.0:   bridge window [mem 0xc6000000-0xc6ffffff 64bit pref]
[    6.573900] pci 0000:c0:05.2: PCI bridge to [bus c2-c3]
[    6.579130] pci 0000:c0:05.2:   bridge window [mem 0xda000000-0xda8fffff]
[    6.585917] pci 0000:c0:05.2:   bridge window [mem 0xc6000000-0xc6ffffff 64bit pref]
[    6.593660] pci 0000:c0:07.1: PCI bridge to [bus c8]
[    6.598633] pci 0000:c0:07.1:   bridge window [mem 0xdbb00000-0xdbbfffff]
[    6.605419] pci 0000:c0:08.1: PCI bridge to [bus c9]
[    6.610383] pci 0000:c0:08.1:   bridge window [mem 0xdba00000-0xdbafffff]
[    6.617176] pci_bus 0000:c0: resource 4 [io  0xa000-0xffff window]
[    6.623356] pci_bus 0000:c0: resource 5 [mem 0xc6000000-0xe0ffffff window]
[    6.630228] pci_bus 0000:c0: resource 6 [mem 0x10000000000-0x2bf3fffffff window]
[    6.637619] pci_bus 0000:c0: resource 7 [io  0x03b0-0x03df window]
[    6.643800] pci_bus 0000:c0: resource 8 [mem 0x000a0000-0x000bffff window]
[    6.650671] pci_bus 0000:c4: resource 0 [io  0xa000-0xafff]
[    6.656245] pci_bus 0000:c4: resource 1 [mem 0xdb600000-0xdb9fffff]
[    6.662511] pci_bus 0000:c4: resource 2 [mem 0x10000000000-0x100001fffff 64bit pref]
[    6.670250] pci_bus 0000:c5: resource 0 [io  0xb000-0xbfff]
[    6.675849] pci_bus 0000:c5: resource 1 [mem 0xdb200000-0xdb5fffff]
[    6.682114] pci_bus 0000:c5: resource 2 [mem 0x10000200000-0x100003fffff 64bit pref]
[    6.689856] pci_bus 0000:c6: resource 0 [io  0xc000-0xcfff]
[    6.695427] pci_bus 0000:c6: resource 1 [mem 0xdae00000-0xdb1fffff]
[    6.701694] pci_bus 0000:c6: resource 2 [mem 0x10000400000-0x100005fffff 64bit pref]
[    6.709433] pci_bus 0000:c7: resource 0 [io  0xd000-0xdfff]
[    6.715005] pci_bus 0000:c7: resource 1 [mem 0xdaa00000-0xdadfffff]
[    6.721273] pci_bus 0000:c7: resource 2 [mem 0x10000600000-0x100007fffff 64bit pref]
[    6.729009] pci_bus 0000:c1: resource 1 [mem 0xc7100000-0xc71fffff]
[    6.735275] pci_bus 0000:c1: resource 2 [mem 0xc7000000-0xc70fffff 64bit pref]
[    6.742497] pci_bus 0000:c2: resource 1 [mem 0xda000000-0xda8fffff]
[    6.748761] pci_bus 0000:c2: resource 2 [mem 0xc6000000-0xc6ffffff 64bit pref]
[    6.755979] pci_bus 0000:c3: resource 1 [mem 0xda000000-0xda8fffff]
[    6.762247] pci_bus 0000:c3: resource 2 [mem 0xc6000000-0xc6ffffff 64bit pref]
[    6.769466] pci_bus 0000:c8: resource 1 [mem 0xdbb00000-0xdbbfffff]
[    6.775733] pci_bus 0000:c9: resource 1 [mem 0xdba00000-0xdbafffff]
[    6.782609] PCI: CLS 64 bytes, default 64
[    6.786643] AMD-Vi: IOMMU SNP support enabled.
[    6.786709] Trying to unpack rootfs image as initramfs...
[    6.796586] pci 0000:c0:00.2: AMD-Vi: IOMMU performance counters supported
[    6.803567] pci 0000:c0:01.0: Adding to iommu group 0
[    6.808675] pci 0000:c0:02.0: Adding to iommu group 1
[    6.813869] pci 0000:c0:03.0: Adding to iommu group 2
[    6.818971] pci 0000:c0:03.1: Adding to iommu group 2
[    6.824065] pci 0000:c0:03.2: Adding to iommu group 2
[    6.829163] pci 0000:c0:03.3: Adding to iommu group 2
[    6.834258] pci 0000:c0:03.4: Adding to iommu group 2
[    6.839361] pci 0000:c0:04.0: Adding to iommu group 3
[    6.844507] pci 0000:c0:05.0: Adding to iommu group 4
[    6.849605] pci 0000:c0:05.1: Adding to iommu group 4
[    6.854704] pci 0000:c0:05.2: Adding to iommu group 4
[    6.859805] pci 0000:c0:07.0: Adding to iommu group 5
[    6.864920] pci 0000:c0:07.1: Adding to iommu group 6
[    6.870025] pci 0000:c0:08.0: Adding to iommu group 7
[    6.875115] pci 0000:c0:08.1: Adding to iommu group 8
[    6.880168] pci 0000:c1:00.0: Adding to iommu group 4
[    6.885230] pci 0000:c1:00.1: Adding to iommu group 4
[    6.890291] pci 0000:c2:00.0: Adding to iommu group 4
[    6.895360] pci 0000:c3:00.0: Adding to iommu group 4
[    6.900451] pci 0000:c8:00.0: Adding to iommu group 9
[    6.905538] pci 0000:c8:00.2: Adding to iommu group 10
[    6.910711] pci 0000:c9:00.0: Adding to iommu group 11
[    6.915885] pci 0000:c9:00.2: Adding to iommu group 12
[    6.927475] pci 0000:80:00.2: AMD-Vi: IOMMU performance counters supported
[    6.934507] pci 0000:80:01.0: Adding to iommu group 13
[    6.939691] pci 0000:80:01.1: Adding to iommu group 13
[    6.944875] pci 0000:80:01.2: Adding to iommu group 13
[    6.950068] pci 0000:80:02.0: Adding to iommu group 14
[    6.955262] pci 0000:80:03.0: Adding to iommu group 15
[    6.960454] pci 0000:80:04.0: Adding to iommu group 16
[    6.965640] pci 0000:80:05.0: Adding to iommu group 17
[    6.970835] pci 0000:80:07.0: Adding to iommu group 18
[    6.976003] pci 0000:80:07.1: Adding to iommu group 19
[    6.981200] pci 0000:80:08.0: Adding to iommu group 20
[    6.986369] pci 0000:80:08.1: Adding to iommu group 21
[    6.991544] pci 0000:80:08.2: Adding to iommu group 22
[    6.996721] pci 0000:83:00.0: Adding to iommu group 23
[    7.001892] pci 0000:83:00.2: Adding to iommu group 24
[    7.007066] pci 0000:84:00.0: Adding to iommu group 25
[    7.012249] pci 0000:84:00.2: Adding to iommu group 26
[    7.017420] pci 0000:85:00.0: Adding to iommu group 27
[    7.029767] pci 0000:40:00.2: AMD-Vi: IOMMU performance counters supported
[    7.036753] pci 0000:40:01.0: Adding to iommu group 28
[    7.041943] pci 0000:40:02.0: Adding to iommu group 29
[    7.047229] pci 0000:40:03.0: Adding to iommu group 30
[    7.052406] pci 0000:40:03.1: Adding to iommu group 30
[    7.057579] pci 0000:40:03.2: Adding to iommu group 30
[    7.062754] pci 0000:40:03.3: Adding to iommu group 30
[    7.067926] pci 0000:40:03.4: Adding to iommu group 30
[    7.073117] pci 0000:40:04.0: Adding to iommu group 31
[    7.078307] pci 0000:40:05.0: Adding to iommu group 32
[    7.083535] pci 0000:40:07.0: Adding to iommu group 33
[    7.088708] pci 0000:40:07.1: Adding to iommu group 34
[    7.093901] pci 0000:40:08.0: Adding to iommu group 35
[    7.099071] pci 0000:40:08.1: Adding to iommu group 36
[    7.104252] pci 0000:45:00.0: Adding to iommu group 37
[    7.109427] pci 0000:45:00.2: Adding to iommu group 38
[    7.114602] pci 0000:46:00.0: Adding to iommu group 39
[    7.119775] pci 0000:46:00.1: Adding to iommu group 40
[    7.124950] pci 0000:46:00.2: Adding to iommu group 41
[    7.130125] pci 0000:46:00.3: Adding to iommu group 42
[    7.142415] pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
[    7.149390] pci 0000:00:01.0: Adding to iommu group 43
[    7.154583] pci 0000:00:02.0: Adding to iommu group 44
[    7.159777] pci 0000:00:03.0: Adding to iommu group 45
[    7.164950] pci 0000:00:03.2: Adding to iommu group 46
[    7.170140] pci 0000:00:04.0: Adding to iommu group 47
[    7.175329] pci 0000:00:05.0: Adding to iommu group 48
[    7.180524] pci 0000:00:07.0: Adding to iommu group 49
[    7.185695] pci 0000:00:07.1: Adding to iommu group 50
[    7.190888] pci 0000:00:08.0: Adding to iommu group 51
[    7.196056] pci 0000:00:08.1: Adding to iommu group 52
[    7.201274] pci 0000:00:14.0: Adding to iommu group 53
[    7.204955] Freeing initrd memory: 35960K
[    7.206447] pci 0000:00:14.3: Adding to iommu group 53
[    7.215779] pci 0000:00:18.0: Adding to iommu group 54
[    7.220948] pci 0000:00:18.1: Adding to iommu group 54
[    7.226122] pci 0000:00:18.2: Adding to iommu group 54
[    7.231297] pci 0000:00:18.3: Adding to iommu group 54
[    7.236469] pci 0000:00:18.4: Adding to iommu group 54
[    7.241643] pci 0000:00:18.5: Adding to iommu group 54
[    7.246822] pci 0000:00:18.6: Adding to iommu group 54
[    7.251991] pci 0000:00:18.7: Adding to iommu group 54
[    7.257166] pci 0000:01:00.0: Adding to iommu group 55
[    7.262341] pci 0000:02:00.0: Adding to iommu group 56
[    7.267518] pci 0000:02:00.2: Adding to iommu group 57
[    7.272692] pci 0000:03:00.0: Adding to iommu group 58
[    7.277863] pci 0000:03:00.2: Adding to iommu group 59
[    7.283034] pci 0000:03:00.3: Adding to iommu group 60
[    7.296895] AMD-Vi: Extended features (0x841f77e022094ace, 0x0): PPR X2APIC NX IA GA PC SNP
[    7.305255] AMD-Vi: Interrupt remapping enabled
[    7.309781] AMD-Vi: X2APIC enabled
[    7.314077] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    7.320516] software IO TLB: mapped [mem 0x000000000459f000-0x000000001459f000] (256MB)
[    7.328640] LVT offset 0 assigned for vector 0x400
[    7.335093] perf: AMD IBS detected (0x000003ff)
[    7.340966] amd_uncore: 4 amd_df counters detected
[    7.345803] amd_uncore: 6 amd_l3 counters detected
[    7.352230] perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
[    7.359382] perf/amd_iommu: Detected AMD IOMMU #1 (2 banks, 4 counters/bank).
[    7.366531] perf/amd_iommu: Detected AMD IOMMU #2 (2 banks, 4 counters/bank).
[    7.373682] perf/amd_iommu: Detected AMD IOMMU #3 (2 banks, 4 counters/bank).
[    7.436030] Initialise system trusted keyrings
[    7.440529] Key type blacklist registered
[    7.444664] workingset: timestamp_bits=36 max_order=26 bucket_order=0
[    7.451109] zbud: loaded
[    7.454141] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    7.460136] fuse: init (API version 7.41)
[    7.464416] integrity: Platform Keyring initialized
[    7.481539] Key type asymmetric registered
[    7.485637] Asymmetric key parser 'x509' registered
[    7.490551] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[    7.498032] io scheduler mq-deadline registered
[    7.504183] pcieport 0000:00:03.2: PME: Signaling with IRQ 38
[    7.510289] pcieport 0000:00:07.1: PME: Signaling with IRQ 40
[    7.516239] pcieport 0000:00:08.1: PME: Signaling with IRQ 41
[    7.522196] pcieport 0000:40:03.1: PME: Signaling with IRQ 42
[    7.527983] pcieport 0000:40:03.1: pciehp: Slot #167 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.541949] pcieport 0000:40:03.2: PME: Signaling with IRQ 43
[    7.547766] pcieport 0000:40:03.2: pciehp: Slot #166 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.561726] pcieport 0000:40:03.3: PME: Signaling with IRQ 44
[    7.567523] pcieport 0000:40:03.3: pciehp: Slot #169 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.581471] pcieport 0000:40:03.4: PME: Signaling with IRQ 45
[    7.587263] pcieport 0000:40:03.4: pciehp: Slot #168 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.601272] pcieport 0000:40:07.1: PME: Signaling with IRQ 47
[    7.607213] pcieport 0000:40:08.1: PME: Signaling with IRQ 48
[    7.613319] pcieport 0000:80:01.1: PME: Signaling with IRQ 49
[    7.619117] pcieport 0000:80:01.1: pciehp: Slot #160 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.633066] pcieport 0000:80:01.2: PME: Signaling with IRQ 50
[    7.638854] pcieport 0000:80:01.2: pciehp: Slot #161 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.652930] pcieport 0000:80:07.1: PME: Signaling with IRQ 52
[    7.658937] pcieport 0000:80:08.1: PME: Signaling with IRQ 54
[    7.664921] pcieport 0000:80:08.2: PME: Signaling with IRQ 55
[    7.670858] pcieport 0000:c0:03.1: PME: Signaling with IRQ 56
[    7.676654] pcieport 0000:c0:03.1: pciehp: Slot #163 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.690588] pcieport 0000:c0:03.2: PME: Signaling with IRQ 57
[    7.696377] pcieport 0000:c0:03.2: pciehp: Slot #162 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.710317] pcieport 0000:c0:03.3: PME: Signaling with IRQ 58
[    7.716110] pcieport 0000:c0:03.3: pciehp: Slot #165 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.730046] pcieport 0000:c0:03.4: PME: Signaling with IRQ 59
[    7.735834] pcieport 0000:c0:03.4: pciehp: Slot #164 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.749739] pcieport 0000:c0:05.1: PME: Signaling with IRQ 60
[    7.755648] pcieport 0000:c0:05.2: PME: Signaling with IRQ 61
[    7.761646] pcieport 0000:c0:07.1: PME: Signaling with IRQ 63
[    7.767648] pcieport 0000:c0:08.1: PME: Signaling with IRQ 65
[    7.773668] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    7.780759] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[    7.788225] ACPI: button: Power Button [PWRF]
[    7.800320] Estimated ratio of average max frequency by base frequency (times 1024): 1464
[    7.824444] ERST: Error Record Serialization Table (ERST) support is initialized.
[    7.831951] pstore: Using crash dump compression: deflate
[    7.837354] pstore: Registered erst as persistent store backend
[    7.843400] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    7.849953] 00:03: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A
[    7.858076] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    7.868963] Linux agpgart interface v0.103
[    7.898299] loop: module loaded
[    7.912735] ahci 0000:85:00.0: AHCI vers 0001.0301, 32 command slots, 6 Gbps, SATA mode
[    7.920781] ahci 0000:85:00.0: 8/8 ports implemented (port mask 0xff)
[    7.927230] ahci 0000:85:00.0: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part sxs 
[    7.937378] scsi host0: ahci
[    7.940484] scsi host1: ahci
[    7.943562] scsi host2: ahci
[    7.946646] scsi host3: ahci
[    7.949722] scsi host4: ahci
[    7.952801] scsi host5: ahci
[    7.955872] scsi host6: ahci
[    7.958948] scsi host7: ahci
[    7.961887] ata1: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800100 irq 67 lpm-pol 0
[    7.970153] ata2: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800180 irq 68 lpm-pol 0
[    7.978413] ata3: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800200 irq 69 lpm-pol 0
[    7.986672] ata4: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800280 irq 70 lpm-pol 0
[    7.994931] ata5: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800300 irq 71 lpm-pol 0
[    8.003190] ata6: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800380 irq 72 lpm-pol 0
[    8.011450] ata7: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800400 irq 73 lpm-pol 0
[    8.019709] ata8: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800480 irq 74 lpm-pol 0
[    8.028238] tun: Universal TUN/TAP device driver, 1.6
[    8.033354] PPP generic driver version 2.4.2
[    8.037762] VFIO - User Level meta-driver version: 0.3
[    8.043235] xhci_hcd 0000:03:00.3: xHCI Host Controller
[    8.048486] xhci_hcd 0000:03:00.3: new USB bus registered, assigned bus number 1
[    8.055988] xhci_hcd 0000:03:00.3: hcc params 0x0260ffe5 hci version 0x110 quirks 0x0000000000000010
[    8.065535] xhci_hcd 0000:03:00.3: xHCI Host Controller
[    8.070766] xhci_hcd 0000:03:00.3: new USB bus registered, assigned bus number 2
[    8.078164] xhci_hcd 0000:03:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[    8.085260] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.11
[    8.093524] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    8.100749] usb usb1: Product: xHCI Host Controller
[    8.105629] usb usb1: Manufacturer: Linux 6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d xhci-hcd
[    8.114583] usb usb1: SerialNumber: 0000:03:00.3
[    8.119364] hub 1-0:1.0: USB hub found
[    8.123130] hub 1-0:1.0: 2 ports detected
[    8.127967] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    8.136091] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.11
[    8.144354] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    8.151583] usb usb2: Product: xHCI Host Controller
[    8.156471] usb usb2: Manufacturer: Linux 6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d xhci-hcd
[    8.165430] usb usb2: SerialNumber: 0000:03:00.3
[    8.170173] hub 2-0:1.0: USB hub found
[    8.173940] hub 2-0:1.0: 2 ports detected
[    8.178838] xhci_hcd 0000:46:00.3: xHCI Host Controller
[    8.184076] xhci_hcd 0000:46:00.3: new USB bus registered, assigned bus number 3
[    8.191572] xhci_hcd 0000:46:00.3: hcc params 0x0260ffe5 hci version 0x110 quirks 0x0000000000000010
[    8.201062] xhci_hcd 0000:46:00.3: xHCI Host Controller
[    8.206293] xhci_hcd 0000:46:00.3: new USB bus registered, assigned bus number 4
[    8.213686] xhci_hcd 0000:46:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[    8.220778] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.11
[    8.229079] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    8.236311] usb usb3: Product: xHCI Host Controller
[    8.241203] usb usb3: Manufacturer: Linux 6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d xhci-hcd
[    8.250162] usb usb3: SerialNumber: 0000:46:00.3
[    8.254917] hub 3-0:1.0: USB hub found
[    8.258682] hub 3-0:1.0: 2 ports detected
[    8.263456] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    8.271572] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.11
[    8.279836] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    8.287055] usb usb4: Product: xHCI Host Controller
[    8.291932] usb usb4: Manufacturer: Linux 6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d xhci-hcd
[    8.300888] usb usb4: SerialNumber: 0000:46:00.3
[    8.305627] hub 4-0:1.0: USB hub found
[    8.309390] hub 4-0:1.0: 2 ports detected
[    8.314387] usbcore: registered new interface driver uas
[    8.319723] usbcore: registered new interface driver usb-storage
[    8.325812] i8042: PNP: No PS/2 controller found.
[    8.330636] mousedev: PS/2 mouse device common for all mice
[    8.336316] rtc_cmos 00:02: RTC can wake from S4
[    8.341196] rtc_cmos 00:02: registered as rtc0
[    8.342554] ata1: SATA link down (SStatus 0 SControl 300)
[    8.345714] rtc_cmos 00:02: setting system clock to 2024-09-03T10:27:49 UTC (1725359269)
[    8.351066] ata3: SATA link down (SStatus 0 SControl 300)
[    8.359162] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram
[    8.364550] ata8: SATA link down (SStatus 0 SControl 300)
[    8.371232] i2c_dev: i2c /dev entries driver
[    8.376646] ata4: SATA link down (SStatus 0 SControl 300)
[    8.380910] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[    8.386317] ata2: SATA link down (SStatus 0 SControl 300)
[    8.388221] usb 1-1: new high-speed USB device number 2 using xhci_hcd
[    8.398463] tsc: Refined TSC clocksource calibration: 1996.250 MHz
[    8.400301] device-mapper: uevent: version 1.0.3
[    8.400472] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@lists.linux.dev
[    8.400529] platform eisa.0: Probing EISA bus 0
[    8.400533] platform eisa.0: EISA: Cannot allocate resource for mainboard
[    8.400536] platform eisa.0: Cannot allocate resource for EISA slot 1
[    8.400539] platform eisa.0: Cannot allocate resource for EISA slot 2
[    8.400542] platform eisa.0: Cannot allocate resource for EISA slot 3
[    8.400544] platform eisa.0: Cannot allocate resource for EISA slot 4
[    8.400547] platform eisa.0: Cannot allocate resource for EISA slot 5
[    8.400549] platform eisa.0: Cannot allocate resource for EISA slot 6
[    8.400552] platform eisa.0: Cannot allocate resource for EISA slot 7
[    8.400554] platform eisa.0: Cannot allocate resource for EISA slot 8
[    8.400557] platform eisa.0: EISA: Detected 0 cards
[    8.400564] amd_pstate: driver load is disabled, boot with specific mode to enable this
[    8.403877] ata7: SATA link down (SStatus 0 SControl 300)
[    8.410440] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x398caf77d7a, max_idle_ns: 881590459467 ns
[    8.416594] ata5: SATA link down (SStatus 0 SControl 300)
[    8.526614] ata6: SATA link down (SStatus 0 SControl 300)
[    8.526623] clocksource: Switched to clocksource tsc
[    8.532893] ledtrig-cpu: registered to indicate activity on CPUs
[    8.543036] efifb: probing for efifb
[    8.546635] efifb: No BGRT, not showing boot graphics
[    8.551687] efifb: framebuffer at 0xc6000000, using 3072k, total 3072k
[    8.558212] efifb: mode is 1024x768x32, linelength=4096, pages=1
[    8.564221] efifb: scrolling: redraw
[    8.567794] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    8.573426] fbcon: Deferring console take-over
[    8.577881] fb0: EFI VGA frame buffer device
[    8.582172] usb 3-1: new high-speed USB device number 2 using xhci_hcd
[    8.582296] drop_monitor: Initializing network drop monitor service
[    8.595140] NET: Registered PF_INET6 protocol family
[    8.607114] usb 1-1: New USB device found, idVendor=0424, idProduct=2744, bcdDevice= 1.21
[    8.608747] Segment Routing with IPv6
[    8.615293] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    8.618967] In-situ OAM (IOAM) with IPv6
[    8.626089] usb 1-1: Product: USB2734
[    8.630038] NET: Registered PF_PACKET protocol family
[    8.633681] usb 1-1: Manufacturer: Microchip Tech
[    8.638862] Key type dns_resolver registered
[    8.657907] microcode: Current revision: 0x0a0011d3
[    8.666158] resctrl: L3 allocation detected
[    8.670350] resctrl: MB allocation detected
[    8.674531] resctrl: L3 monitoring detected
[    8.678918] IPI shorthand broadcast: enabled
[    8.686132] sched_clock: Marking stable (8616001421, 68213534)->(9669548049, -985333094)
[    8.693590] hub 1-1:1.0: USB hub found
[    8.698242] hub 1-1:1.0: 4 ports detected
[    8.698721] registered taskstats version 1
[    8.708444] Loading compiled-in X.509 certificates
[    8.713863] Loaded X.509 cert 'Build time autogenerated kernel key: 5c3510c35dece95d6a55c59a8d47cc68b34970d5'
[    8.726982] Demotion targets for Node 0: null
[    8.729313] usb 3-1: New USB device found, idVendor=1604, idProduct=10c0, bcdDevice= 0.00
[    8.731344] Demotion targets for Node 1: null
[    8.739507] usb 3-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    8.744492] Key type .fscrypt registered
[    8.754927] Key type fscrypt-provisioning registered
[    8.757367] usb 2-1: new SuperSpeed USB device number 2 using xhci_hcd
[    8.767034] cryptd: max_cpu_qlen set to 1000
[    8.774332] AES CTR mode by8 optimization enabled
[    8.780605] usb 2-1: New USB device found, idVendor=0424, idProduct=5744, bcdDevice= 1.21
[    8.788801] usb 2-1: New USB device strings: Mfr=2, Product=3, SerialNumber=0
[    8.793094] Key type encrypted registered
[    8.795934] usb 2-1: Product: USB5734
[    8.797140] hub 3-1:1.0: USB hub found
[    8.797311] hub 3-1:1.0: 4 ports detected
[    8.799953] AppArmor: AppArmor sha256 policy hashing enabled
[    8.803611] usb 2-1: Manufacturer: Microchip Tech
[    8.807474] integrity: Loading X.509 certificate: UEFI:db
[    8.827171] integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
[    8.837462] hub 2-1:1.0: USB hub found
[    8.837954] integrity: Loading X.509 certificate: UEFI:db
[    8.841733] hub 2-1:1.0: 4 ports detected
[    8.847144] integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
[    8.862146] integrity: Loading X.509 certificate: UEFI:db
[    8.867665] integrity: Loaded X.509 cert 'VMware, Inc.: 4ad8ba0472073d28127706ddc6ccb9050441bbc7'
[    8.876533] integrity: Loading X.509 certificate: UEFI:db
[    8.882082] integrity: Loaded X.509 cert 'VMware, Inc.: VMware Secure Boot Signing: 04597f3e1ffb240bba0ff0f05d5eb05f3e15f6d7'
[    8.893637] ima: No TPM chip found, activating TPM-bypass!
[    8.899129] Loading compiled-in module X.509 certificates
[    8.904922] Loaded X.509 cert 'Build time autogenerated kernel key: 5c3510c35dece95d6a55c59a8d47cc68b34970d5'
[    8.914830] ima: Allocated hash algorithm: sha1
[    8.919366] ima: No architecture policies found
[    8.923925] evm: Initialising EVM extended attributes:
[    8.929067] evm: security.selinux
[    8.932384] evm: security.SMACK64
[    8.935702] evm: security.SMACK64EXEC
[    8.939370] evm: security.SMACK64TRANSMUTE
[    8.943472] evm: security.SMACK64MMAP
[    8.947137] evm: security.apparmor
[    8.950543] evm: security.ima
[    8.953515] evm: security.capability
[    8.957095] evm: HMAC attrs: 0x1
[    8.960733] PM:   Magic number: 8:229:476
[    8.964810] thermal cooling_device56: hash matches
[    8.969678] acpi ACPI0007:6f: hash matches
[    8.974431] RAS: Correctable Errors collector initialized.
[    8.980105] clk: Disabling unused clocks
[    8.984031] PM: genpd: Disabling unused power domains
[    8.991197] Freeing unused decrypted memory: 2028K
[    8.996742] Freeing unused kernel image (initmem) memory: 4684K
[    9.002676] Write protecting the kernel read-only data: 26624k
[    9.009010] Freeing unused kernel image (rodata/data gap) memory: 448K
[    9.079704] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    9.086150] Run /init as init process
[    9.096416] systemd[1]: Inserted module 'autofs4'
[    9.401938] systemd[1]: systemd 250-12.el9_1 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 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK +XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[    9.433821] systemd[1]: Detected architecture x86-64.
[    9.438879] systemd[1]: Running in initial RAM disk.

Welcome to ^[[0;31mRed Hat Enterprise Linux 9.1 (Plow) dracut-057-13.git20220816.el9 (Initramfs)^[[0m!

[    9.464330] systemd[1]: Hostname set to <hostname.amd.com>.
[    9.575798] systemd[1]: Queued start job for default target Initrd Default Target.
[    9.576225] usb 3-1.1: new high-speed USB device number 3 using xhci_hcd
[    9.583486] systemd[1]: Reached target Initrd /usr File System.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mInitrd /usr File System^[[0m.
[    9.608292] systemd[1]: Reached target Local File Systems.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mLocal File Systems^[[0m.
[    9.624288] systemd[1]: Reached target Slice Units.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSlice Units^[[0m.
[    9.640281] systemd[1]: Reached target Swaps.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSwaps^[[0m.
[    9.656273] systemd[1]: Reached target Timer Units.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mTimer Units^[[0m.
[    9.672400] systemd[1]: Listening on D-Bus System Message Bus Socket.
[^[[0;32m  OK  ^[[[    9.679812] usb 3-1.1: New USB device found, idVendor=1604, idProduct=10c0, bcdDevice= 0.00
0m] Listening on[    9.688613] usb 3-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
 ^[[0;1;39mD-Bus System Message Bus Socket^[[0m.
[    9.704431] systemd[1]: Listening on Journal Socket (/dev/log).
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mJournal Socket (/dev/log)^[[0m.
[    9.720431] systemd[1]: Listening on Journal Socket.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mJournal Socket^[[0m.
[    9.736438] systemd[1]: Listening on udev Control Socket.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mudev Control Socket^[[0m.
[    9.752385] systemd[1]: Listening on udev Kernel Socket.
[    9.757160] hub 3-1.1:1.0: USB hub found
[^[[0;32m  OK  ^[[[    9.761813] hub 3-1.1:1.0: 4 ports detected
0m] Listening on ^[[0;1;39mudev Kernel Socket^[[0m.
[    9.776267] systemd[1]: Reached target Socket Units.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSocket Units^[[0m.
[    9.817980] systemd[1]: Starting Create List of Static Device Nodes...
         Starting ^[[0;1;39mCreate List of Static Device Nodes^[[0m...
[    9.838331] systemd[1]: Starting Journal Service...
[    9.840229] usb 3-1.4: new high-speed USB device number 4 using xhci_hcd
         Starting ^[[0;1;39mJournal Service^[[0m...
[    9.861503] systemd[1]: Starting Load Kernel Modules...
         Starting ^[[0;1;39mLoad Kernel Modules^[[0m...
[    9.877436] systemd[1]: Starting Create System Users...
         Starting ^[[0;1;39mCreate System Users^[[0m...
[    9.893438] systemd[1]: Starting Setup Virtual Console...
         Starting ^[[0;1;39mSetup Virtual Console^[[0m...
[    9.909670] systemd[1]: Finished Create List of Static Device Nodes.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate List of Static Device Nodes^[[0m.
[    9.928759] systemd[1]: Finished Load Kernel Modules.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mLoad Kernel Modules^[[0m.
[    9.941193] usb 3-1.4: New USB device found, idVendor=1604, idProduct=10c0, bcdDevice= 0.00
[    9.949568] usb 3-1.4: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    9.949792] systemd[1]: Started Journal Service.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mJournal Service^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mSetup Virtual Console^[[0m.
[   10.013298] hub 3-1.4:1.0: USB hub found
[   10.017436] hub 3-1.4:1.0: 4 ports detected
         Starting ^[[0;1;39mdracut cmdline hook^[[0m...
         Starting ^[[0;1;39mApply Kernel Variables^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mApply Kernel Variables^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate System Users^[[0m.
         Starting ^[[0;1;39mCreate Static Device Nodes in /dev^[[0m...
         Starting ^[[0;1;39mCreate Volatile Files and Directories^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mdracut cmdline hook^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate Static Device Nodes in /dev^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate Volatile Files and Directories^[[0m.
         Starting ^[[0;1;39mdracut pre-udev hook^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mdracut pre-udev hook^[[0m.
         Starting ^[[0;1;39mRule-based Manage…for Device Events and Files^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mRule-based Manager for Device Events and Files^[[0m.
         Starting ^[[0;1;39mColdplug All udev Devices^[[0m...
[   10.430272] wmi_bus wmi_bus-PNP0C14:00: [Firmware Bug]: WQBC data block query control method not found
[^[[0;32m  OK  ^[[0m] Finished ^[[0[   10.441463] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
;1;39mColdplug A[   10.448357] sp5100-tco sp5100-tco: Using 0xfeb00000 for watchdog MMIO address
ll udev Devices^[[   10.456904] sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0)
[0m.
[   10.467246] ccp 0000:46:00.1: no command queues available
[   10.472737] ccp 0000:46:00.1: sev enabled
[   10.476759] ccp 0000:46:00.1: psp enabled
[^[[0;32m  OK  ^[[[   10.494337] ACPI: bus type drm_connector registered
0m] Reached targ[   10.499261] tg3 0000:c1:00.0 eth0: Tigon3 [partno(BCM95720) rev 5720000] (PCI Express) MAC address d0:8e:79:bb:95:90
et ^[[0;1;39mSyst[   10.512268] tg3 0000:c1:00.0 eth0: attached PHY is 5720C (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[1])
em Initializatio[   10.523473] tg3 0000:c1:00.0 eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[1] TSOcap[1]
n^[[0m.
[   10.532663] tg3 0000:c1:00.0 eth0: dma_rwctrl[00000001] dma_mask[64-bit]
[^[[0;32m  OK  ^[[[   10.540735] mpt3sas version 48.100.00.00 loaded
0m] Reached target ^[[0;1;39mNetw[   10.548656] mpt3sas_cm0: 63 BIT PCI BUS DMA ADDRESSING SUPPORTED, total mem (262456368 kB)
ork^[[0m.
[   10.566349] tg3 0000:c1:00.1 eth1: Tigon3 [partno(BCM95720) rev 5720000] (PCI Express) MAC address d0:8e:79:bb:95:91
[   10.576871] tg3 0000:c1:00.1 eth1: attached PHY is 5720C (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[1])
[   10.586719] tg3 0000:c1:00.1 eth1: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[1] TSOcap[1]
[   10.594554] tg3 0000:c1:00.1 eth1: dma_rwctrl[00000001] dma_mask[64-bit]
[   10.607253] mpt3sas_cm0: CurrentHostPageSize is 0: Setting default host page size to 4k
[   10.615279] mpt3sas_cm0: MSI-X vectors supported: 96
[   10.620246] 	 no of cores: 128, max_msix_vectors: -1
[   10.625210] mpt3sas_cm0:  0 96 96
[   10.632339] mpt3sas_cm0: High IOPs queues : disabled
[   10.637307] mpt3sas0-msix0: PCI-MSI-X enabled: IRQ 107
[   10.642444] mpt3sas0-msix1: PCI-MSI-X enabled: IRQ 108
[   10.647585] mpt3sas0-msix2: PCI-MSI-X enabled: IRQ 109
[   10.652724] mpt3sas0-msix3: PCI-MSI-X enabled: IRQ 110
[   10.657862] mpt3sas0-msix4: PCI-MSI-X enabled: IRQ 111
[   10.663002] mpt3sas0-msix5: PCI-MSI-X enabled: IRQ 112
[   10.668144] mpt3sas0-msix6: PCI-MSI-X enabled: IRQ 113
[   10.673281] mpt3sas0-msix7: PCI-MSI-X enabled: IRQ 114
[   10.678419] mpt3sas0-msix8: PCI-MSI-X enabled: IRQ 115
[   10.683559] mpt3sas0-msix9: PCI-MSI-X enabled: IRQ 116
[   10.688700] mpt3sas0-msix10: PCI-MSI-X enabled: IRQ 117
[   10.693924] mpt3sas0-msix11: PCI-MSI-X enabled: IRQ 118
[   10.699150] mpt3sas0-msix12: PCI-MSI-X enabled: IRQ 119
[   10.704376] mpt3sas0-msix13: PCI-MSI-X enabled: IRQ 120
[   10.709600] mpt3sas0-msix14: PCI-MSI-X enabled: IRQ 121
[   10.714827] mpt3sas0-msix15: PCI-MSI-X enabled: IRQ 122
[   10.720056] mpt3sas0-msix16: PCI-MSI-X enabled: IRQ 123
[   10.725283] mpt3sas0-msix17: PCI-MSI-X enabled: IRQ 124
[   10.730518] mpt3sas0-msix18: PCI-MSI-X enabled: IRQ 125
[   10.735750] mpt3sas0-msix19: PCI-MSI-X enabled: IRQ 126
[   10.740974] mpt3sas0-msix20: PCI-MSI-X enabled: IRQ 127
[   10.746212] mpt3sas0-msix21: PCI-MSI-X enabled: IRQ 128
[   10.746213] mpt3sas0-msix22: PCI-MSI-X enabled: IRQ 129
[   10.746215] mpt3sas0-msix23: PCI-MSI-X enabled: IRQ 130
[   10.746217] mpt3sas0-msix24: PCI-MSI-X enabled: IRQ 131
         Startin[   10.746218] mpt3sas0-msix25: PCI-MSI-X enabled: IRQ 132
g ^[[0;1;39mdracu[   10.773732] mpt3sas0-msix26: PCI-MSI-X enabled: IRQ 133
t initqueue hook[   10.780338] mpt3sas0-msix27: PCI-MSI-X enabled: IRQ 134
^[[0m...
[   10.786952] mpt3sas0-msix28: PCI-MSI-X enabled: IRQ 135
[   10.792955] mpt3sas0-msix29: PCI-MSI-X enabled: IRQ 136
[   10.798185] mpt3sas0-msix30: PCI-MSI-X enabled: IRQ 137
[   10.798186] mpt3sas0-msix31: PCI-MSI-X enabled: IRQ 138
[   10.798188] mpt3sas0-msix32: PCI-MSI-X enabled: IRQ 139
[   10.798189] mpt3sas0-msix33: PCI-MSI-X enabled: IRQ 140
[   10.798191] mpt3sas0-msix34: PCI-MSI-X enabled: IRQ 141
[   10.824319] mpt3sas0-msix35: PCI-MSI-X enabled: IRQ 142
[   10.824320] mpt3sas0-msix36: PCI-MSI-X enabled: IRQ 143
[   10.824322] mpt3sas0-msix37: PCI-MSI-X enabled: IRQ 144
[   10.824323] mpt3sas0-msix38: PCI-MSI-X enabled: IRQ 145
[   10.824324] mpt3sas0-msix39: PCI-MSI-X enabled: IRQ 146
[   10.824325] mpt3sas0-msix40: PCI-MSI-X enabled: IRQ 147
[   10.824327] mpt3sas0-msix41: PCI-MSI-X enabled: IRQ 148
[   10.824328] mpt3sas0-msix42: PCI-MSI-X enabled: IRQ 149
^[[2J^[[3J[   10.824330] mpt3sas0-msix43: PCI-MSI-X enabled: IRQ 150
[   10.824331] mpt3sas0-msix44: PCI-MSI-X enabled: IRQ 151
[   10.877270] mpt3sas0-msix45: PCI-MSI-X enabled: IRQ 152
^[[-1;-1f[   10.882499] mpt3sas0-msix46: PCI-MSI-X enabled: IRQ 153
         Startin[   10.888428] mpt3sas0-msix47: PCI-MSI-X enabled: IRQ 154
g ^[[0;1;39mShow [   10.895031] mpt3sas0-msix48: PCI-MSI-X enabled: IRQ 155
Plymouth Boot Sc[   10.895033] mpt3sas0-msix49: PCI-MSI-X enabled: IRQ 156
reen^[[0m...
[   10.895034] mpt3sas0-msix50: PCI-MSI-X enabled: IRQ 157
[   10.895036] mpt3sas0-msix51: PCI-MSI-X enabled: IRQ 158
[   10.895037] mpt3sas0-msix52: PCI-MSI-X enabled: IRQ 159
[   10.895039] mpt3sas0-msix53: PCI-MSI-X enabled: IRQ 160
[   10.895040] mpt3sas0-msix54: PCI-MSI-X enabled: IRQ 161
[   10.935598] mpt3sas0-msix55: PCI-MSI-X enabled: IRQ 162
[   10.935600] mpt3sas0-msix56: PCI-MSI-X enabled: IRQ 163
[   10.935601] mpt3sas0-msix57: PCI-MSI-X enabled: IRQ 164
[   10.935602] mpt3sas0-msix58: PCI-MSI-X enabled: IRQ 165
[   10.935603] mpt3sas0-msix59: PCI-MSI-X enabled: IRQ 166
[^[[0;32m  OK  ^[[[   10.935605] mpt3sas0-msix60: PCI-MSI-X enabled: IRQ 167
0m] Started ^[[0;[   10.935607] mpt3sas0-msix61: PCI-MSI-X enabled: IRQ 168
[   10.935608] mpt3sas0-msix62: PCI-MSI-X enabled: IRQ 169
1;39mShow Plymou[   10.980176] mpt3sas0-msix63: PCI-MSI-X enabled: IRQ 170
th Boot Screen^[[[   10.980178] mpt3sas0-msix64: PCI-MSI-X enabled: IRQ 171
0m.
[   10.980179] mpt3sas0-msix65: PCI-MSI-X enabled: IRQ 172
[   10.980180] mpt3sas0-msix66: PCI-MSI-X enabled: IRQ 173
[   10.980182] mpt3sas0-msix67: PCI-MSI-X enabled: IRQ 174
[   10.986813] mgag200 0000:c3:00.0: vgaarb: deactivate vga console
[   10.993394] mpt3sas0-msix68: PCI-MSI-X enabled: IRQ 175
[   11.020822] mpt3sas0-msix69: PCI-MSI-X enabled: IRQ 176
[   11.020824] mpt3sas0-msix70: PCI-MSI-X enabled: IRQ 177
[   11.020825] mpt3sas0-msix71: PCI-MSI-X enabled: IRQ 178
[   11.020826] mpt3sas0-msix72: PCI-MSI-X enabled: IRQ 179
[^[[0;32m  OK  ^[[[   11.020828] mpt3sas0-msix73: PCI-MSI-X enabled: IRQ 180
0m] Started ^[[0;[   11.020829] mpt3sas0-msix74: PCI-MSI-X enabled: IRQ 181
1;39mForward Pas[   11.020830] mpt3sas0-msix75: PCI-MSI-X enabled: IRQ 182
sword R…s to P[   11.020832] mpt3sas0-msix76: PCI-MSI-X enabled: IRQ 183
lymouth Director[   11.068176] mpt3sas0-msix77: PCI-MSI-X enabled: IRQ 184
y Watch^[[0m.
[   11.068178] mpt3sas0-msix78: PCI-MSI-X enabled: IRQ 185
[   11.068179] mpt3sas0-msix79: PCI-MSI-X enabled: IRQ 186
[   11.068180] mpt3sas0-msix80: PCI-MSI-X enabled: IRQ 187
[   11.068181] mpt3sas0-msix81: PCI-MSI-X enabled: IRQ 188
[   11.068183] mpt3sas0-msix82: PCI-MSI-X enabled: IRQ 189
[   11.068184] mpt3sas0-msix83: PCI-MSI-X enabled: IRQ 190
[   11.068186] mpt3sas0-msix84: PCI-MSI-X enabled: IRQ 191
[   11.081073] [drm] Initialized mgag200 1.0.0 for 0000:c3:00.0 on minor 0
[   11.081313] mpt3sas0-msix85: PCI-MSI-X enabled: IRQ 192
[   11.124508] mpt3sas0-msix86: PCI-MSI-X enabled: IRQ 193
[   11.124510] mpt3sas0-msix87: PCI-MSI-X enabled: IRQ 194
[   11.124511] mpt3sas0-msix88: PCI-MSI-X enabled: IRQ 195
[   11.124512] mpt3sas0-msix89: PCI-MSI-X enabled: IRQ 196
[^[[0;32m  OK  ^[[[   11.124513] mpt3sas0-msix90: PCI-MSI-X enabled: IRQ 197
0m] Reached targ[   11.124515] mpt3sas0-msix91: PCI-MSI-X enabled: IRQ 198
et ^[[0;1;39mPath[   11.124517] mpt3sas0-msix92: PCI-MSI-X enabled: IRQ 199
 Units^[[0m.
[   11.165248] mpt3sas0-msix93: PCI-MSI-X enabled: IRQ 200
[   11.165250] mpt3sas0-msix94: PCI-MSI-X enabled: IRQ 201
[   11.165251] mpt3sas0-msix95: PCI-MSI-X enabled: IRQ 202
[   11.165252] fbcon: mgag200drmfb (fb0) is primary device
[   11.165253] mpt3sas_cm0: iomem(0x00000000e2100000), mapped(0x00000000e8930f0d), size(65536)
[   11.165255] fbcon: Deferring console take-over
[   11.165257] mpt3sas_cm0: ioport(0x0000000000001000), size(256)
[   11.171689] mgag200 0000:c3:00.0: [drm] fb0: mgag200drmfb frame buffer device
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mBasic System^[[0m.
[   11.224020] mpt3sas_cm0: CurrentHostPageSize is 0: Setting default host page size to 4k
[   11.232025] mpt3sas_cm0: sending message unit reset !!
[   11.238673] mpt3sas_cm0: message unit reset: SUCCESS
[   11.271295] mpt3sas_cm0: scatter gather: sge_in_main_msg(1), sge_per_chain(7), sge_per_io(128), chains_per_io(19)
[   11.282803] mpt3sas_cm0: request pool(0x000000003d5b8dee) - dma(0xe0600000): depth(9700), frame_size(128), pool_size(1212 kB)
[   11.319509] mpt3sas_cm0: sense pool(0x00000000d65e0e38) - dma(0xdef00000): depth(9463), element_size(96), pool_size (887 kB)
[   11.330820] mpt3sas_cm0: reply pool(0x000000003a3ef4e2) - dma(0xdec00000): depth(9764), frame_size(128), pool_size(1220 kB)
[   11.341956] mpt3sas_cm0: config page(0x00000000407dbe05) - dma(0xdebee000): size(512)
[   11.349782] mpt3sas_cm0: Allocated physical memory: size(40437 kB)
[   11.355960] mpt3sas_cm0: Current Controller Queue Depth(9460),Max Controller Queue Depth(9584)
[   11.364567] mpt3sas_cm0: Scatter Gather Elements per IO(128)
[   11.415872] mpt3sas_cm0: _base_display_fwpkg_version: complete
[   11.421717] mpt3sas_cm0: FW Package Ver(16.17.01.00)
[   11.426980] mpt3sas_cm0: LSISAS3008: FWVersion(16.00.11.00), ChipRevision(0x02)
[   11.434289] mpt3sas_cm0: Protocol=(Initiator,Target), Capabilities=(TLR,EEDP,Snapshot Buffer,Diag Trace Buffer,Task Set Full,NCQ)
[   11.446000] scsi host8: Fusion MPT SAS Host
[   11.452036] mpt3sas_cm0: sending port enable !!
[   11.456970] mpt3sas_cm0: hba_port entry: 000000002491f096, port: 255 is added to hba_port list
[   11.466636] mpt3sas_cm0: host_add: handle(0x0001), sas_addr(0x52cea7f0be87bf00), phys(8)
[   11.475068] mpt3sas_cm0: handle(0xa) sas_address(0x4433221100000000) port_type(0x1)
[   11.483946] scsi 8:0:0:0: Direct-Access     ATA      MTFDDAK960TDT    J004 PQ: 0 ANSI: 6
[   11.492037] scsi 8:0:0:0: SATA: handle(0x000a), sas_addr(0x4433221100000000), phy(0), device_name(0x500a075131911ad0)
[   11.502638] scsi 8:0:0:0: enclosure logical id (0x52cea7f0be87bf00), slot(1) 
[   11.509770] scsi 8:0:0:0: enclosure level(0x0001), connector name(     )
[   11.516520] scsi 8:0:0:0: atapi(n), ncq(y), asyn_notify(n), smart(y), fua(y), sw_preserve(y)
[   11.524960] scsi 8:0:0:0: qdepth(32), tagged(1), scsi_level(7), cmd_que(1)
[   11.539797]  end_device-8:0: add: handle(0x000a), sas_addr(0x4433221100000000)
[   11.547141] mpt3sas_cm0: handle(0xc) sas_address(0x58ce38ee219651a2) port_type(0x1)
[   11.556208] scsi 8:0:1:0: Direct-Access     KIOXIA   KPM6WVUG960G     BD08 PQ: 0 ANSI: 6
[   11.564297] scsi 8:0:1:0: SSP: handle(0x000c), sas_addr(0x58ce38ee219651a2), phy(4), device_name(0x58ce38ee219651a0)
[   11.574802] scsi 8:0:1:0: enclosure logical id (0x52cea7f0be87bf00), slot(0) 
[   11.581933] scsi 8:0:1:0: enclosure level(0x0001), connector name(     )
[   11.588629] scsi 8:0:1:0: qdepth(254), tagged(1), scsi_level(7), cmd_que(1)
[   11.597515]  end_device-8:1: add: handle(0x000c), sas_addr(0x58ce38ee219651a2)
[   11.604880] mpt3sas_cm0: handle(0xb) sas_address(0x4433221106000000) port_type(0x1)
[   11.613688] scsi 8:0:2:0: Direct-Access     ATA      MTFDDAK960TDT    J004 PQ: 0 ANSI: 6
[   11.621783] scsi 8:0:2:0: SATA: handle(0x000b), sas_addr(0x4433221106000000), phy(6), device_name(0x500a075131911a6f)
[   11.632382] scsi 8:0:2:0: enclosure logical id (0x52cea7f0be87bf00), slot(2) 
[   11.639513] scsi 8:0:2:0: enclosure level(0x0001), connector name(     )
[   11.646272] scsi 8:0:2:0: atapi(n), ncq(y), asyn_notify(n), smart(y), fua(y), sw_preserve(y)
[   11.654705] scsi 8:0:2:0: qdepth(32), tagged(1), scsi_level(7), cmd_que(1)
[   11.669574]  end_device-8:2: add: handle(0x000b), sas_addr(0x4433221106000000)
[   11.680225] mpt3sas_cm0: port enable: SUCCESS
[   11.684902] sd 8:0:0:0: Attached scsi generic sg0 type 0
[   11.690471] sd 8:0:1:0: Attached scsi generic sg1 type 0
[   11.690701] sd 8:0:1:0: [sdb] 1875385008 512-byte logical blocks: (960 GB/894 GiB)
[   11.695804] sd 8:0:0:0: [sda] 1875385008 512-byte logical blocks: (960 GB/894 GiB)
[   11.696020] scsi 8:0:2:0: Attached scsi generic sg2 type 0
[   11.696641] sd 8:0:2:0: [sdc] 1875385008 512-byte logical blocks: (960 GB/894 GiB)
[   11.696644] sd 8:0:2:0: [sdc] 4096-byte physical blocks
[   11.699019] sd 8:0:2:0: [sdc] Write Protect is off
[   11.700313] sd 8:0:2:0: [sdc] Write cache: enabled, read cache: enabled, supports DPO and FUA
[   11.703357] sd 8:0:1:0: [sdb] 4096-byte physical blocks
[   11.703537] sd 8:0:1:0: [sdb] Write Protect is off
[   11.710931] sd 8:0:0:0: [sda] 4096-byte physical blocks
[   11.716626] sd 8:0:1:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[   11.725994] sd 8:0:0:0: [sda] Write Protect is off
[   11.772418] sd 8:0:0:0: [sda] Write cache: enabled, read cache: enabled, supports DPO and FUA
[   11.782789]  sdc: sdc1 sdc2
[   11.785871] sd 8:0:2:0: [sdc] Attached SCSI disk
[   11.809444]  sdb: sdb1 sdb2
[   11.812380] sd 8:0:1:0: [sdb] Attached SCSI disk
[   11.826317]  sda: sda1 sda2 sda3 sda4 sda5 sda6 sda7
[   11.831663] sd 8:0:0:0: [sda] Attached SCSI disk
[   14.122960] ccp 0000:46:00.1: SEV API:1.55 build:17
[   14.127860] ccp 0000:46:00.1: SEV-SNP API:1.55 build:17
[^[[0;32m  OK  ^[[0m] Found device ^[[0;1;39m/dev/mapper/rhel_hostname-root^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mInitrd Root Device^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mdracut initqueue hook^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mPreparation for Remote File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mRemote File Systems^[[0m.
         Starting ^[[0;1;39mFile System Check…/mapper/rhel_hostname-root^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mFile System Check…ev/mapper/rhel_hostname-root^[[0m.
         Mounting ^[[0;1;39m/sysroot^[[0m...
[   14.737982] SGI XFS with ACLs, security attributes, realtime, quota, no debug enabled
[   14.748288] XFS (dm-1): Mounting V5 Filesystem 254e7c99-a3df-41be-8429-d28e07cb528a
[   14.778358] XFS (dm-1): Starting recovery (logdev: internal)
[   14.790777] XFS (dm-1): Ending recovery (logdev: internal)
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39m/sysroot^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mInitrd Root File System^[[0m.
         Starting ^[[0;1;39mReload Configuration from the Real Root^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mReload Configuration from the Real Root^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mInitrd File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mInitrd Default Target^[[0m.
         Starting ^[[0;1;39mdracut pre-pivot and cleanup hook^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mdracut pre-pivot and cleanup hook^[[0m.
         Starting ^[[0;1;39mCleaning Up and Shutting Down Daemons^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mNetwork^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mTimer Units^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mD-Bus System Message Bus Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mdracut pre-pivot and cleanup hook^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mInitrd Default Target^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mBasic System^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mInitrd Root Device^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mInitrd /usr File System^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mPath Units^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mRemote File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mPreparation for Remote File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mSlice Units^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mSocket Units^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mSystem Initialization^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mLocal File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mSwaps^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mdracut initqueue hook^[[0m.
         Starting ^[[0;1;39mPlymouth s[   15.203193] systemd-journald[1091]: Received SIGTERM from PID 1 (systemd).
witch root service^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mApply Kernel Variables^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mLoad Kernel Modules^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mCreate Volatile Files and Directories^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mColdplug All udev Devices^[[0m.
         Stopping ^[[0;1;39mRule-based Manage…for Device Events and Files^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCleaning Up and Shutting Down Daemons^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mPlymouth switch root service^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mRule-based Manager for Device Events and Files^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mudev Control Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mudev Kernel Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mdracut pre-udev hook^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mdracut cmdline hook^[[0m.
         Starting ^[[0;1;39mCleanup udev Database^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mCreate Static Device Nodes in /dev^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mCreate List of Static Device Node[   15.305842] systemd[1]: RTC configured in localtime, applying delta of 330 minutes to system time.
s^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mCr[   15.318855] systemd[1]: systemd 250-12.el9_1 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 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK +XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[   15.351955] systemd[1]: Detected architecture x86-64.

Welcome to ^[[0;31mRed Hat Enterprise Linux 9.1 (Plow)^[[0m!

[   15.408285] systemd-rc-local-generator[1745]: /etc/rc.d/rc.local is not marked executable, skipping.
[   15.655917] systemd[1]: initrd-switch-root.service: Deactivated successfully.
[   15.663223] systemd[1]: Stopped Switch Root.
[^[[0;32m  OK  ^[[[   15.667783] systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1.
0m] Stopped ^[[0;[   15.678399] systemd[1]: Created slice Virtual Machine and Container Slice.
1;39mSwitch Root[   15.686751] systemd[1]: Created slice Slice /system/getty.
^[[0m.
[^[[0;32m[   15.693613] systemd[1]: Created slice Slice /system/modprobe.
  OK  ^[[0m] Crea[   15.700745] systemd[1]: Created slice Slice /system/serial-getty.
ted slice ^[[0;1;[   15.708481] systemd[1]: Created slice Slice /system/sshd-keygen.
39mVirtual Machi[   15.715724] systemd[1]: Created slice Slice /system/systemd-fsck.
ne and Container[   15.722973] systemd[1]: Created slice User and Session Slice.
 Slice^[[0m.
[^[[   15.729617] systemd[1]: Dispatch Password Requests to Console Directory Watch was skipped because of a failed condition check (ConditionPathExists=!/run/plymouth/pid).
[0;32m  OK  ^[[0m[   15.745959] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
] Created slice [   15.755057] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
^[[0;1;39mSlice /[   15.765795] systemd[1]: Reached target Local Encrypted Volumes.
system/getty^[[0m[   15.772952] systemd[1]: Stopped target Switch Root.
.
[^[[0;32m  OK[   15.779251] systemd[1]: Stopped target Initrd File Systems.
  ^[[0m] Created [   15.786160] systemd[1]: Stopped target Initrd Root File System.
slice ^[[0;1;39mS[   15.793469] systemd[1]: Reached target Local Integrity Protected Volumes.
lice /system/mod[   15.801655] systemd[1]: Reached target Path Units.
probe^[[0m.
[^[[[   15.807858] systemd[1]: Reached target Slice Units.
0;32m  OK  ^[[0m][   15.814085] systemd[1]: Reached target Local Verity Protected Volumes.
 Created slice ^[[   15.822065] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[0;1;39mSlice /s[   15.830227] systemd[1]: Listening on LVM2 poll daemon socket.
ystem/serial-get[   15.837060] systemd[1]: multipathd control socket was skipped because of a failed condition check (ConditionPathExists=/etc/multipath.conf).
ty^[[0m.
[^[[0;32m  OK  ^[[0m] Created slice ^[[0;1;39mSlice /system/sshd-keygen^[[0m.
[^[[0;32m  OK  ^[[0m] Created slice ^[[0;1;39mSlice /system/systemd-fsck^[[0m.
[^[[0;32m  OK  ^[[0m] Created slice ^[[0;1;39mUser and Session Slice^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mForward Password R…uests to Wall Directory Watch^[[0m.
[^[[0;32m  OK  ^[[0m] Set up automount ^[[0;1;39mArbitrary…s File System Automount Point^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mLocal Encrypted Volumes^[[0[   15.892980] systemd[1]: Listening on RPCbind Server Activation Socket.
m.
[^[[0;32m  O[   15.900567] systemd[1]: Reached target RPC Port Mapper.
K  ^[[0m] Stopped[   15.908351] systemd[1]: Listening on Process Core Dump Socket.
 target ^[[0;1;39[   15.914403] systemd[1]: Listening on initctl Compatibility Named Pipe.
mSwitch Root^[[0m[   15.922686] systemd[1]: Listening on udev Control Socket.
.
[^[[0;32m  OK[   15.929120] systemd[1]: Listening on udev Kernel Socket.
  ^[[0m] Stopped target ^[[0;1;39m[   15.937136] systemd[1]: Activating swap /dev/mapper/rhel_hostname-swap...
Initrd File Syst[   15.942161] Adding 7815164k swap on /dev/mapper/rhel_hostname-swap.  Priority:-2 extents:1 across:7815164k SS
ems^[[0m.
[^[[0;32m  OK  ^[[0m] S[   15.958250] systemd[1]: Mounting Huge Pages File System...
topped target ^[[[   15.966257] systemd[1]: Mounting POSIX Message Queue File System...
0;1;39mInitrd Ro[   15.973875] systemd[1]: Mounting Kernel Debug File System...
ot File System^[[[   15.980926] systemd[1]: Mounting Kernel Trace File System...
0m.
[^[[0;32m  [   15.986821] systemd[1]: Kernel Module supporting RPCSEC_GSS was skipped because of a failed condition check (ConditionPathExists=/etc/krb5.keytab).
OK  ^[[0m] Reached target ^[[0;1;39mLocal Integrit[   16.004039] systemd[1]: Starting Create List of Static Device Nodes...
y Protected Volumes^[[0m.
[^[[0;[   16.013379] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
32m  OK  ^[[0m] R[   16.026223] systemd[1]: Starting Load Kernel Module configfs...
eached target ^[[[   16.033501] systemd[1]: Starting Load Kernel Module drm...
0;1;39mPath Unit[   16.040329] systemd[1]: Starting Load Kernel Module fuse...
s^[[0m.
[^[[0;32m  OK  ^[[0m] Rea[   16.048150] systemd[1]: Starting Read and set NIS domainname from /etc/sysconfig/network...
ched target ^[[0;[   16.057350] systemd[1]: plymouth-switch-root.service: Deactivated successfully.
1;39mSlice Units[   16.066010] systemd[1]: Stopped Plymouth switch root service.
^[[0m.
[^[[0;32m[   16.073247] systemd[1]: systemd-fsck-root.service: Deactivated successfully.
  OK  ^[[0m] Reac[   16.081564] systemd[1]: Stopped File System Check on Root Device.
hed target ^[[0;1[   16.089099] systemd[1]: Stopped Journal Service.
;39mLocal Verity Protected Volum[   16.097258] systemd[1]: Starting Journal Service...
es^[[0m.
[^[[0;32m  OK  ^[[0m] Li[   16.104826] systemd[1]: Starting Load Kernel Modules...
[   16.108293] systemd-journald[1772]: File /run/log/journal/8f37f8055146469d8baec3ad508b0084/system.journal corrupted or uncleanly shut down, renaming and replacing.
stening on ^[[0;1;39mDevice-mappe[   16.126702] systemd[1]: Starting Generate network units from Kernel command line...
r event daemon FIFOs^[[0m.
[^[[0[   16.137377] systemd[1]: Starting Remount Root and Kernel File Systems...
;32m  OK  ^[[0m] [   16.145231] systemd[1]: Repartition Root Disk was skipped because all trigger condition checks failed.
Listening on ^[[0;1;39mLVM2 poll [   16.157183] systemd[1]: Starting Coldplug All udev Devices...
daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listeni[   16.167491] systemd[1]: Activated swap /dev/mapper/rhel_hostname-swap.
ng on ^[[0;1;39mR[   16.175755] systemd[1]: Started Journal Service.
PCbind Server Activation Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mRPC Port Mapper^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mProcess Core Dump Socket^[[0m.
[^[[0;32m  OK[   16.196676] systemd-journald[1772]: Received client request to flush runtime journal.
  ^[[0m] Listening on ^[[0;1;39minitctl Compatibility Named Pipe^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mudev Control Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mudev Kernel Socket^[[0m.
         Activating swap ^[[0;1;39m/dev/mapper/rhel_hostname-swap^[[0m...
         Mounting ^[[0;1;39mHuge Pages File System^[[0m...
         Mounting ^[[0;1;39mPOSIX Message Queue File System^[[0m...
         Mounting ^[[0;1;39mKernel Debug File System^[[0m...
         Mounting ^[[0;1;39mKernel Trace File System^[[0m...
         Starting ^[[0;1;39mCreate List of Static Device Nodes^[[0m...
         Starting ^[[0;1;39mMonitoring of LVM…meventd or progress polling^[[0m...
         Starting ^[[0;1;39mLoad Kernel Module configfs^[[0m...
         Starting ^[[0;1;39mLoad Kernel Module drm^[[0m...
         Starting ^[[0;1;39mLoad Kernel Module fuse^[[0m...
         Starting ^[[0;1;39mRead and set NIS …from /etc/sysconfig/network^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mPlymouth switch root service^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mFile System Check on Root Device^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mJournal Service^[[0m.
         Starting ^[[0;1;39mJournal Service^[[0m...
         Starting ^[[0;1;39mLoad Kernel Modules^[[0m...
         Starting ^[[0;1;39mGenerate network …ts from Kernel command line^[[0m...
         Starting ^[[0;1;39mRemount Root and Kernel File Systems^[[0m...
         Starting ^[[0;1;39mColdplug All udev Devices^[[0m...
[^[[0;32m  OK  ^[[0m] Activated swap ^[[0;1;39m/dev/mapper/rhel_hostname-swap^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mJournal Service^[[0m.
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39mHuge Pages File System^[[0m.
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39mPOSIX Message Queue File System^[[0m.
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39mKernel Debug File System^[[0m.
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39mKernel Trace File System^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate List of Static Device Nodes^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mMonitoring of LVM… dmeventd or progress polling^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mL[   16.389625] IPMI message handler: version 39.2
oad Kernel Module configfs^[[0m.\r[   16.396880] ipmi device interface

[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mLoad Kernel Module drm^[[[   16.405323] ipmi_si: IPMI System Interface driver
0m.
[^[[0;32m  [   16.410827] ipmi_si dmi-ipmi-si.0: ipmi_platform: probing via SMBIOS
OK  ^[[0m] Finish[   16.418525] ipmi_platform: ipmi_si: SMBIOS: io 0xca8 regsize 1 spacing 4 irq 10
ed ^[[0;1;39mLoad[   16.427210] ipmi_si: Adding SMBIOS-specified kcs state machine
 Kernel Module f[   16.434575] ipmi_si IPI0001:00: ipmi_platform: probing via ACPI
use^[[0m.
[^[[0;[   16.441767] ipmi_si IPI0001:00: ipmi_platform: [io  0x0ca8] regsize 1 spacing 4 irq 10
32m  OK  ^[[0m] F[   16.451286] ipmi_si dmi-ipmi-si.0: Removing SMBIOS-specified kcs state machine in favor of ACPI
inished ^[[0;1;39[   16.461118] ipmi_si: Adding ACPI-specified kcs state machine
mRead and set NI[   16.468338] ipmi_si: Trying ACPI-specified kcs state machine at i/o address 0xca8, slave address 0x20, irq 10
S …e from /etc/sysconfig/netwo[   16.481943] pstore: backend 'erst' already in use: ignoring 'efi_pstore'
rk^[[0m.
[^[[0;3[   16.482096] input: PC Speaker as /devices/platform/pcspkr/input/input1
2m  OK  ^[[0m] Finished ^[[0;1;39m[   16.499262] RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
Load Kernel Modu[   16.507649] RAPL PMU: hw unit of domain package 2^-16 Joules
les^[[0m.
[^[[0;[   16.515383] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
32m  OK  ^[[0m] F[   16.523454] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
inished ^[[0;1;39mGenerate network units from Kernel command line[   16.536875] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
^[[0m.
[^[[0;32m[   16.545789] i2c i2c-3: Successfully instantiated SPD at 0x50
  OK  ^[[0m] Fini[   16.552770] i2c i2c-3: Successfully instantiated SPD at 0x51
shed ^[[0;1;39mRe[   16.559817] i2c i2c-3: Successfully instantiated SPD at 0x52
mount Root and K[   16.566864] i2c i2c-3: Successfully instantiated SPD at 0x53
ernel File Syste[   16.573909] i2c i2c-3: Successfully instantiated SPD at 0x54
ms^[[0m.
[^[[0;3[   16.580954] i2c i2c-3: Successfully instantiated SPD at 0x55
2m  OK  ^[[0m] Re[   16.587999] i2c i2c-3: Successfully instantiated SPD at 0x56
ached target ^[[0[   16.595048] i2c i2c-3: Successfully instantiated SPD at 0x57
;1;39mSwaps^[[0m.
         Mounting ^[[0;1;39mFUSE Control File System^[[0m...
         Mounting ^[[0;1;39mKernel Configuration File System^[[0m...
         Starting ^[[0;1;39mFlush Journal to Persistent Storage^[[0m...
         Starting ^[[0;1;39mLoad/Save Random Seed^[[0m...
         Starting ^[[0;1;39mApply Kernel Variables^[[0m...
         Starting ^[[0;1;39mCreate Static Device Nodes in /dev^[[0m...
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39mFUSE Control File System^[[0m.
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39mKernel Configuration File System^[[0m.
[^[[0;[   16.649266] ee1004 3-0050: 512 byte EE1004-compliant SPD EEPROM, read-only
32m  OK  ^[[0m] F[   16.658049] ee1004 3-0051: 512 byte EE1004-compliant SPD EEPROM, read-only
inished ^[[0;1;39[   16.666303] ee1004 3-0052: 512 byte EE1004-compliant SPD EEPROM, read-only
mLoad/Save Rando[   16.673956] kvm_amd: TSC scaling supported
m Seed^[[0m.
[^[[   16.674563] ee1004 3-0053: 512 byte EE1004-compliant SPD EEPROM, read-only
[0;32m  OK  ^[[0m[   16.678933] kvm_amd: Nested Virtualization enabled
] Finished ^[[0;1[   16.688265] ee1004 3-0054: 512 byte EE1004-compliant SPD EEPROM, read-only
;39mFlush Journa[   16.693369] kvm_amd: Nested Paging enabled
l to Persistent [   16.702748] ee1004 3-0055: 512 byte EE1004-compliant SPD EEPROM, read-only
Storage^[[0m.
[[   16.707117] kvm_amd: LBR virtualization supported
^[[0;32m  OK  ^[[0[   16.707119] kvm_amd: SEV enabled (ASIDs 101 - 509)
m] Finished ^[[0;[   16.716260] ee1004 3-0056: 512 byte EE1004-compliant SPD EEPROM, read-only
1;39mApply Kerne[   16.721467] kvm_amd: SEV-ES enabled (ASIDs 1 - 100)
l Variables^[[0m.[   16.728752] ee1004 3-0057: 512 byte EE1004-compliant SPD EEPROM, read-only

[^[[0;32m  OK [   16.735897] kvm_amd: SEV-SNP enabled (ASIDs 1 - 100)
 ^[[0m] Finished [   16.756927] kvm_amd: Virtual VMLOAD VMSAVE supported
^[[0;1;39mCreate [   16.763129] kvm_amd: Virtual GIF supported
Static Device Nodes in /dev^[[0m.
         Starting ^[[0;1;39mRule-based Manage…for Device Events and Files^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mRule-based Manager for Device Events and Files^[[0m.\r[   16.785466] EDAC MC0: Giving out device to module amd64_edac controller F19h: DEV 0000:00:18.3 (INTERRUPT)

         Start[   16.796287] EDAC amd64: F19h detected (node 0).
ing ^[[0;1;39mLoa[   16.802219] EDAC amd64: MC: 0:     0MB 1:     0MB
d Kernel Module [   16.808299] EDAC amd64: MC: 2: 16384MB 3: 16384MB
configfs^[[0m...\r[   16.814394] EDAC amd64: MC: 0:     0MB 1:     0MB

         Start[   16.820483] EDAC amd64: MC: 2: 16384MB 3: 16384MB
ing ^[[0;1;39mLoa[   16.826579] EDAC amd64: MC: 0:     0MB 1:     0MB
d Kernel Module [   16.832666] EDAC amd64: MC: 2: 16384MB 3: 16384MB
fuse^[[0m...
[^[[   16.838757] EDAC amd64: MC: 0:     0MB 1:     0MB
[0;32m  OK  ^[[0m[   16.844843] EDAC amd64: MC: 2: 16384MB 3: 16384MB
] Finished ^[[0;1[   16.850939] EDAC amd64: MC: 0:     0MB 1:     0MB
;39mLoad Kernel [   16.857018] EDAC amd64: MC: 2: 16384MB 3: 16384MB
Module configfs^[[   16.863117] EDAC amd64: MC: 0:     0MB 1:     0MB
[0m.
[^[[0;32m [   16.869204] EDAC amd64: MC: 2: 16384MB 3: 16384MB
 OK  ^[[0m] Finis[   16.875301] EDAC amd64: MC: 0:     0MB 1:     0MB
hed ^[[0;1;39mLoa[   16.881381] EDAC amd64: MC: 2: 16384MB 3: 16384MB
d Kernel Module [   16.887478] EDAC amd64: MC: 0:     0MB 1:     0MB
fuse^[[0m.
[^[[0[   16.893566] EDAC amd64: MC: 2: 16384MB 3: 16384MB
;32m  OK  ^[[0m] Finished ^[[0;1;39mColdplug All udev Devices^[[0m.
         Star[   16.906086] intel_rapl_common: Found RAPL domain package
ting ^[[0;1;39mWa[   16.911903] intel_rapl_common: Found RAPL domain core
it for udev To ā[   16.918537] amd_atl: AMD Address Translation Library initialized
€¦plete Device Initialization^[[0m...
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mLoad/Save RF …itch Status /dev/rfkill Watch^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39m/usr/sbin/lvm vgch…tivation event rhel_hostname^[[0m.
[   16.996237] ipmi_si IPI0001:00: The BMC does not support setting the recv irq bit, compensating, but the BMC needs to be fixed.
[   17.080403] ipmi_si IPI0001:00: Using irq 10
[   17.109427] ipmi_si IPI0001:00: IPMI message handler: Found new BMC (man_id: 0x0002a2, prod_id: 0x0100, dev_id: 0x20)
[   17.154231] ipmi_si IPI0001:00: IPMI kcs interface initialized
[   17.162692] ipmi_ssif: IPMI SSIF Interface driver
[   17.163719] power_meter ACPI000D:00: Found ACPI power meter.
[   17.173161] power_meter ACPI000D:00: hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mWait for udev To Complete Device Initialization^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mPreparation for Local File Systems^[[0m.
         Mounting ^[[0;1;39m/boot^[[0m...
      [   17.304112] XFS (sda6): Mounting V5 Filesystem 8a4de4ea-bc9f-4c69-9e30-c78fbc184188
   Mounting ^[[0;[   17.305930] XFS (dm-0): Mounting V5 Filesystem 3e33526b-995a-4b32-9d5d-d26941ce5b47
1;39m/home^[[0m...
         Starting ^[[0;1;39mFile System Check…/dev/disk/by-uuid/FBE5-86EF^[[0m...
[   17.335962] XFS (sda6): Starting recovery (logdev: internal)
[   17.337912] XFS (dm-0): Starting recovery (logdev: internal)
[   17.349820] XFS (sda6): Ending recovery (logdev: internal)
[   17.351861] XFS (dm-0): Ending recovery (logdev: internal)
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mFile System Check…n /dev/disk/by-uuid/FBE5-86EF^[[0m.
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39m/boot^[[0m.
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39m/home^[[0m.
         Mounting ^[[0;1;39m/boot/efi^[[0m...
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39m/boot/efi^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mLocal File Systems^[[0m.
         Starting ^[[0;1;39mTell Plymouth To Write Out Runtime Data^[[0m...
         Starting ^[[0;1;39mCreate Volatile Files and Directories^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mTell Plymouth To Write Out Runtime Data^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate Volatile Files and Directories^[[0m.
         Mounting ^[[0;1;39mRPC Pipe File System^[[0m...
         Starting ^[[0;1;39mSecurity Auditing Service^[[0m...
         Starting ^[[0;1;39mRPC Bind^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mRPC Bind^[[0m.
[   17.450400] RPC: Registered named UNIX socket transport module.
[   17.456353] RPC: Registered udp transport module.
[   17.461064] RPC: Registered tcp transport module.
[   17.465776] RPC: Registered tcp-with-tls transport module.
[   17.471262] RPC: Registered tcp NFSv4.1 backchannel transport module.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mSecurity Auditing Service^[[0m.
         Starting ^[[0;1;39mRecord System Boot/Shutdown in UTMP^[[0m...
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39mRPC Pipe File System^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mrpc_pipefs.target^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mRecord System Boot/Shutdown in UTMP^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSystem Initialization^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mdnf makecache --timer^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mDaily rotation of log files^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mUpdates mlocate database every day^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mDaily Cleanup of Temporary Directories^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mdaily update of the root trust anchor for DNSSEC^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mTimer Units^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mD-Bus System Message Bus Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mOpen-iSCSI iscsid Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mOpen-iSCSI iscsiuio Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mSSSD Kerberos…ache Manager responder socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt interface daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt locking daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt locking daemon admin socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt logging daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt logging daemon admin socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt network daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt nodedev daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt nwfilter daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt proxy daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt QEMU daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt QEMU daemon admin socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt QEMU daemon read-only socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt secret daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt storage daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSocket Units^[[0m.
         Starting ^[[0;1;39mD-Bus System Message Bus^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mD-Bus System Message Bus^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mBasic System^[[0m.
         Starting ^[[0;1;39mNTP client/server^[[0m...
         Starting ^[[0;1;39mRestore /run/initramfs on shutdown^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mirqbalance daemon^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mlibstoragemgmt plug-in server daemon^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mLow Memory Monitor^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mMachine Check Exception Logging Daemon^[[0m.
         Starting ^[[0;1;39mAuthorization Manager^[[0m...
         Starting ^[[0;1;39mSystem Logging Service^[[0m...
         Starting ^[[0;1;39mSelf Monitoring a…g Technology (SMART) Daemon^[[0m...
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39msshd-keygen.target^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mUser and Group Name Lookups^[[0m.
         Starting ^[[0;1;39mUser Login Management^[[0m...
         Starting ^[[0;1;39mVirtual Machine a…tainer Registration Service^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mRestore /run/initramfs on shutdown^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mVirtual Machine an…ontainer Registration Service^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mSystem Logging Service^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mUser Login Management^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mNTP client/server^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mSelf Monitoring an…ing Technology (SMART) Daemon^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mAuthorization Manager^[[0m.
         Starting ^[[0;1;39mfirewalld - dynamic firewall daemon^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mfirewalld - dynamic firewall daemon^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mPreparation for Network^[[0m.
         Starting ^[[0;1;39mNetwork Manager^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mNetwork Manager^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mNetwork^[[0m.
         Starting ^[[0;1;39mNetwork Manager Wait Online^[[0m...
         Starting ^[[0;1;39mGSSAPI Proxy Daemon^[[0m...
         Starting ^[[0;1;39mEnable periodic u…f entitlement certificates.^[[0m...
         Starting ^[[0;1;39mOpenSSH server daemon^[[0m...
         Starting ^[[0;1;39mDynamic System Tuning Daemon^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mEnable periodic up… of entitlement certificates.^[[0m.
         Starting ^[[0;1;39mHostname Service^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mOpenSSH server daemon^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mGSSAPI Proxy Daemon^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mNFS client services^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mHostname Service^[[0m.
         Starting ^[[0;1;39mNetwork Manager Script Dispatcher Service^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mNetwork Manager Script Dispatcher Service^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mDynamic System Tuning Daemon^[[0m.
[^[[0m^[[0;31m*     ^[[0m] A start job is running for Network Manager Wait Online (5s / no limit)
^[M\r^[[K[^[[0;1;31m*^[[0m^[[0;31m*    ^[[0m] A start job is running for Network Manager Wait Online (6s / no limit)
[   22.009441] tg3 0000:c1:00.0 eth0: Link is up at 1000 Mbps, full duplex
[   22.016068] tg3 0000:c1:00.0 eth0: Flow control is off for TX and off for RX
[   22.023120] tg3 0000:c1:00.0 eth0: EEE is disabled
^[M\r^[[K[^[[0;31m*^[[0;1;31m*^[[0m^[[0;31m*   ^[[0m] A start job is running for Network Manager Wait Online (6s / no limit)
^[M\r^[[K[ ^[[0;31m*^[[0;1;31m*^[[0m^[[0;31m*  ^[[0m] A start job is running for Network Manager Wait Online (7s / no limit)
^[M\r^[[K[  ^[[0;31m*^[[0;1;31m*^[[0m^[[0;31m* ^[[0m] A start job is running for Network Manager Wait Online (7s / no limit)
^[M\r^[[K[   ^[[0;31m*^[[0;1;31m*^[[0m^[[0;31m*^[[0m] A start job is running for Network Manager Wait Online (8s / no limit)
^[M\r^[[K[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mNetwork Manager Wait Online^[[0m.
^[[K[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mNetwork is Online^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mPreparation for Remote File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mRemote File Systems^[[0m.
         Starting ^[[0;1;39mNotify NFS peers of a restart^[[0m...
         Starting ^[[0;1;39mPermit User Sessions^[[0m...
         Starting ^[[0;1;39mlibvirt QEMU daemon^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mNotify NFS peers of a restart^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mPermit User Sessions^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mDeferred execution scheduler^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mCommand Scheduler^[[0m.
         Starting ^[[0;1;39mHold until boot process finishes up^[[0m...
         Starting ^[[0;1;39mTerminate Plymouth Boot Screen^[[0m...
[   24.466404] fbcon: Taking over console
[   24.507507] Console: switching to colour frame buffer device 128x48

Red Hat Enterprise Linux 9.1 (Plow)
Kernel 6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d on an x86_64

Activate the web console with: systemctl enable --now cockpit.socket

hostname login: [ 1615.003660] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[ 1615.030528] systemd-rc-local-generator[4678]: /etc/rc.d/rc.local is not marked executable, skipping.
[ 2085.902045] block dm-1: the capability attribute has been deprecated.
[ 2394.217063] overlay: module verification failed: signature and/or required key missing - tainting kernel
[ 2394.240159] evm: overlay not supported
[ 2640.895456] mpt3sas 0000:01:00.0: Using 63-bit DMA addresses
[ 2753.843636] sda6: Can't mount, would change RO state
^[[2J^[[3J^[[-1;-1f         Stopping ^[[0;1;39mUser Login Management^[[0m...
         Stopping ^[[0;1;39mUser Manager for UID 0^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mShow Plymouth Reboot with kexec Screen^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mUser Manager for UID 0^[[0m.
         Stopping ^[[0;1;39mUser Runtime Directory /run/user/0^[[0m...
[^[[0;32m  OK  ^[[0m] Unmounted ^[[0;1;39m/run/user/0^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mUser Runtime Directory /run/user/0^[[0m.
[^[[0;32m  OK  ^[[0m] Removed slice ^[[0;1;39mUser Slice of UID 0^[[0m.
         Stopping ^[[0;1;39mPermit User Sessions^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mPermit User Sessions^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mRemote File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mPreparation for Remote File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mNFS client services^[[0m.
         Stopping ^[[0;1;39mGSSAPI Proxy Daemon^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mGSSAPI Proxy Daemon^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mSystem Logging Service^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mUser Login Management^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mUser and Group Name Lookups^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mLow Memory Monitor^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mDynamic System Tuning Daemon^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mNetwork^[[0m.
         Stopping ^[[0;1;39mNetwork Manager^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mNetwork Manager^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mPreparation for Network^[[0m.
         Stopping ^[[0;1;39mfirewalld - dynamic firewall daemon^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mfirewalld - dynamic firewall daemon^[[0m.
         Stopping ^[[0;1;39mAuthorization Manager^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mAuthorization Manager^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mBasic System^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mForward Password R…s to Plymouth Directory Watch^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mPath Units^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mSlice Units^[[0m.
[^[[0;32m  OK  ^[[0m] Removed slice ^[[0;1;39mVirtual Machine and Container Slice^[[0m.
[^[[0;32m  OK  ^[[0m] Removed slice ^[[0;1;39mUser and Session Slice^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mSocket Units^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mOpen-iSCSI iscsid Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mOpen-iSCSI iscsiuio Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mlibvirt legacy monolithic daemon admin socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mlibvirt legacy monolithic daemon read-only socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mlibvirt legacy monolithic daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mSSSD Kerberos Cache Manager responder socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mlibvirt locking daemon admin socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mlibvirt locking daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1[ 2755.373914] audit: type=1305 audit(1725342216.954:417): op=set audit_pid=0 old=2288 auid=4294967295 ses=4294967295 subj=unconfined res=1
;39mlibvirt logging daemon admin[ 2755.388675] audit: type=1131 audit(1725342216.970:418): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=auditd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
 socket^[[0m.
[[ 2755.409941] audit: type=1131 audit(1725342216.990:419): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mlibvirt logging daemon socket^[[0m.
         Stopping ^[[0;1;39mD-Bus System Message Bus^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mD-Bus System Message Bus^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mD-Bus System Message Bus Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mSystem Initialization^[[0m.
[^[[0;32m  OK  ^[[0m] Unset automount ^[[0;1;39mArbitrary …s File System Automount Point^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mLocal Encrypted Volumes^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mForward Password R…uests to Wall Directory Watch^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mLocal Integrity Protected Volumes^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mSwaps^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mLocal Verity Protected Volumes^[[0m.
         Deactivating swap ^[[0;1;39m/dev/dis…dm-name-rhel_hostname-swap^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mRead and set NIS d…e from /etc/sysconfig/network^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mApply Kernel Variables^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mLoad Kernel Modules^[[0m.
   [ 2755.530516] audit: type=1131 audit(1725342217.114:420): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=systemd-fsck@dev-disk-by\x2duuid-FBE5\x2d86EF comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
      Stopping ^[[0;1;39mRecord System Boot/Shutdown in UTMP^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mRecord System Boot/Shutdown in UTMP^[[0m.
         Stopping ^[[0;1;39mSecurity Auditing Service^[[0m...
[^[[0;32m  OK  ^[[0m] Deactivated swap ^[[0;1;39m/dev/disk…yeb12DWUnp5czhD1hrKFNCXkJMetK^[[0m.
[^[[0;32m  OK  ^[[0m] Deactivated swap ^[[0;1;39m/dev/rhel_hostname/swap^[[0m.
[^[[0;32m  OK  ^[[0m] Deactivated swap ^[[0;1;39m/dev/disk…f-0fb1-4c94-97ac-38505613fcbf^[[0m.
[^[[0;32m  OK  ^[[0m] Deactivated swap ^[[0;1;39m/dev/disk…d/dm-name-rhel_hostname-swap^[[0m.
[^[[0;32m  OK  ^[[0m] Deactivated swap ^[[0;1;39m/dev/dm-2^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mSecurity Auditing Service^[[0m.
[^[[0;32m  OK  ^[[0m] Deactivated swap ^[[0;1;39m/dev/mapper/rhel_hostname-swap^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mCreate Volatile Files and Directories^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mLocal File Systems^[[0m.
         Unmounting ^[[0;1;39m/boot/efi^[[0m...
         Unmounting ^[[0;1;39m/home^[[0m...
[^[[0;32m  OK  ^[[0m] Unmounted ^[[0;1;39m/boot/efi^[[0m.
         Unmounting ^[[0;1;39m/boot^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mFile System Check on /dev/disk/by-uuid/FBE5-86EF^[[0m.
[^[[0;32m  OK  ^[[0m] Removed slice ^[[0;1;39mSlice /system/systemd-fsck^[[0m.
[ 2755.722694] XFS (sda6): Unmounting Filesystem 8a4de4ea-bc9f-4c69-9e30-c78fbc184188
[^[[0;32m  OK  ^[[0m] Unmounted ^[[0;1;39m/boot^[[0m.
[ 2757.090214] XFS (dm-0): Unmounting Filesystem 3e33526b-995a-4b32-9d5d-d26941ce5b47
[^[[0;32m  OK  ^[[0m] Unmounted ^[[0;1;39m/home^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mPreparation for Local File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mUnmount All Filesystems^[[0m.
         Stoppin[ 2757.326649] audit: type=1131 audit(1725342218.910:421): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=systemd-remount-fs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
g ^[[0;1;39mMonit[ 2757.348278] audit: type=1131 audit(1725342218.930:422): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
oring of LVM…meventd or progress polling^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mRemount Root and Kernel File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mCreate Static Device Nodes in /dev^[[0m.
[^[[0;32m  OK  ^[[[ 2757.448073] audit: type=1131 audit(1725342219.030:423): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
0m] Stopped ^[[0;1;39mMonitoring of LVM2… dmeventd or progress polling^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSystem Shutdown^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mLate Shutdown Services^[[0m.
         Starting ^[[0;1;39mReboot via kexec^[[0m...
[ 2757.517313] audit: type=1334 audit(1725342219.098:424): prog-id=45 op=UNLOAD
[ 2757.524366] audit: type=1334 audit(1725342219.098:425): prog-id=44 op=UNLOAD
[ 2757.531411] audit: type=1334 audit(1725342219.098:426): prog-id=43 op=UNLOAD
[ 2757.574895] systemd-shutdown[1]: Syncing filesystems and block devices.
[ 2757.582194] systemd-shutdown[1]: Sending SIGTERM to remaining processes...
[ 2757.609228] systemd-journald[1772]: Received SIGTERM from PID 1 (systemd-shutdow).
[ 2757.625130] systemd-shutdown[1]: Sending SIGKILL to remaining processes...
[ 2757.650052] systemd-shutdown[1]: Unmounting file systems.
[ 2757.656346] [333630]: Remounting '/' read-only with options 'attr2,inode64,logbufs=8,logbsize=32k,noquota'.
[ 2757.742222] systemd-shutdown[1]: All filesystems unmounted.
[ 2757.747842] systemd-shutdown[1]: Deactivating swaps.
[ 2757.752994] systemd-shutdown[1]: All swaps deactivated.
[ 2757.758234] systemd-shutdown[1]: Detaching loop devices.
[ 2757.764296] systemd-shutdown[1]: All loop devices detached.
[ 2757.769877] systemd-shutdown[1]: Stopping MD devices.
[ 2757.774984] systemd-shutdown[1]: All MD devices stopped.
[ 2757.780301] systemd-shutdown[1]: Detaching DM devices.
[ 2757.785786] systemd-shutdown[1]: Detaching DM /dev/dm-2 (253:2).
[ 2757.806393] systemd-shutdown[1]: Detaching DM /dev/dm-0 (253:0).
[ 2757.830071] systemd-shutdown[1]: Not all DM devices detached, 1 left.
[ 2757.836575] systemd-shutdown[1]: Detaching DM devices.
[ 2757.841980] systemd-shutdown[1]: Not all DM devices detached, 1 left.
[ 2757.848458] systemd-shutdown[1]: Detaching DM devices.
[ 2757.853785] systemd-shutdown[1]: Not all DM devices detached, 1 left.
[ 2757.860318] systemd-shutdown[1]: Cannot finalize remaining DM devices, continuing.
[ 2757.899289] systemd-shutdown[1]: Failed to finalize DM devices, ignoring.
[ 2757.906415] systemd-shutdown[1]: Syncing filesystems and block devices.
[ 2757.913037] systemd-shutdown[1]: Rebooting with kexec.
[ 2758.128900] sd 8:0:2:0: [sdc] Synchronizing SCSI cache
[ 2758.134455] sd 8:0:0:0: [sda] Synchronizing SCSI cache
[ 2759.363380] mpt3sas_cm0: sending message unit reset !!
[ 2759.369892] mpt3sas_cm0: message unit reset: SUCCESS
[ 2759.377320] kvm: exiting hardware virtualization
[ 2759.381970] kexec_core: Starting new kernel


Invalid physical address chosen!




Physical KASLR disabled: no suitable memory region!

[    0.000000] Linux version 6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d (root@hostname.amd.com) (gcc (GCC) 11.4.1 20231218 (Red Hat 11.4.1-3), GNU ld version 2.35.2-43.el9) #1 SMP PREEMPT_DYNAMIC Tue Sep  3 11:01:30 IST 2024
[    0.000000] Command line: root=/dev/mapper/rhel_hostname-root ro selinux=0 console=ttyS0,115200n8 earlyprintk=ttyS0,115200 net.ifnames=0 biosdevname=0 swiotlb=131072 kvm_amd.debug_swap=0 mem_encrypt=on
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Hygon HygonGenuine
[    0.000000]   Centaur CentaurHauls
[    0.000000]   zhaoxin   Shanghai  
[    0.000000] SEV-SNP: RMP table physical range [0x0000000015e00000 - 0x00000000566fffff]
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000400-0x000000000008efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000008f000-0x000000000008ffff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000000090000-0x000000000009ffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000015dfffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000015e00000-0x00000000567fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000056800000-0x000000005a14afff] usable
[    0.000000] BIOS-e820: [mem 0x000000005a14b000-0x000000005a34afff] reserved
[    0.000000] BIOS-e820: [mem 0x000000005a34b000-0x0000000067acefff] usable
[    0.000000] BIOS-e820: [mem 0x0000000067acf000-0x000000006dfcefff] reserved
[    0.000000] BIOS-e820: [mem 0x000000006dfcf000-0x000000006edfefff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000006edff000-0x000000006effefff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000006efff000-0x000000006effffff] usable
[    0.000000] BIOS-e820: [mem 0x000000006f000000-0x000000006f00afff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000006f00b000-0x000000006fffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000070000000-0x000000008fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000aa000000-0x00000000aaffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000c5000000-0x00000000c5ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000e0ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fd000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000207fcfffff] usable
[    0.000000] BIOS-e820: [mem 0x000000207fd00000-0x000000207fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000002080000000-0x000000407f1fffff] usable
[    0.000000] BIOS-e820: [mem 0x000000407f200000-0x000000407fffffff] reserved
[    0.000000] printk: legacy bootconsole [earlyser0] enabled
[    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 0x0000000000000400-0x000000000008efff] usable
[    0.000000] reserve setup_data: [mem 0x000000000008f000-0x000000000008ffff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x0000000000090000-0x000000000009ffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000000100000-0x000000000010006f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000100070-0x0000000015dfffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000015e00000-0x00000000567fffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000056800000-0x000000005a14afff] usable
[    0.000000] reserve setup_data: [mem 0x000000005a14b000-0x000000005a34afff] reserved
[    0.000000] reserve setup_data: [mem 0x000000005a34b000-0x0000000067acefff] usable
[    0.000000] reserve setup_data: [mem 0x0000000067acf000-0x000000006dfcefff] reserved
[    0.000000] reserve setup_data: [mem 0x000000006dfcf000-0x000000006edfefff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x000000006edff000-0x000000006effefff] ACPI data
[    0.000000] reserve setup_data: [mem 0x000000006efff000-0x000000006effffff] usable
[    0.000000] reserve setup_data: [mem 0x000000006f000000-0x000000006f00afff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x000000006f00b000-0x000000006fffffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000070000000-0x000000008fffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000aa000000-0x00000000aaffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000c5000000-0x00000000c5ffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000e0000000-0x00000000e0ffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fd000000-0x00000000ffffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000207fcfffff] usable
[    0.000000] reserve setup_data: [mem 0x000000207fd00000-0x000000207fffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000002080000000-0x000000407f1fffff] usable
[    0.000000] reserve setup_data: [mem 0x000000407f200000-0x000000407fffffff] reserved
[    0.000000] efi: EFI v2.7 by Dell Inc.
[    0.000000] efi: ACPI=0x6effe000 ACPI 2.0=0x6effe014 MEMATTR=0x63f3c4a0 SMBIOS=0x6979e000 SMBIOS 3.0=0x6979c000 MOKvar=0x67bcc000 RNG=0x6efb4020 
[    0.000000] random: crng init done
[    0.000000] efi: Remove mem02: MMIO range=[0xaa000000-0xaaffffff] (16MB) from e820 map
[    0.000000] efi: Remove mem04: MMIO range=[0xe0000000-0xe0ffffff] (16MB) from e820 map
[    0.000000] efi: Remove mem07: MMIO range=[0x80000000-0x8fffffff] (256MB) from e820 map
[    0.000000] efi: Remove mem09: MMIO range=[0xc5000000-0xc5ffffff] (16MB) from e820 map
[    0.000000] efi: Remove mem11: MMIO range=[0xfd000000-0xffffffff] (48MB) from e820 map
[    0.000000] SMBIOS 3.3.0 present.
[    0.000000] DMI: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[    0.000000] DMI: Memory slots populated: 8/16
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 1996.222 MHz processor
[    0.000026] last_pfn = 0x407f200 max_arch_pfn = 0x400000000
[    0.005552] MTRR map: 8 entries (3 fixed + 5 variable; max 20), built from 9 variable MTRRs
[    0.013903] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Memory KASLR using RDRAND RDTSC...
[    0.024953] x2apic: enabled by BIOS, switching to x2apic ops
[    0.030585] last_pfn = 0x70000 max_arch_pfn = 0x400000000
[    0.041717] Using GB pages for direct mapping
[    0.046707] Secure boot could not be determined
[    0.051055] RAMDISK: [mem 0x4079ae3000-0x407bdfffff]
[    0.055997] ACPI: Early table checksum verification disabled
[    0.061631] ACPI: RSDP 0x000000006EFFE014 000024 (v02 DELL  )
[    0.067350] ACPI: XSDT 0x000000006EFB7188 0000DC (v01 DELL   PE_SC3   00000002 DELL 00000001)
[    0.075845] ACPI: FACP 0x000000006EFF9000 000114 (v06 DELL   PE_SC3   00000002 DELL 00000001)
[    0.084337] ACPI: DSDT 0x000000006EFDA000 019528 (v02 DELL   PE_SC3   00000002 DELL 00000001)
[    0.092829] ACPI: FACS 0x000000006EDB9000 000040
[    0.097422] ACPI: BERT 0x000000006EFFC000 000030 (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.105915] ACPI: ERST 0x000000006EFFB000 000230 (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.114409] ACPI: HEST 0x000000006EFFA000 0007F4 (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.122928] ACPI: HPET 0x000000006EFF8000 000038 (v01 DELL   PE_SC3   00000002 DELL 00000001)
[    0.131421] ACPI: APIC 0x000000006EFF6000 0018BE (v05 DELL   PE_SC3   00000002 DELL 00000001)
[    0.139914] ACPI: MCFG 0x000000006EFF5000 00003C (v01 DELL   PE_SC3   00000002 DELL 00000001)
[    0.148408] ACPI: WSMT 0x000000006EFF4000 000028 (v01 DELL   PE_SC3   00000002 DELL 00000001)
[    0.156900] ACPI: SSDT 0x000000006EFD9000 000629 (v02 DELL   xhc_port 00000001 INTL 20210331)
[    0.165394] ACPI: SSDT 0x000000006EFD8000 000D6E (v02 AMD    CPMRAS   00000001 INTL 20210331)
[    0.173886] ACPI: EINJ 0x000000006EFD7000 000170 (v01 AMD    PE_SC3   00000001 AMD  00000001)
[    0.182380] ACPI: PCCT 0x000000006EFD6000 00006E (v02 DELL   AmdTable 00000001 AMD  00000001)
[    0.190873] ACPI: SSDT 0x000000006EFC7000 00E849 (v02 DELL   PE_SC3   00000001 AMD  00000001)
[    0.199367] ACPI: SRAT 0x000000006EFC6000 000CD0 (v03 DELL   PE_SC3   00000001 AMD  00000001)
[    0.207860] ACPI: MSCT 0x000000006EFC5000 00004E (v01 DELL   PE_SC3   00000000 AMD  00000001)
[    0.216353] ACPI: SLIT 0x000000006EFC4000 000030 (v01 DELL   PE_SC3   00000001 AMD  00000001)
[    0.224847] ACPI: CRAT 0x000000006EFBC000 0072F8 (v01 DELL   PE_SC3   00000001 AMD  00000001)
[    0.233340] ACPI: CDIT 0x000000006EFBB000 00002C (v01 DELL   PE_SC3   00000001 AMD  00000001)
[    0.241833] ACPI: IVRS 0x000000006EFBA000 0001F0 (v02 DELL   PE_SC3   00000001 AMD  00000001)
[    0.250326] ACPI: SPCR 0x000000006EFB9000 000050 (v02 DELL   PE_SC3   00000002 DELL 00000001)
[    0.258819] ACPI: SLIC 0x000000006EFB8000 000176 (v01 DELL   PE_SC3   00000002 DELL 00000001)
[    0.267311] ACPI: SSDT 0x000000006EFFD000 000D66 (v02 DELL   PE_SC3   00000002 DELL 00000001)
[    0.275805] ACPI: SSDT 0x000000006EFB5000 00193C (v02 AMD    CPMCMN   00000001 INTL 20210331)
[    0.284298] ACPI: Reserving FACP table memory at [mem 0x6eff9000-0x6eff9113]
[    0.291317] ACPI: Reserving DSDT table memory at [mem 0x6efda000-0x6eff3527]
[    0.298338] ACPI: Reserving FACS table memory at [mem 0x6edb9000-0x6edb903f]
[    0.305358] ACPI: Reserving BERT table memory at [mem 0x6effc000-0x6effc02f]
[    0.312377] ACPI: Reserving ERST table memory at [mem 0x6effb000-0x6effb22f]
[    0.319397] ACPI: Reserving HEST table memory at [mem 0x6effa000-0x6effa7f3]
[    0.326417] ACPI: Reserving HPET table memory at [mem 0x6eff8000-0x6eff8037]
[    0.333453] ACPI: Reserving APIC table memory at [mem 0x6eff6000-0x6eff78bd]
[    0.340473] ACPI: Reserving MCFG table memory at [mem 0x6eff5000-0x6eff503b]
[    0.347494] ACPI: Reserving WSMT table memory at [mem 0x6eff4000-0x6eff4027]
[    0.354514] ACPI: Reserving SSDT table memory at [mem 0x6efd9000-0x6efd9628]
[    0.361533] ACPI: Reserving SSDT table memory at [mem 0x6efd8000-0x6efd8d6d]
[    0.368554] ACPI: Reserving EINJ table memory at [mem 0x6efd7000-0x6efd716f]
[    0.375574] ACPI: Reserving PCCT table memory at [mem 0x6efd6000-0x6efd606d]
[    0.382593] ACPI: Reserving SSDT table memory at [mem 0x6efc7000-0x6efd5848]
[    0.389613] ACPI: Reserving SRAT table memory at [mem 0x6efc6000-0x6efc6ccf]
[    0.396633] ACPI: Reserving MSCT table memory at [mem 0x6efc5000-0x6efc504d]
[    0.403652] ACPI: Reserving SLIT table memory at [mem 0x6efc4000-0x6efc402f]
[    0.410673] ACPI: Reserving CRAT table memory at [mem 0x6efbc000-0x6efc32f7]
[    0.417693] ACPI: Reserving CDIT table memory at [mem 0x6efbb000-0x6efbb02b]
[    0.424713] ACPI: Reserving IVRS table memory at [mem 0x6efba000-0x6efba1ef]
[    0.431732] ACPI: Reserving SPCR table memory at [mem 0x6efb9000-0x6efb904f]
[    0.438779] ACPI: Reserving SLIC table memory at [mem 0x6efb8000-0x6efb8175]
[    0.445798] ACPI: Reserving SSDT table memory at [mem 0x6effd000-0x6effdd65]
[    0.452818] ACPI: Reserving SSDT table memory at [mem 0x6efb5000-0x6efb693b]
[    0.459920] APIC: Switched APIC routing to: cluster x2apic
[    0.465316] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff]
[    0.471278] ACPI: SRAT: Node 0 PXM 0 [mem 0x000c0000-0x7fffffff]
[    0.477258] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0x207fffffff]
[    0.483498] ACPI: SRAT: Node 1 PXM 1 [mem 0x2080000000-0x407fffffff]
[    0.489831] NUMA: Node 0 [mem 0x00001000-0x0009ffff] + [mem 0x000c0000-0x7fffffff] -> [mem 0x00001000-0x7fffffff]
[    0.500051] NUMA: Node 0 [mem 0x00001000-0x7fffffff] + [mem 0x100000000-0x207fffffff] -> [mem 0x00001000-0x207fffffff]
[    0.510718] NODE_DATA(0) allocated [mem 0x207fcd5a00-0x207fcfffff]
[    0.516873] NODE_DATA(1) allocated [mem 0x407f1d3a00-0x407f1fdfff]
[    0.523351] Zone ranges:
[    0.525703]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.531856]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.538010]   Normal   [mem 0x0000000100000000-0x000000407f1fffff]
[    0.544163]   Device   empty
[    0.547041] Movable zone start for each node
[    0.551289] Early memory node ranges
[    0.554841]   node   0: [mem 0x0000000000001000-0x000000000008efff]
[    0.561081]   node   0: [mem 0x0000000000090000-0x000000000009ffff]
[    0.567320]   node   0: [mem 0x0000000000100000-0x0000000015dfffff]
[    0.573561]   node   0: [mem 0x0000000056800000-0x000000005a14afff]
[    0.579800]   node   0: [mem 0x000000005a34b000-0x0000000067acefff]
[    0.586041]   node   0: [mem 0x000000006efff000-0x000000006effffff]
[    0.592280]   node   0: [mem 0x000000006f00b000-0x000000006fffffff]
[    0.598520]   node   0: [mem 0x0000000100000000-0x000000207fcfffff]
[    0.604769]   node   1: [mem 0x0000002080000000-0x000000407f1fffff]
[    0.611009] Initmem setup node 0 [mem 0x0000000000001000-0x000000207fcfffff]
[    0.618021] Initmem setup node 1 [mem 0x0000002080000000-0x000000407f1fffff]
[    0.625041] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.630846] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.636665] On node 0, zone DMA: 96 pages in unavailable ranges
[    0.643040] On node 0, zone DMA32: 35328 pages in unavailable ranges
[    0.649396] On node 0, zone DMA32: 512 pages in unavailable ranges
[    0.655566] On node 0, zone DMA32: 30000 pages in unavailable ranges
[    0.661746] On node 0, zone DMA32: 11 pages in unavailable ranges
[    0.895097] On node 1, zone Normal: 768 pages in unavailable ranges
[    0.901204] On node 1, zone Normal: 3584 pages in unavailable ranges
[    0.907680] ACPI: PM-Timer IO Port: 0x408
[    0.911540] ACPI: X2APIC_NMI (uid[0xffffffff] high edge lint[0x1])
[    0.917668] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.923573] IOAPIC[0]: apic_id 240, version 33, address 0xfec00000, GSI 0-23
[    0.930583] IOAPIC[1]: apic_id 241, version 33, address 0xe0100000, GSI 120-151
[    0.937863] IOAPIC[2]: apic_id 242, version 33, address 0xc5100000, GSI 88-119
[    0.945057] IOAPIC[3]: apic_id 243, version 33, address 0xaa100000, GSI 56-87
[    0.952162] IOAPIC[4]: apic_id 244, version 33, address 0xfd100000, GSI 24-55
[    0.959268] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.965591] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.972099] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.978505] ACPI: HPET id: 0x10228201 base: 0xfed00000
[    0.983623] ACPI: SPCR: console: uart,io,0x2f8,115200
[    0.988649] CPU topo: Max. logical packages:   1
[    0.993237] CPU topo: Max. logical dies:       1
[    0.997831] CPU topo: Max. dies per package:   1
[    1.002428] CPU topo: Max. threads per core:   2
[    1.007019] CPU topo: Num. cores per package:    64
[    1.011872] CPU topo: Num. threads per package: 128
[    1.016724] CPU topo: Allowing 128 present CPUs plus 0 hotplug CPUs
[    1.022984] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    1.030505] PM: hibernation: Registered nosave memory: [mem 0x0008f000-0x0008ffff]
[    1.038044] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    1.045583] PM: hibernation: Registered nosave memory: [mem 0x00100000-0x00100fff]
[    1.053125] PM: hibernation: Registered nosave memory: [mem 0x15e00000-0x567fffff]
[    1.060664] PM: hibernation: Registered nosave memory: [mem 0x5a14b000-0x5a34afff]
[    1.068204] PM: hibernation: Registered nosave memory: [mem 0x67acf000-0x6dfcefff]
[    1.075743] PM: hibernation: Registered nosave memory: [mem 0x6dfcf000-0x6edfefff]
[    1.083283] PM: hibernation: Registered nosave memory: [mem 0x6edff000-0x6effefff]
[    1.090824] PM: hibernation: Registered nosave memory: [mem 0x6f000000-0x6f00afff]
[    1.098364] PM: hibernation: Registered nosave memory: [mem 0x70000000-0x7fffffff]
[    1.105903] PM: hibernation: Registered nosave memory: [mem 0x80000000-0xffffffff]
[    1.113514] PM: hibernation: Registered nosave memory: [mem 0x207fd00000-0x207fffffff]
[    1.121400] [mem 0x80000000-0xffffffff] available for PCI devices
[    1.127465] Booting paravirtualized kernel on bare hardware
[    1.133013] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    1.143424] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:128 nr_cpu_ids:128 nr_node_ids:2
[    1.155771] percpu: Embedded 66 pages/cpu s233472 r8192 d28672 u524288
[    1.162241] Kernel command line: root=/dev/mapper/rhel_hostname-root ro selinux=0 console=ttyS0,115200n8 earlyprintk=ttyS0,115200 net.ifnames=0 biosdevname=0 swiotlb=131072 kvm_amd.debug_swap=0 mem_encrypt=on
[    1.180797] Unknown kernel command line parameters "biosdevname=0 mem_encrypt=on", will be passed to user space.
[    1.190818] printk: log_buf_len individual max cpu contribution: 4096 bytes
[    1.197733] printk: log_buf_len total cpu_extra contributions: 520192 bytes
[    1.204667] printk: log_buf_len min size: 262144 bytes
[    1.210174] printk: log_buf_len: 1048576 bytes
[    1.214443] printk: early log buf free: 244760(93%)
[    1.220671] Fallback order for Node 0: 0 1 
[    1.220674] Fallback order for Node 1: 1 0 
[    1.220684] Built 2 zonelists, mobility grouping on.  Total pages: 66743651
[    1.235779] Policy zone: Normal
[    1.238907] mem auto-init: stack:off, heap alloc:on, heap free:off
[    1.245088] software IO TLB: area num 128.
[    1.667924] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=128, Nodes=2
Poking KASLR using RDRAND RDTSC...
[    1.677577] ftrace: allocating 53173 entries in 208 pages
[    1.694591] ftrace: allocated 208 pages with 3 groups
[    1.700345] Dynamic Preempt: voluntary
[    1.704263] rcu: Preemptible hierarchical RCU implementation.
[    1.709831] rcu: 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=128.
[    1.716764] 	Trampoline variant of Tasks RCU enabled.
[    1.721790] 	Rude variant of Tasks RCU enabled.
[    1.726298] 	Tracing variant of Tasks RCU enabled.
[    1.731063] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    1.738604] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=128
[    1.745491] RCU Tasks: Setting shift to 7 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=128.
[    1.754293] RCU Tasks Rude: Setting shift to 7 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=128.
[    1.763567] RCU Tasks Trace: Setting shift to 7 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=128.
[    1.775716] NR_IRQS: 524544, nr_irqs: 3624, preallocated irqs: 16
[    1.781894] rcu: srcu_init: Setting srcu_struct sizes to big.
[    1.789744] Console: colour EGA 80x25
[    1.793246] printk: legacy console [ttyS0] enabled
[    1.793246] printk: legacy console [ttyS0] enabled
[    1.802779] printk: legacy bootconsole [earlyser0] disabled
[    1.802779] printk: legacy bootconsole [earlyser0] disabled
[    1.813967] mempolicy: Enabling automatic NUMA balancing. Configure with numa_balancing= or the kernel.numa_balancing sysctl
[    1.825245] ACPI: Core revision 20240322
[    1.829394] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[    1.838527] APIC: Switch to symmetric I/O mode setup
[    1.844484] AMD-Vi: Using global IVHD EFR:0x841f77e022094ace, EFR2:0x0
[    1.853434] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    1.878530] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x398c7ae93a9, max_idle_ns: 881590667579 ns
[    1.889041] Calibrating delay loop (skipped), value calculated using timer frequency.. 3992.44 BogoMIPS (lpj=7984888)
[    1.893052] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[    1.897155] LVT offset 2 assigned for vector 0xf4
[    1.901070] Last level iTLB entries: 4KB 512, 2MB 512, 4MB 256
[    1.905040] Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
[    1.909041] process: using mwait in idle threads
[    1.913041] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    1.917041] Spectre V2 : Mitigation: Retpolines
[    1.921040] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    1.925040] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
[    1.929040] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    1.933041] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    1.937040] Spectre V2 : User space: Mitigation: STIBP always-on protection
[    1.941040] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[    1.945040] Speculative Return Stack Overflow: Mitigation: Safe RET
[    1.949043] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    1.953040] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    1.957040] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    1.961040] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
[    1.965040] x86/fpu: Supporting XSAVE feature 0x800: 'Control-flow User registers'
[    1.969040] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    1.973040] x86/fpu: xstate_offset[9]:  832, xstate_sizes[9]:    8
[    1.977040] x86/fpu: xstate_offset[11]:  840, xstate_sizes[11]:   16
[    1.981040] x86/fpu: Enabled xstate features 0xa07, context size is 856 bytes, using 'compacted' format.
[    2.018039] Freeing SMP alternatives memory: 44K
[    2.021109] Memory Encryption Features active: AMD SME
[    2.025041] pid_max: default: 131072 minimum: 1024
[    2.029297] LSM: initializing lsm=lockdown,capability,yama,apparmor,ima,evm
[    2.033096] Yama: becoming mindful.
[    2.037157] AppArmor: AppArmor initialized
[    2.050526] Dentry cache hash table entries: 16777216 (order: 15, 134217728 bytes, vmalloc hugepage)
[    2.059034] Inode-cache hash table entries: 8388608 (order: 14, 67108864 bytes, vmalloc hugepage)
[    2.061241] Mount-cache hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc)
[    2.065185] Mountpoint-cache hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc)
[    2.180967] smpboot: CPU0: AMD EPYC 7713 64-Core Processor (family: 0x19, model: 0x1, stepping: 0x1)
[    2.181431] Performance Events: Fam17h+ core perfctr, AMD PMU driver.
[    2.185042] ... version:                0
[    2.189040] ... bit width:              48
[    2.193041] ... generic registers:      6
[    2.197040] ... value mask:             0000ffffffffffff
[    2.201040] ... max period:             00007fffffffffff
[    2.205040] ... fixed-purpose events:   0
[    2.209040] ... event mask:             000000000000003f
[    2.213372] signal: max sigframe size: 3376
[    2.217080] rcu: Hierarchical SRCU implementation.
[    2.221041] rcu: 	Max phase no-delay instances is 1000.
[    2.225093] Timer migration: 3 hierarchy levels; 8 children per group; 2 crossnode level
[    2.236931] MCE: In-kernel MCE decoding enabled.
[    2.237093] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    2.245539] smp: Bringing up secondary CPUs ...
[    2.249206] smpboot: x86: Booting SMP configuration:
[    2.253042] .... 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
[    2.261043] .... node  #1, CPUs:    #32  #33  #34  #35  #36  #37  #38  #39  #40  #41  #42  #43  #44  #45  #46  #47  #48  #49
[    2.265048] psi: inconsistent task state! task=321:idle_inject/50 cpu=0 psi_flags=4 clear=0 set=4
[    2.265144]   #50  #51  #52  #53  #54  #55  #56  #57  #58  #59  #60  #61  #62  #63
[    2.421042] .... node  #0, CPUs:    #64  #65  #66  #67  #68  #69  #70  #71  #72  #73  #74  #75  #76  #77  #78  #79  #80  #81  #82  #83  #84  #85  #86  #87  #88  #89  #90  #91  #92  #93  #94  #95
[    2.433044] .... node  #1, CPUs:    #96  #97  #98  #99 #100 #101 #102 #103 #104 #105 #106 #107 #108 #109 #110 #111 #112 #113 #114 #115 #116 #117 #118 #119 #120 #121 #122 #123 #124 #125 #126 #127
[    2.787042] Spectre V2 : Update user space SMT mitigation: STIBP always-on
[    2.935043] smp: Brought up 2 nodes, 128 CPUs
[    2.937045] smpboot: Total of 128 processors activated (511032.83 BogoMIPS)
[    2.953392] Memory: 262100528K/266974604K available (18432K kernel code, 3262K rwdata, 7744K rodata, 4684K init, 6212K bss, 4560644K reserved, 0K cma-reserved)
[    2.964844] devtmpfs: initialized
[    2.965118] x86/mm: Memory block size: 2048MB
[    2.980839] ACPI: PM: Registering ACPI NVS region [mem 0x0008f000-0x0008ffff] (4096 bytes)
[    2.981043] ACPI: PM: Registering ACPI NVS region [mem 0x6dfcf000-0x6edfefff] (14876672 bytes)
[    2.985334] ACPI: PM: Registering ACPI NVS region [mem 0x6f000000-0x6f00afff] (45056 bytes)
[    2.989133] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    2.993163] futex hash table entries: 32768 (order: 9, 2097152 bytes, vmalloc)
[    2.997278] pinctrl core: initialized pinctrl subsystem
[    3.001155] PM: RTC time: 11:13:44, date: 2024-09-03
[    3.005865] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    3.013548] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[    3.017318] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    3.025059] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    3.029050] audit: initializing netlink subsys (disabled)
[    3.033062] audit: type=2000 audit(1725362024.176:1): state=initialized audit_enabled=0 res=1
[    3.033218] thermal_sys: Registered thermal governor 'fair_share'
[    3.037042] thermal_sys: Registered thermal governor 'bang_bang'
[    3.041041] thermal_sys: Registered thermal governor 'step_wise'
[    3.045041] thermal_sys: Registered thermal governor 'user_space'
[    3.049049] EISA bus registered
[    3.057060] cpuidle: using governor ladder
[    3.061049] cpuidle: using governor menu
[    3.065083] Detected 1 PCC Subspaces
[    3.069042] Registering PCC driver as Mailbox controller
[    3.073176] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    3.077043] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    3.081216] PCI: ECAM [mem 0x80000000-0x8fffffff] (base 0x80000000) for domain 0000 [bus 00-ff]
[    3.085052] PCI: Using configuration type 1 for base access
[    3.089049] PCI: Dell System detected, enabling pci=bfsort.
[    3.093210] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    3.097259] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[    3.101044] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[    3.105041] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[    3.109040] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[    3.113318] ACPI: Added _OSI(Module Device)
[    3.117042] ACPI: Added _OSI(Processor Device)
[    3.121041] ACPI: Added _OSI(3.0 _SCP Extensions)
[    3.129041] ACPI: Added _OSI(Processor Aggregator Device)
[    3.171191] ACPI: 6 ACPI AML tables successfully acquired and loaded
[    3.189220] ACPI: Interpreter enabled
[    3.192893] ACPI: PM: (supports S0 S5)
[    3.193041] ACPI: Using IOAPIC for interrupt routing
[    3.197645] HEST: Table parsing has been initialized.
[    3.201473] GHES: APEI firmware first mode is enabled by APEI bit and WHEA _OSC.
[    3.205043] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    3.209041] PCI: Ignoring E820 reservations for host bridge windows
[    3.215225] ACPI: Enabled 1 GPEs in block 00 to 1F
[    3.252451] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[    3.253119] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
[    3.257118] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[    3.261117] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[    3.265117] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[    3.269117] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[    3.273117] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[    3.277117] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[    3.281530] ACPI: PCI Root Bridge [PC00] (domain 0000 [bus 00-3f])
[    3.285045] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    3.289205] acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug AER DPC]
[    3.293355] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
[    3.297041] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    3.305637] PCI host bridge to bus 0000:00
[    3.309044] pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
[    3.313041] pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
[    3.317042] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000fffff window]
[    3.321041] pci_bus 0000:00: root bus resource [io  0x0d00-0x3fff window]
[    3.325041] pci_bus 0000:00: root bus resource [mem 0xe1000000-0xfebfffff window]
[    3.329041] pci_bus 0000:00: root bus resource [mem 0x63dc0000000-0x7fcffffffff window]
[    3.333041] pci_bus 0000:00: root bus resource [bus 00-3f]
[    3.337056] pci 0000:00:00.0: [1022:1480] type 00 class 0x060000 conventional PCI endpoint
[    3.341185] pci 0000:00:00.2: [1022:164f] type 00 class 0x080600 conventional PCI endpoint
[    3.345142] pci 0000:00:01.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.349126] pci 0000:00:02.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.353124] pci 0000:00:03.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.357121] pci 0000:00:03.2: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    3.361059] pci 0000:00:03.2: PCI bridge to [bus 01]
[    3.365044] pci 0000:00:03.2:   bridge window [io  0x1000-0x1fff]
[    3.369042] pci 0000:00:03.2:   bridge window [mem 0xe1000000-0xe22fffff]
[    3.373109] pci 0000:00:03.2: PME# supported from D0 D3hot D3cold
[    3.378043] pci 0000:00:04.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.385067] pci 0000:00:05.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.389127] pci 0000:00:07.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.393124] pci 0000:00:07.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    3.397058] pci 0000:00:07.1: PCI bridge to [bus 02]
[    3.401045] pci 0000:00:07.1:   bridge window [mem 0xf7200000-0xf72fffff]
[    3.405098] pci 0000:00:07.1: PME# supported from D0 D3hot D3cold
[    3.409193] pci 0000:00:08.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.413126] pci 0000:00:08.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    3.417059] pci 0000:00:08.1: PCI bridge to [bus 03]
[    3.421047] pci 0000:00:08.1:   bridge window [mem 0xf7000000-0xf71fffff]
[    3.425101] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[    3.429227] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500 conventional PCI endpoint
[    3.433164] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100 conventional PCI endpoint
[    3.437213] pci 0000:00:18.0: [1022:1650] type 00 class 0x060000 conventional PCI endpoint
[    3.441134] pci 0000:00:18.1: [1022:1651] type 00 class 0x060000 conventional PCI endpoint
[    3.445097] pci 0000:00:18.2: [1022:1652] type 00 class 0x060000 conventional PCI endpoint
[    3.449101] pci 0000:00:18.3: [1022:1653] type 00 class 0x060000 conventional PCI endpoint
[    3.453096] pci 0000:00:18.4: [1022:1654] type 00 class 0x060000 conventional PCI endpoint
[    3.457097] pci 0000:00:18.5: [1022:1655] type 00 class 0x060000 conventional PCI endpoint
[    3.461098] pci 0000:00:18.6: [1022:1656] type 00 class 0x060000 conventional PCI endpoint
[    3.465096] pci 0000:00:18.7: [1022:1657] type 00 class 0x060000 conventional PCI endpoint
[    3.469163] pci 0000:01:00.0: [1000:0097] type 00 class 0x010700 PCIe Endpoint
[    3.473052] pci 0000:01:00.0: BAR 0 [io  0x1000-0x10ff]
[    3.477050] pci 0000:01:00.0: BAR 1 [mem 0xe2100000-0xe210ffff 64bit]
[    3.481051] pci 0000:01:00.0: BAR 3 [mem 0xe1000000-0xe10fffff 64bit]
[    3.485052] pci 0000:01:00.0: ROM [mem 0xfff00000-0xffffffff pref]
[    3.489123] pci 0000:01:00.0: supports D1 D2
[    3.493071] pci 0000:01:00.0: VF BAR 0 [mem 0xe2110000-0xe211ffff 64bit]
[    3.497041] pci 0000:01:00.0: VF BAR 0 [mem 0xe2110000-0xe220ffff 64bit]: contains BAR 0 for 16 VFs
[    3.501048] pci 0000:01:00.0: VF BAR 2 [mem 0xe1100000-0xe11fffff 64bit]
[    3.505041] pci 0000:01:00.0: VF BAR 2 [mem 0xe1100000-0xe20fffff 64bit]: contains BAR 2 for 16 VFs
[    3.509208] pci 0000:00:03.2: PCI bridge to [bus 01]
[    3.517080] pci 0000:02:00.0: [1022:148a] type 00 class 0x130000 PCIe Endpoint
[    3.521246] pci 0000:02:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    3.525059] pci 0000:02:00.2: BAR 2 [mem 0xf7200000-0xf727ffff]
[    3.529055] pci 0000:02:00.2: BAR 5 [mem 0xf7280000-0xf7281fff]
[    3.533237] pci 0000:00:07.1: PCI bridge to [bus 02]
[    3.537170] pci 0000:03:00.0: [1022:1485] type 00 class 0x130000 PCIe Endpoint
[    3.541303] pci 0000:03:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    3.545062] pci 0000:03:00.2: BAR 2 [mem 0xf7100000-0xf717ffff]
[    3.549057] pci 0000:03:00.2: BAR 5 [mem 0xf7180000-0xf7181fff]
[    3.553237] pci 0000:03:00.3: [1022:148c] type 00 class 0x0c0330 PCIe Endpoint
[    3.557054] pci 0000:03:00.3: BAR 0 [mem 0xf7000000-0xf70fffff 64bit]
[    3.561121] pci 0000:03:00.3: PME# supported from D0 D3hot D3cold
[    3.565204] pci 0000:00:08.1: PCI bridge to [bus 03]
[    3.574036] ACPI: PCI Root Bridge [PC01] (domain 0000 [bus 40-7f])
[    3.577044] acpi PNP0A08:01: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    3.581202] acpi PNP0A08:01: _OSC: platform does not support [SHPCHotplug AER DPC]
[    3.585352] acpi PNP0A08:01: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
[    3.589041] acpi PNP0A08:01: FADT indicates ASPM is unsupported, using BIOS configuration
[    3.593949] PCI host bridge to bus 0000:40
[    3.597045] pci_bus 0000:40: root bus resource [io  0x4000-0x6fff window]
[    3.601042] pci_bus 0000:40: root bus resource [mem 0x90000000-0xaaffffff window]
[    3.605041] pci_bus 0000:40: root bus resource [mem 0x47e80000000-0x63dbfffffff window]
[    3.609041] pci_bus 0000:40: root bus resource [bus 40-7f]
[    3.613050] pci 0000:40:00.0: [1022:1480] type 00 class 0x060000 conventional PCI endpoint
[    3.617135] pci 0000:40:00.2: [1022:164f] type 00 class 0x080600 conventional PCI endpoint
[    3.621139] pci 0000:40:01.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.625123] pci 0000:40:02.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.629117] pci 0000:40:03.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.633123] pci 0000:40:03.1: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    3.637060] pci 0000:40:03.1: PCI bridge to [bus 41]
[    3.641046] pci 0000:40:03.1:   bridge window [mem 0xa4c00000-0xa4ffffff]
[    3.645047] pci 0000:40:03.1:   bridge window [mem 0x47e80000000-0x47e801fffff 64bit pref]
[    3.649127] pci 0000:40:03.1: PME# supported from D0 D3hot D3cold
[    3.666745] pci 0000:40:03.2: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    3.669067] pci 0000:40:03.2: PCI bridge to [bus 42]
[    3.673045] pci 0000:40:03.2:   bridge window [io  0x6000-0x6fff]
[    3.677043] pci 0000:40:03.2:   bridge window [mem 0xa4800000-0xa4bfffff]
[    3.681048] pci 0000:40:03.2:   bridge window [mem 0x47e80200000-0x47e803fffff 64bit pref]
[    3.685126] pci 0000:40:03.2: PME# supported from D0 D3hot D3cold
[    3.704922] pci 0000:40:03.3: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    3.713065] pci 0000:40:03.3: PCI bridge to [bus 43]
[    3.717048] pci 0000:40:03.3:   bridge window [io  0x5000-0x5fff]
[    3.725042] pci 0000:40:03.3:   bridge window [mem 0xa4400000-0xa47fffff]
[    3.729047] pci 0000:40:03.3:   bridge window [mem 0x47e80400000-0x47e805fffff 64bit pref]
[    3.737112] pci 0000:40:03.3: PME# supported from D0 D3hot D3cold
[    3.755569] pci 0000:40:03.4: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    3.757061] pci 0000:40:03.4: PCI bridge to [bus 44]
[    3.761044] pci 0000:40:03.4:   bridge window [io  0x4000-0x4fff]
[    3.765043] pci 0000:40:03.4:   bridge window [mem 0xa4000000-0xa43fffff]
[    3.769047] pci 0000:40:03.4:   bridge window [mem 0x47e80600000-0x47e807fffff 64bit pref]
[    3.777090] pci 0000:40:03.4: PME# supported from D0 D3hot D3cold
[    3.796151] pci 0000:40:04.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.797213] pci 0000:40:05.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.801120] pci 0000:40:07.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.805197] pci 0000:40:07.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    3.809058] pci 0000:40:07.1: PCI bridge to [bus 45]
[    3.813045] pci 0000:40:07.1:   bridge window [mem 0xa5300000-0xa53fffff]
[    3.817097] pci 0000:40:07.1: PME# supported from D0 D3hot D3cold
[    3.821186] pci 0000:40:08.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.825125] pci 0000:40:08.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    3.829058] pci 0000:40:08.1: PCI bridge to [bus 46]
[    3.833045] pci 0000:40:08.1:   bridge window [mem 0xa5000000-0xa52fffff]
[    3.837099] pci 0000:40:08.1: PME# supported from D0 D3hot D3cold
[    3.841282] pci 0000:40:03.1: PCI bridge to [bus 41]
[    3.845125] pci 0000:40:03.2: PCI bridge to [bus 42]
[    3.849122] pci 0000:40:03.3: PCI bridge to [bus 43]
[    3.853120] pci 0000:40:03.4: PCI bridge to [bus 44]
[    3.857124] pci 0000:45:00.0: [1022:148a] type 00 class 0x130000 PCIe Endpoint
[    3.861245] pci 0000:45:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    3.865059] pci 0000:45:00.2: BAR 2 [mem 0xa5300000-0xa537ffff]
[    3.869055] pci 0000:45:00.2: BAR 5 [mem 0xa5380000-0xa5381fff]
[    3.873229] pci 0000:40:07.1: PCI bridge to [bus 45]
[    3.877170] pci 0000:46:00.0: [1022:1485] type 00 class 0x130000 PCIe Endpoint
[    3.881296] pci 0000:46:00.1: [1022:1486] type 00 class 0x108000 PCIe Endpoint
[    3.885062] pci 0000:46:00.1: BAR 2 [mem 0xa5100000-0xa51fffff]
[    3.889056] pci 0000:46:00.1: BAR 5 [mem 0xa5282000-0xa5283fff]
[    3.893236] pci 0000:46:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    3.897061] pci 0000:46:00.2: BAR 2 [mem 0xa5200000-0xa527ffff]
[    3.901057] pci 0000:46:00.2: BAR 5 [mem 0xa5280000-0xa5281fff]
[    3.905239] pci 0000:46:00.3: [1022:148c] type 00 class 0x0c0330 PCIe Endpoint
[    3.909053] pci 0000:46:00.3: BAR 0 [mem 0xa5000000-0xa50fffff 64bit]
[    3.913120] pci 0000:46:00.3: PME# supported from D0 D3hot D3cold
[    3.917210] pci 0000:40:08.1: PCI bridge to [bus 46]
[    3.921730] ACPI: PCI Root Bridge [PC02] (domain 0000 [bus 80-bf])
[    3.925044] acpi PNP0A08:02: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    3.929204] acpi PNP0A08:02: _OSC: platform does not support [SHPCHotplug AER DPC]
[    3.933353] acpi PNP0A08:02: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
[    3.937041] acpi PNP0A08:02: FADT indicates ASPM is unsupported, using BIOS configuration
[    3.941934] PCI host bridge to bus 0000:80
[    3.945045] pci_bus 0000:80: root bus resource [io  0x7000-0x9fff window]
[    3.953041] pci_bus 0000:80: root bus resource [mem 0xab000000-0xc5ffffff window]
[    3.957041] pci_bus 0000:80: root bus resource [mem 0x2bf40000000-0x47e7fffffff window]
[    3.961041] pci_bus 0000:80: root bus resource [bus 80-bf]
[    3.965050] pci 0000:80:00.0: [1022:1480] type 00 class 0x060000 conventional PCI endpoint
[    3.969137] pci 0000:80:00.2: [1022:164f] type 00 class 0x080600 conventional PCI endpoint
[    3.973137] pci 0000:80:01.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.977123] pci 0000:80:01.1: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    3.981060] pci 0000:80:01.1: PCI bridge to [bus 81]
[    3.985044] pci 0000:80:01.1:   bridge window [io  0x7000-0x7fff]
[    3.989042] pci 0000:80:01.1:   bridge window [mem 0xbf400000-0xbf7fffff]
[    3.993047] pci 0000:80:01.1:   bridge window [mem 0x2bf40000000-0x2bf401fffff 64bit pref]
[    3.997127] pci 0000:80:01.1: PME# supported from D0 D3hot D3cold
[    4.014688] pci 0000:80:01.2: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.017066] pci 0000:80:01.2: PCI bridge to [bus 82]
[    4.021046] pci 0000:80:01.2:   bridge window [io  0x8000-0x8fff]
[    4.025042] pci 0000:80:01.2:   bridge window [mem 0xbf000000-0xbf3fffff]
[    4.029048] pci 0000:80:01.2:   bridge window [mem 0x2bf40200000-0x2bf403fffff 64bit pref]
[    4.033113] pci 0000:80:01.2: PME# supported from D0 D3hot D3cold
[    4.053297] pci 0000:80:02.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.061136] pci 0000:80:03.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.069124] pci 0000:80:04.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.077205] pci 0000:80:05.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.085122] pci 0000:80:07.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.097127] pci 0000:80:07.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    4.101058] pci 0000:80:07.1: PCI bridge to [bus 83]
[    4.109045] pci 0000:80:07.1:   bridge window [mem 0xbfa00000-0xbfafffff]
[    4.113098] pci 0000:80:07.1: PME# supported from D0 D3hot D3cold
[    4.121191] pci 0000:80:08.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.129130] pci 0000:80:08.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    4.137058] pci 0000:80:08.1: PCI bridge to [bus 84]
[    4.141045] pci 0000:80:08.1:   bridge window [mem 0xbf900000-0xbf9fffff]
[    4.149101] pci 0000:80:08.1: PME# supported from D0 D3hot D3cold
[    4.153197] pci 0000:80:08.2: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    4.161058] pci 0000:80:08.2: PCI bridge to [bus 85]
[    4.165045] pci 0000:80:08.2:   bridge window [mem 0xbf800000-0xbf8fffff]
[    4.173100] pci 0000:80:08.2: PME# supported from D0 D3hot D3cold
[    4.181275] pci 0000:80:01.1: PCI bridge to [bus 81]
[    4.185121] pci 0000:80:01.2: PCI bridge to [bus 82]
[    4.189124] pci 0000:83:00.0: [1022:148a] type 00 class 0x130000 PCIe Endpoint
[    4.197199] pci 0000:83:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    4.205060] pci 0000:83:00.2: BAR 2 [mem 0xbfa00000-0xbfa7ffff]
[    4.209055] pci 0000:83:00.2: BAR 5 [mem 0xbfa80000-0xbfa81fff]
[    4.217235] pci 0000:80:07.1: PCI bridge to [bus 83]
[    4.221173] pci 0000:84:00.0: [1022:1485] type 00 class 0x130000 PCIe Endpoint
[    4.229056] pci 0000:84:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    4.237063] pci 0000:84:00.2: BAR 2 [mem 0xbf900000-0xbf97ffff]
[    4.241057] pci 0000:84:00.2: BAR 5 [mem 0xbf980000-0xbf981fff]
[    4.249250] pci 0000:80:08.1: PCI bridge to [bus 84]
[    4.253172] pci 0000:85:00.0: [1022:7901] type 00 class 0x010601 PCIe Endpoint
[    4.261077] pci 0000:85:00.0: BAR 5 [mem 0xbf800000-0xbf8007ff]
[    4.265114] pci 0000:85:00.0: PME# supported from D3hot D3cold
[    4.273216] pci 0000:80:08.2: PCI bridge to [bus 85]
[    4.277770] ACPI: PCI Root Bridge [PC03] (domain 0000 [bus c0-ff])
[    4.285044] acpi PNP0A08:03: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    4.293204] acpi PNP0A08:03: _OSC: platform does not support [SHPCHotplug AER DPC]
[    4.301354] acpi PNP0A08:03: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
[    4.309041] acpi PNP0A08:03: FADT indicates ASPM is unsupported, using BIOS configuration
[    4.318051] PCI host bridge to bus 0000:c0
[    4.325044] pci_bus 0000:c0: root bus resource [io  0xa000-0xffff window]
[    4.329041] pci_bus 0000:c0: root bus resource [mem 0xc6000000-0xe0ffffff window]
[    4.337041] pci_bus 0000:c0: root bus resource [mem 0x10000000000-0x2bf3fffffff window]
[    4.345042] pci_bus 0000:c0: root bus resource [io  0x03b0-0x03df window]
[    4.353041] pci_bus 0000:c0: root bus resource [mem 0x000a0000-0x000bffff window]
[    4.361042] pci_bus 0000:c0: root bus resource [bus c0-ff]
[    4.365052] pci 0000:c0:00.0: [1022:1480] type 00 class 0x060000 conventional PCI endpoint
[    4.373139] pci 0000:c0:00.2: [1022:164f] type 00 class 0x080600 conventional PCI endpoint
[    4.381135] pci 0000:c0:01.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.389116] pci 0000:c0:02.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.397118] pci 0000:c0:03.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.409121] pci 0000:c0:03.1: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.413060] pci 0000:c0:03.1: PCI bridge to [bus c4]
[    4.421045] pci 0000:c0:03.1:   bridge window [io  0xa000-0xafff]
[    4.425043] pci 0000:c0:03.1:   bridge window [mem 0xdb600000-0xdb9fffff]
[    4.433047] pci 0000:c0:03.1:   bridge window [mem 0x10000000000-0x100001fffff 64bit pref]
[    4.441127] pci 0000:c0:03.1: PME# supported from D0 D3hot D3cold
[    4.460081] pci 0000:c0:03.2: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.469066] pci 0000:c0:03.2: PCI bridge to [bus c5]
[    4.473048] pci 0000:c0:03.2:   bridge window [io  0xb000-0xbfff]
[    4.477043] pci 0000:c0:03.2:   bridge window [mem 0xdb200000-0xdb5fffff]
[    4.485048] pci 0000:c0:03.2:   bridge window [mem 0x10000200000-0x100003fffff 64bit pref]
[    4.493112] pci 0000:c0:03.2: PME# supported from D0 D3hot D3cold
[    4.511276] pci 0000:c0:03.3: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.513066] pci 0000:c0:03.3: PCI bridge to [bus c6]
[    4.517045] pci 0000:c0:03.3:   bridge window [io  0xc000-0xcfff]
[    4.521043] pci 0000:c0:03.3:   bridge window [mem 0xdae00000-0xdb1fffff]
[    4.525047] pci 0000:c0:03.3:   bridge window [mem 0x10000400000-0x100005fffff 64bit pref]
[    4.529111] pci 0000:c0:03.3: PME# supported from D0 D3hot D3cold
[    4.550259] pci 0000:c0:03.4: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.557069] pci 0000:c0:03.4: PCI bridge to [bus c7]
[    4.561044] pci 0000:c0:03.4:   bridge window [io  0xd000-0xdfff]
[    4.569042] pci 0000:c0:03.4:   bridge window [mem 0xdaa00000-0xdadfffff]
[    4.577047] pci 0000:c0:03.4:   bridge window [mem 0x10000600000-0x100007fffff 64bit pref]
[    4.585112] pci 0000:c0:03.4: PME# supported from D0 D3hot D3cold
[    4.605623] pci 0000:c0:04.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.609135] pci 0000:c0:05.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.613127] pci 0000:c0:05.1: [1022:149a] type 01 class 0x060400 PCIe Root Port
[    4.617063] pci 0000:c0:05.1: PCI bridge to [bus c1]
[    4.621047] pci 0000:c0:05.1:   bridge window [mem 0xc7100000-0xc71fffff]
[    4.625048] pci 0000:c0:05.1:   bridge window [mem 0xc7000000-0xc70fffff 64bit pref]
[    4.629081] pci 0000:c0:05.1: PME# supported from D0 D3hot D3cold
[    4.633182] pci 0000:c0:05.2: [1022:149a] type 01 class 0x060400 PCIe Root Port
[    4.641058] pci 0000:c0:05.2: PCI bridge to [bus c2-c3]
[    4.645045] pci 0000:c0:05.2:   bridge window [mem 0xda000000-0xda8fffff]
[    4.653048] pci 0000:c0:05.2:   bridge window [mem 0xc6000000-0xc6ffffff 64bit pref]
[    4.661086] pci 0000:c0:05.2: PME# supported from D0 D3hot D3cold
[    4.665174] pci 0000:c0:07.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.677122] pci 0000:c0:07.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    4.681058] pci 0000:c0:07.1: PCI bridge to [bus c8]
[    4.689045] pci 0000:c0:07.1:   bridge window [mem 0xdbb00000-0xdbbfffff]
[    4.693096] pci 0000:c0:07.1: PME# supported from D0 D3hot D3cold
[    4.701184] pci 0000:c0:08.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.709126] pci 0000:c0:08.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    4.717059] pci 0000:c0:08.1: PCI bridge to [bus c9]
[    4.721045] pci 0000:c0:08.1:   bridge window [mem 0xdba00000-0xdbafffff]
[    4.729098] pci 0000:c0:08.1: PME# supported from D0 D3hot D3cold
[    4.733273] pci 0000:c0:03.1: PCI bridge to [bus c4]
[    4.741125] pci 0000:c0:03.2: PCI bridge to [bus c5]
[    4.745124] pci 0000:c0:03.3: PCI bridge to [bus c6]
[    4.749123] pci 0000:c0:03.4: PCI bridge to [bus c7]
[    4.753136] pci 0000:c1:00.0: [14e4:165f] type 00 class 0x020000 PCIe Endpoint
[    4.761061] pci 0000:c1:00.0: BAR 0 [mem 0xc7030000-0xc703ffff 64bit pref]
[    4.769054] pci 0000:c1:00.0: BAR 2 [mem 0xc7040000-0xc704ffff 64bit pref]
[    4.777055] pci 0000:c1:00.0: BAR 4 [mem 0xc7050000-0xc705ffff 64bit pref]
[    4.781049] pci 0000:c1:00.0: ROM [mem 0xfffc0000-0xffffffff pref]
[    4.789129] pci 0000:c1:00.0: PME# supported from D0 D3hot D3cold
[    4.793091] pci 0000:c1:00.0: 4.000 Gb/s available PCIe bandwidth, limited by 5.0 GT/s PCIe x1 link at 0000:c0:05.1 (capable of 8.000 Gb/s with 5.0 GT/s PCIe x2 link)
[    4.810466] pci 0000:c1:00.1: [14e4:165f] type 00 class 0x020000 PCIe Endpoint
[    4.817061] pci 0000:c1:00.1: BAR 0 [mem 0xc7000000-0xc700ffff 64bit pref]
[    4.825054] pci 0000:c1:00.1: BAR 2 [mem 0xc7010000-0xc701ffff 64bit pref]
[    4.833054] pci 0000:c1:00.1: BAR 4 [mem 0xc7020000-0xc702ffff 64bit pref]
[    4.837050] pci 0000:c1:00.1: ROM [mem 0xfffc0000-0xffffffff pref]
[    4.845119] pci 0000:c1:00.1: PME# supported from D0 D3hot D3cold
[    4.854495] pci 0000:c0:05.1: PCI bridge to [bus c1]
[    4.857121] pci 0000:c2:00.0: [1556:be00] type 01 class 0x060400 PCIe to PCI/PCI-X bridge
[    4.865071] pci 0000:c2:00.0: PCI bridge to [bus c3]
[    4.873048] pci 0000:c2:00.0:   bridge window [mem 0xda000000-0xda8fffff]
[    4.877050] pci 0000:c2:00.0:   bridge window [mem 0xc6000000-0xc6ffffff 64bit pref]
[    4.893056] pci 0000:c0:05.2: PCI bridge to [bus c2-c3]
[    4.897076] pci_bus 0000:c3: extended config space not accessible
[    4.905065] pci 0000:c3:00.0: [102b:0536] type 00 class 0x030000 conventional PCI endpoint
[    4.913057] pci 0000:c3:00.0: BAR 0 [mem 0xc6000000-0xc6ffffff pref]
[    4.921049] pci 0000:c3:00.0: BAR 1 [mem 0xda808000-0xda80bfff]
[    4.925049] pci 0000:c3:00.0: BAR 2 [mem 0xda000000-0xda7fffff]
[    4.933077] pci 0000:c3:00.0: ROM [mem 0x00000000-0x0000ffff pref]
[    4.937063] pci 0000:c3:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    4.945163] pci 0000:c2:00.0: PCI bridge to [bus c3]
[    4.949142] pci 0000:c8:00.0: [1022:148a] type 00 class 0x130000 PCIe Endpoint
[    4.957244] pci 0000:c8:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    4.965059] pci 0000:c8:00.2: BAR 2 [mem 0xdbb00000-0xdbb7ffff]
[    4.973054] pci 0000:c8:00.2: BAR 5 [mem 0xdbb80000-0xdbb81fff]
[    4.977232] pci 0000:c0:07.1: PCI bridge to [bus c8]
[    4.981171] pci 0000:c9:00.0: [1022:1485] type 00 class 0x130000 PCIe Endpoint
[    4.989303] pci 0000:c9:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    4.997061] pci 0000:c9:00.2: BAR 2 [mem 0xdba00000-0xdba7ffff]
[    5.005057] pci 0000:c9:00.2: BAR 5 [mem 0xdba80000-0xdba81fff]
[    5.009243] pci 0000:c0:08.1: PCI bridge to [bus c9]
[    5.018364] iommu: Default domain type: Translated
[    5.025041] iommu: DMA domain TLB invalidation policy: lazy mode
[    5.029315] SCSI subsystem initialized
[    5.033079] ACPI: bus type USB registered
[    5.037059] usbcore: registered new interface driver usbfs
[    5.045048] usbcore: registered new interface driver hub
[    5.049075] usbcore: registered new device driver usb
[    5.053072] pps_core: LinuxPPS API ver. 1 registered
[    5.057041] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    5.069043] PTP clock support registered
[    5.073122] EDAC MC: Ver: 3.0.0
[    5.077103] efivars: Registered efivars operations
[    5.081429] NetLabel: Initializing
[    5.085041] NetLabel:  domain hash size = 128
[    5.089040] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    5.093062] NetLabel:  unlabeled traffic allowed by default
[    5.101086] PCI: Using ACPI for IRQ routing
[    5.109070] pci 0000:c3:00.0: vgaarb: setting as boot VGA device
[    5.113039] pci 0000:c3:00.0: vgaarb: bridge control possible
[    5.113039] pci 0000:c3:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    5.129042] vgaarb: loaded
[    5.133176] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    5.137041] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    5.145175] clocksource: Switched to clocksource tsc-early
[    5.150843] VFS: Disk quotas dquot_6.6.0
[    5.154792] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    5.161900] AppArmor: AppArmor Filesystem Enabled
[    5.166626] pnp: PnP ACPI init
[    5.169930] system 00:00: [mem 0x80000000-0x8fffffff] has been reserved
[    5.176632] system 00:01: [mem 0xff000000-0xffffffff] has been reserved
[    5.184841] pnp: PnP ACPI: found 5 devices
[    5.195841] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    5.204817] NET: Registered PF_INET protocol family
[    5.209859] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc)
[    5.220840] tcp_listen_portaddr_hash hash table entries: 65536 (order: 8, 1048576 bytes, vmalloc)
[    5.229795] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, vmalloc)
[    5.237838] TCP established hash table entries: 524288 (order: 10, 4194304 bytes, vmalloc hugepage)
[    5.247383] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc)
[    5.254988] TCP: Hash tables configured (established 524288 bind 65536)
[    5.261891] UDP hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc)
[    5.269233] UDP-Lite hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc)
[    5.277072] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    5.282739] NET: Registered PF_XDP protocol family
[    5.287534] pci 0000:01:00.0: ROM [mem 0xfff00000-0xffffffff pref]: can't claim; no compatible bridge window
[    5.297378] pci 0000:c1:00.0: ROM [mem 0xfffc0000-0xffffffff pref]: can't claim; no compatible bridge window
[    5.307205] pci 0000:c1:00.1: ROM [mem 0xfffc0000-0xffffffff pref]: can't claim; no compatible bridge window
[    5.317035] pci 0000:01:00.0: ROM [mem size 0x00100000 pref]: can't assign; no space
[    5.324783] pci 0000:01:00.0: ROM [mem size 0x00100000 pref]: failed to assign
[    5.332000] pci 0000:00:03.2: PCI bridge to [bus 01]
[    5.336967] pci 0000:00:03.2:   bridge window [io  0x1000-0x1fff]
[    5.343059] pci 0000:00:03.2:   bridge window [mem 0xe1000000-0xe22fffff]
[    5.349847] pci 0000:00:07.1: PCI bridge to [bus 02]
[    5.354821] pci 0000:00:07.1:   bridge window [mem 0xf7200000-0xf72fffff]
[    5.361607] pci 0000:00:08.1: PCI bridge to [bus 03]
[    5.366571] pci 0000:00:08.1:   bridge window [mem 0xf7000000-0xf71fffff]
[    5.373361] pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
[    5.379542] pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
[    5.385723] pci_bus 0000:00: resource 6 [mem 0x000c0000-0x000fffff window]
[    5.392596] pci_bus 0000:00: resource 7 [io  0x0d00-0x3fff window]
[    5.398818] pci_bus 0000:00: resource 8 [mem 0xe1000000-0xfebfffff window]
[    5.405689] pci_bus 0000:00: resource 9 [mem 0x63dc0000000-0x7fcffffffff window]
[    5.413083] pci_bus 0000:01: resource 0 [io  0x1000-0x1fff]
[    5.418656] pci_bus 0000:01: resource 1 [mem 0xe1000000-0xe22fffff]
[    5.424923] pci_bus 0000:02: resource 1 [mem 0xf7200000-0xf72fffff]
[    5.431191] pci_bus 0000:03: resource 1 [mem 0xf7000000-0xf71fffff]
[    5.437526] pci 0000:40:03.1: bridge window [io  0x1000-0x0fff] to [bus 41] add_size 1000
[    5.445709] pci 0000:40:03.1: bridge window [io  size 0x1000]: can't assign; no space
[    5.453539] pci 0000:40:03.1: bridge window [io  size 0x1000]: failed to assign
[    5.460847] pci 0000:40:03.1: bridge window [io  size 0x1000]: can't assign; no space
[    5.468671] pci 0000:40:03.1: bridge window [io  size 0x1000]: failed to assign
[    5.475977] pci 0000:40:03.1: PCI bridge to [bus 41]
[    5.480944] pci 0000:40:03.1:   bridge window [mem 0xa4c00000-0xa4ffffff]
[    5.487728] pci 0000:40:03.1:   bridge window [mem 0x47e80000000-0x47e801fffff 64bit pref]
[    5.495989] pci 0000:40:03.2: PCI bridge to [bus 42]
[    5.500971] pci 0000:40:03.2:   bridge window [io  0x6000-0x6fff]
[    5.507064] pci 0000:40:03.2:   bridge window [mem 0xa4800000-0xa4bfffff]
[    5.513850] pci 0000:40:03.2:   bridge window [mem 0x47e80200000-0x47e803fffff 64bit pref]
[    5.522112] pci 0000:40:03.3: PCI bridge to [bus 43]
[    5.527084] pci 0000:40:03.3:   bridge window [io  0x5000-0x5fff]
[    5.533178] pci 0000:40:03.3:   bridge window [mem 0xa4400000-0xa47fffff]
[    5.539964] pci 0000:40:03.3:   bridge window [mem 0x47e80400000-0x47e805fffff 64bit pref]
[    5.548222] pci 0000:40:03.4: PCI bridge to [bus 44]
[    5.553188] pci 0000:40:03.4:   bridge window [io  0x4000-0x4fff]
[    5.559280] pci 0000:40:03.4:   bridge window [mem 0xa4000000-0xa43fffff]
[    5.566067] pci 0000:40:03.4:   bridge window [mem 0x47e80600000-0x47e807fffff 64bit pref]
[    5.574326] pci 0000:40:07.1: PCI bridge to [bus 45]
[    5.579292] pci 0000:40:07.1:   bridge window [mem 0xa5300000-0xa53fffff]
[    5.586081] pci 0000:40:08.1: PCI bridge to [bus 46]
[    5.591052] pci 0000:40:08.1:   bridge window [mem 0xa5000000-0xa52fffff]
[    5.597839] pci_bus 0000:40: resource 4 [io  0x4000-0x6fff window]
[    5.604034] pci_bus 0000:40: resource 5 [mem 0x90000000-0xaaffffff window]
[    5.610904] pci_bus 0000:40: resource 6 [mem 0x47e80000000-0x63dbfffffff window]
[    5.618298] pci_bus 0000:41: resource 1 [mem 0xa4c00000-0xa4ffffff]
[    5.624564] pci_bus 0000:41: resource 2 [mem 0x47e80000000-0x47e801fffff 64bit pref]
[    5.632304] pci_bus 0000:42: resource 0 [io  0x6000-0x6fff]
[    5.637876] pci_bus 0000:42: resource 1 [mem 0xa4800000-0xa4bfffff]
[    5.644145] pci_bus 0000:42: resource 2 [mem 0x47e80200000-0x47e803fffff 64bit pref]
[    5.651883] pci_bus 0000:43: resource 0 [io  0x5000-0x5fff]
[    5.657454] pci_bus 0000:43: resource 1 [mem 0xa4400000-0xa47fffff]
[    5.663723] pci_bus 0000:43: resource 2 [mem 0x47e80400000-0x47e805fffff 64bit pref]
[    5.671470] pci_bus 0000:44: resource 0 [io  0x4000-0x4fff]
[    5.677041] pci_bus 0000:44: resource 1 [mem 0xa4000000-0xa43fffff]
[    5.683304] pci_bus 0000:44: resource 2 [mem 0x47e80600000-0x47e807fffff 64bit pref]
[    5.691044] pci_bus 0000:45: resource 1 [mem 0xa5300000-0xa53fffff]
[    5.697310] pci_bus 0000:46: resource 1 [mem 0xa5000000-0xa52fffff]
[    5.703643] pci 0000:80:01.1: PCI bridge to [bus 81]
[    5.708613] pci 0000:80:01.1:   bridge window [io  0x7000-0x7fff]
[    5.714706] pci 0000:80:01.1:   bridge window [mem 0xbf400000-0xbf7fffff]
[    5.721491] pci 0000:80:01.1:   bridge window [mem 0x2bf40000000-0x2bf401fffff 64bit pref]
[    5.729753] pci 0000:80:01.2: PCI bridge to [bus 82]
[    5.734715] pci 0000:80:01.2:   bridge window [io  0x8000-0x8fff]
[    5.740811] pci 0000:80:01.2:   bridge window [mem 0xbf000000-0xbf3fffff]
[    5.747599] pci 0000:80:01.2:   bridge window [mem 0x2bf40200000-0x2bf403fffff 64bit pref]
[    5.755864] pci 0000:80:07.1: PCI bridge to [bus 83]
[    5.760830] pci 0000:80:07.1:   bridge window [mem 0xbfa00000-0xbfafffff]
[    5.767618] pci 0000:80:08.1: PCI bridge to [bus 84]
[    5.772590] pci 0000:80:08.1:   bridge window [mem 0xbf900000-0xbf9fffff]
[    5.779379] pci 0000:80:08.2: PCI bridge to [bus 85]
[    5.784350] pci 0000:80:08.2:   bridge window [mem 0xbf800000-0xbf8fffff]
[    5.791138] pci_bus 0000:80: resource 4 [io  0x7000-0x9fff window]
[    5.797322] pci_bus 0000:80: resource 5 [mem 0xab000000-0xc5ffffff window]
[    5.804197] pci_bus 0000:80: resource 6 [mem 0x2bf40000000-0x47e7fffffff window]
[    5.811659] pci_bus 0000:81: resource 0 [io  0x7000-0x7fff]
[    5.817229] pci_bus 0000:81: resource 1 [mem 0xbf400000-0xbf7fffff]
[    5.823496] pci_bus 0000:81: resource 2 [mem 0x2bf40000000-0x2bf401fffff 64bit pref]
[    5.831234] pci_bus 0000:82: resource 0 [io  0x8000-0x8fff]
[    5.836807] pci_bus 0000:82: resource 1 [mem 0xbf000000-0xbf3fffff]
[    5.843073] pci_bus 0000:82: resource 2 [mem 0x2bf40200000-0x2bf403fffff 64bit pref]
[    5.850815] pci_bus 0000:83: resource 1 [mem 0xbfa00000-0xbfafffff]
[    5.857078] pci_bus 0000:84: resource 1 [mem 0xbf900000-0xbf9fffff]
[    5.863344] pci_bus 0000:85: resource 1 [mem 0xbf800000-0xbf8fffff]
[    5.869665] pci 0000:c0:03.1: PCI bridge to [bus c4]
[    5.874629] pci 0000:c0:03.1:   bridge window [io  0xa000-0xafff]
[    5.880723] pci 0000:c0:03.1:   bridge window [mem 0xdb600000-0xdb9fffff]
[    5.887509] pci 0000:c0:03.1:   bridge window [mem 0x10000000000-0x100001fffff 64bit pref]
[    5.895768] pci 0000:c0:03.2: PCI bridge to [bus c5]
[    5.900733] pci 0000:c0:03.2:   bridge window [io  0xb000-0xbfff]
[    5.906829] pci 0000:c0:03.2:   bridge window [mem 0xdb200000-0xdb5fffff]
[    5.913620] pci 0000:c0:03.2:   bridge window [mem 0x10000200000-0x100003fffff 64bit pref]
[    5.921902] pci 0000:c0:03.3: PCI bridge to [bus c6]
[    5.926871] pci 0000:c0:03.3:   bridge window [io  0xc000-0xcfff]
[    5.932966] pci 0000:c0:03.3:   bridge window [mem 0xdae00000-0xdb1fffff]
[    5.939758] pci 0000:c0:03.3:   bridge window [mem 0x10000400000-0x100005fffff 64bit pref]
[    5.948019] pci 0000:c0:03.4: PCI bridge to [bus c7]
[    5.952983] pci 0000:c0:03.4:   bridge window [io  0xd000-0xdfff]
[    5.959079] pci 0000:c0:03.4:   bridge window [mem 0xdaa00000-0xdadfffff]
[    5.965871] pci 0000:c0:03.4:   bridge window [mem 0x10000600000-0x100007fffff 64bit pref]
[    5.974141] pci 0000:c1:00.0: ROM [mem 0xc7100000-0xc713ffff pref]: assigned
[    5.981185] pci 0000:c1:00.1: ROM [mem 0xc7140000-0xc717ffff pref]: assigned
[    5.988228] pci 0000:c0:05.1: PCI bridge to [bus c1]
[    5.993196] pci 0000:c0:05.1:   bridge window [mem 0xc7100000-0xc71fffff]
[    5.999982] pci 0000:c0:05.1:   bridge window [mem 0xc7000000-0xc70fffff 64bit pref]
[    6.007723] pci 0000:c2:00.0: PCI bridge to [bus c3]
[    6.012688] pci 0000:c2:00.0:   bridge window [mem 0xda000000-0xda8fffff]
[    6.019475] pci 0000:c2:00.0:   bridge window [mem 0xc6000000-0xc6ffffff 64bit pref]
[    6.027230] pci 0000:c0:05.2: PCI bridge to [bus c2-c3]
[    6.032461] pci 0000:c0:05.2:   bridge window [mem 0xda000000-0xda8fffff]
[    6.039256] pci 0000:c0:05.2:   bridge window [mem 0xc6000000-0xc6ffffff 64bit pref]
[    6.047001] pci 0000:c0:07.1: PCI bridge to [bus c8]
[    6.051974] pci 0000:c0:07.1:   bridge window [mem 0xdbb00000-0xdbbfffff]
[    6.058772] pci 0000:c0:08.1: PCI bridge to [bus c9]
[    6.063747] pci 0000:c0:08.1:   bridge window [mem 0xdba00000-0xdbafffff]
[    6.070540] pci_bus 0000:c0: resource 4 [io  0xa000-0xffff window]
[    6.076724] pci_bus 0000:c0: resource 5 [mem 0xc6000000-0xe0ffffff window]
[    6.083597] pci_bus 0000:c0: resource 6 [mem 0x10000000000-0x2bf3fffffff window]
[    6.090990] pci_bus 0000:c0: resource 7 [io  0x03b0-0x03df window]
[    6.097169] pci_bus 0000:c0: resource 8 [mem 0x000a0000-0x000bffff window]
[    6.104039] pci_bus 0000:c4: resource 0 [io  0xa000-0xafff]
[    6.109612] pci_bus 0000:c4: resource 1 [mem 0xdb600000-0xdb9fffff]
[    6.115878] pci_bus 0000:c4: resource 2 [mem 0x10000000000-0x100001fffff 64bit pref]
[    6.123619] pci_bus 0000:c5: resource 0 [io  0xb000-0xbfff]
[    6.129192] pci_bus 0000:c5: resource 1 [mem 0xdb200000-0xdb5fffff]
[    6.135458] pci_bus 0000:c5: resource 2 [mem 0x10000200000-0x100003fffff 64bit pref]
[    6.143195] pci_bus 0000:c6: resource 0 [io  0xc000-0xcfff]
[    6.148768] pci_bus 0000:c6: resource 1 [mem 0xdae00000-0xdb1fffff]
[    6.155036] pci_bus 0000:c6: resource 2 [mem 0x10000400000-0x100005fffff 64bit pref]
[    6.162773] pci_bus 0000:c7: resource 0 [io  0xd000-0xdfff]
[    6.168348] pci_bus 0000:c7: resource 1 [mem 0xdaa00000-0xdadfffff]
[    6.174615] pci_bus 0000:c7: resource 2 [mem 0x10000600000-0x100007fffff 64bit pref]
[    6.182361] pci_bus 0000:c1: resource 1 [mem 0xc7100000-0xc71fffff]
[    6.188626] pci_bus 0000:c1: resource 2 [mem 0xc7000000-0xc70fffff 64bit pref]
[    6.195845] pci_bus 0000:c2: resource 1 [mem 0xda000000-0xda8fffff]
[    6.202111] pci_bus 0000:c2: resource 2 [mem 0xc6000000-0xc6ffffff 64bit pref]
[    6.209331] pci_bus 0000:c3: resource 1 [mem 0xda000000-0xda8fffff]
[    6.215596] pci_bus 0000:c3: resource 2 [mem 0xc6000000-0xc6ffffff 64bit pref]
[    6.222815] pci_bus 0000:c8: resource 1 [mem 0xdbb00000-0xdbbfffff]
[    6.229082] pci_bus 0000:c9: resource 1 [mem 0xdba00000-0xdbafffff]
[    6.235943] PCI: CLS 64 bytes, default 64
[    6.239975] AMD-Vi: IOMMU SNP support enabled.
[    6.240037] Trying to unpack rootfs image as initramfs...
[    6.249886] pci 0000:c0:00.2: AMD-Vi: IOMMU performance counters supported
[    6.256867] pci 0000:c0:01.0: Adding to iommu group 0
[    6.261974] pci 0000:c0:02.0: Adding to iommu group 1
[    6.267168] pci 0000:c0:03.0: Adding to iommu group 2
[    6.272272] pci 0000:c0:03.1: Adding to iommu group 2
[    6.277376] pci 0000:c0:03.2: Adding to iommu group 2
[    6.282477] pci 0000:c0:03.3: Adding to iommu group 2
[    6.287574] pci 0000:c0:03.4: Adding to iommu group 2
[    6.292676] pci 0000:c0:04.0: Adding to iommu group 3
[    6.297825] pci 0000:c0:05.0: Adding to iommu group 4
[    6.302922] pci 0000:c0:05.1: Adding to iommu group 4
[    6.308019] pci 0000:c0:05.2: Adding to iommu group 4
[    6.313125] pci 0000:c0:07.0: Adding to iommu group 5
[    6.318215] pci 0000:c0:07.1: Adding to iommu group 6
[    6.323326] pci 0000:c0:08.0: Adding to iommu group 7
[    6.328414] pci 0000:c0:08.1: Adding to iommu group 8
[    6.333510] pci 0000:c1:00.0: Adding to iommu group 4
[    6.338571] pci 0000:c1:00.1: Adding to iommu group 4
[    6.343632] pci 0000:c2:00.0: Adding to iommu group 4
[    6.348696] pci 0000:c3:00.0: Adding to iommu group 4
[    6.353784] pci 0000:c8:00.0: Adding to iommu group 9
[    6.358880] pci 0000:c8:00.2: Adding to iommu group 10
[    6.364050] pci 0000:c9:00.0: Adding to iommu group 11
[    6.369224] pci 0000:c9:00.2: Adding to iommu group 12
[    6.380764] pci 0000:80:00.2: AMD-Vi: IOMMU performance counters supported
[    6.387794] pci 0000:80:01.0: Adding to iommu group 13
[    6.392971] pci 0000:80:01.1: Adding to iommu group 13
[    6.398158] pci 0000:80:01.2: Adding to iommu group 13
[    6.403347] pci 0000:80:02.0: Adding to iommu group 14
[    6.408539] pci 0000:80:03.0: Adding to iommu group 15
[    6.413730] pci 0000:80:04.0: Adding to iommu group 16
[    6.418921] pci 0000:80:05.0: Adding to iommu group 17
[    6.424116] pci 0000:80:07.0: Adding to iommu group 18
[    6.429285] pci 0000:80:07.1: Adding to iommu group 19
[    6.434481] pci 0000:80:08.0: Adding to iommu group 20
[    6.439650] pci 0000:80:08.1: Adding to iommu group 21
[    6.444822] pci 0000:80:08.2: Adding to iommu group 22
[    6.450003] pci 0000:83:00.0: Adding to iommu group 23
[    6.455171] pci 0000:83:00.2: Adding to iommu group 24
[    6.460347] pci 0000:84:00.0: Adding to iommu group 25
[    6.465525] pci 0000:84:00.2: Adding to iommu group 26
[    6.470691] pci 0000:85:00.0: Adding to iommu group 27
[    6.483035] pci 0000:40:00.2: AMD-Vi: IOMMU performance counters supported
[    6.490020] pci 0000:40:01.0: Adding to iommu group 28
[    6.495215] pci 0000:40:02.0: Adding to iommu group 29
[    6.500497] pci 0000:40:03.0: Adding to iommu group 30
[    6.505682] pci 0000:40:03.1: Adding to iommu group 30
[    6.510861] pci 0000:40:03.2: Adding to iommu group 30
[    6.516041] pci 0000:40:03.3: Adding to iommu group 30
[    6.521217] pci 0000:40:03.4: Adding to iommu group 30
[    6.526409] pci 0000:40:04.0: Adding to iommu group 31
[    6.531605] pci 0000:40:05.0: Adding to iommu group 32
[    6.536823] pci 0000:40:07.0: Adding to iommu group 33
[    6.541991] pci 0000:40:07.1: Adding to iommu group 34
[    6.547187] pci 0000:40:08.0: Adding to iommu group 35
[    6.552360] pci 0000:40:08.1: Adding to iommu group 36
[    6.557533] pci 0000:45:00.0: Adding to iommu group 37
[    6.562706] pci 0000:45:00.2: Adding to iommu group 38
[    6.567880] pci 0000:46:00.0: Adding to iommu group 39
[    6.573055] pci 0000:46:00.1: Adding to iommu group 40
[    6.578228] pci 0000:46:00.2: Adding to iommu group 41
[    6.583404] pci 0000:46:00.3: Adding to iommu group 42
[    6.595707] pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
[    6.602694] pci 0000:00:01.0: Adding to iommu group 43
[    6.607891] pci 0000:00:02.0: Adding to iommu group 44
[    6.613090] pci 0000:00:03.0: Adding to iommu group 45
[    6.618257] pci 0000:00:03.2: Adding to iommu group 46
[    6.623457] pci 0000:00:04.0: Adding to iommu group 47
[    6.628652] pci 0000:00:05.0: Adding to iommu group 48
[    6.633849] pci 0000:00:07.0: Adding to iommu group 49
[    6.639025] pci 0000:00:07.1: Adding to iommu group 50
[    6.644218] pci 0000:00:08.0: Adding to iommu group 51
[    6.649388] pci 0000:00:08.1: Adding to iommu group 52
[    6.654610] pci 0000:00:14.0: Adding to iommu group 53
[    6.655491] Freeing initrd memory: 35956K
[    6.659782] pci 0000:00:14.3: Adding to iommu group 53
[    6.669107] pci 0000:00:18.0: Adding to iommu group 54
[    6.674281] pci 0000:00:18.1: Adding to iommu group 54
[    6.679453] pci 0000:00:18.2: Adding to iommu group 54
[    6.684626] pci 0000:00:18.3: Adding to iommu group 54
[    6.689807] pci 0000:00:18.4: Adding to iommu group 54
[    6.694984] pci 0000:00:18.5: Adding to iommu group 54
[    6.700157] pci 0000:00:18.6: Adding to iommu group 54
[    6.705332] pci 0000:00:18.7: Adding to iommu group 54
[    6.710505] pci 0000:01:00.0: Adding to iommu group 55
[    6.715681] pci 0000:02:00.0: Adding to iommu group 56
[    6.720853] pci 0000:02:00.2: Adding to iommu group 57
[    6.726030] pci 0000:03:00.0: Adding to iommu group 58
[    6.731205] pci 0000:03:00.2: Adding to iommu group 59
[    6.736446] pci 0000:03:00.3: Adding to iommu group 60
[    6.750353] AMD-Vi: Extended features (0x841f77e022094ace, 0x0): PPR X2APIC NX IA GA PC SNP
[    6.758714] AMD-Vi: Interrupt remapping enabled
[    6.763243] AMD-Vi: X2APIC enabled
[    6.767548] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    6.773992] software IO TLB: mapped [mem 0x0000000005e00000-0x0000000015e00000] (256MB)
[    6.782097] LVT offset 0 assigned for vector 0x400
[    6.788673] perf: AMD IBS detected (0x000003ff)
[    6.794665] amd_uncore: 4 amd_df counters detected
[    6.799488] amd_uncore: 6 amd_l3 counters detected
[    6.805889] perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
[    6.813044] perf/amd_iommu: Detected AMD IOMMU #1 (2 banks, 4 counters/bank).
[    6.820192] perf/amd_iommu: Detected AMD IOMMU #2 (2 banks, 4 counters/bank).
[    6.827341] perf/amd_iommu: Detected AMD IOMMU #3 (2 banks, 4 counters/bank).
[    6.838544] Initialise system trusted keyrings
[    6.843022] Key type blacklist registered
[    6.847135] workingset: timestamp_bits=36 max_order=26 bucket_order=0
[    6.853594] zbud: loaded
[    6.856641] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    6.862633] fuse: init (API version 7.41)
[    6.866898] integrity: Platform Keyring initialized
[    6.884047] Key type asymmetric registered
[    6.888145] Asymmetric key parser 'x509' registered
[    6.893067] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[    6.900553] io scheduler mq-deadline registered
[    6.906827] pcieport 0000:00:03.2: PME: Signaling with IRQ 38
[    6.912936] pcieport 0000:00:07.1: PME: Signaling with IRQ 40
[    6.918878] pcieport 0000:00:08.1: PME: Signaling with IRQ 41
[    6.924850] pcieport 0000:40:03.1: PME: Signaling with IRQ 42
[    6.930639] pcieport 0000:40:03.1: pciehp: Slot #167 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    6.944620] pcieport 0000:40:03.2: PME: Signaling with IRQ 43
[    6.950414] pcieport 0000:40:03.2: pciehp: Slot #166 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    6.964415] pcieport 0000:40:03.3: PME: Signaling with IRQ 44
[    6.970212] pcieport 0000:40:03.3: pciehp: Slot #169 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    6.984165] pcieport 0000:40:03.4: PME: Signaling with IRQ 45
[    6.989955] pcieport 0000:40:03.4: pciehp: Slot #168 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.003965] pcieport 0000:40:07.1: PME: Signaling with IRQ 47
[    7.009907] pcieport 0000:40:08.1: PME: Signaling with IRQ 48
[    7.015989] pcieport 0000:80:01.1: PME: Signaling with IRQ 49
[    7.021795] pcieport 0000:80:01.1: pciehp: Slot #160 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.035779] pcieport 0000:80:01.2: PME: Signaling with IRQ 50
[    7.041570] pcieport 0000:80:01.2: pciehp: Slot #161 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.055628] pcieport 0000:80:07.1: PME: Signaling with IRQ 52
[    7.061631] pcieport 0000:80:08.1: PME: Signaling with IRQ 54
[    7.067617] pcieport 0000:80:08.2: PME: Signaling with IRQ 55
[    7.073562] pcieport 0000:c0:03.1: PME: Signaling with IRQ 56
[    7.079357] pcieport 0000:c0:03.1: pciehp: Slot #163 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.093301] pcieport 0000:c0:03.2: PME: Signaling with IRQ 57
[    7.099094] pcieport 0000:c0:03.2: pciehp: Slot #162 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.113036] pcieport 0000:c0:03.3: PME: Signaling with IRQ 58
[    7.118828] pcieport 0000:c0:03.3: pciehp: Slot #165 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.132762] pcieport 0000:c0:03.4: PME: Signaling with IRQ 59
[    7.138559] pcieport 0000:c0:03.4: pciehp: Slot #164 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.152483] pcieport 0000:c0:05.1: PME: Signaling with IRQ 60
[    7.158390] pcieport 0000:c0:05.2: PME: Signaling with IRQ 61
[    7.164554] pcieport 0000:c0:07.1: PME: Signaling with IRQ 63
[    7.170549] pcieport 0000:c0:08.1: PME: Signaling with IRQ 65
[    7.176578] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    7.183661] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[    7.191126] ACPI: button: Power Button [PWRF]
[    7.203439] Estimated ratio of average max frequency by base frequency (times 1024): 1464
[    7.228444] ERST: Error Record Serialization Table (ERST) support is initialized.
[    7.235951] pstore: Using crash dump compression: deflate
[    7.241350] pstore: Registered erst as persistent store backend
[    7.247389] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    7.253946] 00:03: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A
[    7.262089] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    7.272962] Linux agpgart interface v0.103
[    7.301537] loop: module loaded
[    7.315958] ahci 0000:85:00.0: AHCI vers 0001.0301, 32 command slots, 6 Gbps, SATA mode
[    7.323962] ahci 0000:85:00.0: 8/8 ports implemented (port mask 0xff)
[    7.330401] ahci 0000:85:00.0: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part sxs 
[    7.340547] scsi host0: ahci
[    7.343656] scsi host1: ahci
[    7.346767] scsi host2: ahci
[    7.349874] scsi host3: ahci
[    7.352967] scsi host4: ahci
[    7.356067] scsi host5: ahci
[    7.359169] scsi host6: ahci
[    7.362271] scsi host7: ahci
[    7.365211] ata1: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800100 irq 67 lpm-pol 0
[    7.373473] ata2: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800180 irq 68 lpm-pol 0
[    7.381734] ata3: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800200 irq 69 lpm-pol 0
[    7.390025] ata4: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800280 irq 70 lpm-pol 0
[    7.398285] ata5: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800300 irq 71 lpm-pol 0
[    7.406545] ata6: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800380 irq 72 lpm-pol 0
[    7.414804] ata7: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800400 irq 73 lpm-pol 0
[    7.423061] ata8: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800480 irq 74 lpm-pol 0
[    7.431588] tun: Universal TUN/TAP device driver, 1.6
[    7.436703] PPP generic driver version 2.4.2
[    7.441130] VFIO - User Level meta-driver version: 0.3
[    7.446614] xhci_hcd 0000:03:00.3: xHCI Host Controller
[    7.451859] xhci_hcd 0000:03:00.3: new USB bus registered, assigned bus number 1
[    7.459361] xhci_hcd 0000:03:00.3: hcc params 0x0260ffe5 hci version 0x110 quirks 0x0000000000000010
[    7.468896] xhci_hcd 0000:03:00.3: xHCI Host Controller
[    7.474129] xhci_hcd 0000:03:00.3: new USB bus registered, assigned bus number 2
[    7.481521] xhci_hcd 0000:03:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[    7.488614] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.11
[    7.496905] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    7.504132] usb usb1: Product: xHCI Host Controller
[    7.509010] usb usb1: Manufacturer: Linux 6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d xhci-hcd
[    7.517965] usb usb1: SerialNumber: 0000:03:00.3
[    7.522754] hub 1-0:1.0: USB hub found
[    7.526517] hub 1-0:1.0: 2 ports detected
[    7.531339] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    7.539458] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.11
[    7.547724] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    7.554945] usb usb2: Product: xHCI Host Controller
[    7.559829] usb usb2: Manufacturer: Linux 6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d xhci-hcd
[    7.568783] usb usb2: SerialNumber: 0000:03:00.3
[    7.573525] hub 2-0:1.0: USB hub found
[    7.577284] hub 2-0:1.0: 2 ports detected
[    7.582196] xhci_hcd 0000:46:00.3: xHCI Host Controller
[    7.587431] xhci_hcd 0000:46:00.3: new USB bus registered, assigned bus number 3
[    7.594935] xhci_hcd 0000:46:00.3: hcc params 0x0260ffe5 hci version 0x110 quirks 0x0000000000000010
[    7.604429] xhci_hcd 0000:46:00.3: xHCI Host Controller
[    7.609656] xhci_hcd 0000:46:00.3: new USB bus registered, assigned bus number 4
[    7.617047] xhci_hcd 0000:46:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[    7.624130] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.11
[    7.632395] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    7.639614] usb usb3: Product: xHCI Host Controller
[    7.644492] usb usb3: Manufacturer: Linux 6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d xhci-hcd
[    7.653446] usb usb3: SerialNumber: 0000:46:00.3
[    7.658201] hub 3-0:1.0: USB hub found
[    7.661965] hub 3-0:1.0: 2 ports detected
[    7.666753] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    7.674873] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.11
[    7.683137] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    7.690357] usb usb4: Product: xHCI Host Controller
[    7.695236] usb usb4: Manufacturer: Linux 6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d xhci-hcd
[    7.704191] usb usb4: SerialNumber: 0000:46:00.3
[    7.708932] hub 4-0:1.0: USB hub found
[    7.712700] hub 4-0:1.0: 2 ports detected
[    7.717682] usbcore: registered new interface driver uas
[    7.723018] usbcore: registered new interface driver usb-storage
[    7.729107] i8042: PNP: No PS/2 controller found.
[    7.733900] mousedev: PS/2 mouse device common for all mice
[    7.739578] rtc_cmos 00:02: RTC can wake from S4
[    7.744467] rtc_cmos 00:02: registered as rtc0
[    7.747831] ata6: SATA link down (SStatus 0 SControl 300)
[    7.748990] rtc_cmos 00:02: setting system clock to 2024-09-03T11:13:50 UTC (1725362030)
[    7.754349] ata3: SATA link down (SStatus 0 SControl 300)
[    7.762435] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram
[    7.767826] ata2: SATA link down (SStatus 0 SControl 300)
[    7.774509] i2c_dev: i2c /dev entries driver
[    7.777577] usb 1-1: new high-speed USB device number 2 using xhci_hcd
[    7.779922] ata5: SATA link down (SStatus 0 SControl 300)
[    7.784186] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[    7.790719] ata1: SATA link down (SStatus 0 SControl 300)
[    7.796138] device-mapper: uevent: version 1.0.3
[    7.808297] ata8: SATA link down (SStatus 0 SControl 300)
[    7.813776] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@lists.linux.dev
[    7.818314] ata7: SATA link down (SStatus 0 SControl 300)
[    7.823711] platform eisa.0: Probing EISA bus 0
[    7.832578] ata4: SATA link down (SStatus 0 SControl 300)
[    7.837967] tsc: Refined TSC clocksource calibration: 1996.248 MHz
[    7.837972] platform eisa.0: EISA: Cannot allocate resource for mainboard
[    7.837974] platform eisa.0: Cannot allocate resource for EISA slot 1
[    7.837976] platform eisa.0: Cannot allocate resource for EISA slot 2
[    7.837978] platform eisa.0: Cannot allocate resource for EISA slot 3
[    7.837980] platform eisa.0: Cannot allocate resource for EISA slot 4
[    7.837981] platform eisa.0: Cannot allocate resource for EISA slot 5
[    7.837983] platform eisa.0: Cannot allocate resource for EISA slot 6
[    7.837985] platform eisa.0: Cannot allocate resource for EISA slot 7
[    7.837986] platform eisa.0: Cannot allocate resource for EISA slot 8
[    7.837988] platform eisa.0: EISA: Detected 0 cards
[    7.837993] amd_pstate: driver load is disabled, boot with specific mode to enable this
[    7.917270] usb 3-1: new high-speed USB device number 2 using xhci_hcd
[    7.920091] usb 1-1: New USB device found, idVendor=0424, idProduct=2744, bcdDevice= 1.21
[    7.920095] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    7.920097] usb 1-1: Product: USB2734
[    7.920099] usb 1-1: Manufacturer: Microchip Tech
[    7.925314] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x398cac3bdaf, max_idle_ns: 881590646346 ns
[    7.965916] clocksource: Switched to clocksource tsc
[    7.966662] ledtrig-cpu: registered to indicate activity on CPUs
[    7.968903] hub 1-1:1.0: USB hub found
[    7.969094] hub 1-1:1.0: 4 ports detected
[    7.984771] drop_monitor: Initializing network drop monitor service
[    7.991210] NET: Registered PF_INET6 protocol family
[    8.003324] Segment Routing with IPv6
[    8.006997] In-situ OAM (IOAM) with IPv6
[    8.010948] NET: Registered PF_PACKET protocol family
[    8.016089] Key type dns_resolver registered
[    8.030564] microcode: Current revision: 0x0a0011d3
[    8.038620] resctrl: L3 allocation detected
[    8.042807] resctrl: MB allocation detected
[    8.046991] resctrl: L3 monitoring detected
[    8.051372] IPI shorthand broadcast: enabled
[    8.057720] usb 2-1: new SuperSpeed USB device number 2 using xhci_hcd
[    8.058493] sched_clock: Marking stable (7988002678, 69556010)->(8856093446, -798534758)
[    8.073082] registered taskstats version 1
[    8.073287] usb 3-1: New USB device found, idVendor=1604, idProduct=10c0, bcdDevice= 0.00
[    8.085359] usb 3-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    8.092891] usb 2-1: New USB device found, idVendor=0424, idProduct=5744, bcdDevice= 1.21
[    8.094052] Loading compiled-in X.509 certificates
[    8.101074] usb 2-1: New USB device strings: Mfr=2, Product=3, SerialNumber=0
[    8.106510] Loaded X.509 cert 'Build time autogenerated kernel key: 7de486aabd5db91be3876faf6c928bf16d3f5ae6'
[    8.112994] usb 2-1: Product: USB5734
[    8.126568] usb 2-1: Manufacturer: Microchip Tech
[    8.131282] Demotion targets for Node 0: null
[    8.135644] Demotion targets for Node 1: null
[    8.136503] hub 3-1:1.0: USB hub found
[    8.140648] Key type .fscrypt registered
[    8.143914] hub 3-1:1.0: 4 ports detected
[    8.147684] Key type fscrypt-provisioning registered
[    8.157261] cryptd: max_cpu_qlen set to 1000
[    8.160806] hub 2-1:1.0: USB hub found
[    8.165312] hub 2-1:1.0: 4 ports detected
[    8.173894] AES CTR mode by8 optimization enabled
[    8.192813] Key type encrypted registered
[    8.196827] AppArmor: AppArmor sha256 policy hashing enabled
[    8.202587] integrity: Loading X.509 certificate: UEFI:db
[    8.208011] integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
[    8.218787] integrity: Loading X.509 certificate: UEFI:db
[    8.224201] integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
[    8.235235] integrity: Loading X.509 certificate: UEFI:db
[    8.240759] integrity: Loaded X.509 cert 'VMware, Inc.: 4ad8ba0472073d28127706ddc6ccb9050441bbc7'
[    8.249630] integrity: Loading X.509 certificate: UEFI:db
[    8.255161] integrity: Loaded X.509 cert 'VMware, Inc.: VMware Secure Boot Signing: 04597f3e1ffb240bba0ff0f05d5eb05f3e15f6d7'
[    8.266698] ima: No TPM chip found, activating TPM-bypass!
[    8.272192] Loading compiled-in module X.509 certificates
[    8.277977] Loaded X.509 cert 'Build time autogenerated kernel key: 7de486aabd5db91be3876faf6c928bf16d3f5ae6'
[    8.287882] ima: Allocated hash algorithm: sha1
[    8.292420] ima: No architecture policies found
[    8.296969] evm: Initialising EVM extended attributes:
[    8.302149] evm: security.selinux
[    8.305465] evm: security.SMACK64
[    8.308788] evm: security.SMACK64EXEC
[    8.312453] evm: security.SMACK64TRANSMUTE
[    8.316552] evm: security.SMACK64MMAP
[    8.320216] evm: security.apparmor
[    8.323622] evm: security.ima
[    8.326595] evm: security.capability
[    8.330173] evm: HMAC attrs: 0x1
[    8.333805] PM:   Magic number: 8:576:225
[    8.337978] acpi device:72: hash matches
[    8.341927] memory memory107: hash matches
[    8.346589] RAS: Correctable Errors collector initialized.
[    8.352215] clk: Disabling unused clocks
[    8.356142] PM: genpd: Disabling unused power domains
[    8.363184] Freeing unused decrypted memory: 2028K
[    8.368722] Freeing unused kernel image (initmem) memory: 4684K
[    8.374658] Write protecting the kernel read-only data: 26624k
[    8.380985] Freeing unused kernel image (rodata/data gap) memory: 448K
[    8.451544] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    8.457990] Run /init as init process
[    8.467978] systemd[1]: Inserted module 'autofs4'
[    8.478901] systemd[1]: systemd 250-12.el9_1 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 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK +XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[    8.510880] systemd[1]: Detected architecture x86-64.
[    8.515936] systemd[1]: Running in initial RAM disk.

Welcome to ^[[0;31mRed Hat Enterprise Linux 9.1 (Plow) dracut-057-13.git20220816.el9 (Initramfs)^[[0m!

[    8.533660] systemd[1]: Hostname set to <hostname.amd.com>.
[    8.648729] systemd[1]: Queued start job for default target Initrd Default Target.
[    8.656418] systemd[1]: Reached target Initrd /usr File System.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mInitrd /usr File System^[[0m.
[    8.673618] systemd[1]: Reached target Local File Systems.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mLocal File Systems^[[0m.
[    8.689630] systemd[1]: Reached target Slice Units.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSlice Units^[[0m.
[    8.705641] systemd[1]: Reached target Swaps.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSwaps^[[0m.
[    8.721619] systemd[1]: Reached target Timer Units.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mTimer Units^[[0m.
[    8.737754] systemd[1]: Listening on D-Bus System Message Bus Socket.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mD-Bus System Message Bus Socket^[[0m.
[    8.757781] systemd[1]: Listening on Journal Socket (/dev/log).
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mJournal Socket (/dev/log)^[[0m.
[    8.773768] systemd[1]: Listening on Journal Socket.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mJournal Socket^[[0m.
[    8.789778] systemd[1]: Listening on udev Control Socket.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mudev Control Socket^[[0m.
[    8.805721] systemd[1]: Listening on udev Kernel Socket.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mudev Kernel Socket^[[0m.
[    8.821620] systemd[1]: Reached target Socket Units.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSocket Units^[[0m.
[    8.863412] systemd[1]: Starting Create List of Static Device Nodes...
         Starting ^[[0;1;39mCreate List of Static Device Nodes^[[0m...
[    8.877571] usb 3-1.1: new high-speed USB device number 3 using xhci_hcd
[    8.886040] systemd[1]: Starting Journal Service...
         Starting ^[[0;1;39mJournal Service^[[0m...
[    8.902904] systemd[1]: Starting Load Kernel Modules...
         Starting ^[[0;1;39mLoad Kernel Modules^[[0m...
[    8.918885] systemd[1]: Starting Create System Users...
         Starting ^[[0;1;39mCreate System Users^[[0m...
[    8.934855] systemd[1]: Starting Setup Virtual Console...
         Starting ^[[0;1;39mSetup Virtual Console^[[0m...
[    8.950975] systemd[1]: Finished Create List of Static Device Nodes.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate List of Static Device Nodes^[[0m.
[    8.970079] systemd[1]: Finished Load Kernel Modules.
[    8.970538] usb 3-1.1: New USB device found, idVendor=1604, idProduct=10c0, bcdDevice= 0.00
[    8.983486] usb 3-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mLoad Kernel Modules^[[0m.
[    9.001854] systemd[1]: Started Journal Service.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mJournal Service^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mSetup Virtual Console^[[0m.
[    9.032617] hub 3-1.1:1.0: USB hub found
[    9.036789] hub 3-1.1:1.0: 4 ports detected
         Starting ^[[0;1;39mdracut cmdline hook^[[0m...
         Starting ^[[0;1;39mApply Kernel Variables^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mApply Kernel Variables^[[0m.
[    9.113572] usb 3-1.4: new high-speed USB device number 4 using xhci_hcd
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate System Users^[[0m.
         Starting ^[[0;1;39mCreate Static Device Nodes in /dev^[[0m...
         Starting ^[[0;1;39mCreate Volatile Files and Directories^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate Static Device Nodes in /dev^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mdracut cmdline hook^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate Volatile Files and Directories^[[0m.
         Starting ^[[0;1;39mdracut pre-udev hook^[[0m...
[    9.206537] usb 3-1.4: New USB device found, idVendor=1604, idProduct=10c0, bcdDevice= 0.00
[    9.214889] usb 3-1.4: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mdracut pre-udev hook^[[0m.
         Starting ^[[0;1;39mRule-based Manage…for Device Events and Files^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mRule-based Manager for Device Events and Fi[    9.256578] hub 3-1.4:1.0: USB hub found
les^[[0m.
[    9.261040] hub 3-1.4:1.0: 4 ports detected
         Starting ^[[0;1;39mColdplug All udev Devices^[[0m...
[    9.463071] wmi_bus wmi_bus-PNP0C14:00: [Firmware Bug]: WQBC data block query control method not found
[^[[0;32m  OK  ^[[0m] Finished ^[[0[    9.474091] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
;1;39mColdplug A[    9.481169] sp5100-tco sp5100-tco: Using 0xfeb00000 for watchdog MMIO address
ll udev Devices^[[    9.489725] sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0)
[0m.
[    9.499500] ccp 0000:46:00.1: no command queues available
[    9.505009] ccp 0000:46:00.1: sev enabled
[    9.509033] ccp 0000:46:00.1: psp enabled
[    9.517642] tg3 0000:c1:00.0 eth0: Tigon3 [partno(BCM95720) rev 5720000] (PCI Express) MAC address d0:8e:79:bb:95:90
[    9.528167] tg3 0000:c1:00.0 eth0: attached PHY is 5720C (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[1])
[    9.528170] tg3 0000:c1:00.0 eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[1] TSOcap[1]
[    9.528172] tg3 0000:c1:00.0 eth0: dma_rwctrl[00000001] dma_mask[64-bit]
[^[[0;32m  OK  ^[[0m] Reached targ[    9.555801] ACPI: bus type drm_connector registered
[    9.559156] tg3 0000:c1:00.1 eth1: Tigon3 [partno(BCM95720) rev 5720000] (PCI Express) MAC address d0:8e:79:bb:95:91
et ^[[0;1;39mSyst[    9.571719] tg3 0000:c1:00.1 eth1: attached PHY is 5720C (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[1])
em Initializatio[    9.582927] tg3 0000:c1:00.1 eth1: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[1] TSOcap[1]
n^[[0m.
[    9.592113] tg3 0000:c1:00.1 eth1: dma_rwctrl[00000001] dma_mask[64-bit]
[^[[0;32m  OK  ^[[[    9.600226] mpt3sas version 48.100.00.00 loaded
0m] Reached target ^[[0;1;39mNetw[    9.607095] mpt3sas_cm0: 63 BIT PCI BUS DMA ADDRESSING SUPPORTED, total mem (262457084 kB)
ork^[[0m.
[    9.623711] mgag200 0000:c3:00.0: vgaarb: deactivate vga console
[    9.634432] Console: switching to colour dummy device 80x25
[    9.646300] [drm] Initialized mgag200 1.0.0 for 0000:c3:00.0 on minor 0
[    9.656949] fbcon: mgag200drmfb (fb0) is primary device
[    9.674606] mpt3sas_cm0: CurrentHostPageSize is 0: Setting default host page size to 4k
[    9.674625] mpt3sas_cm0: MSI-X vectors supported: 96
[    9.674627] 	 no of cores: 128, max_msix_vectors: -1
[    9.674628] mpt3sas_cm0:  0 96 96
[    9.678406] mpt3sas_cm0: High IOPs queues : disabled
[    9.678409] mpt3sas0-msix0: PCI-MSI-X enabled: IRQ 108
[    9.678411] mpt3sas0-msix1: PCI-MSI-X enabled: IRQ 109
[    9.678412] mpt3sas0-msix2: PCI-MSI-X enabled: IRQ 110
[    9.678414] mpt3sas0-msix3: PCI-MSI-X enabled: IRQ 111
[    9.678415] mpt3sas0-msix4: PCI-MSI-X enabled: IRQ 112
[    9.678416] mpt3sas0-msix5: PCI-MSI-X enabled: IRQ 113
[    9.678417] mpt3sas0-msix6: PCI-MSI-X enabled: IRQ 114
[    9.678418] mpt3sas0-msix7: PCI-MSI-X enabled: IRQ 115
[    9.678420] mpt3sas0-msix8: PCI-MSI-X enabled: IRQ 116
[    9.678421] mpt3sas0-msix9: PCI-MSI-X enabled: IRQ 117
[    9.678422] mpt3sas0-msix10: PCI-MSI-X enabled: IRQ 118
[    9.678423] mpt3sas0-msix11: PCI-MSI-X enabled: IRQ 119
[    9.678425] mpt3sas0-msix12: PCI-MSI-X enabled: IRQ 120
[    9.678426] mpt3sas0-msix13: PCI-MSI-X enabled: IRQ 121
[    9.678427] mpt3sas0-msix14: PCI-MSI-X enabled: IRQ 122
[    9.678428] mpt3sas0-msix15: PCI-MSI-X enabled: IRQ 123
[    9.678429] mpt3sas0-msix16: PCI-MSI-X enabled: IRQ 124
[    9.678430] mpt3sas0-msix17: PCI-MSI-X enabled: IRQ 125
[    9.678432] mpt3sas0-msix18: PCI-MSI-X enabled: IRQ 126
[    9.678433] mpt3sas0-msix19: PCI-MSI-X enabled: IRQ 127
[    9.678434] mpt3sas0-msix20: PCI-MSI-X enabled: IRQ 128
[    9.678435] mpt3sas0-msix21: PCI-MSI-X enabled: IRQ 129
[    9.678436] mpt3sas0-msix22: PCI-MSI-X enabled: IRQ 130
[    9.678437] mpt3sas0-msix23: PCI-MSI-X enabled: IRQ 131
[    9.678439] mpt3sas0-msix24: PCI-MSI-X enabled: IRQ 132
[    9.678440] mpt3sas0-msix25: PCI-MSI-X enabled: IRQ 133
[    9.678441] mpt3sas0-msix26: PCI-MSI-X enabled: IRQ 134
[    9.678442] mpt3sas0-msix27: PCI-MSI-X enabled: IRQ 135
[    9.678443] mpt3sas0-msix28: PCI-MSI-X enabled: IRQ 136
[    9.678444] mpt3sas0-msix29: PCI-MSI-X enabled: IRQ 137
[    9.678446] mpt3sas0-msix30: PCI-MSI-X enabled: IRQ 138
[    9.678447] mpt3sas0-msix31: PCI-MSI-X enabled: IRQ 139
[    9.678448] mpt3sas0-msix32: PCI-MSI-X enabled: IRQ 140
[    9.678449] mpt3sas0-msix33: PCI-MSI-X enabled: IRQ 141
[    9.678450] mpt3sas0-msix34: PCI-MSI-X enabled: IRQ 142
[    9.678452] mpt3sas0-msix35: PCI-MSI-X enabled: IRQ 143
[    9.678453] mpt3sas0-msix36: PCI-MSI-X enabled: IRQ 144
[    9.678454] mpt3sas0-msix37: PCI-MSI-X enabled: IRQ 145
[    9.678455] mpt3sas0-msix38: PCI-MSI-X enabled: IRQ 146
[    9.678456] mpt3sas0-msix39: PCI-MSI-X enabled: IRQ 147
[    9.678457] mpt3sas0-msix40: PCI-MSI-X enabled: IRQ 148
[    9.678459] mpt3sas0-msix41: PCI-MSI-X enabled: IRQ 149
[    9.678460] mpt3sas0-msix42: PCI-MSI-X enabled: IRQ 150
[    9.678461] mpt3sas0-msix43: PCI-MSI-X enabled: IRQ 151
[    9.678462] mpt3sas0-msix44: PCI-MSI-X enabled: IRQ 152
[    9.678463] mpt3sas0-msix45: PCI-MSI-X enabled: IRQ 153
[    9.678464] mpt3sas0-msix46: PCI-MSI-X enabled: IRQ 154
[    9.678466] mpt3sas0-msix47: PCI-MSI-X enabled: IRQ 155
[    9.678467] mpt3sas0-msix48: PCI-MSI-X enabled: IRQ 156
[    9.678468] mpt3sas0-msix49: PCI-MSI-X enabled: IRQ 157
[    9.678469] mpt3sas0-msix50: PCI-MSI-X enabled: IRQ 158
[    9.678470] mpt3sas0-msix51: PCI-MSI-X enabled: IRQ 159
[    9.678472] mpt3sas0-msix52: PCI-MSI-X enabled: IRQ 160
[    9.678473] mpt3sas0-msix53: PCI-MSI-X enabled: IRQ 161
[    9.678474] mpt3sas0-msix54: PCI-MSI-X enabled: IRQ 162
[    9.678475] mpt3sas0-msix55: PCI-MSI-X enabled: IRQ 163
[    9.678476] mpt3sas0-msix56: PCI-MSI-X enabled: IRQ 164
[    9.678477] mpt3sas0-msix57: PCI-MSI-X enabled: IRQ 165
[    9.678479] mpt3sas0-msix58: PCI-MSI-X enabled: IRQ 166
[    9.678480] mpt3sas0-msix59: PCI-MSI-X enabled: IRQ 167
[    9.678481] mpt3sas0-msix60: PCI-MSI-X enabled: IRQ 168
[    9.678482] mpt3sas0-msix61: PCI-MSI-X enabled: IRQ 169
[    9.678483] mpt3sas0-msix62: PCI-MSI-X enabled: IRQ 170
[    9.678484] mpt3sas0-msix63: PCI-MSI-X enabled: IRQ 171
[    9.678486] mpt3sas0-msix64: PCI-MSI-X enabled: IRQ 172
[    9.678487] mpt3sas0-msix65: PCI-MSI-X enabled: IRQ 173
[    9.678488] mpt3sas0-msix66: PCI-MSI-X enabled: IRQ 174
[    9.678489] mpt3sas0-msix67: PCI-MSI-X enabled: IRQ 175
[    9.678490] mpt3sas0-msix68: PCI-MSI-X enabled: IRQ 176
[    9.678491] mpt3sas0-msix69: PCI-MSI-X enabled: IRQ 177
[    9.678493] mpt3sas0-msix70: PCI-MSI-X enabled: IRQ 178
[    9.678494] mpt3sas0-msix71: PCI-MSI-X enabled: IRQ 179
[    9.678495] mpt3sas0-msix72: PCI-MSI-X enabled: IRQ 180
[    9.678496] mpt3sas0-msix73: PCI-MSI-X enabled: IRQ 181
[    9.678497] mpt3sas0-msix74: PCI-MSI-X enabled: IRQ 182
[    9.678498] mpt3sas0-msix75: PCI-MSI-X enabled: IRQ 183
[    9.678500] mpt3sas0-msix76: PCI-MSI-X enabled: IRQ 184
[    9.678501] mpt3sas0-msix77: PCI-MSI-X enabled: IRQ 185
[    9.678502] mpt3sas0-msix78: PCI-MSI-X enabled: IRQ 186
[    9.678503] mpt3sas0-msix79: PCI-MSI-X enabled: IRQ 187
[    9.678504] mpt3sas0-msix80: PCI-MSI-X enabled: IRQ 188
[    9.678506] mpt3sas0-msix81: PCI-MSI-X enabled: IRQ 189
[    9.678507] mpt3sas0-msix82: PCI-MSI-X enabled: IRQ 190
[    9.678508] mpt3sas0-msix83: PCI-MSI-X enabled: IRQ 191
[    9.678509] mpt3sas0-msix84: PCI-MSI-X enabled: IRQ 192
[    9.678510] mpt3sas0-msix85: PCI-MSI-X enabled: IRQ 193
[    9.678512] mpt3sas0-msix86: PCI-MSI-X enabled: IRQ 194
[    9.678513] mpt3sas0-msix87: PCI-MSI-X enabled: IRQ 195
[    9.678514] mpt3sas0-msix88: PCI-MSI-X enabled: IRQ 196
[    9.678515] mpt3sas0-msix89: PCI-MSI-X enabled: IRQ 197
[    9.678516] mpt3sas0-msix90: PCI-MSI-X enabled: IRQ 198
[    9.678517] mpt3sas0-msix91: PCI-MSI-X enabled: IRQ 199
[    9.678519] mpt3sas0-msix92: PCI-MSI-X enabled: IRQ 200
[    9.678520] mpt3sas0-msix93: PCI-MSI-X enabled: IRQ 201
[    9.678521] mpt3sas0-msix94: PCI-MSI-X enabled: IRQ 202
[    9.678522] mpt3sas0-msix95: PCI-MSI-X enabled: IRQ 203
[    9.678523] mpt3sas_cm0: iomem(0x00000000e2100000), mapped(0x00000000c55b14d8), size(65536)
[    9.678526] mpt3sas_cm0: ioport(0x0000000000001000), size(256)
[    9.728427] Console: switching to colour frame buffer device 128x48
[    9.736129] mpt3sas_cm0: CurrentHostPageSize is 0: Setting default host page size to 4k
[    9.763664] mpt3sas_cm0: scatter gather: sge_in_main_msg(1), sge_per_chain(7), sge_per_io(128), chains_per_io(19)
[    9.765299] mpt3sas_cm0: request pool(0x00000000f66f9b8c) - dma(0xe0600000): depth(9700), frame_size(128), pool_size(1212 kB)
[    9.790749] mpt3sas_cm0: sense pool(0x00000000bd142a6a) - dma(0xdef00000): depth(9463), element_size(96), pool_size (887 kB)
[    9.790869] mpt3sas_cm0: reply pool(0x00000000606c964b) - dma(0xdec00000): depth(9764), frame_size(128), pool_size(1220 kB)
[    9.790886] mpt3sas_cm0: config page(0x000000000e9b5487) - dma(0xdebee000): size(512)
[    9.790888] mpt3sas_cm0: Allocated physical memory: size(40437 kB)
[    9.790890] mpt3sas_cm0: Current Controller Queue Depth(9460),Max Controller Queue Depth(9584)
[    9.790891] mpt3sas_cm0: Scatter Gather Elements per IO(128)
[    9.816911] mpt3sas_cm0: _base_display_fwpkg_version: complete
[    9.818375] mgag200 0000:c3:00.0: [drm] fb0: mgag200drmfb frame buffer device
[   10.441071] mpt3sas_cm0: FW Package Ver(16.17.01.00)
[   10.441374] mpt3sas_cm0: LSISAS3008: FWVersion(16.00.11.00), ChipRevision(0x02)
[   10.453368] mpt3sas_cm0: Protocol=(Initiator,Target), Capabilities=(TLR,EEDP,Snapshot Buffer,Diag Trace Buffer,Task Set Full,NCQ)
[   10.465081] scsi host8: Fusion MPT SAS Host
         Starting ^[[0;1;39mdracu[   10.471181] mpt3sas_cm0: sending port enable !!
t initqueue hook[   10.477009] mpt3sas_cm0: hba_port entry: 000000007499e24d, port: 255 is added to hba_port list
^[[0m...
[   10.487672] mpt3sas_cm0: host_add: handle(0x0001), sas_addr(0x52cea7f0be87bf00), phys(8)
[   10.488015] mpt3sas_cm0: handle(0xa) sas_address(0x4433221100000000) port_type(0x1)
[   10.489190] scsi 8:0:0:0: Direct-Access     ATA      MTFDDAK960TDT    J004 PQ: 0 ANSI: 6
[   10.489195] scsi 8:0:0:0: SATA: handle(0x000a), sas_addr(0x4433221100000000), phy(0), device_name(0x500a075131911ad0)
[   10.489197] scsi 8:0:0:0: enclosure logical id (0x52cea7f0be87bf00), slot(1) 
[   10.489199] scsi 8:0:0:0: enclosure level(0x0001), connector name(     )
[   10.489243] scsi 8:0:0:0: atapi(n), ncq(y), asyn_notify(n), smart(y), fua(y), sw_preserve(y)
[   10.489246] scsi 8:0:0:0: qdepth(32), tagged(1), scsi_level(7), cmd_que(1)
[   10.497251]  end_device-8:0: add: handle(0x000a), sas_addr(0x4433221100000000)
[   10.497394] mpt3sas_cm0: handle(0xc) sas_address(0x58ce38ee219651a2) port_type(0x1)
[   10.497959] scsi 8:0:1:0: Direct-Access     KIOXIA   KPM6WVUG960G     BD08 PQ: 0 ANSI: 6
[   10.497963] scsi 8:0:1:0: SSP: handle(0x000c), sas_addr(0x58ce38ee219651a2), phy(4), device_name(0x58ce38ee219651a0)
[   10.497965] scsi 8:0:1:0: enclosure logical id (0x52cea7f0be87bf00), slot(0) 
[   10.497966] scsi 8:0:1:0: enclosure level(0x0001), connector name(     )
[   10.497969] scsi 8:0:1:0: qdepth(254), tagged(1), scsi_level(7), cmd_que(1)
[   10.499699]  end_device-8:1: add: handle(0x000c), sas_addr(0x58ce38ee219651a2)
[   10.499837] mpt3sas_cm0: handle(0xb) sas_address(0x4433221106000000) port_type(0x1)
[   10.500946] scsi 8:0:2:0: Direct-Access     ATA      MTFDDAK960TDT    J004 PQ: 0 ANSI: 6
[   10.500950] scsi 8:0:2:0: SATA: handle(0x000b), sas_addr(0x4433221106000000), phy(6), device_name(0x500a075131911a6f)
[   10.500951] scsi 8:0:2:0: enclosure logical id (0x52cea7f0be87bf00), slot(2) 
[   10.500953] scsi 8:0:2:0: enclosure level(0x0001), connector name(     )
[   10.501004] scsi 8:0:2:0: atapi(n), ncq(y), asyn_notify(n), smart(y), fua(y), sw_preserve(y)
[   10.501006] scsi 8:0:2:0: qdepth(32), tagged(1), scsi_level(7), cmd_que(1)
[   10.509028]  end_device-8:2: add: handle(0x000b), sas_addr(0x4433221106000000)
[   10.521569] mpt3sas_cm0: port enable: SUCCESS
[   10.522072] sd 8:0:0:0: Attached scsi generic sg0 type 0
[   10.522475] sd 8:0:1:0: Attached scsi generic sg1 type 0
[   10.522652] sd 8:0:1:0: [sdb] 1875385008 512-byte logical blocks: (960 GB/894 GiB)
[   10.522655] sd 8:0:1:0: [sdb] 4096-byte physical blocks
[   10.522707] sd 8:0:2:0: Attached scsi generic sg2 type 0
[   10.522746] sd 8:0:0:0: [sda] 1875385008 512-byte logical blocks: (960 GB/894 GiB)
[   10.522749] sd 8:0:0:0: [sda] 4096-byte physical blocks
[   10.522837] sd 8:0:1:0: [sdb] Write Protect is off
[   10.523063] sd 8:0:1:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[   10.523271] sd 8:0:2:0: [sdc] 1875385008 512-byte logical blocks: (960 GB/894 GiB)
[   10.523273] sd 8:0:2:0: [sdc] 4096-byte physical blocks
[   10.524759] sd 8:0:0:0: [sda] Write Protect is off
[   10.525275] sd 8:0:2:0: [sdc] Write Protect is off
[   10.526053] sd 8:0:0:0: [sda] Write cache: enabled, read cache: enabled, supports DPO and FUA
[   10.526623] sd 8:0:2:0: [sdc] Write cache: enabled, read cache: enabled, supports DPO and FUA
[   10.558765]  sdb: sdb1 sdb2
[   10.558885] sd 8:0:1:0: [sdb] Attached SCSI disk
[   10.575332]  sdc: sdc1 sdc2
[   10.575608] sd 8:0:2:0: [sdc] Attached SCSI disk
[   10.576490]  sda: sda1 sda2 sda3 sda4 sda5 sda6 sda7
[   10.576827] sd 8:0:0:0: [sda] Attached SCSI disk
         Starting ^[[0;1;39mShow Plymouth Boot Screen^[[0m...
^[[2J^[[3J^[[-1;-1f[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mShow Plymouth Boot Screen^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mForward Password R…s to Plymouth Directory Watch^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mPath Units^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mBasic System^[[0m.
[   13.137507] ccp 0000:46:00.1: SEV API:1.55 build:17
[   13.142421] ccp 0000:46:00.1: SEV-SNP API:1.55 build:17
[^[[0;32m  OK  ^[[0m] Found device ^[[0;1;39m/dev/mapper/rhel_hostname-root^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mInitrd Root Device^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mdracut initqueue hook^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mPreparation for Remote File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mRemote File Systems^[[0m.
         Starting ^[[0;1;39mFile System Check…/mapper/rhel_hostname-root^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mFile System Check…ev/mapper/rhel_hostname-root^[[0m.
         Mounting ^[[0;1;39m/sysroot^[[0m...
[   13.774831] SGI XFS with ACLs, security attributes, realtime, quota, no debug enabled
[   13.785243] XFS (dm-1): Mounting V5 Filesystem 254e7c99-a3df-41be-8429-d28e07cb528a
[   13.809401] XFS (dm-1): Ending clean mount
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39m/sysroot^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mInitrd Root File System^[[0m.
         Starting ^[[0;1;39mReload Configuration from the Real Root^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mReload Configuration from the Real Root^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mInitrd File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mInitrd Default Target^[[0m.
         Starting ^[[0;1;39mdracut pre-pivot and cleanup hook^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mdracut pre-pivot and cleanup hook^[[0m.
         Starting ^[[0;1;39mCleaning Up and Shutting Down Daemons^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mNetwork^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mTimer Units^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mD-Bus System Message Bus Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mdracut pre-pivot and cleanup hook^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mInitrd Default Target^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mBasic System^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mInitrd Root Device^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mInitrd /usr File System^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mPath Units^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mRemote File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mPreparation for Remote File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mSlice Units^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mSocket Units^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mSystem Initialization^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mLocal File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mSwaps^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mdracut initqueue hook^[[0m.
         Starting ^[[0;1;39mPlymouth switch root service^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mApply Kernel Variables^[[0m.
[^[[0;32m  OK  ^[[0[   14.240458] systemd-journald[1096]: Received SIGTERM from PID 1 (systemd).
m] Stopped ^[[0;1;39mLoad Kernel Modules^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mCreate Volatile Files and Directories^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mColdplug All udev Devices^[[0m.
         Stopping ^[[0;1;39mRule-based Manage…for Device Events and Files^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCleaning Up and Shutting Down Daemons^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mRule-based Manager for Device Events and Files^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mudev Control Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mudev Kernel Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mdracut pre-udev hook^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mdracut cmdline hook^[[0m.
         Starting ^[[0;1;39mCleanup udev Database^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mCreate Static Device Nodes in /dev^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mCreate List of Static Device Nodes^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mCreate System Users^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mPlymouth switch root service^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mC[   14.342962] systemd[1]: RTC configured in localtime, applying delta of 330 minutes to system time.
leanup udev Database^[[0m.
[^[[0;32m  OK  ^[[0m] [   14.355114] systemd[1]: systemd 250-12.el9_1 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 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK +XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[   14.388207] systemd[1]: Detected architecture x86-64.

Welcome to ^[[0;31mRed Hat Enterprise Linux 9.1 (Plow)^[[0m!

[   14.459306] systemd-rc-local-generator[1760]: /etc/rc.d/rc.local is not marked executable, skipping.
[   14.686216] systemd[1]: initrd-switch-root.service: Deactivated successfully.
[   14.693529] systemd[1]: Stopped Switch Root.
[^[[0;32m  OK  ^[[[   14.698080] systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1.
0m] Stopped ^[[0;[   14.708699] systemd[1]: Created slice Virtual Machine and Container Slice.
1;39mSwitch Root[   14.717063] systemd[1]: Created slice Slice /system/getty.
^[[0m.
[^[[0;32m[   14.723932] systemd[1]: Created slice Slice /system/modprobe.
  OK  ^[[0m] Crea[   14.731046] systemd[1]: Created slice Slice /system/serial-getty.
ted slice ^[[0;1;[   14.738529] systemd[1]: Created slice Slice /system/sshd-keygen.
39mVirtual Machi[   14.745928] systemd[1]: Created slice Slice /system/systemd-fsck.
ne and Container[   14.753305] systemd[1]: Created slice User and Session Slice.
 Slice^[[0m.
[^[[   14.759949] systemd[1]: Dispatch Password Requests to Console Directory Watch was skipped because of a failed condition check (ConditionPathExists=!/run/plymouth/pid).
[0;32m  OK  ^[[0m[   14.776266] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
] Created slice [   14.785707] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
^[[0;1;39mSlice /[   14.795983] systemd[1]: Reached target Local Encrypted Volumes.
system/getty^[[0m[   14.803291] systemd[1]: Stopped target Switch Root.
.
[^[[0;32m  OK[   14.809549] systemd[1]: Stopped target Initrd File Systems.
  ^[[0m] Created [   14.816503] systemd[1]: Stopped target Initrd Root File System.
slice ^[[0;1;39mS[   14.823810] systemd[1]: Reached target Local Integrity Protected Volumes.
lice /system/mod[   14.831998] systemd[1]: Reached target Path Units.
probe^[[0m.
[^[[[   14.838168] systemd[1]: Reached target Slice Units.
0;32m  OK  ^[[0m][   14.844430] systemd[1]: Reached target Local Verity Protected Volumes.
 Created slice ^[[   14.852397] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[0;1;39mSlice /s[   14.860562] systemd[1]: Listening on LVM2 poll daemon socket.
ystem/serial-get[   14.867419] systemd[1]: multipathd control socket was skipped because of a failed condition check (ConditionPathExists=/etc/multipath.conf).
ty^[[0m.
[^[[0;32m  OK  ^[[0m] Created slice ^[[0;1;39mSlice /system/sshd-keygen^[[0m.
[^[[0;32m  OK  ^[[0m] Created slice ^[[0;1;39mSlice /system/systemd-fsck^[[0m.
[^[[0;32m  OK  ^[[0m] Created slice ^[[0;1;39mUser and Session Slice^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mForward Password R…uests to Wall Directory Watch^[[0m.
[^[[0;32m  OK  ^[[0m] S[   14.910372] systemd[1]: Listening on RPCbind Server Activation Socket.
et up automount [   14.918423] systemd[1]: Reached target RPC Port Mapper.
^[[0;1;39mArbitra[   14.926071] systemd[1]: Listening on Process Core Dump Socket.
ry…s File Syst[   14.932288] systemd[1]: Listening on initctl Compatibility Named Pipe.
em Automount Poi[   14.940574] systemd[1]: Listening on udev Control Socket.
nt^[[0m.
[^[[0;3[   14.947111] systemd[1]: Listening on udev Kernel Socket.
2m  OK  ^[[0m] Reached target ^[[0[   14.954900] systemd[1]: Activating swap /dev/mapper/rhel_hostname-swap...
;1;39mLocal Encr[   14.959641] Adding 7815164k swap on /dev/mapper/rhel_hostname-swap.  Priority:-2 extents:1 across:7815164k SS
ypted Volumes^[[0m.
[^[[0;32m  O[   14.975956] systemd[1]: Mounting Huge Pages File System...
K  ^[[0m] Stopped[   14.984158] systemd[1]: Mounting POSIX Message Queue File System...
 target ^[[0;1;39[   14.991767] systemd[1]: Mounting Kernel Debug File System...
mSwitch Root^[[0m.
[^[[0;32m  OK[   14.999060] systemd[1]: Mounting Kernel Trace File System...
  ^[[0m] Stopped [   15.006099] systemd[1]: Kernel Module supporting RPCSEC_GSS was skipped because of a failed condition check (ConditionPathExists=/etc/krb5.keytab).
target ^[[0;1;39mInitrd File Syst[   15.023223] systemd[1]: Starting Create List of Static Device Nodes...
ems^[[0m.
[^[[0;32m  OK  ^[[0m] S[   15.031253] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
topped target ^[[[   15.044085] systemd[1]: Starting Load Kernel Module configfs...
0;1;39mInitrd Ro[   15.051500] systemd[1]: Starting Load Kernel Module drm...
ot File System^[[0m.
[^[[0;32m  [   15.058475] systemd[1]: Starting Load Kernel Module fuse...
OK  ^[[0m] Reached target ^[[0;1;3[   15.067329] systemd[1]: Starting Read and set NIS domainname from /etc/sysconfig/network...
9mLocal Integrit[   15.076616] systemd[1]: plymouth-switch-root.service: Deactivated successfully.
y Protected Volu[   15.085281] systemd[1]: Stopped Plymouth switch root service.
mes^[[0m.
[^[[0;[   15.092512] systemd[1]: systemd-fsck-root.service: Deactivated successfully.
32m  OK  ^[[0m] R[   15.100839] systemd[1]: Stopped File System Check on Root Device.
eached target ^[[[   15.108372] systemd[1]: Stopped Journal Service.
0;1;39mPath Units^[[0m.
[^[[0;32[   15.116433] systemd[1]: Starting Journal Service...
m  OK  ^[[0m] Reached target ^[[0;[   15.124141] systemd[1]: Starting Load Kernel Modules...
1;39mSlice Units[   15.127696] systemd-journald[1786]: File /run/log/journal/8f37f8055146469d8baec3ad508b0084/system.journal corrupted or uncleanly shut down, renaming and replacing.
^[[0m.
[^[[0;32m  OK  ^[[0m] Reac[   15.147340] systemd[1]: Starting Generate network units from Kernel command line...
hed target ^[[0;1;39mLocal Verity[   15.157828] systemd[1]: Starting Remount Root and Kernel File Systems...
 Protected Volum[   15.165914] systemd[1]: Repartition Root Disk was skipped because all trigger condition checks failed.
es^[[0m.
[^[[0;32m  OK  ^[[0m] Li[   15.177863] systemd[1]: Starting Coldplug All udev Devices...
stening on ^[[0;1;39mDevice-mapper event daemon F[   15.188153] systemd[1]: Activated swap /dev/mapper/rhel_hostname-swap.
IFOs^[[0m.
[^[[0[   15.196473] systemd[1]: Started Journal Service.
;32m  OK  ^[[0m] Listening on ^[[0;1;39mLVM2 poll daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mRPCbind Server Activation Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;[   15.217236] systemd-journald[1786]: Received client request to flush runtime journal.
39mRPC Port Mapper^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mProcess Core Dump Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39minitctl Compatibility Named Pipe^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mudev Control Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mudev Kernel Socket^[[0m.
         Activating swap ^[[0;1;39m/dev/mapper/rhel_hostname-swap^[[0m...
         Mounting ^[[0;1;39mHuge Pages File System^[[0m...
         Mounting ^[[0;1;39mPOSIX Message Queue File System^[[0m...
         Mounting ^[[0;1;39mKernel Debug File System^[[0m...
         Mounting ^[[0;1;39mKernel Trace File System^[[0m...
         Starting ^[[0;1;39mCreate List of Static Device Nodes^[[0m...
         Starting ^[[0;1;39mMonitoring of LVM…meventd or progress polling^[[0m...
         Starting ^[[0;1;39mLoad Kernel Module configfs^[[0m...
         Starting ^[[0;1;39mLoad Kernel Module drm^[[0m...
         Starting ^[[0;1;39mLoad Kernel Module fuse^[[0m...
         Starting ^[[0;1;39mRead and set NIS …from /etc/sysconfig/network^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mPlymouth switch root service^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mFile System Check on Root Device^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mJournal Service^[[0m.
         Starting ^[[0;1;39mJournal Service^[[0m...
         Starting ^[[0;1;39mLoad Kernel Modules^[[0m...
         Starting ^[[0;1;39mGenerate network …ts from Kernel command line^[[0m...
         Starting ^[[0;1;39mRemount Root and Kernel File Systems^[[0m...
         Starting ^[[0;1;39mColdplug All udev Devices^[[0m...
[^[[0;32m  OK  ^[[0m] Activated swap ^[[0;1;39m/dev/mapper/rhel_hostname-swap^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mJournal Service^[[0m.
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39mHuge Pages File System^[[0m.
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39mPOSIX Message Queue File System^[[0m.
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39mKernel Debug File System^[[0m.
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39mKernel Trace File System^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate List of Static Device Nodes^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39m[   15.411381] IPMI message handler: version 39.2
Monitoring of LVM… dmeventd or[   15.418336] ipmi device interface
 progress polling^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mL[   15.427886] ipmi_si: IPMI System Interface driver
oad Kernel Modul[   15.432952] ipmi_si dmi-ipmi-si.0: ipmi_platform: probing via SMBIOS
e configfs^[[0m.\r[   15.440600] ipmi_platform: ipmi_si: SMBIOS: io 0xca8 regsize 1 spacing 4 irq 10

[^[[0;32m  OK  [   15.449286] ipmi_si: Adding SMBIOS-specified kcs state machine
^[[0m] Finished ^[[   15.456585] ipmi_si IPI0001:00: ipmi_platform: probing via ACPI
[0;1;39mLoad Ker[   15.463846] ipmi_si IPI0001:00: ipmi_platform: [io  0x0ca8] regsize 1 spacing 4 irq 10
nel Module drm^[[[   15.473358] ipmi_si dmi-ipmi-si.0: Removing SMBIOS-specified kcs state machine in favor of ACPI
0m.
[^[[0;32m  [   15.483195] ipmi_si: Adding ACPI-specified kcs state machine
OK  ^[[0m] Finish[   15.490315] ipmi_si: Trying ACPI-specified kcs state machine at i/o address 0xca8, slave address 0x20, irq 10
ed ^[[0;1;39mLoad Kernel Module f[   15.502856] pstore: backend 'erst' already in use: ignoring 'efi_pstore'
use^[[0m.
[^[[0;[   15.511657] input: PC Speaker as /devices/platform/pcspkr/input/input1
32m  OK  ^[[0m] Finished ^[[0;1;39[   15.521536] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
mRead and set NI[   15.521782] RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
S …e from /etc[   15.529073] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
/sysconfig/netwo[   15.533601] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
rk^[[0m.
[^[[0;3[   15.538368] RAPL PMU: hw unit of domain package 2^-16 Joules
2m  OK  ^[[0m] Fi[   15.547967] i2c i2c-3: Successfully instantiated SPD at 0x50
nished ^[[0;1;39mLoad Kernel Modules^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mGenerate network units from Kernel command line^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mRemount Root and Kernel File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSwaps^[[0m.
         Mounting ^[[0;1;39mFUSE Control File System^[[0m...
         Mounting ^[[0;1;39mKernel Configuration File System^[[0m...
         Starting ^[[0;1;39mFlush Journal to Persistent Storage^[[0m...
         Starting ^[[   15.570608] i2c i2c-3: Successfully instantiated SPD at 0x51
[0;1;39mLoad/Sav[   15.571163] i2c i2c-3: Successfully instantiated SPD at 0x52
e Random Seed^[[0[   15.571713] i2c i2c-3: Successfully instantiated SPD at 0x53
m...
         [   15.572263] i2c i2c-3: Successfully instantiated SPD at 0x54
Starting ^[[0;1;3[   15.572815] i2c i2c-3: Successfully instantiated SPD at 0x55
9mApply Kernel V[   15.573366] i2c i2c-3: Successfully instantiated SPD at 0x56
ariables^[[0m...\r[   15.573918] i2c i2c-3: Successfully instantiated SPD at 0x57

         Start[   15.580263] ee1004 3-0050: 512 byte EE1004-compliant SPD EEPROM, read-only
ing ^[[0;1;39mCre[   15.581360] ee1004 3-0051: 512 byte EE1004-compliant SPD EEPROM, read-only
ate Static Devic[   15.582458] ee1004 3-0052: 512 byte EE1004-compliant SPD EEPROM, read-only
e Nodes in /dev^[[   15.583547] ee1004 3-0053: 512 byte EE1004-compliant SPD EEPROM, read-only
[0m...
[^[[0;32[   15.584644] ee1004 3-0054: 512 byte EE1004-compliant SPD EEPROM, read-only
m  OK  ^[[0m] Mou[   15.585614] ee1004 3-0055: 512 byte EE1004-compliant SPD EEPROM, read-only
nted ^[[0;1;39mFU[   15.586705] ee1004 3-0056: 512 byte EE1004-compliant SPD EEPROM, read-only
SE Control File [   15.587798] ee1004 3-0057: 512 byte EE1004-compliant SPD EEPROM, read-only
System^[[0m.
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39mKernel Configuration File System^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mLoad/Save Random Seed^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mFlush Journal to Persistent Storage^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mApply Kernel Variables^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate Static Device Nodes in /dev^[[0m.
         Starting ^[[0;1;39mRu[   15.757461] kvm_amd: TSC scaling supported
le-based Manageā[   15.757464] kvm_amd: Nested Virtualization enabled
€¦for Device Eve[   15.757465] kvm_amd: Nested Paging enabled
nts and Files^[[0[   15.757467] kvm_amd: LBR virtualization supported
m...
[^[[0;32m [   15.757468] kvm_amd: SEV enabled (ASIDs 101 - 509)
 OK  ^[[0m] Start[   15.757470] kvm_amd: SEV-ES enabled (ASIDs 1 - 100)
ed ^[[0;1;39mRule[   15.757471] kvm_amd: SEV-SNP enabled (ASIDs 1 - 100)
-based Manager f[   15.757637] kvm_amd: Virtual VMLOAD VMSAVE supported
or Device Events[   15.757639] kvm_amd: Virtual GIF supported
 and Files^[[0m.
         Starting ^[[0;1;39mLoad Kernel Module configfs^[[0m...
         Starting ^[[0;1;39mLoad Kernel Module fuse^[[0m...
[^[[0;32m  OK  ^[[0m[   15.828498] EDAC MC0: Giving out device to module amd64_edac controller F19h: DEV 0000:00:18.3 (INTERRUPT)
] Finished ^[[0;1[   15.839072] EDAC amd64: F19h detected (node 0).
;39mLoad Kernel [   15.845001] EDAC amd64: MC: 0:     0MB 1:     0MB
Module configfs^[[   15.851087] EDAC amd64: MC: 2: 16384MB 3: 16384MB
[0m.
[^[[0;32m [   15.857185] EDAC amd64: MC: 0:     0MB 1:     0MB
 OK  ^[[0m] Finis[   15.863271] EDAC amd64: MC: 2: 16384MB 3: 16384MB
hed ^[[0;1;39mLoa[   15.869361] EDAC amd64: MC: 0:     0MB 1:     0MB
d Kernel Module [   15.869369] EDAC amd64: MC: 2: 16384MB 3: 16384MB
fuse^[[0m.
[^[[0[   15.869381] EDAC amd64: MC: 0:     0MB 1:     0MB
;32m  OK  ^[[0m] [   15.869389] EDAC amd64: MC: 2: 16384MB 3: 16384MB
Finished ^[[0;1;3[   15.869402] EDAC amd64: MC: 0:     0MB 1:     0MB
9mColdplug All u[   15.899824] EDAC amd64: MC: 2: 16384MB 3: 16384MB
dev Devices^[[0m.[   15.899836] EDAC amd64: MC: 0:     0MB 1:     0MB

         Star[   15.899843] EDAC amd64: MC: 2: 16384MB 3: 16384MB
ting ^[[0;1;39mWa[   15.918102] EDAC amd64: MC: 0:     0MB 1:     0MB
it for udev To ā[   15.918109] EDAC amd64: MC: 2: 16384MB 3: 16384MB
€¦plete Device I[   15.930284] EDAC amd64: MC: 0:     0MB 1:     0MB
nitialization^[[0[   15.930291] EDAC amd64: MC: 2: 16384MB 3: 16384MB
m...
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39[   15.946299] intel_rapl_common: Found RAPL domain package
mLoad/Save RF ā€[   15.951952] intel_rapl_common: Found RAPL domain core
¦itch Status /de[   15.958928] amd_atl: AMD Address Translation Library initialized
v/rfkill Watch^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39m/usr/sbin/lvm vgch…tivation event rhel_hostname^[[0m.
[   15.993593] ipmi_si IPI0001:00: The BMC does not support setting the recv irq bit, compensating, but the BMC needs to be fixed.
[   16.065680] ipmi_si IPI0001:00: Using irq 10
[   16.089484] ipmi_si IPI0001:00: IPMI message handler: Found new BMC (man_id: 0x0002a2, prod_id: 0x0100, dev_id: 0x20)
[   16.137893] ipmi_si IPI0001:00: IPMI kcs interface initialized
[   16.146415] ipmi_ssif: IPMI SSIF Interface driver
[   16.150216] power_meter ACPI000D:00: Found ACPI power meter.
[   16.156868] power_meter ACPI000D:00: hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mWait for udev To Complete Device Initialization^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mPreparation for Local File Systems^[[0m.
         Mounting ^[[0;1;39m/boot^[[0m...
      [   16.321203] XFS (sda6): Mounting V5 Filesystem 8a4de4ea-bc9f-4c69-9e30-c78fbc184188
   Mounting ^[[0;[   16.323301] XFS (dm-0): Mounting V5 Filesystem 3e33526b-995a-4b32-9d5d-d26941ce5b47
1;39m/home^[[0m...
         Starting ^[[0;1;39mFile System Check…/dev/disk/by-uuid/FBE5-86EF^[[0m...
[   16.347241] XFS (sda6): Ending clean mount
[^[[0;32m  OK  ^[[[   16.355944] XFS (dm-0): Ending clean mount
0m] Mounted ^[[0;1;39m/boot^[[0m.
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39m/home^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mFile System Check…n /dev/disk/by-uuid/FBE5-86EF^[[0m.
         Mounting ^[[0;1;39m/boot/efi^[[0m...
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39m/boot/efi^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mLocal File Systems^[[0m.
         Starting ^[[0;1;39mTell Plymouth To Write Out Runtime Data^[[0m...
         Starting ^[[0;1;39mCreate Volatile Files and Directories^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mTell Plymouth To Write Out Runtime Data^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate Volatile Files and Directories^[[0m.
         Mounting ^[[0;1;39mRPC Pipe File System^[[0m...
         Starting ^[[0;1;39mSecurity Auditing Service^[[0m...
         Starting ^[[0;1;39mRPC Bind^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mRPC Bind^[[0m.
[   16.460203] RPC: Registered named UNIX socket transport module.
[   16.466130] RPC: Registered udp transport module.
[   16.470839] RPC: Registered tcp transport module.
[   16.475543] RPC: Registered tcp-with-tls transport module.
[   16.481034] RPC: Registered tcp NFSv4.1 backchannel transport module.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mSecurity Auditing Service^[[0m.
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39mRPC Pipe File System^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mrpc_pipefs.target^[[0m.
         Starting ^[[0;1;39mRecord System Boot/Shutdown in UTMP^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mRecord System Boot/Shutdown in UTMP^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSystem Initialization^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mdnf makecache --timer^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mDaily rotation of log files^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mUpdates mlocate database every day^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mDaily Cleanup of Temporary Directories^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mdaily update of the root trust anchor for DNSSEC^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mTimer Units^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mD-Bus System Message Bus Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mOpen-iSCSI iscsid Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mOpen-iSCSI iscsiuio Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mSSSD Kerberos…ache Manager responder socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt interface daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt locking daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt locking daemon admin socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt logging daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt logging daemon admin socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt network daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt nodedev daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt nwfilter daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt proxy daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt QEMU daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt QEMU daemon admin socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt QEMU daemon read-only socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt secret daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt storage daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSocket Units^[[0m.
         Starting ^[[0;1;39mD-Bus System Message Bus^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mD-Bus System Message Bus^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mBasic System^[[0m.
         Starting ^[[0;1;39mNTP client/server^[[0m...
         Starting ^[[0;1;39mRestore /run/initramfs on shutdown^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mirqbalance daemon^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mlibstoragemgmt plug-in server daemon^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mLow Memory Monitor^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mMachine Check Exception Logging Daemon^[[0m.
         Starting ^[[0;1;39mAuthorization Manager^[[0m...
         Starting ^[[0;1;39mSystem Logging Service^[[0m...
         Starting ^[[0;1;39mSelf Monitoring a…g Technology (SMART) Daemon^[[0m...
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39msshd-keygen.target^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mUser and Group Name Lookups^[[0m.
         Starting ^[[0;1;39mUser Login Management^[[0m...
         Starting ^[[0;1;39mVirtual Machine a…tainer Registration Service^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mRestore /run/initramfs on shutdown^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mSystem Logging Service^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mVirtual Machine an…ontainer Registration Service^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mUser Login Management^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mNTP client/server^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mSelf Monitoring an…ing Technology (SMART) Daemon^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mAuthorization Manager^[[0m.
         Starting ^[[0;1;39mfirewalld - dynamic firewall daemon^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mfirewalld - dynamic firewall daemon^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mPreparation for Network^[[0m.
         Starting ^[[0;1;39mNetwork Manager^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mNetwork Manager^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mNetwork^[[0m.
         Starting ^[[0;1;39mNetwork Manager Wait Online^[[0m...
         Starting ^[[0;1;39mGSSAPI Proxy Daemon^[[0m...
         Starting ^[[0;1;39mEnable periodic u…f entitlement certificates.^[[0m...
         Starting ^[[0;1;39mOpenSSH server daemon^[[0m...
         Starting ^[[0;1;39mDynamic System Tuning Daemon^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mEnable periodic up… of entitlement certificates.^[[0m.
         Starting ^[[0;1;39mHostname Service^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mGSSAPI Proxy Daemon^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mOpenSSH server daemon^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mNFS client services^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mHostname Service^[[0m.
         Starting ^[[0;1;39mNetwork Manager Script Dispatcher Service^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mNetwork Manager Script Dispatcher Service^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mDynamic System Tuning Daemon^[[0m.
[^[[0m^[[0;31m*     ^[[0m] A start job is running for Network Manager Wait Online (5s / no limit)
^[M\r^[[K[^[[0;1;31m*^[[0m^[[0;31m*    ^[[0m] A start job is running for Network Manager Wait Online (5s / no limit)
[   20.810850] tg3 0000:c1:00.0 eth0: Link is up at 1000 Mbps, full duplex
[   20.817469] tg3 0000:c1:00.0 eth0: Flow control is off for TX and off for RX
[   20.824513] tg3 0000:c1:00.0 eth0: EEE is disabled
^[M\r^[[K[^[[0;31m*^[[0;1;31m*^[[0m^[[0;31m*   ^[[0m] A start job is running for Network Manager Wait Online (6s / no limit)
^[M\r^[[K[ ^[[0;31m*^[[0;1;31m*^[[0m^[[0;31m*  ^[[0m] A start job is running for Network Manager Wait Online (6s / no limit)
^[M\r^[[K[  ^[[0;31m*^[[0;1;31m*^[[0m^[[0;31m* ^[[0m] A start job is running for Network Manager Wait Online (7s / no limit)
^[M\r^[[K[   ^[[0;31m*^[[0;1;31m*^[[0m^[[0;31m*^[[0m] A start job is running for Network Manager Wait Online (7s / no limit)
^[M\r^[[K[    ^[[0;31m*^[[0;1;31m*^[[0m] A start job is running for Network Manager Wait Online (8s / no limit)
^[M\r^[[K[     ^[[0;31m*^[[0m] A start job is running for Network Manager Wait Online (8s / no limit)
^[M\r^[[K[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mNetwork Manager Wait Online^[[0m.
^[[K[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mNetwork is Online^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mPreparation for Remote File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mRemote File Systems^[[0m.
         Starting ^[[0;1;39mNotify NFS peers of a restart^[[0m...
         Starting ^[[0;1;39mPermit User Sessions^[[0m...
         Starting ^[[0;1;39mlibvirt QEMU daemon^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mNotify NFS peers of a restart^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mPermit User Sessions^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mDeferred execution scheduler^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mCommand Scheduler^[[0m.
         Starting ^[[0;1;39mHold until boot process finishes up^[[0m...
         Starting ^[[0;1;39mTerminate Plymouth Boot Screen^[[0m...

Red Hat Enterprise Linux 9.1 (Plow)
Kernel 6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d on an x86_64

Activate the web console with: systemctl enable --now cockpit.socket

hostname login: [  295.706058] JFS: nTxBlock = 8192, nTxLock = 65536
[  295.741491] QNX4 filesystem 0.2.3 registered.
[  295.823178] raid6: avx2x4   gen() 35934 MB/s
[  295.895176] raid6: avx2x2   gen() 38184 MB/s
[  295.967173] raid6: avx2x1   gen() 26357 MB/s
[  295.971451] raid6: using algorithm avx2x2 gen() 38184 MB/s
[  296.043171] raid6: .... xor() 28925 MB/s, rmw enabled
[  296.048226] raid6: using avx2x2 recovery algorithm
[  296.055035] xor: automatically using best checksumming function   avx       
[  296.142279] Btrfs loaded, zoned=yes, fsverity=yes
[  322.301838] watchdog: BUG: soft lockup - CPU#28 stuck for 26s! [grub2-mount:4476]
[  322.309324] Modules linked in: btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd ee1004 kvm i2c_piix4 rapl pcspkr wmi_bmof i2c_smbus efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 mpt3sas sha256_ssse3 raid_class drm tg3 sha1_ssse3 ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[  322.384932] CPU: 28 UID: 0 PID: 4476 Comm: grub2-mount Not tainted 6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  322.395528] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[  322.403182] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[  322.409283] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[  322.428028] RSP: 0018:ffffab3965db7c98 EFLAGS: 00000202
[  322.433253] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffab3965db7ce8
[  322.440387] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff9014e4ce94c0
[  322.447519] RBP: ffffab3965db7cb8 R08: 0000000000000000 R09: ffff9014df891640
[  322.454652] R10: ffffab3965db7c48 R11: ffffd1b504933a00 R12: ffff9014e4ce94c0
[  322.461784] R13: ffffab3965db7d30 R14: ffff9014e4ce9180 R15: ffff9014c88b0400
[  322.468917] FS:  00007f52df27ee40(0000) GS:ffff9033bfc00000(0000) knlGS:0000000000000000
[  322.477001] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  322.482749] CR2: 00007f52df053930 CR3: 000800012284a002 CR4: 0000000000770ef0
[  322.489881] PKRU: 55555554
[  322.492594] Call Trace:
[  322.495046]  <IRQ>
[  322.497070]  ? show_regs+0x6d/0x80
[  322.500479]  ? watchdog_timer_fn+0x1f8/0x280
[  322.504752]  ? __pfx_watchdog_timer_fn+0x10/0x10
[  322.509373]  ? __hrtimer_run_queues+0x114/0x2a0
[  322.513904]  ? hrtimer_interrupt+0x108/0x230
[  322.518176]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[  322.523403]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[  322.528366]  </IRQ>
[  322.530464]  <TASK>
[  322.532572]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[  322.537888]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[  322.543369]  _raw_spin_lock+0x2d/0x40
[  322.547036]  fuse_iget+0x125/0x250
[  322.550442]  fuse_fill_super_common+0x3ae/0x4f0
[  322.554977]  ? __pfx_fuse_fill_super+0x10/0x10
[  322.559418]  fuse_fill_super+0x5e/0xb0
[  322.563173]  get_tree_nodev+0x6f/0xa0
[  322.566838]  ? fget+0x80/0xb0
[  322.569812]  fuse_get_tree+0xc6/0x1b0
[  322.573477]  vfs_get_tree+0x2e/0xf0
[  322.576970]  path_mount+0x4f0/0xb50
[  322.580461]  ? putname+0x5b/0x70
[  322.583696]  __x64_sys_mount+0x10d/0x150
[  322.587623]  x64_sys_call+0x1e1d/0x2140
[  322.591459]  do_syscall_64+0x51/0x120
[  322.595127]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  322.600176] RIP: 0033:0x7f52df10f03e
[  322.603757] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[  322.622504] RSP: 002b:00007ffd71f16488 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[  322.630068] RAX: ffffffffffffffda RBX: 00005569384084a0 RCX: 00007f52df10f03e
[  322.637199] RDX: 0000556938408530 RSI: 00005569384083a0 RDI: 00005569384084f0
[  322.644324] RBP: 00005569384083a0 R08: 0000556938408250 R09: 00746e756f6d2d32
[  322.651455] R10: 0000000000000006 R11: 0000000000000206 R12: 0000556938408530
[  322.658590] R13: 00007ffd71f164c0 R14: 00005569384084f0 R15: 00005569384084a0
[  322.665724]  </TASK>
[  350.300968] watchdog: BUG: soft lockup - CPU#28 stuck for 52s! [grub2-mount:4476]
[  350.308455] Modules linked in: btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd ee1004 kvm i2c_piix4 rapl pcspkr wmi_bmof i2c_smbus efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 mpt3sas sha256_ssse3 raid_class drm tg3 sha1_ssse3 ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[  350.384044] CPU: 28 UID: 0 PID: 4476 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  350.396115] Tainted: [L]=SOFTLOCKUP
[  350.399605] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[  350.407252] RIP: 0010:native_queued_spin_lock_slowpath+0x7c/0x2d0
[  350.413342] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[  350.432090] RSP: 0018:ffffab3965db7c98 EFLAGS: 00000202
[  350.437315] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffab3965db7ce8
[  350.444447] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff9014e4ce94c0
[  350.451580] RBP: ffffab3965db7cb8 R08: 0000000000000000 R09: ffff9014df891640
[  350.458713] R10: ffffab3965db7c48 R11: ffffd1b504933a00 R12: ffff9014e4ce94c0
[  350.465843] R13: ffffab3965db7d30 R14: ffff9014e4ce9180 R15: ffff9014c88b0400
[  350.472969] FS:  00007f52df27ee40(0000) GS:ffff9033bfc00000(0000) knlGS:0000000000000000
[  350.481054] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  350.486800] CR2: 00007f52df053930 CR3: 000800012284a002 CR4: 0000000000770ef0
[  350.493932] PKRU: 55555554
[  350.496645] Call Trace:
[  350.499097]  <IRQ>
[  350.501117]  ? show_regs+0x6d/0x80
[  350.504522]  ? watchdog_timer_fn+0x1f8/0x280
[  350.508797]  ? __pfx_watchdog_timer_fn+0x10/0x10
[  350.513415]  ? __hrtimer_run_queues+0x114/0x2a0
[  350.517948]  ? hrtimer_interrupt+0x108/0x230
[  350.522220]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[  350.527447]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[  350.532413]  </IRQ>
[  350.534518]  <TASK>
[  350.536622]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[  350.541937]  ? native_queued_spin_lock_slowpath+0x7c/0x2d0
[  350.547422]  _raw_spin_lock+0x2d/0x40
[  350.551087]  fuse_iget+0x125/0x250
[  350.554493]  fuse_fill_super_common+0x3ae/0x4f0
[  350.559028]  ? __pfx_fuse_fill_super+0x10/0x10
[  350.563470]  fuse_fill_super+0x5e/0xb0
[  350.567223]  get_tree_nodev+0x6f/0xa0
[  350.570891]  ? fget+0x80/0xb0
[  350.573865]  fuse_get_tree+0xc6/0x1b0
[  350.577528]  vfs_get_tree+0x2e/0xf0
[  350.581020]  path_mount+0x4f0/0xb50
[  350.584513]  ? putname+0x5b/0x70
[  350.587748]  __x64_sys_mount+0x10d/0x150
[  350.591675]  x64_sys_call+0x1e1d/0x2140
[  350.595511]  do_syscall_64+0x51/0x120
[  350.599179]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  350.604231] RIP: 0033:0x7f52df10f03e
[  350.607808] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[  350.626555] RSP: 002b:00007ffd71f16488 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[  350.634121] RAX: ffffffffffffffda RBX: 00005569384084a0 RCX: 00007f52df10f03e
[  350.641252] RDX: 0000556938408530 RSI: 00005569384083a0 RDI: 00005569384084f0
[  350.648384] RBP: 00005569384083a0 R08: 0000556938408250 R09: 00746e756f6d2d32
[  350.655509] R10: 0000000000000006 R11: 0000000000000206 R12: 0000556938408530
[  350.662642] R13: 00007ffd71f164c0 R14: 00005569384084f0 R15: 00005569384084a0
[  350.669776]  </TASK>
[  356.441320] rcu: INFO: rcu_preempt self-detected stall on CPU
[  356.447070] rcu: 	28-....: (14816 ticks this GP) idle=8ef4/1/0x4000000000000000 softirq=944/945 fqs=7434
[  356.456544] rcu: 	(t=15000 jiffies g=7913 q=1142 ncpus=128)
[  356.462118] CPU: 28 UID: 0 PID: 4476 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  356.474187] Tainted: [L]=SOFTLOCKUP
[  356.477678] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[  356.485334] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[  356.491434] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[  356.510178] RSP: 0018:ffffab3965db7c98 EFLAGS: 00000202
[  356.515404] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffab3965db7ce8
[  356.522537] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff9014e4ce94c0
[  356.529671] RBP: ffffab3965db7cb8 R08: 0000000000000000 R09: ffff9014df891640
[  356.536801] R10: ffffab3965db7c48 R11: ffffd1b504933a00 R12: ffff9014e4ce94c0
[  356.543936] R13: ffffab3965db7d30 R14: ffff9014e4ce9180 R15: ffff9014c88b0400
[  356.551068] FS:  00007f52df27ee40(0000) GS:ffff9033bfc00000(0000) knlGS:0000000000000000
[  356.559154] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  356.564897] CR2: 00007f52df053930 CR3: 000800012284a002 CR4: 0000000000770ef0
[  356.572032] PKRU: 55555554
[  356.574743] Call Trace:
[  356.577196]  <IRQ>
[  356.579218]  ? show_regs+0x6d/0x80
[  356.582622]  ? dump_cpu_task+0x6b/0x80
[  356.586376]  ? rcu_dump_cpu_stacks+0xa4/0x100
[  356.590733]  ? rcu_sched_clock_irq+0x6b4/0x10c0
[  356.595269]  ? srso_alias_return_thunk+0x5/0xfbef5
[  356.600060]  ? __cgroup_account_cputime_field+0x3f/0x60
[  356.605285]  ? srso_alias_return_thunk+0x5/0xfbef5
[  356.610075]  ? account_system_index_time+0x95/0xb0
[  356.614871]  ? update_process_times+0x74/0xc0
[  356.619231]  ? tick_nohz_handler+0x9b/0x150
[  356.623413]  ? __pfx_tick_nohz_handler+0x10/0x10
[  356.628032]  ? __hrtimer_run_queues+0x114/0x2a0
[  356.632567]  ? hrtimer_interrupt+0x108/0x230
[  356.636841]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[  356.642064]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[  356.647031]  </IRQ>
[  356.649137]  <TASK>
[  356.651244]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[  356.656559]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[  356.662043]  _raw_spin_lock+0x2d/0x40
[  356.665706]  fuse_iget+0x125/0x250
[  356.669115]  fuse_fill_super_common+0x3ae/0x4f0
[  356.673648]  ? __pfx_fuse_fill_super+0x10/0x10
[  356.678092]  fuse_fill_super+0x5e/0xb0
[  356.681844]  get_tree_nodev+0x6f/0xa0
[  356.685510]  ? fget+0x80/0xb0
[  356.688484]  fuse_get_tree+0xc6/0x1b0
[  356.692148]  vfs_get_tree+0x2e/0xf0
[  356.695640]  path_mount+0x4f0/0xb50
[  356.699133]  ? putname+0x5b/0x70
[  356.702368]  __x64_sys_mount+0x10d/0x150
[  356.706293]  x64_sys_call+0x1e1d/0x2140
[  356.710129]  do_syscall_64+0x51/0x120
[  356.713798]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  356.718850] RIP: 0033:0x7f52df10f03e
[  356.722428] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[  356.741175] RSP: 002b:00007ffd71f16488 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[  356.748740] RAX: ffffffffffffffda RBX: 00005569384084a0 RCX: 00007f52df10f03e
[  356.755871] RDX: 0000556938408530 RSI: 00005569384083a0 RDI: 00005569384084f0
[  356.763005] RBP: 00005569384083a0 R08: 0000556938408250 R09: 00746e756f6d2d32
[  356.770135] R10: 0000000000000006 R11: 0000000000000206 R12: 0000556938408530
[  356.777261] R13: 00007ffd71f164c0 R14: 00005569384084f0 R15: 00005569384084a0
[  356.784398]  </TASK>
[  382.300138] watchdog: BUG: soft lockup - CPU#28 stuck for 82s! [grub2-mount:4476]
[  382.307621] Modules linked in: btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd ee1004 kvm i2c_piix4 rapl pcspkr wmi_bmof i2c_smbus efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 mpt3sas sha256_ssse3 raid_class drm tg3 sha1_ssse3 ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[  382.383218] CPU: 28 UID: 0 PID: 4476 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  382.395290] Tainted: [L]=SOFTLOCKUP
[  382.398781] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[  382.406435] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[  382.412536] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[  382.431279] RSP: 0018:ffffab3965db7c98 EFLAGS: 00000202
[  382.436506] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffab3965db7ce8
[  382.443638] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff9014e4ce94c0
[  382.450769] RBP: ffffab3965db7cb8 R08: 0000000000000000 R09: ffff9014df891640
[  382.457895] R10: ffffab3965db7c48 R11: ffffd1b504933a00 R12: ffff9014e4ce94c0
[  382.465026] R13: ffffab3965db7d30 R14: ffff9014e4ce9180 R15: ffff9014c88b0400
[  382.472159] FS:  00007f52df27ee40(0000) GS:ffff9033bfc00000(0000) knlGS:0000000000000000
[  382.480247] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  382.485993] CR2: 00007f52df053930 CR3: 000800012284a002 CR4: 0000000000770ef0
[  382.493123] PKRU: 55555554
[  382.495836] Call Trace:
[  382.498292]  <IRQ>
[  382.500310]  ? show_regs+0x6d/0x80
[  382.503714]  ? watchdog_timer_fn+0x1f8/0x280
[  382.507988]  ? __pfx_watchdog_timer_fn+0x10/0x10
[  382.512607]  ? __hrtimer_run_queues+0x114/0x2a0
[  382.517140]  ? hrtimer_interrupt+0x108/0x230
[  382.521414]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[  382.526638]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[  382.531603]  </IRQ>
[  382.533709]  <TASK>
[  382.535816]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[  382.541129]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[  382.546615]  _raw_spin_lock+0x2d/0x40
[  382.550279]  fuse_iget+0x125/0x250
[  382.553687]  fuse_fill_super_common+0x3ae/0x4f0
[  382.558221]  ? __pfx_fuse_fill_super+0x10/0x10
[  382.562663]  fuse_fill_super+0x5e/0xb0
[  382.566417]  get_tree_nodev+0x6f/0xa0
[  382.570082]  ? fget+0x80/0xb0
[  382.573055]  fuse_get_tree+0xc6/0x1b0
[  382.576720]  vfs_get_tree+0x2e/0xf0
[  382.580213]  path_mount+0x4f0/0xb50
[  382.583705]  ? putname+0x5b/0x70
[  382.586939]  __x64_sys_mount+0x10d/0x150
[  382.590867]  x64_sys_call+0x1e1d/0x2140
[  382.594703]  do_syscall_64+0x51/0x120
[  382.598370]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  382.603421] RIP: 0033:0x7f52df10f03e
[  382.607002] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[  382.625746] RSP: 002b:00007ffd71f16488 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[  382.633313] RAX: ffffffffffffffda RBX: 00005569384084a0 RCX: 00007f52df10f03e
[  382.640446] RDX: 0000556938408530 RSI: 00005569384083a0 RDI: 00005569384084f0
[  382.647576] RBP: 00005569384083a0 R08: 0000556938408250 R09: 00746e756f6d2d32
[  382.654710] R10: 0000000000000006 R11: 0000000000000206 R12: 0000556938408530
[  382.661842] R13: 00007ffd71f164c0 R14: 00005569384084f0 R15: 00005569384084a0
[  382.668978]  </TASK>
[  410.299422] watchdog: BUG: soft lockup - CPU#28 stuck for 108s! [grub2-mount:4476]
[  410.306992] Modules linked in: btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd ee1004 kvm i2c_piix4 rapl pcspkr wmi_bmof i2c_smbus efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 mpt3sas sha256_ssse3 raid_class drm tg3 sha1_ssse3 ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[  410.382581] CPU: 28 UID: 0 PID: 4476 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  410.394655] Tainted: [L]=SOFTLOCKUP
[  410.398145] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[  410.405798] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[  410.411892] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[  410.430637] RSP: 0018:ffffab3965db7c98 EFLAGS: 00000202
[  410.435862] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffab3965db7ce8
[  410.442995] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff9014e4ce94c0
[  410.450126] RBP: ffffab3965db7cb8 R08: 0000000000000000 R09: ffff9014df891640
[  410.457259] R10: ffffab3965db7c48 R11: ffffd1b504933a00 R12: ffff9014e4ce94c0
[  410.464391] R13: ffffab3965db7d30 R14: ffff9014e4ce9180 R15: ffff9014c88b0400
[  410.471523] FS:  00007f52df27ee40(0000) GS:ffff9033bfc00000(0000) knlGS:0000000000000000
[  410.479609] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  410.485357] CR2: 00007f52df053930 CR3: 000800012284a002 CR4: 0000000000770ef0
[  410.492490] PKRU: 55555554
[  410.495200] Call Trace:
[  410.497647]  <IRQ>
[  410.499664]  ? show_regs+0x6d/0x80
[  410.503072]  ? watchdog_timer_fn+0x1f8/0x280
[  410.507343]  ? __pfx_watchdog_timer_fn+0x10/0x10
[  410.511961]  ? __hrtimer_run_queues+0x114/0x2a0
[  410.516496]  ? hrtimer_interrupt+0x108/0x230
[  410.520770]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[  410.525993]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[  410.530958]  </IRQ>
[  410.533065]  <TASK>
[  410.535171]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[  410.540485]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[  410.545971]  _raw_spin_lock+0x2d/0x40
[  410.549636]  fuse_iget+0x125/0x250
[  410.553041]  fuse_fill_super_common+0x3ae/0x4f0
[  410.557577]  ? __pfx_fuse_fill_super+0x10/0x10
[  410.562019]  fuse_fill_super+0x5e/0xb0
[  410.565773]  get_tree_nodev+0x6f/0xa0
[  410.569437]  ? fget+0x80/0xb0
[  410.572411]  fuse_get_tree+0xc6/0x1b0
[  410.576079]  vfs_get_tree+0x2e/0xf0
[  410.579568]  path_mount+0x4f0/0xb50
[  410.583061]  ? putname+0x5b/0x70
[  410.586294]  __x64_sys_mount+0x10d/0x150
[  410.590220]  x64_sys_call+0x1e1d/0x2140
[  410.594061]  do_syscall_64+0x51/0x120
[  410.597727]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  410.602777] RIP: 0033:0x7f52df10f03e
[  410.606357] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[  410.625103] RSP: 002b:00007ffd71f16488 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[  410.632667] RAX: ffffffffffffffda RBX: 00005569384084a0 RCX: 00007f52df10f03e
[  410.639800] RDX: 0000556938408530 RSI: 00005569384083a0 RDI: 00005569384084f0
[  410.646933] RBP: 00005569384083a0 R08: 0000556938408250 R09: 00746e756f6d2d32
[  410.654064] R10: 0000000000000006 R11: 0000000000000206 R12: 0000556938408530
[  410.661189] R13: 00007ffd71f164c0 R14: 00005569384084f0 R15: 00005569384084a0
[  410.668327]  </TASK>
[  438.298683] watchdog: BUG: soft lockup - CPU#28 stuck for 134s! [grub2-mount:4476]
[  438.306253] Modules linked in: btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd ee1004 kvm i2c_piix4 rapl pcspkr wmi_bmof i2c_smbus efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 mpt3sas sha256_ssse3 raid_class drm tg3 sha1_ssse3 ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[  438.381844] CPU: 28 UID: 0 PID: 4476 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  438.393914] Tainted: [L]=SOFTLOCKUP
[  438.397407] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[  438.405060] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[  438.411151] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[  438.429898] RSP: 0018:ffffab3965db7c98 EFLAGS: 00000202
[  438.435124] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffab3965db7ce8
[  438.442256] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff9014e4ce94c0
[  438.449388] RBP: ffffab3965db7cb8 R08: 0000000000000000 R09: ffff9014df891640
[  438.456521] R10: ffffab3965db7c48 R11: ffffd1b504933a00 R12: ffff9014e4ce94c0
[  438.463651] R13: ffffab3965db7d30 R14: ffff9014e4ce9180 R15: ffff9014c88b0400
[  438.470787] FS:  00007f52df27ee40(0000) GS:ffff9033bfc00000(0000) knlGS:0000000000000000
[  438.478871] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  438.484617] CR2: 00007f52df053930 CR3: 000800012284a002 CR4: 0000000000770ef0
[  438.491751] PKRU: 55555554
[  438.494461] Call Trace:
[  438.496914]  <IRQ>
[  438.498935]  ? show_regs+0x6d/0x80
[  438.502340]  ? watchdog_timer_fn+0x1f8/0x280
[  438.506613]  ? __pfx_watchdog_timer_fn+0x10/0x10
[  438.511233]  ? __hrtimer_run_queues+0x114/0x2a0
[  438.515765]  ? hrtimer_interrupt+0x108/0x230
[  438.520039]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[  438.525264]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[  438.530229]  </IRQ>
[  438.532335]  <TASK>
[  438.534439]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[  438.539756]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[  438.545241]  _raw_spin_lock+0x2d/0x40
[  438.548903]  fuse_iget+0x125/0x250
[  438.552311]  fuse_fill_super_common+0x3ae/0x4f0
[  438.556844]  ? __pfx_fuse_fill_super+0x10/0x10
[  438.561289]  fuse_fill_super+0x5e/0xb0
[  438.565043]  get_tree_nodev+0x6f/0xa0
[  438.568708]  ? fget+0x80/0xb0
[  438.571681]  fuse_get_tree+0xc6/0x1b0
[  438.575346]  vfs_get_tree+0x2e/0xf0
[  438.578838]  path_mount+0x4f0/0xb50
[  438.582332]  ? putname+0x5b/0x70
[  438.585564]  __x64_sys_mount+0x10d/0x150
[  438.589491]  x64_sys_call+0x1e1d/0x2140
[  438.593327]  do_syscall_64+0x51/0x120
[  438.596994]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  438.602049] RIP: 0033:0x7f52df10f03e
[  438.605625] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[  438.624371] RSP: 002b:00007ffd71f16488 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[  438.631936] RAX: ffffffffffffffda RBX: 00005569384084a0 RCX: 00007f52df10f03e
[  438.639068] RDX: 0000556938408530 RSI: 00005569384083a0 RDI: 00005569384084f0
[  438.646193] RBP: 00005569384083a0 R08: 0000556938408250 R09: 00746e756f6d2d32
[  438.653325] R10: 0000000000000006 R11: 0000000000000206 R12: 0000556938408530
[  438.660459] R13: 00007ffd71f164c0 R14: 00005569384084f0 R15: 00005569384084a0
[  438.667595]  </TASK>
[  466.297936] watchdog: BUG: soft lockup - CPU#28 stuck for 160s! [grub2-mount:4476]
[  466.305505] Modules linked in: btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd ee1004 kvm i2c_piix4 rapl pcspkr wmi_bmof i2c_smbus efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 mpt3sas sha256_ssse3 raid_class drm tg3 sha1_ssse3 ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[  466.381094] CPU: 28 UID: 0 PID: 4476 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  466.393167] Tainted: [L]=SOFTLOCKUP
[  466.396658] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[  466.404311] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[  466.410403] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[  466.429149] RSP: 0018:ffffab3965db7c98 EFLAGS: 00000202
[  466.434376] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffab3965db7ce8
[  466.441506] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff9014e4ce94c0
[  466.448642] RBP: ffffab3965db7cb8 R08: 0000000000000000 R09: ffff9014df891640
[  466.455772] R10: ffffab3965db7c48 R11: ffffd1b504933a00 R12: ffff9014e4ce94c0
[  466.462904] R13: ffffab3965db7d30 R14: ffff9014e4ce9180 R15: ffff9014c88b0400
[  466.470039] FS:  00007f52df27ee40(0000) GS:ffff9033bfc00000(0000) knlGS:0000000000000000
[  466.478121] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  466.483860] CR2: 00007f52df053930 CR3: 000800012284a002 CR4: 0000000000770ef0
[  466.490993] PKRU: 55555554
[  466.493705] Call Trace:
[  466.496159]  <IRQ>
[  466.498178]  ? show_regs+0x6d/0x80
[  466.501585]  ? watchdog_timer_fn+0x1f8/0x280
[  466.505856]  ? __pfx_watchdog_timer_fn+0x10/0x10
[  466.510474]  ? __hrtimer_run_queues+0x114/0x2a0
[  466.515008]  ? hrtimer_interrupt+0x108/0x230
[  466.519282]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[  466.524507]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[  466.529472]  </IRQ>
[  466.531579]  <TASK>
[  466.533685]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[  466.538999]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[  466.544485]  _raw_spin_lock+0x2d/0x40
[  466.548148]  fuse_iget+0x125/0x250
[  466.551555]  fuse_fill_super_common+0x3ae/0x4f0
[  466.556088]  ? __pfx_fuse_fill_super+0x10/0x10
[  466.560532]  fuse_fill_super+0x5e/0xb0
[  466.564286]  get_tree_nodev+0x6f/0xa0
[  466.567949]  ? fget+0x80/0xb0
[  466.570923]  fuse_get_tree+0xc6/0x1b0
[  466.574592]  vfs_get_tree+0x2e/0xf0
[  466.578083]  path_mount+0x4f0/0xb50
[  466.581577]  ? putname+0x5b/0x70
[  466.584807]  __x64_sys_mount+0x10d/0x150
[  466.588733]  x64_sys_call+0x1e1d/0x2140
[  466.592571]  do_syscall_64+0x51/0x120
[  466.596240]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  466.601292] RIP: 0033:0x7f52df10f03e
[  466.604870] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[  466.623617] RSP: 002b:00007ffd71f16488 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[  466.631179] RAX: ffffffffffffffda RBX: 00005569384084a0 RCX: 00007f52df10f03e
[  466.638305] RDX: 0000556938408530 RSI: 00005569384083a0 RDI: 00005569384084f0
[  466.645439] RBP: 00005569384083a0 R08: 0000556938408250 R09: 00746e756f6d2d32
[  466.652569] R10: 0000000000000006 R11: 0000000000000206 R12: 0000556938408530
[  466.659701] R13: 00007ffd71f164c0 R14: 00005569384084f0 R15: 00005569384084a0
[  466.666840]  </TASK>
[  494.297194] watchdog: BUG: soft lockup - CPU#28 stuck for 186s! [grub2-mount:4476]
[  494.304767] Modules linked in: btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd ee1004 kvm i2c_piix4 rapl pcspkr wmi_bmof i2c_smbus efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 mpt3sas sha256_ssse3 raid_class drm tg3 sha1_ssse3 ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[  494.380355] CPU: 28 UID: 0 PID: 4476 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  494.392426] Tainted: [L]=SOFTLOCKUP
[  494.395919] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[  494.403571] RIP: 0010:native_queued_spin_lock_slowpath+0x7c/0x2d0
[  494.409664] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[  494.428410] RSP: 0018:ffffab3965db7c98 EFLAGS: 00000202
[  494.433636] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffab3965db7ce8
[  494.440770] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff9014e4ce94c0
[  494.447902] RBP: ffffab3965db7cb8 R08: 0000000000000000 R09: ffff9014df891640
[  494.455034] R10: ffffab3965db7c48 R11: ffffd1b504933a00 R12: ffff9014e4ce94c0
[  494.462167] R13: ffffab3965db7d30 R14: ffff9014e4ce9180 R15: ffff9014c88b0400
[  494.469298] FS:  00007f52df27ee40(0000) GS:ffff9033bfc00000(0000) knlGS:0000000000000000
[  494.477385] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  494.483129] CR2: 00007f52df053930 CR3: 000800012284a002 CR4: 0000000000770ef0
[  494.490263] PKRU: 55555554
[  494.492976] Call Trace:
[  494.495429]  <IRQ>
[  494.497449]  ? show_regs+0x6d/0x80
[  494.500851]  ? watchdog_timer_fn+0x1f8/0x280
[  494.505126]  ? __pfx_watchdog_timer_fn+0x10/0x10
[  494.509745]  ? __hrtimer_run_queues+0x114/0x2a0
[  494.514279]  ? hrtimer_interrupt+0x108/0x230
[  494.518549]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[  494.523777]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[  494.528741]  </IRQ>
[  494.530847]  <TASK>
[  494.532953]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[  494.538270]  ? native_queued_spin_lock_slowpath+0x7c/0x2d0
[  494.543753]  _raw_spin_lock+0x2d/0x40
[  494.547418]  fuse_iget+0x125/0x250
[  494.550824]  fuse_fill_super_common+0x3ae/0x4f0
[  494.555360]  ? __pfx_fuse_fill_super+0x10/0x10
[  494.559803]  fuse_fill_super+0x5e/0xb0
[  494.563556]  get_tree_nodev+0x6f/0xa0
[  494.567220]  ? fget+0x80/0xb0
[  494.570192]  fuse_get_tree+0xc6/0x1b0
[  494.573859]  vfs_get_tree+0x2e/0xf0
[  494.577353]  path_mount+0x4f0/0xb50
[  494.580843]  ? putname+0x5b/0x70
[  494.584077]  __x64_sys_mount+0x10d/0x150
[  494.588002]  x64_sys_call+0x1e1d/0x2140
[  494.591841]  do_syscall_64+0x51/0x120
[  494.595508]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  494.600558] RIP: 0033:0x7f52df10f03e
[  494.604140] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[  494.622886] RSP: 002b:00007ffd71f16488 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[  494.630451] RAX: ffffffffffffffda RBX: 00005569384084a0 RCX: 00007f52df10f03e
[  494.637581] RDX: 0000556938408530 RSI: 00005569384083a0 RDI: 00005569384084f0
[  494.644714] RBP: 00005569384083a0 R08: 0000556938408250 R09: 00746e756f6d2d32
[  494.651848] R10: 0000000000000006 R11: 0000000000000206 R12: 0000556938408530
[  494.658981] R13: 00007ffd71f164c0 R14: 00005569384084f0 R15: 00005569384084a0
[  494.666118]  </TASK>
[  522.296456] watchdog: BUG: soft lockup - CPU#28 stuck for 212s! [grub2-mount:4476]
[  522.304026] Modules linked in: btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd ee1004 kvm i2c_piix4 rapl pcspkr wmi_bmof i2c_smbus efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 mpt3sas sha256_ssse3 raid_class drm tg3 sha1_ssse3 ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[  522.379616] CPU: 28 UID: 0 PID: 4476 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  522.391688] Tainted: [L]=SOFTLOCKUP
[  522.395180] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[  522.402833] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[  522.408927] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[  522.427669] RSP: 0018:ffffab3965db7c98 EFLAGS: 00000202
[  522.432897] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffab3965db7ce8
[  522.440028] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff9014e4ce94c0
[  522.447162] RBP: ffffab3965db7cb8 R08: 0000000000000000 R09: ffff9014df891640
[  522.454292] R10: ffffab3965db7c48 R11: ffffd1b504933a00 R12: ffff9014e4ce94c0
[  522.461427] R13: ffffab3965db7d30 R14: ffff9014e4ce9180 R15: ffff9014c88b0400
[  522.468559] FS:  00007f52df27ee40(0000) GS:ffff9033bfc00000(0000) knlGS:0000000000000000
[  522.476646] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  522.482391] CR2: 00007f52df053930 CR3: 000800012284a002 CR4: 0000000000770ef0
[  522.489521] PKRU: 55555554
[  522.492234] Call Trace:
[  522.494679]  <IRQ>
[  522.496701]  ? show_regs+0x6d/0x80
[  522.500103]  ? watchdog_timer_fn+0x1f8/0x280
[  522.504376]  ? __pfx_watchdog_timer_fn+0x10/0x10
[  522.508996]  ? __hrtimer_run_queues+0x114/0x2a0
[  522.513531]  ? hrtimer_interrupt+0x108/0x230
[  522.517802]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[  522.523027]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[  522.527993]  </IRQ>
[  522.530100]  <TASK>
[  522.532207]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[  522.537521]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[  522.543005]  _raw_spin_lock+0x2d/0x40
[  522.546668]  fuse_iget+0x125/0x250
[  522.550078]  fuse_fill_super_common+0x3ae/0x4f0
[  522.554609]  ? __pfx_fuse_fill_super+0x10/0x10
[  522.559054]  fuse_fill_super+0x5e/0xb0
[  522.562808]  get_tree_nodev+0x6f/0xa0
[  522.566471]  ? fget+0x80/0xb0
[  522.569447]  fuse_get_tree+0xc6/0x1b0
[  522.573110]  vfs_get_tree+0x2e/0xf0
[  522.576605]  path_mount+0x4f0/0xb50
[  522.580097]  ? putname+0x5b/0x70
[  522.583328]  __x64_sys_mount+0x10d/0x150
[  522.587254]  x64_sys_call+0x1e1d/0x2140
[  522.591094]  do_syscall_64+0x51/0x120
[  522.594760]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  522.599812] RIP: 0033:0x7f52df10f03e
[  522.603392] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[  522.622135] RSP: 002b:00007ffd71f16488 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[  522.629702] RAX: ffffffffffffffda RBX: 00005569384084a0 RCX: 00007f52df10f03e
[  522.636834] RDX: 0000556938408530 RSI: 00005569384083a0 RDI: 00005569384084f0
[  522.643966] RBP: 00005569384083a0 R08: 0000556938408250 R09: 00746e756f6d2d32
[  522.651099] R10: 0000000000000006 R11: 0000000000000206 R12: 0000556938408530
[  522.658231] R13: 00007ffd71f164c0 R14: 00005569384084f0 R15: 00005569384084a0
[  522.665369]  </TASK>
[  536.788594] rcu: INFO: rcu_preempt self-detected stall on CPU
[  536.794347] rcu: 	28-....: (59267 ticks this GP) idle=8ef4/1/0x4000000000000000 softirq=944/945 fqs=29540
[  536.803907] rcu: 	(t=60088 jiffies g=7913 q=17950 ncpus=128)
[  536.809567] CPU: 28 UID: 0 PID: 4476 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  536.821638] Tainted: [L]=SOFTLOCKUP
[  536.825130] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[  536.832780] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[  536.838876] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[  536.857619] RSP: 0018:ffffab3965db7c98 EFLAGS: 00000202
[  536.862844] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffab3965db7ce8
[  536.869978] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff9014e4ce94c0
[  536.877114] RBP: ffffab3965db7cb8 R08: 0000000000000000 R09: ffff9014df891640
[  536.884244] R10: ffffab3965db7c48 R11: ffffd1b504933a00 R12: ffff9014e4ce94c0
[  536.891374] R13: ffffab3965db7d30 R14: ffff9014e4ce9180 R15: ffff9014c88b0400
[  536.898508] FS:  00007f52df27ee40(0000) GS:ffff9033bfc00000(0000) knlGS:0000000000000000
[  536.906594] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  536.912338] CR2: 00007f52df053930 CR3: 000800012284a002 CR4: 0000000000770ef0
[  536.919463] PKRU: 55555554
[  536.922174] Call Trace:
[  536.924619]  <IRQ>
[  536.926641]  ? show_regs+0x6d/0x80
[  536.930045]  ? dump_cpu_task+0x6b/0x80
[  536.933797]  ? rcu_dump_cpu_stacks+0xa4/0x100
[  536.938158]  ? rcu_sched_clock_irq+0x6b4/0x10c0
[  536.942693]  ? srso_alias_return_thunk+0x5/0xfbef5
[  536.947481]  ? __cgroup_account_cputime_field+0x3f/0x60
[  536.952708]  ? srso_alias_return_thunk+0x5/0xfbef5
[  536.957499]  ? account_system_index_time+0x95/0xb0
[  536.962295]  ? update_process_times+0x74/0xc0
[  536.966651]  ? tick_nohz_handler+0x9b/0x150
[  536.970837]  ? __pfx_tick_nohz_handler+0x10/0x10
[  536.975458]  ? __hrtimer_run_queues+0x114/0x2a0
[  536.979992]  ? hrtimer_interrupt+0x108/0x230
[  536.984262]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[  536.989487]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[  536.994455]  </IRQ>
[  536.996560]  <TASK>
[  536.998666]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[  537.003981]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[  537.009465]  _raw_spin_lock+0x2d/0x40
[  537.013131]  fuse_iget+0x125/0x250
[  537.016536]  fuse_fill_super_common+0x3ae/0x4f0
[  537.021070]  ? __pfx_fuse_fill_super+0x10/0x10
[  537.025514]  fuse_fill_super+0x5e/0xb0
[  537.029266]  get_tree_nodev+0x6f/0xa0
[  537.032932]  ? fget+0x80/0xb0
[  537.035907]  fuse_get_tree+0xc6/0x1b0
[  537.039573]  vfs_get_tree+0x2e/0xf0
[  537.043065]  path_mount+0x4f0/0xb50
[  537.046555]  ? putname+0x5b/0x70
[  537.049790]  __x64_sys_mount+0x10d/0x150
[  537.053717]  x64_sys_call+0x1e1d/0x2140
[  537.057555]  do_syscall_64+0x51/0x120
[  537.061220]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  537.066271] RIP: 0033:0x7f52df10f03e
[  537.069853] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[  537.088596] RSP: 002b:00007ffd71f16488 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[  537.096164] RAX: ffffffffffffffda RBX: 00005569384084a0 RCX: 00007f52df10f03e
[  537.103294] RDX: 0000556938408530 RSI: 00005569384083a0 RDI: 00005569384084f0
[  537.110429] RBP: 00005569384083a0 R08: 0000556938408250 R09: 00746e756f6d2d32
[  537.117561] R10: 0000000000000006 R11: 0000000000000206 R12: 0000556938408530
[  537.124693] R13: 00007ffd71f164c0 R14: 00005569384084f0 R15: 00005569384084a0
[  537.131828]  </TASK>
[  562.295420] watchdog: BUG: soft lockup - CPU#28 stuck for 249s! [grub2-mount:4476]
[  562.302985] Modules linked in: btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd ee1004 kvm i2c_piix4 rapl pcspkr wmi_bmof i2c_smbus efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 mpt3sas sha256_ssse3 raid_class drm tg3 sha1_ssse3 ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[  562.378576] CPU: 28 UID: 0 PID: 4476 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  562.390649] Tainted: [L]=SOFTLOCKUP
[  562.394141] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[  562.401793] RIP: 0010:native_queued_spin_lock_slowpath+0x7c/0x2d0
[  562.407887] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[  562.426632] RSP: 0018:ffffab3965db7c98 EFLAGS: 00000202
[  562.431858] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffab3965db7ce8
[  562.438987] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff9014e4ce94c0
[  562.446111] RBP: ffffab3965db7cb8 R08: 0000000000000000 R09: ffff9014df891640
[  562.453237] R10: ffffab3965db7c48 R11: ffffd1b504933a00 R12: ffff9014e4ce94c0
[  562.460369] R13: ffffab3965db7d30 R14: ffff9014e4ce9180 R15: ffff9014c88b0400
[  562.467502] FS:  00007f52df27ee40(0000) GS:ffff9033bfc00000(0000) knlGS:0000000000000000
[  562.475586] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  562.481332] CR2: 00007f52df053930 CR3: 000800012284a002 CR4: 0000000000770ef0
[  562.488467] PKRU: 55555554
[  562.491176] Call Trace:
[  562.493624]  <IRQ>
[  562.495644]  ? show_regs+0x6d/0x80
[  562.499049]  ? watchdog_timer_fn+0x1f8/0x280
[  562.503318]  ? __pfx_watchdog_timer_fn+0x10/0x10
[  562.507941]  ? __hrtimer_run_queues+0x114/0x2a0
[  562.512473]  ? hrtimer_interrupt+0x108/0x230
[  562.516746]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[  562.521969]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[  562.526937]  </IRQ>
[  562.529041]  <TASK>
[  562.531149]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[  562.536464]  ? native_queued_spin_lock_slowpath+0x7c/0x2d0
[  562.541948]  _raw_spin_lock+0x2d/0x40
[  562.545611]  fuse_iget+0x125/0x250
[  562.549019]  fuse_fill_super_common+0x3ae/0x4f0
[  562.553551]  ? __pfx_fuse_fill_super+0x10/0x10
[  562.557996]  fuse_fill_super+0x5e/0xb0
[  562.561750]  get_tree_nodev+0x6f/0xa0
[  562.565413]  ? fget+0x80/0xb0
[  562.568387]  fuse_get_tree+0xc6/0x1b0
[  562.572054]  vfs_get_tree+0x2e/0xf0
[  562.575545]  path_mount+0x4f0/0xb50
[  562.579037]  ? putname+0x5b/0x70
[  562.582272]  __x64_sys_mount+0x10d/0x150
[  562.586198]  x64_sys_call+0x1e1d/0x2140
[  562.590035]  do_syscall_64+0x51/0x120
[  562.593702]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  562.598754] RIP: 0033:0x7f52df10f03e
[  562.602333] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[  562.621080] RSP: 002b:00007ffd71f16488 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[  562.628643] RAX: ffffffffffffffda RBX: 00005569384084a0 RCX: 00007f52df10f03e
[  562.635778] RDX: 0000556938408530 RSI: 00005569384083a0 RDI: 00005569384084f0
[  562.642911] RBP: 00005569384083a0 R08: 0000556938408250 R09: 00746e756f6d2d32
[  562.650041] R10: 0000000000000006 R11: 0000000000000206 R12: 0000556938408530
[  562.657173] R13: 00007ffd71f164c0 R14: 00005569384084f0 R15: 00005569384084a0
[  562.664309]  </TASK>
[  590.294713] watchdog: BUG: soft lockup - CPU#28 stuck for 275s! [grub2-mount:4476]
[  590.302283] Modules linked in: btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd ee1004 kvm i2c_piix4 rapl pcspkr wmi_bmof i2c_smbus efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 mpt3sas sha256_ssse3 raid_class drm tg3 sha1_ssse3 ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[  590.377872] CPU: 28 UID: 0 PID: 4476 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  590.389944] Tainted: [L]=SOFTLOCKUP
[  590.393437] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[  590.401089] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[  590.407182] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[  590.425925] RSP: 0018:ffffab3965db7c98 EFLAGS: 00000202
[  590.431151] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffab3965db7ce8
[  590.438284] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff9014e4ce94c0
[  590.445416] RBP: ffffab3965db7cb8 R08: 0000000000000000 R09: ffff9014df891640
[  590.452548] R10: ffffab3965db7c48 R11: ffffd1b504933a00 R12: ffff9014e4ce94c0
[  590.459683] R13: ffffab3965db7d30 R14: ffff9014e4ce9180 R15: ffff9014c88b0400
[  590.466813] FS:  00007f52df27ee40(0000) GS:ffff9033bfc00000(0000) knlGS:0000000000000000
[  590.474901] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  590.480647] CR2: 00007f52df053930 CR3: 000800012284a002 CR4: 0000000000770ef0
[  590.487778] PKRU: 55555554
[  590.490490] Call Trace:
[  590.492936]  <IRQ>
[  590.494956]  ? show_regs+0x6d/0x80
[  590.498361]  ? watchdog_timer_fn+0x1f8/0x280
[  590.502632]  ? __pfx_watchdog_timer_fn+0x10/0x10
[  590.507252]  ? __hrtimer_run_queues+0x114/0x2a0
[  590.511786]  ? hrtimer_interrupt+0x108/0x230
[  590.516057]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[  590.521284]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[  590.526248]  </IRQ>
[  590.528354]  <TASK>
[  590.530461]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[  590.535776]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[  590.541262]  _raw_spin_lock+0x2d/0x40
[  590.544927]  fuse_iget+0x125/0x250
[  590.548331]  fuse_fill_super_common+0x3ae/0x4f0
[  590.552866]  ? __pfx_fuse_fill_super+0x10/0x10
[  590.557311]  fuse_fill_super+0x5e/0xb0
[  590.561062]  get_tree_nodev+0x6f/0xa0
[  590.564728]  ? fget+0x80/0xb0
[  590.567700]  fuse_get_tree+0xc6/0x1b0
[  590.571366]  vfs_get_tree+0x2e/0xf0
[  590.574859]  path_mount+0x4f0/0xb50
[  590.578350]  ? putname+0x5b/0x70
[  590.581584]  __x64_sys_mount+0x10d/0x150
[  590.585510]  x64_sys_call+0x1e1d/0x2140
[  590.589349]  do_syscall_64+0x51/0x120
[  590.593016]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  590.598066] RIP: 0033:0x7f52df10f03e
[  590.601645] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[  590.620393] RSP: 002b:00007ffd71f16488 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[  590.627957] RAX: ffffffffffffffda RBX: 00005569384084a0 RCX: 00007f52df10f03e
[  590.635090] RDX: 0000556938408530 RSI: 00005569384083a0 RDI: 00005569384084f0
[  590.642224] RBP: 00005569384083a0 R08: 0000556938408250 R09: 00746e756f6d2d32
[  590.649356] R10: 0000000000000006 R11: 0000000000000206 R12: 0000556938408530
[  590.656489] R13: 00007ffd71f164c0 R14: 00005569384084f0 R15: 00005569384084a0
[  590.663625]  </TASK>
[  606.962826] INFO: task systemd:1 blocked for more than 120 seconds.
[  606.969106]       Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  606.977980] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[  606.985803] task:systemd         state:D stack:0     pid:1     tgid:1     ppid:0      flags:0x00000002
[  606.995112] Call Trace:
[  606.997559]  <TASK>
[  606.999674]  __schedule+0x383/0xac0
[  607.003172]  ? xa_load+0x72/0xb0
[  607.006410]  schedule+0x2e/0x120
[  607.009644]  schedule_timeout+0x150/0x160
[  607.013657]  __wait_for_common+0x91/0x180
[  607.017676]  ? __pfx_schedule_timeout+0x10/0x10
[  607.022213]  wait_for_completion_state+0x25/0x40
[  607.026838]  __wait_rcu_gp+0x139/0x140
[  607.030598]  synchronize_rcu_normal.part.0+0x3d/0x60
[  607.035564]  ? __pfx_call_rcu_hurry+0x10/0x10
[  607.039925]  ? __pfx_wakeme_after_rcu+0x10/0x10
[  607.044459]  synchronize_rcu_normal+0x98/0xa0
[  607.048817]  ? srso_alias_return_thunk+0x5/0xfbef5
[  607.053616]  ? mntput_no_expire+0x53/0x260
[  607.057717]  ? srso_alias_return_thunk+0x5/0xfbef5
[  607.062510]  ? _parse_integer+0x12/0x20
[  607.066359]  synchronize_rcu+0xbf/0xd0
[  607.070111]  rcu_sync_enter+0x5c/0xe0
[  607.073777]  ? srso_alias_return_thunk+0x5/0xfbef5
[  607.078577]  ? kstrtoull+0x18/0x20
[  607.081984]  ? srso_alias_return_thunk+0x5/0xfbef5
[  607.086784]  percpu_down_write+0x24/0x180
[  607.090799]  cgroup_procs_write_start+0x6f/0x150
[  607.095426]  __cgroup_procs_write+0x5d/0x150
[  607.099708]  cgroup_procs_write+0x1b/0x30
[  607.103725]  cgroup_file_write+0x8c/0x160
[  607.107742]  kernfs_fop_write_iter+0x140/0x1d0
[  607.112194]  vfs_write+0x2fc/0x410
[  607.115602]  ksys_write+0x6b/0xf0
[  607.118930]  __x64_sys_write+0x1d/0x30
[  607.122687]  x64_sys_call+0x16b3/0x2140
[  607.126527]  do_syscall_64+0x51/0x120
[  607.130193]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  607.135248] RIP: 0033:0x7f1fe70fda8f
[  607.138833] RSP: 002b:00007ffe08122190 EFLAGS: 00000293 ORIG_RAX: 0000000000000001
[  607.146400] RAX: ffffffffffffffda RBX: 0000000000000005 RCX: 00007f1fe70fda8f
[  607.153532] RDX: 0000000000000005 RSI: 00007ffe0812238a RDI: 0000000000000059
[  607.160666] RBP: 00007ffe0812238a R08: 0000000000000000 R09: 00007ffe08122210
[  607.167796] R10: 0000000000000000 R11: 0000000000000293 R12: 0000000000000005
[  607.174931] R13: 000055c6bf4363c0 R14: 0000000000000005 R15: 00007f1fe71f69e0
[  607.182066]  </TASK>
[  607.184443] INFO: task systemd:2749 blocked for more than 121 seconds.
[  607.190974]       Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  607.199837] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[  607.207663] task:systemd         state:D stack:0     pid:2749  tgid:2749  ppid:1      flags:0x00000002
[  607.216972] Call Trace:
[  607.219422]  <TASK>
[  607.221528]  __schedule+0x383/0xac0
[  607.225024]  schedule+0x2e/0x120
[  607.228262]  schedule_preempt_disabled+0x19/0x30
[  607.232883]  __mutex_lock.constprop.0+0x372/0x6f0
[  607.237589]  ? __d_add+0x143/0x1d0
[  607.241005]  __mutex_lock_slowpath+0x13/0x20
[  607.245286]  mutex_lock+0x3b/0x50
[  607.248602]  cgroup_kn_lock_live+0x4b/0xe0
[  607.252703]  cgroup_mkdir+0x43/0x450
[  607.256281]  ? srso_alias_return_thunk+0x5/0xfbef5
[  607.261075]  kernfs_iop_mkdir+0x60/0x90
[  607.264914]  vfs_mkdir+0x18f/0x250
[  607.268319]  do_mkdirat+0x117/0x160
[  607.271815]  __x64_sys_mkdir+0x4d/0x70
[  607.275575]  x64_sys_call+0x1c5a/0x2140
[  607.279413]  do_syscall_64+0x51/0x120
[  607.283079]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  607.288131] RIP: 0033:0x7fd2f28fd62b
[  607.291711] RSP: 002b:00007fff175d72e8 EFLAGS: 00000246 ORIG_RAX: 0000000000000053
[  607.299277] RAX: ffffffffffffffda RBX: 000056340fadb8c0 RCX: 00007fd2f28fd62b
[  607.306409] RDX: 0000000000000000 RSI: 00000000000001ed RDI: 000056340fa7ad30
[  607.313540] RBP: 00007fff175d7320 R08: 0000000000000035 R09: 0000000000000000
[  607.320673] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000000000
[  607.327805] R13: 00000000000000a0 R14: 00007fd2f2e5dd0d R15: 00000000000000a0
[  607.334943]  </TASK>
[  618.294011] watchdog: BUG: soft lockup - CPU#28 stuck for 301s! [grub2-mount:4476]
[  618.301577] Modules linked in: btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd ee1004 kvm i2c_piix4 rapl pcspkr wmi_bmof i2c_smbus efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 mpt3sas sha256_ssse3 raid_class drm tg3 sha1_ssse3 ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[  618.377169] CPU: 28 UID: 0 PID: 4476 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  618.389240] Tainted: [L]=SOFTLOCKUP
[  618.392730] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[  618.400377] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[  618.406478] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[  618.425223] RSP: 0018:ffffab3965db7c98 EFLAGS: 00000202
[  618.430446] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffab3965db7ce8
[  618.437580] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff9014e4ce94c0
[  618.444713] RBP: ffffab3965db7cb8 R08: 0000000000000000 R09: ffff9014df891640
[  618.451844] R10: ffffab3965db7c48 R11: ffffd1b504933a00 R12: ffff9014e4ce94c0
[  618.458976] R13: ffffab3965db7d30 R14: ffff9014e4ce9180 R15: ffff9014c88b0400
[  618.466100] FS:  00007f52df27ee40(0000) GS:ffff9033bfc00000(0000) knlGS:0000000000000000
[  618.474189] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  618.479934] CR2: 00007f52df053930 CR3: 000800012284a002 CR4: 0000000000770ef0
[  618.487065] PKRU: 55555554
[  618.489778] Call Trace:
[  618.492233]  <IRQ>
[  618.494251]  ? show_regs+0x6d/0x80
[  618.497658]  ? watchdog_timer_fn+0x1f8/0x280
[  618.501927]  ? __pfx_watchdog_timer_fn+0x10/0x10
[  618.506549]  ? __hrtimer_run_queues+0x114/0x2a0
[  618.511081]  ? hrtimer_interrupt+0x108/0x230
[  618.515355]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[  618.520579]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[  618.525545]  </IRQ>
[  618.527650]  <TASK>
[  618.529758]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[  618.535072]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[  618.540557]  _raw_spin_lock+0x2d/0x40
[  618.544222]  fuse_iget+0x125/0x250
[  618.547626]  fuse_fill_super_common+0x3ae/0x4f0
[  618.552163]  ? __pfx_fuse_fill_super+0x10/0x10
[  618.556605]  fuse_fill_super+0x5e/0xb0
[  618.560356]  get_tree_nodev+0x6f/0xa0
[  618.564024]  ? fget+0x80/0xb0
[  618.566996]  fuse_get_tree+0xc6/0x1b0
[  618.570663]  vfs_get_tree+0x2e/0xf0
[  618.574156]  path_mount+0x4f0/0xb50
[  618.577651]  ? putname+0x5b/0x70
[  618.580891]  __x64_sys_mount+0x10d/0x150
[  618.584816]  x64_sys_call+0x1e1d/0x2140
[  618.588653]  do_syscall_64+0x51/0x120
[  618.592318]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  618.597371] RIP: 0033:0x7f52df10f03e
[  618.600951] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[  618.619695] RSP: 002b:00007ffd71f16488 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[  618.627263] RAX: ffffffffffffffda RBX: 00005569384084a0 RCX: 00007f52df10f03e
[  618.634394] RDX: 0000556938408530 RSI: 00005569384083a0 RDI: 00005569384084f0
[  618.641527] RBP: 00005569384083a0 R08: 0000556938408250 R09: 00746e756f6d2d32
[  618.648660] R10: 0000000000000006 R11: 0000000000000206 R12: 0000556938408530
[  618.655792] R13: 00007ffd71f164c0 R14: 00005569384084f0 R15: 00005569384084a0
[  618.662928]  </TASK>
[  646.293319] watchdog: BUG: soft lockup - CPU#28 stuck for 327s! [grub2-mount:4476]
[  646.300893] Modules linked in: btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd ee1004 kvm i2c_piix4 rapl pcspkr wmi_bmof i2c_smbus efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 mpt3sas sha256_ssse3 raid_class drm tg3 sha1_ssse3 ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[  646.376483] CPU: 28 UID: 0 PID: 4476 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  646.388553] Tainted: [L]=SOFTLOCKUP
[  646.392043] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[  646.399697] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[  646.405791] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[  646.424534] RSP: 0018:ffffab3965db7c98 EFLAGS: 00000202
[  646.429760] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffab3965db7ce8
[  646.436892] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff9014e4ce94c0
[  646.444026] RBP: ffffab3965db7cb8 R08: 0000000000000000 R09: ffff9014df891640
[  646.451158] R10: ffffab3965db7c48 R11: ffffd1b504933a00 R12: ffff9014e4ce94c0
[  646.458292] R13: ffffab3965db7d30 R14: ffff9014e4ce9180 R15: ffff9014c88b0400
[  646.465425] FS:  00007f52df27ee40(0000) GS:ffff9033bfc00000(0000) knlGS:0000000000000000
[  646.473510] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  646.479254] CR2: 00007f52df053930 CR3: 000800012284a002 CR4: 0000000000770ef0
[  646.486387] PKRU: 55555554
[  646.489100] Call Trace:
[  646.491555]  <IRQ>
[  646.493574]  ? show_regs+0x6d/0x80
[  646.496979]  ? watchdog_timer_fn+0x1f8/0x280
[  646.501252]  ? __pfx_watchdog_timer_fn+0x10/0x10
[  646.505871]  ? __hrtimer_run_queues+0x114/0x2a0
[  646.510406]  ? hrtimer_interrupt+0x108/0x230
[  646.514678]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[  646.519900]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[  646.524866]  </IRQ>
[  646.526973]  <TASK>
[  646.529080]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[  646.534395]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[  646.539879]  _raw_spin_lock+0x2d/0x40
[  646.543542]  fuse_iget+0x125/0x250
[  646.546950]  fuse_fill_super_common+0x3ae/0x4f0
[  646.551484]  ? __pfx_fuse_fill_super+0x10/0x10
[  646.555928]  fuse_fill_super+0x5e/0xb0
[  646.559681]  get_tree_nodev+0x6f/0xa0
[  646.563347]  ? fget+0x80/0xb0
[  646.566320]  fuse_get_tree+0xc6/0x1b0
[  646.569985]  vfs_get_tree+0x2e/0xf0
[  646.573479]  path_mount+0x4f0/0xb50
[  646.576969]  ? putname+0x5b/0x70
[  646.580203]  __x64_sys_mount+0x10d/0x150
[  646.584128]  x64_sys_call+0x1e1d/0x2140
[  646.587966]  do_syscall_64+0x51/0x120
[  646.591634]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  646.596687] RIP: 0033:0x7f52df10f03e
[  646.600264] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[  646.619011] RSP: 002b:00007ffd71f16488 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[  646.626575] RAX: ffffffffffffffda RBX: 00005569384084a0 RCX: 00007f52df10f03e
[  646.633709] RDX: 0000556938408530 RSI: 00005569384083a0 RDI: 00005569384084f0
[  646.640839] RBP: 00005569384083a0 R08: 0000556938408250 R09: 00746e756f6d2d32
[  646.647973] R10: 0000000000000006 R11: 0000000000000206 R12: 0000556938408530
[  646.655105] R13: 00007ffd71f164c0 R14: 00005569384084f0 R15: 00005569384084a0
[  646.662243]  </TASK>
[  674.292628] watchdog: BUG: soft lockup - CPU#28 stuck for 353s! [grub2-mount:4476]
[  674.300197] Modules linked in: btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd ee1004 kvm i2c_piix4 rapl pcspkr wmi_bmof i2c_smbus efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 mpt3sas sha256_ssse3 raid_class drm tg3 sha1_ssse3 ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[  674.375788] CPU: 28 UID: 0 PID: 4476 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  674.387858] Tainted: [L]=SOFTLOCKUP
[  674.391348] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[  674.399001] RIP: 0010:native_queued_spin_lock_slowpath+0x7c/0x2d0
[  674.405094] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[  674.423841] RSP: 0018:ffffab3965db7c98 EFLAGS: 00000202
[  674.429067] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffab3965db7ce8
[  674.436199] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff9014e4ce94c0
[  674.443330] RBP: ffffab3965db7cb8 R08: 0000000000000000 R09: ffff9014df891640
[  674.450463] R10: ffffab3965db7c48 R11: ffffd1b504933a00 R12: ffff9014e4ce94c0
[  674.457596] R13: ffffab3965db7d30 R14: ffff9014e4ce9180 R15: ffff9014c88b0400
[  674.464728] FS:  00007f52df27ee40(0000) GS:ffff9033bfc00000(0000) knlGS:0000000000000000
[  674.472813] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  674.478561] CR2: 00007f52df053930 CR3: 000800012284a002 CR4: 0000000000770ef0
[  674.485692] PKRU: 55555554
[  674.488405] Call Trace:
[  674.490859]  <IRQ>
[  674.492878]  ? show_regs+0x6d/0x80
[  674.496285]  ? watchdog_timer_fn+0x1f8/0x280
[  674.500555]  ? __pfx_watchdog_timer_fn+0x10/0x10
[  674.505175]  ? __hrtimer_run_queues+0x114/0x2a0
[  674.509708]  ? hrtimer_interrupt+0x108/0x230
[  674.513983]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[  674.519206]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[  674.524172]  </IRQ>
[  674.526276]  <TASK>
[  674.528382]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[  674.533700]  ? native_queued_spin_lock_slowpath+0x7c/0x2d0
[  674.539184]  _raw_spin_lock+0x2d/0x40
[  674.542847]  fuse_iget+0x125/0x250
[  674.546255]  fuse_fill_super_common+0x3ae/0x4f0
[  674.550789]  ? __pfx_fuse_fill_super+0x10/0x10
[  674.555232]  fuse_fill_super+0x5e/0xb0
[  674.558984]  get_tree_nodev+0x6f/0xa0
[  674.562651]  ? fget+0x80/0xb0
[  674.565622]  fuse_get_tree+0xc6/0x1b0
[  674.569290]  vfs_get_tree+0x2e/0xf0
[  674.572782]  path_mount+0x4f0/0xb50
[  674.576276]  ? putname+0x5b/0x70
[  674.579508]  __x64_sys_mount+0x10d/0x150
[  674.583436]  x64_sys_call+0x1e1d/0x2140
[  674.587273]  do_syscall_64+0x51/0x120
[  674.590936]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  674.595989] RIP: 0033:0x7f52df10f03e
[  674.599569] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[  674.618315] RSP: 002b:00007ffd71f16488 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[  674.625882] RAX: ffffffffffffffda RBX: 00005569384084a0 RCX: 00007f52df10f03e
[  674.633014] RDX: 0000556938408530 RSI: 00005569384083a0 RDI: 00005569384084f0
[  674.640144] RBP: 00005569384083a0 R08: 0000556938408250 R09: 00746e756f6d2d32
[  674.647271] R10: 0000000000000006 R11: 0000000000000206 R12: 0000556938408530
[  674.654400] R13: 00007ffd71f164c0 R14: 00005569384084f0 R15: 00005569384084a0
[  674.661528]  </TASK>
[  702.291882] watchdog: BUG: soft lockup - CPU#28 stuck for 380s! [grub2-mount:4476]
[  702.299448] Modules linked in: btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd ee1004 kvm i2c_piix4 rapl pcspkr wmi_bmof i2c_smbus efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 mpt3sas sha256_ssse3 raid_class drm tg3 sha1_ssse3 ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[  702.375038] CPU: 28 UID: 0 PID: 4476 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  702.387110] Tainted: [L]=SOFTLOCKUP
[  702.390604] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[  702.398257] RIP: 0010:native_queued_spin_lock_slowpath+0x7c/0x2d0
[  702.404355] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[  702.423102] RSP: 0018:ffffab3965db7c98 EFLAGS: 00000202
[  702.428326] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffab3965db7ce8
[  702.435458] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff9014e4ce94c0
[  702.442591] RBP: ffffab3965db7cb8 R08: 0000000000000000 R09: ffff9014df891640
[  702.449724] R10: ffffab3965db7c48 R11: ffffd1b504933a00 R12: ffff9014e4ce94c0
[  702.456856] R13: ffffab3965db7d30 R14: ffff9014e4ce9180 R15: ffff9014c88b0400
[  702.463991] FS:  00007f52df27ee40(0000) GS:ffff9033bfc00000(0000) knlGS:0000000000000000
[  702.472076] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  702.477822] CR2: 00007f52df053930 CR3: 000800012284a002 CR4: 0000000000770ef0
[  702.484954] PKRU: 55555554
[  702.487667] Call Trace:
[  702.490118]  <IRQ>
[  702.492142]  ? show_regs+0x6d/0x80
[  702.495555]  ? watchdog_timer_fn+0x1f8/0x280
[  702.499825]  ? __pfx_watchdog_timer_fn+0x10/0x10
[  702.504446]  ? __hrtimer_run_queues+0x114/0x2a0
[  702.508979]  ? hrtimer_interrupt+0x108/0x230
[  702.513250]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[  702.518477]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[  702.523440]  </IRQ>
[  702.525547]  <TASK>
[  702.527653]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[  702.532970]  ? native_queued_spin_lock_slowpath+0x7c/0x2d0
[  702.538454]  _raw_spin_lock+0x2d/0x40
[  702.542116]  fuse_iget+0x125/0x250
[  702.545527]  fuse_fill_super_common+0x3ae/0x4f0
[  702.550058]  ? __pfx_fuse_fill_super+0x10/0x10
[  702.554501]  fuse_fill_super+0x5e/0xb0
[  702.558254]  get_tree_nodev+0x6f/0xa0
[  702.561919]  ? fget+0x80/0xb0
[  702.564893]  fuse_get_tree+0xc6/0x1b0
[  702.568561]  vfs_get_tree+0x2e/0xf0
[  702.572053]  path_mount+0x4f0/0xb50
[  702.575546]  ? putname+0x5b/0x70
[  702.578778]  __x64_sys_mount+0x10d/0x150
[  702.582704]  x64_sys_call+0x1e1d/0x2140
[  702.586543]  do_syscall_64+0x51/0x120
[  702.590208]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  702.595259] RIP: 0033:0x7f52df10f03e
[  702.598840] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[  702.617586] RSP: 002b:00007ffd71f16488 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[  702.625150] RAX: ffffffffffffffda RBX: 00005569384084a0 RCX: 00007f52df10f03e
[  702.632284] RDX: 0000556938408530 RSI: 00005569384083a0 RDI: 00005569384084f0
[  702.639416] RBP: 00005569384083a0 R08: 0000556938408250 R09: 00746e756f6d2d32
[  702.646548] R10: 0000000000000006 R11: 0000000000000206 R12: 0000556938408530
[  702.653679] R13: 00007ffd71f164c0 R14: 00005569384084f0 R15: 00005569384084a0
[  702.660817]  </TASK>
[  717.136003] rcu: INFO: rcu_preempt self-detected stall on CPU
[  717.141756] rcu: 	28-....: (103718 ticks this GP) idle=8ef4/1/0x4000000000000000 softirq=944/945 fqs=51669
[  717.151404] rcu: 	(t=105176 jiffies g=7913 q=23310 ncpus=128)
[  717.157150] CPU: 28 UID: 0 PID: 4476 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  717.169219] Tainted: [L]=SOFTLOCKUP
[  717.172713] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[  717.180364] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[  717.186459] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[  717.205204] RSP: 0018:ffffab3965db7c98 EFLAGS: 00000202
[  717.210428] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffab3965db7ce8
[  717.217560] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff9014e4ce94c0
[  717.224692] RBP: ffffab3965db7cb8 R08: 0000000000000000 R09: ffff9014df891640
[  717.231825] R10: ffffab3965db7c48 R11: ffffd1b504933a00 R12: ffff9014e4ce94c0
[  717.238958] R13: ffffab3965db7d30 R14: ffff9014e4ce9180 R15: ffff9014c88b0400
[  717.246091] FS:  00007f52df27ee40(0000) GS:ffff9033bfc00000(0000) knlGS:0000000000000000
[  717.254175] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  717.259922] CR2: 00007f52df053930 CR3: 000800012284a002 CR4: 0000000000770ef0
[  717.267054] PKRU: 55555554
[  717.269769] Call Trace:
[  717.272221]  <IRQ>
[  717.274241]  ? show_regs+0x6d/0x80
[  717.277647]  ? dump_cpu_task+0x6b/0x80
[  717.281399]  ? rcu_dump_cpu_stacks+0xa4/0x100
[  717.285758]  ? rcu_sched_clock_irq+0x6b4/0x10c0
[  717.290291]  ? srso_alias_return_thunk+0x5/0xfbef5
[  717.295082]  ? __cgroup_account_cputime_field+0x3f/0x60
[  717.300310]  ? srso_alias_return_thunk+0x5/0xfbef5
[  717.305102]  ? account_system_index_time+0x95/0xb0
[  717.309895]  ? update_process_times+0x74/0xc0
[  717.314251]  ? tick_nohz_handler+0x9b/0x150
[  717.318437]  ? __pfx_tick_nohz_handler+0x10/0x10
[  717.323057]  ? __hrtimer_run_queues+0x114/0x2a0
[  717.327593]  ? hrtimer_interrupt+0x108/0x230
[  717.331864]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[  717.337089]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[  717.342055]  </IRQ>
[  717.344160]  <TASK>
[  717.346268]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[  717.351582]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[  717.357067]  _raw_spin_lock+0x2d/0x40
[  717.360730]  fuse_iget+0x125/0x250
[  717.364139]  fuse_fill_super_common+0x3ae/0x4f0
[  717.368672]  ? __pfx_fuse_fill_super+0x10/0x10
[  717.373115]  fuse_fill_super+0x5e/0xb0
[  717.376867]  get_tree_nodev+0x6f/0xa0
[  717.380535]  ? fget+0x80/0xb0
[  717.383506]  fuse_get_tree+0xc6/0x1b0
[  717.387174]  vfs_get_tree+0x2e/0xf0
[  717.390664]  path_mount+0x4f0/0xb50
[  717.394157]  ? putname+0x5b/0x70
[  717.397391]  __x64_sys_mount+0x10d/0x150
[  717.401316]  x64_sys_call+0x1e1d/0x2140
[  717.405156]  do_syscall_64+0x51/0x120
[  717.408820]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  717.413874] RIP: 0033:0x7f52df10f03e
[  717.417453] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[  717.436197] RSP: 002b:00007ffd71f16488 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[  717.443764] RAX: ffffffffffffffda RBX: 00005569384084a0 RCX: 00007f52df10f03e
[  717.450897] RDX: 0000556938408530 RSI: 00005569384083a0 RDI: 00005569384084f0
[  717.458027] RBP: 00005569384083a0 R08: 0000556938408250 R09: 00746e756f6d2d32
[  717.465161] R10: 0000000000000006 R11: 0000000000000206 R12: 0000556938408530
[  717.472292] R13: 00007ffd71f164c0 R14: 00005569384084f0 R15: 00005569384084a0
[  717.479419]  </TASK>
[  727.791729] INFO: task systemd:1 blocked for more than 241 seconds.
[  727.798006]       Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  727.806873] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[  727.814700] task:systemd         state:D stack:0     pid:1     tgid:1     ppid:0      flags:0x00000002
[  727.824007] Call Trace:
[  727.826457]  <TASK>
[  727.828566]  __schedule+0x383/0xac0
[  727.832067]  ? xa_load+0x72/0xb0
[  727.835303]  schedule+0x2e/0x120
[  727.838539]  schedule_timeout+0x150/0x160
[  727.842554]  __wait_for_common+0x91/0x180
[  727.846574]  ? __pfx_schedule_timeout+0x10/0x10
[  727.851106]  wait_for_completion_state+0x25/0x40
[  727.855730]  __wait_rcu_gp+0x139/0x140
[  727.859485]  synchronize_rcu_normal.part.0+0x3d/0x60
[  727.864452]  ? __pfx_call_rcu_hurry+0x10/0x10
[  727.868810]  ? __pfx_wakeme_after_rcu+0x10/0x10
[  727.873345]  synchronize_rcu_normal+0x98/0xa0
[  727.877703]  ? srso_alias_return_thunk+0x5/0xfbef5
[  727.882506]  ? mntput_no_expire+0x53/0x260
[  727.886611]  ? srso_alias_return_thunk+0x5/0xfbef5
[  727.891405]  ? _parse_integer+0x12/0x20
[  727.895252]  synchronize_rcu+0xbf/0xd0
[  727.899004]  rcu_sync_enter+0x5c/0xe0
[  727.902672]  ? srso_alias_return_thunk+0x5/0xfbef5
[  727.907471]  ? kstrtoull+0x18/0x20
[  727.910879]  ? srso_alias_return_thunk+0x5/0xfbef5
[  727.915670]  percpu_down_write+0x24/0x180
[  727.919686]  cgroup_procs_write_start+0x6f/0x150
[  727.924312]  __cgroup_procs_write+0x5d/0x150
[  727.928594]  cgroup_procs_write+0x1b/0x30
[  727.932613]  cgroup_file_write+0x8c/0x160
[  727.936627]  kernfs_fop_write_iter+0x140/0x1d0
[  727.941081]  vfs_write+0x2fc/0x410
[  727.944499]  ksys_write+0x6b/0xf0
[  727.947826]  __x64_sys_write+0x1d/0x30
[  727.951582]  x64_sys_call+0x16b3/0x2140
[  727.955424]  do_syscall_64+0x51/0x120
[  727.959089]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  727.964150] RIP: 0033:0x7f1fe70fda8f
[  727.967730] RSP: 002b:00007ffe08122190 EFLAGS: 00000293 ORIG_RAX: 0000000000000001
[  727.975305] RAX: ffffffffffffffda RBX: 0000000000000005 RCX: 00007f1fe70fda8f
[  727.982436] RDX: 0000000000000005 RSI: 00007ffe0812238a RDI: 0000000000000059
[  727.989569] RBP: 00007ffe0812238a R08: 0000000000000000 R09: 00007ffe08122210
[  727.996702] R10: 0000000000000000 R11: 0000000000000293 R12: 0000000000000005
[  728.003834] R13: 000055c6bf4363c0 R14: 0000000000000005 R15: 00007f1fe71f69e0
[  728.010969]  </TASK>
[  728.013352] INFO: task systemd:2749 blocked for more than 241 seconds.
[  728.019886]       Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  728.028750] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[  728.036576] task:systemd         state:D stack:0     pid:2749  tgid:2749  ppid:1      flags:0x00000002
[  728.045883] Call Trace:
[  728.048336]  <TASK>
[  728.050441]  __schedule+0x383/0xac0
[  728.053939]  schedule+0x2e/0x120
[  728.057175]  schedule_preempt_disabled+0x19/0x30
[  728.061797]  __mutex_lock.constprop.0+0x372/0x6f0
[  728.066512]  ? __d_add+0x143/0x1d0
[  728.069925]  __mutex_lock_slowpath+0x13/0x20
[  728.074198]  mutex_lock+0x3b/0x50
[  728.077517]  cgroup_kn_lock_live+0x4b/0xe0
[  728.081624]  cgroup_mkdir+0x43/0x450
[  728.085203]  ? srso_alias_return_thunk+0x5/0xfbef5
[  728.089998]  kernfs_iop_mkdir+0x60/0x90
[  728.093844]  vfs_mkdir+0x18f/0x250
[  728.097251]  do_mkdirat+0x117/0x160
[  728.100743]  __x64_sys_mkdir+0x4d/0x70
[  728.104497]  x64_sys_call+0x1c5a/0x2140
[  728.108344]  do_syscall_64+0x51/0x120
[  728.112017]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  728.117070] RIP: 0033:0x7fd2f28fd62b
[  728.120648] RSP: 002b:00007fff175d72e8 EFLAGS: 00000246 ORIG_RAX: 0000000000000053
[  728.128214] RAX: ffffffffffffffda RBX: 000056340fadb8c0 RCX: 00007fd2f28fd62b
[  728.135349] RDX: 0000000000000000 RSI: 00000000000001ed RDI: 000056340fa7ad30
[  728.142479] RBP: 00007fff175d7320 R08: 0000000000000035 R09: 0000000000000000
[  728.149610] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000000000
[  728.156745] R13: 00000000000000a0 R14: 00007fd2f2e5dd0d R15: 00000000000000a0
[  728.163883]  </TASK>
[  742.290809] watchdog: BUG: soft lockup - CPU#28 stuck for 417s! [grub2-mount:4476]
[  742.298375] Modules linked in: btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd ee1004 kvm i2c_piix4 rapl pcspkr wmi_bmof i2c_smbus efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 mpt3sas sha256_ssse3 raid_class drm tg3 sha1_ssse3 ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[  742.373965] CPU: 28 UID: 0 PID: 4476 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  742.386038] Tainted: [L]=SOFTLOCKUP
[  742.389529] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[  742.397182] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[  742.403273] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[  742.422020] RSP: 0018:ffffab3965db7c98 EFLAGS: 00000202
[  742.427244] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffab3965db7ce8
[  742.434377] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff9014e4ce94c0
[  742.441508] RBP: ffffab3965db7cb8 R08: 0000000000000000 R09: ffff9014df891640
[  742.448633] R10: ffffab3965db7c48 R11: ffffd1b504933a00 R12: ffff9014e4ce94c0
[  742.455768] R13: ffffab3965db7d30 R14: ffff9014e4ce9180 R15: ffff9014c88b0400
[  742.462900] FS:  00007f52df27ee40(0000) GS:ffff9033bfc00000(0000) knlGS:0000000000000000
[  742.470985] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  742.476729] CR2: 00007f52df053930 CR3: 000800012284a002 CR4: 0000000000770ef0
[  742.483864] PKRU: 55555554
[  742.486575] Call Trace:
[  742.489030]  <IRQ>
[  742.491049]  ? show_regs+0x6d/0x80
[  742.494453]  ? watchdog_timer_fn+0x1f8/0x280
[  742.498725]  ? __pfx_watchdog_timer_fn+0x10/0x10
[  742.503345]  ? __hrtimer_run_queues+0x114/0x2a0
[  742.507880]  ? hrtimer_interrupt+0x108/0x230
[  742.512150]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[  742.517378]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[  742.522342]  </IRQ>
[  742.524446]  <TASK>
[  742.526547]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[  742.531862]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[  742.537345]  _raw_spin_lock+0x2d/0x40
[  742.541008]  fuse_iget+0x125/0x250
[  742.544416]  fuse_fill_super_common+0x3ae/0x4f0
[  742.548952]  ? __pfx_fuse_fill_super+0x10/0x10
[  742.553394]  fuse_fill_super+0x5e/0xb0
[  742.557146]  get_tree_nodev+0x6f/0xa0
[  742.560811]  ? fget+0x80/0xb0
[  742.563784]  fuse_get_tree+0xc6/0x1b0
[  742.567450]  vfs_get_tree+0x2e/0xf0
[  742.570945]  path_mount+0x4f0/0xb50
[  742.574435]  ? putname+0x5b/0x70
[  742.577668]  __x64_sys_mount+0x10d/0x150
[  742.581594]  x64_sys_call+0x1e1d/0x2140
[  742.585435]  do_syscall_64+0x51/0x120
[  742.589101]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  742.594152] RIP: 0033:0x7f52df10f03e
[  742.597731] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[  742.616476] RSP: 002b:00007ffd71f16488 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[  742.624041] RAX: ffffffffffffffda RBX: 00005569384084a0 RCX: 00007f52df10f03e
[  742.631174] RDX: 0000556938408530 RSI: 00005569384083a0 RDI: 00005569384084f0
[  742.638306] RBP: 00005569384083a0 R08: 0000556938408250 R09: 00746e756f6d2d32
[  742.645439] R10: 0000000000000006 R11: 0000000000000206 R12: 0000556938408530
[  742.652574] R13: 00007ffd71f164c0 R14: 00005569384084f0 R15: 00005569384084a0
[  742.659709]  </TASK>
[  762.302288] watchdog: BUG: soft lockup - CPU#34 stuck for 22s! [migration/34:225]
[  762.309768] Modules linked in: btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd ee1004 kvm i2c_piix4 rapl pcspkr wmi_bmof i2c_smbus efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 mpt3sas sha256_ssse3 raid_class drm tg3 sha1_ssse3 ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[  762.385386] CPU: 34 UID: 0 PID: 225 Comm: migration/34 Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  762.397456] Tainted: [L]=SOFTLOCKUP
[  762.400947] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[  762.408602] Stopper: multi_cpu_stop+0x0/0x120 <- migrate_swap+0xaf/0x120
[  762.415308] RIP: 0010:multi_cpu_stop+0x96/0x120
[  762.419840] Code: 03 e8 6e 57 d8 00 89 45 d0 f0 41 ff 0c 24 75 0f 8b 43 20 8b 4b 10 83 c0 01 89 4b 24 89 43 20 e8 00 49 f9 ff 41 83 ff 04 74 33 <45> 89 fd 4c 89 f7 e8 3f ff ff ff 44 8b 7b 20 45 39 fd 75 aa 41 83
[  762.438587] RSP: 0018:ffffab394d26be30 EFLAGS: 00000246
[  762.443811] RAX: 0000000000000000 RBX: ffffab396645bb18 RCX: 0000000000000002
[  762.450943] RDX: ffff9053b7b00000 RSI: 0000000000000282 RDI: ffff903446674d40
[  762.458075] RBP: ffffab394d26be68 R08: 000000ac31b37658 R09: 0000000000000001
[  762.465209] R10: 0000000000000000 R11: 0000000000000001 R12: ffffab396645bb3c
[  762.472340] R13: 0000000000000001 R14: ffffffffaf61c380 R15: 0000000000000001
[  762.479466] FS:  0000000000000000(0000) GS:ffff9053b7b00000(0000) knlGS:0000000000000000
[  762.487550] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  762.493296] CR2: 00007f55e05fed38 CR3: 000800407d830001 CR4: 0000000000770ef0
[  762.500431] PKRU: 55555554
[  762.503141] Call Trace:
[  762.505597]  <IRQ>
[  762.507616]  ? show_regs+0x6d/0x80
[  762.511019]  ? watchdog_timer_fn+0x1f8/0x280
[  762.515291]  ? __pfx_watchdog_timer_fn+0x10/0x10
[  762.519911]  ? __hrtimer_run_queues+0x114/0x2a0
[  762.524447]  ? hrtimer_interrupt+0x108/0x230
[  762.528719]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[  762.533942]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[  762.538907]  </IRQ>
[  762.541005]  <TASK>
[  762.543111]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[  762.548426]  ? multi_cpu_stop+0x96/0x120
[  762.552351]  ? __pfx_multi_cpu_stop+0x10/0x10
[  762.556711]  cpu_stopper_thread+0x97/0x140
[  762.560811]  ? __pfx_smpboot_thread_fn+0x10/0x10
[  762.565428]  smpboot_thread_fn+0xe8/0x1e0
[  762.569442]  kthread+0xe8/0x120
[  762.572587]  ? __pfx_kthread+0x10/0x10
[  762.576340]  ret_from_fork+0x40/0x60
[  762.579918]  ? __pfx_kthread+0x10/0x10
[  762.583672]  ret_from_fork_asm+0x1a/0x30
[  762.587600]  </TASK>
[  770.290079] watchdog: BUG: soft lockup - CPU#28 stuck for 443s! [grub2-mount:4476]
[  770.297647] Modules linked in: btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd ee1004 kvm i2c_piix4 rapl pcspkr wmi_bmof i2c_smbus efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 mpt3sas sha256_ssse3 raid_class drm tg3 sha1_ssse3 ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[  770.373234] CPU: 28 UID: 0 PID: 4476 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  770.385308] Tainted: [L]=SOFTLOCKUP
[  770.388800] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[  770.396451] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[  770.402545] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[  770.421290] RSP: 0018:ffffab3965db7c98 EFLAGS: 00000202
[  770.426517] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffab3965db7ce8
[  770.433647] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff9014e4ce94c0
[  770.440780] RBP: ffffab3965db7cb8 R08: 0000000000000000 R09: ffff9014df891640
[  770.447914] R10: ffffab3965db7c48 R11: ffffd1b504933a00 R12: ffff9014e4ce94c0
[  770.455046] R13: ffffab3965db7d30 R14: ffff9014e4ce9180 R15: ffff9014c88b0400
[  770.462179] FS:  00007f52df27ee40(0000) GS:ffff9033bfc00000(0000) knlGS:0000000000000000
[  770.470262] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  770.476010] CR2: 00007f52df053930 CR3: 000800012284a002 CR4: 0000000000770ef0
[  770.483141] PKRU: 55555554
[  770.485855] Call Trace:
[  770.488309]  <IRQ>
[  770.490327]  ? show_regs+0x6d/0x80
[  770.493731]  ? watchdog_timer_fn+0x1f8/0x280
[  770.498006]  ? __pfx_watchdog_timer_fn+0x10/0x10
[  770.502625]  ? __hrtimer_run_queues+0x114/0x2a0
[  770.507158]  ? hrtimer_interrupt+0x108/0x230
[  770.511432]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[  770.516656]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[  770.521620]  </IRQ>
[  770.523727]  <TASK>
[  770.525832]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[  770.531149]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[  770.536633]  _raw_spin_lock+0x2d/0x40
[  770.540297]  fuse_iget+0x125/0x250
[  770.543703]  fuse_fill_super_common+0x3ae/0x4f0
[  770.548240]  ? __pfx_fuse_fill_super+0x10/0x10
[  770.552683]  fuse_fill_super+0x5e/0xb0
[  770.556438]  get_tree_nodev+0x6f/0xa0
[  770.560101]  ? fget+0x80/0xb0
[  770.563073]  fuse_get_tree+0xc6/0x1b0
[  770.566740]  vfs_get_tree+0x2e/0xf0
[  770.570230]  path_mount+0x4f0/0xb50
[  770.573725]  ? putname+0x5b/0x70
[  770.576959]  __x64_sys_mount+0x10d/0x150
[  770.580884]  x64_sys_call+0x1e1d/0x2140
[  770.584721]  do_syscall_64+0x51/0x120
[  770.588387]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  770.593440] RIP: 0033:0x7f52df10f03e
[  770.597018] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[  770.615763] RSP: 002b:00007ffd71f16488 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[  770.623330] RAX: ffffffffffffffda RBX: 00005569384084a0 RCX: 00007f52df10f03e
[  770.630462] RDX: 0000556938408530 RSI: 00005569384083a0 RDI: 00005569384084f0
[  770.637596] RBP: 00005569384083a0 R08: 0000556938408250 R09: 00746e756f6d2d32
[  770.644726] R10: 0000000000000006 R11: 0000000000000206 R12: 0000556938408530
[  770.651861] R13: 00007ffd71f164c0 R14: 00005569384084f0 R15: 00005569384084a0
[  770.658996]  </TASK>
[  790.301558] watchdog: BUG: soft lockup - CPU#34 stuck for 49s! [migration/34:225]
[  790.309040] Modules linked in: btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd ee1004 kvm i2c_piix4 rapl pcspkr wmi_bmof i2c_smbus efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 mpt3sas sha256_ssse3 raid_class drm tg3 sha1_ssse3 ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[  790.384636] CPU: 34 UID: 0 PID: 225 Comm: migration/34 Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  790.396709] Tainted: [L]=SOFTLOCKUP
[  790.400202] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[  790.407853] Stopper: multi_cpu_stop+0x0/0x120 <- migrate_swap+0xaf/0x120
[  790.414560] RIP: 0010:srso_alias_return_thunk+0x0/0xfbef5
[  790.419960] Code: cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc 48 8d 64 24 08 c3 cc <e8> f4 ff ff ff 0f 0b cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc
[  790.438704] RSP: 0018:ffffab394d26be28 EFLAGS: 00000246
[  790.443933] RAX: 0000000000000000 RBX: ffffab396645bb18 RCX: 0000000000000002
[  790.451066] RDX: ffff9053b7b00000 RSI: 0000000000000282 RDI: ffffffffaf61c380
[  790.458198] RBP: ffffab394d26be68 R08: 000000ac31b37658 R09: 0000000000000001
[  790.465330] R10: 0000000000000000 R11: 0000000000000001 R12: ffffab396645bb3c
[  790.472461] R13: 0000000000000001 R14: ffffffffaf61c380 R15: 0000000000000001
[  790.479595] FS:  0000000000000000(0000) GS:ffff9053b7b00000(0000) knlGS:0000000000000000
[  790.487680] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  790.493425] CR2: 00007f55e05fed38 CR3: 000800407d830001 CR4: 0000000000770ef0
[  790.500559] PKRU: 55555554
[  790.503270] Call Trace:
[  790.505725]  <IRQ>
[  790.507745]  ? show_regs+0x6d/0x80
[  790.511149]  ? watchdog_timer_fn+0x1f8/0x280
[  790.515420]  ? __pfx_watchdog_timer_fn+0x10/0x10
[  790.520040]  ? __hrtimer_run_queues+0x114/0x2a0
[  790.524573]  ? hrtimer_interrupt+0x108/0x230
[  790.528845]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[  790.534073]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[  790.539037]  </IRQ>
[  790.541143]  <TASK>
[  790.543249]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[  790.548566]  ? srso_alias_safe_ret+0x7/0x7
[  790.552660]  ? srso_alias_return_thunk+0x5/0xfbef5
[  790.557453]  ? multi_cpu_stop+0xa1/0x120
[  790.561381]  ? __pfx_multi_cpu_stop+0x10/0x10
[  790.565737]  cpu_stopper_thread+0x97/0x140
[  790.569837]  ? __pfx_smpboot_thread_fn+0x10/0x10
[  790.574458]  smpboot_thread_fn+0xe8/0x1e0
[  790.578470]  kthread+0xe8/0x120
[  790.581615]  ? __pfx_kthread+0x10/0x10
[  790.585369]  ret_from_fork+0x40/0x60
[  790.588946]  ? __pfx_kthread+0x10/0x10
[  790.592700]  ret_from_fork_asm+0x1a/0x30
[  790.596630]  </TASK>
[  798.289350] watchdog: BUG: soft lockup - CPU#28 stuck for 469s! [grub2-mount:4476]
[  798.296917] Modules linked in: btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd ee1004 kvm i2c_piix4 rapl pcspkr wmi_bmof i2c_smbus efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 mpt3sas sha256_ssse3 raid_class drm tg3 sha1_ssse3 ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[  798.372507] CPU: 28 UID: 0 PID: 4476 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  798.384578] Tainted: [L]=SOFTLOCKUP
[  798.388070] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[  798.395723] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[  798.401815] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[  798.420561] RSP: 0018:ffffab3965db7c98 EFLAGS: 00000202
[  798.425785] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffab3965db7ce8
[  798.432917] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff9014e4ce94c0
[  798.440042] RBP: ffffab3965db7cb8 R08: 0000000000000000 R09: ffff9014df891640
[  798.447174] R10: ffffab3965db7c48 R11: ffffd1b504933a00 R12: ffff9014e4ce94c0
[  798.454306] R13: ffffab3965db7d30 R14: ffff9014e4ce9180 R15: ffff9014c88b0400
[  798.461441] FS:  00007f52df27ee40(0000) GS:ffff9033bfc00000(0000) knlGS:0000000000000000
[  798.469526] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  798.475271] CR2: 00007f52df053930 CR3: 000800012284a002 CR4: 0000000000770ef0
[  798.482403] PKRU: 55555554
[  798.485115] Call Trace:
[  798.487561]  <IRQ>
[  798.489582]  ? show_regs+0x6d/0x80
[  798.492988]  ? watchdog_timer_fn+0x1f8/0x280
[  798.497257]  ? __pfx_watchdog_timer_fn+0x10/0x10
[  798.501880]  ? __hrtimer_run_queues+0x114/0x2a0
[  798.506413]  ? hrtimer_interrupt+0x108/0x230
[  798.510685]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[  798.515908]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[  798.520875]  </IRQ>
[  798.522981]  <TASK>
[  798.525088]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[  798.530400]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[  798.535886]  _raw_spin_lock+0x2d/0x40
[  798.539552]  fuse_iget+0x125/0x250
[  798.542958]  fuse_fill_super_common+0x3ae/0x4f0
[  798.547492]  ? __pfx_fuse_fill_super+0x10/0x10
[  798.551937]  fuse_fill_super+0x5e/0xb0
[  798.555688]  get_tree_nodev+0x6f/0xa0
[  798.559354]  ? fget+0x80/0xb0
[  798.562326]  fuse_get_tree+0xc6/0x1b0
[  798.565992]  vfs_get_tree+0x2e/0xf0
[  798.569485]  path_mount+0x4f0/0xb50
[  798.572978]  ? putname+0x5b/0x70
[  798.576212]  __x64_sys_mount+0x10d/0x150
[  798.580137]  x64_sys_call+0x1e1d/0x2140
[  798.583974]  do_syscall_64+0x51/0x120
[  798.587641]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  798.592691] RIP: 0033:0x7f52df10f03e
[  798.596271] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[  798.615019] RSP: 002b:00007ffd71f16488 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[  798.622585] RAX: ffffffffffffffda RBX: 00005569384084a0 RCX: 00007f52df10f03e
[  798.629717] RDX: 0000556938408530 RSI: 00005569384083a0 RDI: 00005569384084f0
[  798.636847] RBP: 00005569384083a0 R08: 0000556938408250 R09: 00746e756f6d2d32
[  798.643982] R10: 0000000000000006 R11: 0000000000000206 R12: 0000556938408530
[  798.651114] R13: 00007ffd71f164c0 R14: 00005569384084f0 R15: 00005569384084a0
[  798.658251]  </TASK>
[  818.300830] watchdog: BUG: soft lockup - CPU#34 stuck for 75s! [migration/34:225]
[  818.308310] Modules linked in: btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd ee1004 kvm i2c_piix4 rapl pcspkr wmi_bmof i2c_smbus efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 mpt3sas sha256_ssse3 raid_class drm tg3 sha1_ssse3 ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[  818.383897] CPU: 34 UID: 0 PID: 225 Comm: migration/34 Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  818.395969] Tainted: [L]=SOFTLOCKUP
[  818.399462] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[  818.407117] Stopper: multi_cpu_stop+0x0/0x120 <- migrate_swap+0xaf/0x120
[  818.413825] RIP: 0010:rcu_momentary_eqs+0x21/0x70
[  818.418531] Code: 90 90 90 90 90 90 90 90 90 f3 0f 1e fa 65 c6 05 38 3c aa 51 00 65 48 8b 15 34 63 a8 51 b8 08 00 00 00 f0 0f c1 82 20 0d 03 00 <a8> 04 74 3a 65 80 3d 14 3b aa 51 00 65 48 8b 3d 7b 1d aa 51 75 0a
[  818.437273] RSP: 0018:ffffab394d26be28 EFLAGS: 00000202
[  818.442501] RAX: 0000000075b83174 RBX: ffffab396645bb18 RCX: 0000000000000002
[  818.449633] RDX: ffff9053b7b00000 RSI: 0000000000000282 RDI: ffffffffaf61c380
[  818.456764] RBP: ffffab394d26be68 R08: 000000ac31b37658 R09: 0000000000000001
[  818.463899] R10: 0000000000000000 R11: 0000000000000001 R12: ffffab396645bb3c
[  818.471031] R13: 0000000000000001 R14: ffffffffaf61c380 R15: 0000000000000001
[  818.478161] FS:  0000000000000000(0000) GS:ffff9053b7b00000(0000) knlGS:0000000000000000
[  818.486249] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  818.491993] CR2: 00007f55e05fed38 CR3: 000800407d830001 CR4: 0000000000770ef0
[  818.499125] PKRU: 55555554
[  818.501830] Call Trace:
[  818.504282]  <IRQ>
[  818.506294]  ? show_regs+0x6d/0x80
[  818.509701]  ? watchdog_timer_fn+0x1f8/0x280
[  818.513972]  ? __pfx_watchdog_timer_fn+0x10/0x10
[  818.518594]  ? __hrtimer_run_queues+0x114/0x2a0
[  818.523126]  ? hrtimer_interrupt+0x108/0x230
[  818.527398]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[  818.532622]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[  818.537590]  </IRQ>
[  818.539693]  <TASK>
[  818.541801]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[  818.547115]  ? rcu_momentary_eqs+0x21/0x70
[  818.551213]  ? srso_alias_return_thunk+0x5/0xfbef5
[  818.556005]  ? multi_cpu_stop+0xbf/0x120
[  818.559931]  ? __pfx_multi_cpu_stop+0x10/0x10
[  818.564291]  cpu_stopper_thread+0x97/0x140
[  818.568391]  ? __pfx_smpboot_thread_fn+0x10/0x10
[  818.573008]  smpboot_thread_fn+0xe8/0x1e0
[  818.577023]  kthread+0xe8/0x120
[  818.580167]  ? __pfx_kthread+0x10/0x10
[  818.583920]  ret_from_fork+0x40/0x60
[  818.587498]  ? __pfx_kthread+0x10/0x10
[  818.591253]  ret_from_fork_asm+0x1a/0x30
[  818.595180]  </TASK>
[  826.288624] watchdog: BUG: soft lockup - CPU#28 stuck for 495s! [grub2-mount:4476]
[  826.296195] Modules linked in: btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd ee1004 kvm i2c_piix4 rapl pcspkr wmi_bmof i2c_smbus efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 mpt3sas sha256_ssse3 raid_class drm tg3 sha1_ssse3 ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[  826.371786] CPU: 28 UID: 0 PID: 4476 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  826.383859] Tainted: [L]=SOFTLOCKUP
[  826.387349] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[  826.395003] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[  826.401103] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[  826.419846] RSP: 0018:ffffab3965db7c98 EFLAGS: 00000202
[  826.425072] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffab3965db7ce8
[  826.432205] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff9014e4ce94c0
[  826.439338] RBP: ffffab3965db7cb8 R08: 0000000000000000 R09: ffff9014df891640
[  826.446473] R10: ffffab3965db7c48 R11: ffffd1b504933a00 R12: ffff9014e4ce94c0
[  826.453603] R13: ffffab3965db7d30 R14: ffff9014e4ce9180 R15: ffff9014c88b0400
[  826.460737] FS:  00007f52df27ee40(0000) GS:ffff9033bfc00000(0000) knlGS:0000000000000000
[  826.468822] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  826.474567] CR2: 00007f52df053930 CR3: 000800012284a002 CR4: 0000000000770ef0
[  826.481702] PKRU: 55555554
[  826.484412] Call Trace:
[  826.486858]  <IRQ>
[  826.488877]  ? show_regs+0x6d/0x80
[  826.492281]  ? watchdog_timer_fn+0x1f8/0x280
[  826.496555]  ? __pfx_watchdog_timer_fn+0x10/0x10
[  826.501174]  ? __hrtimer_run_queues+0x114/0x2a0
[  826.505710]  ? hrtimer_interrupt+0x108/0x230
[  826.509979]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[  826.515206]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[  826.520171]  </IRQ>
[  826.522278]  <TASK>
[  826.524385]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[  826.529700]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[  826.535183]  _raw_spin_lock+0x2d/0x40
[  826.538848]  fuse_iget+0x125/0x250
[  826.542254]  fuse_fill_super_common+0x3ae/0x4f0
[  826.546789]  ? __pfx_fuse_fill_super+0x10/0x10
[  826.551233]  fuse_fill_super+0x5e/0xb0
[  826.554986]  get_tree_nodev+0x6f/0xa0
[  826.558651]  ? fget+0x80/0xb0
[  826.561622]  fuse_get_tree+0xc6/0x1b0
[  826.565290]  vfs_get_tree+0x2e/0xf0
[  826.568781]  path_mount+0x4f0/0xb50
[  826.572276]  ? putname+0x5b/0x70
[  826.575508]  __x64_sys_mount+0x10d/0x150
[  826.579433]  x64_sys_call+0x1e1d/0x2140
[  826.583271]  do_syscall_64+0x51/0x120
[  826.586938]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  826.591989] RIP: 0033:0x7f52df10f03e
[  826.595571] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[  826.614316] RSP: 002b:00007ffd71f16488 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[  826.621880] RAX: ffffffffffffffda RBX: 00005569384084a0 RCX: 00007f52df10f03e
[  826.629014] RDX: 0000556938408530 RSI: 00005569384083a0 RDI: 00005569384084f0
[  826.636146] RBP: 00005569384083a0 R08: 0000556938408250 R09: 00746e756f6d2d32
[  826.643277] R10: 0000000000000006 R11: 0000000000000206 R12: 0000556938408530
[  826.650411] R13: 00007ffd71f164c0 R14: 00005569384084f0 R15: 00005569384084a0
[  826.657546]  </TASK>
[  846.300104] watchdog: BUG: soft lockup - CPU#34 stuck for 101s! [migration/34:225]
[  846.307676] Modules linked in: btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd ee1004 kvm i2c_piix4 rapl pcspkr wmi_bmof i2c_smbus efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 mpt3sas sha256_ssse3 raid_class drm tg3 sha1_ssse3 ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[  846.383267] CPU: 34 UID: 0 PID: 225 Comm: migration/34 Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  846.395336] Tainted: [L]=SOFTLOCKUP
[  846.398828] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[  846.406481] Stopper: multi_cpu_stop+0x0/0x120 <- migrate_swap+0xaf/0x120
[  846.413190] RIP: 0010:multi_cpu_stop+0x96/0x120
[  846.417721] Code: 03 e8 6e 57 d8 00 89 45 d0 f0 41 ff 0c 24 75 0f 8b 43 20 8b 4b 10 83 c0 01 89 4b 24 89 43 20 e8 00 49 f9 ff 41 83 ff 04 74 33 <45> 89 fd 4c 89 f7 e8 3f ff ff ff 44 8b 7b 20 45 39 fd 75 aa 41 83
[  846.436467] RSP: 0018:ffffab394d26be30 EFLAGS: 00000246
[  846.441693] RAX: 0000000000000000 RBX: ffffab396645bb18 RCX: 0000000000000002
[  846.448824] RDX: ffff9053b7b00000 RSI: 0000000000000282 RDI: ffff903446674d40
[  846.455948] RBP: ffffab394d26be68 R08: 000000ac31b37658 R09: 0000000000000001
[  846.463072] R10: 0000000000000000 R11: 0000000000000001 R12: ffffab396645bb3c
[  846.470195] R13: 0000000000000001 R14: ffffffffaf61c380 R15: 0000000000000001
[  846.477321] FS:  0000000000000000(0000) GS:ffff9053b7b00000(0000) knlGS:0000000000000000
[  846.485405] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  846.491144] CR2: 00007f55e05fed38 CR3: 000800407d830001 CR4: 0000000000770ef0
[  846.498275] PKRU: 55555554
[  846.500982] Call Trace:
[  846.503434]  <IRQ>
[  846.505453]  ? show_regs+0x6d/0x80
[  846.508857]  ? watchdog_timer_fn+0x1f8/0x280
[  846.513132]  ? __pfx_watchdog_timer_fn+0x10/0x10
[  846.517750]  ? __hrtimer_run_queues+0x114/0x2a0
[  846.522284]  ? hrtimer_interrupt+0x108/0x230
[  846.526556]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[  846.531782]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[  846.536747]  </IRQ>
[  846.538853]  <TASK>
[  846.540957]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[  846.546273]  ? multi_cpu_stop+0x96/0x120
[  846.550198]  ? __pfx_multi_cpu_stop+0x10/0x10
[  846.554556]  cpu_stopper_thread+0x97/0x140
[  846.558657]  ? __pfx_smpboot_thread_fn+0x10/0x10
[  846.563273]  smpboot_thread_fn+0xe8/0x1e0
[  846.567288]  kthread+0xe8/0x120
[  846.570434]  ? __pfx_kthread+0x10/0x10
[  846.574186]  ret_from_fork+0x40/0x60
[  846.577765]  ? __pfx_kthread+0x10/0x10
[  846.581519]  ret_from_fork_asm+0x1a/0x30
[  846.585447]  </TASK>
[  848.620575] INFO: task systemd:1 blocked for more than 362 seconds.
[  848.626852]       Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  848.635719] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[  848.643544] task:systemd         state:D stack:0     pid:1     tgid:1     ppid:0      flags:0x00000002
[  848.652851] Call Trace:
[  848.655299]  <TASK>
[  848.657412]  __schedule+0x383/0xac0
[  848.660910]  ? xa_load+0x72/0xb0
[  848.664142]  schedule+0x2e/0x120
[  848.667377]  schedule_timeout+0x150/0x160
[  848.671389]  __wait_for_common+0x91/0x180
[  848.675409]  ? __pfx_schedule_timeout+0x10/0x10
[  848.679945]  wait_for_completion_state+0x25/0x40
[  848.684571]  __wait_rcu_gp+0x139/0x140
[  848.688330]  synchronize_rcu_normal.part.0+0x3d/0x60
[  848.693296]  ? __pfx_call_rcu_hurry+0x10/0x10
[  848.697657]  ? __pfx_wakeme_after_rcu+0x10/0x10
[  848.702191]  synchronize_rcu_normal+0x98/0xa0
[  848.706558]  ? srso_alias_return_thunk+0x5/0xfbef5
[  848.711356]  ? mntput_no_expire+0x53/0x260
[  848.715459]  ? srso_alias_return_thunk+0x5/0xfbef5
[  848.720258]  ? _parse_integer+0x12/0x20
[  848.724108]  synchronize_rcu+0xbf/0xd0
[  848.727866]  rcu_sync_enter+0x5c/0xe0
[  848.731535]  ? srso_alias_return_thunk+0x5/0xfbef5
[  848.736336]  ? kstrtoull+0x18/0x20
[  848.739740]  ? srso_alias_return_thunk+0x5/0xfbef5
[  848.744535]  percpu_down_write+0x24/0x180
[  848.748559]  cgroup_procs_write_start+0x6f/0x150
[  848.753181]  __cgroup_procs_write+0x5d/0x150
[  848.757455]  cgroup_procs_write+0x1b/0x30
[  848.761476]  cgroup_file_write+0x8c/0x160
[  848.765489]  kernfs_fop_write_iter+0x140/0x1d0
[  848.769943]  vfs_write+0x2fc/0x410
[  848.773359]  ksys_write+0x6b/0xf0
[  848.776679]  __x64_sys_write+0x1d/0x30
[  848.780435]  x64_sys_call+0x16b3/0x2140
[  848.784278]  do_syscall_64+0x51/0x120
[  848.787943]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  848.792994] RIP: 0033:0x7f1fe70fda8f
[  848.796575] RSP: 002b:00007ffe08122190 EFLAGS: 00000293 ORIG_RAX: 0000000000000001
[  848.804139] RAX: ffffffffffffffda RBX: 0000000000000005 RCX: 00007f1fe70fda8f
[  848.811276] RDX: 0000000000000005 RSI: 00007ffe0812238a RDI: 0000000000000059
[  848.818415] RBP: 00007ffe0812238a R08: 0000000000000000 R09: 00007ffe08122210
[  848.825545] R10: 0000000000000000 R11: 0000000000000293 R12: 0000000000000005
[  848.832680] R13: 000055c6bf4363c0 R14: 0000000000000005 R15: 00007f1fe71f69e0
[  848.839817]  </TASK>
[  848.842192] INFO: task systemd:2749 blocked for more than 362 seconds.
[  848.848721]       Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  848.857586] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[  848.865411] task:systemd         state:D stack:0     pid:2749  tgid:2749  ppid:1      flags:0x00000002
[  848.874713] Call Trace:
[  848.877165]  <TASK>
[  848.879266]  __schedule+0x383/0xac0
[  848.882765]  schedule+0x2e/0x120
[  848.886002]  schedule_preempt_disabled+0x19/0x30
[  848.890625]  __mutex_lock.constprop.0+0x372/0x6f0
[  848.895338]  ? __d_add+0x143/0x1d0
[  848.898744]  __mutex_lock_slowpath+0x13/0x20
[  848.903018]  mutex_lock+0x3b/0x50
[  848.906335]  cgroup_kn_lock_live+0x4b/0xe0
[  848.910438]  cgroup_mkdir+0x43/0x450
[  848.914022]  ? srso_alias_return_thunk+0x5/0xfbef5
[  848.918815]  kernfs_iop_mkdir+0x60/0x90
[  848.922653]  vfs_mkdir+0x18f/0x250
[  848.926062]  do_mkdirat+0x117/0x160
[  848.929563]  __x64_sys_mkdir+0x4d/0x70
[  848.933316]  x64_sys_call+0x1c5a/0x2140
[  848.937162]  do_syscall_64+0x51/0x120
[  848.940829]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  848.945880] RIP: 0033:0x7fd2f28fd62b
[  848.949461] RSP: 002b:00007fff175d72e8 EFLAGS: 00000246 ORIG_RAX: 0000000000000053
[  848.957024] RAX: ffffffffffffffda RBX: 000056340fadb8c0 RCX: 00007fd2f28fd62b
[  848.964157] RDX: 0000000000000000 RSI: 00000000000001ed RDI: 000056340fa7ad30
[  848.971290] RBP: 00007fff175d7320 R08: 0000000000000035 R09: 0000000000000000
[  848.978422] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000000000
[  848.985556] R13: 00000000000000a0 R14: 00007fd2f2e5dd0d R15: 00000000000000a0
[  848.992693]  </TASK>
[  854.287897] watchdog: BUG: soft lockup - CPU#28 stuck for 521s! [grub2-mount:4476]
[  854.295465] Modules linked in: btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd ee1004 kvm i2c_piix4 rapl pcspkr wmi_bmof i2c_smbus efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 mpt3sas sha256_ssse3 raid_class drm tg3 sha1_ssse3 ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[  854.371057] CPU: 28 UID: 0 PID: 4476 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  854.383126] Tainted: [L]=SOFTLOCKUP
[  854.386619] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[  854.394272] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[  854.400364] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[  854.419111] RSP: 0018:ffffab3965db7c98 EFLAGS: 00000202
[  854.424336] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffab3965db7ce8
[  854.431468] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff9014e4ce94c0
[  854.438600] RBP: ffffab3965db7cb8 R08: 0000000000000000 R09: ffff9014df891640
[  854.445733] R10: ffffab3965db7c48 R11: ffffd1b504933a00 R12: ffff9014e4ce94c0
[  854.452865] R13: ffffab3965db7d30 R14: ffff9014e4ce9180 R15: ffff9014c88b0400
[  854.459997] FS:  00007f52df27ee40(0000) GS:ffff9033bfc00000(0000) knlGS:0000000000000000
[  854.468084] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  854.473831] CR2: 00007f52df053930 CR3: 000800012284a002 CR4: 0000000000770ef0
[  854.480963] PKRU: 55555554
[  854.483676] Call Trace:
[  854.486128]  <IRQ>
[  854.488150]  ? show_regs+0x6d/0x80
[  854.491553]  ? watchdog_timer_fn+0x1f8/0x280
[  854.495825]  ? __pfx_watchdog_timer_fn+0x10/0x10
[  854.500447]  ? __hrtimer_run_queues+0x114/0x2a0
[  854.504978]  ? hrtimer_interrupt+0x108/0x230
[  854.509253]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[  854.514477]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[  854.519441]  </IRQ>
[  854.521548]  <TASK>
[  854.523655]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[  854.528969]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[  854.534452]  _raw_spin_lock+0x2d/0x40
[  854.538117]  fuse_iget+0x125/0x250
[  854.541524]  fuse_fill_super_common+0x3ae/0x4f0
[  854.546060]  ? __pfx_fuse_fill_super+0x10/0x10
[  854.550501]  fuse_fill_super+0x5e/0xb0
[  854.554254]  get_tree_nodev+0x6f/0xa0
[  854.557920]  ? fget+0x80/0xb0
[  854.560893]  fuse_get_tree+0xc6/0x1b0
[  854.564561]  vfs_get_tree+0x2e/0xf0
[  854.568051]  path_mount+0x4f0/0xb50
[  854.571544]  ? putname+0x5b/0x70
[  854.574779]  __x64_sys_mount+0x10d/0x150
[  854.578704]  x64_sys_call+0x1e1d/0x2140
[  854.582542]  do_syscall_64+0x51/0x120
[  854.586209]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  854.591262] RIP: 0033:0x7f52df10f03e
[  854.594841] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[  854.613584] RSP: 002b:00007ffd71f16488 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[  854.621152] RAX: ffffffffffffffda RBX: 00005569384084a0 RCX: 00007f52df10f03e
[  854.628284] RDX: 0000556938408530 RSI: 00005569384083a0 RDI: 00005569384084f0
[  854.635416] RBP: 00005569384083a0 R08: 0000556938408250 R09: 00746e756f6d2d32
[  854.642547] R10: 0000000000000006 R11: 0000000000000206 R12: 0000556938408530
[  854.649682] R13: 00007ffd71f164c0 R14: 00005569384084f0 R15: 00005569384084a0
[  854.656818]  </TASK>
[  874.299377] watchdog: BUG: soft lockup - CPU#34 stuck for 127s! [migration/34:225]
[  874.306947] Modules linked in: btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd ee1004 kvm i2c_piix4 rapl pcspkr wmi_bmof i2c_smbus efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 mpt3sas sha256_ssse3 raid_class drm tg3 sha1_ssse3 ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[  874.382536] CPU: 34 UID: 0 PID: 225 Comm: migration/34 Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  874.394608] Tainted: [L]=SOFTLOCKUP
[  874.398100] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[  874.405752] Stopper: multi_cpu_stop+0x0/0x120 <- migrate_swap+0xaf/0x120
[  874.412460] RIP: 0010:srso_alias_return_thunk+0x0/0xfbef5
[  874.417859] Code: cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc 48 8d 64 24 08 c3 cc <e8> f4 ff ff ff 0f 0b cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc
[  874.436605] RSP: 0018:ffffab394d26be28 EFLAGS: 00000246
[  874.441830] RAX: 0000000000000000 RBX: ffffab396645bb18 RCX: 0000000000000002
[  874.448962] RDX: ffff9053b7b00000 RSI: 0000000000000282 RDI: ffffffffaf61c380
[  874.456095] RBP: ffffab394d26be68 R08: 000000ac31b37658 R09: 0000000000000001
[  874.463229] R10: 0000000000000000 R11: 0000000000000001 R12: ffffab396645bb3c
[  874.470359] R13: 0000000000000001 R14: ffffffffaf61c380 R15: 0000000000000001
[  874.477484] FS:  0000000000000000(0000) GS:ffff9053b7b00000(0000) knlGS:0000000000000000
[  874.485569] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  874.491314] CR2: 00007f55e05fed38 CR3: 000800407d830001 CR4: 0000000000770ef0
[  874.498449] PKRU: 55555554
[  874.501163] Call Trace:
[  874.503612]  <IRQ>
[  874.505626]  ? show_regs+0x6d/0x80
[  874.509029]  ? watchdog_timer_fn+0x1f8/0x280
[  874.513304]  ? __pfx_watchdog_timer_fn+0x10/0x10
[  874.517923]  ? __hrtimer_run_queues+0x114/0x2a0
[  874.522457]  ? hrtimer_interrupt+0x108/0x230
[  874.526727]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[  874.531954]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[  874.536919]  </IRQ>
[  874.539025]  <TASK>
[  874.541132]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[  874.546446]  ? srso_alias_safe_ret+0x7/0x7
[  874.550543]  ? srso_alias_return_thunk+0x5/0xfbef5
[  874.555336]  ? multi_cpu_stop+0xa1/0x120
[  874.559264]  ? __pfx_multi_cpu_stop+0x10/0x10
[  874.563619]  cpu_stopper_thread+0x97/0x140
[  874.567720]  ? __pfx_smpboot_thread_fn+0x10/0x10
[  874.572339]  smpboot_thread_fn+0xe8/0x1e0
[  874.576350]  kthread+0xe8/0x120
[  874.579499]  ? __pfx_kthread+0x10/0x10
[  874.583252]  ret_from_fork+0x40/0x60
[  874.586829]  ? __pfx_kthread+0x10/0x10
[  874.590581]  ret_from_fork_asm+0x1a/0x30
[  874.594511]  </TASK>
[  882.287171] watchdog: BUG: soft lockup - CPU#28 stuck for 547s! [grub2-mount:4476]
[  882.294736] Modules linked in: btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd ee1004 kvm i2c_piix4 rapl pcspkr wmi_bmof i2c_smbus efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 mpt3sas sha256_ssse3 raid_class drm tg3 sha1_ssse3 ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[  882.370326] CPU: 28 UID: 0 PID: 4476 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  882.382399] Tainted: [L]=SOFTLOCKUP
[  882.385893] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[  882.393544] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[  882.399635] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[  882.418382] RSP: 0018:ffffab3965db7c98 EFLAGS: 00000202
[  882.423609] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffab3965db7ce8
[  882.430739] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff9014e4ce94c0
[  882.437872] RBP: ffffab3965db7cb8 R08: 0000000000000000 R09: ffff9014df891640
[  882.445005] R10: ffffab3965db7c48 R11: ffffd1b504933a00 R12: ffff9014e4ce94c0
[  882.452136] R13: ffffab3965db7d30 R14: ffff9014e4ce9180 R15: ffff9014c88b0400
[  882.459269] FS:  00007f52df27ee40(0000) GS:ffff9033bfc00000(0000) knlGS:0000000000000000
[  882.467357] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  882.473102] CR2: 00007f52df053930 CR3: 000800012284a002 CR4: 0000000000770ef0
[  882.480235] PKRU: 55555554
[  882.482945] Call Trace:
[  882.485393]  <IRQ>
[  882.487410]  ? show_regs+0x6d/0x80
[  882.490816]  ? watchdog_timer_fn+0x1f8/0x280
[  882.495087]  ? __pfx_watchdog_timer_fn+0x10/0x10
[  882.499707]  ? __hrtimer_run_queues+0x114/0x2a0
[  882.504243]  ? hrtimer_interrupt+0x108/0x230
[  882.508514]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[  882.513740]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[  882.518704]  </IRQ>
[  882.520812]  <TASK>
[  882.522918]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[  882.528231]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[  882.533717]  _raw_spin_lock+0x2d/0x40
[  882.537380]  fuse_iget+0x125/0x250
[  882.540788]  fuse_fill_super_common+0x3ae/0x4f0
[  882.545323]  ? __pfx_fuse_fill_super+0x10/0x10
[  882.549764]  fuse_fill_super+0x5e/0xb0
[  882.553519]  get_tree_nodev+0x6f/0xa0
[  882.557183]  ? fget+0x80/0xb0
[  882.560158]  fuse_get_tree+0xc6/0x1b0
[  882.563823]  vfs_get_tree+0x2e/0xf0
[  882.567316]  path_mount+0x4f0/0xb50
[  882.570808]  ? putname+0x5b/0x70
[  882.574042]  __x64_sys_mount+0x10d/0x150
[  882.577966]  x64_sys_call+0x1e1d/0x2140
[  882.581803]  do_syscall_64+0x51/0x120
[  882.585470]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  882.590521] RIP: 0033:0x7f52df10f03e
[  882.594101] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[  882.612848] RSP: 002b:00007ffd71f16488 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[  882.620412] RAX: ffffffffffffffda RBX: 00005569384084a0 RCX: 00007f52df10f03e
[  882.627547] RDX: 0000556938408530 RSI: 00005569384083a0 RDI: 00005569384084f0
[  882.634678] RBP: 00005569384083a0 R08: 0000556938408250 R09: 00746e756f6d2d32
[  882.641813] R10: 0000000000000006 R11: 0000000000000206 R12: 0000556938408530
[  882.648942] R13: 00007ffd71f164c0 R14: 00005569384084f0 R15: 00005569384084a0
[  882.656069]  </TASK>
[  897.487296] rcu: INFO: rcu_preempt self-detected stall on CPU
[  897.493045] rcu: 	28-....: (148170 ticks this GP) idle=8ef4/1/0x4000000000000000 softirq=944/945 fqs=73853
[  897.502696] rcu: 	(t=150265 jiffies g=7913 q=75288 ncpus=128)
[  897.508440] CPU: 28 UID: 0 PID: 4476 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  897.520510] Tainted: [L]=SOFTLOCKUP
[  897.524000] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[  897.531655] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[  897.537746] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[  897.556492] RSP: 0018:ffffab3965db7c98 EFLAGS: 00000202
[  897.561718] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffab3965db7ce8
[  897.568851] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff9014e4ce94c0
[  897.575981] RBP: ffffab3965db7cb8 R08: 0000000000000000 R09: ffff9014df891640
[  897.583115] R10: ffffab3965db7c48 R11: ffffd1b504933a00 R12: ffff9014e4ce94c0
[  897.590248] R13: ffffab3965db7d30 R14: ffff9014e4ce9180 R15: ffff9014c88b0400
[  897.597381] FS:  00007f52df27ee40(0000) GS:ffff9033bfc00000(0000) knlGS:0000000000000000
[  897.605464] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  897.611210] CR2: 00007f52df053930 CR3: 000800012284a002 CR4: 0000000000770ef0
[  897.618344] PKRU: 55555554
[  897.621055] Call Trace:
[  897.623502]  <IRQ>
[  897.625523]  ? show_regs+0x6d/0x80
[  897.628925]  ? dump_cpu_task+0x6b/0x80
[  897.632678]  ? rcu_dump_cpu_stacks+0xa4/0x100
[  897.637037]  ? rcu_sched_clock_irq+0x6b4/0x10c0
[  897.641571]  ? srso_alias_return_thunk+0x5/0xfbef5
[  897.646363]  ? __cgroup_account_cputime_field+0x3f/0x60
[  897.651590]  ? srso_alias_return_thunk+0x5/0xfbef5
[  897.656380]  ? account_system_index_time+0x95/0xb0
[  897.661175]  ? update_process_times+0x74/0xc0
[  897.665533]  ? tick_nohz_handler+0x9b/0x150
[  897.669720]  ? __pfx_tick_nohz_handler+0x10/0x10
[  897.674339]  ? __hrtimer_run_queues+0x114/0x2a0
[  897.678872]  ? hrtimer_interrupt+0x108/0x230
[  897.683143]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[  897.688368]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[  897.693334]  </IRQ>
[  897.695441]  <TASK>
[  897.697546]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[  897.702861]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[  897.708346]  _raw_spin_lock+0x2d/0x40
[  897.712010]  fuse_iget+0x125/0x250
[  897.715419]  fuse_fill_super_common+0x3ae/0x4f0
[  897.719953]  ? __pfx_fuse_fill_super+0x10/0x10
[  897.724395]  fuse_fill_super+0x5e/0xb0
[  897.728149]  get_tree_nodev+0x6f/0xa0
[  897.731814]  ? fget+0x80/0xb0
[  897.734788]  fuse_get_tree+0xc6/0x1b0
[  897.738455]  vfs_get_tree+0x2e/0xf0
[  897.741946]  path_mount+0x4f0/0xb50
[  897.745436]  ? putname+0x5b/0x70
[  897.748672]  __x64_sys_mount+0x10d/0x150
[  897.752597]  x64_sys_call+0x1e1d/0x2140
[  897.756434]  do_syscall_64+0x51/0x120
[  897.760101]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  897.765152] RIP: 0033:0x7f52df10f03e
[  897.768732] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[  897.787476] RSP: 002b:00007ffd71f16488 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[  897.795042] RAX: ffffffffffffffda RBX: 00005569384084a0 RCX: 00007f52df10f03e
[  897.802177] RDX: 0000556938408530 RSI: 00005569384083a0 RDI: 00005569384084f0
[  897.809309] RBP: 00005569384083a0 R08: 0000556938408250 R09: 00746e756f6d2d32
[  897.816440] R10: 0000000000000006 R11: 0000000000000206 R12: 0000556938408530
[  897.823574] R13: 00007ffd71f164c0 R14: 00005569384084f0 R15: 00005569384084a0
[  897.830710]  </TASK>
[  902.298652] watchdog: BUG: soft lockup - CPU#34 stuck for 153s! [migration/34:225]
[  902.306225] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd ee1004 kvm i2c_piix4 rapl pcspkr wmi_bmof i2c_smbus efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 mpt3sas sha256_ssse3 raid_class drm tg3 sha1_ssse3 ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[  902.382188] CPU: 34 UID: 0 PID: 225 Comm: migration/34 Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  902.394259] Tainted: [L]=SOFTLOCKUP
[  902.397754] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[  902.405406] Stopper: multi_cpu_stop+0x0/0x120 <- migrate_swap+0xaf/0x120
[  902.412113] RIP: 0010:stop_machine_yield+0x6/0x10
[  902.416820] Code: 54 f0 00 b8 fe ff ff ff eb df e8 75 6e d7 00 0f 1f 44 00 00 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 66 0f 1f 00 f3 90 <e9> e0 53 f0 00 0f 1f 44 00 00 90 90 90 90 90 90 90 90 90 90 90 90
[  902.435565] RSP: 0018:ffffab394d26be28 EFLAGS: 00000246
[  902.440791] RAX: 0000000000000000 RBX: ffffab396645bb18 RCX: 0000000000000002
[  902.447923] RDX: ffff9053b7b00000 RSI: 0000000000000282 RDI: ffffffffaf61c380
[  902.455053] RBP: ffffab394d26be68 R08: 000000ac31b37658 R09: 0000000000000001
[  902.462186] R10: 0000000000000000 R11: 0000000000000001 R12: ffffab396645bb3c
[  902.469318] R13: 0000000000000001 R14: ffffffffaf61c380 R15: 0000000000000001
[  902.476452] FS:  0000000000000000(0000) GS:ffff9053b7b00000(0000) knlGS:0000000000000000
[  902.484537] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  902.490285] CR2: 00007f55e05fed38 CR3: 000800407d830001 CR4: 0000000000770ef0
[  902.497418] PKRU: 55555554
[  902.500128] Call Trace:
[  902.502582]  <IRQ>
[  902.504605]  ? show_regs+0x6d/0x80
[  902.508008]  ? watchdog_timer_fn+0x1f8/0x280
[  902.512278]  ? __pfx_watchdog_timer_fn+0x10/0x10
[  902.516900]  ? __hrtimer_run_queues+0x114/0x2a0
[  902.521432]  ? hrtimer_interrupt+0x108/0x230
[  902.525703]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[  902.530930]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[  902.535896]  </IRQ>
[  902.537999]  <TASK>
[  902.540098]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[  902.545415]  ? stop_machine_yield+0x6/0x10
[  902.549512]  ? srso_alias_return_thunk+0x5/0xfbef5
[  902.554303]  ? multi_cpu_stop+0xa1/0x120
[  902.558231]  ? __pfx_multi_cpu_stop+0x10/0x10
[  902.562588]  cpu_stopper_thread+0x97/0x140
[  902.566689]  ? __pfx_smpboot_thread_fn+0x10/0x10
[  902.571307]  smpboot_thread_fn+0xe8/0x1e0
[  902.575320]  kthread+0xe8/0x120
[  902.578463]  ? __pfx_kthread+0x10/0x10
[  902.582218]  ret_from_fork+0x40/0x60
[  902.585796]  ? __pfx_kthread+0x10/0x10
[  902.589550]  ret_from_fork_asm+0x1a/0x30
[  902.593479]  </TASK>
[  922.286133] watchdog: BUG: soft lockup - CPU#28 stuck for 584s! [grub2-mount:4476]
[  922.293700] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd ee1004 kvm i2c_piix4 rapl pcspkr wmi_bmof i2c_smbus efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 mpt3sas sha256_ssse3 raid_class drm tg3 sha1_ssse3 ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[  922.369652] CPU: 28 UID: 0 PID: 4476 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  922.381724] Tainted: [L]=SOFTLOCKUP
[  922.385216] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[  922.392869] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[  922.398961] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[  922.417707] RSP: 0018:ffffab3965db7c98 EFLAGS: 00000202
[  922.422931] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffab3965db7ce8
[  922.430056] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff9014e4ce94c0
[  922.437188] RBP: ffffab3965db7cb8 R08: 0000000000000000 R09: ffff9014df891640
[  922.444321] R10: ffffab3965db7c48 R11: ffffd1b504933a00 R12: ffff9014e4ce94c0
[  922.451456] R13: ffffab3965db7d30 R14: ffff9014e4ce9180 R15: ffff9014c88b0400
[  922.458586] FS:  00007f52df27ee40(0000) GS:ffff9033bfc00000(0000) knlGS:0000000000000000
[  922.466673] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  922.472417] CR2: 00007f52df053930 CR3: 000800012284a002 CR4: 0000000000770ef0
[  922.479552] PKRU: 55555554
[  922.482265] Call Trace:
[  922.484719]  <IRQ>
[  922.486736]  ? show_regs+0x6d/0x80
[  922.490143]  ? watchdog_timer_fn+0x1f8/0x280
[  922.494412]  ? __pfx_watchdog_timer_fn+0x10/0x10
[  922.499033]  ? __hrtimer_run_queues+0x114/0x2a0
[  922.503569]  ? hrtimer_interrupt+0x108/0x230
[  922.507840]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[  922.513063]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[  922.518032]  </IRQ>
[  922.520137]  <TASK>
[  922.522243]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[  922.527559]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[  922.533041]  _raw_spin_lock+0x2d/0x40
[  922.536706]  fuse_iget+0x125/0x250
[  922.540115]  fuse_fill_super_common+0x3ae/0x4f0
[  922.544648]  ? __pfx_fuse_fill_super+0x10/0x10
[  922.549090]  fuse_fill_super+0x5e/0xb0
[  922.552842]  get_tree_nodev+0x6f/0xa0
[  922.556509]  ? fget+0x80/0xb0
[  922.559483]  fuse_get_tree+0xc6/0x1b0
[  922.563149]  vfs_get_tree+0x2e/0xf0
[  922.566643]  path_mount+0x4f0/0xb50
[  922.570132]  ? putname+0x5b/0x70
[  922.573368]  __x64_sys_mount+0x10d/0x150
[  922.577293]  x64_sys_call+0x1e1d/0x2140
[  922.581131]  do_syscall_64+0x51/0x120
[  922.584795]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  922.589849] RIP: 0033:0x7f52df10f03e
[  922.593429] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[  922.612174] RSP: 002b:00007ffd71f16488 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[  922.619738] RAX: ffffffffffffffda RBX: 00005569384084a0 RCX: 00007f52df10f03e
[  922.626871] RDX: 0000556938408530 RSI: 00005569384083a0 RDI: 00005569384084f0
[  922.634003] RBP: 00005569384083a0 R08: 0000556938408250 R09: 00746e756f6d2d32
[  922.641138] R10: 0000000000000006 R11: 0000000000000206 R12: 0000556938408530
[  922.648270] R13: 00007ffd71f164c0 R14: 00005569384084f0 R15: 00005569384084a0
[  922.655405]  </TASK>
[  930.297926] watchdog: BUG: soft lockup - CPU#34 stuck for 179s! [migration/34:225]
[  930.305497] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd ee1004 kvm i2c_piix4 rapl pcspkr wmi_bmof i2c_smbus efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 mpt3sas sha256_ssse3 raid_class drm tg3 sha1_ssse3 ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[  930.381450] CPU: 34 UID: 0 PID: 225 Comm: migration/34 Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  930.393524] Tainted: [L]=SOFTLOCKUP
[  930.397015] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[  930.404665] Stopper: multi_cpu_stop+0x0/0x120 <- migrate_swap+0xaf/0x120
[  930.411376] RIP: 0010:srso_alias_return_thunk+0x0/0xfbef5
[  930.416775] Code: cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc 48 8d 64 24 08 c3 cc <e8> f4 ff ff ff 0f 0b cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc
[  930.435520] RSP: 0018:ffffab394d26be28 EFLAGS: 00000246
[  930.440746] RAX: 0000000000000000 RBX: ffffab396645bb18 RCX: 0000000000000002
[  930.447876] RDX: ffff9053b7b00000 RSI: 0000000000000282 RDI: ffffffffaf61c380
[  930.455011] RBP: ffffab394d26be68 R08: 000000ac31b37658 R09: 0000000000000001
[  930.462141] R10: 0000000000000000 R11: 0000000000000001 R12: ffffab396645bb3c
[  930.469274] R13: 0000000000000001 R14: ffffffffaf61c380 R15: 0000000000000001
[  930.476406] FS:  0000000000000000(0000) GS:ffff9053b7b00000(0000) knlGS:0000000000000000
[  930.484492] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  930.490240] CR2: 00007f55e05fed38 CR3: 000800407d830001 CR4: 0000000000770ef0
[  930.497371] PKRU: 55555554
[  930.500085] Call Trace:
[  930.502537]  <IRQ>
[  930.504556]  ? show_regs+0x6d/0x80
[  930.507962]  ? watchdog_timer_fn+0x1f8/0x280
[  930.512233]  ? __pfx_watchdog_timer_fn+0x10/0x10
[  930.516854]  ? __hrtimer_run_queues+0x114/0x2a0
[  930.521388]  ? hrtimer_interrupt+0x108/0x230
[  930.525660]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[  930.530887]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[  930.535852]  </IRQ>
[  930.537955]  <TASK>
[  930.540064]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[  930.545378]  ? srso_alias_safe_ret+0x7/0x7
[  930.549473]  ? srso_alias_return_thunk+0x5/0xfbef5
[  930.554266]  ? multi_cpu_stop+0xa1/0x120
[  930.558195]  ? __pfx_multi_cpu_stop+0x10/0x10
[  930.562551]  cpu_stopper_thread+0x97/0x140
[  930.566653]  ? __pfx_smpboot_thread_fn+0x10/0x10
[  930.571271]  smpboot_thread_fn+0xe8/0x1e0
[  930.575282]  kthread+0xe8/0x120
[  930.578427]  ? __pfx_kthread+0x10/0x10
[  930.582182]  ret_from_fork+0x40/0x60
[  930.585760]  ? __pfx_kthread+0x10/0x10
[  930.589513]  ret_from_fork_asm+0x1a/0x30
[  930.593444]  </TASK>
[  950.285430] watchdog: BUG: soft lockup - CPU#28 stuck for 611s! [grub2-mount:4476]
[  950.292999] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd ee1004 kvm i2c_piix4 rapl pcspkr wmi_bmof i2c_smbus efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 mpt3sas sha256_ssse3 raid_class drm tg3 sha1_ssse3 ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[  950.368942] CPU: 28 UID: 0 PID: 4476 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  950.381012] Tainted: [L]=SOFTLOCKUP
[  950.384505] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[  950.392159] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[  950.398258] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[  950.417003] RSP: 0018:ffffab3965db7c98 EFLAGS: 00000202
[  950.422230] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffab3965db7ce8
[  950.429362] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff9014e4ce94c0
[  950.436496] RBP: ffffab3965db7cb8 R08: 0000000000000000 R09: ffff9014df891640
[  950.443629] R10: ffffab3965db7c48 R11: ffffd1b504933a00 R12: ffff9014e4ce94c0
[  950.450761] R13: ffffab3965db7d30 R14: ffff9014e4ce9180 R15: ffff9014c88b0400
[  950.457891] FS:  00007f52df27ee40(0000) GS:ffff9033bfc00000(0000) knlGS:0000000000000000
[  950.465979] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  950.471724] CR2: 00007f52df053930 CR3: 000800012284a002 CR4: 0000000000770ef0
[  950.478859] PKRU: 55555554
[  950.481569] Call Trace:
[  950.484024]  <IRQ>
[  950.486043]  ? show_regs+0x6d/0x80
[  950.489447]  ? watchdog_timer_fn+0x1f8/0x280
[  950.493721]  ? __pfx_watchdog_timer_fn+0x10/0x10
[  950.498339]  ? __hrtimer_run_queues+0x114/0x2a0
[  950.502874]  ? hrtimer_interrupt+0x108/0x230
[  950.507147]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[  950.512370]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[  950.517335]  </IRQ>
[  950.519442]  <TASK>
[  950.521547]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[  950.526862]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[  950.532349]  _raw_spin_lock+0x2d/0x40
[  950.536012]  fuse_iget+0x125/0x250
[  950.539418]  fuse_fill_super_common+0x3ae/0x4f0
[  950.543953]  ? __pfx_fuse_fill_super+0x10/0x10
[  950.548396]  fuse_fill_super+0x5e/0xb0
[  950.552149]  get_tree_nodev+0x6f/0xa0
[  950.555816]  ? fget+0x80/0xb0
[  950.558788]  fuse_get_tree+0xc6/0x1b0
[  950.562454]  vfs_get_tree+0x2e/0xf0
[  950.565946]  path_mount+0x4f0/0xb50
[  950.569437]  ? putname+0x5b/0x70
[  950.572672]  __x64_sys_mount+0x10d/0x150
[  950.576599]  x64_sys_call+0x1e1d/0x2140
[  950.580437]  do_syscall_64+0x51/0x120
[  950.584103]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  950.589153] RIP: 0033:0x7f52df10f03e
[  950.592735] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[  950.611481] RSP: 002b:00007ffd71f16488 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[  950.619044] RAX: ffffffffffffffda RBX: 00005569384084a0 RCX: 00007f52df10f03e
[  950.626179] RDX: 0000556938408530 RSI: 00005569384083a0 RDI: 00005569384084f0
[  950.633310] RBP: 00005569384083a0 R08: 0000556938408250 R09: 00746e756f6d2d32
[  950.640442] R10: 0000000000000006 R11: 0000000000000206 R12: 0000556938408530
[  950.647577] R13: 00007ffd71f164c0 R14: 00005569384084f0 R15: 00005569384084a0
[  950.654712]  </TASK>
[  958.297232] watchdog: BUG: soft lockup - CPU#34 stuck for 205s! [migration/34:225]
[  958.304801] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd ee1004 kvm i2c_piix4 rapl pcspkr wmi_bmof i2c_smbus efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 mpt3sas sha256_ssse3 raid_class drm tg3 sha1_ssse3 ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[  958.380741] CPU: 34 UID: 0 PID: 225 Comm: migration/34 Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  958.392809] Tainted: [L]=SOFTLOCKUP
[  958.396303] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[  958.403954] Stopper: multi_cpu_stop+0x0/0x120 <- migrate_swap+0xaf/0x120
[  958.410662] RIP: 0010:srso_alias_return_thunk+0x0/0xfbef5
[  958.416064] Code: cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc 48 8d 64 24 08 c3 cc <e8> f4 ff ff ff 0f 0b cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc
[  958.434807] RSP: 0018:ffffab394d26be28 EFLAGS: 00000246
[  958.440035] RAX: 0000000000000000 RBX: ffffab396645bb18 RCX: 0000000000000002
[  958.447164] RDX: ffff9053b7b00000 RSI: 0000000000000282 RDI: ffffffffaf61c380
[  958.454298] RBP: ffffab394d26be68 R08: 000000ac31b37658 R09: 0000000000000001
[  958.461431] R10: 0000000000000000 R11: 0000000000000001 R12: ffffab396645bb3c
[  958.468565] R13: 0000000000000001 R14: ffffffffaf61c380 R15: 0000000000000001
[  958.475695] FS:  0000000000000000(0000) GS:ffff9053b7b00000(0000) knlGS:0000000000000000
[  958.483782] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  958.489530] CR2: 00007f55e05fed38 CR3: 000800407d830001 CR4: 0000000000770ef0
[  958.496661] PKRU: 55555554
[  958.499371] Call Trace:
[  958.501816]  <IRQ>
[  958.503836]  ? show_regs+0x6d/0x80
[  958.507243]  ? watchdog_timer_fn+0x1f8/0x280
[  958.511514]  ? __pfx_watchdog_timer_fn+0x10/0x10
[  958.516134]  ? __hrtimer_run_queues+0x114/0x2a0
[  958.520669]  ? hrtimer_interrupt+0x108/0x230
[  958.524940]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[  958.530164]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[  958.535130]  </IRQ>
[  958.537236]  <TASK>
[  958.539343]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[  958.544659]  ? srso_alias_safe_ret+0x7/0x7
[  958.548755]  ? srso_alias_return_thunk+0x5/0xfbef5
[  958.553548]  ? multi_cpu_stop+0xa1/0x120
[  958.557472]  ? __pfx_multi_cpu_stop+0x10/0x10
[  958.561833]  cpu_stopper_thread+0x97/0x140
[  958.565932]  ? __pfx_smpboot_thread_fn+0x10/0x10
[  958.570552]  smpboot_thread_fn+0xe8/0x1e0
[  958.574565]  kthread+0xe8/0x120
[  958.577710]  ? __pfx_kthread+0x10/0x10
[  958.581464]  ret_from_fork+0x40/0x60
[  958.585039]  ? __pfx_kthread+0x10/0x10
[  958.588793]  ret_from_fork_asm+0x1a/0x30
[  958.592722]  </TASK>
[  962.965646] usb 3-1.2: new high-speed USB device number 5 using xhci_hcd
[  963.074741] usb 3-1.2: New USB device found, idVendor=413c, idProduct=0006, bcdDevice= 0.00
[  963.083098] usb 3-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  963.090402] usb 3-1.2: Product: DRAC 5 Virtual Keyboard and Mouse
[  963.096495] usb 3-1.2: Manufacturer: DELL
[  963.100507] usb 3-1.2: SerialNumber: DELL413C-1
[  963.255406] hid: raw HID events driver (C) Jiri Kosina
[  963.272879] usbcore: registered new interface driver usbhid
[  963.278455] usbhid: USB HID core driver
[  963.283790] usbcore: registered new interface driver usbmouse
[  963.290049] usbcore: registered new interface driver usbkbd
[  963.299197] input: DELL DRAC 5 Virtual Keyboard and Mouse as /devices/pci0000:40/0000:40:08.1/0000:46:00.3/usb3/3-1/3-1.2/3-1.2:1.0/0003:413C:0006.0001/input/input2
[  963.369777] hid-generic 0003:413C:0006.0001: input,hidraw0: USB HID v1.01 Mouse [DELL DRAC 5 Virtual Keyboard and Mouse] on usb-0000:46:00.3-1.2/input0
[  963.383546] input: DELL DRAC 5 Virtual Keyboard and Mouse as /devices/pci0000:40/0000:40:08.1/0000:46:00.3/usb3/3-1/3-1.2/3-1.2:1.1/0003:413C:0006.0002/input/input3
[  963.453790] hid-generic 0003:413C:0006.0002: input,hidraw1: USB HID v1.01 Keyboard [DELL DRAC 5 Virtual Keyboard and Mouse] on usb-0000:46:00.3-1.2/input1
[  969.449496] INFO: task systemd:1 blocked for more than 483 seconds.
[  969.455778]       Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  969.464654] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[  969.472477] task:systemd         state:D stack:0     pid:1     tgid:1     ppid:0      flags:0x00000002
[  969.481785] Call Trace:
[  969.484235]  <TASK>
[  969.486347]  __schedule+0x383/0xac0
[  969.489843]  ? xa_load+0x72/0xb0
[  969.493076]  schedule+0x2e/0x120
[  969.496312]  schedule_timeout+0x150/0x160
[  969.496317]  __wait_for_common+0x91/0x180
[  969.504343]  ? __pfx_schedule_timeout+0x10/0x10
[  969.508877]  wait_for_completion_state+0x25/0x40
[  969.513504]  __wait_rcu_gp+0x139/0x140
[  969.517261]  synchronize_rcu_normal.part.0+0x3d/0x60
[  969.522231]  ? __pfx_call_rcu_hurry+0x10/0x10
[  969.526589]  ? __pfx_wakeme_after_rcu+0x10/0x10
[  969.531123]  synchronize_rcu_normal+0x98/0xa0
[  969.535481]  ? srso_alias_return_thunk+0x5/0xfbef5
[  969.540281]  ? mntput_no_expire+0x53/0x260
[  969.544382]  ? srso_alias_return_thunk+0x5/0xfbef5
[  969.549174]  ? _parse_integer+0x12/0x20
[  969.553024]  synchronize_rcu+0xbf/0xd0
[  969.556775]  rcu_sync_enter+0x5c/0xe0
[  969.560440]  ? srso_alias_return_thunk+0x5/0xfbef5
[  969.565234]  ? kstrtoull+0x18/0x20
[  969.568639]  ? srso_alias_return_thunk+0x5/0xfbef5
[  969.573432]  percpu_down_write+0x24/0x180
[  969.577448]  cgroup_procs_write_start+0x6f/0x150
[  969.582073]  __cgroup_procs_write+0x5d/0x150
[  969.586356]  cgroup_procs_write+0x1b/0x30
[  969.590375]  cgroup_file_write+0x8c/0x160
[  969.594396]  kernfs_fop_write_iter+0x140/0x1d0
[  969.598843]  vfs_write+0x2fc/0x410
[  969.602257]  ksys_write+0x6b/0xf0
[  969.605578]  __x64_sys_write+0x1d/0x30
[  969.609333]  x64_sys_call+0x16b3/0x2140
[  969.613176]  do_syscall_64+0x51/0x120
[  969.616842]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  969.621895] RIP: 0033:0x7f1fe70fda8f
[  969.625477] RSP: 002b:00007ffe08122190 EFLAGS: 00000293 ORIG_RAX: 0000000000000001
[  969.633047] RAX: ffffffffffffffda RBX: 0000000000000005 RCX: 00007f1fe70fda8f
[  969.633050] RDX: 0000000000000005 RSI: 00007ffe0812238a RDI: 0000000000000059
[  969.633052] RBP: 00007ffe0812238a R08: 0000000000000000 R09: 00007ffe08122210
[  969.654452] R10: 0000000000000000 R11: 0000000000000293 R12: 0000000000000005
[  969.654454] R13: 000055c6bf4363c0 R14: 0000000000000005 R15: 00007f1fe71f69e0
[  969.654459]  </TASK>
[  969.671078] INFO: task systemd:2749 blocked for more than 483 seconds.
[  969.677611]       Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  969.686478] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[  969.694302] task:systemd         state:D stack:0     pid:2749  tgid:2749  ppid:1      flags:0x00000002
[  969.703611] Call Trace:
[  969.706066]  <TASK>
[  969.706072]  __schedule+0x383/0xac0
[  969.711673]  schedule+0x2e/0x120
[  969.714911]  schedule_preempt_disabled+0x19/0x30
[  969.719529]  __mutex_lock.constprop.0+0x372/0x6f0
[  969.724238]  ? __d_add+0x143/0x1d0
[  969.727653]  __mutex_lock_slowpath+0x13/0x20
[  969.731934]  mutex_lock+0x3b/0x50
[  969.735261]  cgroup_kn_lock_live+0x4b/0xe0
[  969.735267]  cgroup_mkdir+0x43/0x450
[  969.735271]  ? srso_alias_return_thunk+0x5/0xfbef5
[  969.747742]  kernfs_iop_mkdir+0x60/0x90
[  969.747747]  vfs_mkdir+0x18f/0x250
[  969.754993]  do_mkdirat+0x117/0x160
[  969.754998]  __x64_sys_mkdir+0x4d/0x70
[  969.762247]  x64_sys_call+0x1c5a/0x2140
[  969.762252]  do_syscall_64+0x51/0x120
[  969.762256]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  969.774814] RIP: 0033:0x7fd2f28fd62b
[  969.774817] RSP: 002b:00007fff175d72e8 EFLAGS: 00000246 ORIG_RAX: 0000000000000053
[  969.774821] RAX: ffffffffffffffda RBX: 000056340fadb8c0 RCX: 00007fd2f28fd62b
[  969.793100] RDX: 0000000000000000 RSI: 00000000000001ed RDI: 000056340fa7ad30
[  969.800233] RBP: 00007fff175d7320 R08: 0000000000000035 R09: 0000000000000000
[  969.807365] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000000000
[  969.814498] R13: 00000000000000a0 R14: 00007fd2f2e5dd0d R15: 00000000000000a0
[  969.821634]  </TASK>
[  969.823845] INFO: task C2 CompilerThre:4716 blocked for more than 120 seconds.
[  969.831068]       Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  969.839933] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[  969.847758] task:C2 CompilerThre state:D stack:0     pid:4716  tgid:4678  ppid:4482   flags:0x00004002
[  969.857058] Call Trace:
[  969.859511]  <TASK>
[  969.861617]  __schedule+0x383/0xac0
[  969.865105]  ? srso_alias_return_thunk+0x5/0xfbef5
[  969.869902]  schedule+0x2e/0x120
[  969.873132]  schedule_timeout+0x150/0x160
[  969.873138]  __wait_for_common+0x91/0x180
[  969.881170]  ? __pfx_schedule_timeout+0x10/0x10
[  969.881174]  wait_for_completion+0x28/0x30
[  969.889809]  stop_two_cpus+0x26f/0x2f0
[  969.889814]  ? __pfx_migrate_swap_stop+0x10/0x10
[  969.898189]  ? __pfx_multi_cpu_stop+0x10/0x10
[  969.898192]  ? migrate_swap+0xaf/0x120
[  969.906309]  ? __pfx_multi_cpu_stop+0x10/0x10
[  969.910668]  ? migrate_swap+0xaf/0x120
[  969.914424]  ? update_numa_stats+0x216/0x2e0
[  969.918704]  migrate_swap+0xaf/0x120
[  969.922291]  task_numa_migrate.isra.0+0x711/0xa00
[  969.927006]  ? srso_alias_return_thunk+0x5/0xfbef5
[  969.927010]  ? update_load_avg+0x82/0x7c0
[  969.935822]  task_numa_fault+0x583/0xbc0
[  969.939755]  __handle_mm_fault+0xb31/0x1030
[  969.943953]  handle_mm_fault+0xd6/0x280
[  969.947796]  do_user_addr_fault+0x221/0x690
[  969.951991]  exc_page_fault+0x7c/0x1b0
[  969.955753]  asm_exc_page_fault+0x2b/0x30
[  969.959763] RIP: 0033:0x7f55e5e522ca
[  969.963342] RSP: 002b:00007f5566bfb380 EFLAGS: 00010202
[  969.968568] RAX: 0000000000000040 RBX: 0000000000000200 RCX: 0000000000000400
[  969.975703] RDX: 0000000000000200 RSI: 00007f55346d4aa0 RDI: 00007f55e05fed20
[  969.982835] RBP: 00007f5566bfb3c0 R08: 0000000000000000 R09: 00007f5530090560
[  969.989966] R10: 000000000000001c R11: 0000000000000001 R12: 00007f55346d4aa0
[  969.997100] R13: 00007f55e05fed20 R14: 0000000000000200 R15: 0000000000000000
[  970.004234]  </TASK>
[  978.284741] watchdog: BUG: soft lockup - CPU#28 stuck for 637s! [grub2-mount:4476]
[  978.292313] Modules linked in: joydev(+) input_leds(+) hid_generic usbkbd usbmouse usbhid hid tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd ee1004 kvm i2c_piix4 rapl pcspkr wmi_bmof i2c_smbus efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 mpt3sas sha256_ssse3 raid_class drm tg3 sha1_ssse3 ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[  978.373741] CPU: 28 UID: 0 PID: 4476 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  978.385813] Tainted: [L]=SOFTLOCKUP
[  978.389305] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[  978.396957] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[  978.403049] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[  978.421794] RSP: 0018:ffffab3965db7c98 EFLAGS: 00000202
[  978.427022] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffab3965db7ce8
[  978.434154] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff9014e4ce94c0
[  978.441288] RBP: ffffab3965db7cb8 R08: 0000000000000000 R09: ffff9014df891640
[  978.448420] R10: ffffab3965db7c48 R11: ffffd1b504933a00 R12: ffff9014e4ce94c0
[  978.455552] R13: ffffab3965db7d30 R14: ffff9014e4ce9180 R15: ffff9014c88b0400
[  978.462685] FS:  00007f52df27ee40(0000) GS:ffff9033bfc00000(0000) knlGS:0000000000000000
[  978.470768] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  978.476506] CR2: 00007f52df053930 CR3: 000800012284a002 CR4: 0000000000770ef0
[  978.483638] PKRU: 55555554
[  978.486352] Call Trace:
[  978.488804]  <IRQ>
[  978.490826]  ? show_regs+0x6d/0x80
[  978.494230]  ? watchdog_timer_fn+0x1f8/0x280
[  978.498504]  ? __pfx_watchdog_timer_fn+0x10/0x10
[  978.503123]  ? __hrtimer_run_queues+0x114/0x2a0
[  978.507654]  ? hrtimer_interrupt+0x108/0x230
[  978.511929]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[  978.517152]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[  978.522118]  </IRQ>
[  978.524223]  <TASK>
[  978.526331]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[  978.531646]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[  978.537130]  _raw_spin_lock+0x2d/0x40
[  978.540797]  fuse_iget+0x125/0x250
[  978.544201]  fuse_fill_super_common+0x3ae/0x4f0
[  978.548734]  ? __pfx_fuse_fill_super+0x10/0x10
[  978.553178]  fuse_fill_super+0x5e/0xb0
[  978.556933]  get_tree_nodev+0x6f/0xa0
[  978.560599]  ? fget+0x80/0xb0
[  978.563569]  fuse_get_tree+0xc6/0x1b0
[  978.567237]  vfs_get_tree+0x2e/0xf0
[  978.570728]  path_mount+0x4f0/0xb50
[  978.574221]  ? putname+0x5b/0x70
[  978.577454]  __x64_sys_mount+0x10d/0x150
[  978.581380]  x64_sys_call+0x1e1d/0x2140
[  978.585217]  do_syscall_64+0x51/0x120
[  978.588886]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  978.593938] RIP: 0033:0x7f52df10f03e
[  978.597516] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[  978.616262] RSP: 002b:00007ffd71f16488 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[  978.623826] RAX: ffffffffffffffda RBX: 00005569384084a0 RCX: 00007f52df10f03e
[  978.630962] RDX: 0000556938408530 RSI: 00005569384083a0 RDI: 00005569384084f0
[  978.638091] RBP: 00005569384083a0 R08: 0000556938408250 R09: 00746e756f6d2d32
[  978.645215] R10: 0000000000000006 R11: 0000000000000206 R12: 0000556938408530
[  978.652350] R13: 00007ffd71f164c0 R14: 00005569384084f0 R15: 00005569384084a0
[  978.659485]  </TASK>
[  986.296544] watchdog: BUG: soft lockup - CPU#34 stuck for 231s! [migration/34:225]
[  986.304118] Modules linked in: joydev(+) input_leds(+) hid_generic usbkbd usbmouse usbhid hid tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd ee1004 kvm i2c_piix4 rapl pcspkr wmi_bmof i2c_smbus efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 mpt3sas sha256_ssse3 raid_class drm tg3 sha1_ssse3 ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[  986.385549] CPU: 34 UID: 0 PID: 225 Comm: migration/34 Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  986.397620] Tainted: [L]=SOFTLOCKUP
[  986.401110] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[  986.408764] Stopper: multi_cpu_stop+0x0/0x120 <- migrate_swap+0xaf/0x120
[  986.415470] RIP: 0010:srso_alias_return_thunk+0x0/0xfbef5
[  986.420872] Code: cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc 48 8d 64 24 08 c3 cc <e8> f4 ff ff ff 0f 0b cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc
[  986.439616] RSP: 0018:ffffab394d26be28 EFLAGS: 00000246
[  986.444840] RAX: 0000000000000000 RBX: ffffab396645bb18 RCX: 0000000000000002
[  986.451974] RDX: ffff9053b7b00000 RSI: 0000000000000282 RDI: ffffffffaf61c380
[  986.459106] RBP: ffffab394d26be68 R08: 000000ac31b37658 R09: 0000000000000001
[  986.466241] R10: 0000000000000000 R11: 0000000000000001 R12: ffffab396645bb3c
[  986.473370] R13: 0000000000000001 R14: ffffffffaf61c380 R15: 0000000000000001
[  986.480505] FS:  0000000000000000(0000) GS:ffff9053b7b00000(0000) knlGS:0000000000000000
[  986.488588] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  986.494336] CR2: 00007f55e05fed38 CR3: 000800407d830001 CR4: 0000000000770ef0
[  986.501470] PKRU: 55555554
[  986.504182] Call Trace:
[  986.506633]  <IRQ>
[  986.508654]  ? show_regs+0x6d/0x80
[  986.512059]  ? watchdog_timer_fn+0x1f8/0x280
[  986.516331]  ? __pfx_watchdog_timer_fn+0x10/0x10
[  986.520951]  ? __hrtimer_run_queues+0x114/0x2a0
[  986.525484]  ? hrtimer_interrupt+0x108/0x230
[  986.529757]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[  986.534982]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[  986.539946]  </IRQ>
[  986.542045]  <TASK>
[  986.544151]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[  986.549468]  ? srso_alias_safe_ret+0x7/0x7
[  986.553561]  ? srso_alias_return_thunk+0x5/0xfbef5
[  986.558355]  ? multi_cpu_stop+0xa1/0x120
[  986.562282]  ? __pfx_multi_cpu_stop+0x10/0x10
[  986.566642]  cpu_stopper_thread+0x97/0x140
[  986.570742]  ? __pfx_smpboot_thread_fn+0x10/0x10
[  986.575359]  smpboot_thread_fn+0xe8/0x1e0
[  986.579370]  kthread+0xe8/0x120
[  986.582516]  ? __pfx_kthread+0x10/0x10
[  986.586270]  ret_from_fork+0x40/0x60
[  986.589850]  ? __pfx_kthread+0x10/0x10
[  986.593601]  ret_from_fork_asm+0x1a/0x30
[  986.597530]  </TASK>
^[[c^[[2J^[[01;01H^[[=3h^[[2J^[[01;01HKEY MAPPING FOR CONSOLE REDIRECTION:

Use the <ESC><1> key sequence for <F1>
Use the <ESC><2> key sequence for <F2>
Use the <ESC><3> key sequence for <F3>
Use the <ESC><0> key sequence for <F10>
Use the <ESC><!> key sequence for <F11>
Use the <ESC><@> key sequence for <F12>

Use the <ESC><Ctrl><M> key sequence for <Ctrl><M>
Use the <ESC><Ctrl><H> key sequence for <Ctrl><H>
Use the <ESC><Ctrl><I> key sequence for <Ctrl><I>
Use the <ESC><Ctrl><J> key sequence for <Ctrl><J>

Use the <ESC><X><X> key sequence for <Alt><x>, where x is any letter
key, and X is the upper case of that key

Use the <ESC><R><ESC><r><ESC><R> key sequence for <Ctrl><Alt><Del>

Press the spacebar to pause...
Initializing PCIe, USB, and Video... Done
PowerEdge R6515
BIOS Version: 2.14.1
Console Redirection Enabled Requested by iDRAC

F2	 = System Setup
F10	 = Lifecycle Controller (Config
	   iDRAC, Update FW, Install OS)
F11	 = Boot Manager
F12	 = PXE Boot
iDRAC IPV4:  10.86.18.202 [Dedicated]
                                
Initializing Firmware Interfaces...
 





Enumerating Boot options...
Enumerating Boot options... Done
Loading Lifecycle Controller Drivers...
Loading Lifecycle Controller Drivers...Done
Lifecycle Controller: Collecting System Inventory...

iDRAC IPV4:  10.86.18.202 [Dedicated]

^[[2J^[[01;01HLifecycle Controller: Done
Booting...
^[[2J^[[01;01HBooting from Integrated Storage Controller 1: Red Hat Enterprise Linux
^[[0m^[[30m^[[40m^[[2J^[[01;01H^[[0m^[[37m^[[40m^[[20;07HUse the ^ and v keys to change the selection.                       
\r      Press 'e' to edit the selected item, or 'c' for a command prompt.   
\r      Press Escape to return to the previous menu.                        ^[[04;80H ^[[0m^[[30m^[[47m^[[04;01H      Red Hat Enterprise Linux (6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57>
\r^[[05;01H^[[0m^[[37m^[[40m^[[04;79H^[[05;01H      Red Hat Enterprise Linux (6.11.0-rc4-d2bafcf224-d2bafcf224f) 9.1 (Plow)  ^[[05;79H^[[06;01H      Red Hat Enterprise Linux (6.11.0-rc3-df6cbc62cc-df6cbc6) 9.1 (Plow)      ^[[06;79H^[[07;01H      Red Hat Enterprise Linux (6.11.0-rc2-5189dafa4c-5189daf) 9.1 (Plow)      ^[[07;79H^[[08;01H      Red Hat Enterprise Linux (6.11.0-rc1-d3426a6ed9-d3426a6) 9.1 (Plow)      ^[[08;79H^[[09;01H      Red Hat Enterprise Linux (6.11.0-rc1) 9.1 (Plow)                         ^[[09;79H^[[10;01H      Red Hat Enterprise Linux (6.9.0-rc20ecaefb303) 9.1 (Plow)                ^[[10;79H^[[11;01H      Red Hat Enterprise Linux (5.14.0-162.6.1.el9_1.x86_64) 9.1 (Plow)        ^[[11;79H^[[12;01H      Red Hat Enterprise Linux (0-rescue-8f37f8055146469d8baec3ad508b0084) 9.1>
\r^[[13;01H^[[12;79H^[[13;01H      UEFI Firmware Settings                                                   ^[[13;79H^[[14;01H                                                                               ^[[14;79H^[[15;01H                                                                               ^[[15;79H^[[16;01H                                                                               ^[[16;79H^[[17;01H                                                                               ^[[17;79H^[[18;01H                                                                               ^[[18;79H^[[18;80H ^[[04;79H^[[23;01H   The selected entry will be started automatically in 5s.                     ^[[04;79H^[[23;01H   The selected entry will be started automatically in 4s.                     ^[[04;79H^[[23;01H   The selected entry will be started automatically in 3s.                     ^[[04;79H^[[23;01H   The selected entry will be started automatically in 2s.                     ^[[04;79H^[[23;01H   The selected entry will be started automatically in 1s.                     ^[[04;79H^[[23;01H   The selected entry will be started automatically in 0s.                     ^[[04;79H^[[0m^[[30m^[[40m^[[2J^[[01;01H^[[0m^[[37m^[[40m^[[0m^[[30m^[[40m^[[2J^[[01;01H^[[0m^[[37m^[[40m[    0.000000] Linux version 6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d (root@hostname.amd.com) (gcc (GCC) 11.4.1 20231218 (Red Hat 11.4.1-3), GNU ld version 2.35.2-43.el9) #1 SMP PREEMPT_DYNAMIC Tue Sep  3 11:01:30 IST 2024
[    0.000000] Command line: BOOT_IMAGE=(hd0,gpt6)/vmlinuz-6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d root=/dev/mapper/rhel_hostname-root ro selinux=0 console=ttyS0,115200n8 earlyprintk=ttyS0,115200 net.ifnames=0 biosdevname=0 swiotlb=131072 kvm_amd.debug_swap=0 mem_encrypt=on
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Hygon HygonGenuine
[    0.000000]   Centaur CentaurHauls
[    0.000000]   zhaoxin   Shanghai  
[    0.000000] SEV-SNP: RMP table physical range [0x0000000015e00000 - 0x00000000566fffff]
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000008efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000008f000-0x000000000008ffff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000000090000-0x000000000009ffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000015dfffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000015e00000-0x00000000566fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000056700000-0x00000000567fbfff] usable
[    0.000000] BIOS-e820: [mem 0x00000000567fc000-0x00000000567fcfff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000567fd000-0x000000005a14afff] usable
[    0.000000] BIOS-e820: [mem 0x000000005a14b000-0x000000005a34afff] reserved
[    0.000000] BIOS-e820: [mem 0x000000005a34b000-0x0000000067acefff] usable
[    0.000000] BIOS-e820: [mem 0x0000000067acf000-0x000000006dfcefff] reserved
[    0.000000] BIOS-e820: [mem 0x000000006dfcf000-0x000000006edfefff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000006edff000-0x000000006effefff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000006efff000-0x000000006effffff] usable
[    0.000000] BIOS-e820: [mem 0x000000006f000000-0x000000006f00afff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000006f00b000-0x000000006fffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000070000000-0x000000008fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000aa000000-0x00000000aaffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000c5000000-0x00000000c5ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000e0ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fd000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000207fcfffff] usable
[    0.000000] BIOS-e820: [mem 0x000000207fd00000-0x000000207fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000002080000000-0x000000407f1fffff] usable
[    0.000000] BIOS-e820: [mem 0x000000407f200000-0x000000407fffffff] reserved
[    0.000000] printk: legacy bootconsole [earlyser0] enabled
[    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-0x000000000008efff] usable
[    0.000000] reserve setup_data: [mem 0x000000000008f000-0x000000000008ffff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x0000000000090000-0x000000000009ffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000000100000-0x0000000000b4b01f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000b4b020-0x0000000000b5305f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000b53060-0x0000000000b5401f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000b54020-0x0000000000b8645f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000b86460-0x0000000000b8701f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000b87020-0x0000000000bb945f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000bb9460-0x0000000000bba01f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000bba020-0x0000000000bffe5f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000bffe60-0x0000000015dfffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000015e00000-0x00000000566fffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000056700000-0x00000000567fbfff] usable
[    0.000000] reserve setup_data: [mem 0x00000000567fc000-0x00000000567fcfff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000567fd000-0x000000005a14afff] usable
[    0.000000] reserve setup_data: [mem 0x000000005a14b000-0x000000005a34afff] reserved
[    0.000000] reserve setup_data: [mem 0x000000005a34b000-0x0000000067acefff] usable
[    0.000000] reserve setup_data: [mem 0x0000000067acf000-0x000000006dfcefff] reserved
[    0.000000] reserve setup_data: [mem 0x000000006dfcf000-0x000000006edfefff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x000000006edff000-0x000000006effefff] ACPI data
[    0.000000] reserve setup_data: [mem 0x000000006efff000-0x000000006effffff] usable
[    0.000000] reserve setup_data: [mem 0x000000006f000000-0x000000006f00afff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x000000006f00b000-0x000000006fffffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000070000000-0x000000008fffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000aa000000-0x00000000aaffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000c5000000-0x00000000c5ffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000e0000000-0x00000000e0ffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fd000000-0x00000000ffffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000207fcfffff] usable
[    0.000000] reserve setup_data: [mem 0x000000207fd00000-0x000000207fffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000002080000000-0x000000407f1fffff] usable
[    0.000000] reserve setup_data: [mem 0x000000407f200000-0x000000407fffffff] reserved
[    0.000000] efi: EFI v2.7 by Dell Inc.
[    0.000000] efi: ACPI=0x6effe000 ACPI 2.0=0x6effe014 MEMATTR=0x63f3c4a0 SMBIOS=0x6979e000 SMBIOS 3.0=0x6979c000 MOKvar=0x67bcc000 RNG=0x6efb4020 
[    0.000000] random: crng init done
[    0.000000] efi: Remove mem56: MMIO range=[0x80000000-0x8fffffff] (256MB) from e820 map
[    0.000000] efi: Remove mem57: MMIO range=[0xaa000000-0xaaffffff] (16MB) from e820 map
[    0.000000] efi: Remove mem58: MMIO range=[0xc5000000-0xc5ffffff] (16MB) from e820 map
[    0.000000] efi: Remove mem59: MMIO range=[0xe0000000-0xe0ffffff] (16MB) from e820 map
[    0.000000] efi: Remove mem60: MMIO range=[0xfd000000-0xffffffff] (48MB) from e820 map
[    0.000000] SMBIOS 3.3.0 present.
[    0.000000] DMI: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[    0.000000] DMI: Memory slots populated: 8/16
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 1996.396 MHz processor
[    0.000028] last_pfn = 0x407f200 max_arch_pfn = 0x400000000
[    0.005552] MTRR map: 7 entries (2 fixed + 5 variable; max 19), built from 9 variable MTRRs
[    0.013865] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Memory KASLR using RDRAND RDTSC...
[    0.024705] x2apic: enabled by BIOS, switching to x2apic ops
[    0.030340] last_pfn = 0x70000 max_arch_pfn = 0x400000000
[    0.043829] SEV-SNP: Reserving start/end of RMP table on a 2MB boundary [0x0000000056600000]
[    0.052100] Using GB pages for direct mapping
[    0.057400] Secure boot disabled
[    0.060451] RAMDISK: [mem 0x407cee3000-0x407f1fffff]
[    0.065393] ACPI: Early table checksum verification disabled
[    0.071026] ACPI: RSDP 0x000000006EFFE014 000024 (v02 DELL  )
[    0.076744] ACPI: XSDT 0x000000006EFB7188 0000DC (v01 DELL   PE_SC3   00000002 DELL 00000001)
[    0.085267] ACPI: FACP 0x000000006EFF9000 000114 (v06 DELL   PE_SC3   00000002 DELL 00000001)
[    0.093758] ACPI: DSDT 0x000000006EFDA000 019528 (v02 DELL   PE_SC3   00000002 DELL 00000001)
[    0.102249] ACPI: FACS 0x000000006EDB9000 000040
[    0.106841] ACPI: BERT 0x000000006EFFC000 000030 (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.115333] ACPI: ERST 0x000000006EFFB000 000230 (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.123827] ACPI: HEST 0x000000006EFFA000 0007F4 (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.132320] ACPI: HPET 0x000000006EFF8000 000038 (v01 DELL   PE_SC3   00000002 DELL 00000001)
[    0.140811] ACPI: APIC 0x000000006EFF6000 0018BE (v05 DELL   PE_SC3   00000002 DELL 00000001)
[    0.149304] ACPI: MCFG 0x000000006EFF5000 00003C (v01 DELL   PE_SC3   00000002 DELL 00000001)
[    0.157797] ACPI: WSMT 0x000000006EFF4000 000028 (v01 DELL   PE_SC3   00000002 DELL 00000001)
[    0.166288] ACPI: SSDT 0x000000006EFD9000 000629 (v02 DELL   xhc_port 00000001 INTL 20210331)
[    0.174781] ACPI: SSDT 0x000000006EFD8000 000D6E (v02 AMD    CPMRAS   00000001 INTL 20210331)
[    0.183274] ACPI: EINJ 0x000000006EFD7000 000170 (v01 AMD    PE_SC3   00000001 AMD  00000001)
[    0.191766] ACPI: PCCT 0x000000006EFD6000 00006E (v02 DELL   AmdTable 00000001 AMD  00000001)
[    0.200259] ACPI: SSDT 0x000000006EFC7000 00E849 (v02 DELL   PE_SC3   00000001 AMD  00000001)
[    0.208752] ACPI: SRAT 0x000000006EFC6000 000CD0 (v03 DELL   PE_SC3   00000001 AMD  00000001)
[    0.217244] ACPI: MSCT 0x000000006EFC5000 00004E (v01 DELL   PE_SC3   00000000 AMD  00000001)
[    0.225737] ACPI: SLIT 0x000000006EFC4000 000030 (v01 DELL   PE_SC3   00000001 AMD  00000001)
[    0.234228] ACPI: CRAT 0x000000006EFBC000 0072F8 (v01 DELL   PE_SC3   00000001 AMD  00000001)
[    0.242721] ACPI: CDIT 0x000000006EFBB000 00002C (v01 DELL   PE_SC3   00000001 AMD  00000001)
[    0.251214] ACPI: IVRS 0x000000006EFBA000 0001F0 (v02 DELL   PE_SC3   00000001 AMD  00000001)
[    0.259706] ACPI: SPCR 0x000000006EFB9000 000050 (v02 DELL   PE_SC3   00000002 DELL 00000001)
[    0.268198] ACPI: SLIC 0x000000006EFB8000 000176 (v01 DELL   PE_SC3   00000002 DELL 00000001)
[    0.276692] ACPI: SSDT 0x000000006EFFD000 000D66 (v02 DELL   PE_SC3   00000002 DELL 00000001)
[    0.285218] ACPI: SSDT 0x000000006EFB5000 00193C (v02 AMD    CPMCMN   00000001 INTL 20210331)
[    0.293717] ACPI: Reserving FACP table memory at [mem 0x6eff9000-0x6eff9113]
[    0.300736] ACPI: Reserving DSDT table memory at [mem 0x6efda000-0x6eff3527]
[    0.307756] ACPI: Reserving FACS table memory at [mem 0x6edb9000-0x6edb903f]
[    0.314774] ACPI: Reserving BERT table memory at [mem 0x6effc000-0x6effc02f]
[    0.321794] ACPI: Reserving ERST table memory at [mem 0x6effb000-0x6effb22f]
[    0.328813] ACPI: Reserving HEST table memory at [mem 0x6effa000-0x6effa7f3]
[    0.335833] ACPI: Reserving HPET table memory at [mem 0x6eff8000-0x6eff8037]
[    0.342851] ACPI: Reserving APIC table memory at [mem 0x6eff6000-0x6eff78bd]
[    0.349871] ACPI: Reserving MCFG table memory at [mem 0x6eff5000-0x6eff503b]
[    0.356890] ACPI: Reserving WSMT table memory at [mem 0x6eff4000-0x6eff4027]
[    0.363910] ACPI: Reserving SSDT table memory at [mem 0x6efd9000-0x6efd9628]
[    0.370929] ACPI: Reserving SSDT table memory at [mem 0x6efd8000-0x6efd8d6d]
[    0.377948] ACPI: Reserving EINJ table memory at [mem 0x6efd7000-0x6efd716f]
[    0.384967] ACPI: Reserving PCCT table memory at [mem 0x6efd6000-0x6efd606d]
[    0.392005] ACPI: Reserving SSDT table memory at [mem 0x6efc7000-0x6efd5848]
[    0.399023] ACPI: Reserving SRAT table memory at [mem 0x6efc6000-0x6efc6ccf]
[    0.406044] ACPI: Reserving MSCT table memory at [mem 0x6efc5000-0x6efc504d]
[    0.413064] ACPI: Reserving SLIT table memory at [mem 0x6efc4000-0x6efc402f]
[    0.420082] ACPI: Reserving CRAT table memory at [mem 0x6efbc000-0x6efc32f7]
[    0.427101] ACPI: Reserving CDIT table memory at [mem 0x6efbb000-0x6efbb02b]
[    0.434121] ACPI: Reserving IVRS table memory at [mem 0x6efba000-0x6efba1ef]
[    0.441140] ACPI: Reserving SPCR table memory at [mem 0x6efb9000-0x6efb904f]
[    0.448159] ACPI: Reserving SLIC table memory at [mem 0x6efb8000-0x6efb8175]
[    0.455178] ACPI: Reserving SSDT table memory at [mem 0x6effd000-0x6effdd65]
[    0.462198] ACPI: Reserving SSDT table memory at [mem 0x6efb5000-0x6efb693b]
[    0.469295] APIC: Switched APIC routing to: cluster x2apic
[    0.474697] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff]
[    0.480656] ACPI: SRAT: Node 0 PXM 0 [mem 0x000c0000-0x7fffffff]
[    0.486635] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0x207fffffff]
[    0.492909] ACPI: SRAT: Node 1 PXM 1 [mem 0x2080000000-0x407fffffff]
[    0.499243] NUMA: Node 0 [mem 0x00001000-0x0009ffff] + [mem 0x000c0000-0x7fffffff] -> [mem 0x00001000-0x7fffffff]
[    0.509460] NUMA: Node 0 [mem 0x00001000-0x7fffffff] + [mem 0x100000000-0x207fffffff] -> [mem 0x00001000-0x207fffffff]
[    0.520127] NODE_DATA(0) allocated [mem 0x207fcd5a00-0x207fcfffff]
[    0.526281] NODE_DATA(1) allocated [mem 0x407ceb7a00-0x407cee1fff]
[    0.532758] Zone ranges:
[    0.535111]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.541265]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.547417]   Normal   [mem 0x0000000100000000-0x000000407f1fffff]
[    0.553569]   Device   empty
[    0.556428] Movable zone start for each node
[    0.560676] Early memory node ranges
[    0.564228]   node   0: [mem 0x0000000000001000-0x000000000008efff]
[    0.570468]   node   0: [mem 0x0000000000090000-0x000000000009ffff]
[    0.576706]   node   0: [mem 0x0000000000100000-0x0000000015dfffff]
[    0.582947]   node   0: [mem 0x0000000056700000-0x00000000567fbfff]
[    0.589186]   node   0: [mem 0x00000000567fd000-0x000000005a14afff]
[    0.595468]   node   0: [mem 0x000000005a34b000-0x0000000067acefff]
[    0.601708]   node   0: [mem 0x000000006efff000-0x000000006effffff]
[    0.607948]   node   0: [mem 0x000000006f00b000-0x000000006fffffff]
[    0.614186]   node   0: [mem 0x0000000100000000-0x000000207fcfffff]
[    0.620435]   node   1: [mem 0x0000002080000000-0x000000407f1fffff]
[    0.626674] Initmem setup node 0 [mem 0x0000000000001000-0x000000207fcfffff]
[    0.633687] Initmem setup node 1 [mem 0x0000002080000000-0x000000407f1fffff]
[    0.640706] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.646511] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.652327] On node 0, zone DMA: 96 pages in unavailable ranges
[    0.658658] On node 0, zone DMA32: 35072 pages in unavailable ranges
[    0.664870] On node 0, zone DMA32: 1 pages in unavailable ranges
[    0.670968] On node 0, zone DMA32: 512 pages in unavailable ranges
[    0.677139] On node 0, zone DMA32: 30000 pages in unavailable ranges
[    0.683316] On node 0, zone DMA32: 11 pages in unavailable ranges
[    0.917814] On node 1, zone Normal: 768 pages in unavailable ranges
[    0.923923] On node 1, zone Normal: 3584 pages in unavailable ranges
[    0.930373] ACPI: PM-Timer IO Port: 0x408
[    0.934244] ACPI: X2APIC_NMI (uid[0xffffffff] high edge lint[0x1])
[    0.940369] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.946276] IOAPIC[0]: apic_id 240, version 33, address 0xfec00000, GSI 0-23
[    0.953283] IOAPIC[1]: apic_id 241, version 33, address 0xe0100000, GSI 120-151
[    0.960563] IOAPIC[2]: apic_id 242, version 33, address 0xc5100000, GSI 88-119
[    0.967755] IOAPIC[3]: apic_id 243, version 33, address 0xaa100000, GSI 56-87
[    0.974861] IOAPIC[4]: apic_id 244, version 33, address 0xfd100000, GSI 24-55
[    0.981966] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.988289] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.994798] ACPI: Using ACPI (MADT) for SMP configuration information
[    1.001203] ACPI: HPET id: 0x10228201 base: 0xfed00000
[    1.006318] ACPI: SPCR: console: uart,io,0x2f8,115200
[    1.011346] CPU topo: Max. logical packages:   1
[    1.015933] CPU topo: Max. logical dies:       1
[    1.020525] CPU topo: Max. dies per package:   1
[    1.025122] CPU topo: Max. threads per core:   2
[    1.029721] CPU topo: Num. cores per package:    64
[    1.034574] CPU topo: Num. threads per package: 128
[    1.039425] CPU topo: Allowing 128 present CPUs plus 0 hotplug CPUs
[    1.045690] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    1.053205] PM: hibernation: Registered nosave memory: [mem 0x0008f000-0x0008ffff]
[    1.060745] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    1.068284] PM: hibernation: Registered nosave memory: [mem 0x00b4b000-0x00b4bfff]
[    1.075824] PM: hibernation: Registered nosave memory: [mem 0x00b53000-0x00b53fff]
[    1.083361] PM: hibernation: Registered nosave memory: [mem 0x00b54000-0x00b54fff]
[    1.090901] PM: hibernation: Registered nosave memory: [mem 0x00b86000-0x00b86fff]
[    1.098440] PM: hibernation: Registered nosave memory: [mem 0x00b87000-0x00b87fff]
[    1.105980] PM: hibernation: Registered nosave memory: [mem 0x00bb9000-0x00bb9fff]
[    1.113519] PM: hibernation: Registered nosave memory: [mem 0x00bba000-0x00bbafff]
[    1.121059] PM: hibernation: Registered nosave memory: [mem 0x00bff000-0x00bfffff]
[    1.128598] PM: hibernation: Registered nosave memory: [mem 0x15e00000-0x566fffff]
[    1.136145] PM: hibernation: Registered nosave memory: [mem 0x56700000-0x567fbfff]
[    1.143684] PM: hibernation: Registered nosave memory: [mem 0x567fc000-0x567fcfff]
[    1.151224] PM: hibernation: Registered nosave memory: [mem 0x567fd000-0x567fffff]
[    1.158764] PM: hibernation: Registered nosave memory: [mem 0x5a14b000-0x5a34afff]
[    1.166303] PM: hibernation: Registered nosave memory: [mem 0x67acf000-0x6dfcefff]
[    1.173841] PM: hibernation: Registered nosave memory: [mem 0x6dfcf000-0x6edfefff]
[    1.181380] PM: hibernation: Registered nosave memory: [mem 0x6edff000-0x6effefff]
[    1.188920] PM: hibernation: Registered nosave memory: [mem 0x6f000000-0x6f00afff]
[    1.196459] PM: hibernation: Registered nosave memory: [mem 0x70000000-0x7fffffff]
[    1.203997] PM: hibernation: Registered nosave memory: [mem 0x80000000-0xffffffff]
[    1.211539] PM: hibernation: Registered nosave memory: [mem 0x207fd00000-0x207fffffff]
[    1.219423] [mem 0x56800000-0xffffffff] available for PCI devices
[    1.225488] Booting paravirtualized kernel on bare hardware
[    1.231037] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    1.241463] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:128 nr_cpu_ids:128 nr_node_ids:2
[    1.253804] percpu: Embedded 66 pages/cpu s233472 r8192 d28672 u524288
[    1.260282] Kernel command line: BOOT_IMAGE=(hd0,gpt6)/vmlinuz-6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d root=/dev/mapper/rhel_hostname-root ro selinux=0 console=ttyS0,115200n8 earlyprintk=ttyS0,115200 net.ifnames=0 biosdevname=0 swiotlb=131072 kvm_amd.debug_swap=0 mem_encrypt=on
[    1.285601] Unknown kernel command line parameters "BOOT_IMAGE=(hd0,gpt6)/vmlinuz-6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d biosdevname=0 mem_encrypt=on", will be passed to user space.
[    1.302372] printk: log_buf_len individual max cpu contribution: 4096 bytes
[    1.309287] printk: log_buf_len total cpu_extra contributions: 520192 bytes
[    1.316220] printk: log_buf_len min size: 262144 bytes
[    1.321706] printk: log_buf_len: 1048576 bytes
[    1.325968] printk: early log buf free: 242224(92%)
[    1.332257] Fallback order for Node 0: 0 1 
[    1.332260] Fallback order for Node 1: 1 0 
[    1.332271] Built 2 zonelists, mobility grouping on.  Total pages: 66743906
[    1.347365] Policy zone: Normal
[    1.350491] mem auto-init: stack:off, heap alloc:on, heap free:off
[    1.356675] software IO TLB: area num 128.
[    1.782263] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=128, Nodes=2
Poking KASLR using RDRAND RDTSC...
[    1.791906] ftrace: allocating 53173 entries in 208 pages
[    1.808286] ftrace: allocated 208 pages with 3 groups
[    1.814020] Dynamic Preempt: voluntary
[    1.817946] rcu: Preemptible hierarchical RCU implementation.
[    1.823506] rcu: 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=128.
[    1.830439] 	Trampoline variant of Tasks RCU enabled.
[    1.835465] 	Rude variant of Tasks RCU enabled.
[    1.839971] 	Tracing variant of Tasks RCU enabled.
[    1.844738] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    1.852277] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=128
[    1.859164] RCU Tasks: Setting shift to 7 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=128.
[    1.867965] RCU Tasks Rude: Setting shift to 7 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=128.
[    1.877258] RCU Tasks Trace: Setting shift to 7 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=128.
[    1.889308] NR_IRQS: 524544, nr_irqs: 3624, preallocated irqs: 16
[    1.895490] rcu: srcu_init: Setting srcu_struct sizes to big.
[    1.901205] Console: colour dummy device 80x25
[    1.905494] printk: legacy console [ttyS0] enabled
[    1.905494] printk: legacy console [ttyS0] enabled
[    1.915026] printk: legacy bootconsole [earlyser0] disabled
[    1.915026] printk: legacy bootconsole [earlyser0] disabled
[    1.926212] mempolicy: Enabling automatic NUMA balancing. Configure with numa_balancing= or the kernel.numa_balancing sysctl
[    1.937492] ACPI: Core revision 20240322
[    1.941641] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[    1.950780] APIC: Switch to symmetric I/O mode setup
[    1.956735] AMD-Vi: Using global IVHD EFR:0x841f77e022094ace, EFR2:0x0
[    1.965686] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    1.990779] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x398dc336f55, max_idle_ns: 881590557165 ns
[    2.001308] Calibrating delay loop (skipped), value calculated using timer frequency.. 3992.79 BogoMIPS (lpj=7985584)
[    2.005319] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[    2.009411] LVT offset 2 assigned for vector 0xf4
[    2.013341] Last level iTLB entries: 4KB 512, 2MB 512, 4MB 256
[    2.017307] Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
[    2.021309] process: using mwait in idle threads
[    2.025308] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    2.029309] Spectre V2 : Mitigation: Retpolines
[    2.033307] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    2.037307] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
[    2.041307] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    2.045308] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    2.049307] Spectre V2 : User space: Mitigation: STIBP always-on protection
[    2.053308] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[    2.057307] Speculative Return Stack Overflow: Mitigation: Safe RET
[    2.061310] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    2.065307] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    2.069307] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    2.073307] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
[    2.077307] x86/fpu: Supporting XSAVE feature 0x800: 'Control-flow User registers'
[    2.081308] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    2.085307] x86/fpu: xstate_offset[9]:  832, xstate_sizes[9]:    8
[    2.089308] x86/fpu: xstate_offset[11]:  840, xstate_sizes[11]:   16
[    2.093309] x86/fpu: Enabled xstate features 0xa07, context size is 856 bytes, using 'compacted' format.
[    2.130493] Freeing SMP alternatives memory: 44K
[    2.133428] Memory Encryption Features active: AMD SME
[    2.137308] pid_max: default: 131072 minimum: 1024
[    2.149225] LSM: initializing lsm=lockdown,capability,yama,apparmor,ima,evm
[    2.149363] Yama: becoming mindful.
[    2.153419] AppArmor: AppArmor initialized
[    2.166749] Dentry cache hash table entries: 16777216 (order: 15, 134217728 bytes, vmalloc hugepage)
[    2.175244] Inode-cache hash table entries: 8388608 (order: 14, 67108864 bytes, vmalloc hugepage)
[    2.177493] Mount-cache hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc)
[    2.181457] Mountpoint-cache hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc)
[    2.297443] smpboot: CPU0: AMD EPYC 7713 64-Core Processor (family: 0x19, model: 0x1, stepping: 0x1)
[    2.301691] Performance Events: Fam17h+ core perfctr, AMD PMU driver.
[    2.305309] ... version:                0
[    2.309308] ... bit width:              48
[    2.313308] ... generic registers:      6
[    2.317308] ... value mask:             0000ffffffffffff
[    2.321308] ... max period:             00007fffffffffff
[    2.325308] ... fixed-purpose events:   0
[    2.329308] ... event mask:             000000000000003f
[    2.333639] signal: max sigframe size: 3376
[    2.337344] rcu: Hierarchical SRCU implementation.
[    2.341308] rcu: 	Max phase no-delay instances is 1000.
[    2.345360] Timer migration: 3 hierarchy levels; 8 children per group; 2 crossnode level
[    2.357127] MCE: In-kernel MCE decoding enabled.
[    2.357364] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    2.365735] smp: Bringing up secondary CPUs ...
[    2.369451] smpboot: x86: Booting SMP configuration:
[    2.373310] .... 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
[    2.381310] .... node  #1, CPUs:    #32  #33  #34  #35  #36  #37  #38  #39  #40  #41  #42  #43  #44  #45  #46  #47  #48  #49  #50  #51  #52  #53  #54  #55  #56  #57  #58  #59  #60  #61  #62  #63
[    2.461308] psi: inconsistent task state! task=17:rcu_preempt cpu=0 psi_flags=4 clear=0 set=4
[    2.533602] 
[    2.535098] .... node  #0, CPUs:    #64  #65  #66  #67  #68  #69  #70  #71  #72  #73  #74  #75  #76  #77  #78  #79  #80  #81  #82  #83  #84  #85  #86  #87  #88  #89  #90  #91  #92  #93  #94  #95
[    2.545309] .... node  #1, CPUs:    #96  #97  #98  #99 #100 #101 #102 #103 #104 #105 #106 #107 #108 #109 #110 #111 #112 #113 #114 #115 #116 #117 #118 #119 #120 #121 #122 #123 #124 #125 #126 #127
[    2.607309] Spectre V2 : Update user space SMT mitigation: STIBP always-on
[    2.755310] smp: Brought up 2 nodes, 128 CPUs
[    2.757313] smpboot: Total of 128 processors activated (511077.37 BogoMIPS)
[    2.773401] Memory: 262096760K/266975624K available (18432K kernel code, 3262K rwdata, 7744K rodata, 4684K init, 6212K bss, 4562404K reserved, 0K cma-reserved)
[    2.784161] devtmpfs: initialized
[    2.785386] x86/mm: Memory block size: 2048MB
[    2.800151] ACPI: PM: Registering ACPI NVS region [mem 0x0008f000-0x0008ffff] (4096 bytes)
[    2.801309] ACPI: PM: Registering ACPI NVS region [mem 0x6dfcf000-0x6edfefff] (14876672 bytes)
[    2.809452] ACPI: PM: Registering ACPI NVS region [mem 0x6f000000-0x6f00afff] (45056 bytes)
[    2.813403] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    2.817430] futex hash table entries: 32768 (order: 9, 2097152 bytes, vmalloc)
[    2.821544] pinctrl core: initialized pinctrl subsystem
[    2.825421] PM: RTC time: 11:32:34, date: 2024-09-03
[    2.830131] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    2.833936] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[    2.837585] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    2.841579] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    2.845316] audit: initializing netlink subsys (disabled)
[    2.849329] audit: type=2000 audit(1725363153.880:1): state=initialized audit_enabled=0 res=1
[    2.849484] thermal_sys: Registered thermal governor 'fair_share'
[    2.853310] thermal_sys: Registered thermal governor 'bang_bang'
[    2.857308] thermal_sys: Registered thermal governor 'step_wise'
[    2.861308] thermal_sys: Registered thermal governor 'user_space'
[    2.865316] EISA bus registered
[    2.873331] cpuidle: using governor ladder
[    2.877319] cpuidle: using governor menu
[    2.881352] Detected 1 PCC Subspaces
[    2.885309] Registering PCC driver as Mailbox controller
[    2.889519] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    2.893310] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    2.897482] PCI: ECAM [mem 0x80000000-0x8fffffff] (base 0x80000000) for domain 0000 [bus 00-ff]
[    2.901319] PCI: Using configuration type 1 for base access
[    2.905317] PCI: Dell System detected, enabling pci=bfsort.
[    2.909485] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    2.913526] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[    2.917311] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[    2.921309] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[    2.925308] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[    2.929584] ACPI: Added _OSI(Module Device)
[    2.933309] ACPI: Added _OSI(Processor Device)
[    2.937308] ACPI: Added _OSI(3.0 _SCP Extensions)
[    2.941308] ACPI: Added _OSI(Processor Aggregator Device)
[    2.986567] ACPI: 6 ACPI AML tables successfully acquired and loaded
[    3.004562] ACPI: Interpreter enabled
[    3.005321] ACPI: PM: (supports S0 S5)
[    3.009308] ACPI: Using IOAPIC for interrupt routing
[    3.017562] HEST: Table parsing has been initialized.
[    3.021723] GHES: APEI firmware first mode is enabled by APEI bit and WHEA _OSC.
[    3.025310] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    3.029308] PCI: Ignoring E820 reservations for host bridge windows
[    3.035490] ACPI: Enabled 1 GPEs in block 00 to 1F
[    3.075770] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[    3.077386] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
[    3.081386] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[    3.085385] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[    3.089386] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[    3.093385] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[    3.097386] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[    3.101386] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[    3.105797] ACPI: PCI Root Bridge [PC00] (domain 0000 [bus 00-3f])
[    3.109312] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    3.113471] acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug AER DPC]
[    3.117625] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
[    3.121308] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    3.126281] PCI host bridge to bus 0000:00
[    3.129312] pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
[    3.133308] pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
[    3.137309] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000fffff window]
[    3.141308] pci_bus 0000:00: root bus resource [io  0x0d00-0x3fff window]
[    3.145308] pci_bus 0000:00: root bus resource [mem 0xe1000000-0xfebfffff window]
[    3.149308] pci_bus 0000:00: root bus resource [mem 0x63dc0000000-0x7fcffffffff window]
[    3.153309] pci_bus 0000:00: root bus resource [bus 00-3f]
[    3.157322] pci 0000:00:00.0: [1022:1480] type 00 class 0x060000 conventional PCI endpoint
[    3.161473] pci 0000:00:00.2: [1022:164f] type 00 class 0x080600 conventional PCI endpoint
[    3.165427] pci 0000:00:01.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.169412] pci 0000:00:02.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.173411] pci 0000:00:03.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.177411] pci 0000:00:03.2: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    3.181326] pci 0000:00:03.2: PCI bridge to [bus 01]
[    3.185312] pci 0000:00:03.2:   bridge window [io  0x1000-0x1fff]
[    3.189309] pci 0000:00:03.2:   bridge window [mem 0xf7300000-0xf74fffff]
[    3.193378] pci 0000:00:03.2: PME# supported from D0 D3hot D3cold
[    3.198332] pci 0000:00:04.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.201416] pci 0000:00:05.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.205413] pci 0000:00:07.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.209409] pci 0000:00:07.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    3.213326] pci 0000:00:07.1: PCI bridge to [bus 02]
[    3.217313] pci 0000:00:07.1:   bridge window [mem 0xf7200000-0xf72fffff]
[    3.221320] pci 0000:00:07.1: enabling Extended Tags
[    3.229338] pci 0000:00:07.1: PME# supported from D0 D3hot D3cold
[    3.233481] pci 0000:00:08.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.237410] pci 0000:00:08.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    3.241326] pci 0000:00:08.1: PCI bridge to [bus 03]
[    3.245313] pci 0000:00:08.1:   bridge window [mem 0xf7000000-0xf71fffff]
[    3.249320] pci 0000:00:08.1: enabling Extended Tags
[    3.253358] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[    3.257515] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500 conventional PCI endpoint
[    3.261449] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100 conventional PCI endpoint
[    3.265499] pci 0000:00:18.0: [1022:1650] type 00 class 0x060000 conventional PCI endpoint
[    3.269420] pci 0000:00:18.1: [1022:1651] type 00 class 0x060000 conventional PCI endpoint
[    3.273384] pci 0000:00:18.2: [1022:1652] type 00 class 0x060000 conventional PCI endpoint
[    3.277388] pci 0000:00:18.3: [1022:1653] type 00 class 0x060000 conventional PCI endpoint
[    3.281384] pci 0000:00:18.4: [1022:1654] type 00 class 0x060000 conventional PCI endpoint
[    3.285383] pci 0000:00:18.5: [1022:1655] type 00 class 0x060000 conventional PCI endpoint
[    3.293310] pci 0000:00:18.6: [1022:1656] type 00 class 0x060000 conventional PCI endpoint
[    3.297385] pci 0000:00:18.7: [1022:1657] type 00 class 0x060000 conventional PCI endpoint
[    3.301450] pci 0000:01:00.0: [1000:0097] type 00 class 0x010700 PCIe Endpoint
[    3.305319] pci 0000:01:00.0: BAR 0 [io  0x1000-0x10ff]
[    3.309318] pci 0000:01:00.0: BAR 1 [mem 0xf7400000-0xf740ffff 64bit]
[    3.313317] pci 0000:01:00.0: BAR 3 [mem 0xf7300000-0xf73fffff 64bit]
[    3.317320] pci 0000:01:00.0: ROM [mem 0xfff00000-0xffffffff pref]
[    3.321313] pci 0000:01:00.0: enabling Extended Tags
[    3.325392] pci 0000:01:00.0: supports D1 D2
[    3.329338] pci 0000:01:00.0: VF BAR 0 [mem 0x00000000-0x0000ffff 64bit]
[    3.333308] pci 0000:01:00.0: VF BAR 0 [mem 0x00000000-0x000fffff 64bit]: contains BAR 0 for 16 VFs
[    3.337316] pci 0000:01:00.0: VF BAR 2 [mem 0x00000000-0x000fffff 64bit]
[    3.341308] pci 0000:01:00.0: VF BAR 2 [mem 0x00000000-0x00ffffff 64bit]: contains BAR 2 for 16 VFs
[    3.345496] pci 0000:00:03.2: PCI bridge to [bus 01]
[    3.349394] pci 0000:02:00.0: [1022:148a] type 00 class 0x130000 PCIe Endpoint
[    3.353349] pci 0000:02:00.0: enabling Extended Tags
[    3.357495] pci 0000:02:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    3.361327] pci 0000:02:00.2: BAR 2 [mem 0xf7200000-0xf727ffff]
[    3.365323] pci 0000:02:00.2: BAR 5 [mem 0xf7280000-0xf7281fff]
[    3.369317] pci 0000:02:00.2: enabling Extended Tags
[    3.373521] pci 0000:00:07.1: PCI bridge to [bus 02]
[    3.377440] pci 0000:03:00.0: [1022:1485] type 00 class 0x130000 PCIe Endpoint
[    3.381353] pci 0000:03:00.0: enabling Extended Tags
[    3.385543] pci 0000:03:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    3.389329] pci 0000:03:00.2: BAR 2 [mem 0xf7100000-0xf717ffff]
[    3.393324] pci 0000:03:00.2: BAR 5 [mem 0xf7180000-0xf7181fff]
[    3.397318] pci 0000:03:00.2: enabling Extended Tags
[    3.401516] pci 0000:03:00.3: [1022:148c] type 00 class 0x0c0330 PCIe Endpoint
[    3.405321] pci 0000:03:00.3: BAR 0 [mem 0xf7000000-0xf70fffff 64bit]
[    3.409339] pci 0000:03:00.3: enabling Extended Tags
[    3.413360] pci 0000:03:00.3: PME# supported from D0 D3hot D3cold
[    3.417499] pci 0000:00:08.1: PCI bridge to [bus 03]
[    3.425575] ACPI: PCI Root Bridge [PC01] (domain 0000 [bus 40-7f])
[    3.429311] acpi PNP0A08:01: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    3.437311] acpi PNP0A08:01: _OSC: platform does not support [SHPCHotplug AER DPC]
[    3.441619] acpi PNP0A08:01: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
[    3.445308] acpi PNP0A08:01: FADT indicates ASPM is unsupported, using BIOS configuration
[    3.450225] PCI host bridge to bus 0000:40
[    3.453312] pci_bus 0000:40: root bus resource [io  0x4000-0x6fff window]
[    3.457308] pci_bus 0000:40: root bus resource [mem 0x90000000-0xaaffffff window]
[    3.461308] pci_bus 0000:40: root bus resource [mem 0x47e80000000-0x63dbfffffff window]
[    3.465309] pci_bus 0000:40: root bus resource [bus 40-7f]
[    3.469317] pci 0000:40:00.0: [1022:1480] type 00 class 0x060000 conventional PCI endpoint
[    3.473420] pci 0000:40:00.2: [1022:164f] type 00 class 0x080600 conventional PCI endpoint
[    3.477423] pci 0000:40:01.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.481411] pci 0000:40:02.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.485402] pci 0000:40:03.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.489410] pci 0000:40:03.1: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    3.493328] pci 0000:40:03.1: PCI bridge to [bus 41]
[    3.497313] pci 0000:40:03.1:   bridge window [mem 0xa4c00000-0xa4ffffff]
[    3.501400] pci 0000:40:03.1: PME# supported from D0 D3hot D3cold
[    3.521346] pci 0000:40:03.2: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    3.525328] pci 0000:40:03.2: PCI bridge to [bus 42]
[    3.529313] pci 0000:40:03.2:   bridge window [mem 0xa4800000-0xa4bfffff]
[    3.533401] pci 0000:40:03.2: PME# supported from D0 D3hot D3cold
[    3.550782] pci 0000:40:03.3: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    3.553334] pci 0000:40:03.3: PCI bridge to [bus 43]
[    3.557315] pci 0000:40:03.3:   bridge window [mem 0xa4400000-0xa47fffff]
[    3.561533] pci 0000:40:03.3: PME# supported from D0 D3hot D3cold
[    3.580524] pci 0000:40:03.4: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    3.581332] pci 0000:40:03.4: PCI bridge to [bus 44]
[    3.585313] pci 0000:40:03.4:   bridge window [mem 0xa4000000-0xa43fffff]
[    3.589411] pci 0000:40:03.4: PME# supported from D0 D3hot D3cold
[    3.606427] pci 0000:40:04.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.609415] pci 0000:40:05.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.613443] pci 0000:40:07.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.617406] pci 0000:40:07.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    3.621330] pci 0000:40:07.1: PCI bridge to [bus 45]
[    3.625315] pci 0000:40:07.1:   bridge window [mem 0xa5300000-0xa53fffff]
[    3.629321] pci 0000:40:07.1: enabling Extended Tags
[    3.633350] pci 0000:40:07.1: PME# supported from D0 D3hot D3cold
[    3.641479] pci 0000:40:08.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.649410] pci 0000:40:08.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    3.657327] pci 0000:40:08.1: PCI bridge to [bus 46]
[    3.661313] pci 0000:40:08.1:   bridge window [mem 0xa5000000-0xa52fffff]
[    3.669320] pci 0000:40:08.1: enabling Extended Tags
[    3.673357] pci 0000:40:08.1: PME# supported from D0 D3hot D3cold
[    3.677569] pci 0000:40:03.1: PCI bridge to [bus 41]
[    3.685390] pci 0000:40:03.2: PCI bridge to [bus 42]
[    3.689387] pci 0000:40:03.3: PCI bridge to [bus 43]
[    3.693387] pci 0000:40:03.4: PCI bridge to [bus 44]
[    3.697393] pci 0000:45:00.0: [1022:148a] type 00 class 0x130000 PCIe Endpoint
[    3.705348] pci 0000:45:00.0: enabling Extended Tags
[    3.709494] pci 0000:45:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    3.717327] pci 0000:45:00.2: BAR 2 [mem 0xa5300000-0xa537ffff]
[    3.725323] pci 0000:45:00.2: BAR 5 [mem 0xa5380000-0xa5381fff]
[    3.729317] pci 0000:45:00.2: enabling Extended Tags
[    3.737521] pci 0000:40:07.1: PCI bridge to [bus 45]
[    3.741439] pci 0000:46:00.0: [1022:1485] type 00 class 0x130000 PCIe Endpoint
[    3.749353] pci 0000:46:00.0: enabling Extended Tags
[    3.753539] pci 0000:46:00.1: [1022:1486] type 00 class 0x108000 PCIe Endpoint
[    3.761328] pci 0000:46:00.1: BAR 2 [mem 0xa5100000-0xa51fffff]
[    3.765323] pci 0000:46:00.1: BAR 5 [mem 0xa5282000-0xa5283fff]
[    3.773318] pci 0000:46:00.1: enabling Extended Tags
[    3.777373] pci 0000:46:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    3.785328] pci 0000:46:00.2: BAR 2 [mem 0xa5200000-0xa527ffff]
[    3.789324] pci 0000:46:00.2: BAR 5 [mem 0xa5280000-0xa5281fff]
[    3.797318] pci 0000:46:00.2: enabling Extended Tags
[    3.801525] pci 0000:46:00.3: [1022:148c] type 00 class 0x0c0330 PCIe Endpoint
[    3.809321] pci 0000:46:00.3: BAR 0 [mem 0xa5000000-0xa50fffff 64bit]
[    3.817338] pci 0000:46:00.3: enabling Extended Tags
[    3.821359] pci 0000:46:00.3: PME# supported from D0 D3hot D3cold
[    3.825503] pci 0000:40:08.1: PCI bridge to [bus 46]
[    3.834015] ACPI: PCI Root Bridge [PC02] (domain 0000 [bus 80-bf])
[    3.837312] acpi PNP0A08:02: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    3.849470] acpi PNP0A08:02: _OSC: platform does not support [SHPCHotplug AER DPC]
[    3.857620] acpi PNP0A08:02: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
[    3.865308] acpi PNP0A08:02: FADT indicates ASPM is unsupported, using BIOS configuration
[    3.874197] PCI host bridge to bus 0000:80
[    3.877312] pci_bus 0000:80: root bus resource [io  0x7000-0x9fff window]
[    3.885308] pci_bus 0000:80: root bus resource [mem 0xab000000-0xc5ffffff window]
[    3.893308] pci_bus 0000:80: root bus resource [mem 0x2bf40000000-0x47e7fffffff window]
[    3.901309] pci_bus 0000:80: root bus resource [bus 80-bf]
[    3.905318] pci 0000:80:00.0: [1022:1480] type 00 class 0x060000 conventional PCI endpoint
[    3.913423] pci 0000:80:00.2: [1022:164f] type 00 class 0x080600 conventional PCI endpoint
[    3.921424] pci 0000:80:01.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.929410] pci 0000:80:01.1: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    3.937309] pci 0000:80:01.1: PCI bridge to [bus 81]
[    3.941313] pci 0000:80:01.1:   bridge window [mem 0xbf400000-0xbf7fffff]
[    3.949400] pci 0000:80:01.1: PME# supported from D0 D3hot D3cold
[    3.968210] pci 0000:80:01.2: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    3.977333] pci 0000:80:01.2: PCI bridge to [bus 82]
[    3.981316] pci 0000:80:01.2:   bridge window [mem 0xbf000000-0xbf3fffff]
[    3.989381] pci 0000:80:01.2: PME# supported from D0 D3hot D3cold
[    4.008587] pci 0000:80:02.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.009416] pci 0000:80:03.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.017338] pci 0000:80:04.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.021486] pci 0000:80:05.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.025402] pci 0000:80:07.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.029417] pci 0000:80:07.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    4.033326] pci 0000:80:07.1: PCI bridge to [bus 83]
[    4.037312] pci 0000:80:07.1:   bridge window [mem 0xbfa00000-0xbfafffff]
[    4.041320] pci 0000:80:07.1: enabling Extended Tags
[    4.045358] pci 0000:80:07.1: PME# supported from D0 D3hot D3cold
[    4.049475] pci 0000:80:08.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.053408] pci 0000:80:08.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    4.057326] pci 0000:80:08.1: PCI bridge to [bus 84]
[    4.061312] pci 0000:80:08.1:   bridge window [mem 0xbf900000-0xbf9fffff]
[    4.065320] pci 0000:80:08.1: enabling Extended Tags
[    4.073359] pci 0000:80:08.1: PME# supported from D0 D3hot D3cold
[    4.077487] pci 0000:80:08.2: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    4.081326] pci 0000:80:08.2: PCI bridge to [bus 85]
[    4.085312] pci 0000:80:08.2:   bridge window [mem 0xbf800000-0xbf8fffff]
[    4.089320] pci 0000:80:08.2: enabling Extended Tags
[    4.093358] pci 0000:80:08.2: PME# supported from D0 D3hot D3cold
[    4.097567] pci 0000:80:01.1: PCI bridge to [bus 81]
[    4.101392] pci 0000:80:01.2: PCI bridge to [bus 82]
[    4.105397] pci 0000:83:00.0: [1022:148a] type 00 class 0x130000 PCIe Endpoint
[    4.109349] pci 0000:83:00.0: enabling Extended Tags
[    4.113490] pci 0000:83:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    4.117326] pci 0000:83:00.2: BAR 2 [mem 0xbfa00000-0xbfa7ffff]
[    4.121322] pci 0000:83:00.2: BAR 5 [mem 0xbfa80000-0xbfa81fff]
[    4.125317] pci 0000:83:00.2: enabling Extended Tags
[    4.129519] pci 0000:80:07.1: PCI bridge to [bus 83]
[    4.133438] pci 0000:84:00.0: [1022:1485] type 00 class 0x130000 PCIe Endpoint
[    4.137353] pci 0000:84:00.0: enabling Extended Tags
[    4.141538] pci 0000:84:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    4.145328] pci 0000:84:00.2: BAR 2 [mem 0xbf900000-0xbf97ffff]
[    4.149325] pci 0000:84:00.2: BAR 5 [mem 0xbf980000-0xbf981fff]
[    4.153318] pci 0000:84:00.2: enabling Extended Tags
[    4.157524] pci 0000:80:08.1: PCI bridge to [bus 84]
[    4.161437] pci 0000:85:00.0: [1022:7901] type 00 class 0x010601 PCIe Endpoint
[    4.165344] pci 0000:85:00.0: BAR 5 [mem 0xbf800000-0xbf8007ff]
[    4.169318] pci 0000:85:00.0: enabling Extended Tags
[    4.173372] pci 0000:85:00.0: PME# supported from D3hot D3cold
[    4.177506] pci 0000:80:08.2: PCI bridge to [bus 85]
[    4.185774] ACPI: PCI Root Bridge [PC03] (domain 0000 [bus c0-ff])
[    4.189311] acpi PNP0A08:03: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    4.193472] acpi PNP0A08:03: _OSC: platform does not support [SHPCHotplug AER DPC]
[    4.201390] acpi PNP0A08:03: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
[    4.205308] acpi PNP0A08:03: FADT indicates ASPM is unsupported, using BIOS configuration
[    4.210354] PCI host bridge to bus 0000:c0
[    4.213312] pci_bus 0000:c0: root bus resource [io  0xa000-0xffff window]
[    4.217308] pci_bus 0000:c0: root bus resource [mem 0xc6000000-0xe0ffffff window]
[    4.221308] pci_bus 0000:c0: root bus resource [mem 0x10000000000-0x2bf3fffffff window]
[    4.225308] pci_bus 0000:c0: root bus resource [io  0x03b0-0x03df window]
[    4.229308] pci_bus 0000:c0: root bus resource [mem 0x000a0000-0x000bffff window]
[    4.233308] pci_bus 0000:c0: root bus resource [bus c0-ff]
[    4.237318] pci 0000:c0:00.0: [1022:1480] type 00 class 0x060000 conventional PCI endpoint
[    4.241421] pci 0000:c0:00.2: [1022:164f] type 00 class 0x080600 conventional PCI endpoint
[    4.245423] pci 0000:c0:01.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.249402] pci 0000:c0:02.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.253401] pci 0000:c0:03.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.257408] pci 0000:c0:03.1: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.261328] pci 0000:c0:03.1: PCI bridge to [bus c4]
[    4.265313] pci 0000:c0:03.1:   bridge window [mem 0xdb600000-0xdb9fffff]
[    4.269401] pci 0000:c0:03.1: PME# supported from D0 D3hot D3cold
[    4.289115] pci 0000:c0:03.2: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.289332] pci 0000:c0:03.2: PCI bridge to [bus c5]
[    4.293313] pci 0000:c0:03.2:   bridge window [mem 0xdb200000-0xdb5fffff]
[    4.297412] pci 0000:c0:03.2: PME# supported from D0 D3hot D3cold
[    4.315954] pci 0000:c0:03.3: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.317330] pci 0000:c0:03.3: PCI bridge to [bus c6]
[    4.321318] pci 0000:c0:03.3:   bridge window [mem 0xdae00000-0xdb1fffff]
[    4.325424] pci 0000:c0:03.3: PME# supported from D0 D3hot D3cold
[    4.346847] pci 0000:c0:03.4: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.349333] pci 0000:c0:03.4: PCI bridge to [bus c7]
[    4.353315] pci 0000:c0:03.4:   bridge window [mem 0xdaa00000-0xdadfffff]
[    4.357433] pci 0000:c0:03.4: PME# supported from D0 D3hot D3cold
[    4.377980] pci 0000:c0:04.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.381415] pci 0000:c0:05.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.385406] pci 0000:c0:05.1: [1022:149a] type 01 class 0x060400 PCIe Root Port
[    4.389326] pci 0000:c0:05.1: PCI bridge to [bus c1]
[    4.393318] pci 0000:c0:05.1:   bridge window [mem 0xc7000000-0xc70fffff 64bit pref]
[    4.397354] pci 0000:c0:05.1: PME# supported from D0 D3hot D3cold
[    4.401461] pci 0000:c0:05.2: [1022:149a] type 01 class 0x060400 PCIe Root Port
[    4.405325] pci 0000:c0:05.2: PCI bridge to [bus c2-c3]
[    4.409313] pci 0000:c0:05.2:   bridge window [mem 0xda000000-0xda8fffff]
[    4.413314] pci 0000:c0:05.2:   bridge window [mem 0xc6000000-0xc6ffffff 64bit pref]
[    4.417353] pci 0000:c0:05.2: PME# supported from D0 D3hot D3cold
[    4.421457] pci 0000:c0:07.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.425406] pci 0000:c0:07.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    4.429325] pci 0000:c0:07.1: PCI bridge to [bus c8]
[    4.433312] pci 0000:c0:07.1:   bridge window [mem 0xdbb00000-0xdbbfffff]
[    4.437320] pci 0000:c0:07.1: enabling Extended Tags
[    4.441354] pci 0000:c0:07.1: PME# supported from D0 D3hot D3cold
[    4.445468] pci 0000:c0:08.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.449405] pci 0000:c0:08.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    4.453325] pci 0000:c0:08.1: PCI bridge to [bus c9]
[    4.457312] pci 0000:c0:08.1:   bridge window [mem 0xdba00000-0xdbafffff]
[    4.461320] pci 0000:c0:08.1: enabling Extended Tags
[    4.465356] pci 0000:c0:08.1: PME# supported from D0 D3hot D3cold
[    4.469557] pci 0000:c0:03.1: PCI bridge to [bus c4]
[    4.473389] pci 0000:c0:03.2: PCI bridge to [bus c5]
[    4.477388] pci 0000:c0:03.3: PCI bridge to [bus c6]
[    4.481389] pci 0000:c0:03.4: PCI bridge to [bus c7]
[    4.485403] pci 0000:c1:00.0: [14e4:165f] type 00 class 0x020000 PCIe Endpoint
[    4.489330] pci 0000:c1:00.0: BAR 0 [mem 0xc7030000-0xc703ffff 64bit pref]
[    4.493326] pci 0000:c1:00.0: BAR 2 [mem 0xc7040000-0xc704ffff 64bit pref]
[    4.497325] pci 0000:c1:00.0: BAR 4 [mem 0xc7050000-0xc705ffff 64bit pref]
[    4.501319] pci 0000:c1:00.0: ROM [mem 0xfffc0000-0xffffffff pref]
[    4.505385] pci 0000:c1:00.0: PME# supported from D0 D3hot D3cold
[    4.509359] pci 0000:c1:00.0: 4.000 Gb/s available PCIe bandwidth, limited by 5.0 GT/s PCIe x1 link at 0000:c0:05.1 (capable of 8.000 Gb/s with 5.0 GT/s PCIe x2 link)
[    4.526607] pci 0000:c1:00.1: [14e4:165f] type 00 class 0x020000 PCIe Endpoint
[    4.533330] pci 0000:c1:00.1: BAR 0 [mem 0xc7000000-0xc700ffff 64bit pref]
[    4.541321] pci 0000:c1:00.1: BAR 2 [mem 0xc7010000-0xc701ffff 64bit pref]
[    4.549321] pci 0000:c1:00.1: BAR 4 [mem 0xc7020000-0xc702ffff 64bit pref]
[    4.553317] pci 0000:c1:00.1: ROM [mem 0xfffc0000-0xffffffff pref]
[    4.561397] pci 0000:c1:00.1: PME# supported from D0 D3hot D3cold
[    4.577332] pci 0000:c0:05.1: PCI bridge to [bus c1]
[    4.581385] pci 0000:c2:00.0: [1556:be00] type 01 class 0x060400 PCIe to PCI/PCI-X bridge
[    4.589338] pci 0000:c2:00.0: PCI bridge to [bus c3]
[    4.597315] pci 0000:c2:00.0:   bridge window [mem 0xda000000-0xda8fffff]
[    4.601318] pci 0000:c2:00.0:   bridge window [mem 0xc6000000-0xc6ffffff 64bit pref]
[    4.617322] pci 0000:c0:05.2: PCI bridge to [bus c2-c3]
[    4.621343] pci_bus 0000:c3: extended config space not accessible
[    4.629332] pci 0000:c3:00.0: [102b:0536] type 00 class 0x030000 conventional PCI endpoint
[    4.637324] pci 0000:c3:00.0: BAR 0 [mem 0xc6000000-0xc6ffffff pref]
[    4.645317] pci 0000:c3:00.0: BAR 1 [mem 0xda808000-0xda80bfff]
[    4.649317] pci 0000:c3:00.0: BAR 2 [mem 0xda000000-0xda7fffff]
[    4.657357] pci 0000:c3:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    4.665445] pci 0000:c2:00.0: PCI bridge to [bus c3]
[    4.669404] pci 0000:c8:00.0: [1022:148a] type 00 class 0x130000 PCIe Endpoint
[    4.677349] pci 0000:c8:00.0: enabling Extended Tags
[    4.681488] pci 0000:c8:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    4.689326] pci 0000:c8:00.2: BAR 2 [mem 0xdbb00000-0xdbb7ffff]
[    4.693322] pci 0000:c8:00.2: BAR 5 [mem 0xdbb80000-0xdbb81fff]
[    4.701317] pci 0000:c8:00.2: enabling Extended Tags
[    4.705502] pci 0000:c0:07.1: PCI bridge to [bus c8]
[    4.709437] pci 0000:c9:00.0: [1022:1485] type 00 class 0x130000 PCIe Endpoint
[    4.717351] pci 0000:c9:00.0: enabling Extended Tags
[    4.721537] pci 0000:c9:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    4.729328] pci 0000:c9:00.2: BAR 2 [mem 0xdba00000-0xdba7ffff]
[    4.737324] pci 0000:c9:00.2: BAR 5 [mem 0xdba80000-0xdba81fff]
[    4.741318] pci 0000:c9:00.2: enabling Extended Tags
[    4.745525] pci 0000:c0:08.1: PCI bridge to [bus c9]
[    4.757331] iommu: Default domain type: Translated
[    4.761309] iommu: DMA domain TLB invalidation policy: lazy mode
[    4.769583] SCSI subsystem initialized
[    4.773346] ACPI: bus type USB registered
[    4.777324] usbcore: registered new interface driver usbfs
[    4.781315] usbcore: registered new interface driver hub
[    4.785342] usbcore: registered new device driver usb
[    4.793337] pps_core: LinuxPPS API ver. 1 registered
[    4.797309] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    4.805310] PTP clock support registered
[    4.809386] EDAC MC: Ver: 3.0.0
[    4.813372] efivars: Registered efivars operations
[    4.817700] NetLabel: Initializing
[    4.821309] NetLabel:  domain hash size = 128
[    4.825308] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    4.833330] NetLabel:  unlabeled traffic allowed by default
[    4.837350] PCI: Using ACPI for IRQ routing
[    4.845911] pci 0000:c3:00.0: vgaarb: setting as boot VGA device
[    4.849307] pci 0000:c3:00.0: vgaarb: bridge control possible
[    4.849307] pci 0000:c3:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    4.865310] vgaarb: loaded
[    4.869451] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    4.873308] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    4.881554] clocksource: Switched to clocksource tsc-early
[    4.887102] VFS: Disk quotas dquot_6.6.0
[    4.891051] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    4.898140] AppArmor: AppArmor Filesystem Enabled
[    4.902869] pnp: PnP ACPI init
[    4.906171] system 00:00: [mem 0x80000000-0x8fffffff] has been reserved
[    4.912872] system 00:01: [mem 0xff000000-0xffffffff] has been reserved
[    4.921060] pnp: PnP ACPI: found 5 devices
[    4.931979] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    4.940950] NET: Registered PF_INET protocol family
[    4.946011] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc)
[    4.956985] tcp_listen_portaddr_hash hash table entries: 65536 (order: 8, 1048576 bytes, vmalloc)
[    4.965939] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, vmalloc)
[    4.973986] TCP established hash table entries: 524288 (order: 10, 4194304 bytes, vmalloc hugepage)
[    4.983550] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc)
[    4.991157] TCP: Hash tables configured (established 524288 bind 65536)
[    4.998068] UDP hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc)
[    5.005402] UDP-Lite hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc)
[    5.013238] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    5.018906] NET: Registered PF_XDP protocol family
[    5.023704] pci 0000:01:00.0: ROM [mem 0xfff00000-0xffffffff pref]: can't claim; no compatible bridge window
[    5.033530] pci 0000:c1:00.0: ROM [mem 0xfffc0000-0xffffffff pref]: can't claim; no compatible bridge window
[    5.043352] pci 0000:c1:00.1: ROM [mem 0xfffc0000-0xffffffff pref]: can't claim; no compatible bridge window
[    5.053184] pci_bus 0000:00: max bus depth: 1 pci_try_num: 2
[    5.058850] pci 0000:01:00.0: ROM [mem size 0x00100000 pref]: can't assign; no space
[    5.066590] pci 0000:01:00.0: ROM [mem size 0x00100000 pref]: failed to assign
[    5.073806] pci 0000:01:00.0: VF BAR 2 [mem size 0x01000000 64bit]: can't assign; no space
[    5.082063] pci 0000:01:00.0: VF BAR 2 [mem size 0x01000000 64bit]: failed to assign
[    5.089803] pci 0000:01:00.0: VF BAR 0 [mem size 0x00100000 64bit]: can't assign; no space
[    5.098064] pci 0000:01:00.0: VF BAR 0 [mem size 0x00100000 64bit]: failed to assign
[    5.105800] pci 0000:00:03.2: PCI bridge to [bus 01]
[    5.110766] pci 0000:00:03.2:   bridge window [io  0x1000-0x1fff]
[    5.116863] pci 0000:00:03.2:   bridge window [mem 0xf7300000-0xf74fffff]
[    5.123657] pci 0000:00:07.1: PCI bridge to [bus 02]
[    5.128629] pci 0000:00:07.1:   bridge window [mem 0xf7200000-0xf72fffff]
[    5.135417] pci 0000:00:08.1: PCI bridge to [bus 03]
[    5.140387] pci 0000:00:08.1:   bridge window [mem 0xf7000000-0xf71fffff]
[    5.147175] pci_bus 0000:00: No. 2 try to assign unassigned res
[    5.153103] pci 0000:00:03.2: resource 14 [mem 0xf7300000-0xf74fffff] released
[    5.160326] pci 0000:00:03.2: PCI bridge to [bus 01]
[    5.165295] pci 0000:00:03.2: bridge window [mem 0x00100000-0x002fffff] to [bus 01] add_size 1100000 add_align 100000
[    5.175949] pci 0000:00:03.2: bridge window [mem 0xe1000000-0xe22fffff]: assigned
[    5.183432] pci 0000:01:00.0: BAR 3 [mem 0xe1000000-0xe10fffff 64bit]: assigned
[    5.190740] pci 0000:01:00.0: VF BAR 2 [mem 0xe1100000-0xe20fffff 64bit]: assigned
[    5.198312] pci 0000:01:00.0: BAR 1 [mem 0xe2100000-0xe210ffff 64bit]: assigned
[    5.205627] pci 0000:01:00.0: VF BAR 0 [mem 0xe2110000-0xe220ffff 64bit]: assigned
[    5.213199] pci 0000:00:03.2: PCI bridge to [bus 01]
[    5.218163] pci 0000:00:03.2:   bridge window [io  0x1000-0x1fff]
[    5.224255] pci 0000:00:03.2:   bridge window [mem 0xe1000000-0xe22fffff]
[    5.231045] pci 0000:00:07.1: PCI bridge to [bus 02]
[    5.236015] pci 0000:00:07.1:   bridge window [mem 0xf7200000-0xf72fffff]
[    5.242805] pci 0000:00:08.1: PCI bridge to [bus 03]
[    5.247775] pci 0000:00:08.1:   bridge window [mem 0xf7000000-0xf71fffff]
[    5.254561] pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
[    5.260736] pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
[    5.266915] pci_bus 0000:00: resource 6 [mem 0x000c0000-0x000fffff window]
[    5.273787] pci_bus 0000:00: resource 7 [io  0x0d00-0x3fff window]
[    5.279968] pci_bus 0000:00: resource 8 [mem 0xe1000000-0xfebfffff window]
[    5.286838] pci_bus 0000:00: resource 9 [mem 0x63dc0000000-0x7fcffffffff window]
[    5.294231] pci_bus 0000:01: resource 0 [io  0x1000-0x1fff]
[    5.299803] pci_bus 0000:01: resource 1 [mem 0xe1000000-0xe22fffff]
[    5.306067] pci_bus 0000:02: resource 1 [mem 0xf7200000-0xf72fffff]
[    5.312333] pci_bus 0000:03: resource 1 [mem 0xf7000000-0xf71fffff]
[    5.318670] pci 0000:40:03.1: bridge window [io  0x1000-0x0fff] to [bus 41] add_size 1000
[    5.326841] pci 0000:40:03.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 41] add_size 200000 add_align 100000
[    5.338304] pci 0000:40:03.2: bridge window [io  0x1000-0x0fff] to [bus 42] add_size 1000
[    5.346475] pci 0000:40:03.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 42] add_size 200000 add_align 100000
[    5.357941] pci 0000:40:03.3: bridge window [io  0x1000-0x0fff] to [bus 43] add_size 1000
[    5.366116] pci 0000:40:03.3: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 43] add_size 200000 add_align 100000
[    5.377588] pci 0000:40:03.4: bridge window [io  0x1000-0x0fff] to [bus 44] add_size 1000
[    5.385796] pci 0000:40:03.4: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 44] add_size 200000 add_align 100000
[    5.397275] pci 0000:40:03.1: bridge window [mem 0x47e80000000-0x47e801fffff 64bit pref]: assigned
[    5.406229] pci 0000:40:03.2: bridge window [mem 0x47e80200000-0x47e803fffff 64bit pref]: assigned
[    5.415178] pci 0000:40:03.3: bridge window [mem 0x47e80400000-0x47e805fffff 64bit pref]: assigned
[    5.424132] pci 0000:40:03.4: bridge window [mem 0x47e80600000-0x47e807fffff 64bit pref]: assigned
[    5.433083] pci 0000:40:03.1: bridge window [io  0x4000-0x4fff]: assigned
[    5.439867] pci 0000:40:03.2: bridge window [io  0x5000-0x5fff]: assigned
[    5.446652] pci 0000:40:03.3: bridge window [io  0x6000-0x6fff]: assigned
[    5.453438] pci 0000:40:03.4: bridge window [io  size 0x1000]: can't assign; no space
[    5.461262] pci 0000:40:03.4: bridge window [io  size 0x1000]: failed to assign
[    5.468571] pci 0000:40:03.4: bridge window [io  0x4000-0x4fff]: assigned
[    5.475356] pci 0000:40:03.3: bridge window [io  0x5000-0x5fff]: assigned
[    5.482138] pci 0000:40:03.2: bridge window [io  0x6000-0x6fff]: assigned
[    5.488965] pci 0000:40:03.1: bridge window [io  size 0x1000]: can't assign; no space
[    5.496794] pci 0000:40:03.1: bridge window [io  size 0x1000]: failed to assign
[    5.504099] pci 0000:40:03.1: PCI bridge to [bus 41]
[    5.509067] pci 0000:40:03.1:   bridge window [mem 0xa4c00000-0xa4ffffff]
[    5.515858] pci 0000:40:03.1:   bridge window [mem 0x47e80000000-0x47e801fffff 64bit pref]
[    5.524119] pci 0000:40:03.2: PCI bridge to [bus 42]
[    5.529083] pci 0000:40:03.2:   bridge window [io  0x6000-0x6fff]
[    5.535174] pci 0000:40:03.2:   bridge window [mem 0xa4800000-0xa4bfffff]
[    5.541962] pci 0000:40:03.2:   bridge window [mem 0x47e80200000-0x47e803fffff 64bit pref]
[    5.550220] pci 0000:40:03.3: PCI bridge to [bus 43]
[    5.555182] pci 0000:40:03.3:   bridge window [io  0x5000-0x5fff]
[    5.561277] pci 0000:40:03.3:   bridge window [mem 0xa4400000-0xa47fffff]
[    5.568060] pci 0000:40:03.3:   bridge window [mem 0x47e80400000-0x47e805fffff 64bit pref]
[    5.576321] pci 0000:40:03.4: PCI bridge to [bus 44]
[    5.581284] pci 0000:40:03.4:   bridge window [io  0x4000-0x4fff]
[    5.587377] pci 0000:40:03.4:   bridge window [mem 0xa4000000-0xa43fffff]
[    5.594166] pci 0000:40:03.4:   bridge window [mem 0x47e80600000-0x47e807fffff 64bit pref]
[    5.602432] pci 0000:40:07.1: PCI bridge to [bus 45]
[    5.607404] pci 0000:40:07.1:   bridge window [mem 0xa5300000-0xa53fffff]
[    5.614191] pci 0000:40:08.1: PCI bridge to [bus 46]
[    5.619155] pci 0000:40:08.1:   bridge window [mem 0xa5000000-0xa52fffff]
[    5.625943] pci_bus 0000:40: resource 4 [io  0x4000-0x6fff window]
[    5.632126] pci_bus 0000:40: resource 5 [mem 0x90000000-0xaaffffff window]
[    5.638997] pci_bus 0000:40: resource 6 [mem 0x47e80000000-0x63dbfffffff window]
[    5.646390] pci_bus 0000:41: resource 1 [mem 0xa4c00000-0xa4ffffff]
[    5.652656] pci_bus 0000:41: resource 2 [mem 0x47e80000000-0x47e801fffff 64bit pref]
[    5.660395] pci_bus 0000:42: resource 0 [io  0x6000-0x6fff]
[    5.665965] pci_bus 0000:42: resource 1 [mem 0xa4800000-0xa4bfffff]
[    5.672232] pci_bus 0000:42: resource 2 [mem 0x47e80200000-0x47e803fffff 64bit pref]
[    5.679970] pci_bus 0000:43: resource 0 [io  0x5000-0x5fff]
[    5.685544] pci_bus 0000:43: resource 1 [mem 0xa4400000-0xa47fffff]
[    5.691825] pci_bus 0000:43: resource 2 [mem 0x47e80400000-0x47e805fffff 64bit pref]
[    5.699566] pci_bus 0000:44: resource 0 [io  0x4000-0x4fff]
[    5.705136] pci_bus 0000:44: resource 1 [mem 0xa4000000-0xa43fffff]
[    5.711402] pci_bus 0000:44: resource 2 [mem 0x47e80600000-0x47e807fffff 64bit pref]
[    5.719140] pci_bus 0000:45: resource 1 [mem 0xa5300000-0xa53fffff]
[    5.725404] pci_bus 0000:46: resource 1 [mem 0xa5000000-0xa52fffff]
[    5.731732] pci 0000:80:01.1: bridge window [io  0x1000-0x0fff] to [bus 81] add_size 1000
[    5.739902] pci 0000:80:01.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 81] add_size 200000 add_align 100000
[    5.751371] pci 0000:80:01.2: bridge window [io  0x1000-0x0fff] to [bus 82] add_size 1000
[    5.759547] pci 0000:80:01.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 82] add_size 200000 add_align 100000
[    5.771019] pci 0000:80:01.1: bridge window [mem 0x2bf40000000-0x2bf401fffff 64bit pref]: assigned
[    5.779975] pci 0000:80:01.2: bridge window [mem 0x2bf40200000-0x2bf403fffff 64bit pref]: assigned
[    5.788924] pci 0000:80:01.1: bridge window [io  0x7000-0x7fff]: assigned
[    5.795788] pci 0000:80:01.2: bridge window [io  0x8000-0x8fff]: assigned
[    5.802577] pci 0000:80:01.1: PCI bridge to [bus 81]
[    5.807550] pci 0000:80:01.1:   bridge window [io  0x7000-0x7fff]
[    5.813643] pci 0000:80:01.1:   bridge window [mem 0xbf400000-0xbf7fffff]
[    5.820427] pci 0000:80:01.1:   bridge window [mem 0x2bf40000000-0x2bf401fffff 64bit pref]
[    5.828687] pci 0000:80:01.2: PCI bridge to [bus 82]
[    5.833649] pci 0000:80:01.2:   bridge window [io  0x8000-0x8fff]
[    5.839743] pci 0000:80:01.2:   bridge window [mem 0xbf000000-0xbf3fffff]
[    5.846529] pci 0000:80:01.2:   bridge window [mem 0x2bf40200000-0x2bf403fffff 64bit pref]
[    5.854788] pci 0000:80:07.1: PCI bridge to [bus 83]
[    5.859753] pci 0000:80:07.1:   bridge window [mem 0xbfa00000-0xbfafffff]
[    5.866539] pci 0000:80:08.1: PCI bridge to [bus 84]
[    5.871504] pci 0000:80:08.1:   bridge window [mem 0xbf900000-0xbf9fffff]
[    5.878291] pci 0000:80:08.2: PCI bridge to [bus 85]
[    5.883261] pci 0000:80:08.2:   bridge window [mem 0xbf800000-0xbf8fffff]
[    5.890051] pci_bus 0000:80: resource 4 [io  0x7000-0x9fff window]
[    5.896343] pci_bus 0000:80: resource 5 [mem 0xab000000-0xc5ffffff window]
[    5.903220] pci_bus 0000:80: resource 6 [mem 0x2bf40000000-0x47e7fffffff window]
[    5.910613] pci_bus 0000:81: resource 0 [io  0x7000-0x7fff]
[    5.916181] pci_bus 0000:81: resource 1 [mem 0xbf400000-0xbf7fffff]
[    5.922448] pci_bus 0000:81: resource 2 [mem 0x2bf40000000-0x2bf401fffff 64bit pref]
[    5.930186] pci_bus 0000:82: resource 0 [io  0x8000-0x8fff]
[    5.935758] pci_bus 0000:82: resource 1 [mem 0xbf000000-0xbf3fffff]
[    5.942027] pci_bus 0000:82: resource 2 [mem 0x2bf40200000-0x2bf403fffff 64bit pref]
[    5.949765] pci_bus 0000:83: resource 1 [mem 0xbfa00000-0xbfafffff]
[    5.956029] pci_bus 0000:84: resource 1 [mem 0xbf900000-0xbf9fffff]
[    5.962292] pci_bus 0000:85: resource 1 [mem 0xbf800000-0xbf8fffff]
[    5.968612] pci 0000:c0:03.1: bridge window [io  0x1000-0x0fff] to [bus c4] add_size 1000
[    5.976782] pci 0000:c0:03.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus c4] add_size 200000 add_align 100000
[    5.988247] pci 0000:c0:03.2: bridge window [io  0x1000-0x0fff] to [bus c5] add_size 1000
[    5.996419] pci 0000:c0:03.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus c5] add_size 200000 add_align 100000
[    6.007903] pci 0000:c0:03.3: bridge window [io  0x1000-0x0fff] to [bus c6] add_size 1000
[    6.016074] pci 0000:c0:03.3: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus c6] add_size 200000 add_align 100000
[    6.027538] pci 0000:c0:03.4: bridge window [io  0x1000-0x0fff] to [bus c7] add_size 1000
[    6.035718] pci 0000:c0:03.4: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus c7] add_size 200000 add_align 100000
[    6.047194] pci 0000:c0:03.1: bridge window [mem 0x10000000000-0x100001fffff 64bit pref]: assigned
[    6.056144] pci 0000:c0:03.2: bridge window [mem 0x10000200000-0x100003fffff 64bit pref]: assigned
[    6.065098] pci 0000:c0:03.3: bridge window [mem 0x10000400000-0x100005fffff 64bit pref]: assigned
[    6.074057] pci 0000:c0:03.4: bridge window [mem 0x10000600000-0x100007fffff 64bit pref]: assigned
[    6.083009] pci 0000:c0:05.1: bridge window [mem 0xc7100000-0xc71fffff]: assigned
[    6.090487] pci 0000:c0:03.1: bridge window [io  0xa000-0xafff]: assigned
[    6.097271] pci 0000:c0:03.2: bridge window [io  0xb000-0xbfff]: assigned
[    6.104057] pci 0000:c0:03.3: bridge window [io  0xc000-0xcfff]: assigned
[    6.110841] pci 0000:c0:03.4: bridge window [io  0xd000-0xdfff]: assigned
[    6.117631] pci 0000:c0:03.1: PCI bridge to [bus c4]
[    6.122594] pci 0000:c0:03.1:   bridge window [io  0xa000-0xafff]
[    6.128689] pci 0000:c0:03.1:   bridge window [mem 0xdb600000-0xdb9fffff]
[    6.135481] pci 0000:c0:03.1:   bridge window [mem 0x10000000000-0x100001fffff 64bit pref]
[    6.143741] pci 0000:c0:03.2: PCI bridge to [bus c5]
[    6.148704] pci 0000:c0:03.2:   bridge window [io  0xb000-0xbfff]
[    6.154797] pci 0000:c0:03.2:   bridge window [mem 0xdb200000-0xdb5fffff]
[    6.161581] pci 0000:c0:03.2:   bridge window [mem 0x10000200000-0x100003fffff 64bit pref]
[    6.169842] pci 0000:c0:03.3: PCI bridge to [bus c6]
[    6.174806] pci 0000:c0:03.3:   bridge window [io  0xc000-0xcfff]
[    6.180897] pci 0000:c0:03.3:   bridge window [mem 0xdae00000-0xdb1fffff]
[    6.187683] pci 0000:c0:03.3:   bridge window [mem 0x10000400000-0x100005fffff 64bit pref]
[    6.195945] pci 0000:c0:03.4: PCI bridge to [bus c7]
[    6.200917] pci 0000:c0:03.4:   bridge window [io  0xd000-0xdfff]
[    6.207033] pci 0000:c0:03.4:   bridge window [mem 0xdaa00000-0xdadfffff]
[    6.213820] pci 0000:c0:03.4:   bridge window [mem 0x10000600000-0x100007fffff 64bit pref]
[    6.222081] pci 0000:c1:00.0: ROM [mem 0xc7100000-0xc713ffff pref]: assigned
[    6.229131] pci 0000:c1:00.1: ROM [mem 0xc7140000-0xc717ffff pref]: assigned
[    6.236176] pci 0000:c0:05.1: PCI bridge to [bus c1]
[    6.241144] pci 0000:c0:05.1:   bridge window [mem 0xc7100000-0xc71fffff]
[    6.247937] pci 0000:c0:05.1:   bridge window [mem 0xc7000000-0xc70fffff 64bit pref]
[    6.255677] pci 0000:c2:00.0: PCI bridge to [bus c3]
[    6.260643] pci 0000:c2:00.0:   bridge window [mem 0xda000000-0xda8fffff]
[    6.267434] pci 0000:c2:00.0:   bridge window [mem 0xc6000000-0xc6ffffff 64bit pref]
[    6.275175] pci 0000:c0:05.2: PCI bridge to [bus c2-c3]
[    6.280397] pci 0000:c0:05.2:   bridge window [mem 0xda000000-0xda8fffff]
[    6.287183] pci 0000:c0:05.2:   bridge window [mem 0xc6000000-0xc6ffffff 64bit pref]
[    6.294925] pci 0000:c0:07.1: PCI bridge to [bus c8]
[    6.299898] pci 0000:c0:07.1:   bridge window [mem 0xdbb00000-0xdbbfffff]
[    6.306684] pci 0000:c0:08.1: PCI bridge to [bus c9]
[    6.311666] pci 0000:c0:08.1:   bridge window [mem 0xdba00000-0xdbafffff]
[    6.318454] pci_bus 0000:c0: resource 4 [io  0xa000-0xffff window]
[    6.324639] pci_bus 0000:c0: resource 5 [mem 0xc6000000-0xe0ffffff window]
[    6.331518] pci_bus 0000:c0: resource 6 [mem 0x10000000000-0x2bf3fffffff window]
[    6.338907] pci_bus 0000:c0: resource 7 [io  0x03b0-0x03df window]
[    6.345086] pci_bus 0000:c0: resource 8 [mem 0x000a0000-0x000bffff window]
[    6.351960] pci_bus 0000:c4: resource 0 [io  0xa000-0xafff]
[    6.357531] pci_bus 0000:c4: resource 1 [mem 0xdb600000-0xdb9fffff]
[    6.363796] pci_bus 0000:c4: resource 2 [mem 0x10000000000-0x100001fffff 64bit pref]
[    6.371536] pci_bus 0000:c5: resource 0 [io  0xb000-0xbfff]
[    6.377109] pci_bus 0000:c5: resource 1 [mem 0xdb200000-0xdb5fffff]
[    6.383374] pci_bus 0000:c5: resource 2 [mem 0x10000200000-0x100003fffff 64bit pref]
[    6.391110] pci_bus 0000:c6: resource 0 [io  0xc000-0xcfff]
[    6.396682] pci_bus 0000:c6: resource 1 [mem 0xdae00000-0xdb1fffff]
[    6.402949] pci_bus 0000:c6: resource 2 [mem 0x10000400000-0x100005fffff 64bit pref]
[    6.410688] pci_bus 0000:c7: resource 0 [io  0xd000-0xdfff]
[    6.416260] pci_bus 0000:c7: resource 1 [mem 0xdaa00000-0xdadfffff]
[    6.422524] pci_bus 0000:c7: resource 2 [mem 0x10000600000-0x100007fffff 64bit pref]
[    6.430266] pci_bus 0000:c1: resource 1 [mem 0xc7100000-0xc71fffff]
[    6.436531] pci_bus 0000:c1: resource 2 [mem 0xc7000000-0xc70fffff 64bit pref]
[    6.443747] pci_bus 0000:c2: resource 1 [mem 0xda000000-0xda8fffff]
[    6.450012] pci_bus 0000:c2: resource 2 [mem 0xc6000000-0xc6ffffff 64bit pref]
[    6.457231] pci_bus 0000:c3: resource 1 [mem 0xda000000-0xda8fffff]
[    6.463496] pci_bus 0000:c3: resource 2 [mem 0xc6000000-0xc6ffffff 64bit pref]
[    6.470716] pci_bus 0000:c8: resource 1 [mem 0xdbb00000-0xdbbfffff]
[    6.476982] pci_bus 0000:c9: resource 1 [mem 0xdba00000-0xdbafffff]
[    6.483858] PCI: CLS 64 bytes, default 64
[    6.487891] AMD-Vi: IOMMU SNP support enabled.
[    6.487953] Trying to unpack rootfs image as initramfs...
[    6.497829] pci 0000:c0:00.2: AMD-Vi: IOMMU performance counters supported
[    6.504807] pci 0000:c0:01.0: Adding to iommu group 0
[    6.509911] pci 0000:c0:02.0: Adding to iommu group 1
[    6.515139] pci 0000:c0:03.0: Adding to iommu group 2
[    6.520247] pci 0000:c0:03.1: Adding to iommu group 2
[    6.525347] pci 0000:c0:03.2: Adding to iommu group 2
[    6.530442] pci 0000:c0:03.3: Adding to iommu group 2
[    6.535540] pci 0000:c0:03.4: Adding to iommu group 2
[    6.540646] pci 0000:c0:04.0: Adding to iommu group 3
[    6.545797] pci 0000:c0:05.0: Adding to iommu group 4
[    6.550892] pci 0000:c0:05.1: Adding to iommu group 4
[    6.555987] pci 0000:c0:05.2: Adding to iommu group 4
[    6.561092] pci 0000:c0:07.0: Adding to iommu group 5
[    6.566174] pci 0000:c0:07.1: Adding to iommu group 6
[    6.571284] pci 0000:c0:08.0: Adding to iommu group 7
[    6.576367] pci 0000:c0:08.1: Adding to iommu group 8
[    6.581427] pci 0000:c1:00.0: Adding to iommu group 4
[    6.586485] pci 0000:c1:00.1: Adding to iommu group 4
[    6.591539] pci 0000:c2:00.0: Adding to iommu group 4
[    6.596600] pci 0000:c3:00.0: Adding to iommu group 4
[    6.601688] pci 0000:c8:00.0: Adding to iommu group 9
[    6.606797] pci 0000:c8:00.2: Adding to iommu group 10
[    6.611968] pci 0000:c9:00.0: Adding to iommu group 11
[    6.617139] pci 0000:c9:00.2: Adding to iommu group 12
[    6.628615] pci 0000:80:00.2: AMD-Vi: IOMMU performance counters supported
[    6.635644] pci 0000:80:01.0: Adding to iommu group 13
[    6.640827] pci 0000:80:01.1: Adding to iommu group 13
[    6.646005] pci 0000:80:01.2: Adding to iommu group 13
[    6.651198] pci 0000:80:02.0: Adding to iommu group 14
[    6.656392] pci 0000:80:03.0: Adding to iommu group 15
[    6.661577] pci 0000:80:04.0: Adding to iommu group 16
[    6.666770] pci 0000:80:05.0: Adding to iommu group 17
[    6.671965] pci 0000:80:07.0: Adding to iommu group 18
[    6.677141] pci 0000:80:07.1: Adding to iommu group 19
[    6.682337] pci 0000:80:08.0: Adding to iommu group 20
[    6.687505] pci 0000:80:08.1: Adding to iommu group 21
[    6.692679] pci 0000:80:08.2: Adding to iommu group 22
[    6.697857] pci 0000:83:00.0: Adding to iommu group 23
[    6.703025] pci 0000:83:00.2: Adding to iommu group 24
[    6.708198] pci 0000:84:00.0: Adding to iommu group 25
[    6.713374] pci 0000:84:00.2: Adding to iommu group 26
[    6.718547] pci 0000:85:00.0: Adding to iommu group 27
[    6.730944] pci 0000:40:00.2: AMD-Vi: IOMMU performance counters supported
[    6.737935] pci 0000:40:01.0: Adding to iommu group 28
[    6.743123] pci 0000:40:02.0: Adding to iommu group 29
[    6.748410] pci 0000:40:03.0: Adding to iommu group 30
[    6.753584] pci 0000:40:03.1: Adding to iommu group 30
[    6.758757] pci 0000:40:03.2: Adding to iommu group 30
[    6.763931] pci 0000:40:03.3: Adding to iommu group 30
[    6.769104] pci 0000:40:03.4: Adding to iommu group 30
[    6.774296] pci 0000:40:04.0: Adding to iommu group 31
[    6.779486] pci 0000:40:05.0: Adding to iommu group 32
[    6.784677] pci 0000:40:07.0: Adding to iommu group 33
[    6.789847] pci 0000:40:07.1: Adding to iommu group 34
[    6.795041] pci 0000:40:08.0: Adding to iommu group 35
[    6.800209] pci 0000:40:08.1: Adding to iommu group 36
[    6.805375] pci 0000:45:00.0: Adding to iommu group 37
[    6.810549] pci 0000:45:00.2: Adding to iommu group 38
[    6.815724] pci 0000:46:00.0: Adding to iommu group 39
[    6.820894] pci 0000:46:00.1: Adding to iommu group 40
[    6.826081] pci 0000:46:00.2: Adding to iommu group 41
[    6.831252] pci 0000:46:00.3: Adding to iommu group 42
[    6.843470] pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
[    6.850444] pci 0000:00:01.0: Adding to iommu group 43
[    6.855629] pci 0000:00:02.0: Adding to iommu group 44
[    6.860822] pci 0000:00:03.0: Adding to iommu group 45
[    6.865994] pci 0000:00:03.2: Adding to iommu group 46
[    6.871186] pci 0000:00:04.0: Adding to iommu group 47
[    6.876376] pci 0000:00:05.0: Adding to iommu group 48
[    6.881569] pci 0000:00:07.0: Adding to iommu group 49
[    6.886740] pci 0000:00:07.1: Adding to iommu group 50
[    6.891934] pci 0000:00:08.0: Adding to iommu group 51
[    6.897103] pci 0000:00:08.1: Adding to iommu group 52
[    6.902320] pci 0000:00:14.0: Adding to iommu group 53
[    6.903108] Freeing initrd memory: 35956K
[    6.907493] pci 0000:00:14.3: Adding to iommu group 53
[    6.916816] pci 0000:00:18.0: Adding to iommu group 54
[    6.921983] pci 0000:00:18.1: Adding to iommu group 54
[    6.927237] pci 0000:00:18.2: Adding to iommu group 54
[    6.932405] pci 0000:00:18.3: Adding to iommu group 54
[    6.937570] pci 0000:00:18.4: Adding to iommu group 54
[    6.942736] pci 0000:00:18.5: Adding to iommu group 54
[    6.947900] pci 0000:00:18.6: Adding to iommu group 54
[    6.953066] pci 0000:00:18.7: Adding to iommu group 54
[    6.958241] pci 0000:01:00.0: Adding to iommu group 55
[    6.963416] pci 0000:02:00.0: Adding to iommu group 56
[    6.968589] pci 0000:02:00.2: Adding to iommu group 57
[    6.973760] pci 0000:03:00.0: Adding to iommu group 58
[    6.978935] pci 0000:03:00.2: Adding to iommu group 59
[    6.984106] pci 0000:03:00.3: Adding to iommu group 60
[    6.997899] AMD-Vi: Extended features (0x841f77e022094ace, 0x0): PPR X2APIC NX IA GA PC SNP
[    7.006253] AMD-Vi: Interrupt remapping enabled
[    7.010784] AMD-Vi: X2APIC enabled
[    7.015108] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    7.021551] software IO TLB: mapped [mem 0x000000000459f000-0x000000001459f000] (256MB)
[    7.029676] LVT offset 0 assigned for vector 0x400
[    7.036161] perf: AMD IBS detected (0x000003ff)
[    7.042095] amd_uncore: 4 amd_df counters detected
[    7.046916] amd_uncore: 6 amd_l3 counters detected
[    7.053361] perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
[    7.060514] perf/amd_iommu: Detected AMD IOMMU #1 (2 banks, 4 counters/bank).
[    7.067667] perf/amd_iommu: Detected AMD IOMMU #2 (2 banks, 4 counters/bank).
[    7.074815] perf/amd_iommu: Detected AMD IOMMU #3 (2 banks, 4 counters/bank).
[    7.137277] Initialise system trusted keyrings
[    7.141738] Key type blacklist registered
[    7.145883] workingset: timestamp_bits=36 max_order=26 bucket_order=0
[    7.152370] zbud: loaded
[    7.155390] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    7.161386] fuse: init (API version 7.41)
[    7.165643] integrity: Platform Keyring initialized
[    7.182673] Key type asymmetric registered
[    7.186768] Asymmetric key parser 'x509' registered
[    7.191681] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[    7.199164] io scheduler mq-deadline registered
[    7.205320] pcieport 0000:00:03.2: PME: Signaling with IRQ 38
[    7.211416] pcieport 0000:00:07.1: PME: Signaling with IRQ 40
[    7.217356] pcieport 0000:00:08.1: PME: Signaling with IRQ 41
[    7.223332] pcieport 0000:40:03.1: PME: Signaling with IRQ 42
[    7.229121] pcieport 0000:40:03.1: pciehp: Slot #167 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.243083] pcieport 0000:40:03.2: PME: Signaling with IRQ 43
[    7.248886] pcieport 0000:40:03.2: pciehp: Slot #166 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.262838] pcieport 0000:40:03.3: PME: Signaling with IRQ 44
[    7.268629] pcieport 0000:40:03.3: pciehp: Slot #169 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.282562] pcieport 0000:40:03.4: PME: Signaling with IRQ 45
[    7.288353] pcieport 0000:40:03.4: pciehp: Slot #168 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.302355] pcieport 0000:40:07.1: PME: Signaling with IRQ 47
[    7.308299] pcieport 0000:40:08.1: PME: Signaling with IRQ 48
[    7.314346] pcieport 0000:80:01.1: PME: Signaling with IRQ 49
[    7.320142] pcieport 0000:80:01.1: pciehp: Slot #160 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.334083] pcieport 0000:80:01.2: PME: Signaling with IRQ 50
[    7.339874] pcieport 0000:80:01.2: pciehp: Slot #161 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.353934] pcieport 0000:80:07.1: PME: Signaling with IRQ 52
[    7.360045] pcieport 0000:80:08.1: PME: Signaling with IRQ 54
[    7.366023] pcieport 0000:80:08.2: PME: Signaling with IRQ 55
[    7.371955] pcieport 0000:c0:03.1: PME: Signaling with IRQ 56
[    7.377877] pcieport 0000:c0:03.1: pciehp: Slot #163 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.391802] pcieport 0000:c0:03.2: PME: Signaling with IRQ 57
[    7.397595] pcieport 0000:c0:03.2: pciehp: Slot #162 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.411521] pcieport 0000:c0:03.3: PME: Signaling with IRQ 58
[    7.417313] pcieport 0000:c0:03.3: pciehp: Slot #165 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.431235] pcieport 0000:c0:03.4: PME: Signaling with IRQ 59
[    7.437028] pcieport 0000:c0:03.4: pciehp: Slot #164 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.450930] pcieport 0000:c0:05.1: PME: Signaling with IRQ 60
[    7.456839] pcieport 0000:c0:05.2: PME: Signaling with IRQ 61
[    7.462842] pcieport 0000:c0:07.1: PME: Signaling with IRQ 63
[    7.468838] pcieport 0000:c0:08.1: PME: Signaling with IRQ 65
[    7.474866] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    7.481942] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[    7.489405] ACPI: button: Power Button [PWRF]
[    7.501314] Estimated ratio of average max frequency by base frequency (times 1024): 1464
[    7.526303] ERST: Error Record Serialization Table (ERST) support is initialized.
[    7.533806] pstore: Using crash dump compression: deflate
[    7.539211] pstore: Registered erst as persistent store backend
[    7.545252] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    7.551807] 00:03: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A
[    7.559928] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    7.570668] Linux agpgart interface v0.103
[    7.599178] loop: module loaded
[    7.613514] ahci 0000:85:00.0: AHCI vers 0001.0301, 32 command slots, 6 Gbps, SATA mode
[    7.621517] ahci 0000:85:00.0: 8/8 ports implemented (port mask 0xff)
[    7.627954] ahci 0000:85:00.0: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part sxs 
[    7.638071] scsi host0: ahci
[    7.641179] scsi host1: ahci
[    7.644259] scsi host2: ahci
[    7.647336] scsi host3: ahci
[    7.650411] scsi host4: ahci
[    7.653496] scsi host5: ahci
[    7.656581] scsi host6: ahci
[    7.659666] scsi host7: ahci
[    7.662614] ata1: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800100 irq 67 lpm-pol 0
[    7.670880] ata2: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800180 irq 68 lpm-pol 0
[    7.679145] ata3: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800200 irq 69 lpm-pol 0
[    7.687399] ata4: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800280 irq 70 lpm-pol 0
[    7.695659] ata5: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800300 irq 71 lpm-pol 0
[    7.703918] ata6: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800380 irq 72 lpm-pol 0
[    7.712176] ata7: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800400 irq 73 lpm-pol 0
[    7.720436] ata8: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800480 irq 74 lpm-pol 0
[    7.728948] tun: Universal TUN/TAP device driver, 1.6
[    7.734073] PPP generic driver version 2.4.2
[    7.738487] VFIO - User Level meta-driver version: 0.3
[    7.743960] xhci_hcd 0000:03:00.3: xHCI Host Controller
[    7.749202] xhci_hcd 0000:03:00.3: new USB bus registered, assigned bus number 1
[    7.756707] xhci_hcd 0000:03:00.3: hcc params 0x0260ffe5 hci version 0x110 quirks 0x0000000000000010
[    7.766238] xhci_hcd 0000:03:00.3: xHCI Host Controller
[    7.771480] xhci_hcd 0000:03:00.3: new USB bus registered, assigned bus number 2
[    7.778877] xhci_hcd 0000:03:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[    7.785972] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.11
[    7.794236] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    7.801460] usb usb1: Product: xHCI Host Controller
[    7.806339] usb usb1: Manufacturer: Linux 6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d xhci-hcd
[    7.815297] usb usb1: SerialNumber: 0000:03:00.3
[    7.820107] hub 1-0:1.0: USB hub found
[    7.823877] hub 1-0:1.0: 2 ports detected
[    7.828688] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    7.836807] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.11
[    7.845069] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    7.852289] usb usb2: Product: xHCI Host Controller
[    7.857174] usb usb2: Manufacturer: Linux 6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d xhci-hcd
[    7.866127] usb usb2: SerialNumber: 0000:03:00.3
[    7.870936] hub 2-0:1.0: USB hub found
[    7.874698] hub 2-0:1.0: 2 ports detected
[    7.879598] xhci_hcd 0000:46:00.3: xHCI Host Controller
[    7.884835] xhci_hcd 0000:46:00.3: new USB bus registered, assigned bus number 3
[    7.892361] xhci_hcd 0000:46:00.3: hcc params 0x0260ffe5 hci version 0x110 quirks 0x0000000000000010
[    7.901852] xhci_hcd 0000:46:00.3: xHCI Host Controller
[    7.907082] xhci_hcd 0000:46:00.3: new USB bus registered, assigned bus number 4
[    7.914472] xhci_hcd 0000:46:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[    7.921556] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.11
[    7.929820] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    7.937046] usb usb3: Product: xHCI Host Controller
[    7.941930] usb usb3: Manufacturer: Linux 6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d xhci-hcd
[    7.950885] usb usb3: SerialNumber: 0000:46:00.3
[    7.955644] hub 3-0:1.0: USB hub found
[    7.959403] hub 3-0:1.0: 2 ports detected
[    7.964181] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    7.972301] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.11
[    7.980569] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    7.987820] usb usb4: Product: xHCI Host Controller
[    7.992696] usb usb4: Manufacturer: Linux 6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d xhci-hcd
[    8.001653] usb usb4: SerialNumber: 0000:46:00.3
[    8.006398] hub 4-0:1.0: USB hub found
[    8.010160] hub 4-0:1.0: 2 ports detected
[    8.015137] usbcore: registered new interface driver uas
[    8.020477] usbcore: registered new interface driver usb-storage
[    8.026565] i8042: PNP: No PS/2 controller found.
[    8.031349] mousedev: PS/2 mouse device common for all mice
[    8.037014] rtc_cmos 00:02: RTC can wake from S4
[    8.041920] rtc_cmos 00:02: registered as rtc0
[    8.043297] ata1: SATA link down (SStatus 0 SControl 300)
[    8.046440] rtc_cmos 00:02: setting system clock to 2024-09-03T11:32:40 UTC (1725363160)
[    8.051790] ata3: SATA link down (SStatus 0 SControl 300)
[    8.059884] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram
[    8.065273] ata6: SATA link down (SStatus 0 SControl 300)
[    8.071953] i2c_dev: i2c /dev entries driver
[    8.077369] ata8: SATA link down (SStatus 0 SControl 300)
[    8.081629] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[    8.087040] ata7: SATA link down (SStatus 0 SControl 300)
[    8.088240] usb 1-1: new high-speed USB device number 2 using xhci_hcd
[    8.099192] device-mapper: uevent: version 1.0.3
[    8.104596] ata2: SATA link down (SStatus 0 SControl 300)
[    8.111203] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@lists.linux.dev
[    8.115740] ata4: SATA link down (SStatus 0 SControl 300)
[    8.121122] tsc: Refined TSC clocksource calibration: 1996.249 MHz
[    8.124267] platform eisa.0: Probing EISA bus 0
[    8.124270] platform eisa.0: EISA: Cannot allocate resource for mainboard
[    8.124272] platform eisa.0: Cannot allocate resource for EISA slot 1
[    8.124275] platform eisa.0: Cannot allocate resource for EISA slot 2
[    8.124276] platform eisa.0: Cannot allocate resource for EISA slot 3
[    8.124278] platform eisa.0: Cannot allocate resource for EISA slot 4
[    8.124280] platform eisa.0: Cannot allocate resource for EISA slot 5
[    8.124282] platform eisa.0: Cannot allocate resource for EISA slot 6
[    8.124284] platform eisa.0: Cannot allocate resource for EISA slot 7
[    8.124286] platform eisa.0: Cannot allocate resource for EISA slot 8
[    8.124287] platform eisa.0: EISA: Detected 0 cards
[    8.124292] amd_pstate: driver load is disabled, boot with specific mode to enable this
[    8.130002] ata5: SATA link down (SStatus 0 SControl 300)
[    8.135425] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x398cadd9d93, max_idle_ns: 881590552906 ns
[    8.212238] usb 3-1: new high-speed USB device number 2 using xhci_hcd
[    8.239355] clocksource: Switched to clocksource tsc
[    8.240456] ledtrig-cpu: registered to indicate activity on CPUs
[    8.242034] usb 1-1: New USB device found, idVendor=0424, idProduct=2744, bcdDevice= 1.21
[    8.242038] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    8.242040] usb 1-1: Product: USB2734
[    8.242042] usb 1-1: Manufacturer: Microchip Tech
[    8.274091] efifb: probing for efifb
[    8.277693] efifb: No BGRT, not showing boot graphics
[    8.282749] efifb: framebuffer at 0xc6000000, using 3072k, total 3072k
[    8.289281] efifb: mode is 1024x768x32, linelength=4096, pages=1
[    8.295322] efifb: scrolling: redraw
[    8.298352] hub 1-1:1.0: USB hub found
[    8.298934] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    8.302912] hub 1-1:1.0: 4 ports detected
[    8.312281] fbcon: Deferring console take-over
[    8.316736] fb0: EFI VGA frame buffer device
[    8.321102] drop_monitor: Initializing network drop monitor service
[    8.327535] NET: Registered PF_INET6 protocol family
[    8.340485] Segment Routing with IPv6
[    8.344161] In-situ OAM (IOAM) with IPv6
[    8.348111] NET: Registered PF_PACKET protocol family
[    8.353262] Key type dns_resolver registered
[    8.367214] microcode: Current revision: 0x0a0011d3
[    8.372286] usb 2-1: new SuperSpeed USB device number 2 using xhci_hcd
[    8.379797] usb 3-1: New USB device found, idVendor=1604, idProduct=10c0, bcdDevice= 0.00
[    8.387978] usb 3-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    8.395525] usb 2-1: New USB device found, idVendor=0424, idProduct=5744, bcdDevice= 1.21
[    8.395865] resctrl: L3 allocation detected
[    8.403741] usb 2-1: New USB device strings: Mfr=2, Product=3, SerialNumber=0
[    8.407922] resctrl: MB allocation detected
[    8.415055] usb 2-1: Product: USB5734
[    8.419239] resctrl: L3 monitoring detected
[    8.422904] usb 2-1: Manufacturer: Microchip Tech
[    8.427284] IPI shorthand broadcast: enabled
[    8.433886] hub 3-1:1.0: USB hub found
[    8.438919] sched_clock: Marking stable (8368001287, 68222631)->(9328662756, -892438838)
[    8.440049] hub 3-1:1.0: 4 ports detected
[    8.452592] registered taskstats version 1
[    8.458126] hub 2-1:1.0: USB hub found
[    8.458851] Loading compiled-in X.509 certificates
[    8.461914] hub 2-1:1.0: 4 ports detected
[    8.467379] Loaded X.509 cert 'Build time autogenerated kernel key: 7de486aabd5db91be3876faf6c928bf16d3f5ae6'
[    8.483765] Demotion targets for Node 0: null
[    8.488132] Demotion targets for Node 1: null
[    8.493060] Key type .fscrypt registered
[    8.496988] Key type fscrypt-provisioning registered
[    8.507944] cryptd: max_cpu_qlen set to 1000
[    8.515139] AES CTR mode by8 optimization enabled
[    8.534281] Key type encrypted registered
[    8.538302] AppArmor: AppArmor sha256 policy hashing enabled
[    8.544035] integrity: Loading X.509 certificate: UEFI:db
[    8.549461] integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
[    8.560238] integrity: Loading X.509 certificate: UEFI:db
[    8.565651] integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
[    8.576683] integrity: Loading X.509 certificate: UEFI:db
[    8.582218] integrity: Loaded X.509 cert 'VMware, Inc.: 4ad8ba0472073d28127706ddc6ccb9050441bbc7'
[    8.591090] integrity: Loading X.509 certificate: UEFI:db
[    8.596623] integrity: Loaded X.509 cert 'VMware, Inc.: VMware Secure Boot Signing: 04597f3e1ffb240bba0ff0f05d5eb05f3e15f6d7'
[    8.608172] ima: No TPM chip found, activating TPM-bypass!
[    8.613657] Loading compiled-in module X.509 certificates
[    8.619441] Loaded X.509 cert 'Build time autogenerated kernel key: 7de486aabd5db91be3876faf6c928bf16d3f5ae6'
[    8.629352] ima: Allocated hash algorithm: sha1
[    8.633886] ima: No architecture policies found
[    8.638450] evm: Initialising EVM extended attributes:
[    8.643589] evm: security.selinux
[    8.646940] evm: security.SMACK64
[    8.650262] evm: security.SMACK64EXEC
[    8.653927] evm: security.SMACK64TRANSMUTE
[    8.658026] evm: security.SMACK64MMAP
[    8.661691] evm: security.apparmor
[    8.665099] evm: security.ima
[    8.668068] evm: security.capability
[    8.671651] evm: HMAC attrs: 0x1
[    8.675273] PM:   Magic number: 8:885:528
[    8.679337] thermal cooling_device92: hash matches
[    8.684826] RAS: Correctable Errors collector initialized.
[    8.690465] clk: Disabling unused clocks
[    8.694392] PM: genpd: Disabling unused power domains
[    8.701422] Freeing unused decrypted memory: 2028K
[    8.706893] Freeing unused kernel image (initmem) memory: 4684K
[    8.712826] Write protecting the kernel read-only data: 26624k
[    8.719149] Freeing unused kernel image (rodata/data gap) memory: 448K
[    8.789970] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    8.796416] Run /init as init process
[    8.806218] systemd[1]: Inserted module 'autofs4'
[    9.110887] systemd[1]: systemd 250-12.el9_1 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 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK +XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[    9.142768] systemd[1]: Detected architecture x86-64.
[    9.147821] systemd[1]: Running in initial RAM disk.

Welcome to ^[[0;31mRed Hat Enterprise Linux 9.1 (Plow) dracut-057-13.git20220816.el9 (Initramfs)^[[0m!

[    9.168328] systemd[1]: Hostname set to <hostname.amd.com>.
[    9.272235] usb 3-1.1: new high-speed USB device number 3 using xhci_hcd
[    9.279866] systemd[1]: Queued start job for default target Initrd Default Target.
[    9.287549] systemd[1]: Reached target Initrd /usr File System.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mInitrd /usr File System^[[0m.
[    9.304287] systemd[1]: Reached target Local File Systems.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mLocal File Systems^[[0m.
[    9.320426] systemd[1]: Reached target Slice Units.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSlice Units^[[0m.
[    9.340298] systemd[1]: Reached target Swaps.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSwaps^[[0m.
[    9.356281] systemd[1]: Reached target Timer Units.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mTime[    9.365176] usb 3-1.1: New USB device found, idVendor=1604, idProduct=10c0, bcdDevice= 0.00
r Units^[[0m.
[    9.373694] usb 3-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    9.382364] systemd[1]: Listening on D-Bus System Message Bus Socket.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mD-Bus System Message Bus Socket^[[0m.
[    9.400442] systemd[1]: Listening on Journal Socket (/dev/log).
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mJournal Socket (/dev/log)^[[0m.
[    9.416441] systemd[1]: Listening on Journal Socket.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mJournal Socket^[[0m.
[    9.425966] hub 3-1.1:1.0: USB hub found
[    9.431050] hub 3-1.1:1.0: 4 ports detected
[    9.435368] systemd[1]: Listening on udev Control Socket.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mudev Control Socket^[[0m.
[    9.452393] systemd[1]: Listening on udev Kernel Socket.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mudev Kernel Socket^[[0m.
[    9.468288] systemd[1]: Reached target Socket Units.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSocket Units^[[0m.
[    9.510083] systemd[1]: Starting Create List of Static Device Nodes...
[    9.512245] usb 3-1.2: new high-speed USB device number 4 using xhci_hcd
         Starting ^[[0;1;39mCreate List of Static Device Nodes^[[0m...
[    9.538354] systemd[1]: Starting Journal Service...
         Starting ^[[0;1;39mJournal Service^[[0m...
[    9.553465] systemd[1]: Starting Load Kernel Modules...
         Starting ^[[0;1;39mLoad Kernel Modules^[[0m...
[    9.569416] systemd[1]: Starting Create System Users...
         Starting ^[[0;1;39mCreate System Users^[[0m...
[    9.585420] systemd[1]: Starting Setup Virtual Console...
         Starting ^[[0;1;39mSetup Virtual Console^[[0m...
[    9.601446] systemd[1]: Finished Create List of Static Device Nodes.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate List of Static Device Nodes^[[0m.
[    9.624635] systemd[1]: Finished Load Kernel Modules.
[    9.625297] usb 3-1.2: New USB device found, idVendor=413c, idProduct=0006, bcdDevice= 0.00
[    9.638036] usb 3-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    9.638039] usb 3-1.2: Product: DRAC 5 Virtual Keyboard and Mouse
[    9.638041] usb 3-1.2: Manufacturer: DELL
[    9.638043] usb 3-1.2: SerialNumber: DELL413C-1
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mLoad Kernel Modules^[[0m.
[    9.668760] systemd[1]: Started Journal Service.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mJournal Service^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mSetup Virtual Console^[[0m.
         Starting ^[[0;1;39mdracut cmdline hook^[[0m...
         Starting ^[[0;1;39mApply Kernel Variables^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mApply Kernel Variables^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate System Users^[[0m.
         Starting ^[[0;1;39mCreate Static Device Nodes in /dev^[[0m...
[    9.860245] usb 3-1.4: new high-speed USB device number 5 using xhci_hcd
         Starting ^[[0;1;39mCreate Volatile Files and Directories^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mdracut cmdline hook^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate Static Device Nodes in /dev^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate Volatile Files and Directories^[[0m.
         Starting ^[[0;1;39mdracut pre-udev hook^[[0m...
[    9.957176] usb 3-1.4: New USB device found, idVendor=1604, idProduct=10c0, bcdDevice= 0.00
[    9.965531] usb 3-1.4: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mdracut pre-udev hook^[[0m.
[   10.002001] hub 3-1.4:1.0: USB hub found
[   10.006175] hub 3-1.4:1.0: 4 ports detected
         Starting ^[[0;1;39mRule-based Manage…for Device Events and Files^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mRule-based Manager for Device Events and Files^[[0m.
[   10.044843] hid: raw HID events driver (C) Jiri Kosina
         Starting ^[[0;1;39mColdplug All udev Devices^[[0m...
[   10.061286] usbcore: registered new interface driver usbhid
[   10.066862] usbhid: USB HID core driver
[   10.072105] usbcore: registered new interface driver usbkbd
[   10.078162] usbcore: registered new interface driver usbmouse
[   10.086314] input: DELL DRAC 5 Virtual Keyboard and Mouse as /devices/pci0000:40/0000:40:08.1/0000:46:00.3/usb3/3-1/3-1.2/3-1.2:1.0/0003:413C:0006.0001/input/input1
[   10.101118] hid-generic 0003:413C:0006.0001: input,hidraw0: USB HID v1.01 Mouse [DELL DRAC 5 Virtual Keyboard and Mouse] on usb-0000:46:00.3-1.2/input0
[   10.114845] input: DELL DRAC 5 Virtual Keyboard and Mouse as /devices/pci0000:40/0000:40:08.1/0000:46:00.3/usb3/3-1/3-1.2/3-1.2:1.1/0003:413C:0006.0002/input/input2
[   10.184410] hid-generic 0003:413C:0006.0002: input,hidraw1: USB HID v1.01 Keyboard [DELL DRAC 5 Virtual Keyboard and Mouse] on usb-0000:46:00.3-1.2/input1
[   10.241076] wmi_bus wmi_bus-PNP0C14:00: [Firmware Bug]: WQBC data block query control method not found
[^[[0;32m  OK  ^[[0m] Finished ^[[0[   10.252262] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
;1;39mColdplug A[   10.259174] sp5100-tco sp5100-tco: Using 0xfeb00000 for watchdog MMIO address
ll udev Devices^[[   10.267697] sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0)
[0m.
[   10.278116] ccp 0000:46:00.1: no command queues available
[   10.283615] ccp 0000:46:00.1: sev enabled
[   10.287636] ccp 0000:46:00.1: psp enabled
[   10.294503] mpt3sas version 48.100.00.00 loaded
[   10.299502] mpt3sas_cm0: 63 BIT PCI BUS DMA ADDRESSING SUPPORTED, total mem (262456344 kB)
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSystem Initializatio[   10.312359] tg3 0000:c1:00.0 eth0: Tigon3 [partno(BCM95720) rev 5720000] (PCI Express) MAC address d0:8e:79:bb:95:90
n^[[0m.
[   10.323875] tg3 0000:c1:00.0 eth0: attached PHY is 5720C (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[1])
[   10.334719] tg3 0000:c1:00.0 eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[1] TSOcap[1]
[   10.342556] tg3 0000:c1:00.0 eth0: dma_rwctrl[00000001] dma_mask[64-bit]
[^[[0;32m  OK  ^[[0m] Reached targ[   10.351173] ACPI: bus type drm_connector registered
et ^[[0;1;39mNetw[   10.352039] mpt3sas_cm0: CurrentHostPageSize is 0: Setting default host page size to 4k
ork^[[0m.
[   10.366371] mpt3sas_cm0: MSI-X vectors supported: 96
[   10.372181] 	 no of cores: 128, max_msix_vectors: -1
[   10.372279] tg3 0000:c1:00.1 eth1: Tigon3 [partno(BCM95720) rev 5720000] (PCI Express) MAC address d0:8e:79:bb:95:91
[   10.377153] mpt3sas_cm0:  0 96 96
[   10.381105] mpt3sas_cm0: High IOPs queues : disabled
[   10.387681] tg3 0000:c1:00.1 eth1: attached PHY is 5720C (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[1])
[   10.391002] mpt3sas0-msix0: PCI-MSI-X enabled: IRQ 107
[   10.395980] tg3 0000:c1:00.1 eth1: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[1] TSOcap[1]
[   10.405796] mpt3sas0-msix1: PCI-MSI-X enabled: IRQ 108
[   10.405798] mpt3sas0-msix2: PCI-MSI-X enabled: IRQ 109
[   10.405800] mpt3sas0-msix3: PCI-MSI-X enabled: IRQ 110
[   10.405801] mpt3sas0-msix4: PCI-MSI-X enabled: IRQ 111
[   10.405802] mpt3sas0-msix5: PCI-MSI-X enabled: IRQ 112
[   10.405804] mpt3sas0-msix6: PCI-MSI-X enabled: IRQ 113
[   10.410951] tg3 0000:c1:00.1 eth1: dma_rwctrl[00000001] dma_mask[64-bit]
[   10.418775] mpt3sas0-msix7: PCI-MSI-X enabled: IRQ 114
[   10.418777] mpt3sas0-msix8: PCI-MSI-X enabled: IRQ 115
[   10.418779] mpt3sas0-msix9: PCI-MSI-X enabled: IRQ 116
[   10.471738] mpt3sas0-msix10: PCI-MSI-X enabled: IRQ 117
[   10.471740] mpt3sas0-msix11: PCI-MSI-X enabled: IRQ 118
[   10.471741] mpt3sas0-msix12: PCI-MSI-X enabled: IRQ 119
[   10.471743] mpt3sas0-msix13: PCI-MSI-X enabled: IRQ 120
[   10.471745] mpt3sas0-msix14: PCI-MSI-X enabled: IRQ 121
[   10.497886] mpt3sas0-msix15: PCI-MSI-X enabled: IRQ 122
[   10.497888] mpt3sas0-msix16: PCI-MSI-X enabled: IRQ 123
[   10.497889] mpt3sas0-msix17: PCI-MSI-X enabled: IRQ 124
[   10.497890] mpt3sas0-msix18: PCI-MSI-X enabled: IRQ 125
[   10.497892] mpt3sas0-msix19: PCI-MSI-X enabled: IRQ 126
[   10.497893] mpt3sas0-msix20: PCI-MSI-X enabled: IRQ 127
[   10.529252] mpt3sas0-msix21: PCI-MSI-X enabled: IRQ 128
[   10.529254] mpt3sas0-msix22: PCI-MSI-X enabled: IRQ 129
[   10.529255] mpt3sas0-msix23: PCI-MSI-X enabled: IRQ 130
[   10.529256] mpt3sas0-msix24: PCI-MSI-X enabled: IRQ 131
[   10.529257] mpt3sas0-msix25: PCI-MSI-X enabled: IRQ 132
[   10.529259] mpt3sas0-msix26: PCI-MSI-X enabled: IRQ 133
[   10.560612] mpt3sas0-msix27: PCI-MSI-X enabled: IRQ 134
[   10.560613] mpt3sas0-msix28: PCI-MSI-X enabled: IRQ 135
[   10.560614] mpt3sas0-msix29: PCI-MSI-X enabled: IRQ 136
[   10.560616] mpt3sas0-msix30: PCI-MSI-X enabled: IRQ 137
[   10.560617] mpt3sas0-msix31: PCI-MSI-X enabled: IRQ 138
[   10.560618] mpt3sas0-msix32: PCI-MSI-X enabled: IRQ 139
[   10.591979] mpt3sas0-msix33: PCI-MSI-X enabled: IRQ 140
[   10.591980] mpt3sas0-msix34: PCI-MSI-X enabled: IRQ 141
[   10.591982] mpt3sas0-msix35: PCI-MSI-X enabled: IRQ 142
[   10.591983] mpt3sas0-msix36: PCI-MSI-X enabled: IRQ 143
[   10.591985] mpt3sas0-msix37: PCI-MSI-X enabled: IRQ 144
[   10.591987] mpt3sas0-msix38: PCI-MSI-X enabled: IRQ 145
[   10.591988] mpt3sas0-msix39: PCI-MSI-X enabled: IRQ 146
[   10.628642] mpt3sas0-msix40: PCI-MSI-X enabled: IRQ 147
[   10.628644] mpt3sas0-msix41: PCI-MSI-X enabled: IRQ 148
[   10.628646] mpt3sas0-msix42: PCI-MSI-X enabled: IRQ 149
         Startin[   10.644323] mpt3sas0-msix43: PCI-MSI-X enabled: IRQ 150
g ^[[0;1;39mdracu[   10.644324] mpt3sas0-msix44: PCI-MSI-X enabled: IRQ 151
t initqueue hook[   10.644327] mpt3sas0-msix45: PCI-MSI-X enabled: IRQ 152
^[[0m...
[   10.644329] mpt3sas0-msix46: PCI-MSI-X enabled: IRQ 153
[   10.644330] mpt3sas0-msix47: PCI-MSI-X enabled: IRQ 154
[   10.644331] mpt3sas0-msix48: PCI-MSI-X enabled: IRQ 155
[   10.644332] mpt3sas0-msix49: PCI-MSI-X enabled: IRQ 156
[   10.644334] mpt3sas0-msix50: PCI-MSI-X enabled: IRQ 157
[   10.644335] mpt3sas0-msix51: PCI-MSI-X enabled: IRQ 158
[   10.644336] mpt3sas0-msix52: PCI-MSI-X enabled: IRQ 159
[   10.644337] mpt3sas0-msix53: PCI-MSI-X enabled: IRQ 160
[   10.644338] mpt3sas0-msix54: PCI-MSI-X enabled: IRQ 161
[   10.644340] mpt3sas0-msix55: PCI-MSI-X enabled: IRQ 162
[   10.644341] mpt3sas0-msix56: PCI-MSI-X enabled: IRQ 163
[   10.644342] mpt3sas0-msix57: PCI-MSI-X enabled: IRQ 164
[   10.644343] mpt3sas0-msix58: PCI-MSI-X enabled: IRQ 165
[   10.644344] mpt3sas0-msix59: PCI-MSI-X enabled: IRQ 166
[   10.644346] mpt3sas0-msix60: PCI-MSI-X enabled: IRQ 167
[   10.644347] mpt3sas0-msix61: PCI-MSI-X enabled: IRQ 168
[   10.644348] mpt3sas0-msix62: PCI-MSI-X enabled: IRQ 169
[   10.644349] mpt3sas0-msix63: PCI-MSI-X enabled: IRQ 170
[   10.644350] mpt3sas0-msix64: PCI-MSI-X enabled: IRQ 171
[   10.644351] mpt3sas0-msix65: PCI-MSI-X enabled: IRQ 172
[   10.644353] mpt3sas0-msix66: PCI-MSI-X enabled: IRQ 173
[   10.644354] mpt3sas0-msix67: PCI-MSI-X enabled: IRQ 174
[   10.644355] mpt3sas0-msix68: PCI-MSI-X enabled: IRQ 175
[   10.644356] mpt3sas0-msix69: PCI-MSI-X enabled: IRQ 176
[   10.644358] mpt3sas0-msix70: PCI-MSI-X enabled: IRQ 177
[   10.795587] mpt3sas0-msix71: PCI-MSI-X enabled: IRQ 178
[   10.795589] mpt3sas0-msix72: PCI-MSI-X enabled: IRQ 179
[   10.795590] mpt3sas0-msix73: PCI-MSI-X enabled: IRQ 180
[   10.795592] mpt3sas0-msix74: PCI-MSI-X enabled: IRQ 181
[   10.795594] mpt3sas0-msix75: PCI-MSI-X enabled: IRQ 182
[   10.821724] mpt3sas0-msix76: PCI-MSI-X enabled: IRQ 183
[   10.821726] mpt3sas0-msix77: PCI-MSI-X enabled: IRQ 184
[   10.821727] mpt3sas0-msix78: PCI-MSI-X enabled: IRQ 185
[   10.821729] mpt3sas0-msix79: PCI-MSI-X enabled: IRQ 186
[   10.842644] mpt3sas0-msix80: PCI-MSI-X enabled: IRQ 187
[   10.842646] mpt3sas0-msix81: PCI-MSI-X enabled: IRQ 188
[   10.842647] mpt3sas0-msix82: PCI-MSI-X enabled: IRQ 189
[   10.842648] mpt3sas0-msix83: PCI-MSI-X enabled: IRQ 190
[   10.842649] mpt3sas0-msix84: PCI-MSI-X enabled: IRQ 191
[   10.842651] mpt3sas0-msix85: PCI-MSI-X enabled: IRQ 192
[   10.842652] mpt3sas0-msix86: PCI-MSI-X enabled: IRQ 193
[   10.842653] mpt3sas0-msix87: PCI-MSI-X enabled: IRQ 194
[   10.842655] mpt3sas0-msix88: PCI-MSI-X enabled: IRQ 195
[   10.889696] mpt3sas0-msix89: PCI-MSI-X enabled: IRQ 196
[   10.889698] mpt3sas0-msix90: PCI-MSI-X enabled: IRQ 197
[   10.889699] mpt3sas0-msix91: PCI-MSI-X enabled: IRQ 198
[   10.889700] mpt3sas0-msix92: PCI-MSI-X enabled: IRQ 199
[   10.889702] mpt3sas0-msix93: PCI-MSI-X enabled: IRQ 200
[   10.915831] mpt3sas0-msix94: PCI-MSI-X enabled: IRQ 201
[   10.915833] mpt3sas0-msix95: PCI-MSI-X enabled: IRQ 202
^[[2J^[[3J[   10.915834] mpt3sas_cm0: iomem(0x00000000e2100000), mapped(0x00000000af9ebdc6), size(65536)
[   10.915838] mpt3sas_cm0: ioport(0x0000000000001000), size(256)
^[[-1;-1f[   10.941207] mgag200 0000:c3:00.0: vgaarb: deactivate vga console
         Starting ^[[0;1;39mShow Plymouth Boot Screen^[[0m...
[^[[0;32m  OK  ^[[0m[   10.954118] [drm] Initialized mgag200 1.0.0 for 0000:c3:00.0 on minor 0
] Started ^[[0;1;39mShow Plymouth Boot Screen^[[0m.
[^[[0;32m  OK[   10.965797] fbcon: mgag200drmfb (fb0) is primary device
  ^[[0m] Started [   10.965800] fbcon: Deferring console take-over
^[[0;1;39mForward[   10.978021] mgag200 0000:c3:00.0: [drm] fb0: mgag200drmfb frame buffer device
 Password R…s to Plymouth Directory Watch^[[0m.
[^[[0;32m  OK  ^[[0m] Reached t[   10.992546] mpt3sas_cm0: CurrentHostPageSize is 0: Setting default host page size to 4k
arget ^[[0;1;39mP[   11.001455] mpt3sas_cm0: sending message unit reset !!
ath Units^[[0m.
[^[[0;32m  OK  ^[[   11.009485] mpt3sas_cm0: message unit reset: SUCCESS
[0m] Reached target ^[[0;1;39mBasic System^[[0m.
[   11.043373] mpt3sas_cm0: scatter gather: sge_in_main_msg(1), sge_per_chain(7), sge_per_io(128), chains_per_io(19)
[   11.054920] mpt3sas_cm0: request pool(0x000000001fa2e680) - dma(0xe0600000): depth(9700), frame_size(128), pool_size(1212 kB)
[   11.091805] mpt3sas_cm0: sense pool(0x00000000ea3807cc) - dma(0xdef00000): depth(9463), element_size(96), pool_size (887 kB)
[   11.103124] mpt3sas_cm0: reply pool(0x000000009d56ff1a) - dma(0xdec00000): depth(9764), frame_size(128), pool_size(1220 kB)
[   11.114264] mpt3sas_cm0: config page(0x0000000083bb2593) - dma(0xdebee000): size(512)
[   11.122092] mpt3sas_cm0: Allocated physical memory: size(40437 kB)
[   11.128273] mpt3sas_cm0: Current Controller Queue Depth(9460),Max Controller Queue Depth(9584)
[   11.136877] mpt3sas_cm0: Scatter Gather Elements per IO(128)
[   11.188129] mpt3sas_cm0: _base_display_fwpkg_version: complete
[   11.193963] mpt3sas_cm0: FW Package Ver(16.17.01.00)
[   11.199213] mpt3sas_cm0: LSISAS3008: FWVersion(16.00.11.00), ChipRevision(0x02)
[   11.206522] mpt3sas_cm0: Protocol=(Initiator,Target), Capabilities=(TLR,EEDP,Snapshot Buffer,Diag Trace Buffer,Task Set Full,NCQ)
[   11.218233] scsi host8: Fusion MPT SAS Host
[   11.224262] mpt3sas_cm0: sending port enable !!
[   11.229200] mpt3sas_cm0: hba_port entry: 000000002e103989, port: 255 is added to hba_port list
[   11.238868] mpt3sas_cm0: host_add: handle(0x0001), sas_addr(0x52cea7f0be87bf00), phys(8)
[   11.247306] mpt3sas_cm0: handle(0xa) sas_address(0x4433221100000000) port_type(0x1)
[   11.256170] scsi 8:0:0:0: Direct-Access     ATA      MTFDDAK960TDT    J004 PQ: 0 ANSI: 6
[   11.264259] scsi 8:0:0:0: SATA: handle(0x000a), sas_addr(0x4433221100000000), phy(0), device_name(0x500a075131911ad0)
[   11.274851] scsi 8:0:0:0: enclosure logical id (0x52cea7f0be87bf00), slot(1) 
[   11.281983] scsi 8:0:0:0: enclosure level(0x0001), connector name(     )
[   11.288749] scsi 8:0:0:0: atapi(n), ncq(y), asyn_notify(n), smart(y), fua(y), sw_preserve(y)
[   11.297182] scsi 8:0:0:0: qdepth(32), tagged(1), scsi_level(7), cmd_que(1)
[   11.312016]  end_device-8:0: add: handle(0x000a), sas_addr(0x4433221100000000)
[   11.319358] mpt3sas_cm0: handle(0xc) sas_address(0x58ce38ee219651a2) port_type(0x1)
[   11.327490] scsi 8:0:1:0: Direct-Access     KIOXIA   KPM6WVUG960G     BD08 PQ: 0 ANSI: 6
[   11.335585] scsi 8:0:1:0: SSP: handle(0x000c), sas_addr(0x58ce38ee219651a2), phy(4), device_name(0x58ce38ee219651a0)
[   11.346097] scsi 8:0:1:0: enclosure logical id (0x52cea7f0be87bf00), slot(0) 
[   11.353220] scsi 8:0:1:0: enclosure level(0x0001), connector name(     )
[   11.359918] scsi 8:0:1:0: qdepth(254), tagged(1), scsi_level(7), cmd_que(1)
[   11.368523]  end_device-8:1: add: handle(0x000c), sas_addr(0x58ce38ee219651a2)
[   11.375857] mpt3sas_cm0: handle(0xb) sas_address(0x4433221106000000) port_type(0x1)
[   11.384633] scsi 8:0:2:0: Direct-Access     ATA      MTFDDAK960TDT    J004 PQ: 0 ANSI: 6
[   11.392720] scsi 8:0:2:0: SATA: handle(0x000b), sas_addr(0x4433221106000000), phy(6), device_name(0x500a075131911a6f)
[   11.403350] scsi 8:0:2:0: enclosure logical id (0x52cea7f0be87bf00), slot(2) 
[   11.410481] scsi 8:0:2:0: enclosure level(0x0001), connector name(     )
[   11.417244] scsi 8:0:2:0: atapi(n), ncq(y), asyn_notify(n), smart(y), fua(y), sw_preserve(y)
[   11.425678] scsi 8:0:2:0: qdepth(32), tagged(1), scsi_level(7), cmd_que(1)
[   11.440460]  end_device-8:2: add: handle(0x000b), sas_addr(0x4433221106000000)
[   11.452237] mpt3sas_cm0: port enable: SUCCESS
[   11.456906] scsi 8:0:0:0: Attached scsi generic sg0 type 0
[   11.457523] sd 8:0:0:0: [sda] 1875385008 512-byte logical blocks: (960 GB/894 GiB)
[   11.462594] scsi 8:0:1:0: Attached scsi generic sg1 type 0
[   11.462897] sd 8:0:1:0: [sdb] 1875385008 512-byte logical blocks: (960 GB/894 GiB)
[   11.462901] sd 8:0:1:0: [sdb] 4096-byte physical blocks
[   11.463084] sd 8:0:1:0: [sdb] Write Protect is off
[   11.463303] sd 8:0:1:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[   11.469961] sd 8:0:0:0: [sda] 4096-byte physical blocks
[   11.471972] sd 8:0:0:0: [sda] Write Protect is off
[   11.475695] sd 8:0:2:0: Attached scsi generic sg2 type 0
[   11.476291] sd 8:0:2:0: [sdc] 1875385008 512-byte logical blocks: (960 GB/894 GiB)
[   11.476295] sd 8:0:2:0: [sdc] 4096-byte physical blocks
[   11.478299] sd 8:0:2:0: [sdc] Write Protect is off
[   11.479588] sd 8:0:2:0: [sdc] Write cache: enabled, read cache: enabled, supports DPO and FUA
[   11.483742] sd 8:0:0:0: [sda] Write cache: enabled, read cache: enabled, supports DPO and FUA
[   11.493364]  sdb: sdb1 sdb2
[   11.514064]  sdc: sdc1 sdc2
[   11.517790] sd 8:0:1:0: [sdb] Attached SCSI disk
[   11.525173] sd 8:0:2:0: [sdc] Attached SCSI disk
[   11.542211]  sda: sda1 sda2 sda3 sda4 sda5 sda6 sda7
[   11.572250] sd 8:0:0:0: [sda] Attached SCSI disk
[   13.931315] ccp 0000:46:00.1: SEV API:1.55 build:17
[   13.936220] ccp 0000:46:00.1: SEV-SNP API:1.55 build:17
[^[[0;32m  OK  ^[[0m] Found device ^[[0;1;39m/dev/mapper/rhel_hostname-root^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mInitrd Root Device^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mdracut initqueue hook^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mPreparation for Remote File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mRemote File Systems^[[0m.
         Starting ^[[0;1;39mFile System Check…/mapper/rhel_hostname-root^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mFile System Check…ev/mapper/rhel_hostname-root^[[0m.
         Mounting ^[[0;1;39m/sysroot^[[0m...
[   14.567049] SGI XFS with ACLs, security attributes, realtime, quota, no debug enabled
[   14.577251] XFS (dm-1): Mounting V5 Filesystem 254e7c99-a3df-41be-8429-d28e07cb528a
[   14.611067] XFS (dm-1): Starting recovery (logdev: internal)
[   14.627606] XFS (dm-1): Ending recovery (logdev: internal)
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39m/sysroot^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mInitrd Root File System^[[0m.
         Starting ^[[0;1;39mReload Configuration from the Real Root^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mReload Configuration from the Real Root^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mInitrd File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mInitrd Default Target^[[0m.
         Starting ^[[0;1;39mdracut pre-pivot and cleanup hook^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mdracut pre-pivot and cleanup hook^[[0m.
         Starting ^[[0;1;39mCleaning Up and Shutting Down Daemons^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mNetwork^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mTimer Units^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mD-Bus System Message Bus Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mdracut pre-pivot and cleanup hook^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mInitrd Default Target^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mBasic System^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mInitrd Root Device^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mInitrd /usr File System^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mPath Units^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mRemote File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mPreparation for Remote File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mSlice Units^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mSocket Units^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mSystem Initialization^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mLocal File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mSwaps^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mdracut initqueue hook^[[0m.
         Starting ^[[0;1;39mPlymouth s[   15.019522] systemd-journald[1093]: Received SIGTERM from PID 1 (systemd).
witch root service^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mApply Kernel Variables^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mLoad Kernel Modules^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mCreate Volatile Files and Directories^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mColdplug All udev Devices^[[0m.
         Stopping ^[[0;1;39mRule-based Manage…for Device Events and Files^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCleaning Up and Shutting Down Daemons^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mRule-based Manager for Device Events and Files^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mPlymouth switch root service^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mudev Control Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mudev Kernel Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mdracut pre-udev hook^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mdracut cmdline hook^[[0m.
         Starting ^[[0;1;39mCleanup udev Database^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mCreate Static Device Nodes in /dev^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mCreate List of Static Device Node[   15.122791] systemd[1]: RTC configured in localtime, applying delta of 330 minutes to system time.
s^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mCr[   15.135189] systemd[1]: systemd 250-12.el9_1 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 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK +XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[   15.168255] systemd[1]: Detected architecture x86-64.

Welcome to ^[[0;31mRed Hat Enterprise Linux 9.1 (Plow)^[[0m!

[   15.235287] systemd-rc-local-generator[1744]: /etc/rc.d/rc.local is not marked executable, skipping.
[   15.483644] systemd[1]: initrd-switch-root.service: Deactivated successfully.
[   15.490955] systemd[1]: Stopped Switch Root.
[^[[0;32m  OK  ^[[[   15.495512] systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1.
0m] Stopped ^[[0;[   15.506261] systemd[1]: Created slice Virtual Machine and Container Slice.
1;39mSwitch Root[   15.514608] systemd[1]: Created slice Slice /system/getty.
^[[0m.
[^[[0;32m[   15.521400] systemd[1]: Created slice Slice /system/modprobe.
  OK  ^[[0m] Crea[   15.528561] systemd[1]: Created slice Slice /system/serial-getty.
ted slice ^[[0;1;[   15.536268] systemd[1]: Created slice Slice /system/sshd-keygen.
39mVirtual Machi[   15.543412] systemd[1]: Created slice Slice /system/systemd-fsck.
ne and Container[   15.550887] systemd[1]: Created slice User and Session Slice.
 Slice^[[0m.
[^[[   15.557408] systemd[1]: Dispatch Password Requests to Console Directory Watch was skipped because of a failed condition check (ConditionPathExists=!/run/plymouth/pid).
[0;32m  OK  ^[[0m[   15.573736] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
] Created slice [   15.582860] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
^[[0;1;39mSlice /[   15.593505] systemd[1]: Reached target Local Encrypted Volumes.
system/getty^[[0m[   15.600796] systemd[1]: Stopped target Switch Root.
.
[^[[0;32m  OK[   15.607057] systemd[1]: Stopped target Initrd File Systems.
  ^[[0m] Created [   15.613975] systemd[1]: Stopped target Initrd Root File System.
slice ^[[0;1;39mS[   15.621281] systemd[1]: Reached target Local Integrity Protected Volumes.
lice /system/mod[   15.629489] systemd[1]: Reached target Path Units.
probe^[[0m.
[^[[[   15.635644] systemd[1]: Reached target Slice Units.
0;32m  OK  ^[[0m][   15.641906] systemd[1]: Reached target Local Verity Protected Volumes.
 Created slice ^[[   15.649903] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[0;1;39mSlice /s[   15.658052] systemd[1]: Listening on LVM2 poll daemon socket.
ystem/serial-get[   15.664901] systemd[1]: multipathd control socket was skipped because of a failed condition check (ConditionPathExists=/etc/multipath.conf).
ty^[[0m.
[^[[0;32m  OK  ^[[0m] Created slice ^[[0;1;39mSlice /system/sshd-keygen^[[0m.
[^[[0;32m  OK  ^[[0m] Created slice ^[[0;1;39mSlice /system/systemd-fsck^[[0m.
[^[[0;32m  OK  ^[[0m] Created slice ^[[0;1;39mUser and Session Slice^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mForward Password R…uests to Wall Directory Watch^[[0m.
[^[[0;32m  OK  ^[[0m] Set up automount ^[[0;1;39mArbitrary…s File System Automount Point^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mLocal Encrypted Volumes^[[0[   15.721530] systemd[1]: Listening on RPCbind Server Activation Socket.
m.
[^[[0;32m  O[   15.728388] systemd[1]: Reached target RPC Port Mapper.
K  ^[[0m] Stopped[   15.736113] systemd[1]: Listening on Process Core Dump Socket.
 target ^[[0;1;39[   15.742245] systemd[1]: Listening on initctl Compatibility Named Pipe.
mSwitch Root^[[0m[   15.750536] systemd[1]: Listening on udev Control Socket.
.
[^[[0;32m  OK[   15.756954] systemd[1]: Listening on udev Kernel Socket.
  ^[[0m] Stopped target ^[[0;1;39m[   15.764931] systemd[1]: Activating swap /dev/mapper/rhel_hostname-swap...
Initrd File Syst[   15.770117] Adding 7815164k swap on /dev/mapper/rhel_hostname-swap.  Priority:-2 extents:1 across:7815164k SS
ems^[[0m.
[^[[0;32m  OK  ^[[0m] S[   15.786195] systemd[1]: Mounting Huge Pages File System...
topped target ^[[[   15.794071] systemd[1]: Mounting POSIX Message Queue File System...
0;1;39mInitrd Ro[   15.801721] systemd[1]: Mounting Kernel Debug File System...
ot File System^[[0m.
[^[[0;32m  [   15.808994] systemd[1]: Mounting Kernel Trace File System...
OK  ^[[0m] Reache[   15.816055] systemd[1]: Kernel Module supporting RPCSEC_GSS was skipped because of a failed condition check (ConditionPathExists=/etc/krb5.keytab).
d target ^[[0;1;39mLocal Integrit[   15.833181] systemd[1]: Starting Create List of Static Device Nodes...
y Protected Volumes^[[0m.
[^[[0;[   15.841189] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
32m  OK  ^[[0m] R[   15.854030] systemd[1]: Starting Load Kernel Module configfs...
eached target ^[[[   15.861318] systemd[1]: Starting Load Kernel Module drm...
0;1;39mPath Units^[[0m.
[^[[0;32[   15.868401] systemd[1]: Starting Load Kernel Module fuse...
m  OK  ^[[0m] Reached target ^[[0;[   15.877250] systemd[1]: Starting Read and set NIS domainname from /etc/sysconfig/network...
1;39mSlice Units[   15.886577] systemd[1]: plymouth-switch-root.service: Deactivated successfully.
^[[0m.
[^[[0;32m[   15.895242] systemd[1]: Stopped Plymouth switch root service.
  OK  ^[[0m] Reac[   15.902486] systemd[1]: systemd-fsck-root.service: Deactivated successfully.
hed target ^[[0;1[   15.910800] systemd[1]: Stopped File System Check on Root Device.
;39mLocal Verity[   15.918333] systemd[1]: Stopped Journal Service.
 Protected Volumes^[[0m.
[^[[0;3[   15.926472] systemd[1]: Starting Journal Service...
2m  OK  ^[[0m] Listening on ^[[0;1[   15.934096] systemd[1]: Starting Load Kernel Modules...
[   15.937694] systemd-journald[1772]: File /run/log/journal/8f37f8055146469d8baec3ad508b0084/system.journal corrupted or uncleanly shut down, renaming and replacing.
;39mDevice-mapper event daemon F[   15.956315] systemd[1]: Starting Generate network units from Kernel command line...
IFOs^[[0m.
[^[[0;32m  OK  ^[[0m] [   15.966480] systemd[1]: Starting Remount Root and Kernel File Systems...
Listening on ^[[0[   15.974468] systemd[1]: Repartition Root Disk was skipped because all trigger condition checks failed.
;1;39mLVM2 poll daemon socket^[[0[   15.986486] systemd[1]: Starting Coldplug All udev Devices...
m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mR[   15.996767] systemd[1]: Activated swap /dev/mapper/rhel_hostname-swap.
PCbind Server Ac[   16.005033] systemd[1]: Started Journal Service.
tivation Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mRPC Port Mapper^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mProcess Core Dump Socket^[[0m.
[^[[0;32m  OK[   16.025409] systemd-journald[1772]: Received client request to flush runtime journal.
  ^[[0m] Listening on ^[[0;1;39minitctl Compatibility Named Pipe^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mudev Control Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mudev Kernel Socket^[[0m.
         Activating swap ^[[0;1;39m/dev/mapper/rhel_hostname-swap^[[0m...
         Mounting ^[[0;1;39mHuge Pages File System^[[0m...
         Mounting ^[[0;1;39mPOSIX Message Queue File System^[[0m...
         Mounting ^[[0;1;39mKernel Debug File System^[[0m...
         Mounting ^[[0;1;39mKernel Trace File System^[[0m...
         Starting ^[[0;1;39mCreate List of Static Device Nodes^[[0m...
         Starting ^[[0;1;39mMonitoring of LVM…meventd or progress polling^[[0m...
         Starting ^[[0;1;39mLoad Kernel Module configfs^[[0m...
         Starting ^[[0;1;39mLoad Kernel Module drm^[[0m...
         Starting ^[[0;1;39mLoad Kernel Module fuse^[[0m...
         Starting ^[[0;1;39mRead and set NIS …from /etc/sysconfig/network^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mPlymouth switch root service^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mFile System Check on Root Device^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mJournal Service^[[0m.
         Starting ^[[0;1;39mJournal Service^[[0m...
         Starting ^[[0;1;39mLoad Kernel Modules^[[0m...
         Starting ^[[0;1;39mGenerate network …ts from Kernel command line^[[0m...
         Starting ^[[0;1;39mRemount Root and Kernel File Systems^[[0m...
         Starting ^[[0;1;39mColdplug All udev Devices^[[0m...
[^[[0;32m  OK  ^[[0m] Activated swap ^[[0;1;39m/dev/mapper/rhel_hostname-swap^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mJournal Service^[[0m.
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39mHuge Pages File System^[[0m.
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39mPOSIX Message Queue File System^[[0m.
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39mKernel Debug File System^[[0m.
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39mKernel Trace File System^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate List of Static Device Nodes^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mMonitoring of LVM… dmeventd or progress polling^[[0m.
[^[[0;32m  OK  ^[[0m] Fin[   16.215108] IPMI message handler: version 39.2
ished ^[[0;1;39mLoad Kernel Modul[   16.222779] ipmi device interface
e configfs^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[   16.230783] ipmi_si: IPMI System Interface driver
[0;1;39mLoad Ker[   16.235887] ipmi_si dmi-ipmi-si.0: ipmi_platform: probing via SMBIOS
nel Module drm^[[[   16.243602] ipmi_platform: ipmi_si: SMBIOS: io 0xca8 regsize 1 spacing 4 irq 10
0m.
[^[[0;32m  [   16.252290] ipmi_si: Adding SMBIOS-specified kcs state machine
OK  ^[[0m] Finish[   16.259632] ipmi_si IPI0001:00: ipmi_platform: probing via ACPI
ed ^[[0;1;39mLoad[   16.266845] ipmi_si IPI0001:00: ipmi_platform: [io  0x0ca8] regsize 1 spacing 4 irq 10
 Kernel Module f[   16.276306] ipmi_si dmi-ipmi-si.0: Removing SMBIOS-specified kcs state machine in favor of ACPI
use^[[0m.
[^[[0;[   16.286226] ipmi_si: Adding ACPI-specified kcs state machine
32m  OK  ^[[0m] F[   16.293510] ipmi_si: Trying ACPI-specified kcs state machine at i/o address 0xca8, slave address 0x20, irq 10
inished ^[[0;1;39mRead and set NIS …e from /etc/sysconfig/netwo[   16.309564] pstore: backend 'erst' already in use: ignoring 'efi_pstore'
rk^[[0m.
[^[[0;3[   16.309982] input: PC Speaker as /devices/platform/pcspkr/input/input3
2m  OK  ^[[0m] Finished ^[[0;1;39m[   16.326765] RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
Load Kernel Modu[   16.335396] RAPL PMU: hw unit of domain package 2^-16 Joules
les^[[0m.
[^[[0;[   16.343367] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
32m  OK  ^[[0m] F[   16.351225] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
inished ^[[0;1;39mGenerate network units from Kernel command line[   16.364801] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
^[[0m.
[^[[0;32m[   16.373541] i2c i2c-3: Successfully instantiated SPD at 0x50
  OK  ^[[0m] Fini[   16.380529] i2c i2c-3: Successfully instantiated SPD at 0x51
shed ^[[0;1;39mRe[   16.387578] i2c i2c-3: Successfully instantiated SPD at 0x52
mount Root and K[   16.394623] i2c i2c-3: Successfully instantiated SPD at 0x53
ernel File Syste[   16.401670] i2c i2c-3: Successfully instantiated SPD at 0x54
ms^[[0m.
[^[[0;3[   16.408713] i2c i2c-3: Successfully instantiated SPD at 0x55
2m  OK  ^[[0m] Re[   16.415724] i2c i2c-3: Successfully instantiated SPD at 0x56
ached target ^[[0[   16.422803] i2c i2c-3: Successfully instantiated SPD at 0x57
;1;39mSwaps^[[0m.
         Mounting ^[[0;1;39mFUSE Control File System^[[0m...
         Mounting ^[[0;1;39mKernel Configuration File System^[[0m...
         Starting ^[[0;1;39mFlush Journal to Persistent Storage^[[0m...
         Starting ^[[0;1;39mLoad/Save Random Seed^[[0m...
         Starting ^[[0;1;39mApply Kernel Variables^[[0m...
         Starting ^[[0;1;39mCreate Static Device Nodes in /dev^[[0m...
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39mFUSE Control File System^[[0m.
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39mKernel Configuration File System^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mLoad/Save Random Seed^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mFlush Journal to Persistent Storage^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mApply Kernel Variables^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate [   16.499587] ee1004 3-0050: 512 byte EE1004-compliant SPD EEPROM, read-only
Static Device No[   16.508010] ee1004 3-0051: 512 byte EE1004-compliant SPD EEPROM, read-only
des in /dev^[[0m.[   16.516280] ee1004 3-0052: 512 byte EE1004-compliant SPD EEPROM, read-only

         Star[   16.524580] ee1004 3-0053: 512 byte EE1004-compliant SPD EEPROM, read-only
ting ^[[0;1;39mRu[   16.532805] ee1004 3-0054: 512 byte EE1004-compliant SPD EEPROM, read-only
le-based Manageā[   16.532882] kvm_amd: TSC scaling supported
€¦for Device Eve[   16.541100] ee1004 3-0055: 512 byte EE1004-compliant SPD EEPROM, read-only
nts and Files^[[0[   16.545457] kvm_amd: Nested Virtualization enabled
m...
[^[[0;32m [   16.554836] ee1004 3-0056: 512 byte EE1004-compliant SPD EEPROM, read-only
 OK  ^[[0m] Start[   16.559898] kvm_amd: Nested Paging enabled
ed ^[[0;1;39mRule[   16.569282] ee1004 3-0057: 512 byte EE1004-compliant SPD EEPROM, read-only
-based Manager f[   16.573640] kvm_amd: LBR virtualization supported
or Device Events[   16.587995] kvm_amd: SEV enabled (ASIDs 101 - 509)
 and Files^[[0m.\r[   16.594173] kvm_amd: SEV-ES enabled (ASIDs 1 - 100)

         Start[   16.600438] kvm_amd: SEV-SNP enabled (ASIDs 1 - 100)
ing ^[[0;1;39mLoa[   16.606968] kvm_amd: Virtual VMLOAD VMSAVE supported
d Kernel Module [   16.613143] kvm_amd: Virtual GIF supported
configfs^[[0m...
         Starting ^[[0;1;39mLoad Kernel Module fuse^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mLoad Kernel Module configfs^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mLoad Kernel Module [   16.636582] EDAC MC0: Giving out device to module amd64_edac controller F19h: DEV 0000:00:18.3 (INTERRUPT)
fuse^[[0m.
[^[[0[   16.646303] EDAC amd64: F19h detected (node 0).
;32m  OK  ^[[0m] [   16.652236] EDAC amd64: MC: 0:     0MB 1:     0MB
Finished ^[[0;1;3[   16.658316] EDAC amd64: MC: 2: 16384MB 3: 16384MB
9mColdplug All u[   16.664412] EDAC amd64: MC: 0:     0MB 1:     0MB
dev Devices^[[0m.[   16.670499] EDAC amd64: MC: 2: 16384MB 3: 16384MB

         Star[   16.676598] EDAC amd64: MC: 0:     0MB 1:     0MB
ting ^[[0;1;39mWa[   16.682683] EDAC amd64: MC: 2: 16384MB 3: 16384MB
it for udev To ā[   16.688783] EDAC amd64: MC: 0:     0MB 1:     0MB
€¦plete Device I[   16.694869] EDAC amd64: MC: 2: 16384MB 3: 16384MB
nitialization^[[0[   16.700967] EDAC amd64: MC: 0:     0MB 1:     0MB
m...
[^[[0;32m [   16.707051] EDAC amd64: MC: 2: 16384MB 3: 16384MB
 OK  ^[[0m] Liste[   16.713150] EDAC amd64: MC: 0:     0MB 1:     0MB
ning on ^[[0;1;39[   16.719229] EDAC amd64: MC: 2: 16384MB 3: 16384MB
mLoad/Save RF ā€[   16.725326] EDAC amd64: MC: 0:     0MB 1:     0MB
¦itch Status /de[   16.731405] EDAC amd64: MC: 2: 16384MB 3: 16384MB
v/rfkill Watch^[[[   16.737504] EDAC amd64: MC: 0:     0MB 1:     0MB
0m.
[^[[0;32m  [   16.743591] EDAC amd64: MC: 2: 16384MB 3: 16384MB
OK  ^[[0m] Started ^[[0;1;39m/usr/sbin/lvm vgch…tivation event rhel_hostname^[[0[   16.755806] intel_rapl_common: Found RAPL domain package
[   16.760253] ipmi_si IPI0001:00: The BMC does not support setting the recv irq bit, compensating, but the BMC needs to be fixed.
m.
[   16.761923] intel_rapl_common: Found RAPL domain core
[   16.779406] amd_atl: AMD Address Translation Library initialized
[   16.844350] ipmi_si IPI0001:00: Using irq 10
[   16.868241] ipmi_si IPI0001:00: IPMI message handler: Found new BMC (man_id: 0x0002a2, prod_id: 0x0100, dev_id: 0x20)
[   16.919434] ipmi_si IPI0001:00: IPMI kcs interface initialized
[   16.927863] ipmi_ssif: IPMI SSIF Interface driver
[   16.929832] power_meter ACPI000D:00: Found ACPI power meter.
[   16.938432] power_meter ACPI000D:00: hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mWait for udev To Complete Device Initialization^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mPreparation for Local File Systems^[[0m.
         Mounting ^[[0;1;39m/boot^[[0m...
      [   17.167774] XFS (sda6): Mounting V5 Filesystem 8a4de4ea-bc9f-4c69-9e30-c78fbc184188
   Mounting ^[[0;[   17.170036] XFS (dm-0): Mounting V5 Filesystem 3e33526b-995a-4b32-9d5d-d26941ce5b47
1;39m/home^[[0m...
         Starting ^[[0;1;39mFile System Check…/dev/disk/by-uuid/FBE5-86EF^[[0m...
[   17.194560] XFS (sda6): Starting recovery (logdev: internal)
[   17.205671] XFS (dm-0): Starting recovery (logdev: internal)
[   17.206691] XFS (sda6): Ending recovery (logdev: internal)
[   17.215872] XFS (dm-0): Ending recovery (logdev: internal)
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39m/boot^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mFile System Check…n /dev/disk/by-uuid/FBE5-86EF^[[0m.
         Mounting ^[[0;1;39m/boot/efi^[[0m...
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39m/home^[[0m.
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39m/boot/efi^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mLocal File Systems^[[0m.
         Starting ^[[0;1;39mTell Plymouth To Write Out Runtime Data^[[0m...
         Starting ^[[0;1;39mCreate Volatile Files and Directories^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mTell Plymouth To Write Out Runtime Data^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate Volatile Files and Directories^[[0m.
         Mounting ^[[0;1;39mRPC Pipe File System^[[0m...
         Starting ^[[0;1;39mSecurity Auditing Service^[[0m...
         Starting ^[[0;1;39mRPC Bind^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mRPC Bind^[[0m.
[   17.308796] RPC: Registered named UNIX socket transport module.
[   17.314717] RPC: Registered udp transport module.
[   17.319442] RPC: Registered tcp transport module.
[   17.324156] RPC: Registered tcp-with-tls transport module.
[   17.329644] RPC: Registered tcp NFSv4.1 backchannel transport module.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mSecurity Auditing Service^[[0m.
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39mRPC Pipe File System^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mrpc_pipefs.target^[[0m.
         Starting ^[[0;1;39mRecord System Boot/Shutdown in UTMP^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mRecord System Boot/Shutdown in UTMP^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSystem Initialization^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mdnf makecache --timer^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mDaily rotation of log files^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mUpdates mlocate database every day^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mDaily Cleanup of Temporary Directories^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mdaily update of the root trust anchor for DNSSEC^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mTimer Units^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mD-Bus System Message Bus Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mOpen-iSCSI iscsid Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mOpen-iSCSI iscsiuio Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mSSSD Kerberos…ache Manager responder socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt interface daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt locking daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt locking daemon admin socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt logging daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt logging daemon admin socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt network daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt nodedev daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt nwfilter daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt proxy daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt QEMU daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt QEMU daemon admin socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt QEMU daemon read-only socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt secret daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt storage daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSocket Units^[[0m.
         Starting ^[[0;1;39mD-Bus System Message Bus^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mD-Bus System Message Bus^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mBasic System^[[0m.
         Starting ^[[0;1;39mNTP client/server^[[0m...
         Starting ^[[0;1;39mRestore /run/initramfs on shutdown^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mirqbalance daemon^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mlibstoragemgmt plug-in server daemon^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mLow Memory Monitor^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mMachine Check Exception Logging Daemon^[[0m.
         Starting ^[[0;1;39mAuthorization Manager^[[0m...
         Starting ^[[0;1;39mSystem Logging Service^[[0m...
         Starting ^[[0;1;39mSelf Monitoring a…g Technology (SMART) Daemon^[[0m...
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39msshd-keygen.target^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mUser and Group Name Lookups^[[0m.
         Starting ^[[0;1;39mUser Login Management^[[0m...
         Starting ^[[0;1;39mVirtual Machine a…tainer Registration Service^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mRestore /run/initramfs on shutdown^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mSystem Logging Service^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mVirtual Machine an…ontainer Registration Service^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mUser Login Management^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mNTP client/server^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mSelf Monitoring an…ing Technology (SMART) Daemon^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mAuthorization Manager^[[0m.
         Starting ^[[0;1;39mfirewalld - dynamic firewall daemon^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mfirewalld - dynamic firewall daemon^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mPreparation for Network^[[0m.
         Starting ^[[0;1;39mNetwork Manager^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mNetwork Manager^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mNetwork^[[0m.
         Starting ^[[0;1;39mNetwork Manager Wait Online^[[0m...
         Starting ^[[0;1;39mGSSAPI Proxy Daemon^[[0m...
         Starting ^[[0;1;39mEnable periodic u…f entitlement certificates.^[[0m...
         Starting ^[[0;1;39mOpenSSH server daemon^[[0m...
         Starting ^[[0;1;39mDynamic System Tuning Daemon^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mEnable periodic up… of entitlement certificates.^[[0m.
         Starting ^[[0;1;39mHostname Service^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mGSSAPI Proxy Daemon^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mNFS client services^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mOpenSSH server daemon^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mHostname Service^[[0m.
         Starting ^[[0;1;39mNetwork Manager Script Dispatcher Service^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mNetwork Manager Script Dispatcher Service^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mDynamic System Tuning Daemon^[[0m.
[^[[0m^[[0;31m*     ^[[0m] A start job is running for Network Manager Wait Online (5s / no limit)
^[M\r^[[K[^[[0;1;31m*^[[0m^[[0;31m*    ^[[0m] A start job is running for Network Manager Wait Online (6s / no limit)
[   21.770746] tg3 0000:c1:00.0 eth0: Link is up at 1000 Mbps, full duplex
[   21.777366] tg3 0000:c1:00.0 eth0: Flow control is off for TX and off for RX
[   21.784416] tg3 0000:c1:00.0 eth0: EEE is disabled
^[M\r^[[K[^[[0;31m*^[[0;1;31m*^[[0m^[[0;31m*   ^[[0m] A start job is running for Network Manager Wait Online (6s / no limit)
^[M\r^[[K[ ^[[0;31m*^[[0;1;31m*^[[0m^[[0;31m*  ^[[0m] A start job is running for Network Manager Wait Online (7s / no limit)
^[M\r^[[K[  ^[[0;31m*^[[0;1;31m*^[[0m^[[0;31m* ^[[0m] A start job is running for Network Manager Wait Online (7s / no limit)
^[M\r^[[K[   ^[[0;31m*^[[0;1;31m*^[[0m^[[0;31m*^[[0m] A start job is running for Network Manager Wait Online (8s / no limit)
^[M\r^[[K[    ^[[0;31m*^[[0;1;31m*^[[0m] A start job is running for Network Manager Wait Online (8s / no limit)
^[M\r^[[K[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mNetwork Manager Wait Online^[[0m.
^[[K[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mNetwork is Online^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mPreparation for Remote File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mRemote File Systems^[[0m.
         Starting ^[[0;1;39mNotify NFS peers of a restart^[[0m...
         Starting ^[[0;1;39mPermit User Sessions^[[0m...
         Starting ^[[0;1;39mlibvirt QEMU daemon^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mNotify NFS peers of a restart^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mPermit User Sessions^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mDeferred execution scheduler^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mCommand Scheduler^[[0m.
         Starting ^[[0;1;39mHold until boot process finishes up^[[0m...
         Starting ^[[0;1;39mTerminate Plymouth Boot Screen^[[0m...
[   24.342297] fbcon: Taking over console
[   24.389865] Console: switching to colour frame buffer device 128x48

Red Hat Enterprise Linux 9.1 (Plow)
Kernel 6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d on an x86_64

Activate the web console with: systemctl enable --now cockpit.socket

hostname login: [ 1667.841677] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[ 1764.301448] JFS: nTxBlock = 8192, nTxLock = 65536
[ 1764.338098] QNX4 filesystem 0.2.3 registered.
[ 1764.418027] raid6: avx2x4   gen() 34788 MB/s
[ 1764.490025] raid6: avx2x2   gen() 35764 MB/s
[ 1764.562024] raid6: avx2x1   gen() 25981 MB/s
[ 1764.566296] raid6: using algorithm avx2x2 gen() 35764 MB/s
[ 1764.638022] raid6: .... xor() 28965 MB/s, rmw enabled
[ 1764.643075] raid6: using avx2x2 recovery algorithm
[ 1764.649980] xor: automatically using best checksumming function   avx       
[ 1764.737584] Btrfs loaded, zoned=yes, fsverity=yes
[ 1790.062515] watchdog: BUG: soft lockup - CPU#110 stuck for 26s! [grub2-mount:4779]
[ 1790.070089] Modules linked in: btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils xt_CHECKSUM xt_MASQUERADE xt_conntrack ipt_REJECT xt_tcpudp nft_compat x_tables nf_nat_tftp nf_conntrack_tftp bridge stp llc tls nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd ee1004 kvm i2c_piix4 rapl joydev input_leds wmi_bmof pcspkr acpi_power_meter efi_pstore k10temp i2c_smbus ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit crct10dif_pclmul drm_shmem_helper crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas drm tg3 sha1_ssse3 raid_class ccp scsi_transport_sas sp5100_tco wmi hid_generic usbmouse usbkbd usbhid hid dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel
[ 1790.070213]  crypto_simd cryptd
[ 1790.163340] CPU: 110 UID: 0 PID: 4779 Comm: grub2-mount Not tainted 6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 1790.174024] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 1790.181677] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1790.187770] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 1790.206517] RSP: 0018:ffffa6f0a61cbc98 EFLAGS: 00000202
[ 1790.211742] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa6f0a61cbce8
[ 1790.218873] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff91cc9192c5c0
[ 1790.226007] RBP: ffffa6f0a61cbcb8 R08: 0000000000000000 R09: ffff91cc893343c0
[ 1790.233140] R10: ffffa6f0a61cbc48 R11: ffffe3b882464a00 R12: ffff91cc9192c5c0
[ 1790.240271] R13: ffffa6f0a61cbd30 R14: ffff91cc9192c280 R15: ffff91cc8919e400
[ 1790.247404] FS:  00007f6f33412e40(0000) GS:ffff91ebfc300000(0000) knlGS:0000000000000000
[ 1790.255490] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1790.261234] CR2: 00007f6f33253930 CR3: 000800208ec7a006 CR4: 0000000000770ef0
[ 1790.268369] PKRU: 55555554
[ 1790.271080] Call Trace:
[ 1790.273536]  <IRQ>
[ 1790.275554]  ? show_regs+0x6d/0x80
[ 1790.278957]  ? watchdog_timer_fn+0x1f8/0x280
[ 1790.283229]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 1790.287851]  ? __hrtimer_run_queues+0x114/0x2a0
[ 1790.292386]  ? hrtimer_interrupt+0x108/0x230
[ 1790.296655]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 1790.301880]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 1790.306847]  </IRQ>
[ 1790.308954]  <TASK>
[ 1790.311058]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 1790.316374]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1790.321860]  _raw_spin_lock+0x2d/0x40
[ 1790.325523]  fuse_iget+0x125/0x250
[ 1790.328931]  fuse_fill_super_common+0x3ae/0x4f0
[ 1790.333464]  ? __pfx_fuse_fill_super+0x10/0x10
[ 1790.337906]  fuse_fill_super+0x5e/0xb0
[ 1790.341662]  get_tree_nodev+0x6f/0xa0
[ 1790.345327]  ? fget+0x80/0xb0
[ 1790.348301]  fuse_get_tree+0xc6/0x1b0
[ 1790.351965]  vfs_get_tree+0x2e/0xf0
[ 1790.355456]  path_mount+0x4f0/0xb50
[ 1790.358949]  ? putname+0x5b/0x70
[ 1790.362185]  __x64_sys_mount+0x10d/0x150
[ 1790.366111]  x64_sys_call+0x1e1d/0x2140
[ 1790.369946]  do_syscall_64+0x51/0x120
[ 1790.373612]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 1790.378666] RIP: 0033:0x7f6f3330f03e
[ 1790.382245] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 1790.400992] RSP: 002b:00007ffd740f76a8 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 1790.408557] RAX: ffffffffffffffda RBX: 000055b2ad3864a0 RCX: 00007f6f3330f03e
[ 1790.415688] RDX: 000055b2ad386530 RSI: 000055b2ad3863a0 RDI: 000055b2ad3864f0
[ 1790.422820] RBP: 000055b2ad3863a0 R08: 000055b2ad386250 R09: 00746e756f6d2d32
[ 1790.429954] R10: 0000000000000006 R11: 0000000000000206 R12: 000055b2ad386530
[ 1790.437086] R13: 00007ffd740f76e0 R14: 000055b2ad3864f0 R15: 000055b2ad3864a0
[ 1790.444221]  </TASK>
[ 1818.061867] watchdog: BUG: soft lockup - CPU#110 stuck for 52s! [grub2-mount:4779]
[ 1818.069437] Modules linked in: btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils xt_CHECKSUM xt_MASQUERADE xt_conntrack ipt_REJECT xt_tcpudp nft_compat x_tables nf_nat_tftp nf_conntrack_tftp bridge stp llc tls nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd ee1004 kvm i2c_piix4 rapl joydev input_leds wmi_bmof pcspkr acpi_power_meter efi_pstore k10temp i2c_smbus ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit crct10dif_pclmul drm_shmem_helper crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas drm tg3 sha1_ssse3 raid_class ccp scsi_transport_sas sp5100_tco wmi hid_generic usbmouse usbkbd usbhid hid dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel
[ 1818.069537]  crypto_simd cryptd
[ 1818.162661] CPU: 110 UID: 0 PID: 4779 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 1818.174820] Tainted: [L]=SOFTLOCKUP
[ 1818.178311] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 1818.185965] RIP: 0010:native_queued_spin_lock_slowpath+0x7c/0x2d0
[ 1818.192066] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[ 1818.210811] RSP: 0018:ffffa6f0a61cbc98 EFLAGS: 00000202
[ 1818.216037] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa6f0a61cbce8
[ 1818.223170] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff91cc9192c5c0
[ 1818.230303] RBP: ffffa6f0a61cbcb8 R08: 0000000000000000 R09: ffff91cc893343c0
[ 1818.237434] R10: ffffa6f0a61cbc48 R11: ffffe3b882464a00 R12: ffff91cc9192c5c0
[ 1818.244568] R13: ffffa6f0a61cbd30 R14: ffff91cc9192c280 R15: ffff91cc8919e400
[ 1818.251701] FS:  00007f6f33412e40(0000) GS:ffff91ebfc300000(0000) knlGS:0000000000000000
[ 1818.259785] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1818.265529] CR2: 00007f6f33253930 CR3: 000800208ec7a006 CR4: 0000000000770ef0
[ 1818.272654] PKRU: 55555554
[ 1818.275368] Call Trace:
[ 1818.277821]  <IRQ>
[ 1818.279840]  ? show_regs+0x6d/0x80
[ 1818.283246]  ? watchdog_timer_fn+0x1f8/0x280
[ 1818.287519]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 1818.292137]  ? __hrtimer_run_queues+0x114/0x2a0
[ 1818.296671]  ? hrtimer_interrupt+0x108/0x230
[ 1818.300942]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 1818.306167]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 1818.311134]  </IRQ>
[ 1818.313240]  <TASK>
[ 1818.315346]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 1818.320660]  ? native_queued_spin_lock_slowpath+0x7c/0x2d0
[ 1818.326147]  _raw_spin_lock+0x2d/0x40
[ 1818.329810]  fuse_iget+0x125/0x250
[ 1818.333217]  fuse_fill_super_common+0x3ae/0x4f0
[ 1818.337750]  ? __pfx_fuse_fill_super+0x10/0x10
[ 1818.342193]  fuse_fill_super+0x5e/0xb0
[ 1818.345946]  get_tree_nodev+0x6f/0xa0
[ 1818.349614]  ? fget+0x80/0xb0
[ 1818.352587]  fuse_get_tree+0xc6/0x1b0
[ 1818.356251]  vfs_get_tree+0x2e/0xf0
[ 1818.359743]  path_mount+0x4f0/0xb50
[ 1818.363237]  ? putname+0x5b/0x70
[ 1818.366469]  __x64_sys_mount+0x10d/0x150
[ 1818.370396]  x64_sys_call+0x1e1d/0x2140
[ 1818.374234]  do_syscall_64+0x51/0x120
[ 1818.377900]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 1818.382953] RIP: 0033:0x7f6f3330f03e
[ 1818.386534] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 1818.405279] RSP: 002b:00007ffd740f76a8 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 1818.412841] RAX: ffffffffffffffda RBX: 000055b2ad3864a0 RCX: 00007f6f3330f03e
[ 1818.419968] RDX: 000055b2ad386530 RSI: 000055b2ad3863a0 RDI: 000055b2ad3864f0
[ 1818.427099] RBP: 000055b2ad3863a0 R08: 000055b2ad386250 R09: 00746e756f6d2d32
[ 1818.434231] R10: 0000000000000006 R11: 0000000000000206 R12: 000055b2ad386530
[ 1818.441363] R13: 00007ffd740f76e0 R14: 000055b2ad3864f0 R15: 000055b2ad3864a0
[ 1818.448499]  </TASK>
[ 1825.000622] rcu: INFO: rcu_preempt self-detected stall on CPU
[ 1825.006367] rcu: 	110-....: (14809 ticks this GP) idle=c884/1/0x4000000000000000 softirq=1022/1023 fqs=6626
[ 1825.016104] rcu: 	(t=15004 jiffies g=31609 q=903 ncpus=128)
[ 1825.021675] CPU: 110 UID: 0 PID: 4779 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 1825.033831] Tainted: [L]=SOFTLOCKUP
[ 1825.037324] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 1825.044976] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1825.051068] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 1825.069813] RSP: 0018:ffffa6f0a61cbc98 EFLAGS: 00000202
[ 1825.075040] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa6f0a61cbce8
[ 1825.082173] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff91cc9192c5c0
[ 1825.089305] RBP: ffffa6f0a61cbcb8 R08: 0000000000000000 R09: ffff91cc893343c0
[ 1825.096439] R10: ffffa6f0a61cbc48 R11: ffffe3b882464a00 R12: ffff91cc9192c5c0
[ 1825.103569] R13: ffffa6f0a61cbd30 R14: ffff91cc9192c280 R15: ffff91cc8919e400
[ 1825.110701] FS:  00007f6f33412e40(0000) GS:ffff91ebfc300000(0000) knlGS:0000000000000000
[ 1825.118787] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1825.124532] CR2: 00007f6f33253930 CR3: 000800208ec7a006 CR4: 0000000000770ef0
[ 1825.131657] PKRU: 55555554
[ 1825.134371] Call Trace:
[ 1825.136822]  <IRQ>
[ 1825.138844]  ? show_regs+0x6d/0x80
[ 1825.142249]  ? dump_cpu_task+0x6b/0x80
[ 1825.146000]  ? rcu_dump_cpu_stacks+0xa4/0x100
[ 1825.150359]  ? rcu_sched_clock_irq+0x6b4/0x10c0
[ 1825.154893]  ? srso_alias_return_thunk+0x5/0xfbef5
[ 1825.159685]  ? generic_exec_single+0x38/0x150
[ 1825.164045]  ? srso_alias_return_thunk+0x5/0xfbef5
[ 1825.168835]  ? __cgroup_account_cputime_field+0x3f/0x60
[ 1825.174064]  ? srso_alias_return_thunk+0x5/0xfbef5
[ 1825.178856]  ? account_system_index_time+0x95/0xb0
[ 1825.183648]  ? update_process_times+0x74/0xc0
[ 1825.188008]  ? tick_nohz_handler+0x9b/0x150
[ 1825.192193]  ? __pfx_tick_nohz_handler+0x10/0x10
[ 1825.196812]  ? __hrtimer_run_queues+0x114/0x2a0
[ 1825.201347]  ? hrtimer_interrupt+0x108/0x230
[ 1825.205618]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 1825.210845]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 1825.215810]  </IRQ>
[ 1825.217916]  <TASK>
[ 1825.220020]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 1825.225336]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1825.230819]  _raw_spin_lock+0x2d/0x40
[ 1825.234485]  fuse_iget+0x125/0x250
[ 1825.237892]  fuse_fill_super_common+0x3ae/0x4f0
[ 1825.242427]  ? __pfx_fuse_fill_super+0x10/0x10
[ 1825.246871]  fuse_fill_super+0x5e/0xb0
[ 1825.250623]  get_tree_nodev+0x6f/0xa0
[ 1825.254286]  ? fget+0x80/0xb0
[ 1825.257261]  fuse_get_tree+0xc6/0x1b0
[ 1825.260928]  vfs_get_tree+0x2e/0xf0
[ 1825.264419]  path_mount+0x4f0/0xb50
[ 1825.267913]  ? putname+0x5b/0x70
[ 1825.271144]  __x64_sys_mount+0x10d/0x150
[ 1825.275072]  x64_sys_call+0x1e1d/0x2140
[ 1825.278910]  do_syscall_64+0x51/0x120
[ 1825.282576]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 1825.287629] RIP: 0033:0x7f6f3330f03e
[ 1825.291205] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 1825.309953] RSP: 002b:00007ffd740f76a8 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 1825.317517] RAX: ffffffffffffffda RBX: 000055b2ad3864a0 RCX: 00007f6f3330f03e
[ 1825.324651] RDX: 000055b2ad386530 RSI: 000055b2ad3863a0 RDI: 000055b2ad3864f0
[ 1825.331781] RBP: 000055b2ad3863a0 R08: 000055b2ad386250 R09: 00746e756f6d2d32
[ 1825.338915] R10: 0000000000000006 R11: 0000000000000206 R12: 000055b2ad386530
[ 1825.346049] R13: 00007ffd740f76e0 R14: 000055b2ad3864f0 R15: 000055b2ad3864a0
[ 1825.353184]  </TASK>
[ 1850.061125] watchdog: BUG: soft lockup - CPU#110 stuck for 82s! [grub2-mount:4779]
[ 1850.068695] Modules linked in: btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils xt_CHECKSUM xt_MASQUERADE xt_conntrack ipt_REJECT xt_tcpudp nft_compat x_tables nf_nat_tftp nf_conntrack_tftp bridge stp llc tls nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd ee1004 kvm i2c_piix4 rapl joydev input_leds wmi_bmof pcspkr acpi_power_meter efi_pstore k10temp i2c_smbus ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit crct10dif_pclmul drm_shmem_helper crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas drm tg3 sha1_ssse3 raid_class ccp scsi_transport_sas sp5100_tco wmi hid_generic usbmouse usbkbd usbhid hid dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel
[ 1850.068797]  crypto_simd cryptd
[ 1850.161920] CPU: 110 UID: 0 PID: 4779 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 1850.174080] Tainted: [L]=SOFTLOCKUP
[ 1850.177572] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 1850.185223] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1850.191316] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 1850.210063] RSP: 0018:ffffa6f0a61cbc98 EFLAGS: 00000202
[ 1850.215289] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa6f0a61cbce8
[ 1850.222419] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff91cc9192c5c0
[ 1850.229553] RBP: ffffa6f0a61cbcb8 R08: 0000000000000000 R09: ffff91cc893343c0
[ 1850.236685] R10: ffffa6f0a61cbc48 R11: ffffe3b882464a00 R12: ffff91cc9192c5c0
[ 1850.243818] R13: ffffa6f0a61cbd30 R14: ffff91cc9192c280 R15: ffff91cc8919e400
[ 1850.250949] FS:  00007f6f33412e40(0000) GS:ffff91ebfc300000(0000) knlGS:0000000000000000
[ 1850.259037] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1850.264782] CR2: 00007f6f33253930 CR3: 000800208ec7a006 CR4: 0000000000770ef0
[ 1850.271913] PKRU: 55555554
[ 1850.274628] Call Trace:
[ 1850.277081]  <IRQ>
[ 1850.279101]  ? show_regs+0x6d/0x80
[ 1850.282506]  ? watchdog_timer_fn+0x1f8/0x280
[ 1850.286776]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 1850.291396]  ? __hrtimer_run_queues+0x114/0x2a0
[ 1850.295930]  ? hrtimer_interrupt+0x108/0x230
[ 1850.300203]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 1850.305429]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 1850.310394]  </IRQ>
[ 1850.312500]  <TASK>
[ 1850.314604]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 1850.319921]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1850.325407]  _raw_spin_lock+0x2d/0x40
[ 1850.329070]  fuse_iget+0x125/0x250
[ 1850.332477]  fuse_fill_super_common+0x3ae/0x4f0
[ 1850.337009]  ? __pfx_fuse_fill_super+0x10/0x10
[ 1850.341455]  fuse_fill_super+0x5e/0xb0
[ 1850.345208]  get_tree_nodev+0x6f/0xa0
[ 1850.348871]  ? fget+0x80/0xb0
[ 1850.351845]  fuse_get_tree+0xc6/0x1b0
[ 1850.355510]  vfs_get_tree+0x2e/0xf0
[ 1850.359005]  path_mount+0x4f0/0xb50
[ 1850.362495]  ? putname+0x5b/0x70
[ 1850.365729]  __x64_sys_mount+0x10d/0x150
[ 1850.369657]  x64_sys_call+0x1e1d/0x2140
[ 1850.373493]  do_syscall_64+0x51/0x120
[ 1850.377160]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 1850.382212] RIP: 0033:0x7f6f3330f03e
[ 1850.385794] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 1850.404536] RSP: 002b:00007ffd740f76a8 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 1850.412102] RAX: ffffffffffffffda RBX: 000055b2ad3864a0 RCX: 00007f6f3330f03e
[ 1850.419234] RDX: 000055b2ad386530 RSI: 000055b2ad3863a0 RDI: 000055b2ad3864f0
[ 1850.426366] RBP: 000055b2ad3863a0 R08: 000055b2ad386250 R09: 00746e756f6d2d32
[ 1850.433501] R10: 0000000000000006 R11: 0000000000000206 R12: 000055b2ad386530
[ 1850.440632] R13: 00007ffd740f76e0 R14: 000055b2ad3864f0 R15: 000055b2ad3864a0
[ 1850.447768]  </TASK>
[ 1878.060477] watchdog: BUG: soft lockup - CPU#110 stuck for 108s! [grub2-mount:4779]
[ 1878.068138] Modules linked in: btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils xt_CHECKSUM xt_MASQUERADE xt_conntrack ipt_REJECT xt_tcpudp nft_compat x_tables nf_nat_tftp nf_conntrack_tftp bridge stp llc tls nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd ee1004 kvm i2c_piix4 rapl joydev input_leds wmi_bmof pcspkr acpi_power_meter efi_pstore k10temp i2c_smbus ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit crct10dif_pclmul drm_shmem_helper crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas drm tg3 sha1_ssse3 raid_class ccp scsi_transport_sas sp5100_tco wmi hid_generic usbmouse usbkbd usbhid hid dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel
[ 1878.068237]  crypto_simd cryptd
[ 1878.161361] CPU: 110 UID: 0 PID: 4779 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 1878.173520] Tainted: [L]=SOFTLOCKUP
[ 1878.177014] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 1878.184664] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1878.190758] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 1878.209502] RSP: 0018:ffffa6f0a61cbc98 EFLAGS: 00000202
[ 1878.214729] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa6f0a61cbce8
[ 1878.221861] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff91cc9192c5c0
[ 1878.228995] RBP: ffffa6f0a61cbcb8 R08: 0000000000000000 R09: ffff91cc893343c0
[ 1878.236128] R10: ffffa6f0a61cbc48 R11: ffffe3b882464a00 R12: ffff91cc9192c5c0
[ 1878.243258] R13: ffffa6f0a61cbd30 R14: ffff91cc9192c280 R15: ffff91cc8919e400
[ 1878.250393] FS:  00007f6f33412e40(0000) GS:ffff91ebfc300000(0000) knlGS:0000000000000000
[ 1878.258478] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1878.264222] CR2: 00007f6f33253930 CR3: 000800208ec7a006 CR4: 0000000000770ef0
[ 1878.271357] PKRU: 55555554
[ 1878.274068] Call Trace:
[ 1878.276522]  <IRQ>
[ 1878.278541]  ? show_regs+0x6d/0x80
[ 1878.281945]  ? watchdog_timer_fn+0x1f8/0x280
[ 1878.286219]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 1878.290837]  ? __hrtimer_run_queues+0x114/0x2a0
[ 1878.295372]  ? hrtimer_interrupt+0x108/0x230
[ 1878.299645]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 1878.304870]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 1878.309836]  </IRQ>
[ 1878.311942]  <TASK>
[ 1878.314048]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 1878.319363]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1878.324846]  _raw_spin_lock+0x2d/0x40
[ 1878.328511]  fuse_iget+0x125/0x250
[ 1878.331920]  fuse_fill_super_common+0x3ae/0x4f0
[ 1878.336453]  ? __pfx_fuse_fill_super+0x10/0x10
[ 1878.340897]  fuse_fill_super+0x5e/0xb0
[ 1878.344648]  get_tree_nodev+0x6f/0xa0
[ 1878.348314]  ? fget+0x80/0xb0
[ 1878.351285]  fuse_get_tree+0xc6/0x1b0
[ 1878.354954]  vfs_get_tree+0x2e/0xf0
[ 1878.358444]  path_mount+0x4f0/0xb50
[ 1878.361939]  ? putname+0x5b/0x70
[ 1878.365171]  __x64_sys_mount+0x10d/0x150
[ 1878.369095]  x64_sys_call+0x1e1d/0x2140
[ 1878.372934]  do_syscall_64+0x51/0x120
[ 1878.376601]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 1878.381653] RIP: 0033:0x7f6f3330f03e
[ 1878.385232] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 1878.403977] RSP: 002b:00007ffd740f76a8 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 1878.411543] RAX: ffffffffffffffda RBX: 000055b2ad3864a0 RCX: 00007f6f3330f03e
[ 1878.418675] RDX: 000055b2ad386530 RSI: 000055b2ad3863a0 RDI: 000055b2ad3864f0
[ 1878.425809] RBP: 000055b2ad3863a0 R08: 000055b2ad386250 R09: 00746e756f6d2d32
[ 1878.432940] R10: 0000000000000006 R11: 0000000000000206 R12: 000055b2ad386530
[ 1878.440074] R13: 00007ffd740f76e0 R14: 000055b2ad3864f0 R15: 000055b2ad3864a0
[ 1878.447210]  </TASK>
[ 1906.059828] watchdog: BUG: soft lockup - CPU#110 stuck for 134s! [grub2-mount:4779]
[ 1906.067482] Modules linked in: btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils xt_CHECKSUM xt_MASQUERADE xt_conntrack ipt_REJECT xt_tcpudp nft_compat x_tables nf_nat_tftp nf_conntrack_tftp bridge stp llc tls nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd ee1004 kvm i2c_piix4 rapl joydev input_leds wmi_bmof pcspkr acpi_power_meter efi_pstore k10temp i2c_smbus ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit crct10dif_pclmul drm_shmem_helper crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas drm tg3 sha1_ssse3 raid_class ccp scsi_transport_sas sp5100_tco wmi hid_generic usbmouse usbkbd usbhid hid dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel
[ 1906.067583]  crypto_simd cryptd
[ 1906.160707] CPU: 110 UID: 0 PID: 4779 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 1906.172866] Tainted: [L]=SOFTLOCKUP
[ 1906.176356] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 1906.184011] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1906.190104] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 1906.208847] RSP: 0018:ffffa6f0a61cbc98 EFLAGS: 00000202
[ 1906.214073] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa6f0a61cbce8
[ 1906.221205] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff91cc9192c5c0
[ 1906.228337] RBP: ffffa6f0a61cbcb8 R08: 0000000000000000 R09: ffff91cc893343c0
[ 1906.235470] R10: ffffa6f0a61cbc48 R11: ffffe3b882464a00 R12: ffff91cc9192c5c0
[ 1906.242603] R13: ffffa6f0a61cbd30 R14: ffff91cc9192c280 R15: ffff91cc8919e400
[ 1906.249735] FS:  00007f6f33412e40(0000) GS:ffff91ebfc300000(0000) knlGS:0000000000000000
[ 1906.257823] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1906.263567] CR2: 00007f6f33253930 CR3: 000800208ec7a006 CR4: 0000000000770ef0
[ 1906.270700] PKRU: 55555554
[ 1906.273414] Call Trace:
[ 1906.275867]  <IRQ>
[ 1906.277885]  ? show_regs+0x6d/0x80
[ 1906.281291]  ? watchdog_timer_fn+0x1f8/0x280
[ 1906.285564]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 1906.290183]  ? __hrtimer_run_queues+0x114/0x2a0
[ 1906.294715]  ? hrtimer_interrupt+0x108/0x230
[ 1906.298989]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 1906.304215]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 1906.309178]  </IRQ>
[ 1906.311278]  <TASK>
[ 1906.313381]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 1906.318699]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1906.324182]  _raw_spin_lock+0x2d/0x40
[ 1906.327846]  fuse_iget+0x125/0x250
[ 1906.331255]  fuse_fill_super_common+0x3ae/0x4f0
[ 1906.335787]  ? __pfx_fuse_fill_super+0x10/0x10
[ 1906.340230]  fuse_fill_super+0x5e/0xb0
[ 1906.343983]  get_tree_nodev+0x6f/0xa0
[ 1906.347649]  ? fget+0x80/0xb0
[ 1906.350622]  fuse_get_tree+0xc6/0x1b0
[ 1906.354288]  vfs_get_tree+0x2e/0xf0
[ 1906.357783]  path_mount+0x4f0/0xb50
[ 1906.361273]  ? putname+0x5b/0x70
[ 1906.364509]  __x64_sys_mount+0x10d/0x150
[ 1906.368433]  x64_sys_call+0x1e1d/0x2140
[ 1906.372269]  do_syscall_64+0x51/0x120
[ 1906.375938]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 1906.380990] RIP: 0033:0x7f6f3330f03e
[ 1906.384570] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 1906.403315] RSP: 002b:00007ffd740f76a8 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 1906.410880] RAX: ffffffffffffffda RBX: 000055b2ad3864a0 RCX: 00007f6f3330f03e
[ 1906.418010] RDX: 000055b2ad386530 RSI: 000055b2ad3863a0 RDI: 000055b2ad3864f0
[ 1906.425136] RBP: 000055b2ad3863a0 R08: 000055b2ad386250 R09: 00746e756f6d2d32
[ 1906.432269] R10: 0000000000000006 R11: 0000000000000206 R12: 000055b2ad386530
[ 1906.439402] R13: 00007ffd740f76e0 R14: 000055b2ad3864f0 R15: 000055b2ad3864a0
[ 1906.446537]  </TASK>
[ 1934.059176] watchdog: BUG: soft lockup - CPU#110 stuck for 160s! [grub2-mount:4779]
[ 1934.066836] Modules linked in: btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils xt_CHECKSUM xt_MASQUERADE xt_conntrack ipt_REJECT xt_tcpudp nft_compat x_tables nf_nat_tftp nf_conntrack_tftp bridge stp llc tls nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd ee1004 kvm i2c_piix4 rapl joydev input_leds wmi_bmof pcspkr acpi_power_meter efi_pstore k10temp i2c_smbus ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit crct10dif_pclmul drm_shmem_helper crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas drm tg3 sha1_ssse3 raid_class ccp scsi_transport_sas sp5100_tco wmi hid_generic usbmouse usbkbd usbhid hid dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel
[ 1934.066936]  crypto_simd cryptd
[ 1934.160061] CPU: 110 UID: 0 PID: 4779 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 1934.172218] Tainted: [L]=SOFTLOCKUP
[ 1934.175712] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 1934.183362] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1934.189456] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 1934.208199] RSP: 0018:ffffa6f0a61cbc98 EFLAGS: 00000202
[ 1934.213425] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa6f0a61cbce8
[ 1934.220548] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff91cc9192c5c0
[ 1934.227673] RBP: ffffa6f0a61cbcb8 R08: 0000000000000000 R09: ffff91cc893343c0
[ 1934.234807] R10: ffffa6f0a61cbc48 R11: ffffe3b882464a00 R12: ffff91cc9192c5c0
[ 1934.241937] R13: ffffa6f0a61cbd30 R14: ffff91cc9192c280 R15: ffff91cc8919e400
[ 1934.249061] FS:  00007f6f33412e40(0000) GS:ffff91ebfc300000(0000) knlGS:0000000000000000
[ 1934.257148] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1934.262894] CR2: 00007f6f33253930 CR3: 000800208ec7a006 CR4: 0000000000770ef0
[ 1934.270029] PKRU: 55555554
[ 1934.272741] Call Trace:
[ 1934.275191]  <IRQ>
[ 1934.277213]  ? show_regs+0x6d/0x80
[ 1934.280618]  ? watchdog_timer_fn+0x1f8/0x280
[ 1934.284889]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 1934.289508]  ? __hrtimer_run_queues+0x114/0x2a0
[ 1934.294043]  ? hrtimer_interrupt+0x108/0x230
[ 1934.298316]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 1934.303542]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 1934.308506]  </IRQ>
[ 1934.310611]  <TASK>
[ 1934.312718]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 1934.318034]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1934.323519]  _raw_spin_lock+0x2d/0x40
[ 1934.327182]  fuse_iget+0x125/0x250
[ 1934.330588]  fuse_fill_super_common+0x3ae/0x4f0
[ 1934.335121]  ? __pfx_fuse_fill_super+0x10/0x10
[ 1934.339566]  fuse_fill_super+0x5e/0xb0
[ 1934.343319]  get_tree_nodev+0x6f/0xa0
[ 1934.346986]  ? fget+0x80/0xb0
[ 1934.349958]  fuse_get_tree+0xc6/0x1b0
[ 1934.353624]  vfs_get_tree+0x2e/0xf0
[ 1934.357115]  path_mount+0x4f0/0xb50
[ 1934.360608]  ? putname+0x5b/0x70
[ 1934.363841]  __x64_sys_mount+0x10d/0x150
[ 1934.367769]  x64_sys_call+0x1e1d/0x2140
[ 1934.371608]  do_syscall_64+0x51/0x120
[ 1934.375273]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 1934.380326] RIP: 0033:0x7f6f3330f03e
[ 1934.383904] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 1934.402649] RSP: 002b:00007ffd740f76a8 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 1934.410214] RAX: ffffffffffffffda RBX: 000055b2ad3864a0 RCX: 00007f6f3330f03e
[ 1934.417346] RDX: 000055b2ad386530 RSI: 000055b2ad3863a0 RDI: 000055b2ad3864f0
[ 1934.424479] RBP: 000055b2ad3863a0 R08: 000055b2ad386250 R09: 00746e756f6d2d32
[ 1934.431614] R10: 0000000000000006 R11: 0000000000000206 R12: 000055b2ad386530
[ 1934.438744] R13: 00007ffd740f76e0 R14: 000055b2ad3864f0 R15: 000055b2ad3864a0
[ 1934.445880]  </TASK>
[ 1962.058522] watchdog: BUG: soft lockup - CPU#110 stuck for 186s! [grub2-mount:4779]
[ 1962.066177] Modules linked in: btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils xt_CHECKSUM xt_MASQUERADE xt_conntrack ipt_REJECT xt_tcpudp nft_compat x_tables nf_nat_tftp nf_conntrack_tftp bridge stp llc tls nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd ee1004 kvm i2c_piix4 rapl joydev input_leds wmi_bmof pcspkr acpi_power_meter efi_pstore k10temp i2c_smbus ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit crct10dif_pclmul drm_shmem_helper crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas drm tg3 sha1_ssse3 raid_class ccp scsi_transport_sas sp5100_tco wmi hid_generic usbmouse usbkbd usbhid hid dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel
[ 1962.066277]  crypto_simd cryptd
[ 1962.159401] CPU: 110 UID: 0 PID: 4779 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 1962.171560] Tainted: [L]=SOFTLOCKUP
[ 1962.175051] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 1962.182705] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1962.188799] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 1962.207545] RSP: 0018:ffffa6f0a61cbc98 EFLAGS: 00000202
[ 1962.212770] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa6f0a61cbce8
[ 1962.219902] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff91cc9192c5c0
[ 1962.227033] RBP: ffffa6f0a61cbcb8 R08: 0000000000000000 R09: ffff91cc893343c0
[ 1962.234166] R10: ffffa6f0a61cbc48 R11: ffffe3b882464a00 R12: ffff91cc9192c5c0
[ 1962.241299] R13: ffffa6f0a61cbd30 R14: ffff91cc9192c280 R15: ffff91cc8919e400
[ 1962.248431] FS:  00007f6f33412e40(0000) GS:ffff91ebfc300000(0000) knlGS:0000000000000000
[ 1962.256517] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1962.262262] CR2: 00007f6f33253930 CR3: 000800208ec7a006 CR4: 0000000000770ef0
[ 1962.269394] PKRU: 55555554
[ 1962.272098] Call Trace:
[ 1962.274543]  <IRQ>
[ 1962.276563]  ? show_regs+0x6d/0x80
[ 1962.279970]  ? watchdog_timer_fn+0x1f8/0x280
[ 1962.284240]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 1962.288861]  ? __hrtimer_run_queues+0x114/0x2a0
[ 1962.293396]  ? hrtimer_interrupt+0x108/0x230
[ 1962.297666]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 1962.302892]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 1962.307856]  </IRQ>
[ 1962.309962]  <TASK>
[ 1962.312068]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 1962.317384]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1962.322867]  _raw_spin_lock+0x2d/0x40
[ 1962.326534]  fuse_iget+0x125/0x250
[ 1962.329939]  fuse_fill_super_common+0x3ae/0x4f0
[ 1962.334475]  ? __pfx_fuse_fill_super+0x10/0x10
[ 1962.338919]  fuse_fill_super+0x5e/0xb0
[ 1962.342669]  get_tree_nodev+0x6f/0xa0
[ 1962.346336]  ? fget+0x80/0xb0
[ 1962.349310]  fuse_get_tree+0xc6/0x1b0
[ 1962.352976]  vfs_get_tree+0x2e/0xf0
[ 1962.356469]  path_mount+0x4f0/0xb50
[ 1962.359959]  ? putname+0x5b/0x70
[ 1962.363194]  __x64_sys_mount+0x10d/0x150
[ 1962.367120]  x64_sys_call+0x1e1d/0x2140
[ 1962.370957]  do_syscall_64+0x51/0x120
[ 1962.374623]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 1962.379677] RIP: 0033:0x7f6f3330f03e
[ 1962.383256] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 1962.402001] RSP: 002b:00007ffd740f76a8 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 1962.409567] RAX: ffffffffffffffda RBX: 000055b2ad3864a0 RCX: 00007f6f3330f03e
[ 1962.416699] RDX: 000055b2ad386530 RSI: 000055b2ad3863a0 RDI: 000055b2ad3864f0
[ 1962.423833] RBP: 000055b2ad3863a0 R08: 000055b2ad386250 R09: 00746e756f6d2d32
[ 1962.430964] R10: 0000000000000006 R11: 0000000000000206 R12: 000055b2ad386530
[ 1962.438096] R13: 00007ffd740f76e0 R14: 000055b2ad3864f0 R15: 000055b2ad3864a0
[ 1962.445231]  </TASK>
[ 1990.057869] watchdog: BUG: soft lockup - CPU#110 stuck for 212s! [grub2-mount:4779]
[ 1990.065526] Modules linked in: btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils xt_CHECKSUM xt_MASQUERADE xt_conntrack ipt_REJECT xt_tcpudp nft_compat x_tables nf_nat_tftp nf_conntrack_tftp bridge stp llc tls nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd ee1004 kvm i2c_piix4 rapl joydev input_leds wmi_bmof pcspkr acpi_power_meter efi_pstore k10temp i2c_smbus ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit crct10dif_pclmul drm_shmem_helper crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas drm tg3 sha1_ssse3 raid_class ccp scsi_transport_sas sp5100_tco wmi hid_generic usbmouse usbkbd usbhid hid dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel
[ 1990.065625]  crypto_simd cryptd
[ 1990.158751] CPU: 110 UID: 0 PID: 4779 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 1990.170910] Tainted: [L]=SOFTLOCKUP
[ 1990.174404] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 1990.182054] RIP: 0010:native_queued_spin_lock_slowpath+0x7c/0x2d0
[ 1990.188147] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[ 1990.206895] RSP: 0018:ffffa6f0a61cbc98 EFLAGS: 00000202
[ 1990.212118] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa6f0a61cbce8
[ 1990.219250] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff91cc9192c5c0
[ 1990.226375] RBP: ffffa6f0a61cbcb8 R08: 0000000000000000 R09: ffff91cc893343c0
[ 1990.233509] R10: ffffa6f0a61cbc48 R11: ffffe3b882464a00 R12: ffff91cc9192c5c0
[ 1990.240640] R13: ffffa6f0a61cbd30 R14: ffff91cc9192c280 R15: ffff91cc8919e400
[ 1990.247772] FS:  00007f6f33412e40(0000) GS:ffff91ebfc300000(0000) knlGS:0000000000000000
[ 1990.255860] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1990.261606] CR2: 00007f6f33253930 CR3: 000800208ec7a006 CR4: 0000000000770ef0
[ 1990.268737] PKRU: 55555554
[ 1990.271450] Call Trace:
[ 1990.273905]  <IRQ>
[ 1990.275923]  ? show_regs+0x6d/0x80
[ 1990.279326]  ? watchdog_timer_fn+0x1f8/0x280
[ 1990.283599]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 1990.288219]  ? __hrtimer_run_queues+0x114/0x2a0
[ 1990.292752]  ? hrtimer_interrupt+0x108/0x230
[ 1990.297024]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 1990.302252]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 1990.307215]  </IRQ>
[ 1990.309314]  <TASK>
[ 1990.311421]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 1990.316733]  ? native_queued_spin_lock_slowpath+0x7c/0x2d0
[ 1990.322220]  _raw_spin_lock+0x2d/0x40
[ 1990.325883]  fuse_iget+0x125/0x250
[ 1990.329290]  fuse_fill_super_common+0x3ae/0x4f0
[ 1990.333824]  ? __pfx_fuse_fill_super+0x10/0x10
[ 1990.338269]  fuse_fill_super+0x5e/0xb0
[ 1990.342022]  get_tree_nodev+0x6f/0xa0
[ 1990.345687]  ? fget+0x80/0xb0
[ 1990.348661]  fuse_get_tree+0xc6/0x1b0
[ 1990.352327]  vfs_get_tree+0x2e/0xf0
[ 1990.355819]  path_mount+0x4f0/0xb50
[ 1990.359312]  ? putname+0x5b/0x70
[ 1990.362546]  __x64_sys_mount+0x10d/0x150
[ 1990.366470]  x64_sys_call+0x1e1d/0x2140
[ 1990.370308]  do_syscall_64+0x51/0x120
[ 1990.373974]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 1990.379024] RIP: 0033:0x7f6f3330f03e
[ 1990.382606] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 1990.401352] RSP: 002b:00007ffd740f76a8 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 1990.408915] RAX: ffffffffffffffda RBX: 000055b2ad3864a0 RCX: 00007f6f3330f03e
[ 1990.416041] RDX: 000055b2ad386530 RSI: 000055b2ad3863a0 RDI: 000055b2ad3864f0
[ 1990.423174] RBP: 000055b2ad3863a0 R08: 000055b2ad386250 R09: 00746e756f6d2d32
[ 1990.430305] R10: 0000000000000006 R11: 0000000000000206 R12: 000055b2ad386530
[ 1990.437438] R13: 00007ffd740f76e0 R14: 000055b2ad3864f0 R15: 000055b2ad3864a0
[ 1990.444573]  </TASK>
[ 2005.364428] rcu: INFO: rcu_preempt self-detected stall on CPU
[ 2005.370182] rcu: 	110-....: (59238 ticks this GP) idle=c884/1/0x4000000000000000 softirq=1022/1023 fqs=25315
[ 2005.380002] rcu: 	(t=60096 jiffies g=31609 q=1849 ncpus=128)
[ 2005.385661] CPU: 110 UID: 0 PID: 4779 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 2005.397818] Tainted: [L]=SOFTLOCKUP
[ 2005.401308] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 2005.408961] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2005.415053] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 2005.433799] RSP: 0018:ffffa6f0a61cbc98 EFLAGS: 00000202
[ 2005.439025] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa6f0a61cbce8
[ 2005.446157] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff91cc9192c5c0
[ 2005.453291] RBP: ffffa6f0a61cbcb8 R08: 0000000000000000 R09: ffff91cc893343c0
[ 2005.460423] R10: ffffa6f0a61cbc48 R11: ffffe3b882464a00 R12: ffff91cc9192c5c0
[ 2005.467554] R13: ffffa6f0a61cbd30 R14: ffff91cc9192c280 R15: ffff91cc8919e400
[ 2005.474689] FS:  00007f6f33412e40(0000) GS:ffff91ebfc300000(0000) knlGS:0000000000000000
[ 2005.482772] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2005.488509] CR2: 00007f6f33253930 CR3: 000800208ec7a006 CR4: 0000000000770ef0
[ 2005.495636] PKRU: 55555554
[ 2005.498345] Call Trace:
[ 2005.500791]  <IRQ>
[ 2005.502810]  ? show_regs+0x6d/0x80
[ 2005.506216]  ? dump_cpu_task+0x6b/0x80
[ 2005.509967]  ? rcu_dump_cpu_stacks+0xa4/0x100
[ 2005.514328]  ? rcu_sched_clock_irq+0x6b4/0x10c0
[ 2005.518861]  ? srso_alias_return_thunk+0x5/0xfbef5
[ 2005.523653]  ? generic_exec_single+0x38/0x150
[ 2005.528015]  ? srso_alias_return_thunk+0x5/0xfbef5
[ 2005.532804]  ? __cgroup_account_cputime_field+0x3f/0x60
[ 2005.538031]  ? srso_alias_return_thunk+0x5/0xfbef5
[ 2005.542825]  ? account_system_index_time+0x95/0xb0
[ 2005.547618]  ? update_process_times+0x74/0xc0
[ 2005.551977]  ? tick_nohz_handler+0x9b/0x150
[ 2005.556160]  ? __pfx_tick_nohz_handler+0x10/0x10
[ 2005.560780]  ? __hrtimer_run_queues+0x114/0x2a0
[ 2005.565316]  ? hrtimer_interrupt+0x108/0x230
[ 2005.569586]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 2005.574813]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 2005.579776]  </IRQ>
[ 2005.581873]  <TASK>
[ 2005.583981]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 2005.589297]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2005.594780]  _raw_spin_lock+0x2d/0x40
[ 2005.598444]  fuse_iget+0x125/0x250
[ 2005.601853]  fuse_fill_super_common+0x3ae/0x4f0
[ 2005.606387]  ? __pfx_fuse_fill_super+0x10/0x10
[ 2005.610828]  fuse_fill_super+0x5e/0xb0
[ 2005.614581]  get_tree_nodev+0x6f/0xa0
[ 2005.618248]  ? fget+0x80/0xb0
[ 2005.621220]  fuse_get_tree+0xc6/0x1b0
[ 2005.624885]  vfs_get_tree+0x2e/0xf0
[ 2005.628379]  path_mount+0x4f0/0xb50
[ 2005.631873]  ? putname+0x5b/0x70
[ 2005.635103]  __x64_sys_mount+0x10d/0x150
[ 2005.639032]  x64_sys_call+0x1e1d/0x2140
[ 2005.642869]  do_syscall_64+0x51/0x120
[ 2005.646533]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 2005.651586] RIP: 0033:0x7f6f3330f03e
[ 2005.655166] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 2005.673911] RSP: 002b:00007ffd740f76a8 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 2005.681478] RAX: ffffffffffffffda RBX: 000055b2ad3864a0 RCX: 00007f6f3330f03e
[ 2005.688608] RDX: 000055b2ad386530 RSI: 000055b2ad3863a0 RDI: 000055b2ad3864f0
[ 2005.695743] RBP: 000055b2ad3863a0 R08: 000055b2ad386250 R09: 00746e756f6d2d32
[ 2005.702875] R10: 0000000000000006 R11: 0000000000000206 R12: 000055b2ad386530
[ 2005.710007] R13: 00007ffd740f76e0 R14: 000055b2ad3864f0 R15: 000055b2ad3864a0
[ 2005.717144]  </TASK>
[ 2030.056935] watchdog: BUG: soft lockup - CPU#110 stuck for 249s! [grub2-mount:4779]
[ 2030.064594] Modules linked in: btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils xt_CHECKSUM xt_MASQUERADE xt_conntrack ipt_REJECT xt_tcpudp nft_compat x_tables nf_nat_tftp nf_conntrack_tftp bridge stp llc tls nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd ee1004 kvm i2c_piix4 rapl joydev input_leds wmi_bmof pcspkr acpi_power_meter efi_pstore k10temp i2c_smbus ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit crct10dif_pclmul drm_shmem_helper crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas drm tg3 sha1_ssse3 raid_class ccp scsi_transport_sas sp5100_tco wmi hid_generic usbmouse usbkbd usbhid hid dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel
[ 2030.064696]  crypto_simd cryptd
[ 2030.157820] CPU: 110 UID: 0 PID: 4779 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 2030.169979] Tainted: [L]=SOFTLOCKUP
[ 2030.173470] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 2030.181123] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2030.187215] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 2030.205963] RSP: 0018:ffffa6f0a61cbc98 EFLAGS: 00000202
[ 2030.211189] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa6f0a61cbce8
[ 2030.218320] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff91cc9192c5c0
[ 2030.225454] RBP: ffffa6f0a61cbcb8 R08: 0000000000000000 R09: ffff91cc893343c0
[ 2030.232584] R10: ffffa6f0a61cbc48 R11: ffffe3b882464a00 R12: ffff91cc9192c5c0
[ 2030.239718] R13: ffffa6f0a61cbd30 R14: ffff91cc9192c280 R15: ffff91cc8919e400
[ 2030.246848] FS:  00007f6f33412e40(0000) GS:ffff91ebfc300000(0000) knlGS:0000000000000000
[ 2030.254936] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2030.260683] CR2: 00007f6f33253930 CR3: 000800208ec7a006 CR4: 0000000000770ef0
[ 2030.267813] PKRU: 55555554
[ 2030.270528] Call Trace:
[ 2030.272980]  <IRQ>
[ 2030.275001]  ? show_regs+0x6d/0x80
[ 2030.278404]  ? watchdog_timer_fn+0x1f8/0x280
[ 2030.282678]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 2030.287297]  ? __hrtimer_run_queues+0x114/0x2a0
[ 2030.291829]  ? hrtimer_interrupt+0x108/0x230
[ 2030.296102]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 2030.301329]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 2030.306293]  </IRQ>
[ 2030.308398]  <TASK>
[ 2030.310507]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 2030.315819]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2030.321305]  _raw_spin_lock+0x2d/0x40
[ 2030.324970]  fuse_iget+0x125/0x250
[ 2030.328376]  fuse_fill_super_common+0x3ae/0x4f0
[ 2030.332911]  ? __pfx_fuse_fill_super+0x10/0x10
[ 2030.337353]  fuse_fill_super+0x5e/0xb0
[ 2030.341106]  get_tree_nodev+0x6f/0xa0
[ 2030.344773]  ? fget+0x80/0xb0
[ 2030.347745]  fuse_get_tree+0xc6/0x1b0
[ 2030.351410]  vfs_get_tree+0x2e/0xf0
[ 2030.354902]  path_mount+0x4f0/0xb50
[ 2030.358396]  ? putname+0x5b/0x70
[ 2030.361630]  __x64_sys_mount+0x10d/0x150
[ 2030.365557]  x64_sys_call+0x1e1d/0x2140
[ 2030.369393]  do_syscall_64+0x51/0x120
[ 2030.373058]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 2030.378113] RIP: 0033:0x7f6f3330f03e
[ 2030.381690] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 2030.400436] RSP: 002b:00007ffd740f76a8 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 2030.408001] RAX: ffffffffffffffda RBX: 000055b2ad3864a0 RCX: 00007f6f3330f03e
[ 2030.415136] RDX: 000055b2ad386530 RSI: 000055b2ad3863a0 RDI: 000055b2ad3864f0
[ 2030.422265] RBP: 000055b2ad3863a0 R08: 000055b2ad386250 R09: 00746e756f6d2d32
[ 2030.429400] R10: 0000000000000006 R11: 0000000000000206 R12: 000055b2ad386530
[ 2030.436533] R13: 00007ffd740f76e0 R14: 000055b2ad3864f0 R15: 000055b2ad3864a0
[ 2030.443666]  </TASK>
[ 2058.056283] watchdog: BUG: soft lockup - CPU#110 stuck for 275s! [grub2-mount:4779]
[ 2058.063934] Modules linked in: btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils xt_CHECKSUM xt_MASQUERADE xt_conntrack ipt_REJECT xt_tcpudp nft_compat x_tables nf_nat_tftp nf_conntrack_tftp bridge stp llc tls nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd ee1004 kvm i2c_piix4 rapl joydev input_leds wmi_bmof pcspkr acpi_power_meter efi_pstore k10temp i2c_smbus ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit crct10dif_pclmul drm_shmem_helper crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas drm tg3 sha1_ssse3 raid_class ccp scsi_transport_sas sp5100_tco wmi hid_generic usbmouse usbkbd usbhid hid dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel
[ 2058.064035]  crypto_simd cryptd
[ 2058.157162] CPU: 110 UID: 0 PID: 4779 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 2058.169319] Tainted: [L]=SOFTLOCKUP
[ 2058.172811] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 2058.180465] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2058.186556] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 2058.205302] RSP: 0018:ffffa6f0a61cbc98 EFLAGS: 00000202
[ 2058.210527] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa6f0a61cbce8
[ 2058.217658] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff91cc9192c5c0
[ 2058.224792] RBP: ffffa6f0a61cbcb8 R08: 0000000000000000 R09: ffff91cc893343c0
[ 2058.231923] R10: ffffa6f0a61cbc48 R11: ffffe3b882464a00 R12: ffff91cc9192c5c0
[ 2058.239056] R13: ffffa6f0a61cbd30 R14: ffff91cc9192c280 R15: ffff91cc8919e400
[ 2058.246190] FS:  00007f6f33412e40(0000) GS:ffff91ebfc300000(0000) knlGS:0000000000000000
[ 2058.254275] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2058.260022] CR2: 00007f6f33253930 CR3: 000800208ec7a006 CR4: 0000000000770ef0
[ 2058.267156] PKRU: 55555554
[ 2058.269865] Call Trace:
[ 2058.272311]  <IRQ>
[ 2058.274329]  ? show_regs+0x6d/0x80
[ 2058.277734]  ? watchdog_timer_fn+0x1f8/0x280
[ 2058.282006]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 2058.286628]  ? __hrtimer_run_queues+0x114/0x2a0
[ 2058.291161]  ? hrtimer_interrupt+0x108/0x230
[ 2058.295434]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 2058.300660]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 2058.305625]  </IRQ>
[ 2058.307729]  <TASK>
[ 2058.309836]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 2058.315150]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2058.320635]  _raw_spin_lock+0x2d/0x40
[ 2058.324301]  fuse_iget+0x125/0x250
[ 2058.327707]  fuse_fill_super_common+0x3ae/0x4f0
[ 2058.332242]  ? __pfx_fuse_fill_super+0x10/0x10
[ 2058.336685]  fuse_fill_super+0x5e/0xb0
[ 2058.340437]  get_tree_nodev+0x6f/0xa0
[ 2058.344104]  ? fget+0x80/0xb0
[ 2058.347078]  fuse_get_tree+0xc6/0x1b0
[ 2058.350742]  vfs_get_tree+0x2e/0xf0
[ 2058.354235]  path_mount+0x4f0/0xb50
[ 2058.357728]  ? putname+0x5b/0x70
[ 2058.360962]  __x64_sys_mount+0x10d/0x150
[ 2058.364888]  x64_sys_call+0x1e1d/0x2140
[ 2058.368723]  do_syscall_64+0x51/0x120
[ 2058.372389]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 2058.377444] RIP: 0033:0x7f6f3330f03e
[ 2058.381023] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 2058.399769] RSP: 002b:00007ffd740f76a8 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 2058.407335] RAX: ffffffffffffffda RBX: 000055b2ad3864a0 RCX: 00007f6f3330f03e
[ 2058.414466] RDX: 000055b2ad386530 RSI: 000055b2ad3863a0 RDI: 000055b2ad3864f0
[ 2058.421599] RBP: 000055b2ad3863a0 R08: 000055b2ad386250 R09: 00746e756f6d2d32
[ 2058.428732] R10: 0000000000000006 R11: 0000000000000206 R12: 000055b2ad386530
[ 2058.435862] R13: 00007ffd740f76e0 R14: 000055b2ad3864f0 R15: 000055b2ad3864a0
[ 2058.443000]  </TASK>
[ 2086.055629] watchdog: BUG: soft lockup - CPU#110 stuck for 301s! [grub2-mount:4779]
[ 2086.063283] Modules linked in: btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils xt_CHECKSUM xt_MASQUERADE xt_conntrack ipt_REJECT xt_tcpudp nft_compat x_tables nf_nat_tftp nf_conntrack_tftp bridge stp llc tls nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd ee1004 kvm i2c_piix4 rapl joydev input_leds wmi_bmof pcspkr acpi_power_meter efi_pstore k10temp i2c_smbus ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit crct10dif_pclmul drm_shmem_helper crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas drm tg3 sha1_ssse3 raid_class ccp scsi_transport_sas sp5100_tco wmi hid_generic usbmouse usbkbd usbhid hid dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel
[ 2086.063383]  crypto_simd cryptd
[ 2086.156507] CPU: 110 UID: 0 PID: 4779 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 2086.168668] Tainted: [L]=SOFTLOCKUP
[ 2086.172159] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 2086.179810] RIP: 0010:native_queued_spin_lock_slowpath+0x7c/0x2d0
[ 2086.185903] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[ 2086.204649] RSP: 0018:ffffa6f0a61cbc98 EFLAGS: 00000202
[ 2086.209875] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa6f0a61cbce8
[ 2086.217007] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff91cc9192c5c0
[ 2086.224139] RBP: ffffa6f0a61cbcb8 R08: 0000000000000000 R09: ffff91cc893343c0
[ 2086.231273] R10: ffffa6f0a61cbc48 R11: ffffe3b882464a00 R12: ffff91cc9192c5c0
[ 2086.238404] R13: ffffa6f0a61cbd30 R14: ffff91cc9192c280 R15: ffff91cc8919e400
[ 2086.245537] FS:  00007f6f33412e40(0000) GS:ffff91ebfc300000(0000) knlGS:0000000000000000
[ 2086.253624] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2086.259368] CR2: 00007f6f33253930 CR3: 000800208ec7a006 CR4: 0000000000770ef0
[ 2086.266500] PKRU: 55555554
[ 2086.269206] Call Trace:
[ 2086.271658]  <IRQ>
[ 2086.273678]  ? show_regs+0x6d/0x80
[ 2086.277083]  ? watchdog_timer_fn+0x1f8/0x280
[ 2086.281356]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 2086.285975]  ? __hrtimer_run_queues+0x114/0x2a0
[ 2086.290510]  ? hrtimer_interrupt+0x108/0x230
[ 2086.294782]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 2086.300006]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 2086.304973]  </IRQ>
[ 2086.307078]  <TASK>
[ 2086.309185]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 2086.314500]  ? native_queued_spin_lock_slowpath+0x7c/0x2d0
[ 2086.319983]  _raw_spin_lock+0x2d/0x40
[ 2086.323646]  fuse_iget+0x125/0x250
[ 2086.327057]  fuse_fill_super_common+0x3ae/0x4f0
[ 2086.331589]  ? __pfx_fuse_fill_super+0x10/0x10
[ 2086.336034]  fuse_fill_super+0x5e/0xb0
[ 2086.339786]  get_tree_nodev+0x6f/0xa0
[ 2086.343452]  ? fget+0x80/0xb0
[ 2086.346424]  fuse_get_tree+0xc6/0x1b0
[ 2086.350091]  vfs_get_tree+0x2e/0xf0
[ 2086.353581]  path_mount+0x4f0/0xb50
[ 2086.357075]  ? putname+0x5b/0x70
[ 2086.360309]  __x64_sys_mount+0x10d/0x150
[ 2086.364235]  x64_sys_call+0x1e1d/0x2140
[ 2086.368071]  do_syscall_64+0x51/0x120
[ 2086.371739]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 2086.376790] RIP: 0033:0x7f6f3330f03e
[ 2086.380369] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 2086.399114] RSP: 002b:00007ffd740f76a8 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 2086.406682] RAX: ffffffffffffffda RBX: 000055b2ad3864a0 RCX: 00007f6f3330f03e
[ 2086.413814] RDX: 000055b2ad386530 RSI: 000055b2ad3863a0 RDI: 000055b2ad3864f0
[ 2086.420946] RBP: 000055b2ad3863a0 R08: 000055b2ad386250 R09: 00746e756f6d2d32
[ 2086.428078] R10: 0000000000000006 R11: 0000000000000206 R12: 000055b2ad386530
[ 2086.435212] R13: 00007ffd740f76e0 R14: 000055b2ad3864f0 R15: 000055b2ad3864a0
[ 2086.442347]  </TASK>
[ 2097.987351] watchdog: BUG: soft lockup - CPU#80 stuck for 22s! [migration/80:503]
[ 2097.994830] Modules linked in: btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils xt_CHECKSUM xt_MASQUERADE xt_conntrack ipt_REJECT xt_tcpudp nft_compat x_tables nf_nat_tftp nf_conntrack_tftp bridge stp llc tls nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd ee1004 kvm i2c_piix4 rapl joydev input_leds wmi_bmof pcspkr acpi_power_meter efi_pstore k10temp i2c_smbus ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit crct10dif_pclmul drm_shmem_helper crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas drm tg3 sha1_ssse3 raid_class ccp scsi_transport_sas sp5100_tco wmi hid_generic usbmouse usbkbd usbhid hid dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel
[ 2097.994954]  crypto_simd cryptd
[ 2098.088081] CPU: 80 UID: 0 PID: 503 Comm: migration/80 Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 2098.100155] Tainted: [L]=SOFTLOCKUP
[ 2098.103647] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 2098.111297] Stopper: multi_cpu_stop+0x0/0x120 <- migrate_swap+0xaf/0x120
[ 2098.118006] RIP: 0010:multi_cpu_stop+0xa5/0x120
[ 2098.122538] Code: 0f 8b 43 20 8b 4b 10 83 c0 01 89 4b 24 89 43 20 e8 00 49 f9 ff 41 83 ff 04 74 33 45 89 fd 4c 89 f7 e8 3f ff ff ff 44 8b 7b 20 <45> 39 fd 75 aa 41 83 ff 01 76 0a e8 bb 01 02 00 e8 e6 01 02 00 e8
[ 2098.141285] RSP: 0018:ffffa6f08dbdfe30 EFLAGS: 00000246
[ 2098.146510] RAX: 0000000000000000 RBX: ffffa6f0a68d3b18 RCX: 0000000000000002
[ 2098.153643] RDX: ffff91cc00600000 RSI: 0000000000000282 RDI: ffffffffb4020b78
[ 2098.160775] RBP: ffffa6f08dbdfe68 R08: 000001e3b2621eb3 R09: 0000000000000001
[ 2098.167905] R10: 0000000000000000 R11: 0000000000000001 R12: ffffa6f0a68d3b3c
[ 2098.175038] R13: 0000000000000001 R14: ffffffffb4020b78 R15: 0000000000000001
[ 2098.182171] FS:  0000000000000000(0000) GS:ffff91cc00600000(0000) knlGS:0000000000000000
[ 2098.190259] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2098.196003] CR2: 00000000fba3fb84 CR3: 000800012066c003 CR4: 0000000000770ef0
[ 2098.203137] PKRU: 55555554
[ 2098.205847] Call Trace:
[ 2098.208294]  <IRQ>
[ 2098.210315]  ? show_regs+0x6d/0x80
[ 2098.213720]  ? watchdog_timer_fn+0x1f8/0x280
[ 2098.217991]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 2098.222611]  ? __hrtimer_run_queues+0x114/0x2a0
[ 2098.227145]  ? hrtimer_interrupt+0x108/0x230
[ 2098.231415]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 2098.236643]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 2098.241607]  </IRQ>
[ 2098.243713]  <TASK>
[ 2098.245819]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 2098.251136]  ? multi_cpu_stop+0xa5/0x120
[ 2098.255057]  ? __pfx_multi_cpu_stop+0x10/0x10
[ 2098.259416]  cpu_stopper_thread+0x97/0x140
[ 2098.263517]  ? __pfx_smpboot_thread_fn+0x10/0x10
[ 2098.268135]  smpboot_thread_fn+0xe8/0x1e0
[ 2098.272148]  kthread+0xe8/0x120
[ 2098.275294]  ? __pfx_kthread+0x10/0x10
[ 2098.279046]  ret_from_fork+0x40/0x60
[ 2098.282623]  ? __pfx_kthread+0x10/0x10
[ 2098.286379]  ret_from_fork_asm+0x1a/0x30
[ 2098.290306]  </TASK>
[ 2114.054975] watchdog: BUG: soft lockup - CPU#110 stuck for 327s! [grub2-mount:4779]
[ 2114.062631] Modules linked in: btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils xt_CHECKSUM xt_MASQUERADE xt_conntrack ipt_REJECT xt_tcpudp nft_compat x_tables nf_nat_tftp nf_conntrack_tftp bridge stp llc tls nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd ee1004 kvm i2c_piix4 rapl joydev input_leds wmi_bmof pcspkr acpi_power_meter efi_pstore k10temp i2c_smbus ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit crct10dif_pclmul drm_shmem_helper crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas drm tg3 sha1_ssse3 raid_class ccp scsi_transport_sas sp5100_tco wmi hid_generic usbmouse usbkbd usbhid hid dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel
[ 2114.062731]  crypto_simd cryptd
[ 2114.155855] CPU: 110 UID: 0 PID: 4779 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 2114.168014] Tainted: [L]=SOFTLOCKUP
[ 2114.171507] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 2114.179157] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2114.185250] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 2114.203995] RSP: 0018:ffffa6f0a61cbc98 EFLAGS: 00000202
[ 2114.209222] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa6f0a61cbce8
[ 2114.216354] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff91cc9192c5c0
[ 2114.223485] RBP: ffffa6f0a61cbcb8 R08: 0000000000000000 R09: ffff91cc893343c0
[ 2114.230610] R10: ffffa6f0a61cbc48 R11: ffffe3b882464a00 R12: ffff91cc9192c5c0
[ 2114.237742] R13: ffffa6f0a61cbd30 R14: ffff91cc9192c280 R15: ffff91cc8919e400
[ 2114.244874] FS:  00007f6f33412e40(0000) GS:ffff91ebfc300000(0000) knlGS:0000000000000000
[ 2114.252961] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2114.258708] CR2: 00007f6f33253930 CR3: 000800208ec7a006 CR4: 0000000000770ef0
[ 2114.265841] PKRU: 55555554
[ 2114.268551] Call Trace:
[ 2114.270998]  <IRQ>
[ 2114.273018]  ? show_regs+0x6d/0x80
[ 2114.276422]  ? watchdog_timer_fn+0x1f8/0x280
[ 2114.280693]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 2114.285314]  ? __hrtimer_run_queues+0x114/0x2a0
[ 2114.289846]  ? hrtimer_interrupt+0x108/0x230
[ 2114.294120]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 2114.299345]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 2114.304311]  </IRQ>
[ 2114.306416]  <TASK>
[ 2114.308523]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 2114.313838]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2114.319322]  _raw_spin_lock+0x2d/0x40
[ 2114.322988]  fuse_iget+0x125/0x250
[ 2114.326392]  fuse_fill_super_common+0x3ae/0x4f0
[ 2114.330928]  ? __pfx_fuse_fill_super+0x10/0x10
[ 2114.335372]  fuse_fill_super+0x5e/0xb0
[ 2114.339123]  get_tree_nodev+0x6f/0xa0
[ 2114.342789]  ? fget+0x80/0xb0
[ 2114.345763]  fuse_get_tree+0xc6/0x1b0
[ 2114.349426]  vfs_get_tree+0x2e/0xf0
[ 2114.352922]  path_mount+0x4f0/0xb50
[ 2114.356413]  ? putname+0x5b/0x70
[ 2114.359644]  __x64_sys_mount+0x10d/0x150
[ 2114.363572]  x64_sys_call+0x1e1d/0x2140
[ 2114.367410]  do_syscall_64+0x51/0x120
[ 2114.371075]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 2114.376127] RIP: 0033:0x7f6f3330f03e
[ 2114.379707] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 2114.398452] RSP: 002b:00007ffd740f76a8 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 2114.406020] RAX: ffffffffffffffda RBX: 000055b2ad3864a0 RCX: 00007f6f3330f03e
[ 2114.413150] RDX: 000055b2ad386530 RSI: 000055b2ad3863a0 RDI: 000055b2ad3864f0
[ 2114.420277] RBP: 000055b2ad3863a0 R08: 000055b2ad386250 R09: 00746e756f6d2d32
[ 2114.427406] R10: 0000000000000006 R11: 0000000000000206 R12: 000055b2ad386530
[ 2114.434539] R13: 00007ffd740f76e0 R14: 000055b2ad3864f0 R15: 000055b2ad3864a0
[ 2114.441676]  </TASK>
[ 2125.986697] watchdog: BUG: soft lockup - CPU#80 stuck for 48s! [migration/80:503]
[ 2125.994179] Modules linked in: btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils xt_CHECKSUM xt_MASQUERADE xt_conntrack ipt_REJECT xt_tcpudp nft_compat x_tables nf_nat_tftp nf_conntrack_tftp bridge stp llc tls nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd ee1004 kvm i2c_piix4 rapl joydev input_leds wmi_bmof pcspkr acpi_power_meter efi_pstore k10temp i2c_smbus ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit crct10dif_pclmul drm_shmem_helper crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas drm tg3 sha1_ssse3 raid_class ccp scsi_transport_sas sp5100_tco wmi hid_generic usbmouse usbkbd usbhid hid dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel
[ 2125.994280]  crypto_simd cryptd
[ 2126.087411] CPU: 80 UID: 0 PID: 503 Comm: migration/80 Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 2126.099484] Tainted: [L]=SOFTLOCKUP
[ 2126.102974] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 2126.110627] Stopper: multi_cpu_stop+0x0/0x120 <- migrate_swap+0xaf/0x120
[ 2126.117337] RIP: 0010:srso_alias_return_thunk+0x0/0xfbef5
[ 2126.122736] Code: cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc 48 8d 64 24 08 c3 cc <e8> f4 ff ff ff 0f 0b cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc
[ 2126.141480] RSP: 0018:ffffa6f08dbdfe28 EFLAGS: 00000246
[ 2126.146704] RAX: 0000000000000000 RBX: ffffa6f0a68d3b18 RCX: 0000000000000002
[ 2126.153840] RDX: ffff91cc00600000 RSI: 0000000000000282 RDI: ffffffffb4020b78
[ 2126.160970] RBP: ffffa6f08dbdfe68 R08: 000001e3b2621eb3 R09: 0000000000000001
[ 2126.168101] R10: 0000000000000000 R11: 0000000000000001 R12: ffffa6f0a68d3b3c
[ 2126.175229] R13: 0000000000000001 R14: ffffffffb4020b78 R15: 0000000000000001
[ 2126.182358] FS:  0000000000000000(0000) GS:ffff91cc00600000(0000) knlGS:0000000000000000
[ 2126.190445] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2126.196191] CR2: 00000000fba3fb84 CR3: 000800012066c003 CR4: 0000000000770ef0
[ 2126.203322] PKRU: 55555554
[ 2126.206036] Call Trace:
[ 2126.208489]  <IRQ>
[ 2126.210510]  ? show_regs+0x6d/0x80
[ 2126.213916]  ? watchdog_timer_fn+0x1f8/0x280
[ 2126.218185]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 2126.222808]  ? __hrtimer_run_queues+0x114/0x2a0
[ 2126.227339]  ? hrtimer_interrupt+0x108/0x230
[ 2126.231614]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 2126.236838]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 2126.241801]  </IRQ>
[ 2126.243898]  <TASK>
[ 2126.245999]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 2126.251314]  ? srso_alias_safe_ret+0x7/0x7
[ 2126.255409]  ? srso_alias_return_thunk+0x5/0xfbef5
[ 2126.260202]  ? multi_cpu_stop+0xa1/0x120
[ 2126.264128]  ? __pfx_multi_cpu_stop+0x10/0x10
[ 2126.268486]  cpu_stopper_thread+0x97/0x140
[ 2126.272588]  ? __pfx_smpboot_thread_fn+0x10/0x10
[ 2126.277208]  smpboot_thread_fn+0xe8/0x1e0
[ 2126.281220]  kthread+0xe8/0x120
[ 2126.284363]  ? __pfx_kthread+0x10/0x10
[ 2126.288115]  ret_from_fork+0x40/0x60
[ 2126.291693]  ? __pfx_kthread+0x10/0x10
[ 2126.295448]  ret_from_fork_asm+0x1a/0x30
[ 2126.299376]  </TASK>
[ 2142.054322] watchdog: BUG: soft lockup - CPU#110 stuck for 353s! [grub2-mount:4779]
[ 2142.061975] Modules linked in: btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils xt_CHECKSUM xt_MASQUERADE xt_conntrack ipt_REJECT xt_tcpudp nft_compat x_tables nf_nat_tftp nf_conntrack_tftp bridge stp llc tls nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd ee1004 kvm i2c_piix4 rapl joydev input_leds wmi_bmof pcspkr acpi_power_meter efi_pstore k10temp i2c_smbus ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit crct10dif_pclmul drm_shmem_helper crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas drm tg3 sha1_ssse3 raid_class ccp scsi_transport_sas sp5100_tco wmi hid_generic usbmouse usbkbd usbhid hid dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel
[ 2142.062074]  crypto_simd cryptd
[ 2142.155203] CPU: 110 UID: 0 PID: 4779 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 2142.167361] Tainted: [L]=SOFTLOCKUP
[ 2142.170852] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 2142.178503] RIP: 0010:native_queued_spin_lock_slowpath+0x7c/0x2d0
[ 2142.184597] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[ 2142.203343] RSP: 0018:ffffa6f0a61cbc98 EFLAGS: 00000202
[ 2142.208568] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa6f0a61cbce8
[ 2142.215702] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff91cc9192c5c0
[ 2142.222832] RBP: ffffa6f0a61cbcb8 R08: 0000000000000000 R09: ffff91cc893343c0
[ 2142.229966] R10: ffffa6f0a61cbc48 R11: ffffe3b882464a00 R12: ffff91cc9192c5c0
[ 2142.237098] R13: ffffa6f0a61cbd30 R14: ffff91cc9192c280 R15: ffff91cc8919e400
[ 2142.244231] FS:  00007f6f33412e40(0000) GS:ffff91ebfc300000(0000) knlGS:0000000000000000
[ 2142.252317] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2142.258062] CR2: 00007f6f33253930 CR3: 000800208ec7a006 CR4: 0000000000770ef0
[ 2142.265194] PKRU: 55555554
[ 2142.267908] Call Trace:
[ 2142.270361]  <IRQ>
[ 2142.272381]  ? show_regs+0x6d/0x80
[ 2142.275785]  ? watchdog_timer_fn+0x1f8/0x280
[ 2142.280058]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 2142.284678]  ? __hrtimer_run_queues+0x114/0x2a0
[ 2142.289211]  ? hrtimer_interrupt+0x108/0x230
[ 2142.293482]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 2142.298707]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 2142.303674]  </IRQ>
[ 2142.305779]  <TASK>
[ 2142.307887]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 2142.313201]  ? native_queued_spin_lock_slowpath+0x7c/0x2d0
[ 2142.318684]  _raw_spin_lock+0x2d/0x40
[ 2142.322349]  fuse_iget+0x125/0x250
[ 2142.325757]  fuse_fill_super_common+0x3ae/0x4f0
[ 2142.330291]  ? __pfx_fuse_fill_super+0x10/0x10
[ 2142.334735]  fuse_fill_super+0x5e/0xb0
[ 2142.338488]  get_tree_nodev+0x6f/0xa0
[ 2142.342151]  ? fget+0x80/0xb0
[ 2142.345124]  fuse_get_tree+0xc6/0x1b0
[ 2142.348793]  vfs_get_tree+0x2e/0xf0
[ 2142.352285]  path_mount+0x4f0/0xb50
[ 2142.355778]  ? putname+0x5b/0x70
[ 2142.359011]  __x64_sys_mount+0x10d/0x150
[ 2142.362938]  x64_sys_call+0x1e1d/0x2140
[ 2142.366773]  do_syscall_64+0x51/0x120
[ 2142.370442]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 2142.375493] RIP: 0033:0x7f6f3330f03e
[ 2142.379071] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 2142.397816] RSP: 002b:00007ffd740f76a8 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 2142.405381] RAX: ffffffffffffffda RBX: 000055b2ad3864a0 RCX: 00007f6f3330f03e
[ 2142.412505] RDX: 000055b2ad386530 RSI: 000055b2ad3863a0 RDI: 000055b2ad3864f0
[ 2142.419638] RBP: 000055b2ad3863a0 R08: 000055b2ad386250 R09: 00746e756f6d2d32
[ 2142.426772] R10: 0000000000000006 R11: 0000000000000206 R12: 000055b2ad386530
[ 2142.433902] R13: 00007ffd740f76e0 R14: 000055b2ad3864f0 R15: 000055b2ad3864a0
[ 2142.441032]  </TASK>
[ 2153.986044] watchdog: BUG: soft lockup - CPU#80 stuck for 75s! [migration/80:503]
[ 2153.993531] Modules linked in: btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils xt_CHECKSUM xt_MASQUERADE xt_conntrack ipt_REJECT xt_tcpudp nft_compat x_tables nf_nat_tftp nf_conntrack_tftp bridge stp llc tls nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd ee1004 kvm i2c_piix4 rapl joydev input_leds wmi_bmof pcspkr acpi_power_meter efi_pstore k10temp i2c_smbus ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit crct10dif_pclmul drm_shmem_helper crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas drm tg3 sha1_ssse3 raid_class ccp scsi_transport_sas sp5100_tco wmi hid_generic usbmouse usbkbd usbhid hid dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel
[ 2153.993639]  crypto_simd cryptd
[ 2154.086768] CPU: 80 UID: 0 PID: 503 Comm: migration/80 Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 2154.098836] Tainted: [L]=SOFTLOCKUP
[ 2154.102329] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 2154.109983] Stopper: multi_cpu_stop+0x0/0x120 <- migrate_swap+0xaf/0x120
[ 2154.116690] RIP: 0010:multi_cpu_stop+0xa5/0x120
[ 2154.121224] Code: 0f 8b 43 20 8b 4b 10 83 c0 01 89 4b 24 89 43 20 e8 00 49 f9 ff 41 83 ff 04 74 33 45 89 fd 4c 89 f7 e8 3f ff ff ff 44 8b 7b 20 <45> 39 fd 75 aa 41 83 ff 01 76 0a e8 bb 01 02 00 e8 e6 01 02 00 e8
[ 2154.139969] RSP: 0018:ffffa6f08dbdfe30 EFLAGS: 00000246
[ 2154.145194] RAX: 0000000000000000 RBX: ffffa6f0a68d3b18 RCX: 0000000000000002
[ 2154.152328] RDX: ffff91cc00600000 RSI: 0000000000000282 RDI: ffffffffb4020b78
[ 2154.159458] RBP: ffffa6f08dbdfe68 R08: 000001e3b2621eb3 R09: 0000000000000001
[ 2154.166592] R10: 0000000000000000 R11: 0000000000000001 R12: ffffa6f0a68d3b3c
[ 2154.173724] R13: 0000000000000001 R14: ffffffffb4020b78 R15: 0000000000000001
[ 2154.180855] FS:  0000000000000000(0000) GS:ffff91cc00600000(0000) knlGS:0000000000000000
[ 2154.188942] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2154.194689] CR2: 00000000fba3fb84 CR3: 000800012066c003 CR4: 0000000000770ef0
[ 2154.201820] PKRU: 55555554
[ 2154.204531] Call Trace:
[ 2154.206979]  <IRQ>
[ 2154.209000]  ? show_regs+0x6d/0x80
[ 2154.212401]  ? watchdog_timer_fn+0x1f8/0x280
[ 2154.216676]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 2154.221296]  ? __hrtimer_run_queues+0x114/0x2a0
[ 2154.225828]  ? hrtimer_interrupt+0x108/0x230
[ 2154.230102]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 2154.235325]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 2154.240291]  </IRQ>
[ 2154.242395]  <TASK>
[ 2154.244494]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 2154.249810]  ? multi_cpu_stop+0xa5/0x120
[ 2154.253733]  ? __pfx_multi_cpu_stop+0x10/0x10
[ 2154.258090]  cpu_stopper_thread+0x97/0x140
[ 2154.262192]  ? __pfx_smpboot_thread_fn+0x10/0x10
[ 2154.266811]  smpboot_thread_fn+0xe8/0x1e0
[ 2154.270823]  kthread+0xe8/0x120
[ 2154.273970]  ? __pfx_kthread+0x10/0x10
[ 2154.277721]  ret_from_fork+0x40/0x60
[ 2154.281299]  ? __pfx_kthread+0x10/0x10
[ 2154.285054]  ret_from_fork_asm+0x1a/0x30
[ 2154.288982]  </TASK>
^[[c^[[2J^[[01;01H^[[=3h^[[2J^[[01;01HKEY MAPPING FOR CONSOLE REDIRECTION:

Use the <ESC><1> key sequence for <F1>
Use the <ESC><2> key sequence for <F2>
Use the <ESC><3> key sequence for <F3>
Use the <ESC><0> key sequence for <F10>
Use the <ESC><!> key sequence for <F11>
Use the <ESC><@> key sequence for <F12>

Use the <ESC><Ctrl><M> key sequence for <Ctrl><M>
Use the <ESC><Ctrl><H> key sequence for <Ctrl><H>
Use the <ESC><Ctrl><I> key sequence for <Ctrl><I>
Use the <ESC><Ctrl><J> key sequence for <Ctrl><J>

Use the <ESC><X><X> key sequence for <Alt><x>, where x is any letter
key, and X is the upper case of that key

Use the <ESC><R><ESC><r><ESC><R> key sequence for <Ctrl><Alt><Del>

Press the spacebar to pause...
Initializing PCIe, USB, and Video... Done
PowerEdge R6515
BIOS Version: 2.14.1
Console Redirection Enabled Requested by iDRAC

F2	 = System Setup
F10	 = Lifecycle Controller (Config
	   iDRAC, Update FW, Install OS)
F11	 = Boot Manager
F12	 = PXE Boot
iDRAC IPV4:  10.86.18.202 [Dedicated]
                                
Initializing Firmware Interfaces...
 





Enumerating Boot options...
Enumerating Boot options... Done
Loading Lifecycle Controller Drivers...
Loading Lifecycle Controller Drivers...Done
Lifecycle Controller: Collecting System Inventory...

iDRAC IPV4:  10.86.18.202 [Dedicated]

^[[2J^[[01;01HLifecycle Controller: Done
Booting...
^[[2J^[[01;01HBooting from Integrated Storage Controller 1: Red Hat Enterprise Linux
^[[0m^[[30m^[[40m^[[2J^[[01;01H^[[0m^[[37m^[[40m^[[20;07HUse the ^ and v keys to change the selection.                       
\r      Press 'e' to edit the selected item, or 'c' for a command prompt.   
\r      Press Escape to return to the previous menu.                        ^[[04;80H ^[[0m^[[30m^[[47m^[[04;01H      Red Hat Enterprise Linux (6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57>
\r^[[05;01H^[[0m^[[37m^[[40m^[[04;79H^[[05;01H      Red Hat Enterprise Linux (6.11.0-rc4-d2bafcf224-d2bafcf224f) 9.1 (Plow)  ^[[05;79H^[[06;01H      Red Hat Enterprise Linux (6.11.0-rc3-df6cbc62cc-df6cbc6) 9.1 (Plow)      ^[[06;79H^[[07;01H      Red Hat Enterprise Linux (6.11.0-rc2-5189dafa4c-5189daf) 9.1 (Plow)      ^[[07;79H^[[08;01H      Red Hat Enterprise Linux (6.11.0-rc1-d3426a6ed9-d3426a6) 9.1 (Plow)      ^[[08;79H^[[09;01H      Red Hat Enterprise Linux (6.11.0-rc1) 9.1 (Plow)                         ^[[09;79H^[[10;01H      Red Hat Enterprise Linux (6.9.0-rc20ecaefb303) 9.1 (Plow)                ^[[10;79H^[[11;01H      Red Hat Enterprise Linux (5.14.0-162.6.1.el9_1.x86_64) 9.1 (Plow)        ^[[11;79H^[[12;01H      Red Hat Enterprise Linux (0-rescue-8f37f8055146469d8baec3ad508b0084) 9.1>
\r^[[13;01H^[[12;79H^[[13;01H      UEFI Firmware Settings                                                   ^[[13;79H^[[14;01H                                                                               ^[[14;79H^[[15;01H                                                                               ^[[15;79H^[[16;01H                                                                               ^[[16;79H^[[17;01H                                                                               ^[[17;79H^[[18;01H                                                                               ^[[18;79H^[[18;80H ^[[04;79H^[[23;01H   The selected entry will be started automatically in 5s.                     ^[[04;79H^[[23;01H                                                                               ^[[24;01H                                                                               ^[[04;79H^[[04;01H      Red Hat Enterprise Linux (6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57>
\r^[[05;01H^[[04;79H^[[0m^[[30m^[[47m^[[05;01H      Red Hat Enterprise Linux (6.11.0-rc4-d2bafcf224-d2bafcf224f) 9.1 (Plow)  ^[[0m^[[37m^[[40m^[[05;79H^[[05;01H      Red Hat Enterprise Linux (6.11.0-rc4-d2bafcf224-d2bafcf224f) 9.1 (Plow)  ^[[05;79H^[[0m^[[30m^[[47m^[[06;01H      Red Hat Enterprise Linux (6.11.0-rc3-df6cbc62cc-df6cbc6) 9.1 (Plow)      ^[[0m^[[37m^[[40m^[[06;79H^[[06;01H      Red Hat Enterprise Linux (6.11.0-rc3-df6cbc62cc-df6cbc6) 9.1 (Plow)      ^[[06;79H^[[0m^[[30m^[[47m^[[05;01H      Red Hat Enterprise Linux (6.11.0-rc4-d2bafcf224-d2bafcf224f) 9.1 (Plow)  ^[[0m^[[37m^[[40m^[[05;79H^[[0m^[[30m^[[40m^[[2J^[[01;01H^[[0m^[[37m^[[40m^[[0m^[[30m^[[40m^[[2J^[[01;01H^[[0m^[[37m^[[40m[    0.000000] Linux version 6.11.0-rc4-d2bafcf224-d2bafcf224f (root@hostname.amd.com) (gcc (GCC) 11.4.1 20231218 (Red Hat 11.4.1-3), GNU ld version 2.35.2-43.el9) #1 SMP PREEMPT_DYNAMIC Sun Aug 25 00:10:08 IST 2024
[    0.000000] Command line: BOOT_IMAGE=(hd0,gpt6)/vmlinuz-6.11.0-rc4-d2bafcf224-d2bafcf224f root=/dev/mapper/rhel_hostname-root ro selinux=0 console=ttyS0,115200n8 earlyprintk=ttyS0,115200 net.ifnames=0 biosdevname=0 swiotlb=131072 kvm_amd.debug_swap=0 mem_encrypt=on
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Hygon HygonGenuine
[    0.000000]   Centaur CentaurHauls
[    0.000000]   zhaoxin   Shanghai  
[    0.000000] SEV-SNP: RMP table physical range [0x0000000015e00000 - 0x00000000566fffff]
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000008efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000008f000-0x000000000008ffff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000000090000-0x000000000009ffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000015dfffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000015e00000-0x00000000566fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000056700000-0x00000000567fbfff] usable
[    0.000000] BIOS-e820: [mem 0x00000000567fc000-0x00000000567fcfff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000567fd000-0x000000005a14afff] usable
[    0.000000] BIOS-e820: [mem 0x000000005a14b000-0x000000005a34afff] reserved
[    0.000000] BIOS-e820: [mem 0x000000005a34b000-0x0000000067acefff] usable
[    0.000000] BIOS-e820: [mem 0x0000000067acf000-0x000000006dfcefff] reserved
[    0.000000] BIOS-e820: [mem 0x000000006dfcf000-0x000000006edfefff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000006edff000-0x000000006effefff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000006efff000-0x000000006effffff] usable
[    0.000000] BIOS-e820: [mem 0x000000006f000000-0x000000006f00afff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000006f00b000-0x000000006fffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000070000000-0x000000008fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000aa000000-0x00000000aaffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000c5000000-0x00000000c5ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000e0ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fd000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000207fcfffff] usable
[    0.000000] BIOS-e820: [mem 0x000000207fd00000-0x000000207fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000002080000000-0x000000407f1fffff] usable
[    0.000000] BIOS-e820: [mem 0x000000407f200000-0x000000407fffffff] reserved
[    0.000000] printk: legacy bootconsole [earlyser0] enabled
[    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-0x000000000008efff] usable
[    0.000000] reserve setup_data: [mem 0x000000000008f000-0x000000000008ffff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x0000000000090000-0x000000000009ffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000000100000-0x0000000000b4b01f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000b4b020-0x0000000000b5305f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000b53060-0x0000000000b5401f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000b54020-0x0000000000b8645f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000b86460-0x0000000000b8701f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000b87020-0x0000000000bb945f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000bb9460-0x0000000000bba01f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000bba020-0x0000000000bffe5f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000bffe60-0x0000000015dfffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000015e00000-0x00000000566fffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000056700000-0x00000000567fbfff] usable
[    0.000000] reserve setup_data: [mem 0x00000000567fc000-0x00000000567fcfff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000567fd000-0x000000005a14afff] usable
[    0.000000] reserve setup_data: [mem 0x000000005a14b000-0x000000005a34afff] reserved
[    0.000000] reserve setup_data: [mem 0x000000005a34b000-0x0000000067acefff] usable
[    0.000000] reserve setup_data: [mem 0x0000000067acf000-0x000000006dfcefff] reserved
[    0.000000] reserve setup_data: [mem 0x000000006dfcf000-0x000000006edfefff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x000000006edff000-0x000000006effefff] ACPI data
[    0.000000] reserve setup_data: [mem 0x000000006efff000-0x000000006effffff] usable
[    0.000000] reserve setup_data: [mem 0x000000006f000000-0x000000006f00afff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x000000006f00b000-0x000000006fffffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000070000000-0x000000008fffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000aa000000-0x00000000aaffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000c5000000-0x00000000c5ffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000e0000000-0x00000000e0ffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fd000000-0x00000000ffffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000207fcfffff] usable
[    0.000000] reserve setup_data: [mem 0x000000207fd00000-0x000000207fffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000002080000000-0x000000407f1fffff] usable
[    0.000000] reserve setup_data: [mem 0x000000407f200000-0x000000407fffffff] reserved
[    0.000000] efi: EFI v2.7 by Dell Inc.
[    0.000000] efi: ACPI=0x6effe000 ACPI 2.0=0x6effe014 MEMATTR=0x63f3c4a0 SMBIOS=0x6979e000 SMBIOS 3.0=0x6979c000 MOKvar=0x67bcc000 RNG=0x6efb4020 
[    0.000000] random: crng init done
[    0.000000] efi: Remove mem56: MMIO range=[0x80000000-0x8fffffff] (256MB) from e820 map
[    0.000000] efi: Remove mem57: MMIO range=[0xaa000000-0xaaffffff] (16MB) from e820 map
[    0.000000] efi: Remove mem58: MMIO range=[0xc5000000-0xc5ffffff] (16MB) from e820 map
[    0.000000] efi: Remove mem59: MMIO range=[0xe0000000-0xe0ffffff] (16MB) from e820 map
[    0.000000] efi: Remove mem60: MMIO range=[0xfd000000-0xffffffff] (48MB) from e820 map
[    0.000000] SMBIOS 3.3.0 present.
[    0.000000] DMI: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[    0.000000] DMI: Memory slots populated: 8/16
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 1996.388 MHz processor
[    0.000028] last_pfn = 0x407f200 max_arch_pfn = 0x400000000
[    0.005551] MTRR map: 7 entries (2 fixed + 5 variable; max 19), built from 9 variable MTRRs
[    0.013864] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Memory KASLR using RDRAND RDTSC...
[    0.024966] x2apic: enabled by BIOS, switching to x2apic ops
[    0.030599] last_pfn = 0x70000 max_arch_pfn = 0x400000000
[    0.044088] SEV-SNP: Reserving start/end of RMP table on a 2MB boundary [0x0000000056600000]
[    0.052359] Using GB pages for direct mapping
[    0.057584] Secure boot disabled
[    0.060634] RAMDISK: [mem 0x407cee8000-0x407f1fffff]
[    0.065576] ACPI: Early table checksum verification disabled
[    0.071209] ACPI: RSDP 0x000000006EFFE014 000024 (v02 DELL  )
[    0.076927] ACPI: XSDT 0x000000006EFB7188 0000DC (v01 DELL   PE_SC3   00000002 DELL 00000001)
[    0.085423] ACPI: FACP 0x000000006EFF9000 000114 (v06 DELL   PE_SC3   00000002 DELL 00000001)
[    0.093916] ACPI: DSDT 0x000000006EFDA000 019528 (v02 DELL   PE_SC3   00000002 DELL 00000001)
[    0.102406] ACPI: FACS 0x000000006EDB9000 000040
[    0.106999] ACPI: BERT 0x000000006EFFC000 000030 (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.115490] ACPI: ERST 0x000000006EFFB000 000230 (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.123983] ACPI: HEST 0x000000006EFFA000 0007F4 (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.132475] ACPI: HPET 0x000000006EFF8000 000038 (v01 DELL   PE_SC3   00000002 DELL 00000001)
[    0.140968] ACPI: APIC 0x000000006EFF6000 0018BE (v05 DELL   PE_SC3   00000002 DELL 00000001)
[    0.149460] ACPI: MCFG 0x000000006EFF5000 00003C (v01 DELL   PE_SC3   00000002 DELL 00000001)
[    0.157953] ACPI: WSMT 0x000000006EFF4000 000028 (v01 DELL   PE_SC3   00000002 DELL 00000001)
[    0.166446] ACPI: SSDT 0x000000006EFD9000 000629 (v02 DELL   xhc_port 00000001 INTL 20210331)
[    0.174938] ACPI: SSDT 0x000000006EFD8000 000D6E (v02 AMD    CPMRAS   00000001 INTL 20210331)
[    0.183430] ACPI: EINJ 0x000000006EFD7000 000170 (v01 AMD    PE_SC3   00000001 AMD  00000001)
[    0.191924] ACPI: PCCT 0x000000006EFD6000 00006E (v02 DELL   AmdTable 00000001 AMD  00000001)
[    0.200415] ACPI: SSDT 0x000000006EFC7000 00E849 (v02 DELL   PE_SC3   00000001 AMD  00000001)
[    0.208908] ACPI: SRAT 0x000000006EFC6000 000CD0 (v03 DELL   PE_SC3   00000001 AMD  00000001)
[    0.217401] ACPI: MSCT 0x000000006EFC5000 00004E (v01 DELL   PE_SC3   00000000 AMD  00000001)
[    0.225893] ACPI: SLIT 0x000000006EFC4000 000030 (v01 DELL   PE_SC3   00000001 AMD  00000001)
[    0.234386] ACPI: CRAT 0x000000006EFBC000 0072F8 (v01 DELL   PE_SC3   00000001 AMD  00000001)
[    0.242878] ACPI: CDIT 0x000000006EFBB000 00002C (v01 DELL   PE_SC3   00000001 AMD  00000001)
[    0.251371] ACPI: IVRS 0x000000006EFBA000 0001F0 (v02 DELL   PE_SC3   00000001 AMD  00000001)
[    0.259863] ACPI: SPCR 0x000000006EFB9000 000050 (v02 DELL   PE_SC3   00000002 DELL 00000001)
[    0.268356] ACPI: SLIC 0x000000006EFB8000 000176 (v01 DELL   PE_SC3   00000002 DELL 00000001)
[    0.276848] ACPI: SSDT 0x000000006EFFD000 000D66 (v02 DELL   PE_SC3   00000002 DELL 00000001)
[    0.285341] ACPI: SSDT 0x000000006EFB5000 00193C (v02 AMD    CPMCMN   00000001 INTL 20210331)
[    0.293840] ACPI: Reserving FACP table memory at [mem 0x6eff9000-0x6eff9113]
[    0.300858] ACPI: Reserving DSDT table memory at [mem 0x6efda000-0x6eff3527]
[    0.307877] ACPI: Reserving FACS table memory at [mem 0x6edb9000-0x6edb903f]
[    0.314898] ACPI: Reserving BERT table memory at [mem 0x6effc000-0x6effc02f]
[    0.321917] ACPI: Reserving ERST table memory at [mem 0x6effb000-0x6effb22f]
[    0.328936] ACPI: Reserving HEST table memory at [mem 0x6effa000-0x6effa7f3]
[    0.335955] ACPI: Reserving HPET table memory at [mem 0x6eff8000-0x6eff8037]
[    0.342974] ACPI: Reserving APIC table memory at [mem 0x6eff6000-0x6eff78bd]
[    0.349994] ACPI: Reserving MCFG table memory at [mem 0x6eff5000-0x6eff503b]
[    0.357013] ACPI: Reserving WSMT table memory at [mem 0x6eff4000-0x6eff4027]
[    0.364032] ACPI: Reserving SSDT table memory at [mem 0x6efd9000-0x6efd9628]
[    0.371053] ACPI: Reserving SSDT table memory at [mem 0x6efd8000-0x6efd8d6d]
[    0.378072] ACPI: Reserving EINJ table memory at [mem 0x6efd7000-0x6efd716f]
[    0.385091] ACPI: Reserving PCCT table memory at [mem 0x6efd6000-0x6efd606d]
[    0.392110] ACPI: Reserving SSDT table memory at [mem 0x6efc7000-0x6efd5848]
[    0.399155] ACPI: Reserving SRAT table memory at [mem 0x6efc6000-0x6efc6ccf]
[    0.406174] ACPI: Reserving MSCT table memory at [mem 0x6efc5000-0x6efc504d]
[    0.413193] ACPI: Reserving SLIT table memory at [mem 0x6efc4000-0x6efc402f]
[    0.420213] ACPI: Reserving CRAT table memory at [mem 0x6efbc000-0x6efc32f7]
[    0.427232] ACPI: Reserving CDIT table memory at [mem 0x6efbb000-0x6efbb02b]
[    0.434252] ACPI: Reserving IVRS table memory at [mem 0x6efba000-0x6efba1ef]
[    0.441271] ACPI: Reserving SPCR table memory at [mem 0x6efb9000-0x6efb904f]
[    0.448291] ACPI: Reserving SLIC table memory at [mem 0x6efb8000-0x6efb8175]
[    0.455309] ACPI: Reserving SSDT table memory at [mem 0x6effd000-0x6effdd65]
[    0.462329] ACPI: Reserving SSDT table memory at [mem 0x6efb5000-0x6efb693b]
[    0.469426] APIC: Switched APIC routing to: cluster x2apic
[    0.474823] SRAT: PXM 0 -> APIC 0x0000 -> Node 0
[    0.479400] SRAT: PXM 0 -> APIC 0x0001 -> Node 0
[    0.483993] SRAT: PXM 0 -> APIC 0x0002 -> Node 0
[    0.488586] SRAT: PXM 0 -> APIC 0x0003 -> Node 0
[    0.493180] SRAT: PXM 0 -> APIC 0x0004 -> Node 0
[    0.497773] SRAT: PXM 0 -> APIC 0x0005 -> Node 0
[    0.502400] SRAT: PXM 0 -> APIC 0x0006 -> Node 0
[    0.507010] SRAT: PXM 0 -> APIC 0x0007 -> Node 0
[    0.511604] SRAT: PXM 0 -> APIC 0x0008 -> Node 0
[    0.516196] SRAT: PXM 0 -> APIC 0x0009 -> Node 0
[    0.520789] SRAT: PXM 0 -> APIC 0x000a -> Node 0
[    0.525382] SRAT: PXM 0 -> APIC 0x000b -> Node 0
[    0.529975] SRAT: PXM 0 -> APIC 0x000c -> Node 0
[    0.534568] SRAT: PXM 0 -> APIC 0x000d -> Node 0
[    0.539161] SRAT: PXM 0 -> APIC 0x000e -> Node 0
[    0.543752] SRAT: PXM 0 -> APIC 0x000f -> Node 0
[    0.548346] SRAT: PXM 0 -> APIC 0x0010 -> Node 0
[    0.552938] SRAT: PXM 0 -> APIC 0x0011 -> Node 0
[    0.557532] SRAT: PXM 0 -> APIC 0x0012 -> Node 0
[    0.562125] SRAT: PXM 0 -> APIC 0x0013 -> Node 0
[    0.566717] SRAT: PXM 0 -> APIC 0x0014 -> Node 0
[    0.571311] SRAT: PXM 0 -> APIC 0x0015 -> Node 0
[    0.575904] SRAT: PXM 0 -> APIC 0x0016 -> Node 0
[    0.580497] SRAT: PXM 0 -> APIC 0x0017 -> Node 0
[    0.585089] SRAT: PXM 0 -> APIC 0x0018 -> Node 0
[    0.589681] SRAT: PXM 0 -> APIC 0x0019 -> Node 0
[    0.594274] SRAT: PXM 0 -> APIC 0x001a -> Node 0
[    0.598867] SRAT: PXM 0 -> APIC 0x001b -> Node 0
[    0.603460] SRAT: PXM 0 -> APIC 0x001c -> Node 0
[    0.608054] SRAT: PXM 0 -> APIC 0x001d -> Node 0
[    0.612673] SRAT: PXM 0 -> APIC 0x001e -> Node 0
[    0.617266] SRAT: PXM 0 -> APIC 0x001f -> Node 0
[    0.621858] SRAT: PXM 0 -> APIC 0x0020 -> Node 0
[    0.626451] SRAT: PXM 0 -> APIC 0x0021 -> Node 0
[    0.631044] SRAT: PXM 0 -> APIC 0x0022 -> Node 0
[    0.635637] SRAT: PXM 0 -> APIC 0x0023 -> Node 0
[    0.640229] SRAT: PXM 0 -> APIC 0x0024 -> Node 0
[    0.644822] SRAT: PXM 0 -> APIC 0x0025 -> Node 0
[    0.649415] SRAT: PXM 0 -> APIC 0x0026 -> Node 0
[    0.654008] SRAT: PXM 0 -> APIC 0x0027 -> Node 0
[    0.658602] SRAT: PXM 0 -> APIC 0x0028 -> Node 0
[    0.663195] SRAT: PXM 0 -> APIC 0x0029 -> Node 0
[    0.667788] SRAT: PXM 0 -> APIC 0x002a -> Node 0
[    0.672380] SRAT: PXM 0 -> APIC 0x002b -> Node 0
[    0.676973] SRAT: PXM 0 -> APIC 0x002c -> Node 0
[    0.681566] SRAT: PXM 0 -> APIC 0x002d -> Node 0
[    0.686159] SRAT: PXM 0 -> APIC 0x002e -> Node 0
[    0.690752] SRAT: PXM 0 -> APIC 0x002f -> Node 0
[    0.695344] SRAT: PXM 0 -> APIC 0x0030 -> Node 0
[    0.699937] SRAT: PXM 0 -> APIC 0x0031 -> Node 0
[    0.704531] SRAT: PXM 0 -> APIC 0x0032 -> Node 0
[    0.709122] SRAT: PXM 0 -> APIC 0x0033 -> Node 0
[    0.713715] SRAT: PXM 0 -> APIC 0x0034 -> Node 0
[    0.718308] SRAT: PXM 0 -> APIC 0x0035 -> Node 0
[    0.722901] SRAT: PXM 0 -> APIC 0x0036 -> Node 0
[    0.727494] SRAT: PXM 0 -> APIC 0x0037 -> Node 0
[    0.732088] SRAT: PXM 0 -> APIC 0x0038 -> Node 0
[    0.736681] SRAT: PXM 0 -> APIC 0x0039 -> Node 0
[    0.741274] SRAT: PXM 0 -> APIC 0x003a -> Node 0
[    0.745867] SRAT: PXM 0 -> APIC 0x003b -> Node 0
[    0.750459] SRAT: PXM 0 -> APIC 0x003c -> Node 0
[    0.755052] SRAT: PXM 0 -> APIC 0x003d -> Node 0
[    0.759645] SRAT: PXM 0 -> APIC 0x003e -> Node 0
[    0.764238] SRAT: PXM 0 -> APIC 0x003f -> Node 0
[    0.768830] SRAT: PXM 1 -> APIC 0x0040 -> Node 1
[    0.773423] SRAT: PXM 1 -> APIC 0x0041 -> Node 1
[    0.778017] SRAT: PXM 1 -> APIC 0x0042 -> Node 1
[    0.782610] SRAT: PXM 1 -> APIC 0x0043 -> Node 1
[    0.787203] SRAT: PXM 1 -> APIC 0x0044 -> Node 1
[    0.791795] SRAT: PXM 1 -> APIC 0x0045 -> Node 1
[    0.796388] SRAT: PXM 1 -> APIC 0x0046 -> Node 1
[    0.800982] SRAT: PXM 1 -> APIC 0x0047 -> Node 1
[    0.805573] SRAT: PXM 1 -> APIC 0x0048 -> Node 1
[    0.810167] SRAT: PXM 1 -> APIC 0x0049 -> Node 1
[    0.814759] SRAT: PXM 1 -> APIC 0x004a -> Node 1
[    0.819353] SRAT: PXM 1 -> APIC 0x004b -> Node 1
[    0.823944] SRAT: PXM 1 -> APIC 0x004c -> Node 1
[    0.828537] SRAT: PXM 1 -> APIC 0x004d -> Node 1
[    0.833132] SRAT: PXM 1 -> APIC 0x004e -> Node 1
[    0.837724] SRAT: PXM 1 -> APIC 0x004f -> Node 1
[    0.842316] SRAT: PXM 1 -> APIC 0x0050 -> Node 1
[    0.846910] SRAT: PXM 1 -> APIC 0x0051 -> Node 1
[    0.851503] SRAT: PXM 1 -> APIC 0x0052 -> Node 1
[    0.856095] SRAT: PXM 1 -> APIC 0x0053 -> Node 1
[    0.860689] SRAT: PXM 1 -> APIC 0x0054 -> Node 1
[    0.865282] SRAT: PXM 1 -> APIC 0x0055 -> Node 1
[    0.869874] SRAT: PXM 1 -> APIC 0x0056 -> Node 1
[    0.874466] SRAT: PXM 1 -> APIC 0x0057 -> Node 1
[    0.879060] SRAT: PXM 1 -> APIC 0x0058 -> Node 1
[    0.883653] SRAT: PXM 1 -> APIC 0x0059 -> Node 1
[    0.888246] SRAT: PXM 1 -> APIC 0x005a -> Node 1
[    0.892838] SRAT: PXM 1 -> APIC 0x005b -> Node 1
[    0.897431] SRAT: PXM 1 -> APIC 0x005c -> Node 1
[    0.902024] SRAT: PXM 1 -> APIC 0x005d -> Node 1
[    0.906618] SRAT: PXM 1 -> APIC 0x005e -> Node 1
[    0.911209] SRAT: PXM 1 -> APIC 0x005f -> Node 1
[    0.915838] SRAT: PXM 1 -> APIC 0x0060 -> Node 1
[    0.920431] SRAT: PXM 1 -> APIC 0x0061 -> Node 1
[    0.925024] SRAT: PXM 1 -> APIC 0x0062 -> Node 1
[    0.929616] SRAT: PXM 1 -> APIC 0x0063 -> Node 1
[    0.934209] SRAT: PXM 1 -> APIC 0x0064 -> Node 1
[    0.938802] SRAT: PXM 1 -> APIC 0x0065 -> Node 1
[    0.943395] SRAT: PXM 1 -> APIC 0x0066 -> Node 1
[    0.947988] SRAT: PXM 1 -> APIC 0x0067 -> Node 1
[    0.952581] SRAT: PXM 1 -> APIC 0x0068 -> Node 1
[    0.957173] SRAT: PXM 1 -> APIC 0x0069 -> Node 1
[    0.961766] SRAT: PXM 1 -> APIC 0x006a -> Node 1
[    0.966359] SRAT: PXM 1 -> APIC 0x006b -> Node 1
[    0.970951] SRAT: PXM 1 -> APIC 0x006c -> Node 1
[    0.975544] SRAT: PXM 1 -> APIC 0x006d -> Node 1
[    0.980138] SRAT: PXM 1 -> APIC 0x006e -> Node 1
[    0.984731] SRAT: PXM 1 -> APIC 0x006f -> Node 1
[    0.989325] SRAT: PXM 1 -> APIC 0x0070 -> Node 1
[    0.993916] SRAT: PXM 1 -> APIC 0x0071 -> Node 1
[    0.998510] SRAT: PXM 1 -> APIC 0x0072 -> Node 1
[    1.003102] SRAT: PXM 1 -> APIC 0x0073 -> Node 1
[    1.007695] SRAT: PXM 1 -> APIC 0x0074 -> Node 1
[    1.012288] SRAT: PXM 1 -> APIC 0x0075 -> Node 1
[    1.016881] SRAT: PXM 1 -> APIC 0x0076 -> Node 1
[    1.021474] SRAT: PXM 1 -> APIC 0x0077 -> Node 1
[    1.026067] SRAT: PXM 1 -> APIC 0x0078 -> Node 1
[    1.030660] SRAT: PXM 1 -> APIC 0x0079 -> Node 1
[    1.035252] SRAT: PXM 1 -> APIC 0x007a -> Node 1
[    1.039845] SRAT: PXM 1 -> APIC 0x007b -> Node 1
[    1.044438] SRAT: PXM 1 -> APIC 0x007c -> Node 1
[    1.049032] SRAT: PXM 1 -> APIC 0x007d -> Node 1
[    1.053624] SRAT: PXM 1 -> APIC 0x007e -> Node 1
[    1.058217] SRAT: PXM 1 -> APIC 0x007f -> Node 1
[    1.062816] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff]
[    1.068789] ACPI: SRAT: Node 0 PXM 0 [mem 0x000c0000-0x7fffffff]
[    1.074770] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0x207fffffff]
[    1.081008] ACPI: SRAT: Node 1 PXM 1 [mem 0x2080000000-0x407fffffff]
[    1.087344] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x000c0000-0x7fffffff] -> [mem 0x00000000-0x7fffffff]
[    1.097559] NUMA: Node 0 [mem 0x00000000-0x7fffffff] + [mem 0x100000000-0x207fffffff] -> [mem 0x00000000-0x207fffffff]
[    1.108226] NODE_DATA(0) allocated [mem 0x207fcd5000-0x207fcfffff]
[    1.114382] NODE_DATA(1) allocated [mem 0x407cebc000-0x407cee6fff]
[    1.120858] Zone ranges:
[    1.123228]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    1.129382]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    1.135533]   Normal   [mem 0x0000000100000000-0x000000407f1fffff]
[    1.141686]   Device   empty
[    1.144545] Movable zone start for each node
[    1.148793] Early memory node ranges
[    1.152346]   node   0: [mem 0x0000000000001000-0x000000000008efff]
[    1.158586]   node   0: [mem 0x0000000000090000-0x000000000009ffff]
[    1.164823]   node   0: [mem 0x0000000000100000-0x0000000015dfffff]
[    1.171064]   node   0: [mem 0x0000000056700000-0x00000000567fbfff]
[    1.177303]   node   0: [mem 0x00000000567fd000-0x000000005a14afff]
[    1.183542]   node   0: [mem 0x000000005a34b000-0x0000000067acefff]
[    1.189782]   node   0: [mem 0x000000006efff000-0x000000006effffff]
[    1.196021]   node   0: [mem 0x000000006f00b000-0x000000006fffffff]
[    1.202260]   node   0: [mem 0x0000000100000000-0x000000207fcfffff]
[    1.208509]   node   1: [mem 0x0000002080000000-0x000000407f1fffff]
[    1.214749] Initmem setup node 0 [mem 0x0000000000001000-0x000000207fcfffff]
[    1.221760] Initmem setup node 1 [mem 0x0000002080000000-0x000000407f1fffff]
[    1.228797] On node 0, zone DMA: 1 pages in unavailable ranges
[    1.234627] On node 0, zone DMA: 1 pages in unavailable ranges
[    1.240445] On node 0, zone DMA: 96 pages in unavailable ranges
[    1.246773] On node 0, zone DMA32: 35072 pages in unavailable ranges
[    1.252989] On node 0, zone DMA32: 1 pages in unavailable ranges
[    1.259085] On node 0, zone DMA32: 512 pages in unavailable ranges
[    1.265254] On node 0, zone DMA32: 30000 pages in unavailable ranges
[    1.271434] On node 0, zone DMA32: 11 pages in unavailable ranges
[    1.505044] On node 1, zone Normal: 768 pages in unavailable ranges
[    1.511149] On node 1, zone Normal: 3584 pages in unavailable ranges
[    1.517608] ACPI: PM-Timer IO Port: 0x408
[    1.521479] ACPI: X2APIC_NMI (uid[0xffffffff] high edge lint[0x1])
[    1.527605] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    1.533509] IOAPIC[0]: apic_id 240, version 33, address 0xfec00000, GSI 0-23
[    1.540517] IOAPIC[1]: apic_id 241, version 33, address 0xe0100000, GSI 120-151
[    1.547797] IOAPIC[2]: apic_id 242, version 33, address 0xc5100000, GSI 88-119
[    1.554989] IOAPIC[3]: apic_id 243, version 33, address 0xaa100000, GSI 56-87
[    1.562096] IOAPIC[4]: apic_id 244, version 33, address 0xfd100000, GSI 24-55
[    1.569201] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    1.575524] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    1.582033] ACPI: Using ACPI (MADT) for SMP configuration information
[    1.588436] ACPI: HPET id: 0x10228201 base: 0xfed00000
[    1.593552] ACPI: SPCR: console: uart,io,0x2f8,115200
[    1.598579] CPU topo: Max. logical packages:   1
[    1.603167] CPU topo: Max. logical dies:       1
[    1.607760] CPU topo: Max. dies per package:   1
[    1.612358] CPU topo: Max. threads per core:   2
[    1.616982] CPU topo: Num. cores per package:    64
[    1.621835] CPU topo: Num. threads per package: 128
[    1.626687] CPU topo: Allowing 128 present CPUs plus 0 hotplug CPUs
[    1.632952] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    1.640467] PM: hibernation: Registered nosave memory: [mem 0x0008f000-0x0008ffff]
[    1.648005] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    1.655545] PM: hibernation: Registered nosave memory: [mem 0x00b4b000-0x00b4bfff]
[    1.663083] PM: hibernation: Registered nosave memory: [mem 0x00b53000-0x00b53fff]
[    1.670622] PM: hibernation: Registered nosave memory: [mem 0x00b54000-0x00b54fff]
[    1.678163] PM: hibernation: Registered nosave memory: [mem 0x00b86000-0x00b86fff]
[    1.685701] PM: hibernation: Registered nosave memory: [mem 0x00b87000-0x00b87fff]
[    1.693241] PM: hibernation: Registered nosave memory: [mem 0x00bb9000-0x00bb9fff]
[    1.700779] PM: hibernation: Registered nosave memory: [mem 0x00bba000-0x00bbafff]
[    1.708320] PM: hibernation: Registered nosave memory: [mem 0x00bff000-0x00bfffff]
[    1.715858] PM: hibernation: Registered nosave memory: [mem 0x15e00000-0x566fffff]
[    1.723397] PM: hibernation: Registered nosave memory: [mem 0x56700000-0x567fbfff]
[    1.730937] PM: hibernation: Registered nosave memory: [mem 0x567fc000-0x567fcfff]
[    1.738475] PM: hibernation: Registered nosave memory: [mem 0x567fd000-0x567fffff]
[    1.746015] PM: hibernation: Registered nosave memory: [mem 0x5a14b000-0x5a34afff]
[    1.753555] PM: hibernation: Registered nosave memory: [mem 0x67acf000-0x6dfcefff]
[    1.761093] PM: hibernation: Registered nosave memory: [mem 0x6dfcf000-0x6edfefff]
[    1.768633] PM: hibernation: Registered nosave memory: [mem 0x6edff000-0x6effefff]
[    1.776174] PM: hibernation: Registered nosave memory: [mem 0x6f000000-0x6f00afff]
[    1.783712] PM: hibernation: Registered nosave memory: [mem 0x70000000-0x7fffffff]
[    1.791251] PM: hibernation: Registered nosave memory: [mem 0x80000000-0xffffffff]
[    1.798791] PM: hibernation: Registered nosave memory: [mem 0x207fd00000-0x207fffffff]
[    1.806677] [mem 0x56800000-0xffffffff] available for PCI devices
[    1.812742] Booting paravirtualized kernel on bare hardware
[    1.818288] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    1.828692] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:128 nr_cpu_ids:128 nr_node_ids:2
[    1.841194] percpu: Embedded 66 pages/cpu s233472 r8192 d28672 u524288
[    1.847659] Kernel command line: BOOT_IMAGE=(hd0,gpt6)/vmlinuz-6.11.0-rc4-d2bafcf224-d2bafcf224f root=/dev/mapper/rhel_hostname-root ro selinux=0 console=ttyS0,115200n8 earlyprintk=ttyS0,115200 net.ifnames=0 biosdevname=0 swiotlb=131072 kvm_amd.debug_swap=0 mem_encrypt=on
[    1.871770] Unknown kernel command line parameters "BOOT_IMAGE=(hd0,gpt6)/vmlinuz-6.11.0-rc4-d2bafcf224-d2bafcf224f biosdevname=0 mem_encrypt=on", will be passed to user space.
[    1.887329] printk: log_buf_len individual max cpu contribution: 4096 bytes
[    1.894244] printk: log_buf_len total cpu_extra contributions: 520192 bytes
[    1.901177] printk: log_buf_len min size: 262144 bytes
[    1.906768] printk: log_buf_len: 1048576 bytes
[    1.911030] printk: early log buf free: 236136(90%)
[    1.917302] Fallback order for Node 0: 0 1 
[    1.917306] Fallback order for Node 1: 1 0 
[    1.917315] Built 2 zonelists, mobility grouping on.  Total pages: 66743906
[    1.932408] Policy zone: Normal
[    1.935535] mem auto-init: stack:off, heap alloc:on, heap free:off
[    1.941716] software IO TLB: area num 128.
[    2.364731] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=128, Nodes=2
Poking KASLR using RDRAND RDTSC...
[    2.374376] ftrace: allocating 53030 entries in 208 pages
[    2.390725] ftrace: allocated 208 pages with 3 groups
[    2.396437] Dynamic Preempt: voluntary
[    2.400360] rcu: Preemptible hierarchical RCU implementation.
[    2.405926] rcu: 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=128.
[    2.412860] 	Trampoline variant of Tasks RCU enabled.
[    2.417885] 	Rude variant of Tasks RCU enabled.
[    2.422391] 	Tracing variant of Tasks RCU enabled.
[    2.427158] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    2.434696] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=128
[    2.441582] RCU Tasks: Setting shift to 7 and lim to 1 rcu_task_cb_adjust=1.
[    2.448564] RCU Tasks Rude: Setting shift to 7 and lim to 1 rcu_task_cb_adjust=1.
[    2.456018] RCU Tasks Trace: Setting shift to 7 and lim to 1 rcu_task_cb_adjust=1.
[    2.466176] NR_IRQS: 524544, nr_irqs: 3624, preallocated irqs: 16
[    2.472351] rcu: srcu_init: Setting srcu_struct sizes to big.
[    2.478057] Console: colour dummy device 80x25
[    2.482350] printk: legacy console [ttyS0] enabled
[    2.482350] printk: legacy console [ttyS0] enabled
[    2.491882] printk: legacy bootconsole [earlyser0] disabled
[    2.491882] printk: legacy bootconsole [earlyser0] disabled
[    2.503070] mempolicy: Enabling automatic NUMA balancing. Configure with numa_balancing= or the kernel.numa_balancing sysctl
[    2.514347] ACPI: Core revision 20240322
[    2.518499] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[    2.527637] APIC: Switch to symmetric I/O mode setup
[    2.533581] AMD-Vi: Using global IVHD EFR:0x841f77e022094ace, EFR2:0x0
[    2.542421] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    2.567637] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x398db3d9751, max_idle_ns: 881590501946 ns
[    2.578147] Calibrating delay loop (skipped), value calculated using timer frequency.. 3992.77 BogoMIPS (lpj=7985552)
[    2.582158] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[    2.586254] LVT offset 2 assigned for vector 0xf4
[    2.590179] Last level iTLB entries: 4KB 512, 2MB 512, 4MB 256
[    2.594146] Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
[    2.598147] process: using mwait in idle threads
[    2.602147] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    2.606147] Spectre V2 : Mitigation: Retpolines
[    2.610146] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    2.614146] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
[    2.618146] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    2.622147] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    2.626146] Spectre V2 : User space: Mitigation: STIBP always-on protection
[    2.630147] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[    2.634146] Speculative Return Stack Overflow: Mitigation: Safe RET
[    2.638149] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    2.642146] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    2.646146] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    2.650146] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
[    2.654146] x86/fpu: Supporting XSAVE feature 0x800: 'Control-flow User registers'
[    2.658146] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    2.662146] x86/fpu: xstate_offset[9]:  832, xstate_sizes[9]:    8
[    2.666146] x86/fpu: xstate_offset[11]:  840, xstate_sizes[11]:   16
[    2.670146] x86/fpu: Enabled xstate features 0xa07, context size is 856 bytes, using 'compacted' format.
[    2.705945] Freeing SMP alternatives memory: 44K
[    2.706267] Memory Encryption Features active: AMD SME
[    2.710147] pid_max: default: 131072 minimum: 1024
[    2.720513] LSM: initializing lsm=lockdown,capability,yama,apparmor,ima,evm
[    2.722176] Yama: becoming mindful.
[    2.726163] AppArmor: AppArmor initialized
[    2.737884] Dentry cache hash table entries: 16777216 (order: 15, 134217728 bytes, vmalloc hugepage)
[    2.742382] Inode-cache hash table entries: 8388608 (order: 14, 67108864 bytes, vmalloc hugepage)
[    2.746332] Mount-cache hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc)
[    2.750305] Mountpoint-cache hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc)
[    2.864595] smpboot: CPU0: AMD EPYC 7713 64-Core Processor (family: 0x19, model: 0x1, stepping: 0x1)
[    2.866506] Performance Events: Fam17h+ core perfctr, AMD PMU driver.
[    2.870148] ... version:                0
[    2.874147] ... bit width:              48
[    2.878147] ... generic registers:      6
[    2.882147] ... value mask:             0000ffffffffffff
[    2.886147] ... max period:             00007fffffffffff
[    2.890147] ... fixed-purpose events:   0
[    2.894147] ... event mask:             000000000000003f
[    2.898465] signal: max sigframe size: 3376
[    2.902184] rcu: Hierarchical SRCU implementation.
[    2.906147] rcu: 	Max phase no-delay instances is 1000.
[    2.910196] Timer migration: 3 hierarchy levels; 8 children per group; 2 crossnode level
[    2.920332] MCE: In-kernel MCE decoding enabled.
[    2.922200] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    2.927125] smp: Bringing up secondary CPUs ...
[    2.930281] smpboot: x86: Booting SMP configuration:
[    2.934150] .... 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
[    2.942149] .... node  #1, CPUs:    #32  #33  #34  #35  #36  #37  #38  #39  #40  #41  #42  #43  #44  #45  #46  #47  #48  #49  #50  #51  #52  #53  #54  #55  #56  #57  #58  #59  #60  #61  #62  #63
[    3.094148] .... node  #0, CPUs:    #64  #65  #66  #67  #68  #69  #70  #71  #72  #73  #74  #75  #76  #77  #78  #79  #80  #81  #82  #83  #84  #85  #86  #87  #88  #89  #90  #91  #92  #93  #94  #95
[    3.106148] .... node  #1, CPUs:    #96  #97  #98  #99 #100 #101 #102 #103 #104 #105 #106 #107 #108 #109 #110 #111 #112 #113 #114 #115 #116 #117 #118 #119 #120 #121 #122 #123 #124 #125 #126 #127
[    3.116148] Spectre V2 : Update user space SMT mitigation: STIBP always-on
[    3.264149] smp: Brought up 2 nodes, 128 CPUs
[    3.266152] smpboot: Total of 128 processors activated (511075.32 BogoMIPS)
[    3.282490] Memory: 262102920K/266975624K available (18432K kernel code, 3225K rwdata, 7356K rodata, 4656K init, 4228K bss, 4560316K reserved, 0K cma-reserved)
[    3.293504] devtmpfs: initialized
[    3.294225] x86/mm: Memory block size: 2048MB
[    3.309520] ACPI: PM: Registering ACPI NVS region [mem 0x0008f000-0x0008ffff] (4096 bytes)
[    3.310148] ACPI: PM: Registering ACPI NVS region [mem 0x6dfcf000-0x6edfefff] (14876672 bytes)
[    3.314437] ACPI: PM: Registering ACPI NVS region [mem 0x6f000000-0x6f00afff] (45056 bytes)
[    3.318238] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    3.322268] futex hash table entries: 32768 (order: 9, 2097152 bytes, vmalloc)
[    3.326374] pinctrl core: initialized pinctrl subsystem
[    3.330257] PM: RTC time: 12:10:47, date: 2024-09-03
[    3.334950] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    3.342219] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[    3.346416] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    3.350416] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    3.354156] audit: initializing netlink subsys (disabled)
[    3.358167] audit: type=2000 audit(1725365446.812:1): state=initialized audit_enabled=0 res=1
[    3.358324] thermal_sys: Registered thermal governor 'fair_share'
[    3.362148] thermal_sys: Registered thermal governor 'bang_bang'
[    3.366147] thermal_sys: Registered thermal governor 'step_wise'
[    3.370147] thermal_sys: Registered thermal governor 'user_space'
[    3.374155] EISA bus registered
[    3.382169] cpuidle: using governor ladder
[    3.386157] cpuidle: using governor menu
[    3.390183] Detected 1 PCC Subspaces
[    3.394148] Registering PCC driver as Mailbox controller
[    3.398355] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    3.402148] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    3.406322] PCI: ECAM [mem 0x80000000-0x8fffffff] (base 0x80000000) for domain 0000 [bus 00-ff]
[    3.410158] PCI: Using configuration type 1 for base access
[    3.414156] PCI: Dell System detected, enabling pci=bfsort.
[    3.418309] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    3.422363] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[    3.426150] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[    3.430147] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[    3.434146] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[    3.438422] ACPI: Added _OSI(Module Device)
[    3.442148] ACPI: Added _OSI(Processor Device)
[    3.446147] ACPI: Added _OSI(3.0 _SCP Extensions)
[    3.450147] ACPI: Added _OSI(Processor Aggregator Device)
[    3.494730] ACPI: 6 ACPI AML tables successfully acquired and loaded
[    3.513544] ACPI: Interpreter enabled
[    3.514161] ACPI: PM: (supports S0 S5)
[    3.518147] ACPI: Using IOAPIC for interrupt routing
[    3.526556] HEST: Table parsing has been initialized.
[    3.530550] GHES: APEI firmware first mode is enabled by APEI bit and WHEA _OSC.
[    3.534149] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    3.538147] PCI: Ignoring E820 reservations for host bridge windows
[    3.544327] ACPI: Enabled 1 GPEs in block 00 to 1F
[    3.584902] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[    3.586225] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
[    3.590224] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[    3.594223] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[    3.598223] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[    3.602224] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[    3.606224] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[    3.610224] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[    3.614639] ACPI: PCI Root Bridge [PC00] (domain 0000 [bus 00-3f])
[    3.618150] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    3.622312] acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug AER DPC]
[    3.626463] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
[    3.630147] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    3.635129] PCI host bridge to bus 0000:00
[    3.638151] pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
[    3.642147] pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
[    3.646148] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000fffff window]
[    3.650147] pci_bus 0000:00: root bus resource [io  0x0d00-0x3fff window]
[    3.654147] pci_bus 0000:00: root bus resource [mem 0xe1000000-0xfebfffff window]
[    3.658147] pci_bus 0000:00: root bus resource [mem 0x63dc0000000-0x7fcffffffff window]
[    3.662147] pci_bus 0000:00: root bus resource [bus 00-3f]
[    3.666162] pci 0000:00:00.0: [1022:1480] type 00 class 0x060000 conventional PCI endpoint
[    3.670314] pci 0000:00:00.2: [1022:164f] type 00 class 0x080600 conventional PCI endpoint
[    3.674269] pci 0000:00:01.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.678252] pci 0000:00:02.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.682250] pci 0000:00:03.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.686250] pci 0000:00:03.2: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    3.690164] pci 0000:00:03.2: PCI bridge to [bus 01]
[    3.694150] pci 0000:00:03.2:   bridge window [io  0x1000-0x1fff]
[    3.698148] pci 0000:00:03.2:   bridge window [mem 0xf7300000-0xf74fffff]
[    3.702217] pci 0000:00:03.2: PME# supported from D0 D3hot D3cold
[    3.707173] pci 0000:00:04.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.710256] pci 0000:00:05.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.714253] pci 0000:00:07.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.718250] pci 0000:00:07.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    3.722164] pci 0000:00:07.1: PCI bridge to [bus 02]
[    3.726151] pci 0000:00:07.1:   bridge window [mem 0xf7200000-0xf72fffff]
[    3.730158] pci 0000:00:07.1: enabling Extended Tags
[    3.734196] pci 0000:00:07.1: PME# supported from D0 D3hot D3cold
[    3.738319] pci 0000:00:08.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.742250] pci 0000:00:08.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    3.746166] pci 0000:00:08.1: PCI bridge to [bus 03]
[    3.750152] pci 0000:00:08.1:   bridge window [mem 0xf7000000-0xf71fffff]
[    3.754159] pci 0000:00:08.1: enabling Extended Tags
[    3.758198] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[    3.762353] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500 conventional PCI endpoint
[    3.766289] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100 conventional PCI endpoint
[    3.770339] pci 0000:00:18.0: [1022:1650] type 00 class 0x060000 conventional PCI endpoint
[    3.774259] pci 0000:00:18.1: [1022:1651] type 00 class 0x060000 conventional PCI endpoint
[    3.778223] pci 0000:00:18.2: [1022:1652] type 00 class 0x060000 conventional PCI endpoint
[    3.782225] pci 0000:00:18.3: [1022:1653] type 00 class 0x060000 conventional PCI endpoint
[    3.786223] pci 0000:00:18.4: [1022:1654] type 00 class 0x060000 conventional PCI endpoint
[    3.790222] pci 0000:00:18.5: [1022:1655] type 00 class 0x060000 conventional PCI endpoint
[    3.794225] pci 0000:00:18.6: [1022:1656] type 00 class 0x060000 conventional PCI endpoint
[    3.798224] pci 0000:00:18.7: [1022:1657] type 00 class 0x060000 conventional PCI endpoint
[    3.802290] pci 0000:01:00.0: [1000:0097] type 00 class 0x010700 PCIe Endpoint
[    3.806159] pci 0000:01:00.0: BAR 0 [io  0x1000-0x10ff]
[    3.810156] pci 0000:01:00.0: BAR 1 [mem 0xf7400000-0xf740ffff 64bit]
[    3.814156] pci 0000:01:00.0: BAR 3 [mem 0xf7300000-0xf73fffff 64bit]
[    3.818158] pci 0000:01:00.0: ROM [mem 0xfff00000-0xffffffff pref]
[    3.822152] pci 0000:01:00.0: enabling Extended Tags
[    3.826230] pci 0000:01:00.0: supports D1 D2
[    3.830177] pci 0000:01:00.0: VF BAR 0 [mem 0x00000000-0x0000ffff 64bit]
[    3.834147] pci 0000:01:00.0: VF BAR 0 [mem 0x00000000-0x000fffff 64bit]: contains BAR 0 for 16 VFs
[    3.838154] pci 0000:01:00.0: VF BAR 2 [mem 0x00000000-0x000fffff 64bit]
[    3.842147] pci 0000:01:00.0: VF BAR 2 [mem 0x00000000-0x00ffffff 64bit]: contains BAR 2 for 16 VFs
[    3.846334] pci 0000:00:03.2: PCI bridge to [bus 01]
[    3.850233] pci 0000:02:00.0: [1022:148a] type 00 class 0x130000 PCIe Endpoint
[    3.854188] pci 0000:02:00.0: enabling Extended Tags
[    3.858334] pci 0000:02:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    3.862166] pci 0000:02:00.2: BAR 2 [mem 0xf7200000-0xf727ffff]
[    3.866162] pci 0000:02:00.2: BAR 5 [mem 0xf7280000-0xf7281fff]
[    3.870156] pci 0000:02:00.2: enabling Extended Tags
[    3.874360] pci 0000:00:07.1: PCI bridge to [bus 02]
[    3.878277] pci 0000:03:00.0: [1022:1485] type 00 class 0x130000 PCIe Endpoint
[    3.882191] pci 0000:03:00.0: enabling Extended Tags
[    3.886385] pci 0000:03:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    3.890167] pci 0000:03:00.2: BAR 2 [mem 0xf7100000-0xf717ffff]
[    3.894162] pci 0000:03:00.2: BAR 5 [mem 0xf7180000-0xf7181fff]
[    3.898156] pci 0000:03:00.2: enabling Extended Tags
[    3.902356] pci 0000:03:00.3: [1022:148c] type 00 class 0x0c0330 PCIe Endpoint
[    3.906160] pci 0000:03:00.3: BAR 0 [mem 0xf7000000-0xf70fffff 64bit]
[    3.910177] pci 0000:03:00.3: enabling Extended Tags
[    3.914198] pci 0000:03:00.3: PME# supported from D0 D3hot D3cold
[    3.918338] pci 0000:00:08.1: PCI bridge to [bus 03]
[    3.926611] ACPI: PCI Root Bridge [PC01] (domain 0000 [bus 40-7f])
[    3.930150] acpi PNP0A08:01: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    3.934310] acpi PNP0A08:01: _OSC: platform does not support [SHPCHotplug AER DPC]
[    3.942220] acpi PNP0A08:01: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
[    3.946147] acpi PNP0A08:01: FADT indicates ASPM is unsupported, using BIOS configuration
[    3.951067] PCI host bridge to bus 0000:40
[    3.954150] pci_bus 0000:40: root bus resource [io  0x4000-0x6fff window]
[    3.958147] pci_bus 0000:40: root bus resource [mem 0x90000000-0xaaffffff window]
[    3.962147] pci_bus 0000:40: root bus resource [mem 0x47e80000000-0x63dbfffffff window]
[    3.966147] pci_bus 0000:40: root bus resource [bus 40-7f]
[    3.970156] pci 0000:40:00.0: [1022:1480] type 00 class 0x060000 conventional PCI endpoint
[    3.974261] pci 0000:40:00.2: [1022:164f] type 00 class 0x080600 conventional PCI endpoint
[    3.978263] pci 0000:40:01.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.982246] pci 0000:40:02.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.986254] pci 0000:40:03.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.990252] pci 0000:40:03.1: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    3.994166] pci 0000:40:03.1: PCI bridge to [bus 41]
[    3.998152] pci 0000:40:03.1:   bridge window [mem 0xa4c00000-0xa4ffffff]
[    4.002238] pci 0000:40:03.1: PME# supported from D0 D3hot D3cold
[    4.018451] pci 0000:40:03.2: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.022167] pci 0000:40:03.2: PCI bridge to [bus 42]
[    4.026152] pci 0000:40:03.2:   bridge window [mem 0xa4800000-0xa4bfffff]
[    4.030239] pci 0000:40:03.2: PME# supported from D0 D3hot D3cold
[    4.047986] pci 0000:40:03.3: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.050172] pci 0000:40:03.3: PCI bridge to [bus 43]
[    4.054154] pci 0000:40:03.3:   bridge window [mem 0xa4400000-0xa47fffff]
[    4.058369] pci 0000:40:03.3: PME# supported from D0 D3hot D3cold
[    4.077806] pci 0000:40:03.4: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.078167] pci 0000:40:03.4: PCI bridge to [bus 44]
[    4.082152] pci 0000:40:03.4:   bridge window [mem 0xa4000000-0xa43fffff]
[    4.086240] pci 0000:40:03.4: PME# supported from D0 D3hot D3cold
[    4.103791] pci 0000:40:04.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.106328] pci 0000:40:05.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.110247] pci 0000:40:07.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.114286] pci 0000:40:07.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    4.118164] pci 0000:40:07.1: PCI bridge to [bus 45]
[    4.122155] pci 0000:40:07.1:   bridge window [mem 0xa5300000-0xa53fffff]
[    4.126160] pci 0000:40:07.1: enabling Extended Tags
[    4.130223] pci 0000:40:07.1: PME# supported from D0 D3hot D3cold
[    4.134323] pci 0000:40:08.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.138246] pci 0000:40:08.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    4.142164] pci 0000:40:08.1: PCI bridge to [bus 46]
[    4.146151] pci 0000:40:08.1:   bridge window [mem 0xa5000000-0xa52fffff]
[    4.150158] pci 0000:40:08.1: enabling Extended Tags
[    4.154196] pci 0000:40:08.1: PME# supported from D0 D3hot D3cold
[    4.162254] pci 0000:40:03.1: PCI bridge to [bus 41]
[    4.166229] pci 0000:40:03.2: PCI bridge to [bus 42]
[    4.170229] pci 0000:40:03.3: PCI bridge to [bus 43]
[    4.174226] pci 0000:40:03.4: PCI bridge to [bus 44]
[    4.178229] pci 0000:45:00.0: [1022:148a] type 00 class 0x130000 PCIe Endpoint
[    4.182187] pci 0000:45:00.0: enabling Extended Tags
[    4.186332] pci 0000:45:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    4.190165] pci 0000:45:00.2: BAR 2 [mem 0xa5300000-0xa537ffff]
[    4.194161] pci 0000:45:00.2: BAR 5 [mem 0xa5380000-0xa5381fff]
[    4.198157] pci 0000:45:00.2: enabling Extended Tags
[    4.202357] pci 0000:40:07.1: PCI bridge to [bus 45]
[    4.206278] pci 0000:46:00.0: [1022:1485] type 00 class 0x130000 PCIe Endpoint
[    4.210190] pci 0000:46:00.0: enabling Extended Tags
[    4.214380] pci 0000:46:00.1: [1022:1486] type 00 class 0x108000 PCIe Endpoint
[    4.218167] pci 0000:46:00.1: BAR 2 [mem 0xa5100000-0xa51fffff]
[    4.222162] pci 0000:46:00.1: BAR 5 [mem 0xa5282000-0xa5283fff]
[    4.226158] pci 0000:46:00.1: enabling Extended Tags
[    4.230356] pci 0000:46:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    4.234167] pci 0000:46:00.2: BAR 2 [mem 0xa5200000-0xa527ffff]
[    4.238162] pci 0000:46:00.2: BAR 5 [mem 0xa5280000-0xa5281fff]
[    4.242156] pci 0000:46:00.2: enabling Extended Tags
[    4.246356] pci 0000:46:00.3: [1022:148c] type 00 class 0x0c0330 PCIe Endpoint
[    4.250159] pci 0000:46:00.3: BAR 0 [mem 0xa5000000-0xa50fffff 64bit]
[    4.254177] pci 0000:46:00.3: enabling Extended Tags
[    4.258197] pci 0000:46:00.3: PME# supported from D0 D3hot D3cold
[    4.266244] pci 0000:40:08.1: PCI bridge to [bus 46]
[    4.270818] ACPI: PCI Root Bridge [PC02] (domain 0000 [bus 80-bf])
[    4.274150] acpi PNP0A08:02: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    4.278311] acpi PNP0A08:02: _OSC: platform does not support [SHPCHotplug AER DPC]
[    4.282460] acpi PNP0A08:02: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
[    4.286148] acpi PNP0A08:02: FADT indicates ASPM is unsupported, using BIOS configuration
[    4.291046] PCI host bridge to bus 0000:80
[    4.294151] pci_bus 0000:80: root bus resource [io  0x7000-0x9fff window]
[    4.298147] pci_bus 0000:80: root bus resource [mem 0xab000000-0xc5ffffff window]
[    4.302147] pci_bus 0000:80: root bus resource [mem 0x2bf40000000-0x47e7fffffff window]
[    4.306147] pci_bus 0000:80: root bus resource [bus 80-bf]
[    4.310159] pci 0000:80:00.0: [1022:1480] type 00 class 0x060000 conventional PCI endpoint
[    4.314267] pci 0000:80:00.2: [1022:164f] type 00 class 0x080600 conventional PCI endpoint
[    4.318265] pci 0000:80:01.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.322248] pci 0000:80:01.1: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.326166] pci 0000:80:01.1: PCI bridge to [bus 81]
[    4.330152] pci 0000:80:01.1:   bridge window [mem 0xbf400000-0xbf7fffff]
[    4.334240] pci 0000:80:01.1: PME# supported from D0 D3hot D3cold
[    4.351821] pci 0000:80:01.2: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.354173] pci 0000:80:01.2: PCI bridge to [bus 82]
[    4.358153] pci 0000:80:01.2:   bridge window [mem 0xbf000000-0xbf3fffff]
[    4.362265] pci 0000:80:01.2: PME# supported from D0 D3hot D3cold
[    4.382316] pci 0000:80:02.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.386251] pci 0000:80:03.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.390250] pci 0000:80:04.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.394246] pci 0000:80:05.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.398242] pci 0000:80:07.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.402244] pci 0000:80:07.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    4.406165] pci 0000:80:07.1: PCI bridge to [bus 83]
[    4.410151] pci 0000:80:07.1:   bridge window [mem 0xbfa00000-0xbfafffff]
[    4.414158] pci 0000:80:07.1: enabling Extended Tags
[    4.418195] pci 0000:80:07.1: PME# supported from D0 D3hot D3cold
[    4.422314] pci 0000:80:08.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.426245] pci 0000:80:08.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    4.430165] pci 0000:80:08.1: PCI bridge to [bus 84]
[    4.434151] pci 0000:80:08.1:   bridge window [mem 0xbf900000-0xbf9fffff]
[    4.438158] pci 0000:80:08.1: enabling Extended Tags
[    4.442196] pci 0000:80:08.1: PME# supported from D0 D3hot D3cold
[    4.446328] pci 0000:80:08.2: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    4.450165] pci 0000:80:08.2: PCI bridge to [bus 85]
[    4.454151] pci 0000:80:08.2:   bridge window [mem 0xbf800000-0xbf8fffff]
[    4.458158] pci 0000:80:08.2: enabling Extended Tags
[    4.462196] pci 0000:80:08.2: PME# supported from D0 D3hot D3cold
[    4.466404] pci 0000:80:01.1: PCI bridge to [bus 81]
[    4.470232] pci 0000:80:01.2: PCI bridge to [bus 82]
[    4.474232] pci 0000:83:00.0: [1022:148a] type 00 class 0x130000 PCIe Endpoint
[    4.478187] pci 0000:83:00.0: enabling Extended Tags
[    4.486204] pci 0000:83:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    4.490170] pci 0000:83:00.2: BAR 2 [mem 0xbfa00000-0xbfa7ffff]
[    4.494163] pci 0000:83:00.2: BAR 5 [mem 0xbfa80000-0xbfa81fff]
[    4.498158] pci 0000:83:00.2: enabling Extended Tags
[    4.502367] pci 0000:80:07.1: PCI bridge to [bus 83]
[    4.506279] pci 0000:84:00.0: [1022:1485] type 00 class 0x130000 PCIe Endpoint
[    4.514192] pci 0000:84:00.0: enabling Extended Tags
[    4.518381] pci 0000:84:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    4.526168] pci 0000:84:00.2: BAR 2 [mem 0xbf900000-0xbf97ffff]
[    4.530162] pci 0000:84:00.2: BAR 5 [mem 0xbf980000-0xbf981fff]
[    4.538156] pci 0000:84:00.2: enabling Extended Tags
[    4.542362] pci 0000:80:08.1: PCI bridge to [bus 84]
[    4.546278] pci 0000:85:00.0: [1022:7901] type 00 class 0x010601 PCIe Endpoint
[    4.554182] pci 0000:85:00.0: BAR 5 [mem 0xbf800000-0xbf8007ff]
[    4.562157] pci 0000:85:00.0: enabling Extended Tags
[    4.566211] pci 0000:85:00.0: PME# supported from D3hot D3cold
[    4.570349] pci 0000:80:08.2: PCI bridge to [bus 85]
[    4.578869] ACPI: PCI Root Bridge [PC03] (domain 0000 [bus c0-ff])
[    4.582150] acpi PNP0A08:03: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    4.594312] acpi PNP0A08:03: _OSC: platform does not support [SHPCHotplug AER DPC]
[    4.602460] acpi PNP0A08:03: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
[    4.610147] acpi PNP0A08:03: FADT indicates ASPM is unsupported, using BIOS configuration
[    4.619163] PCI host bridge to bus 0000:c0
[    4.622150] pci_bus 0000:c0: root bus resource [io  0xa000-0xffff window]
[    4.630147] pci_bus 0000:c0: root bus resource [mem 0xc6000000-0xe0ffffff window]
[    4.638147] pci_bus 0000:c0: root bus resource [mem 0x10000000000-0x2bf3fffffff window]
[    4.646147] pci_bus 0000:c0: root bus resource [io  0x03b0-0x03df window]
[    4.650147] pci_bus 0000:c0: root bus resource [mem 0x000a0000-0x000bffff window]
[    4.658148] pci_bus 0000:c0: root bus resource [bus c0-ff]
[    4.666156] pci 0000:c0:00.0: [1022:1480] type 00 class 0x060000 conventional PCI endpoint
[    4.674257] pci 0000:c0:00.2: [1022:164f] type 00 class 0x080600 conventional PCI endpoint
[    4.682259] pci 0000:c0:01.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.690242] pci 0000:c0:02.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.698242] pci 0000:c0:03.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.706245] pci 0000:c0:03.1: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.714166] pci 0000:c0:03.1: PCI bridge to [bus c4]
[    4.718153] pci 0000:c0:03.1:   bridge window [mem 0xdb600000-0xdb9fffff]
[    4.726238] pci 0000:c0:03.1: PME# supported from D0 D3hot D3cold
[    4.743821] pci 0000:c0:03.2: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.754147] pci 0000:c0:03.2: PCI bridge to [bus c5]
[    4.758152] pci 0000:c0:03.2:   bridge window [mem 0xdb200000-0xdb5fffff]
[    4.762218] pci 0000:c0:03.2: PME# supported from D0 D3hot D3cold
[    4.781534] pci 0000:c0:03.3: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.782171] pci 0000:c0:03.3: PCI bridge to [bus c6]
[    4.786155] pci 0000:c0:03.3:   bridge window [mem 0xdae00000-0xdb1fffff]
[    4.790275] pci 0000:c0:03.3: PME# supported from D0 D3hot D3cold
[    4.808527] pci 0000:c0:03.4: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.810172] pci 0000:c0:03.4: PCI bridge to [bus c7]
[    4.814154] pci 0000:c0:03.4:   bridge window [mem 0xdaa00000-0xdadfffff]
[    4.818263] pci 0000:c0:03.4: PME# supported from D0 D3hot D3cold
[    4.839803] pci 0000:c0:04.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.842287] pci 0000:c0:05.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.846247] pci 0000:c0:05.1: [1022:149a] type 01 class 0x060400 PCIe Root Port
[    4.850169] pci 0000:c0:05.1: PCI bridge to [bus c1]
[    4.854159] pci 0000:c0:05.1:   bridge window [mem 0xc7000000-0xc70fffff 64bit pref]
[    4.858243] pci 0000:c0:05.1: PME# supported from D0 D3hot D3cold
[    4.862304] pci 0000:c0:05.2: [1022:149a] type 01 class 0x060400 PCIe Root Port
[    4.866164] pci 0000:c0:05.2: PCI bridge to [bus c2-c3]
[    4.870151] pci 0000:c0:05.2:   bridge window [mem 0xda000000-0xda8fffff]
[    4.874152] pci 0000:c0:05.2:   bridge window [mem 0xc6000000-0xc6ffffff 64bit pref]
[    4.878192] pci 0000:c0:05.2: PME# supported from D0 D3hot D3cold
[    4.882298] pci 0000:c0:07.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.886245] pci 0000:c0:07.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    4.890164] pci 0000:c0:07.1: PCI bridge to [bus c8]
[    4.894151] pci 0000:c0:07.1:   bridge window [mem 0xdbb00000-0xdbbfffff]
[    4.898158] pci 0000:c0:07.1: enabling Extended Tags
[    4.902195] pci 0000:c0:07.1: PME# supported from D0 D3hot D3cold
[    4.906315] pci 0000:c0:08.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.910245] pci 0000:c0:08.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    4.914164] pci 0000:c0:08.1: PCI bridge to [bus c9]
[    4.918151] pci 0000:c0:08.1:   bridge window [mem 0xdba00000-0xdbafffff]
[    4.922158] pci 0000:c0:08.1: enabling Extended Tags
[    4.926195] pci 0000:c0:08.1: PME# supported from D0 D3hot D3cold
[    4.930402] pci 0000:c0:03.1: PCI bridge to [bus c4]
[    4.934226] pci 0000:c0:03.2: PCI bridge to [bus c5]
[    4.938230] pci 0000:c0:03.3: PCI bridge to [bus c6]
[    4.942226] pci 0000:c0:03.4: PCI bridge to [bus c7]
[    4.946241] pci 0000:c1:00.0: [14e4:165f] type 00 class 0x020000 PCIe Endpoint
[    4.950167] pci 0000:c1:00.0: BAR 0 [mem 0xc7030000-0xc703ffff 64bit pref]
[    4.954160] pci 0000:c1:00.0: BAR 2 [mem 0xc7040000-0xc704ffff 64bit pref]
[    4.958160] pci 0000:c1:00.0: BAR 4 [mem 0xc7050000-0xc705ffff 64bit pref]
[    4.962155] pci 0000:c1:00.0: ROM [mem 0xfffc0000-0xffffffff pref]
[    4.966235] pci 0000:c1:00.0: PME# supported from D0 D3hot D3cold
[    4.970198] pci 0000:c1:00.0: 4.000 Gb/s available PCIe bandwidth, limited by 5.0 GT/s PCIe x1 link at 0000:c0:05.1 (capable of 8.000 Gb/s with 5.0 GT/s PCIe x2 link)
[    4.978625] pci 0000:c1:00.1: [14e4:165f] type 00 class 0x020000 PCIe Endpoint
[    4.982167] pci 0000:c1:00.1: BAR 0 [mem 0xc7000000-0xc700ffff 64bit pref]
[    4.986160] pci 0000:c1:00.1: BAR 2 [mem 0xc7010000-0xc701ffff 64bit pref]
[    4.990160] pci 0000:c1:00.1: BAR 4 [mem 0xc7020000-0xc702ffff 64bit pref]
[    4.994155] pci 0000:c1:00.1: ROM [mem 0xfffc0000-0xffffffff pref]
[    4.998236] pci 0000:c1:00.1: PME# supported from D0 D3hot D3cold
[    5.014169] pci 0000:c0:05.1: PCI bridge to [bus c1]
[    5.018223] pci 0000:c2:00.0: [1556:be00] type 01 class 0x060400 PCIe to PCI/PCI-X bridge
[    5.022176] pci 0000:c2:00.0: PCI bridge to [bus c3]
[    5.026154] pci 0000:c2:00.0:   bridge window [mem 0xda000000-0xda8fffff]
[    5.030156] pci 0000:c2:00.0:   bridge window [mem 0xc6000000-0xc6ffffff 64bit pref]
[    5.046158] pci 0000:c0:05.2: PCI bridge to [bus c2-c3]
[    5.050181] pci_bus 0000:c3: extended config space not accessible
[    5.054171] pci 0000:c3:00.0: [102b:0536] type 00 class 0x030000 conventional PCI endpoint
[    5.058163] pci 0000:c3:00.0: BAR 0 [mem 0xc6000000-0xc6ffffff pref]
[    5.062155] pci 0000:c3:00.0: BAR 1 [mem 0xda808000-0xda80bfff]
[    5.066155] pci 0000:c3:00.0: BAR 2 [mem 0xda000000-0xda7fffff]
[    5.070196] pci 0000:c3:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    5.074281] pci 0000:c2:00.0: PCI bridge to [bus c3]
[    5.078243] pci 0000:c8:00.0: [1022:148a] type 00 class 0x130000 PCIe Endpoint
[    5.082186] pci 0000:c8:00.0: enabling Extended Tags
[    5.086327] pci 0000:c8:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    5.090165] pci 0000:c8:00.2: BAR 2 [mem 0xdbb00000-0xdbb7ffff]
[    5.094161] pci 0000:c8:00.2: BAR 5 [mem 0xdbb80000-0xdbb81fff]
[    5.098155] pci 0000:c8:00.2: enabling Extended Tags
[    5.106286] pci 0000:c0:07.1: PCI bridge to [bus c8]
[    5.110279] pci 0000:c9:00.0: [1022:1485] type 00 class 0x130000 PCIe Endpoint
[    5.114190] pci 0000:c9:00.0: enabling Extended Tags
[    5.118376] pci 0000:c9:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    5.122167] pci 0000:c9:00.2: BAR 2 [mem 0xdba00000-0xdba7ffff]
[    5.126162] pci 0000:c9:00.2: BAR 5 [mem 0xdba80000-0xdba81fff]
[    5.130156] pci 0000:c9:00.2: enabling Extended Tags
[    5.134370] pci 0000:c0:08.1: PCI bridge to [bus c9]
[    5.145213] iommu: Default domain type: Translated
[    5.146148] iommu: DMA domain TLB invalidation policy: lazy mode
[    5.150416] SCSI subsystem initialized
[    5.154183] ACPI: bus type USB registered
[    5.158163] usbcore: registered new interface driver usbfs
[    5.162153] usbcore: registered new interface driver hub
[    5.166181] usbcore: registered new device driver usb
[    5.170178] pps_core: LinuxPPS API ver. 1 registered
[    5.174147] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    5.178149] PTP clock support registered
[    5.182231] EDAC MC: Ver: 3.0.0
[    5.185503] efivars: Registered efivars operations
[    5.186529] NetLabel: Initializing
[    5.190147] NetLabel:  domain hash size = 128
[    5.194147] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    5.198169] NetLabel:  unlabeled traffic allowed by default
[    5.202184] PCI: Using ACPI for IRQ routing
[    5.210733] pci 0000:c3:00.0: vgaarb: setting as boot VGA device
[    5.214145] pci 0000:c3:00.0: vgaarb: bridge control possible
[    5.214145] pci 0000:c3:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    5.214148] vgaarb: loaded
[    5.216863] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    5.218147] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    5.226396] clocksource: Switched to clocksource tsc-early
[    5.231938] VFS: Disk quotas dquot_6.6.0
[    5.235889] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    5.242976] AppArmor: AppArmor Filesystem Enabled
[    5.247699] pnp: PnP ACPI init
[    5.251000] system 00:00: [mem 0x80000000-0x8fffffff] has been reserved
[    5.257707] system 00:01: [mem 0xff000000-0xffffffff] has been reserved
[    5.265876] pnp: PnP ACPI: found 5 devices
[    5.276657] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    5.285628] NET: Registered PF_INET protocol family
[    5.290688] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc)
[    5.301682] tcp_listen_portaddr_hash hash table entries: 65536 (order: 8, 1048576 bytes, vmalloc)
[    5.310641] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, vmalloc)
[    5.318681] TCP established hash table entries: 524288 (order: 10, 4194304 bytes, vmalloc hugepage)
[    5.328205] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc)
[    5.335810] TCP: Hash tables configured (established 524288 bind 65536)
[    5.342767] UDP hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc)
[    5.350105] UDP-Lite hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc)
[    5.357937] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    5.363602] NET: Registered PF_XDP protocol family
[    5.368398] pci 0000:01:00.0: ROM [mem 0xfff00000-0xffffffff pref]: can't claim; no compatible bridge window
[    5.378216] pci 0000:c1:00.0: ROM [mem 0xfffc0000-0xffffffff pref]: can't claim; no compatible bridge window
[    5.388034] pci 0000:c1:00.1: ROM [mem 0xfffc0000-0xffffffff pref]: can't claim; no compatible bridge window
[    5.397906] pci_bus 0000:00: max bus depth: 1 pci_try_num: 2
[    5.403574] pci 0000:01:00.0: ROM [mem size 0x00100000 pref]: can't assign; no space
[    5.411310] pci 0000:01:00.0: ROM [mem size 0x00100000 pref]: failed to assign
[    5.418530] pci 0000:01:00.0: VF BAR 2 [mem size 0x01000000 64bit]: can't assign; no space
[    5.426788] pci 0000:01:00.0: VF BAR 2 [mem size 0x01000000 64bit]: failed to assign
[    5.434528] pci 0000:01:00.0: VF BAR 0 [mem size 0x00100000 64bit]: can't assign; no space
[    5.442784] pci 0000:01:00.0: VF BAR 0 [mem size 0x00100000 64bit]: failed to assign
[    5.450523] pci 0000:00:03.2: PCI bridge to [bus 01]
[    5.455489] pci 0000:00:03.2:   bridge window [io  0x1000-0x1fff]
[    5.461584] pci 0000:00:03.2:   bridge window [mem 0xf7300000-0xf74fffff]
[    5.468398] pci 0000:00:07.1: PCI bridge to [bus 02]
[    5.473395] pci 0000:00:07.1:   bridge window [mem 0xf7200000-0xf72fffff]
[    5.480183] pci 0000:00:08.1: PCI bridge to [bus 03]
[    5.485152] pci 0000:00:08.1:   bridge window [mem 0xf7000000-0xf71fffff]
[    5.491948] pci_bus 0000:00: No. 2 try to assign unassigned res
[    5.497869] pci 0000:00:03.2: resource 14 [mem 0xf7300000-0xf74fffff] released
[    5.505091] pci 0000:00:03.2: PCI bridge to [bus 01]
[    5.510060] pci 0000:00:03.2: bridge window [mem 0x00100000-0x002fffff] to [bus 01] add_size 1100000 add_align 100000
[    5.520660] pci 0000:00:03.2: bridge window [mem 0xe1000000-0xe22fffff]: assigned
[    5.528146] pci 0000:01:00.0: BAR 3 [mem 0xe1000000-0xe10fffff 64bit]: assigned
[    5.535456] pci 0000:01:00.0: VF BAR 2 [mem 0xe1100000-0xe20fffff 64bit]: assigned
[    5.543023] pci 0000:01:00.0: BAR 1 [mem 0xe2100000-0xe210ffff 64bit]: assigned
[    5.550334] pci 0000:01:00.0: VF BAR 0 [mem 0xe2110000-0xe220ffff 64bit]: assigned
[    5.557904] pci 0000:00:03.2: PCI bridge to [bus 01]
[    5.562868] pci 0000:00:03.2:   bridge window [io  0x1000-0x1fff]
[    5.568960] pci 0000:00:03.2:   bridge window [mem 0xe1000000-0xe22fffff]
[    5.575823] pci 0000:00:07.1: PCI bridge to [bus 02]
[    5.580790] pci 0000:00:07.1:   bridge window [mem 0xf7200000-0xf72fffff]
[    5.587576] pci 0000:00:08.1: PCI bridge to [bus 03]
[    5.592541] pci 0000:00:08.1:   bridge window [mem 0xf7000000-0xf71fffff]
[    5.599328] pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
[    5.605512] pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
[    5.611690] pci_bus 0000:00: resource 6 [mem 0x000c0000-0x000fffff window]
[    5.618564] pci_bus 0000:00: resource 7 [io  0x0d00-0x3fff window]
[    5.624741] pci_bus 0000:00: resource 8 [mem 0xe1000000-0xfebfffff window]
[    5.631613] pci_bus 0000:00: resource 9 [mem 0x63dc0000000-0x7fcffffffff window]
[    5.639006] pci_bus 0000:01: resource 0 [io  0x1000-0x1fff]
[    5.644577] pci_bus 0000:01: resource 1 [mem 0xe1000000-0xe22fffff]
[    5.650842] pci_bus 0000:02: resource 1 [mem 0xf7200000-0xf72fffff]
[    5.657107] pci_bus 0000:03: resource 1 [mem 0xf7000000-0xf71fffff]
[    5.663462] pci 0000:40:03.1: bridge window [io  0x1000-0x0fff] to [bus 41] add_size 1000
[    5.671635] pci 0000:40:03.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 41] add_size 200000 add_align 100000
[    5.683105] pci 0000:40:03.2: bridge window [io  0x1000-0x0fff] to [bus 42] add_size 1000
[    5.691314] pci 0000:40:03.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 42] add_size 200000 add_align 100000
[    5.702776] pci 0000:40:03.3: bridge window [io  0x1000-0x0fff] to [bus 43] add_size 1000
[    5.710950] pci 0000:40:03.3: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 43] add_size 200000 add_align 100000
[    5.722412] pci 0000:40:03.4: bridge window [io  0x1000-0x0fff] to [bus 44] add_size 1000
[    5.730586] pci 0000:40:03.4: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 44] add_size 200000 add_align 100000
[    5.742054] pci 0000:40:03.1: bridge window [mem 0x47e80000000-0x47e801fffff 64bit pref]: assigned
[    5.751012] pci 0000:40:03.2: bridge window [mem 0x47e80200000-0x47e803fffff 64bit pref]: assigned
[    5.759963] pci 0000:40:03.3: bridge window [mem 0x47e80400000-0x47e805fffff 64bit pref]: assigned
[    5.768913] pci 0000:40:03.4: bridge window [mem 0x47e80600000-0x47e807fffff 64bit pref]: assigned
[    5.777866] pci 0000:40:03.1: bridge window [io  0x4000-0x4fff]: assigned
[    5.784652] pci 0000:40:03.2: bridge window [io  0x5000-0x5fff]: assigned
[    5.791436] pci 0000:40:03.3: bridge window [io  0x6000-0x6fff]: assigned
[    5.798224] pci 0000:40:03.4: bridge window [io  size 0x1000]: can't assign; no space
[    5.806048] pci 0000:40:03.4: bridge window [io  size 0x1000]: failed to assign
[    5.813353] pci 0000:40:03.4: bridge window [io  0x4000-0x4fff]: assigned
[    5.820138] pci 0000:40:03.3: bridge window [io  0x5000-0x5fff]: assigned
[    5.826922] pci 0000:40:03.2: bridge window [io  0x6000-0x6fff]: assigned
[    5.833707] pci 0000:40:03.1: bridge window [io  size 0x1000]: can't assign; no space
[    5.841534] pci 0000:40:03.1: bridge window [io  size 0x1000]: failed to assign
[    5.848841] pci 0000:40:03.1: PCI bridge to [bus 41]
[    5.853808] pci 0000:40:03.1:   bridge window [mem 0xa4c00000-0xa4ffffff]
[    5.860590] pci 0000:40:03.1:   bridge window [mem 0x47e80000000-0x47e801fffff 64bit pref]
[    5.868853] pci 0000:40:03.2: PCI bridge to [bus 42]
[    5.873821] pci 0000:40:03.2:   bridge window [io  0x6000-0x6fff]
[    5.879917] pci 0000:40:03.2:   bridge window [mem 0xa4800000-0xa4bfffff]
[    5.886700] pci 0000:40:03.2:   bridge window [mem 0x47e80200000-0x47e803fffff 64bit pref]
[    5.894962] pci 0000:40:03.3: PCI bridge to [bus 43]
[    5.899925] pci 0000:40:03.3:   bridge window [io  0x5000-0x5fff]
[    5.906018] pci 0000:40:03.3:   bridge window [mem 0xa4400000-0xa47fffff]
[    5.912804] pci 0000:40:03.3:   bridge window [mem 0x47e80400000-0x47e805fffff 64bit pref]
[    5.921063] pci 0000:40:03.4: PCI bridge to [bus 44]
[    5.926025] pci 0000:40:03.4:   bridge window [io  0x4000-0x4fff]
[    5.932120] pci 0000:40:03.4:   bridge window [mem 0xa4000000-0xa43fffff]
[    5.938904] pci 0000:40:03.4:   bridge window [mem 0x47e80600000-0x47e807fffff 64bit pref]
[    5.947163] pci 0000:40:07.1: PCI bridge to [bus 45]
[    5.952128] pci 0000:40:07.1:   bridge window [mem 0xa5300000-0xa53fffff]
[    5.958915] pci 0000:40:08.1: PCI bridge to [bus 46]
[    5.963878] pci 0000:40:08.1:   bridge window [mem 0xa5000000-0xa52fffff]
[    5.970666] pci_bus 0000:40: resource 4 [io  0x4000-0x6fff window]
[    5.976842] pci_bus 0000:40: resource 5 [mem 0x90000000-0xaaffffff window]
[    5.983713] pci_bus 0000:40: resource 6 [mem 0x47e80000000-0x63dbfffffff window]
[    5.991106] pci_bus 0000:41: resource 1 [mem 0xa4c00000-0xa4ffffff]
[    5.997370] pci_bus 0000:41: resource 2 [mem 0x47e80000000-0x47e801fffff 64bit pref]
[    6.005131] pci_bus 0000:42: resource 0 [io  0x6000-0x6fff]
[    6.010712] pci_bus 0000:42: resource 1 [mem 0xa4800000-0xa4bfffff]
[    6.016972] pci_bus 0000:42: resource 2 [mem 0x47e80200000-0x47e803fffff 64bit pref]
[    6.024712] pci_bus 0000:43: resource 0 [io  0x5000-0x5fff]
[    6.030286] pci_bus 0000:43: resource 1 [mem 0xa4400000-0xa47fffff]
[    6.036551] pci_bus 0000:43: resource 2 [mem 0x47e80400000-0x47e805fffff 64bit pref]
[    6.044288] pci_bus 0000:44: resource 0 [io  0x4000-0x4fff]
[    6.049859] pci_bus 0000:44: resource 1 [mem 0xa4000000-0xa43fffff]
[    6.056124] pci_bus 0000:44: resource 2 [mem 0x47e80600000-0x47e807fffff 64bit pref]
[    6.063864] pci_bus 0000:45: resource 1 [mem 0xa5300000-0xa53fffff]
[    6.070130] pci_bus 0000:46: resource 1 [mem 0xa5000000-0xa52fffff]
[    6.076456] pci 0000:80:01.1: bridge window [io  0x1000-0x0fff] to [bus 81] add_size 1000
[    6.084628] pci 0000:80:01.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 81] add_size 200000 add_align 100000
[    6.096092] pci 0000:80:01.2: bridge window [io  0x1000-0x0fff] to [bus 82] add_size 1000
[    6.104266] pci 0000:80:01.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 82] add_size 200000 add_align 100000
[    6.115734] pci 0000:80:01.1: bridge window [mem 0x2bf40000000-0x2bf401fffff 64bit pref]: assigned
[    6.124689] pci 0000:80:01.2: bridge window [mem 0x2bf40200000-0x2bf403fffff 64bit pref]: assigned
[    6.133641] pci 0000:80:01.1: bridge window [io  0x7000-0x7fff]: assigned
[    6.140426] pci 0000:80:01.2: bridge window [io  0x8000-0x8fff]: assigned
[    6.147212] pci 0000:80:01.1: PCI bridge to [bus 81]
[    6.152179] pci 0000:80:01.1:   bridge window [io  0x7000-0x7fff]
[    6.158270] pci 0000:80:01.1:   bridge window [mem 0xbf400000-0xbf7fffff]
[    6.165056] pci 0000:80:01.1:   bridge window [mem 0x2bf40000000-0x2bf401fffff 64bit pref]
[    6.173317] pci 0000:80:01.2: PCI bridge to [bus 82]
[    6.178278] pci 0000:80:01.2:   bridge window [io  0x8000-0x8fff]
[    6.184373] pci 0000:80:01.2:   bridge window [mem 0xbf000000-0xbf3fffff]
[    6.191158] pci 0000:80:01.2:   bridge window [mem 0x2bf40200000-0x2bf403fffff 64bit pref]
[    6.199417] pci 0000:80:07.1: PCI bridge to [bus 83]
[    6.204380] pci 0000:80:07.1:   bridge window [mem 0xbfa00000-0xbfafffff]
[    6.211169] pci 0000:80:08.1: PCI bridge to [bus 84]
[    6.216132] pci 0000:80:08.1:   bridge window [mem 0xbf900000-0xbf9fffff]
[    6.222922] pci 0000:80:08.2: PCI bridge to [bus 85]
[    6.227895] pci 0000:80:08.2:   bridge window [mem 0xbf800000-0xbf8fffff]
[    6.234687] pci_bus 0000:80: resource 4 [io  0x7000-0x9fff window]
[    6.240865] pci_bus 0000:80: resource 5 [mem 0xab000000-0xc5ffffff window]
[    6.247736] pci_bus 0000:80: resource 6 [mem 0x2bf40000000-0x47e7fffffff window]
[    6.255128] pci_bus 0000:81: resource 0 [io  0x7000-0x7fff]
[    6.260700] pci_bus 0000:81: resource 1 [mem 0xbf400000-0xbf7fffff]
[    6.266966] pci_bus 0000:81: resource 2 [mem 0x2bf40000000-0x2bf401fffff 64bit pref]
[    6.274703] pci_bus 0000:82: resource 0 [io  0x8000-0x8fff]
[    6.280275] pci_bus 0000:82: resource 1 [mem 0xbf000000-0xbf3fffff]
[    6.286541] pci_bus 0000:82: resource 2 [mem 0x2bf40200000-0x2bf403fffff 64bit pref]
[    6.294279] pci_bus 0000:83: resource 1 [mem 0xbfa00000-0xbfafffff]
[    6.300544] pci_bus 0000:84: resource 1 [mem 0xbf900000-0xbf9fffff]
[    6.306810] pci_bus 0000:85: resource 1 [mem 0xbf800000-0xbf8fffff]
[    6.313126] pci 0000:c0:03.1: bridge window [io  0x1000-0x0fff] to [bus c4] add_size 1000
[    6.321307] pci 0000:c0:03.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus c4] add_size 200000 add_align 100000
[    6.332777] pci 0000:c0:03.2: bridge window [io  0x1000-0x0fff] to [bus c5] add_size 1000
[    6.340946] pci 0000:c0:03.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus c5] add_size 200000 add_align 100000
[    6.352411] pci 0000:c0:03.3: bridge window [io  0x1000-0x0fff] to [bus c6] add_size 1000
[    6.360581] pci 0000:c0:03.3: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus c6] add_size 200000 add_align 100000
[    6.372046] pci 0000:c0:03.4: bridge window [io  0x1000-0x0fff] to [bus c7] add_size 1000
[    6.380218] pci 0000:c0:03.4: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus c7] add_size 200000 add_align 100000
[    6.391693] pci 0000:c0:03.1: bridge window [mem 0x10000000000-0x100001fffff 64bit pref]: assigned
[    6.400645] pci 0000:c0:03.2: bridge window [mem 0x10000200000-0x100003fffff 64bit pref]: assigned
[    6.409595] pci 0000:c0:03.3: bridge window [mem 0x10000400000-0x100005fffff 64bit pref]: assigned
[    6.418550] pci 0000:c0:03.4: bridge window [mem 0x10000600000-0x100007fffff 64bit pref]: assigned
[    6.427501] pci 0000:c0:05.1: bridge window [mem 0xc7100000-0xc71fffff]: assigned
[    6.434978] pci 0000:c0:03.1: bridge window [io  0xa000-0xafff]: assigned
[    6.441769] pci 0000:c0:03.2: bridge window [io  0xb000-0xbfff]: assigned
[    6.448557] pci 0000:c0:03.3: bridge window [io  0xc000-0xcfff]: assigned
[    6.455343] pci 0000:c0:03.4: bridge window [io  0xd000-0xdfff]: assigned
[    6.462129] pci 0000:c0:03.1: PCI bridge to [bus c4]
[    6.467096] pci 0000:c0:03.1:   bridge window [io  0xa000-0xafff]
[    6.473188] pci 0000:c0:03.1:   bridge window [mem 0xdb600000-0xdb9fffff]
[    6.479973] pci 0000:c0:03.1:   bridge window [mem 0x10000000000-0x100001fffff 64bit pref]
[    6.488231] pci 0000:c0:03.2: PCI bridge to [bus c5]
[    6.493194] pci 0000:c0:03.2:   bridge window [io  0xb000-0xbfff]
[    6.499288] pci 0000:c0:03.2:   bridge window [mem 0xdb200000-0xdb5fffff]
[    6.506073] pci 0000:c0:03.2:   bridge window [mem 0x10000200000-0x100003fffff 64bit pref]
[    6.514338] pci 0000:c0:03.3: PCI bridge to [bus c6]
[    6.519308] pci 0000:c0:03.3:   bridge window [io  0xc000-0xcfff]
[    6.525450] pci 0000:c0:03.3:   bridge window [mem 0xdae00000-0xdb1fffff]
[    6.532236] pci 0000:c0:03.3:   bridge window [mem 0x10000400000-0x100005fffff 64bit pref]
[    6.540496] pci 0000:c0:03.4: PCI bridge to [bus c7]
[    6.545460] pci 0000:c0:03.4:   bridge window [io  0xd000-0xdfff]
[    6.551551] pci 0000:c0:03.4:   bridge window [mem 0xdaa00000-0xdadfffff]
[    6.558338] pci 0000:c0:03.4:   bridge window [mem 0x10000600000-0x100007fffff 64bit pref]
[    6.566644] pci 0000:c1:00.0: ROM [mem 0xc7100000-0xc713ffff pref]: assigned
[    6.573691] pci 0000:c1:00.1: ROM [mem 0xc7140000-0xc717ffff pref]: assigned
[    6.580737] pci 0000:c0:05.1: PCI bridge to [bus c1]
[    6.585706] pci 0000:c0:05.1:   bridge window [mem 0xc7100000-0xc71fffff]
[    6.592489] pci 0000:c0:05.1:   bridge window [mem 0xc7000000-0xc70fffff 64bit pref]
[    6.600231] pci 0000:c2:00.0: PCI bridge to [bus c3]
[    6.605205] pci 0000:c2:00.0:   bridge window [mem 0xda000000-0xda8fffff]
[    6.611999] pci 0000:c2:00.0:   bridge window [mem 0xc6000000-0xc6ffffff 64bit pref]
[    6.619747] pci 0000:c0:05.2: PCI bridge to [bus c2-c3]
[    6.624976] pci 0000:c0:05.2:   bridge window [mem 0xda000000-0xda8fffff]
[    6.631833] pci 0000:c0:05.2:   bridge window [mem 0xc6000000-0xc6ffffff 64bit pref]
[    6.639571] pci 0000:c0:07.1: PCI bridge to [bus c8]
[    6.644536] pci 0000:c0:07.1:   bridge window [mem 0xdbb00000-0xdbbfffff]
[    6.651325] pci 0000:c0:08.1: PCI bridge to [bus c9]
[    6.656297] pci 0000:c0:08.1:   bridge window [mem 0xdba00000-0xdbafffff]
[    6.663085] pci_bus 0000:c0: resource 4 [io  0xa000-0xffff window]
[    6.669267] pci_bus 0000:c0: resource 5 [mem 0xc6000000-0xe0ffffff window]
[    6.676140] pci_bus 0000:c0: resource 6 [mem 0x10000000000-0x2bf3fffffff window]
[    6.683531] pci_bus 0000:c0: resource 7 [io  0x03b0-0x03df window]
[    6.689710] pci_bus 0000:c0: resource 8 [mem 0x000a0000-0x000bffff window]
[    6.696583] pci_bus 0000:c4: resource 0 [io  0xa000-0xafff]
[    6.702153] pci_bus 0000:c4: resource 1 [mem 0xdb600000-0xdb9fffff]
[    6.708418] pci_bus 0000:c4: resource 2 [mem 0x10000000000-0x100001fffff 64bit pref]
[    6.716158] pci_bus 0000:c5: resource 0 [io  0xb000-0xbfff]
[    6.721730] pci_bus 0000:c5: resource 1 [mem 0xdb200000-0xdb5fffff]
[    6.727996] pci_bus 0000:c5: resource 2 [mem 0x10000200000-0x100003fffff 64bit pref]
[    6.735735] pci_bus 0000:c6: resource 0 [io  0xc000-0xcfff]
[    6.741324] pci_bus 0000:c6: resource 1 [mem 0xdae00000-0xdb1fffff]
[    6.747588] pci_bus 0000:c6: resource 2 [mem 0x10000400000-0x100005fffff 64bit pref]
[    6.755330] pci_bus 0000:c7: resource 0 [io  0xd000-0xdfff]
[    6.760899] pci_bus 0000:c7: resource 1 [mem 0xdaa00000-0xdadfffff]
[    6.767163] pci_bus 0000:c7: resource 2 [mem 0x10000600000-0x100007fffff 64bit pref]
[    6.774903] pci_bus 0000:c1: resource 1 [mem 0xc7100000-0xc71fffff]
[    6.781169] pci_bus 0000:c1: resource 2 [mem 0xc7000000-0xc70fffff 64bit pref]
[    6.788386] pci_bus 0000:c2: resource 1 [mem 0xda000000-0xda8fffff]
[    6.794652] pci_bus 0000:c2: resource 2 [mem 0xc6000000-0xc6ffffff 64bit pref]
[    6.801872] pci_bus 0000:c3: resource 1 [mem 0xda000000-0xda8fffff]
[    6.808136] pci_bus 0000:c3: resource 2 [mem 0xc6000000-0xc6ffffff 64bit pref]
[    6.815357] pci_bus 0000:c8: resource 1 [mem 0xdbb00000-0xdbbfffff]
[    6.821620] pci_bus 0000:c9: resource 1 [mem 0xdba00000-0xdbafffff]
[    6.828565] PCI: CLS 64 bytes, default 64
[    6.832590] AMD-Vi: IOMMU SNP support enabled.
[    6.832649] Trying to unpack rootfs image as initramfs...
[    6.842571] pci 0000:c0:00.2: AMD-Vi: IOMMU performance counters supported
[    6.849558] pci 0000:c0:01.0: Adding to iommu group 0
[    6.854668] pci 0000:c0:02.0: Adding to iommu group 1
[    6.859865] pci 0000:c0:03.0: Adding to iommu group 2
[    6.864962] pci 0000:c0:03.1: Adding to iommu group 2
[    6.870057] pci 0000:c0:03.2: Adding to iommu group 2
[    6.875152] pci 0000:c0:03.3: Adding to iommu group 2
[    6.880252] pci 0000:c0:03.4: Adding to iommu group 2
[    6.885359] pci 0000:c0:04.0: Adding to iommu group 3
[    6.890507] pci 0000:c0:05.0: Adding to iommu group 4
[    6.895603] pci 0000:c0:05.1: Adding to iommu group 4
[    6.900701] pci 0000:c0:05.2: Adding to iommu group 4
[    6.905804] pci 0000:c0:07.0: Adding to iommu group 5
[    6.910885] pci 0000:c0:07.1: Adding to iommu group 6
[    6.915993] pci 0000:c0:08.0: Adding to iommu group 7
[    6.921075] pci 0000:c0:08.1: Adding to iommu group 8
[    6.926142] pci 0000:c1:00.0: Adding to iommu group 4
[    6.931196] pci 0000:c1:00.1: Adding to iommu group 4
[    6.936265] pci 0000:c2:00.0: Adding to iommu group 4
[    6.941334] pci 0000:c3:00.0: Adding to iommu group 4
[    6.946416] pci 0000:c8:00.0: Adding to iommu group 9
[    6.951502] pci 0000:c8:00.2: Adding to iommu group 10
[    6.956675] pci 0000:c9:00.0: Adding to iommu group 11
[    6.961850] pci 0000:c9:00.2: Adding to iommu group 12
[    6.973327] pci 0000:80:00.2: AMD-Vi: IOMMU performance counters supported
[    6.980357] pci 0000:80:01.0: Adding to iommu group 13
[    6.985542] pci 0000:80:01.1: Adding to iommu group 13
[    6.990723] pci 0000:80:01.2: Adding to iommu group 13
[    6.995919] pci 0000:80:02.0: Adding to iommu group 14
[    7.001107] pci 0000:80:03.0: Adding to iommu group 15
[    7.006300] pci 0000:80:04.0: Adding to iommu group 16
[    7.011493] pci 0000:80:05.0: Adding to iommu group 17
[    7.016683] pci 0000:80:07.0: Adding to iommu group 18
[    7.021855] pci 0000:80:07.1: Adding to iommu group 19
[    7.027051] pci 0000:80:08.0: Adding to iommu group 20
[    7.032229] pci 0000:80:08.1: Adding to iommu group 21
[    7.037396] pci 0000:80:08.2: Adding to iommu group 22
[    7.042624] pci 0000:83:00.0: Adding to iommu group 23
[    7.047799] pci 0000:83:00.2: Adding to iommu group 24
[    7.052975] pci 0000:84:00.0: Adding to iommu group 25
[    7.058142] pci 0000:84:00.2: Adding to iommu group 26
[    7.063316] pci 0000:85:00.0: Adding to iommu group 27
[    7.075546] pci 0000:40:00.2: AMD-Vi: IOMMU performance counters supported
[    7.082527] pci 0000:40:01.0: Adding to iommu group 28
[    7.087717] pci 0000:40:02.0: Adding to iommu group 29
[    7.092999] pci 0000:40:03.0: Adding to iommu group 30
[    7.098175] pci 0000:40:03.1: Adding to iommu group 30
[    7.103347] pci 0000:40:03.2: Adding to iommu group 30
[    7.108523] pci 0000:40:03.3: Adding to iommu group 30
[    7.113697] pci 0000:40:03.4: Adding to iommu group 30
[    7.118888] pci 0000:40:04.0: Adding to iommu group 31
[    7.124075] pci 0000:40:05.0: Adding to iommu group 32
[    7.129269] pci 0000:40:07.0: Adding to iommu group 33
[    7.134438] pci 0000:40:07.1: Adding to iommu group 34
[    7.139633] pci 0000:40:08.0: Adding to iommu group 35
[    7.144805] pci 0000:40:08.1: Adding to iommu group 36
[    7.150015] pci 0000:45:00.0: Adding to iommu group 37
[    7.155184] pci 0000:45:00.2: Adding to iommu group 38
[    7.160358] pci 0000:46:00.0: Adding to iommu group 39
[    7.165532] pci 0000:46:00.1: Adding to iommu group 40
[    7.170703] pci 0000:46:00.2: Adding to iommu group 41
[    7.175881] pci 0000:46:00.3: Adding to iommu group 42
[    7.188140] pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
[    7.195110] pci 0000:00:01.0: Adding to iommu group 43
[    7.200302] pci 0000:00:02.0: Adding to iommu group 44
[    7.205495] pci 0000:00:03.0: Adding to iommu group 45
[    7.210664] pci 0000:00:03.2: Adding to iommu group 46
[    7.215859] pci 0000:00:04.0: Adding to iommu group 47
[    7.221047] pci 0000:00:05.0: Adding to iommu group 48
[    7.226241] pci 0000:00:07.0: Adding to iommu group 49
[    7.231408] pci 0000:00:07.1: Adding to iommu group 50
[    7.236604] pci 0000:00:08.0: Adding to iommu group 51
[    7.241774] pci 0000:00:08.1: Adding to iommu group 52
[    7.246993] pci 0000:00:14.0: Adding to iommu group 53
[    7.248128] Freeing initrd memory: 35936K
[    7.252210] pci 0000:00:14.3: Adding to iommu group 53
[    7.261537] pci 0000:00:18.0: Adding to iommu group 54
[    7.266712] pci 0000:00:18.1: Adding to iommu group 54
[    7.271885] pci 0000:00:18.2: Adding to iommu group 54
[    7.277063] pci 0000:00:18.3: Adding to iommu group 54
[    7.282232] pci 0000:00:18.4: Adding to iommu group 54
[    7.287407] pci 0000:00:18.5: Adding to iommu group 54
[    7.292581] pci 0000:00:18.6: Adding to iommu group 54
[    7.297751] pci 0000:00:18.7: Adding to iommu group 54
[    7.302917] pci 0000:01:00.0: Adding to iommu group 55
[    7.308091] pci 0000:02:00.0: Adding to iommu group 56
[    7.313267] pci 0000:02:00.2: Adding to iommu group 57
[    7.318441] pci 0000:03:00.0: Adding to iommu group 58
[    7.323612] pci 0000:03:00.2: Adding to iommu group 59
[    7.328788] pci 0000:03:00.3: Adding to iommu group 60
[    7.342544] AMD-Vi: Extended features (0x841f77e022094ace, 0x0): PPR X2APIC NX IA GA PC SNP
[    7.350897] AMD-Vi: Interrupt remapping enabled
[    7.355489] AMD-Vi: X2APIC enabled
[    7.359713] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    7.366160] software IO TLB: mapped [mem 0x000000000459f000-0x000000001459f000] (256MB)
[    7.374279] LVT offset 0 assigned for vector 0x400
[    7.380659] perf: AMD IBS detected (0x000003ff)
[    7.386461] amd_uncore: 4 amd_df counters detected
[    7.391283] amd_uncore: 6 amd_l3 counters detected
[    7.397496] perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
[    7.404653] perf/amd_iommu: Detected AMD IOMMU #1 (2 banks, 4 counters/bank).
[    7.411807] perf/amd_iommu: Detected AMD IOMMU #2 (2 banks, 4 counters/bank).
[    7.418956] perf/amd_iommu: Detected AMD IOMMU #3 (2 banks, 4 counters/bank).
[    7.480924] Initialise system trusted keyrings
[    7.485383] Key type blacklist registered
[    7.489511] workingset: timestamp_bits=36 max_order=26 bucket_order=0
[    7.495963] zbud: loaded
[    7.498987] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    7.504972] fuse: init (API version 7.40)
[    7.509231] integrity: Platform Keyring initialized
[    7.526252] Key type asymmetric registered
[    7.530356] Asymmetric key parser 'x509' registered
[    7.535270] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[    7.542758] io scheduler mq-deadline registered
[    7.548797] pcieport 0000:00:03.2: PME: Signaling with IRQ 38
[    7.554900] pcieport 0000:00:07.1: PME: Signaling with IRQ 40
[    7.560833] pcieport 0000:00:08.1: PME: Signaling with IRQ 41
[    7.566801] pcieport 0000:40:03.1: PME: Signaling with IRQ 42
[    7.572595] pcieport 0000:40:03.1: pciehp: Slot #167 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.586550] pcieport 0000:40:03.2: PME: Signaling with IRQ 43
[    7.592365] pcieport 0000:40:03.2: pciehp: Slot #166 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.606423] pcieport 0000:40:03.3: PME: Signaling with IRQ 44
[    7.612218] pcieport 0000:40:03.3: pciehp: Slot #169 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.626171] pcieport 0000:40:03.4: PME: Signaling with IRQ 45
[    7.631974] pcieport 0000:40:03.4: pciehp: Slot #168 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.645980] pcieport 0000:40:07.1: PME: Signaling with IRQ 47
[    7.651920] pcieport 0000:40:08.1: PME: Signaling with IRQ 48
[    7.658010] pcieport 0000:80:01.1: PME: Signaling with IRQ 49
[    7.663806] pcieport 0000:80:01.1: pciehp: Slot #160 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.677743] pcieport 0000:80:01.2: PME: Signaling with IRQ 50
[    7.683532] pcieport 0000:80:01.2: pciehp: Slot #161 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.697579] pcieport 0000:80:07.1: PME: Signaling with IRQ 52
[    7.703711] pcieport 0000:80:08.1: PME: Signaling with IRQ 54
[    7.709698] pcieport 0000:80:08.2: PME: Signaling with IRQ 55
[    7.715627] pcieport 0000:c0:03.1: PME: Signaling with IRQ 56
[    7.721421] pcieport 0000:c0:03.1: pciehp: Slot #163 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.735339] pcieport 0000:c0:03.2: PME: Signaling with IRQ 57
[    7.741130] pcieport 0000:c0:03.2: pciehp: Slot #162 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.755053] pcieport 0000:c0:03.3: PME: Signaling with IRQ 58
[    7.760839] pcieport 0000:c0:03.3: pciehp: Slot #165 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.774774] pcieport 0000:c0:03.4: PME: Signaling with IRQ 59
[    7.780565] pcieport 0000:c0:03.4: pciehp: Slot #164 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.794472] pcieport 0000:c0:05.1: PME: Signaling with IRQ 60
[    7.800372] pcieport 0000:c0:05.2: PME: Signaling with IRQ 61
[    7.806404] pcieport 0000:c0:07.1: PME: Signaling with IRQ 63
[    7.812395] pcieport 0000:c0:08.1: PME: Signaling with IRQ 65
[    7.818385] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    7.825452] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[    7.832912] ACPI: button: Power Button [PWRF]
[    7.844881] Estimated ratio of average max frequency by base frequency (times 1024): 1464
[    7.869173] ERST: Error Record Serialization Table (ERST) support is initialized.
[    7.876674] pstore: Using crash dump compression: deflate
[    7.882078] pstore: Registered erst as persistent store backend
[    7.888110] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    7.894658] 00:03: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A
[    7.902763] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    7.913565] Linux agpgart interface v0.103
[    7.941971] loop: module loaded
[    7.956278] ahci 0000:85:00.0: AHCI vers 0001.0301, 32 command slots, 6 Gbps, SATA mode
[    7.964282] ahci 0000:85:00.0: 8/8 ports implemented (port mask 0xff)
[    7.970720] ahci 0000:85:00.0: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part sxs 
[    7.980827] scsi host0: ahci
[    7.983926] scsi host1: ahci
[    7.987000] scsi host2: ahci
[    7.990068] scsi host3: ahci
[    7.993134] scsi host4: ahci
[    7.996198] scsi host5: ahci
[    7.999263] scsi host6: ahci
[    8.002329] scsi host7: ahci
[    8.005275] ata1: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800100 irq 67 lpm-pol 0
[    8.013540] ata2: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800180 irq 68 lpm-pol 0
[    8.021803] ata3: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800200 irq 69 lpm-pol 0
[    8.030064] ata4: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800280 irq 70 lpm-pol 0
[    8.038320] ata5: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800300 irq 71 lpm-pol 0
[    8.046581] ata6: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800380 irq 72 lpm-pol 0
[    8.054841] ata7: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800400 irq 73 lpm-pol 0
[    8.063096] ata8: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800480 irq 74 lpm-pol 0
[    8.071621] tun: Universal TUN/TAP device driver, 1.6
[    8.076726] PPP generic driver version 2.4.2
[    8.081115] VFIO - User Level meta-driver version: 0.3
[    8.086574] xhci_hcd 0000:03:00.3: xHCI Host Controller
[    8.091819] xhci_hcd 0000:03:00.3: new USB bus registered, assigned bus number 1
[    8.099322] xhci_hcd 0000:03:00.3: hcc params 0x0260ffe5 hci version 0x110 quirks 0x0000000000000010
[    8.108846] xhci_hcd 0000:03:00.3: xHCI Host Controller
[    8.114071] xhci_hcd 0000:03:00.3: new USB bus registered, assigned bus number 2
[    8.121462] xhci_hcd 0000:03:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[    8.128553] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.11
[    8.136819] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    8.144037] usb usb1: Product: xHCI Host Controller
[    8.148916] usb usb1: Manufacturer: Linux 6.11.0-rc4-d2bafcf224-d2bafcf224f xhci-hcd
[    8.156657] usb usb1: SerialNumber: 0000:03:00.3
[    8.161429] hub 1-0:1.0: USB hub found
[    8.165193] hub 1-0:1.0: 2 ports detected
[    8.170056] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    8.178173] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.11
[    8.186442] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    8.193668] usb usb2: Product: xHCI Host Controller
[    8.198545] usb usb2: Manufacturer: Linux 6.11.0-rc4-d2bafcf224-d2bafcf224f xhci-hcd
[    8.206281] usb usb2: SerialNumber: 0000:03:00.3
[    8.211028] hub 2-0:1.0: USB hub found
[    8.214792] hub 2-0:1.0: 2 ports detected
[    8.219673] xhci_hcd 0000:46:00.3: xHCI Host Controller
[    8.224904] xhci_hcd 0000:46:00.3: new USB bus registered, assigned bus number 3
[    8.232398] xhci_hcd 0000:46:00.3: hcc params 0x0260ffe5 hci version 0x110 quirks 0x0000000000000010
[    8.241887] xhci_hcd 0000:46:00.3: xHCI Host Controller
[    8.247120] xhci_hcd 0000:46:00.3: new USB bus registered, assigned bus number 4
[    8.254517] xhci_hcd 0000:46:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[    8.261601] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.11
[    8.269866] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    8.277086] usb usb3: Product: xHCI Host Controller
[    8.282018] usb usb3: Manufacturer: Linux 6.11.0-rc4-d2bafcf224-d2bafcf224f xhci-hcd
[    8.289758] usb usb3: SerialNumber: 0000:46:00.3
[    8.294505] hub 3-0:1.0: USB hub found
[    8.298271] hub 3-0:1.0: 2 ports detected
[    8.303047] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    8.311169] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.11
[    8.319434] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    8.326653] usb usb4: Product: xHCI Host Controller
[    8.331530] usb usb4: Manufacturer: Linux 6.11.0-rc4-d2bafcf224-d2bafcf224f xhci-hcd
[    8.339268] usb usb4: SerialNumber: 0000:46:00.3
[    8.343999] hub 4-0:1.0: USB hub found
[    8.347761] hub 4-0:1.0: 2 ports detected
[    8.352691] usbcore: registered new interface driver uas
[    8.358025] usbcore: registered new interface driver usb-storage
[    8.364112] i8042: PNP: No PS/2 controller found.
[    8.368890] mousedev: PS/2 mouse device common for all mice
[    8.374550] rtc_cmos 00:02: RTC can wake from S4
[    8.379438] rtc_cmos 00:02: registered as rtc0
[    8.383948] rtc_cmos 00:02: setting system clock to 2024-09-03T12:10:53 UTC (1725365453)
[    8.388253] ata3: SATA link down (SStatus 0 SControl 300)
[    8.392105] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram
[    8.397497] ata5: SATA link down (SStatus 0 SControl 300)
[    8.404173] i2c_dev: i2c /dev entries driver
[    8.409588] ata8: SATA link down (SStatus 0 SControl 300)
[    8.413850] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[    8.419258] ata7: SATA link down (SStatus 0 SControl 300)
[    8.424219] usb 1-1: new high-speed USB device number 2 using xhci_hcd
[    8.431409] device-mapper: uevent: version 1.0.3
[    8.436815] ata6: SATA link down (SStatus 0 SControl 300)
[    8.443441] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@lists.linux.dev
[    8.447960] ata2: SATA link down (SStatus 0 SControl 300)
[    8.453361] platform eisa.0: Probing EISA bus 0
[    8.462224] ata4: SATA link down (SStatus 0 SControl 300)
[    8.467599] platform eisa.0: EISA: Cannot allocate resource for mainboard
[    8.472154] ata1: SATA link down (SStatus 0 SControl 300)
[    8.477533] platform eisa.0: Cannot allocate resource for EISA slot 1
[    8.477535] platform eisa.0: Cannot allocate resource for EISA slot 2
[    8.502634] tsc: Refined TSC clocksource calibration: 1996.250 MHz
[    8.508821] platform eisa.0: Cannot allocate resource for EISA slot 3
[    8.508866] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x398caf77d7a, max_idle_ns: 881590459467 ns
[    8.515266] platform eisa.0: Cannot allocate resource for EISA slot 4
[    8.531727] platform eisa.0: Cannot allocate resource for EISA slot 5
[    8.531761] clocksource: Switched to clocksource tsc
[    8.538162] platform eisa.0: Cannot allocate resource for EISA slot 6
[    8.538164] platform eisa.0: Cannot allocate resource for EISA slot 7
[    8.538166] platform eisa.0: Cannot allocate resource for EISA slot 8
[    8.538167] platform eisa.0: EISA: Detected 0 cards
[    8.538171] amd_pstate: driver load is disabled, boot with specific mode to enable this
[    8.560220] usb 3-1: new high-speed USB device number 2 using xhci_hcd
[    8.582980] ledtrig-cpu: registered to indicate activity on CPUs
[    8.584745] usb 1-1: New USB device found, idVendor=0424, idProduct=2744, bcdDevice= 1.21
[    8.589032] efifb: probing for efifb
[    8.597164] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    8.600757] efifb: No BGRT, not showing boot graphics
[    8.607908] usb 1-1: Product: USB2734
[    8.612964] efifb: framebuffer at 0xc6000000, using 3072k, total 3072k
[    8.616626] usb 1-1: Manufacturer: Microchip Tech
[    8.627857] efifb: mode is 1024x768x32, linelength=4096, pages=1
[    8.633865] efifb: scrolling: redraw
[    8.637444] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    8.643081] fbcon: Deferring console take-over
[    8.647533] fb0: EFI VGA frame buffer device
[    8.651903] drop_monitor: Initializing network drop monitor service
[    8.658323] NET: Registered PF_INET6 protocol family
[    8.671833] Segment Routing with IPv6
[    8.672939] hub 1-1:1.0: USB hub found
[    8.675512] In-situ OAM (IOAM) with IPv6
[    8.679498] hub 1-1:1.0: 4 ports detected
[    8.683199] NET: Registered PF_PACKET protocol family
[    8.692300] Key type dns_resolver registered
[    8.706703] microcode: Current revision: 0x0a0011d3
[    8.714496] resctrl: L3 allocation detected
[    8.718682] resctrl: MB allocation detected
[    8.722868] resctrl: L3 monitoring detected
[    8.727237] IPI shorthand broadcast: enabled
[    8.729225] usb 3-1: New USB device found, idVendor=1604, idProduct=10c0, bcdDevice= 0.00
[    8.734382] sched_clock: Marking stable (8664001395, 68206132)->(9796826057, -1064618530)
[    8.739690] usb 3-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    8.755044] usb 2-1: new SuperSpeed USB device number 2 using xhci_hcd
[    8.755116] registered taskstats version 1
[    8.767746] Loading compiled-in X.509 certificates
[    8.773155] Loaded X.509 cert 'Build time autogenerated kernel key: b4d6cc6103f916553e86d4f1085952e38e3c3a84'
[    8.780605] usb 2-1: New USB device found, idVendor=0424, idProduct=5744, bcdDevice= 1.21
[    8.791241] usb 2-1: New USB device strings: Mfr=2, Product=3, SerialNumber=0
[    8.798384] usb 2-1: Product: USB5734
[    8.802053] usb 2-1: Manufacturer: Microchip Tech
[    8.806774] Demotion targets for Node 0: null
[    8.807127] hub 3-1:1.0: USB hub found
[    8.811138] Demotion targets for Node 1: null
[    8.815098] hub 3-1:1.0: 4 ports detected
[    8.819757] Key type .fscrypt registered
[    8.827191] Key type fscrypt-provisioning registered
[    8.832837] hub 2-1:1.0: USB hub found
[    8.836621] hub 2-1:1.0: 4 ports detected
[    8.841204] cryptd: max_cpu_qlen set to 1000
[    8.848314] AES CTR mode by8 optimization enabled
[    8.866444] Key type encrypted registered
[    8.870465] AppArmor: AppArmor sha256 policy hashing enabled
[    8.876199] integrity: Loading X.509 certificate: UEFI:db
[    8.881627] integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
[    8.892402] integrity: Loading X.509 certificate: UEFI:db
[    8.897816] integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
[    8.908856] integrity: Loading X.509 certificate: UEFI:db
[    8.914372] integrity: Loaded X.509 cert 'VMware, Inc.: 4ad8ba0472073d28127706ddc6ccb9050441bbc7'
[    8.923240] integrity: Loading X.509 certificate: UEFI:db
[    8.928780] integrity: Loaded X.509 cert 'VMware, Inc.: VMware Secure Boot Signing: 04597f3e1ffb240bba0ff0f05d5eb05f3e15f6d7'
[    8.940335] ima: No TPM chip found, activating TPM-bypass!
[    8.945825] Loading compiled-in module X.509 certificates
[    8.951619] Loaded X.509 cert 'Build time autogenerated kernel key: b4d6cc6103f916553e86d4f1085952e38e3c3a84'
[    8.961540] ima: Allocated hash algorithm: sha1
[    8.966081] ima: No architecture policies found
[    8.970631] evm: Initialising EVM extended attributes:
[    8.975772] evm: security.selinux
[    8.979089] evm: security.SMACK64
[    8.982410] evm: security.SMACK64EXEC
[    8.986076] evm: security.SMACK64TRANSMUTE
[    8.990179] evm: security.SMACK64MMAP
[    8.993840] evm: security.apparmor
[    8.997247] evm: security.ima
[    9.000219] evm: security.capability
[    9.003795] evm: HMAC attrs: 0x1
[    9.007412] PM:   Magic number: 8:132:177
[    9.011580] acpi device:0d: hash matches
[    9.015950] RAS: Correctable Errors collector initialized.
[    9.021604] clk: Disabling unused clocks
[    9.025535] PM: genpd: Disabling unused power domains
[    9.032550] Freeing unused decrypted memory: 2028K
[    9.037995] Freeing unused kernel image (initmem) memory: 4656K
[    9.043923] Write protecting the kernel read-only data: 26624k
[    9.050278] Freeing unused kernel image (rodata/data gap) memory: 836K
[    9.119590] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    9.126033] Run /init as init process
[    9.136047] systemd[1]: Inserted module 'autofs4'
[    9.440410] systemd[1]: systemd 250-12.el9_1 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 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK +XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[    9.472295] systemd[1]: Detected architecture x86-64.
[    9.477352] systemd[1]: Running in initial RAM disk.

Welcome to ^[[0;31mRed Hat Enterprise Linux 9.1 (Plow) dracut-057-13.git20220816.el9 (Initramfs)^[[0m!

[    9.500300] systemd[1]: Hostname set to <hostname.amd.com>.
[    9.616673] systemd[1]: Queued start job for default target Initrd Default Target.
[    9.620218] usb 3-1.1: new high-speed USB device number 3 using xhci_hcd
[    9.624356] systemd[1]: Reached target Initrd /usr File System.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mInitrd /usr File System^[[0m.
[    9.652261] systemd[1]: Reached target Local File Systems.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mLocal File Systems^[[0m.
[    9.672264] systemd[1]: Reached target Slice Units.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSlice Units^[[0m.
[    9.692261] systemd[1]: Reached target Swaps.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSwaps^[[0m.
[    9.712257] systemd[1]: Reached target Timer Units.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mTimer Units^[[0m.
[    9.729230] usb 3-1.1: New USB device found, idVendor=1604, idProduct=10c0, bcdDevice= 0.00
[    9.737587] usb 3-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    9.737690] systemd[1]: Listening on D-Bus System Message Bus Socket.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mD-Bus System Message Bus Socket^[[0m.
[    9.768406] systemd[1]: Listening on Journal Socket (/dev/log).
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mJournal Socket (/dev/log)^[[0m.
[    9.788412] systemd[1]: Listening on Journal Socket.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mJournal Socket^[[0m.
[    9.797941] hub 3-1.1:1.0: USB hub found
[    9.802974] hub 3-1.1:1.0: 4 ports detected
[    9.808331] systemd[1]: Listening on udev Control Socket.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mudev Control Socket^[[0m.
[    9.828363] systemd[1]: Listening on udev Kernel Socket.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mudev Kernel Socket^[[0m.
[    9.848279] systemd[1]: Reached target Socket Units.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSocket Units^[[0m.
[    9.892219] usb 3-1.2: new high-speed USB device number 4 using xhci_hcd
[    9.894243] systemd[1]: Starting Create List of Static Device Nodes...
         Starting ^[[0;1;39mCreate List of Static Device Nodes^[[0m...
[    9.922612] systemd[1]: Starting Journal Service...
         Starting ^[[0;1;39mJournal Service^[[0m...
[    9.941733] systemd[1]: Starting Load Kernel Modules...
         Starting ^[[0;1;39mLoad Kernel Modules^[[0m...
[    9.961697] systemd[1]: Starting Create System Users...
         Starting ^[[0;1;39mCreate System Users^[[0m...
[    9.981698] systemd[1]: Starting Setup Virtual Console...
         Starting ^[[0;1;39mSetup Virtual Console^[[0m...
[   10.001454] systemd[1]: Finished Create List of Static Device Nodes.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate List of Static Device Nodes^[[0m.
[   10.013346] usb 3-1.2: New USB device found, idVendor=413c, idProduct=0006, bcdDevice= 0.00
[   10.023036] usb 3-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[   10.023191] systemd[1]: Started Journal Service.
[   10.030348] usb 3-1.2: Product: DRAC 5 Virtual Keyboard and Mouse
[   10.030350] usb 3-1.2: Manufacturer: DELL
[   10.045071] usb 3-1.2: SerialNumber: DELL413C-1
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mJournal Service^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mLoad Kernel Modules^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mSetup Virtual Console^[[0m.
         Starting ^[[0;1;39mdracut cmdline hook^[[0m...
         Starting ^[[0;1;39mApply Kernel Variables^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mApply Kernel Variables^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate System Users^[[0m.
         Starting ^[[0;1;39mCreate Static Device Nodes in /dev^[[0m...
[   10.272225] usb 3-1.4: new high-speed USB device number 5 using xhci_hcd
         Starting ^[[0;1;39mCreate Volatile Files and Directories^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mdracut cmdline hook^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate Static Device Nodes in /dev^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate Volatile Files and Directories^[[0m.
[   10.377227] usb 3-1.4: New USB device found, idVendor=1604, idProduct=10c0, bcdDevice= 0.00
[   10.385584] usb 3-1.4: New USB device strings: Mfr=0, Product=0, SerialNumber=0
         Starting ^[[0;1;39mdracut pre-udev hook^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mdracut pre-udev hook^[[0m.
[   10.437983] hub 3-1.4:1.0: USB hub found
[   10.442096] hub 3-1.4:1.0: 4 ports detected
         Starting ^[[0;1;39mRule-based Manage…for Device Events and Files^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mRule-based Manager for Device Events and Files^[[0m.
[   10.476563] hid: raw HID events driver (C) Jiri Kosina
         Starting ^[[0;1;39mColdplug All udev Devices^[[0m...
[   10.493386] usbcore: registered new interface driver usbhid
[   10.498970] usbhid: USB HID core driver
[   10.504514] usbcore: registered new interface driver usbmouse
[   10.504530] usbcore: registered new interface driver usbkbd
[   10.518201] input: DELL DRAC 5 Virtual Keyboard and Mouse as /devices/pci0000:40/0000:40:08.1/0000:46:00.3/usb3/3-1/3-1.2/3-1.2:1.0/0003:413C:0006.0001/input/input1
[   10.533040] hid-generic 0003:413C:0006.0001: input,hidraw0: USB HID v1.01 Mouse [DELL DRAC 5 Virtual Keyboard and Mouse] on usb-0000:46:00.3-1.2/input0
[   10.546726] input: DELL DRAC 5 Virtual Keyboard and Mouse as /devices/pci0000:40/0000:40:08.1/0000:46:00.3/usb3/3-1/3-1.2/3-1.2:1.1/0003:413C:0006.0002/input/input2
[   10.620394] hid-generic 0003:413C:0006.0002: input,hidraw1: USB HID v1.01 Keyboard [DELL DRAC 5 Virtual Keyboard and Mouse] on usb-0000:46:00.3-1.2/input1
[   10.679816] wmi_bus wmi_bus-PNP0C14:00: [Firmware Bug]: WQBC data block query control method not found
[^[[0;32m  OK  ^[[0m] Finished ^[[0[   10.691369] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
;1;39mColdplug A[   10.697889] sp5100-tco sp5100-tco: Using 0xfeb00000 for watchdog MMIO address
ll udev Devices^[[   10.706429] sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0)
[0m.
[   10.716394] ccp 0000:46:00.1: no command queues available
[   10.721869] ccp 0000:46:00.1: sev enabled
[   10.725893] ccp 0000:46:00.1: psp enabled
[   10.733577] mpt3sas version 48.100.00.00 loaded
[   10.738562] mpt3sas_cm0: 63 BIT PCI BUS DMA ADDRESSING SUPPORTED, total mem (262458772 kB)
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSyst[   10.750875] tg3 0000:c1:00.0 eth0: Tigon3 [partno(BCM95720) rev 5720000] (PCI Express) MAC address d0:8e:79:bb:95:90
em Initializatio[   10.761537] tg3 0000:c1:00.0 eth0: attached PHY is 5720C (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[1])
n^[[0m.
[   10.772867] tg3 0000:c1:00.0 eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[1] TSOcap[1]
[   10.781250] tg3 0000:c1:00.0 eth0: dma_rwctrl[00000001] dma_mask[64-bit]
[^[[0;32m  OK  ^[[0m] Reached targ[   10.790366] ACPI: bus type drm_connector registered
[   10.793725] mpt3sas_cm0: CurrentHostPageSize is 0: Setting default host page size to 4k
et ^[[0;1;39mNetw[   10.804137] mpt3sas_cm0: MSI-X vectors supported: 96
ork^[[0m.
[   10.810483] 	 no of cores: 128, max_msix_vectors: -1
[   10.810485] mpt3sas_cm0:  0 96 96
[   10.814450] mpt3sas_cm0: High IOPs queues : disabled
[   10.821789] tg3 0000:c1:00.1 eth1: Tigon3 [partno(BCM95720) rev 5720000] (PCI Express) MAC address d0:8e:79:bb:95:91
[   10.824598] mpt3sas0-msix0: PCI-MSI-X enabled: IRQ 107
[   10.835113] tg3 0000:c1:00.1 eth1: attached PHY is 5720C (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[1])
[   10.840251] mpt3sas0-msix1: PCI-MSI-X enabled: IRQ 108
[   10.840253] mpt3sas0-msix2: PCI-MSI-X enabled: IRQ 109
[   10.840254] mpt3sas0-msix3: PCI-MSI-X enabled: IRQ 110
[   10.840255] mpt3sas0-msix4: PCI-MSI-X enabled: IRQ 111
[   10.840257] mpt3sas0-msix5: PCI-MSI-X enabled: IRQ 112
[   10.840258] mpt3sas0-msix6: PCI-MSI-X enabled: IRQ 113
[   10.840259] mpt3sas0-msix7: PCI-MSI-X enabled: IRQ 114
[   10.840261] mpt3sas0-msix8: PCI-MSI-X enabled: IRQ 115
[   10.840262] mpt3sas0-msix9: PCI-MSI-X enabled: IRQ 116
[   10.840264] mpt3sas0-msix10: PCI-MSI-X enabled: IRQ 117
[   10.840265] mpt3sas0-msix11: PCI-MSI-X enabled: IRQ 118
[   10.840266] mpt3sas0-msix12: PCI-MSI-X enabled: IRQ 119
[   10.850086] tg3 0000:c1:00.1 eth1: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[1] TSOcap[1]
[   10.855228] mpt3sas0-msix13: PCI-MSI-X enabled: IRQ 120
[   10.860363] tg3 0000:c1:00.1 eth1: dma_rwctrl[00000001] dma_mask[64-bit]
[   10.931770] mpt3sas0-msix14: PCI-MSI-X enabled: IRQ 121
[   10.931772] mpt3sas0-msix15: PCI-MSI-X enabled: IRQ 122
[   10.931774] mpt3sas0-msix16: PCI-MSI-X enabled: IRQ 123
[   10.931775] mpt3sas0-msix17: PCI-MSI-X enabled: IRQ 124
[   10.931776] mpt3sas0-msix18: PCI-MSI-X enabled: IRQ 125
[   10.931777] mpt3sas0-msix19: PCI-MSI-X enabled: IRQ 126
[   10.931779] mpt3sas0-msix20: PCI-MSI-X enabled: IRQ 127
[   10.968358] mpt3sas0-msix21: PCI-MSI-X enabled: IRQ 128
[   10.968360] mpt3sas0-msix22: PCI-MSI-X enabled: IRQ 129
[   10.968361] mpt3sas0-msix23: PCI-MSI-X enabled: IRQ 130
[   10.968362] mpt3sas0-msix24: PCI-MSI-X enabled: IRQ 131
[   10.968363] mpt3sas0-msix25: PCI-MSI-X enabled: IRQ 132
[   10.968365] mpt3sas0-msix26: PCI-MSI-X enabled: IRQ 133
[   10.999738] mpt3sas0-msix27: PCI-MSI-X enabled: IRQ 134
[   10.999740] mpt3sas0-msix28: PCI-MSI-X enabled: IRQ 135
[   10.999741] mpt3sas0-msix29: PCI-MSI-X enabled: IRQ 136
[   11.015418] mpt3sas0-msix30: PCI-MSI-X enabled: IRQ 137
[   11.015419] mpt3sas0-msix31: PCI-MSI-X enabled: IRQ 138
[   11.015421] mpt3sas0-msix32: PCI-MSI-X enabled: IRQ 139
[   11.015422] mpt3sas0-msix33: PCI-MSI-X enabled: IRQ 140
[   11.015423] mpt3sas0-msix34: PCI-MSI-X enabled: IRQ 141
[   11.015425] mpt3sas0-msix35: PCI-MSI-X enabled: IRQ 142
[   11.015426] mpt3sas0-msix36: PCI-MSI-X enabled: IRQ 143
[   11.020683] mgag200 0000:c3:00.0: vgaarb: deactivate vga console
[   11.025882] mpt3sas0-msix37: PCI-MSI-X enabled: IRQ 144
[   11.063236] mpt3sas0-msix38: PCI-MSI-X enabled: IRQ 145
[   11.063238] mpt3sas0-msix39: PCI-MSI-X enabled: IRQ 146
[   11.063239] mpt3sas0-msix40: PCI-MSI-X enabled: IRQ 147
[   11.063240] mpt3sas0-msix41: PCI-MSI-X enabled: IRQ 148
[   11.063242] mpt3sas0-msix42: PCI-MSI-X enabled: IRQ 149
         Startin[   11.063244] mpt3sas0-msix43: PCI-MSI-X enabled: IRQ 150
g ^[[0;1;39mdracu[   11.095979] mpt3sas0-msix44: PCI-MSI-X enabled: IRQ 151
t initqueue hook[   11.095980] mpt3sas0-msix45: PCI-MSI-X enabled: IRQ 152
^[[0m...
[   11.095982] mpt3sas0-msix46: PCI-MSI-X enabled: IRQ 153
[   11.095983] mpt3sas0-msix47: PCI-MSI-X enabled: IRQ 154
[   11.095984] mpt3sas0-msix48: PCI-MSI-X enabled: IRQ 155
[   11.095985] mpt3sas0-msix49: PCI-MSI-X enabled: IRQ 156
[   11.095986] mpt3sas0-msix50: PCI-MSI-X enabled: IRQ 157
[   11.095988] mpt3sas0-msix51: PCI-MSI-X enabled: IRQ 158
[   11.095989] mpt3sas0-msix52: PCI-MSI-X enabled: IRQ 159
[   11.095991] mpt3sas0-msix53: PCI-MSI-X enabled: IRQ 160
[   11.151782] mpt3sas0-msix54: PCI-MSI-X enabled: IRQ 161
[   11.151784] mpt3sas0-msix55: PCI-MSI-X enabled: IRQ 162
[   11.151785] mpt3sas0-msix56: PCI-MSI-X enabled: IRQ 163
[   11.151787] mpt3sas0-msix57: PCI-MSI-X enabled: IRQ 164
[   11.151788] mpt3sas0-msix58: PCI-MSI-X enabled: IRQ 165
[   11.151790] mpt3sas0-msix59: PCI-MSI-X enabled: IRQ 166
[   11.163193] [drm] Initialized mgag200 1.0.0 for 0000:c3:00.0 on minor 0
[   11.167467] mpt3sas0-msix60: PCI-MSI-X enabled: IRQ 167
[   11.167469] mpt3sas0-msix61: PCI-MSI-X enabled: IRQ 168
[   11.167471] mpt3sas0-msix62: PCI-MSI-X enabled: IRQ 169
[   11.205437] mpt3sas0-msix63: PCI-MSI-X enabled: IRQ 170
[   11.205439] mpt3sas0-msix64: PCI-MSI-X enabled: IRQ 171
[   11.205440] mpt3sas0-msix65: PCI-MSI-X enabled: IRQ 172
[   11.205441] mpt3sas0-msix66: PCI-MSI-X enabled: IRQ 173
[   11.205442] mpt3sas0-msix67: PCI-MSI-X enabled: IRQ 174
[   11.205443] mpt3sas0-msix68: PCI-MSI-X enabled: IRQ 175
[   11.205445] mpt3sas0-msix69: PCI-MSI-X enabled: IRQ 176
[   11.205446] mpt3sas0-msix70: PCI-MSI-X enabled: IRQ 177
[   11.205447] mpt3sas0-msix71: PCI-MSI-X enabled: IRQ 178
[   11.205448] mpt3sas0-msix72: PCI-MSI-X enabled: IRQ 179
[   11.205449] mpt3sas0-msix73: PCI-MSI-X enabled: IRQ 180
[   11.205450] mpt3sas0-msix74: PCI-MSI-X enabled: IRQ 181
[   11.205451] mpt3sas0-msix75: PCI-MSI-X enabled: IRQ 182
[   11.205453] mpt3sas0-msix76: PCI-MSI-X enabled: IRQ 183
[   11.205454] mpt3sas0-msix77: PCI-MSI-X enabled: IRQ 184
[   11.205455] mpt3sas0-msix78: PCI-MSI-X enabled: IRQ 185
[   11.205456] mpt3sas0-msix79: PCI-MSI-X enabled: IRQ 186
[   11.205457] mpt3sas0-msix80: PCI-MSI-X enabled: IRQ 187
[   11.205458] mpt3sas0-msix81: PCI-MSI-X enabled: IRQ 188
[   11.205460] mpt3sas0-msix82: PCI-MSI-X enabled: IRQ 189
[   11.309978] mpt3sas0-msix83: PCI-MSI-X enabled: IRQ 190
[   11.309979] mpt3sas0-msix84: PCI-MSI-X enabled: IRQ 191
[   11.309980] mpt3sas0-msix85: PCI-MSI-X enabled: IRQ 192
[   11.309982] mpt3sas0-msix86: PCI-MSI-X enabled: IRQ 193
[   11.330883] mpt3sas0-msix87: PCI-MSI-X enabled: IRQ 194
[   11.330884] mpt3sas0-msix88: PCI-MSI-X enabled: IRQ 195
[   11.330885] mpt3sas0-msix89: PCI-MSI-X enabled: IRQ 196
[   11.330887] mpt3sas0-msix90: PCI-MSI-X enabled: IRQ 197
[   11.330887] fbcon: mgag200drmfb (fb0) is primary device
[   11.330888] mpt3sas0-msix91: PCI-MSI-X enabled: IRQ 198
[   11.330890] mpt3sas0-msix92: PCI-MSI-X enabled: IRQ 199
[   11.330891] fbcon: Deferring console take-over
[   11.330892] mpt3sas0-msix93: PCI-MSI-X enabled: IRQ 200
[   11.330894] mpt3sas0-msix94: PCI-MSI-X enabled: IRQ 201
[   11.336117] mgag200 0000:c3:00.0: [drm] fb0: mgag200drmfb frame buffer device
[   11.341342] mpt3sas0-msix95: PCI-MSI-X enabled: IRQ 202
[   11.394727] mpt3sas_cm0: iomem(0x00000000e2100000), mapped(0x000000001237b392), size(65536)
[   11.394731] mpt3sas_cm0: ioport(0x0000000000001000), size(256)
^[[2J^[[3J^[[-1;-1f         Starting ^[[0;1;39mShow Plymouth Boot Screen^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mShow Plymouth Boot Screen^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mForward Password R…s to Plymouth Directory Watch^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mPath Units^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mBasic System^[[0m.
[   11.449504] mpt3sas_cm0: CurrentHostPageSize is 0: Setting default host page size to 4k
[   11.457507] mpt3sas_cm0: sending message unit reset !!
[   11.464150] mpt3sas_cm0: message unit reset: SUCCESS
[   11.496309] mpt3sas_cm0: scatter gather: sge_in_main_msg(1), sge_per_chain(7), sge_per_io(128), chains_per_io(19)
[   11.507830] mpt3sas_cm0: request pool(0x00000000f3354694) - dma(0xe0600000): depth(9700), frame_size(128), pool_size(1212 kB)
[   11.544449] mpt3sas_cm0: sense pool(0x00000000988eb2f4) - dma(0xdef00000): depth(9463), element_size(96), pool_size (887 kB)
[   11.555783] mpt3sas_cm0: reply pool(0x000000007c9da653) - dma(0xdec00000): depth(9764), frame_size(128), pool_size(1220 kB)
[   11.566919] mpt3sas_cm0: config page(0x00000000abc73ca9) - dma(0xdebee000): size(512)
[   11.574747] mpt3sas_cm0: Allocated physical memory: size(40437 kB)
[   11.580927] mpt3sas_cm0: Current Controller Queue Depth(9460),Max Controller Queue Depth(9584)
[   11.589531] mpt3sas_cm0: Scatter Gather Elements per IO(128)
[   11.640736] mpt3sas_cm0: _base_display_fwpkg_version: complete
[   11.646572] mpt3sas_cm0: FW Package Ver(16.17.01.00)
[   11.651817] mpt3sas_cm0: LSISAS3008: F

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

* Re: [regression] oops on heavy compilations ("kernel BUG at mm/zswap.c:1005!" and "Oops: invalid opcode: 0000")
  2024-08-25  5:55         ` Piotr Oniszczuk
  2024-08-25 15:05           ` Pedro Falcato
  2024-09-03  8:31           ` Aithal, Srikanth
@ 2024-09-03  8:49           ` Aithal, Srikanth
  2 siblings, 0 replies; 31+ messages in thread
From: Aithal, Srikanth @ 2024-09-03  8:49 UTC (permalink / raw)
  To: Piotr Oniszczuk, Nhat Pham
  Cc: Matthew Wilcox, Linux regressions mailing list, LKML,
	Johannes Weiner, Yosry Ahmed, Linux-MM

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

On 8/25/2024 11:25 AM, Piotr Oniszczuk wrote:
> 
> 
>> Wiadomość napisana przez Nhat Pham <nphamcs@gmail.com> w dniu 23.08.2024, o godz. 18:16:
>>
>>
>> Have you tried with 6.9 yet? IIRC, there are two major changes to
>> zswap architecture in recent versions.
>>
>> 1. In 6.9, we range-partition zswap's rbtrees to reduce lock contention.
>>
> 
> Ok - after 32h of continuous compilation also on 6.9.12 I got series of oops (see below).
> 
I hit similar soft lockup with linuxnext-20240902 build, but I was not 
running anything for that long. Once I hit it while kexecing on
linuxnext-20240902 and other time was during linuxnext-20240902 boot up.
I have attached the logs here, I am trying to see if I can recreate it 
on todays linux-next build.

> [68616.350398] watchdog: BUG: soft lockup - CPU#4 stuck for 596s! [kcompactd0:176]
> [68616.350401] Modules linked in: tls rpcsec_gss_krb5 nfsv4 dns_resolver nfs netfs rpcrdma rdma_cm iw_cm ib_cm ib_core br_netfilter iptable_filter xt_physdev tun bridge stp llc ext4 crc16 mbcache jbd2 amd_atl intel_rapl_msr intel_rapl_common edac_mce_amd kvm_amd cfg80211 rfkill kvm crct10dif_pclmul crc32_pclmul polyval_clmulni polyval_generic gf128mul ghash_clmulni_intel sha512_ssse3 sha256_ssse3 sha1_ssse3 r8169 aesni_intel crypto_simd cryptd realtek mdio_devres sp5100_tco wmi_bmof k10temp libphy ccp pcspkr rapl i2c_piix4 acpi_cpufreq zenpower ryzen_smu gpio_amdpt gpio_generic mac_hid nfsd auth_rpcgss nfs_acl lockd grace nct6775 nct6775_core hwmon_vid sunrpc sg crypto_user fuse dm_mod loop nfnetlink bpf_preload ip_tables x_tables xfs libcrc32c crc32c_generic drm_ttm_helper ttm video gpu_sched i2c_algo_bit drm_gpuvm drm_exec mxm_wmi nvme drm_display_helper crc32c_intel xhci_pci nvme_core cec xhci_pci_renesas wmi virtio_net net_failover failover virtio_blk virtio_pci virtio_pci_legacy_dev virtio_pci_modern_dev
> [68616.350434]  [last unloaded: nouveau]
> [68616.350448] CPU: 4 PID: 176 Comm: kcompactd0 Tainted: G      D W    L     6.9.12-12 #1 e59bce453550af16b12fd25785f4d449e921764e
> [68616.350451] Hardware name: To Be Filled By O.E.M. B450M Pro4-F R2.0/B450M Pro4-F R2.0, BIOS P10.08 01/19/2024
> [68616.350454] RIP: 0010:native_queued_spin_lock_slowpath+0x6e/0x2e0
> [68616.350457] Code: 77 7f f0 0f ba 2b 08 0f 92 c2 8b 03 0f b6 d2 c1 e2 08 30 e4 09 d0 3d ff 00 00 00 77 5b 85 c0 74 10 0f b6 03 84 c0 74 09 f3 90 <0f> b6 03 84 c0 75 f7 b8 01 00 00 00 66 89 03 65 48 ff 05 f3 66 02
> [68616.350461] RSP: 0018:ffffb268806db858 EFLAGS: 00000202
> [68616.350463] RAX: 0000000000000001 RBX: fffffbc30722d4e8 RCX: 0000000000000867
> [68616.350465] RDX: 0000000000000000 RSI: 0000000000000001 RDI: fffffbc30722d4e8
> [68616.350467] RBP: 00007f6af88b3000 R08: 0000008000000000 R09: 0200000000000080
> [68616.350469] R10: 0000000000000000 R11: ffffb268806db9e0 R12: ffff9388c7f63700
> [68616.350471] R13: ffff938815651b00 R14: 0000000000000001 R15: ffffff8000000000
> [68616.350473] FS:  0000000000000000(0000) GS:ffff938b2e800000(0000) knlGS:0000000000000000
> [68616.350475] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
> [68616.350477] CR2: 000055c339a59150 CR3: 00000002c2c20000 CR4: 0000000000350ef0
> [68616.350479] Call Trace:
> [68616.350480]  <IRQ>
> [68616.350481]  ? watchdog_timer_fn+0x1dd/0x260
> [68616.350484]  ? __pfx_watchdog_timer_fn+0x10/0x10
> [68616.350487]  ? __hrtimer_run_queues+0x10f/0x2a0
> [68616.350490]  ? hrtimer_interrupt+0xfa/0x230
> [68616.350492]  ? __sysvec_apic_timer_interrupt+0x55/0x150
> [68616.350494]  ? sysvec_apic_timer_interrupt+0x6c/0x90
> [68616.350497]  </IRQ>
> [68616.350498]  <TASK>
> [68616.350500]  ? asm_sysvec_apic_timer_interrupt+0x1a/0x20
> [68616.350503]  ? native_queued_spin_lock_slowpath+0x6e/0x2e0
> [68616.350506]  _raw_spin_lock+0x29/0x30
> [68616.350509]  page_vma_mapped_walk+0x6a2/0x950
> [68616.350511]  try_to_migrate_one+0x174/0xbf0
> [68616.350515]  rmap_walk_anon+0xb6/0x190
> [68616.350518]  try_to_migrate+0xf9/0x110
> [68616.350520]  ? __pfx_try_to_migrate_one+0x10/0x10
> [68616.350523]  ? __pfx_folio_not_mapped+0x10/0x10
> [68616.350526]  ? __pfx_folio_lock_anon_vma_read+0x10/0x10
> [68616.350528]  ? __pfx_invalid_migration_vma+0x10/0x10
> [68616.350531]  migrate_pages_batch+0x545/0xb80
> [68616.350534]  ? __pfx_compaction_free+0x10/0x10
> [68616.350536]  ? __pfx_compaction_alloc+0x10/0x10
> [68616.350540]  ? __pfx_remove_migration_pte+0x10/0x10
> [68616.350542]  migrate_pages+0xada/0xd90
> [68616.350545]  ? __pfx_compaction_alloc+0x10/0x10
> [68616.350548]  ? __pfx_compaction_free+0x10/0x10
> [68616.350551]  ? folio_add_lru+0x5f/0xb0
> [68616.350553]  compact_zone+0x9e8/0x10c0
> [68616.350556]  ? sched_clock_cpu+0xf/0x190
> [68616.350559]  ? raw_spin_rq_lock_nested+0x1c/0x80
> [68616.350561]  ? psi_group_change+0x213/0x3c0
> [68616.350564]  compact_node+0xb7/0x130
> [68616.350568]  kcompactd+0x355/0x430
> [68616.350571]  ? __pfx_autoremove_wake_function+0x10/0x10
> [68616.350573]  ? __pfx_kcompactd+0x10/0x10
> [68616.350576]  kthread+0xcf/0x100
> [68616.350578]  ? __pfx_kthread+0x10/0x10
> [68616.350580]  ret_from_fork+0x31/0x50
> [68616.350583]  ? __pfx_kthread+0x10/0x10
> [68616.350585]  ret_from_fork_asm+0x1a/0x30
> [68616.350588]  </TASK>
> [68620.214362] watchdog: BUG: soft lockup - CPU#0 stuck for 663s! [cc1plus:2979523]
> [68620.214367] Modules linked in: tls rpcsec_gss_krb5 nfsv4 dns_resolver nfs netfs rpcrdma rdma_cm iw_cm ib_cm ib_core br_netfilter iptable_filter xt_physdev tun bridge stp llc ext4 crc16 mbcache jbd2 amd_atl intel_rapl_msr intel_rapl_common edac_mce_amd kvm_amd cfg80211 rfkill kvm crct10dif_pclmul crc32_pclmul polyval_clmulni polyval_generic gf128mul ghash_clmulni_intel sha512_ssse3 sha256_ssse3 sha1_ssse3 r8169 aesni_intel crypto_simd cryptd realtek mdio_devres sp5100_tco wmi_bmof k10temp libphy ccp pcspkr rapl i2c_piix4 acpi_cpufreq zenpower ryzen_smu gpio_amdpt gpio_generic mac_hid nfsd auth_rpcgss nfs_acl lockd grace nct6775 nct6775_core hwmon_vid sunrpc sg crypto_user fuse dm_mod loop nfnetlink bpf_preload ip_tables x_tables xfs libcrc32c crc32c_generic drm_ttm_helper ttm video gpu_sched i2c_algo_bit drm_gpuvm drm_exec mxm_wmi nvme drm_display_helper crc32c_intel xhci_pci nvme_core cec xhci_pci_renesas wmi virtio_net net_failover failover virtio_blk virtio_pci virtio_pci_legacy_dev virtio_pci_modern_dev
> [68620.214402]  [last unloaded: nouveau]
> [68620.214416] CPU: 0 PID: 2979523 Comm: cc1plus Tainted: G      D W    L     6.9.12-12 #1 e59bce453550af16b12fd25785f4d449e921764e
> [68620.214420] Hardware name: To Be Filled By O.E.M. B450M Pro4-F R2.0/B450M Pro4-F R2.0, BIOS P10.08 01/19/2024
> [68620.214422] RIP: 0010:native_queued_spin_lock_slowpath+0x21f/0x2e0
> [68620.214426] Code: c5 01 41 c1 e4 10 41 c1 e5 12 45 09 ec 44 89 e0 c1 e8 10 66 87 43 02 89 c2 c1 e2 10 81 fa ff ff 00 00 77 5e 31 d2 eb 02 f3 90 <8b> 03 66 85 c0 75 f7 44 39 e0 0f 84 8e 00 00 00 c6 03 01 48 85 d2
> [68620.214430] RSP: 0000:ffffb2688397fbe0 EFLAGS: 00000202
> [68620.214432] RAX: 00000000000c0101 RBX: ffff9388140cf738 RCX: 0000000000000008
> [68620.214434] RDX: 0000000000000000 RSI: 0000000000000101 RDI: ffff9388140cf738
> [68620.214436] RBP: ffff938b2e6373c0 R08: ffff938b2e6310c0 R09: 000000000000000a
> [68620.214438] R10: 0000000000000000 R11: 0000000000000000 R12: 0000000000040000
> [68620.214440] R13: 0000000000040000 R14: ffff9388140cf738 R15: ffff9388140cf730
> [68620.214442] FS:  00007fc78bf83f00(0000) GS:ffff938b2e600000(0000) knlGS:0000000000000000
> [68620.214445] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
> [68620.214447] CR2: 00007fc75b53f264 CR3: 00000001797f4000 CR4: 0000000000350ef0
> [68620.214449] Call Trace:
> [68620.214450]  <IRQ>
> [68620.214451]  ? watchdog_timer_fn+0x1dd/0x260
> [68620.214454]  ? __pfx_watchdog_timer_fn+0x10/0x10
> [68620.214457]  ? __hrtimer_run_queues+0x10f/0x2a0
> [68620.214460]  ? hrtimer_interrupt+0xfa/0x230
> [68620.214462]  ? __sysvec_apic_timer_interrupt+0x55/0x150
> [68620.214465]  ? sysvec_apic_timer_interrupt+0x6c/0x90
> [68620.214468]  </IRQ>
> [68620.214469]  <TASK>
> [68620.214470]  ? asm_sysvec_apic_timer_interrupt+0x1a/0x20
> [68620.214474]  ? native_queued_spin_lock_slowpath+0x21f/0x2e0
> [68620.214477]  _raw_spin_lock+0x29/0x30
> [68620.214479]  zswap_load+0x6a/0x160
> [68620.214482]  swap_read_folio+0x64/0x450
> [68620.214484]  swapin_readahead+0x1ea/0x4e0
> [68620.214487]  do_swap_page+0x403/0xd20
> [68620.214490]  ? shmem_file_write_iter+0x5e/0x90
> [68620.214492]  ? __pte_offset_map+0x1b/0x180
> [68620.214494]  __handle_mm_fault+0x868/0xdd0
> [68620.214498]  handle_mm_fault+0x18d/0x320
> [68620.214500]  do_user_addr_fault+0x175/0x6b0
> [68620.214503]  exc_page_fault+0x7e/0x180
> [68620.214505]  asm_exc_page_fault+0x26/0x30
> [68620.214508] RIP: 0033:0x330a353
> [68620.214512] Code: e2 03 48 01 d0 48 8b 00 48 89 45 e8 48 83 7d e8 00 0f 84 11 01 00 00 48 83 7d e8 ff 75 08 8b 45 fc 89 45 f8 eb 42 48 8b 45 e8 <8b> 40 0c 39 45 84 75 36 48 8b 45 e8 8b 40 08 48 8b 55 88 39 d0 75
> [68620.214515] RSP: 002b:00007ffc42ae0390 EFLAGS: 00010217
> [68620.214517] RAX: 00007fc75b53f258 RBX: 00000000000003e9 RCX: 00000000f9107c14
> [68620.214519] RDX: 000000000003e0a0 RSI: 00007ffc42ae04f1 RDI: 0000000027ef6180
> [68620.214521] RBP: 00007ffc42ae0410 R08: 0000000000000000 R09: 0000000000000000
> [68620.214523] R10: 00007fc78c106ac0 R11: 00007fc78c1073c0 R12: 0000000000000000
> [68620.214525] R13: 00007ffc42ae1030 R14: 00007fc78c66f000 R15: 0000000003df8e50
> [68620.214528]  </TASK>
> [68632.363664] watchdog: BUG: soft lockup - CPU#8 stuck for 648s! [cc1plus:2982130]
> [68632.363668] Modules linked in: tls rpcsec_gss_krb5 nfsv4 dns_resolver nfs netfs rpcrdma rdma_cm iw_cm ib_cm ib_core br_netfilter iptable_filter xt_physdev tun bridge stp llc ext4 crc16 mbcache jbd2 amd_atl intel_rapl_msr intel_rapl_common edac_mce_amd kvm_amd cfg80211 rfkill kvm crct10dif_pclmul crc32_pclmul polyval_clmulni polyval_generic gf128mul ghash_clmulni_intel sha512_ssse3 sha256_ssse3 sha1_ssse3 r8169 aesni_intel crypto_simd cryptd realtek mdio_devres sp5100_tco wmi_bmof k10temp libphy ccp pcspkr rapl i2c_piix4 acpi_cpufreq zenpower ryzen_smu gpio_amdpt gpio_generic mac_hid nfsd auth_rpcgss nfs_acl lockd grace nct6775 nct6775_core hwmon_vid sunrpc sg crypto_user fuse dm_mod loop nfnetlink bpf_preload ip_tables x_tables xfs libcrc32c crc32c_generic drm_ttm_helper ttm video gpu_sched i2c_algo_bit drm_gpuvm drm_exec mxm_wmi nvme drm_display_helper crc32c_intel xhci_pci nvme_core cec xhci_pci_renesas wmi virtio_net net_failover failover virtio_blk virtio_pci virtio_pci_legacy_dev virtio_pci_modern_dev
> [68632.363704]  [last unloaded: nouveau]
> [68632.363719] CPU: 8 PID: 2982130 Comm: cc1plus Tainted: G      D W    L     6.9.12-12 #1 e59bce453550af16b12fd25785f4d449e921764e
> [68632.363722] Hardware name: To Be Filled By O.E.M. B450M Pro4-F R2.0/B450M Pro4-F R2.0, BIOS P10.08 01/19/2024
> [68632.363724] RIP: 0010:native_queued_spin_lock_slowpath+0x2a1/0x2e0
> [68632.363728] Code: c1 ea 12 83 e0 03 83 ea 01 48 c1 e0 05 48 63 d2 48 05 c0 73 03 00 48 03 04 d5 40 32 91 aa 48 89 28 8b 45 08 85 c0 75 09 f3 90 <8b> 45 08 85 c0 74 f7 48 8b 55 00 48 85 d2 0f 84 6a ff ff ff 0f 0d
> [68632.363732] RSP: 0000:ffffb26885e1f450 EFLAGS: 00000246
> [68632.363734] RAX: 0000000000000000 RBX: ffff9388140cf738 RCX: fffffbc30f2ad340
> [68632.363736] RDX: 0000000000000014 RSI: 0000000000540101 RDI: ffff9388140cf738
> [68632.363738] RBP: ffff938b2ea373c0 R08: ffff93876cc2aaa0 R09: 0008c8130ae03aa0
> [68632.363740] R10: 020f0008c8130ae0 R11: 0000000000501000 R12: 0000000000240000
> [68632.363741] R13: 0000000000240000 R14: 03ffffffffffffff R15: 00000000000005fa
> [68632.363743] FS:  00007fd929957f00(0000) GS:ffff938b2ea00000(0000) knlGS:0000000000000000
> [68632.363746] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
> [68632.363748] CR2: 00007fd923600000 CR3: 0000000162ba8000 CR4: 0000000000350ef0
> [68632.363750] Call Trace:
> [68632.363751]  <IRQ>
> [68632.363752]  ? watchdog_timer_fn+0x1dd/0x260
> [68632.363755]  ? __pfx_watchdog_timer_fn+0x10/0x10
> [68632.363758]  ? __hrtimer_run_queues+0x10f/0x2a0
> [68632.363761]  ? hrtimer_interrupt+0xfa/0x230
> [68632.363763]  ? __sysvec_apic_timer_interrupt+0x55/0x150
> [68632.363766]  ? sysvec_apic_timer_interrupt+0x6c/0x90
> [68632.363769]  </IRQ>
> [68632.363770]  <TASK>
> [68632.363771]  ? asm_sysvec_apic_timer_interrupt+0x1a/0x20
> [68632.363775]  ? native_queued_spin_lock_slowpath+0x2a1/0x2e0
> [68632.363778]  _raw_spin_lock+0x29/0x30
> [68632.363781]  zswap_store+0x623/0xc70
> [68632.363783]  swap_writepage+0x33/0xe0
> [68632.363786]  pageout+0xc9/0x250
> [68632.363790]  shrink_folio_list+0x5e4/0xca0
> [68632.363793]  ? vm_mmap_pgoff+0xec/0x1a0
> [68632.363796]  ? do_syscall_64+0x82/0x170
> [68632.363799]  ? entry_SYSCALL_64_after_hwframe+0x76/0x7e
> [68632.363803]  evict_folios+0x27a/0x660
> [68632.363807]  try_to_shrink_lruvec+0x1a7/0x280
> [68632.363810]  shrink_one+0x10a/0x1f0
> [68632.363812]  shrink_node+0xab9/0xc00
> [68632.363815]  ? zone_reclaimable_pages+0x15c/0x190
> [68632.363818]  do_try_to_free_pages+0xca/0x5d0
> [68632.363822]  try_to_free_pages+0xdd/0x210
> [68632.363825]  __alloc_pages_slowpath.constprop.0+0x316/0xd60
> [68632.363828]  ? mmap_region+0x4fc/0x9c0
> [68632.363831]  __alloc_pages+0x32d/0x360
> [68632.363834]  alloc_pages_mpol+0xd9/0x1e0
> [68632.363836]  ? __lruvec_stat_mod_folio+0x81/0xa0
> [68632.363839]  mm_get_huge_zero_page+0x74/0x100
> [68632.363841]  do_huge_pmd_anonymous_page+0x37f/0x6e0
> [68632.363844]  ? syscall_exit_to_user_mode+0x72/0x200
> [68632.363846]  __handle_mm_fault+0xb5f/0xdd0
> [68632.363850]  handle_mm_fault+0x18d/0x320
> [68632.363852]  do_user_addr_fault+0x175/0x6b0
> [68632.363855]  exc_page_fault+0x7e/0x180
> [68632.363857]  asm_exc_page_fault+0x26/0x30
> [68632.363860] RIP: 0033:0xf19e9f
> [68632.363864] Code: 08 5d c3 55 48 89 e5 48 89 7d f8 89 75 f4 89 55 f0 89 4d ec 8b 45 f4 25 ff ff ff 7f 89 c2 48 8b 45 f8 89 d1 81 e1 ff ff ff 7f <8b> 10 81 e2 00 00 00 80 09 ca 89 10 8b 45 ec 83 e0 01 48 8b 55 f8
> [68632.363868] RSP: 002b:00007ffc3532adf0 EFLAGS: 00010202
> [68632.363870] RAX: 00007fd923600000 RBX: ffffffffffffffff RCX: 0000000000000004
> [68632.363872] RDX: 0000000000000004 RSI: 0000000000000004 RDI: 00007fd923600000
> [68632.363874] RBP: 00007ffc3532adf0 R08: 0000000000000040 R09: 0000000000000060
> [68632.363875] R10: 00000000365e5970 R11: 0000000000000000 R12: 00007ffc3532c240
> [68632.363877] R13: 00007ffc3532d690 R14: 00007fd92a043000 R15: 0000000003df8e50
> [68632.363880]  </TASK>


[-- Attachment #2: softlock_native_queued_spin_lock_slowpath.log --]
[-- Type: text/plain, Size: 1565211 bytes --]


^[[c^[[2J^[[01;01H^[[=3h^[[2J^[[01;01HKEY MAPPING FOR CONSOLE REDIRECTION:

Use the <ESC><1> key sequence for <F1>
Use the <ESC><2> key sequence for <F2>
Use the <ESC><3> key sequence for <F3>
Use the <ESC><0> key sequence for <F10>
Use the <ESC><!> key sequence for <F11>
Use the <ESC><@> key sequence for <F12>

Use the <ESC><Ctrl><M> key sequence for <Ctrl><M>
Use the <ESC><Ctrl><H> key sequence for <Ctrl><H>
Use the <ESC><Ctrl><I> key sequence for <Ctrl><I>
Use the <ESC><Ctrl><J> key sequence for <Ctrl><J>

Use the <ESC><X><X> key sequence for <Alt><x>, where x is any letter
key, and X is the upper case of that key

Use the <ESC><R><ESC><r><ESC><R> key sequence for <Ctrl><Alt><Del>

Press the spacebar to pause...
Initializing PCIe, USB, and Video... Done
PowerEdge R6515
BIOS Version: 2.14.1
Console Redirection Enabled Requested by iDRAC

F2	 = System Setup
F10	 = Lifecycle Controller (Config
	   iDRAC, Update FW, Install OS)
F11	 = Boot Manager
F12	 = PXE Boot
iDRAC IPV4:  10.86.18.202 [Dedicated]
                                
Initializing Firmware Interfaces...
 





Enumerating Boot options...
Enumerating Boot options... Done
Loading Lifecycle Controller Drivers...
Loading Lifecycle Controller Drivers...Done
Lifecycle Controller: Collecting System Inventory...

iDRAC IPV4:  10.86.18.202 [Dedicated]

^[[2J^[[01;01HLifecycle Controller: Done
Booting...
^[[2J^[[01;01HBooting from Integrated Storage Controller 1: Red Hat Enterprise Linux
^[[0m^[[30m^[[40m^[[2J^[[01;01H^[[0m^[[37m^[[40m^[[20;07HUse the ^ and v keys to change the selection.                       
\r      Press 'e' to edit the selected item, or 'c' for a command prompt.   
\r      Press Escape to return to the previous menu.                        ^[[04;80H ^[[0m^[[30m^[[47m^[[04;01H      Red Hat Enterprise Linux (6.11.0-rc5-next-20240829-b18bbfc14a-000fda4e3f>
\r^[[05;01H^[[0m^[[37m^[[40m^[[04;79H^[[05;01H      Red Hat Enterprise Linux (6.11.0-rc5-next-20240828-195a402a75-c0ceb24fe8>
\r^[[06;01H^[[05;79H^[[06;01H      Red Hat Enterprise Linux (6.11.0-rc5-next-20240827-6f92374805-5e2d8ff675>
\r^[[07;01H^[[06;79H^[[07;01H      Red Hat Enterprise Linux (6.11.0-rc5-next-20240826-1ca4237ad9-2892a62bcd>
\r^[[08;01H^[[07;79H^[[08;01H      Red Hat Enterprise Linux (6.11.0-rc4-next-20240823-c79c85875f-029ca5dd36>
\r^[[09;01H^[[08;79H^[[09;01H      Red Hat Enterprise Linux (6.11.0-rc4-next-20240822-6a7917c89f-5b91b02e84>
\r^[[10;01H^[[09;79H^[[10;01H      Red Hat Enterprise Linux (6.11.0-rc4-next-20240821-eb8c5ca373-80383d4) 9>
\r^[[11;01H^[[10;79H^[[11;01H      Red Hat Enterprise Linux (6.11.0-rc4-next-20240820-bb1b0acdcd-35e1183) 9>
\r^[[12;01H^[[11;79H^[[12;01H      Red Hat Enterprise Linux (6.11.0-rc4-next-20240819-469f1bad3c-21a1019) 9>
\r^[[13;01H^[[12;79H^[[13;01H      Red Hat Enterprise Linux (6.11.0-rc4-d2bafcf224-d2bafcf224f) 9.1 (Plow)  ^[[13;79H^[[14;01H      Red Hat Enterprise Linux (6.11.0-rc3-next-20240816-367b5c3d53-d2011f6) 9>
\r^[[15;01H^[[14;79H^[[15;01H      Red Hat Enterprise Linux (6.11.0-rc3-next-20240815-edd1ec2e3a-c1aea8f) 9>
\r^[[16;01H^[[15;79H^[[16;01H      Red Hat Enterprise Linux (6.11.0-rc3-next-20240814-320eb81df4-1977f33) 9>
\r^[[17;01H^[[16;79H^[[17;01H      Red Hat Enterprise Linux (6.11.0-rc3-next-20240813-033a469170-91a7547) 9>
\r^[[18;01H^[[17;79H^[[18;01H      Red Hat Enterprise Linux (6.11.0-rc3-df6cbc62cc-df6cbc6) 9.1 (Plow)      ^[[18;79H^[[18;80Hv^[[04;79H^[[23;01H   The selected entry will be started automatically in 5s.                     ^[[04;79H^[[23;01H   The selected entry will be started automatically in 4s.                     ^[[04;79H^[[23;01H   The selected entry will be started automatically in 3s.                     ^[[04;79H^[[23;01H   The selected entry will be started automatically in 2s.                     ^[[04;79H^[[23;01H   The selected entry will be started automatically in 1s.                     ^[[04;79H^[[23;01H   The selected entry will be started automatically in 0s.                     ^[[04;79H^[[0m^[[30m^[[40m^[[2J^[[01;01H^[[0m^[[37m^[[40m^[[0m^[[30m^[[40m^[[2J^[[01;01H^[[0m^[[37m^[[40m[    0.000000] Linux version 6.11.0-rc5-next-20240829-b18bbfc14a-000fda4e3fa (root@hostname.amd.com) (gcc (GCC) 11.4.1 20231218 (Red Hat 11.4.1-3), GNU ld version 2.35.2-43.el9) #1 SMP PREEMPT_DYNAMIC Thu Aug 29 13:11:33 IST 2024
[    0.000000] Command line: BOOT_IMAGE=(hd0,gpt6)/vmlinuz-6.11.0-rc5-next-20240829-b18bbfc14a-000fda4e3fa root=/dev/mapper/rhel_hostname-root ro selinux=0 console=ttyS0,115200n8 earlyprintk=ttyS0,115200 net.ifnames=0 biosdevname=0 swiotlb=131072 kvm_amd.debug_swap=0 mem_encrypt=off
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Hygon HygonGenuine
[    0.000000]   Centaur CentaurHauls
[    0.000000]   zhaoxin   Shanghai  
[    0.000000] SEV-SNP: RMP table physical range [0x0000000015e00000 - 0x00000000566fffff]
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000008efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000008f000-0x000000000008ffff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000000090000-0x000000000009ffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000015dfffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000015e00000-0x00000000566fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000056700000-0x00000000567fbfff] usable
[    0.000000] BIOS-e820: [mem 0x00000000567fc000-0x00000000567fcfff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000567fd000-0x000000005a14afff] usable
[    0.000000] BIOS-e820: [mem 0x000000005a14b000-0x000000005a34afff] reserved
[    0.000000] BIOS-e820: [mem 0x000000005a34b000-0x0000000067acefff] usable
[    0.000000] BIOS-e820: [mem 0x0000000067acf000-0x000000006dfcefff] reserved
[    0.000000] BIOS-e820: [mem 0x000000006dfcf000-0x000000006edfefff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000006edff000-0x000000006effefff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000006efff000-0x000000006effffff] usable
[    0.000000] BIOS-e820: [mem 0x000000006f000000-0x000000006f00afff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000006f00b000-0x000000006fffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000070000000-0x000000008fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000aa000000-0x00000000aaffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000c5000000-0x00000000c5ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000e0ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fd000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000207fcfffff] usable
[    0.000000] BIOS-e820: [mem 0x000000207fd00000-0x000000207fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000002080000000-0x000000407f1fffff] usable
[    0.000000] BIOS-e820: [mem 0x000000407f200000-0x000000407fffffff] reserved
[    0.000000] printk: legacy bootconsole [earlyser0] enabled
[    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-0x000000000008efff] usable
[    0.000000] reserve setup_data: [mem 0x000000000008f000-0x000000000008ffff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x0000000000090000-0x000000000009ffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000000100000-0x0000000000b4b01f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000b4b020-0x0000000000b5305f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000b53060-0x0000000000b5401f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000b54020-0x0000000000b8645f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000b86460-0x0000000000b8701f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000b87020-0x0000000000bb945f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000bb9460-0x0000000000bba01f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000bba020-0x0000000000bffe5f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000bffe60-0x0000000015dfffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000015e00000-0x00000000566fffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000056700000-0x00000000567fbfff] usable
[    0.000000] reserve setup_data: [mem 0x00000000567fc000-0x00000000567fcfff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000567fd000-0x000000005a14afff] usable
[    0.000000] reserve setup_data: [mem 0x000000005a14b000-0x000000005a34afff] reserved
[    0.000000] reserve setup_data: [mem 0x000000005a34b000-0x0000000067acefff] usable
[    0.000000] reserve setup_data: [mem 0x0000000067acf000-0x000000006dfcefff] reserved
[    0.000000] reserve setup_data: [mem 0x000000006dfcf000-0x000000006edfefff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x000000006edff000-0x000000006effefff] ACPI data
[    0.000000] reserve setup_data: [mem 0x000000006efff000-0x000000006effffff] usable
[    0.000000] reserve setup_data: [mem 0x000000006f000000-0x000000006f00afff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x000000006f00b000-0x000000006fffffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000070000000-0x000000008fffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000aa000000-0x00000000aaffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000c5000000-0x00000000c5ffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000e0000000-0x00000000e0ffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fd000000-0x00000000ffffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000207fcfffff] usable
[    0.000000] reserve setup_data: [mem 0x000000207fd00000-0x000000207fffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000002080000000-0x000000407f1fffff] usable
[    0.000000] reserve setup_data: [mem 0x000000407f200000-0x000000407fffffff] reserved
[    0.000000] efi: EFI v2.7 by Dell Inc.
[    0.000000] efi: ACPI=0x6effe000 ACPI 2.0=0x6effe014 MEMATTR=0x63f3c4a0 SMBIOS=0x6979e000 SMBIOS 3.0=0x6979c000 MOKvar=0x67bcc000 RNG=0x6efb4020 
[    0.000000] random: crng init done
[    0.000000] efi: Remove mem56: MMIO range=[0x80000000-0x8fffffff] (256MB) from e820 map
[    0.000000] efi: Remove mem57: MMIO range=[0xaa000000-0xaaffffff] (16MB) from e820 map
[    0.000000] efi: Remove mem58: MMIO range=[0xc5000000-0xc5ffffff] (16MB) from e820 map
[    0.000000] efi: Remove mem59: MMIO range=[0xe0000000-0xe0ffffff] (16MB) from e820 map
[    0.000000] efi: Remove mem60: MMIO range=[0xfd000000-0xffffffff] (48MB) from e820 map
[    0.000000] SMBIOS 3.3.0 present.
[    0.000000] DMI: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[    0.000000] DMI: Memory slots populated: 8/16
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 1996.163 MHz processor
[    0.000029] last_pfn = 0x407f200 max_arch_pfn = 0x400000000
[    0.005552] MTRR map: 7 entries (2 fixed + 5 variable; max 19), built from 9 variable MTRRs
[    0.013867] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Memory KASLR using RDRAND RDTSC...
[    0.023896] x2apic: enabled by BIOS, switching to x2apic ops
[    0.029529] last_pfn = 0x70000 max_arch_pfn = 0x400000000
[    0.039396] SEV-SNP: Reserving start/end of RMP table on a 2MB boundary [0x0000000056600000]
[    0.047669] Using GB pages for direct mapping
[    0.052805] Secure boot disabled
[    0.055857] RAMDISK: [mem 0x407cee3000-0x407f1fffff]
[    0.060800] ACPI: Early table checksum verification disabled
[    0.066434] ACPI: RSDP 0x000000006EFFE014 000024 (v02 DELL  )
[    0.072153] ACPI: XSDT 0x000000006EFB7188 0000DC (v01 DELL   PE_SC3   00000002 DELL 00000001)
[    0.080647] ACPI: FACP 0x000000006EFF9000 000114 (v06 DELL   PE_SC3   00000002 DELL 00000001)
[    0.089140] ACPI: DSDT 0x000000006EFDA000 019528 (v02 DELL   PE_SC3   00000002 DELL 00000001)
[    0.097633] ACPI: FACS 0x000000006EDB9000 000040
[    0.102226] ACPI: BERT 0x000000006EFFC000 000030 (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.110719] ACPI: ERST 0x000000006EFFB000 000230 (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.119230] ACPI: HEST 0x000000006EFFA000 0007F4 (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.127724] ACPI: HPET 0x000000006EFF8000 000038 (v01 DELL   PE_SC3   00000002 DELL 00000001)
[    0.136217] ACPI: APIC 0x000000006EFF6000 0018BE (v05 DELL   PE_SC3   00000002 DELL 00000001)
[    0.144711] ACPI: MCFG 0x000000006EFF5000 00003C (v01 DELL   PE_SC3   00000002 DELL 00000001)
[    0.153204] ACPI: WSMT 0x000000006EFF4000 000028 (v01 DELL   PE_SC3   00000002 DELL 00000001)
[    0.161698] ACPI: SSDT 0x000000006EFD9000 000629 (v02 DELL   xhc_port 00000001 INTL 20210331)
[    0.170191] ACPI: SSDT 0x000000006EFD8000 000D6E (v02 AMD    CPMRAS   00000001 INTL 20210331)
[    0.178683] ACPI: EINJ 0x000000006EFD7000 000170 (v01 AMD    PE_SC3   00000001 AMD  00000001)
[    0.187178] ACPI: PCCT 0x000000006EFD6000 00006E (v02 DELL   AmdTable 00000001 AMD  00000001)
[    0.195670] ACPI: SSDT 0x000000006EFC7000 00E849 (v02 DELL   PE_SC3   00000001 AMD  00000001)
[    0.204164] ACPI: SRAT 0x000000006EFC6000 000CD0 (v03 DELL   PE_SC3   00000001 AMD  00000001)
[    0.212667] ACPI: MSCT 0x000000006EFC5000 00004E (v01 DELL   PE_SC3   00000000 AMD  00000001)
[    0.221159] ACPI: SLIT 0x000000006EFC4000 000030 (v01 DELL   PE_SC3   00000001 AMD  00000001)
[    0.229654] ACPI: CRAT 0x000000006EFBC000 0072F8 (v01 DELL   PE_SC3   00000001 AMD  00000001)
[    0.238147] ACPI: CDIT 0x000000006EFBB000 00002C (v01 DELL   PE_SC3   00000001 AMD  00000001)
[    0.246640] ACPI: IVRS 0x000000006EFBA000 0001F0 (v02 DELL   PE_SC3   00000001 AMD  00000001)
[    0.255134] ACPI: SPCR 0x000000006EFB9000 000050 (v02 DELL   PE_SC3   00000002 DELL 00000001)
[    0.263627] ACPI: SLIC 0x000000006EFB8000 000176 (v01 DELL   PE_SC3   00000002 DELL 00000001)
[    0.272120] ACPI: SSDT 0x000000006EFFD000 000D66 (v02 DELL   PE_SC3   00000002 DELL 00000001)
[    0.280614] ACPI: SSDT 0x000000006EFB5000 00193C (v02 AMD    CPMCMN   00000001 INTL 20210331)
[    0.289107] ACPI: Reserving FACP table memory at [mem 0x6eff9000-0x6eff9113]
[    0.296127] ACPI: Reserving DSDT table memory at [mem 0x6efda000-0x6eff3527]
[    0.303147] ACPI: Reserving FACS table memory at [mem 0x6edb9000-0x6edb903f]
[    0.310168] ACPI: Reserving BERT table memory at [mem 0x6effc000-0x6effc02f]
[    0.317197] ACPI: Reserving ERST table memory at [mem 0x6effb000-0x6effb22f]
[    0.324217] ACPI: Reserving HEST table memory at [mem 0x6effa000-0x6effa7f3]
[    0.331236] ACPI: Reserving HPET table memory at [mem 0x6eff8000-0x6eff8037]
[    0.338257] ACPI: Reserving APIC table memory at [mem 0x6eff6000-0x6eff78bd]
[    0.345277] ACPI: Reserving MCFG table memory at [mem 0x6eff5000-0x6eff503b]
[    0.352297] ACPI: Reserving WSMT table memory at [mem 0x6eff4000-0x6eff4027]
[    0.359317] ACPI: Reserving SSDT table memory at [mem 0x6efd9000-0x6efd9628]
[    0.366336] ACPI: Reserving SSDT table memory at [mem 0x6efd8000-0x6efd8d6d]
[    0.373356] ACPI: Reserving EINJ table memory at [mem 0x6efd7000-0x6efd716f]
[    0.380376] ACPI: Reserving PCCT table memory at [mem 0x6efd6000-0x6efd606d]
[    0.387397] ACPI: Reserving SSDT table memory at [mem 0x6efc7000-0x6efd5848]
[    0.394417] ACPI: Reserving SRAT table memory at [mem 0x6efc6000-0x6efc6ccf]
[    0.401437] ACPI: Reserving MSCT table memory at [mem 0x6efc5000-0x6efc504d]
[    0.408457] ACPI: Reserving SLIT table memory at [mem 0x6efc4000-0x6efc402f]
[    0.415477] ACPI: Reserving CRAT table memory at [mem 0x6efbc000-0x6efc32f7]
[    0.422498] ACPI: Reserving CDIT table memory at [mem 0x6efbb000-0x6efbb02b]
[    0.429518] ACPI: Reserving IVRS table memory at [mem 0x6efba000-0x6efba1ef]
[    0.436537] ACPI: Reserving SPCR table memory at [mem 0x6efb9000-0x6efb904f]
[    0.443557] ACPI: Reserving SLIC table memory at [mem 0x6efb8000-0x6efb8175]
[    0.450578] ACPI: Reserving SSDT table memory at [mem 0x6effd000-0x6effdd65]
[    0.457599] ACPI: Reserving SSDT table memory at [mem 0x6efb5000-0x6efb693b]
[    0.464692] APIC: Switched APIC routing to: cluster x2apic
[    0.470097] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff]
[    0.476059] ACPI: SRAT: Node 0 PXM 0 [mem 0x000c0000-0x7fffffff]
[    0.482040] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0x207fffffff]
[    0.488279] ACPI: SRAT: Node 1 PXM 1 [mem 0x2080000000-0x407fffffff]
[    0.494612] NUMA: Node 0 [mem 0x00001000-0x0009ffff] + [mem 0x000c0000-0x7fffffff] -> [mem 0x00001000-0x7fffffff]
[    0.504833] NUMA: Node 0 [mem 0x00001000-0x7fffffff] + [mem 0x100000000-0x207fffffff] -> [mem 0x00001000-0x207fffffff]
[    0.515499] NODE_DATA(0) allocated [mem 0x207fcd5a00-0x207fcfffff]
[    0.521654] NODE_DATA(1) allocated [mem 0x407ceb7a00-0x407cee1fff]
[    0.528254] Zone ranges:
[    0.530608]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.536761]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.542913]   Normal   [mem 0x0000000100000000-0x000000407f1fffff]
[    0.549068]   Device   empty
[    0.551928] Movable zone start for each node
[    0.556175] Early memory node ranges
[    0.559727]   node   0: [mem 0x0000000000001000-0x000000000008efff]
[    0.565968]   node   0: [mem 0x0000000000090000-0x000000000009ffff]
[    0.572208]   node   0: [mem 0x0000000000100000-0x0000000015dfffff]
[    0.578448]   node   0: [mem 0x0000000056700000-0x00000000567fbfff]
[    0.584688]   node   0: [mem 0x00000000567fd000-0x000000005a14afff]
[    0.590929]   node   0: [mem 0x000000005a34b000-0x0000000067acefff]
[    0.597169]   node   0: [mem 0x000000006efff000-0x000000006effffff]
[    0.603408]   node   0: [mem 0x000000006f00b000-0x000000006fffffff]
[    0.609649]   node   0: [mem 0x0000000100000000-0x000000207fcfffff]
[    0.615898]   node   1: [mem 0x0000002080000000-0x000000407f1fffff]
[    0.622139] Initmem setup node 0 [mem 0x0000000000001000-0x000000207fcfffff]
[    0.629151] Initmem setup node 1 [mem 0x0000002080000000-0x000000407f1fffff]
[    0.636171] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.641976] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.647794] On node 0, zone DMA: 96 pages in unavailable ranges
[    0.654119] On node 0, zone DMA32: 35072 pages in unavailable ranges
[    0.660331] On node 0, zone DMA32: 1 pages in unavailable ranges
[    0.666426] On node 0, zone DMA32: 512 pages in unavailable ranges
[    0.672594] On node 0, zone DMA32: 30000 pages in unavailable ranges
[    0.678779] On node 0, zone DMA32: 11 pages in unavailable ranges
[    0.904115] On node 1, zone Normal: 768 pages in unavailable ranges
[    0.910226] On node 1, zone Normal: 3584 pages in unavailable ranges
[    0.916701] ACPI: PM-Timer IO Port: 0x408
[    0.920571] ACPI: X2APIC_NMI (uid[0xffffffff] high edge lint[0x1])
[    0.926700] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.932606] IOAPIC[0]: apic_id 240, version 33, address 0xfec00000, GSI 0-23
[    0.939615] IOAPIC[1]: apic_id 241, version 33, address 0xe0100000, GSI 120-151
[    0.946895] IOAPIC[2]: apic_id 242, version 33, address 0xc5100000, GSI 88-119
[    0.954089] IOAPIC[3]: apic_id 243, version 33, address 0xaa100000, GSI 56-87
[    0.961196] IOAPIC[4]: apic_id 244, version 33, address 0xfd100000, GSI 24-55
[    0.968301] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.974626] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.981134] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.987539] ACPI: HPET id: 0x10228201 base: 0xfed00000
[    0.992655] ACPI: SPCR: console: uart,io,0x2f8,115200
[    0.997683] CPU topo: Max. logical packages:   1
[    1.002273] CPU topo: Max. logical dies:       1
[    1.006866] CPU topo: Max. dies per package:   1
[    1.011464] CPU topo: Max. threads per core:   2
[    1.016079] CPU topo: Num. cores per package:    64
[    1.020932] CPU topo: Num. threads per package: 128
[    1.025785] CPU topo: Allowing 128 present CPUs plus 0 hotplug CPUs
[    1.032053] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    1.039566] PM: hibernation: Registered nosave memory: [mem 0x0008f000-0x0008ffff]
[    1.047106] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    1.054647] PM: hibernation: Registered nosave memory: [mem 0x00b4b000-0x00b4bfff]
[    1.062186] PM: hibernation: Registered nosave memory: [mem 0x00b53000-0x00b53fff]
[    1.069726] PM: hibernation: Registered nosave memory: [mem 0x00b54000-0x00b54fff]
[    1.077267] PM: hibernation: Registered nosave memory: [mem 0x00b86000-0x00b86fff]
[    1.084807] PM: hibernation: Registered nosave memory: [mem 0x00b87000-0x00b87fff]
[    1.092348] PM: hibernation: Registered nosave memory: [mem 0x00bb9000-0x00bb9fff]
[    1.099886] PM: hibernation: Registered nosave memory: [mem 0x00bba000-0x00bbafff]
[    1.107428] PM: hibernation: Registered nosave memory: [mem 0x00bff000-0x00bfffff]
[    1.114968] PM: hibernation: Registered nosave memory: [mem 0x15e00000-0x566fffff]
[    1.122551] PM: hibernation: Registered nosave memory: [mem 0x56700000-0x567fbfff]
[    1.130090] PM: hibernation: Registered nosave memory: [mem 0x567fc000-0x567fcfff]
[    1.137630] PM: hibernation: Registered nosave memory: [mem 0x567fd000-0x567fffff]
[    1.145171] PM: hibernation: Registered nosave memory: [mem 0x5a14b000-0x5a34afff]
[    1.152712] PM: hibernation: Registered nosave memory: [mem 0x67acf000-0x6dfcefff]
[    1.160251] PM: hibernation: Registered nosave memory: [mem 0x6dfcf000-0x6edfefff]
[    1.167790] PM: hibernation: Registered nosave memory: [mem 0x6edff000-0x6effefff]
[    1.175332] PM: hibernation: Registered nosave memory: [mem 0x6f000000-0x6f00afff]
[    1.182872] PM: hibernation: Registered nosave memory: [mem 0x70000000-0x7fffffff]
[    1.190412] PM: hibernation: Registered nosave memory: [mem 0x80000000-0xffffffff]
[    1.197952] PM: hibernation: Registered nosave memory: [mem 0x207fd00000-0x207fffffff]
[    1.205838] [mem 0x56800000-0xffffffff] available for PCI devices
[    1.211906] Booting paravirtualized kernel on bare hardware
[    1.217453] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    1.227915] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:128 nr_cpu_ids:128 nr_node_ids:2
[    1.240095] percpu: Embedded 66 pages/cpu s233472 r8192 d28672 u524288
[    1.246572] Kernel command line: BOOT_IMAGE=(hd0,gpt6)/vmlinuz-6.11.0-rc5-next-20240829-b18bbfc14a-000fda4e3fa root=/dev/mapper/rhel_hostname-root ro selinux=0 console=ttyS0,115200n8 earlyprintk=ttyS0,115200 net.ifnames=0 biosdevname=0 swiotlb=131072 kvm_amd.debug_swap=0 mem_encrypt=off
[    1.271981] Unknown kernel command line parameters "BOOT_IMAGE=(hd0,gpt6)/vmlinuz-6.11.0-rc5-next-20240829-b18bbfc14a-000fda4e3fa biosdevname=0 mem_encrypt=off", will be passed to user space.
[    1.288841] printk: log_buf_len individual max cpu contribution: 4096 bytes
[    1.295756] printk: log_buf_len total cpu_extra contributions: 520192 bytes
[    1.302689] printk: log_buf_len min size: 262144 bytes
[    1.308167] printk: log_buf_len: 1048576 bytes
[    1.312431] printk: early log buf free: 242224(92%)
[    1.318698] Fallback order for Node 0: 0 1 
[    1.318701] Fallback order for Node 1: 1 0 
[    1.318711] Built 2 zonelists, mobility grouping on.  Total pages: 66743906
[    1.333811] Policy zone: Normal
[    1.336938] mem auto-init: stack:off, heap alloc:on, heap free:off
[    1.343118] software IO TLB: area num 128.
[    1.763331] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=128, Nodes=2
Poking KASLR using RDRAND RDTSC...
[    1.772980] ftrace: allocating 53168 entries in 208 pages
[    1.789619] ftrace: allocated 208 pages with 3 groups
[    1.795338] Dynamic Preempt: voluntary
[    1.799248] rcu: Preemptible hierarchical RCU implementation.
[    1.804810] rcu: 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=128.
[    1.811743] 	Trampoline variant of Tasks RCU enabled.
[    1.816769] 	Rude variant of Tasks RCU enabled.
[    1.821276] 	Tracing variant of Tasks RCU enabled.
[    1.826043] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    1.833584] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=128
[    1.840496] RCU Tasks: Setting shift to 7 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=128.
[    1.849326] RCU Tasks Rude: Setting shift to 7 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=128.
[    1.858600] RCU Tasks Trace: Setting shift to 7 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=128.
[    1.870616] NR_IRQS: 524544, nr_irqs: 3624, preallocated irqs: 16
[    1.876801] rcu: srcu_init: Setting srcu_struct sizes to big.
[    1.882518] Console: colour dummy device 80x25
[    1.886807] printk: legacy console [ttyS0] enabled
[    1.886807] printk: legacy console [ttyS0] enabled
[    1.896339] printk: legacy bootconsole [earlyser0] disabled
[    1.896339] printk: legacy bootconsole [earlyser0] disabled
[    1.907529] mempolicy: Enabling automatic NUMA balancing. Configure with numa_balancing= or the kernel.numa_balancing sysctl
[    1.918808] ACPI: Core revision 20240322
[    1.922960] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[    1.932099] APIC: Switch to symmetric I/O mode setup
[    1.938047] AMD-Vi: Using global IVHD EFR:0x841f77e022094ace, EFR2:0x0
[    1.947158] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    1.972103] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x398c0b554af, max_idle_ns: 881590514676 ns
[    1.982614] Calibrating delay loop (skipped), value calculated using timer frequency.. 3992.32 BogoMIPS (lpj=7984652)
[    1.986625] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[    1.990726] LVT offset 2 assigned for vector 0xf4
[    1.994645] Last level iTLB entries: 4KB 512, 2MB 512, 4MB 256
[    1.998612] Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
[    2.002613] process: using mwait in idle threads
[    2.006613] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    2.010613] Spectre V2 : Mitigation: Retpolines
[    2.014612] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    2.018612] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
[    2.022612] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    2.026613] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    2.030612] Spectre V2 : User space: Mitigation: STIBP always-on protection
[    2.034613] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[    2.038612] Speculative Return Stack Overflow: Mitigation: Safe RET
[    2.042615] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    2.046612] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    2.050612] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    2.054612] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
[    2.058612] x86/fpu: Supporting XSAVE feature 0x800: 'Control-flow User registers'
[    2.062612] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    2.066612] x86/fpu: xstate_offset[9]:  832, xstate_sizes[9]:    8
[    2.070612] x86/fpu: xstate_offset[11]:  840, xstate_sizes[11]:   16
[    2.074612] x86/fpu: Enabled xstate features 0xa07, context size is 856 bytes, using 'compacted' format.
[    2.112154] Freeing SMP alternatives memory: 44K
[    2.114614] pid_max: default: 131072 minimum: 1024
[    2.125552] LSM: initializing lsm=lockdown,capability,yama,apparmor,ima,evm
[    2.126667] Yama: becoming mindful.
[    2.130728] AppArmor: AppArmor initialized
[    2.142759] Dentry cache hash table entries: 16777216 (order: 15, 134217728 bytes, vmalloc hugepage)
[    2.151060] Inode-cache hash table entries: 8388608 (order: 14, 67108864 bytes, vmalloc hugepage)
[    2.154803] Mount-cache hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc)
[    2.158763] Mountpoint-cache hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc)
[    2.273248] smpboot: CPU0: AMD EPYC 7713 64-Core Processor (family: 0x19, model: 0x1, stepping: 0x1)
[    2.274982] Performance Events: Fam17h+ core perfctr, AMD PMU driver.
[    2.278614] ... version:                0
[    2.282613] ... bit width:              48
[    2.286614] ... generic registers:      6
[    2.290613] ... value mask:             0000ffffffffffff
[    2.294613] ... max period:             00007fffffffffff
[    2.298613] ... fixed-purpose events:   0
[    2.302613] ... event mask:             000000000000003f
[    2.306885] signal: max sigframe size: 3376
[    2.310648] rcu: Hierarchical SRCU implementation.
[    2.314613] rcu: 	Max phase no-delay instances is 1000.
[    2.318663] Timer migration: 3 hierarchy levels; 8 children per group; 2 crossnode level
[    2.330491] MCE: In-kernel MCE decoding enabled.
[    2.330668] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    2.339074] smp: Bringing up secondary CPUs ...
[    2.342783] smpboot: x86: Booting SMP configuration:
[    2.346615] .... 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
[    2.354615] .... node  #1, CPUs:    #32  #33  #34  #35  #36  #37  #38  #39  #40  #41  #42  #43  #44  #45  #46  #47  #48  #49  #50  #51  #52  #53  #54  #55  #56  #57  #58  #59  #60  #61  #62  #63
[    2.394747] psi: inconsistent task state! task=1:swapper/0 cpu=0 psi_flags=4 clear=0 set=4
[    0.072214] call_irq_handler: 25.55 No irq handler for vector
[    2.512614] 
[    2.514614] .... node  #0, CPUs:    #64  #65  #66  #67  #68  #69  #70  #71  #72  #73  #74  #75  #76  #77  #78  #79  #80  #81  #82  #83  #84  #85  #86  #87  #88  #89  #90  #91  #92  #93  #94  #95
[    2.522615] .... node  #1, CPUs:    #96  #97  #98  #99 #100 #101 #102 #103 #104 #105 #106 #107 #108 #109 #110 #111 #112 #113 #114 #115 #116 #117 #118 #119 #120 #121 #122 #123 #124 #125 #126 #127
[    2.680614] Spectre V2 : Update user space SMT mitigation: STIBP always-on
[    2.828615] smp: Brought up 2 nodes, 128 CPUs
[    2.830617] smpboot: Total of 128 processors activated (511017.72 BogoMIPS)
[    2.845315] Memory: 262100032K/266975624K available (18432K kernel code, 3261K rwdata, 7740K rodata, 4684K init, 6212K bss, 4562380K reserved, 0K cma-reserved)
[    2.852749] devtmpfs: initialized
[    2.854689] x86/mm: Memory block size: 2048MB
[    2.868934] ACPI: PM: Registering ACPI NVS region [mem 0x0008f000-0x0008ffff] (4096 bytes)
[    2.870614] ACPI: PM: Registering ACPI NVS region [mem 0x6dfcf000-0x6edfefff] (14876672 bytes)
[    2.874905] ACPI: PM: Registering ACPI NVS region [mem 0x6f000000-0x6f00afff] (45056 bytes)
[    2.882670] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    2.886728] futex hash table entries: 32768 (order: 9, 2097152 bytes, vmalloc)
[    2.890852] pinctrl core: initialized pinctrl subsystem
[    2.894726] PM: RTC time: 10:50:03, date: 2024-09-02
[    2.903081] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    2.907146] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[    2.910795] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    2.914797] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    2.918621] audit: initializing netlink subsys (disabled)
[    2.922635] audit: type=2000 audit(1725274201.972:1): state=initialized audit_enabled=0 res=1
[    2.922789] thermal_sys: Registered thermal governor 'fair_share'
[    2.926615] thermal_sys: Registered thermal governor 'bang_bang'
[    2.930613] thermal_sys: Registered thermal governor 'step_wise'
[    2.934613] thermal_sys: Registered thermal governor 'user_space'
[    2.938621] EISA bus registered
[    2.945764] cpuidle: using governor ladder
[    2.946624] cpuidle: using governor menu
[    2.950655] Detected 1 PCC Subspaces
[    2.954614] Registering PCC driver as Mailbox controller
[    2.958762] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    2.962615] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    2.966785] PCI: ECAM [mem 0x80000000-0x8fffffff] (base 0x80000000) for domain 0000 [bus 00-ff]
[    2.970625] PCI: Using configuration type 1 for base access
[    2.974624] PCI: Dell System detected, enabling pci=bfsort.
[    2.978792] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    2.982832] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[    2.986616] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[    2.990613] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[    2.994613] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[    2.998893] ACPI: Added _OSI(Module Device)
[    3.002614] ACPI: Added _OSI(Processor Device)
[    3.006613] ACPI: Added _OSI(3.0 _SCP Extensions)
[    3.010613] ACPI: Added _OSI(Processor Aggregator Device)
[    3.054940] ACPI: 6 ACPI AML tables successfully acquired and loaded
[    3.072788] ACPI: Interpreter enabled
[    3.074627] ACPI: PM: (supports S0 S5)
[    3.078613] ACPI: Using IOAPIC for interrupt routing
[    3.083213] HEST: Table parsing has been initialized.
[    3.087146] GHES: APEI firmware first mode is enabled by APEI bit and WHEA _OSC.
[    3.090616] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    3.094613] PCI: Ignoring E820 reservations for host bridge windows
[    3.104293] ACPI: Enabled 1 GPEs in block 00 to 1F
[    3.143630] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[    3.146693] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
[    3.150691] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[    3.154690] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[    3.158690] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[    3.162690] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[    3.166690] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[    3.170691] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[    3.175105] ACPI: PCI Root Bridge [PC00] (domain 0000 [bus 00-3f])
[    3.178617] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    3.182775] acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug AER DPC]
[    3.186926] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
[    3.190613] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    3.195588] PCI host bridge to bus 0000:00
[    3.198617] pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
[    3.202613] pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
[    3.206614] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000fffff window]
[    3.210613] pci_bus 0000:00: root bus resource [io  0x0d00-0x3fff window]
[    3.214613] pci_bus 0000:00: root bus resource [mem 0xe1000000-0xfebfffff window]
[    3.218613] pci_bus 0000:00: root bus resource [mem 0x63dc0000000-0x7fcffffffff window]
[    3.222614] pci_bus 0000:00: root bus resource [bus 00-3f]
[    3.226627] pci 0000:00:00.0: [1022:1480] type 00 class 0x060000 conventional PCI endpoint
[    3.230752] pci 0000:00:00.2: [1022:164f] type 00 class 0x080600 conventional PCI endpoint
[    3.234712] pci 0000:00:01.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.238696] pci 0000:00:02.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.242696] pci 0000:00:03.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.246693] pci 0000:00:03.2: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    3.250631] pci 0000:00:03.2: PCI bridge to [bus 01]
[    3.254617] pci 0000:00:03.2:   bridge window [io  0x1000-0x1fff]
[    3.258614] pci 0000:00:03.2:   bridge window [mem 0xf7300000-0xf74fffff]
[    3.262683] pci 0000:00:03.2: PME# supported from D0 D3hot D3cold
[    3.267608] pci 0000:00:04.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.270697] pci 0000:00:05.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.274698] pci 0000:00:07.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.278694] pci 0000:00:07.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    3.282631] pci 0000:00:07.1: PCI bridge to [bus 02]
[    3.286617] pci 0000:00:07.1:   bridge window [mem 0xf7200000-0xf72fffff]
[    3.290625] pci 0000:00:07.1: enabling Extended Tags
[    3.294664] pci 0000:00:07.1: PME# supported from D0 D3hot D3cold
[    3.298760] pci 0000:00:08.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.302692] pci 0000:00:08.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    3.306632] pci 0000:00:08.1: PCI bridge to [bus 03]
[    3.310617] pci 0000:00:08.1:   bridge window [mem 0xf7000000-0xf71fffff]
[    3.314625] pci 0000:00:08.1: enabling Extended Tags
[    3.318663] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[    3.322798] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500 conventional PCI endpoint
[    3.326733] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100 conventional PCI endpoint
[    3.330786] pci 0000:00:18.0: [1022:1650] type 00 class 0x060000 conventional PCI endpoint
[    3.334703] pci 0000:00:18.1: [1022:1651] type 00 class 0x060000 conventional PCI endpoint
[    3.338667] pci 0000:00:18.2: [1022:1652] type 00 class 0x060000 conventional PCI endpoint
[    3.342670] pci 0000:00:18.3: [1022:1653] type 00 class 0x060000 conventional PCI endpoint
[    3.346668] pci 0000:00:18.4: [1022:1654] type 00 class 0x060000 conventional PCI endpoint
[    3.350667] pci 0000:00:18.5: [1022:1655] type 00 class 0x060000 conventional PCI endpoint
[    3.354670] pci 0000:00:18.6: [1022:1656] type 00 class 0x060000 conventional PCI endpoint
[    3.358669] pci 0000:00:18.7: [1022:1657] type 00 class 0x060000 conventional PCI endpoint
[    3.362743] pci 0000:01:00.0: [1000:0097] type 00 class 0x010700 PCIe Endpoint
[    3.366625] pci 0000:01:00.0: BAR 0 [io  0x1000-0x10ff]
[    3.370622] pci 0000:01:00.0: BAR 1 [mem 0xf7400000-0xf740ffff 64bit]
[    3.374622] pci 0000:01:00.0: BAR 3 [mem 0xf7300000-0xf73fffff 64bit]
[    3.378625] pci 0000:01:00.0: ROM [mem 0xfff00000-0xffffffff pref]
[    3.382618] pci 0000:01:00.0: enabling Extended Tags
[    3.386699] pci 0000:01:00.0: supports D1 D2
[    3.390643] pci 0000:01:00.0: VF BAR 0 [mem 0x00000000-0x0000ffff 64bit]
[    3.394613] pci 0000:01:00.0: VF BAR 0 [mem 0x00000000-0x000fffff 64bit]: contains BAR 0 for 16 VFs
[    3.398620] pci 0000:01:00.0: VF BAR 2 [mem 0x00000000-0x000fffff 64bit]
[    3.402613] pci 0000:01:00.0: VF BAR 2 [mem 0x00000000-0x00ffffff 64bit]: contains BAR 2 for 16 VFs
[    3.406780] pci 0000:00:03.2: PCI bridge to [bus 01]
[    3.410702] pci 0000:02:00.0: [1022:148a] type 00 class 0x130000 PCIe Endpoint
[    3.414654] pci 0000:02:00.0: enabling Extended Tags
[    3.418779] pci 0000:02:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    3.422632] pci 0000:02:00.2: BAR 2 [mem 0xf7200000-0xf727ffff]
[    3.426628] pci 0000:02:00.2: BAR 5 [mem 0xf7280000-0xf7281fff]
[    3.434620] pci 0000:02:00.2: enabling Extended Tags
[    3.438805] pci 0000:00:07.1: PCI bridge to [bus 02]
[    3.442747] pci 0000:03:00.0: [1022:1485] type 00 class 0x130000 PCIe Endpoint
[    3.446658] pci 0000:03:00.0: enabling Extended Tags
[    3.450825] pci 0000:03:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    3.454633] pci 0000:03:00.2: BAR 2 [mem 0xf7100000-0xf717ffff]
[    3.458629] pci 0000:03:00.2: BAR 5 [mem 0xf7180000-0xf7181fff]
[    3.462623] pci 0000:03:00.2: enabling Extended Tags
[    3.466798] pci 0000:03:00.3: [1022:148c] type 00 class 0x0c0330 PCIe Endpoint
[    3.470626] pci 0000:03:00.3: BAR 0 [mem 0xf7000000-0xf70fffff 64bit]
[    3.474643] pci 0000:03:00.3: enabling Extended Tags
[    3.478664] pci 0000:03:00.3: PME# supported from D0 D3hot D3cold
[    3.482789] pci 0000:00:08.1: PCI bridge to [bus 03]
[    3.488018] ACPI: PCI Root Bridge [PC01] (domain 0000 [bus 40-7f])
[    3.490616] acpi PNP0A08:01: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    3.494776] acpi PNP0A08:01: _OSC: platform does not support [SHPCHotplug AER DPC]
[    3.498925] acpi PNP0A08:01: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
[    3.502613] acpi PNP0A08:01: FADT indicates ASPM is unsupported, using BIOS configuration
[    3.507542] PCI host bridge to bus 0000:40
[    3.510616] pci_bus 0000:40: root bus resource [io  0x4000-0x6fff window]
[    3.514613] pci_bus 0000:40: root bus resource [mem 0x90000000-0xaaffffff window]
[    3.518613] pci_bus 0000:40: root bus resource [mem 0x47e80000000-0x63dbfffffff window]
[    3.522613] pci_bus 0000:40: root bus resource [bus 40-7f]
[    3.526623] pci 0000:40:00.0: [1022:1480] type 00 class 0x060000 conventional PCI endpoint
[    3.530701] pci 0000:40:00.2: [1022:164f] type 00 class 0x080600 conventional PCI endpoint
[    3.534710] pci 0000:40:01.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.538695] pci 0000:40:02.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.542686] pci 0000:40:03.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.546697] pci 0000:40:03.1: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    3.550632] pci 0000:40:03.1: PCI bridge to [bus 41]
[    3.554618] pci 0000:40:03.1:   bridge window [mem 0xa4c00000-0xa4ffffff]
[    3.558715] pci 0000:40:03.1: PME# supported from D0 D3hot D3cold
[    3.576606] pci 0000:40:03.2: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    3.578639] pci 0000:40:03.2: PCI bridge to [bus 42]
[    3.582618] pci 0000:40:03.2:   bridge window [mem 0xa4800000-0xa4bfffff]
[    3.586724] pci 0000:40:03.2: PME# supported from D0 D3hot D3cold
[    3.606049] pci 0000:40:03.3: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    3.606634] pci 0000:40:03.3: PCI bridge to [bus 43]
[    3.610618] pci 0000:40:03.3:   bridge window [mem 0xa4400000-0xa47fffff]
[    3.614707] pci 0000:40:03.3: PME# supported from D0 D3hot D3cold
[    3.631659] pci 0000:40:03.4: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    3.634638] pci 0000:40:03.4: PCI bridge to [bus 44]
[    3.638621] pci 0000:40:03.4:   bridge window [mem 0xa4000000-0xa43fffff]
[    3.642807] pci 0000:40:03.4: PME# supported from D0 D3hot D3cold
[    3.661577] pci 0000:40:04.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.662696] pci 0000:40:05.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.666746] pci 0000:40:07.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.674652] pci 0000:40:07.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    3.678634] pci 0000:40:07.1: PCI bridge to [bus 45]
[    3.682619] pci 0000:40:07.1:   bridge window [mem 0xa5300000-0xa53fffff]
[    3.686627] pci 0000:40:07.1: enabling Extended Tags
[    3.690655] pci 0000:40:07.1: PME# supported from D0 D3hot D3cold
[    3.694761] pci 0000:40:08.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.702694] pci 0000:40:08.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    3.710630] pci 0000:40:08.1: PCI bridge to [bus 46]
[    3.714618] pci 0000:40:08.1:   bridge window [mem 0xa5000000-0xa52fffff]
[    3.722624] pci 0000:40:08.1: enabling Extended Tags
[    3.726662] pci 0000:40:08.1: PME# supported from D0 D3hot D3cold
[    3.734853] pci 0000:40:03.1: PCI bridge to [bus 41]
[    3.738695] pci 0000:40:03.2: PCI bridge to [bus 42]
[    3.742692] pci 0000:40:03.3: PCI bridge to [bus 43]
[    3.750692] pci 0000:40:03.4: PCI bridge to [bus 44]
[    3.754697] pci 0000:45:00.0: [1022:148a] type 00 class 0x130000 PCIe Endpoint
[    3.762653] pci 0000:45:00.0: enabling Extended Tags
[    3.766775] pci 0000:45:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    3.774721] pci 0000:45:00.2: BAR 2 [mem 0xa5300000-0xa537ffff]
[    3.778627] pci 0000:45:00.2: BAR 5 [mem 0xa5380000-0xa5381fff]
[    3.786622] pci 0000:45:00.2: enabling Extended Tags
[    3.790802] pci 0000:40:07.1: PCI bridge to [bus 45]
[    3.794747] pci 0000:46:00.0: [1022:1485] type 00 class 0x130000 PCIe Endpoint
[    3.798657] pci 0000:46:00.0: enabling Extended Tags
[    3.802823] pci 0000:46:00.1: [1022:1486] type 00 class 0x108000 PCIe Endpoint
[    3.806633] pci 0000:46:00.1: BAR 2 [mem 0xa5100000-0xa51fffff]
[    3.810628] pci 0000:46:00.1: BAR 5 [mem 0xa5282000-0xa5283fff]
[    3.814622] pci 0000:46:00.1: enabling Extended Tags
[    3.818797] pci 0000:46:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    3.822633] pci 0000:46:00.2: BAR 2 [mem 0xa5200000-0xa527ffff]
[    3.826629] pci 0000:46:00.2: BAR 5 [mem 0xa5280000-0xa5281fff]
[    3.830622] pci 0000:46:00.2: enabling Extended Tags
[    3.838697] pci 0000:46:00.3: [1022:148c] type 00 class 0x0c0330 PCIe Endpoint
[    3.842626] pci 0000:46:00.3: BAR 0 [mem 0xa5000000-0xa50fffff 64bit]
[    3.846643] pci 0000:46:00.3: enabling Extended Tags
[    3.850663] pci 0000:46:00.3: PME# supported from D0 D3hot D3cold
[    3.854780] pci 0000:40:08.1: PCI bridge to [bus 46]
[    3.859278] ACPI: PCI Root Bridge [PC02] (domain 0000 [bus 80-bf])
[    3.862616] acpi PNP0A08:02: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    3.866777] acpi PNP0A08:02: _OSC: platform does not support [SHPCHotplug AER DPC]
[    3.870925] acpi PNP0A08:02: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
[    3.874613] acpi PNP0A08:02: FADT indicates ASPM is unsupported, using BIOS configuration
[    3.879506] PCI host bridge to bus 0000:80
[    3.882617] pci_bus 0000:80: root bus resource [io  0x7000-0x9fff window]
[    3.886613] pci_bus 0000:80: root bus resource [mem 0xab000000-0xc5ffffff window]
[    3.890613] pci_bus 0000:80: root bus resource [mem 0x2bf40000000-0x47e7fffffff window]
[    3.894613] pci_bus 0000:80: root bus resource [bus 80-bf]
[    3.898623] pci 0000:80:00.0: [1022:1480] type 00 class 0x060000 conventional PCI endpoint
[    3.902705] pci 0000:80:00.2: [1022:164f] type 00 class 0x080600 conventional PCI endpoint
[    3.906707] pci 0000:80:01.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.910691] pci 0000:80:01.1: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    3.914633] pci 0000:80:01.1: PCI bridge to [bus 81]
[    3.918618] pci 0000:80:01.1:   bridge window [mem 0xbf400000-0xbf7fffff]
[    3.922708] pci 0000:80:01.1: PME# supported from D0 D3hot D3cold
[    3.941102] pci 0000:80:01.2: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    3.942638] pci 0000:80:01.2: PCI bridge to [bus 82]
[    3.946618] pci 0000:80:01.2:   bridge window [mem 0xbf000000-0xbf3fffff]
[    3.950728] pci 0000:80:01.2: PME# supported from D0 D3hot D3cold
[    3.971360] pci 0000:80:02.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.974737] pci 0000:80:03.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.978691] pci 0000:80:04.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.982749] pci 0000:80:05.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.986691] pci 0000:80:07.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.990689] pci 0000:80:07.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    3.994630] pci 0000:80:07.1: PCI bridge to [bus 83]
[    3.998618] pci 0000:80:07.1:   bridge window [mem 0xbfa00000-0xbfafffff]
[    4.002624] pci 0000:80:07.1: enabling Extended Tags
[    4.006662] pci 0000:80:07.1: PME# supported from D0 D3hot D3cold
[    4.010761] pci 0000:80:08.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.014694] pci 0000:80:08.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    4.018631] pci 0000:80:08.1: PCI bridge to [bus 84]
[    4.022617] pci 0000:80:08.1:   bridge window [mem 0xbf900000-0xbf9fffff]
[    4.026625] pci 0000:80:08.1: enabling Extended Tags
[    4.030663] pci 0000:80:08.1: PME# supported from D0 D3hot D3cold
[    4.034769] pci 0000:80:08.2: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    4.038631] pci 0000:80:08.2: PCI bridge to [bus 85]
[    4.042618] pci 0000:80:08.2:   bridge window [mem 0xbf800000-0xbf8fffff]
[    4.046625] pci 0000:80:08.2: enabling Extended Tags
[    4.050663] pci 0000:80:08.2: PME# supported from D0 D3hot D3cold
[    4.054846] pci 0000:80:01.1: PCI bridge to [bus 81]
[    4.058698] pci 0000:80:01.2: PCI bridge to [bus 82]
[    4.062698] pci 0000:83:00.0: [1022:148a] type 00 class 0x130000 PCIe Endpoint
[    4.066654] pci 0000:83:00.0: enabling Extended Tags
[    4.070777] pci 0000:83:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    4.074631] pci 0000:83:00.2: BAR 2 [mem 0xbfa00000-0xbfa7ffff]
[    4.078627] pci 0000:83:00.2: BAR 5 [mem 0xbfa80000-0xbfa81fff]
[    4.082622] pci 0000:83:00.2: enabling Extended Tags
[    4.086801] pci 0000:80:07.1: PCI bridge to [bus 83]
[    4.090742] pci 0000:84:00.0: [1022:1485] type 00 class 0x130000 PCIe Endpoint
[    4.094657] pci 0000:84:00.0: enabling Extended Tags
[    4.098823] pci 0000:84:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    4.102633] pci 0000:84:00.2: BAR 2 [mem 0xbf900000-0xbf97ffff]
[    4.106629] pci 0000:84:00.2: BAR 5 [mem 0xbf980000-0xbf981fff]
[    4.110622] pci 0000:84:00.2: enabling Extended Tags
[    4.114810] pci 0000:80:08.1: PCI bridge to [bus 84]
[    4.118744] pci 0000:85:00.0: [1022:7901] type 00 class 0x010601 PCIe Endpoint
[    4.122649] pci 0000:85:00.0: BAR 5 [mem 0xbf800000-0xbf8007ff]
[    4.126623] pci 0000:85:00.0: enabling Extended Tags
[    4.130677] pci 0000:85:00.0: PME# supported from D3hot D3cold
[    4.134790] pci 0000:80:08.2: PCI bridge to [bus 85]
[    4.139329] ACPI: PCI Root Bridge [PC03] (domain 0000 [bus c0-ff])
[    4.142616] acpi PNP0A08:03: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    4.146776] acpi PNP0A08:03: _OSC: platform does not support [SHPCHotplug AER DPC]
[    4.150924] acpi PNP0A08:03: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
[    4.154613] acpi PNP0A08:03: FADT indicates ASPM is unsupported, using BIOS configuration
[    4.159625] PCI host bridge to bus 0000:c0
[    4.162617] pci_bus 0000:c0: root bus resource [io  0xa000-0xffff window]
[    4.166613] pci_bus 0000:c0: root bus resource [mem 0xc6000000-0xe0ffffff window]
[    4.170613] pci_bus 0000:c0: root bus resource [mem 0x10000000000-0x2bf3fffffff window]
[    4.174613] pci_bus 0000:c0: root bus resource [io  0x03b0-0x03df window]
[    4.178614] pci_bus 0000:c0: root bus resource [mem 0x000a0000-0x000bffff window]
[    4.182613] pci_bus 0000:c0: root bus resource [bus c0-ff]
[    4.186623] pci 0000:c0:00.0: [1022:1480] type 00 class 0x060000 conventional PCI endpoint
[    4.190737] pci 0000:c0:00.2: [1022:164f] type 00 class 0x080600 conventional PCI endpoint
[    4.194705] pci 0000:c0:01.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.198688] pci 0000:c0:02.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.202687] pci 0000:c0:03.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.206689] pci 0000:c0:03.1: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.210632] pci 0000:c0:03.1: PCI bridge to [bus c4]
[    4.214618] pci 0000:c0:03.1:   bridge window [mem 0xdb600000-0xdb9fffff]
[    4.218706] pci 0000:c0:03.1: PME# supported from D0 D3hot D3cold
[    4.239526] pci 0000:c0:03.2: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.242638] pci 0000:c0:03.2: PCI bridge to [bus c5]
[    4.246621] pci 0000:c0:03.2:   bridge window [mem 0xdb200000-0xdb5fffff]
[    4.250737] pci 0000:c0:03.2: PME# supported from D0 D3hot D3cold
[    4.270280] pci 0000:c0:03.3: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.270639] pci 0000:c0:03.3: PCI bridge to [bus c6]
[    4.274618] pci 0000:c0:03.3:   bridge window [mem 0xdae00000-0xdb1fffff]
[    4.278721] pci 0000:c0:03.3: PME# supported from D0 D3hot D3cold
[    4.297182] pci 0000:c0:03.4: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.298641] pci 0000:c0:03.4: PCI bridge to [bus c7]
[    4.302620] pci 0000:c0:03.4:   bridge window [mem 0xdaa00000-0xdadfffff]
[    4.306729] pci 0000:c0:03.4: PME# supported from D0 D3hot D3cold
[    4.328326] pci 0000:c0:04.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.330736] pci 0000:c0:05.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.334693] pci 0000:c0:05.1: [1022:149a] type 01 class 0x060400 PCIe Root Port
[    4.338634] pci 0000:c0:05.1: PCI bridge to [bus c1]
[    4.342625] pci 0000:c0:05.1:   bridge window [mem 0xc7000000-0xc70fffff 64bit pref]
[    4.346709] pci 0000:c0:05.1: PME# supported from D0 D3hot D3cold
[    4.350749] pci 0000:c0:05.2: [1022:149a] type 01 class 0x060400 PCIe Root Port
[    4.354630] pci 0000:c0:05.2: PCI bridge to [bus c2-c3]
[    4.358618] pci 0000:c0:05.2:   bridge window [mem 0xda000000-0xda8fffff]
[    4.362619] pci 0000:c0:05.2:   bridge window [mem 0xc6000000-0xc6ffffff 64bit pref]
[    4.370630] pci 0000:c0:05.2: PME# supported from D0 D3hot D3cold
[    4.374742] pci 0000:c0:07.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.378690] pci 0000:c0:07.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    4.382630] pci 0000:c0:07.1: PCI bridge to [bus c8]
[    4.386617] pci 0000:c0:07.1:   bridge window [mem 0xdbb00000-0xdbbfffff]
[    4.390624] pci 0000:c0:07.1: enabling Extended Tags
[    4.394661] pci 0000:c0:07.1: PME# supported from D0 D3hot D3cold
[    4.398754] pci 0000:c0:08.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.402689] pci 0000:c0:08.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    4.406630] pci 0000:c0:08.1: PCI bridge to [bus c9]
[    4.410617] pci 0000:c0:08.1:   bridge window [mem 0xdba00000-0xdbafffff]
[    4.414624] pci 0000:c0:08.1: enabling Extended Tags
[    4.418662] pci 0000:c0:08.1: PME# supported from D0 D3hot D3cold
[    4.422851] pci 0000:c0:03.1: PCI bridge to [bus c4]
[    4.426692] pci 0000:c0:03.2: PCI bridge to [bus c5]
[    4.430694] pci 0000:c0:03.3: PCI bridge to [bus c6]
[    4.434692] pci 0000:c0:03.4: PCI bridge to [bus c7]
[    4.438708] pci 0000:c1:00.0: [14e4:165f] type 00 class 0x020000 PCIe Endpoint
[    4.442633] pci 0000:c1:00.0: BAR 0 [mem 0xc7030000-0xc703ffff 64bit pref]
[    4.446626] pci 0000:c1:00.0: BAR 2 [mem 0xc7040000-0xc704ffff 64bit pref]
[    4.450626] pci 0000:c1:00.0: BAR 4 [mem 0xc7050000-0xc705ffff 64bit pref]
[    4.454621] pci 0000:c1:00.0: ROM [mem 0xfffc0000-0xffffffff pref]
[    4.458701] pci 0000:c1:00.0: PME# supported from D0 D3hot D3cold
[    4.462663] pci 0000:c1:00.0: 4.000 Gb/s available PCIe bandwidth, limited by 5.0 GT/s PCIe x1 link at 0000:c0:05.1 (capable of 8.000 Gb/s with 5.0 GT/s PCIe x2 link)
[    4.471046] pci 0000:c1:00.1: [14e4:165f] type 00 class 0x020000 PCIe Endpoint
[    4.474633] pci 0000:c1:00.1: BAR 0 [mem 0xc7000000-0xc700ffff 64bit pref]
[    4.478627] pci 0000:c1:00.1: BAR 2 [mem 0xc7010000-0xc701ffff 64bit pref]
[    4.482626] pci 0000:c1:00.1: BAR 4 [mem 0xc7020000-0xc702ffff 64bit pref]
[    4.486621] pci 0000:c1:00.1: ROM [mem 0xfffc0000-0xffffffff pref]
[    4.490702] pci 0000:c1:00.1: PME# supported from D0 D3hot D3cold
[    4.506643] pci 0000:c0:05.1: PCI bridge to [bus c1]
[    4.510690] pci 0000:c2:00.0: [1556:be00] type 01 class 0x060400 PCIe to PCI/PCI-X bridge
[    4.514643] pci 0000:c2:00.0: PCI bridge to [bus c3]
[    4.518620] pci 0000:c2:00.0:   bridge window [mem 0xda000000-0xda8fffff]
[    4.522622] pci 0000:c2:00.0:   bridge window [mem 0xc6000000-0xc6ffffff 64bit pref]
[    4.538627] pci 0000:c0:05.2: PCI bridge to [bus c2-c3]
[    4.542648] pci_bus 0000:c3: extended config space not accessible
[    4.546639] pci 0000:c3:00.0: [102b:0536] type 00 class 0x030000 conventional PCI endpoint
[    4.550629] pci 0000:c3:00.0: BAR 0 [mem 0xc6000000-0xc6ffffff pref]
[    4.554622] pci 0000:c3:00.0: BAR 1 [mem 0xda808000-0xda80bfff]
[    4.558622] pci 0000:c3:00.0: BAR 2 [mem 0xda000000-0xda7fffff]
[    4.562662] pci 0000:c3:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    4.566725] pci 0000:c2:00.0: PCI bridge to [bus c3]
[    4.570711] pci 0000:c8:00.0: [1022:148a] type 00 class 0x130000 PCIe Endpoint
[    4.574653] pci 0000:c8:00.0: enabling Extended Tags
[    4.578770] pci 0000:c8:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    4.582631] pci 0000:c8:00.2: BAR 2 [mem 0xdbb00000-0xdbb7ffff]
[    4.586627] pci 0000:c8:00.2: BAR 5 [mem 0xdbb80000-0xdbb81fff]
[    4.590622] pci 0000:c8:00.2: enabling Extended Tags
[    4.598708] pci 0000:c0:07.1: PCI bridge to [bus c8]
[    4.602743] pci 0000:c9:00.0: [1022:1485] type 00 class 0x130000 PCIe Endpoint
[    4.606656] pci 0000:c9:00.0: enabling Extended Tags
[    4.610821] pci 0000:c9:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    4.614633] pci 0000:c9:00.2: BAR 2 [mem 0xdba00000-0xdba7ffff]
[    4.618628] pci 0000:c9:00.2: BAR 5 [mem 0xdba80000-0xdba81fff]
[    4.622622] pci 0000:c9:00.2: enabling Extended Tags
[    4.626807] pci 0000:c0:08.1: PCI bridge to [bus c9]
[    4.637500] iommu: Default domain type: Translated
[    4.638614] iommu: DMA domain TLB invalidation policy: lazy mode
[    4.642876] SCSI subsystem initialized
[    4.646650] ACPI: bus type USB registered
[    4.650629] usbcore: registered new interface driver usbfs
[    4.654621] usbcore: registered new interface driver hub
[    4.658648] usbcore: registered new device driver usb
[    4.662643] pps_core: LinuxPPS API ver. 1 registered
[    4.666613] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    4.670615] PTP clock support registered
[    4.678621] EDAC MC: Ver: 3.0.0
[    4.681966] efivars: Registered efivars operations
[    4.682995] NetLabel: Initializing
[    4.686614] NetLabel:  domain hash size = 128
[    4.690613] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    4.694635] NetLabel:  unlabeled traffic allowed by default
[    4.698672] PCI: Using ACPI for IRQ routing
[    4.706924] pci 0000:c3:00.0: vgaarb: setting as boot VGA device
[    4.710611] pci 0000:c3:00.0: vgaarb: bridge control possible
[    4.710611] pci 0000:c3:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    4.710614] vgaarb: loaded
[    4.713326] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    4.714613] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    4.722839] clocksource: Switched to clocksource tsc-early
[    4.728403] VFS: Disk quotas dquot_6.6.0
[    4.732354] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    4.739447] AppArmor: AppArmor Filesystem Enabled
[    4.744175] pnp: PnP ACPI init
[    4.747476] system 00:00: [mem 0x80000000-0x8fffffff] has been reserved
[    4.754184] system 00:01: [mem 0xff000000-0xffffffff] has been reserved
[    4.762338] pnp: PnP ACPI: found 5 devices
[    4.773207] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    4.782228] NET: Registered PF_INET protocol family
[    4.787277] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc)
[    4.798299] tcp_listen_portaddr_hash hash table entries: 65536 (order: 8, 1048576 bytes, vmalloc)
[    4.807252] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, vmalloc)
[    4.815283] TCP established hash table entries: 524288 (order: 10, 4194304 bytes, vmalloc hugepage)
[    4.824817] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc)
[    4.832420] TCP: Hash tables configured (established 524288 bind 65536)
[    4.839335] UDP hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc)
[    4.846708] UDP-Lite hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc)
[    4.854543] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    4.860213] NET: Registered PF_XDP protocol family
[    4.865009] pci 0000:01:00.0: ROM [mem 0xfff00000-0xffffffff pref]: can't claim; no compatible bridge window
[    4.874829] pci 0000:c1:00.0: ROM [mem 0xfffc0000-0xffffffff pref]: can't claim; no compatible bridge window
[    4.884647] pci 0000:c1:00.1: ROM [mem 0xfffc0000-0xffffffff pref]: can't claim; no compatible bridge window
[    4.894468] pci_bus 0000:00: max bus depth: 1 pci_try_num: 2
[    4.900131] pci 0000:01:00.0: ROM [mem size 0x00100000 pref]: can't assign; no space
[    4.907876] pci 0000:01:00.0: ROM [mem size 0x00100000 pref]: failed to assign
[    4.915095] pci 0000:01:00.0: VF BAR 2 [mem size 0x01000000 64bit]: can't assign; no space
[    4.923354] pci 0000:01:00.0: VF BAR 2 [mem size 0x01000000 64bit]: failed to assign
[    4.931091] pci 0000:01:00.0: VF BAR 0 [mem size 0x00100000 64bit]: can't assign; no space
[    4.939350] pci 0000:01:00.0: VF BAR 0 [mem size 0x00100000 64bit]: failed to assign
[    4.947091] pci 0000:00:03.2: PCI bridge to [bus 01]
[    4.952057] pci 0000:00:03.2:   bridge window [io  0x1000-0x1fff]
[    4.958153] pci 0000:00:03.2:   bridge window [mem 0xf7300000-0xf74fffff]
[    4.964940] pci 0000:00:07.1: PCI bridge to [bus 02]
[    4.969913] pci 0000:00:07.1:   bridge window [mem 0xf7200000-0xf72fffff]
[    4.976700] pci 0000:00:08.1: PCI bridge to [bus 03]
[    4.981666] pci 0000:00:08.1:   bridge window [mem 0xf7000000-0xf71fffff]
[    4.988452] pci_bus 0000:00: No. 2 try to assign unassigned res
[    4.994400] pci 0000:00:03.2: resource 14 [mem 0xf7300000-0xf74fffff] released
[    5.001624] pci 0000:00:03.2: PCI bridge to [bus 01]
[    5.006589] pci 0000:00:03.2: bridge window [mem 0x00100000-0x002fffff] to [bus 01] add_size 1100000 add_align 100000
[    5.017195] pci 0000:00:03.2: bridge window [mem 0xe1000000-0xe22fffff]: assigned
[    5.024685] pci 0000:01:00.0: BAR 3 [mem 0xe1000000-0xe10fffff 64bit]: assigned
[    5.031998] pci 0000:01:00.0: VF BAR 2 [mem 0xe1100000-0xe20fffff 64bit]: assigned
[    5.039567] pci 0000:01:00.0: BAR 1 [mem 0xe2100000-0xe210ffff 64bit]: assigned
[    5.046879] pci 0000:01:00.0: VF BAR 0 [mem 0xe2110000-0xe220ffff 64bit]: assigned
[    5.054450] pci 0000:00:03.2: PCI bridge to [bus 01]
[    5.059414] pci 0000:00:03.2:   bridge window [io  0x1000-0x1fff]
[    5.065508] pci 0000:00:03.2:   bridge window [mem 0xe1000000-0xe22fffff]
[    5.072296] pci 0000:00:07.1: PCI bridge to [bus 02]
[    5.077269] pci 0000:00:07.1:   bridge window [mem 0xf7200000-0xf72fffff]
[    5.084056] pci 0000:00:08.1: PCI bridge to [bus 03]
[    5.089019] pci 0000:00:08.1:   bridge window [mem 0xf7000000-0xf71fffff]
[    5.095810] pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
[    5.101993] pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
[    5.108173] pci_bus 0000:00: resource 6 [mem 0x000c0000-0x000fffff window]
[    5.115043] pci_bus 0000:00: resource 7 [io  0x0d00-0x3fff window]
[    5.121227] pci_bus 0000:00: resource 8 [mem 0xe1000000-0xfebfffff window]
[    5.128097] pci_bus 0000:00: resource 9 [mem 0x63dc0000000-0x7fcffffffff window]
[    5.135491] pci_bus 0000:01: resource 0 [io  0x1000-0x1fff]
[    5.141063] pci_bus 0000:01: resource 1 [mem 0xe1000000-0xe22fffff]
[    5.147328] pci_bus 0000:02: resource 1 [mem 0xf7200000-0xf72fffff]
[    5.153595] pci_bus 0000:03: resource 1 [mem 0xf7000000-0xf71fffff]
[    5.159939] pci 0000:40:03.1: bridge window [io  0x1000-0x0fff] to [bus 41] add_size 1000
[    5.168112] pci 0000:40:03.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 41] add_size 200000 add_align 100000
[    5.179579] pci 0000:40:03.2: bridge window [io  0x1000-0x0fff] to [bus 42] add_size 1000
[    5.187752] pci 0000:40:03.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 42] add_size 200000 add_align 100000
[    5.199325] pci 0000:40:03.3: bridge window [io  0x1000-0x0fff] to [bus 43] add_size 1000
[    5.207501] pci 0000:40:03.3: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 43] add_size 200000 add_align 100000
[    5.218968] pci 0000:40:03.4: bridge window [io  0x1000-0x0fff] to [bus 44] add_size 1000
[    5.227143] pci 0000:40:03.4: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 44] add_size 200000 add_align 100000
[    5.238614] pci 0000:40:03.1: bridge window [mem 0x47e80000000-0x47e801fffff 64bit pref]: assigned
[    5.247569] pci 0000:40:03.2: bridge window [mem 0x47e80200000-0x47e803fffff 64bit pref]: assigned
[    5.256521] pci 0000:40:03.3: bridge window [mem 0x47e80400000-0x47e805fffff 64bit pref]: assigned
[    5.265474] pci 0000:40:03.4: bridge window [mem 0x47e80600000-0x47e807fffff 64bit pref]: assigned
[    5.274427] pci 0000:40:03.1: bridge window [io  0x4000-0x4fff]: assigned
[    5.281215] pci 0000:40:03.2: bridge window [io  0x5000-0x5fff]: assigned
[    5.288002] pci 0000:40:03.3: bridge window [io  0x6000-0x6fff]: assigned
[    5.294787] pci 0000:40:03.4: bridge window [io  size 0x1000]: can't assign; no space
[    5.302613] pci 0000:40:03.4: bridge window [io  size 0x1000]: failed to assign
[    5.309918] pci 0000:40:03.4: bridge window [io  0x4000-0x4fff]: assigned
[    5.316705] pci 0000:40:03.3: bridge window [io  0x5000-0x5fff]: assigned
[    5.323491] pci 0000:40:03.2: bridge window [io  0x6000-0x6fff]: assigned
[    5.330280] pci 0000:40:03.1: bridge window [io  size 0x1000]: can't assign; no space
[    5.338102] pci 0000:40:03.1: bridge window [io  size 0x1000]: failed to assign
[    5.345411] pci 0000:40:03.1: PCI bridge to [bus 41]
[    5.350376] pci 0000:40:03.1:   bridge window [mem 0xa4c00000-0xa4ffffff]
[    5.357161] pci 0000:40:03.1:   bridge window [mem 0x47e80000000-0x47e801fffff 64bit pref]
[    5.365425] pci 0000:40:03.2: PCI bridge to [bus 42]
[    5.370396] pci 0000:40:03.2:   bridge window [io  0x6000-0x6fff]
[    5.376488] pci 0000:40:03.2:   bridge window [mem 0xa4800000-0xa4bfffff]
[    5.383275] pci 0000:40:03.2:   bridge window [mem 0x47e80200000-0x47e803fffff 64bit pref]
[    5.391536] pci 0000:40:03.3: PCI bridge to [bus 43]
[    5.396501] pci 0000:40:03.3:   bridge window [io  0x5000-0x5fff]
[    5.402592] pci 0000:40:03.3:   bridge window [mem 0xa4400000-0xa47fffff]
[    5.409379] pci 0000:40:03.3:   bridge window [mem 0x47e80400000-0x47e805fffff 64bit pref]
[    5.417642] pci 0000:40:03.4: PCI bridge to [bus 44]
[    5.422605] pci 0000:40:03.4:   bridge window [io  0x4000-0x4fff]
[    5.428698] pci 0000:40:03.4:   bridge window [mem 0xa4000000-0xa43fffff]
[    5.435487] pci 0000:40:03.4:   bridge window [mem 0x47e80600000-0x47e807fffff 64bit pref]
[    5.443754] pci 0000:40:07.1: PCI bridge to [bus 45]
[    5.448717] pci 0000:40:07.1:   bridge window [mem 0xa5300000-0xa53fffff]
[    5.455508] pci 0000:40:08.1: PCI bridge to [bus 46]
[    5.460478] pci 0000:40:08.1:   bridge window [mem 0xa5000000-0xa52fffff]
[    5.467267] pci_bus 0000:40: resource 4 [io  0x4000-0x6fff window]
[    5.473444] pci_bus 0000:40: resource 5 [mem 0x90000000-0xaaffffff window]
[    5.480314] pci_bus 0000:40: resource 6 [mem 0x47e80000000-0x63dbfffffff window]
[    5.487708] pci_bus 0000:41: resource 1 [mem 0xa4c00000-0xa4ffffff]
[    5.493974] pci_bus 0000:41: resource 2 [mem 0x47e80000000-0x47e801fffff 64bit pref]
[    5.501714] pci_bus 0000:42: resource 0 [io  0x6000-0x6fff]
[    5.507287] pci_bus 0000:42: resource 1 [mem 0xa4800000-0xa4bfffff]
[    5.513586] pci_bus 0000:42: resource 2 [mem 0x47e80200000-0x47e803fffff 64bit pref]
[    5.521328] pci_bus 0000:43: resource 0 [io  0x5000-0x5fff]
[    5.526900] pci_bus 0000:43: resource 1 [mem 0xa4400000-0xa47fffff]
[    5.533170] pci_bus 0000:43: resource 2 [mem 0x47e80400000-0x47e805fffff 64bit pref]
[    5.540917] pci_bus 0000:44: resource 0 [io  0x4000-0x4fff]
[    5.546487] pci_bus 0000:44: resource 1 [mem 0xa4000000-0xa43fffff]
[    5.552752] pci_bus 0000:44: resource 2 [mem 0x47e80600000-0x47e807fffff 64bit pref]
[    5.560494] pci_bus 0000:45: resource 1 [mem 0xa5300000-0xa53fffff]
[    5.566758] pci_bus 0000:46: resource 1 [mem 0xa5000000-0xa52fffff]
[    5.573086] pci 0000:80:01.1: bridge window [io  0x1000-0x0fff] to [bus 81] add_size 1000
[    5.581259] pci 0000:80:01.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 81] add_size 200000 add_align 100000
[    5.592727] pci 0000:80:01.2: bridge window [io  0x1000-0x0fff] to [bus 82] add_size 1000
[    5.600898] pci 0000:80:01.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 82] add_size 200000 add_align 100000
[    5.612419] pci 0000:80:01.1: bridge window [mem 0x2bf40000000-0x2bf401fffff 64bit pref]: assigned
[    5.621378] pci 0000:80:01.2: bridge window [mem 0x2bf40200000-0x2bf403fffff 64bit pref]: assigned
[    5.630329] pci 0000:80:01.1: bridge window [io  0x7000-0x7fff]: assigned
[    5.637116] pci 0000:80:01.2: bridge window [io  0x8000-0x8fff]: assigned
[    5.643903] pci 0000:80:01.1: PCI bridge to [bus 81]
[    5.648871] pci 0000:80:01.1:   bridge window [io  0x7000-0x7fff]
[    5.654964] pci 0000:80:01.1:   bridge window [mem 0xbf400000-0xbf7fffff]
[    5.661749] pci 0000:80:01.1:   bridge window [mem 0x2bf40000000-0x2bf401fffff 64bit pref]
[    5.670009] pci 0000:80:01.2: PCI bridge to [bus 82]
[    5.674972] pci 0000:80:01.2:   bridge window [io  0x8000-0x8fff]
[    5.681067] pci 0000:80:01.2:   bridge window [mem 0xbf000000-0xbf3fffff]
[    5.687854] pci 0000:80:01.2:   bridge window [mem 0x2bf40200000-0x2bf403fffff 64bit pref]
[    5.696115] pci 0000:80:07.1: PCI bridge to [bus 83]
[    5.701086] pci 0000:80:07.1:   bridge window [mem 0xbfa00000-0xbfafffff]
[    5.707875] pci 0000:80:08.1: PCI bridge to [bus 84]
[    5.712839] pci 0000:80:08.1:   bridge window [mem 0xbf900000-0xbf9fffff]
[    5.719664] pci 0000:80:08.2: PCI bridge to [bus 85]
[    5.724635] pci 0000:80:08.2:   bridge window [mem 0xbf800000-0xbf8fffff]
[    5.731421] pci_bus 0000:80: resource 4 [io  0x7000-0x9fff window]
[    5.737599] pci_bus 0000:80: resource 5 [mem 0xab000000-0xc5ffffff window]
[    5.744471] pci_bus 0000:80: resource 6 [mem 0x2bf40000000-0x47e7fffffff window]
[    5.751863] pci_bus 0000:81: resource 0 [io  0x7000-0x7fff]
[    5.757439] pci_bus 0000:81: resource 1 [mem 0xbf400000-0xbf7fffff]
[    5.763703] pci_bus 0000:81: resource 2 [mem 0x2bf40000000-0x2bf401fffff 64bit pref]
[    5.771441] pci_bus 0000:82: resource 0 [io  0x8000-0x8fff]
[    5.777015] pci_bus 0000:82: resource 1 [mem 0xbf000000-0xbf3fffff]
[    5.783281] pci_bus 0000:82: resource 2 [mem 0x2bf40200000-0x2bf403fffff 64bit pref]
[    5.791020] pci_bus 0000:83: resource 1 [mem 0xbfa00000-0xbfafffff]
[    5.797285] pci_bus 0000:84: resource 1 [mem 0xbf900000-0xbf9fffff]
[    5.803552] pci_bus 0000:85: resource 1 [mem 0xbf800000-0xbf8fffff]
[    5.809877] pci 0000:c0:03.1: bridge window [io  0x1000-0x0fff] to [bus c4] add_size 1000
[    5.818052] pci 0000:c0:03.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus c4] add_size 200000 add_align 100000
[    5.829528] pci 0000:c0:03.2: bridge window [io  0x1000-0x0fff] to [bus c5] add_size 1000
[    5.837702] pci 0000:c0:03.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus c5] add_size 200000 add_align 100000
[    5.849167] pci 0000:c0:03.3: bridge window [io  0x1000-0x0fff] to [bus c6] add_size 1000
[    5.857339] pci 0000:c0:03.3: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus c6] add_size 200000 add_align 100000
[    5.868807] pci 0000:c0:03.4: bridge window [io  0x1000-0x0fff] to [bus c7] add_size 1000
[    5.876978] pci 0000:c0:03.4: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus c7] add_size 200000 add_align 100000
[    5.888452] pci 0000:c0:03.1: bridge window [mem 0x10000000000-0x100001fffff 64bit pref]: assigned
[    5.897408] pci 0000:c0:03.2: bridge window [mem 0x10000200000-0x100003fffff 64bit pref]: assigned
[    5.906358] pci 0000:c0:03.3: bridge window [mem 0x10000400000-0x100005fffff 64bit pref]: assigned
[    5.915311] pci 0000:c0:03.4: bridge window [mem 0x10000600000-0x100007fffff 64bit pref]: assigned
[    5.924264] pci 0000:c0:05.1: bridge window [mem 0xc7100000-0xc71fffff]: assigned
[    5.931754] pci 0000:c0:03.1: bridge window [io  0xa000-0xafff]: assigned
[    5.938539] pci 0000:c0:03.2: bridge window [io  0xb000-0xbfff]: assigned
[    5.945324] pci 0000:c0:03.3: bridge window [io  0xc000-0xcfff]: assigned
[    5.952110] pci 0000:c0:03.4: bridge window [io  0xd000-0xdfff]: assigned
[    5.958897] pci 0000:c0:03.1: PCI bridge to [bus c4]
[    5.963863] pci 0000:c0:03.1:   bridge window [io  0xa000-0xafff]
[    5.969959] pci 0000:c0:03.1:   bridge window [mem 0xdb600000-0xdb9fffff]
[    5.976745] pci 0000:c0:03.1:   bridge window [mem 0x10000000000-0x100001fffff 64bit pref]
[    5.985004] pci 0000:c0:03.2: PCI bridge to [bus c5]
[    5.989968] pci 0000:c0:03.2:   bridge window [io  0xb000-0xbfff]
[    5.996063] pci 0000:c0:03.2:   bridge window [mem 0xdb200000-0xdb5fffff]
[    6.002847] pci 0000:c0:03.2:   bridge window [mem 0x10000200000-0x100003fffff 64bit pref]
[    6.011107] pci 0000:c0:03.3: PCI bridge to [bus c6]
[    6.016074] pci 0000:c0:03.3:   bridge window [io  0xc000-0xcfff]
[    6.022167] pci 0000:c0:03.3:   bridge window [mem 0xdae00000-0xdb1fffff]
[    6.028951] pci 0000:c0:03.3:   bridge window [mem 0x10000400000-0x100005fffff 64bit pref]
[    6.037213] pci 0000:c0:03.4: PCI bridge to [bus c7]
[    6.042178] pci 0000:c0:03.4:   bridge window [io  0xd000-0xdfff]
[    6.048274] pci 0000:c0:03.4:   bridge window [mem 0xdaa00000-0xdadfffff]
[    6.055067] pci 0000:c0:03.4:   bridge window [mem 0x10000600000-0x100007fffff 64bit pref]
[    6.063327] pci 0000:c1:00.0: ROM [mem 0xc7100000-0xc713ffff pref]: assigned
[    6.070371] pci 0000:c1:00.1: ROM [mem 0xc7140000-0xc717ffff pref]: assigned
[    6.077416] pci 0000:c0:05.1: PCI bridge to [bus c1]
[    6.082387] pci 0000:c0:05.1:   bridge window [mem 0xc7100000-0xc71fffff]
[    6.089177] pci 0000:c0:05.1:   bridge window [mem 0xc7000000-0xc70fffff 64bit pref]
[    6.096920] pci 0000:c2:00.0: PCI bridge to [bus c3]
[    6.101892] pci 0000:c2:00.0:   bridge window [mem 0xda000000-0xda8fffff]
[    6.108678] pci 0000:c2:00.0:   bridge window [mem 0xc6000000-0xc6ffffff 64bit pref]
[    6.116421] pci 0000:c0:05.2: PCI bridge to [bus c2-c3]
[    6.121653] pci 0000:c0:05.2:   bridge window [mem 0xda000000-0xda8fffff]
[    6.128440] pci 0000:c0:05.2:   bridge window [mem 0xc6000000-0xc6ffffff 64bit pref]
[    6.136180] pci 0000:c0:07.1: PCI bridge to [bus c8]
[    6.141197] pci 0000:c0:07.1:   bridge window [mem 0xdbb00000-0xdbbfffff]
[    6.147984] pci 0000:c0:08.1: PCI bridge to [bus c9]
[    6.152947] pci 0000:c0:08.1:   bridge window [mem 0xdba00000-0xdbafffff]
[    6.159737] pci_bus 0000:c0: resource 4 [io  0xa000-0xffff window]
[    6.165919] pci_bus 0000:c0: resource 5 [mem 0xc6000000-0xe0ffffff window]
[    6.172793] pci_bus 0000:c0: resource 6 [mem 0x10000000000-0x2bf3fffffff window]
[    6.180187] pci_bus 0000:c0: resource 7 [io  0x03b0-0x03df window]
[    6.186366] pci_bus 0000:c0: resource 8 [mem 0x000a0000-0x000bffff window]
[    6.193239] pci_bus 0000:c4: resource 0 [io  0xa000-0xafff]
[    6.198812] pci_bus 0000:c4: resource 1 [mem 0xdb600000-0xdb9fffff]
[    6.205080] pci_bus 0000:c4: resource 2 [mem 0x10000000000-0x100001fffff 64bit pref]
[    6.212816] pci_bus 0000:c5: resource 0 [io  0xb000-0xbfff]
[    6.218390] pci_bus 0000:c5: resource 1 [mem 0xdb200000-0xdb5fffff]
[    6.224654] pci_bus 0000:c5: resource 2 [mem 0x10000200000-0x100003fffff 64bit pref]
[    6.232394] pci_bus 0000:c6: resource 0 [io  0xc000-0xcfff]
[    6.237967] pci_bus 0000:c6: resource 1 [mem 0xdae00000-0xdb1fffff]
[    6.244346] pci_bus 0000:c6: resource 2 [mem 0x10000400000-0x100005fffff 64bit pref]
[    6.252090] pci_bus 0000:c7: resource 0 [io  0xd000-0xdfff]
[    6.257666] pci_bus 0000:c7: resource 1 [mem 0xdaa00000-0xdadfffff]
[    6.263933] pci_bus 0000:c7: resource 2 [mem 0x10000600000-0x100007fffff 64bit pref]
[    6.271674] pci_bus 0000:c1: resource 1 [mem 0xc7100000-0xc71fffff]
[    6.277939] pci_bus 0000:c1: resource 2 [mem 0xc7000000-0xc70fffff 64bit pref]
[    6.285159] pci_bus 0000:c2: resource 1 [mem 0xda000000-0xda8fffff]
[    6.291429] pci_bus 0000:c2: resource 2 [mem 0xc6000000-0xc6ffffff 64bit pref]
[    6.298653] pci_bus 0000:c3: resource 1 [mem 0xda000000-0xda8fffff]
[    6.304920] pci_bus 0000:c3: resource 2 [mem 0xc6000000-0xc6ffffff 64bit pref]
[    6.312138] pci_bus 0000:c8: resource 1 [mem 0xdbb00000-0xdbbfffff]
[    6.318406] pci_bus 0000:c9: resource 1 [mem 0xdba00000-0xdbafffff]
[    6.325334] PCI: CLS 64 bytes, default 64
[    6.329371] AMD-Vi: IOMMU SNP support enabled.
[    6.329436] Trying to unpack rootfs image as initramfs...
[    6.339276] pci 0000:c0:00.2: AMD-Vi: IOMMU performance counters supported
[    6.346255] pci 0000:c0:01.0: Adding to iommu group 0
[    6.351403] pci 0000:c0:02.0: Adding to iommu group 1
[    6.356609] pci 0000:c0:03.0: Adding to iommu group 2
[    6.361706] pci 0000:c0:03.1: Adding to iommu group 2
[    6.366807] pci 0000:c0:03.2: Adding to iommu group 2
[    6.371906] pci 0000:c0:03.3: Adding to iommu group 2
[    6.377010] pci 0000:c0:03.4: Adding to iommu group 2
[    6.382115] pci 0000:c0:04.0: Adding to iommu group 3
[    6.387267] pci 0000:c0:05.0: Adding to iommu group 4
[    6.392374] pci 0000:c0:05.1: Adding to iommu group 4
[    6.397475] pci 0000:c0:05.2: Adding to iommu group 4
[    6.402579] pci 0000:c0:07.0: Adding to iommu group 5
[    6.407660] pci 0000:c0:07.1: Adding to iommu group 6
[    6.412773] pci 0000:c0:08.0: Adding to iommu group 7
[    6.417853] pci 0000:c0:08.1: Adding to iommu group 8
[    6.422915] pci 0000:c1:00.0: Adding to iommu group 4
[    6.427974] pci 0000:c1:00.1: Adding to iommu group 4
[    6.433027] pci 0000:c2:00.0: Adding to iommu group 4
[    6.438081] pci 0000:c3:00.0: Adding to iommu group 4
[    6.443171] pci 0000:c8:00.0: Adding to iommu group 9
[    6.448258] pci 0000:c8:00.2: Adding to iommu group 10
[    6.453431] pci 0000:c9:00.0: Adding to iommu group 11
[    6.458615] pci 0000:c9:00.2: Adding to iommu group 12
[    6.470233] pci 0000:80:00.2: AMD-Vi: IOMMU performance counters supported
[    6.477279] pci 0000:80:01.0: Adding to iommu group 13
[    6.482457] pci 0000:80:01.1: Adding to iommu group 13
[    6.487642] pci 0000:80:01.2: Adding to iommu group 13
[    6.492836] pci 0000:80:02.0: Adding to iommu group 14
[    6.498027] pci 0000:80:03.0: Adding to iommu group 15
[    6.503215] pci 0000:80:04.0: Adding to iommu group 16
[    6.508409] pci 0000:80:05.0: Adding to iommu group 17
[    6.513602] pci 0000:80:07.0: Adding to iommu group 18
[    6.518770] pci 0000:80:07.1: Adding to iommu group 19
[    6.523968] pci 0000:80:08.0: Adding to iommu group 20
[    6.529146] pci 0000:80:08.1: Adding to iommu group 21
[    6.534320] pci 0000:80:08.2: Adding to iommu group 22
[    6.539491] pci 0000:83:00.0: Adding to iommu group 23
[    6.544672] pci 0000:83:00.2: Adding to iommu group 24
[    6.549841] pci 0000:84:00.0: Adding to iommu group 25
[    6.555016] pci 0000:84:00.2: Adding to iommu group 26
[    6.560193] pci 0000:85:00.0: Adding to iommu group 27
[    6.572623] pci 0000:40:00.2: AMD-Vi: IOMMU performance counters supported
[    6.579612] pci 0000:40:01.0: Adding to iommu group 28
[    6.584810] pci 0000:40:02.0: Adding to iommu group 29
[    6.590104] pci 0000:40:03.0: Adding to iommu group 30
[    6.595286] pci 0000:40:03.1: Adding to iommu group 30
[    6.600462] pci 0000:40:03.2: Adding to iommu group 30
[    6.605642] pci 0000:40:03.3: Adding to iommu group 30
[    6.610815] pci 0000:40:03.4: Adding to iommu group 30
[    6.616006] pci 0000:40:04.0: Adding to iommu group 31
[    6.621199] pci 0000:40:05.0: Adding to iommu group 32
[    6.626390] pci 0000:40:07.0: Adding to iommu group 33
[    6.631560] pci 0000:40:07.1: Adding to iommu group 34
[    6.636762] pci 0000:40:08.0: Adding to iommu group 35
[    6.641932] pci 0000:40:08.1: Adding to iommu group 36
[    6.647111] pci 0000:45:00.0: Adding to iommu group 37
[    6.652283] pci 0000:45:00.2: Adding to iommu group 38
[    6.657456] pci 0000:46:00.0: Adding to iommu group 39
[    6.662632] pci 0000:46:00.1: Adding to iommu group 40
[    6.667820] pci 0000:46:00.2: Adding to iommu group 41
[    6.672999] pci 0000:46:00.3: Adding to iommu group 42
[    6.685304] pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
[    6.692280] pci 0000:00:01.0: Adding to iommu group 43
[    6.697477] pci 0000:00:02.0: Adding to iommu group 44
[    6.702669] pci 0000:00:03.0: Adding to iommu group 45
[    6.707849] pci 0000:00:03.2: Adding to iommu group 46
[    6.713043] pci 0000:00:04.0: Adding to iommu group 47
[    6.718236] pci 0000:00:05.0: Adding to iommu group 48
[    6.723433] pci 0000:00:07.0: Adding to iommu group 49
[    6.728604] pci 0000:00:07.1: Adding to iommu group 50
[    6.733800] pci 0000:00:08.0: Adding to iommu group 51
[    6.738975] pci 0000:00:08.1: Adding to iommu group 52
[    6.744198] pci 0000:00:14.0: Adding to iommu group 53
[    6.744877] Freeing initrd memory: 35956K
[    6.749371] pci 0000:00:14.3: Adding to iommu group 53
[    6.758708] pci 0000:00:18.0: Adding to iommu group 54
[    6.763883] pci 0000:00:18.1: Adding to iommu group 54
[    6.769098] pci 0000:00:18.2: Adding to iommu group 54
[    6.774267] pci 0000:00:18.3: Adding to iommu group 54
[    6.779443] pci 0000:00:18.4: Adding to iommu group 54
[    6.784627] pci 0000:00:18.5: Adding to iommu group 54
[    6.789801] pci 0000:00:18.6: Adding to iommu group 54
[    6.794972] pci 0000:00:18.7: Adding to iommu group 54
[    6.800148] pci 0000:01:00.0: Adding to iommu group 55
[    6.805324] pci 0000:02:00.0: Adding to iommu group 56
[    6.810499] pci 0000:02:00.2: Adding to iommu group 57
[    6.815672] pci 0000:03:00.0: Adding to iommu group 58
[    6.820848] pci 0000:03:00.2: Adding to iommu group 59
[    6.826017] pci 0000:03:00.3: Adding to iommu group 60
[    6.840117] AMD-Vi: Extended features (0x841f77e022094ace, 0x0): PPR X2APIC NX IA GA PC SNP
[    6.848476] AMD-Vi: Interrupt remapping enabled
[    6.853009] AMD-Vi: X2APIC enabled
[    6.857303] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    6.863749] software IO TLB: mapped [mem 0x000000000459f000-0x000000001459f000] (256MB)
[    6.871876] LVT offset 0 assigned for vector 0x400
[    6.878356] perf: AMD IBS detected (0x000003ff)
[    6.884220] amd_uncore: 4 amd_df counters detected
[    6.889049] amd_uncore: 6 amd_l3 counters detected
[    6.895416] perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
[    6.902576] perf/amd_iommu: Detected AMD IOMMU #1 (2 banks, 4 counters/bank).
[    6.909725] perf/amd_iommu: Detected AMD IOMMU #2 (2 banks, 4 counters/bank).
[    6.916876] perf/amd_iommu: Detected AMD IOMMU #3 (2 banks, 4 counters/bank).
[    6.979829] Initialise system trusted keyrings
[    6.984316] Key type blacklist registered
[    6.988448] workingset: timestamp_bits=36 max_order=26 bucket_order=0
[    6.994901] zbud: loaded
[    6.997974] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    7.003966] fuse: init (API version 7.41)
[    7.008224] integrity: Platform Keyring initialized
[    7.025271] Key type asymmetric registered
[    7.029367] Asymmetric key parser 'x509' registered
[    7.034283] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[    7.041766] io scheduler mq-deadline registered
[    7.048012] pcieport 0000:00:03.2: PME: Signaling with IRQ 38
[    7.054116] pcieport 0000:00:07.1: PME: Signaling with IRQ 40
[    7.060061] pcieport 0000:00:08.1: PME: Signaling with IRQ 41
[    7.066036] pcieport 0000:40:03.1: PME: Signaling with IRQ 42
[    7.071831] pcieport 0000:40:03.1: pciehp: Slot #167 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.085814] pcieport 0000:40:03.2: PME: Signaling with IRQ 43
[    7.091640] pcieport 0000:40:03.2: pciehp: Slot #166 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.105598] pcieport 0000:40:03.3: PME: Signaling with IRQ 44
[    7.111394] pcieport 0000:40:03.3: pciehp: Slot #169 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.125350] pcieport 0000:40:03.4: PME: Signaling with IRQ 45
[    7.131142] pcieport 0000:40:03.4: pciehp: Slot #168 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.145129] pcieport 0000:40:07.1: PME: Signaling with IRQ 47
[    7.151067] pcieport 0000:40:08.1: PME: Signaling with IRQ 48
[    7.157150] pcieport 0000:80:01.1: PME: Signaling with IRQ 49
[    7.162945] pcieport 0000:80:01.1: pciehp: Slot #160 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.176891] pcieport 0000:80:01.2: PME: Signaling with IRQ 50
[    7.182686] pcieport 0000:80:01.2: pciehp: Slot #161 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.196737] pcieport 0000:80:07.1: PME: Signaling with IRQ 52
[    7.202757] pcieport 0000:80:08.1: PME: Signaling with IRQ 54
[    7.208737] pcieport 0000:80:08.2: PME: Signaling with IRQ 55
[    7.214673] pcieport 0000:c0:03.1: PME: Signaling with IRQ 56
[    7.220464] pcieport 0000:c0:03.1: pciehp: Slot #163 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.234392] pcieport 0000:c0:03.2: PME: Signaling with IRQ 57
[    7.240179] pcieport 0000:c0:03.2: pciehp: Slot #162 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.254105] pcieport 0000:c0:03.3: PME: Signaling with IRQ 58
[    7.259898] pcieport 0000:c0:03.3: pciehp: Slot #165 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.273828] pcieport 0000:c0:03.4: PME: Signaling with IRQ 59
[    7.279621] pcieport 0000:c0:03.4: pciehp: Slot #164 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.293524] pcieport 0000:c0:05.1: PME: Signaling with IRQ 60
[    7.299424] pcieport 0000:c0:05.2: PME: Signaling with IRQ 61
[    7.305425] pcieport 0000:c0:07.1: PME: Signaling with IRQ 63
[    7.311483] pcieport 0000:c0:08.1: PME: Signaling with IRQ 65
[    7.317503] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    7.324578] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[    7.332040] ACPI: button: Power Button [PWRF]
[    7.344468] Estimated ratio of average max frequency by base frequency (times 1024): 1464
[    7.368688] ERST: Error Record Serialization Table (ERST) support is initialized.
[    7.376198] pstore: Using crash dump compression: deflate
[    7.381596] pstore: Registered erst as persistent store backend
[    7.387630] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    7.394178] 00:03: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A
[    7.402290] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    7.413137] Linux agpgart interface v0.103
[    7.441830] loop: module loaded
[    7.456246] ahci 0000:85:00.0: AHCI vers 0001.0301, 32 command slots, 6 Gbps, SATA mode
[    7.464254] ahci 0000:85:00.0: 8/8 ports implemented (port mask 0xff)
[    7.470691] ahci 0000:85:00.0: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part sxs 
[    7.480814] scsi host0: ahci
[    7.483912] scsi host1: ahci
[    7.486994] scsi host2: ahci
[    7.490076] scsi host3: ahci
[    7.493167] scsi host4: ahci
[    7.496242] scsi host5: ahci
[    7.499315] scsi host6: ahci
[    7.502394] scsi host7: ahci
[    7.505338] ata1: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800100 irq 67 lpm-pol 0
[    7.513604] ata2: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800180 irq 68 lpm-pol 0
[    7.521870] ata3: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800200 irq 69 lpm-pol 0
[    7.530127] ata4: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800280 irq 70 lpm-pol 0
[    7.538386] ata5: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800300 irq 71 lpm-pol 0
[    7.546646] ata6: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800380 irq 72 lpm-pol 0
[    7.554906] ata7: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800400 irq 73 lpm-pol 0
[    7.563166] ata8: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800480 irq 74 lpm-pol 0
[    7.571708] tun: Universal TUN/TAP device driver, 1.6
[    7.576822] PPP generic driver version 2.4.2
[    7.581242] VFIO - User Level meta-driver version: 0.3
[    7.586714] xhci_hcd 0000:03:00.3: xHCI Host Controller
[    7.591958] xhci_hcd 0000:03:00.3: new USB bus registered, assigned bus number 1
[    7.599455] xhci_hcd 0000:03:00.3: hcc params 0x0260ffe5 hci version 0x110 quirks 0x0000000000000010
[    7.608980] xhci_hcd 0000:03:00.3: xHCI Host Controller
[    7.614208] xhci_hcd 0000:03:00.3: new USB bus registered, assigned bus number 2
[    7.621600] xhci_hcd 0000:03:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[    7.628691] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.11
[    7.636957] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    7.644177] usb usb1: Product: xHCI Host Controller
[    7.649060] usb usb1: Manufacturer: Linux 6.11.0-rc5-next-20240829-b18bbfc14a-000fda4e3fa xhci-hcd
[    7.658019] usb usb1: SerialNumber: 0000:03:00.3
[    7.662810] hub 1-0:1.0: USB hub found
[    7.666576] hub 1-0:1.0: 2 ports detected
[    7.671416] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    7.679536] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.11
[    7.687797] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    7.695017] usb usb2: Product: xHCI Host Controller
[    7.699894] usb usb2: Manufacturer: Linux 6.11.0-rc5-next-20240829-b18bbfc14a-000fda4e3fa xhci-hcd
[    7.708852] usb usb2: SerialNumber: 0000:03:00.3
[    7.713606] hub 2-0:1.0: USB hub found
[    7.717365] hub 2-0:1.0: 2 ports detected
[    7.722268] xhci_hcd 0000:46:00.3: xHCI Host Controller
[    7.727505] xhci_hcd 0000:46:00.3: new USB bus registered, assigned bus number 3
[    7.734998] xhci_hcd 0000:46:00.3: hcc params 0x0260ffe5 hci version 0x110 quirks 0x0000000000000010
[    7.744496] xhci_hcd 0000:46:00.3: xHCI Host Controller
[    7.749730] xhci_hcd 0000:46:00.3: new USB bus registered, assigned bus number 4
[    7.757121] xhci_hcd 0000:46:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[    7.764208] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.11
[    7.772473] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    7.779699] usb usb3: Product: xHCI Host Controller
[    7.784582] usb usb3: Manufacturer: Linux 6.11.0-rc5-next-20240829-b18bbfc14a-000fda4e3fa xhci-hcd
[    7.793549] usb usb3: SerialNumber: 0000:46:00.3
[    7.798302] hub 3-0:1.0: USB hub found
[    7.802067] hub 3-0:1.0: 2 ports detected
[    7.806848] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    7.814973] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.11
[    7.823231] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    7.830452] usb usb4: Product: xHCI Host Controller
[    7.835335] usb usb4: Manufacturer: Linux 6.11.0-rc5-next-20240829-b18bbfc14a-000fda4e3fa xhci-hcd
[    7.844294] usb usb4: SerialNumber: 0000:46:00.3
[    7.849037] hub 4-0:1.0: USB hub found
[    7.852806] hub 4-0:1.0: 2 ports detected
[    7.857769] usbcore: registered new interface driver uas
[    7.863104] usbcore: registered new interface driver usb-storage
[    7.869197] i8042: PNP: No PS/2 controller found.
[    7.873971] mousedev: PS/2 mouse device common for all mice
[    7.879655] rtc_cmos 00:02: RTC can wake from S4
[    7.884552] rtc_cmos 00:02: registered as rtc0
[    7.889061] rtc_cmos 00:02: setting system clock to 2024-09-02T10:50:08 UTC (1725274208)
[    7.890843] ata1: SATA link down (SStatus 0 SControl 300)
[    7.897186] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram
[    7.902575] ata3: SATA link down (SStatus 0 SControl 300)
[    7.909259] i2c_dev: i2c /dev entries driver
[    7.914674] ata5: SATA link down (SStatus 0 SControl 300)
[    7.918936] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[    7.924343] ata7: SATA link down (SStatus 0 SControl 300)
[    7.928239] usb 1-1: new high-speed USB device number 2 using xhci_hcd
[    7.936500] device-mapper: uevent: version 1.0.3
[    7.941890] tsc: Refined TSC clocksource calibration: 1996.249 MHz
[    7.941902] ata8: SATA link down (SStatus 0 SControl 300)
[    7.941929] ata6: SATA link down (SStatus 0 SControl 300)
[    7.941955] ata2: SATA link down (SStatus 0 SControl 300)
[    7.941982] ata4: SATA link down (SStatus 0 SControl 300)
[    7.948519] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@lists.linux.dev
[    7.953079] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x398cadd9d93, max_idle_ns: 881590552906 ns
[    7.959228] platform eisa.0: Probing EISA bus 0
[    8.004229] platform eisa.0: EISA: Cannot allocate resource for mainboard
[    8.004231] clocksource: Switched to clocksource tsc
[    8.011042] platform eisa.0: Cannot allocate resource for EISA slot 1
[    8.022445] platform eisa.0: Cannot allocate resource for EISA slot 2
[    8.028887] platform eisa.0: Cannot allocate resource for EISA slot 3
[    8.035331] platform eisa.0: Cannot allocate resource for EISA slot 4
[    8.041774] platform eisa.0: Cannot allocate resource for EISA slot 5
[    8.048223] platform eisa.0: Cannot allocate resource for EISA slot 6
[    8.054669] platform eisa.0: Cannot allocate resource for EISA slot 7
[    8.061124] platform eisa.0: Cannot allocate resource for EISA slot 8
[    8.067566] platform eisa.0: EISA: Detected 0 cards
[    8.067581] usb 3-1: new high-speed USB device number 2 using xhci_hcd
[    8.072453] amd_pstate: driver load is disabled, boot with specific mode to enable this
[    8.088454] ledtrig-cpu: registered to indicate activity on CPUs
[    8.094530] efifb: probing for efifb
[    8.098127] efifb: No BGRT, not showing boot graphics
[    8.103055] usb 1-1: New USB device found, idVendor=0424, idProduct=2744, bcdDevice= 1.21
[    8.103182] efifb: framebuffer at 0xc6000000, using 3072k, total 3072k
[    8.111391] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    8.117913] efifb: mode is 1024x768x32, linelength=4096, pages=1
[    8.117915] efifb: scrolling: redraw
[    8.117916] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    8.117922] fb0: EFI VGA frame buffer device
[    8.118019] drop_monitor: Initializing network drop monitor service
[    8.125064] usb 1-1: Product: USB2734
[    8.125066] usb 1-1: Manufacturer: Microchip Tech
[    8.159286] NET: Registered PF_INET6 protocol family
[    8.171195] Segment Routing with IPv6
[    8.173130] hub 1-1:1.0: USB hub found
[    8.174874] In-situ OAM (IOAM) with IPv6
[    8.178807] hub 1-1:1.0: 4 ports detected
[    8.182564] NET: Registered PF_PACKET protocol family
[    8.191666] Key type dns_resolver registered
[    8.205717] microcode: Current revision: 0x0a0011d3
[    8.213897] resctrl: L3 allocation detected
[    8.218082] resctrl: MB allocation detected
[    8.222264] resctrl: L3 monitoring detected
[    8.225245] usb 3-1: New USB device found, idVendor=1604, idProduct=10c0, bcdDevice= 0.00
[    8.226648] IPI shorthand broadcast: enabled
[    8.234630] usb 3-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    8.236809] usb 2-1: new SuperSpeed USB device number 2 using xhci_hcd
[    8.241783] sched_clock: Marking stable (8172002578, 68214802)->(9372882565, -1132665185)
[    8.261488] registered taskstats version 1
[    8.267811] Loading compiled-in X.509 certificates
[    8.268606] usb 2-1: New USB device found, idVendor=0424, idProduct=5744, bcdDevice= 1.21
[    8.273245] Loaded X.509 cert 'Build time autogenerated kernel key: e8331d2522c1377475b3c511319c32aff40753ce'
[    8.280774] usb 2-1: New USB device strings: Mfr=2, Product=3, SerialNumber=0
[    8.280777] usb 2-1: Product: USB5734
[    8.301477] usb 2-1: Manufacturer: Microchip Tech
[    8.306210] Demotion targets for Node 0: null
[    8.306542] hub 3-1:1.0: USB hub found
[    8.310571] Demotion targets for Node 1: null
[    8.314494] hub 3-1:1.0: 4 ports detected
[    8.319268] Key type .fscrypt registered
[    8.326621] Key type fscrypt-provisioning registered
[    8.333026] hub 2-1:1.0: USB hub found
[    8.336825] hub 2-1:1.0: 4 ports detected
[    8.341389] cryptd: max_cpu_qlen set to 1000
[    8.348882] AES CTR mode by8 optimization enabled
[    8.366770] Key type encrypted registered
[    8.370788] AppArmor: AppArmor sha256 policy hashing enabled
[    8.376528] integrity: Loading X.509 certificate: UEFI:db
[    8.381955] integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
[    8.392727] integrity: Loading X.509 certificate: UEFI:db
[    8.398146] integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
[    8.409178] integrity: Loading X.509 certificate: UEFI:db
[    8.414689] integrity: Loaded X.509 cert 'VMware, Inc.: 4ad8ba0472073d28127706ddc6ccb9050441bbc7'
[    8.423553] integrity: Loading X.509 certificate: UEFI:db
[    8.429100] integrity: Loaded X.509 cert 'VMware, Inc.: VMware Secure Boot Signing: 04597f3e1ffb240bba0ff0f05d5eb05f3e15f6d7'
[    8.440681] ima: No TPM chip found, activating TPM-bypass!
[    8.446172] Loading compiled-in module X.509 certificates
[    8.452017] Loaded X.509 cert 'Build time autogenerated kernel key: e8331d2522c1377475b3c511319c32aff40753ce'
[    8.461945] ima: Allocated hash algorithm: sha1
[    8.466488] ima: No architecture policies found
[    8.471037] evm: Initialising EVM extended attributes:
[    8.476175] evm: security.selinux
[    8.479492] evm: security.SMACK64
[    8.482814] evm: security.SMACK64EXEC
[    8.486480] evm: security.SMACK64TRANSMUTE
[    8.490579] evm: security.SMACK64MMAP
[    8.494246] evm: security.apparmor
[    8.497650] evm: security.ima
[    8.500622] evm: security.capability
[    8.504201] evm: HMAC attrs: 0x1
[    8.507829] PM:   Magic number: 8:16:830
[    8.511906] acpi device:b5: hash matches
[    8.516304] RAS: Correctable Errors collector initialized.
[    8.521928] clk: Disabling unused clocks
[    8.525853] PM: genpd: Disabling unused power domains
[    8.532746] Freeing unused decrypted memory: 2028K
[    8.538312] Freeing unused kernel image (initmem) memory: 4684K
[    8.544245] Write protecting the kernel read-only data: 26624k
[    8.550580] Freeing unused kernel image (rodata/data gap) memory: 452K
[    8.621241] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    8.627685] Run /init as init process
[    8.637890] systemd[1]: Inserted module 'autofs4'
[    8.943599] systemd[1]: systemd 250-12.el9_1 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 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK +XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[    8.975493] systemd[1]: Detected architecture x86-64.
[    8.980549] systemd[1]: Running in initial RAM disk.

Welcome to ^[[0;31mRed Hat Enterprise Linux 9.1 (Plow) dracut-057-13.git20220816.el9 (Initramfs)^[[0m!

[    9.008328] systemd[1]: Hostname set to <hostname.amd.com>.
[    9.119380] systemd[1]: Queued start job for default target Initrd Default Target.
[    9.120230] usb 3-1.1: new high-speed USB device number 3 using xhci_hcd
[    9.127063] systemd[1]: Reached target Initrd /usr File System.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mInitrd /usr File System^[[0m.
[    9.156285] systemd[1]: Reached target Local File Systems.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mLocal File Systems^[[0m.
[    9.176279] systemd[1]: Reached target Slice Units.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSlice Units^[[0m.
[    9.200273] systemd[1]: Reached target Swaps.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSwaps^[[0m.
[    9.220264] systemd[1]: Reached target Timer Units.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mTimer Units^[[0m.
[    9.233248] usb 3-1.1: New USB device found, idVendor=1604, idProduct=10c0, bcdDevice= 0.00
[    9.241597] usb 3-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    9.241722] systemd[1]: Listening on D-Bus System Message Bus Socket.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mD-Bus System Message Bus Socket^[[0m.
[    9.272426] systemd[1]: Listening on Journal Socket (/dev/log).
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mJournal Socket (/dev/log)^[[0m.
[    9.292423] systemd[1]: Listening on Journal Socket.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mJourna[    9.300595] hub 3-1.1:1.0: USB hub found
l Socket^[[0m.
[    9.305746] hub 3-1.1:1.0: 4 ports detected
[    9.316436] systemd[1]: Listening on udev Control Socket.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mudev Control Socket^[[0m.
[    9.340378] systemd[1]: Listening on udev Kernel Socket.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mudev Kernel Socket^[[0m.
[    9.360277] systemd[1]: Reached target Socket Units.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSocket Units^[[0m.
[    9.392231] usb 3-1.4: new high-speed USB device number 4 using xhci_hcd
[    9.406158] systemd[1]: Starting Create List of Static Device Nodes...
         Starting ^[[0;1;39mCreate List of Static Device Nodes^[[0m...
[    9.430484] systemd[1]: Starting Journal Service...
         Starting ^[[0;1;39mJournal Service^[[0m...
[    9.449621] systemd[1]: Starting Load Kernel Modules...
         Starting ^[[0;1;39mLoad Kernel Modules^[[0m...
[    9.469581] systemd[1]: Starting Create System Users...
         Starting ^[[0;1;39mCreate System Users^[[0m...
[    9.489565] systemd[1]: Starting Setup Virtual Console...
         Starting ^[[0;1;39mSetup[    9.497244] usb 3-1.4: New USB device found, idVendor=1604, idProduct=10c0, bcdDevice= 0.00
 Virtual Console[    9.506131] usb 3-1.4: New USB device strings: Mfr=0, Product=0, SerialNumber=0
^[[0m...
[    9.525596] systemd[1]: Finished Create List of Static Device Nodes.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate List of Static Device Nodes^[[0m.
[    9.548485] systemd[1]: Started Journal Service.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mJournal Ser[    9.556594] hub 3-1.4:1.0: USB hub found
vice^[[0m.
[    9.561495] hub 3-1.4:1.0: 4 ports detected
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mLoad Kernel Modules^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mSetup Virtual Console^[[0m.
         Starting ^[[0;1;39mdracut cmdline hook^[[0m...
         Starting ^[[0;1;39mApply Kernel Variables^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mApply Kernel Variables^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate System Users^[[0m.
         Starting ^[[0;1;39mCreate Static Device Nodes in /dev^[[0m...
         Starting ^[[0;1;39mCreate Volatile Files and Directories^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mdracut cmdline hook^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate Static Device Nodes in /dev^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate Volatile Files and Directories^[[0m.
         Starting ^[[0;1;39mdracut pre-udev hook^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mdracut pre-udev hook^[[0m.
         Starting ^[[0;1;39mRule-based Manage…for Device Events and Files^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mRule-based Manager for Device Events and Files^[[0m.
         Starting ^[[0;1;39mColdplug All udev Devices^[[0m...
[^[[0;32m  OK  ^[[[   10.114555] wmi_bus wmi_bus-PNP0C14:00: [Firmware Bug]: WQBC data block query control method not found
0m] Finished ^[[0;1;39mColdplug A[   10.125871] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
ll udev Devices^[[   10.133166] sp5100-tco sp5100-tco: Using 0xfeb00000 for watchdog MMIO address
[0m.
[   10.141746] sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0)
[   10.150876] ccp 0000:46:00.1: no command queues available
[   10.156370] ccp 0000:46:00.1: sev enabled
[   10.160387] ccp 0000:46:00.1: psp enabled
[   10.168409] mpt3sas version 48.100.00.00 loaded
[   10.173495] mpt3sas_cm0: 63 BIT PCI BUS DMA ADDRESSING SUPPORTED, total mem (262456372 kB)
[^[[0;32m  OK  ^[[[   10.182608] ACPI: bus type drm_connector registered
0m] Reached targ[   10.188628] tg3 0000:c1:00.0 eth0: Tigon3 [partno(BCM95720) rev 5720000] (PCI Express) MAC address d0:8e:79:bb:95:90
et ^[[0;1;39mSyst[   10.199965] tg3 0000:c1:00.0 eth0: attached PHY is 5720C (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[1])
em Initializatio[   10.211225] tg3 0000:c1:00.0 eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[1] TSOcap[1]
n^[[0m.
[   10.220377] tg3 0000:c1:00.0 eth0: dma_rwctrl[00000001] dma_mask[64-bit]
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mNetwork^[[0m.
[   10.232784] mpt3sas_cm0: CurrentHostPageSize is 0: Setting default host page size to 4k
[   10.241072] mpt3sas_cm0: MSI-X vectors supported: 96
[   10.246050] 	 no of cores: 128, max_msix_vectors: -1
[   10.251020] mpt3sas_cm0:  0 96 96
[   10.258163] mpt3sas_cm0: High IOPs queues : disabled
[   10.261885] tg3 0000:c1:00.1 eth1: Tigon3 [partno(BCM95720) rev 5720000] (PCI Express) MAC address d0:8e:79:bb:95:91
[   10.263136] mpt3sas0-msix0: PCI-MSI-X enabled: IRQ 107
[   10.273645] tg3 0000:c1:00.1 eth1: attached PHY is 5720C (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[1])
[   10.278783] mpt3sas0-msix1: PCI-MSI-X enabled: IRQ 108
[   10.278785] mpt3sas0-msix2: PCI-MSI-X enabled: IRQ 109
[   10.278786] mpt3sas0-msix3: PCI-MSI-X enabled: IRQ 110
[   10.278788] mpt3sas0-msix4: PCI-MSI-X enabled: IRQ 111
[   10.278789] mpt3sas0-msix5: PCI-MSI-X enabled: IRQ 112
[   10.278791] mpt3sas0-msix6: PCI-MSI-X enabled: IRQ 113
[   10.278792] mpt3sas0-msix7: PCI-MSI-X enabled: IRQ 114
[   10.278793] mpt3sas0-msix8: PCI-MSI-X enabled: IRQ 115
[   10.278794] mpt3sas0-msix9: PCI-MSI-X enabled: IRQ 116
[   10.278795] mpt3sas0-msix10: PCI-MSI-X enabled: IRQ 117
[   10.278797] mpt3sas0-msix11: PCI-MSI-X enabled: IRQ 118
[   10.288611] tg3 0000:c1:00.1 eth1: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[1] TSOcap[1]
[   10.293752] mpt3sas0-msix12: PCI-MSI-X enabled: IRQ 119
[   10.298890] tg3 0000:c1:00.1 eth1: dma_rwctrl[00000001] dma_mask[64-bit]
[   10.304030] mpt3sas0-msix13: PCI-MSI-X enabled: IRQ 120
[   10.370295] mpt3sas0-msix14: PCI-MSI-X enabled: IRQ 121
[   10.370296] mpt3sas0-msix15: PCI-MSI-X enabled: IRQ 122
[   10.370298] mpt3sas0-msix16: PCI-MSI-X enabled: IRQ 123
[   10.370299] mpt3sas0-msix17: PCI-MSI-X enabled: IRQ 124
[   10.370301] mpt3sas0-msix18: PCI-MSI-X enabled: IRQ 125
[   10.370302] mpt3sas0-msix19: PCI-MSI-X enabled: IRQ 126
[   10.370303] mpt3sas0-msix20: PCI-MSI-X enabled: IRQ 127
[   10.370304] mpt3sas0-msix21: PCI-MSI-X enabled: IRQ 128
[   10.370306] mpt3sas0-msix22: PCI-MSI-X enabled: IRQ 129
[   10.370307] mpt3sas0-msix23: PCI-MSI-X enabled: IRQ 130
[   10.370308] mpt3sas0-msix24: PCI-MSI-X enabled: IRQ 131
[   10.370309] mpt3sas0-msix25: PCI-MSI-X enabled: IRQ 132
[   10.370311] mpt3sas0-msix26: PCI-MSI-X enabled: IRQ 133
[   10.370312] mpt3sas0-msix27: PCI-MSI-X enabled: IRQ 134
[   10.443518] mpt3sas0-msix28: PCI-MSI-X enabled: IRQ 135
[   10.443520] mpt3sas0-msix29: PCI-MSI-X enabled: IRQ 136
[   10.443522] mpt3sas0-msix30: PCI-MSI-X enabled: IRQ 137
[   10.443523] mpt3sas0-msix31: PCI-MSI-X enabled: IRQ 138
[   10.443524] mpt3sas0-msix32: PCI-MSI-X enabled: IRQ 139
[   10.443525] mpt3sas0-msix33: PCI-MSI-X enabled: IRQ 140
[   10.443526] mpt3sas0-msix34: PCI-MSI-X enabled: IRQ 141
[   10.443528] mpt3sas0-msix35: PCI-MSI-X enabled: IRQ 142
[   10.443529] mpt3sas0-msix36: PCI-MSI-X enabled: IRQ 143
[   10.443530] mpt3sas0-msix37: PCI-MSI-X enabled: IRQ 144
[   10.443532] mpt3sas0-msix38: PCI-MSI-X enabled: IRQ 145
[   10.443533] mpt3sas0-msix39: PCI-MSI-X enabled: IRQ 146
[   10.443534] mpt3sas0-msix40: PCI-MSI-X enabled: IRQ 147
[   10.443535] mpt3sas0-msix41: PCI-MSI-X enabled: IRQ 148
[   10.443536] mpt3sas0-msix42: PCI-MSI-X enabled: IRQ 149
[   10.443538] mpt3sas0-msix43: PCI-MSI-X enabled: IRQ 150
[   10.443539] mpt3sas0-msix44: PCI-MSI-X enabled: IRQ 151
[   10.443540] mpt3sas0-msix45: PCI-MSI-X enabled: IRQ 152
[   10.443541] mpt3sas0-msix46: PCI-MSI-X enabled: IRQ 153
[   10.443542] mpt3sas0-msix47: PCI-MSI-X enabled: IRQ 154
[   10.443544] mpt3sas0-msix48: PCI-MSI-X enabled: IRQ 155
[   10.443545] mpt3sas0-msix49: PCI-MSI-X enabled: IRQ 156
[   10.443546] mpt3sas0-msix50: PCI-MSI-X enabled: IRQ 157
[   10.443547] mpt3sas0-msix51: PCI-MSI-X enabled: IRQ 158
[   10.443548] mpt3sas0-msix52: PCI-MSI-X enabled: IRQ 159
[   10.443549] mpt3sas0-msix53: PCI-MSI-X enabled: IRQ 160
[   10.443551] mpt3sas0-msix54: PCI-MSI-X enabled: IRQ 161
[   10.443552] mpt3sas0-msix55: PCI-MSI-X enabled: IRQ 162
[   10.443553] mpt3sas0-msix56: PCI-MSI-X enabled: IRQ 163
[   10.443554] mpt3sas0-msix57: PCI-MSI-X enabled: IRQ 164
[   10.443555] mpt3sas0-msix58: PCI-MSI-X enabled: IRQ 165
[   10.443557] mpt3sas0-msix59: PCI-MSI-X enabled: IRQ 166
[   10.443558] mpt3sas0-msix60: PCI-MSI-X enabled: IRQ 167
[   10.443559] mpt3sas0-msix61: PCI-MSI-X enabled: IRQ 168
[   10.443560] mpt3sas0-msix62: PCI-MSI-X enabled: IRQ 169
[   10.443563] mpt3sas0-msix63: PCI-MSI-X enabled: IRQ 170
[   10.443564] mpt3sas0-msix64: PCI-MSI-X enabled: IRQ 171
[   10.443566] mpt3sas0-msix65: PCI-MSI-X enabled: IRQ 172
[   10.443567] mpt3sas0-msix66: PCI-MSI-X enabled: IRQ 173
[   10.443568] mpt3sas0-msix67: PCI-MSI-X enabled: IRQ 174
[   10.443569] mpt3sas0-msix68: PCI-MSI-X enabled: IRQ 175
[   10.443570] mpt3sas0-msix69: PCI-MSI-X enabled: IRQ 176
[   10.443571] mpt3sas0-msix70: PCI-MSI-X enabled: IRQ 177
[   10.443573] mpt3sas0-msix71: PCI-MSI-X enabled: IRQ 178
[   10.443574] mpt3sas0-msix72: PCI-MSI-X enabled: IRQ 179
[   10.443575] mpt3sas0-msix73: PCI-MSI-X enabled: IRQ 180
[   10.443576] mpt3sas0-msix74: PCI-MSI-X enabled: IRQ 181
[   10.443577] mpt3sas0-msix75: PCI-MSI-X enabled: IRQ 182
[   10.443579] mpt3sas0-msix76: PCI-MSI-X enabled: IRQ 183
[   10.443580] mpt3sas0-msix77: PCI-MSI-X enabled: IRQ 184
[   10.443581] mpt3sas0-msix78: PCI-MSI-X enabled: IRQ 185
[   10.443582] mpt3sas0-msix79: PCI-MSI-X enabled: IRQ 186
[   10.443584] mpt3sas0-msix80: PCI-MSI-X enabled: IRQ 187
[   10.553562] ------------[ cut here ]------------
[   10.558565] mpt3sas0-msix81: PCI-MSI-X enabled: IRQ 188
[   10.558567] mpt3sas0-msix82: PCI-MSI-X enabled: IRQ 189
[   10.558568] mpt3sas0-msix83: PCI-MSI-X enabled: IRQ 190
[   10.558570] mpt3sas0-msix84: PCI-MSI-X enabled: IRQ 191
[   10.563795] WARNING: CPU: 0 PID: 9 at drivers/video/fbdev/core/fbmem.c:467 unregister_framebuffer+0x28/0xf0
[   10.569022] mpt3sas0-msix85: PCI-MSI-X enabled: IRQ 192
[   10.569024] mpt3sas0-msix86: PCI-MSI-X enabled: IRQ 193
[   10.574247] Modules linked in: mgag200(+) i2c_algo_bit drm_shmem_helper drm_kms_helper
[   10.579474] mpt3sas0-msix87: PCI-MSI-X enabled: IRQ 194
[   10.584698]  crct10dif_pclmul crc32_pclmul ghash_clmulni_intel sha512_ssse3
[   10.589926] mpt3sas0-msix88: PCI-MSI-X enabled: IRQ 195
[   10.595151]  mpt3sas(+) sha256_ssse3 drm
[   10.600379] mpt3sas0-msix89: PCI-MSI-X enabled: IRQ 196
[   10.605605]  tg3 sha1_ssse3 raid_class
[   10.610830] mpt3sas0-msix90: PCI-MSI-X enabled: IRQ 197
[   10.616054]  ccp(+) sp5100_tco scsi_transport_sas wmi
[   10.621281] mpt3sas0-msix91: PCI-MSI-X enabled: IRQ 198
[   10.621283] mpt3sas0-msix92: PCI-MSI-X enabled: IRQ 199
[   10.626506]  dm_mirror dm_region_hash dm_log
[   10.631731] mpt3sas0-msix93: PCI-MSI-X enabled: IRQ 200
[   10.636959]  msr autofs4
[   10.642185] mpt3sas0-msix94: PCI-MSI-X enabled: IRQ 201
[   10.647410]  aesni_intel crypto_simd cryptd
[   10.652638] mpt3sas0-msix95: PCI-MSI-X enabled: IRQ 202
[   10.657861] 
[   10.657863] CPU: 0 UID: 0 PID: 9 Comm: kworker/0:1 Not tainted 6.11.0-rc5-next-20240829-b18bbfc14a-000fda4e3fa #1
[   10.663089] mpt3sas_cm0: iomem(0x00000000e2100000), mapped(0x000000003dab51c8), size(65536)
[   10.668314] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[   10.668316] Workqueue: events work_for_cpu_fn
[   10.673539] mpt3sas_cm0: ioport(0x0000000000001000), size(256)
[   10.678765] 
[   10.678766] RIP: 0010:unregister_framebuffer+0x28/0xf0
[   10.731350] mpt3sas_cm0: CurrentHostPageSize is 0: Setting default host page size to 4k
[   10.735643] Code: 90 90 f3 0f 1e fa 0f 1f 44 00 00 55 48 89 e5 41 54 49 89 fc 48 c7 c7 c0 c1 a3 b8 e8 a2 1c 6e 00 49 63 44 24 04 83 f8 1f 76 78 <0f> 0b 49 8b bc 24 d0 01 00 00 48 85 ff 74 0b 41 f6 84 24 ec 01 00
[   10.740867] mpt3sas_cm0: sending message unit reset !!
[   10.742377] mpt3sas_cm0: message unit reset: SUCCESS
[   10.746095] RSP: 0018:ffffaf148021fbb0 EFLAGS: 00010286
[   10.774471] mpt3sas_cm0: scatter gather: sge_in_main_msg(1), sge_per_chain(7), sge_per_io(128), chains_per_io(19)
[   10.779417] RAX: 0000000000000000 RBX: ffff8abb55f445c0 RCX: ffff8abb55f44840
[   10.787605] mpt3sas_cm0: request pool(0x00000000ad4fb1fc) - dma(0xe0600000): depth(9700), frame_size(128), pool_size(1212 kB)
[   10.791604] RDX: ffff8abb46cf19c0 RSI: ffff8abb55f44868 RDI: ffffffffb8a3c1c0
[   10.791606] RBP: ffffaf148021fbb8 R08: ffffffffb8599839 R09: 0000000000000010
[   10.820616] mpt3sas_cm0: sense pool(0x00000000962bc9dc) - dma(0xdef00000): depth(9463), element_size(96), pool_size (887 kB)
[   10.825237] R10: ffff8abb5ad896b0 R11: 0000000000000004 R12: ffff8abb5ad26800
[   10.829609] mpt3sas_cm0: reply pool(0x000000001b009b99) - dma(0xdec00000): depth(9764), frame_size(128), pool_size(1220 kB)
[   10.834737] R13: ffffaf148021fc20 R14: ffff8abb5ad89410 R15: 0000000000000206
[   10.837287] mpt3sas_cm0: config page(0x000000005aee8fec) - dma(0xdebee000): size(512)
[   10.842500] FS:  0000000000000000(0000) GS:ffff8ada3ee00000(0000) knlGS:0000000000000000
[   10.846686] mpt3sas_cm0: Allocated physical memory: size(40437 kB)
[   10.851910] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[   10.851912] CR2: 00007f55c48a5920 CR3: 000000011fd9c003 CR4: 0000000000770ef0
[   10.853410] mpt3sas_cm0: Current Controller Queue Depth(9460),Max Controller Queue Depth(9584)
[   10.863666] PKRU: 55555554
[   10.872010] mpt3sas_cm0: Scatter Gather Elements per IO(128)
[   10.910030] mpt3sas_cm0: _base_display_fwpkg_version: complete
[   10.923231] Call Trace:
[   10.928366] mpt3sas_cm0: FW Package Ver(16.17.01.00)
[   10.928661] mpt3sas_cm0: LSISAS3008: FWVersion(16.00.11.00), ChipRevision(0x02)
[   10.933333]  <TASK>
[   10.933336]  ? show_regs+0x6d/0x80
[   10.938557] mpt3sas_cm0: Protocol=(Initiator
[   10.948810]  ? __warn+0x91/0x140
[   10.948815]  ? unregister_framebuffer+0x28/0xf0
[   10.948818]  ? report_bug+0x193/0x1a0
[   10.955953] ,Target), Capabilities=(TLR
[   10.967246]  ? handle_bug+0x63/0xa0
[   10.974376] ,EEDP,Snapshot Buffer
[   10.981511]  ? exc_invalid_op+0x1d/0x80
[   10.992714] ,Diag Trace Buffer,Task Set Full
[   10.999846]  ? asm_exc_invalid_op+0x1f/0x30
[   11.010966] ,NCQ
[   11.018103]  ? unregister_framebuffer+0x28/0xf0
[   11.025923] )
[   11.025978] scsi host8: Fusion MPT SAS Host
[   11.034013]  devm_unregister_framebuffer+0x12/0x20
[   11.042013] mpt3sas_cm0: sending port enable !!
[   11.045937]  devm_action_release+0x19/0x20
[   11.045942]  release_nodes+0x4a/0xc0
[   11.053478] mpt3sas_cm0: hba_port entry: 00000000c4ca5e87, port: 255 is added to hba_port list
[   11.061683]  devres_release_all+0x9f/0xe0
[   11.061688]  device_unbind_cleanup+0x12/0x80
[   11.065482] mpt3sas_cm0: host_add: handle(0x0001), sas_addr(0x52cea7f0be87bf00), phys(8)
[   11.070056]  device_release_driver_internal+0x1ca/0x210
[   11.076234] mpt3sas_cm0: handle(0xa) sas_address(0x4433221100000000) port_type(0x1)
[   11.078343]  device_release_driver+0x16/0x20
[   11.084507] scsi 8:0:0:0: Direct-Access     ATA      MTFDDAK960TDT    J004 PQ: 0 ANSI: 6
[   11.090612]  bus_remove_device+0xcf/0x130
[   11.092719] scsi 8:0:0:0: SATA: handle(0x000a), sas_addr(0x4433221100000000), phy(0), device_name(0x500a075131911ad0)
[   11.096120]  device_del+0x16a/0x3c0
[   11.100383] scsi 8:0:0:0: enclosure logical id (0x52cea7f0be87bf00), slot(1) 
[   11.100385] scsi 8:0:0:0: enclosure level(0x0001), connector name(     )
[   11.100436] scsi 8:0:0:0: atapi(n), ncq(y), asyn_notify(n), smart(y), fua(y), sw_preserve(y)
[   11.103615]  ? srso_alias_return_thunk+0x5/0xfbef5
[   11.108144] scsi 8:0:0:0: qdepth(32), tagged(1), scsi_level(7), cmd_que(1)
[   11.111812]  platform_device_del.part.0+0x18/0x80
[   11.123612]  end_device-8:0: add: handle(0x000a), sas_addr(0x4433221100000000)
[   11.126299]  platform_device_unregister+0x24/0x40
[   11.130693] mpt3sas_cm0: handle(0xc) sas_address(0x58ce38ee219651a2) port_type(0x1)
[   11.134757]  sysfb_disable+0x5c/0xa0
[   11.137092] scsi 8:0:1:0: Direct-Access     KIOXIA   KPM6WVUG960G     BD08 PQ: 0 ANSI: 6
[   11.141137]  aperture_remove_conflicting_pci_devices+0x31/0xa0
[   11.142721] scsi 8:0:1:0: SSP: handle(0x000c), sas_addr(0x58ce38ee219651a2), phy(4), device_name(0x58ce38ee219651a0)
[   11.146901]  drm_aperture_remove_conflicting_pci_framebuffers+0x19/0x20 [drm]
[   11.151680] scsi 8:0:1:0: enclosure logical id (0x52cea7f0be87bf00), slot(0) 
[   11.151682] scsi 8:0:1:0: enclosure level(0x0001), connector name(     )
[   11.151687] scsi 8:0:1:0: qdepth(254), tagged(1), scsi_level(7), cmd_que(1)
[   11.156218]  mgag200_pci_probe+0x27/0x190 [mgag200]
[   11.161949]  end_device-8:1: add: handle(0x000c), sas_addr(0x58ce38ee219651a2)
[   11.163894]  local_pci_probe+0x4f/0xb0
[   11.172621] mpt3sas_cm0: handle(0xb) sas_address(0x4433221106000000) port_type(0x1)
[   11.176513]  work_for_cpu_fn+0x1e/0x30
[   11.181917] scsi 8:0:2:0: Direct-Access     ATA      MTFDDAK960TDT    J004 PQ: 0 ANSI: 6
[   11.188872]  process_one_work+0x17b/0x3b0
[   11.194097] scsi 8:0:2:0: SATA: handle(0x000b), sas_addr(0x4433221106000000), phy(6), device_name(0x500a075131911a6f)
[   11.201749]  ? __pfx_worker_thread+0x10/0x10
[   11.206012] scsi 8:0:2:0: enclosure logical id (0x52cea7f0be87bf00), slot(2) 
[   11.206013] scsi 8:0:2:0: enclosure level(0x0001), connector name(     )
[   11.206063] scsi 8:0:2:0: atapi(n), ncq(y), asyn_notify(n), smart(y), fua(y), sw_preserve(y)
[   11.214102]  worker_thread+0x2a0/0x3a0
[   11.218110] scsi 8:0:2:0: qdepth(32), tagged(1), scsi_level(7), cmd_que(1)
[   11.228710]  ? __pfx_worker_thread+0x10/0x10
[   11.240133]  end_device-8:2: add: handle(0x000b), sas_addr(0x4433221106000000)
[   11.246036]  kthread+0xe8/0x120
[   11.272226] mpt3sas_cm0: port enable: SUCCESS
[   11.278058]  ? __pfx_kthread+0x10/0x10
[   11.283068] sd 8:0:0:0: Attached scsi generic sg0 type 0
[   11.283606] sd 8:0:0:0: [sda] 1875385008 512-byte logical blocks: (960 GB/894 GiB)
[   11.283610] sd 8:0:0:0: [sda] 4096-byte physical blocks
[   11.285619] sd 8:0:0:0: [sda] Write Protect is off
[   11.286910] sd 8:0:0:0: [sda] Write cache: enabled, read cache: enabled, supports DPO and FUA
[   11.290419]  ret_from_fork+0x40/0x60
[   11.294190] scsi 8:0:1:0: Attached scsi generic sg1 type 0
[   11.294406] sd 8:0:1:0: [sdb] 1875385008 512-byte logical blocks: (960 GB/894 GiB)
[   11.294410] sd 8:0:1:0: [sdb] 4096-byte physical blocks
[   11.294591] sd 8:0:1:0: [sdb] Write Protect is off
[   11.294802] sd 8:0:1:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[   11.302084]  ? __pfx_kthread+0x10/0x10
[   11.308111] scsi 8:0:2:0: Attached scsi generic sg2 type 0
[   11.308671] sd 8:0:2:0: [sdc] 1875385008 512-byte logical blocks: (960 GB/894 GiB)
[   11.308674] sd 8:0:2:0: [sdc] 4096-byte physical blocks
[   11.310675] sd 8:0:2:0: [sdc] Write Protect is off
[   11.311965] sd 8:0:2:0: [sdc] Write cache: enabled, read cache: enabled, supports DPO and FUA
[   11.318438]  ret_from_fork_asm+0x1a/0x30
[   11.562677]  </TASK>
[   11.562679] ---[ end trace 0000000000000000 ]---
[   11.562683] BUG: kernel NULL pointer dereference, address: 0000000000000000
[   11.562685] #PF: supervisor read access in kernel mode
[   11.562687] #PF: error_code(0x0000) - not-present page
[   11.586717] PGD 0 P4D 0 
[   11.589257] Oops: Oops: 0000 [#1] PREEMPT SMP NOPTI
[   11.594136] CPU: 0 UID: 0 PID: 9 Comm: kworker/0:1 Tainted: G        W          6.11.0-rc5-next-20240829-b18bbfc14a-000fda4e3fa #1
[   11.605864] Tainted: [W]=WARN
[   11.605865] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[   11.605866] Workqueue: events work_for_cpu_fn
[   11.605869] RIP: 0010:fb_destroy_modelist+0x1a/0x70
[   11.625700] Code: 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 f3 0f 1e fa 0f 1f 44 00 00 55 48 89 e5 41 56 41 55 41 54 49 89 fc 53 48 8b 3f <48> 8b 1f 49 39 fc 74 36 49 be 00 01 00 00 00 00 ad de 49 bd 22 01
[   11.625702] RSP: 0018:ffffaf148021fb80 EFLAGS: 00010246
[   11.625705] RAX: 0000000000000000 RBX: ffff8abb55f445c0 RCX: ffff8abb55f44840
[   11.656785] RDX: ffff8abb46cf19c0 RSI: ffff8abb55f44868 RDI: 0000000000000000
[   11.663918] RBP: ffffaf148021fba0 R08: ffffffffb8599839 R09: 0000000000000010
[   11.671050] R10: ffff8abb5ad896b0 R11: 0000000000000004 R12: ffff8abb5ad26a88
[   11.678174] R13: ffffaf148021fc20 R14: ffff8abb5ad89410 R15: 0000000000000206
[   11.685308] FS:  0000000000000000(0000) GS:ffff8ada3ee00000(0000) knlGS:0000000000000000
[   11.693391] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[   11.699130] CR2: 0000000000000000 CR3: 000000011fd9c003 CR4: 0000000000770ef0
[   11.706262] PKRU: 55555554
[   11.708976] Call Trace:
[   11.711427]  <TASK>
[   11.713524]  ? show_regs+0x6d/0x80
[   11.716930]  ? __die+0x29/0x70
[   11.719991]  ? page_fault_oops+0x15d/0x4f0
[   11.724089]  ? _printk+0x5c/0x80
[   11.727324]  ? do_user_addr_fault+0x317/0x690
[   11.731682]  ? unregister_framebuffer+0x28/0xf0
[   11.736215]  ? exc_page_fault+0x7c/0x1b0
[   11.740141]  ? asm_exc_page_fault+0x2b/0x30
[   11.744329]  ? fb_destroy_modelist+0x1a/0x70
[   11.748600]  unregister_framebuffer+0x4f/0xf0
[   11.752958]  devm_unregister_framebuffer+0x12/0x20
[   11.757750]  devm_action_release+0x19/0x20
[   11.761849]  release_nodes+0x4a/0xc0
[   11.765428]  devres_release_all+0x9f/0xe0
[   11.769442]  device_unbind_cleanup+0x12/0x80
[   11.773712]  device_release_driver_internal+0x1ca/0x210
[   11.778939]  device_release_driver+0x16/0x20
[   11.783212]  bus_remove_device+0xcf/0x130
[   11.787224]  device_del+0x16a/0x3c0
[   11.790717]  ? srso_alias_return_thunk+0x5/0xfbef5
[   11.795509]  platform_device_del.part.0+0x18/0x80
[   11.800215]  platform_device_unregister+0x24/0x40
[   11.804922]  sysfb_disable+0x5c/0xa0
[   11.808501]  aperture_remove_conflicting_pci_devices+0x31/0xa0
[   11.814335]  drm_aperture_remove_conflicting_pci_framebuffers+0x19/0x20 [drm]
[   11.821484]  mgag200_pci_probe+0x27/0x190 [mgag200]
[   11.826364]  local_pci_probe+0x4f/0xb0
[   11.830115]  work_for_cpu_fn+0x1e/0x30
[   11.833868]  process_one_work+0x17b/0x3b0
[   11.837880]  ? __pfx_worker_thread+0x10/0x10
[   11.842152]  worker_thread+0x2a0/0x3a0
[   11.845904]  ? __pfx_worker_thread+0x10/0x10
[   11.850176]  kthread+0xe8/0x120
[   11.853314]  ? __pfx_kthread+0x10/0x10
[   11.857069]  ret_from_fork+0x40/0x60
[   11.860646]  ? __pfx_kthread+0x10/0x10
[   11.864398]  ret_from_fork_asm+0x1a/0x30
[   11.868328]  </TASK>
[   11.870516] Modules linked in: mgag200(+) i2c_algo_bit drm_shmem_helper drm_kms_helper crct10dif_pclmul crc32_pclmul ghash_clmulni_intel sha512_ssse3 mpt3sas sha256_ssse3 drm tg3 sha1_ssse3 raid_class ccp(+) sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[   11.898381] CR2: 0000000000000000
[   11.901700] ---[ end trace 0000000000000000 ]---
[   13.759406] clocksource: Long readout interval, skipping watchdog check: cs_nsec: 2275181996 wd_nsec: 2275181342
[   13.781329] pstore: backend (erst) writing error (-28)
[   13.791075] RIP: 0010:fb_destroy_modelist+0x1a/0x70
[   13.795955] Code: 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 f3 0f 1e fa 0f 1f 44 00 00 55 48 89 e5 41 56 41 55 41 54 49 89 fc 53 48 8b 3f <48> 8b 1f 49 39 fc 74 36 49 be 00 01 00 00 00 00 ad de 49 bd 22 01
[   13.814700] RSP: 0018:ffffaf148021fb80 EFLAGS: 00010246
[   13.819925] RAX: 0000000000000000 RBX: ffff8abb55f445c0 RCX: ffff8abb55f44840
[   13.827049] RDX: ffff8abb46cf19c0 RSI: ffff8abb55f44868 RDI: 0000000000000000
[   13.834173] RBP: ffffaf148021fba0 R08: ffffffffb8599839 R09: 0000000000000010
[   13.841298] R10: ffff8abb5ad896b0 R11: 0000000000000004 R12: ffff8abb5ad26a88
[   13.848429] R13: ffffaf148021fc20 R14: ffff8abb5ad89410 R15: 0000000000000206
[   13.855553] FS:  0000000000000000(0000) GS:ffff8ada3ee00000(0000) knlGS:0000000000000000
[   13.863638] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[   13.869377] CR2: 0000000000000000 CR3: 000000011fd9c003 CR4: 0000000000770ef0
[   13.876511] PKRU: 55555554
[   13.879221] note: kworker/0:1[9] exited with irqs disabled
[   13.921547]  sdb: sdb1 sdb2
[   13.922184]  sdc: sdc1 sdc2
[   13.922288]  sda: sda1 sda2 sda3 sda4 sda5 sda6 sda7
[   13.922738] sd 8:0:0:0: [sda] Attached SCSI disk
[   13.924567] sd 8:0:1:0: [sdb] Attached SCSI disk
[   13.927369] sd 8:0:2:0: [sdc] Attached SCSI disk
[   13.939955] ccp 0000:46:00.1: SEV API:1.55 build:17
[   13.950889] ccp 0000:46:00.1: SEV-SNP API:1.55 build:17
[  611.892258] usb 3-1.2: new high-speed USB device number 5 using xhci_hcd
[  612.013298] usb 3-1.2: New USB device found, idVendor=413c, idProduct=0006, bcdDevice= 0.00
[  612.021665] usb 3-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  612.028973] usb 3-1.2: Product: DRAC 5 Virtual Keyboard and Mouse
[  612.035066] usb 3-1.2: Manufacturer: DELL
[  612.039079] usb 3-1.2: SerialNumber: DELL413C-1
[  612.191062] hid: raw HID events driver (C) Jiri Kosina
[  612.207394] usbcore: registered new interface driver usbhid
[  612.212976] usbhid: USB HID core driver
[  612.218154] usbcore: registered new interface driver usbmouse
[  612.224335] usbcore: registered new interface driver usbkbd
[  612.232423] input: DELL DRAC 5 Virtual Keyboard and Mouse as /devices/pci0000:40/0000:40:08.1/0000:46:00.3/usb3/3-1/3-1.2/3-1.2:1.0/0003:413C:0006.0001/input/input1
[  612.247243] hid-generic 0003:413C:0006.0001: input,hidraw0: USB HID v1.01 Mouse [DELL DRAC 5 Virtual Keyboard and Mouse] on usb-0000:46:00.3-1.2/input0
[  612.260915] input: DELL DRAC 5 Virtual Keyboard and Mouse as /devices/pci0000:40/0000:40:08.1/0000:46:00.3/usb3/3-1/3-1.2/3-1.2:1.1/0003:413C:0006.0002/input/input2
[  612.332393] hid-generic 0003:413C:0006.0002: input,hidraw1: USB HID v1.01 Keyboard [DELL DRAC 5 Virtual Keyboard and Mouse] on usb-0000:46:00.3-1.2/input1
^[[c^[[2J^[[01;01H^[[=3h^[[2J^[[01;01HKEY MAPPING FOR CONSOLE REDIRECTION:

Use the <ESC><1> key sequence for <F1>
Use the <ESC><2> key sequence for <F2>
Use the <ESC><3> key sequence for <F3>
Use the <ESC><0> key sequence for <F10>
Use the <ESC><!> key sequence for <F11>
Use the <ESC><@> key sequence for <F12>

Use the <ESC><Ctrl><M> key sequence for <Ctrl><M>
Use the <ESC><Ctrl><H> key sequence for <Ctrl><H>
Use the <ESC><Ctrl><I> key sequence for <Ctrl><I>
Use the <ESC><Ctrl><J> key sequence for <Ctrl><J>

Use the <ESC><X><X> key sequence for <Alt><x>, where x is any letter
key, and X is the upper case of that key

Use the <ESC><R><ESC><r><ESC><R> key sequence for <Ctrl><Alt><Del>

Press the spacebar to pause...
Initializing PCIe, USB, and Video... Done
PowerEdge R6515
BIOS Version: 2.14.1
Console Redirection Enabled Requested by iDRAC

F2	 = System Setup
F10	 = Lifecycle Controller (Config
	   iDRAC, Update FW, Install OS)
F11	 = Boot Manager
F12	 = PXE Boot
iDRAC IPV4:  10.86.18.202 [Dedicated]
                                
Initializing Firmware Interfaces...
 





Enumerating Boot options...
Enumerating Boot options... Done
Loading Lifecycle Controller Drivers...
Loading Lifecycle Controller Drivers...Done
Lifecycle Controller: Collecting System Inventory...

iDRAC IPV4:  10.86.18.202 [Dedicated]

^[[2J^[[01;01HLifecycle Controller: Done
Booting...
^[[2J^[[01;01HBooting from Integrated Storage Controller 1: Red Hat Enterprise Linux
^[[0m^[[30m^[[40m^[[2J^[[01;01H^[[0m^[[37m^[[40m^[[20;07HUse the ^ and v keys to change the selection.                       
\r      Press 'e' to edit the selected item, or 'c' for a command prompt.   
\r      Press Escape to return to the previous menu.                        ^[[04;80H ^[[0m^[[30m^[[47m^[[04;01H      Red Hat Enterprise Linux (6.11.0-rc5-next-20240829-b18bbfc14a-000fda4e3f>
\r^[[05;01H^[[0m^[[37m^[[40m^[[04;79H^[[05;01H      Red Hat Enterprise Linux (6.11.0-rc5-next-20240828-195a402a75-c0ceb24fe8>
\r^[[06;01H^[[05;79H^[[06;01H      Red Hat Enterprise Linux (6.11.0-rc5-next-20240827-6f92374805-5e2d8ff675>
\r^[[07;01H^[[06;79H^[[07;01H      Red Hat Enterprise Linux (6.11.0-rc5-next-20240826-1ca4237ad9-2892a62bcd>
\r^[[08;01H^[[07;79H^[[08;01H      Red Hat Enterprise Linux (6.11.0-rc4-next-20240823-c79c85875f-029ca5dd36>
\r^[[09;01H^[[08;79H^[[09;01H      Red Hat Enterprise Linux (6.11.0-rc4-next-20240822-6a7917c89f-5b91b02e84>
\r^[[10;01H^[[09;79H^[[10;01H      Red Hat Enterprise Linux (6.11.0-rc4-next-20240821-eb8c5ca373-80383d4) 9>
\r^[[11;01H^[[10;79H^[[11;01H      Red Hat Enterprise Linux (6.11.0-rc4-next-20240820-bb1b0acdcd-35e1183) 9>
\r^[[12;01H^[[11;79H^[[12;01H      Red Hat Enterprise Linux (6.11.0-rc4-next-20240819-469f1bad3c-21a1019) 9>
\r^[[13;01H^[[12;79H^[[13;01H      Red Hat Enterprise Linux (6.11.0-rc4-d2bafcf224-d2bafcf224f) 9.1 (Plow)  ^[[13;79H^[[14;01H      Red Hat Enterprise Linux (6.11.0-rc3-next-20240816-367b5c3d53-d2011f6) 9>
\r^[[15;01H^[[14;79H^[[15;01H      Red Hat Enterprise Linux (6.11.0-rc3-next-20240815-edd1ec2e3a-c1aea8f) 9>
\r^[[16;01H^[[15;79H^[[16;01H      Red Hat Enterprise Linux (6.11.0-rc3-next-20240814-320eb81df4-1977f33) 9>
\r^[[17;01H^[[16;79H^[[17;01H      Red Hat Enterprise Linux (6.11.0-rc3-next-20240813-033a469170-91a7547) 9>
\r^[[18;01H^[[17;79H^[[18;01H      Red Hat Enterprise Linux (6.11.0-rc3-df6cbc62cc-df6cbc6) 9.1 (Plow)      ^[[18;79H^[[18;80Hv^[[04;79H^[[23;01H   The selected entry will be started automatically in 5s.                     ^[[04;79H^[[23;01H   The selected entry will be started automatically in 4s.                     ^[[04;79H^[[23;01H   The selected entry will be started automatically in 3s.                     ^[[04;79H^[[23;01H   The selected entry will be started automatically in 2s.                     ^[[04;79H^[[23;01H   The selected entry will be started automatically in 1s.                     ^[[04;79H^[[23;01H   The selected entry will be started automatically in 0s.                     ^[[04;79H^[[0m^[[30m^[[40m^[[2J^[[01;01H^[[0m^[[37m^[[40m^[[0m^[[30m^[[40m^[[2J^[[01;01H^[[0m^[[37m^[[40m[    0.000000] Linux version 6.11.0-rc5-next-20240829-b18bbfc14a-000fda4e3fa (root@hostname.amd.com) (gcc (GCC) 11.4.1 20231218 (Red Hat 11.4.1-3), GNU ld version 2.35.2-43.el9) #1 SMP PREEMPT_DYNAMIC Thu Aug 29 13:11:33 IST 2024
[    0.000000] Command line: BOOT_IMAGE=(hd0,gpt6)/vmlinuz-6.11.0-rc5-next-20240829-b18bbfc14a-000fda4e3fa root=/dev/mapper/rhel_hostname-root ro selinux=0 console=ttyS0,115200n8 earlyprintk=ttyS0,115200 net.ifnames=0 biosdevname=0 swiotlb=131072 kvm_amd.debug_swap=0 mem_encrypt=off
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Hygon HygonGenuine
[    0.000000]   Centaur CentaurHauls
[    0.000000]   zhaoxin   Shanghai  
[    0.000000] SEV-SNP: RMP table physical range [0x0000000015e00000 - 0x00000000566fffff]
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000008efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000008f000-0x000000000008ffff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000000090000-0x000000000009ffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000015dfffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000015e00000-0x00000000566fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000056700000-0x00000000567fbfff] usable
[    0.000000] BIOS-e820: [mem 0x00000000567fc000-0x00000000567fcfff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000567fd000-0x000000005a14afff] usable
[    0.000000] BIOS-e820: [mem 0x000000005a14b000-0x000000005a34afff] reserved
[    0.000000] BIOS-e820: [mem 0x000000005a34b000-0x0000000067acefff] usable
[    0.000000] BIOS-e820: [mem 0x0000000067acf000-0x000000006dfcefff] reserved
[    0.000000] BIOS-e820: [mem 0x000000006dfcf000-0x000000006edfefff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000006edff000-0x000000006effefff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000006efff000-0x000000006effffff] usable
[    0.000000] BIOS-e820: [mem 0x000000006f000000-0x000000006f00afff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000006f00b000-0x000000006fffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000070000000-0x000000008fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000aa000000-0x00000000aaffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000c5000000-0x00000000c5ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000e0ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fd000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000207fcfffff] usable
[    0.000000] BIOS-e820: [mem 0x000000207fd00000-0x000000207fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000002080000000-0x000000407f1fffff] usable
[    0.000000] BIOS-e820: [mem 0x000000407f200000-0x000000407fffffff] reserved
[    0.000000] printk: legacy bootconsole [earlyser0] enabled
[    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-0x000000000008efff] usable
[    0.000000] reserve setup_data: [mem 0x000000000008f000-0x000000000008ffff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x0000000000090000-0x000000000009ffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000000100000-0x0000000000b4b01f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000b4b020-0x0000000000b5305f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000b53060-0x0000000000b5401f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000b54020-0x0000000000b8645f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000b86460-0x0000000000b8701f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000b87020-0x0000000000bb945f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000bb9460-0x0000000000bba01f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000bba020-0x0000000000bffe5f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000bffe60-0x0000000015dfffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000015e00000-0x00000000566fffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000056700000-0x00000000567fbfff] usable
[    0.000000] reserve setup_data: [mem 0x00000000567fc000-0x00000000567fcfff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000567fd000-0x000000005a14afff] usable
[    0.000000] reserve setup_data: [mem 0x000000005a14b000-0x000000005a34afff] reserved
[    0.000000] reserve setup_data: [mem 0x000000005a34b000-0x0000000067acefff] usable
[    0.000000] reserve setup_data: [mem 0x0000000067acf000-0x000000006dfcefff] reserved
[    0.000000] reserve setup_data: [mem 0x000000006dfcf000-0x000000006edfefff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x000000006edff000-0x000000006effefff] ACPI data
[    0.000000] reserve setup_data: [mem 0x000000006efff000-0x000000006effffff] usable
[    0.000000] reserve setup_data: [mem 0x000000006f000000-0x000000006f00afff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x000000006f00b000-0x000000006fffffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000070000000-0x000000008fffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000aa000000-0x00000000aaffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000c5000000-0x00000000c5ffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000e0000000-0x00000000e0ffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fd000000-0x00000000ffffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000207fcfffff] usable
[    0.000000] reserve setup_data: [mem 0x000000207fd00000-0x000000207fffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000002080000000-0x000000407f1fffff] usable
[    0.000000] reserve setup_data: [mem 0x000000407f200000-0x000000407fffffff] reserved
[    0.000000] efi: EFI v2.7 by Dell Inc.
[    0.000000] efi: ACPI=0x6effe000 ACPI 2.0=0x6effe014 MEMATTR=0x63f3c4a0 SMBIOS=0x6979e000 SMBIOS 3.0=0x6979c000 MOKvar=0x67bcc000 RNG=0x6efb4020 
[    0.000000] random: crng init done
[    0.000000] efi: Remove mem56: MMIO range=[0x80000000-0x8fffffff] (256MB) from e820 map
[    0.000000] efi: Remove mem57: MMIO range=[0xaa000000-0xaaffffff] (16MB) from e820 map
[    0.000000] efi: Remove mem58: MMIO range=[0xc5000000-0xc5ffffff] (16MB) from e820 map
[    0.000000] efi: Remove mem59: MMIO range=[0xe0000000-0xe0ffffff] (16MB) from e820 map
[    0.000000] efi: Remove mem60: MMIO range=[0xfd000000-0xffffffff] (48MB) from e820 map
[    0.000000] SMBIOS 3.3.0 present.
[    0.000000] DMI: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[    0.000000] DMI: Memory slots populated: 8/16
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 1996.395 MHz processor
[    0.000028] last_pfn = 0x407f200 max_arch_pfn = 0x400000000
[    0.005552] MTRR map: 7 entries (2 fixed + 5 variable; max 19), built from 9 variable MTRRs
[    0.013882] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Memory KASLR using RDRAND RDTSC...
[    0.023944] x2apic: enabled by BIOS, switching to x2apic ops
[    0.029578] last_pfn = 0x70000 max_arch_pfn = 0x400000000
[    0.039445] SEV-SNP: Reserving start/end of RMP table on a 2MB boundary [0x0000000056600000]
[    0.047714] Using GB pages for direct mapping
[    0.053083] Secure boot disabled
[    0.056137] RAMDISK: [mem 0x407cee3000-0x407f1fffff]
[    0.061078] ACPI: Early table checksum verification disabled
[    0.066710] ACPI: RSDP 0x000000006EFFE014 000024 (v02 DELL  )
[    0.072428] ACPI: XSDT 0x000000006EFB7188 0000DC (v01 DELL   PE_SC3   00000002 DELL 00000001)
[    0.080924] ACPI: FACP 0x000000006EFF9000 000114 (v06 DELL   PE_SC3   00000002 DELL 00000001)
[    0.089415] ACPI: DSDT 0x000000006EFDA000 019528 (v02 DELL   PE_SC3   00000002 DELL 00000001)
[    0.097907] ACPI: FACS 0x000000006EDB9000 000040
[    0.102500] ACPI: BERT 0x000000006EFFC000 000030 (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.110991] ACPI: ERST 0x000000006EFFB000 000230 (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.119484] ACPI: HEST 0x000000006EFFA000 0007F4 (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.127977] ACPI: HPET 0x000000006EFF8000 000038 (v01 DELL   PE_SC3   00000002 DELL 00000001)
[    0.136469] ACPI: APIC 0x000000006EFF6000 0018BE (v05 DELL   PE_SC3   00000002 DELL 00000001)
[    0.144962] ACPI: MCFG 0x000000006EFF5000 00003C (v01 DELL   PE_SC3   00000002 DELL 00000001)
[    0.153454] ACPI: WSMT 0x000000006EFF4000 000028 (v01 DELL   PE_SC3   00000002 DELL 00000001)
[    0.161946] ACPI: SSDT 0x000000006EFD9000 000629 (v02 DELL   xhc_port 00000001 INTL 20210331)
[    0.170439] ACPI: SSDT 0x000000006EFD8000 000D6E (v02 AMD    CPMRAS   00000001 INTL 20210331)
[    0.178931] ACPI: EINJ 0x000000006EFD7000 000170 (v01 AMD    PE_SC3   00000001 AMD  00000001)
[    0.187423] ACPI: PCCT 0x000000006EFD6000 00006E (v02 DELL   AmdTable 00000001 AMD  00000001)
[    0.195916] ACPI: SSDT 0x000000006EFC7000 00E849 (v02 DELL   PE_SC3   00000001 AMD  00000001)
[    0.204408] ACPI: SRAT 0x000000006EFC6000 000CD0 (v03 DELL   PE_SC3   00000001 AMD  00000001)
[    0.212902] ACPI: MSCT 0x000000006EFC5000 00004E (v01 DELL   PE_SC3   00000000 AMD  00000001)
[    0.221402] ACPI: SLIT 0x000000006EFC4000 000030 (v01 DELL   PE_SC3   00000001 AMD  00000001)
[    0.229895] ACPI: CRAT 0x000000006EFBC000 0072F8 (v01 DELL   PE_SC3   00000001 AMD  00000001)
[    0.238388] ACPI: CDIT 0x000000006EFBB000 00002C (v01 DELL   PE_SC3   00000001 AMD  00000001)
[    0.246879] ACPI: IVRS 0x000000006EFBA000 0001F0 (v02 DELL   PE_SC3   00000001 AMD  00000001)
[    0.255371] ACPI: SPCR 0x000000006EFB9000 000050 (v02 DELL   PE_SC3   00000002 DELL 00000001)
[    0.263864] ACPI: SLIC 0x000000006EFB8000 000176 (v01 DELL   PE_SC3   00000002 DELL 00000001)
[    0.272357] ACPI: SSDT 0x000000006EFFD000 000D66 (v02 DELL   PE_SC3   00000002 DELL 00000001)
[    0.280850] ACPI: SSDT 0x000000006EFB5000 00193C (v02 AMD    CPMCMN   00000001 INTL 20210331)
[    0.289342] ACPI: Reserving FACP table memory at [mem 0x6eff9000-0x6eff9113]
[    0.296361] ACPI: Reserving DSDT table memory at [mem 0x6efda000-0x6eff3527]
[    0.303381] ACPI: Reserving FACS table memory at [mem 0x6edb9000-0x6edb903f]
[    0.310399] ACPI: Reserving BERT table memory at [mem 0x6effc000-0x6effc02f]
[    0.317445] ACPI: Reserving ERST table memory at [mem 0x6effb000-0x6effb22f]
[    0.324464] ACPI: Reserving HEST table memory at [mem 0x6effa000-0x6effa7f3]
[    0.331484] ACPI: Reserving HPET table memory at [mem 0x6eff8000-0x6eff8037]
[    0.338503] ACPI: Reserving APIC table memory at [mem 0x6eff6000-0x6eff78bd]
[    0.345522] ACPI: Reserving MCFG table memory at [mem 0x6eff5000-0x6eff503b]
[    0.352541] ACPI: Reserving WSMT table memory at [mem 0x6eff4000-0x6eff4027]
[    0.359560] ACPI: Reserving SSDT table memory at [mem 0x6efd9000-0x6efd9628]
[    0.366579] ACPI: Reserving SSDT table memory at [mem 0x6efd8000-0x6efd8d6d]
[    0.373599] ACPI: Reserving EINJ table memory at [mem 0x6efd7000-0x6efd716f]
[    0.380618] ACPI: Reserving PCCT table memory at [mem 0x6efd6000-0x6efd606d]
[    0.387637] ACPI: Reserving SSDT table memory at [mem 0x6efc7000-0x6efd5848]
[    0.394657] ACPI: Reserving SRAT table memory at [mem 0x6efc6000-0x6efc6ccf]
[    0.401676] ACPI: Reserving MSCT table memory at [mem 0x6efc5000-0x6efc504d]
[    0.408696] ACPI: Reserving SLIT table memory at [mem 0x6efc4000-0x6efc402f]
[    0.415715] ACPI: Reserving CRAT table memory at [mem 0x6efbc000-0x6efc32f7]
[    0.422752] ACPI: Reserving CDIT table memory at [mem 0x6efbb000-0x6efbb02b]
[    0.429770] ACPI: Reserving IVRS table memory at [mem 0x6efba000-0x6efba1ef]
[    0.436790] ACPI: Reserving SPCR table memory at [mem 0x6efb9000-0x6efb904f]
[    0.443809] ACPI: Reserving SLIC table memory at [mem 0x6efb8000-0x6efb8175]
[    0.450829] ACPI: Reserving SSDT table memory at [mem 0x6effd000-0x6effdd65]
[    0.457848] ACPI: Reserving SSDT table memory at [mem 0x6efb5000-0x6efb693b]
[    0.464937] APIC: Switched APIC routing to: cluster x2apic
[    0.470342] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff]
[    0.476305] ACPI: SRAT: Node 0 PXM 0 [mem 0x000c0000-0x7fffffff]
[    0.482286] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0x207fffffff]
[    0.488525] ACPI: SRAT: Node 1 PXM 1 [mem 0x2080000000-0x407fffffff]
[    0.494857] NUMA: Node 0 [mem 0x00001000-0x0009ffff] + [mem 0x000c0000-0x7fffffff] -> [mem 0x00001000-0x7fffffff]
[    0.505076] NUMA: Node 0 [mem 0x00001000-0x7fffffff] + [mem 0x100000000-0x207fffffff] -> [mem 0x00001000-0x207fffffff]
[    0.515743] NODE_DATA(0) allocated [mem 0x207fcd5a00-0x207fcfffff]
[    0.521924] NODE_DATA(1) allocated [mem 0x407ceb7a00-0x407cee1fff]
[    0.528520] Zone ranges:
[    0.530875]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.537027]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.543179]   Normal   [mem 0x0000000100000000-0x000000407f1fffff]
[    0.549332]   Device   empty
[    0.552192] Movable zone start for each node
[    0.556440] Early memory node ranges
[    0.559992]   node   0: [mem 0x0000000000001000-0x000000000008efff]
[    0.566232]   node   0: [mem 0x0000000000090000-0x000000000009ffff]
[    0.572470]   node   0: [mem 0x0000000000100000-0x0000000015dfffff]
[    0.578710]   node   0: [mem 0x0000000056700000-0x00000000567fbfff]
[    0.584949]   node   0: [mem 0x00000000567fd000-0x000000005a14afff]
[    0.591189]   node   0: [mem 0x000000005a34b000-0x0000000067acefff]
[    0.597427]   node   0: [mem 0x000000006efff000-0x000000006effffff]
[    0.603667]   node   0: [mem 0x000000006f00b000-0x000000006fffffff]
[    0.609906]   node   0: [mem 0x0000000100000000-0x000000207fcfffff]
[    0.616155]   node   1: [mem 0x0000002080000000-0x000000407f1fffff]
[    0.622395] Initmem setup node 0 [mem 0x0000000000001000-0x000000207fcfffff]
[    0.629416] Initmem setup node 1 [mem 0x0000002080000000-0x000000407f1fffff]
[    0.636435] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.642240] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.648057] On node 0, zone DMA: 96 pages in unavailable ranges
[    0.654381] On node 0, zone DMA32: 35072 pages in unavailable ranges
[    0.660590] On node 0, zone DMA32: 1 pages in unavailable ranges
[    0.666687] On node 0, zone DMA32: 512 pages in unavailable ranges
[    0.672854] On node 0, zone DMA32: 30000 pages in unavailable ranges
[    0.679037] On node 0, zone DMA32: 11 pages in unavailable ranges
[    0.904025] On node 1, zone Normal: 768 pages in unavailable ranges
[    0.910137] On node 1, zone Normal: 3584 pages in unavailable ranges
[    0.916592] ACPI: PM-Timer IO Port: 0x408
[    0.920463] ACPI: X2APIC_NMI (uid[0xffffffff] high edge lint[0x1])
[    0.926592] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.932496] IOAPIC[0]: apic_id 240, version 33, address 0xfec00000, GSI 0-23
[    0.939505] IOAPIC[1]: apic_id 241, version 33, address 0xe0100000, GSI 120-151
[    0.946786] IOAPIC[2]: apic_id 242, version 33, address 0xc5100000, GSI 88-119
[    0.953977] IOAPIC[3]: apic_id 243, version 33, address 0xaa100000, GSI 56-87
[    0.961083] IOAPIC[4]: apic_id 244, version 33, address 0xfd100000, GSI 24-55
[    0.968188] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.974512] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.981018] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.987424] ACPI: HPET id: 0x10228201 base: 0xfed00000
[    0.992540] ACPI: SPCR: console: uart,io,0x2f8,115200
[    0.997567] CPU topo: Max. logical packages:   1
[    1.002155] CPU topo: Max. logical dies:       1
[    1.006748] CPU topo: Max. dies per package:   1
[    1.011344] CPU topo: Max. threads per core:   2
[    1.015934] CPU topo: Num. cores per package:    64
[    1.020822] CPU topo: Num. threads per package: 128
[    1.025674] CPU topo: Allowing 128 present CPUs plus 0 hotplug CPUs
[    1.031940] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    1.039480] PM: hibernation: Registered nosave memory: [mem 0x0008f000-0x0008ffff]
[    1.047018] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    1.054559] PM: hibernation: Registered nosave memory: [mem 0x00b4b000-0x00b4bfff]
[    1.062098] PM: hibernation: Registered nosave memory: [mem 0x00b53000-0x00b53fff]
[    1.069636] PM: hibernation: Registered nosave memory: [mem 0x00b54000-0x00b54fff]
[    1.077175] PM: hibernation: Registered nosave memory: [mem 0x00b86000-0x00b86fff]
[    1.084714] PM: hibernation: Registered nosave memory: [mem 0x00b87000-0x00b87fff]
[    1.092254] PM: hibernation: Registered nosave memory: [mem 0x00bb9000-0x00bb9fff]
[    1.099792] PM: hibernation: Registered nosave memory: [mem 0x00bba000-0x00bbafff]
[    1.107333] PM: hibernation: Registered nosave memory: [mem 0x00bff000-0x00bfffff]
[    1.114872] PM: hibernation: Registered nosave memory: [mem 0x15e00000-0x566fffff]
[    1.122410] PM: hibernation: Registered nosave memory: [mem 0x56700000-0x567fbfff]
[    1.129950] PM: hibernation: Registered nosave memory: [mem 0x567fc000-0x567fcfff]
[    1.137488] PM: hibernation: Registered nosave memory: [mem 0x567fd000-0x567fffff]
[    1.145055] PM: hibernation: Registered nosave memory: [mem 0x5a14b000-0x5a34afff]
[    1.152594] PM: hibernation: Registered nosave memory: [mem 0x67acf000-0x6dfcefff]
[    1.160133] PM: hibernation: Registered nosave memory: [mem 0x6dfcf000-0x6edfefff]
[    1.167671] PM: hibernation: Registered nosave memory: [mem 0x6edff000-0x6effefff]
[    1.175213] PM: hibernation: Registered nosave memory: [mem 0x6f000000-0x6f00afff]
[    1.182751] PM: hibernation: Registered nosave memory: [mem 0x70000000-0x7fffffff]
[    1.190290] PM: hibernation: Registered nosave memory: [mem 0x80000000-0xffffffff]
[    1.197830] PM: hibernation: Registered nosave memory: [mem 0x207fd00000-0x207fffffff]
[    1.205716] [mem 0x56800000-0xffffffff] available for PCI devices
[    1.211781] Booting paravirtualized kernel on bare hardware
[    1.217328] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    1.227736] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:128 nr_cpu_ids:128 nr_node_ids:2
[    1.239935] percpu: Embedded 66 pages/cpu s233472 r8192 d28672 u524288
[    1.246450] Kernel command line: BOOT_IMAGE=(hd0,gpt6)/vmlinuz-6.11.0-rc5-next-20240829-b18bbfc14a-000fda4e3fa root=/dev/mapper/rhel_hostname-root ro selinux=0 console=ttyS0,115200n8 earlyprintk=ttyS0,115200 net.ifnames=0 biosdevname=0 swiotlb=131072 kvm_amd.debug_swap=0 mem_encrypt=off
[    1.271858] Unknown kernel command line parameters "BOOT_IMAGE=(hd0,gpt6)/vmlinuz-6.11.0-rc5-next-20240829-b18bbfc14a-000fda4e3fa biosdevname=0 mem_encrypt=off", will be passed to user space.
[    1.288716] printk: log_buf_len individual max cpu contribution: 4096 bytes
[    1.295631] printk: log_buf_len total cpu_extra contributions: 520192 bytes
[    1.302563] printk: log_buf_len min size: 262144 bytes
[    1.308039] printk: log_buf_len: 1048576 bytes
[    1.312304] printk: early log buf free: 242224(92%)
[    1.318569] Fallback order for Node 0: 0 1 
[    1.318572] Fallback order for Node 1: 1 0 
[    1.318583] Built 2 zonelists, mobility grouping on.  Total pages: 66743906
[    1.333683] Policy zone: Normal
[    1.336808] mem auto-init: stack:off, heap alloc:on, heap free:off
[    1.342988] software IO TLB: area num 128.
[    1.763250] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=128, Nodes=2
Poking KASLR using RDRAND RDTSC...
[    1.772894] ftrace: allocating 53168 entries in 208 pages
[    1.788961] ftrace: allocated 208 pages with 3 groups
[    1.794646] Dynamic Preempt: voluntary
[    1.798553] rcu: Preemptible hierarchical RCU implementation.
[    1.804114] rcu: 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=128.
[    1.811047] 	Trampoline variant of Tasks RCU enabled.
[    1.816072] 	Rude variant of Tasks RCU enabled.
[    1.820578] 	Tracing variant of Tasks RCU enabled.
[    1.825345] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    1.832884] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=128
[    1.839769] RCU Tasks: Setting shift to 7 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=128.
[    1.848572] RCU Tasks Rude: Setting shift to 7 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=128.
[    1.857846] RCU Tasks Trace: Setting shift to 7 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=128.
[    1.869841] NR_IRQS: 524544, nr_irqs: 3624, preallocated irqs: 16
[    1.876028] rcu: srcu_init: Setting srcu_struct sizes to big.
[    1.881740] Console: colour dummy device 80x25
[    1.886031] printk: legacy console [ttyS0] enabled
[    1.886031] printk: legacy console [ttyS0] enabled
[    1.895564] printk: legacy bootconsole [earlyser0] disabled
[    1.895564] printk: legacy bootconsole [earlyser0] disabled
[    1.906752] mempolicy: Enabling automatic NUMA balancing. Configure with numa_balancing= or the kernel.numa_balancing sysctl
[    1.918028] ACPI: Core revision 20240322
[    1.922182] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[    1.931318] APIC: Switch to symmetric I/O mode setup
[    1.937266] AMD-Vi: Using global IVHD EFR:0x841f77e022094ace, EFR2:0x0
[    1.946202] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    1.971318] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x398dc198e77, max_idle_ns: 881590650611 ns
[    1.981871] Calibrating delay loop (skipped), value calculated using timer frequency.. 3992.79 BogoMIPS (lpj=7985580)
[    1.985883] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[    1.989975] LVT offset 2 assigned for vector 0xf4
[    1.993903] Last level iTLB entries: 4KB 512, 2MB 512, 4MB 256
[    1.997870] Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
[    2.001872] process: using mwait in idle threads
[    2.005871] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    2.009872] Spectre V2 : Mitigation: Retpolines
[    2.013870] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    2.017870] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
[    2.021870] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    2.025871] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    2.029870] Spectre V2 : User space: Mitigation: STIBP always-on protection
[    2.033871] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[    2.037870] Speculative Return Stack Overflow: Mitigation: Safe RET
[    2.041874] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    2.045871] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    2.049871] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    2.053872] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
[    2.057870] x86/fpu: Supporting XSAVE feature 0x800: 'Control-flow User registers'
[    2.061870] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    2.065870] x86/fpu: xstate_offset[9]:  832, xstate_sizes[9]:    8
[    2.069870] x86/fpu: xstate_offset[11]:  840, xstate_sizes[11]:   16
[    2.073870] x86/fpu: Enabled xstate features 0xa07, context size is 856 bytes, using 'compacted' format.
[    2.110463] Freeing SMP alternatives memory: 44K
[    2.113872] pid_max: default: 131072 minimum: 1024
[    2.123873] LSM: initializing lsm=lockdown,capability,yama,apparmor,ima,evm
[    2.125925] Yama: becoming mindful.
[    2.129983] AppArmor: AppArmor initialized
[    2.141059] Dentry cache hash table entries: 16777216 (order: 15, 134217728 bytes, vmalloc hugepage)
[    2.145043] Inode-cache hash table entries: 8388608 (order: 14, 67108864 bytes, vmalloc hugepage)
[    2.146050] Mount-cache hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc)
[    2.150022] Mountpoint-cache hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc)
[    2.263548] smpboot: CPU0: AMD EPYC 7713 64-Core Processor (family: 0x19, model: 0x1, stepping: 0x1)
[    2.266239] Performance Events: Fam17h+ core perfctr, AMD PMU driver.
[    2.269872] ... version:                0
[    2.273871] ... bit width:              48
[    2.277871] ... generic registers:      6
[    2.281871] ... value mask:             0000ffffffffffff
[    2.285871] ... max period:             00007fffffffffff
[    2.289871] ... fixed-purpose events:   0
[    2.293871] ... event mask:             000000000000003f
[    2.298142] signal: max sigframe size: 3376
[    2.301907] rcu: Hierarchical SRCU implementation.
[    2.305871] rcu: 	Max phase no-delay instances is 1000.
[    2.309921] Timer migration: 3 hierarchy levels; 8 children per group; 2 crossnode level
[    2.321714] MCE: In-kernel MCE decoding enabled.
[    2.321921] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    2.330294] smp: Bringing up secondary CPUs ...
[    2.334009] smpboot: x86: Booting SMP configuration:
[    2.337873] .... 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
[    2.345873] .... node  #1, CPUs:    #32  #33  #34  #35  #36  #37  #38  #39  #40  #41  #42  #43  #44  #45  #46  #47  #48  #49  #50  #51
[    2.353879] psi: inconsistent task state! task=334:migration/52 cpu=0 psi_flags=4 clear=0 set=4
[    2.369899]   #52  #53  #54  #55  #56  #57  #58  #59  #60  #61  #62  #63
[    2.629872] .... node  #0, CPUs:    #64  #65  #66  #67  #68  #69  #70  #71  #72  #73  #74  #75  #76  #77  #78  #79  #80  #81  #82  #83  #84  #85  #86  #87  #88  #89  #90  #91  #92  #93  #94  #95
[    2.977872] .... node  #1, CPUs:    #96  #97  #98  #99 #100 #101 #102 #103 #104 #105 #106 #107 #108 #109 #110 #111 #112 #113 #114 #115 #116 #117 #118 #119 #120 #121 #122 #123 #124 #125 #126 #127
[    3.183872] Spectre V2 : Update user space SMT mitigation: STIBP always-on
[    3.331872] smp: Brought up 2 nodes, 128 CPUs
[    3.333876] smpboot: Total of 128 processors activated (511077.12 BogoMIPS)
[    3.348814] Memory: 262100256K/266975624K available (18432K kernel code, 3261K rwdata, 7740K rodata, 4684K init, 6212K bss, 4562384K reserved, 0K cma-reserved)
[    3.356341] devtmpfs: initialized
[    3.357948] x86/mm: Memory block size: 2048MB
[    3.372494] ACPI: PM: Registering ACPI NVS region [mem 0x0008f000-0x0008ffff] (4096 bytes)
[    3.373872] ACPI: PM: Registering ACPI NVS region [mem 0x6dfcf000-0x6edfefff] (14876672 bytes)
[    3.378164] ACPI: PM: Registering ACPI NVS region [mem 0x6f000000-0x6f00afff] (45056 bytes)
[    3.381961] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    3.385990] futex hash table entries: 32768 (order: 9, 2097152 bytes, vmalloc)
[    3.390100] pinctrl core: initialized pinctrl subsystem
[    3.393981] PM: RTC time: 11:02:29, date: 2024-09-02
[    3.398683] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    3.402424] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[    3.406051] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    3.410052] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    3.413881] audit: initializing netlink subsys (disabled)
[    3.417894] audit: type=2000 audit(1725274948.468:1): state=initialized audit_enabled=0 res=1
[    3.418046] thermal_sys: Registered thermal governor 'fair_share'
[    3.421872] thermal_sys: Registered thermal governor 'bang_bang'
[    3.425871] thermal_sys: Registered thermal governor 'step_wise'
[    3.429872] thermal_sys: Registered thermal governor 'user_space'
[    3.433879] EISA bus registered
[    3.441875] cpuidle: using governor ladder
[    3.445881] cpuidle: using governor menu
[    3.449911] Detected 1 PCC Subspaces
[    3.453490] Registering PCC driver as Mailbox controller
[    3.454014] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    3.457873] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    3.462031] PCI: ECAM [mem 0x80000000-0x8fffffff] (base 0x80000000) for domain 0000 [bus 00-ff]
[    3.465882] PCI: Using configuration type 1 for base access
[    3.469878] PCI: Dell System detected, enabling pci=bfsort.
[    3.474048] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    3.478093] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[    3.481875] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[    3.485872] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[    3.489871] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[    3.494149] ACPI: Added _OSI(Module Device)
[    3.497873] ACPI: Added _OSI(Processor Device)
[    3.501871] ACPI: Added _OSI(3.0 _SCP Extensions)
[    3.505871] ACPI: Added _OSI(Processor Aggregator Device)
[    3.550426] ACPI: 6 ACPI AML tables successfully acquired and loaded
[    3.568251] ACPI: Interpreter enabled
[    3.569884] ACPI: PM: (supports S0 S5)
[    3.573871] ACPI: Using IOAPIC for interrupt routing
[    3.578471] HEST: Table parsing has been initialized.
[    3.582313] GHES: APEI firmware first mode is enabled by APEI bit and WHEA _OSC.
[    3.585874] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    3.589871] PCI: Ignoring E820 reservations for host bridge windows
[    3.599662] ACPI: Enabled 1 GPEs in block 00 to 1F
[    3.638931] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[    3.641950] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
[    3.645948] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[    3.649948] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[    3.653948] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[    3.657948] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[    3.661948] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[    3.665948] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[    3.670359] ACPI: PCI Root Bridge [PC00] (domain 0000 [bus 00-3f])
[    3.673875] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    3.678034] acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug AER DPC]
[    3.682184] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
[    3.685871] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    3.690839] PCI host bridge to bus 0000:00
[    3.693875] pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
[    3.697871] pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
[    3.701872] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000fffff window]
[    3.705871] pci_bus 0000:00: root bus resource [io  0x0d00-0x3fff window]
[    3.709871] pci_bus 0000:00: root bus resource [mem 0xe1000000-0xfebfffff window]
[    3.713871] pci_bus 0000:00: root bus resource [mem 0x63dc0000000-0x7fcffffffff window]
[    3.717872] pci_bus 0000:00: root bus resource [bus 00-3f]
[    3.721885] pci 0000:00:00.0: [1022:1480] type 00 class 0x060000 conventional PCI endpoint
[    3.726010] pci 0000:00:00.2: [1022:164f] type 00 class 0x080600 conventional PCI endpoint
[    3.729971] pci 0000:00:01.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.733954] pci 0000:00:02.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.737953] pci 0000:00:03.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.741951] pci 0000:00:03.2: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    3.745889] pci 0000:00:03.2: PCI bridge to [bus 01]
[    3.749874] pci 0000:00:03.2:   bridge window [io  0x1000-0x1fff]
[    3.753872] pci 0000:00:03.2:   bridge window [mem 0xf7300000-0xf74fffff]
[    3.757941] pci 0000:00:03.2: PME# supported from D0 D3hot D3cold
[    3.762866] pci 0000:00:04.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.765955] pci 0000:00:05.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.769955] pci 0000:00:07.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.773956] pci 0000:00:07.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    3.777889] pci 0000:00:07.1: PCI bridge to [bus 02]
[    3.781875] pci 0000:00:07.1:   bridge window [mem 0xf7200000-0xf72fffff]
[    3.785882] pci 0000:00:07.1: enabling Extended Tags
[    3.789926] pci 0000:00:07.1: PME# supported from D0 D3hot D3cold
[    3.798031] pci 0000:00:08.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.805951] pci 0000:00:08.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    3.813890] pci 0000:00:08.1: PCI bridge to [bus 03]
[    3.817876] pci 0000:00:08.1:   bridge window [mem 0xf7000000-0xf71fffff]
[    3.825883] pci 0000:00:08.1: enabling Extended Tags
[    3.829921] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[    3.834055] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500 conventional PCI endpoint
[    3.841992] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100 conventional PCI endpoint
[    3.850042] pci 0000:00:18.0: [1022:1650] type 00 class 0x060000 conventional PCI endpoint
[    3.861964] pci 0000:00:18.1: [1022:1651] type 00 class 0x060000 conventional PCI endpoint
[    3.869924] pci 0000:00:18.2: [1022:1652] type 00 class 0x060000 conventional PCI endpoint
[    3.877927] pci 0000:00:18.3: [1022:1653] type 00 class 0x060000 conventional PCI endpoint
[    3.885929] pci 0000:00:18.4: [1022:1654] type 00 class 0x060000 conventional PCI endpoint
[    3.893925] pci 0000:00:18.5: [1022:1655] type 00 class 0x060000 conventional PCI endpoint
[    3.901925] pci 0000:00:18.6: [1022:1656] type 00 class 0x060000 conventional PCI endpoint
[    3.909925] pci 0000:00:18.7: [1022:1657] type 00 class 0x060000 conventional PCI endpoint
[    3.917992] pci 0000:01:00.0: [1000:0097] type 00 class 0x010700 PCIe Endpoint
[    3.925882] pci 0000:01:00.0: BAR 0 [io  0x1000-0x10ff]
[    3.929880] pci 0000:01:00.0: BAR 1 [mem 0xf7400000-0xf740ffff 64bit]
[    3.937881] pci 0000:01:00.0: BAR 3 [mem 0xf7300000-0xf73fffff 64bit]
[    3.945883] pci 0000:01:00.0: ROM [mem 0xfff00000-0xffffffff pref]
[    3.949876] pci 0000:01:00.0: enabling Extended Tags
[    3.953955] pci 0000:01:00.0: supports D1 D2
[    3.957901] pci 0000:01:00.0: VF BAR 0 [mem 0x00000000-0x0000ffff 64bit]
[    3.965871] pci 0000:01:00.0: VF BAR 0 [mem 0x00000000-0x000fffff 64bit]: contains BAR 0 for 16 VFs
[    3.973878] pci 0000:01:00.0: VF BAR 2 [mem 0x00000000-0x000fffff 64bit]
[    3.981871] pci 0000:01:00.0: VF BAR 2 [mem 0x00000000-0x00ffffff 64bit]: contains BAR 2 for 16 VFs
[    3.990038] pci 0000:00:03.2: PCI bridge to [bus 01]
[    3.997962] pci 0000:02:00.0: [1022:148a] type 00 class 0x130000 PCIe Endpoint
[    4.001912] pci 0000:02:00.0: enabling Extended Tags
[    4.010040] pci 0000:02:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    4.017891] pci 0000:02:00.2: BAR 2 [mem 0xf7200000-0xf727ffff]
[    4.021885] pci 0000:02:00.2: BAR 5 [mem 0xf7280000-0xf7281fff]
[    4.025880] pci 0000:02:00.2: enabling Extended Tags
[    4.034060] pci 0000:00:07.1: PCI bridge to [bus 02]
[    4.038002] pci 0000:03:00.0: [1022:1485] type 00 class 0x130000 PCIe Endpoint
[    4.045916] pci 0000:03:00.0: enabling Extended Tags
[    4.050086] pci 0000:03:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    4.057893] pci 0000:03:00.2: BAR 2 [mem 0xf7100000-0xf717ffff]
[    4.061887] pci 0000:03:00.2: BAR 5 [mem 0xf7180000-0xf7181fff]
[    4.069881] pci 0000:03:00.2: enabling Extended Tags
[    4.074057] pci 0000:03:00.3: [1022:148c] type 00 class 0x0c0330 PCIe Endpoint
[    4.081884] pci 0000:03:00.3: BAR 0 [mem 0xf7000000-0xf70fffff 64bit]
[    4.089901] pci 0000:03:00.3: enabling Extended Tags
[    4.093925] pci 0000:03:00.3: PME# supported from D0 D3hot D3cold
[    4.098046] pci 0000:00:08.1: PCI bridge to [bus 03]
[    4.105898] ACPI: PCI Root Bridge [PC01] (domain 0000 [bus 40-7f])
[    4.113874] acpi PNP0A08:01: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    4.122034] acpi PNP0A08:01: _OSC: platform does not support [SHPCHotplug AER DPC]
[    4.130183] acpi PNP0A08:01: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
[    4.137871] acpi PNP0A08:01: FADT indicates ASPM is unsupported, using BIOS configuration
[    4.146608] PCI host bridge to bus 0000:40
[    4.149875] pci_bus 0000:40: root bus resource [io  0x4000-0x6fff window]
[    4.157872] pci_bus 0000:40: root bus resource [mem 0x90000000-0xaaffffff window]
[    4.165871] pci_bus 0000:40: root bus resource [mem 0x47e80000000-0x63dbfffffff window]
[    4.173871] pci_bus 0000:40: root bus resource [bus 40-7f]
[    4.177881] pci 0000:40:00.0: [1022:1480] type 00 class 0x060000 conventional PCI endpoint
[    4.185961] pci 0000:40:00.2: [1022:164f] type 00 class 0x080600 conventional PCI endpoint
[    4.193965] pci 0000:40:01.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.201952] pci 0000:40:02.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.213945] pci 0000:40:03.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.221949] pci 0000:40:03.1: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.225890] pci 0000:40:03.1: PCI bridge to [bus 41]
[    4.233876] pci 0000:40:03.1:   bridge window [mem 0xa4c00000-0xa4ffffff]
[    4.237964] pci 0000:40:03.1: PME# supported from D0 D3hot D3cold
[    4.257551] pci 0000:40:03.2: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.265893] pci 0000:40:03.2: PCI bridge to [bus 42]
[    4.269876] pci 0000:40:03.2:   bridge window [mem 0xa4800000-0xa4bfffff]
[    4.277963] pci 0000:40:03.2: PME# supported from D0 D3hot D3cold
[    4.295069] pci 0000:40:03.3: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.301896] pci 0000:40:03.3: PCI bridge to [bus 43]
[    4.305880] pci 0000:40:03.3:   bridge window [mem 0xa4400000-0xa47fffff]
[    4.313948] pci 0000:40:03.3: PME# supported from D0 D3hot D3cold
[    4.330804] pci 0000:40:03.4: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.333897] pci 0000:40:03.4: PCI bridge to [bus 44]
[    4.337876] pci 0000:40:03.4:   bridge window [mem 0xa4000000-0xa43fffff]
[    4.341989] pci 0000:40:03.4: PME# supported from D0 D3hot D3cold
[    4.360625] pci 0000:40:04.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.361972] pci 0000:40:05.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.365950] pci 0000:40:07.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.369948] pci 0000:40:07.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    4.373888] pci 0000:40:07.1: PCI bridge to [bus 45]
[    4.377875] pci 0000:40:07.1:   bridge window [mem 0xa5300000-0xa53fffff]
[    4.381882] pci 0000:40:07.1: enabling Extended Tags
[    4.385919] pci 0000:40:07.1: PME# supported from D0 D3hot D3cold
[    4.390017] pci 0000:40:08.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.393948] pci 0000:40:08.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    4.397888] pci 0000:40:08.1: PCI bridge to [bus 46]
[    4.401876] pci 0000:40:08.1:   bridge window [mem 0xa5000000-0xa52fffff]
[    4.405882] pci 0000:40:08.1: enabling Extended Tags
[    4.409920] pci 0000:40:08.1: PME# supported from D0 D3hot D3cold
[    4.414111] pci 0000:40:03.1: PCI bridge to [bus 41]
[    4.417951] pci 0000:40:03.2: PCI bridge to [bus 42]
[    4.421952] pci 0000:40:03.3: PCI bridge to [bus 43]
[    4.429949] pci 0000:40:03.4: PCI bridge to [bus 44]
[    4.433952] pci 0000:45:00.0: [1022:148a] type 00 class 0x130000 PCIe Endpoint
[    4.437911] pci 0000:45:00.0: enabling Extended Tags
[    4.442033] pci 0000:45:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    4.445889] pci 0000:45:00.2: BAR 2 [mem 0xa5300000-0xa537ffff]
[    4.449886] pci 0000:45:00.2: BAR 5 [mem 0xa5380000-0xa5381fff]
[    4.453880] pci 0000:45:00.2: enabling Extended Tags
[    4.458058] pci 0000:40:07.1: PCI bridge to [bus 45]
[    4.462002] pci 0000:46:00.0: [1022:1485] type 00 class 0x130000 PCIe Endpoint
[    4.465915] pci 0000:46:00.0: enabling Extended Tags
[    4.470078] pci 0000:46:00.1: [1022:1486] type 00 class 0x108000 PCIe Endpoint
[    4.473892] pci 0000:46:00.1: BAR 2 [mem 0xa5100000-0xa51fffff]
[    4.477886] pci 0000:46:00.1: BAR 5 [mem 0xa5282000-0xa5283fff]
[    4.481881] pci 0000:46:00.1: enabling Extended Tags
[    4.486057] pci 0000:46:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    4.489893] pci 0000:46:00.2: BAR 2 [mem 0xa5200000-0xa527ffff]
[    4.493891] pci 0000:46:00.2: BAR 5 [mem 0xa5280000-0xa5281fff]
[    4.497883] pci 0000:46:00.2: enabling Extended Tags
[    4.502128] pci 0000:46:00.3: [1022:148c] type 00 class 0x0c0330 PCIe Endpoint
[    4.505884] pci 0000:46:00.3: BAR 0 [mem 0xa5000000-0xa50fffff 64bit]
[    4.509901] pci 0000:46:00.3: enabling Extended Tags
[    4.513922] pci 0000:46:00.3: PME# supported from D0 D3hot D3cold
[    4.518039] pci 0000:40:08.1: PCI bridge to [bus 46]
[    4.522628] ACPI: PCI Root Bridge [PC02] (domain 0000 [bus 80-bf])
[    4.525875] acpi PNP0A08:02: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    4.530033] acpi PNP0A08:02: _OSC: platform does not support [SHPCHotplug AER DPC]
[    4.534183] acpi PNP0A08:02: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
[    4.537871] acpi PNP0A08:02: FADT indicates ASPM is unsupported, using BIOS configuration
[    4.542759] PCI host bridge to bus 0000:80
[    4.545875] pci_bus 0000:80: root bus resource [io  0x7000-0x9fff window]
[    4.549871] pci_bus 0000:80: root bus resource [mem 0xab000000-0xc5ffffff window]
[    4.553871] pci_bus 0000:80: root bus resource [mem 0x2bf40000000-0x47e7fffffff window]
[    4.557871] pci_bus 0000:80: root bus resource [bus 80-bf]
[    4.561881] pci 0000:80:00.0: [1022:1480] type 00 class 0x060000 conventional PCI endpoint
[    4.565964] pci 0000:80:00.2: [1022:164f] type 00 class 0x080600 conventional PCI endpoint
[    4.569969] pci 0000:80:01.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.573952] pci 0000:80:01.1: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.577892] pci 0000:80:01.1: PCI bridge to [bus 81]
[    4.581877] pci 0000:80:01.1:   bridge window [mem 0xbf400000-0xbf7fffff]
[    4.585964] pci 0000:80:01.1: PME# supported from D0 D3hot D3cold
[    4.604199] pci 0000:80:01.2: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.605896] pci 0000:80:01.2: PCI bridge to [bus 82]
[    4.609877] pci 0000:80:01.2:   bridge window [mem 0xbf000000-0xbf3fffff]
[    4.613984] pci 0000:80:01.2: PME# supported from D0 D3hot D3cold
[    4.634409] pci 0000:80:02.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.637992] pci 0000:80:03.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.641955] pci 0000:80:04.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.646003] pci 0000:80:05.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.649950] pci 0000:80:07.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.653950] pci 0000:80:07.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    4.657888] pci 0000:80:07.1: PCI bridge to [bus 83]
[    4.661875] pci 0000:80:07.1:   bridge window [mem 0xbfa00000-0xbfafffff]
[    4.665882] pci 0000:80:07.1: enabling Extended Tags
[    4.669919] pci 0000:80:07.1: PME# supported from D0 D3hot D3cold
[    4.674018] pci 0000:80:08.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.677948] pci 0000:80:08.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    4.681889] pci 0000:80:08.1: PCI bridge to [bus 84]
[    4.685875] pci 0000:80:08.1:   bridge window [mem 0xbf900000-0xbf9fffff]
[    4.689883] pci 0000:80:08.1: enabling Extended Tags
[    4.693920] pci 0000:80:08.1: PME# supported from D0 D3hot D3cold
[    4.698025] pci 0000:80:08.2: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    4.701890] pci 0000:80:08.2: PCI bridge to [bus 85]
[    4.705875] pci 0000:80:08.2:   bridge window [mem 0xbf800000-0xbf8fffff]
[    4.709883] pci 0000:80:08.2: enabling Extended Tags
[    4.713920] pci 0000:80:08.2: PME# supported from D0 D3hot D3cold
[    4.718106] pci 0000:80:01.1: PCI bridge to [bus 81]
[    4.721953] pci 0000:80:01.2: PCI bridge to [bus 82]
[    4.725953] pci 0000:83:00.0: [1022:148a] type 00 class 0x130000 PCIe Endpoint
[    4.729912] pci 0000:83:00.0: enabling Extended Tags
[    4.734035] pci 0000:83:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    4.737890] pci 0000:83:00.2: BAR 2 [mem 0xbfa00000-0xbfa7ffff]
[    4.741885] pci 0000:83:00.2: BAR 5 [mem 0xbfa80000-0xbfa81fff]
[    4.745880] pci 0000:83:00.2: enabling Extended Tags
[    4.750058] pci 0000:80:07.1: PCI bridge to [bus 83]
[    4.753999] pci 0000:84:00.0: [1022:1485] type 00 class 0x130000 PCIe Endpoint
[    4.757915] pci 0000:84:00.0: enabling Extended Tags
[    4.762082] pci 0000:84:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    4.765891] pci 0000:84:00.2: BAR 2 [mem 0xbf900000-0xbf97ffff]
[    4.769887] pci 0000:84:00.2: BAR 5 [mem 0xbf980000-0xbf981fff]
[    4.773881] pci 0000:84:00.2: enabling Extended Tags
[    4.778068] pci 0000:80:08.1: PCI bridge to [bus 84]
[    4.782000] pci 0000:85:00.0: [1022:7901] type 00 class 0x010601 PCIe Endpoint
[    4.785907] pci 0000:85:00.0: BAR 5 [mem 0xbf800000-0xbf8007ff]
[    4.789881] pci 0000:85:00.0: enabling Extended Tags
[    4.793935] pci 0000:85:00.0: PME# supported from D3hot D3cold
[    4.798099] pci 0000:80:08.2: PCI bridge to [bus 85]
[    4.802583] ACPI: PCI Root Bridge [PC03] (domain 0000 [bus c0-ff])
[    4.805874] acpi PNP0A08:03: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    4.810032] acpi PNP0A08:03: _OSC: platform does not support [SHPCHotplug AER DPC]
[    4.814183] acpi PNP0A08:03: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
[    4.817871] acpi PNP0A08:03: FADT indicates ASPM is unsupported, using BIOS configuration
[    4.822878] PCI host bridge to bus 0000:c0
[    4.825875] pci_bus 0000:c0: root bus resource [io  0xa000-0xffff window]
[    4.829871] pci_bus 0000:c0: root bus resource [mem 0xc6000000-0xe0ffffff window]
[    4.833871] pci_bus 0000:c0: root bus resource [mem 0x10000000000-0x2bf3fffffff window]
[    4.837872] pci_bus 0000:c0: root bus resource [io  0x03b0-0x03df window]
[    4.841871] pci_bus 0000:c0: root bus resource [mem 0x000a0000-0x000bffff window]
[    4.845871] pci_bus 0000:c0: root bus resource [bus c0-ff]
[    4.849881] pci 0000:c0:00.0: [1022:1480] type 00 class 0x060000 conventional PCI endpoint
[    4.853960] pci 0000:c0:00.2: [1022:164f] type 00 class 0x080600 conventional PCI endpoint
[    4.857961] pci 0000:c0:01.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.861946] pci 0000:c0:02.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.865944] pci 0000:c0:03.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.869949] pci 0000:c0:03.1: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.873890] pci 0000:c0:03.1: PCI bridge to [bus c4]
[    4.877876] pci 0000:c0:03.1:   bridge window [mem 0xdb600000-0xdb9fffff]
[    4.881966] pci 0000:c0:03.1: PME# supported from D0 D3hot D3cold
[    4.902595] pci 0000:c0:03.2: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.905896] pci 0000:c0:03.2: PCI bridge to [bus c5]
[    4.909878] pci 0000:c0:03.2:   bridge window [mem 0xdb200000-0xdb5fffff]
[    4.913996] pci 0000:c0:03.2: PME# supported from D0 D3hot D3cold
[    4.933275] pci 0000:c0:03.3: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.933897] pci 0000:c0:03.3: PCI bridge to [bus c6]
[    4.937877] pci 0000:c0:03.3:   bridge window [mem 0xdae00000-0xdb1fffff]
[    4.941982] pci 0000:c0:03.3: PME# supported from D0 D3hot D3cold
[    4.960139] pci 0000:c0:03.4: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.961896] pci 0000:c0:03.4: PCI bridge to [bus c7]
[    4.965878] pci 0000:c0:03.4:   bridge window [mem 0xdaa00000-0xdadfffff]
[    4.969986] pci 0000:c0:03.4: PME# supported from D0 D3hot D3cold
[    4.991190] pci 0000:c0:04.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.993989] pci 0000:c0:05.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.997950] pci 0000:c0:05.1: [1022:149a] type 01 class 0x060400 PCIe Root Port
[    5.001894] pci 0000:c0:05.1: PCI bridge to [bus c1]
[    5.005883] pci 0000:c0:05.1:   bridge window [mem 0xc7000000-0xc70fffff 64bit pref]
[    5.009967] pci 0000:c0:05.1: PME# supported from D0 D3hot D3cold
[    5.014004] pci 0000:c0:05.2: [1022:149a] type 01 class 0x060400 PCIe Root Port
[    5.017888] pci 0000:c0:05.2: PCI bridge to [bus c2-c3]
[    5.021875] pci 0000:c0:05.2:   bridge window [mem 0xda000000-0xda8fffff]
[    5.025877] pci 0000:c0:05.2:   bridge window [mem 0xc6000000-0xc6ffffff 64bit pref]
[    5.029917] pci 0000:c0:05.2: PME# supported from D0 D3hot D3cold
[    5.034002] pci 0000:c0:07.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    5.037951] pci 0000:c0:07.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    5.041888] pci 0000:c0:07.1: PCI bridge to [bus c8]
[    5.045875] pci 0000:c0:07.1:   bridge window [mem 0xdbb00000-0xdbbfffff]
[    5.049882] pci 0000:c0:07.1: enabling Extended Tags
[    5.053920] pci 0000:c0:07.1: PME# supported from D0 D3hot D3cold
[    5.058013] pci 0000:c0:08.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    5.061948] pci 0000:c0:08.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    5.065888] pci 0000:c0:08.1: PCI bridge to [bus c9]
[    5.069875] pci 0000:c0:08.1:   bridge window [mem 0xdba00000-0xdbafffff]
[    5.073883] pci 0000:c0:08.1: enabling Extended Tags
[    5.077919] pci 0000:c0:08.1: PME# supported from D0 D3hot D3cold
[    5.082098] pci 0000:c0:03.1: PCI bridge to [bus c4]
[    5.085951] pci 0000:c0:03.2: PCI bridge to [bus c5]
[    5.089951] pci 0000:c0:03.3: PCI bridge to [bus c6]
[    5.093950] pci 0000:c0:03.4: PCI bridge to [bus c7]
[    5.097965] pci 0000:c1:00.0: [14e4:165f] type 00 class 0x020000 PCIe Endpoint
[    5.101891] pci 0000:c1:00.0: BAR 0 [mem 0xc7030000-0xc703ffff 64bit pref]
[    5.105884] pci 0000:c1:00.0: BAR 2 [mem 0xc7040000-0xc704ffff 64bit pref]
[    5.109884] pci 0000:c1:00.0: BAR 4 [mem 0xc7050000-0xc705ffff 64bit pref]
[    5.113879] pci 0000:c1:00.0: ROM [mem 0xfffc0000-0xffffffff pref]
[    5.117959] pci 0000:c1:00.0: PME# supported from D0 D3hot D3cold
[    5.121924] pci 0000:c1:00.0: 4.000 Gb/s available PCIe bandwidth, limited by 5.0 GT/s PCIe x1 link at 0000:c0:05.1 (capable of 8.000 Gb/s with 5.0 GT/s PCIe x2 link)
[    5.127276] pci 0000:c1:00.1: [14e4:165f] type 00 class 0x020000 PCIe Endpoint
[    5.129892] pci 0000:c1:00.1: BAR 0 [mem 0xc7000000-0xc700ffff 64bit pref]
[    5.133884] pci 0000:c1:00.1: BAR 2 [mem 0xc7010000-0xc701ffff 64bit pref]
[    5.137884] pci 0000:c1:00.1: BAR 4 [mem 0xc7020000-0xc702ffff 64bit pref]
[    5.141879] pci 0000:c1:00.1: ROM [mem 0xfffc0000-0xffffffff pref]
[    5.145959] pci 0000:c1:00.1: PME# supported from D0 D3hot D3cold
[    5.161895] pci 0000:c0:05.1: PCI bridge to [bus c1]
[    5.165947] pci 0000:c2:00.0: [1556:be00] type 01 class 0x060400 PCIe to PCI/PCI-X bridge
[    5.169901] pci 0000:c2:00.0: PCI bridge to [bus c3]
[    5.173878] pci 0000:c2:00.0:   bridge window [mem 0xda000000-0xda8fffff]
[    5.177880] pci 0000:c2:00.0:   bridge window [mem 0xc6000000-0xc6ffffff 64bit pref]
[    5.193890] pci 0000:c0:05.2: PCI bridge to [bus c2-c3]
[    5.197906] pci_bus 0000:c3: extended config space not accessible
[    5.201896] pci 0000:c3:00.0: [102b:0536] type 00 class 0x030000 conventional PCI endpoint
[    5.205887] pci 0000:c3:00.0: BAR 0 [mem 0xc6000000-0xc6ffffff pref]
[    5.209880] pci 0000:c3:00.0: BAR 1 [mem 0xda808000-0xda80bfff]
[    5.213880] pci 0000:c3:00.0: BAR 2 [mem 0xda000000-0xda7fffff]
[    5.217919] pci 0000:c3:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    5.221984] pci 0000:c2:00.0: PCI bridge to [bus c3]
[    5.225966] pci 0000:c8:00.0: [1022:148a] type 00 class 0x130000 PCIe Endpoint
[    5.229911] pci 0000:c8:00.0: enabling Extended Tags
[    5.234030] pci 0000:c8:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    5.237889] pci 0000:c8:00.2: BAR 2 [mem 0xdbb00000-0xdbb7ffff]
[    5.241885] pci 0000:c8:00.2: BAR 5 [mem 0xdbb80000-0xdbb81fff]
[    5.245880] pci 0000:c8:00.2: enabling Extended Tags
[    5.253955] pci 0000:c0:07.1: PCI bridge to [bus c8]
[    5.258001] pci 0000:c9:00.0: [1022:1485] type 00 class 0x130000 PCIe Endpoint
[    5.261914] pci 0000:c9:00.0: enabling Extended Tags
[    5.266078] pci 0000:c9:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    5.269891] pci 0000:c9:00.2: BAR 2 [mem 0xdba00000-0xdba7ffff]
[    5.273886] pci 0000:c9:00.2: BAR 5 [mem 0xdba80000-0xdba81fff]
[    5.277881] pci 0000:c9:00.2: enabling Extended Tags
[    5.282064] pci 0000:c0:08.1: PCI bridge to [bus c9]
[    5.292706] iommu: Default domain type: Translated
[    5.293872] iommu: DMA domain TLB invalidation policy: lazy mode
[    5.298131] SCSI subsystem initialized
[    5.301907] ACPI: bus type USB registered
[    5.305889] usbcore: registered new interface driver usbfs
[    5.309877] usbcore: registered new interface driver hub
[    5.313905] usbcore: registered new device driver usb
[    5.317900] pps_core: LinuxPPS API ver. 1 registered
[    5.321871] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    5.325873] PTP clock support registered
[    5.329950] EDAC MC: Ver: 3.0.0
[    5.334075] efivars: Registered efivars operations
[    5.338260] NetLabel: Initializing
[    5.341872] NetLabel:  domain hash size = 128
[    5.345871] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    5.349895] NetLabel:  unlabeled traffic allowed by default
[    5.353924] PCI: Using ACPI for IRQ routing
[    5.362138] pci 0000:c3:00.0: vgaarb: setting as boot VGA device
[    5.365870] pci 0000:c3:00.0: vgaarb: bridge control possible
[    5.365870] pci 0000:c3:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    5.365872] vgaarb: loaded
[    5.368581] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    5.369871] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    5.378108] clocksource: Switched to clocksource tsc-early
[    5.383663] VFS: Disk quotas dquot_6.6.0
[    5.387617] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    5.394711] AppArmor: AppArmor Filesystem Enabled
[    5.399436] pnp: PnP ACPI init
[    5.402733] system 00:00: [mem 0x80000000-0x8fffffff] has been reserved
[    5.409472] system 00:01: [mem 0xff000000-0xffffffff] has been reserved
[    5.417623] pnp: PnP ACPI: found 5 devices
[    5.428588] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    5.437578] NET: Registered PF_INET protocol family
[    5.442614] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc)
[    5.453542] tcp_listen_portaddr_hash hash table entries: 65536 (order: 8, 1048576 bytes, vmalloc)
[    5.462496] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, vmalloc)
[    5.470523] TCP established hash table entries: 524288 (order: 10, 4194304 bytes, vmalloc hugepage)
[    5.480080] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc)
[    5.487679] TCP: Hash tables configured (established 524288 bind 65536)
[    5.494582] UDP hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc)
[    5.501920] UDP-Lite hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc)
[    5.509745] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    5.515411] NET: Registered PF_XDP protocol family
[    5.520205] pci 0000:01:00.0: ROM [mem 0xfff00000-0xffffffff pref]: can't claim; no compatible bridge window
[    5.530022] pci 0000:c1:00.0: ROM [mem 0xfffc0000-0xffffffff pref]: can't claim; no compatible bridge window
[    5.539863] pci 0000:c1:00.1: ROM [mem 0xfffc0000-0xffffffff pref]: can't claim; no compatible bridge window
[    5.549687] pci_bus 0000:00: max bus depth: 1 pci_try_num: 2
[    5.555351] pci 0000:01:00.0: ROM [mem size 0x00100000 pref]: can't assign; no space
[    5.563093] pci 0000:01:00.0: ROM [mem size 0x00100000 pref]: failed to assign
[    5.570311] pci 0000:01:00.0: VF BAR 2 [mem size 0x01000000 64bit]: can't assign; no space
[    5.578566] pci 0000:01:00.0: VF BAR 2 [mem size 0x01000000 64bit]: failed to assign
[    5.586306] pci 0000:01:00.0: VF BAR 0 [mem size 0x00100000 64bit]: can't assign; no space
[    5.594564] pci 0000:01:00.0: VF BAR 0 [mem size 0x00100000 64bit]: failed to assign
[    5.602302] pci 0000:00:03.2: PCI bridge to [bus 01]
[    5.607268] pci 0000:00:03.2:   bridge window [io  0x1000-0x1fff]
[    5.613363] pci 0000:00:03.2:   bridge window [mem 0xf7300000-0xf74fffff]
[    5.620150] pci 0000:00:07.1: PCI bridge to [bus 02]
[    5.625123] pci 0000:00:07.1:   bridge window [mem 0xf7200000-0xf72fffff]
[    5.631910] pci 0000:00:08.1: PCI bridge to [bus 03]
[    5.636881] pci 0000:00:08.1:   bridge window [mem 0xf7000000-0xf71fffff]
[    5.643670] pci_bus 0000:00: No. 2 try to assign unassigned res
[    5.649595] pci 0000:00:03.2: resource 14 [mem 0xf7300000-0xf74fffff] released
[    5.656810] pci 0000:00:03.2: PCI bridge to [bus 01]
[    5.661778] pci 0000:00:03.2: bridge window [mem 0x00100000-0x002fffff] to [bus 01] add_size 1100000 add_align 100000
[    5.672379] pci 0000:00:03.2: bridge window [mem 0xe1000000-0xe22fffff]: assigned
[    5.679865] pci 0000:01:00.0: BAR 3 [mem 0xe1000000-0xe10fffff 64bit]: assigned
[    5.687175] pci 0000:01:00.0: VF BAR 2 [mem 0xe1100000-0xe20fffff 64bit]: assigned
[    5.694745] pci 0000:01:00.0: BAR 1 [mem 0xe2100000-0xe210ffff 64bit]: assigned
[    5.702051] pci 0000:01:00.0: VF BAR 0 [mem 0xe2110000-0xe220ffff 64bit]: assigned
[    5.709624] pci 0000:00:03.2: PCI bridge to [bus 01]
[    5.714587] pci 0000:00:03.2:   bridge window [io  0x1000-0x1fff]
[    5.720678] pci 0000:00:03.2:   bridge window [mem 0xe1000000-0xe22fffff]
[    5.727468] pci 0000:00:07.1: PCI bridge to [bus 02]
[    5.732440] pci 0000:00:07.1:   bridge window [mem 0xf7200000-0xf72fffff]
[    5.739226] pci 0000:00:08.1: PCI bridge to [bus 03]
[    5.744189] pci 0000:00:08.1:   bridge window [mem 0xf7000000-0xf71fffff]
[    5.750978] pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
[    5.757160] pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
[    5.763338] pci_bus 0000:00: resource 6 [mem 0x000c0000-0x000fffff window]
[    5.770210] pci_bus 0000:00: resource 7 [io  0x0d00-0x3fff window]
[    5.776391] pci_bus 0000:00: resource 8 [mem 0xe1000000-0xfebfffff window]
[    5.783264] pci_bus 0000:00: resource 9 [mem 0x63dc0000000-0x7fcffffffff window]
[    5.790658] pci_bus 0000:01: resource 0 [io  0x1000-0x1fff]
[    5.796227] pci_bus 0000:01: resource 1 [mem 0xe1000000-0xe22fffff]
[    5.802491] pci_bus 0000:02: resource 1 [mem 0xf7200000-0xf72fffff]
[    5.808758] pci_bus 0000:03: resource 1 [mem 0xf7000000-0xf71fffff]
[    5.815146] pci 0000:40:03.1: bridge window [io  0x1000-0x0fff] to [bus 41] add_size 1000
[    5.823316] pci 0000:40:03.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 41] add_size 200000 add_align 100000
[    5.834781] pci 0000:40:03.2: bridge window [io  0x1000-0x0fff] to [bus 42] add_size 1000
[    5.842953] pci 0000:40:03.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 42] add_size 200000 add_align 100000
[    5.854418] pci 0000:40:03.3: bridge window [io  0x1000-0x0fff] to [bus 43] add_size 1000
[    5.862590] pci 0000:40:03.3: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 43] add_size 200000 add_align 100000
[    5.874054] pci 0000:40:03.4: bridge window [io  0x1000-0x0fff] to [bus 44] add_size 1000
[    5.882226] pci 0000:40:03.4: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 44] add_size 200000 add_align 100000
[    5.893695] pci 0000:40:03.1: bridge window [mem 0x47e80000000-0x47e801fffff 64bit pref]: assigned
[    5.902653] pci 0000:40:03.2: bridge window [mem 0x47e80200000-0x47e803fffff 64bit pref]: assigned
[    5.911601] pci 0000:40:03.3: bridge window [mem 0x47e80400000-0x47e805fffff 64bit pref]: assigned
[    5.920554] pci 0000:40:03.4: bridge window [mem 0x47e80600000-0x47e807fffff 64bit pref]: assigned
[    5.929505] pci 0000:40:03.1: bridge window [io  0x4000-0x4fff]: assigned
[    5.936292] pci 0000:40:03.2: bridge window [io  0x5000-0x5fff]: assigned
[    5.943076] pci 0000:40:03.3: bridge window [io  0x6000-0x6fff]: assigned
[    5.949872] pci 0000:40:03.4: bridge window [io  size 0x1000]: can't assign; no space
[    5.957696] pci 0000:40:03.4: bridge window [io  size 0x1000]: failed to assign
[    5.965003] pci 0000:40:03.4: bridge window [io  0x4000-0x4fff]: assigned
[    5.971788] pci 0000:40:03.3: bridge window [io  0x5000-0x5fff]: assigned
[    5.978571] pci 0000:40:03.2: bridge window [io  0x6000-0x6fff]: assigned
[    5.985360] pci 0000:40:03.1: bridge window [io  size 0x1000]: can't assign; no space
[    5.993183] pci 0000:40:03.1: bridge window [io  size 0x1000]: failed to assign
[    6.000489] pci 0000:40:03.1: PCI bridge to [bus 41]
[    6.005455] pci 0000:40:03.1:   bridge window [mem 0xa4c00000-0xa4ffffff]
[    6.012238] pci 0000:40:03.1:   bridge window [mem 0x47e80000000-0x47e801fffff 64bit pref]
[    6.020502] pci 0000:40:03.2: PCI bridge to [bus 42]
[    6.025473] pci 0000:40:03.2:   bridge window [io  0x6000-0x6fff]
[    6.031564] pci 0000:40:03.2:   bridge window [mem 0xa4800000-0xa4bfffff]
[    6.038350] pci 0000:40:03.2:   bridge window [mem 0x47e80200000-0x47e803fffff 64bit pref]
[    6.046616] pci 0000:40:03.3: PCI bridge to [bus 43]
[    6.051584] pci 0000:40:03.3:   bridge window [io  0x5000-0x5fff]
[    6.057674] pci 0000:40:03.3:   bridge window [mem 0xa4400000-0xa47fffff]
[    6.064460] pci 0000:40:03.3:   bridge window [mem 0x47e80400000-0x47e805fffff 64bit pref]
[    6.072720] pci 0000:40:03.4: PCI bridge to [bus 44]
[    6.077684] pci 0000:40:03.4:   bridge window [io  0x4000-0x4fff]
[    6.083775] pci 0000:40:03.4:   bridge window [mem 0xa4000000-0xa43fffff]
[    6.090563] pci 0000:40:03.4:   bridge window [mem 0x47e80600000-0x47e807fffff 64bit pref]
[    6.098821] pci 0000:40:07.1: PCI bridge to [bus 45]
[    6.103786] pci 0000:40:07.1:   bridge window [mem 0xa5300000-0xa53fffff]
[    6.110574] pci 0000:40:08.1: PCI bridge to [bus 46]
[    6.115546] pci 0000:40:08.1:   bridge window [mem 0xa5000000-0xa52fffff]
[    6.122332] pci_bus 0000:40: resource 4 [io  0x4000-0x6fff window]
[    6.128507] pci_bus 0000:40: resource 5 [mem 0x90000000-0xaaffffff window]
[    6.135380] pci_bus 0000:40: resource 6 [mem 0x47e80000000-0x63dbfffffff window]
[    6.142771] pci_bus 0000:41: resource 1 [mem 0xa4c00000-0xa4ffffff]
[    6.149036] pci_bus 0000:41: resource 2 [mem 0x47e80000000-0x47e801fffff 64bit pref]
[    6.156811] pci_bus 0000:42: resource 0 [io  0x6000-0x6fff]
[    6.162383] pci_bus 0000:42: resource 1 [mem 0xa4800000-0xa4bfffff]
[    6.168647] pci_bus 0000:42: resource 2 [mem 0x47e80200000-0x47e803fffff 64bit pref]
[    6.176388] pci_bus 0000:43: resource 0 [io  0x5000-0x5fff]
[    6.181960] pci_bus 0000:43: resource 1 [mem 0xa4400000-0xa47fffff]
[    6.188224] pci_bus 0000:43: resource 2 [mem 0x47e80400000-0x47e805fffff 64bit pref]
[    6.195965] pci_bus 0000:44: resource 0 [io  0x4000-0x4fff]
[    6.201535] pci_bus 0000:44: resource 1 [mem 0xa4000000-0xa43fffff]
[    6.207801] pci_bus 0000:44: resource 2 [mem 0x47e80600000-0x47e807fffff 64bit pref]
[    6.215537] pci_bus 0000:45: resource 1 [mem 0xa5300000-0xa53fffff]
[    6.221805] pci_bus 0000:46: resource 1 [mem 0xa5000000-0xa52fffff]
[    6.228134] pci 0000:80:01.1: bridge window [io  0x1000-0x0fff] to [bus 81] add_size 1000
[    6.236310] pci 0000:80:01.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 81] add_size 200000 add_align 100000
[    6.247773] pci 0000:80:01.2: bridge window [io  0x1000-0x0fff] to [bus 82] add_size 1000
[    6.255984] pci 0000:80:01.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 82] add_size 200000 add_align 100000
[    6.267451] pci 0000:80:01.1: bridge window [mem 0x2bf40000000-0x2bf401fffff 64bit pref]: assigned
[    6.276406] pci 0000:80:01.2: bridge window [mem 0x2bf40200000-0x2bf403fffff 64bit pref]: assigned
[    6.285357] pci 0000:80:01.1: bridge window [io  0x7000-0x7fff]: assigned
[    6.292143] pci 0000:80:01.2: bridge window [io  0x8000-0x8fff]: assigned
[    6.298931] pci 0000:80:01.1: PCI bridge to [bus 81]
[    6.303894] pci 0000:80:01.1:   bridge window [io  0x7000-0x7fff]
[    6.309989] pci 0000:80:01.1:   bridge window [mem 0xbf400000-0xbf7fffff]
[    6.316774] pci 0000:80:01.1:   bridge window [mem 0x2bf40000000-0x2bf401fffff 64bit pref]
[    6.325038] pci 0000:80:01.2: PCI bridge to [bus 82]
[    6.330006] pci 0000:80:01.2:   bridge window [io  0x8000-0x8fff]
[    6.336098] pci 0000:80:01.2:   bridge window [mem 0xbf000000-0xbf3fffff]
[    6.342882] pci 0000:80:01.2:   bridge window [mem 0x2bf40200000-0x2bf403fffff 64bit pref]
[    6.351145] pci 0000:80:07.1: PCI bridge to [bus 83]
[    6.356108] pci 0000:80:07.1:   bridge window [mem 0xbfa00000-0xbfafffff]
[    6.362921] pci 0000:80:08.1: PCI bridge to [bus 84]
[    6.367884] pci 0000:80:08.1:   bridge window [mem 0xbf900000-0xbf9fffff]
[    6.374672] pci 0000:80:08.2: PCI bridge to [bus 85]
[    6.379638] pci 0000:80:08.2:   bridge window [mem 0xbf800000-0xbf8fffff]
[    6.386431] pci_bus 0000:80: resource 4 [io  0x7000-0x9fff window]
[    6.392606] pci_bus 0000:80: resource 5 [mem 0xab000000-0xc5ffffff window]
[    6.399477] pci_bus 0000:80: resource 6 [mem 0x2bf40000000-0x47e7fffffff window]
[    6.406872] pci_bus 0000:81: resource 0 [io  0x7000-0x7fff]
[    6.412442] pci_bus 0000:81: resource 1 [mem 0xbf400000-0xbf7fffff]
[    6.418709] pci_bus 0000:81: resource 2 [mem 0x2bf40000000-0x2bf401fffff 64bit pref]
[    6.426446] pci_bus 0000:82: resource 0 [io  0x8000-0x8fff]
[    6.432019] pci_bus 0000:82: resource 1 [mem 0xbf000000-0xbf3fffff]
[    6.438284] pci_bus 0000:82: resource 2 [mem 0x2bf40200000-0x2bf403fffff 64bit pref]
[    6.446022] pci_bus 0000:83: resource 1 [mem 0xbfa00000-0xbfafffff]
[    6.452287] pci_bus 0000:84: resource 1 [mem 0xbf900000-0xbf9fffff]
[    6.458551] pci_bus 0000:85: resource 1 [mem 0xbf800000-0xbf8fffff]
[    6.464880] pci 0000:c0:03.1: bridge window [io  0x1000-0x0fff] to [bus c4] add_size 1000
[    6.473053] pci 0000:c0:03.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus c4] add_size 200000 add_align 100000
[    6.484516] pci 0000:c0:03.2: bridge window [io  0x1000-0x0fff] to [bus c5] add_size 1000
[    6.492689] pci 0000:c0:03.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus c5] add_size 200000 add_align 100000
[    6.504154] pci 0000:c0:03.3: bridge window [io  0x1000-0x0fff] to [bus c6] add_size 1000
[    6.512327] pci 0000:c0:03.3: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus c6] add_size 200000 add_align 100000
[    6.523789] pci 0000:c0:03.4: bridge window [io  0x1000-0x0fff] to [bus c7] add_size 1000
[    6.531961] pci 0000:c0:03.4: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus c7] add_size 200000 add_align 100000
[    6.543434] pci 0000:c0:03.1: bridge window [mem 0x10000000000-0x100001fffff 64bit pref]: assigned
[    6.552388] pci 0000:c0:03.2: bridge window [mem 0x10000200000-0x100003fffff 64bit pref]: assigned
[    6.561344] pci 0000:c0:03.3: bridge window [mem 0x10000400000-0x100005fffff 64bit pref]: assigned
[    6.570298] pci 0000:c0:03.4: bridge window [mem 0x10000600000-0x100007fffff 64bit pref]: assigned
[    6.579250] pci 0000:c0:05.1: bridge window [mem 0xc7100000-0xc71fffff]: assigned
[    6.586728] pci 0000:c0:03.1: bridge window [io  0xa000-0xafff]: assigned
[    6.593514] pci 0000:c0:03.2: bridge window [io  0xb000-0xbfff]: assigned
[    6.600302] pci 0000:c0:03.3: bridge window [io  0xc000-0xcfff]: assigned
[    6.607084] pci 0000:c0:03.4: bridge window [io  0xd000-0xdfff]: assigned
[    6.613874] pci 0000:c0:03.1: PCI bridge to [bus c4]
[    6.618839] pci 0000:c0:03.1:   bridge window [io  0xa000-0xafff]
[    6.624932] pci 0000:c0:03.1:   bridge window [mem 0xdb600000-0xdb9fffff]
[    6.631721] pci 0000:c0:03.1:   bridge window [mem 0x10000000000-0x100001fffff 64bit pref]
[    6.639985] pci 0000:c0:03.2: PCI bridge to [bus c5]
[    6.644954] pci 0000:c0:03.2:   bridge window [io  0xb000-0xbfff]
[    6.651048] pci 0000:c0:03.2:   bridge window [mem 0xdb200000-0xdb5fffff]
[    6.657834] pci 0000:c0:03.2:   bridge window [mem 0x10000200000-0x100003fffff 64bit pref]
[    6.666094] pci 0000:c0:03.3: PCI bridge to [bus c6]
[    6.671055] pci 0000:c0:03.3:   bridge window [io  0xc000-0xcfff]
[    6.677151] pci 0000:c0:03.3:   bridge window [mem 0xdae00000-0xdb1fffff]
[    6.683934] pci 0000:c0:03.3:   bridge window [mem 0x10000400000-0x100005fffff 64bit pref]
[    6.692195] pci 0000:c0:03.4: PCI bridge to [bus c7]
[    6.697158] pci 0000:c0:03.4:   bridge window [io  0xd000-0xdfff]
[    6.703252] pci 0000:c0:03.4:   bridge window [mem 0xdaa00000-0xdadfffff]
[    6.710036] pci 0000:c0:03.4:   bridge window [mem 0x10000600000-0x100007fffff 64bit pref]
[    6.718296] pci 0000:c1:00.0: ROM [mem 0xc7100000-0xc713ffff pref]: assigned
[    6.725341] pci 0000:c1:00.1: ROM [mem 0xc7140000-0xc717ffff pref]: assigned
[    6.732385] pci 0000:c0:05.1: PCI bridge to [bus c1]
[    6.737350] pci 0000:c0:05.1:   bridge window [mem 0xc7100000-0xc71fffff]
[    6.744135] pci 0000:c0:05.1:   bridge window [mem 0xc7000000-0xc70fffff 64bit pref]
[    6.751876] pci 0000:c2:00.0: PCI bridge to [bus c3]
[    6.756842] pci 0000:c2:00.0:   bridge window [mem 0xda000000-0xda8fffff]
[    6.763626] pci 0000:c2:00.0:   bridge window [mem 0xc6000000-0xc6ffffff 64bit pref]
[    6.771365] pci 0000:c0:05.2: PCI bridge to [bus c2-c3]
[    6.776623] pci 0000:c0:05.2:   bridge window [mem 0xda000000-0xda8fffff]
[    6.783414] pci 0000:c0:05.2:   bridge window [mem 0xc6000000-0xc6ffffff 64bit pref]
[    6.791156] pci 0000:c0:07.1: PCI bridge to [bus c8]
[    6.796123] pci 0000:c0:07.1:   bridge window [mem 0xdbb00000-0xdbbfffff]
[    6.802910] pci 0000:c0:08.1: PCI bridge to [bus c9]
[    6.807883] pci 0000:c0:08.1:   bridge window [mem 0xdba00000-0xdbafffff]
[    6.814669] pci_bus 0000:c0: resource 4 [io  0xa000-0xffff window]
[    6.820844] pci_bus 0000:c0: resource 5 [mem 0xc6000000-0xe0ffffff window]
[    6.827716] pci_bus 0000:c0: resource 6 [mem 0x10000000000-0x2bf3fffffff window]
[    6.835111] pci_bus 0000:c0: resource 7 [io  0x03b0-0x03df window]
[    6.841288] pci_bus 0000:c0: resource 8 [mem 0x000a0000-0x000bffff window]
[    6.848158] pci_bus 0000:c4: resource 0 [io  0xa000-0xafff]
[    6.853731] pci_bus 0000:c4: resource 1 [mem 0xdb600000-0xdb9fffff]
[    6.859995] pci_bus 0000:c4: resource 2 [mem 0x10000000000-0x100001fffff 64bit pref]
[    6.867734] pci_bus 0000:c5: resource 0 [io  0xb000-0xbfff]
[    6.873309] pci_bus 0000:c5: resource 1 [mem 0xdb200000-0xdb5fffff]
[    6.879607] pci_bus 0000:c5: resource 2 [mem 0x10000200000-0x100003fffff 64bit pref]
[    6.887361] pci_bus 0000:c6: resource 0 [io  0xc000-0xcfff]
[    6.892934] pci_bus 0000:c6: resource 1 [mem 0xdae00000-0xdb1fffff]
[    6.899200] pci_bus 0000:c6: resource 2 [mem 0x10000400000-0x100005fffff 64bit pref]
[    6.906939] pci_bus 0000:c7: resource 0 [io  0xd000-0xdfff]
[    6.912510] pci_bus 0000:c7: resource 1 [mem 0xdaa00000-0xdadfffff]
[    6.918775] pci_bus 0000:c7: resource 2 [mem 0x10000600000-0x100007fffff 64bit pref]
[    6.926516] pci_bus 0000:c1: resource 1 [mem 0xc7100000-0xc71fffff]
[    6.932779] pci_bus 0000:c1: resource 2 [mem 0xc7000000-0xc70fffff 64bit pref]
[    6.940002] pci_bus 0000:c2: resource 1 [mem 0xda000000-0xda8fffff]
[    6.946264] pci_bus 0000:c2: resource 2 [mem 0xc6000000-0xc6ffffff 64bit pref]
[    6.953482] pci_bus 0000:c3: resource 1 [mem 0xda000000-0xda8fffff]
[    6.959749] pci_bus 0000:c3: resource 2 [mem 0xc6000000-0xc6ffffff 64bit pref]
[    6.966966] pci_bus 0000:c8: resource 1 [mem 0xdbb00000-0xdbbfffff]
[    6.973233] pci_bus 0000:c9: resource 1 [mem 0xdba00000-0xdbafffff]
[    6.980191] PCI: CLS 64 bytes, default 64
[    6.984221] AMD-Vi: IOMMU SNP support enabled.
[    6.984304] Trying to unpack rootfs image as initramfs...
[    6.994120] pci 0000:c0:00.2: AMD-Vi: IOMMU performance counters supported
[    7.001098] pci 0000:c0:01.0: Adding to iommu group 0
[    7.006209] pci 0000:c0:02.0: Adding to iommu group 1
[    7.011409] pci 0000:c0:03.0: Adding to iommu group 2
[    7.016504] pci 0000:c0:03.1: Adding to iommu group 2
[    7.021598] pci 0000:c0:03.2: Adding to iommu group 2
[    7.026696] pci 0000:c0:03.3: Adding to iommu group 2
[    7.031798] pci 0000:c0:03.4: Adding to iommu group 2
[    7.036901] pci 0000:c0:04.0: Adding to iommu group 3
[    7.042052] pci 0000:c0:05.0: Adding to iommu group 4
[    7.047156] pci 0000:c0:05.1: Adding to iommu group 4
[    7.052263] pci 0000:c0:05.2: Adding to iommu group 4
[    7.057372] pci 0000:c0:07.0: Adding to iommu group 5
[    7.062455] pci 0000:c0:07.1: Adding to iommu group 6
[    7.067562] pci 0000:c0:08.0: Adding to iommu group 7
[    7.072646] pci 0000:c0:08.1: Adding to iommu group 8
[    7.077703] pci 0000:c1:00.0: Adding to iommu group 4
[    7.082765] pci 0000:c1:00.1: Adding to iommu group 4
[    7.087826] pci 0000:c2:00.0: Adding to iommu group 4
[    7.092884] pci 0000:c3:00.0: Adding to iommu group 4
[    7.097968] pci 0000:c8:00.0: Adding to iommu group 9
[    7.103056] pci 0000:c8:00.2: Adding to iommu group 10
[    7.108234] pci 0000:c9:00.0: Adding to iommu group 11
[    7.113411] pci 0000:c9:00.2: Adding to iommu group 12
[    7.124751] pci 0000:80:00.2: AMD-Vi: IOMMU performance counters supported
[    7.131788] pci 0000:80:01.0: Adding to iommu group 13
[    7.136972] pci 0000:80:01.1: Adding to iommu group 13
[    7.142153] pci 0000:80:01.2: Adding to iommu group 13
[    7.147351] pci 0000:80:02.0: Adding to iommu group 14
[    7.152546] pci 0000:80:03.0: Adding to iommu group 15
[    7.157738] pci 0000:80:04.0: Adding to iommu group 16
[    7.162933] pci 0000:80:05.0: Adding to iommu group 17
[    7.168130] pci 0000:80:07.0: Adding to iommu group 18
[    7.173300] pci 0000:80:07.1: Adding to iommu group 19
[    7.178494] pci 0000:80:08.0: Adding to iommu group 20
[    7.183660] pci 0000:80:08.1: Adding to iommu group 21
[    7.188834] pci 0000:80:08.2: Adding to iommu group 22
[    7.194009] pci 0000:83:00.0: Adding to iommu group 23
[    7.199185] pci 0000:83:00.2: Adding to iommu group 24
[    7.204380] pci 0000:84:00.0: Adding to iommu group 25
[    7.209553] pci 0000:84:00.2: Adding to iommu group 26
[    7.214727] pci 0000:85:00.0: Adding to iommu group 27
[    7.226933] pci 0000:40:00.2: AMD-Vi: IOMMU performance counters supported
[    7.233916] pci 0000:40:01.0: Adding to iommu group 28
[    7.239111] pci 0000:40:02.0: Adding to iommu group 29
[    7.244402] pci 0000:40:03.0: Adding to iommu group 30
[    7.249585] pci 0000:40:03.1: Adding to iommu group 30
[    7.254762] pci 0000:40:03.2: Adding to iommu group 30
[    7.259943] pci 0000:40:03.3: Adding to iommu group 30
[    7.265115] pci 0000:40:03.4: Adding to iommu group 30
[    7.270307] pci 0000:40:04.0: Adding to iommu group 31
[    7.275496] pci 0000:40:05.0: Adding to iommu group 32
[    7.280690] pci 0000:40:07.0: Adding to iommu group 33
[    7.285868] pci 0000:40:07.1: Adding to iommu group 34
[    7.291062] pci 0000:40:08.0: Adding to iommu group 35
[    7.296231] pci 0000:40:08.1: Adding to iommu group 36
[    7.301403] pci 0000:45:00.0: Adding to iommu group 37
[    7.306602] pci 0000:45:00.2: Adding to iommu group 38
[    7.311778] pci 0000:46:00.0: Adding to iommu group 39
[    7.316951] pci 0000:46:00.1: Adding to iommu group 40
[    7.322123] pci 0000:46:00.2: Adding to iommu group 41
[    7.327298] pci 0000:46:00.3: Adding to iommu group 42
[    7.339408] pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
[    7.346378] pci 0000:00:01.0: Adding to iommu group 43
[    7.351574] pci 0000:00:02.0: Adding to iommu group 44
[    7.356771] pci 0000:00:03.0: Adding to iommu group 45
[    7.361944] pci 0000:00:03.2: Adding to iommu group 46
[    7.367139] pci 0000:00:04.0: Adding to iommu group 47
[    7.372328] pci 0000:00:05.0: Adding to iommu group 48
[    7.377520] pci 0000:00:07.0: Adding to iommu group 49
[    7.382688] pci 0000:00:07.1: Adding to iommu group 50
[    7.387885] pci 0000:00:08.0: Adding to iommu group 51
[    7.393052] pci 0000:00:08.1: Adding to iommu group 52
[    7.398272] pci 0000:00:14.0: Adding to iommu group 53
[    7.399641] Freeing initrd memory: 35956K
[    7.403442] pci 0000:00:14.3: Adding to iommu group 53
[    7.412779] pci 0000:00:18.0: Adding to iommu group 54
[    7.417953] pci 0000:00:18.1: Adding to iommu group 54
[    7.423122] pci 0000:00:18.2: Adding to iommu group 54
[    7.428295] pci 0000:00:18.3: Adding to iommu group 54
[    7.433463] pci 0000:00:18.4: Adding to iommu group 54
[    7.438635] pci 0000:00:18.5: Adding to iommu group 54
[    7.443810] pci 0000:00:18.6: Adding to iommu group 54
[    7.448981] pci 0000:00:18.7: Adding to iommu group 54
[    7.454157] pci 0000:01:00.0: Adding to iommu group 55
[    7.459330] pci 0000:02:00.0: Adding to iommu group 56
[    7.464508] pci 0000:02:00.2: Adding to iommu group 57
[    7.469678] pci 0000:03:00.0: Adding to iommu group 58
[    7.474850] pci 0000:03:00.2: Adding to iommu group 59
[    7.480023] pci 0000:03:00.3: Adding to iommu group 60
[    7.493720] AMD-Vi: Extended features (0x841f77e022094ace, 0x0): PPR X2APIC NX IA GA PC SNP
[    7.502080] AMD-Vi: Interrupt remapping enabled
[    7.506611] AMD-Vi: X2APIC enabled
[    7.511058] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    7.517498] software IO TLB: mapped [mem 0x000000000459f000-0x000000001459f000] (256MB)
[    7.525611] LVT offset 0 assigned for vector 0x400
[    7.532065] perf: AMD IBS detected (0x000003ff)
[    7.537913] amd_uncore: 4 amd_df counters detected
[    7.542742] amd_uncore: 6 amd_l3 counters detected
[    7.549196] perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
[    7.556349] perf/amd_iommu: Detected AMD IOMMU #1 (2 banks, 4 counters/bank).
[    7.563503] perf/amd_iommu: Detected AMD IOMMU #2 (2 banks, 4 counters/bank).
[    7.570654] perf/amd_iommu: Detected AMD IOMMU #3 (2 banks, 4 counters/bank).
[    7.633369] Initialise system trusted keyrings
[    7.637834] Key type blacklist registered
[    7.641976] workingset: timestamp_bits=36 max_order=26 bucket_order=0
[    7.648432] zbud: loaded
[    7.651442] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    7.657439] fuse: init (API version 7.41)
[    7.661695] integrity: Platform Keyring initialized
[    7.678685] Key type asymmetric registered
[    7.682786] Asymmetric key parser 'x509' registered
[    7.687700] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[    7.695180] io scheduler mq-deadline registered
[    7.701278] pcieport 0000:00:03.2: PME: Signaling with IRQ 38
[    7.707369] pcieport 0000:00:07.1: PME: Signaling with IRQ 40
[    7.713312] pcieport 0000:00:08.1: PME: Signaling with IRQ 41
[    7.719291] pcieport 0000:40:03.1: PME: Signaling with IRQ 42
[    7.725083] pcieport 0000:40:03.1: pciehp: Slot #167 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.739054] pcieport 0000:40:03.2: PME: Signaling with IRQ 43
[    7.744851] pcieport 0000:40:03.2: pciehp: Slot #166 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.758826] pcieport 0000:40:03.3: PME: Signaling with IRQ 44
[    7.764622] pcieport 0000:40:03.3: pciehp: Slot #169 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.778581] pcieport 0000:40:03.4: PME: Signaling with IRQ 45
[    7.784384] pcieport 0000:40:03.4: pciehp: Slot #168 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.798387] pcieport 0000:40:07.1: PME: Signaling with IRQ 47
[    7.804334] pcieport 0000:40:08.1: PME: Signaling with IRQ 48
[    7.810425] pcieport 0000:80:01.1: PME: Signaling with IRQ 49
[    7.816220] pcieport 0000:80:01.1: pciehp: Slot #160 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.830166] pcieport 0000:80:01.2: PME: Signaling with IRQ 50
[    7.835955] pcieport 0000:80:01.2: pciehp: Slot #161 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.849991] pcieport 0000:80:07.1: PME: Signaling with IRQ 52
[    7.856090] pcieport 0000:80:08.1: PME: Signaling with IRQ 54
[    7.862079] pcieport 0000:80:08.2: PME: Signaling with IRQ 55
[    7.868014] pcieport 0000:c0:03.1: PME: Signaling with IRQ 56
[    7.873801] pcieport 0000:c0:03.1: pciehp: Slot #163 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.887715] pcieport 0000:c0:03.2: PME: Signaling with IRQ 57
[    7.893511] pcieport 0000:c0:03.2: pciehp: Slot #162 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.907435] pcieport 0000:c0:03.3: PME: Signaling with IRQ 58
[    7.913228] pcieport 0000:c0:03.3: pciehp: Slot #165 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.927149] pcieport 0000:c0:03.4: PME: Signaling with IRQ 59
[    7.932935] pcieport 0000:c0:03.4: pciehp: Slot #164 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.946839] pcieport 0000:c0:05.1: PME: Signaling with IRQ 60
[    7.952738] pcieport 0000:c0:05.2: PME: Signaling with IRQ 61
[    7.958744] pcieport 0000:c0:07.1: PME: Signaling with IRQ 63
[    7.964751] pcieport 0000:c0:08.1: PME: Signaling with IRQ 65
[    7.970780] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    7.977850] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[    7.985310] ACPI: button: Power Button [PWRF]
[    7.997247] Estimated ratio of average max frequency by base frequency (times 1024): 1464
[    8.021309] ERST: Error Record Serialization Table (ERST) support is initialized.
[    8.028811] pstore: Using crash dump compression: deflate
[    8.034211] pstore: Registered erst as persistent store backend
[    8.040248] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    8.046802] 00:03: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A
[    8.054906] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    8.065620] Linux agpgart interface v0.103
[    8.094034] loop: module loaded
[    8.108414] ahci 0000:85:00.0: AHCI vers 0001.0301, 32 command slots, 6 Gbps, SATA mode
[    8.116427] ahci 0000:85:00.0: 8/8 ports implemented (port mask 0xff)
[    8.122863] ahci 0000:85:00.0: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part sxs 
[    8.132993] scsi host0: ahci
[    8.136084] scsi host1: ahci
[    8.139171] scsi host2: ahci
[    8.142257] scsi host3: ahci
[    8.145335] scsi host4: ahci
[    8.148410] scsi host5: ahci
[    8.151486] scsi host6: ahci
[    8.154561] scsi host7: ahci
[    8.157504] ata1: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800100 irq 67 lpm-pol 0
[    8.165769] ata2: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800180 irq 68 lpm-pol 0
[    8.174028] ata3: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800200 irq 69 lpm-pol 0
[    8.182285] ata4: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800280 irq 70 lpm-pol 0
[    8.190542] ata5: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800300 irq 71 lpm-pol 0
[    8.198802] ata6: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800380 irq 72 lpm-pol 0
[    8.207061] ata7: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800400 irq 73 lpm-pol 0
[    8.215317] ata8: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800480 irq 74 lpm-pol 0
[    8.223831] tun: Universal TUN/TAP device driver, 1.6
[    8.228943] PPP generic driver version 2.4.2
[    8.233341] VFIO - User Level meta-driver version: 0.3
[    8.238806] xhci_hcd 0000:03:00.3: xHCI Host Controller
[    8.244051] xhci_hcd 0000:03:00.3: new USB bus registered, assigned bus number 1
[    8.251552] xhci_hcd 0000:03:00.3: hcc params 0x0260ffe5 hci version 0x110 quirks 0x0000000000000010
[    8.261077] xhci_hcd 0000:03:00.3: xHCI Host Controller
[    8.266338] xhci_hcd 0000:03:00.3: new USB bus registered, assigned bus number 2
[    8.273744] xhci_hcd 0000:03:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[    8.280842] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.11
[    8.289102] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    8.296323] usb usb1: Product: xHCI Host Controller
[    8.301207] usb usb1: Manufacturer: Linux 6.11.0-rc5-next-20240829-b18bbfc14a-000fda4e3fa xhci-hcd
[    8.310161] usb usb1: SerialNumber: 0000:03:00.3
[    8.314950] hub 1-0:1.0: USB hub found
[    8.318714] hub 1-0:1.0: 2 ports detected
[    8.323560] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    8.331681] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.11
[    8.339942] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    8.347164] usb usb2: Product: xHCI Host Controller
[    8.352047] usb usb2: Manufacturer: Linux 6.11.0-rc5-next-20240829-b18bbfc14a-000fda4e3fa xhci-hcd
[    8.361004] usb usb2: SerialNumber: 0000:03:00.3
[    8.365755] hub 2-0:1.0: USB hub found
[    8.369520] hub 2-0:1.0: 2 ports detected
[    8.374413] xhci_hcd 0000:46:00.3: xHCI Host Controller
[    8.379647] xhci_hcd 0000:46:00.3: new USB bus registered, assigned bus number 3
[    8.387173] xhci_hcd 0000:46:00.3: hcc params 0x0260ffe5 hci version 0x110 quirks 0x0000000000000010
[    8.396666] xhci_hcd 0000:46:00.3: xHCI Host Controller
[    8.401897] xhci_hcd 0000:46:00.3: new USB bus registered, assigned bus number 4
[    8.409294] xhci_hcd 0000:46:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[    8.416379] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.11
[    8.424645] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    8.431869] usb usb3: Product: xHCI Host Controller
[    8.436754] usb usb3: Manufacturer: Linux 6.11.0-rc5-next-20240829-b18bbfc14a-000fda4e3fa xhci-hcd
[    8.445713] usb usb3: SerialNumber: 0000:46:00.3
[    8.450472] hub 3-0:1.0: USB hub found
[    8.454236] hub 3-0:1.0: 2 ports detected
[    8.459016] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    8.467135] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.11
[    8.475397] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    8.482617] usb usb4: Product: xHCI Host Controller
[    8.487525] usb usb4: Manufacturer: Linux 6.11.0-rc5-next-20240829-b18bbfc14a-000fda4e3fa xhci-hcd
[    8.496484] usb usb4: SerialNumber: 0000:46:00.3
[    8.501234] hub 4-0:1.0: USB hub found
[    8.505003] hub 4-0:1.0: 2 ports detected
[    8.510008] usbcore: registered new interface driver uas
[    8.515354] usbcore: registered new interface driver usb-storage
[    8.521451] i8042: PNP: No PS/2 controller found.
[    8.526241] mousedev: PS/2 mouse device common for all mice
[    8.531910] rtc_cmos 00:02: RTC can wake from S4
[    8.536799] rtc_cmos 00:02: registered as rtc0
[    8.541307] rtc_cmos 00:02: setting system clock to 2024-09-02T11:02:35 UTC (1725274955)
[    8.543019] ata1: SATA link down (SStatus 0 SControl 300)
[    8.549438] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram
[    8.554833] ata3: SATA link down (SStatus 0 SControl 300)
[    8.561500] i2c_dev: i2c /dev entries driver
[    8.566915] ata2: SATA link down (SStatus 0 SControl 300)
[    8.571177] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[    8.576586] ata8: SATA link down (SStatus 0 SControl 300)
[    8.584266] usb 1-1: new high-speed USB device number 2 using xhci_hcd
[    8.588761] device-mapper: uevent: version 1.0.3
[    8.594160] ata7: SATA link down (SStatus 0 SControl 300)
[    8.600779] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@lists.linux.dev
[    8.605304] ata4: SATA link down (SStatus 0 SControl 300)
[    8.610688] tsc: Refined TSC clocksource calibration: 1996.247 MHz
[    8.612281] platform eisa.0: Probing EISA bus 0
[    8.612284] platform eisa.0: EISA: Cannot allocate resource for mainboard
[    8.612286] platform eisa.0: Cannot allocate resource for EISA slot 1
[    8.612287] platform eisa.0: Cannot allocate resource for EISA slot 2
[    8.612289] platform eisa.0: Cannot allocate resource for EISA slot 3
[    8.612290] platform eisa.0: Cannot allocate resource for EISA slot 4
[    8.612292] platform eisa.0: Cannot allocate resource for EISA slot 5
[    8.612293] platform eisa.0: Cannot allocate resource for EISA slot 6
[    8.612295] platform eisa.0: Cannot allocate resource for EISA slot 7
[    8.612296] platform eisa.0: Cannot allocate resource for EISA slot 8
[    8.612298] platform eisa.0: EISA: Detected 0 cards
[    8.612302] amd_pstate: driver load is disabled, boot with specific mode to enable this
[    8.619584] ata5: SATA link down (SStatus 0 SControl 300)
[    8.625020] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x398caa9ddcb, max_idle_ns: 881590739785 ns
[    8.631164] ata6: SATA link down (SStatus 0 SControl 300)
[    8.727735] clocksource: Switched to clocksource tsc
[    8.728973] ledtrig-cpu: registered to indicate activity on CPUs
[    8.738764] efifb: probing for efifb
[    8.742366] efifb: No BGRT, not showing boot graphics
[    8.747414] efifb: framebuffer at 0xc6000000, using 3072k, total 3072k
[    8.753942] efifb: mode is 1024x768x32, linelength=4096, pages=1
[    8.759949] efifb: scrolling: redraw
[    8.763525] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    8.769105] fb0: EFI VGA frame buffer device
[    8.773478] drop_monitor: Initializing network drop monitor service
[    8.779893] NET: Registered PF_INET6 protocol family
[    8.784263] usb 3-1: new high-speed USB device number 2 using xhci_hcd
[    8.791738] Segment Routing with IPv6
[    8.795416] In-situ OAM (IOAM) with IPv6
[    8.799372] NET: Registered PF_PACKET protocol family
[    8.806860] Key type dns_resolver registered
[    8.807155] usb 1-1: New USB device found, idVendor=0424, idProduct=2744, bcdDevice= 1.21
[    8.819310] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    8.826446] usb 1-1: Product: USB2734
[    8.830145] usb 1-1: Manufacturer: Microchip Tech
[    8.842381] microcode: Current revision: 0x0a0011d3
[    8.850383] resctrl: L3 allocation detected
[    8.854569] resctrl: MB allocation detected
[    8.858754] resctrl: L3 monitoring detected
[    8.863176] IPI shorthand broadcast: enabled
[    8.870293] sched_clock: Marking stable (8800001402, 68248538)->(9847675380, -979425440)
[    8.879116] registered taskstats version 1
[    8.885454] Loading compiled-in X.509 certificates
[    8.889227] hub 1-1:1.0: USB hub found
[    8.890779] Loaded X.509 cert 'Build time autogenerated kernel key: e8331d2522c1377475b3c511319c32aff40753ce'
[    8.894282] hub 1-1:1.0: 4 ports detected
[    8.907931] Demotion targets for Node 0: null
[    8.912291] Demotion targets for Node 1: null
[    8.917215] Key type .fscrypt registered
[    8.921147] Key type fscrypt-provisioning registered
[    8.933847] cryptd: max_cpu_qlen set to 1000
[    8.941256] usb 3-1: New USB device found, idVendor=1604, idProduct=10c0, bcdDevice= 0.00
[    8.949436] usb 3-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    8.956582] usb 2-1: new SuperSpeed USB device number 2 using xhci_hcd
[    8.963115] AES CTR mode by8 optimization enabled
[    8.982149] Key type encrypted registered
[    8.984656] usb 2-1: New USB device found, idVendor=0424, idProduct=5744, bcdDevice= 1.21
[    8.986164] AppArmor: AppArmor sha256 policy hashing enabled
[    8.994336] usb 2-1: New USB device strings: Mfr=2, Product=3, SerialNumber=0
[    9.000077] integrity: Loading X.509 certificate: UEFI:db
[    9.007127] usb 2-1: Product: USB5734
[    9.012546] integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
[    9.016184] usb 2-1: Manufacturer: Microchip Tech
[    9.026953] integrity: Loading X.509 certificate: UEFI:db
[    9.026971] integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
[    9.048091] integrity: Loading X.509 certificate: UEFI:db
[    9.049116] hub 2-1:1.0: USB hub found
[    9.053593] integrity: Loaded X.509 cert 'VMware, Inc.: 4ad8ba0472073d28127706ddc6ccb9050441bbc7'
[    9.057319] hub 2-1:1.0: 4 ports detected
[    9.066116] integrity: Loading X.509 certificate: UEFI:db
[    9.066261] integrity: Loaded X.509 cert 'VMware, Inc.: VMware Secure Boot Signing: 04597f3e1ffb240bba0ff0f05d5eb05f3e15f6d7'
[    9.070298] hub 3-1:1.0: USB hub found
[    9.075807] ima: No TPM chip found, activating TPM-bypass!
[    9.087249] hub 3-1:1.0: 4 ports detected
[    9.090582] Loading compiled-in module X.509 certificates
[    9.105930] Loaded X.509 cert 'Build time autogenerated kernel key: e8331d2522c1377475b3c511319c32aff40753ce'
[    9.115841] ima: Allocated hash algorithm: sha1
[    9.120382] ima: No architecture policies found
[    9.124934] evm: Initialising EVM extended attributes:
[    9.130076] evm: security.selinux
[    9.133394] evm: security.SMACK64
[    9.136714] evm: security.SMACK64EXEC
[    9.140379] evm: security.SMACK64TRANSMUTE
[    9.144479] evm: security.SMACK64MMAP
[    9.148140] evm: security.apparmor
[    9.151565] evm: security.ima
[    9.154542] evm: security.capability
[    9.158118] evm: HMAC attrs: 0x1
[    9.161741] PM:   Magic number: 8:295:23
[    9.165747] clockevents clockevent93: hash matches
[    9.170586] acpi ACPI0007:a8: hash matches
[    9.174756] memory memory63: hash matches
[    9.179212] RAS: Correctable Errors collector initialized.
[    9.184840] clk: Disabling unused clocks
[    9.188770] PM: genpd: Disabling unused power domains
[    9.195633] Freeing unused decrypted memory: 2028K
[    9.201084] Freeing unused kernel image (initmem) memory: 4684K
[    9.207019] Write protecting the kernel read-only data: 26624k
[    9.213342] Freeing unused kernel image (rodata/data gap) memory: 452K
[    9.284058] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    9.290504] Run /init as init process
[    9.300369] systemd[1]: Inserted module 'autofs4'
[    9.604343] systemd[1]: systemd 250-12.el9_1 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 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK +XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[    9.636230] systemd[1]: Detected architecture x86-64.
[    9.641284] systemd[1]: Running in initial RAM disk.

Welcome to ^[[0;31mRed Hat Enterprise Linux 9.1 (Plow) dracut-057-13.git20220816.el9 (Initramfs)^[[0m!

[    9.668346] systemd[1]: Hostname set to <hostname.amd.com>.
[    9.784950] systemd[1]: Queued start job for default target Initrd Default Target.
[    9.792662] systemd[1]: Reached target Initrd /usr File System.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mInitrd /usr File System^[[0m.
[    9.812264] usb 3-1.1: new high-speed USB device number 3 using xhci_hcd
[    9.812304] systemd[1]: Reached target Local File Systems.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mLocal File Systems^[[0m.
[    9.840319] systemd[1]: Reached target Slice Units.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSlice Units^[[0m.
[    9.860311] systemd[1]: Reached target Swaps.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSwaps^[[0m.
[    9.880310] systemd[1]: Reached target Timer Units.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mTimer Units^[[0m.
[    9.900437] systemd[1]: Listening on D-Bus System Message Bus Socket.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mD-Bus System Message Bus Socket^[[0m.
[    9.921262] usb 3-1.1: New USB device found, idVendor=1604, idProduct=10c0, bcdDevice= 0.00
[    9.929617] usb 3-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    9.929727] systemd[1]: Listening on Journal Socket (/dev/log).
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mJournal Socket (/dev/log)^[[0m.
[    9.960472] systemd[1]: Listening on Journal Socket.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mJournal Socket^[[0m.
[    9.980471] systemd[1]: Listening on udev Control Socket.
[    9.984806] hub 3-1.1:1.0: USB hub found
[^[[0;32m  OK  ^[[[    9.990006] hub 3-1.1:1.0: 4 ports detected
0m] Listening on ^[[0;1;39mudev Control Socket^[[0m.
[   10.008413] systemd[1]: Listening on udev Kernel Socket.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mudev Kernel Socket^[[0m.
[   10.028303] systemd[1]: Reached target Socket Units.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSocket Units^[[0m.
[   10.074345] systemd[1]: Starting Create List of Static Device Nodes...
[   10.076264] usb 3-1.2: new high-speed USB device number 4 using xhci_hcd
         Starting ^[[0;1;39mCreate List of Static Device Nodes^[[0m...
[   10.106353] systemd[1]: Starting Journal Service...
         Starting ^[[0;1;39mJournal Service^[[0m...
[   10.125524] systemd[1]: Starting Load Kernel Modules...
         Starting ^[[0;1;39mLoad Kernel Modules^[[0m...
[   10.145450] systemd[1]: Starting Create System Users...
         Starting ^[[0;1;39mCreate System Users^[[0m...
[   10.165425] systemd[1]: Starting Setup Virtual Console...
         Starting ^[[0;1;39mSetup Virtual Console^[[0m...
[   10.185515] systemd[1]: Finished Create List of Static Device Nodes.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate List of Static Device Nodes^[[0m.
[   10.201378] usb 3-1.2: New USB device found, idVendor=413c, idProduct=0006, bcdDevice= 0.00
[   10.209759] usb 3-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[   10.209761] usb 3-1.2: Product: DRAC 5 Virtual Keyboard and Mouse
[   10.209763] usb 3-1.2: Manufacturer: DELL
[   10.209766] usb 3-1.2: SerialNumber: DELL413C-1
[   10.209894] systemd[1]: Started Journal Service.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mJournal Service^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mLoad Kernel Modules^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mSetup Virtual Console^[[0m.
         Starting ^[[0;1;39mdracut cmdline hook^[[0m...
         Starting ^[[0;1;39mApply Kernel Variables^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mApply Kernel Variables^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate System Users^[[0m.
         Starting ^[[0;1;39mCreate Static Device Nodes in /dev^[[0m...
[   10.456288] usb 3-1.4: new high-speed USB device number 5 using xhci_hcd
         Starting ^[[0;1;39mCreate Volatile Files and Directories^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mdracut cmdline hook^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate Static Device Nodes in /dev^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate Volatile Files and Directories^[[0m.
         Startin[   10.561261] usb 3-1.4: New USB device found, idVendor=1604, idProduct=10c0, bcdDevice= 0.00
g ^[[0;1;39mdracu[   10.570321] usb 3-1.4: New USB device strings: Mfr=0, Product=0, SerialNumber=0
t pre-udev hook^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mdracut pre-udev hook^[[0m.
         Starting ^[[0;1;39mRule-based Manage…for Device Events and Files^[[0m...
[   10.626069] hub 3-1.4:1.0: USB hub found
[   10.630258] hub 3-1.4:1.0: 4 ports detected
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mRule-based Manager for Device Events and Files^[[0m.
[   10.651231] hid: raw HID events driver (C) Jiri Kosina
         Starting ^[[0;1;39mColdplug All udev Devices^[[0m...
[   10.667761] usbcore: registered new interface driver usbhid
[   10.673367] usbhid: USB HID core driver
[   10.678605] usbcore: registered new interface driver usbmouse
[   10.685034] usbcore: registered new interface driver usbkbd
[   10.693299] input: DELL DRAC 5 Virtual Keyboard and Mouse as /devices/pci0000:40/0000:40:08.1/0000:46:00.3/usb3/3-1/3-1.2/3-1.2:1.0/0003:413C:0006.0001/input/input1
[   10.708125] hid-generic 0003:413C:0006.0001: input,hidraw0: USB HID v1.01 Mouse [DELL DRAC 5 Virtual Keyboard and Mouse] on usb-0000:46:00.3-1.2/input0
[   10.721889] input: DELL DRAC 5 Virtual Keyboard and Mouse as /devices/pci0000:40/0000:40:08.1/0000:46:00.3/usb3/3-1/3-1.2/3-1.2:1.1/0003:413C:0006.0002/input/input2
[   10.796419] hid-generic 0003:413C:0006.0002: input,hidraw1: USB HID v1.01 Keyboard [DELL DRAC 5 Virtual Keyboard and Mouse] on usb-0000:46:00.3-1.2/input1
[   10.852406] wmi_bus wmi_bus-PNP0C14:00: [Firmware Bug]: WQBC data block query control method not found
[^[[0;32m  OK  ^[[0m] Finished ^[[0[   10.863879] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
;1;39mColdplug A[   10.870513] sp5100-tco sp5100-tco: Using 0xfeb00000 for watchdog MMIO address
ll udev Devices^[[   10.879055] sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0)
[0m.
[   10.889848] ccp 0000:46:00.1: no command queues available
[   10.895347] ccp 0000:46:00.1: sev enabled
[   10.899369] ccp 0000:46:00.1: psp enabled
[   10.908633] tg3 0000:c1:00.0 eth0: Tigon3 [partno(BCM95720) rev 5720000] (PCI Express) MAC address d0:8e:79:bb:95:90
[   10.919155] tg3 0000:c1:00.0 eth0: attached PHY is 5720C (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[1])
[   10.928998] tg3 0000:c1:00.0 eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[1] TSOcap[1]
[   10.929001] tg3 0000:c1:00.0 eth0: dma_rwctrl[00000001] dma_mask[64-bit]
[^[[0;32m  OK  ^[[[   10.944511] ACPI: bus type drm_connector registered
0m] Reached targ[   10.950153] mpt3sas version 48.100.00.00 loaded
et ^[[0;1;39mSystem Initializatio[   10.958230] mpt3sas_cm0: 63 BIT PCI BUS DMA ADDRESSING SUPPORTED, total mem (262456368 kB)
n^[[0m.
[   10.958680] tg3 0000:c1:00.1 eth1: Tigon3 [partno(BCM95720) rev 5720000] (PCI Express) MAC address d0:8e:79:bb:95:91
[   10.978089] tg3 0000:c1:00.1 eth1: attached PHY is 5720C (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[1])
[   10.978092] tg3 0000:c1:00.1 eth1: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[1] TSOcap[1]
[   10.978095] tg3 0000:c1:00.1 eth1: dma_rwctrl[00000001] dma_mask[64-bit]
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mNetwork^[[0m.
[   11.007783] ------------[ cut here ]------------
[   11.011230] mpt3sas_cm0: CurrentHostPageSize is 0: Setting default host page size to 4k
[   11.012410] WARNING: CPU: 0 PID: 9 at drivers/video/fbdev/core/fbmem.c:467 unregister_framebuffer+0x28/0xf0
[   11.020427] mpt3sas_cm0: MSI-X vectors supported: 96
[   11.030148] Modules linked in: mgag200(+)
[   11.035113] 	 no of cores: 128, max_msix_vectors: -1
[   11.035115] mpt3sas_cm0:  0 96 96
[   11.039127]  i2c_algo_bit crct10dif_pclmul drm_shmem_helper crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 mpt3sas(+) sha256_ssse3 drm tg3 sha1_ssse3 raid_class ccp(+) scsi_transport_sas sp5100_tco fjes(-) wmi hid_generic usbkbd usbmouse usbhid hid dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[   11.047956] mpt3sas_cm0: High IOPs queues : disabled
[   11.077116] CPU: 0 UID: 0 PID: 9 Comm: kworker/0:1 Not tainted 6.11.0-rc5-next-20240829-b18bbfc14a-000fda4e3fa #1
[   11.082077] mpt3sas0-msix0: PCI-MSI-X enabled: IRQ 107
[   11.092327] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[   11.097467] mpt3sas0-msix1: PCI-MSI-X enabled: IRQ 108
[   11.097469] mpt3sas0-msix2: PCI-MSI-X enabled: IRQ 109
[   11.105121] Workqueue: events work_for_cpu_fn
[   11.110259] mpt3sas0-msix3: PCI-MSI-X enabled: IRQ 110
[   11.115399] 
[   11.119759] mpt3sas0-msix4: PCI-MSI-X enabled: IRQ 111
[   11.119761] mpt3sas0-msix5: PCI-MSI-X enabled: IRQ 112
[   11.124897] RIP: 0010:unregister_framebuffer+0x28/0xf0
[   11.126395] mpt3sas0-msix6: PCI-MSI-X enabled: IRQ 113
[   11.131537] Code: 90 90 f3 0f 1e fa 0f 1f 44 00 00 55 48 89 e5 41 54 49 89 fc 48 c7 c7 c0 c1 83 86 e8 a2 1c 6e 00 49 63 44 24 04 83 f8 1f 76 78 <0f> 0b 49 8b bc 24 d0 01 00 00 48 85 ff 74 0b 41 f6 84 24 ec 01 00
[   11.136678] mpt3sas0-msix7: PCI-MSI-X enabled: IRQ 114
[   11.136680] mpt3sas0-msix8: PCI-MSI-X enabled: IRQ 115
[   11.141813] RSP: 0018:ffffb74a8021fbb0 EFLAGS: 00010286
[   11.146952] mpt3sas0-msix9: PCI-MSI-X enabled: IRQ 116
[   11.146954] mpt3sas0-msix10: PCI-MSI-X enabled: IRQ 117
[   11.165698] 
[   11.165700] RAX: 0000000000000000 RBX: ffff9d2716e35ac0 RCX: ffff9d2716e35d00
[   11.165702] RDX: ffff9d2706d30000 RSI: ffff9d2716e35d28 RDI: ffffffff8683c1c0
[   11.170839] mpt3sas0-msix11: PCI-MSI-X enabled: IRQ 118
[   11.170841] mpt3sas0-msix12: PCI-MSI-X enabled: IRQ 119
[   11.175977] RBP: ffffb74a8021fbb8 R08: ffffffff86399839 R09: 0000000000000010
[   11.181203] mpt3sas0-msix13: PCI-MSI-X enabled: IRQ 120
[   11.181205] mpt3sas0-msix14: PCI-MSI-X enabled: IRQ 121
[   11.181206] mpt3sas0-msix15: PCI-MSI-X enabled: IRQ 122
[   11.186341] R10: ffff9d271ac582b0 R11: 0000000000000004 R12: ffff9d271a7e7000
[   11.191567] mpt3sas0-msix16: PCI-MSI-X enabled: IRQ 123
[   11.191568] mpt3sas0-msix17: PCI-MSI-X enabled: IRQ 124
[   11.193065] R13: ffffb74a8021fc20 R14: ffff9d271ac58010 R15: 0000000000000202
[   11.200203] mpt3sas0-msix18: PCI-MSI-X enabled: IRQ 125
[   11.207333] FS:  0000000000000000(0000) GS:ffff9d467dc00000(0000) knlGS:0000000000000000
[   11.212558] mpt3sas0-msix19: PCI-MSI-X enabled: IRQ 126
[   11.217786] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[   11.224918] mpt3sas0-msix20: PCI-MSI-X enabled: IRQ 127
[   11.230143] CR2: 00007f398d609965 CR3: 0000000120a92006 CR4: 0000000000770ef0
[   11.235368] mpt3sas0-msix21: PCI-MSI-X enabled: IRQ 128
[   11.240594] PKRU: 55555554
[   11.247727] mpt3sas0-msix22: PCI-MSI-X enabled: IRQ 129
[   11.247729] mpt3sas0-msix23: PCI-MSI-X enabled: IRQ 130
[   11.252951] Call Trace:
[   11.258181] mpt3sas0-msix24: PCI-MSI-X enabled: IRQ 131
[   11.265310]  <TASK>
[   11.270536] mpt3sas0-msix25: PCI-MSI-X enabled: IRQ 132
[   11.278623]  ? show_regs+0x6d/0x80
[   11.283848] mpt3sas0-msix26: PCI-MSI-X enabled: IRQ 133
[   11.283850] mpt3sas0-msix27: PCI-MSI-X enabled: IRQ 134
[   11.289596]  ? __warn+0x91/0x140
[   11.294819] mpt3sas0-msix28: PCI-MSI-X enabled: IRQ 135
[   11.301954]  ? unregister_framebuffer+0x28/0xf0
[   11.307179] mpt3sas0-msix29: PCI-MSI-X enabled: IRQ 136
[   11.307181] mpt3sas0-msix30: PCI-MSI-X enabled: IRQ 137
[   11.309890]  ? report_bug+0x193/0x1a0
[   11.315230] mpt3sas0-msix31: PCI-MSI-X enabled: IRQ 138
[   11.315232] mpt3sas0-msix32: PCI-MSI-X enabled: IRQ 139
[   11.320459]  ? handle_bug+0x63/0xa0
[   11.322905] mpt3sas0-msix33: PCI-MSI-X enabled: IRQ 140
[   11.328126]  ? exc_invalid_op+0x1d/0x80
[   11.330232] mpt3sas0-msix34: PCI-MSI-X enabled: IRQ 141
[   11.330234] mpt3sas0-msix35: PCI-MSI-X enabled: IRQ 142
[   11.335456]  ? asm_exc_invalid_op+0x1f/0x30
[   11.338863] mpt3sas0-msix36: PCI-MSI-X enabled: IRQ 143
[   11.338865] mpt3sas0-msix37: PCI-MSI-X enabled: IRQ 144
[   11.344093]  ? unregister_framebuffer+0x28/0xf0
[   11.349315] mpt3sas0-msix38: PCI-MSI-X enabled: IRQ 145
[   11.352549]  devm_unregister_framebuffer+0x12/0x20
[   11.357773] mpt3sas0-msix39: PCI-MSI-X enabled: IRQ 146
[   11.362306]  devm_action_release+0x19/0x20
[   11.367533] mpt3sas0-msix40: PCI-MSI-X enabled: IRQ 147
[   11.372758]  release_nodes+0x4a/0xc0
[   11.376424] mpt3sas0-msix41: PCI-MSI-X enabled: IRQ 148
[   11.376426] mpt3sas0-msix42: PCI-MSI-X enabled: IRQ 149
[   11.381651]  devres_release_all+0x9f/0xe0
[   11.386875] mpt3sas0-msix43: PCI-MSI-X enabled: IRQ 150
[   11.386877] mpt3sas0-msix44: PCI-MSI-X enabled: IRQ 151
[   11.390369]  device_unbind_cleanup+0x12/0x80
[   11.390373]  device_release_driver_internal+0x1ca/0x210
[   11.395602] mpt3sas0-msix45: PCI-MSI-X enabled: IRQ 152
[   11.399434]  device_release_driver+0x16/0x20
[   11.404658] mpt3sas0-msix46: PCI-MSI-X enabled: IRQ 153
[   11.404660] mpt3sas0-msix47: PCI-MSI-X enabled: IRQ 154
[   11.409885]  bus_remove_device+0xcf/0x130
[   11.414071] mpt3sas0-msix48: PCI-MSI-X enabled: IRQ 155
[   11.419296]  device_del+0x16a/0x3c0
[   11.424523] mpt3sas0-msix49: PCI-MSI-X enabled: IRQ 156
[   11.424525] mpt3sas0-msix50: PCI-MSI-X enabled: IRQ 157
[   11.429056]  ? srso_alias_return_thunk+0x5/0xfbef5
[   11.434280] mpt3sas0-msix51: PCI-MSI-X enabled: IRQ 158
[   11.434281] mpt3sas0-msix52: PCI-MSI-X enabled: IRQ 159
[   11.439074]  platform_device_del.part.0+0x18/0x80
[   11.444300] mpt3sas0-msix53: PCI-MSI-X enabled: IRQ 160
[   11.444301] mpt3sas0-msix54: PCI-MSI-X enabled: IRQ 161
[   11.448398]  platform_device_unregister+0x24/0x40
[   11.453623] mpt3sas0-msix55: PCI-MSI-X enabled: IRQ 162
[   11.457205]  sysfb_disable+0x5c/0xa0
[   11.462427] mpt3sas0-msix56: PCI-MSI-X enabled: IRQ 163
[   11.462429] mpt3sas0-msix57: PCI-MSI-X enabled: IRQ 164
[   11.467657]  aperture_remove_conflicting_pci_devices+0x31/0xa0
[   11.471668] mpt3sas0-msix58: PCI-MSI-X enabled: IRQ 165
[   11.471670] mpt3sas0-msix59: PCI-MSI-X enabled: IRQ 166
[   11.476896]  drm_aperture_remove_conflicting_pci_framebuffers+0x19/0x20 [drm]
[   11.482117] mpt3sas0-msix60: PCI-MSI-X enabled: IRQ 167
[   11.482119] mpt3sas0-msix61: PCI-MSI-X enabled: IRQ 168
[   11.486393]  mgag200_pci_probe+0x27/0x190 [mgag200]
[   11.491617] mpt3sas0-msix62: PCI-MSI-X enabled: IRQ 169
[   11.496847]  local_pci_probe+0x4f/0xb0
[   11.501117] mpt3sas0-msix63: PCI-MSI-X enabled: IRQ 170
[   11.501119] mpt3sas0-msix64: PCI-MSI-X enabled: IRQ 171
[   11.506343]  work_for_cpu_fn+0x1e/0x30
[   11.511567] mpt3sas0-msix65: PCI-MSI-X enabled: IRQ 172
[   11.511569] mpt3sas0-msix66: PCI-MSI-X enabled: IRQ 173
[   11.515579]  process_one_work+0x17b/0x3b0
[   11.520806] mpt3sas0-msix67: PCI-MSI-X enabled: IRQ 174
[   11.524300]  ? __pfx_worker_thread+0x10/0x10
[   11.529524] mpt3sas0-msix68: PCI-MSI-X enabled: IRQ 175
[   11.534751]  worker_thread+0x2a0/0x3a0
[   11.539543] mpt3sas0-msix69: PCI-MSI-X enabled: IRQ 176
[   11.539545] mpt3sas0-msix70: PCI-MSI-X enabled: IRQ 177
[   11.544769]  ? __pfx_worker_thread+0x10/0x10
[   11.549995] mpt3sas0-msix71: PCI-MSI-X enabled: IRQ 178
[   11.554702]  kthread+0xe8/0x120
[   11.559926] mpt3sas0-msix72: PCI-MSI-X enabled: IRQ 179
[   11.565155]  ? __pfx_kthread+0x10/0x10
[   11.569857] mpt3sas0-msix73: PCI-MSI-X enabled: IRQ 180
[   11.575085]  ret_from_fork+0x40/0x60
[   11.578662] mpt3sas0-msix74: PCI-MSI-X enabled: IRQ 181
[   11.578663] mpt3sas0-msix75: PCI-MSI-X enabled: IRQ 182
[   11.583891]  ? __pfx_kthread+0x10/0x10
[   11.589116] mpt3sas0-msix76: PCI-MSI-X enabled: IRQ 183
[   11.589118] mpt3sas0-msix77: PCI-MSI-X enabled: IRQ 184
[   11.594948]  ret_from_fork_asm+0x1a/0x30
[   11.600172] mpt3sas0-msix78: PCI-MSI-X enabled: IRQ 185
[   11.600174] mpt3sas0-msix79: PCI-MSI-X enabled: IRQ 186
[   11.605403]  </TASK>
[   11.612533] mpt3sas0-msix80: PCI-MSI-X enabled: IRQ 187
[   11.617758] ---[ end trace 0000000000000000 ]---
[   11.622983] mpt3sas0-msix81: PCI-MSI-X enabled: IRQ 188
[   11.627870] BUG: kernel NULL pointer dereference, address: 0000000000000000
[   11.633088] mpt3sas0-msix82: PCI-MSI-X enabled: IRQ 189
[   11.636831] #PF: supervisor read access in kernel mode
[   11.636833] #PF: error_code(0x0000) - not-present page
[   11.636835] PGD 0 P4D 0 
[   11.642059] mpt3sas0-msix83: PCI-MSI-X enabled: IRQ 190
[   11.647271] 
[   11.647272] Oops: Oops: 0000 [#1] PREEMPT SMP NOPTI
[   11.647275] CPU: 0 UID: 0 PID: 9 Comm: kworker/0:1 Tainted: G        W          6.11.0-rc5-next-20240829-b18bbfc14a-000fda4e3fa #1
[   11.651028] mpt3sas0-msix84: PCI-MSI-X enabled: IRQ 191
[   11.656243] Tainted: [W]=WARN
[   11.656244] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[   11.656245] Workqueue: events work_for_cpu_fn
[   11.661472] mpt3sas0-msix85: PCI-MSI-X enabled: IRQ 192
[   11.665471] 
[   11.665472] RIP: 0010:fb_destroy_modelist+0x1a/0x70
[   11.670702] mpt3sas0-msix86: PCI-MSI-X enabled: IRQ 193
[   11.674970] Code: 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 f3 0f 1e fa 0f 1f 44 00 00 55 48 89 e5 41 56 41 55 41 54 49 89 fc 53 48 8b 3f <48> 8b 1f 49 39 fc 74 36 49 be 00 01 00 00 00 00 ad de 49 bd 22 01
[   11.674973] RSP: 0018:ffffb74a8021fb80 EFLAGS: 00010246
[   11.674975] RAX: 0000000000000000 RBX: ffff9d2716e35ac0 RCX: ffff9d2716e35d00
[   11.680199] mpt3sas0-msix87: PCI-MSI-X enabled: IRQ 194
[   11.683940] RDX: ffff9d2706d30000 RSI: ffff9d2716e35d28 RDI: 0000000000000000
[   11.683942] RBP: ffffb74a8021fba0 R08: ffffffff86399839 R09: 0000000000000010
[   11.683943] R10: ffff9d271ac582b0 R11: 0000000000000004 R12: ffff9d271a7e7288
[   11.689169] mpt3sas0-msix88: PCI-MSI-X enabled: IRQ 195
[   11.694382] R13: ffffb74a8021fc20 R14: ffff9d271ac58010 R15: 0000000000000202
[   11.694385] FS:  0000000000000000(0000) GS:ffff9d467dc00000(0000) knlGS:0000000000000000
[   11.694386] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[   11.698660] mpt3sas0-msix89: PCI-MSI-X enabled: IRQ 196
[   11.703882] CR2: 0000000000000000 CR3: 0000000120a92006 CR4: 0000000000770ef0
[   11.703884] PKRU: 55555554
[   11.703886] Call Trace:
[   11.703887]  <TASK>
[   11.707031] mpt3sas0-msix90: PCI-MSI-X enabled: IRQ 197
[   11.712244]  ? show_regs+0x6d/0x80
[   11.712249]  ? __die+0x29/0x70
[   11.715999] mpt3sas0-msix91: PCI-MSI-X enabled: IRQ 198
[   11.721215]  ? page_fault_oops+0x15d/0x4f0
[   11.724797] mpt3sas0-msix92: PCI-MSI-X enabled: IRQ 199
[   11.730011]  ? _printk+0x5c/0x80
[   11.730017]  ? do_user_addr_fault+0x317/0x690
[   11.735240] mpt3sas0-msix93: PCI-MSI-X enabled: IRQ 200
[   11.738988]  ? unregister_framebuffer+0x28/0xf0
[   11.738992]  ? exc_page_fault+0x7c/0x1b0
[   11.744217] mpt3sas0-msix94: PCI-MSI-X enabled: IRQ 201
[   11.749434]  ? asm_exc_page_fault+0x2b/0x30
[   11.749441]  ? fb_destroy_modelist+0x1a/0x70
[   11.753361] mpt3sas0-msix95: PCI-MSI-X enabled: IRQ 202
[   11.758577]  unregister_framebuffer+0x4f/0xf0
[   11.758580]  devm_unregister_framebuffer+0x12/0x20
[   11.763805] mpt3sas_cm0: iomem(0x00000000e2100000), mapped(0x00000000c47e293e), size(65536)
[   11.765995]  devm_action_release+0x19/0x20
[   11.765999]  release_nodes+0x4a/0xc0
[   11.771222] mpt3sas_cm0: ioport(0x0000000000001000), size(256)
[   11.775830]  devres_release_all+0x9f/0xe0
[   11.775836]  device_unbind_cleanup+0x12/0x80
[   11.824784] mpt3sas_cm0: CurrentHostPageSize is 0: Setting default host page size to 4k
[   11.829328]  device_release_driver_internal+0x1ca/0x210
[   11.834559] mpt3sas_cm0: sending message unit reset !!
[   11.837529]  device_release_driver+0x16/0x20
[   11.837532]  bus_remove_device+0xcf/0x130
[   11.846691] mpt3sas_cm0: message unit reset: SUCCESS
[   11.849530]  device_del+0x16a/0x3c0
[   11.849533]  ? srso_alias_return_thunk+0x5/0xfbef5
[   11.876263] mpt3sas_cm0: scatter gather: sge_in_main_msg(1), sge_per_chain(7), sge_per_io(128), chains_per_io(19)
[   11.885089]  platform_device_del.part.0+0x18/0x80
[   11.891530] mpt3sas_cm0: request pool(0x00000000dd48e7e2) - dma(0xe0600000): depth(9700), frame_size(128), pool_size(1212 kB)
[   11.897446]  platform_device_unregister+0x24/0x40
[   11.897449]  sysfb_disable+0x5c/0xa0
[   11.927851] mpt3sas_cm0: sense pool(0x0000000049f9c594) - dma(0xdef00000): depth(9463), element_size(96), pool_size (887 kB)
[   11.929279]  aperture_remove_conflicting_pci_devices+0x31/0xa0
[   11.929284]  drm_aperture_remove_conflicting_pci_framebuffers+0x19/0x20 [drm]
[   11.936522] mpt3sas_cm0: reply pool(0x0000000090ffb974) - dma(0xdec00000): depth(9764), frame_size(128), pool_size(1220 kB)
[   11.944488]  mgag200_pci_probe+0x27/0x190 [mgag200]
[   11.944494]  local_pci_probe+0x4f/0xb0
[   11.950254] mpt3sas_cm0: config page(0x00000000e11e2e8a) - dma(0xdebee000): size(512)
[   11.955462]  work_for_cpu_fn+0x1e/0x30
[   11.955465]  process_one_work+0x17b/0x3b0
[   11.962593] mpt3sas_cm0: Allocated physical memory: size(40437 kB)
[   11.965296]  ? __pfx_worker_thread+0x10/0x10
[   11.967748] mpt3sas_cm0: Current Controller Queue Depth(9460),Max Controller Queue Depth(9584)
[   11.969847]  worker_thread+0x2a0/0x3a0
[   11.969851]  ? __pfx_worker_thread+0x10/0x10
[   11.975075] mpt3sas_cm0: Scatter Gather Elements per IO(128)
[   11.978469]  kthread+0xe8/0x120
[   11.978472]  ? __pfx_kthread+0x10/0x10
[   12.016326] mpt3sas_cm0: _base_display_fwpkg_version: complete
[   12.017297]  ret_from_fork+0x40/0x60
[   12.022525] mpt3sas_cm0: FW Package Ver(16.17.01.00)
[   12.026706]  ? __pfx_kthread+0x10/0x10
[   12.026709]  ret_from_fork_asm+0x1a/0x30
[   12.031274] mpt3sas_cm0: LSISAS3008: FWVersion(16.00.11.00), ChipRevision(0x02)
[   12.036200]  </TASK>
[   12.036201] Modules linked in: mgag200(+)
[   12.040558] mpt3sas_cm0: Protocol=(
[   12.045340]  i2c_algo_bit crct10dif_pclmul drm_shmem_helper crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 mpt3sas(+) sha256_ssse3 drm tg3 sha1_ssse3 raid_class ccp(+) scsi_transport_sas sp5100_tco fjes(-) wmi hid_generic usbkbd
[   12.053697] Initiator
[   12.057793]  usbmouse usbhid hid dm_mirror dm_region_hash dm_log
[   12.061375] ,Target
[   12.067197]  msr autofs4 aesni_intel crypto_simd cryptd
[   12.071212] ), Capabilities=(
[   12.075482] CR2: 0000000000000000
[   12.075485] ---[ end trace 0000000000000000 ]---
[   12.083486] TLR
[   14.500871] clocksource: Long readout interval, skipping watchdog check: cs_nsec: 2500610352 wd_nsec: 2500606920
[   14.511623] pstore: backend (erst) writing error (-28)
[   14.513122] ,EEDP
[   14.517131] RIP: 0010:fb_destroy_modelist+0x1a/0x70
[   14.522098] ,Snapshot Buffer
[   14.525578] Code: 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 f3 0f 1e fa 0f 1f 44 00 00 55 48 89 e5 41 56 41 55 41 54 49 89 fc 53 48 8b 3f <48> 8b 1f 49 39 fc 74 36 49 be 00 01 00 00 00 00 ad de 49 bd 22 01
[   14.525581] RSP: 0018:ffffb74a8021fb80 EFLAGS: 00010246
[   14.530374] ,Diag Trace Buffer
[   14.540616] 
[   14.540618] RAX: 0000000000000000 RBX: ffff9d2716e35ac0 RCX: ffff9d2716e35d00
[   14.540619] RDX: ffff9d2706d30000 RSI: ffff9d2716e35d28 RDI: 0000000000000000
[   14.545325] ,Task Set Full
[   14.556605] RBP: ffffb74a8021fba0 R08: ffffffff86399839 R09: 0000000000000010
[   14.556607] R10: ffff9d271ac582b0 R11: 0000000000000004 R12: ffff9d271a7e7288
[   14.556609] R13: ffffb74a8021fc20 R14: ffff9d271ac58010 R15: 0000000000000202
[   14.556611] FS:  0000000000000000(0000) GS:ffff9d467dc00000(0000) knlGS:0000000000000000
[   14.561313] ,NCQ
[   14.564882] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[   14.564884] CR2: 0000000000000000 CR3: 0000000120a92006 CR4: 0000000000770ef0
[   14.564886] PKRU: 55555554
[   14.576089] )
[   14.581910] note: kworker/0:1[9] exited with irqs disabled
[   14.661577] ccp 0000:46:00.1: SEV API:1.55 build:17
[   14.663086] scsi host8: Fusion MPT SAS Host
[   14.666751] ccp 0000:46:00.1: SEV-SNP API:1.55 build:17
[   14.896156] mpt3sas_cm0: sending port enable !!
[   14.901095] mpt3sas_cm0: hba_port entry: 000000000d6f8313, port: 255 is added to hba_port list
         Startin[   14.910760] mpt3sas_cm0: host_add: handle(0x0001), sas_addr(0x52cea7f0be87bf00), phys(8)
g ^[[0;1;39mdracu[   14.919585] mpt3sas_cm0: handle(0xa) sas_address(0x4433221100000000) port_type(0x1)
t initqueue hook[   14.929460] scsi 8:0:0:0: Direct-Access     ATA      MTFDDAK960TDT    J004 PQ: 0 ANSI: 6
^[[0m...
[   14.937748] scsi 8:0:0:0: SATA: handle(0x000a), sas_addr(0x4433221100000000), phy(0), device_name(0x500a075131911ad0)
[   14.949110] scsi 8:0:0:0: enclosure logical id (0x52cea7f0be87bf00), slot(1) 
[   14.956241] scsi 8:0:0:0: enclosure level(0x0001), connector name(     )
         Startin[   14.962996] scsi 8:0:0:0: atapi(n), ncq(y), asyn_notify(n), smart(y), fua(y), sw_preserve(y)
g ^[[0;1;39mShow [   14.972802] scsi 8:0:0:0: qdepth(32), tagged(1), scsi_level(7), cmd_que(1)
[   14.980766]  end_device-8:0: add: handle(0x000a), sas_addr(0x4433221100000000)
Plymouth Boot Sc[   14.988399] mpt3sas_cm0: handle(0xc) sas_address(0x58ce38ee219651a2) port_type(0x1)
reen^[[0m...
[   14.997790] scsi 8:0:1:0: Direct-Access     KIOXIA   KPM6WVUG960G     BD08 PQ: 0 ANSI: 6
[   15.006523] scsi 8:0:1:0: SSP: handle(0x000c), sas_addr(0x58ce38ee219651a2), phy(4), device_name(0x58ce38ee219651a0)
[   15.017036] scsi 8:0:1:0: enclosure logical id (0x52cea7f0be87bf00), slot(0) 
[   15.024167] scsi 8:0:1:0: enclosure level(0x0001), connector name(     )
[   15.030876] scsi 8:0:1:0: qdepth(254), tagged(1), scsi_level(7), cmd_que(1)
^[[2J^[[3J^[[-1;-1f[^[[0;32m  OK  ^[[[   15.039479]  end_device-8:1: add: handle(0x000c), sas_addr(0x58ce38ee219651a2)
0m] Started ^[[0;[   15.048005] mpt3sas_cm0: handle(0xb) sas_address(0x4433221106000000) port_type(0x1)
1;39mShow Plymou[   15.058170] scsi 8:0:2:0: Direct-Access     ATA      MTFDDAK960TDT    J004 PQ: 0 ANSI: 6
th Boot Screen^[[[   15.066399] scsi 8:0:2:0: SATA: handle(0x000b), sas_addr(0x4433221106000000), phy(6), device_name(0x500a075131911a6f)
[   15.078378] scsi 8:0:2:0: enclosure logical id (0x52cea7f0be87bf00), slot(2) 
0m.
[^[[0;32m  [   15.085508] scsi 8:0:2:0: enclosure level(0x0001), connector name(     )
OK  ^[[0m] Starte[   15.093636] scsi 8:0:2:0: atapi(n), ncq(y), asyn_notify(n), smart(y), fua(y), sw_preserve(y)
d ^[[0;1;39mForwa[   15.103412] scsi 8:0:2:0: qdepth(32), tagged(1), scsi_level(7), cmd_que(1)
rd Password R…s to Plymouth Directory Watch^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39[   15.119619]  end_device-8:2: add: handle(0x000b), sas_addr(0x4433221106000000)
mPath Units^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mBasic System^[[0m.
[   15.140262] mpt3sas_cm0: port enable: SUCCESS
[   15.144904] sd 8:0:0:0: Attached scsi generic sg0 type 0
[   15.145443] sd 8:0:0:0: [sda] 1875385008 512-byte logical blocks: (960 GB/894 GiB)
[   15.150419] scsi 8:0:1:0: Attached scsi generic sg1 type 0
[   15.150680] sd 8:0:1:0: [sdb] 1875385008 512-byte logical blocks: (960 GB/894 GiB)
[   15.150684] sd 8:0:1:0: [sdb] 4096-byte physical blocks
[   15.150865] sd 8:0:1:0: [sdb] Write Protect is off
[   15.150868] sd 8:0:1:0: [sdb] Mode Sense: 87 00 00 08
[   15.151079] sd 8:0:1:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[   15.157782] sd 8:0:0:0: [sda] 4096-byte physical blocks
[   15.159799] sd 8:0:0:0: [sda] Write Protect is off
[   15.163562] sd 8:0:2:0: Attached scsi generic sg2 type 0
[   15.164126] sd 8:0:2:0: [sdc] 1875385008 512-byte logical blocks: (960 GB/894 GiB)
[   15.164130] sd 8:0:2:0: [sdc] 4096-byte physical blocks
[   15.166135] sd 8:0:2:0: [sdc] Write Protect is off
[   15.166138] sd 8:0:2:0: [sdc] Mode Sense: 9b 00 10 08
[   15.167421] sd 8:0:2:0: [sdc] Write cache: enabled, read cache: enabled, supports DPO and FUA
[   15.170833] sd 8:0:0:0: [sda] Mode Sense: 9b 00 10 08
[   15.171593] sd 8:0:0:0: [sda] Write cache: enabled, read cache: enabled, supports DPO and FUA
[   15.181383]  sdb: sdb1 sdb2
[   15.258008] sd 8:0:1:0: [sdb] Attached SCSI disk
[   15.266123]  sdc: sdc1 sdc2
[   15.269036] sd 8:0:2:0: [sdc] Attached SCSI disk
[   15.282264]  sda: sda1 sda2 sda3 sda4 sda5 sda6 sda7
[   15.287579] sd 8:0:0:0: [sda] Attached SCSI disk
^[[c^[[2J^[[01;01H^[[=3h^[[2J^[[01;01HKEY MAPPING FOR CONSOLE REDIRECTION:

Use the <ESC><1> key sequence for <F1>
Use the <ESC><2> key sequence for <F2>
Use the <ESC><3> key sequence for <F3>
Use the <ESC><0> key sequence for <F10>
Use the <ESC><!> key sequence for <F11>
Use the <ESC><@> key sequence for <F12>

Use the <ESC><Ctrl><M> key sequence for <Ctrl><M>
Use the <ESC><Ctrl><H> key sequence for <Ctrl><H>
Use the <ESC><Ctrl><I> key sequence for <Ctrl><I>
Use the <ESC><Ctrl><J> key sequence for <Ctrl><J>

Use the <ESC><X><X> key sequence for <Alt><x>, where x is any letter
key, and X is the upper case of that key

Use the <ESC><R><ESC><r><ESC><R> key sequence for <Ctrl><Alt><Del>

Press the spacebar to pause...
Initializing PCIe, USB, and Video... Done
PowerEdge R6515
BIOS Version: 2.14.1
Console Redirection Enabled Requested by iDRAC

F2	 = System Setup
F10	 = Lifecycle Controller (Config
	   iDRAC, Update FW, Install OS)
F11	 = Boot Manager
F12	 = PXE Boot
iDRAC IPV4:  10.86.18.202 [Dedicated]
                                
Initializing Firmware Interfaces...
 





Enumerating Boot options...
Enumerating Boot options... Done
Loading Lifecycle Controller Drivers...
Loading Lifecycle Controller Drivers...Done
Lifecycle Controller: Collecting System Inventory...

iDRAC IPV4:  10.86.18.202 [Dedicated]

^[[2J^[[01;01HLifecycle Controller: Done
Booting...
^[[2J^[[01;01HBooting from Integrated Storage Controller 1: Red Hat Enterprise Linux
^[[0m^[[30m^[[40m^[[2J^[[01;01H^[[0m^[[37m^[[40m^[[20;07HUse the ^ and v keys to change the selection.                       
\r      Press 'e' to edit the selected item, or 'c' for a command prompt.   
\r      Press Escape to return to the previous menu.                        ^[[04;80H ^[[0m^[[30m^[[47m^[[04;01H      Red Hat Enterprise Linux (6.11.0-rc5-next-20240829-b18bbfc14a-000fda4e3f>
\r^[[05;01H^[[0m^[[37m^[[40m^[[04;79H^[[05;01H      Red Hat Enterprise Linux (6.11.0-rc5-next-20240828-195a402a75-c0ceb24fe8>
\r^[[06;01H^[[05;79H^[[06;01H      Red Hat Enterprise Linux (6.11.0-rc5-next-20240827-6f92374805-5e2d8ff675>
\r^[[07;01H^[[06;79H^[[07;01H      Red Hat Enterprise Linux (6.11.0-rc5-next-20240826-1ca4237ad9-2892a62bcd>
\r^[[08;01H^[[07;79H^[[08;01H      Red Hat Enterprise Linux (6.11.0-rc4-next-20240823-c79c85875f-029ca5dd36>
\r^[[09;01H^[[08;79H^[[09;01H      Red Hat Enterprise Linux (6.11.0-rc4-next-20240822-6a7917c89f-5b91b02e84>
\r^[[10;01H^[[09;79H^[[10;01H      Red Hat Enterprise Linux (6.11.0-rc4-next-20240821-eb8c5ca373-80383d4) 9>
\r^[[11;01H^[[10;79H^[[11;01H      Red Hat Enterprise Linux (6.11.0-rc4-next-20240820-bb1b0acdcd-35e1183) 9>
\r^[[12;01H^[[11;79H^[[12;01H      Red Hat Enterprise Linux (6.11.0-rc4-next-20240819-469f1bad3c-21a1019) 9>
\r^[[13;01H^[[12;79H^[[13;01H      Red Hat Enterprise Linux (6.11.0-rc4-d2bafcf224-d2bafcf224f) 9.1 (Plow)  ^[[13;79H^[[14;01H      Red Hat Enterprise Linux (6.11.0-rc3-next-20240816-367b5c3d53-d2011f6) 9>
\r^[[15;01H^[[14;79H^[[15;01H      Red Hat Enterprise Linux (6.11.0-rc3-next-20240815-edd1ec2e3a-c1aea8f) 9>
\r^[[16;01H^[[15;79H^[[16;01H      Red Hat Enterprise Linux (6.11.0-rc3-next-20240814-320eb81df4-1977f33) 9>
\r^[[17;01H^[[16;79H^[[17;01H      Red Hat Enterprise Linux (6.11.0-rc3-next-20240813-033a469170-91a7547) 9>
\r^[[18;01H^[[17;79H^[[18;01H      Red Hat Enterprise Linux (6.11.0-rc3-df6cbc62cc-df6cbc6) 9.1 (Plow)      ^[[18;79H^[[18;80Hv^[[04;79H^[[23;01H   The selected entry will be started automatically in 5s.                     ^[[04;79H^[[23;01H                                                                               ^[[24;01H                                                                               ^[[04;79H^[[04;01H      Red Hat Enterprise Linux (6.11.0-rc5-next-20240829-b18bbfc14a-000fda4e3f>
\r^[[05;01H^[[04;79H^[[0m^[[30m^[[47m^[[05;01H      Red Hat Enterprise Linux (6.11.0-rc5-next-20240828-195a402a75-c0ceb24fe8>
\r^[[06;01H^[[0m^[[37m^[[40m^[[05;79H^[[0m^[[30m^[[40m^[[2J^[[01;01H^[[0m^[[37m^[[40m^[[0m^[[30m^[[40m^[[2J^[[01;01H^[[0m^[[37m^[[40m[    0.000000] Linux version 6.11.0-rc5-next-20240828-195a402a75-c0ceb24fe8d (root@hostname.amd.com) (gcc (GCC) 11.4.1 20231218 (Red Hat 11.4.1-3), GNU ld version 2.35.2-43.el9) #1 SMP PREEMPT_DYNAMIC Wed Aug 28 17:27:15 IST 2024
[    0.000000] Command line: BOOT_IMAGE=(hd0,gpt6)/vmlinuz-6.11.0-rc5-next-20240828-195a402a75-c0ceb24fe8d root=/dev/mapper/rhel_hostname-root ro selinux=0 console=ttyS0,115200n8 earlyprintk=ttyS0,115200 net.ifnames=0 biosdevname=0 swiotlb=131072 kvm_amd.debug_swap=0 mem_encrypt=off
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Hygon HygonGenuine
[    0.000000]   Centaur CentaurHauls
[    0.000000]   zhaoxin   Shanghai  
[    0.000000] SEV-SNP: RMP table physical range [0x0000000015e00000 - 0x00000000566fffff]
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000008efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000008f000-0x000000000008ffff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000000090000-0x000000000009ffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000015dfffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000015e00000-0x00000000566fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000056700000-0x00000000567fbfff] usable
[    0.000000] BIOS-e820: [mem 0x00000000567fc000-0x00000000567fcfff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000567fd000-0x000000005a14afff] usable
[    0.000000] BIOS-e820: [mem 0x000000005a14b000-0x000000005a34afff] reserved
[    0.000000] BIOS-e820: [mem 0x000000005a34b000-0x0000000067acefff] usable
[    0.000000] BIOS-e820: [mem 0x0000000067acf000-0x000000006dfcefff] reserved
[    0.000000] BIOS-e820: [mem 0x000000006dfcf000-0x000000006edfefff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000006edff000-0x000000006effefff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000006efff000-0x000000006effffff] usable
[    0.000000] BIOS-e820: [mem 0x000000006f000000-0x000000006f00afff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000006f00b000-0x000000006fffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000070000000-0x000000008fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000aa000000-0x00000000aaffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000c5000000-0x00000000c5ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000e0ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fd000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000207fcfffff] usable
[    0.000000] BIOS-e820: [mem 0x000000207fd00000-0x000000207fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000002080000000-0x000000407f1fffff] usable
[    0.000000] BIOS-e820: [mem 0x000000407f200000-0x000000407fffffff] reserved
[    0.000000] printk: legacy bootconsole [earlyser0] enabled
[    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-0x000000000008efff] usable
[    0.000000] reserve setup_data: [mem 0x000000000008f000-0x000000000008ffff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x0000000000090000-0x000000000009ffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000000100000-0x0000000000b4b01f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000b4b020-0x0000000000b5305f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000b53060-0x0000000000b5401f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000b54020-0x0000000000b8645f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000b86460-0x0000000000b8701f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000b87020-0x0000000000bb945f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000bb9460-0x0000000000bba01f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000bba020-0x0000000000bffe5f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000bffe60-0x0000000015dfffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000015e00000-0x00000000566fffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000056700000-0x00000000567fbfff] usable
[    0.000000] reserve setup_data: [mem 0x00000000567fc000-0x00000000567fcfff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000567fd000-0x000000005a14afff] usable
[    0.000000] reserve setup_data: [mem 0x000000005a14b000-0x000000005a34afff] reserved
[    0.000000] reserve setup_data: [mem 0x000000005a34b000-0x0000000067acefff] usable
[    0.000000] reserve setup_data: [mem 0x0000000067acf000-0x000000006dfcefff] reserved
[    0.000000] reserve setup_data: [mem 0x000000006dfcf000-0x000000006edfefff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x000000006edff000-0x000000006effefff] ACPI data
[    0.000000] reserve setup_data: [mem 0x000000006efff000-0x000000006effffff] usable
[    0.000000] reserve setup_data: [mem 0x000000006f000000-0x000000006f00afff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x000000006f00b000-0x000000006fffffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000070000000-0x000000008fffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000aa000000-0x00000000aaffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000c5000000-0x00000000c5ffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000e0000000-0x00000000e0ffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fd000000-0x00000000ffffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000207fcfffff] usable
[    0.000000] reserve setup_data: [mem 0x000000207fd00000-0x000000207fffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000002080000000-0x000000407f1fffff] usable
[    0.000000] reserve setup_data: [mem 0x000000407f200000-0x000000407fffffff] reserved
[    0.000000] efi: EFI v2.7 by Dell Inc.
[    0.000000] efi: ACPI=0x6effe000 ACPI 2.0=0x6effe014 MEMATTR=0x63f3c4a0 SMBIOS=0x6979e000 SMBIOS 3.0=0x6979c000 MOKvar=0x67bcc000 RNG=0x6efb4020 
[    0.000000] random: crng init done
[    0.000000] efi: Remove mem56: MMIO range=[0x80000000-0x8fffffff] (256MB) from e820 map
[    0.000000] efi: Remove mem57: MMIO range=[0xaa000000-0xaaffffff] (16MB) from e820 map
[    0.000000] efi: Remove mem58: MMIO range=[0xc5000000-0xc5ffffff] (16MB) from e820 map
[    0.000000] efi: Remove mem59: MMIO range=[0xe0000000-0xe0ffffff] (16MB) from e820 map
[    0.000000] efi: Remove mem60: MMIO range=[0xfd000000-0xffffffff] (48MB) from e820 map
[    0.000000] SMBIOS 3.3.0 present.
[    0.000000] DMI: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[    0.000000] DMI: Memory slots populated: 8/16
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 1996.323 MHz processor
[    0.000029] last_pfn = 0x407f200 max_arch_pfn = 0x400000000
[    0.005553] MTRR map: 7 entries (2 fixed + 5 variable; max 19), built from 9 variable MTRRs
[    0.013865] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Memory KASLR using RDRAND RDTSC...
[    0.023868] x2apic: enabled by BIOS, switching to x2apic ops
[    0.029500] last_pfn = 0x70000 max_arch_pfn = 0x400000000
[    0.039358] SEV-SNP: Reserving start/end of RMP table on a 2MB boundary [0x0000000056600000]
[    0.047630] Using GB pages for direct mapping
[    0.052892] Secure boot disabled
[    0.055940] RAMDISK: [mem 0x407cee3000-0x407f1fffff]
[    0.060880] ACPI: Early table checksum verification disabled
[    0.066514] ACPI: RSDP 0x000000006EFFE014 000024 (v02 DELL  )
[    0.072233] ACPI: XSDT 0x000000006EFB7188 0000DC (v01 DELL   PE_SC3   00000002 DELL 00000001)
[    0.080727] ACPI: FACP 0x000000006EFF9000 000114 (v06 DELL   PE_SC3   00000002 DELL 00000001)
[    0.089220] ACPI: DSDT 0x000000006EFDA000 019528 (v02 DELL   PE_SC3   00000002 DELL 00000001)
[    0.097710] ACPI: FACS 0x000000006EDB9000 000040
[    0.102304] ACPI: BERT 0x000000006EFFC000 000030 (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.110797] ACPI: ERST 0x000000006EFFB000 000230 (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.119289] ACPI: HEST 0x000000006EFFA000 0007F4 (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.127825] ACPI: HPET 0x000000006EFF8000 000038 (v01 DELL   PE_SC3   00000002 DELL 00000001)
[    0.136317] ACPI: APIC 0x000000006EFF6000 0018BE (v05 DELL   PE_SC3   00000002 DELL 00000001)
[    0.144811] ACPI: MCFG 0x000000006EFF5000 00003C (v01 DELL   PE_SC3   00000002 DELL 00000001)
[    0.153304] ACPI: WSMT 0x000000006EFF4000 000028 (v01 DELL   PE_SC3   00000002 DELL 00000001)
[    0.161796] ACPI: SSDT 0x000000006EFD9000 000629 (v02 DELL   xhc_port 00000001 INTL 20210331)
[    0.170289] ACPI: SSDT 0x000000006EFD8000 000D6E (v02 AMD    CPMRAS   00000001 INTL 20210331)
[    0.178781] ACPI: EINJ 0x000000006EFD7000 000170 (v01 AMD    PE_SC3   00000001 AMD  00000001)
[    0.187275] ACPI: PCCT 0x000000006EFD6000 00006E (v02 DELL   AmdTable 00000001 AMD  00000001)
[    0.195768] ACPI: SSDT 0x000000006EFC7000 00E849 (v02 DELL   PE_SC3   00000001 AMD  00000001)
[    0.204260] ACPI: SRAT 0x000000006EFC6000 000CD0 (v03 DELL   PE_SC3   00000001 AMD  00000001)
[    0.212753] ACPI: MSCT 0x000000006EFC5000 00004E (v01 DELL   PE_SC3   00000000 AMD  00000001)
[    0.221246] ACPI: SLIT 0x000000006EFC4000 000030 (v01 DELL   PE_SC3   00000001 AMD  00000001)
[    0.229738] ACPI: CRAT 0x000000006EFBC000 0072F8 (v01 DELL   PE_SC3   00000001 AMD  00000001)
[    0.238231] ACPI: CDIT 0x000000006EFBB000 00002C (v01 DELL   PE_SC3   00000001 AMD  00000001)
[    0.246724] ACPI: IVRS 0x000000006EFBA000 0001F0 (v02 DELL   PE_SC3   00000001 AMD  00000001)
[    0.255217] ACPI: SPCR 0x000000006EFB9000 000050 (v02 DELL   PE_SC3   00000002 DELL 00000001)
[    0.263709] ACPI: SLIC 0x000000006EFB8000 000176 (v01 DELL   PE_SC3   00000002 DELL 00000001)
[    0.272203] ACPI: SSDT 0x000000006EFFD000 000D66 (v02 DELL   PE_SC3   00000002 DELL 00000001)
[    0.280696] ACPI: SSDT 0x000000006EFB5000 00193C (v02 AMD    CPMCMN   00000001 INTL 20210331)
[    0.289187] ACPI: Reserving FACP table memory at [mem 0x6eff9000-0x6eff9113]
[    0.296207] ACPI: Reserving DSDT table memory at [mem 0x6efda000-0x6eff3527]
[    0.303226] ACPI: Reserving FACS table memory at [mem 0x6edb9000-0x6edb903f]
[    0.310245] ACPI: Reserving BERT table memory at [mem 0x6effc000-0x6effc02f]
[    0.317265] ACPI: Reserving ERST table memory at [mem 0x6effb000-0x6effb22f]
[    0.324285] ACPI: Reserving HEST table memory at [mem 0x6effa000-0x6effa7f3]
[    0.331305] ACPI: Reserving HPET table memory at [mem 0x6eff8000-0x6eff8037]
[    0.338324] ACPI: Reserving APIC table memory at [mem 0x6eff6000-0x6eff78bd]
[    0.345344] ACPI: Reserving MCFG table memory at [mem 0x6eff5000-0x6eff503b]
[    0.352364] ACPI: Reserving WSMT table memory at [mem 0x6eff4000-0x6eff4027]
[    0.359383] ACPI: Reserving SSDT table memory at [mem 0x6efd9000-0x6efd9628]
[    0.366403] ACPI: Reserving SSDT table memory at [mem 0x6efd8000-0x6efd8d6d]
[    0.373422] ACPI: Reserving EINJ table memory at [mem 0x6efd7000-0x6efd716f]
[    0.380442] ACPI: Reserving PCCT table memory at [mem 0x6efd6000-0x6efd606d]
[    0.387461] ACPI: Reserving SSDT table memory at [mem 0x6efc7000-0x6efd5848]
[    0.394481] ACPI: Reserving SRAT table memory at [mem 0x6efc6000-0x6efc6ccf]
[    0.401500] ACPI: Reserving MSCT table memory at [mem 0x6efc5000-0x6efc504d]
[    0.408520] ACPI: Reserving SLIT table memory at [mem 0x6efc4000-0x6efc402f]
[    0.415539] ACPI: Reserving CRAT table memory at [mem 0x6efbc000-0x6efc32f7]
[    0.422560] ACPI: Reserving CDIT table memory at [mem 0x6efbb000-0x6efbb02b]
[    0.429579] ACPI: Reserving IVRS table memory at [mem 0x6efba000-0x6efba1ef]
[    0.436597] ACPI: Reserving SPCR table memory at [mem 0x6efb9000-0x6efb904f]
[    0.443644] ACPI: Reserving SLIC table memory at [mem 0x6efb8000-0x6efb8175]
[    0.450663] ACPI: Reserving SSDT table memory at [mem 0x6effd000-0x6effdd65]
[    0.457683] ACPI: Reserving SSDT table memory at [mem 0x6efb5000-0x6efb693b]
[    0.464772] APIC: Switched APIC routing to: cluster x2apic
[    0.470177] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff]
[    0.476142] ACPI: SRAT: Node 0 PXM 0 [mem 0x000c0000-0x7fffffff]
[    0.482122] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0x207fffffff]
[    0.488361] ACPI: SRAT: Node 1 PXM 1 [mem 0x2080000000-0x407fffffff]
[    0.494693] NUMA: Node 0 [mem 0x00001000-0x0009ffff] + [mem 0x000c0000-0x7fffffff] -> [mem 0x00001000-0x7fffffff]
[    0.504912] NUMA: Node 0 [mem 0x00001000-0x7fffffff] + [mem 0x100000000-0x207fffffff] -> [mem 0x00001000-0x207fffffff]
[    0.515579] NODE_DATA(0) allocated [mem 0x207fcd5a00-0x207fcfffff]
[    0.521734] NODE_DATA(1) allocated [mem 0x407ceb7a00-0x407cee1fff]
[    0.528208] Zone ranges:
[    0.530565]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.536717]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.542905]   Normal   [mem 0x0000000100000000-0x000000407f1fffff]
[    0.549157]   Device   empty
[    0.551944] Movable zone start for each node
[    0.556191] Early memory node ranges
[    0.559742]   node   0: [mem 0x0000000000001000-0x000000000008efff]
[    0.565983]   node   0: [mem 0x0000000000090000-0x000000000009ffff]
[    0.572222]   node   0: [mem 0x0000000000100000-0x0000000015dfffff]
[    0.578462]   node   0: [mem 0x0000000056700000-0x00000000567fbfff]
[    0.584701]   node   0: [mem 0x00000000567fd000-0x000000005a14afff]
[    0.590942]   node   0: [mem 0x000000005a34b000-0x0000000067acefff]
[    0.597180]   node   0: [mem 0x000000006efff000-0x000000006effffff]
[    0.603420]   node   0: [mem 0x000000006f00b000-0x000000006fffffff]
[    0.609659]   node   0: [mem 0x0000000100000000-0x000000207fcfffff]
[    0.615909]   node   1: [mem 0x0000002080000000-0x000000407f1fffff]
[    0.622149] Initmem setup node 0 [mem 0x0000000000001000-0x000000207fcfffff]
[    0.629161] Initmem setup node 1 [mem 0x0000002080000000-0x000000407f1fffff]
[    0.636181] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.641985] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.647803] On node 0, zone DMA: 96 pages in unavailable ranges
[    0.654176] On node 0, zone DMA32: 35072 pages in unavailable ranges
[    0.660399] On node 0, zone DMA32: 1 pages in unavailable ranges
[    0.666493] On node 0, zone DMA32: 512 pages in unavailable ranges
[    0.672663] On node 0, zone DMA32: 30000 pages in unavailable ranges
[    0.678845] On node 0, zone DMA32: 11 pages in unavailable ranges
[    0.903995] On node 1, zone Normal: 768 pages in unavailable ranges
[    0.910102] On node 1, zone Normal: 3584 pages in unavailable ranges
[    0.916549] ACPI: PM-Timer IO Port: 0x408
[    0.920419] ACPI: X2APIC_NMI (uid[0xffffffff] high edge lint[0x1])
[    0.926547] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.932452] IOAPIC[0]: apic_id 240, version 33, address 0xfec00000, GSI 0-23
[    0.939462] IOAPIC[1]: apic_id 241, version 33, address 0xe0100000, GSI 120-151
[    0.946741] IOAPIC[2]: apic_id 242, version 33, address 0xc5100000, GSI 88-119
[    0.953934] IOAPIC[3]: apic_id 243, version 33, address 0xaa100000, GSI 56-87
[    0.961039] IOAPIC[4]: apic_id 244, version 33, address 0xfd100000, GSI 24-55
[    0.968145] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.974468] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.980976] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.987382] ACPI: HPET id: 0x10228201 base: 0xfed00000
[    0.992497] ACPI: SPCR: console: uart,io,0x2f8,115200
[    0.997526] CPU topo: Max. logical packages:   1
[    1.002113] CPU topo: Max. logical dies:       1
[    1.006706] CPU topo: Max. dies per package:   1
[    1.011303] CPU topo: Max. threads per core:   2
[    1.015892] CPU topo: Num. cores per package:    64
[    1.020745] CPU topo: Num. threads per package: 128
[    1.025598] CPU topo: Allowing 128 present CPUs plus 0 hotplug CPUs
[    1.031864] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    1.039378] PM: hibernation: Registered nosave memory: [mem 0x0008f000-0x0008ffff]
[    1.046918] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    1.054458] PM: hibernation: Registered nosave memory: [mem 0x00b4b000-0x00b4bfff]
[    1.061997] PM: hibernation: Registered nosave memory: [mem 0x00b53000-0x00b53fff]
[    1.069536] PM: hibernation: Registered nosave memory: [mem 0x00b54000-0x00b54fff]
[    1.077076] PM: hibernation: Registered nosave memory: [mem 0x00b86000-0x00b86fff]
[    1.084615] PM: hibernation: Registered nosave memory: [mem 0x00b87000-0x00b87fff]
[    1.092156] PM: hibernation: Registered nosave memory: [mem 0x00bb9000-0x00bb9fff]
[    1.099694] PM: hibernation: Registered nosave memory: [mem 0x00bba000-0x00bbafff]
[    1.107234] PM: hibernation: Registered nosave memory: [mem 0x00bff000-0x00bfffff]
[    1.114774] PM: hibernation: Registered nosave memory: [mem 0x15e00000-0x566fffff]
[    1.122348] PM: hibernation: Registered nosave memory: [mem 0x56700000-0x567fbfff]
[    1.129886] PM: hibernation: Registered nosave memory: [mem 0x567fc000-0x567fcfff]
[    1.137426] PM: hibernation: Registered nosave memory: [mem 0x567fd000-0x567fffff]
[    1.144967] PM: hibernation: Registered nosave memory: [mem 0x5a14b000-0x5a34afff]
[    1.152506] PM: hibernation: Registered nosave memory: [mem 0x67acf000-0x6dfcefff]
[    1.160045] PM: hibernation: Registered nosave memory: [mem 0x6dfcf000-0x6edfefff]
[    1.167584] PM: hibernation: Registered nosave memory: [mem 0x6edff000-0x6effefff]
[    1.175125] PM: hibernation: Registered nosave memory: [mem 0x6f000000-0x6f00afff]
[    1.182664] PM: hibernation: Registered nosave memory: [mem 0x70000000-0x7fffffff]
[    1.190203] PM: hibernation: Registered nosave memory: [mem 0x80000000-0xffffffff]
[    1.197743] PM: hibernation: Registered nosave memory: [mem 0x207fd00000-0x207fffffff]
[    1.205628] [mem 0x56800000-0xffffffff] available for PCI devices
[    1.211696] Booting paravirtualized kernel on bare hardware
[    1.217243] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    1.227704] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:128 nr_cpu_ids:128 nr_node_ids:2
[    1.239919] percpu: Embedded 66 pages/cpu s233472 r8192 d28672 u524288
[    1.246393] Kernel command line: BOOT_IMAGE=(hd0,gpt6)/vmlinuz-6.11.0-rc5-next-20240828-195a402a75-c0ceb24fe8d root=/dev/mapper/rhel_hostname-root ro selinux=0 console=ttyS0,115200n8 earlyprintk=ttyS0,115200 net.ifnames=0 biosdevname=0 swiotlb=131072 kvm_amd.debug_swap=0 mem_encrypt=off
[    1.271800] Unknown kernel command line parameters "BOOT_IMAGE=(hd0,gpt6)/vmlinuz-6.11.0-rc5-next-20240828-195a402a75-c0ceb24fe8d biosdevname=0 mem_encrypt=off", will be passed to user space.
[    1.288658] printk: log_buf_len individual max cpu contribution: 4096 bytes
[    1.295574] printk: log_buf_len total cpu_extra contributions: 520192 bytes
[    1.302506] printk: log_buf_len min size: 262144 bytes
[    1.308020] printk: log_buf_len: 1048576 bytes
[    1.312282] printk: early log buf free: 242224(92%)
[    1.318471] Fallback order for Node 0: 0 1 
[    1.318475] Fallback order for Node 1: 1 0 
[    1.318484] Built 2 zonelists, mobility grouping on.  Total pages: 66743906
[    1.333626] Policy zone: Normal
[    1.336752] mem auto-init: stack:off, heap alloc:on, heap free:off
[    1.342932] software IO TLB: area num 128.
[    1.762317] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=128, Nodes=2
Poking KASLR using RDRAND RDTSC...
[    1.771961] ftrace: allocating 53162 entries in 208 pages
[    1.788008] ftrace: allocated 208 pages with 3 groups
[    1.793701] Dynamic Preempt: voluntary
[    1.797601] rcu: Preemptible hierarchical RCU implementation.
[    1.803165] rcu: 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=128.
[    1.810099] 	Trampoline variant of Tasks RCU enabled.
[    1.815124] 	Rude variant of Tasks RCU enabled.
[    1.819631] 	Tracing variant of Tasks RCU enabled.
[    1.824397] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    1.831937] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=128
[    1.838822] RCU Tasks: Setting shift to 7 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=128.
[    1.847625] RCU Tasks Rude: Setting shift to 7 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=128.
[    1.856925] RCU Tasks Trace: Setting shift to 7 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=128.
[    1.868954] NR_IRQS: 524544, nr_irqs: 3624, preallocated irqs: 16
[    1.875128] rcu: srcu_init: Setting srcu_struct sizes to big.
[    1.880838] Console: colour dummy device 80x25
[    1.885129] printk: legacy console [ttyS0] enabled
[    1.885129] printk: legacy console [ttyS0] enabled
[    1.894663] printk: legacy bootconsole [earlyser0] disabled
[    1.894663] printk: legacy bootconsole [earlyser0] disabled
[    1.905849] mempolicy: Enabling automatic NUMA balancing. Configure with numa_balancing= or the kernel.numa_balancing sysctl
[    1.917129] ACPI: Core revision 20240322
[    1.921276] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[    1.930418] APIC: Switch to symmetric I/O mode setup
[    1.936376] AMD-Vi: Using global IVHD EFR:0x841f77e022094ace, EFR2:0x0
[    1.945223] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    1.970419] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x398d39bd9db, max_idle_ns: 881590484953 ns
[    1.980938] Calibrating delay loop (skipped), value calculated using timer frequency.. 3992.64 BogoMIPS (lpj=7985292)
[    1.984949] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[    1.989045] LVT offset 2 assigned for vector 0xf4
[    1.992971] Last level iTLB entries: 4KB 512, 2MB 512, 4MB 256
[    1.996937] Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
[    2.000939] process: using mwait in idle threads
[    2.004938] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    2.008939] Spectre V2 : Mitigation: Retpolines
[    2.012937] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    2.016937] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
[    2.020937] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    2.024938] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    2.028937] Spectre V2 : User space: Mitigation: STIBP always-on protection
[    2.032938] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[    2.036937] Speculative Return Stack Overflow: Mitigation: Safe RET
[    2.040940] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    2.044937] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    2.048937] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    2.052937] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
[    2.056937] x86/fpu: Supporting XSAVE feature 0x800: 'Control-flow User registers'
[    2.060937] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    2.064937] x86/fpu: xstate_offset[9]:  832, xstate_sizes[9]:    8
[    2.068937] x86/fpu: xstate_offset[11]:  840, xstate_sizes[11]:   16
[    2.072937] x86/fpu: Enabled xstate features 0xa07, context size is 856 bytes, using 'compacted' format.
[    2.109252] Freeing SMP alternatives memory: 44K
[    2.112939] pid_max: default: 131072 minimum: 1024
[    2.122768] LSM: initializing lsm=lockdown,capability,yama,apparmor,ima,evm
[    2.124993] Yama: becoming mindful.
[    2.129048] AppArmor: AppArmor initialized
[    2.139907] Dentry cache hash table entries: 16777216 (order: 15, 134217728 bytes, vmalloc hugepage)
[    2.144082] Inode-cache hash table entries: 8388608 (order: 14, 67108864 bytes, vmalloc hugepage)
[    2.145122] Mount-cache hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc)
[    2.149080] Mountpoint-cache hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc)
[    2.262381] smpboot: CPU0: AMD EPYC 7713 64-Core Processor (family: 0x19, model: 0x1, stepping: 0x1)
[    2.265306] Performance Events: Fam17h+ core perfctr, AMD PMU driver.
[    2.268939] ... version:                0
[    2.272938] ... bit width:              48
[    2.276938] ... generic registers:      6
[    2.280938] ... value mask:             0000ffffffffffff
[    2.284938] ... max period:             00007fffffffffff
[    2.288938] ... fixed-purpose events:   0
[    2.292938] ... event mask:             000000000000003f
[    2.297202] signal: max sigframe size: 3376
[    2.300977] rcu: Hierarchical SRCU implementation.
[    2.304938] rcu: 	Max phase no-delay instances is 1000.
[    2.308989] Timer migration: 3 hierarchy levels; 8 children per group; 2 crossnode level
[    2.320705] MCE: In-kernel MCE decoding enabled.
[    2.320988] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    2.329282] smp: Bringing up secondary CPUs ...
[    2.333079] smpboot: x86: Booting SMP configuration:
[    2.336940] .... 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
[    2.344940] .... node  #1, CPUs:    #32  #33  #34  #35  #36  #37  #38  #39  #40  #41  #42  #43  #44  #45  #46  #47  #48  #49  #50  #51  #52  #53  #54  #55  #56  #57  #58  #59  #60  #61  #62  #63
[    2.408938] psi: inconsistent task state! task=17:rcu_preempt cpu=0 psi_flags=4 clear=0 set=4
[    2.497246] 
[    2.498744] .... node  #0, CPUs:    #64  #65  #66  #67  #68  #69  #70  #71  #72  #73  #74  #75  #76  #77  #78  #79  #80  #81  #82  #83  #84  #85  #86  #87  #88  #89  #90  #91  #92  #93  #94  #95
[    2.676939] .... node  #1, CPUs:    #96  #97  #98  #99 #100 #101 #102 #103 #104 #105 #106 #107 #108 #109 #110 #111 #112 #113 #114 #115 #116 #117 #118 #119 #120 #121 #122 #123 #124 #125 #126 #127
[    2.974938] Spectre V2 : Update user space SMT mitigation: STIBP always-on
[    3.122939] smp: Brought up 2 nodes, 128 CPUs
[    3.124944] smpboot: Total of 128 processors activated (511058.68 BogoMIPS)
[    3.138302] Memory: 262099820K/266975624K available (18432K kernel code, 3261K rwdata, 7740K rodata, 4684K init, 6212K bss, 4562368K reserved, 0K cma-reserved)
[    3.145760] devtmpfs: initialized
[    3.149012] x86/mm: Memory block size: 2048MB
[    3.161710] ACPI: PM: Registering ACPI NVS region [mem 0x0008f000-0x0008ffff] (4096 bytes)
[    3.164939] ACPI: PM: Registering ACPI NVS region [mem 0x6dfcf000-0x6edfefff] (14876672 bytes)
[    3.169227] ACPI: PM: Registering ACPI NVS region [mem 0x6f000000-0x6f00afff] (45056 bytes)
[    3.173030] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    3.177055] futex hash table entries: 32768 (order: 9, 2097152 bytes, vmalloc)
[    3.181172] pinctrl core: initialized pinctrl subsystem
[    3.185051] PM: RTC time: 11:20:18, date: 2024-09-02
[    3.189744] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    3.193473] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[    3.197120] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    3.201120] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    3.204947] audit: initializing netlink subsys (disabled)
[    3.208958] audit: type=2000 audit(1725276018.260:1): state=initialized audit_enabled=0 res=1
[    3.209114] thermal_sys: Registered thermal governor 'fair_share'
[    3.212939] thermal_sys: Registered thermal governor 'bang_bang'
[    3.216938] thermal_sys: Registered thermal governor 'step_wise'
[    3.220939] thermal_sys: Registered thermal governor 'user_space'
[    3.224946] EISA bus registered
[    3.232961] cpuidle: using governor ladder
[    3.236949] cpuidle: using governor menu
[    3.240977] Detected 1 PCC Subspaces
[    3.244939] Registering PCC driver as Mailbox controller
[    3.253082] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    3.256942] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    3.261111] PCI: ECAM [mem 0x80000000-0x8fffffff] (base 0x80000000) for domain 0000 [bus 00-ff]
[    3.264949] PCI: Using configuration type 1 for base access
[    3.268947] PCI: Dell System detected, enabling pci=bfsort.
[    3.273116] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    3.281159] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[    3.284941] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[    3.288938] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[    3.292938] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[    3.297214] ACPI: Added _OSI(Module Device)
[    3.304939] ACPI: Added _OSI(Processor Device)
[    3.308938] ACPI: Added _OSI(3.0 _SCP Extensions)
[    3.312938] ACPI: Added _OSI(Processor Aggregator Device)
[    3.354987] ACPI: 6 ACPI AML tables successfully acquired and loaded
[    3.373693] ACPI: Interpreter enabled
[    3.376950] ACPI: PM: (supports S0 S5)
[    3.380938] ACPI: Using IOAPIC for interrupt routing
[    3.385537] HEST: Table parsing has been initialized.
[    3.389351] GHES: APEI firmware first mode is enabled by APEI bit and WHEA _OSC.
[    3.392940] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    3.396938] PCI: Ignoring E820 reservations for host bridge windows
[    3.405091] ACPI: Enabled 1 GPEs in block 00 to 1F
[    3.444736] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[    3.445016] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
[    3.449015] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[    3.453014] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[    3.457015] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[    3.461014] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[    3.465014] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[    3.469015] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[    3.477156] ACPI: PCI Root Bridge [PC00] (domain 0000 [bus 00-3f])
[    3.480941] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    3.485103] acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug AER DPC]
[    3.489252] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
[    3.492938] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    3.501906] PCI host bridge to bus 0000:00
[    3.504942] pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
[    3.508938] pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
[    3.512939] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000fffff window]
[    3.516938] pci_bus 0000:00: root bus resource [io  0x0d00-0x3fff window]
[    3.520939] pci_bus 0000:00: root bus resource [mem 0xe1000000-0xfebfffff window]
[    3.524938] pci_bus 0000:00: root bus resource [mem 0x63dc0000000-0x7fcffffffff window]
[    3.528938] pci_bus 0000:00: root bus resource [bus 00-3f]
[    3.532952] pci 0000:00:00.0: [1022:1480] type 00 class 0x060000 conventional PCI endpoint
[    3.537076] pci 0000:00:00.2: [1022:164f] type 00 class 0x080600 conventional PCI endpoint
[    3.541036] pci 0000:00:01.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.545022] pci 0000:00:02.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.549019] pci 0000:00:03.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.553016] pci 0000:00:03.2: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    3.556956] pci 0000:00:03.2: PCI bridge to [bus 01]
[    3.560941] pci 0000:00:03.2:   bridge window [io  0x1000-0x1fff]
[    3.564939] pci 0000:00:03.2:   bridge window [mem 0xf7300000-0xf74fffff]
[    3.569007] pci 0000:00:03.2: PME# supported from D0 D3hot D3cold
[    3.576943] pci 0000:00:04.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.581022] pci 0000:00:05.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.585021] pci 0000:00:07.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.589018] pci 0000:00:07.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    3.592955] pci 0000:00:07.1: PCI bridge to [bus 02]
[    3.596942] pci 0000:00:07.1:   bridge window [mem 0xf7200000-0xf72fffff]
[    3.600949] pci 0000:00:07.1: enabling Extended Tags
[    3.604987] pci 0000:00:07.1: PME# supported from D0 D3hot D3cold
[    3.609085] pci 0000:00:08.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.613016] pci 0000:00:08.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    3.616956] pci 0000:00:08.1: PCI bridge to [bus 03]
[    3.620942] pci 0000:00:08.1:   bridge window [mem 0xf7000000-0xf71fffff]
[    3.624950] pci 0000:00:08.1: enabling Extended Tags
[    3.628988] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[    3.633120] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500 conventional PCI endpoint
[    3.637057] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100 conventional PCI endpoint
[    3.641108] pci 0000:00:18.0: [1022:1650] type 00 class 0x060000 conventional PCI endpoint
[    3.645027] pci 0000:00:18.1: [1022:1651] type 00 class 0x060000 conventional PCI endpoint
[    3.648991] pci 0000:00:18.2: [1022:1652] type 00 class 0x060000 conventional PCI endpoint
[    3.652993] pci 0000:00:18.3: [1022:1653] type 00 class 0x060000 conventional PCI endpoint
[    3.656992] pci 0000:00:18.4: [1022:1654] type 00 class 0x060000 conventional PCI endpoint
[    3.660991] pci 0000:00:18.5: [1022:1655] type 00 class 0x060000 conventional PCI endpoint
[    3.664993] pci 0000:00:18.6: [1022:1656] type 00 class 0x060000 conventional PCI endpoint
[    3.668991] pci 0000:00:18.7: [1022:1657] type 00 class 0x060000 conventional PCI endpoint
[    3.673058] pci 0000:01:00.0: [1000:0097] type 00 class 0x010700 PCIe Endpoint
[    3.676949] pci 0000:01:00.0: BAR 0 [io  0x1000-0x10ff]
[    3.680947] pci 0000:01:00.0: BAR 1 [mem 0xf7400000-0xf740ffff 64bit]
[    3.684947] pci 0000:01:00.0: BAR 3 [mem 0xf7300000-0xf73fffff 64bit]
[    3.688949] pci 0000:01:00.0: ROM [mem 0xfff00000-0xffffffff pref]
[    3.692943] pci 0000:01:00.0: enabling Extended Tags
[    3.697022] pci 0000:01:00.0: supports D1 D2
[    3.700969] pci 0000:01:00.0: VF BAR 0 [mem 0x00000000-0x0000ffff 64bit]
[    3.704938] pci 0000:01:00.0: VF BAR 0 [mem 0x00000000-0x000fffff 64bit]: contains BAR 0 for 16 VFs
[    3.708945] pci 0000:01:00.0: VF BAR 2 [mem 0x00000000-0x000fffff 64bit]
[    3.712938] pci 0000:01:00.0: VF BAR 2 [mem 0x00000000-0x00ffffff 64bit]: contains BAR 2 for 16 VFs
[    3.717102] pci 0000:00:03.2: PCI bridge to [bus 01]
[    3.721023] pci 0000:02:00.0: [1022:148a] type 00 class 0x130000 PCIe Endpoint
[    3.724980] pci 0000:02:00.0: enabling Extended Tags
[    3.729103] pci 0000:02:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    3.732956] pci 0000:02:00.2: BAR 2 [mem 0xf7200000-0xf727ffff]
[    3.736953] pci 0000:02:00.2: BAR 5 [mem 0xf7280000-0xf7281fff]
[    3.740947] pci 0000:02:00.2: enabling Extended Tags
[    3.745130] pci 0000:00:07.1: PCI bridge to [bus 02]
[    3.749067] pci 0000:03:00.0: [1022:1485] type 00 class 0x130000 PCIe Endpoint
[    3.752982] pci 0000:03:00.0: enabling Extended Tags
[    3.757148] pci 0000:03:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    3.760958] pci 0000:03:00.2: BAR 2 [mem 0xf7100000-0xf717ffff]
[    3.764954] pci 0000:03:00.2: BAR 5 [mem 0xf7180000-0xf7181fff]
[    3.768948] pci 0000:03:00.2: enabling Extended Tags
[    3.773126] pci 0000:03:00.3: [1022:148c] type 00 class 0x0c0330 PCIe Endpoint
[    3.776952] pci 0000:03:00.3: BAR 0 [mem 0xf7000000-0xf70fffff 64bit]
[    3.780969] pci 0000:03:00.3: enabling Extended Tags
[    3.784993] pci 0000:03:00.3: PME# supported from D0 D3hot D3cold
[    3.789119] pci 0000:00:08.1: PCI bridge to [bus 03]
[    3.794305] ACPI: PCI Root Bridge [PC01] (domain 0000 [bus 40-7f])
[    3.800941] acpi PNP0A08:01: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    3.813104] acpi PNP0A08:01: _OSC: platform does not support [SHPCHotplug AER DPC]
[    3.821251] acpi PNP0A08:01: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
[    3.828938] acpi PNP0A08:01: FADT indicates ASPM is unsupported, using BIOS configuration
[    3.837856] PCI host bridge to bus 0000:40
[    3.840942] pci_bus 0000:40: root bus resource [io  0x4000-0x6fff window]
[    3.848938] pci_bus 0000:40: root bus resource [mem 0x90000000-0xaaffffff window]
[    3.856938] pci_bus 0000:40: root bus resource [mem 0x47e80000000-0x63dbfffffff window]
[    3.864938] pci_bus 0000:40: root bus resource [bus 40-7f]
[    3.868947] pci 0000:40:00.0: [1022:1480] type 00 class 0x060000 conventional PCI endpoint
[    3.877031] pci 0000:40:00.2: [1022:164f] type 00 class 0x080600 conventional PCI endpoint
[    3.885028] pci 0000:40:01.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.893013] pci 0000:40:02.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.901012] pci 0000:40:03.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.909014] pci 0000:40:03.1: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    3.916957] pci 0000:40:03.1: PCI bridge to [bus 41]
[    3.920943] pci 0000:40:03.1:   bridge window [mem 0xa4c00000-0xa4ffffff]
[    3.929029] pci 0000:40:03.1: PME# supported from D0 D3hot D3cold
[    3.946503] pci 0000:40:03.2: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    3.952964] pci 0000:40:03.2: PCI bridge to [bus 42]
[    3.960946] pci 0000:40:03.2:   bridge window [mem 0xa4800000-0xa4bfffff]
[    3.965009] pci 0000:40:03.2: PME# supported from D0 D3hot D3cold
[    3.982923] pci 0000:40:03.3: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    3.984967] pci 0000:40:03.3: PCI bridge to [bus 43]
[    3.988943] pci 0000:40:03.3:   bridge window [mem 0xa4400000-0xa47fffff]
[    3.993053] pci 0000:40:03.3: PME# supported from D0 D3hot D3cold
[    4.012589] pci 0000:40:03.4: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.012959] pci 0000:40:03.4: PCI bridge to [bus 44]
[    4.016943] pci 0000:40:03.4:   bridge window [mem 0xa4000000-0xa43fffff]
[    4.021032] pci 0000:40:03.4: PME# supported from D0 D3hot D3cold
[    4.038456] pci 0000:40:04.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.041103] pci 0000:40:05.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.045016] pci 0000:40:07.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.049060] pci 0000:40:07.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    4.052956] pci 0000:40:07.1: PCI bridge to [bus 45]
[    4.056947] pci 0000:40:07.1:   bridge window [mem 0xa5300000-0xa53fffff]
[    4.060951] pci 0000:40:07.1: enabling Extended Tags
[    4.065012] pci 0000:40:07.1: PME# supported from D0 D3hot D3cold
[    4.069083] pci 0000:40:08.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.073015] pci 0000:40:08.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    4.076955] pci 0000:40:08.1: PCI bridge to [bus 46]
[    4.080942] pci 0000:40:08.1:   bridge window [mem 0xa5000000-0xa52fffff]
[    4.084950] pci 0000:40:08.1: enabling Extended Tags
[    4.088987] pci 0000:40:08.1: PME# supported from D0 D3hot D3cold
[    4.093175] pci 0000:40:03.1: PCI bridge to [bus 41]
[    4.097018] pci 0000:40:03.2: PCI bridge to [bus 42]
[    4.101019] pci 0000:40:03.3: PCI bridge to [bus 43]
[    4.105015] pci 0000:40:03.4: PCI bridge to [bus 44]
[    4.109020] pci 0000:45:00.0: [1022:148a] type 00 class 0x130000 PCIe Endpoint
[    4.112979] pci 0000:45:00.0: enabling Extended Tags
[    4.117098] pci 0000:45:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    4.120956] pci 0000:45:00.2: BAR 2 [mem 0xa5300000-0xa537ffff]
[    4.124952] pci 0000:45:00.2: BAR 5 [mem 0xa5380000-0xa5381fff]
[    4.128947] pci 0000:45:00.2: enabling Extended Tags
[    4.133125] pci 0000:40:07.1: PCI bridge to [bus 45]
[    4.137068] pci 0000:46:00.0: [1022:1485] type 00 class 0x130000 PCIe Endpoint
[    4.140982] pci 0000:46:00.0: enabling Extended Tags
[    4.145144] pci 0000:46:00.1: [1022:1486] type 00 class 0x108000 PCIe Endpoint
[    4.148958] pci 0000:46:00.1: BAR 2 [mem 0xa5100000-0xa51fffff]
[    4.152953] pci 0000:46:00.1: BAR 5 [mem 0xa5282000-0xa5283fff]
[    4.156951] pci 0000:46:00.1: enabling Extended Tags
[    4.161120] pci 0000:46:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    4.164958] pci 0000:46:00.2: BAR 2 [mem 0xa5200000-0xa527ffff]
[    4.168953] pci 0000:46:00.2: BAR 5 [mem 0xa5280000-0xa5281fff]
[    4.172948] pci 0000:46:00.2: enabling Extended Tags
[    4.177123] pci 0000:46:00.3: [1022:148c] type 00 class 0x0c0330 PCIe Endpoint
[    4.180950] pci 0000:46:00.3: BAR 0 [mem 0xa5000000-0xa50fffff 64bit]
[    4.184968] pci 0000:46:00.3: enabling Extended Tags
[    4.189018] pci 0000:46:00.3: PME# supported from D0 D3hot D3cold
[    4.193104] pci 0000:40:08.1: PCI bridge to [bus 46]
[    4.197592] ACPI: PCI Root Bridge [PC02] (domain 0000 [bus 80-bf])
[    4.200941] acpi PNP0A08:02: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    4.205100] acpi PNP0A08:02: _OSC: platform does not support [SHPCHotplug AER DPC]
[    4.209250] acpi PNP0A08:02: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
[    4.212938] acpi PNP0A08:02: FADT indicates ASPM is unsupported, using BIOS configuration
[    4.217818] PCI host bridge to bus 0000:80
[    4.220942] pci_bus 0000:80: root bus resource [io  0x7000-0x9fff window]
[    4.224938] pci_bus 0000:80: root bus resource [mem 0xab000000-0xc5ffffff window]
[    4.228939] pci_bus 0000:80: root bus resource [mem 0x2bf40000000-0x47e7fffffff window]
[    4.232939] pci_bus 0000:80: root bus resource [bus 80-bf]
[    4.236947] pci 0000:80:00.0: [1022:1480] type 00 class 0x060000 conventional PCI endpoint
[    4.241028] pci 0000:80:00.2: [1022:164f] type 00 class 0x080600 conventional PCI endpoint
[    4.245029] pci 0000:80:01.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.249018] pci 0000:80:01.1: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.252957] pci 0000:80:01.1: PCI bridge to [bus 81]
[    4.256943] pci 0000:80:01.1:   bridge window [mem 0xbf400000-0xbf7fffff]
[    4.261030] pci 0000:80:01.1: PME# supported from D0 D3hot D3cold
[    4.278105] pci 0000:80:01.2: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.280964] pci 0000:80:01.2: PCI bridge to [bus 82]
[    4.284945] pci 0000:80:01.2:   bridge window [mem 0xbf000000-0xbf3fffff]
[    4.289060] pci 0000:80:01.2: PME# supported from D0 D3hot D3cold
[    4.308411] pci 0000:80:02.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.309039] pci 0000:80:03.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.313016] pci 0000:80:04.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.317013] pci 0000:80:05.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.321017] pci 0000:80:07.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.325015] pci 0000:80:07.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    4.328955] pci 0000:80:07.1: PCI bridge to [bus 83]
[    4.332943] pci 0000:80:07.1:   bridge window [mem 0xbfa00000-0xbfafffff]
[    4.336949] pci 0000:80:07.1: enabling Extended Tags
[    4.340987] pci 0000:80:07.1: PME# supported from D0 D3hot D3cold
[    4.345087] pci 0000:80:08.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.349017] pci 0000:80:08.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    4.352957] pci 0000:80:08.1: PCI bridge to [bus 84]
[    4.356942] pci 0000:80:08.1:   bridge window [mem 0xbf900000-0xbf9fffff]
[    4.360950] pci 0000:80:08.1: enabling Extended Tags
[    4.364987] pci 0000:80:08.1: PME# supported from D0 D3hot D3cold
[    4.369090] pci 0000:80:08.2: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    4.372955] pci 0000:80:08.2: PCI bridge to [bus 85]
[    4.376942] pci 0000:80:08.2:   bridge window [mem 0xbf800000-0xbf8fffff]
[    4.380950] pci 0000:80:08.2: enabling Extended Tags
[    4.384988] pci 0000:80:08.2: PME# supported from D0 D3hot D3cold
[    4.389175] pci 0000:80:01.1: PCI bridge to [bus 81]
[    4.393018] pci 0000:80:01.2: PCI bridge to [bus 82]
[    4.397022] pci 0000:83:00.0: [1022:148a] type 00 class 0x130000 PCIe Endpoint
[    4.400979] pci 0000:83:00.0: enabling Extended Tags
[    4.405102] pci 0000:83:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    4.408956] pci 0000:83:00.2: BAR 2 [mem 0xbfa00000-0xbfa7ffff]
[    4.412953] pci 0000:83:00.2: BAR 5 [mem 0xbfa80000-0xbfa81fff]
[    4.416947] pci 0000:83:00.2: enabling Extended Tags
[    4.421127] pci 0000:80:07.1: PCI bridge to [bus 83]
[    4.425070] pci 0000:84:00.0: [1022:1485] type 00 class 0x130000 PCIe Endpoint
[    4.428987] pci 0000:84:00.0: enabling Extended Tags
[    4.433226] pci 0000:84:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    4.436959] pci 0000:84:00.2: BAR 2 [mem 0xbf900000-0xbf97ffff]
[    4.440953] pci 0000:84:00.2: BAR 5 [mem 0xbf980000-0xbf981fff]
[    4.444948] pci 0000:84:00.2: enabling Extended Tags
[    4.449132] pci 0000:80:08.1: PCI bridge to [bus 84]
[    4.453068] pci 0000:85:00.0: [1022:7901] type 00 class 0x010601 PCIe Endpoint
[    4.456974] pci 0000:85:00.0: BAR 5 [mem 0xbf800000-0xbf8007ff]
[    4.460947] pci 0000:85:00.0: enabling Extended Tags
[    4.465002] pci 0000:85:00.0: PME# supported from D3hot D3cold
[    4.469112] pci 0000:80:08.2: PCI bridge to [bus 85]
[    4.477301] ACPI: PCI Root Bridge [PC03] (domain 0000 [bus c0-ff])
[    4.480941] acpi PNP0A08:03: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    4.489041] acpi PNP0A08:03: _OSC: platform does not support [SHPCHotplug AER DPC]
[    4.493250] acpi PNP0A08:03: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
[    4.496938] acpi PNP0A08:03: FADT indicates ASPM is unsupported, using BIOS configuration
[    4.501937] PCI host bridge to bus 0000:c0
[    4.504942] pci_bus 0000:c0: root bus resource [io  0xa000-0xffff window]
[    4.508938] pci_bus 0000:c0: root bus resource [mem 0xc6000000-0xe0ffffff window]
[    4.512938] pci_bus 0000:c0: root bus resource [mem 0x10000000000-0x2bf3fffffff window]
[    4.516938] pci_bus 0000:c0: root bus resource [io  0x03b0-0x03df window]
[    4.520938] pci_bus 0000:c0: root bus resource [mem 0x000a0000-0x000bffff window]
[    4.524938] pci_bus 0000:c0: root bus resource [bus c0-ff]
[    4.528948] pci 0000:c0:00.0: [1022:1480] type 00 class 0x060000 conventional PCI endpoint
[    4.533028] pci 0000:c0:00.2: [1022:164f] type 00 class 0x080600 conventional PCI endpoint
[    4.537030] pci 0000:c0:01.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.541013] pci 0000:c0:02.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.545012] pci 0000:c0:03.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.549015] pci 0000:c0:03.1: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.552957] pci 0000:c0:03.1: PCI bridge to [bus c4]
[    4.556943] pci 0000:c0:03.1:   bridge window [mem 0xdb600000-0xdb9fffff]
[    4.561028] pci 0000:c0:03.1: PME# supported from D0 D3hot D3cold
[    4.580489] pci 0000:c0:03.2: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.580962] pci 0000:c0:03.2: PCI bridge to [bus c5]
[    4.584943] pci 0000:c0:03.2:   bridge window [mem 0xdb200000-0xdb5fffff]
[    4.589052] pci 0000:c0:03.2: PME# supported from D0 D3hot D3cold
[    4.607263] pci 0000:c0:03.3: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.608958] pci 0000:c0:03.3: PCI bridge to [bus c6]
[    4.612948] pci 0000:c0:03.3:   bridge window [mem 0xdae00000-0xdb1fffff]
[    4.617053] pci 0000:c0:03.3: PME# supported from D0 D3hot D3cold
[    4.638157] pci 0000:c0:03.4: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.640963] pci 0000:c0:03.4: PCI bridge to [bus c7]
[    4.644946] pci 0000:c0:03.4:   bridge window [mem 0xdaa00000-0xdadfffff]
[    4.649061] pci 0000:c0:03.4: PME# supported from D0 D3hot D3cold
[    4.669392] pci 0000:c0:04.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.673018] pci 0000:c0:05.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.677017] pci 0000:c0:05.1: [1022:149a] type 01 class 0x060400 PCIe Root Port
[    4.680955] pci 0000:c0:05.1: PCI bridge to [bus c1]
[    4.684948] pci 0000:c0:05.1:   bridge window [mem 0xc7000000-0xc70fffff 64bit pref]
[    4.688984] pci 0000:c0:05.1: PME# supported from D0 D3hot D3cold
[    4.693073] pci 0000:c0:05.2: [1022:149a] type 01 class 0x060400 PCIe Root Port
[    4.696955] pci 0000:c0:05.2: PCI bridge to [bus c2-c3]
[    4.700943] pci 0000:c0:05.2:   bridge window [mem 0xda000000-0xda8fffff]
[    4.708943] pci 0000:c0:05.2:   bridge window [mem 0xc6000000-0xc6ffffff 64bit pref]
[    4.712984] pci 0000:c0:05.2: PME# supported from D0 D3hot D3cold
[    4.717064] pci 0000:c0:07.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.721014] pci 0000:c0:07.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    4.724955] pci 0000:c0:07.1: PCI bridge to [bus c8]
[    4.728942] pci 0000:c0:07.1:   bridge window [mem 0xdbb00000-0xdbbfffff]
[    4.732949] pci 0000:c0:07.1: enabling Extended Tags
[    4.736986] pci 0000:c0:07.1: PME# supported from D0 D3hot D3cold
[    4.741085] pci 0000:c0:08.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.745014] pci 0000:c0:08.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    4.748955] pci 0000:c0:08.1: PCI bridge to [bus c9]
[    4.752942] pci 0000:c0:08.1:   bridge window [mem 0xdba00000-0xdbafffff]
[    4.756949] pci 0000:c0:08.1: enabling Extended Tags
[    4.760986] pci 0000:c0:08.1: PME# supported from D0 D3hot D3cold
[    4.765165] pci 0000:c0:03.1: PCI bridge to [bus c4]
[    4.769020] pci 0000:c0:03.2: PCI bridge to [bus c5]
[    4.773022] pci 0000:c0:03.3: PCI bridge to [bus c6]
[    4.777019] pci 0000:c0:03.4: PCI bridge to [bus c7]
[    4.781034] pci 0000:c1:00.0: [14e4:165f] type 00 class 0x020000 PCIe Endpoint
[    4.784959] pci 0000:c1:00.0: BAR 0 [mem 0xc7030000-0xc703ffff 64bit pref]
[    4.788956] pci 0000:c1:00.0: BAR 2 [mem 0xc7040000-0xc704ffff 64bit pref]
[    4.792953] pci 0000:c1:00.0: BAR 4 [mem 0xc7050000-0xc705ffff 64bit pref]
[    4.796950] pci 0000:c1:00.0: ROM [mem 0xfffc0000-0xffffffff pref]
[    4.801018] pci 0000:c1:00.0: PME# supported from D0 D3hot D3cold
[    4.804989] pci 0000:c1:00.0: 4.000 Gb/s available PCIe bandwidth, limited by 5.0 GT/s PCIe x1 link at 0000:c0:05.1 (capable of 8.000 Gb/s with 5.0 GT/s PCIe x2 link)
[    4.821006] pci 0000:c1:00.1: [14e4:165f] type 00 class 0x020000 PCIe Endpoint
[    4.828959] pci 0000:c1:00.1: BAR 0 [mem 0xc7000000-0xc700ffff 64bit pref]
[    4.836951] pci 0000:c1:00.1: BAR 2 [mem 0xc7010000-0xc701ffff 64bit pref]
[    4.844951] pci 0000:c1:00.1: BAR 4 [mem 0xc7020000-0xc702ffff 64bit pref]
[    4.848946] pci 0000:c1:00.1: ROM [mem 0xfffc0000-0xffffffff pref]
[    4.857027] pci 0000:c1:00.1: PME# supported from D0 D3hot D3cold
[    4.876962] pci 0000:c0:05.1: PCI bridge to [bus c1]
[    4.881018] pci 0000:c2:00.0: [1556:be00] type 01 class 0x060400 PCIe to PCI/PCI-X bridge
[    4.892968] pci 0000:c2:00.0: PCI bridge to [bus c3]
[    4.896945] pci 0000:c2:00.0:   bridge window [mem 0xda000000-0xda8fffff]
[    4.904947] pci 0000:c2:00.0:   bridge window [mem 0xc6000000-0xc6ffffff 64bit pref]
[    4.920952] pci 0000:c0:05.2: PCI bridge to [bus c2-c3]
[    4.928973] pci_bus 0000:c3: extended config space not accessible
[    4.932962] pci 0000:c3:00.0: [102b:0536] type 00 class 0x030000 conventional PCI endpoint
[    4.940954] pci 0000:c3:00.0: BAR 0 [mem 0xc6000000-0xc6ffffff pref]
[    4.948946] pci 0000:c3:00.0: BAR 1 [mem 0xda808000-0xda80bfff]
[    4.952947] pci 0000:c3:00.0: BAR 2 [mem 0xda000000-0xda7fffff]
[    4.960987] pci 0000:c3:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    4.969051] pci 0000:c2:00.0: PCI bridge to [bus c3]
[    4.973036] pci 0000:c8:00.0: [1022:148a] type 00 class 0x130000 PCIe Endpoint
[    4.980979] pci 0000:c8:00.0: enabling Extended Tags
[    4.985097] pci 0000:c8:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    4.992956] pci 0000:c8:00.2: BAR 2 [mem 0xdbb00000-0xdbb7ffff]
[    4.996952] pci 0000:c8:00.2: BAR 5 [mem 0xdbb80000-0xdbb81fff]
[    5.004946] pci 0000:c8:00.2: enabling Extended Tags
[    5.009011] pci 0000:c0:07.1: PCI bridge to [bus c8]
[    5.017070] pci 0000:c9:00.0: [1022:1485] type 00 class 0x130000 PCIe Endpoint
[    5.020984] pci 0000:c9:00.0: enabling Extended Tags
[    5.029154] pci 0000:c9:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    5.032958] pci 0000:c9:00.2: BAR 2 [mem 0xdba00000-0xdba7ffff]
[    5.040954] pci 0000:c9:00.2: BAR 5 [mem 0xdba80000-0xdba81fff]
[    5.044947] pci 0000:c9:00.2: enabling Extended Tags
[    5.053133] pci 0000:c0:08.1: PCI bridge to [bus c9]
[    5.060960] iommu: Default domain type: Translated
[    5.064938] iommu: DMA domain TLB invalidation policy: lazy mode
[    5.073215] SCSI subsystem initialized
[    5.076974] ACPI: bus type USB registered
[    5.080955] usbcore: registered new interface driver usbfs
[    5.084945] usbcore: registered new interface driver hub
[    5.088971] usbcore: registered new device driver usb
[    5.096966] pps_core: LinuxPPS API ver. 1 registered
[    5.100939] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    5.108940] PTP clock support registered
[    5.112982] EDAC MC: Ver: 3.0.0
[    5.117002] efivars: Registered efivars operations
[    5.121322] NetLabel: Initializing
[    5.124939] NetLabel:  domain hash size = 128
[    5.128938] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    5.136959] NetLabel:  unlabeled traffic allowed by default
[    5.140986] PCI: Using ACPI for IRQ routing
[    5.149284] pci 0000:c3:00.0: vgaarb: setting as boot VGA device
[    5.152936] pci 0000:c3:00.0: vgaarb: bridge control possible
[    5.152936] pci 0000:c3:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    5.168940] vgaarb: loaded
[    5.173081] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    5.176939] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    5.185182] clocksource: Switched to clocksource tsc-early
[    5.190723] VFS: Disk quotas dquot_6.6.0
[    5.194678] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    5.201766] AppArmor: AppArmor Filesystem Enabled
[    5.206496] pnp: PnP ACPI init
[    5.209797] system 00:00: [mem 0x80000000-0x8fffffff] has been reserved
[    5.216500] system 00:01: [mem 0xff000000-0xffffffff] has been reserved
[    5.224686] pnp: PnP ACPI: found 5 devices
[    5.235586] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    5.244561] NET: Registered PF_INET protocol family
[    5.249625] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc)
[    5.260670] tcp_listen_portaddr_hash hash table entries: 65536 (order: 8, 1048576 bytes, vmalloc)
[    5.269625] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, vmalloc)
[    5.277651] TCP established hash table entries: 524288 (order: 10, 4194304 bytes, vmalloc hugepage)
[    5.287240] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc)
[    5.294843] TCP: Hash tables configured (established 524288 bind 65536)
[    5.301750] UDP hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc)
[    5.309085] UDP-Lite hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc)
[    5.316929] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    5.322597] NET: Registered PF_XDP protocol family
[    5.327393] pci 0000:01:00.0: ROM [mem 0xfff00000-0xffffffff pref]: can't claim; no compatible bridge window
[    5.337211] pci 0000:c1:00.0: ROM [mem 0xfffc0000-0xffffffff pref]: can't claim; no compatible bridge window
[    5.347034] pci 0000:c1:00.1: ROM [mem 0xfffc0000-0xffffffff pref]: can't claim; no compatible bridge window
[    5.356894] pci_bus 0000:00: max bus depth: 1 pci_try_num: 2
[    5.362568] pci 0000:01:00.0: ROM [mem size 0x00100000 pref]: can't assign; no space
[    5.370308] pci 0000:01:00.0: ROM [mem size 0x00100000 pref]: failed to assign
[    5.377523] pci 0000:01:00.0: VF BAR 2 [mem size 0x01000000 64bit]: can't assign; no space
[    5.385784] pci 0000:01:00.0: VF BAR 2 [mem size 0x01000000 64bit]: failed to assign
[    5.393523] pci 0000:01:00.0: VF BAR 0 [mem size 0x00100000 64bit]: can't assign; no space
[    5.401781] pci 0000:01:00.0: VF BAR 0 [mem size 0x00100000 64bit]: failed to assign
[    5.409521] pci 0000:00:03.2: PCI bridge to [bus 01]
[    5.414485] pci 0000:00:03.2:   bridge window [io  0x1000-0x1fff]
[    5.420583] pci 0000:00:03.2:   bridge window [mem 0xf7300000-0xf74fffff]
[    5.427375] pci 0000:00:07.1: PCI bridge to [bus 02]
[    5.432342] pci 0000:00:07.1:   bridge window [mem 0xf7200000-0xf72fffff]
[    5.439135] pci 0000:00:08.1: PCI bridge to [bus 03]
[    5.444102] pci 0000:00:08.1:   bridge window [mem 0xf7000000-0xf71fffff]
[    5.450898] pci_bus 0000:00: No. 2 try to assign unassigned res
[    5.456893] pci 0000:00:03.2: resource 14 [mem 0xf7300000-0xf74fffff] released
[    5.464117] pci 0000:00:03.2: PCI bridge to [bus 01]
[    5.469084] pci 0000:00:03.2: bridge window [mem 0x00100000-0x002fffff] to [bus 01] add_size 1100000 add_align 100000
[    5.479686] pci 0000:00:03.2: bridge window [mem 0xe1000000-0xe22fffff]: assigned
[    5.487173] pci 0000:01:00.0: BAR 3 [mem 0xe1000000-0xe10fffff 64bit]: assigned
[    5.494490] pci 0000:01:00.0: VF BAR 2 [mem 0xe1100000-0xe20fffff 64bit]: assigned
[    5.502058] pci 0000:01:00.0: BAR 1 [mem 0xe2100000-0xe210ffff 64bit]: assigned
[    5.509367] pci 0000:01:00.0: VF BAR 0 [mem 0xe2110000-0xe220ffff 64bit]: assigned
[    5.516938] pci 0000:00:03.2: PCI bridge to [bus 01]
[    5.521901] pci 0000:00:03.2:   bridge window [io  0x1000-0x1fff]
[    5.527996] pci 0000:00:03.2:   bridge window [mem 0xe1000000-0xe22fffff]
[    5.534786] pci 0000:00:07.1: PCI bridge to [bus 02]
[    5.539757] pci 0000:00:07.1:   bridge window [mem 0xf7200000-0xf72fffff]
[    5.546544] pci 0000:00:08.1: PCI bridge to [bus 03]
[    5.551517] pci 0000:00:08.1:   bridge window [mem 0xf7000000-0xf71fffff]
[    5.558329] pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
[    5.564514] pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
[    5.570692] pci_bus 0000:00: resource 6 [mem 0x000c0000-0x000fffff window]
[    5.577564] pci_bus 0000:00: resource 7 [io  0x0d00-0x3fff window]
[    5.583747] pci_bus 0000:00: resource 8 [mem 0xe1000000-0xfebfffff window]
[    5.590614] pci_bus 0000:00: resource 9 [mem 0x63dc0000000-0x7fcffffffff window]
[    5.598010] pci_bus 0000:01: resource 0 [io  0x1000-0x1fff]
[    5.603580] pci_bus 0000:01: resource 1 [mem 0xe1000000-0xe22fffff]
[    5.609848] pci_bus 0000:02: resource 1 [mem 0xf7200000-0xf72fffff]
[    5.616110] pci_bus 0000:03: resource 1 [mem 0xf7000000-0xf71fffff]
[    5.622457] pci 0000:40:03.1: bridge window [io  0x1000-0x0fff] to [bus 41] add_size 1000
[    5.630627] pci 0000:40:03.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 41] add_size 200000 add_align 100000
[    5.642092] pci 0000:40:03.2: bridge window [io  0x1000-0x0fff] to [bus 42] add_size 1000
[    5.650266] pci 0000:40:03.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 42] add_size 200000 add_align 100000
[    5.661729] pci 0000:40:03.3: bridge window [io  0x1000-0x0fff] to [bus 43] add_size 1000
[    5.669972] pci 0000:40:03.3: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 43] add_size 200000 add_align 100000
[    5.681437] pci 0000:40:03.4: bridge window [io  0x1000-0x0fff] to [bus 44] add_size 1000
[    5.689612] pci 0000:40:03.4: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 44] add_size 200000 add_align 100000
[    5.701089] pci 0000:40:03.1: bridge window [mem 0x47e80000000-0x47e801fffff 64bit pref]: assigned
[    5.710045] pci 0000:40:03.2: bridge window [mem 0x47e80200000-0x47e803fffff 64bit pref]: assigned
[    5.718995] pci 0000:40:03.3: bridge window [mem 0x47e80400000-0x47e805fffff 64bit pref]: assigned
[    5.727948] pci 0000:40:03.4: bridge window [mem 0x47e80600000-0x47e807fffff 64bit pref]: assigned
[    5.736899] pci 0000:40:03.1: bridge window [io  0x4000-0x4fff]: assigned
[    5.743686] pci 0000:40:03.2: bridge window [io  0x5000-0x5fff]: assigned
[    5.750470] pci 0000:40:03.3: bridge window [io  0x6000-0x6fff]: assigned
[    5.757255] pci 0000:40:03.4: bridge window [io  size 0x1000]: can't assign; no space
[    5.765081] pci 0000:40:03.4: bridge window [io  size 0x1000]: failed to assign
[    5.772388] pci 0000:40:03.4: bridge window [io  0x4000-0x4fff]: assigned
[    5.779174] pci 0000:40:03.3: bridge window [io  0x5000-0x5fff]: assigned
[    5.785958] pci 0000:40:03.2: bridge window [io  0x6000-0x6fff]: assigned
[    5.792746] pci 0000:40:03.1: bridge window [io  size 0x1000]: can't assign; no space
[    5.800570] pci 0000:40:03.1: bridge window [io  size 0x1000]: failed to assign
[    5.807874] pci 0000:40:03.1: PCI bridge to [bus 41]
[    5.812845] pci 0000:40:03.1:   bridge window [mem 0xa4c00000-0xa4ffffff]
[    5.819635] pci 0000:40:03.1:   bridge window [mem 0x47e80000000-0x47e801fffff 64bit pref]
[    5.827898] pci 0000:40:03.2: PCI bridge to [bus 42]
[    5.832868] pci 0000:40:03.2:   bridge window [io  0x6000-0x6fff]
[    5.838963] pci 0000:40:03.2:   bridge window [mem 0xa4800000-0xa4bfffff]
[    5.845758] pci 0000:40:03.2:   bridge window [mem 0x47e80200000-0x47e803fffff 64bit pref]
[    5.854019] pci 0000:40:03.3: PCI bridge to [bus 43]
[    5.858991] pci 0000:40:03.3:   bridge window [io  0x5000-0x5fff]
[    5.865084] pci 0000:40:03.3:   bridge window [mem 0xa4400000-0xa47fffff]
[    5.871911] pci 0000:40:03.3:   bridge window [mem 0x47e80400000-0x47e805fffff 64bit pref]
[    5.880172] pci 0000:40:03.4: PCI bridge to [bus 44]
[    5.885142] pci 0000:40:03.4:   bridge window [io  0x4000-0x4fff]
[    5.891235] pci 0000:40:03.4:   bridge window [mem 0xa4000000-0xa43fffff]
[    5.898024] pci 0000:40:03.4:   bridge window [mem 0x47e80600000-0x47e807fffff 64bit pref]
[    5.906289] pci 0000:40:07.1: PCI bridge to [bus 45]
[    5.911257] pci 0000:40:07.1:   bridge window [mem 0xa5300000-0xa53fffff]
[    5.918050] pci 0000:40:08.1: PCI bridge to [bus 46]
[    5.923013] pci 0000:40:08.1:   bridge window [mem 0xa5000000-0xa52fffff]
[    5.929803] pci_bus 0000:40: resource 4 [io  0x4000-0x6fff window]
[    5.935987] pci_bus 0000:40: resource 5 [mem 0x90000000-0xaaffffff window]
[    5.942857] pci_bus 0000:40: resource 6 [mem 0x47e80000000-0x63dbfffffff window]
[    5.950251] pci_bus 0000:41: resource 1 [mem 0xa4c00000-0xa4ffffff]
[    5.956516] pci_bus 0000:41: resource 2 [mem 0x47e80000000-0x47e801fffff 64bit pref]
[    5.964255] pci_bus 0000:42: resource 0 [io  0x6000-0x6fff]
[    5.969828] pci_bus 0000:42: resource 1 [mem 0xa4800000-0xa4bfffff]
[    5.976144] pci_bus 0000:42: resource 2 [mem 0x47e80200000-0x47e803fffff 64bit pref]
[    5.983886] pci_bus 0000:43: resource 0 [io  0x5000-0x5fff]
[    5.989456] pci_bus 0000:43: resource 1 [mem 0xa4400000-0xa47fffff]
[    5.995719] pci_bus 0000:43: resource 2 [mem 0x47e80400000-0x47e805fffff 64bit pref]
[    6.003464] pci_bus 0000:44: resource 0 [io  0x4000-0x4fff]
[    6.009042] pci_bus 0000:44: resource 1 [mem 0xa4000000-0xa43fffff]
[    6.015310] pci_bus 0000:44: resource 2 [mem 0x47e80600000-0x47e807fffff 64bit pref]
[    6.023055] pci_bus 0000:45: resource 1 [mem 0xa5300000-0xa53fffff]
[    6.029320] pci_bus 0000:46: resource 1 [mem 0xa5000000-0xa52fffff]
[    6.035657] pci 0000:80:01.1: bridge window [io  0x1000-0x0fff] to [bus 81] add_size 1000
[    6.043834] pci 0000:80:01.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 81] add_size 200000 add_align 100000
[    6.055352] pci 0000:80:01.2: bridge window [io  0x1000-0x0fff] to [bus 82] add_size 1000
[    6.063527] pci 0000:80:01.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 82] add_size 200000 add_align 100000
[    6.074994] pci 0000:80:01.1: bridge window [mem 0x2bf40000000-0x2bf401fffff 64bit pref]: assigned
[    6.083961] pci 0000:80:01.2: bridge window [mem 0x2bf40200000-0x2bf403fffff 64bit pref]: assigned
[    6.092910] pci 0000:80:01.1: bridge window [io  0x7000-0x7fff]: assigned
[    6.099698] pci 0000:80:01.2: bridge window [io  0x8000-0x8fff]: assigned
[    6.106484] pci 0000:80:01.1: PCI bridge to [bus 81]
[    6.111448] pci 0000:80:01.1:   bridge window [io  0x7000-0x7fff]
[    6.117542] pci 0000:80:01.1:   bridge window [mem 0xbf400000-0xbf7fffff]
[    6.124327] pci 0000:80:01.1:   bridge window [mem 0x2bf40000000-0x2bf401fffff 64bit pref]
[    6.132587] pci 0000:80:01.2: PCI bridge to [bus 82]
[    6.137551] pci 0000:80:01.2:   bridge window [io  0x8000-0x8fff]
[    6.143645] pci 0000:80:01.2:   bridge window [mem 0xbf000000-0xbf3fffff]
[    6.150430] pci 0000:80:01.2:   bridge window [mem 0x2bf40200000-0x2bf403fffff 64bit pref]
[    6.158690] pci 0000:80:07.1: PCI bridge to [bus 83]
[    6.163655] pci 0000:80:07.1:   bridge window [mem 0xbfa00000-0xbfafffff]
[    6.170442] pci 0000:80:08.1: PCI bridge to [bus 84]
[    6.175407] pci 0000:80:08.1:   bridge window [mem 0xbf900000-0xbf9fffff]
[    6.182194] pci 0000:80:08.2: PCI bridge to [bus 85]
[    6.187200] pci 0000:80:08.2:   bridge window [mem 0xbf800000-0xbf8fffff]
[    6.193989] pci_bus 0000:80: resource 4 [io  0x7000-0x9fff window]
[    6.200170] pci_bus 0000:80: resource 5 [mem 0xab000000-0xc5ffffff window]
[    6.207044] pci_bus 0000:80: resource 6 [mem 0x2bf40000000-0x47e7fffffff window]
[    6.214438] pci_bus 0000:81: resource 0 [io  0x7000-0x7fff]
[    6.220009] pci_bus 0000:81: resource 1 [mem 0xbf400000-0xbf7fffff]
[    6.226275] pci_bus 0000:81: resource 2 [mem 0x2bf40000000-0x2bf401fffff 64bit pref]
[    6.234014] pci_bus 0000:82: resource 0 [io  0x8000-0x8fff]
[    6.239586] pci_bus 0000:82: resource 1 [mem 0xbf000000-0xbf3fffff]
[    6.245852] pci_bus 0000:82: resource 2 [mem 0x2bf40200000-0x2bf403fffff 64bit pref]
[    6.253588] pci_bus 0000:83: resource 1 [mem 0xbfa00000-0xbfafffff]
[    6.259857] pci_bus 0000:84: resource 1 [mem 0xbf900000-0xbf9fffff]
[    6.266124] pci_bus 0000:85: resource 1 [mem 0xbf800000-0xbf8fffff]
[    6.272450] pci 0000:c0:03.1: bridge window [io  0x1000-0x0fff] to [bus c4] add_size 1000
[    6.280620] pci 0000:c0:03.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus c4] add_size 200000 add_align 100000
[    6.292120] pci 0000:c0:03.2: bridge window [io  0x1000-0x0fff] to [bus c5] add_size 1000
[    6.300295] pci 0000:c0:03.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus c5] add_size 200000 add_align 100000
[    6.311766] pci 0000:c0:03.3: bridge window [io  0x1000-0x0fff] to [bus c6] add_size 1000
[    6.319938] pci 0000:c0:03.3: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus c6] add_size 200000 add_align 100000
[    6.331411] pci 0000:c0:03.4: bridge window [io  0x1000-0x0fff] to [bus c7] add_size 1000
[    6.339584] pci 0000:c0:03.4: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus c7] add_size 200000 add_align 100000
[    6.351056] pci 0000:c0:03.1: bridge window [mem 0x10000000000-0x100001fffff 64bit pref]: assigned
[    6.360010] pci 0000:c0:03.2: bridge window [mem 0x10000200000-0x100003fffff 64bit pref]: assigned
[    6.368967] pci 0000:c0:03.3: bridge window [mem 0x10000400000-0x100005fffff 64bit pref]: assigned
[    6.377922] pci 0000:c0:03.4: bridge window [mem 0x10000600000-0x100007fffff 64bit pref]: assigned
[    6.386876] pci 0000:c0:05.1: bridge window [mem 0xc7100000-0xc71fffff]: assigned
[    6.394353] pci 0000:c0:03.1: bridge window [io  0xa000-0xafff]: assigned
[    6.401138] pci 0000:c0:03.2: bridge window [io  0xb000-0xbfff]: assigned
[    6.407923] pci 0000:c0:03.3: bridge window [io  0xc000-0xcfff]: assigned
[    6.414710] pci 0000:c0:03.4: bridge window [io  0xd000-0xdfff]: assigned
[    6.421496] pci 0000:c0:03.1: PCI bridge to [bus c4]
[    6.426461] pci 0000:c0:03.1:   bridge window [io  0xa000-0xafff]
[    6.432557] pci 0000:c0:03.1:   bridge window [mem 0xdb600000-0xdb9fffff]
[    6.439340] pci 0000:c0:03.1:   bridge window [mem 0x10000000000-0x100001fffff 64bit pref]
[    6.447601] pci 0000:c0:03.2: PCI bridge to [bus c5]
[    6.452566] pci 0000:c0:03.2:   bridge window [io  0xb000-0xbfff]
[    6.458658] pci 0000:c0:03.2:   bridge window [mem 0xdb200000-0xdb5fffff]
[    6.465442] pci 0000:c0:03.2:   bridge window [mem 0x10000200000-0x100003fffff 64bit pref]
[    6.473703] pci 0000:c0:03.3: PCI bridge to [bus c6]
[    6.478668] pci 0000:c0:03.3:   bridge window [io  0xc000-0xcfff]
[    6.484760] pci 0000:c0:03.3:   bridge window [mem 0xdae00000-0xdb1fffff]
[    6.491547] pci 0000:c0:03.3:   bridge window [mem 0x10000400000-0x100005fffff 64bit pref]
[    6.499807] pci 0000:c0:03.4: PCI bridge to [bus c7]
[    6.504779] pci 0000:c0:03.4:   bridge window [io  0xd000-0xdfff]
[    6.510871] pci 0000:c0:03.4:   bridge window [mem 0xdaa00000-0xdadfffff]
[    6.517655] pci 0000:c0:03.4:   bridge window [mem 0x10000600000-0x100007fffff 64bit pref]
[    6.525916] pci 0000:c1:00.0: ROM [mem 0xc7100000-0xc713ffff pref]: assigned
[    6.532960] pci 0000:c1:00.1: ROM [mem 0xc7140000-0xc717ffff pref]: assigned
[    6.540005] pci 0000:c0:05.1: PCI bridge to [bus c1]
[    6.544972] pci 0000:c0:05.1:   bridge window [mem 0xc7100000-0xc71fffff]
[    6.551757] pci 0000:c0:05.1:   bridge window [mem 0xc7000000-0xc70fffff 64bit pref]
[    6.559498] pci 0000:c2:00.0: PCI bridge to [bus c3]
[    6.564465] pci 0000:c2:00.0:   bridge window [mem 0xda000000-0xda8fffff]
[    6.571256] pci 0000:c2:00.0:   bridge window [mem 0xc6000000-0xc6ffffff 64bit pref]
[    6.578997] pci 0000:c0:05.2: PCI bridge to [bus c2-c3]
[    6.584222] pci 0000:c0:05.2:   bridge window [mem 0xda000000-0xda8fffff]
[    6.591005] pci 0000:c0:05.2:   bridge window [mem 0xc6000000-0xc6ffffff 64bit pref]
[    6.598773] pci 0000:c0:07.1: PCI bridge to [bus c8]
[    6.603736] pci 0000:c0:07.1:   bridge window [mem 0xdbb00000-0xdbbfffff]
[    6.610525] pci 0000:c0:08.1: PCI bridge to [bus c9]
[    6.615496] pci 0000:c0:08.1:   bridge window [mem 0xdba00000-0xdbafffff]
[    6.622285] pci_bus 0000:c0: resource 4 [io  0xa000-0xffff window]
[    6.628467] pci_bus 0000:c0: resource 5 [mem 0xc6000000-0xe0ffffff window]
[    6.635339] pci_bus 0000:c0: resource 6 [mem 0x10000000000-0x2bf3fffffff window]
[    6.642731] pci_bus 0000:c0: resource 7 [io  0x03b0-0x03df window]
[    6.648913] pci_bus 0000:c0: resource 8 [mem 0x000a0000-0x000bffff window]
[    6.655782] pci_bus 0000:c4: resource 0 [io  0xa000-0xafff]
[    6.661357] pci_bus 0000:c4: resource 1 [mem 0xdb600000-0xdb9fffff]
[    6.667621] pci_bus 0000:c4: resource 2 [mem 0x10000000000-0x100001fffff 64bit pref]
[    6.675361] pci_bus 0000:c5: resource 0 [io  0xb000-0xbfff]
[    6.680935] pci_bus 0000:c5: resource 1 [mem 0xdb200000-0xdb5fffff]
[    6.687198] pci_bus 0000:c5: resource 2 [mem 0x10000200000-0x100003fffff 64bit pref]
[    6.694938] pci_bus 0000:c6: resource 0 [io  0xc000-0xcfff]
[    6.700509] pci_bus 0000:c6: resource 1 [mem 0xdae00000-0xdb1fffff]
[    6.706774] pci_bus 0000:c6: resource 2 [mem 0x10000400000-0x100005fffff 64bit pref]
[    6.714513] pci_bus 0000:c7: resource 0 [io  0xd000-0xdfff]
[    6.720085] pci_bus 0000:c7: resource 1 [mem 0xdaa00000-0xdadfffff]
[    6.726350] pci_bus 0000:c7: resource 2 [mem 0x10000600000-0x100007fffff 64bit pref]
[    6.734091] pci_bus 0000:c1: resource 1 [mem 0xc7100000-0xc71fffff]
[    6.740358] pci_bus 0000:c1: resource 2 [mem 0xc7000000-0xc70fffff 64bit pref]
[    6.747576] pci_bus 0000:c2: resource 1 [mem 0xda000000-0xda8fffff]
[    6.753840] pci_bus 0000:c2: resource 2 [mem 0xc6000000-0xc6ffffff 64bit pref]
[    6.761059] pci_bus 0000:c3: resource 1 [mem 0xda000000-0xda8fffff]
[    6.767325] pci_bus 0000:c3: resource 2 [mem 0xc6000000-0xc6ffffff 64bit pref]
[    6.774542] pci_bus 0000:c8: resource 1 [mem 0xdbb00000-0xdbbfffff]
[    6.780810] pci_bus 0000:c9: resource 1 [mem 0xdba00000-0xdbafffff]
[    6.787692] PCI: CLS 64 bytes, default 64
[    6.791722] AMD-Vi: IOMMU SNP support enabled.
[    6.791787] Trying to unpack rootfs image as initramfs...
[    6.801629] pci 0000:c0:00.2: AMD-Vi: IOMMU performance counters supported
[    6.808606] pci 0000:c0:01.0: Adding to iommu group 0
[    6.813717] pci 0000:c0:02.0: Adding to iommu group 1
[    6.818914] pci 0000:c0:03.0: Adding to iommu group 2
[    6.824012] pci 0000:c0:03.1: Adding to iommu group 2
[    6.829108] pci 0000:c0:03.2: Adding to iommu group 2
[    6.834203] pci 0000:c0:03.3: Adding to iommu group 2
[    6.839299] pci 0000:c0:03.4: Adding to iommu group 2
[    6.844432] pci 0000:c0:04.0: Adding to iommu group 3
[    6.849579] pci 0000:c0:05.0: Adding to iommu group 4
[    6.854675] pci 0000:c0:05.1: Adding to iommu group 4
[    6.859778] pci 0000:c0:05.2: Adding to iommu group 4
[    6.864881] pci 0000:c0:07.0: Adding to iommu group 5
[    6.869964] pci 0000:c0:07.1: Adding to iommu group 6
[    6.875074] pci 0000:c0:08.0: Adding to iommu group 7
[    6.880159] pci 0000:c0:08.1: Adding to iommu group 8
[    6.885218] pci 0000:c1:00.0: Adding to iommu group 4
[    6.890277] pci 0000:c1:00.1: Adding to iommu group 4
[    6.895337] pci 0000:c2:00.0: Adding to iommu group 4
[    6.900397] pci 0000:c3:00.0: Adding to iommu group 4
[    6.905476] pci 0000:c8:00.0: Adding to iommu group 9
[    6.910599] pci 0000:c8:00.2: Adding to iommu group 10
[    6.915775] pci 0000:c9:00.0: Adding to iommu group 11
[    6.920947] pci 0000:c9:00.2: Adding to iommu group 12
[    6.932535] pci 0000:80:00.2: AMD-Vi: IOMMU performance counters supported
[    6.939565] pci 0000:80:01.0: Adding to iommu group 13
[    6.944746] pci 0000:80:01.1: Adding to iommu group 13
[    6.949929] pci 0000:80:01.2: Adding to iommu group 13
[    6.955121] pci 0000:80:02.0: Adding to iommu group 14
[    6.960311] pci 0000:80:03.0: Adding to iommu group 15
[    6.965501] pci 0000:80:04.0: Adding to iommu group 16
[    6.970692] pci 0000:80:05.0: Adding to iommu group 17
[    6.975886] pci 0000:80:07.0: Adding to iommu group 18
[    6.981057] pci 0000:80:07.1: Adding to iommu group 19
[    6.986254] pci 0000:80:08.0: Adding to iommu group 20
[    6.991428] pci 0000:80:08.1: Adding to iommu group 21
[    6.996601] pci 0000:80:08.2: Adding to iommu group 22
[    7.001778] pci 0000:83:00.0: Adding to iommu group 23
[    7.006949] pci 0000:83:00.2: Adding to iommu group 24
[    7.012122] pci 0000:84:00.0: Adding to iommu group 25
[    7.017297] pci 0000:84:00.2: Adding to iommu group 26
[    7.022468] pci 0000:85:00.0: Adding to iommu group 27
[    7.034663] pci 0000:40:00.2: AMD-Vi: IOMMU performance counters supported
[    7.041641] pci 0000:40:01.0: Adding to iommu group 28
[    7.046835] pci 0000:40:02.0: Adding to iommu group 29
[    7.052122] pci 0000:40:03.0: Adding to iommu group 30
[    7.057300] pci 0000:40:03.1: Adding to iommu group 30
[    7.062480] pci 0000:40:03.2: Adding to iommu group 30
[    7.067652] pci 0000:40:03.3: Adding to iommu group 30
[    7.072828] pci 0000:40:03.4: Adding to iommu group 30
[    7.078022] pci 0000:40:04.0: Adding to iommu group 31
[    7.083215] pci 0000:40:05.0: Adding to iommu group 32
[    7.088406] pci 0000:40:07.0: Adding to iommu group 33
[    7.093574] pci 0000:40:07.1: Adding to iommu group 34
[    7.098771] pci 0000:40:08.0: Adding to iommu group 35
[    7.103942] pci 0000:40:08.1: Adding to iommu group 36
[    7.109119] pci 0000:45:00.0: Adding to iommu group 37
[    7.114323] pci 0000:45:00.2: Adding to iommu group 38
[    7.119496] pci 0000:46:00.0: Adding to iommu group 39
[    7.124671] pci 0000:46:00.1: Adding to iommu group 40
[    7.129845] pci 0000:46:00.2: Adding to iommu group 41
[    7.135018] pci 0000:46:00.3: Adding to iommu group 42
[    7.147210] pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
[    7.154185] pci 0000:00:01.0: Adding to iommu group 43
[    7.159380] pci 0000:00:02.0: Adding to iommu group 44
[    7.164575] pci 0000:00:03.0: Adding to iommu group 45
[    7.169752] pci 0000:00:03.2: Adding to iommu group 46
[    7.174947] pci 0000:00:04.0: Adding to iommu group 47
[    7.180138] pci 0000:00:05.0: Adding to iommu group 48
[    7.185330] pci 0000:00:07.0: Adding to iommu group 49
[    7.190497] pci 0000:00:07.1: Adding to iommu group 50
[    7.195694] pci 0000:00:08.0: Adding to iommu group 51
[    7.200860] pci 0000:00:08.1: Adding to iommu group 52
[    7.206080] pci 0000:00:14.0: Adding to iommu group 53
[    7.208203] Freeing initrd memory: 35956K
[    7.211252] pci 0000:00:14.3: Adding to iommu group 53
[    7.220586] pci 0000:00:18.0: Adding to iommu group 54
[    7.225758] pci 0000:00:18.1: Adding to iommu group 54
[    7.230936] pci 0000:00:18.2: Adding to iommu group 54
[    7.236106] pci 0000:00:18.3: Adding to iommu group 54
[    7.241284] pci 0000:00:18.4: Adding to iommu group 54
[    7.246456] pci 0000:00:18.5: Adding to iommu group 54
[    7.251629] pci 0000:00:18.6: Adding to iommu group 54
[    7.256807] pci 0000:00:18.7: Adding to iommu group 54
[    7.261976] pci 0000:01:00.0: Adding to iommu group 55
[    7.267152] pci 0000:02:00.0: Adding to iommu group 56
[    7.272326] pci 0000:02:00.2: Adding to iommu group 57
[    7.277499] pci 0000:03:00.0: Adding to iommu group 58
[    7.282671] pci 0000:03:00.2: Adding to iommu group 59
[    7.287844] pci 0000:03:00.3: Adding to iommu group 60
[    7.301732] AMD-Vi: Extended features (0x841f77e022094ace, 0x0): PPR X2APIC NX IA GA PC SNP
[    7.310095] AMD-Vi: Interrupt remapping enabled
[    7.314623] AMD-Vi: X2APIC enabled
[    7.318972] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    7.325435] software IO TLB: mapped [mem 0x000000000459f000-0x000000001459f000] (256MB)
[    7.333558] LVT offset 0 assigned for vector 0x400
[    7.340028] perf: AMD IBS detected (0x000003ff)
[    7.345879] amd_uncore: 4 amd_df counters detected
[    7.350715] amd_uncore: 6 amd_l3 counters detected
[    7.357098] perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
[    7.364250] perf/amd_iommu: Detected AMD IOMMU #1 (2 banks, 4 counters/bank).
[    7.371407] perf/amd_iommu: Detected AMD IOMMU #2 (2 banks, 4 counters/bank).
[    7.378554] perf/amd_iommu: Detected AMD IOMMU #3 (2 banks, 4 counters/bank).
[    7.440824] Initialise system trusted keyrings
[    7.445296] Key type blacklist registered
[    7.449435] workingset: timestamp_bits=36 max_order=26 bucket_order=0
[    7.455880] zbud: loaded
[    7.458911] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    7.464907] fuse: init (API version 7.41)
[    7.469168] integrity: Platform Keyring initialized
[    7.486271] Key type asymmetric registered
[    7.490376] Asymmetric key parser 'x509' registered
[    7.495287] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[    7.502766] io scheduler mq-deadline registered
[    7.508912] pcieport 0000:00:03.2: PME: Signaling with IRQ 38
[    7.515012] pcieport 0000:00:07.1: PME: Signaling with IRQ 40
[    7.520953] pcieport 0000:00:08.1: PME: Signaling with IRQ 41
[    7.526930] pcieport 0000:40:03.1: PME: Signaling with IRQ 42
[    7.532720] pcieport 0000:40:03.1: pciehp: Slot #167 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.546690] pcieport 0000:40:03.2: PME: Signaling with IRQ 43
[    7.552516] pcieport 0000:40:03.2: pciehp: Slot #166 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.566469] pcieport 0000:40:03.3: PME: Signaling with IRQ 44
[    7.572265] pcieport 0000:40:03.3: pciehp: Slot #169 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.586210] pcieport 0000:40:03.4: PME: Signaling with IRQ 45
[    7.592006] pcieport 0000:40:03.4: pciehp: Slot #168 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.606024] pcieport 0000:40:07.1: PME: Signaling with IRQ 47
[    7.611958] pcieport 0000:40:08.1: PME: Signaling with IRQ 48
[    7.618003] pcieport 0000:80:01.1: PME: Signaling with IRQ 49
[    7.623805] pcieport 0000:80:01.1: pciehp: Slot #160 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.637748] pcieport 0000:80:01.2: PME: Signaling with IRQ 50
[    7.643538] pcieport 0000:80:01.2: pciehp: Slot #161 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.657580] pcieport 0000:80:07.1: PME: Signaling with IRQ 52
[    7.663706] pcieport 0000:80:08.1: PME: Signaling with IRQ 54
[    7.669691] pcieport 0000:80:08.2: PME: Signaling with IRQ 55
[    7.675626] pcieport 0000:c0:03.1: PME: Signaling with IRQ 56
[    7.681419] pcieport 0000:c0:03.1: pciehp: Slot #163 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.695361] pcieport 0000:c0:03.2: PME: Signaling with IRQ 57
[    7.701154] pcieport 0000:c0:03.2: pciehp: Slot #162 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.715085] pcieport 0000:c0:03.3: PME: Signaling with IRQ 58
[    7.720874] pcieport 0000:c0:03.3: pciehp: Slot #165 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.734805] pcieport 0000:c0:03.4: PME: Signaling with IRQ 59
[    7.740599] pcieport 0000:c0:03.4: pciehp: Slot #164 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.754498] pcieport 0000:c0:05.1: PME: Signaling with IRQ 60
[    7.760403] pcieport 0000:c0:05.2: PME: Signaling with IRQ 61
[    7.766402] pcieport 0000:c0:07.1: PME: Signaling with IRQ 63
[    7.772405] pcieport 0000:c0:08.1: PME: Signaling with IRQ 65
[    7.778446] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    7.785522] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[    7.792984] ACPI: button: Power Button [PWRF]
[    7.804930] Estimated ratio of average max frequency by base frequency (times 1024): 1464
[    7.829159] ERST: Error Record Serialization Table (ERST) support is initialized.
[    7.836660] pstore: Using crash dump compression: deflate
[    7.842064] pstore: Registered erst as persistent store backend
[    7.848100] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    7.854656] 00:03: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A
[    7.862767] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    7.873598] Linux agpgart interface v0.103
[    7.902410] loop: module loaded
[    7.916800] ahci 0000:85:00.0: AHCI vers 0001.0301, 32 command slots, 6 Gbps, SATA mode
[    7.924809] ahci 0000:85:00.0: 8/8 ports implemented (port mask 0xff)
[    7.931246] ahci 0000:85:00.0: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part sxs 
[    7.941359] scsi host0: ahci
[    7.944463] scsi host1: ahci
[    7.947535] scsi host2: ahci
[    7.950612] scsi host3: ahci
[    7.953688] scsi host4: ahci
[    7.956763] scsi host5: ahci
[    7.959839] scsi host6: ahci
[    7.962922] scsi host7: ahci
[    7.965862] ata1: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800100 irq 67 lpm-pol 0
[    7.974124] ata2: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800180 irq 68 lpm-pol 0
[    7.982387] ata3: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800200 irq 69 lpm-pol 0
[    7.990642] ata4: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800280 irq 70 lpm-pol 0
[    7.998901] ata5: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800300 irq 71 lpm-pol 0
[    8.007161] ata6: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800380 irq 72 lpm-pol 0
[    8.015418] ata7: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800400 irq 73 lpm-pol 0
[    8.023678] ata8: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800480 irq 74 lpm-pol 0
[    8.032212] tun: Universal TUN/TAP device driver, 1.6
[    8.037322] PPP generic driver version 2.4.2
[    8.041724] VFIO - User Level meta-driver version: 0.3
[    8.047201] xhci_hcd 0000:03:00.3: xHCI Host Controller
[    8.052447] xhci_hcd 0000:03:00.3: new USB bus registered, assigned bus number 1
[    8.059949] xhci_hcd 0000:03:00.3: hcc params 0x0260ffe5 hci version 0x110 quirks 0x0000000000000010
[    8.069482] xhci_hcd 0000:03:00.3: xHCI Host Controller
[    8.074715] xhci_hcd 0000:03:00.3: new USB bus registered, assigned bus number 2
[    8.082105] xhci_hcd 0000:03:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[    8.089196] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.11
[    8.097462] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    8.104681] usb usb1: Product: xHCI Host Controller
[    8.109557] usb usb1: Manufacturer: Linux 6.11.0-rc5-next-20240828-195a402a75-c0ceb24fe8d xhci-hcd
[    8.118514] usb usb1: SerialNumber: 0000:03:00.3
[    8.123297] hub 1-0:1.0: USB hub found
[    8.127060] hub 1-0:1.0: 2 ports detected
[    8.131912] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    8.140034] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.11
[    8.148298] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    8.155518] usb usb2: Product: xHCI Host Controller
[    8.160396] usb usb2: Manufacturer: Linux 6.11.0-rc5-next-20240828-195a402a75-c0ceb24fe8d xhci-hcd
[    8.169349] usb usb2: SerialNumber: 0000:03:00.3
[    8.174093] hub 2-0:1.0: USB hub found
[    8.177860] hub 2-0:1.0: 2 ports detected
[    8.182761] xhci_hcd 0000:46:00.3: xHCI Host Controller
[    8.187995] xhci_hcd 0000:46:00.3: new USB bus registered, assigned bus number 3
[    8.195485] xhci_hcd 0000:46:00.3: hcc params 0x0260ffe5 hci version 0x110 quirks 0x0000000000000010
[    8.204970] xhci_hcd 0000:46:00.3: xHCI Host Controller
[    8.210200] xhci_hcd 0000:46:00.3: new USB bus registered, assigned bus number 4
[    8.217594] xhci_hcd 0000:46:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[    8.224688] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.11
[    8.232951] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    8.240178] usb usb3: Product: xHCI Host Controller
[    8.245062] usb usb3: Manufacturer: Linux 6.11.0-rc5-next-20240828-195a402a75-c0ceb24fe8d xhci-hcd
[    8.254015] usb usb3: SerialNumber: 0000:46:00.3
[    8.258753] hub 3-0:1.0: USB hub found
[    8.262518] hub 3-0:1.0: 2 ports detected
[    8.267289] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    8.275410] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.11
[    8.283672] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    8.290890] usb usb4: Product: xHCI Host Controller
[    8.295768] usb usb4: Manufacturer: Linux 6.11.0-rc5-next-20240828-195a402a75-c0ceb24fe8d xhci-hcd
[    8.304733] usb usb4: SerialNumber: 0000:46:00.3
[    8.309475] hub 4-0:1.0: USB hub found
[    8.313239] hub 4-0:1.0: 2 ports detected
[    8.318183] usbcore: registered new interface driver uas
[    8.323522] usbcore: registered new interface driver usb-storage
[    8.329613] i8042: PNP: No PS/2 controller found.
[    8.334398] mousedev: PS/2 mouse device common for all mice
[    8.340072] rtc_cmos 00:02: RTC can wake from S4
[    8.344964] rtc_cmos 00:02: registered as rtc0
[    8.349469] rtc_cmos 00:02: setting system clock to 2024-09-02T11:20:24 UTC (1725276024)
[    8.353465] ata5: SATA link down (SStatus 0 SControl 300)
[    8.357593] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram
[    8.362979] ata1: SATA link down (SStatus 0 SControl 300)
[    8.369662] i2c_dev: i2c /dev entries driver
[    8.375077] ata3: SATA link down (SStatus 0 SControl 300)
[    8.379338] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[    8.384257] usb 1-1: new high-speed USB device number 2 using xhci_hcd
[    8.384748] ata2: SATA link down (SStatus 0 SControl 300)
[    8.396905] device-mapper: uevent: version 1.0.3
[    8.403434] ata4: SATA link down (SStatus 0 SControl 300)
[    8.408947] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@lists.linux.dev
[    8.413467] ata6: SATA link down (SStatus 0 SControl 300)
[    8.418853] tsc: Refined TSC clocksource calibration: 1996.248 MHz
[    8.420255] platform eisa.0: Probing EISA bus 0
[    8.420258] platform eisa.0: EISA: Cannot allocate resource for mainboard
[    8.420260] platform eisa.0: Cannot allocate resource for EISA slot 1
[    8.420261] platform eisa.0: Cannot allocate resource for EISA slot 2
[    8.420263] platform eisa.0: Cannot allocate resource for EISA slot 3
[    8.420264] platform eisa.0: Cannot allocate resource for EISA slot 4
[    8.420266] platform eisa.0: Cannot allocate resource for EISA slot 5
[    8.420267] platform eisa.0: Cannot allocate resource for EISA slot 6
[    8.420269] platform eisa.0: Cannot allocate resource for EISA slot 7
[    8.420270] platform eisa.0: Cannot allocate resource for EISA slot 8
[    8.420271] platform eisa.0: EISA: Detected 0 cards
[    8.420276] amd_pstate: driver load is disabled, boot with specific mode to enable this
[    8.427732] ata7: SATA link down (SStatus 0 SControl 300)
[    8.433154] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x398cac3bdaf, max_idle_ns: 881590646346 ns
[    8.439313] ata8: SATA link down (SStatus 0 SControl 300)
[    8.535832] clocksource: Switched to clocksource tsc
[    8.536966] ledtrig-cpu: registered to indicate activity on CPUs
[    8.546877] efifb: probing for efifb
[    8.550472] efifb: No BGRT, not showing boot graphics
[    8.555525] efifb: framebuffer at 0xc6000000, using 3072k, total 3072k
[    8.562079] efifb: mode is 1024x768x32, linelength=4096, pages=1
[    8.568084] efifb: scrolling: redraw
[    8.571661] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    8.577296] fbcon: Deferring console take-over
[    8.581744] fb0: EFI VGA frame buffer device
[    8.586105] drop_monitor: Initializing network drop monitor service
[    8.592384] usb 3-1: new high-speed USB device number 2 using xhci_hcd
[    8.592557] NET: Registered PF_INET6 protocol family
[    8.610728] Segment Routing with IPv6
[    8.614408] In-situ OAM (IOAM) with IPv6
[    8.615153] usb 1-1: New USB device found, idVendor=0424, idProduct=2744, bcdDevice= 1.21
[    8.618355] NET: Registered PF_PACKET protocol family
[    8.626505] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    8.631621] Key type dns_resolver registered
[    8.638706] usb 1-1: Product: USB2734
[    8.638708] usb 1-1: Manufacturer: Microchip Tech
[    8.661923] microcode: Current revision: 0x0a0011d3
[    8.670046] resctrl: L3 allocation detected
[    8.674233] resctrl: MB allocation detected
[    8.678424] resctrl: L3 monitoring detected
[    8.682816] IPI shorthand broadcast: enabled
[    8.689936] sched_clock: Marking stable (8620001477, 68216979)->(9662684083, -974465627)
[    8.697597] hub 1-1:1.0: USB hub found
[    8.702030] hub 1-1:1.0: 4 ports detected
[    8.702466] registered taskstats version 1
[    8.712179] Loading compiled-in X.509 certificates
[    8.717492] Loaded X.509 cert 'Build time autogenerated kernel key: 4378128cd00bd719f653be6e8e982504978c6cd7'
[    8.730604] Demotion targets for Node 0: null
[    8.734966] Demotion targets for Node 1: null
[    8.739977] Key type .fscrypt registered
[    8.743909] Key type fscrypt-provisioning registered
[    8.749822] usb 3-1: New USB device found, idVendor=1604, idProduct=10c0, bcdDevice= 0.00
[    8.758004] usb 3-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    8.761281] usb 2-1: new SuperSpeed USB device number 2 using xhci_hcd
[    8.772181] cryptd: max_cpu_qlen set to 1000
[    8.779379] AES CTR mode by8 optimization enabled
[    8.788624] usb 2-1: New USB device found, idVendor=0424, idProduct=5744, bcdDevice= 1.21
[    8.796812] usb 2-1: New USB device strings: Mfr=2, Product=3, SerialNumber=0
[    8.796910] Key type encrypted registered
[    8.801039] hub 3-1:1.0: USB hub found
[    8.801198] hub 3-1:1.0: 4 ports detected
[    8.803951] usb 2-1: Product: USB5734
[    8.808119] AppArmor: AppArmor sha256 policy hashing enabled
[    8.811712] usb 2-1: Manufacturer: Microchip Tech
[    8.815812] integrity: Loading X.509 certificate: UEFI:db
[    8.835182] integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
[    8.841422] hub 2-1:1.0: USB hub found
[    8.845958] integrity: Loading X.509 certificate: UEFI:db
[    8.849740] hub 2-1:1.0: 4 ports detected
[    8.855125] integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
[    8.870151] integrity: Loading X.509 certificate: UEFI:db
[    8.875701] integrity: Loaded X.509 cert 'VMware, Inc.: 4ad8ba0472073d28127706ddc6ccb9050441bbc7'
[    8.884566] integrity: Loading X.509 certificate: UEFI:db
[    8.890107] integrity: Loaded X.509 cert 'VMware, Inc.: VMware Secure Boot Signing: 04597f3e1ffb240bba0ff0f05d5eb05f3e15f6d7'
[    8.901668] ima: No TPM chip found, activating TPM-bypass!
[    8.907187] Loading compiled-in module X.509 certificates
[    8.913016] Loaded X.509 cert 'Build time autogenerated kernel key: 4378128cd00bd719f653be6e8e982504978c6cd7'
[    8.922924] ima: Allocated hash algorithm: sha1
[    8.927462] ima: No architecture policies found
[    8.932010] evm: Initialising EVM extended attributes:
[    8.937153] evm: security.selinux
[    8.940471] evm: security.SMACK64
[    8.943786] evm: security.SMACK64EXEC
[    8.947455] evm: security.SMACK64TRANSMUTE
[    8.951553] evm: security.SMACK64MMAP
[    8.955222] evm: security.apparmor
[    8.958626] evm: security.ima
[    8.961598] evm: security.capability
[    8.965178] evm: HMAC attrs: 0x1
[    8.968793] PM:   Magic number: 8:604:326
[    8.972813] machinecheck machinecheck101: hash matches
[    8.977993] thermal cooling_device110: hash matches
[    8.982925] pci 0000:45:00.0: hash matches
[    8.987546] RAS: Correctable Errors collector initialized.
[    8.993172] clk: Disabling unused clocks
[    8.997099] PM: genpd: Disabling unused power domains
[    9.003962] Freeing unused decrypted memory: 2028K
[    9.009444] Freeing unused kernel image (initmem) memory: 4684K
[    9.015379] Write protecting the kernel read-only data: 26624k
[    9.021694] Freeing unused kernel image (rodata/data gap) memory: 452K
[    9.092674] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    9.099113] Run /init as init process
[    9.109288] systemd[1]: Inserted module 'autofs4'
[    9.414147] systemd[1]: systemd 250-12.el9_1 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 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK +XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[    9.446039] systemd[1]: Detected architecture x86-64.
[    9.451091] systemd[1]: Running in initial RAM disk.

Welcome to ^[[0;31mRed Hat Enterprise Linux 9.1 (Plow) dracut-057-13.git20220816.el9 (Initramfs)^[[0m!

[    9.480321] systemd[1]: Hostname set to <hostname.amd.com>.
[    9.591656] systemd[1]: Queued start job for default target Initrd Default Target.
[    9.599237] usb 3-1.1: new high-speed USB device number 3 using xhci_hcd
[    9.599340] systemd[1]: Reached target Initrd /usr File System.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mInitrd /usr File System^[[0m.
[    9.628285] systemd[1]: Reached target Local File Systems.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mLocal File Systems^[[0m.
[    9.648290] systemd[1]: Reached target Slice Units.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSlice Units^[[0m.
[    9.668285] systemd[1]: Reached target Swaps.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSwaps^[[0m.
[    9.688276] systemd[1]: Reached target Timer Units.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mTimer Units^[[0m.
[    9.705204] usb 3-1.1: New USB device found, idVendor=1604, idProduct=10c0, bcdDevice= 0.00
[    9.713563] usb 3-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    9.713662] systemd[1]: Listening on D-Bus System Message Bus Socket.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mD-Bus System Message Bus Socket^[[0m.
[    9.744425] systemd[1]: Listening on Journal Socket (/dev/log).
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mJournal Socket (/dev/log)^[[0m.
[    9.761122] hub 3-1.1:1.0: USB hub found
[    9.765186] systemd[1]: Listening on Journal Socket.
[    9.765322] hub 3-1.1:1.0: 4 ports detected
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mJournal Socket^[[0m.
[    9.788428] systemd[1]: Listening on udev Control Socket.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mudev Control Socket^[[0m.
[    9.808379] systemd[1]: Listening on udev Kernel Socket.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mudev Kernel Socket^[[0m.
[    9.828282] systemd[1]: Reached target Socket Units.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSocket Units^[[0m.
[    9.856234] usb 3-1.2: new high-speed USB device number 4 using xhci_hcd
[    9.874275] systemd[1]: Starting Create List of Static Device Nodes...
         Starting ^[[0;1;39mCreate List of Static Device Nodes^[[0m...
[    9.898659] systemd[1]: Starting Journal Service...
         Starting ^[[0;1;39mJournal Service^[[0m...
[    9.917771] systemd[1]: Starting Load Kernel Modules...
         Starting ^[[0;1;39mLoad Kernel Modules^[[0m...
[    9.937728] systemd[1]: Starting Create System Users...
         Starting ^[[0;1;39mCreate System Users^[[0m...
[    9.957688] systemd[1]: Starting Setup Virtual Console...
         Starting ^[[0;1;39mSetup Virtual Console^[[0m...
[    9.977321] usb 3-1.2: New USB device found, idVendor=413c, idProduct=0006, bcdDevice= 0.00
[    9.977604] systemd[1]: Finished Create List of Static Device Nodes.
[    9.985671] usb 3-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    9.985674] usb 3-1.2: Product: DRAC 5 Virtual Keyboard and Mouse
[    9.985675] usb 3-1.2: Manufacturer: DELL
[    9.985677] usb 3-1.2: SerialNumber: DELL413C-1
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate List of Static Device Nodes^[[0m.
[   10.032546] systemd[1]: Started Journal Service.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mJournal Service^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mLoad Kernel Modules^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mSetup Virtual Console^[[0m.
         Starting ^[[0;1;39mdracut cmdline hook^[[0m...
         Starting ^[[0;1;39mApply Kernel Variables^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mApply Kernel Variables^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate System Users^[[0m.
[   10.232236] usb 3-1.4: new high-speed USB device number 5 using xhci_hcd
         Starting ^[[0;1;39mCreate Static Device Nodes in /dev^[[0m...
         Starting ^[[0;1;39mCreate Volatile Files and Directories^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mdracut cmdline hook^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate Static Device Nodes in /dev^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate Volatile Files and Directories^[[0m.
[   10.337202] usb 3-1.4: New USB device found, idVendor=1604, idProduct=10c0, bcdDevice= 0.00
[   10.345553] usb 3-1.4: New USB device strings: Mfr=0, Product=0, SerialNumber=0
         Starting ^[[0;1;39mdracut pre-udev hook^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mdracut pre-udev hook^[[0m.
[   10.401134] hub 3-1.4:1.0: USB hub found
[   10.405325] hub 3-1.4:1.0: 4 ports detected
         Starting ^[[0;1;39mRule-based Manage…for Device Events and Files^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mRule-based Manager for Device Events and Fi[   10.442533] hid: raw HID events driver (C) Jiri Kosina
les^[[0m.
[   10.460203] usbcore: registered new interface driver usbhid
[   10.465784] usbhid: USB HID core driver
         Starting ^[[0;1;39mColdp[   10.471462] usbcore: registered new interface driver usbmouse
lug All udev Dev[   10.471602] usbcore: registered new interface driver usbkbd
ices^[[0m...
[   10.487699] input: DELL DRAC 5 Virtual Keyboard and Mouse as /devices/pci0000:40/0000:40:08.1/0000:46:00.3/usb3/3-1/3-1.2/3-1.2:1.0/0003:413C:0006.0001/input/input1
[   10.502528] hid-generic 0003:413C:0006.0001: input,hidraw0: USB HID v1.01 Mouse [DELL DRAC 5 Virtual Keyboard and Mouse] on usb-0000:46:00.3-1.2/input0
[   10.516214] input: DELL DRAC 5 Virtual Keyboard and Mouse as /devices/pci0000:40/0000:40:08.1/0000:46:00.3/usb3/3-1/3-1.2/3-1.2:1.1/0003:413C:0006.0002/input/input2
[   10.588408] hid-generic 0003:413C:0006.0002: input,hidraw1: USB HID v1.01 Keyboard [DELL DRAC 5 Virtual Keyboard and Mouse] on usb-0000:46:00.3-1.2/input1
[   10.676582] wmi_bus wmi_bus-PNP0C14:00: [Firmware Bug]: WQBC data block query control method not found
[^[[0;32m  OK  ^[[0m] Finished ^[[0[   10.687719] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
;1;39mColdplug A[   10.694677] sp5100-tco sp5100-tco: Using 0xfeb00000 for watchdog MMIO address
ll udev Devices^[[   10.703224] sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0)
[0m.
[   10.713257] ccp 0000:46:00.1: no command queues available
[   10.718765] ccp 0000:46:00.1: sev enabled
[   10.722793] ccp 0000:46:00.1: psp enabled
[   10.736379] tg3 0000:c1:00.0 eth0: Tigon3 [partno(BCM95720) rev 5720000] (PCI Express) MAC address d0:8e:79:bb:95:90
[   10.746899] tg3 0000:c1:00.0 eth0: attached PHY is 5720C (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[1])
[   10.746903] tg3 0000:c1:00.0 eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[1] TSOcap[1]
[   10.746905] tg3 0000:c1:00.0 eth0: dma_rwctrl[00000001] dma_mask[64-bit]
[^[[0;32m  OK  ^[[[   10.772474] ACPI: bus type drm_connector registered
0m] Reached target ^[[0;1;39mSystem Initializatio[   10.780713] mpt3sas version 48.100.00.00 loaded
n^[[0m.
[   10.788983] mpt3sas_cm0: 63 BIT PCI BUS DMA ADDRESSING SUPPORTED, total mem (262456384 kB)
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mNetwork^[[0m.
[   10.806357] tg3 0000:c1:00.1 eth1: Tigon3 [partno(BCM95720) rev 5720000] (PCI Express) MAC address d0:8e:79:bb:95:91
[   10.816881] tg3 0000:c1:00.1 eth1: attached PHY is 5720C (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[1])
[   10.826722] tg3 0000:c1:00.1 eth1: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[1] TSOcap[1]
[   10.834548] tg3 0000:c1:00.1 eth1: dma_rwctrl[00000001] dma_mask[64-bit]
[   10.841427] mgag200 0000:c3:00.0: vgaarb: deactivate vga console
[   10.847775] mpt3sas_cm0: CurrentHostPageSize is 0: Setting default host page size to 4k
[   10.853658] [drm] Initialized mgag200 1.0.0 for 0000:c3:00.0 on minor 0
[   10.855807] mpt3sas_cm0: MSI-X vectors supported: 96
[   10.867348] 	 no of cores: 128, max_msix_vectors: -1
[   10.872318] mpt3sas_cm0:  0 96 96
[   10.872323] fbcon: mgag200drmfb (fb0) is primary device
[   10.872327] fbcon: Deferring console take-over
[   10.876199] mpt3sas_cm0: High IOPs queues : disabled
[   10.880878] mgag200 0000:c3:00.0: [drm] fb0: mgag200drmfb frame buffer device
[   10.885324] mpt3sas0-msix0: PCI-MSI-X enabled: IRQ 108
[   10.902561] mpt3sas0-msix1: PCI-MSI-X enabled: IRQ 109
[   10.907703] mpt3sas0-msix2: PCI-MSI-X enabled: IRQ 110
[   10.912839] mpt3sas0-msix3: PCI-MSI-X enabled: IRQ 111
[   10.917979] mpt3sas0-msix4: PCI-MSI-X enabled: IRQ 112
[   10.923118] mpt3sas0-msix5: PCI-MSI-X enabled: IRQ 113
[   10.928257] mpt3sas0-msix6: PCI-MSI-X enabled: IRQ 114
[   10.933396] mpt3sas0-msix7: PCI-MSI-X enabled: IRQ 115
[   10.938537] mpt3sas0-msix8: PCI-MSI-X enabled: IRQ 116
[   10.943676] mpt3sas0-msix9: PCI-MSI-X enabled: IRQ 117
[   10.948814] mpt3sas0-msix10: PCI-MSI-X enabled: IRQ 118
[   10.954040] mpt3sas0-msix11: PCI-MSI-X enabled: IRQ 119
[   10.959268] mpt3sas0-msix12: PCI-MSI-X enabled: IRQ 120
[   10.964496] mpt3sas0-msix13: PCI-MSI-X enabled: IRQ 121
[   10.969730] mpt3sas0-msix14: PCI-MSI-X enabled: IRQ 122
[   10.969731] mpt3sas0-msix15: PCI-MSI-X enabled: IRQ 123
[   10.969733] mpt3sas0-msix16: PCI-MSI-X enabled: IRQ 124
[   10.969734] mpt3sas0-msix17: PCI-MSI-X enabled: IRQ 125
         Startin[   10.969736] mpt3sas0-msix18: PCI-MSI-X enabled: IRQ 126
g ^[[0;1;39mdracu[   10.997250] mpt3sas0-msix19: PCI-MSI-X enabled: IRQ 127
t initqueue hook[   11.003864] mpt3sas0-msix20: PCI-MSI-X enabled: IRQ 128
^[[0m...
[   11.010475] mpt3sas0-msix21: PCI-MSI-X enabled: IRQ 129
[   11.016476] mpt3sas0-msix22: PCI-MSI-X enabled: IRQ 130
[   11.021700] mpt3sas0-msix23: PCI-MSI-X enabled: IRQ 131
[   11.021701] mpt3sas0-msix24: PCI-MSI-X enabled: IRQ 132
[   11.021703] mpt3sas0-msix25: PCI-MSI-X enabled: IRQ 133
[   11.021704] mpt3sas0-msix26: PCI-MSI-X enabled: IRQ 134
[   11.042611] mpt3sas0-msix27: PCI-MSI-X enabled: IRQ 135
[   11.042613] mpt3sas0-msix28: PCI-MSI-X enabled: IRQ 136
[   11.042614] mpt3sas0-msix29: PCI-MSI-X enabled: IRQ 137
[   11.042615] mpt3sas0-msix30: PCI-MSI-X enabled: IRQ 138
[   11.042617] mpt3sas0-msix31: PCI-MSI-X enabled: IRQ 139
[   11.042618] mpt3sas0-msix32: PCI-MSI-X enabled: IRQ 140
[   11.042619] mpt3sas0-msix33: PCI-MSI-X enabled: IRQ 141
[   11.042621] mpt3sas0-msix34: PCI-MSI-X enabled: IRQ 142
^[[2J^[[3J[   11.042622] mpt3sas0-msix35: PCI-MSI-X enabled: IRQ 143
[   11.090344] mpt3sas0-msix36: PCI-MSI-X enabled: IRQ 144
^[[-1;-1f[   11.095572] mpt3sas0-msix37: PCI-MSI-X enabled: IRQ 145
         Startin[   11.101503] mpt3sas0-msix38: PCI-MSI-X enabled: IRQ 146
g ^[[0;1;39mShow [   11.108095] mpt3sas0-msix39: PCI-MSI-X enabled: IRQ 147
Plymouth Boot Sc[   11.114701] mpt3sas0-msix40: PCI-MSI-X enabled: IRQ 148
reen^[[0m...
[   11.114702] mpt3sas0-msix41: PCI-MSI-X enabled: IRQ 149
[   11.114704] mpt3sas0-msix42: PCI-MSI-X enabled: IRQ 150
[   11.114705] mpt3sas0-msix43: PCI-MSI-X enabled: IRQ 151
[   11.114706] mpt3sas0-msix44: PCI-MSI-X enabled: IRQ 152
[^[[0;32m  OK  ^[[[   11.114708] mpt3sas0-msix45: PCI-MSI-X enabled: IRQ 153
0m] Started ^[[0;[   11.150034] mpt3sas0-msix46: PCI-MSI-X enabled: IRQ 154
1;39mShow Plymou[   11.150036] mpt3sas0-msix47: PCI-MSI-X enabled: IRQ 155
th Boot Screen^[[[   11.150037] mpt3sas0-msix48: PCI-MSI-X enabled: IRQ 156
0m.
[^[[0;32m  [   11.150038] mpt3sas0-msix49: PCI-MSI-X enabled: IRQ 157
OK  ^[[0m] Starte[   11.150040] mpt3sas0-msix50: PCI-MSI-X enabled: IRQ 158
d ^[[0;1;39mForwa[   11.150041] mpt3sas0-msix51: PCI-MSI-X enabled: IRQ 159
rd Password R…[   11.189691] mpt3sas0-msix52: PCI-MSI-X enabled: IRQ 160
s to Plymouth Di[   11.189692] mpt3sas0-msix53: PCI-MSI-X enabled: IRQ 161
rectory Watch^[[0[   11.189693] mpt3sas0-msix54: PCI-MSI-X enabled: IRQ 162
m.
[^[[0;32m  O[   11.189694] mpt3sas0-msix55: PCI-MSI-X enabled: IRQ 163
K  ^[[0m] Reached[   11.189696] mpt3sas0-msix56: PCI-MSI-X enabled: IRQ 164
 target ^[[0;1;39[   11.189697] mpt3sas0-msix57: PCI-MSI-X enabled: IRQ 165
mPath Units^[[0m.[   11.189699] mpt3sas0-msix58: PCI-MSI-X enabled: IRQ 166

[   11.235979] mpt3sas0-msix59: PCI-MSI-X enabled: IRQ 167
[   11.235980] mpt3sas0-msix60: PCI-MSI-X enabled: IRQ 168
[   11.235982] mpt3sas0-msix61: PCI-MSI-X enabled: IRQ 169
[   11.235983] mpt3sas0-msix62: PCI-MSI-X enabled: IRQ 170
[^[[0;32m  OK  ^[[[   11.235985] mpt3sas0-msix63: PCI-MSI-X enabled: IRQ 171
0m] Reached targ[   11.235987] mpt3sas0-msix64: PCI-MSI-X enabled: IRQ 172
et ^[[0;1;39mBasi[   11.270357] mpt3sas0-msix65: PCI-MSI-X enabled: IRQ 173
c System^[[0m.
[   11.276971] mpt3sas0-msix66: PCI-MSI-X enabled: IRQ 174
[   11.283582] mpt3sas0-msix67: PCI-MSI-X enabled: IRQ 175
[   11.288809] mpt3sas0-msix68: PCI-MSI-X enabled: IRQ 176
[   11.294032] mpt3sas0-msix69: PCI-MSI-X enabled: IRQ 177
[   11.299260] mpt3sas0-msix70: PCI-MSI-X enabled: IRQ 178
[   11.304485] mpt3sas0-msix71: PCI-MSI-X enabled: IRQ 179
[   11.309712] mpt3sas0-msix72: PCI-MSI-X enabled: IRQ 180
[   11.314940] mpt3sas0-msix73: PCI-MSI-X enabled: IRQ 181
[   11.320171] mpt3sas0-msix74: PCI-MSI-X enabled: IRQ 182
[   11.325400] mpt3sas0-msix75: PCI-MSI-X enabled: IRQ 183
[   11.330627] mpt3sas0-msix76: PCI-MSI-X enabled: IRQ 184
[   11.335856] mpt3sas0-msix77: PCI-MSI-X enabled: IRQ 185
[   11.341084] mpt3sas0-msix78: PCI-MSI-X enabled: IRQ 186
[   11.346310] mpt3sas0-msix79: PCI-MSI-X enabled: IRQ 187
[   11.351538] mpt3sas0-msix80: PCI-MSI-X enabled: IRQ 188
[   11.356771] mpt3sas0-msix81: PCI-MSI-X enabled: IRQ 189
[   11.361996] mpt3sas0-msix82: PCI-MSI-X enabled: IRQ 190
[   11.367223] mpt3sas0-msix83: PCI-MSI-X enabled: IRQ 191
[   11.372447] mpt3sas0-msix84: PCI-MSI-X enabled: IRQ 192
[   11.377672] mpt3sas0-msix85: PCI-MSI-X enabled: IRQ 193
[   11.382900] mpt3sas0-msix86: PCI-MSI-X enabled: IRQ 194
[   11.388128] mpt3sas0-msix87: PCI-MSI-X enabled: IRQ 195
[   11.393368] mpt3sas0-msix88: PCI-MSI-X enabled: IRQ 196
[   11.398594] mpt3sas0-msix89: PCI-MSI-X enabled: IRQ 197
[   11.403820] mpt3sas0-msix90: PCI-MSI-X enabled: IRQ 198
[   11.409047] mpt3sas0-msix91: PCI-MSI-X enabled: IRQ 199
[   11.414271] mpt3sas0-msix92: PCI-MSI-X enabled: IRQ 200
[   11.419498] mpt3sas0-msix93: PCI-MSI-X enabled: IRQ 201
[   11.424723] mpt3sas0-msix94: PCI-MSI-X enabled: IRQ 202
[   11.429950] mpt3sas0-msix95: PCI-MSI-X enabled: IRQ 203
[   11.435175] mpt3sas_cm0: iomem(0x00000000e2100000), mapped(0x0000000089362967), size(65536)
[   11.443522] mpt3sas_cm0: ioport(0x0000000000001000), size(256)
[   11.507330] mpt3sas_cm0: CurrentHostPageSize is 0: Setting default host page size to 4k
[   11.515330] mpt3sas_cm0: sending message unit reset !!
[   11.521979] mpt3sas_cm0: message unit reset: SUCCESS
[   11.554645] mpt3sas_cm0: scatter gather: sge_in_main_msg(1), sge_per_chain(7), sge_per_io(128), chains_per_io(19)
[   11.566102] mpt3sas_cm0: request pool(0x00000000771eac80) - dma(0xe0600000): depth(9700), frame_size(128), pool_size(1212 kB)
[   11.602611] mpt3sas_cm0: sense pool(0x0000000035ba538c) - dma(0xdef00000): depth(9463), element_size(96), pool_size (887 kB)
[   11.613925] mpt3sas_cm0: reply pool(0x00000000a01a3317) - dma(0xdec00000): depth(9764), frame_size(128), pool_size(1220 kB)
[   11.625060] mpt3sas_cm0: config page(0x00000000223c15b3) - dma(0xdebee000): size(512)
[   11.632891] mpt3sas_cm0: Allocated physical memory: size(40437 kB)
[   11.639068] mpt3sas_cm0: Current Controller Queue Depth(9460),Max Controller Queue Depth(9584)
[   11.647675] mpt3sas_cm0: Scatter Gather Elements per IO(128)
[   11.698596] mpt3sas_cm0: _base_display_fwpkg_version: complete
[   11.704430] mpt3sas_cm0: FW Package Ver(16.17.01.00)
[   11.709681] mpt3sas_cm0: LSISAS3008: FWVersion(16.00.11.00), ChipRevision(0x02)
[   11.716992] mpt3sas_cm0: Protocol=(Initiator,Target), Capabilities=(TLR,EEDP,Snapshot Buffer,Diag Trace Buffer,Task Set Full,NCQ)
[   11.728709] scsi host8: Fusion MPT SAS Host
[   11.734730] mpt3sas_cm0: sending port enable !!
[   11.739692] mpt3sas_cm0: hba_port entry: 00000000939493ae, port: 255 is added to hba_port list
[   11.749371] mpt3sas_cm0: host_add: handle(0x0001), sas_addr(0x52cea7f0be87bf00), phys(8)
[   11.757809] mpt3sas_cm0: handle(0xa) sas_address(0x4433221100000000) port_type(0x1)
[   11.766681] scsi 8:0:0:0: Direct-Access     ATA      MTFDDAK960TDT    J004 PQ: 0 ANSI: 6
[   11.774777] scsi 8:0:0:0: SATA: handle(0x000a), sas_addr(0x4433221100000000), phy(0), device_name(0x500a075131911ad0)
[   11.785374] scsi 8:0:0:0: enclosure logical id (0x52cea7f0be87bf00), slot(1) 
[   11.792504] scsi 8:0:0:0: enclosure level(0x0001), connector name(     )
[   11.799266] scsi 8:0:0:0: atapi(n), ncq(y), asyn_notify(n), smart(y), fua(y), sw_preserve(y)
[   11.807705] scsi 8:0:0:0: qdepth(32), tagged(1), scsi_level(7), cmd_que(1)
[   11.822559]  end_device-8:0: add: handle(0x000a), sas_addr(0x4433221100000000)
[   11.829917] mpt3sas_cm0: handle(0xc) sas_address(0x58ce38ee219651a2) port_type(0x1)
[   11.838584] scsi 8:0:1:0: Direct-Access     KIOXIA   KPM6WVUG960G     BD08 PQ: 0 ANSI: 6
[   11.846678] scsi 8:0:1:0: SSP: handle(0x000c), sas_addr(0x58ce38ee219651a2), phy(4), device_name(0x58ce38ee219651a0)
[   11.857190] scsi 8:0:1:0: enclosure logical id (0x52cea7f0be87bf00), slot(0) 
[   11.864322] scsi 8:0:1:0: enclosure level(0x0001), connector name(     )
[   11.871031] scsi 8:0:1:0: qdepth(254), tagged(1), scsi_level(7), cmd_que(1)
[   11.879835]  end_device-8:1: add: handle(0x000c), sas_addr(0x58ce38ee219651a2)
[   11.887177] mpt3sas_cm0: handle(0xb) sas_address(0x4433221106000000) port_type(0x1)
[   11.895995] scsi 8:0:2:0: Direct-Access     ATA      MTFDDAK960TDT    J004 PQ: 0 ANSI: 6
[   11.904088] scsi 8:0:2:0: SATA: handle(0x000b), sas_addr(0x4433221106000000), phy(6), device_name(0x500a075131911a6f)
[   11.914684] scsi 8:0:2:0: enclosure logical id (0x52cea7f0be87bf00), slot(2) 
[   11.921816] scsi 8:0:2:0: enclosure level(0x0001), connector name(     )
[   11.928568] scsi 8:0:2:0: atapi(n), ncq(y), asyn_notify(n), smart(y), fua(y), sw_preserve(y)
[   11.937007] scsi 8:0:2:0: qdepth(32), tagged(1), scsi_level(7), cmd_que(1)
[   11.951902]  end_device-8:2: add: handle(0x000b), sas_addr(0x4433221106000000)
[   11.976228] mpt3sas_cm0: port enable: SUCCESS
[   11.980909] sd 8:0:0:0: Attached scsi generic sg0 type 0
[   11.981527] sd 8:0:0:0: [sda] 1875385008 512-byte logical blocks: (960 GB/894 GiB)
[   11.986435] scsi 8:0:1:0: Attached scsi generic sg1 type 0
[   11.986692] sd 8:0:1:0: [sdb] 1875385008 512-byte logical blocks: (960 GB/894 GiB)
[   11.986696] sd 8:0:1:0: [sdb] 4096-byte physical blocks
[   11.986877] sd 8:0:1:0: [sdb] Write Protect is off
[   11.987097] sd 8:0:1:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[   11.993795] sd 8:0:0:0: [sda] 4096-byte physical blocks
[   11.999513] scsi 8:0:2:0: Attached scsi generic sg2 type 0
[   12.000138] sd 8:0:2:0: [sdc] 1875385008 512-byte logical blocks: (960 GB/894 GiB)
[   12.000141] sd 8:0:2:0: [sdc] 4096-byte physical blocks
[   12.002147] sd 8:0:2:0: [sdc] Write Protect is off
[   12.003433] sd 8:0:2:0: [sdc] Write cache: enabled, read cache: enabled, supports DPO and FUA
[   12.008943] sd 8:0:0:0: [sda] Write Protect is off
[   12.068314] sd 8:0:0:0: [sda] Write cache: enabled, read cache: enabled, supports DPO and FUA
[   12.073354]  sdb: sdb1 sdb2
[   12.079768] sd 8:0:1:0: [sdb] Attached SCSI disk
[   12.090090]  sdc: sdc1 sdc2
[   12.093010] sd 8:0:2:0: [sdc] Attached SCSI disk
[   12.122209]  sda: sda1 sda2 sda3 sda4 sda5 sda6 sda7
[   12.127746] sd 8:0:0:0: [sda] Attached SCSI disk
[   14.363059] ccp 0000:46:00.1: SEV API:1.55 build:17
[   14.367958] ccp 0000:46:00.1: SEV-SNP API:1.55 build:17
[^[[0;32m  OK  ^[[0m] Found device ^[[0;1;39m/dev/mapper/rhel_hostname-root^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mInitrd Root Device^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mdracut initqueue hook^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mPreparation for Remote File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mRemote File Systems^[[0m.
         Starting ^[[0;1;39mFile System Check…/mapper/rhel_hostname-root^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mFile System Check…ev/mapper/rhel_hostname-root^[[0m.
         Mounting ^[[0;1;39m/sysroot^[[0m...
[   15.004158] SGI XFS with ACLs, security attributes, realtime, quota, no debug enabled
[   15.014224] XFS (dm-1): Mounting V5 Filesystem 254e7c99-a3df-41be-8429-d28e07cb528a
[   15.038323] XFS (dm-1): Ending clean mount
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39m/sysroot^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mInitrd Root File System^[[0m.
         Starting ^[[0;1;39mReload Configuration from the Real Root^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mReload Configuration from the Real Root^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mInitrd File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mInitrd Default Target^[[0m.
         Starting ^[[0;1;39mdracut pre-pivot and cleanup hook^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mdracut pre-pivot and cleanup hook^[[0m.
         Starting ^[[0;1;39mCleaning Up and Shutting Down Daemons^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mNetwork^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mTimer Units^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mD-Bus System Message Bus Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mdracut pre-pivot and cleanup hook^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mInitrd Default Target^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mBasic System^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mInitrd Root Device^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mInitrd /usr File System^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mPath Units^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mRemote File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mPreparation for Remote File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mSlice Units^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mSocket Units^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mSystem Initialization^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mLocal File Systems^[[0m.
[   15.438516] systemd-journald[1093]: Received SIGTERM from PID 1 (systemd).
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mSwaps^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mdracut initqueue hook^[[0m.
         Starting ^[[0;1;39mPlymouth switch root service^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mApply Kernel Variables^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mLoad Kernel Modules^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mCreate Volatile Files and Directories^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mColdplug All udev Devices^[[0m.
         Stopping ^[[0;1;39mRule-based Manage…for Device Events and Files^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCleaning Up and Shutting Down Daemons^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mRule-based Manager for Device Events and Files^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mudev Control Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mudev Kernel Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mdracut pre-udev hook^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mdracut cmdline hook^[[0m.
         Starting ^[[0;1;39mCleanup udev Database^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mCreate Static Device Nodes[   15.541665] systemd[1]: RTC configured in localtime, applying delta of 330 minutes to system time.
 in /dev^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;[   15.554194] systemd[1]: systemd 250-12.el9_1 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 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK +XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[   15.587311] systemd[1]: Detected architecture x86-64.

Welcome to ^[[0;31mRed Hat Enterprise Linux 9.1 (Plow)^[[0m!

[   15.647026] systemd-rc-local-generator[1745]: /etc/rc.d/rc.local is not marked executable, skipping.
[   15.891786] systemd[1]: initrd-switch-root.service: Deactivated successfully.
[   15.899103] systemd[1]: Stopped Switch Root.
[^[[0;32m  OK  ^[[[   15.903651] systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1.
0m] Stopped ^[[0;[   15.914356] systemd[1]: Created slice Virtual Machine and Container Slice.
1;39mSwitch Root[   15.922658] systemd[1]: Created slice Slice /system/getty.
^[[0m.
[^[[0;32m[   15.929786] systemd[1]: Created slice Slice /system/modprobe.
  OK  ^[[0m] Crea[   15.936676] systemd[1]: Created slice Slice /system/serial-getty.
ted slice ^[[0;1;[   15.944209] systemd[1]: Created slice Slice /system/sshd-keygen.
39mVirtual Machi[   15.951525] systemd[1]: Created slice Slice /system/systemd-fsck.
ne and Container[   15.958886] systemd[1]: Created slice User and Session Slice.
 Slice^[[0m.
[^[[   15.965516] systemd[1]: Dispatch Password Requests to Console Directory Watch was skipped because of a failed condition check (ConditionPathExists=!/run/plymouth/pid).
[0;32m  OK  ^[[0m[   15.981843] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
] Created slice [   15.990951] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
^[[0;1;39mSlice /[   16.001563] systemd[1]: Reached target Local Encrypted Volumes.
system/getty^[[0m[   16.008870] systemd[1]: Stopped target Switch Root.
.
[^[[0;32m  OK[   16.015129] systemd[1]: Stopped target Initrd File Systems.
  ^[[0m] Created [   16.022082] systemd[1]: Stopped target Initrd Root File System.
slice ^[[0;1;39mS[   16.029391] systemd[1]: Reached target Local Integrity Protected Volumes.
lice /system/mod[   16.037581] systemd[1]: Reached target Path Units.
probe^[[0m.
[^[[[   16.043750] systemd[1]: Reached target Slice Units.
0;32m  OK  ^[[0m][   16.050018] systemd[1]: Reached target Local Verity Protected Volumes.
 Created slice ^[[   16.057982] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[0;1;39mSlice /s[   16.066165] systemd[1]: Listening on LVM2 poll daemon socket.
ystem/serial-get[   16.073056] systemd[1]: multipathd control socket was skipped because of a failed condition check (ConditionPathExists=/etc/multipath.conf).
ty^[[0m.
[^[[0;32m  OK  ^[[0m] Created slice ^[[0;1;39mSlice /system/sshd-keygen^[[0m.
[^[[0;32m  OK  ^[[0m] Created slice ^[[0;1;39mSlice /system/systemd-fsck^[[0m.
[^[[0;32m  OK  ^[[0m] Created slice ^[[0;1;39mUser and Session Slice^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mForward Password R…uests to Wall Directory Watch^[[0m.
[^[[0;32m  OK  ^[[0m] Set up automount ^[[0;1;39mArbitrary…s File Syst[   16.121455] systemd[1]: Listening on RPCbind Server Activation Socket.
em Automount Poi[   16.128171] systemd[1]: Reached target RPC Port Mapper.
nt^[[0m.
[^[[0;3[   16.135934] systemd[1]: Listening on Process Core Dump Socket.
2m  OK  ^[[0m] Re[   16.142029] systemd[1]: Listening on initctl Compatibility Named Pipe.
ached target ^[[0[   16.150349] systemd[1]: Listening on udev Control Socket.
;1;39mLocal Encr[   16.156750] systemd[1]: Listening on udev Kernel Socket.
ypted Volumes^[[0m.
[^[[0;32m  O[   16.165004] systemd[1]: Activating swap /dev/mapper/rhel_hostname-swap...
K  ^[[0m] Stopped[   16.170184] Adding 7815164k swap on /dev/mapper/rhel_hostname-swap.  Priority:-2 extents:1 across:7815164k SS
 target ^[[0;1;39mSwitch Root^[[0m[   16.186005] systemd[1]: Mounting Huge Pages File System...
.
[^[[0;32m  OK  ^[[0m] Stopped [   16.193923] systemd[1]: Mounting POSIX Message Queue File System...
target ^[[0;1;39m[   16.202925] systemd[1]: Mounting Kernel Debug File System...
Initrd File Syst[   16.209918] systemd[1]: Mounting Kernel Trace File System...
ems^[[0m.
[^[[0;[   16.215843] systemd[1]: Kernel Module supporting RPCSEC_GSS was skipped because of a failed condition check (ConditionPathExists=/etc/krb5.keytab).
32m  OK  ^[[0m] Stopped target ^[[[   16.232913] systemd[1]: Starting Create List of Static Device Nodes...
0;1;39mInitrd Root File System^[[[   16.240983] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
0m.
[^[[0;32m  [   16.253874] systemd[1]: Starting Load Kernel Module configfs...
OK  ^[[0m] Reache[   16.261105] systemd[1]: Starting Load Kernel Module drm...
d target ^[[0;1;3[   16.267968] systemd[1]: Starting Load Kernel Module fuse...
9mLocal Integrity Protected Volu[   16.275671] systemd[1]: Starting Read and set NIS domainname from /etc/sysconfig/network...
mes^[[0m.
[^[[0;[   16.284984] systemd[1]: plymouth-switch-root.service: Deactivated successfully.
32m  OK  ^[[0m] R[   16.293647] systemd[1]: Stopped Plymouth switch root service.
eached target ^[[[   16.300885] systemd[1]: systemd-fsck-root.service: Deactivated successfully.
0;1;39mPath Unit[   16.309206] systemd[1]: Stopped File System Check on Root Device.
s^[[0m.
[^[[0;32[   16.316740] systemd[1]: Stopped Journal Service.
m  OK  ^[[0m] Reached target ^[[0;[   16.324941] systemd[1]: Starting Journal Service...
1;39mSlice Units^[[0m.
[^[[0;32m[   16.332284] systemd[1]: Starting Load Kernel Modules...
[   16.336448] systemd-journald[1773]: File /run/log/journal/8f37f8055146469d8baec3ad508b0084/system.journal corrupted or uncleanly shut down, renaming and replacing.
  OK  ^[[0m] Reached target ^[[0;1[   16.354235] systemd[1]: Starting Generate network units from Kernel command line...
;39mLocal Verity Protected Volum[   16.364711] systemd[1]: Starting Remount Root and Kernel File Systems...
es^[[0m.
[^[[0;3[   16.372863] systemd[1]: Repartition Root Disk was skipped because all trigger condition checks failed.
2m  OK  ^[[0m] Listening on ^[[0;1[   16.385039] systemd[1]: Starting Coldplug All udev Devices...
;39mDevice-mapper event daemon FIFOs^[[0m.
[^[[0[   16.395120] systemd[1]: Activated swap /dev/mapper/rhel_hostname-swap.
;32m  OK  ^[[0m] [   16.403405] systemd[1]: Started Journal Service.
Listening on ^[[0;1;39mLVM2 poll daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mRPCbind Server Activation Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;[   16.423635] systemd-journald[1773]: Received client request to flush runtime journal.
39mRPC Port Mapper^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mProcess Core Dump Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39minitctl Compatibility Named Pipe^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mudev Control Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mudev Kernel Socket^[[0m.
         Activating swap ^[[0;1;39m/dev/mapper/rhel_hostname-swap^[[0m...
         Mounting ^[[0;1;39mHuge Pages File System^[[0m...
         Mounting ^[[0;1;39mPOSIX Message Queue File System^[[0m...
         Mounting ^[[0;1;39mKernel Debug File System^[[0m...
         Mounting ^[[0;1;39mKernel Trace File System^[[0m...
         Starting ^[[0;1;39mCreate List of Static Device Nodes^[[0m...
         Starting ^[[0;1;39mMonitoring of LVM…meventd or progress polling^[[0m...
         Starting ^[[0;1;39mLoad Kernel Module configfs^[[0m...
         Starting ^[[0;1;39mLoad Kernel Module drm^[[0m...
         Starting ^[[0;1;39mLoad Kernel Module fuse^[[0m...
         Starting ^[[0;1;39mRead and set NIS …from /etc/sysconfig/network^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mPlymouth switch root service^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mFile System Check on Root Device^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mJournal Service^[[0m.
         Starting ^[[0;1;39mJournal Service^[[0m...
         Starting ^[[0;1;39mLoad Kernel Modules^[[0m...
         Starting ^[[0;1;39mGenerate network …ts from Kernel command line^[[0m...
         Starting ^[[0;1;39mRemount Root and Kernel File Systems^[[0m...
         Starting ^[[0;1;39mColdplug All udev Devices^[[0m...
[^[[0;32m  OK  ^[[0m] Activated swap ^[[0;1;39m/dev/mapper/rhel_hostname-swap^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mJournal Service^[[0m.
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39mHuge Pages File System^[[0m.
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39mPOSIX Message Queue File System^[[0m.
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39mKernel Debug File System^[[0m.
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39mKernel Trace File System^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate List of Static Device Nodes^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mMonitoring of LV[   16.617984] IPMI message handler: version 39.2
M… dmeventd or progress pollin[   16.625765] ipmi device interface
g^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mLoad Kernel Modul[   16.633819] ipmi_si: IPMI System Interface driver
e configfs^[[0m.\r[   16.639882] ipmi_si dmi-ipmi-si.0: ipmi_platform: probing via SMBIOS

[^[[0;32m  OK  [   16.647553] ipmi_platform: ipmi_si: SMBIOS: io 0xca8 regsize 1 spacing 4 irq 10
^[[0m] Finished ^[[   16.647557] ipmi_si: Adding SMBIOS-specified kcs state machine
[0;1;39mLoad Ker[   16.647681] ipmi_si IPI0001:00: ipmi_platform: probing via ACPI
nel Module drm^[[[   16.670798] ipmi_si IPI0001:00: ipmi_platform: [io  0x0ca8] regsize 1 spacing 4 irq 10
0m.
[^[[0;32m  [   16.680412] ipmi_si dmi-ipmi-si.0: Removing SMBIOS-specified kcs state machine in favor of ACPI
OK  ^[[0m] Finish[   16.690163] ipmi_si: Adding ACPI-specified kcs state machine
ed ^[[0;1;39mLoad[   16.697302] ipmi_si: Trying ACPI-specified kcs state machine at i/o address 0xca8, slave address 0x20, irq 10
 Kernel Module fuse^[[0m.
[^[[0;32m  OK  ^[[0m] F[   16.711614] pstore: backend 'erst' already in use: ignoring 'efi_pstore'
inished ^[[0;1;39[   16.711783] input: PC Speaker as /devices/platform/pcspkr/input/input3
mRead and set NIS …e from /etc[   16.728949] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
/sysconfig/netwo[   16.737417] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
rk^[[0m.
[^[[0;32m  OK  ^[[0m] Fi[   16.747741] RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
nished ^[[0;1;39m[   16.751056] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
Load Kernel Modu[   16.757079] RAPL PMU: hw unit of domain package 2^-16 Joules
les^[[0m.
[^[[0;[   16.766302] i2c i2c-3: Successfully instantiated SPD at 0x50
32m  OK  ^[[0m] F[   16.780298] i2c i2c-3: Successfully instantiated SPD at 0x51
inished ^[[0;1;39[   16.787364] i2c i2c-3: Successfully instantiated SPD at 0x52
mGenerate networ[   16.794403] i2c i2c-3: Successfully instantiated SPD at 0x53
k units from Ker[   16.801450] i2c i2c-3: Successfully instantiated SPD at 0x54
nel command line[   16.808275] i2c i2c-3: Successfully instantiated SPD at 0x55
^[[0m.
[^[[0;32m[   16.815537] i2c i2c-3: Successfully instantiated SPD at 0x56
  OK  ^[[0m] Fini[   16.822580] i2c i2c-3: Successfully instantiated SPD at 0x57
shed ^[[0;1;39mRemount Root and Kernel File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSwaps^[[0m.
         Mounting ^[[0;1;39mFUSE Control File System^[[0m...
         Mounting ^[[0;1;39mKernel Configuration File System^[[0m...
         Starting ^[[0;1;39mFlush Journal to[   16.852620] ee1004 3-0050: 512 byte EE1004-compliant SPD EEPROM, read-only
 Persistent Stor[   16.862011] ee1004 3-0051: 512 byte EE1004-compliant SPD EEPROM, read-only
age^[[0m...
   [   16.870277] ee1004 3-0052: 512 byte EE1004-compliant SPD EEPROM, read-only
      Starting ^[[   16.878527] ee1004 3-0053: 512 byte EE1004-compliant SPD EEPROM, read-only
[0;1;39mLoad/Sav[   16.886782] ee1004 3-0054: 512 byte EE1004-compliant SPD EEPROM, read-only
e Random Seed^[[0[   16.895038] ee1004 3-0055: 512 byte EE1004-compliant SPD EEPROM, read-only
m...
         [   16.903295] ee1004 3-0056: 512 byte EE1004-compliant SPD EEPROM, read-only
Starting ^[[0;1;3[   16.911558] ee1004 3-0057: 512 byte EE1004-compliant SPD EEPROM, read-only
9mApply Kernel Variables^[[0m...
         Starting ^[[0;1;39mCreate Static Device Nodes in /dev^[[0m...
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39mFUSE Control File System^[[0m.
[^[[   16.932561] kvm_amd: TSC scaling supported
[0;32m  OK  ^[[0m[   16.938060] kvm_amd: Nested Virtualization enabled
] Mounted ^[[0;1;[   16.944238] kvm_amd: Nested Paging enabled
39mKernel Config[   16.949715] kvm_amd: LBR virtualization supported
uration File Sys[   16.955806] kvm_amd: SEV enabled (ASIDs 101 - 509)
tem^[[0m.
[^[[0;[   16.961978] kvm_amd: SEV-ES enabled (ASIDs 1 - 100)
32m  OK  ^[[0m] F[   16.968244] kvm_amd: SEV-SNP enabled (ASIDs 1 - 100)
inished ^[[0;1;39[   16.974745] kvm_amd: Virtual VMLOAD VMSAVE supported
mLoad/Save Rando[   16.980949] kvm_amd: Virtual GIF supported
m Seed^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mFlush Journal to Persistent Storage^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mApply Kernel Variables^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate [   17.003936] EDAC MC0: Giving out device to module amd64_edac controller F19h: DEV 0000:00:18.3 (INTERRUPT)
Static Device No[   17.014113] EDAC amd64: F19h detected (node 0).
des in /dev^[[0m.[   17.020043] EDAC amd64: MC: 0:     0MB 1:     0MB

         Star[   17.026129] EDAC amd64: MC: 2: 16384MB 3: 16384MB
ting ^[[0;1;39mRu[   17.032238] EDAC amd64: MC: 0:     0MB 1:     0MB
le-based Manageā[   17.038316] EDAC amd64: MC: 2: 16384MB 3: 16384MB
€¦for Device Eve[   17.044412] EDAC amd64: MC: 0:     0MB 1:     0MB
nts and Files^[[0[   17.050498] EDAC amd64: MC: 2: 16384MB 3: 16384MB
m...
[^[[0;32m [   17.056595] EDAC amd64: MC: 0:     0MB 1:     0MB
 OK  ^[[0m] Start[   17.062684] EDAC amd64: MC: 2: 16384MB 3: 16384MB
ed ^[[0;1;39mRule[   17.068780] EDAC amd64: MC: 0:     0MB 1:     0MB
-based Manager f[   17.074866] EDAC amd64: MC: 2: 16384MB 3: 16384MB
or Device Events[   17.080967] EDAC amd64: MC: 0:     0MB 1:     0MB
 and Files^[[0m.\r[   17.087053] EDAC amd64: MC: 2: 16384MB 3: 16384MB

         Start[   17.093149] EDAC amd64: MC: 0:     0MB 1:     0MB
ing ^[[0;1;39mLoa[   17.099236] EDAC amd64: MC: 2: 16384MB 3: 16384MB
d Kernel Module [   17.105336] EDAC amd64: MC: 0:     0MB 1:     0MB
configfs^[[0m...\r[   17.111421] EDAC amd64: MC: 2: 16384MB 3: 16384MB

         Starting ^[[0;1;39mLoad Kernel Module fuse^[[0m...
[^[[0;32m  OK  ^[[0m[   17.123469] intel_rapl_common: Found RAPL domain package
] Finished ^[[0;1[   17.129751] intel_rapl_common: Found RAPL domain core
;39mLoad Kernel [   17.136666] amd_atl: AMD Address Translation Library initialized
Module configfs^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mLoad Kernel Module fuse^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mColdplug All udev Devices^[[0m.
         Starting ^[[0;1;39mWait for udev To …plete Device Initialization^[[0m...
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mLoad/Save RF …itch Status /dev/rfkill Watch^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39m/usr/sbin/lvm vgch…tivation event rhel_hostname^[[0m.
[   17.184247] ipmi_si IPI0001:00: The BMC does not support setting the recv irq bit, compensating, but the BMC needs to be fixed.
[   17.260353] ipmi_si IPI0001:00: Using irq 10
[   17.284540] ipmi_si IPI0001:00: IPMI message handler: Found new BMC (man_id: 0x0002a2, prod_id: 0x0100, dev_id: 0x20)
[   17.335688] ipmi_si IPI0001:00: IPMI kcs interface initialized
[   17.344033] ipmi_ssif: IPMI SSIF Interface driver
[   17.345858] power_meter ACPI000D:00: Found ACPI power meter.
[   17.354476] power_meter ACPI000D:00: hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mWait for udev To Complete Device Initialization^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mPreparation for Local File Systems^[[0m.
         Mounting ^[[0;1;39m/boot^[[0m...
      [   17.523690] XFS (sda6): Mounting V5 Filesystem 8a4de4ea-bc9f-4c69-9e30-c78fbc184188
   Mounting ^[[0;[   17.525880] XFS (dm-0): Mounting V5 Filesystem 3e33526b-995a-4b32-9d5d-d26941ce5b47
1;39m/home^[[0m...
         Starting ^[[0;1;39mFile System Check…/dev/disk/by-uuid/FBE5-86EF^[[0m...
[   17.549821] XFS (sda6): Ending clean mount
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39m/boot^[[0m.
[   17.567929] XFS (dm-0): Ending clean mount
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39m/home^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mFile System Check…n /dev/disk/by-uuid/FBE5-86EF^[[0m.
         Mounting ^[[0;1;39m/boot/efi^[[0m...
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39m/boot/efi^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mLocal File Systems^[[0m.
         Starting ^[[0;1;39mTell Plymouth To Write Out Runtime Data^[[0m...
         Starting ^[[0;1;39mCreate Volatile Files and Directories^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mTell Plymouth To Write Out Runtime Data^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate Volatile Files and Directories^[[0m.
         Mounting ^[[0;1;39mRPC Pipe File System^[[0m...
         Starting ^[[0;1;39mSecurity Auditing Service^[[0m...
         Starting ^[[0;1;39mRPC Bind^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mRPC Bind^[[0m.
[   17.663816] RPC: Registered named UNIX socket transport module.
[   17.669741] RPC: Registered udp transport module.
[   17.674444] RPC: Registered tcp transport module.
[   17.679149] RPC: Registered tcp-with-tls transport module.
[   17.684637] RPC: Registered tcp NFSv4.1 backchannel transport module.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mSecurity Auditing Service^[[0m.
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39mRPC Pipe File System^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mrpc_pipefs.target^[[0m.
         Starting ^[[0;1;39mRecord System Boot/Shutdown in UTMP^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mRecord System Boot/Shutdown in UTMP^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSystem Initialization^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mdnf makecache --timer^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mDaily rotation of log files^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mUpdates mlocate database every day^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mDaily Cleanup of Temporary Directories^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mdaily update of the root trust anchor for DNSSEC^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mTimer Units^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mD-Bus System Message Bus Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mOpen-iSCSI iscsid Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mOpen-iSCSI iscsiuio Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mSSSD Kerberos…ache Manager responder socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt interface daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt locking daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt locking daemon admin socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt logging daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt logging daemon admin socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt network daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt nodedev daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt nwfilter daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt proxy daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt QEMU daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt QEMU daemon admin socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt QEMU daemon read-only socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt secret daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt storage daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSocket Units^[[0m.
         Starting ^[[0;1;39mD-Bus System Message Bus^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mD-Bus System Message Bus^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mBasic System^[[0m.
         Starting ^[[0;1;39mNTP client/server^[[0m...
         Starting ^[[0;1;39mRestore /run/initramfs on shutdown^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mirqbalance daemon^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mlibstoragemgmt plug-in server daemon^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mLow Memory Monitor^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mMachine Check Exception Logging Daemon^[[0m.
         Starting ^[[0;1;39mAuthorization Manager^[[0m...
         Starting ^[[0;1;39mSystem Logging Service^[[0m...
         Starting ^[[0;1;39mSelf Monitoring a…g Technology (SMART) Daemon^[[0m...
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39msshd-keygen.target^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mUser and Group Name Lookups^[[0m.
         Starting ^[[0;1;39mUser Login Management^[[0m...
         Starting ^[[0;1;39mVirtual Machine a…tainer Registration Service^[[0m...
         Starting ^[[0;1;39mupdate of the roo…NSSEC validation in unbound^[[0m...
         Starting ^[[0;1;39mRotate log files^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mUpdate a database for mlocate^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mSystem Logging Service^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mRestore /run/initramfs on shutdown^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mVirtual Machine an…ontainer Registration Service^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mUser Login Management^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mNTP client/server^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mSelf Monitoring an…ing Technology (SMART) Daemon^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mupdate of the roo… DNSSEC validation in unbound^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mAuthorization Manager^[[0m.
         Starting ^[[0;1;39mfirewalld - dynamic firewall daemon^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mRotate log files^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mfirewalld - dynamic firewall daemon^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mPreparation for Network^[[0m.
         Starting ^[[0;1;39mNetwork Manager^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mNetwork Manager^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mNetwork^[[0m.
         Starting ^[[0;1;39mNetwork Manager Wait Online^[[0m...
         Starting ^[[0;1;39mGSSAPI Proxy Daemon^[[0m...
         Starting ^[[0;1;39mEnable periodic u…f entitlement certificates.^[[0m...
         Starting ^[[0;1;39mOpenSSH server daemon^[[0m...
         Starting ^[[0;1;39mDynamic System Tuning Daemon^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mEnable periodic up… of entitlement certificates.^[[0m.
         Starting ^[[0;1;39mHostname Service^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mGSSAPI Proxy Daemon^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mNFS client services^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mOpenSSH server daemon^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mHostname Service^[[0m.
         Starting ^[[0;1;39mNetwork Manager Script Dispatcher Service^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mNetwork Manager Script Dispatcher Service^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mDynamic System Tuning Daemon^[[0m.
[^[[0m^[[0;31m*     ^[[0m] A start job is running for Network Manager Wait Online (5s / no limit)
[   21.943182] tg3 0000:c1:00.0 eth0: Link is up at 1000 Mbps, full duplex
[   21.949804] tg3 0000:c1:00.0 eth0: Flow control is off for TX and off for RX
[   21.956846] tg3 0000:c1:00.0 eth0: EEE is disabled
^[M\r^[[K[^[[0;1;31m*^[[0m^[[0;31m*    ^[[0m] A start job is running for Network Manager Wait Online (6s / no limit)
^[M\r^[[K[^[[0;31m*^[[0;1;31m*^[[0m^[[0;31m*   ^[[0m] A start job is running for Network Manager Wait Online (6s / no limit)
^[M\r^[[K[ ^[[0;31m*^[[0;1;31m*^[[0m^[[0;31m*  ^[[0m] A start job is running for Network Manager Wait Online (7s / no limit)
^[M\r^[[K[  ^[[0;31m*^[[0;1;31m*^[[0m^[[0;31m* ^[[0m] A start job is running for Network Manager Wait Online (7s / no limit)
^[M\r^[[K[   ^[[0;31m*^[[0;1;31m*^[[0m^[[0;31m*^[[0m] A start job is running for Network Manager Wait Online (8s / no limit)
^[M\r^[[K[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mNetwork Manager Wait Online^[[0m.
^[[K[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mNetwork is Online^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mPreparation for Remote File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mRemote File Systems^[[0m.
         Starting ^[[0;1;39mNotify NFS peers of a restart^[[0m...
         Starting ^[[0;1;39mPermit User Sessions^[[0m...
         Starting ^[[0;1;39mlibvirt QEMU daemon^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mNotify NFS peers of a restart^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mPermit User Sessions^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mDeferred execution scheduler^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mCommand Scheduler^[[0m.
         Starting ^[[0;1;39mHold until boot process finishes up^[[0m...
         Starting ^[[0;1;39mTerminate Plymouth Boot Screen^[[0m...
[   24.742678] fbcon: Taking over console
[   24.792481] Console: switching to colour frame buffer device 128x48

Red Hat Enterprise Linux 9.1 (Plow)
Kernel 6.11.0-rc5-next-20240828-195a402a75-c0ceb24fe8d on an x86_64

Activate the web console with: systemctl enable --now cockpit.socket

hostname login: [ 2901.823462] sda6: Can't mount, would change RO state
^[[2J^[[3J^[[-1;-1f[^[[0;32m  OK  ^[[0m] Unmounted ^[[0;1;39m/run/user/0^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mUser Runtime Directory /run/user/0^[[0m.
[^[[0;32m  OK  ^[[0m] Removed slice ^[[0;1;39mUser Slice of UID 0^[[0m.
         Stopping ^[[0;1;39mPermit User Sessions^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mPermit User Sessions^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mUser and Group Name Lookups^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mRemote File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mPreparation for Remote File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mNFS client services^[[0m.
         Stopping ^[[0;1;39mGSSAPI Proxy Daemon^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mShow Plymouth Reboot Screen^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mGSSAPI Proxy Daemon^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mSystem Logging Service^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mDynamic System Tuning Daemon^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mNetwork^[[0m.
         Stopping ^[[0;1;39mNetwork Manager^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mNetwork Manager^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mPreparation for Network^[[0m.
         Stopping ^[[0;1;39mfirewalld - dynamic firewall daemon^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mfirewalld - dynamic firewall daemon^[[0m.
         Stopping ^[[0;1;39mAuthorization Manager^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mAuthorization Manager^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mBasic System^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mForward Password R…s to Plymouth Directory Watch^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mPath Units^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mSlice Units^[[0m.
[^[[0;32m  OK  ^[[0m] Removed slice ^[[0;1;39mVirtual Machine and Container Slice^[[0m.
[^[[0;32m  OK  ^[[0m] Removed slice ^[[0;1;39mUser and Session Slice^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mSocket Units^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mOpen-iSCSI iscsid Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mOpen-iSCSI iscsiuio Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mSSSD Kerberos Cache Manager responder socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mlibvirt interface daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mlibvirt locking daemon admin socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mlibvirt locking daemon socket^[[0m.
[ 2902.576426] audit: type=1305 audit(1725259119.585:222): op=set audit_pid=0 old=2291 auid=4294967295 ses=4294967295 subj=unconfined res=1
[^[[0;32m  OK  ^[[[ 2902.589851] audit: type=1131 audit(1725259119.597:223): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=auditd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
0m] Closed ^[[0;1[ 2902.609716] audit: type=1131 audit(1725259119.617:224): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
;39mlibvirt logging daemon admin socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;[ 2902.638282] audit: type=1131 audit(1725259119.645:225): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=systemd-fsck@dev-disk-by\x2duuid-FBE5\x2d86EF comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
39mlibvirt loggi[ 2902.661861] XFS (sda6): Unmounting Filesystem 8a4de4ea-bc9f-4c69-9e30-c78fbc184188
ng daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mlibvirt network daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mlibvirt nodedev daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mlibvirt nwfilter daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mlibvirt proxy daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mlibvirt QEMU daemon admin socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mlibvirt QEMU daemon read-only socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mlibvirt QEMU daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mlibvirt secret daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mlibvirt storage daemon socket^[[0m.
         Stopping ^[[0;1;39mD-Bus System Message Bus^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mD-Bus System Message Bus^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mD-Bus System Message Bus Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mSystem Initialization^[[0m.
[^[[0;32m  OK  ^[[0m] Unset automount ^[[0;1;39mArbitrary …s File System Automount Point^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mLocal Encrypted Volumes^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mForward Password R…uests to Wall Directory Watch^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mLocal Integrity Protected Volumes^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mSwaps^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mLocal Verity Protected Volumes^[[0m.
         Deactivating swap ^[[0;1;39m/dev/dis…dm-name-rhel_hostname-swap^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mRead and set NIS d…e from /etc/sysconfig/network^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mApply Kernel Variables^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mLoad Kernel Modules^[[0m.
         Stopping ^[[0;1;39mRecord System Boot/Shutdown in UTMP^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mRecord System Boot/Shutdown in UTMP^[[0m.
         Stopping ^[[0;1;39mSecurity Auditing Service^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mSecurity Auditing Service^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mCreate Volatile Files and Directories^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mLocal File Systems^[[0m.
         Unmounting ^[[0;1;39m/boot/efi^[[0m...
         Unmounting ^[[0;1;39m/home^[[0m...
[^[[0;32m  OK  ^[[0m] Deactivated swap ^[[0;1;39m/dev/disk…yeb12DWUnp5czhD1hrKFNCXkJMetK^[[0m.
[^[[0;32m  OK  ^[[0m] Deactivated swap ^[[0;1;39m/dev/disk…f-0fb1-4c94-97ac-38505613fcbf^[[0m.
[^[[0;32m  OK  ^[[0m] Deactivated swap ^[[0;1;39m/dev/rhel_hostname/swap^[[0m.
[^[[0;32m  OK  ^[[0m] Deactivated swap ^[[0;1;39m/dev/disk…d/dm-name-rhel_hostname-swap^[[0m.
[^[[0;32m  OK  ^[[0m] Deactivated swap ^[[0;1;39m/dev/dm-2^[[0m.
[^[[0;32m  OK  ^[[0m] Deactivated swap ^[[0;1;39m/dev/mapper/rhel_hostname-swap^[[0m.
[^[[0;32m  OK  ^[[0m] Unmounted ^[[0;1;39m/boot/efi^[[0m.
         Unmounting ^[[0;1;39m/boot^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mFile System Check on /dev/disk/by-uuid/FBE5-86EF^[[0m.
[^[[0;32m  OK  ^[[0m] Removed slice ^[[0;1;39mSlice /system/systemd-fsck^[[0m.
[^[[0;32m  OK  ^[[0m] Unmounted ^[[0;1;39m/boot^[[0m.
[ 2903.162285] XFS (dm-0): Unmounting Filesystem 3e33526b-995a-4b32-9d5d-d26941ce5b47
[^[[0;32m  OK  ^[[0m] Unmounted ^[[0;1;39m/home^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mPreparation for Local File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mUnmount All Filesystems^[[0m.
         Stoppin[ 2903.339359] audit: type=1131 audit(1725259120.349:226): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=systemd-remount-fs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
g ^[[0;1;39mMonit[ 2903.361108] audit: type=1131 audit(1725259120.369:227): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
oring of LVM…meventd or progress polling^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mRemount Root and Kernel File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mCreate Static Device Nodes in /dev^[[0m.
[^[[0;32m  OK  ^[[[ 2903.468670] audit: type=1131 audit(1725259120.477:228): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
0m] Stopped ^[[0;[ 2903.490370] audit: type=1130 audit(1725259120.497:229): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=systemd-reboot comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1;39mMonitoring [ 2903.511526] audit: type=1131 audit(1725259120.497:230): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=systemd-reboot comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
of LVM2… dmeventd or progress polling^[[0m.
[^[[0;32m  OK  ^[[0[ 2903.537450] audit: type=1334 audit(1725259120.545:231): prog-id=33 op=UNLOAD
m] Reached target ^[[0;1;39mSystem Shutdown^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mLate Shutdown Services^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mSystem Reboot^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSystem Reboot^[[0m.
[ 2903.587710] watchdog: watchdog0: watchdog did not stop!
[ 2903.598569] systemd-shutdown[1]: Using hardware watchdog 'SP5100 TCO timer', version 0, device /dev/watchdog0
[ 2903.608501] systemd-shutdown[1]: Watchdog running with a timeout of 10min.
[ 2903.623161] systemd-shutdown[1]: Syncing filesystems and block devices.
[ 2903.629812] systemd-shutdown[1]: Sending SIGTERM to remaining processes...
[ 2903.656988] systemd-journald[1773]: Received SIGTERM from PID 1 (systemd-shutdow).
[ 2903.673592] systemd-shutdown[1]: Sending SIGKILL to remaining processes...
[ 2903.698488] systemd-shutdown[1]: Unmounting file systems.
[ 2903.704761] [114115]: Remounting '/' read-only with options 'attr2,inode64,logbufs=8,logbsize=32k,noquota'.
[ 2903.742105] systemd-shutdown[1]: All filesystems unmounted.
[ 2903.748216] systemd-shutdown[1]: Deactivating swaps.
[ 2903.753218] systemd-shutdown[1]: All swaps deactivated.
[ 2903.758446] systemd-shutdown[1]: Detaching loop devices.
[ 2903.764507] systemd-shutdown[1]: All loop devices detached.
[ 2903.770088] systemd-shutdown[1]: Stopping MD devices.
[ 2903.775195] systemd-shutdown[1]: All MD devices stopped.
[ 2903.780510] systemd-shutdown[1]: Detaching DM devices.
[ 2903.785989] systemd-shutdown[1]: Detaching DM /dev/dm-2 (253:2).
[ 2903.826868] systemd-shutdown[1]: Detaching DM /dev/dm-0 (253:0).
[ 2903.878904] systemd-shutdown[1]: Not all DM devices detached, 1 left.
[ 2903.885404] systemd-shutdown[1]: Detaching DM devices.
[ 2903.890723] systemd-shutdown[1]: Not all DM devices detached, 1 left.
[ 2903.897204] systemd-shutdown[1]: Detaching DM devices.
[ 2903.902501] systemd-shutdown[1]: Not all DM devices detached, 1 left.
[ 2903.908946] systemd-shutdown[1]: Cannot finalize remaining DM devices, continuing.
[ 2903.947518] systemd-shutdown[1]: Failed to finalize DM devices, ignoring.
[ 2903.954645] systemd-shutdown[1]: Syncing filesystems and block devices.
[ 2903.961281] systemd-shutdown[1]: Rebooting.
[ 2903.966469] sd 8:0:2:0: [sdc] Synchronizing SCSI cache
[ 2903.972015] sd 8:0:0:0: [sda] Synchronizing SCSI cache
[ 2905.398267] mpt3sas_cm0: sending message unit reset !!
[ 2905.404930] mpt3sas_cm0: message unit reset: SUCCESS
[ 2905.412220] ACPI: PM: Preparing to enter system sleep state S5
[ 2905.418146] kvm: exiting hardware virtualization
[ 2905.422804] reboot: Restarting system
[ 2905.426472] reboot: machine restart
^[[c^[[2J^[[01;01H^[[=3h^[[2J^[[01;01HKEY MAPPING FOR CONSOLE REDIRECTION:

Use the <ESC><1> key sequence for <F1>
Use the <ESC><2> key sequence for <F2>
Use the <ESC><3> key sequence for <F3>
Use the <ESC><0> key sequence for <F10>
Use the <ESC><!> key sequence for <F11>
Use the <ESC><@> key sequence for <F12>

Use the <ESC><Ctrl><M> key sequence for <Ctrl><M>
Use the <ESC><Ctrl><H> key sequence for <Ctrl><H>
Use the <ESC><Ctrl><I> key sequence for <Ctrl><I>
Use the <ESC><Ctrl><J> key sequence for <Ctrl><J>

Use the <ESC><X><X> key sequence for <Alt><x>, where x is any letter
key, and X is the upper case of that key

Use the <ESC><R><ESC><r><ESC><R> key sequence for <Ctrl><Alt><Del>

Press the spacebar to pause...
Initializing PCIe, USB, and Video... Done
PowerEdge R6515
BIOS Version: 2.14.1
Console Redirection Enabled Requested by iDRAC

F2	 = System Setup
F10	 = Lifecycle Controller (Config
	   iDRAC, Update FW, Install OS)
F11	 = Boot Manager
F12	 = PXE Boot
iDRAC IPV4:  10.86.18.202 [Dedicated]
                                
Initializing Firmware Interfaces...
 





Enumerating Boot options...
Enumerating Boot options... Done
Loading Lifecycle Controller Drivers...
Loading Lifecycle Controller Drivers...Done
Lifecycle Controller: Collecting System Inventory...

iDRAC IPV4:  10.86.18.202 [Dedicated]

^[[2J^[[01;01HLifecycle Controller: Done
Booting...
^[[2J^[[01;01HBooting from Integrated Storage Controller 1: Red Hat Enterprise Linux
^[[0m^[[30m^[[40m^[[2J^[[01;01H^[[0m^[[37m^[[40m^[[20;07HUse the ^ and v keys to change the selection.                       
\r      Press 'e' to edit the selected item, or 'c' for a command prompt.   
\r      Press Escape to return to the previous menu.                        ^[[04;80H ^[[0m^[[30m^[[47m^[[04;01H      Red Hat Enterprise Linux (6.11.0-rc4-d2bafcf224-d2bafcf224f) 9.1 (Plow)  ^[[0m^[[37m^[[40m^[[04;79H^[[05;01H      Red Hat Enterprise Linux (6.11.0-rc3-df6cbc62cc-df6cbc6) 9.1 (Plow)      ^[[05;79H^[[06;01H      Red Hat Enterprise Linux (6.11.0-rc2-5189dafa4c-5189daf) 9.1 (Plow)      ^[[06;79H^[[07;01H      Red Hat Enterprise Linux (6.11.0-rc1-d3426a6ed9-d3426a6) 9.1 (Plow)      ^[[07;79H^[[08;01H      Red Hat Enterprise Linux (6.11.0-rc1) 9.1 (Plow)                         ^[[08;79H^[[09;01H      Red Hat Enterprise Linux (6.9.0-rc20ecaefb303) 9.1 (Plow)                ^[[09;79H^[[10;01H      Red Hat Enterprise Linux (5.14.0-162.6.1.el9_1.x86_64) 9.1 (Plow)        ^[[10;79H^[[11;01H      Red Hat Enterprise Linux (0-rescue-8f37f8055146469d8baec3ad508b0084) 9.1>
\r^[[12;01H^[[11;79H^[[12;01H      UEFI Firmware Settings                                                   ^[[12;79H^[[13;01H                                                                               ^[[13;79H^[[14;01H                                                                               ^[[14;79H^[[15;01H                                                                               ^[[15;79H^[[16;01H                                                                               ^[[16;79H^[[17;01H                                                                               ^[[17;79H^[[18;01H                                                                               ^[[18;79H^[[18;80H ^[[04;79H^[[23;01H   The selected entry will be started automatically in 5s.                     ^[[04;79H^[[23;01H   The selected entry will be started automatically in 4s.                     ^[[04;79H^[[23;01H   The selected entry will be started automatically in 3s.                     ^[[04;79H^[[23;01H   The selected entry will be started automatically in 2s.                     ^[[04;79H^[[23;01H   The selected entry will be started automatically in 1s.                     ^[[04;79H^[[23;01H   The selected entry will be started automatically in 0s.                     ^[[04;79H^[[0m^[[30m^[[40m^[[2J^[[01;01H^[[0m^[[37m^[[40m^[[0m^[[30m^[[40m^[[2J^[[01;01H^[[0m^[[37m^[[40m[    0.000000] Linux version 6.11.0-rc4-d2bafcf224-d2bafcf224f (root@hostname.amd.com) (gcc (GCC) 11.4.1 20231218 (Red Hat 11.4.1-3), GNU ld version 2.35.2-43.el9) #1 SMP PREEMPT_DYNAMIC Sun Aug 25 00:10:08 IST 2024
[    0.000000] Command line: BOOT_IMAGE=(hd0,gpt6)/vmlinuz-6.11.0-rc4-d2bafcf224-d2bafcf224f root=/dev/mapper/rhel_hostname-root ro selinux=0 console=ttyS0,115200n8 earlyprintk=ttyS0,115200 net.ifnames=0 biosdevname=0 swiotlb=131072 kvm_amd.debug_swap=0 mem_encrypt=off
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Hygon HygonGenuine
[    0.000000]   Centaur CentaurHauls
[    0.000000]   zhaoxin   Shanghai  
[    0.000000] SEV-SNP: RMP table physical range [0x0000000015e00000 - 0x00000000566fffff]
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000008efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000008f000-0x000000000008ffff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000000090000-0x000000000009ffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000015dfffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000015e00000-0x00000000566fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000056700000-0x00000000567fbfff] usable
[    0.000000] BIOS-e820: [mem 0x00000000567fc000-0x00000000567fcfff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000567fd000-0x000000005a14afff] usable
[    0.000000] BIOS-e820: [mem 0x000000005a14b000-0x000000005a34afff] reserved
[    0.000000] BIOS-e820: [mem 0x000000005a34b000-0x0000000067acefff] usable
[    0.000000] BIOS-e820: [mem 0x0000000067acf000-0x000000006dfcefff] reserved
[    0.000000] BIOS-e820: [mem 0x000000006dfcf000-0x000000006edfefff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000006edff000-0x000000006effefff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000006efff000-0x000000006effffff] usable
[    0.000000] BIOS-e820: [mem 0x000000006f000000-0x000000006f00afff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000006f00b000-0x000000006fffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000070000000-0x000000008fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000aa000000-0x00000000aaffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000c5000000-0x00000000c5ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000e0ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fd000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000207fcfffff] usable
[    0.000000] BIOS-e820: [mem 0x000000207fd00000-0x000000207fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000002080000000-0x000000407f1fffff] usable
[    0.000000] BIOS-e820: [mem 0x000000407f200000-0x000000407fffffff] reserved
[    0.000000] printk: legacy bootconsole [earlyser0] enabled
[    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-0x000000000008efff] usable
[    0.000000] reserve setup_data: [mem 0x000000000008f000-0x000000000008ffff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x0000000000090000-0x000000000009ffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000000100000-0x0000000000b4b01f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000b4b020-0x0000000000b5305f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000b53060-0x0000000000b5401f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000b54020-0x0000000000b8645f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000b86460-0x0000000000b8701f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000b87020-0x0000000000bb945f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000bb9460-0x0000000000bba01f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000bba020-0x0000000000bffe5f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000bffe60-0x0000000015dfffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000015e00000-0x00000000566fffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000056700000-0x00000000567fbfff] usable
[    0.000000] reserve setup_data: [mem 0x00000000567fc000-0x00000000567fcfff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000567fd000-0x000000005a14afff] usable
[    0.000000] reserve setup_data: [mem 0x000000005a14b000-0x000000005a34afff] reserved
[    0.000000] reserve setup_data: [mem 0x000000005a34b000-0x0000000067acefff] usable
[    0.000000] reserve setup_data: [mem 0x0000000067acf000-0x000000006dfcefff] reserved
[    0.000000] reserve setup_data: [mem 0x000000006dfcf000-0x000000006edfefff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x000000006edff000-0x000000006effefff] ACPI data
[    0.000000] reserve setup_data: [mem 0x000000006efff000-0x000000006effffff] usable
[    0.000000] reserve setup_data: [mem 0x000000006f000000-0x000000006f00afff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x000000006f00b000-0x000000006fffffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000070000000-0x000000008fffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000aa000000-0x00000000aaffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000c5000000-0x00000000c5ffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000e0000000-0x00000000e0ffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fd000000-0x00000000ffffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000207fcfffff] usable
[    0.000000] reserve setup_data: [mem 0x000000207fd00000-0x000000207fffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000002080000000-0x000000407f1fffff] usable
[    0.000000] reserve setup_data: [mem 0x000000407f200000-0x000000407fffffff] reserved
[    0.000000] efi: EFI v2.7 by Dell Inc.
[    0.000000] efi: ACPI=0x6effe000 ACPI 2.0=0x6effe014 MEMATTR=0x63f3c4a0 SMBIOS=0x6979e000 SMBIOS 3.0=0x6979c000 MOKvar=0x67bcc000 RNG=0x6efb4020 
[    0.000000] random: crng init done
[    0.000000] efi: Remove mem56: MMIO range=[0x80000000-0x8fffffff] (256MB) from e820 map
[    0.000000] efi: Remove mem57: MMIO range=[0xaa000000-0xaaffffff] (16MB) from e820 map
[    0.000000] efi: Remove mem58: MMIO range=[0xc5000000-0xc5ffffff] (16MB) from e820 map
[    0.000000] efi: Remove mem59: MMIO range=[0xe0000000-0xe0ffffff] (16MB) from e820 map
[    0.000000] efi: Remove mem60: MMIO range=[0xfd000000-0xffffffff] (48MB) from e820 map
[    0.000000] SMBIOS 3.3.0 present.
[    0.000000] DMI: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[    0.000000] DMI: Memory slots populated: 8/16
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 1996.041 MHz processor
[    0.000027] last_pfn = 0x407f200 max_arch_pfn = 0x400000000
[    0.005552] MTRR map: 7 entries (2 fixed + 5 variable; max 19), built from 9 variable MTRRs
[    0.013866] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Memory KASLR using RDRAND RDTSC...
[    0.023905] x2apic: enabled by BIOS, switching to x2apic ops
[    0.029538] last_pfn = 0x70000 max_arch_pfn = 0x400000000
[    0.039403] SEV-SNP: Reserving start/end of RMP table on a 2MB boundary [0x0000000056600000]
[    0.047670] Using GB pages for direct mapping
[    0.053073] Secure boot disabled
[    0.056119] RAMDISK: [mem 0x407cee8000-0x407f1fffff]
[    0.061062] ACPI: Early table checksum verification disabled
[    0.066696] ACPI: RSDP 0x000000006EFFE014 000024 (v02 DELL  )
[    0.072414] ACPI: XSDT 0x000000006EFB7188 0000DC (v01 DELL   PE_SC3   00000002 DELL 00000001)
[    0.080911] ACPI: FACP 0x000000006EFF9000 000114 (v06 DELL   PE_SC3   00000002 DELL 00000001)
[    0.089404] ACPI: DSDT 0x000000006EFDA000 019528 (v02 DELL   PE_SC3   00000002 DELL 00000001)
[    0.097896] ACPI: FACS 0x000000006EDB9000 000040
[    0.102491] ACPI: BERT 0x000000006EFFC000 000030 (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.110984] ACPI: ERST 0x000000006EFFB000 000230 (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.119478] ACPI: HEST 0x000000006EFFA000 0007F4 (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.127973] ACPI: HPET 0x000000006EFF8000 000038 (v01 DELL   PE_SC3   00000002 DELL 00000001)
[    0.136466] ACPI: APIC 0x000000006EFF6000 0018BE (v05 DELL   PE_SC3   00000002 DELL 00000001)
[    0.144961] ACPI: MCFG 0x000000006EFF5000 00003C (v01 DELL   PE_SC3   00000002 DELL 00000001)
[    0.153454] ACPI: WSMT 0x000000006EFF4000 000028 (v01 DELL   PE_SC3   00000002 DELL 00000001)
[    0.161949] ACPI: SSDT 0x000000006EFD9000 000629 (v02 DELL   xhc_port 00000001 INTL 20210331)
[    0.170442] ACPI: SSDT 0x000000006EFD8000 000D6E (v02 AMD    CPMRAS   00000001 INTL 20210331)
[    0.178936] ACPI: EINJ 0x000000006EFD7000 000170 (v01 AMD    PE_SC3   00000001 AMD  00000001)
[    0.187431] ACPI: PCCT 0x000000006EFD6000 00006E (v02 DELL   AmdTable 00000001 AMD  00000001)
[    0.195924] ACPI: SSDT 0x000000006EFC7000 00E849 (v02 DELL   PE_SC3   00000001 AMD  00000001)
[    0.204417] ACPI: SRAT 0x000000006EFC6000 000CD0 (v03 DELL   PE_SC3   00000001 AMD  00000001)
[    0.212913] ACPI: MSCT 0x000000006EFC5000 00004E (v01 DELL   PE_SC3   00000000 AMD  00000001)
[    0.221406] ACPI: SLIT 0x000000006EFC4000 000030 (v01 DELL   PE_SC3   00000001 AMD  00000001)
[    0.229901] ACPI: CRAT 0x000000006EFBC000 0072F8 (v01 DELL   PE_SC3   00000001 AMD  00000001)
[    0.238394] ACPI: CDIT 0x000000006EFBB000 00002C (v01 DELL   PE_SC3   00000001 AMD  00000001)
[    0.246889] ACPI: IVRS 0x000000006EFBA000 0001F0 (v02 DELL   PE_SC3   00000001 AMD  00000001)
[    0.255382] ACPI: SPCR 0x000000006EFB9000 000050 (v02 DELL   PE_SC3   00000002 DELL 00000001)
[    0.263876] ACPI: SLIC 0x000000006EFB8000 000176 (v01 DELL   PE_SC3   00000002 DELL 00000001)
[    0.272371] ACPI: SSDT 0x000000006EFFD000 000D66 (v02 DELL   PE_SC3   00000002 DELL 00000001)
[    0.280864] ACPI: SSDT 0x000000006EFB5000 00193C (v02 AMD    CPMCMN   00000001 INTL 20210331)
[    0.289358] ACPI: Reserving FACP table memory at [mem 0x6eff9000-0x6eff9113]
[    0.296377] ACPI: Reserving DSDT table memory at [mem 0x6efda000-0x6eff3527]
[    0.303398] ACPI: Reserving FACS table memory at [mem 0x6edb9000-0x6edb903f]
[    0.310420] ACPI: Reserving BERT table memory at [mem 0x6effc000-0x6effc02f]
[    0.317440] ACPI: Reserving ERST table memory at [mem 0x6effb000-0x6effb22f]
[    0.324461] ACPI: Reserving HEST table memory at [mem 0x6effa000-0x6effa7f3]
[    0.331480] ACPI: Reserving HPET table memory at [mem 0x6eff8000-0x6eff8037]
[    0.338501] ACPI: Reserving APIC table memory at [mem 0x6eff6000-0x6eff78bd]
[    0.345522] ACPI: Reserving MCFG table memory at [mem 0x6eff5000-0x6eff503b]
[    0.352543] ACPI: Reserving WSMT table memory at [mem 0x6eff4000-0x6eff4027]
[    0.359563] ACPI: Reserving SSDT table memory at [mem 0x6efd9000-0x6efd9628]
[    0.366584] ACPI: Reserving SSDT table memory at [mem 0x6efd8000-0x6efd8d6d]
[    0.373603] ACPI: Reserving EINJ table memory at [mem 0x6efd7000-0x6efd716f]
[    0.380624] ACPI: Reserving PCCT table memory at [mem 0x6efd6000-0x6efd606d]
[    0.387645] ACPI: Reserving SSDT table memory at [mem 0x6efc7000-0x6efd5848]
[    0.394665] ACPI: Reserving SRAT table memory at [mem 0x6efc6000-0x6efc6ccf]
[    0.401687] ACPI: Reserving MSCT table memory at [mem 0x6efc5000-0x6efc504d]
[    0.408707] ACPI: Reserving SLIT table memory at [mem 0x6efc4000-0x6efc402f]
[    0.415728] ACPI: Reserving CRAT table memory at [mem 0x6efbc000-0x6efc32f7]
[    0.422747] ACPI: Reserving CDIT table memory at [mem 0x6efbb000-0x6efbb02b]
[    0.429787] ACPI: Reserving IVRS table memory at [mem 0x6efba000-0x6efba1ef]
[    0.436806] ACPI: Reserving SPCR table memory at [mem 0x6efb9000-0x6efb904f]
[    0.443826] ACPI: Reserving SLIC table memory at [mem 0x6efb8000-0x6efb8175]
[    0.450847] ACPI: Reserving SSDT table memory at [mem 0x6effd000-0x6effdd65]
[    0.457868] ACPI: Reserving SSDT table memory at [mem 0x6efb5000-0x6efb693b]
[    0.464959] APIC: Switched APIC routing to: cluster x2apic
[    0.470360] SRAT: PXM 0 -> APIC 0x0000 -> Node 0
[    0.474943] SRAT: PXM 0 -> APIC 0x0001 -> Node 0
[    0.479536] SRAT: PXM 0 -> APIC 0x0002 -> Node 0
[    0.484129] SRAT: PXM 0 -> APIC 0x0003 -> Node 0
[    0.488724] SRAT: PXM 0 -> APIC 0x0004 -> Node 0
[    0.493317] SRAT: PXM 0 -> APIC 0x0005 -> Node 0
[    0.497911] SRAT: PXM 0 -> APIC 0x0006 -> Node 0
[    0.502505] SRAT: PXM 0 -> APIC 0x0007 -> Node 0
[    0.507098] SRAT: PXM 0 -> APIC 0x0008 -> Node 0
[    0.511692] SRAT: PXM 0 -> APIC 0x0009 -> Node 0
[    0.516286] SRAT: PXM 0 -> APIC 0x000a -> Node 0
[    0.520878] SRAT: PXM 0 -> APIC 0x000b -> Node 0
[    0.525473] SRAT: PXM 0 -> APIC 0x000c -> Node 0
[    0.530092] SRAT: PXM 0 -> APIC 0x000d -> Node 0
[    0.534687] SRAT: PXM 0 -> APIC 0x000e -> Node 0
[    0.539280] SRAT: PXM 0 -> APIC 0x000f -> Node 0
[    0.543874] SRAT: PXM 0 -> APIC 0x0010 -> Node 0
[    0.548467] SRAT: PXM 0 -> APIC 0x0011 -> Node 0
[    0.553063] SRAT: PXM 0 -> APIC 0x0012 -> Node 0
[    0.557654] SRAT: PXM 0 -> APIC 0x0013 -> Node 0
[    0.562248] SRAT: PXM 0 -> APIC 0x0014 -> Node 0
[    0.566842] SRAT: PXM 0 -> APIC 0x0015 -> Node 0
[    0.571435] SRAT: PXM 0 -> APIC 0x0016 -> Node 0
[    0.576030] SRAT: PXM 0 -> APIC 0x0017 -> Node 0
[    0.580623] SRAT: PXM 0 -> APIC 0x0018 -> Node 0
[    0.585216] SRAT: PXM 0 -> APIC 0x0019 -> Node 0
[    0.589810] SRAT: PXM 0 -> APIC 0x001a -> Node 0
[    0.594405] SRAT: PXM 0 -> APIC 0x001b -> Node 0
[    0.598998] SRAT: PXM 0 -> APIC 0x001c -> Node 0
[    0.603592] SRAT: PXM 0 -> APIC 0x001d -> Node 0
[    0.608185] SRAT: PXM 0 -> APIC 0x001e -> Node 0
[    0.612780] SRAT: PXM 0 -> APIC 0x001f -> Node 0
[    0.617372] SRAT: PXM 0 -> APIC 0x0020 -> Node 0
[    0.621967] SRAT: PXM 0 -> APIC 0x0021 -> Node 0
[    0.626560] SRAT: PXM 0 -> APIC 0x0022 -> Node 0
[    0.631154] SRAT: PXM 0 -> APIC 0x0023 -> Node 0
[    0.635782] SRAT: PXM 0 -> APIC 0x0024 -> Node 0
[    0.640376] SRAT: PXM 0 -> APIC 0x0025 -> Node 0
[    0.644969] SRAT: PXM 0 -> APIC 0x0026 -> Node 0
[    0.649563] SRAT: PXM 0 -> APIC 0x0027 -> Node 0
[    0.654156] SRAT: PXM 0 -> APIC 0x0028 -> Node 0
[    0.658750] SRAT: PXM 0 -> APIC 0x0029 -> Node 0
[    0.663343] SRAT: PXM 0 -> APIC 0x002a -> Node 0
[    0.667939] SRAT: PXM 0 -> APIC 0x002b -> Node 0
[    0.672532] SRAT: PXM 0 -> APIC 0x002c -> Node 0
[    0.677124] SRAT: PXM 0 -> APIC 0x002d -> Node 0
[    0.681719] SRAT: PXM 0 -> APIC 0x002e -> Node 0
[    0.686313] SRAT: PXM 0 -> APIC 0x002f -> Node 0
[    0.690906] SRAT: PXM 0 -> APIC 0x0030 -> Node 0
[    0.695500] SRAT: PXM 0 -> APIC 0x0031 -> Node 0
[    0.700093] SRAT: PXM 0 -> APIC 0x0032 -> Node 0
[    0.704687] SRAT: PXM 0 -> APIC 0x0033 -> Node 0
[    0.709281] SRAT: PXM 0 -> APIC 0x0034 -> Node 0
[    0.713874] SRAT: PXM 0 -> APIC 0x0035 -> Node 0
[    0.718469] SRAT: PXM 0 -> APIC 0x0036 -> Node 0
[    0.723062] SRAT: PXM 0 -> APIC 0x0037 -> Node 0
[    0.727656] SRAT: PXM 0 -> APIC 0x0038 -> Node 0
[    0.732250] SRAT: PXM 0 -> APIC 0x0039 -> Node 0
[    0.736851] SRAT: PXM 0 -> APIC 0x003a -> Node 0
[    0.741445] SRAT: PXM 0 -> APIC 0x003b -> Node 0
[    0.746039] SRAT: PXM 0 -> APIC 0x003c -> Node 0
[    0.750634] SRAT: PXM 0 -> APIC 0x003d -> Node 0
[    0.755227] SRAT: PXM 0 -> APIC 0x003e -> Node 0
[    0.759820] SRAT: PXM 0 -> APIC 0x003f -> Node 0
[    0.764415] SRAT: PXM 1 -> APIC 0x0040 -> Node 1
[    0.769008] SRAT: PXM 1 -> APIC 0x0041 -> Node 1
[    0.773601] SRAT: PXM 1 -> APIC 0x0042 -> Node 1
[    0.778195] SRAT: PXM 1 -> APIC 0x0043 -> Node 1
[    0.782789] SRAT: PXM 1 -> APIC 0x0044 -> Node 1
[    0.787382] SRAT: PXM 1 -> APIC 0x0045 -> Node 1
[    0.791977] SRAT: PXM 1 -> APIC 0x0046 -> Node 1
[    0.796569] SRAT: PXM 1 -> APIC 0x0047 -> Node 1
[    0.801163] SRAT: PXM 1 -> APIC 0x0048 -> Node 1
[    0.805756] SRAT: PXM 1 -> APIC 0x0049 -> Node 1
[    0.810351] SRAT: PXM 1 -> APIC 0x004a -> Node 1
[    0.814945] SRAT: PXM 1 -> APIC 0x004b -> Node 1
[    0.819539] SRAT: PXM 1 -> APIC 0x004c -> Node 1
[    0.824132] SRAT: PXM 1 -> APIC 0x004d -> Node 1
[    0.828726] SRAT: PXM 1 -> APIC 0x004e -> Node 1
[    0.833319] SRAT: PXM 1 -> APIC 0x004f -> Node 1
[    0.837913] SRAT: PXM 1 -> APIC 0x0050 -> Node 1
[    0.842525] SRAT: PXM 1 -> APIC 0x0051 -> Node 1
[    0.847126] SRAT: PXM 1 -> APIC 0x0052 -> Node 1
[    0.851721] SRAT: PXM 1 -> APIC 0x0053 -> Node 1
[    0.856314] SRAT: PXM 1 -> APIC 0x0054 -> Node 1
[    0.860908] SRAT: PXM 1 -> APIC 0x0055 -> Node 1
[    0.865502] SRAT: PXM 1 -> APIC 0x0056 -> Node 1
[    0.870095] SRAT: PXM 1 -> APIC 0x0057 -> Node 1
[    0.874689] SRAT: PXM 1 -> APIC 0x0058 -> Node 1
[    0.879282] SRAT: PXM 1 -> APIC 0x0059 -> Node 1
[    0.883875] SRAT: PXM 1 -> APIC 0x005a -> Node 1
[    0.888469] SRAT: PXM 1 -> APIC 0x005b -> Node 1
[    0.893063] SRAT: PXM 1 -> APIC 0x005c -> Node 1
[    0.897657] SRAT: PXM 1 -> APIC 0x005d -> Node 1
[    0.902251] SRAT: PXM 1 -> APIC 0x005e -> Node 1
[    0.906844] SRAT: PXM 1 -> APIC 0x005f -> Node 1
[    0.911439] SRAT: PXM 1 -> APIC 0x0060 -> Node 1
[    0.916031] SRAT: PXM 1 -> APIC 0x0061 -> Node 1
[    0.920625] SRAT: PXM 1 -> APIC 0x0062 -> Node 1
[    0.925220] SRAT: PXM 1 -> APIC 0x0063 -> Node 1
[    0.929813] SRAT: PXM 1 -> APIC 0x0064 -> Node 1
[    0.934406] SRAT: PXM 1 -> APIC 0x0065 -> Node 1
[    0.938999] SRAT: PXM 1 -> APIC 0x0066 -> Node 1
[    0.943595] SRAT: PXM 1 -> APIC 0x0067 -> Node 1
[    0.948231] SRAT: PXM 1 -> APIC 0x0068 -> Node 1
[    0.952824] SRAT: PXM 1 -> APIC 0x0069 -> Node 1
[    0.957418] SRAT: PXM 1 -> APIC 0x006a -> Node 1
[    0.962012] SRAT: PXM 1 -> APIC 0x006b -> Node 1
[    0.966606] SRAT: PXM 1 -> APIC 0x006c -> Node 1
[    0.971200] SRAT: PXM 1 -> APIC 0x006d -> Node 1
[    0.975794] SRAT: PXM 1 -> APIC 0x006e -> Node 1
[    0.980387] SRAT: PXM 1 -> APIC 0x006f -> Node 1
[    0.984980] SRAT: PXM 1 -> APIC 0x0070 -> Node 1
[    0.989574] SRAT: PXM 1 -> APIC 0x0071 -> Node 1
[    0.994167] SRAT: PXM 1 -> APIC 0x0072 -> Node 1
[    0.998761] SRAT: PXM 1 -> APIC 0x0073 -> Node 1
[    1.003355] SRAT: PXM 1 -> APIC 0x0074 -> Node 1
[    1.007949] SRAT: PXM 1 -> APIC 0x0075 -> Node 1
[    1.012542] SRAT: PXM 1 -> APIC 0x0076 -> Node 1
[    1.017135] SRAT: PXM 1 -> APIC 0x0077 -> Node 1
[    1.021731] SRAT: PXM 1 -> APIC 0x0078 -> Node 1
[    1.026323] SRAT: PXM 1 -> APIC 0x0079 -> Node 1
[    1.030918] SRAT: PXM 1 -> APIC 0x007a -> Node 1
[    1.035510] SRAT: PXM 1 -> APIC 0x007b -> Node 1
[    1.040105] SRAT: PXM 1 -> APIC 0x007c -> Node 1
[    1.044698] SRAT: PXM 1 -> APIC 0x007d -> Node 1
[    1.049292] SRAT: PXM 1 -> APIC 0x007e -> Node 1
[    1.053903] SRAT: PXM 1 -> APIC 0x007f -> Node 1
[    1.058500] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff]
[    1.064477] ACPI: SRAT: Node 0 PXM 0 [mem 0x000c0000-0x7fffffff]
[    1.070457] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0x207fffffff]
[    1.076699] ACPI: SRAT: Node 1 PXM 1 [mem 0x2080000000-0x407fffffff]
[    1.083034] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x000c0000-0x7fffffff] -> [mem 0x00000000-0x7fffffff]
[    1.093252] NUMA: Node 0 [mem 0x00000000-0x7fffffff] + [mem 0x100000000-0x207fffffff] -> [mem 0x00000000-0x207fffffff]
[    1.103920] NODE_DATA(0) allocated [mem 0x207fcd5000-0x207fcfffff]
[    1.110076] NODE_DATA(1) allocated [mem 0x407cebc000-0x407cee6fff]
[    1.116553] Zone ranges:
[    1.118908]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    1.125062]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    1.131215]   Normal   [mem 0x0000000100000000-0x000000407f1fffff]
[    1.137370]   Device   empty
[    1.140230] Movable zone start for each node
[    1.144477] Early memory node ranges
[    1.148031]   node   0: [mem 0x0000000000001000-0x000000000008efff]
[    1.154271]   node   0: [mem 0x0000000000090000-0x000000000009ffff]
[    1.160520]   node   0: [mem 0x0000000000100000-0x0000000015dfffff]
[    1.166761]   node   0: [mem 0x0000000056700000-0x00000000567fbfff]
[    1.173001]   node   0: [mem 0x00000000567fd000-0x000000005a14afff]
[    1.179241]   node   0: [mem 0x000000005a34b000-0x0000000067acefff]
[    1.185481]   node   0: [mem 0x000000006efff000-0x000000006effffff]
[    1.191722]   node   0: [mem 0x000000006f00b000-0x000000006fffffff]
[    1.197963]   node   0: [mem 0x0000000100000000-0x000000207fcfffff]
[    1.204212]   node   1: [mem 0x0000002080000000-0x000000407f1fffff]
[    1.210453] Initmem setup node 0 [mem 0x0000000000001000-0x000000207fcfffff]
[    1.217466] Initmem setup node 1 [mem 0x0000002080000000-0x000000407f1fffff]
[    1.224488] On node 0, zone DMA: 1 pages in unavailable ranges
[    1.230291] On node 0, zone DMA: 1 pages in unavailable ranges
[    1.236111] On node 0, zone DMA: 96 pages in unavailable ranges
[    1.242438] On node 0, zone DMA32: 35072 pages in unavailable ranges
[    1.248647] On node 0, zone DMA32: 1 pages in unavailable ranges
[    1.254743] On node 0, zone DMA32: 512 pages in unavailable ranges
[    1.260922] On node 0, zone DMA32: 30000 pages in unavailable ranges
[    1.267122] On node 0, zone DMA32: 11 pages in unavailable ranges
[    1.491910] On node 1, zone Normal: 768 pages in unavailable ranges
[    1.498021] On node 1, zone Normal: 3584 pages in unavailable ranges
[    1.504469] ACPI: PM-Timer IO Port: 0x408
[    1.508340] ACPI: X2APIC_NMI (uid[0xffffffff] high edge lint[0x1])
[    1.514469] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    1.520376] IOAPIC[0]: apic_id 240, version 33, address 0xfec00000, GSI 0-23
[    1.527387] IOAPIC[1]: apic_id 241, version 33, address 0xe0100000, GSI 120-151
[    1.534667] IOAPIC[2]: apic_id 242, version 33, address 0xc5100000, GSI 88-119
[    1.541860] IOAPIC[3]: apic_id 243, version 33, address 0xaa100000, GSI 56-87
[    1.548967] IOAPIC[4]: apic_id 244, version 33, address 0xfd100000, GSI 24-55
[    1.556074] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    1.562398] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    1.568906] ACPI: Using ACPI (MADT) for SMP configuration information
[    1.575313] ACPI: HPET id: 0x10228201 base: 0xfed00000
[    1.580429] ACPI: SPCR: console: uart,io,0x2f8,115200
[    1.585457] CPU topo: Max. logical packages:   1
[    1.590048] CPU topo: Max. logical dies:       1
[    1.594641] CPU topo: Max. dies per package:   1
[    1.599238] CPU topo: Max. threads per core:   2
[    1.603829] CPU topo: Num. cores per package:    64
[    1.608682] CPU topo: Num. threads per package: 128
[    1.613536] CPU topo: Allowing 128 present CPUs plus 0 hotplug CPUs
[    1.619802] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    1.627318] PM: hibernation: Registered nosave memory: [mem 0x0008f000-0x0008ffff]
[    1.634857] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    1.642398] PM: hibernation: Registered nosave memory: [mem 0x00b4b000-0x00b4bfff]
[    1.649938] PM: hibernation: Registered nosave memory: [mem 0x00b53000-0x00b53fff]
[    1.657479] PM: hibernation: Registered nosave memory: [mem 0x00b54000-0x00b54fff]
[    1.665021] PM: hibernation: Registered nosave memory: [mem 0x00b86000-0x00b86fff]
[    1.672560] PM: hibernation: Registered nosave memory: [mem 0x00b87000-0x00b87fff]
[    1.680101] PM: hibernation: Registered nosave memory: [mem 0x00bb9000-0x00bb9fff]
[    1.687642] PM: hibernation: Registered nosave memory: [mem 0x00bba000-0x00bbafff]
[    1.695182] PM: hibernation: Registered nosave memory: [mem 0x00bff000-0x00bfffff]
[    1.702724] PM: hibernation: Registered nosave memory: [mem 0x15e00000-0x566fffff]
[    1.710280] PM: hibernation: Registered nosave memory: [mem 0x56700000-0x567fbfff]
[    1.717821] PM: hibernation: Registered nosave memory: [mem 0x567fc000-0x567fcfff]
[    1.725360] PM: hibernation: Registered nosave memory: [mem 0x567fd000-0x567fffff]
[    1.732903] PM: hibernation: Registered nosave memory: [mem 0x5a14b000-0x5a34afff]
[    1.740444] PM: hibernation: Registered nosave memory: [mem 0x67acf000-0x6dfcefff]
[    1.747983] PM: hibernation: Registered nosave memory: [mem 0x6dfcf000-0x6edfefff]
[    1.755524] PM: hibernation: Registered nosave memory: [mem 0x6edff000-0x6effefff]
[    1.763065] PM: hibernation: Registered nosave memory: [mem 0x6f000000-0x6f00afff]
[    1.770606] PM: hibernation: Registered nosave memory: [mem 0x70000000-0x7fffffff]
[    1.778145] PM: hibernation: Registered nosave memory: [mem 0x80000000-0xffffffff]
[    1.785687] PM: hibernation: Registered nosave memory: [mem 0x207fd00000-0x207fffffff]
[    1.793575] [mem 0x56800000-0xffffffff] available for PCI devices
[    1.799641] Booting paravirtualized kernel on bare hardware
[    1.805189] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    1.815620] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:128 nr_cpu_ids:128 nr_node_ids:2
[    1.827926] percpu: Embedded 66 pages/cpu s233472 r8192 d28672 u524288
[    1.834399] Kernel command line: BOOT_IMAGE=(hd0,gpt6)/vmlinuz-6.11.0-rc4-d2bafcf224-d2bafcf224f root=/dev/mapper/rhel_hostname-root ro selinux=0 console=ttyS0,115200n8 earlyprintk=ttyS0,115200 net.ifnames=0 biosdevname=0 swiotlb=131072 kvm_amd.debug_swap=0 mem_encrypt=off
[    1.858600] Unknown kernel command line parameters "BOOT_IMAGE=(hd0,gpt6)/vmlinuz-6.11.0-rc4-d2bafcf224-d2bafcf224f biosdevname=0 mem_encrypt=off", will be passed to user space.
[    1.874249] printk: log_buf_len individual max cpu contribution: 4096 bytes
[    1.881165] printk: log_buf_len total cpu_extra contributions: 520192 bytes
[    1.888099] printk: log_buf_len min size: 262144 bytes
[    1.893598] printk: log_buf_len: 1048576 bytes
[    1.897858] printk: early log buf free: 236136(90%)
[    1.904131] Fallback order for Node 0: 0 1 
[    1.904134] Fallback order for Node 1: 1 0 
[    1.904143] Built 2 zonelists, mobility grouping on.  Total pages: 66743906
[    1.919241] Policy zone: Normal
[    1.922368] mem auto-init: stack:off, heap alloc:on, heap free:off
[    1.928547] software IO TLB: area num 128.
[    2.346070] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=128, Nodes=2
Poking KASLR using RDRAND RDTSC...
[    2.355713] ftrace: allocating 53030 entries in 208 pages
[    2.371722] ftrace: allocated 208 pages with 3 groups
[    2.377404] Dynamic Preempt: voluntary
[    2.381304] rcu: Preemptible hierarchical RCU implementation.
[    2.386869] rcu: 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=128.
[    2.393804] 	Trampoline variant of Tasks RCU enabled.
[    2.398829] 	Rude variant of Tasks RCU enabled.
[    2.403337] 	Tracing variant of Tasks RCU enabled.
[    2.408104] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    2.415644] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=128
[    2.422532] RCU Tasks: Setting shift to 7 and lim to 1 rcu_task_cb_adjust=1.
[    2.429516] RCU Tasks Rude: Setting shift to 7 and lim to 1 rcu_task_cb_adjust=1.
[    2.436997] RCU Tasks Trace: Setting shift to 7 and lim to 1 rcu_task_cb_adjust=1.
[    2.447137] NR_IRQS: 524544, nr_irqs: 3624, preallocated irqs: 16
[    2.453306] rcu: srcu_init: Setting srcu_struct sizes to big.
[    2.459014] Console: colour dummy device 80x25
[    2.463306] printk: legacy console [ttyS0] enabled
[    2.463306] printk: legacy console [ttyS0] enabled
[    2.472840] printk: legacy bootconsole [earlyser0] disabled
[    2.472840] printk: legacy bootconsole [earlyser0] disabled
[    2.484030] mempolicy: Enabling automatic NUMA balancing. Configure with numa_balancing= or the kernel.numa_balancing sysctl
[    2.495312] ACPI: Core revision 20240322
[    2.499462] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[    2.508599] APIC: Switch to symmetric I/O mode setup
[    2.514548] AMD-Vi: Using global IVHD EFR:0x841f77e022094ace, EFR2:0x0
[    2.523390] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    2.548606] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x398b24ebe78, max_idle_ns: 881590629333 ns
[    2.559128] Calibrating delay loop (skipped), value calculated using timer frequency.. 3992.08 BogoMIPS (lpj=7984164)
[    2.563139] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[    2.567241] LVT offset 2 assigned for vector 0xf4
[    2.571160] Last level iTLB entries: 4KB 512, 2MB 512, 4MB 256
[    2.575127] Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
[    2.579128] process: using mwait in idle threads
[    2.583128] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    2.587128] Spectre V2 : Mitigation: Retpolines
[    2.591127] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    2.595127] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
[    2.599127] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    2.603128] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    2.607127] Spectre V2 : User space: Mitigation: STIBP always-on protection
[    2.611127] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[    2.615127] Speculative Return Stack Overflow: Mitigation: Safe RET
[    2.619129] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    2.623127] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    2.627127] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    2.631127] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
[    2.635127] x86/fpu: Supporting XSAVE feature 0x800: 'Control-flow User registers'
[    2.639127] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    2.643127] x86/fpu: xstate_offset[9]:  832, xstate_sizes[9]:    8
[    2.647127] x86/fpu: xstate_offset[11]:  840, xstate_sizes[11]:   16
[    2.651127] x86/fpu: Enabled xstate features 0xa07, context size is 856 bytes, using 'compacted' format.
[    2.686236] Freeing SMP alternatives memory: 44K
[    2.687128] pid_max: default: 131072 minimum: 1024
[    2.695231] LSM: initializing lsm=lockdown,capability,yama,apparmor,ima,evm
[    2.699155] Yama: becoming mindful.
[    2.703144] AppArmor: AppArmor initialized
[    2.716516] Dentry cache hash table entries: 16777216 (order: 15, 134217728 bytes, vmalloc hugepage)
[    2.724800] Inode-cache hash table entries: 8388608 (order: 14, 67108864 bytes, vmalloc hugepage)
[    2.727313] Mount-cache hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc)
[    2.731273] Mountpoint-cache hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc)
[    2.846954] smpboot: CPU0: AMD EPYC 7713 64-Core Processor (family: 0x19, model: 0x1, stepping: 0x1)
[    2.847482] Performance Events: Fam17h+ core perfctr, AMD PMU driver.
[    2.851128] ... version:                0
[    2.855127] ... bit width:              48
[    2.859128] ... generic registers:      6
[    2.863127] ... value mask:             0000ffffffffffff
[    2.867127] ... max period:             00007fffffffffff
[    2.871127] ... fixed-purpose events:   0
[    2.875127] ... event mask:             000000000000003f
[    2.879390] signal: max sigframe size: 3376
[    2.883163] rcu: Hierarchical SRCU implementation.
[    2.887128] rcu: 	Max phase no-delay instances is 1000.
[    2.891175] Timer migration: 3 hierarchy levels; 8 children per group; 2 crossnode level
[    2.901219] MCE: In-kernel MCE decoding enabled.
[    2.903178] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    2.908091] smp: Bringing up secondary CPUs ...
[    2.911260] smpboot: x86: Booting SMP configuration:
[    2.915130] .... 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
[    2.923129] .... node  #1, CPUs:    #32  #33  #34  #35  #36  #37  #38  #39  #40  #41  #42  #43  #44  #45  #46  #47  #48  #49  #50  #51  #52  #53  #54  #55  #56  #57  #58  #59  #60  #61  #62  #63
[    3.075129] .... node  #0, CPUs:    #64  #65  #66  #67  #68  #69  #70  #71  #72  #73  #74  #75  #76  #77  #78  #79  #80  #81  #82  #83  #84  #85  #86  #87  #88  #89  #90  #91  #92  #93  #94  #95
[    3.087128] .... node  #1, CPUs:    #96  #97  #98  #99 #100 #101 #102 #103 #104 #105 #106 #107 #108 #109 #110 #111 #112 #113 #114 #115 #116 #117 #118 #119 #120 #121 #122 #123 #124 #125 #126 #127
[    3.097129] Spectre V2 : Update user space SMT mitigation: STIBP always-on
[    3.245129] smp: Brought up 2 nodes, 128 CPUs
[    3.247132] smpboot: Total of 128 processors activated (510986.49 BogoMIPS)
[    3.263137] Memory: 262102872K/266975624K available (18432K kernel code, 3225K rwdata, 7356K rodata, 4656K init, 4228K bss, 4560328K reserved, 0K cma-reserved)
[    3.273826] devtmpfs: initialized
[    3.275206] x86/mm: Memory block size: 2048MB
[    3.289808] ACPI: PM: Registering ACPI NVS region [mem 0x0008f000-0x0008ffff] (4096 bytes)
[    3.291128] ACPI: PM: Registering ACPI NVS region [mem 0x6dfcf000-0x6edfefff] (14876672 bytes)
[    3.295418] ACPI: PM: Registering ACPI NVS region [mem 0x6f000000-0x6f00afff] (45056 bytes)
[    3.299219] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    3.303245] futex hash table entries: 32768 (order: 9, 2097152 bytes, vmalloc)
[    3.307354] pinctrl core: initialized pinctrl subsystem
[    3.311237] PM: RTC time: 12:10:53, date: 2024-09-02
[    3.315917] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    3.319631] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[    3.323310] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    3.327310] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    3.331138] audit: initializing netlink subsys (disabled)
[    3.339140] audit: type=2000 audit(1725279052.812:1): state=initialized audit_enabled=0 res=1
[    3.339309] thermal_sys: Registered thermal governor 'fair_share'
[    3.343129] thermal_sys: Registered thermal governor 'bang_bang'
[    3.347127] thermal_sys: Registered thermal governor 'step_wise'
[    3.351127] thermal_sys: Registered thermal governor 'user_space'
[    3.355136] EISA bus registered
[    3.362276] cpuidle: using governor ladder
[    3.363137] cpuidle: using governor menu
[    3.367152] Detected 1 PCC Subspaces
[    3.370724] Registering PCC driver as Mailbox controller
[    3.371268] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    3.375130] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    3.379301] PCI: ECAM [mem 0x80000000-0x8fffffff] (base 0x80000000) for domain 0000 [bus 00-ff]
[    3.383138] PCI: Using configuration type 1 for base access
[    3.387136] PCI: Dell System detected, enabling pci=bfsort.
[    3.391289] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    3.395343] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[    3.399130] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[    3.403129] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[    3.407127] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[    3.411401] ACPI: Added _OSI(Module Device)
[    3.415129] ACPI: Added _OSI(Processor Device)
[    3.419128] ACPI: Added _OSI(3.0 _SCP Extensions)
[    3.423128] ACPI: Added _OSI(Processor Aggregator Device)
[    3.466854] ACPI: 6 ACPI AML tables successfully acquired and loaded
[    3.485429] ACPI: Interpreter enabled
[    3.487140] ACPI: PM: (supports S0 S5)
[    3.491127] ACPI: Using IOAPIC for interrupt routing
[    3.495733] HEST: Table parsing has been initialized.
[    3.499545] GHES: APEI firmware first mode is enabled by APEI bit and WHEA _OSC.
[    3.503130] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    3.507127] PCI: Ignoring E820 reservations for host bridge windows
[    3.516875] ACPI: Enabled 1 GPEs in block 00 to 1F
[    3.556714] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[    3.559206] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
[    3.563205] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[    3.567205] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[    3.571205] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[    3.575204] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[    3.579205] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[    3.583205] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[    3.587622] ACPI: PCI Root Bridge [PC00] (domain 0000 [bus 00-3f])
[    3.591131] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    3.595292] acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug AER DPC]
[    3.599444] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
[    3.603127] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    3.608105] PCI host bridge to bus 0000:00
[    3.611131] pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
[    3.615127] pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
[    3.619128] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000fffff window]
[    3.623127] pci_bus 0000:00: root bus resource [io  0x0d00-0x3fff window]
[    3.627127] pci_bus 0000:00: root bus resource [mem 0xe1000000-0xfebfffff window]
[    3.631127] pci_bus 0000:00: root bus resource [mem 0x63dc0000000-0x7fcffffffff window]
[    3.635128] pci_bus 0000:00: root bus resource [bus 00-3f]
[    3.639142] pci 0000:00:00.0: [1022:1480] type 00 class 0x060000 conventional PCI endpoint
[    3.647258] pci 0000:00:00.2: [1022:164f] type 00 class 0x080600 conventional PCI endpoint
[    3.651226] pci 0000:00:01.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.655210] pci 0000:00:02.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.659210] pci 0000:00:03.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.663206] pci 0000:00:03.2: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    3.667145] pci 0000:00:03.2: PCI bridge to [bus 01]
[    3.671131] pci 0000:00:03.2:   bridge window [io  0x1000-0x1fff]
[    3.675129] pci 0000:00:03.2:   bridge window [mem 0xf7300000-0xf74fffff]
[    3.679197] pci 0000:00:03.2: PME# supported from D0 D3hot D3cold
[    3.684131] pci 0000:00:04.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.687212] pci 0000:00:05.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.691211] pci 0000:00:07.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.695207] pci 0000:00:07.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    3.699145] pci 0000:00:07.1: PCI bridge to [bus 02]
[    3.703132] pci 0000:00:07.1:   bridge window [mem 0xf7200000-0xf72fffff]
[    3.707139] pci 0000:00:07.1: enabling Extended Tags
[    3.711176] pci 0000:00:07.1: PME# supported from D0 D3hot D3cold
[    3.715274] pci 0000:00:08.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.719208] pci 0000:00:08.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    3.723145] pci 0000:00:08.1: PCI bridge to [bus 03]
[    3.727132] pci 0000:00:08.1:   bridge window [mem 0xf7000000-0xf71fffff]
[    3.731139] pci 0000:00:08.1: enabling Extended Tags
[    3.735177] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[    3.739309] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500 conventional PCI endpoint
[    3.743247] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100 conventional PCI endpoint
[    3.747298] pci 0000:00:18.0: [1022:1650] type 00 class 0x060000 conventional PCI endpoint
[    3.751217] pci 0000:00:18.1: [1022:1651] type 00 class 0x060000 conventional PCI endpoint
[    3.755181] pci 0000:00:18.2: [1022:1652] type 00 class 0x060000 conventional PCI endpoint
[    3.759184] pci 0000:00:18.3: [1022:1653] type 00 class 0x060000 conventional PCI endpoint
[    3.763182] pci 0000:00:18.4: [1022:1654] type 00 class 0x060000 conventional PCI endpoint
[    3.767181] pci 0000:00:18.5: [1022:1655] type 00 class 0x060000 conventional PCI endpoint
[    3.771182] pci 0000:00:18.6: [1022:1656] type 00 class 0x060000 conventional PCI endpoint
[    3.775184] pci 0000:00:18.7: [1022:1657] type 00 class 0x060000 conventional PCI endpoint
[    3.779250] pci 0000:01:00.0: [1000:0097] type 00 class 0x010700 PCIe Endpoint
[    3.783138] pci 0000:01:00.0: BAR 0 [io  0x1000-0x10ff]
[    3.787136] pci 0000:01:00.0: BAR 1 [mem 0xf7400000-0xf740ffff 64bit]
[    3.791136] pci 0000:01:00.0: BAR 3 [mem 0xf7300000-0xf73fffff 64bit]
[    3.795139] pci 0000:01:00.0: ROM [mem 0xfff00000-0xffffffff pref]
[    3.799132] pci 0000:01:00.0: enabling Extended Tags
[    3.807164] pci 0000:01:00.0: supports D1 D2
[    3.811157] pci 0000:01:00.0: VF BAR 0 [mem 0x00000000-0x0000ffff 64bit]
[    3.815127] pci 0000:01:00.0: VF BAR 0 [mem 0x00000000-0x000fffff 64bit]: contains BAR 0 for 16 VFs
[    3.819135] pci 0000:01:00.0: VF BAR 2 [mem 0x00000000-0x000fffff 64bit]
[    3.823127] pci 0000:01:00.0: VF BAR 2 [mem 0x00000000-0x00ffffff 64bit]: contains BAR 2 for 16 VFs
[    3.827292] pci 0000:00:03.2: PCI bridge to [bus 01]
[    3.835213] pci 0000:02:00.0: [1022:148a] type 00 class 0x130000 PCIe Endpoint
[    3.839169] pci 0000:02:00.0: enabling Extended Tags
[    3.843292] pci 0000:02:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    3.847146] pci 0000:02:00.2: BAR 2 [mem 0xf7200000-0xf727ffff]
[    3.851142] pci 0000:02:00.2: BAR 5 [mem 0xf7280000-0xf7281fff]
[    3.855136] pci 0000:02:00.2: enabling Extended Tags
[    3.859316] pci 0000:00:07.1: PCI bridge to [bus 02]
[    3.863258] pci 0000:03:00.0: [1022:1485] type 00 class 0x130000 PCIe Endpoint
[    3.867172] pci 0000:03:00.0: enabling Extended Tags
[    3.871340] pci 0000:03:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    3.875148] pci 0000:03:00.2: BAR 2 [mem 0xf7100000-0xf717ffff]
[    3.879143] pci 0000:03:00.2: BAR 5 [mem 0xf7180000-0xf7181fff]
[    3.883137] pci 0000:03:00.2: enabling Extended Tags
[    3.887312] pci 0000:03:00.3: [1022:148c] type 00 class 0x0c0330 PCIe Endpoint
[    3.891140] pci 0000:03:00.3: BAR 0 [mem 0xf7000000-0xf70fffff 64bit]
[    3.895158] pci 0000:03:00.3: enabling Extended Tags
[    3.899180] pci 0000:03:00.3: PME# supported from D0 D3hot D3cold
[    3.903296] pci 0000:00:08.1: PCI bridge to [bus 03]
[    3.908500] ACPI: PCI Root Bridge [PC01] (domain 0000 [bus 40-7f])
[    3.911130] acpi PNP0A08:01: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    3.915291] acpi PNP0A08:01: _OSC: platform does not support [SHPCHotplug AER DPC]
[    3.919442] acpi PNP0A08:01: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
[    3.923127] acpi PNP0A08:01: FADT indicates ASPM is unsupported, using BIOS configuration
[    3.928045] PCI host bridge to bus 0000:40
[    3.931131] pci_bus 0000:40: root bus resource [io  0x4000-0x6fff window]
[    3.935127] pci_bus 0000:40: root bus resource [mem 0x90000000-0xaaffffff window]
[    3.939127] pci_bus 0000:40: root bus resource [mem 0x47e80000000-0x63dbfffffff window]
[    3.943127] pci_bus 0000:40: root bus resource [bus 40-7f]
[    3.947137] pci 0000:40:00.0: [1022:1480] type 00 class 0x060000 conventional PCI endpoint
[    3.951216] pci 0000:40:00.2: [1022:164f] type 00 class 0x080600 conventional PCI endpoint
[    3.955219] pci 0000:40:01.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.959204] pci 0000:40:02.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.963209] pci 0000:40:03.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.967207] pci 0000:40:03.1: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    3.971147] pci 0000:40:03.1: PCI bridge to [bus 41]
[    3.975133] pci 0000:40:03.1:   bridge window [mem 0xa4c00000-0xa4ffffff]
[    3.979221] pci 0000:40:03.1: PME# supported from D0 D3hot D3cold
[    3.997710] pci 0000:40:03.2: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    3.999151] pci 0000:40:03.2: PCI bridge to [bus 42]
[    4.003133] pci 0000:40:03.2:   bridge window [mem 0xa4800000-0xa4bfffff]
[    4.007234] pci 0000:40:03.2: PME# supported from D0 D3hot D3cold
[    4.027268] pci 0000:40:03.3: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.031147] pci 0000:40:03.3: PCI bridge to [bus 43]
[    4.035133] pci 0000:40:03.3:   bridge window [mem 0xa4400000-0xa47fffff]
[    4.039235] pci 0000:40:03.3: PME# supported from D0 D3hot D3cold
[    4.056977] pci 0000:40:03.4: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.059147] pci 0000:40:03.4: PCI bridge to [bus 44]
[    4.063137] pci 0000:40:03.4:   bridge window [mem 0xa4000000-0xa43fffff]
[    4.067288] pci 0000:40:03.4: PME# supported from D0 D3hot D3cold
[    4.086963] pci 0000:40:04.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.087209] pci 0000:40:05.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.091205] pci 0000:40:07.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.095203] pci 0000:40:07.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    4.099144] pci 0000:40:07.1: PCI bridge to [bus 45]
[    4.103132] pci 0000:40:07.1:   bridge window [mem 0xa5300000-0xa53fffff]
[    4.107139] pci 0000:40:07.1: enabling Extended Tags
[    4.111174] pci 0000:40:07.1: PME# supported from D0 D3hot D3cold
[    4.115273] pci 0000:40:08.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.119204] pci 0000:40:08.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    4.123145] pci 0000:40:08.1: PCI bridge to [bus 46]
[    4.127132] pci 0000:40:08.1:   bridge window [mem 0xa5000000-0xa52fffff]
[    4.131139] pci 0000:40:08.1: enabling Extended Tags
[    4.135176] pci 0000:40:08.1: PME# supported from D0 D3hot D3cold
[    4.139366] pci 0000:40:03.1: PCI bridge to [bus 41]
[    4.143208] pci 0000:40:03.2: PCI bridge to [bus 42]
[    4.151204] pci 0000:40:03.3: PCI bridge to [bus 43]
[    4.155208] pci 0000:40:03.4: PCI bridge to [bus 44]
[    4.159210] pci 0000:45:00.0: [1022:148a] type 00 class 0x130000 PCIe Endpoint
[    4.163168] pci 0000:45:00.0: enabling Extended Tags
[    4.167288] pci 0000:45:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    4.171145] pci 0000:45:00.2: BAR 2 [mem 0xa5300000-0xa537ffff]
[    4.175141] pci 0000:45:00.2: BAR 5 [mem 0xa5380000-0xa5381fff]
[    4.179136] pci 0000:45:00.2: enabling Extended Tags
[    4.183313] pci 0000:40:07.1: PCI bridge to [bus 45]
[    4.187259] pci 0000:46:00.0: [1022:1485] type 00 class 0x130000 PCIe Endpoint
[    4.191173] pci 0000:46:00.0: enabling Extended Tags
[    4.195384] pci 0000:46:00.1: [1022:1486] type 00 class 0x108000 PCIe Endpoint
[    4.199148] pci 0000:46:00.1: BAR 2 [mem 0xa5100000-0xa51fffff]
[    4.203147] pci 0000:46:00.1: BAR 5 [mem 0xa5282000-0xa5283fff]
[    4.207139] pci 0000:46:00.1: enabling Extended Tags
[    4.211359] pci 0000:46:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    4.215147] pci 0000:46:00.2: BAR 2 [mem 0xa5200000-0xa527ffff]
[    4.219143] pci 0000:46:00.2: BAR 5 [mem 0xa5280000-0xa5281fff]
[    4.223137] pci 0000:46:00.2: enabling Extended Tags
[    4.227311] pci 0000:46:00.3: [1022:148c] type 00 class 0x0c0330 PCIe Endpoint
[    4.231140] pci 0000:46:00.3: BAR 0 [mem 0xa5000000-0xa50fffff 64bit]
[    4.235158] pci 0000:46:00.3: enabling Extended Tags
[    4.239179] pci 0000:46:00.3: PME# supported from D0 D3hot D3cold
[    4.243295] pci 0000:40:08.1: PCI bridge to [bus 46]
[    4.247790] ACPI: PCI Root Bridge [PC02] (domain 0000 [bus 80-bf])
[    4.251130] acpi PNP0A08:02: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    4.255291] acpi PNP0A08:02: _OSC: platform does not support [SHPCHotplug AER DPC]
[    4.259443] acpi PNP0A08:02: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
[    4.263128] acpi PNP0A08:02: FADT indicates ASPM is unsupported, using BIOS configuration
[    4.271393] PCI host bridge to bus 0000:80
[    4.275131] pci_bus 0000:80: root bus resource [io  0x7000-0x9fff window]
[    4.279127] pci_bus 0000:80: root bus resource [mem 0xab000000-0xc5ffffff window]
[    4.283127] pci_bus 0000:80: root bus resource [mem 0x2bf40000000-0x47e7fffffff window]
[    4.287128] pci_bus 0000:80: root bus resource [bus 80-bf]
[    4.291137] pci 0000:80:00.0: [1022:1480] type 00 class 0x060000 conventional PCI endpoint
[    4.295220] pci 0000:80:00.2: [1022:164f] type 00 class 0x080600 conventional PCI endpoint
[    4.299219] pci 0000:80:01.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.303207] pci 0000:80:01.1: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.307147] pci 0000:80:01.1: PCI bridge to [bus 81]
[    4.311132] pci 0000:80:01.1:   bridge window [mem 0xbf400000-0xbf7fffff]
[    4.315222] pci 0000:80:01.1: PME# supported from D0 D3hot D3cold
[    4.334607] pci 0000:80:01.2: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.335153] pci 0000:80:01.2: PCI bridge to [bus 82]
[    4.339133] pci 0000:80:01.2:   bridge window [mem 0xbf000000-0xbf3fffff]
[    4.343234] pci 0000:80:01.2: PME# supported from D0 D3hot D3cold
[    4.358309] pci 0000:80:02.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.367212] pci 0000:80:03.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.375208] pci 0000:80:04.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.383203] pci 0000:80:05.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.391202] pci 0000:80:07.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.399207] pci 0000:80:07.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    4.407145] pci 0000:80:07.1: PCI bridge to [bus 83]
[    4.415135] pci 0000:80:07.1:   bridge window [mem 0xbfa00000-0xbfafffff]
[    4.419139] pci 0000:80:07.1: enabling Extended Tags
[    4.423175] pci 0000:80:07.1: PME# supported from D0 D3hot D3cold
[    4.431277] pci 0000:80:08.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.439209] pci 0000:80:08.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    4.447145] pci 0000:80:08.1: PCI bridge to [bus 84]
[    4.451132] pci 0000:80:08.1:   bridge window [mem 0xbf900000-0xbf9fffff]
[    4.459139] pci 0000:80:08.1: enabling Extended Tags
[    4.463180] pci 0000:80:08.1: PME# supported from D0 D3hot D3cold
[    4.471287] pci 0000:80:08.2: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    4.479151] pci 0000:80:08.2: PCI bridge to [bus 85]
[    4.483132] pci 0000:80:08.2:   bridge window [mem 0xbf800000-0xbf8fffff]
[    4.487139] pci 0000:80:08.2: enabling Extended Tags
[    4.495171] pci 0000:80:08.2: PME# supported from D0 D3hot D3cold
[    4.499365] pci 0000:80:01.1: PCI bridge to [bus 81]
[    4.503208] pci 0000:80:01.2: PCI bridge to [bus 82]
[    4.507212] pci 0000:83:00.0: [1022:148a] type 00 class 0x130000 PCIe Endpoint
[    4.511168] pci 0000:83:00.0: enabling Extended Tags
[    4.515291] pci 0000:83:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    4.519146] pci 0000:83:00.2: BAR 2 [mem 0xbfa00000-0xbfa7ffff]
[    4.523143] pci 0000:83:00.2: BAR 5 [mem 0xbfa80000-0xbfa81fff]
[    4.527136] pci 0000:83:00.2: enabling Extended Tags
[    4.531317] pci 0000:80:07.1: PCI bridge to [bus 83]
[    4.535256] pci 0000:84:00.0: [1022:1485] type 00 class 0x130000 PCIe Endpoint
[    4.539172] pci 0000:84:00.0: enabling Extended Tags
[    4.543340] pci 0000:84:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    4.547148] pci 0000:84:00.2: BAR 2 [mem 0xbf900000-0xbf97ffff]
[    4.551143] pci 0000:84:00.2: BAR 5 [mem 0xbf980000-0xbf981fff]
[    4.555137] pci 0000:84:00.2: enabling Extended Tags
[    4.559322] pci 0000:80:08.1: PCI bridge to [bus 84]
[    4.563258] pci 0000:85:00.0: [1022:7901] type 00 class 0x010601 PCIe Endpoint
[    4.567163] pci 0000:85:00.0: BAR 5 [mem 0xbf800000-0xbf8007ff]
[    4.571137] pci 0000:85:00.0: enabling Extended Tags
[    4.575192] pci 0000:85:00.0: PME# supported from D3hot D3cold
[    4.579302] pci 0000:80:08.2: PCI bridge to [bus 85]
[    4.583855] ACPI: PCI Root Bridge [PC03] (domain 0000 [bus c0-ff])
[    4.587131] acpi PNP0A08:03: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    4.591292] acpi PNP0A08:03: _OSC: platform does not support [SHPCHotplug AER DPC]
[    4.595441] acpi PNP0A08:03: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
[    4.599128] acpi PNP0A08:03: FADT indicates ASPM is unsupported, using BIOS configuration
[    4.604135] PCI host bridge to bus 0000:c0
[    4.607131] pci_bus 0000:c0: root bus resource [io  0xa000-0xffff window]
[    4.611128] pci_bus 0000:c0: root bus resource [mem 0xc6000000-0xe0ffffff window]
[    4.615127] pci_bus 0000:c0: root bus resource [mem 0x10000000000-0x2bf3fffffff window]
[    4.619127] pci_bus 0000:c0: root bus resource [io  0x03b0-0x03df window]
[    4.623128] pci_bus 0000:c0: root bus resource [mem 0x000a0000-0x000bffff window]
[    4.627128] pci_bus 0000:c0: root bus resource [bus c0-ff]
[    4.631137] pci 0000:c0:00.0: [1022:1480] type 00 class 0x060000 conventional PCI endpoint
[    4.635216] pci 0000:c0:00.2: [1022:164f] type 00 class 0x080600 conventional PCI endpoint
[    4.639219] pci 0000:c0:01.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.643204] pci 0000:c0:02.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.647200] pci 0000:c0:03.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.651205] pci 0000:c0:03.1: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.655146] pci 0000:c0:03.1: PCI bridge to [bus c4]
[    4.659132] pci 0000:c0:03.1:   bridge window [mem 0xdb600000-0xdb9fffff]
[    4.663218] pci 0000:c0:03.1: PME# supported from D0 D3hot D3cold
[    4.681192] pci 0000:c0:03.2: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.683153] pci 0000:c0:03.2: PCI bridge to [bus c5]
[    4.687133] pci 0000:c0:03.2:   bridge window [mem 0xdb200000-0xdb5fffff]
[    4.691243] pci 0000:c0:03.2: PME# supported from D0 D3hot D3cold
[    4.711953] pci 0000:c0:03.3: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.715152] pci 0000:c0:03.3: PCI bridge to [bus c6]
[    4.719134] pci 0000:c0:03.3:   bridge window [mem 0xdae00000-0xdb1fffff]
[    4.727177] pci 0000:c0:03.3: PME# supported from D0 D3hot D3cold
[    4.746934] pci 0000:c0:03.4: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.747151] pci 0000:c0:03.4: PCI bridge to [bus c7]
[    4.751132] pci 0000:c0:03.4:   bridge window [mem 0xdaa00000-0xdadfffff]
[    4.755234] pci 0000:c0:03.4: PME# supported from D0 D3hot D3cold
[    4.774263] pci 0000:c0:04.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.775236] pci 0000:c0:05.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.779207] pci 0000:c0:05.1: [1022:149a] type 01 class 0x060400 PCIe Root Port
[    4.783144] pci 0000:c0:05.1: PCI bridge to [bus c1]
[    4.787141] pci 0000:c0:05.1:   bridge window [mem 0xc7000000-0xc70fffff 64bit pref]
[    4.791235] pci 0000:c0:05.1: PME# supported from D0 D3hot D3cold
[    4.795262] pci 0000:c0:05.2: [1022:149a] type 01 class 0x060400 PCIe Root Port
[    4.799144] pci 0000:c0:05.2: PCI bridge to [bus c2-c3]
[    4.803132] pci 0000:c0:05.2:   bridge window [mem 0xda000000-0xda8fffff]
[    4.807133] pci 0000:c0:05.2:   bridge window [mem 0xc6000000-0xc6ffffff 64bit pref]
[    4.811173] pci 0000:c0:05.2: PME# supported from D0 D3hot D3cold
[    4.815257] pci 0000:c0:07.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.819210] pci 0000:c0:07.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    4.823145] pci 0000:c0:07.1: PCI bridge to [bus c8]
[    4.827131] pci 0000:c0:07.1:   bridge window [mem 0xdbb00000-0xdbbfffff]
[    4.831138] pci 0000:c0:07.1: enabling Extended Tags
[    4.839157] pci 0000:c0:07.1: PME# supported from D0 D3hot D3cold
[    4.843271] pci 0000:c0:08.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.847204] pci 0000:c0:08.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    4.851144] pci 0000:c0:08.1: PCI bridge to [bus c9]
[    4.855132] pci 0000:c0:08.1:   bridge window [mem 0xdba00000-0xdbafffff]
[    4.859139] pci 0000:c0:08.1: enabling Extended Tags
[    4.863175] pci 0000:c0:08.1: PME# supported from D0 D3hot D3cold
[    4.867362] pci 0000:c0:03.1: PCI bridge to [bus c4]
[    4.871208] pci 0000:c0:03.2: PCI bridge to [bus c5]
[    4.875209] pci 0000:c0:03.3: PCI bridge to [bus c6]
[    4.879207] pci 0000:c0:03.4: PCI bridge to [bus c7]
[    4.883225] pci 0000:c1:00.0: [14e4:165f] type 00 class 0x020000 PCIe Endpoint
[    4.887147] pci 0000:c1:00.0: BAR 0 [mem 0xc7030000-0xc703ffff 64bit pref]
[    4.891140] pci 0000:c1:00.0: BAR 2 [mem 0xc7040000-0xc704ffff 64bit pref]
[    4.895140] pci 0000:c1:00.0: BAR 4 [mem 0xc7050000-0xc705ffff 64bit pref]
[    4.899136] pci 0000:c1:00.0: ROM [mem 0xfffc0000-0xffffffff pref]
[    4.903216] pci 0000:c1:00.0: PME# supported from D0 D3hot D3cold
[    4.907177] pci 0000:c1:00.0: 4.000 Gb/s available PCIe bandwidth, limited by 5.0 GT/s PCIe x1 link at 0000:c0:05.1 (capable of 8.000 Gb/s with 5.0 GT/s PCIe x2 link)
[    4.912561] pci 0000:c1:00.1: [14e4:165f] type 00 class 0x020000 PCIe Endpoint
[    4.915148] pci 0000:c1:00.1: BAR 0 [mem 0xc7000000-0xc700ffff 64bit pref]
[    4.919140] pci 0000:c1:00.1: BAR 2 [mem 0xc7010000-0xc701ffff 64bit pref]
[    4.923140] pci 0000:c1:00.1: BAR 4 [mem 0xc7020000-0xc702ffff 64bit pref]
[    4.927136] pci 0000:c1:00.1: ROM [mem 0xfffc0000-0xffffffff pref]
[    4.931216] pci 0000:c1:00.1: PME# supported from D0 D3hot D3cold
[    4.947155] pci 0000:c0:05.1: PCI bridge to [bus c1]
[    4.951207] pci 0000:c2:00.0: [1556:be00] type 01 class 0x060400 PCIe to PCI/PCI-X bridge
[    4.955157] pci 0000:c2:00.0: PCI bridge to [bus c3]
[    4.959135] pci 0000:c2:00.0:   bridge window [mem 0xda000000-0xda8fffff]
[    4.963137] pci 0000:c2:00.0:   bridge window [mem 0xc6000000-0xc6ffffff 64bit pref]
[    4.979143] pci 0000:c0:05.2: PCI bridge to [bus c2-c3]
[    4.983162] pci_bus 0000:c3: extended config space not accessible
[    4.987152] pci 0000:c3:00.0: [102b:0536] type 00 class 0x030000 conventional PCI endpoint
[    4.991143] pci 0000:c3:00.0: BAR 0 [mem 0xc6000000-0xc6ffffff pref]
[    4.995136] pci 0000:c3:00.0: BAR 1 [mem 0xda808000-0xda80bfff]
[    4.999136] pci 0000:c3:00.0: BAR 2 [mem 0xda000000-0xda7fffff]
[    5.003176] pci 0000:c3:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    5.007241] pci 0000:c2:00.0: PCI bridge to [bus c3]
[    5.011224] pci 0000:c8:00.0: [1022:148a] type 00 class 0x130000 PCIe Endpoint
[    5.015167] pci 0000:c8:00.0: enabling Extended Tags
[    5.019296] pci 0000:c8:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    5.023145] pci 0000:c8:00.2: BAR 2 [mem 0xdbb00000-0xdbb7ffff]
[    5.027141] pci 0000:c8:00.2: BAR 5 [mem 0xdbb80000-0xdbb81fff]
[    5.031136] pci 0000:c8:00.2: enabling Extended Tags
[    5.039294] pci 0000:c0:07.1: PCI bridge to [bus c8]
[    5.043258] pci 0000:c9:00.0: [1022:1485] type 00 class 0x130000 PCIe Endpoint
[    5.047171] pci 0000:c9:00.0: enabling Extended Tags
[    5.051337] pci 0000:c9:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    5.055147] pci 0000:c9:00.2: BAR 2 [mem 0xdba00000-0xdba7ffff]
[    5.059143] pci 0000:c9:00.2: BAR 5 [mem 0xdba80000-0xdba81fff]
[    5.063137] pci 0000:c9:00.2: enabling Extended Tags
[    5.067321] pci 0000:c0:08.1: PCI bridge to [bus c9]
[    5.078189] iommu: Default domain type: Translated
[    5.079128] iommu: DMA domain TLB invalidation policy: lazy mode
[    5.083392] SCSI subsystem initialized
[    5.087163] ACPI: bus type USB registered
[    5.091144] usbcore: registered new interface driver usbfs
[    5.095134] usbcore: registered new interface driver hub
[    5.099162] usbcore: registered new device driver usb
[    5.103159] pps_core: LinuxPPS API ver. 1 registered
[    5.107127] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    5.111130] PTP clock support registered
[    5.115207] EDAC MC: Ver: 3.0.0
[    5.118487] efivars: Registered efivars operations
[    5.119508] NetLabel: Initializing
[    5.123128] NetLabel:  domain hash size = 128
[    5.127127] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    5.131149] NetLabel:  unlabeled traffic allowed by default
[    5.135173] PCI: Using ACPI for IRQ routing
[    5.143610] pci 0000:c3:00.0: vgaarb: setting as boot VGA device
[    5.147126] pci 0000:c3:00.0: vgaarb: bridge control possible
[    5.147126] pci 0000:c3:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    5.147129] vgaarb: loaded
[    5.149840] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    5.151128] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    5.159392] clocksource: Switched to clocksource tsc-early
[    5.165883] VFS: Disk quotas dquot_6.6.0
[    5.169840] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    5.176926] AppArmor: AppArmor Filesystem Enabled
[    5.181677] pnp: PnP ACPI init
[    5.184979] system 00:00: [mem 0x80000000-0x8fffffff] has been reserved
[    5.191735] system 00:01: [mem 0xff000000-0xffffffff] has been reserved
[    5.199928] pnp: PnP ACPI: found 5 devices
[    5.210774] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    5.219740] NET: Registered PF_INET protocol family
[    5.224787] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc)
[    5.235763] tcp_listen_portaddr_hash hash table entries: 65536 (order: 8, 1048576 bytes, vmalloc)
[    5.244712] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, vmalloc)
[    5.252745] TCP established hash table entries: 524288 (order: 10, 4194304 bytes, vmalloc hugepage)
[    5.262269] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc)
[    5.269867] TCP: Hash tables configured (established 524288 bind 65536)
[    5.276803] UDP hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc)
[    5.284132] UDP-Lite hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc)
[    5.292069] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    5.297765] NET: Registered PF_XDP protocol family
[    5.302562] pci 0000:01:00.0: ROM [mem 0xfff00000-0xffffffff pref]: can't claim; no compatible bridge window
[    5.312382] pci 0000:c1:00.0: ROM [mem 0xfffc0000-0xffffffff pref]: can't claim; no compatible bridge window
[    5.322200] pci 0000:c1:00.1: ROM [mem 0xfffc0000-0xffffffff pref]: can't claim; no compatible bridge window
[    5.332021] pci_bus 0000:00: max bus depth: 1 pci_try_num: 2
[    5.337687] pci 0000:01:00.0: ROM [mem size 0x00100000 pref]: can't assign; no space
[    5.345429] pci 0000:01:00.0: ROM [mem size 0x00100000 pref]: failed to assign
[    5.352648] pci 0000:01:00.0: VF BAR 2 [mem size 0x01000000 64bit]: can't assign; no space
[    5.360910] pci 0000:01:00.0: VF BAR 2 [mem size 0x01000000 64bit]: failed to assign
[    5.368648] pci 0000:01:00.0: VF BAR 0 [mem size 0x00100000 64bit]: can't assign; no space
[    5.376910] pci 0000:01:00.0: VF BAR 0 [mem size 0x00100000 64bit]: failed to assign
[    5.384700] pci 0000:00:03.2: PCI bridge to [bus 01]
[    5.389673] pci 0000:00:03.2:   bridge window [io  0x1000-0x1fff]
[    5.395770] pci 0000:00:03.2:   bridge window [mem 0xf7300000-0xf74fffff]
[    5.402577] pci 0000:00:07.1: PCI bridge to [bus 02]
[    5.407549] pci 0000:00:07.1:   bridge window [mem 0xf7200000-0xf72fffff]
[    5.414339] pci 0000:00:08.1: PCI bridge to [bus 03]
[    5.419312] pci 0000:00:08.1:   bridge window [mem 0xf7000000-0xf71fffff]
[    5.426100] pci_bus 0000:00: No. 2 try to assign unassigned res
[    5.432029] pci 0000:00:03.2: resource 14 [mem 0xf7300000-0xf74fffff] released
[    5.439257] pci 0000:00:03.2: PCI bridge to [bus 01]
[    5.444235] pci 0000:00:03.2: bridge window [mem 0x00100000-0x002fffff] to [bus 01] add_size 1100000 add_align 100000
[    5.454843] pci 0000:00:03.2: bridge window [mem 0xe1000000-0xe22fffff]: assigned
[    5.462329] pci 0000:01:00.0: BAR 3 [mem 0xe1000000-0xe10fffff 64bit]: assigned
[    5.469647] pci 0000:01:00.0: VF BAR 2 [mem 0xe1100000-0xe20fffff 64bit]: assigned
[    5.477219] pci 0000:01:00.0: BAR 1 [mem 0xe2100000-0xe210ffff 64bit]: assigned
[    5.484529] pci 0000:01:00.0: VF BAR 0 [mem 0xe2110000-0xe220ffff 64bit]: assigned
[    5.492099] pci 0000:00:03.2: PCI bridge to [bus 01]
[    5.497064] pci 0000:00:03.2:   bridge window [io  0x1000-0x1fff]
[    5.503158] pci 0000:00:03.2:   bridge window [mem 0xe1000000-0xe22fffff]
[    5.509982] pci 0000:00:07.1: PCI bridge to [bus 02]
[    5.514947] pci 0000:00:07.1:   bridge window [mem 0xf7200000-0xf72fffff]
[    5.521736] pci 0000:00:08.1: PCI bridge to [bus 03]
[    5.526710] pci 0000:00:08.1:   bridge window [mem 0xf7000000-0xf71fffff]
[    5.533496] pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
[    5.539682] pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
[    5.545862] pci_bus 0000:00: resource 6 [mem 0x000c0000-0x000fffff window]
[    5.552733] pci_bus 0000:00: resource 7 [io  0x0d00-0x3fff window]
[    5.558914] pci_bus 0000:00: resource 8 [mem 0xe1000000-0xfebfffff window]
[    5.565787] pci_bus 0000:00: resource 9 [mem 0x63dc0000000-0x7fcffffffff window]
[    5.573182] pci_bus 0000:01: resource 0 [io  0x1000-0x1fff]
[    5.578754] pci_bus 0000:01: resource 1 [mem 0xe1000000-0xe22fffff]
[    5.585020] pci_bus 0000:02: resource 1 [mem 0xf7200000-0xf72fffff]
[    5.591285] pci_bus 0000:03: resource 1 [mem 0xf7000000-0xf71fffff]
[    5.597631] pci 0000:40:03.1: bridge window [io  0x1000-0x0fff] to [bus 41] add_size 1000
[    5.605810] pci 0000:40:03.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 41] add_size 200000 add_align 100000
[    5.617284] pci 0000:40:03.2: bridge window [io  0x1000-0x0fff] to [bus 42] add_size 1000
[    5.625462] pci 0000:40:03.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 42] add_size 200000 add_align 100000
[    5.636928] pci 0000:40:03.3: bridge window [io  0x1000-0x0fff] to [bus 43] add_size 1000
[    5.645102] pci 0000:40:03.3: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 43] add_size 200000 add_align 100000
[    5.656568] pci 0000:40:03.4: bridge window [io  0x1000-0x0fff] to [bus 44] add_size 1000
[    5.664743] pci 0000:40:03.4: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 44] add_size 200000 add_align 100000
[    5.676214] pci 0000:40:03.1: bridge window [mem 0x47e80000000-0x47e801fffff 64bit pref]: assigned
[    5.685172] pci 0000:40:03.2: bridge window [mem 0x47e80200000-0x47e803fffff 64bit pref]: assigned
[    5.694126] pci 0000:40:03.3: bridge window [mem 0x47e80400000-0x47e805fffff 64bit pref]: assigned
[    5.703078] pci 0000:40:03.4: bridge window [mem 0x47e80600000-0x47e807fffff 64bit pref]: assigned
[    5.712032] pci 0000:40:03.1: bridge window [io  0x4000-0x4fff]: assigned
[    5.718820] pci 0000:40:03.2: bridge window [io  0x5000-0x5fff]: assigned
[    5.725665] pci 0000:40:03.3: bridge window [io  0x6000-0x6fff]: assigned
[    5.732452] pci 0000:40:03.4: bridge window [io  size 0x1000]: can't assign; no space
[    5.740277] pci 0000:40:03.4: bridge window [io  size 0x1000]: failed to assign
[    5.747585] pci 0000:40:03.4: bridge window [io  0x4000-0x4fff]: assigned
[    5.754372] pci 0000:40:03.3: bridge window [io  0x5000-0x5fff]: assigned
[    5.761158] pci 0000:40:03.2: bridge window [io  0x6000-0x6fff]: assigned
[    5.767944] pci 0000:40:03.1: bridge window [io  size 0x1000]: can't assign; no space
[    5.775771] pci 0000:40:03.1: bridge window [io  size 0x1000]: failed to assign
[    5.783079] pci 0000:40:03.1: PCI bridge to [bus 41]
[    5.788047] pci 0000:40:03.1:   bridge window [mem 0xa4c00000-0xa4ffffff]
[    5.794831] pci 0000:40:03.1:   bridge window [mem 0x47e80000000-0x47e801fffff 64bit pref]
[    5.803091] pci 0000:40:03.2: PCI bridge to [bus 42]
[    5.808056] pci 0000:40:03.2:   bridge window [io  0x6000-0x6fff]
[    5.814151] pci 0000:40:03.2:   bridge window [mem 0xa4800000-0xa4bfffff]
[    5.820937] pci 0000:40:03.2:   bridge window [mem 0x47e80200000-0x47e803fffff 64bit pref]
[    5.829235] pci 0000:40:03.3: PCI bridge to [bus 43]
[    5.834207] pci 0000:40:03.3:   bridge window [io  0x5000-0x5fff]
[    5.840302] pci 0000:40:03.3:   bridge window [mem 0xa4400000-0xa47fffff]
[    5.847087] pci 0000:40:03.3:   bridge window [mem 0x47e80400000-0x47e805fffff 64bit pref]
[    5.855348] pci 0000:40:03.4: PCI bridge to [bus 44]
[    5.860313] pci 0000:40:03.4:   bridge window [io  0x4000-0x4fff]
[    5.866409] pci 0000:40:03.4:   bridge window [mem 0xa4000000-0xa43fffff]
[    5.873192] pci 0000:40:03.4:   bridge window [mem 0x47e80600000-0x47e807fffff 64bit pref]
[    5.881454] pci 0000:40:07.1: PCI bridge to [bus 45]
[    5.886420] pci 0000:40:07.1:   bridge window [mem 0xa5300000-0xa53fffff]
[    5.893209] pci 0000:40:08.1: PCI bridge to [bus 46]
[    5.898180] pci 0000:40:08.1:   bridge window [mem 0xa5000000-0xa52fffff]
[    5.904971] pci_bus 0000:40: resource 4 [io  0x4000-0x6fff window]
[    5.911153] pci_bus 0000:40: resource 5 [mem 0x90000000-0xaaffffff window]
[    5.918028] pci_bus 0000:40: resource 6 [mem 0x47e80000000-0x63dbfffffff window]
[    5.925421] pci_bus 0000:41: resource 1 [mem 0xa4c00000-0xa4ffffff]
[    5.931730] pci_bus 0000:41: resource 2 [mem 0x47e80000000-0x47e801fffff 64bit pref]
[    5.939471] pci_bus 0000:42: resource 0 [io  0x6000-0x6fff]
[    5.945044] pci_bus 0000:42: resource 1 [mem 0xa4800000-0xa4bfffff]
[    5.951315] pci_bus 0000:42: resource 2 [mem 0x47e80200000-0x47e803fffff 64bit pref]
[    5.959059] pci_bus 0000:43: resource 0 [io  0x5000-0x5fff]
[    5.964630] pci_bus 0000:43: resource 1 [mem 0xa4400000-0xa47fffff]
[    5.970898] pci_bus 0000:43: resource 2 [mem 0x47e80400000-0x47e805fffff 64bit pref]
[    5.978640] pci_bus 0000:44: resource 0 [io  0x4000-0x4fff]
[    5.984210] pci_bus 0000:44: resource 1 [mem 0xa4000000-0xa43fffff]
[    5.990477] pci_bus 0000:44: resource 2 [mem 0x47e80600000-0x47e807fffff 64bit pref]
[    5.998219] pci_bus 0000:45: resource 1 [mem 0xa5300000-0xa53fffff]
[    6.004484] pci_bus 0000:46: resource 1 [mem 0xa5000000-0xa52fffff]
[    6.010810] pci 0000:80:01.1: bridge window [io  0x1000-0x0fff] to [bus 81] add_size 1000
[    6.018984] pci 0000:80:01.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 81] add_size 200000 add_align 100000
[    6.030451] pci 0000:80:01.2: bridge window [io  0x1000-0x0fff] to [bus 82] add_size 1000
[    6.038641] pci 0000:80:01.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 82] add_size 200000 add_align 100000
[    6.050116] pci 0000:80:01.1: bridge window [mem 0x2bf40000000-0x2bf401fffff 64bit pref]: assigned
[    6.059072] pci 0000:80:01.2: bridge window [mem 0x2bf40200000-0x2bf403fffff 64bit pref]: assigned
[    6.068025] pci 0000:80:01.1: bridge window [io  0x7000-0x7fff]: assigned
[    6.074811] pci 0000:80:01.2: bridge window [io  0x8000-0x8fff]: assigned
[    6.081598] pci 0000:80:01.1: PCI bridge to [bus 81]
[    6.086564] pci 0000:80:01.1:   bridge window [io  0x7000-0x7fff]
[    6.092658] pci 0000:80:01.1:   bridge window [mem 0xbf400000-0xbf7fffff]
[    6.099446] pci 0000:80:01.1:   bridge window [mem 0x2bf40000000-0x2bf401fffff 64bit pref]
[    6.107707] pci 0000:80:01.2: PCI bridge to [bus 82]
[    6.112671] pci 0000:80:01.2:   bridge window [io  0x8000-0x8fff]
[    6.118765] pci 0000:80:01.2:   bridge window [mem 0xbf000000-0xbf3fffff]
[    6.125551] pci 0000:80:01.2:   bridge window [mem 0x2bf40200000-0x2bf403fffff 64bit pref]
[    6.133813] pci 0000:80:07.1: PCI bridge to [bus 83]
[    6.138811] pci 0000:80:07.1:   bridge window [mem 0xbfa00000-0xbfafffff]
[    6.145603] pci 0000:80:08.1: PCI bridge to [bus 84]
[    6.150573] pci 0000:80:08.1:   bridge window [mem 0xbf900000-0xbf9fffff]
[    6.157364] pci 0000:80:08.2: PCI bridge to [bus 85]
[    6.162334] pci 0000:80:08.2:   bridge window [mem 0xbf800000-0xbf8fffff]
[    6.169124] pci_bus 0000:80: resource 4 [io  0x7000-0x9fff window]
[    6.175301] pci_bus 0000:80: resource 5 [mem 0xab000000-0xc5ffffff window]
[    6.182173] pci_bus 0000:80: resource 6 [mem 0x2bf40000000-0x47e7fffffff window]
[    6.189567] pci_bus 0000:81: resource 0 [io  0x7000-0x7fff]
[    6.195138] pci_bus 0000:81: resource 1 [mem 0xbf400000-0xbf7fffff]
[    6.201407] pci_bus 0000:81: resource 2 [mem 0x2bf40000000-0x2bf401fffff 64bit pref]
[    6.209145] pci_bus 0000:82: resource 0 [io  0x8000-0x8fff]
[    6.214719] pci_bus 0000:82: resource 1 [mem 0xbf000000-0xbf3fffff]
[    6.220985] pci_bus 0000:82: resource 2 [mem 0x2bf40200000-0x2bf403fffff 64bit pref]
[    6.228725] pci_bus 0000:83: resource 1 [mem 0xbfa00000-0xbfafffff]
[    6.234992] pci_bus 0000:84: resource 1 [mem 0xbf900000-0xbf9fffff]
[    6.241320] pci_bus 0000:85: resource 1 [mem 0xbf800000-0xbf8fffff]
[    6.247635] pci 0000:c0:03.1: bridge window [io  0x1000-0x0fff] to [bus c4] add_size 1000
[    6.255809] pci 0000:c0:03.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus c4] add_size 200000 add_align 100000
[    6.267278] pci 0000:c0:03.2: bridge window [io  0x1000-0x0fff] to [bus c5] add_size 1000
[    6.275450] pci 0000:c0:03.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus c5] add_size 200000 add_align 100000
[    6.286919] pci 0000:c0:03.3: bridge window [io  0x1000-0x0fff] to [bus c6] add_size 1000
[    6.295093] pci 0000:c0:03.3: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus c6] add_size 200000 add_align 100000
[    6.306558] pci 0000:c0:03.4: bridge window [io  0x1000-0x0fff] to [bus c7] add_size 1000
[    6.314732] pci 0000:c0:03.4: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus c7] add_size 200000 add_align 100000
[    6.326204] pci 0000:c0:03.1: bridge window [mem 0x10000000000-0x100001fffff 64bit pref]: assigned
[    6.335159] pci 0000:c0:03.2: bridge window [mem 0x10000200000-0x100003fffff 64bit pref]: assigned
[    6.344115] pci 0000:c0:03.3: bridge window [mem 0x10000400000-0x100005fffff 64bit pref]: assigned
[    6.353077] pci 0000:c0:03.4: bridge window [mem 0x10000600000-0x100007fffff 64bit pref]: assigned
[    6.362027] pci 0000:c0:05.1: bridge window [mem 0xc7100000-0xc71fffff]: assigned
[    6.369511] pci 0000:c0:03.1: bridge window [io  0xa000-0xafff]: assigned
[    6.376295] pci 0000:c0:03.2: bridge window [io  0xb000-0xbfff]: assigned
[    6.383083] pci 0000:c0:03.3: bridge window [io  0xc000-0xcfff]: assigned
[    6.389869] pci 0000:c0:03.4: bridge window [io  0xd000-0xdfff]: assigned
[    6.396656] pci 0000:c0:03.1: PCI bridge to [bus c4]
[    6.401622] pci 0000:c0:03.1:   bridge window [io  0xa000-0xafff]
[    6.407714] pci 0000:c0:03.1:   bridge window [mem 0xdb600000-0xdb9fffff]
[    6.414504] pci 0000:c0:03.1:   bridge window [mem 0x10000000000-0x100001fffff 64bit pref]
[    6.422765] pci 0000:c0:03.2: PCI bridge to [bus c5]
[    6.427728] pci 0000:c0:03.2:   bridge window [io  0xb000-0xbfff]
[    6.433822] pci 0000:c0:03.2:   bridge window [mem 0xdb200000-0xdb5fffff]
[    6.440608] pci 0000:c0:03.2:   bridge window [mem 0x10000200000-0x100003fffff 64bit pref]
[    6.448904] pci 0000:c0:03.3: PCI bridge to [bus c6]
[    6.453870] pci 0000:c0:03.3:   bridge window [io  0xc000-0xcfff]
[    6.459963] pci 0000:c0:03.3:   bridge window [mem 0xdae00000-0xdb1fffff]
[    6.466752] pci 0000:c0:03.3:   bridge window [mem 0x10000400000-0x100005fffff 64bit pref]
[    6.475024] pci 0000:c0:03.4: PCI bridge to [bus c7]
[    6.479990] pci 0000:c0:03.4:   bridge window [io  0xd000-0xdfff]
[    6.486088] pci 0000:c0:03.4:   bridge window [mem 0xdaa00000-0xdadfffff]
[    6.492871] pci 0000:c0:03.4:   bridge window [mem 0x10000600000-0x100007fffff 64bit pref]
[    6.501178] pci 0000:c1:00.0: ROM [mem 0xc7100000-0xc713ffff pref]: assigned
[    6.508223] pci 0000:c1:00.1: ROM [mem 0xc7140000-0xc717ffff pref]: assigned
[    6.515268] pci 0000:c0:05.1: PCI bridge to [bus c1]
[    6.520236] pci 0000:c0:05.1:   bridge window [mem 0xc7100000-0xc71fffff]
[    6.527022] pci 0000:c0:05.1:   bridge window [mem 0xc7000000-0xc70fffff 64bit pref]
[    6.534764] pci 0000:c2:00.0: PCI bridge to [bus c3]
[    6.539740] pci 0000:c2:00.0:   bridge window [mem 0xda000000-0xda8fffff]
[    6.546535] pci 0000:c2:00.0:   bridge window [mem 0xc6000000-0xc6ffffff 64bit pref]
[    6.554283] pci 0000:c0:05.2: PCI bridge to [bus c2-c3]
[    6.559515] pci 0000:c0:05.2:   bridge window [mem 0xda000000-0xda8fffff]
[    6.566301] pci 0000:c0:05.2:   bridge window [mem 0xc6000000-0xc6ffffff 64bit pref]
[    6.574042] pci 0000:c0:07.1: PCI bridge to [bus c8]
[    6.579011] pci 0000:c0:07.1:   bridge window [mem 0xdbb00000-0xdbbfffff]
[    6.585806] pci 0000:c0:08.1: PCI bridge to [bus c9]
[    6.590770] pci 0000:c0:08.1:   bridge window [mem 0xdba00000-0xdbafffff]
[    6.597560] pci_bus 0000:c0: resource 4 [io  0xa000-0xffff window]
[    6.603744] pci_bus 0000:c0: resource 5 [mem 0xc6000000-0xe0ffffff window]
[    6.610615] pci_bus 0000:c0: resource 6 [mem 0x10000000000-0x2bf3fffffff window]
[    6.618010] pci_bus 0000:c0: resource 7 [io  0x03b0-0x03df window]
[    6.624191] pci_bus 0000:c0: resource 8 [mem 0x000a0000-0x000bffff window]
[    6.631063] pci_bus 0000:c4: resource 0 [io  0xa000-0xafff]
[    6.636636] pci_bus 0000:c4: resource 1 [mem 0xdb600000-0xdb9fffff]
[    6.642901] pci_bus 0000:c4: resource 2 [mem 0x10000000000-0x100001fffff 64bit pref]
[    6.650642] pci_bus 0000:c5: resource 0 [io  0xb000-0xbfff]
[    6.656234] pci_bus 0000:c5: resource 1 [mem 0xdb200000-0xdb5fffff]
[    6.662500] pci_bus 0000:c5: resource 2 [mem 0x10000200000-0x100003fffff 64bit pref]
[    6.670238] pci_bus 0000:c6: resource 0 [io  0xc000-0xcfff]
[    6.675811] pci_bus 0000:c6: resource 1 [mem 0xdae00000-0xdb1fffff]
[    6.682081] pci_bus 0000:c6: resource 2 [mem 0x10000400000-0x100005fffff 64bit pref]
[    6.689820] pci_bus 0000:c7: resource 0 [io  0xd000-0xdfff]
[    6.695393] pci_bus 0000:c7: resource 1 [mem 0xdaa00000-0xdadfffff]
[    6.701659] pci_bus 0000:c7: resource 2 [mem 0x10000600000-0x100007fffff 64bit pref]
[    6.709399] pci_bus 0000:c1: resource 1 [mem 0xc7100000-0xc71fffff]
[    6.715663] pci_bus 0000:c1: resource 2 [mem 0xc7000000-0xc70fffff 64bit pref]
[    6.722886] pci_bus 0000:c2: resource 1 [mem 0xda000000-0xda8fffff]
[    6.729150] pci_bus 0000:c2: resource 2 [mem 0xc6000000-0xc6ffffff 64bit pref]
[    6.736370] pci_bus 0000:c3: resource 1 [mem 0xda000000-0xda8fffff]
[    6.742636] pci_bus 0000:c3: resource 2 [mem 0xc6000000-0xc6ffffff 64bit pref]
[    6.749857] pci_bus 0000:c8: resource 1 [mem 0xdbb00000-0xdbbfffff]
[    6.756122] pci_bus 0000:c9: resource 1 [mem 0xdba00000-0xdbafffff]
[    6.763031] PCI: CLS 64 bytes, default 64
[    6.767061] AMD-Vi: IOMMU SNP support enabled.
[    6.767118] Trying to unpack rootfs image as initramfs...
[    6.776980] pci 0000:c0:00.2: AMD-Vi: IOMMU performance counters supported
[    6.783986] pci 0000:c0:01.0: Adding to iommu group 0
[    6.789118] pci 0000:c0:02.0: Adding to iommu group 1
[    6.794360] pci 0000:c0:03.0: Adding to iommu group 2
[    6.799479] pci 0000:c0:03.1: Adding to iommu group 2
[    6.804591] pci 0000:c0:03.2: Adding to iommu group 2
[    6.809707] pci 0000:c0:03.3: Adding to iommu group 2
[    6.814820] pci 0000:c0:03.4: Adding to iommu group 2
[    6.819942] pci 0000:c0:04.0: Adding to iommu group 3
[    6.825124] pci 0000:c0:05.0: Adding to iommu group 4
[    6.830239] pci 0000:c0:05.1: Adding to iommu group 4
[    6.835357] pci 0000:c0:05.2: Adding to iommu group 4
[    6.840490] pci 0000:c0:07.0: Adding to iommu group 5
[    6.845592] pci 0000:c0:07.1: Adding to iommu group 6
[    6.850720] pci 0000:c0:08.0: Adding to iommu group 7
[    6.855817] pci 0000:c0:08.1: Adding to iommu group 8
[    6.860923] pci 0000:c1:00.0: Adding to iommu group 4
[    6.865982] pci 0000:c1:00.1: Adding to iommu group 4
[    6.871046] pci 0000:c2:00.0: Adding to iommu group 4
[    6.876108] pci 0000:c3:00.0: Adding to iommu group 4
[    6.881206] pci 0000:c8:00.0: Adding to iommu group 9
[    6.886321] pci 0000:c8:00.2: Adding to iommu group 10
[    6.891512] pci 0000:c9:00.0: Adding to iommu group 11
[    6.896705] pci 0000:c9:00.2: Adding to iommu group 12
[    6.909950] pci 0000:80:00.2: AMD-Vi: IOMMU performance counters supported
[    6.917027] pci 0000:80:01.0: Adding to iommu group 13
[    6.922230] pci 0000:80:01.1: Adding to iommu group 13
[    6.927429] pci 0000:80:01.2: Adding to iommu group 13
[    6.932642] pci 0000:80:02.0: Adding to iommu group 14
[    6.937854] pci 0000:80:03.0: Adding to iommu group 15
[    6.943061] pci 0000:80:04.0: Adding to iommu group 16
[    6.948277] pci 0000:80:05.0: Adding to iommu group 17
[    6.953490] pci 0000:80:07.0: Adding to iommu group 18
[    6.958672] pci 0000:80:07.1: Adding to iommu group 19
[    6.963884] pci 0000:80:08.0: Adding to iommu group 20
[    6.969072] pci 0000:80:08.1: Adding to iommu group 21
[    6.974296] pci 0000:80:08.2: Adding to iommu group 22
[    6.979476] pci 0000:83:00.0: Adding to iommu group 23
[    6.984653] pci 0000:83:00.2: Adding to iommu group 24
[    6.989826] pci 0000:84:00.0: Adding to iommu group 25
[    6.995001] pci 0000:84:00.2: Adding to iommu group 26
[    7.000175] pci 0000:85:00.0: Adding to iommu group 27
[    7.012942] pci 0000:40:00.2: AMD-Vi: IOMMU performance counters supported
[    7.019940] pci 0000:40:01.0: Adding to iommu group 28
[    7.025133] pci 0000:40:02.0: Adding to iommu group 29
[    7.030419] pci 0000:40:03.0: Adding to iommu group 30
[    7.035595] pci 0000:40:03.1: Adding to iommu group 30
[    7.040770] pci 0000:40:03.2: Adding to iommu group 30
[    7.045942] pci 0000:40:03.3: Adding to iommu group 30
[    7.051117] pci 0000:40:03.4: Adding to iommu group 30
[    7.056310] pci 0000:40:04.0: Adding to iommu group 31
[    7.061500] pci 0000:40:05.0: Adding to iommu group 32
[    7.066692] pci 0000:40:07.0: Adding to iommu group 33
[    7.071862] pci 0000:40:07.1: Adding to iommu group 34
[    7.077061] pci 0000:40:08.0: Adding to iommu group 35
[    7.082229] pci 0000:40:08.1: Adding to iommu group 36
[    7.087405] pci 0000:45:00.0: Adding to iommu group 37
[    7.092581] pci 0000:45:00.2: Adding to iommu group 38
[    7.097753] pci 0000:46:00.0: Adding to iommu group 39
[    7.102929] pci 0000:46:00.1: Adding to iommu group 40
[    7.108102] pci 0000:46:00.2: Adding to iommu group 41
[    7.113384] pci 0000:46:00.3: Adding to iommu group 42
[    7.125518] pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
[    7.132487] pci 0000:00:01.0: Adding to iommu group 43
[    7.137679] pci 0000:00:02.0: Adding to iommu group 44
[    7.142872] pci 0000:00:03.0: Adding to iommu group 45
[    7.148039] pci 0000:00:03.2: Adding to iommu group 46
[    7.153235] pci 0000:00:04.0: Adding to iommu group 47
[    7.158424] pci 0000:00:05.0: Adding to iommu group 48
[    7.163621] pci 0000:00:07.0: Adding to iommu group 49
[    7.168789] pci 0000:00:07.1: Adding to iommu group 50
[    7.173986] pci 0000:00:08.0: Adding to iommu group 51
[    7.179158] pci 0000:00:08.1: Adding to iommu group 52
[    7.184373] pci 0000:00:14.0: Adding to iommu group 53
[    7.189546] pci 0000:00:14.3: Adding to iommu group 53
[    7.194889] pci 0000:00:18.0: Adding to iommu group 54
[    7.200059] pci 0000:00:18.1: Adding to iommu group 54
[    7.205225] pci 0000:00:18.2: Adding to iommu group 54
[    7.210394] pci 0000:00:18.3: Adding to iommu group 54
[    7.211807] Freeing initrd memory: 35936K
[    7.215568] pci 0000:00:18.4: Adding to iommu group 54
[    7.224866] pci 0000:00:18.5: Adding to iommu group 54
[    7.230032] pci 0000:00:18.6: Adding to iommu group 54
[    7.235207] pci 0000:00:18.7: Adding to iommu group 54
[    7.240385] pci 0000:01:00.0: Adding to iommu group 55
[    7.245559] pci 0000:02:00.0: Adding to iommu group 56
[    7.250732] pci 0000:02:00.2: Adding to iommu group 57
[    7.255906] pci 0000:03:00.0: Adding to iommu group 58
[    7.261081] pci 0000:03:00.2: Adding to iommu group 59
[    7.266255] pci 0000:03:00.3: Adding to iommu group 60
[    7.280113] AMD-Vi: Extended features (0x841f77e022094ace, 0x0): PPR X2APIC NX IA GA PC SNP
[    7.288472] AMD-Vi: Interrupt remapping enabled
[    7.293002] AMD-Vi: X2APIC enabled
[    7.297229] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    7.303669] software IO TLB: mapped [mem 0x000000000459f000-0x000000001459f000] (256MB)
[    7.311791] LVT offset 0 assigned for vector 0x400
[    7.318028] perf: AMD IBS detected (0x000003ff)
[    7.323808] amd_uncore: 4 amd_df counters detected
[    7.328632] amd_uncore: 6 amd_l3 counters detected
[    7.334864] perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
[    7.342019] perf/amd_iommu: Detected AMD IOMMU #1 (2 banks, 4 counters/bank).
[    7.349166] perf/amd_iommu: Detected AMD IOMMU #2 (2 banks, 4 counters/bank).
[    7.356319] perf/amd_iommu: Detected AMD IOMMU #3 (2 banks, 4 counters/bank).
[    7.419187] Initialise system trusted keyrings
[    7.423676] Key type blacklist registered
[    7.427793] workingset: timestamp_bits=36 max_order=26 bucket_order=0
[    7.434242] zbud: loaded
[    7.437299] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    7.443292] fuse: init (API version 7.40)
[    7.447552] integrity: Platform Keyring initialized
[    7.464365] Key type asymmetric registered
[    7.468466] Asymmetric key parser 'x509' registered
[    7.473382] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[    7.480847] io scheduler mq-deadline registered
[    7.486805] pcieport 0000:00:03.2: PME: Signaling with IRQ 38
[    7.492911] pcieport 0000:00:07.1: PME: Signaling with IRQ 40
[    7.498855] pcieport 0000:00:08.1: PME: Signaling with IRQ 41
[    7.504823] pcieport 0000:40:03.1: PME: Signaling with IRQ 42
[    7.510618] pcieport 0000:40:03.1: pciehp: Slot #167 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.524573] pcieport 0000:40:03.2: PME: Signaling with IRQ 43
[    7.530385] pcieport 0000:40:03.2: pciehp: Slot #166 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.544359] pcieport 0000:40:03.3: PME: Signaling with IRQ 44
[    7.550149] pcieport 0000:40:03.3: pciehp: Slot #169 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.564089] pcieport 0000:40:03.4: PME: Signaling with IRQ 45
[    7.569887] pcieport 0000:40:03.4: pciehp: Slot #168 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.583892] pcieport 0000:40:07.1: PME: Signaling with IRQ 47
[    7.589827] pcieport 0000:40:08.1: PME: Signaling with IRQ 48
[    7.595921] pcieport 0000:80:01.1: PME: Signaling with IRQ 49
[    7.601726] pcieport 0000:80:01.1: pciehp: Slot #160 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.615659] pcieport 0000:80:01.2: PME: Signaling with IRQ 50
[    7.621453] pcieport 0000:80:01.2: pciehp: Slot #161 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.635513] pcieport 0000:80:07.1: PME: Signaling with IRQ 52
[    7.641534] pcieport 0000:80:08.1: PME: Signaling with IRQ 54
[    7.647521] pcieport 0000:80:08.2: PME: Signaling with IRQ 55
[    7.653456] pcieport 0000:c0:03.1: PME: Signaling with IRQ 56
[    7.659240] pcieport 0000:c0:03.1: pciehp: Slot #163 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.673168] pcieport 0000:c0:03.2: PME: Signaling with IRQ 57
[    7.678960] pcieport 0000:c0:03.2: pciehp: Slot #162 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.692881] pcieport 0000:c0:03.3: PME: Signaling with IRQ 58
[    7.698669] pcieport 0000:c0:03.3: pciehp: Slot #165 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.712595] pcieport 0000:c0:03.4: PME: Signaling with IRQ 59
[    7.718388] pcieport 0000:c0:03.4: pciehp: Slot #164 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.732288] pcieport 0000:c0:05.1: PME: Signaling with IRQ 60
[    7.738189] pcieport 0000:c0:05.2: PME: Signaling with IRQ 61
[    7.744192] pcieport 0000:c0:07.1: PME: Signaling with IRQ 63
[    7.750175] pcieport 0000:c0:08.1: PME: Signaling with IRQ 65
[    7.756189] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    7.763258] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[    7.770718] ACPI: button: Power Button [PWRF]
[    7.782817] Estimated ratio of average max frequency by base frequency (times 1024): 1464
[    7.807014] ERST: Error Record Serialization Table (ERST) support is initialized.
[    7.814517] pstore: Using crash dump compression: deflate
[    7.819917] pstore: Registered erst as persistent store backend
[    7.825947] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    7.832504] 00:03: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A
[    7.840720] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    7.851410] Linux agpgart interface v0.103
[    7.879486] loop: module loaded
[    7.893809] ahci 0000:85:00.0: AHCI vers 0001.0301, 32 command slots, 6 Gbps, SATA mode
[    7.901820] ahci 0000:85:00.0: 8/8 ports implemented (port mask 0xff)
[    7.908265] ahci 0000:85:00.0: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part sxs 
[    7.918371] scsi host0: ahci
[    7.921463] scsi host1: ahci
[    7.924548] scsi host2: ahci
[    7.927626] scsi host3: ahci
[    7.930693] scsi host4: ahci
[    7.933758] scsi host5: ahci
[    7.936817] scsi host6: ahci
[    7.939990] scsi host7: ahci
[    7.942929] ata1: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800100 irq 67 lpm-pol 0
[    7.951195] ata2: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800180 irq 68 lpm-pol 0
[    7.959454] ata3: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800200 irq 69 lpm-pol 0
[    7.967714] ata4: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800280 irq 70 lpm-pol 0
[    7.975976] ata5: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800300 irq 71 lpm-pol 0
[    7.984234] ata6: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800380 irq 72 lpm-pol 0
[    7.992493] ata7: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800400 irq 73 lpm-pol 0
[    8.000757] ata8: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800480 irq 74 lpm-pol 0
[    8.009286] tun: Universal TUN/TAP device driver, 1.6
[    8.014393] PPP generic driver version 2.4.2
[    8.018805] VFIO - User Level meta-driver version: 0.3
[    8.024279] xhci_hcd 0000:03:00.3: xHCI Host Controller
[    8.029522] xhci_hcd 0000:03:00.3: new USB bus registered, assigned bus number 1
[    8.037020] xhci_hcd 0000:03:00.3: hcc params 0x0260ffe5 hci version 0x110 quirks 0x0000000000000010
[    8.046545] xhci_hcd 0000:03:00.3: xHCI Host Controller
[    8.051805] xhci_hcd 0000:03:00.3: new USB bus registered, assigned bus number 2
[    8.059198] xhci_hcd 0000:03:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[    8.066291] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.11
[    8.074558] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    8.081776] usb usb1: Product: xHCI Host Controller
[    8.086656] usb usb1: Manufacturer: Linux 6.11.0-rc4-d2bafcf224-d2bafcf224f xhci-hcd
[    8.094393] usb usb1: SerialNumber: 0000:03:00.3
[    8.099176] hub 1-0:1.0: USB hub found
[    8.102946] hub 1-0:1.0: 2 ports detected
[    8.107789] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    8.115901] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.11
[    8.124160] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    8.131383] usb usb2: Product: xHCI Host Controller
[    8.136271] usb usb2: Manufacturer: Linux 6.11.0-rc4-d2bafcf224-d2bafcf224f xhci-hcd
[    8.144015] usb usb2: SerialNumber: 0000:03:00.3
[    8.148758] hub 2-0:1.0: USB hub found
[    8.152556] hub 2-0:1.0: 2 ports detected
[    8.157447] xhci_hcd 0000:46:00.3: xHCI Host Controller
[    8.162686] xhci_hcd 0000:46:00.3: new USB bus registered, assigned bus number 3
[    8.170177] xhci_hcd 0000:46:00.3: hcc params 0x0260ffe5 hci version 0x110 quirks 0x0000000000000010
[    8.179669] xhci_hcd 0000:46:00.3: xHCI Host Controller
[    8.184904] xhci_hcd 0000:46:00.3: new USB bus registered, assigned bus number 4
[    8.192302] xhci_hcd 0000:46:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[    8.199385] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.11
[    8.207645] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    8.214868] usb usb3: Product: xHCI Host Controller
[    8.219751] usb usb3: Manufacturer: Linux 6.11.0-rc4-d2bafcf224-d2bafcf224f xhci-hcd
[    8.227489] usb usb3: SerialNumber: 0000:46:00.3
[    8.232250] hub 3-0:1.0: USB hub found
[    8.236005] hub 3-0:1.0: 2 ports detected
[    8.240787] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    8.248902] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.11
[    8.257161] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    8.264382] usb usb4: Product: xHCI Host Controller
[    8.269259] usb usb4: Manufacturer: Linux 6.11.0-rc4-d2bafcf224-d2bafcf224f xhci-hcd
[    8.277000] usb usb4: SerialNumber: 0000:46:00.3
[    8.281735] hub 4-0:1.0: USB hub found
[    8.285501] hub 4-0:1.0: 2 ports detected
[    8.290449] usbcore: registered new interface driver uas
[    8.295788] usbcore: registered new interface driver usb-storage
[    8.301861] i8042: PNP: No PS/2 controller found.
[    8.306649] mousedev: PS/2 mouse device common for all mice
[    8.312356] rtc_cmos 00:02: RTC can wake from S4
[    8.317242] rtc_cmos 00:02: registered as rtc0
[    8.321745] rtc_cmos 00:02: setting system clock to 2024-09-02T12:10:59 UTC (1725279059)
[    8.322473] ata8: SATA link down (SStatus 0 SControl 300)
[    8.329875] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram
[    8.335269] ata4: SATA link down (SStatus 0 SControl 300)
[    8.341953] i2c_dev: i2c /dev entries driver
[    8.347368] ata3: SATA link down (SStatus 0 SControl 300)
[    8.351629] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[    8.357039] ata2: SATA link down (SStatus 0 SControl 300)
[    8.360244] usb 1-1: new high-speed USB device number 2 using xhci_hcd
[    8.369349] device-mapper: uevent: version 1.0.3
[    8.374599] ata6: SATA link down (SStatus 0 SControl 300)
[    8.381252] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@lists.linux.dev
[    8.384244] tsc: Refined TSC clocksource calibration: 1996.247 MHz
[    8.384304] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x398caa9ddcb, max_idle_ns: 881590739785 ns
[    8.416200] clocksource: Switched to clocksource tsc
[    8.416213] ata5: SATA link down (SStatus 0 SControl 300)
[    8.416221] platform eisa.0: Probing EISA bus 0
[    8.416224] platform eisa.0: EISA: Cannot allocate resource for mainboard
[    8.416227] platform eisa.0: Cannot allocate resource for EISA slot 1
[    8.416229] platform eisa.0: Cannot allocate resource for EISA slot 2
[    8.416234] platform eisa.0: Cannot allocate resource for EISA slot 3
[    8.416236] platform eisa.0: Cannot allocate resource for EISA slot 4
[    8.416238] platform eisa.0: Cannot allocate resource for EISA slot 5
[    8.416239] platform eisa.0: Cannot allocate resource for EISA slot 6
[    8.416241] platform eisa.0: Cannot allocate resource for EISA slot 7
[    8.416243] platform eisa.0: Cannot allocate resource for EISA slot 8
[    8.416244] platform eisa.0: EISA: Detected 0 cards
[    8.416248] amd_pstate: driver load is disabled, boot with specific mode to enable this
[    8.496245] usb 3-1: new high-speed USB device number 2 using xhci_hcd
[    8.502312] ata1: SATA link down (SStatus 0 SControl 300)
[    8.511052] usb 1-1: New USB device found, idVendor=0424, idProduct=2744, bcdDevice= 1.21
[    8.514243] ata7: SATA link down (SStatus 0 SControl 300)
[    8.522387] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    8.522390] usb 1-1: Product: USB2734
[    8.528219] ledtrig-cpu: registered to indicate activity on CPUs
[    8.534951] usb 1-1: Manufacturer: Microchip Tech
[    8.549371] efifb: probing for efifb
[    8.552973] efifb: No BGRT, not showing boot graphics
[    8.558024] efifb: framebuffer at 0xc6000000, using 3072k, total 3072k
[    8.564546] efifb: mode is 1024x768x32, linelength=4096, pages=1
[    8.570555] efifb: scrolling: redraw
[    8.574131] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    8.578744] hub 1-1:1.0: USB hub found
[    8.583461] fbcon: Deferring console take-over
[    8.583680] hub 1-1:1.0: 4 ports detected
[    8.587914] fb0: EFI VGA frame buffer device
[    8.596325] drop_monitor: Initializing network drop monitor service
[    8.602739] NET: Registered PF_INET6 protocol family
[    8.616469] Segment Routing with IPv6
[    8.620142] In-situ OAM (IOAM) with IPv6
[    8.624094] NET: Registered PF_PACKET protocol family
[    8.629217] Key type dns_resolver registered
[    8.642426] usb 2-1: new SuperSpeed USB device number 2 using xhci_hcd
[    8.642843] microcode: Current revision: 0x0a0011d3
[    8.656703] resctrl: L3 allocation detected
[    8.657302] usb 3-1: New USB device found, idVendor=1604, idProduct=10c0, bcdDevice= 0.00
[    8.660893] resctrl: MB allocation detected
[    8.660895] resctrl: L3 monitoring detected
[    8.669064] usb 3-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    8.672623] usb 2-1: New USB device found, idVendor=0424, idProduct=5744, bcdDevice= 1.21
[    8.672627] usb 2-1: New USB device strings: Mfr=2, Product=3, SerialNumber=0
[    8.672630] usb 2-1: Product: USB5734
[    8.672632] usb 2-1: Manufacturer: Microchip Tech
[    8.673433] IPI shorthand broadcast: enabled
[    8.690649] hub 2-1:1.0: USB hub found
[    8.695619] sched_clock: Marking stable (8624533691, 68230457)->(9794722249, -1101958101)
[    8.699932] hub 2-1:1.0: 4 ports detected
[    8.711769] hub 3-1:1.0: USB hub found
[    8.716387] registered taskstats version 1
[    8.724679] hub 3-1:1.0: 4 ports detected
[    8.741623] Loading compiled-in X.509 certificates
[    8.747011] Loaded X.509 cert 'Build time autogenerated kernel key: b4d6cc6103f916553e86d4f1085952e38e3c3a84'
[    8.760202] Demotion targets for Node 0: null
[    8.764563] Demotion targets for Node 1: null
[    8.769405] Key type .fscrypt registered
[    8.773331] Key type fscrypt-provisioning registered
[    8.785548] cryptd: max_cpu_qlen set to 1000
[    8.792624] AES CTR mode by8 optimization enabled
[    8.810598] Key type encrypted registered
[    8.814627] AppArmor: AppArmor sha256 policy hashing enabled
[    8.820360] integrity: Loading X.509 certificate: UEFI:db
[    8.825786] integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
[    8.836561] integrity: Loading X.509 certificate: UEFI:db
[    8.841978] integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
[    8.853010] integrity: Loading X.509 certificate: UEFI:db
[    8.858506] integrity: Loaded X.509 cert 'VMware, Inc.: 4ad8ba0472073d28127706ddc6ccb9050441bbc7'
[    8.867373] integrity: Loading X.509 certificate: UEFI:db
[    8.872903] integrity: Loaded X.509 cert 'VMware, Inc.: VMware Secure Boot Signing: 04597f3e1ffb240bba0ff0f05d5eb05f3e15f6d7'
[    8.884441] ima: No TPM chip found, activating TPM-bypass!
[    8.889929] Loading compiled-in module X.509 certificates
[    8.895724] Loaded X.509 cert 'Build time autogenerated kernel key: b4d6cc6103f916553e86d4f1085952e38e3c3a84'
[    8.905636] ima: Allocated hash algorithm: sha1
[    8.910169] ima: No architecture policies found
[    8.914716] evm: Initialising EVM extended attributes:
[    8.919880] evm: security.selinux
[    8.923200] evm: security.SMACK64
[    8.926519] evm: security.SMACK64EXEC
[    8.930184] evm: security.SMACK64TRANSMUTE
[    8.934284] evm: security.SMACK64MMAP
[    8.937950] evm: security.apparmor
[    8.941354] evm: security.ima
[    8.944330] evm: security.capability
[    8.947902] evm: HMAC attrs: 0x1
[    8.951516] PM:   Magic number: 8:57:177
[    8.955591] acpi device:0d: hash matches
[    8.959972] RAS: Correctable Errors collector initialized.
[    8.965607] clk: Disabling unused clocks
[    8.969532] PM: genpd: Disabling unused power domains
[    8.976389] Freeing unused decrypted memory: 2028K
[    8.981826] Freeing unused kernel image (initmem) memory: 4656K
[    8.987758] Write protecting the kernel read-only data: 26624k
[    8.994108] Freeing unused kernel image (rodata/data gap) memory: 836K
[    9.063713] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    9.070185] Run /init as init process
[    9.080152] systemd[1]: Inserted module 'autofs4'
[    9.383608] systemd[1]: systemd 250-12.el9_1 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 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK +XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[    9.415496] systemd[1]: Detected architecture x86-64.
[    9.420553] systemd[1]: Running in initial RAM disk.

Welcome to ^[[0;31mRed Hat Enterprise Linux 9.1 (Plow) dracut-057-13.git20220816.el9 (Initramfs)^[[0m!

[    9.448327] systemd[1]: Hostname set to <hostname.amd.com>.
[    9.558954] systemd[1]: Queued start job for default target Initrd Default Target.
[    9.566538] usb 3-1.1: new high-speed USB device number 3 using xhci_hcd
[    9.566646] systemd[1]: Reached target Initrd /usr File System.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mInitrd /usr File System^[[0m.
[    9.596291] systemd[1]: Reached target Local File Systems.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mLocal File Systems^[[0m.
[    9.616294] systemd[1]: Reached target Slice Units.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSlice Units^[[0m.
[    9.636286] systemd[1]: Reached target Swaps.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSwaps^[[0m.
[    9.656280] systemd[1]: Reached target Timer Units.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mTimer Units^[[0m.
[    9.673188] usb 3-1.1: New USB device found, idVendor=1604, idProduct=10c0, bcdDevice= 0.00
[    9.681541] usb 3-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    9.681646] systemd[1]: Listening on D-Bus System Message Bus Socket.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mD-Bus System Message Bus Socket^[[0m.
[    9.712427] systemd[1]: Listening on Journal Socket (/dev/log).
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mJournal Socket (/dev/log)^[[0m.
[    9.732431] systemd[1]: Listening on Journal Socket.
[    9.735772] hub 3-1.1:1.0: USB hub found
[^[[0;32m  OK  ^[[[    9.741556] hub 3-1.1:1.0: 4 ports detected
0m] Listening on ^[[0;1;39mJournal Socket^[[0m.
[    9.760435] systemd[1]: Listening on udev Control Socket.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mudev Control Socket^[[0m.
[    9.780493] systemd[1]: Listening on udev Kernel Socket.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mudev Kernel Socket^[[0m.
[    9.800283] systemd[1]: Reached target Socket Units.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSocket Units^[[0m.
[    9.828246] usb 3-1.2: new high-speed USB device number 4 using xhci_hcd
[    9.846240] systemd[1]: Starting Create List of Static Device Nodes...
         Starting ^[[0;1;39mCreate List of Static Device Nodes^[[0m...
[    9.870609] systemd[1]: Starting Journal Service...
         Starting ^[[0;1;39mJournal Service^[[0m...
[    9.889759] systemd[1]: Starting Load Kernel Modules...
         Starting ^[[0;1;39mLoad Kernel Modules^[[0m...
[    9.909394] systemd[1]: Starting Create System Users...
         Starting ^[[0;1;39mCreate System Users^[[0m...
[    9.929699] systemd[1]: Starting Setup Virtual Console...
         Starting ^[[0;1;39mSetup Virtual Console^[[0m...
[    9.949563] systemd[1]: Finished Create List of Static Device Nodes.
[    9.953305] usb 3-1.2: New USB device found, idVendor=413c, idProduct=0006, bcdDevice= 0.00
[    9.964365] usb 3-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    9.964367] usb 3-1.2: Product: DRAC 5 Virtual Keyboard and Mouse
[    9.964369] usb 3-1.2: Manufacturer: DELL
[^[[0;32m  OK  ^[[[    9.981780] usb 3-1.2: SerialNumber: DELL413C-1
0m] Finished ^[[0;1;39mCreate List of Static Device Nodes^[[0m.
[   10.000547] systemd[1]: Started Journal Service.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mJournal Service^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mLoad Kernel Modules^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mSetup Virtual Console^[[0m.
         Starting ^[[0;1;39mdracut cmdline hook^[[0m...
         Starting ^[[0;1;39mApply Kernel Variables^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mApply Kernel Variables^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate System Users^[[0m.
[   10.204245] usb 3-1.4: new high-speed USB device number 5 using xhci_hcd
         Starting ^[[0;1;39mCreate Static Device Nodes in /dev^[[0m...
         Starting ^[[0;1;39mCreate Volatile Files and Directories^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mdracut cmdline hook^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate Static Device Nodes in /dev^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate Volatile Files and Directories^[[0m.
[   10.309185] usb 3-1.4: New USB device found, idVendor=1604, idProduct=10c0, bcdDevice= 0.00
[   10.317535] usb 3-1.4: New USB device strings: Mfr=0, Product=0, SerialNumber=0
         Starting ^[[0;1;39mdracut pre-udev hook^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mdracut pre-udev hook^[[0m.
[   10.375869] hub 3-1.4:1.0: USB hub found
[   10.380059] hub 3-1.4:1.0: 4 ports detected
         Starting ^[[0;1;39mRule-based Manage…for Device Events and Files^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mRule-based Manager for Device Events and Files^[[0m.
[   10.414143] hid: raw HID events driver (C) Jiri Kosina
         Starting ^[[0;1;39mColdplug All udev Devices^[[0m...
[   10.430597] usbcore: registered new interface driver usbhid
[   10.436201] usbhid: USB HID core driver
[   10.441232] usbcore: registered new interface driver usbmouse
[   10.447554] usbcore: registered new interface driver usbkbd
[   10.455757] input: DELL DRAC 5 Virtual Keyboard and Mouse as /devices/pci0000:40/0000:40:08.1/0000:46:00.3/usb3/3-1/3-1.2/3-1.2:1.0/0003:413C:0006.0001/input/input1
[   10.470587] hid-generic 0003:413C:0006.0001: input,hidraw0: USB HID v1.01 Mouse [DELL DRAC 5 Virtual Keyboard and Mouse] on usb-0000:46:00.3-1.2/input0
[   10.484279] input: DELL DRAC 5 Virtual Keyboard and Mouse as /devices/pci0000:40/0000:40:08.1/0000:46:00.3/usb3/3-1/3-1.2/3-1.2:1.1/0003:413C:0006.0002/input/input2
[   10.556388] hid-generic 0003:413C:0006.0002: input,hidraw1: USB HID v1.01 Keyboard [DELL DRAC 5 Virtual Keyboard and Mouse] on usb-0000:46:00.3-1.2/input1
[   10.616739] wmi_bus wmi_bus-PNP0C14:00: [Firmware Bug]: WQBC data block query control method not found
[^[[0;32m  OK  ^[[0m] Finished ^[[0[   10.628354] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
;1;39mColdplug A[   10.634807] sp5100-tco sp5100-tco: Using 0xfeb00000 for watchdog MMIO address
ll udev Devices^[[   10.643391] sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0)
[0m.
[   10.653844] ccp 0000:46:00.1: no command queues available
[   10.659337] ccp 0000:46:00.1: sev enabled
[   10.663358] ccp 0000:46:00.1: psp enabled
[   10.678060] ACPI: bus type drm_connector registered
[^[[0;32m  OK  ^[[[   10.684023] mpt3sas version 48.100.00.00 loaded
0m] Reached target ^[[0;1;39mSyst[   10.690635] mpt3sas_cm0: 63 BIT PCI BUS DMA ADDRESSING SUPPORTED, total mem (262458760 kB)
em Initializatio[   10.691376] tg3 0000:c1:00.0 eth0: Tigon3 [partno(BCM95720) rev 5720000] (PCI Express) MAC address d0:8e:79:bb:95:90
n^[[0m.
[   10.711889] tg3 0000:c1:00.0 eth0: attached PHY is 5720C (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[1])
[   10.722360] tg3 0000:c1:00.0 eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[1] TSOcap[1]
[   10.730191] tg3 0000:c1:00.0 eth0: dma_rwctrl[00000001] dma_mask[64-bit]
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mNetwork^[[0m.
[   10.746063] mgag200 0000:c3:00.0: vgaarb: deactivate vga console
[   10.750265] mpt3sas_cm0: CurrentHostPageSize is 0: Setting default host page size to 4k
[   10.760089] mpt3sas_cm0: MSI-X vectors supported: 96
[   10.765068] 	 no of cores: 128, max_msix_vectors: -1
[   10.765071] mpt3sas_cm0:  0 96 96
[   10.766737] [drm] Initialized mgag200 1.0.0 for 0000:c3:00.0 on minor 0
[   10.769180] mpt3sas_cm0: High IOPs queues : disabled
[   10.769183] mpt3sas0-msix0: PCI-MSI-X enabled: IRQ 108
[   10.769184] mpt3sas0-msix1: PCI-MSI-X enabled: IRQ 109
[   10.769186] mpt3sas0-msix2: PCI-MSI-X enabled: IRQ 110
[   10.769187] mpt3sas0-msix3: PCI-MSI-X enabled: IRQ 111
[   10.769189] mpt3sas0-msix4: PCI-MSI-X enabled: IRQ 112
[   10.769190] mpt3sas0-msix5: PCI-MSI-X enabled: IRQ 113
[   10.769191] mpt3sas0-msix6: PCI-MSI-X enabled: IRQ 114
[   10.769193] mpt3sas0-msix7: PCI-MSI-X enabled: IRQ 115
[   10.769194] mpt3sas0-msix8: PCI-MSI-X enabled: IRQ 116
[   10.769195] mpt3sas0-msix9: PCI-MSI-X enabled: IRQ 117
[   10.769197] mpt3sas0-msix10: PCI-MSI-X enabled: IRQ 118
[   10.769198] mpt3sas0-msix11: PCI-MSI-X enabled: IRQ 119
[   10.769199] mpt3sas0-msix12: PCI-MSI-X enabled: IRQ 120
[   10.769201] mpt3sas0-msix13: PCI-MSI-X enabled: IRQ 121
[   10.769202] mpt3sas0-msix14: PCI-MSI-X enabled: IRQ 122
[   10.769203] mpt3sas0-msix15: PCI-MSI-X enabled: IRQ 123
[   10.769204] mpt3sas0-msix16: PCI-MSI-X enabled: IRQ 124
[   10.769206] mpt3sas0-msix17: PCI-MSI-X enabled: IRQ 125
[   10.769207] mpt3sas0-msix18: PCI-MSI-X enabled: IRQ 126
[   10.769208] mpt3sas0-msix19: PCI-MSI-X enabled: IRQ 127
[   10.769210] mpt3sas0-msix20: PCI-MSI-X enabled: IRQ 128
[   10.769211] mpt3sas0-msix21: PCI-MSI-X enabled: IRQ 129
[   10.769212] mpt3sas0-msix22: PCI-MSI-X enabled: IRQ 130
[   10.769213] mpt3sas0-msix23: PCI-MSI-X enabled: IRQ 131
[   10.769215] mpt3sas0-msix24: PCI-MSI-X enabled: IRQ 132
[   10.769216] mpt3sas0-msix25: PCI-MSI-X enabled: IRQ 133
[   10.769217] mpt3sas0-msix26: PCI-MSI-X enabled: IRQ 134
[   10.769218] mpt3sas0-msix27: PCI-MSI-X enabled: IRQ 135
[   10.769220] mpt3sas0-msix28: PCI-MSI-X enabled: IRQ 136
[   10.769221] mpt3sas0-msix29: PCI-MSI-X enabled: IRQ 137
[   10.769222] mpt3sas0-msix30: PCI-MSI-X enabled: IRQ 138
[   10.769224] mpt3sas0-msix31: PCI-MSI-X enabled: IRQ 139
[   10.769225] mpt3sas0-msix32: PCI-MSI-X enabled: IRQ 140
[   10.769226] mpt3sas0-msix33: PCI-MSI-X enabled: IRQ 141
[   10.769227] mpt3sas0-msix34: PCI-MSI-X enabled: IRQ 142
[   10.769229] mpt3sas0-msix35: PCI-MSI-X enabled: IRQ 143
[   10.769230] mpt3sas0-msix36: PCI-MSI-X enabled: IRQ 144
[   10.769231] mpt3sas0-msix37: PCI-MSI-X enabled: IRQ 145
[   10.769233] mpt3sas0-msix38: PCI-MSI-X enabled: IRQ 146
[   10.769234] mpt3sas0-msix39: PCI-MSI-X enabled: IRQ 147
[   10.769235] mpt3sas0-msix40: PCI-MSI-X enabled: IRQ 148
[   10.769236] mpt3sas0-msix41: PCI-MSI-X enabled: IRQ 149
[   10.769238] mpt3sas0-msix42: PCI-MSI-X enabled: IRQ 150
[   10.769239] mpt3sas0-msix43: PCI-MSI-X enabled: IRQ 151
[   10.769240] mpt3sas0-msix44: PCI-MSI-X enabled: IRQ 152
[   10.769242] mpt3sas0-msix45: PCI-MSI-X enabled: IRQ 153
[   10.769243] mpt3sas0-msix46: PCI-MSI-X enabled: IRQ 154
[   10.769244] mpt3sas0-msix47: PCI-MSI-X enabled: IRQ 155
[   10.769245] mpt3sas0-msix48: PCI-MSI-X enabled: IRQ 156
[   10.769247] mpt3sas0-msix49: PCI-MSI-X enabled: IRQ 157
[   10.769248] mpt3sas0-msix50: PCI-MSI-X enabled: IRQ 158
[   10.769249] mpt3sas0-msix51: PCI-MSI-X enabled: IRQ 159
[   10.769250] mpt3sas0-msix52: PCI-MSI-X enabled: IRQ 160
[   10.769252] mpt3sas0-msix53: PCI-MSI-X enabled: IRQ 161
[   10.769253] mpt3sas0-msix54: PCI-MSI-X enabled: IRQ 162
[   10.769254] mpt3sas0-msix55: PCI-MSI-X enabled: IRQ 163
[   10.769256] mpt3sas0-msix56: PCI-MSI-X enabled: IRQ 164
[   10.769257] mpt3sas0-msix57: PCI-MSI-X enabled: IRQ 165
[   10.769258] mpt3sas0-msix58: PCI-MSI-X enabled: IRQ 166
[   10.769259] mpt3sas0-msix59: PCI-MSI-X enabled: IRQ 167
[   10.769261] mpt3sas0-msix60: PCI-MSI-X enabled: IRQ 168
[   10.769262] mpt3sas0-msix61: PCI-MSI-X enabled: IRQ 169
[   10.769263] mpt3sas0-msix62: PCI-MSI-X enabled: IRQ 170
[   10.769265] mpt3sas0-msix63: PCI-MSI-X enabled: IRQ 171
[   10.769266] mpt3sas0-msix64: PCI-MSI-X enabled: IRQ 172
[   10.769267] mpt3sas0-msix65: PCI-MSI-X enabled: IRQ 173
[   10.769268] mpt3sas0-msix66: PCI-MSI-X enabled: IRQ 174
[   10.769270] mpt3sas0-msix67: PCI-MSI-X enabled: IRQ 175
[   10.769271] mpt3sas0-msix68: PCI-MSI-X enabled: IRQ 176
[   10.769272] mpt3sas0-msix69: PCI-MSI-X enabled: IRQ 177
[   10.769273] mpt3sas0-msix70: PCI-MSI-X enabled: IRQ 178
[   10.769275] mpt3sas0-msix71: PCI-MSI-X enabled: IRQ 179
[   10.769276] mpt3sas0-msix72: PCI-MSI-X enabled: IRQ 180
[   10.769277] mpt3sas0-msix73: PCI-MSI-X enabled: IRQ 181
[   10.769279] mpt3sas0-msix74: PCI-MSI-X enabled: IRQ 182
[   10.769280] mpt3sas0-msix75: PCI-MSI-X enabled: IRQ 183
[   10.769281] mpt3sas0-msix76: PCI-MSI-X enabled: IRQ 184
[   10.769282] mpt3sas0-msix77: PCI-MSI-X enabled: IRQ 185
[   10.769284] mpt3sas0-msix78: PCI-MSI-X enabled: IRQ 186
[   10.769285] mpt3sas0-msix79: PCI-MSI-X enabled: IRQ 187
[   10.769286] mpt3sas0-msix80: PCI-MSI-X enabled: IRQ 188
[   10.769288] mpt3sas0-msix81: PCI-MSI-X enabled: IRQ 189
[   10.769289] mpt3sas0-msix82: PCI-MSI-X enabled: IRQ 190
[   10.769290] mpt3sas0-msix83: PCI-MSI-X enabled: IRQ 191
[   10.769291] mpt3sas0-msix84: PCI-MSI-X enabled: IRQ 192
[   10.769293] mpt3sas0-msix85: PCI-MSI-X enabled: IRQ 193
[   10.769294] mpt3sas0-msix86: PCI-MSI-X enabled: IRQ 194
[   10.769295] mpt3sas0-msix87: PCI-MSI-X enabled: IRQ 195
[   10.769297] mpt3sas0-msix88: PCI-MSI-X enabled: IRQ 196
[   10.769298] mpt3sas0-msix89: PCI-MSI-X enabled: IRQ 197
[   10.769299] mpt3sas0-msix90: PCI-MSI-X enabled: IRQ 198
[   10.769301] mpt3sas0-msix91: PCI-MSI-X enabled: IRQ 199
[   10.769302] mpt3sas0-msix92: PCI-MSI-X enabled: IRQ 200
[   10.769303] mpt3sas0-msix93: PCI-MSI-X enabled: IRQ 201
[   10.769304] mpt3sas0-msix94: PCI-MSI-X enabled: IRQ 202
[   10.769306] mpt3sas0-msix95: PCI-MSI-X enabled: IRQ 203
[   10.769307] mpt3sas_cm0: iomem(0x00000000e2100000), mapped(0x00000000ad549ada), size(65536)
[   10.769310] mpt3sas_cm0: ioport(0x0000000000001000), size(256)
[   10.799788] mpt3sas_cm0: CurrentHostPageSize is 0: Setting default host page size to 4k
[   10.809195] tg3 0000:c1:00.1 eth1: Tigon3 [partno(BCM95720) rev 5720000] (PCI Express) MAC address d0:8e:79:bb:95:91
[   10.810684] mpt3sas_cm0: sending message unit reset !!
[   10.815825] tg3 0000:c1:00.1 eth1: attached PHY is 5720C (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[1])
[   10.822475] mpt3sas_cm0: message unit reset: SUCCESS
[   10.826106] tg3 0000:c1:00.1 eth1: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[1] TSOcap[1]
[   10.826109] tg3 0000:c1:00.1 eth1: dma_rwctrl[00000001] dma_mask[64-bit]
[   10.851366] mpt3sas_cm0: scatter gather: sge_in_main_msg(1), sge_per_chain(7), sge_per_io(128), chains_per_io(19)
[   11.363244] fbcon: mgag200drmfb (fb0) is primary device
[   11.363249] fbcon: Deferring console take-over
[   11.364429] mpt3sas_cm0: request pool(0x0000000036baccfe) - dma(0xe0600000): depth(9700), frame_size(128), pool_size(1212 kB)
[   11.368488] mgag200 0000:c3:00.0: [drm] fb0: mgag200drmfb frame buffer device
         Starting ^[[0;1;39mdracut initqueue hook^[[0m...
[   11.398148] mpt3sas_cm0: sense pool(0x00000000a92dbf46) - dma(0xdef00000): depth(9463), element_size(96), pool_size (887 kB)
[   11.409458] mpt3sas_cm0: reply pool(0x0000000094821be8) - dma(0xdec00000): depth(9764), frame_size(128), pool_size(1220 kB)
[   11.420600] mpt3sas_cm0: config page(0x00000000f4c87ed1) - dma(0xdebee000): size(512)
[   11.428426] mpt3sas_cm0: Allocated physical memory: size(40437 kB)
[   11.428427] mpt3sas_cm0: Current Controller Queue Depth(9460),Max Controller Queue Depth(9584)
[   11.428429] mpt3sas_cm0: Scatter Gather Elements per IO(128)
[   11.447918] mpt3sas_cm0: _base_display_fwpkg_version: complete
[   11.454712] mpt3sas_cm0: FW Package Ver(16.17.01.00)
[   11.454995] mpt3sas_cm0: LSISAS3008: FWVersion(16.00.11.00), ChipRevision(0x02)
[   11.466989] mpt3sas_cm0: Protocol=(Initiator,Target), Capabilities=(TLR,EEDP,Snapshot Buffer,Diag Trace Buffer,Task Set Full,NCQ)
^[[2J^[[3J^[[-1;-1f[   11.478710] scsi host8: Fusion MPT SAS Host
         Starting ^[[0;1;39mShow [   11.486057] mpt3sas_cm0: sending port enable !!
Plymouth Boot Sc[   11.491996] mpt3sas_cm0: hba_port entry: 00000000c3805333, port: 255 is added to hba_port list
reen^[[0m...
[^[[   11.502577] mpt3sas_cm0: host_add: handle(0x0001), sas_addr(0x52cea7f0be87bf00), phys(8)
[0;32m  OK  ^[[0m[   11.511346] mpt3sas_cm0: handle(0xa) sas_address(0x4433221100000000) port_type(0x1)
] Started ^[[0;1;[   11.521265] scsi 8:0:0:0: Direct-Access     ATA      MTFDDAK960TDT    J004 PQ: 0 ANSI: 6
39mShow Plymouth[   11.529522] scsi 8:0:0:0: SATA: handle(0x000a), sas_addr(0x4433221100000000), phy(0), device_name(0x500a075131911ad0)
[   11.541502] scsi 8:0:0:0: enclosure logical id (0x52cea7f0be87bf00), slot(1) 
 Boot Screen^[[0m[   11.548632] scsi 8:0:0:0: enclosure level(0x0001), connector name(     )
.
[^[[0;32m  OK[   11.556771] scsi 8:0:0:0: atapi(n), ncq(y), asyn_notify(n), smart(y), fua(y), sw_preserve(y)
  ^[[0m] Started [   11.566536] scsi 8:0:0:0: qdepth(32), tagged(1), scsi_level(7), cmd_que(1)
^[[0;1;39mForward Password R…s to Plymouth Directory Watch^[[0m.
[^[[0;32m  OK  ^[[0m] Reached t[   11.582725]  end_device-8:0: add: handle(0x000a), sas_addr(0x4433221100000000)
arget ^[[0;1;39mP[   11.590461] mpt3sas_cm0: handle(0xc) sas_address(0x58ce38ee219651a2) port_type(0x1)
ath Units^[[0m.\r\r[   11.600570] scsi 8:0:1:0: Direct-Access     KIOXIA   KPM6WVUG960G     BD08 PQ: 0 ANSI: 6

[^[[0;32m  OK  ^[[   11.608846] scsi 8:0:1:0: SSP: handle(0x000c), sas_addr(0x58ce38ee219651a2), phy(4), device_name(0x58ce38ee219651a0)
[   11.620738] scsi 8:0:1:0: enclosure logical id (0x52cea7f0be87bf00), slot(0) 
[0m] Reached tar[   11.627869] scsi 8:0:1:0: enclosure level(0x0001), connector name(     )
get ^[[0;1;39mBas[   11.635960] scsi 8:0:1:0: qdepth(254), tagged(1), scsi_level(7), cmd_que(1)
ic System^[[0m.
[   11.646190]  end_device-8:1: add: handle(0x000c), sas_addr(0x58ce38ee219651a2)
[   11.653525] mpt3sas_cm0: handle(0xb) sas_address(0x4433221106000000) port_type(0x1)
[   11.662278] scsi 8:0:2:0: Direct-Access     ATA      MTFDDAK960TDT    J004 PQ: 0 ANSI: 6
[   11.670370] scsi 8:0:2:0: SATA: handle(0x000b), sas_addr(0x4433221106000000), phy(6), device_name(0x500a075131911a6f)
[   11.680969] scsi 8:0:2:0: enclosure logical id (0x52cea7f0be87bf00), slot(2) 
[   11.688101] scsi 8:0:2:0: enclosure level(0x0001), connector name(     )
[   11.694851] scsi 8:0:2:0: atapi(n), ncq(y), asyn_notify(n), smart(y), fua(y), sw_preserve(y)
[   11.703281] scsi 8:0:2:0: qdepth(32), tagged(1), scsi_level(7), cmd_que(1)
[   11.718063]  end_device-8:2: add: handle(0x000b), sas_addr(0x4433221106000000)
[   11.728243] mpt3sas_cm0: port enable: SUCCESS
[   11.732937] sd 8:0:0:0: Attached scsi generic sg0 type 0
[   11.733470] sd 8:0:0:0: [sda] 1875385008 512-byte logical blocks: (960 GB/894 GiB)
[   11.738564] sd 8:0:1:0: Attached scsi generic sg1 type 0
[   11.738764] sd 8:0:1:0: [sdb] 1875385008 512-byte logical blocks: (960 GB/894 GiB)
[   11.738769] sd 8:0:1:0: [sdb] 4096-byte physical blocks
[   11.738951] sd 8:0:1:0: [sdb] Write Protect is off
[   11.739162] sd 8:0:1:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[   11.745818] sd 8:0:0:0: [sda] 4096-byte physical blocks
[   11.751395] sd 8:0:2:0: Attached scsi generic sg2 type 0
[   11.751991] sd 8:0:2:0: [sdc] 1875385008 512-byte logical blocks: (960 GB/894 GiB)
[   11.751994] sd 8:0:2:0: [sdc] 4096-byte physical blocks
[   11.754000] sd 8:0:2:0: [sdc] Write Protect is off
[   11.755282] sd 8:0:2:0: [sdc] Write cache: enabled, read cache: enabled, supports DPO and FUA
[   11.760722] sd 8:0:0:0: [sda] Write Protect is off
[   11.820004] sd 8:0:0:0: [sda] Write cache: enabled, read cache: enabled, supports DPO and FUA
[   11.845436]  sdb: sdb1 sdb2
[   11.846093]  sdc: sdc1 sdc2
[   11.848383] sd 8:0:1:0: [sdb] Attached SCSI disk
[   11.851162] sd 8:0:2:0: [sdc] Attached SCSI disk
[   11.874226]  sda: sda1 sda2 sda3 sda4 sda5 sda6 sda7
[   11.879557] sd 8:0:0:0: [sda] Attached SCSI disk
[   14.308492] ccp 0000:46:00.1: SEV API:1.55 build:17
[   14.313394] ccp 0000:46:00.1: SEV-SNP API:1.55 build:17
[^[[0;32m  OK  ^[[0m] Found device ^[[0;1;39m/dev/mapper/rhel_hostname-root^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mInitrd Root Device^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mdracut initqueue hook^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mPreparation for Remote File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mRemote File Systems^[[0m.
         Starting ^[[0;1;39mFile System Check…/mapper/rhel_hostname-root^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mFile System Check…ev/mapper/rhel_hostname-root^[[0m.
         Mounting ^[[0;1;39m/sysroot^[[0m...
[   14.956868] SGI XFS with ACLs, security attributes, realtime, quota, no debug enabled
[   14.966944] XFS (dm-1): Mounting V5 Filesystem 254e7c99-a3df-41be-8429-d28e07cb528a
[   14.991054] XFS (dm-1): Ending clean mount
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39m/sysroot^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mInitrd Root File System^[[0m.
         Starting ^[[0;1;39mReload Configuration from the Real Root^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mReload Configuration from the Real Root^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mInitrd File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mInitrd Default Target^[[0m.
         Starting ^[[0;1;39mdracut pre-pivot and cleanup hook^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mdracut pre-pivot and cleanup hook^[[0m.
         Starting ^[[0;1;39mCleaning Up and Shutting Down Daemons^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mNetwork^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mTimer Units^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mD-Bus System Message Bus Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mdracut pre-pivot and cleanup hook^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mInitrd Default Target^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mBasic System^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mInitrd Root Device^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mInitrd /usr File System^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mPath Units^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mRemote File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mPreparation for Remote File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mSlice Units^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mSocket Units^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mSystem Initialization^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mLocal File Systems^[[0m.
[^[[0;32m  OK  ^[[[   15.378891] systemd-journald[1090]: Received SIGTERM from PID 1 (systemd).
0m] Stopped target ^[[0;1;39mSwaps^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mdracut initqueue hook^[[0m.
         Starting ^[[0;1;39mPlymouth switch root service^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mApply Kernel Variables^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mLoad Kernel Modules^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mCreate Volatile Files and Directories^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mColdplug All udev Devices^[[0m.
         Stopping ^[[0;1;39mRule-based Manage…for Device Events and Files^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCleaning Up and Shutting Down Daemons^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mRule-based Manager for Device Events and Files^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mudev Control Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mudev Kernel Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mdracut pre-udev hook^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mdracut cmdline hook^[[0m.
         Starting ^[[0;1;39mCleanup udev Database^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mCreate Static Device Nodes[   15.480306] systemd[1]: RTC configured in localtime, applying delta of 330 minutes to system time.
 in /dev^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;[   15.492353] systemd[1]: systemd 250-12.el9_1 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 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK +XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[   15.525475] systemd[1]: Detected architecture x86-64.

Welcome to ^[[0;31mRed Hat Enterprise Linux 9.1 (Plow)^[[0m!

[   15.604679] systemd-rc-local-generator[1746]: /etc/rc.d/rc.local is not marked executable, skipping.
[   15.836649] systemd[1]: initrd-switch-root.service: Deactivated successfully.
[   15.843947] systemd[1]: Stopped Switch Root.
[^[[0;32m  OK  ^[[[   15.848493] systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1.
0m] Stopped ^[[0;[   15.859081] systemd[1]: Created slice Virtual Machine and Container Slice.
1;39mSwitch Root[   15.867441] systemd[1]: Created slice Slice /system/getty.
^[[0m.
[^[[0;32m[   15.874344] systemd[1]: Created slice Slice /system/modprobe.
  OK  ^[[0m] Crea[   15.881428] systemd[1]: Created slice Slice /system/serial-getty.
ted slice ^[[0;1;[   15.889211] systemd[1]: Created slice Slice /system/sshd-keygen.
39mVirtual Machi[   15.896312] systemd[1]: Created slice Slice /system/systemd-fsck.
ne and Container[   15.903698] systemd[1]: Created slice User and Session Slice.
 Slice^[[0m.
[^[[   15.910343] systemd[1]: Dispatch Password Requests to Console Directory Watch was skipped because of a failed condition check (ConditionPathExists=!/run/plymouth/pid).
[0;32m  OK  ^[[0m[   15.926666] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
] Created slice [   15.935775] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
^[[0;1;39mSlice /[   15.946390] systemd[1]: Reached target Local Encrypted Volumes.
system/getty^[[0m[   15.953694] systemd[1]: Stopped target Switch Root.
.
[^[[0;32m  OK[   15.959955] systemd[1]: Stopped target Initrd File Systems.
  ^[[0m] Created [   15.966908] systemd[1]: Stopped target Initrd Root File System.
slice ^[[0;1;39mS[   15.974216] systemd[1]: Reached target Local Integrity Protected Volumes.
lice /system/mod[   15.982403] systemd[1]: Reached target Path Units.
probe^[[0m.
[^[[[   15.988576] systemd[1]: Reached target Slice Units.
0;32m  OK  ^[[0m][   15.994846] systemd[1]: Reached target Local Verity Protected Volumes.
 Created slice ^[[   16.002804] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[0;1;39mSlice /s[   16.010985] systemd[1]: Listening on LVM2 poll daemon socket.
ystem/serial-get[   16.017834] systemd[1]: multipathd control socket was skipped because of a failed condition check (ConditionPathExists=/etc/multipath.conf).
ty^[[0m.
[^[[0;32m  OK  ^[[0m] Created slice ^[[0;1;39mSlice /system/sshd-keygen^[[0m.
[^[[0;32m  OK  ^[[0m] Created slice ^[[0;1;39mSlice /system/systemd-fsck^[[0m.
[^[[0;32m  OK  ^[[0m] Created slice ^[[0;1;39mUser and Session Slice^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mForward Password R…uests to Wall Directory Watch^[[0m.
[^[[0;32m  OK  ^[[0m] S[   16.060973] systemd[1]: Listening on RPCbind Server Activation Socket.
et up automount [   16.068837] systemd[1]: Reached target RPC Port Mapper.
^[[0;1;39mArbitra[   16.076592] systemd[1]: Listening on Process Core Dump Socket.
ry…s File Syst[   16.082685] systemd[1]: Listening on initctl Compatibility Named Pipe.
em Automount Poi[   16.090996] systemd[1]: Listening on udev Control Socket.
nt^[[0m.
[^[[0;3[   16.097406] systemd[1]: Listening on udev Kernel Socket.
2m  OK  ^[[0m] Reached target ^[[0[   16.105361] systemd[1]: Activating swap /dev/mapper/rhel_hostname-swap...
;1;39mLocal Encr[   16.110377] Adding 7815164k swap on /dev/mapper/rhel_hostname-swap.  Priority:-2 extents:1 across:7815164k SS
ypted Volumes^[[0m.
[^[[0;32m  O[   16.126373] systemd[1]: Mounting Huge Pages File System...
K  ^[[0m] Stopped target ^[[0;1;39[   16.134739] systemd[1]: Mounting POSIX Message Queue File System...
mSwitch Root^[[0m[   16.143549] systemd[1]: Mounting Kernel Debug File System...
.
[^[[0;32m  OK[   16.150537] systemd[1]: Mounting Kernel Trace File System...
  ^[[0m] Stopped [   16.156495] systemd[1]: Kernel Module supporting RPCSEC_GSS was skipped because of a failed condition check (ConditionPathExists=/etc/krb5.keytab).
target ^[[0;1;39mInitrd File Syst[   16.173624] systemd[1]: Starting Create List of Static Device Nodes...
ems^[[0m.
[^[[0;[   16.181574] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
32m  OK  ^[[0m] Stopped target ^[[[   16.193257] systemd[1]: Starting Load Kernel Module configfs...
0;1;39mInitrd Ro[   16.201736] systemd[1]: Starting Load Kernel Module drm...
ot File System^[[[   16.208634] systemd[1]: Starting Load Kernel Module fuse...
0m.
[^[[0;32m  OK  ^[[0m] Reache[   16.216581] systemd[1]: Starting Read and set NIS domainname from /etc/sysconfig/network...
d target ^[[0;1;3[   16.225628] systemd[1]: plymouth-switch-root.service: Deactivated successfully.
9mLocal Integrit[   16.234295] systemd[1]: Stopped Plymouth switch root service.
y Protected Volu[   16.241545] systemd[1]: systemd-fsck-root.service: Deactivated successfully.
mes^[[0m.
[^[[0;[   16.249851] systemd[1]: Stopped File System Check on Root Device.
32m  OK  ^[[0m] R[   16.257385] systemd[1]: Stopped Journal Service.
eached target ^[[0;1;39mPath Unit[   16.265574] systemd[1]: Starting Journal Service...
s^[[0m.
[^[[0;32m  OK  ^[[0m] Rea[   16.272996] systemd[1]: Starting Load Kernel Modules...
[   16.276887] systemd-journald[1771]: File /run/log/journal/8f37f8055146469d8baec3ad508b0084/system.journal corrupted or uncleanly shut down, renaming and replacing.
ched target ^[[0;1;39mSlice Units[   16.295012] systemd[1]: Starting Generate network units from Kernel command line...
^[[0m.
[^[[0;32m  OK  ^[[0m] Reac[   16.305276] systemd[1]: Starting Remount Root and Kernel File Systems...
hed target ^[[0;1[   16.313525] systemd[1]: Repartition Root Disk was skipped because all trigger condition checks failed.
;39mLocal Verity[   16.325416] systemd[1]: Starting Coldplug All udev Devices...
 Protected Volumes^[[0m.
[^[[0;32m  OK  ^[[0m] Li[   16.334400] systemd[1]: Activated swap /dev/mapper/rhel_hostname-swap.
stening on ^[[0;1[   16.342678] systemd[1]: Started Journal Service.
;39mDevice-mapper event daemon FIFOs^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mLVM2 poll daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mRPCbind Server Ac[   16.362782] systemd-journald[1771]: Received client request to flush runtime journal.
tivation Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mRPC Port Mapper^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mProcess Core Dump Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39minitctl Compatibility Named Pipe^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mudev Control Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mudev Kernel Socket^[[0m.
         Activating swap ^[[0;1;39m/dev/mapper/rhel_hostname-swap^[[0m...
         Mounting ^[[0;1;39mHuge Pages File System^[[0m...
         Mounting ^[[0;1;39mPOSIX Message Queue File System^[[0m...
         Mounting ^[[0;1;39mKernel Debug File System^[[0m...
         Mounting ^[[0;1;39mKernel Trace File System^[[0m...
         Starting ^[[0;1;39mCreate List of Static Device Nodes^[[0m...
         Starting ^[[0;1;39mMonitoring of LVM…meventd or progress polling^[[0m...
         Starting ^[[0;1;39mLoad Kernel Module configfs^[[0m...
         Starting ^[[0;1;39mLoad Kernel Module drm^[[0m...
         Starting ^[[0;1;39mLoad Kernel Module fuse^[[0m...
         Starting ^[[0;1;39mRead and set NIS …from /etc/sysconfig/network^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mPlymouth switch root service^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mFile System Check on Root Device^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mJournal Service^[[0m.
         Starting ^[[0;1;39mJournal Service^[[0m...
         Starting ^[[0;1;39mLoad Kernel Modules^[[0m...
         Starting ^[[0;1;39mGenerate network …ts from Kernel command line^[[0m...
         Starting ^[[0;1;39mRemount Root and Kernel File Systems^[[0m...
         Starting ^[[0;1;39mColdplug All udev Devices^[[0m...
[^[[0;32m  OK  ^[[0m] Activated swap ^[[0;1;39m/dev/mapper/rhel_hostname-swap^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mJournal Service^[[0m.
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39mHuge Pages File System^[[0m.
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39mPOSIX Message Queue File System^[[0m.
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39mKernel Debug File System^[[0m.
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39mKernel Trace File System^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate List of S[   16.556492] IPMI message handler: version 39.2
tatic Device Nodes^[[0m.
[^[[0;3[   16.563717] ipmi device interface
2m  OK  ^[[0m] Finished ^[[0;1;39mMonitoring of LVM… dmeventd or[   16.572746] ipmi_si: IPMI System Interface driver
 progress pollin[   16.577732] ipmi_si dmi-ipmi-si.0: ipmi_platform: probing via SMBIOS
g^[[0m.
[^[[0;32[   16.585440] ipmi_platform: ipmi_si: SMBIOS: io 0xca8 regsize 1 spacing 4 irq 10
m  OK  ^[[0m] Fin[   16.594119] ipmi_si: Adding SMBIOS-specified kcs state machine
ished ^[[0;1;39mL[   16.601427] ipmi_si IPI0001:00: ipmi_platform: probing via ACPI
oad Kernel Modul[   16.608662] ipmi_si IPI0001:00: ipmi_platform: [io  0x0ca8] regsize 1 spacing 4 irq 10
e configfs^[[0m.\r[   16.618107] ipmi_si dmi-ipmi-si.0: Removing SMBIOS-specified kcs state machine in favor of ACPI

[^[[0;32m  OK  [   16.628007] ipmi_si: Adding ACPI-specified kcs state machine
^[[0m] Finished ^[[   16.635123] ipmi_si: Trying ACPI-specified kcs state machine at i/o address 0xca8, slave address 0x20, irq 10
[0;1;39mLoad Kernel Module drm^[[[   16.647793] pstore: backend 'erst' already in use: ignoring 'efi_pstore'
0m.
[^[[0;32m  [   16.647966] input: PC Speaker as /devices/platform/pcspkr/input/input3
OK  ^[[0m] Finished ^[[0;1;39mLoad Kernel Module f[   16.667620] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
use^[[0m.
[^[[0;[   16.675277] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
32m  OK  ^[[0m] F[   16.685428] RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
inished ^[[0;1;39[   16.688882] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
mRead and set NI[   16.693545] RAPL PMU: hw unit of domain package 2^-16 Joules
S …e from /etc[   16.702763] i2c i2c-3: Successfully instantiated SPD at 0x50
/sysconfig/network^[[0m.
[^[[0;3[   16.718237] i2c i2c-3: Successfully instantiated SPD at 0x51
2m  OK  ^[[0m] Fi[   16.725227] i2c i2c-3: Successfully instantiated SPD at 0x52
nished ^[[0;1;39m[   16.732267] i2c i2c-3: Successfully instantiated SPD at 0x53
Load Kernel Modu[   16.739305] i2c i2c-3: Successfully instantiated SPD at 0x54
les^[[0m.
[^[[0;[   16.746356] i2c i2c-3: Successfully instantiated SPD at 0x55
32m  OK  ^[[0m] F[   16.753401] i2c i2c-3: Successfully instantiated SPD at 0x56
inished ^[[0;1;39[   16.760278] i2c i2c-3: Successfully instantiated SPD at 0x57
mGenerate network units from Kernel command line^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mRemount Root and Kernel File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSwaps^[[0m.
         Mounting ^[[0;1;39mFUSE Control File System^[[0m...
         Mounting ^[[0;1;39mKernel Configuration File System^[[0m...
         Starting ^[[0;1;39mFlush Journal to Persistent Storage^[[0m...
         Starting ^[[0;1;39mLoad/Save Random Seed^[[0m...
         Starting ^[[0;1;39mApply Kernel Variables^[[0m...
         Starting ^[[0;1;39mCreate Static Device Nodes in /dev^[[   16.816199] ee1004 3-0050: 512 byte EE1004-compliant SPD EEPROM, read-only
[0m...
[^[[0;32[   16.824810] ee1004 3-0051: 512 byte EE1004-compliant SPD EEPROM, read-only
m  OK  ^[[0m] Mou[   16.833103] ee1004 3-0052: 512 byte EE1004-compliant SPD EEPROM, read-only
nted ^[[0;1;39mFU[   16.841356] ee1004 3-0053: 512 byte EE1004-compliant SPD EEPROM, read-only
SE Control File [   16.849616] ee1004 3-0054: 512 byte EE1004-compliant SPD EEPROM, read-only
System^[[0m.
[^[[   16.857123] kvm_amd: TSC scaling supported
[0;32m  OK  ^[[0m[   16.857878] ee1004 3-0055: 512 byte EE1004-compliant SPD EEPROM, read-only
] Mounted ^[[0;1;[   16.862248] kvm_amd: Nested Virtualization enabled
39mKernel Config[   16.871622] ee1004 3-0056: 512 byte EE1004-compliant SPD EEPROM, read-only
uration File Sys[   16.876687] kvm_amd: Nested Paging enabled
tem^[[0m.
[^[[0;[   16.886058] ee1004 3-0057: 512 byte EE1004-compliant SPD EEPROM, read-only
32m  OK  ^[[0m] F[   16.890428] kvm_amd: LBR virtualization supported
inished ^[[0;1;39[   16.890430] kvm_amd: SEV enabled (ASIDs 101 - 509)
mLoad/Save Rando[   16.910951] kvm_amd: SEV-ES enabled (ASIDs 1 - 100)
m Seed^[[0m.
[^[[   16.917217] kvm_amd: SEV-SNP enabled (ASIDs 1 - 100)
[0;32m  OK  ^[[0m[   16.923716] kvm_amd: Virtual VMLOAD VMSAVE supported
] Finished ^[[0;1[   16.929916] kvm_amd: Virtual GIF supported
;39mFlush Journal to Persistent Storage^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mApply Kernel Variables^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate Static Device Nodes in /dev^[[0m.
         Star[   16.952979] EDAC MC0: Giving out device to module amd64_edac controller F19h: DEV 0000:00:18.3 (INTERRUPT)
ting ^[[0;1;39mRu[   16.963074] EDAC amd64: F19h detected (node 0).
le-based Manageā[   16.969004] EDAC amd64: MC: 0:     0MB 1:     0MB
€¦for Device Eve[   16.975084] EDAC amd64: MC: 2: 16384MB 3: 16384MB
nts and Files^[[0[   16.981182] EDAC amd64: MC: 0:     0MB 1:     0MB
m...
[^[[0;32m [   16.987267] EDAC amd64: MC: 2: 16384MB 3: 16384MB
 OK  ^[[0m] Start[   16.993366] EDAC amd64: MC: 0:     0MB 1:     0MB
ed ^[[0;1;39mRule[   16.999453] EDAC amd64: MC: 2: 16384MB 3: 16384MB
-based Manager f[   17.005552] EDAC amd64: MC: 0:     0MB 1:     0MB
or Device Events[   17.011636] EDAC amd64: MC: 2: 16384MB 3: 16384MB
 and Files^[[0m.\r[   17.017737] EDAC amd64: MC: 0:     0MB 1:     0MB

         Start[   17.023821] EDAC amd64: MC: 2: 16384MB 3: 16384MB
ing ^[[0;1;39mLoa[   17.029910] EDAC amd64: MC: 0:     0MB 1:     0MB
d Kernel Module [   17.035989] EDAC amd64: MC: 2: 16384MB 3: 16384MB
configfs^[[0m...\r[   17.042080] EDAC amd64: MC: 0:     0MB 1:     0MB

         Start[   17.048166] EDAC amd64: MC: 2: 16384MB 3: 16384MB
ing ^[[0;1;39mLoa[   17.054264] EDAC amd64: MC: 0:     0MB 1:     0MB
d Kernel Module [   17.060351] EDAC amd64: MC: 2: 16384MB 3: 16384MB
fuse^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mLoad Kernel Module configfs^[[   17.072038] intel_rapl_common: Found RAPL domain package
[0m.
[^[[0;32m [   17.078685] intel_rapl_common: Found RAPL domain core
 OK  ^[[0m] Finis[   17.085608] amd_atl: AMD Address Translation Library initialized
hed ^[[0;1;39mLoad Kernel Module fuse^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mColdplug All udev Devices^[[0m.
         Starting ^[[0;1;39mWait for udev To …plete Device Initialization^[[0m...
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mLoad/Save RF …itch Status /dev/rfkill Watch^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39m/usr/sbin/lvm vgch…tivation event rhel_hostname^[[0m.
[   18.656251] ipmi_si IPI0001:00: The BMC does not support setting the recv irq bit, compensating, but the BMC needs to be fixed.
[   18.684278] power_meter ACPI000D:00: Waiting for ACPI IPMI timeout
[   18.690873] ACPI Error: AE_NOT_EXIST, Returned by Handler for [IPMI] (20240322/evregion-301)
[   18.699319] ACPI Error: Region IPMI (ID=7) has no handler (20240322/exfldio-261)
[   18.706725] 
[   18.708230] No Local Variables are initialized for Method [_GHL]
[   18.714240] 
[   18.715745] No Arguments are initialized for method [_GHL]
[   18.721236] 
[   18.722736] ACPI Error: Aborting method \_SB.PMI0._GHL due to previous error (AE_NOT_EXIST) (20240322/psparse-529)
[   18.729044] ipmi_si IPI0001:00: Using irq 10
[   18.733093] ACPI Error: Aborting method \_SB.PMI0._PMC due to previous error (AE_NOT_EXIST) (20240322/psparse-529)
[   18.747706] ACPI: \_SB_.PMI0: _PMC evaluation failed: AE_NOT_EXIST
[   18.756733] ipmi_si IPI0001:00: IPMI message handler: Found new BMC (man_id: 0x0002a2, prod_id: 0x0100, dev_id: 0x20)
[^[[0m^[[0;31m*     ^[[0m] A start job is running for Wait for… Device Initialization (3s / 3min)
[   19.399950] ipmi_si IPI0001:00: IPMI kcs interface initialized
[   19.408222] ipmi_ssif: IPMI SSIF Interface driver
^[M\r^[[K[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mWait for udev To Complete Device Initialization^[[0m.
^[[K[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mPreparation for Local File Systems^[[0m.
         Mounting ^[[0;1;39m/boot^[[0m...
      [   19.459986] XFS (sda6): Mounting V5 Filesystem 8a4de4ea-bc9f-4c69-9e30-c78fbc184188
   Mounting ^[[0;[   19.461895] XFS (dm-0): Mounting V5 Filesystem 3e33526b-995a-4b32-9d5d-d26941ce5b47
1;39m/home^[[0m...
         Starting ^[[0;1;39mFile System Check…/dev/disk/by-uuid/FBE5-86EF^[[0m...
[   19.486619] XFS (sda6): Ending clean mount
[   19.493203] XFS (dm-0): Ending clean mount
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39m/boot^[[0m.
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39m/home^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mFile System Check…n /dev/disk/by-uuid/FBE5-86EF^[[0m.
         Mounting ^[[0;1;39m/boot/efi^[[0m...
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39m/boot/efi^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mLocal File Systems^[[0m.
         Starting ^[[0;1;39mTell Plymouth To Write Out Runtime Data^[[0m...
         Starting ^[[0;1;39mCreate Volatile Files and Directories^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mTell Plymouth To Write Out Runtime Data^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate Volatile Files and Directories^[[0m.
         Mounting ^[[0;1;39mRPC Pipe File System^[[0m...
         Starting ^[[0;1;39mSecurity Auditing Service^[[0m...
         Starting ^[[0;1;39mRPC Bind^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mRPC Bind^[[0m.
[   19.732127] RPC: Registered named UNIX socket transport module.
[   19.738053] RPC: Registered udp transport module.
[   19.742765] RPC: Registered tcp transport module.
[   19.747468] RPC: Registered tcp-with-tls transport module.
[   19.752957] RPC: Registered tcp NFSv4.1 backchannel transport module.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mSecurity Auditing Service^[[0m.
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39mRPC Pipe File System^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mrpc_pipefs.target^[[0m.
         Starting ^[[0;1;39mRecord System Boot/Shutdown in UTMP^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mRecord System Boot/Shutdown in UTMP^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSystem Initialization^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mdnf makecache --timer^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mDaily rotation of log files^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mUpdates mlocate database every day^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mDaily Cleanup of Temporary Directories^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mdaily update of the root trust anchor for DNSSEC^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mTimer Units^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mD-Bus System Message Bus Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mOpen-iSCSI iscsid Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mOpen-iSCSI iscsiuio Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mSSSD Kerberos…ache Manager responder socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt interface daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt locking daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt locking daemon admin socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt logging daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt logging daemon admin socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt network daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt nodedev daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt nwfilter daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt proxy daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt QEMU daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt QEMU daemon admin socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt QEMU daemon read-only socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt secret daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt storage daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSocket Units^[[0m.
         Starting ^[[0;1;39mD-Bus System Message Bus^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mD-Bus System Message Bus^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mBasic System^[[0m.
         Starting ^[[0;1;39mNTP client/server^[[0m...
         Starting ^[[0;1;39mRestore /run/initramfs on shutdown^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mirqbalance daemon^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mlibstoragemgmt plug-in server daemon^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mLow Memory Monitor^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mMachine Check Exception Logging Daemon^[[0m.
         Starting ^[[0;1;39mAuthorization Manager^[[0m...
         Starting ^[[0;1;39mSystem Logging Service^[[0m...
         Starting ^[[0;1;39mSelf Monitoring a…g Technology (SMART) Daemon^[[0m...
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39msshd-keygen.target^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mUser and Group Name Lookups^[[0m.
         Starting ^[[0;1;39mUser Login Management^[[0m...
         Starting ^[[0;1;39mVirtual Machine a…tainer Registration Service^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mRestore /run/initramfs on shutdown^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mVirtual Machine an…ontainer Registration Service^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mSystem Logging Service^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mUser Login Management^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mNTP client/server^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mSelf Monitoring an…ing Technology (SMART) Daemon^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mAuthorization Manager^[[0m.
         Starting ^[[0;1;39mfirewalld - dynamic firewall daemon^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mfirewalld - dynamic firewall daemon^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mPreparation for Network^[[0m.
         Starting ^[[0;1;39mNetwork Manager^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mNetwork Manager^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mNetwork^[[0m.
         Starting ^[[0;1;39mNetwork Manager Wait Online^[[0m...
         Starting ^[[0;1;39mGSSAPI Proxy Daemon^[[0m...
         Starting ^[[0;1;39mEnable periodic u…f entitlement certificates.^[[0m...
         Starting ^[[0;1;39mOpenSSH server daemon^[[0m...
         Starting ^[[0;1;39mDynamic System Tuning Daemon^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mEnable periodic up… of entitlement certificates.^[[0m.
         Starting ^[[0;1;39mHostname Service^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mGSSAPI Proxy Daemon^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mOpenSSH server daemon^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mNFS client services^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mHostname Service^[[0m.
         Starting ^[[0;1;39mNetwork Manager Script Dispatcher Service^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mNetwork Manager Script Dispatcher Service^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mDynamic System Tuning Daemon^[[0m.
[^[[0;1;31m*^[[0m^[[0;31m*    ^[[0m] A start job is running for Network Manager Wait Online (7s / no limit)
^[M\r^[[K[^[[0;31m*^[[0;1;31m*^[[0m^[[0;31m*   ^[[0m] A start job is running for Network Manager Wait Online (8s / no limit)
[   24.013256] tg3 0000:c1:00.0 eth0: Link is up at 1000 Mbps, full duplex
[   24.019876] tg3 0000:c1:00.0 eth0: Flow control is off for TX and off for RX
[   24.026918] tg3 0000:c1:00.0 eth0: EEE is disabled
^[M\r^[[K[ ^[[0;31m*^[[0;1;31m*^[[0m^[[0;31m*  ^[[0m] A start job is running for Network Manager Wait Online (8s / no limit)
^[M\r^[[K[  ^[[0;31m*^[[0;1;31m*^[[0m^[[0;31m* ^[[0m] A start job is running for Network Manager Wait Online (9s / no limit)
^[M\r^[[K[   ^[[0;31m*^[[0;1;31m*^[[0m^[[0;31m*^[[0m] A start job is running for Network Manager Wait Online (9s / no limit)
^[M\r^[[K[    ^[[0;31m*^[[0;1;31m*^[[0m] A start job is running for Network …nager Wait Online (10s / no limit)
^[M\r^[[K[     ^[[0;31m*^[[0m] A start job is running for Network …nager Wait Online (10s / no limit)
^[M\r^[[K[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mNetwork Manager Wait Online^[[0m.
^[[K[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mNetwork is Online^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mPreparation for Remote File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mRemote File Systems^[[0m.
         Starting ^[[0;1;39mNotify NFS peers of a restart^[[0m...
         Starting ^[[0;1;39mPermit User Sessions^[[0m...
         Starting ^[[0;1;39mlibvirt QEMU daemon^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mNotify NFS peers of a restart^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mPermit User Sessions^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mDeferred execution scheduler^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mCommand Scheduler^[[0m.
         Starting ^[[0;1;39mHold until boot process finishes up^[[0m...
         Starting ^[[0;1;39mTerminate Plymouth Boot Screen^[[0m...
[   26.779026] fbcon: Taking over console
[   26.840305] Console: switching to colour frame buffer device 240x90

Red Hat Enterprise Linux 9.1 (Plow)
Kernel 6.11.0-rc4-d2bafcf224-d2bafcf224f on an x86_64

Activate the web console with: systemctl enable --now cockpit.socket

hostname login: [  643.391579] block dm-1: the capability attribute has been deprecated.
[  674.538008] sda6: Can't mount, would change RO state
^[[2J^[[3J^[[-1;-1f[^[[0;32m  OK  ^[[0m] Unmounted ^[[0;1;39m/run/user/0^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mShow Plymouth Reboot Screen^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mLow Memory Monitor^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mUser Login Management^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mUser Runtime Directory /run/user/0^[[0m.
[^[[0;32m  OK  ^[[0m] Removed slice ^[[0;1;39mUser Slice of UID 0^[[0m.
         Stopping ^[[0;1;39mPermit User Sessions^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mPermit User Sessions^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mUser and Group Name Lookups^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mRemote File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mPreparation for Remote File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mNFS client services^[[0m.
         Stopping ^[[0;1;39mGSSAPI Proxy Daemon^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mGSSAPI Proxy Daemon^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mSystem Logging Service^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mDynamic System Tuning Daemon^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mNetwork^[[0m.
         Stopping ^[[0;1;39mNetwork Manager^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mNetwork Manager^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mPreparation for Network^[[0m.
         Stopping ^[[0;1;39mfirewalld - dynamic firewall daemon^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mfirewalld - dynamic firewall daemon^[[0m.
         Stopping ^[[0;1;39mAuthorization Manager^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mAuthorization Manager^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mBasic System^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mForward Password R…s to Plymouth Directory Watch^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mPath Units^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mSlice Units^[[0m.
[^[[0;32m  OK  ^[[0m] Removed slice ^[[0;1;39mVirtual Machine and Container Slice^[[0m.
[^[[0;32m  OK  ^[[0m] Removed slice ^[[0;1;39mUser and Session Slice^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mSocket Units^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mOpen-iSCSI iscsid Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mOpen-iSCSI iscsiuio Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mSSSD Kerberos Cache Manager responder socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mlibvirt interface daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mlibvirt locking daemon admin socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mlibvirt locking daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mlibvirt logging daemon admin socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mlibvirt logging daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mlibvirt network daem[  675.360056] audit: type=1305 audit(1725259927.328:208): op=set audit_pid=0 old=2287 auid=4294967295 ses=4294967295 subj=unconfined res=1
on socket^[[0m.\r\r[  675.373297] audit: type=1131 audit(1725259927.344:209): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=auditd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'

[^[[0;32m  OK  ^[[  675.393383] audit: type=1131 audit(1725259927.364:210): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[0m] Closed ^[[0;1;39mlibvirt nodedev daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Cl[  675.421378] audit: type=1131 audit(1725259927.392:211): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=systemd-fsck@dev-disk-by\x2duuid-FBE5\x2d86EF comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
osed ^[[0;1;39mli[  675.446124] XFS (sda6): Unmounting Filesystem 8a4de4ea-bc9f-4c69-9e30-c78fbc184188
bvirt nwfilter daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mlibvirt proxy daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mlibvirt QEMU daemon admin socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mlibvirt QEMU daemon read-only socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mlibvirt QEMU daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mlibvirt secret daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mlibvirt storage daemon socket^[[0m.
         Stopping ^[[0;1;39mD-Bus System Message Bus^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mD-Bus System Message Bus^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mD-Bus System Message Bus Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mSystem Initialization^[[0m.
[^[[0;32m  OK  ^[[0m] Unset automount ^[[0;1;39mArbitrary …s File System Automount Point^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mLocal Encrypted Volumes^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mForward Password R…uests to Wall Directory Watch^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mLocal Integrity Protected Volumes^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mSwaps^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mLocal Verity Protected Volumes^[[0m.
         Deactivating swap ^[[0;1;39m/dev/dis…dm-name-rhel_hostname-swap^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mRead and set NIS d…e from /etc/sysconfig/network^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mApply Kernel Variables^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mLoad Kernel Modules^[[0m.
         Stopping ^[[0;1;39mRecord System Boot/Shutdown in UTMP^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mRecord System Boot/Shutdown in UTMP^[[0m.
         Stopping ^[[0;1;39mSecurity Auditing Service^[[0m...
[^[[0;32m  OK  ^[[0m] Deactivated swap ^[[0;1;39m/dev/rhel_hostname/swap^[[0m.
[^[[0;32m  OK  ^[[0m] Deactivated swap ^[[0;1;39m/dev/disk…d/dm-name-rhel_hostname-swap^[[0m.
[^[[0;32m  OK  ^[[0m] Deactivated swap ^[[0;1;39m/dev/disk…yeb12DWUnp5czhD1hrKFNCXkJMetK^[[0m.
[^[[0;32m  OK  ^[[0m] Deactivated swap ^[[0;1;39m/dev/disk…f-0fb1-4c94-97ac-38505613fcbf^[[0m.
[^[[0;32m  OK  ^[[0m] Deactivated swap ^[[0;1;39m/dev/dm-2^[[0m.
[^[[0;32m  OK  ^[[0m] Deactivated swap ^[[0;1;39m/dev/mapper/rhel_hostname-swap^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mSecurity Auditing Service^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mCreate Volatile Files and Directories^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mLocal File Systems^[[0m.
         Unmounting ^[[0;1;39m/boot/efi^[[0m...
         Unmounting ^[[0;1;39m/home^[[0m...
[^[[0;32m  OK  ^[[0m] Unmounted ^[[0;1;39m/boot/efi^[[0m.
         Unmounting ^[[0;1;39m/boot^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mFile System Check on /dev/disk/by-uuid/FBE5-86EF^[[0m.
[^[[0;32m  OK  ^[[0m] Removed slice ^[[0;1;39mSlice /system/systemd-fsck^[[0m.
[^[[0;32m  OK  ^[[0m] Unmounted ^[[0;1;39m/boot^[[0m.
[  675.827770] XFS (dm-0): Unmounting Filesystem 3e33526b-995a-4b32-9d5d-d26941ce5b47
[^[[0;32m  OK  ^[[0m] Unmounted ^[[0;1;39m/home^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mPreparation for Local File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mUnmount All Filesystems^[[0m.
         Stoppin[  675.925154] audit: type=1131 audit(1725259927.896:212): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=systemd-remount-fs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
g ^[[0;1;39mMonit[  675.946703] audit: type=1131 audit(1725259927.916:213): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
oring of LVM…meventd or progress polling^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mRemount Root and Kernel File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mCreate Static Device Nodes in /dev^[[0m.
[^[[0;32m  OK  ^[[[  676.058334] audit: type=1131 audit(1725259928.028:214): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
0m] Stopped ^[[0;[  676.080054] audit: type=1130 audit(1725259928.048:215): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=systemd-reboot comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1;39mMonitoring [  676.101204] audit: type=1131 audit(1725259928.048:216): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=systemd-reboot comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
of LVM2… dmeventd or progress polling^[[0m.
[^[[0;32m  OK  ^[[0[  676.126955] audit: type=1334 audit(1725259928.096:217): prog-id=36 op=UNLOAD
m] Reached target ^[[0;1;39mSystem Shutdown^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mLate Shutdown Services^[[0m.
[^[[0;32m  OK  ^[[0m] [  676.146364] watchdog: watchdog0: watchdog did not stop!
Finished ^[[0;1;39mSystem Reboot^[[0m.
[^[[0;32m  OK  ^[[0m] Reach[  676.158189] systemd-shutdown[1]: Using hardware watchdog 'SP5100 TCO timer', version 0, device /dev/watchdog0
ed target ^[[0;1;[  676.168501] systemd-shutdown[1]: Watchdog running with a timeout of 10min.
39mSystem Reboot^[[0m.
[  676.184615] systemd-shutdown[1]: Syncing filesystems and block devices.
[  676.191841] systemd-shutdown[1]: Sending SIGTERM to remaining processes...
[  676.217161] systemd-journald[1771]: Received SIGTERM from PID 1 (systemd-shutdow).
[  676.243218] systemd-shutdown[1]: Sending SIGKILL to remaining processes...
[  676.266936] systemd-shutdown[1]: Unmounting file systems.
[  676.273143] [96924]: Remounting '/' read-only with options 'attr2,inode64,logbufs=8,logbsize=32k,noquota'.
[  676.299997] systemd-shutdown[1]: All filesystems unmounted.
[  676.305575] systemd-shutdown[1]: Deactivating swaps.
[  676.310565] systemd-shutdown[1]: All swaps deactivated.
[  676.315788] systemd-shutdown[1]: Detaching loop devices.
[  676.321839] systemd-shutdown[1]: All loop devices detached.
[  676.327413] systemd-shutdown[1]: Stopping MD devices.
[  676.332520] systemd-shutdown[1]: All MD devices stopped.
[  676.337835] systemd-shutdown[1]: Detaching DM devices.
[  676.343322] systemd-shutdown[1]: Detaching DM /dev/dm-2 (253:2).
[  676.372577] systemd-shutdown[1]: Detaching DM /dev/dm-0 (253:0).
[  676.404525] systemd-shutdown[1]: Not all DM devices detached, 1 left.
[  676.411027] systemd-shutdown[1]: Detaching DM devices.
[  676.416340] systemd-shutdown[1]: Not all DM devices detached, 1 left.
[  676.422825] systemd-shutdown[1]: Detaching DM devices.
[  676.428119] systemd-shutdown[1]: Not all DM devices detached, 1 left.
[  676.434562] systemd-shutdown[1]: Cannot finalize remaining DM devices, continuing.
[  676.473351] systemd-shutdown[1]: Failed to finalize DM devices, ignoring.
[  676.480459] systemd-shutdown[1]: Syncing filesystems and block devices.
[  676.487118] systemd-shutdown[1]: Rebooting.
[  676.492457] sd 8:0:2:0: [sdc] Synchronizing SCSI cache
[  676.497993] sd 8:0:0:0: [sda] Synchronizing SCSI cache
[  677.924328] mpt3sas_cm0: sending message unit reset !!
[  677.930978] mpt3sas_cm0: message unit reset: SUCCESS
[  677.938244] ACPI: PM: Preparing to enter system sleep state S5
[  677.944195] kvm: exiting hardware virtualization
[  677.948860] reboot: Restarting system
[  677.952522] reboot: machine restart
^[[c^[[2J^[[01;01H^[[=3h^[[2J^[[01;01HKEY MAPPING FOR CONSOLE REDIRECTION:

Use the <ESC><1> key sequence for <F1>
Use the <ESC><2> key sequence for <F2>
Use the <ESC><3> key sequence for <F3>
Use the <ESC><0> key sequence for <F10>
Use the <ESC><!> key sequence for <F11>
Use the <ESC><@> key sequence for <F12>

Use the <ESC><Ctrl><M> key sequence for <Ctrl><M>
Use the <ESC><Ctrl><H> key sequence for <Ctrl><H>
Use the <ESC><Ctrl><I> key sequence for <Ctrl><I>
Use the <ESC><Ctrl><J> key sequence for <Ctrl><J>

Use the <ESC><X><X> key sequence for <Alt><x>, where x is any letter
key, and X is the upper case of that key

Use the <ESC><R><ESC><r><ESC><R> key sequence for <Ctrl><Alt><Del>

Press the spacebar to pause...
Initializing PCIe, USB, and Video... Done
PowerEdge R6515
BIOS Version: 2.14.1
Console Redirection Enabled Requested by iDRAC

F2	 = System Setup
F10	 = Lifecycle Controller (Config
	   iDRAC, Update FW, Install OS)
F11	 = Boot Manager
F12	 = PXE Boot
iDRAC IPV4:  10.86.18.202 [Dedicated]
                                
Initializing Firmware Interfaces...
 





Enumerating Boot options...
Enumerating Boot options... Done
Loading Lifecycle Controller Drivers...
Loading Lifecycle Controller Drivers...Done
Lifecycle Controller: Collecting System Inventory...

iDRAC IPV4:  10.86.18.202 [Dedicated]

^[[2J^[[01;01HLifecycle Controller: Done
Booting...
^[[2J^[[01;01HBooting from Integrated Storage Controller 1: Red Hat Enterprise Linux
^[[0m^[[30m^[[40m^[[2J^[[01;01H^[[0m^[[37m^[[40m^[[20;07HUse the ^ and v keys to change the selection.                       
\r      Press 'e' to edit the selected item, or 'c' for a command prompt.   
\r      Press Escape to return to the previous menu.                        ^[[04;80H ^[[0m^[[30m^[[47m^[[04;01H      Red Hat Enterprise Linux (6.11.0-rc5-next-20240830) 9.1 (Plow)           ^[[0m^[[37m^[[40m^[[04;79H^[[05;01H      Red Hat Enterprise Linux (6.11.0-rc4-d2bafcf224-d2bafcf224f) 9.1 (Plow)  ^[[05;79H^[[06;01H      Red Hat Enterprise Linux (6.11.0-rc3-df6cbc62cc-df6cbc6) 9.1 (Plow)      ^[[06;79H^[[07;01H      Red Hat Enterprise Linux (6.11.0-rc2-5189dafa4c-5189daf) 9.1 (Plow)      ^[[07;79H^[[08;01H      Red Hat Enterprise Linux (6.11.0-rc1-d3426a6ed9-d3426a6) 9.1 (Plow)      ^[[08;79H^[[09;01H      Red Hat Enterprise Linux (6.11.0-rc1) 9.1 (Plow)                         ^[[09;79H^[[10;01H      Red Hat Enterprise Linux (6.9.0-rc20ecaefb303) 9.1 (Plow)                ^[[10;79H^[[11;01H      Red Hat Enterprise Linux (5.14.0-162.6.1.el9_1.x86_64) 9.1 (Plow)        ^[[11;79H^[[12;01H      Red Hat Enterprise Linux (0-rescue-8f37f8055146469d8baec3ad508b0084) 9.1>
\r^[[13;01H^[[12;79H^[[13;01H      UEFI Firmware Settings                                                   ^[[13;79H^[[14;01H                                                                               ^[[14;79H^[[15;01H                                                                               ^[[15;79H^[[16;01H                                                                               ^[[16;79H^[[17;01H                                                                               ^[[17;79H^[[18;01H                                                                               ^[[18;79H^[[18;80H ^[[04;79H^[[23;01H   The selected entry will be started automatically in 5s.                     ^[[04;79H^[[23;01H   The selected entry will be started automatically in 4s.                     ^[[04;79H^[[23;01H   The selected entry will be started automatically in 3s.                     ^[[04;79H^[[23;01H   The selected entry will be started automatically in 2s.                     ^[[04;79H^[[23;01H   The selected entry will be started automatically in 1s.                     ^[[04;79H^[[23;01H   The selected entry will be started automatically in 0s.                     ^[[04;79H^[[0m^[[30m^[[40m^[[2J^[[01;01H^[[0m^[[37m^[[40m^[[0m^[[30m^[[40m^[[2J^[[01;01H^[[0m^[[37m^[[40m[    0.000000] Linux version 6.11.0-rc5-next-20240830 (root@hostname.amd.com) (gcc (GCC) 11.4.1 20231218 (Red Hat 11.4.1-3), GNU ld version 2.35.2-43.el9) #1 SMP PREEMPT_DYNAMIC Mon Sep  2 12:19:57 IST 2024
[    0.000000] Command line: BOOT_IMAGE=(hd0,gpt6)/vmlinuz-6.11.0-rc5-next-20240830 root=/dev/mapper/rhel_hostname-root ro selinux=0 console=ttyS0,115200n8 earlyprintk=ttyS0,115200 net.ifnames=0 biosdevname=0 swiotlb=131072 kvm_amd.debug_swap=0 mem_encrypt=off
[    0.000000] SEV-SNP: RMP table physical range [0x0000000015e00000 - 0x00000000566fffff]
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000008efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000008f000-0x000000000008ffff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000000090000-0x000000000009ffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000015dfffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000015e00000-0x00000000566fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000056700000-0x00000000567fbfff] usable
[    0.000000] BIOS-e820: [mem 0x00000000567fc000-0x00000000567fcfff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000567fd000-0x000000005a14afff] usable
[    0.000000] BIOS-e820: [mem 0x000000005a14b000-0x000000005a34afff] reserved
[    0.000000] BIOS-e820: [mem 0x000000005a34b000-0x0000000067acefff] usable
[    0.000000] BIOS-e820: [mem 0x0000000067acf000-0x000000006dfcefff] reserved
[    0.000000] BIOS-e820: [mem 0x000000006dfcf000-0x000000006edfefff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000006edff000-0x000000006effefff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000006efff000-0x000000006effffff] usable
[    0.000000] BIOS-e820: [mem 0x000000006f000000-0x000000006f00afff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000006f00b000-0x000000006fffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000070000000-0x000000008fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000aa000000-0x00000000aaffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000c5000000-0x00000000c5ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000e0ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fd000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000207fcfffff] usable
[    0.000000] BIOS-e820: [mem 0x000000207fd00000-0x000000207fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000002080000000-0x000000407f1fffff] usable
[    0.000000] BIOS-e820: [mem 0x000000407f200000-0x000000407fffffff] reserved
[    0.000000] printk: legacy bootconsole [earlyser0] enabled
[    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-0x000000000008efff] usable
[    0.000000] reserve setup_data: [mem 0x000000000008f000-0x000000000008ffff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x0000000000090000-0x000000000009ffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000000100000-0x0000000000b4b01f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000b4b020-0x0000000000b5305f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000b53060-0x0000000000b5401f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000b54020-0x0000000000b8645f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000b86460-0x0000000000b8701f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000b87020-0x0000000000bb945f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000bb9460-0x0000000000bba01f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000bba020-0x0000000000bffe5f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000bffe60-0x0000000015dfffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000015e00000-0x00000000566fffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000056700000-0x00000000567fbfff] usable
[    0.000000] reserve setup_data: [mem 0x00000000567fc000-0x00000000567fcfff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000567fd000-0x000000005a14afff] usable
[    0.000000] reserve setup_data: [mem 0x000000005a14b000-0x000000005a34afff] reserved
[    0.000000] reserve setup_data: [mem 0x000000005a34b000-0x0000000067acefff] usable
[    0.000000] reserve setup_data: [mem 0x0000000067acf000-0x000000006dfcefff] reserved
[    0.000000] reserve setup_data: [mem 0x000000006dfcf000-0x000000006edfefff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x000000006edff000-0x000000006effefff] ACPI data
[    0.000000] reserve setup_data: [mem 0x000000006efff000-0x000000006effffff] usable
[    0.000000] reserve setup_data: [mem 0x000000006f000000-0x000000006f00afff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x000000006f00b000-0x000000006fffffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000070000000-0x000000008fffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000aa000000-0x00000000aaffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000c5000000-0x00000000c5ffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000e0000000-0x00000000e0ffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fd000000-0x00000000ffffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000207fcfffff] usable
[    0.000000] reserve setup_data: [mem 0x000000207fd00000-0x000000207fffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000002080000000-0x000000407f1fffff] usable
[    0.000000] reserve setup_data: [mem 0x000000407f200000-0x000000407fffffff] reserved
[    0.000000] efi: EFI v2.7 by Dell Inc.
[    0.000000] efi: ACPI=0x6effe000 ACPI 2.0=0x6effe014 MEMATTR=0x63f3c4a0 SMBIOS=0x6979e000 SMBIOS 3.0=0x6979c000 RNG=0x6efb4020 
[    0.000000] random: crng init done
[    0.000000] efi: Remove mem56: MMIO range=[0x80000000-0x8fffffff] (256MB) from e820 map
[    0.000000] efi: Remove mem57: MMIO range=[0xaa000000-0xaaffffff] (16MB) from e820 map
[    0.000000] efi: Remove mem58: MMIO range=[0xc5000000-0xc5ffffff] (16MB) from e820 map
[    0.000000] efi: Remove mem59: MMIO range=[0xe0000000-0xe0ffffff] (16MB) from e820 map
[    0.000000] efi: Remove mem60: MMIO range=[0xfd000000-0xffffffff] (48MB) from e820 map
[    0.000000] SMBIOS 3.3.0 present.
[    0.000000] DMI: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[    0.000000] DMI: Memory slots populated: 8/16
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 1996.211 MHz processor
[    0.000025] last_pfn = 0x407f200 max_arch_pfn = 0x400000000
[    0.005549] MTRR map: 7 entries (2 fixed + 5 variable; max 19), built from 9 variable MTRRs
[    0.013866] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Memory KASLR using RDRAND RDTSC...
[    0.023849] x2apic: enabled by BIOS, switching to x2apic ops
[    0.029485] last_pfn = 0x70000 max_arch_pfn = 0x400000000
[    0.038730] SEV-SNP: Reserving start/end of RMP table on a 2MB boundary [0x0000000056600000]
[    0.046996] Using GB pages for direct mapping
[    0.052008] Secure boot disabled
[    0.055058] RAMDISK: [mem 0x407d3ff000-0x407f1fffff]
[    0.060000] ACPI: Early table checksum verification disabled
[    0.065633] ACPI: RSDP 0x000000006EFFE014 000024 (v02 DELL  )
[    0.071352] ACPI: XSDT 0x000000006EFB7188 0000DC (v01 DELL   PE_SC3   00000002 DELL 00000001)
[    0.079846] ACPI: FACP 0x000000006EFF9000 000114 (v06 DELL   PE_SC3   00000002 DELL 00000001)
[    0.088340] ACPI: DSDT 0x000000006EFDA000 019528 (v02 DELL   PE_SC3   00000002 DELL 00000001)
[    0.096832] ACPI: FACS 0x000000006EDB9000 000040
[    0.101425] ACPI: BERT 0x000000006EFFC000 000030 (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.109918] ACPI: ERST 0x000000006EFFB000 000230 (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.118411] ACPI: HEST 0x000000006EFFA000 0007F4 (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.126905] ACPI: HPET 0x000000006EFF8000 000038 (v01 DELL   PE_SC3   00000002 DELL 00000001)
[    0.135398] ACPI: APIC 0x000000006EFF6000 0018BE (v05 DELL   PE_SC3   00000002 DELL 00000001)
[    0.143891] ACPI: MCFG 0x000000006EFF5000 00003C (v01 DELL   PE_SC3   00000002 DELL 00000001)
[    0.152385] ACPI: WSMT 0x000000006EFF4000 000028 (v01 DELL   PE_SC3   00000002 DELL 00000001)
[    0.160877] ACPI: SSDT 0x000000006EFD9000 000629 (v02 DELL   xhc_port 00000001 INTL 20210331)
[    0.169370] ACPI: SSDT 0x000000006EFD8000 000D6E (v02 AMD    CPMRAS   00000001 INTL 20210331)
[    0.177864] ACPI: EINJ 0x000000006EFD7000 000170 (v01 AMD    PE_SC3   00000001 AMD  00000001)
[    0.186357] ACPI: PCCT 0x000000006EFD6000 00006E (v02 DELL   AmdTable 00000001 AMD  00000001)
[    0.194850] ACPI: SSDT 0x000000006EFC7000 00E849 (v02 DELL   PE_SC3   00000001 AMD  00000001)
[    0.203343] ACPI: SRAT 0x000000006EFC6000 000CD0 (v03 DELL   PE_SC3   00000001 AMD  00000001)
[    0.211837] ACPI: MSCT 0x000000006EFC5000 00004E (v01 DELL   PE_SC3   00000000 AMD  00000001)
[    0.220330] ACPI: SLIT 0x000000006EFC4000 000030 (v01 DELL   PE_SC3   00000001 AMD  00000001)
[    0.228823] ACPI: CRAT 0x000000006EFBC000 0072F8 (v01 DELL   PE_SC3   00000001 AMD  00000001)
[    0.237343] ACPI: CDIT 0x000000006EFBB000 00002C (v01 DELL   PE_SC3   00000001 AMD  00000001)
[    0.245836] ACPI: IVRS 0x000000006EFBA000 0001F0 (v02 DELL   PE_SC3   00000001 AMD  00000001)
[    0.254329] ACPI: SPCR 0x000000006EFB9000 000050 (v02 DELL   PE_SC3   00000002 DELL 00000001)
[    0.262822] ACPI: SLIC 0x000000006EFB8000 000176 (v01 DELL   PE_SC3   00000002 DELL 00000001)
[    0.271316] ACPI: SSDT 0x000000006EFFD000 000D66 (v02 DELL   PE_SC3   00000002 DELL 00000001)
[    0.279809] ACPI: SSDT 0x000000006EFB5000 00193C (v02 AMD    CPMCMN   00000001 INTL 20210331)
[    0.288302] ACPI: Reserving FACP table memory at [mem 0x6eff9000-0x6eff9113]
[    0.295322] ACPI: Reserving DSDT table memory at [mem 0x6efda000-0x6eff3527]
[    0.302342] ACPI: Reserving FACS table memory at [mem 0x6edb9000-0x6edb903f]
[    0.309361] ACPI: Reserving BERT table memory at [mem 0x6effc000-0x6effc02f]
[    0.316381] ACPI: Reserving ERST table memory at [mem 0x6effb000-0x6effb22f]
[    0.323402] ACPI: Reserving HEST table memory at [mem 0x6effa000-0x6effa7f3]
[    0.330422] ACPI: Reserving HPET table memory at [mem 0x6eff8000-0x6eff8037]
[    0.337442] ACPI: Reserving APIC table memory at [mem 0x6eff6000-0x6eff78bd]
[    0.344496] ACPI: Reserving MCFG table memory at [mem 0x6eff5000-0x6eff503b]
[    0.351542] ACPI: Reserving WSMT table memory at [mem 0x6eff4000-0x6eff4027]
[    0.358561] ACPI: Reserving SSDT table memory at [mem 0x6efd9000-0x6efd9628]
[    0.365581] ACPI: Reserving SSDT table memory at [mem 0x6efd8000-0x6efd8d6d]
[    0.372602] ACPI: Reserving EINJ table memory at [mem 0x6efd7000-0x6efd716f]
[    0.379622] ACPI: Reserving PCCT table memory at [mem 0x6efd6000-0x6efd606d]
[    0.386641] ACPI: Reserving SSDT table memory at [mem 0x6efc7000-0x6efd5848]
[    0.393661] ACPI: Reserving SRAT table memory at [mem 0x6efc6000-0x6efc6ccf]
[    0.400681] ACPI: Reserving MSCT table memory at [mem 0x6efc5000-0x6efc504d]
[    0.407701] ACPI: Reserving SLIT table memory at [mem 0x6efc4000-0x6efc402f]
[    0.414722] ACPI: Reserving CRAT table memory at [mem 0x6efbc000-0x6efc32f7]
[    0.421741] ACPI: Reserving CDIT table memory at [mem 0x6efbb000-0x6efbb02b]
[    0.428762] ACPI: Reserving IVRS table memory at [mem 0x6efba000-0x6efba1ef]
[    0.435782] ACPI: Reserving SPCR table memory at [mem 0x6efb9000-0x6efb904f]
[    0.442801] ACPI: Reserving SLIC table memory at [mem 0x6efb8000-0x6efb8175]
[    0.449821] ACPI: Reserving SSDT table memory at [mem 0x6effd000-0x6effdd65]
[    0.456842] ACPI: Reserving SSDT table memory at [mem 0x6efb5000-0x6efb693b]
[    0.463922] APIC: Switched APIC routing to: cluster x2apic
[    0.469334] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff]
[    0.475302] ACPI: SRAT: Node 0 PXM 0 [mem 0x000c0000-0x7fffffff]
[    0.481281] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0x207fffffff]
[    0.487521] ACPI: SRAT: Node 1 PXM 1 [mem 0x2080000000-0x407fffffff]
[    0.493849] NUMA: Node 0 [mem 0x00001000-0x0009ffff] + [mem 0x000c0000-0x7fffffff] -> [mem 0x00001000-0x7fffffff]
[    0.504073] NUMA: Node 0 [mem 0x00001000-0x7fffffff] + [mem 0x100000000-0x207fffffff] -> [mem 0x00001000-0x207fffffff]
[    0.514736] NODE_DATA(0) allocated [mem 0x207fcfb640-0x207fcfffff]
[    0.520889] NODE_DATA(1) allocated [mem 0x407d3f9640-0x407d3fdfff]
[    0.527216] Zone ranges:
[    0.529572]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.535725]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.541878]   Normal   [mem 0x0000000100000000-0x000000407f1fffff]
[    0.548031]   Device   empty
[    0.550908] Movable zone start for each node
[    0.555155] Early memory node ranges
[    0.558708]   node   0: [mem 0x0000000000001000-0x000000000008efff]
[    0.564948]   node   0: [mem 0x0000000000090000-0x000000000009ffff]
[    0.571189]   node   0: [mem 0x0000000000100000-0x0000000015dfffff]
[    0.577429]   node   0: [mem 0x0000000056700000-0x00000000567fbfff]
[    0.583669]   node   0: [mem 0x00000000567fd000-0x000000005a14afff]
[    0.589908]   node   0: [mem 0x000000005a34b000-0x0000000067acefff]
[    0.596148]   node   0: [mem 0x000000006efff000-0x000000006effffff]
[    0.602388]   node   0: [mem 0x000000006f00b000-0x000000006fffffff]
[    0.608628]   node   0: [mem 0x0000000100000000-0x000000207fcfffff]
[    0.614875]   node   1: [mem 0x0000002080000000-0x000000407f1fffff]
[    0.621116] Initmem setup node 0 [mem 0x0000000000001000-0x000000207fcfffff]
[    0.628130] Initmem setup node 1 [mem 0x0000002080000000-0x000000407f1fffff]
[    0.635149] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.640954] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.646774] On node 0, zone DMA: 96 pages in unavailable ranges
[    0.653618] On node 0, zone DMA32: 35072 pages in unavailable ranges
[    0.659828] On node 0, zone DMA32: 1 pages in unavailable ranges
[    0.665924] On node 0, zone DMA32: 512 pages in unavailable ranges
[    0.672397] On node 0, zone DMA32: 30000 pages in unavailable ranges
[    0.678580] On node 0, zone DMA32: 11 pages in unavailable ranges
[    0.904851] On node 1, zone Normal: 768 pages in unavailable ranges
[    0.910994] On node 1, zone Normal: 3584 pages in unavailable ranges
[    0.917405] ACPI: PM-Timer IO Port: 0x408
[    0.921274] ACPI: X2APIC_NMI (uid[0xffffffff] high edge lint[0x1])
[    0.927404] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.933311] IOAPIC[0]: apic_id 240, version 33, address 0xfec00000, GSI 0-23
[    0.940320] IOAPIC[1]: apic_id 241, version 33, address 0xe0100000, GSI 120-151
[    0.947600] IOAPIC[2]: apic_id 242, version 33, address 0xc5100000, GSI 88-119
[    0.954793] IOAPIC[3]: apic_id 243, version 33, address 0xaa100000, GSI 56-87
[    0.961900] IOAPIC[4]: apic_id 244, version 33, address 0xfd100000, GSI 24-55
[    0.969004] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.975330] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.981837] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.988242] ACPI: HPET id: 0x10228201 base: 0xfed00000
[    0.993357] ACPI: SPCR: console: uart,io,0x2f8,115200
[    0.998387] CPU topo: Max. logical packages:   1
[    1.002976] CPU topo: Max. logical dies:       1
[    1.007568] CPU topo: Max. dies per package:   1
[    1.012167] CPU topo: Max. threads per core:   2
[    1.016772] CPU topo: Num. cores per package:    64
[    1.021626] CPU topo: Num. threads per package: 128
[    1.026479] CPU topo: Allowing 128 present CPUs plus 0 hotplug CPUs
[    1.032741] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    1.040260] PM: hibernation: Registered nosave memory: [mem 0x0008f000-0x0008ffff]
[    1.047800] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    1.055340] PM: hibernation: Registered nosave memory: [mem 0x00b4b000-0x00b4bfff]
[    1.062880] PM: hibernation: Registered nosave memory: [mem 0x00b53000-0x00b53fff]
[    1.070419] PM: hibernation: Registered nosave memory: [mem 0x00b54000-0x00b54fff]
[    1.077959] PM: hibernation: Registered nosave memory: [mem 0x00b86000-0x00b86fff]
[    1.085499] PM: hibernation: Registered nosave memory: [mem 0x00b87000-0x00b87fff]
[    1.093039] PM: hibernation: Registered nosave memory: [mem 0x00bb9000-0x00bb9fff]
[    1.100578] PM: hibernation: Registered nosave memory: [mem 0x00bba000-0x00bbafff]
[    1.108119] PM: hibernation: Registered nosave memory: [mem 0x00bff000-0x00bfffff]
[    1.115659] PM: hibernation: Registered nosave memory: [mem 0x15e00000-0x566fffff]
[    1.123198] PM: hibernation: Registered nosave memory: [mem 0x56700000-0x567fbfff]
[    1.130738] PM: hibernation: Registered nosave memory: [mem 0x567fc000-0x567fcfff]
[    1.138278] PM: hibernation: Registered nosave memory: [mem 0x567fd000-0x567fffff]
[    1.145819] PM: hibernation: Registered nosave memory: [mem 0x5a14b000-0x5a34afff]
[    1.153359] PM: hibernation: Registered nosave memory: [mem 0x67acf000-0x6dfcefff]
[    1.160899] PM: hibernation: Registered nosave memory: [mem 0x6dfcf000-0x6edfefff]
[    1.168439] PM: hibernation: Registered nosave memory: [mem 0x6edff000-0x6effefff]
[    1.175979] PM: hibernation: Registered nosave memory: [mem 0x6f000000-0x6f00afff]
[    1.183519] PM: hibernation: Registered nosave memory: [mem 0x70000000-0x7fffffff]
[    1.191057] PM: hibernation: Registered nosave memory: [mem 0x80000000-0xffffffff]
[    1.198599] PM: hibernation: Registered nosave memory: [mem 0x207fd00000-0x207fffffff]
[    1.206485] [mem 0x56800000-0xffffffff] available for PCI devices
[    1.212551] Booting paravirtualized kernel on bare hardware
[    1.218098] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[    1.234629] setup_percpu: NR_CPUS:512 nr_cpumask_bits:128 nr_cpu_ids:128 nr_node_ids:2
[    1.245209] percpu: Embedded 62 pages/cpu s217088 r8192 d28672 u262144
[    1.251640] Kernel command line: BOOT_IMAGE=(hd0,gpt6)/vmlinuz-6.11.0-rc5-next-20240830 root=/dev/mapper/rhel_hostname-root ro selinux=0 console=ttyS0,115200n8 earlyprintk=ttyS0,115200 net.ifnames=0 biosdevname=0 swiotlb=131072 kvm_amd.debug_swap=0 mem_encrypt=off
[    1.275024] Unknown kernel command line parameters "BOOT_IMAGE=(hd0,gpt6)/vmlinuz-6.11.0-rc5-next-20240830 biosdevname=0 mem_encrypt=off", will be passed to user space.
[    1.289961] printk: log_buf_len individual max cpu contribution: 4096 bytes
[    1.296876] printk: log_buf_len total cpu_extra contributions: 520192 bytes
[    1.303810] printk: log_buf_len min size: 262144 bytes
[    1.309248] printk: log_buf_len: 1048576 bytes
[    1.313509] printk: early log buf free: 242656(92%)
[    1.319525] Fallback order for Node 0: 0 1 
[    1.319527] Fallback order for Node 1: 1 0 
[    1.319536] Built 2 zonelists, mobility grouping on.  Total pages: 66743906
[    1.334629] Policy zone: Normal
[    1.337750] mem auto-init: stack:off, heap alloc:off, heap free:off
[    1.344020] software IO TLB: area num 128.
[    1.645011] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=128, Nodes=2
Poking KASLR using RDRAND RDTSC...
[    1.655882] Dynamic Preempt: voluntary
[    1.659692] rcu: Preemptible hierarchical RCU implementation.
[    1.665259] rcu: 	RCU event tracing is enabled.
[    1.669766] rcu: 	RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=128.
[    1.676612] 	Trampoline variant of Tasks RCU enabled.
[    1.681639] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[    1.689266] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=128
[    1.696143] RCU Tasks: Setting shift to 7 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=128.
[    1.706486] NR_IRQS: 33024, nr_irqs: 3624, preallocated irqs: 16
[    1.712582] rcu: srcu_init: Setting srcu_struct sizes to big.
[    1.718285] Console: colour dummy device 80x25
[    1.722581] printk: legacy console [ttyS0] enabled
[    1.722581] printk: legacy console [ttyS0] enabled
[    1.732114] printk: legacy bootconsole [earlyser0] disabled
[    1.732114] printk: legacy bootconsole [earlyser0] disabled
[    1.743282] ACPI: Core revision 20240322
[    1.747521] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[    1.756676] APIC: Switch to symmetric I/O mode setup
[    1.761948] x2apic: IRQ remapping doesn't support X2APIC mode
[    1.767693] x2apic disabled
[    1.770778] APIC: Switched APIC routing to: physical flat
[    1.777470] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    1.787678] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x398c65e37d1, max_idle_ns: 881590467960 ns
[    1.798192] Calibrating delay loop (skipped), value calculated using timer frequency.. 3992.42 BogoMIPS (lpj=1996211)
[    1.799203] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[    1.800302] LVT offset 2 assigned for vector 0xf4
[    1.801224] Last level iTLB entries: 4KB 512, 2MB 512, 4MB 256
[    1.802191] Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
[    1.803192] process: using mwait in idle threads
[    1.804192] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    1.805193] Spectre V2 : Mitigation: Retpolines
[    1.806191] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    1.807191] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
[    1.808191] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    1.809192] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    1.810191] Spectre V2 : User space: Mitigation: STIBP always-on protection
[    1.811192] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[    1.812191] Speculative Return Stack Overflow: Mitigation: Safe RET
[    1.813194] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    1.814191] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    1.815191] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    1.816191] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
[    1.817191] x86/fpu: Supporting XSAVE feature 0x800: 'Control-flow User registers'
[    1.818191] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    1.819191] x86/fpu: xstate_offset[9]:  832, xstate_sizes[9]:    8
[    1.820191] x86/fpu: xstate_offset[11]:  840, xstate_sizes[11]:   16
[    1.821191] x86/fpu: Enabled xstate features 0xa07, context size is 856 bytes, using 'compacted' format.
[    1.843281] Freeing SMP alternatives memory: 52K
[    1.844193] pid_max: default: 131072 minimum: 1024
[    1.849942] LSM: initializing lsm=capability
[    1.856536] Dentry cache hash table entries: 16777216 (order: 15, 134217728 bytes, vmalloc hugepage)
[    1.860800] Inode-cache hash table entries: 8388608 (order: 14, 67108864 bytes, vmalloc hugepage)
[    1.861378] Mount-cache hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc)
[    1.862389] Mountpoint-cache hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc)
[    1.966813] smpboot: CPU0: AMD EPYC 7713 64-Core Processor (family: 0x19, model: 0x1, stepping: 0x1)
[    1.967513] Performance Events: Fam17h+ core perfctr, AMD PMU driver.
[    1.968193] ... version:                0
[    1.969192] ... bit width:              48
[    1.970192] ... generic registers:      6
[    1.971192] ... value mask:             0000ffffffffffff
[    1.972192] ... max period:             00007fffffffffff
[    1.973192] ... fixed-purpose events:   0
[    1.974192] ... event mask:             000000000000003f
[    1.976475] signal: max sigframe size: 3376
[    1.977223] rcu: Hierarchical SRCU implementation.
[    1.978193] rcu: 	Max phase no-delay instances is 400.
[    1.979243] Timer migration: 3 hierarchy levels; 8 children per group; 2 crossnode level
[    1.987044] smp: Bringing up secondary CPUs ...
[    1.987312] smpboot: x86: Booting SMP configuration:
[    1.988194] .... 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
[    1.994193] .... node  #1, CPUs:    #32  #33  #34  #35  #36  #37  #38  #39  #40  #41  #42  #43  #44  #45  #46  #47  #48  #49  #50  #51  #52  #53  #54  #55  #56  #57  #58  #59  #60  #61  #62  #63
[    2.106192] .... node  #0, CPUs:    #64  #65  #66  #67  #68  #69  #70  #71  #72  #73  #74  #75  #76  #77  #78  #79  #80  #81  #82  #83  #84  #85  #86  #87  #88  #89  #90  #91  #92  #93  #94  #95
[    2.148192] .... node  #1, CPUs:    #96  #97  #98  #99 #100 #101 #102 #103 #104 #105 #106 #107 #108 #109 #110 #111 #112 #113 #114 #115 #116 #117 #118 #119 #120 #121 #122 #123 #124 #125 #126 #127
[    2.188384] Spectre V2 : Update user space SMT mitigation: STIBP always-on
[    2.263260] smp: Brought up 2 nodes, 128 CPUs
[    2.264195] smpboot: Total of 128 processors activated (511030.01 BogoMIPS)
[    2.272325] Memory: 262174740K/266975624K available (20480K kernel code, 2993K rwdata, 7616K rodata, 2884K init, 4260K bss, 4558896K reserved, 0K cma-reserved)
[    2.281499] devtmpfs: initialized
[    2.282259] x86/mm: Memory block size: 2048MB
[    2.291591] ACPI: PM: Registering ACPI NVS region [mem 0x0008f000-0x0008ffff] (4096 bytes)
[    2.292193] ACPI: PM: Registering ACPI NVS region [mem 0x6dfcf000-0x6edfefff] (14876672 bytes)
[    2.293456] ACPI: PM: Registering ACPI NVS region [mem 0x6f000000-0x6f00afff] (45056 bytes)
[    2.295209] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    2.296225] futex hash table entries: 32768 (order: 9, 2097152 bytes, vmalloc)
[    2.297458] PM: RTC time: 12:24:17, date: 2024-09-02
[    2.298414] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    2.299495] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[    2.300195] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    2.301194] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    2.302201] audit: initializing netlink subsys (disabled)
[    2.303211] audit: type=2000 audit(1725279856.516:1): state=initialized audit_enabled=0 res=1
[    2.303322] thermal_sys: Registered thermal governor 'step_wise'
[    2.304193] thermal_sys: Registered thermal governor 'user_space'
[    2.305215] cpuidle: using governor menu
[    2.307229] Detected 1 PCC Subspaces
[    2.308194] Registering PCC driver as Mailbox controller
[    2.310276] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    2.311325] PCI: ECAM [mem 0x80000000-0x8fffffff] (base 0x80000000) for domain 0000 [bus 00-ff]
[    2.312202] PCI: Using configuration type 1 for base access
[    2.313203] PCI: Dell System detected, enabling pci=bfsort.
[    2.314266] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    2.315252] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[    2.316192] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[    2.317192] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[    2.318192] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[    2.319350] ACPI: Added _OSI(Module Device)
[    2.320193] ACPI: Added _OSI(Processor Device)
[    2.321192] ACPI: Added _OSI(3.0 _SCP Extensions)
[    2.322200] ACPI: Added _OSI(Processor Aggregator Device)
[    2.343259] ACPI: 6 ACPI AML tables successfully acquired and loaded
[    2.351885] ACPI: Interpreter enabled
[    2.352203] ACPI: PM: (supports S0 S5)
[    2.353192] ACPI: Using IOAPIC for interrupt routing
[    2.354613] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    2.355192] PCI: Ignoring E820 reservations for host bridge windows
[    2.358862] ACPI: Enabled 1 GPEs in block 00 to 1F
[    2.387084] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[    2.387241] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
[    2.388239] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[    2.389239] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[    2.390239] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[    2.391239] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[    2.392239] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[    2.393239] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[    2.394479] ACPI: PCI Root Bridge [PC00] (domain 0000 [bus 00-3f])
[    2.395195] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[    2.396364] acpi PNP0A08:00: _OSC: OS now controls [PME PCIeCapability LTR]
[    2.397192] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    2.398723] PCI host bridge to bus 0000:00
[    2.399195] pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
[    2.400192] pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
[    2.401194] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000fffff window]
[    2.402192] pci_bus 0000:00: root bus resource [io  0x0d00-0x3fff window]
[    2.403192] pci_bus 0000:00: root bus resource [mem 0xe1000000-0xfebfffff window]
[    2.404192] pci_bus 0000:00: root bus resource [mem 0x63dc0000000-0x7fcffffffff window]
[    2.405192] pci_bus 0000:00: root bus resource [bus 00-3f]
[    2.406208] pci 0000:00:00.0: [1022:1480] type 00 class 0x060000 conventional PCI endpoint
[    2.407327] pci 0000:00:00.2: [1022:164f] type 00 class 0x080600 conventional PCI endpoint
[    2.408298] pci 0000:00:01.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    2.409279] pci 0000:00:02.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    2.410279] pci 0000:00:03.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    2.411275] pci 0000:00:03.2: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    2.413194] pci 0000:00:03.2: PCI bridge to [bus 01]
[    2.414195] pci 0000:00:03.2:   bridge window [io  0x1000-0x1fff]
[    2.415193] pci 0000:00:03.2:   bridge window [mem 0xf7300000-0xf74fffff]
[    2.416262] pci 0000:00:03.2: PME# supported from D0 D3hot D3cold
[    2.417735] pci 0000:00:04.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    2.418281] pci 0000:00:05.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    2.419280] pci 0000:00:07.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    2.420274] pci 0000:00:07.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    2.421210] pci 0000:00:07.1: PCI bridge to [bus 02]
[    2.422196] pci 0000:00:07.1:   bridge window [mem 0xf7200000-0xf72fffff]
[    2.423204] pci 0000:00:07.1: enabling Extended Tags
[    2.424242] pci 0000:00:07.1: PME# supported from D0 D3hot D3cold
[    2.425332] pci 0000:00:08.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    2.426277] pci 0000:00:08.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    2.427210] pci 0000:00:08.1: PCI bridge to [bus 03]
[    2.428196] pci 0000:00:08.1:   bridge window [mem 0xf7000000-0xf71fffff]
[    2.429204] pci 0000:00:08.1: enabling Extended Tags
[    2.430242] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[    2.431374] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500 conventional PCI endpoint
[    2.433289] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100 conventional PCI endpoint
[    2.434367] pci 0000:00:18.0: [1022:1650] type 00 class 0x060000 conventional PCI endpoint
[    2.435283] pci 0000:00:18.1: [1022:1651] type 00 class 0x060000 conventional PCI endpoint
[    2.436251] pci 0000:00:18.2: [1022:1652] type 00 class 0x060000 conventional PCI endpoint
[    2.437252] pci 0000:00:18.3: [1022:1653] type 00 class 0x060000 conventional PCI endpoint
[    2.438251] pci 0000:00:18.4: [1022:1654] type 00 class 0x060000 conventional PCI endpoint
[    2.439251] pci 0000:00:18.5: [1022:1655] type 00 class 0x060000 conventional PCI endpoint
[    2.440251] pci 0000:00:18.6: [1022:1656] type 00 class 0x060000 conventional PCI endpoint
[    2.441250] pci 0000:00:18.7: [1022:1657] type 00 class 0x060000 conventional PCI endpoint
[    2.442305] pci 0000:01:00.0: [1000:0097] type 00 class 0x010700 PCIe Endpoint
[    2.443203] pci 0000:01:00.0: BAR 0 [io  0x1000-0x10ff]
[    2.444201] pci 0000:01:00.0: BAR 1 [mem 0xf7400000-0xf740ffff 64bit]
[    2.445201] pci 0000:01:00.0: BAR 3 [mem 0xf7300000-0xf73fffff 64bit]
[    2.446203] pci 0000:01:00.0: ROM [mem 0xfff00000-0xffffffff pref]
[    2.447197] pci 0000:01:00.0: enabling Extended Tags
[    2.448276] pci 0000:01:00.0: supports D1 D2
[    2.449324] pci 0000:00:03.2: PCI bridge to [bus 01]
[    2.450247] pci 0000:02:00.0: [1022:148a] type 00 class 0x130000 PCIe Endpoint
[    2.451234] pci 0000:02:00.0: enabling Extended Tags
[    2.452346] pci 0000:02:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    2.453212] pci 0000:02:00.2: BAR 2 [mem 0xf7200000-0xf727ffff]
[    2.454207] pci 0000:02:00.2: BAR 5 [mem 0xf7280000-0xf7281fff]
[    2.455202] pci 0000:02:00.2: enabling Extended Tags
[    2.456381] pci 0000:00:07.1: PCI bridge to [bus 02]
[    2.457250] pci 0000:03:00.0: [1022:1485] type 00 class 0x130000 PCIe Endpoint
[    2.458237] pci 0000:03:00.0: enabling Extended Tags
[    2.459389] pci 0000:03:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    2.460213] pci 0000:03:00.2: BAR 2 [mem 0xf7100000-0xf717ffff]
[    2.461208] pci 0000:03:00.2: BAR 5 [mem 0xf7180000-0xf7181fff]
[    2.462202] pci 0000:03:00.2: enabling Extended Tags
[    2.463367] pci 0000:03:00.3: [1022:148c] type 00 class 0x0c0330 PCIe Endpoint
[    2.464205] pci 0000:03:00.3: BAR 0 [mem 0xf7000000-0xf70fffff 64bit]
[    2.465223] pci 0000:03:00.3: enabling Extended Tags
[    2.466244] pci 0000:03:00.3: PME# supported from D0 D3hot D3cold
[    2.467361] pci 0000:00:08.1: PCI bridge to [bus 03]
[    2.469684] ACPI: PCI Root Bridge [PC01] (domain 0000 [bus 40-7f])
[    2.470195] acpi PNP0A08:01: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[    2.471364] acpi PNP0A08:01: _OSC: OS now controls [PME PCIeCapability LTR]
[    2.472192] acpi PNP0A08:01: FADT indicates ASPM is unsupported, using BIOS configuration
[    2.473798] PCI host bridge to bus 0000:40
[    2.474195] pci_bus 0000:40: root bus resource [io  0x4000-0x6fff window]
[    2.475192] pci_bus 0000:40: root bus resource [mem 0x90000000-0xaaffffff window]
[    2.476192] pci_bus 0000:40: root bus resource [mem 0x47e80000000-0x63dbfffffff window]
[    2.477192] pci_bus 0000:40: root bus resource [bus 40-7f]
[    2.478202] pci 0000:40:00.0: [1022:1480] type 00 class 0x060000 conventional PCI endpoint
[    2.479282] pci 0000:40:00.2: [1022:164f] type 00 class 0x080600 conventional PCI endpoint
[    2.480290] pci 0000:40:01.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    2.481271] pci 0000:40:02.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    2.482271] pci 0000:40:03.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    2.483274] pci 0000:40:03.1: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    2.484211] pci 0000:40:03.1: PCI bridge to [bus 41]
[    2.485197] pci 0000:40:03.1:   bridge window [mem 0xa4c00000-0xa4ffffff]
[    2.486283] pci 0000:40:03.1: PME# supported from D0 D3hot D3cold
[    2.488741] pci 0000:40:03.2: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    2.489212] pci 0000:40:03.2: PCI bridge to [bus 42]
[    2.490197] pci 0000:40:03.2:   bridge window [mem 0xa4800000-0xa4bfffff]
[    2.491282] pci 0000:40:03.2: PME# supported from D0 D3hot D3cold
[    2.493806] pci 0000:40:03.3: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    2.494212] pci 0000:40:03.3: PCI bridge to [bus 43]
[    2.495197] pci 0000:40:03.3:   bridge window [mem 0xa4400000-0xa47fffff]
[    2.496282] pci 0000:40:03.3: PME# supported from D0 D3hot D3cold
[    2.498866] pci 0000:40:03.4: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    2.500196] pci 0000:40:03.4: PCI bridge to [bus 44]
[    2.501197] pci 0000:40:03.4:   bridge window [mem 0xa4000000-0xa43fffff]
[    2.502281] pci 0000:40:03.4: PME# supported from D0 D3hot D3cold
[    2.504929] pci 0000:40:04.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    2.506270] pci 0000:40:05.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    2.507273] pci 0000:40:07.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    2.508272] pci 0000:40:07.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    2.509209] pci 0000:40:07.1: PCI bridge to [bus 45]
[    2.510196] pci 0000:40:07.1:   bridge window [mem 0xa5300000-0xa53fffff]
[    2.511203] pci 0000:40:07.1: enabling Extended Tags
[    2.512239] pci 0000:40:07.1: PME# supported from D0 D3hot D3cold
[    2.514305] pci 0000:40:08.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    2.515274] pci 0000:40:08.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    2.516210] pci 0000:40:08.1: PCI bridge to [bus 46]
[    2.517196] pci 0000:40:08.1:   bridge window [mem 0xa5000000-0xa52fffff]
[    2.518204] pci 0000:40:08.1: enabling Extended Tags
[    2.519240] pci 0000:40:08.1: PME# supported from D0 D3hot D3cold
[    2.520401] pci 0000:40:03.1: PCI bridge to [bus 41]
[    2.521253] pci 0000:40:03.2: PCI bridge to [bus 42]
[    2.522252] pci 0000:40:03.3: PCI bridge to [bus 43]
[    2.523251] pci 0000:40:03.4: PCI bridge to [bus 44]
[    2.524245] pci 0000:45:00.0: [1022:148a] type 00 class 0x130000 PCIe Endpoint
[    2.525233] pci 0000:45:00.0: enabling Extended Tags
[    2.526345] pci 0000:45:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    2.527210] pci 0000:45:00.2: BAR 2 [mem 0xa5300000-0xa537ffff]
[    2.528206] pci 0000:45:00.2: BAR 5 [mem 0xa5380000-0xa5381fff]
[    2.529201] pci 0000:45:00.2: enabling Extended Tags
[    2.530368] pci 0000:40:07.1: PCI bridge to [bus 45]
[    2.531248] pci 0000:46:00.0: [1022:1485] type 00 class 0x130000 PCIe Endpoint
[    2.532236] pci 0000:46:00.0: enabling Extended Tags
[    2.534256] pci 0000:46:00.1: [1022:1486] type 00 class 0x108000 PCIe Endpoint
[    2.535212] pci 0000:46:00.1: BAR 2 [mem 0xa5100000-0xa51fffff]
[    2.536207] pci 0000:46:00.1: BAR 5 [mem 0xa5282000-0xa5283fff]
[    2.537202] pci 0000:46:00.1: enabling Extended Tags
[    2.538365] pci 0000:46:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    2.539212] pci 0000:46:00.2: BAR 2 [mem 0xa5200000-0xa527ffff]
[    2.540207] pci 0000:46:00.2: BAR 5 [mem 0xa5280000-0xa5281fff]
[    2.541202] pci 0000:46:00.2: enabling Extended Tags
[    2.542364] pci 0000:46:00.3: [1022:148c] type 00 class 0x0c0330 PCIe Endpoint
[    2.543205] pci 0000:46:00.3: BAR 0 [mem 0xa5000000-0xa50fffff 64bit]
[    2.544222] pci 0000:46:00.3: enabling Extended Tags
[    2.545242] pci 0000:46:00.3: PME# supported from D0 D3hot D3cold
[    2.546357] pci 0000:40:08.1: PCI bridge to [bus 46]
[    2.547643] ACPI: PCI Root Bridge [PC02] (domain 0000 [bus 80-bf])
[    2.548194] acpi PNP0A08:02: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[    2.549364] acpi PNP0A08:02: _OSC: OS now controls [PME PCIeCapability LTR]
[    2.550194] acpi PNP0A08:02: FADT indicates ASPM is unsupported, using BIOS configuration
[    2.551676] PCI host bridge to bus 0000:80
[    2.552194] pci_bus 0000:80: root bus resource [io  0x7000-0x9fff window]
[    2.553192] pci_bus 0000:80: root bus resource [mem 0xab000000-0xc5ffffff window]
[    2.554192] pci_bus 0000:80: root bus resource [mem 0x2bf40000000-0x47e7fffffff window]
[    2.555192] pci_bus 0000:80: root bus resource [bus 80-bf]
[    2.556202] pci 0000:80:00.0: [1022:1480] type 00 class 0x060000 conventional PCI endpoint
[    2.557284] pci 0000:80:00.2: [1022:164f] type 00 class 0x080600 conventional PCI endpoint
[    2.558291] pci 0000:80:01.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    2.559275] pci 0000:80:01.1: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    2.560213] pci 0000:80:01.1: PCI bridge to [bus 81]
[    2.561197] pci 0000:80:01.1:   bridge window [mem 0xbf400000-0xbf7fffff]
[    2.562282] pci 0000:80:01.1: PME# supported from D0 D3hot D3cold
[    2.564369] pci 0000:80:01.2: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    2.565212] pci 0000:80:01.2: PCI bridge to [bus 82]
[    2.566197] pci 0000:80:01.2:   bridge window [mem 0xbf000000-0xbf3fffff]
[    2.567283] pci 0000:80:01.2: PME# supported from D0 D3hot D3cold
[    2.569436] pci 0000:80:02.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    2.570274] pci 0000:80:03.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    2.571272] pci 0000:80:04.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    2.572271] pci 0000:80:05.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    2.573272] pci 0000:80:07.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    2.574272] pci 0000:80:07.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    2.575209] pci 0000:80:07.1: PCI bridge to [bus 83]
[    2.576197] pci 0000:80:07.1:   bridge window [mem 0xbfa00000-0xbfafffff]
[    2.577204] pci 0000:80:07.1: enabling Extended Tags
[    2.578240] pci 0000:80:07.1: PME# supported from D0 D3hot D3cold
[    2.579325] pci 0000:80:08.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    2.580273] pci 0000:80:08.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    2.581210] pci 0000:80:08.1: PCI bridge to [bus 84]
[    2.582196] pci 0000:80:08.1:   bridge window [mem 0xbf900000-0xbf9fffff]
[    2.583204] pci 0000:80:08.1: enabling Extended Tags
[    2.584241] pci 0000:80:08.1: PME# supported from D0 D3hot D3cold
[    2.585336] pci 0000:80:08.2: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    2.586210] pci 0000:80:08.2: PCI bridge to [bus 85]
[    2.587196] pci 0000:80:08.2:   bridge window [mem 0xbf800000-0xbf8fffff]
[    2.588204] pci 0000:80:08.2: enabling Extended Tags
[    2.589241] pci 0000:80:08.2: PME# supported from D0 D3hot D3cold
[    2.590397] pci 0000:80:01.1: PCI bridge to [bus 81]
[    2.591252] pci 0000:80:01.2: PCI bridge to [bus 82]
[    2.592246] pci 0000:83:00.0: [1022:148a] type 00 class 0x130000 PCIe Endpoint
[    2.593233] pci 0000:83:00.0: enabling Extended Tags
[    2.594345] pci 0000:83:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    2.595210] pci 0000:83:00.2: BAR 2 [mem 0xbfa00000-0xbfa7ffff]
[    2.596206] pci 0000:83:00.2: BAR 5 [mem 0xbfa80000-0xbfa81fff]
[    2.597201] pci 0000:83:00.2: enabling Extended Tags
[    2.599288] pci 0000:80:07.1: PCI bridge to [bus 83]
[    2.600248] pci 0000:84:00.0: [1022:1485] type 00 class 0x130000 PCIe Endpoint
[    2.601237] pci 0000:84:00.0: enabling Extended Tags
[    2.602387] pci 0000:84:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    2.603212] pci 0000:84:00.2: BAR 2 [mem 0xbf900000-0xbf97ffff]
[    2.604208] pci 0000:84:00.2: BAR 5 [mem 0xbf980000-0xbf981fff]
[    2.605202] pci 0000:84:00.2: enabling Extended Tags
[    2.606379] pci 0000:80:08.1: PCI bridge to [bus 84]
[    2.607249] pci 0000:85:00.0: [1022:7901] type 00 class 0x010601 PCIe Endpoint
[    2.608228] pci 0000:85:00.0: BAR 5 [mem 0xbf800000-0xbf8007ff]
[    2.609202] pci 0000:85:00.0: enabling Extended Tags
[    2.611211] pci 0000:85:00.0: PME# supported from D3hot D3cold
[    2.613211] pci 0000:80:08.2: PCI bridge to [bus 85]
[    2.615642] ACPI: PCI Root Bridge [PC03] (domain 0000 [bus c0-ff])
[    2.616194] acpi PNP0A08:03: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[    2.617362] acpi PNP0A08:03: _OSC: OS now controls [PME PCIeCapability LTR]
[    2.618192] acpi PNP0A08:03: FADT indicates ASPM is unsupported, using BIOS configuration
[    2.620713] PCI host bridge to bus 0000:c0
[    2.621194] pci_bus 0000:c0: root bus resource [io  0xa000-0xffff window]
[    2.622192] pci_bus 0000:c0: root bus resource [mem 0xc6000000-0xe0ffffff window]
[    2.623193] pci_bus 0000:c0: root bus resource [mem 0x10000000000-0x2bf3fffffff window]
[    2.624192] pci_bus 0000:c0: root bus resource [io  0x03b0-0x03df window]
[    2.625192] pci_bus 0000:c0: root bus resource [mem 0x000a0000-0x000bffff window]
[    2.626192] pci_bus 0000:c0: root bus resource [bus c0-ff]
[    2.627203] pci 0000:c0:00.0: [1022:1480] type 00 class 0x060000 conventional PCI endpoint
[    2.628282] pci 0000:c0:00.2: [1022:164f] type 00 class 0x080600 conventional PCI endpoint
[    2.629290] pci 0000:c0:01.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    2.630272] pci 0000:c0:02.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    2.632267] pci 0000:c0:03.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    2.633273] pci 0000:c0:03.1: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    2.634211] pci 0000:c0:03.1: PCI bridge to [bus c4]
[    2.635197] pci 0000:c0:03.1:   bridge window [mem 0xdb600000-0xdb9fffff]
[    2.636282] pci 0000:c0:03.1: PME# supported from D0 D3hot D3cold
[    2.638874] pci 0000:c0:03.2: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    2.640202] pci 0000:c0:03.2: PCI bridge to [bus c5]
[    2.641197] pci 0000:c0:03.2:   bridge window [mem 0xdb200000-0xdb5fffff]
[    2.642280] pci 0000:c0:03.2: PME# supported from D0 D3hot D3cold
[    2.644935] pci 0000:c0:03.3: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    2.645211] pci 0000:c0:03.3: PCI bridge to [bus c6]
[    2.646197] pci 0000:c0:03.3:   bridge window [mem 0xdae00000-0xdb1fffff]
[    2.647280] pci 0000:c0:03.3: PME# supported from D0 D3hot D3cold
[    2.649984] pci 0000:c0:03.4: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    2.650212] pci 0000:c0:03.4: PCI bridge to [bus c7]
[    2.651197] pci 0000:c0:03.4:   bridge window [mem 0xdaa00000-0xdadfffff]
[    2.652282] pci 0000:c0:03.4: PME# supported from D0 D3hot D3cold
[    2.653982] pci 0000:c0:04.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    2.654274] pci 0000:c0:05.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    2.655273] pci 0000:c0:05.1: [1022:149a] type 01 class 0x060400 PCIe Root Port
[    2.656209] pci 0000:c0:05.1: PCI bridge to [bus c1]
[    2.657202] pci 0000:c0:05.1:   bridge window [mem 0xc7000000-0xc70fffff 64bit pref]
[    2.658237] pci 0000:c0:05.1: PME# supported from D0 D3hot D3cold
[    2.659317] pci 0000:c0:05.2: [1022:149a] type 01 class 0x060400 PCIe Root Port
[    2.660209] pci 0000:c0:05.2: PCI bridge to [bus c2-c3]
[    2.661196] pci 0000:c0:05.2:   bridge window [mem 0xda000000-0xda8fffff]
[    2.662198] pci 0000:c0:05.2:   bridge window [mem 0xc6000000-0xc6ffffff 64bit pref]
[    2.663237] pci 0000:c0:05.2: PME# supported from D0 D3hot D3cold
[    2.664310] pci 0000:c0:07.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    2.665273] pci 0000:c0:07.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    2.666209] pci 0000:c0:07.1: PCI bridge to [bus c8]
[    2.667196] pci 0000:c0:07.1:   bridge window [mem 0xdbb00000-0xdbbfffff]
[    2.668203] pci 0000:c0:07.1: enabling Extended Tags
[    2.669238] pci 0000:c0:07.1: PME# supported from D0 D3hot D3cold
[    2.670323] pci 0000:c0:08.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    2.671273] pci 0000:c0:08.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    2.672209] pci 0000:c0:08.1: PCI bridge to [bus c9]
[    2.673196] pci 0000:c0:08.1:   bridge window [mem 0xdba00000-0xdbafffff]
[    2.674204] pci 0000:c0:08.1: enabling Extended Tags
[    2.675239] pci 0000:c0:08.1: PME# supported from D0 D3hot D3cold
[    2.676390] pci 0000:c0:03.1: PCI bridge to [bus c4]
[    2.677252] pci 0000:c0:03.2: PCI bridge to [bus c5]
[    2.678251] pci 0000:c0:03.3: PCI bridge to [bus c6]
[    2.679252] pci 0000:c0:03.4: PCI bridge to [bus c7]
[    2.680257] pci 0000:c1:00.0: [14e4:165f] type 00 class 0x020000 PCIe Endpoint
[    2.681212] pci 0000:c1:00.0: BAR 0 [mem 0xc7030000-0xc703ffff 64bit pref]
[    2.682205] pci 0000:c1:00.0: BAR 2 [mem 0xc7040000-0xc704ffff 64bit pref]
[    2.683205] pci 0000:c1:00.0: BAR 4 [mem 0xc7050000-0xc705ffff 64bit pref]
[    2.684200] pci 0000:c1:00.0: ROM [mem 0xfffc0000-0xffffffff pref]
[    2.685280] pci 0000:c1:00.0: PME# supported from D0 D3hot D3cold
[    2.687228] pci 0000:c1:00.0: 4.000 Gb/s available PCIe bandwidth, limited by 5.0 GT/s PCIe x1 link at 0000:c0:05.1 (capable of 8.000 Gb/s with 5.0 GT/s PCIe x2 link)
[    2.689796] pci 0000:c1:00.1: [14e4:165f] type 00 class 0x020000 PCIe Endpoint
[    2.690212] pci 0000:c1:00.1: BAR 0 [mem 0xc7000000-0xc700ffff 64bit pref]
[    2.691205] pci 0000:c1:00.1: BAR 2 [mem 0xc7010000-0xc701ffff 64bit pref]
[    2.692205] pci 0000:c1:00.1: BAR 4 [mem 0xc7020000-0xc702ffff 64bit pref]
[    2.693200] pci 0000:c1:00.1: ROM [mem 0xfffc0000-0xffffffff pref]
[    2.694280] pci 0000:c1:00.1: PME# supported from D0 D3hot D3cold
[    2.699213] pci 0000:c0:05.1: PCI bridge to [bus c1]
[    2.701247] pci 0000:c2:00.0: [1556:be00] type 01 class 0x060400 PCIe to PCI/PCI-X bridge
[    2.702222] pci 0000:c2:00.0: PCI bridge to [bus c3]
[    2.703200] pci 0000:c2:00.0:   bridge window [mem 0xda000000-0xda8fffff]
[    2.704201] pci 0000:c2:00.0:   bridge window [mem 0xc6000000-0xc6ffffff 64bit pref]
[    2.708204] pci 0000:c0:05.2: PCI bridge to [bus c2-c3]
[    2.709227] pci_bus 0000:c3: extended config space not accessible
[    2.710218] pci 0000:c3:00.0: [102b:0536] type 00 class 0x030000 conventional PCI endpoint
[    2.711208] pci 0000:c3:00.0: BAR 0 [mem 0xc6000000-0xc6ffffff pref]
[    2.712201] pci 0000:c3:00.0: BAR 1 [mem 0xda808000-0xda80bfff]
[    2.713201] pci 0000:c3:00.0: BAR 2 [mem 0xda000000-0xda7fffff]
[    2.714239] pci 0000:c3:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    2.715314] pci 0000:c2:00.0: PCI bridge to [bus c3]
[    2.716258] pci 0000:c8:00.0: [1022:148a] type 00 class 0x130000 PCIe Endpoint
[    2.717232] pci 0000:c8:00.0: enabling Extended Tags
[    2.718343] pci 0000:c8:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    2.719210] pci 0000:c8:00.2: BAR 2 [mem 0xdbb00000-0xdbb7ffff]
[    2.720206] pci 0000:c8:00.2: BAR 5 [mem 0xdbb80000-0xdbb81fff]
[    2.721201] pci 0000:c8:00.2: enabling Extended Tags
[    2.723232] pci 0000:c0:07.1: PCI bridge to [bus c8]
[    2.724248] pci 0000:c9:00.0: [1022:1485] type 00 class 0x130000 PCIe Endpoint
[    2.725239] pci 0000:c9:00.0: enabling Extended Tags
[    2.726389] pci 0000:c9:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    2.727213] pci 0000:c9:00.2: BAR 2 [mem 0xdba00000-0xdba7ffff]
[    2.728207] pci 0000:c9:00.2: BAR 5 [mem 0xdba80000-0xdba81fff]
[    2.729202] pci 0000:c9:00.2: enabling Extended Tags
[    2.730378] pci 0000:c0:08.1: PCI bridge to [bus c9]
[    2.736347] iommu: Default domain type: Translated
[    2.737192] iommu: DMA domain TLB invalidation policy: lazy mode
[    2.739232] SCSI subsystem initialized
[    2.740240] ACPI: bus type USB registered
[    2.741211] usbcore: registered new interface driver usbfs
[    2.742200] usbcore: registered new interface driver hub
[    2.743217] usbcore: registered new device driver usb
[    2.744210] pps_core: LinuxPPS API ver. 1 registered
[    2.745192] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    2.746195] PTP clock support registered
[    2.748248] efivars: Registered efivars operations
[    2.749229] Advanced Linux Sound Architecture Driver Initialized.
[    2.750436] NetLabel: Initializing
[    2.751192] NetLabel:  domain hash size = 128
[    2.752193] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    2.753213] NetLabel:  unlabeled traffic allowed by default
[    2.754223] PCI: Using ACPI for IRQ routing
[    2.760243] pci 0000:c3:00.0: vgaarb: setting as boot VGA device
[    2.761190] pci 0000:c3:00.0: vgaarb: bridge control possible
[    2.761190] pci 0000:c3:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    2.761194] vgaarb: loaded
[    2.762320] wmi_bus wmi_bus-PNP0C14:00: [Firmware Bug]: WQBC data block query control method not found
[    2.763267] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    2.764192] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    2.767461] clocksource: Switched to clocksource tsc-early
[    2.772856] VFS: Disk quotas dquot_6.6.0
[    2.776790] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    2.783766] pnp: PnP ACPI init
[    2.787117] system 00:00: [mem 0x80000000-0x8fffffff] has been reserved
[    2.793830] system 00:01: [mem 0xff000000-0xffffffff] has been reserved
[    2.801651] pnp: PnP ACPI: found 5 devices
[    2.812402] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    2.821321] NET: Registered PF_INET protocol family
[    2.826356] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc)
[    2.836869] tcp_listen_portaddr_hash hash table entries: 65536 (order: 8, 1048576 bytes, vmalloc)
[    2.845858] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, vmalloc)
[    2.853709] TCP established hash table entries: 524288 (order: 10, 4194304 bytes, vmalloc hugepage)
[    2.863341] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc)
[    2.870960] TCP: Hash tables configured (established 524288 bind 65536)
[    2.877735] UDP hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc)
[    2.885083] UDP-Lite hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc)
[    2.892958] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    2.898806] RPC: Registered named UNIX socket transport module.
[    2.904723] RPC: Registered udp transport module.
[    2.909429] RPC: Registered tcp transport module.
[    2.914136] RPC: Registered tcp-with-tls transport module.
[    2.919621] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    2.926488] pci 0000:01:00.0: ROM [mem 0xfff00000-0xffffffff pref]: can't claim; no compatible bridge window
[    2.936310] pci 0000:c1:00.0: ROM [mem 0xfffc0000-0xffffffff pref]: can't claim; no compatible bridge window
[    2.946132] pci 0000:c1:00.1: ROM [mem 0xfffc0000-0xffffffff pref]: can't claim; no compatible bridge window
[    2.955963] pci 0000:01:00.0: ROM [mem size 0x00100000 pref]: can't assign; no space
[    2.963701] pci 0000:01:00.0: ROM [mem size 0x00100000 pref]: failed to assign
[    2.970921] pci 0000:00:03.2: PCI bridge to [bus 01]
[    2.975887] pci 0000:00:03.2:   bridge window [io  0x1000-0x1fff]
[    2.981980] pci 0000:00:03.2:   bridge window [mem 0xf7300000-0xf74fffff]
[    2.988768] pci 0000:00:07.1: PCI bridge to [bus 02]
[    2.993758] pci 0000:00:07.1:   bridge window [mem 0xf7200000-0xf72fffff]
[    3.000544] pci 0000:00:08.1: PCI bridge to [bus 03]
[    3.005511] pci 0000:00:08.1:   bridge window [mem 0xf7000000-0xf71fffff]
[    3.012299] pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
[    3.018483] pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
[    3.024662] pci_bus 0000:00: resource 6 [mem 0x000c0000-0x000fffff window]
[    3.031533] pci_bus 0000:00: resource 7 [io  0x0d00-0x3fff window]
[    3.037715] pci_bus 0000:00: resource 8 [mem 0xe1000000-0xfebfffff window]
[    3.044586] pci_bus 0000:00: resource 9 [mem 0x63dc0000000-0x7fcffffffff window]
[    3.051978] pci_bus 0000:01: resource 0 [io  0x1000-0x1fff]
[    3.057550] pci_bus 0000:01: resource 1 [mem 0xf7300000-0xf74fffff]
[    3.063818] pci_bus 0000:02: resource 1 [mem 0xf7200000-0xf72fffff]
[    3.070081] pci_bus 0000:03: resource 1 [mem 0xf7000000-0xf71fffff]
[    3.076409] pci 0000:40:03.1: bridge window [io  0x1000-0x0fff] to [bus 41] add_size 1000
[    3.084581] pci 0000:40:03.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 41] add_size 200000 add_align 100000
[    3.096048] pci 0000:40:03.2: bridge window [io  0x1000-0x0fff] to [bus 42] add_size 1000
[    3.104255] pci 0000:40:03.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 42] add_size 200000 add_align 100000
[    3.115723] pci 0000:40:03.3: bridge window [io  0x1000-0x0fff] to [bus 43] add_size 1000
[    3.123894] pci 0000:40:03.3: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 43] add_size 200000 add_align 100000
[    3.135359] pci 0000:40:03.4: bridge window [io  0x1000-0x0fff] to [bus 44] add_size 1000
[    3.143531] pci 0000:40:03.4: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 44] add_size 200000 add_align 100000
[    3.155004] pci 0000:40:03.1: bridge window [mem 0x47e80000000-0x47e801fffff 64bit pref]: assigned
[    3.163958] pci 0000:40:03.2: bridge window [mem 0x47e80200000-0x47e803fffff 64bit pref]: assigned
[    3.172912] pci 0000:40:03.3: bridge window [mem 0x47e80400000-0x47e805fffff 64bit pref]: assigned
[    3.181866] pci 0000:40:03.4: bridge window [mem 0x47e80600000-0x47e807fffff 64bit pref]: assigned
[    3.190819] pci 0000:40:03.1: bridge window [io  0x4000-0x4fff]: assigned
[    3.197603] pci 0000:40:03.2: bridge window [io  0x5000-0x5fff]: assigned
[    3.204416] pci 0000:40:03.3: bridge window [io  0x6000-0x6fff]: assigned
[    3.211203] pci 0000:40:03.4: bridge window [io  size 0x1000]: can't assign; no space
[    3.219027] pci 0000:40:03.4: bridge window [io  size 0x1000]: failed to assign
[    3.226335] pci 0000:40:03.4: bridge window [io  0x4000-0x4fff]: assigned
[    3.233118] pci 0000:40:03.3: bridge window [io  0x5000-0x5fff]: assigned
[    3.239904] pci 0000:40:03.2: bridge window [io  0x6000-0x6fff]: assigned
[    3.246690] pci 0000:40:03.1: bridge window [io  size 0x1000]: can't assign; no space
[    3.254516] pci 0000:40:03.1: bridge window [io  size 0x1000]: failed to assign
[    3.261823] pci 0000:40:03.1: PCI bridge to [bus 41]
[    3.266790] pci 0000:40:03.1:   bridge window [mem 0xa4c00000-0xa4ffffff]
[    3.273575] pci 0000:40:03.1:   bridge window [mem 0x47e80000000-0x47e801fffff 64bit pref]
[    3.281835] pci 0000:40:03.2: PCI bridge to [bus 42]
[    3.286800] pci 0000:40:03.2:   bridge window [io  0x6000-0x6fff]
[    3.292895] pci 0000:40:03.2:   bridge window [mem 0xa4800000-0xa4bfffff]
[    3.299679] pci 0000:40:03.2:   bridge window [mem 0x47e80200000-0x47e803fffff 64bit pref]
[    3.307940] pci 0000:40:03.3: PCI bridge to [bus 43]
[    3.312904] pci 0000:40:03.3:   bridge window [io  0x5000-0x5fff]
[    3.318997] pci 0000:40:03.3:   bridge window [mem 0xa4400000-0xa47fffff]
[    3.325784] pci 0000:40:03.3:   bridge window [mem 0x47e80400000-0x47e805fffff 64bit pref]
[    3.334043] pci 0000:40:03.4: PCI bridge to [bus 44]
[    3.339006] pci 0000:40:03.4:   bridge window [io  0x4000-0x4fff]
[    3.345101] pci 0000:40:03.4:   bridge window [mem 0xa4000000-0xa43fffff]
[    3.351887] pci 0000:40:03.4:   bridge window [mem 0x47e80600000-0x47e807fffff 64bit pref]
[    3.360148] pci 0000:40:07.1: PCI bridge to [bus 45]
[    3.365113] pci 0000:40:07.1:   bridge window [mem 0xa5300000-0xa53fffff]
[    3.371901] pci 0000:40:08.1: PCI bridge to [bus 46]
[    3.376874] pci 0000:40:08.1:   bridge window [mem 0xa5000000-0xa52fffff]
[    3.383662] pci_bus 0000:40: resource 4 [io  0x4000-0x6fff window]
[    3.389844] pci_bus 0000:40: resource 5 [mem 0x90000000-0xaaffffff window]
[    3.396716] pci_bus 0000:40: resource 6 [mem 0x47e80000000-0x63dbfffffff window]
[    3.404111] pci_bus 0000:41: resource 1 [mem 0xa4c00000-0xa4ffffff]
[    3.410375] pci_bus 0000:41: resource 2 [mem 0x47e80000000-0x47e801fffff 64bit pref]
[    3.418135] pci_bus 0000:42: resource 0 [io  0x6000-0x6fff]
[    3.423705] pci_bus 0000:42: resource 1 [mem 0xa4800000-0xa4bfffff]
[    3.429971] pci_bus 0000:42: resource 2 [mem 0x47e80200000-0x47e803fffff 64bit pref]
[    3.437710] pci_bus 0000:43: resource 0 [io  0x5000-0x5fff]
[    3.443283] pci_bus 0000:43: resource 1 [mem 0xa4400000-0xa47fffff]
[    3.449549] pci_bus 0000:43: resource 2 [mem 0x47e80400000-0x47e805fffff 64bit pref]
[    3.457290] pci_bus 0000:44: resource 0 [io  0x4000-0x4fff]
[    3.462861] pci_bus 0000:44: resource 1 [mem 0xa4000000-0xa43fffff]
[    3.469126] pci_bus 0000:44: resource 2 [mem 0x47e80600000-0x47e807fffff 64bit pref]
[    3.476867] pci_bus 0000:45: resource 1 [mem 0xa5300000-0xa53fffff]
[    3.483134] pci_bus 0000:46: resource 1 [mem 0xa5000000-0xa52fffff]
[    3.489452] pci 0000:80:01.1: bridge window [io  0x1000-0x0fff] to [bus 81] add_size 1000
[    3.497623] pci 0000:80:01.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 81] add_size 200000 add_align 100000
[    3.509088] pci 0000:80:01.2: bridge window [io  0x1000-0x0fff] to [bus 82] add_size 1000
[    3.517287] pci 0000:80:01.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 82] add_size 200000 add_align 100000
[    3.528763] pci 0000:80:01.1: bridge window [mem 0x2bf40000000-0x2bf401fffff 64bit pref]: assigned
[    3.537714] pci 0000:80:01.2: bridge window [mem 0x2bf40200000-0x2bf403fffff 64bit pref]: assigned
[    3.546668] pci 0000:80:01.1: bridge window [io  0x7000-0x7fff]: assigned
[    3.553454] pci 0000:80:01.2: bridge window [io  0x8000-0x8fff]: assigned
[    3.560238] pci 0000:80:01.1: PCI bridge to [bus 81]
[    3.565206] pci 0000:80:01.1:   bridge window [io  0x7000-0x7fff]
[    3.571299] pci 0000:80:01.1:   bridge window [mem 0xbf400000-0xbf7fffff]
[    3.578085] pci 0000:80:01.1:   bridge window [mem 0x2bf40000000-0x2bf401fffff 64bit pref]
[    3.586346] pci 0000:80:01.2: PCI bridge to [bus 82]
[    3.591310] pci 0000:80:01.2:   bridge window [io  0x8000-0x8fff]
[    3.597404] pci 0000:80:01.2:   bridge window [mem 0xbf000000-0xbf3fffff]
[    3.604190] pci 0000:80:01.2:   bridge window [mem 0x2bf40200000-0x2bf403fffff 64bit pref]
[    3.612452] pci 0000:80:07.1: PCI bridge to [bus 83]
[    3.617422] pci 0000:80:07.1:   bridge window [mem 0xbfa00000-0xbfafffff]
[    3.624221] pci 0000:80:08.1: PCI bridge to [bus 84]
[    3.629191] pci 0000:80:08.1:   bridge window [mem 0xbf900000-0xbf9fffff]
[    3.635980] pci 0000:80:08.2: PCI bridge to [bus 85]
[    3.640945] pci 0000:80:08.2:   bridge window [mem 0xbf800000-0xbf8fffff]
[    3.647733] pci_bus 0000:80: resource 4 [io  0x7000-0x9fff window]
[    3.653916] pci_bus 0000:80: resource 5 [mem 0xab000000-0xc5ffffff window]
[    3.660788] pci_bus 0000:80: resource 6 [mem 0x2bf40000000-0x47e7fffffff window]
[    3.668181] pci_bus 0000:81: resource 0 [io  0x7000-0x7fff]
[    3.673754] pci_bus 0000:81: resource 1 [mem 0xbf400000-0xbf7fffff]
[    3.680020] pci_bus 0000:81: resource 2 [mem 0x2bf40000000-0x2bf401fffff 64bit pref]
[    3.687758] pci_bus 0000:82: resource 0 [io  0x8000-0x8fff]
[    3.693331] pci_bus 0000:82: resource 1 [mem 0xbf000000-0xbf3fffff]
[    3.699596] pci_bus 0000:82: resource 2 [mem 0x2bf40200000-0x2bf403fffff 64bit pref]
[    3.707336] pci_bus 0000:83: resource 1 [mem 0xbfa00000-0xbfafffff]
[    3.713604] pci_bus 0000:84: resource 1 [mem 0xbf900000-0xbf9fffff]
[    3.719868] pci_bus 0000:85: resource 1 [mem 0xbf800000-0xbf8fffff]
[    3.726178] pci 0000:c0:03.1: bridge window [io  0x1000-0x0fff] to [bus c4] add_size 1000
[    3.734351] pci 0000:c0:03.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus c4] add_size 200000 add_align 100000
[    3.745818] pci 0000:c0:03.2: bridge window [io  0x1000-0x0fff] to [bus c5] add_size 1000
[    3.753989] pci 0000:c0:03.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus c5] add_size 200000 add_align 100000
[    3.765455] pci 0000:c0:03.3: bridge window [io  0x1000-0x0fff] to [bus c6] add_size 1000
[    3.773629] pci 0000:c0:03.3: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus c6] add_size 200000 add_align 100000
[    3.785094] pci 0000:c0:03.4: bridge window [io  0x1000-0x0fff] to [bus c7] add_size 1000
[    3.793266] pci 0000:c0:03.4: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus c7] add_size 200000 add_align 100000
[    3.804743] pci 0000:c0:03.1: bridge window [mem 0x10000000000-0x100001fffff 64bit pref]: assigned
[    3.813694] pci 0000:c0:03.2: bridge window [mem 0x10000200000-0x100003fffff 64bit pref]: assigned
[    3.822648] pci 0000:c0:03.3: bridge window [mem 0x10000400000-0x100005fffff 64bit pref]: assigned
[    3.831599] pci 0000:c0:03.4: bridge window [mem 0x10000600000-0x100007fffff 64bit pref]: assigned
[    3.840553] pci 0000:c0:05.1: bridge window [mem 0xc7100000-0xc71fffff]: assigned
[    3.848092] pci 0000:c0:03.1: bridge window [io  0xa000-0xafff]: assigned
[    3.854878] pci 0000:c0:03.2: bridge window [io  0xb000-0xbfff]: assigned
[    3.861663] pci 0000:c0:03.3: bridge window [io  0xc000-0xcfff]: assigned
[    3.868450] pci 0000:c0:03.4: bridge window [io  0xd000-0xdfff]: assigned
[    3.875237] pci 0000:c0:03.1: PCI bridge to [bus c4]
[    3.880201] pci 0000:c0:03.1:   bridge window [io  0xa000-0xafff]
[    3.886298] pci 0000:c0:03.1:   bridge window [mem 0xdb600000-0xdb9fffff]
[    3.893081] pci 0000:c0:03.1:   bridge window [mem 0x10000000000-0x100001fffff 64bit pref]
[    3.901341] pci 0000:c0:03.2: PCI bridge to [bus c5]
[    3.906307] pci 0000:c0:03.2:   bridge window [io  0xb000-0xbfff]
[    3.912400] pci 0000:c0:03.2:   bridge window [mem 0xdb200000-0xdb5fffff]
[    3.919184] pci 0000:c0:03.2:   bridge window [mem 0x10000200000-0x100003fffff 64bit pref]
[    3.927446] pci 0000:c0:03.3: PCI bridge to [bus c6]
[    3.932411] pci 0000:c0:03.3:   bridge window [io  0xc000-0xcfff]
[    3.938505] pci 0000:c0:03.3:   bridge window [mem 0xdae00000-0xdb1fffff]
[    3.945297] pci 0000:c0:03.3:   bridge window [mem 0x10000400000-0x100005fffff 64bit pref]
[    3.953584] pci 0000:c0:03.4: PCI bridge to [bus c7]
[    3.958550] pci 0000:c0:03.4:   bridge window [io  0xd000-0xdfff]
[    3.964641] pci 0000:c0:03.4:   bridge window [mem 0xdaa00000-0xdadfffff]
[    3.971428] pci 0000:c0:03.4:   bridge window [mem 0x10000600000-0x100007fffff 64bit pref]
[    3.979688] pci 0000:c1:00.0: ROM [mem 0xc7100000-0xc713ffff pref]: assigned
[    3.986731] pci 0000:c1:00.1: ROM [mem 0xc7140000-0xc717ffff pref]: assigned
[    3.993777] pci 0000:c0:05.1: PCI bridge to [bus c1]
[    3.998746] pci 0000:c0:05.1:   bridge window [mem 0xc7100000-0xc71fffff]
[    4.005529] pci 0000:c0:05.1:   bridge window [mem 0xc7000000-0xc70fffff 64bit pref]
[    4.013272] pci 0000:c2:00.0: PCI bridge to [bus c3]
[    4.018246] pci 0000:c2:00.0:   bridge window [mem 0xda000000-0xda8fffff]
[    4.025029] pci 0000:c2:00.0:   bridge window [mem 0xc6000000-0xc6ffffff 64bit pref]
[    4.032773] pci 0000:c0:05.2: PCI bridge to [bus c2-c3]
[    4.038004] pci 0000:c0:05.2:   bridge window [mem 0xda000000-0xda8fffff]
[    4.044788] pci 0000:c0:05.2:   bridge window [mem 0xc6000000-0xc6ffffff 64bit pref]
[    4.052531] pci 0000:c0:07.1: PCI bridge to [bus c8]
[    4.057515] pci 0000:c0:07.1:   bridge window [mem 0xdbb00000-0xdbbfffff]
[    4.064301] pci 0000:c0:08.1: PCI bridge to [bus c9]
[    4.069274] pci 0000:c0:08.1:   bridge window [mem 0xdba00000-0xdbafffff]
[    4.076061] pci_bus 0000:c0: resource 4 [io  0xa000-0xffff window]
[    4.082237] pci_bus 0000:c0: resource 5 [mem 0xc6000000-0xe0ffffff window]
[    4.089108] pci_bus 0000:c0: resource 6 [mem 0x10000000000-0x2bf3fffffff window]
[    4.096501] pci_bus 0000:c0: resource 7 [io  0x03b0-0x03df window]
[    4.102680] pci_bus 0000:c0: resource 8 [mem 0x000a0000-0x000bffff window]
[    4.109555] pci_bus 0000:c4: resource 0 [io  0xa000-0xafff]
[    4.115126] pci_bus 0000:c4: resource 1 [mem 0xdb600000-0xdb9fffff]
[    4.121392] pci_bus 0000:c4: resource 2 [mem 0x10000000000-0x100001fffff 64bit pref]
[    4.129132] pci_bus 0000:c5: resource 0 [io  0xb000-0xbfff]
[    4.134703] pci_bus 0000:c5: resource 1 [mem 0xdb200000-0xdb5fffff]
[    4.140971] pci_bus 0000:c5: resource 2 [mem 0x10000200000-0x100003fffff 64bit pref]
[    4.148710] pci_bus 0000:c6: resource 0 [io  0xc000-0xcfff]
[    4.154283] pci_bus 0000:c6: resource 1 [mem 0xdae00000-0xdb1fffff]
[    4.160548] pci_bus 0000:c6: resource 2 [mem 0x10000400000-0x100005fffff 64bit pref]
[    4.168286] pci_bus 0000:c7: resource 0 [io  0xd000-0xdfff]
[    4.173860] pci_bus 0000:c7: resource 1 [mem 0xdaa00000-0xdadfffff]
[    4.180125] pci_bus 0000:c7: resource 2 [mem 0x10000600000-0x100007fffff 64bit pref]
[    4.187864] pci_bus 0000:c1: resource 1 [mem 0xc7100000-0xc71fffff]
[    4.194130] pci_bus 0000:c1: resource 2 [mem 0xc7000000-0xc70fffff 64bit pref]
[    4.201351] pci_bus 0000:c2: resource 1 [mem 0xda000000-0xda8fffff]
[    4.207615] pci_bus 0000:c2: resource 2 [mem 0xc6000000-0xc6ffffff 64bit pref]
[    4.214835] pci_bus 0000:c3: resource 1 [mem 0xda000000-0xda8fffff]
[    4.221102] pci_bus 0000:c3: resource 2 [mem 0xc6000000-0xc6ffffff 64bit pref]
[    4.228320] pci_bus 0000:c8: resource 1 [mem 0xdbb00000-0xdbbfffff]
[    4.234586] pci_bus 0000:c9: resource 1 [mem 0xdba00000-0xdbafffff]
[    4.241400] PCI: CLS 64 bytes, default 64
[    4.245477] Unpacking initramfs...
[    4.247890] AMD-Vi: Using global IVHD EFR:0x841f77e022094ace, EFR2:0x0
[    4.256208] AMD-Vi: IOMMU SNP support enabled.
[    4.260758] pci 0000:c0:00.2: AMD-Vi: IOMMU performance counters supported
[    4.267756] pci 0000:c0:01.0: Adding to iommu group 0
[    4.272877] pci 0000:c0:02.0: Adding to iommu group 1
[    4.278109] pci 0000:c0:03.0: Adding to iommu group 2
[    4.283218] pci 0000:c0:03.1: Adding to iommu group 2
[    4.288326] pci 0000:c0:03.2: Adding to iommu group 2
[    4.293438] pci 0000:c0:03.3: Adding to iommu group 2
[    4.298550] pci 0000:c0:03.4: Adding to iommu group 2
[    4.303666] pci 0000:c0:04.0: Adding to iommu group 3
[    4.308853] pci 0000:c0:05.0: Adding to iommu group 4
[    4.313964] pci 0000:c0:05.1: Adding to iommu group 4
[    4.319073] pci 0000:c0:05.2: Adding to iommu group 4
[    4.324199] pci 0000:c0:07.0: Adding to iommu group 5
[    4.329291] pci 0000:c0:07.1: Adding to iommu group 6
[    4.334407] pci 0000:c0:08.0: Adding to iommu group 7
[    4.339499] pci 0000:c0:08.1: Adding to iommu group 8
[    4.344555] pci 0000:c1:00.0: Adding to iommu group 4
[    4.349616] pci 0000:c1:00.1: Adding to iommu group 4
[    4.354679] pci 0000:c2:00.0: Adding to iommu group 4
[    4.359738] pci 0000:c3:00.0: Adding to iommu group 4
[    4.364842] pci 0000:c8:00.0: Adding to iommu group 9
[    4.369947] pci 0000:c8:00.2: Adding to iommu group 10
[    4.375130] pci 0000:c9:00.0: Adding to iommu group 11
[    4.380313] pci 0000:c9:00.2: Adding to iommu group 12
[    4.390487] pci 0000:80:00.2: AMD-Vi: IOMMU performance counters supported
[    4.397535] pci 0000:80:01.0: Adding to iommu group 13
[    4.402725] pci 0000:80:01.1: Adding to iommu group 13
[    4.407916] pci 0000:80:01.2: Adding to iommu group 13
[    4.413123] pci 0000:80:02.0: Adding to iommu group 14
[    4.418333] pci 0000:80:03.0: Adding to iommu group 15
[    4.423542] pci 0000:80:04.0: Adding to iommu group 16
[    4.428748] pci 0000:80:05.0: Adding to iommu group 17
[    4.433951] pci 0000:80:07.0: Adding to iommu group 18
[    4.439131] pci 0000:80:07.1: Adding to iommu group 19
[    4.444332] pci 0000:80:08.0: Adding to iommu group 20
[    4.449517] pci 0000:80:08.1: Adding to iommu group 21
[    4.454697] pci 0000:80:08.2: Adding to iommu group 22
[    4.459879] pci 0000:83:00.0: Adding to iommu group 23
[    4.465055] pci 0000:83:00.2: Adding to iommu group 24
[    4.470273] pci 0000:84:00.0: Adding to iommu group 25
[    4.475454] pci 0000:84:00.2: Adding to iommu group 26
[    4.480635] pci 0000:85:00.0: Adding to iommu group 27
[    4.491058] pci 0000:40:00.2: AMD-Vi: IOMMU performance counters supported
[    4.498038] pci 0000:40:01.0: Adding to iommu group 28
[    4.503239] pci 0000:40:02.0: Adding to iommu group 29
[    4.508564] pci 0000:40:03.0: Adding to iommu group 30
[    4.513749] pci 0000:40:03.1: Adding to iommu group 30
[    4.518933] pci 0000:40:03.2: Adding to iommu group 30
[    4.524112] pci 0000:40:03.3: Adding to iommu group 30
[    4.529297] pci 0000:40:03.4: Adding to iommu group 30
[    4.534501] pci 0000:40:04.0: Adding to iommu group 31
[    4.539710] pci 0000:40:05.0: Adding to iommu group 32
[    4.544916] pci 0000:40:07.0: Adding to iommu group 33
[    4.550090] pci 0000:40:07.1: Adding to iommu group 34
[    4.555292] pci 0000:40:08.0: Adding to iommu group 35
[    4.560471] pci 0000:40:08.1: Adding to iommu group 36
[    4.565647] pci 0000:45:00.0: Adding to iommu group 37
[    4.570831] pci 0000:45:00.2: Adding to iommu group 38
[    4.576012] pci 0000:46:00.0: Adding to iommu group 39
[    4.581199] pci 0000:46:00.1: Adding to iommu group 40
[    4.586380] pci 0000:46:00.2: Adding to iommu group 41
[    4.591560] pci 0000:46:00.3: Adding to iommu group 42
[    4.596568] Freeing initrd memory: 30724K
[    4.601764] pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
[    4.608735] pci 0000:00:01.0: Adding to iommu group 43
[    4.613937] pci 0000:00:02.0: Adding to iommu group 44
[    4.619142] pci 0000:00:03.0: Adding to iommu group 45
[    4.624319] pci 0000:00:03.2: Adding to iommu group 46
[    4.629521] pci 0000:00:04.0: Adding to iommu group 47
[    4.634730] pci 0000:00:05.0: Adding to iommu group 48
[    4.639938] pci 0000:00:07.0: Adding to iommu group 49
[    4.645121] pci 0000:00:07.1: Adding to iommu group 50
[    4.650332] pci 0000:00:08.0: Adding to iommu group 51
[    4.655511] pci 0000:00:08.1: Adding to iommu group 52
[    4.660749] pci 0000:00:14.0: Adding to iommu group 53
[    4.665926] pci 0000:00:14.3: Adding to iommu group 53
[    4.671325] pci 0000:00:18.0: Adding to iommu group 54
[    4.676499] pci 0000:00:18.1: Adding to iommu group 54
[    4.681675] pci 0000:00:18.2: Adding to iommu group 54
[    4.686862] pci 0000:00:18.3: Adding to iommu group 54
[    4.692039] pci 0000:00:18.4: Adding to iommu group 54
[    4.697213] pci 0000:00:18.5: Adding to iommu group 54
[    4.702389] pci 0000:00:18.6: Adding to iommu group 54
[    4.707571] pci 0000:00:18.7: Adding to iommu group 54
[    4.712755] pci 0000:01:00.0: Adding to iommu group 55
[    4.717937] pci 0000:02:00.0: Adding to iommu group 56
[    4.723119] pci 0000:02:00.2: Adding to iommu group 57
[    4.728301] pci 0000:03:00.0: Adding to iommu group 58
[    4.733485] pci 0000:03:00.2: Adding to iommu group 59
[    4.738667] pci 0000:03:00.3: Adding to iommu group 60
[    4.750363] AMD-Vi: Extended features (0x841f77e022094ace, 0x0): PPR X2APIC NX IA GA PC SNP
[    4.759246] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    4.765687] software IO TLB: mapped [mem 0x000000000459f000-0x000000001459f000] (256MB)
[    4.774962] RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
[    4.782914] RAPL PMU: hw unit of domain package 2^-16 Joules
[    4.788573] LVT offset 0 assigned for vector 0x400
[    4.794390] perf: AMD IBS detected (0x000003ff)
[    4.799921] amd_uncore: 4 amd_df counters detected
[    4.804740] amd_uncore: 6 amd_l3 counters detected
[    4.810678] perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
[    4.817831] perf/amd_iommu: Detected AMD IOMMU #1 (2 banks, 4 counters/bank).
[    4.824979] perf/amd_iommu: Detected AMD IOMMU #2 (2 banks, 4 counters/bank).
[    4.832132] perf/amd_iommu: Detected AMD IOMMU #3 (2 banks, 4 counters/bank).
[    4.839341] kvm_amd: TSC scaling supported
[    4.843441] kvm_amd: Nested Virtualization enabled
[    4.848235] kvm_amd: Nested Paging enabled
[    4.852332] kvm_amd: LBR virtualization supported
[    4.857041] kvm_amd: SEV enabled (ASIDs 101 - 509)
[    4.861832] kvm_amd: SEV-ES enabled (ASIDs 1 - 100)
[    4.866709] kvm_amd: SEV-SNP enabled (ASIDs 1 - 100)
[    4.871821] kvm_amd: Virtual VMLOAD VMSAVE supported
[    4.876792] kvm_amd: Virtual GIF supported
[    4.965640] Initialise system trusted keyrings
[    4.970176] workingset: timestamp_bits=56 max_order=26 bucket_order=0
[    4.976898] NFS: Registering the id_resolver key type
[    4.981953] Key type id_resolver registered
[    4.986135] Key type id_legacy registered
[    4.990188] 9p: Installing v9fs 9p2000 file system support
[    5.007620] Key type asymmetric registered
[    5.011720] Asymmetric key parser 'x509' registered
[    5.016652] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
[    5.024055] io scheduler mq-deadline registered
[    5.028586] io scheduler kyber registered
[    5.033803] pcieport 0000:00:03.2: PME: Signaling with IRQ 34
[    5.039830] pcieport 0000:00:07.1: PME: Signaling with IRQ 36
[    5.045763] pcieport 0000:00:08.1: PME: Signaling with IRQ 37
[    5.051698] pcieport 0000:40:03.1: PME: Signaling with IRQ 38
[    5.057627] pcieport 0000:40:03.2: PME: Signaling with IRQ 39
[    5.063550] pcieport 0000:40:03.3: PME: Signaling with IRQ 40
[    5.069473] pcieport 0000:40:03.4: PME: Signaling with IRQ 41
[    5.075462] pcieport 0000:40:07.1: PME: Signaling with IRQ 43
[    5.081382] pcieport 0000:40:08.1: PME: Signaling with IRQ 44
[    5.087350] pcieport 0000:80:01.1: PME: Signaling with IRQ 45
[    5.093286] pcieport 0000:80:01.2: PME: Signaling with IRQ 46
[    5.099292] pcieport 0000:80:07.1: PME: Signaling with IRQ 48
[    5.105270] pcieport 0000:80:08.1: PME: Signaling with IRQ 50
[    5.111227] pcieport 0000:80:08.2: PME: Signaling with IRQ 51
[    5.117134] pcieport 0000:c0:03.1: PME: Signaling with IRQ 52
[    5.123063] pcieport 0000:c0:03.2: PME: Signaling with IRQ 53
[    5.128975] pcieport 0000:c0:03.3: PME: Signaling with IRQ 54
[    5.134896] pcieport 0000:c0:03.4: PME: Signaling with IRQ 55
[    5.140806] pcieport 0000:c0:05.1: PME: Signaling with IRQ 56
[    5.146690] pcieport 0000:c0:05.2: PME: Signaling with IRQ 57
[    5.152666] pcieport 0000:c0:07.1: PME: Signaling with IRQ 59
[    5.158629] pcieport 0000:c0:08.1: PME: Signaling with IRQ 61
[    5.164856] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[    5.172325] ACPI: button: Power Button [PWRF]
[    5.184944] Estimated ratio of average max frequency by base frequency (times 1024): 1464
[    5.200781] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    5.207164] 00:03: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A
[    5.214621] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    5.222680] Non-volatile memory driver v1.3
[    5.226871] Linux agpgart interface v0.103
[    5.232087] ACPI: bus type drm_connector registered
[    5.257452] loop: module loaded
[    5.270974] ahci 0000:85:00.0: AHCI vers 0001.0301, 32 command slots, 6 Gbps, SATA mode
[    5.278972] ahci 0000:85:00.0: 8/8 ports implemented (port mask 0xff)
[    5.285412] ahci 0000:85:00.0: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part sxs 
[    5.295504] scsi host0: ahci
[    5.298569] scsi host1: ahci
[    5.301623] scsi host2: ahci
[    5.304681] scsi host3: ahci
[    5.307731] scsi host4: ahci
[    5.310778] scsi host5: ahci
[    5.313831] scsi host6: ahci
[    5.316882] scsi host7: ahci
[    5.319827] ata1: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800100 irq 63 lpm-pol 0
[    5.328089] ata2: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800180 irq 63 lpm-pol 0
[    5.336347] ata3: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800200 irq 63 lpm-pol 0
[    5.344606] ata4: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800280 irq 63 lpm-pol 0
[    5.352863] ata5: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800300 irq 63 lpm-pol 0
[    5.361124] ata6: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800380 irq 63 lpm-pol 0
[    5.369382] ata7: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800400 irq 63 lpm-pol 0
[    5.377644] ata8: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800480 irq 63 lpm-pol 0
[    5.386349] tun: Universal TUN/TAP device driver, 1.6
[    5.513257] tg3 0000:c1:00.0 eth0: Tigon3 [partno(BCM95720) rev 5720000] (PCI Express) MAC address d0:8e:79:bb:95:90
[    5.523771] tg3 0000:c1:00.0 eth0: attached PHY is 5720C (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[1])
[    5.533589] tg3 0000:c1:00.0 eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[1] TSOcap[1]
[    5.541413] tg3 0000:c1:00.0 eth0: dma_rwctrl[00000001] dma_mask[64-bit]
[    5.670404] tg3 0000:c1:00.1 eth1: Tigon3 [partno(BCM95720) rev 5720000] (PCI Express) MAC address d0:8e:79:bb:95:91
[    5.680921] tg3 0000:c1:00.1 eth1: attached PHY is 5720C (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[1])
[    5.690740] tg3 0000:c1:00.1 eth1: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[1] TSOcap[1]
[    5.698565] tg3 0000:c1:00.1 eth1: dma_rwctrl[00000001] dma_mask[64-bit]
[    5.705339] e100: Intel(R) PRO/100 Network Driver
[    5.710053] e100: Copyright(c) 1999-2006 Intel Corporation
[    5.715573] e1000: Intel(R) PRO/1000 Network Driver
[    5.720449] e1000: Copyright (c) 1999-2006 Intel Corporation.
[    5.726220] e1000e: Intel(R) PRO/1000 Network Driver
[    5.731185] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[    5.737140] sky2: driver version 1.30
[    5.741224] xhci_hcd 0000:03:00.3: xHCI Host Controller
[    5.746529] xhci_hcd 0000:03:00.3: new USB bus registered, assigned bus number 1
[    5.754022] xhci_hcd 0000:03:00.3: hcc params 0x0260ffe5 hci version 0x110 quirks 0x0000000000000010
[    5.763482] xhci_hcd 0000:03:00.3: xHCI Host Controller
[    5.768753] xhci_hcd 0000:03:00.3: new USB bus registered, assigned bus number 2
[    5.776151] xhci_hcd 0000:03:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[    5.783239] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.11
[    5.789450] ata2: SATA link down (SStatus 0 SControl 300)
[    5.791549] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.791552] usb usb1: Product: xHCI Host Controller
[    5.791554] usb usb1: Manufacturer: Linux 6.11.0-rc5-next-20240830 xhci-hcd
[    5.796974] ata4: SATA link down (SStatus 0 SControl 300)
[    5.804167] usb usb1: SerialNumber: 0000:03:00.3
[    5.809072] ata5: SATA link down (SStatus 0 SControl 300)
[    5.816163] hub 1-0:1.0: USB hub found
[    5.821431] ata3: SATA link down (SStatus 0 SControl 300)
[    5.826033] hub 1-0:1.0: 2 ports detected
[    5.831448] ata6: SATA link down (SStatus 0 SControl 300)
[    5.835726] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    5.840600] ata7: SATA link down (SStatus 0 SControl 300)
[    5.844614] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.11
[    5.850014] ata8: SATA link down (SStatus 0 SControl 300)
[    5.858077] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.863497] ata1: SATA link down (SStatus 0 SControl 300)
[    5.871732] usb usb2: Product: xHCI Host Controller
[    5.888973] tsc: Refined TSC clocksource calibration: 1996.244 MHz
[    5.889805] usb usb2: Manufacturer: Linux 6.11.0-rc5-next-20240830 xhci-hcd
[    5.894723] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x398ca425e4d, max_idle_ns: 881590642098 ns
[    5.900854] usb usb2: SerialNumber: 0000:03:00.3
[    5.922463] clocksource: Switched to clocksource tsc
[    5.922677] hub 2-0:1.0: USB hub found
[    5.931193] hub 2-0:1.0: 2 ports detected
[    5.935811] xhci_hcd 0000:46:00.3: xHCI Host Controller
[    5.941093] xhci_hcd 0000:46:00.3: new USB bus registered, assigned bus number 3
[    5.948591] xhci_hcd 0000:46:00.3: hcc params 0x0260ffe5 hci version 0x110 quirks 0x0000000000000010
[    5.958050] xhci_hcd 0000:46:00.3: xHCI Host Controller
[    5.963328] xhci_hcd 0000:46:00.3: new USB bus registered, assigned bus number 4
[    5.970729] xhci_hcd 0000:46:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[    5.977818] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.11
[    5.986084] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.993314] usb usb3: Product: xHCI Host Controller
[    5.998201] usb usb3: Manufacturer: Linux 6.11.0-rc5-next-20240830 xhci-hcd
[    6.005164] usb usb3: SerialNumber: 0000:46:00.3
[    6.009925] hub 3-0:1.0: USB hub found
[    6.013689] hub 3-0:1.0: 2 ports detected
[    6.018220] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    6.026343] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.11
[    6.034606] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    6.041827] usb usb4: Product: xHCI Host Controller
[    6.046714] usb usb4: Manufacturer: Linux 6.11.0-rc5-next-20240830 xhci-hcd
[    6.053682] usb usb4: SerialNumber: 0000:46:00.3
[    6.058574] hub 4-0:1.0: USB hub found
[    6.062343] hub 4-0:1.0: 2 ports detected
[    6.066959] usbcore: registered new interface driver usblp
[    6.072476] usbcore: registered new interface driver usb-storage
[    6.078568] i8042: PNP: No PS/2 controller found.
[    6.083392] rtc_cmos 00:02: RTC can wake from S4
[    6.088305] rtc_cmos 00:02: registered as rtc0
[    6.092786] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram
[    6.099536] fail to initialize ptp_kvm
[    6.099627] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@lists.linux.dev
[    6.112271] amd_pstate: driver load is disabled, boot with specific mode to enable this
[    6.120522] ccp 0000:46:00.1: no command queues available
[    6.125989] ccp 0000:46:00.1: sev enabled
[    6.130005] ccp 0000:46:00.1: psp enabled
[    6.172050] usb 1-1: new high-speed USB device number 2 using xhci_hcd
[    6.277045] usb 3-1: new high-speed USB device number 2 using xhci_hcd
[    6.306841] usb 1-1: New USB device found, idVendor=0424, idProduct=2744, bcdDevice= 1.21
[    6.315015] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    6.322149] usb 1-1: Product: USB2734
[    6.325813] usb 1-1: Manufacturer: Microchip Tech
[    6.391558] hub 1-1:1.0: USB hub found
[    6.395594] hub 1-1:1.0: 4 ports detected
[    6.409989] usb 3-1: New USB device found, idVendor=1604, idProduct=10c0, bcdDevice= 0.00
[    6.418168] usb 3-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    6.455342] usb 2-1: new SuperSpeed USB device number 2 using xhci_hcd
[    6.473422] usb 2-1: New USB device found, idVendor=0424, idProduct=5744, bcdDevice= 1.21
[    6.481605] usb 2-1: New USB device strings: Mfr=2, Product=3, SerialNumber=0
[    6.488734] usb 2-1: Product: USB5734
[    6.492400] usb 2-1: Manufacturer: Microchip Tech
[    6.497524] hub 3-1:1.0: USB hub found
[    6.501489] hub 3-1:1.0: 4 ports detected
[    6.519470] hub 2-1:1.0: USB hub found
[    6.523258] hub 2-1:1.0: 4 ports detected
[    7.235044] usb 3-1.1: new high-speed USB device number 3 using xhci_hcd
[    7.318995] usb 3-1.1: New USB device found, idVendor=1604, idProduct=10c0, bcdDevice= 0.00
[    7.327344] usb 3-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    7.386203] hub 3-1.1:1.0: USB hub found
[    7.390368] hub 3-1.1:1.0: 4 ports detected
[    7.460045] usb 3-1.2: new high-speed USB device number 4 using xhci_hcd
[    7.557118] usb 3-1.2: New USB device found, idVendor=413c, idProduct=0006, bcdDevice= 0.00
[    7.565490] usb 3-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    7.572795] usb 3-1.2: Product: DRAC 5 Virtual Keyboard and Mouse
[    7.578886] usb 3-1.2: Manufacturer: DELL
[    7.582899] usb 3-1.2: SerialNumber: DELL413C-1
[    7.808044] usb 3-1.4: new high-speed USB device number 5 using xhci_hcd
[    7.891996] usb 3-1.4: New USB device found, idVendor=1604, idProduct=10c0, bcdDevice= 0.00
[    7.900348] usb 3-1.4: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    7.962200] hub 3-1.4:1.0: USB hub found
[    7.966377] hub 3-1.4:1.0: 4 ports detected
[    9.763037] ccp 0000:46:00.1: SEV API:1.55 build:17
[    9.767937] ccp 0000:46:00.1: SEV-SNP API:1.55 build:17
[    9.773192] hid: raw HID events driver (C) Jiri Kosina
[    9.782892] input: DELL DRAC 5 Virtual Keyboard and Mouse as /devices/pci0000:40/0000:40:08.1/0000:46:00.3/usb3/3-1/3-1.2/3-1.2:1.0/0003:413C:0006.0001/input/input1
[    9.797698] hid-generic 0003:413C:0006.0001: input,hidraw0: USB HID v1.01 Mouse [DELL DRAC 5 Virtual Keyboard and Mouse] on usb-0000:46:00.3-1.2/input0
[    9.815775] input: DELL DRAC 5 Virtual Keyboard and Mouse as /devices/pci0000:40/0000:40:08.1/0000:46:00.3/usb3/3-1/3-1.2/3-1.2:1.1/0003:413C:0006.0002/input/input2
[    9.882494] hid-generic 0003:413C:0006.0002: input,hidraw1: USB HID v1.01 Keyboard [DELL DRAC 5 Virtual Keyboard and Mouse] on usb-0000:46:00.3-1.2/input1
[    9.896343] usbcore: registered new interface driver usbhid
[    9.901913] usbhid: USB HID core driver
[    9.906691] xt_time: kernel timezone is -0000
[    9.911116] Initializing XFRM netlink socket
[    9.915432] NET: Registered PF_INET6 protocol family
[    9.922908] modprobe (864) used greatest stack depth: 13288 bytes left
[    9.927826] Segment Routing with IPv6
[    9.933114] In-situ OAM (IOAM) with IPv6
[    9.937057] mip6: Mobile IPv6
[    9.940228] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[    9.946511] NET: Registered PF_PACKET protocol family
[    9.951574] Bridge firewalling registered
[    9.955615] 9pnet: Installing 9P2000 support
[    9.959900] Key type dns_resolver registered
[    9.974872] microcode: Current revision: 0x0a0011d3
[    9.981704] IPI shorthand broadcast: enabled
[    9.992140] sched_clock: Marking stable (9923001401, 69020960)->(12502892569, -2510870208)
[   10.000616] registered taskstats version 1
[   10.004720] Loading compiled-in X.509 certificates
[   10.012557] Demotion targets for Node 0: null
[   10.016915] Demotion targets for Node 1: null
[   10.021602] PM:   Magic number: 8:813:429
[   10.025627] machinecheck machinecheck65: hash matches
[   10.030719] thermal cooling_device21: hash matches
[   10.035572] acpi ACPI0007:67: hash matches
[   10.039676] acpi ACPI0007:3a: hash matches
[   10.043793] printk: legacy console [netcon0] enabled
[   10.048756] netconsole: network logging started
[   10.053435] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[   10.064319] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[   10.070115] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
[   10.077371] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[   10.083097] clk: Disabling unused clocks
[   10.085982] cfg80211: failed to load regulatory.db
[   10.094698] ALSA device list:
[   10.097669]   No soundcards found.
[   10.101734] Freeing unused decrypted memory: 2036K
[   10.107206] Freeing unused kernel image (initmem) memory: 2884K
[   10.113136] Write protecting the kernel read-only data: 28672k
[   10.119570] Freeing unused kernel image (rodata/data gap) memory: 576K
[   10.126104] Run /init as init process
[   10.136668] systemd[1]: systemd 250-12.el9_1 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 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK +XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[   10.168545] systemd[1]: Detected architecture x86-64.
[   10.173599] systemd[1]: Running in initial RAM disk.

Welcome to ^[[0;31mRed Hat Enterprise Linux 9.1 (Plow) dracut-057-13.git20220816.el9 (Initramfs)^[[0m!

[   10.189081] systemd[1]: Hostname set to <hostname.amd.com>.
[   10.226841] mkdir (882) used greatest stack depth: 12952 bytes left
[   10.271016] systemd[1]: Queued start job for default target Initrd Default Target.
[   10.278697] systemd[1]: Reached target Initrd /usr File System.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mInitrd /usr File System^[[0m.
[   10.293084] systemd[1]: Reached target Local File Systems.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mLocal File Systems^[[0m.
[   10.307091] systemd[1]: Reached target Slice Units.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSlice Units^[[0m.
[   10.319084] systemd[1]: Reached target Swaps.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSwaps^[[0m.
[   10.330089] systemd[1]: Reached target Timer Units.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mTimer Units^[[0m.
[   10.342192] systemd[1]: Listening on D-Bus System Message Bus Socket.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mD-Bus System Message Bus Socket^[[0m.
[   10.357246] systemd[1]: Listening on Journal Socket (/dev/log).
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mJournal Socket (/dev/log)^[[0m.
[   10.371133] systemd[1]: Listening on Journal Socket.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mJournal Socket^[[0m.
[   10.383221] systemd[1]: Listening on udev Control Socket.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mudev Control Socket^[[0m.
[   10.397196] systemd[1]: Listening on udev Kernel Socket.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mudev Kernel Socket^[[0m.
[   10.411082] systemd[1]: Reached target Socket Units.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSocket Units^[[0m.
[   10.423125] systemd[1]: Create List of Static Device Nodes was skipped because of a failed condition check (ConditionFileNotEmpty=/lib/modules/6.11.0-rc5-next-20240830/modules.devname).
[   10.439673] systemd[1]: systemd-journald.service: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling.
[   10.452528] systemd[1]: (This warning is only shown for the first unit using IP firewalling.)
[   10.471793] systemd[1]: Starting Journal Service...
         Starting ^[[0;1;39mJournal Service^[[0m...
[   10.483742] systemd[1]: Starting Load Kernel Modules...
         Starting ^[[0;1;39mLoad Kernel Modules^[[0m...
[   10.496932] systemd[1]: Starting Create System Users...
         Starting ^[[0;1;39mCreate System Users^[[0m...
[   10.509758] systemd[1]: Starting Setup Virtual Console...
         Starting ^[[0;1;39mSetup Virtual Console^[[0m...
[   10.522760] systemd[1]: Finished Load Kernel Modules.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mLoad Kernel Modules^[[0m.
[   10.534940] systemd[1]: Starting Apply Kernel Variables...
         Starting ^[[0;1;39mApply Kernel Variables^[[0m...
[   10.547247] systemd[1]: Finished Apply Kernel Variables.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mApply Kernel Variables^[[0m.
[   10.561271] systemd[1]: Finished Setup Virtual Console.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mSetup Virtual Console^[[0m.
[   10.575232] systemd[1]: dracut ask for additional cmdline parameters was skipped because all trigger condition checks failed.
[   10.609125] systemd[1]: Starting dracut cmdline hook...
         Starting ^[[0;1;39mdracut cmdline hook^[[0m...
[   10.621461] systemd[1]: Started Journal Service.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mJournal Service^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate System Users^[[0m.
         Starting ^[[0;1;39mCreate Static Device Nodes in /dev^[[0m...
         Starting ^[[0;1;39mCreate Volatile Files and Directories^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mdracut cmdline hook^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate Static Device Nodes in /dev^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate Volatile Files and Directories^[[0m.
         Starting ^[[0;1;39mdracut pre-udev hook^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mdracut pre-udev hook^[[0m.
         Starting ^[[0;1;39mRule-based Manage…for Device Events and Files^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mRule-based Manager for Device Events and Files^[[0m.
         Starting ^[[0;1;39mColdplug All udev Devices^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mColdplug All udev Devices^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSystem Initialization^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mNetwork^[[0m.
         Starting ^[[0;1;39mdracut initqueue hook^[[0m...
         Starting ^[[0;1;39mShow Plymouth Boot Screen^[[0m...
^[[2J^[[3J^[[-1;-1f[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mShow Plymouth Boot Screen^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mForward Password R…s to Plymouth Directory Watch^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mPath Units^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mBasic System^[[0m.
[  138.032228] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  138.033201] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  138.033247] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  138.033281] dracut-initqueue[1069]: fi"
[  138.034831] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  138.567718] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  138.569163] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  138.569198] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  138.569233] dracut-initqueue[1069]: fi"
[  138.571020] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  139.096770] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  139.097917] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  139.097953] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  139.097982] dracut-initqueue[1069]: fi"
[  139.099696] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  139.623664] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  139.625016] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  139.625051] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  139.625081] dracut-initqueue[1069]: fi"
[  139.626685] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  140.150059] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  140.151114] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  140.151149] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  140.151181] dracut-initqueue[1069]: fi"
[  140.152385] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  140.677386] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  140.678859] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  140.678893] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  140.678923] dracut-initqueue[1069]: fi"
[  140.680578] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  141.207225] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  141.208275] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  141.208312] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  141.208343] dracut-initqueue[1069]: fi"
[  141.209472] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  141.733651] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  141.735085] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  141.735136] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  141.735176] dracut-initqueue[1069]: fi"
[  141.736829] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  142.262855] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  142.263915] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  142.263950] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  142.263979] dracut-initqueue[1069]: fi"
[  142.265715] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  142.789395] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  142.790859] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  142.790893] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  142.790924] dracut-initqueue[1069]: fi"
[  142.792654] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  143.320139] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  143.321154] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  143.321193] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  143.321223] dracut-initqueue[1069]: fi"
[  143.322396] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  143.848375] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  143.849912] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  143.849945] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  143.849975] dracut-initqueue[1069]: fi"
[  143.851801] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  144.375058] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  144.376153] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  144.376191] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  144.376221] dracut-initqueue[1069]: fi"
[  144.377572] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  144.901429] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  144.902984] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  144.903042] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  144.903078] dracut-initqueue[1069]: fi"
[  144.904664] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  145.428902] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  145.429930] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  145.429967] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  145.429997] dracut-initqueue[1069]: fi"
[  145.431176] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  145.954457] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  145.955923] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  145.955958] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  145.955987] dracut-initqueue[1069]: fi"
[  145.957627] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  146.483110] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  146.484353] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  146.484388] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  146.484418] dracut-initqueue[1069]: fi"
[  146.485751] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  147.009379] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  147.010833] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  147.010871] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  147.010901] dracut-initqueue[1069]: fi"
[  147.012619] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  147.537908] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  147.538998] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  147.539048] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  147.539077] dracut-initqueue[1069]: fi"
[  147.540862] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  148.064386] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  148.065864] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  148.065897] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  148.065931] dracut-initqueue[1069]: fi"
[  148.067634] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  148.592755] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  148.593829] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  148.593864] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  148.593895] dracut-initqueue[1069]: fi"
[  148.595624] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  149.120390] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  149.121988] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  149.122039] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  149.122073] dracut-initqueue[1069]: fi"
[  149.123594] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  149.648921] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  149.649970] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  149.650012] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  149.650047] dracut-initqueue[1069]: fi"
[  149.651610] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  150.174640] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  150.176206] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  150.176249] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  150.176298] dracut-initqueue[1069]: fi"
[  150.177892] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  150.701074] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  150.702308] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  150.702344] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  150.702374] dracut-initqueue[1069]: fi"
[  150.703834] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  151.227365] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  151.228881] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  151.228915] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  151.228947] dracut-initqueue[1069]: fi"
[  151.230113] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  151.757569] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  151.758725] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  151.758760] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  151.758790] dracut-initqueue[1069]: fi"
[  151.760409] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  152.285423] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  152.287383] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  152.287423] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  152.287458] dracut-initqueue[1069]: fi"
[  152.288694] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  152.813888] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  152.814916] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  152.814951] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  152.814981] dracut-initqueue[1069]: fi"
[  152.816689] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  153.340360] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  153.341880] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  153.341914] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  153.341945] dracut-initqueue[1069]: fi"
[  153.343220] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  153.868830] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  153.869851] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  153.869885] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  153.869914] dracut-initqueue[1069]: fi"
[  153.871684] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  154.394604] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  154.395987] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  154.396055] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  154.396090] dracut-initqueue[1069]: fi"
[  154.397710] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  154.923125] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  154.924147] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  154.924183] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  154.924211] dracut-initqueue[1069]: fi"
[  154.925682] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  155.449380] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  155.450923] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  155.450957] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  155.450986] dracut-initqueue[1069]: fi"
[  155.452191] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  155.976689] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  155.977809] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  155.977846] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  155.977875] dracut-initqueue[1069]: fi"
[  155.979582] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  156.503434] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  156.504863] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  156.504896] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  156.504925] dracut-initqueue[1069]: fi"
[  156.506564] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  157.031733] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  157.032873] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  157.032912] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  157.032942] dracut-initqueue[1069]: fi"
[  157.034582] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  157.559492] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  157.561040] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  157.561076] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  157.561108] dracut-initqueue[1069]: fi"
[  157.562746] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  158.088999] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  158.090081] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  158.090120] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  158.090156] dracut-initqueue[1069]: fi"
[  158.091747] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  158.616355] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  158.617852] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  158.617885] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  158.617914] dracut-initqueue[1069]: fi"
[  158.619632] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  159.142957] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  159.144032] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  159.144068] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  159.144097] dracut-initqueue[1069]: fi"
[  159.145754] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  159.670383] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  159.671811] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  159.671845] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  159.671874] dracut-initqueue[1069]: fi"
[  159.673606] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  160.196977] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  160.198052] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  160.198087] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  160.198117] dracut-initqueue[1069]: fi"
[  160.199838] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  160.725991] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  160.727622] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  160.727656] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  160.727686] dracut-initqueue[1069]: fi"
[  160.728772] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  161.254284] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  161.255353] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  161.255387] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  161.255415] dracut-initqueue[1069]: fi"
[  161.256831] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  161.779869] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  161.781497] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  161.781532] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  161.781561] dracut-initqueue[1069]: fi"
[  161.782681] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  162.306967] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  162.307972] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  162.308010] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  162.308045] dracut-initqueue[1069]: fi"
[  162.309436] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  162.834496] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  162.835857] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  162.835890] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  162.835934] dracut-initqueue[1069]: fi"
[  162.837626] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  163.362869] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  163.364252] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  163.364310] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  163.364338] dracut-initqueue[1069]: fi"
[  163.365933] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  163.890583] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  163.891904] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  163.891937] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  163.891969] dracut-initqueue[1069]: fi"
[  163.893670] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  164.417951] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  164.419097] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  164.419136] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  164.419165] dracut-initqueue[1069]: fi"
[  164.420447] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  164.946865] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  164.948097] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  164.948130] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  164.948158] dracut-initqueue[1069]: fi"
[  164.949495] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  165.475885] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  165.477124] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  165.477160] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  165.477188] dracut-initqueue[1069]: fi"
[  165.478819] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  166.001694] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  166.002896] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  166.002930] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  166.002960] dracut-initqueue[1069]: fi"
[  166.004295] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  166.529784] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  166.530856] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  166.530890] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  166.530919] dracut-initqueue[1069]: fi"
[  166.532502] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  167.055572] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  167.056958] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  167.057021] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  167.057051] dracut-initqueue[1069]: fi"
[  167.058658] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  167.581755] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  167.582952] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  167.582986] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  167.583029] dracut-initqueue[1069]: fi"
[  167.584353] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  168.111085] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  168.112642] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  168.112782] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  168.112806] dracut-initqueue[1069]: fi"
[  168.114430] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  168.638941] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  168.640224] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  168.640256] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  168.640281] dracut-initqueue[1069]: fi"
[  168.641767] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  169.166396] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  169.168040] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  169.168076] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  169.168110] dracut-initqueue[1069]: fi"
[  169.169501] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  169.695353] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  169.696536] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  169.696567] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  169.696592] dracut-initqueue[1069]: fi"
[  169.697782] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  170.222405] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  170.223790] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  170.223836] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  170.223862] dracut-initqueue[1069]: fi"
[  170.225441] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  170.751188] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  170.752305] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  170.752335] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  170.752359] dracut-initqueue[1069]: fi"
[  170.753576] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  171.277574] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  171.279156] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  171.279187] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  171.279212] dracut-initqueue[1069]: fi"
[  171.280498] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  171.804852] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  171.805990] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  171.806034] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  171.806059] dracut-initqueue[1069]: fi"
[  171.807679] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  172.331605] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  172.333012] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  172.333040] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  172.333071] dracut-initqueue[1069]: fi"
[  172.334291] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  172.859699] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  172.860750] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  172.860780] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  172.860804] dracut-initqueue[1069]: fi"
[  172.861958] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  173.386695] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  173.388033] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  173.388062] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  173.388092] dracut-initqueue[1069]: fi"
[  173.389659] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  173.913833] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  173.914859] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  173.914890] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  173.914914] dracut-initqueue[1069]: fi"
[  173.916583] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  174.440637] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  174.441969] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  174.441999] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  174.442041] dracut-initqueue[1069]: fi"
[  174.443366] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  174.968702] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  174.969731] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  174.969779] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  174.969807] dracut-initqueue[1069]: fi"
[  174.971417] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  175.494359] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  175.495863] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  175.495896] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  175.495926] dracut-initqueue[1069]: fi"
[  175.497581] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  176.022175] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  176.023087] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  176.023117] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  176.023142] dracut-initqueue[1069]: fi"
[  176.024344] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  176.549802] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  176.551466] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  176.551494] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  176.551518] dracut-initqueue[1069]: fi"
[  176.553176] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  177.079245] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  177.080306] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  177.080339] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  177.080365] dracut-initqueue[1069]: fi"
[  177.081578] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  177.604357] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  177.605809] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  177.605838] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  177.605865] dracut-initqueue[1069]: fi"
[  177.607343] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  178.131842] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  178.132807] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  178.132838] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  178.132862] dracut-initqueue[1069]: fi"
[  178.134667] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  178.659543] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  178.660967] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  178.660996] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  178.661037] dracut-initqueue[1069]: fi"
[  178.662323] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  179.186042] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  179.187259] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  179.187290] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  179.187314] dracut-initqueue[1069]: fi"
[  179.188594] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  179.712582] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  179.713880] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  179.713910] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  179.713936] dracut-initqueue[1069]: fi"
[  179.715661] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  180.240927] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  180.242253] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  180.242285] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  180.242309] dracut-initqueue[1069]: fi"
[  180.243534] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  180.769367] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  180.770739] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  180.770773] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  180.770804] dracut-initqueue[1069]: fi"
[  180.772368] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  181.298036] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  181.299069] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  181.299104] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  181.299129] dracut-initqueue[1069]: fi"
[  181.300697] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  181.823452] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  181.824852] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  181.824906] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  181.824932] dracut-initqueue[1069]: fi"
[  181.826651] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  182.353288] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  182.354497] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  182.354528] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  182.354557] dracut-initqueue[1069]: fi"
[  182.356344] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  182.879518] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  182.880836] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  182.880864] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  182.880888] dracut-initqueue[1069]: fi"
[  182.882567] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  183.405928] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  183.406928] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  183.406960] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  183.406989] dracut-initqueue[1069]: fi"
[  183.408350] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  183.931366] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  183.932881] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  183.932916] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  183.932946] dracut-initqueue[1069]: fi"
[  183.934599] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  184.461041] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  184.462183] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  184.462214] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  184.462239] dracut-initqueue[1069]: fi"
[  184.463533] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  184.987602] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  184.988896] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  184.988925] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  184.988950] dracut-initqueue[1069]: fi"
[  184.990601] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  185.515925] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  185.517115] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  185.517151] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  185.517176] dracut-initqueue[1069]: fi"
[  185.518591] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  186.041507] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  186.042846] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  186.042875] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  186.042899] dracut-initqueue[1069]: fi"
[  186.044561] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  186.571202] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  186.572270] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  186.572302] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  186.572328] dracut-initqueue[1069]: fi"
[  186.573628] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  187.098906] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  187.100482] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  187.100513] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  187.100539] dracut-initqueue[1069]: fi"
[  187.102241] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  187.626110] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  187.627227] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  187.627259] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  187.627283] dracut-initqueue[1069]: fi"
[  187.628626] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  188.151555] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  188.152855] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  188.152885] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  188.152909] dracut-initqueue[1069]: fi"
[  188.154452] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  188.678033] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  188.678837] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  188.678869] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  188.678893] dracut-initqueue[1069]: fi"
[  188.680071] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  189.203689] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  189.205335] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  189.205370] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  189.205396] dracut-initqueue[1069]: fi"
[  189.207023] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  189.730899] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  189.731830] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  189.731861] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  189.731886] dracut-initqueue[1069]: fi"
[  189.733423] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  190.258614] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  190.260084] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  190.260117] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  190.260142] dracut-initqueue[1069]: fi"
[  190.261691] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  190.787882] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  190.788757] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  190.788791] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  190.788815] dracut-initqueue[1069]: fi"
[  190.790505] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  191.315539] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  191.317069] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  191.317099] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  191.317128] dracut-initqueue[1069]: fi"
[  191.318634] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  191.841921] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  191.843066] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  191.843098] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  191.843126] dracut-initqueue[1069]: fi"
[  191.844593] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  192.370814] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  192.372368] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  192.372397] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  192.372421] dracut-initqueue[1069]: fi"
[  192.374077] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  192.896943] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  192.897843] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  192.897873] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  192.897898] dracut-initqueue[1069]: fi"
[  192.899515] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  193.424606] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  193.426188] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  193.426219] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  193.426243] dracut-initqueue[1069]: fi"
[  193.427547] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  193.950905] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  193.951783] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  193.951815] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  193.951839] dracut-initqueue[1069]: fi"
[  193.953390] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  194.478647] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  194.479841] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  194.479871] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  194.479895] dracut-initqueue[1069]: fi"
[  194.481349] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  195.005415] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  195.006528] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  195.006559] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  195.006586] dracut-initqueue[1069]: fi"
[  195.008330] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  195.532711] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  195.534202] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  195.534233] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  195.534257] dracut-initqueue[1069]: fi"
[  195.536042] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  196.060712] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  196.061708] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  196.061741] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  196.061767] dracut-initqueue[1069]: fi"
[  196.063332] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  196.587513] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  196.588768] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  196.588797] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  196.588820] dracut-initqueue[1069]: fi"
[  196.590470] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  197.113833] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  197.114717] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  197.114748] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  197.114773] dracut-initqueue[1069]: fi"
[  197.116318] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  197.640746] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  197.642395] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  197.642532] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  197.642556] dracut-initqueue[1069]: fi"
[  197.644150] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  198.169076] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  198.170326] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  198.170360] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  198.170385] dracut-initqueue[1069]: fi"
[  198.172206] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  198.697655] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  198.699286] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  198.699316] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  198.699340] dracut-initqueue[1069]: fi"
[  198.700623] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  199.226133] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  199.227144] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  199.227174] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  199.227204] dracut-initqueue[1069]: fi"
[  199.228427] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  199.751505] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  199.753071] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  199.753101] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  199.753129] dracut-initqueue[1069]: fi"
[  199.754431] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  200.279060] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  200.280318] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  200.280350] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  200.280375] dracut-initqueue[1069]: fi"
[  200.281986] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  200.804490] dracut-initqueue[1069]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[  200.805916] dracut-initqueue[1069]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2frhel_hostname-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then
[  200.805945] dracut-initqueue[1069]:     [ -e "/dev/mapper/rhel_hostname-root" ]
[  200.805969] dracut-initqueue[1069]: fi"
[  200.807600] dracut-initqueue[1069]: Warning: dracut-initqueue: starting timeout scripts
[  200.807744] dracut-initqueue[1069]: Warning: Could not boot.
         Starting ^[[0;1;39mDracut Emergency Shell^[[0m...
Warning: /dev/mapper/rhel_hostname-root does not exist

Generating "/run/initramfs/rdsosreport.txt"


Entering emergency mode. Exit the shell to continue.
Type "journalctl" to view system logs.
You might want to save "/run/initramfs/rdsosreport.txt" to a USB stick or /boot
after mounting them and attach it to a bug report.


^[[?2004hdracut:/# ^[[c^[[2J^[[01;01H^[[=3h^[[2J^[[01;01HKEY MAPPING FOR CONSOLE REDIRECTION:

Use the <ESC><1> key sequence for <F1>
Use the <ESC><2> key sequence for <F2>
Use the <ESC><3> key sequence for <F3>
Use the <ESC><0> key sequence for <F10>
Use the <ESC><!> key sequence for <F11>
Use the <ESC><@> key sequence for <F12>

Use the <ESC><Ctrl><M> key sequence for <Ctrl><M>
Use the <ESC><Ctrl><H> key sequence for <Ctrl><H>
Use the <ESC><Ctrl><I> key sequence for <Ctrl><I>
Use the <ESC><Ctrl><J> key sequence for <Ctrl><J>

Use the <ESC><X><X> key sequence for <Alt><x>, where x is any letter
key, and X is the upper case of that key

Use the <ESC><R><ESC><r><ESC><R> key sequence for <Ctrl><Alt><Del>

Press the spacebar to pause...
Initializing PCIe, USB, and Video... Done
PowerEdge R6515
BIOS Version: 2.14.1
Console Redirection Enabled Requested by iDRAC

F2	 = System Setup
F10	 = Lifecycle Controller (Config
	   iDRAC, Update FW, Install OS)
F11	 = Boot Manager
F12	 = PXE Boot
iDRAC IPV4:  10.86.18.202 [Dedicated]
                                
Initializing Firmware Interfaces...
 





Enumerating Boot options...
Enumerating Boot options... Done
Loading Lifecycle Controller Drivers...
Loading Lifecycle Controller Drivers...Done
Lifecycle Controller: Collecting System Inventory...

iDRAC IPV4:  10.86.18.202 [Dedicated]

^[[2J^[[01;01HLifecycle Controller: Done
Booting...
^[[2J^[[01;01HBooting from Integrated Storage Controller 1: Red Hat Enterprise Linux
^[[0m^[[30m^[[40m^[[2J^[[01;01H^[[0m^[[37m^[[40m^[[20;07HUse the ^ and v keys to change the selection.                       
\r      Press 'e' to edit the selected item, or 'c' for a command prompt.   
\r      Press Escape to return to the previous menu.                        ^[[04;80H ^[[0m^[[30m^[[47m^[[04;01H      Red Hat Enterprise Linux (6.11.0-rc5-next-20240830) 9.1 (Plow)           ^[[0m^[[37m^[[40m^[[04;79H^[[05;01H      Red Hat Enterprise Linux (6.11.0-rc4-d2bafcf224-d2bafcf224f) 9.1 (Plow)  ^[[05;79H^[[06;01H      Red Hat Enterprise Linux (6.11.0-rc3-df6cbc62cc-df6cbc6) 9.1 (Plow)      ^[[06;79H^[[07;01H      Red Hat Enterprise Linux (6.11.0-rc2-5189dafa4c-5189daf) 9.1 (Plow)      ^[[07;79H^[[08;01H      Red Hat Enterprise Linux (6.11.0-rc1-d3426a6ed9-d3426a6) 9.1 (Plow)      ^[[08;79H^[[09;01H      Red Hat Enterprise Linux (6.11.0-rc1) 9.1 (Plow)                         ^[[09;79H^[[10;01H      Red Hat Enterprise Linux (6.9.0-rc20ecaefb303) 9.1 (Plow)                ^[[10;79H^[[11;01H      Red Hat Enterprise Linux (5.14.0-162.6.1.el9_1.x86_64) 9.1 (Plow)        ^[[11;79H^[[12;01H      Red Hat Enterprise Linux (0-rescue-8f37f8055146469d8baec3ad508b0084) 9.1>
\r^[[13;01H^[[12;79H^[[13;01H      UEFI Firmware Settings                                                   ^[[13;79H^[[14;01H                                                                               ^[[14;79H^[[15;01H                                                                               ^[[15;79H^[[16;01H                                                                               ^[[16;79H^[[17;01H                                                                               ^[[17;79H^[[18;01H                                                                               ^[[18;79H^[[18;80H ^[[04;79H^[[23;01H   The selected entry will be started automatically in 5s.                     ^[[04;79H^[[23;01H                                                                               ^[[24;01H                                                                               ^[[04;79H^[[04;01H      Red Hat Enterprise Linux (6.11.0-rc5-next-20240830) 9.1 (Plow)           ^[[04;79H^[[0m^[[30m^[[47m^[[05;01H      Red Hat Enterprise Linux (6.11.0-rc4-d2bafcf224-d2bafcf224f) 9.1 (Plow)  ^[[0m^[[37m^[[40m^[[05;79H^[[05;01H      Red Hat Enterprise Linux (6.11.0-rc4-d2bafcf224-d2bafcf224f) 9.1 (Plow)  ^[[05;79H^[[0m^[[30m^[[47m^[[06;01H      Red Hat Enterprise Linux (6.11.0-rc3-df6cbc62cc-df6cbc6) 9.1 (Plow)      ^[[0m^[[37m^[[40m^[[06;79H^[[06;01H      Red Hat Enterprise Linux (6.11.0-rc3-df6cbc62cc-df6cbc6) 9.1 (Plow)      ^[[06;79H^[[0m^[[30m^[[47m^[[07;01H      Red Hat Enterprise Linux (6.11.0-rc2-5189dafa4c-5189daf) 9.1 (Plow)      ^[[0m^[[37m^[[40m^[[07;79H^[[07;01H      Red Hat Enterprise Linux (6.11.0-rc2-5189dafa4c-5189daf) 9.1 (Plow)      ^[[07;79H^[[0m^[[30m^[[47m^[[08;01H      Red Hat Enterprise Linux (6.11.0-rc1-d3426a6ed9-d3426a6) 9.1 (Plow)      ^[[0m^[[37m^[[40m^[[08;79H^[[08;01H      Red Hat Enterprise Linux (6.11.0-rc1-d3426a6ed9-d3426a6) 9.1 (Plow)      ^[[08;79H^[[0m^[[30m^[[47m^[[09;01H      Red Hat Enterprise Linux (6.11.0-rc1) 9.1 (Plow)                         ^[[0m^[[37m^[[40m^[[09;79H^[[09;01H      Red Hat Enterprise Linux (6.11.0-rc1) 9.1 (Plow)                         ^[[09;79H^[[0m^[[30m^[[47m^[[10;01H      Red Hat Enterprise Linux (6.9.0-rc20ecaefb303) 9.1 (Plow)                ^[[0m^[[37m^[[40m^[[10;79H^[[10;01H      Red Hat Enterprise Linux (6.9.0-rc20ecaefb303) 9.1 (Plow)                ^[[10;79H^[[0m^[[30m^[[47m^[[11;01H      Red Hat Enterprise Linux (5.14.0-162.6.1.el9_1.x86_64) 9.1 (Plow)        ^[[0m^[[37m^[[40m^[[11;79H^[[0m^[[30m^[[40m^[[2J^[[01;01H^[[0m^[[37m^[[40m^[[0m^[[30m^[[40m^[[2J^[[01;01H^[[0m^[[37m^[[40m[    0.000000] Linux version 5.14.0-162.6.1.el9_1.x86_64 (mockbuild@x86-vm-07.build.eng.bos.redhat.com) (gcc (GCC) 11.3.1 20220421 (Red Hat 11.3.1-2), GNU ld version 2.35.2-24.el9) #1 SMP PREEMPT_DYNAMIC Fri Sep 30 07:36:03 EDT 2022
[    0.000000] The list of certified hardware and cloud instances for Red Hat Enterprise Linux 9 can be viewed at the Red Hat Ecosystem Catalog, https://catalog.redhat.com.
[    0.000000] Command line: BOOT_IMAGE=(hd0,gpt6)/vmlinuz-5.14.0-162.6.1.el9_1.x86_64 root=/dev/mapper/rhel_hostname-root ro selinux=0 console=ttyS0,115200n8 earlyprintk=ttyS0,115200 net.ifnames=0 biosdevname=0 swiotlb=131072 kvm_amd.debug_swap=0 mem_encrypt=off
[    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: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: xstate_offset[9]:  832, xstate_sizes[9]:    8
[    0.000000] x86/fpu: Enabled xstate features 0x207, context size is 840 bytes, using 'compacted' format.
[    0.000000] signal: max sigframe size: 3376
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000008efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000008f000-0x000000000008ffff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000000090000-0x000000000009ffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000015dfffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000015e00000-0x00000000566fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000056700000-0x00000000567fbfff] usable
[    0.000000] BIOS-e820: [mem 0x00000000567fc000-0x00000000567fcfff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000567fd000-0x000000005a14afff] usable
[    0.000000] BIOS-e820: [mem 0x000000005a14b000-0x000000005a34afff] reserved
[    0.000000] BIOS-e820: [mem 0x000000005a34b000-0x0000000067acefff] usable
[    0.000000] BIOS-e820: [mem 0x0000000067acf000-0x000000006dfcefff] reserved
[    0.000000] BIOS-e820: [mem 0x000000006dfcf000-0x000000006edfefff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000006edff000-0x000000006effefff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000006efff000-0x000000006effffff] usable
[    0.000000] BIOS-e820: [mem 0x000000006f000000-0x000000006f00afff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000006f00b000-0x000000006fffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000070000000-0x000000008fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000aa000000-0x00000000aaffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000c5000000-0x00000000c5ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000e0ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fd000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000207fcfffff] usable
[    0.000000] BIOS-e820: [mem 0x000000207fd00000-0x000000207fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000002080000000-0x000000407f1fffff] usable
[    0.000000] BIOS-e820: [mem 0x000000407f200000-0x000000407fffffff] reserved
[    0.000000] printk: bootconsole [earlyser0] enabled
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] extended physical RAM map:
[    0.000000] reserve setup_data: [mem 0x0000000000000000-0x000000000008efff] usable
[    0.000000] reserve setup_data: [mem 0x000000000008f000-0x000000000008ffff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x0000000000090000-0x000000000009ffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000000100000-0x0000000000b4b01f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000b4b020-0x0000000000b5305f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000b53060-0x0000000000b5401f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000b54020-0x0000000000b8645f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000b86460-0x0000000000b8701f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000b87020-0x0000000000bb945f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000bb9460-0x0000000000bba01f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000bba020-0x0000000000bffe5f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000bffe60-0x0000000015dfffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000015e00000-0x00000000566fffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000056700000-0x00000000567fbfff] usable
[    0.000000] reserve setup_data: [mem 0x00000000567fc000-0x00000000567fcfff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000567fd000-0x000000005a14afff] usable
[    0.000000] reserve setup_data: [mem 0x000000005a14b000-0x000000005a34afff] reserved
[    0.000000] reserve setup_data: [mem 0x000000005a34b000-0x0000000067acefff] usable
[    0.000000] reserve setup_data: [mem 0x0000000067acf000-0x000000006dfcefff] reserved
[    0.000000] reserve setup_data: [mem 0x000000006dfcf000-0x000000006edfefff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x000000006edff000-0x000000006effefff] ACPI data
[    0.000000] reserve setup_data: [mem 0x000000006efff000-0x000000006effffff] usable
[    0.000000] reserve setup_data: [mem 0x000000006f000000-0x000000006f00afff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x000000006f00b000-0x000000006fffffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000070000000-0x000000008fffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000aa000000-0x00000000aaffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000c5000000-0x00000000c5ffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000e0000000-0x00000000e0ffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fd000000-0x00000000ffffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000207fcfffff] usable
[    0.000000] reserve setup_data: [mem 0x000000207fd00000-0x000000207fffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000002080000000-0x000000407f1fffff] usable
[    0.000000] reserve setup_data: [mem 0x000000407f200000-0x000000407fffffff] reserved
[    0.000000] efi: EFI v2.70 by Dell Inc.
[    0.000000] efi: ACPI=0x6effe000 ACPI 2.0=0x6effe014 MEMATTR=0x60baaaa0 SMBIOS=0x6979e000 SMBIOS 3.0=0x6979c000 MOKvar=0x67bcc000 RNG=0x67b3efa0 
[    0.000000] efi: seeding entropy pool
[    0.000000] secureboot: Secure boot disabled
[    0.000000] SMBIOS 3.3.0 present.
[    0.000000] DMI: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 1996.302 MHz processor
[    0.000024] last_pfn = 0x407f200 max_arch_pfn = 0x400000000
[    0.006230] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Memory KASLR using RDRAND RDTSC...
[    0.016344] x2apic: enabled by BIOS, switching to x2apic ops
[    0.021978] last_pfn = 0x70000 max_arch_pfn = 0x400000000
[    0.031367] Using GB pages for direct mapping
[    0.036227] secureboot: Secure boot disabled
[    0.040315] RAMDISK: [mem 0x407ceef000-0x407f1fffff]
[    0.045256] ACPI: Early table checksum verification disabled
[    0.050889] ACPI: RSDP 0x000000006EFFE014 000024 (v02 DELL  )
[    0.056607] ACPI: XSDT 0x000000006EFB7188 0000DC (v01 DELL   PE_SC3   00000002 DELL 00000001)
[    0.065103] ACPI: FACP 0x000000006EFF9000 000114 (v06 DELL   PE_SC3   00000002 DELL 00000001)
[    0.073595] ACPI: DSDT 0x000000006EFDA000 019528 (v02 DELL   PE_SC3   00000002 DELL 00000001)
[    0.082086] ACPI: FACS 0x000000006EDB9000 000040
[    0.086679] ACPI: BERT 0x000000006EFFC000 000030 (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.095172] ACPI: ERST 0x000000006EFFB000 000230 (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.103665] ACPI: HEST 0x000000006EFFA000 0007F4 (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.112159] ACPI: HPET 0x000000006EFF8000 000038 (v01 DELL   PE_SC3   00000002 DELL 00000001)
[    0.120659] ACPI: APIC 0x000000006EFF6000 0018BE (v05 DELL   PE_SC3   00000002 DELL 00000001)
[    0.129152] ACPI: MCFG 0x000000006EFF5000 00003C (v01 DELL   PE_SC3   00000002 DELL 00000001)
[    0.137645] ACPI: WSMT 0x000000006EFF4000 000028 (v01 DELL   PE_SC3   00000002 DELL 00000001)
[    0.146137] ACPI: SSDT 0x000000006EFD9000 000629 (v02 DELL   xhc_port 00000001 INTL 20210331)
[    0.154630] ACPI: SSDT 0x000000006EFD8000 000D6E (v02 AMD    CPMRAS   00000001 INTL 20210331)
[    0.163124] ACPI: EINJ 0x000000006EFD7000 000170 (v01 AMD    PE_SC3   00000001 AMD  00000001)
[    0.171617] ACPI: PCCT 0x000000006EFD6000 00006E (v02 DELL   AmdTable 00000001 AMD  00000001)
[    0.180109] ACPI: SSDT 0x000000006EFC7000 00E849 (v02 DELL   PE_SC3   00000001 AMD  00000001)
[    0.188602] ACPI: SRAT 0x000000006EFC6000 000CD0 (v03 DELL   PE_SC3   00000001 AMD  00000001)
[    0.197095] ACPI: MSCT 0x000000006EFC5000 00004E (v01 DELL   PE_SC3   00000000 AMD  00000001)
[    0.205588] ACPI: SLIT 0x000000006EFC4000 000030 (v01 DELL   PE_SC3   00000001 AMD  00000001)
[    0.214082] ACPI: CRAT 0x000000006EFBC000 0072F8 (v01 DELL   PE_SC3   00000001 AMD  00000001)
[    0.222575] ACPI: CDIT 0x000000006EFBB000 00002C (v01 DELL   PE_SC3   00000001 AMD  00000001)
[    0.231067] ACPI: IVRS 0x000000006EFBA000 0001F0 (v02 DELL   PE_SC3   00000001 AMD  00000001)
[    0.239560] ACPI: SPCR 0x000000006EFB9000 000050 (v02 DELL   PE_SC3   00000002 DELL 00000001)
[    0.248053] ACPI: SLIC 0x000000006EFB8000 000176 (v01 DELL   PE_SC3   00000002 DELL 00000001)
[    0.256545] ACPI: SSDT 0x000000006EFFD000 000D66 (v02 DELL   PE_SC3   00000002 DELL 00000001)
[    0.265039] ACPI: SSDT 0x000000006EFB5000 00193C (v02 AMD    CPMCMN   00000001 INTL 20210331)
[    0.273531] ACPI: Reserving FACP table memory at [mem 0x6eff9000-0x6eff9113]
[    0.280551] ACPI: Reserving DSDT table memory at [mem 0x6efda000-0x6eff3527]
[    0.287570] ACPI: Reserving FACS table memory at [mem 0x6edb9000-0x6edb903f]
[    0.294590] ACPI: Reserving BERT table memory at [mem 0x6effc000-0x6effc02f]
[    0.301609] ACPI: Reserving ERST table memory at [mem 0x6effb000-0x6effb22f]
[    0.308629] ACPI: Reserving HEST table memory at [mem 0x6effa000-0x6effa7f3]
[    0.315649] ACPI: Reserving HPET table memory at [mem 0x6eff8000-0x6eff8037]
[    0.322668] ACPI: Reserving APIC table memory at [mem 0x6eff6000-0x6eff78bd]
[    0.329688] ACPI: Reserving MCFG table memory at [mem 0x6eff5000-0x6eff503b]
[    0.336708] ACPI: Reserving WSMT table memory at [mem 0x6eff4000-0x6eff4027]
[    0.343727] ACPI: Reserving SSDT table memory at [mem 0x6efd9000-0x6efd9628]
[    0.350748] ACPI: Reserving SSDT table memory at [mem 0x6efd8000-0x6efd8d6d]
[    0.357767] ACPI: Reserving EINJ table memory at [mem 0x6efd7000-0x6efd716f]
[    0.364786] ACPI: Reserving PCCT table memory at [mem 0x6efd6000-0x6efd606d]
[    0.371806] ACPI: Reserving SSDT table memory at [mem 0x6efc7000-0x6efd5848]
[    0.378826] ACPI: Reserving SRAT table memory at [mem 0x6efc6000-0x6efc6ccf]
[    0.385845] ACPI: Reserving MSCT table memory at [mem 0x6efc5000-0x6efc504d]
[    0.392865] ACPI: Reserving SLIT table memory at [mem 0x6efc4000-0x6efc402f]
[    0.399884] ACPI: Reserving CRAT table memory at [mem 0x6efbc000-0x6efc32f7]
[    0.406905] ACPI: Reserving CDIT table memory at [mem 0x6efbb000-0x6efbb02b]
[    0.413923] ACPI: Reserving IVRS table memory at [mem 0x6efba000-0x6efba1ef]
[    0.420942] ACPI: Reserving SPCR table memory at [mem 0x6efb9000-0x6efb904f]
[    0.427963] ACPI: Reserving SLIC table memory at [mem 0x6efb8000-0x6efb8175]
[    0.434982] ACPI: Reserving SSDT table memory at [mem 0x6effd000-0x6effdd65]
[    0.442002] ACPI: Reserving SSDT table memory at [mem 0x6efb5000-0x6efb693b]
[    0.449031] Setting APIC routing to cluster x2apic.
[    0.453887] SRAT: PXM 0 -> APIC 0x0000 -> Node 0
[    0.458468] SRAT: PXM 0 -> APIC 0x0001 -> Node 0
[    0.463061] SRAT: PXM 0 -> APIC 0x0002 -> Node 0
[    0.467654] SRAT: PXM 0 -> APIC 0x0003 -> Node 0
[    0.472247] SRAT: PXM 0 -> APIC 0x0004 -> Node 0
[    0.476840] SRAT: PXM 0 -> APIC 0x0005 -> Node 0
[    0.481432] SRAT: PXM 0 -> APIC 0x0006 -> Node 0
[    0.486026] SRAT: PXM 0 -> APIC 0x0007 -> Node 0
[    0.490619] SRAT: PXM 0 -> APIC 0x0008 -> Node 0
[    0.495212] SRAT: PXM 0 -> APIC 0x0009 -> Node 0
[    0.499805] SRAT: PXM 0 -> APIC 0x000a -> Node 0
[    0.504398] SRAT: PXM 0 -> APIC 0x000b -> Node 0
[    0.508991] SRAT: PXM 0 -> APIC 0x000c -> Node 0
[    0.513585] SRAT: PXM 0 -> APIC 0x000d -> Node 0
[    0.518177] SRAT: PXM 0 -> APIC 0x000e -> Node 0
[    0.522771] SRAT: PXM 0 -> APIC 0x000f -> Node 0
[    0.527364] SRAT: PXM 0 -> APIC 0x0010 -> Node 0
[    0.531958] SRAT: PXM 0 -> APIC 0x0011 -> Node 0
[    0.536550] SRAT: PXM 0 -> APIC 0x0012 -> Node 0
[    0.541143] SRAT: PXM 0 -> APIC 0x0013 -> Node 0
[    0.545737] SRAT: PXM 0 -> APIC 0x0014 -> Node 0
[    0.550329] SRAT: PXM 0 -> APIC 0x0015 -> Node 0
[    0.554922] SRAT: PXM 0 -> APIC 0x0016 -> Node 0
[    0.559516] SRAT: PXM 0 -> APIC 0x0017 -> Node 0
[    0.564108] SRAT: PXM 0 -> APIC 0x0018 -> Node 0
[    0.568702] SRAT: PXM 0 -> APIC 0x0019 -> Node 0
[    0.573294] SRAT: PXM 0 -> APIC 0x001a -> Node 0
[    0.577888] SRAT: PXM 0 -> APIC 0x001b -> Node 0
[    0.582481] SRAT: PXM 0 -> APIC 0x001c -> Node 0
[    0.587075] SRAT: PXM 0 -> APIC 0x001d -> Node 0
[    0.591667] SRAT: PXM 0 -> APIC 0x001e -> Node 0
[    0.596260] SRAT: PXM 0 -> APIC 0x001f -> Node 0
[    0.600853] SRAT: PXM 0 -> APIC 0x0020 -> Node 0
[    0.605446] SRAT: PXM 0 -> APIC 0x0021 -> Node 0
[    0.610039] SRAT: PXM 0 -> APIC 0x0022 -> Node 0
[    0.614632] SRAT: PXM 0 -> APIC 0x0023 -> Node 0
[    0.619226] SRAT: PXM 0 -> APIC 0x0024 -> Node 0
[    0.623819] SRAT: PXM 0 -> APIC 0x0025 -> Node 0
[    0.628412] SRAT: PXM 0 -> APIC 0x0026 -> Node 0
[    0.633004] SRAT: PXM 0 -> APIC 0x0027 -> Node 0
[    0.637597] SRAT: PXM 0 -> APIC 0x0028 -> Node 0
[    0.642192] SRAT: PXM 0 -> APIC 0x0029 -> Node 0
[    0.646802] SRAT: PXM 0 -> APIC 0x002a -> Node 0
[    0.651395] SRAT: PXM 0 -> APIC 0x002b -> Node 0
[    0.655988] SRAT: PXM 0 -> APIC 0x002c -> Node 0
[    0.660581] SRAT: PXM 0 -> APIC 0x002d -> Node 0
[    0.665173] SRAT: PXM 0 -> APIC 0x002e -> Node 0
[    0.669767] SRAT: PXM 0 -> APIC 0x002f -> Node 0
[    0.674361] SRAT: PXM 0 -> APIC 0x0030 -> Node 0
[    0.678953] SRAT: PXM 0 -> APIC 0x0031 -> Node 0
[    0.683547] SRAT: PXM 0 -> APIC 0x0032 -> Node 0
[    0.688139] SRAT: PXM 0 -> APIC 0x0033 -> Node 0
[    0.692732] SRAT: PXM 0 -> APIC 0x0034 -> Node 0
[    0.697326] SRAT: PXM 0 -> APIC 0x0035 -> Node 0
[    0.701919] SRAT: PXM 0 -> APIC 0x0036 -> Node 0
[    0.706511] SRAT: PXM 0 -> APIC 0x0037 -> Node 0
[    0.711105] SRAT: PXM 0 -> APIC 0x0038 -> Node 0
[    0.715698] SRAT: PXM 0 -> APIC 0x0039 -> Node 0
[    0.720291] SRAT: PXM 0 -> APIC 0x003a -> Node 0
[    0.724884] SRAT: PXM 0 -> APIC 0x003b -> Node 0
[    0.729477] SRAT: PXM 0 -> APIC 0x003c -> Node 0
[    0.734071] SRAT: PXM 0 -> APIC 0x003d -> Node 0
[    0.738663] SRAT: PXM 0 -> APIC 0x003e -> Node 0
[    0.743257] SRAT: PXM 0 -> APIC 0x003f -> Node 0
[    0.747868] SRAT: PXM 1 -> APIC 0x0040 -> Node 1
[    0.752461] SRAT: PXM 1 -> APIC 0x0041 -> Node 1
[    0.757053] SRAT: PXM 1 -> APIC 0x0042 -> Node 1
[    0.761645] SRAT: PXM 1 -> APIC 0x0043 -> Node 1
[    0.766239] SRAT: PXM 1 -> APIC 0x0044 -> Node 1
[    0.770832] SRAT: PXM 1 -> APIC 0x0045 -> Node 1
[    0.775425] SRAT: PXM 1 -> APIC 0x0046 -> Node 1
[    0.780019] SRAT: PXM 1 -> APIC 0x0047 -> Node 1
[    0.784611] SRAT: PXM 1 -> APIC 0x0048 -> Node 1
[    0.789205] SRAT: PXM 1 -> APIC 0x0049 -> Node 1
[    0.793798] SRAT: PXM 1 -> APIC 0x004a -> Node 1
[    0.798390] SRAT: PXM 1 -> APIC 0x004b -> Node 1
[    0.802984] SRAT: PXM 1 -> APIC 0x004c -> Node 1
[    0.807576] SRAT: PXM 1 -> APIC 0x004d -> Node 1
[    0.812170] SRAT: PXM 1 -> APIC 0x004e -> Node 1
[    0.816763] SRAT: PXM 1 -> APIC 0x004f -> Node 1
[    0.821357] SRAT: PXM 1 -> APIC 0x0050 -> Node 1
[    0.825949] SRAT: PXM 1 -> APIC 0x0051 -> Node 1
[    0.830543] SRAT: PXM 1 -> APIC 0x0052 -> Node 1
[    0.835136] SRAT: PXM 1 -> APIC 0x0053 -> Node 1
[    0.839728] SRAT: PXM 1 -> APIC 0x0054 -> Node 1
[    0.844322] SRAT: PXM 1 -> APIC 0x0055 -> Node 1
[    0.848915] SRAT: PXM 1 -> APIC 0x0056 -> Node 1
[    0.853543] SRAT: PXM 1 -> APIC 0x0057 -> Node 1
[    0.858135] SRAT: PXM 1 -> APIC 0x0058 -> Node 1
[    0.862763] SRAT: PXM 1 -> APIC 0x0059 -> Node 1
[    0.867357] SRAT: PXM 1 -> APIC 0x005a -> Node 1
[    0.871950] SRAT: PXM 1 -> APIC 0x005b -> Node 1
[    0.876542] SRAT: PXM 1 -> APIC 0x005c -> Node 1
[    0.881136] SRAT: PXM 1 -> APIC 0x005d -> Node 1
[    0.885729] SRAT: PXM 1 -> APIC 0x005e -> Node 1
[    0.890322] SRAT: PXM 1 -> APIC 0x005f -> Node 1
[    0.894915] SRAT: PXM 1 -> APIC 0x0060 -> Node 1
[    0.899508] SRAT: PXM 1 -> APIC 0x0061 -> Node 1
[    0.904101] SRAT: PXM 1 -> APIC 0x0062 -> Node 1
[    0.908695] SRAT: PXM 1 -> APIC 0x0063 -> Node 1
[    0.913287] SRAT: PXM 1 -> APIC 0x0064 -> Node 1
[    0.917881] SRAT: PXM 1 -> APIC 0x0065 -> Node 1
[    0.922474] SRAT: PXM 1 -> APIC 0x0066 -> Node 1
[    0.927067] SRAT: PXM 1 -> APIC 0x0067 -> Node 1
[    0.931661] SRAT: PXM 1 -> APIC 0x0068 -> Node 1
[    0.936253] SRAT: PXM 1 -> APIC 0x0069 -> Node 1
[    0.940846] SRAT: PXM 1 -> APIC 0x006a -> Node 1
[    0.945439] SRAT: PXM 1 -> APIC 0x006b -> Node 1
[    0.950032] SRAT: PXM 1 -> APIC 0x006c -> Node 1
[    0.954624] SRAT: PXM 1 -> APIC 0x006d -> Node 1
[    0.959219] SRAT: PXM 1 -> APIC 0x006e -> Node 1
[    0.963820] SRAT: PXM 1 -> APIC 0x006f -> Node 1
[    0.968413] SRAT: PXM 1 -> APIC 0x0070 -> Node 1
[    0.973006] SRAT: PXM 1 -> APIC 0x0071 -> Node 1
[    0.977599] SRAT: PXM 1 -> APIC 0x0072 -> Node 1
[    0.982193] SRAT: PXM 1 -> APIC 0x0073 -> Node 1
[    0.986785] SRAT: PXM 1 -> APIC 0x0074 -> Node 1
[    0.991379] SRAT: PXM 1 -> APIC 0x0075 -> Node 1
[    0.995971] SRAT: PXM 1 -> APIC 0x0076 -> Node 1
[    1.000565] SRAT: PXM 1 -> APIC 0x0077 -> Node 1
[    1.005158] SRAT: PXM 1 -> APIC 0x0078 -> Node 1
[    1.009751] SRAT: PXM 1 -> APIC 0x0079 -> Node 1
[    1.014344] SRAT: PXM 1 -> APIC 0x007a -> Node 1
[    1.018938] SRAT: PXM 1 -> APIC 0x007b -> Node 1
[    1.023530] SRAT: PXM 1 -> APIC 0x007c -> Node 1
[    1.028123] SRAT: PXM 1 -> APIC 0x007d -> Node 1
[    1.032717] SRAT: PXM 1 -> APIC 0x007e -> Node 1
[    1.037310] SRAT: PXM 1 -> APIC 0x007f -> Node 1
[    1.041905] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff]
[    1.047882] ACPI: SRAT: Node 0 PXM 0 [mem 0x000c0000-0x7fffffff]
[    1.053863] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0x207fffffff]
[    1.060101] ACPI: SRAT: Node 1 PXM 1 [mem 0x2080000000-0x407fffffff]
[    1.066432] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x000c0000-0x7fffffff] -> [mem 0x00000000-0x7fffffff]
[    1.076655] NUMA: Node 0 [mem 0x00000000-0x7fffffff] + [mem 0x100000000-0x207fffffff] -> [mem 0x00000000-0x207fffffff]
[    1.087319] NODE_DATA(0) allocated [mem 0x207fcd5000-0x207fcfffff]
[    1.093474] NODE_DATA(1) allocated [mem 0x407cec3000-0x407ceedfff]
[    1.099999] Zone ranges:
[    1.102357]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    1.108511]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    1.114665]   Normal   [mem 0x0000000100000000-0x000000407f1fffff]
[    1.120817]   Device   empty
[    1.123677] Movable zone start for each node
[    1.127925] Early memory node ranges
[    1.131476]   node   0: [mem 0x0000000000001000-0x000000000008efff]
[    1.137715]   node   0: [mem 0x0000000000090000-0x000000000009ffff]
[    1.143956]   node   0: [mem 0x0000000000100000-0x0000000015dfffff]
[    1.150194]   node   0: [mem 0x0000000056700000-0x00000000567fbfff]
[    1.156436]   node   0: [mem 0x00000000567fd000-0x000000005a14afff]
[    1.162675]   node   0: [mem 0x000000005a34b000-0x0000000067acefff]
[    1.168914]   node   0: [mem 0x000000006efff000-0x000000006effffff]
[    1.175181]   node   0: [mem 0x000000006f00b000-0x000000006fffffff]
[    1.181420]   node   0: [mem 0x0000000100000000-0x000000207fcfffff]
[    1.187667]   node   1: [mem 0x0000002080000000-0x000000407f1fffff]
[    1.193908] Initmem setup node 0 [mem 0x0000000000001000-0x000000207fcfffff]
[    1.200920] Initmem setup node 1 [mem 0x0000002080000000-0x000000407f1fffff]
[    1.207940] On node 0, zone DMA: 1 pages in unavailable ranges
[    1.207941] On node 0, zone DMA: 1 pages in unavailable ranges
[    1.213766] On node 0, zone DMA: 96 pages in unavailable ranges
[    1.220245] On node 0, zone DMA32: 35072 pages in unavailable ranges
[    1.226057] On node 0, zone DMA32: 1 pages in unavailable ranges
[    1.232594] On node 0, zone DMA32: 512 pages in unavailable ranges
[    1.238638] On node 0, zone DMA32: 30000 pages in unavailable ranges
[    1.244652] On node 0, zone DMA32: 11 pages in unavailable ranges
[    1.251327] On node 1, zone Normal: 768 pages in unavailable ranges
[    1.257267] On node 1, zone Normal: 3584 pages in unavailable ranges
[    1.263621] ACPI: PM-Timer IO Port: 0x408
[    1.273809] ACPI: X2APIC_NMI (uid[0xffffffff] high edge lint[0x1])
[    1.279947] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    1.285853] IOAPIC[0]: apic_id 240, version 33, address 0xfec00000, GSI 0-23
[    1.292862] IOAPIC[1]: apic_id 241, version 33, address 0xe0100000, GSI 120-151
[    1.300143] IOAPIC[2]: apic_id 242, version 33, address 0xc5100000, GSI 88-119
[    1.307335] IOAPIC[3]: apic_id 243, version 33, address 0xaa100000, GSI 56-87
[    1.314441] IOAPIC[4]: apic_id 244, version 33, address 0xfd100000, GSI 24-55
[    1.321546] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    1.327871] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    1.334374] ACPI: Using ACPI (MADT) for SMP configuration information
[    1.340783] ACPI: HPET id: 0x10228201 base: 0xfed00000
[    1.345897] ACPI: SPCR: console: uart,io,0x2f8,115200
[    1.350923] smpboot: Allowing 128 CPUs, 0 hotplug CPUs
[    1.356059] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    1.363576] PM: hibernation: Registered nosave memory: [mem 0x0008f000-0x0008ffff]
[    1.371115] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    1.378654] PM: hibernation: Registered nosave memory: [mem 0x00b4b000-0x00b4bfff]
[    1.386220] PM: hibernation: Registered nosave memory: [mem 0x00b53000-0x00b53fff]
[    1.393759] PM: hibernation: Registered nosave memory: [mem 0x00b54000-0x00b54fff]
[    1.401300] PM: hibernation: Registered nosave memory: [mem 0x00b86000-0x00b86fff]
[    1.408838] PM: hibernation: Registered nosave memory: [mem 0x00b87000-0x00b87fff]
[    1.416378] PM: hibernation: Registered nosave memory: [mem 0x00bb9000-0x00bb9fff]
[    1.423918] PM: hibernation: Registered nosave memory: [mem 0x00bba000-0x00bbafff]
[    1.431457] PM: hibernation: Registered nosave memory: [mem 0x00bff000-0x00bfffff]
[    1.438997] PM: hibernation: Registered nosave memory: [mem 0x15e00000-0x566fffff]
[    1.446538] PM: hibernation: Registered nosave memory: [mem 0x567fc000-0x567fcfff]
[    1.454076] PM: hibernation: Registered nosave memory: [mem 0x5a14b000-0x5a34afff]
[    1.461616] PM: hibernation: Registered nosave memory: [mem 0x67acf000-0x6dfcefff]
[    1.469155] PM: hibernation: Registered nosave memory: [mem 0x6dfcf000-0x6edfefff]
[    1.476694] PM: hibernation: Registered nosave memory: [mem 0x6edff000-0x6effefff]
[    1.484234] PM: hibernation: Registered nosave memory: [mem 0x6f000000-0x6f00afff]
[    1.491801] PM: hibernation: Registered nosave memory: [mem 0x70000000-0x8fffffff]
[    1.499340] PM: hibernation: Registered nosave memory: [mem 0x90000000-0xa9ffffff]
[    1.506880] PM: hibernation: Registered nosave memory: [mem 0xaa000000-0xaaffffff]
[    1.514418] PM: hibernation: Registered nosave memory: [mem 0xab000000-0xc4ffffff]
[    1.521959] PM: hibernation: Registered nosave memory: [mem 0xc5000000-0xc5ffffff]
[    1.529497] PM: hibernation: Registered nosave memory: [mem 0xc6000000-0xdfffffff]
[    1.537038] PM: hibernation: Registered nosave memory: [mem 0xe0000000-0xe0ffffff]
[    1.544577] PM: hibernation: Registered nosave memory: [mem 0xe1000000-0xfcffffff]
[    1.552116] PM: hibernation: Registered nosave memory: [mem 0xfd000000-0xffffffff]
[    1.559657] PM: hibernation: Registered nosave memory: [mem 0x207fd00000-0x207fffffff]
[    1.567543] [mem 0xe1000000-0xfcffffff] available for PCI devices
[    1.573609] Booting paravirtualized kernel on bare hardware
[    1.579156] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[    1.593377] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:128 nr_cpu_ids:128 nr_node_ids:2
[    1.603507] percpu: Embedded 55 pages/cpu s188416 r8192 d28672 u262144
[    1.609959] Built 2 zonelists, mobility grouping on.  Total pages: 65699411
[    1.616783] Policy zone: Normal
[    1.619904] Kernel command line: BOOT_IMAGE=(hd0,gpt6)/vmlinuz-5.14.0-162.6.1.el9_1.x86_64 root=/dev/mapper/rhel_hostname-root ro selinux=0 console=ttyS0,115200n8 earlyprintk=ttyS0,115200 net.ifnames=0 biosdevname=0 swiotlb=131072 kvm_amd.debug_swap=0 mem_encrypt=off
[    1.643662] Unknown kernel command line parameters "BOOT_IMAGE=(hd0,gpt6)/vmlinuz-5.14.0-162.6.1.el9_1.x86_64 biosdevname=0 mem_encrypt=off", will be passed to user space.
[    1.659548] mem auto-init: stack:off, heap alloc:off, heap free:off
[    1.745585] Memory: 555668K/266975624K available (14344K kernel code, 6001K rwdata, 9208K rodata, 2740K init, 7196K bss, 4662008K reserved, 0K cma-reserved)
[    1.759388] random: get_random_u64 called from kmem_cache_open+0x1e/0x310 with crng_init=0
[    1.759623] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=128, Nodes=2
[    1.774381] ftrace: allocating 44038 entries in 173 pages
[    1.797583] ftrace: allocated 173 pages with 5 groups
[    1.803060] Dynamic Preempt: voluntary
[    1.806785] rcu: Preemptible hierarchical RCU implementation.
[    1.812345] rcu: 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=128.
[    1.819279] 	Trampoline variant of Tasks RCU enabled.
[    1.824304] 	Rude variant of Tasks RCU enabled.
[    1.828811] 	Tracing variant of Tasks RCU enabled.
[    1.833577] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[    1.841203] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=128
[    1.850980] NR_IRQS: 524544, nr_irqs: 3624, preallocated irqs: 16
[    1.857163] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
[    1.866992] random: crng init done (trusting CPU's manufacturer)
[    1.873013] Console: colour dummy device 80x25
[    1.877394] printk: console [ttyS0] enabled
[    1.877394] printk: console [ttyS0] enabled
[    1.885713] printk: bootconsole [earlyser0] disabled
[    1.885713] printk: bootconsole [earlyser0] disabled
[    1.895676] mempolicy: Enabling automatic NUMA balancing. Configure with numa_balancing= or the kernel.numa_balancing sysctl
[    1.906968] ACPI: Core revision 20211217
[    1.911053] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[    1.920186] APIC: Switch to symmetric I/O mode setup
[    1.927708] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    1.938188] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x398d114f1f1, max_idle_ns: 881590463715 ns
[    1.948722] Calibrating delay loop (skipped), value calculated using timer frequency.. 3992.60 BogoMIPS (lpj=1996302)
[    1.949721] pid_max: default: 131072 minimum: 1024
[    1.953615] LSM: Security Framework initializing
[    1.953730] Yama: becoming mindful.
[    1.954729] LSM support for eBPF active
[    1.963350] Dentry cache hash table entries: 16777216 (order: 15, 134217728 bytes, vmalloc)
[    1.968101] Inode-cache hash table entries: 8388608 (order: 14, 67108864 bytes, vmalloc)
[    1.968841] Mount-cache hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc)
[    1.969828] Mountpoint-cache hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc)
Poking KASLR using RDRAND RDTSC...
[    1.974750] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[    1.975822] LVT offset 2 assigned for vector 0xf4
[    1.976755] Last level iTLB entries: 4KB 512, 2MB 512, 4MB 256
[    1.977721] Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
[    1.978723] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    1.979722] Spectre V2 : Mitigation: Retpolines
[    1.980721] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    1.981721] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
[    1.982721] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    1.983722] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    1.984721] Spectre V2 : User space: Mitigation: STIBP always-on protection
[    1.985721] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[    1.999916] Freeing SMP alternatives memory: 36K
[    2.103910] smpboot: CPU0: AMD EPYC 7713 64-Core Processor (family: 0x19, model: 0x1, stepping: 0x1)
[    2.104839] cblist_init_generic: Setting adjustable number of callback queues.
[    2.105721] cblist_init_generic: Setting shift to 7 and lim to 1.
[    2.106735] cblist_init_generic: Setting shift to 7 and lim to 1.
[    2.107732] cblist_init_generic: Setting shift to 7 and lim to 1.
[    2.108727] Performance Events: Fam17h+ core perfctr, AMD PMU driver.
[    2.109721] ... version:                0
[    2.110721] ... bit width:              48
[    2.111721] ... generic registers:      6
[    2.112721] ... value mask:             0000ffffffffffff
[    2.113721] ... max period:             00007fffffffffff
[    2.114721] ... fixed-purpose events:   0
[    2.115721] ... event mask:             000000000000003f
[    2.116785] rcu: Hierarchical SRCU implementation.
[    2.117980] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    2.119303] smp: Bringing up secondary CPUs ...
[    2.119793] x86: Booting SMP configuration:
[    2.120722] .... node  #0, CPUs:          #1   #2   #3   #4   #5   #6   #7   #8   #9  #10  #11
[    0.082609] __common_interrupt: 11.55 No irq handler for vector
[    2.149806]   #12  #13  #14  #15  #16  #17  #18  #19  #20  #21  #22  #23  #24  #25  #26  #27  #28  #29  #30  #31
[    2.175722] .... node  #1, CPUs:    #32  #33  #34  #35  #36  #37  #38  #39  #40  #41  #42  #43  #44  #45  #46  #47  #48  #49  #50  #51  #52  #53  #54  #55  #56  #57  #58  #59  #60  #61  #62  #63
[    2.216722] .... node  #0, CPUs:    #64
[    2.218833] Spectre V2 : Update user space SMT mitigation: STIBP always-on
[    2.220836]   #65  #66  #67  #68  #69  #70  #71  #72  #73  #74  #75  #76  #77  #78  #79  #80  #81  #82  #83  #84  #85  #86  #87  #88  #89  #90  #91  #92  #93  #94  #95
[    2.259721] .... node  #1, CPUs:    #96  #97  #98  #99 #100 #101 #102 #103 #104 #105 #106 #107 #108 #109 #110 #111 #112 #113 #114 #115 #116 #117 #118 #119 #120 #121 #122 #123 #124 #125 #126 #127
[    2.300772] smp: Brought up 2 nodes, 128 CPUs
[    2.302722] smpboot: Max logical packages: 1
[    2.303723] smpboot: Total of 128 processors activated (511053.31 BogoMIPS)
[    2.362780] node 0 deferred pages initialised in 54ms
[    2.362740] node 1 deferred pages initialised in 54ms
[    2.376138] devtmpfs: initialized
[    2.379767] x86/mm: Memory block size: 2048MB
[    2.384740] ACPI: PM: Registering ACPI NVS region [mem 0x0008f000-0x0008ffff] (4096 bytes)
[    2.392722] ACPI: PM: Registering ACPI NVS region [mem 0x6dfcf000-0x6edfefff] (14876672 bytes)
[    2.401842] ACPI: PM: Registering ACPI NVS region [mem 0x6f000000-0x6f00afff] (45056 bytes)
[    2.409768] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    2.419756] futex hash table entries: 32768 (order: 9, 2097152 bytes, vmalloc)
[    2.426933] pinctrl core: initialized pinctrl subsystem
[    2.432834] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    2.438823] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[    2.445728] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    2.453726] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    2.461734] audit: initializing netlink subsys (disabled)
[    2.466736] audit: type=2000 audit(1725280729.528:1): state=initialized audit_enabled=0 res=1
[    2.466804] thermal_sys: Registered thermal governor 'fair_share'
[    2.475722] thermal_sys: Registered thermal governor 'step_wise'
[    2.481721] thermal_sys: Registered thermal governor 'user_space'
[    2.487746] cpuidle: using governor menu
[    2.497746] Detected 1 PCC Subspaces
[    2.501724] Registering PCC driver as Mailbox controller
[    2.507792] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    2.515723] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    2.521828] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0x80000000-0x8fffffff] (base 0x80000000)
[    2.531723] PCI: MMCONFIG at [mem 0x80000000-0x8fffffff] reserved in E820
[    2.537731] PCI: Using configuration type 1 for base access
[    2.543796] PCI: Dell System detected, enabling pci=bfsort.
[    2.552760] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    2.554756] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    2.555722] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    2.556842] cryptd: max_cpu_qlen set to 1000
[    2.557793] ACPI: Added _OSI(Module Device)
[    2.558722] ACPI: Added _OSI(Processor Device)
[    2.559721] ACPI: Added _OSI(3.0 _SCP Extensions)
[    2.560721] ACPI: Added _OSI(Processor Aggregator Device)
[    2.561721] ACPI: Added _OSI(Linux-Dell-Video)
[    2.562721] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    2.563721] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    2.575658] ACPI: 6 ACPI AML tables successfully acquired and loaded
[    2.579289] ACPI: Interpreter enabled
[    2.579728] ACPI: PM: (supports S0 S5)
[    2.580721] ACPI: Using IOAPIC for interrupt routing
[    2.582839] HEST: Table parsing has been initialized.
[    2.583722] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    2.585764] ACPI: Enabled 1 GPEs in block 00 to 1F
[    2.596412] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[    2.596747] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
[    2.597746] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[    2.598746] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[    2.599746] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[    2.600746] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[    2.601746] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[    2.602746] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[    2.603886] ACPI: PCI Root Bridge [PC00] (domain 0000 [bus 00-3f])
[    2.604723] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    2.605762] acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug AER DPC]
[    2.607792] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
[    2.608721] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    2.610850] PCI host bridge to bus 0000:00
[    2.611722] pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
[    2.612721] pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
[    2.613721] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000fffff window]
[    2.614721] pci_bus 0000:00: root bus resource [io  0x0d00-0x3fff window]
[    2.615721] pci_bus 0000:00: root bus resource [mem 0xe1000000-0xfebfffff window]
[    2.616721] pci_bus 0000:00: root bus resource [mem 0x63dc0000000-0x7fcffffffff window]
[    2.617722] pci_bus 0000:00: root bus resource [bus 00-3f]
[    2.618751] pci 0000:00:00.0: [1022:1480] type 00 class 0x060000
[    2.619810] pci 0000:00:00.2: [1022:164f] type 00 class 0x080600
[    2.620804] pci 0000:00:01.0: [1022:1482] type 00 class 0x060000
[    2.621784] pci 0000:00:02.0: [1022:1482] type 00 class 0x060000
[    2.622782] pci 0000:00:03.0: [1022:1482] type 00 class 0x060000
[    2.623790] pci 0000:00:03.2: [1022:1483] type 01 class 0x060400
[    2.624794] pci 0000:00:03.2: PME# supported from D0 D3hot D3cold
[    2.626008] pci 0000:00:04.0: [1022:1482] type 00 class 0x060000
[    2.626784] pci 0000:00:05.0: [1022:1482] type 00 class 0x060000
[    2.628734] pci 0000:00:07.0: [1022:1482] type 00 class 0x060000
[    2.629787] pci 0000:00:07.1: [1022:1484] type 01 class 0x060400
[    2.630745] pci 0000:00:07.1: enabling Extended Tags
[    2.631760] pci 0000:00:07.1: PME# supported from D0 D3hot D3cold
[    2.632801] pci 0000:00:08.0: [1022:1482] type 00 class 0x060000
[    2.633790] pci 0000:00:08.1: [1022:1484] type 01 class 0x060400
[    2.634746] pci 0000:00:08.1: enabling Extended Tags
[    2.635762] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[    2.636816] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
[    2.637831] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
[    2.638849] pci 0000:00:18.0: [1022:1650] type 00 class 0x060000
[    2.639769] pci 0000:00:18.1: [1022:1651] type 00 class 0x060000
[    2.640758] pci 0000:00:18.2: [1022:1652] type 00 class 0x060000
[    2.641758] pci 0000:00:18.3: [1022:1653] type 00 class 0x060000
[    2.642758] pci 0000:00:18.4: [1022:1654] type 00 class 0x060000
[    2.644748] pci 0000:00:18.5: [1022:1655] type 00 class 0x060000
[    2.645757] pci 0000:00:18.6: [1022:1656] type 00 class 0x060000
[    2.646759] pci 0000:00:18.7: [1022:1657] type 00 class 0x060000
[    2.647794] pci 0000:01:00.0: [1000:0097] type 00 class 0x010700
[    2.648731] pci 0000:01:00.0: reg 0x10: [io  0x1000-0x10ff]
[    2.649729] pci 0000:01:00.0: reg 0x14: [mem 0xf7400000-0xf740ffff 64bit]
[    2.650729] pci 0000:01:00.0: reg 0x1c: [mem 0xf7300000-0xf73fffff 64bit]
[    2.651732] pci 0000:01:00.0: reg 0x30: [mem 0xfff00000-0xffffffff pref]
[    2.652726] pci 0000:01:00.0: enabling Extended Tags
[    2.653795] pci 0000:01:00.0: supports D1 D2
[    2.654750] pci 0000:01:00.0: reg 0x174: [mem 0x00000000-0x0000ffff 64bit]
[    2.655721] pci 0000:01:00.0: VF(n) BAR0 space: [mem 0x00000000-0x000fffff 64bit] (contains BAR0 for 16 VFs)
[    2.656728] pci 0000:01:00.0: reg 0x17c: [mem 0x00000000-0x000fffff 64bit]
[    2.658721] pci 0000:01:00.0: VF(n) BAR2 space: [mem 0x00000000-0x00ffffff 64bit] (contains BAR2 for 16 VFs)
[    2.659822] pci 0000:00:03.2: PCI bridge to [bus 01]
[    2.660723] pci 0000:00:03.2:   bridge window [io  0x1000-0x1fff]
[    2.661722] pci 0000:00:03.2:   bridge window [mem 0xf7300000-0xf74fffff]
[    2.662767] pci 0000:02:00.0: [1022:148a] type 00 class 0x130000
[    2.663759] pci 0000:02:00.0: enabling Extended Tags
[    2.664823] pci 0000:02:00.2: [1022:1498] type 00 class 0x108000
[    2.665738] pci 0000:02:00.2: reg 0x18: [mem 0xf7200000-0xf727ffff]
[    2.666734] pci 0000:02:00.2: reg 0x24: [mem 0xf7280000-0xf7281fff]
[    2.667729] pci 0000:02:00.2: enabling Extended Tags
[    2.668831] pci 0000:00:07.1: PCI bridge to [bus 02]
[    2.669724] pci 0000:00:07.1:   bridge window [mem 0xf7200000-0xf72fffff]
[    2.670788] pci 0000:03:00.0: [1022:1485] type 00 class 0x130000
[    2.671763] pci 0000:03:00.0: enabling Extended Tags
[    2.672848] pci 0000:03:00.2: [1022:1498] type 00 class 0x108000
[    2.673740] pci 0000:03:00.2: reg 0x18: [mem 0xf7100000-0xf717ffff]
[    2.674736] pci 0000:03:00.2: reg 0x24: [mem 0xf7180000-0xf7181fff]
[    2.675730] pci 0000:03:00.2: enabling Extended Tags
[    2.676837] pci 0000:03:00.3: [1022:148c] type 00 class 0x0c0330
[    2.677733] pci 0000:03:00.3: reg 0x10: [mem 0xf7000000-0xf70fffff 64bit]
[    2.679721] pci 0000:03:00.3: enabling Extended Tags
[    2.681729] pci 0000:03:00.3: PME# supported from D0 D3hot D3cold
[    2.682800] pci 0000:00:08.1: PCI bridge to [bus 03]
[    2.683724] pci 0000:00:08.1:   bridge window [mem 0xf7000000-0xf71fffff]
[    2.686155] ACPI: PCI Root Bridge [PC01] (domain 0000 [bus 40-7f])
[    2.686723] acpi PNP0A08:01: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    2.687762] acpi PNP0A08:01: _OSC: platform does not support [SHPCHotplug AER DPC]
[    2.688793] acpi PNP0A08:01: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
[    2.689721] acpi PNP0A08:01: FADT indicates ASPM is unsupported, using BIOS configuration
[    2.691899] PCI host bridge to bus 0000:40
[    2.692722] pci_bus 0000:40: root bus resource [io  0x4000-0x6fff window]
[    2.693721] pci_bus 0000:40: root bus resource [mem 0x90000000-0xaaffffff window]
[    2.694721] pci_bus 0000:40: root bus resource [mem 0x47e80000000-0x63dbfffffff window]
[    2.695721] pci_bus 0000:40: root bus resource [bus 40-7f]
[    2.696736] pci 0000:40:00.0: [1022:1480] type 00 class 0x060000
[    2.697786] pci 0000:40:00.2: [1022:164f] type 00 class 0x080600
[    2.698794] pci 0000:40:01.0: [1022:1482] type 00 class 0x060000
[    2.699774] pci 0000:40:02.0: [1022:1482] type 00 class 0x060000
[    2.700774] pci 0000:40:03.0: [1022:1482] type 00 class 0x060000
[    2.701783] pci 0000:40:03.1: [1022:1483] type 01 class 0x060400
[    2.702803] pci 0000:40:03.1: PME# supported from D0 D3hot D3cold
[    2.707383] pci 0000:40:03.2: [1022:1483] type 01 class 0x060400
[    2.707805] pci 0000:40:03.2: PME# supported from D0 D3hot D3cold
[    2.712663] pci 0000:40:03.3: [1022:1483] type 01 class 0x060400
[    2.713749] pci 0000:40:03.3: PME# supported from D0 D3hot D3cold
[    2.718019] pci 0000:40:03.4: [1022:1483] type 01 class 0x060400
[    2.718848] pci 0000:40:03.4: PME# supported from D0 D3hot D3cold
[    2.723411] pci 0000:40:04.0: [1022:1482] type 00 class 0x060000
[    2.723780] pci 0000:40:05.0: [1022:1482] type 00 class 0x060000
[    2.724775] pci 0000:40:07.0: [1022:1482] type 00 class 0x060000
[    2.725783] pci 0000:40:07.1: [1022:1484] type 01 class 0x060400
[    2.726747] pci 0000:40:07.1: enabling Extended Tags
[    2.727805] pci 0000:40:07.1: PME# supported from D0 D3hot D3cold
[    2.728796] pci 0000:40:08.0: [1022:1482] type 00 class 0x060000
[    2.729787] pci 0000:40:08.1: [1022:1484] type 01 class 0x060400
[    2.730747] pci 0000:40:08.1: enabling Extended Tags
[    2.731803] pci 0000:40:08.1: PME# supported from D0 D3hot D3cold
[    2.732843] pci 0000:40:03.1: PCI bridge to [bus 41]
[    2.733725] pci 0000:40:03.1:   bridge window [mem 0xa4c00000-0xa4ffffff]
[    2.734779] pci 0000:40:03.2: PCI bridge to [bus 42]
[    2.735725] pci 0000:40:03.2:   bridge window [mem 0xa4800000-0xa4bfffff]
[    2.736770] pci 0000:40:03.3: PCI bridge to [bus 43]
[    2.737725] pci 0000:40:03.3:   bridge window [mem 0xa4400000-0xa47fffff]
[    2.738769] pci 0000:40:03.4: PCI bridge to [bus 44]
[    2.739725] pci 0000:40:03.4:   bridge window [mem 0xa4000000-0xa43fffff]
[    2.740764] pci 0000:45:00.0: [1022:148a] type 00 class 0x130000
[    2.741758] pci 0000:45:00.0: enabling Extended Tags
[    2.742822] pci 0000:45:00.2: [1022:1498] type 00 class 0x108000
[    2.743739] pci 0000:45:00.2: reg 0x18: [mem 0xa5300000-0xa537ffff]
[    2.744734] pci 0000:45:00.2: reg 0x24: [mem 0xa5380000-0xa5381fff]
[    2.745729] pci 0000:45:00.2: enabling Extended Tags
[    2.746827] pci 0000:40:07.1: PCI bridge to [bus 45]
[    2.747724] pci 0000:40:07.1:   bridge window [mem 0xa5300000-0xa53fffff]
[    2.748795] pci 0000:46:00.0: [1022:1485] type 00 class 0x130000
[    2.749761] pci 0000:46:00.0: enabling Extended Tags
[    2.750845] pci 0000:46:00.1: [1022:1486] type 00 class 0x108000
[    2.751739] pci 0000:46:00.1: reg 0x18: [mem 0xa5100000-0xa51fffff]
[    2.752735] pci 0000:46:00.1: reg 0x24: [mem 0xa5282000-0xa5283fff]
[    2.753730] pci 0000:46:00.1: enabling Extended Tags
[    2.754832] pci 0000:46:00.2: [1022:1498] type 00 class 0x108000
[    2.756726] pci 0000:46:00.2: reg 0x18: [mem 0xa5200000-0xa527ffff]
[    2.757735] pci 0000:46:00.2: reg 0x24: [mem 0xa5280000-0xa5281fff]
[    2.758730] pci 0000:46:00.2: enabling Extended Tags
[    2.759831] pci 0000:46:00.3: [1022:148c] type 00 class 0x0c0330
[    2.760733] pci 0000:46:00.3: reg 0x10: [mem 0xa5000000-0xa50fffff 64bit]
[    2.761749] pci 0000:46:00.3: enabling Extended Tags
[    2.762763] pci 0000:46:00.3: PME# supported from D0 D3hot D3cold
[    2.763799] pci 0000:40:08.1: PCI bridge to [bus 46]
[    2.764724] pci 0000:40:08.1:   bridge window [mem 0xa5000000-0xa52fffff]
[    2.765961] ACPI: PCI Root Bridge [PC02] (domain 0000 [bus 80-bf])
[    2.766722] acpi PNP0A08:02: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    2.767762] acpi PNP0A08:02: _OSC: platform does not support [SHPCHotplug AER DPC]
[    2.768791] acpi PNP0A08:02: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
[    2.769721] acpi PNP0A08:02: FADT indicates ASPM is unsupported, using BIOS configuration
[    2.771022] PCI host bridge to bus 0000:80
[    2.771721] pci_bus 0000:80: root bus resource [io  0x7000-0x9fff window]
[    2.772721] pci_bus 0000:80: root bus resource [mem 0xab000000-0xc5ffffff window]
[    2.773721] pci_bus 0000:80: root bus resource [mem 0x2bf40000000-0x47e7fffffff window]
[    2.774721] pci_bus 0000:80: root bus resource [bus 80-bf]
[    2.775737] pci 0000:80:00.0: [1022:1480] type 00 class 0x060000
[    2.776786] pci 0000:80:00.2: [1022:164f] type 00 class 0x080600
[    2.777794] pci 0000:80:01.0: [1022:1482] type 00 class 0x060000
[    2.778785] pci 0000:80:01.1: [1022:1483] type 01 class 0x060400
[    2.779805] pci 0000:80:01.1: PME# supported from D0 D3hot D3cold
[    2.784565] pci 0000:80:01.2: [1022:1483] type 01 class 0x060400
[    2.784806] pci 0000:80:01.2: PME# supported from D0 D3hot D3cold
[    2.789109] pci 0000:80:02.0: [1022:1482] type 00 class 0x060000
[    2.789779] pci 0000:80:03.0: [1022:1482] type 00 class 0x060000
[    2.790819] pci 0000:80:04.0: [1022:1482] type 00 class 0x060000
[    2.791775] pci 0000:80:05.0: [1022:1482] type 00 class 0x060000
[    2.792775] pci 0000:80:07.0: [1022:1482] type 00 class 0x060000
[    2.793784] pci 0000:80:07.1: [1022:1484] type 01 class 0x060400
[    2.794747] pci 0000:80:07.1: enabling Extended Tags
[    2.795793] pci 0000:80:07.1: PME# supported from D0 D3hot D3cold
[    2.796803] pci 0000:80:08.0: [1022:1482] type 00 class 0x060000
[    2.798762] pci 0000:80:08.1: [1022:1484] type 01 class 0x060400
[    2.799747] pci 0000:80:08.1: enabling Extended Tags
[    2.800779] pci 0000:80:08.1: PME# supported from D0 D3hot D3cold
[    2.801806] pci 0000:80:08.2: [1022:1484] type 01 class 0x060400
[    2.802746] pci 0000:80:08.2: enabling Extended Tags
[    2.803761] pci 0000:80:08.2: PME# supported from D0 D3hot D3cold
[    2.804835] pci 0000:80:01.1: PCI bridge to [bus 81]
[    2.805725] pci 0000:80:01.1:   bridge window [mem 0xbf400000-0xbf7fffff]
[    2.806769] pci 0000:80:01.2: PCI bridge to [bus 82]
[    2.807725] pci 0000:80:01.2:   bridge window [mem 0xbf000000-0xbf3fffff]
[    2.808765] pci 0000:83:00.0: [1022:148a] type 00 class 0x130000
[    2.809758] pci 0000:83:00.0: enabling Extended Tags
[    2.810823] pci 0000:83:00.2: [1022:1498] type 00 class 0x108000
[    2.811738] pci 0000:83:00.2: reg 0x18: [mem 0xbfa00000-0xbfa7ffff]
[    2.812734] pci 0000:83:00.2: reg 0x24: [mem 0xbfa80000-0xbfa81fff]
[    2.813729] pci 0000:83:00.2: enabling Extended Tags
[    2.814827] pci 0000:80:07.1: PCI bridge to [bus 83]
[    2.815724] pci 0000:80:07.1:   bridge window [mem 0xbfa00000-0xbfafffff]
[    2.816786] pci 0000:84:00.0: [1022:1485] type 00 class 0x130000
[    2.817763] pci 0000:84:00.0: enabling Extended Tags
[    2.818846] pci 0000:84:00.2: [1022:1498] type 00 class 0x108000
[    2.819740] pci 0000:84:00.2: reg 0x18: [mem 0xbf900000-0xbf97ffff]
[    2.820735] pci 0000:84:00.2: reg 0x24: [mem 0xbf980000-0xbf981fff]
[    2.821730] pci 0000:84:00.2: enabling Extended Tags
[    2.822834] pci 0000:80:08.1: PCI bridge to [bus 84]
[    2.823724] pci 0000:80:08.1:   bridge window [mem 0xbf900000-0xbf9fffff]
[    2.824787] pci 0000:85:00.0: [1022:7901] type 00 class 0x010601
[    2.825868] pci 0000:85:00.0: reg 0x24: [mem 0xbf800000-0xbf8007ff]
[    2.826730] pci 0000:85:00.0: enabling Extended Tags
[    2.827774] pci 0000:85:00.0: PME# supported from D3hot D3cold
[    2.828803] pci 0000:80:08.2: PCI bridge to [bus 85]
[    2.829724] pci 0000:80:08.2:   bridge window [mem 0xbf800000-0xbf8fffff]
[    2.830967] ACPI: PCI Root Bridge [PC03] (domain 0000 [bus c0-ff])
[    2.831723] acpi PNP0A08:03: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    2.832764] acpi PNP0A08:03: _OSC: platform does not support [SHPCHotplug AER DPC]
[    2.833792] acpi PNP0A08:03: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
[    2.834721] acpi PNP0A08:03: FADT indicates ASPM is unsupported, using BIOS configuration
[    2.837038] PCI host bridge to bus 0000:c0
[    2.837721] pci_bus 0000:c0: root bus resource [io  0xa000-0xffff window]
[    2.838721] pci_bus 0000:c0: root bus resource [mem 0xc6000000-0xe0ffffff window]
[    2.839721] pci_bus 0000:c0: root bus resource [mem 0x10000000000-0x2bf3fffffff window]
[    2.840721] pci_bus 0000:c0: root bus resource [io  0x03b0-0x03df window]
[    2.841721] pci_bus 0000:c0: root bus resource [mem 0x000a0000-0x000bffff window]
[    2.842721] pci_bus 0000:c0: root bus resource [bus c0-ff]
[    2.844738] pci 0000:c0:00.0: [1022:1480] type 00 class 0x060000
[    2.845786] pci 0000:c0:00.2: [1022:164f] type 00 class 0x080600
[    2.846793] pci 0000:c0:01.0: [1022:1482] type 00 class 0x060000
[    2.847775] pci 0000:c0:02.0: [1022:1482] type 00 class 0x060000
[    2.848776] pci 0000:c0:03.0: [1022:1482] type 00 class 0x060000
[    2.849785] pci 0000:c0:03.1: [1022:1483] type 01 class 0x060400
[    2.850803] pci 0000:c0:03.1: PME# supported from D0 D3hot D3cold
[    2.856098] pci 0000:c0:03.2: [1022:1483] type 01 class 0x060400
[    2.856803] pci 0000:c0:03.2: PME# supported from D0 D3hot D3cold
[    2.861651] pci 0000:c0:03.3: [1022:1483] type 01 class 0x060400
[    2.862743] pci 0000:c0:03.3: PME# supported from D0 D3hot D3cold
[    2.867252] pci 0000:c0:03.4: [1022:1483] type 01 class 0x060400
[    2.867833] pci 0000:c0:03.4: PME# supported from D0 D3hot D3cold
[    2.873055] pci 0000:c0:04.0: [1022:1482] type 00 class 0x060000
[    2.873781] pci 0000:c0:05.0: [1022:1482] type 00 class 0x060000
[    2.874787] pci 0000:c0:05.1: [1022:149a] type 01 class 0x060400
[    2.875824] pci 0000:c0:05.1: PME# supported from D0 D3hot D3cold
[    2.876802] pci 0000:c0:05.2: [1022:149a] type 01 class 0x060400
[    2.877777] pci 0000:c0:05.2: PME# supported from D0 D3hot D3cold
[    2.878790] pci 0000:c0:07.0: [1022:1482] type 00 class 0x060000
[    2.880799] pci 0000:c0:07.1: [1022:1484] type 01 class 0x060400
[    2.881744] pci 0000:c0:07.1: enabling Extended Tags
[    2.882759] pci 0000:c0:07.1: PME# supported from D0 D3hot D3cold
[    2.883806] pci 0000:c0:08.0: [1022:1482] type 00 class 0x060000
[    2.884787] pci 0000:c0:08.1: [1022:1484] type 01 class 0x060400
[    2.885745] pci 0000:c0:08.1: enabling Extended Tags
[    2.886760] pci 0000:c0:08.1: PME# supported from D0 D3hot D3cold
[    2.887836] pci 0000:c0:03.1: PCI bridge to [bus c4]
[    2.888725] pci 0000:c0:03.1:   bridge window [mem 0xdb600000-0xdb9fffff]
[    2.889768] pci 0000:c0:03.2: PCI bridge to [bus c5]
[    2.890725] pci 0000:c0:03.2:   bridge window [mem 0xdb200000-0xdb5fffff]
[    2.891768] pci 0000:c0:03.3: PCI bridge to [bus c6]
[    2.892725] pci 0000:c0:03.3:   bridge window [mem 0xdae00000-0xdb1fffff]
[    2.893767] pci 0000:c0:03.4: PCI bridge to [bus c7]
[    2.894725] pci 0000:c0:03.4:   bridge window [mem 0xdaa00000-0xdadfffff]
[    2.895777] pci 0000:c1:00.0: [14e4:165f] type 00 class 0x020000
[    2.896740] pci 0000:c1:00.0: reg 0x10: [mem 0xc7030000-0xc703ffff 64bit pref]
[    2.897733] pci 0000:c1:00.0: reg 0x18: [mem 0xc7040000-0xc704ffff 64bit pref]
[    2.898733] pci 0000:c1:00.0: reg 0x20: [mem 0xc7050000-0xc705ffff 64bit pref]
[    2.899729] pci 0000:c1:00.0: reg 0x30: [mem 0xfffc0000-0xffffffff pref]
[    2.900799] pci 0000:c1:00.0: PME# supported from D0 D3hot D3cold
[    2.901765] pci 0000:c1:00.0: 4.000 Gb/s available PCIe bandwidth, limited by 5.0 GT/s PCIe x1 link at 0000:c0:05.1 (capable of 8.000 Gb/s with 5.0 GT/s PCIe x2 link)
[    2.903085] pci 0000:c1:00.1: [14e4:165f] type 00 class 0x020000
[    2.903740] pci 0000:c1:00.1: reg 0x10: [mem 0xc7000000-0xc700ffff 64bit pref]
[    2.904733] pci 0000:c1:00.1: reg 0x18: [mem 0xc7010000-0xc701ffff 64bit pref]
[    2.905733] pci 0000:c1:00.1: reg 0x20: [mem 0xc7020000-0xc702ffff 64bit pref]
[    2.906729] pci 0000:c1:00.1: reg 0x30: [mem 0xfffc0000-0xffffffff pref]
[    2.907799] pci 0000:c1:00.1: PME# supported from D0 D3hot D3cold
[    2.911740] pci 0000:c0:05.1: PCI bridge to [bus c1]
[    2.912727] pci 0000:c0:05.1:   bridge window [mem 0xc7000000-0xc70fffff 64bit pref]
[    2.913765] pci 0000:c2:00.0: [1556:be00] type 01 class 0x060400
[    2.917733] pci 0000:c0:05.2: PCI bridge to [bus c2-c3]
[    2.918724] pci 0000:c0:05.2:   bridge window [mem 0xda000000-0xda8fffff]
[    2.919724] pci 0000:c0:05.2:   bridge window [mem 0xc6000000-0xc6ffffff 64bit pref]
[    2.920747] pci_bus 0000:c3: extended config space not accessible
[    2.921734] pci 0000:c3:00.0: [102b:0536] type 00 class 0x030000
[    2.922736] pci 0000:c3:00.0: reg 0x10: [mem 0xc6000000-0xc6ffffff pref]
[    2.923729] pci 0000:c3:00.0: reg 0x14: [mem 0xda808000-0xda80bfff]
[    2.924729] pci 0000:c3:00.0: reg 0x18: [mem 0xda000000-0xda7fffff]
[    2.925760] pci 0000:c3:00.0: BAR 0: assigned to efifb
[    2.926727] pci 0000:c3:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    2.927803] pci 0000:c2:00.0: PCI bridge to [bus c3]
[    2.928727] pci 0000:c2:00.0:   bridge window [mem 0xda000000-0xda8fffff]
[    2.929725] pci 0000:c2:00.0:   bridge window [mem 0xc6000000-0xc6ffffff 64bit pref]
[    2.930769] pci 0000:c8:00.0: [1022:148a] type 00 class 0x130000
[    2.931757] pci 0000:c8:00.0: enabling Extended Tags
[    2.932818] pci 0000:c8:00.2: [1022:1498] type 00 class 0x108000
[    2.933737] pci 0000:c8:00.2: reg 0x18: [mem 0xdbb00000-0xdbb7ffff]
[    2.934734] pci 0000:c8:00.2: reg 0x24: [mem 0xdbb80000-0xdbb81fff]
[    2.935729] pci 0000:c8:00.2: enabling Extended Tags
[    2.937790] pci 0000:c0:07.1: PCI bridge to [bus c8]
[    2.938724] pci 0000:c0:07.1:   bridge window [mem 0xdbb00000-0xdbbfffff]
[    2.939787] pci 0000:c9:00.0: [1022:1485] type 00 class 0x130000
[    2.940761] pci 0000:c9:00.0: enabling Extended Tags
[    2.942730] pci 0000:c9:00.2: [1022:1498] type 00 class 0x108000
[    2.943739] pci 0000:c9:00.2: reg 0x18: [mem 0xdba00000-0xdba7ffff]
[    2.944735] pci 0000:c9:00.2: reg 0x24: [mem 0xdba80000-0xdba81fff]
[    2.945730] pci 0000:c9:00.2: enabling Extended Tags
[    2.946832] pci 0000:c0:08.1: PCI bridge to [bus c9]
[    2.947724] pci 0000:c0:08.1:   bridge window [mem 0xdba00000-0xdbafffff]
[    2.951983] iommu: Default domain type: Translated 
[    2.952722] iommu: DMA domain TLB invalidation policy: lazy mode 
[    2.953799] SCSI subsystem initialized
[    2.954732] ACPI: bus type USB registered
[    2.955739] usbcore: registered new interface driver usbfs
[    2.956725] usbcore: registered new interface driver hub
[    2.957736] usbcore: registered new device driver usb
[    2.959725] pps_core: LinuxPPS API ver. 1 registered
[    2.960721] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    2.961722] PTP clock support registered
[    2.962750] EDAC MC: Ver: 3.0.0
[    2.963864] Registered efivars operations
[    2.964856] NetLabel: Initializing
[    2.965721] NetLabel:  domain hash size = 128
[    2.966721] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    2.967730] NetLabel:  unlabeled traffic allowed by default
[    2.968721] PCI: Using ACPI for IRQ routing
[    2.974131] Expanded resource Reserved due to conflict with PCI Bus 0000:00
[    2.974779] pci 0000:c3:00.0: vgaarb: setting as boot VGA device
[    2.975720] pci 0000:c3:00.0: vgaarb: bridge control possible
[    2.975720] pci 0000:c3:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    2.975722] vgaarb: loaded
[    2.976765] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    2.977721] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    2.980922] clocksource: Switched to clocksource tsc-early
[    2.993479] VFS: Disk quotas dquot_6.6.0
[    2.997427] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    3.004353] pnp: PnP ACPI init
[    3.007531] system 00:00: [mem 0x80000000-0x8fffffff] has been reserved
[    3.014173] system 00:01: [mem 0xff000000-0xffffffff] has been reserved
[    3.021279] pnp: PnP ACPI: found 5 devices
[    3.031090] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    3.040014] NET: Registered PF_INET protocol family
[    3.045024] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc)
[    3.053747] tcp_listen_portaddr_hash hash table entries: 65536 (order: 8, 1048576 bytes, vmalloc)
[    3.062746] TCP established hash table entries: 524288 (order: 10, 4194304 bytes, vmalloc)
[    3.071376] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, vmalloc)
[    3.078927] TCP: Hash tables configured (established 524288 bind 65536)
[    3.085754] MPTCP token hash table entries: 65536 (order: 8, 1572864 bytes, vmalloc)
[    3.093588] UDP hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc)
[    3.100833] UDP-Lite hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc)
[    3.108609] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    3.114273] NET: Registered PF_XDP protocol family
[    3.119063] pci 0000:01:00.0: can't claim BAR 6 [mem 0xfff00000-0xffffffff pref]: no compatible bridge window
[    3.128970] pci 0000:c1:00.0: can't claim BAR 6 [mem 0xfffc0000-0xffffffff pref]: no compatible bridge window
[    3.138871] pci 0000:c1:00.1: can't claim BAR 6 [mem 0xfffc0000-0xffffffff pref]: no compatible bridge window
[    3.148818] pci 0000:01:00.0: BAR 6: no space for [mem size 0x00100000 pref]
[    3.155866] pci 0000:01:00.0: BAR 6: failed to assign [mem size 0x00100000 pref]
[    3.163260] pci 0000:01:00.0: BAR 9: no space for [mem size 0x01000000 64bit]
[    3.170389] pci 0000:01:00.0: BAR 9: failed to assign [mem size 0x01000000 64bit]
[    3.177874] pci 0000:01:00.0: BAR 7: no space for [mem size 0x00100000 64bit]
[    3.185000] pci 0000:01:00.0: BAR 7: failed to assign [mem size 0x00100000 64bit]
[    3.192480] pci 0000:00:03.2: PCI bridge to [bus 01]
[    3.197447] pci 0000:00:03.2:   bridge window [io  0x1000-0x1fff]
[    3.203541] pci 0000:00:03.2:   bridge window [mem 0xf7300000-0xf74fffff]
[    3.210329] pci 0000:00:07.1: PCI bridge to [bus 02]
[    3.215292] pci 0000:00:07.1:   bridge window [mem 0xf7200000-0xf72fffff]
[    3.222079] pci 0000:00:08.1: PCI bridge to [bus 03]
[    3.227044] pci 0000:00:08.1:   bridge window [mem 0xf7000000-0xf71fffff]
[    3.233830] pci_bus 0000:00: Some PCI device resources are unassigned, try booting with pci=realloc
[    3.242871] pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
[    3.249045] pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
[    3.255242] pci_bus 0000:00: resource 6 [mem 0x000c0000-0x000fffff window]
[    3.262112] pci_bus 0000:00: resource 7 [io  0x0d00-0x3fff window]
[    3.268293] pci_bus 0000:00: resource 8 [mem 0xe1000000-0xfebfffff window]
[    3.275164] pci_bus 0000:00: resource 9 [mem 0x63dc0000000-0x7fcffffffff window]
[    3.282556] pci_bus 0000:01: resource 0 [io  0x1000-0x1fff]
[    3.288130] pci_bus 0000:01: resource 1 [mem 0xf7300000-0xf74fffff]
[    3.294395] pci_bus 0000:02: resource 1 [mem 0xf7200000-0xf72fffff]
[    3.300660] pci_bus 0000:03: resource 1 [mem 0xf7000000-0xf71fffff]
[    3.306956] pci 0000:40:03.1: bridge window [io  0x1000-0x0fff] to [bus 41] add_size 1000
[    3.315123] pci 0000:40:03.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 41] add_size 200000 add_align 100000
[    3.326590] pci 0000:40:03.2: bridge window [io  0x1000-0x0fff] to [bus 42] add_size 1000
[    3.334763] pci 0000:40:03.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 42] add_size 200000 add_align 100000
[    3.346228] pci 0000:40:03.3: bridge window [io  0x1000-0x0fff] to [bus 43] add_size 1000
[    3.354399] pci 0000:40:03.3: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 43] add_size 200000 add_align 100000
[    3.365893] pci 0000:40:03.4: bridge window [io  0x1000-0x0fff] to [bus 44] add_size 1000
[    3.374068] pci 0000:40:03.4: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 44] add_size 200000 add_align 100000
[    3.385533] pci 0000:40:03.1: BAR 15: assigned [mem 0x47e80000000-0x47e801fffff 64bit pref]
[    3.393876] pci 0000:40:03.2: BAR 15: assigned [mem 0x47e80200000-0x47e803fffff 64bit pref]
[    3.402221] pci 0000:40:03.3: BAR 15: assigned [mem 0x47e80400000-0x47e805fffff 64bit pref]
[    3.410564] pci 0000:40:03.4: BAR 15: assigned [mem 0x47e80600000-0x47e807fffff 64bit pref]
[    3.418912] pci 0000:40:03.1: BAR 13: assigned [io  0x4000-0x4fff]
[    3.425088] pci 0000:40:03.2: BAR 13: assigned [io  0x5000-0x5fff]
[    3.431267] pci 0000:40:03.3: BAR 13: assigned [io  0x6000-0x6fff]
[    3.437447] pci 0000:40:03.4: BAR 13: no space for [io  size 0x1000]
[    3.443799] pci 0000:40:03.4: BAR 13: failed to assign [io  size 0x1000]
[    3.450495] pci 0000:40:03.4: BAR 13: assigned [io  0x4000-0x4fff]
[    3.456671] pci 0000:40:03.3: BAR 13: assigned [io  0x5000-0x5fff]
[    3.462848] pci 0000:40:03.2: BAR 13: assigned [io  0x6000-0x6fff]
[    3.469029] pci 0000:40:03.1: BAR 13: no space for [io  size 0x1000]
[    3.475381] pci 0000:40:03.1: BAR 13: failed to assign [io  size 0x1000]
[    3.482079] pci 0000:40:03.1: PCI bridge to [bus 41]
[    3.487045] pci 0000:40:03.1:   bridge window [mem 0xa4c00000-0xa4ffffff]
[    3.493833] pci 0000:40:03.1:   bridge window [mem 0x47e80000000-0x47e801fffff 64bit pref]
[    3.502091] pci 0000:40:03.2: PCI bridge to [bus 42]
[    3.507056] pci 0000:40:03.2:   bridge window [io  0x6000-0x6fff]
[    3.513149] pci 0000:40:03.2:   bridge window [mem 0xa4800000-0xa4bfffff]
[    3.519933] pci 0000:40:03.2:   bridge window [mem 0x47e80200000-0x47e803fffff 64bit pref]
[    3.528194] pci 0000:40:03.3: PCI bridge to [bus 43]
[    3.533158] pci 0000:40:03.3:   bridge window [io  0x5000-0x5fff]
[    3.539253] pci 0000:40:03.3:   bridge window [mem 0xa4400000-0xa47fffff]
[    3.546037] pci 0000:40:03.3:   bridge window [mem 0x47e80400000-0x47e805fffff 64bit pref]
[    3.554297] pci 0000:40:03.4: PCI bridge to [bus 44]
[    3.559262] pci 0000:40:03.4:   bridge window [io  0x4000-0x4fff]
[    3.565365] pci 0000:40:03.4:   bridge window [mem 0xa4000000-0xa43fffff]
[    3.572148] pci 0000:40:03.4:   bridge window [mem 0x47e80600000-0x47e807fffff 64bit pref]
[    3.580409] pci 0000:40:07.1: PCI bridge to [bus 45]
[    3.585373] pci 0000:40:07.1:   bridge window [mem 0xa5300000-0xa53fffff]
[    3.592160] pci 0000:40:08.1: PCI bridge to [bus 46]
[    3.597124] pci 0000:40:08.1:   bridge window [mem 0xa5000000-0xa52fffff]
[    3.603913] pci_bus 0000:40: resource 4 [io  0x4000-0x6fff window]
[    3.610087] pci_bus 0000:40: resource 5 [mem 0x90000000-0xaaffffff window]
[    3.616960] pci_bus 0000:40: resource 6 [mem 0x47e80000000-0x63dbfffffff window]
[    3.624351] pci_bus 0000:41: resource 1 [mem 0xa4c00000-0xa4ffffff]
[    3.630616] pci_bus 0000:41: resource 2 [mem 0x47e80000000-0x47e801fffff 64bit pref]
[    3.638356] pci_bus 0000:42: resource 0 [io  0x6000-0x6fff]
[    3.643928] pci_bus 0000:42: resource 1 [mem 0xa4800000-0xa4bfffff]
[    3.650193] pci_bus 0000:42: resource 2 [mem 0x47e80200000-0x47e803fffff 64bit pref]
[    3.657932] pci_bus 0000:43: resource 0 [io  0x5000-0x5fff]
[    3.663504] pci_bus 0000:43: resource 1 [mem 0xa4400000-0xa47fffff]
[    3.669771] pci_bus 0000:43: resource 2 [mem 0x47e80400000-0x47e805fffff 64bit pref]
[    3.677511] pci_bus 0000:44: resource 0 [io  0x4000-0x4fff]
[    3.683083] pci_bus 0000:44: resource 1 [mem 0xa4000000-0xa43fffff]
[    3.689347] pci_bus 0000:44: resource 2 [mem 0x47e80600000-0x47e807fffff 64bit pref]
[    3.697086] pci_bus 0000:45: resource 1 [mem 0xa5300000-0xa53fffff]
[    3.703355] pci_bus 0000:46: resource 1 [mem 0xa5000000-0xa52fffff]
[    3.709713] pci 0000:80:01.1: bridge window [io  0x1000-0x0fff] to [bus 81] add_size 1000
[    3.717901] pci 0000:80:01.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 81] add_size 200000 add_align 100000
[    3.729369] pci 0000:80:01.2: bridge window [io  0x1000-0x0fff] to [bus 82] add_size 1000
[    3.737541] pci 0000:80:01.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 82] add_size 200000 add_align 100000
[    3.749014] pci 0000:80:01.1: BAR 15: assigned [mem 0x2bf40000000-0x2bf401fffff 64bit pref]
[    3.757364] pci 0000:80:01.2: BAR 15: assigned [mem 0x2bf40200000-0x2bf403fffff 64bit pref]
[    3.765707] pci 0000:80:01.1: BAR 13: assigned [io  0x7000-0x7fff]
[    3.771888] pci 0000:80:01.2: BAR 13: assigned [io  0x8000-0x8fff]
[    3.778067] pci 0000:80:01.1: PCI bridge to [bus 81]
[    3.783033] pci 0000:80:01.1:   bridge window [io  0x7000-0x7fff]
[    3.789128] pci 0000:80:01.1:   bridge window [mem 0xbf400000-0xbf7fffff]
[    3.795911] pci 0000:80:01.1:   bridge window [mem 0x2bf40000000-0x2bf401fffff 64bit pref]
[    3.804172] pci 0000:80:01.2: PCI bridge to [bus 82]
[    3.809134] pci 0000:80:01.2:   bridge window [io  0x8000-0x8fff]
[    3.815228] pci 0000:80:01.2:   bridge window [mem 0xbf000000-0xbf3fffff]
[    3.822015] pci 0000:80:01.2:   bridge window [mem 0x2bf40200000-0x2bf403fffff 64bit pref]
[    3.830274] pci 0000:80:07.1: PCI bridge to [bus 83]
[    3.835239] pci 0000:80:07.1:   bridge window [mem 0xbfa00000-0xbfafffff]
[    3.842026] pci 0000:80:08.1: PCI bridge to [bus 84]
[    3.846990] pci 0000:80:08.1:   bridge window [mem 0xbf900000-0xbf9fffff]
[    3.853776] pci 0000:80:08.2: PCI bridge to [bus 85]
[    3.858741] pci 0000:80:08.2:   bridge window [mem 0xbf800000-0xbf8fffff]
[    3.865530] pci_bus 0000:80: resource 4 [io  0x7000-0x9fff window]
[    3.871715] pci_bus 0000:80: resource 5 [mem 0xab000000-0xc5ffffff window]
[    3.878584] pci_bus 0000:80: resource 6 [mem 0x2bf40000000-0x47e7fffffff window]
[    3.885976] pci_bus 0000:81: resource 0 [io  0x7000-0x7fff]
[    3.891549] pci_bus 0000:81: resource 1 [mem 0xbf400000-0xbf7fffff]
[    3.897814] pci_bus 0000:81: resource 2 [mem 0x2bf40000000-0x2bf401fffff 64bit pref]
[    3.905554] pci_bus 0000:82: resource 0 [io  0x8000-0x8fff]
[    3.911126] pci_bus 0000:82: resource 1 [mem 0xbf000000-0xbf3fffff]
[    3.917391] pci_bus 0000:82: resource 2 [mem 0x2bf40200000-0x2bf403fffff 64bit pref]
[    3.925129] pci_bus 0000:83: resource 1 [mem 0xbfa00000-0xbfafffff]
[    3.931396] pci_bus 0000:84: resource 1 [mem 0xbf900000-0xbf9fffff]
[    3.937661] pci_bus 0000:85: resource 1 [mem 0xbf800000-0xbf8fffff]
[    3.943965] pci 0000:c0:03.1: bridge window [io  0x1000-0x0fff] to [bus c4] add_size 1000
[    3.952135] pci 0000:c0:03.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus c4] add_size 200000 add_align 100000
[    3.963601] pci 0000:c0:03.2: bridge window [io  0x1000-0x0fff] to [bus c5] add_size 1000
[    3.971773] pci 0000:c0:03.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus c5] add_size 200000 add_align 100000
[    3.983238] pci 0000:c0:03.3: bridge window [io  0x1000-0x0fff] to [bus c6] add_size 1000
[    3.991410] pci 0000:c0:03.3: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus c6] add_size 200000 add_align 100000
[    4.002886] pci 0000:c0:03.4: bridge window [io  0x1000-0x0fff] to [bus c7] add_size 1000
[    4.011056] pci 0000:c0:03.4: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus c7] add_size 200000 add_align 100000
[    4.022530] pci 0000:c0:03.1: BAR 15: assigned [mem 0x10000000000-0x100001fffff 64bit pref]
[    4.030878] pci 0000:c0:03.2: BAR 15: assigned [mem 0x10000200000-0x100003fffff 64bit pref]
[    4.039223] pci 0000:c0:03.3: BAR 15: assigned [mem 0x10000400000-0x100005fffff 64bit pref]
[    4.047569] pci 0000:c0:03.4: BAR 15: assigned [mem 0x10000600000-0x100007fffff 64bit pref]
[    4.055915] pci 0000:c0:05.1: BAR 14: assigned [mem 0xc7100000-0xc71fffff]
[    4.062786] pci 0000:c0:03.1: BAR 13: assigned [io  0xa000-0xafff]
[    4.068966] pci 0000:c0:03.2: BAR 13: assigned [io  0xb000-0xbfff]
[    4.075143] pci 0000:c0:03.3: BAR 13: assigned [io  0xc000-0xcfff]
[    4.081321] pci 0000:c0:03.4: BAR 13: assigned [io  0xd000-0xdfff]
[    4.087510] pci 0000:c0:03.1: PCI bridge to [bus c4]
[    4.092475] pci 0000:c0:03.1:   bridge window [io  0xa000-0xafff]
[    4.098571] pci 0000:c0:03.1:   bridge window [mem 0xdb600000-0xdb9fffff]
[    4.105355] pci 0000:c0:03.1:   bridge window [mem 0x10000000000-0x100001fffff 64bit pref]
[    4.113615] pci 0000:c0:03.2: PCI bridge to [bus c5]
[    4.118579] pci 0000:c0:03.2:   bridge window [io  0xb000-0xbfff]
[    4.124673] pci 0000:c0:03.2:   bridge window [mem 0xdb200000-0xdb5fffff]
[    4.131458] pci 0000:c0:03.2:   bridge window [mem 0x10000200000-0x100003fffff 64bit pref]
[    4.139719] pci 0000:c0:03.3: PCI bridge to [bus c6]
[    4.144689] pci 0000:c0:03.3:   bridge window [io  0xc000-0xcfff]
[    4.150784] pci 0000:c0:03.3:   bridge window [mem 0xdae00000-0xdb1fffff]
[    4.157567] pci 0000:c0:03.3:   bridge window [mem 0x10000400000-0x100005fffff 64bit pref]
[    4.165828] pci 0000:c0:03.4: PCI bridge to [bus c7]
[    4.170791] pci 0000:c0:03.4:   bridge window [io  0xd000-0xdfff]
[    4.176885] pci 0000:c0:03.4:   bridge window [mem 0xdaa00000-0xdadfffff]
[    4.183687] pci 0000:c0:03.4:   bridge window [mem 0x10000600000-0x100007fffff 64bit pref]
[    4.191958] pci 0000:c1:00.0: BAR 6: assigned [mem 0xc7100000-0xc713ffff pref]
[    4.199173] pci 0000:c1:00.1: BAR 6: assigned [mem 0xc7140000-0xc717ffff pref]
[    4.206399] pci 0000:c0:05.1: PCI bridge to [bus c1]
[    4.211370] pci 0000:c0:05.1:   bridge window [mem 0xc7100000-0xc71fffff]
[    4.218156] pci 0000:c0:05.1:   bridge window [mem 0xc7000000-0xc70fffff 64bit pref]
[    4.225895] pci 0000:c2:00.0: PCI bridge to [bus c3]
[    4.230861] pci 0000:c2:00.0:   bridge window [mem 0xda000000-0xda8fffff]
[    4.237645] pci 0000:c2:00.0:   bridge window [mem 0xc6000000-0xc6ffffff 64bit pref]
[    4.245386] pci 0000:c0:05.2: PCI bridge to [bus c2-c3]
[    4.250608] pci 0000:c0:05.2:   bridge window [mem 0xda000000-0xda8fffff]
[    4.257393] pci 0000:c0:05.2:   bridge window [mem 0xc6000000-0xc6ffffff 64bit pref]
[    4.265137] pci 0000:c0:07.1: PCI bridge to [bus c8]
[    4.270099] pci 0000:c0:07.1:   bridge window [mem 0xdbb00000-0xdbbfffff]
[    4.276888] pci 0000:c0:08.1: PCI bridge to [bus c9]
[    4.281850] pci 0000:c0:08.1:   bridge window [mem 0xdba00000-0xdbafffff]
[    4.288638] pci_bus 0000:c0: resource 4 [io  0xa000-0xffff window]
[    4.294815] pci_bus 0000:c0: resource 5 [mem 0xc6000000-0xe0ffffff window]
[    4.301685] pci_bus 0000:c0: resource 6 [mem 0x10000000000-0x2bf3fffffff window]
[    4.309078] pci_bus 0000:c0: resource 7 [io  0x03b0-0x03df window]
[    4.315256] pci_bus 0000:c0: resource 8 [mem 0x000a0000-0x000bffff window]
[    4.322129] pci_bus 0000:c4: resource 0 [io  0xa000-0xafff]
[    4.327701] pci_bus 0000:c4: resource 1 [mem 0xdb600000-0xdb9fffff]
[    4.333968] pci_bus 0000:c4: resource 2 [mem 0x10000000000-0x100001fffff 64bit pref]
[    4.341706] pci_bus 0000:c5: resource 0 [io  0xb000-0xbfff]
[    4.347279] pci_bus 0000:c5: resource 1 [mem 0xdb200000-0xdb5fffff]
[    4.353543] pci_bus 0000:c5: resource 2 [mem 0x10000200000-0x100003fffff 64bit pref]
[    4.361284] pci_bus 0000:c6: resource 0 [io  0xc000-0xcfff]
[    4.366855] pci_bus 0000:c6: resource 1 [mem 0xdae00000-0xdb1fffff]
[    4.373122] pci_bus 0000:c6: resource 2 [mem 0x10000400000-0x100005fffff 64bit pref]
[    4.380860] pci_bus 0000:c7: resource 0 [io  0xd000-0xdfff]
[    4.386476] pci_bus 0000:c7: resource 1 [mem 0xdaa00000-0xdadfffff]
[    4.392741] pci_bus 0000:c7: resource 2 [mem 0x10000600000-0x100007fffff 64bit pref]
[    4.400480] pci_bus 0000:c1: resource 1 [mem 0xc7100000-0xc71fffff]
[    4.406746] pci_bus 0000:c1: resource 2 [mem 0xc7000000-0xc70fffff 64bit pref]
[    4.413965] pci_bus 0000:c2: resource 1 [mem 0xda000000-0xda8fffff]
[    4.420232] pci_bus 0000:c2: resource 2 [mem 0xc6000000-0xc6ffffff 64bit pref]
[    4.427451] pci_bus 0000:c3: resource 1 [mem 0xda000000-0xda8fffff]
[    4.433715] pci_bus 0000:c3: resource 2 [mem 0xc6000000-0xc6ffffff 64bit pref]
[    4.440934] pci_bus 0000:c8: resource 1 [mem 0xdbb00000-0xdbbfffff]
[    4.447202] pci_bus 0000:c9: resource 1 [mem 0xdba00000-0xdbafffff]
[    4.453857] PCI: CLS 64 bytes, default 64
[    4.457946] Trying to unpack rootfs image as initramfs...
[    4.463346] pci 0000:c0:00.2: AMD-Vi: IOMMU performance counters supported
[    4.463374] pci 0000:80:00.2: AMD-Vi: IOMMU performance counters supported
[    4.477118] pci 0000:40:00.2: AMD-Vi: IOMMU performance counters supported
[    4.484007] pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
[    4.490914] pci 0000:00:01.0: Adding to iommu group 0
[    4.495984] pci 0000:00:02.0: Adding to iommu group 1
[    4.501055] pci 0000:00:03.0: Adding to iommu group 2
[    4.506117] pci 0000:00:03.2: Adding to iommu group 3
[    4.511184] pci 0000:00:04.0: Adding to iommu group 4
[    4.516253] pci 0000:00:05.0: Adding to iommu group 5
[    4.521327] pci 0000:00:07.0: Adding to iommu group 6
[    4.526390] pci 0000:00:07.1: Adding to iommu group 7
[    4.531464] pci 0000:00:08.0: Adding to iommu group 8
[    4.536527] pci 0000:00:08.1: Adding to iommu group 9
[    4.541602] pci 0000:00:14.0: Adding to iommu group 10
[    4.546751] pci 0000:00:14.3: Adding to iommu group 10
[    4.551952] pci 0000:00:18.0: Adding to iommu group 11
[    4.557099] pci 0000:00:18.1: Adding to iommu group 11
[    4.562249] pci 0000:00:18.2: Adding to iommu group 11
[    4.567399] pci 0000:00:18.3: Adding to iommu group 11
[    4.572555] pci 0000:00:18.4: Adding to iommu group 11
[    4.577710] pci 0000:00:18.5: Adding to iommu group 11
[    4.582854] pci 0000:00:18.6: Adding to iommu group 11
[    4.588022] pci 0000:00:18.7: Adding to iommu group 11
[    4.593171] pci 0000:01:00.0: Adding to iommu group 12
[    4.598327] pci 0000:02:00.0: Adding to iommu group 13
[    4.603474] pci 0000:02:00.2: Adding to iommu group 14
[    4.608622] pci 0000:03:00.0: Adding to iommu group 15
[    4.613772] pci 0000:03:00.2: Adding to iommu group 16
[    4.618926] pci 0000:03:00.3: Adding to iommu group 17
[    4.624082] pci 0000:40:01.0: Adding to iommu group 18
[    4.629237] pci 0000:40:02.0: Adding to iommu group 19
[    4.634422] pci 0000:40:03.0: Adding to iommu group 20
[    4.639579] pci 0000:40:03.1: Adding to iommu group 20
[    4.644738] pci 0000:40:03.2: Adding to iommu group 20
[    4.649892] pci 0000:40:03.3: Adding to iommu group 20
[    4.655048] pci 0000:40:03.4: Adding to iommu group 20
[    4.660211] pci 0000:40:04.0: Adding to iommu group 21
[    4.665364] pci 0000:40:05.0: Adding to iommu group 22
[    4.670522] pci 0000:40:07.0: Adding to iommu group 23
[    4.675673] pci 0000:40:07.1: Adding to iommu group 24
[    4.680837] pci 0000:40:08.0: Adding to iommu group 25
[    4.685987] pci 0000:40:08.1: Adding to iommu group 26
[    4.691176] pci 0000:45:00.0: Adding to iommu group 27
[    4.696324] pci 0000:45:00.2: Adding to iommu group 28
[    4.701475] pci 0000:46:00.0: Adding to iommu group 29
[    4.706629] pci 0000:46:00.1: Adding to iommu group 30
[    4.711784] pci 0000:46:00.2: Adding to iommu group 31
[    4.716934] pci 0000:46:00.3: Adding to iommu group 32
[    4.722121] pci 0000:80:01.0: Adding to iommu group 33
[    4.727274] pci 0000:80:01.1: Adding to iommu group 33
[    4.732430] pci 0000:80:01.2: Adding to iommu group 33
[    4.737589] pci 0000:80:02.0: Adding to iommu group 34
[    4.742746] pci 0000:80:03.0: Adding to iommu group 35
[    4.747902] pci 0000:80:04.0: Adding to iommu group 36
[    4.753058] pci 0000:80:05.0: Adding to iommu group 37
[    4.758215] pci 0000:80:07.0: Adding to iommu group 38
[    4.763368] pci 0000:80:07.1: Adding to iommu group 39
[    4.768531] pci 0000:80:08.0: Adding to iommu group 40
[    4.773678] pci 0000:80:08.1: Adding to iommu group 41
[    4.778828] pci 0000:80:08.2: Adding to iommu group 42
[    4.783984] pci 0000:83:00.0: Adding to iommu group 43
[    4.786670] Freeing initrd memory: 35908K
[    4.789141] pci 0000:83:00.2: Adding to iommu group 44
[    4.798294] pci 0000:84:00.0: Adding to iommu group 45
[    4.803450] pci 0000:84:00.2: Adding to iommu group 46
[    4.808604] pci 0000:85:00.0: Adding to iommu group 47
[    4.813767] pci 0000:c0:01.0: Adding to iommu group 48
[    4.818922] pci 0000:c0:02.0: Adding to iommu group 49
[    4.824109] pci 0000:c0:03.0: Adding to iommu group 50
[    4.829277] pci 0000:c0:03.1: Adding to iommu group 50
[    4.834433] pci 0000:c0:03.2: Adding to iommu group 50
[    4.839587] pci 0000:c0:03.3: Adding to iommu group 50
[    4.844745] pci 0000:c0:03.4: Adding to iommu group 50
[    4.849904] pci 0000:c0:04.0: Adding to iommu group 51
[    4.855074] pci 0000:c0:05.0: Adding to iommu group 52
[    4.860232] pci 0000:c0:05.1: Adding to iommu group 52
[    4.865385] pci 0000:c0:05.2: Adding to iommu group 52
[    4.870548] pci 0000:c0:07.0: Adding to iommu group 53
[    4.875698] pci 0000:c0:07.1: Adding to iommu group 54
[    4.880862] pci 0000:c0:08.0: Adding to iommu group 55
[    4.886012] pci 0000:c0:08.1: Adding to iommu group 56
[    4.891156] pci 0000:c1:00.0: Adding to iommu group 52
[    4.896295] pci 0000:c1:00.1: Adding to iommu group 52
[    4.901435] pci 0000:c2:00.0: Adding to iommu group 52
[    4.906576] pci 0000:c3:00.0: Adding to iommu group 52
[    4.911739] pci 0000:c8:00.0: Adding to iommu group 57
[    4.916891] pci 0000:c8:00.2: Adding to iommu group 58
[    4.922047] pci 0000:c9:00.0: Adding to iommu group 59
[    4.927205] pci 0000:c9:00.2: Adding to iommu group 60
[    4.961633] pci 0000:c0:00.2: AMD-Vi: Found IOMMU cap 0x40
[    4.967122] AMD-Vi: Extended features (0x841f77e022094ace): PPR X2APIC NX IA GA PC
[    4.974694] pci 0000:80:00.2: AMD-Vi: Found IOMMU cap 0x40
[    4.980179] AMD-Vi: Extended features (0x841f77e022094ace): PPR X2APIC NX IA GA PC
[    4.987745] pci 0000:40:00.2: AMD-Vi: Found IOMMU cap 0x40
[    4.993232] AMD-Vi: Extended features (0x841f77e022094ace): PPR X2APIC NX IA GA PC
[    5.000825] pci 0000:00:00.2: AMD-Vi: Found IOMMU cap 0x40
[    5.006308] AMD-Vi: Extended features (0x841f77e022094ace): PPR X2APIC NX IA GA PC
[    5.013874] AMD-Vi: Interrupt remapping enabled
[    5.018408] AMD-Vi: X2APIC enabled
[    5.022049] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    5.028490] software IO TLB: mapped [mem 0x000000000459f000-0x000000001459f000] (256MB)
[    5.036532] ACPI: bus type thunderbolt registered
[    5.041354] LVT offset 0 assigned for vector 0x400
[    5.047650] perf: AMD IBS detected (0x000003ff)
[    5.052198] amd_uncore: 4  amd_df counters detected
[    5.057090] amd_uncore: 6  amd_l3 counters detected
[    5.064208] perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
[    5.071354] perf/amd_iommu: Detected AMD IOMMU #1 (2 banks, 4 counters/bank).
[    5.078493] perf/amd_iommu: Detected AMD IOMMU #2 (2 banks, 4 counters/bank).
[    5.085635] perf/amd_iommu: Detected AMD IOMMU #3 (2 banks, 4 counters/bank).
[    5.105238] Initialise system trusted keyrings
[    5.109688] Key type blacklist registered
[    5.113804] workingset: timestamp_bits=36 max_order=26 bucket_order=0
[    5.121084] zbud: loaded
[    5.123891] integrity: Platform Keyring initialized
[    5.132219] NET: Registered PF_ALG protocol family
[    5.137013] xor: automatically using best checksumming function   avx       
[    5.144059] Key type asymmetric registered
[    5.148157] Asymmetric key parser 'x509' registered
[    5.153037] Running certificate verification selftests
[    5.198057] Loaded X.509 cert 'Certificate verification self-testing key: f58703bb33ce1b73ee02eccdee5b8817518fe3db'
[    5.208894] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[    5.216407] io scheduler mq-deadline registered
[    5.220938] io scheduler kyber registered
[    5.225003] io scheduler bfq registered
[    5.231255] atomic64_test: passed for x86-64 platform with CX8 and with SSE
[    5.238669] pcieport 0000:00:03.2: PME: Signaling with IRQ 30
[    5.244656] pcieport 0000:00:07.1: PME: Signaling with IRQ 32
[    5.250524] pcieport 0000:00:08.1: PME: Signaling with IRQ 33
[    5.256415] pcieport 0000:40:03.1: PME: Signaling with IRQ 34
[    5.262190] pcieport 0000:40:03.1: pciehp: Slot #167 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    5.276070] pcieport 0000:40:03.2: PME: Signaling with IRQ 35
[    5.281846] pcieport 0000:40:03.2: pciehp: Slot #166 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    5.295692] pcieport 0000:40:03.3: PME: Signaling with IRQ 36
[    5.301465] pcieport 0000:40:03.3: pciehp: Slot #169 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    5.315324] pcieport 0000:40:03.4: PME: Signaling with IRQ 37
[    5.321097] pcieport 0000:40:03.4: pciehp: Slot #168 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    5.334976] pcieport 0000:40:07.1: PME: Signaling with IRQ 39
[    5.340843] pcieport 0000:40:08.1: PME: Signaling with IRQ 40
[    5.346801] pcieport 0000:80:01.1: PME: Signaling with IRQ 41
[    5.352581] pcieport 0000:80:01.1: pciehp: Slot #160 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    5.366510] pcieport 0000:80:01.2: PME: Signaling with IRQ 42
[    5.372304] pcieport 0000:80:01.2: pciehp: Slot #161 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    5.386217] pcieport 0000:80:07.1: PME: Signaling with IRQ 44
[    5.392124] pcieport 0000:80:08.1: PME: Signaling with IRQ 46
[    5.398003] pcieport 0000:80:08.2: PME: Signaling with IRQ 47
[    5.403880] pcieport 0000:c0:03.1: PME: Signaling with IRQ 48
[    5.409654] pcieport 0000:c0:03.1: pciehp: Slot #163 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    5.423498] pcieport 0000:c0:03.2: PME: Signaling with IRQ 49
[    5.429302] pcieport 0000:c0:03.2: pciehp: Slot #162 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    5.443129] pcieport 0000:c0:03.3: PME: Signaling with IRQ 50
[    5.448901] pcieport 0000:c0:03.3: pciehp: Slot #165 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    5.462752] pcieport 0000:c0:03.4: PME: Signaling with IRQ 51
[    5.468520] pcieport 0000:c0:03.4: pciehp: Slot #164 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    5.482343] pcieport 0000:c0:05.1: PME: Signaling with IRQ 52
[    5.488192] pcieport 0000:c0:05.2: PME: Signaling with IRQ 53
[    5.494085] pcieport 0000:c0:07.1: PME: Signaling with IRQ 55
[    5.499967] pcieport 0000:c0:08.1: PME: Signaling with IRQ 57
[    5.505870] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    5.512629] efifb: probing for efifb
[    5.516222] efifb: framebuffer at 0xc6000000, using 3072k, total 3072k
[    5.522745] efifb: mode is 1024x768x32, linelength=4096, pages=1
[    5.528750] efifb: scrolling: redraw
[    5.532327] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    5.554202] Console: switching to colour frame buffer device 128x48
[    5.576483] fb0: EFI VGA frame buffer device
[    5.580950] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[    5.588375] ACPI: button: Power Button [PWRF]
[    5.595734] ERST: Error Record Serialization Table (ERST) support is initialized.
[    5.603213] pstore: Registered erst as persistent store backend
[    5.609466] GHES: APEI firmware first mode is enabled by APEI bit and WHEA _OSC.
[    5.616942] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    5.623259] 00:03: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A
[    5.630634] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    5.638277] Non-volatile memory driver v1.3
[    5.649550] rdac: device handler registered
[    5.653768] hp_sw: device handler registered
[    5.658043] emc: device handler registered
[    5.662196] alua: device handler registered
[    5.666444] libphy: Fixed MDIO Bus: probed
[    5.670567] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    5.677093] ehci-pci: EHCI PCI platform driver
[    5.681544] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    5.687724] ohci-pci: OHCI PCI platform driver
[    5.692175] uhci_hcd: USB Universal Host Controller Interface driver
[    5.698695] xhci_hcd 0000:03:00.3: xHCI Host Controller
[    5.703970] xhci_hcd 0000:03:00.3: new USB bus registered, assigned bus number 1
[    5.711454] xhci_hcd 0000:03:00.3: hcc params 0x0260ffe5 hci version 0x110 quirks 0x0000000000000410
[    5.720911] xhci_hcd 0000:03:00.3: xHCI Host Controller
[    5.726155] xhci_hcd 0000:03:00.3: new USB bus registered, assigned bus number 2
[    5.733552] xhci_hcd 0000:03:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[    5.740620] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.14
[    5.748881] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.756100] usb usb1: Product: xHCI Host Controller
[    5.760979] usb usb1: Manufacturer: Linux 5.14.0-162.6.1.el9_1.x86_64 xhci-hcd
[    5.768199] usb usb1: SerialNumber: 0000:03:00.3
[    5.772899] hub 1-0:1.0: USB hub found
[    5.776651] hub 1-0:1.0: 2 ports detected
[    5.780841] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    5.788939] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.14
[    5.797197] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.804415] usb usb2: Product: xHCI Host Controller
[    5.809294] usb usb2: Manufacturer: Linux 5.14.0-162.6.1.el9_1.x86_64 xhci-hcd
[    5.816511] usb usb2: SerialNumber: 0000:03:00.3
[    5.821205] hub 2-0:1.0: USB hub found
[    5.824961] hub 2-0:1.0: 2 ports detected
[    5.829201] xhci_hcd 0000:46:00.3: xHCI Host Controller
[    5.834455] xhci_hcd 0000:46:00.3: new USB bus registered, assigned bus number 3
[    5.841931] xhci_hcd 0000:46:00.3: hcc params 0x0260ffe5 hci version 0x110 quirks 0x0000000000000410
[    5.851364] xhci_hcd 0000:46:00.3: xHCI Host Controller
[    5.856610] xhci_hcd 0000:46:00.3: new USB bus registered, assigned bus number 4
[    5.864004] xhci_hcd 0000:46:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[    5.871077] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.14
[    5.879335] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.886554] usb usb3: Product: xHCI Host Controller
[    5.891432] usb usb3: Manufacturer: Linux 5.14.0-162.6.1.el9_1.x86_64 xhci-hcd
[    5.898658] usb usb3: SerialNumber: 0000:46:00.3
[    5.903335] hub 3-0:1.0: USB hub found
[    5.907087] hub 3-0:1.0: 2 ports detected
[    5.911252] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    5.919351] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.14
[    5.927607] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.934825] usb usb4: Product: xHCI Host Controller
[    5.939704] usb usb4: Manufacturer: Linux 5.14.0-162.6.1.el9_1.x86_64 xhci-hcd
[    5.946923] usb usb4: SerialNumber: 0000:46:00.3
[    5.951664] hub 4-0:1.0: USB hub found
[    5.955422] hub 4-0:1.0: 2 ports detected
[    5.959695] usbcore: registered new interface driver usbserial_generic
[    5.966225] usbserial: USB Serial support registered for generic
[    5.972252] i8042: PNP: No PS/2 controller found.
[    5.976983] mousedev: PS/2 mouse device common for all mice
[    5.982607] rtc_cmos 00:02: RTC can wake from S4
[    5.987419] rtc_cmos 00:02: registered as rtc0
[    5.991920] rtc_cmos 00:02: setting system clock to 2024-09-02T12:38:55 UTC (1725280735)
[    6.000008] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    6.007900] EFI Variables Facility v0.08 2004-May-17
[    6.013962] hid: raw HID events driver (C) Jiri Kosina
[    6.019124] usbcore: registered new interface driver usbhid
[    6.024693] usbhid: USB HID core driver
[    6.028575] drop_monitor: Initializing network drop monitor service
[    6.034890] Initializing XFRM netlink socket
[    6.039264] NET: Registered PF_INET6 protocol family
[    6.044590] Segment Routing with IPv6
[    6.048268] NET: Registered PF_PACKET protocol family
[    6.053344] mpls_gso: MPLS GSO support
[    6.061193] microcode: CPU0: patch_level=0x0a0011d3
[    6.064729] usb 1-1: new high-speed USB device number 2 using xhci_hcd
[    6.066074] microcode: CPU1: patch_level=0x0a0011d3
[    6.077486] microcode: CPU2: patch_level=0x0a0011d3
[    6.082372] microcode: CPU3: patch_level=0x0a0011d3
[    6.087256] microcode: CPU4: patch_level=0x0a0011d3
[    6.092133] microcode: CPU5: patch_level=0x0a0011d3
[    6.097013] microcode: CPU6: patch_level=0x0a0011d3
[    6.101890] microcode: CPU7: patch_level=0x0a0011d3
[    6.106774] microcode: CPU8: patch_level=0x0a0011d3
[    6.111659] microcode: CPU9: patch_level=0x0a0011d3
[    6.116539] microcode: CPU10: patch_level=0x0a0011d3
[    6.121504] microcode: CPU11: patch_level=0x0a0011d3
[    6.126472] microcode: CPU12: patch_level=0x0a0011d3
[    6.129732] tsc: Refined TSC clocksource calibration: 1996.246 MHz
[    6.131444] microcode: CPU13: patch_level=0x0a0011d3
[    6.137658] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x398ca761e09, max_idle_ns: 881590455219 ns
[    6.142596] microcode: CPU14: patch_level=0x0a0011d3
[    6.157589] clocksource: Switched to clocksource tsc
[    6.157609] microcode: CPU15: patch_level=0x0a0011d3
[    6.167522] microcode: CPU16: patch_level=0x0a0011d3
[    6.171729] usb 3-1: new high-speed USB device number 2 using xhci_hcd
[    6.172487] microcode: CPU17: patch_level=0x0a0011d3
[    6.183972] microcode: CPU18: patch_level=0x0a0011d3
[    6.188937] microcode: CPU19: patch_level=0x0a0011d3
[    6.193903] microcode: CPU20: patch_level=0x0a0011d3
[    6.198868] microcode: CPU21: patch_level=0x0a0011d3
[    6.201604] usb 1-1: New USB device found, idVendor=0424, idProduct=2744, bcdDevice= 1.21
[    6.203832] microcode: CPU22: patch_level=0x0a0011d3
[    6.212006] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    6.216971] microcode: CPU23: patch_level=0x0a0011d3
[    6.224102] usb 1-1: Product: USB2734
[    6.229063] microcode: CPU24: patch_level=0x0a0011d3
[    6.232727] usb 1-1: Manufacturer: Microchip Tech
[    6.237695] microcode: CPU25: patch_level=0x0a0011d3
[    6.247369] microcode: CPU26: patch_level=0x0a0011d3
[    6.252342] microcode: CPU27: patch_level=0x0a0011d3
[    6.257317] microcode: CPU28: patch_level=0x0a0011d3
[    6.262291] microcode: CPU29: patch_level=0x0a0011d3
[    6.267266] microcode: CPU30: patch_level=0x0a0011d3
[    6.272240] microcode: CPU31: patch_level=0x0a0011d3
[    6.277214] microcode: CPU32: patch_level=0x0a0011d3
[    6.282185] microcode: CPU33: patch_level=0x0a0011d3
[    6.284749] hub 1-1:1.0: USB hub found
[    6.287156] microcode: CPU34: patch_level=0x0a0011d3
[    6.291110] hub 1-1:1.0: 4 ports detected
[    6.295864] microcode: CPU35: patch_level=0x0a0011d3
[    6.304843] microcode: CPU36: patch_level=0x0a0011d3
[    6.309807] microcode: CPU37: patch_level=0x0a0011d3
[    6.312740] usb 3-1: New USB device found, idVendor=1604, idProduct=10c0, bcdDevice= 0.00
[    6.314774] microcode: CPU38: patch_level=0x0a0011d3
[    6.322945] usb 3-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    6.327902] microcode: CPU39: patch_level=0x0a0011d3
[    6.335105] usb 2-1: new SuperSpeed USB device number 2 using xhci_hcd
[    6.339993] microcode: CPU40: patch_level=0x0a0011d3
[    6.351485] microcode: CPU41: patch_level=0x0a0011d3
[    6.356451] microcode: CPU42: patch_level=0x0a0011d3
[    6.358070] usb 2-1: New USB device found, idVendor=0424, idProduct=5744, bcdDevice= 1.21
[    6.361417] microcode: CPU43: patch_level=0x0a0011d3
[    6.369586] usb 2-1: New USB device strings: Mfr=2, Product=3, SerialNumber=0
[    6.374547] microcode: CPU44: patch_level=0x0a0011d3
[    6.381676] usb 2-1: Product: USB5734
[    6.386648] microcode: CPU45: patch_level=0x0a0011d3
[    6.390309] usb 2-1: Manufacturer: Microchip Tech
[    6.395278] microcode: CPU46: patch_level=0x0a0011d3
[    6.400126] hub 3-1:1.0: USB hub found
[    6.404940] microcode: CPU47: patch_level=0x0a0011d3
[    6.408866] hub 3-1:1.0: 4 ports detected
[    6.413658] microcode: CPU48: patch_level=0x0a0011d3
[    6.422637] microcode: CPU49: patch_level=0x0a0011d3
[    6.427603] microcode: CPU50: patch_level=0x0a0011d3
[    6.428668] hub 2-1:1.0: USB hub found
[    6.432569] microcode: CPU51: patch_level=0x0a0011d3
[    6.436345] hub 2-1:1.0: 4 ports detected
[    6.441276] microcode: CPU52: patch_level=0x0a0011d3
[    6.445568] usb: port power management may be unreliable
[    6.450256] microcode: CPU53: patch_level=0x0a0011d3
[    6.460534] microcode: CPU54: patch_level=0x0a0011d3
[    6.465501] microcode: CPU55: patch_level=0x0a0011d3
[    6.470469] microcode: CPU56: patch_level=0x0a0011d3
[    6.475441] microcode: CPU57: patch_level=0x0a0011d3
[    6.480408] microcode: CPU58: patch_level=0x0a0011d3
[    6.485371] microcode: CPU59: patch_level=0x0a0011d3
[    6.490341] microcode: CPU60: patch_level=0x0a0011d3
[    6.495313] microcode: CPU61: patch_level=0x0a0011d3
[    6.500279] microcode: CPU62: patch_level=0x0a0011d3
[    6.505245] microcode: CPU63: patch_level=0x0a0011d3
[    6.510211] microcode: CPU64: patch_level=0x0a0011d3
[    6.515175] microcode: CPU65: patch_level=0x0a0011d3
[    6.520142] microcode: CPU66: patch_level=0x0a0011d3
[    6.525106] microcode: CPU67: patch_level=0x0a0011d3
[    6.530074] microcode: CPU68: patch_level=0x0a0011d3
[    6.535037] microcode: CPU69: patch_level=0x0a0011d3
[    6.540004] microcode: CPU70: patch_level=0x0a0011d3
[    6.544971] microcode: CPU71: patch_level=0x0a0011d3
[    6.549939] microcode: CPU72: patch_level=0x0a0011d3
[    6.554911] microcode: CPU73: patch_level=0x0a0011d3
[    6.559878] microcode: CPU74: patch_level=0x0a0011d3
[    6.564846] microcode: CPU75: patch_level=0x0a0011d3
[    6.569810] microcode: CPU76: patch_level=0x0a0011d3
[    6.574775] microcode: CPU77: patch_level=0x0a0011d3
[    6.579741] microcode: CPU78: patch_level=0x0a0011d3
[    6.584709] microcode: CPU79: patch_level=0x0a0011d3
[    6.589674] microcode: CPU80: patch_level=0x0a0011d3
[    6.594638] microcode: CPU81: patch_level=0x0a0011d3
[    6.599608] microcode: CPU82: patch_level=0x0a0011d3
[    6.604570] microcode: CPU83: patch_level=0x0a0011d3
[    6.609538] microcode: CPU84: patch_level=0x0a0011d3
[    6.614502] microcode: CPU85: patch_level=0x0a0011d3
[    6.619467] microcode: CPU86: patch_level=0x0a0011d3
[    6.624434] microcode: CPU87: patch_level=0x0a0011d3
[    6.629401] microcode: CPU88: patch_level=0x0a0011d3
[    6.634365] microcode: CPU89: patch_level=0x0a0011d3
[    6.639334] microcode: CPU90: patch_level=0x0a0011d3
[    6.644298] microcode: CPU91: patch_level=0x0a0011d3
[    6.649264] microcode: CPU92: patch_level=0x0a0011d3
[    6.654231] microcode: CPU93: patch_level=0x0a0011d3
[    6.659197] microcode: CPU94: patch_level=0x0a0011d3
[    6.664161] microcode: CPU95: patch_level=0x0a0011d3
[    6.669128] microcode: CPU96: patch_level=0x0a0011d3
[    6.674103] microcode: CPU97: patch_level=0x0a0011d3
[    6.679067] microcode: CPU98: patch_level=0x0a0011d3
[    6.684033] microcode: CPU99: patch_level=0x0a0011d3
[    6.688998] microcode: CPU100: patch_level=0x0a0011d3
[    6.694053] microcode: CPU101: patch_level=0x0a0011d3
[    6.699110] microcode: CPU102: patch_level=0x0a0011d3
[    6.704166] microcode: CPU103: patch_level=0x0a0011d3
[    6.709220] microcode: CPU104: patch_level=0x0a0011d3
[    6.714270] microcode: CPU105: patch_level=0x0a0011d3
[    6.719323] microcode: CPU106: patch_level=0x0a0011d3
[    6.724377] microcode: CPU107: patch_level=0x0a0011d3
[    6.729429] microcode: CPU108: patch_level=0x0a0011d3
[    6.734481] microcode: CPU109: patch_level=0x0a0011d3
[    6.739532] microcode: CPU110: patch_level=0x0a0011d3
[    6.744588] microcode: CPU111: patch_level=0x0a0011d3
[    6.749639] microcode: CPU112: patch_level=0x0a0011d3
[    6.754692] microcode: CPU113: patch_level=0x0a0011d3
[    6.759745] microcode: CPU114: patch_level=0x0a0011d3
[    6.764797] microcode: CPU115: patch_level=0x0a0011d3
[    6.769851] microcode: CPU116: patch_level=0x0a0011d3
[    6.774903] microcode: CPU117: patch_level=0x0a0011d3
[    6.779955] microcode: CPU118: patch_level=0x0a0011d3
[    6.785007] microcode: CPU119: patch_level=0x0a0011d3
[    6.790061] microcode: CPU120: patch_level=0x0a0011d3
[    6.795120] microcode: CPU121: patch_level=0x0a0011d3
[    6.800174] microcode: CPU122: patch_level=0x0a0011d3
[    6.805228] microcode: CPU123: patch_level=0x0a0011d3
[    6.810279] microcode: CPU124: patch_level=0x0a0011d3
[    6.815332] microcode: CPU125: patch_level=0x0a0011d3
[    6.820382] microcode: CPU126: patch_level=0x0a0011d3
[    6.825435] microcode: CPU127: patch_level=0x0a0011d3
[    6.830486] microcode: Microcode Update Driver: v2.2.
[    6.832155] resctrl: L3 allocation detected
[    6.841404] resctrl: L3DATA allocation detected
[    6.845936] resctrl: L3CODE allocation detected
[    6.850468] resctrl: MB allocation detected
[    6.854646] resctrl: L3 monitoring detected
[    6.858832] IPI shorthand broadcast: enabled
[    6.863111] AVX2 version of gcm_enc/dec engaged.
[    6.867840] AES CTR mode by8 optimization enabled
[    6.872895] sched_clock: Marking stable (6791278352, 81609005)->(9002031602, -2129144245)
[    6.884367] registered taskstats version 1
[    6.890646] Loading compiled-in X.509 certificates
[    6.896037] Loaded X.509 cert 'Red Hat Enterprise Linux kernel signing key: b12263d90d5f1e68b26d0e842fc223979a672f74'
[    6.906892] Loaded X.509 cert 'Red Hat Enterprise Linux Driver Update Program (key 3): bf57f3e87362bc7229d9f465321773dfd1f77a80'
[    6.918675] Loaded X.509 cert 'Red Hat Enterprise Linux kpatch signing key: 4d38fd864ebe18c5f0b72e3852e2014c3a676fc8'
[    6.931060] zswap: loaded using pool lzo/zbud
[    6.942217] page_owner is disabled
[    6.945790] pstore: Using crash dump compression: deflate
[    6.951205] Key type big_key registered
[    6.957493] Key type encrypted registered
[    6.961567] integrity: Loading X.509 certificate: UEFI:db
[    6.966984] integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
[    6.977755] integrity: Loading X.509 certificate: UEFI:db
[    6.983166] integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
[    6.994196] integrity: Loading X.509 certificate: UEFI:db
[    6.999625] integrity: Loaded X.509 cert 'VMware, Inc.: 4ad8ba0472073d28127706ddc6ccb9050441bbc7'
[    7.008485] integrity: Loading X.509 certificate: UEFI:db
[    7.014015] integrity: Loaded X.509 cert 'VMware, Inc.: VMware Secure Boot Signing: 04597f3e1ffb240bba0ff0f05d5eb05f3e15f6d7'
[    7.025475] integrity: Loading X.509 certificate: UEFI:MokListRT (MOKvar table)
[    7.032893] integrity: Loaded X.509 cert 'Red Hat Secure Boot CA 5: cc6fa5e72868ba494e939bbd680b9144769a9f8f'
[    7.042799] ima: No TPM chip found, activating TPM-bypass!
[    7.048283] Loading compiled-in module X.509 certificates
[    7.053926] Loaded X.509 cert 'Red Hat Enterprise Linux kernel signing key: b12263d90d5f1e68b26d0e842fc223979a672f74'
[    7.064524] ima: Allocated hash algorithm: sha256
[    7.069234] ima: No architecture policies found
[    7.073768] evm: Initialising EVM extended attributes:
[    7.078920] evm: security.selinux
[    7.082235] evm: security.SMACK64 (disabled)
[    7.086507] evm: security.SMACK64EXEC (disabled)
[    7.091121] evm: security.SMACK64TRANSMUTE (disabled)
[    7.096173] evm: security.SMACK64MMAP (disabled)
[    7.100792] evm: security.apparmor (disabled)
[    7.105149] evm: security.ima
[    7.108113] evm: security.capability
[    7.111685] evm: HMAC attrs: 0x1
[    7.129733] usb 3-1.1: new high-speed USB device number 3 using xhci_hcd
[    7.213745] usb 3-1.1: New USB device found, idVendor=1604, idProduct=10c0, bcdDevice= 0.00
[    7.222096] usb 3-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    7.230709] Freeing unused decrypted memory: 2036K
[    7.235809] Freeing unused kernel image (initmem) memory: 2740K
[    7.246731] Write protecting the kernel read-only data: 26624k
[    7.252840] Freeing unused kernel image (text/rodata gap) memory: 2036K
[    7.259558] Freeing unused kernel image (rodata/data gap) memory: 1032K
[    7.279261] hub 3-1.1:1.0: USB hub found
[    7.283369] hub 3-1.1:1.0: 4 ports detected
[    7.299833] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    7.306277] Run /init as init process
[    7.360231] usb 3-1.2: new high-speed USB device number 4 using xhci_hcd
[    7.612975] systemd[1]: systemd 250-12.el9_1 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 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK +XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[    7.656799] systemd[1]: Detected architecture x86-64.
[    7.661852] systemd[1]: Running in initial RAM disk.

Welcome to ^[[0;31mRed Hat Enterprise Linux 9.1 (Plow) dracut-057-13.git20220816.el9 (Initramfs)^[[0m!

[    7.677785] systemd[1]: Hostname set to <hostname.amd.com>.
[    7.702871] usb 3-1.2: New USB device found, idVendor=413c, idProduct=0006, bcdDevice= 0.00
[    7.711224] usb 3-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    7.718685] usb 3-1.2: Product: DRAC 5 Virtual Keyboard and Mouse
[    7.724776] usb 3-1.2: Manufacturer: DELL
[    7.728790] usb 3-1.2: SerialNumber: DELL413C-1
[    7.768271] systemd[1]: Queued start job for default target Initrd Default Target.
[    7.775941] systemd[1]: Reached target Initrd /usr File System.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mInitrd /usr File System^[[0m.
[    7.789748] systemd[1]: Reached target Local File Systems.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mLocal File Systems^[[0m.
[    7.803761] systemd[1]: Reached target Slice Units.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSlice Units^[[0m.
[    7.815757] systemd[1]: Reached target Swaps.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSwaps^[[0m.
[    7.826752] systemd[1]: Reached target Timer Units.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mTimer Units^[[0m.
[    7.838830] systemd[1]: Listening on D-Bus System Message Bus Socket.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mD-Bus System Message Bus Socket^[[0m.
[    7.853837] systemd[1]: Listening on Journal Socket (/dev/log).
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mJournal Socket (/dev/log)^[[0m.
[    7.867842] systemd[1]: Listening on Journal Socket.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mJournal Socket^[[0m.
[    7.879797] systemd[1]: Listening on udev Control Socket.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mudev Control Socket^[[0m.
[    7.892779] systemd[1]: Listening on udev Kernel Socket.
[    7.896392] input: DELL DRAC 5 Virtual Keyboard and Mouse as /devices/pci0000:40/0000:40:08.1/0000:46:00.3/usb3/3-1/3-1.2/3-1.2:1.0/0003:413C:0006.0001/input/input1
[^[[0;32m  OK  ^[[[    7.912842] hid-generic 0003:413C:0006.0001: input,hidraw0: USB HID v1.01 Mouse [DELL DRAC 5 Virtual Keyboard and Mouse] on usb-0000:46:00.3-1.2/input0
0m] Listening on ^[[0;1;39mudev Kernel Socket^[[0m.
[    7.933947] input: DELL DRAC 5 Virtual Keyboard and Mouse as /devices/pci0000:40/0000:40:08.1/0000:46:00.3/usb3/3-1/3-1.2/3-1.2:1.1/0003:413C:0006.0002/input/input2
[    7.948739] systemd[1]: Reached target Socket Units.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSocket Units^[[0m.
[    7.962079] systemd[1]: Starting Create List of Static Device Nodes...
         Starting ^[[0;1;39mCreate List of Static Device Nodes^[[0m...
[    7.977879] systemd[1]: Starting Journal Service...
         Starting ^[[0;1;39mJournal Service^[[0m...
[    7.990459] systemd[1]: Starting Load Kernel Modules...
         Starting ^[[0;1;39mLoad Kernel Modules^[[0m...
[    7.999882] hid-generic 0003:413C:0006.0002: input,hidraw1: USB HID v1.01 Keyboard [DELL DRAC 5 Virtual Keyboard and Mouse] on usb-0000:46:00.3-1.2/input1
[    8.014996] systemd[1]: Starting Create System Users...
         Startin[    8.020662] fuse: init (API version 7.36)
g ^[[0;1;39mCreate System Users^[[0m...
[    8.032504] systemd[1]: Starting Setup Virtual Console...
         Starting ^[[0;1;39mSetup Virtual Console^[[0m...
[    8.046406] systemd[1]: Started Journal Service.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mJournal Service^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate List of Static Device Nodes^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mLoad Kerne[    8.078734] usb 3-1.4: new high-speed USB device number 5 using xhci_hcd
l Modules^[[0m.
         Starting ^[[0;1;39mApply Kernel Variables^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mSetup Virtual Console^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mApply Kernel Variables^[[0m.
         Starting ^[[0;1;39mdracut cmdline hook^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate System Users^[[0m.
         Starting ^[[0;1;39mCreate Static Device Nodes in /dev^[[0m...
         Starting ^[[0;1;39mCreate Volatile Files and Directories^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate Static Device Nodes in /dev^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate Volatile Files and Directories^[[0m.
[    8.163617] usb 3-1.4: New USB device found, idVendor=1604, idProduct=10c0, bcdDevice= 0.00
[    8.172070] usb 3-1.4: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mdracut cmdline hook^[[0m.
         Starting ^[[0;1;39mdracut pre-udev hook^[[0m...
[    8.204248] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[    8.216437] device-mapper: uevent: version 1.0.3
[    8.221110] device-mapper: ioctl: 4.46.0-ioctl (2022-02-22) initialised: dm-devel@redhat.com
[    8.239266] hub 3-1.4:1.0: USB hub found
[    8.243371] hub 3-1.4:1.0: 4 ports detected
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mdracut pre-udev hook^[[0m.
         Starting ^[[0;1;39mRule-based Manage…for Device Events and Files^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mRule-based Manager for Device Events and Files^[[0m.
         Starting ^[[0;1;39mColdplug All udev Devices^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mColdplug All udev Devices^[[    8.391422] wmi_bus wmi_bus-PNP0C14:00: WQBC data block query control method not found
[0m.
[    8.400921] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
[    8.406886] sp5100-tco sp5100-tco: Using 0xfeb00000 for watchdog MMIO address
[^[[0;32m  OK  ^[[[    8.414127] sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0)
0m] Reached target ^[[0;1;39mSyst[    8.424628] ccp 0000:46:00.1: no command queues available
em Initializatio[    8.430921] ccp 0000:46:00.1: sev enabled
n^[[0m.
[    8.436148] ccp 0000:46:00.1: psp enabled
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mNetwork^[[0m.
[    8.448425] mpt3sas version 40.100.00.00 loaded
[    8.453285] ACPI: bus type drm_connector registered
[    8.453502] mpt3sas_cm0: 63 BIT PCI BUS DMA ADDRESSING SUPPORTED, total mem (262454848 kB)
[    8.453666] tg3 0000:c1:00.0 eth0: Tigon3 [partno(BCM95720) rev 5720000] (PCI Express) MAC address d0:8e:79:bb:95:90
[    8.453671] tg3 0000:c1:00.0 eth0: attached PHY is 5720C (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[1])
[    8.453674] tg3 0000:c1:00.0 eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[1] TSOcap[1]
[    8.453677] tg3 0000:c1:00.0 eth0: dma_rwctrl[00000001] dma_mask[64-bit]
[    8.474588] tg3 0000:c1:00.1 eth1: Tigon3 [partno(BCM95720) rev 5720000] (PCI Express) MAC address d0:8e:79:bb:95:91
[    8.516068] tg3 0000:c1:00.1 eth1: attached PHY is 5720C (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[1])
[    8.516072] tg3 0000:c1:00.1 eth1: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[1] TSOcap[1]
[    8.516074] tg3 0000:c1:00.1 eth1: dma_rwctrl[00000001] dma_mask[64-bit]
[    8.518730] mpt3sas_cm0: CurrentHostPageSize is 0: Setting default host page size to 4k
[    8.518751] mpt3sas_cm0: MSI-X vectors supported: 96
         Startin[    8.518752] 	 no of cores: 128, max_msix_vectors: -1
[    8.518754] mpt3sas_cm0:  0 96 96
g ^[[0;1;39mdracu[    8.521236] mpt3sas_cm0: High IOPs queues : disabled
t initqueue hook[    8.521238] mpt3sas0-msix0: PCI-MSI-X enabled: IRQ 82
^[[0m...
[    8.521239] mpt3sas0-msix1: PCI-MSI-X enabled: IRQ 83
[    8.521239] mpt3sas0-msix2: PCI-MSI-X enabled: IRQ 84
[    8.521240] mpt3sas0-msix3: PCI-MSI-X enabled: IRQ 85
[    8.521241] mpt3sas0-msix4: PCI-MSI-X enabled: IRQ 86
[    8.521241] mpt3sas0-msix5: PCI-MSI-X enabled: IRQ 87
[    8.521242] mpt3sas0-msix6: PCI-MSI-X enabled: IRQ 88
[    8.521242] mpt3sas0-msix7: PCI-MSI-X enabled: IRQ 89
[    8.521243] mpt3sas0-msix8: PCI-MSI-X enabled: IRQ 90
[    8.521243] mpt3sas0-msix9: PCI-MSI-X enabled: IRQ 91
[    8.521244] mpt3sas0-msix10: PCI-MSI-X enabled: IRQ 92
[    8.521244] mpt3sas0-msix11: PCI-MSI-X enabled: IRQ 93
[    8.521245] mpt3sas0-msix12: PCI-MSI-X enabled: IRQ 94
[    8.521245] mpt3sas0-msix13: PCI-MSI-X enabled: IRQ 95
[    8.521246] mpt3sas0-msix14: PCI-MSI-X enabled: IRQ 96
[    8.521246] mpt3sas0-msix15: PCI-MSI-X enabled: IRQ 97
[    8.521247] mpt3sas0-msix16: PCI-MSI-X enabled: IRQ 98
[    8.521247] mpt3sas0-msix17: PCI-MSI-X enabled: IRQ 99
[    8.521248] mpt3sas0-msix18: PCI-MSI-X enabled: IRQ 100
[    8.521249] mpt3sas0-msix19: PCI-MSI-X enabled: IRQ 101
[    8.521249] mpt3sas0-msix20: PCI-MSI-X enabled: IRQ 102
[    8.521249] mpt3sas0-msix21: PCI-MSI-X enabled: IRQ 103
[    8.521250] mpt3sas0-msix22: PCI-MSI-X enabled: IRQ 104
[    8.521250] mpt3sas0-msix23: PCI-MSI-X enabled: IRQ 105
[    8.521251] mpt3sas0-msix24: PCI-MSI-X enabled: IRQ 106
[    8.521252] mpt3sas0-msix25: PCI-MSI-X enabled: IRQ 107
[    8.521252] mpt3sas0-msix26: PCI-MSI-X enabled: IRQ 108
[    8.521253] mpt3sas0-msix27: PCI-MSI-X enabled: IRQ 109
[    8.521253] mpt3sas0-msix28: PCI-MSI-X enabled: IRQ 110
[    8.521254] mpt3sas0-msix29: PCI-MSI-X enabled: IRQ 111
[    8.521254] mpt3sas0-msix30: PCI-MSI-X enabled: IRQ 112
[    8.521255] mpt3sas0-msix31: PCI-MSI-X enabled: IRQ 113
[    8.521255] mpt3sas0-msix32: PCI-MSI-X enabled: IRQ 114
[    8.521256] mpt3sas0-msix33: PCI-MSI-X enabled: IRQ 115
[    8.521256] mpt3sas0-msix34: PCI-MSI-X enabled: IRQ 116
[    8.521257] mpt3sas0-msix35: PCI-MSI-X enabled: IRQ 117
[    8.521258] mpt3sas0-msix36: PCI-MSI-X enabled: IRQ 118
[    8.521258] mpt3sas0-msix37: PCI-MSI-X enabled: IRQ 119
[    8.521259] mpt3sas0-msix38: PCI-MSI-X enabled: IRQ 120
[    8.521259] mpt3sas0-msix39: PCI-MSI-X enabled: IRQ 121
[    8.521260] mpt3sas0-msix40: PCI-MSI-X enabled: IRQ 122
[    8.521260] mpt3sas0-msix41: PCI-MSI-X enabled: IRQ 123
[    8.521261] mpt3sas0-msix42: PCI-MSI-X enabled: IRQ 124
[    8.521261] mpt3sas0-msix43: PCI-MSI-X enabled: IRQ 125
[    8.521262] mpt3sas0-msix44: PCI-MSI-X enabled: IRQ 126
[    8.521262] mpt3sas0-msix45: PCI-MSI-X enabled: IRQ 127
[    8.521263] mpt3sas0-msix46: PCI-MSI-X enabled: IRQ 128
[    8.521263] mpt3sas0-msix47: PCI-MSI-X enabled: IRQ 129
[    8.521264] mpt3sas0-msix48: PCI-MSI-X enabled: IRQ 130
[    8.521264] mpt3sas0-msix49: PCI-MSI-X enabled: IRQ 131
[    8.521265] mpt3sas0-msix50: PCI-MSI-X enabled: IRQ 132
[    8.521265] mpt3sas0-msix51: PCI-MSI-X enabled: IRQ 133
[    8.521266] mpt3sas0-msix52: PCI-MSI-X enabled: IRQ 134
[    8.521267] mpt3sas0-msix53: PCI-MSI-X enabled: IRQ 135
[    8.521267] mpt3sas0-msix54: PCI-MSI-X enabled: IRQ 136
[    8.521268] mpt3sas0-msix55: PCI-MSI-X enabled: IRQ 137
[    8.521268] mpt3sas0-msix56: PCI-MSI-X enabled: IRQ 138
[    8.521269] mpt3sas0-msix57: PCI-MSI-X enabled: IRQ 139
[    8.521270] mpt3sas0-msix58: PCI-MSI-X enabled: IRQ 140
[    8.521270] mpt3sas0-msix59: PCI-MSI-X enabled: IRQ 141
[    8.521271] mpt3sas0-msix60: PCI-MSI-X enabled: IRQ 142
[    8.521271] mpt3sas0-msix61: PCI-MSI-X enabled: IRQ 143
[    8.521272] mpt3sas0-msix62: PCI-MSI-X enabled: IRQ 144
[    8.521273] mpt3sas0-msix63: PCI-MSI-X enabled: IRQ 145
[    8.521273] mpt3sas0-msix64: PCI-MSI-X enabled: IRQ 146
[    8.521274] mpt3sas0-msix65: PCI-MSI-X enabled: IRQ 147
[    8.521274] mpt3sas0-msix66: PCI-MSI-X enabled: IRQ 148
[    8.521275] mpt3sas0-msix67: PCI-MSI-X enabled: IRQ 149
[    8.521275] mpt3sas0-msix68: PCI-MSI-X enabled: IRQ 150
[    8.521276] mpt3sas0-msix69: PCI-MSI-X enabled: IRQ 151
[    8.521277] mpt3sas0-msix70: PCI-MSI-X enabled: IRQ 152
[    8.521277] mpt3sas0-msix71: PCI-MSI-X enabled: IRQ 153
[    8.521278] mpt3sas0-msix72: PCI-MSI-X enabled: IRQ 154
[    8.521278] mpt3sas0-msix73: PCI-MSI-X enabled: IRQ 155
[    8.521279] mpt3sas0-msix74: PCI-MSI-X enabled: IRQ 156
[    8.521279] mpt3sas0-msix75: PCI-MSI-X enabled: IRQ 157
[    8.521280] mpt3sas0-msix76: PCI-MSI-X enabled: IRQ 158
[    8.521281] mpt3sas0-msix77: PCI-MSI-X enabled: IRQ 159
[    8.521281] mpt3sas0-msix78: PCI-MSI-X enabled: IRQ 160
[    8.521282] mpt3sas0-msix79: PCI-MSI-X enabled: IRQ 161
[    8.521282] mpt3sas0-msix80: PCI-MSI-X enabled: IRQ 162
[    8.521283] mpt3sas0-msix81: PCI-MSI-X enabled: IRQ 163
[    8.521284] mpt3sas0-msix82: PCI-MSI-X enabled: IRQ 164
[    8.521284] mpt3sas0-msix83: PCI-MSI-X enabled: IRQ 165
[    8.521285] mpt3sas0-msix84: PCI-MSI-X enabled: IRQ 166
[    8.521286] mpt3sas0-msix85: PCI-MSI-X enabled: IRQ 167
[    8.521286] mpt3sas0-msix86: PCI-MSI-X enabled: IRQ 168
[    8.521287] mpt3sas0-msix87: PCI-MSI-X enabled: IRQ 169
[    8.521288] mpt3sas0-msix88: PCI-MSI-X enabled: IRQ 170
[    8.521289] mpt3sas0-msix89: PCI-MSI-X enabled: IRQ 171
[    8.521289] mpt3sas0-msix90: PCI-MSI-X enabled: IRQ 172
[    8.521290] mpt3sas0-msix91: PCI-MSI-X enabled: IRQ 173
[    8.521291] mpt3sas0-msix92: PCI-MSI-X enabled: IRQ 174
[    8.521291] mpt3sas0-msix93: PCI-MSI-X enabled: IRQ 175
[    8.521292] mpt3sas0-msix94: PCI-MSI-X enabled: IRQ 176
[    8.521293] mpt3sas0-msix95: PCI-MSI-X enabled: IRQ 177
[    8.521293] mpt3sas_cm0: iomem(0x00000000f7400000), mapped(0x0000000001e12060), size(65536)
[    8.521296] mpt3sas_cm0: ioport(0x0000000000001000), size(256)
[    8.525734] ccp 0000:46:00.1: SEV API:1.55 build:17
[    8.565233] mpt3sas_cm0: CurrentHostPageSize is 0: Setting default host page size to 4k
[    9.097898] mpt3sas_cm0: sending message unit reset !!
[    9.099402] mpt3sas_cm0: message unit reset: SUCCESS
         Starting ^[[0;1;39mShow Plymouth Boot Screen^[[0m...
^[[2J^[[3J^[[-1;-1f[    9.119269] ahci 0000:85:00.0: AHCI 0001.0301 32 slots 8 ports 6 Gbps 0xff impl SATA mode
[    9.119273] ahci 0000:85:00.0: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part sxs 
[    9.119878] scsi host1: ahci
[    9.120048] scsi host2: ahci
[    9.120144] scsi host3: ahci
[    9.120234] scsi host4: ahci
[    9.120312] scsi host5: ahci
[    9.120390] scsi host6: ahci
[    9.120501] scsi host7: ahci
[    9.120599] scsi host8: ahci
[    9.120627] ata1: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800100 irq 179
[    9.120630] ata2: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800180 irq 180
[    9.120632] ata3: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800200 irq 181
[    9.120633] ata4: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800280 irq 182
[    9.120635] ata5: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800300 irq 183
[    9.120636] ata6: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800380 irq 184
[    9.120638] ata7: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800400 irq 185
[    9.120640] ata8: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800480 irq 186
[    9.126750] fb0: switching to mgag200 from EFI VGA
[    9.132598] mpt3sas_cm0: scatter gather: sge_in_main_msg(1), sge_per_chain(7), sge_per_io(128), chains_per_io(19)
[    9.245048] mpt3sas_cm0: request pool(0x000000000a36aed9) - dma(0xe0600000): depth(9700), frame_size(128), pool_size(1212 kB)
[    9.272679] Console: switching to colour dummy device 80x25
[    9.278303] mgag200 0000:c3:00.0: vgaarb: deactivate vga console
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mShow Plymouth Boot Screen^[[0m.
[^[[0;32m  [    9.289943] [drm] Initialized mgag200 1.0.0 20110418 for 0000:c3:00.0 on minor 0
OK  ^[[0m] Started ^[[0;1;39mForward Password R…s to Plymouth Directory Watch^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mPath Units^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mBasic System^[[0m.
[    9.300143] fbcon: mgag200drmfb (fb0) is primary device
[    9.351008] mpt3sas_cm0: sense pool(0x000000000d1c23df) - dma(0xdee00000): depth(9463), element_size(96), pool_size (887 kB)
[    9.351012] mpt3sas_cm0: sense pool(0x000000000d1c23df)- dma(0xdee00000): depth(9463),element_size(96), pool_size(0 kB)
[    9.351080] mpt3sas_cm0: reply pool(0x00000000639e16a1) - dma(0xdec00000): depth(9764), frame_size(128), pool_size(1220 kB)
[    9.351092] mpt3sas_cm0: config page(0x0000000029abac6c) - dma(0xdebee000): size(512)
[    9.351093] mpt3sas_cm0: Allocated physical memory: size(40437 kB)
[    9.351094] mpt3sas_cm0: Current Controller Queue Depth(9460),Max Controller Queue Depth(9584)
[    9.351094] mpt3sas_cm0: Scatter Gather Elements per IO(128)
[    9.396617] mpt3sas_cm0: _base_display_fwpkg_version: complete
[    9.396620] mpt3sas_cm0: FW Package Ver(16.17.01.00)
[    9.396905] mpt3sas_cm0: LSISAS3008: FWVersion(16.00.11.00), ChipRevision(0x02), BiosVersion(18.00.03.00)
[    9.396909] mpt3sas_cm0: Protocol=(Initiator,Target), Capabilities=(TLR,EEDP,Snapshot Buffer,Diag Trace Buffer,Task Set Full,NCQ)
[    9.396961] scsi host0: Fusion MPT SAS Host
[    9.398035] mpt3sas_cm0: sending port enable !!
[    9.398436] mpt3sas_cm0: hba_port entry: 00000000daa2e105, port: 255 is added to hba_port list
[    9.399375] mpt3sas_cm0: host_add: handle(0x0001), sas_addr(0x52cea7f0be87bf00), phys(8)
[    9.399704] mpt3sas_cm0: handle(0xa) sas_address(0x4433221100000000) port_type(0x1)
[    9.400758] scsi 0:0:0:0: Direct-Access     ATA      MTFDDAK960TDT    J004 PQ: 0 ANSI: 6
[    9.400761] scsi 0:0:0:0: SATA: handle(0x000a), sas_addr(0x4433221100000000), phy(0), device_name(0x500a075131911ad0)
[    9.400762] scsi 0:0:0:0: enclosure logical id (0x52cea7f0be87bf00), slot(1) 
[    9.400763] scsi 0:0:0:0: enclosure level(0x0001), connector name(     )
[    9.400805] scsi 0:0:0:0: atapi(n), ncq(y), asyn_notify(n), smart(y), fua(y), sw_preserve(y)
[    9.400806] scsi 0:0:0:0: qdepth(32), tagged(1), scsi_level(7), cmd_que(1)
[    9.402983]  end_device-0:0: add: handle(0x000a), sas_addr(0x4433221100000000)
[    9.403099] mpt3sas_cm0: handle(0xc) sas_address(0x58ce38ee219651a2) port_type(0x1)
[    9.404065] scsi 0:0:1:0: Direct-Access     KIOXIA   KPM6WVUG960G     BD08 PQ: 0 ANSI: 6
[    9.404069] scsi 0:0:1:0: SSP: handle(0x000c), sas_addr(0x58ce38ee219651a2), phy(4), device_name(0x58ce38ee219651a0)
[    9.404070] scsi 0:0:1:0: enclosure logical id (0x52cea7f0be87bf00), slot(0) 
[    9.404071] scsi 0:0:1:0: enclosure level(0x0001), connector name(     )
[    9.404072] scsi 0:0:1:0: qdepth(254), tagged(1), scsi_level(7), cmd_que(1)
[    9.404688]  end_device-0:1: add: handle(0x000c), sas_addr(0x58ce38ee219651a2)
[    9.404804] mpt3sas_cm0: handle(0xb) sas_address(0x4433221106000000) port_type(0x1)
[    9.405746] scsi 0:0:2:0: Direct-Access     ATA      MTFDDAK960TDT    J004 PQ: 0 ANSI: 6
[    9.405749] scsi 0:0:2:0: SATA: handle(0x000b), sas_addr(0x4433221106000000), phy(6), device_name(0x500a075131911a6f)
[    9.405750] scsi 0:0:2:0: enclosure logical id (0x52cea7f0be87bf00), slot(2) 
[    9.405751] scsi 0:0:2:0: enclosure level(0x0001), connector name(     )
[    9.405793] scsi 0:0:2:0: atapi(n), ncq(y), asyn_notify(n), smart(y), fua(y), sw_preserve(y)
[    9.405794] scsi 0:0:2:0: qdepth(32), tagged(1), scsi_level(7), cmd_que(1)
[    9.407953]  end_device-0:2: add: handle(0x000b), sas_addr(0x4433221106000000)
[    9.409729] mpt3sas_cm0: port enable: SUCCESS
[    9.414504] scsi 0:0:0:0: Attached scsi generic sg0 type 0
[    9.414536] scsi 0:0:1:0: Attached scsi generic sg1 type 0
[    9.414557] scsi 0:0:2:0: Attached scsi generic sg2 type 0
[    9.420828] sd 0:0:1:0: [sdc] 1875385008 512-byte logical blocks: (960 GB/894 GiB)
[    9.420832] sd 0:0:1:0: [sdc] 4096-byte physical blocks
[    9.421007] sd 0:0:1:0: [sdc] Write Protect is off
[    9.421215] sd 0:0:1:0: [sdc] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[    9.422814] sd 0:0:0:0: [sda] 1875385008 512-byte logical blocks: (960 GB/894 GiB)
[    9.422816] sd 0:0:0:0: [sda] 4096-byte physical blocks
[    9.422922] sd 0:0:2:0: [sdb] 1875385008 512-byte logical blocks: (960 GB/894 GiB)
[    9.422924] sd 0:0:2:0: [sdb] 4096-byte physical blocks
[    9.424819] sd 0:0:0:0: [sda] Write Protect is off
[    9.424924] sd 0:0:2:0: [sdb] Write Protect is off
[    9.426102] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, supports DPO and FUA
[    9.426261] sd 0:0:2:0: [sdb] Write cache: enabled, read cache: enabled, supports DPO and FUA
[    9.429629]  sdc: sdc1 sdc2
[    9.430837] ata8: SATA link down (SStatus 0 SControl 300)
[    9.430863] ata7: SATA link down (SStatus 0 SControl 300)
[    9.430890] ata2: SATA link down (SStatus 0 SControl 300)
[    9.430920] ata4: SATA link down (SStatus 0 SControl 300)
[    9.430950] ata6: SATA link down (SStatus 0 SControl 300)
[    9.430980] ata1: SATA link down (SStatus 0 SControl 300)
[    9.431009] ata5: SATA link down (SStatus 0 SControl 300)
[    9.431037] ata3: SATA link down (SStatus 0 SControl 300)
[    9.444589] sd 0:0:1:0: [sdc] Attached SCSI disk
[    9.445582]  sdb: sdb1 sdb2
[    9.445639]  sda: sda1 sda2 sda3 sda4 sda5 sda6 sda7
[    9.461104] sd 0:0:0:0: [sda] Attached SCSI disk
[    9.461195] sd 0:0:2:0: [sdb] Attached SCSI disk
[    9.656551] Console: switching to colour frame buffer device 128x48
[   10.150941] mgag200 0000:c3:00.0: [drm] fb0: mgag200drmfb frame buffer device
[^[[0;32m  OK  ^[[0m] Found device ^[[0;1;39m/dev/mapper/rhel_hostname-root^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mInitrd Root Device^[[0m.
         Starting ^[[0;1;39mD-Bus System Message Bus^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mD-Bus System Message Bus^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mdracut initqueue hook^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mPreparation for Remote File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mRemote File Systems^[[0m.
         Starting ^[[0;1;39mFile System Check…/mapper/rhel_hostname-root^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mFile System Check…ev/mapper/rhel_hostname-root^[[0m.
         Mounting ^[[0;1;39m/sysroot^[[0m...
[   10.530746] SGI XFS with ACLs, security attributes, scrub, quota, no debug enabled
[   10.539887] XFS (dm-1): Mounting V5 Filesystem
[   10.561013] XFS (dm-1): Ending clean mount
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39m/sysroot^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mInitrd Root File System^[[0m.
         Starting ^[[0;1;39mReload Configuration from the Real Root^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mReload Configuration from the Real Root^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mInitrd File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mInitrd Default Target^[[0m.
         Starting ^[[0;1;39mdracut pre-pivot and cleanup hook^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mdracut pre-pivot and cleanup hook^[[0m.
         Starting ^[[0;1;39mCleaning Up and Shutting Down Daemons^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mNetwork^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mTimer Units^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mdracut pre-pivot and cleanup hook^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mInitrd Default Target^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mBasic System^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mInitrd Root Device^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mInitrd /usr File System^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mPath Units^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mRemote File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped targ[   10.769449] systemd-journald[1270]: Received SIGTERM from PID 1 (systemd).
et ^[[0;1;39mPreparation for Remote File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mSlice Units^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mSocket Units^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mSystem Initialization^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mLocal File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mSwaps^[[0m.
         Stopping ^[[0;1;39mD-Bus System Message Bus^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mdracut initqueue hook^[[0m.
         Starting ^[[0;1;39mPlymouth switch root service^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mApply Kernel Variables^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mLoad Kernel Modules^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mColdplug All udev Devices^[[0m.
         Stopping ^[[0;1;39mRule-based Manage…for Device[   10.847846] systemd[1]: RTC configured in localtime, applying delta of 330 minutes to system time.
 Events and Files^[[0m...
[^[[0;[   10.860679] systemd[1]: systemd 250-12.el9_1 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 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK +XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[   10.903779] systemd[1]: Detected architecture x86-64.

Welcome to ^[[0;31mRed Hat Enterprise Linux 9.1 (Plow)^[[0m!

[   10.931777] systemd-rc-local-generator[1888]: /etc/rc.d/rc.local is not marked executable, skipping.
[   11.101529] systemd[1]: initrd-switch-root.service: Deactivated successfully.
[   11.108802] systemd[1]: Stopped Switch Root.
[^[[0;32m  OK  ^[[[   11.113418] systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1.
0m] Stopped ^[[0;[   11.124017] systemd[1]: Created slice Virtual Machine and Container Slice.
1;39mSwitch Root[   11.132178] systemd[1]: Created slice Slice /system/getty.
^[[0m.
[^[[0;32m[   11.139022] systemd[1]: Created slice Slice /system/modprobe.
  OK  ^[[0m] Crea[   11.146130] systemd[1]: Created slice Slice /system/serial-getty.
ted slice ^[[0;1;[   11.153631] systemd[1]: Created slice Slice /system/sshd-keygen.
39mVirtual Machi[   11.160990] systemd[1]: Created slice Slice /system/systemd-fsck.
ne and Container[   11.168396] systemd[1]: Created slice User and Session Slice.
 Slice^[[0m.
[^[[   11.175189] systemd[1]: Dispatch Password Requests to Console Directory Watch was skipped because of a failed condition check (ConditionPathExists=!/run/plymouth/pid).
[0;32m  OK  ^[[0m[   11.191526] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
] Created slice [   11.200555] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
^[[0;1;39mSlice /[   11.211397] systemd[1]: Reached target Local Encrypted Volumes.
system/getty^[[0m[   11.218705] systemd[1]: Stopped target Switch Root.
.
[^[[0;32m  OK[   11.224964] systemd[1]: Stopped target Initrd File Systems.
  ^[[0m] Created [   11.231922] systemd[1]: Stopped target Initrd Root File System.
slice ^[[0;1;39mS[   11.239226] systemd[1]: Reached target Local Integrity Protected Volumes.
lice /system/mod[   11.247411] systemd[1]: Reached target Path Units.
probe^[[0m.
[^[[[   11.253585] systemd[1]: Reached target Slice Units.
0;32m  OK  ^[[0m][   11.259843] systemd[1]: Reached target Local Verity Protected Volumes.
 Created slice ^[[   11.267780] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[0;1;39mSlice /s[   11.275899] systemd[1]: Listening on LVM2 poll daemon socket.
ystem/serial-get[   11.282810] systemd[1]: multipathd control socket was skipped because of a failed condition check (ConditionPathExists=/etc/multipath.conf).
ty^[[0m.
[^[[0;32m  OK  ^[[0m] Created slice ^[[0;[   11.300746] systemd[1]: Listening on RPCbind Server Activation Socket.
1;39mSlice /syst[   11.307467] systemd[1]: Reached target RPC Port Mapper.
em/sshd-keygen^[[[   11.315272] systemd[1]: Listening on Process Core Dump Socket.
0m.
[^[[0;32m  [   11.321336] systemd[1]: Listening on initctl Compatibility Named Pipe.
OK  ^[[0m] Create[   11.329617] systemd[1]: Listening on udev Control Socket.
d slice ^[[0;1;39[   11.336045] systemd[1]: Listening on udev Kernel Socket.
mSlice /system/s[   11.343587] systemd[1]: Activating swap /dev/mapper/rhel_hostname-swap...
ystemd-fsck^[[0m.[   11.348324] Adding 7815164k swap on /dev/mapper/rhel_hostname-swap.  Priority:-2 extents:1 across:7815164k SSFS

[^[[0;32m  OK [   11.363686] systemd[1]: Mounting Huge Pages File System...
 ^[[0m] Created s[   11.370169] systemd[1]: Mounting POSIX Message Queue File System...
lice ^[[0;1;39mUs[   11.377739] systemd[1]: Mounting Kernel Debug File System...
er and Session S[   11.384805] systemd[1]: Mounting Kernel Trace File System...
lice^[[0m.
[^[[0[   11.391166] systemd[1]: Kernel Module supporting RPCSEC_GSS was skipped because of a failed condition check (ConditionPathExists=/etc/krb5.keytab).
;32m  OK  ^[[0m] Started ^[[0;1;39[   11.407426] systemd[1]: Starting Create List of Static Device Nodes...
mForward Passwor[   11.415896] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
d R…uests to W[   11.427462] systemd[1]: Starting Load Kernel Module configfs...
all Directory Wa[   11.434867] systemd[1]: Starting Load Kernel Module drm...
tch^[[0m.
[^[[0;[   11.441624] systemd[1]: Starting Load Kernel Module fuse...
32m  OK  ^[[0m] S[   11.449115] systemd[1]: Starting Read and set NIS domainname from /etc/sysconfig/network...
et up automount [   11.457660] systemd[1]: plymouth-switch-root.service: Deactivated successfully.
^[[0;1;39mArbitra[   11.466317] systemd[1]: Stopped Plymouth switch root service.
ry…s File Syst[   11.473549] systemd[1]: systemd-fsck-root.service: Deactivated successfully.
em Automount Poi[   11.481860] systemd[1]: Stopped File System Check on Root Device.
nt^[[0m.
[^[[0;3[   11.489394] systemd[1]: Stopped Journal Service.
2m  OK  ^[[0m] Reached target ^[[0[   11.496734] systemd[1]: Starting Journal Service...
;1;39mLocal Encrypted Volumes^[[0[   11.504672] systemd[1]: Starting Load Kernel Modules...
m.
[^[[0;32m  O[   11.511961] systemd[1]: Starting Generate network units from Kernel command line...
K  ^[[0m] Stopped[   11.515500] systemd-journald[1924]: File /run/log/journal/8f37f8055146469d8baec3ad508b0084/system.journal corrupted or uncleanly shut down, renaming and replacing.
 target ^[[0;1;39[   11.537005] systemd[1]: Starting Remount Root and Kernel File Systems...
mSwitch Root^[[0m[   11.544201] systemd[1]: Repartition Root Disk was skipped because all trigger condition checks failed.
.
[^[[0;32m  OK[   11.555601] systemd[1]: Starting Coldplug All udev Devices...
  ^[[0m] Stopped target ^[[0;1;39m[   11.564505] systemd[1]: Activated swap /dev/mapper/rhel_hostname-swap.
Initrd File Syst[   11.571733] systemd[1]: Started Journal Service.
ems^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mInitrd Root File System^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;3[   11.587259] systemd-journald[1924]: Received client request to flush runtime journal.
9mLocal Integrity Protected Volumes^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mPath Units^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSlice Units^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mLocal Verity Protected Volumes^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mDevice-mapper event daemon FIFOs^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mLVM2 poll daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mRPCbind Server Activation Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mRPC Port Mapper^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mProcess Core Dump Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39minitctl Compatibility Named Pipe^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mudev Control Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mudev Kernel Socket^[[0m.
         Activating swap ^[[0;1;39m/dev/mapper/rhel_hostname-swap^[[0m...
         Mounting ^[[0;1;39mHuge Pages File System^[[0m...
         Mounting ^[[0;1;39mPOSIX Message Queue File System^[[0m...
         Mounting ^[[0;1;39mKernel Debug File System^[[0m...
         Mounting ^[[0;1;39mKernel Trace File System^[[0m...
         Starting ^[[0;1;39mCreate List of Static Device Nodes^[[0m...
         Starting ^[[0;1;39mMonitoring of LVM…meventd or progress polling^[[0m...
         Starting ^[[0;1;39mLoad Kernel Module configfs^[[0m...
         Starting ^[[0;1;39mLoad Kernel Module drm^[[   11.720014] ACPI Error: No handler for Region [SYSI] (00000000ab5d0490) [IPMI] (20211217/evregion-130)
[0m...
       [   11.730425] ACPI Error: Region IPMI (ID=7) has no handler (20211217/exfldio-261)
  Starting ^[[0;1[   11.739190] ACPI Error: Aborting method \_SB.PMI0._GHL due to previous error (AE_NOT_EXIST) (20211217/psparse-529)
;39mLoad Kernel [   11.750910] ACPI Error: Aborting method \_SB.PMI0._PMC due to previous error (AE_NOT_EXIST) (20211217/psparse-529)
Module fuse^[[0m.[   11.762639] ACPI: \_SB_.PMI0: _PMC evaluation failed: AE_NOT_EXIST
..
         St[   11.770565] IPMI message handler: version 39.2
arting ^[[0;1;39m[   11.770625] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
Read and set NIS[   11.784800] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
 …from /etc/sy[   11.793833] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
sconfig/network^[[0m...
[^[[0;32m  OK  ^[[0m] Sto[   11.805276] ipmi device interface
pped ^[[0;1;39mPlymouth switch root service^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mFile System Check on Root Device^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mJournal Service^[[0m.
         Starting ^[[0;1;39mJournal Service^[[0m...
         Starting ^[[0;1;39mLoad Kernel Modules^[[0m...
         Starting ^[[0;1;39mGenerate network …ts from Kernel command line^[[0m...
         Starting ^[[0;1;39mRemount Root and Kernel File Systems^[[0m..[   11.847799] ipmi_si: IPMI System Interface driver
.
         Sta[   11.853375] ipmi_si dmi-ipmi-si.0: ipmi_platform: probing via SMBIOS
rting ^[[0;1;39mC[   11.861095] ipmi_platform: ipmi_si: SMBIOS: io 0xca8 regsize 1 spacing 4 irq 10
oldplug All udev[   11.869801] ipmi_si: Adding SMBIOS-specified kcs state machine
 Devices^[[0m...\r[   11.877047] ipmi_si IPI0001:00: ipmi_platform: probing via ACPI

[^[[0;32m  OK  [   11.884321] ipmi_si IPI0001:00: ipmi_platform: [io  0x0ca8] regsize 1 spacing 4 irq 10
^[[0m] Activated swap ^[[0;1;39m/dev/mapper/rhel_hostname-swap^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mJournal Service^[[0m.
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39mHuge Pages File System^[[0m.
[^[[0;32m  OK  ^[[0m] Mounted [   11.912602] ipmi_si dmi-ipmi-si.0: Removing SMBIOS-specified kcs state machine in favor of ACPI
^[[0;1;39mPOSIX M[   11.921715] ipmi_si: Adding ACPI-specified kcs state machine
essage Queue Fil[   11.928858] ipmi_si: Trying ACPI-specified kcs state machine at i/o address 0xca8, slave address 0x20, irq 10
e System^[[0m.
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39mKernel Debug File System^[[0m.
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39mKernel Trace File System^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate List of Static Device Nodes^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mMonitoring of LVM… dmeventd or progress polling^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mLoad Kernel Module configfs^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mLoad Kernel Module drm^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mLoad Kernel Module fuse^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mRead and set NIS …e from /etc/sysconfig/network^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mLoad Kernel Modules^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mGenerate network units from Kernel command line^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mRemount Root and Kernel File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSwaps^[[0m.
         Mounting ^[[0;1;39mFUSE Control File System^[[0m...
         Mounting ^[[0;1;39mKernel Configuration File System^[[0m...
         Starting ^[[0;1;39mFlush Journal to Persistent Storage^[[0m...
         Starting ^[[0;1;39mLoad/Save Random Seed^[[0m...
         [   12.042733] ipmi_si IPI0001:00: The BMC does not support setting the recv irq bit, compensating, but the BMC needs to be fixed.
Starting ^[[0;1;39mApply Kernel Variables^[[0m...
         Starting ^[[0;1;39mCreate Static Device Nodes in /dev^[[0m...
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39mFUSE Control File System^[[0m.
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;[   12.073788] ipmi_si IPI0001:00: Using irq 10
39mKernel Configuration File System^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mLoad/Save Random Seed^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mApply Kernel Variables^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[   12.097233] ipmi_si IPI0001:00: IPMI message handler: Found new BMC (man_id: 0x0002a2, prod_id: 0x0100, dev_id: 0x20)
[0;1;39mFlush Journal to Persistent Storage^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate Static Device Nodes in /dev^[[0m.
         Starting ^[[0;1;39mRule-based Manage…for Device Events and Files^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mRule-based Manager for Device Events and Files^[[0m.
         Starting ^[[0;1;39mLoad Kernel Module configfs^[[0m...
         Starting ^[[0;1;39mLoad Kernel Module fuse^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mLoad Kernel Module configfs^[[   12.149520] ipmi_si IPI0001:00: IPMI kcs interface initialized
[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mLoad Kernel Module fuse^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;3[   12.165813] ipmi_ssif: IPMI SSIF Interface driver
9mColdplug All udev Devices^[[0m.
         Starting ^[[0;1;39mWait for udev To …plete Device Initialization^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39m/usr/sbin/lvm vgch…tivation event rhel_hostname^[[0m.
[   13.813064] input: PC Speaker as /devices/platform/pcspkr/input/input3
[   13.846809] RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
[   13.854736] RAPL PMU: hw unit of domain package 2^-16 Joules
[   13.940098] kvm_amd: unknown parameter 'debug_swap' ignored
[   13.947699] SVM: TSC scaling supported
[   13.951455] kvm: Nested Virtualization enabled
[   13.955901] SVM: kvm: Nested Paging enabled
[   13.960085] SEV supported: 409 ASIDs
[   13.963666] SEV-ES supported: 100 ASIDs
[   13.967564] SVM: Virtual VMLOAD VMSAVE supported
[   13.972185] SVM: Virtual GIF supported
[   13.975938] SVM: LBR virtualization supported
[   13.994569] MCE: In-kernel MCE decoding enabled.
[   14.009979] EDAC amd64: MCT channel count: 8
[   14.014351] EDAC MC0: Giving out device to module amd64_edac controller F19h: DEV 0000:00:18.3 (INTERRUPT)
[   14.024005] EDAC amd64: F19h detected (node 0).
[   14.028626] EDAC amd64: MC: 0:     0MB 1:     0MB
[   14.033334] EDAC amd64: MC: 2: 16384MB 3: 16384MB
[   14.038045] EDAC amd64: MC: 0:     0MB 1:     0MB
[   14.042746] EDAC amd64: MC: 2: 16384MB 3: 16384MB
[   14.047456] EDAC amd64: MC: 0:     0MB 1:     0MB
[   14.052159] EDAC amd64: MC: 2: 16384MB 3: 16384MB
[   14.056868] EDAC amd64: MC: 0:     0MB 1:     0MB
[   14.061570] EDAC amd64: MC: 2: 16384MB 3: 16384MB
[   14.066280] EDAC amd64: MC: 0:     0MB 1:     0MB
[   14.070982] EDAC amd64: MC: 2: 16384MB 3: 16384MB
[   14.075691] EDAC amd64: MC: 0:     0MB 1:     0MB
[   14.080394] EDAC amd64: MC: 2: 16384MB 3: 16384MB
[   14.085103] EDAC amd64: MC: 0:     0MB 1:     0MB
[   14.089805] EDAC amd64: MC: 2: 16384MB 3: 16384MB
[   14.094513] EDAC amd64: MC: 0:     0MB 1:     0MB
[   14.099218] EDAC amd64: MC: 2: 16384MB 3: 16384MB
[   14.103924] EDAC amd64: using x16 syndromes.
[   14.108201] EDAC PCI0: Giving out device to module amd64_edac controller EDAC PCI controller: DEV 0000:00:18.0 (POLLED)
[   14.118976] AMD64 EDAC driver v3.5.0
[^[[0m^[[0;31m*     ^[[0m] A start job is running for Wait for… Device Initialization (3s / 3min)
^[M\r^[[K[^[[0;1;31m*^[[0m^[[0;31m*    ^[[0m] A start job is running for Wait for… Device Initialization (3s / 3min)
^[M\r^[[K[^[[0;31m*^[[0;1;31m*^[[0m^[[0;31m*   ^[[0m] A start job is running for Wait for… Device Initialization (3s / 3min)
^[M\r^[[K[ ^[[0;31m*^[[0;1;31m*^[[0m^[[0;31m*  ^[[0m] A start job is running for Wait for… Device Initialization (4s / 3min)
^[M\r^[[K[  ^[[0;31m*^[[0;1;31m*^[[0m^[[0;31m* ^[[0m] A start job is running for Wait for… Device Initialization (4s / 3min)
^[M\r^[[K[   ^[[0;31m*^[[0;1;31m*^[[0m^[[0;31m*^[[0m] A start job is running for Wait for… Device Initialization (5s / 3min)
[   16.354719] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.4)
[   16.468656] intel_rapl_common: Found RAPL domain package
[   16.473974] intel_rapl_common: Found RAPL domain core
^[M\r^[[K[    ^[[0;31m*^[[0;1;31m*^[[0m] A start job is running for Wait for… Device Initialization (5s / 3min)
^[M\r^[[K[     ^[[0;31m*^[[0m] A start job is running for Wait for… Device Initialization (5s / 3min)
^[M\r^[[K[    ^[[0;31m*^[[0;1;31m*^[[0m] A start job is running for Wait for… Device Initialization (6s / 3min)
^[M\r^[[K[   ^[[0;31m*^[[0;1;31m*^[[0m^[[0;31m*^[[0m] A start job is running for Wait for… Device Initialization (6s / 3min)
^[M\r^[[K[  ^[[0;31m*^[[0;1;31m*^[[0m^[[0;31m* ^[[0m] A start job is running for Wait for… Device Initialization (6s / 3min)
^[M\r^[[K[ ^[[0;31m*^[[0;1;31m*^[[0m^[[0;31m*  ^[[0m] A start job is running for Wait for… Device Initialization (7s / 3min)
^[M\r^[[K[^[[0;31m*^[[0;1;31m*^[[0m^[[0;31m*   ^[[0m] A start job is running for Wait for… Device Initialization (7s / 3min)
^[M\r^[[K[^[[0;1;31m*^[[0m^[[0;31m*    ^[[0m] A start job is running for Wait for… Device Initialization (8s / 3min)
^[M\r^[[K[^[[0m^[[0;31m*     ^[[0m] A start job is running for Wait for… Device Initialization (8s / 3min)
^[M\r^[[K[^[[0;1;31m*^[[0m^[[0;31m*    ^[[0m] A start job is running for Wait for… Device Initialization (8s / 3min)
^[M\r^[[K[^[[0;31m*^[[0;1;31m*^[[0m^[[0;31m*   ^[[0m] A start job is running for Wait for… Device Initialization (9s / 3min)
^[M\r^[[K[ ^[[0;31m*^[[0;1;31m*^[[0m^[[0;31m*  ^[[0m] A start job is running for Wait for… Device Initialization (9s / 3min)
^[M\r^[[K[  ^[[0;31m*^[[0;1;31m*^[[0m^[[0;31m* ^[[0m] A start job is running for Wait for… Device Initialization (9s / 3min)
^[M\r^[[K[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mWait[   21.143783] XFS (sda6): Mounting V5 Filesystem
 for udev To Com[   21.145157] XFS (dm-0): Mounting V5 Filesystem
plete Device Initialization^[[0m.
^[[K[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mPreparation for Local File Systems^[[0m.
         Mounting ^[[0;1;39m/boot^[[0m[   21.167603] XFS (sda6): Ending clean mount
[   21.172915] XFS (dm-0): Ending clean mount
...
         Mounting ^[[0;1;39m/home^[[0m...
         Starting ^[[0;1;39mFile System Check…/dev/disk/by-uuid/FBE5-86EF^[[0m...
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39m/boot^[[0m.
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39m/home^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mFile System Check…n /dev/disk/by-uuid/FBE5-86EF^[[0m.
         Mounting ^[[0;1;39m/boot/efi^[[0m...
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39m/boot/efi^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mLocal File Systems^[[0m.
         Starting ^[[0;1;39mTell Plymouth To Write Out Runtime Data^[[0m...
         Starting ^[[0;1;39mCreate Volatile Files and Directories^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mTell Plymouth To Write Out Runtime Data^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate Volatile Files and Directories^[[0m.
         Mounting ^[[0;1;39mRPC Pipe File System^[[0m...
         Starting ^[[0;1;39mSecurity Auditing Service^[[0m...
         Starting ^[[0;1;39mRPC Bind^[[0m...
[^[[0;32m  OK [   21.261751] RPC: Registered named UNIX socket transport module.
 ^[[0m] Started ^[[   21.268927] RPC: Registered udp transport module.
[0;1;39mRPC Bind[   21.275025] RPC: Registered tcp transport module.
^[[0m.
[   21.281103] RPC: Registered tcp NFSv4.1 backchannel transport module.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mSecurity Auditing Service^[[0m.
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39mRPC Pipe File System^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mrpc_pipefs.target^[[0m.
         Starting ^[[0;1;39mRecord System Boot/Shutdown in UTMP^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mRecord System Boot/Shutdown in UTMP^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSystem Initialization^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mdnf makecache --timer^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mDaily rotation of log files^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mUpdates mlocate database every day^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mDaily Cleanup of Temporary Directories^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mdaily update of the root trust anchor for DNSSEC^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mTimer Units^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mD-Bus System Message Bus Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mOpen-iSCSI iscsid Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mOpen-iSCSI iscsiuio Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mSSSD Kerberos…ache Manager responder socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt interface daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt locking daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt locking daemon admin socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt logging daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt logging daemon admin socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt network daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt nodedev daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt nwfilter daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt proxy daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt QEMU daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt QEMU daemon admin socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt QEMU daemon read-only socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt secret daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt storage daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSocket Units^[[0m.
         Starting ^[[0;1;39mD-Bus System Message Bus^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mD-Bus System Message Bus^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mBasic System^[[0m.
         Starting ^[[0;1;39mNTP client/server^[[0m...
         Starting ^[[0;1;39mRestore /run/initramfs on shutdown^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mirqbalance daemon^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mlibstoragemgmt plug-in server daemon^[[0m.
         Starting ^[[0;1;39mLoad CPU microcode update^[[0m...
         Starting ^[[0;1;39mAuthorization Manager^[[0m...
         Starting ^[[0;1;39mSystem Logging Service^[[0m...
         Starting ^[[0;1;39mSelf Monitoring a…g Technology (SMART) Daemon^[[0m...
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39msshd-keygen.target^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mUser and Group Name Lookups^[[0m.
         Starting ^[[0;1;39mUser Login Management^[[0m...
         Starting ^[[0;1;39mVirtual Machine a…tainer Registration Service^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mRestore /run/initramfs on shutdown^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mSystem Logging Service^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mVirtual Machine an…ontainer Registration Service^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mUser Login Management^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mNTP client/server^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mSelf Monitoring an…ing Technology (SMART) Daemon^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mLoad CPU microcode update^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mAuthorization Manager^[[0m.
         Starting ^[[0;1;39mfirewalld - dynamic firewall daemon^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mfirewalld - dynamic firewall daemon^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mPreparation for Network^[[0m.
         Starting ^[[0;1;39mNetwork Manager^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mNetwork Manager^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mNetwork^[[0m.
         Starting ^[[0;1;39mNetwork Manager Wait Online^[[0m...
         Starting ^[[0;1;39mGSSAPI Proxy Daemon^[[0m...
         Starting ^[[0;1;39mEnable periodic u…f entitlement certificates.^[[0m...
         Starting ^[[0;1;39mOpenSSH server daemon^[[0m...
         Starting ^[[0;1;39mDynamic System Tuning Daemon^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mEnable periodic up… of entitlement certificates.^[[0m.
         Starting ^[[0;1;39mHostname Service^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mGSSAPI Proxy Daemon^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mNFS client services^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mOpenSSH server daemon^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mHostname Service^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mLoad/Save RF …itch Status /dev/rfkill Watch^[[0m.
         Starting ^[[0;1;39mNetwork Manager Script Dispatcher Service^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mNetwork Manager Script Dispatcher Service^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mDynamic System Tuning Daemon^[[0m.
[   ^[[0;31m*^[[0;1;31m*^[[0m^[[0;31m*^[[0m] A start job is running for Network …nager Wait Online (13s / no limit)
^[M\r^[[K[    ^[[0;31m*^[[0;1;31m*^[[0m] A start job is running for Network …nager Wait Online (13s / no limit)
[   25.435914] tg3 0000:c1:00.0 eth0: Link is up at 1000 Mbps, full duplex
[   25.442532] tg3 0000:c1:00.0 eth0: Flow control is off for TX and off for RX
[   25.449627] tg3 0000:c1:00.0 eth0: EEE is disabled
[   25.454431] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
^[M\r^[[K[     ^[[0;31m*^[[0m] A start job is running for Network …nager Wait Online (14s / no limit)
^[M\r^[[K[    ^[[0;31m*^[[0;1;31m*^[[0m] A start job is running for Network …nager Wait Online (14s / no limit)
^[M\r^[[K[   ^[[0;31m*^[[0;1;31m*^[[0m^[[0;31m*^[[0m] A start job is running for Network …nager Wait Online (15s / no limit)
^[M\r^[[K[  ^[[0;31m*^[[0;1;31m*^[[0m^[[0;31m* ^[[0m] A start job is running for Network …nager Wait Online (16s / no limit)
^[M\r^[[K[ ^[[0;31m*^[[0;1;31m*^[[0m^[[0;31m*  ^[[0m] A start job is running for Network …nager Wait Online (16s / no limit)
^[M\r^[[K[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mNetwork Manager Wait Online^[[0m.
^[[K[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mNetwork is Online^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mPreparation for Remote File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mRemote File Systems^[[0m.
         Starting ^[[0;1;39mNotify NFS peers of a restart^[[0m...
         Starting ^[[0;1;39mPermit User Sessions^[[0m...
         Starting ^[[0;1;39mlibvirt QEMU daemon^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mPermit User Sessions^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mDeferred execution scheduler^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mCommand Scheduler^[[0m.
         Starting ^[[0;1;39mHold until boot process finishes up^[[0m...
         Starting ^[[0;1;39mTerminate Plymouth Boot Screen^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mNotify NFS peers of a restart^[[0m.

Red Hat Enterprise Linux 9.1 (Plow)
Kernel 5.14.0-162.6.1.el9_1.x86_64 on an x86_64

Activate the web console with: systemctl enable --now cockpit.socket

hostname login: [ 1698.974762] sda6: Can't mount, would change RO state
^[[2J^[[3J^[[-1;-1f[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mUser Manager for UID 0^[[0m.
         Stopping ^[[0;1;39mUser Runtime Directory /run/user/0^[[0m...
[^[[0;32m  OK  ^[[0m] Unmounted ^[[0;1;39m/run/user/0^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mShow Plymouth Reboot Screen^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mDynamic System Tuning Daemon^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mUser Runtime Directory /run/user/0^[[0m.
[^[[0;32m  OK  ^[[0m] Removed slice ^[[0;1;39mUser Slice of UID 0^[[0m.
         Stopping ^[[0;1;39mPermit User Sessions^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mPermit User Sessions^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mRemote File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mPreparation for Remote File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mNFS client services^[[0m.
         Stopping ^[[0;1;39mGSSAPI Proxy Daemon^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mGSSAPI Proxy Daemon^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mNetwork^[[0m.
         Stopping ^[[0;1;39mNetwork Manager^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mSystem Logging Service^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mUser Login Management^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mUser and Group Name Lookups^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mNetwork Manager^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mPreparation for Network^[[0m.
         Stopping ^[[0;1;39mfirewalld - dynamic firewall daemon^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mfirewalld - dynamic firewall daemon^[[0m.
         Stopping ^[[0;1;39mAuthorization Manager^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mAuthorization Manager^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mBasic System^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mForward Password R…s to Plymouth Directory Watch^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mPath Units^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mSlice Units^[[0m.
[^[[0;32m  OK  ^[[0m] Removed slice ^[[0;1;39mVirtual Machine and Container Slice^[[0m.
[^[[0;32m  OK  ^[[0m] Removed slice ^[[0;1;39mUser and Session Slice^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mSocket Units^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mOpen-iSCSI iscsid Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mOpen-iSCSI iscsiuio Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mSSSD Kerberos Cache Manager responder socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mlibvirt interface daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mlibvirt locking daemon admin socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mlibvirt locking daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mlibvirt logging daemon admin socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mlibvirt logging daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mlibvirt network daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mlibvirt nodedev daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mlibvirt nwfilter daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mlibvirt proxy daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mlibvirt QEMU daemon admin socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mlibvirt QEMU daemon read-only socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mlibvirt QEMU daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mlibvirt secret daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mlibvirt storage daemon socket^[[0m.
         Stopping ^[[0;1;39mD-Bus System Message Bus^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mD-Bus System Message Bus^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mD-Bus System Message Bus Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mSystem Initialization^[[0m.
[^[[0;32m  OK  ^[[0m] Unset automount ^[[0;1;39mArbitrary …s File System Automount Point^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mLocal Encrypted Volumes^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mForward Password R…uests to Wall Directory Watch^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mLocal Integrity Protected Volumes^[[0m.
[^[[0;32m  OK  ^[[0m[ 1699.974287] audit: type=1305 audit(1725262630.429:206): op=set audit_pid=0 old=2586 auid=4294967295 ses=4294967295 res=1
] Stopped target[ 1699.986981] audit: type=1131 audit(1725262630.441:207): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=auditd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
 ^[[0;1;39mSwaps^[[ 1700.006014] audit: type=1131 audit(1725262630.460:208): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;[ 1700.030740] audit: type=1131 audit(1725262630.485:209): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-FBE5\x2d86EF comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
39mLocal Verity Protected Volumes^[[0m.
         Deactivating swap ^[[0;1;39m/de[ 1700.058850] XFS (sda6): Unmounting Filesystem
v/dis…dm-name-rhel_hostname-swap^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mRead and set NIS d…e from /etc/sysconfig/network^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mApply Kernel Variables^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mLoad Kernel Modules^[[0m.
         Stopping ^[[0;1;39mRecord System Boot/Shutdown in UTMP^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mRecord System Boot/Shutdown in UTMP^[[0m.
         Stopping ^[[0;1;39mSecurity Auditing Service^[[0m...
[^[[0;32m  OK  ^[[0m] Deactivated swap ^[[0;1;39m/dev/disk…f-0fb1-4c94-97ac-38505613fcbf^[[0m.
[^[[0;32m  OK  ^[[0m] Deactivated swap ^[[0;1;39m/dev/rhel_hostname/swap^[[0m.
[^[[0;32m  OK  ^[[0m] Deactivated swap ^[[0;1;39m/dev/disk…yeb12DWUnp5czhD1hrKFNCXkJMetK^[[0m.
[^[[0;32m  OK  ^[[0m] Deactivated swap ^[[0;1;39m/dev/disk…d/dm-name-rhel_hostname-swap^[[0m.
[^[[0;32m  OK  ^[[0m] Deactivated swap ^[[0;1;39m/dev/dm-2^[[0m.
[^[[0;32m  OK  ^[[0m] Deactivated swap ^[[0;1;39m/dev/mapper/rhel_hostname-swap^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mSecurity Auditing Service^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mCreate Volatile Files and Directories^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mLocal File Systems^[[0m.
         Unmounting ^[[0;1;39m/boot/efi^[[0m...
         Unmounting ^[[0;1;39m/home^[[0m...
[^[[0;32m  OK  ^[[0m] Unmounted ^[[0;1;39m/boot/efi^[[0m.
         Unmounting ^[[0;1;39m/boot^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mFile System Check on /dev/disk/by-uuid/FBE5-86EF^[[0m.
[^[[0;32m  OK  ^[[0m] Removed slice ^[[0;1;39mSlice /system/systemd-fsck^[[0m.
[^[[0;32m  OK  ^[[0m] Unmounted ^[[0;1;39m/boot^[[0m.
[ 1702.138640] XFS (dm-0): Unmounting Filesystem
[^[[0;31m*^[[0;1;31m*^[[0m^[[0;31m*   ^[[0m] A stop job is running for /home (3s / 1min 31s)
^[M\r^[[K[^[[0;32m  [ 1702.229694] audit: type=1131 audit(1725262632.684:210): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-remount-fs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
OK  ^[[0m] Unmoun[ 1702.249179] audit: type=1131 audit(1725262632.704:211): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ted ^[[0;1;39m/home^[[0m.
^[[K[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mPreparation for Local File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mUnmount All Filesystems^[[0m.
         Stopping ^[[0;1;39mMonitoring of LVM…mev[ 1702.290126] audit: type=1131 audit(1725262632.745:212): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
entd or progress[ 1702.309901] audit: type=1130 audit(1725262632.764:213): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-reboot comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
 polling^[[0m...\r[ 1702.329804] audit: type=1131 audit(1725262632.764:214): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-reboot comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'

[^[[0;32m  OK  [ 1702.350371] audit: type=1334 audit(1725262632.805:215): prog-id=0 op=UNLOAD
^[[0m] Stopped ^[[0;1;39mRemount Root and Kernel File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mCreate Static Device Nodes in /dev^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[[ 1702.373356] watchdog: watchdog0: watchdog did not stop!
0;1;39mMonitoring of LVM2… dmeventd or progress polling^[[0m.\r\r[ 1702.383068] systemd-shutdown[1]: Using hardware watchdog 'SP5100 TCO timer', version 0, device /dev/watchdog0

[^[[0;32m  OK  ^[[ 1702.394296] systemd-shutdown[1]: Watchdog running with a timeout of 10min.
[0m] Reached target ^[[0;1;39mSystem Shutdown^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mLate Shutdown Services^[[0m.
[^[[ 1702.413160] systemd-shutdown[1]: Syncing filesystems and block devices.
[0;32m  OK  ^[[0m[ 1702.420316] systemd-shutdown[1]: Sending SIGTERM to remaining processes...
] Finished ^[[0;1;39mSystem Reboot^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSystem Reboot^[[0m.
[ 1702.438138] systemd-journald[1924]: Received SIGTERM from PID 1 (systemd-shutdow).
[ 1702.448418] systemd-shutdown[1]: Sending SIGKILL to remaining processes...
[ 1702.463096] systemd-shutdown[1]: Unmounting file systems.
[ 1702.469017] [265438]: Remounting '/' read-only with options 'attr2,inode64,logbufs=8,logbsize=32k,noquota'.
[ 1702.493534] systemd-shutdown[1]: All filesystems unmounted.
[ 1702.499128] systemd-shutdown[1]: Deactivating swaps.
[ 1702.504112] systemd-shutdown[1]: All swaps deactivated.
[ 1702.509342] systemd-shutdown[1]: Detaching loop devices.
[ 1702.514731] systemd-shutdown[1]: All loop devices detached.
[ 1702.520514] systemd-shutdown[1]: Stopping MD devices.
[ 1702.525609] systemd-shutdown[1]: All MD devices stopped.
[ 1702.530923] systemd-shutdown[1]: Detaching DM devices.
[ 1702.536315] systemd-shutdown[1]: Detaching DM /dev/dm-2 (253:2).
[ 1702.560010] systemd-shutdown[1]: Detaching DM /dev/dm-0 (253:0).
[ 1702.588033] systemd-shutdown[1]: Not all DM devices detached, 1 left.
[ 1702.594509] systemd-shutdown[1]: Detaching DM devices.
[ 1702.599758] systemd-shutdown[1]: Not all DM devices detached, 1 left.
[ 1702.606222] systemd-shutdown[1]: Detaching DM devices.
[ 1702.611447] systemd-shutdown[1]: Not all DM devices detached, 1 left.
[ 1702.617882] systemd-shutdown[1]: Cannot finalize remaining DM devices, continuing.
[ 1702.651146] systemd-shutdown[1]: Failed to finalize DM devices, ignoring.
[ 1702.658098] systemd-shutdown[1]: Syncing filesystems and block devices.
[ 1702.664727] systemd-shutdown[1]: Rebooting.
[ 1702.669101] kvm: exiting hardware virtualization
[ 1702.678694] sd 0:0:2:0: [sdb] Synchronizing SCSI cache
[ 1702.683940] sd 0:0:0:0: [sda] Synchronizing SCSI cache
[ 1702.916691] mpt3sas_cm0: sending message unit reset !!
[ 1702.924479] mpt3sas_cm0: message unit reset: SUCCESS
[ 1702.930892] reboot: Restarting system
[ 1702.934565] reboot: machine restart
^[[c^[[2J^[[01;01H^[[=3h^[[2J^[[01;01HKEY MAPPING FOR CONSOLE REDIRECTION:

Use the <ESC><1> key sequence for <F1>
Use the <ESC><2> key sequence for <F2>
Use the <ESC><3> key sequence for <F3>
Use the <ESC><0> key sequence for <F10>
Use the <ESC><!> key sequence for <F11>
Use the <ESC><@> key sequence for <F12>

Use the <ESC><Ctrl><M> key sequence for <Ctrl><M>
Use the <ESC><Ctrl><H> key sequence for <Ctrl><H>
Use the <ESC><Ctrl><I> key sequence for <Ctrl><I>
Use the <ESC><Ctrl><J> key sequence for <Ctrl><J>

Use the <ESC><X><X> key sequence for <Alt><x>, where x is any letter
key, and X is the upper case of that key

Use the <ESC><R><ESC><r><ESC><R> key sequence for <Ctrl><Alt><Del>

Press the spacebar to pause...
Initializing PCIe, USB, and Video... Done
PowerEdge R6515
BIOS Version: 2.14.1
Console Redirection Enabled Requested by iDRAC

F2	 = System Setup
F10	 = Lifecycle Controller (Config
	   iDRAC, Update FW, Install OS)
F11	 = Boot Manager
F12	 = PXE Boot
iDRAC IPV4:  10.86.18.202 [Dedicated]
                                
Initializing Firmware Interfaces...
 





Enumerating Boot options...
Enumerating Boot options... Done
Loading Lifecycle Controller Drivers...
Loading Lifecycle Controller Drivers...Done
Lifecycle Controller: Collecting System Inventory...

iDRAC IPV4:  10.86.18.202 [Dedicated]

^[[2J^[[01;01HLifecycle Controller: Done
Booting...
^[[2J^[[01;01HBooting from Integrated Storage Controller 1: Red Hat Enterprise Linux
^[[0m^[[30m^[[40m^[[2J^[[01;01H^[[0m^[[37m^[[40m^[[20;07HUse the ^ and v keys to change the selection.                       
\r      Press 'e' to edit the selected item, or 'c' for a command prompt.   
\r      Press Escape to return to the previous menu.                        ^[[04;80H ^[[0m^[[30m^[[47m^[[04;01H      Red Hat Enterprise Linux (6.11.0-rc6-next-20240902) 9.1 (Plow)           ^[[0m^[[37m^[[40m^[[04;79H^[[05;01H      Red Hat Enterprise Linux (6.11.0-rc5-next-20240830) 9.1 (Plow)           ^[[05;79H^[[06;01H      Red Hat Enterprise Linux (6.11.0-rc4-d2bafcf224-d2bafcf224f) 9.1 (Plow)  ^[[06;79H^[[07;01H      Red Hat Enterprise Linux (6.11.0-rc3-df6cbc62cc-df6cbc6) 9.1 (Plow)      ^[[07;79H^[[08;01H      Red Hat Enterprise Linux (6.11.0-rc2-5189dafa4c-5189daf) 9.1 (Plow)      ^[[08;79H^[[09;01H      Red Hat Enterprise Linux (6.11.0-rc1-d3426a6ed9-d3426a6) 9.1 (Plow)      ^[[09;79H^[[10;01H      Red Hat Enterprise Linux (6.11.0-rc1) 9.1 (Plow)                         ^[[10;79H^[[11;01H      Red Hat Enterprise Linux (6.9.0-rc20ecaefb303) 9.1 (Plow)                ^[[11;79H^[[12;01H      Red Hat Enterprise Linux (5.14.0-162.6.1.el9_1.x86_64) 9.1 (Plow)        ^[[12;79H^[[13;01H      Red Hat Enterprise Linux (0-rescue-8f37f8055146469d8baec3ad508b0084) 9.1>
\r^[[14;01H^[[13;79H^[[14;01H      UEFI Firmware Settings                                                   ^[[14;79H^[[15;01H                                                                               ^[[15;79H^[[16;01H                                                                               ^[[16;79H^[[17;01H                                                                               ^[[17;79H^[[18;01H                                                                               ^[[18;79H^[[18;80H ^[[04;79H^[[23;01H   The selected entry will be started automatically in 5s.                     ^[[04;79H^[[23;01H   The selected entry will be started automatically in 4s.                     ^[[04;79H^[[23;01H   The selected entry will be started automatically in 3s.                     ^[[04;79H^[[23;01H   The selected entry will be started automatically in 2s.                     ^[[04;79H^[[23;01H   The selected entry will be started automatically in 1s.                     ^[[04;79H^[[23;01H   The selected entry will be started automatically in 0s.                     ^[[04;79H^[[0m^[[30m^[[40m^[[2J^[[01;01H^[[0m^[[37m^[[40m^[[0m^[[30m^[[40m^[[2J^[[01;01H^[[0m^[[37m^[[40m[    0.000000] Linux version 6.11.0-rc6-next-20240902 (root@hostname.amd.com) (gcc (GCC) 11.4.1 20231218 (Red Hat 11.4.1-3), GNU ld version 2.35.2-43.el9) #1 SMP PREEMPT_DYNAMIC Mon Sep  2 13:05:07 IST 2024
[    0.000000] Command line: BOOT_IMAGE=(hd0,gpt6)/vmlinuz-6.11.0-rc6-next-20240902 root=/dev/mapper/rhel_hostname-root ro selinux=0 console=ttyS0,115200n8 earlyprintk=ttyS0,115200 net.ifnames=0 biosdevname=0 swiotlb=131072 kvm_amd.debug_swap=0 mem_encrypt=off
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Hygon HygonGenuine
[    0.000000]   Centaur CentaurHauls
[    0.000000]   zhaoxin   Shanghai  
[    0.000000] SEV-SNP: RMP table physical range [0x0000000015e00000 - 0x00000000566fffff]
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000008efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000008f000-0x000000000008ffff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000000090000-0x000000000009ffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000015dfffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000015e00000-0x00000000566fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000056700000-0x00000000567fbfff] usable
[    0.000000] BIOS-e820: [mem 0x00000000567fc000-0x00000000567fcfff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000567fd000-0x000000005a14afff] usable
[    0.000000] BIOS-e820: [mem 0x000000005a14b000-0x000000005a34afff] reserved
[    0.000000] BIOS-e820: [mem 0x000000005a34b000-0x0000000067acefff] usable
[    0.000000] BIOS-e820: [mem 0x0000000067acf000-0x000000006dfcefff] reserved
[    0.000000] BIOS-e820: [mem 0x000000006dfcf000-0x000000006edfefff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000006edff000-0x000000006effefff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000006efff000-0x000000006effffff] usable
[    0.000000] BIOS-e820: [mem 0x000000006f000000-0x000000006f00afff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000006f00b000-0x000000006fffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000070000000-0x000000008fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000aa000000-0x00000000aaffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000c5000000-0x00000000c5ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000e0ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fd000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000207fcfffff] usable
[    0.000000] BIOS-e820: [mem 0x000000207fd00000-0x000000207fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000002080000000-0x000000407f1fffff] usable
[    0.000000] BIOS-e820: [mem 0x000000407f200000-0x000000407fffffff] reserved
[    0.000000] printk: legacy bootconsole [earlyser0] enabled
[    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-0x000000000008efff] usable
[    0.000000] reserve setup_data: [mem 0x000000000008f000-0x000000000008ffff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x0000000000090000-0x000000000009ffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000000100000-0x0000000000b4b01f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000b4b020-0x0000000000b5305f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000b53060-0x0000000000b5401f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000b54020-0x0000000000b8645f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000b86460-0x0000000000b8701f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000b87020-0x0000000000bb945f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000bb9460-0x0000000000bba01f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000bba020-0x0000000000bffe5f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000bffe60-0x0000000015dfffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000015e00000-0x00000000566fffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000056700000-0x00000000567fbfff] usable
[    0.000000] reserve setup_data: [mem 0x00000000567fc000-0x00000000567fcfff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000567fd000-0x000000005a14afff] usable
[    0.000000] reserve setup_data: [mem 0x000000005a14b000-0x000000005a34afff] reserved
[    0.000000] reserve setup_data: [mem 0x000000005a34b000-0x0000000067acefff] usable
[    0.000000] reserve setup_data: [mem 0x0000000067acf000-0x000000006dfcefff] reserved
[    0.000000] reserve setup_data: [mem 0x000000006dfcf000-0x000000006edfefff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x000000006edff000-0x000000006effefff] ACPI data
[    0.000000] reserve setup_data: [mem 0x000000006efff000-0x000000006effffff] usable
[    0.000000] reserve setup_data: [mem 0x000000006f000000-0x000000006f00afff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x000000006f00b000-0x000000006fffffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000070000000-0x000000008fffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000aa000000-0x00000000aaffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000c5000000-0x00000000c5ffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000e0000000-0x00000000e0ffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fd000000-0x00000000ffffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000207fcfffff] usable
[    0.000000] reserve setup_data: [mem 0x000000207fd00000-0x000000207fffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000002080000000-0x000000407f1fffff] usable
[    0.000000] reserve setup_data: [mem 0x000000407f200000-0x000000407fffffff] reserved
[    0.000000] efi: EFI v2.7 by Dell Inc.
[    0.000000] efi: ACPI=0x6effe000 ACPI 2.0=0x6effe014 MEMATTR=0x63f3c4a0 SMBIOS=0x6979e000 SMBIOS 3.0=0x6979c000 MOKvar=0x67bcc000 RNG=0x6efb4020 
[    0.000000] random: crng init done
[    0.000000] efi: Remove mem56: MMIO range=[0x80000000-0x8fffffff] (256MB) from e820 map
[    0.000000] efi: Remove mem57: MMIO range=[0xaa000000-0xaaffffff] (16MB) from e820 map
[    0.000000] efi: Remove mem58: MMIO range=[0xc5000000-0xc5ffffff] (16MB) from e820 map
[    0.000000] efi: Remove mem59: MMIO range=[0xe0000000-0xe0ffffff] (16MB) from e820 map
[    0.000000] efi: Remove mem60: MMIO range=[0xfd000000-0xffffffff] (48MB) from e820 map
[    0.000000] SMBIOS 3.3.0 present.
[    0.000000] DMI: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[    0.000000] DMI: Memory slots populated: 8/16
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 1996.213 MHz processor
[    0.000029] last_pfn = 0x407f200 max_arch_pfn = 0x400000000
[    0.005552] MTRR map: 7 entries (2 fixed + 5 variable; max 19), built from 9 variable MTRRs
[    0.013867] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Memory KASLR using RDRAND RDTSC...
[    0.023904] x2apic: enabled by BIOS, switching to x2apic ops
[    0.029537] last_pfn = 0x70000 max_arch_pfn = 0x400000000
[    0.039406] SEV-SNP: Reserving start/end of RMP table on a 2MB boundary [0x0000000056600000]
[    0.047676] Using GB pages for direct mapping
[    0.053098] Secure boot disabled
[    0.056150] RAMDISK: [mem 0x40775a2000-0x407f1fffff]
[    0.061093] ACPI: Early table checksum verification disabled
[    0.066726] ACPI: RSDP 0x000000006EFFE014 000024 (v02 DELL  )
[    0.072444] ACPI: XSDT 0x000000006EFB7188 0000DC (v01 DELL   PE_SC3   00000002 DELL 00000001)
[    0.080940] ACPI: FACP 0x000000006EFF9000 000114 (v06 DELL   PE_SC3   00000002 DELL 00000001)
[    0.089432] ACPI: DSDT 0x000000006EFDA000 019528 (v02 DELL   PE_SC3   00000002 DELL 00000001)
[    0.097924] ACPI: FACS 0x000000006EDB9000 000040
[    0.102517] ACPI: BERT 0x000000006EFFC000 000030 (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.111011] ACPI: ERST 0x000000006EFFB000 000230 (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.119504] ACPI: HEST 0x000000006EFFA000 0007F4 (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.127997] ACPI: HPET 0x000000006EFF8000 000038 (v01 DELL   PE_SC3   00000002 DELL 00000001)
[    0.136491] ACPI: APIC 0x000000006EFF6000 0018BE (v05 DELL   PE_SC3   00000002 DELL 00000001)
[    0.144983] ACPI: MCFG 0x000000006EFF5000 00003C (v01 DELL   PE_SC3   00000002 DELL 00000001)
[    0.153477] ACPI: WSMT 0x000000006EFF4000 000028 (v01 DELL   PE_SC3   00000002 DELL 00000001)
[    0.161970] ACPI: SSDT 0x000000006EFD9000 000629 (v02 DELL   xhc_port 00000001 INTL 20210331)
[    0.170463] ACPI: SSDT 0x000000006EFD8000 000D6E (v02 AMD    CPMRAS   00000001 INTL 20210331)
[    0.178956] ACPI: EINJ 0x000000006EFD7000 000170 (v01 AMD    PE_SC3   00000001 AMD  00000001)
[    0.187449] ACPI: PCCT 0x000000006EFD6000 00006E (v02 DELL   AmdTable 00000001 AMD  00000001)
[    0.195942] ACPI: SSDT 0x000000006EFC7000 00E849 (v02 DELL   PE_SC3   00000001 AMD  00000001)
[    0.204437] ACPI: SRAT 0x000000006EFC6000 000CD0 (v03 DELL   PE_SC3   00000001 AMD  00000001)
[    0.212929] ACPI: MSCT 0x000000006EFC5000 00004E (v01 DELL   PE_SC3   00000000 AMD  00000001)
[    0.221423] ACPI: SLIT 0x000000006EFC4000 000030 (v01 DELL   PE_SC3   00000001 AMD  00000001)
[    0.229917] ACPI: CRAT 0x000000006EFBC000 0072F8 (v01 DELL   PE_SC3   00000001 AMD  00000001)
[    0.238410] ACPI: CDIT 0x000000006EFBB000 00002C (v01 DELL   PE_SC3   00000001 AMD  00000001)
[    0.246903] ACPI: IVRS 0x000000006EFBA000 0001F0 (v02 DELL   PE_SC3   00000001 AMD  00000001)
[    0.255395] ACPI: SPCR 0x000000006EFB9000 000050 (v02 DELL   PE_SC3   00000002 DELL 00000001)
[    0.263889] ACPI: SLIC 0x000000006EFB8000 000176 (v01 DELL   PE_SC3   00000002 DELL 00000001)
[    0.272382] ACPI: SSDT 0x000000006EFFD000 000D66 (v02 DELL   PE_SC3   00000002 DELL 00000001)
[    0.280876] ACPI: SSDT 0x000000006EFB5000 00193C (v02 AMD    CPMCMN   00000001 INTL 20210331)
[    0.289368] ACPI: Reserving FACP table memory at [mem 0x6eff9000-0x6eff9113]
[    0.296388] ACPI: Reserving DSDT table memory at [mem 0x6efda000-0x6eff3527]
[    0.303408] ACPI: Reserving FACS table memory at [mem 0x6edb9000-0x6edb903f]
[    0.310429] ACPI: Reserving BERT table memory at [mem 0x6effc000-0x6effc02f]
[    0.317448] ACPI: Reserving ERST table memory at [mem 0x6effb000-0x6effb22f]
[    0.324468] ACPI: Reserving HEST table memory at [mem 0x6effa000-0x6effa7f3]
[    0.331487] ACPI: Reserving HPET table memory at [mem 0x6eff8000-0x6eff8037]
[    0.338507] ACPI: Reserving APIC table memory at [mem 0x6eff6000-0x6eff78bd]
[    0.345537] ACPI: Reserving MCFG table memory at [mem 0x6eff5000-0x6eff503b]
[    0.352557] ACPI: Reserving WSMT table memory at [mem 0x6eff4000-0x6eff4027]
[    0.359576] ACPI: Reserving SSDT table memory at [mem 0x6efd9000-0x6efd9628]
[    0.366596] ACPI: Reserving SSDT table memory at [mem 0x6efd8000-0x6efd8d6d]
[    0.373615] ACPI: Reserving EINJ table memory at [mem 0x6efd7000-0x6efd716f]
[    0.380636] ACPI: Reserving PCCT table memory at [mem 0x6efd6000-0x6efd606d]
[    0.387656] ACPI: Reserving SSDT table memory at [mem 0x6efc7000-0x6efd5848]
[    0.394676] ACPI: Reserving SRAT table memory at [mem 0x6efc6000-0x6efc6ccf]
[    0.401695] ACPI: Reserving MSCT table memory at [mem 0x6efc5000-0x6efc504d]
[    0.408715] ACPI: Reserving SLIT table memory at [mem 0x6efc4000-0x6efc402f]
[    0.415736] ACPI: Reserving CRAT table memory at [mem 0x6efbc000-0x6efc32f7]
[    0.422755] ACPI: Reserving CDIT table memory at [mem 0x6efbb000-0x6efbb02b]
[    0.429775] ACPI: Reserving IVRS table memory at [mem 0x6efba000-0x6efba1ef]
[    0.436796] ACPI: Reserving SPCR table memory at [mem 0x6efb9000-0x6efb904f]
[    0.443842] ACPI: Reserving SLIC table memory at [mem 0x6efb8000-0x6efb8175]
[    0.450897] ACPI: Reserving SSDT table memory at [mem 0x6effd000-0x6effdd65]
[    0.457915] ACPI: Reserving SSDT table memory at [mem 0x6efb5000-0x6efb693b]
[    0.465010] APIC: Switched APIC routing to: cluster x2apic
[    0.470414] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff]
[    0.476375] ACPI: SRAT: Node 0 PXM 0 [mem 0x000c0000-0x7fffffff]
[    0.482355] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0x207fffffff]
[    0.488595] ACPI: SRAT: Node 1 PXM 1 [mem 0x2080000000-0x407fffffff]
[    0.494930] NUMA: Node 0 [mem 0x00001000-0x0009ffff] + [mem 0x000c0000-0x7fffffff] -> [mem 0x00001000-0x7fffffff]
[    0.505149] NUMA: Node 0 [mem 0x00001000-0x7fffffff] + [mem 0x100000000-0x207fffffff] -> [mem 0x00001000-0x207fffffff]
[    0.515816] NODE_DATA(0) allocated [mem 0x207fcd5a00-0x207fcfffff]
[    0.521971] NODE_DATA(1) allocated [mem 0x4077576a00-0x40775a0fff]
[    0.528446] Zone ranges:
[    0.530801]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.536954]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.543109]   Normal   [mem 0x0000000100000000-0x000000407f1fffff]
[    0.549297]   Device   empty
[    0.552157] Movable zone start for each node
[    0.556404] Early memory node ranges
[    0.559974]   node   0: [mem 0x0000000000001000-0x000000000008efff]
[    0.566214]   node   0: [mem 0x0000000000090000-0x000000000009ffff]
[    0.572453]   node   0: [mem 0x0000000000100000-0x0000000015dfffff]
[    0.578694]   node   0: [mem 0x0000000056700000-0x00000000567fbfff]
[    0.584933]   node   0: [mem 0x00000000567fd000-0x000000005a14afff]
[    0.591173]   node   0: [mem 0x000000005a34b000-0x0000000067acefff]
[    0.597413]   node   0: [mem 0x000000006efff000-0x000000006effffff]
[    0.603653]   node   0: [mem 0x000000006f00b000-0x000000006fffffff]
[    0.609892]   node   0: [mem 0x0000000100000000-0x000000207fcfffff]
[    0.616142]   node   1: [mem 0x0000002080000000-0x000000407f1fffff]
[    0.622383] Initmem setup node 0 [mem 0x0000000000001000-0x000000207fcfffff]
[    0.629394] Initmem setup node 1 [mem 0x0000002080000000-0x000000407f1fffff]
[    0.636414] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.642220] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.648038] On node 0, zone DMA: 96 pages in unavailable ranges
[    0.654366] On node 0, zone DMA32: 35072 pages in unavailable ranges
[    0.660617] On node 0, zone DMA32: 1 pages in unavailable ranges
[    0.666712] On node 0, zone DMA32: 512 pages in unavailable ranges
[    0.672883] On node 0, zone DMA32: 30000 pages in unavailable ranges
[    0.679064] On node 0, zone DMA32: 11 pages in unavailable ranges
[    0.904037] On node 1, zone Normal: 768 pages in unavailable ranges
[    0.910151] On node 1, zone Normal: 3584 pages in unavailable ranges
[    0.916634] ACPI: PM-Timer IO Port: 0x408
[    0.920504] ACPI: X2APIC_NMI (uid[0xffffffff] high edge lint[0x1])
[    0.926633] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.932538] IOAPIC[0]: apic_id 240, version 33, address 0xfec00000, GSI 0-23
[    0.939547] IOAPIC[1]: apic_id 241, version 33, address 0xe0100000, GSI 120-151
[    0.946829] IOAPIC[2]: apic_id 242, version 33, address 0xc5100000, GSI 88-119
[    0.954021] IOAPIC[3]: apic_id 243, version 33, address 0xaa100000, GSI 56-87
[    0.961127] IOAPIC[4]: apic_id 244, version 33, address 0xfd100000, GSI 24-55
[    0.968232] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.974558] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.981064] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.987471] ACPI: HPET id: 0x10228201 base: 0xfed00000
[    0.992586] ACPI: SPCR: console: uart,io,0x2f8,115200
[    0.997615] CPU topo: Max. logical packages:   1
[    1.002203] CPU topo: Max. logical dies:       1
[    1.006796] CPU topo: Max. dies per package:   1
[    1.011394] CPU topo: Max. threads per core:   2
[    1.016018] CPU topo: Num. cores per package:    64
[    1.020872] CPU topo: Num. threads per package: 128
[    1.025723] CPU topo: Allowing 128 present CPUs plus 0 hotplug CPUs
[    1.031991] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    1.039505] PM: hibernation: Registered nosave memory: [mem 0x0008f000-0x0008ffff]
[    1.047046] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    1.054585] PM: hibernation: Registered nosave memory: [mem 0x00b4b000-0x00b4bfff]
[    1.062125] PM: hibernation: Registered nosave memory: [mem 0x00b53000-0x00b53fff]
[    1.069663] PM: hibernation: Registered nosave memory: [mem 0x00b54000-0x00b54fff]
[    1.077205] PM: hibernation: Registered nosave memory: [mem 0x00b86000-0x00b86fff]
[    1.084743] PM: hibernation: Registered nosave memory: [mem 0x00b87000-0x00b87fff]
[    1.092284] PM: hibernation: Registered nosave memory: [mem 0x00bb9000-0x00bb9fff]
[    1.099823] PM: hibernation: Registered nosave memory: [mem 0x00bba000-0x00bbafff]
[    1.107364] PM: hibernation: Registered nosave memory: [mem 0x00bff000-0x00bfffff]
[    1.114905] PM: hibernation: Registered nosave memory: [mem 0x15e00000-0x566fffff]
[    1.122487] PM: hibernation: Registered nosave memory: [mem 0x56700000-0x567fbfff]
[    1.130027] PM: hibernation: Registered nosave memory: [mem 0x567fc000-0x567fcfff]
[    1.137567] PM: hibernation: Registered nosave memory: [mem 0x567fd000-0x567fffff]
[    1.145107] PM: hibernation: Registered nosave memory: [mem 0x5a14b000-0x5a34afff]
[    1.152647] PM: hibernation: Registered nosave memory: [mem 0x67acf000-0x6dfcefff]
[    1.160186] PM: hibernation: Registered nosave memory: [mem 0x6dfcf000-0x6edfefff]
[    1.167726] PM: hibernation: Registered nosave memory: [mem 0x6edff000-0x6effefff]
[    1.175268] PM: hibernation: Registered nosave memory: [mem 0x6f000000-0x6f00afff]
[    1.182807] PM: hibernation: Registered nosave memory: [mem 0x70000000-0x7fffffff]
[    1.190347] PM: hibernation: Registered nosave memory: [mem 0x80000000-0xffffffff]
[    1.197887] PM: hibernation: Registered nosave memory: [mem 0x207fd00000-0x207fffffff]
[    1.205774] [mem 0x56800000-0xffffffff] available for PCI devices
[    1.211840] Booting paravirtualized kernel on bare hardware
[    1.217386] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    1.227798] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:128 nr_cpu_ids:128 nr_node_ids:2
[    1.240001] percpu: Embedded 66 pages/cpu s233472 r8192 d28672 u524288
[    1.246478] Kernel command line: BOOT_IMAGE=(hd0,gpt6)/vmlinuz-6.11.0-rc6-next-20240902 root=/dev/mapper/rhel_hostname-root ro selinux=0 console=ttyS0,115200n8 earlyprintk=ttyS0,115200 net.ifnames=0 biosdevname=0 swiotlb=131072 kvm_amd.debug_swap=0 mem_encrypt=off
[    1.269894] Unknown kernel command line parameters "BOOT_IMAGE=(hd0,gpt6)/vmlinuz-6.11.0-rc6-next-20240902 biosdevname=0 mem_encrypt=off", will be passed to user space.
[    1.284759] printk: log_buf_len individual max cpu contribution: 4096 bytes
[    1.291676] printk: log_buf_len total cpu_extra contributions: 520192 bytes
[    1.298609] printk: log_buf_len min size: 262144 bytes
[    1.304138] printk: log_buf_len: 1048576 bytes
[    1.308402] printk: early log buf free: 242320(92%)
[    1.314658] Fallback order for Node 0: 0 1 
[    1.314661] Fallback order for Node 1: 1 0 
[    1.314670] Built 2 zonelists, mobility grouping on.  Total pages: 66743906
[    1.329766] Policy zone: Normal
[    1.332893] mem auto-init: stack:off, heap alloc:on, heap free:off
[    1.339070] software IO TLB: area num 128.
[    1.757847] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=128, Nodes=2
Poking KASLR using RDRAND RDTSC...
[    1.767491] ftrace: allocating 53175 entries in 208 pages
[    1.784128] ftrace: allocated 208 pages with 3 groups
[    1.789855] Dynamic Preempt: voluntary
[    1.793779] rcu: Preemptible hierarchical RCU implementation.
[    1.799339] rcu: 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=128.
[    1.806271] 	Trampoline variant of Tasks RCU enabled.
[    1.811297] 	Rude variant of Tasks RCU enabled.
[    1.815805] 	Tracing variant of Tasks RCU enabled.
[    1.820571] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    1.828112] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=128
[    1.834997] RCU Tasks: Setting shift to 7 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=128.
[    1.843800] RCU Tasks Rude: Setting shift to 7 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=128.
[    1.853075] RCU Tasks Trace: Setting shift to 7 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=128.
[    1.865087] NR_IRQS: 524544, nr_irqs: 3624, preallocated irqs: 16
[    1.871275] rcu: srcu_init: Setting srcu_struct sizes to big.
[    1.876990] Console: colour dummy device 80x25
[    1.881280] printk: legacy console [ttyS0] enabled
[    1.881280] printk: legacy console [ttyS0] enabled
[    1.890814] printk: legacy bootconsole [earlyser0] disabled
[    1.890814] printk: legacy bootconsole [earlyser0] disabled
[    1.902001] mempolicy: Enabling automatic NUMA balancing. Configure with numa_balancing= or the kernel.numa_balancing sysctl
[    1.913281] ACPI: Core revision 20240322
[    1.917433] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[    1.926570] APIC: Switch to symmetric I/O mode setup
[    1.932532] AMD-Vi: Using global IVHD EFR:0x841f77e022094ace, EFR2:0x0
[    1.941467] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    1.966573] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x398c69ee6f1, max_idle_ns: 881590705802 ns
[    1.977104] Calibrating delay loop (skipped), value calculated using timer frequency.. 3992.42 BogoMIPS (lpj=7984852)
[    1.981115] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[    1.985207] LVT offset 2 assigned for vector 0xf4
[    1.989136] Last level iTLB entries: 4KB 512, 2MB 512, 4MB 256
[    1.993103] Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
[    1.997104] process: using mwait in idle threads
[    2.001104] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    2.005104] Spectre V2 : Mitigation: Retpolines
[    2.009103] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    2.013103] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
[    2.017103] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    2.021104] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    2.025103] Spectre V2 : User space: Mitigation: STIBP always-on protection
[    2.029104] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[    2.033103] Speculative Return Stack Overflow: Mitigation: Safe RET
[    2.037106] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    2.041103] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    2.045103] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    2.049103] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
[    2.053103] x86/fpu: Supporting XSAVE feature 0x800: 'Control-flow User registers'
[    2.057103] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    2.061103] x86/fpu: xstate_offset[9]:  832, xstate_sizes[9]:    8
[    2.065103] x86/fpu: xstate_offset[11]:  840, xstate_sizes[11]:   16
[    2.069103] x86/fpu: Enabled xstate features 0xa07, context size is 856 bytes, using 'compacted' format.
[    2.106563] Freeing SMP alternatives memory: 44K
[    2.109105] pid_max: default: 131072 minimum: 1024
[    2.119967] LSM: initializing lsm=lockdown,capability,yama,apparmor,ima,evm
[    2.121158] Yama: becoming mindful.
[    2.125219] AppArmor: AppArmor initialized
[    2.137136] Dentry cache hash table entries: 16777216 (order: 15, 134217728 bytes, vmalloc hugepage)
[    2.145431] Inode-cache hash table entries: 8388608 (order: 14, 67108864 bytes, vmalloc hugepage)
[    2.149275] Mount-cache hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc)
[    2.153245] Mountpoint-cache hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc)
[    2.267610] smpboot: CPU0: AMD EPYC 7713 64-Core Processor (family: 0x19, model: 0x1, stepping: 0x1)
[    2.269480] Performance Events: Fam17h+ core perfctr, AMD PMU driver.
[    2.273105] ... version:                0
[    2.277104] ... bit width:              48
[    2.285104] ... generic registers:      6
[    2.289104] ... value mask:             0000ffffffffffff
[    2.293104] ... max period:             00007fffffffffff
[    2.297103] ... fixed-purpose events:   0
[    2.301104] ... event mask:             000000000000003f
[    2.305376] signal: max sigframe size: 3376
[    2.309139] rcu: Hierarchical SRCU implementation.
[    2.313104] rcu: 	Max phase no-delay instances is 1000.
[    2.317155] Timer migration: 3 hierarchy levels; 8 children per group; 2 crossnode level
[    2.328948] MCE: In-kernel MCE decoding enabled.
[    2.329159] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    2.337534] smp: Bringing up secondary CPUs ...
[    2.341265] smpboot: x86: Booting SMP configuration:
[    2.345105] .... 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
[    2.353106] .... node  #1, CPUs:    #32  #33  #34  #35  #36  #37  #38  #39  #40  #41  #42  #43  #44  #45  #46  #47  #48  #49  #50  #51  #52  #53  #54  #55  #56  #57  #58  #59  #60  #61  #62  #63
[    2.417104] psi: inconsistent task state! task=17:rcu_preempt cpu=0 psi_flags=4 clear=0 set=4
[    2.505269] 
[    2.506761] .... node  #0, CPUs:    #64  #65  #66  #67  #68  #69  #70  #71  #72  #73  #74  #75  #76  #77  #78  #79  #80  #81  #82  #83  #84  #85  #86  #87  #88  #89  #90  #91  #92  #93  #94  #95
[    2.517105] .... node  #1, CPUs:    #96  #97  #98  #99 #100 #101 #102 #103 #104 #105 #106 #107 #108 #109 #110 #111 #112 #113 #114 #115 #116 #117 #118 #119 #120 #121 #122 #123 #124 #125 #126 #127
[    2.555105] Spectre V2 : Update user space SMT mitigation: STIBP always-on
[    2.703106] smp: Brought up 2 nodes, 128 CPUs
[    2.705108] smpboot: Total of 128 processors activated (511030.52 BogoMIPS)
[    2.721169] Memory: 262005372K/266975624K available (18432K kernel code, 3262K rwdata, 7744K rodata, 4684K init, 6212K bss, 4653792K reserved, 0K cma-reserved)
[    2.731930] devtmpfs: initialized
[    2.733181] x86/mm: Memory block size: 2048MB
[    2.747903] ACPI: PM: Registering ACPI NVS region [mem 0x0008f000-0x0008ffff] (4096 bytes)
[    2.749105] ACPI: PM: Registering ACPI NVS region [mem 0x6dfcf000-0x6edfefff] (14876672 bytes)
[    2.757204] ACPI: PM: Registering ACPI NVS region [mem 0x6f000000-0x6f00afff] (45056 bytes)
[    2.761204] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    2.765221] futex hash table entries: 32768 (order: 9, 2097152 bytes, vmalloc)
[    2.769339] pinctrl core: initialized pinctrl subsystem
[    2.773216] PM: RTC time: 13:09:53, date: 2024-09-02
[    2.777922] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    2.781643] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[    2.785285] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    2.789284] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    2.793116] audit: initializing netlink subsys (disabled)
[    2.797126] audit: type=2000 audit(1725282592.852:1): state=initialized audit_enabled=0 res=1
[    2.797278] thermal_sys: Registered thermal governor 'fair_share'
[    2.801106] thermal_sys: Registered thermal governor 'bang_bang'
[    2.805104] thermal_sys: Registered thermal governor 'step_wise'
[    2.809104] thermal_sys: Registered thermal governor 'user_space'
[    2.813113] EISA bus registered
[    2.821126] cpuidle: using governor ladder
[    2.825114] cpuidle: using governor menu
[    2.829146] Detected 1 PCC Subspaces
[    2.832724] Registering PCC driver as Mailbox controller
[    2.833248] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    2.837106] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    2.841267] PCI: ECAM [mem 0x80000000-0x8fffffff] (base 0x80000000) for domain 0000 [bus 00-ff]
[    2.845115] PCI: Using configuration type 1 for base access
[    2.849111] PCI: Dell System detected, enabling pci=bfsort.
[    2.853280] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    2.857325] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[    2.861108] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[    2.865104] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[    2.869104] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[    2.873379] ACPI: Added _OSI(Module Device)
[    2.877105] ACPI: Added _OSI(Processor Device)
[    2.881104] ACPI: Added _OSI(3.0 _SCP Extensions)
[    2.885104] ACPI: Added _OSI(Processor Aggregator Device)
[    2.930156] ACPI: 6 ACPI AML tables successfully acquired and loaded
[    2.948097] ACPI: Interpreter enabled
[    2.949116] ACPI: PM: (supports S0 S5)
[    2.953104] ACPI: Using IOAPIC for interrupt routing
[    2.957709] HEST: Table parsing has been initialized.
[    2.965520] GHES: APEI firmware first mode is enabled by APEI bit and WHEA _OSC.
[    2.969108] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    2.973104] PCI: Ignoring E820 reservations for host bridge windows
[    2.979301] ACPI: Enabled 1 GPEs in block 00 to 1F
[    3.019168] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[    3.025171] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
[    3.029182] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[    3.037181] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[    3.041182] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[    3.049177] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[    3.053182] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[    3.061170] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[    3.065597] ACPI: PCI Root Bridge [PC00] (domain 0000 [bus 00-3f])
[    3.069108] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    3.073270] acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug AER DPC]
[    3.077417] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
[    3.081104] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    3.086082] PCI host bridge to bus 0000:00
[    3.089108] pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
[    3.093104] pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
[    3.097105] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000fffff window]
[    3.101104] pci_bus 0000:00: root bus resource [io  0x0d00-0x3fff window]
[    3.105104] pci_bus 0000:00: root bus resource [mem 0xe1000000-0xfebfffff window]
[    3.109104] pci_bus 0000:00: root bus resource [mem 0x63dc0000000-0x7fcffffffff window]
[    3.113104] pci_bus 0000:00: root bus resource [bus 00-3f]
[    3.117118] pci 0000:00:00.0: [1022:1480] type 00 class 0x060000 conventional PCI endpoint
[    3.121245] pci 0000:00:00.2: [1022:164f] type 00 class 0x080600 conventional PCI endpoint
[    3.125203] pci 0000:00:01.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.129186] pci 0000:00:02.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.133185] pci 0000:00:03.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.137182] pci 0000:00:03.2: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    3.141121] pci 0000:00:03.2: PCI bridge to [bus 01]
[    3.145107] pci 0000:00:03.2:   bridge window [io  0x1000-0x1fff]
[    3.149106] pci 0000:00:03.2:   bridge window [mem 0xf7300000-0xf74fffff]
[    3.153174] pci 0000:00:03.2: PME# supported from D0 D3hot D3cold
[    3.158108] pci 0000:00:04.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.161188] pci 0000:00:05.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.165187] pci 0000:00:07.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.169185] pci 0000:00:07.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    3.173121] pci 0000:00:07.1: PCI bridge to [bus 02]
[    3.177108] pci 0000:00:07.1:   bridge window [mem 0xf7200000-0xf72fffff]
[    3.181117] pci 0000:00:07.1: enabling Extended Tags
[    3.185152] pci 0000:00:07.1: PME# supported from D0 D3hot D3cold
[    3.189252] pci 0000:00:08.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.193183] pci 0000:00:08.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    3.197122] pci 0000:00:08.1: PCI bridge to [bus 03]
[    3.201109] pci 0000:00:08.1:   bridge window [mem 0xf7000000-0xf71fffff]
[    3.205116] pci 0000:00:08.1: enabling Extended Tags
[    3.209154] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[    3.213286] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500 conventional PCI endpoint
[    3.217222] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100 conventional PCI endpoint
[    3.221274] pci 0000:00:18.0: [1022:1650] type 00 class 0x060000 conventional PCI endpoint
[    3.225193] pci 0000:00:18.1: [1022:1651] type 00 class 0x060000 conventional PCI endpoint
[    3.229157] pci 0000:00:18.2: [1022:1652] type 00 class 0x060000 conventional PCI endpoint
[    3.233162] pci 0000:00:18.3: [1022:1653] type 00 class 0x060000 conventional PCI endpoint
[    3.237158] pci 0000:00:18.4: [1022:1654] type 00 class 0x060000 conventional PCI endpoint
[    3.241157] pci 0000:00:18.5: [1022:1655] type 00 class 0x060000 conventional PCI endpoint
[    3.245160] pci 0000:00:18.6: [1022:1656] type 00 class 0x060000 conventional PCI endpoint
[    3.249158] pci 0000:00:18.7: [1022:1657] type 00 class 0x060000 conventional PCI endpoint
[    3.253226] pci 0000:01:00.0: [1000:0097] type 00 class 0x010700 PCIe Endpoint
[    3.257115] pci 0000:01:00.0: BAR 0 [io  0x1000-0x10ff]
[    3.261113] pci 0000:01:00.0: BAR 1 [mem 0xf7400000-0xf740ffff 64bit]
[    3.265113] pci 0000:01:00.0: BAR 3 [mem 0xf7300000-0xf73fffff 64bit]
[    3.269115] pci 0000:01:00.0: ROM [mem 0xfff00000-0xffffffff pref]
[    3.273109] pci 0000:01:00.0: enabling Extended Tags
[    3.277187] pci 0000:01:00.0: supports D1 D2
[    3.281134] pci 0000:01:00.0: VF BAR 0 [mem 0x00000000-0x0000ffff 64bit]
[    3.285104] pci 0000:01:00.0: VF BAR 0 [mem 0x00000000-0x000fffff 64bit]: contains BAR 0 for 16 VFs
[    3.289111] pci 0000:01:00.0: VF BAR 2 [mem 0x00000000-0x000fffff 64bit]
[    3.293104] pci 0000:01:00.0: VF BAR 2 [mem 0x00000000-0x00ffffff 64bit]: contains BAR 2 for 16 VFs
[    3.297267] pci 0000:00:03.2: PCI bridge to [bus 01]
[    3.301191] pci 0000:02:00.0: [1022:148a] type 00 class 0x130000 PCIe Endpoint
[    3.305145] pci 0000:02:00.0: enabling Extended Tags
[    3.309269] pci 0000:02:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    3.313122] pci 0000:02:00.2: BAR 2 [mem 0xf7200000-0xf727ffff]
[    3.317118] pci 0000:02:00.2: BAR 5 [mem 0xf7280000-0xf7281fff]
[    3.321113] pci 0000:02:00.2: enabling Extended Tags
[    3.325293] pci 0000:00:07.1: PCI bridge to [bus 02]
[    3.329235] pci 0000:03:00.0: [1022:1485] type 00 class 0x130000 PCIe Endpoint
[    3.333148] pci 0000:03:00.0: enabling Extended Tags
[    3.337315] pci 0000:03:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    3.341124] pci 0000:03:00.2: BAR 2 [mem 0xf7100000-0xf717ffff]
[    3.345119] pci 0000:03:00.2: BAR 5 [mem 0xf7180000-0xf7181fff]
[    3.349113] pci 0000:03:00.2: enabling Extended Tags
[    3.353289] pci 0000:03:00.3: [1022:148c] type 00 class 0x0c0330 PCIe Endpoint
[    3.357117] pci 0000:03:00.3: BAR 0 [mem 0xf7000000-0xf70fffff 64bit]
[    3.361135] pci 0000:03:00.3: enabling Extended Tags
[    3.365155] pci 0000:03:00.3: PME# supported from D0 D3hot D3cold
[    3.369272] pci 0000:00:08.1: PCI bridge to [bus 03]
[    3.374478] ACPI: PCI Root Bridge [PC01] (domain 0000 [bus 40-7f])
[    3.377107] acpi PNP0A08:01: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    3.381266] acpi PNP0A08:01: _OSC: platform does not support [SHPCHotplug AER DPC]
[    3.385417] acpi PNP0A08:01: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
[    3.389104] acpi PNP0A08:01: FADT indicates ASPM is unsupported, using BIOS configuration
[    3.394024] PCI host bridge to bus 0000:40
[    3.397107] pci_bus 0000:40: root bus resource [io  0x4000-0x6fff window]
[    3.401104] pci_bus 0000:40: root bus resource [mem 0x90000000-0xaaffffff window]
[    3.405104] pci_bus 0000:40: root bus resource [mem 0x47e80000000-0x63dbfffffff window]
[    3.409104] pci_bus 0000:40: root bus resource [bus 40-7f]
[    3.413113] pci 0000:40:00.0: [1022:1480] type 00 class 0x060000 conventional PCI endpoint
[    3.417191] pci 0000:40:00.2: [1022:164f] type 00 class 0x080600 conventional PCI endpoint
[    3.421197] pci 0000:40:01.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.425184] pci 0000:40:02.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.429176] pci 0000:40:03.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.433183] pci 0000:40:03.1: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    3.437123] pci 0000:40:03.1: PCI bridge to [bus 41]
[    3.441109] pci 0000:40:03.1:   bridge window [mem 0xa4c00000-0xa4ffffff]
[    3.445195] pci 0000:40:03.1: PME# supported from D0 D3hot D3cold
[    3.463964] pci 0000:40:03.2: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    3.465128] pci 0000:40:03.2: PCI bridge to [bus 42]
[    3.469109] pci 0000:40:03.2:   bridge window [mem 0xa4800000-0xa4bfffff]
[    3.473209] pci 0000:40:03.2: PME# supported from D0 D3hot D3cold
[    3.489507] pci 0000:40:03.3: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    3.493124] pci 0000:40:03.3: PCI bridge to [bus 43]
[    3.497114] pci 0000:40:03.3:   bridge window [mem 0xa4400000-0xa47fffff]
[    3.501236] pci 0000:40:03.3: PME# supported from D0 D3hot D3cold
[    3.519191] pci 0000:40:03.4: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    3.521129] pci 0000:40:03.4: PCI bridge to [bus 44]
[    3.525110] pci 0000:40:03.4:   bridge window [mem 0xa4000000-0xa43fffff]
[    3.529215] pci 0000:40:03.4: PME# supported from D0 D3hot D3cold
[    3.549176] pci 0000:40:04.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.553226] pci 0000:40:05.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.557181] pci 0000:40:07.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.561234] pci 0000:40:07.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    3.565122] pci 0000:40:07.1: PCI bridge to [bus 45]
[    3.569108] pci 0000:40:07.1:   bridge window [mem 0xa5300000-0xa53fffff]
[    3.573115] pci 0000:40:07.1: enabling Extended Tags
[    3.577151] pci 0000:40:07.1: PME# supported from D0 D3hot D3cold
[    3.581250] pci 0000:40:08.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.585181] pci 0000:40:08.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    3.589121] pci 0000:40:08.1: PCI bridge to [bus 46]
[    3.593108] pci 0000:40:08.1:   bridge window [mem 0xa5000000-0xa52fffff]
[    3.597115] pci 0000:40:08.1: enabling Extended Tags
[    3.601153] pci 0000:40:08.1: PME# supported from D0 D3hot D3cold
[    3.605342] pci 0000:40:03.1: PCI bridge to [bus 41]
[    3.609184] pci 0000:40:03.2: PCI bridge to [bus 42]
[    3.613185] pci 0000:40:03.3: PCI bridge to [bus 43]
[    3.617184] pci 0000:40:03.4: PCI bridge to [bus 44]
[    3.621187] pci 0000:45:00.0: [1022:148a] type 00 class 0x130000 PCIe Endpoint
[    3.625144] pci 0000:45:00.0: enabling Extended Tags
[    3.629264] pci 0000:45:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    3.633122] pci 0000:45:00.2: BAR 2 [mem 0xa5300000-0xa537ffff]
[    3.637118] pci 0000:45:00.2: BAR 5 [mem 0xa5380000-0xa5381fff]
[    3.641113] pci 0000:45:00.2: enabling Extended Tags
[    3.645289] pci 0000:40:07.1: PCI bridge to [bus 45]
[    3.649234] pci 0000:46:00.0: [1022:1485] type 00 class 0x130000 PCIe Endpoint
[    3.653148] pci 0000:46:00.0: enabling Extended Tags
[    3.657310] pci 0000:46:00.1: [1022:1486] type 00 class 0x108000 PCIe Endpoint
[    3.661125] pci 0000:46:00.1: BAR 2 [mem 0xa5100000-0xa51fffff]
[    3.665119] pci 0000:46:00.1: BAR 5 [mem 0xa5282000-0xa5283fff]
[    3.669114] pci 0000:46:00.1: enabling Extended Tags
[    3.673286] pci 0000:46:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    3.677124] pci 0000:46:00.2: BAR 2 [mem 0xa5200000-0xa527ffff]
[    3.681120] pci 0000:46:00.2: BAR 5 [mem 0xa5280000-0xa5281fff]
[    3.685113] pci 0000:46:00.2: enabling Extended Tags
[    3.693287] pci 0000:46:00.3: [1022:148c] type 00 class 0x0c0330 PCIe Endpoint
[    3.697116] pci 0000:46:00.3: BAR 0 [mem 0xa5000000-0xa50fffff 64bit]
[    3.701134] pci 0000:46:00.3: enabling Extended Tags
[    3.705154] pci 0000:46:00.3: PME# supported from D0 D3hot D3cold
[    3.709278] pci 0000:40:08.1: PCI bridge to [bus 46]
[    3.713792] ACPI: PCI Root Bridge [PC02] (domain 0000 [bus 80-bf])
[    3.717107] acpi PNP0A08:02: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    3.721269] acpi PNP0A08:02: _OSC: platform does not support [SHPCHotplug AER DPC]
[    3.725417] acpi PNP0A08:02: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
[    3.729104] acpi PNP0A08:02: FADT indicates ASPM is unsupported, using BIOS configuration
[    3.737644] PCI host bridge to bus 0000:80
[    3.741107] pci_bus 0000:80: root bus resource [io  0x7000-0x9fff window]
[    3.745104] pci_bus 0000:80: root bus resource [mem 0xab000000-0xc5ffffff window]
[    3.749104] pci_bus 0000:80: root bus resource [mem 0x2bf40000000-0x47e7fffffff window]
[    3.753105] pci_bus 0000:80: root bus resource [bus 80-bf]
[    3.757115] pci 0000:80:00.0: [1022:1480] type 00 class 0x060000 conventional PCI endpoint
[    3.761200] pci 0000:80:00.2: [1022:164f] type 00 class 0x080600 conventional PCI endpoint
[    3.765195] pci 0000:80:01.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.769286] pci 0000:80:01.1: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    3.773124] pci 0000:80:01.1: PCI bridge to [bus 81]
[    3.777109] pci 0000:80:01.1:   bridge window [mem 0xbf400000-0xbf7fffff]
[    3.781198] pci 0000:80:01.1: PME# supported from D0 D3hot D3cold
[    3.800881] pci 0000:80:01.2: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    3.801128] pci 0000:80:01.2: PCI bridge to [bus 82]
[    3.805109] pci 0000:80:01.2:   bridge window [mem 0xbf000000-0xbf3fffff]
[    3.809207] pci 0000:80:01.2: PME# supported from D0 D3hot D3cold
[    3.827250] pci 0000:80:02.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.829185] pci 0000:80:03.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.833211] pci 0000:80:04.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.837183] pci 0000:80:05.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.841248] pci 0000:80:07.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.845182] pci 0000:80:07.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    3.849121] pci 0000:80:07.1: PCI bridge to [bus 83]
[    3.853108] pci 0000:80:07.1:   bridge window [mem 0xbfa00000-0xbfafffff]
[    3.857115] pci 0000:80:07.1: enabling Extended Tags
[    3.861152] pci 0000:80:07.1: PME# supported from D0 D3hot D3cold
[    3.865250] pci 0000:80:08.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.869182] pci 0000:80:08.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    3.873122] pci 0000:80:08.1: PCI bridge to [bus 84]
[    3.877109] pci 0000:80:08.1:   bridge window [mem 0xbf900000-0xbf9fffff]
[    3.881116] pci 0000:80:08.1: enabling Extended Tags
[    3.885154] pci 0000:80:08.1: PME# supported from D0 D3hot D3cold
[    3.889257] pci 0000:80:08.2: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    3.893121] pci 0000:80:08.2: PCI bridge to [bus 85]
[    3.897108] pci 0000:80:08.2:   bridge window [mem 0xbf800000-0xbf8fffff]
[    3.901117] pci 0000:80:08.2: enabling Extended Tags
[    3.905154] pci 0000:80:08.2: PME# supported from D0 D3hot D3cold
[    3.909335] pci 0000:80:01.1: PCI bridge to [bus 81]
[    3.913202] pci 0000:80:01.2: PCI bridge to [bus 82]
[    3.917189] pci 0000:83:00.0: [1022:148a] type 00 class 0x130000 PCIe Endpoint
[    3.921145] pci 0000:83:00.0: enabling Extended Tags
[    3.925267] pci 0000:83:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    3.929123] pci 0000:83:00.2: BAR 2 [mem 0xbfa00000-0xbfa7ffff]
[    3.933118] pci 0000:83:00.2: BAR 5 [mem 0xbfa80000-0xbfa81fff]
[    3.937113] pci 0000:83:00.2: enabling Extended Tags
[    3.941299] pci 0000:80:07.1: PCI bridge to [bus 83]
[    3.945233] pci 0000:84:00.0: [1022:1485] type 00 class 0x130000 PCIe Endpoint
[    3.949148] pci 0000:84:00.0: enabling Extended Tags
[    3.953315] pci 0000:84:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    3.957125] pci 0000:84:00.2: BAR 2 [mem 0xbf900000-0xbf97ffff]
[    3.961120] pci 0000:84:00.2: BAR 5 [mem 0xbf980000-0xbf981fff]
[    3.965113] pci 0000:84:00.2: enabling Extended Tags
[    3.973123] pci 0000:80:08.1: PCI bridge to [bus 84]
[    3.977234] pci 0000:85:00.0: [1022:7901] type 00 class 0x010601 PCIe Endpoint
[    3.981140] pci 0000:85:00.0: BAR 5 [mem 0xbf800000-0xbf8007ff]
[    3.985114] pci 0000:85:00.0: enabling Extended Tags
[    3.989167] pci 0000:85:00.0: PME# supported from D3hot D3cold
[    3.993278] pci 0000:80:08.2: PCI bridge to [bus 85]
[    3.997821] ACPI: PCI Root Bridge [PC03] (domain 0000 [bus c0-ff])
[    4.001108] acpi PNP0A08:03: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    4.005268] acpi PNP0A08:03: _OSC: platform does not support [SHPCHotplug AER DPC]
[    4.009418] acpi PNP0A08:03: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
[    4.013104] acpi PNP0A08:03: FADT indicates ASPM is unsupported, using BIOS configuration
[    4.018123] PCI host bridge to bus 0000:c0
[    4.021109] pci_bus 0000:c0: root bus resource [io  0xa000-0xffff window]
[    4.025104] pci_bus 0000:c0: root bus resource [mem 0xc6000000-0xe0ffffff window]
[    4.029104] pci_bus 0000:c0: root bus resource [mem 0x10000000000-0x2bf3fffffff window]
[    4.033104] pci_bus 0000:c0: root bus resource [io  0x03b0-0x03df window]
[    4.037104] pci_bus 0000:c0: root bus resource [mem 0x000a0000-0x000bffff window]
[    4.041104] pci_bus 0000:c0: root bus resource [bus c0-ff]
[    4.045114] pci 0000:c0:00.0: [1022:1480] type 00 class 0x060000 conventional PCI endpoint
[    4.049191] pci 0000:c0:00.2: [1022:164f] type 00 class 0x080600 conventional PCI endpoint
[    4.053196] pci 0000:c0:01.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.057178] pci 0000:c0:02.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.061176] pci 0000:c0:03.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.065183] pci 0000:c0:03.1: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.069123] pci 0000:c0:03.1: PCI bridge to [bus c4]
[    4.077109] pci 0000:c0:03.1:   bridge window [mem 0xdb600000-0xdb9fffff]
[    4.081198] pci 0000:c0:03.1: PME# supported from D0 D3hot D3cold
[    4.099504] pci 0000:c0:03.2: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.101129] pci 0000:c0:03.2: PCI bridge to [bus c5]
[    4.105110] pci 0000:c0:03.2:   bridge window [mem 0xdb200000-0xdb5fffff]
[    4.109217] pci 0000:c0:03.2: PME# supported from D0 D3hot D3cold
[    4.130318] pci 0000:c0:03.3: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.133128] pci 0000:c0:03.3: PCI bridge to [bus c6]
[    4.137112] pci 0000:c0:03.3:   bridge window [mem 0xdae00000-0xdb1fffff]
[    4.141229] pci 0000:c0:03.3: PME# supported from D0 D3hot D3cold
[    4.161337] pci 0000:c0:03.4: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.165124] pci 0000:c0:03.4: PCI bridge to [bus c7]
[    4.169109] pci 0000:c0:03.4:   bridge window [mem 0xdaa00000-0xdadfffff]
[    4.173198] pci 0000:c0:03.4: PME# supported from D0 D3hot D3cold
[    4.192569] pci 0000:c0:04.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.193209] pci 0000:c0:05.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.197183] pci 0000:c0:05.1: [1022:149a] type 01 class 0x060400 PCIe Root Port
[    4.201126] pci 0000:c0:05.1: PCI bridge to [bus c1]
[    4.205116] pci 0000:c0:05.1:   bridge window [mem 0xc7000000-0xc70fffff 64bit pref]
[    4.209184] pci 0000:c0:05.1: PME# supported from D0 D3hot D3cold
[    4.213241] pci 0000:c0:05.2: [1022:149a] type 01 class 0x060400 PCIe Root Port
[    4.217125] pci 0000:c0:05.2: PCI bridge to [bus c2-c3]
[    4.221110] pci 0000:c0:05.2:   bridge window [mem 0xda000000-0xda8fffff]
[    4.225111] pci 0000:c0:05.2:   bridge window [mem 0xc6000000-0xc6ffffff 64bit pref]
[    4.229144] pci 0000:c0:05.2: PME# supported from D0 D3hot D3cold
[    4.233238] pci 0000:c0:07.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.245183] pci 0000:c0:07.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    4.249121] pci 0000:c0:07.1: PCI bridge to [bus c8]
[    4.257109] pci 0000:c0:07.1:   bridge window [mem 0xdbb00000-0xdbbfffff]
[    4.261115] pci 0000:c0:07.1: enabling Extended Tags
[    4.269150] pci 0000:c0:07.1: PME# supported from D0 D3hot D3cold
[    4.273245] pci 0000:c0:08.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.281182] pci 0000:c0:08.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    4.289122] pci 0000:c0:08.1: PCI bridge to [bus c9]
[    4.293108] pci 0000:c0:08.1:   bridge window [mem 0xdba00000-0xdbafffff]
[    4.301115] pci 0000:c0:08.1: enabling Extended Tags
[    4.305151] pci 0000:c0:08.1: PME# supported from D0 D3hot D3cold
[    4.313334] pci 0000:c0:03.1: PCI bridge to [bus c4]
[    4.317187] pci 0000:c0:03.2: PCI bridge to [bus c5]
[    4.321183] pci 0000:c0:03.3: PCI bridge to [bus c6]
[    4.329184] pci 0000:c0:03.4: PCI bridge to [bus c7]
[    4.333203] pci 0000:c1:00.0: [14e4:165f] type 00 class 0x020000 PCIe Endpoint
[    4.341124] pci 0000:c1:00.0: BAR 0 [mem 0xc7030000-0xc703ffff 64bit pref]
[    4.345117] pci 0000:c1:00.0: BAR 2 [mem 0xc7040000-0xc704ffff 64bit pref]
[    4.353117] pci 0000:c1:00.0: BAR 4 [mem 0xc7050000-0xc705ffff 64bit pref]
[    4.361112] pci 0000:c1:00.0: ROM [mem 0xfffc0000-0xffffffff pref]
[    4.365192] pci 0000:c1:00.0: PME# supported from D0 D3hot D3cold
[    4.373153] pci 0000:c1:00.0: 4.000 Gb/s available PCIe bandwidth, limited by 5.0 GT/s PCIe x1 link at 0000:c0:05.1 (capable of 8.000 Gb/s with 5.0 GT/s PCIe x2 link)
[    4.390529] pci 0000:c1:00.1: [14e4:165f] type 00 class 0x020000 PCIe Endpoint
[    4.397125] pci 0000:c1:00.1: BAR 0 [mem 0xc7000000-0xc700ffff 64bit pref]
[    4.405117] pci 0000:c1:00.1: BAR 2 [mem 0xc7010000-0xc701ffff 64bit pref]
[    4.409119] pci 0000:c1:00.1: BAR 4 [mem 0xc7020000-0xc702ffff 64bit pref]
[    4.417112] pci 0000:c1:00.1: ROM [mem 0xfffc0000-0xffffffff pref]
[    4.425192] pci 0000:c1:00.1: PME# supported from D0 D3hot D3cold
[    4.437128] pci 0000:c0:05.1: PCI bridge to [bus c1]
[    4.441184] pci 0000:c2:00.0: [1556:be00] type 01 class 0x060400 PCIe to PCI/PCI-X bridge
[    4.449134] pci 0000:c2:00.0: PCI bridge to [bus c3]
[    4.457111] pci 0000:c2:00.0:   bridge window [mem 0xda000000-0xda8fffff]
[    4.461113] pci 0000:c2:00.0:   bridge window [mem 0xc6000000-0xc6ffffff 64bit pref]
[    4.477119] pci 0000:c0:05.2: PCI bridge to [bus c2-c3]
[    4.481138] pci_bus 0000:c3: extended config space not accessible
[    4.489128] pci 0000:c3:00.0: [102b:0536] type 00 class 0x030000 conventional PCI endpoint
[    4.497120] pci 0000:c3:00.0: BAR 0 [mem 0xc6000000-0xc6ffffff pref]
[    4.505113] pci 0000:c3:00.0: BAR 1 [mem 0xda808000-0xda80bfff]
[    4.509112] pci 0000:c3:00.0: BAR 2 [mem 0xda000000-0xda7fffff]
[    4.517152] pci 0000:c3:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    4.525220] pci 0000:c2:00.0: PCI bridge to [bus c3]
[    4.529200] pci 0000:c8:00.0: [1022:148a] type 00 class 0x130000 PCIe Endpoint
[    4.537145] pci 0000:c8:00.0: enabling Extended Tags
[    4.541265] pci 0000:c8:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    4.549122] pci 0000:c8:00.2: BAR 2 [mem 0xdbb00000-0xdbb7ffff]
[    4.553118] pci 0000:c8:00.2: BAR 5 [mem 0xdbb80000-0xdbb81fff]
[    4.561113] pci 0000:c8:00.2: enabling Extended Tags
[    4.565222] pci 0000:c0:07.1: PCI bridge to [bus c8]
[    4.569232] pci 0000:c9:00.0: [1022:1485] type 00 class 0x130000 PCIe Endpoint
[    4.577147] pci 0000:c9:00.0: enabling Extended Tags
[    4.581312] pci 0000:c9:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    4.589124] pci 0000:c9:00.2: BAR 2 [mem 0xdba00000-0xdba7ffff]
[    4.597120] pci 0000:c9:00.2: BAR 5 [mem 0xdba80000-0xdba81fff]
[    4.601113] pci 0000:c9:00.2: enabling Extended Tags
[    4.605298] pci 0000:c0:08.1: PCI bridge to [bus c9]
[    4.617130] iommu: Default domain type: Translated
[    4.621104] iommu: DMA domain TLB invalidation policy: lazy mode
[    4.625386] SCSI subsystem initialized
[    4.633142] ACPI: bus type USB registered
[    4.637122] usbcore: registered new interface driver usbfs
[    4.641110] usbcore: registered new interface driver hub
[    4.645137] usbcore: registered new device driver usb
[    4.653133] pps_core: LinuxPPS API ver. 1 registered
[    4.657106] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    4.665109] PTP clock support registered
[    4.669188] EDAC MC: Ver: 3.0.0
[    4.673168] efivars: Registered efivars operations
[    4.677492] NetLabel: Initializing
[    4.681105] NetLabel:  domain hash size = 128
[    4.685104] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    4.693126] NetLabel:  unlabeled traffic allowed by default
[    4.697150] PCI: Using ACPI for IRQ routing
[    4.705539] pci 0000:c3:00.0: vgaarb: setting as boot VGA device
[    4.709102] pci 0000:c3:00.0: vgaarb: bridge control possible
[    4.709102] pci 0000:c3:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    4.725105] vgaarb: loaded
[    4.729251] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    4.733104] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    4.741360] clocksource: Switched to clocksource tsc-early
[    4.746909] VFS: Disk quotas dquot_6.6.0
[    4.750860] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    4.757961] AppArmor: AppArmor Filesystem Enabled
[    4.762693] pnp: PnP ACPI init
[    4.765995] system 00:00: [mem 0x80000000-0x8fffffff] has been reserved
[    4.772694] system 00:01: [mem 0xff000000-0xffffffff] has been reserved
[    4.780867] pnp: PnP ACPI: found 5 devices
[    4.791796] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    4.800771] NET: Registered PF_INET protocol family
[    4.805823] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc)
[    4.816790] tcp_listen_portaddr_hash hash table entries: 65536 (order: 8, 1048576 bytes, vmalloc)
[    4.825741] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, vmalloc)
[    4.833826] TCP established hash table entries: 524288 (order: 10, 4194304 bytes, vmalloc hugepage)
[    4.843369] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc)
[    4.850971] TCP: Hash tables configured (established 524288 bind 65536)
[    4.857929] UDP hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc)
[    4.865260] UDP-Lite hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc)
[    4.873102] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    4.878772] NET: Registered PF_XDP protocol family
[    4.883567] pci 0000:01:00.0: ROM [mem 0xfff00000-0xffffffff pref]: can't claim; no compatible bridge window
[    4.893386] pci 0000:c1:00.0: ROM [mem 0xfffc0000-0xffffffff pref]: can't claim; no compatible bridge window
[    4.903202] pci 0000:c1:00.1: ROM [mem 0xfffc0000-0xffffffff pref]: can't claim; no compatible bridge window
[    4.913024] pci_bus 0000:00: max bus depth: 1 pci_try_num: 2
[    4.918690] pci 0000:01:00.0: ROM [mem size 0x00100000 pref]: can't assign; no space
[    4.926438] pci 0000:01:00.0: ROM [mem size 0x00100000 pref]: failed to assign
[    4.933658] pci 0000:01:00.0: VF BAR 2 [mem size 0x01000000 64bit]: can't assign; no space
[    4.941919] pci 0000:01:00.0: VF BAR 2 [mem size 0x01000000 64bit]: failed to assign
[    4.949658] pci 0000:01:00.0: VF BAR 0 [mem size 0x00100000 64bit]: can't assign; no space
[    4.957917] pci 0000:01:00.0: VF BAR 0 [mem size 0x00100000 64bit]: failed to assign
[    4.965708] pci 0000:00:03.2: PCI bridge to [bus 01]
[    4.970675] pci 0000:00:03.2:   bridge window [io  0x1000-0x1fff]
[    4.976768] pci 0000:00:03.2:   bridge window [mem 0xf7300000-0xf74fffff]
[    4.983558] pci 0000:00:07.1: PCI bridge to [bus 02]
[    4.988529] pci 0000:00:07.1:   bridge window [mem 0xf7200000-0xf72fffff]
[    4.995316] pci 0000:00:08.1: PCI bridge to [bus 03]
[    5.000288] pci 0000:00:08.1:   bridge window [mem 0xf7000000-0xf71fffff]
[    5.007076] pci_bus 0000:00: No. 2 try to assign unassigned res
[    5.012997] pci 0000:00:03.2: resource 14 [mem 0xf7300000-0xf74fffff] released
[    5.020221] pci 0000:00:03.2: PCI bridge to [bus 01]
[    5.025198] pci 0000:00:03.2: bridge window [mem 0x00100000-0x002fffff] to [bus 01] add_size 1100000 add_align 100000
[    5.035809] pci 0000:00:03.2: bridge window [mem 0xe1000000-0xe22fffff]: assigned
[    5.043296] pci 0000:01:00.0: BAR 3 [mem 0xe1000000-0xe10fffff 64bit]: assigned
[    5.050613] pci 0000:01:00.0: VF BAR 2 [mem 0xe1100000-0xe20fffff 64bit]: assigned
[    5.058182] pci 0000:01:00.0: BAR 1 [mem 0xe2100000-0xe210ffff 64bit]: assigned
[    5.065526] pci 0000:01:00.0: VF BAR 0 [mem 0xe2110000-0xe220ffff 64bit]: assigned
[    5.073096] pci 0000:00:03.2: PCI bridge to [bus 01]
[    5.078062] pci 0000:00:03.2:   bridge window [io  0x1000-0x1fff]
[    5.084154] pci 0000:00:03.2:   bridge window [mem 0xe1000000-0xe22fffff]
[    5.090946] pci 0000:00:07.1: PCI bridge to [bus 02]
[    5.095916] pci 0000:00:07.1:   bridge window [mem 0xf7200000-0xf72fffff]
[    5.102704] pci 0000:00:08.1: PCI bridge to [bus 03]
[    5.107675] pci 0000:00:08.1:   bridge window [mem 0xf7000000-0xf71fffff]
[    5.114467] pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
[    5.120648] pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
[    5.126827] pci_bus 0000:00: resource 6 [mem 0x000c0000-0x000fffff window]
[    5.133700] pci_bus 0000:00: resource 7 [io  0x0d00-0x3fff window]
[    5.139879] pci_bus 0000:00: resource 8 [mem 0xe1000000-0xfebfffff window]
[    5.146753] pci_bus 0000:00: resource 9 [mem 0x63dc0000000-0x7fcffffffff window]
[    5.154145] pci_bus 0000:01: resource 0 [io  0x1000-0x1fff]
[    5.159716] pci_bus 0000:01: resource 1 [mem 0xe1000000-0xe22fffff]
[    5.165984] pci_bus 0000:02: resource 1 [mem 0xf7200000-0xf72fffff]
[    5.172250] pci_bus 0000:03: resource 1 [mem 0xf7000000-0xf71fffff]
[    5.178598] pci 0000:40:03.1: bridge window [io  0x1000-0x0fff] to [bus 41] add_size 1000
[    5.186775] pci 0000:40:03.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 41] add_size 200000 add_align 100000
[    5.198241] pci 0000:40:03.2: bridge window [io  0x1000-0x0fff] to [bus 42] add_size 1000
[    5.206414] pci 0000:40:03.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 42] add_size 200000 add_align 100000
[    5.217880] pci 0000:40:03.3: bridge window [io  0x1000-0x0fff] to [bus 43] add_size 1000
[    5.226053] pci 0000:40:03.3: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 43] add_size 200000 add_align 100000
[    5.237518] pci 0000:40:03.4: bridge window [io  0x1000-0x0fff] to [bus 44] add_size 1000
[    5.245691] pci 0000:40:03.4: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 44] add_size 200000 add_align 100000
[    5.257164] pci 0000:40:03.1: bridge window [mem 0x47e80000000-0x47e801fffff 64bit pref]: assigned
[    5.266118] pci 0000:40:03.2: bridge window [mem 0x47e80200000-0x47e803fffff 64bit pref]: assigned
[    5.275077] pci 0000:40:03.3: bridge window [mem 0x47e80400000-0x47e805fffff 64bit pref]: assigned
[    5.284030] pci 0000:40:03.4: bridge window [mem 0x47e80600000-0x47e807fffff 64bit pref]: assigned
[    5.292982] pci 0000:40:03.1: bridge window [io  0x4000-0x4fff]: assigned
[    5.299772] pci 0000:40:03.2: bridge window [io  0x5000-0x5fff]: assigned
[    5.306554] pci 0000:40:03.3: bridge window [io  0x6000-0x6fff]: assigned
[    5.313341] pci 0000:40:03.4: bridge window [io  size 0x1000]: can't assign; no space
[    5.321167] pci 0000:40:03.4: bridge window [io  size 0x1000]: failed to assign
[    5.328474] pci 0000:40:03.4: bridge window [io  0x4000-0x4fff]: assigned
[    5.335260] pci 0000:40:03.3: bridge window [io  0x5000-0x5fff]: assigned
[    5.342046] pci 0000:40:03.2: bridge window [io  0x6000-0x6fff]: assigned
[    5.348831] pci 0000:40:03.1: bridge window [io  size 0x1000]: can't assign; no space
[    5.356659] pci 0000:40:03.1: bridge window [io  size 0x1000]: failed to assign
[    5.363964] pci 0000:40:03.1: PCI bridge to [bus 41]
[    5.368931] pci 0000:40:03.1:   bridge window [mem 0xa4c00000-0xa4ffffff]
[    5.375752] pci 0000:40:03.1:   bridge window [mem 0x47e80000000-0x47e801fffff 64bit pref]
[    5.384012] pci 0000:40:03.2: PCI bridge to [bus 42]
[    5.388985] pci 0000:40:03.2:   bridge window [io  0x6000-0x6fff]
[    5.395077] pci 0000:40:03.2:   bridge window [mem 0xa4800000-0xa4bfffff]
[    5.401863] pci 0000:40:03.2:   bridge window [mem 0x47e80200000-0x47e803fffff 64bit pref]
[    5.410124] pci 0000:40:03.3: PCI bridge to [bus 43]
[    5.415086] pci 0000:40:03.3:   bridge window [io  0x5000-0x5fff]
[    5.421183] pci 0000:40:03.3:   bridge window [mem 0xa4400000-0xa47fffff]
[    5.427975] pci 0000:40:03.3:   bridge window [mem 0x47e80400000-0x47e805fffff 64bit pref]
[    5.436242] pci 0000:40:03.4: PCI bridge to [bus 44]
[    5.441209] pci 0000:40:03.4:   bridge window [io  0x4000-0x4fff]
[    5.447302] pci 0000:40:03.4:   bridge window [mem 0xa4000000-0xa43fffff]
[    5.454088] pci 0000:40:03.4:   bridge window [mem 0x47e80600000-0x47e807fffff 64bit pref]
[    5.462350] pci 0000:40:07.1: PCI bridge to [bus 45]
[    5.467323] pci 0000:40:07.1:   bridge window [mem 0xa5300000-0xa53fffff]
[    5.474110] pci 0000:40:08.1: PCI bridge to [bus 46]
[    5.479109] pci 0000:40:08.1:   bridge window [mem 0xa5000000-0xa52fffff]
[    5.485915] pci_bus 0000:40: resource 4 [io  0x4000-0x6fff window]
[    5.492097] pci_bus 0000:40: resource 5 [mem 0x90000000-0xaaffffff window]
[    5.498972] pci_bus 0000:40: resource 6 [mem 0x47e80000000-0x63dbfffffff window]
[    5.506364] pci_bus 0000:41: resource 1 [mem 0xa4c00000-0xa4ffffff]
[    5.512628] pci_bus 0000:41: resource 2 [mem 0x47e80000000-0x47e801fffff 64bit pref]
[    5.520369] pci_bus 0000:42: resource 0 [io  0x6000-0x6fff]
[    5.525939] pci_bus 0000:42: resource 1 [mem 0xa4800000-0xa4bfffff]
[    5.532207] pci_bus 0000:42: resource 2 [mem 0x47e80200000-0x47e803fffff 64bit pref]
[    5.539948] pci_bus 0000:43: resource 0 [io  0x5000-0x5fff]
[    5.545520] pci_bus 0000:43: resource 1 [mem 0xa4400000-0xa47fffff]
[    5.551785] pci_bus 0000:43: resource 2 [mem 0x47e80400000-0x47e805fffff 64bit pref]
[    5.559524] pci_bus 0000:44: resource 0 [io  0x4000-0x4fff]
[    5.565095] pci_bus 0000:44: resource 1 [mem 0xa4000000-0xa43fffff]
[    5.571364] pci_bus 0000:44: resource 2 [mem 0x47e80600000-0x47e807fffff 64bit pref]
[    5.579101] pci_bus 0000:45: resource 1 [mem 0xa5300000-0xa53fffff]
[    5.585377] pci_bus 0000:46: resource 1 [mem 0xa5000000-0xa52fffff]
[    5.591705] pci 0000:80:01.1: bridge window [io  0x1000-0x0fff] to [bus 81] add_size 1000
[    5.599875] pci 0000:80:01.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 81] add_size 200000 add_align 100000
[    5.611345] pci 0000:80:01.2: bridge window [io  0x1000-0x0fff] to [bus 82] add_size 1000
[    5.619524] pci 0000:80:01.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 82] add_size 200000 add_align 100000
[    5.630995] pci 0000:80:01.1: bridge window [mem 0x2bf40000000-0x2bf401fffff 64bit pref]: assigned
[    5.639951] pci 0000:80:01.2: bridge window [mem 0x2bf40200000-0x2bf403fffff 64bit pref]: assigned
[    5.648904] pci 0000:80:01.1: bridge window [io  0x7000-0x7fff]: assigned
[    5.655689] pci 0000:80:01.2: bridge window [io  0x8000-0x8fff]: assigned
[    5.662475] pci 0000:80:01.1: PCI bridge to [bus 81]
[    5.667441] pci 0000:80:01.1:   bridge window [io  0x7000-0x7fff]
[    5.673536] pci 0000:80:01.1:   bridge window [mem 0xbf400000-0xbf7fffff]
[    5.680320] pci 0000:80:01.1:   bridge window [mem 0x2bf40000000-0x2bf401fffff 64bit pref]
[    5.688582] pci 0000:80:01.2: PCI bridge to [bus 82]
[    5.693553] pci 0000:80:01.2:   bridge window [io  0x8000-0x8fff]
[    5.699649] pci 0000:80:01.2:   bridge window [mem 0xbf000000-0xbf3fffff]
[    5.706432] pci 0000:80:01.2:   bridge window [mem 0x2bf40200000-0x2bf403fffff 64bit pref]
[    5.714695] pci 0000:80:07.1: PCI bridge to [bus 83]
[    5.719667] pci 0000:80:07.1:   bridge window [mem 0xbfa00000-0xbfafffff]
[    5.726457] pci 0000:80:08.1: PCI bridge to [bus 84]
[    5.731430] pci 0000:80:08.1:   bridge window [mem 0xbf900000-0xbf9fffff]
[    5.738225] pci 0000:80:08.2: PCI bridge to [bus 85]
[    5.743196] pci 0000:80:08.2:   bridge window [mem 0xbf800000-0xbf8fffff]
[    5.749986] pci_bus 0000:80: resource 4 [io  0x7000-0x9fff window]
[    5.756170] pci_bus 0000:80: resource 5 [mem 0xab000000-0xc5ffffff window]
[    5.763042] pci_bus 0000:80: resource 6 [mem 0x2bf40000000-0x47e7fffffff window]
[    5.770435] pci_bus 0000:81: resource 0 [io  0x7000-0x7fff]
[    5.776008] pci_bus 0000:81: resource 1 [mem 0xbf400000-0xbf7fffff]
[    5.782274] pci_bus 0000:81: resource 2 [mem 0x2bf40000000-0x2bf401fffff 64bit pref]
[    5.790022] pci_bus 0000:82: resource 0 [io  0x8000-0x8fff]
[    5.795593] pci_bus 0000:82: resource 1 [mem 0xbf000000-0xbf3fffff]
[    5.801862] pci_bus 0000:82: resource 2 [mem 0x2bf40200000-0x2bf403fffff 64bit pref]
[    5.809597] pci_bus 0000:83: resource 1 [mem 0xbfa00000-0xbfafffff]
[    5.815863] pci_bus 0000:84: resource 1 [mem 0xbf900000-0xbf9fffff]
[    5.822132] pci_bus 0000:85: resource 1 [mem 0xbf800000-0xbf8fffff]
[    5.828458] pci 0000:c0:03.1: bridge window [io  0x1000-0x0fff] to [bus c4] add_size 1000
[    5.836631] pci 0000:c0:03.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus c4] add_size 200000 add_align 100000
[    5.848096] pci 0000:c0:03.2: bridge window [io  0x1000-0x0fff] to [bus c5] add_size 1000
[    5.856268] pci 0000:c0:03.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus c5] add_size 200000 add_align 100000
[    5.867736] pci 0000:c0:03.3: bridge window [io  0x1000-0x0fff] to [bus c6] add_size 1000
[    5.875906] pci 0000:c0:03.3: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus c6] add_size 200000 add_align 100000
[    5.887374] pci 0000:c0:03.4: bridge window [io  0x1000-0x0fff] to [bus c7] add_size 1000
[    5.895544] pci 0000:c0:03.4: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus c7] add_size 200000 add_align 100000
[    5.907020] pci 0000:c0:03.1: bridge window [mem 0x10000000000-0x100001fffff 64bit pref]: assigned
[    5.915974] pci 0000:c0:03.2: bridge window [mem 0x10000200000-0x100003fffff 64bit pref]: assigned
[    5.924928] pci 0000:c0:03.3: bridge window [mem 0x10000400000-0x100005fffff 64bit pref]: assigned
[    5.933879] pci 0000:c0:03.4: bridge window [mem 0x10000600000-0x100007fffff 64bit pref]: assigned
[    5.942830] pci 0000:c0:05.1: bridge window [mem 0xc7100000-0xc71fffff]: assigned
[    5.950313] pci 0000:c0:03.1: bridge window [io  0xa000-0xafff]: assigned
[    5.957104] pci 0000:c0:03.2: bridge window [io  0xb000-0xbfff]: assigned
[    5.963890] pci 0000:c0:03.3: bridge window [io  0xc000-0xcfff]: assigned
[    5.970674] pci 0000:c0:03.4: bridge window [io  0xd000-0xdfff]: assigned
[    5.977462] pci 0000:c0:03.1: PCI bridge to [bus c4]
[    5.982429] pci 0000:c0:03.1:   bridge window [io  0xa000-0xafff]
[    5.988524] pci 0000:c0:03.1:   bridge window [mem 0xdb600000-0xdb9fffff]
[    5.995317] pci 0000:c0:03.1:   bridge window [mem 0x10000000000-0x100001fffff 64bit pref]
[    6.003595] pci 0000:c0:03.2: PCI bridge to [bus c5]
[    6.008562] pci 0000:c0:03.2:   bridge window [io  0xb000-0xbfff]
[    6.014659] pci 0000:c0:03.2:   bridge window [mem 0xdb200000-0xdb5fffff]
[    6.021445] pci 0000:c0:03.2:   bridge window [mem 0x10000200000-0x100003fffff 64bit pref]
[    6.029706] pci 0000:c0:03.3: PCI bridge to [bus c6]
[    6.034671] pci 0000:c0:03.3:   bridge window [io  0xc000-0xcfff]
[    6.040765] pci 0000:c0:03.3:   bridge window [mem 0xdae00000-0xdb1fffff]
[    6.047560] pci 0000:c0:03.3:   bridge window [mem 0x10000400000-0x100005fffff 64bit pref]
[    6.055830] pci 0000:c0:03.4: PCI bridge to [bus c7]
[    6.060801] pci 0000:c0:03.4:   bridge window [io  0xd000-0xdfff]
[    6.066893] pci 0000:c0:03.4:   bridge window [mem 0xdaa00000-0xdadfffff]
[    6.073678] pci 0000:c0:03.4:   bridge window [mem 0x10000600000-0x100007fffff 64bit pref]
[    6.081948] pci 0000:c1:00.0: ROM [mem 0xc7100000-0xc713ffff pref]: assigned
[    6.088991] pci 0000:c1:00.1: ROM [mem 0xc7140000-0xc717ffff pref]: assigned
[    6.096039] pci 0000:c0:05.1: PCI bridge to [bus c1]
[    6.101006] pci 0000:c0:05.1:   bridge window [mem 0xc7100000-0xc71fffff]
[    6.107883] pci 0000:c0:05.1:   bridge window [mem 0xc7000000-0xc70fffff 64bit pref]
[    6.115628] pci 0000:c2:00.0: PCI bridge to [bus c3]
[    6.120603] pci 0000:c2:00.0:   bridge window [mem 0xda000000-0xda8fffff]
[    6.127395] pci 0000:c2:00.0:   bridge window [mem 0xc6000000-0xc6ffffff 64bit pref]
[    6.135138] pci 0000:c0:05.2: PCI bridge to [bus c2-c3]
[    6.140370] pci 0000:c0:05.2:   bridge window [mem 0xda000000-0xda8fffff]
[    6.147164] pci 0000:c0:05.2:   bridge window [mem 0xc6000000-0xc6ffffff 64bit pref]
[    6.154903] pci 0000:c0:07.1: PCI bridge to [bus c8]
[    6.159867] pci 0000:c0:07.1:   bridge window [mem 0xdbb00000-0xdbbfffff]
[    6.166658] pci 0000:c0:08.1: PCI bridge to [bus c9]
[    6.171631] pci 0000:c0:08.1:   bridge window [mem 0xdba00000-0xdbafffff]
[    6.178420] pci_bus 0000:c0: resource 4 [io  0xa000-0xffff window]
[    6.184601] pci_bus 0000:c0: resource 5 [mem 0xc6000000-0xe0ffffff window]
[    6.191474] pci_bus 0000:c0: resource 6 [mem 0x10000000000-0x2bf3fffffff window]
[    6.198866] pci_bus 0000:c0: resource 7 [io  0x03b0-0x03df window]
[    6.205047] pci_bus 0000:c0: resource 8 [mem 0x000a0000-0x000bffff window]
[    6.211981] pci_bus 0000:c4: resource 0 [io  0xa000-0xafff]
[    6.217553] pci_bus 0000:c4: resource 1 [mem 0xdb600000-0xdb9fffff]
[    6.223818] pci_bus 0000:c4: resource 2 [mem 0x10000000000-0x100001fffff 64bit pref]
[    6.231558] pci_bus 0000:c5: resource 0 [io  0xb000-0xbfff]
[    6.237130] pci_bus 0000:c5: resource 1 [mem 0xdb200000-0xdb5fffff]
[    6.243394] pci_bus 0000:c5: resource 2 [mem 0x10000200000-0x100003fffff 64bit pref]
[    6.251136] pci_bus 0000:c6: resource 0 [io  0xc000-0xcfff]
[    6.256708] pci_bus 0000:c6: resource 1 [mem 0xdae00000-0xdb1fffff]
[    6.262974] pci_bus 0000:c6: resource 2 [mem 0x10000400000-0x100005fffff 64bit pref]
[    6.270713] pci_bus 0000:c7: resource 0 [io  0xd000-0xdfff]
[    6.276283] pci_bus 0000:c7: resource 1 [mem 0xdaa00000-0xdadfffff]
[    6.282551] pci_bus 0000:c7: resource 2 [mem 0x10000600000-0x100007fffff 64bit pref]
[    6.290289] pci_bus 0000:c1: resource 1 [mem 0xc7100000-0xc71fffff]
[    6.296557] pci_bus 0000:c1: resource 2 [mem 0xc7000000-0xc70fffff 64bit pref]
[    6.303776] pci_bus 0000:c2: resource 1 [mem 0xda000000-0xda8fffff]
[    6.310041] pci_bus 0000:c2: resource 2 [mem 0xc6000000-0xc6ffffff 64bit pref]
[    6.317331] pci_bus 0000:c3: resource 1 [mem 0xda000000-0xda8fffff]
[    6.323595] pci_bus 0000:c3: resource 2 [mem 0xc6000000-0xc6ffffff 64bit pref]
[    6.330815] pci_bus 0000:c8: resource 1 [mem 0xdbb00000-0xdbbfffff]
[    6.337080] pci_bus 0000:c9: resource 1 [mem 0xdba00000-0xdbafffff]
[    6.343996] PCI: CLS 64 bytes, default 64
[    6.348027] AMD-Vi: IOMMU SNP support enabled.
[    6.348088] Trying to unpack rootfs image as initramfs...
[    6.357939] pci 0000:c0:00.2: AMD-Vi: IOMMU performance counters supported
[    6.364919] pci 0000:c0:01.0: Adding to iommu group 0
[    6.370024] pci 0000:c0:02.0: Adding to iommu group 1
[    6.375220] pci 0000:c0:03.0: Adding to iommu group 2
[    6.380322] pci 0000:c0:03.1: Adding to iommu group 2
[    6.385417] pci 0000:c0:03.2: Adding to iommu group 2
[    6.390511] pci 0000:c0:03.3: Adding to iommu group 2
[    6.395613] pci 0000:c0:03.4: Adding to iommu group 2
[    6.400719] pci 0000:c0:04.0: Adding to iommu group 3
[    6.405867] pci 0000:c0:05.0: Adding to iommu group 4
[    6.410965] pci 0000:c0:05.1: Adding to iommu group 4
[    6.416061] pci 0000:c0:05.2: Adding to iommu group 4
[    6.421192] pci 0000:c0:07.0: Adding to iommu group 5
[    6.426275] pci 0000:c0:07.1: Adding to iommu group 6
[    6.431385] pci 0000:c0:08.0: Adding to iommu group 7
[    6.436468] pci 0000:c0:08.1: Adding to iommu group 8
[    6.441531] pci 0000:c1:00.0: Adding to iommu group 4
[    6.446590] pci 0000:c1:00.1: Adding to iommu group 4
[    6.451649] pci 0000:c2:00.0: Adding to iommu group 4
[    6.456714] pci 0000:c3:00.0: Adding to iommu group 4
[    6.461812] pci 0000:c8:00.0: Adding to iommu group 9
[    6.466896] pci 0000:c8:00.2: Adding to iommu group 10
[    6.472071] pci 0000:c9:00.0: Adding to iommu group 11
[    6.477243] pci 0000:c9:00.2: Adding to iommu group 12
[    6.488683] pci 0000:80:00.2: AMD-Vi: IOMMU performance counters supported
[    6.495715] pci 0000:80:01.0: Adding to iommu group 13
[    6.500900] pci 0000:80:01.1: Adding to iommu group 13
[    6.506076] pci 0000:80:01.2: Adding to iommu group 13
[    6.511271] pci 0000:80:02.0: Adding to iommu group 14
[    6.516464] pci 0000:80:03.0: Adding to iommu group 15
[    6.521660] pci 0000:80:04.0: Adding to iommu group 16
[    6.526855] pci 0000:80:05.0: Adding to iommu group 17
[    6.532047] pci 0000:80:07.0: Adding to iommu group 18
[    6.537216] pci 0000:80:07.1: Adding to iommu group 19
[    6.542414] pci 0000:80:08.0: Adding to iommu group 20
[    6.547593] pci 0000:80:08.1: Adding to iommu group 21
[    6.552770] pci 0000:80:08.2: Adding to iommu group 22
[    6.557953] pci 0000:83:00.0: Adding to iommu group 23
[    6.563137] pci 0000:83:00.2: Adding to iommu group 24
[    6.568372] pci 0000:84:00.0: Adding to iommu group 25
[    6.573548] pci 0000:84:00.2: Adding to iommu group 26
[    6.578718] pci 0000:85:00.0: Adding to iommu group 27
[    6.590962] pci 0000:40:00.2: AMD-Vi: IOMMU performance counters supported
[    6.597939] pci 0000:40:01.0: Adding to iommu group 28
[    6.603126] pci 0000:40:02.0: Adding to iommu group 29
[    6.608415] pci 0000:40:03.0: Adding to iommu group 30
[    6.613589] pci 0000:40:03.1: Adding to iommu group 30
[    6.618765] pci 0000:40:03.2: Adding to iommu group 30
[    6.623975] pci 0000:40:03.3: Adding to iommu group 30
[    6.629144] pci 0000:40:03.4: Adding to iommu group 30
[    6.634337] pci 0000:40:04.0: Adding to iommu group 31
[    6.639527] pci 0000:40:05.0: Adding to iommu group 32
[    6.644719] pci 0000:40:07.0: Adding to iommu group 33
[    6.649888] pci 0000:40:07.1: Adding to iommu group 34
[    6.655077] pci 0000:40:08.0: Adding to iommu group 35
[    6.660251] pci 0000:40:08.1: Adding to iommu group 36
[    6.665422] pci 0000:45:00.0: Adding to iommu group 37
[    6.670596] pci 0000:45:00.2: Adding to iommu group 38
[    6.675768] pci 0000:46:00.0: Adding to iommu group 39
[    6.680945] pci 0000:46:00.1: Adding to iommu group 40
[    6.686118] pci 0000:46:00.2: Adding to iommu group 41
[    6.691291] pci 0000:46:00.3: Adding to iommu group 42
[    6.703366] pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
[    6.710339] pci 0000:00:01.0: Adding to iommu group 43
[    6.715534] pci 0000:00:02.0: Adding to iommu group 44
[    6.720724] pci 0000:00:03.0: Adding to iommu group 45
[    6.725943] pci 0000:00:03.2: Adding to iommu group 46
[    6.731132] pci 0000:00:04.0: Adding to iommu group 47
[    6.736324] pci 0000:00:05.0: Adding to iommu group 48
[    6.741517] pci 0000:00:07.0: Adding to iommu group 49
[    6.746685] pci 0000:00:07.1: Adding to iommu group 50
[    6.751871] pci 0000:00:08.0: Adding to iommu group 51
[    6.757043] pci 0000:00:08.1: Adding to iommu group 52
[    6.762260] pci 0000:00:14.0: Adding to iommu group 53
[    6.767433] pci 0000:00:14.3: Adding to iommu group 53
[    6.772776] pci 0000:00:18.0: Adding to iommu group 54
[    6.777946] pci 0000:00:18.1: Adding to iommu group 54
[    6.783122] pci 0000:00:18.2: Adding to iommu group 54
[    6.788297] pci 0000:00:18.3: Adding to iommu group 54
[    6.793467] pci 0000:00:18.4: Adding to iommu group 54
[    6.798633] pci 0000:00:18.5: Adding to iommu group 54
[    6.803809] pci 0000:00:18.6: Adding to iommu group 54
[    6.808980] pci 0000:00:18.7: Adding to iommu group 54
[    6.814149] pci 0000:01:00.0: Adding to iommu group 55
[    6.819321] pci 0000:02:00.0: Adding to iommu group 56
[    6.824495] pci 0000:02:00.2: Adding to iommu group 57
[    6.829696] pci 0000:03:00.0: Adding to iommu group 58
[    6.834871] pci 0000:03:00.2: Adding to iommu group 59
[    6.840045] pci 0000:03:00.3: Adding to iommu group 60
[    6.853824] AMD-Vi: Extended features (0x841f77e022094ace, 0x0): PPR X2APIC NX IA GA PC SNP
[    6.862185] AMD-Vi: Interrupt remapping enabled
[    6.866712] AMD-Vi: X2APIC enabled
[    6.871104] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    6.877549] software IO TLB: mapped [mem 0x000000000459f000-0x000000001459f000] (256MB)
[    6.885661] LVT offset 0 assigned for vector 0x400
[    6.893918] perf: AMD IBS detected (0x000003ff)
[    6.899731] amd_uncore: 4 amd_df counters detected
[    6.904558] amd_uncore: 6 amd_l3 counters detected
[    6.910915] perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
[    6.918078] perf/amd_iommu: Detected AMD IOMMU #1 (2 banks, 4 counters/bank).
[    6.925230] perf/amd_iommu: Detected AMD IOMMU #2 (2 banks, 4 counters/bank).
[    6.932405] perf/amd_iommu: Detected AMD IOMMU #3 (2 banks, 4 counters/bank).
[    6.995551] Initialise system trusted keyrings
[    7.000021] Key type blacklist registered
[    7.004201] workingset: timestamp_bits=36 max_order=26 bucket_order=0
[    7.010648] zbud: loaded
[    7.013664] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    7.019666] fuse: init (API version 7.41)
[    7.023925] integrity: Platform Keyring initialized
[    7.040915] Key type asymmetric registered
[    7.045010] Asymmetric key parser 'x509' registered
[    7.049927] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[    7.057417] io scheduler mq-deadline registered
[    7.063778] pcieport 0000:00:03.2: PME: Signaling with IRQ 38
[    7.069853] pcieport 0000:00:07.1: PME: Signaling with IRQ 40
[    7.075789] pcieport 0000:00:08.1: PME: Signaling with IRQ 41
[    7.081752] pcieport 0000:40:03.1: PME: Signaling with IRQ 42
[    7.087540] pcieport 0000:40:03.1: pciehp: Slot #167 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.101508] pcieport 0000:40:03.2: PME: Signaling with IRQ 43
[    7.107303] pcieport 0000:40:03.2: pciehp: Slot #166 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.121247] pcieport 0000:40:03.3: PME: Signaling with IRQ 44
[    7.127044] pcieport 0000:40:03.3: pciehp: Slot #169 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.140987] pcieport 0000:40:03.4: PME: Signaling with IRQ 45
[    7.146774] pcieport 0000:40:03.4: pciehp: Slot #168 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.160768] pcieport 0000:40:07.1: PME: Signaling with IRQ 47
[    7.166702] pcieport 0000:40:08.1: PME: Signaling with IRQ 48
[    7.172758] pcieport 0000:80:01.1: PME: Signaling with IRQ 49
[    7.178550] pcieport 0000:80:01.1: pciehp: Slot #160 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.192514] pcieport 0000:80:01.2: PME: Signaling with IRQ 50
[    7.198305] pcieport 0000:80:01.2: pciehp: Slot #161 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.212366] pcieport 0000:80:07.1: PME: Signaling with IRQ 52
[    7.218368] pcieport 0000:80:08.1: PME: Signaling with IRQ 54
[    7.224365] pcieport 0000:80:08.2: PME: Signaling with IRQ 55
[    7.230295] pcieport 0000:c0:03.1: PME: Signaling with IRQ 56
[    7.236086] pcieport 0000:c0:03.1: pciehp: Slot #163 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.250028] pcieport 0000:c0:03.2: PME: Signaling with IRQ 57
[    7.255816] pcieport 0000:c0:03.2: pciehp: Slot #162 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.269739] pcieport 0000:c0:03.3: PME: Signaling with IRQ 58
[    7.275533] pcieport 0000:c0:03.3: pciehp: Slot #165 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.289473] pcieport 0000:c0:03.4: PME: Signaling with IRQ 59
[    7.295267] pcieport 0000:c0:03.4: pciehp: Slot #164 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.309188] pcieport 0000:c0:05.1: PME: Signaling with IRQ 60
[    7.315084] pcieport 0000:c0:05.2: PME: Signaling with IRQ 61
[    7.321083] pcieport 0000:c0:07.1: PME: Signaling with IRQ 63
[    7.327073] pcieport 0000:c0:08.1: PME: Signaling with IRQ 65
[    7.333085] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    7.340184] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[    7.347648] ACPI: button: Power Button [PWRF]
[    7.360085] Estimated ratio of average max frequency by base frequency (times 1024): 1464
[    7.384477] ERST: Error Record Serialization Table (ERST) support is initialized.
[    7.391985] pstore: Using crash dump compression: deflate
[    7.397385] pstore: Registered erst as persistent store backend
[    7.403433] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    7.409985] 00:03: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A
[    7.418106] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    7.428833] Linux agpgart interface v0.103
[    7.457378] loop: module loaded
[    7.471735] ahci 0000:85:00.0: AHCI vers 0001.0301, 32 command slots, 6 Gbps, SATA mode
[    7.479739] ahci 0000:85:00.0: 8/8 ports implemented (port mask 0xff)
[    7.486177] ahci 0000:85:00.0: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part sxs 
[    7.496325] scsi host0: ahci
[    7.499448] scsi host1: ahci
[    7.502552] scsi host2: ahci
[    7.505652] scsi host3: ahci
[    7.508743] scsi host4: ahci
[    7.511849] scsi host5: ahci
[    7.514937] scsi host6: ahci
[    7.518035] scsi host7: ahci
[    7.520974] ata1: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800100 irq 67 lpm-pol 0
[    7.529241] ata2: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800180 irq 68 lpm-pol 0
[    7.537502] ata3: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800200 irq 69 lpm-pol 0
[    7.545758] ata4: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800280 irq 70 lpm-pol 0
[    7.554016] ata5: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800300 irq 71 lpm-pol 0
[    7.562276] ata6: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800380 irq 72 lpm-pol 0
[    7.570554] ata7: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800400 irq 73 lpm-pol 0
[    7.578812] ata8: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800480 irq 74 lpm-pol 0
[    7.587355] tun: Universal TUN/TAP device driver, 1.6
[    7.592467] PPP generic driver version 2.4.2
[    7.596898] VFIO - User Level meta-driver version: 0.3
[    7.602372] xhci_hcd 0000:03:00.3: xHCI Host Controller
[    7.607610] xhci_hcd 0000:03:00.3: new USB bus registered, assigned bus number 1
[    7.615109] xhci_hcd 0000:03:00.3: hcc params 0x0260ffe5 hci version 0x110 quirks 0x0000000000000010
[    7.624638] xhci_hcd 0000:03:00.3: xHCI Host Controller
[    7.629870] xhci_hcd 0000:03:00.3: new USB bus registered, assigned bus number 2
[    7.637262] xhci_hcd 0000:03:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[    7.644354] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.11
[    7.652618] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    7.659837] usb usb1: Product: xHCI Host Controller
[    7.664718] usb usb1: Manufacturer: Linux 6.11.0-rc6-next-20240902 xhci-hcd
[    7.671673] usb usb1: SerialNumber: 0000:03:00.3
[    7.676455] hub 1-0:1.0: USB hub found
[    7.680218] hub 1-0:1.0: 2 ports detected
[    7.685050] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    7.693180] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.11
[    7.701448] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    7.708675] usb usb2: Product: xHCI Host Controller
[    7.713552] usb usb2: Manufacturer: Linux 6.11.0-rc6-next-20240902 xhci-hcd
[    7.720510] usb usb2: SerialNumber: 0000:03:00.3
[    7.725246] hub 2-0:1.0: USB hub found
[    7.729005] hub 2-0:1.0: 2 ports detected
[    7.733899] xhci_hcd 0000:46:00.3: xHCI Host Controller
[    7.739136] xhci_hcd 0000:46:00.3: new USB bus registered, assigned bus number 3
[    7.746627] xhci_hcd 0000:46:00.3: hcc params 0x0260ffe5 hci version 0x110 quirks 0x0000000000000010
[    7.756117] xhci_hcd 0000:46:00.3: xHCI Host Controller
[    7.761349] xhci_hcd 0000:46:00.3: new USB bus registered, assigned bus number 4
[    7.768754] xhci_hcd 0000:46:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[    7.775870] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.11
[    7.784136] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    7.791360] usb usb3: Product: xHCI Host Controller
[    7.796238] usb usb3: Manufacturer: Linux 6.11.0-rc6-next-20240902 xhci-hcd
[    7.803197] usb usb3: SerialNumber: 0000:46:00.3
[    7.807943] hub 3-0:1.0: USB hub found
[    7.811710] hub 3-0:1.0: 2 ports detected
[    7.816500] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    7.817992] Freeing initrd memory: 127352K
[    7.824616] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.11
[    7.836949] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    7.844167] usb usb4: Product: xHCI Host Controller
[    7.849047] usb usb4: Manufacturer: Linux 6.11.0-rc6-next-20240902 xhci-hcd
[    7.856006] usb usb4: SerialNumber: 0000:46:00.3
[    7.860748] hub 4-0:1.0: USB hub found
[    7.864508] hub 4-0:1.0: 2 ports detected
[    7.869459] usbcore: registered new interface driver uas
[    7.874801] usbcore: registered new interface driver usb-storage
[    7.880901] i8042: PNP: No PS/2 controller found.
[    7.885689] mousedev: PS/2 mouse device common for all mice
[    7.891384] rtc_cmos 00:02: RTC can wake from S4
[    7.894554] ata1: SATA link down (SStatus 0 SControl 300)
[    7.896404] rtc_cmos 00:02: registered as rtc0
[    7.901435] ata2: SATA link down (SStatus 0 SControl 300)
[    7.905930] rtc_cmos 00:02: setting system clock to 2024-09-02T13:09:59 UTC (1725282599)
[    7.911278] ata4: SATA link down (SStatus 0 SControl 300)
[    7.919378] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram
[    7.924763] ata5: SATA link down (SStatus 0 SControl 300)
[    7.931446] i2c_dev: i2c /dev entries driver
[    7.932248] usb 1-1: new high-speed USB device number 2 using xhci_hcd
[    7.936860] ata3: SATA link down (SStatus 0 SControl 300)
[    7.941133] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[    7.947659] ata7: SATA link down (SStatus 0 SControl 300)
[    7.953071] device-mapper: uevent: version 1.0.3
[    7.965213] tsc: Refined TSC clocksource calibration: 1996.250 MHz
[    7.965223] ata6: SATA link down (SStatus 0 SControl 300)
[    7.965251] ata8: SATA link down (SStatus 0 SControl 300)
[    7.970724] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@lists.linux.dev
[    7.975353] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x398caf77d7a, max_idle_ns: 881590459467 ns
[    7.981537] platform eisa.0: Probing EISA bus 0
[    8.015729] platform eisa.0: EISA: Cannot allocate resource for mainboard
[    8.015732] clocksource: Switched to clocksource tsc
[    8.022519] platform eisa.0: Cannot allocate resource for EISA slot 1
[    8.033920] platform eisa.0: Cannot allocate resource for EISA slot 2
[    8.040358] platform eisa.0: Cannot allocate resource for EISA slot 3
[    8.046798] platform eisa.0: Cannot allocate resource for EISA slot 4
[    8.053239] platform eisa.0: Cannot allocate resource for EISA slot 5
[    8.059677] platform eisa.0: Cannot allocate resource for EISA slot 6
[    8.066115] platform eisa.0: Cannot allocate resource for EISA slot 7
[    8.068248] usb 3-1: new high-speed USB device number 2 using xhci_hcd
[    8.072556] platform eisa.0: Cannot allocate resource for EISA slot 8
[    8.072558] platform eisa.0: EISA: Detected 0 cards
[    8.090427] amd_pstate: driver load is disabled, boot with specific mode to enable this
[    8.095083] usb 1-1: New USB device found, idVendor=0424, idProduct=2744, bcdDevice= 1.21
[    8.106598] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    8.113731] usb 1-1: Product: USB2734
[    8.117396] usb 1-1: Manufacturer: Microchip Tech
[    8.123396] ledtrig-cpu: registered to indicate activity on CPUs
[    8.129459] efifb: probing for efifb
[    8.133071] efifb: No BGRT, not showing boot graphics
[    8.138130] efifb: framebuffer at 0xc6000000, using 3072k, total 3072k
[    8.144662] efifb: mode is 1024x768x32, linelength=4096, pages=1
[    8.150674] efifb: scrolling: redraw
[    8.154252] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    8.156781] hub 1-1:1.0: USB hub found
[    8.163580] fbcon: Deferring console take-over
[    8.163836] hub 1-1:1.0: 4 ports detected
[    8.168027] fb0: EFI VGA frame buffer device
[    8.176418] drop_monitor: Initializing network drop monitor service
[    8.182871] NET: Registered PF_INET6 protocol family
[    8.196028] Segment Routing with IPv6
[    8.199704] In-situ OAM (IOAM) with IPv6
[    8.203659] NET: Registered PF_PACKET protocol family
[    8.208863] Key type dns_resolver registered
[    8.217167] usb 3-1: New USB device found, idVendor=1604, idProduct=10c0, bcdDevice= 0.00
[    8.220465] usb 2-1: new SuperSpeed USB device number 2 using xhci_hcd
[    8.223073] microcode: Current revision: 0x0a0011d3
[    8.225348] usb 3-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    8.244633] usb 2-1: New USB device found, idVendor=0424, idProduct=5744, bcdDevice= 1.21
[    8.252813] usb 2-1: New USB device strings: Mfr=2, Product=3, SerialNumber=0
[    8.259950] usb 2-1: Product: USB5734
[    8.263614] usb 2-1: Manufacturer: Microchip Tech
[    8.270487] resctrl: L3 allocation detected
[    8.274675] resctrl: MB allocation detected
[    8.278860] resctrl: L3 monitoring detected
[    8.283244] IPI shorthand broadcast: enabled
[    8.288391] hub 3-1:1.0: USB hub found
[    8.290523] sched_clock: Marking stable (8220003586, 68231268)->(9262963213, -974728359)
[    8.292413] hub 3-1:1.0: 4 ports detected
[    8.300719] hub 2-1:1.0: USB hub found
[    8.308139] hub 2-1:1.0: 4 ports detected
[    8.308620] registered taskstats version 1
[    8.318442] Loading compiled-in X.509 certificates
[    8.323777] Loaded X.509 cert 'Build time autogenerated kernel key: 2980dce82ea964432bc40b759e7dcef1c0959bb5'
[    8.337095] Demotion targets for Node 0: null
[    8.341458] Demotion targets for Node 1: null
[    8.346385] Key type .fscrypt registered
[    8.350319] Key type fscrypt-provisioning registered
[    8.363652] cryptd: max_cpu_qlen set to 1000
[    8.374718] AES CTR mode by8 optimization enabled
[    8.398849] Key type encrypted registered
[    8.402870] AppArmor: AppArmor sha256 policy hashing enabled
[    8.408613] integrity: Loading X.509 certificate: UEFI:db
[    8.414036] integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
[    8.424813] integrity: Loading X.509 certificate: UEFI:db
[    8.430231] integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
[    8.441269] integrity: Loading X.509 certificate: UEFI:db
[    8.446794] integrity: Loaded X.509 cert 'VMware, Inc.: 4ad8ba0472073d28127706ddc6ccb9050441bbc7'
[    8.455667] integrity: Loading X.509 certificate: UEFI:db
[    8.461215] integrity: Loaded X.509 cert 'VMware, Inc.: VMware Secure Boot Signing: 04597f3e1ffb240bba0ff0f05d5eb05f3e15f6d7'
[    8.472763] ima: No TPM chip found, activating TPM-bypass!
[    8.478250] Loading compiled-in module X.509 certificates
[    8.484075] Loaded X.509 cert 'Build time autogenerated kernel key: 2980dce82ea964432bc40b759e7dcef1c0959bb5'
[    8.493979] ima: Allocated hash algorithm: sha1
[    8.498516] ima: No architecture policies found
[    8.503076] evm: Initialising EVM extended attributes:
[    8.508216] evm: security.selinux
[    8.511536] evm: security.SMACK64
[    8.514854] evm: security.SMACK64EXEC
[    8.518521] evm: security.SMACK64TRANSMUTE
[    8.522618] evm: security.SMACK64MMAP
[    8.526286] evm: security.apparmor
[    8.529690] evm: security.ima
[    8.532663] evm: security.capability
[    8.536248] evm: HMAC attrs: 0x1
[    8.539889] PM:   Magic number: 8:163:179
[    8.544086] acpi device:0f: hash matches
[    8.548492] RAS: Correctable Errors collector initialized.
[    8.554136] clk: Disabling unused clocks
[    8.558066] PM: genpd: Disabling unused power domains
[    8.564945] Freeing unused decrypted memory: 2028K
[    8.570404] Freeing unused kernel image (initmem) memory: 4684K
[    8.576336] Write protecting the kernel read-only data: 26624k
[    8.582659] Freeing unused kernel image (rodata/data gap) memory: 448K
[    8.653460] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    8.659901] Run /init as init process
[    8.677210] systemd[1]: Inserted module 'autofs4'
[    8.981602] systemd[1]: systemd 250-12.el9_1 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 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK +XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[    9.013479] systemd[1]: Detected architecture x86-64.
[    9.018541] systemd[1]: Running in initial RAM disk.

Welcome to ^[[0;31mRed Hat Enterprise Linux 9.1 (Plow) dracut-057-13.git20220816.el9 (Initramfs)^[[0m!

[    9.040344] systemd[1]: Hostname set to <hostname.amd.com>.
[    9.124248] usb 3-1.1: new high-speed USB device number 3 using xhci_hcd
[    9.150500] systemd[1]: Queued start job for default target Initrd Default Target.
[    9.158185] systemd[1]: Reached target Initrd /usr File System.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mInitrd /usr File System^[[0m.
[    9.176298] systemd[1]: Reached target Local File Systems.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mLocal File Systems^[[0m.
[    9.192305] systemd[1]: Reached target Slice Units.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSlice Units^[[0m.
[    9.208296] systemd[1]: Reached target Swaps.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSwaps^[[0m.
[    9.217164] usb 3-1.1: New USB device found, idVendor=1604, idProduct=10c0, bcdDevice= 0.00
[    9.225883] usb 3-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    9.225901] systemd[1]: Reached target Timer Units.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mTimer Units^[[0m.
[    9.248457] systemd[1]: Listening on D-Bus System Message Bus Socket.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mD-Bus System Message Bus Socket^[[0m.
[    9.268449] systemd[1]: Listening on Journal Socket (/dev/log).
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mJournal Socket (/dev/log)^[[0m.
[    9.280266] hub 3-1.1:1.0: USB hub found
[    9.284873] systemd[1]: Listening on Journal Socket.
[    9.284912] hub 3-1.1:1.0: 4 ports detected
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mJournal Socket^[[0m.
[    9.304447] systemd[1]: Listening on udev Control Socket.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mudev Control Socket^[[0m.
[    9.320396] systemd[1]: Listening on udev Kernel Socket.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mudev Kernel Socket^[[0m.
[    9.336293] systemd[1]: Reached target Socket Units.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSocket Units^[[0m.
[    9.368247] usb 3-1.2: new high-speed USB device number 4 using xhci_hcd
[    9.377719] systemd[1]: Starting Create List of Static Device Nodes...
         Starting ^[[0;1;39mCreate List of Static Device Nodes^[[0m...
[    9.398388] systemd[1]: Starting Journal Service...
         Starting ^[[0;1;39mJournal Service^[[0m...
[    9.413498] systemd[1]: Starting Load Kernel Modules...
         Starting ^[[0;1;39mLoad Kernel Modules^[[0m...
[    9.429478] systemd[1]: Starting Create System Users...
         Starting ^[[0;1;39mCreate System Users^[[0m...
[    9.445467] systemd[1]: Starting Setup Virtual Console...
         Starting ^[[0;1;39mSetup Virtual Console^[[0m...
[    9.461487] systemd[1]: Finished Create List of Static Device Nodes.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate List of Static Device Nodes^[[0m.
[    9.480615] systemd[1]: Finished Load Kernel Modules.
[    9.481286] usb 3-1.2: New USB device found, idVendor=413c, idProduct=0006, bcdDevice= 0.00
[    9.494017] usb 3-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    9.494019] usb 3-1.2: Product: DRAC 5 Virtual Keyboard and Mouse
[    9.494021] usb 3-1.2: Manufacturer: DELL
[^[[0;32m  OK  ^[[[    9.511434] usb 3-1.2: SerialNumber: DELL413C-1
0m] Finished ^[[0;1;39mLoad Kernel Modules^[[0m.
[    9.524491] systemd[1]: Started Journal Service.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mJournal Service^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mSetup Virtual Console^[[0m.
         Starting ^[[0;1;39mdracut cmdline hook^[[0m...
         Starting ^[[0;1;39mApply Kernel Variables^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mApply Kernel Variables^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate System Users^[[0m.
         Starting ^[[0;1;39mCreate Static Device Nodes in /dev^[[0m...
         Starting ^[[0;1;39mCreate Volatile Files and Directories^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mdracut cmdline hook^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate Static Device Nodes in /dev^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate Volatile Files and Directories^[[0m.
         Starting ^[[0;1;39mdracut pre-udev hook^[[0m...
[    9.744254] usb 3-1.4: new high-speed USB device number 5 using xhci_hcd
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mdracut pre-udev hook^[[0m.
         Starting ^[[0;1;39mRule-based Manage…for Device Events and Files^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mRule-based Manager for Device Events and Files^[[0m.
[    9.841163] usb 3-1.4: New USB device found, idVendor=1604, idProduct=10c0, bcdDevice= 0.00
[    9.849511] usb 3-1.4: New USB device strings: Mfr=0, Product=0, SerialNumber=0
         Startin[    9.857560] hid: raw HID events driver (C) Jiri Kosina
g ^[[0;1;39mColdplug All udev Devices^[[0m...
[    9.888376] hub 3-1.4:1.0: USB hub found
[    9.892535] hub 3-1.4:1.0: 4 ports detected
[    9.894581] usbcore: registered new interface driver usbhid
[    9.902298] usbhid: USB HID core driver
[    9.908978] usbcore: registered new interface driver usbmouse
[    9.915192] usbcore: registered new interface driver usbkbd
[    9.924751] input: DELL DRAC 5 Virtual Keyboard and Mouse as /devices/pci0000:40/0000:40:08.1/0000:46:00.3/usb3/3-1/3-1.2/3-1.2:1.0/0003:413C:0006.0001/input/input1
[    9.939600] hid-generic 0003:413C:0006.0001: input,hidraw0: USB HID v1.01 Mouse [DELL DRAC 5 Virtual Keyboard and Mouse] on usb-0000:46:00.3-1.2/input0
[    9.953284] input: DELL DRAC 5 Virtual Keyboard and Mouse as /devices/pci0000:40/0000:40:08.1/0000:46:00.3/usb3/3-1/3-1.2/3-1.2:1.1/0003:413C:0006.0002/input/input2
[   10.020416] hid-generic 0003:413C:0006.0002: input,hidraw1: USB HID v1.01 Keyboard [DELL DRAC 5 Virtual Keyboard and Mouse] on usb-0000:46:00.3-1.2/input1
[   10.054159] wmi_bus wmi_bus-PNP0C14:00: [Firmware Bug]: WQBC data block query control method not found
[^[[0;32m  OK  ^[[[   10.064656] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
0m] Finished ^[[0[   10.070858] sp5100-tco sp5100-tco: Using 0xfeb00000 for watchdog MMIO address
;1;39mColdplug A[   10.079393] sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0)
ll udev Devices^[[0m.
[   10.090538] ccp 0000:46:00.1: no command queues available
[   10.096028] ccp 0000:46:00.1: sev enabled
[   10.100045] ccp 0000:46:00.1: psp enabled
[   10.115160] mpt3sas version 48.100.00.00 loaded
[^[[0;32m  OK  ^[[[   10.120292] mpt3sas_cm0: 63 BIT PCI BUS DMA ADDRESSING SUPPORTED, total mem (262456352 kB)
0m] Reached targ[   10.120579] tg3 0000:c1:00.0 eth0: Tigon3 [partno(BCM95720) rev 5720000] (PCI Express) MAC address d0:8e:79:bb:95:90
et ^[[0;1;39mSyst[   10.141290] tg3 0000:c1:00.0 eth0: attached PHY is 5720C (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[1])
em Initializatio[   10.152556] tg3 0000:c1:00.0 eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[1] TSOcap[1]
n^[[0m.
[   10.152561] tg3 0000:c1:00.0 eth0: dma_rwctrl[00000001] dma_mask[64-bit]
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mNetwork^[[0m.
[   10.179781] mpt3sas_cm0: CurrentHostPageSize is 0: Setting default host page size to 4k
[   10.182015] tg3 0000:c1:00.1 eth1: Tigon3 [partno(BCM95720) rev 5720000] (PCI Express) MAC address d0:8e:79:bb:95:91
[   10.187812] mpt3sas_cm0: MSI-X vectors supported: 96
[   10.198314] tg3 0000:c1:00.1 eth1: attached PHY is 5720C (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[1])
[   10.203263] 	 no of cores: 128, max_msix_vectors: -1
[   10.213085] tg3 0000:c1:00.1 eth1: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[1] TSOcap[1]
[   10.218047] mpt3sas_cm0:  0 96 96
[   10.225874] tg3 0000:c1:00.1 eth1: dma_rwctrl[00000001] dma_mask[64-bit]
[   10.233015] mpt3sas_cm0: High IOPs queues : disabled
[   10.240866] mpt3sas0-msix0: PCI-MSI-X enabled: IRQ 107
[   10.240868] mpt3sas0-msix1: PCI-MSI-X enabled: IRQ 108
[   10.240869] mpt3sas0-msix2: PCI-MSI-X enabled: IRQ 109
[   10.240871] mpt3sas0-msix3: PCI-MSI-X enabled: IRQ 110
[   10.240874] mpt3sas0-msix4: PCI-MSI-X enabled: IRQ 111
[   10.240875] mpt3sas0-msix5: PCI-MSI-X enabled: IRQ 112
[   10.240877] mpt3sas0-msix6: PCI-MSI-X enabled: IRQ 113
[   10.276863] mpt3sas0-msix7: PCI-MSI-X enabled: IRQ 114
[   10.276867] mpt3sas0-msix8: PCI-MSI-X enabled: IRQ 115
[   10.276868] mpt3sas0-msix9: PCI-MSI-X enabled: IRQ 116
[   10.276869] mpt3sas0-msix10: PCI-MSI-X enabled: IRQ 117
[   10.276871] mpt3sas0-msix11: PCI-MSI-X enabled: IRQ 118
[   10.276872] mpt3sas0-msix12: PCI-MSI-X enabled: IRQ 119
[   10.276875] mpt3sas0-msix13: PCI-MSI-X enabled: IRQ 120
[   10.276876] mpt3sas0-msix14: PCI-MSI-X enabled: IRQ 121
[   10.276877] mpt3sas0-msix15: PCI-MSI-X enabled: IRQ 122
[   10.276879] mpt3sas0-msix16: PCI-MSI-X enabled: IRQ 123
[   10.328875] mpt3sas0-msix17: PCI-MSI-X enabled: IRQ 124
[   10.334103] mpt3sas0-msix18: PCI-MSI-X enabled: IRQ 125
[   10.339327] mpt3sas0-msix19: PCI-MSI-X enabled: IRQ 126
[   10.344555] mpt3sas0-msix20: PCI-MSI-X enabled: IRQ 127
[   10.349779] mpt3sas0-msix21: PCI-MSI-X enabled: IRQ 128
[   10.355005] mpt3sas0-msix22: PCI-MSI-X enabled: IRQ 129
[   10.360230] mpt3sas0-msix23: PCI-MSI-X enabled: IRQ 130
[   10.365465] mpt3sas0-msix24: PCI-MSI-X enabled: IRQ 131
[   10.370692] mpt3sas0-msix25: PCI-MSI-X enabled: IRQ 132
[   10.375918] mpt3sas0-msix26: PCI-MSI-X enabled: IRQ 133
[   10.381143] mpt3sas0-msix27: PCI-MSI-X enabled: IRQ 134
[   10.386370] mpt3sas0-msix28: PCI-MSI-X enabled: IRQ 135
[   10.391595] mpt3sas0-msix29: PCI-MSI-X enabled: IRQ 136
[   10.396837] mpt3sas0-msix30: PCI-MSI-X enabled: IRQ 137
[   10.402070] mpt3sas0-msix31: PCI-MSI-X enabled: IRQ 138
[   10.407298] mpt3sas0-msix32: PCI-MSI-X enabled: IRQ 139
[   10.412575] mpt3sas0-msix33: PCI-MSI-X enabled: IRQ 140
[   10.417804] mpt3sas0-msix34: PCI-MSI-X enabled: IRQ 141
[   10.417806] mpt3sas0-msix35: PCI-MSI-X enabled: IRQ 142
[   10.417807] mpt3sas0-msix36: PCI-MSI-X enabled: IRQ 143
[   10.417809] mpt3sas0-msix37: PCI-MSI-X enabled: IRQ 144
[   10.417810] mpt3sas0-msix38: PCI-MSI-X enabled: IRQ 145
         Startin[   10.443944] mpt3sas0-msix39: PCI-MSI-X enabled: IRQ 146
g ^[[0;1;39mdracu[   10.450555] mpt3sas0-msix40: PCI-MSI-X enabled: IRQ 147
t initqueue hook[   10.457169] mpt3sas0-msix41: PCI-MSI-X enabled: IRQ 148
^[[0m...
[   10.463783] mpt3sas0-msix42: PCI-MSI-X enabled: IRQ 149
[   10.469786] mpt3sas0-msix43: PCI-MSI-X enabled: IRQ 150
[   10.475024] mpt3sas0-msix44: PCI-MSI-X enabled: IRQ 151
[   10.475026] mpt3sas0-msix45: PCI-MSI-X enabled: IRQ 152
[   10.475028] mpt3sas0-msix46: PCI-MSI-X enabled: IRQ 153
[   10.475031] mpt3sas0-msix47: PCI-MSI-X enabled: IRQ 154
[   10.475034] mpt3sas0-msix48: PCI-MSI-X enabled: IRQ 155
[   10.475049] ACPI: bus type drm_connector registered
[   10.506056] mpt3sas0-msix49: PCI-MSI-X enabled: IRQ 156
[   10.506058] mpt3sas0-msix50: PCI-MSI-X enabled: IRQ 157
[   10.506059] mpt3sas0-msix51: PCI-MSI-X enabled: IRQ 158
[   10.506061] mpt3sas0-msix52: PCI-MSI-X enabled: IRQ 159
[   10.506062] mpt3sas0-msix53: PCI-MSI-X enabled: IRQ 160
[   10.506064] mpt3sas0-msix54: PCI-MSI-X enabled: IRQ 161
[   10.537432] mpt3sas0-msix55: PCI-MSI-X enabled: IRQ 162
^[[2J^[[3J[   10.542662] mpt3sas0-msix56: PCI-MSI-X enabled: IRQ 163
^[[-1;-1f[   10.548571] mpt3sas0-msix57: PCI-MSI-X enabled: IRQ 164
[   10.554490] mpt3sas0-msix58: PCI-MSI-X enabled: IRQ 165
         Startin[   10.559716] mpt3sas0-msix59: PCI-MSI-X enabled: IRQ 166
g ^[[0;1;39mShow [   10.566320] mpt3sas0-msix60: PCI-MSI-X enabled: IRQ 167
[   10.566322] mpt3sas0-msix61: PCI-MSI-X enabled: IRQ 168
Plymouth Boot Sc[   10.566324] mpt3sas0-msix62: PCI-MSI-X enabled: IRQ 169
reen^[[0m...
[   10.566325] mpt3sas0-msix63: PCI-MSI-X enabled: IRQ 170
[   10.566327] mpt3sas0-msix64: PCI-MSI-X enabled: IRQ 171
[   10.566328] mpt3sas0-msix65: PCI-MSI-X enabled: IRQ 172
[^[[0;32m  OK  ^[[[   10.566329] mpt3sas0-msix66: PCI-MSI-X enabled: IRQ 173
0m] Started ^[[0;[   10.566331] mpt3sas0-msix67: PCI-MSI-X enabled: IRQ 174
1;39mShow Plymou[   10.566332] mpt3sas0-msix68: PCI-MSI-X enabled: IRQ 175
[   10.566333] mpt3sas0-msix69: PCI-MSI-X enabled: IRQ 176
th Boot Screen^[[[   10.566334] mpt3sas0-msix70: PCI-MSI-X enabled: IRQ 177
0m.
[   10.566335] mpt3sas0-msix71: PCI-MSI-X enabled: IRQ 178
[   10.566337] mpt3sas0-msix72: PCI-MSI-X enabled: IRQ 179
[   10.566338] mpt3sas0-msix73: PCI-MSI-X enabled: IRQ 180
[   10.566339] mpt3sas0-msix74: PCI-MSI-X enabled: IRQ 181
[   10.566340] mpt3sas0-msix75: PCI-MSI-X enabled: IRQ 182
[   10.566341] mpt3sas0-msix76: PCI-MSI-X enabled: IRQ 183
[   10.566343] mpt3sas0-msix77: PCI-MSI-X enabled: IRQ 184
[   10.566344] mpt3sas0-msix78: PCI-MSI-X enabled: IRQ 185
[   10.566345] mpt3sas0-msix79: PCI-MSI-X enabled: IRQ 186
[   10.566346] mpt3sas0-msix80: PCI-MSI-X enabled: IRQ 187
[   10.566347] mpt3sas0-msix81: PCI-MSI-X enabled: IRQ 188
[   10.566348] mpt3sas0-msix82: PCI-MSI-X enabled: IRQ 189
[   10.566350] mpt3sas0-msix83: PCI-MSI-X enabled: IRQ 190
[   10.566351] mpt3sas0-msix84: PCI-MSI-X enabled: IRQ 191
[   10.566352] mpt3sas0-msix85: PCI-MSI-X enabled: IRQ 192
[   10.566354] mpt3sas0-msix86: PCI-MSI-X enabled: IRQ 193
[   10.566355] mpt3sas0-msix87: PCI-MSI-X enabled: IRQ 194
[   10.722653] mpt3sas0-msix88: PCI-MSI-X enabled: IRQ 195
[   10.722655] mpt3sas0-msix89: PCI-MSI-X enabled: IRQ 196
[   10.722656] mpt3sas0-msix90: PCI-MSI-X enabled: IRQ 197
[   10.722657] mpt3sas0-msix91: PCI-MSI-X enabled: IRQ 198
[^[[0;32m  OK  ^[[[   10.722659] mpt3sas0-msix92: PCI-MSI-X enabled: IRQ 199
0m] Started ^[[0;[   10.722660] mpt3sas0-msix93: PCI-MSI-X enabled: IRQ 200
1;39mForward Pas[   10.722662] mpt3sas0-msix94: PCI-MSI-X enabled: IRQ 201
sword R…s to P[   10.722663] mpt3sas0-msix95: PCI-MSI-X enabled: IRQ 202
lymouth Director[   10.770015] mpt3sas_cm0: iomem(0x00000000e2100000), mapped(0x0000000028c1783f), size(65536)
y Watch^[[0m.
[   10.770018] mpt3sas_cm0: ioport(0x0000000000001000), size(256)
[   10.786919] mgag200 0000:c3:00.0: vgaarb: deactivate vga console
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mPath Units^[[0m.
[^[[0;32m  OK  ^[[0m[   10.799277] [drm] Initialized mgag200 1.0.0 for 0000:c3:00.0 on minor 0
] Reached target ^[[0;1;39mBasic System^[[0m.
[   10.810447] fbcon: mgag200drmfb (fb0) is primary device
[   10.810449] fbcon: Deferring console take-over
[   10.818873] mpt3sas_cm0: CurrentHostPageSize is 0: Setting default host page size to 4k
[   10.820131] mgag200 0000:c3:00.0: [drm] fb0: mgag200drmfb frame buffer device
[   10.828126] mpt3sas_cm0: sending message unit reset !!
[   10.841904] mpt3sas_cm0: message unit reset: SUCCESS
[   10.874555] mpt3sas_cm0: scatter gather: sge_in_main_msg(1), sge_per_chain(7), sge_per_io(128), chains_per_io(19)
[   10.885993] mpt3sas_cm0: request pool(0x00000000d0f07bd4) - dma(0xe0600000): depth(9700), frame_size(128), pool_size(1212 kB)
[   10.922541] mpt3sas_cm0: sense pool(0x00000000a2e47dd6) - dma(0xdef00000): depth(9463), element_size(96), pool_size (887 kB)
[   10.933866] mpt3sas_cm0: reply pool(0x00000000db2e7389) - dma(0xdec00000): depth(9764), frame_size(128), pool_size(1220 kB)
[   10.945004] mpt3sas_cm0: config page(0x000000001110efb6) - dma(0xdebee000): size(512)
[   10.952834] mpt3sas_cm0: Allocated physical memory: size(40437 kB)
[   10.959011] mpt3sas_cm0: Current Controller Queue Depth(9460),Max Controller Queue Depth(9584)
[   10.967618] mpt3sas_cm0: Scatter Gather Elements per IO(128)
[   11.018585] mpt3sas_cm0: _base_display_fwpkg_version: complete
[   11.024418] mpt3sas_cm0: FW Package Ver(16.17.01.00)
[   11.029666] mpt3sas_cm0: LSISAS3008: FWVersion(16.00.11.00), ChipRevision(0x02)
[   11.036975] mpt3sas_cm0: Protocol=(Initiator,Target), Capabilities=(TLR,EEDP,Snapshot Buffer,Diag Trace Buffer,Task Set Full,NCQ)
[   11.048687] scsi host8: Fusion MPT SAS Host
[   11.054716] mpt3sas_cm0: sending port enable !!
[   11.059673] mpt3sas_cm0: hba_port entry: 0000000060f1d1c9, port: 255 is added to hba_port list
[   11.069332] mpt3sas_cm0: host_add: handle(0x0001), sas_addr(0x52cea7f0be87bf00), phys(8)
[   11.077762] mpt3sas_cm0: handle(0xa) sas_address(0x4433221100000000) port_type(0x1)
[   11.086580] scsi 8:0:0:0: Direct-Access     ATA      MTFDDAK960TDT    J004 PQ: 0 ANSI: 6
[   11.094671] scsi 8:0:0:0: SATA: handle(0x000a), sas_addr(0x4433221100000000), phy(0), device_name(0x500a075131911ad0)
[   11.105272] scsi 8:0:0:0: enclosure logical id (0x52cea7f0be87bf00), slot(1) 
[   11.112404] scsi 8:0:0:0: enclosure level(0x0001), connector name(     )
[   11.119154] scsi 8:0:0:0: atapi(n), ncq(y), asyn_notify(n), smart(y), fua(y), sw_preserve(y)
[   11.127592] scsi 8:0:0:0: qdepth(32), tagged(1), scsi_level(7), cmd_que(1)
[   11.142435]  end_device-8:0: add: handle(0x000a), sas_addr(0x4433221100000000)
[   11.149778] mpt3sas_cm0: handle(0xc) sas_address(0x58ce38ee219651a2) port_type(0x1)
[   11.158419] scsi 8:0:1:0: Direct-Access     KIOXIA   KPM6WVUG960G     BD08 PQ: 0 ANSI: 6
[   11.166507] scsi 8:0:1:0: SSP: handle(0x000c), sas_addr(0x58ce38ee219651a2), phy(4), device_name(0x58ce38ee219651a0)
[   11.177019] scsi 8:0:1:0: enclosure logical id (0x52cea7f0be87bf00), slot(0) 
[   11.184142] scsi 8:0:1:0: enclosure level(0x0001), connector name(     )
[   11.190843] scsi 8:0:1:0: qdepth(254), tagged(1), scsi_level(7), cmd_que(1)
[   11.199437]  end_device-8:1: add: handle(0x000c), sas_addr(0x58ce38ee219651a2)
[   11.206778] mpt3sas_cm0: handle(0xb) sas_address(0x4433221106000000) port_type(0x1)
[   11.215551] scsi 8:0:2:0: Direct-Access     ATA      MTFDDAK960TDT    J004 PQ: 0 ANSI: 6
[   11.223644] scsi 8:0:2:0: SATA: handle(0x000b), sas_addr(0x4433221106000000), phy(6), device_name(0x500a075131911a6f)
[   11.234235] scsi 8:0:2:0: enclosure logical id (0x52cea7f0be87bf00), slot(2) 
[   11.241369] scsi 8:0:2:0: enclosure level(0x0001), connector name(     )
[   11.248116] scsi 8:0:2:0: atapi(n), ncq(y), asyn_notify(n), smart(y), fua(y), sw_preserve(y)
[   11.256548] scsi 8:0:2:0: qdepth(32), tagged(1), scsi_level(7), cmd_que(1)
[   11.271359]  end_device-8:2: add: handle(0x000b), sas_addr(0x4433221106000000)
[   11.280243] mpt3sas_cm0: port enable: SUCCESS
[   11.284940] sd 8:0:0:0: Attached scsi generic sg0 type 0
[   11.285551] sd 8:0:0:0: [sda] 1875385008 512-byte logical blocks: (960 GB/894 GiB)
[   11.290470] sd 8:0:1:0: Attached scsi generic sg1 type 0
[   11.290779] sd 8:0:1:0: [sdb] 1875385008 512-byte logical blocks: (960 GB/894 GiB)
[   11.290783] sd 8:0:1:0: [sdb] 4096-byte physical blocks
[   11.290965] sd 8:0:1:0: [sdb] Write Protect is off
[   11.291179] sd 8:0:1:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[   11.297818] sd 8:0:0:0: [sda] 4096-byte physical blocks
[   11.303351] scsi 8:0:2:0: Attached scsi generic sg2 type 0
[   11.303948] sd 8:0:2:0: [sdc] 1875385008 512-byte logical blocks: (960 GB/894 GiB)
[   11.303951] sd 8:0:2:0: [sdc] 4096-byte physical blocks
[   11.305973] sd 8:0:2:0: [sdc] Write Protect is off
[   11.307260] sd 8:0:2:0: [sdc] Write cache: enabled, read cache: enabled, supports DPO and FUA
[   11.312709] sd 8:0:0:0: [sda] Write Protect is off
[   11.372166] sd 8:0:0:0: [sda] Write cache: enabled, read cache: enabled, supports DPO and FUA
[   11.401496]  sdb: sdb1 sdb2
[   11.402147]  sdc: sdc1 sdc2
[   11.404424] sd 8:0:1:0: [sdb] Attached SCSI disk
[   11.407378] sd 8:0:2:0: [sdc] Attached SCSI disk
[   11.430295]  sda: sda1 sda2 sda3 sda4 sda5 sda6 sda7
[   11.435614] sd 8:0:0:0: [sda] Attached SCSI disk
[   13.750177] ccp 0000:46:00.1: SEV API:1.55 build:17
[   13.755085] ccp 0000:46:00.1: SEV-SNP API:1.55 build:17
[^[[0;32m  OK  ^[[0m] Found device ^[[0;1;39m/dev/mapper/rhel_hostname-root^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mInitrd Root Device^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mdracut initqueue hook^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mPreparation for Remote File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mRemote File Systems^[[0m.
         Starting ^[[0;1;39mFile System Check…/mapper/rhel_hostname-root^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mFile System Check…ev/mapper/rhel_hostname-root^[[0m.
         Mounting ^[[0;1;39m/sysroot^[[0m...
[   14.427407] SGI XFS with ACLs, security attributes, realtime, quota, no debug enabled
[   14.437803] XFS (dm-1): Mounting V5 Filesystem 254e7c99-a3df-41be-8429-d28e07cb528a
[   14.461205] XFS (dm-1): Ending clean mount
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39m/sysroot^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mInitrd Root File System^[[0m.
         Starting ^[[0;1;39mReload Configuration from the Real Root^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mReload Configuration from the Real Root^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mInitrd File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mInitrd Default Target^[[0m.
         Starting ^[[0;1;39mdracut pre-pivot and cleanup hook^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mdracut pre-pivot and cleanup hook^[[0m.
         Starting ^[[0;1;39mCleaning Up and Shutting Down Daemons^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mNetwork^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mTimer Units^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mD-Bus System Message Bus Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mdracut pre-pivot and cleanup hook^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mInitrd Default Target^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mBasic System^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mInitrd Root Device^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mInitrd /usr File System^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mPath Units^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mRemote File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mPreparation for Remote File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mSlice Units^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mSocket Units^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mSystem Initialization^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mLocal File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mSwaps^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mdracut initqueue hook^[[0m.
         Starting ^[[0;1;39mPlymouth switch root service^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mApply Kernel Variables^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mLoad Kernel Modules^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mCreate Volatile Files and Directories^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mColdplug All udev Devices^[[0m.
         Stopping ^[[0;1;39mRule-based Manage…for Device Events and Files^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCleaning Up and Shutting Down D[   14.890412] systemd-journald[1091]: Received SIGTERM from PID 1 (systemd).
aemons^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mRule-based Manager for Device Events and Files^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mudev Control Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mudev Kernel Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mdracut pre-udev hook^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mdracut cmdline hook^[[0m.
         Starting ^[[0;1;39mCleanup udev Database^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mCreate Static Device Nodes in /dev^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mCreate List of Static Device Nodes^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mCreate System Users^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mPlymouth switch root service^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCleanup udev Database^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSwitch Root^[[0m.
         Starting ^[[0;1;39mSwitch Root^[[0m...
[   15.023834] systemd[1]: RTC configured in localtime, applying delta of 330 minutes to system time.
[   15.035640] systemd[1]: systemd 250-12.el9_1 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 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK +XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[   15.067544] systemd[1]: Detected architecture x86-64.

Welcome to ^[[0;31mRed Hat Enterprise Linux 9.1 (Plow)^[[0m!

[   15.129216] systemd-rc-local-generator[1680]: /etc/rc.d/rc.local is not marked executable, skipping.
[   15.375934] systemd[1]: initrd-switch-root.service: Deactivated successfully.
[   15.383256] systemd[1]: Stopped Switch Root.
[^[[0;32m  OK  ^[[[   15.387801] systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1.
0m] Stopped ^[[0;[   15.398474] systemd[1]: Created slice Virtual Machine and Container Slice.
1;39mSwitch Root[   15.406783] systemd[1]: Created slice Slice /system/getty.
^[[0m.
[^[[0;32m[   15.413635] systemd[1]: Created slice Slice /system/modprobe.
  OK  ^[[0m] Crea[   15.420794] systemd[1]: Created slice Slice /system/serial-getty.
ted slice ^[[0;1;[   15.428509] systemd[1]: Created slice Slice /system/sshd-keygen.
39mVirtual Machi[   15.435643] systemd[1]: Created slice Slice /system/systemd-fsck.
ne and Container[   15.443134] systemd[1]: Created slice User and Session Slice.
 Slice^[[0m.
[^[[   15.449658] systemd[1]: Dispatch Password Requests to Console Directory Watch was skipped because of a failed condition check (ConditionPathExists=!/run/plymouth/pid).
[0;32m  OK  ^[[0m[   15.465981] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
] Created slice [   15.475106] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
^[[0;1;39mSlice /[   15.485727] systemd[1]: Reached target Local Encrypted Volumes.
system/getty^[[0m[   15.493014] systemd[1]: Stopped target Switch Root.
.
[^[[0;32m  OK[   15.499293] systemd[1]: Stopped target Initrd File Systems.
  ^[[0m] Created [   15.506255] systemd[1]: Stopped target Initrd Root File System.
slice ^[[0;1;39mS[   15.513524] systemd[1]: Reached target Local Integrity Protected Volumes.
lice /system/mod[   15.521732] systemd[1]: Reached target Path Units.
probe^[[0m.
[^[[[   15.527882] systemd[1]: Reached target Slice Units.
0;32m  OK  ^[[0m][   15.534148] systemd[1]: Reached target Local Verity Protected Volumes.
 Created slice ^[[   15.542145] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[0;1;39mSlice /s[   15.550310] systemd[1]: Listening on LVM2 poll daemon socket.
ystem/serial-get[   15.557140] systemd[1]: multipathd control socket was skipped because of a failed condition check (ConditionPathExists=/etc/multipath.conf).
ty^[[0m.
[^[[0;32m  OK  ^[[0m] Created slice ^[[0;1;39mSlice /system/sshd-keygen^[[0m.
[^[[0;32m  OK  ^[[0m] Created slice ^[[0;1;39mSlice /system/systemd-fsck^[[0m.
[^[[0;32m  OK  ^[[0m] Created slice ^[[0;1;39mUser and Session Slice^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mForward Password R…uests to Wall Directory Watch^[[0m.
[^[[0;32m  OK  ^[[0m] Set up automount ^[[0;1;39mArbitrary…s File System Automount Point^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mLocal Encrypted Volumes^[[0[   15.613685] systemd[1]: Listening on RPCbind Server Activation Socket.
m.
[^[[0;32m  O[   15.620639] systemd[1]: Reached target RPC Port Mapper.
K  ^[[0m] Stopped[   15.628219] systemd[1]: Listening on Process Core Dump Socket.
 target ^[[0;1;39[   15.634487] systemd[1]: Listening on initctl Compatibility Named Pipe.
mSwitch Root^[[0m[   15.642787] systemd[1]: Listening on udev Control Socket.
.
[^[[0;32m  OK[   15.649200] systemd[1]: Listening on udev Kernel Socket.
  ^[[0m] Stopped [   15.657015] systemd[1]: Activating swap /dev/mapper/rhel_hostname-swap...
[   15.661750] Adding 7815164k swap on /dev/mapper/rhel_hostname-swap.  Priority:-2 extents:1 across:7815164k SS
target ^[[0;1;39m[   15.675303] systemd[1]: Mounting Huge Pages File System...
Initrd File Systems^[[0m.
[^[[0;[   15.682206] systemd[1]: Mounting POSIX Message Queue File System...
32m  OK  ^[[0m] S[   15.691152] systemd[1]: Mounting Kernel Debug File System...
topped target ^[[0;1;39mInitrd Ro[   15.698393] systemd[1]: Mounting Kernel Trace File System...
ot File System^[[[   15.705512] systemd[1]: Kernel Module supporting RPCSEC_GSS was skipped because of a failed condition check (ConditionPathExists=/etc/krb5.keytab).
0m.
[^[[0;32m  OK  ^[[0m] Reache[   15.722550] systemd[1]: Starting Create List of Static Device Nodes...
d target ^[[0;1;39mLocal Integrit[   15.730600] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
y Protected Volu[   15.743491] systemd[1]: Starting Load Kernel Module configfs...
mes^[[0m.
[^[[0;[   15.750768] systemd[1]: Starting Load Kernel Module drm...
32m  OK  ^[[0m] Reached target ^[[[   15.757835] systemd[1]: Starting Load Kernel Module fuse...
0;1;39mPath Units^[[0m.
[^[[0;32[   15.767030] systemd[1]: Starting Read and set NIS domainname from /etc/sysconfig/network...
m  OK  ^[[0m] Rea[   15.776032] systemd[1]: plymouth-switch-root.service: Deactivated successfully.
ched target ^[[0;[   15.784699] systemd[1]: Stopped Plymouth switch root service.
1;39mSlice Units[   15.791922] systemd[1]: systemd-fsck-root.service: Deactivated successfully.
^[[0m.
[^[[0;32m[   15.800255] systemd[1]: Stopped File System Check on Root Device.
  OK  ^[[0m] Reac[   15.807788] systemd[1]: Stopped Journal Service.
hed target ^[[0;1;39mLocal Verity[   15.815997] systemd[1]: Starting Journal Service...
 Protected Volumes^[[0m.
[^[[0;3[   15.823489] systemd[1]: Starting Load Kernel Modules...
2m  OK  ^[[0m] Li[   15.827236] systemd-journald[1710]: File /run/log/journal/8f37f8055146469d8baec3ad508b0084/system.journal corrupted or uncleanly shut down, renaming and replacing.
stening on ^[[0;1;39mDevice-mappe[   15.846637] systemd[1]: Starting Generate network units from Kernel command line...
r event daemon FIFOs^[[0m.
[^[[0[   15.857360] systemd[1]: Starting Remount Root and Kernel File Systems...
;32m  OK  ^[[0m] [   15.865317] systemd[1]: Repartition Root Disk was skipped because all trigger condition checks failed.
Listening on ^[[0;1;39mLVM2 poll [   15.877251] systemd[1]: Starting Coldplug All udev Devices...
daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listeni[   15.887540] systemd[1]: Activated swap /dev/mapper/rhel_hostname-swap.
ng on ^[[0;1;39mR[   15.895888] systemd[1]: Started Journal Service.
PCbind Server Activation Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mRPC Port Mapper^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mProcess Core Dump Socket^[[0m[   15.916156] systemd-journald[1710]: Received client request to flush runtime journal.
.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39minitctl Compatibility Named Pipe^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mudev Control Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mudev Kernel Socket^[[0m.
         Activating swap ^[[0;1;39m/dev/mapper/rhel_hostname-swap^[[0m...
         Mounting ^[[0;1;39mHuge Pages File System^[[0m...
         Mounting ^[[0;1;39mPOSIX Message Queue File System^[[0m...
         Mounting ^[[0;1;39mKernel Debug File System^[[0m...
         Mounting ^[[0;1;39mKernel Trace File System^[[0m...
         Starting ^[[0;1;39mCreate List of Static Device Nodes^[[0m...
         Starting ^[[0;1;39mMonitoring of LVM…meventd or progress polling^[[0m...
         Starting ^[[0;1;39mLoad Kernel Module configfs^[[0m...
         Starting ^[[0;1;39mLoad Kernel Module drm^[[0m...
         Starting ^[[0;1;39mLoad Kernel Module fuse^[[0m...
         Starting ^[[0;1;39mRead and set NIS …from /etc/sysconfig/network^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mPlymouth switch root service^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mFile System Check on Root Device^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mJournal Service^[[0m.
         Starting ^[[0;1;39mJournal Service^[[0m...
         Starting ^[[0;1;39mLoad Kernel Modules^[[0m...
         Starting ^[[0;1;39mGenerate network …ts from Kernel command line^[[0m...
         Starting ^[[0;1;39mRemount Root and Kernel File Systems^[[0m...
         Starting ^[[0;1;39mColdplug All udev Devices^[[0m...
[^[[0;32m  OK  ^[[0m] Activated swap ^[[0;1;39m/dev/mapper/rhel_hostname-swap^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mJournal Service^[[0m.
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39mHuge Pages File System^[[0m.
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39mPOSIX Message Queue File System^[[0m.
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39mKernel Debug File System^[[0m.
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39mKernel Trace File System^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate List of Static Device Nodes^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mMonitoring of LVM… dmeventd or progress polling^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mLoad Kernel Modul[   16.110745] IPMI message handler: version 39.2
e configfs^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mLoad Ker[   16.120552] ipmi device interface
nel Module drm^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mLoad Kernel Module fuse^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mRead and set NIS …e from /etc/sysconfig/network^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39m[   16.142934] ipmi_si: IPMI System Interface driver
Load Kernel Modu[   16.148929] ipmi_si dmi-ipmi-si.0: ipmi_platform: probing via SMBIOS
les^[[0m.
[^[[0;[   16.156673] ipmi_platform: ipmi_si: SMBIOS: io 0xca8 regsize 1 spacing 4 irq 10
32m  OK  ^[[0m] F[   16.165324] ipmi_si: Adding SMBIOS-specified kcs state machine
inished ^[[0;1;39[   16.172608] ipmi_si IPI0001:00: ipmi_platform: probing via ACPI
mGenerate networ[   16.179880] ipmi_si IPI0001:00: ipmi_platform: [io  0x0ca8] regsize 1 spacing 4 irq 10
k units from Ker[   16.189374] ipmi_si dmi-ipmi-si.0: Removing SMBIOS-specified kcs state machine in favor of ACPI
nel command line[   16.199228] ipmi_si: Adding ACPI-specified kcs state machine
^[[0m.
[^[[0;32m[   16.206369] ipmi_si: Trying ACPI-specified kcs state machine at i/o address 0xca8, slave address 0x20, irq 10
  OK  ^[[0m] Finished ^[[0;1;39mRemount Root and K[   16.220679] pstore: backend 'erst' already in use: ignoring 'efi_pstore'
ernel File Syste[   16.220931] input: PC Speaker as /devices/platform/pcspkr/input/input3
ms^[[0m.
[^[[0;32m  OK  ^[[0m] Re[   16.238455] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
ached target ^[[0[   16.239592] RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
;1;39mSwaps^[[0m.[   16.246498] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection

         Moun[   16.255791] RAPL PMU: hw unit of domain package 2^-16 Joules
[   16.269388] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
ting ^[[0;1;39mFUSE Control File [   16.281303] i2c i2c-3: Successfully instantiated SPD at 0x50
System^[[0m...
[   16.288002] i2c i2c-3: Successfully instantiated SPD at 0x51
         Mountin[   16.295046] i2c i2c-3: Successfully instantiated SPD at 0x52
g ^[[0;1;39mKerne[   16.302114] i2c i2c-3: Successfully instantiated SPD at 0x53
l Configuration [   16.309134] i2c i2c-3: Successfully instantiated SPD at 0x54
File System^[[0m.[   16.316180] i2c i2c-3: Successfully instantiated SPD at 0x55
..
         St[   16.323234] i2c i2c-3: Successfully instantiated SPD at 0x56
arting ^[[0;1;39m[   16.330273] i2c i2c-3: Successfully instantiated SPD at 0x57
Flush Journal to Persistent Storage^[[0m...
         Starting ^[[0;1;39mLoad/Save Random Seed^[[0m...
         Starting ^[[0;1;39mApply Kernel Variables^[[0m...
         Starting ^[[0;1;39mCreate Static Device Nodes in /dev^[[0m...
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39mFUSE Control File System^[[0m.
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39mKernel Configuration File System^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mLoad/Save Random Seed^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mFlush Journal to Persistent Storage^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mApply Kernel Variables^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate Static Device Nodes in /dev^[[0m.
         Starting ^[[0;1;39mRule-based Manage…for Device Events and Files^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mRule-based Manager for Device Events and Files^[[0m.
         Starting ^[[0;1;39mLoad Kernel Module configfs^[[0m...
         Starting ^[[0;1;39mLoad Kernel Module fuse^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mLoad Kernel Module configfs^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mLoad Kernel Module fuse^[[0m.
[^[[0;32m  OK  ^[[0m] [   16.434868] ee1004 3-0050: 512 byte EE1004-compliant SPD EEPROM, read-only
Finished ^[[0;1;3[   16.443194] ee1004 3-0051: 512 byte EE1004-compliant SPD EEPROM, read-only
9mColdplug All u[   16.451449] ee1004 3-0052: 512 byte EE1004-compliant SPD EEPROM, read-only
dev Devices^[[0m.[   16.459702] ee1004 3-0053: 512 byte EE1004-compliant SPD EEPROM, read-only

         Star[   16.467969] ee1004 3-0054: 512 byte EE1004-compliant SPD EEPROM, read-only
ting ^[[0;1;39mWa[   16.476242] ee1004 3-0055: 512 byte EE1004-compliant SPD EEPROM, read-only
it for udev To ā[   16.484284] ee1004 3-0056: 512 byte EE1004-compliant SPD EEPROM, read-only
€¦plete Device I[   16.492758] ee1004 3-0057: 512 byte EE1004-compliant SPD EEPROM, read-only
nitialization^[[0[   16.500810] kvm_amd: TSC scaling supported
m...
[^[[0;32m [   16.505374] kvm_amd: Nested Virtualization enabled
 OK  ^[[0m] Liste[   16.511549] kvm_amd: Nested Paging enabled
ning on ^[[0;1;39[   16.517034] kvm_amd: LBR virtualization supported
mLoad/Save RF ā€[   16.523124] kvm_amd: SEV enabled (ASIDs 101 - 509)
¦itch Status /de[   16.529303] kvm_amd: SEV-ES enabled (ASIDs 1 - 100)
v/rfkill Watch^[[[   16.535569] kvm_amd: SEV-SNP enabled (ASIDs 1 - 100)
0m.
[   16.542072] kvm_amd: Virtual VMLOAD VMSAVE supported
[   16.547409] kvm_amd: Virtual GIF supported
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39m/usr/sbin/l[   16.572268] EDAC MC0: Giving out device to module amd64_edac controller F19h: DEV 0000:00:18.3 (INTERRUPT)
vm vgch…tivati[   16.582353] EDAC amd64: F19h detected (node 0).
on event rhel_sh[   16.588287] EDAC amd64: MC: 0:     0MB 1:     0MB
aravati^[[0m.
[   16.594371] EDAC amd64: MC: 2: 16384MB 3: 16384MB
[   16.600385] EDAC amd64: MC: 0:     0MB 1:     0MB
[   16.605098] EDAC amd64: MC: 2: 16384MB 3: 16384MB
[   16.609821] EDAC amd64: MC: 0:     0MB 1:     0MB
[   16.614535] EDAC amd64: MC: 2: 16384MB 3: 16384MB
[   16.619259] EDAC amd64: MC: 0:     0MB 1:     0MB
[   16.623973] EDAC amd64: MC: 2: 16384MB 3: 16384MB
[   16.628696] EDAC amd64: MC: 0:     0MB 1:     0MB
[   16.633413] EDAC amd64: MC: 2: 16384MB 3: 16384MB
[   16.638132] EDAC amd64: MC: 0:     0MB 1:     0MB
[   16.642851] EDAC amd64: MC: 2: 16384MB 3: 16384MB
[   16.647570] EDAC amd64: MC: 0:     0MB 1:     0MB
[   16.652289] EDAC amd64: MC: 2: 16384MB 3: 16384MB
[   16.656255] ipmi_si IPI0001:00: The BMC does not support setting the recv irq bit, compensating, but the BMC needs to be fixed.
[   16.668474] EDAC amd64: MC: 0:     0MB 1:     0MB
[   16.673192] EDAC amd64: MC: 2: 16384MB 3: 16384MB
[   16.688888] intel_rapl_common: Found RAPL domain package
[   16.694209] intel_rapl_common: Found RAPL domain core
[   16.700132] amd_atl: AMD Address Translation Library initialized
[   16.744351] ipmi_si IPI0001:00: Using irq 10
[   16.768483] ipmi_si IPI0001:00: IPMI message handler: Found new BMC (man_id: 0x0002a2, prod_id: 0x0100, dev_id: 0x20)
[   16.818520] ipmi_si IPI0001:00: IPMI kcs interface initialized
[   16.828876] power_meter ACPI000D:00: Found ACPI power meter.
[   16.834633] power_meter ACPI000D:00: hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
[   16.847722] ipmi_ssif: IPMI SSIF Interface driver
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mWait for udev To Complete Device Initialization^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mPreparation for Local File Systems^[[0m.
         Mounting ^[[0;1;39m/boot^[[0m...
      [   17.083762] XFS (sda6): Mounting V5 Filesystem 8a4de4ea-bc9f-4c69-9e30-c78fbc184188
   Mounting ^[[0;[   17.085976] XFS (dm-0): Mounting V5 Filesystem 3e33526b-995a-4b32-9d5d-d26941ce5b47
1;39m/home^[[0m...
         Starting ^[[0;1;39mFile System Check…/dev/disk/by-uuid/FBE5-86EF^[[0m...
[   17.110248] XFS (sda6): Ending clean mount
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;[   17.120533] XFS (dm-0): Ending clean mount
1;39m/boot^[[0m.
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39m/home^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mFile System Check…n /dev/disk/by-uuid/FBE5-86EF^[[0m.
         Mounting ^[[0;1;39m/boot/efi^[[0m...
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39m/boot/efi^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mLocal File Systems^[[0m.
         Starting ^[[0;1;39mTell Plymouth To Write Out Runtime Data^[[0m...
         Starting ^[[0;1;39mCreate Volatile Files and Directories^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mTell Plymouth To Write Out Runtime Data^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate Volatile Files and Directories^[[0m.
         Mounting ^[[0;1;39mRPC Pipe File System^[[0m...
         Starting ^[[0;1;39mSecurity Auditing Service^[[0m...
         Starting ^[[0;1;39mRPC Bind^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mRPC Bind^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mSecurity Auditing Service^[[[   17.317902] RPC: Registered named UNIX socket transport module.
0m.
         S[   17.324208] RPC: Registered udp transport module.
tarting ^[[0;1;39[   17.324209] RPC: Registered tcp transport module.
mRecord System B[   17.324210] RPC: Registered tcp-with-tls transport module.
oot/Shutdown in [   17.324211] RPC: Registered tcp NFSv4.1 backchannel transport module.
UTMP^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mRecord System Boot/Shutdown in UTMP^[[0m.
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39mRPC Pipe File System^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mrpc_pipefs.target^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSystem Initialization^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mdnf makecache --timer^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mDaily rotation of log files^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mUpdates mlocate database every day^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mDaily Cleanup of Temporary Directories^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mdaily update of the root trust anchor for DNSSEC^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mTimer Units^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mD-Bus System Message Bus Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mOpen-iSCSI iscsid Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mOpen-iSCSI iscsiuio Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mSSSD Kerberos…ache Manager responder socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt interface daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt locking daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt locking daemon admin socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt logging daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt logging daemon admin socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt network daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt nodedev daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt nwfilter daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt proxy daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt QEMU daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt QEMU daemon admin socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt QEMU daemon read-only socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt secret daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt storage daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSocket Units^[[0m.
         Starting ^[[0;1;39mD-Bus System Message Bus^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mD-Bus System Message Bus^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mBasic System^[[0m.
         Starting ^[[0;1;39mNTP client/server^[[0m...
         Starting ^[[0;1;39mRestore /run/initramfs on shutdown^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mirqbalance daemon^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mlibstoragemgmt plug-in server daemon^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mLow Memory Monitor^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mMachine Check Exception Logging Daemon^[[0m.
         Starting ^[[0;1;39mAuthorization Manager^[[0m...
         Starting ^[[0;1;39mSystem Logging Service^[[0m...
         Starting ^[[0;1;39mSelf Monitoring a…g Technology (SMART) Daemon^[[0m...
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39msshd-keygen.target^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mUser and Group Name Lookups^[[0m.
         Starting ^[[0;1;39mUser Login Management^[[0m...
         Starting ^[[0;1;39mVirtual Machine a…tainer Registration Service^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mRestore /run/initramfs on shutdown^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mSystem Logging Service^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mVirtual Machine an…ontainer Registration Service^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mUser Login Management^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mNTP client/server^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mSelf Monitoring an…ing Technology (SMART) Daemon^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mAuthorization Manager^[[0m.
         Starting ^[[0;1;39mfirewalld - dynamic firewall daemon^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mfirewalld - dynamic firewall daemon^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mPreparation for Network^[[0m.
         Starting ^[[0;1;39mNetwork Manager^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mNetwork Manager^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mNetwork^[[0m.
         Starting ^[[0;1;39mNetwork Manager Wait Online^[[0m...
         Starting ^[[0;1;39mGSSAPI Proxy Daemon^[[0m...
         Starting ^[[0;1;39mEnable periodic u…f entitlement certificates.^[[0m...
         Starting ^[[0;1;39mOpenSSH server daemon^[[0m...
         Starting ^[[0;1;39mDynamic System Tuning Daemon^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mEnable periodic up… of entitlement certificates.^[[0m.
         Starting ^[[0;1;39mHostname Service^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mGSSAPI Proxy Daemon^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mNFS client services^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mOpenSSH server daemon^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mHostname Service^[[0m.
         Starting ^[[0;1;39mNetwork Manager Script Dispatcher Service^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mNetwork Manager Script Dispatcher Service^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mDynamic System Tuning Daemon^[[0m.
[^[[0m^[[0;31m*     ^[[0m] A start job is running for Network Manager Wait Online (5s / no limit)
^[M\r^[[K[^[[0;1;31m*^[[0m^[[0;31m*    ^[[0m] A start job is running for Network Manager Wait Online (6s / no limit)
[   21.638137] tg3 0000:c1:00.0 eth0: Link is up at 1000 Mbps, full duplex
[   21.644762] tg3 0000:c1:00.0 eth0: Flow control is off for TX and off for RX
[   21.651806] tg3 0000:c1:00.0 eth0: EEE is disabled
^[M\r^[[K[^[[0;31m*^[[0;1;31m*^[[0m^[[0;31m*   ^[[0m] A start job is running for Network Manager Wait Online (6s / no limit)
^[M\r^[[K[ ^[[0;31m*^[[0;1;31m*^[[0m^[[0;31m*  ^[[0m] A start job is running for Network Manager Wait Online (7s / no limit)
^[M\r^[[K[  ^[[0;31m*^[[0;1;31m*^[[0m^[[0;31m* ^[[0m] A start job is running for Network Manager Wait Online (7s / no limit)
^[M\r^[[K[   ^[[0;31m*^[[0;1;31m*^[[0m^[[0;31m*^[[0m] A start job is running for Network Manager Wait Online (8s / no limit)
^[M\r^[[K[    ^[[0;31m*^[[0;1;31m*^[[0m] A start job is running for Network Manager Wait Online (8s / no limit)
^[M\r^[[K[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mNetwork Manager Wait Online^[[0m.
^[[K[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mNetwork is Online^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mPreparation for Remote File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mRemote File Systems^[[0m.
         Starting ^[[0;1;39mNotify NFS peers of a restart^[[0m...
         Starting ^[[0;1;39mPermit User Sessions^[[0m...
         Starting ^[[0;1;39mlibvirt QEMU daemon^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mNotify NFS peers of a restart^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mPermit User Sessions^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mDeferred execution scheduler^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mCommand Scheduler^[[0m.
         Starting ^[[0;1;39mHold until boot process finishes up^[[0m...
         Starting ^[[0;1;39mTerminate Plymouth Boot Screen^[[0m...
[   24.394548] fbcon: Taking over console
[   24.439096] Console: switching to colour frame buffer device 128x48

Red Hat Enterprise Linux 9.1 (Plow)
Kernel 6.11.0-rc6-next-20240902 on an x86_64

Activate the web console with: systemctl enable --now cockpit.socket

hostname login: [   84.563639] sda6: Can't mount, would change RO state
^[[2J^[[3J^[[-1;-1f[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mUser Manager for UID 0^[[0m.
         Stopping ^[[0;1;39mUser Runtime Directory /run/user/0^[[0m...
[^[[0;32m  OK  ^[[0m] Unmounted ^[[0;1;39m/run/user/0^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mShow Plymouth Reboot Screen^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mUser Runtime Directory /run/user/0^[[0m.
[^[[0;32m  OK  ^[[0m] Removed slice ^[[0;1;39mUser Slice of UID 0^[[0m.
         Stopping ^[[0;1;39mPermit User Sessions^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mPermit User Sessions^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mRemote File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mPreparation for Remote File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mNFS client services^[[0m.
         Stopping ^[[0;1;39mGSSAPI Proxy Daemon^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mGSSAPI Proxy Daemon^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mUser Login Management^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mUser and Group Name Lookups^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mSystem Logging Service^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mDynamic System Tuning Daemon^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mNetwork^[[0m.
         Stopping ^[[0;1;39mNetwork Manager^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mNetwork Manager^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mPreparation for Network^[[0m.
         Stopping ^[[0;1;39mfirewalld - dynamic firewall daemon^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mfirewalld - dynamic firewall daemon^[[0m.
         Stopping ^[[0;1;39mAuthorization Manager^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mAuthorization Manager^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mBasic System^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mForward Password R…s to Plymouth Directory Watch^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mPath Units^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mSlice Units^[[0m.
[^[[0;32m  OK  ^[[0m] Removed slice ^[[0;1;39mVirtual Machine and Container Slice^[[0m.
[^[[0;32m  OK  ^[[0m] Removed slice ^[[0;1;39mUser and Session Slice^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mSocket Units^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mOpen-iSCSI iscsid Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mOpen-iSCSI iscsiuio Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mSSSD Kerberos Cache Manager responder socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mlibvirt interface daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mlibvirt locking daemon admin socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mlibvirt locking dae[   85.361505] audit: type=1305 audit(1725262876.923:182): op=set audit_pid=0 old=2244 auid=4294967295 ses=4294967295 subj=unconfined res=1
mon socket^[[0m.
[^[[0;32m  OK  [   85.376433] audit: type=1131 audit(1725262876.939:183): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=auditd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
^[[0m] Closed ^[[0[   85.397643] audit: type=1131 audit(1725262876.959:184): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
;1;39mlibvirt logging daemon admin socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mlibvirt logging daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mlibvirt network daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mlibvirt nodedev daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mlibvirt nwfilter daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mlibvirt proxy daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mlibvirt QEMU daemon admin socket^[[0m.
[^[[0;32[   85.461817] XFS (dm-0): Unmounting Filesystem 3e33526b-995a-4b32-9d5d-d26941ce5b47
m  OK  ^[[0m] Clo[   85.469769] XFS (sda6): Unmounting Filesystem 8a4de4ea-bc9f-4c69-9e30-c78fbc184188
sed ^[[0;1;39mlib[   85.478688] audit: type=1131 audit(1725262877.043:185): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=systemd-fsck@dev-disk-by\x2duuid-FBE5\x2d86EF comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
virt QEMU daemon read-only socket^[[0m.
[^[[0;32[   85.505963] audit: type=1131 audit(1725262877.067:186): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=systemd-remount-fs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
m  OK  ^[[0m] Clo[   85.527468] audit: type=1131 audit(1725262877.091:187): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
sed ^[[0;1;39mlibvirt QEMU daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mlibvirt secret daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mlibvirt storage daemon socket^[[0m.
         Stopping ^[[0;1;39mD-Bus System Message Bus^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mD-Bus System Message Bus^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mD-Bus System Message Bus Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mSystem Initialization^[[0m.
[^[[0;32m  OK  ^[[0m] Unset automount ^[[0;1;39mArbitrary …s File System Automount Point^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mLocal Encrypted Volumes^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mForward Password R…uests to Wall Directory Watch^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mLocal Integrity Protected Volumes^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39m[   85.624147] audit: type=1131 audit(1725262877.187:188): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Swaps^[[0m.
[^[[[   85.645212] audit: type=1130 audit(1725262877.207:189): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=systemd-reboot comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
0;32m  OK  ^[[0m][   85.666311] audit: type=1131 audit(1725262877.207:190): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=systemd-reboot comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
 Stopped target ^[[0;1;39mLocal V[   85.689700] audit: type=1334 audit(1725262877.251:191): prog-id=25 op=UNLOAD
erity Protected Volumes^[[0m.
         Deactivating swap ^[[0;1;39m/dev/dis…dm-name-rhel_hostname-swap^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mRead and set NIS d…e from /etc/sysconfig/network^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mApply Kernel Variables^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mLoad Kernel Modules^[[0m.
         Stopping ^[[0;1;39mRecord System Bo[   85.730528] watchdog: watchdog0: watchdog did not stop!
ot/Shutdown in UTMP^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mRecord System [   85.741633] systemd-shutdown[1]: Using hardware watchdog 'SP5100 TCO timer', version 0, device /dev/watchdog0
Boot/Shutdown in[   85.753551] systemd-shutdown[1]: Watchdog running with a timeout of 10min.
 UTMP^[[0m.
         Stopping ^[[0;1;39mSecurity Auditing Service^[[0m...
[^[[0;32m  OK  ^[[0m] D[   85.769065] systemd-shutdown[1]: Syncing filesystems and block devices.
eactivated swap [   85.776214] systemd-shutdown[1]: Sending SIGTERM to remaining processes...
^[[0;1;39m/dev/disk…f-0fb1-4c94-97ac-38505613fcbf^[[0m.
[^[[0;32m  OK  ^[[0m] Deactivated swap ^[[0;1;39m/dev/disk…yeb12DWUnp5czhD1hrKFNCXkJMetK^[[0m.
[^[[0;32m  OK  ^[[0m] Deactivated swap ^[[0;1;39m/dev/disk…d/dm-name-rhe[   85.803369] systemd-journald[1710]: Received SIGTERM from PID 1 (systemd-shutdow).
l_hostname-swap^[[0m.
[^[[0;32m  OK  ^[[0m] Deactivated swap ^[[0;1;39m/dev/rhel_hostname/swap^[[0m.
[^[[0;32m  OK  ^[[0m] Deactivated swap ^[[0;1;39m/dev/dm-2^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mSecurity Auditing Service^[[0m.
[^[[0;32m  OK  ^[[0m] Deactivated swap ^[[0;1;39m/dev/mapper/rhel_hostname-swap^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mCreate Volatile Files and Directories^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mLocal File Systems^[[0m.
         Unmounting ^[[0;1;39m/boot/efi^[[0m...
         Unmounting ^[[0;1;39m/home^[[0m...
[^[[0;32m  OK  ^[[0m] Unmounted ^[[0;1;39m/boot/efi^[[0m.
         Unmounting ^[[0;1;39m/boot^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mFile System Check on /dev/disk/by-uuid/FBE5-86EF^[[0m.
[^[[0;32m  OK  ^[[0m] Removed slice ^[[0;1;39mSlice /system/systemd-fsck^[[0m.
[^[[0;32m  OK  ^[[0m] Unmounted ^[[0;1;39m/home^[[0m.
[^[[0;32m  OK  ^[[0m] Unmounted ^[[0;1;39m/boot^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mPreparation for Local File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mUnmount All Filesystems^[[0m.
         Stopping ^[[0;1;39mMonitoring of LVM…meventd or progress polling^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mRemount Root and Kernel File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mCreate Static Device Nodes in /dev^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mMonitoring of LVM2… dmeventd or progress polling^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSystem Shutdown^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mLate Shutdown Services^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mSystem Reboot^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSystem Reboot^[[0m.
[   85.966552] systemd-shutdown[1]: Sending SIGKILL to remaining processes...
[   85.991921] systemd-shutdown[1]: Unmounting file systems.
[   85.998098] [4060]: Remounting '/' read-only with options 'attr2,inode64,logbufs=8,logbsize=32k,noquota'.
[   86.087571] systemd-shutdown[1]: All filesystems unmounted.
[   86.093151] systemd-shutdown[1]: Deactivating swaps.
[   86.098213] systemd-shutdown[1]: All swaps deactivated.
[   86.103447] systemd-shutdown[1]: Detaching loop devices.
[   86.109534] systemd-shutdown[1]: All loop devices detached.
[   86.115110] systemd-shutdown[1]: Stopping MD devices.
[   86.120219] systemd-shutdown[1]: All MD devices stopped.
[   86.125536] systemd-shutdown[1]: Detaching DM devices.
[   86.131111] systemd-shutdown[1]: Detaching DM /dev/dm-2 (253:2).
[   86.178170] systemd-shutdown[1]: Detaching DM /dev/dm-0 (253:0).
[   86.222260] systemd-shutdown[1]: Not all DM devices detached, 1 left.
[   86.228809] systemd-shutdown[1]: Detaching DM devices.
[   86.234212] systemd-shutdown[1]: Not all DM devices detached, 1 left.
[   86.240691] systemd-shutdown[1]: Detaching DM devices.
[   86.245991] systemd-shutdown[1]: Not all DM devices detached, 1 left.
[   86.252431] systemd-shutdown[1]: Cannot finalize remaining DM devices, continuing.
[   86.291784] systemd-shutdown[1]: Failed to finalize DM devices, ignoring.
[   86.298902] systemd-shutdown[1]: Syncing filesystems and block devices.
[   86.305541] systemd-shutdown[1]: Rebooting.
[   86.310729] sd 8:0:2:0: [sdc] Synchronizing SCSI cache
[   86.316266] sd 8:0:0:0: [sda] Synchronizing SCSI cache
[   87.745095] mpt3sas_cm0: sending message unit reset !!
[   87.751755] mpt3sas_cm0: message unit reset: SUCCESS
[   87.759021] ACPI: PM: Preparing to enter system sleep state S5
[   87.764969] kvm: exiting hardware virtualization
[   87.769620] reboot: Restarting system
[   87.773290] reboot: machine restart
^[[c^[[2J^[[01;01H^[[=3h^[[2J^[[01;01HKEY MAPPING FOR CONSOLE REDIRECTION:

Use the <ESC><1> key sequence for <F1>
Use the <ESC><2> key sequence for <F2>
Use the <ESC><3> key sequence for <F3>
Use the <ESC><0> key sequence for <F10>
Use the <ESC><!> key sequence for <F11>
Use the <ESC><@> key sequence for <F12>

Use the <ESC><Ctrl><M> key sequence for <Ctrl><M>
Use the <ESC><Ctrl><H> key sequence for <Ctrl><H>
Use the <ESC><Ctrl><I> key sequence for <Ctrl><I>
Use the <ESC><Ctrl><J> key sequence for <Ctrl><J>

Use the <ESC><X><X> key sequence for <Alt><x>, where x is any letter
key, and X is the upper case of that key

Use the <ESC><R><ESC><r><ESC><R> key sequence for <Ctrl><Alt><Del>

Press the spacebar to pause...
Initializing PCIe, USB, and Video... Done
PowerEdge R6515
BIOS Version: 2.14.1
Console Redirection Enabled Requested by iDRAC

F2	 = System Setup
F10	 = Lifecycle Controller (Config
	   iDRAC, Update FW, Install OS)
F11	 = Boot Manager
F12	 = PXE Boot
iDRAC IPV4:  10.86.18.202 [Dedicated]
                                
Initializing Firmware Interfaces...
 





Enumerating Boot options...
Enumerating Boot options... Done
Loading Lifecycle Controller Drivers...
Loading Lifecycle Controller Drivers...Done
Lifecycle Controller: Collecting System Inventory...

iDRAC IPV4:  10.86.18.202 [Dedicated]

^[[2J^[[01;01HLifecycle Controller: Done
Booting...
^[[2J^[[01;01HBooting from Integrated Storage Controller 1: Red Hat Enterprise Linux
^[[0m^[[30m^[[40m^[[2J^[[01;01H^[[0m^[[37m^[[40m^[[20;07HUse the ^ and v keys to change the selection.                       
\r      Press 'e' to edit the selected item, or 'c' for a command prompt.   
\r      Press Escape to return to the previous menu.                        ^[[04;80H ^[[0m^[[30m^[[47m^[[04;01H      Red Hat Enterprise Linux (6.11.0-rc4-d2bafcf224-d2bafcf224f) 9.1 (Plow)  ^[[0m^[[37m^[[40m^[[04;79H^[[05;01H      Red Hat Enterprise Linux (6.11.0-rc3-df6cbc62cc-df6cbc6) 9.1 (Plow)      ^[[05;79H^[[06;01H      Red Hat Enterprise Linux (6.11.0-rc2-5189dafa4c-5189daf) 9.1 (Plow)      ^[[06;79H^[[07;01H      Red Hat Enterprise Linux (6.11.0-rc1-d3426a6ed9-d3426a6) 9.1 (Plow)      ^[[07;79H^[[08;01H      Red Hat Enterprise Linux (6.11.0-rc1) 9.1 (Plow)                         ^[[08;79H^[[09;01H      Red Hat Enterprise Linux (6.9.0-rc20ecaefb303) 9.1 (Plow)                ^[[09;79H^[[10;01H      Red Hat Enterprise Linux (5.14.0-162.6.1.el9_1.x86_64) 9.1 (Plow)        ^[[10;79H^[[11;01H      Red Hat Enterprise Linux (0-rescue-8f37f8055146469d8baec3ad508b0084) 9.1>
\r^[[12;01H^[[11;79H^[[12;01H      UEFI Firmware Settings                                                   ^[[12;79H^[[13;01H                                                                               ^[[13;79H^[[14;01H                                                                               ^[[14;79H^[[15;01H                                                                               ^[[15;79H^[[16;01H                                                                               ^[[16;79H^[[17;01H                                                                               ^[[17;79H^[[18;01H                                                                               ^[[18;79H^[[18;80H ^[[04;79H^[[23;01H   The selected entry will be started automatically in 5s.                     ^[[04;79H^[[23;01H   The selected entry will be started automatically in 4s.                     ^[[04;79H^[[23;01H   The selected entry will be started automatically in 3s.                     ^[[04;79H^[[23;01H   The selected entry will be started automatically in 2s.                     ^[[04;79H^[[23;01H   The selected entry will be started automatically in 1s.                     ^[[04;79H^[[23;01H   The selected entry will be started automatically in 0s.                     ^[[04;79H^[[0m^[[30m^[[40m^[[2J^[[01;01H^[[0m^[[37m^[[40m^[[0m^[[30m^[[40m^[[2J^[[01;01H^[[0m^[[37m^[[40m[    0.000000] Linux version 6.11.0-rc4-d2bafcf224-d2bafcf224f (root@hostname.amd.com) (gcc (GCC) 11.4.1 20231218 (Red Hat 11.4.1-3), GNU ld version 2.35.2-43.el9) #1 SMP PREEMPT_DYNAMIC Sun Aug 25 00:10:08 IST 2024
[    0.000000] Command line: BOOT_IMAGE=(hd0,gpt6)/vmlinuz-6.11.0-rc4-d2bafcf224-d2bafcf224f root=/dev/mapper/rhel_hostname-root ro selinux=0 console=ttyS0,115200n8 earlyprintk=ttyS0,115200 net.ifnames=0 biosdevname=0 swiotlb=131072 kvm_amd.debug_swap=0 mem_encrypt=off
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Hygon HygonGenuine
[    0.000000]   Centaur CentaurHauls
[    0.000000]   zhaoxin   Shanghai  
[    0.000000] SEV-SNP: RMP table physical range [0x0000000015e00000 - 0x00000000566fffff]
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000008efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000008f000-0x000000000008ffff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000000090000-0x000000000009ffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000015dfffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000015e00000-0x00000000566fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000056700000-0x00000000567fbfff] usable
[    0.000000] BIOS-e820: [mem 0x00000000567fc000-0x00000000567fcfff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000567fd000-0x000000005a14afff] usable
[    0.000000] BIOS-e820: [mem 0x000000005a14b000-0x000000005a34afff] reserved
[    0.000000] BIOS-e820: [mem 0x000000005a34b000-0x0000000067acefff] usable
[    0.000000] BIOS-e820: [mem 0x0000000067acf000-0x000000006dfcefff] reserved
[    0.000000] BIOS-e820: [mem 0x000000006dfcf000-0x000000006edfefff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000006edff000-0x000000006effefff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000006efff000-0x000000006effffff] usable
[    0.000000] BIOS-e820: [mem 0x000000006f000000-0x000000006f00afff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000006f00b000-0x000000006fffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000070000000-0x000000008fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000aa000000-0x00000000aaffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000c5000000-0x00000000c5ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000e0ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fd000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000207fcfffff] usable
[    0.000000] BIOS-e820: [mem 0x000000207fd00000-0x000000207fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000002080000000-0x000000407f1fffff] usable
[    0.000000] BIOS-e820: [mem 0x000000407f200000-0x000000407fffffff] reserved
[    0.000000] printk: legacy bootconsole [earlyser0] enabled
[    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-0x000000000008efff] usable
[    0.000000] reserve setup_data: [mem 0x000000000008f000-0x000000000008ffff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x0000000000090000-0x000000000009ffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000000100000-0x0000000000b4b01f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000b4b020-0x0000000000b5305f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000b53060-0x0000000000b5401f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000b54020-0x0000000000b8645f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000b86460-0x0000000000b8701f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000b87020-0x0000000000bb945f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000bb9460-0x0000000000bba01f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000bba020-0x0000000000bffe5f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000bffe60-0x0000000015dfffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000015e00000-0x00000000566fffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000056700000-0x00000000567fbfff] usable
[    0.000000] reserve setup_data: [mem 0x00000000567fc000-0x00000000567fcfff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000567fd000-0x000000005a14afff] usable
[    0.000000] reserve setup_data: [mem 0x000000005a14b000-0x000000005a34afff] reserved
[    0.000000] reserve setup_data: [mem 0x000000005a34b000-0x0000000067acefff] usable
[    0.000000] reserve setup_data: [mem 0x0000000067acf000-0x000000006dfcefff] reserved
[    0.000000] reserve setup_data: [mem 0x000000006dfcf000-0x000000006edfefff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x000000006edff000-0x000000006effefff] ACPI data
[    0.000000] reserve setup_data: [mem 0x000000006efff000-0x000000006effffff] usable
[    0.000000] reserve setup_data: [mem 0x000000006f000000-0x000000006f00afff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x000000006f00b000-0x000000006fffffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000070000000-0x000000008fffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000aa000000-0x00000000aaffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000c5000000-0x00000000c5ffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000e0000000-0x00000000e0ffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fd000000-0x00000000ffffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000207fcfffff] usable
[    0.000000] reserve setup_data: [mem 0x000000207fd00000-0x000000207fffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000002080000000-0x000000407f1fffff] usable
[    0.000000] reserve setup_data: [mem 0x000000407f200000-0x000000407fffffff] reserved
[    0.000000] efi: EFI v2.7 by Dell Inc.
[    0.000000] efi: ACPI=0x6effe000 ACPI 2.0=0x6effe014 MEMATTR=0x63f3c4a0 SMBIOS=0x6979e000 SMBIOS 3.0=0x6979c000 MOKvar=0x67bcc000 RNG=0x6efb4020 
[    0.000000] random: crng init done
[    0.000000] efi: Remove mem56: MMIO range=[0x80000000-0x8fffffff] (256MB) from e820 map
[    0.000000] efi: Remove mem57: MMIO range=[0xaa000000-0xaaffffff] (16MB) from e820 map
[    0.000000] efi: Remove mem58: MMIO range=[0xc5000000-0xc5ffffff] (16MB) from e820 map
[    0.000000] efi: Remove mem59: MMIO range=[0xe0000000-0xe0ffffff] (16MB) from e820 map
[    0.000000] efi: Remove mem60: MMIO range=[0xfd000000-0xffffffff] (48MB) from e820 map
[    0.000000] SMBIOS 3.3.0 present.
[    0.000000] DMI: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[    0.000000] DMI: Memory slots populated: 8/16
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 1996.304 MHz processor
[    0.000029] last_pfn = 0x407f200 max_arch_pfn = 0x400000000
[    0.005552] MTRR map: 7 entries (2 fixed + 5 variable; max 19), built from 9 variable MTRRs
[    0.013866] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Memory KASLR using RDRAND RDTSC...
[    0.023902] x2apic: enabled by BIOS, switching to x2apic ops
[    0.029536] last_pfn = 0x70000 max_arch_pfn = 0x400000000
[    0.039401] SEV-SNP: Reserving start/end of RMP table on a 2MB boundary [0x0000000056600000]
[    0.047664] Using GB pages for direct mapping
[    0.053030] Secure boot disabled
[    0.056079] RAMDISK: [mem 0x407cee8000-0x407f1fffff]
[    0.061020] ACPI: Early table checksum verification disabled
[    0.066654] ACPI: RSDP 0x000000006EFFE014 000024 (v02 DELL  )
[    0.072371] ACPI: XSDT 0x000000006EFB7188 0000DC (v01 DELL   PE_SC3   00000002 DELL 00000001)
[    0.080866] ACPI: FACP 0x000000006EFF9000 000114 (v06 DELL   PE_SC3   00000002 DELL 00000001)
[    0.089360] ACPI: DSDT 0x000000006EFDA000 019528 (v02 DELL   PE_SC3   00000002 DELL 00000001)
[    0.097850] ACPI: FACS 0x000000006EDB9000 000040
[    0.102444] ACPI: BERT 0x000000006EFFC000 000030 (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.110935] ACPI: ERST 0x000000006EFFB000 000230 (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.119429] ACPI: HEST 0x000000006EFFA000 0007F4 (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.127930] ACPI: HPET 0x000000006EFF8000 000038 (v01 DELL   PE_SC3   00000002 DELL 00000001)
[    0.136423] ACPI: APIC 0x000000006EFF6000 0018BE (v05 DELL   PE_SC3   00000002 DELL 00000001)
[    0.144916] ACPI: MCFG 0x000000006EFF5000 00003C (v01 DELL   PE_SC3   00000002 DELL 00000001)
[    0.153410] ACPI: WSMT 0x000000006EFF4000 000028 (v01 DELL   PE_SC3   00000002 DELL 00000001)
[    0.161902] ACPI: SSDT 0x000000006EFD9000 000629 (v02 DELL   xhc_port 00000001 INTL 20210331)
[    0.170394] ACPI: SSDT 0x000000006EFD8000 000D6E (v02 AMD    CPMRAS   00000001 INTL 20210331)
[    0.178889] ACPI: EINJ 0x000000006EFD7000 000170 (v01 AMD    PE_SC3   00000001 AMD  00000001)
[    0.187381] ACPI: PCCT 0x000000006EFD6000 00006E (v02 DELL   AmdTable 00000001 AMD  00000001)
[    0.195874] ACPI: SSDT 0x000000006EFC7000 00E849 (v02 DELL   PE_SC3   00000001 AMD  00000001)
[    0.204366] ACPI: SRAT 0x000000006EFC6000 000CD0 (v03 DELL   PE_SC3   00000001 AMD  00000001)
[    0.212860] ACPI: MSCT 0x000000006EFC5000 00004E (v01 DELL   PE_SC3   00000000 AMD  00000001)
[    0.221352] ACPI: SLIT 0x000000006EFC4000 000030 (v01 DELL   PE_SC3   00000001 AMD  00000001)
[    0.229906] ACPI: CRAT 0x000000006EFBC000 0072F8 (v01 DELL   PE_SC3   00000001 AMD  00000001)
[    0.238398] ACPI: CDIT 0x000000006EFBB000 00002C (v01 DELL   PE_SC3   00000001 AMD  00000001)
[    0.246891] ACPI: IVRS 0x000000006EFBA000 0001F0 (v02 DELL   PE_SC3   00000001 AMD  00000001)
[    0.255384] ACPI: SPCR 0x000000006EFB9000 000050 (v02 DELL   PE_SC3   00000002 DELL 00000001)
[    0.263877] ACPI: SLIC 0x000000006EFB8000 000176 (v01 DELL   PE_SC3   00000002 DELL 00000001)
[    0.272371] ACPI: SSDT 0x000000006EFFD000 000D66 (v02 DELL   PE_SC3   00000002 DELL 00000001)
[    0.280862] ACPI: SSDT 0x000000006EFB5000 00193C (v02 AMD    CPMCMN   00000001 INTL 20210331)
[    0.289356] ACPI: Reserving FACP table memory at [mem 0x6eff9000-0x6eff9113]
[    0.296375] ACPI: Reserving DSDT table memory at [mem 0x6efda000-0x6eff3527]
[    0.303395] ACPI: Reserving FACS table memory at [mem 0x6edb9000-0x6edb903f]
[    0.310414] ACPI: Reserving BERT table memory at [mem 0x6effc000-0x6effc02f]
[    0.317434] ACPI: Reserving ERST table memory at [mem 0x6effb000-0x6effb22f]
[    0.324480] ACPI: Reserving HEST table memory at [mem 0x6effa000-0x6effa7f3]
[    0.331499] ACPI: Reserving HPET table memory at [mem 0x6eff8000-0x6eff8037]
[    0.338518] ACPI: Reserving APIC table memory at [mem 0x6eff6000-0x6eff78bd]
[    0.345538] ACPI: Reserving MCFG table memory at [mem 0x6eff5000-0x6eff503b]
[    0.352558] ACPI: Reserving WSMT table memory at [mem 0x6eff4000-0x6eff4027]
[    0.359576] ACPI: Reserving SSDT table memory at [mem 0x6efd9000-0x6efd9628]
[    0.366597] ACPI: Reserving SSDT table memory at [mem 0x6efd8000-0x6efd8d6d]
[    0.373616] ACPI: Reserving EINJ table memory at [mem 0x6efd7000-0x6efd716f]
[    0.380635] ACPI: Reserving PCCT table memory at [mem 0x6efd6000-0x6efd606d]
[    0.387656] ACPI: Reserving SSDT table memory at [mem 0x6efc7000-0x6efd5848]
[    0.394675] ACPI: Reserving SRAT table memory at [mem 0x6efc6000-0x6efc6ccf]
[    0.401696] ACPI: Reserving MSCT table memory at [mem 0x6efc5000-0x6efc504d]
[    0.408714] ACPI: Reserving SLIT table memory at [mem 0x6efc4000-0x6efc402f]
[    0.415734] ACPI: Reserving CRAT table memory at [mem 0x6efbc000-0x6efc32f7]
[    0.422754] ACPI: Reserving CDIT table memory at [mem 0x6efbb000-0x6efbb02b]
[    0.429800] ACPI: Reserving IVRS table memory at [mem 0x6efba000-0x6efba1ef]
[    0.436818] ACPI: Reserving SPCR table memory at [mem 0x6efb9000-0x6efb904f]
[    0.443838] ACPI: Reserving SLIC table memory at [mem 0x6efb8000-0x6efb8175]
[    0.450858] ACPI: Reserving SSDT table memory at [mem 0x6effd000-0x6effdd65]
[    0.457879] ACPI: Reserving SSDT table memory at [mem 0x6efb5000-0x6efb693b]
[    0.464972] APIC: Switched APIC routing to: cluster x2apic
[    0.470370] SRAT: PXM 0 -> APIC 0x0000 -> Node 0
[    0.474950] SRAT: PXM 0 -> APIC 0x0001 -> Node 0
[    0.479543] SRAT: PXM 0 -> APIC 0x0002 -> Node 0
[    0.484137] SRAT: PXM 0 -> APIC 0x0003 -> Node 0
[    0.488730] SRAT: PXM 0 -> APIC 0x0004 -> Node 0
[    0.493323] SRAT: PXM 0 -> APIC 0x0005 -> Node 0
[    0.497915] SRAT: PXM 0 -> APIC 0x0006 -> Node 0
[    0.502509] SRAT: PXM 0 -> APIC 0x0007 -> Node 0
[    0.507101] SRAT: PXM 0 -> APIC 0x0008 -> Node 0
[    0.511694] SRAT: PXM 0 -> APIC 0x0009 -> Node 0
[    0.516288] SRAT: PXM 0 -> APIC 0x000a -> Node 0
[    0.520881] SRAT: PXM 0 -> APIC 0x000b -> Node 0
[    0.525475] SRAT: PXM 0 -> APIC 0x000c -> Node 0
[    0.530067] SRAT: PXM 0 -> APIC 0x000d -> Node 0
[    0.534660] SRAT: PXM 0 -> APIC 0x000e -> Node 0
[    0.539254] SRAT: PXM 0 -> APIC 0x000f -> Node 0
[    0.543847] SRAT: PXM 0 -> APIC 0x0010 -> Node 0
[    0.548440] SRAT: PXM 0 -> APIC 0x0011 -> Node 0
[    0.553033] SRAT: PXM 0 -> APIC 0x0012 -> Node 0
[    0.557626] SRAT: PXM 0 -> APIC 0x0013 -> Node 0
[    0.562219] SRAT: PXM 0 -> APIC 0x0014 -> Node 0
[    0.566812] SRAT: PXM 0 -> APIC 0x0015 -> Node 0
[    0.571405] SRAT: PXM 0 -> APIC 0x0016 -> Node 0
[    0.575998] SRAT: PXM 0 -> APIC 0x0017 -> Node 0
[    0.580591] SRAT: PXM 0 -> APIC 0x0018 -> Node 0
[    0.585183] SRAT: PXM 0 -> APIC 0x0019 -> Node 0
[    0.589777] SRAT: PXM 0 -> APIC 0x001a -> Node 0
[    0.594371] SRAT: PXM 0 -> APIC 0x001b -> Node 0
[    0.598963] SRAT: PXM 0 -> APIC 0x001c -> Node 0
[    0.603557] SRAT: PXM 0 -> APIC 0x001d -> Node 0
[    0.608150] SRAT: PXM 0 -> APIC 0x001e -> Node 0
[    0.612742] SRAT: PXM 0 -> APIC 0x001f -> Node 0
[    0.617335] SRAT: PXM 0 -> APIC 0x0020 -> Node 0
[    0.621929] SRAT: PXM 0 -> APIC 0x0021 -> Node 0
[    0.626521] SRAT: PXM 0 -> APIC 0x0022 -> Node 0
[    0.631141] SRAT: PXM 0 -> APIC 0x0023 -> Node 0
[    0.635735] SRAT: PXM 0 -> APIC 0x0024 -> Node 0
[    0.640328] SRAT: PXM 0 -> APIC 0x0025 -> Node 0
[    0.644920] SRAT: PXM 0 -> APIC 0x0026 -> Node 0
[    0.649514] SRAT: PXM 0 -> APIC 0x0027 -> Node 0
[    0.654107] SRAT: PXM 0 -> APIC 0x0028 -> Node 0
[    0.658700] SRAT: PXM 0 -> APIC 0x0029 -> Node 0
[    0.663292] SRAT: PXM 0 -> APIC 0x002a -> Node 0
[    0.667886] SRAT: PXM 0 -> APIC 0x002b -> Node 0
[    0.672478] SRAT: PXM 0 -> APIC 0x002c -> Node 0
[    0.677071] SRAT: PXM 0 -> APIC 0x002d -> Node 0
[    0.681664] SRAT: PXM 0 -> APIC 0x002e -> Node 0
[    0.686258] SRAT: PXM 0 -> APIC 0x002f -> Node 0
[    0.690851] SRAT: PXM 0 -> APIC 0x0030 -> Node 0
[    0.695444] SRAT: PXM 0 -> APIC 0x0031 -> Node 0
[    0.700037] SRAT: PXM 0 -> APIC 0x0032 -> Node 0
[    0.704631] SRAT: PXM 0 -> APIC 0x0033 -> Node 0
[    0.709224] SRAT: PXM 0 -> APIC 0x0034 -> Node 0
[    0.713816] SRAT: PXM 0 -> APIC 0x0035 -> Node 0
[    0.718409] SRAT: PXM 0 -> APIC 0x0036 -> Node 0
[    0.723002] SRAT: PXM 0 -> APIC 0x0037 -> Node 0
[    0.727595] SRAT: PXM 0 -> APIC 0x0038 -> Node 0
[    0.732189] SRAT: PXM 0 -> APIC 0x0039 -> Node 0
[    0.736808] SRAT: PXM 0 -> APIC 0x003a -> Node 0
[    0.741401] SRAT: PXM 0 -> APIC 0x003b -> Node 0
[    0.745993] SRAT: PXM 0 -> APIC 0x003c -> Node 0
[    0.750587] SRAT: PXM 0 -> APIC 0x003d -> Node 0
[    0.755179] SRAT: PXM 0 -> APIC 0x003e -> Node 0
[    0.759773] SRAT: PXM 0 -> APIC 0x003f -> Node 0
[    0.764366] SRAT: PXM 1 -> APIC 0x0040 -> Node 1
[    0.768960] SRAT: PXM 1 -> APIC 0x0041 -> Node 1
[    0.773552] SRAT: PXM 1 -> APIC 0x0042 -> Node 1
[    0.778145] SRAT: PXM 1 -> APIC 0x0043 -> Node 1
[    0.782739] SRAT: PXM 1 -> APIC 0x0044 -> Node 1
[    0.787332] SRAT: PXM 1 -> APIC 0x0045 -> Node 1
[    0.791924] SRAT: PXM 1 -> APIC 0x0046 -> Node 1
[    0.796518] SRAT: PXM 1 -> APIC 0x0047 -> Node 1
[    0.801111] SRAT: PXM 1 -> APIC 0x0048 -> Node 1
[    0.805704] SRAT: PXM 1 -> APIC 0x0049 -> Node 1
[    0.810298] SRAT: PXM 1 -> APIC 0x004a -> Node 1
[    0.814890] SRAT: PXM 1 -> APIC 0x004b -> Node 1
[    0.819483] SRAT: PXM 1 -> APIC 0x004c -> Node 1
[    0.824076] SRAT: PXM 1 -> APIC 0x004d -> Node 1
[    0.828670] SRAT: PXM 1 -> APIC 0x004e -> Node 1
[    0.833263] SRAT: PXM 1 -> APIC 0x004f -> Node 1
[    0.837872] SRAT: PXM 1 -> APIC 0x0050 -> Node 1
[    0.842466] SRAT: PXM 1 -> APIC 0x0051 -> Node 1
[    0.847060] SRAT: PXM 1 -> APIC 0x0052 -> Node 1
[    0.851652] SRAT: PXM 1 -> APIC 0x0053 -> Node 1
[    0.856246] SRAT: PXM 1 -> APIC 0x0054 -> Node 1
[    0.860839] SRAT: PXM 1 -> APIC 0x0055 -> Node 1
[    0.865432] SRAT: PXM 1 -> APIC 0x0056 -> Node 1
[    0.870025] SRAT: PXM 1 -> APIC 0x0057 -> Node 1
[    0.874618] SRAT: PXM 1 -> APIC 0x0058 -> Node 1
[    0.879211] SRAT: PXM 1 -> APIC 0x0059 -> Node 1
[    0.883804] SRAT: PXM 1 -> APIC 0x005a -> Node 1
[    0.888398] SRAT: PXM 1 -> APIC 0x005b -> Node 1
[    0.892989] SRAT: PXM 1 -> APIC 0x005c -> Node 1
[    0.897584] SRAT: PXM 1 -> APIC 0x005d -> Node 1
[    0.902176] SRAT: PXM 1 -> APIC 0x005e -> Node 1
[    0.906769] SRAT: PXM 1 -> APIC 0x005f -> Node 1
[    0.911362] SRAT: PXM 1 -> APIC 0x0060 -> Node 1
[    0.915955] SRAT: PXM 1 -> APIC 0x0061 -> Node 1
[    0.920548] SRAT: PXM 1 -> APIC 0x0062 -> Node 1
[    0.925141] SRAT: PXM 1 -> APIC 0x0063 -> Node 1
[    0.929735] SRAT: PXM 1 -> APIC 0x0064 -> Node 1
[    0.934328] SRAT: PXM 1 -> APIC 0x0065 -> Node 1
[    0.938956] SRAT: PXM 1 -> APIC 0x0066 -> Node 1
[    0.943549] SRAT: PXM 1 -> APIC 0x0067 -> Node 1
[    0.948167] SRAT: PXM 1 -> APIC 0x0068 -> Node 1
[    0.952760] SRAT: PXM 1 -> APIC 0x0069 -> Node 1
[    0.957353] SRAT: PXM 1 -> APIC 0x006a -> Node 1
[    0.961946] SRAT: PXM 1 -> APIC 0x006b -> Node 1
[    0.966540] SRAT: PXM 1 -> APIC 0x006c -> Node 1
[    0.971133] SRAT: PXM 1 -> APIC 0x006d -> Node 1
[    0.975725] SRAT: PXM 1 -> APIC 0x006e -> Node 1
[    0.980319] SRAT: PXM 1 -> APIC 0x006f -> Node 1
[    0.984912] SRAT: PXM 1 -> APIC 0x0070 -> Node 1
[    0.989506] SRAT: PXM 1 -> APIC 0x0071 -> Node 1
[    0.994098] SRAT: PXM 1 -> APIC 0x0072 -> Node 1
[    0.998691] SRAT: PXM 1 -> APIC 0x0073 -> Node 1
[    1.003284] SRAT: PXM 1 -> APIC 0x0074 -> Node 1
[    1.007878] SRAT: PXM 1 -> APIC 0x0075 -> Node 1
[    1.012471] SRAT: PXM 1 -> APIC 0x0076 -> Node 1
[    1.017064] SRAT: PXM 1 -> APIC 0x0077 -> Node 1
[    1.021656] SRAT: PXM 1 -> APIC 0x0078 -> Node 1
[    1.026249] SRAT: PXM 1 -> APIC 0x0079 -> Node 1
[    1.030844] SRAT: PXM 1 -> APIC 0x007a -> Node 1
[    1.035436] SRAT: PXM 1 -> APIC 0x007b -> Node 1
[    1.040029] SRAT: PXM 1 -> APIC 0x007c -> Node 1
[    1.044622] SRAT: PXM 1 -> APIC 0x007d -> Node 1
[    1.049267] SRAT: PXM 1 -> APIC 0x007e -> Node 1
[    1.053861] SRAT: PXM 1 -> APIC 0x007f -> Node 1
[    1.058454] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff]
[    1.064433] ACPI: SRAT: Node 0 PXM 0 [mem 0x000c0000-0x7fffffff]
[    1.070413] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0x207fffffff]
[    1.076653] ACPI: SRAT: Node 1 PXM 1 [mem 0x2080000000-0x407fffffff]
[    1.082986] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x000c0000-0x7fffffff] -> [mem 0x00000000-0x7fffffff]
[    1.093204] NUMA: Node 0 [mem 0x00000000-0x7fffffff] + [mem 0x100000000-0x207fffffff] -> [mem 0x00000000-0x207fffffff]
[    1.103871] NODE_DATA(0) allocated [mem 0x207fcd5000-0x207fcfffff]
[    1.110025] NODE_DATA(1) allocated [mem 0x407cebc000-0x407cee6fff]
[    1.116502] Zone ranges:
[    1.118856]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    1.125009]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    1.131163]   Normal   [mem 0x0000000100000000-0x000000407f1fffff]
[    1.137316]   Device   empty
[    1.140175] Movable zone start for each node
[    1.144423] Early memory node ranges
[    1.148009]   node   0: [mem 0x0000000000001000-0x000000000008efff]
[    1.154267]   node   0: [mem 0x0000000000090000-0x000000000009ffff]
[    1.160507]   node   0: [mem 0x0000000000100000-0x0000000015dfffff]
[    1.166747]   node   0: [mem 0x0000000056700000-0x00000000567fbfff]
[    1.172985]   node   0: [mem 0x00000000567fd000-0x000000005a14afff]
[    1.179225]   node   0: [mem 0x000000005a34b000-0x0000000067acefff]
[    1.185465]   node   0: [mem 0x000000006efff000-0x000000006effffff]
[    1.191704]   node   0: [mem 0x000000006f00b000-0x000000006fffffff]
[    1.197944]   node   0: [mem 0x0000000100000000-0x000000207fcfffff]
[    1.204194]   node   1: [mem 0x0000002080000000-0x000000407f1fffff]
[    1.210433] Initmem setup node 0 [mem 0x0000000000001000-0x000000207fcfffff]
[    1.217446] Initmem setup node 1 [mem 0x0000002080000000-0x000000407f1fffff]
[    1.224465] On node 0, zone DMA: 1 pages in unavailable ranges
[    1.230269] On node 0, zone DMA: 1 pages in unavailable ranges
[    1.236087] On node 0, zone DMA: 96 pages in unavailable ranges
[    1.242416] On node 0, zone DMA32: 35072 pages in unavailable ranges
[    1.248708] On node 0, zone DMA32: 1 pages in unavailable ranges
[    1.254726] On node 0, zone DMA32: 512 pages in unavailable ranges
[    1.260896] On node 0, zone DMA32: 30000 pages in unavailable ranges
[    1.267077] On node 0, zone DMA32: 11 pages in unavailable ranges
[    1.492622] On node 1, zone Normal: 768 pages in unavailable ranges
[    1.498735] On node 1, zone Normal: 3584 pages in unavailable ranges
[    1.505183] ACPI: PM-Timer IO Port: 0x408
[    1.509053] ACPI: X2APIC_NMI (uid[0xffffffff] high edge lint[0x1])
[    1.515181] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    1.521087] IOAPIC[0]: apic_id 240, version 33, address 0xfec00000, GSI 0-23
[    1.528095] IOAPIC[1]: apic_id 241, version 33, address 0xe0100000, GSI 120-151
[    1.535376] IOAPIC[2]: apic_id 242, version 33, address 0xc5100000, GSI 88-119
[    1.542569] IOAPIC[3]: apic_id 243, version 33, address 0xaa100000, GSI 56-87
[    1.549674] IOAPIC[4]: apic_id 244, version 33, address 0xfd100000, GSI 24-55
[    1.556780] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    1.563104] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    1.569611] ACPI: Using ACPI (MADT) for SMP configuration information
[    1.576017] ACPI: HPET id: 0x10228201 base: 0xfed00000
[    1.581131] ACPI: SPCR: console: uart,io,0x2f8,115200
[    1.586159] CPU topo: Max. logical packages:   1
[    1.590748] CPU topo: Max. logical dies:       1
[    1.595341] CPU topo: Max. dies per package:   1
[    1.599938] CPU topo: Max. threads per core:   2
[    1.604528] CPU topo: Num. cores per package:    64
[    1.609390] CPU topo: Num. threads per package: 128
[    1.614242] CPU topo: Allowing 128 present CPUs plus 0 hotplug CPUs
[    1.620508] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    1.628022] PM: hibernation: Registered nosave memory: [mem 0x0008f000-0x0008ffff]
[    1.635561] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    1.643102] PM: hibernation: Registered nosave memory: [mem 0x00b4b000-0x00b4bfff]
[    1.650642] PM: hibernation: Registered nosave memory: [mem 0x00b53000-0x00b53fff]
[    1.658180] PM: hibernation: Registered nosave memory: [mem 0x00b54000-0x00b54fff]
[    1.665721] PM: hibernation: Registered nosave memory: [mem 0x00b86000-0x00b86fff]
[    1.673259] PM: hibernation: Registered nosave memory: [mem 0x00b87000-0x00b87fff]
[    1.680799] PM: hibernation: Registered nosave memory: [mem 0x00bb9000-0x00bb9fff]
[    1.688338] PM: hibernation: Registered nosave memory: [mem 0x00bba000-0x00bbafff]
[    1.695879] PM: hibernation: Registered nosave memory: [mem 0x00bff000-0x00bfffff]
[    1.703418] PM: hibernation: Registered nosave memory: [mem 0x15e00000-0x566fffff]
[    1.710956] PM: hibernation: Registered nosave memory: [mem 0x56700000-0x567fbfff]
[    1.718496] PM: hibernation: Registered nosave memory: [mem 0x567fc000-0x567fcfff]
[    1.726036] PM: hibernation: Registered nosave memory: [mem 0x567fd000-0x567fffff]
[    1.733577] PM: hibernation: Registered nosave memory: [mem 0x5a14b000-0x5a34afff]
[    1.741116] PM: hibernation: Registered nosave memory: [mem 0x67acf000-0x6dfcefff]
[    1.748655] PM: hibernation: Registered nosave memory: [mem 0x6dfcf000-0x6edfefff]
[    1.756194] PM: hibernation: Registered nosave memory: [mem 0x6edff000-0x6effefff]
[    1.763736] PM: hibernation: Registered nosave memory: [mem 0x6f000000-0x6f00afff]
[    1.771275] PM: hibernation: Registered nosave memory: [mem 0x70000000-0x7fffffff]
[    1.778813] PM: hibernation: Registered nosave memory: [mem 0x80000000-0xffffffff]
[    1.786354] PM: hibernation: Registered nosave memory: [mem 0x207fd00000-0x207fffffff]
[    1.794240] [mem 0x56800000-0xffffffff] available for PCI devices
[    1.800307] Booting paravirtualized kernel on bare hardware
[    1.805853] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    1.816299] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:128 nr_cpu_ids:128 nr_node_ids:2
[    1.828650] percpu: Embedded 66 pages/cpu s233472 r8192 d28672 u524288
[    1.835120] Kernel command line: BOOT_IMAGE=(hd0,gpt6)/vmlinuz-6.11.0-rc4-d2bafcf224-d2bafcf224f root=/dev/mapper/rhel_hostname-root ro selinux=0 console=ttyS0,115200n8 earlyprintk=ttyS0,115200 net.ifnames=0 biosdevname=0 swiotlb=131072 kvm_amd.debug_swap=0 mem_encrypt=off
[    1.859320] Unknown kernel command line parameters "BOOT_IMAGE=(hd0,gpt6)/vmlinuz-6.11.0-rc4-d2bafcf224-d2bafcf224f biosdevname=0 mem_encrypt=off", will be passed to user space.
[    1.874964] printk: log_buf_len individual max cpu contribution: 4096 bytes
[    1.881879] printk: log_buf_len total cpu_extra contributions: 520192 bytes
[    1.888814] printk: log_buf_len min size: 262144 bytes
[    1.894387] printk: log_buf_len: 1048576 bytes
[    1.898650] printk: early log buf free: 236136(90%)
[    1.904931] Fallback order for Node 0: 0 1 
[    1.904934] Fallback order for Node 1: 1 0 
[    1.904944] Built 2 zonelists, mobility grouping on.  Total pages: 66743906
[    1.920089] Policy zone: Normal
[    1.923218] mem auto-init: stack:off, heap alloc:on, heap free:off
[    1.929394] software IO TLB: area num 128.
[    2.347373] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=128, Nodes=2
Poking KASLR using RDRAND RDTSC...
[    2.357015] ftrace: allocating 53030 entries in 208 pages
[    2.373591] ftrace: allocated 208 pages with 3 groups
[    2.379310] Dynamic Preempt: voluntary
[    2.383226] rcu: Preemptible hierarchical RCU implementation.
[    2.388792] rcu: 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=128.
[    2.395724] 	Trampoline variant of Tasks RCU enabled.
[    2.400750] 	Rude variant of Tasks RCU enabled.
[    2.405257] 	Tracing variant of Tasks RCU enabled.
[    2.410024] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    2.417563] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=128
[    2.424449] RCU Tasks: Setting shift to 7 and lim to 1 rcu_task_cb_adjust=1.
[    2.431457] RCU Tasks Rude: Setting shift to 7 and lim to 1 rcu_task_cb_adjust=1.
[    2.438912] RCU Tasks Trace: Setting shift to 7 and lim to 1 rcu_task_cb_adjust=1.
[    2.449068] NR_IRQS: 524544, nr_irqs: 3624, preallocated irqs: 16
[    2.455233] rcu: srcu_init: Setting srcu_struct sizes to big.
[    2.460944] Console: colour dummy device 80x25
[    2.465237] printk: legacy console [ttyS0] enabled
[    2.465237] printk: legacy console [ttyS0] enabled
[    2.474769] printk: legacy bootconsole [earlyser0] disabled
[    2.474769] printk: legacy bootconsole [earlyser0] disabled
[    2.485957] mempolicy: Enabling automatic NUMA balancing. Configure with numa_balancing= or the kernel.numa_balancing sysctl
[    2.497236] ACPI: Core revision 20240322
[    2.501387] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[    2.510523] APIC: Switch to symmetric I/O mode setup
[    2.516467] AMD-Vi: Using global IVHD EFR:0x841f77e022094ace, EFR2:0x0
[    2.525307] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    2.550524] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x398d16292b4, max_idle_ns: 881590654847 ns
[    2.561072] Calibrating delay loop (skipped), value calculated using timer frequency.. 3992.60 BogoMIPS (lpj=7985216)
[    2.565083] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[    2.569183] LVT offset 2 assigned for vector 0xf4
[    2.573104] Last level iTLB entries: 4KB 512, 2MB 512, 4MB 256
[    2.577071] Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
[    2.581072] process: using mwait in idle threads
[    2.585072] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    2.589072] Spectre V2 : Mitigation: Retpolines
[    2.593071] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    2.597071] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
[    2.601071] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    2.605072] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    2.609071] Spectre V2 : User space: Mitigation: STIBP always-on protection
[    2.613072] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[    2.617071] Speculative Return Stack Overflow: Mitigation: Safe RET
[    2.621076] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    2.625072] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    2.629071] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    2.633071] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
[    2.637071] x86/fpu: Supporting XSAVE feature 0x800: 'Control-flow User registers'
[    2.641071] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    2.645071] x86/fpu: xstate_offset[9]:  832, xstate_sizes[9]:    8
[    2.649071] x86/fpu: xstate_offset[11]:  840, xstate_sizes[11]:   16
[    2.653071] x86/fpu: Enabled xstate features 0xa07, context size is 856 bytes, using 'compacted' format.
[    2.689420] Freeing SMP alternatives memory: 44K
[    2.693072] pid_max: default: 131072 minimum: 1024
[    2.702622] LSM: initializing lsm=lockdown,capability,yama,apparmor,ima,evm
[    2.705100] Yama: becoming mindful.
[    2.709090] AppArmor: AppArmor initialized
[    2.719640] Dentry cache hash table entries: 16777216 (order: 15, 134217728 bytes, vmalloc hugepage)
[    2.727955] Inode-cache hash table entries: 8388608 (order: 14, 67108864 bytes, vmalloc hugepage)
[    2.729254] Mount-cache hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc)
[    2.733221] Mountpoint-cache hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc)
[    2.846131] smpboot: CPU0: AMD EPYC 7713 64-Core Processor (family: 0x19, model: 0x1, stepping: 0x1)
[    2.849429] Performance Events: Fam17h+ core perfctr, AMD PMU driver.
[    2.853072] ... version:                0
[    2.857071] ... bit width:              48
[    2.861072] ... generic registers:      6
[    2.865071] ... value mask:             0000ffffffffffff
[    2.869071] ... max period:             00007fffffffffff
[    2.873071] ... fixed-purpose events:   0
[    2.877071] ... event mask:             000000000000003f
[    2.881334] signal: max sigframe size: 3376
[    2.885107] rcu: Hierarchical SRCU implementation.
[    2.889072] rcu: 	Max phase no-delay instances is 1000.
[    2.893121] Timer migration: 3 hierarchy levels; 8 children per group; 2 crossnode level
[    2.903237] MCE: In-kernel MCE decoding enabled.
[    2.905124] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    2.910058] smp: Bringing up secondary CPUs ...
[    2.913208] smpboot: x86: Booting SMP configuration:
[    2.917074] .... 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
[    2.925074] .... node  #1, CPUs:    #32  #33  #34  #35  #36  #37  #38  #39  #40  #41  #42  #43  #44  #45  #46  #47  #48  #49  #50  #51  #52  #53  #54  #55  #56  #57  #58  #59  #60  #61  #62  #63
[    3.077073] .... node  #0, CPUs:    #64  #65  #66  #67  #68  #69  #70  #71  #72  #73  #74  #75  #76  #77  #78  #79  #80  #81  #82  #83  #84  #85  #86  #87  #88  #89  #90  #91  #92  #93  #94  #95
[    3.089072] .... node  #1, CPUs:    #96  #97  #98  #99 #100 #101 #102 #103 #104 #105 #106 #107 #108 #109 #110 #111 #112 #113 #114 #115 #116 #117 #118 #119 #120 #121 #122 #123 #124 #125 #126 #127
[    3.099073] Spectre V2 : Update user space SMT mitigation: STIBP always-on
[    3.249205] smp: Brought up 2 nodes, 128 CPUs
[    3.253074] smpboot: Total of 128 processors activated (511053.82 BogoMIPS)
[    3.269406] Memory: 262101672K/266975624K available (18432K kernel code, 3225K rwdata, 7356K rodata, 4656K init, 4228K bss, 4560340K reserved, 0K cma-reserved)
[    3.280205] devtmpfs: initialized
[    3.281150] x86/mm: Memory block size: 2048MB
[    3.296203] ACPI: PM: Registering ACPI NVS region [mem 0x0008f000-0x0008ffff] (4096 bytes)
[    3.297072] ACPI: PM: Registering ACPI NVS region [mem 0x6dfcf000-0x6edfefff] (14876672 bytes)
[    3.301362] ACPI: PM: Registering ACPI NVS region [mem 0x6f000000-0x6f00afff] (45056 bytes)
[    3.305165] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    3.309187] futex hash table entries: 32768 (order: 9, 2097152 bytes, vmalloc)
[    3.313301] pinctrl core: initialized pinctrl subsystem
[    3.317184] PM: RTC time: 13:13:30, date: 2024-09-02
[    3.321862] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    3.325597] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[    3.329254] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    3.333254] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    3.337081] audit: initializing netlink subsys (disabled)
[    3.341094] audit: type=2000 audit(1725282809.812:1): state=initialized audit_enabled=0 res=1
[    3.341250] thermal_sys: Registered thermal governor 'fair_share'
[    3.345072] thermal_sys: Registered thermal governor 'bang_bang'
[    3.349072] thermal_sys: Registered thermal governor 'step_wise'
[    3.353071] thermal_sys: Registered thermal governor 'user_space'
[    3.357079] EISA bus registered
[    3.365093] cpuidle: using governor ladder
[    3.369081] cpuidle: using governor menu
[    3.373109] Detected 1 PCC Subspaces
[    3.377073] Registering PCC driver as Mailbox controller
[    3.381214] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    3.385074] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    3.389249] PCI: ECAM [mem 0x80000000-0x8fffffff] (base 0x80000000) for domain 0000 [bus 00-ff]
[    3.393082] PCI: Using configuration type 1 for base access
[    3.397080] PCI: Dell System detected, enabling pci=bfsort.
[    3.401235] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    3.405291] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[    3.409075] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[    3.413072] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[    3.417071] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[    3.421347] ACPI: Added _OSI(Module Device)
[    3.425073] ACPI: Added _OSI(Processor Device)
[    3.429072] ACPI: Added _OSI(3.0 _SCP Extensions)
[    3.433072] ACPI: Added _OSI(Processor Aggregator Device)
[    3.476881] ACPI: 6 ACPI AML tables successfully acquired and loaded
[    3.496006] ACPI: Interpreter enabled
[    3.497084] ACPI: PM: (supports S0 S5)
[    3.501071] ACPI: Using IOAPIC for interrupt routing
[    3.505676] HEST: Table parsing has been initialized.
[    3.509481] GHES: APEI firmware first mode is enabled by APEI bit and WHEA _OSC.
[    3.513074] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    3.517071] PCI: Ignoring E820 reservations for host bridge windows
[    3.523251] ACPI: Enabled 1 GPEs in block 00 to 1F
[    3.563274] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[    3.565150] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
[    3.569149] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[    3.573148] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[    3.577148] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[    3.581148] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[    3.585148] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[    3.589148] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[    3.593564] ACPI: PCI Root Bridge [PC00] (domain 0000 [bus 00-3f])
[    3.597075] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    3.601235] acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug AER DPC]
[    3.605386] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
[    3.609073] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    3.614048] PCI host bridge to bus 0000:00
[    3.617075] pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
[    3.621072] pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
[    3.625072] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000fffff window]
[    3.629071] pci_bus 0000:00: root bus resource [io  0x0d00-0x3fff window]
[    3.633071] pci_bus 0000:00: root bus resource [mem 0xe1000000-0xfebfffff window]
[    3.637071] pci_bus 0000:00: root bus resource [mem 0x63dc0000000-0x7fcffffffff window]
[    3.641072] pci_bus 0000:00: root bus resource [bus 00-3f]
[    3.645086] pci 0000:00:00.0: [1022:1480] type 00 class 0x060000 conventional PCI endpoint
[    3.649214] pci 0000:00:00.2: [1022:164f] type 00 class 0x080600 conventional PCI endpoint
[    3.653170] pci 0000:00:01.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.657154] pci 0000:00:02.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.661153] pci 0000:00:03.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.665150] pci 0000:00:03.2: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    3.669090] pci 0000:00:03.2: PCI bridge to [bus 01]
[    3.673075] pci 0000:00:03.2:   bridge window [io  0x1000-0x1fff]
[    3.677073] pci 0000:00:03.2:   bridge window [mem 0xf7300000-0xf74fffff]
[    3.681142] pci 0000:00:03.2: PME# supported from D0 D3hot D3cold
[    3.686075] pci 0000:00:04.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.689156] pci 0000:00:05.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.693155] pci 0000:00:07.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.697152] pci 0000:00:07.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    3.701089] pci 0000:00:07.1: PCI bridge to [bus 02]
[    3.705076] pci 0000:00:07.1:   bridge window [mem 0xf7200000-0xf72fffff]
[    3.709083] pci 0000:00:07.1: enabling Extended Tags
[    3.713120] pci 0000:00:07.1: PME# supported from D0 D3hot D3cold
[    3.717219] pci 0000:00:08.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.721151] pci 0000:00:08.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    3.725089] pci 0000:00:08.1: PCI bridge to [bus 03]
[    3.729077] pci 0000:00:08.1:   bridge window [mem 0xf7000000-0xf71fffff]
[    3.733083] pci 0000:00:08.1: enabling Extended Tags
[    3.737122] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[    3.741254] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500 conventional PCI endpoint
[    3.745191] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100 conventional PCI endpoint
[    3.749242] pci 0000:00:18.0: [1022:1650] type 00 class 0x060000 conventional PCI endpoint
[    3.753161] pci 0000:00:18.1: [1022:1651] type 00 class 0x060000 conventional PCI endpoint
[    3.757125] pci 0000:00:18.2: [1022:1652] type 00 class 0x060000 conventional PCI endpoint
[    3.761128] pci 0000:00:18.3: [1022:1653] type 00 class 0x060000 conventional PCI endpoint
[    3.765126] pci 0000:00:18.4: [1022:1654] type 00 class 0x060000 conventional PCI endpoint
[    3.769124] pci 0000:00:18.5: [1022:1655] type 00 class 0x060000 conventional PCI endpoint
[    3.773126] pci 0000:00:18.6: [1022:1656] type 00 class 0x060000 conventional PCI endpoint
[    3.777126] pci 0000:00:18.7: [1022:1657] type 00 class 0x060000 conventional PCI endpoint
[    3.785142] pci 0000:01:00.0: [1000:0097] type 00 class 0x010700 PCIe Endpoint
[    3.789083] pci 0000:01:00.0: BAR 0 [io  0x1000-0x10ff]
[    3.793080] pci 0000:01:00.0: BAR 1 [mem 0xf7400000-0xf740ffff 64bit]
[    3.797080] pci 0000:01:00.0: BAR 3 [mem 0xf7300000-0xf73fffff 64bit]
[    3.801083] pci 0000:01:00.0: ROM [mem 0xfff00000-0xffffffff pref]
[    3.805077] pci 0000:01:00.0: enabling Extended Tags
[    3.809155] pci 0000:01:00.0: supports D1 D2
[    3.813102] pci 0000:01:00.0: VF BAR 0 [mem 0x00000000-0x0000ffff 64bit]
[    3.817071] pci 0000:01:00.0: VF BAR 0 [mem 0x00000000-0x000fffff 64bit]: contains BAR 0 for 16 VFs
[    3.821079] pci 0000:01:00.0: VF BAR 2 [mem 0x00000000-0x000fffff 64bit]
[    3.825071] pci 0000:01:00.0: VF BAR 2 [mem 0x00000000-0x00ffffff 64bit]: contains BAR 2 for 16 VFs
[    3.829235] pci 0000:00:03.2: PCI bridge to [bus 01]
[    3.833157] pci 0000:02:00.0: [1022:148a] type 00 class 0x130000 PCIe Endpoint
[    3.837112] pci 0000:02:00.0: enabling Extended Tags
[    3.841235] pci 0000:02:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    3.845090] pci 0000:02:00.2: BAR 2 [mem 0xf7200000-0xf727ffff]
[    3.849087] pci 0000:02:00.2: BAR 5 [mem 0xf7280000-0xf7281fff]
[    3.853080] pci 0000:02:00.2: enabling Extended Tags
[    3.857260] pci 0000:00:07.1: PCI bridge to [bus 02]
[    3.861200] pci 0000:03:00.0: [1022:1485] type 00 class 0x130000 PCIe Endpoint
[    3.865116] pci 0000:03:00.0: enabling Extended Tags
[    3.869285] pci 0000:03:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    3.873092] pci 0000:03:00.2: BAR 2 [mem 0xf7100000-0xf717ffff]
[    3.877087] pci 0000:03:00.2: BAR 5 [mem 0xf7180000-0xf7181fff]
[    3.881081] pci 0000:03:00.2: enabling Extended Tags
[    3.889242] pci 0000:03:00.3: [1022:148c] type 00 class 0x0c0330 PCIe Endpoint
[    3.893084] pci 0000:03:00.3: BAR 0 [mem 0xf7000000-0xf70fffff 64bit]
[    3.897102] pci 0000:03:00.3: enabling Extended Tags
[    3.901123] pci 0000:03:00.3: PME# supported from D0 D3hot D3cold
[    3.905239] pci 0000:00:08.1: PCI bridge to [bus 03]
[    3.910440] ACPI: PCI Root Bridge [PC01] (domain 0000 [bus 40-7f])
[    3.913074] acpi PNP0A08:01: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    3.917234] acpi PNP0A08:01: _OSC: platform does not support [SHPCHotplug AER DPC]
[    3.921385] acpi PNP0A08:01: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
[    3.925071] acpi PNP0A08:01: FADT indicates ASPM is unsupported, using BIOS configuration
[    3.933248] PCI host bridge to bus 0000:40
[    3.937075] pci_bus 0000:40: root bus resource [io  0x4000-0x6fff window]
[    3.941072] pci_bus 0000:40: root bus resource [mem 0x90000000-0xaaffffff window]
[    3.945071] pci_bus 0000:40: root bus resource [mem 0x47e80000000-0x63dbfffffff window]
[    3.949072] pci_bus 0000:40: root bus resource [bus 40-7f]
[    3.953081] pci 0000:40:00.0: [1022:1480] type 00 class 0x060000 conventional PCI endpoint
[    3.957160] pci 0000:40:00.2: [1022:164f] type 00 class 0x080600 conventional PCI endpoint
[    3.961164] pci 0000:40:01.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.965147] pci 0000:40:02.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.969154] pci 0000:40:03.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.973152] pci 0000:40:03.1: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    3.977091] pci 0000:40:03.1: PCI bridge to [bus 41]
[    3.981076] pci 0000:40:03.1:   bridge window [mem 0xa4c00000-0xa4ffffff]
[    3.985165] pci 0000:40:03.1: PME# supported from D0 D3hot D3cold
[    4.004390] pci 0000:40:03.2: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.005091] pci 0000:40:03.2: PCI bridge to [bus 42]
[    4.009076] pci 0000:40:03.2:   bridge window [mem 0xa4800000-0xa4bfffff]
[    4.013164] pci 0000:40:03.2: PME# supported from D0 D3hot D3cold
[    4.029891] pci 0000:40:03.3: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.033093] pci 0000:40:03.3: PCI bridge to [bus 43]
[    4.037082] pci 0000:40:03.3:   bridge window [mem 0xa4400000-0xa47fffff]
[    4.045145] pci 0000:40:03.3: PME# supported from D0 D3hot D3cold
[    4.063691] pci 0000:40:03.4: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.065095] pci 0000:40:03.4: PCI bridge to [bus 44]
[    4.069077] pci 0000:40:03.4:   bridge window [mem 0xa4000000-0xa43fffff]
[    4.073179] pci 0000:40:03.4: PME# supported from D0 D3hot D3cold
[    4.093721] pci 0000:40:04.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.097194] pci 0000:40:05.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.101150] pci 0000:40:07.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.105203] pci 0000:40:07.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    4.109088] pci 0000:40:07.1: PCI bridge to [bus 45]
[    4.113076] pci 0000:40:07.1:   bridge window [mem 0xa5300000-0xa53fffff]
[    4.117083] pci 0000:40:07.1: enabling Extended Tags
[    4.121118] pci 0000:40:07.1: PME# supported from D0 D3hot D3cold
[    4.129183] pci 0000:40:08.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.133148] pci 0000:40:08.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    4.137089] pci 0000:40:08.1: PCI bridge to [bus 46]
[    4.141076] pci 0000:40:08.1:   bridge window [mem 0xa5000000-0xa52fffff]
[    4.145083] pci 0000:40:08.1: enabling Extended Tags
[    4.149121] pci 0000:40:08.1: PME# supported from D0 D3hot D3cold
[    4.153309] pci 0000:40:03.1: PCI bridge to [bus 41]
[    4.157151] pci 0000:40:03.2: PCI bridge to [bus 42]
[    4.161152] pci 0000:40:03.3: PCI bridge to [bus 43]
[    4.165151] pci 0000:40:03.4: PCI bridge to [bus 44]
[    4.169154] pci 0000:45:00.0: [1022:148a] type 00 class 0x130000 PCIe Endpoint
[    4.173111] pci 0000:45:00.0: enabling Extended Tags
[    4.177232] pci 0000:45:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    4.181090] pci 0000:45:00.2: BAR 2 [mem 0xa5300000-0xa537ffff]
[    4.185085] pci 0000:45:00.2: BAR 5 [mem 0xa5380000-0xa5381fff]
[    4.189080] pci 0000:45:00.2: enabling Extended Tags
[    4.193258] pci 0000:40:07.1: PCI bridge to [bus 45]
[    4.197205] pci 0000:46:00.0: [1022:1485] type 00 class 0x130000 PCIe Endpoint
[    4.201116] pci 0000:46:00.0: enabling Extended Tags
[    4.205289] pci 0000:46:00.1: [1022:1486] type 00 class 0x108000 PCIe Endpoint
[    4.209092] pci 0000:46:00.1: BAR 2 [mem 0xa5100000-0xa51fffff]
[    4.213087] pci 0000:46:00.1: BAR 5 [mem 0xa5282000-0xa5283fff]
[    4.217081] pci 0000:46:00.1: enabling Extended Tags
[    4.221255] pci 0000:46:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    4.225091] pci 0000:46:00.2: BAR 2 [mem 0xa5200000-0xa527ffff]
[    4.229087] pci 0000:46:00.2: BAR 5 [mem 0xa5280000-0xa5281fff]
[    4.233081] pci 0000:46:00.2: enabling Extended Tags
[    4.237255] pci 0000:46:00.3: [1022:148c] type 00 class 0x0c0330 PCIe Endpoint
[    4.241084] pci 0000:46:00.3: BAR 0 [mem 0xa5000000-0xa50fffff 64bit]
[    4.245101] pci 0000:46:00.3: enabling Extended Tags
[    4.249122] pci 0000:46:00.3: PME# supported from D0 D3hot D3cold
[    4.253242] pci 0000:40:08.1: PCI bridge to [bus 46]
[    4.261542] ACPI: PCI Root Bridge [PC02] (domain 0000 [bus 80-bf])
[    4.265074] acpi PNP0A08:02: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    4.269237] acpi PNP0A08:02: _OSC: platform does not support [SHPCHotplug AER DPC]
[    4.277155] acpi PNP0A08:02: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
[    4.281071] acpi PNP0A08:02: FADT indicates ASPM is unsupported, using BIOS configuration
[    4.285960] PCI host bridge to bus 0000:80
[    4.289075] pci_bus 0000:80: root bus resource [io  0x7000-0x9fff window]
[    4.293072] pci_bus 0000:80: root bus resource [mem 0xab000000-0xc5ffffff window]
[    4.297071] pci_bus 0000:80: root bus resource [mem 0x2bf40000000-0x47e7fffffff window]
[    4.301072] pci_bus 0000:80: root bus resource [bus 80-bf]
[    4.305081] pci 0000:80:00.0: [1022:1480] type 00 class 0x060000 conventional PCI endpoint
[    4.309162] pci 0000:80:00.2: [1022:164f] type 00 class 0x080600 conventional PCI endpoint
[    4.313163] pci 0000:80:01.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.317151] pci 0000:80:01.1: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.321091] pci 0000:80:01.1: PCI bridge to [bus 81]
[    4.325076] pci 0000:80:01.1:   bridge window [mem 0xbf400000-0xbf7fffff]
[    4.329165] pci 0000:80:01.1: PME# supported from D0 D3hot D3cold
[    4.349426] pci 0000:80:01.2: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.353098] pci 0000:80:01.2: PCI bridge to [bus 82]
[    4.357079] pci 0000:80:01.2:   bridge window [mem 0xbf000000-0xbf3fffff]
[    4.361159] pci 0000:80:01.2: PME# supported from D0 D3hot D3cold
[    4.380489] pci 0000:80:02.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.389159] pci 0000:80:03.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.397164] pci 0000:80:04.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.405150] pci 0000:80:05.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.417223] pci 0000:80:07.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.425150] pci 0000:80:07.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    4.429089] pci 0000:80:07.1: PCI bridge to [bus 83]
[    4.437076] pci 0000:80:07.1:   bridge window [mem 0xbfa00000-0xbfafffff]
[    4.441083] pci 0000:80:07.1: enabling Extended Tags
[    4.449123] pci 0000:80:07.1: PME# supported from D0 D3hot D3cold
[    4.453221] pci 0000:80:08.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.461153] pci 0000:80:08.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    4.469089] pci 0000:80:08.1: PCI bridge to [bus 84]
[    4.473076] pci 0000:80:08.1:   bridge window [mem 0xbf900000-0xbf9fffff]
[    4.481083] pci 0000:80:08.1: enabling Extended Tags
[    4.485086] pci 0000:80:08.1: PME# supported from D0 D3hot D3cold
[    4.493228] pci 0000:80:08.2: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    4.501089] pci 0000:80:08.2: PCI bridge to [bus 85]
[    4.505076] pci 0000:80:08.2:   bridge window [mem 0xbf800000-0xbf8fffff]
[    4.513084] pci 0000:80:08.2: enabling Extended Tags
[    4.517121] pci 0000:80:08.2: PME# supported from D0 D3hot D3cold
[    4.521305] pci 0000:80:01.1: PCI bridge to [bus 81]
[    4.529151] pci 0000:80:01.2: PCI bridge to [bus 82]
[    4.533155] pci 0000:83:00.0: [1022:148a] type 00 class 0x130000 PCIe Endpoint
[    4.541112] pci 0000:83:00.0: enabling Extended Tags
[    4.545233] pci 0000:83:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    4.553090] pci 0000:83:00.2: BAR 2 [mem 0xbfa00000-0xbfa7ffff]
[    4.557086] pci 0000:83:00.2: BAR 5 [mem 0xbfa80000-0xbfa81fff]
[    4.565080] pci 0000:83:00.2: enabling Extended Tags
[    4.569258] pci 0000:80:07.1: PCI bridge to [bus 83]
[    4.573201] pci 0000:84:00.0: [1022:1485] type 00 class 0x130000 PCIe Endpoint
[    4.581116] pci 0000:84:00.0: enabling Extended Tags
[    4.589282] pci 0000:84:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    4.593092] pci 0000:84:00.2: BAR 2 [mem 0xbf900000-0xbf97ffff]
[    4.601089] pci 0000:84:00.2: BAR 5 [mem 0xbf980000-0xbf981fff]
[    4.605082] pci 0000:84:00.2: enabling Extended Tags
[    4.613274] pci 0000:80:08.1: PCI bridge to [bus 84]
[    4.617202] pci 0000:85:00.0: [1022:7901] type 00 class 0x010601 PCIe Endpoint
[    4.625107] pci 0000:85:00.0: BAR 5 [mem 0xbf800000-0xbf8007ff]
[    4.629081] pci 0000:85:00.0: enabling Extended Tags
[    4.633137] pci 0000:85:00.0: PME# supported from D3hot D3cold
[    4.641249] pci 0000:80:08.2: PCI bridge to [bus 85]
[    4.645304] ACPI: PCI Root Bridge [PC03] (domain 0000 [bus c0-ff])
[    4.653075] acpi PNP0A08:03: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    4.661236] acpi PNP0A08:03: _OSC: platform does not support [SHPCHotplug AER DPC]
[    4.669386] acpi PNP0A08:03: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
[    4.677072] acpi PNP0A08:03: FADT indicates ASPM is unsupported, using BIOS configuration
[    4.686078] PCI host bridge to bus 0000:c0
[    4.693076] pci_bus 0000:c0: root bus resource [io  0xa000-0xffff window]
[    4.697072] pci_bus 0000:c0: root bus resource [mem 0xc6000000-0xe0ffffff window]
[    4.705071] pci_bus 0000:c0: root bus resource [mem 0x10000000000-0x2bf3fffffff window]
[    4.713071] pci_bus 0000:c0: root bus resource [io  0x03b0-0x03df window]
[    4.721071] pci_bus 0000:c0: root bus resource [mem 0x000a0000-0x000bffff window]
[    4.729072] pci_bus 0000:c0: root bus resource [bus c0-ff]
[    4.733081] pci 0000:c0:00.0: [1022:1480] type 00 class 0x060000 conventional PCI endpoint
[    4.741161] pci 0000:c0:00.2: [1022:164f] type 00 class 0x080600 conventional PCI endpoint
[    4.749164] pci 0000:c0:01.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.757147] pci 0000:c0:02.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.765144] pci 0000:c0:03.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.777150] pci 0000:c0:03.1: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.781091] pci 0000:c0:03.1: PCI bridge to [bus c4]
[    4.789076] pci 0000:c0:03.1:   bridge window [mem 0xdb600000-0xdb9fffff]
[    4.793107] pci 0000:c0:03.1: PME# supported from D0 D3hot D3cold
[    4.812604] pci 0000:c0:03.2: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.821098] pci 0000:c0:03.2: PCI bridge to [bus c5]
[    4.825078] pci 0000:c0:03.2:   bridge window [mem 0xdb200000-0xdb5fffff]
[    4.833141] pci 0000:c0:03.2: PME# supported from D0 D3hot D3cold
[    4.850646] pci 0000:c0:03.3: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.853098] pci 0000:c0:03.3: PCI bridge to [bus c6]
[    4.857077] pci 0000:c0:03.3:   bridge window [mem 0xdae00000-0xdb1fffff]
[    4.861193] pci 0000:c0:03.3: PME# supported from D0 D3hot D3cold
[    4.881692] pci 0000:c0:03.4: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.885091] pci 0000:c0:03.4: PCI bridge to [bus c7]
[    4.889077] pci 0000:c0:03.4:   bridge window [mem 0xdaa00000-0xdadfffff]
[    4.893163] pci 0000:c0:03.4: PME# supported from D0 D3hot D3cold
[    4.912941] pci 0000:c0:04.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.913181] pci 0000:c0:05.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.917153] pci 0000:c0:05.1: [1022:149a] type 01 class 0x060400 PCIe Root Port
[    4.921094] pci 0000:c0:05.1: PCI bridge to [bus c1]
[    4.925084] pci 0000:c0:05.1:   bridge window [mem 0xc7000000-0xc70fffff 64bit pref]
[    4.929147] pci 0000:c0:05.1: PME# supported from D0 D3hot D3cold
[    4.933210] pci 0000:c0:05.2: [1022:149a] type 01 class 0x060400 PCIe Root Port
[    4.937093] pci 0000:c0:05.2: PCI bridge to [bus c2-c3]
[    4.941078] pci 0000:c0:05.2:   bridge window [mem 0xda000000-0xda8fffff]
[    4.945079] pci 0000:c0:05.2:   bridge window [mem 0xc6000000-0xc6ffffff 64bit pref]
[    4.949112] pci 0000:c0:05.2: PME# supported from D0 D3hot D3cold
[    4.957207] pci 0000:c0:07.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.965150] pci 0000:c0:07.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    4.969089] pci 0000:c0:07.1: PCI bridge to [bus c8]
[    4.977077] pci 0000:c0:07.1:   bridge window [mem 0xdbb00000-0xdbbfffff]
[    4.981083] pci 0000:c0:07.1: enabling Extended Tags
[    4.989119] pci 0000:c0:07.1: PME# supported from D0 D3hot D3cold
[    4.993219] pci 0000:c0:08.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    5.001148] pci 0000:c0:08.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    5.009089] pci 0000:c0:08.1: PCI bridge to [bus c9]
[    5.013076] pci 0000:c0:08.1:   bridge window [mem 0xdba00000-0xdbafffff]
[    5.021083] pci 0000:c0:08.1: enabling Extended Tags
[    5.025119] pci 0000:c0:08.1: PME# supported from D0 D3hot D3cold
[    5.033308] pci 0000:c0:03.1: PCI bridge to [bus c4]
[    5.037154] pci 0000:c0:03.2: PCI bridge to [bus c5]
[    5.041153] pci 0000:c0:03.3: PCI bridge to [bus c6]
[    5.049152] pci 0000:c0:03.4: PCI bridge to [bus c7]
[    5.053167] pci 0000:c1:00.0: [14e4:165f] type 00 class 0x020000 PCIe Endpoint
[    5.061092] pci 0000:c1:00.0: BAR 0 [mem 0xc7030000-0xc703ffff 64bit pref]
[    5.069084] pci 0000:c1:00.0: BAR 2 [mem 0xc7040000-0xc704ffff 64bit pref]
[    5.073084] pci 0000:c1:00.0: BAR 4 [mem 0xc7050000-0xc705ffff 64bit pref]
[    5.081080] pci 0000:c1:00.0: ROM [mem 0xfffc0000-0xffffffff pref]
[    5.089159] pci 0000:c1:00.0: PME# supported from D0 D3hot D3cold
[    5.093121] pci 0000:c1:00.0: 4.000 Gb/s available PCIe bandwidth, limited by 5.0 GT/s PCIe x1 link at 0000:c0:05.1 (capable of 8.000 Gb/s with 5.0 GT/s PCIe x2 link)
[    5.110496] pci 0000:c1:00.1: [14e4:165f] type 00 class 0x020000 PCIe Endpoint
[    5.117092] pci 0000:c1:00.1: BAR 0 [mem 0xc7000000-0xc700ffff 64bit pref]
[    5.125084] pci 0000:c1:00.1: BAR 2 [mem 0xc7010000-0xc701ffff 64bit pref]
[    5.129084] pci 0000:c1:00.1: BAR 4 [mem 0xc7020000-0xc702ffff 64bit pref]
[    5.137080] pci 0000:c1:00.1: ROM [mem 0xfffc0000-0xffffffff pref]
[    5.145160] pci 0000:c1:00.1: PME# supported from D0 D3hot D3cold
[    5.165094] pci 0000:c0:05.1: PCI bridge to [bus c1]
[    5.173148] pci 0000:c2:00.0: [1556:be00] type 01 class 0x060400 PCIe to PCI/PCI-X bridge
[    5.181101] pci 0000:c2:00.0: PCI bridge to [bus c3]
[    5.185079] pci 0000:c2:00.0:   bridge window [mem 0xda000000-0xda8fffff]
[    5.193081] pci 0000:c2:00.0:   bridge window [mem 0xc6000000-0xc6ffffff 64bit pref]
[    5.213088] pci 0000:c0:05.2: PCI bridge to [bus c2-c3]
[    5.221107] pci_bus 0000:c3: extended config space not accessible
[    5.225096] pci 0000:c3:00.0: [102b:0536] type 00 class 0x030000 conventional PCI endpoint
[    5.233087] pci 0000:c3:00.0: BAR 0 [mem 0xc6000000-0xc6ffffff pref]
[    5.241080] pci 0000:c3:00.0: BAR 1 [mem 0xda808000-0xda80bfff]
[    5.245080] pci 0000:c3:00.0: BAR 2 [mem 0xda000000-0xda7fffff]
[    5.253120] pci 0000:c3:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    5.261185] pci 0000:c2:00.0: PCI bridge to [bus c3]
[    5.265169] pci 0000:c8:00.0: [1022:148a] type 00 class 0x130000 PCIe Endpoint
[    5.273112] pci 0000:c8:00.0: enabling Extended Tags
[    5.277232] pci 0000:c8:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    5.285089] pci 0000:c8:00.2: BAR 2 [mem 0xdbb00000-0xdbb7ffff]
[    5.293085] pci 0000:c8:00.2: BAR 5 [mem 0xdbb80000-0xdbb81fff]
[    5.297080] pci 0000:c8:00.2: enabling Extended Tags
[    5.301173] pci 0000:c0:07.1: PCI bridge to [bus c8]
[    5.309201] pci 0000:c9:00.0: [1022:1485] type 00 class 0x130000 PCIe Endpoint
[    5.313115] pci 0000:c9:00.0: enabling Extended Tags
[    5.321279] pci 0000:c9:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    5.329091] pci 0000:c9:00.2: BAR 2 [mem 0xdba00000-0xdba7ffff]
[    5.333088] pci 0000:c9:00.2: BAR 5 [mem 0xdba80000-0xdba81fff]
[    5.341081] pci 0000:c9:00.2: enabling Extended Tags
[    5.345263] pci 0000:c0:08.1: PCI bridge to [bus c9]
[    5.353106] iommu: Default domain type: Translated
[    5.357072] iommu: DMA domain TLB invalidation policy: lazy mode
[    5.365350] SCSI subsystem initialized
[    5.369108] ACPI: bus type USB registered
[    5.373087] usbcore: registered new interface driver usbfs
[    5.377078] usbcore: registered new interface driver hub
[    5.385105] usbcore: registered new device driver usb
[    5.389103] pps_core: LinuxPPS API ver. 1 registered
[    5.393072] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    5.401074] PTP clock support registered
[    5.405149] EDAC MC: Ver: 3.0.0
[    5.409134] efivars: Registered efivars operations
[    5.413455] NetLabel: Initializing
[    5.417072] NetLabel:  domain hash size = 128
[    5.425071] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    5.429095] NetLabel:  unlabeled traffic allowed by default
[    5.433123] PCI: Using ACPI for IRQ routing
[    5.441532] pci 0000:c3:00.0: vgaarb: setting as boot VGA device
[    5.445070] pci 0000:c3:00.0: vgaarb: bridge control possible
[    5.445070] pci 0000:c3:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    5.465073] vgaarb: loaded
[    5.467784] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    5.469072] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    5.477355] clocksource: Switched to clocksource tsc-early
[    5.482866] VFS: Disk quotas dquot_6.6.0
[    5.486819] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    5.493900] AppArmor: AppArmor Filesystem Enabled
[    5.498629] pnp: PnP ACPI init
[    5.501931] system 00:00: [mem 0x80000000-0x8fffffff] has been reserved
[    5.508636] system 00:01: [mem 0xff000000-0xffffffff] has been reserved
[    5.516849] pnp: PnP ACPI: found 5 devices
[    5.527544] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    5.536518] NET: Registered PF_INET protocol family
[    5.541580] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc)
[    5.552571] tcp_listen_portaddr_hash hash table entries: 65536 (order: 8, 1048576 bytes, vmalloc)
[    5.561528] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, vmalloc)
[    5.569563] TCP established hash table entries: 524288 (order: 10, 4194304 bytes, vmalloc hugepage)
[    5.579079] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc)
[    5.586691] TCP: Hash tables configured (established 524288 bind 65536)
[    5.593611] UDP hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc)
[    5.600960] UDP-Lite hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc)
[    5.608796] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    5.614462] NET: Registered PF_XDP protocol family
[    5.619259] pci 0000:01:00.0: ROM [mem 0xfff00000-0xffffffff pref]: can't claim; no compatible bridge window
[    5.629087] pci 0000:c1:00.0: ROM [mem 0xfffc0000-0xffffffff pref]: can't claim; no compatible bridge window
[    5.638904] pci 0000:c1:00.1: ROM [mem 0xfffc0000-0xffffffff pref]: can't claim; no compatible bridge window
[    5.648726] pci_bus 0000:00: max bus depth: 1 pci_try_num: 2
[    5.654440] pci 0000:01:00.0: ROM [mem size 0x00100000 pref]: can't assign; no space
[    5.662184] pci 0000:01:00.0: ROM [mem size 0x00100000 pref]: failed to assign
[    5.669399] pci 0000:01:00.0: VF BAR 2 [mem size 0x01000000 64bit]: can't assign; no space
[    5.677658] pci 0000:01:00.0: VF BAR 2 [mem size 0x01000000 64bit]: failed to assign
[    5.685398] pci 0000:01:00.0: VF BAR 0 [mem size 0x00100000 64bit]: can't assign; no space
[    5.693658] pci 0000:01:00.0: VF BAR 0 [mem size 0x00100000 64bit]: failed to assign
[    5.701397] pci 0000:00:03.2: PCI bridge to [bus 01]
[    5.706362] pci 0000:00:03.2:   bridge window [io  0x1000-0x1fff]
[    5.712455] pci 0000:00:03.2:   bridge window [mem 0xf7300000-0xf74fffff]
[    5.719245] pci 0000:00:07.1: PCI bridge to [bus 02]
[    5.724217] pci 0000:00:07.1:   bridge window [mem 0xf7200000-0xf72fffff]
[    5.731002] pci 0000:00:08.1: PCI bridge to [bus 03]
[    5.735968] pci 0000:00:08.1:   bridge window [mem 0xf7000000-0xf71fffff]
[    5.742754] pci_bus 0000:00: No. 2 try to assign unassigned res
[    5.748682] pci 0000:00:03.2: resource 14 [mem 0xf7300000-0xf74fffff] released
[    5.755907] pci 0000:00:03.2: PCI bridge to [bus 01]
[    5.760875] pci 0000:00:03.2: bridge window [mem 0x00100000-0x002fffff] to [bus 01] add_size 1100000 add_align 100000
[    5.771520] pci 0000:00:03.2: bridge window [mem 0xe1000000-0xe22fffff]: assigned
[    5.779005] pci 0000:01:00.0: BAR 3 [mem 0xe1000000-0xe10fffff 64bit]: assigned
[    5.786323] pci 0000:01:00.0: VF BAR 2 [mem 0xe1100000-0xe20fffff 64bit]: assigned
[    5.793892] pci 0000:01:00.0: BAR 1 [mem 0xe2100000-0xe210ffff 64bit]: assigned
[    5.801202] pci 0000:01:00.0: VF BAR 0 [mem 0xe2110000-0xe220ffff 64bit]: assigned
[    5.808773] pci 0000:00:03.2: PCI bridge to [bus 01]
[    5.813737] pci 0000:00:03.2:   bridge window [io  0x1000-0x1fff]
[    5.819830] pci 0000:00:03.2:   bridge window [mem 0xe1000000-0xe22fffff]
[    5.826628] pci 0000:00:07.1: PCI bridge to [bus 02]
[    5.831597] pci 0000:00:07.1:   bridge window [mem 0xf7200000-0xf72fffff]
[    5.838387] pci 0000:00:08.1: PCI bridge to [bus 03]
[    5.843358] pci 0000:00:08.1:   bridge window [mem 0xf7000000-0xf71fffff]
[    5.850147] pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
[    5.856331] pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
[    5.862507] pci_bus 0000:00: resource 6 [mem 0x000c0000-0x000fffff window]
[    5.869475] pci_bus 0000:00: resource 7 [io  0x0d00-0x3fff window]
[    5.875657] pci_bus 0000:00: resource 8 [mem 0xe1000000-0xfebfffff window]
[    5.882526] pci_bus 0000:00: resource 9 [mem 0x63dc0000000-0x7fcffffffff window]
[    5.889921] pci_bus 0000:01: resource 0 [io  0x1000-0x1fff]
[    5.895492] pci_bus 0000:01: resource 1 [mem 0xe1000000-0xe22fffff]
[    5.901759] pci_bus 0000:02: resource 1 [mem 0xf7200000-0xf72fffff]
[    5.908024] pci_bus 0000:03: resource 1 [mem 0xf7000000-0xf71fffff]
[    5.914370] pci 0000:40:03.1: bridge window [io  0x1000-0x0fff] to [bus 41] add_size 1000
[    5.922540] pci 0000:40:03.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 41] add_size 200000 add_align 100000
[    5.934003] pci 0000:40:03.2: bridge window [io  0x1000-0x0fff] to [bus 42] add_size 1000
[    5.942177] pci 0000:40:03.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 42] add_size 200000 add_align 100000
[    5.953643] pci 0000:40:03.3: bridge window [io  0x1000-0x0fff] to [bus 43] add_size 1000
[    5.961816] pci 0000:40:03.3: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 43] add_size 200000 add_align 100000
[    5.973281] pci 0000:40:03.4: bridge window [io  0x1000-0x0fff] to [bus 44] add_size 1000
[    5.981505] pci 0000:40:03.4: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 44] add_size 200000 add_align 100000
[    5.992983] pci 0000:40:03.1: bridge window [mem 0x47e80000000-0x47e801fffff 64bit pref]: assigned
[    6.001941] pci 0000:40:03.2: bridge window [mem 0x47e80200000-0x47e803fffff 64bit pref]: assigned
[    6.010892] pci 0000:40:03.3: bridge window [mem 0x47e80400000-0x47e805fffff 64bit pref]: assigned
[    6.019844] pci 0000:40:03.4: bridge window [mem 0x47e80600000-0x47e807fffff 64bit pref]: assigned
[    6.028796] pci 0000:40:03.1: bridge window [io  0x4000-0x4fff]: assigned
[    6.035580] pci 0000:40:03.2: bridge window [io  0x5000-0x5fff]: assigned
[    6.042366] pci 0000:40:03.3: bridge window [io  0x6000-0x6fff]: assigned
[    6.049152] pci 0000:40:03.4: bridge window [io  size 0x1000]: can't assign; no space
[    6.056977] pci 0000:40:03.4: bridge window [io  size 0x1000]: failed to assign
[    6.064284] pci 0000:40:03.4: bridge window [io  0x4000-0x4fff]: assigned
[    6.071069] pci 0000:40:03.3: bridge window [io  0x5000-0x5fff]: assigned
[    6.077855] pci 0000:40:03.2: bridge window [io  0x6000-0x6fff]: assigned
[    6.084670] pci 0000:40:03.1: bridge window [io  size 0x1000]: can't assign; no space
[    6.092500] pci 0000:40:03.1: bridge window [io  size 0x1000]: failed to assign
[    6.099807] pci 0000:40:03.1: PCI bridge to [bus 41]
[    6.104774] pci 0000:40:03.1:   bridge window [mem 0xa4c00000-0xa4ffffff]
[    6.111558] pci 0000:40:03.1:   bridge window [mem 0x47e80000000-0x47e801fffff 64bit pref]
[    6.119819] pci 0000:40:03.2: PCI bridge to [bus 42]
[    6.124781] pci 0000:40:03.2:   bridge window [io  0x6000-0x6fff]
[    6.130876] pci 0000:40:03.2:   bridge window [mem 0xa4800000-0xa4bfffff]
[    6.137661] pci 0000:40:03.2:   bridge window [mem 0x47e80200000-0x47e803fffff 64bit pref]
[    6.145921] pci 0000:40:03.3: PCI bridge to [bus 43]
[    6.150886] pci 0000:40:03.3:   bridge window [io  0x5000-0x5fff]
[    6.156979] pci 0000:40:03.3:   bridge window [mem 0xa4400000-0xa47fffff]
[    6.163763] pci 0000:40:03.3:   bridge window [mem 0x47e80400000-0x47e805fffff 64bit pref]
[    6.172024] pci 0000:40:03.4: PCI bridge to [bus 44]
[    6.176987] pci 0000:40:03.4:   bridge window [io  0x4000-0x4fff]
[    6.183091] pci 0000:40:03.4:   bridge window [mem 0xa4000000-0xa43fffff]
[    6.189878] pci 0000:40:03.4:   bridge window [mem 0x47e80600000-0x47e807fffff 64bit pref]
[    6.198143] pci 0000:40:07.1: PCI bridge to [bus 45]
[    6.203111] pci 0000:40:07.1:   bridge window [mem 0xa5300000-0xa53fffff]
[    6.209897] pci 0000:40:08.1: PCI bridge to [bus 46]
[    6.214868] pci 0000:40:08.1:   bridge window [mem 0xa5000000-0xa52fffff]
[    6.221657] pci_bus 0000:40: resource 4 [io  0x4000-0x6fff window]
[    6.227839] pci_bus 0000:40: resource 5 [mem 0x90000000-0xaaffffff window]
[    6.234711] pci_bus 0000:40: resource 6 [mem 0x47e80000000-0x63dbfffffff window]
[    6.242104] pci_bus 0000:41: resource 1 [mem 0xa4c00000-0xa4ffffff]
[    6.248371] pci_bus 0000:41: resource 2 [mem 0x47e80000000-0x47e801fffff 64bit pref]
[    6.256110] pci_bus 0000:42: resource 0 [io  0x6000-0x6fff]
[    6.261680] pci_bus 0000:42: resource 1 [mem 0xa4800000-0xa4bfffff]
[    6.267947] pci_bus 0000:42: resource 2 [mem 0x47e80200000-0x47e803fffff 64bit pref]
[    6.275687] pci_bus 0000:43: resource 0 [io  0x5000-0x5fff]
[    6.281258] pci_bus 0000:43: resource 1 [mem 0xa4400000-0xa47fffff]
[    6.287549] pci_bus 0000:43: resource 2 [mem 0x47e80400000-0x47e805fffff 64bit pref]
[    6.295292] pci_bus 0000:44: resource 0 [io  0x4000-0x4fff]
[    6.300861] pci_bus 0000:44: resource 1 [mem 0xa4000000-0xa43fffff]
[    6.307128] pci_bus 0000:44: resource 2 [mem 0x47e80600000-0x47e807fffff 64bit pref]
[    6.314866] pci_bus 0000:45: resource 1 [mem 0xa5300000-0xa53fffff]
[    6.321132] pci_bus 0000:46: resource 1 [mem 0xa5000000-0xa52fffff]
[    6.327461] pci 0000:80:01.1: bridge window [io  0x1000-0x0fff] to [bus 81] add_size 1000
[    6.335640] pci 0000:80:01.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 81] add_size 200000 add_align 100000
[    6.347106] pci 0000:80:01.2: bridge window [io  0x1000-0x0fff] to [bus 82] add_size 1000
[    6.355277] pci 0000:80:01.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 82] add_size 200000 add_align 100000
[    6.366748] pci 0000:80:01.1: bridge window [mem 0x2bf40000000-0x2bf401fffff 64bit pref]: assigned
[    6.375704] pci 0000:80:01.2: bridge window [mem 0x2bf40200000-0x2bf403fffff 64bit pref]: assigned
[    6.384654] pci 0000:80:01.1: bridge window [io  0x7000-0x7fff]: assigned
[    6.391441] pci 0000:80:01.2: bridge window [io  0x8000-0x8fff]: assigned
[    6.398230] pci 0000:80:01.1: PCI bridge to [bus 81]
[    6.403203] pci 0000:80:01.1:   bridge window [io  0x7000-0x7fff]
[    6.409296] pci 0000:80:01.1:   bridge window [mem 0xbf400000-0xbf7fffff]
[    6.416079] pci 0000:80:01.1:   bridge window [mem 0x2bf40000000-0x2bf401fffff 64bit pref]
[    6.424339] pci 0000:80:01.2: PCI bridge to [bus 82]
[    6.429305] pci 0000:80:01.2:   bridge window [io  0x8000-0x8fff]
[    6.435398] pci 0000:80:01.2:   bridge window [mem 0xbf000000-0xbf3fffff]
[    6.442182] pci 0000:80:01.2:   bridge window [mem 0x2bf40200000-0x2bf403fffff 64bit pref]
[    6.450444] pci 0000:80:07.1: PCI bridge to [bus 83]
[    6.455415] pci 0000:80:07.1:   bridge window [mem 0xbfa00000-0xbfafffff]
[    6.462205] pci 0000:80:08.1: PCI bridge to [bus 84]
[    6.467178] pci 0000:80:08.1:   bridge window [mem 0xbf900000-0xbf9fffff]
[    6.473965] pci 0000:80:08.2: PCI bridge to [bus 85]
[    6.478938] pci 0000:80:08.2:   bridge window [mem 0xbf800000-0xbf8fffff]
[    6.485734] pci_bus 0000:80: resource 4 [io  0x7000-0x9fff window]
[    6.491926] pci_bus 0000:80: resource 5 [mem 0xab000000-0xc5ffffff window]
[    6.498803] pci_bus 0000:80: resource 6 [mem 0x2bf40000000-0x47e7fffffff window]
[    6.506203] pci_bus 0000:81: resource 0 [io  0x7000-0x7fff]
[    6.511781] pci_bus 0000:81: resource 1 [mem 0xbf400000-0xbf7fffff]
[    6.518045] pci_bus 0000:81: resource 2 [mem 0x2bf40000000-0x2bf401fffff 64bit pref]
[    6.525782] pci_bus 0000:82: resource 0 [io  0x8000-0x8fff]
[    6.531355] pci_bus 0000:82: resource 1 [mem 0xbf000000-0xbf3fffff]
[    6.537623] pci_bus 0000:82: resource 2 [mem 0x2bf40200000-0x2bf403fffff 64bit pref]
[    6.545360] pci_bus 0000:83: resource 1 [mem 0xbfa00000-0xbfafffff]
[    6.551625] pci_bus 0000:84: resource 1 [mem 0xbf900000-0xbf9fffff]
[    6.557890] pci_bus 0000:85: resource 1 [mem 0xbf800000-0xbf8fffff]
[    6.564217] pci 0000:c0:03.1: bridge window [io  0x1000-0x0fff] to [bus c4] add_size 1000
[    6.572391] pci 0000:c0:03.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus c4] add_size 200000 add_align 100000
[    6.583857] pci 0000:c0:03.2: bridge window [io  0x1000-0x0fff] to [bus c5] add_size 1000
[    6.592028] pci 0000:c0:03.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus c5] add_size 200000 add_align 100000
[    6.603521] pci 0000:c0:03.3: bridge window [io  0x1000-0x0fff] to [bus c6] add_size 1000
[    6.611695] pci 0000:c0:03.3: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus c6] add_size 200000 add_align 100000
[    6.623166] pci 0000:c0:03.4: bridge window [io  0x1000-0x0fff] to [bus c7] add_size 1000
[    6.631339] pci 0000:c0:03.4: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus c7] add_size 200000 add_align 100000
[    6.642812] pci 0000:c0:03.1: bridge window [mem 0x10000000000-0x100001fffff 64bit pref]: assigned
[    6.651764] pci 0000:c0:03.2: bridge window [mem 0x10000200000-0x100003fffff 64bit pref]: assigned
[    6.660719] pci 0000:c0:03.3: bridge window [mem 0x10000400000-0x100005fffff 64bit pref]: assigned
[    6.669678] pci 0000:c0:03.4: bridge window [mem 0x10000600000-0x100007fffff 64bit pref]: assigned
[    6.678629] pci 0000:c0:05.1: bridge window [mem 0xc7100000-0xc71fffff]: assigned
[    6.686107] pci 0000:c0:03.1: bridge window [io  0xa000-0xafff]: assigned
[    6.692895] pci 0000:c0:03.2: bridge window [io  0xb000-0xbfff]: assigned
[    6.699680] pci 0000:c0:03.3: bridge window [io  0xc000-0xcfff]: assigned
[    6.706465] pci 0000:c0:03.4: bridge window [io  0xd000-0xdfff]: assigned
[    6.713254] pci 0000:c0:03.1: PCI bridge to [bus c4]
[    6.718218] pci 0000:c0:03.1:   bridge window [io  0xa000-0xafff]
[    6.724314] pci 0000:c0:03.1:   bridge window [mem 0xdb600000-0xdb9fffff]
[    6.731107] pci 0000:c0:03.1:   bridge window [mem 0x10000000000-0x100001fffff 64bit pref]
[    6.739375] pci 0000:c0:03.2: PCI bridge to [bus c5]
[    6.744345] pci 0000:c0:03.2:   bridge window [io  0xb000-0xbfff]
[    6.750438] pci 0000:c0:03.2:   bridge window [mem 0xdb200000-0xdb5fffff]
[    6.757224] pci 0000:c0:03.2:   bridge window [mem 0x10000200000-0x100003fffff 64bit pref]
[    6.765486] pci 0000:c0:03.3: PCI bridge to [bus c6]
[    6.770455] pci 0000:c0:03.3:   bridge window [io  0xc000-0xcfff]
[    6.776552] pci 0000:c0:03.3:   bridge window [mem 0xdae00000-0xdb1fffff]
[    6.783335] pci 0000:c0:03.3:   bridge window [mem 0x10000400000-0x100005fffff 64bit pref]
[    6.791597] pci 0000:c0:03.4: PCI bridge to [bus c7]
[    6.796569] pci 0000:c0:03.4:   bridge window [io  0xd000-0xdfff]
[    6.802661] pci 0000:c0:03.4:   bridge window [mem 0xdaa00000-0xdadfffff]
[    6.809455] pci 0000:c0:03.4:   bridge window [mem 0x10000600000-0x100007fffff 64bit pref]
[    6.817719] pci 0000:c1:00.0: ROM [mem 0xc7100000-0xc713ffff pref]: assigned
[    6.824767] pci 0000:c1:00.1: ROM [mem 0xc7140000-0xc717ffff pref]: assigned
[    6.831814] pci 0000:c0:05.1: PCI bridge to [bus c1]
[    6.836780] pci 0000:c0:05.1:   bridge window [mem 0xc7100000-0xc71fffff]
[    6.843567] pci 0000:c0:05.1:   bridge window [mem 0xc7000000-0xc70fffff 64bit pref]
[    6.851309] pci 0000:c2:00.0: PCI bridge to [bus c3]
[    6.856280] pci 0000:c2:00.0:   bridge window [mem 0xda000000-0xda8fffff]
[    6.863067] pci 0000:c2:00.0:   bridge window [mem 0xc6000000-0xc6ffffff 64bit pref]
[    6.870815] pci 0000:c0:05.2: PCI bridge to [bus c2-c3]
[    6.876046] pci 0000:c0:05.2:   bridge window [mem 0xda000000-0xda8fffff]
[    6.882831] pci 0000:c0:05.2:   bridge window [mem 0xc6000000-0xc6ffffff 64bit pref]
[    6.890572] pci 0000:c0:07.1: PCI bridge to [bus c8]
[    6.895539] pci 0000:c0:07.1:   bridge window [mem 0xdbb00000-0xdbbfffff]
[    6.902332] pci 0000:c0:08.1: PCI bridge to [bus c9]
[    6.907386] pci 0000:c0:08.1:   bridge window [mem 0xdba00000-0xdbafffff]
[    6.914180] pci_bus 0000:c0: resource 4 [io  0xa000-0xffff window]
[    6.920366] pci_bus 0000:c0: resource 5 [mem 0xc6000000-0xe0ffffff window]
[    6.927236] pci_bus 0000:c0: resource 6 [mem 0x10000000000-0x2bf3fffffff window]
[    6.934628] pci_bus 0000:c0: resource 7 [io  0x03b0-0x03df window]
[    6.940808] pci_bus 0000:c0: resource 8 [mem 0x000a0000-0x000bffff window]
[    6.947679] pci_bus 0000:c4: resource 0 [io  0xa000-0xafff]
[    6.953252] pci_bus 0000:c4: resource 1 [mem 0xdb600000-0xdb9fffff]
[    6.959518] pci_bus 0000:c4: resource 2 [mem 0x10000000000-0x100001fffff 64bit pref]
[    6.967258] pci_bus 0000:c5: resource 0 [io  0xb000-0xbfff]
[    6.972831] pci_bus 0000:c5: resource 1 [mem 0xdb200000-0xdb5fffff]
[    6.979094] pci_bus 0000:c5: resource 2 [mem 0x10000200000-0x100003fffff 64bit pref]
[    6.986835] pci_bus 0000:c6: resource 0 [io  0xc000-0xcfff]
[    6.992408] pci_bus 0000:c6: resource 1 [mem 0xdae00000-0xdb1fffff]
[    6.998670] pci_bus 0000:c6: resource 2 [mem 0x10000400000-0x100005fffff 64bit pref]
[    7.006410] pci_bus 0000:c7: resource 0 [io  0xd000-0xdfff]
[    7.011987] pci_bus 0000:c7: resource 1 [mem 0xdaa00000-0xdadfffff]
[    7.018251] pci_bus 0000:c7: resource 2 [mem 0x10000600000-0x100007fffff 64bit pref]
[    7.026000] pci_bus 0000:c1: resource 1 [mem 0xc7100000-0xc71fffff]
[    7.032264] pci_bus 0000:c1: resource 2 [mem 0xc7000000-0xc70fffff 64bit pref]
[    7.039482] pci_bus 0000:c2: resource 1 [mem 0xda000000-0xda8fffff]
[    7.045746] pci_bus 0000:c2: resource 2 [mem 0xc6000000-0xc6ffffff 64bit pref]
[    7.052966] pci_bus 0000:c3: resource 1 [mem 0xda000000-0xda8fffff]
[    7.059232] pci_bus 0000:c3: resource 2 [mem 0xc6000000-0xc6ffffff 64bit pref]
[    7.066449] pci_bus 0000:c8: resource 1 [mem 0xdbb00000-0xdbbfffff]
[    7.072716] pci_bus 0000:c9: resource 1 [mem 0xdba00000-0xdbafffff]
[    7.079585] PCI: CLS 64 bytes, default 64
[    7.083619] AMD-Vi: IOMMU SNP support enabled.
[    7.083677] Trying to unpack rootfs image as initramfs...
[    7.093515] pci 0000:c0:00.2: AMD-Vi: IOMMU performance counters supported
[    7.100499] pci 0000:c0:01.0: Adding to iommu group 0
[    7.105609] pci 0000:c0:02.0: Adding to iommu group 1
[    7.110819] pci 0000:c0:03.0: Adding to iommu group 2
[    7.115919] pci 0000:c0:03.1: Adding to iommu group 2
[    7.121017] pci 0000:c0:03.2: Adding to iommu group 2
[    7.126119] pci 0000:c0:03.3: Adding to iommu group 2
[    7.131218] pci 0000:c0:03.4: Adding to iommu group 2
[    7.136327] pci 0000:c0:04.0: Adding to iommu group 3
[    7.141476] pci 0000:c0:05.0: Adding to iommu group 4
[    7.146571] pci 0000:c0:05.1: Adding to iommu group 4
[    7.151665] pci 0000:c0:05.2: Adding to iommu group 4
[    7.156772] pci 0000:c0:07.0: Adding to iommu group 5
[    7.161854] pci 0000:c0:07.1: Adding to iommu group 6
[    7.166966] pci 0000:c0:08.0: Adding to iommu group 7
[    7.172052] pci 0000:c0:08.1: Adding to iommu group 8
[    7.177115] pci 0000:c1:00.0: Adding to iommu group 4
[    7.182174] pci 0000:c1:00.1: Adding to iommu group 4
[    7.187236] pci 0000:c2:00.0: Adding to iommu group 4
[    7.192299] pci 0000:c3:00.0: Adding to iommu group 4
[    7.197386] pci 0000:c8:00.0: Adding to iommu group 9
[    7.202473] pci 0000:c8:00.2: Adding to iommu group 10
[    7.207647] pci 0000:c9:00.0: Adding to iommu group 11
[    7.212825] pci 0000:c9:00.2: Adding to iommu group 12
[    7.224154] pci 0000:80:00.2: AMD-Vi: IOMMU performance counters supported
[    7.231182] pci 0000:80:01.0: Adding to iommu group 13
[    7.236370] pci 0000:80:01.1: Adding to iommu group 13
[    7.241551] pci 0000:80:01.2: Adding to iommu group 13
[    7.246743] pci 0000:80:02.0: Adding to iommu group 14
[    7.251933] pci 0000:80:03.0: Adding to iommu group 15
[    7.257126] pci 0000:80:04.0: Adding to iommu group 16
[    7.262320] pci 0000:80:05.0: Adding to iommu group 17
[    7.267515] pci 0000:80:07.0: Adding to iommu group 18
[    7.272688] pci 0000:80:07.1: Adding to iommu group 19
[    7.277881] pci 0000:80:08.0: Adding to iommu group 20
[    7.283049] pci 0000:80:08.1: Adding to iommu group 21
[    7.288224] pci 0000:80:08.2: Adding to iommu group 22
[    7.293401] pci 0000:83:00.0: Adding to iommu group 23
[    7.298572] pci 0000:83:00.2: Adding to iommu group 24
[    7.303744] pci 0000:84:00.0: Adding to iommu group 25
[    7.308919] pci 0000:84:00.2: Adding to iommu group 26
[    7.314092] pci 0000:85:00.0: Adding to iommu group 27
[    7.326164] pci 0000:40:00.2: AMD-Vi: IOMMU performance counters supported
[    7.333380] pci 0000:40:01.0: Adding to iommu group 28
[    7.338569] pci 0000:40:02.0: Adding to iommu group 29
[    7.343852] pci 0000:40:03.0: Adding to iommu group 30
[    7.349029] pci 0000:40:03.1: Adding to iommu group 30
[    7.354201] pci 0000:40:03.2: Adding to iommu group 30
[    7.359377] pci 0000:40:03.3: Adding to iommu group 30
[    7.364551] pci 0000:40:03.4: Adding to iommu group 30
[    7.369739] pci 0000:40:04.0: Adding to iommu group 31
[    7.374932] pci 0000:40:05.0: Adding to iommu group 32
[    7.380124] pci 0000:40:07.0: Adding to iommu group 33
[    7.385293] pci 0000:40:07.1: Adding to iommu group 34
[    7.390486] pci 0000:40:08.0: Adding to iommu group 35
[    7.395659] pci 0000:40:08.1: Adding to iommu group 36
[    7.400832] pci 0000:45:00.0: Adding to iommu group 37
[    7.406004] pci 0000:45:00.2: Adding to iommu group 38
[    7.411171] pci 0000:46:00.0: Adding to iommu group 39
[    7.416347] pci 0000:46:00.1: Adding to iommu group 40
[    7.421527] pci 0000:46:00.2: Adding to iommu group 41
[    7.426699] pci 0000:46:00.3: Adding to iommu group 42
[    7.438791] pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
[    7.445760] pci 0000:00:01.0: Adding to iommu group 43
[    7.450950] pci 0000:00:02.0: Adding to iommu group 44
[    7.456147] pci 0000:00:03.0: Adding to iommu group 45
[    7.461323] pci 0000:00:03.2: Adding to iommu group 46
[    7.466515] pci 0000:00:04.0: Adding to iommu group 47
[    7.471705] pci 0000:00:05.0: Adding to iommu group 48
[    7.476897] pci 0000:00:07.0: Adding to iommu group 49
[    7.482067] pci 0000:00:07.1: Adding to iommu group 50
[    7.487265] pci 0000:00:08.0: Adding to iommu group 51
[    7.492435] pci 0000:00:08.1: Adding to iommu group 52
[    7.497649] pci 0000:00:14.0: Adding to iommu group 53
[    7.498849] Freeing initrd memory: 35936K
[    7.502824] pci 0000:00:14.3: Adding to iommu group 53
[    7.512153] pci 0000:00:18.0: Adding to iommu group 54
[    7.517324] pci 0000:00:18.1: Adding to iommu group 54
[    7.522529] pci 0000:00:18.2: Adding to iommu group 54
[    7.527695] pci 0000:00:18.3: Adding to iommu group 54
[    7.532893] pci 0000:00:18.4: Adding to iommu group 54
[    7.538061] pci 0000:00:18.5: Adding to iommu group 54
[    7.543234] pci 0000:00:18.6: Adding to iommu group 54
[    7.548408] pci 0000:00:18.7: Adding to iommu group 54
[    7.553584] pci 0000:01:00.0: Adding to iommu group 55
[    7.558759] pci 0000:02:00.0: Adding to iommu group 56
[    7.563930] pci 0000:02:00.2: Adding to iommu group 57
[    7.569103] pci 0000:03:00.0: Adding to iommu group 58
[    7.574276] pci 0000:03:00.2: Adding to iommu group 59
[    7.579452] pci 0000:03:00.3: Adding to iommu group 60
[    7.593250] AMD-Vi: Extended features (0x841f77e022094ace, 0x0): PPR X2APIC NX IA GA PC SNP
[    7.601608] AMD-Vi: Interrupt remapping enabled
[    7.606147] AMD-Vi: X2APIC enabled
[    7.610398] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    7.616847] software IO TLB: mapped [mem 0x000000000459f000-0x000000001459f000] (256MB)
[    7.624985] LVT offset 0 assigned for vector 0x400
[    7.631220] perf: AMD IBS detected (0x000003ff)
[    7.636975] amd_uncore: 4 amd_df counters detected
[    7.641802] amd_uncore: 6 amd_l3 counters detected
[    7.647988] perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
[    7.655138] perf/amd_iommu: Detected AMD IOMMU #1 (2 banks, 4 counters/bank).
[    7.662284] perf/amd_iommu: Detected AMD IOMMU #2 (2 banks, 4 counters/bank).
[    7.669434] perf/amd_iommu: Detected AMD IOMMU #3 (2 banks, 4 counters/bank).
[    7.731770] Initialise system trusted keyrings
[    7.736261] Key type blacklist registered
[    7.740379] workingset: timestamp_bits=36 max_order=26 bucket_order=0
[    7.746822] zbud: loaded
[    7.749848] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    7.755829] fuse: init (API version 7.40)
[    7.760082] integrity: Platform Keyring initialized
[    7.776903] Key type asymmetric registered
[    7.781001] Asymmetric key parser 'x509' registered
[    7.785916] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[    7.793392] io scheduler mq-deadline registered
[    7.799412] pcieport 0000:00:03.2: PME: Signaling with IRQ 38
[    7.805511] pcieport 0000:00:07.1: PME: Signaling with IRQ 40
[    7.811447] pcieport 0000:00:08.1: PME: Signaling with IRQ 41
[    7.817419] pcieport 0000:40:03.1: PME: Signaling with IRQ 42
[    7.823208] pcieport 0000:40:03.1: pciehp: Slot #167 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.837158] pcieport 0000:40:03.2: PME: Signaling with IRQ 43
[    7.842987] pcieport 0000:40:03.2: pciehp: Slot #166 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.856930] pcieport 0000:40:03.3: PME: Signaling with IRQ 44
[    7.862722] pcieport 0000:40:03.3: pciehp: Slot #169 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.876653] pcieport 0000:40:03.4: PME: Signaling with IRQ 45
[    7.882442] pcieport 0000:40:03.4: pciehp: Slot #168 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.896459] pcieport 0000:40:07.1: PME: Signaling with IRQ 47
[    7.902400] pcieport 0000:40:08.1: PME: Signaling with IRQ 48
[    7.908500] pcieport 0000:80:01.1: PME: Signaling with IRQ 49
[    7.914300] pcieport 0000:80:01.1: pciehp: Slot #160 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.928251] pcieport 0000:80:01.2: PME: Signaling with IRQ 50
[    7.934036] pcieport 0000:80:01.2: pciehp: Slot #161 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.948107] pcieport 0000:80:07.1: PME: Signaling with IRQ 52
[    7.954102] pcieport 0000:80:08.1: PME: Signaling with IRQ 54
[    7.960082] pcieport 0000:80:08.2: PME: Signaling with IRQ 55
[    7.966021] pcieport 0000:c0:03.1: PME: Signaling with IRQ 56
[    7.971819] pcieport 0000:c0:03.1: pciehp: Slot #163 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.985741] pcieport 0000:c0:03.2: PME: Signaling with IRQ 57
[    7.991532] pcieport 0000:c0:03.2: pciehp: Slot #162 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    8.005455] pcieport 0000:c0:03.3: PME: Signaling with IRQ 58
[    8.011245] pcieport 0000:c0:03.3: pciehp: Slot #165 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    8.025159] pcieport 0000:c0:03.4: PME: Signaling with IRQ 59
[    8.030946] pcieport 0000:c0:03.4: pciehp: Slot #164 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    8.044838] pcieport 0000:c0:05.1: PME: Signaling with IRQ 60
[    8.050742] pcieport 0000:c0:05.2: PME: Signaling with IRQ 61
[    8.056785] pcieport 0000:c0:07.1: PME: Signaling with IRQ 63
[    8.062777] pcieport 0000:c0:08.1: PME: Signaling with IRQ 65
[    8.068797] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    8.075864] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[    8.083320] ACPI: button: Power Button [PWRF]
[    8.095568] Estimated ratio of average max frequency by base frequency (times 1024): 1464
[    8.119783] ERST: Error Record Serialization Table (ERST) support is initialized.
[    8.127281] pstore: Using crash dump compression: deflate
[    8.132678] pstore: Registered erst as persistent store backend
[    8.138717] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    8.145268] 00:03: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A
[    8.153375] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    8.164055] Linux agpgart interface v0.103
[    8.192114] loop: module loaded
[    8.206455] ahci 0000:85:00.0: AHCI vers 0001.0301, 32 command slots, 6 Gbps, SATA mode
[    8.214462] ahci 0000:85:00.0: 8/8 ports implemented (port mask 0xff)
[    8.220900] ahci 0000:85:00.0: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part sxs 
[    8.231001] scsi host0: ahci
[    8.234100] scsi host1: ahci
[    8.237168] scsi host2: ahci
[    8.240231] scsi host3: ahci
[    8.243303] scsi host4: ahci
[    8.246370] scsi host5: ahci
[    8.249430] scsi host6: ahci
[    8.252493] scsi host7: ahci
[    8.255435] ata1: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800100 irq 67 lpm-pol 0
[    8.263730] ata2: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800180 irq 68 lpm-pol 0
[    8.271988] ata3: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800200 irq 69 lpm-pol 0
[    8.280248] ata4: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800280 irq 70 lpm-pol 0
[    8.288504] ata5: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800300 irq 71 lpm-pol 0
[    8.296764] ata6: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800380 irq 72 lpm-pol 0
[    8.305021] ata7: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800400 irq 73 lpm-pol 0
[    8.313281] ata8: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800480 irq 74 lpm-pol 0
[    8.321804] tun: Universal TUN/TAP device driver, 1.6
[    8.326911] PPP generic driver version 2.4.2
[    8.331314] VFIO - User Level meta-driver version: 0.3
[    8.336777] xhci_hcd 0000:03:00.3: xHCI Host Controller
[    8.342026] xhci_hcd 0000:03:00.3: new USB bus registered, assigned bus number 1
[    8.349525] xhci_hcd 0000:03:00.3: hcc params 0x0260ffe5 hci version 0x110 quirks 0x0000000000000010
[    8.359040] xhci_hcd 0000:03:00.3: xHCI Host Controller
[    8.364302] xhci_hcd 0000:03:00.3: new USB bus registered, assigned bus number 2
[    8.371691] xhci_hcd 0000:03:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[    8.378781] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.11
[    8.387042] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    8.394271] usb usb1: Product: xHCI Host Controller
[    8.399154] usb usb1: Manufacturer: Linux 6.11.0-rc4-d2bafcf224-d2bafcf224f xhci-hcd
[    8.406895] usb usb1: SerialNumber: 0000:03:00.3
[    8.411675] hub 1-0:1.0: USB hub found
[    8.415442] hub 1-0:1.0: 2 ports detected
[    8.420291] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    8.428403] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.11
[    8.436663] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    8.443885] usb usb2: Product: xHCI Host Controller
[    8.448769] usb usb2: Manufacturer: Linux 6.11.0-rc4-d2bafcf224-d2bafcf224f xhci-hcd
[    8.456507] usb usb2: SerialNumber: 0000:03:00.3
[    8.461251] hub 2-0:1.0: USB hub found
[    8.465044] hub 2-0:1.0: 2 ports detected
[    8.469948] xhci_hcd 0000:46:00.3: xHCI Host Controller
[    8.475181] xhci_hcd 0000:46:00.3: new USB bus registered, assigned bus number 3
[    8.482674] xhci_hcd 0000:46:00.3: hcc params 0x0260ffe5 hci version 0x110 quirks 0x0000000000000010
[    8.492162] xhci_hcd 0000:46:00.3: xHCI Host Controller
[    8.497387] xhci_hcd 0000:46:00.3: new USB bus registered, assigned bus number 4
[    8.504780] xhci_hcd 0000:46:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[    8.511861] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.11
[    8.520128] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    8.527350] usb usb3: Product: xHCI Host Controller
[    8.532238] usb usb3: Manufacturer: Linux 6.11.0-rc4-d2bafcf224-d2bafcf224f xhci-hcd
[    8.539979] usb usb3: SerialNumber: 0000:46:00.3
[    8.544733] hub 3-0:1.0: USB hub found
[    8.548500] hub 3-0:1.0: 2 ports detected
[    8.553275] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    8.561390] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.11
[    8.569657] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    8.576883] usb usb4: Product: xHCI Host Controller
[    8.581768] usb usb4: Manufacturer: Linux 6.11.0-rc4-d2bafcf224-d2bafcf224f xhci-hcd
[    8.589526] usb usb4: SerialNumber: 0000:46:00.3
[    8.594260] hub 4-0:1.0: USB hub found
[    8.598025] hub 4-0:1.0: 2 ports detected
[    8.602996] usbcore: registered new interface driver uas
[    8.608335] usbcore: registered new interface driver usb-storage
[    8.614423] i8042: PNP: No PS/2 controller found.
[    8.619205] mousedev: PS/2 mouse device common for all mice
[    8.624880] rtc_cmos 00:02: RTC can wake from S4
[    8.629768] rtc_cmos 00:02: registered as rtc0
[    8.633402] ata4: SATA link down (SStatus 0 SControl 300)
[    8.634288] rtc_cmos 00:02: setting system clock to 2024-09-02T13:13:36 UTC (1725282816)
[    8.639641] ata3: SATA link down (SStatus 0 SControl 300)
[    8.647735] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram
[    8.653123] ata5: SATA link down (SStatus 0 SControl 300)
[    8.659806] i2c_dev: i2c /dev entries driver
[    8.665223] ata1: SATA link down (SStatus 0 SControl 300)
[    8.669481] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[    8.672260] usb 1-1: new high-speed USB device number 2 using xhci_hcd
[    8.674892] ata2: SATA link down (SStatus 0 SControl 300)
[    8.687042] device-mapper: uevent: version 1.0.3
[    8.693576] ata7: SATA link down (SStatus 0 SControl 300)
[    8.699060] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@lists.linux.dev
[    8.703595] ata6: SATA link down (SStatus 0 SControl 300)
[    8.708995] platform eisa.0: Probing EISA bus 0
[    8.717859] ata8: SATA link down (SStatus 0 SControl 300)
[    8.723239] tsc: Refined TSC clocksource calibration: 1996.247 MHz
[    8.724259] platform eisa.0: EISA: Cannot allocate resource for mainboard
[    8.724262] platform eisa.0: Cannot allocate resource for EISA slot 1
[    8.724264] platform eisa.0: Cannot allocate resource for EISA slot 2
[    8.724266] platform eisa.0: Cannot allocate resource for EISA slot 3
[    8.724268] platform eisa.0: Cannot allocate resource for EISA slot 4
[    8.724270] platform eisa.0: Cannot allocate resource for EISA slot 5
[    8.724272] platform eisa.0: Cannot allocate resource for EISA slot 6
[    8.724273] platform eisa.0: Cannot allocate resource for EISA slot 7
[    8.724275] platform eisa.0: Cannot allocate resource for EISA slot 8
[    8.724277] platform eisa.0: EISA: Detected 0 cards
[    8.724282] amd_pstate: driver load is disabled, boot with specific mode to enable this
[    8.808257] usb 3-1: new high-speed USB device number 2 using xhci_hcd
[    8.810590] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x398caa9ddcb, max_idle_ns: 881590739785 ns
[    8.823120] usb 1-1: New USB device found, idVendor=0424, idProduct=2744, bcdDevice= 1.21
[    8.835232] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    8.842369] usb 1-1: Product: USB2734
[    8.846035] usb 1-1: Manufacturer: Microchip Tech
[    8.850873] clocksource: Switched to clocksource tsc
[    8.851920] ledtrig-cpu: registered to indicate activity on CPUs
[    8.861881] efifb: probing for efifb
[    8.865481] efifb: No BGRT, not showing boot graphics
[    8.870535] efifb: framebuffer at 0xc6000000, using 3072k, total 3072k
[    8.877057] efifb: mode is 1024x768x32, linelength=4096, pages=1
[    8.883067] efifb: scrolling: redraw
[    8.886645] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    8.891187] hub 1-1:1.0: USB hub found
[    8.896007] fbcon: Deferring console take-over
[    8.896250] hub 1-1:1.0: 4 ports detected
[    8.900452] fb0: EFI VGA frame buffer device
[    8.908832] drop_monitor: Initializing network drop monitor service
[    8.915253] NET: Registered PF_INET6 protocol family
[    8.927274] Segment Routing with IPv6
[    8.930952] In-situ OAM (IOAM) with IPv6
[    8.934907] NET: Registered PF_PACKET protocol family
[    8.940016] Key type dns_resolver registered
[    8.953705] microcode: Current revision: 0x0a0011d3
[    8.954869] usb 2-1: new SuperSpeed USB device number 2 using xhci_hcd
[    8.966118] usb 3-1: New USB device found, idVendor=1604, idProduct=10c0, bcdDevice= 0.00
[    8.974292] usb 3-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    8.981956] resctrl: L3 allocation detected
[    8.984648] usb 2-1: New USB device found, idVendor=0424, idProduct=5744, bcdDevice= 1.21
[    8.986146] resctrl: MB allocation detected
[    8.994321] usb 2-1: New USB device strings: Mfr=2, Product=3, SerialNumber=0
[    8.998529] resctrl: L3 monitoring detected
[    8.998720] IPI shorthand broadcast: enabled
[    9.005686] usb 2-1: Product: USB5734
[    9.005688] usb 2-1: Manufacturer: Microchip Tech
[    9.024333] hub 3-1:1.0: USB hub found
[    9.025444] sched_clock: Marking stable (8956080581, 68244542)->(9822746651, -798421528)
[    9.028249] hub 3-1:1.0: 4 ports detected
[    9.040377] registered taskstats version 1
[    9.040435] hub 2-1:1.0: USB hub found
[    9.048275] hub 2-1:1.0: 4 ports detected
[    9.049710] Loading compiled-in X.509 certificates
[    9.057629] Loaded X.509 cert 'Build time autogenerated kernel key: b4d6cc6103f916553e86d4f1085952e38e3c3a84'
[    9.070827] Demotion targets for Node 0: null
[    9.075183] Demotion targets for Node 1: null
[    9.079913] Key type .fscrypt registered
[    9.083842] Key type fscrypt-provisioning registered
[    9.095326] cryptd: max_cpu_qlen set to 1000
[    9.102532] AES CTR mode by8 optimization enabled
[    9.121181] Key type encrypted registered
[    9.125205] AppArmor: AppArmor sha256 policy hashing enabled
[    9.130945] integrity: Loading X.509 certificate: UEFI:db
[    9.136368] integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
[    9.147141] integrity: Loading X.509 certificate: UEFI:db
[    9.152558] integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
[    9.163589] integrity: Loading X.509 certificate: UEFI:db
[    9.169087] integrity: Loaded X.509 cert 'VMware, Inc.: 4ad8ba0472073d28127706ddc6ccb9050441bbc7'
[    9.177950] integrity: Loading X.509 certificate: UEFI:db
[    9.183485] integrity: Loaded X.509 cert 'VMware, Inc.: VMware Secure Boot Signing: 04597f3e1ffb240bba0ff0f05d5eb05f3e15f6d7'
[    9.195033] ima: No TPM chip found, activating TPM-bypass!
[    9.200520] Loading compiled-in module X.509 certificates
[    9.206315] Loaded X.509 cert 'Build time autogenerated kernel key: b4d6cc6103f916553e86d4f1085952e38e3c3a84'
[    9.216223] ima: Allocated hash algorithm: sha1
[    9.220761] ima: No architecture policies found
[    9.225311] evm: Initialising EVM extended attributes:
[    9.230450] evm: security.selinux
[    9.233768] evm: security.SMACK64
[    9.237090] evm: security.SMACK64EXEC
[    9.240754] evm: security.SMACK64TRANSMUTE
[    9.244853] evm: security.SMACK64MMAP
[    9.248520] evm: security.apparmor
[    9.251923] evm: security.ima
[    9.254899] evm: security.capability
[    9.258478] evm: HMAC attrs: 0x1
[    9.262120] PM:   Magic number: 8:713:229
[    9.266294] acpi device:76: hash matches
[    9.270676] RAS: Correctable Errors collector initialized.
[    9.276324] clk: Disabling unused clocks
[    9.280250] PM: genpd: Disabling unused power domains
[    9.287083] Freeing unused decrypted memory: 2028K
[    9.292549] Freeing unused kernel image (initmem) memory: 4656K
[    9.298476] Write protecting the kernel read-only data: 26624k
[    9.304835] Freeing unused kernel image (rodata/data gap) memory: 836K
[    9.374562] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    9.381012] Run /init as init process
[    9.390830] systemd[1]: Inserted module 'autofs4'
[    9.696089] systemd[1]: systemd 250-12.el9_1 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 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK +XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[    9.727979] systemd[1]: Detected architecture x86-64.
[    9.733041] systemd[1]: Running in initial RAM disk.

Welcome to ^[[0;31mRed Hat Enterprise Linux 9.1 (Plow) dracut-057-13.git20220816.el9 (Initramfs)^[[0m!

[    9.756337] systemd[1]: Hostname set to <hostname.amd.com>.
[    9.844262] usb 3-1.1: new high-speed USB device number 3 using xhci_hcd
[    9.856304] systemd[1]: Queued start job for default target Initrd Default Target.
[    9.864049] systemd[1]: Reached target Initrd /usr File System.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mInitrd /usr File System^[[0m.
[    9.884301] systemd[1]: Reached target Local File Systems.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mLocal File Systems^[[0m.
[    9.904309] systemd[1]: Reached target Slice Units.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSlice Units^[[0m.
[    9.924304] systemd[1]: Reached target Swaps.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSwaps^[[0m.
[    9.944293] systemd[1]: Reached target Timer Units.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mTime[    9.953248] usb 3-1.1: New USB device found, idVendor=1604, idProduct=10c0, bcdDevice= 0.00
r Units^[[0m.
[    9.961720] usb 3-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    9.970338] systemd[1]: Listening on D-Bus System Message Bus Socket.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mD-Bus System Message Bus Socket^[[0m.
[    9.992444] systemd[1]: Listening on Journal Socket (/dev/log).
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mJournal Socket (/dev/log)^[[0m.
[   10.012448] systemd[1]: Listening on Journal Socket.
[   10.016214] hub 3-1.1:1.0: USB hub found
[^[[0;32m  OK  ^[[[   10.021622] hub 3-1.1:1.0: 4 ports detected
0m] Listening on ^[[0;1;39mJournal Socket^[[0m.
[   10.040456] systemd[1]: Listening on udev Control Socket.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mudev Control Socket^[[0m.
[   10.060399] systemd[1]: Listening on udev Kernel Socket.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mudev Kernel Socket^[[0m.
[   10.080300] systemd[1]: Reached target Socket Units.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSocket Units^[[0m.
[   10.108260] usb 3-1.2: new high-speed USB device number 4 using xhci_hcd
[   10.126095] systemd[1]: Starting Create List of Static Device Nodes...
         Starting ^[[0;1;39mCreate List of Static Device Nodes^[[0m...
[   10.150434] systemd[1]: Starting Journal Service...
         Starting ^[[0;1;39mJournal Service^[[0m...
[   10.169621] systemd[1]: Starting Load Kernel Modules...
         Starting ^[[0;1;39mLoad Kernel Modules^[[0m...
[   10.189585] systemd[1]: Starting Create System Users...
         Starting ^[[0;1;39mCreate System Users^[[0m...
[   10.209548] systemd[1]: Starting Setup Virtual Console...
         Starting ^[[0;1;39mSetup Virtual Console^[[0m...
[   10.229622] systemd[1]: Finished Create List of Static Device Nodes.
[   10.233371] usb 3-1.2: New USB device found, idVendor=413c, idProduct=0006, bcdDevice= 0.00
[   10.244326] usb 3-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[   10.244328] usb 3-1.2: Product: DRAC 5 Virtual Keyboard and Mouse
[   10.244330] usb 3-1.2: Manufacturer: DELL
[^[[0;32m  OK  ^[[[   10.261741] usb 3-1.2: SerialNumber: DELL413C-1
0m] Finished ^[[0;1;39mCreate List of Static Device Nodes^[[0m.
[   10.280566] systemd[1]: Started Journal Service.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mJournal Service^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mLoad Kernel Modules^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mSetup Virtual Console^[[0m.
         Starting ^[[0;1;39mdracut cmdline hook^[[0m...
         Starting ^[[0;1;39mApply Kernel Variables^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mApply Kernel Variables^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate System Users^[[0m.
[   10.484262] usb 3-1.4: new high-speed USB device number 5 using xhci_hcd
         Starting ^[[0;1;39mCreate Static Device Nodes in /dev^[[0m...
         Starting ^[[0;1;39mCreate Volatile Files and Directories^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mdracut cmdline hook^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate Static Device Nodes in /dev^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate Volatile Files and Directories^[[0m.
[   10.601256] usb 3-1.4: New USB device found, idVendor=1604, idProduct=10c0, bcdDevice= 0.00
[   10.609616] usb 3-1.4: New USB device strings: Mfr=0, Product=0, SerialNumber=0
         Starting ^[[0;1;39mdracut pre-udev hook^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0[   10.656240] hub 3-1.4:1.0: USB hub found
;1;39mdracut pre[   10.661746] hub 3-1.4:1.0: 4 ports detected
-udev hook^[[0m.
         Starting ^[[0;1;39mRule-based Manage…for Device Events and Files^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mRule-based Manager for Device Events and Files^[[0m.
[   10.710976] hid: raw HID events driver (C) Jiri Kosina
         Starting ^[[0;1;39mColdplug All udev Devices^[[0m...
[   10.727497] usbcore: registered new interface driver usbhid
[   10.733085] usbhid: USB HID core driver
[   10.738531] usbcore: registered new interface driver usbkbd
[   10.738555] usbcore: registered new interface driver usbmouse
[   10.752669] input: DELL DRAC 5 Virtual Keyboard and Mouse as /devices/pci0000:40/0000:40:08.1/0000:46:00.3/usb3/3-1/3-1.2/3-1.2:1.0/0003:413C:0006.0001/input/input1
[   10.767528] hid-generic 0003:413C:0006.0001: input,hidraw0: USB HID v1.01 Mouse [DELL DRAC 5 Virtual Keyboard and Mouse] on usb-0000:46:00.3-1.2/input0
[   10.781225] input: DELL DRAC 5 Virtual Keyboard and Mouse as /devices/pci0000:40/0000:40:08.1/0000:46:00.3/usb3/3-1/3-1.2/3-1.2:1.1/0003:413C:0006.0002/input/input2
[   10.852419] hid-generic 0003:413C:0006.0002: input,hidraw1: USB HID v1.01 Keyboard [DELL DRAC 5 Virtual Keyboard and Mouse] on usb-0000:46:00.3-1.2/input1
[   10.913144] wmi_bus wmi_bus-PNP0C14:00: [Firmware Bug]: WQBC data block query control method not found
[^[[0;32m  OK  ^[[0m] Finished ^[[0[   10.924681] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
;1;39mColdplug A[   10.931274] sp5100-tco sp5100-tco: Using 0xfeb00000 for watchdog MMIO address
ll udev Devices^[[   10.939769] sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0)
[0m.
[   10.949383] ccp 0000:46:00.1: no command queues available
[   10.954871] ccp 0000:46:00.1: sev enabled
[   10.958894] ccp 0000:46:00.1: psp enabled
[   10.974491] ACPI: bus type drm_connector registered
[^[[0;32m  OK  ^[[0m] Reached targ[   10.980889] mpt3sas version 48.100.00.00 loaded
[   10.984980] tg3 0000:c1:00.0 eth0: Tigon3 [partno(BCM95720) rev 5720000] (PCI Express) MAC address d0:8e:79:bb:95:90
et ^[[0;1;39mSyst[   10.987669] mpt3sas_cm0: 63 BIT PCI BUS DMA ADDRESSING SUPPORTED, total mem (262458748 kB)
em Initializatio[   10.997239] tg3 0000:c1:00.0 eth0: attached PHY is 5720C (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[1])
n^[[0m.
[   11.018081] tg3 0000:c1:00.0 eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[1] TSOcap[1]
[   11.026599] tg3 0000:c1:00.0 eth0: dma_rwctrl[00000001] dma_mask[64-bit]
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mNetwork^[[0m.
[   11.042749] mgag200 0000:c3:00.0: vgaarb: deactivate vga console
[   11.055565] [drm] Initialized mgag200 1.0.0 for 0000:c3:00.0 on minor 0
[   11.056256] mpt3sas_cm0: CurrentHostPageSize is 0: Setting default host page size to 4k
[   11.070204] mpt3sas_cm0: MSI-X vectors supported: 96
[   11.075176] 	 no of cores: 128, max_msix_vectors: -1
[   11.075178] mpt3sas_cm0:  0 96 96
[   11.078992] mpt3sas_cm0: High IOPs queues : disabled
[   11.082048] tg3 0000:c1:00.1 eth1: Tigon3 [partno(BCM95720) rev 5720000] (PCI Express) MAC address d0:8e:79:bb:95:91
[   11.083467] mpt3sas0-msix0: PCI-MSI-X enabled: IRQ 108
[   11.088426] tg3 0000:c1:00.1 eth1: attached PHY is 5720C (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[1])
[   11.098936] mpt3sas0-msix1: PCI-MSI-X enabled: IRQ 109
[   11.098938] mpt3sas0-msix2: PCI-MSI-X enabled: IRQ 110
[   11.098939] mpt3sas0-msix3: PCI-MSI-X enabled: IRQ 111
[   11.098940] mpt3sas0-msix4: PCI-MSI-X enabled: IRQ 112
[   11.098942] mpt3sas0-msix5: PCI-MSI-X enabled: IRQ 113
[   11.098943] mpt3sas0-msix6: PCI-MSI-X enabled: IRQ 114
[   11.098944] mpt3sas0-msix7: PCI-MSI-X enabled: IRQ 115
[   11.098945] mpt3sas0-msix8: PCI-MSI-X enabled: IRQ 116
[   11.098947] mpt3sas0-msix9: PCI-MSI-X enabled: IRQ 117
[   11.098948] mpt3sas0-msix10: PCI-MSI-X enabled: IRQ 118
[   11.098949] mpt3sas0-msix11: PCI-MSI-X enabled: IRQ 119
[   11.098950] mpt3sas0-msix12: PCI-MSI-X enabled: IRQ 120
[   11.104094] tg3 0000:c1:00.1 eth1: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[1] TSOcap[1]
[   11.113910] mpt3sas0-msix13: PCI-MSI-X enabled: IRQ 121
[   11.113912] mpt3sas0-msix14: PCI-MSI-X enabled: IRQ 122
[   11.119050] tg3 0000:c1:00.1 eth1: dma_rwctrl[00000001] dma_mask[64-bit]
[   11.200821] mpt3sas0-msix15: PCI-MSI-X enabled: IRQ 123
[   11.200823] mpt3sas0-msix16: PCI-MSI-X enabled: IRQ 124
[   11.200824] mpt3sas0-msix17: PCI-MSI-X enabled: IRQ 125
[   11.200824] fbcon: mgag200drmfb (fb0) is primary device
[   11.200826] mpt3sas0-msix18: PCI-MSI-X enabled: IRQ 126
[   11.200828] fbcon: Deferring console take-over
[   11.200828] mpt3sas0-msix19: PCI-MSI-X enabled: IRQ 127
[   11.200831] mpt3sas0-msix20: PCI-MSI-X enabled: IRQ 128
[   11.206057] mgag200 0000:c3:00.0: [drm] fb0: mgag200drmfb frame buffer device
[   11.211298] mpt3sas0-msix21: PCI-MSI-X enabled: IRQ 129
[   11.254222] mpt3sas0-msix22: PCI-MSI-X enabled: IRQ 130
[   11.254224] mpt3sas0-msix23: PCI-MSI-X enabled: IRQ 131
[   11.254225] mpt3sas0-msix24: PCI-MSI-X enabled: IRQ 132
[   11.254227] mpt3sas0-msix25: PCI-MSI-X enabled: IRQ 133
[   11.275133] mpt3sas0-msix26: PCI-MSI-X enabled: IRQ 134
[   11.275135] mpt3sas0-msix27: PCI-MSI-X enabled: IRQ 135
[   11.275136] mpt3sas0-msix28: PCI-MSI-X enabled: IRQ 136
[   11.275137] mpt3sas0-msix29: PCI-MSI-X enabled: IRQ 137
[   11.275138] mpt3sas0-msix30: PCI-MSI-X enabled: IRQ 138
         Startin[   11.275140] mpt3sas0-msix31: PCI-MSI-X enabled: IRQ 139
g ^[[0;1;39mdracu[   11.307873] mpt3sas0-msix32: PCI-MSI-X enabled: IRQ 140
t initqueue hook[   11.314478] mpt3sas0-msix33: PCI-MSI-X enabled: IRQ 141
^[[0m...
[   11.321082] mpt3sas0-msix34: PCI-MSI-X enabled: IRQ 142
[   11.327079] mpt3sas0-msix35: PCI-MSI-X enabled: IRQ 143
[   11.332309] mpt3sas0-msix36: PCI-MSI-X enabled: IRQ 144
[   11.332311] mpt3sas0-msix37: PCI-MSI-X enabled: IRQ 145
[   11.332313] mpt3sas0-msix38: PCI-MSI-X enabled: IRQ 146
[   11.332314] mpt3sas0-msix39: PCI-MSI-X enabled: IRQ 147
[   11.332316] mpt3sas0-msix40: PCI-MSI-X enabled: IRQ 148
[   11.332317] mpt3sas0-msix41: PCI-MSI-X enabled: IRQ 149
[   11.363671] mpt3sas0-msix42: PCI-MSI-X enabled: IRQ 150
[   11.363672] mpt3sas0-msix43: PCI-MSI-X enabled: IRQ 151
[   11.363674] mpt3sas0-msix44: PCI-MSI-X enabled: IRQ 152
[   11.363675] mpt3sas0-msix45: PCI-MSI-X enabled: IRQ 153
[   11.363676] mpt3sas0-msix46: PCI-MSI-X enabled: IRQ 154
[   11.363677] mpt3sas0-msix47: PCI-MSI-X enabled: IRQ 155
[   11.363678] mpt3sas0-msix48: PCI-MSI-X enabled: IRQ 156
[   11.363679] mpt3sas0-msix49: PCI-MSI-X enabled: IRQ 157
^[[2J^[[3J[   11.363681] mpt3sas0-msix50: PCI-MSI-X enabled: IRQ 158
[   11.363682] mpt3sas0-msix51: PCI-MSI-X enabled: IRQ 159
^[[-1;-1f[   11.416620] mpt3sas0-msix52: PCI-MSI-X enabled: IRQ 160
         Startin[   11.422544] mpt3sas0-msix53: PCI-MSI-X enabled: IRQ 161
g ^[[0;1;39mShow [   11.429155] mpt3sas0-msix54: PCI-MSI-X enabled: IRQ 162
Plymouth Boot Sc[   11.435768] mpt3sas0-msix55: PCI-MSI-X enabled: IRQ 163
reen^[[0m...
[   11.435770] mpt3sas0-msix56: PCI-MSI-X enabled: IRQ 164
[   11.435772] mpt3sas0-msix57: PCI-MSI-X enabled: IRQ 165
[   11.435773] mpt3sas0-msix58: PCI-MSI-X enabled: IRQ 166
[   11.435775] mpt3sas0-msix59: PCI-MSI-X enabled: IRQ 167
[^[[0;32m  OK  ^[[[   11.464493] mpt3sas0-msix60: PCI-MSI-X enabled: IRQ 168
0m] Started ^[[0;[   11.464495] mpt3sas0-msix61: PCI-MSI-X enabled: IRQ 169
1;39mShow Plymou[   11.464496] mpt3sas0-msix62: PCI-MSI-X enabled: IRQ 170
th Boot Screen^[[[   11.464497] mpt3sas0-msix63: PCI-MSI-X enabled: IRQ 171
[   11.464499] mpt3sas0-msix64: PCI-MSI-X enabled: IRQ 172
0m.
[^[[0;32m  [   11.496144] mpt3sas0-msix65: PCI-MSI-X enabled: IRQ 173
OK  ^[[0m] Starte[   11.496146] mpt3sas0-msix66: PCI-MSI-X enabled: IRQ 174
[   11.496147] mpt3sas0-msix67: PCI-MSI-X enabled: IRQ 175
d ^[[0;1;39mForwa[   11.496148] mpt3sas0-msix68: PCI-MSI-X enabled: IRQ 176
rd Password R…[   11.521182] mpt3sas0-msix69: PCI-MSI-X enabled: IRQ 177
s to Plymouth Di[   11.521184] mpt3sas0-msix70: PCI-MSI-X enabled: IRQ 178
[   11.521185] mpt3sas0-msix71: PCI-MSI-X enabled: IRQ 179
rectory Watch^[[0[   11.521187] mpt3sas0-msix72: PCI-MSI-X enabled: IRQ 180
m.
[^[[0;32m  O[   11.546237] mpt3sas0-msix73: PCI-MSI-X enabled: IRQ 181
K  ^[[0m] Reached[   11.552849] mpt3sas0-msix74: PCI-MSI-X enabled: IRQ 182
 target ^[[0;1;39[   11.559462] mpt3sas0-msix75: PCI-MSI-X enabled: IRQ 183
mPath Units^[[0m.[   11.566074] mpt3sas0-msix76: PCI-MSI-X enabled: IRQ 184

[^[[0;32m  OK [   11.572688] mpt3sas0-msix77: PCI-MSI-X enabled: IRQ 185
 ^[[0m] Reached t[   11.579298] mpt3sas0-msix78: PCI-MSI-X enabled: IRQ 186
arget ^[[0;1;39mB[   11.585912] mpt3sas0-msix79: PCI-MSI-X enabled: IRQ 187
asic System^[[0m.[   11.592526] mpt3sas0-msix80: PCI-MSI-X enabled: IRQ 188

[   11.599136] mpt3sas0-msix81: PCI-MSI-X enabled: IRQ 189
[   11.604623] mpt3sas0-msix82: PCI-MSI-X enabled: IRQ 190
[   11.609847] mpt3sas0-msix83: PCI-MSI-X enabled: IRQ 191
[   11.615075] mpt3sas0-msix84: PCI-MSI-X enabled: IRQ 192
[   11.620299] mpt3sas0-msix85: PCI-MSI-X enabled: IRQ 193
[   11.625526] mpt3sas0-msix86: PCI-MSI-X enabled: IRQ 194
[   11.630750] mpt3sas0-msix87: PCI-MSI-X enabled: IRQ 195
[   11.635977] mpt3sas0-msix88: PCI-MSI-X enabled: IRQ 196
[   11.641203] mpt3sas0-msix89: PCI-MSI-X enabled: IRQ 197
[   11.646429] mpt3sas0-msix90: PCI-MSI-X enabled: IRQ 198
[   11.651654] mpt3sas0-msix91: PCI-MSI-X enabled: IRQ 199
[   11.656882] mpt3sas0-msix92: PCI-MSI-X enabled: IRQ 200
[   11.662106] mpt3sas0-msix93: PCI-MSI-X enabled: IRQ 201
[   11.667335] mpt3sas0-msix94: PCI-MSI-X enabled: IRQ 202
[   11.672558] mpt3sas0-msix95: PCI-MSI-X enabled: IRQ 203
[   11.677783] mpt3sas_cm0: iomem(0x00000000e2100000), mapped(0x000000005a4ccb6b), size(65536)
[   11.686129] mpt3sas_cm0: ioport(0x0000000000001000), size(256)
[   11.749754] mpt3sas_cm0: CurrentHostPageSize is 0: Setting default host page size to 4k
[   11.757752] mpt3sas_cm0: sending message unit reset !!
[   11.764252] mpt3sas_cm0: message unit reset: SUCCESS
[   11.796345] mpt3sas_cm0: scatter gather: sge_in_main_msg(1), sge_per_chain(7), sge_per_io(128), chains_per_io(19)
[   11.807803] mpt3sas_cm0: request pool(0x0000000009553caa) - dma(0xe0600000): depth(9700), frame_size(128), pool_size(1212 kB)
[   11.844657] mpt3sas_cm0: sense pool(0x00000000f70f1946) - dma(0xdef00000): depth(9463), element_size(96), pool_size (887 kB)
[   11.855978] mpt3sas_cm0: reply pool(0x00000000b72dce0c) - dma(0xdec00000): depth(9764), frame_size(128), pool_size(1220 kB)
[   11.867115] mpt3sas_cm0: config page(0x0000000046fdb946) - dma(0xdebee000): size(512)
[   11.874946] mpt3sas_cm0: Allocated physical memory: size(40437 kB)
[   11.881125] mpt3sas_cm0: Current Controller Queue Depth(9460),Max Controller Queue Depth(9584)
[   11.889731] mpt3sas_cm0: Scatter Gather Elements per IO(128)
[   11.940901] mpt3sas_cm0: _base_display_fwpkg_version: complete
[   11.946739] mpt3sas_cm0: FW Package Ver(16.17.01.00)
[   11.951983] mpt3sas_cm0: LSISAS3008: FWVersion(16.00.11.00), ChipRevision(0x02)
[   11.959288] mpt3sas_cm0: Protocol=(Initiator,Target), Capabilities=(TLR,EEDP,Snapshot Buffer,Diag Trace Buffer,Task Set Full,NCQ)
[   11.971004] scsi host8: Fusion MPT SAS Host
[   11.977035] mpt3sas_cm0: sending port enable !!
[   11.981982] mpt3sas_cm0: hba_port entry: 00000000204dc955, port: 255 is added to hba_port list
[   11.991651] mpt3sas_cm0: host_add: handle(0x0001), sas_addr(0x52cea7f0be87bf00), phys(8)
[   12.000069] mpt3sas_cm0: handle(0xa) sas_address(0x4433221100000000) port_type(0x1)
[   12.008905] scsi 8:0:0:0: Direct-Access     ATA      MTFDDAK960TDT    J004 PQ: 0 ANSI: 6
[   12.016993] scsi 8:0:0:0: SATA: handle(0x000a), sas_addr(0x4433221100000000), phy(0), device_name(0x500a075131911ad0)
[   12.027592] scsi 8:0:0:0: enclosure logical id (0x52cea7f0be87bf00), slot(1) 
[   12.034716] scsi 8:0:0:0: enclosure level(0x0001), connector name(     )
[   12.041466] scsi 8:0:0:0: atapi(n), ncq(y), asyn_notify(n), smart(y), fua(y), sw_preserve(y)
[   12.049898] scsi 8:0:0:0: qdepth(32), tagged(1), scsi_level(7), cmd_que(1)
[   12.064721]  end_device-8:0: add: handle(0x000a), sas_addr(0x4433221100000000)
[   12.072057] mpt3sas_cm0: handle(0xc) sas_address(0x58ce38ee219651a2) port_type(0x1)
[   12.080688] scsi 8:0:1:0: Direct-Access     KIOXIA   KPM6WVUG960G     BD08 PQ: 0 ANSI: 6
[   12.088777] scsi 8:0:1:0: SSP: handle(0x000c), sas_addr(0x58ce38ee219651a2), phy(4), device_name(0x58ce38ee219651a0)
[   12.099292] scsi 8:0:1:0: enclosure logical id (0x52cea7f0be87bf00), slot(0) 
[   12.106423] scsi 8:0:1:0: enclosure level(0x0001), connector name(     )
[   12.113139] scsi 8:0:1:0: qdepth(254), tagged(1), scsi_level(7), cmd_que(1)
[   12.121913]  end_device-8:1: add: handle(0x000c), sas_addr(0x58ce38ee219651a2)
[   12.129245] mpt3sas_cm0: handle(0xb) sas_address(0x4433221106000000) port_type(0x1)
[   12.138004] scsi 8:0:2:0: Direct-Access     ATA      MTFDDAK960TDT    J004 PQ: 0 ANSI: 6
[   12.146100] scsi 8:0:2:0: SATA: handle(0x000b), sas_addr(0x4433221106000000), phy(6), device_name(0x500a075131911a6f)
[   12.156696] scsi 8:0:2:0: enclosure logical id (0x52cea7f0be87bf00), slot(2) 
[   12.163820] scsi 8:0:2:0: enclosure level(0x0001), connector name(     )
[   12.170573] scsi 8:0:2:0: atapi(n), ncq(y), asyn_notify(n), smart(y), fua(y), sw_preserve(y)
[   12.179011] scsi 8:0:2:0: qdepth(32), tagged(1), scsi_level(7), cmd_que(1)
[   12.193770]  end_device-8:2: add: handle(0x000b), sas_addr(0x4433221106000000)
[   12.220257] mpt3sas_cm0: port enable: SUCCESS
[   12.224901] sd 8:0:0:0: Attached scsi generic sg0 type 0
[   12.225455] sd 8:0:0:0: [sda] 1875385008 512-byte logical blocks: (960 GB/894 GiB)
[   12.230453] sd 8:0:1:0: Attached scsi generic sg1 type 0
[   12.237784] sd 8:0:0:0: [sda] 4096-byte physical blocks
[   12.239797] sd 8:0:0:0: [sda] Write Protect is off
[   12.243116] sd 8:0:1:0: [sdb] 1875385008 512-byte logical blocks: (960 GB/894 GiB)
[   12.243393] sd 8:0:2:0: Attached scsi generic sg2 type 0
[   12.243990] sd 8:0:2:0: [sdc] 1875385008 512-byte logical blocks: (960 GB/894 GiB)
[   12.243995] sd 8:0:2:0: [sdc] 4096-byte physical blocks
[   12.245999] sd 8:0:2:0: [sdc] Write Protect is off
[   12.247287] sd 8:0:2:0: [sdc] Write cache: enabled, read cache: enabled, supports DPO and FUA
[   12.249102] sd 8:0:0:0: [sda] Write cache: enabled, read cache: enabled, supports DPO and FUA
[   12.253123] sd 8:0:1:0: [sdb] 4096-byte physical blocks
[   12.306036] sd 8:0:1:0: [sdb] Write Protect is off
[   12.311040] sd 8:0:1:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[   12.330093]  sdc: sdc1 sdc2
[   12.333015] sd 8:0:2:0: [sdc] Attached SCSI disk
[   12.346252]  sda: sda1 sda2 sda3 sda4 sda5 sda6 sda7
[   12.351538] sd 8:0:0:0: [sda] Attached SCSI disk
[   12.361439]  sdb: sdb1 sdb2
[   12.364356] sd 8:0:1:0: [sdb] Attached SCSI disk
[   14.602859] ccp 0000:46:00.1: SEV API:1.55 build:17
[   14.607766] ccp 0000:46:00.1: SEV-SNP API:1.55 build:17
[^[[0;32m  OK  ^[[0m] Found device ^[[0;1;39m/dev/mapper/rhel_hostname-root^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mInitrd Root Device^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mdracut initqueue hook^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mPreparation for Remote File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mRemote File Systems^[[0m.
         Starting ^[[0;1;39mFile System Check…/mapper/rhel_hostname-root^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mFile System Check…ev/mapper/rhel_hostname-root^[[0m.
         Mounting ^[[0;1;39m/sysroot^[[0m...
[   15.248174] SGI XFS with ACLs, security attributes, realtime, quota, no debug enabled
[   15.258356] XFS (dm-1): Mounting V5 Filesystem 254e7c99-a3df-41be-8429-d28e07cb528a
[   15.281659] XFS (dm-1): Ending clean mount
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39m/sysroot^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mInitrd Root File System^[[0m.
         Starting ^[[0;1;39mReload Configuration from the Real Root^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mReload Configuration from the Real Root^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mInitrd File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mInitrd Default Target^[[0m.
         Starting ^[[0;1;39mdracut pre-pivot and cleanup hook^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mdracut pre-pivot and cleanup hook^[[0m.
         Starting ^[[0;1;39mCleaning Up and Shutting Down Daemons^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mNetwork^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mTimer Units^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mD-Bus System Message Bus Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mdracut pre-pivot and cleanup hook^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mInitrd Default Target^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mBasic System^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mInitrd Root Device^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mInitrd /usr File System^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mPath Units^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mRemote File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mPreparation for Remote File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mSlice Units^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mSocket Units^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mSystem Initialization^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mLocal File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mSwaps^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mdracut initqueue hook^[[0m.
         Starting ^[[0;1;39mPlymouth switch root service^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mApply Kernel Variables^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mLoad Kernel Modules^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mCreate Volatile Files and Directories^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mColdplug All udev Devices^[[0m.
         Stopping ^[[0;1;39mRule-based Manage…for Device Events and Files^[[0m...
[^[[0;32m  OK  [   15.794821] systemd-journald[1095]: Received SIGTERM from PID 1 (systemd).
^[[0m] Finished ^[[0;1;39mCleaning Up and Shutting Down Daemons^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mPlymouth switch root service^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mRule-based Manager for Device Events and Files^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mudev Control Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mudev Kernel Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mdracut pre-udev hook^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mdracut cmdline hook^[[0m.
         Starting ^[[0;1;39mCleanup udev Database^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mCreate Static Device Nodes in /dev^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mCreate List of Static Device Nodes^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mCreate System Users^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCleanup udev Database^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSwitch Root^[[0m.
         Starting ^[[0;1;39mSwitch Root^[[0m...
[   15.896439] systemd[1]: RTC configured in localtime, applying delta of 330 minutes to system time.
[   15.908191] systemd[1]: systemd 250-12.el9_1 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 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK +XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[   15.940082] systemd[1]: Detected architecture x86-64.

Welcome to ^[[0;31mRed Hat Enterprise Linux 9.1 (Plow)^[[0m!

[   15.996545] systemd-rc-local-generator[1750]: /etc/rc.d/rc.local is not marked executable, skipping.
[   16.241795] systemd[1]: initrd-switch-root.service: Deactivated successfully.
[   16.249099] systemd[1]: Stopped Switch Root.
[^[[0;32m  OK  ^[[[   16.253658] systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1.
0m] Stopped ^[[0;[   16.264254] systemd[1]: Created slice Virtual Machine and Container Slice.
1;39mSwitch Root[   16.272620] systemd[1]: Created slice Slice /system/getty.
^[[0m.
[^[[0;32m[   16.279477] systemd[1]: Created slice Slice /system/modprobe.
  OK  ^[[0m] Crea[   16.286920] systemd[1]: Created slice Slice /system/serial-getty.
ted slice ^[[0;1;[   16.294066] systemd[1]: Created slice Slice /system/sshd-keygen.
39mVirtual Machi[   16.301448] systemd[1]: Created slice Slice /system/systemd-fsck.
ne and Container[   16.308816] systemd[1]: Created slice User and Session Slice.
 Slice^[[0m.
[^[[   16.315486] systemd[1]: Dispatch Password Requests to Console Directory Watch was skipped because of a failed condition check (ConditionPathExists=!/run/plymouth/pid).
[0;32m  OK  ^[[0m[   16.331805] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
] Created slice [   16.340922] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
^[[0;1;39mSlice /[   16.351515] systemd[1]: Reached target Local Encrypted Volumes.
system/getty^[[0m[   16.358821] systemd[1]: Stopped target Switch Root.
.
[^[[0;32m  OK[   16.365084] systemd[1]: Stopped target Initrd File Systems.
  ^[[0m] Created [   16.372035] systemd[1]: Stopped target Initrd Root File System.
slice ^[[0;1;39mS[   16.379334] systemd[1]: Reached target Local Integrity Protected Volumes.
lice /system/mod[   16.387513] systemd[1]: Reached target Path Units.
probe^[[0m.
[^[[[   16.393688] systemd[1]: Reached target Slice Units.
0;32m  OK  ^[[0m][   16.399945] systemd[1]: Reached target Local Verity Protected Volumes.
 Created slice ^[[   16.407905] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[0;1;39mSlice /s[   16.416093] systemd[1]: Listening on LVM2 poll daemon socket.
ystem/serial-get[   16.422927] systemd[1]: multipathd control socket was skipped because of a failed condition check (ConditionPathExists=/etc/multipath.conf).
ty^[[0m.
[^[[0;32m  OK  ^[[0m] Created slice ^[[0;1;39mSlice /system/sshd-keygen^[[0m.
[^[[0;32m  OK  ^[[0m] Created slice ^[[0;1;39mSlice /system/systemd-fsck^[[0m.
[^[[0;32m  OK  ^[[0m] Created slice ^[[0;1;39mUser and Session Slice^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mForward Password R…uests to Wall Directory Watch^[[0m.
[^[[0;32m  OK  ^[[0m] Set up automount ^[[0;1;39mArbitrary…s File System Automount Point^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mLocal Encr[   16.477338] systemd[1]: Listening on RPCbind Server Activation Socket.
ypted Volumes^[[0[   16.485028] systemd[1]: Reached target RPC Port Mapper.
m.
[^[[0;32m  O[   16.492770] systemd[1]: Listening on Process Core Dump Socket.
K  ^[[0m] Stopped[   16.498874] systemd[1]: Listening on initctl Compatibility Named Pipe.
 target ^[[0;1;39[   16.507181] systemd[1]: Listening on udev Control Socket.
mSwitch Root^[[0m[   16.513587] systemd[1]: Listening on udev Kernel Socket.
.
[^[[0;32m  OK  ^[[0m] Stopped [   16.521531] systemd[1]: Activating swap /dev/mapper/rhel_hostname-swap...
target ^[[0;1;39m[   16.526502] Adding 7815164k swap on /dev/mapper/rhel_hostname-swap.  Priority:-2 extents:1 across:7815164k SS
Initrd File Systems^[[0m.
[^[[0;[   16.542861] systemd[1]: Mounting Huge Pages File System...
32m  OK  ^[[0m] Stopped target ^[[[   16.550923] systemd[1]: Mounting POSIX Message Queue File System...
0;1;39mInitrd Ro[   16.559724] systemd[1]: Mounting Kernel Debug File System...
ot File System^[[[   16.566737] systemd[1]: Mounting Kernel Trace File System...
0m.
[^[[0;32m  [   16.572689] systemd[1]: Kernel Module supporting RPCSEC_GSS was skipped because of a failed condition check (ConditionPathExists=/etc/krb5.keytab).
OK  ^[[0m] Reached target ^[[0;1;3[   16.589687] systemd[1]: Starting Create List of Static Device Nodes...
9mLocal Integrit[   16.597748] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
y Protected Volu[   16.609265] systemd[1]: Starting Load Kernel Module configfs...
mes^[[0m.
[^[[0;[   16.616556] systemd[1]: Starting Load Kernel Module drm...
32m  OK  ^[[0m] R[   16.623383] systemd[1]: Starting Load Kernel Module fuse...
eached target ^[[0;1;39mPath Unit[   16.631044] systemd[1]: Starting Read and set NIS domainname from /etc/sysconfig/network...
s^[[0m.
[^[[0;32[   16.640430] systemd[1]: plymouth-switch-root.service: Deactivated successfully.
m  OK  ^[[0m] Rea[   16.649115] systemd[1]: Stopped Plymouth switch root service.
ched target ^[[0;[   16.656354] systemd[1]: systemd-fsck-root.service: Deactivated successfully.
1;39mSlice Units[   16.664655] systemd[1]: Stopped File System Check on Root Device.
^[[0m.
[^[[0;32m[   16.672193] systemd[1]: Stopped Journal Service.
  OK  ^[[0m] Reached target ^[[0;1[   16.680229] systemd[1]: Starting Journal Service...
;39mLocal Verity Protected Volum[   16.687999] systemd[1]: Starting Load Kernel Modules...
es^[[0m.
[^[[0;3[   16.691993] systemd-journald[1774]: File /run/log/journal/8f37f8055146469d8baec3ad508b0084/system.journal corrupted or uncleanly shut down, renaming and replacing.
2m  OK  ^[[0m] Li[   16.711020] systemd[1]: Starting Generate network units from Kernel command line...
stening on ^[[0;1;39mDevice-mappe[   16.720094] systemd[1]: Starting Remount Root and Kernel File Systems...
r event daemon F[   16.728333] systemd[1]: Repartition Root Disk was skipped because all trigger condition checks failed.
IFOs^[[0m.
[^[[0;32m  OK  ^[[0m] [   16.740245] systemd[1]: Starting Coldplug All udev Devices...
Listening on ^[[0;1;39mLVM2 poll daemon socket^[[0[   16.750581] systemd[1]: Activated swap /dev/mapper/rhel_hostname-swap.
m.
[^[[0;32m  O[   16.758844] systemd[1]: Started Journal Service.
K  ^[[0m] Listening on ^[[0;1;39mRPCbind Server Activation Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mRPC Port Mapper^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1[   16.779013] systemd-journald[1774]: Received client request to flush runtime journal.
;39mProcess Core Dump Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39minitctl Compatibility Named Pipe^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mudev Control Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mudev Kernel Socket^[[0m.
         Activating swap ^[[0;1;39m/dev/mapper/rhel_hostname-swap^[[0m...
         Mounting ^[[0;1;39mHuge Pages File System^[[0m...
         Mounting ^[[0;1;39mPOSIX Message Queue File System^[[0m...
         Mounting ^[[0;1;39mKernel Debug File System^[[0m...
         Mounting ^[[0;1;39mKernel Trace File System^[[0m...
         Starting ^[[0;1;39mCreate List of Static Device Nodes^[[0m...
         Starting ^[[0;1;39mMonitoring of LVM…meventd or progress polling^[[0m...
         Starting ^[[0;1;39mLoad Kernel Module configfs^[[0m...
         Starting ^[[0;1;39mLoad Kernel Module drm^[[0m...
         Starting ^[[0;1;39mLoad Kernel Module fuse^[[0m...
         Starting ^[[0;1;39mRead and set NIS …from /etc/sysconfig/network^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mPlymouth switch root service^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mFile System Check on Root Device^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mJournal Service^[[0m.
         Starting ^[[0;1;39mJournal Service^[[0m...
         Starting ^[[0;1;39mLoad Kernel Modules^[[0m...
         Starting ^[[0;1;39mGenerate network …ts from Kernel command line^[[0m...
         Starting ^[[0;1;39mRemount Root and Kernel File Systems^[[0m...
         Starting ^[[0;1;39mColdplug All udev Devices^[[0m...
[^[[0;32m  OK  ^[[0m] Activated swap ^[[0;1;39m/dev/mapper/rhel_hostname-swap^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mJournal Service^[[0m.
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39mHuge Pages File System^[[0m.
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39mPOSIX Message Queue File System^[[0m.
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39mKernel Debug File System^[[0m.
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39mKernel Trace File System^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate List of Static Device Nodes^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mMonitoring of LVM… dmeventd or progress polling^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mL[   16.974804] IPMI message handler: version 39.2
oad Kernel Module configfs^[[0m.\r[   16.982692] ipmi device interface

[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mLoad Ker[   16.989827] ipmi_si: IPMI System Interface driver
nel Module drm^[[[   16.995346] ipmi_si dmi-ipmi-si.0: ipmi_platform: probing via SMBIOS
0m.
[^[[0;32m  [   17.003051] ipmi_platform: ipmi_si: SMBIOS: io 0xca8 regsize 1 spacing 4 irq 10
OK  ^[[0m] Finish[   17.011738] ipmi_si: Adding SMBIOS-specified kcs state machine
ed ^[[0;1;39mLoad[   17.019062] ipmi_si IPI0001:00: ipmi_platform: probing via ACPI
 Kernel Module f[   17.026307] ipmi_si IPI0001:00: ipmi_platform: [io  0x0ca8] regsize 1 spacing 4 irq 10
use^[[0m.
[^[[0;[   17.035749] ipmi_si dmi-ipmi-si.0: Removing SMBIOS-specified kcs state machine in favor of ACPI
32m  OK  ^[[0m] F[   17.045651] ipmi_si: Adding ACPI-specified kcs state machine
inished ^[[0;1;39[   17.052761] ipmi_si: Trying ACPI-specified kcs state machine at i/o address 0xca8, slave address 0x20, irq 10
mRead and set NIS …e from /etc[   17.066325] pstore: backend 'erst' already in use: ignoring 'efi_pstore'
/sysconfig/network^[[0m.
[^[[0;32m  OK  ^[[0m] Fi[   17.076326] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
nished ^[[0;1;39m[   17.076390] input: PC Speaker as /devices/platform/pcspkr/input/input3
Load Kernel Modu[   17.085011] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
les^[[0m.
[^[[0;32m  OK  ^[[0m] F[   17.103313] RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
inished ^[[0;1;39[   17.106545] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
mGenerate networ[   17.112579] RAPL PMU: hw unit of domain package 2^-16 Joules
k units from Ker[   17.121801] i2c i2c-3: Successfully instantiated SPD at 0x50
nel command line^[[0m.
[^[[0;32m[   17.137474] i2c i2c-3: Successfully instantiated SPD at 0x51
  OK  ^[[0m] Fini[   17.144252] i2c i2c-3: Successfully instantiated SPD at 0x52
shed ^[[0;1;39mRe[   17.151284] i2c i2c-3: Successfully instantiated SPD at 0x53
mount Root and K[   17.158337] i2c i2c-3: Successfully instantiated SPD at 0x54
ernel File Syste[   17.165369] i2c i2c-3: Successfully instantiated SPD at 0x55
ms^[[0m.
[^[[0;3[   17.172287] i2c i2c-3: Successfully instantiated SPD at 0x56
2m  OK  ^[[0m] Re[   17.179450] i2c i2c-3: Successfully instantiated SPD at 0x57
ached target ^[[0;1;39mSwaps^[[0m.
         Mounting ^[[0;1;39mFUSE Control File System^[[0m...
         Mounting ^[[0;1;39mKernel Configuration File System^[[0m...
         Starting ^[[0;1;39mFlush Journal to Persistent Storage^[[0m...
         Starting ^[[0;1;39mLoad/Save Random Seed^[[0[   17.209667] ee1004 3-0050: 512 byte EE1004-compliant SPD EEPROM, read-only
m...
         [   17.218884] ee1004 3-0051: 512 byte EE1004-compliant SPD EEPROM, read-only
Starting ^[[0;1;3[   17.227133] ee1004 3-0052: 512 byte EE1004-compliant SPD EEPROM, read-only
9mApply Kernel V[   17.235396] ee1004 3-0053: 512 byte EE1004-compliant SPD EEPROM, read-only
ariables^[[0m...\r[   17.243639] ee1004 3-0054: 512 byte EE1004-compliant SPD EEPROM, read-only

         Start[   17.251898] ee1004 3-0055: 512 byte EE1004-compliant SPD EEPROM, read-only
ing ^[[0;1;39mCre[   17.260156] ee1004 3-0056: 512 byte EE1004-compliant SPD EEPROM, read-only
ate Static Devic[   17.268287] ee1004 3-0057: 512 byte EE1004-compliant SPD EEPROM, read-only
[   17.272542] kvm_amd: TSC scaling supported
e Nodes in /dev^[[   17.279677] kvm_amd: Nested Virtualization enabled
[0m...
[^[[0;32[   17.285848] kvm_amd: Nested Paging enabled
m  OK  ^[[0m] Mou[   17.291334] kvm_amd: LBR virtualization supported
nted ^[[0;1;39mFU[   17.297424] kvm_amd: SEV enabled (ASIDs 101 - 509)
SE Control File [   17.303603] kvm_amd: SEV-ES enabled (ASIDs 1 - 100)
System^[[0m.
[^[[   17.309872] kvm_amd: SEV-SNP enabled (ASIDs 1 - 100)
[0;32m  OK  ^[[0m[   17.316422] kvm_amd: Virtual VMLOAD VMSAVE supported
] Mounted ^[[0;1;[   17.322576] kvm_amd: Virtual GIF supported
39mKernel Configuration File System^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mLoad/Save Random Seed^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mFlush Journal to Persistent Storage^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;[   17.346750] EDAC MC0: Giving out device to module amd64_edac controller F19h: DEV 0000:00:18.3 (INTERRUPT)
1;39mApply Kerne[   17.357126] EDAC amd64: F19h detected (node 0).
l Variables^[[0m.[   17.363056] EDAC amd64: MC: 0:     0MB 1:     0MB

[^[[0;32m  OK [   17.369140] EDAC amd64: MC: 2: 16384MB 3: 16384MB
 ^[[0m] Finished [   17.375238] EDAC amd64: MC: 0:     0MB 1:     0MB
^[[0;1;39mCreate [   17.381323] EDAC amd64: MC: 2: 16384MB 3: 16384MB
Static Device No[   17.387423] EDAC amd64: MC: 0:     0MB 1:     0MB
des in /dev^[[0m.[   17.393507] EDAC amd64: MC: 2: 16384MB 3: 16384MB

         Star[   17.399600] EDAC amd64: MC: 0:     0MB 1:     0MB
ting ^[[0;1;39mRu[   17.405686] EDAC amd64: MC: 2: 16384MB 3: 16384MB
le-based Manageā[   17.411775] EDAC amd64: MC: 0:     0MB 1:     0MB
€¦for Device Eve[   17.417860] EDAC amd64: MC: 2: 16384MB 3: 16384MB
nts and Files^[[0[   17.423961] EDAC amd64: MC: 0:     0MB 1:     0MB
m...
[^[[0;32m [   17.430046] EDAC amd64: MC: 2: 16384MB 3: 16384MB
 OK  ^[[0m] Start[   17.436145] EDAC amd64: MC: 0:     0MB 1:     0MB
ed ^[[0;1;39mRule[   17.442232] EDAC amd64: MC: 2: 16384MB 3: 16384MB
-based Manager f[   17.448332] EDAC amd64: MC: 0:     0MB 1:     0MB
or Device Events[   17.454416] EDAC amd64: MC: 2: 16384MB 3: 16384MB
 and Files^[[0m.
         Starting ^[[0;1;39mLoad Kernel Module configfs^[[0m...\r[   17.466029] intel_rapl_common: Found RAPL domain package

         Start[   17.472747] intel_rapl_common: Found RAPL domain core
ing ^[[0;1;39mLoa[   17.479715] amd_atl: AMD Address Translation Library initialized
d Kernel Module fuse^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mLoad Kernel Module configfs^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mLoad Kernel Module fuse^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mColdplug All udev Devices^[[0m.
         Starting ^[[0;1;39mWait for udev To …plete Device Initialization^[[0m...
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mLoad/Save RF …itch Status /dev/rfkill Watch^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39m/usr/sbin/lvm vgch…tivation event rhel_hostname^[[0m.
[   19.072269] ipmi_si IPI0001:00: The BMC does not support setting the recv irq bit, compensating, but the BMC needs to be fixed.
[   19.104299] power_meter ACPI000D:00: Waiting for ACPI IPMI timeout
[   19.110875] ACPI Error: AE_NOT_EXIST, Returned by Handler for [IPMI] (20240322/evregion-301)
[   19.119328] ACPI Error: Region IPMI (ID=7) has no handler (20240322/exfldio-261)
[   19.126733] 
[   19.128232] No Local Variables are initialized for Method [_GHL]
[   19.134241] 
[   19.135738] No Arguments are initialized for method [_GHL]
[   19.141230] 
[   19.142729] ACPI Error: Aborting method \_SB.PMI0._GHL due to previous error (AE_NOT_EXIST) (20240322/psparse-529)
[   19.153091] ACPI Error: Aborting method \_SB.PMI0._PMC due to previous error (AE_NOT_EXIST) (20240322/psparse-529)
[   19.153167] ipmi_si IPI0001:00: Using irq 10
[   19.163446] ACPI: \_SB_.PMI0: _PMC evaluation failed: AE_NOT_EXIST
[   19.180840] ipmi_si IPI0001:00: IPMI message handler: Found new BMC (man_id: 0x0002a2, prod_id: 0x0100, dev_id: 0x20)
[^[[0m^[[0;31m*     ^[[0m] A start job is running for Wait for… Device Initialization (3s / 3min)
[   19.820164] ipmi_si IPI0001:00: IPMI kcs interface initialized
[   19.828377] ipmi_ssif: IPMI SSIF Interface driver
^[M\r^[[K[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mWait for udev To Complete Device Initialization^[[0m.
^[[K[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mPreparation for Local File Systems^[[0m.
         Mounting ^[[0;1;39m/boot^[[0m...
      [   19.883981] XFS (sda6): Mounting V5 Filesystem 8a4de4ea-bc9f-4c69-9e30-c78fbc184188
   Mounting ^[[0;[   19.886088] XFS (dm-0): Mounting V5 Filesystem 3e33526b-995a-4b32-9d5d-d26941ce5b47
1;39m/home^[[0m...
         Starting ^[[0;1;39mFile System Check…/dev/disk/by-uuid/FBE5-86EF^[[0m...
[   19.911407] XFS (sda6): Ending clean mount
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;[   19.920922] XFS (dm-0): Ending clean mount
1;39m/boot^[[0m.
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39m/home^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mFile System Check…n /dev/disk/by-uuid/FBE5-86EF^[[0m.
         Mounting ^[[0;1;39m/boot/efi^[[0m...
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39m/boot/efi^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mLocal File Systems^[[0m.
         Starting ^[[0;1;39mTell Plymouth To Write Out Runtime Data^[[0m...
         Starting ^[[0;1;39mCreate Volatile Files and Directories^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mTell Plymouth To Write Out Runtime Data^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate Volatile Files and Directories^[[0m.
         Mounting ^[[0;1;39mRPC Pipe File System^[[0m...
         Starting ^[[0;1;39mSecurity Auditing Service^[[0m...
         Starting ^[[0;1;39mRPC Bind^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mRPC Bind^[[0m.
[   20.020176] RPC: Registered named UNIX socket transport module.
[   20.026124] RPC: Registered udp transport module.
[   20.030833] RPC: Registered tcp transport module.
[   20.035542] RPC: Registered tcp-with-tls transport module.
[   20.041028] RPC: Registered tcp NFSv4.1 backchannel transport module.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mSecurity Auditing Service^[[0m.
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39mRPC Pipe File System^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mrpc_pipefs.target^[[0m.
         Starting ^[[0;1;39mRecord System Boot/Shutdown in UTMP^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mRecord System Boot/Shutdown in UTMP^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSystem Initialization^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mdnf makecache --timer^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mDaily rotation of log files^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mUpdates mlocate database every day^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mDaily Cleanup of Temporary Directories^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mdaily update of the root trust anchor for DNSSEC^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mTimer Units^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mD-Bus System Message Bus Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mOpen-iSCSI iscsid Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mOpen-iSCSI iscsiuio Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mSSSD Kerberos…ache Manager responder socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt interface daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt locking daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt locking daemon admin socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt logging daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt logging daemon admin socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt network daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt nodedev daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt nwfilter daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt proxy daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt QEMU daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt QEMU daemon admin socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt QEMU daemon read-only socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt secret daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt storage daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSocket Units^[[0m.
         Starting ^[[0;1;39mD-Bus System Message Bus^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mD-Bus System Message Bus^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mBasic System^[[0m.
         Starting ^[[0;1;39mNTP client/server^[[0m...
         Starting ^[[0;1;39mRestore /run/initramfs on shutdown^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mirqbalance daemon^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mlibstoragemgmt plug-in server daemon^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mLow Memory Monitor^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mMachine Check Exception Logging Daemon^[[0m.
         Starting ^[[0;1;39mAuthorization Manager^[[0m...
         Starting ^[[0;1;39mSystem Logging Service^[[0m...
         Starting ^[[0;1;39mSelf Monitoring a…g Technology (SMART) Daemon^[[0m...
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39msshd-keygen.target^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mUser and Group Name Lookups^[[0m.
         Starting ^[[0;1;39mUser Login Management^[[0m...
         Starting ^[[0;1;39mVirtual Machine a…tainer Registration Service^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mRestore /run/initramfs on shutdown^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mSystem Logging Service^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mVirtual Machine an…ontainer Registration Service^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mUser Login Management^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mNTP client/server^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mSelf Monitoring an…ing Technology (SMART) Daemon^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mAuthorization Manager^[[0m.
         Starting ^[[0;1;39mfirewalld - dynamic firewall daemon^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mfirewalld - dynamic firewall daemon^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mPreparation for Network^[[0m.
         Starting ^[[0;1;39mNetwork Manager^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mNetwork Manager^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mNetwork^[[0m.
         Starting ^[[0;1;39mNetwork Manager Wait Online^[[0m...
         Starting ^[[0;1;39mGSSAPI Proxy Daemon^[[0m...
         Starting ^[[0;1;39mEnable periodic u…f entitlement certificates.^[[0m...
         Starting ^[[0;1;39mOpenSSH server daemon^[[0m...
         Starting ^[[0;1;39mDynamic System Tuning Daemon^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mEnable periodic up… of entitlement certificates.^[[0m.
         Starting ^[[0;1;39mHostname Service^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mOpenSSH server daemon^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mGSSAPI Proxy Daemon^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mNFS client services^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mHostname Service^[[0m.
         Starting ^[[0;1;39mNetwork Manager Script Dispatcher Service^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mNetwork Manager Script Dispatcher Service^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mDynamic System Tuning Daemon^[[0m.
[^[[0;1;31m*^[[0m^[[0;31m*    ^[[0m] A start job is running for Network Manager Wait Online (7s / no limit)
^[M\r^[[K[^[[0;31m*^[[0;1;31m*^[[0m^[[0;31m*   ^[[0m] A start job is running for Network Manager Wait Online (8s / no limit)
[   24.348946] tg3 0000:c1:00.0 eth0: Link is up at 1000 Mbps, full duplex
[   24.355571] tg3 0000:c1:00.0 eth0: Flow control is off for TX and off for RX
[   24.362623] tg3 0000:c1:00.0 eth0: EEE is disabled
^[M\r^[[K[ ^[[0;31m*^[[0;1;31m*^[[0m^[[0;31m*  ^[[0m] A start job is running for Network Manager Wait Online (8s / no limit)
^[M\r^[[K[  ^[[0;31m*^[[0;1;31m*^[[0m^[[0;31m* ^[[0m] A start job is running for Network Manager Wait Online (9s / no limit)
^[M\r^[[K[   ^[[0;31m*^[[0;1;31m*^[[0m^[[0;31m*^[[0m] A start job is running for Network Manager Wait Online (9s / no limit)
^[M\r^[[K[    ^[[0;31m*^[[0;1;31m*^[[0m] A start job is running for Network …nager Wait Online (10s / no limit)
^[M\r^[[K[     ^[[0;31m*^[[0m] A start job is running for Network …nager Wait Online (10s / no limit)
^[M\r^[[K[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mNetwork Manager Wait Online^[[0m.
^[[K[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mNetwork is Online^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mPreparation for Remote File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mRemote File Systems^[[0m.
         Starting ^[[0;1;39mNotify NFS peers of a restart^[[0m...
         Starting ^[[0;1;39mPermit User Sessions^[[0m...
         Starting ^[[0;1;39mlibvirt QEMU daemon^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mNotify NFS peers of a restart^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mPermit User Sessions^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mDeferred execution scheduler^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mCommand Scheduler^[[0m.
         Starting ^[[0;1;39mHold until boot process finishes up^[[0m...
         Starting ^[[0;1;39mTerminate Plymouth Boot Screen^[[0m...
[   27.050472] fbcon: Taking over console
[   27.113182] Console: switching to colour frame buffer device 240x90

Red Hat Enterprise Linux 9.1 (Plow)
Kernel 6.11.0-rc4-d2bafcf224-d2bafcf224f on an x86_64

Activate the web console with: systemctl enable --now cockpit.socket

hostname login: [  233.793087] usb 3-1.2: USB disconnect, device number 4
[70083.206751] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[70083.269605] systemd-rc-local-generator[8475]: /etc/rc.d/rc.local is not marked executable, skipping.
[70562.243553] block dm-1: the capability attribute has been deprecated.
[70616.124857] mpt3sas 0000:01:00.0: Using 63-bit DMA addresses
[70878.740567] evm: overlay not supported
[71484.574439] sda6: Can't mount, would change RO state
^[[2J^[[3J^[[-1;-1f[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mShow Plymouth Reboot with kexec Screen^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mUser Manager for UID 0^[[0m.
         Stopping ^[[0;1;39mUser Runtime Directory /run/user/0^[[0m...
[^[[0;32m  OK  ^[[0m] Unmounted ^[[0;1;39m/run/user/0^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mSystem Logging Service^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mNTP client/server^[[0m.
[^[[0;32m  OK  ^[[0m] Unmounted ^[[0;1;39mRPC Pipe File System^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mUser Runtime Directory /run/user/0^[[0m.
[^[[0;32m  OK  ^[[0m] Removed slice ^[[0;1;39mUser Slice of UID 0^[[0m.
         Stopping ^[[0;1;39mPermit User Sessions^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mUser Login Management^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mPermit User Sessions^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mUser and Group Name Lookups^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mRemote File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mPreparation for Remote File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mNFS client services^[[0m.
         Stopping ^[[0;1;39mGSSAPI Proxy Daemon^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mGSSAPI Proxy Daemon^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mLow Memory Monitor^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mDynamic System Tuning Daemon^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mNetwork^[[0m.
         Stopping ^[[0;1;39mNetwork Manager^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mNetwork Manager^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mPreparation for Network^[[0m.
         Stopping ^[[0;1;39mfirewalld - dynamic firewall daemon^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mfirewalld - dynamic firewall daemon^[[0m.
         Stopping ^[[0;1;39mAuthorization Manager^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mAuthorization Manager^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mBasic System^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mForward Password R…s to Plymouth Directory Watch^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mPath Units^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mSlice Units^[[0m.
[^[[0;32m  OK  ^[[0m] Removed slice ^[[0;1;39mVirtual Machine and Container Slice^[[0m.
[^[[0;32m  OK  ^[[0m] Removed slice ^[[0;1;39mUser and Session Slice^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mSocket Units^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mOpen-iSCSI iscsid Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mOpen-iSCSI iscsiuio Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mlibvirt legacy monolithic daemon admin socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mlibvirt legacy monolithic daemon read-only socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mlibvirt legacy monolithic daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mSSSD Kerbero[71486.640671] audit: type=1305 audit(1725334496.940:828): op=set audit_pid=0 old=2291 auid=4294967295 ses=4294967295 subj=unconfined res=1
s Cache Manager responder socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mlibvirt locking daemon admin socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mlibvirt locking daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mlibvirt logging daemon admin socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mlibvirt logging daemon socket^[[0m.
         Stopping ^[[0;1;39mD-Bus System Message Bus^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mD-Bus System Message Bus^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mD-Bus System Message Bus Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mSystem Initialization^[[0m.
[^[[0;32m  OK  ^[[0m] Unset automount ^[[0;1;39mArbitrary …s File System Automount Point^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mLocal Encrypted Volumes^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mForward Password R…uests to Wall Directory Watch^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mLocal Integrity Protected Volumes^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mSwaps^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mLocal Verity Protected Volumes^[[0m.
         Deactivating swap ^[[0;1;39m/dev/dis…dm-name-rhel_hostname-swap^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mRead and set NIS d…e from /etc/sysconfig/network^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mApply Kernel Variables^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mLoad Kernel Modules^[[0m.
         Stopping ^[[0;1;39mRecord System Boot/Shutdown in UTMP^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mRecord System Boot/Shutdown in UTMP^[[0m.
         Stopping ^[[0;1;39mSecurity Auditing Service^[[0m...
[^[[0;32m  OK  ^[[0m] Deactivated swap ^[[0;1;39m/dev/disk…yeb12DWUnp5czhD1hrKFNCXkJMetK^[[0m.
[^[[0;32m  OK  ^[[0m] Deactivated swap ^[[0;1;39m/dev/disk…f-0fb1-4c94-97ac-38505613fcbf^[[0m.
[^[[0;32m  OK  ^[[0m] Deactivated swap ^[[0;1;39m/dev/rhel_hostname/swap^[[0m.
[^[[0;32m  OK  ^[[0m] Deactivated swap ^[[0;1;39m/dev/disk…d/dm-name-rhel_hostname-swap^[[0m.
[^[[0;32m  OK  ^[[0m] Deactivated swap ^[[0;1;39m/dev/dm-2^[[0m.
[^[[0;32m  OK  ^[[0m] Deactivated swap ^[[0;1;39m/dev/mapper/rhel_hostname-swap^[[0m.
[^[[0;32m  OK  ^[[[71487.058333] audit: type=1131 audit(1725334497.356:829): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=auditd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
0m] Stopped ^[[0;[71487.079209] audit: type=1131 audit(1725334497.376:830): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1;39mSecurity Auditing Service^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mCreate Volatile Files and Directories^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mLocal File Systems^[[0m.
         Unmounting ^[[0;1;39m/boot/efi^[[0m...
         Unmounting ^[[0;1;39m/home^[[0m...
[^[[0;32m  OK  ^[[[71487.359634] audit: type=1131 audit(1725334497.656:831): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=systemd-fsck@dev-disk-by\x2duuid-FBE5\x2d86EF comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
0m] Unmounted ^[[[71487.383774] XFS (sda6): Unmounting Filesystem 8a4de4ea-bc9f-4c69-9e30-c78fbc184188
0;1;39m/boot/efi^[[0m.
         Unmounting ^[[0;1;39m/boot^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mFile System Check on /dev/disk/by-uuid/FBE5-86EF^[[0m.
[^[[0;32m  OK  ^[[0m] Removed slice ^[[0;1;39mSlice /system/systemd-fsck^[[0m.
[^[[0;32m  OK  ^[[0m] Unmounted ^[[0;1;39m/boot^[[0m.
[71488.912758] XFS (dm-0): Unmounting Filesystem 3e33526b-995a-4b32-9d5d-d26941ce5b47
[^[[0;32m  OK  ^[[0m] Unmounted ^[[0;1;39m/home^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mPreparation for Local File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mUnmount All Filesystems^[[0m.
         Stoppin[71489.137190] audit: type=1131 audit(1725334499.436:832): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=systemd-remount-fs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
g ^[[0;1;39mMonit[71489.158841] audit: type=1131 audit(1725334499.456:833): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
oring of LVM…meventd or progress polling^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mRemount Root and Kernel File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mCreate Static Device Nodes in /dev^[[0m.
[^[[0;32m  OK  ^[[[71489.254713] audit: type=1131 audit(1725334499.552:834): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
0m] Stopped ^[[0;1;39mMonitoring of LVM2… dmeventd or progress polling^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSystem Shutdown^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mLate Shutdown Services^[[0m.
         Starting ^[[0;1;39mReboot via kexec^[[0m...
[71489.321384] audit: type=1334 audit(1725334499.620:835): prog-id=57 op=UNLOAD
[71489.328434] audit: type=1334 audit(1725334499.620:836): prog-id=56 op=UNLOAD
[71489.335485] audit: type=1334 audit(1725334499.624:837): prog-id=61 op=UNLOAD
[71489.385115] systemd-shutdown[1]: Syncing filesystems and block devices.
[71489.391769] systemd-shutdown[1]: Sending SIGTERM to remaining processes...
[71489.418795] systemd-journald[1774]: Received SIGTERM from PID 1 (systemd-shutdow).
[71489.452724] systemd-shutdown[1]: Sending SIGKILL to remaining processes...
[71489.477553] systemd-shutdown[1]: Unmounting file systems.
[71489.483679] [337654]: Remounting '/' read-only with options 'attr2,inode64,logbufs=8,logbsize=32k,noquota'.
[71489.637743] systemd-shutdown[1]: All filesystems unmounted.
[71489.643343] systemd-shutdown[1]: Deactivating swaps.
[71489.648360] systemd-shutdown[1]: All swaps deactivated.
[71489.653614] systemd-shutdown[1]: Detaching loop devices.
[71489.659717] systemd-shutdown[1]: All loop devices detached.
[71489.665300] systemd-shutdown[1]: Stopping MD devices.
[71489.670422] systemd-shutdown[1]: All MD devices stopped.
[71489.675742] systemd-shutdown[1]: Detaching DM devices.
[71489.681243] systemd-shutdown[1]: Detaching DM /dev/dm-2 (253:2).
[71489.716622] systemd-shutdown[1]: Detaching DM /dev/dm-0 (253:0).
[71489.772803] systemd-shutdown[1]: Not all DM devices detached, 1 left.
[71489.779340] systemd-shutdown[1]: Detaching DM devices.
[71489.784670] systemd-shutdown[1]: Not all DM devices detached, 1 left.
[71489.791155] systemd-shutdown[1]: Detaching DM devices.
[71489.796464] systemd-shutdown[1]: Not all DM devices detached, 1 left.
[71489.802922] systemd-shutdown[1]: Cannot finalize remaining DM devices, continuing.
[71489.842480] systemd-shutdown[1]: Failed to finalize DM devices, ignoring.
[71489.849586] systemd-shutdown[1]: Syncing filesystems and block devices.
[71489.856227] systemd-shutdown[1]: Rebooting with kexec.
[71490.072191] sd 8:0:2:0: [sdc] Synchronizing SCSI cache
[71490.077734] sd 8:0:0:0: [sda] Synchronizing SCSI cache
[71491.316786] mpt3sas_cm0: sending message unit reset !!
[71491.323435] mpt3sas_cm0: message unit reset: SUCCESS
[71491.330742] kvm: exiting hardware virtualization
[71491.335415] kexec_core: Starting new kernel


Invalid physical address chosen!




Physical KASLR disabled: no suitable memory region!

[    0.000000] Linux version 6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d (root@hostname.amd.com) (gcc (GCC) 11.4.1 20231218 (Red Hat 11.4.1-3), GNU ld version 2.35.2-43.el9) #1 SMP PREEMPT_DYNAMIC Tue Sep  3 08:48:34 IST 2024
[    0.000000] Command line: root=/dev/mapper/rhel_hostname-root ro selinux=0 console=ttyS0,115200n8 earlyprintk=ttyS0,115200 net.ifnames=0 biosdevname=0 swiotlb=131072 kvm_amd.debug_swap=0 mem_encrypt=off
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Hygon HygonGenuine
[    0.000000]   Centaur CentaurHauls
[    0.000000]   zhaoxin   Shanghai  
[    0.000000] SEV-SNP: RMP table physical range [0x0000000015e00000 - 0x00000000566fffff]
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000400-0x000000000008efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000008f000-0x000000000008ffff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000000090000-0x000000000009ffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000015dfffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000015e00000-0x00000000567fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000056800000-0x000000005a14afff] usable
[    0.000000] BIOS-e820: [mem 0x000000005a14b000-0x000000005a34afff] reserved
[    0.000000] BIOS-e820: [mem 0x000000005a34b000-0x0000000067acefff] usable
[    0.000000] BIOS-e820: [mem 0x0000000067acf000-0x000000006dfcefff] reserved
[    0.000000] BIOS-e820: [mem 0x000000006dfcf000-0x000000006edfefff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000006edff000-0x000000006effefff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000006efff000-0x000000006effffff] usable
[    0.000000] BIOS-e820: [mem 0x000000006f000000-0x000000006f00afff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000006f00b000-0x000000006fffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000070000000-0x000000008fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000aa000000-0x00000000aaffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000c5000000-0x00000000c5ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000e0ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fd000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000207fcfffff] usable
[    0.000000] BIOS-e820: [mem 0x000000207fd00000-0x000000207fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000002080000000-0x000000407f1fffff] usable
[    0.000000] BIOS-e820: [mem 0x000000407f200000-0x000000407fffffff] reserved
[    0.000000] printk: legacy bootconsole [earlyser0] enabled
[    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 0x0000000000000400-0x000000000008efff] usable
[    0.000000] reserve setup_data: [mem 0x000000000008f000-0x000000000008ffff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x0000000000090000-0x000000000009ffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000000100000-0x000000000010006f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000100070-0x0000000015dfffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000015e00000-0x00000000567fffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000056800000-0x000000005a14afff] usable
[    0.000000] reserve setup_data: [mem 0x000000005a14b000-0x000000005a34afff] reserved
[    0.000000] reserve setup_data: [mem 0x000000005a34b000-0x0000000067acefff] usable
[    0.000000] reserve setup_data: [mem 0x0000000067acf000-0x000000006dfcefff] reserved
[    0.000000] reserve setup_data: [mem 0x000000006dfcf000-0x000000006edfefff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x000000006edff000-0x000000006effefff] ACPI data
[    0.000000] reserve setup_data: [mem 0x000000006efff000-0x000000006effffff] usable
[    0.000000] reserve setup_data: [mem 0x000000006f000000-0x000000006f00afff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x000000006f00b000-0x000000006fffffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000070000000-0x000000008fffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000aa000000-0x00000000aaffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000c5000000-0x00000000c5ffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000e0000000-0x00000000e0ffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fd000000-0x00000000ffffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000207fcfffff] usable
[    0.000000] reserve setup_data: [mem 0x000000207fd00000-0x000000207fffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000002080000000-0x000000407f1fffff] usable
[    0.000000] reserve setup_data: [mem 0x000000407f200000-0x000000407fffffff] reserved
[    0.000000] efi: EFI v2.7 by Dell Inc.
[    0.000000] efi: ACPI=0x6effe000 ACPI 2.0=0x6effe014 MEMATTR=0x63f3c4a0 SMBIOS=0x6979e000 SMBIOS 3.0=0x6979c000 MOKvar=0x67bcc000 RNG=0x6efb4020 
[    0.000000] random: crng init done
[    0.000000] efi: Remove mem02: MMIO range=[0xaa000000-0xaaffffff] (16MB) from e820 map
[    0.000000] efi: Remove mem04: MMIO range=[0xe0000000-0xe0ffffff] (16MB) from e820 map
[    0.000000] efi: Remove mem07: MMIO range=[0x80000000-0x8fffffff] (256MB) from e820 map
[    0.000000] efi: Remove mem09: MMIO range=[0xc5000000-0xc5ffffff] (16MB) from e820 map
[    0.000000] efi: Remove mem11: MMIO range=[0xfd000000-0xffffffff] (48MB) from e820 map
[    0.000000] SMBIOS 3.3.0 present.
[    0.000000] DMI: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[    0.000000] DMI: Memory slots populated: 8/16
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 1996.041 MHz processor
[    0.000025] last_pfn = 0x407f200 max_arch_pfn = 0x400000000
[    0.005553] MTRR map: 8 entries (3 fixed + 5 variable; max 20), built from 9 variable MTRRs
[    0.013868] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Memory KASLR using RDRAND RDTSC...
[    0.024459] x2apic: enabled by BIOS, switching to x2apic ops
[    0.030094] last_pfn = 0x70000 max_arch_pfn = 0x400000000
[    0.039986] Using GB pages for direct mapping
[    0.044795] Secure boot could not be determined
[    0.049144] RAMDISK: [mem 0x4079ae2000-0x407bdfffff]
[    0.054086] ACPI: Early table checksum verification disabled
[    0.059754] ACPI: RSDP 0x000000006EFFE014 000024 (v02 DELL  )
[    0.065473] ACPI: XSDT 0x000000006EFB7188 0000DC (v01 DELL   PE_SC3   00000002 DELL 00000001)
[    0.073971] ACPI: FACP 0x000000006EFF9000 000114 (v06 DELL   PE_SC3   00000002 DELL 00000001)
[    0.082463] ACPI: DSDT 0x000000006EFDA000 019528 (v02 DELL   PE_SC3   00000002 DELL 00000001)
[    0.090955] ACPI: FACS 0x000000006EDB9000 000040
[    0.095549] ACPI: BERT 0x000000006EFFC000 000030 (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.104044] ACPI: ERST 0x000000006EFFB000 000230 (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.112537] ACPI: HEST 0x000000006EFFA000 0007F4 (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.121031] ACPI: HPET 0x000000006EFF8000 000038 (v01 DELL   PE_SC3   00000002 DELL 00000001)
[    0.129526] ACPI: APIC 0x000000006EFF6000 0018BE (v05 DELL   PE_SC3   00000002 DELL 00000001)
[    0.138020] ACPI: MCFG 0x000000006EFF5000 00003C (v01 DELL   PE_SC3   00000002 DELL 00000001)
[    0.146513] ACPI: WSMT 0x000000006EFF4000 000028 (v01 DELL   PE_SC3   00000002 DELL 00000001)
[    0.155007] ACPI: SSDT 0x000000006EFD9000 000629 (v02 DELL   xhc_port 00000001 INTL 20210331)
[    0.163536] ACPI: SSDT 0x000000006EFD8000 000D6E (v02 AMD    CPMRAS   00000001 INTL 20210331)
[    0.172029] ACPI: EINJ 0x000000006EFD7000 000170 (v01 AMD    PE_SC3   00000001 AMD  00000001)
[    0.180523] ACPI: PCCT 0x000000006EFD6000 00006E (v02 DELL   AmdTable 00000001 AMD  00000001)
[    0.189018] ACPI: SSDT 0x000000006EFC7000 00E849 (v02 DELL   PE_SC3   00000001 AMD  00000001)
[    0.197511] ACPI: SRAT 0x000000006EFC6000 000CD0 (v03 DELL   PE_SC3   00000001 AMD  00000001)
[    0.206007] ACPI: MSCT 0x000000006EFC5000 00004E (v01 DELL   PE_SC3   00000000 AMD  00000001)
[    0.214500] ACPI: SLIT 0x000000006EFC4000 000030 (v01 DELL   PE_SC3   00000001 AMD  00000001)
[    0.222995] ACPI: CRAT 0x000000006EFBC000 0072F8 (v01 DELL   PE_SC3   00000001 AMD  00000001)
[    0.231488] ACPI: CDIT 0x000000006EFBB000 00002C (v01 DELL   PE_SC3   00000001 AMD  00000001)
[    0.239982] ACPI: IVRS 0x000000006EFBA000 0001F0 (v02 DELL   PE_SC3   00000001 AMD  00000001)
[    0.248475] ACPI: SPCR 0x000000006EFB9000 000050 (v02 DELL   PE_SC3   00000002 DELL 00000001)
[    0.256969] ACPI: SLIC 0x000000006EFB8000 000176 (v01 DELL   PE_SC3   00000002 DELL 00000001)
[    0.265524] ACPI: SSDT 0x000000006EFFD000 000D66 (v02 DELL   PE_SC3   00000002 DELL 00000001)
[    0.274019] ACPI: SSDT 0x000000006EFB5000 00193C (v02 AMD    CPMCMN   00000001 INTL 20210331)
[    0.282511] ACPI: Reserving FACP table memory at [mem 0x6eff9000-0x6eff9113]
[    0.289533] ACPI: Reserving DSDT table memory at [mem 0x6efda000-0x6eff3527]
[    0.296552] ACPI: Reserving FACS table memory at [mem 0x6edb9000-0x6edb903f]
[    0.303573] ACPI: Reserving BERT table memory at [mem 0x6effc000-0x6effc02f]
[    0.310594] ACPI: Reserving ERST table memory at [mem 0x6effb000-0x6effb22f]
[    0.317614] ACPI: Reserving HEST table memory at [mem 0x6effa000-0x6effa7f3]
[    0.324635] ACPI: Reserving HPET table memory at [mem 0x6eff8000-0x6eff8037]
[    0.331656] ACPI: Reserving APIC table memory at [mem 0x6eff6000-0x6eff78bd]
[    0.338675] ACPI: Reserving MCFG table memory at [mem 0x6eff5000-0x6eff503b]
[    0.345696] ACPI: Reserving WSMT table memory at [mem 0x6eff4000-0x6eff4027]
[    0.352717] ACPI: Reserving SSDT table memory at [mem 0x6efd9000-0x6efd9628]
[    0.359737] ACPI: Reserving SSDT table memory at [mem 0x6efd8000-0x6efd8d6d]
[    0.366818] ACPI: Reserving EINJ table memory at [mem 0x6efd7000-0x6efd716f]
[    0.373839] ACPI: Reserving PCCT table memory at [mem 0x6efd6000-0x6efd606d]
[    0.380860] ACPI: Reserving SSDT table memory at [mem 0x6efc7000-0x6efd5848]
[    0.387881] ACPI: Reserving SRAT table memory at [mem 0x6efc6000-0x6efc6ccf]
[    0.394901] ACPI: Reserving MSCT table memory at [mem 0x6efc5000-0x6efc504d]
[    0.401921] ACPI: Reserving SLIT table memory at [mem 0x6efc4000-0x6efc402f]
[    0.408941] ACPI: Reserving CRAT table memory at [mem 0x6efbc000-0x6efc32f7]
[    0.415962] ACPI: Reserving CDIT table memory at [mem 0x6efbb000-0x6efbb02b]
[    0.422983] ACPI: Reserving IVRS table memory at [mem 0x6efba000-0x6efba1ef]
[    0.430003] ACPI: Reserving SPCR table memory at [mem 0x6efb9000-0x6efb904f]
[    0.437025] ACPI: Reserving SLIC table memory at [mem 0x6efb8000-0x6efb8175]
[    0.444044] ACPI: Reserving SSDT table memory at [mem 0x6effd000-0x6effdd65]
[    0.451065] ACPI: Reserving SSDT table memory at [mem 0x6efb5000-0x6efb693b]
[    0.458161] APIC: Switched APIC routing to: cluster x2apic
[    0.463674] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff]
[    0.469578] ACPI: SRAT: Node 0 PXM 0 [mem 0x000c0000-0x7fffffff]
[    0.475558] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0x207fffffff]
[    0.481799] ACPI: SRAT: Node 1 PXM 1 [mem 0x2080000000-0x407fffffff]
[    0.488133] NUMA: Node 0 [mem 0x00001000-0x0009ffff] + [mem 0x000c0000-0x7fffffff] -> [mem 0x00001000-0x7fffffff]
[    0.498354] NUMA: Node 0 [mem 0x00001000-0x7fffffff] + [mem 0x100000000-0x207fffffff] -> [mem 0x00001000-0x207fffffff]
[    0.509022] NODE_DATA(0) allocated [mem 0x207fcd5a00-0x207fcfffff]
[    0.515177] NODE_DATA(1) allocated [mem 0x407f1d2a00-0x407f1fcfff]
[    0.521655] Zone ranges:
[    0.524010]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.530163]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.536317]   Normal   [mem 0x0000000100000000-0x000000407f1fffff]
[    0.542471]   Device   empty
[    0.545330] Movable zone start for each node
[    0.549579] Early memory node ranges
[    0.553132]   node   0: [mem 0x0000000000001000-0x000000000008efff]
[    0.559372]   node   0: [mem 0x0000000000090000-0x000000000009ffff]
[    0.565647]   node   0: [mem 0x0000000000100000-0x0000000015dfffff]
[    0.571887]   node   0: [mem 0x0000000056800000-0x000000005a14afff]
[    0.578129]   node   0: [mem 0x000000005a34b000-0x0000000067acefff]
[    0.584369]   node   0: [mem 0x000000006efff000-0x000000006effffff]
[    0.590609]   node   0: [mem 0x000000006f00b000-0x000000006fffffff]
[    0.596849]   node   0: [mem 0x0000000100000000-0x000000207fcfffff]
[    0.603099]   node   1: [mem 0x0000002080000000-0x000000407f1fffff]
[    0.609340] Initmem setup node 0 [mem 0x0000000000001000-0x000000207fcfffff]
[    0.616353] Initmem setup node 1 [mem 0x0000002080000000-0x000000407f1fffff]
[    0.623374] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.629179] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.634997] On node 0, zone DMA: 96 pages in unavailable ranges
[    0.641370] On node 0, zone DMA32: 35328 pages in unavailable ranges
[    0.647702] On node 0, zone DMA32: 512 pages in unavailable ranges
[    0.653875] On node 0, zone DMA32: 30000 pages in unavailable ranges
[    0.660056] On node 0, zone DMA32: 11 pages in unavailable ranges
[    0.886081] On node 1, zone Normal: 768 pages in unavailable ranges
[    0.892193] On node 1, zone Normal: 3584 pages in unavailable ranges
[    0.898678] ACPI: PM-Timer IO Port: 0x408
[    0.902546] ACPI: X2APIC_NMI (uid[0xffffffff] high edge lint[0x1])
[    0.908675] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.914583] IOAPIC[0]: apic_id 240, version 33, address 0xfec00000, GSI 0-23
[    0.921592] IOAPIC[1]: apic_id 241, version 33, address 0xe0100000, GSI 120-151
[    0.928874] IOAPIC[2]: apic_id 242, version 33, address 0xc5100000, GSI 88-119
[    0.936067] IOAPIC[3]: apic_id 243, version 33, address 0xaa100000, GSI 56-87
[    0.943174] IOAPIC[4]: apic_id 244, version 33, address 0xfd100000, GSI 24-55
[    0.950280] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.956605] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.963113] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.969519] ACPI: HPET id: 0x10228201 base: 0xfed00000
[    0.974636] ACPI: SPCR: console: uart,io,0x2f8,115200
[    0.979664] CPU topo: Max. logical packages:   1
[    0.984253] CPU topo: Max. logical dies:       1
[    0.988848] CPU topo: Max. dies per package:   1
[    0.993445] CPU topo: Max. threads per core:   2
[    0.998035] CPU topo: Num. cores per package:    64
[    1.002888] CPU topo: Num. threads per package: 128
[    1.007741] CPU topo: Allowing 128 present CPUs plus 0 hotplug CPUs
[    1.014021] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    1.021542] PM: hibernation: Registered nosave memory: [mem 0x0008f000-0x0008ffff]
[    1.029082] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    1.036622] PM: hibernation: Registered nosave memory: [mem 0x00100000-0x00100fff]
[    1.044162] PM: hibernation: Registered nosave memory: [mem 0x15e00000-0x567fffff]
[    1.051703] PM: hibernation: Registered nosave memory: [mem 0x5a14b000-0x5a34afff]
[    1.059243] PM: hibernation: Registered nosave memory: [mem 0x67acf000-0x6dfcefff]
[    1.066784] PM: hibernation: Registered nosave memory: [mem 0x6dfcf000-0x6edfefff]
[    1.074325] PM: hibernation: Registered nosave memory: [mem 0x6edff000-0x6effefff]
[    1.081866] PM: hibernation: Registered nosave memory: [mem 0x6f000000-0x6f00afff]
[    1.089406] PM: hibernation: Registered nosave memory: [mem 0x70000000-0x7fffffff]
[    1.096947] PM: hibernation: Registered nosave memory: [mem 0x80000000-0xffffffff]
[    1.104487] PM: hibernation: Registered nosave memory: [mem 0x207fd00000-0x207fffffff]
[    1.112376] [mem 0x80000000-0xffffffff] available for PCI devices
[    1.118476] Booting paravirtualized kernel on bare hardware
[    1.124025] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    1.134434] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:128 nr_cpu_ids:128 nr_node_ids:2
[    1.146605] percpu: Embedded 66 pages/cpu s233472 r8192 d28672 u524288
[    1.153081] Kernel command line: root=/dev/mapper/rhel_hostname-root ro selinux=0 console=ttyS0,115200n8 earlyprintk=ttyS0,115200 net.ifnames=0 biosdevname=0 swiotlb=131072 kvm_amd.debug_swap=0 mem_encrypt=off
[    1.171724] Unknown kernel command line parameters "biosdevname=0 mem_encrypt=off", will be passed to user space.
[    1.181834] printk: log_buf_len individual max cpu contribution: 4096 bytes
[    1.188750] printk: log_buf_len total cpu_extra contributions: 520192 bytes
[    1.195684] printk: log_buf_len min size: 262144 bytes
[    1.201215] printk: log_buf_len: 1048576 bytes
[    1.205478] printk: early log buf free: 244760(93%)
[    1.211706] Fallback order for Node 0: 0 1 
[    1.211710] Fallback order for Node 1: 1 0 
[    1.211720] Built 2 zonelists, mobility grouping on.  Total pages: 66743651
[    1.226852] Policy zone: Normal
[    1.229979] mem auto-init: stack:off, heap alloc:on, heap free:off
[    1.236159] software IO TLB: area num 128.
[    1.653908] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=128, Nodes=2
Poking KASLR using RDRAND RDTSC...
[    1.663575] ftrace: allocating 53173 entries in 208 pages
[    1.680216] ftrace: allocated 208 pages with 3 groups
[    1.685937] Dynamic Preempt: voluntary
[    1.689851] rcu: Preemptible hierarchical RCU implementation.
[    1.695416] rcu: 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=128.
[    1.702350] 	Trampoline variant of Tasks RCU enabled.
[    1.707377] 	Rude variant of Tasks RCU enabled.
[    1.711884] 	Tracing variant of Tasks RCU enabled.
[    1.716652] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    1.724193] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=128
[    1.731081] RCU Tasks: Setting shift to 7 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=128.
[    1.739883] RCU Tasks Rude: Setting shift to 7 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=128.
[    1.749158] RCU Tasks Trace: Setting shift to 7 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=128.
[    1.761180] NR_IRQS: 524544, nr_irqs: 3624, preallocated irqs: 16
[    1.767374] rcu: srcu_init: Setting srcu_struct sizes to big.
[    1.773065] Spurious LAPIC timer interrupt on cpu 0
[    1.779898] Console: colour EGA 80x25
[    1.783399] printk: legacy console [ttyS0] enabled
[    1.783399] printk: legacy console [ttyS0] enabled
[    1.792933] printk: legacy bootconsole [earlyser0] disabled
[    1.792933] printk: legacy bootconsole [earlyser0] disabled
[    1.804119] mempolicy: Enabling automatic NUMA balancing. Configure with numa_balancing= or the kernel.numa_balancing sysctl
[    1.815404] ACPI: Core revision 20240322
[    1.819552] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[    1.828693] APIC: Switch to symmetric I/O mode setup
[    1.834641] AMD-Vi: Using global IVHD EFR:0x841f77e022094ace, EFR2:0x0
[    1.843588] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    1.868698] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x398b24ebe78, max_idle_ns: 881590629333 ns
[    1.879221] Calibrating delay loop (skipped), value calculated using timer frequency.. 3992.08 BogoMIPS (lpj=7984164)
[    1.883233] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[    1.887338] LVT offset 2 assigned for vector 0xf4
[    1.891249] Last level iTLB entries: 4KB 512, 2MB 512, 4MB 256
[    1.895219] Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
[    1.899221] process: using mwait in idle threads
[    1.903221] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    1.907220] Spectre V2 : Mitigation: Retpolines
[    1.911219] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    1.915219] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
[    1.919219] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    1.923220] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    1.927219] Spectre V2 : User space: Mitigation: STIBP always-on protection
[    1.931220] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[    1.935219] Speculative Return Stack Overflow: Mitigation: Safe RET
[    1.939223] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    1.943219] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    1.947219] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    1.951219] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
[    1.955219] x86/fpu: Supporting XSAVE feature 0x800: 'Control-flow User registers'
[    1.959219] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    1.963219] x86/fpu: xstate_offset[9]:  832, xstate_sizes[9]:    8
[    1.967219] x86/fpu: xstate_offset[11]:  840, xstate_sizes[11]:   16
[    1.971219] x86/fpu: Enabled xstate features 0xa07, context size is 856 bytes, using 'compacted' format.
[    2.009985] Freeing SMP alternatives memory: 44K
[    2.011221] pid_max: default: 131072 minimum: 1024
[    2.015414] LSM: initializing lsm=lockdown,capability,yama,apparmor,ima,evm
[    2.019274] Yama: becoming mindful.
[    2.023337] AppArmor: AppArmor initialized
[    2.036807] Dentry cache hash table entries: 16777216 (order: 15, 134217728 bytes, vmalloc hugepage)
[    2.045127] Inode-cache hash table entries: 8388608 (order: 14, 67108864 bytes, vmalloc hugepage)
[    2.047416] Mount-cache hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc)
[    2.051359] Mountpoint-cache hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc)
[    2.167030] smpboot: CPU0: AMD EPYC 7713 64-Core Processor (family: 0x19, model: 0x1, stepping: 0x1)
[    2.167598] Performance Events: Fam17h+ core perfctr, AMD PMU driver.
[    2.171221] ... version:                0
[    2.175220] ... bit width:              48
[    2.179221] ... generic registers:      6
[    2.183220] ... value mask:             0000ffffffffffff
[    2.187220] ... max period:             00007fffffffffff
[    2.191220] ... fixed-purpose events:   0
[    2.195220] ... event mask:             000000000000003f
[    2.199492] signal: max sigframe size: 3376
[    2.203257] rcu: Hierarchical SRCU implementation.
[    2.207220] rcu: 	Max phase no-delay instances is 1000.
[    2.211272] Timer migration: 3 hierarchy levels; 8 children per group; 2 crossnode level
[    2.223023] MCE: In-kernel MCE decoding enabled.
[    2.223275] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    2.231607] smp: Bringing up secondary CPUs ...
[    2.235382] smpboot: x86: Booting SMP configuration:
[    2.239222] .... 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
[    2.247222] .... node  #1, CPUs:    #32  #33  #34  #35  #36  #37  #38  #39  #40  #41  #42  #43  #44  #45  #46  #47  #48  #49  #50  #51  #52  #53  #54  #55  #56  #57  #58  #59  #60  #61  #62  #63
[    2.311220] psi: inconsistent task state! task=17:rcu_preempt cpu=0 psi_flags=4 clear=0 set=4
[    2.399391] 
[    2.400886] .... node  #0, CPUs:    #64  #65  #66  #67  #68  #69  #70  #71  #72  #73  #74  #75  #76  #77  #78  #79  #80  #81  #82  #83  #84  #85  #86  #87  #88  #89  #90  #91  #92  #93  #94  #95
[    2.411221] .... node  #1, CPUs:    #96  #97  #98  #99 #100 #101 #102 #103 #104 #105 #106 #107 #108 #109 #110 #111 #112 #113 #114 #115 #116 #117 #118 #119 #120 #121 #122 #123 #124 #125 #126 #127
[    2.709221] Spectre V2 : Update user space SMT mitigation: STIBP always-on
[    2.857222] smp: Brought up 2 nodes, 128 CPUs
[    2.859224] smpboot: Total of 128 processors activated (510986.49 BogoMIPS)
[    2.875560] Memory: 262100968K/266974604K available (18432K kernel code, 3262K rwdata, 7744K rodata, 4684K init, 6212K bss, 4560652K reserved, 0K cma-reserved)
[    2.886475] devtmpfs: initialized
[    2.887298] x86/mm: Memory block size: 2048MB
[    2.902448] ACPI: PM: Registering ACPI NVS region [mem 0x0008f000-0x0008ffff] (4096 bytes)
[    2.903222] ACPI: PM: Registering ACPI NVS region [mem 0x6dfcf000-0x6edfefff] (14876672 bytes)
[    2.907514] ACPI: PM: Registering ACPI NVS region [mem 0x6f000000-0x6f00afff] (45056 bytes)
[    2.911312] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    2.915336] futex hash table entries: 32768 (order: 9, 2097152 bytes, vmalloc)
[    2.919451] pinctrl core: initialized pinctrl subsystem
[    2.923332] PM: RTC time: 09:05:05, date: 2024-09-03
[    2.928035] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    2.931771] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[    2.935403] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    2.939401] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    2.943229] audit: initializing netlink subsys (disabled)
[    2.947245] audit: type=2000 audit(1725354305.100:1): state=initialized audit_enabled=0 res=1
[    2.947395] thermal_sys: Registered thermal governor 'fair_share'
[    2.951222] thermal_sys: Registered thermal governor 'bang_bang'
[    2.955221] thermal_sys: Registered thermal governor 'step_wise'
[    2.959220] thermal_sys: Registered thermal governor 'user_space'
[    2.963228] EISA bus registered
[    2.971243] cpuidle: using governor ladder
[    2.975230] cpuidle: using governor menu
[    2.979260] Detected 1 PCC Subspaces
[    2.983221] Registering PCC driver as Mailbox controller
[    2.987349] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    2.991222] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    2.995396] PCI: ECAM [mem 0x80000000-0x8fffffff] (base 0x80000000) for domain 0000 [bus 00-ff]
[    2.999231] PCI: Using configuration type 1 for base access
[    3.003229] PCI: Dell System detected, enabling pci=bfsort.
[    3.007389] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    3.011438] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[    3.015223] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[    3.019221] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[    3.023220] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[    3.027499] ACPI: Added _OSI(Module Device)
[    3.031221] ACPI: Added _OSI(Processor Device)
[    3.035220] ACPI: Added _OSI(3.0 _SCP Extensions)
[    3.039220] ACPI: Added _OSI(Processor Aggregator Device)
[    3.084533] ACPI: 6 ACPI AML tables successfully acquired and loaded
[    3.102561] ACPI: Interpreter enabled
[    3.103233] ACPI: PM: (supports S0 S5)
[    3.107220] ACPI: Using IOAPIC for interrupt routing
[    3.115582] HEST: Table parsing has been initialized.
[    3.119647] GHES: APEI firmware first mode is enabled by APEI bit and WHEA _OSC.
[    3.123223] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    3.127220] PCI: Ignoring E820 reservations for host bridge windows
[    3.133395] ACPI: Enabled 1 GPEs in block 00 to 1F
[    3.173823] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[    3.175299] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
[    3.179298] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[    3.183297] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[    3.187297] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[    3.191297] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[    3.195297] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[    3.199298] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[    3.203708] ACPI: PCI Root Bridge [PC00] (domain 0000 [bus 00-3f])
[    3.207224] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    3.211383] acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug AER DPC]
[    3.215535] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
[    3.219220] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    3.224189] PCI host bridge to bus 0000:00
[    3.227224] pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
[    3.231220] pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
[    3.235221] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000fffff window]
[    3.239220] pci_bus 0000:00: root bus resource [io  0x0d00-0x3fff window]
[    3.243220] pci_bus 0000:00: root bus resource [mem 0xe1000000-0xfebfffff window]
[    3.247220] pci_bus 0000:00: root bus resource [mem 0x63dc0000000-0x7fcffffffff window]
[    3.251221] pci_bus 0000:00: root bus resource [bus 00-3f]
[    3.255234] pci 0000:00:00.0: [1022:1480] type 00 class 0x060000 conventional PCI endpoint
[    3.259362] pci 0000:00:00.2: [1022:164f] type 00 class 0x080600 conventional PCI endpoint
[    3.263318] pci 0000:00:01.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.267302] pci 0000:00:02.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.271301] pci 0000:00:03.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.275299] pci 0000:00:03.2: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    3.279238] pci 0000:00:03.2: PCI bridge to [bus 01]
[    3.283223] pci 0000:00:03.2:   bridge window [io  0x1000-0x1fff]
[    3.287221] pci 0000:00:03.2:   bridge window [mem 0xe1000000-0xe22fffff]
[    3.291288] pci 0000:00:03.2: PME# supported from D0 D3hot D3cold
[    3.296221] pci 0000:00:04.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.299303] pci 0000:00:05.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.303303] pci 0000:00:07.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.307299] pci 0000:00:07.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    3.311237] pci 0000:00:07.1: PCI bridge to [bus 02]
[    3.315224] pci 0000:00:07.1:   bridge window [mem 0xf7200000-0xf72fffff]
[    3.319278] pci 0000:00:07.1: PME# supported from D0 D3hot D3cold
[    3.323366] pci 0000:00:08.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.327300] pci 0000:00:08.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    3.331238] pci 0000:00:08.1: PCI bridge to [bus 03]
[    3.335226] pci 0000:00:08.1:   bridge window [mem 0xf7000000-0xf71fffff]
[    3.339279] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[    3.343402] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500 conventional PCI endpoint
[    3.347339] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100 conventional PCI endpoint
[    3.351389] pci 0000:00:18.0: [1022:1650] type 00 class 0x060000 conventional PCI endpoint
[    3.355309] pci 0000:00:18.1: [1022:1651] type 00 class 0x060000 conventional PCI endpoint
[    3.359274] pci 0000:00:18.2: [1022:1652] type 00 class 0x060000 conventional PCI endpoint
[    3.363276] pci 0000:00:18.3: [1022:1653] type 00 class 0x060000 conventional PCI endpoint
[    3.367272] pci 0000:00:18.4: [1022:1654] type 00 class 0x060000 conventional PCI endpoint
[    3.371275] pci 0000:00:18.5: [1022:1655] type 00 class 0x060000 conventional PCI endpoint
[    3.375274] pci 0000:00:18.6: [1022:1656] type 00 class 0x060000 conventional PCI endpoint
[    3.379272] pci 0000:00:18.7: [1022:1657] type 00 class 0x060000 conventional PCI endpoint
[    3.383340] pci 0000:01:00.0: [1000:0097] type 00 class 0x010700 PCIe Endpoint
[    3.387231] pci 0000:01:00.0: BAR 0 [io  0x1000-0x10ff]
[    3.391229] pci 0000:01:00.0: BAR 1 [mem 0xe2100000-0xe210ffff 64bit]
[    3.395230] pci 0000:01:00.0: BAR 3 [mem 0xe1000000-0xe10fffff 64bit]
[    3.399231] pci 0000:01:00.0: ROM [mem 0xfff00000-0xffffffff pref]
[    3.403302] pci 0000:01:00.0: supports D1 D2
[    3.407251] pci 0000:01:00.0: VF BAR 0 [mem 0xe2110000-0xe211ffff 64bit]
[    3.411220] pci 0000:01:00.0: VF BAR 0 [mem 0xe2110000-0xe220ffff 64bit]: contains BAR 0 for 16 VFs
[    3.415228] pci 0000:01:00.0: VF BAR 2 [mem 0xe1100000-0xe11fffff 64bit]
[    3.419220] pci 0000:01:00.0: VF BAR 2 [mem 0xe1100000-0xe20fffff 64bit]: contains BAR 2 for 16 VFs
[    3.423383] pci 0000:00:03.2: PCI bridge to [bus 01]
[    3.427307] pci 0000:02:00.0: [1022:148a] type 00 class 0x130000 PCIe Endpoint
[    3.431421] pci 0000:02:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    3.435239] pci 0000:02:00.2: BAR 2 [mem 0xf7200000-0xf727ffff]
[    3.439234] pci 0000:02:00.2: BAR 5 [mem 0xf7280000-0xf7281fff]
[    3.443411] pci 0000:00:07.1: PCI bridge to [bus 02]
[    3.447350] pci 0000:03:00.0: [1022:1485] type 00 class 0x130000 PCIe Endpoint
[    3.451476] pci 0000:03:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    3.455242] pci 0000:03:00.2: BAR 2 [mem 0xf7100000-0xf717ffff]
[    3.459236] pci 0000:03:00.2: BAR 5 [mem 0xf7180000-0xf7181fff]
[    3.463412] pci 0000:03:00.3: [1022:148c] type 00 class 0x0c0330 PCIe Endpoint
[    3.467233] pci 0000:03:00.3: BAR 0 [mem 0xf7000000-0xf70fffff 64bit]
[    3.471300] pci 0000:03:00.3: PME# supported from D0 D3hot D3cold
[    3.475376] pci 0000:00:08.1: PCI bridge to [bus 03]
[    3.483220] ACPI: PCI Root Bridge [PC01] (domain 0000 [bus 40-7f])
[    3.487223] acpi PNP0A08:01: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    3.491381] acpi PNP0A08:01: _OSC: platform does not support [SHPCHotplug AER DPC]
[    3.495531] acpi PNP0A08:01: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
[    3.499220] acpi PNP0A08:01: FADT indicates ASPM is unsupported, using BIOS configuration
[    3.507905] PCI host bridge to bus 0000:40
[    3.511224] pci_bus 0000:40: root bus resource [io  0x4000-0x6fff window]
[    3.515221] pci_bus 0000:40: root bus resource [mem 0x90000000-0xaaffffff window]
[    3.519220] pci_bus 0000:40: root bus resource [mem 0x47e80000000-0x63dbfffffff window]
[    3.523221] pci_bus 0000:40: root bus resource [bus 40-7f]
[    3.527229] pci 0000:40:00.0: [1022:1480] type 00 class 0x060000 conventional PCI endpoint
[    3.531309] pci 0000:40:00.2: [1022:164f] type 00 class 0x080600 conventional PCI endpoint
[    3.535315] pci 0000:40:01.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.539299] pci 0000:40:02.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.543294] pci 0000:40:03.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.547302] pci 0000:40:03.1: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    3.551239] pci 0000:40:03.1: PCI bridge to [bus 41]
[    3.555225] pci 0000:40:03.1:   bridge window [mem 0xa4c00000-0xa4ffffff]
[    3.559227] pci 0000:40:03.1:   bridge window [mem 0x47e80000000-0x47e801fffff 64bit pref]
[    3.563306] pci 0000:40:03.1: PME# supported from D0 D3hot D3cold
[    3.583977] pci 0000:40:03.2: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    3.587248] pci 0000:40:03.2: PCI bridge to [bus 42]
[    3.591224] pci 0000:40:03.2:   bridge window [io  0x6000-0x6fff]
[    3.595222] pci 0000:40:03.2:   bridge window [mem 0xa4800000-0xa4bfffff]
[    3.599227] pci 0000:40:03.2:   bridge window [mem 0x47e80200000-0x47e803fffff 64bit pref]
[    3.603296] pci 0000:40:03.2: PME# supported from D0 D3hot D3cold
[    3.622300] pci 0000:40:03.3: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    3.631246] pci 0000:40:03.3: PCI bridge to [bus 43]
[    3.635228] pci 0000:40:03.3:   bridge window [io  0x5000-0x5fff]
[    3.639222] pci 0000:40:03.3:   bridge window [mem 0xa4400000-0xa47fffff]
[    3.647227] pci 0000:40:03.3:   bridge window [mem 0x47e80400000-0x47e805fffff 64bit pref]
[    3.655291] pci 0000:40:03.3: PME# supported from D0 D3hot D3cold
[    3.673124] pci 0000:40:03.4: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    3.675244] pci 0000:40:03.4: PCI bridge to [bus 44]
[    3.679225] pci 0000:40:03.4:   bridge window [io  0x4000-0x4fff]
[    3.683223] pci 0000:40:03.4:   bridge window [mem 0xa4000000-0xa43fffff]
[    3.687227] pci 0000:40:03.4:   bridge window [mem 0x47e80600000-0x47e807fffff 64bit pref]
[    3.691295] pci 0000:40:03.4: PME# supported from D0 D3hot D3cold
[    3.711657] pci 0000:40:04.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.719346] pci 0000:40:05.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.727351] pci 0000:40:07.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.735298] pci 0000:40:07.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    3.743238] pci 0000:40:07.1: PCI bridge to [bus 45]
[    3.751224] pci 0000:40:07.1:   bridge window [mem 0xa5300000-0xa53fffff]
[    3.755276] pci 0000:40:07.1: PME# supported from D0 D3hot D3cold
[    3.763366] pci 0000:40:08.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.771298] pci 0000:40:08.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    3.779239] pci 0000:40:08.1: PCI bridge to [bus 46]
[    3.783224] pci 0000:40:08.1:   bridge window [mem 0xa5000000-0xa52fffff]
[    3.791278] pci 0000:40:08.1: PME# supported from D0 D3hot D3cold
[    3.795455] pci 0000:40:03.1: PCI bridge to [bus 41]
[    3.799301] pci 0000:40:03.2: PCI bridge to [bus 42]
[    3.807299] pci 0000:40:03.3: PCI bridge to [bus 43]
[    3.811299] pci 0000:40:03.4: PCI bridge to [bus 44]
[    3.815301] pci 0000:45:00.0: [1022:148a] type 00 class 0x130000 PCIe Endpoint
[    3.823421] pci 0000:45:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    3.831238] pci 0000:45:00.2: BAR 2 [mem 0xa5300000-0xa537ffff]
[    3.835234] pci 0000:45:00.2: BAR 5 [mem 0xa5380000-0xa5381fff]
[    3.843411] pci 0000:40:07.1: PCI bridge to [bus 45]
[    3.847351] pci 0000:46:00.0: [1022:1485] type 00 class 0x130000 PCIe Endpoint
[    3.855370] pci 0000:46:00.1: [1022:1486] type 00 class 0x108000 PCIe Endpoint
[    3.863240] pci 0000:46:00.1: BAR 2 [mem 0xa5100000-0xa51fffff]
[    3.867235] pci 0000:46:00.1: BAR 5 [mem 0xa5282000-0xa5283fff]
[    3.875409] pci 0000:46:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    3.883240] pci 0000:46:00.2: BAR 2 [mem 0xa5200000-0xa527ffff]
[    3.887235] pci 0000:46:00.2: BAR 5 [mem 0xa5280000-0xa5281fff]
[    3.895411] pci 0000:46:00.3: [1022:148c] type 00 class 0x0c0330 PCIe Endpoint
[    3.903234] pci 0000:46:00.3: BAR 0 [mem 0xa5000000-0xa50fffff 64bit]
[    3.907299] pci 0000:46:00.3: PME# supported from D0 D3hot D3cold
[    3.915376] pci 0000:40:08.1: PCI bridge to [bus 46]
[    3.919563] ACPI: PCI Root Bridge [PC02] (domain 0000 [bus 80-bf])
[    3.927223] acpi PNP0A08:02: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    3.935290] acpi PNP0A08:02: _OSC: platform does not support [SHPCHotplug AER DPC]
[    3.943532] acpi PNP0A08:02: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
[    3.951220] acpi PNP0A08:02: FADT indicates ASPM is unsupported, using BIOS configuration
[    3.960096] PCI host bridge to bus 0000:80
[    3.963225] pci_bus 0000:80: root bus resource [io  0x7000-0x9fff window]
[    3.971220] pci_bus 0000:80: root bus resource [mem 0xab000000-0xc5ffffff window]
[    3.979220] pci_bus 0000:80: root bus resource [mem 0x2bf40000000-0x47e7fffffff window]
[    3.987220] pci_bus 0000:80: root bus resource [bus 80-bf]
[    3.991230] pci 0000:80:00.0: [1022:1480] type 00 class 0x060000 conventional PCI endpoint
[    3.999310] pci 0000:80:00.2: [1022:164f] type 00 class 0x080600 conventional PCI endpoint
[    4.007312] pci 0000:80:01.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.019301] pci 0000:80:01.1: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.023241] pci 0000:80:01.1: PCI bridge to [bus 81]
[    4.031224] pci 0000:80:01.1:   bridge window [io  0x7000-0x7fff]
[    4.035222] pci 0000:80:01.1:   bridge window [mem 0xbf400000-0xbf7fffff]
[    4.043227] pci 0000:80:01.1:   bridge window [mem 0x2bf40000000-0x2bf401fffff 64bit pref]
[    4.051306] pci 0000:80:01.1: PME# supported from D0 D3hot D3cold
[    4.070157] pci 0000:80:01.2: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.079246] pci 0000:80:01.2: PCI bridge to [bus 82]
[    4.083228] pci 0000:80:01.2:   bridge window [io  0x8000-0x8fff]
[    4.087258] pci 0000:80:01.2:   bridge window [mem 0xbf000000-0xbf3fffff]
[    4.095227] pci 0000:80:01.2:   bridge window [mem 0x2bf40200000-0x2bf403fffff 64bit pref]
[    4.103292] pci 0000:80:01.2: PME# supported from D0 D3hot D3cold
[    4.121287] pci 0000:80:02.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.123308] pci 0000:80:03.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.127319] pci 0000:80:04.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.131299] pci 0000:80:05.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.135359] pci 0000:80:07.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.139301] pci 0000:80:07.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    4.143237] pci 0000:80:07.1: PCI bridge to [bus 83]
[    4.147224] pci 0000:80:07.1:   bridge window [mem 0xbfa00000-0xbfafffff]
[    4.151277] pci 0000:80:07.1: PME# supported from D0 D3hot D3cold
[    4.155363] pci 0000:80:08.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.159298] pci 0000:80:08.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    4.163238] pci 0000:80:08.1: PCI bridge to [bus 84]
[    4.167224] pci 0000:80:08.1:   bridge window [mem 0xbf900000-0xbf9fffff]
[    4.171279] pci 0000:80:08.1: PME# supported from D0 D3hot D3cold
[    4.175371] pci 0000:80:08.2: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    4.179238] pci 0000:80:08.2: PCI bridge to [bus 85]
[    4.183224] pci 0000:80:08.2:   bridge window [mem 0xbf800000-0xbf8fffff]
[    4.187279] pci 0000:80:08.2: PME# supported from D0 D3hot D3cold
[    4.191450] pci 0000:80:01.1: PCI bridge to [bus 81]
[    4.195315] pci 0000:80:01.2: PCI bridge to [bus 82]
[    4.199306] pci 0000:83:00.0: [1022:148a] type 00 class 0x130000 PCIe Endpoint
[    4.203420] pci 0000:83:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    4.207238] pci 0000:83:00.2: BAR 2 [mem 0xbfa00000-0xbfa7ffff]
[    4.211234] pci 0000:83:00.2: BAR 5 [mem 0xbfa80000-0xbfa81fff]
[    4.215406] pci 0000:80:07.1: PCI bridge to [bus 83]
[    4.219349] pci 0000:84:00.0: [1022:1485] type 00 class 0x130000 PCIe Endpoint
[    4.223471] pci 0000:84:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    4.227240] pci 0000:84:00.2: BAR 2 [mem 0xbf900000-0xbf97ffff]
[    4.231235] pci 0000:84:00.2: BAR 5 [mem 0xbf980000-0xbf981fff]
[    4.235416] pci 0000:80:08.1: PCI bridge to [bus 84]
[    4.239352] pci 0000:85:00.0: [1022:7901] type 00 class 0x010601 PCIe Endpoint
[    4.243256] pci 0000:85:00.0: BAR 5 [mem 0xbf800000-0xbf8007ff]
[    4.247293] pci 0000:85:00.0: PME# supported from D3hot D3cold
[    4.251389] pci 0000:80:08.2: PCI bridge to [bus 85]
[    4.255937] ACPI: PCI Root Bridge [PC03] (domain 0000 [bus c0-ff])
[    4.259223] acpi PNP0A08:03: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    4.263382] acpi PNP0A08:03: _OSC: platform does not support [SHPCHotplug AER DPC]
[    4.267531] acpi PNP0A08:03: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
[    4.271220] acpi PNP0A08:03: FADT indicates ASPM is unsupported, using BIOS configuration
[    4.276217] PCI host bridge to bus 0000:c0
[    4.279224] pci_bus 0000:c0: root bus resource [io  0xa000-0xffff window]
[    4.283220] pci_bus 0000:c0: root bus resource [mem 0xc6000000-0xe0ffffff window]
[    4.287220] pci_bus 0000:c0: root bus resource [mem 0x10000000000-0x2bf3fffffff window]
[    4.291220] pci_bus 0000:c0: root bus resource [io  0x03b0-0x03df window]
[    4.295221] pci_bus 0000:c0: root bus resource [mem 0x000a0000-0x000bffff window]
[    4.299220] pci_bus 0000:c0: root bus resource [bus c0-ff]
[    4.303230] pci 0000:c0:00.0: [1022:1480] type 00 class 0x060000 conventional PCI endpoint
[    4.307307] pci 0000:c0:00.2: [1022:164f] type 00 class 0x080600 conventional PCI endpoint
[    4.311312] pci 0000:c0:01.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.315295] pci 0000:c0:02.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.319292] pci 0000:c0:03.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.323297] pci 0000:c0:03.1: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.327239] pci 0000:c0:03.1: PCI bridge to [bus c4]
[    4.331224] pci 0000:c0:03.1:   bridge window [io  0xa000-0xafff]
[    4.335221] pci 0000:c0:03.1:   bridge window [mem 0xdb600000-0xdb9fffff]
[    4.339226] pci 0000:c0:03.1:   bridge window [mem 0x10000000000-0x100001fffff 64bit pref]
[    4.343305] pci 0000:c0:03.1: PME# supported from D0 D3hot D3cold
[    4.364198] pci 0000:c0:03.2: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.367245] pci 0000:c0:03.2: PCI bridge to [bus c5]
[    4.371227] pci 0000:c0:03.2:   bridge window [io  0xb000-0xbfff]
[    4.375223] pci 0000:c0:03.2:   bridge window [mem 0xdb200000-0xdb5fffff]
[    4.379227] pci 0000:c0:03.2:   bridge window [mem 0x10000200000-0x100003fffff 64bit pref]
[    4.383292] pci 0000:c0:03.2: PME# supported from D0 D3hot D3cold
[    4.403262] pci 0000:c0:03.3: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.411241] pci 0000:c0:03.3: PCI bridge to [bus c6]
[    4.415224] pci 0000:c0:03.3:   bridge window [io  0xc000-0xcfff]
[    4.423222] pci 0000:c0:03.3:   bridge window [mem 0xdae00000-0xdb1fffff]
[    4.427226] pci 0000:c0:03.3:   bridge window [mem 0x10000400000-0x100005fffff 64bit pref]
[    4.435309] pci 0000:c0:03.3: PME# supported from D0 D3hot D3cold
[    4.456614] pci 0000:c0:03.4: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.463245] pci 0000:c0:03.4: PCI bridge to [bus c7]
[    4.467233] pci 0000:c0:03.4:   bridge window [io  0xd000-0xdfff]
[    4.475227] pci 0000:c0:03.4:   bridge window [mem 0xdaa00000-0xdadfffff]
[    4.483228] pci 0000:c0:03.4:   bridge window [mem 0x10000600000-0x100007fffff 64bit pref]
[    4.491293] pci 0000:c0:03.4: PME# supported from D0 D3hot D3cold
[    4.512130] pci 0000:c0:04.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.515307] pci 0000:c0:05.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.519331] pci 0000:c0:05.1: [1022:149a] type 01 class 0x060400 PCIe Root Port
[    4.523239] pci 0000:c0:05.1: PCI bridge to [bus c1]
[    4.527229] pci 0000:c0:05.1:   bridge window [mem 0xc7100000-0xc71fffff]
[    4.531228] pci 0000:c0:05.1:   bridge window [mem 0xc7000000-0xc70fffff 64bit pref]
[    4.535316] pci 0000:c0:05.1: PME# supported from D0 D3hot D3cold
[    4.539358] pci 0000:c0:05.2: [1022:149a] type 01 class 0x060400 PCIe Root Port
[    4.543237] pci 0000:c0:05.2: PCI bridge to [bus c2-c3]
[    4.547225] pci 0000:c0:05.2:   bridge window [mem 0xda000000-0xda8fffff]
[    4.551226] pci 0000:c0:05.2:   bridge window [mem 0xc6000000-0xc6ffffff 64bit pref]
[    4.555265] pci 0000:c0:05.2: PME# supported from D0 D3hot D3cold
[    4.559348] pci 0000:c0:07.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.563297] pci 0000:c0:07.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    4.567237] pci 0000:c0:07.1: PCI bridge to [bus c8]
[    4.571224] pci 0000:c0:07.1:   bridge window [mem 0xdbb00000-0xdbbfffff]
[    4.575275] pci 0000:c0:07.1: PME# supported from D0 D3hot D3cold
[    4.579363] pci 0000:c0:08.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.583297] pci 0000:c0:08.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    4.587237] pci 0000:c0:08.1: PCI bridge to [bus c9]
[    4.591224] pci 0000:c0:08.1:   bridge window [mem 0xdba00000-0xdbafffff]
[    4.595277] pci 0000:c0:08.1: PME# supported from D0 D3hot D3cold
[    4.599456] pci 0000:c0:03.1: PCI bridge to [bus c4]
[    4.603303] pci 0000:c0:03.2: PCI bridge to [bus c5]
[    4.607305] pci 0000:c0:03.3: PCI bridge to [bus c6]
[    4.611302] pci 0000:c0:03.4: PCI bridge to [bus c7]
[    4.615314] pci 0000:c1:00.0: [14e4:165f] type 00 class 0x020000 PCIe Endpoint
[    4.619240] pci 0000:c1:00.0: BAR 0 [mem 0xc7030000-0xc703ffff 64bit pref]
[    4.623233] pci 0000:c1:00.0: BAR 2 [mem 0xc7040000-0xc704ffff 64bit pref]
[    4.627233] pci 0000:c1:00.0: BAR 4 [mem 0xc7050000-0xc705ffff 64bit pref]
[    4.631229] pci 0000:c1:00.0: ROM [mem 0xfffc0000-0xffffffff pref]
[    4.635308] pci 0000:c1:00.0: PME# supported from D0 D3hot D3cold
[    4.639382] pci 0000:c1:00.0: 4.000 Gb/s available PCIe bandwidth, limited by 5.0 GT/s PCIe x1 link at 0000:c0:05.1 (capable of 8.000 Gb/s with 5.0 GT/s PCIe x2 link)
[    4.647828] pci 0000:c1:00.1: [14e4:165f] type 00 class 0x020000 PCIe Endpoint
[    4.651241] pci 0000:c1:00.1: BAR 0 [mem 0xc7000000-0xc700ffff 64bit pref]
[    4.655233] pci 0000:c1:00.1: BAR 2 [mem 0xc7010000-0xc701ffff 64bit pref]
[    4.659233] pci 0000:c1:00.1: BAR 4 [mem 0xc7020000-0xc702ffff 64bit pref]
[    4.663228] pci 0000:c1:00.1: ROM [mem 0xfffc0000-0xffffffff pref]
[    4.667308] pci 0000:c1:00.1: PME# supported from D0 D3hot D3cold
[    4.672667] pci 0000:c0:05.1: PCI bridge to [bus c1]
[    4.675294] pci 0000:c2:00.0: [1556:be00] type 01 class 0x060400 PCIe to PCI/PCI-X bridge
[    4.679250] pci 0000:c2:00.0: PCI bridge to [bus c3]
[    4.683227] pci 0000:c2:00.0:   bridge window [mem 0xda000000-0xda8fffff]
[    4.687230] pci 0000:c2:00.0:   bridge window [mem 0xc6000000-0xc6ffffff 64bit pref]
[    4.699235] pci 0000:c0:05.2: PCI bridge to [bus c2-c3]
[    4.703256] pci_bus 0000:c3: extended config space not accessible
[    4.707247] pci 0000:c3:00.0: [102b:0536] type 00 class 0x030000 conventional PCI endpoint
[    4.711236] pci 0000:c3:00.0: BAR 0 [mem 0xc6000000-0xc6ffffff pref]
[    4.715229] pci 0000:c3:00.0: BAR 1 [mem 0xda808000-0xda80bfff]
[    4.719229] pci 0000:c3:00.0: BAR 2 [mem 0xda000000-0xda7fffff]
[    4.723254] pci 0000:c3:00.0: ROM [mem 0x00000000-0x0000ffff pref]
[    4.727237] pci 0000:c3:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    4.731331] pci 0000:c2:00.0: PCI bridge to [bus c3]
[    4.735323] pci 0000:c8:00.0: [1022:148a] type 00 class 0x130000 PCIe Endpoint
[    4.739419] pci 0000:c8:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    4.743238] pci 0000:c8:00.2: BAR 2 [mem 0xdbb00000-0xdbb7ffff]
[    4.747234] pci 0000:c8:00.2: BAR 5 [mem 0xdbb80000-0xdbb81fff]
[    4.751409] pci 0000:c0:07.1: PCI bridge to [bus c8]
[    4.755350] pci 0000:c9:00.0: [1022:1485] type 00 class 0x130000 PCIe Endpoint
[    4.759472] pci 0000:c9:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    4.763240] pci 0000:c9:00.2: BAR 2 [mem 0xdba00000-0xdba7ffff]
[    4.767235] pci 0000:c9:00.2: BAR 5 [mem 0xdba80000-0xdba81fff]
[    4.771417] pci 0000:c0:08.1: PCI bridge to [bus c9]
[    4.780597] iommu: Default domain type: Translated
[    4.783221] iommu: DMA domain TLB invalidation policy: lazy mode
[    4.787489] SCSI subsystem initialized
[    4.791257] ACPI: bus type USB registered
[    4.795238] usbcore: registered new interface driver usbfs
[    4.799227] usbcore: registered new interface driver hub
[    4.803253] usbcore: registered new device driver usb
[    4.807250] pps_core: LinuxPPS API ver. 1 registered
[    4.811220] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    4.815225] PTP clock support registered
[    4.819301] EDAC MC: Ver: 3.0.0
[    4.823427] efivars: Registered efivars operations
[    4.827609] NetLabel: Initializing
[    4.831221] NetLabel:  domain hash size = 128
[    4.835220] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    4.839244] NetLabel:  unlabeled traffic allowed by default
[    4.843265] PCI: Using ACPI for IRQ routing
[    4.854004] pci 0000:c3:00.0: vgaarb: setting as boot VGA device
[    4.855219] pci 0000:c3:00.0: vgaarb: bridge control possible
[    4.855219] pci 0000:c3:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    4.855221] vgaarb: loaded
[    4.859421] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    4.863220] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    4.869483] clocksource: Switched to clocksource tsc-early
[    4.873017] VFS: Disk quotas dquot_6.6.0
[    4.876973] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    4.884065] AppArmor: AppArmor Filesystem Enabled
[    4.888784] pnp: PnP ACPI init
[    4.892094] system 00:00: [mem 0x80000000-0x8fffffff] has been reserved
[    4.898800] system 00:01: [mem 0xff000000-0xffffffff] has been reserved
[    4.907004] pnp: PnP ACPI: found 5 devices
[    4.917886] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    4.926863] NET: Registered PF_INET protocol family
[    4.931903] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc)
[    4.942861] tcp_listen_portaddr_hash hash table entries: 65536 (order: 8, 1048576 bytes, vmalloc)
[    4.951811] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, vmalloc)
[    4.959854] TCP established hash table entries: 524288 (order: 10, 4194304 bytes, vmalloc hugepage)
[    4.969378] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc)
[    4.976976] TCP: Hash tables configured (established 524288 bind 65536)
[    4.983886] UDP hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc)
[    4.991214] UDP-Lite hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc)
[    4.999044] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    5.004713] NET: Registered PF_XDP protocol family
[    5.009508] pci 0000:01:00.0: ROM [mem 0xfff00000-0xffffffff pref]: can't claim; no compatible bridge window
[    5.019335] pci 0000:c1:00.0: ROM [mem 0xfffc0000-0xffffffff pref]: can't claim; no compatible bridge window
[    5.029153] pci 0000:c1:00.1: ROM [mem 0xfffc0000-0xffffffff pref]: can't claim; no compatible bridge window
[    5.038982] pci 0000:01:00.0: ROM [mem size 0x00100000 pref]: can't assign; no space
[    5.046726] pci 0000:01:00.0: ROM [mem size 0x00100000 pref]: failed to assign
[    5.053943] pci 0000:00:03.2: PCI bridge to [bus 01]
[    5.058908] pci 0000:00:03.2:   bridge window [io  0x1000-0x1fff]
[    5.065005] pci 0000:00:03.2:   bridge window [mem 0xe1000000-0xe22fffff]
[    5.071826] pci 0000:00:07.1: PCI bridge to [bus 02]
[    5.076792] pci 0000:00:07.1:   bridge window [mem 0xf7200000-0xf72fffff]
[    5.083587] pci 0000:00:08.1: PCI bridge to [bus 03]
[    5.088554] pci 0000:00:08.1:   bridge window [mem 0xf7000000-0xf71fffff]
[    5.095341] pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
[    5.101524] pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
[    5.107704] pci_bus 0000:00: resource 6 [mem 0x000c0000-0x000fffff window]
[    5.114580] pci_bus 0000:00: resource 7 [io  0x0d00-0x3fff window]
[    5.120759] pci_bus 0000:00: resource 8 [mem 0xe1000000-0xfebfffff window]
[    5.127631] pci_bus 0000:00: resource 9 [mem 0x63dc0000000-0x7fcffffffff window]
[    5.135025] pci_bus 0000:01: resource 0 [io  0x1000-0x1fff]
[    5.140598] pci_bus 0000:01: resource 1 [mem 0xe1000000-0xe22fffff]
[    5.146865] pci_bus 0000:02: resource 1 [mem 0xf7200000-0xf72fffff]
[    5.153134] pci_bus 0000:03: resource 1 [mem 0xf7000000-0xf71fffff]
[    5.159472] pci 0000:40:03.1: bridge window [io  0x1000-0x0fff] to [bus 41] add_size 1000
[    5.167654] pci 0000:40:03.1: bridge window [io  size 0x1000]: can't assign; no space
[    5.175520] pci 0000:40:03.1: bridge window [io  size 0x1000]: failed to assign
[    5.182832] pci 0000:40:03.1: bridge window [io  size 0x1000]: can't assign; no space
[    5.190665] pci 0000:40:03.1: bridge window [io  size 0x1000]: failed to assign
[    5.197975] pci 0000:40:03.1: PCI bridge to [bus 41]
[    5.202946] pci 0000:40:03.1:   bridge window [mem 0xa4c00000-0xa4ffffff]
[    5.209730] pci 0000:40:03.1:   bridge window [mem 0x47e80000000-0x47e801fffff 64bit pref]
[    5.217991] pci 0000:40:03.2: PCI bridge to [bus 42]
[    5.222956] pci 0000:40:03.2:   bridge window [io  0x6000-0x6fff]
[    5.229051] pci 0000:40:03.2:   bridge window [mem 0xa4800000-0xa4bfffff]
[    5.235838] pci 0000:40:03.2:   bridge window [mem 0x47e80200000-0x47e803fffff 64bit pref]
[    5.244098] pci 0000:40:03.3: PCI bridge to [bus 43]
[    5.249062] pci 0000:40:03.3:   bridge window [io  0x5000-0x5fff]
[    5.255160] pci 0000:40:03.3:   bridge window [mem 0xa4400000-0xa47fffff]
[    5.261951] pci 0000:40:03.3:   bridge window [mem 0x47e80400000-0x47e805fffff 64bit pref]
[    5.270211] pci 0000:40:03.4: PCI bridge to [bus 44]
[    5.275177] pci 0000:40:03.4:   bridge window [io  0x4000-0x4fff]
[    5.281298] pci 0000:40:03.4:   bridge window [mem 0xa4000000-0xa43fffff]
[    5.288117] pci 0000:40:03.4:   bridge window [mem 0x47e80600000-0x47e807fffff 64bit pref]
[    5.296378] pci 0000:40:07.1: PCI bridge to [bus 45]
[    5.301345] pci 0000:40:07.1:   bridge window [mem 0xa5300000-0xa53fffff]
[    5.308134] pci 0000:40:08.1: PCI bridge to [bus 46]
[    5.313105] pci 0000:40:08.1:   bridge window [mem 0xa5000000-0xa52fffff]
[    5.319895] pci_bus 0000:40: resource 4 [io  0x4000-0x6fff window]
[    5.326079] pci_bus 0000:40: resource 5 [mem 0x90000000-0xaaffffff window]
[    5.332952] pci_bus 0000:40: resource 6 [mem 0x47e80000000-0x63dbfffffff window]
[    5.340346] pci_bus 0000:41: resource 1 [mem 0xa4c00000-0xa4ffffff]
[    5.346612] pci_bus 0000:41: resource 2 [mem 0x47e80000000-0x47e801fffff 64bit pref]
[    5.354352] pci_bus 0000:42: resource 0 [io  0x6000-0x6fff]
[    5.359926] pci_bus 0000:42: resource 1 [mem 0xa4800000-0xa4bfffff]
[    5.366191] pci_bus 0000:42: resource 2 [mem 0x47e80200000-0x47e803fffff 64bit pref]
[    5.373932] pci_bus 0000:43: resource 0 [io  0x5000-0x5fff]
[    5.379506] pci_bus 0000:43: resource 1 [mem 0xa4400000-0xa47fffff]
[    5.385772] pci_bus 0000:43: resource 2 [mem 0x47e80400000-0x47e805fffff 64bit pref]
[    5.393510] pci_bus 0000:44: resource 0 [io  0x4000-0x4fff]
[    5.399082] pci_bus 0000:44: resource 1 [mem 0xa4000000-0xa43fffff]
[    5.405351] pci_bus 0000:44: resource 2 [mem 0x47e80600000-0x47e807fffff 64bit pref]
[    5.413092] pci_bus 0000:45: resource 1 [mem 0xa5300000-0xa53fffff]
[    5.419357] pci_bus 0000:46: resource 1 [mem 0xa5000000-0xa52fffff]
[    5.425686] pci 0000:80:01.1: PCI bridge to [bus 81]
[    5.430651] pci 0000:80:01.1:   bridge window [io  0x7000-0x7fff]
[    5.436747] pci 0000:80:01.1:   bridge window [mem 0xbf400000-0xbf7fffff]
[    5.443532] pci 0000:80:01.1:   bridge window [mem 0x2bf40000000-0x2bf401fffff 64bit pref]
[    5.451793] pci 0000:80:01.2: PCI bridge to [bus 82]
[    5.456758] pci 0000:80:01.2:   bridge window [io  0x8000-0x8fff]
[    5.462853] pci 0000:80:01.2:   bridge window [mem 0xbf000000-0xbf3fffff]
[    5.469638] pci 0000:80:01.2:   bridge window [mem 0x2bf40200000-0x2bf403fffff 64bit pref]
[    5.477901] pci 0000:80:07.1: PCI bridge to [bus 83]
[    5.482873] pci 0000:80:07.1:   bridge window [mem 0xbfa00000-0xbfafffff]
[    5.489661] pci 0000:80:08.1: PCI bridge to [bus 84]
[    5.494625] pci 0000:80:08.1:   bridge window [mem 0xbf900000-0xbf9fffff]
[    5.501415] pci 0000:80:08.2: PCI bridge to [bus 85]
[    5.506387] pci 0000:80:08.2:   bridge window [mem 0xbf800000-0xbf8fffff]
[    5.513176] pci_bus 0000:80: resource 4 [io  0x7000-0x9fff window]
[    5.519359] pci_bus 0000:80: resource 5 [mem 0xab000000-0xc5ffffff window]
[    5.526235] pci_bus 0000:80: resource 6 [mem 0x2bf40000000-0x47e7fffffff window]
[    5.533628] pci_bus 0000:81: resource 0 [io  0x7000-0x7fff]
[    5.539200] pci_bus 0000:81: resource 1 [mem 0xbf400000-0xbf7fffff]
[    5.545467] pci_bus 0000:81: resource 2 [mem 0x2bf40000000-0x2bf401fffff 64bit pref]
[    5.553205] pci_bus 0000:82: resource 0 [io  0x8000-0x8fff]
[    5.558780] pci_bus 0000:82: resource 1 [mem 0xbf000000-0xbf3fffff]
[    5.565045] pci_bus 0000:82: resource 2 [mem 0x2bf40200000-0x2bf403fffff 64bit pref]
[    5.572788] pci_bus 0000:83: resource 1 [mem 0xbfa00000-0xbfafffff]
[    5.579051] pci_bus 0000:84: resource 1 [mem 0xbf900000-0xbf9fffff]
[    5.585318] pci_bus 0000:85: resource 1 [mem 0xbf800000-0xbf8fffff]
[    5.591646] pci 0000:c0:03.1: PCI bridge to [bus c4]
[    5.596613] pci 0000:c0:03.1:   bridge window [io  0xa000-0xafff]
[    5.602709] pci 0000:c0:03.1:   bridge window [mem 0xdb600000-0xdb9fffff]
[    5.609492] pci 0000:c0:03.1:   bridge window [mem 0x10000000000-0x100001fffff 64bit pref]
[    5.617755] pci 0000:c0:03.2: PCI bridge to [bus c5]
[    5.622719] pci 0000:c0:03.2:   bridge window [io  0xb000-0xbfff]
[    5.628814] pci 0000:c0:03.2:   bridge window [mem 0xdb200000-0xdb5fffff]
[    5.635601] pci 0000:c0:03.2:   bridge window [mem 0x10000200000-0x100003fffff 64bit pref]
[    5.643861] pci 0000:c0:03.3: PCI bridge to [bus c6]
[    5.648825] pci 0000:c0:03.3:   bridge window [io  0xc000-0xcfff]
[    5.654919] pci 0000:c0:03.3:   bridge window [mem 0xdae00000-0xdb1fffff]
[    5.661705] pci 0000:c0:03.3:   bridge window [mem 0x10000400000-0x100005fffff 64bit pref]
[    5.669969] pci 0000:c0:03.4: PCI bridge to [bus c7]
[    5.674941] pci 0000:c0:03.4:   bridge window [io  0xd000-0xdfff]
[    5.681036] pci 0000:c0:03.4:   bridge window [mem 0xdaa00000-0xdadfffff]
[    5.687824] pci 0000:c0:03.4:   bridge window [mem 0x10000600000-0x100007fffff 64bit pref]
[    5.696151] pci 0000:c1:00.0: ROM [mem 0xc7100000-0xc713ffff pref]: assigned
[    5.703197] pci 0000:c1:00.1: ROM [mem 0xc7140000-0xc717ffff pref]: assigned
[    5.710269] pci 0000:c0:05.1: PCI bridge to [bus c1]
[    5.715235] pci 0000:c0:05.1:   bridge window [mem 0xc7100000-0xc71fffff]
[    5.722022] pci 0000:c0:05.1:   bridge window [mem 0xc7000000-0xc70fffff 64bit pref]
[    5.729763] pci 0000:c2:00.0: PCI bridge to [bus c3]
[    5.734730] pci 0000:c2:00.0:   bridge window [mem 0xda000000-0xda8fffff]
[    5.741515] pci 0000:c2:00.0:   bridge window [mem 0xc6000000-0xc6ffffff 64bit pref]
[    5.749258] pci 0000:c0:05.2: PCI bridge to [bus c2-c3]
[    5.754491] pci 0000:c0:05.2:   bridge window [mem 0xda000000-0xda8fffff]
[    5.761276] pci 0000:c0:05.2:   bridge window [mem 0xc6000000-0xc6ffffff 64bit pref]
[    5.769019] pci 0000:c0:07.1: PCI bridge to [bus c8]
[    5.773991] pci 0000:c0:07.1:   bridge window [mem 0xdbb00000-0xdbbfffff]
[    5.780781] pci 0000:c0:08.1: PCI bridge to [bus c9]
[    5.785752] pci 0000:c0:08.1:   bridge window [mem 0xdba00000-0xdbafffff]
[    5.792543] pci_bus 0000:c0: resource 4 [io  0xa000-0xffff window]
[    5.798726] pci_bus 0000:c0: resource 5 [mem 0xc6000000-0xe0ffffff window]
[    5.805599] pci_bus 0000:c0: resource 6 [mem 0x10000000000-0x2bf3fffffff window]
[    5.812993] pci_bus 0000:c0: resource 7 [io  0x03b0-0x03df window]
[    5.819190] pci_bus 0000:c0: resource 8 [mem 0x000a0000-0x000bffff window]
[    5.826061] pci_bus 0000:c4: resource 0 [io  0xa000-0xafff]
[    5.831635] pci_bus 0000:c4: resource 1 [mem 0xdb600000-0xdb9fffff]
[    5.837903] pci_bus 0000:c4: resource 2 [mem 0x10000000000-0x100001fffff 64bit pref]
[    5.845642] pci_bus 0000:c5: resource 0 [io  0xb000-0xbfff]
[    5.851215] pci_bus 0000:c5: resource 1 [mem 0xdb200000-0xdb5fffff]
[    5.857481] pci_bus 0000:c5: resource 2 [mem 0x10000200000-0x100003fffff 64bit pref]
[    5.865221] pci_bus 0000:c6: resource 0 [io  0xc000-0xcfff]
[    5.870793] pci_bus 0000:c6: resource 1 [mem 0xdae00000-0xdb1fffff]
[    5.877060] pci_bus 0000:c6: resource 2 [mem 0x10000400000-0x100005fffff 64bit pref]
[    5.884803] pci_bus 0000:c7: resource 0 [io  0xd000-0xdfff]
[    5.890373] pci_bus 0000:c7: resource 1 [mem 0xdaa00000-0xdadfffff]
[    5.896641] pci_bus 0000:c7: resource 2 [mem 0x10000600000-0x100007fffff 64bit pref]
[    5.904379] pci_bus 0000:c1: resource 1 [mem 0xc7100000-0xc71fffff]
[    5.910648] pci_bus 0000:c1: resource 2 [mem 0xc7000000-0xc70fffff 64bit pref]
[    5.917867] pci_bus 0000:c2: resource 1 [mem 0xda000000-0xda8fffff]
[    5.924141] pci_bus 0000:c2: resource 2 [mem 0xc6000000-0xc6ffffff 64bit pref]
[    5.931363] pci_bus 0000:c3: resource 1 [mem 0xda000000-0xda8fffff]
[    5.937630] pci_bus 0000:c3: resource 2 [mem 0xc6000000-0xc6ffffff 64bit pref]
[    5.944850] pci_bus 0000:c8: resource 1 [mem 0xdbb00000-0xdbbfffff]
[    5.951116] pci_bus 0000:c9: resource 1 [mem 0xdba00000-0xdbafffff]
[    5.957971] PCI: CLS 64 bytes, default 64
[    5.962003] AMD-Vi: IOMMU SNP support enabled.
[    5.962064] Trying to unpack rootfs image as initramfs...
[    5.971897] pci 0000:c0:00.2: AMD-Vi: IOMMU performance counters supported
[    5.978879] pci 0000:c0:01.0: Adding to iommu group 0
[    5.983980] pci 0000:c0:02.0: Adding to iommu group 1
[    5.989183] pci 0000:c0:03.0: Adding to iommu group 2
[    5.994284] pci 0000:c0:03.1: Adding to iommu group 2
[    5.999391] pci 0000:c0:03.2: Adding to iommu group 2
[    6.004493] pci 0000:c0:03.3: Adding to iommu group 2
[    6.009594] pci 0000:c0:03.4: Adding to iommu group 2
[    6.014697] pci 0000:c0:04.0: Adding to iommu group 3
[    6.019898] pci 0000:c0:05.0: Adding to iommu group 4
[    6.024996] pci 0000:c0:05.1: Adding to iommu group 4
[    6.030093] pci 0000:c0:05.2: Adding to iommu group 4
[    6.035197] pci 0000:c0:07.0: Adding to iommu group 5
[    6.040285] pci 0000:c0:07.1: Adding to iommu group 6
[    6.045389] pci 0000:c0:08.0: Adding to iommu group 7
[    6.050472] pci 0000:c0:08.1: Adding to iommu group 8
[    6.055527] pci 0000:c1:00.0: Adding to iommu group 4
[    6.060588] pci 0000:c1:00.1: Adding to iommu group 4
[    6.065644] pci 0000:c2:00.0: Adding to iommu group 4
[    6.070704] pci 0000:c3:00.0: Adding to iommu group 4
[    6.075792] pci 0000:c8:00.0: Adding to iommu group 9
[    6.080880] pci 0000:c8:00.2: Adding to iommu group 10
[    6.086054] pci 0000:c9:00.0: Adding to iommu group 11
[    6.091235] pci 0000:c9:00.2: Adding to iommu group 12
[    6.102680] pci 0000:80:00.2: AMD-Vi: IOMMU performance counters supported
[    6.109710] pci 0000:80:01.0: Adding to iommu group 13
[    6.114890] pci 0000:80:01.1: Adding to iommu group 13
[    6.120074] pci 0000:80:01.2: Adding to iommu group 13
[    6.125294] pci 0000:80:02.0: Adding to iommu group 14
[    6.130484] pci 0000:80:03.0: Adding to iommu group 15
[    6.135678] pci 0000:80:04.0: Adding to iommu group 16
[    6.140868] pci 0000:80:05.0: Adding to iommu group 17
[    6.146059] pci 0000:80:07.0: Adding to iommu group 18
[    6.151231] pci 0000:80:07.1: Adding to iommu group 19
[    6.156430] pci 0000:80:08.0: Adding to iommu group 20
[    6.161597] pci 0000:80:08.1: Adding to iommu group 21
[    6.166770] pci 0000:80:08.2: Adding to iommu group 22
[    6.171942] pci 0000:83:00.0: Adding to iommu group 23
[    6.177113] pci 0000:83:00.2: Adding to iommu group 24
[    6.182291] pci 0000:84:00.0: Adding to iommu group 25
[    6.187460] pci 0000:84:00.2: Adding to iommu group 26
[    6.192636] pci 0000:85:00.0: Adding to iommu group 27
[    6.204783] pci 0000:40:00.2: AMD-Vi: IOMMU performance counters supported
[    6.211761] pci 0000:40:01.0: Adding to iommu group 28
[    6.216952] pci 0000:40:02.0: Adding to iommu group 29
[    6.222236] pci 0000:40:03.0: Adding to iommu group 30
[    6.227465] pci 0000:40:03.1: Adding to iommu group 30
[    6.232640] pci 0000:40:03.2: Adding to iommu group 30
[    6.237814] pci 0000:40:03.3: Adding to iommu group 30
[    6.242989] pci 0000:40:03.4: Adding to iommu group 30
[    6.248181] pci 0000:40:04.0: Adding to iommu group 31
[    6.253369] pci 0000:40:05.0: Adding to iommu group 32
[    6.258564] pci 0000:40:07.0: Adding to iommu group 33
[    6.263735] pci 0000:40:07.1: Adding to iommu group 34
[    6.268928] pci 0000:40:08.0: Adding to iommu group 35
[    6.274099] pci 0000:40:08.1: Adding to iommu group 36
[    6.279276] pci 0000:45:00.0: Adding to iommu group 37
[    6.284451] pci 0000:45:00.2: Adding to iommu group 38
[    6.289624] pci 0000:46:00.0: Adding to iommu group 39
[    6.294799] pci 0000:46:00.1: Adding to iommu group 40
[    6.299975] pci 0000:46:00.2: Adding to iommu group 41
[    6.305147] pci 0000:46:00.3: Adding to iommu group 42
[    6.317471] pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
[    6.324451] pci 0000:00:01.0: Adding to iommu group 43
[    6.329714] pci 0000:00:02.0: Adding to iommu group 44
[    6.334907] pci 0000:00:03.0: Adding to iommu group 45
[    6.340079] pci 0000:00:03.2: Adding to iommu group 46
[    6.345272] pci 0000:00:04.0: Adding to iommu group 47
[    6.350463] pci 0000:00:05.0: Adding to iommu group 48
[    6.355655] pci 0000:00:07.0: Adding to iommu group 49
[    6.360823] pci 0000:00:07.1: Adding to iommu group 50
[    6.366014] pci 0000:00:08.0: Adding to iommu group 51
[    6.371182] pci 0000:00:08.1: Adding to iommu group 52
[    6.376400] pci 0000:00:14.0: Adding to iommu group 53
[    6.376963] Freeing initrd memory: 35960K
[    6.381576] pci 0000:00:14.3: Adding to iommu group 53
[    6.390902] pci 0000:00:18.0: Adding to iommu group 54
[    6.396074] pci 0000:00:18.1: Adding to iommu group 54
[    6.401240] pci 0000:00:18.2: Adding to iommu group 54
[    6.406410] pci 0000:00:18.3: Adding to iommu group 54
[    6.411582] pci 0000:00:18.4: Adding to iommu group 54
[    6.416756] pci 0000:00:18.5: Adding to iommu group 54
[    6.421928] pci 0000:00:18.6: Adding to iommu group 54
[    6.427097] pci 0000:00:18.7: Adding to iommu group 54
[    6.432315] pci 0000:01:00.0: Adding to iommu group 55
[    6.437493] pci 0000:02:00.0: Adding to iommu group 56
[    6.442676] pci 0000:02:00.2: Adding to iommu group 57
[    6.447848] pci 0000:03:00.0: Adding to iommu group 58
[    6.453024] pci 0000:03:00.2: Adding to iommu group 59
[    6.458194] pci 0000:03:00.3: Adding to iommu group 60
[    6.472024] AMD-Vi: Extended features (0x841f77e022094ace, 0x0): PPR X2APIC NX IA GA PC SNP
[    6.480387] AMD-Vi: Interrupt remapping enabled
[    6.484920] AMD-Vi: X2APIC enabled
[    6.489254] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    6.495697] software IO TLB: mapped [mem 0x0000000005e00000-0x0000000015e00000] (256MB)
[    6.503809] LVT offset 0 assigned for vector 0x400
[    6.510347] perf: AMD IBS detected (0x000003ff)
[    6.516298] amd_uncore: 4 amd_df counters detected
[    6.521122] amd_uncore: 6 amd_l3 counters detected
[    6.527538] perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
[    6.534692] perf/amd_iommu: Detected AMD IOMMU #1 (2 banks, 4 counters/bank).
[    6.541844] perf/amd_iommu: Detected AMD IOMMU #2 (2 banks, 4 counters/bank).
[    6.549003] perf/amd_iommu: Detected AMD IOMMU #3 (2 banks, 4 counters/bank).
[    6.560139] Initialise system trusted keyrings
[    6.564601] Key type blacklist registered
[    6.568701] workingset: timestamp_bits=36 max_order=26 bucket_order=0
[    6.575159] zbud: loaded
[    6.578204] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    6.584207] fuse: init (API version 7.41)
[    6.588476] integrity: Platform Keyring initialized
[    6.605537] Key type asymmetric registered
[    6.609632] Asymmetric key parser 'x509' registered
[    6.614562] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[    6.622044] io scheduler mq-deadline registered
[    6.628193] pcieport 0000:00:03.2: PME: Signaling with IRQ 38
[    6.634294] pcieport 0000:00:07.1: PME: Signaling with IRQ 40
[    6.640219] pcieport 0000:00:08.1: PME: Signaling with IRQ 41
[    6.646227] pcieport 0000:40:03.1: PME: Signaling with IRQ 42
[    6.652018] pcieport 0000:40:03.1: pciehp: Slot #167 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    6.665990] pcieport 0000:40:03.2: PME: Signaling with IRQ 43
[    6.671789] pcieport 0000:40:03.2: pciehp: Slot #166 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    6.685751] pcieport 0000:40:03.3: PME: Signaling with IRQ 44
[    6.691540] pcieport 0000:40:03.3: pciehp: Slot #169 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    6.705490] pcieport 0000:40:03.4: PME: Signaling with IRQ 45
[    6.711287] pcieport 0000:40:03.4: pciehp: Slot #168 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    6.725282] pcieport 0000:40:07.1: PME: Signaling with IRQ 47
[    6.731224] pcieport 0000:40:08.1: PME: Signaling with IRQ 48
[    6.737304] pcieport 0000:80:01.1: PME: Signaling with IRQ 49
[    6.743107] pcieport 0000:80:01.1: pciehp: Slot #160 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    6.757060] pcieport 0000:80:01.2: PME: Signaling with IRQ 50
[    6.762855] pcieport 0000:80:01.2: pciehp: Slot #161 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    6.776903] pcieport 0000:80:07.1: PME: Signaling with IRQ 52
[    6.782903] pcieport 0000:80:08.1: PME: Signaling with IRQ 54
[    6.788887] pcieport 0000:80:08.2: PME: Signaling with IRQ 55
[    6.794827] pcieport 0000:c0:03.1: PME: Signaling with IRQ 56
[    6.800623] pcieport 0000:c0:03.1: pciehp: Slot #163 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    6.814552] pcieport 0000:c0:03.2: PME: Signaling with IRQ 57
[    6.820346] pcieport 0000:c0:03.2: pciehp: Slot #162 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    6.834275] pcieport 0000:c0:03.3: PME: Signaling with IRQ 58
[    6.840064] pcieport 0000:c0:03.3: pciehp: Slot #165 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    6.853992] pcieport 0000:c0:03.4: PME: Signaling with IRQ 59
[    6.859786] pcieport 0000:c0:03.4: pciehp: Slot #164 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    6.873717] pcieport 0000:c0:05.1: PME: Signaling with IRQ 60
[    6.879627] pcieport 0000:c0:05.2: PME: Signaling with IRQ 61
[    6.885638] pcieport 0000:c0:07.1: PME: Signaling with IRQ 63
[    6.891645] pcieport 0000:c0:08.1: PME: Signaling with IRQ 65
[    6.897666] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    6.904738] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[    6.912200] ACPI: button: Power Button [PWRF]
[    6.924431] Estimated ratio of average max frequency by base frequency (times 1024): 1464
[    6.948502] ERST: Error Record Serialization Table (ERST) support is initialized.
[    6.956004] pstore: Using crash dump compression: deflate
[    6.961406] pstore: Registered erst as persistent store backend
[    6.967447] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    6.974006] 00:03: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A
[    6.982133] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    6.992865] Linux agpgart interface v0.103
[    7.021203] loop: module loaded
[    7.035602] ahci 0000:85:00.0: AHCI vers 0001.0301, 32 command slots, 6 Gbps, SATA mode
[    7.043611] ahci 0000:85:00.0: 8/8 ports implemented (port mask 0xff)
[    7.050056] ahci 0000:85:00.0: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part sxs 
[    7.060173] scsi host0: ahci
[    7.063281] scsi host1: ahci
[    7.066373] scsi host2: ahci
[    7.069450] scsi host3: ahci
[    7.072531] scsi host4: ahci
[    7.075612] scsi host5: ahci
[    7.078704] scsi host6: ahci
[    7.081771] scsi host7: ahci
[    7.084711] ata1: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800100 irq 67 lpm-pol 0
[    7.093013] ata2: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800180 irq 68 lpm-pol 0
[    7.101274] ata3: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800200 irq 69 lpm-pol 0
[    7.109532] ata4: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800280 irq 70 lpm-pol 0
[    7.117791] ata5: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800300 irq 71 lpm-pol 0
[    7.126051] ata6: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800380 irq 72 lpm-pol 0
[    7.134316] ata7: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800400 irq 73 lpm-pol 0
[    7.142580] ata8: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800480 irq 74 lpm-pol 0
[    7.151104] tun: Universal TUN/TAP device driver, 1.6
[    7.156214] PPP generic driver version 2.4.2
[    7.160630] VFIO - User Level meta-driver version: 0.3
[    7.166123] xhci_hcd 0000:03:00.3: xHCI Host Controller
[    7.171369] xhci_hcd 0000:03:00.3: new USB bus registered, assigned bus number 1
[    7.178872] xhci_hcd 0000:03:00.3: hcc params 0x0260ffe5 hci version 0x110 quirks 0x0000000000000010
[    7.188396] xhci_hcd 0000:03:00.3: xHCI Host Controller
[    7.193622] xhci_hcd 0000:03:00.3: new USB bus registered, assigned bus number 2
[    7.201014] xhci_hcd 0000:03:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[    7.208109] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.11
[    7.216374] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    7.223596] usb usb1: Product: xHCI Host Controller
[    7.228471] usb usb1: Manufacturer: Linux 6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d xhci-hcd
[    7.237431] usb usb1: SerialNumber: 0000:03:00.3
[    7.242222] hub 1-0:1.0: USB hub found
[    7.245995] hub 1-0:1.0: 2 ports detected
[    7.250826] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    7.258943] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.11
[    7.267209] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    7.274432] usb usb2: Product: xHCI Host Controller
[    7.279320] usb usb2: Manufacturer: Linux 6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d xhci-hcd
[    7.288279] usb usb2: SerialNumber: 0000:03:00.3
[    7.293085] hub 2-0:1.0: USB hub found
[    7.296850] hub 2-0:1.0: 2 ports detected
[    7.301759] xhci_hcd 0000:46:00.3: xHCI Host Controller
[    7.307103] xhci_hcd 0000:46:00.3: new USB bus registered, assigned bus number 3
[    7.314594] xhci_hcd 0000:46:00.3: hcc params 0x0260ffe5 hci version 0x110 quirks 0x0000000000000010
[    7.324088] xhci_hcd 0000:46:00.3: xHCI Host Controller
[    7.329319] xhci_hcd 0000:46:00.3: new USB bus registered, assigned bus number 4
[    7.336713] xhci_hcd 0000:46:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[    7.343798] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.11
[    7.352064] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    7.359298] usb usb3: Product: xHCI Host Controller
[    7.364185] usb usb3: Manufacturer: Linux 6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d xhci-hcd
[    7.373140] usb usb3: SerialNumber: 0000:46:00.3
[    7.377903] hub 3-0:1.0: USB hub found
[    7.381667] hub 3-0:1.0: 2 ports detected
[    7.386463] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    7.394580] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.11
[    7.402847] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    7.410078] usb usb4: Product: xHCI Host Controller
[    7.414961] usb usb4: Manufacturer: Linux 6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d xhci-hcd
[    7.423918] usb usb4: SerialNumber: 0000:46:00.3
[    7.428666] hub 4-0:1.0: USB hub found
[    7.432434] hub 4-0:1.0: 2 ports detected
[    7.437437] usbcore: registered new interface driver uas
[    7.442779] usbcore: registered new interface driver usb-storage
[    7.448869] i8042: PNP: No PS/2 controller found.
[    7.453667] mousedev: PS/2 mouse device common for all mice
[    7.459337] rtc_cmos 00:02: RTC can wake from S4
[    7.464224] rtc_cmos 00:02: registered as rtc0
[    7.465547] ata1: SATA link down (SStatus 0 SControl 300)
[    7.468748] rtc_cmos 00:02: setting system clock to 2024-09-03T09:05:10 UTC (1725354310)
[    7.474097] ata3: SATA link down (SStatus 0 SControl 300)
[    7.482193] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram
[    7.487580] ata7: SATA link down (SStatus 0 SControl 300)
[    7.494270] i2c_dev: i2c /dev entries driver
[    7.499681] ata6: SATA link down (SStatus 0 SControl 300)
[    7.503946] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[    7.509368] ata8: SATA link down (SStatus 0 SControl 300)
[    7.509398] usb 1-1: new high-speed USB device number 2 using xhci_hcd
[    7.521561] device-mapper: uevent: version 1.0.3
[    7.526965] ata4: SATA link down (SStatus 0 SControl 300)
[    7.533575] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@lists.linux.dev
[    7.538116] ata5: SATA link down (SStatus 0 SControl 300)
[    7.543511] platform eisa.0: Probing EISA bus 0
[    7.552382] ata2: SATA link down (SStatus 0 SControl 300)
[    7.557754] platform eisa.0: EISA: Cannot allocate resource for mainboard
[    7.557756] platform eisa.0: Cannot allocate resource for EISA slot 1
[    7.557758] platform eisa.0: Cannot allocate resource for EISA slot 2
[    7.587365] tsc: Refined TSC clocksource calibration: 1996.250 MHz
[    7.590307] platform eisa.0: Cannot allocate resource for EISA slot 3
[    7.593600] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x398caf77d7a, max_idle_ns: 881590459467 ns
[    7.599995] platform eisa.0: Cannot allocate resource for EISA slot 4
[    7.616457] platform eisa.0: Cannot allocate resource for EISA slot 5
[    7.616460] clocksource: Switched to clocksource tsc
[    7.622897] platform eisa.0: Cannot allocate resource for EISA slot 6
[    7.622899] platform eisa.0: Cannot allocate resource for EISA slot 7
[    7.622901] platform eisa.0: Cannot allocate resource for EISA slot 8
[    7.622902] platform eisa.0: EISA: Detected 0 cards
[    7.652083] amd_pstate: driver load is disabled, boot with specific mode to enable this
[    7.654875] usb 1-1: New USB device found, idVendor=0424, idProduct=2744, bcdDevice= 1.21
[    7.660092] usb 3-1: new high-speed USB device number 2 using xhci_hcd
[    7.668255] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    7.681935] usb 1-1: Product: USB2734
[    7.685609] usb 1-1: Manufacturer: Microchip Tech
[    7.691578] ledtrig-cpu: registered to indicate activity on CPUs
[    7.697687] drop_monitor: Initializing network drop monitor service
[    7.704263] NET: Registered PF_INET6 protocol family
[    7.716122] Segment Routing with IPv6
[    7.719796] In-situ OAM (IOAM) with IPv6
[    7.723743] NET: Registered PF_PACKET protocol family
[    7.728868] Key type dns_resolver registered
[    7.743515] microcode: Current revision: 0x0a0011d3
[    7.751663] resctrl: L3 allocation detected
[    7.752432] hub 1-1:1.0: USB hub found
[    7.755848] resctrl: MB allocation detected
[    7.759879] hub 1-1:1.0: 4 ports detected
[    7.763785] resctrl: L3 monitoring detected
[    7.763991] IPI shorthand broadcast: enabled
[    7.779108] sched_clock: Marking stable (7704001365, 74254160)->(8782581617, -1004326092)
[    7.784255] usb 2-1: new SuperSpeed USB device number 2 using xhci_hcd
[    7.794556] registered taskstats version 1
[    7.800925] Loading compiled-in X.509 certificates
[    7.806191] Loaded X.509 cert 'Build time autogenerated kernel key: 5c3510c35dece95d6a55c59a8d47cc68b34970d5'
[    7.806738] usb 2-1: New USB device found, idVendor=0424, idProduct=5744, bcdDevice= 1.21
[    7.811225] usb 3-1: New USB device found, idVendor=1604, idProduct=10c0, bcdDevice= 0.00
[    7.811229] usb 3-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    7.839573] usb 2-1: New USB device strings: Mfr=2, Product=3, SerialNumber=0
[    7.846706] usb 2-1: Product: USB5734
[    7.850372] usb 2-1: Manufacturer: Microchip Tech
[    7.855089] Demotion targets for Node 0: null
[    7.856277] hub 3-1:1.0: USB hub found
[    7.859456] Demotion targets for Node 1: null
[    7.859961] Key type .fscrypt registered
[    7.863475] hub 3-1:1.0: 4 ports detected
[    7.867566] Key type fscrypt-provisioning registered
[    7.880490] hub 2-1:1.0: USB hub found
[    7.884282] hub 2-1:1.0: 4 ports detected
[    7.888502] cryptd: max_cpu_qlen set to 1000
[    7.895790] AES CTR mode by8 optimization enabled
[    7.915567] Key type encrypted registered
[    7.919585] AppArmor: AppArmor sha256 policy hashing enabled
[    7.925362] integrity: Loading X.509 certificate: UEFI:db
[    7.930786] integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
[    7.941572] integrity: Loading X.509 certificate: UEFI:db
[    7.946988] integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
[    7.958018] integrity: Loading X.509 certificate: UEFI:db
[    7.963531] integrity: Loaded X.509 cert 'VMware, Inc.: 4ad8ba0472073d28127706ddc6ccb9050441bbc7'
[    7.972398] integrity: Loading X.509 certificate: UEFI:db
[    7.977931] integrity: Loaded X.509 cert 'VMware, Inc.: VMware Secure Boot Signing: 04597f3e1ffb240bba0ff0f05d5eb05f3e15f6d7'
[    7.989524] ima: No TPM chip found, activating TPM-bypass!
[    7.995018] Loading compiled-in module X.509 certificates
[    8.000805] Loaded X.509 cert 'Build time autogenerated kernel key: 5c3510c35dece95d6a55c59a8d47cc68b34970d5'
[    8.010731] ima: Allocated hash algorithm: sha1
[    8.015274] ima: No architecture policies found
[    8.019825] evm: Initialising EVM extended attributes:
[    8.024966] evm: security.selinux
[    8.028285] evm: security.SMACK64
[    8.031605] evm: security.SMACK64EXEC
[    8.035272] evm: security.SMACK64TRANSMUTE
[    8.039368] evm: security.SMACK64MMAP
[    8.043035] evm: security.apparmor
[    8.046439] evm: security.ima
[    8.049409] evm: security.capability
[    8.052986] evm: HMAC attrs: 0x1
[    8.056612] PM:   Magic number: 8:708:69
[    8.060655] acpi ACPI0007:af: hash matches
[    8.064828] memory memory97: hash matches
[    8.069389] RAS: Correctable Errors collector initialized.
[    8.075017] clk: Disabling unused clocks
[    8.078943] PM: genpd: Disabling unused power domains
[    8.085780] Freeing unused decrypted memory: 2028K
[    8.091274] Freeing unused kernel image (initmem) memory: 4684K
[    8.097205] Write protecting the kernel read-only data: 26624k
[    8.103535] Freeing unused kernel image (rodata/data gap) memory: 448K
[    8.174048] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    8.180488] Run /init as init process
[    8.190178] systemd[1]: Inserted module 'autofs4'
[    8.201860] systemd[1]: systemd 250-12.el9_1 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 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK +XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[    8.233812] systemd[1]: Detected architecture x86-64.
[    8.238867] systemd[1]: Running in initial RAM disk.

Welcome to ^[[0;31mRed Hat Enterprise Linux 9.1 (Plow) dracut-057-13.git20220816.el9 (Initramfs)^[[0m!

[    8.258356] systemd[1]: Hostname set to <hostname.amd.com>.
[    8.370667] systemd[1]: Queued start job for default target Initrd Default Target.
[    8.378351] systemd[1]: Reached target Initrd /usr File System.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mInitrd /usr File System^[[0m.
[    8.398316] systemd[1]: Reached target Local File Systems.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mLocal File Systems^[[0m.
[    8.414324] systemd[1]: Reached target Slice Units.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSlice Units^[[0m.
[    8.430324] systemd[1]: Reached target Swaps.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSwaps^[[0m.
[    8.446314] systemd[1]: Reached target Timer Units.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mTimer Units^[[0m.
[    8.462439] systemd[1]: Listening on D-Bus System Message Bus Socket.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mD-Bus System Message Bus Socket^[[0m.
[    8.482464] systemd[1]: Listening on Journal Socket (/dev/log).
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mJournal Socket (/dev/log)^[[0m.
[    8.498475] systemd[1]: Listening on Journal Socket.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mJournal Socket^[[0m.
[    8.514476] systemd[1]: Listening on udev Control Socket.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mudev Control Socket^[[0m.
[    8.530435] systemd[1]: Listening on udev Kernel Socket.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mudev Kernel Socket^[[0m.
[    8.546337] systemd[1]: Reached target Socket Units.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSocket Units^[[0m.
[    8.586271] usb 3-1.1: new high-speed USB device number 3 using xhci_hcd
[    8.588187] systemd[1]: Starting Create List of Static Device Nodes...
         Starting ^[[0;1;39mCreate List of Static Device Nodes^[[0m...
[    8.612571] systemd[1]: Starting Journal Service...
         Starting ^[[0;1;39mJournal Service^[[0m...
[    8.627678] systemd[1]: Starting Load Kernel Modules...
         Starting ^[[0;1;39mLoad Kernel Modules^[[0m...
[    8.643350] systemd[1]: Starting Create System Users...
         Starting ^[[0;1;39mCreate System Users^[[0m...
[    8.659643] systemd[1]: Starting Setup Virtual Console...
         Starting ^[[0;1;39mSetup Virtual Console^[[0m...
[    8.679227] usb 3-1.1: New USB device found, idVendor=1604, idProduct=10c0, bcdDevice= 0.00
[    8.679522] systemd[1]: Finished Create List of Static Device Nodes.
[    8.687575] usb 3-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate List of Static Device Nodes^[[0m.
[    8.718526] systemd[1]: Started Journal Service.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mJournal Service^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mLoad Kernel Modules^[[0m.
[    8.752195] hub 3-1.1:1.0: USB hub found
[    8.756350] hub 3-1.1:1.0: 4 ports detected
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mSetup Virtual Console^[[0m.
         Starting ^[[0;1;39mdracut cmdline hook^[[0m...
         Starting ^[[0;1;39mApply Kernel Variables^[[0m...
[    8.838281] usb 3-1.4: new high-speed USB device number 4 using xhci_hcd
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mApply Kernel Variables^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate System Users^[[0m.
         Starting ^[[0;1;39mCreate Static Device Nodes in /dev^[[0m...
         Starting ^[[0;1;39mCreate Volatile Files[    8.931223] usb 3-1.4: New USB device found, idVendor=1604, idProduct=10c0, bcdDevice= 0.00
 and Directories[    8.940153] usb 3-1.4: New USB device strings: Mfr=0, Product=0, SerialNumber=0
^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mdracut cmdline hook^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate Static Device Nodes in /dev^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate Volatile Files and Directories^[[0m.
[    9.008317] hub 3-1.4:1.0: USB hub found
[    9.012475] hub 3-1.4:1.0: 4 ports detected
         Starting ^[[0;1;39mdracut pre-udev hook^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mdracut pre-udev hook^[[0m.
         Starting ^[[0;1;39mRule-based Manage…for Device Events and Files^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mRule-based Manager for Device Events and Files^[[0m.
         Starting ^[[0;1;39mColdplug All udev Devices^[[0m...
[^[[0;32m  OK  ^[[[    9.300497] wmi_bus wmi_bus-PNP0C14:00: [Firmware Bug]: WQBC data block query control method not found
0m] Finished ^[[0[    9.312344] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
;1;39mColdplug A[    9.318496] sp5100-tco sp5100-tco: Using 0xfeb00000 for watchdog MMIO address
ll udev Devices^[[    9.327045] sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0)
[0m.
[    9.336850] ccp 0000:46:00.1: no command queues available
[    9.342347] ccp 0000:46:00.1: sev enabled
[    9.346365] ccp 0000:46:00.1: psp enabled
[^[[0;32m  OK  ^[[0m] Reached targ[    9.361816] ACPI: bus type drm_connector registered
et ^[[0;1;39mSyst[    9.368625] mpt3sas version 48.100.00.00 loaded
[    9.370615] tg3 0000:c1:00.0 eth0: Tigon3 [partno(BCM95720) rev 5720000] (PCI Express) MAC address d0:8e:79:bb:95:90
em Initializatio[    9.375527] mpt3sas_cm0: 63 BIT PCI BUS DMA ADDRESSING SUPPORTED, total mem (262457080 kB)
n^[[0m.
[    9.383903] tg3 0000:c1:00.0 eth0: attached PHY is 5720C (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[1])
[    9.403951] tg3 0000:c1:00.0 eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[1] TSOcap[1]
[    9.411778] tg3 0000:c1:00.0 eth0: dma_rwctrl[00000001] dma_mask[64-bit]
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mNetwork^[[0m.
[    9.430188] mgag200 0000:c3:00.0: vgaarb: deactivate vga console
[    9.440019] Console: switching to colour dummy device 80x25
[    9.444304] mpt3sas_cm0: CurrentHostPageSize is 0: Setting default host page size to 4k
[    9.452611] [drm] Initialized mgag200 1.0.0 for 0000:c3:00.0 on minor 0
[    9.453641] mpt3sas_cm0: MSI-X vectors supported: 96
[    9.465171] 	 no of cores: 128, max_msix_vectors: -1
[    9.465173] mpt3sas_cm0:  0 96 96
[    9.469027] mpt3sas_cm0: High IOPs queues : disabled
[    9.478328] tg3 0000:c1:00.1 eth1: Tigon3 [partno(BCM95720) rev 5720000] (PCI Express) MAC address d0:8e:79:bb:95:91
[    9.478422] mpt3sas0-msix0: PCI-MSI-X enabled: IRQ 108
[    9.488935] tg3 0000:c1:00.1 eth1: attached PHY is 5720C (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[1])
[    9.494070] mpt3sas0-msix1: PCI-MSI-X enabled: IRQ 109
[    9.494072] mpt3sas0-msix2: PCI-MSI-X enabled: IRQ 110
[    9.494073] mpt3sas0-msix3: PCI-MSI-X enabled: IRQ 111
[    9.494074] mpt3sas0-msix4: PCI-MSI-X enabled: IRQ 112
[    9.494076] mpt3sas0-msix5: PCI-MSI-X enabled: IRQ 113
[    9.494077] mpt3sas0-msix6: PCI-MSI-X enabled: IRQ 114
[    9.494079] mpt3sas0-msix7: PCI-MSI-X enabled: IRQ 115
[    9.494080] mpt3sas0-msix8: PCI-MSI-X enabled: IRQ 116
[    9.494081] mpt3sas0-msix9: PCI-MSI-X enabled: IRQ 117
[    9.494083] mpt3sas0-msix10: PCI-MSI-X enabled: IRQ 118
[    9.494084] mpt3sas0-msix11: PCI-MSI-X enabled: IRQ 119
[    9.503901] tg3 0000:c1:00.1 eth1: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[1] TSOcap[1]
[    9.503904] tg3 0000:c1:00.1 eth1: dma_rwctrl[00000001] dma_mask[64-bit]
[    9.509040] mpt3sas0-msix12: PCI-MSI-X enabled: IRQ 120
[    9.580381] mpt3sas0-msix13: PCI-MSI-X enabled: IRQ 121
[    9.580382] mpt3sas0-msix14: PCI-MSI-X enabled: IRQ 122
[    9.580384] mpt3sas0-msix15: PCI-MSI-X enabled: IRQ 123
[    9.580385] mpt3sas0-msix16: PCI-MSI-X enabled: IRQ 124
[    9.580387] mpt3sas0-msix17: PCI-MSI-X enabled: IRQ 125
[    9.606530] fbcon: mgag200drmfb (fb0) is primary device
[    9.606618] mpt3sas0-msix18: PCI-MSI-X enabled: IRQ 126
[    9.606620] mpt3sas0-msix19: PCI-MSI-X enabled: IRQ 127
[    9.606622] mpt3sas0-msix20: PCI-MSI-X enabled: IRQ 128
[    9.606623] mpt3sas0-msix21: PCI-MSI-X enabled: IRQ 129
[    9.606624] mpt3sas0-msix22: PCI-MSI-X enabled: IRQ 130
[    9.606625] mpt3sas0-msix23: PCI-MSI-X enabled: IRQ 131
[    9.606627] mpt3sas0-msix24: PCI-MSI-X enabled: IRQ 132
[    9.606628] mpt3sas0-msix25: PCI-MSI-X enabled: IRQ 133
[    9.606629] mpt3sas0-msix26: PCI-MSI-X enabled: IRQ 134
[    9.606630] mpt3sas0-msix27: PCI-MSI-X enabled: IRQ 135
[    9.606632] mpt3sas0-msix28: PCI-MSI-X enabled: IRQ 136
[    9.606633] mpt3sas0-msix29: PCI-MSI-X enabled: IRQ 137
[    9.606634] mpt3sas0-msix30: PCI-MSI-X enabled: IRQ 138
[    9.606635] mpt3sas0-msix31: PCI-MSI-X enabled: IRQ 139
[    9.606636] mpt3sas0-msix32: PCI-MSI-X enabled: IRQ 140
[    9.606638] mpt3sas0-msix33: PCI-MSI-X enabled: IRQ 141
[    9.606639] mpt3sas0-msix34: PCI-MSI-X enabled: IRQ 142
[    9.606640] mpt3sas0-msix35: PCI-MSI-X enabled: IRQ 143
[    9.606641] mpt3sas0-msix36: PCI-MSI-X enabled: IRQ 144
[    9.606643] mpt3sas0-msix37: PCI-MSI-X enabled: IRQ 145
[    9.606644] mpt3sas0-msix38: PCI-MSI-X enabled: IRQ 146
[    9.606645] mpt3sas0-msix39: PCI-MSI-X enabled: IRQ 147
[    9.606646] mpt3sas0-msix40: PCI-MSI-X enabled: IRQ 148
[    9.606650] mpt3sas0-msix41: PCI-MSI-X enabled: IRQ 149
[    9.606651] mpt3sas0-msix42: PCI-MSI-X enabled: IRQ 150
[    9.606652] mpt3sas0-msix43: PCI-MSI-X enabled: IRQ 151
[    9.606653] mpt3sas0-msix44: PCI-MSI-X enabled: IRQ 152
[    9.606655] mpt3sas0-msix45: PCI-MSI-X enabled: IRQ 153
[    9.606656] mpt3sas0-msix46: PCI-MSI-X enabled: IRQ 154
[    9.606657] mpt3sas0-msix47: PCI-MSI-X enabled: IRQ 155
[    9.606658] mpt3sas0-msix48: PCI-MSI-X enabled: IRQ 156
[    9.606660] mpt3sas0-msix49: PCI-MSI-X enabled: IRQ 157
[    9.606661] mpt3sas0-msix50: PCI-MSI-X enabled: IRQ 158
[    9.606662] mpt3sas0-msix51: PCI-MSI-X enabled: IRQ 159
[    9.606663] mpt3sas0-msix52: PCI-MSI-X enabled: IRQ 160
[    9.606665] mpt3sas0-msix53: PCI-MSI-X enabled: IRQ 161
[    9.606666] mpt3sas0-msix54: PCI-MSI-X enabled: IRQ 162
[    9.606667] mpt3sas0-msix55: PCI-MSI-X enabled: IRQ 163
[    9.606669] mpt3sas0-msix56: PCI-MSI-X enabled: IRQ 164
[    9.606670] mpt3sas0-msix57: PCI-MSI-X enabled: IRQ 165
[    9.606671] mpt3sas0-msix58: PCI-MSI-X enabled: IRQ 166
[    9.606672] mpt3sas0-msix59: PCI-MSI-X enabled: IRQ 167
[    9.606673] mpt3sas0-msix60: PCI-MSI-X enabled: IRQ 168
[    9.606675] mpt3sas0-msix61: PCI-MSI-X enabled: IRQ 169
[    9.606676] mpt3sas0-msix62: PCI-MSI-X enabled: IRQ 170
[    9.606677] mpt3sas0-msix63: PCI-MSI-X enabled: IRQ 171
[    9.606678] mpt3sas0-msix64: PCI-MSI-X enabled: IRQ 172
[    9.606680] mpt3sas0-msix65: PCI-MSI-X enabled: IRQ 173
[    9.606681] mpt3sas0-msix66: PCI-MSI-X enabled: IRQ 174
[    9.606682] mpt3sas0-msix67: PCI-MSI-X enabled: IRQ 175
[    9.606683] mpt3sas0-msix68: PCI-MSI-X enabled: IRQ 176
[    9.606685] mpt3sas0-msix69: PCI-MSI-X enabled: IRQ 177
[    9.606686] mpt3sas0-msix70: PCI-MSI-X enabled: IRQ 178
[    9.606687] mpt3sas0-msix71: PCI-MSI-X enabled: IRQ 179
[    9.606688] mpt3sas0-msix72: PCI-MSI-X enabled: IRQ 180
[    9.606689] mpt3sas0-msix73: PCI-MSI-X enabled: IRQ 181
[    9.606691] mpt3sas0-msix74: PCI-MSI-X enabled: IRQ 182
[    9.606692] mpt3sas0-msix75: PCI-MSI-X enabled: IRQ 183
[    9.606693] mpt3sas0-msix76: PCI-MSI-X enabled: IRQ 184
[    9.606694] mpt3sas0-msix77: PCI-MSI-X enabled: IRQ 185
[    9.606696] mpt3sas0-msix78: PCI-MSI-X enabled: IRQ 186
[    9.606697] mpt3sas0-msix79: PCI-MSI-X enabled: IRQ 187
[    9.606698] mpt3sas0-msix80: PCI-MSI-X enabled: IRQ 188
[    9.606699] mpt3sas0-msix81: PCI-MSI-X enabled: IRQ 189
[    9.606701] mpt3sas0-msix82: PCI-MSI-X enabled: IRQ 190
[    9.606702] mpt3sas0-msix83: PCI-MSI-X enabled: IRQ 191
[    9.606703] mpt3sas0-msix84: PCI-MSI-X enabled: IRQ 192
[    9.606704] mpt3sas0-msix85: PCI-MSI-X enabled: IRQ 193
[    9.606706] mpt3sas0-msix86: PCI-MSI-X enabled: IRQ 194
[    9.606707] mpt3sas0-msix87: PCI-MSI-X enabled: IRQ 195
[    9.606708] mpt3sas0-msix88: PCI-MSI-X enabled: IRQ 196
[    9.606709] mpt3sas0-msix89: PCI-MSI-X enabled: IRQ 197
[    9.606710] mpt3sas0-msix90: PCI-MSI-X enabled: IRQ 198
[    9.606712] mpt3sas0-msix91: PCI-MSI-X enabled: IRQ 199
[    9.606713] mpt3sas0-msix92: PCI-MSI-X enabled: IRQ 200
[    9.606714] mpt3sas0-msix93: PCI-MSI-X enabled: IRQ 201
[    9.606715] mpt3sas0-msix94: PCI-MSI-X enabled: IRQ 202
[    9.606718] mpt3sas0-msix95: PCI-MSI-X enabled: IRQ 203
[    9.606720] mpt3sas_cm0: iomem(0x00000000e2100000), mapped(0x000000008237462a), size(65536)
[    9.606722] mpt3sas_cm0: ioport(0x0000000000001000), size(256)
[    9.664617] mpt3sas_cm0: CurrentHostPageSize is 0: Setting default host page size to 4k
[    9.667926] Console: switching to colour frame buffer device 128x48
[    9.691783] mpt3sas_cm0: scatter gather: sge_in_main_msg(1), sge_per_chain(7), sge_per_io(128), chains_per_io(19)
[    9.693043] mpt3sas_cm0: request pool(0x00000000a05ae4ef) - dma(0xe0600000): depth(9700), frame_size(128), pool_size(1212 kB)
[    9.718293] mpt3sas_cm0: sense pool(0x000000006cee86cb) - dma(0xdef00000): depth(9463), element_size(96), pool_size (887 kB)
[    9.718404] mpt3sas_cm0: reply pool(0x000000008f675bfc) - dma(0xdec00000): depth(9764), frame_size(128), pool_size(1220 kB)
[    9.718418] mpt3sas_cm0: config page(0x00000000b6282309) - dma(0xdebee000): size(512)
[    9.718420] mpt3sas_cm0: Allocated physical memory: size(40437 kB)
[    9.718421] mpt3sas_cm0: Current Controller Queue Depth(9460),Max Controller Queue Depth(9584)
[    9.718422] mpt3sas_cm0: Scatter Gather Elements per IO(128)
[    9.757981] mpt3sas_cm0: _base_display_fwpkg_version: complete
[    9.757983] mpt3sas_cm0: FW Package Ver(16.17.01.00)
[    9.758286] mpt3sas_cm0: LSISAS3008: FWVersion(16.00.11.00), ChipRevision(0x02)
[    9.758290] mpt3sas_cm0: Protocol=(Initiator,Target), Capabilities=(TLR,EEDP,Snapshot Buffer,Diag Trace Buffer,Task Set Full,NCQ)
[    9.758355] scsi host8: Fusion MPT SAS Host
[    9.763538] mgag200 0000:c3:00.0: [drm] fb0: mgag200drmfb frame buffer device
         Starting ^[[0;1;39mdracu[   10.293780] mpt3sas_cm0: sending port enable !!
t initqueue hook^[[0m...
[   10.299720] mpt3sas_cm0: hba_port entry: 00000000651dc5d9, port: 255 is added to hba_port list
[   10.300843] mpt3sas_cm0: host_add: handle(0x0001), sas_addr(0x52cea7f0be87bf00), phys(8)
[   10.301184] mpt3sas_cm0: handle(0xa) sas_address(0x4433221100000000) port_type(0x1)
[   10.302400] scsi 8:0:0:0: Direct-Access     ATA      MTFDDAK960TDT    J004 PQ: 0 ANSI: 6
[   10.302405] scsi 8:0:0:0: SATA: handle(0x000a), sas_addr(0x4433221100000000), phy(0), device_name(0x500a075131911ad0)
[   10.302407] scsi 8:0:0:0: enclosure logical id (0x52cea7f0be87bf00), slot(1) 
[   10.302409] scsi 8:0:0:0: enclosure level(0x0001), connector name(     )
[   10.302453] scsi 8:0:0:0: atapi(n), ncq(y), asyn_notify(n), smart(y), fua(y), sw_preserve(y)
[   10.302456] scsi 8:0:0:0: qdepth(32), tagged(1), scsi_level(7), cmd_que(1)
[   10.310459]  end_device-8:0: add: handle(0x000a), sas_addr(0x4433221100000000)
[   10.310602] mpt3sas_cm0: handle(0xc) sas_address(0x58ce38ee219651a2) port_type(0x1)
[   10.311126] scsi 8:0:1:0: Direct-Access     KIOXIA   KPM6WVUG960G     BD08 PQ: 0 ANSI: 6
[   10.311130] scsi 8:0:1:0: SSP: handle(0x000c), sas_addr(0x58ce38ee219651a2), phy(4), device_name(0x58ce38ee219651a0)
[   10.311132] scsi 8:0:1:0: enclosure logical id (0x52cea7f0be87bf00), slot(0) 
[   10.311134] scsi 8:0:1:0: enclosure level(0x0001), connector name(     )
[   10.311136] scsi 8:0:1:0: qdepth(254), tagged(1), scsi_level(7), cmd_que(1)
[   10.312850]  end_device-8:1: add: handle(0x000c), sas_addr(0x58ce38ee219651a2)
[   10.312987] mpt3sas_cm0: handle(0xb) sas_address(0x4433221106000000) port_type(0x1)
[   10.314107] scsi 8:0:2:0: Direct-Access     ATA      MTFDDAK960TDT    J004 PQ: 0 ANSI: 6
[   10.314111] scsi 8:0:2:0: SATA: handle(0x000b), sas_addr(0x4433221106000000), phy(6), device_name(0x500a075131911a6f)
[   10.314113] scsi 8:0:2:0: enclosure logical id (0x52cea7f0be87bf00), slot(2) 
[   10.314114] scsi 8:0:2:0: enclosure level(0x0001), connector name(     )
[   10.314165] scsi 8:0:2:0: atapi(n), ncq(y), asyn_notify(n), smart(y), fua(y), sw_preserve(y)
[   10.314167] scsi 8:0:2:0: qdepth(32), tagged(1), scsi_level(7), cmd_que(1)
[   10.322168]  end_device-8:2: add: handle(0x000b), sas_addr(0x4433221106000000)
[   10.330280] mpt3sas_cm0: port enable: SUCCESS
[   10.330686] sd 8:0:0:0: Attached scsi generic sg0 type 0
[   10.331015] sd 8:0:1:0: Attached scsi generic sg1 type 0
[   10.331260] sd 8:0:1:0: [sdb] 1875385008 512-byte logical blocks: (960 GB/894 GiB)
[   10.331265] sd 8:0:1:0: [sdb] 4096-byte physical blocks
[   10.331356] sd 8:0:0:0: [sda] 1875385008 512-byte logical blocks: (960 GB/894 GiB)
[   10.331360] sd 8:0:0:0: [sda] 4096-byte physical blocks
[   10.331367] sd 8:0:2:0: Attached scsi generic sg2 type 0
[   10.331454] sd 8:0:1:0: [sdb] Write Protect is off
[   10.331674] sd 8:0:1:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[   10.331962] sd 8:0:2:0: [sdc] 1875385008 512-byte logical blocks: (960 GB/894 GiB)
[   10.331966] sd 8:0:2:0: [sdc] 4096-byte physical blocks
[   10.333374] sd 8:0:0:0: [sda] Write Protect is off
[   10.333970] sd 8:0:2:0: [sdc] Write Protect is off
[   10.334668] sd 8:0:0:0: [sda] Write cache: enabled, read cache: enabled, supports DPO and FUA
[   10.335272] sd 8:0:2:0: [sdc] Write cache: enabled, read cache: enabled, supports DPO and FUA
[   10.375504]  sdb: sdb1 sdb2
[   10.387855]  sdc: sdc1 sdc2
[   10.393129] sd 8:0:1:0: [sdb] Attached SCSI disk
[   10.393160]  sda: sda1 sda2 sda3 sda4 sda5 sda6 sda7
[   10.393563] sd 8:0:0:0: [sda] Attached SCSI disk
[   10.401044] sd 8:0:2:0: [sdc] Attached SCSI disk
         Starting ^[[0;1;39mShow Plymouth Boot Screen^[[0m...
^[[2J^[[3J^[[-1;-1f[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mShow Plymouth Boot Screen^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mForward Password R…s to Plymouth Directory Watch^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mPath Units^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mBasic System^[[0m.
[   12.981174] ccp 0000:46:00.1: SEV API:1.55 build:17
[   12.986072] ccp 0000:46:00.1: SEV-SNP API:1.55 build:17
[^[[0;32m  OK  ^[[0m] Found device ^[[0;1;39m/dev/mapper/rhel_hostname-root^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mInitrd Root Device^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mdracut initqueue hook^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mPreparation for Remote File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mRemote File Systems^[[0m.
         Starting ^[[0;1;39mFile System Check…/mapper/rhel_hostname-root^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mFile System Check…ev/mapper/rhel_hostname-root^[[0m.
         Mounting ^[[0;1;39m/sysroot^[[0m...
[   13.611472] SGI XFS with ACLs, security attributes, realtime, quota, no debug enabled
[   13.621698] XFS (dm-1): Mounting V5 Filesystem 254e7c99-a3df-41be-8429-d28e07cb528a
[   13.645450] XFS (dm-1): Ending clean mount
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39m/sysroot^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mInitrd Root File System^[[0m.
         Starting ^[[0;1;39mReload Configuration from the Real Root^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mReload Configuration from the Real Root^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mInitrd File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mInitrd Default Target^[[0m.
         Starting ^[[0;1;39mdracut pre-pivot and cleanup hook^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mdracut pre-pivot and cleanup hook^[[0m.
         Starting ^[[0;1;39mCleaning Up and Shutting Down Daemons^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mNetwork^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mTimer Units^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mD-Bus System Message Bus Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mdracut pre-pivot and cleanup hook^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mInitrd Default Target^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mBasic System^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mInitrd Root Device^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mInitrd /usr File System^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mPath Units^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mRemote File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mPreparation for Remote File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mSlice Units^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mSocket Units^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mSystem Initialization^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mLocal File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mSwaps^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mdracut initqueue hook^[[0m.
         Starting ^[[0;1;39mPlymouth switch root service^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mApply Kernel Variables^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mLoad Kernel Modules^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mCreate Volatile Files and Di[   14.073127] systemd-journald[1090]: Received SIGTERM from PID 1 (systemd).
rectories^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mColdplug All udev Devices^[[0m.
         Stopping ^[[0;1;39mRule-based Manage…for Device Events and Files^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCleaning Up and Shutting Down Daemons^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mPlymouth switch root service^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mRule-based Manager for Device Events and Files^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mudev Control Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mudev Kernel Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mdracut pre-udev hook^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mdracut cmdline hook^[[0m.
         Starting ^[[0;1;39mCleanup udev Database^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mCreate Static Device Nodes in /dev^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mCreate List of Static Device Nodes^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mCreate System Users^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCleanup udev Database^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSwitch Root^[[0m.
         Starting ^[[0;1;39mSwitch Roo[   14.176131] systemd[1]: RTC configured in localtime, applying delta of 330 minutes to system time.
t^[[0m...
[   14.189133] systemd[1]: systemd 250-12.el9_1 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 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK +XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[   14.221037] systemd[1]: Detected architecture x86-64.

Welcome to ^[[0;31mRed Hat Enterprise Linux 9.1 (Plow)^[[0m!

[   14.296996] systemd-rc-local-generator[1751]: /etc/rc.d/rc.local is not marked executable, skipping.
[   14.538160] systemd[1]: initrd-switch-root.service: Deactivated successfully.
[   14.545474] systemd[1]: Stopped Switch Root.
[^[[0;32m  OK  ^[[[   14.550013] systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1.
0m] Stopped ^[[0;[   14.560668] systemd[1]: Created slice Virtual Machine and Container Slice.
1;39mSwitch Root[   14.568976] systemd[1]: Created slice Slice /system/getty.
^[[0m.
[^[[0;32m[   14.575870] systemd[1]: Created slice Slice /system/modprobe.
  OK  ^[[0m] Crea[   14.582981] systemd[1]: Created slice Slice /system/serial-getty.
ted slice ^[[0;1;[   14.590463] systemd[1]: Created slice Slice /system/sshd-keygen.
39mVirtual Machi[   14.598106] systemd[1]: Created slice Slice /system/systemd-fsck.
ne and Container[   14.605334] systemd[1]: Created slice User and Session Slice.
 Slice^[[0m.
[^[[   14.611868] systemd[1]: Dispatch Password Requests to Console Directory Watch was skipped because of a failed condition check (ConditionPathExists=!/run/plymouth/pid).
[0;32m  OK  ^[[0m[   14.628229] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
] Created slice [   14.637305] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
^[[0;1;39mSlice /[   14.647912] systemd[1]: Reached target Local Encrypted Volumes.
system/getty^[[0m[   14.655215] systemd[1]: Stopped target Switch Root.
.
[^[[0;32m  OK[   14.661476] systemd[1]: Stopped target Initrd File Systems.
  ^[[0m] Created [   14.668435] systemd[1]: Stopped target Initrd Root File System.
slice ^[[0;1;39mS[   14.675742] systemd[1]: Reached target Local Integrity Protected Volumes.
lice /system/mod[   14.683929] systemd[1]: Reached target Path Units.
probe^[[0m.
[^[[[   14.690100] systemd[1]: Reached target Slice Units.
0;32m  OK  ^[[0m][   14.696366] systemd[1]: Reached target Local Verity Protected Volumes.
 Created slice ^[[   14.704334] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[0;1;39mSlice /s[   14.712504] systemd[1]: Listening on LVM2 poll daemon socket.
ystem/serial-get[   14.719354] systemd[1]: multipathd control socket was skipped because of a failed condition check (ConditionPathExists=/etc/multipath.conf).
ty^[[0m.
[^[[0;32m  OK  ^[[0m] Created slice ^[[0;1;39mSlice /system/sshd-keygen^[[0m.
[^[[0;32m  OK  ^[[0m] Created slice ^[[0;1;39mSlice /system/systemd-fsck^[[0m.
[^[[0;32m  OK  ^[[0m] Created slice ^[[0;1;39mUser and Session Slice^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mForward Password R…uests to Wall Directory Watch^[[0m.
[^[[0;32m  OK  ^[[0m] S[   14.763256] systemd[1]: Listening on RPCbind Server Activation Socket.
et up automount [   14.770376] systemd[1]: Reached target RPC Port Mapper.
^[[0;1;39mArbitra[   14.778139] systemd[1]: Listening on Process Core Dump Socket.
ry…s File Syst[   14.784231] systemd[1]: Listening on initctl Compatibility Named Pipe.
em Automount Poi[   14.792515] systemd[1]: Listening on udev Control Socket.
nt^[[0m.
[^[[0;3[   14.798951] systemd[1]: Listening on udev Kernel Socket.
2m  OK  ^[[0m] Reached target ^[[0[   14.806944] systemd[1]: Activating swap /dev/mapper/rhel_hostname-swap...
;1;39mLocal Encr[   14.811927] Adding 7815164k swap on /dev/mapper/rhel_hostname-swap.  Priority:-2 extents:1 across:7815164k SS
ypted Volumes^[[0m.
[^[[0;32m  O[   14.828062] systemd[1]: Mounting Huge Pages File System...
K  ^[[0m] Stopped[   14.836097] systemd[1]: Mounting POSIX Message Queue File System...
 target ^[[0;1;39[   14.843709] systemd[1]: Mounting Kernel Debug File System...
mSwitch Root^[[0m[   14.850756] systemd[1]: Mounting Kernel Trace File System...
.
[^[[0;32m  OK[   14.856654] systemd[1]: Kernel Module supporting RPCSEC_GSS was skipped because of a failed condition check (ConditionPathExists=/etc/krb5.keytab).
  ^[[0m] Stopped target ^[[0;1;39mInitrd File Syst[   14.874185] systemd[1]: Starting Create List of Static Device Nodes...
ems^[[0m.
[^[[0;32m  OK  ^[[0m] S[   14.883237] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
topped target ^[[[   14.896049] systemd[1]: Starting Load Kernel Module configfs...
0;1;39mInitrd Ro[   14.903316] systemd[1]: Starting Load Kernel Module drm...
ot File System^[[[   14.910157] systemd[1]: Starting Load Kernel Module fuse...
0m.
[^[[0;32m  OK  ^[[0m] Reache[   14.918463] systemd[1]: Starting Read and set NIS domainname from /etc/sysconfig/network...
d target ^[[0;1;3[   14.927177] systemd[1]: plymouth-switch-root.service: Deactivated successfully.
9mLocal Integrit[   14.935844] systemd[1]: Stopped Plymouth switch root service.
y Protected Volu[   14.943083] systemd[1]: systemd-fsck-root.service: Deactivated successfully.
mes^[[0m.
[^[[0;[   14.951399] systemd[1]: Stopped File System Check on Root Device.
32m  OK  ^[[0m] R[   14.958937] systemd[1]: Stopped Journal Service.
eached target ^[[0;1;39mPath Unit[   14.967113] systemd[1]: Starting Journal Service...
s^[[0m.
[^[[0;32m  OK  ^[[0m] Rea[   14.974760] systemd[1]: Starting Load Kernel Modules...
[   14.978719] systemd-journald[1780]: File /run/log/journal/8f37f8055146469d8baec3ad508b0084/system.journal corrupted or uncleanly shut down, renaming and replacing.
ched target ^[[0;1;39mSlice Units[   14.996484] systemd[1]: Starting Generate network units from Kernel command line...
^[[0m.
[^[[0;32m  OK  ^[[0m] Reac[   15.006845] systemd[1]: Starting Remount Root and Kernel File Systems...
hed target ^[[0;1[   15.015065] systemd[1]: Repartition Root Disk was skipped because all trigger condition checks failed.
;39mLocal Verity Protected Volum[   15.027255] systemd[1]: Starting Coldplug All udev Devices...
es^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1[   15.037362] systemd[1]: Activated swap /dev/mapper/rhel_hostname-swap.
;39mDevice-mappe[   15.045619] systemd[1]: Started Journal Service.
r event daemon FIFOs^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mLVM2 poll daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mRPCbind Server Activation Socket^[[0m.
[^[[0;32m [   15.066263] systemd-journald[1780]: Received client request to flush runtime journal.
 OK  ^[[0m] Reached target ^[[0;1;39mRPC Port Mapper^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mProcess Core Dump Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39minitctl Compatibility Named Pipe^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mudev Control Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mudev Kernel Socket^[[0m.
         Activating swap ^[[0;1;39m/dev/mapper/rhel_hostname-swap^[[0m...
         Mounting ^[[0;1;39mHuge Pages File System^[[0m...
         Mounting ^[[0;1;39mPOSIX Message Queue File System^[[0m...
         Mounting ^[[0;1;39mKernel Debug File System^[[0m...
         Mounting ^[[0;1;39mKernel Trace File System^[[0m...
         Starting ^[[0;1;39mCreate List of Static Device Nodes^[[0m...
         Starting ^[[0;1;39mMonitoring of LVM…meventd or progress polling^[[0m...
         Starting ^[[0;1;39mLoad Kernel Module configfs^[[0m...
         Starting ^[[0;1;39mLoad Kernel Module drm^[[0m...
         Starting ^[[0;1;39mLoad Kernel Module fuse^[[0m...
         Starting ^[[0;1;39mRead and set NIS …from /etc/sysconfig/network^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mPlymouth switch root service^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mFile System Check on Root Device^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mJournal Service^[[0m.
         Starting ^[[0;1;39mJournal Service^[[0m...
         Starting ^[[0;1;39mLoad Kernel Modules^[[0m...
         Starting ^[[0;1;39mGenerate network …ts from Kernel command line^[[0m...
         Starting ^[[0;1;39mRemount Root and Kernel File Systems^[[0m...
         Starting ^[[0;1;39mColdplug All udev Devices^[[0m...
[^[[0;32m  OK  ^[[0m] Activated swap ^[[0;1;39m/dev/mapper/rhel_hostname-swap^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mJournal Service^[[0m.
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39mHuge Pages File System^[[0m.
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39mPOSIX Message Queue File System^[[0m.
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39mKernel Debug File System^[[0m.
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39mKernel Trace File System^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39m[   15.256789] IPMI message handler: version 39.2
Create List of Static Device Nod[   15.263909] ipmi device interface
es^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mMonitoring of LVM… dmeventd or progress pollin[   15.274904] ipmi_si: IPMI System Interface driver
g^[[0m.
[^[[0;32[   15.280672] ipmi_si dmi-ipmi-si.0: ipmi_platform: probing via SMBIOS
m  OK  ^[[0m] Fin[   15.288370] ipmi_platform: ipmi_si: SMBIOS: io 0xca8 regsize 1 spacing 4 irq 10
ished ^[[0;1;39mL[   15.297086] ipmi_si: Adding SMBIOS-specified kcs state machine
oad Kernel Modul[   15.304383] ipmi_si IPI0001:00: ipmi_platform: probing via ACPI
e configfs^[[0m.\r[   15.311613] ipmi_si IPI0001:00: ipmi_platform: [io  0x0ca8] regsize 1 spacing 4 irq 10

[^[[0;32m  OK  [   15.321113] ipmi_si dmi-ipmi-si.0: Removing SMBIOS-specified kcs state machine in favor of ACPI
^[[0m] Finished ^[[   15.330959] ipmi_si: Adding ACPI-specified kcs state machine
[0;1;39mLoad Ker[   15.338096] ipmi_si: Trying ACPI-specified kcs state machine at i/o address 0xca8, slave address 0x20, irq 10
nel Module drm^[[0m.
[^[[0;32m  [   15.350751] pstore: backend 'erst' already in use: ignoring 'efi_pstore'
OK  ^[[0m] Finish[   15.350945] input: PC Speaker as /devices/platform/pcspkr/input/input1
ed ^[[0;1;39mLoad Kernel Module fuse^[[0m.
[^[[0;[   15.369885] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
32m  OK  ^[[0m] F[   15.370369] RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
inished ^[[0;1;39[   15.378233] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
mRead and set NI[   15.382908] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
S …e from /etc[   15.387531] RAPL PMU: hw unit of domain package 2^-16 Joules
/sysconfig/netwo[   15.397137] i2c i2c-3: Successfully instantiated SPD at 0x50
rk^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mLoad Kernel Modules^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mGenerate network units from Kernel command line^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mRemount Root and Kernel File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSwaps^[[0m.
         Mounting ^[[0;1;39mFUSE Control File System^[[0m...
         Mounting ^[[0;1;39mKernel Configuration File System^[[0m...
         Starting ^[[0;1;39mFlush Journal to Persistent Storage^[[0m...
         Starting ^[[0;1;39mLoad/Save Random Seed^[[0m...
         [   15.422091] i2c i2c-3: Successfully instantiated SPD at 0x51
Starting ^[[0;1;3[   15.422650] i2c i2c-3: Successfully instantiated SPD at 0x52
9mApply Kernel V[   15.423204] i2c i2c-3: Successfully instantiated SPD at 0x53
ariables^[[0m...\r[   15.423765] i2c i2c-3: Successfully instantiated SPD at 0x54

         Start[   15.424316] i2c i2c-3: Successfully instantiated SPD at 0x55
ing ^[[0;1;39mCre[   15.424867] i2c i2c-3: Successfully instantiated SPD at 0x56
ate Static Devic[   15.425419] i2c i2c-3: Successfully instantiated SPD at 0x57
e Nodes in /dev^[[   15.432127] ee1004 3-0050: 512 byte EE1004-compliant SPD EEPROM, read-only
[0m...
[^[[0;32[   15.433221] ee1004 3-0051: 512 byte EE1004-compliant SPD EEPROM, read-only
m  OK  ^[[0m] Mou[   15.434326] ee1004 3-0052: 512 byte EE1004-compliant SPD EEPROM, read-only
nted ^[[0;1;39mFU[   15.435420] ee1004 3-0053: 512 byte EE1004-compliant SPD EEPROM, read-only
SE Control File [   15.436508] ee1004 3-0054: 512 byte EE1004-compliant SPD EEPROM, read-only
System^[[0m.
[^[[   15.437597] ee1004 3-0055: 512 byte EE1004-compliant SPD EEPROM, read-only
[0;32m  OK  ^[[0m[   15.438686] ee1004 3-0056: 512 byte EE1004-compliant SPD EEPROM, read-only
] Mounted ^[[0;1;[   15.439777] ee1004 3-0057: 512 byte EE1004-compliant SPD EEPROM, read-only
39mKernel Configuration File System^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mLoad/Save Random Seed^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mFlush Journal to Persistent Storage^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mApply Kernel Variables^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate Static Device Nodes in /dev^[[0m.
         Starting ^[[0;1;39mRule-based Manage…for Device Events and Files^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mRule-based Manager for Device Events and Files^[[0m.
         Starting ^[[0;1;39mLoa[   15.629562] kvm_amd: TSC scaling supported
d Kernel Module [   15.634340] kvm_amd: Nested Virtualization enabled
configfs^[[0m...\r[   15.640521] kvm_amd: Nested Paging enabled

         Start[   15.646006] kvm_amd: LBR virtualization supported
ing ^[[0;1;39mLoa[   15.652099] kvm_amd: SEV enabled (ASIDs 101 - 509)
d Kernel Module [   15.658276] kvm_amd: SEV-ES enabled (ASIDs 1 - 100)
fuse^[[0m...
[^[[   15.664542] kvm_amd: SEV-SNP enabled (ASIDs 1 - 100)
[0;32m  OK  ^[[0m[   15.664695] kvm_amd: Virtual VMLOAD VMSAVE supported
] Finished ^[[0;1[   15.677237] kvm_amd: Virtual GIF supported
;39mLoad Kernel Module configfs^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mLoad Kernel Module fuse^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mColdplug All udev Devices^[[0m.
         Starting ^[[0;1;39mWa[   15.700090] EDAC MC0: Giving out device to module amd64_edac controller F19h: DEV 0000:00:18.3 (INTERRUPT)
it for udev To ā[   15.710400] EDAC amd64: F19h detected (node 0).
€¦plete Device I[   15.716334] EDAC amd64: MC: 0:     0MB 1:     0MB
nitialization^[[0[   15.722420] EDAC amd64: MC: 2: 16384MB 3: 16384MB
m...
[^[[0;32m [   15.728514] EDAC amd64: MC: 0:     0MB 1:     0MB
 OK  ^[[0m] Liste[   15.734595] EDAC amd64: MC: 2: 16384MB 3: 16384MB
ning on ^[[0;1;39[   15.740692] EDAC amd64: MC: 0:     0MB 1:     0MB
mLoad/Save RF ā€[   15.746778] EDAC amd64: MC: 2: 16384MB 3: 16384MB
¦itch Status /de[   15.752878] EDAC amd64: MC: 0:     0MB 1:     0MB
v/rfkill Watch^[[[   15.758964] EDAC amd64: MC: 2: 16384MB 3: 16384MB
0m.
[   15.765062] EDAC amd64: MC: 0:     0MB 1:     0MB
[   15.770283] EDAC amd64: MC: 2: 16384MB 3: 16384MB
[   15.774282] ipmi_si IPI0001:00: The BMC does not support setting the recv irq bit, compensating, but the BMC needs to be fixed.
[   15.786460] EDAC amd64: MC: 0:     0MB 1:     0MB
[   15.791177] EDAC amd64: MC: 2: 16384MB 3: 16384MB
[   15.795896] EDAC amd64: MC: 0:     0MB 1:     0MB
[   15.800615] EDAC amd64: MC: 2: 16384MB 3: 16384MB
[   15.805336] EDAC amd64: MC: 0:     0MB 1:     0MB
[   15.810054] EDAC amd64: MC: 2: 16384MB 3: 16384MB
[   15.821353] intel_rapl_common: Found RAPL domain package
[   15.826676] intel_rapl_common: Found RAPL domain core
[   15.832322] amd_atl: AMD Address Translation Library initialized
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39m/usr/sbin/l[   15.854371] ipmi_si IPI0001:00: Using irq 10
vm vgch…tivation event rhel_hostname^[[0m.
[   15.878021] ipmi_si IPI0001:00: IPMI message handler: Found new BMC (man_id: 0x0002a2, prod_id: 0x0100, dev_id: 0x20)
[   15.925598] ipmi_si IPI0001:00: IPMI kcs interface initialized
[   15.936159] power_meter ACPI000D:00: Found ACPI power meter.
[   15.941882] power_meter ACPI000D:00: hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
[   15.957770] ipmi_ssif: IPMI SSIF Interface driver
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mWait for udev To Complete Device Initialization^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mPreparation for Local File Systems^[[0m.
         Mounting ^[[0;1;39m/boot^[[0m...
      [   16.226337] XFS (sda6): Mounting V5 Filesystem 8a4de4ea-bc9f-4c69-9e30-c78fbc184188
   Mounting ^[[0;[   16.228153] XFS (dm-0): Mounting V5 Filesystem 3e33526b-995a-4b32-9d5d-d26941ce5b47
1;39m/home^[[0m...
         Starting ^[[0;1;39mFile System Check…/dev/disk/by-uuid/FBE5-86EF^[[0m...
[   16.252961] XFS (sda6): Ending clean mount
[   16.259238] XFS (dm-0): Ending clean mount
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39m/boot^[[0m.
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39m/home^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mFile System Check…n /dev/disk/by-uuid/FBE5-86EF^[[0m.
         Mounting ^[[0;1;39m/boot/efi^[[0m...
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39m/boot/efi^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mLocal File Systems^[[0m.
         Starting ^[[0;1;39mTell Plymouth To Write Out Runtime Data^[[0m...
         Starting ^[[0;1;39mCreate Volatile Files and Directories^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mTell Plymouth To Write Out Runtime Data^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate Volatile Files and Directories^[[0m.
         Mounting ^[[0;1;39mRPC Pipe File System^[[0m...
         Starting ^[[0;1;39mSecurity Auditing Service^[[0m...
         Starting ^[[0;1;39mRPC Bind^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mRPC Bind^[[0m.
[   16.508021] RPC: Registered named UNIX socket transport module.
[   16.513951] RPC: Registered udp transport module.
[   16.518662] RPC: Registered tcp transport module.
[   16.523368] RPC: Registered tcp-with-tls transport module.
[   16.528853] RPC: Registered tcp NFSv4.1 backchannel transport module.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mSecurity Auditing Service^[[0m.
         Starting ^[[0;1;39mRecord System Boot/Shutdown in UTMP^[[0m...
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39mRPC Pipe File System^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mrpc_pipefs.target^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mRecord System Boot/Shutdown in UTMP^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSystem Initialization^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mdnf makecache --timer^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mDaily rotation of log files^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mUpdates mlocate database every day^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mDaily Cleanup of Temporary Directories^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mdaily update of the root trust anchor for DNSSEC^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mTimer Units^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mD-Bus System Message Bus Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mOpen-iSCSI iscsid Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mOpen-iSCSI iscsiuio Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mSSSD Kerberos…ache Manager responder socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt interface daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt locking daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt locking daemon admin socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt logging daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt logging daemon admin socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt network daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt nodedev daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt nwfilter daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt proxy daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt QEMU daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt QEMU daemon admin socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt QEMU daemon read-only socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt secret daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt storage daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSocket Units^[[0m.
         Starting ^[[0;1;39mD-Bus System Message Bus^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mD-Bus System Message Bus^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mBasic System^[[0m.
         Starting ^[[0;1;39mNTP client/server^[[0m...
         Starting ^[[0;1;39mRestore /run/initramfs on shutdown^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mirqbalance daemon^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mlibstoragemgmt plug-in server daemon^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mLow Memory Monitor^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mMachine Check Exception Logging Daemon^[[0m.
         Starting ^[[0;1;39mAuthorization Manager^[[0m...
         Starting ^[[0;1;39mSystem Logging Service^[[0m...
         Starting ^[[0;1;39mSelf Monitoring a…g Technology (SMART) Daemon^[[0m...
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39msshd-keygen.target^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mUser and Group Name Lookups^[[0m.
         Starting ^[[0;1;39mUser Login Management^[[0m...
         Starting ^[[0;1;39mVirtual Machine a…tainer Registration Service^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mRestore /run/initramfs on shutdown^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mVirtual Machine an…ontainer Registration Service^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mSystem Logging Service^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mUser Login Management^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mNTP client/server^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mSelf Monitoring an…ing Technology (SMART) Daemon^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mAuthorization Manager^[[0m.
         Starting ^[[0;1;39mfirewalld - dynamic firewall daemon^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mfirewalld - dynamic firewall daemon^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mPreparation for Network^[[0m.
         Starting ^[[0;1;39mNetwork Manager^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mNetwork Manager^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mNetwork^[[0m.
         Starting ^[[0;1;39mNetwork Manager Wait Online^[[0m...
         Starting ^[[0;1;39mGSSAPI Proxy Daemon^[[0m...
         Starting ^[[0;1;39mEnable periodic u…f entitlement certificates.^[[0m...
         Starting ^[[0;1;39mOpenSSH server daemon^[[0m...
         Starting ^[[0;1;39mDynamic System Tuning Daemon^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mEnable periodic up… of entitlement certificates.^[[0m.
         Starting ^[[0;1;39mHostname Service^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mGSSAPI Proxy Daemon^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mNFS client services^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mOpenSSH server daemon^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mHostname Service^[[0m.
         Starting ^[[0;1;39mNetwork Manager Script Dispatcher Service^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mNetwork Manager Script Dispatcher Service^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mDynamic System Tuning Daemon^[[0m.
[^[[0m^[[0;31m*     ^[[0m] A start job is running for Network Manager Wait Online (5s / no limit)
^[M\r^[[K[^[[0;1;31m*^[[0m^[[0;31m*    ^[[0m] A start job is running for Network Manager Wait Online (6s / no limit)
[   20.817532] tg3 0000:c1:00.0 eth0: Link is up at 1000 Mbps, full duplex
[   20.824162] tg3 0000:c1:00.0 eth0: Flow control is off for TX and off for RX
[   20.831215] tg3 0000:c1:00.0 eth0: EEE is disabled
^[M\r^[[K[^[[0;31m*^[[0;1;31m*^[[0m^[[0;31m*   ^[[0m] A start job is running for Network Manager Wait Online (6s / no limit)
^[M\r^[[K[ ^[[0;31m*^[[0;1;31m*^[[0m^[[0;31m*  ^[[0m] A start job is running for Network Manager Wait Online (7s / no limit)
^[M\r^[[K[  ^[[0;31m*^[[0;1;31m*^[[0m^[[0;31m* ^[[0m] A start job is running for Network Manager Wait Online (7s / no limit)
^[M\r^[[K[   ^[[0;31m*^[[0;1;31m*^[[0m^[[0;31m*^[[0m] A start job is running for Network Manager Wait Online (8s / no limit)
^[M\r^[[K[    ^[[0;31m*^[[0;1;31m*^[[0m] A start job is running for Network Manager Wait Online (8s / no limit)
^[M\r^[[K[     ^[[0;31m*^[[0m] A start job is running for Network Manager Wait Online (8s / no limit)
^[M\r^[[K[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mNetwork Manager Wait Online^[[0m.
^[[K[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mNetwork is Online^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mPreparation for Remote File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mRemote File Systems^[[0m.
         Starting ^[[0;1;39mNotify NFS peers of a restart^[[0m...
         Starting ^[[0;1;39mPermit User Sessions^[[0m...
         Starting ^[[0;1;39mlibvirt QEMU daemon^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mNotify NFS peers of a restart^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mPermit User Sessions^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mDeferred execution scheduler^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mCommand Scheduler^[[0m.
         Starting ^[[0;1;39mHold until boot process finishes up^[[0m...
         Starting ^[[0;1;39mTerminate Plymouth Boot Screen^[[0m...

Red Hat Enterprise Linux 9.1 (Plow)
Kernel 6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d on an x86_64

Activate the web console with: systemctl enable --now cockpit.socket

hostname login: [  248.295242] JFS: nTxBlock = 8192, nTxLock = 65536
[  248.331151] QNX4 filesystem 0.2.3 registered.
[  248.413424] raid6: avx2x4   gen() 33918 MB/s
[  248.485422] raid6: avx2x2   gen() 34990 MB/s
[  248.557421] raid6: avx2x1   gen() 25356 MB/s
[  248.561696] raid6: using algorithm avx2x2 gen() 34990 MB/s
[  248.633419] raid6: .... xor() 28902 MB/s, rmw enabled
[  248.638473] raid6: using avx2x2 recovery algorithm
[  248.644977] xor: automatically using best checksumming function   avx       
[  248.733038] Btrfs loaded, zoned=yes, fsverity=yes
[  273.753931] watchdog: BUG: soft lockup - CPU#34 stuck for 26s! [grub2-mount:4482]
[  273.761419] Modules linked in: btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[  273.837024] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Not tainted 6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  273.847623] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[  273.855275] RIP: 0010:native_queued_spin_lock_slowpath+0x7c/0x2d0
[  273.861368] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[  273.880114] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[  273.885339] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[  273.892469] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[  273.899596] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[  273.906727] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[  273.913860] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[  273.920993] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[  273.929077] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  273.934823] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[  273.941957] PKRU: 55555554
[  273.944669] Call Trace:
[  273.947121]  <IRQ>
[  273.949144]  ? show_regs+0x6d/0x80
[  273.952548]  ? watchdog_timer_fn+0x1f8/0x280
[  273.956821]  ? __pfx_watchdog_timer_fn+0x10/0x10
[  273.961441]  ? __hrtimer_run_queues+0x114/0x2a0
[  273.965972]  ? hrtimer_interrupt+0x108/0x230
[  273.970246]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[  273.975470]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[  273.980434]  </IRQ>
[  273.982543]  <TASK>
[  273.984648]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[  273.989963]  ? native_queued_spin_lock_slowpath+0x7c/0x2d0
[  273.995448]  _raw_spin_lock+0x2d/0x40
[  273.999111]  fuse_iget+0x125/0x250
[  274.002520]  fuse_fill_super_common+0x3ae/0x4f0
[  274.007051]  ? __pfx_fuse_fill_super+0x10/0x10
[  274.011495]  fuse_fill_super+0x5e/0xb0
[  274.015250]  get_tree_nodev+0x6f/0xa0
[  274.018914]  ? fget+0x80/0xb0
[  274.021888]  fuse_get_tree+0xc6/0x1b0
[  274.025553]  vfs_get_tree+0x2e/0xf0
[  274.029046]  path_mount+0x4f0/0xb50
[  274.032539]  ? putname+0x5b/0x70
[  274.035773]  __x64_sys_mount+0x10d/0x150
[  274.039698]  x64_sys_call+0x1e1d/0x2140
[  274.043536]  do_syscall_64+0x51/0x120
[  274.047201]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  274.052254] RIP: 0033:0x7fd154f0f03e
[  274.055834] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[  274.074580] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[  274.082143] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[  274.089278] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[  274.096408] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[  274.103540] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[  274.110665] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[  274.117800]  </TASK>
[  301.753339] watchdog: BUG: soft lockup - CPU#34 stuck for 53s! [grub2-mount:4482]
[  301.760825] Modules linked in: btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[  301.836413] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  301.848483] Tainted: [L]=SOFTLOCKUP
[  301.851975] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[  301.859628] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[  301.865723] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[  301.884465] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[  301.889691] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[  301.896824] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[  301.903957] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[  301.911091] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[  301.918224] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[  301.925355] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[  301.933441] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  301.939185] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[  301.946310] PKRU: 55555554
[  301.949024] Call Trace:
[  301.951475]  <IRQ>
[  301.953497]  ? show_regs+0x6d/0x80
[  301.956900]  ? watchdog_timer_fn+0x1f8/0x280
[  301.961173]  ? __pfx_watchdog_timer_fn+0x10/0x10
[  301.965794]  ? __hrtimer_run_queues+0x114/0x2a0
[  301.970328]  ? hrtimer_interrupt+0x108/0x230
[  301.974599]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[  301.979823]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[  301.984789]  </IRQ>
[  301.986896]  <TASK>
[  301.989000]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[  301.994316]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[  301.999802]  _raw_spin_lock+0x2d/0x40
[  302.003464]  fuse_iget+0x125/0x250
[  302.006872]  fuse_fill_super_common+0x3ae/0x4f0
[  302.011407]  ? __pfx_fuse_fill_super+0x10/0x10
[  302.015850]  fuse_fill_super+0x5e/0xb0
[  302.019602]  get_tree_nodev+0x6f/0xa0
[  302.023269]  ? fget+0x80/0xb0
[  302.026240]  fuse_get_tree+0xc6/0x1b0
[  302.029907]  vfs_get_tree+0x2e/0xf0
[  302.033400]  path_mount+0x4f0/0xb50
[  302.036891]  ? putname+0x5b/0x70
[  302.040125]  __x64_sys_mount+0x10d/0x150
[  302.044050]  x64_sys_call+0x1e1d/0x2140
[  302.047892]  do_syscall_64+0x51/0x120
[  302.051565]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  302.056616] RIP: 0033:0x7fd154f0f03e
[  302.060196] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[  302.078942] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[  302.086505] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[  302.093631] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[  302.100764] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[  302.107897] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[  302.115029] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[  302.122164]  </TASK>
[  309.012200] rcu: INFO: rcu_preempt self-detected stall on CPU
[  309.017951] rcu: 	34-....: (14818 ticks this GP) idle=6724/1/0x4000000000000000 softirq=785/785 fqs=7454
[  309.027425] rcu: 	(t=15000 jiffies g=7337 q=1711 ncpus=128)
[  309.032996] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  309.045066] Tainted: [L]=SOFTLOCKUP
[  309.048559] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[  309.056212] RIP: 0010:native_queued_spin_lock_slowpath+0x83/0x2d0
[  309.062305] Code: 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 84 c0 <75> f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d e9 5f
[  309.081049] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[  309.086277] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[  309.093408] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[  309.100542] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[  309.107673] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[  309.114806] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[  309.121940] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[  309.130023] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  309.135772] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[  309.142904] PKRU: 55555554
[  309.145613] Call Trace:
[  309.148059]  <IRQ>
[  309.150078]  ? show_regs+0x6d/0x80
[  309.153486]  ? dump_cpu_task+0x6b/0x80
[  309.157235]  ? rcu_dump_cpu_stacks+0xa4/0x100
[  309.161596]  ? rcu_sched_clock_irq+0x6b4/0x10c0
[  309.166132]  ? srso_alias_return_thunk+0x5/0xfbef5
[  309.170919]  ? __cgroup_account_cputime_field+0x3f/0x60
[  309.176149]  ? srso_alias_return_thunk+0x5/0xfbef5
[  309.180938]  ? account_system_index_time+0x95/0xb0
[  309.185735]  ? update_process_times+0x74/0xc0
[  309.190092]  ? tick_nohz_handler+0x9b/0x150
[  309.194277]  ? __pfx_tick_nohz_handler+0x10/0x10
[  309.198898]  ? __hrtimer_run_queues+0x114/0x2a0
[  309.203429]  ? hrtimer_interrupt+0x108/0x230
[  309.207703]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[  309.212927]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[  309.217893]  </IRQ>
[  309.219999]  <TASK>
[  309.222104]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[  309.227419]  ? native_queued_spin_lock_slowpath+0x83/0x2d0
[  309.232905]  _raw_spin_lock+0x2d/0x40
[  309.236571]  fuse_iget+0x125/0x250
[  309.239978]  fuse_fill_super_common+0x3ae/0x4f0
[  309.244512]  ? __pfx_fuse_fill_super+0x10/0x10
[  309.248952]  fuse_fill_super+0x5e/0xb0
[  309.252708]  get_tree_nodev+0x6f/0xa0
[  309.256371]  ? fget+0x80/0xb0
[  309.259345]  fuse_get_tree+0xc6/0x1b0
[  309.263011]  vfs_get_tree+0x2e/0xf0
[  309.266505]  path_mount+0x4f0/0xb50
[  309.269997]  ? putname+0x5b/0x70
[  309.273229]  __x64_sys_mount+0x10d/0x150
[  309.277157]  x64_sys_call+0x1e1d/0x2140
[  309.280993]  do_syscall_64+0x51/0x120
[  309.284661]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  309.289710] RIP: 0033:0x7fd154f0f03e
[  309.293292] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[  309.312035] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[  309.319604] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[  309.326735] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[  309.333867] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[  309.341000] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[  309.348133] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[  309.355267]  </TASK>
[  333.752565] watchdog: BUG: soft lockup - CPU#34 stuck for 82s! [grub2-mount:4482]
[  333.760045] Modules linked in: btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[  333.835633] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  333.847704] Tainted: [L]=SOFTLOCKUP
[  333.851200] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[  333.858850] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[  333.864942] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[  333.883688] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[  333.888913] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[  333.896047] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[  333.903181] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[  333.910311] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[  333.917443] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[  333.924577] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[  333.932662] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  333.938409] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[  333.945540] PKRU: 55555554
[  333.948252] Call Trace:
[  333.950698]  <IRQ>
[  333.952719]  ? show_regs+0x6d/0x80
[  333.956124]  ? watchdog_timer_fn+0x1f8/0x280
[  333.960395]  ? __pfx_watchdog_timer_fn+0x10/0x10
[  333.965016]  ? __hrtimer_run_queues+0x114/0x2a0
[  333.969548]  ? hrtimer_interrupt+0x108/0x230
[  333.973819]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[  333.979045]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[  333.984012]  </IRQ>
[  333.986115]  <TASK>
[  333.988215]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[  333.993530]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[  333.999014]  _raw_spin_lock+0x2d/0x40
[  334.002679]  fuse_iget+0x125/0x250
[  334.006086]  fuse_fill_super_common+0x3ae/0x4f0
[  334.010619]  ? __pfx_fuse_fill_super+0x10/0x10
[  334.015064]  fuse_fill_super+0x5e/0xb0
[  334.018818]  get_tree_nodev+0x6f/0xa0
[  334.022482]  ? fget+0x80/0xb0
[  334.025454]  fuse_get_tree+0xc6/0x1b0
[  334.029121]  vfs_get_tree+0x2e/0xf0
[  334.032612]  path_mount+0x4f0/0xb50
[  334.036106]  ? putname+0x5b/0x70
[  334.039340]  __x64_sys_mount+0x10d/0x150
[  334.043265]  x64_sys_call+0x1e1d/0x2140
[  334.047105]  do_syscall_64+0x51/0x120
[  334.050770]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  334.055821] RIP: 0033:0x7fd154f0f03e
[  334.059401] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[  334.078144] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[  334.085711] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[  334.092844] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[  334.099976] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[  334.107109] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[  334.114240] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[  334.121377]  </TASK>
[  361.751853] watchdog: BUG: soft lockup - CPU#34 stuck for 108s! [grub2-mount:4482]
[  361.759426] Modules linked in: btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[  361.835013] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  361.847088] Tainted: [L]=SOFTLOCKUP
[  361.850579] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[  361.858232] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[  361.864323] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[  361.883070] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[  361.888295] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[  361.895426] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[  361.902558] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[  361.909683] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[  361.916815] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[  361.923948] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[  361.932034] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  361.937779] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[  361.944911] PKRU: 55555554
[  361.947626] Call Trace:
[  361.950079]  <IRQ>
[  361.952098]  ? show_regs+0x6d/0x80
[  361.955502]  ? watchdog_timer_fn+0x1f8/0x280
[  361.959777]  ? __pfx_watchdog_timer_fn+0x10/0x10
[  361.964396]  ? __hrtimer_run_queues+0x114/0x2a0
[  361.968928]  ? hrtimer_interrupt+0x108/0x230
[  361.973200]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[  361.978427]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[  361.983393]  </IRQ>
[  361.985495]  <TASK>
[  361.987596]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[  361.992911]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[  361.998396]  _raw_spin_lock+0x2d/0x40
[  362.002058]  fuse_iget+0x125/0x250
[  362.005465]  fuse_fill_super_common+0x3ae/0x4f0
[  362.009998]  ? __pfx_fuse_fill_super+0x10/0x10
[  362.014443]  fuse_fill_super+0x5e/0xb0
[  362.018196]  get_tree_nodev+0x6f/0xa0
[  362.021860]  ? fget+0x80/0xb0
[  362.024836]  fuse_get_tree+0xc6/0x1b0
[  362.028502]  vfs_get_tree+0x2e/0xf0
[  362.031995]  path_mount+0x4f0/0xb50
[  362.035486]  ? putname+0x5b/0x70
[  362.038720]  __x64_sys_mount+0x10d/0x150
[  362.042644]  x64_sys_call+0x1e1d/0x2140
[  362.046485]  do_syscall_64+0x51/0x120
[  362.050149]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  362.055203] RIP: 0033:0x7fd154f0f03e
[  362.058782] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[  362.077527] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[  362.085093] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[  362.092224] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[  362.099355] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[  362.106488] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[  362.113621] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[  362.120757]  </TASK>
[  389.751074] watchdog: BUG: soft lockup - CPU#34 stuck for 134s! [grub2-mount:4482]
[  389.758642] Modules linked in: btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[  389.834230] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  389.846302] Tainted: [L]=SOFTLOCKUP
[  389.849792] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[  389.857445] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[  389.863539] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[  389.882285] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[  389.887510] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[  389.894641] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[  389.901774] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[  389.908905] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[  389.916039] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[  389.923173] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[  389.931256] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  389.937005] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[  389.944137] PKRU: 55555554
[  389.946849] Call Trace:
[  389.949302]  <IRQ>
[  389.951321]  ? show_regs+0x6d/0x80
[  389.954725]  ? watchdog_timer_fn+0x1f8/0x280
[  389.958997]  ? __pfx_watchdog_timer_fn+0x10/0x10
[  389.963619]  ? __hrtimer_run_queues+0x114/0x2a0
[  389.968151]  ? hrtimer_interrupt+0x108/0x230
[  389.972426]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[  389.977649]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[  389.982613]  </IRQ>
[  389.984722]  <TASK>
[  389.986828]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[  389.992141]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[  389.997628]  _raw_spin_lock+0x2d/0x40
[  390.001290]  fuse_iget+0x125/0x250
[  390.004698]  fuse_fill_super_common+0x3ae/0x4f0
[  390.009232]  ? __pfx_fuse_fill_super+0x10/0x10
[  390.013675]  fuse_fill_super+0x5e/0xb0
[  390.017427]  get_tree_nodev+0x6f/0xa0
[  390.021095]  ? fget+0x80/0xb0
[  390.024066]  fuse_get_tree+0xc6/0x1b0
[  390.027733]  vfs_get_tree+0x2e/0xf0
[  390.031225]  path_mount+0x4f0/0xb50
[  390.034717]  ? putname+0x5b/0x70
[  390.037952]  __x64_sys_mount+0x10d/0x150
[  390.041876]  x64_sys_call+0x1e1d/0x2140
[  390.045714]  do_syscall_64+0x51/0x120
[  390.049380]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  390.054432] RIP: 0033:0x7fd154f0f03e
[  390.058013] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[  390.076759] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[  390.084325] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[  390.091457] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[  390.098589] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[  390.105722] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[  390.112853] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[  390.119991]  </TASK>
[  417.750298] watchdog: BUG: soft lockup - CPU#34 stuck for 161s! [grub2-mount:4482]
[  417.757862] Modules linked in: btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[  417.833453] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  417.845523] Tainted: [L]=SOFTLOCKUP
[  417.849016] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[  417.856670] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[  417.862760] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[  417.881507] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[  417.886731] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[  417.893863] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[  417.900997] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[  417.908131] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[  417.915264] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[  417.922394] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[  417.930479] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  417.936219] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[  417.943349] PKRU: 55555554
[  417.946055] Call Trace:
[  417.948508]  <IRQ>
[  417.950529]  ? show_regs+0x6d/0x80
[  417.953934]  ? watchdog_timer_fn+0x1f8/0x280
[  417.958204]  ? __pfx_watchdog_timer_fn+0x10/0x10
[  417.962824]  ? __hrtimer_run_queues+0x114/0x2a0
[  417.967357]  ? hrtimer_interrupt+0x108/0x230
[  417.971630]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[  417.976856]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[  417.981819]  </IRQ>
[  417.983927]  <TASK>
[  417.986032]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[  417.991347]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[  417.996831]  _raw_spin_lock+0x2d/0x40
[  418.000498]  fuse_iget+0x125/0x250
[  418.003905]  fuse_fill_super_common+0x3ae/0x4f0
[  418.008438]  ? __pfx_fuse_fill_super+0x10/0x10
[  418.012882]  fuse_fill_super+0x5e/0xb0
[  418.016634]  get_tree_nodev+0x6f/0xa0
[  418.020299]  ? fget+0x80/0xb0
[  418.023272]  fuse_get_tree+0xc6/0x1b0
[  418.026938]  vfs_get_tree+0x2e/0xf0
[  418.030432]  path_mount+0x4f0/0xb50
[  418.033925]  ? putname+0x5b/0x70
[  418.037159]  __x64_sys_mount+0x10d/0x150
[  418.041084]  x64_sys_call+0x1e1d/0x2140
[  418.044923]  do_syscall_64+0x51/0x120
[  418.048587]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  418.053638] RIP: 0033:0x7fd154f0f03e
[  418.057218] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[  418.075964] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[  418.083530] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[  418.090662] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[  418.097795] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[  418.104928] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[  418.112059] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[  418.119194]  </TASK>
[  445.749669] watchdog: BUG: soft lockup - CPU#34 stuck for 187s! [grub2-mount:4482]
[  445.757235] Modules linked in: btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[  445.832824] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  445.844894] Tainted: [L]=SOFTLOCKUP
[  445.848388] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[  445.856042] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[  445.862133] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[  445.880878] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[  445.886105] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[  445.893237] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[  445.900370] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[  445.907499] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[  445.914624] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[  445.921759] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[  445.929844] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  445.935587] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[  445.942714] PKRU: 55555554
[  445.945424] Call Trace:
[  445.947869]  <IRQ>
[  445.949889]  ? show_regs+0x6d/0x80
[  445.953295]  ? watchdog_timer_fn+0x1f8/0x280
[  445.957566]  ? __pfx_watchdog_timer_fn+0x10/0x10
[  445.962187]  ? __hrtimer_run_queues+0x114/0x2a0
[  445.966721]  ? hrtimer_interrupt+0x108/0x230
[  445.970994]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[  445.976219]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[  445.981184]  </IRQ>
[  445.983288]  <TASK>
[  445.985396]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[  445.990712]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[  445.996194]  _raw_spin_lock+0x2d/0x40
[  445.999860]  fuse_iget+0x125/0x250
[  446.003265]  fuse_fill_super_common+0x3ae/0x4f0
[  446.007799]  ? __pfx_fuse_fill_super+0x10/0x10
[  446.012245]  fuse_fill_super+0x5e/0xb0
[  446.015997]  get_tree_nodev+0x6f/0xa0
[  446.019660]  ? fget+0x80/0xb0
[  446.022637]  fuse_get_tree+0xc6/0x1b0
[  446.026300]  vfs_get_tree+0x2e/0xf0
[  446.029794]  path_mount+0x4f0/0xb50
[  446.033287]  ? putname+0x5b/0x70
[  446.036520]  __x64_sys_mount+0x10d/0x150
[  446.040445]  x64_sys_call+0x1e1d/0x2140
[  446.044283]  do_syscall_64+0x51/0x120
[  446.047951]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  446.053002] RIP: 0033:0x7fd154f0f03e
[  446.056580] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[  446.075325] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[  446.082891] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[  446.090025] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[  446.097157] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[  446.104288] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[  446.111421] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[  446.118559]  </TASK>
[  473.749039] watchdog: BUG: soft lockup - CPU#34 stuck for 213s! [grub2-mount:4482]
[  473.756607] Modules linked in: btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[  473.832194] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  473.844267] Tainted: [L]=SOFTLOCKUP
[  473.847757] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[  473.855404] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[  473.861494] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[  473.880241] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[  473.885465] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[  473.892598] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[  473.899731] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[  473.906863] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[  473.913994] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[  473.921128] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[  473.929213] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  473.934959] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[  473.942094] PKRU: 55555554
[  473.944805] Call Trace:
[  473.947259]  <IRQ>
[  473.949279]  ? show_regs+0x6d/0x80
[  473.952685]  ? watchdog_timer_fn+0x1f8/0x280
[  473.956954]  ? __pfx_watchdog_timer_fn+0x10/0x10
[  473.961574]  ? __hrtimer_run_queues+0x114/0x2a0
[  473.966111]  ? hrtimer_interrupt+0x108/0x230
[  473.970380]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[  473.975605]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[  473.980572]  </IRQ>
[  473.982679]  <TASK>
[  473.984783]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[  473.990099]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[  473.995582]  _raw_spin_lock+0x2d/0x40
[  473.999246]  fuse_iget+0x125/0x250
[  474.002655]  fuse_fill_super_common+0x3ae/0x4f0
[  474.007190]  ? __pfx_fuse_fill_super+0x10/0x10
[  474.011633]  fuse_fill_super+0x5e/0xb0
[  474.015385]  get_tree_nodev+0x6f/0xa0
[  474.019050]  ? fget+0x80/0xb0
[  474.022022]  fuse_get_tree+0xc6/0x1b0
[  474.025690]  vfs_get_tree+0x2e/0xf0
[  474.029182]  path_mount+0x4f0/0xb50
[  474.032674]  ? putname+0x5b/0x70
[  474.035908]  __x64_sys_mount+0x10d/0x150
[  474.039835]  x64_sys_call+0x1e1d/0x2140
[  474.043673]  do_syscall_64+0x51/0x120
[  474.047339]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  474.052390] RIP: 0033:0x7fd154f0f03e
[  474.055971] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[  474.074716] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[  474.082281] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[  474.089415] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[  474.096545] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[  474.103679] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[  474.110809] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[  474.117949]  </TASK>
[  485.583823] INFO: task systemd:1 blocked for more than 120 seconds.
[  485.590107]       Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  485.598997] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[  485.606827] task:systemd         state:D stack:0     pid:1     tgid:1     ppid:0      flags:0x00000002
[  485.616129] Call Trace:
[  485.618577]  <TASK>
[  485.620689]  __schedule+0x383/0xac0
[  485.624190]  ? xa_load+0x72/0xb0
[  485.627418]  schedule+0x2e/0x120
[  485.630656]  schedule_timeout+0x150/0x160
[  485.634678]  __wait_for_common+0x91/0x180
[  485.638697]  ? __pfx_schedule_timeout+0x10/0x10
[  485.643233]  wait_for_completion_state+0x25/0x40
[  485.647858]  __wait_rcu_gp+0x139/0x140
[  485.651614]  synchronize_rcu_normal.part.0+0x3d/0x60
[  485.656584]  ? __pfx_call_rcu_hurry+0x10/0x10
[  485.660942]  ? __pfx_wakeme_after_rcu+0x10/0x10
[  485.665476]  synchronize_rcu_normal+0x98/0xa0
[  485.669833]  ? srso_alias_return_thunk+0x5/0xfbef5
[  485.674628]  ? mntput_no_expire+0x53/0x260
[  485.678736]  ? srso_alias_return_thunk+0x5/0xfbef5
[  485.683526]  ? _parse_integer+0x12/0x20
[  485.687368]  synchronize_rcu+0xbf/0xd0
[  485.691121]  rcu_sync_enter+0x5c/0xe0
[  485.694786]  ? srso_alias_return_thunk+0x5/0xfbef5
[  485.699577]  ? kstrtoull+0x18/0x20
[  485.702986]  ? srso_alias_return_thunk+0x5/0xfbef5
[  485.707788]  percpu_down_write+0x24/0x180
[  485.711810]  cgroup_procs_write_start+0x6f/0x150
[  485.716435]  __cgroup_procs_write+0x5d/0x150
[  485.720715]  cgroup_procs_write+0x1b/0x30
[  485.724729]  cgroup_file_write+0x8c/0x160
[  485.728742]  kernfs_fop_write_iter+0x140/0x1d0
[  485.733196]  vfs_write+0x2fc/0x410
[  485.736612]  ksys_write+0x6b/0xf0
[  485.739939]  __x64_sys_write+0x1d/0x30
[  485.743688]  x64_sys_call+0x16b3/0x2140
[  485.747530]  do_syscall_64+0x51/0x120
[  485.751195]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  485.756249] RIP: 0033:0x7f6013cfda8f
[  485.759825] RSP: 002b:00007ffe4830b000 EFLAGS: 00000293 ORIG_RAX: 0000000000000001
[  485.767391] RAX: ffffffffffffffda RBX: 0000000000000005 RCX: 00007f6013cfda8f
[  485.774528] RDX: 0000000000000005 RSI: 00007ffe4830b1fa RDI: 0000000000000059
[  485.781665] RBP: 00007ffe4830b1fa R08: 0000000000000000 R09: 00007ffe4830b080
[  485.788798] R10: 0000000000000000 R11: 0000000000000293 R12: 0000000000000005
[  485.795931] R13: 00005579eb2b93c0 R14: 0000000000000005 R15: 00007f6013df69e0
[  485.803069]  </TASK>
[  489.355718] rcu: INFO: rcu_preempt self-detected stall on CPU
[  489.361468] rcu: 	34-....: (59269 ticks this GP) idle=6724/1/0x4000000000000000 softirq=785/785 fqs=29760
[  489.371032] rcu: 	(t=60087 jiffies g=7337 q=21388 ncpus=128)
[  489.376692] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  489.388761] Tainted: [L]=SOFTLOCKUP
[  489.392251] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[  489.399905] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[  489.405999] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[  489.424744] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[  489.429967] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[  489.437101] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[  489.444235] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[  489.451364] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[  489.458490] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[  489.465623] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[  489.473708] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  489.479454] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[  489.486587] PKRU: 55555554
[  489.489297] Call Trace:
[  489.491742]  <IRQ>
[  489.493765]  ? show_regs+0x6d/0x80
[  489.497169]  ? dump_cpu_task+0x6b/0x80
[  489.500922]  ? rcu_dump_cpu_stacks+0xa4/0x100
[  489.505279]  ? rcu_sched_clock_irq+0x6b4/0x10c0
[  489.509816]  ? srso_alias_return_thunk+0x5/0xfbef5
[  489.514603]  ? __cgroup_account_cputime_field+0x3f/0x60
[  489.519830]  ? srso_alias_return_thunk+0x5/0xfbef5
[  489.524624]  ? account_system_index_time+0x95/0xb0
[  489.529418]  ? update_process_times+0x74/0xc0
[  489.533774]  ? tick_nohz_handler+0x9b/0x150
[  489.537962]  ? __pfx_tick_nohz_handler+0x10/0x10
[  489.542581]  ? __hrtimer_run_queues+0x114/0x2a0
[  489.547113]  ? hrtimer_interrupt+0x108/0x230
[  489.551387]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[  489.556612]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[  489.561577]  </IRQ>
[  489.563681]  <TASK>
[  489.565780]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[  489.571094]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[  489.576581]  _raw_spin_lock+0x2d/0x40
[  489.580243]  fuse_iget+0x125/0x250
[  489.583651]  fuse_fill_super_common+0x3ae/0x4f0
[  489.588186]  ? __pfx_fuse_fill_super+0x10/0x10
[  489.592628]  fuse_fill_super+0x5e/0xb0
[  489.596382]  get_tree_nodev+0x6f/0xa0
[  489.600046]  ? fget+0x80/0xb0
[  489.603022]  fuse_get_tree+0xc6/0x1b0
[  489.606688]  vfs_get_tree+0x2e/0xf0
[  489.610180]  path_mount+0x4f0/0xb50
[  489.613670]  ? putname+0x5b/0x70
[  489.616904]  __x64_sys_mount+0x10d/0x150
[  489.620829]  x64_sys_call+0x1e1d/0x2140
[  489.624667]  do_syscall_64+0x51/0x120
[  489.628336]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  489.633386] RIP: 0033:0x7fd154f0f03e
[  489.636967] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[  489.655710] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[  489.663277] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[  489.670408] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[  489.677541] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[  489.684673] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[  489.691805] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[  489.698934]  </TASK>
[  513.748105] watchdog: BUG: soft lockup - CPU#34 stuck for 250s! [grub2-mount:4482]
[  513.755678] Modules linked in: btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[  513.831266] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  513.843339] Tainted: [L]=SOFTLOCKUP
[  513.846829] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[  513.854483] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[  513.860576] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[  513.879320] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[  513.884544] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[  513.891678] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[  513.898811] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[  513.905944] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[  513.913077] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[  513.920208] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[  513.928293] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  513.934040] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[  513.941171] PKRU: 55555554
[  513.943883] Call Trace:
[  513.946328]  <IRQ>
[  513.948347]  ? show_regs+0x6d/0x80
[  513.951752]  ? watchdog_timer_fn+0x1f8/0x280
[  513.956024]  ? __pfx_watchdog_timer_fn+0x10/0x10
[  513.960646]  ? __hrtimer_run_queues+0x114/0x2a0
[  513.965178]  ? hrtimer_interrupt+0x108/0x230
[  513.969450]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[  513.974677]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[  513.979641]  </IRQ>
[  513.981746]  <TASK>
[  513.983845]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[  513.989161]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[  513.994645]  _raw_spin_lock+0x2d/0x40
[  513.998308]  fuse_iget+0x125/0x250
[  514.001717]  fuse_fill_super_common+0x3ae/0x4f0
[  514.006252]  ? __pfx_fuse_fill_super+0x10/0x10
[  514.010693]  fuse_fill_super+0x5e/0xb0
[  514.014448]  get_tree_nodev+0x6f/0xa0
[  514.018112]  ? fget+0x80/0xb0
[  514.021086]  fuse_get_tree+0xc6/0x1b0
[  514.024751]  vfs_get_tree+0x2e/0xf0
[  514.028243]  path_mount+0x4f0/0xb50
[  514.031736]  ? putname+0x5b/0x70
[  514.034969]  __x64_sys_mount+0x10d/0x150
[  514.038895]  x64_sys_call+0x1e1d/0x2140
[  514.042735]  do_syscall_64+0x51/0x120
[  514.046402]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  514.051453] RIP: 0033:0x7fd154f0f03e
[  514.055032] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[  514.073775] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[  514.081342] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[  514.088473] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[  514.095608] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[  514.102739] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[  514.109872] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[  514.117007]  </TASK>
[  541.747445] watchdog: BUG: soft lockup - CPU#34 stuck for 276s! [grub2-mount:4482]
[  541.755013] Modules linked in: btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[  541.830603] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  541.842673] Tainted: [L]=SOFTLOCKUP
[  541.846164] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[  541.853811] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[  541.859902] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[  541.878647] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[  541.883874] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[  541.891004] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[  541.898137] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[  541.905268] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[  541.912392] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[  541.919527] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[  541.927610] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  541.933357] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[  541.940491] PKRU: 55555554
[  541.943204] Call Trace:
[  541.945657]  <IRQ>
[  541.947678]  ? show_regs+0x6d/0x80
[  541.951082]  ? watchdog_timer_fn+0x1f8/0x280
[  541.955352]  ? __pfx_watchdog_timer_fn+0x10/0x10
[  541.959973]  ? __hrtimer_run_queues+0x114/0x2a0
[  541.964507]  ? hrtimer_interrupt+0x108/0x230
[  541.968778]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[  541.974004]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[  541.978968]  </IRQ>
[  541.981074]  <TASK>
[  541.983173]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[  541.988490]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[  541.993974]  _raw_spin_lock+0x2d/0x40
[  541.997639]  fuse_iget+0x125/0x250
[  542.001046]  fuse_fill_super_common+0x3ae/0x4f0
[  542.005580]  ? __pfx_fuse_fill_super+0x10/0x10
[  542.010020]  fuse_fill_super+0x5e/0xb0
[  542.013775]  get_tree_nodev+0x6f/0xa0
[  542.017441]  ? fget+0x80/0xb0
[  542.020413]  fuse_get_tree+0xc6/0x1b0
[  542.024079]  vfs_get_tree+0x2e/0xf0
[  542.027570]  path_mount+0x4f0/0xb50
[  542.031064]  ? putname+0x5b/0x70
[  542.034296]  __x64_sys_mount+0x10d/0x150
[  542.038225]  x64_sys_call+0x1e1d/0x2140
[  542.042061]  do_syscall_64+0x51/0x120
[  542.045727]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  542.050779] RIP: 0033:0x7fd154f0f03e
[  542.054360] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[  542.073105] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[  542.080668] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[  542.087801] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[  542.094936] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[  542.102066] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[  542.109200] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[  542.116337]  </TASK>
[  569.746828] watchdog: BUG: soft lockup - CPU#34 stuck for 302s! [grub2-mount:4482]
[  569.754401] Modules linked in: btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[  569.829989] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  569.842061] Tainted: [L]=SOFTLOCKUP
[  569.845552] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[  569.853207] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[  569.859297] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[  569.878044] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[  569.883271] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[  569.890400] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[  569.897535] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[  569.904668] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[  569.911800] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[  569.918933] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[  569.927017] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  569.932764] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[  569.939896] PKRU: 55555554
[  569.942607] Call Trace:
[  569.945053]  <IRQ>
[  569.947074]  ? show_regs+0x6d/0x80
[  569.950479]  ? watchdog_timer_fn+0x1f8/0x280
[  569.954751]  ? __pfx_watchdog_timer_fn+0x10/0x10
[  569.959371]  ? __hrtimer_run_queues+0x114/0x2a0
[  569.963903]  ? hrtimer_interrupt+0x108/0x230
[  569.968175]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[  569.973400]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[  569.978367]  </IRQ>
[  569.980470]  <TASK>
[  569.982569]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[  569.987884]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[  569.993371]  _raw_spin_lock+0x2d/0x40
[  569.997034]  fuse_iget+0x125/0x250
[  570.000441]  fuse_fill_super_common+0x3ae/0x4f0
[  570.004974]  ? __pfx_fuse_fill_super+0x10/0x10
[  570.009418]  fuse_fill_super+0x5e/0xb0
[  570.013171]  get_tree_nodev+0x6f/0xa0
[  570.016835]  ? fget+0x80/0xb0
[  570.019809]  fuse_get_tree+0xc6/0x1b0
[  570.023477]  vfs_get_tree+0x2e/0xf0
[  570.026969]  path_mount+0x4f0/0xb50
[  570.030459]  ? putname+0x5b/0x70
[  570.033694]  __x64_sys_mount+0x10d/0x150
[  570.037619]  x64_sys_call+0x1e1d/0x2140
[  570.041460]  do_syscall_64+0x51/0x120
[  570.045124]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  570.050177] RIP: 0033:0x7fd154f0f03e
[  570.053756] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[  570.072502] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[  570.080065] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[  570.087199] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[  570.094333] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[  570.101463] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[  570.108597] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[  570.115733]  </TASK>
[  597.746220] watchdog: BUG: soft lockup - CPU#34 stuck for 328s! [grub2-mount:4482]
[  597.753787] Modules linked in: btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[  597.829377] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  597.841451] Tainted: [L]=SOFTLOCKUP
[  597.844943] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[  597.852592] RIP: 0010:native_queued_spin_lock_slowpath+0x7c/0x2d0
[  597.858685] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[  597.877432] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[  597.882657] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[  597.889791] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[  597.896923] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[  597.904056] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[  597.911189] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[  597.918319] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[  597.926407] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  597.932153] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[  597.939283] PKRU: 55555554
[  597.941997] Call Trace:
[  597.944450]  <IRQ>
[  597.946471]  ? show_regs+0x6d/0x80
[  597.949874]  ? watchdog_timer_fn+0x1f8/0x280
[  597.954147]  ? __pfx_watchdog_timer_fn+0x10/0x10
[  597.958765]  ? __hrtimer_run_queues+0x114/0x2a0
[  597.963302]  ? hrtimer_interrupt+0x108/0x230
[  597.967574]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[  597.972797]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[  597.977764]  </IRQ>
[  597.979869]  <TASK>
[  597.981975]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[  597.987289]  ? native_queued_spin_lock_slowpath+0x7c/0x2d0
[  597.992775]  _raw_spin_lock+0x2d/0x40
[  597.996440]  fuse_iget+0x125/0x250
[  597.999847]  fuse_fill_super_common+0x3ae/0x4f0
[  598.004380]  ? __pfx_fuse_fill_super+0x10/0x10
[  598.008824]  fuse_fill_super+0x5e/0xb0
[  598.012577]  get_tree_nodev+0x6f/0xa0
[  598.016243]  ? fget+0x80/0xb0
[  598.019214]  fuse_get_tree+0xc6/0x1b0
[  598.022883]  vfs_get_tree+0x2e/0xf0
[  598.026373]  path_mount+0x4f0/0xb50
[  598.029864]  ? putname+0x5b/0x70
[  598.033098]  __x64_sys_mount+0x10d/0x150
[  598.037026]  x64_sys_call+0x1e1d/0x2140
[  598.040863]  do_syscall_64+0x51/0x120
[  598.044529]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  598.049581] RIP: 0033:0x7fd154f0f03e
[  598.053161] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[  598.071908] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[  598.079472] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[  598.086604] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[  598.093738] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[  598.100868] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[  598.108001] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[  598.115137]  </TASK>
[  606.409090] INFO: task systemd:1 blocked for more than 241 seconds.
[  606.415367]       Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  606.424232] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[  606.432056] task:systemd         state:D stack:0     pid:1     tgid:1     ppid:0      flags:0x00000002
[  606.441364] Call Trace:
[  606.443816]  <TASK>
[  606.445927]  __schedule+0x383/0xac0
[  606.449424]  ? xa_load+0x72/0xb0
[  606.452655]  schedule+0x2e/0x120
[  606.455890]  schedule_timeout+0x150/0x160
[  606.459905]  __wait_for_common+0x91/0x180
[  606.463923]  ? __pfx_schedule_timeout+0x10/0x10
[  606.468459]  wait_for_completion_state+0x25/0x40
[  606.473087]  __wait_rcu_gp+0x139/0x140
[  606.476842]  synchronize_rcu_normal.part.0+0x3d/0x60
[  606.481811]  ? __pfx_call_rcu_hurry+0x10/0x10
[  606.486168]  ? __pfx_wakeme_after_rcu+0x10/0x10
[  606.490705]  synchronize_rcu_normal+0x98/0xa0
[  606.495071]  ? srso_alias_return_thunk+0x5/0xfbef5
[  606.499872]  ? mntput_no_expire+0x53/0x260
[  606.503981]  ? srso_alias_return_thunk+0x5/0xfbef5
[  606.508773]  ? _parse_integer+0x12/0x20
[  606.512621]  synchronize_rcu+0xbf/0xd0
[  606.516372]  rcu_sync_enter+0x5c/0xe0
[  606.520039]  ? srso_alias_return_thunk+0x5/0xfbef5
[  606.524829]  ? kstrtoull+0x18/0x20
[  606.528237]  ? srso_alias_return_thunk+0x5/0xfbef5
[  606.533031]  percpu_down_write+0x24/0x180
[  606.537053]  cgroup_procs_write_start+0x6f/0x150
[  606.541680]  __cgroup_procs_write+0x5d/0x150
[  606.545961]  cgroup_procs_write+0x1b/0x30
[  606.549981]  cgroup_file_write+0x8c/0x160
[  606.553996]  kernfs_fop_write_iter+0x140/0x1d0
[  606.558448]  vfs_write+0x2fc/0x410
[  606.561858]  ksys_write+0x6b/0xf0
[  606.565184]  __x64_sys_write+0x1d/0x30
[  606.568941]  x64_sys_call+0x16b3/0x2140
[  606.572783]  do_syscall_64+0x51/0x120
[  606.576449]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  606.581502] RIP: 0033:0x7f6013cfda8f
[  606.585088] RSP: 002b:00007ffe4830b000 EFLAGS: 00000293 ORIG_RAX: 0000000000000001
[  606.592655] RAX: ffffffffffffffda RBX: 0000000000000005 RCX: 00007f6013cfda8f
[  606.599787] RDX: 0000000000000005 RSI: 00007ffe4830b1fa RDI: 0000000000000059
[  606.606918] RBP: 00007ffe4830b1fa R08: 0000000000000000 R09: 00007ffe4830b080
[  606.614052] R10: 0000000000000000 R11: 0000000000000293 R12: 0000000000000005
[  606.621185] R13: 00005579eb2b93c0 R14: 0000000000000005 R15: 00007f6013df69e0
[  606.628321]  </TASK>
[  606.630659] INFO: task systemd:2737 blocked for more than 120 seconds.
[  606.637192]       Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  606.646055] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[  606.653882] task:systemd         state:D stack:0     pid:2737  tgid:2737  ppid:1      flags:0x00000002
[  606.663183] Call Trace:
[  606.665635]  <TASK>
[  606.667739]  __schedule+0x383/0xac0
[  606.671237]  schedule+0x2e/0x120
[  606.674473]  schedule_preempt_disabled+0x19/0x30
[  606.679095]  __mutex_lock.constprop.0+0x372/0x6f0
[  606.683808]  ? __d_add+0x143/0x1d0
[  606.687215]  __mutex_lock_slowpath+0x13/0x20
[  606.691487]  mutex_lock+0x3b/0x50
[  606.694806]  cgroup_kn_lock_live+0x4b/0xe0
[  606.698905]  cgroup_mkdir+0x43/0x450
[  606.702484]  ? srso_alias_return_thunk+0x5/0xfbef5
[  606.707277]  kernfs_iop_mkdir+0x60/0x90
[  606.711117]  vfs_mkdir+0x18f/0x250
[  606.714523]  do_mkdirat+0x117/0x160
[  606.718016]  __x64_sys_mkdir+0x4d/0x70
[  606.721778]  x64_sys_call+0x1c5a/0x2140
[  606.725623]  do_syscall_64+0x51/0x120
[  606.729290]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  606.734342] RIP: 0033:0x7f31734fd62b
[  606.737921] RSP: 002b:00007ffd692d0f98 EFLAGS: 00000246 ORIG_RAX: 0000000000000053
[  606.745487] RAX: ffffffffffffffda RBX: 000055db40698510 RCX: 00007f31734fd62b
[  606.752620] RDX: 0000000000000000 RSI: 00000000000001ed RDI: 000055db406e71e0
[  606.759751] RBP: 00007ffd692d0fd0 R08: 0000000000000035 R09: 0000000000000000
[  606.766884] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000000000
[  606.774016] R13: 00000000000000a0 R14: 00007f3173a5dd0d R15: 00000000000000a0
[  606.781152]  </TASK>
[  625.744786] watchdog: BUG: soft lockup - CPU#34 stuck for 354s! [grub2-mount:4482]
[  625.752354] Modules linked in: btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[  625.827941] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  625.840014] Tainted: [L]=SOFTLOCKUP
[  625.843507] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[  625.851158] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[  625.857251] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[  625.875996] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[  625.881222] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[  625.888355] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[  625.895487] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[  625.902620] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[  625.909752] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[  625.916886] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[  625.924971] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  625.930717] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[  625.937848] PKRU: 55555554
[  625.940562] Call Trace:
[  625.943016]  <IRQ>
[  625.945034]  ? show_regs+0x6d/0x80
[  625.948440]  ? watchdog_timer_fn+0x1f8/0x280
[  625.952710]  ? __pfx_watchdog_timer_fn+0x10/0x10
[  625.957333]  ? __hrtimer_run_queues+0x114/0x2a0
[  625.961866]  ? hrtimer_interrupt+0x108/0x230
[  625.966137]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[  625.971363]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[  625.976326]  </IRQ>
[  625.978432]  <TASK>
[  625.980531]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[  625.985848]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[  625.991331]  _raw_spin_lock+0x2d/0x40
[  625.994996]  fuse_iget+0x125/0x250
[  625.998402]  fuse_fill_super_common+0x3ae/0x4f0
[  626.002937]  ? __pfx_fuse_fill_super+0x10/0x10
[  626.007380]  fuse_fill_super+0x5e/0xb0
[  626.011132]  get_tree_nodev+0x6f/0xa0
[  626.014796]  ? fget+0x80/0xb0
[  626.017770]  fuse_get_tree+0xc6/0x1b0
[  626.021438]  vfs_get_tree+0x2e/0xf0
[  626.024931]  path_mount+0x4f0/0xb50
[  626.028421]  ? putname+0x5b/0x70
[  626.031654]  __x64_sys_mount+0x10d/0x150
[  626.035582]  x64_sys_call+0x1e1d/0x2140
[  626.039419]  do_syscall_64+0x51/0x120
[  626.043084]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  626.048136] RIP: 0033:0x7fd154f0f03e
[  626.051718] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[  626.070462] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[  626.078029] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[  626.085162] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[  626.092291] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[  626.099424] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[  626.106559] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[  626.113695]  </TASK>
[  653.744044] watchdog: BUG: soft lockup - CPU#34 stuck for 380s! [grub2-mount:4482]
[  653.751612] Modules linked in: btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[  653.827200] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  653.839273] Tainted: [L]=SOFTLOCKUP
[  653.842765] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[  653.850415] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[  653.856509] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[  653.875254] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[  653.880479] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[  653.887612] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[  653.894743] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[  653.901868] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[  653.909002] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[  653.916134] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[  653.924219] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  653.929966] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[  653.937097] PKRU: 55555554
[  653.939810] Call Trace:
[  653.942264]  <IRQ>
[  653.944282]  ? show_regs+0x6d/0x80
[  653.947687]  ? watchdog_timer_fn+0x1f8/0x280
[  653.951959]  ? __pfx_watchdog_timer_fn+0x10/0x10
[  653.956581]  ? __hrtimer_run_queues+0x114/0x2a0
[  653.961113]  ? hrtimer_interrupt+0x108/0x230
[  653.965386]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[  653.970610]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[  653.975576]  </IRQ>
[  653.977682]  <TASK>
[  653.979788]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[  653.985106]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[  653.990590]  _raw_spin_lock+0x2d/0x40
[  653.994254]  fuse_iget+0x125/0x250
[  653.997661]  fuse_fill_super_common+0x3ae/0x4f0
[  654.002196]  ? __pfx_fuse_fill_super+0x10/0x10
[  654.006636]  fuse_fill_super+0x5e/0xb0
[  654.010392]  get_tree_nodev+0x6f/0xa0
[  654.014057]  ? fget+0x80/0xb0
[  654.017028]  fuse_get_tree+0xc6/0x1b0
[  654.020696]  vfs_get_tree+0x2e/0xf0
[  654.024188]  path_mount+0x4f0/0xb50
[  654.027679]  ? putname+0x5b/0x70
[  654.030913]  __x64_sys_mount+0x10d/0x150
[  654.034839]  x64_sys_call+0x1e1d/0x2140
[  654.038678]  do_syscall_64+0x51/0x120
[  654.042342]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  654.047397] RIP: 0033:0x7fd154f0f03e
[  654.050974] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[  654.069719] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[  654.077286] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[  654.084417] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[  654.091551] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[  654.098685] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[  654.105816] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[  654.112952]  </TASK>
[  669.702752] rcu: INFO: rcu_preempt self-detected stall on CPU
[  669.708497] rcu: 	34-....: (103720 ticks this GP) idle=6724/1/0x4000000000000000 softirq=785/785 fqs=51961
[  669.718146] rcu: 	(t=105178 jiffies g=7337 q=23327 ncpus=128)
[  669.723890] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  669.735960] Tainted: [L]=SOFTLOCKUP
[  669.739453] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[  669.747104] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[  669.753196] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[  669.771944] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[  669.777166] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[  669.784293] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[  669.791425] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[  669.798558] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[  669.805689] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[  669.812821] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[  669.820906] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  669.826653] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[  669.833784] PKRU: 55555554
[  669.836488] Call Trace:
[  669.838935]  <IRQ>
[  669.840956]  ? show_regs+0x6d/0x80
[  669.844358]  ? dump_cpu_task+0x6b/0x80
[  669.848113]  ? rcu_dump_cpu_stacks+0xa4/0x100
[  669.852470]  ? rcu_sched_clock_irq+0x6b4/0x10c0
[  669.857004]  ? srso_alias_return_thunk+0x5/0xfbef5
[  669.861796]  ? __cgroup_account_cputime_field+0x3f/0x60
[  669.867023]  ? srso_alias_return_thunk+0x5/0xfbef5
[  669.871815]  ? account_system_index_time+0x95/0xb0
[  669.876607]  ? update_process_times+0x74/0xc0
[  669.880965]  ? tick_nohz_handler+0x9b/0x150
[  669.885152]  ? __pfx_tick_nohz_handler+0x10/0x10
[  669.889771]  ? __hrtimer_run_queues+0x114/0x2a0
[  669.894305]  ? hrtimer_interrupt+0x108/0x230
[  669.898579]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[  669.903802]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[  669.908768]  </IRQ>
[  669.910873]  <TASK>
[  669.912980]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[  669.918295]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[  669.923779]  _raw_spin_lock+0x2d/0x40
[  669.927444]  fuse_iget+0x125/0x250
[  669.930853]  fuse_fill_super_common+0x3ae/0x4f0
[  669.935385]  ? __pfx_fuse_fill_super+0x10/0x10
[  669.939828]  fuse_fill_super+0x5e/0xb0
[  669.943582]  get_tree_nodev+0x6f/0xa0
[  669.947248]  ? fget+0x80/0xb0
[  669.950219]  fuse_get_tree+0xc6/0x1b0
[  669.953886]  vfs_get_tree+0x2e/0xf0
[  669.957379]  path_mount+0x4f0/0xb50
[  669.960871]  ? putname+0x5b/0x70
[  669.964103]  __x64_sys_mount+0x10d/0x150
[  669.968029]  x64_sys_call+0x1e1d/0x2140
[  669.971869]  do_syscall_64+0x51/0x120
[  669.975535]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  669.980587] RIP: 0033:0x7fd154f0f03e
[  669.984165] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[  670.002912] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[  670.010478] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[  670.017609] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[  670.024740] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[  670.031873] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[  670.038998] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[  670.046133]  </TASK>
[  693.743079] watchdog: BUG: soft lockup - CPU#34 stuck for 418s! [grub2-mount:4482]
[  693.750644] Modules linked in: btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[  693.826234] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  693.838305] Tainted: [L]=SOFTLOCKUP
[  693.841796] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[  693.849449] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[  693.855543] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[  693.874287] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[  693.879514] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[  693.886645] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[  693.893780] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[  693.900910] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[  693.908042] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[  693.915168] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[  693.923252] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  693.928999] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[  693.936131] PKRU: 55555554
[  693.938845] Call Trace:
[  693.941296]  <IRQ>
[  693.943319]  ? show_regs+0x6d/0x80
[  693.946722]  ? watchdog_timer_fn+0x1f8/0x280
[  693.950995]  ? __pfx_watchdog_timer_fn+0x10/0x10
[  693.955614]  ? __hrtimer_run_queues+0x114/0x2a0
[  693.960148]  ? hrtimer_interrupt+0x108/0x230
[  693.964422]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[  693.969647]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[  693.974609]  </IRQ>
[  693.976709]  <TASK>
[  693.978815]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[  693.984130]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[  693.989612]  _raw_spin_lock+0x2d/0x40
[  693.993277]  fuse_iget+0x125/0x250
[  693.996686]  fuse_fill_super_common+0x3ae/0x4f0
[  694.001218]  ? __pfx_fuse_fill_super+0x10/0x10
[  694.005662]  fuse_fill_super+0x5e/0xb0
[  694.009416]  get_tree_nodev+0x6f/0xa0
[  694.013079]  ? fget+0x80/0xb0
[  694.016053]  fuse_get_tree+0xc6/0x1b0
[  694.019721]  vfs_get_tree+0x2e/0xf0
[  694.023212]  path_mount+0x4f0/0xb50
[  694.026703]  ? putname+0x5b/0x70
[  694.029938]  __x64_sys_mount+0x10d/0x150
[  694.033864]  x64_sys_call+0x1e1d/0x2140
[  694.037700]  do_syscall_64+0x51/0x120
[  694.041369]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  694.046422] RIP: 0033:0x7fd154f0f03e
[  694.049999] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[  694.068744] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[  694.076311] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[  694.083442] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[  694.090568] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[  694.097698] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[  694.104824] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[  694.111958]  </TASK>
[  721.742397] watchdog: BUG: soft lockup - CPU#34 stuck for 444s! [grub2-mount:4482]
[  721.749969] Modules linked in: btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[  721.825560] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  721.837631] Tainted: [L]=SOFTLOCKUP
[  721.841122] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[  721.848775] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[  721.854869] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[  721.873614] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[  721.878839] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[  721.885972] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[  721.893104] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[  721.900236] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[  721.907370] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[  721.914501] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[  721.922586] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  721.928331] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[  721.935459] PKRU: 55555554
[  721.938169] Call Trace:
[  721.940622]  <IRQ>
[  721.942643]  ? show_regs+0x6d/0x80
[  721.946049]  ? watchdog_timer_fn+0x1f8/0x280
[  721.950320]  ? __pfx_watchdog_timer_fn+0x10/0x10
[  721.954940]  ? __hrtimer_run_queues+0x114/0x2a0
[  721.959474]  ? hrtimer_interrupt+0x108/0x230
[  721.963746]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[  721.968971]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[  721.973938]  </IRQ>
[  721.976043]  <TASK>
[  721.978148]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[  721.983462]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[  721.988948]  _raw_spin_lock+0x2d/0x40
[  721.992613]  fuse_iget+0x125/0x250
[  721.996018]  fuse_fill_super_common+0x3ae/0x4f0
[  722.000553]  ? __pfx_fuse_fill_super+0x10/0x10
[  722.004996]  fuse_fill_super+0x5e/0xb0
[  722.008748]  get_tree_nodev+0x6f/0xa0
[  722.012413]  ? fget+0x80/0xb0
[  722.015388]  fuse_get_tree+0xc6/0x1b0
[  722.019053]  vfs_get_tree+0x2e/0xf0
[  722.022545]  path_mount+0x4f0/0xb50
[  722.026040]  ? putname+0x5b/0x70
[  722.029273]  __x64_sys_mount+0x10d/0x150
[  722.033198]  x64_sys_call+0x1e1d/0x2140
[  722.037037]  do_syscall_64+0x51/0x120
[  722.040703]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  722.045754] RIP: 0033:0x7fd154f0f03e
[  722.049335] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[  722.068081] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[  722.075644] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[  722.082777] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[  722.089909] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[  722.097043] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[  722.104177] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[  722.111312]  </TASK>
[  727.237320] INFO: task systemd:1 blocked for more than 362 seconds.
[  727.243598]       Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  727.252498] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[  727.260322] task:systemd         state:D stack:0     pid:1     tgid:1     ppid:0      flags:0x00000002
[  727.269631] Call Trace:
[  727.272079]  <TASK>
[  727.274189]  __schedule+0x383/0xac0
[  727.277691]  ? xa_load+0x72/0xb0
[  727.280927]  schedule+0x2e/0x120
[  727.284164]  schedule_timeout+0x150/0x160
[  727.288176]  __wait_for_common+0x91/0x180
[  727.292189]  ? __pfx_schedule_timeout+0x10/0x10
[  727.296723]  wait_for_completion_state+0x25/0x40
[  727.301350]  __wait_rcu_gp+0x139/0x140
[  727.305107]  synchronize_rcu_normal.part.0+0x3d/0x60
[  727.310076]  ? __pfx_call_rcu_hurry+0x10/0x10
[  727.314434]  ? __pfx_wakeme_after_rcu+0x10/0x10
[  727.318969]  synchronize_rcu_normal+0x98/0xa0
[  727.323333]  ? srso_alias_return_thunk+0x5/0xfbef5
[  727.328127]  ? mntput_no_expire+0x53/0x260
[  727.332227]  ? srso_alias_return_thunk+0x5/0xfbef5
[  727.337020]  ? _parse_integer+0x12/0x20
[  727.340869]  synchronize_rcu+0xbf/0xd0
[  727.344621]  rcu_sync_enter+0x5c/0xe0
[  727.348287]  ? srso_alias_return_thunk+0x5/0xfbef5
[  727.353078]  ? kstrtoull+0x18/0x20
[  727.356484]  ? srso_alias_return_thunk+0x5/0xfbef5
[  727.361279]  percpu_down_write+0x24/0x180
[  727.365301]  cgroup_procs_write_start+0x6f/0x150
[  727.369927]  __cgroup_procs_write+0x5d/0x150
[  727.374208]  cgroup_procs_write+0x1b/0x30
[  727.378228]  cgroup_file_write+0x8c/0x160
[  727.382241]  kernfs_fop_write_iter+0x140/0x1d0
[  727.386697]  vfs_write+0x2fc/0x410
[  727.390115]  ksys_write+0x6b/0xf0
[  727.393438]  __x64_sys_write+0x1d/0x30
[  727.397187]  x64_sys_call+0x16b3/0x2140
[  727.401031]  do_syscall_64+0x51/0x120
[  727.404704]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  727.409755] RIP: 0033:0x7f6013cfda8f
[  727.413337] RSP: 002b:00007ffe4830b000 EFLAGS: 00000293 ORIG_RAX: 0000000000000001
[  727.420902] RAX: ffffffffffffffda RBX: 0000000000000005 RCX: 00007f6013cfda8f
[  727.428037] RDX: 0000000000000005 RSI: 00007ffe4830b1fa RDI: 0000000000000059
[  727.435174] RBP: 00007ffe4830b1fa R08: 0000000000000000 R09: 00007ffe4830b080
[  727.442306] R10: 0000000000000000 R11: 0000000000000293 R12: 0000000000000005
[  727.449440] R13: 00005579eb2b93c0 R14: 0000000000000005 R15: 00007f6013df69e0
[  727.456577]  </TASK>
[  727.458928] INFO: task systemd:2737 blocked for more than 241 seconds.
[  727.465455]       Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  727.474320] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[  727.482148] task:systemd         state:D stack:0     pid:2737  tgid:2737  ppid:1      flags:0x00000002
[  727.491457] Call Trace:
[  727.493907]  <TASK>
[  727.496011]  __schedule+0x383/0xac0
[  727.499510]  schedule+0x2e/0x120
[  727.502747]  schedule_preempt_disabled+0x19/0x30
[  727.507367]  __mutex_lock.constprop.0+0x372/0x6f0
[  727.512074]  ? __d_add+0x143/0x1d0
[  727.515490]  __mutex_lock_slowpath+0x13/0x20
[  727.519769]  mutex_lock+0x3b/0x50
[  727.523087]  cgroup_kn_lock_live+0x4b/0xe0
[  727.527188]  cgroup_mkdir+0x43/0x450
[  727.530775]  ? srso_alias_return_thunk+0x5/0xfbef5
[  727.535569]  kernfs_iop_mkdir+0x60/0x90
[  727.539417]  vfs_mkdir+0x18f/0x250
[  727.542831]  do_mkdirat+0x117/0x160
[  727.546333]  __x64_sys_mkdir+0x4d/0x70
[  727.550095]  x64_sys_call+0x1c5a/0x2140
[  727.553939]  do_syscall_64+0x51/0x120
[  727.557606]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  727.562659] RIP: 0033:0x7f31734fd62b
[  727.566238] RSP: 002b:00007ffd692d0f98 EFLAGS: 00000246 ORIG_RAX: 0000000000000053
[  727.573816] RAX: ffffffffffffffda RBX: 000055db40698510 RCX: 00007f31734fd62b
[  727.580953] RDX: 0000000000000000 RSI: 00000000000001ed RDI: 000055db406e71e0
[  727.588086] RBP: 00007ffd692d0fd0 R08: 0000000000000035 R09: 0000000000000000
[  727.595218] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000000000
[  727.602349] R13: 00000000000000a0 R14: 00007f3173a5dd0d R15: 00000000000000a0
[  727.609488]  </TASK>
[  749.741715] watchdog: BUG: soft lockup - CPU#34 stuck for 470s! [grub2-mount:4482]
[  749.749279] Modules linked in: btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[  749.824869] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  749.836939] Tainted: [L]=SOFTLOCKUP
[  749.840434] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[  749.848085] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[  749.854177] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[  749.872924] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[  749.878148] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[  749.885280] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[  749.892414] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[  749.899545] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[  749.906679] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[  749.913812] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[  749.921896] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  749.927643] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[  749.934774] PKRU: 55555554
[  749.937486] Call Trace:
[  749.939933]  <IRQ>
[  749.941952]  ? show_regs+0x6d/0x80
[  749.945356]  ? watchdog_timer_fn+0x1f8/0x280
[  749.949631]  ? __pfx_watchdog_timer_fn+0x10/0x10
[  749.954251]  ? __hrtimer_run_queues+0x114/0x2a0
[  749.958784]  ? hrtimer_interrupt+0x108/0x230
[  749.963055]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[  749.968279]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[  749.973246]  </IRQ>
[  749.975352]  <TASK>
[  749.977459]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[  749.982774]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[  749.988258]  _raw_spin_lock+0x2d/0x40
[  749.991923]  fuse_iget+0x125/0x250
[  749.995329]  fuse_fill_super_common+0x3ae/0x4f0
[  749.999861]  ? __pfx_fuse_fill_super+0x10/0x10
[  750.004305]  fuse_fill_super+0x5e/0xb0
[  750.008060]  get_tree_nodev+0x6f/0xa0
[  750.011726]  ? fget+0x80/0xb0
[  750.014698]  fuse_get_tree+0xc6/0x1b0
[  750.018362]  vfs_get_tree+0x2e/0xf0
[  750.021857]  path_mount+0x4f0/0xb50
[  750.025348]  ? putname+0x5b/0x70
[  750.028581]  __x64_sys_mount+0x10d/0x150
[  750.032508]  x64_sys_call+0x1e1d/0x2140
[  750.036347]  do_syscall_64+0x51/0x120
[  750.040013]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  750.045064] RIP: 0033:0x7fd154f0f03e
[  750.048643] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[  750.067390] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[  750.074954] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[  750.082086] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[  750.089220] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[  750.096351] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[  750.103483] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[  750.110619]  </TASK>
[  777.741033] watchdog: BUG: soft lockup - CPU#34 stuck for 496s! [grub2-mount:4482]
[  777.748606] Modules linked in: btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[  777.824193] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  777.836268] Tainted: [L]=SOFTLOCKUP
[  777.839758] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[  777.847412] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[  777.853506] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[  777.872248] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[  777.877474] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[  777.884607] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[  777.891741] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[  777.898870] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[  777.905996] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[  777.913129] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[  777.921216] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  777.926959] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[  777.934094] PKRU: 55555554
[  777.936804] Call Trace:
[  777.939251]  <IRQ>
[  777.941269]  ? show_regs+0x6d/0x80
[  777.944673]  ? watchdog_timer_fn+0x1f8/0x280
[  777.948946]  ? __pfx_watchdog_timer_fn+0x10/0x10
[  777.953566]  ? __hrtimer_run_queues+0x114/0x2a0
[  777.958101]  ? hrtimer_interrupt+0x108/0x230
[  777.962375]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[  777.967596]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[  777.972563]  </IRQ>
[  777.974667]  <TASK>
[  777.976767]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[  777.982080]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[  777.987565]  _raw_spin_lock+0x2d/0x40
[  777.991232]  fuse_iget+0x125/0x250
[  777.994638]  fuse_fill_super_common+0x3ae/0x4f0
[  777.999170]  ? __pfx_fuse_fill_super+0x10/0x10
[  778.003613]  fuse_fill_super+0x5e/0xb0
[  778.007369]  get_tree_nodev+0x6f/0xa0
[  778.011032]  ? fget+0x80/0xb0
[  778.014007]  fuse_get_tree+0xc6/0x1b0
[  778.017674]  vfs_get_tree+0x2e/0xf0
[  778.021164]  path_mount+0x4f0/0xb50
[  778.024657]  ? putname+0x5b/0x70
[  778.027891]  __x64_sys_mount+0x10d/0x150
[  778.031817]  x64_sys_call+0x1e1d/0x2140
[  778.035654]  do_syscall_64+0x51/0x120
[  778.039320]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  778.044372] RIP: 0033:0x7fd154f0f03e
[  778.047951] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[  778.066697] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[  778.074262] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[  778.081388] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[  778.088518] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[  778.095651] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[  778.102784] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[  778.109919]  </TASK>
[  805.740351] watchdog: BUG: soft lockup - CPU#34 stuck for 522s! [grub2-mount:4482]
[  805.747924] Modules linked in: btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[  805.823512] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  805.835583] Tainted: [L]=SOFTLOCKUP
[  805.839078] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[  805.846729] RIP: 0010:native_queued_spin_lock_slowpath+0x7c/0x2d0
[  805.852821] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[  805.871566] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[  805.876792] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[  805.883924] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[  805.891058] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[  805.898190] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[  805.905320] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[  805.912448] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[  805.920532] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  805.926278] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[  805.933411] PKRU: 55555554
[  805.936123] Call Trace:
[  805.938577]  <IRQ>
[  805.940596]  ? show_regs+0x6d/0x80
[  805.944002]  ? watchdog_timer_fn+0x1f8/0x280
[  805.948273]  ? __pfx_watchdog_timer_fn+0x10/0x10
[  805.952893]  ? __hrtimer_run_queues+0x114/0x2a0
[  805.957428]  ? hrtimer_interrupt+0x108/0x230
[  805.961700]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[  805.966924]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[  805.971890]  </IRQ>
[  805.973994]  <TASK>
[  805.976094]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[  805.981408]  ? native_queued_spin_lock_slowpath+0x7c/0x2d0
[  805.986892]  _raw_spin_lock+0x2d/0x40
[  805.990557]  fuse_iget+0x125/0x250
[  805.993963]  fuse_fill_super_common+0x3ae/0x4f0
[  805.998500]  ? __pfx_fuse_fill_super+0x10/0x10
[  806.002943]  fuse_fill_super+0x5e/0xb0
[  806.006695]  get_tree_nodev+0x6f/0xa0
[  806.010361]  ? fget+0x80/0xb0
[  806.013333]  fuse_get_tree+0xc6/0x1b0
[  806.016999]  vfs_get_tree+0x2e/0xf0
[  806.020491]  path_mount+0x4f0/0xb50
[  806.023982]  ? putname+0x5b/0x70
[  806.027215]  __x64_sys_mount+0x10d/0x150
[  806.031144]  x64_sys_call+0x1e1d/0x2140
[  806.034981]  do_syscall_64+0x51/0x120
[  806.038648]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  806.043698] RIP: 0033:0x7fd154f0f03e
[  806.047279] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[  806.066025] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[  806.073590] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[  806.080722] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[  806.087853] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[  806.094987] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[  806.102121] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[  806.109254]  </TASK>
[  833.739668] watchdog: BUG: soft lockup - CPU#34 stuck for 548s! [grub2-mount:4482]
[  833.747231] Modules linked in: btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[  833.822822] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  833.834891] Tainted: [L]=SOFTLOCKUP
[  833.838375] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[  833.846022] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[  833.852112] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[  833.870858] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[  833.876085] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[  833.883217] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[  833.890350] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[  833.897481] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[  833.904613] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[  833.911738] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[  833.919823] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  833.925570] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[  833.932701] PKRU: 55555554
[  833.935413] Call Trace:
[  833.937857]  <IRQ>
[  833.939869]  ? show_regs+0x6d/0x80
[  833.943276]  ? watchdog_timer_fn+0x1f8/0x280
[  833.947548]  ? __pfx_watchdog_timer_fn+0x10/0x10
[  833.952167]  ? __hrtimer_run_queues+0x114/0x2a0
[  833.956701]  ? hrtimer_interrupt+0x108/0x230
[  833.960973]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[  833.966197]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[  833.971163]  </IRQ>
[  833.973267]  <TASK>
[  833.975368]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[  833.980680]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[  833.986167]  _raw_spin_lock+0x2d/0x40
[  833.989831]  fuse_iget+0x125/0x250
[  833.993239]  fuse_fill_super_common+0x3ae/0x4f0
[  833.997770]  ? __pfx_fuse_fill_super+0x10/0x10
[  834.002215]  fuse_fill_super+0x5e/0xb0
[  834.005968]  get_tree_nodev+0x6f/0xa0
[  834.009634]  ? fget+0x80/0xb0
[  834.012607]  fuse_get_tree+0xc6/0x1b0
[  834.016273]  vfs_get_tree+0x2e/0xf0
[  834.019763]  path_mount+0x4f0/0xb50
[  834.023256]  ? putname+0x5b/0x70
[  834.026490]  __x64_sys_mount+0x10d/0x150
[  834.030416]  x64_sys_call+0x1e1d/0x2140
[  834.034255]  do_syscall_64+0x51/0x120
[  834.037922]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  834.042975] RIP: 0033:0x7fd154f0f03e
[  834.046553] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[  834.065298] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[  834.072863] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[  834.079996] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[  834.087128] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[  834.094259] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[  834.101383] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[  834.108514]  </TASK>
[  848.066376] INFO: task systemd:1 blocked for more than 483 seconds.
[  848.072659]       Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  848.081531] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[  848.089357] task:systemd         state:D stack:0     pid:1     tgid:1     ppid:0      flags:0x00000002
[  848.098665] Call Trace:
[  848.101114]  <TASK>
[  848.103225]  __schedule+0x383/0xac0
[  848.106724]  ? xa_load+0x72/0xb0
[  848.109954]  schedule+0x2e/0x120
[  848.113188]  schedule_timeout+0x150/0x160
[  848.117205]  __wait_for_common+0x91/0x180
[  848.121223]  ? __pfx_schedule_timeout+0x10/0x10
[  848.125758]  wait_for_completion_state+0x25/0x40
[  848.130386]  __wait_rcu_gp+0x139/0x140
[  848.134141]  synchronize_rcu_normal.part.0+0x3d/0x60
[  848.139110]  ? __pfx_call_rcu_hurry+0x10/0x10
[  848.143469]  ? __pfx_wakeme_after_rcu+0x10/0x10
[  848.148004]  synchronize_rcu_normal+0x98/0xa0
[  848.152362]  ? srso_alias_return_thunk+0x5/0xfbef5
[  848.157163]  ? mntput_no_expire+0x53/0x260
[  848.161271]  ? srso_alias_return_thunk+0x5/0xfbef5
[  848.166063]  ? _parse_integer+0x12/0x20
[  848.169912]  synchronize_rcu+0xbf/0xd0
[  848.173665]  rcu_sync_enter+0x5c/0xe0
[  848.177331]  ? srso_alias_return_thunk+0x5/0xfbef5
[  848.182131]  ? kstrtoull+0x18/0x20
[  848.185536]  ? srso_alias_return_thunk+0x5/0xfbef5
[  848.190328]  percpu_down_write+0x24/0x180
[  848.194343]  cgroup_procs_write_start+0x6f/0x150
[  848.198970]  __cgroup_procs_write+0x5d/0x150
[  848.203253]  cgroup_procs_write+0x1b/0x30
[  848.207273]  cgroup_file_write+0x8c/0x160
[  848.211292]  kernfs_fop_write_iter+0x140/0x1d0
[  848.215739]  vfs_write+0x2fc/0x410
[  848.219154]  ksys_write+0x6b/0xf0
[  848.222474]  __x64_sys_write+0x1d/0x30
[  848.226223]  x64_sys_call+0x16b3/0x2140
[  848.230064]  do_syscall_64+0x51/0x120
[  848.233732]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  848.238791] RIP: 0033:0x7f6013cfda8f
[  848.242371] RSP: 002b:00007ffe4830b000 EFLAGS: 00000293 ORIG_RAX: 0000000000000001
[  848.249936] RAX: ffffffffffffffda RBX: 0000000000000005 RCX: 00007f6013cfda8f
[  848.257072] RDX: 0000000000000005 RSI: 00007ffe4830b1fa RDI: 0000000000000059
[  848.264212] RBP: 00007ffe4830b1fa R08: 0000000000000000 R09: 00007ffe4830b080
[  848.271341] R10: 0000000000000000 R11: 0000000000000293 R12: 0000000000000005
[  848.278476] R13: 00005579eb2b93c0 R14: 0000000000000005 R15: 00007f6013df69e0
[  848.285611]  </TASK>
[  848.287954] INFO: task systemd:2737 blocked for more than 362 seconds.
[  848.294483]       Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  848.303346] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[  848.311173] task:systemd         state:D stack:0     pid:2737  tgid:2737  ppid:1      flags:0x00000002
[  848.320475] Call Trace:
[  848.322926]  <TASK>
[  848.325030]  __schedule+0x383/0xac0
[  848.328524]  schedule+0x2e/0x120
[  848.331756]  schedule_preempt_disabled+0x19/0x30
[  848.336375]  __mutex_lock.constprop.0+0x372/0x6f0
[  848.341083]  ? __d_add+0x143/0x1d0
[  848.344496]  __mutex_lock_slowpath+0x13/0x20
[  848.348770]  mutex_lock+0x3b/0x50
[  848.352088]  cgroup_kn_lock_live+0x4b/0xe0
[  848.356186]  cgroup_mkdir+0x43/0x450
[  848.359767]  ? srso_alias_return_thunk+0x5/0xfbef5
[  848.364558]  kernfs_iop_mkdir+0x60/0x90
[  848.368399]  vfs_mkdir+0x18f/0x250
[  848.371812]  do_mkdirat+0x117/0x160
[  848.375307]  __x64_sys_mkdir+0x4d/0x70
[  848.379070]  x64_sys_call+0x1c5a/0x2140
[  848.382913]  do_syscall_64+0x51/0x120
[  848.386581]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  848.391632] RIP: 0033:0x7f31734fd62b
[  848.395212] RSP: 002b:00007ffd692d0f98 EFLAGS: 00000246 ORIG_RAX: 0000000000000053
[  848.402777] RAX: ffffffffffffffda RBX: 000055db40698510 RCX: 00007f31734fd62b
[  848.409911] RDX: 0000000000000000 RSI: 00000000000001ed RDI: 000055db406e71e0
[  848.417044] RBP: 00007ffd692d0fd0 R08: 0000000000000035 R09: 0000000000000000
[  848.424173] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000000000
[  848.431307] R13: 00000000000000a0 R14: 00007f3173a5dd0d R15: 00000000000000a0
[  848.438446]  </TASK>
[  850.046309] rcu: INFO: rcu_preempt self-detected stall on CPU
[  850.052066] rcu: 	34-....: (148170 ticks this GP) idle=6724/1/0x4000000000000000 softirq=785/785 fqs=74162
[  850.061714] rcu: 	(t=150262 jiffies g=7337 q=74854 ncpus=128)
[  850.067459] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  850.079530] Tainted: [L]=SOFTLOCKUP
[  850.083020] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[  850.090674] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[  850.096774] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[  850.115519] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[  850.120745] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[  850.127878] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[  850.135009] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[  850.142142] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[  850.149276] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[  850.156409] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[  850.164493] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  850.170240] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[  850.177373] PKRU: 55555554
[  850.180084] Call Trace:
[  850.182536]  <IRQ>
[  850.184559]  ? show_regs+0x6d/0x80
[  850.187964]  ? dump_cpu_task+0x6b/0x80
[  850.191716]  ? rcu_dump_cpu_stacks+0xa4/0x100
[  850.196076]  ? rcu_sched_clock_irq+0x6b4/0x10c0
[  850.200608]  ? srso_alias_return_thunk+0x5/0xfbef5
[  850.205400]  ? __cgroup_account_cputime_field+0x3f/0x60
[  850.210624]  ? srso_alias_return_thunk+0x5/0xfbef5
[  850.215419]  ? account_system_index_time+0x95/0xb0
[  850.220213]  ? update_process_times+0x74/0xc0
[  850.224569]  ? tick_nohz_handler+0x9b/0x150
[  850.228755]  ? __pfx_tick_nohz_handler+0x10/0x10
[  850.233375]  ? __hrtimer_run_queues+0x114/0x2a0
[  850.237910]  ? hrtimer_interrupt+0x108/0x230
[  850.242179]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[  850.247407]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[  850.252370]  </IRQ>
[  850.254478]  <TASK>
[  850.256583]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[  850.261898]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[  850.267383]  _raw_spin_lock+0x2d/0x40
[  850.271047]  fuse_iget+0x125/0x250
[  850.274453]  fuse_fill_super_common+0x3ae/0x4f0
[  850.278989]  ? __pfx_fuse_fill_super+0x10/0x10
[  850.283432]  fuse_fill_super+0x5e/0xb0
[  850.287185]  get_tree_nodev+0x6f/0xa0
[  850.290849]  ? fget+0x80/0xb0
[  850.293822]  fuse_get_tree+0xc6/0x1b0
[  850.297490]  vfs_get_tree+0x2e/0xf0
[  850.300983]  path_mount+0x4f0/0xb50
[  850.304475]  ? putname+0x5b/0x70
[  850.307707]  __x64_sys_mount+0x10d/0x150
[  850.311634]  x64_sys_call+0x1e1d/0x2140
[  850.315472]  do_syscall_64+0x51/0x120
[  850.319139]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  850.324190] RIP: 0033:0x7fd154f0f03e
[  850.327768] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[  850.346516] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[  850.354081] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[  850.361213] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[  850.368346] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[  850.375477] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[  850.382611] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[  850.389744]  </TASK>
[  877.738606] watchdog: BUG: soft lockup - CPU#34 stuck for 589s! [grub2-mount:4482]
[  877.746174] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[  877.822137] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  877.834208] Tainted: [L]=SOFTLOCKUP
[  877.837700] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[  877.845352] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[  877.851446] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[  877.870191] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[  877.875417] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[  877.882550] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[  877.889681] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[  877.896815] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[  877.903947] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[  877.911081] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[  877.919166] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  877.924911] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[  877.932042] PKRU: 55555554
[  877.934756] Call Trace:
[  877.937208]  <IRQ>
[  877.939228]  ? show_regs+0x6d/0x80
[  877.942633]  ? watchdog_timer_fn+0x1f8/0x280
[  877.946906]  ? __pfx_watchdog_timer_fn+0x10/0x10
[  877.951526]  ? __hrtimer_run_queues+0x114/0x2a0
[  877.956059]  ? hrtimer_interrupt+0x108/0x230
[  877.960333]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[  877.965558]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[  877.970521]  </IRQ>
[  877.972628]  <TASK>
[  877.974735]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[  877.980048]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[  877.985535]  _raw_spin_lock+0x2d/0x40
[  877.989198]  fuse_iget+0x125/0x250
[  877.992608]  fuse_fill_super_common+0x3ae/0x4f0
[  877.997139]  ? __pfx_fuse_fill_super+0x10/0x10
[  878.001583]  fuse_fill_super+0x5e/0xb0
[  878.005336]  get_tree_nodev+0x6f/0xa0
[  878.009002]  ? fget+0x80/0xb0
[  878.011975]  fuse_get_tree+0xc6/0x1b0
[  878.015642]  vfs_get_tree+0x2e/0xf0
[  878.019131]  path_mount+0x4f0/0xb50
[  878.022625]  ? putname+0x5b/0x70
[  878.025860]  __x64_sys_mount+0x10d/0x150
[  878.029785]  x64_sys_call+0x1e1d/0x2140
[  878.033624]  do_syscall_64+0x51/0x120
[  878.037288]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  878.042342] RIP: 0033:0x7fd154f0f03e
[  878.045921] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[  878.064666] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[  878.072232] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[  878.079364] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[  878.086496] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[  878.093631] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[  878.100762] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[  878.107898]  </TASK>
[  905.737958] watchdog: BUG: soft lockup - CPU#34 stuck for 615s! [grub2-mount:4482]
[  905.745526] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[  905.821462] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  905.833532] Tainted: [L]=SOFTLOCKUP
[  905.837026] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[  905.844676] RIP: 0010:native_queued_spin_lock_slowpath+0x7c/0x2d0
[  905.850769] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[  905.869514] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[  905.874739] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[  905.881865] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[  905.888996] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[  905.896121] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[  905.903254] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[  905.910386] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[  905.918473] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  905.924217] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[  905.931342] PKRU: 55555554
[  905.934054] Call Trace:
[  905.936505]  <IRQ>
[  905.938518]  ? show_regs+0x6d/0x80
[  905.941925]  ? watchdog_timer_fn+0x1f8/0x280
[  905.946196]  ? __pfx_watchdog_timer_fn+0x10/0x10
[  905.950816]  ? __hrtimer_run_queues+0x114/0x2a0
[  905.955349]  ? hrtimer_interrupt+0x108/0x230
[  905.959620]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[  905.964848]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[  905.969813]  </IRQ>
[  905.971917]  <TASK>
[  905.974025]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[  905.979340]  ? native_queued_spin_lock_slowpath+0x7c/0x2d0
[  905.984823]  _raw_spin_lock+0x2d/0x40
[  905.988488]  fuse_iget+0x125/0x250
[  905.991896]  fuse_fill_super_common+0x3ae/0x4f0
[  905.996430]  ? __pfx_fuse_fill_super+0x10/0x10
[  906.000871]  fuse_fill_super+0x5e/0xb0
[  906.004626]  get_tree_nodev+0x6f/0xa0
[  906.008292]  ? fget+0x80/0xb0
[  906.011264]  fuse_get_tree+0xc6/0x1b0
[  906.014929]  vfs_get_tree+0x2e/0xf0
[  906.018423]  path_mount+0x4f0/0xb50
[  906.021916]  ? putname+0x5b/0x70
[  906.025150]  __x64_sys_mount+0x10d/0x150
[  906.029074]  x64_sys_call+0x1e1d/0x2140
[  906.032913]  do_syscall_64+0x51/0x120
[  906.036580]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  906.041629] RIP: 0033:0x7fd154f0f03e
[  906.045211] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[  906.063954] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[  906.071520] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[  906.078646] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[  906.085778] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[  906.092911] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[  906.100040] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[  906.107169]  </TASK>
[  933.737311] watchdog: BUG: soft lockup - CPU#34 stuck for 641s! [grub2-mount:4482]
[  933.744885] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[  933.820827] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  933.832900] Tainted: [L]=SOFTLOCKUP
[  933.836392] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[  933.844047] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[  933.850136] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[  933.868882] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[  933.874110] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[  933.881242] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[  933.888373] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[  933.895504] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[  933.902631] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[  933.909762] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[  933.917848] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  933.923592] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[  933.930727] PKRU: 55555554
[  933.933440] Call Trace:
[  933.935894]  <IRQ>
[  933.937912]  ? show_regs+0x6d/0x80
[  933.941316]  ? watchdog_timer_fn+0x1f8/0x280
[  933.945590]  ? __pfx_watchdog_timer_fn+0x10/0x10
[  933.950210]  ? __hrtimer_run_queues+0x114/0x2a0
[  933.954743]  ? hrtimer_interrupt+0x108/0x230
[  933.959015]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[  933.964239]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[  933.969207]  </IRQ>
[  933.971313]  <TASK>
[  933.973416]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[  933.978732]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[  933.984217]  _raw_spin_lock+0x2d/0x40
[  933.987880]  fuse_iget+0x125/0x250
[  933.991290]  fuse_fill_super_common+0x3ae/0x4f0
[  933.995821]  ? __pfx_fuse_fill_super+0x10/0x10
[  934.000266]  fuse_fill_super+0x5e/0xb0
[  934.004018]  get_tree_nodev+0x6f/0xa0
[  934.007685]  ? fget+0x80/0xb0
[  934.010659]  fuse_get_tree+0xc6/0x1b0
[  934.014323]  vfs_get_tree+0x2e/0xf0
[  934.017815]  path_mount+0x4f0/0xb50
[  934.021308]  ? putname+0x5b/0x70
[  934.024542]  __x64_sys_mount+0x10d/0x150
[  934.028468]  x64_sys_call+0x1e1d/0x2140
[  934.032305]  do_syscall_64+0x51/0x120
[  934.035972]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  934.041023] RIP: 0033:0x7fd154f0f03e
[  934.044605] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[  934.063350] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[  934.070914] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[  934.078048] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[  934.085180] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[  934.092311] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[  934.099445] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[  934.106582]  </TASK>
[  961.736701] watchdog: BUG: soft lockup - CPU#34 stuck for 667s! [grub2-mount:4482]
[  961.744269] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[  961.820205] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  961.832274] Tainted: [L]=SOFTLOCKUP
[  961.835766] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[  961.843412] RIP: 0010:native_queued_spin_lock_slowpath+0x7c/0x2d0
[  961.849505] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[  961.868250] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[  961.873473] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[  961.880597] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[  961.887733] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[  961.894862] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[  961.901986] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[  961.909121] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[  961.917205] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  961.922953] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[  961.930084] PKRU: 55555554
[  961.932796] Call Trace:
[  961.935249]  <IRQ>
[  961.937270]  ? show_regs+0x6d/0x80
[  961.940673]  ? watchdog_timer_fn+0x1f8/0x280
[  961.944948]  ? __pfx_watchdog_timer_fn+0x10/0x10
[  961.949566]  ? __hrtimer_run_queues+0x114/0x2a0
[  961.954099]  ? hrtimer_interrupt+0x108/0x230
[  961.958374]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[  961.963598]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[  961.968564]  </IRQ>
[  961.970667]  <TASK>
[  961.972768]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[  961.978081]  ? native_queued_spin_lock_slowpath+0x7c/0x2d0
[  961.983564]  _raw_spin_lock+0x2d/0x40
[  961.987232]  fuse_iget+0x125/0x250
[  961.990639]  fuse_fill_super_common+0x3ae/0x4f0
[  961.995172]  ? __pfx_fuse_fill_super+0x10/0x10
[  961.999614]  fuse_fill_super+0x5e/0xb0
[  962.003366]  get_tree_nodev+0x6f/0xa0
[  962.007032]  ? fget+0x80/0xb0
[  962.010008]  fuse_get_tree+0xc6/0x1b0
[  962.013673]  vfs_get_tree+0x2e/0xf0
[  962.017164]  path_mount+0x4f0/0xb50
[  962.020658]  ? putname+0x5b/0x70
[  962.023892]  __x64_sys_mount+0x10d/0x150
[  962.027818]  x64_sys_call+0x1e1d/0x2140
[  962.031653]  do_syscall_64+0x51/0x120
[  962.035322]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  962.040372] RIP: 0033:0x7fd154f0f03e
[  962.043954] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[  962.062698] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[  962.070264] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[  962.077395] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[  962.084527] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[  962.091661] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[  962.098793] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[  962.105931]  </TASK>
[  968.895609] INFO: task systemd:1 blocked for more than 604 seconds.
[  968.901892]       Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  968.910767] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[  968.918599] task:systemd         state:D stack:0     pid:1     tgid:1     ppid:0      flags:0x00000002
[  968.927905] Call Trace:
[  968.930355]  <TASK>
[  968.932466]  __schedule+0x383/0xac0
[  968.935967]  ? xa_load+0x72/0xb0
[  968.939204]  schedule+0x2e/0x120
[  968.942440]  schedule_timeout+0x150/0x160
[  968.946455]  __wait_for_common+0x91/0x180
[  968.950473]  ? __pfx_schedule_timeout+0x10/0x10
[  968.955006]  wait_for_completion_state+0x25/0x40
[  968.959627]  __wait_rcu_gp+0x139/0x140
[  968.963384]  synchronize_rcu_normal.part.0+0x3d/0x60
[  968.968353]  ? __pfx_call_rcu_hurry+0x10/0x10
[  968.972712]  ? __pfx_wakeme_after_rcu+0x10/0x10
[  968.977244]  synchronize_rcu_normal+0x98/0xa0
[  968.981603]  ? srso_alias_return_thunk+0x5/0xfbef5
[  968.986395]  ? mntput_no_expire+0x53/0x260
[  968.990504]  ? srso_alias_return_thunk+0x5/0xfbef5
[  968.995296]  ? _parse_integer+0x12/0x20
[  968.999144]  synchronize_rcu+0xbf/0xd0
[  969.002896]  rcu_sync_enter+0x5c/0xe0
[  969.006562]  ? srso_alias_return_thunk+0x5/0xfbef5
[  969.011356]  ? kstrtoull+0x18/0x20
[  969.014768]  ? srso_alias_return_thunk+0x5/0xfbef5
[  969.019563]  percpu_down_write+0x24/0x180
[  969.023583]  cgroup_procs_write_start+0x6f/0x150
[  969.028201]  __cgroup_procs_write+0x5d/0x150
[  969.032477]  cgroup_procs_write+0x1b/0x30
[  969.036496]  cgroup_file_write+0x8c/0x160
[  969.040519]  kernfs_fop_write_iter+0x140/0x1d0
[  969.044972]  vfs_write+0x2fc/0x410
[  969.048390]  ksys_write+0x6b/0xf0
[  969.051717]  __x64_sys_write+0x1d/0x30
[  969.055471]  x64_sys_call+0x16b3/0x2140
[  969.059315]  do_syscall_64+0x51/0x120
[  969.062981]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  969.068033] RIP: 0033:0x7f6013cfda8f
[  969.071614] RSP: 002b:00007ffe4830b000 EFLAGS: 00000293 ORIG_RAX: 0000000000000001
[  969.079189] RAX: ffffffffffffffda RBX: 0000000000000005 RCX: 00007f6013cfda8f
[  969.086329] RDX: 0000000000000005 RSI: 00007ffe4830b1fa RDI: 0000000000000059
[  969.093460] RBP: 00007ffe4830b1fa R08: 0000000000000000 R09: 00007ffe4830b080
[  969.100592] R10: 0000000000000000 R11: 0000000000000293 R12: 0000000000000005
[  969.107725] R13: 00005579eb2b93c0 R14: 0000000000000005 R15: 00007f6013df69e0
[  969.114861]  </TASK>
[  969.117149] INFO: task kworker/16:1:854 blocked for more than 120 seconds.
[  969.124132]       Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  969.132997] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[  969.140821] task:kworker/16:1    state:D stack:0     pid:854   tgid:854   ppid:2      flags:0x00004000
[  969.150123] Workqueue: events do_free_init
[  969.154228] Call Trace:
[  969.156681]  <TASK>
[  969.158785]  __schedule+0x383/0xac0
[  969.162282]  schedule+0x2e/0x120
[  969.165520]  schedule_timeout+0x150/0x160
[  969.169536]  __wait_for_common+0x91/0x180
[  969.173548]  ? __pfx_schedule_timeout+0x10/0x10
[  969.178081]  wait_for_completion_state+0x25/0x40
[  969.182708]  __wait_rcu_gp+0x139/0x140
[  969.186461]  synchronize_rcu_normal.part.0+0x3d/0x60
[  969.191433]  ? __pfx_call_rcu_hurry+0x10/0x10
[  969.195795]  ? __pfx_wakeme_after_rcu+0x10/0x10
[  969.200328]  synchronize_rcu_normal+0x98/0xa0
[  969.204695]  ? srso_alias_return_thunk+0x5/0xfbef5
[  969.209487]  synchronize_rcu+0xbf/0xd0
[  969.213239]  do_free_init+0x1e/0x60
[  969.216733]  process_one_work+0x17b/0x3b0
[  969.220752]  ? __pfx_worker_thread+0x10/0x10
[  969.225027]  worker_thread+0x2a0/0x3a0
[  969.228788]  ? __pfx_worker_thread+0x10/0x10
[  969.233067]  kthread+0xe8/0x120
[  969.236214]  ? __pfx_kthread+0x10/0x10
[  969.239968]  ret_from_fork+0x40/0x60
[  969.243551]  ? __pfx_kthread+0x10/0x10
[  969.247306]  ret_from_fork_asm+0x1a/0x30
[  969.251235]  </TASK>
[  969.253490] INFO: task systemd:2737 blocked for more than 483 seconds.
[  969.260022]       Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  969.268889] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[  969.276711] task:systemd         state:D stack:0     pid:2737  tgid:2737  ppid:1      flags:0x00000002
[  969.286010] Call Trace:
[  969.288465]  <TASK>
[  969.290565]  __schedule+0x383/0xac0
[  969.294065]  schedule+0x2e/0x120
[  969.297304]  schedule_preempt_disabled+0x19/0x30
[  969.301921]  __mutex_lock.constprop.0+0x372/0x6f0
[  969.306630]  ? __d_add+0x143/0x1d0
[  969.310043]  __mutex_lock_slowpath+0x13/0x20
[  969.314316]  mutex_lock+0x3b/0x50
[  969.317636]  cgroup_kn_lock_live+0x4b/0xe0
[  969.321743]  cgroup_mkdir+0x43/0x450
[  969.325322]  ? srso_alias_return_thunk+0x5/0xfbef5
[  969.330117]  kernfs_iop_mkdir+0x60/0x90
[  969.333962]  vfs_mkdir+0x18f/0x250
[  969.337370]  do_mkdirat+0x117/0x160
[  969.340871]  __x64_sys_mkdir+0x4d/0x70
[  969.344622]  x64_sys_call+0x1c5a/0x2140
[  969.348460]  do_syscall_64+0x51/0x120
[  969.352127]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  969.357181] RIP: 0033:0x7f31734fd62b
[  969.360758] RSP: 002b:00007ffd692d0f98 EFLAGS: 00000246 ORIG_RAX: 0000000000000053
[  969.368325] RAX: ffffffffffffffda RBX: 000055db40698510 RCX: 00007f31734fd62b
[  969.375457] RDX: 0000000000000000 RSI: 00000000000001ed RDI: 000055db406e71e0
[  969.382589] RBP: 00007ffd692d0fd0 R08: 0000000000000035 R09: 0000000000000000
[  969.389723] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000000000
[  969.396853] R13: 00000000000000a0 R14: 00007f3173a5dd0d R15: 00000000000000a0
[  969.403992]  </TASK>
[  969.406185] Future hung task reports are suppressed, see sysctl kernel.hung_task_warnings
[  989.736091] watchdog: BUG: soft lockup - CPU#34 stuck for 693s! [grub2-mount:4482]
[  989.743658] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[  989.819596] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  989.831666] Tainted: [L]=SOFTLOCKUP
[  989.835157] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[  989.842801] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[  989.848895] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[  989.867640] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[  989.872867] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[  989.879999] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[  989.887133] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[  989.894264] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[  989.901397] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[  989.908529] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[  989.916613] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  989.922359] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[  989.929492] PKRU: 55555554
[  989.932206] Call Trace:
[  989.934657]  <IRQ>
[  989.936679]  ? show_regs+0x6d/0x80
[  989.940082]  ? watchdog_timer_fn+0x1f8/0x280
[  989.944356]  ? __pfx_watchdog_timer_fn+0x10/0x10
[  989.948977]  ? __hrtimer_run_queues+0x114/0x2a0
[  989.953508]  ? hrtimer_interrupt+0x108/0x230
[  989.957781]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[  989.963007]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[  989.967970]  </IRQ>
[  989.970069]  <TASK>
[  989.972177]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[  989.977489]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[  989.982976]  _raw_spin_lock+0x2d/0x40
[  989.986640]  fuse_iget+0x125/0x250
[  989.990048]  fuse_fill_super_common+0x3ae/0x4f0
[  989.994582]  ? __pfx_fuse_fill_super+0x10/0x10
[  989.999022]  fuse_fill_super+0x5e/0xb0
[  990.002778]  get_tree_nodev+0x6f/0xa0
[  990.006443]  ? fget+0x80/0xb0
[  990.009417]  fuse_get_tree+0xc6/0x1b0
[  990.013080]  vfs_get_tree+0x2e/0xf0
[  990.016572]  path_mount+0x4f0/0xb50
[  990.020065]  ? putname+0x5b/0x70
[  990.023299]  __x64_sys_mount+0x10d/0x150
[  990.027224]  x64_sys_call+0x1e1d/0x2140
[  990.031064]  do_syscall_64+0x51/0x120
[  990.034728]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  990.039783] RIP: 0033:0x7fd154f0f03e
[  990.043362] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[  990.062107] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[  990.069671] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[  990.076804] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[  990.083936] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[  990.091068] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[  990.098201] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[  990.105336]  </TASK>
[ 1017.735407] watchdog: BUG: soft lockup - CPU#34 stuck for 719s! [grub2-mount:4482]
[ 1017.742980] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 1017.818917] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 1017.830988] Tainted: [L]=SOFTLOCKUP
[ 1017.834479] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 1017.842133] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1017.848225] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 1017.866970] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 1017.872197] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 1017.879329] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 1017.886460] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 1017.893593] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 1017.900728] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 1017.907859] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 1017.915945] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1017.921689] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 1017.928822] PKRU: 55555554
[ 1017.931533] Call Trace:
[ 1017.933979]  <IRQ>
[ 1017.935999]  ? show_regs+0x6d/0x80
[ 1017.939403]  ? watchdog_timer_fn+0x1f8/0x280
[ 1017.943676]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 1017.948298]  ? __hrtimer_run_queues+0x114/0x2a0
[ 1017.952829]  ? hrtimer_interrupt+0x108/0x230
[ 1017.957102]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 1017.962326]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 1017.967291]  </IRQ>
[ 1017.969390]  <TASK>
[ 1017.971496]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 1017.976812]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1017.982297]  _raw_spin_lock+0x2d/0x40
[ 1017.985960]  fuse_iget+0x125/0x250
[ 1017.989366]  fuse_fill_super_common+0x3ae/0x4f0
[ 1017.993902]  ? __pfx_fuse_fill_super+0x10/0x10
[ 1017.998344]  fuse_fill_super+0x5e/0xb0
[ 1018.002097]  get_tree_nodev+0x6f/0xa0
[ 1018.005763]  ? fget+0x80/0xb0
[ 1018.008738]  fuse_get_tree+0xc6/0x1b0
[ 1018.012403]  vfs_get_tree+0x2e/0xf0
[ 1018.015896]  path_mount+0x4f0/0xb50
[ 1018.019388]  ? putname+0x5b/0x70
[ 1018.022622]  __x64_sys_mount+0x10d/0x150
[ 1018.026545]  x64_sys_call+0x1e1d/0x2140
[ 1018.030383]  do_syscall_64+0x51/0x120
[ 1018.034052]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 1018.039102] RIP: 0033:0x7fd154f0f03e
[ 1018.042684] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 1018.061429] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 1018.068992] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 1018.076126] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 1018.083257] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 1018.090384] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 1018.097515] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 1018.104650]  </TASK>
[ 1030.390136] rcu: INFO: rcu_preempt self-detected stall on CPU
[ 1030.395883] rcu: 	34-....: (192620 ticks this GP) idle=6724/1/0x4000000000000000 softirq=785/785 fqs=96399
[ 1030.405532] rcu: 	(t=195349 jiffies g=7337 q=80568 ncpus=128)
[ 1030.411277] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 1030.423346] Tainted: [L]=SOFTLOCKUP
[ 1030.426839] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 1030.434492] RIP: 0010:native_queued_spin_lock_slowpath+0x7c/0x2d0
[ 1030.440583] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[ 1030.459328] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 1030.464555] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 1030.471687] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 1030.478820] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 1030.485953] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 1030.493084] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 1030.500218] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 1030.508302] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1030.514050] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 1030.521184] PKRU: 55555554
[ 1030.523895] Call Trace:
[ 1030.526348]  <IRQ>
[ 1030.528368]  ? show_regs+0x6d/0x80
[ 1030.531771]  ? dump_cpu_task+0x6b/0x80
[ 1030.535523]  ? rcu_dump_cpu_stacks+0xa4/0x100
[ 1030.539885]  ? rcu_sched_clock_irq+0x6b4/0x10c0
[ 1030.544420]  ? srso_alias_return_thunk+0x5/0xfbef5
[ 1030.549217]  ? __cgroup_account_cputime_field+0x3f/0x60
[ 1030.554444]  ? srso_alias_return_thunk+0x5/0xfbef5
[ 1030.559235]  ? account_system_index_time+0x95/0xb0
[ 1030.564030]  ? update_process_times+0x74/0xc0
[ 1030.568389]  ? tick_nohz_handler+0x9b/0x150
[ 1030.572572]  ? __pfx_tick_nohz_handler+0x10/0x10
[ 1030.577192]  ? __hrtimer_run_queues+0x114/0x2a0
[ 1030.581726]  ? hrtimer_interrupt+0x108/0x230
[ 1030.585999]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 1030.591224]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 1030.596188]  </IRQ>
[ 1030.598287]  <TASK>
[ 1030.600394]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 1030.605707]  ? native_queued_spin_lock_slowpath+0x7c/0x2d0
[ 1030.611194]  _raw_spin_lock+0x2d/0x40
[ 1030.614858]  fuse_iget+0x125/0x250
[ 1030.618264]  fuse_fill_super_common+0x3ae/0x4f0
[ 1030.622796]  ? __pfx_fuse_fill_super+0x10/0x10
[ 1030.627242]  fuse_fill_super+0x5e/0xb0
[ 1030.630995]  get_tree_nodev+0x6f/0xa0
[ 1030.634658]  ? fget+0x80/0xb0
[ 1030.637634]  fuse_get_tree+0xc6/0x1b0
[ 1030.641299]  vfs_get_tree+0x2e/0xf0
[ 1030.644793]  path_mount+0x4f0/0xb50
[ 1030.648284]  ? putname+0x5b/0x70
[ 1030.651517]  __x64_sys_mount+0x10d/0x150
[ 1030.655443]  x64_sys_call+0x1e1d/0x2140
[ 1030.659283]  do_syscall_64+0x51/0x120
[ 1030.662948]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 1030.668001] RIP: 0033:0x7fd154f0f03e
[ 1030.671581] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 1030.690323] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 1030.697891] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 1030.705024] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 1030.712154] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 1030.719287] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 1030.726421] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 1030.733554]  </TASK>
[ 1057.734430] watchdog: BUG: soft lockup - CPU#34 stuck for 757s! [grub2-mount:4482]
[ 1057.741999] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 1057.817937] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 1057.830006] Tainted: [L]=SOFTLOCKUP
[ 1057.833497] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 1057.841149] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1057.847242] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 1057.865989] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 1057.871216] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 1057.878347] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 1057.885481] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 1057.892613] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 1057.899743] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 1057.906878] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 1057.914961] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1057.920707] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 1057.927842] PKRU: 55555554
[ 1057.930551] Call Trace:
[ 1057.932999]  <IRQ>
[ 1057.935017]  ? show_regs+0x6d/0x80
[ 1057.938423]  ? watchdog_timer_fn+0x1f8/0x280
[ 1057.942696]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 1057.947314]  ? __hrtimer_run_queues+0x114/0x2a0
[ 1057.951847]  ? hrtimer_interrupt+0x108/0x230
[ 1057.956120]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 1057.961345]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 1057.966311]  </IRQ>
[ 1057.968417]  <TASK>
[ 1057.970524]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 1057.975839]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1057.981323]  _raw_spin_lock+0x2d/0x40
[ 1057.984988]  fuse_iget+0x125/0x250
[ 1057.988394]  fuse_fill_super_common+0x3ae/0x4f0
[ 1057.992929]  ? __pfx_fuse_fill_super+0x10/0x10
[ 1057.997370]  fuse_fill_super+0x5e/0xb0
[ 1058.001124]  get_tree_nodev+0x6f/0xa0
[ 1058.004788]  ? fget+0x80/0xb0
[ 1058.007763]  fuse_get_tree+0xc6/0x1b0
[ 1058.011428]  vfs_get_tree+0x2e/0xf0
[ 1058.014922]  path_mount+0x4f0/0xb50
[ 1058.018414]  ? putname+0x5b/0x70
[ 1058.021647]  __x64_sys_mount+0x10d/0x150
[ 1058.025575]  x64_sys_call+0x1e1d/0x2140
[ 1058.029411]  do_syscall_64+0x51/0x120
[ 1058.033079]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 1058.038130] RIP: 0033:0x7fd154f0f03e
[ 1058.041710] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 1058.060453] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 1058.068022] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 1058.075154] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 1058.082284] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 1058.089417] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 1058.096549] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 1058.103685]  </TASK>
[ 1085.733752] watchdog: BUG: soft lockup - CPU#34 stuck for 783s! [grub2-mount:4482]
[ 1085.741320] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 1085.817256] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 1085.829328] Tainted: [L]=SOFTLOCKUP
[ 1085.832821] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 1085.840472] RIP: 0010:native_queued_spin_lock_slowpath+0x7c/0x2d0
[ 1085.846565] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[ 1085.865309] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 1085.870534] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 1085.877668] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 1085.884800] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 1085.891934] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 1085.899066] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 1085.906196] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 1085.914285] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1085.920030] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 1085.927161] PKRU: 55555554
[ 1085.929873] Call Trace:
[ 1085.932317]  <IRQ>
[ 1085.934339]  ? show_regs+0x6d/0x80
[ 1085.937743]  ? watchdog_timer_fn+0x1f8/0x280
[ 1085.942017]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 1085.946635]  ? __hrtimer_run_queues+0x114/0x2a0
[ 1085.951171]  ? hrtimer_interrupt+0x108/0x230
[ 1085.955442]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 1085.960665]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 1085.965630]  </IRQ>
[ 1085.967727]  <TASK>
[ 1085.969828]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 1085.975142]  ? native_queued_spin_lock_slowpath+0x7c/0x2d0
[ 1085.980627]  _raw_spin_lock+0x2d/0x40
[ 1085.984292]  fuse_iget+0x125/0x250
[ 1085.987699]  fuse_fill_super_common+0x3ae/0x4f0
[ 1085.992230]  ? __pfx_fuse_fill_super+0x10/0x10
[ 1085.996674]  fuse_fill_super+0x5e/0xb0
[ 1086.000427]  get_tree_nodev+0x6f/0xa0
[ 1086.004092]  ? fget+0x80/0xb0
[ 1086.007068]  fuse_get_tree+0xc6/0x1b0
[ 1086.010731]  vfs_get_tree+0x2e/0xf0
[ 1086.014223]  path_mount+0x4f0/0xb50
[ 1086.017717]  ? putname+0x5b/0x70
[ 1086.020951]  __x64_sys_mount+0x10d/0x150
[ 1086.024876]  x64_sys_call+0x1e1d/0x2140
[ 1086.028716]  do_syscall_64+0x51/0x120
[ 1086.032379]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 1086.037433] RIP: 0033:0x7fd154f0f03e
[ 1086.041012] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 1086.059757] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 1086.067322] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 1086.074447] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 1086.081579] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 1086.088711] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 1086.095844] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 1086.102982]  </TASK>

[-- Attachment #3: softlock_native_queued_spin_lock_slowpath_recreate02.log --]
[-- Type: text/plain, Size: 1428322 bytes --]


[ 1113.733074] watchdog: BUG: soft lockup - CPU#34 stuck for 809s! [grub2-mount:4482]
[ 1113.740639] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 1113.816577] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 1113.828646] Tainted: [L]=SOFTLOCKUP
[ 1113.832141] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 1113.839793] RIP: 0010:native_queued_spin_lock_slowpath+0x7c/0x2d0
[ 1113.845884] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[ 1113.864631] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 1113.869858] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 1113.876988] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 1113.884122] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 1113.891252] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 1113.898377] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 1113.905510] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 1113.913597] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1113.919343] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 1113.926476] PKRU: 55555554
[ 1113.929187] Call Trace:
[ 1113.931639]  <IRQ>
[ 1113.933658]  ? show_regs+0x6d/0x80
[ 1113.937066]  ? watchdog_timer_fn+0x1f8/0x280
[ 1113.941336]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 1113.945956]  ? __hrtimer_run_queues+0x114/0x2a0
[ 1113.950491]  ? hrtimer_interrupt+0x108/0x230
[ 1113.954764]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 1113.959986]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 1113.964953]  </IRQ>
[ 1113.967060]  <TASK>
[ 1113.969164]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 1113.974480]  ? native_queued_spin_lock_slowpath+0x7c/0x2d0
[ 1113.979965]  _raw_spin_lock+0x2d/0x40
[ 1113.983631]  fuse_iget+0x125/0x250
[ 1113.987036]  fuse_fill_super_common+0x3ae/0x4f0
[ 1113.991572]  ? __pfx_fuse_fill_super+0x10/0x10
[ 1113.996013]  fuse_fill_super+0x5e/0xb0
[ 1113.999768]  get_tree_nodev+0x6f/0xa0
[ 1114.003433]  ? fget+0x80/0xb0
[ 1114.006406]  fuse_get_tree+0xc6/0x1b0
[ 1114.010071]  vfs_get_tree+0x2e/0xf0
[ 1114.013565]  path_mount+0x4f0/0xb50
[ 1114.017057]  ? putname+0x5b/0x70
[ 1114.020290]  __x64_sys_mount+0x10d/0x150
[ 1114.024215]  x64_sys_call+0x1e1d/0x2140
[ 1114.028053]  do_syscall_64+0x51/0x120
[ 1114.031721]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 1114.036772] RIP: 0033:0x7fd154f0f03e
[ 1114.040350] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 1114.059096] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 1114.066664] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 1114.073794] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 1114.080925] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 1114.088058] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 1114.095183] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 1114.102320]  </TASK>
[ 1141.732397] watchdog: BUG: soft lockup - CPU#34 stuck for 835s! [grub2-mount:4482]
[ 1141.739970] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 1141.815904] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 1141.827978] Tainted: [L]=SOFTLOCKUP
[ 1141.831470] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 1141.839121] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1141.845213] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 1141.863961] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 1141.869186] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 1141.876316] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 1141.883440] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 1141.890565] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 1141.897698] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 1141.904831] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 1141.912915] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1141.918663] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 1141.925795] PKRU: 55555554
[ 1141.928507] Call Trace:
[ 1141.930960]  <IRQ>
[ 1141.932980]  ? show_regs+0x6d/0x80
[ 1141.936387]  ? watchdog_timer_fn+0x1f8/0x280
[ 1141.940658]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 1141.945277]  ? __hrtimer_run_queues+0x114/0x2a0
[ 1141.949810]  ? hrtimer_interrupt+0x108/0x230
[ 1141.954083]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 1141.959309]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 1141.964273]  </IRQ>
[ 1141.966378]  <TASK>
[ 1141.968477]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 1141.973792]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1141.979278]  _raw_spin_lock+0x2d/0x40
[ 1141.982942]  fuse_iget+0x125/0x250
[ 1141.986348]  fuse_fill_super_common+0x3ae/0x4f0
[ 1141.990881]  ? __pfx_fuse_fill_super+0x10/0x10
[ 1141.995325]  fuse_fill_super+0x5e/0xb0
[ 1141.999079]  get_tree_nodev+0x6f/0xa0
[ 1142.002745]  ? fget+0x80/0xb0
[ 1142.005716]  fuse_get_tree+0xc6/0x1b0
[ 1142.009383]  vfs_get_tree+0x2e/0xf0
[ 1142.012875]  path_mount+0x4f0/0xb50
[ 1142.016368]  ? putname+0x5b/0x70
[ 1142.019599]  __x64_sys_mount+0x10d/0x150
[ 1142.023528]  x64_sys_call+0x1e1d/0x2140
[ 1142.027364]  do_syscall_64+0x51/0x120
[ 1142.031032]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 1142.036084] RIP: 0033:0x7fd154f0f03e
[ 1142.039663] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 1142.058410] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 1142.065975] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 1142.073107] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 1142.080238] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 1142.087373] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 1142.094503] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 1142.101640]  </TASK>
[ 1169.731719] watchdog: BUG: soft lockup - CPU#34 stuck for 861s! [grub2-mount:4482]
[ 1169.739289] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 1169.815227] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 1169.827297] Tainted: [L]=SOFTLOCKUP
[ 1169.830788] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 1169.838434] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1169.844526] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 1169.863271] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 1169.868496] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 1169.875629] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 1169.882762] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 1169.889893] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 1169.897027] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 1169.904159] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 1169.912246] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1169.917990] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 1169.925123] PKRU: 55555554
[ 1169.927838] Call Trace:
[ 1169.930290]  <IRQ>
[ 1169.932309]  ? show_regs+0x6d/0x80
[ 1169.935713]  ? watchdog_timer_fn+0x1f8/0x280
[ 1169.939988]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 1169.944606]  ? __hrtimer_run_queues+0x114/0x2a0
[ 1169.949142]  ? hrtimer_interrupt+0x108/0x230
[ 1169.953414]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 1169.958637]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 1169.963603]  </IRQ>
[ 1169.965707]  <TASK>
[ 1169.967816]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 1169.973128]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1169.978615]  _raw_spin_lock+0x2d/0x40
[ 1169.982279]  fuse_iget+0x125/0x250
[ 1169.985686]  fuse_fill_super_common+0x3ae/0x4f0
[ 1169.990221]  ? __pfx_fuse_fill_super+0x10/0x10
[ 1169.994662]  fuse_fill_super+0x5e/0xb0
[ 1169.998418]  get_tree_nodev+0x6f/0xa0
[ 1170.002081]  ? fget+0x80/0xb0
[ 1170.005056]  fuse_get_tree+0xc6/0x1b0
[ 1170.008722]  vfs_get_tree+0x2e/0xf0
[ 1170.012215]  path_mount+0x4f0/0xb50
[ 1170.015706]  ? putname+0x5b/0x70
[ 1170.018939]  __x64_sys_mount+0x10d/0x150
[ 1170.022864]  x64_sys_call+0x1e1d/0x2140
[ 1170.026703]  do_syscall_64+0x51/0x120
[ 1170.030368]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 1170.035421] RIP: 0033:0x7fd154f0f03e
[ 1170.038999] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 1170.057747] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 1170.065310] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 1170.072444] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 1170.079576] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 1170.086710] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 1170.093841] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 1170.100978]  </TASK>
[ 1197.731042] watchdog: BUG: soft lockup - CPU#34 stuck for 887s! [grub2-mount:4482]
[ 1197.738610] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 1197.814548] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 1197.826618] Tainted: [L]=SOFTLOCKUP
[ 1197.830110] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 1197.837762] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1197.843856] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 1197.862600] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 1197.867827] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 1197.874958] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 1197.882090] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 1197.889224] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 1197.896357] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 1197.903488] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 1197.911575] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1197.917321] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 1197.924451] PKRU: 55555554
[ 1197.927166] Call Trace:
[ 1197.929620]  <IRQ>
[ 1197.931637]  ? show_regs+0x6d/0x80
[ 1197.935044]  ? watchdog_timer_fn+0x1f8/0x280
[ 1197.939314]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 1197.943935]  ? __hrtimer_run_queues+0x114/0x2a0
[ 1197.948468]  ? hrtimer_interrupt+0x108/0x230
[ 1197.952742]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 1197.957965]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 1197.962933]  </IRQ>
[ 1197.965035]  <TASK>
[ 1197.967135]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 1197.972451]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1197.977935]  _raw_spin_lock+0x2d/0x40
[ 1197.981599]  fuse_iget+0x125/0x250
[ 1197.985005]  fuse_fill_super_common+0x3ae/0x4f0
[ 1197.989541]  ? __pfx_fuse_fill_super+0x10/0x10
[ 1197.993983]  fuse_fill_super+0x5e/0xb0
[ 1197.997735]  get_tree_nodev+0x6f/0xa0
[ 1198.001402]  ? fget+0x80/0xb0
[ 1198.004374]  fuse_get_tree+0xc6/0x1b0
[ 1198.008042]  vfs_get_tree+0x2e/0xf0
[ 1198.011532]  path_mount+0x4f0/0xb50
[ 1198.015026]  ? putname+0x5b/0x70
[ 1198.018259]  __x64_sys_mount+0x10d/0x150
[ 1198.022186]  x64_sys_call+0x1e1d/0x2140
[ 1198.026024]  do_syscall_64+0x51/0x120
[ 1198.029690]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 1198.034741] RIP: 0033:0x7fd154f0f03e
[ 1198.038321] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 1198.057066] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 1198.064630] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 1198.071765] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 1198.078895] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 1198.086030] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 1198.093163] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 1198.100297]  </TASK>
[ 1210.737765] rcu: INFO: rcu_preempt self-detected stall on CPU
[ 1210.743517] rcu: 	34-....: (237071 ticks this GP) idle=6724/1/0x4000000000000000 softirq=785/785 fqs=118653
[ 1210.753252] rcu: 	(t=240437 jiffies g=7337 q=87596 ncpus=128)
[ 1210.758996] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 1210.771069] Tainted: [L]=SOFTLOCKUP
[ 1210.774558] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 1210.782212] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1210.788303] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 1210.807048] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 1210.812276] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 1210.819409] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 1210.826539] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 1210.833672] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 1210.840807] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 1210.847937] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 1210.856023] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1210.861767] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 1210.868894] PKRU: 55555554
[ 1210.871607] Call Trace:
[ 1210.874059]  <IRQ>
[ 1210.876080]  ? show_regs+0x6d/0x80
[ 1210.879484]  ? dump_cpu_task+0x6b/0x80
[ 1210.883235]  ? rcu_dump_cpu_stacks+0xa4/0x100
[ 1210.887595]  ? rcu_sched_clock_irq+0x6b4/0x10c0
[ 1210.892131]  ? srso_alias_return_thunk+0x5/0xfbef5
[ 1210.896922]  ? __cgroup_account_cputime_field+0x3f/0x60
[ 1210.902145]  ? srso_alias_return_thunk+0x5/0xfbef5
[ 1210.906937]  ? account_system_index_time+0x95/0xb0
[ 1210.911732]  ? update_process_times+0x74/0xc0
[ 1210.916092]  ? tick_nohz_handler+0x9b/0x150
[ 1210.920277]  ? __pfx_tick_nohz_handler+0x10/0x10
[ 1210.924895]  ? __hrtimer_run_queues+0x114/0x2a0
[ 1210.929430]  ? hrtimer_interrupt+0x108/0x230
[ 1210.933701]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 1210.938926]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 1210.943893]  </IRQ>
[ 1210.945998]  <TASK>
[ 1210.948104]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 1210.953421]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1210.958904]  _raw_spin_lock+0x2d/0x40
[ 1210.962569]  fuse_iget+0x125/0x250
[ 1210.965975]  fuse_fill_super_common+0x3ae/0x4f0
[ 1210.970509]  ? __pfx_fuse_fill_super+0x10/0x10
[ 1210.974952]  fuse_fill_super+0x5e/0xb0
[ 1210.978706]  get_tree_nodev+0x6f/0xa0
[ 1210.982372]  ? fget+0x80/0xb0
[ 1210.985346]  fuse_get_tree+0xc6/0x1b0
[ 1210.989011]  vfs_get_tree+0x2e/0xf0
[ 1210.992504]  path_mount+0x4f0/0xb50
[ 1210.995997]  ? putname+0x5b/0x70
[ 1210.999229]  __x64_sys_mount+0x10d/0x150
[ 1211.003154]  x64_sys_call+0x1e1d/0x2140
[ 1211.006991]  do_syscall_64+0x51/0x120
[ 1211.010661]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 1211.015709] RIP: 0033:0x7fd154f0f03e
[ 1211.019291] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 1211.038036] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 1211.045603] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 1211.052735] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 1211.059868] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 1211.066999] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 1211.074131] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 1211.081267]  </TASK>
[ 1237.730074] watchdog: BUG: soft lockup - CPU#34 stuck for 924s! [grub2-mount:4482]
[ 1237.737644] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 1237.813579] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 1237.825651] Tainted: [L]=SOFTLOCKUP
[ 1237.829143] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 1237.836798] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1237.842889] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 1237.861634] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 1237.866858] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 1237.873984] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 1237.881117] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 1237.888248] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 1237.895381] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 1237.902512] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 1237.910600] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1237.916345] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 1237.923477] PKRU: 55555554
[ 1237.926192] Call Trace:
[ 1237.928643]  <IRQ>
[ 1237.930663]  ? show_regs+0x6d/0x80
[ 1237.934069]  ? watchdog_timer_fn+0x1f8/0x280
[ 1237.938341]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 1237.942961]  ? __hrtimer_run_queues+0x114/0x2a0
[ 1237.947495]  ? hrtimer_interrupt+0x108/0x230
[ 1237.951768]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 1237.956990]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 1237.961955]  </IRQ>
[ 1237.964053]  <TASK>
[ 1237.966160]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 1237.971475]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1237.976960]  _raw_spin_lock+0x2d/0x40
[ 1237.980624]  fuse_iget+0x125/0x250
[ 1237.984031]  fuse_fill_super_common+0x3ae/0x4f0
[ 1237.988563]  ? __pfx_fuse_fill_super+0x10/0x10
[ 1237.993009]  fuse_fill_super+0x5e/0xb0
[ 1237.996763]  get_tree_nodev+0x6f/0xa0
[ 1238.000428]  ? fget+0x80/0xb0
[ 1238.003399]  fuse_get_tree+0xc6/0x1b0
[ 1238.007067]  vfs_get_tree+0x2e/0xf0
[ 1238.010560]  path_mount+0x4f0/0xb50
[ 1238.014053]  ? putname+0x5b/0x70
[ 1238.017284]  __x64_sys_mount+0x10d/0x150
[ 1238.021210]  x64_sys_call+0x1e1d/0x2140
[ 1238.025049]  do_syscall_64+0x51/0x120
[ 1238.028713]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 1238.033766] RIP: 0033:0x7fd154f0f03e
[ 1238.037347] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 1238.056091] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 1238.063655] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 1238.070790] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 1238.077921] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 1238.085053] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 1238.092188] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 1238.099323]  </TASK>
[ 1265.729391] watchdog: BUG: soft lockup - CPU#34 stuck for 950s! [grub2-mount:4482]
[ 1265.736965] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 1265.812907] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 1265.824982] Tainted: [L]=SOFTLOCKUP
[ 1265.828471] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 1265.836126] RIP: 0010:native_queued_spin_lock_slowpath+0x7c/0x2d0
[ 1265.842218] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[ 1265.860962] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 1265.866189] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 1265.873321] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 1265.880452] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 1265.887586] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 1265.894719] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 1265.901851] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 1265.909935] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1265.915683] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 1265.922816] PKRU: 55555554
[ 1265.925526] Call Trace:
[ 1265.927981]  <IRQ>
[ 1265.929999]  ? show_regs+0x6d/0x80
[ 1265.933406]  ? watchdog_timer_fn+0x1f8/0x280
[ 1265.937677]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 1265.942298]  ? __hrtimer_run_queues+0x114/0x2a0
[ 1265.946831]  ? hrtimer_interrupt+0x108/0x230
[ 1265.951102]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 1265.956328]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 1265.961295]  </IRQ>
[ 1265.963399]  <TASK>
[ 1265.965505]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 1265.970821]  ? native_queued_spin_lock_slowpath+0x7c/0x2d0
[ 1265.976307]  _raw_spin_lock+0x2d/0x40
[ 1265.979972]  fuse_iget+0x125/0x250
[ 1265.983377]  fuse_fill_super_common+0x3ae/0x4f0
[ 1265.987910]  ? __pfx_fuse_fill_super+0x10/0x10
[ 1265.992353]  fuse_fill_super+0x5e/0xb0
[ 1265.996107]  get_tree_nodev+0x6f/0xa0
[ 1265.999771]  ? fget+0x80/0xb0
[ 1266.002747]  fuse_get_tree+0xc6/0x1b0
[ 1266.006414]  vfs_get_tree+0x2e/0xf0
[ 1266.009904]  path_mount+0x4f0/0xb50
[ 1266.013396]  ? putname+0x5b/0x70
[ 1266.016629]  __x64_sys_mount+0x10d/0x150
[ 1266.020558]  x64_sys_call+0x1e1d/0x2140
[ 1266.024394]  do_syscall_64+0x51/0x120
[ 1266.028062]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 1266.033111] RIP: 0033:0x7fd154f0f03e
[ 1266.036691] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 1266.055436] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 1266.063003] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 1266.070137] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 1266.077268] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 1266.084400] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 1266.091534] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 1266.098670]  </TASK>
[ 1293.728706] watchdog: BUG: soft lockup - CPU#34 stuck for 976s! [grub2-mount:4482]
[ 1293.736274] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 1293.812210] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 1293.824284] Tainted: [L]=SOFTLOCKUP
[ 1293.827775] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 1293.835428] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1293.841519] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 1293.860266] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 1293.865489] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 1293.872621] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 1293.879748] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 1293.886879] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 1293.894013] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 1293.901145] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 1293.909232] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1293.914977] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 1293.922108] PKRU: 55555554
[ 1293.924820] Call Trace:
[ 1293.927274]  <IRQ>
[ 1293.929295]  ? show_regs+0x6d/0x80
[ 1293.932700]  ? watchdog_timer_fn+0x1f8/0x280
[ 1293.936972]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 1293.941593]  ? __hrtimer_run_queues+0x114/0x2a0
[ 1293.946125]  ? hrtimer_interrupt+0x108/0x230
[ 1293.950397]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 1293.955623]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 1293.960587]  </IRQ>
[ 1293.962694]  <TASK>
[ 1293.964800]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 1293.970114]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1293.975600]  _raw_spin_lock+0x2d/0x40
[ 1293.979263]  fuse_iget+0x125/0x250
[ 1293.982669]  fuse_fill_super_common+0x3ae/0x4f0
[ 1293.987205]  ? __pfx_fuse_fill_super+0x10/0x10
[ 1293.991649]  fuse_fill_super+0x5e/0xb0
[ 1293.995400]  get_tree_nodev+0x6f/0xa0
[ 1293.999067]  ? fget+0x80/0xb0
[ 1294.002038]  fuse_get_tree+0xc6/0x1b0
[ 1294.005706]  vfs_get_tree+0x2e/0xf0
[ 1294.009198]  path_mount+0x4f0/0xb50
[ 1294.012691]  ? putname+0x5b/0x70
[ 1294.015924]  __x64_sys_mount+0x10d/0x150
[ 1294.019851]  x64_sys_call+0x1e1d/0x2140
[ 1294.023688]  do_syscall_64+0x51/0x120
[ 1294.027353]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 1294.032406] RIP: 0033:0x7fd154f0f03e
[ 1294.035986] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 1294.054730] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 1294.062295] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 1294.069429] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 1294.076560] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 1294.083692] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 1294.090826] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 1294.097964]  </TASK>
[ 1321.728020] watchdog: BUG: soft lockup - CPU#34 stuck for 1002s! [grub2-mount:4482]
[ 1321.735672] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 1321.811607] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 1321.823679] Tainted: [L]=SOFTLOCKUP
[ 1321.827171] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 1321.834825] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1321.840916] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 1321.859661] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 1321.864887] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 1321.872021] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 1321.879151] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 1321.886284] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 1321.893418] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 1321.900550] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 1321.908634] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1321.914380] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 1321.921515] PKRU: 55555554
[ 1321.924227] Call Trace:
[ 1321.926678]  <IRQ>
[ 1321.928701]  ? show_regs+0x6d/0x80
[ 1321.932105]  ? watchdog_timer_fn+0x1f8/0x280
[ 1321.936375]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 1321.940997]  ? __hrtimer_run_queues+0x114/0x2a0
[ 1321.945529]  ? hrtimer_interrupt+0x108/0x230
[ 1321.949802]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 1321.955027]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 1321.959992]  </IRQ>
[ 1321.962097]  <TASK>
[ 1321.964197]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 1321.969510]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1321.974995]  _raw_spin_lock+0x2d/0x40
[ 1321.978661]  fuse_iget+0x125/0x250
[ 1321.982069]  fuse_fill_super_common+0x3ae/0x4f0
[ 1321.986601]  ? __pfx_fuse_fill_super+0x10/0x10
[ 1321.991045]  fuse_fill_super+0x5e/0xb0
[ 1321.994796]  get_tree_nodev+0x6f/0xa0
[ 1321.998461]  ? fget+0x80/0xb0
[ 1322.001436]  fuse_get_tree+0xc6/0x1b0
[ 1322.005104]  vfs_get_tree+0x2e/0xf0
[ 1322.008595]  path_mount+0x4f0/0xb50
[ 1322.012086]  ? putname+0x5b/0x70
[ 1322.015322]  __x64_sys_mount+0x10d/0x150
[ 1322.019248]  x64_sys_call+0x1e1d/0x2140
[ 1322.023085]  do_syscall_64+0x51/0x120
[ 1322.026750]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 1322.031804] RIP: 0033:0x7fd154f0f03e
[ 1322.035383] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 1322.054128] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 1322.061693] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 1322.068827] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 1322.075957] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 1322.083092] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 1322.090223] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 1322.097360]  </TASK>
[ 1349.727336] watchdog: BUG: soft lockup - CPU#34 stuck for 1029s! [grub2-mount:4482]
[ 1349.734989] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 1349.810925] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 1349.822999] Tainted: [L]=SOFTLOCKUP
[ 1349.826489] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 1349.834144] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1349.840234] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 1349.858982] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 1349.864205] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 1349.871338] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 1349.878469] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 1349.885602] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 1349.892736] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 1349.899868] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 1349.907954] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1349.913701] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 1349.920833] PKRU: 55555554
[ 1349.923546] Call Trace:
[ 1349.925999]  <IRQ>
[ 1349.928020]  ? show_regs+0x6d/0x80
[ 1349.931424]  ? watchdog_timer_fn+0x1f8/0x280
[ 1349.935696]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 1349.940316]  ? __hrtimer_run_queues+0x114/0x2a0
[ 1349.944850]  ? hrtimer_interrupt+0x108/0x230
[ 1349.949123]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 1349.954345]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 1349.959312]  </IRQ>
[ 1349.961419]  <TASK>
[ 1349.963524]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 1349.968838]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1349.974322]  _raw_spin_lock+0x2d/0x40
[ 1349.977987]  fuse_iget+0x125/0x250
[ 1349.981395]  fuse_fill_super_common+0x3ae/0x4f0
[ 1349.985927]  ? __pfx_fuse_fill_super+0x10/0x10
[ 1349.990374]  fuse_fill_super+0x5e/0xb0
[ 1349.994126]  get_tree_nodev+0x6f/0xa0
[ 1349.997790]  ? fget+0x80/0xb0
[ 1350.000763]  fuse_get_tree+0xc6/0x1b0
[ 1350.004430]  vfs_get_tree+0x2e/0xf0
[ 1350.007923]  path_mount+0x4f0/0xb50
[ 1350.011414]  ? putname+0x5b/0x70
[ 1350.014649]  __x64_sys_mount+0x10d/0x150
[ 1350.018573]  x64_sys_call+0x1e1d/0x2140
[ 1350.022413]  do_syscall_64+0x51/0x120
[ 1350.026077]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 1350.031130] RIP: 0033:0x7fd154f0f03e
[ 1350.034708] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 1350.053454] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 1350.061020] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 1350.068154] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 1350.075284] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 1350.082419] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 1350.089552] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 1350.096688]  </TASK>
[ 1377.726650] watchdog: BUG: soft lockup - CPU#34 stuck for 1055s! [grub2-mount:4482]
[ 1377.734308] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 1377.810246] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 1377.822318] Tainted: [L]=SOFTLOCKUP
[ 1377.825808] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 1377.833463] RIP: 0010:native_queued_spin_lock_slowpath+0x7c/0x2d0
[ 1377.839556] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[ 1377.858300] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 1377.863524] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 1377.870658] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 1377.877790] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 1377.884925] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 1377.892055] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 1377.899188] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 1377.907275] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1377.913018] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 1377.920152] PKRU: 55555554
[ 1377.922862] Call Trace:
[ 1377.925309]  <IRQ>
[ 1377.927330]  ? show_regs+0x6d/0x80
[ 1377.930735]  ? watchdog_timer_fn+0x1f8/0x280
[ 1377.935005]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 1377.939624]  ? __hrtimer_run_queues+0x114/0x2a0
[ 1377.944159]  ? hrtimer_interrupt+0x108/0x230
[ 1377.948430]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 1377.953657]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 1377.958622]  </IRQ>
[ 1377.960729]  <TASK>
[ 1377.962835]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 1377.968151]  ? native_queued_spin_lock_slowpath+0x7c/0x2d0
[ 1377.973635]  _raw_spin_lock+0x2d/0x40
[ 1377.977297]  fuse_iget+0x125/0x250
[ 1377.980705]  fuse_fill_super_common+0x3ae/0x4f0
[ 1377.985239]  ? __pfx_fuse_fill_super+0x10/0x10
[ 1377.989682]  fuse_fill_super+0x5e/0xb0
[ 1377.993436]  get_tree_nodev+0x6f/0xa0
[ 1377.997102]  ? fget+0x80/0xb0
[ 1378.000073]  fuse_get_tree+0xc6/0x1b0
[ 1378.003740]  vfs_get_tree+0x2e/0xf0
[ 1378.007232]  path_mount+0x4f0/0xb50
[ 1378.010725]  ? putname+0x5b/0x70
[ 1378.013957]  __x64_sys_mount+0x10d/0x150
[ 1378.017884]  x64_sys_call+0x1e1d/0x2140
[ 1378.021724]  do_syscall_64+0x51/0x120
[ 1378.025387]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 1378.030438] RIP: 0033:0x7fd154f0f03e
[ 1378.034018] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 1378.052763] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 1378.060331] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 1378.067464] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 1378.074595] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 1378.081728] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 1378.088860] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 1378.095996]  </TASK>
[ 1391.085360] rcu: INFO: rcu_preempt self-detected stall on CPU
[ 1391.091105] rcu: 	34-....: (281522 ticks this GP) idle=6724/1/0x4000000000000000 softirq=785/785 fqs=140924
[ 1391.100840] rcu: 	(t=285525 jiffies g=7337 q=88987 ncpus=128)
[ 1391.106585] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 1391.118657] Tainted: [L]=SOFTLOCKUP
[ 1391.122149] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 1391.129802] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1391.135895] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 1391.154640] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 1391.159866] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 1391.166997] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 1391.174130] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 1391.181263] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 1391.188393] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 1391.195527] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 1391.203613] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1391.209358] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 1391.216491] PKRU: 55555554
[ 1391.219205] Call Trace:
[ 1391.221658]  <IRQ>
[ 1391.223676]  ? show_regs+0x6d/0x80
[ 1391.227084]  ? dump_cpu_task+0x6b/0x80
[ 1391.230835]  ? rcu_dump_cpu_stacks+0xa4/0x100
[ 1391.235194]  ? rcu_sched_clock_irq+0x6b4/0x10c0
[ 1391.239727]  ? srso_alias_return_thunk+0x5/0xfbef5
[ 1391.244518]  ? __cgroup_account_cputime_field+0x3f/0x60
[ 1391.249745]  ? srso_alias_return_thunk+0x5/0xfbef5
[ 1391.254535]  ? account_system_index_time+0x95/0xb0
[ 1391.259331]  ? update_process_times+0x74/0xc0
[ 1391.263689]  ? tick_nohz_handler+0x9b/0x150
[ 1391.267874]  ? __pfx_tick_nohz_handler+0x10/0x10
[ 1391.272493]  ? __hrtimer_run_queues+0x114/0x2a0
[ 1391.277028]  ? hrtimer_interrupt+0x108/0x230
[ 1391.281299]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 1391.286526]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 1391.291490]  </IRQ>
[ 1391.293596]  <TASK>
[ 1391.295704]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 1391.301019]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1391.306501]  _raw_spin_lock+0x2d/0x40
[ 1391.310168]  fuse_iget+0x125/0x250
[ 1391.313572]  fuse_fill_super_common+0x3ae/0x4f0
[ 1391.318107]  ? __pfx_fuse_fill_super+0x10/0x10
[ 1391.322550]  fuse_fill_super+0x5e/0xb0
[ 1391.326303]  get_tree_nodev+0x6f/0xa0
[ 1391.329969]  ? fget+0x80/0xb0
[ 1391.332942]  fuse_get_tree+0xc6/0x1b0
[ 1391.336609]  vfs_get_tree+0x2e/0xf0
[ 1391.340100]  path_mount+0x4f0/0xb50
[ 1391.343595]  ? putname+0x5b/0x70
[ 1391.346828]  __x64_sys_mount+0x10d/0x150
[ 1391.350751]  x64_sys_call+0x1e1d/0x2140
[ 1391.354590]  do_syscall_64+0x51/0x120
[ 1391.358257]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 1391.363310] RIP: 0033:0x7fd154f0f03e
[ 1391.366889] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 1391.385635] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 1391.393199] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 1391.400333] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 1391.407466] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 1391.414598] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 1391.421730] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 1391.428867]  </TASK>
[ 1417.725660] watchdog: BUG: soft lockup - CPU#34 stuck for 1092s! [grub2-mount:4482]
[ 1417.733314] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 1417.809250] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 1417.821321] Tainted: [L]=SOFTLOCKUP
[ 1417.824815] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 1417.832466] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1417.838559] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 1417.857304] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 1417.862529] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 1417.869662] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 1417.876794] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 1417.883927] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 1417.891058] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 1417.898191] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 1417.906277] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1417.912023] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 1417.919156] PKRU: 55555554
[ 1417.921870] Call Trace:
[ 1417.924323]  <IRQ>
[ 1417.926343]  ? show_regs+0x6d/0x80
[ 1417.929747]  ? watchdog_timer_fn+0x1f8/0x280
[ 1417.934018]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 1417.938638]  ? __hrtimer_run_queues+0x114/0x2a0
[ 1417.943175]  ? hrtimer_interrupt+0x108/0x230
[ 1417.947445]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 1417.952670]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 1417.957635]  </IRQ>
[ 1417.959740]  <TASK>
[ 1417.961848]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 1417.967161]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1417.972647]  _raw_spin_lock+0x2d/0x40
[ 1417.976312]  fuse_iget+0x125/0x250
[ 1417.979717]  fuse_fill_super_common+0x3ae/0x4f0
[ 1417.984254]  ? __pfx_fuse_fill_super+0x10/0x10
[ 1417.988696]  fuse_fill_super+0x5e/0xb0
[ 1417.992448]  get_tree_nodev+0x6f/0xa0
[ 1417.996115]  ? fget+0x80/0xb0
[ 1417.999090]  fuse_get_tree+0xc6/0x1b0
[ 1418.002755]  vfs_get_tree+0x2e/0xf0
[ 1418.006246]  path_mount+0x4f0/0xb50
[ 1418.009740]  ? putname+0x5b/0x70
[ 1418.012971]  __x64_sys_mount+0x10d/0x150
[ 1418.016898]  x64_sys_call+0x1e1d/0x2140
[ 1418.020735]  do_syscall_64+0x51/0x120
[ 1418.024403]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 1418.029455] RIP: 0033:0x7fd154f0f03e
[ 1418.033033] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 1418.051777] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 1418.059343] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 1418.066467] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 1418.073601] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 1418.080733] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 1418.087867] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 1418.095002]  </TASK>
[ 1445.724966] watchdog: BUG: soft lockup - CPU#34 stuck for 1118s! [grub2-mount:4482]
[ 1445.732622] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 1445.808559] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 1445.820631] Tainted: [L]=SOFTLOCKUP
[ 1445.824122] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 1445.831768] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1445.837860] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 1445.856605] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 1445.861832] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 1445.868963] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 1445.876094] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 1445.883228] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 1445.890362] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 1445.897492] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 1445.905577] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1445.911324] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 1445.918457] PKRU: 55555554
[ 1445.921171] Call Trace:
[ 1445.923622]  <IRQ>
[ 1445.925643]  ? show_regs+0x6d/0x80
[ 1445.929048]  ? watchdog_timer_fn+0x1f8/0x280
[ 1445.933320]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 1445.937940]  ? __hrtimer_run_queues+0x114/0x2a0
[ 1445.942473]  ? hrtimer_interrupt+0x108/0x230
[ 1445.946747]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 1445.951970]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 1445.956937]  </IRQ>
[ 1445.959043]  <TASK>
[ 1445.961148]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 1445.966462]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1445.971948]  _raw_spin_lock+0x2d/0x40
[ 1445.975613]  fuse_iget+0x125/0x250
[ 1445.979020]  fuse_fill_super_common+0x3ae/0x4f0
[ 1445.983554]  ? __pfx_fuse_fill_super+0x10/0x10
[ 1445.987997]  fuse_fill_super+0x5e/0xb0
[ 1445.991752]  get_tree_nodev+0x6f/0xa0
[ 1445.995416]  ? fget+0x80/0xb0
[ 1445.998389]  fuse_get_tree+0xc6/0x1b0
[ 1446.002054]  vfs_get_tree+0x2e/0xf0
[ 1446.005548]  path_mount+0x4f0/0xb50
[ 1446.009038]  ? putname+0x5b/0x70
[ 1446.012271]  __x64_sys_mount+0x10d/0x150
[ 1446.016199]  x64_sys_call+0x1e1d/0x2140
[ 1446.020035]  do_syscall_64+0x51/0x120
[ 1446.023704]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 1446.028753] RIP: 0033:0x7fd154f0f03e
[ 1446.032336] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 1446.051079] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 1446.058645] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 1446.065778] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 1446.072912] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 1446.080041] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 1446.087166] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 1446.094302]  </TASK>
[ 1473.724271] watchdog: BUG: soft lockup - CPU#34 stuck for 1144s! [grub2-mount:4482]
[ 1473.731925] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 1473.807870] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 1473.819939] Tainted: [L]=SOFTLOCKUP
[ 1473.823430] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 1473.831075] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1473.837169] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 1473.855915] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 1473.861138] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 1473.868272] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 1473.875404] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 1473.882538] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 1473.889669] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 1473.896802] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 1473.904887] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1473.910633] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 1473.917765] PKRU: 55555554
[ 1473.920478] Call Trace:
[ 1473.922933]  <IRQ>
[ 1473.924953]  ? show_regs+0x6d/0x80
[ 1473.928358]  ? watchdog_timer_fn+0x1f8/0x280
[ 1473.932628]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 1473.937248]  ? __hrtimer_run_queues+0x114/0x2a0
[ 1473.941783]  ? hrtimer_interrupt+0x108/0x230
[ 1473.946056]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 1473.951281]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 1473.956245]  </IRQ>
[ 1473.958351]  <TASK>
[ 1473.960456]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 1473.965773]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1473.971255]  _raw_spin_lock+0x2d/0x40
[ 1473.974923]  fuse_iget+0x125/0x250
[ 1473.978328]  fuse_fill_super_common+0x3ae/0x4f0
[ 1473.982864]  ? __pfx_fuse_fill_super+0x10/0x10
[ 1473.987305]  fuse_fill_super+0x5e/0xb0
[ 1473.991059]  get_tree_nodev+0x6f/0xa0
[ 1473.994723]  ? fget+0x80/0xb0
[ 1473.997699]  fuse_get_tree+0xc6/0x1b0
[ 1474.001364]  vfs_get_tree+0x2e/0xf0
[ 1474.004855]  path_mount+0x4f0/0xb50
[ 1474.008349]  ? putname+0x5b/0x70
[ 1474.011583]  __x64_sys_mount+0x10d/0x150
[ 1474.015507]  x64_sys_call+0x1e1d/0x2140
[ 1474.019344]  do_syscall_64+0x51/0x120
[ 1474.023012]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 1474.028065] RIP: 0033:0x7fd154f0f03e
[ 1474.031644] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 1474.050389] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 1474.057954] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 1474.065087] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 1474.072218] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 1474.079351] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 1474.086483] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 1474.093619]  </TASK>
[ 1501.723576] watchdog: BUG: soft lockup - CPU#34 stuck for 1170s! [grub2-mount:4482]
[ 1501.731232] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 1501.807170] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 1501.819240] Tainted: [L]=SOFTLOCKUP
[ 1501.822730] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 1501.830375] RIP: 0010:native_queued_spin_lock_slowpath+0x7c/0x2d0
[ 1501.836467] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[ 1501.855212] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 1501.860439] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 1501.867573] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 1501.874704] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 1501.881837] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 1501.888970] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 1501.896102] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 1501.904189] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1501.909932] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 1501.917067] PKRU: 55555554
[ 1501.919779] Call Trace:
[ 1501.922231]  <IRQ>
[ 1501.924253]  ? show_regs+0x6d/0x80
[ 1501.927658]  ? watchdog_timer_fn+0x1f8/0x280
[ 1501.931928]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 1501.936549]  ? __hrtimer_run_queues+0x114/0x2a0
[ 1501.941083]  ? hrtimer_interrupt+0x108/0x230
[ 1501.945354]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 1501.950579]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 1501.955545]  </IRQ>
[ 1501.957649]  <TASK>
[ 1501.959750]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 1501.965062]  ? native_queued_spin_lock_slowpath+0x7c/0x2d0
[ 1501.970547]  _raw_spin_lock+0x2d/0x40
[ 1501.974214]  fuse_iget+0x125/0x250
[ 1501.977620]  fuse_fill_super_common+0x3ae/0x4f0
[ 1501.982152]  ? __pfx_fuse_fill_super+0x10/0x10
[ 1501.986596]  fuse_fill_super+0x5e/0xb0
[ 1501.990351]  get_tree_nodev+0x6f/0xa0
[ 1501.994017]  ? fget+0x80/0xb0
[ 1501.996988]  fuse_get_tree+0xc6/0x1b0
[ 1502.000656]  vfs_get_tree+0x2e/0xf0
[ 1502.004145]  path_mount+0x4f0/0xb50
[ 1502.007639]  ? putname+0x5b/0x70
[ 1502.010872]  __x64_sys_mount+0x10d/0x150
[ 1502.014799]  x64_sys_call+0x1e1d/0x2140
[ 1502.018636]  do_syscall_64+0x51/0x120
[ 1502.022304]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 1502.027354] RIP: 0033:0x7fd154f0f03e
[ 1502.030933] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 1502.049679] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 1502.057245] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 1502.064379] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 1502.071509] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 1502.078643] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 1502.085775] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 1502.092912]  </TASK>
[ 1529.722883] watchdog: BUG: soft lockup - CPU#34 stuck for 1196s! [grub2-mount:4482]
[ 1529.730540] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 1529.806476] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 1529.818548] Tainted: [L]=SOFTLOCKUP
[ 1529.822042] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 1529.829695] RIP: 0010:native_queued_spin_lock_slowpath+0x7c/0x2d0
[ 1529.835788] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[ 1529.854530] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 1529.859757] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 1529.866887] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 1529.874012] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 1529.881146] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 1529.888278] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 1529.895411] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 1529.903495] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1529.909242] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 1529.916375] PKRU: 55555554
[ 1529.919086] Call Trace:
[ 1529.921531]  <IRQ>
[ 1529.923552]  ? show_regs+0x6d/0x80
[ 1529.926956]  ? watchdog_timer_fn+0x1f8/0x280
[ 1529.931229]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 1529.935848]  ? __hrtimer_run_queues+0x114/0x2a0
[ 1529.940382]  ? hrtimer_interrupt+0x108/0x230
[ 1529.944656]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 1529.949881]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 1529.954846]  </IRQ>
[ 1529.956950]  <TASK>
[ 1529.959057]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 1529.964372]  ? native_queued_spin_lock_slowpath+0x7c/0x2d0
[ 1529.969857]  _raw_spin_lock+0x2d/0x40
[ 1529.973522]  fuse_iget+0x125/0x250
[ 1529.976928]  fuse_fill_super_common+0x3ae/0x4f0
[ 1529.981463]  ? __pfx_fuse_fill_super+0x10/0x10
[ 1529.985906]  fuse_fill_super+0x5e/0xb0
[ 1529.989660]  get_tree_nodev+0x6f/0xa0
[ 1529.993324]  ? fget+0x80/0xb0
[ 1529.996298]  fuse_get_tree+0xc6/0x1b0
[ 1529.999961]  vfs_get_tree+0x2e/0xf0
[ 1530.003454]  path_mount+0x4f0/0xb50
[ 1530.006948]  ? putname+0x5b/0x70
[ 1530.010181]  __x64_sys_mount+0x10d/0x150
[ 1530.014107]  x64_sys_call+0x1e1d/0x2140
[ 1530.017945]  do_syscall_64+0x51/0x120
[ 1530.021610]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 1530.026664] RIP: 0033:0x7fd154f0f03e
[ 1530.030243] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 1530.048988] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 1530.056553] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 1530.063687] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 1530.070818] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 1530.077953] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 1530.085085] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 1530.092222]  </TASK>
[ 1557.722195] watchdog: BUG: soft lockup - CPU#34 stuck for 1222s! [grub2-mount:4482]
[ 1557.729849] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 1557.805784] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 1557.817857] Tainted: [L]=SOFTLOCKUP
[ 1557.821349] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 1557.829002] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1557.835093] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 1557.853838] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 1557.859064] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 1557.866197] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 1557.873328] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 1557.880453] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 1557.887588] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 1557.894720] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 1557.902803] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1557.908551] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 1557.915683] PKRU: 55555554
[ 1557.918397] Call Trace:
[ 1557.920850]  <IRQ>
[ 1557.922867]  ? show_regs+0x6d/0x80
[ 1557.926275]  ? watchdog_timer_fn+0x1f8/0x280
[ 1557.930545]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 1557.935166]  ? __hrtimer_run_queues+0x114/0x2a0
[ 1557.939701]  ? hrtimer_interrupt+0x108/0x230
[ 1557.943971]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 1557.949197]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 1557.954161]  </IRQ>
[ 1557.956269]  <TASK>
[ 1557.958374]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 1557.963690]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1557.969172]  _raw_spin_lock+0x2d/0x40
[ 1557.972837]  fuse_iget+0x125/0x250
[ 1557.976244]  fuse_fill_super_common+0x3ae/0x4f0
[ 1557.980780]  ? __pfx_fuse_fill_super+0x10/0x10
[ 1557.985223]  fuse_fill_super+0x5e/0xb0
[ 1557.988975]  get_tree_nodev+0x6f/0xa0
[ 1557.992642]  ? fget+0x80/0xb0
[ 1557.995613]  fuse_get_tree+0xc6/0x1b0
[ 1557.999279]  vfs_get_tree+0x2e/0xf0
[ 1558.002771]  path_mount+0x4f0/0xb50
[ 1558.006266]  ? putname+0x5b/0x70
[ 1558.009499]  __x64_sys_mount+0x10d/0x150
[ 1558.013425]  x64_sys_call+0x1e1d/0x2140
[ 1558.017263]  do_syscall_64+0x51/0x120
[ 1558.020927]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 1558.025981] RIP: 0033:0x7fd154f0f03e
[ 1558.029561] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 1558.048305] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 1558.055869] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 1558.063004] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 1558.070136] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 1558.077269] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 1558.084403] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 1558.091538]  </TASK>
[ 1571.432896] rcu: INFO: rcu_preempt self-detected stall on CPU
[ 1571.438643] rcu: 	34-....: (325973 ticks this GP) idle=6724/1/0x4000000000000000 softirq=785/785 fqs=163194
[ 1571.448376] rcu: 	(t=330613 jiffies g=7337 q=90332 ncpus=128)
[ 1571.454123] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 1571.466193] Tainted: [L]=SOFTLOCKUP
[ 1571.469682] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 1571.477338] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1571.483430] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 1571.502173] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 1571.507399] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 1571.514532] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 1571.521666] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 1571.528797] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 1571.535929] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 1571.543064] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 1571.551147] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1571.556893] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 1571.564027] PKRU: 55555554
[ 1571.566738] Call Trace:
[ 1571.569193]  <IRQ>
[ 1571.571211]  ? show_regs+0x6d/0x80
[ 1571.574618]  ? dump_cpu_task+0x6b/0x80
[ 1571.578369]  ? rcu_dump_cpu_stacks+0xa4/0x100
[ 1571.582731]  ? rcu_sched_clock_irq+0x6b4/0x10c0
[ 1571.587262]  ? srso_alias_return_thunk+0x5/0xfbef5
[ 1571.592053]  ? __cgroup_account_cputime_field+0x3f/0x60
[ 1571.597280]  ? srso_alias_return_thunk+0x5/0xfbef5
[ 1571.602072]  ? account_system_index_time+0x95/0xb0
[ 1571.606865]  ? update_process_times+0x74/0xc0
[ 1571.611226]  ? tick_nohz_handler+0x9b/0x150
[ 1571.615410]  ? __pfx_tick_nohz_handler+0x10/0x10
[ 1571.620029]  ? __hrtimer_run_queues+0x114/0x2a0
[ 1571.624564]  ? hrtimer_interrupt+0x108/0x230
[ 1571.628834]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 1571.634060]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 1571.639025]  </IRQ>
[ 1571.641131]  <TASK>
[ 1571.643239]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 1571.648551]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1571.654038]  _raw_spin_lock+0x2d/0x40
[ 1571.657701]  fuse_iget+0x125/0x250
[ 1571.661110]  fuse_fill_super_common+0x3ae/0x4f0
[ 1571.665643]  ? __pfx_fuse_fill_super+0x10/0x10
[ 1571.670088]  fuse_fill_super+0x5e/0xb0
[ 1571.673838]  get_tree_nodev+0x6f/0xa0
[ 1571.677505]  ? fget+0x80/0xb0
[ 1571.680478]  fuse_get_tree+0xc6/0x1b0
[ 1571.684142]  vfs_get_tree+0x2e/0xf0
[ 1571.687636]  path_mount+0x4f0/0xb50
[ 1571.691129]  ? putname+0x5b/0x70
[ 1571.694362]  __x64_sys_mount+0x10d/0x150
[ 1571.698289]  x64_sys_call+0x1e1d/0x2140
[ 1571.702126]  do_syscall_64+0x51/0x120
[ 1571.705792]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 1571.710846] RIP: 0033:0x7fd154f0f03e
[ 1571.714422] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 1571.733167] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 1571.740735] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 1571.747865] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 1571.754999] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 1571.762132] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 1571.769264] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 1571.776400]  </TASK>
[ 1597.721212] watchdog: BUG: soft lockup - CPU#34 stuck for 1259s! [grub2-mount:4482]
[ 1597.728870] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 1597.804804] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 1597.816876] Tainted: [L]=SOFTLOCKUP
[ 1597.820368] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 1597.828023] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1597.834116] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 1597.852858] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 1597.858086] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 1597.865217] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 1597.872351] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 1597.879483] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 1597.886616] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 1597.893747] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 1597.901833] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1597.907579] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 1597.914712] PKRU: 55555554
[ 1597.917423] Call Trace:
[ 1597.919877]  <IRQ>
[ 1597.921897]  ? show_regs+0x6d/0x80
[ 1597.925302]  ? watchdog_timer_fn+0x1f8/0x280
[ 1597.929576]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 1597.934193]  ? __hrtimer_run_queues+0x114/0x2a0
[ 1597.938729]  ? hrtimer_interrupt+0x108/0x230
[ 1597.943001]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 1597.948226]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 1597.953189]  </IRQ>
[ 1597.955296]  <TASK>
[ 1597.957404]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 1597.962718]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1597.968202]  _raw_spin_lock+0x2d/0x40
[ 1597.971866]  fuse_iget+0x125/0x250
[ 1597.975274]  fuse_fill_super_common+0x3ae/0x4f0
[ 1597.979807]  ? __pfx_fuse_fill_super+0x10/0x10
[ 1597.984250]  fuse_fill_super+0x5e/0xb0
[ 1597.988004]  get_tree_nodev+0x6f/0xa0
[ 1597.991670]  ? fget+0x80/0xb0
[ 1597.994644]  fuse_get_tree+0xc6/0x1b0
[ 1597.998309]  vfs_get_tree+0x2e/0xf0
[ 1598.001800]  path_mount+0x4f0/0xb50
[ 1598.005292]  ? putname+0x5b/0x70
[ 1598.008529]  __x64_sys_mount+0x10d/0x150
[ 1598.012454]  x64_sys_call+0x1e1d/0x2140
[ 1598.016292]  do_syscall_64+0x51/0x120
[ 1598.019956]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 1598.025010] RIP: 0033:0x7fd154f0f03e
[ 1598.028589] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 1598.047333] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 1598.054898] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 1598.062034] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 1598.069163] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 1598.076297] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 1598.083429] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 1598.090564]  </TASK>
[ 1625.720523] watchdog: BUG: soft lockup - CPU#34 stuck for 1286s! [grub2-mount:4482]
[ 1625.728176] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 1625.804112] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 1625.816185] Tainted: [L]=SOFTLOCKUP
[ 1625.819677] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 1625.827330] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1625.833423] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 1625.852165] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 1625.857391] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 1625.864523] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 1625.871657] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 1625.878789] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 1625.885922] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 1625.893055] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 1625.901140] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1625.906887] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 1625.914020] PKRU: 55555554
[ 1625.916733] Call Trace:
[ 1625.919183]  <IRQ>
[ 1625.921203]  ? show_regs+0x6d/0x80
[ 1625.924611]  ? watchdog_timer_fn+0x1f8/0x280
[ 1625.928883]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 1625.933502]  ? __hrtimer_run_queues+0x114/0x2a0
[ 1625.938036]  ? hrtimer_interrupt+0x108/0x230
[ 1625.942308]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 1625.947533]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 1625.952497]  </IRQ>
[ 1625.954602]  <TASK>
[ 1625.956701]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 1625.962018]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1625.967502]  _raw_spin_lock+0x2d/0x40
[ 1625.971167]  fuse_iget+0x125/0x250
[ 1625.974572]  fuse_fill_super_common+0x3ae/0x4f0
[ 1625.979107]  ? __pfx_fuse_fill_super+0x10/0x10
[ 1625.983551]  fuse_fill_super+0x5e/0xb0
[ 1625.987302]  get_tree_nodev+0x6f/0xa0
[ 1625.990969]  ? fget+0x80/0xb0
[ 1625.993942]  fuse_get_tree+0xc6/0x1b0
[ 1625.997609]  vfs_get_tree+0x2e/0xf0
[ 1626.001101]  path_mount+0x4f0/0xb50
[ 1626.004593]  ? putname+0x5b/0x70
[ 1626.007825]  __x64_sys_mount+0x10d/0x150
[ 1626.011751]  x64_sys_call+0x1e1d/0x2140
[ 1626.015591]  do_syscall_64+0x51/0x120
[ 1626.019255]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 1626.024308] RIP: 0033:0x7fd154f0f03e
[ 1626.027888] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 1626.046633] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 1626.054197] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 1626.061329] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 1626.068462] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 1626.075596] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 1626.082729] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 1626.089866]  </TASK>
[ 1653.719836] watchdog: BUG: soft lockup - CPU#34 stuck for 1312s! [grub2-mount:4482]
[ 1653.727493] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 1653.803427] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 1653.815499] Tainted: [L]=SOFTLOCKUP
[ 1653.818991] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 1653.826645] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1653.832739] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 1653.851484] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 1653.856709] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 1653.863840] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 1653.870973] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 1653.878107] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 1653.885239] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 1653.892371] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 1653.900455] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1653.906202] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 1653.913335] PKRU: 55555554
[ 1653.916047] Call Trace:
[ 1653.918500]  <IRQ>
[ 1653.920522]  ? show_regs+0x6d/0x80
[ 1653.923925]  ? watchdog_timer_fn+0x1f8/0x280
[ 1653.928199]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 1653.932818]  ? __hrtimer_run_queues+0x114/0x2a0
[ 1653.937353]  ? hrtimer_interrupt+0x108/0x230
[ 1653.941626]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 1653.946850]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 1653.951812]  </IRQ>
[ 1653.953910]  <TASK>
[ 1653.956011]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 1653.961323]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1653.966807]  _raw_spin_lock+0x2d/0x40
[ 1653.970474]  fuse_iget+0x125/0x250
[ 1653.973878]  fuse_fill_super_common+0x3ae/0x4f0
[ 1653.978414]  ? __pfx_fuse_fill_super+0x10/0x10
[ 1653.982859]  fuse_fill_super+0x5e/0xb0
[ 1653.986608]  get_tree_nodev+0x6f/0xa0
[ 1653.990277]  ? fget+0x80/0xb0
[ 1653.993249]  fuse_get_tree+0xc6/0x1b0
[ 1653.996913]  vfs_get_tree+0x2e/0xf0
[ 1654.000407]  path_mount+0x4f0/0xb50
[ 1654.003899]  ? putname+0x5b/0x70
[ 1654.007135]  __x64_sys_mount+0x10d/0x150
[ 1654.011061]  x64_sys_call+0x1e1d/0x2140
[ 1654.014899]  do_syscall_64+0x51/0x120
[ 1654.018565]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 1654.023615] RIP: 0033:0x7fd154f0f03e
[ 1654.027195] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 1654.045939] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 1654.053505] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 1654.060638] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 1654.067769] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 1654.074893] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 1654.082025] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 1654.089156]  </TASK>
[ 1681.719147] watchdog: BUG: soft lockup - CPU#34 stuck for 1338s! [grub2-mount:4482]
[ 1681.726799] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 1681.802734] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 1681.814806] Tainted: [L]=SOFTLOCKUP
[ 1681.818299] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 1681.825953] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1681.832045] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 1681.850791] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 1681.856016] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 1681.863148] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 1681.870280] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 1681.877414] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 1681.884547] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 1681.891679] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 1681.899765] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1681.905509] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 1681.912641] PKRU: 55555554
[ 1681.915355] Call Trace:
[ 1681.917808]  <IRQ>
[ 1681.919829]  ? show_regs+0x6d/0x80
[ 1681.923233]  ? watchdog_timer_fn+0x1f8/0x280
[ 1681.927506]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 1681.932125]  ? __hrtimer_run_queues+0x114/0x2a0
[ 1681.936660]  ? hrtimer_interrupt+0x108/0x230
[ 1681.940932]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 1681.946155]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 1681.951121]  </IRQ>
[ 1681.953226]  <TASK>
[ 1681.955325]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 1681.960640]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1681.966124]  _raw_spin_lock+0x2d/0x40
[ 1681.969788]  fuse_iget+0x125/0x250
[ 1681.973197]  fuse_fill_super_common+0x3ae/0x4f0
[ 1681.977729]  ? __pfx_fuse_fill_super+0x10/0x10
[ 1681.982176]  fuse_fill_super+0x5e/0xb0
[ 1681.985926]  get_tree_nodev+0x6f/0xa0
[ 1681.989592]  ? fget+0x80/0xb0
[ 1681.992565]  fuse_get_tree+0xc6/0x1b0
[ 1681.996230]  vfs_get_tree+0x2e/0xf0
[ 1681.999723]  path_mount+0x4f0/0xb50
[ 1682.003215]  ? putname+0x5b/0x70
[ 1682.006448]  __x64_sys_mount+0x10d/0x150
[ 1682.010374]  x64_sys_call+0x1e1d/0x2140
[ 1682.014213]  do_syscall_64+0x51/0x120
[ 1682.017878]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 1682.022930] RIP: 0033:0x7fd154f0f03e
[ 1682.026510] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 1682.045258] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 1682.052822] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 1682.059954] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 1682.067087] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 1682.074219] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 1682.081353] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 1682.088488]  </TASK>
[ 1709.718459] watchdog: BUG: soft lockup - CPU#34 stuck for 1364s! [grub2-mount:4482]
[ 1709.726115] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 1709.802051] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 1709.814122] Tainted: [L]=SOFTLOCKUP
[ 1709.817616] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 1709.825267] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1709.831359] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 1709.850106] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 1709.855330] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 1709.862466] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 1709.869597] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 1709.876729] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 1709.883863] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 1709.890994] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 1709.899080] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1709.904827] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 1709.911958] PKRU: 55555554
[ 1709.914671] Call Trace:
[ 1709.917123]  <IRQ>
[ 1709.919145]  ? show_regs+0x6d/0x80
[ 1709.922550]  ? watchdog_timer_fn+0x1f8/0x280
[ 1709.926822]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 1709.931441]  ? __hrtimer_run_queues+0x114/0x2a0
[ 1709.935976]  ? hrtimer_interrupt+0x108/0x230
[ 1709.940248]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 1709.945471]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 1709.950439]  </IRQ>
[ 1709.952544]  <TASK>
[ 1709.954652]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 1709.959966]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1709.965450]  _raw_spin_lock+0x2d/0x40
[ 1709.969113]  fuse_iget+0x125/0x250
[ 1709.972521]  fuse_fill_super_common+0x3ae/0x4f0
[ 1709.977054]  ? __pfx_fuse_fill_super+0x10/0x10
[ 1709.981497]  fuse_fill_super+0x5e/0xb0
[ 1709.985250]  get_tree_nodev+0x6f/0xa0
[ 1709.988917]  ? fget+0x80/0xb0
[ 1709.991892]  fuse_get_tree+0xc6/0x1b0
[ 1709.995555]  vfs_get_tree+0x2e/0xf0
[ 1709.999048]  path_mount+0x4f0/0xb50
[ 1710.002539]  ? putname+0x5b/0x70
[ 1710.005772]  __x64_sys_mount+0x10d/0x150
[ 1710.009702]  x64_sys_call+0x1e1d/0x2140
[ 1710.013537]  do_syscall_64+0x51/0x120
[ 1710.017203]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 1710.022255] RIP: 0033:0x7fd154f0f03e
[ 1710.025834] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 1710.044582] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 1710.052146] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 1710.059279] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 1710.066411] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 1710.073544] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 1710.080675] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 1710.087804]  </TASK>
[ 1737.717771] watchdog: BUG: soft lockup - CPU#34 stuck for 1390s! [grub2-mount:4482]
[ 1737.725423] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 1737.801361] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 1737.813431] Tainted: [L]=SOFTLOCKUP
[ 1737.816923] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 1737.824575] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1737.830668] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 1737.849413] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 1737.854638] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 1737.861772] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 1737.868904] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 1737.876035] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 1737.883171] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 1737.890302] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 1737.898388] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1737.904133] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 1737.911266] PKRU: 55555554
[ 1737.913978] Call Trace:
[ 1737.916433]  <IRQ>
[ 1737.918451]  ? show_regs+0x6d/0x80
[ 1737.921857]  ? watchdog_timer_fn+0x1f8/0x280
[ 1737.926129]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 1737.930750]  ? __hrtimer_run_queues+0x114/0x2a0
[ 1737.935281]  ? hrtimer_interrupt+0x108/0x230
[ 1737.939554]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 1737.944780]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 1737.949745]  </IRQ>
[ 1737.951849]  <TASK>
[ 1737.953947]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 1737.959263]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1737.964747]  _raw_spin_lock+0x2d/0x40
[ 1737.968414]  fuse_iget+0x125/0x250
[ 1737.971822]  fuse_fill_super_common+0x3ae/0x4f0
[ 1737.976352]  ? __pfx_fuse_fill_super+0x10/0x10
[ 1737.980799]  fuse_fill_super+0x5e/0xb0
[ 1737.984549]  get_tree_nodev+0x6f/0xa0
[ 1737.988214]  ? fget+0x80/0xb0
[ 1737.991187]  fuse_get_tree+0xc6/0x1b0
[ 1737.994855]  vfs_get_tree+0x2e/0xf0
[ 1737.998347]  path_mount+0x4f0/0xb50
[ 1738.001838]  ? putname+0x5b/0x70
[ 1738.005071]  __x64_sys_mount+0x10d/0x150
[ 1738.008997]  x64_sys_call+0x1e1d/0x2140
[ 1738.012835]  do_syscall_64+0x51/0x120
[ 1738.016503]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 1738.021554] RIP: 0033:0x7fd154f0f03e
[ 1738.025136] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 1738.043879] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 1738.051445] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 1738.058578] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 1738.065711] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 1738.072842] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 1738.079976] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 1738.087112]  </TASK>
[ 1751.780463] rcu: INFO: rcu_preempt self-detected stall on CPU
[ 1751.786210] rcu: 	34-....: (370424 ticks this GP) idle=6724/1/0x4000000000000000 softirq=785/785 fqs=185465
[ 1751.795948] rcu: 	(t=375701 jiffies g=7337 q=91652 ncpus=128)
[ 1751.801692] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 1751.813762] Tainted: [L]=SOFTLOCKUP
[ 1751.817252] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 1751.824905] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1751.830998] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 1751.849742] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 1751.854971] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 1751.862100] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 1751.869234] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 1751.876367] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 1751.883499] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 1751.890633] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 1751.898719] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1751.904465] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 1751.911596] PKRU: 55555554
[ 1751.914310] Call Trace:
[ 1751.916762]  <IRQ>
[ 1751.918780]  ? show_regs+0x6d/0x80
[ 1751.922186]  ? dump_cpu_task+0x6b/0x80
[ 1751.925940]  ? rcu_dump_cpu_stacks+0xa4/0x100
[ 1751.930300]  ? rcu_sched_clock_irq+0x6b4/0x10c0
[ 1751.934834]  ? srso_alias_return_thunk+0x5/0xfbef5
[ 1751.939623]  ? __cgroup_account_cputime_field+0x3f/0x60
[ 1751.944847]  ? srso_alias_return_thunk+0x5/0xfbef5
[ 1751.949641]  ? account_system_index_time+0x95/0xb0
[ 1751.954435]  ? update_process_times+0x74/0xc0
[ 1751.958794]  ? tick_nohz_handler+0x9b/0x150
[ 1751.962978]  ? __pfx_tick_nohz_handler+0x10/0x10
[ 1751.967598]  ? __hrtimer_run_queues+0x114/0x2a0
[ 1751.972133]  ? hrtimer_interrupt+0x108/0x230
[ 1751.976404]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 1751.981629]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 1751.986596]  </IRQ>
[ 1751.988702]  <TASK>
[ 1751.990806]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 1751.996124]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1752.001607]  _raw_spin_lock+0x2d/0x40
[ 1752.005271]  fuse_iget+0x125/0x250
[ 1752.008677]  fuse_fill_super_common+0x3ae/0x4f0
[ 1752.013214]  ? __pfx_fuse_fill_super+0x10/0x10
[ 1752.017655]  fuse_fill_super+0x5e/0xb0
[ 1752.021407]  get_tree_nodev+0x6f/0xa0
[ 1752.025073]  ? fget+0x80/0xb0
[ 1752.028048]  fuse_get_tree+0xc6/0x1b0
[ 1752.031714]  vfs_get_tree+0x2e/0xf0
[ 1752.035207]  path_mount+0x4f0/0xb50
[ 1752.038700]  ? putname+0x5b/0x70
[ 1752.041933]  __x64_sys_mount+0x10d/0x150
[ 1752.045856]  x64_sys_call+0x1e1d/0x2140
[ 1752.049696]  do_syscall_64+0x51/0x120
[ 1752.053361]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 1752.058415] RIP: 0033:0x7fd154f0f03e
[ 1752.061993] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 1752.080740] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 1752.088306] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 1752.095437] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 1752.102570] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 1752.109700] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 1752.116833] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 1752.123971]  </TASK>
[ 1777.716787] watchdog: BUG: soft lockup - CPU#34 stuck for 1427s! [grub2-mount:4482]
[ 1777.724445] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 1777.800380] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 1777.812449] Tainted: [L]=SOFTLOCKUP
[ 1777.815943] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 1777.823597] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1777.829690] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 1777.848433] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 1777.853659] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 1777.860791] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 1777.867925] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 1777.875058] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 1777.882188] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 1777.889322] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 1777.897406] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1777.903154] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 1777.910285] PKRU: 55555554
[ 1777.912999] Call Trace:
[ 1777.915452]  <IRQ>
[ 1777.917471]  ? show_regs+0x6d/0x80
[ 1777.920878]  ? watchdog_timer_fn+0x1f8/0x280
[ 1777.925148]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 1777.929767]  ? __hrtimer_run_queues+0x114/0x2a0
[ 1777.934301]  ? hrtimer_interrupt+0x108/0x230
[ 1777.938573]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 1777.943799]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 1777.948766]  </IRQ>
[ 1777.950871]  <TASK>
[ 1777.952975]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 1777.958291]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1777.963776]  _raw_spin_lock+0x2d/0x40
[ 1777.967440]  fuse_iget+0x125/0x250
[ 1777.970849]  fuse_fill_super_common+0x3ae/0x4f0
[ 1777.975382]  ? __pfx_fuse_fill_super+0x10/0x10
[ 1777.979825]  fuse_fill_super+0x5e/0xb0
[ 1777.983578]  get_tree_nodev+0x6f/0xa0
[ 1777.987244]  ? fget+0x80/0xb0
[ 1777.990216]  fuse_get_tree+0xc6/0x1b0
[ 1777.993884]  vfs_get_tree+0x2e/0xf0
[ 1777.997374]  path_mount+0x4f0/0xb50
[ 1778.000867]  ? putname+0x5b/0x70
[ 1778.004100]  __x64_sys_mount+0x10d/0x150
[ 1778.008029]  x64_sys_call+0x1e1d/0x2140
[ 1778.011865]  do_syscall_64+0x51/0x120
[ 1778.015530]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 1778.020585] RIP: 0033:0x7fd154f0f03e
[ 1778.024164] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 1778.042906] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 1778.050475] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 1778.057605] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 1778.064739] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 1778.071871] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 1778.079002] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 1778.086131]  </TASK>
[ 1805.716101] watchdog: BUG: soft lockup - CPU#34 stuck for 1453s! [grub2-mount:4482]
[ 1805.723752] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 1805.799698] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 1805.811769] Tainted: [L]=SOFTLOCKUP
[ 1805.815258] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 1805.822903] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1805.828997] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 1805.847741] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 1805.852968] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 1805.860102] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 1805.867233] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 1805.874366] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 1805.881499] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 1805.888631] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 1805.896715] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1805.902463] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 1805.909594] PKRU: 55555554
[ 1805.912306] Call Trace:
[ 1805.914761]  <IRQ>
[ 1805.916780]  ? show_regs+0x6d/0x80
[ 1805.920185]  ? watchdog_timer_fn+0x1f8/0x280
[ 1805.924457]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 1805.929079]  ? __hrtimer_run_queues+0x114/0x2a0
[ 1805.933611]  ? hrtimer_interrupt+0x108/0x230
[ 1805.937883]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 1805.943108]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 1805.948072]  </IRQ>
[ 1805.950171]  <TASK>
[ 1805.952278]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 1805.957592]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1805.963076]  _raw_spin_lock+0x2d/0x40
[ 1805.966741]  fuse_iget+0x125/0x250
[ 1805.970147]  fuse_fill_super_common+0x3ae/0x4f0
[ 1805.974680]  ? __pfx_fuse_fill_super+0x10/0x10
[ 1805.979124]  fuse_fill_super+0x5e/0xb0
[ 1805.982877]  get_tree_nodev+0x6f/0xa0
[ 1805.986544]  ? fget+0x80/0xb0
[ 1805.989517]  fuse_get_tree+0xc6/0x1b0
[ 1805.993182]  vfs_get_tree+0x2e/0xf0
[ 1805.996674]  path_mount+0x4f0/0xb50
[ 1806.000167]  ? putname+0x5b/0x70
[ 1806.003400]  __x64_sys_mount+0x10d/0x150
[ 1806.007326]  x64_sys_call+0x1e1d/0x2140
[ 1806.011164]  do_syscall_64+0x51/0x120
[ 1806.014831]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 1806.019882] RIP: 0033:0x7fd154f0f03e
[ 1806.023462] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 1806.042208] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 1806.049772] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 1806.056905] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 1806.064039] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 1806.071171] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 1806.078302] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 1806.085440]  </TASK>
[ 1833.715414] watchdog: BUG: soft lockup - CPU#34 stuck for 1479s! [grub2-mount:4482]
[ 1833.723070] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 1833.799006] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 1833.811077] Tainted: [L]=SOFTLOCKUP
[ 1833.814568] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 1833.822221] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1833.828315] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 1833.847057] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 1833.852283] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 1833.859418] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 1833.866551] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 1833.873682] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 1833.880816] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 1833.887948] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 1833.896031] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1833.901780] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 1833.908911] PKRU: 55555554
[ 1833.911624] Call Trace:
[ 1833.914075]  <IRQ>
[ 1833.916097]  ? show_regs+0x6d/0x80
[ 1833.919503]  ? watchdog_timer_fn+0x1f8/0x280
[ 1833.923774]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 1833.928394]  ? __hrtimer_run_queues+0x114/0x2a0
[ 1833.932929]  ? hrtimer_interrupt+0x108/0x230
[ 1833.937199]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 1833.942423]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 1833.947390]  </IRQ>
[ 1833.949496]  <TASK>
[ 1833.951601]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 1833.956918]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1833.962402]  _raw_spin_lock+0x2d/0x40
[ 1833.966067]  fuse_iget+0x125/0x250
[ 1833.969473]  fuse_fill_super_common+0x3ae/0x4f0
[ 1833.974006]  ? __pfx_fuse_fill_super+0x10/0x10
[ 1833.978452]  fuse_fill_super+0x5e/0xb0
[ 1833.982205]  get_tree_nodev+0x6f/0xa0
[ 1833.985870]  ? fget+0x80/0xb0
[ 1833.988841]  fuse_get_tree+0xc6/0x1b0
[ 1833.992507]  vfs_get_tree+0x2e/0xf0
[ 1833.996001]  path_mount+0x4f0/0xb50
[ 1833.999492]  ? putname+0x5b/0x70
[ 1834.002725]  __x64_sys_mount+0x10d/0x150
[ 1834.006652]  x64_sys_call+0x1e1d/0x2140
[ 1834.010492]  do_syscall_64+0x51/0x120
[ 1834.014156]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 1834.019210] RIP: 0033:0x7fd154f0f03e
[ 1834.022787] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 1834.041532] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 1834.049099] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 1834.056230] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 1834.063365] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 1834.070497] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 1834.077627] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 1834.084755]  </TASK>
[ 1861.714728] watchdog: BUG: soft lockup - CPU#34 stuck for 1505s! [grub2-mount:4482]
[ 1861.722386] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 1861.798323] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 1861.810394] Tainted: [L]=SOFTLOCKUP
[ 1861.813883] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 1861.821529] RIP: 0010:native_queued_spin_lock_slowpath+0x7c/0x2d0
[ 1861.827621] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[ 1861.846366] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 1861.851591] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 1861.858724] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 1861.865856] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 1861.872991] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 1861.880122] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 1861.887256] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 1861.895342] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1861.901087] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 1861.908220] PKRU: 55555554
[ 1861.910930] Call Trace:
[ 1861.913375]  <IRQ>
[ 1861.915397]  ? show_regs+0x6d/0x80
[ 1861.918801]  ? watchdog_timer_fn+0x1f8/0x280
[ 1861.923075]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 1861.927693]  ? __hrtimer_run_queues+0x114/0x2a0
[ 1861.932225]  ? hrtimer_interrupt+0x108/0x230
[ 1861.936500]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 1861.941723]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 1861.946688]  </IRQ>
[ 1861.948785]  <TASK>
[ 1861.950894]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 1861.956209]  ? native_queued_spin_lock_slowpath+0x7c/0x2d0
[ 1861.961691]  _raw_spin_lock+0x2d/0x40
[ 1861.965359]  fuse_iget+0x125/0x250
[ 1861.968764]  fuse_fill_super_common+0x3ae/0x4f0
[ 1861.973299]  ? __pfx_fuse_fill_super+0x10/0x10
[ 1861.977740]  fuse_fill_super+0x5e/0xb0
[ 1861.981494]  get_tree_nodev+0x6f/0xa0
[ 1861.985159]  ? fget+0x80/0xb0
[ 1861.988134]  fuse_get_tree+0xc6/0x1b0
[ 1861.991800]  vfs_get_tree+0x2e/0xf0
[ 1861.995292]  path_mount+0x4f0/0xb50
[ 1861.998783]  ? putname+0x5b/0x70
[ 1862.002015]  __x64_sys_mount+0x10d/0x150
[ 1862.005944]  x64_sys_call+0x1e1d/0x2140
[ 1862.009780]  do_syscall_64+0x51/0x120
[ 1862.013448]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 1862.018498] RIP: 0033:0x7fd154f0f03e
[ 1862.022078] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 1862.040824] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 1862.048391] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 1862.055521] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 1862.062656] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 1862.069788] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 1862.076921] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 1862.084054]  </TASK>
[ 1889.714042] watchdog: BUG: soft lockup - CPU#34 stuck for 1531s! [grub2-mount:4482]
[ 1889.721693] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 1889.797629] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 1889.809700] Tainted: [L]=SOFTLOCKUP
[ 1889.813193] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 1889.820845] RIP: 0010:native_queued_spin_lock_slowpath+0x7c/0x2d0
[ 1889.826939] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[ 1889.845685] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 1889.850908] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 1889.858043] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 1889.865174] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 1889.872307] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 1889.879439] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 1889.886575] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 1889.894658] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1889.900405] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 1889.907535] PKRU: 55555554
[ 1889.910249] Call Trace:
[ 1889.912700]  <IRQ>
[ 1889.914722]  ? show_regs+0x6d/0x80
[ 1889.918126]  ? watchdog_timer_fn+0x1f8/0x280
[ 1889.922400]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 1889.927017]  ? __hrtimer_run_queues+0x114/0x2a0
[ 1889.931553]  ? hrtimer_interrupt+0x108/0x230
[ 1889.935825]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 1889.941048]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 1889.946016]  </IRQ>
[ 1889.948122]  <TASK>
[ 1889.950228]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 1889.955543]  ? native_queued_spin_lock_slowpath+0x7c/0x2d0
[ 1889.961025]  _raw_spin_lock+0x2d/0x40
[ 1889.964690]  fuse_iget+0x125/0x250
[ 1889.968097]  fuse_fill_super_common+0x3ae/0x4f0
[ 1889.972630]  ? __pfx_fuse_fill_super+0x10/0x10
[ 1889.977074]  fuse_fill_super+0x5e/0xb0
[ 1889.980827]  get_tree_nodev+0x6f/0xa0
[ 1889.984493]  ? fget+0x80/0xb0
[ 1889.987468]  fuse_get_tree+0xc6/0x1b0
[ 1889.991131]  vfs_get_tree+0x2e/0xf0
[ 1889.994627]  path_mount+0x4f0/0xb50
[ 1889.998119]  ? putname+0x5b/0x70
[ 1890.001351]  __x64_sys_mount+0x10d/0x150
[ 1890.005276]  x64_sys_call+0x1e1d/0x2140
[ 1890.009115]  do_syscall_64+0x51/0x120
[ 1890.012780]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 1890.017834] RIP: 0033:0x7fd154f0f03e
[ 1890.021412] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 1890.040157] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 1890.047723] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 1890.054858] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 1890.061988] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 1890.069120] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 1890.076252] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 1890.083389]  </TASK>
[ 1917.713355] watchdog: BUG: soft lockup - CPU#34 stuck for 1558s! [grub2-mount:4482]
[ 1917.721011] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 1917.796946] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 1917.809017] Tainted: [L]=SOFTLOCKUP
[ 1917.812508] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 1917.820153] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1917.826247] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 1917.844993] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 1917.850217] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 1917.857351] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 1917.864482] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 1917.871614] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 1917.878746] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 1917.885879] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 1917.893964] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1917.899709] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 1917.906834] PKRU: 55555554
[ 1917.909549] Call Trace:
[ 1917.912001]  <IRQ>
[ 1917.914020]  ? show_regs+0x6d/0x80
[ 1917.917427]  ? watchdog_timer_fn+0x1f8/0x280
[ 1917.921698]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 1917.926318]  ? __hrtimer_run_queues+0x114/0x2a0
[ 1917.930853]  ? hrtimer_interrupt+0x108/0x230
[ 1917.935125]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 1917.940347]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 1917.945315]  </IRQ>
[ 1917.947419]  <TASK>
[ 1917.949526]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 1917.954840]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1917.960324]  _raw_spin_lock+0x2d/0x40
[ 1917.963992]  fuse_iget+0x125/0x250
[ 1917.967398]  fuse_fill_super_common+0x3ae/0x4f0
[ 1917.971933]  ? __pfx_fuse_fill_super+0x10/0x10
[ 1917.976376]  fuse_fill_super+0x5e/0xb0
[ 1917.980126]  get_tree_nodev+0x6f/0xa0
[ 1917.983794]  ? fget+0x80/0xb0
[ 1917.986765]  fuse_get_tree+0xc6/0x1b0
[ 1917.990432]  vfs_get_tree+0x2e/0xf0
[ 1917.993925]  path_mount+0x4f0/0xb50
[ 1917.997416]  ? putname+0x5b/0x70
[ 1918.000652]  __x64_sys_mount+0x10d/0x150
[ 1918.004578]  x64_sys_call+0x1e1d/0x2140
[ 1918.008414]  do_syscall_64+0x51/0x120
[ 1918.012080]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 1918.017134] RIP: 0033:0x7fd154f0f03e
[ 1918.020714] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 1918.039457] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 1918.047023] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 1918.054155] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 1918.061288] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 1918.068419] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 1918.075554] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 1918.082688]  </TASK>
[ 1932.128040] rcu: INFO: rcu_preempt self-detected stall on CPU
[ 1932.133785] rcu: 	34-....: (414875 ticks this GP) idle=6724/1/0x4000000000000000 softirq=785/785 fqs=207737
[ 1932.143520] rcu: 	(t=420789 jiffies g=7337 q=92966 ncpus=128)
[ 1932.149265] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 1932.161334] Tainted: [L]=SOFTLOCKUP
[ 1932.164828] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 1932.172478] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1932.178572] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 1932.197318] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 1932.202544] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 1932.209675] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 1932.216809] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 1932.223941] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 1932.231073] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 1932.238206] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 1932.246290] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1932.252036] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 1932.259168] PKRU: 55555554
[ 1932.261883] Call Trace:
[ 1932.264336]  <IRQ>
[ 1932.266356]  ? show_regs+0x6d/0x80
[ 1932.269758]  ? dump_cpu_task+0x6b/0x80
[ 1932.273513]  ? rcu_dump_cpu_stacks+0xa4/0x100
[ 1932.277871]  ? rcu_sched_clock_irq+0x6b4/0x10c0
[ 1932.282407]  ? srso_alias_return_thunk+0x5/0xfbef5
[ 1932.287196]  ? __cgroup_account_cputime_field+0x3f/0x60
[ 1932.292422]  ? srso_alias_return_thunk+0x5/0xfbef5
[ 1932.297214]  ? account_system_index_time+0x95/0xb0
[ 1932.302010]  ? update_process_times+0x74/0xc0
[ 1932.306368]  ? tick_nohz_handler+0x9b/0x150
[ 1932.310553]  ? __pfx_tick_nohz_handler+0x10/0x10
[ 1932.315172]  ? __hrtimer_run_queues+0x114/0x2a0
[ 1932.319705]  ? hrtimer_interrupt+0x108/0x230
[ 1932.323977]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 1932.329202]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 1932.334170]  </IRQ>
[ 1932.336275]  <TASK>
[ 1932.338383]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 1932.343696]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1932.349182]  _raw_spin_lock+0x2d/0x40
[ 1932.352846]  fuse_iget+0x125/0x250
[ 1932.356252]  fuse_fill_super_common+0x3ae/0x4f0
[ 1932.360784]  ? __pfx_fuse_fill_super+0x10/0x10
[ 1932.365229]  fuse_fill_super+0x5e/0xb0
[ 1932.368981]  get_tree_nodev+0x6f/0xa0
[ 1932.372647]  ? fget+0x80/0xb0
[ 1932.375619]  fuse_get_tree+0xc6/0x1b0
[ 1932.379287]  vfs_get_tree+0x2e/0xf0
[ 1932.382778]  path_mount+0x4f0/0xb50
[ 1932.386271]  ? putname+0x5b/0x70
[ 1932.389506]  __x64_sys_mount+0x10d/0x150
[ 1932.393431]  x64_sys_call+0x1e1d/0x2140
[ 1932.397271]  do_syscall_64+0x51/0x120
[ 1932.400935]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 1932.405987] RIP: 0033:0x7fd154f0f03e
[ 1932.409566] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 1932.428311] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 1932.435877] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 1932.443011] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 1932.450141] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 1932.457274] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 1932.464406] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 1932.471536]  </TASK>
[ 1957.712374] watchdog: BUG: soft lockup - CPU#34 stuck for 1595s! [grub2-mount:4482]
[ 1957.720032] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 1957.795968] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 1957.808038] Tainted: [L]=SOFTLOCKUP
[ 1957.811530] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 1957.819182] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1957.825277] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 1957.844021] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 1957.849247] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 1957.856378] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 1957.863511] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 1957.870644] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 1957.877775] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 1957.884910] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 1957.892995] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1957.898741] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 1957.905874] PKRU: 55555554
[ 1957.908586] Call Trace:
[ 1957.911039]  <IRQ>
[ 1957.913059]  ? show_regs+0x6d/0x80
[ 1957.916465]  ? watchdog_timer_fn+0x1f8/0x280
[ 1957.920737]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 1957.925355]  ? __hrtimer_run_queues+0x114/0x2a0
[ 1957.929890]  ? hrtimer_interrupt+0x108/0x230
[ 1957.934162]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 1957.939386]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 1957.944352]  </IRQ>
[ 1957.946458]  <TASK>
[ 1957.948565]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 1957.953880]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1957.959364]  _raw_spin_lock+0x2d/0x40
[ 1957.963030]  fuse_iget+0x125/0x250
[ 1957.966437]  fuse_fill_super_common+0x3ae/0x4f0
[ 1957.970970]  ? __pfx_fuse_fill_super+0x10/0x10
[ 1957.975413]  fuse_fill_super+0x5e/0xb0
[ 1957.979165]  get_tree_nodev+0x6f/0xa0
[ 1957.982830]  ? fget+0x80/0xb0
[ 1957.985805]  fuse_get_tree+0xc6/0x1b0
[ 1957.989469]  vfs_get_tree+0x2e/0xf0
[ 1957.992963]  path_mount+0x4f0/0xb50
[ 1957.996457]  ? putname+0x5b/0x70
[ 1957.999687]  __x64_sys_mount+0x10d/0x150
[ 1958.003615]  x64_sys_call+0x1e1d/0x2140
[ 1958.007451]  do_syscall_64+0x51/0x120
[ 1958.011118]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 1958.016170] RIP: 0033:0x7fd154f0f03e
[ 1958.019748] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 1958.038495] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 1958.046060] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 1958.053192] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 1958.060317] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 1958.067450] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 1958.074581] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 1958.081719]  </TASK>
[ 1985.711688] watchdog: BUG: soft lockup - CPU#34 stuck for 1621s! [grub2-mount:4482]
[ 1985.719338] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 1985.795274] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 1985.807346] Tainted: [L]=SOFTLOCKUP
[ 1985.810839] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 1985.818490] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1985.824583] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 1985.843328] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 1985.848555] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 1985.855686] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 1985.862820] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 1985.869954] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 1985.877086] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 1985.884219] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 1985.892303] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1985.898048] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 1985.905181] PKRU: 55555554
[ 1985.907893] Call Trace:
[ 1985.910347]  <IRQ>
[ 1985.912366]  ? show_regs+0x6d/0x80
[ 1985.915771]  ? watchdog_timer_fn+0x1f8/0x280
[ 1985.920044]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 1985.924665]  ? __hrtimer_run_queues+0x114/0x2a0
[ 1985.929197]  ? hrtimer_interrupt+0x108/0x230
[ 1985.933471]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 1985.938694]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 1985.943659]  </IRQ>
[ 1985.945756]  <TASK>
[ 1985.947856]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 1985.953170]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1985.958654]  _raw_spin_lock+0x2d/0x40
[ 1985.962320]  fuse_iget+0x125/0x250
[ 1985.965728]  fuse_fill_super_common+0x3ae/0x4f0
[ 1985.970262]  ? __pfx_fuse_fill_super+0x10/0x10
[ 1985.974702]  fuse_fill_super+0x5e/0xb0
[ 1985.978455]  get_tree_nodev+0x6f/0xa0
[ 1985.982123]  ? fget+0x80/0xb0
[ 1985.985095]  fuse_get_tree+0xc6/0x1b0
[ 1985.988762]  vfs_get_tree+0x2e/0xf0
[ 1985.992254]  path_mount+0x4f0/0xb50
[ 1985.995745]  ? putname+0x5b/0x70
[ 1985.998979]  __x64_sys_mount+0x10d/0x150
[ 1986.002905]  x64_sys_call+0x1e1d/0x2140
[ 1986.006744]  do_syscall_64+0x51/0x120
[ 1986.010409]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 1986.015461] RIP: 0033:0x7fd154f0f03e
[ 1986.019041] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 1986.037786] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 1986.045353] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 1986.052483] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 1986.059617] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 1986.066751] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 1986.073881] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 1986.081017]  </TASK>
[ 2013.711001] watchdog: BUG: soft lockup - CPU#34 stuck for 1647s! [grub2-mount:4482]
[ 2013.718656] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 2013.794592] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 2013.806663] Tainted: [L]=SOFTLOCKUP
[ 2013.810155] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 2013.817809] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2013.823900] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 2013.842647] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 2013.847873] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 2013.855004] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 2013.862136] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 2013.869269] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 2013.876403] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 2013.883534] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 2013.891620] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2013.897366] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 2013.904498] PKRU: 55555554
[ 2013.907211] Call Trace:
[ 2013.909665]  <IRQ>
[ 2013.911683]  ? show_regs+0x6d/0x80
[ 2013.915088]  ? watchdog_timer_fn+0x1f8/0x280
[ 2013.919361]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 2013.923983]  ? __hrtimer_run_queues+0x114/0x2a0
[ 2013.928516]  ? hrtimer_interrupt+0x108/0x230
[ 2013.932789]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 2013.938012]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 2013.942979]  </IRQ>
[ 2013.945085]  <TASK>
[ 2013.947189]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 2013.952504]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2013.957988]  _raw_spin_lock+0x2d/0x40
[ 2013.961655]  fuse_iget+0x125/0x250
[ 2013.965062]  fuse_fill_super_common+0x3ae/0x4f0
[ 2013.969594]  ? __pfx_fuse_fill_super+0x10/0x10
[ 2013.974038]  fuse_fill_super+0x5e/0xb0
[ 2013.977792]  get_tree_nodev+0x6f/0xa0
[ 2013.981457]  ? fget+0x80/0xb0
[ 2013.984428]  fuse_get_tree+0xc6/0x1b0
[ 2013.988095]  vfs_get_tree+0x2e/0xf0
[ 2013.991590]  path_mount+0x4f0/0xb50
[ 2013.995080]  ? putname+0x5b/0x70
[ 2013.998313]  __x64_sys_mount+0x10d/0x150
[ 2014.002239]  x64_sys_call+0x1e1d/0x2140
[ 2014.006077]  do_syscall_64+0x51/0x120
[ 2014.009743]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 2014.014794] RIP: 0033:0x7fd154f0f03e
[ 2014.018377] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 2014.037122] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 2014.044687] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 2014.051819] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 2014.058951] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 2014.066085] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 2014.073215] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 2014.080353]  </TASK>
[ 2041.710313] watchdog: BUG: soft lockup - CPU#34 stuck for 1673s! [grub2-mount:4482]
[ 2041.717964] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 2041.793900] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 2041.805971] Tainted: [L]=SOFTLOCKUP
[ 2041.809463] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 2041.817117] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2041.823208] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 2041.841955] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 2041.847180] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 2041.854314] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 2041.861444] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 2041.868576] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 2041.875702] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 2041.882835] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 2041.890919] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2041.896667] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 2041.903799] PKRU: 55555554
[ 2041.906511] Call Trace:
[ 2041.908964]  <IRQ>
[ 2041.910984]  ? show_regs+0x6d/0x80
[ 2041.914389]  ? watchdog_timer_fn+0x1f8/0x280
[ 2041.918663]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 2041.923283]  ? __hrtimer_run_queues+0x114/0x2a0
[ 2041.927817]  ? hrtimer_interrupt+0x108/0x230
[ 2041.932086]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 2041.937311]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 2041.942278]  </IRQ>
[ 2041.944384]  <TASK>
[ 2041.946489]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 2041.951806]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2041.957288]  _raw_spin_lock+0x2d/0x40
[ 2041.960954]  fuse_iget+0x125/0x250
[ 2041.964361]  fuse_fill_super_common+0x3ae/0x4f0
[ 2041.968895]  ? __pfx_fuse_fill_super+0x10/0x10
[ 2041.973338]  fuse_fill_super+0x5e/0xb0
[ 2041.977092]  get_tree_nodev+0x6f/0xa0
[ 2041.980756]  ? fget+0x80/0xb0
[ 2041.983731]  fuse_get_tree+0xc6/0x1b0
[ 2041.987397]  vfs_get_tree+0x2e/0xf0
[ 2041.990888]  path_mount+0x4f0/0xb50
[ 2041.994380]  ? putname+0x5b/0x70
[ 2041.997615]  __x64_sys_mount+0x10d/0x150
[ 2042.001539]  x64_sys_call+0x1e1d/0x2140
[ 2042.005376]  do_syscall_64+0x51/0x120
[ 2042.009042]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 2042.014096] RIP: 0033:0x7fd154f0f03e
[ 2042.017674] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 2042.036421] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 2042.043987] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 2042.051118] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 2042.058252] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 2042.065383] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 2042.072517] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 2042.079652]  </TASK>
[ 2069.709615] watchdog: BUG: soft lockup - CPU#34 stuck for 1699s! [grub2-mount:4482]
[ 2069.717274] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 2069.793209] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 2069.805282] Tainted: [L]=SOFTLOCKUP
[ 2069.808773] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 2069.816427] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2069.822519] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 2069.841262] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 2069.846488] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 2069.853622] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 2069.860754] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 2069.867886] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 2069.875019] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 2069.882153] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 2069.890236] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2069.895984] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 2069.903117] PKRU: 55555554
[ 2069.905829] Call Trace:
[ 2069.908280]  <IRQ>
[ 2069.910302]  ? show_regs+0x6d/0x80
[ 2069.913708]  ? watchdog_timer_fn+0x1f8/0x280
[ 2069.917981]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 2069.922598]  ? __hrtimer_run_queues+0x114/0x2a0
[ 2069.927134]  ? hrtimer_interrupt+0x108/0x230
[ 2069.931406]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 2069.936631]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 2069.941595]  </IRQ>
[ 2069.943702]  <TASK>
[ 2069.945806]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 2069.951123]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2069.956607]  _raw_spin_lock+0x2d/0x40
[ 2069.960271]  fuse_iget+0x125/0x250
[ 2069.963678]  fuse_fill_super_common+0x3ae/0x4f0
[ 2069.968213]  ? __pfx_fuse_fill_super+0x10/0x10
[ 2069.972657]  fuse_fill_super+0x5e/0xb0
[ 2069.976408]  get_tree_nodev+0x6f/0xa0
[ 2069.980073]  ? fget+0x80/0xb0
[ 2069.983048]  fuse_get_tree+0xc6/0x1b0
[ 2069.986715]  vfs_get_tree+0x2e/0xf0
[ 2069.990205]  path_mount+0x4f0/0xb50
[ 2069.993697]  ? putname+0x5b/0x70
[ 2069.996933]  __x64_sys_mount+0x10d/0x150
[ 2070.000857]  x64_sys_call+0x1e1d/0x2140
[ 2070.004695]  do_syscall_64+0x51/0x120
[ 2070.008362]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 2070.013413] RIP: 0033:0x7fd154f0f03e
[ 2070.016993] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 2070.035739] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 2070.043304] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 2070.050435] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 2070.057568] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 2070.064700] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 2070.071834] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 2070.078969]  </TASK>
[ 2097.708917] watchdog: BUG: soft lockup - CPU#34 stuck for 1725s! [grub2-mount:4482]
[ 2097.716574] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 2097.792509] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 2097.804581] Tainted: [L]=SOFTLOCKUP
[ 2097.808075] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 2097.815727] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2097.821819] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 2097.840563] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 2097.845790] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 2097.852923] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 2097.860053] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 2097.867179] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 2097.874312] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 2097.881444] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 2097.889529] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2097.895275] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 2097.902407] PKRU: 55555554
[ 2097.905121] Call Trace:
[ 2097.907572]  <IRQ>
[ 2097.909594]  ? show_regs+0x6d/0x80
[ 2097.912997]  ? watchdog_timer_fn+0x1f8/0x280
[ 2097.917270]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 2097.921889]  ? __hrtimer_run_queues+0x114/0x2a0
[ 2097.926424]  ? hrtimer_interrupt+0x108/0x230
[ 2097.930695]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 2097.935921]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 2097.940887]  </IRQ>
[ 2097.942993]  <TASK>
[ 2097.945099]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 2097.950415]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2097.955898]  _raw_spin_lock+0x2d/0x40
[ 2097.959562]  fuse_iget+0x125/0x250
[ 2097.962969]  fuse_fill_super_common+0x3ae/0x4f0
[ 2097.967504]  ? __pfx_fuse_fill_super+0x10/0x10
[ 2097.971947]  fuse_fill_super+0x5e/0xb0
[ 2097.975699]  get_tree_nodev+0x6f/0xa0
[ 2097.979366]  ? fget+0x80/0xb0
[ 2097.982339]  fuse_get_tree+0xc6/0x1b0
[ 2097.986004]  vfs_get_tree+0x2e/0xf0
[ 2097.989496]  path_mount+0x4f0/0xb50
[ 2097.992990]  ? putname+0x5b/0x70
[ 2097.996223]  __x64_sys_mount+0x10d/0x150
[ 2098.000149]  x64_sys_call+0x1e1d/0x2140
[ 2098.003987]  do_syscall_64+0x51/0x120
[ 2098.007654]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 2098.012704] RIP: 0033:0x7fd154f0f03e
[ 2098.016283] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 2098.035031] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 2098.042597] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 2098.049729] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 2098.056860] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 2098.063993] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 2098.071126] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 2098.078261]  </TASK>
[ 2112.475586] rcu: INFO: rcu_preempt self-detected stall on CPU
[ 2112.481334] rcu: 	34-....: (459326 ticks this GP) idle=6724/1/0x4000000000000000 softirq=785/785 fqs=230007
[ 2112.491071] rcu: 	(t=465877 jiffies g=7337 q=94268 ncpus=128)
[ 2112.496815] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 2112.508884] Tainted: [L]=SOFTLOCKUP
[ 2112.512378] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 2112.520031] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2112.526123] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 2112.544869] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 2112.550094] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 2112.557225] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 2112.564359] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 2112.571493] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 2112.578623] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 2112.585755] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 2112.593842] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2112.599587] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 2112.606721] PKRU: 55555554
[ 2112.609434] Call Trace:
[ 2112.611886]  <IRQ>
[ 2112.613907]  ? show_regs+0x6d/0x80
[ 2112.617312]  ? dump_cpu_task+0x6b/0x80
[ 2112.621065]  ? rcu_dump_cpu_stacks+0xa4/0x100
[ 2112.625424]  ? rcu_sched_clock_irq+0x6b4/0x10c0
[ 2112.629958]  ? srso_alias_return_thunk+0x5/0xfbef5
[ 2112.634748]  ? __cgroup_account_cputime_field+0x3f/0x60
[ 2112.639972]  ? srso_alias_return_thunk+0x5/0xfbef5
[ 2112.644765]  ? account_system_index_time+0x95/0xb0
[ 2112.649561]  ? update_process_times+0x74/0xc0
[ 2112.653919]  ? tick_nohz_handler+0x9b/0x150
[ 2112.658103]  ? __pfx_tick_nohz_handler+0x10/0x10
[ 2112.662722]  ? __hrtimer_run_queues+0x114/0x2a0
[ 2112.667258]  ? hrtimer_interrupt+0x108/0x230
[ 2112.671530]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 2112.676755]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 2112.681720]  </IRQ>
[ 2112.683825]  <TASK>
[ 2112.685932]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 2112.691247]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2112.696733]  _raw_spin_lock+0x2d/0x40
[ 2112.700396]  fuse_iget+0x125/0x250
[ 2112.703803]  fuse_fill_super_common+0x3ae/0x4f0
[ 2112.708336]  ? __pfx_fuse_fill_super+0x10/0x10
[ 2112.712781]  fuse_fill_super+0x5e/0xb0
[ 2112.716535]  get_tree_nodev+0x6f/0xa0
[ 2112.720198]  ? fget+0x80/0xb0
[ 2112.723172]  fuse_get_tree+0xc6/0x1b0
[ 2112.726839]  vfs_get_tree+0x2e/0xf0
[ 2112.730330]  path_mount+0x4f0/0xb50
[ 2112.733822]  ? putname+0x5b/0x70
[ 2112.737056]  __x64_sys_mount+0x10d/0x150
[ 2112.740984]  x64_sys_call+0x1e1d/0x2140
[ 2112.744820]  do_syscall_64+0x51/0x120
[ 2112.748487]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 2112.753538] RIP: 0033:0x7fd154f0f03e
[ 2112.757119] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 2112.775864] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 2112.783429] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 2112.790561] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 2112.797693] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 2112.804826] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 2112.811959] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 2112.819096]  </TASK>
[ 2137.707920] watchdog: BUG: soft lockup - CPU#34 stuck for 1762s! [grub2-mount:4482]
[ 2137.715579] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 2137.791513] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 2137.803585] Tainted: [L]=SOFTLOCKUP
[ 2137.807078] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 2137.814732] RIP: 0010:native_queued_spin_lock_slowpath+0x7c/0x2d0
[ 2137.820823] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[ 2137.839567] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 2137.844794] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 2137.851925] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 2137.859058] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 2137.866190] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 2137.873325] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 2137.880455] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 2137.888544] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2137.894289] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 2137.901421] PKRU: 55555554
[ 2137.904133] Call Trace:
[ 2137.906586]  <IRQ>
[ 2137.908605]  ? show_regs+0x6d/0x80
[ 2137.912010]  ? watchdog_timer_fn+0x1f8/0x280
[ 2137.916285]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 2137.920902]  ? __hrtimer_run_queues+0x114/0x2a0
[ 2137.925438]  ? hrtimer_interrupt+0x108/0x230
[ 2137.929711]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 2137.934935]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 2137.939899]  </IRQ>
[ 2137.942007]  <TASK>
[ 2137.944111]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 2137.949427]  ? native_queued_spin_lock_slowpath+0x7c/0x2d0
[ 2137.954912]  _raw_spin_lock+0x2d/0x40
[ 2137.958577]  fuse_iget+0x125/0x250
[ 2137.961982]  fuse_fill_super_common+0x3ae/0x4f0
[ 2137.966516]  ? __pfx_fuse_fill_super+0x10/0x10
[ 2137.970962]  fuse_fill_super+0x5e/0xb0
[ 2137.974715]  get_tree_nodev+0x6f/0xa0
[ 2137.978378]  ? fget+0x80/0xb0
[ 2137.981353]  fuse_get_tree+0xc6/0x1b0
[ 2137.985020]  vfs_get_tree+0x2e/0xf0
[ 2137.988511]  path_mount+0x4f0/0xb50
[ 2137.992002]  ? putname+0x5b/0x70
[ 2137.995238]  __x64_sys_mount+0x10d/0x150
[ 2137.999162]  x64_sys_call+0x1e1d/0x2140
[ 2138.002999]  do_syscall_64+0x51/0x120
[ 2138.006665]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 2138.011717] RIP: 0033:0x7fd154f0f03e
[ 2138.015298] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 2138.034044] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 2138.041608] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 2138.048740] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 2138.055875] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 2138.063005] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 2138.070138] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 2138.077274]  </TASK>
[ 2165.707222] watchdog: BUG: soft lockup - CPU#34 stuck for 1788s! [grub2-mount:4482]
[ 2165.714880] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 2165.790813] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 2165.802887] Tainted: [L]=SOFTLOCKUP
[ 2165.806380] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 2165.814033] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2165.820122] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 2165.838867] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 2165.844094] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 2165.851226] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 2165.858359] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 2165.865490] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 2165.872616] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 2165.879749] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 2165.887834] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2165.893581] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 2165.900712] PKRU: 55555554
[ 2165.903426] Call Trace:
[ 2165.905877]  <IRQ>
[ 2165.907900]  ? show_regs+0x6d/0x80
[ 2165.911302]  ? watchdog_timer_fn+0x1f8/0x280
[ 2165.915577]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 2165.920196]  ? __hrtimer_run_queues+0x114/0x2a0
[ 2165.924729]  ? hrtimer_interrupt+0x108/0x230
[ 2165.929002]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 2165.934224]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 2165.939193]  </IRQ>
[ 2165.941297]  <TASK>
[ 2165.943405]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 2165.948719]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2165.954204]  _raw_spin_lock+0x2d/0x40
[ 2165.957868]  fuse_iget+0x125/0x250
[ 2165.961276]  fuse_fill_super_common+0x3ae/0x4f0
[ 2165.965809]  ? __pfx_fuse_fill_super+0x10/0x10
[ 2165.970252]  fuse_fill_super+0x5e/0xb0
[ 2165.974006]  get_tree_nodev+0x6f/0xa0
[ 2165.977669]  ? fget+0x80/0xb0
[ 2165.980642]  fuse_get_tree+0xc6/0x1b0
[ 2165.984310]  vfs_get_tree+0x2e/0xf0
[ 2165.987801]  path_mount+0x4f0/0xb50
[ 2165.991294]  ? putname+0x5b/0x70
[ 2165.994529]  __x64_sys_mount+0x10d/0x150
[ 2165.998455]  x64_sys_call+0x1e1d/0x2140
[ 2166.002293]  do_syscall_64+0x51/0x120
[ 2166.005958]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 2166.011009] RIP: 0033:0x7fd154f0f03e
[ 2166.014589] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 2166.033334] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 2166.040902] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 2166.048032] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 2166.055166] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 2166.062298] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 2166.069431] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 2166.076568]  </TASK>
[ 2193.706524] watchdog: BUG: soft lockup - CPU#34 stuck for 1815s! [grub2-mount:4482]
[ 2193.714178] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 2193.790115] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 2193.802186] Tainted: [L]=SOFTLOCKUP
[ 2193.805678] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 2193.813332] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2193.819425] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 2193.838168] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 2193.843394] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 2193.850529] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 2193.857660] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 2193.864793] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 2193.871924] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 2193.879059] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 2193.887143] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2193.892888] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 2193.900023] PKRU: 55555554
[ 2193.902732] Call Trace:
[ 2193.905178]  <IRQ>
[ 2193.907199]  ? show_regs+0x6d/0x80
[ 2193.910604]  ? watchdog_timer_fn+0x1f8/0x280
[ 2193.914874]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 2193.919496]  ? __hrtimer_run_queues+0x114/0x2a0
[ 2193.924031]  ? hrtimer_interrupt+0x108/0x230
[ 2193.928303]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 2193.933527]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 2193.938493]  </IRQ>
[ 2193.940597]  <TASK>
[ 2193.942704]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 2193.948017]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2193.953505]  _raw_spin_lock+0x2d/0x40
[ 2193.957168]  fuse_iget+0x125/0x250
[ 2193.960576]  fuse_fill_super_common+0x3ae/0x4f0
[ 2193.965108]  ? __pfx_fuse_fill_super+0x10/0x10
[ 2193.969551]  fuse_fill_super+0x5e/0xb0
[ 2193.973304]  get_tree_nodev+0x6f/0xa0
[ 2193.976969]  ? fget+0x80/0xb0
[ 2193.979945]  fuse_get_tree+0xc6/0x1b0
[ 2193.983610]  vfs_get_tree+0x2e/0xf0
[ 2193.987103]  path_mount+0x4f0/0xb50
[ 2193.990594]  ? putname+0x5b/0x70
[ 2193.993828]  __x64_sys_mount+0x10d/0x150
[ 2193.997755]  x64_sys_call+0x1e1d/0x2140
[ 2194.001592]  do_syscall_64+0x51/0x120
[ 2194.005259]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 2194.010311] RIP: 0033:0x7fd154f0f03e
[ 2194.013889] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 2194.032635] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 2194.040201] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 2194.047335] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 2194.054467] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 2194.061596] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 2194.068723] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 2194.075857]  </TASK>
[ 2221.705826] watchdog: BUG: soft lockup - CPU#34 stuck for 1841s! [grub2-mount:4482]
[ 2221.713481] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 2221.789425] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 2221.801495] Tainted: [L]=SOFTLOCKUP
[ 2221.804988] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 2221.812640] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2221.818734] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 2221.837478] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 2221.842702] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 2221.849836] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 2221.856968] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 2221.864102] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 2221.871233] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 2221.878368] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 2221.886452] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2221.892199] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 2221.899329] PKRU: 55555554
[ 2221.902044] Call Trace:
[ 2221.904496]  <IRQ>
[ 2221.906518]  ? show_regs+0x6d/0x80
[ 2221.909922]  ? watchdog_timer_fn+0x1f8/0x280
[ 2221.914193]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 2221.918813]  ? __hrtimer_run_queues+0x114/0x2a0
[ 2221.923348]  ? hrtimer_interrupt+0x108/0x230
[ 2221.927618]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 2221.932845]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 2221.937808]  </IRQ>
[ 2221.939916]  <TASK>
[ 2221.942022]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 2221.947338]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2221.952820]  _raw_spin_lock+0x2d/0x40
[ 2221.956485]  fuse_iget+0x125/0x250
[ 2221.959893]  fuse_fill_super_common+0x3ae/0x4f0
[ 2221.964425]  ? __pfx_fuse_fill_super+0x10/0x10
[ 2221.968871]  fuse_fill_super+0x5e/0xb0
[ 2221.972623]  get_tree_nodev+0x6f/0xa0
[ 2221.976287]  ? fget+0x80/0xb0
[ 2221.979261]  fuse_get_tree+0xc6/0x1b0
[ 2221.982929]  vfs_get_tree+0x2e/0xf0
[ 2221.986421]  path_mount+0x4f0/0xb50
[ 2221.989914]  ? putname+0x5b/0x70
[ 2221.993147]  __x64_sys_mount+0x10d/0x150
[ 2221.997073]  x64_sys_call+0x1e1d/0x2140
[ 2222.000909]  do_syscall_64+0x51/0x120
[ 2222.004576]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 2222.009628] RIP: 0033:0x7fd154f0f03e
[ 2222.013207] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 2222.031951] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 2222.039519] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 2222.046649] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 2222.053774] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 2222.060907] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 2222.068039] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 2222.075175]  </TASK>
[ 2249.705128] watchdog: BUG: soft lockup - CPU#34 stuck for 1867s! [grub2-mount:4482]
[ 2249.712780] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 2249.788717] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 2249.800787] Tainted: [L]=SOFTLOCKUP
[ 2249.804279] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 2249.811931] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2249.818024] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 2249.836770] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 2249.841997] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 2249.849129] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 2249.856261] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 2249.863392] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 2249.870524] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 2249.877659] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 2249.885742] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2249.891490] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 2249.898622] PKRU: 55555554
[ 2249.901336] Call Trace:
[ 2249.903787]  <IRQ>
[ 2249.905807]  ? show_regs+0x6d/0x80
[ 2249.909212]  ? watchdog_timer_fn+0x1f8/0x280
[ 2249.913486]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 2249.918106]  ? __hrtimer_run_queues+0x114/0x2a0
[ 2249.922639]  ? hrtimer_interrupt+0x108/0x230
[ 2249.926909]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 2249.932137]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 2249.937102]  </IRQ>
[ 2249.939208]  <TASK>
[ 2249.941313]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 2249.946627]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2249.952113]  _raw_spin_lock+0x2d/0x40
[ 2249.955777]  fuse_iget+0x125/0x250
[ 2249.959185]  fuse_fill_super_common+0x3ae/0x4f0
[ 2249.963717]  ? __pfx_fuse_fill_super+0x10/0x10
[ 2249.968162]  fuse_fill_super+0x5e/0xb0
[ 2249.971914]  get_tree_nodev+0x6f/0xa0
[ 2249.975579]  ? fget+0x80/0xb0
[ 2249.978553]  fuse_get_tree+0xc6/0x1b0
[ 2249.982219]  vfs_get_tree+0x2e/0xf0
[ 2249.985711]  path_mount+0x4f0/0xb50
[ 2249.989203]  ? putname+0x5b/0x70
[ 2249.992437]  __x64_sys_mount+0x10d/0x150
[ 2249.996362]  x64_sys_call+0x1e1d/0x2140
[ 2250.000201]  do_syscall_64+0x51/0x120
[ 2250.003867]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 2250.008919] RIP: 0033:0x7fd154f0f03e
[ 2250.012498] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 2250.031245] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 2250.038808] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 2250.045932] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 2250.053058] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 2250.060190] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 2250.067322] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 2250.074457]  </TASK>
[ 2277.704436] watchdog: BUG: soft lockup - CPU#34 stuck for 1893s! [grub2-mount:4482]
[ 2277.712089] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 2277.788025] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 2277.800096] Tainted: [L]=SOFTLOCKUP
[ 2277.803588] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 2277.811242] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2277.817332] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 2277.836080] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 2277.841305] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 2277.848438] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 2277.855570] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 2277.862700] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 2277.869835] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 2277.876966] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 2277.885052] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2277.890798] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 2277.897933] PKRU: 55555554
[ 2277.900644] Call Trace:
[ 2277.903097]  <IRQ>
[ 2277.905116]  ? show_regs+0x6d/0x80
[ 2277.908520]  ? watchdog_timer_fn+0x1f8/0x280
[ 2277.912795]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 2277.917413]  ? __hrtimer_run_queues+0x114/0x2a0
[ 2277.921949]  ? hrtimer_interrupt+0x108/0x230
[ 2277.926219]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 2277.931443]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 2277.936410]  </IRQ>
[ 2277.938517]  <TASK>
[ 2277.940623]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 2277.945938]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2277.951422]  _raw_spin_lock+0x2d/0x40
[ 2277.955085]  fuse_iget+0x125/0x250
[ 2277.958492]  fuse_fill_super_common+0x3ae/0x4f0
[ 2277.963027]  ? __pfx_fuse_fill_super+0x10/0x10
[ 2277.967471]  fuse_fill_super+0x5e/0xb0
[ 2277.971222]  get_tree_nodev+0x6f/0xa0
[ 2277.974890]  ? fget+0x80/0xb0
[ 2277.977861]  fuse_get_tree+0xc6/0x1b0
[ 2277.981529]  vfs_get_tree+0x2e/0xf0
[ 2277.985019]  path_mount+0x4f0/0xb50
[ 2277.988513]  ? putname+0x5b/0x70
[ 2277.991746]  __x64_sys_mount+0x10d/0x150
[ 2277.995672]  x64_sys_call+0x1e1d/0x2140
[ 2277.999512]  do_syscall_64+0x51/0x120
[ 2278.003177]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 2278.008227] RIP: 0033:0x7fd154f0f03e
[ 2278.011808] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 2278.030554] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 2278.038119] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 2278.045251] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 2278.052382] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 2278.059508] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 2278.066641] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 2278.073776]  </TASK>
[ 2292.819103] rcu: INFO: rcu_preempt self-detected stall on CPU
[ 2292.824849] rcu: 	34-....: (503776 ticks this GP) idle=6724/1/0x4000000000000000 softirq=785/785 fqs=252285
[ 2292.834586] rcu: 	(t=510964 jiffies g=7337 q=95625 ncpus=128)
[ 2292.840331] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 2292.852401] Tainted: [L]=SOFTLOCKUP
[ 2292.855891] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 2292.863545] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2292.869638] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 2292.888382] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 2292.893607] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 2292.900732] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 2292.907865] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 2292.914997] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 2292.922131] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 2292.929264] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 2292.937347] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2292.943094] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 2292.950227] PKRU: 55555554
[ 2292.952939] Call Trace:
[ 2292.955394]  <IRQ>
[ 2292.957413]  ? show_regs+0x6d/0x80
[ 2292.960818]  ? dump_cpu_task+0x6b/0x80
[ 2292.964569]  ? rcu_dump_cpu_stacks+0xa4/0x100
[ 2292.968930]  ? rcu_sched_clock_irq+0x6b4/0x10c0
[ 2292.973463]  ? srso_alias_return_thunk+0x5/0xfbef5
[ 2292.978252]  ? __cgroup_account_cputime_field+0x3f/0x60
[ 2292.983480]  ? srso_alias_return_thunk+0x5/0xfbef5
[ 2292.988272]  ? account_system_index_time+0x95/0xb0
[ 2292.993066]  ? update_process_times+0x74/0xc0
[ 2292.997424]  ? tick_nohz_handler+0x9b/0x150
[ 2293.001609]  ? __pfx_tick_nohz_handler+0x10/0x10
[ 2293.006229]  ? __hrtimer_run_queues+0x114/0x2a0
[ 2293.010763]  ? hrtimer_interrupt+0x108/0x230
[ 2293.015037]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 2293.020261]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 2293.025224]  </IRQ>
[ 2293.027333]  <TASK>
[ 2293.029436]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 2293.034754]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2293.040239]  _raw_spin_lock+0x2d/0x40
[ 2293.043904]  fuse_iget+0x125/0x250
[ 2293.047310]  fuse_fill_super_common+0x3ae/0x4f0
[ 2293.051843]  ? __pfx_fuse_fill_super+0x10/0x10
[ 2293.056285]  fuse_fill_super+0x5e/0xb0
[ 2293.060040]  get_tree_nodev+0x6f/0xa0
[ 2293.063704]  ? fget+0x80/0xb0
[ 2293.066679]  fuse_get_tree+0xc6/0x1b0
[ 2293.070342]  vfs_get_tree+0x2e/0xf0
[ 2293.073835]  path_mount+0x4f0/0xb50
[ 2293.077328]  ? putname+0x5b/0x70
[ 2293.080564]  __x64_sys_mount+0x10d/0x150
[ 2293.084487]  x64_sys_call+0x1e1d/0x2140
[ 2293.088327]  do_syscall_64+0x51/0x120
[ 2293.091992]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 2293.097043] RIP: 0033:0x7fd154f0f03e
[ 2293.100626] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 2293.119370] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 2293.126935] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 2293.134068] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 2293.141200] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 2293.148333] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 2293.155463] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 2293.162602]  </TASK>
[ 2317.703454] watchdog: BUG: soft lockup - CPU#34 stuck for 1930s! [grub2-mount:4482]
[ 2317.711111] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 2317.787055] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 2317.799126] Tainted: [L]=SOFTLOCKUP
[ 2317.802617] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 2317.810271] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2317.816363] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 2317.835109] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 2317.840335] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 2317.847467] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 2317.854597] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 2317.861730] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 2317.868865] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 2317.875997] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 2317.884082] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2317.889829] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 2317.896961] PKRU: 55555554
[ 2317.899674] Call Trace:
[ 2317.902128]  <IRQ>
[ 2317.904145]  ? show_regs+0x6d/0x80
[ 2317.907550]  ? watchdog_timer_fn+0x1f8/0x280
[ 2317.911825]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 2317.916442]  ? __hrtimer_run_queues+0x114/0x2a0
[ 2317.920977]  ? hrtimer_interrupt+0x108/0x230
[ 2317.925249]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 2317.930473]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 2317.935439]  </IRQ>
[ 2317.937545]  <TASK>
[ 2317.939652]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 2317.944967]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2317.950450]  _raw_spin_lock+0x2d/0x40
[ 2317.954117]  fuse_iget+0x125/0x250
[ 2317.957524]  fuse_fill_super_common+0x3ae/0x4f0
[ 2317.962058]  ? __pfx_fuse_fill_super+0x10/0x10
[ 2317.966502]  fuse_fill_super+0x5e/0xb0
[ 2317.970254]  get_tree_nodev+0x6f/0xa0
[ 2317.973917]  ? fget+0x80/0xb0
[ 2317.976893]  fuse_get_tree+0xc6/0x1b0
[ 2317.980557]  vfs_get_tree+0x2e/0xf0
[ 2317.984050]  path_mount+0x4f0/0xb50
[ 2317.987541]  ? putname+0x5b/0x70
[ 2317.990776]  __x64_sys_mount+0x10d/0x150
[ 2317.994702]  x64_sys_call+0x1e1d/0x2140
[ 2317.998541]  do_syscall_64+0x51/0x120
[ 2318.002204]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 2318.007259] RIP: 0033:0x7fd154f0f03e
[ 2318.010838] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 2318.029582] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 2318.037147] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 2318.044282] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 2318.051414] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 2318.058548] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 2318.065680] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 2318.072813]  </TASK>
[ 2345.702767] watchdog: BUG: soft lockup - CPU#34 stuck for 1956s! [grub2-mount:4482]
[ 2345.710418] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 2345.786355] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 2345.798426] Tainted: [L]=SOFTLOCKUP
[ 2345.801917] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 2345.809569] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2345.815663] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 2345.834410] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 2345.839634] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 2345.846768] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 2345.853900] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 2345.861033] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 2345.868163] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 2345.875298] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 2345.883381] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2345.889128] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 2345.896260] PKRU: 55555554
[ 2345.898975] Call Trace:
[ 2345.901427]  <IRQ>
[ 2345.903448]  ? show_regs+0x6d/0x80
[ 2345.906852]  ? watchdog_timer_fn+0x1f8/0x280
[ 2345.911123]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 2345.915742]  ? __hrtimer_run_queues+0x114/0x2a0
[ 2345.920278]  ? hrtimer_interrupt+0x108/0x230
[ 2345.924549]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 2345.929776]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 2345.934739]  </IRQ>
[ 2345.936846]  <TASK>
[ 2345.938950]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 2345.944268]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2345.949751]  _raw_spin_lock+0x2d/0x40
[ 2345.953414]  fuse_iget+0x125/0x250
[ 2345.956822]  fuse_fill_super_common+0x3ae/0x4f0
[ 2345.961356]  ? __pfx_fuse_fill_super+0x10/0x10
[ 2345.965801]  fuse_fill_super+0x5e/0xb0
[ 2345.969555]  get_tree_nodev+0x6f/0xa0
[ 2345.973217]  ? fget+0x80/0xb0
[ 2345.976191]  fuse_get_tree+0xc6/0x1b0
[ 2345.979858]  vfs_get_tree+0x2e/0xf0
[ 2345.983350]  path_mount+0x4f0/0xb50
[ 2345.986841]  ? putname+0x5b/0x70
[ 2345.990076]  __x64_sys_mount+0x10d/0x150
[ 2345.994003]  x64_sys_call+0x1e1d/0x2140
[ 2345.997841]  do_syscall_64+0x51/0x120
[ 2346.001507]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 2346.006559] RIP: 0033:0x7fd154f0f03e
[ 2346.010138] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 2346.028884] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 2346.036449] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 2346.043582] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 2346.050712] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 2346.057846] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 2346.064978] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 2346.072114]  </TASK>
[ 2373.702080] watchdog: BUG: soft lockup - CPU#34 stuck for 1982s! [grub2-mount:4482]
[ 2373.709735] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 2373.785672] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 2373.797743] Tainted: [L]=SOFTLOCKUP
[ 2373.801233] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 2373.808886] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2373.814979] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 2373.833726] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 2373.838949] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 2373.846083] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 2373.853215] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 2373.860348] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 2373.867480] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 2373.874613] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 2373.882697] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2373.888445] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 2373.895579] PKRU: 55555554
[ 2373.898288] Call Trace:
[ 2373.900735]  <IRQ>
[ 2373.902755]  ? show_regs+0x6d/0x80
[ 2373.906157]  ? watchdog_timer_fn+0x1f8/0x280
[ 2373.910430]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 2373.915050]  ? __hrtimer_run_queues+0x114/0x2a0
[ 2373.919584]  ? hrtimer_interrupt+0x108/0x230
[ 2373.923858]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 2373.929083]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 2373.934047]  </IRQ>
[ 2373.936153]  <TASK>
[ 2373.938261]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 2373.943574]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2373.949057]  _raw_spin_lock+0x2d/0x40
[ 2373.952724]  fuse_iget+0x125/0x250
[ 2373.956130]  fuse_fill_super_common+0x3ae/0x4f0
[ 2373.960664]  ? __pfx_fuse_fill_super+0x10/0x10
[ 2373.965108]  fuse_fill_super+0x5e/0xb0
[ 2373.968861]  get_tree_nodev+0x6f/0xa0
[ 2373.972525]  ? fget+0x80/0xb0
[ 2373.975499]  fuse_get_tree+0xc6/0x1b0
[ 2373.979166]  vfs_get_tree+0x2e/0xf0
[ 2373.982658]  path_mount+0x4f0/0xb50
[ 2373.986150]  ? putname+0x5b/0x70
[ 2373.989383]  __x64_sys_mount+0x10d/0x150
[ 2373.993309]  x64_sys_call+0x1e1d/0x2140
[ 2373.997147]  do_syscall_64+0x51/0x120
[ 2374.000815]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 2374.005865] RIP: 0033:0x7fd154f0f03e
[ 2374.009444] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 2374.028192] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 2374.035756] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 2374.042890] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 2374.050022] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 2374.057154] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 2374.064286] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 2374.071420]  </TASK>
[ 2401.701393] watchdog: BUG: soft lockup - CPU#34 stuck for 2008s! [grub2-mount:4482]
[ 2401.709052] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 2401.784985] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 2401.797060] Tainted: [L]=SOFTLOCKUP
[ 2401.800552] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 2401.808204] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2401.814297] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 2401.833042] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 2401.838265] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 2401.845390] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 2401.852522] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 2401.859657] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 2401.866787] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 2401.873922] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 2401.882006] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2401.887754] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 2401.894884] PKRU: 55555554
[ 2401.897597] Call Trace:
[ 2401.900052]  <IRQ>
[ 2401.902070]  ? show_regs+0x6d/0x80
[ 2401.905475]  ? watchdog_timer_fn+0x1f8/0x280
[ 2401.909747]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 2401.914367]  ? __hrtimer_run_queues+0x114/0x2a0
[ 2401.918903]  ? hrtimer_interrupt+0x108/0x230
[ 2401.923175]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 2401.928398]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 2401.933364]  </IRQ>
[ 2401.935471]  <TASK>
[ 2401.937577]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 2401.942892]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2401.948377]  _raw_spin_lock+0x2d/0x40
[ 2401.952040]  fuse_iget+0x125/0x250
[ 2401.955447]  fuse_fill_super_common+0x3ae/0x4f0
[ 2401.959981]  ? __pfx_fuse_fill_super+0x10/0x10
[ 2401.964425]  fuse_fill_super+0x5e/0xb0
[ 2401.968178]  get_tree_nodev+0x6f/0xa0
[ 2401.971842]  ? fget+0x80/0xb0
[ 2401.974816]  fuse_get_tree+0xc6/0x1b0
[ 2401.978483]  vfs_get_tree+0x2e/0xf0
[ 2401.981976]  path_mount+0x4f0/0xb50
[ 2401.985466]  ? putname+0x5b/0x70
[ 2401.988699]  __x64_sys_mount+0x10d/0x150
[ 2401.992628]  x64_sys_call+0x1e1d/0x2140
[ 2401.996466]  do_syscall_64+0x51/0x120
[ 2402.000130]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 2402.005184] RIP: 0033:0x7fd154f0f03e
[ 2402.008763] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 2402.027506] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 2402.035073] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 2402.042207] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 2402.049338] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 2402.056469] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 2402.063603] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 2402.070740]  </TASK>
[ 2429.700705] watchdog: BUG: soft lockup - CPU#34 stuck for 2034s! [grub2-mount:4482]
[ 2429.708361] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 2429.784297] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 2429.796368] Tainted: [L]=SOFTLOCKUP
[ 2429.799859] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 2429.807513] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2429.813604] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 2429.832349] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 2429.837575] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 2429.844707] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 2429.851838] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 2429.858971] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 2429.866105] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 2429.873236] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 2429.881323] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2429.887068] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 2429.894202] PKRU: 55555554
[ 2429.896913] Call Trace:
[ 2429.899368]  <IRQ>
[ 2429.901386]  ? show_regs+0x6d/0x80
[ 2429.904794]  ? watchdog_timer_fn+0x1f8/0x280
[ 2429.909065]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 2429.913683]  ? __hrtimer_run_queues+0x114/0x2a0
[ 2429.918219]  ? hrtimer_interrupt+0x108/0x230
[ 2429.922489]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 2429.927713]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 2429.932680]  </IRQ>
[ 2429.934788]  <TASK>
[ 2429.936893]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 2429.942207]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2429.947692]  _raw_spin_lock+0x2d/0x40
[ 2429.951357]  fuse_iget+0x125/0x250
[ 2429.954764]  fuse_fill_super_common+0x3ae/0x4f0
[ 2429.959297]  ? __pfx_fuse_fill_super+0x10/0x10
[ 2429.963741]  fuse_fill_super+0x5e/0xb0
[ 2429.967493]  get_tree_nodev+0x6f/0xa0
[ 2429.971159]  ? fget+0x80/0xb0
[ 2429.974134]  fuse_get_tree+0xc6/0x1b0
[ 2429.977800]  vfs_get_tree+0x2e/0xf0
[ 2429.981290]  path_mount+0x4f0/0xb50
[ 2429.984782]  ? putname+0x5b/0x70
[ 2429.988019]  __x64_sys_mount+0x10d/0x150
[ 2429.991942]  x64_sys_call+0x1e1d/0x2140
[ 2429.995779]  do_syscall_64+0x51/0x120
[ 2429.999448]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 2430.004499] RIP: 0033:0x7fd154f0f03e
[ 2430.008080] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 2430.026825] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 2430.034388] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 2430.041520] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 2430.048656] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 2430.055787] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 2430.062920] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 2430.070055]  </TASK>
[ 2457.700010] watchdog: BUG: soft lockup - CPU#34 stuck for 2060s! [grub2-mount:4482]
[ 2457.707668] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 2457.783602] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 2457.795675] Tainted: [L]=SOFTLOCKUP
[ 2457.799168] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 2457.806819] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2457.812911] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 2457.831657] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 2457.836881] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 2457.844015] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 2457.851147] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 2457.858280] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 2457.865412] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 2457.872544] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 2457.880631] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2457.886376] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 2457.893509] PKRU: 55555554
[ 2457.896221] Call Trace:
[ 2457.898675]  <IRQ>
[ 2457.900695]  ? show_regs+0x6d/0x80
[ 2457.904100]  ? watchdog_timer_fn+0x1f8/0x280
[ 2457.908373]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 2457.912992]  ? __hrtimer_run_queues+0x114/0x2a0
[ 2457.917526]  ? hrtimer_interrupt+0x108/0x230
[ 2457.921799]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 2457.927021]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 2457.931988]  </IRQ>
[ 2457.934093]  <TASK>
[ 2457.936193]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 2457.941506]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2457.946991]  _raw_spin_lock+0x2d/0x40
[ 2457.950657]  fuse_iget+0x125/0x250
[ 2457.954063]  fuse_fill_super_common+0x3ae/0x4f0
[ 2457.958598]  ? __pfx_fuse_fill_super+0x10/0x10
[ 2457.963042]  fuse_fill_super+0x5e/0xb0
[ 2457.966792]  get_tree_nodev+0x6f/0xa0
[ 2457.970458]  ? fget+0x80/0xb0
[ 2457.973433]  fuse_get_tree+0xc6/0x1b0
[ 2457.977098]  vfs_get_tree+0x2e/0xf0
[ 2457.980591]  path_mount+0x4f0/0xb50
[ 2457.984084]  ? putname+0x5b/0x70
[ 2457.987316]  __x64_sys_mount+0x10d/0x150
[ 2457.991243]  x64_sys_call+0x1e1d/0x2140
[ 2457.995078]  do_syscall_64+0x51/0x120
[ 2457.998746]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 2458.003797] RIP: 0033:0x7fd154f0f03e
[ 2458.007378] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 2458.026122] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 2458.033688] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 2458.040821] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 2458.047955] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 2458.055084] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 2458.062210] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 2458.069346]  </TASK>
[ 2473.166663] rcu: INFO: rcu_preempt self-detected stall on CPU
[ 2473.172415] rcu: 	34-....: (548227 ticks this GP) idle=6724/1/0x4000000000000000 softirq=785/785 fqs=274560
[ 2473.182150] rcu: 	(t=556052 jiffies g=7337 q=96903 ncpus=128)
[ 2473.187896] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 2473.199967] Tainted: [L]=SOFTLOCKUP
[ 2473.203459] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 2473.211111] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2473.217203] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 2473.235947] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 2473.241173] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 2473.248304] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 2473.255438] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 2473.262571] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 2473.269702] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 2473.276835] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 2473.284921] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2473.290667] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 2473.297800] PKRU: 55555554
[ 2473.300511] Call Trace:
[ 2473.302956]  <IRQ>
[ 2473.304978]  ? show_regs+0x6d/0x80
[ 2473.308383]  ? dump_cpu_task+0x6b/0x80
[ 2473.312135]  ? rcu_dump_cpu_stacks+0xa4/0x100
[ 2473.316492]  ? rcu_sched_clock_irq+0x6b4/0x10c0
[ 2473.321027]  ? srso_alias_return_thunk+0x5/0xfbef5
[ 2473.325816]  ? __cgroup_account_cputime_field+0x3f/0x60
[ 2473.331044]  ? srso_alias_return_thunk+0x5/0xfbef5
[ 2473.335838]  ? account_system_index_time+0x95/0xb0
[ 2473.340631]  ? update_process_times+0x74/0xc0
[ 2473.344989]  ? tick_nohz_handler+0x9b/0x150
[ 2473.349174]  ? __pfx_tick_nohz_handler+0x10/0x10
[ 2473.353795]  ? __hrtimer_run_queues+0x114/0x2a0
[ 2473.358327]  ? hrtimer_interrupt+0x108/0x230
[ 2473.362602]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 2473.367825]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 2473.372791]  </IRQ>
[ 2473.374897]  <TASK>
[ 2473.377001]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 2473.382317]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2473.387801]  _raw_spin_lock+0x2d/0x40
[ 2473.391468]  fuse_iget+0x125/0x250
[ 2473.394873]  fuse_fill_super_common+0x3ae/0x4f0
[ 2473.399407]  ? __pfx_fuse_fill_super+0x10/0x10
[ 2473.403850]  fuse_fill_super+0x5e/0xb0
[ 2473.407604]  get_tree_nodev+0x6f/0xa0
[ 2473.411268]  ? fget+0x80/0xb0
[ 2473.414244]  fuse_get_tree+0xc6/0x1b0
[ 2473.417908]  vfs_get_tree+0x2e/0xf0
[ 2473.421400]  path_mount+0x4f0/0xb50
[ 2473.424893]  ? putname+0x5b/0x70
[ 2473.428126]  __x64_sys_mount+0x10d/0x150
[ 2473.432051]  x64_sys_call+0x1e1d/0x2140
[ 2473.435890]  do_syscall_64+0x51/0x120
[ 2473.439558]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 2473.444609] RIP: 0033:0x7fd154f0f03e
[ 2473.448189] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 2473.466932] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 2473.474498] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 2473.481632] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 2473.488766] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 2473.495897] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 2473.503030] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 2473.510165]  </TASK>
[ 2497.699016] watchdog: BUG: soft lockup - CPU#34 stuck for 2098s! [grub2-mount:4482]
[ 2497.706670] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 2497.782604] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 2497.794677] Tainted: [L]=SOFTLOCKUP
[ 2497.798168] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 2497.805821] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2497.811913] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 2497.830658] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 2497.835887] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 2497.843016] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 2497.850150] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 2497.857283] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 2497.864413] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 2497.871548] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 2497.879631] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2497.885378] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 2497.892511] PKRU: 55555554
[ 2497.895223] Call Trace:
[ 2497.897667]  <IRQ>
[ 2497.899689]  ? show_regs+0x6d/0x80
[ 2497.903094]  ? watchdog_timer_fn+0x1f8/0x280
[ 2497.907364]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 2497.911986]  ? __hrtimer_run_queues+0x114/0x2a0
[ 2497.916518]  ? hrtimer_interrupt+0x108/0x230
[ 2497.920790]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 2497.926017]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 2497.930984]  </IRQ>
[ 2497.933088]  <TASK>
[ 2497.935194]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 2497.940509]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2497.945995]  _raw_spin_lock+0x2d/0x40
[ 2497.949657]  fuse_iget+0x125/0x250
[ 2497.953066]  fuse_fill_super_common+0x3ae/0x4f0
[ 2497.957601]  ? __pfx_fuse_fill_super+0x10/0x10
[ 2497.962043]  fuse_fill_super+0x5e/0xb0
[ 2497.965797]  get_tree_nodev+0x6f/0xa0
[ 2497.969459]  ? fget+0x80/0xb0
[ 2497.972434]  fuse_get_tree+0xc6/0x1b0
[ 2497.976099]  vfs_get_tree+0x2e/0xf0
[ 2497.979592]  path_mount+0x4f0/0xb50
[ 2497.983086]  ? putname+0x5b/0x70
[ 2497.986319]  __x64_sys_mount+0x10d/0x150
[ 2497.990244]  x64_sys_call+0x1e1d/0x2140
[ 2497.994083]  do_syscall_64+0x51/0x120
[ 2497.997750]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 2498.002799] RIP: 0033:0x7fd154f0f03e
[ 2498.006382] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 2498.025127] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 2498.032691] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 2498.039824] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 2498.046955] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 2498.054090] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 2498.061222] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 2498.068356]  </TASK>
[ 2525.698321] watchdog: BUG: soft lockup - CPU#34 stuck for 2124s! [grub2-mount:4482]
[ 2525.705976] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 2525.781913] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 2525.793983] Tainted: [L]=SOFTLOCKUP
[ 2525.797477] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 2525.805130] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2525.811221] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 2525.829968] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 2525.835192] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 2525.842324] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 2525.849456] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 2525.856588] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 2525.863723] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 2525.870854] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 2525.878942] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2525.884686] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 2525.891819] PKRU: 55555554
[ 2525.894531] Call Trace:
[ 2525.896986]  <IRQ>
[ 2525.899006]  ? show_regs+0x6d/0x80
[ 2525.902409]  ? watchdog_timer_fn+0x1f8/0x280
[ 2525.906683]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 2525.911303]  ? __hrtimer_run_queues+0x114/0x2a0
[ 2525.915835]  ? hrtimer_interrupt+0x108/0x230
[ 2525.920107]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 2525.925331]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 2525.930297]  </IRQ>
[ 2525.932405]  <TASK>
[ 2525.934509]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 2525.939825]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2525.945311]  _raw_spin_lock+0x2d/0x40
[ 2525.948974]  fuse_iget+0x125/0x250
[ 2525.952380]  fuse_fill_super_common+0x3ae/0x4f0
[ 2525.956916]  ? __pfx_fuse_fill_super+0x10/0x10
[ 2525.961358]  fuse_fill_super+0x5e/0xb0
[ 2525.965111]  get_tree_nodev+0x6f/0xa0
[ 2525.968777]  ? fget+0x80/0xb0
[ 2525.971751]  fuse_get_tree+0xc6/0x1b0
[ 2525.975417]  vfs_get_tree+0x2e/0xf0
[ 2525.978908]  path_mount+0x4f0/0xb50
[ 2525.982401]  ? putname+0x5b/0x70
[ 2525.985635]  __x64_sys_mount+0x10d/0x150
[ 2525.989561]  x64_sys_call+0x1e1d/0x2140
[ 2525.993400]  do_syscall_64+0x51/0x120
[ 2525.997063]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 2526.002115] RIP: 0033:0x7fd154f0f03e
[ 2526.005695] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 2526.024442] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 2526.032006] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 2526.039140] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 2526.046271] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 2526.053403] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 2526.060537] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 2526.067671]  </TASK>
[ 2553.697626] watchdog: BUG: soft lockup - CPU#34 stuck for 2150s! [grub2-mount:4482]
[ 2553.705285] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 2553.781219] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 2553.793292] Tainted: [L]=SOFTLOCKUP
[ 2553.796782] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 2553.804429] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2553.810520] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 2553.829267] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 2553.834491] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 2553.841624] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 2553.848755] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 2553.855890] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 2553.863020] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 2553.870155] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 2553.878240] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2553.883983] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 2553.891110] PKRU: 55555554
[ 2553.893823] Call Trace:
[ 2553.896274]  <IRQ>
[ 2553.898295]  ? show_regs+0x6d/0x80
[ 2553.901699]  ? watchdog_timer_fn+0x1f8/0x280
[ 2553.905972]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 2553.910593]  ? __hrtimer_run_queues+0x114/0x2a0
[ 2553.915125]  ? hrtimer_interrupt+0x108/0x230
[ 2553.919397]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 2553.924621]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 2553.929587]  </IRQ>
[ 2553.931695]  <TASK>
[ 2553.933802]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 2553.939116]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2553.944599]  _raw_spin_lock+0x2d/0x40
[ 2553.948264]  fuse_iget+0x125/0x250
[ 2553.951671]  fuse_fill_super_common+0x3ae/0x4f0
[ 2553.956206]  ? __pfx_fuse_fill_super+0x10/0x10
[ 2553.960650]  fuse_fill_super+0x5e/0xb0
[ 2553.964403]  get_tree_nodev+0x6f/0xa0
[ 2553.968068]  ? fget+0x80/0xb0
[ 2553.971041]  fuse_get_tree+0xc6/0x1b0
[ 2553.974706]  vfs_get_tree+0x2e/0xf0
[ 2553.978198]  path_mount+0x4f0/0xb50
[ 2553.981690]  ? putname+0x5b/0x70
[ 2553.984923]  __x64_sys_mount+0x10d/0x150
[ 2553.988850]  x64_sys_call+0x1e1d/0x2140
[ 2553.992689]  do_syscall_64+0x51/0x120
[ 2553.996356]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 2554.001408] RIP: 0033:0x7fd154f0f03e
[ 2554.004986] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 2554.023731] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 2554.031296] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 2554.038430] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 2554.045561] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 2554.052694] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 2554.059828] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 2554.066963]  </TASK>
[ 2581.696932] watchdog: BUG: soft lockup - CPU#34 stuck for 2176s! [grub2-mount:4482]
[ 2581.704585] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 2581.780519] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 2581.792593] Tainted: [L]=SOFTLOCKUP
[ 2581.796084] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 2581.803738] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2581.809829] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 2581.828574] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 2581.833798] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 2581.840931] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 2581.848063] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 2581.855197] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 2581.862328] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 2581.869461] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 2581.877549] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2581.883293] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 2581.890426] PKRU: 55555554
[ 2581.893139] Call Trace:
[ 2581.895590]  <IRQ>
[ 2581.897613]  ? show_regs+0x6d/0x80
[ 2581.901015]  ? watchdog_timer_fn+0x1f8/0x280
[ 2581.905288]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 2581.909908]  ? __hrtimer_run_queues+0x114/0x2a0
[ 2581.914441]  ? hrtimer_interrupt+0x108/0x230
[ 2581.918715]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 2581.923939]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 2581.928905]  </IRQ>
[ 2581.931012]  <TASK>
[ 2581.933117]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 2581.938432]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2581.943915]  _raw_spin_lock+0x2d/0x40
[ 2581.947581]  fuse_iget+0x125/0x250
[ 2581.950989]  fuse_fill_super_common+0x3ae/0x4f0
[ 2581.955521]  ? __pfx_fuse_fill_super+0x10/0x10
[ 2581.959966]  fuse_fill_super+0x5e/0xb0
[ 2581.963717]  get_tree_nodev+0x6f/0xa0
[ 2581.967384]  ? fget+0x80/0xb0
[ 2581.970358]  fuse_get_tree+0xc6/0x1b0
[ 2581.974022]  vfs_get_tree+0x2e/0xf0
[ 2581.977514]  path_mount+0x4f0/0xb50
[ 2581.981009]  ? putname+0x5b/0x70
[ 2581.984243]  __x64_sys_mount+0x10d/0x150
[ 2581.988169]  x64_sys_call+0x1e1d/0x2140
[ 2581.992004]  do_syscall_64+0x51/0x120
[ 2581.995670]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 2582.000725] RIP: 0033:0x7fd154f0f03e
[ 2582.004304] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 2582.023048] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 2582.030615] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 2582.037748] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 2582.044879] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 2582.052013] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 2582.059144] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 2582.066280]  </TASK>
[ 2609.696237] watchdog: BUG: soft lockup - CPU#34 stuck for 2202s! [grub2-mount:4482]
[ 2609.703893] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 2609.779826] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 2609.791900] Tainted: [L]=SOFTLOCKUP
[ 2609.795392] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 2609.803043] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2609.809135] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 2609.827883] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 2609.833107] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 2609.840240] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 2609.847372] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 2609.854506] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 2609.861636] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 2609.868760] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 2609.876848] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2609.882593] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 2609.889724] PKRU: 55555554
[ 2609.892439] Call Trace:
[ 2609.894892]  <IRQ>
[ 2609.896910]  ? show_regs+0x6d/0x80
[ 2609.900316]  ? watchdog_timer_fn+0x1f8/0x280
[ 2609.904587]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 2609.909209]  ? __hrtimer_run_queues+0x114/0x2a0
[ 2609.913743]  ? hrtimer_interrupt+0x108/0x230
[ 2609.918014]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 2609.923239]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 2609.928204]  </IRQ>
[ 2609.930309]  <TASK>
[ 2609.932407]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 2609.937722]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2609.943209]  _raw_spin_lock+0x2d/0x40
[ 2609.946871]  fuse_iget+0x125/0x250
[ 2609.950280]  fuse_fill_super_common+0x3ae/0x4f0
[ 2609.954814]  ? __pfx_fuse_fill_super+0x10/0x10
[ 2609.959257]  fuse_fill_super+0x5e/0xb0
[ 2609.963010]  get_tree_nodev+0x6f/0xa0
[ 2609.966675]  ? fget+0x80/0xb0
[ 2609.969646]  fuse_get_tree+0xc6/0x1b0
[ 2609.973313]  vfs_get_tree+0x2e/0xf0
[ 2609.976806]  path_mount+0x4f0/0xb50
[ 2609.980300]  ? putname+0x5b/0x70
[ 2609.983533]  __x64_sys_mount+0x10d/0x150
[ 2609.987457]  x64_sys_call+0x1e1d/0x2140
[ 2609.991298]  do_syscall_64+0x51/0x120
[ 2609.994964]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 2610.000014] RIP: 0033:0x7fd154f0f03e
[ 2610.003595] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 2610.022338] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 2610.029906] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 2610.037035] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 2610.044162] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 2610.051295] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 2610.058426] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 2610.065563]  </TASK>
[ 2637.695541] watchdog: BUG: soft lockup - CPU#34 stuck for 2228s! [grub2-mount:4482]
[ 2637.703202] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 2637.779137] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 2637.791209] Tainted: [L]=SOFTLOCKUP
[ 2637.794701] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 2637.802352] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2637.808447] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 2637.827190] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 2637.832415] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 2637.839549] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 2637.846681] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 2637.853812] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 2637.860948] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 2637.868079] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 2637.876164] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2637.881909] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 2637.889042] PKRU: 55555554
[ 2637.891756] Call Trace:
[ 2637.894210]  <IRQ>
[ 2637.896228]  ? show_regs+0x6d/0x80
[ 2637.899632]  ? watchdog_timer_fn+0x1f8/0x280
[ 2637.903905]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 2637.908524]  ? __hrtimer_run_queues+0x114/0x2a0
[ 2637.913058]  ? hrtimer_interrupt+0x108/0x230
[ 2637.917330]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 2637.922555]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 2637.927523]  </IRQ>
[ 2637.929627]  <TASK>
[ 2637.931734]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 2637.937049]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2637.942533]  _raw_spin_lock+0x2d/0x40
[ 2637.946198]  fuse_iget+0x125/0x250
[ 2637.949604]  fuse_fill_super_common+0x3ae/0x4f0
[ 2637.954138]  ? __pfx_fuse_fill_super+0x10/0x10
[ 2637.958582]  fuse_fill_super+0x5e/0xb0
[ 2637.962335]  get_tree_nodev+0x6f/0xa0
[ 2637.966002]  ? fget+0x80/0xb0
[ 2637.968975]  fuse_get_tree+0xc6/0x1b0
[ 2637.972640]  vfs_get_tree+0x2e/0xf0
[ 2637.976131]  path_mount+0x4f0/0xb50
[ 2637.979625]  ? putname+0x5b/0x70
[ 2637.982857]  __x64_sys_mount+0x10d/0x150
[ 2637.986785]  x64_sys_call+0x1e1d/0x2140
[ 2637.990623]  do_syscall_64+0x51/0x120
[ 2637.994287]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 2637.999341] RIP: 0033:0x7fd154f0f03e
[ 2638.002918] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 2638.021664] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 2638.029231] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 2638.036363] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 2638.043495] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 2638.050627] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 2638.057760] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 2638.064897]  </TASK>
[ 2653.514186] rcu: INFO: rcu_preempt self-detected stall on CPU
[ 2653.519934] rcu: 	34-....: (592678 ticks this GP) idle=6724/1/0x4000000000000000 softirq=785/785 fqs=296835
[ 2653.529671] rcu: 	(t=601140 jiffies g=7337 q=98184 ncpus=128)
[ 2653.535416] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 2653.547485] Tainted: [L]=SOFTLOCKUP
[ 2653.550976] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 2653.558630] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2653.564721] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 2653.583467] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 2653.588694] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 2653.595825] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 2653.602957] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 2653.610084] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 2653.617214] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 2653.624348] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 2653.632433] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2653.638180] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 2653.645312] PKRU: 55555554
[ 2653.648026] Call Trace:
[ 2653.650479]  <IRQ>
[ 2653.652498]  ? show_regs+0x6d/0x80
[ 2653.655903]  ? dump_cpu_task+0x6b/0x80
[ 2653.659655]  ? rcu_dump_cpu_stacks+0xa4/0x100
[ 2653.664015]  ? rcu_sched_clock_irq+0x6b4/0x10c0
[ 2653.668548]  ? srso_alias_return_thunk+0x5/0xfbef5
[ 2653.673340]  ? __cgroup_account_cputime_field+0x3f/0x60
[ 2653.678563]  ? srso_alias_return_thunk+0x5/0xfbef5
[ 2653.683359]  ? account_system_index_time+0x95/0xb0
[ 2653.688151]  ? update_process_times+0x74/0xc0
[ 2653.692511]  ? tick_nohz_handler+0x9b/0x150
[ 2653.696694]  ? __pfx_tick_nohz_handler+0x10/0x10
[ 2653.701313]  ? __hrtimer_run_queues+0x114/0x2a0
[ 2653.705849]  ? hrtimer_interrupt+0x108/0x230
[ 2653.710119]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 2653.715346]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 2653.720311]  </IRQ>
[ 2653.722415]  <TASK>
[ 2653.724513]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 2653.729831]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2653.735313]  _raw_spin_lock+0x2d/0x40
[ 2653.738980]  fuse_iget+0x125/0x250
[ 2653.742385]  fuse_fill_super_common+0x3ae/0x4f0
[ 2653.746919]  ? __pfx_fuse_fill_super+0x10/0x10
[ 2653.751364]  fuse_fill_super+0x5e/0xb0
[ 2653.755116]  get_tree_nodev+0x6f/0xa0
[ 2653.758780]  ? fget+0x80/0xb0
[ 2653.761754]  fuse_get_tree+0xc6/0x1b0
[ 2653.765420]  vfs_get_tree+0x2e/0xf0
[ 2653.768911]  path_mount+0x4f0/0xb50
[ 2653.772405]  ? putname+0x5b/0x70
[ 2653.775640]  __x64_sys_mount+0x10d/0x150
[ 2653.779565]  x64_sys_call+0x1e1d/0x2140
[ 2653.783403]  do_syscall_64+0x51/0x120
[ 2653.787069]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 2653.792120] RIP: 0033:0x7fd154f0f03e
[ 2653.795701] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 2653.814446] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 2653.822011] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 2653.829144] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 2653.836276] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 2653.843407] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 2653.850532] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 2653.857670]  </TASK>
[ 2677.694548] watchdog: BUG: soft lockup - CPU#34 stuck for 2265s! [grub2-mount:4482]
[ 2677.702204] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 2677.778139] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 2677.790213] Tainted: [L]=SOFTLOCKUP
[ 2677.793702] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 2677.801357] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2677.807450] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 2677.826195] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 2677.831421] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 2677.838554] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 2677.845686] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 2677.852816] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 2677.859950] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 2677.867083] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 2677.875167] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2677.880915] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 2677.888047] PKRU: 55555554
[ 2677.890757] Call Trace:
[ 2677.893204]  <IRQ>
[ 2677.895224]  ? show_regs+0x6d/0x80
[ 2677.898627]  ? watchdog_timer_fn+0x1f8/0x280
[ 2677.902901]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 2677.907521]  ? __hrtimer_run_queues+0x114/0x2a0
[ 2677.912053]  ? hrtimer_interrupt+0x108/0x230
[ 2677.916326]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 2677.921551]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 2677.926516]  </IRQ>
[ 2677.928622]  <TASK>
[ 2677.930730]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 2677.936044]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2677.941530]  _raw_spin_lock+0x2d/0x40
[ 2677.945192]  fuse_iget+0x125/0x250
[ 2677.948602]  fuse_fill_super_common+0x3ae/0x4f0
[ 2677.953134]  ? __pfx_fuse_fill_super+0x10/0x10
[ 2677.957578]  fuse_fill_super+0x5e/0xb0
[ 2677.961331]  get_tree_nodev+0x6f/0xa0
[ 2677.964996]  ? fget+0x80/0xb0
[ 2677.967967]  fuse_get_tree+0xc6/0x1b0
[ 2677.971636]  vfs_get_tree+0x2e/0xf0
[ 2677.975128]  path_mount+0x4f0/0xb50
[ 2677.978621]  ? putname+0x5b/0x70
[ 2677.981852]  __x64_sys_mount+0x10d/0x150
[ 2677.985778]  x64_sys_call+0x1e1d/0x2140
[ 2677.989617]  do_syscall_64+0x51/0x120
[ 2677.993284]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 2677.998335] RIP: 0033:0x7fd154f0f03e
[ 2678.001914] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 2678.020659] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 2678.028225] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 2678.035359] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 2678.042490] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 2678.049623] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 2678.056757] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 2678.063890]  </TASK>
[ 2705.693852] watchdog: BUG: soft lockup - CPU#34 stuck for 2291s! [grub2-mount:4482]
[ 2705.701505] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 2705.777440] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 2705.789511] Tainted: [L]=SOFTLOCKUP
[ 2705.793005] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 2705.800658] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2705.806748] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 2705.825495] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 2705.830720] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 2705.837852] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 2705.844987] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 2705.852118] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 2705.859249] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 2705.866384] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 2705.874470] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2705.880215] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 2705.887348] PKRU: 55555554
[ 2705.890060] Call Trace:
[ 2705.892514]  <IRQ>
[ 2705.894533]  ? show_regs+0x6d/0x80
[ 2705.897939]  ? watchdog_timer_fn+0x1f8/0x280
[ 2705.902209]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 2705.906831]  ? __hrtimer_run_queues+0x114/0x2a0
[ 2705.911364]  ? hrtimer_interrupt+0x108/0x230
[ 2705.915636]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 2705.920859]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 2705.925825]  </IRQ>
[ 2705.927925]  <TASK>
[ 2705.930031]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 2705.935344]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2705.940829]  _raw_spin_lock+0x2d/0x40
[ 2705.944493]  fuse_iget+0x125/0x250
[ 2705.947900]  fuse_fill_super_common+0x3ae/0x4f0
[ 2705.952433]  ? __pfx_fuse_fill_super+0x10/0x10
[ 2705.956878]  fuse_fill_super+0x5e/0xb0
[ 2705.960630]  get_tree_nodev+0x6f/0xa0
[ 2705.964296]  ? fget+0x80/0xb0
[ 2705.967268]  fuse_get_tree+0xc6/0x1b0
[ 2705.970934]  vfs_get_tree+0x2e/0xf0
[ 2705.974428]  path_mount+0x4f0/0xb50
[ 2705.977921]  ? putname+0x5b/0x70
[ 2705.981155]  __x64_sys_mount+0x10d/0x150
[ 2705.985079]  x64_sys_call+0x1e1d/0x2140
[ 2705.988917]  do_syscall_64+0x51/0x120
[ 2705.992583]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 2705.997636] RIP: 0033:0x7fd154f0f03e
[ 2706.001215] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 2706.019960] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 2706.027527] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 2706.034658] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 2706.041791] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 2706.048926] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 2706.056058] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 2706.063193]  </TASK>
[ 2733.693158] watchdog: BUG: soft lockup - CPU#34 stuck for 2317s! [grub2-mount:4482]
[ 2733.700814] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 2733.776750] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 2733.788823] Tainted: [L]=SOFTLOCKUP
[ 2733.792315] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 2733.799966] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2733.806059] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 2733.824803] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 2733.830028] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 2733.837154] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 2733.844286] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 2733.851417] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 2733.858550] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 2733.865682] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 2733.873771] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2733.879514] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 2733.886638] PKRU: 55555554
[ 2733.889351] Call Trace:
[ 2733.891804]  <IRQ>
[ 2733.893824]  ? show_regs+0x6d/0x80
[ 2733.897229]  ? watchdog_timer_fn+0x1f8/0x280
[ 2733.901501]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 2733.906123]  ? __hrtimer_run_queues+0x114/0x2a0
[ 2733.910657]  ? hrtimer_interrupt+0x108/0x230
[ 2733.914928]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 2733.920152]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 2733.925117]  </IRQ>
[ 2733.927217]  <TASK>
[ 2733.929321]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 2733.934636]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2733.940122]  _raw_spin_lock+0x2d/0x40
[ 2733.943785]  fuse_iget+0x125/0x250
[ 2733.947195]  fuse_fill_super_common+0x3ae/0x4f0
[ 2733.951728]  ? __pfx_fuse_fill_super+0x10/0x10
[ 2733.956171]  fuse_fill_super+0x5e/0xb0
[ 2733.959924]  get_tree_nodev+0x6f/0xa0
[ 2733.963587]  ? fget+0x80/0xb0
[ 2733.966561]  fuse_get_tree+0xc6/0x1b0
[ 2733.970227]  vfs_get_tree+0x2e/0xf0
[ 2733.973721]  path_mount+0x4f0/0xb50
[ 2733.977214]  ? putname+0x5b/0x70
[ 2733.980446]  __x64_sys_mount+0x10d/0x150
[ 2733.984372]  x64_sys_call+0x1e1d/0x2140
[ 2733.988211]  do_syscall_64+0x51/0x120
[ 2733.991876]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 2733.996927] RIP: 0033:0x7fd154f0f03e
[ 2734.000508] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 2734.019254] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 2734.026819] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 2734.033953] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 2734.041082] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 2734.048216] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 2734.055349] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 2734.062483]  </TASK>
[ 2761.692462] watchdog: BUG: soft lockup - CPU#34 stuck for 2344s! [grub2-mount:4482]
[ 2761.700115] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 2761.776051] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 2761.788123] Tainted: [L]=SOFTLOCKUP
[ 2761.791616] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 2761.799268] RIP: 0010:native_queued_spin_lock_slowpath+0x7c/0x2d0
[ 2761.805362] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[ 2761.824105] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 2761.829330] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 2761.836463] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 2761.843595] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 2761.850730] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 2761.857861] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 2761.864994] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 2761.873079] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2761.878826] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 2761.885958] PKRU: 55555554
[ 2761.888669] Call Trace:
[ 2761.891124]  <IRQ>
[ 2761.893143]  ? show_regs+0x6d/0x80
[ 2761.896549]  ? watchdog_timer_fn+0x1f8/0x280
[ 2761.900819]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 2761.905440]  ? __hrtimer_run_queues+0x114/0x2a0
[ 2761.909976]  ? hrtimer_interrupt+0x108/0x230
[ 2761.914246]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 2761.919470]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 2761.924436]  </IRQ>
[ 2761.926544]  <TASK>
[ 2761.928649]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 2761.933965]  ? native_queued_spin_lock_slowpath+0x7c/0x2d0
[ 2761.939448]  _raw_spin_lock+0x2d/0x40
[ 2761.943112]  fuse_iget+0x125/0x250
[ 2761.946521]  fuse_fill_super_common+0x3ae/0x4f0
[ 2761.951054]  ? __pfx_fuse_fill_super+0x10/0x10
[ 2761.955498]  fuse_fill_super+0x5e/0xb0
[ 2761.959251]  get_tree_nodev+0x6f/0xa0
[ 2761.962914]  ? fget+0x80/0xb0
[ 2761.965888]  fuse_get_tree+0xc6/0x1b0
[ 2761.969554]  vfs_get_tree+0x2e/0xf0
[ 2761.973047]  path_mount+0x4f0/0xb50
[ 2761.976541]  ? putname+0x5b/0x70
[ 2761.979772]  __x64_sys_mount+0x10d/0x150
[ 2761.983700]  x64_sys_call+0x1e1d/0x2140
[ 2761.987537]  do_syscall_64+0x51/0x120
[ 2761.991204]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 2761.996254] RIP: 0033:0x7fd154f0f03e
[ 2761.999833] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 2762.018580] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 2762.026145] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 2762.033279] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 2762.040411] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 2762.047544] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 2762.054675] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 2762.061812]  </TASK>
[ 2789.691767] watchdog: BUG: soft lockup - CPU#34 stuck for 2370s! [grub2-mount:4482]
[ 2789.699427] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 2789.775363] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 2789.787432] Tainted: [L]=SOFTLOCKUP
[ 2789.790925] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 2789.798577] RIP: 0010:native_queued_spin_lock_slowpath+0x7c/0x2d0
[ 2789.804670] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[ 2789.823416] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 2789.828641] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 2789.835774] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 2789.842908] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 2789.850037] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 2789.857173] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 2789.864305] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 2789.872391] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2789.878135] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 2789.885268] PKRU: 55555554
[ 2789.887980] Call Trace:
[ 2789.890435]  <IRQ>
[ 2789.892455]  ? show_regs+0x6d/0x80
[ 2789.895858]  ? watchdog_timer_fn+0x1f8/0x280
[ 2789.900131]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 2789.904749]  ? __hrtimer_run_queues+0x114/0x2a0
[ 2789.909285]  ? hrtimer_interrupt+0x108/0x230
[ 2789.913558]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 2789.918780]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 2789.923749]  </IRQ>
[ 2789.925853]  <TASK>
[ 2789.927960]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 2789.933276]  ? native_queued_spin_lock_slowpath+0x7c/0x2d0
[ 2789.938758]  _raw_spin_lock+0x2d/0x40
[ 2789.942425]  fuse_iget+0x125/0x250
[ 2789.945829]  fuse_fill_super_common+0x3ae/0x4f0
[ 2789.950364]  ? __pfx_fuse_fill_super+0x10/0x10
[ 2789.954808]  fuse_fill_super+0x5e/0xb0
[ 2789.958561]  get_tree_nodev+0x6f/0xa0
[ 2789.962227]  ? fget+0x80/0xb0
[ 2789.965198]  fuse_get_tree+0xc6/0x1b0
[ 2789.968866]  vfs_get_tree+0x2e/0xf0
[ 2789.972359]  path_mount+0x4f0/0xb50
[ 2789.975850]  ? putname+0x5b/0x70
[ 2789.979085]  __x64_sys_mount+0x10d/0x150
[ 2789.983037]  x64_sys_call+0x1e1d/0x2140
[ 2789.986873]  do_syscall_64+0x51/0x120
[ 2789.990540]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 2789.995593] RIP: 0033:0x7fd154f0f03e
[ 2789.999171] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 2790.017917] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 2790.025481] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 2790.032613] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 2790.039746] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 2790.046878] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 2790.054011] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 2790.061149]  </TASK>
[ 2817.691079] watchdog: BUG: soft lockup - CPU#34 stuck for 2396s! [grub2-mount:4482]
[ 2817.698738] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 2817.774672] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 2817.786743] Tainted: [L]=SOFTLOCKUP
[ 2817.790234] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 2817.797888] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2817.803979] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 2817.822724] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 2817.827953] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 2817.835085] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 2817.842215] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 2817.849349] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 2817.856481] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 2817.863613] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 2817.871701] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2817.877445] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 2817.884579] PKRU: 55555554
[ 2817.887290] Call Trace:
[ 2817.889744]  <IRQ>
[ 2817.891764]  ? show_regs+0x6d/0x80
[ 2817.895170]  ? watchdog_timer_fn+0x1f8/0x280
[ 2817.899441]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 2817.904062]  ? __hrtimer_run_queues+0x114/0x2a0
[ 2817.908594]  ? hrtimer_interrupt+0x108/0x230
[ 2817.912866]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 2817.918091]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 2817.923058]  </IRQ>
[ 2817.925162]  <TASK>
[ 2817.927269]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 2817.932584]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2817.938068]  _raw_spin_lock+0x2d/0x40
[ 2817.941734]  fuse_iget+0x125/0x250
[ 2817.945140]  fuse_fill_super_common+0x3ae/0x4f0
[ 2817.949673]  ? __pfx_fuse_fill_super+0x10/0x10
[ 2817.954118]  fuse_fill_super+0x5e/0xb0
[ 2817.957871]  get_tree_nodev+0x6f/0xa0
[ 2817.961534]  ? fget+0x80/0xb0
[ 2817.964510]  fuse_get_tree+0xc6/0x1b0
[ 2817.968176]  vfs_get_tree+0x2e/0xf0
[ 2817.971667]  path_mount+0x4f0/0xb50
[ 2817.975159]  ? putname+0x5b/0x70
[ 2817.978392]  __x64_sys_mount+0x10d/0x150
[ 2817.982319]  x64_sys_call+0x1e1d/0x2140
[ 2817.986158]  do_syscall_64+0x51/0x120
[ 2817.989823]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 2817.994877] RIP: 0033:0x7fd154f0f03e
[ 2817.998457] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 2818.017199] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 2818.024767] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 2818.031897] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 2818.039031] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 2818.046163] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 2818.053298] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 2818.060434]  </TASK>
[ 2833.849720] rcu: INFO: rcu_preempt self-detected stall on CPU
[ 2833.855473] rcu: 	34-....: (637126 ticks this GP) idle=6724/1/0x4000000000000000 softirq=785/785 fqs=319104
[ 2833.865209] rcu: 	(t=646225 jiffies g=7337 q=99529 ncpus=128)
[ 2833.870953] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 2833.883023] Tainted: [L]=SOFTLOCKUP
[ 2833.886514] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 2833.894168] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2833.900262] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 2833.919006] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 2833.924230] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 2833.931363] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 2833.938497] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 2833.945629] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 2833.952762] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 2833.959895] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 2833.967978] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2833.973717] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 2833.980848] PKRU: 55555554
[ 2833.983560] Call Trace:
[ 2833.986008]  <IRQ>
[ 2833.988028]  ? show_regs+0x6d/0x80
[ 2833.991432]  ? dump_cpu_task+0x6b/0x80
[ 2833.995182]  ? rcu_dump_cpu_stacks+0xa4/0x100
[ 2833.999542]  ? rcu_sched_clock_irq+0x6b4/0x10c0
[ 2834.004077]  ? srso_alias_return_thunk+0x5/0xfbef5
[ 2834.008867]  ? __cgroup_account_cputime_field+0x3f/0x60
[ 2834.014095]  ? srso_alias_return_thunk+0x5/0xfbef5
[ 2834.018887]  ? account_system_index_time+0x95/0xb0
[ 2834.023680]  ? update_process_times+0x74/0xc0
[ 2834.028040]  ? tick_nohz_handler+0x9b/0x150
[ 2834.032224]  ? __pfx_tick_nohz_handler+0x10/0x10
[ 2834.036845]  ? __hrtimer_run_queues+0x114/0x2a0
[ 2834.041378]  ? hrtimer_interrupt+0x108/0x230
[ 2834.045651]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 2834.050875]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 2834.055839]  </IRQ>
[ 2834.057945]  <TASK>
[ 2834.060051]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 2834.065367]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2834.070852]  _raw_spin_lock+0x2d/0x40
[ 2834.074518]  fuse_iget+0x125/0x250
[ 2834.077923]  fuse_fill_super_common+0x3ae/0x4f0
[ 2834.082458]  ? __pfx_fuse_fill_super+0x10/0x10
[ 2834.086899]  fuse_fill_super+0x5e/0xb0
[ 2834.090654]  get_tree_nodev+0x6f/0xa0
[ 2834.094319]  ? fget+0x80/0xb0
[ 2834.097294]  fuse_get_tree+0xc6/0x1b0
[ 2834.100958]  vfs_get_tree+0x2e/0xf0
[ 2834.104451]  path_mount+0x4f0/0xb50
[ 2834.107943]  ? putname+0x5b/0x70
[ 2834.111177]  __x64_sys_mount+0x10d/0x150
[ 2834.115104]  x64_sys_call+0x1e1d/0x2140
[ 2834.118939]  do_syscall_64+0x51/0x120
[ 2834.122608]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 2834.127659] RIP: 0033:0x7fd154f0f03e
[ 2834.131240] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 2834.149983] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 2834.157548] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 2834.164681] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 2834.171813] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 2834.178948] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 2834.186079] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 2834.193216]  </TASK>
[ 2861.689998] watchdog: BUG: soft lockup - CPU#34 stuck for 2437s! [grub2-mount:4482]
[ 2861.697652] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 2861.773589] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 2861.785659] Tainted: [L]=SOFTLOCKUP
[ 2861.789151] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 2861.796805] RIP: 0010:native_queued_spin_lock_slowpath+0x7c/0x2d0
[ 2861.802898] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[ 2861.821643] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 2861.826869] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 2861.834001] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 2861.841132] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 2861.848265] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 2861.855397] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 2861.862531] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 2861.870618] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2861.876361] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 2861.883494] PKRU: 55555554
[ 2861.886206] Call Trace:
[ 2861.888653]  <IRQ>
[ 2861.890673]  ? show_regs+0x6d/0x80
[ 2861.894076]  ? watchdog_timer_fn+0x1f8/0x280
[ 2861.898349]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 2861.902967]  ? __hrtimer_run_queues+0x114/0x2a0
[ 2861.907504]  ? hrtimer_interrupt+0x108/0x230
[ 2861.911774]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 2861.916998]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 2861.921965]  </IRQ>
[ 2861.924072]  <TASK>
[ 2861.926177]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 2861.931491]  ? native_queued_spin_lock_slowpath+0x7c/0x2d0
[ 2861.936978]  _raw_spin_lock+0x2d/0x40
[ 2861.940640]  fuse_iget+0x125/0x250
[ 2861.944049]  fuse_fill_super_common+0x3ae/0x4f0
[ 2861.948583]  ? __pfx_fuse_fill_super+0x10/0x10
[ 2861.953025]  fuse_fill_super+0x5e/0xb0
[ 2861.956777]  get_tree_nodev+0x6f/0xa0
[ 2861.960445]  ? fget+0x80/0xb0
[ 2861.963418]  fuse_get_tree+0xc6/0x1b0
[ 2861.967083]  vfs_get_tree+0x2e/0xf0
[ 2861.970576]  path_mount+0x4f0/0xb50
[ 2861.974068]  ? putname+0x5b/0x70
[ 2861.977302]  __x64_sys_mount+0x10d/0x150
[ 2861.981226]  x64_sys_call+0x1e1d/0x2140
[ 2861.985064]  do_syscall_64+0x51/0x120
[ 2861.988730]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 2861.993785] RIP: 0033:0x7fd154f0f03e
[ 2861.997361] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 2862.016109] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 2862.023675] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 2862.030805] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 2862.037939] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 2862.045071] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 2862.052203] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 2862.059340]  </TASK>
[ 2889.689309] watchdog: BUG: soft lockup - CPU#34 stuck for 2463s! [grub2-mount:4482]
[ 2889.696962] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 2889.772898] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 2889.784970] Tainted: [L]=SOFTLOCKUP
[ 2889.788464] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 2889.796116] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2889.802207] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 2889.820953] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 2889.826178] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 2889.833313] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 2889.840445] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 2889.847575] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 2889.854710] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 2889.861840] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 2889.869927] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2889.875673] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 2889.882807] PKRU: 55555554
[ 2889.885520] Call Trace:
[ 2889.887973]  <IRQ>
[ 2889.889990]  ? show_regs+0x6d/0x80
[ 2889.893398]  ? watchdog_timer_fn+0x1f8/0x280
[ 2889.897670]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 2889.902288]  ? __hrtimer_run_queues+0x114/0x2a0
[ 2889.906823]  ? hrtimer_interrupt+0x108/0x230
[ 2889.911095]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 2889.916320]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 2889.921283]  </IRQ>
[ 2889.923391]  <TASK>
[ 2889.925498]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 2889.930813]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2889.936295]  _raw_spin_lock+0x2d/0x40
[ 2889.939962]  fuse_iget+0x125/0x250
[ 2889.943369]  fuse_fill_super_common+0x3ae/0x4f0
[ 2889.947902]  ? __pfx_fuse_fill_super+0x10/0x10
[ 2889.952346]  fuse_fill_super+0x5e/0xb0
[ 2889.956098]  get_tree_nodev+0x6f/0xa0
[ 2889.959762]  ? fget+0x80/0xb0
[ 2889.962737]  fuse_get_tree+0xc6/0x1b0
[ 2889.966402]  vfs_get_tree+0x2e/0xf0
[ 2889.969893]  path_mount+0x4f0/0xb50
[ 2889.973388]  ? putname+0x5b/0x70
[ 2889.976622]  __x64_sys_mount+0x10d/0x150
[ 2889.980545]  x64_sys_call+0x1e1d/0x2140
[ 2889.984384]  do_syscall_64+0x51/0x120
[ 2889.988052]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 2889.993104] RIP: 0033:0x7fd154f0f03e
[ 2889.996684] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 2890.015427] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 2890.022992] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 2890.030125] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 2890.037258] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 2890.044392] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 2890.051522] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 2890.058650]  </TASK>
[ 2917.688620] watchdog: BUG: soft lockup - CPU#34 stuck for 2489s! [grub2-mount:4482]
[ 2917.696273] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 2917.772211] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 2917.784281] Tainted: [L]=SOFTLOCKUP
[ 2917.787775] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 2917.795425] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2917.801519] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 2917.820263] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 2917.825491] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 2917.832624] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 2917.839754] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 2917.846888] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 2917.854020] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 2917.861152] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 2917.869238] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2917.874984] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 2917.882118] PKRU: 55555554
[ 2917.884828] Call Trace:
[ 2917.887283]  <IRQ>
[ 2917.889302]  ? show_regs+0x6d/0x80
[ 2917.892709]  ? watchdog_timer_fn+0x1f8/0x280
[ 2917.896977]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 2917.901598]  ? __hrtimer_run_queues+0x114/0x2a0
[ 2917.906134]  ? hrtimer_interrupt+0x108/0x230
[ 2917.910405]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 2917.915629]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 2917.920597]  </IRQ>
[ 2917.922699]  <TASK>
[ 2917.924800]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 2917.930113]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2917.935598]  _raw_spin_lock+0x2d/0x40
[ 2917.939262]  fuse_iget+0x125/0x250
[ 2917.942669]  fuse_fill_super_common+0x3ae/0x4f0
[ 2917.947205]  ? __pfx_fuse_fill_super+0x10/0x10
[ 2917.951650]  fuse_fill_super+0x5e/0xb0
[ 2917.955400]  get_tree_nodev+0x6f/0xa0
[ 2917.959066]  ? fget+0x80/0xb0
[ 2917.962040]  fuse_get_tree+0xc6/0x1b0
[ 2917.965704]  vfs_get_tree+0x2e/0xf0
[ 2917.969198]  path_mount+0x4f0/0xb50
[ 2917.972690]  ? putname+0x5b/0x70
[ 2917.975924]  __x64_sys_mount+0x10d/0x150
[ 2917.979851]  x64_sys_call+0x1e1d/0x2140
[ 2917.983686]  do_syscall_64+0x51/0x120
[ 2917.987355]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 2917.992406] RIP: 0033:0x7fd154f0f03e
[ 2917.995984] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 2918.014731] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 2918.022296] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 2918.029427] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 2918.036551] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 2918.043685] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 2918.050815] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 2918.057952]  </TASK>
[ 2945.687932] watchdog: BUG: soft lockup - CPU#34 stuck for 2515s! [grub2-mount:4482]
[ 2945.695585] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 2945.771521] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 2945.783594] Tainted: [L]=SOFTLOCKUP
[ 2945.787084] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 2945.794739] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2945.800830] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 2945.819573] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 2945.824802] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 2945.831934] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 2945.839066] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 2945.846197] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 2945.853332] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 2945.860463] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 2945.868549] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2945.874295] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 2945.881426] PKRU: 55555554
[ 2945.884139] Call Trace:
[ 2945.886591]  <IRQ>
[ 2945.888613]  ? show_regs+0x6d/0x80
[ 2945.892018]  ? watchdog_timer_fn+0x1f8/0x280
[ 2945.896289]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 2945.900909]  ? __hrtimer_run_queues+0x114/0x2a0
[ 2945.905445]  ? hrtimer_interrupt+0x108/0x230
[ 2945.909715]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 2945.914942]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 2945.919906]  </IRQ>
[ 2945.922012]  <TASK>
[ 2945.924117]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 2945.929432]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2945.934917]  _raw_spin_lock+0x2d/0x40
[ 2945.938584]  fuse_iget+0x125/0x250
[ 2945.941990]  fuse_fill_super_common+0x3ae/0x4f0
[ 2945.946523]  ? __pfx_fuse_fill_super+0x10/0x10
[ 2945.950967]  fuse_fill_super+0x5e/0xb0
[ 2945.954720]  get_tree_nodev+0x6f/0xa0
[ 2945.958386]  ? fget+0x80/0xb0
[ 2945.961359]  fuse_get_tree+0xc6/0x1b0
[ 2945.965023]  vfs_get_tree+0x2e/0xf0
[ 2945.968518]  path_mount+0x4f0/0xb50
[ 2945.972008]  ? putname+0x5b/0x70
[ 2945.975244]  __x64_sys_mount+0x10d/0x150
[ 2945.979167]  x64_sys_call+0x1e1d/0x2140
[ 2945.983008]  do_syscall_64+0x51/0x120
[ 2945.986673]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 2945.991726] RIP: 0033:0x7fd154f0f03e
[ 2945.995305] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 2946.014050] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 2946.021613] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 2946.028741] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 2946.035873] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 2946.043003] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 2946.050137] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 2946.057272]  </TASK>
[ 2973.687243] watchdog: BUG: soft lockup - CPU#34 stuck for 2541s! [grub2-mount:4482]
[ 2973.694896] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 2973.770831] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 2973.782903] Tainted: [L]=SOFTLOCKUP
[ 2973.786395] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 2973.794050] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2973.800139] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 2973.818886] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 2973.824112] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 2973.831244] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 2973.838378] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 2973.845511] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 2973.852642] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 2973.859776] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 2973.867859] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2973.873606] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 2973.880740] PKRU: 55555554
[ 2973.883450] Call Trace:
[ 2973.885904]  <IRQ>
[ 2973.887924]  ? show_regs+0x6d/0x80
[ 2973.891329]  ? watchdog_timer_fn+0x1f8/0x280
[ 2973.895600]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 2973.900220]  ? __hrtimer_run_queues+0x114/0x2a0
[ 2973.904756]  ? hrtimer_interrupt+0x108/0x230
[ 2973.909027]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 2973.914254]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 2973.919218]  </IRQ>
[ 2973.921322]  <TASK>
[ 2973.923421]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 2973.928736]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2973.934222]  _raw_spin_lock+0x2d/0x40
[ 2973.937886]  fuse_iget+0x125/0x250
[ 2973.941291]  fuse_fill_super_common+0x3ae/0x4f0
[ 2973.945825]  ? __pfx_fuse_fill_super+0x10/0x10
[ 2973.950268]  fuse_fill_super+0x5e/0xb0
[ 2973.954022]  get_tree_nodev+0x6f/0xa0
[ 2973.957687]  ? fget+0x80/0xb0
[ 2973.960659]  fuse_get_tree+0xc6/0x1b0
[ 2973.964327]  vfs_get_tree+0x2e/0xf0
[ 2973.967819]  path_mount+0x4f0/0xb50
[ 2973.971311]  ? putname+0x5b/0x70
[ 2973.974545]  __x64_sys_mount+0x10d/0x150
[ 2973.978472]  x64_sys_call+0x1e1d/0x2140
[ 2973.982308]  do_syscall_64+0x51/0x120
[ 2973.985975]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 2973.991029] RIP: 0033:0x7fd154f0f03e
[ 2973.994608] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 2974.013353] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 2974.020918] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 2974.028050] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 2974.035181] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 2974.042307] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 2974.049440] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 2974.056574]  </TASK>
[ 3001.686553] watchdog: BUG: soft lockup - CPU#34 stuck for 2567s! [grub2-mount:4482]
[ 3001.694207] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 3001.770143] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 3001.782217] Tainted: [L]=SOFTLOCKUP
[ 3001.785706] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 3001.793359] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 3001.799451] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 3001.818195] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 3001.823422] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 3001.830556] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 3001.837686] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 3001.844821] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 3001.851951] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 3001.859077] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 3001.867163] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3001.872908] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 3001.880041] PKRU: 55555554
[ 3001.882754] Call Trace:
[ 3001.885207]  <IRQ>
[ 3001.887226]  ? show_regs+0x6d/0x80
[ 3001.890632]  ? watchdog_timer_fn+0x1f8/0x280
[ 3001.894904]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 3001.899524]  ? __hrtimer_run_queues+0x114/0x2a0
[ 3001.904056]  ? hrtimer_interrupt+0x108/0x230
[ 3001.908331]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 3001.913555]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 3001.918520]  </IRQ>
[ 3001.920627]  <TASK>
[ 3001.922732]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 3001.928047]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 3001.933531]  _raw_spin_lock+0x2d/0x40
[ 3001.937197]  fuse_iget+0x125/0x250
[ 3001.940602]  fuse_fill_super_common+0x3ae/0x4f0
[ 3001.945136]  ? __pfx_fuse_fill_super+0x10/0x10
[ 3001.949581]  fuse_fill_super+0x5e/0xb0
[ 3001.953332]  get_tree_nodev+0x6f/0xa0
[ 3001.956999]  ? fget+0x80/0xb0
[ 3001.959971]  fuse_get_tree+0xc6/0x1b0
[ 3001.963638]  vfs_get_tree+0x2e/0xf0
[ 3001.967131]  path_mount+0x4f0/0xb50
[ 3001.970622]  ? putname+0x5b/0x70
[ 3001.973855]  __x64_sys_mount+0x10d/0x150
[ 3001.977783]  x64_sys_call+0x1e1d/0x2140
[ 3001.981621]  do_syscall_64+0x51/0x120
[ 3001.985287]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 3001.990337] RIP: 0033:0x7fd154f0f03e
[ 3001.993918] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 3002.012663] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 3002.020231] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 3002.027361] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 3002.034492] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 3002.041626] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 3002.048760] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 3002.055896]  </TASK>
[ 3014.197283] rcu: INFO: rcu_preempt self-detected stall on CPU
[ 3014.203031] rcu: 	34-....: (681577 ticks this GP) idle=6724/1/0x4000000000000000 softirq=785/785 fqs=341386
[ 3014.212766] rcu: 	(t=691315 jiffies g=7337 q=100813 ncpus=128)
[ 3014.218595] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 3014.230667] Tainted: [L]=SOFTLOCKUP
[ 3014.234158] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 3014.241812] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 3014.247906] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 3014.266649] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 3014.271876] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 3014.279007] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 3014.286142] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 3014.293275] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 3014.300404] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 3014.307538] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 3014.315624] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3014.321371] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 3014.328502] PKRU: 55555554
[ 3014.331214] Call Trace:
[ 3014.333667]  <IRQ>
[ 3014.335689]  ? show_regs+0x6d/0x80
[ 3014.339091]  ? dump_cpu_task+0x6b/0x80
[ 3014.342845]  ? rcu_dump_cpu_stacks+0xa4/0x100
[ 3014.347206]  ? rcu_sched_clock_irq+0x6b4/0x10c0
[ 3014.351738]  ? srso_alias_return_thunk+0x5/0xfbef5
[ 3014.356528]  ? __cgroup_account_cputime_field+0x3f/0x60
[ 3014.361754]  ? srso_alias_return_thunk+0x5/0xfbef5
[ 3014.366547]  ? account_system_index_time+0x95/0xb0
[ 3014.371341]  ? update_process_times+0x74/0xc0
[ 3014.375699]  ? tick_nohz_handler+0x9b/0x150
[ 3014.379884]  ? __pfx_tick_nohz_handler+0x10/0x10
[ 3014.384503]  ? __hrtimer_run_queues+0x114/0x2a0
[ 3014.389040]  ? hrtimer_interrupt+0x108/0x230
[ 3014.393313]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 3014.398535]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 3014.403502]  </IRQ>
[ 3014.405608]  <TASK>
[ 3014.407713]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 3014.413030]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 3014.418514]  _raw_spin_lock+0x2d/0x40
[ 3014.422179]  fuse_iget+0x125/0x250
[ 3014.425584]  fuse_fill_super_common+0x3ae/0x4f0
[ 3014.430119]  ? __pfx_fuse_fill_super+0x10/0x10
[ 3014.434563]  fuse_fill_super+0x5e/0xb0
[ 3014.438316]  get_tree_nodev+0x6f/0xa0
[ 3014.441980]  ? fget+0x80/0xb0
[ 3014.444954]  fuse_get_tree+0xc6/0x1b0
[ 3014.448619]  vfs_get_tree+0x2e/0xf0
[ 3014.452110]  path_mount+0x4f0/0xb50
[ 3014.455603]  ? putname+0x5b/0x70
[ 3014.458839]  __x64_sys_mount+0x10d/0x150
[ 3014.462764]  x64_sys_call+0x1e1d/0x2140
[ 3014.466603]  do_syscall_64+0x51/0x120
[ 3014.470268]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 3014.475318] RIP: 0033:0x7fd154f0f03e
[ 3014.478901] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 3014.497643] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 3014.505211] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 3014.512344] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 3014.519475] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 3014.526606] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 3014.533732] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 3014.540867]  </TASK>
[ 3041.685568] watchdog: BUG: soft lockup - CPU#34 stuck for 2604s! [grub2-mount:4482]
[ 3041.693222] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 3041.769159] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 3041.781230] Tainted: [L]=SOFTLOCKUP
[ 3041.784722] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 3041.792376] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 3041.798470] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 3041.817213] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 3041.822438] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 3041.829570] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 3041.836705] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 3041.843836] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 3041.850969] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 3041.858102] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 3041.866186] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3041.871934] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 3041.879067] PKRU: 55555554
[ 3041.881779] Call Trace:
[ 3041.884233]  <IRQ>
[ 3041.886251]  ? show_regs+0x6d/0x80
[ 3041.889656]  ? watchdog_timer_fn+0x1f8/0x280
[ 3041.893930]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 3041.898548]  ? __hrtimer_run_queues+0x114/0x2a0
[ 3041.903082]  ? hrtimer_interrupt+0x108/0x230
[ 3041.907354]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 3041.912579]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 3041.917544]  </IRQ>
[ 3041.919652]  <TASK>
[ 3041.921757]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 3041.927073]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 3041.932558]  _raw_spin_lock+0x2d/0x40
[ 3041.936220]  fuse_iget+0x125/0x250
[ 3041.939629]  fuse_fill_super_common+0x3ae/0x4f0
[ 3041.944163]  ? __pfx_fuse_fill_super+0x10/0x10
[ 3041.948607]  fuse_fill_super+0x5e/0xb0
[ 3041.952357]  get_tree_nodev+0x6f/0xa0
[ 3041.956024]  ? fget+0x80/0xb0
[ 3041.958998]  fuse_get_tree+0xc6/0x1b0
[ 3041.962662]  vfs_get_tree+0x2e/0xf0
[ 3041.966155]  path_mount+0x4f0/0xb50
[ 3041.969648]  ? putname+0x5b/0x70
[ 3041.972883]  __x64_sys_mount+0x10d/0x150
[ 3041.976809]  x64_sys_call+0x1e1d/0x2140
[ 3041.980645]  do_syscall_64+0x51/0x120
[ 3041.984311]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 3041.989362] RIP: 0033:0x7fd154f0f03e
[ 3041.992943] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 3042.011690] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 3042.019255] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 3042.026387] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 3042.033517] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 3042.040652] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 3042.047782] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 3042.054920]  </TASK>
[ 3069.684879] watchdog: BUG: soft lockup - CPU#34 stuck for 2630s! [grub2-mount:4482]
[ 3069.692535] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 3069.768472] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 3069.780542] Tainted: [L]=SOFTLOCKUP
[ 3069.784035] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 3069.791688] RIP: 0010:native_queued_spin_lock_slowpath+0x7c/0x2d0
[ 3069.797779] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[ 3069.816524] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 3069.821751] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 3069.828884] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 3069.836016] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 3069.843147] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 3069.850282] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 3069.857412] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 3069.865498] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3069.871245] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 3069.878379] PKRU: 55555554
[ 3069.881091] Call Trace:
[ 3069.883543]  <IRQ>
[ 3069.885561]  ? show_regs+0x6d/0x80
[ 3069.888968]  ? watchdog_timer_fn+0x1f8/0x280
[ 3069.893238]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 3069.897859]  ? __hrtimer_run_queues+0x114/0x2a0
[ 3069.902393]  ? hrtimer_interrupt+0x108/0x230
[ 3069.906666]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 3069.911890]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 3069.916856]  </IRQ>
[ 3069.918963]  <TASK>
[ 3069.921070]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 3069.926385]  ? native_queued_spin_lock_slowpath+0x7c/0x2d0
[ 3069.931868]  _raw_spin_lock+0x2d/0x40
[ 3069.935534]  fuse_iget+0x125/0x250
[ 3069.938941]  fuse_fill_super_common+0x3ae/0x4f0
[ 3069.943473]  ? __pfx_fuse_fill_super+0x10/0x10
[ 3069.947916]  fuse_fill_super+0x5e/0xb0
[ 3069.951669]  get_tree_nodev+0x6f/0xa0
[ 3069.955334]  ? fget+0x80/0xb0
[ 3069.958309]  fuse_get_tree+0xc6/0x1b0
[ 3069.961973]  vfs_get_tree+0x2e/0xf0
[ 3069.965466]  path_mount+0x4f0/0xb50
[ 3069.968959]  ? putname+0x5b/0x70
[ 3069.972192]  __x64_sys_mount+0x10d/0x150
[ 3069.976120]  x64_sys_call+0x1e1d/0x2140
[ 3069.979957]  do_syscall_64+0x51/0x120
[ 3069.983623]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 3069.988675] RIP: 0033:0x7fd154f0f03e
[ 3069.992253] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 3070.011000] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 3070.018564] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 3070.025696] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 3070.032829] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 3070.039961] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 3070.047087] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 3070.054221]  </TASK>
[ 3097.684188] watchdog: BUG: soft lockup - CPU#34 stuck for 2656s! [grub2-mount:4482]
[ 3097.691844] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 3097.767782] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 3097.779852] Tainted: [L]=SOFTLOCKUP
[ 3097.783345] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 3097.791000] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 3097.797092] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 3097.815837] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 3097.821063] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 3097.828195] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 3097.835326] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 3097.842457] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 3097.849593] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 3097.856724] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 3097.864808] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3097.870555] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 3097.877689] PKRU: 55555554
[ 3097.880400] Call Trace:
[ 3097.882853]  <IRQ>
[ 3097.884874]  ? show_regs+0x6d/0x80
[ 3097.888280]  ? watchdog_timer_fn+0x1f8/0x280
[ 3097.892550]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 3097.897172]  ? __hrtimer_run_queues+0x114/0x2a0
[ 3097.901706]  ? hrtimer_interrupt+0x108/0x230
[ 3097.905977]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 3097.911201]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 3097.916166]  </IRQ>
[ 3097.918272]  <TASK>
[ 3097.920371]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 3097.925686]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 3097.931170]  _raw_spin_lock+0x2d/0x40
[ 3097.934837]  fuse_iget+0x125/0x250
[ 3097.938243]  fuse_fill_super_common+0x3ae/0x4f0
[ 3097.942777]  ? __pfx_fuse_fill_super+0x10/0x10
[ 3097.947219]  fuse_fill_super+0x5e/0xb0
[ 3097.950972]  get_tree_nodev+0x6f/0xa0
[ 3097.954636]  ? fget+0x80/0xb0
[ 3097.957611]  fuse_get_tree+0xc6/0x1b0
[ 3097.961275]  vfs_get_tree+0x2e/0xf0
[ 3097.964770]  path_mount+0x4f0/0xb50
[ 3097.968262]  ? putname+0x5b/0x70
[ 3097.971496]  __x64_sys_mount+0x10d/0x150
[ 3097.975419]  x64_sys_call+0x1e1d/0x2140
[ 3097.979259]  do_syscall_64+0x51/0x120
[ 3097.982925]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 3097.987975] RIP: 0033:0x7fd154f0f03e
[ 3097.991555] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 3098.010302] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 3098.017868] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 3098.024998] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 3098.032122] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 3098.039255] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 3098.046388] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 3098.053525]  </TASK>
[ 3125.683499] watchdog: BUG: soft lockup - CPU#34 stuck for 2683s! [grub2-mount:4482]
[ 3125.691156] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 3125.767092] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 3125.779164] Tainted: [L]=SOFTLOCKUP
[ 3125.782654] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 3125.790307] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 3125.796402] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 3125.815147] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 3125.820371] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 3125.827506] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 3125.834637] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 3125.841769] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 3125.848901] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 3125.856035] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 3125.864120] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3125.869866] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 3125.876999] PKRU: 55555554
[ 3125.879712] Call Trace:
[ 3125.882163]  <IRQ>
[ 3125.884183]  ? show_regs+0x6d/0x80
[ 3125.887589]  ? watchdog_timer_fn+0x1f8/0x280
[ 3125.891860]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 3125.896480]  ? __hrtimer_run_queues+0x114/0x2a0
[ 3125.901013]  ? hrtimer_interrupt+0x108/0x230
[ 3125.905287]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 3125.910511]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 3125.915478]  </IRQ>
[ 3125.917584]  <TASK>
[ 3125.919691]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 3125.925004]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 3125.930489]  _raw_spin_lock+0x2d/0x40
[ 3125.934155]  fuse_iget+0x125/0x250
[ 3125.937560]  fuse_fill_super_common+0x3ae/0x4f0
[ 3125.942096]  ? __pfx_fuse_fill_super+0x10/0x10
[ 3125.946540]  fuse_fill_super+0x5e/0xb0
[ 3125.950291]  get_tree_nodev+0x6f/0xa0
[ 3125.953957]  ? fget+0x80/0xb0
[ 3125.956930]  fuse_get_tree+0xc6/0x1b0
[ 3125.960596]  vfs_get_tree+0x2e/0xf0
[ 3125.964088]  path_mount+0x4f0/0xb50
[ 3125.967580]  ? putname+0x5b/0x70
[ 3125.970814]  __x64_sys_mount+0x10d/0x150
[ 3125.974739]  x64_sys_call+0x1e1d/0x2140
[ 3125.978578]  do_syscall_64+0x51/0x120
[ 3125.982245]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 3125.987297] RIP: 0033:0x7fd154f0f03e
[ 3125.990875] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 3126.009621] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 3126.017185] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 3126.024319] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 3126.031453] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 3126.038584] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 3126.045717] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 3126.052852]  </TASK>
[ 3153.682809] watchdog: BUG: soft lockup - CPU#34 stuck for 2709s! [grub2-mount:4482]
[ 3153.690468] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 3153.766401] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 3153.778475] Tainted: [L]=SOFTLOCKUP
[ 3153.781965] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 3153.789619] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 3153.795712] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 3153.814455] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 3153.819684] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 3153.826813] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 3153.833946] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 3153.841080] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 3153.848212] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 3153.855345] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 3153.863429] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3153.869176] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 3153.876310] PKRU: 55555554
[ 3153.879023] Call Trace:
[ 3153.881476]  <IRQ>
[ 3153.883495]  ? show_regs+0x6d/0x80
[ 3153.886901]  ? watchdog_timer_fn+0x1f8/0x280
[ 3153.891172]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 3153.895793]  ? __hrtimer_run_queues+0x114/0x2a0
[ 3153.900327]  ? hrtimer_interrupt+0x108/0x230
[ 3153.904597]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 3153.909824]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 3153.914790]  </IRQ>
[ 3153.916895]  <TASK>
[ 3153.919000]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 3153.924315]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 3153.929800]  _raw_spin_lock+0x2d/0x40
[ 3153.933463]  fuse_iget+0x125/0x250
[ 3153.936870]  fuse_fill_super_common+0x3ae/0x4f0
[ 3153.941407]  ? __pfx_fuse_fill_super+0x10/0x10
[ 3153.945850]  fuse_fill_super+0x5e/0xb0
[ 3153.949603]  get_tree_nodev+0x6f/0xa0
[ 3153.953266]  ? fget+0x80/0xb0
[ 3153.956240]  fuse_get_tree+0xc6/0x1b0
[ 3153.959905]  vfs_get_tree+0x2e/0xf0
[ 3153.963399]  path_mount+0x4f0/0xb50
[ 3153.966889]  ? putname+0x5b/0x70
[ 3153.970126]  __x64_sys_mount+0x10d/0x150
[ 3153.974052]  x64_sys_call+0x1e1d/0x2140
[ 3153.977887]  do_syscall_64+0x51/0x120
[ 3153.981553]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 3153.986606] RIP: 0033:0x7fd154f0f03e
[ 3153.990187] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 3154.008931] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 3154.016498] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 3154.023631] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 3154.030761] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 3154.037893] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 3154.045027] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 3154.052163]  </TASK>
[ 3181.682120] watchdog: BUG: soft lockup - CPU#34 stuck for 2735s! [grub2-mount:4482]
[ 3181.689778] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 3181.765714] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 3181.777785] Tainted: [L]=SOFTLOCKUP
[ 3181.781275] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 3181.788919] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 3181.795013] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 3181.813757] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 3181.818986] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 3181.826118] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 3181.833247] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 3181.840373] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 3181.847505] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 3181.854637] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 3181.862722] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3181.868460] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 3181.875591] PKRU: 55555554
[ 3181.878296] Call Trace:
[ 3181.880742]  <IRQ>
[ 3181.882762]  ? show_regs+0x6d/0x80
[ 3181.886168]  ? watchdog_timer_fn+0x1f8/0x280
[ 3181.890438]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 3181.895057]  ? __hrtimer_run_queues+0x114/0x2a0
[ 3181.899591]  ? hrtimer_interrupt+0x108/0x230
[ 3181.903866]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 3181.909088]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 3181.914055]  </IRQ>
[ 3181.916159]  <TASK>
[ 3181.918260]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 3181.923572]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 3181.929057]  _raw_spin_lock+0x2d/0x40
[ 3181.932723]  fuse_iget+0x125/0x250
[ 3181.936129]  fuse_fill_super_common+0x3ae/0x4f0
[ 3181.940663]  ? __pfx_fuse_fill_super+0x10/0x10
[ 3181.945105]  fuse_fill_super+0x5e/0xb0
[ 3181.948858]  get_tree_nodev+0x6f/0xa0
[ 3181.952526]  ? fget+0x80/0xb0
[ 3181.955499]  fuse_get_tree+0xc6/0x1b0
[ 3181.959166]  vfs_get_tree+0x2e/0xf0
[ 3181.962656]  path_mount+0x4f0/0xb50
[ 3181.966149]  ? putname+0x5b/0x70
[ 3181.969384]  __x64_sys_mount+0x10d/0x150
[ 3181.973309]  x64_sys_call+0x1e1d/0x2140
[ 3181.977145]  do_syscall_64+0x51/0x120
[ 3181.980812]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 3181.985866] RIP: 0033:0x7fd154f0f03e
[ 3181.989444] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 3182.008191] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 3182.015756] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 3182.022887] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 3182.030019] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 3182.037154] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 3182.044286] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 3182.051420]  </TASK>
[ 3194.536841] rcu: INFO: rcu_preempt self-detected stall on CPU
[ 3194.542585] rcu: 	34-....: (726026 ticks this GP) idle=6724/1/0x4000000000000000 softirq=785/785 fqs=363662
[ 3194.552320] rcu: 	(t=736399 jiffies g=7337 q=102118 ncpus=128)
[ 3194.558153] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 3194.570224] Tainted: [L]=SOFTLOCKUP
[ 3194.573717] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 3194.581369] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 3194.587463] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 3194.606205] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 3194.611433] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 3194.618565] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 3194.625697] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 3194.632830] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 3194.639962] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 3194.647093] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 3194.655180] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3194.660926] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 3194.668058] PKRU: 55555554
[ 3194.670772] Call Trace:
[ 3194.673224]  <IRQ>
[ 3194.675244]  ? show_regs+0x6d/0x80
[ 3194.678651]  ? dump_cpu_task+0x6b/0x80
[ 3194.682400]  ? rcu_dump_cpu_stacks+0xa4/0x100
[ 3194.686760]  ? rcu_sched_clock_irq+0x6b4/0x10c0
[ 3194.691294]  ? srso_alias_return_thunk+0x5/0xfbef5
[ 3194.696085]  ? __cgroup_account_cputime_field+0x3f/0x60
[ 3194.701310]  ? srso_alias_return_thunk+0x5/0xfbef5
[ 3194.706105]  ? account_system_index_time+0x95/0xb0
[ 3194.710897]  ? update_process_times+0x74/0xc0
[ 3194.715258]  ? tick_nohz_handler+0x9b/0x150
[ 3194.719441]  ? __pfx_tick_nohz_handler+0x10/0x10
[ 3194.724062]  ? __hrtimer_run_queues+0x114/0x2a0
[ 3194.728596]  ? hrtimer_interrupt+0x108/0x230
[ 3194.732868]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 3194.738093]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 3194.743057]  </IRQ>
[ 3194.745162]  <TASK>
[ 3194.747262]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 3194.752576]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 3194.758062]  _raw_spin_lock+0x2d/0x40
[ 3194.761727]  fuse_iget+0x125/0x250
[ 3194.765132]  fuse_fill_super_common+0x3ae/0x4f0
[ 3194.769665]  ? __pfx_fuse_fill_super+0x10/0x10
[ 3194.774111]  fuse_fill_super+0x5e/0xb0
[ 3194.777864]  get_tree_nodev+0x6f/0xa0
[ 3194.781528]  ? fget+0x80/0xb0
[ 3194.784503]  fuse_get_tree+0xc6/0x1b0
[ 3194.788166]  vfs_get_tree+0x2e/0xf0
[ 3194.791658]  path_mount+0x4f0/0xb50
[ 3194.795154]  ? putname+0x5b/0x70
[ 3194.798384]  __x64_sys_mount+0x10d/0x150
[ 3194.802312]  x64_sys_call+0x1e1d/0x2140
[ 3194.806150]  do_syscall_64+0x51/0x120
[ 3194.809815]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 3194.814869] RIP: 0033:0x7fd154f0f03e
[ 3194.818446] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 3194.837192] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 3194.844760] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 3194.851890] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 3194.859021] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 3194.866145] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 3194.873279] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 3194.880415]  </TASK>
[ 3221.681133] watchdog: BUG: soft lockup - CPU#34 stuck for 2772s! [grub2-mount:4482]
[ 3221.688790] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 3221.764728] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 3221.776798] Tainted: [L]=SOFTLOCKUP
[ 3221.780291] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 3221.787943] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 3221.794035] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 3221.812780] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 3221.818008] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 3221.825137] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 3221.832262] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 3221.839395] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 3221.846528] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 3221.853662] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 3221.861748] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3221.867491] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 3221.874625] PKRU: 55555554
[ 3221.877338] Call Trace:
[ 3221.879792]  <IRQ>
[ 3221.881810]  ? show_regs+0x6d/0x80
[ 3221.885216]  ? watchdog_timer_fn+0x1f8/0x280
[ 3221.889489]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 3221.894108]  ? __hrtimer_run_queues+0x114/0x2a0
[ 3221.898642]  ? hrtimer_interrupt+0x108/0x230
[ 3221.902912]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 3221.908138]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 3221.913105]  </IRQ>
[ 3221.915210]  <TASK>
[ 3221.917317]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 3221.922631]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 3221.928114]  _raw_spin_lock+0x2d/0x40
[ 3221.931780]  fuse_iget+0x125/0x250
[ 3221.935186]  fuse_fill_super_common+0x3ae/0x4f0
[ 3221.939721]  ? __pfx_fuse_fill_super+0x10/0x10
[ 3221.944165]  fuse_fill_super+0x5e/0xb0
[ 3221.947916]  get_tree_nodev+0x6f/0xa0
[ 3221.951582]  ? fget+0x80/0xb0
[ 3221.954555]  fuse_get_tree+0xc6/0x1b0
[ 3221.958220]  vfs_get_tree+0x2e/0xf0
[ 3221.961715]  path_mount+0x4f0/0xb50
[ 3221.965207]  ? putname+0x5b/0x70
[ 3221.968439]  __x64_sys_mount+0x10d/0x150
[ 3221.972365]  x64_sys_call+0x1e1d/0x2140
[ 3221.976204]  do_syscall_64+0x51/0x120
[ 3221.979872]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 3221.984924] RIP: 0033:0x7fd154f0f03e
[ 3221.988501] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 3222.007245] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 3222.014812] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 3222.021947] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 3222.029077] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 3222.036209] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 3222.043341] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 3222.050471]  </TASK>
[ 3249.680440] watchdog: BUG: soft lockup - CPU#34 stuck for 2798s! [grub2-mount:4482]
[ 3249.688091] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 3249.764029] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 3249.776101] Tainted: [L]=SOFTLOCKUP
[ 3249.779593] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 3249.787243] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 3249.793336] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 3249.812081] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 3249.817306] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 3249.824442] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 3249.831572] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 3249.838705] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 3249.845839] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 3249.852970] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 3249.861056] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3249.866801] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 3249.873933] PKRU: 55555554
[ 3249.876645] Call Trace:
[ 3249.879092]  <IRQ>
[ 3249.881113]  ? show_regs+0x6d/0x80
[ 3249.884516]  ? watchdog_timer_fn+0x1f8/0x280
[ 3249.888787]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 3249.893410]  ? __hrtimer_run_queues+0x114/0x2a0
[ 3249.897942]  ? hrtimer_interrupt+0x108/0x230
[ 3249.902213]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 3249.907438]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 3249.912404]  </IRQ>
[ 3249.914510]  <TASK>
[ 3249.916618]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 3249.921932]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 3249.927417]  _raw_spin_lock+0x2d/0x40
[ 3249.931080]  fuse_iget+0x125/0x250
[ 3249.934489]  fuse_fill_super_common+0x3ae/0x4f0
[ 3249.939023]  ? __pfx_fuse_fill_super+0x10/0x10
[ 3249.943463]  fuse_fill_super+0x5e/0xb0
[ 3249.947220]  get_tree_nodev+0x6f/0xa0
[ 3249.950885]  ? fget+0x80/0xb0
[ 3249.953856]  fuse_get_tree+0xc6/0x1b0
[ 3249.957524]  vfs_get_tree+0x2e/0xf0
[ 3249.961015]  path_mount+0x4f0/0xb50
[ 3249.964506]  ? putname+0x5b/0x70
[ 3249.967742]  __x64_sys_mount+0x10d/0x150
[ 3249.971667]  x64_sys_call+0x1e1d/0x2140
[ 3249.975504]  do_syscall_64+0x51/0x120
[ 3249.979170]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 3249.984224] RIP: 0033:0x7fd154f0f03e
[ 3249.987802] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 3250.006549] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 3250.014113] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 3250.021246] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 3250.028379] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 3250.035511] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 3250.042644] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 3250.049780]  </TASK>
[ 3277.679748] watchdog: BUG: soft lockup - CPU#34 stuck for 2824s! [grub2-mount:4482]
[ 3277.687403] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 3277.763346] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 3277.775419] Tainted: [L]=SOFTLOCKUP
[ 3277.778909] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 3277.786563] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 3277.792656] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 3277.811401] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 3277.816624] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 3277.823759] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 3277.830889] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 3277.838024] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 3277.845157] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 3277.852287] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 3277.860373] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3277.866118] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 3277.873252] PKRU: 55555554
[ 3277.875966] Call Trace:
[ 3277.878419]  <IRQ>
[ 3277.880439]  ? show_regs+0x6d/0x80
[ 3277.883842]  ? watchdog_timer_fn+0x1f8/0x280
[ 3277.888114]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 3277.892734]  ? __hrtimer_run_queues+0x114/0x2a0
[ 3277.897268]  ? hrtimer_interrupt+0x108/0x230
[ 3277.901541]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 3277.906766]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 3277.911731]  </IRQ>
[ 3277.913837]  <TASK>
[ 3277.915942]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 3277.921257]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 3277.926744]  _raw_spin_lock+0x2d/0x40
[ 3277.930409]  fuse_iget+0x125/0x250
[ 3277.933815]  fuse_fill_super_common+0x3ae/0x4f0
[ 3277.938349]  ? __pfx_fuse_fill_super+0x10/0x10
[ 3277.942791]  fuse_fill_super+0x5e/0xb0
[ 3277.946545]  get_tree_nodev+0x6f/0xa0
[ 3277.950210]  ? fget+0x80/0xb0
[ 3277.953184]  fuse_get_tree+0xc6/0x1b0
[ 3277.956851]  vfs_get_tree+0x2e/0xf0
[ 3277.960343]  path_mount+0x4f0/0xb50
[ 3277.963834]  ? putname+0x5b/0x70
[ 3277.967067]  __x64_sys_mount+0x10d/0x150
[ 3277.970993]  x64_sys_call+0x1e1d/0x2140
[ 3277.974832]  do_syscall_64+0x51/0x120
[ 3277.978497]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 3277.983548] RIP: 0033:0x7fd154f0f03e
[ 3277.987129] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 3278.005874] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 3278.013440] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 3278.020571] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 3278.027705] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 3278.034837] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 3278.041971] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 3278.049107]  </TASK>
[ 3305.679056] watchdog: BUG: soft lockup - CPU#34 stuck for 2850s! [grub2-mount:4482]
[ 3305.686711] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 3305.762648] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 3305.774718] Tainted: [L]=SOFTLOCKUP
[ 3305.778209] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 3305.785864] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 3305.791953] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 3305.810700] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 3305.815928] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 3305.823059] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 3305.830192] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 3305.837324] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 3305.844455] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 3305.851593] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 3305.859673] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3305.865420] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 3305.872554] PKRU: 55555554
[ 3305.875264] Call Trace:
[ 3305.877710]  <IRQ>
[ 3305.879729]  ? show_regs+0x6d/0x80
[ 3305.883135]  ? watchdog_timer_fn+0x1f8/0x280
[ 3305.887406]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 3305.892027]  ? __hrtimer_run_queues+0x114/0x2a0
[ 3305.896562]  ? hrtimer_interrupt+0x108/0x230
[ 3305.900832]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 3305.906058]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 3305.911022]  </IRQ>
[ 3305.913128]  <TASK>
[ 3305.915228]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 3305.920541]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 3305.926026]  _raw_spin_lock+0x2d/0x40
[ 3305.929690]  fuse_iget+0x125/0x250
[ 3305.933100]  fuse_fill_super_common+0x3ae/0x4f0
[ 3305.937631]  ? __pfx_fuse_fill_super+0x10/0x10
[ 3305.942076]  fuse_fill_super+0x5e/0xb0
[ 3305.945829]  get_tree_nodev+0x6f/0xa0
[ 3305.949493]  ? fget+0x80/0xb0
[ 3305.952467]  fuse_get_tree+0xc6/0x1b0
[ 3305.956133]  vfs_get_tree+0x2e/0xf0
[ 3305.959625]  path_mount+0x4f0/0xb50
[ 3305.963116]  ? putname+0x5b/0x70
[ 3305.966352]  __x64_sys_mount+0x10d/0x150
[ 3305.970277]  x64_sys_call+0x1e1d/0x2140
[ 3305.974113]  do_syscall_64+0x51/0x120
[ 3305.977781]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 3305.982834] RIP: 0033:0x7fd154f0f03e
[ 3305.986412] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 3306.005157] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 3306.012722] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 3306.019857] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 3306.026988] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 3306.034120] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 3306.041254] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 3306.048391]  </TASK>
[ 3333.678364] watchdog: BUG: soft lockup - CPU#34 stuck for 2876s! [grub2-mount:4482]
[ 3333.686020] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 3333.761957] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 3333.774027] Tainted: [L]=SOFTLOCKUP
[ 3333.777519] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 3333.785173] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 3333.791265] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 3333.810011] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 3333.815234] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 3333.822369] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 3333.829502] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 3333.836634] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 3333.843764] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 3333.850890] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 3333.858977] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3333.864720] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 3333.871855] PKRU: 55555554
[ 3333.874564] Call Trace:
[ 3333.877009]  <IRQ>
[ 3333.879031]  ? show_regs+0x6d/0x80
[ 3333.882436]  ? watchdog_timer_fn+0x1f8/0x280
[ 3333.886706]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 3333.891327]  ? __hrtimer_run_queues+0x114/0x2a0
[ 3333.895862]  ? hrtimer_interrupt+0x108/0x230
[ 3333.900132]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 3333.905359]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 3333.910324]  </IRQ>
[ 3333.912428]  <TASK>
[ 3333.914527]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 3333.919842]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 3333.925327]  _raw_spin_lock+0x2d/0x40
[ 3333.928992]  fuse_iget+0x125/0x250
[ 3333.932399]  fuse_fill_super_common+0x3ae/0x4f0
[ 3333.936931]  ? __pfx_fuse_fill_super+0x10/0x10
[ 3333.941376]  fuse_fill_super+0x5e/0xb0
[ 3333.945129]  get_tree_nodev+0x6f/0xa0
[ 3333.948794]  ? fget+0x80/0xb0
[ 3333.951768]  fuse_get_tree+0xc6/0x1b0
[ 3333.955434]  vfs_get_tree+0x2e/0xf0
[ 3333.958925]  path_mount+0x4f0/0xb50
[ 3333.962419]  ? putname+0x5b/0x70
[ 3333.965652]  __x64_sys_mount+0x10d/0x150
[ 3333.969578]  x64_sys_call+0x1e1d/0x2140
[ 3333.973415]  do_syscall_64+0x51/0x120
[ 3333.977082]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 3333.982132] RIP: 0033:0x7fd154f0f03e
[ 3333.985713] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 3334.004458] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 3334.012026] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 3334.019156] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 3334.026290] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 3334.033422] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 3334.040553] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 3334.047690]  </TASK>
[ 3361.677671] watchdog: BUG: soft lockup - CPU#34 stuck for 2902s! [grub2-mount:4482]
[ 3361.685330] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 3361.761264] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 3361.773338] Tainted: [L]=SOFTLOCKUP
[ 3361.776830] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 3361.784482] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 3361.790572] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 3361.809321] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 3361.814544] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 3361.821676] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 3361.828809] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 3361.835941] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 3361.843076] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 3361.850207] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 3361.858292] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3361.864039] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 3361.871171] PKRU: 55555554
[ 3361.873884] Call Trace:
[ 3361.876336]  <IRQ>
[ 3361.878356]  ? show_regs+0x6d/0x80
[ 3361.881761]  ? watchdog_timer_fn+0x1f8/0x280
[ 3361.886035]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 3361.890655]  ? __hrtimer_run_queues+0x114/0x2a0
[ 3361.895187]  ? hrtimer_interrupt+0x108/0x230
[ 3361.899460]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 3361.904685]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 3361.909651]  </IRQ>
[ 3361.911757]  <TASK>
[ 3361.913863]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 3361.919178]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 3361.924661]  _raw_spin_lock+0x2d/0x40
[ 3361.928326]  fuse_iget+0x125/0x250
[ 3361.931734]  fuse_fill_super_common+0x3ae/0x4f0
[ 3361.936266]  ? __pfx_fuse_fill_super+0x10/0x10
[ 3361.940712]  fuse_fill_super+0x5e/0xb0
[ 3361.944464]  get_tree_nodev+0x6f/0xa0
[ 3361.948129]  ? fget+0x80/0xb0
[ 3361.951104]  fuse_get_tree+0xc6/0x1b0
[ 3361.954768]  vfs_get_tree+0x2e/0xf0
[ 3361.958261]  path_mount+0x4f0/0xb50
[ 3361.961753]  ? putname+0x5b/0x70
[ 3361.964985]  __x64_sys_mount+0x10d/0x150
[ 3361.968913]  x64_sys_call+0x1e1d/0x2140
[ 3361.972750]  do_syscall_64+0x51/0x120
[ 3361.976418]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 3361.981470] RIP: 0033:0x7fd154f0f03e
[ 3361.985050] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 3362.003792] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 3362.011358] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 3362.018493] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 3362.025626] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 3362.032757] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 3362.039889] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 3362.047024]  </TASK>
[ 3374.884382] rcu: INFO: rcu_preempt self-detected stall on CPU
[ 3374.890136] rcu: 	34-....: (770477 ticks this GP) idle=6724/1/0x4000000000000000 softirq=785/785 fqs=385941
[ 3374.899868] rcu: 	(t=781487 jiffies g=7337 q=104665 ncpus=128)
[ 3374.905700] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 3374.917772] Tainted: [L]=SOFTLOCKUP
[ 3374.921264] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 3374.928917] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 3374.935009] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 3374.953754] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 3374.958980] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 3374.966113] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 3374.973245] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 3374.980377] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 3374.987508] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 3374.994643] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 3375.002726] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3375.008473] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 3375.015606] PKRU: 55555554
[ 3375.018318] Call Trace:
[ 3375.020770]  <IRQ>
[ 3375.022791]  ? show_regs+0x6d/0x80
[ 3375.026195]  ? dump_cpu_task+0x6b/0x80
[ 3375.029950]  ? rcu_dump_cpu_stacks+0xa4/0x100
[ 3375.034308]  ? rcu_sched_clock_irq+0x6b4/0x10c0
[ 3375.038842]  ? srso_alias_return_thunk+0x5/0xfbef5
[ 3375.043633]  ? __cgroup_account_cputime_field+0x3f/0x60
[ 3375.048861]  ? srso_alias_return_thunk+0x5/0xfbef5
[ 3375.053653]  ? account_system_index_time+0x95/0xb0
[ 3375.058445]  ? update_process_times+0x74/0xc0
[ 3375.062803]  ? tick_nohz_handler+0x9b/0x150
[ 3375.066989]  ? __pfx_tick_nohz_handler+0x10/0x10
[ 3375.071609]  ? __hrtimer_run_queues+0x114/0x2a0
[ 3375.076144]  ? hrtimer_interrupt+0x108/0x230
[ 3375.080415]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 3375.085641]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 3375.090604]  </IRQ>
[ 3375.092710]  <TASK>
[ 3375.094808]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 3375.100123]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 3375.105608]  _raw_spin_lock+0x2d/0x40
[ 3375.109275]  fuse_iget+0x125/0x250
[ 3375.112682]  fuse_fill_super_common+0x3ae/0x4f0
[ 3375.117212]  ? __pfx_fuse_fill_super+0x10/0x10
[ 3375.121659]  fuse_fill_super+0x5e/0xb0
[ 3375.125409]  get_tree_nodev+0x6f/0xa0
[ 3375.129076]  ? fget+0x80/0xb0
[ 3375.132048]  fuse_get_tree+0xc6/0x1b0
[ 3375.135715]  vfs_get_tree+0x2e/0xf0
[ 3375.139207]  path_mount+0x4f0/0xb50
[ 3375.142699]  ? putname+0x5b/0x70
[ 3375.145934]  __x64_sys_mount+0x10d/0x150
[ 3375.149860]  x64_sys_call+0x1e1d/0x2140
[ 3375.153697]  do_syscall_64+0x51/0x120
[ 3375.157364]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 3375.162414] RIP: 0033:0x7fd154f0f03e
[ 3375.165994] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 3375.184739] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 3375.192307] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 3375.199438] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 3375.206570] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 3375.213701] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 3375.220835] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 3375.227971]  </TASK>
[ 3401.676682] watchdog: BUG: soft lockup - CPU#34 stuck for 2940s! [grub2-mount:4482]
[ 3401.684332] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 3401.760269] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 3401.772341] Tainted: [L]=SOFTLOCKUP
[ 3401.775833] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 3401.783485] RIP: 0010:native_queued_spin_lock_slowpath+0x7c/0x2d0
[ 3401.789579] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[ 3401.808324] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 3401.813549] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 3401.820682] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 3401.827815] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 3401.834948] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 3401.842080] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 3401.849211] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 3401.857296] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3401.863043] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 3401.870176] PKRU: 55555554
[ 3401.872888] Call Trace:
[ 3401.875342]  <IRQ>
[ 3401.877360]  ? show_regs+0x6d/0x80
[ 3401.880767]  ? watchdog_timer_fn+0x1f8/0x280
[ 3401.885038]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 3401.889659]  ? __hrtimer_run_queues+0x114/0x2a0
[ 3401.894191]  ? hrtimer_interrupt+0x108/0x230
[ 3401.898464]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 3401.903689]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 3401.908656]  </IRQ>
[ 3401.910761]  <TASK>
[ 3401.912867]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 3401.918181]  ? native_queued_spin_lock_slowpath+0x7c/0x2d0
[ 3401.923666]  _raw_spin_lock+0x2d/0x40
[ 3401.927330]  fuse_iget+0x125/0x250
[ 3401.930738]  fuse_fill_super_common+0x3ae/0x4f0
[ 3401.935273]  ? __pfx_fuse_fill_super+0x10/0x10
[ 3401.939717]  fuse_fill_super+0x5e/0xb0
[ 3401.943467]  get_tree_nodev+0x6f/0xa0
[ 3401.947133]  ? fget+0x80/0xb0
[ 3401.950108]  fuse_get_tree+0xc6/0x1b0
[ 3401.953773]  vfs_get_tree+0x2e/0xf0
[ 3401.957264]  path_mount+0x4f0/0xb50
[ 3401.960759]  ? putname+0x5b/0x70
[ 3401.963991]  __x64_sys_mount+0x10d/0x150
[ 3401.967918]  x64_sys_call+0x1e1d/0x2140
[ 3401.971754]  do_syscall_64+0x51/0x120
[ 3401.975422]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 3401.980473] RIP: 0033:0x7fd154f0f03e
[ 3401.984054] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 3402.002801] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 3402.010365] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 3402.017495] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 3402.024628] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 3402.031761] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 3402.038893] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 3402.046029]  </TASK>
[ 3429.675989] watchdog: BUG: soft lockup - CPU#34 stuck for 2966s! [grub2-mount:4482]
[ 3429.683643] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 3429.759578] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 3429.771649] Tainted: [L]=SOFTLOCKUP
[ 3429.775142] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 3429.782796] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 3429.788888] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 3429.807631] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 3429.812857] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 3429.819989] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 3429.827124] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 3429.834256] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 3429.841388] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 3429.848522] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 3429.856607] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3429.862353] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 3429.869483] PKRU: 55555554
[ 3429.872196] Call Trace:
[ 3429.874651]  <IRQ>
[ 3429.876672]  ? show_regs+0x6d/0x80
[ 3429.880077]  ? watchdog_timer_fn+0x1f8/0x280
[ 3429.884348]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 3429.888969]  ? __hrtimer_run_queues+0x114/0x2a0
[ 3429.893500]  ? hrtimer_interrupt+0x108/0x230
[ 3429.897774]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 3429.902999]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 3429.907964]  </IRQ>
[ 3429.910068]  <TASK>
[ 3429.912166]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 3429.917482]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 3429.922968]  _raw_spin_lock+0x2d/0x40
[ 3429.926632]  fuse_iget+0x125/0x250
[ 3429.930040]  fuse_fill_super_common+0x3ae/0x4f0
[ 3429.934572]  ? __pfx_fuse_fill_super+0x10/0x10
[ 3429.939016]  fuse_fill_super+0x5e/0xb0
[ 3429.942767]  get_tree_nodev+0x6f/0xa0
[ 3429.946434]  ? fget+0x80/0xb0
[ 3429.949408]  fuse_get_tree+0xc6/0x1b0
[ 3429.953073]  vfs_get_tree+0x2e/0xf0
[ 3429.956564]  path_mount+0x4f0/0xb50
[ 3429.960058]  ? putname+0x5b/0x70
[ 3429.963290]  __x64_sys_mount+0x10d/0x150
[ 3429.967217]  x64_sys_call+0x1e1d/0x2140
[ 3429.971056]  do_syscall_64+0x51/0x120
[ 3429.974720]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 3429.979774] RIP: 0033:0x7fd154f0f03e
[ 3429.983353] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 3430.002097] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 3430.009665] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 3430.016795] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 3430.023927] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 3430.031051] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 3430.038175] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 3430.045303]  </TASK>
[ 3457.675297] watchdog: BUG: soft lockup - CPU#34 stuck for 2992s! [grub2-mount:4482]
[ 3457.682953] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 3457.758886] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 3457.770958] Tainted: [L]=SOFTLOCKUP
[ 3457.774452] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 3457.782102] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 3457.788197] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 3457.806940] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 3457.812169] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 3457.819301] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 3457.826431] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 3457.833563] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 3457.840697] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 3457.847830] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 3457.855917] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3457.861661] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 3457.868795] PKRU: 55555554
[ 3457.871505] Call Trace:
[ 3457.873958]  <IRQ>
[ 3457.875978]  ? show_regs+0x6d/0x80
[ 3457.879385]  ? watchdog_timer_fn+0x1f8/0x280
[ 3457.883655]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 3457.888278]  ? __hrtimer_run_queues+0x114/0x2a0
[ 3457.892811]  ? hrtimer_interrupt+0x108/0x230
[ 3457.897084]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 3457.902307]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 3457.907271]  </IRQ>
[ 3457.909370]  <TASK>
[ 3457.911475]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 3457.916793]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 3457.922275]  _raw_spin_lock+0x2d/0x40
[ 3457.925940]  fuse_iget+0x125/0x250
[ 3457.929349]  fuse_fill_super_common+0x3ae/0x4f0
[ 3457.933880]  ? __pfx_fuse_fill_super+0x10/0x10
[ 3457.938325]  fuse_fill_super+0x5e/0xb0
[ 3457.942078]  get_tree_nodev+0x6f/0xa0
[ 3457.945743]  ? fget+0x80/0xb0
[ 3457.948716]  fuse_get_tree+0xc6/0x1b0
[ 3457.952382]  vfs_get_tree+0x2e/0xf0
[ 3457.955873]  path_mount+0x4f0/0xb50
[ 3457.959366]  ? putname+0x5b/0x70
[ 3457.962601]  __x64_sys_mount+0x10d/0x150
[ 3457.966527]  x64_sys_call+0x1e1d/0x2140
[ 3457.970366]  do_syscall_64+0x51/0x120
[ 3457.974032]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 3457.979081] RIP: 0033:0x7fd154f0f03e
[ 3457.982662] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 3458.001408] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 3458.008972] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 3458.016105] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 3458.023240] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 3458.030372] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 3458.037504] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 3458.044638]  </TASK>
[ 3485.674605] watchdog: BUG: soft lockup - CPU#34 stuck for 3018s! [grub2-mount:4482]
[ 3485.682260] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 3485.758196] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 3485.770269] Tainted: [L]=SOFTLOCKUP
[ 3485.773761] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 3485.781413] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 3485.787504] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 3485.806249] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 3485.811475] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 3485.818607] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 3485.825742] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 3485.832874] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 3485.840006] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 3485.847140] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 3485.855225] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3485.860971] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 3485.868104] PKRU: 55555554
[ 3485.870815] Call Trace:
[ 3485.873268]  <IRQ>
[ 3485.875287]  ? show_regs+0x6d/0x80
[ 3485.878692]  ? watchdog_timer_fn+0x1f8/0x280
[ 3485.882964]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 3485.887587]  ? __hrtimer_run_queues+0x114/0x2a0
[ 3485.892120]  ? hrtimer_interrupt+0x108/0x230
[ 3485.896393]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 3485.901615]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 3485.906582]  </IRQ>
[ 3485.908687]  <TASK>
[ 3485.910794]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 3485.916111]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 3485.921592]  _raw_spin_lock+0x2d/0x40
[ 3485.925257]  fuse_iget+0x125/0x250
[ 3485.928665]  fuse_fill_super_common+0x3ae/0x4f0
[ 3485.933201]  ? __pfx_fuse_fill_super+0x10/0x10
[ 3485.937644]  fuse_fill_super+0x5e/0xb0
[ 3485.941397]  get_tree_nodev+0x6f/0xa0
[ 3485.945061]  ? fget+0x80/0xb0
[ 3485.948033]  fuse_get_tree+0xc6/0x1b0
[ 3485.951700]  vfs_get_tree+0x2e/0xf0
[ 3485.955194]  path_mount+0x4f0/0xb50
[ 3485.958686]  ? putname+0x5b/0x70
[ 3485.961918]  __x64_sys_mount+0x10d/0x150
[ 3485.965843]  x64_sys_call+0x1e1d/0x2140
[ 3485.969683]  do_syscall_64+0x51/0x120
[ 3485.973348]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 3485.978400] RIP: 0033:0x7fd154f0f03e
[ 3485.981981] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 3486.000726] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 3486.008290] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 3486.015423] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 3486.022557] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 3486.029688] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 3486.036822] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 3486.043956]  </TASK>
[ 3513.673913] watchdog: BUG: soft lockup - CPU#34 stuck for 3044s! [grub2-mount:4482]
[ 3513.681569] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 3513.757506] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 3513.769578] Tainted: [L]=SOFTLOCKUP
[ 3513.773071] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 3513.780722] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 3513.786816] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 3513.805559] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 3513.810788] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 3513.817918] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 3513.825049] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 3513.832175] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 3513.839309] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 3513.846438] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 3513.854527] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3513.860272] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 3513.867402] PKRU: 55555554
[ 3513.870109] Call Trace:
[ 3513.872559]  <IRQ>
[ 3513.874580]  ? show_regs+0x6d/0x80
[ 3513.877987]  ? watchdog_timer_fn+0x1f8/0x280
[ 3513.882257]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 3513.886877]  ? __hrtimer_run_queues+0x114/0x2a0
[ 3513.891411]  ? hrtimer_interrupt+0x108/0x230
[ 3513.895684]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 3513.900908]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 3513.905874]  </IRQ>
[ 3513.907981]  <TASK>
[ 3513.910088]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 3513.915401]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 3513.920884]  _raw_spin_lock+0x2d/0x40
[ 3513.924551]  fuse_iget+0x125/0x250
[ 3513.927959]  fuse_fill_super_common+0x3ae/0x4f0
[ 3513.932493]  ? __pfx_fuse_fill_super+0x10/0x10
[ 3513.936935]  fuse_fill_super+0x5e/0xb0
[ 3513.940687]  get_tree_nodev+0x6f/0xa0
[ 3513.944354]  ? fget+0x80/0xb0
[ 3513.947328]  fuse_get_tree+0xc6/0x1b0
[ 3513.950991]  vfs_get_tree+0x2e/0xf0
[ 3513.954484]  path_mount+0x4f0/0xb50
[ 3513.957977]  ? putname+0x5b/0x70
[ 3513.961210]  __x64_sys_mount+0x10d/0x150
[ 3513.965138]  x64_sys_call+0x1e1d/0x2140
[ 3513.968975]  do_syscall_64+0x51/0x120
[ 3513.972640]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 3513.977691] RIP: 0033:0x7fd154f0f03e
[ 3513.981272] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 3514.000019] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 3514.007585] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 3514.014714] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 3514.021840] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 3514.028970] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 3514.036096] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 3514.043232]  </TASK>
[ 3541.673220] watchdog: BUG: soft lockup - CPU#34 stuck for 3070s! [grub2-mount:4482]
[ 3541.680871] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 3541.756807] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 3541.768878] Tainted: [L]=SOFTLOCKUP
[ 3541.772372] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 3541.780025] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 3541.786116] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 3541.804863] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 3541.810085] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 3541.817209] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 3541.824334] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 3541.831468] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 3541.838599] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 3541.845734] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 3541.853817] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3541.859564] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 3541.866696] PKRU: 55555554
[ 3541.869408] Call Trace:
[ 3541.871862]  <IRQ>
[ 3541.873884]  ? show_regs+0x6d/0x80
[ 3541.877286]  ? watchdog_timer_fn+0x1f8/0x280
[ 3541.881560]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 3541.886178]  ? __hrtimer_run_queues+0x114/0x2a0
[ 3541.890711]  ? hrtimer_interrupt+0x108/0x230
[ 3541.894984]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 3541.900209]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 3541.905176]  </IRQ>
[ 3541.907282]  <TASK>
[ 3541.909389]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 3541.914702]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 3541.920188]  _raw_spin_lock+0x2d/0x40
[ 3541.923850]  fuse_iget+0x125/0x250
[ 3541.927261]  fuse_fill_super_common+0x3ae/0x4f0
[ 3541.931792]  ? __pfx_fuse_fill_super+0x10/0x10
[ 3541.936235]  fuse_fill_super+0x5e/0xb0
[ 3541.939990]  get_tree_nodev+0x6f/0xa0
[ 3541.943655]  ? fget+0x80/0xb0
[ 3541.946628]  fuse_get_tree+0xc6/0x1b0
[ 3541.950295]  vfs_get_tree+0x2e/0xf0
[ 3541.953787]  path_mount+0x4f0/0xb50
[ 3541.957279]  ? putname+0x5b/0x70
[ 3541.960510]  __x64_sys_mount+0x10d/0x150
[ 3541.964437]  x64_sys_call+0x1e1d/0x2140
[ 3541.968276]  do_syscall_64+0x51/0x120
[ 3541.971942]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 3541.976995] RIP: 0033:0x7fd154f0f03e
[ 3541.980573] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 3541.999317] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 3542.006883] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 3542.014016] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 3542.021148] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 3542.028280] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 3542.035415] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 3542.042550]  </TASK>
[ 3555.231922] rcu: INFO: rcu_preempt self-detected stall on CPU
[ 3555.237674] rcu: 	34-....: (814928 ticks this GP) idle=6724/1/0x4000000000000000 softirq=785/785 fqs=408225
[ 3555.247408] rcu: 	(t=826575 jiffies g=7337 q=105890 ncpus=128)
[ 3555.253240] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 3555.265310] Tainted: [L]=SOFTLOCKUP
[ 3555.268802] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 3555.276454] RIP: 0010:native_queued_spin_lock_slowpath+0x7c/0x2d0
[ 3555.282547] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[ 3555.301291] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 3555.306518] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 3555.313650] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 3555.320784] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 3555.327916] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 3555.335048] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 3555.342178] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 3555.350264] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3555.356013] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 3555.363145] PKRU: 55555554
[ 3555.365855] Call Trace:
[ 3555.368300]  <IRQ>
[ 3555.370322]  ? show_regs+0x6d/0x80
[ 3555.373728]  ? dump_cpu_task+0x6b/0x80
[ 3555.377477]  ? rcu_dump_cpu_stacks+0xa4/0x100
[ 3555.381836]  ? rcu_sched_clock_irq+0x6b4/0x10c0
[ 3555.386371]  ? srso_alias_return_thunk+0x5/0xfbef5
[ 3555.391162]  ? __cgroup_account_cputime_field+0x3f/0x60
[ 3555.396389]  ? srso_alias_return_thunk+0x5/0xfbef5
[ 3555.401181]  ? account_system_index_time+0x95/0xb0
[ 3555.405973]  ? update_process_times+0x74/0xc0
[ 3555.410334]  ? tick_nohz_handler+0x9b/0x150
[ 3555.414519]  ? __pfx_tick_nohz_handler+0x10/0x10
[ 3555.419139]  ? __hrtimer_run_queues+0x114/0x2a0
[ 3555.423671]  ? hrtimer_interrupt+0x108/0x230
[ 3555.427945]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 3555.433168]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 3555.438135]  </IRQ>
[ 3555.440241]  <TASK>
[ 3555.442347]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 3555.447661]  ? native_queued_spin_lock_slowpath+0x7c/0x2d0
[ 3555.453148]  _raw_spin_lock+0x2d/0x40
[ 3555.456812]  fuse_iget+0x125/0x250
[ 3555.460218]  fuse_fill_super_common+0x3ae/0x4f0
[ 3555.464753]  ? __pfx_fuse_fill_super+0x10/0x10
[ 3555.469196]  fuse_fill_super+0x5e/0xb0
[ 3555.472949]  get_tree_nodev+0x6f/0xa0
[ 3555.476613]  ? fget+0x80/0xb0
[ 3555.479587]  fuse_get_tree+0xc6/0x1b0
[ 3555.483253]  vfs_get_tree+0x2e/0xf0
[ 3555.486745]  path_mount+0x4f0/0xb50
[ 3555.490239]  ? putname+0x5b/0x70
[ 3555.493472]  __x64_sys_mount+0x10d/0x150
[ 3555.497399]  x64_sys_call+0x1e1d/0x2140
[ 3555.501235]  do_syscall_64+0x51/0x120
[ 3555.504900]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 3555.509954] RIP: 0033:0x7fd154f0f03e
[ 3555.513533] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 3555.532276] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 3555.539843] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 3555.546977] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 3555.554110] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 3555.561241] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 3555.568373] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 3555.575508]  </TASK>
[ 3581.672231] watchdog: BUG: soft lockup - CPU#34 stuck for 3107s! [grub2-mount:4482]
[ 3581.679887] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 3581.755830] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 3581.767901] Tainted: [L]=SOFTLOCKUP
[ 3581.771392] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 3581.779048] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 3581.785141] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 3581.803882] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 3581.809110] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 3581.816243] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 3581.823374] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 3581.830508] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 3581.837640] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 3581.844771] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 3581.852857] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3581.858605] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 3581.865735] PKRU: 55555554
[ 3581.868449] Call Trace:
[ 3581.870901]  <IRQ>
[ 3581.872922]  ? show_regs+0x6d/0x80
[ 3581.876326]  ? watchdog_timer_fn+0x1f8/0x280
[ 3581.880601]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 3581.885218]  ? __hrtimer_run_queues+0x114/0x2a0
[ 3581.889751]  ? hrtimer_interrupt+0x108/0x230
[ 3581.894027]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 3581.899249]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 3581.904216]  </IRQ>
[ 3581.906323]  <TASK>
[ 3581.908429]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 3581.913742]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 3581.919229]  _raw_spin_lock+0x2d/0x40
[ 3581.922892]  fuse_iget+0x125/0x250
[ 3581.926300]  fuse_fill_super_common+0x3ae/0x4f0
[ 3581.930833]  ? __pfx_fuse_fill_super+0x10/0x10
[ 3581.935276]  fuse_fill_super+0x5e/0xb0
[ 3581.939030]  get_tree_nodev+0x6f/0xa0
[ 3581.942696]  ? fget+0x80/0xb0
[ 3581.945669]  fuse_get_tree+0xc6/0x1b0
[ 3581.949333]  vfs_get_tree+0x2e/0xf0
[ 3581.952826]  path_mount+0x4f0/0xb50
[ 3581.956320]  ? putname+0x5b/0x70
[ 3581.959550]  __x64_sys_mount+0x10d/0x150
[ 3581.963478]  x64_sys_call+0x1e1d/0x2140
[ 3581.967315]  do_syscall_64+0x51/0x120
[ 3581.970983]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 3581.976036] RIP: 0033:0x7fd154f0f03e
[ 3581.979613] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 3581.998358] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 3582.005926] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 3582.013057] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 3582.020189] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 3582.027322] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 3582.034454] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 3582.041589]  </TASK>
[ 3609.671538] watchdog: BUG: soft lockup - CPU#34 stuck for 3133s! [grub2-mount:4482]
[ 3609.679194] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 3609.755130] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 3609.767201] Tainted: [L]=SOFTLOCKUP
[ 3609.770693] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 3609.778346] RIP: 0010:native_queued_spin_lock_slowpath+0x7c/0x2d0
[ 3609.784440] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[ 3609.803186] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 3609.808411] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 3609.815543] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 3609.822677] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 3609.829809] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 3609.836941] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 3609.844073] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 3609.852159] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3609.857904] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 3609.865038] PKRU: 55555554
[ 3609.867749] Call Trace:
[ 3609.870203]  <IRQ>
[ 3609.872224]  ? show_regs+0x6d/0x80
[ 3609.875627]  ? watchdog_timer_fn+0x1f8/0x280
[ 3609.879899]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 3609.884520]  ? __hrtimer_run_queues+0x114/0x2a0
[ 3609.889055]  ? hrtimer_interrupt+0x108/0x230
[ 3609.893327]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 3609.898553]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 3609.903518]  </IRQ>
[ 3609.905620]  <TASK>
[ 3609.907719]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 3609.913033]  ? native_queued_spin_lock_slowpath+0x7c/0x2d0
[ 3609.918520]  _raw_spin_lock+0x2d/0x40
[ 3609.922183]  fuse_iget+0x125/0x250
[ 3609.925592]  fuse_fill_super_common+0x3ae/0x4f0
[ 3609.930126]  ? __pfx_fuse_fill_super+0x10/0x10
[ 3609.934569]  fuse_fill_super+0x5e/0xb0
[ 3609.938322]  get_tree_nodev+0x6f/0xa0
[ 3609.941988]  ? fget+0x80/0xb0
[ 3609.944959]  fuse_get_tree+0xc6/0x1b0
[ 3609.948628]  vfs_get_tree+0x2e/0xf0
[ 3609.952119]  path_mount+0x4f0/0xb50
[ 3609.955611]  ? putname+0x5b/0x70
[ 3609.958846]  __x64_sys_mount+0x10d/0x150
[ 3609.962770]  x64_sys_call+0x1e1d/0x2140
[ 3609.966609]  do_syscall_64+0x51/0x120
[ 3609.970274]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 3609.975328] RIP: 0033:0x7fd154f0f03e
[ 3609.978905] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 3609.997653] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 3610.005218] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 3610.012351] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 3610.019483] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 3610.026616] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 3610.033746] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 3610.040885]  </TASK>
[ 3637.670846] watchdog: BUG: soft lockup - CPU#34 stuck for 3159s! [grub2-mount:4482]
[ 3637.678506] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 3637.754440] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 3637.766513] Tainted: [L]=SOFTLOCKUP
[ 3637.770004] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 3637.777658] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 3637.783751] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 3637.802493] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 3637.807720] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 3637.814853] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 3637.821986] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 3637.829119] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 3637.836250] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 3637.843382] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 3637.851471] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3637.857216] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 3637.864348] PKRU: 55555554
[ 3637.867060] Call Trace:
[ 3637.869513]  <IRQ>
[ 3637.871534]  ? show_regs+0x6d/0x80
[ 3637.874939]  ? watchdog_timer_fn+0x1f8/0x280
[ 3637.879210]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 3637.883831]  ? __hrtimer_run_queues+0x114/0x2a0
[ 3637.888363]  ? hrtimer_interrupt+0x108/0x230
[ 3637.892635]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 3637.897861]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 3637.902826]  </IRQ>
[ 3637.904933]  <TASK>
[ 3637.907037]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 3637.912353]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 3637.917837]  _raw_spin_lock+0x2d/0x40
[ 3637.921504]  fuse_iget+0x125/0x250
[ 3637.924908]  fuse_fill_super_common+0x3ae/0x4f0
[ 3637.929443]  ? __pfx_fuse_fill_super+0x10/0x10
[ 3637.933888]  fuse_fill_super+0x5e/0xb0
[ 3637.937641]  get_tree_nodev+0x6f/0xa0
[ 3637.941306]  ? fget+0x80/0xb0
[ 3637.944279]  fuse_get_tree+0xc6/0x1b0
[ 3637.947945]  vfs_get_tree+0x2e/0xf0
[ 3637.951438]  path_mount+0x4f0/0xb50
[ 3637.954929]  ? putname+0x5b/0x70
[ 3637.958162]  __x64_sys_mount+0x10d/0x150
[ 3637.962088]  x64_sys_call+0x1e1d/0x2140
[ 3637.965929]  do_syscall_64+0x51/0x120
[ 3637.969593]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 3637.974645] RIP: 0033:0x7fd154f0f03e
[ 3637.978225] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 3637.996968] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 3638.004535] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 3638.011667] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 3638.018802] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 3638.025931] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 3638.033057] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 3638.040193]  </TASK>
[ 3665.670153] watchdog: BUG: soft lockup - CPU#34 stuck for 3185s! [grub2-mount:4482]
[ 3665.677808] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 3665.753743] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 3665.765813] Tainted: [L]=SOFTLOCKUP
[ 3665.769306] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 3665.776960] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 3665.783052] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 3665.801797] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 3665.807021] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 3665.814156] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 3665.821286] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 3665.828421] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 3665.835553] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 3665.842687] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 3665.850770] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3665.856518] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 3665.863649] PKRU: 55555554
[ 3665.866363] Call Trace:
[ 3665.868815]  <IRQ>
[ 3665.870833]  ? show_regs+0x6d/0x80
[ 3665.874240]  ? watchdog_timer_fn+0x1f8/0x280
[ 3665.878512]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 3665.883131]  ? __hrtimer_run_queues+0x114/0x2a0
[ 3665.887666]  ? hrtimer_interrupt+0x108/0x230
[ 3665.891938]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 3665.897163]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 3665.902127]  </IRQ>
[ 3665.904235]  <TASK>
[ 3665.906340]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 3665.911654]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 3665.917139]  _raw_spin_lock+0x2d/0x40
[ 3665.920805]  fuse_iget+0x125/0x250
[ 3665.924212]  fuse_fill_super_common+0x3ae/0x4f0
[ 3665.928747]  ? __pfx_fuse_fill_super+0x10/0x10
[ 3665.933188]  fuse_fill_super+0x5e/0xb0
[ 3665.936941]  get_tree_nodev+0x6f/0xa0
[ 3665.940608]  ? fget+0x80/0xb0
[ 3665.943581]  fuse_get_tree+0xc6/0x1b0
[ 3665.947245]  vfs_get_tree+0x2e/0xf0
[ 3665.950738]  path_mount+0x4f0/0xb50
[ 3665.954232]  ? putname+0x5b/0x70
[ 3665.957465]  __x64_sys_mount+0x10d/0x150
[ 3665.961390]  x64_sys_call+0x1e1d/0x2140
[ 3665.965229]  do_syscall_64+0x51/0x120
[ 3665.968894]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 3665.973946] RIP: 0033:0x7fd154f0f03e
[ 3665.977527] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 3665.996270] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 3666.003837] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 3666.010970] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 3666.018101] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 3666.025235] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 3666.032365] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 3666.039493]  </TASK>
[ 3693.669464] watchdog: BUG: soft lockup - CPU#34 stuck for 3211s! [grub2-mount:4482]
[ 3693.677115] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 3693.753051] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 3693.765125] Tainted: [L]=SOFTLOCKUP
[ 3693.768616] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 3693.776268] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 3693.782360] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 3693.801108] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 3693.806333] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 3693.813465] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 3693.820597] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 3693.827729] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 3693.834863] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 3693.841996] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 3693.850081] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3693.855826] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 3693.862960] PKRU: 55555554
[ 3693.865672] Call Trace:
[ 3693.868125]  <IRQ>
[ 3693.870144]  ? show_regs+0x6d/0x80
[ 3693.873549]  ? watchdog_timer_fn+0x1f8/0x280
[ 3693.877824]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 3693.882442]  ? __hrtimer_run_queues+0x114/0x2a0
[ 3693.886974]  ? hrtimer_interrupt+0x108/0x230
[ 3693.891249]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 3693.896473]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 3693.901437]  </IRQ>
[ 3693.903544]  <TASK>
[ 3693.905649]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 3693.910966]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 3693.916449]  _raw_spin_lock+0x2d/0x40
[ 3693.920115]  fuse_iget+0x125/0x250
[ 3693.923520]  fuse_fill_super_common+0x3ae/0x4f0
[ 3693.928056]  ? __pfx_fuse_fill_super+0x10/0x10
[ 3693.932499]  fuse_fill_super+0x5e/0xb0
[ 3693.936253]  get_tree_nodev+0x6f/0xa0
[ 3693.939917]  ? fget+0x80/0xb0
[ 3693.942890]  fuse_get_tree+0xc6/0x1b0
[ 3693.946557]  vfs_get_tree+0x2e/0xf0
[ 3693.950048]  path_mount+0x4f0/0xb50
[ 3693.953542]  ? putname+0x5b/0x70
[ 3693.956776]  __x64_sys_mount+0x10d/0x150
[ 3693.960700]  x64_sys_call+0x1e1d/0x2140
[ 3693.964538]  do_syscall_64+0x51/0x120
[ 3693.968204]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 3693.973257] RIP: 0033:0x7fd154f0f03e
[ 3693.976835] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 3693.995580] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 3694.003146] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 3694.010279] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 3694.017411] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 3694.024545] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 3694.031676] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 3694.038812]  </TASK>
[ 3721.668775] watchdog: BUG: soft lockup - CPU#34 stuck for 3238s! [grub2-mount:4482]
[ 3721.676427] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 3721.752364] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 3721.764436] Tainted: [L]=SOFTLOCKUP
[ 3721.767927] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 3721.775577] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 3721.781671] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 3721.800417] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 3721.805641] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 3721.812776] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 3721.819907] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 3721.827040] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 3721.834173] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 3721.841306] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 3721.849389] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3721.855136] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 3721.862268] PKRU: 55555554
[ 3721.864982] Call Trace:
[ 3721.867434]  <IRQ>
[ 3721.869453]  ? show_regs+0x6d/0x80
[ 3721.872859]  ? watchdog_timer_fn+0x1f8/0x280
[ 3721.877131]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 3721.881751]  ? __hrtimer_run_queues+0x114/0x2a0
[ 3721.886287]  ? hrtimer_interrupt+0x108/0x230
[ 3721.890558]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 3721.895783]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 3721.900748]  </IRQ>
[ 3721.902853]  <TASK>
[ 3721.904960]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 3721.910275]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 3721.915761]  _raw_spin_lock+0x2d/0x40
[ 3721.919423]  fuse_iget+0x125/0x250
[ 3721.922833]  fuse_fill_super_common+0x3ae/0x4f0
[ 3721.927364]  ? __pfx_fuse_fill_super+0x10/0x10
[ 3721.931808]  fuse_fill_super+0x5e/0xb0
[ 3721.935560]  get_tree_nodev+0x6f/0xa0
[ 3721.939226]  ? fget+0x80/0xb0
[ 3721.942199]  fuse_get_tree+0xc6/0x1b0
[ 3721.945866]  vfs_get_tree+0x2e/0xf0
[ 3721.949358]  path_mount+0x4f0/0xb50
[ 3721.952852]  ? putname+0x5b/0x70
[ 3721.956083]  __x64_sys_mount+0x10d/0x150
[ 3721.960010]  x64_sys_call+0x1e1d/0x2140
[ 3721.963847]  do_syscall_64+0x51/0x120
[ 3721.967513]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 3721.972567] RIP: 0033:0x7fd154f0f03e
[ 3721.976145] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 3721.994893] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 3722.002456] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 3722.009590] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 3722.016723] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 3722.023855] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 3722.030986] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 3722.038123]  </TASK>
[ 3735.579471] rcu: INFO: rcu_preempt self-detected stall on CPU
[ 3735.585222] rcu: 	34-....: (859379 ticks this GP) idle=6724/1/0x4000000000000000 softirq=785/785 fqs=430497
[ 3735.594959] rcu: 	(t=871663 jiffies g=7337 q=108061 ncpus=128)
[ 3735.600790] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 3735.612859] Tainted: [L]=SOFTLOCKUP
[ 3735.616354] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 3735.624006] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 3735.630098] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 3735.648841] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 3735.654067] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 3735.661202] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 3735.668334] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 3735.675467] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 3735.682598] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 3735.689733] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 3735.697818] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3735.703564] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 3735.710694] PKRU: 55555554
[ 3735.713407] Call Trace:
[ 3735.715860]  <IRQ>
[ 3735.717880]  ? show_regs+0x6d/0x80
[ 3735.721284]  ? dump_cpu_task+0x6b/0x80
[ 3735.725039]  ? rcu_dump_cpu_stacks+0xa4/0x100
[ 3735.729397]  ? rcu_sched_clock_irq+0x6b4/0x10c0
[ 3735.733932]  ? srso_alias_return_thunk+0x5/0xfbef5
[ 3735.738721]  ? __cgroup_account_cputime_field+0x3f/0x60
[ 3735.743949]  ? srso_alias_return_thunk+0x5/0xfbef5
[ 3735.748741]  ? account_system_index_time+0x95/0xb0
[ 3735.753535]  ? update_process_times+0x74/0xc0
[ 3735.757893]  ? tick_nohz_handler+0x9b/0x150
[ 3735.762080]  ? __pfx_tick_nohz_handler+0x10/0x10
[ 3735.766697]  ? __hrtimer_run_queues+0x114/0x2a0
[ 3735.771230]  ? hrtimer_interrupt+0x108/0x230
[ 3735.775505]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 3735.780731]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 3735.785695]  </IRQ>
[ 3735.787799]  <TASK>
[ 3735.789907]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 3735.795222]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 3735.800708]  _raw_spin_lock+0x2d/0x40
[ 3735.804370]  fuse_iget+0x125/0x250
[ 3735.807779]  fuse_fill_super_common+0x3ae/0x4f0
[ 3735.812312]  ? __pfx_fuse_fill_super+0x10/0x10
[ 3735.816756]  fuse_fill_super+0x5e/0xb0
[ 3735.820507]  get_tree_nodev+0x6f/0xa0
[ 3735.824174]  ? fget+0x80/0xb0
[ 3735.827146]  fuse_get_tree+0xc6/0x1b0
[ 3735.830813]  vfs_get_tree+0x2e/0xf0
[ 3735.834307]  path_mount+0x4f0/0xb50
[ 3735.837799]  ? putname+0x5b/0x70
[ 3735.841030]  __x64_sys_mount+0x10d/0x150
[ 3735.844958]  x64_sys_call+0x1e1d/0x2140
[ 3735.848793]  do_syscall_64+0x51/0x120
[ 3735.852460]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 3735.857513] RIP: 0033:0x7fd154f0f03e
[ 3735.861092] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 3735.879836] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 3735.887402] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 3735.894537] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 3735.901669] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 3735.908800] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 3735.915933] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 3735.923069]  </TASK>
[ 3761.667790] watchdog: BUG: soft lockup - CPU#34 stuck for 3275s! [grub2-mount:4482]
[ 3761.675441] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 3761.751378] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 3761.763448] Tainted: [L]=SOFTLOCKUP
[ 3761.766941] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 3761.774593] RIP: 0010:native_queued_spin_lock_slowpath+0x7c/0x2d0
[ 3761.780686] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[ 3761.799432] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 3761.804656] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 3761.811790] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 3761.818922] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 3761.826055] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 3761.833186] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 3761.840321] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 3761.848405] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3761.854153] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 3761.861285] PKRU: 55555554
[ 3761.863996] Call Trace:
[ 3761.866449]  <IRQ>
[ 3761.868470]  ? show_regs+0x6d/0x80
[ 3761.871876]  ? watchdog_timer_fn+0x1f8/0x280
[ 3761.876146]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 3761.880766]  ? __hrtimer_run_queues+0x114/0x2a0
[ 3761.885299]  ? hrtimer_interrupt+0x108/0x230
[ 3761.889573]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 3761.894797]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 3761.899762]  </IRQ>
[ 3761.901868]  <TASK>
[ 3761.903975]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 3761.909291]  ? native_queued_spin_lock_slowpath+0x7c/0x2d0
[ 3761.914776]  _raw_spin_lock+0x2d/0x40
[ 3761.918438]  fuse_iget+0x125/0x250
[ 3761.921847]  fuse_fill_super_common+0x3ae/0x4f0
[ 3761.926380]  ? __pfx_fuse_fill_super+0x10/0x10
[ 3761.930825]  fuse_fill_super+0x5e/0xb0
[ 3761.934578]  get_tree_nodev+0x6f/0xa0
[ 3761.938241]  ? fget+0x80/0xb0
[ 3761.941215]  fuse_get_tree+0xc6/0x1b0
[ 3761.944880]  vfs_get_tree+0x2e/0xf0
[ 3761.948375]  path_mount+0x4f0/0xb50
[ 3761.951866]  ? putname+0x5b/0x70
[ 3761.955100]  __x64_sys_mount+0x10d/0x150
[ 3761.959027]  x64_sys_call+0x1e1d/0x2140
[ 3761.962865]  do_syscall_64+0x51/0x120
[ 3761.966531]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 3761.971582] RIP: 0033:0x7fd154f0f03e
[ 3761.975161] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 3761.993908] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 3762.001471] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 3762.008605] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 3762.015737] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 3762.022870] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 3762.030003] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 3762.037138]  </TASK>
[ 3789.667101] watchdog: BUG: soft lockup - CPU#34 stuck for 3301s! [grub2-mount:4482]
[ 3789.674754] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 3789.750688] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 3789.762759] Tainted: [L]=SOFTLOCKUP
[ 3789.766251] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 3789.773896] RIP: 0010:native_queued_spin_lock_slowpath+0x7c/0x2d0
[ 3789.779989] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[ 3789.798735] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 3789.803959] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 3789.811091] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 3789.818225] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 3789.825358] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 3789.832491] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 3789.839623] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 3789.847709] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3789.853454] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 3789.860586] PKRU: 55555554
[ 3789.863297] Call Trace:
[ 3789.865744]  <IRQ>
[ 3789.867765]  ? show_regs+0x6d/0x80
[ 3789.871169]  ? watchdog_timer_fn+0x1f8/0x280
[ 3789.875442]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 3789.880062]  ? __hrtimer_run_queues+0x114/0x2a0
[ 3789.884595]  ? hrtimer_interrupt+0x108/0x230
[ 3789.888868]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 3789.894092]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 3789.899055]  </IRQ>
[ 3789.901154]  <TASK>
[ 3789.903259]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 3789.908573]  ? native_queued_spin_lock_slowpath+0x7c/0x2d0
[ 3789.914059]  _raw_spin_lock+0x2d/0x40
[ 3789.917726]  fuse_iget+0x125/0x250
[ 3789.921132]  fuse_fill_super_common+0x3ae/0x4f0
[ 3789.925664]  ? __pfx_fuse_fill_super+0x10/0x10
[ 3789.930109]  fuse_fill_super+0x5e/0xb0
[ 3789.933862]  get_tree_nodev+0x6f/0xa0
[ 3789.937527]  ? fget+0x80/0xb0
[ 3789.940501]  fuse_get_tree+0xc6/0x1b0
[ 3789.944165]  vfs_get_tree+0x2e/0xf0
[ 3789.947660]  path_mount+0x4f0/0xb50
[ 3789.951152]  ? putname+0x5b/0x70
[ 3789.954385]  __x64_sys_mount+0x10d/0x150
[ 3789.958312]  x64_sys_call+0x1e1d/0x2140
[ 3789.962148]  do_syscall_64+0x51/0x120
[ 3789.965813]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 3789.970867] RIP: 0033:0x7fd154f0f03e
[ 3789.974448] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 3789.993191] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 3790.000758] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 3790.007891] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 3790.015021] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 3790.022154] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 3790.029286] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 3790.036423]  </TASK>
[ 3817.666412] watchdog: BUG: soft lockup - CPU#34 stuck for 3327s! [grub2-mount:4482]
[ 3817.674065] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 3817.750000] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 3817.762070] Tainted: [L]=SOFTLOCKUP
[ 3817.765562] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 3817.773215] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 3817.779308] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 3817.798053] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 3817.803278] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 3817.810410] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 3817.817536] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 3817.824666] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 3817.831792] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 3817.838923] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 3817.847011] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3817.852756] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 3817.859888] PKRU: 55555554
[ 3817.862602] Call Trace:
[ 3817.865054]  <IRQ>
[ 3817.867073]  ? show_regs+0x6d/0x80
[ 3817.870479]  ? watchdog_timer_fn+0x1f8/0x280
[ 3817.874752]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 3817.879370]  ? __hrtimer_run_queues+0x114/0x2a0
[ 3817.883904]  ? hrtimer_interrupt+0x108/0x230
[ 3817.888176]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 3817.893403]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 3817.898367]  </IRQ>
[ 3817.900473]  <TASK>
[ 3817.902581]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 3817.907895]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 3817.913379]  _raw_spin_lock+0x2d/0x40
[ 3817.917044]  fuse_iget+0x125/0x250
[ 3817.920451]  fuse_fill_super_common+0x3ae/0x4f0
[ 3817.924984]  ? __pfx_fuse_fill_super+0x10/0x10
[ 3817.929430]  fuse_fill_super+0x5e/0xb0
[ 3817.933182]  get_tree_nodev+0x6f/0xa0
[ 3817.936848]  ? fget+0x80/0xb0
[ 3817.939821]  fuse_get_tree+0xc6/0x1b0
[ 3817.943486]  vfs_get_tree+0x2e/0xf0
[ 3817.946978]  path_mount+0x4f0/0xb50
[ 3817.950469]  ? putname+0x5b/0x70
[ 3817.953702]  __x64_sys_mount+0x10d/0x150
[ 3817.957630]  x64_sys_call+0x1e1d/0x2140
[ 3817.961470]  do_syscall_64+0x51/0x120
[ 3817.965134]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 3817.970185] RIP: 0033:0x7fd154f0f03e
[ 3817.973765] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 3817.992509] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 3818.000077] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 3818.007210] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 3818.014342] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 3818.021473] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 3818.028605] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 3818.035743]  </TASK>
[ 3845.665722] watchdog: BUG: soft lockup - CPU#34 stuck for 3353s! [grub2-mount:4482]
[ 3845.673374] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 3845.749311] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 3845.761384] Tainted: [L]=SOFTLOCKUP
[ 3845.764875] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 3845.772528] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 3845.778618] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 3845.797366] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 3845.802592] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 3845.809722] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 3845.816857] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 3845.823987] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 3845.831119] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 3845.838243] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 3845.846329] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3845.852077] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 3845.859208] PKRU: 55555554
[ 3845.861920] Call Trace:
[ 3845.864364]  <IRQ>
[ 3845.866387]  ? show_regs+0x6d/0x80
[ 3845.869789]  ? watchdog_timer_fn+0x1f8/0x280
[ 3845.874063]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 3845.878681]  ? __hrtimer_run_queues+0x114/0x2a0
[ 3845.883215]  ? hrtimer_interrupt+0x108/0x230
[ 3845.887487]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 3845.892714]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 3845.897680]  </IRQ>
[ 3845.899785]  <TASK>
[ 3845.901891]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 3845.907205]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 3845.912690]  _raw_spin_lock+0x2d/0x40
[ 3845.916356]  fuse_iget+0x125/0x250
[ 3845.919761]  fuse_fill_super_common+0x3ae/0x4f0
[ 3845.924296]  ? __pfx_fuse_fill_super+0x10/0x10
[ 3845.928740]  fuse_fill_super+0x5e/0xb0
[ 3845.932493]  get_tree_nodev+0x6f/0xa0
[ 3845.936157]  ? fget+0x80/0xb0
[ 3845.939130]  fuse_get_tree+0xc6/0x1b0
[ 3845.942795]  vfs_get_tree+0x2e/0xf0
[ 3845.946291]  path_mount+0x4f0/0xb50
[ 3845.949781]  ? putname+0x5b/0x70
[ 3845.953016]  __x64_sys_mount+0x10d/0x150
[ 3845.956940]  x64_sys_call+0x1e1d/0x2140
[ 3845.960780]  do_syscall_64+0x51/0x120
[ 3845.964446]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 3845.969497] RIP: 0033:0x7fd154f0f03e
[ 3845.973077] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 3845.991822] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 3845.999387] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 3846.006521] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 3846.013651] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 3846.020785] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 3846.027916] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 3846.035055]  </TASK>
[ 3873.665033] watchdog: BUG: soft lockup - CPU#34 stuck for 3379s! [grub2-mount:4482]
[ 3873.672685] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 3873.748622] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 3873.760693] Tainted: [L]=SOFTLOCKUP
[ 3873.764185] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 3873.771840] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 3873.777930] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 3873.796677] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 3873.801901] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 3873.809033] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 3873.816167] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 3873.823299] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 3873.830430] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 3873.837556] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 3873.845641] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3873.851387] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 3873.858518] PKRU: 55555554
[ 3873.861231] Call Trace:
[ 3873.863685]  <IRQ>
[ 3873.865705]  ? show_regs+0x6d/0x80
[ 3873.869110]  ? watchdog_timer_fn+0x1f8/0x280
[ 3873.873382]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 3873.878003]  ? __hrtimer_run_queues+0x114/0x2a0
[ 3873.882537]  ? hrtimer_interrupt+0x108/0x230
[ 3873.886807]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 3873.892031]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 3873.897000]  </IRQ>
[ 3873.899104]  <TASK>
[ 3873.901210]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 3873.906526]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 3873.912010]  _raw_spin_lock+0x2d/0x40
[ 3873.915673]  fuse_iget+0x125/0x250
[ 3873.919083]  fuse_fill_super_common+0x3ae/0x4f0
[ 3873.923615]  ? __pfx_fuse_fill_super+0x10/0x10
[ 3873.928061]  fuse_fill_super+0x5e/0xb0
[ 3873.931813]  get_tree_nodev+0x6f/0xa0
[ 3873.935477]  ? fget+0x80/0xb0
[ 3873.938449]  fuse_get_tree+0xc6/0x1b0
[ 3873.942117]  vfs_get_tree+0x2e/0xf0
[ 3873.945609]  path_mount+0x4f0/0xb50
[ 3873.949102]  ? putname+0x5b/0x70
[ 3873.952335]  __x64_sys_mount+0x10d/0x150
[ 3873.956260]  x64_sys_call+0x1e1d/0x2140
[ 3873.960099]  do_syscall_64+0x51/0x120
[ 3873.963764]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 3873.968815] RIP: 0033:0x7fd154f0f03e
[ 3873.972397] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 3873.991142] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 3873.998709] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 3874.005840] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 3874.012970] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 3874.020103] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 3874.027238] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 3874.034375]  </TASK>
[ 3901.664343] watchdog: BUG: soft lockup - CPU#34 stuck for 3405s! [grub2-mount:4482]
[ 3901.671995] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 3901.747932] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 3901.760006] Tainted: [L]=SOFTLOCKUP
[ 3901.763497] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 3901.771149] RIP: 0010:native_queued_spin_lock_slowpath+0x7c/0x2d0
[ 3901.777243] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[ 3901.795987] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 3901.801212] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 3901.808344] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 3901.815479] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 3901.822610] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 3901.829742] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 3901.836876] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 3901.844962] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3901.850706] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 3901.857838] PKRU: 55555554
[ 3901.860550] Call Trace:
[ 3901.862997]  <IRQ>
[ 3901.865016]  ? show_regs+0x6d/0x80
[ 3901.868423]  ? watchdog_timer_fn+0x1f8/0x280
[ 3901.872693]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 3901.877313]  ? __hrtimer_run_queues+0x114/0x2a0
[ 3901.881848]  ? hrtimer_interrupt+0x108/0x230
[ 3901.886120]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 3901.891344]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 3901.896310]  </IRQ>
[ 3901.898415]  <TASK>
[ 3901.900522]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 3901.905838]  ? native_queued_spin_lock_slowpath+0x7c/0x2d0
[ 3901.911320]  _raw_spin_lock+0x2d/0x40
[ 3901.914987]  fuse_iget+0x125/0x250
[ 3901.918391]  fuse_fill_super_common+0x3ae/0x4f0
[ 3901.922928]  ? __pfx_fuse_fill_super+0x10/0x10
[ 3901.927369]  fuse_fill_super+0x5e/0xb0
[ 3901.931124]  get_tree_nodev+0x6f/0xa0
[ 3901.934789]  ? fget+0x80/0xb0
[ 3901.937763]  fuse_get_tree+0xc6/0x1b0
[ 3901.941427]  vfs_get_tree+0x2e/0xf0
[ 3901.944919]  path_mount+0x4f0/0xb50
[ 3901.948414]  ? putname+0x5b/0x70
[ 3901.951646]  __x64_sys_mount+0x10d/0x150
[ 3901.955573]  x64_sys_call+0x1e1d/0x2140
[ 3901.959411]  do_syscall_64+0x51/0x120
[ 3901.963074]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 3901.968128] RIP: 0033:0x7fd154f0f03e
[ 3901.971706] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 3901.990454] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 3901.998020] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 3902.005151] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 3902.012285] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 3902.019415] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 3902.026550] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 3902.033686]  </TASK>
[ 3915.927030] rcu: INFO: rcu_preempt self-detected stall on CPU
[ 3915.932780] rcu: 	34-....: (903830 ticks this GP) idle=6724/1/0x4000000000000000 softirq=785/785 fqs=452774
[ 3915.942515] rcu: 	(t=916751 jiffies g=7337 q=112477 ncpus=128)
[ 3915.948348] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 3915.960417] Tainted: [L]=SOFTLOCKUP
[ 3915.963911] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 3915.971563] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 3915.977656] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 3915.996398] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 3916.001626] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 3916.008759] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 3916.015890] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 3916.023022] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 3916.030156] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 3916.037288] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 3916.045373] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3916.051119] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 3916.058254] PKRU: 55555554
[ 3916.060966] Call Trace:
[ 3916.063417]  <IRQ>
[ 3916.065438]  ? show_regs+0x6d/0x80
[ 3916.068843]  ? dump_cpu_task+0x6b/0x80
[ 3916.072594]  ? rcu_dump_cpu_stacks+0xa4/0x100
[ 3916.076954]  ? rcu_sched_clock_irq+0x6b4/0x10c0
[ 3916.081489]  ? srso_alias_return_thunk+0x5/0xfbef5
[ 3916.086281]  ? __cgroup_account_cputime_field+0x3f/0x60
[ 3916.091505]  ? srso_alias_return_thunk+0x5/0xfbef5
[ 3916.096298]  ? account_system_index_time+0x95/0xb0
[ 3916.101094]  ? update_process_times+0x74/0xc0
[ 3916.105449]  ? tick_nohz_handler+0x9b/0x150
[ 3916.109637]  ? __pfx_tick_nohz_handler+0x10/0x10
[ 3916.114255]  ? __hrtimer_run_queues+0x114/0x2a0
[ 3916.118789]  ? hrtimer_interrupt+0x108/0x230
[ 3916.123063]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 3916.128286]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 3916.133252]  </IRQ>
[ 3916.135359]  <TASK>
[ 3916.137463]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 3916.142779]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 3916.148264]  _raw_spin_lock+0x2d/0x40
[ 3916.151927]  fuse_iget+0x125/0x250
[ 3916.155335]  fuse_fill_super_common+0x3ae/0x4f0
[ 3916.159869]  ? __pfx_fuse_fill_super+0x10/0x10
[ 3916.164311]  fuse_fill_super+0x5e/0xb0
[ 3916.168064]  get_tree_nodev+0x6f/0xa0
[ 3916.171732]  ? fget+0x80/0xb0
[ 3916.174703]  fuse_get_tree+0xc6/0x1b0
[ 3916.178371]  vfs_get_tree+0x2e/0xf0
[ 3916.181863]  path_mount+0x4f0/0xb50
[ 3916.185356]  ? putname+0x5b/0x70
[ 3916.188588]  __x64_sys_mount+0x10d/0x150
[ 3916.192514]  x64_sys_call+0x1e1d/0x2140
[ 3916.196351]  do_syscall_64+0x51/0x120
[ 3916.200020]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 3916.205069] RIP: 0033:0x7fd154f0f03e
[ 3916.208650] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 3916.227393] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 3916.234959] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 3916.242095] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 3916.249227] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 3916.256356] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 3916.263492] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 3916.270627]  </TASK>
[ 3941.663359] watchdog: BUG: soft lockup - CPU#34 stuck for 3442s! [grub2-mount:4482]
[ 3941.671011] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 3941.746948] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 3941.759021] Tainted: [L]=SOFTLOCKUP
[ 3941.762511] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 3941.770163] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 3941.776257] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 3941.795000] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 3941.800226] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 3941.807362] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 3941.814492] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 3941.821625] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 3941.828759] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 3941.835890] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 3941.843977] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3941.849723] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 3941.856855] PKRU: 55555554
[ 3941.859568] Call Trace:
[ 3941.862020]  <IRQ>
[ 3941.864039]  ? show_regs+0x6d/0x80
[ 3941.867444]  ? watchdog_timer_fn+0x1f8/0x280
[ 3941.871719]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 3941.876337]  ? __hrtimer_run_queues+0x114/0x2a0
[ 3941.880869]  ? hrtimer_interrupt+0x108/0x230
[ 3941.885143]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 3941.890368]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 3941.895335]  </IRQ>
[ 3941.897440]  <TASK>
[ 3941.899544]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 3941.904859]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 3941.910345]  _raw_spin_lock+0x2d/0x40
[ 3941.914010]  fuse_iget+0x125/0x250
[ 3941.917416]  fuse_fill_super_common+0x3ae/0x4f0
[ 3941.921951]  ? __pfx_fuse_fill_super+0x10/0x10
[ 3941.926394]  fuse_fill_super+0x5e/0xb0
[ 3941.930147]  get_tree_nodev+0x6f/0xa0
[ 3941.933813]  ? fget+0x80/0xb0
[ 3941.936786]  fuse_get_tree+0xc6/0x1b0
[ 3941.940451]  vfs_get_tree+0x2e/0xf0
[ 3941.943943]  path_mount+0x4f0/0xb50
[ 3941.947436]  ? putname+0x5b/0x70
[ 3941.950668]  __x64_sys_mount+0x10d/0x150
[ 3941.954594]  x64_sys_call+0x1e1d/0x2140
[ 3941.958432]  do_syscall_64+0x51/0x120
[ 3941.962100]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 3941.967153] RIP: 0033:0x7fd154f0f03e
[ 3941.970732] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 3941.989477] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 3941.997042] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 3942.004173] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 3942.011307] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 3942.018438] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 3942.025571] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 3942.032698]  </TASK>
[ 3969.662670] watchdog: BUG: soft lockup - CPU#34 stuck for 3469s! [grub2-mount:4482]
[ 3969.670324] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 3969.746259] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 3969.758329] Tainted: [L]=SOFTLOCKUP
[ 3969.761821] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 3969.769476] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 3969.775569] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 3969.794313] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 3969.799537] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 3969.806669] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 3969.813804] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 3969.820935] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 3969.828070] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 3969.835202] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 3969.843285] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3969.849033] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 3969.856164] PKRU: 55555554
[ 3969.858879] Call Trace:
[ 3969.861330]  <IRQ>
[ 3969.863352]  ? show_regs+0x6d/0x80
[ 3969.866756]  ? watchdog_timer_fn+0x1f8/0x280
[ 3969.871026]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 3969.875647]  ? __hrtimer_run_queues+0x114/0x2a0
[ 3969.880180]  ? hrtimer_interrupt+0x108/0x230
[ 3969.884454]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 3969.889678]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 3969.894645]  </IRQ>
[ 3969.896749]  <TASK>
[ 3969.898855]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 3969.904172]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 3969.909657]  _raw_spin_lock+0x2d/0x40
[ 3969.913320]  fuse_iget+0x125/0x250
[ 3969.916728]  fuse_fill_super_common+0x3ae/0x4f0
[ 3969.921263]  ? __pfx_fuse_fill_super+0x10/0x10
[ 3969.925705]  fuse_fill_super+0x5e/0xb0
[ 3969.929457]  get_tree_nodev+0x6f/0xa0
[ 3969.933122]  ? fget+0x80/0xb0
[ 3969.936095]  fuse_get_tree+0xc6/0x1b0
[ 3969.939762]  vfs_get_tree+0x2e/0xf0
[ 3969.943254]  path_mount+0x4f0/0xb50
[ 3969.946747]  ? putname+0x5b/0x70
[ 3969.949981]  __x64_sys_mount+0x10d/0x150
[ 3969.953906]  x64_sys_call+0x1e1d/0x2140
[ 3969.957745]  do_syscall_64+0x51/0x120
[ 3969.961412]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 3969.966461] RIP: 0033:0x7fd154f0f03e
[ 3969.970041] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 3969.988786] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 3969.996353] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 3970.003486] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 3970.010619] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 3970.017750] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 3970.024883] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 3970.032020]  </TASK>
[ 3997.661981] watchdog: BUG: soft lockup - CPU#34 stuck for 3495s! [grub2-mount:4482]
[ 3997.669633] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 3997.745568] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 3997.757638] Tainted: [L]=SOFTLOCKUP
[ 3997.761130] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 3997.768776] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 3997.774867] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 3997.793613] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 3997.798839] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 3997.805971] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 3997.813103] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 3997.820236] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 3997.827368] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 3997.834503] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 3997.842588] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3997.848333] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 3997.855465] PKRU: 55555554
[ 3997.858179] Call Trace:
[ 3997.860630]  <IRQ>
[ 3997.862650]  ? show_regs+0x6d/0x80
[ 3997.866056]  ? watchdog_timer_fn+0x1f8/0x280
[ 3997.870328]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 3997.874949]  ? __hrtimer_run_queues+0x114/0x2a0
[ 3997.879483]  ? hrtimer_interrupt+0x108/0x230
[ 3997.883754]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 3997.888980]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 3997.893945]  </IRQ>
[ 3997.896051]  <TASK>
[ 3997.898156]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 3997.903472]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 3997.908957]  _raw_spin_lock+0x2d/0x40
[ 3997.912621]  fuse_iget+0x125/0x250
[ 3997.916029]  fuse_fill_super_common+0x3ae/0x4f0
[ 3997.920562]  ? __pfx_fuse_fill_super+0x10/0x10
[ 3997.925006]  fuse_fill_super+0x5e/0xb0
[ 3997.928759]  get_tree_nodev+0x6f/0xa0
[ 3997.932423]  ? fget+0x80/0xb0
[ 3997.935398]  fuse_get_tree+0xc6/0x1b0
[ 3997.939064]  vfs_get_tree+0x2e/0xf0
[ 3997.942554]  path_mount+0x4f0/0xb50
[ 3997.946048]  ? putname+0x5b/0x70
[ 3997.949279]  __x64_sys_mount+0x10d/0x150
[ 3997.953206]  x64_sys_call+0x1e1d/0x2140
[ 3997.957045]  do_syscall_64+0x51/0x120
[ 3997.960710]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 3997.965762] RIP: 0033:0x7fd154f0f03e
[ 3997.969341] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 3997.988086] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 3997.995652] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 3998.002786] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 3998.009918] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 3998.017051] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 3998.024182] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 3998.031320]  </TASK>
[ 4025.661291] watchdog: BUG: soft lockup - CPU#34 stuck for 3521s! [grub2-mount:4482]
[ 4025.668949] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 4025.744887] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 4025.756957] Tainted: [L]=SOFTLOCKUP
[ 4025.760451] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 4025.768103] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 4025.774194] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 4025.792940] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 4025.798168] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 4025.805298] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 4025.812431] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 4025.819564] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 4025.826696] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 4025.833831] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 4025.841916] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4025.847660] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 4025.854794] PKRU: 55555554
[ 4025.857506] Call Trace:
[ 4025.859960]  <IRQ>
[ 4025.861979]  ? show_regs+0x6d/0x80
[ 4025.865384]  ? watchdog_timer_fn+0x1f8/0x280
[ 4025.869656]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 4025.874275]  ? __hrtimer_run_queues+0x114/0x2a0
[ 4025.878811]  ? hrtimer_interrupt+0x108/0x230
[ 4025.883081]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 4025.888307]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 4025.893271]  </IRQ>
[ 4025.895378]  <TASK>
[ 4025.897484]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 4025.902799]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 4025.908284]  _raw_spin_lock+0x2d/0x40
[ 4025.911947]  fuse_iget+0x125/0x250
[ 4025.915354]  fuse_fill_super_common+0x3ae/0x4f0
[ 4025.919891]  ? __pfx_fuse_fill_super+0x10/0x10
[ 4025.924334]  fuse_fill_super+0x5e/0xb0
[ 4025.928085]  get_tree_nodev+0x6f/0xa0
[ 4025.931752]  ? fget+0x80/0xb0
[ 4025.934723]  fuse_get_tree+0xc6/0x1b0
[ 4025.938391]  vfs_get_tree+0x2e/0xf0
[ 4025.941881]  path_mount+0x4f0/0xb50
[ 4025.945378]  ? putname+0x5b/0x70
[ 4025.948618]  __x64_sys_mount+0x10d/0x150
[ 4025.952543]  x64_sys_call+0x1e1d/0x2140
[ 4025.956380]  do_syscall_64+0x51/0x120
[ 4025.960048]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 4025.965099] RIP: 0033:0x7fd154f0f03e
[ 4025.968679] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 4025.987425] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 4025.994989] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 4026.002120] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 4026.009247] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 4026.016377] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 4026.023510] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 4026.030646]  </TASK>
[ 4053.660602] watchdog: BUG: soft lockup - CPU#34 stuck for 3547s! [grub2-mount:4482]
[ 4053.668260] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 4053.744196] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 4053.756267] Tainted: [L]=SOFTLOCKUP
[ 4053.759759] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 4053.767413] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 4053.773506] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 4053.792251] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 4053.797476] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 4053.804607] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 4053.811741] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 4053.818872] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 4053.826006] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 4053.833138] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 4053.841223] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4053.846971] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 4053.854102] PKRU: 55555554
[ 4053.856815] Call Trace:
[ 4053.859269]  <IRQ>
[ 4053.861287]  ? show_regs+0x6d/0x80
[ 4053.864692]  ? watchdog_timer_fn+0x1f8/0x280
[ 4053.868964]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 4053.873586]  ? __hrtimer_run_queues+0x114/0x2a0
[ 4053.878119]  ? hrtimer_interrupt+0x108/0x230
[ 4053.882390]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 4053.887614]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 4053.892580]  </IRQ>
[ 4053.894686]  <TASK>
[ 4053.896794]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 4053.902107]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 4053.907593]  _raw_spin_lock+0x2d/0x40
[ 4053.911259]  fuse_iget+0x125/0x250
[ 4053.914664]  fuse_fill_super_common+0x3ae/0x4f0
[ 4053.919199]  ? __pfx_fuse_fill_super+0x10/0x10
[ 4053.923641]  fuse_fill_super+0x5e/0xb0
[ 4053.927396]  get_tree_nodev+0x6f/0xa0
[ 4053.931061]  ? fget+0x80/0xb0
[ 4053.934033]  fuse_get_tree+0xc6/0x1b0
[ 4053.937699]  vfs_get_tree+0x2e/0xf0
[ 4053.941192]  path_mount+0x4f0/0xb50
[ 4053.944685]  ? putname+0x5b/0x70
[ 4053.947916]  __x64_sys_mount+0x10d/0x150
[ 4053.951842]  x64_sys_call+0x1e1d/0x2140
[ 4053.955682]  do_syscall_64+0x51/0x120
[ 4053.959346]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 4053.964400] RIP: 0033:0x7fd154f0f03e
[ 4053.967980] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 4053.986723] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 4053.994290] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 4054.001424] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 4054.008554] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 4054.015687] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 4054.022820] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 4054.029958]  </TASK>
[ 4081.659912] watchdog: BUG: soft lockup - CPU#34 stuck for 3573s! [grub2-mount:4482]
[ 4081.667570] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 4081.743505] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 4081.755578] Tainted: [L]=SOFTLOCKUP
[ 4081.759070] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 4081.766721] RIP: 0010:native_queued_spin_lock_slowpath+0x7c/0x2d0
[ 4081.772815] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[ 4081.791558] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 4081.796787] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 4081.803919] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 4081.811048] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 4081.818183] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 4081.825314] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 4081.832449] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 4081.840535] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4081.846278] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 4081.853410] PKRU: 55555554
[ 4081.856123] Call Trace:
[ 4081.858568]  <IRQ>
[ 4081.860589]  ? show_regs+0x6d/0x80
[ 4081.863992]  ? watchdog_timer_fn+0x1f8/0x280
[ 4081.868265]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 4081.872884]  ? __hrtimer_run_queues+0x114/0x2a0
[ 4081.877419]  ? hrtimer_interrupt+0x108/0x230
[ 4081.881692]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 4081.886916]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 4081.891882]  </IRQ>
[ 4081.893987]  <TASK>
[ 4081.896095]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 4081.901411]  ? native_queued_spin_lock_slowpath+0x7c/0x2d0
[ 4081.906893]  _raw_spin_lock+0x2d/0x40
[ 4081.910559]  fuse_iget+0x125/0x250
[ 4081.913965]  fuse_fill_super_common+0x3ae/0x4f0
[ 4081.918499]  ? __pfx_fuse_fill_super+0x10/0x10
[ 4081.922944]  fuse_fill_super+0x5e/0xb0
[ 4081.926697]  get_tree_nodev+0x6f/0xa0
[ 4081.930361]  ? fget+0x80/0xb0
[ 4081.933335]  fuse_get_tree+0xc6/0x1b0
[ 4081.937001]  vfs_get_tree+0x2e/0xf0
[ 4081.940494]  path_mount+0x4f0/0xb50
[ 4081.943984]  ? putname+0x5b/0x70
[ 4081.947219]  __x64_sys_mount+0x10d/0x150
[ 4081.951143]  x64_sys_call+0x1e1d/0x2140
[ 4081.954982]  do_syscall_64+0x51/0x120
[ 4081.958648]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 4081.963700] RIP: 0033:0x7fd154f0f03e
[ 4081.967282] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 4081.986026] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 4081.993592] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 4082.000722] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 4082.007857] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 4082.014990] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 4082.022119] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 4082.029249]  </TASK>
[ 4096.274591] rcu: INFO: rcu_preempt self-detected stall on CPU
[ 4096.280339] rcu: 	34-....: (948281 ticks this GP) idle=6724/1/0x4000000000000000 softirq=785/785 fqs=475051
[ 4096.290074] rcu: 	(t=961839 jiffies g=7337 q=113755 ncpus=128)
[ 4096.295904] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 4096.307975] Tainted: [L]=SOFTLOCKUP
[ 4096.311467] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 4096.319122] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 4096.325214] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 4096.343959] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 4096.349185] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 4096.356316] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 4096.363448] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 4096.370580] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 4096.377712] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 4096.384837] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 4096.392923] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4096.398669] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 4096.405802] PKRU: 55555554
[ 4096.408515] Call Trace:
[ 4096.410970]  <IRQ>
[ 4096.412986]  ? show_regs+0x6d/0x80
[ 4096.416394]  ? dump_cpu_task+0x6b/0x80
[ 4096.420145]  ? rcu_dump_cpu_stacks+0xa4/0x100
[ 4096.424505]  ? rcu_sched_clock_irq+0x6b4/0x10c0
[ 4096.429040]  ? srso_alias_return_thunk+0x5/0xfbef5
[ 4096.433828]  ? __cgroup_account_cputime_field+0x3f/0x60
[ 4096.439057]  ? srso_alias_return_thunk+0x5/0xfbef5
[ 4096.443849]  ? account_system_index_time+0x95/0xb0
[ 4096.448644]  ? update_process_times+0x74/0xc0
[ 4096.453002]  ? tick_nohz_handler+0x9b/0x150
[ 4096.457185]  ? __pfx_tick_nohz_handler+0x10/0x10
[ 4096.461806]  ? __hrtimer_run_queues+0x114/0x2a0
[ 4096.466338]  ? hrtimer_interrupt+0x108/0x230
[ 4096.470610]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 4096.475835]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 4096.480800]  </IRQ>
[ 4096.482897]  <TASK>
[ 4096.485004]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 4096.490319]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 4096.495804]  _raw_spin_lock+0x2d/0x40
[ 4096.499468]  fuse_iget+0x125/0x250
[ 4096.502876]  fuse_fill_super_common+0x3ae/0x4f0
[ 4096.507409]  ? __pfx_fuse_fill_super+0x10/0x10
[ 4096.511854]  fuse_fill_super+0x5e/0xb0
[ 4096.515607]  get_tree_nodev+0x6f/0xa0
[ 4096.519272]  ? fget+0x80/0xb0
[ 4096.522245]  fuse_get_tree+0xc6/0x1b0
[ 4096.525912]  vfs_get_tree+0x2e/0xf0
[ 4096.529404]  path_mount+0x4f0/0xb50
[ 4096.532897]  ? putname+0x5b/0x70
[ 4096.536127]  __x64_sys_mount+0x10d/0x150
[ 4096.540055]  x64_sys_call+0x1e1d/0x2140
[ 4096.543894]  do_syscall_64+0x51/0x120
[ 4096.547558]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 4096.552610] RIP: 0033:0x7fd154f0f03e
[ 4096.556189] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 4096.574936] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 4096.582502] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 4096.589635] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 4096.596765] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 4096.603891] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 4096.611023] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 4096.618159]  </TASK>
[ 4121.658928] watchdog: BUG: soft lockup - CPU#34 stuck for 3610s! [grub2-mount:4482]
[ 4121.666581] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 4121.742519] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 4121.754591] Tainted: [L]=SOFTLOCKUP
[ 4121.758081] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 4121.765735] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 4121.771827] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 4121.790571] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 4121.795798] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 4121.802931] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 4121.810064] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 4121.817196] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 4121.824327] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 4121.831462] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 4121.839545] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4121.845291] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 4121.852426] PKRU: 55555554
[ 4121.855139] Call Trace:
[ 4121.857591]  <IRQ>
[ 4121.859611]  ? show_regs+0x6d/0x80
[ 4121.863015]  ? watchdog_timer_fn+0x1f8/0x280
[ 4121.867286]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 4121.871908]  ? __hrtimer_run_queues+0x114/0x2a0
[ 4121.876440]  ? hrtimer_interrupt+0x108/0x230
[ 4121.880715]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 4121.885938]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 4121.890905]  </IRQ>
[ 4121.893010]  <TASK>
[ 4121.895115]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 4121.900432]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 4121.905917]  _raw_spin_lock+0x2d/0x40
[ 4121.909580]  fuse_iget+0x125/0x250
[ 4121.912986]  fuse_fill_super_common+0x3ae/0x4f0
[ 4121.917523]  ? __pfx_fuse_fill_super+0x10/0x10
[ 4121.921963]  fuse_fill_super+0x5e/0xb0
[ 4121.925719]  get_tree_nodev+0x6f/0xa0
[ 4121.929383]  ? fget+0x80/0xb0
[ 4121.932357]  fuse_get_tree+0xc6/0x1b0
[ 4121.936024]  vfs_get_tree+0x2e/0xf0
[ 4121.939514]  path_mount+0x4f0/0xb50
[ 4121.943006]  ? putname+0x5b/0x70
[ 4121.946240]  __x64_sys_mount+0x10d/0x150
[ 4121.950166]  x64_sys_call+0x1e1d/0x2140
[ 4121.954005]  do_syscall_64+0x51/0x120
[ 4121.957671]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 4121.962721] RIP: 0033:0x7fd154f0f03e
[ 4121.966302] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 4121.985046] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 4121.992612] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 4121.999744] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 4122.006879] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 4122.014011] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 4122.021141] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 4122.028278]  </TASK>
[ 4149.658239] watchdog: BUG: soft lockup - CPU#34 stuck for 3636s! [grub2-mount:4482]
[ 4149.665890] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 4149.741829] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 4149.753899] Tainted: [L]=SOFTLOCKUP
[ 4149.757391] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 4149.765044] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 4149.771138] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 4149.789882] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 4149.795109] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 4149.802241] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 4149.809371] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 4149.816504] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 4149.823636] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 4149.830769] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 4149.838857] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4149.844601] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 4149.851735] PKRU: 55555554
[ 4149.854447] Call Trace:
[ 4149.856901]  <IRQ>
[ 4149.858918]  ? show_regs+0x6d/0x80
[ 4149.862326]  ? watchdog_timer_fn+0x1f8/0x280
[ 4149.866596]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 4149.871216]  ? __hrtimer_run_queues+0x114/0x2a0
[ 4149.875749]  ? hrtimer_interrupt+0x108/0x230
[ 4149.880023]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 4149.885247]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 4149.890212]  </IRQ>
[ 4149.892318]  <TASK>
[ 4149.894425]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 4149.899741]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 4149.905226]  _raw_spin_lock+0x2d/0x40
[ 4149.908888]  fuse_iget+0x125/0x250
[ 4149.912297]  fuse_fill_super_common+0x3ae/0x4f0
[ 4149.916829]  ? __pfx_fuse_fill_super+0x10/0x10
[ 4149.921273]  fuse_fill_super+0x5e/0xb0
[ 4149.925027]  get_tree_nodev+0x6f/0xa0
[ 4149.928692]  ? fget+0x80/0xb0
[ 4149.931665]  fuse_get_tree+0xc6/0x1b0
[ 4149.935331]  vfs_get_tree+0x2e/0xf0
[ 4149.938822]  path_mount+0x4f0/0xb50
[ 4149.942316]  ? putname+0x5b/0x70
[ 4149.945550]  __x64_sys_mount+0x10d/0x150
[ 4149.949474]  x64_sys_call+0x1e1d/0x2140
[ 4149.953314]  do_syscall_64+0x51/0x120
[ 4149.956981]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 4149.962032] RIP: 0033:0x7fd154f0f03e
[ 4149.965611] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 4149.984356] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 4149.991922] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 4149.999054] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 4150.006188] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 4150.013319] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 4150.020451] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 4150.027586]  </TASK>
[ 4177.657549] watchdog: BUG: soft lockup - CPU#34 stuck for 3662s! [grub2-mount:4482]
[ 4177.665200] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 4177.741138] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 4177.753207] Tainted: [L]=SOFTLOCKUP
[ 4177.756699] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 4177.764345] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 4177.770436] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 4177.789181] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 4177.794410] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 4177.801539] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 4177.808666] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 4177.815795] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 4177.822920] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 4177.830055] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 4177.838139] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4177.843884] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 4177.851016] PKRU: 55555554
[ 4177.853731] Call Trace:
[ 4177.856184]  <IRQ>
[ 4177.858204]  ? show_regs+0x6d/0x80
[ 4177.861607]  ? watchdog_timer_fn+0x1f8/0x280
[ 4177.865881]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 4177.870502]  ? __hrtimer_run_queues+0x114/0x2a0
[ 4177.875033]  ? hrtimer_interrupt+0x108/0x230
[ 4177.879307]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 4177.884533]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 4177.889495]  </IRQ>
[ 4177.891602]  <TASK>
[ 4177.893709]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 4177.899027]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 4177.904519]  _raw_spin_lock+0x2d/0x40
[ 4177.908182]  fuse_iget+0x125/0x250
[ 4177.911589]  fuse_fill_super_common+0x3ae/0x4f0
[ 4177.916123]  ? __pfx_fuse_fill_super+0x10/0x10
[ 4177.920566]  fuse_fill_super+0x5e/0xb0
[ 4177.924319]  get_tree_nodev+0x6f/0xa0
[ 4177.927984]  ? fget+0x80/0xb0
[ 4177.930959]  fuse_get_tree+0xc6/0x1b0
[ 4177.934623]  vfs_get_tree+0x2e/0xf0
[ 4177.938117]  path_mount+0x4f0/0xb50
[ 4177.941608]  ? putname+0x5b/0x70
[ 4177.944841]  __x64_sys_mount+0x10d/0x150
[ 4177.948768]  x64_sys_call+0x1e1d/0x2140
[ 4177.952607]  do_syscall_64+0x51/0x120
[ 4177.956273]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 4177.961325] RIP: 0033:0x7fd154f0f03e
[ 4177.964903] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 4177.983649] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 4177.991212] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 4177.998339] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 4178.005470] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 4178.012604] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 4178.019734] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 4178.026864]  </TASK>
[ 4205.656860] watchdog: BUG: soft lockup - CPU#34 stuck for 3688s! [grub2-mount:4482]
[ 4205.664512] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 4205.740455] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 4205.752526] Tainted: [L]=SOFTLOCKUP
[ 4205.756017] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 4205.763673] RIP: 0010:native_queued_spin_lock_slowpath+0x7c/0x2d0
[ 4205.769763] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[ 4205.788510] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 4205.793733] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 4205.800867] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 4205.808002] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 4205.815132] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 4205.822266] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 4205.829397] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 4205.837485] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4205.843228] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 4205.850363] PKRU: 55555554
[ 4205.853076] Call Trace:
[ 4205.855527]  <IRQ>
[ 4205.857547]  ? show_regs+0x6d/0x80
[ 4205.860951]  ? watchdog_timer_fn+0x1f8/0x280
[ 4205.865224]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 4205.869846]  ? __hrtimer_run_queues+0x114/0x2a0
[ 4205.874379]  ? hrtimer_interrupt+0x108/0x230
[ 4205.878649]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 4205.883876]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 4205.888843]  </IRQ>
[ 4205.890946]  <TASK>
[ 4205.893052]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 4205.898368]  ? native_queued_spin_lock_slowpath+0x7c/0x2d0
[ 4205.903854]  _raw_spin_lock+0x2d/0x40
[ 4205.907517]  fuse_iget+0x125/0x250
[ 4205.910924]  fuse_fill_super_common+0x3ae/0x4f0
[ 4205.915458]  ? __pfx_fuse_fill_super+0x10/0x10
[ 4205.919902]  fuse_fill_super+0x5e/0xb0
[ 4205.923653]  get_tree_nodev+0x6f/0xa0
[ 4205.927320]  ? fget+0x80/0xb0
[ 4205.930292]  fuse_get_tree+0xc6/0x1b0
[ 4205.933958]  vfs_get_tree+0x2e/0xf0
[ 4205.937449]  path_mount+0x4f0/0xb50
[ 4205.940943]  ? putname+0x5b/0x70
[ 4205.944178]  __x64_sys_mount+0x10d/0x150
[ 4205.948103]  x64_sys_call+0x1e1d/0x2140
[ 4205.951942]  do_syscall_64+0x51/0x120
[ 4205.955606]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 4205.960658] RIP: 0033:0x7fd154f0f03e
[ 4205.964239] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 4205.982985] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 4205.990551] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 4205.997681] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 4206.004813] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 4206.011947] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 4206.019078] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 4206.026216]  </TASK>
[ 4233.656171] watchdog: BUG: soft lockup - CPU#34 stuck for 3714s! [grub2-mount:4482]
[ 4233.663828] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 4233.739764] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 4233.751836] Tainted: [L]=SOFTLOCKUP
[ 4233.755327] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 4233.762981] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 4233.769073] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 4233.787819] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 4233.793046] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 4233.800176] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 4233.807311] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 4233.814443] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 4233.821576] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 4233.828707] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 4233.836793] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4233.842539] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 4233.849671] PKRU: 55555554
[ 4233.852386] Call Trace:
[ 4233.854837]  <IRQ>
[ 4233.856857]  ? show_regs+0x6d/0x80
[ 4233.860264]  ? watchdog_timer_fn+0x1f8/0x280
[ 4233.864532]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 4233.869155]  ? __hrtimer_run_queues+0x114/0x2a0
[ 4233.873689]  ? hrtimer_interrupt+0x108/0x230
[ 4233.877960]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 4233.883185]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 4233.888149]  </IRQ>
[ 4233.890248]  <TASK>
[ 4233.892355]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 4233.897668]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 4233.903154]  _raw_spin_lock+0x2d/0x40
[ 4233.906819]  fuse_iget+0x125/0x250
[ 4233.910226]  fuse_fill_super_common+0x3ae/0x4f0
[ 4233.914759]  ? __pfx_fuse_fill_super+0x10/0x10
[ 4233.919202]  fuse_fill_super+0x5e/0xb0
[ 4233.922954]  get_tree_nodev+0x6f/0xa0
[ 4233.926620]  ? fget+0x80/0xb0
[ 4233.929594]  fuse_get_tree+0xc6/0x1b0
[ 4233.933262]  vfs_get_tree+0x2e/0xf0
[ 4233.936754]  path_mount+0x4f0/0xb50
[ 4233.940243]  ? putname+0x5b/0x70
[ 4233.943477]  __x64_sys_mount+0x10d/0x150
[ 4233.947405]  x64_sys_call+0x1e1d/0x2140
[ 4233.951243]  do_syscall_64+0x51/0x120
[ 4233.954907]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 4233.959959] RIP: 0033:0x7fd154f0f03e
[ 4233.963540] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 4233.982285] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 4233.989850] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 4233.996982] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 4234.004116] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 4234.011249] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 4234.018381] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 4234.025517]  </TASK>
[ 4261.655482] watchdog: BUG: soft lockup - CPU#34 stuck for 3740s! [grub2-mount:4482]
[ 4261.663140] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 4261.739076] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 4261.751146] Tainted: [L]=SOFTLOCKUP
[ 4261.754638] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 4261.762291] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 4261.768383] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 4261.787127] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 4261.792355] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 4261.799486] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 4261.806619] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 4261.813751] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 4261.820885] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 4261.828018] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 4261.836104] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4261.841848] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 4261.848981] PKRU: 55555554
[ 4261.851695] Call Trace:
[ 4261.854147]  <IRQ>
[ 4261.856168]  ? show_regs+0x6d/0x80
[ 4261.859573]  ? watchdog_timer_fn+0x1f8/0x280
[ 4261.863844]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 4261.868462]  ? __hrtimer_run_queues+0x114/0x2a0
[ 4261.872999]  ? hrtimer_interrupt+0x108/0x230
[ 4261.877269]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 4261.882496]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 4261.887461]  </IRQ>
[ 4261.889566]  <TASK>
[ 4261.891674]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 4261.896988]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 4261.902470]  _raw_spin_lock+0x2d/0x40
[ 4261.906135]  fuse_iget+0x125/0x250
[ 4261.909545]  fuse_fill_super_common+0x3ae/0x4f0
[ 4261.914078]  ? __pfx_fuse_fill_super+0x10/0x10
[ 4261.918520]  fuse_fill_super+0x5e/0xb0
[ 4261.922272]  get_tree_nodev+0x6f/0xa0
[ 4261.925939]  ? fget+0x80/0xb0
[ 4261.928912]  fuse_get_tree+0xc6/0x1b0
[ 4261.932579]  vfs_get_tree+0x2e/0xf0
[ 4261.936071]  path_mount+0x4f0/0xb50
[ 4261.939565]  ? putname+0x5b/0x70
[ 4261.942797]  __x64_sys_mount+0x10d/0x150
[ 4261.946724]  x64_sys_call+0x1e1d/0x2140
[ 4261.950560]  do_syscall_64+0x51/0x120
[ 4261.954226]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 4261.959279] RIP: 0033:0x7fd154f0f03e
[ 4261.962857] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 4261.981603] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 4261.989170] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 4261.996303] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 4262.003434] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 4262.010568] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 4262.017697] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 4262.024835]  </TASK>
[ 4276.622150] rcu: INFO: rcu_preempt self-detected stall on CPU
[ 4276.627895] rcu: 	34-....: (992732 ticks this GP) idle=6724/1/0x4000000000000000 softirq=785/785 fqs=497336
[ 4276.637630] rcu: 	(t=1006927 jiffies g=7337 q=115061 ncpus=128)
[ 4276.643549] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 4276.655619] Tainted: [L]=SOFTLOCKUP
[ 4276.659111] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 4276.666765] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 4276.672855] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 4276.691601] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 4276.696826] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 4276.703961] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 4276.711094] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 4276.718225] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 4276.725358] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 4276.732490] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 4276.740574] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4276.746320] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 4276.753453] PKRU: 55555554
[ 4276.756166] Call Trace:
[ 4276.758620]  <IRQ>
[ 4276.760640]  ? show_regs+0x6d/0x80
[ 4276.764043]  ? dump_cpu_task+0x6b/0x80
[ 4276.767798]  ? rcu_dump_cpu_stacks+0xa4/0x100
[ 4276.772156]  ? rcu_sched_clock_irq+0x6b4/0x10c0
[ 4276.776689]  ? srso_alias_return_thunk+0x5/0xfbef5
[ 4276.781483]  ? __cgroup_account_cputime_field+0x3f/0x60
[ 4276.786708]  ? srso_alias_return_thunk+0x5/0xfbef5
[ 4276.791500]  ? account_system_index_time+0x95/0xb0
[ 4276.796294]  ? update_process_times+0x74/0xc0
[ 4276.800651]  ? tick_nohz_handler+0x9b/0x150
[ 4276.804835]  ? __pfx_tick_nohz_handler+0x10/0x10
[ 4276.809456]  ? __hrtimer_run_queues+0x114/0x2a0
[ 4276.813990]  ? hrtimer_interrupt+0x108/0x230
[ 4276.818263]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 4276.823486]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 4276.828452]  </IRQ>
[ 4276.830557]  <TASK>
[ 4276.832658]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 4276.837971]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 4276.843456]  _raw_spin_lock+0x2d/0x40
[ 4276.847121]  fuse_iget+0x125/0x250
[ 4276.850528]  fuse_fill_super_common+0x3ae/0x4f0
[ 4276.855062]  ? __pfx_fuse_fill_super+0x10/0x10
[ 4276.859505]  fuse_fill_super+0x5e/0xb0
[ 4276.863260]  get_tree_nodev+0x6f/0xa0
[ 4276.866924]  ? fget+0x80/0xb0
[ 4276.869895]  fuse_get_tree+0xc6/0x1b0
[ 4276.873561]  vfs_get_tree+0x2e/0xf0
[ 4276.877053]  path_mount+0x4f0/0xb50
[ 4276.880546]  ? putname+0x5b/0x70
[ 4276.883782]  __x64_sys_mount+0x10d/0x150
[ 4276.887708]  x64_sys_call+0x1e1d/0x2140
[ 4276.891543]  do_syscall_64+0x51/0x120
[ 4276.895209]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 4276.900264] RIP: 0033:0x7fd154f0f03e
[ 4276.903841] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 4276.922587] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 4276.930153] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 4276.937286] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 4276.944417] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 4276.951553] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 4276.958684] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 4276.965819]  </TASK>
[ 4301.654496] watchdog: BUG: soft lockup - CPU#34 stuck for 3778s! [grub2-mount:4482]
[ 4301.662151] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 4301.738087] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 4301.750159] Tainted: [L]=SOFTLOCKUP
[ 4301.753651] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 4301.761303] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 4301.767397] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 4301.786143] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 4301.791369] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 4301.798500] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 4301.805634] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 4301.812765] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 4301.819899] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 4301.827029] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 4301.835117] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4301.840862] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 4301.847993] PKRU: 55555554
[ 4301.850705] Call Trace:
[ 4301.853152]  <IRQ>
[ 4301.855173]  ? show_regs+0x6d/0x80
[ 4301.858577]  ? watchdog_timer_fn+0x1f8/0x280
[ 4301.862847]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 4301.867468]  ? __hrtimer_run_queues+0x114/0x2a0
[ 4301.872003]  ? hrtimer_interrupt+0x108/0x230
[ 4301.876274]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 4301.881497]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 4301.886466]  </IRQ>
[ 4301.888571]  <TASK>
[ 4301.890677]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 4301.895992]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 4301.901475]  _raw_spin_lock+0x2d/0x40
[ 4301.905142]  fuse_iget+0x125/0x250
[ 4301.908547]  fuse_fill_super_common+0x3ae/0x4f0
[ 4301.913081]  ? __pfx_fuse_fill_super+0x10/0x10
[ 4301.917524]  fuse_fill_super+0x5e/0xb0
[ 4301.921277]  get_tree_nodev+0x6f/0xa0
[ 4301.924944]  ? fget+0x80/0xb0
[ 4301.927916]  fuse_get_tree+0xc6/0x1b0
[ 4301.931582]  vfs_get_tree+0x2e/0xf0
[ 4301.935076]  path_mount+0x4f0/0xb50
[ 4301.938569]  ? putname+0x5b/0x70
[ 4301.941801]  __x64_sys_mount+0x10d/0x150
[ 4301.945728]  x64_sys_call+0x1e1d/0x2140
[ 4301.949565]  do_syscall_64+0x51/0x120
[ 4301.953231]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 4301.958283] RIP: 0033:0x7fd154f0f03e
[ 4301.961863] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 4301.980608] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 4301.988173] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 4301.995306] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 4302.002438] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 4302.009572] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 4302.016704] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 4302.023839]  </TASK>
[ 4329.653807] watchdog: BUG: soft lockup - CPU#34 stuck for 3804s! [grub2-mount:4482]
[ 4329.661462] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 4329.737397] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 4329.749469] Tainted: [L]=SOFTLOCKUP
[ 4329.752961] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 4329.760615] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 4329.766705] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 4329.785451] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 4329.790675] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 4329.797802] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 4329.804932] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 4329.812066] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 4329.819198] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 4329.826331] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 4329.834415] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4329.840163] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 4329.847295] PKRU: 55555554
[ 4329.850006] Call Trace:
[ 4329.852451]  <IRQ>
[ 4329.854473]  ? show_regs+0x6d/0x80
[ 4329.857876]  ? watchdog_timer_fn+0x1f8/0x280
[ 4329.862150]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 4329.866769]  ? __hrtimer_run_queues+0x114/0x2a0
[ 4329.871302]  ? hrtimer_interrupt+0x108/0x230
[ 4329.875578]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 4329.880807]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 4329.885774]  </IRQ>
[ 4329.887880]  <TASK>
[ 4329.889985]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 4329.895302]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 4329.900786]  _raw_spin_lock+0x2d/0x40
[ 4329.904450]  fuse_iget+0x125/0x250
[ 4329.907857]  fuse_fill_super_common+0x3ae/0x4f0
[ 4329.912392]  ? __pfx_fuse_fill_super+0x10/0x10
[ 4329.916835]  fuse_fill_super+0x5e/0xb0
[ 4329.920586]  get_tree_nodev+0x6f/0xa0
[ 4329.924252]  ? fget+0x80/0xb0
[ 4329.927225]  fuse_get_tree+0xc6/0x1b0
[ 4329.930892]  vfs_get_tree+0x2e/0xf0
[ 4329.934385]  path_mount+0x4f0/0xb50
[ 4329.937878]  ? putname+0x5b/0x70
[ 4329.941110]  __x64_sys_mount+0x10d/0x150
[ 4329.945036]  x64_sys_call+0x1e1d/0x2140
[ 4329.948875]  do_syscall_64+0x51/0x120
[ 4329.952539]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 4329.957592] RIP: 0033:0x7fd154f0f03e
[ 4329.961173] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 4329.979917] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 4329.987483] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 4329.994614] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 4330.001748] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 4330.008879] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 4330.016014] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 4330.023150]  </TASK>
[ 4357.653118] watchdog: BUG: soft lockup - CPU#34 stuck for 3830s! [grub2-mount:4482]
[ 4357.660772] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 4357.736708] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 4357.748780] Tainted: [L]=SOFTLOCKUP
[ 4357.752271] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 4357.759924] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 4357.766015] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 4357.784760] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 4357.789985] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 4357.797118] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 4357.804251] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 4357.811385] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 4357.818516] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 4357.825650] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 4357.833736] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4357.839482] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 4357.846615] PKRU: 55555554
[ 4357.849327] Call Trace:
[ 4357.851779]  <IRQ>
[ 4357.853800]  ? show_regs+0x6d/0x80
[ 4357.857203]  ? watchdog_timer_fn+0x1f8/0x280
[ 4357.861478]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 4357.866095]  ? __hrtimer_run_queues+0x114/0x2a0
[ 4357.870628]  ? hrtimer_interrupt+0x108/0x230
[ 4357.874902]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 4357.880126]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 4357.885093]  </IRQ>
[ 4357.887199]  <TASK>
[ 4357.889304]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 4357.894620]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 4357.900105]  _raw_spin_lock+0x2d/0x40
[ 4357.903770]  fuse_iget+0x125/0x250
[ 4357.907175]  fuse_fill_super_common+0x3ae/0x4f0
[ 4357.911710]  ? __pfx_fuse_fill_super+0x10/0x10
[ 4357.916152]  fuse_fill_super+0x5e/0xb0
[ 4357.919905]  get_tree_nodev+0x6f/0xa0
[ 4357.923571]  ? fget+0x80/0xb0
[ 4357.926546]  fuse_get_tree+0xc6/0x1b0
[ 4357.930209]  vfs_get_tree+0x2e/0xf0
[ 4357.933704]  path_mount+0x4f0/0xb50
[ 4357.937194]  ? putname+0x5b/0x70
[ 4357.940430]  __x64_sys_mount+0x10d/0x150
[ 4357.944356]  x64_sys_call+0x1e1d/0x2140
[ 4357.948194]  do_syscall_64+0x51/0x120
[ 4357.951860]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 4357.956910] RIP: 0033:0x7fd154f0f03e
[ 4357.960492] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 4357.979235] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 4357.986801] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 4357.993935] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 4358.001065] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 4358.008192] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 4358.015323] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 4358.022458]  </TASK>
[ 4385.652429] watchdog: BUG: soft lockup - CPU#34 stuck for 3856s! [grub2-mount:4482]
[ 4385.660083] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 4385.736019] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 4385.748090] Tainted: [L]=SOFTLOCKUP
[ 4385.751580] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 4385.759233] RIP: 0010:native_queued_spin_lock_slowpath+0x7c/0x2d0
[ 4385.765325] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[ 4385.784072] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 4385.789297] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 4385.796428] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 4385.803563] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 4385.810693] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 4385.817818] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 4385.824950] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 4385.833035] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4385.838784] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 4385.845914] PKRU: 55555554
[ 4385.848627] Call Trace:
[ 4385.851080]  <IRQ>
[ 4385.853101]  ? show_regs+0x6d/0x80
[ 4385.856507]  ? watchdog_timer_fn+0x1f8/0x280
[ 4385.860777]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 4385.865396]  ? __hrtimer_run_queues+0x114/0x2a0
[ 4385.869932]  ? hrtimer_interrupt+0x108/0x230
[ 4385.874205]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 4385.879428]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 4385.884395]  </IRQ>
[ 4385.886498]  <TASK>
[ 4385.888599]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 4385.893914]  ? native_queued_spin_lock_slowpath+0x7c/0x2d0
[ 4385.899396]  _raw_spin_lock+0x2d/0x40
[ 4385.903063]  fuse_iget+0x125/0x250
[ 4385.906469]  fuse_fill_super_common+0x3ae/0x4f0
[ 4385.911003]  ? __pfx_fuse_fill_super+0x10/0x10
[ 4385.915446]  fuse_fill_super+0x5e/0xb0
[ 4385.919199]  get_tree_nodev+0x6f/0xa0
[ 4385.922865]  ? fget+0x80/0xb0
[ 4385.925838]  fuse_get_tree+0xc6/0x1b0
[ 4385.929503]  vfs_get_tree+0x2e/0xf0
[ 4385.932995]  path_mount+0x4f0/0xb50
[ 4385.936486]  ? putname+0x5b/0x70
[ 4385.939720]  __x64_sys_mount+0x10d/0x150
[ 4385.943647]  x64_sys_call+0x1e1d/0x2140
[ 4385.947484]  do_syscall_64+0x51/0x120
[ 4385.951151]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 4385.956205] RIP: 0033:0x7fd154f0f03e
[ 4385.959782] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 4385.978529] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 4385.986095] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 4385.993225] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 4386.000359] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 4386.007492] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 4386.014623] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 4386.021761]  </TASK>
[ 4413.651740] watchdog: BUG: soft lockup - CPU#34 stuck for 3882s! [grub2-mount:4482]
[ 4413.659392] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 4413.735327] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 4413.747400] Tainted: [L]=SOFTLOCKUP
[ 4413.750892] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 4413.758543] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 4413.764635] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 4413.783382] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 4413.788609] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 4413.795741] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 4413.802872] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 4413.810003] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 4413.817139] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 4413.824271] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 4413.832354] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4413.838091] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 4413.845227] PKRU: 55555554
[ 4413.847939] Call Trace:
[ 4413.850390]  <IRQ>
[ 4413.852411]  ? show_regs+0x6d/0x80
[ 4413.855817]  ? watchdog_timer_fn+0x1f8/0x280
[ 4413.860088]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 4413.864708]  ? __hrtimer_run_queues+0x114/0x2a0
[ 4413.869242]  ? hrtimer_interrupt+0x108/0x230
[ 4413.873515]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 4413.878740]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 4413.883705]  </IRQ>
[ 4413.885811]  <TASK>
[ 4413.887917]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 4413.893230]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 4413.898717]  _raw_spin_lock+0x2d/0x40
[ 4413.902380]  fuse_iget+0x125/0x250
[ 4413.905786]  fuse_fill_super_common+0x3ae/0x4f0
[ 4413.910321]  ? __pfx_fuse_fill_super+0x10/0x10
[ 4413.914766]  fuse_fill_super+0x5e/0xb0
[ 4413.918519]  get_tree_nodev+0x6f/0xa0
[ 4413.922185]  ? fget+0x80/0xb0
[ 4413.925157]  fuse_get_tree+0xc6/0x1b0
[ 4413.928822]  vfs_get_tree+0x2e/0xf0
[ 4413.932317]  path_mount+0x4f0/0xb50
[ 4413.935808]  ? putname+0x5b/0x70
[ 4413.939042]  __x64_sys_mount+0x10d/0x150
[ 4413.942966]  x64_sys_call+0x1e1d/0x2140
[ 4413.946805]  do_syscall_64+0x51/0x120
[ 4413.950472]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 4413.955523] RIP: 0033:0x7fd154f0f03e
[ 4413.959104] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 4413.977846] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 4413.985412] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 4413.992546] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 4413.999678] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 4414.006810] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 4414.013944] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 4414.021079]  </TASK>
[ 4441.651051] watchdog: BUG: soft lockup - CPU#34 stuck for 3908s! [grub2-mount:4482]
[ 4441.658702] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 4441.734638] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 4441.746711] Tainted: [L]=SOFTLOCKUP
[ 4441.750201] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 4441.757856] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 4441.763946] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 4441.782691] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 4441.787919] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 4441.795051] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 4441.802182] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 4441.809314] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 4441.816448] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 4441.823581] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 4441.831667] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4441.837410] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 4441.844543] PKRU: 55555554
[ 4441.847256] Call Trace:
[ 4441.849710]  <IRQ>
[ 4441.851730]  ? show_regs+0x6d/0x80
[ 4441.855137]  ? watchdog_timer_fn+0x1f8/0x280
[ 4441.859409]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 4441.864026]  ? __hrtimer_run_queues+0x114/0x2a0
[ 4441.868559]  ? hrtimer_interrupt+0x108/0x230
[ 4441.872833]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 4441.878059]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 4441.883022]  </IRQ>
[ 4441.885129]  <TASK>
[ 4441.887236]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 4441.892551]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 4441.898036]  _raw_spin_lock+0x2d/0x40
[ 4441.901701]  fuse_iget+0x125/0x250
[ 4441.905105]  fuse_fill_super_common+0x3ae/0x4f0
[ 4441.909639]  ? __pfx_fuse_fill_super+0x10/0x10
[ 4441.914084]  fuse_fill_super+0x5e/0xb0
[ 4441.917836]  get_tree_nodev+0x6f/0xa0
[ 4441.921504]  ? fget+0x80/0xb0
[ 4441.924477]  fuse_get_tree+0xc6/0x1b0
[ 4441.928140]  vfs_get_tree+0x2e/0xf0
[ 4441.931634]  path_mount+0x4f0/0xb50
[ 4441.935128]  ? putname+0x5b/0x70
[ 4441.938362]  __x64_sys_mount+0x10d/0x150
[ 4441.942288]  x64_sys_call+0x1e1d/0x2140
[ 4441.946123]  do_syscall_64+0x51/0x120
[ 4441.949791]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 4441.954842] RIP: 0033:0x7fd154f0f03e
[ 4441.958422] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 4441.977166] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 4441.984731] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 4441.991867] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 4441.998997] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 4442.006131] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 4442.013264] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 4442.020399]  </TASK>
[ 4456.969711] rcu: INFO: rcu_preempt self-detected stall on CPU
[ 4456.975464] rcu: 	34-....: (1037183 ticks this GP) idle=6724/1/0x4000000000000000 softirq=785/785 fqs=519610
[ 4456.985287] rcu: 	(t=1052015 jiffies g=7337 q=116346 ncpus=128)
[ 4456.991204] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 4457.003275] Tainted: [L]=SOFTLOCKUP
[ 4457.006768] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 4457.014420] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 4457.020513] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 4457.039256] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 4457.044483] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 4457.051613] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 4457.058746] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 4457.065872] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 4457.073002] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 4457.080137] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 4457.088223] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4457.093969] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 4457.101100] PKRU: 55555554
[ 4457.103814] Call Trace:
[ 4457.106266]  <IRQ>
[ 4457.108286]  ? show_regs+0x6d/0x80
[ 4457.111691]  ? dump_cpu_task+0x6b/0x80
[ 4457.115443]  ? rcu_dump_cpu_stacks+0xa4/0x100
[ 4457.119802]  ? rcu_sched_clock_irq+0x6b4/0x10c0
[ 4457.124338]  ? srso_alias_return_thunk+0x5/0xfbef5
[ 4457.129126]  ? __cgroup_account_cputime_field+0x3f/0x60
[ 4457.134352]  ? srso_alias_return_thunk+0x5/0xfbef5
[ 4457.139145]  ? account_system_index_time+0x95/0xb0
[ 4457.143939]  ? update_process_times+0x74/0xc0
[ 4457.148299]  ? tick_nohz_handler+0x9b/0x150
[ 4457.152484]  ? __pfx_tick_nohz_handler+0x10/0x10
[ 4457.157103]  ? __hrtimer_run_queues+0x114/0x2a0
[ 4457.161638]  ? hrtimer_interrupt+0x108/0x230
[ 4457.165909]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 4457.171136]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 4457.176099]  </IRQ>
[ 4457.178205]  <TASK>
[ 4457.180313]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 4457.185628]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 4457.191112]  _raw_spin_lock+0x2d/0x40
[ 4457.194777]  fuse_iget+0x125/0x250
[ 4457.198182]  fuse_fill_super_common+0x3ae/0x4f0
[ 4457.202717]  ? __pfx_fuse_fill_super+0x10/0x10
[ 4457.207160]  fuse_fill_super+0x5e/0xb0
[ 4457.210912]  get_tree_nodev+0x6f/0xa0
[ 4457.214577]  ? fget+0x80/0xb0
[ 4457.217551]  fuse_get_tree+0xc6/0x1b0
[ 4457.221218]  vfs_get_tree+0x2e/0xf0
[ 4457.224710]  path_mount+0x4f0/0xb50
[ 4457.228201]  ? putname+0x5b/0x70
[ 4457.231437]  __x64_sys_mount+0x10d/0x150
[ 4457.235362]  x64_sys_call+0x1e1d/0x2140
[ 4457.239201]  do_syscall_64+0x51/0x120
[ 4457.242868]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 4457.247918] RIP: 0033:0x7fd154f0f03e
[ 4457.251498] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 4457.270244] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 4457.277809] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 4457.284939] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 4457.292064] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 4457.299197] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 4457.306329] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 4457.313465]  </TASK>
[ 4481.650066] watchdog: BUG: soft lockup - CPU#34 stuck for 3945s! [grub2-mount:4482]
[ 4481.657720] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 4481.733663] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 4481.745735] Tainted: [L]=SOFTLOCKUP
[ 4481.749226] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 4481.756879] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 4481.762973] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 4481.781717] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 4481.786944] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 4481.794077] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 4481.801209] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 4481.808342] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 4481.815472] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 4481.822606] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 4481.830693] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4481.836437] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 4481.843571] PKRU: 55555554
[ 4481.846282] Call Trace:
[ 4481.848735]  <IRQ>
[ 4481.850754]  ? show_regs+0x6d/0x80
[ 4481.854160]  ? watchdog_timer_fn+0x1f8/0x280
[ 4481.858431]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 4481.863052]  ? __hrtimer_run_queues+0x114/0x2a0
[ 4481.867585]  ? hrtimer_interrupt+0x108/0x230
[ 4481.871857]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 4481.877084]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 4481.882047]  </IRQ>
[ 4481.884155]  <TASK>
[ 4481.886262]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 4481.891574]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 4481.897061]  _raw_spin_lock+0x2d/0x40
[ 4481.900725]  fuse_iget+0x125/0x250
[ 4481.904131]  fuse_fill_super_common+0x3ae/0x4f0
[ 4481.908665]  ? __pfx_fuse_fill_super+0x10/0x10
[ 4481.913108]  fuse_fill_super+0x5e/0xb0
[ 4481.916863]  get_tree_nodev+0x6f/0xa0
[ 4481.920528]  ? fget+0x80/0xb0
[ 4481.923501]  fuse_get_tree+0xc6/0x1b0
[ 4481.927166]  vfs_get_tree+0x2e/0xf0
[ 4481.930658]  path_mount+0x4f0/0xb50
[ 4481.934152]  ? putname+0x5b/0x70
[ 4481.937385]  __x64_sys_mount+0x10d/0x150
[ 4481.941311]  x64_sys_call+0x1e1d/0x2140
[ 4481.945147]  do_syscall_64+0x51/0x120
[ 4481.948815]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 4481.953867] RIP: 0033:0x7fd154f0f03e
[ 4481.957445] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 4481.976191] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 4481.983757] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 4481.990889] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 4481.998022] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 4482.005156] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 4482.012288] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 4482.019422]  </TASK>
[ 4509.649377] watchdog: BUG: soft lockup - CPU#34 stuck for 3971s! [grub2-mount:4482]
[ 4509.657030] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 4509.732968] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 4509.745037] Tainted: [L]=SOFTLOCKUP
[ 4509.748529] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 4509.756183] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 4509.762273] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 4509.781020] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 4509.786244] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 4509.793379] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 4509.800509] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 4509.807643] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 4509.814776] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 4509.821907] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 4509.829993] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4509.835739] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 4509.842873] PKRU: 55555554
[ 4509.845586] Call Trace:
[ 4509.848039]  <IRQ>
[ 4509.850057]  ? show_regs+0x6d/0x80
[ 4509.853462]  ? watchdog_timer_fn+0x1f8/0x280
[ 4509.857737]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 4509.862354]  ? __hrtimer_run_queues+0x114/0x2a0
[ 4509.866888]  ? hrtimer_interrupt+0x108/0x230
[ 4509.871163]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 4509.876385]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 4509.881350]  </IRQ>
[ 4509.883447]  <TASK>
[ 4509.885546]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 4509.890863]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 4509.896345]  _raw_spin_lock+0x2d/0x40
[ 4509.900010]  fuse_iget+0x125/0x250
[ 4509.903417]  fuse_fill_super_common+0x3ae/0x4f0
[ 4509.907952]  ? __pfx_fuse_fill_super+0x10/0x10
[ 4509.912394]  fuse_fill_super+0x5e/0xb0
[ 4509.916148]  get_tree_nodev+0x6f/0xa0
[ 4509.919812]  ? fget+0x80/0xb0
[ 4509.922786]  fuse_get_tree+0xc6/0x1b0
[ 4509.926451]  vfs_get_tree+0x2e/0xf0
[ 4509.929943]  path_mount+0x4f0/0xb50
[ 4509.933437]  ? putname+0x5b/0x70
[ 4509.936672]  __x64_sys_mount+0x10d/0x150
[ 4509.940598]  x64_sys_call+0x1e1d/0x2140
[ 4509.944435]  do_syscall_64+0x51/0x120
[ 4509.948101]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 4509.953152] RIP: 0033:0x7fd154f0f03e
[ 4509.956731] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 4509.975477] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 4509.983044] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 4509.990174] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 4509.997308] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 4510.004441] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 4510.011574] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 4510.018711]  </TASK>
[ 4537.648687] watchdog: BUG: soft lockup - CPU#34 stuck for 3998s! [grub2-mount:4482]
[ 4537.656341] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 4537.732278] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 4537.744348] Tainted: [L]=SOFTLOCKUP
[ 4537.747834] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 4537.755488] RIP: 0010:native_queued_spin_lock_slowpath+0x7c/0x2d0
[ 4537.761579] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[ 4537.780324] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 4537.785549] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 4537.792681] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 4537.799815] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 4537.806947] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 4537.814080] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 4537.821211] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 4537.829296] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4537.835042] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 4537.842176] PKRU: 55555554
[ 4537.844889] Call Trace:
[ 4537.847342]  <IRQ>
[ 4537.849361]  ? show_regs+0x6d/0x80
[ 4537.852768]  ? watchdog_timer_fn+0x1f8/0x280
[ 4537.857039]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 4537.861659]  ? __hrtimer_run_queues+0x114/0x2a0
[ 4537.866192]  ? hrtimer_interrupt+0x108/0x230
[ 4537.870465]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 4537.875688]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 4537.880655]  </IRQ>
[ 4537.882762]  <TASK>
[ 4537.884869]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 4537.890182]  ? native_queued_spin_lock_slowpath+0x7c/0x2d0
[ 4537.895665]  _raw_spin_lock+0x2d/0x40
[ 4537.899330]  fuse_iget+0x125/0x250
[ 4537.902739]  fuse_fill_super_common+0x3ae/0x4f0
[ 4537.907273]  ? __pfx_fuse_fill_super+0x10/0x10
[ 4537.911718]  fuse_fill_super+0x5e/0xb0
[ 4537.915469]  get_tree_nodev+0x6f/0xa0
[ 4537.919134]  ? fget+0x80/0xb0
[ 4537.922106]  fuse_get_tree+0xc6/0x1b0
[ 4537.925775]  vfs_get_tree+0x2e/0xf0
[ 4537.929264]  path_mount+0x4f0/0xb50
[ 4537.932757]  ? putname+0x5b/0x70
[ 4537.935991]  __x64_sys_mount+0x10d/0x150
[ 4537.939916]  x64_sys_call+0x1e1d/0x2140
[ 4537.943754]  do_syscall_64+0x51/0x120
[ 4537.947422]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 4537.952473] RIP: 0033:0x7fd154f0f03e
[ 4537.956053] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 4537.974799] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 4537.982364] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 4537.989495] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 4537.996622] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 4538.003754] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 4538.010884] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 4538.018020]  </TASK>
[ 4565.647997] watchdog: BUG: soft lockup - CPU#34 stuck for 4024s! [grub2-mount:4482]
[ 4565.655655] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 4565.731590] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 4565.743662] Tainted: [L]=SOFTLOCKUP
[ 4565.747156] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 4565.754806] RIP: 0010:native_queued_spin_lock_slowpath+0x7c/0x2d0
[ 4565.760898] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[ 4565.779646] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 4565.784870] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 4565.792001] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 4565.799136] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 4565.806268] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 4565.813401] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 4565.820533] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 4565.828620] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4565.834366] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 4565.841498] PKRU: 55555554
[ 4565.844209] Call Trace:
[ 4565.846664]  <IRQ>
[ 4565.848683]  ? show_regs+0x6d/0x80
[ 4565.852088]  ? watchdog_timer_fn+0x1f8/0x280
[ 4565.856361]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 4565.860980]  ? __hrtimer_run_queues+0x114/0x2a0
[ 4565.865513]  ? hrtimer_interrupt+0x108/0x230
[ 4565.869786]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 4565.875010]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 4565.879975]  </IRQ>
[ 4565.882082]  <TASK>
[ 4565.884190]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 4565.889505]  ? native_queued_spin_lock_slowpath+0x7c/0x2d0
[ 4565.894988]  _raw_spin_lock+0x2d/0x40
[ 4565.898652]  fuse_iget+0x125/0x250
[ 4565.902060]  fuse_fill_super_common+0x3ae/0x4f0
[ 4565.906594]  ? __pfx_fuse_fill_super+0x10/0x10
[ 4565.911036]  fuse_fill_super+0x5e/0xb0
[ 4565.914787]  get_tree_nodev+0x6f/0xa0
[ 4565.918455]  ? fget+0x80/0xb0
[ 4565.921428]  fuse_get_tree+0xc6/0x1b0
[ 4565.925093]  vfs_get_tree+0x2e/0xf0
[ 4565.928585]  path_mount+0x4f0/0xb50
[ 4565.932080]  ? putname+0x5b/0x70
[ 4565.935313]  __x64_sys_mount+0x10d/0x150
[ 4565.939236]  x64_sys_call+0x1e1d/0x2140
[ 4565.943076]  do_syscall_64+0x51/0x120
[ 4565.946743]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 4565.951796] RIP: 0033:0x7fd154f0f03e
[ 4565.955373] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 4565.974117] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 4565.981686] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 4565.988816] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 4565.995949] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 4566.003083] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 4566.010215] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 4566.017351]  </TASK>
[ 4593.647309] watchdog: BUG: soft lockup - CPU#34 stuck for 4050s! [grub2-mount:4482]
[ 4593.654966] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 4593.730904] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 4593.742974] Tainted: [L]=SOFTLOCKUP
[ 4593.746467] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 4593.754119] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 4593.760213] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 4593.778957] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 4593.784183] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 4593.791314] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 4593.798447] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 4593.805580] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 4593.812714] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 4593.819846] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 4593.827929] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4593.833666] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 4593.840791] PKRU: 55555554
[ 4593.843505] Call Trace:
[ 4593.845957]  <IRQ>
[ 4593.847977]  ? show_regs+0x6d/0x80
[ 4593.851381]  ? watchdog_timer_fn+0x1f8/0x280
[ 4593.855656]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 4593.860277]  ? __hrtimer_run_queues+0x114/0x2a0
[ 4593.864809]  ? hrtimer_interrupt+0x108/0x230
[ 4593.869079]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 4593.874307]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 4593.879270]  </IRQ>
[ 4593.881369]  <TASK>
[ 4593.883473]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 4593.888791]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 4593.894273]  _raw_spin_lock+0x2d/0x40
[ 4593.897939]  fuse_iget+0x125/0x250
[ 4593.901345]  fuse_fill_super_common+0x3ae/0x4f0
[ 4593.905881]  ? __pfx_fuse_fill_super+0x10/0x10
[ 4593.910321]  fuse_fill_super+0x5e/0xb0
[ 4593.914074]  get_tree_nodev+0x6f/0xa0
[ 4593.917740]  ? fget+0x80/0xb0
[ 4593.920714]  fuse_get_tree+0xc6/0x1b0
[ 4593.924380]  vfs_get_tree+0x2e/0xf0
[ 4593.927873]  path_mount+0x4f0/0xb50
[ 4593.931366]  ? putname+0x5b/0x70
[ 4593.934598]  __x64_sys_mount+0x10d/0x150
[ 4593.938524]  x64_sys_call+0x1e1d/0x2140
[ 4593.942364]  do_syscall_64+0x51/0x120
[ 4593.946027]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 4593.951080] RIP: 0033:0x7fd154f0f03e
[ 4593.954659] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 4593.973406] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 4593.980971] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 4593.988104] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 4593.995235] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 4594.002369] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 4594.009500] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 4594.016628]  </TASK>
[ 4621.646619] watchdog: BUG: soft lockup - CPU#34 stuck for 4076s! [grub2-mount:4482]
[ 4621.654281] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 4621.730217] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 4621.742285] Tainted: [L]=SOFTLOCKUP
[ 4621.745778] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 4621.753433] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 4621.759523] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 4621.778271] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 4621.783495] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 4621.790627] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 4621.797758] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 4621.804894] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 4621.812023] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 4621.819150] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 4621.827235] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4621.832980] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 4621.840112] PKRU: 55555554
[ 4621.842824] Call Trace:
[ 4621.845270]  <IRQ>
[ 4621.847290]  ? show_regs+0x6d/0x80
[ 4621.850695]  ? watchdog_timer_fn+0x1f8/0x280
[ 4621.854966]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 4621.859586]  ? __hrtimer_run_queues+0x114/0x2a0
[ 4621.864121]  ? hrtimer_interrupt+0x108/0x230
[ 4621.868392]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 4621.873617]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 4621.878583]  </IRQ>
[ 4621.880687]  <TASK>
[ 4621.882786]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 4621.888100]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 4621.893587]  _raw_spin_lock+0x2d/0x40
[ 4621.897252]  fuse_iget+0x125/0x250
[ 4621.900659]  fuse_fill_super_common+0x3ae/0x4f0
[ 4621.905193]  ? __pfx_fuse_fill_super+0x10/0x10
[ 4621.909636]  fuse_fill_super+0x5e/0xb0
[ 4621.913386]  get_tree_nodev+0x6f/0xa0
[ 4621.917052]  ? fget+0x80/0xb0
[ 4621.920028]  fuse_get_tree+0xc6/0x1b0
[ 4621.923694]  vfs_get_tree+0x2e/0xf0
[ 4621.927183]  path_mount+0x4f0/0xb50
[ 4621.930678]  ? putname+0x5b/0x70
[ 4621.933910]  __x64_sys_mount+0x10d/0x150
[ 4621.937836]  x64_sys_call+0x1e1d/0x2140
[ 4621.941673]  do_syscall_64+0x51/0x120
[ 4621.945342]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 4621.950392] RIP: 0033:0x7fd154f0f03e
[ 4621.953974] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 4621.972716] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 4621.980283] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 4621.987415] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 4621.994550] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 4622.001682] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 4622.008812] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 4622.015949]  </TASK>
[ 4637.317271] rcu: INFO: rcu_preempt self-detected stall on CPU
[ 4637.323022] rcu: 	34-....: (1081634 ticks this GP) idle=6724/1/0x4000000000000000 softirq=785/785 fqs=541886
[ 4637.332842] rcu: 	(t=1097103 jiffies g=7337 q=117681 ncpus=128)
[ 4637.338760] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 4637.350829] Tainted: [L]=SOFTLOCKUP
[ 4637.354321] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 4637.361967] RIP: 0010:native_queued_spin_lock_slowpath+0x7c/0x2d0
[ 4637.368058] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[ 4637.386804] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 4637.392031] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 4637.399161] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 4637.406294] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 4637.413429] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 4637.420560] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 4637.427694] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 4637.435778] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4637.441522] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 4637.448657] PKRU: 55555554
[ 4637.451370] Call Trace:
[ 4637.453822]  <IRQ>
[ 4637.455842]  ? show_regs+0x6d/0x80
[ 4637.459248]  ? dump_cpu_task+0x6b/0x80
[ 4637.462998]  ? rcu_dump_cpu_stacks+0xa4/0x100
[ 4637.467361]  ? rcu_sched_clock_irq+0x6b4/0x10c0
[ 4637.471895]  ? srso_alias_return_thunk+0x5/0xfbef5
[ 4637.476684]  ? __cgroup_account_cputime_field+0x3f/0x60
[ 4637.481909]  ? srso_alias_return_thunk+0x5/0xfbef5
[ 4637.486703]  ? account_system_index_time+0x95/0xb0
[ 4637.491497]  ? update_process_times+0x74/0xc0
[ 4637.495856]  ? tick_nohz_handler+0x9b/0x150
[ 4637.500040]  ? __pfx_tick_nohz_handler+0x10/0x10
[ 4637.504660]  ? __hrtimer_run_queues+0x114/0x2a0
[ 4637.509194]  ? hrtimer_interrupt+0x108/0x230
[ 4637.513467]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 4637.518689]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 4637.523657]  </IRQ>
[ 4637.525761]  <TASK>
[ 4637.527869]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 4637.533184]  ? native_queued_spin_lock_slowpath+0x7c/0x2d0
[ 4637.538668]  _raw_spin_lock+0x2d/0x40
[ 4637.542331]  fuse_iget+0x125/0x250
[ 4637.545740]  fuse_fill_super_common+0x3ae/0x4f0
[ 4637.550274]  ? __pfx_fuse_fill_super+0x10/0x10
[ 4637.554717]  fuse_fill_super+0x5e/0xb0
[ 4637.558470]  get_tree_nodev+0x6f/0xa0
[ 4637.562133]  ? fget+0x80/0xb0
[ 4637.565110]  fuse_get_tree+0xc6/0x1b0
[ 4637.568774]  vfs_get_tree+0x2e/0xf0
[ 4637.572265]  path_mount+0x4f0/0xb50
[ 4637.575760]  ? putname+0x5b/0x70
[ 4637.578992]  __x64_sys_mount+0x10d/0x150
[ 4637.582920]  x64_sys_call+0x1e1d/0x2140
[ 4637.586756]  do_syscall_64+0x51/0x120
[ 4637.590421]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 4637.595473] RIP: 0033:0x7fd154f0f03e
[ 4637.599054] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 4637.617800] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 4637.625363] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 4637.632496] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 4637.639630] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 4637.646761] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 4637.653894] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 4637.661030]  </TASK>
[ 4661.645635] watchdog: BUG: soft lockup - CPU#34 stuck for 4113s! [grub2-mount:4482]
[ 4661.653289] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 4661.729225] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 4661.741295] Tainted: [L]=SOFTLOCKUP
[ 4661.744787] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 4661.752442] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 4661.758534] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 4661.777278] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 4661.782504] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 4661.789638] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 4661.796770] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 4661.803901] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 4661.811036] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 4661.818169] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 4661.826255] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4661.832000] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 4661.839134] PKRU: 55555554
[ 4661.841844] Call Trace:
[ 4661.844296]  <IRQ>
[ 4661.846317]  ? show_regs+0x6d/0x80
[ 4661.849722]  ? watchdog_timer_fn+0x1f8/0x280
[ 4661.853996]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 4661.858616]  ? __hrtimer_run_queues+0x114/0x2a0
[ 4661.863149]  ? hrtimer_interrupt+0x108/0x230
[ 4661.867422]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 4661.872644]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 4661.877612]  </IRQ>
[ 4661.879715]  <TASK>
[ 4661.881815]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 4661.887129]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 4661.892614]  _raw_spin_lock+0x2d/0x40
[ 4661.896279]  fuse_iget+0x125/0x250
[ 4661.899685]  fuse_fill_super_common+0x3ae/0x4f0
[ 4661.904219]  ? __pfx_fuse_fill_super+0x10/0x10
[ 4661.908664]  fuse_fill_super+0x5e/0xb0
[ 4661.912415]  get_tree_nodev+0x6f/0xa0
[ 4661.916082]  ? fget+0x80/0xb0
[ 4661.919056]  fuse_get_tree+0xc6/0x1b0
[ 4661.922720]  vfs_get_tree+0x2e/0xf0
[ 4661.926213]  path_mount+0x4f0/0xb50
[ 4661.929705]  ? putname+0x5b/0x70
[ 4661.932939]  __x64_sys_mount+0x10d/0x150
[ 4661.936866]  x64_sys_call+0x1e1d/0x2140
[ 4661.940702]  do_syscall_64+0x51/0x120
[ 4661.944368]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 4661.949419] RIP: 0033:0x7fd154f0f03e
[ 4661.953002] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 4661.971744] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 4661.979311] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 4661.986444] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 4661.993576] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 4662.000710] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 4662.007840] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 4662.014978]  </TASK>
[ 4689.644945] watchdog: BUG: soft lockup - CPU#34 stuck for 4139s! [grub2-mount:4482]
[ 4689.652604] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 4689.728537] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 4689.740611] Tainted: [L]=SOFTLOCKUP
[ 4689.744103] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 4689.751755] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 4689.757847] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 4689.776591] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 4689.781819] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 4689.788952] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 4689.796082] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 4689.803214] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 4689.810348] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 4689.817480] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 4689.825567] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4689.831312] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 4689.838446] PKRU: 55555554
[ 4689.841157] Call Trace:
[ 4689.843612]  <IRQ>
[ 4689.845631]  ? show_regs+0x6d/0x80
[ 4689.849037]  ? watchdog_timer_fn+0x1f8/0x280
[ 4689.853307]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 4689.857928]  ? __hrtimer_run_queues+0x114/0x2a0
[ 4689.862461]  ? hrtimer_interrupt+0x108/0x230
[ 4689.866735]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 4689.871959]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 4689.876924]  </IRQ>
[ 4689.879030]  <TASK>
[ 4689.881137]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 4689.886451]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 4689.891935]  _raw_spin_lock+0x2d/0x40
[ 4689.895599]  fuse_iget+0x125/0x250
[ 4689.899008]  fuse_fill_super_common+0x3ae/0x4f0
[ 4689.903542]  ? __pfx_fuse_fill_super+0x10/0x10
[ 4689.907986]  fuse_fill_super+0x5e/0xb0
[ 4689.911737]  get_tree_nodev+0x6f/0xa0
[ 4689.915403]  ? fget+0x80/0xb0
[ 4689.918377]  fuse_get_tree+0xc6/0x1b0
[ 4689.922042]  vfs_get_tree+0x2e/0xf0
[ 4689.925536]  path_mount+0x4f0/0xb50
[ 4689.929028]  ? putname+0x5b/0x70
[ 4689.932261]  __x64_sys_mount+0x10d/0x150
[ 4689.936188]  x64_sys_call+0x1e1d/0x2140
[ 4689.940024]  do_syscall_64+0x51/0x120
[ 4689.943691]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 4689.948741] RIP: 0033:0x7fd154f0f03e
[ 4689.952323] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 4689.971067] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 4689.978632] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 4689.985765] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 4689.992896] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 4690.000031] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 4690.007161] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 4690.014298]  </TASK>
[ 4717.644256] watchdog: BUG: soft lockup - CPU#34 stuck for 4165s! [grub2-mount:4482]
[ 4717.651917] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 4717.727861] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 4717.739931] Tainted: [L]=SOFTLOCKUP
[ 4717.743425] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 4717.751077] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 4717.757168] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 4717.775915] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 4717.781139] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 4717.788272] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 4717.795405] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 4717.802538] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 4717.809669] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 4717.816804] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 4717.824887] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4717.830636] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 4717.837768] PKRU: 55555554
[ 4717.840480] Call Trace:
[ 4717.842933]  <IRQ>
[ 4717.844955]  ? show_regs+0x6d/0x80
[ 4717.848356]  ? watchdog_timer_fn+0x1f8/0x280
[ 4717.852630]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 4717.857249]  ? __hrtimer_run_queues+0x114/0x2a0
[ 4717.861783]  ? hrtimer_interrupt+0x108/0x230
[ 4717.866056]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 4717.871280]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 4717.876245]  </IRQ>
[ 4717.878352]  <TASK>
[ 4717.880457]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 4717.885773]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 4717.891258]  _raw_spin_lock+0x2d/0x40
[ 4717.894923]  fuse_iget+0x125/0x250
[ 4717.898330]  fuse_fill_super_common+0x3ae/0x4f0
[ 4717.902863]  ? __pfx_fuse_fill_super+0x10/0x10
[ 4717.907305]  fuse_fill_super+0x5e/0xb0
[ 4717.911058]  get_tree_nodev+0x6f/0xa0
[ 4717.914726]  ? fget+0x80/0xb0
[ 4717.917696]  fuse_get_tree+0xc6/0x1b0
[ 4717.921365]  vfs_get_tree+0x2e/0xf0
[ 4717.924856]  path_mount+0x4f0/0xb50
[ 4717.928351]  ? putname+0x5b/0x70
[ 4717.931582]  __x64_sys_mount+0x10d/0x150
[ 4717.935508]  x64_sys_call+0x1e1d/0x2140
[ 4717.939345]  do_syscall_64+0x51/0x120
[ 4717.943012]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 4717.948065] RIP: 0033:0x7fd154f0f03e
[ 4717.951644] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 4717.970391] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 4717.977954] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 4717.985087] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 4717.992219] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 4717.999352] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 4718.006484] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 4718.013622]  </TASK>
[ 4745.643567] watchdog: BUG: soft lockup - CPU#34 stuck for 4191s! [grub2-mount:4482]
[ 4745.651221] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 4745.727156] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 4745.739230] Tainted: [L]=SOFTLOCKUP
[ 4745.742721] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 4745.750375] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 4745.756467] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 4745.775210] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 4745.780438] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 4745.787569] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 4745.794702] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 4745.801835] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 4745.808968] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 4745.816100] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 4745.824184] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4745.829930] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 4745.837063] PKRU: 55555554
[ 4745.839776] Call Trace:
[ 4745.842231]  <IRQ>
[ 4745.844248]  ? show_regs+0x6d/0x80
[ 4745.847653]  ? watchdog_timer_fn+0x1f8/0x280
[ 4745.851925]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 4745.856547]  ? __hrtimer_run_queues+0x114/0x2a0
[ 4745.861080]  ? hrtimer_interrupt+0x108/0x230
[ 4745.865353]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 4745.870576]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 4745.875542]  </IRQ>
[ 4745.877649]  <TASK>
[ 4745.879756]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 4745.885068]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 4745.890555]  _raw_spin_lock+0x2d/0x40
[ 4745.894218]  fuse_iget+0x125/0x250
[ 4745.897627]  fuse_fill_super_common+0x3ae/0x4f0
[ 4745.902159]  ? __pfx_fuse_fill_super+0x10/0x10
[ 4745.906604]  fuse_fill_super+0x5e/0xb0
[ 4745.910355]  get_tree_nodev+0x6f/0xa0
[ 4745.914023]  ? fget+0x80/0xb0
[ 4745.916996]  fuse_get_tree+0xc6/0x1b0
[ 4745.920661]  vfs_get_tree+0x2e/0xf0
[ 4745.924152]  path_mount+0x4f0/0xb50
[ 4745.927647]  ? putname+0x5b/0x70
[ 4745.930879]  __x64_sys_mount+0x10d/0x150
[ 4745.934807]  x64_sys_call+0x1e1d/0x2140
[ 4745.938643]  do_syscall_64+0x51/0x120
[ 4745.942310]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 4745.947362] RIP: 0033:0x7fd154f0f03e
[ 4745.950939] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 4745.969687] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 4745.977250] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 4745.984385] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 4745.991515] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 4745.998648] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 4746.005782] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 4746.012918]  </TASK>
[ 4773.642877] watchdog: BUG: soft lockup - CPU#34 stuck for 4217s! [grub2-mount:4482]
[ 4773.650537] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 4773.726470] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 4773.738544] Tainted: [L]=SOFTLOCKUP
[ 4773.742034] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 4773.749688] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 4773.755782] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 4773.774526] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 4773.779750] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 4773.786883] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 4773.794017] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 4773.801149] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 4773.808282] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 4773.815415] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 4773.823498] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4773.829245] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 4773.836379] PKRU: 55555554
[ 4773.839092] Call Trace:
[ 4773.841544]  <IRQ>
[ 4773.843563]  ? show_regs+0x6d/0x80
[ 4773.846969]  ? watchdog_timer_fn+0x1f8/0x280
[ 4773.851240]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 4773.855860]  ? __hrtimer_run_queues+0x114/0x2a0
[ 4773.860395]  ? hrtimer_interrupt+0x108/0x230
[ 4773.864668]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 4773.869891]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 4773.874858]  </IRQ>
[ 4773.876964]  <TASK>
[ 4773.879069]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 4773.884384]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 4773.889867]  _raw_spin_lock+0x2d/0x40
[ 4773.893532]  fuse_iget+0x125/0x250
[ 4773.896939]  fuse_fill_super_common+0x3ae/0x4f0
[ 4773.901474]  ? __pfx_fuse_fill_super+0x10/0x10
[ 4773.905918]  fuse_fill_super+0x5e/0xb0
[ 4773.909670]  get_tree_nodev+0x6f/0xa0
[ 4773.913335]  ? fget+0x80/0xb0
[ 4773.916310]  fuse_get_tree+0xc6/0x1b0
[ 4773.919975]  vfs_get_tree+0x2e/0xf0
[ 4773.923466]  path_mount+0x4f0/0xb50
[ 4773.926961]  ? putname+0x5b/0x70
[ 4773.930193]  __x64_sys_mount+0x10d/0x150
[ 4773.934119]  x64_sys_call+0x1e1d/0x2140
[ 4773.937958]  do_syscall_64+0x51/0x120
[ 4773.941622]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 4773.946677] RIP: 0033:0x7fd154f0f03e
[ 4773.950254] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 4773.968999] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 4773.976566] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 4773.983699] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 4773.990830] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 4773.997964] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 4774.005097] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 4774.012231]  </TASK>
[ 4801.642188] watchdog: BUG: soft lockup - CPU#34 stuck for 4243s! [grub2-mount:4482]
[ 4801.649841] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd kvm ee1004 i2c_piix4 rapl i2c_smbus wmi_bmof pcspkr efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas sha1_ssse3 drm tg3 raid_class ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[ 4801.725778] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 4801.737847] Tainted: [L]=SOFTLOCKUP
[ 4801.741341] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 4801.748995] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 4801.755084] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 4801.773833] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 4801.779057] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 4801.786188] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 4801.793323] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 4801.800453] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 4801.807577] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 4801.814711] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 4801.822798] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4801.828541] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 4801.835674] PKRU: 55555554
[ 4801.838386] Call Trace:
[ 4801.840831]  <IRQ>
[ 4801.842851]  ? show_regs+0x6d/0x80
[ 4801.846259]  ? watchdog_timer_fn+0x1f8/0x280
[ 4801.850528]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 4801.855149]  ? __hrtimer_run_queues+0x114/0x2a0
[ 4801.859681]  ? hrtimer_interrupt+0x108/0x230
[ 4801.863956]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 4801.869179]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 4801.874144]  </IRQ>
[ 4801.876251]  <TASK>
[ 4801.878357]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 4801.883672]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 4801.889158]  _raw_spin_lock+0x2d/0x40
[ 4801.892821]  fuse_iget+0x125/0x250
[ 4801.896230]  fuse_fill_super_common+0x3ae/0x4f0
[ 4801.900762]  ? __pfx_fuse_fill_super+0x10/0x10
[ 4801.905207]  fuse_fill_super+0x5e/0xb0
[ 4801.908959]  get_tree_nodev+0x6f/0xa0
[ 4801.912623]  ? fget+0x80/0xb0
[ 4801.915598]  fuse_get_tree+0xc6/0x1b0
[ 4801.919265]  vfs_get_tree+0x2e/0xf0
[ 4801.922756]  path_mount+0x4f0/0xb50
[ 4801.926249]  ? putname+0x5b/0x70
[ 4801.929481]  __x64_sys_mount+0x10d/0x150
[ 4801.933408]  x64_sys_call+0x1e1d/0x2140
[ 4801.937246]  do_syscall_64+0x51/0x120
[ 4801.940911]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 4801.945965] RIP: 0033:0x7fd154f0f03e
[ 4801.949542] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 4801.968290] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 4801.975856] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 4801.982986] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 4801.990118] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 4801.997251] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 4802.004383] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 4802.011521]  </TASK>
[ 4817.660832] rcu: INFO: rcu_preempt self-detected stall on CPU
[ 4817.666583] rcu: 	34-....: (1126084 ticks this GP) idle=6724/1/0x4000000000000000 softirq=785/785 fqs=564155
[ 4817.676404] rcu: 	(t=1142190 jiffies g=7337 q=119061 ncpus=128)
[ 4817.682323] CPU: 34 UID: 0 PID: 4482 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 4817.694395] Tainted: [L]=SOFTLOCKUP
[ 4817.697886] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 4817.705540] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 4817.711629] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 4817.730375] RSP: 0018:ffffa756e5d63c98 EFLAGS: 00000202
[ 4817.735601] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa756e5d63ce8
[ 4817.742735] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8b7991179f40
[ 4817.749865] RBP: ffffa756e5d63cb8 R08: 0000000000000000 R09: ffff8b799210eb40
[ 4817.756999] R10: ffffa756e5d63c48 R11: fffff41ac2445e00 R12: ffff8b7991179f40
[ 4817.764133] R13: ffffa756e5d63d30 R14: ffff8b7991179c00 R15: ffff8b7986cd5400
[ 4817.771264] FS:  00007fd155021e40(0000) GS:ffff8b98f7b00000(0000) knlGS:0000000000000000
[ 4817.779350] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4817.785094] CR2: 00007fd154e53930 CR3: 00000020a2a98006 CR4: 0000000000770ef0
[ 4817.792228] PKRU: 55555554
[ 4817.794940] Call Trace:
[ 4817.797387]  <IRQ>
[ 4817.799406]  ? show_regs+0x6d/0x80
[ 4817.802811]  ? dump_cpu_task+0x6b/0x80
[ 4817.806563]  ? rcu_dump_cpu_stacks+0xa4/0x100
[ 4817.810923]  ? rcu_sched_clock_irq+0x6b4/0x10c0
[ 4817.815457]  ? srso_alias_return_thunk+0x5/0xfbef5
[ 4817.820245]  ? __cgroup_account_cputime_field+0x3f/0x60
[ 4817.825471]  ? srso_alias_return_thunk+0x5/0xfbef5
[ 4817.830265]  ? account_system_index_time+0x95/0xb0
[ 4817.835059]  ? update_process_times+0x74/0xc0
[ 4817.839419]  ? tick_nohz_handler+0x9b/0x150
[ 4817.843601]  ? __pfx_tick_nohz_handler+0x10/0x10
[ 4817.848224]  ? __hrtimer_run_queues+0x114/0x2a0
[ 4817.852755]  ? hrtimer_interrupt+0x108/0x230
[ 4817.857028]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 4817.862253]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 4817.867218]  </IRQ>
[ 4817.869326]  <TASK>
[ 4817.871432]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 4817.876745]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 4817.882231]  _raw_spin_lock+0x2d/0x40
[ 4817.885896]  fuse_iget+0x125/0x250
[ 4817.889304]  fuse_fill_super_common+0x3ae/0x4f0
[ 4817.893835]  ? __pfx_fuse_fill_super+0x10/0x10
[ 4817.898279]  fuse_fill_super+0x5e/0xb0
[ 4817.902032]  get_tree_nodev+0x6f/0xa0
[ 4817.905699]  ? fget+0x80/0xb0
[ 4817.908670]  fuse_get_tree+0xc6/0x1b0
[ 4817.912339]  vfs_get_tree+0x2e/0xf0
[ 4817.915828]  path_mount+0x4f0/0xb50
[ 4817.919323]  ? putname+0x5b/0x70
[ 4817.922554]  __x64_sys_mount+0x10d/0x150
[ 4817.926480]  x64_sys_call+0x1e1d/0x2140
[ 4817.930318]  do_syscall_64+0x51/0x120
[ 4817.933986]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 4817.939038] RIP: 0033:0x7fd154f0f03e
[ 4817.942616] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 4817.961363] RSP: 002b:00007ffc44db1828 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 4817.968928] RAX: ffffffffffffffda RBX: 0000560ced6144a0 RCX: 00007fd154f0f03e
[ 4817.976060] RDX: 0000560ced614530 RSI: 0000560ced6143a0 RDI: 0000560ced6144f0
[ 4817.983192] RBP: 0000560ced6143a0 R08: 0000560ced614250 R09: 00746e756f6d2d32
[ 4817.990325] R10: 0000000000000006 R11: 0000000000000206 R12: 0000560ced614530
[ 4817.997459] R13: 00007ffc44db1860 R14: 0000560ced6144f0 R15: 0000560ced6144a0
[ 4818.004594]  </TASK>
^[[c^[[2J^[[01;01H^[[=3h^[[2J^[[01;01HKEY MAPPING FOR CONSOLE REDIRECTION:

Use the <ESC><1> key sequence for <F1>
Use the <ESC><2> key sequence for <F2>
Use the <ESC><3> key sequence for <F3>
Use the <ESC><0> key sequence for <F10>
Use the <ESC><!> key sequence for <F11>
Use the <ESC><@> key sequence for <F12>

Use the <ESC><Ctrl><M> key sequence for <Ctrl><M>
Use the <ESC><Ctrl><H> key sequence for <Ctrl><H>
Use the <ESC><Ctrl><I> key sequence for <Ctrl><I>
Use the <ESC><Ctrl><J> key sequence for <Ctrl><J>

Use the <ESC><X><X> key sequence for <Alt><x>, where x is any letter
key, and X is the upper case of that key

Use the <ESC><R><ESC><r><ESC><R> key sequence for <Ctrl><Alt><Del>

Press the spacebar to pause...
Initializing PCIe, USB, and Video... Done
PowerEdge R6515
BIOS Version: 2.14.1
Console Redirection Enabled Requested by iDRAC

F2	 = System Setup
F10	 = Lifecycle Controller (Config
	   iDRAC, Update FW, Install OS)
F11	 = Boot Manager
F12	 = PXE Boot
iDRAC IPV4:  10.86.18.202 [Dedicated]
                                
Initializing Firmware Interfaces...
 





Enumerating Boot options...
Enumerating Boot options... Done
Loading Lifecycle Controller Drivers...
Loading Lifecycle Controller Drivers...Done
Lifecycle Controller: Collecting System Inventory...

iDRAC IPV4:  10.86.18.202 [Dedicated]

^[[2J^[[01;01HLifecycle Controller: Done
Booting...
^[[2J^[[01;01HBooting from Integrated Storage Controller 1: Red Hat Enterprise Linux
^[[0m^[[30m^[[40m^[[2J^[[01;01H^[[0m^[[37m^[[40m^[[20;07HUse the ^ and v keys to change the selection.                       
\r      Press 'e' to edit the selected item, or 'c' for a command prompt.   
\r      Press Escape to return to the previous menu.                        ^[[04;80H ^[[0m^[[30m^[[47m^[[04;01H      Red Hat Enterprise Linux (6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57>
\r^[[05;01H^[[0m^[[37m^[[40m^[[04;79H^[[05;01H      Red Hat Enterprise Linux (6.11.0-rc4-d2bafcf224-d2bafcf224f) 9.1 (Plow)  ^[[05;79H^[[06;01H      Red Hat Enterprise Linux (6.11.0-rc3-df6cbc62cc-df6cbc6) 9.1 (Plow)      ^[[06;79H^[[07;01H      Red Hat Enterprise Linux (6.11.0-rc2-5189dafa4c-5189daf) 9.1 (Plow)      ^[[07;79H^[[08;01H      Red Hat Enterprise Linux (6.11.0-rc1-d3426a6ed9-d3426a6) 9.1 (Plow)      ^[[08;79H^[[09;01H      Red Hat Enterprise Linux (6.11.0-rc1) 9.1 (Plow)                         ^[[09;79H^[[10;01H      Red Hat Enterprise Linux (6.9.0-rc20ecaefb303) 9.1 (Plow)                ^[[10;79H^[[11;01H      Red Hat Enterprise Linux (5.14.0-162.6.1.el9_1.x86_64) 9.1 (Plow)        ^[[11;79H^[[12;01H      Red Hat Enterprise Linux (0-rescue-8f37f8055146469d8baec3ad508b0084) 9.1>
\r^[[13;01H^[[12;79H^[[13;01H      UEFI Firmware Settings                                                   ^[[13;79H^[[14;01H                                                                               ^[[14;79H^[[15;01H                                                                               ^[[15;79H^[[16;01H                                                                               ^[[16;79H^[[17;01H                                                                               ^[[17;79H^[[18;01H                                                                               ^[[18;79H^[[18;80H ^[[04;79H^[[23;01H   The selected entry will be started automatically in 5s.                     ^[[04;79H^[[23;01H   The selected entry will be started automatically in 4s.                     ^[[04;79H^[[23;01H   The selected entry will be started automatically in 3s.                     ^[[04;79H^[[23;01H   The selected entry will be started automatically in 2s.                     ^[[04;79H^[[23;01H   The selected entry will be started automatically in 1s.                     ^[[04;79H^[[23;01H   The selected entry will be started automatically in 0s.                     ^[[04;79H^[[0m^[[30m^[[40m^[[2J^[[01;01H^[[0m^[[37m^[[40m^[[0m^[[30m^[[40m^[[2J^[[01;01H^[[0m^[[37m^[[40m[    0.000000] Linux version 6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d (root@hostname.amd.com) (gcc (GCC) 11.4.1 20231218 (Red Hat 11.4.1-3), GNU ld version 2.35.2-43.el9) #1 SMP PREEMPT_DYNAMIC Tue Sep  3 08:48:34 IST 2024
[    0.000000] Command line: BOOT_IMAGE=(hd0,gpt6)/vmlinuz-6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d root=/dev/mapper/rhel_hostname-root ro selinux=0 console=ttyS0,115200n8 earlyprintk=ttyS0,115200 net.ifnames=0 biosdevname=0 swiotlb=131072 kvm_amd.debug_swap=0 mem_encrypt=on
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Hygon HygonGenuine
[    0.000000]   Centaur CentaurHauls
[    0.000000]   zhaoxin   Shanghai  
[    0.000000] SEV-SNP: RMP table physical range [0x0000000015e00000 - 0x00000000566fffff]
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000008efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000008f000-0x000000000008ffff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000000090000-0x000000000009ffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000015dfffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000015e00000-0x00000000566fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000056700000-0x00000000567fbfff] usable
[    0.000000] BIOS-e820: [mem 0x00000000567fc000-0x00000000567fcfff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000567fd000-0x000000005a14afff] usable
[    0.000000] BIOS-e820: [mem 0x000000005a14b000-0x000000005a34afff] reserved
[    0.000000] BIOS-e820: [mem 0x000000005a34b000-0x0000000067acefff] usable
[    0.000000] BIOS-e820: [mem 0x0000000067acf000-0x000000006dfcefff] reserved
[    0.000000] BIOS-e820: [mem 0x000000006dfcf000-0x000000006edfefff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000006edff000-0x000000006effefff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000006efff000-0x000000006effffff] usable
[    0.000000] BIOS-e820: [mem 0x000000006f000000-0x000000006f00afff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000006f00b000-0x000000006fffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000070000000-0x000000008fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000aa000000-0x00000000aaffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000c5000000-0x00000000c5ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000e0ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fd000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000207fcfffff] usable
[    0.000000] BIOS-e820: [mem 0x000000207fd00000-0x000000207fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000002080000000-0x000000407f1fffff] usable
[    0.000000] BIOS-e820: [mem 0x000000407f200000-0x000000407fffffff] reserved
[    0.000000] printk: legacy bootconsole [earlyser0] enabled
[    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-0x000000000008efff] usable
[    0.000000] reserve setup_data: [mem 0x000000000008f000-0x000000000008ffff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x0000000000090000-0x000000000009ffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000000100000-0x0000000000b4b01f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000b4b020-0x0000000000b5305f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000b53060-0x0000000000b5401f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000b54020-0x0000000000b8645f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000b86460-0x0000000000b8701f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000b87020-0x0000000000bb945f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000bb9460-0x0000000000bba01f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000bba020-0x0000000000bffe5f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000bffe60-0x0000000015dfffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000015e00000-0x00000000566fffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000056700000-0x00000000567fbfff] usable
[    0.000000] reserve setup_data: [mem 0x00000000567fc000-0x00000000567fcfff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000567fd000-0x000000005a14afff] usable
[    0.000000] reserve setup_data: [mem 0x000000005a14b000-0x000000005a34afff] reserved
[    0.000000] reserve setup_data: [mem 0x000000005a34b000-0x0000000067acefff] usable
[    0.000000] reserve setup_data: [mem 0x0000000067acf000-0x000000006dfcefff] reserved
[    0.000000] reserve setup_data: [mem 0x000000006dfcf000-0x000000006edfefff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x000000006edff000-0x000000006effefff] ACPI data
[    0.000000] reserve setup_data: [mem 0x000000006efff000-0x000000006effffff] usable
[    0.000000] reserve setup_data: [mem 0x000000006f000000-0x000000006f00afff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x000000006f00b000-0x000000006fffffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000070000000-0x000000008fffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000aa000000-0x00000000aaffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000c5000000-0x00000000c5ffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000e0000000-0x00000000e0ffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fd000000-0x00000000ffffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000207fcfffff] usable
[    0.000000] reserve setup_data: [mem 0x000000207fd00000-0x000000207fffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000002080000000-0x000000407f1fffff] usable
[    0.000000] reserve setup_data: [mem 0x000000407f200000-0x000000407fffffff] reserved
[    0.000000] efi: EFI v2.7 by Dell Inc.
[    0.000000] efi: ACPI=0x6effe000 ACPI 2.0=0x6effe014 MEMATTR=0x63f3c4a0 SMBIOS=0x6979e000 SMBIOS 3.0=0x6979c000 MOKvar=0x67bcc000 RNG=0x6efb4020 
[    0.000000] random: crng init done
[    0.000000] efi: Remove mem56: MMIO range=[0x80000000-0x8fffffff] (256MB) from e820 map
[    0.000000] efi: Remove mem57: MMIO range=[0xaa000000-0xaaffffff] (16MB) from e820 map
[    0.000000] efi: Remove mem58: MMIO range=[0xc5000000-0xc5ffffff] (16MB) from e820 map
[    0.000000] efi: Remove mem59: MMIO range=[0xe0000000-0xe0ffffff] (16MB) from e820 map
[    0.000000] efi: Remove mem60: MMIO range=[0xfd000000-0xffffffff] (48MB) from e820 map
[    0.000000] SMBIOS 3.3.0 present.
[    0.000000] DMI: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[    0.000000] DMI: Memory slots populated: 8/16
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 1996.214 MHz processor
[    0.000028] last_pfn = 0x407f200 max_arch_pfn = 0x400000000
[    0.005552] MTRR map: 7 entries (2 fixed + 5 variable; max 19), built from 9 variable MTRRs
[    0.013866] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Memory KASLR using RDRAND RDTSC...
[    0.024310] x2apic: enabled by BIOS, switching to x2apic ops
[    0.029943] last_pfn = 0x70000 max_arch_pfn = 0x400000000
[    0.043452] SEV-SNP: Reserving start/end of RMP table on a 2MB boundary [0x0000000056600000]
[    0.051724] Using GB pages for direct mapping
[    0.056843] Secure boot disabled
[    0.059893] RAMDISK: [mem 0x407cee2000-0x407f1fffff]
[    0.064835] ACPI: Early table checksum verification disabled
[    0.070469] ACPI: RSDP 0x000000006EFFE014 000024 (v02 DELL  )
[    0.076189] ACPI: XSDT 0x000000006EFB7188 0000DC (v01 DELL   PE_SC3   00000002 DELL 00000001)
[    0.084686] ACPI: FACP 0x000000006EFF9000 000114 (v06 DELL   PE_SC3   00000002 DELL 00000001)
[    0.093178] ACPI: DSDT 0x000000006EFDA000 019528 (v02 DELL   PE_SC3   00000002 DELL 00000001)
[    0.101669] ACPI: FACS 0x000000006EDB9000 000040
[    0.106262] ACPI: BERT 0x000000006EFFC000 000030 (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.114754] ACPI: ERST 0x000000006EFFB000 000230 (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.123247] ACPI: HEST 0x000000006EFFA000 0007F4 (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.131742] ACPI: HPET 0x000000006EFF8000 000038 (v01 DELL   PE_SC3   00000002 DELL 00000001)
[    0.140234] ACPI: APIC 0x000000006EFF6000 0018BE (v05 DELL   PE_SC3   00000002 DELL 00000001)
[    0.148728] ACPI: MCFG 0x000000006EFF5000 00003C (v01 DELL   PE_SC3   00000002 DELL 00000001)
[    0.157222] ACPI: WSMT 0x000000006EFF4000 000028 (v01 DELL   PE_SC3   00000002 DELL 00000001)
[    0.165714] ACPI: SSDT 0x000000006EFD9000 000629 (v02 DELL   xhc_port 00000001 INTL 20210331)
[    0.174207] ACPI: SSDT 0x000000006EFD8000 000D6E (v02 AMD    CPMRAS   00000001 INTL 20210331)
[    0.182718] ACPI: EINJ 0x000000006EFD7000 000170 (v01 AMD    PE_SC3   00000001 AMD  00000001)
[    0.191211] ACPI: PCCT 0x000000006EFD6000 00006E (v02 DELL   AmdTable 00000001 AMD  00000001)
[    0.199705] ACPI: SSDT 0x000000006EFC7000 00E849 (v02 DELL   PE_SC3   00000001 AMD  00000001)
[    0.208198] ACPI: SRAT 0x000000006EFC6000 000CD0 (v03 DELL   PE_SC3   00000001 AMD  00000001)
[    0.216692] ACPI: MSCT 0x000000006EFC5000 00004E (v01 DELL   PE_SC3   00000000 AMD  00000001)
[    0.225185] ACPI: SLIT 0x000000006EFC4000 000030 (v01 DELL   PE_SC3   00000001 AMD  00000001)
[    0.233677] ACPI: CRAT 0x000000006EFBC000 0072F8 (v01 DELL   PE_SC3   00000001 AMD  00000001)
[    0.242171] ACPI: CDIT 0x000000006EFBB000 00002C (v01 DELL   PE_SC3   00000001 AMD  00000001)
[    0.250664] ACPI: IVRS 0x000000006EFBA000 0001F0 (v02 DELL   PE_SC3   00000001 AMD  00000001)
[    0.259157] ACPI: SPCR 0x000000006EFB9000 000050 (v02 DELL   PE_SC3   00000002 DELL 00000001)
[    0.267651] ACPI: SLIC 0x000000006EFB8000 000176 (v01 DELL   PE_SC3   00000002 DELL 00000001)
[    0.276144] ACPI: SSDT 0x000000006EFFD000 000D66 (v02 DELL   PE_SC3   00000002 DELL 00000001)
[    0.284672] ACPI: SSDT 0x000000006EFB5000 00193C (v02 AMD    CPMCMN   00000001 INTL 20210331)
[    0.293180] ACPI: Reserving FACP table memory at [mem 0x6eff9000-0x6eff9113]
[    0.300200] ACPI: Reserving DSDT table memory at [mem 0x6efda000-0x6eff3527]
[    0.307220] ACPI: Reserving FACS table memory at [mem 0x6edb9000-0x6edb903f]
[    0.314240] ACPI: Reserving BERT table memory at [mem 0x6effc000-0x6effc02f]
[    0.321261] ACPI: Reserving ERST table memory at [mem 0x6effb000-0x6effb22f]
[    0.328279] ACPI: Reserving HEST table memory at [mem 0x6effa000-0x6effa7f3]
[    0.335299] ACPI: Reserving HPET table memory at [mem 0x6eff8000-0x6eff8037]
[    0.342319] ACPI: Reserving APIC table memory at [mem 0x6eff6000-0x6eff78bd]
[    0.349339] ACPI: Reserving MCFG table memory at [mem 0x6eff5000-0x6eff503b]
[    0.356359] ACPI: Reserving WSMT table memory at [mem 0x6eff4000-0x6eff4027]
[    0.363379] ACPI: Reserving SSDT table memory at [mem 0x6efd9000-0x6efd9628]
[    0.370400] ACPI: Reserving SSDT table memory at [mem 0x6efd8000-0x6efd8d6d]
[    0.377419] ACPI: Reserving EINJ table memory at [mem 0x6efd7000-0x6efd716f]
[    0.384438] ACPI: Reserving PCCT table memory at [mem 0x6efd6000-0x6efd606d]
[    0.391493] ACPI: Reserving SSDT table memory at [mem 0x6efc7000-0x6efd5848]
[    0.398523] ACPI: Reserving SRAT table memory at [mem 0x6efc6000-0x6efc6ccf]
[    0.405542] ACPI: Reserving MSCT table memory at [mem 0x6efc5000-0x6efc504d]
[    0.412562] ACPI: Reserving SLIT table memory at [mem 0x6efc4000-0x6efc402f]
[    0.419582] ACPI: Reserving CRAT table memory at [mem 0x6efbc000-0x6efc32f7]
[    0.426602] ACPI: Reserving CDIT table memory at [mem 0x6efbb000-0x6efbb02b]
[    0.433622] ACPI: Reserving IVRS table memory at [mem 0x6efba000-0x6efba1ef]
[    0.440643] ACPI: Reserving SPCR table memory at [mem 0x6efb9000-0x6efb904f]
[    0.447661] ACPI: Reserving SLIC table memory at [mem 0x6efb8000-0x6efb8175]
[    0.454682] ACPI: Reserving SSDT table memory at [mem 0x6effd000-0x6effdd65]
[    0.461702] ACPI: Reserving SSDT table memory at [mem 0x6efb5000-0x6efb693b]
[    0.468804] APIC: Switched APIC routing to: cluster x2apic
[    0.474204] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff]
[    0.480162] ACPI: SRAT: Node 0 PXM 0 [mem 0x000c0000-0x7fffffff]
[    0.486141] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0x207fffffff]
[    0.492381] ACPI: SRAT: Node 1 PXM 1 [mem 0x2080000000-0x407fffffff]
[    0.498762] NUMA: Node 0 [mem 0x00001000-0x0009ffff] + [mem 0x000c0000-0x7fffffff] -> [mem 0x00001000-0x7fffffff]
[    0.508978] NUMA: Node 0 [mem 0x00001000-0x7fffffff] + [mem 0x100000000-0x207fffffff] -> [mem 0x00001000-0x207fffffff]
[    0.519644] NODE_DATA(0) allocated [mem 0x207fcd5a00-0x207fcfffff]
[    0.525800] NODE_DATA(1) allocated [mem 0x407ceb6a00-0x407cee0fff]
[    0.532277] Zone ranges:
[    0.534631]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.540784]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.546938]   Normal   [mem 0x0000000100000000-0x000000407f1fffff]
[    0.553090]   Device   empty
[    0.555951] Movable zone start for each node
[    0.560199] Early memory node ranges
[    0.563751]   node   0: [mem 0x0000000000001000-0x000000000008efff]
[    0.569991]   node   0: [mem 0x0000000000090000-0x000000000009ffff]
[    0.576231]   node   0: [mem 0x0000000000100000-0x0000000015dfffff]
[    0.582471]   node   0: [mem 0x0000000056700000-0x00000000567fbfff]
[    0.588710]   node   0: [mem 0x00000000567fd000-0x000000005a14afff]
[    0.594950]   node   0: [mem 0x000000005a34b000-0x0000000067acefff]
[    0.601198]   node   0: [mem 0x000000006efff000-0x000000006effffff]
[    0.607439]   node   0: [mem 0x000000006f00b000-0x000000006fffffff]
[    0.613679]   node   0: [mem 0x0000000100000000-0x000000207fcfffff]
[    0.619928]   node   1: [mem 0x0000002080000000-0x000000407f1fffff]
[    0.626169] Initmem setup node 0 [mem 0x0000000000001000-0x000000207fcfffff]
[    0.633181] Initmem setup node 1 [mem 0x0000002080000000-0x000000407f1fffff]
[    0.640200] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.646005] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.651825] On node 0, zone DMA: 96 pages in unavailable ranges
[    0.658157] On node 0, zone DMA32: 35072 pages in unavailable ranges
[    0.664368] On node 0, zone DMA32: 1 pages in unavailable ranges
[    0.670465] On node 0, zone DMA32: 512 pages in unavailable ranges
[    0.676633] On node 0, zone DMA32: 30000 pages in unavailable ranges
[    0.682816] On node 0, zone DMA32: 11 pages in unavailable ranges
[    0.915781] On node 1, zone Normal: 768 pages in unavailable ranges
[    0.921894] On node 1, zone Normal: 3584 pages in unavailable ranges
[    0.928363] ACPI: PM-Timer IO Port: 0x408
[    0.932232] ACPI: X2APIC_NMI (uid[0xffffffff] high edge lint[0x1])
[    0.938358] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.944264] IOAPIC[0]: apic_id 240, version 33, address 0xfec00000, GSI 0-23
[    0.951272] IOAPIC[1]: apic_id 241, version 33, address 0xe0100000, GSI 120-151
[    0.958552] IOAPIC[2]: apic_id 242, version 33, address 0xc5100000, GSI 88-119
[    0.965746] IOAPIC[3]: apic_id 243, version 33, address 0xaa100000, GSI 56-87
[    0.972853] IOAPIC[4]: apic_id 244, version 33, address 0xfd100000, GSI 24-55
[    0.979958] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.986282] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.992791] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.999196] ACPI: HPET id: 0x10228201 base: 0xfed00000
[    1.004313] ACPI: SPCR: console: uart,io,0x2f8,115200
[    1.009339] CPU topo: Max. logical packages:   1
[    1.013928] CPU topo: Max. logical dies:       1
[    1.018522] CPU topo: Max. dies per package:   1
[    1.023119] CPU topo: Max. threads per core:   2
[    1.027743] CPU topo: Num. cores per package:    64
[    1.032597] CPU topo: Num. threads per package: 128
[    1.037448] CPU topo: Allowing 128 present CPUs plus 0 hotplug CPUs
[    1.043714] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    1.051229] PM: hibernation: Registered nosave memory: [mem 0x0008f000-0x0008ffff]
[    1.058769] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    1.066310] PM: hibernation: Registered nosave memory: [mem 0x00b4b000-0x00b4bfff]
[    1.073849] PM: hibernation: Registered nosave memory: [mem 0x00b53000-0x00b53fff]
[    1.081388] PM: hibernation: Registered nosave memory: [mem 0x00b54000-0x00b54fff]
[    1.088929] PM: hibernation: Registered nosave memory: [mem 0x00b86000-0x00b86fff]
[    1.096468] PM: hibernation: Registered nosave memory: [mem 0x00b87000-0x00b87fff]
[    1.104010] PM: hibernation: Registered nosave memory: [mem 0x00bb9000-0x00bb9fff]
[    1.111548] PM: hibernation: Registered nosave memory: [mem 0x00bba000-0x00bbafff]
[    1.119089] PM: hibernation: Registered nosave memory: [mem 0x00bff000-0x00bfffff]
[    1.126629] PM: hibernation: Registered nosave memory: [mem 0x15e00000-0x566fffff]
[    1.134220] PM: hibernation: Registered nosave memory: [mem 0x56700000-0x567fbfff]
[    1.141759] PM: hibernation: Registered nosave memory: [mem 0x567fc000-0x567fcfff]
[    1.149300] PM: hibernation: Registered nosave memory: [mem 0x567fd000-0x567fffff]
[    1.156841] PM: hibernation: Registered nosave memory: [mem 0x5a14b000-0x5a34afff]
[    1.164381] PM: hibernation: Registered nosave memory: [mem 0x67acf000-0x6dfcefff]
[    1.171919] PM: hibernation: Registered nosave memory: [mem 0x6dfcf000-0x6edfefff]
[    1.179459] PM: hibernation: Registered nosave memory: [mem 0x6edff000-0x6effefff]
[    1.187000] PM: hibernation: Registered nosave memory: [mem 0x6f000000-0x6f00afff]
[    1.194541] PM: hibernation: Registered nosave memory: [mem 0x70000000-0x7fffffff]
[    1.202079] PM: hibernation: Registered nosave memory: [mem 0x80000000-0xffffffff]
[    1.209620] PM: hibernation: Registered nosave memory: [mem 0x207fd00000-0x207fffffff]
[    1.217507] [mem 0x56800000-0xffffffff] available for PCI devices
[    1.223573] Booting paravirtualized kernel on bare hardware
[    1.229121] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    1.239531] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:128 nr_cpu_ids:128 nr_node_ids:2
[    1.251903] percpu: Embedded 66 pages/cpu s233472 r8192 d28672 u524288
[    1.258376] Kernel command line: BOOT_IMAGE=(hd0,gpt6)/vmlinuz-6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d root=/dev/mapper/rhel_hostname-root ro selinux=0 console=ttyS0,115200n8 earlyprintk=ttyS0,115200 net.ifnames=0 biosdevname=0 swiotlb=131072 kvm_amd.debug_swap=0 mem_encrypt=on
[    1.283701] Unknown kernel command line parameters "BOOT_IMAGE=(hd0,gpt6)/vmlinuz-6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d biosdevname=0 mem_encrypt=on", will be passed to user space.
[    1.300471] printk: log_buf_len individual max cpu contribution: 4096 bytes
[    1.307387] printk: log_buf_len total cpu_extra contributions: 520192 bytes
[    1.314320] printk: log_buf_len min size: 262144 bytes
[    1.319885] printk: log_buf_len: 1048576 bytes
[    1.324148] printk: early log buf free: 242224(92%)
[    1.330425] Fallback order for Node 0: 0 1 
[    1.330429] Fallback order for Node 1: 1 0 
[    1.330439] Built 2 zonelists, mobility grouping on.  Total pages: 66743906
[    1.345538] Policy zone: Normal
[    1.348663] mem auto-init: stack:off, heap alloc:on, heap free:off
[    1.354846] software IO TLB: area num 128.
[    1.779966] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=128, Nodes=2
Poking KASLR using RDRAND RDTSC...
[    1.789607] ftrace: allocating 53173 entries in 208 pages
[    1.806624] ftrace: allocated 208 pages with 3 groups
[    1.812424] Dynamic Preempt: voluntary
[    1.816355] rcu: Preemptible hierarchical RCU implementation.
[    1.821923] rcu: 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=128.
[    1.828855] 	Trampoline variant of Tasks RCU enabled.
[    1.833882] 	Rude variant of Tasks RCU enabled.
[    1.838389] 	Tracing variant of Tasks RCU enabled.
[    1.843155] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    1.850695] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=128
[    1.857582] RCU Tasks: Setting shift to 7 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=128.
[    1.866436] RCU Tasks Rude: Setting shift to 7 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=128.
[    1.875710] RCU Tasks Trace: Setting shift to 7 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=128.
[    1.887743] NR_IRQS: 524544, nr_irqs: 3624, preallocated irqs: 16
[    1.893935] rcu: srcu_init: Setting srcu_struct sizes to big.
[    1.899653] Console: colour dummy device 80x25
[    1.903937] printk: legacy console [ttyS0] enabled
[    1.903937] printk: legacy console [ttyS0] enabled
[    1.913468] printk: legacy bootconsole [earlyser0] disabled
[    1.913468] printk: legacy bootconsole [earlyser0] disabled
[    1.924659] mempolicy: Enabling automatic NUMA balancing. Configure with numa_balancing= or the kernel.numa_balancing sysctl
[    1.935933] ACPI: Core revision 20240322
[    1.940090] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[    1.949225] APIC: Switch to symmetric I/O mode setup
[    1.955183] AMD-Vi: Using global IVHD EFR:0x841f77e022094ace, EFR2:0x0
[    1.964328] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    1.989226] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x398c6b8c69a, max_idle_ns: 881590612364 ns
[    1.999740] Calibrating delay loop (skipped), value calculated using timer frequency.. 3992.42 BogoMIPS (lpj=7984856)
[    2.003752] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[    2.007851] LVT offset 2 assigned for vector 0xf4
[    2.011772] Last level iTLB entries: 4KB 512, 2MB 512, 4MB 256
[    2.015739] Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
[    2.019740] process: using mwait in idle threads
[    2.023740] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    2.027740] Spectre V2 : Mitigation: Retpolines
[    2.031739] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    2.035739] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
[    2.039739] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    2.043740] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    2.047739] Spectre V2 : User space: Mitigation: STIBP always-on protection
[    2.051740] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[    2.055739] Speculative Return Stack Overflow: Mitigation: Safe RET
[    2.059743] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    2.063739] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    2.067739] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    2.071739] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
[    2.075739] x86/fpu: Supporting XSAVE feature 0x800: 'Control-flow User registers'
[    2.079739] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    2.083739] x86/fpu: xstate_offset[9]:  832, xstate_sizes[9]:    8
[    2.087739] x86/fpu: xstate_offset[11]:  840, xstate_sizes[11]:   16
[    2.091739] x86/fpu: Enabled xstate features 0xa07, context size is 856 bytes, using 'compacted' format.
[    2.131880] Freeing SMP alternatives memory: 44K
[    2.135859] Memory Encryption Features active: AMD SME
[    2.139740] pid_max: default: 131072 minimum: 1024
[    2.150616] LSM: initializing lsm=lockdown,capability,yama,apparmor,ima,evm
[    2.151795] Yama: becoming mindful.
[    2.155856] AppArmor: AppArmor initialized
[    2.168176] Dentry cache hash table entries: 16777216 (order: 15, 134217728 bytes, vmalloc hugepage)
[    2.176665] Inode-cache hash table entries: 8388608 (order: 14, 67108864 bytes, vmalloc hugepage)
[    2.179922] Mount-cache hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc)
[    2.183888] Mountpoint-cache hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc)
[    2.298868] smpboot: CPU0: AMD EPYC 7713 64-Core Processor (family: 0x19, model: 0x1, stepping: 0x1)
[    2.300125] Performance Events: Fam17h+ core perfctr, AMD PMU driver.
[    2.303740] ... version:                0
[    2.307739] ... bit width:              48
[    2.311740] ... generic registers:      6
[    2.315739] ... value mask:             0000ffffffffffff
[    2.319739] ... max period:             00007fffffffffff
[    2.323739] ... fixed-purpose events:   0
[    2.327739] ... event mask:             000000000000003f
[    2.332069] signal: max sigframe size: 3376
[    2.335776] rcu: Hierarchical SRCU implementation.
[    2.339740] rcu: 	Max phase no-delay instances is 1000.
[    2.343791] Timer migration: 3 hierarchy levels; 8 children per group; 2 crossnode level
[    2.355631] MCE: In-kernel MCE decoding enabled.
[    2.355792] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    2.364233] smp: Bringing up secondary CPUs ...
[    2.367908] smpboot: x86: Booting SMP configuration:
[    2.371741] .... 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
[    2.379741] .... node  #1, CPUs:    #32  #33  #34  #35  #36  #37  #38  #39  #40  #41  #42  #43  #44  #45  #46  #47  #48  #49  #50  #51  #52  #53  #54  #55  #56  #57  #58  #59  #60  #61
[    2.387747] psi: inconsistent task state! task=395:ksoftirqd/62 cpu=0 psi_flags=4 clear=0 set=4
[    2.399773]   #62  #63
[    2.543741] .... node  #0, CPUs:    #64  #65  #66  #67  #68  #69  #70  #71  #72  #73  #74  #75  #76  #77  #78  #79  #80  #81  #82  #83  #84  #85  #86  #87  #88  #89  #90  #91  #92  #93  #94  #95
[    2.903742] .... node  #1, CPUs:    #96  #97  #98  #99 #100 #101 #102 #103 #104 #105 #106 #107 #108 #109 #110 #111 #112 #113 #114 #115 #116 #117 #118 #119 #120 #121 #122 #123 #124 #125 #126 #127
[    2.997741] Spectre V2 : Update user space SMT mitigation: STIBP always-on
[    3.147785] smp: Brought up 2 nodes, 128 CPUs
[    3.151742] smpboot: Total of 128 processors activated (511030.78 BogoMIPS)
[    3.168187] Memory: 262099804K/266975624K available (18432K kernel code, 3262K rwdata, 7744K rodata, 4684K init, 6212K bss, 4562384K reserved, 0K cma-reserved)
[    3.179743] devtmpfs: initialized
[    3.183140] x86/mm: Memory block size: 2048MB
[    3.195583] ACPI: PM: Registering ACPI NVS region [mem 0x0008f000-0x0008ffff] (4096 bytes)
[    3.195741] ACPI: PM: Registering ACPI NVS region [mem 0x6dfcf000-0x6edfefff] (14876672 bytes)
[    3.200031] ACPI: PM: Registering ACPI NVS region [mem 0x6f000000-0x6f00afff] (45056 bytes)
[    3.203833] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    3.207863] futex hash table entries: 32768 (order: 9, 2097152 bytes, vmalloc)
[    3.211985] pinctrl core: initialized pinctrl subsystem
[    3.215852] PM: RTC time: 10:27:43, date: 2024-09-03
[    3.220668] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    3.224394] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[    3.231908] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    3.240021] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    3.243748] audit: initializing netlink subsys (disabled)
[    3.247763] audit: type=2000 audit(1725359263.280:1): state=initialized audit_enabled=0 res=1
[    3.247918] thermal_sys: Registered thermal governor 'fair_share'
[    3.251741] thermal_sys: Registered thermal governor 'bang_bang'
[    3.255740] thermal_sys: Registered thermal governor 'step_wise'
[    3.259740] thermal_sys: Registered thermal governor 'user_space'
[    3.263748] EISA bus registered
[    3.271765] cpuidle: using governor ladder
[    3.275750] cpuidle: using governor menu
[    3.279781] Detected 1 PCC Subspaces
[    3.283741] Registering PCC driver as Mailbox controller
[    3.291947] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    3.295744] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    3.299909] PCI: ECAM [mem 0x80000000-0x8fffffff] (base 0x80000000) for domain 0000 [bus 00-ff]
[    3.303750] PCI: Using configuration type 1 for base access
[    3.307752] PCI: Dell System detected, enabling pci=bfsort.
[    3.311917] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    3.319820] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[    3.323743] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[    3.327740] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[    3.331739] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[    3.336021] ACPI: Added _OSI(Module Device)
[    3.339741] ACPI: Added _OSI(Processor Device)
[    3.347740] ACPI: Added _OSI(3.0 _SCP Extensions)
[    3.351740] ACPI: Added _OSI(Processor Aggregator Device)
[    3.393570] ACPI: 6 ACPI AML tables successfully acquired and loaded
[    3.412428] ACPI: Interpreter enabled
[    3.415753] ACPI: PM: (supports S0 S5)
[    3.419740] ACPI: Using IOAPIC for interrupt routing
[    3.424343] HEST: Table parsing has been initialized.
[    3.428169] GHES: APEI firmware first mode is enabled by APEI bit and WHEA _OSC.
[    3.431742] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    3.435739] PCI: Ignoring E820 reservations for host bridge windows
[    3.443871] ACPI: Enabled 1 GPEs in block 00 to 1F
[    3.483637] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[    3.483818] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
[    3.487817] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[    3.491816] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[    3.495816] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[    3.499816] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[    3.503816] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[    3.507817] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[    3.516041] ACPI: PCI Root Bridge [PC00] (domain 0000 [bus 00-3f])
[    3.519744] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    3.527774] acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug AER DPC]
[    3.532053] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
[    3.535740] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    3.540713] PCI host bridge to bus 0000:00
[    3.543743] pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
[    3.547740] pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
[    3.551741] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000fffff window]
[    3.555740] pci_bus 0000:00: root bus resource [io  0x0d00-0x3fff window]
[    3.559740] pci_bus 0000:00: root bus resource [mem 0xe1000000-0xfebfffff window]
[    3.563740] pci_bus 0000:00: root bus resource [mem 0x63dc0000000-0x7fcffffffff window]
[    3.567740] pci_bus 0000:00: root bus resource [bus 00-3f]
[    3.571754] pci 0000:00:00.0: [1022:1480] type 00 class 0x060000 conventional PCI endpoint
[    3.575907] pci 0000:00:00.2: [1022:164f] type 00 class 0x080600 conventional PCI endpoint
[    3.579860] pci 0000:00:01.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.583845] pci 0000:00:02.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.587842] pci 0000:00:03.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.591841] pci 0000:00:03.2: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    3.595757] pci 0000:00:03.2: PCI bridge to [bus 01]
[    3.599743] pci 0000:00:03.2:   bridge window [io  0x1000-0x1fff]
[    3.603741] pci 0000:00:03.2:   bridge window [mem 0xf7300000-0xf74fffff]
[    3.607810] pci 0000:00:03.2: PME# supported from D0 D3hot D3cold
[    3.615975] pci 0000:00:04.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.619847] pci 0000:00:05.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.623843] pci 0000:00:07.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.627840] pci 0000:00:07.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    3.631757] pci 0000:00:07.1: PCI bridge to [bus 02]
[    3.635744] pci 0000:00:07.1:   bridge window [mem 0xf7200000-0xf72fffff]
[    3.639751] pci 0000:00:07.1: enabling Extended Tags
[    3.643789] pci 0000:00:07.1: PME# supported from D0 D3hot D3cold
[    3.647908] pci 0000:00:08.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.655817] pci 0000:00:08.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    3.659757] pci 0000:00:08.1: PCI bridge to [bus 03]
[    3.663744] pci 0000:00:08.1:   bridge window [mem 0xf7000000-0xf71fffff]
[    3.667751] pci 0000:00:08.1: enabling Extended Tags
[    3.671790] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[    3.675942] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500 conventional PCI endpoint
[    3.679881] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100 conventional PCI endpoint
[    3.683931] pci 0000:00:18.0: [1022:1650] type 00 class 0x060000 conventional PCI endpoint
[    3.687851] pci 0000:00:18.1: [1022:1651] type 00 class 0x060000 conventional PCI endpoint
[    3.695805] pci 0000:00:18.2: [1022:1652] type 00 class 0x060000 conventional PCI endpoint
[    3.699817] pci 0000:00:18.3: [1022:1653] type 00 class 0x060000 conventional PCI endpoint
[    3.703816] pci 0000:00:18.4: [1022:1654] type 00 class 0x060000 conventional PCI endpoint
[    3.707814] pci 0000:00:18.5: [1022:1655] type 00 class 0x060000 conventional PCI endpoint
[    3.711814] pci 0000:00:18.6: [1022:1656] type 00 class 0x060000 conventional PCI endpoint
[    3.715816] pci 0000:00:18.7: [1022:1657] type 00 class 0x060000 conventional PCI endpoint
[    3.719880] pci 0000:01:00.0: [1000:0097] type 00 class 0x010700 PCIe Endpoint
[    3.723750] pci 0000:01:00.0: BAR 0 [io  0x1000-0x10ff]
[    3.727748] pci 0000:01:00.0: BAR 1 [mem 0xf7400000-0xf740ffff 64bit]
[    3.731748] pci 0000:01:00.0: BAR 3 [mem 0xf7300000-0xf73fffff 64bit]
[    3.735751] pci 0000:01:00.0: ROM [mem 0xfff00000-0xffffffff pref]
[    3.739745] pci 0000:01:00.0: enabling Extended Tags
[    3.743824] pci 0000:01:00.0: supports D1 D2
[    3.747771] pci 0000:01:00.0: VF BAR 0 [mem 0x00000000-0x0000ffff 64bit]
[    3.751740] pci 0000:01:00.0: VF BAR 0 [mem 0x00000000-0x000fffff 64bit]: contains BAR 0 for 16 VFs
[    3.755747] pci 0000:01:00.0: VF BAR 2 [mem 0x00000000-0x000fffff 64bit]
[    3.759739] pci 0000:01:00.0: VF BAR 2 [mem 0x00000000-0x00ffffff 64bit]: contains BAR 2 for 16 VFs
[    3.763925] pci 0000:00:03.2: PCI bridge to [bus 01]
[    3.767826] pci 0000:02:00.0: [1022:148a] type 00 class 0x130000 PCIe Endpoint
[    3.771780] pci 0000:02:00.0: enabling Extended Tags
[    3.775927] pci 0000:02:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    3.779758] pci 0000:02:00.2: BAR 2 [mem 0xf7200000-0xf727ffff]
[    3.783754] pci 0000:02:00.2: BAR 5 [mem 0xf7280000-0xf7281fff]
[    3.787748] pci 0000:02:00.2: enabling Extended Tags
[    3.791955] pci 0000:00:07.1: PCI bridge to [bus 02]
[    3.795967] pci 0000:03:00.0: [1022:1485] type 00 class 0x130000 PCIe Endpoint
[    3.799785] pci 0000:03:00.0: enabling Extended Tags
[    3.803981] pci 0000:03:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    3.807760] pci 0000:03:00.2: BAR 2 [mem 0xf7100000-0xf717ffff]
[    3.811756] pci 0000:03:00.2: BAR 5 [mem 0xf7180000-0xf7181fff]
[    3.815749] pci 0000:03:00.2: enabling Extended Tags
[    3.819949] pci 0000:03:00.3: [1022:148c] type 00 class 0x0c0330 PCIe Endpoint
[    3.823758] pci 0000:03:00.3: BAR 0 [mem 0xf7000000-0xf70fffff 64bit]
[    3.827770] pci 0000:03:00.3: enabling Extended Tags
[    3.831792] pci 0000:03:00.3: PME# supported from D0 D3hot D3cold
[    3.835933] pci 0000:00:08.1: PCI bridge to [bus 03]
[    3.841103] ACPI: PCI Root Bridge [PC01] (domain 0000 [bus 40-7f])
[    3.843743] acpi PNP0A08:01: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    3.847901] acpi PNP0A08:01: _OSC: platform does not support [SHPCHotplug AER DPC]
[    3.852050] acpi PNP0A08:01: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
[    3.855740] acpi PNP0A08:01: FADT indicates ASPM is unsupported, using BIOS configuration
[    3.860651] PCI host bridge to bus 0000:40
[    3.863743] pci_bus 0000:40: root bus resource [io  0x4000-0x6fff window]
[    3.867740] pci_bus 0000:40: root bus resource [mem 0x90000000-0xaaffffff window]
[    3.871740] pci_bus 0000:40: root bus resource [mem 0x47e80000000-0x63dbfffffff window]
[    3.875740] pci_bus 0000:40: root bus resource [bus 40-7f]
[    3.879749] pci 0000:40:00.0: [1022:1480] type 00 class 0x060000 conventional PCI endpoint
[    3.883853] pci 0000:40:00.2: [1022:164f] type 00 class 0x080600 conventional PCI endpoint
[    3.887854] pci 0000:40:01.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.891843] pci 0000:40:02.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.895836] pci 0000:40:03.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.899841] pci 0000:40:03.1: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    3.903759] pci 0000:40:03.1: PCI bridge to [bus 41]
[    3.907746] pci 0000:40:03.1:   bridge window [mem 0xa4c00000-0xa4ffffff]
[    3.911834] pci 0000:40:03.1: PME# supported from D0 D3hot D3cold
[    3.929266] pci 0000:40:03.2: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    3.931765] pci 0000:40:03.2: PCI bridge to [bus 42]
[    3.935746] pci 0000:40:03.2:   bridge window [mem 0xa4800000-0xa4bfffff]
[    3.939869] pci 0000:40:03.2: PME# supported from D0 D3hot D3cold
[    3.955898] pci 0000:40:03.3: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    3.963760] pci 0000:40:03.3: PCI bridge to [bus 43]
[    3.967746] pci 0000:40:03.3:   bridge window [mem 0xa4400000-0xa47fffff]
[    3.975833] pci 0000:40:03.3: PME# supported from D0 D3hot D3cold
[    3.995741] pci 0000:40:03.4: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.003742] pci 0000:40:03.4: PCI bridge to [bus 44]
[    4.007755] pci 0000:40:03.4:   bridge window [mem 0xa4000000-0xa43fffff]
[    4.011814] pci 0000:40:03.4: PME# supported from D0 D3hot D3cold
[    4.030222] pci 0000:40:04.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.031852] pci 0000:40:05.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.035857] pci 0000:40:07.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.039845] pci 0000:40:07.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    4.043762] pci 0000:40:07.1: PCI bridge to [bus 45]
[    4.047746] pci 0000:40:07.1:   bridge window [mem 0xa5300000-0xa53fffff]
[    4.051753] pci 0000:40:07.1: enabling Extended Tags
[    4.055782] pci 0000:40:07.1: PME# supported from D0 D3hot D3cold
[    4.063912] pci 0000:40:08.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.071841] pci 0000:40:08.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    4.079759] pci 0000:40:08.1: PCI bridge to [bus 46]
[    4.083744] pci 0000:40:08.1:   bridge window [mem 0xa5000000-0xa52fffff]
[    4.091751] pci 0000:40:08.1: enabling Extended Tags
[    4.095789] pci 0000:40:08.1: PME# supported from D0 D3hot D3cold
[    4.104004] pci 0000:40:03.1: PCI bridge to [bus 41]
[    4.107820] pci 0000:40:03.2: PCI bridge to [bus 42]
[    4.111776] pci 0000:40:03.3: PCI bridge to [bus 43]
[    4.115820] pci 0000:40:03.4: PCI bridge to [bus 44]
[    4.123823] pci 0000:45:00.0: [1022:148a] type 00 class 0x130000 PCIe Endpoint
[    4.131780] pci 0000:45:00.0: enabling Extended Tags
[    4.135924] pci 0000:45:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    4.143759] pci 0000:45:00.2: BAR 2 [mem 0xa5300000-0xa537ffff]
[    4.147754] pci 0000:45:00.2: BAR 5 [mem 0xa5380000-0xa5381fff]
[    4.155748] pci 0000:45:00.2: enabling Extended Tags
[    4.159947] pci 0000:40:07.1: PCI bridge to [bus 45]
[    4.163870] pci 0000:46:00.0: [1022:1485] type 00 class 0x130000 PCIe Endpoint
[    4.171783] pci 0000:46:00.0: enabling Extended Tags
[    4.175972] pci 0000:46:00.1: [1022:1486] type 00 class 0x108000 PCIe Endpoint
[    4.183760] pci 0000:46:00.1: BAR 2 [mem 0xa5100000-0xa51fffff]
[    4.191755] pci 0000:46:00.1: BAR 5 [mem 0xa5282000-0xa5283fff]
[    4.195749] pci 0000:46:00.1: enabling Extended Tags
[    4.199948] pci 0000:46:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    4.207763] pci 0000:46:00.2: BAR 2 [mem 0xa5200000-0xa527ffff]
[    4.215755] pci 0000:46:00.2: BAR 5 [mem 0xa5280000-0xa5281fff]
[    4.219749] pci 0000:46:00.2: enabling Extended Tags
[    4.223949] pci 0000:46:00.3: [1022:148c] type 00 class 0x0c0330 PCIe Endpoint
[    4.231752] pci 0000:46:00.3: BAR 0 [mem 0xa5000000-0xa50fffff 64bit]
[    4.239770] pci 0000:46:00.3: enabling Extended Tags
[    4.243790] pci 0000:46:00.3: PME# supported from D0 D3hot D3cold
[    4.251930] pci 0000:40:08.1: PCI bridge to [bus 46]
[    4.256406] ACPI: PCI Root Bridge [PC02] (domain 0000 [bus 80-bf])
[    4.263743] acpi PNP0A08:02: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    4.271903] acpi PNP0A08:02: _OSC: platform does not support [SHPCHotplug AER DPC]
[    4.280050] acpi PNP0A08:02: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
[    4.287740] acpi PNP0A08:02: FADT indicates ASPM is unsupported, using BIOS configuration
[    4.295967] PCI host bridge to bus 0000:80
[    4.299743] pci_bus 0000:80: root bus resource [io  0x7000-0x9fff window]
[    4.307740] pci_bus 0000:80: root bus resource [mem 0xab000000-0xc5ffffff window]
[    4.315740] pci_bus 0000:80: root bus resource [mem 0x2bf40000000-0x47e7fffffff window]
[    4.323740] pci_bus 0000:80: root bus resource [bus 80-bf]
[    4.327749] pci 0000:80:00.0: [1022:1480] type 00 class 0x060000 conventional PCI endpoint
[    4.335861] pci 0000:80:00.2: [1022:164f] type 00 class 0x080600 conventional PCI endpoint
[    4.343856] pci 0000:80:01.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.355839] pci 0000:80:01.1: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.359759] pci 0000:80:01.1: PCI bridge to [bus 81]
[    4.367745] pci 0000:80:01.1:   bridge window [mem 0xbf400000-0xbf7fffff]
[    4.371832] pci 0000:80:01.1: PME# supported from D0 D3hot D3cold
[    4.391085] pci 0000:80:01.2: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.399765] pci 0000:80:01.2: PCI bridge to [bus 82]
[    4.403748] pci 0000:80:01.2:   bridge window [mem 0xbf000000-0xbf3fffff]
[    4.411811] pci 0000:80:01.2: PME# supported from D0 D3hot D3cold
[    4.432192] pci 0000:80:02.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.435853] pci 0000:80:03.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.439873] pci 0000:80:04.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.443837] pci 0000:80:05.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.447898] pci 0000:80:07.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.451835] pci 0000:80:07.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    4.455757] pci 0000:80:07.1: PCI bridge to [bus 83]
[    4.459744] pci 0000:80:07.1:   bridge window [mem 0xbfa00000-0xbfafffff]
[    4.463751] pci 0000:80:07.1: enabling Extended Tags
[    4.467788] pci 0000:80:07.1: PME# supported from D0 D3hot D3cold
[    4.471906] pci 0000:80:08.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.475838] pci 0000:80:08.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    4.479757] pci 0000:80:08.1: PCI bridge to [bus 84]
[    4.483744] pci 0000:80:08.1:   bridge window [mem 0xbf900000-0xbf9fffff]
[    4.487751] pci 0000:80:08.1: enabling Extended Tags
[    4.491789] pci 0000:80:08.1: PME# supported from D0 D3hot D3cold
[    4.495915] pci 0000:80:08.2: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    4.499758] pci 0000:80:08.2: PCI bridge to [bus 85]
[    4.503744] pci 0000:80:08.2:   bridge window [mem 0xbf800000-0xbf8fffff]
[    4.507751] pci 0000:80:08.2: enabling Extended Tags
[    4.511789] pci 0000:80:08.2: PME# supported from D0 D3hot D3cold
[    4.515987] pci 0000:80:01.1: PCI bridge to [bus 81]
[    4.519838] pci 0000:80:01.2: PCI bridge to [bus 82]
[    4.527805] pci 0000:83:00.0: [1022:148a] type 00 class 0x130000 PCIe Endpoint
[    4.531780] pci 0000:83:00.0: enabling Extended Tags
[    4.535925] pci 0000:83:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    4.539758] pci 0000:83:00.2: BAR 2 [mem 0xbfa00000-0xbfa7ffff]
[    4.543754] pci 0000:83:00.2: BAR 5 [mem 0xbfa80000-0xbfa81fff]
[    4.547748] pci 0000:83:00.2: enabling Extended Tags
[    4.551947] pci 0000:80:07.1: PCI bridge to [bus 83]
[    4.555868] pci 0000:84:00.0: [1022:1485] type 00 class 0x130000 PCIe Endpoint
[    4.559785] pci 0000:84:00.0: enabling Extended Tags
[    4.563975] pci 0000:84:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    4.567760] pci 0000:84:00.2: BAR 2 [mem 0xbf900000-0xbf97ffff]
[    4.571756] pci 0000:84:00.2: BAR 5 [mem 0xbf980000-0xbf981fff]
[    4.575750] pci 0000:84:00.2: enabling Extended Tags
[    4.579957] pci 0000:80:08.1: PCI bridge to [bus 84]
[    4.583871] pci 0000:85:00.0: [1022:7901] type 00 class 0x010601 PCIe Endpoint
[    4.587775] pci 0000:85:00.0: BAR 5 [mem 0xbf800000-0xbf8007ff]
[    4.591749] pci 0000:85:00.0: enabling Extended Tags
[    4.595804] pci 0000:85:00.0: PME# supported from D3hot D3cold
[    4.599938] pci 0000:80:08.2: PCI bridge to [bus 85]
[    4.604490] ACPI: PCI Root Bridge [PC03] (domain 0000 [bus c0-ff])
[    4.607743] acpi PNP0A08:03: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    4.611901] acpi PNP0A08:03: _OSC: platform does not support [SHPCHotplug AER DPC]
[    4.616051] acpi PNP0A08:03: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
[    4.619741] acpi PNP0A08:03: FADT indicates ASPM is unsupported, using BIOS configuration
[    4.624750] PCI host bridge to bus 0000:c0
[    4.627743] pci_bus 0000:c0: root bus resource [io  0xa000-0xffff window]
[    4.631740] pci_bus 0000:c0: root bus resource [mem 0xc6000000-0xe0ffffff window]
[    4.635740] pci_bus 0000:c0: root bus resource [mem 0x10000000000-0x2bf3fffffff window]
[    4.639740] pci_bus 0000:c0: root bus resource [io  0x03b0-0x03df window]
[    4.643740] pci_bus 0000:c0: root bus resource [mem 0x000a0000-0x000bffff window]
[    4.647740] pci_bus 0000:c0: root bus resource [bus c0-ff]
[    4.651749] pci 0000:c0:00.0: [1022:1480] type 00 class 0x060000 conventional PCI endpoint
[    4.655852] pci 0000:c0:00.2: [1022:164f] type 00 class 0x080600 conventional PCI endpoint
[    4.659849] pci 0000:c0:01.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.663834] pci 0000:c0:02.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.667836] pci 0000:c0:03.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.671835] pci 0000:c0:03.1: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.675759] pci 0000:c0:03.1: PCI bridge to [bus c4]
[    4.679746] pci 0000:c0:03.1:   bridge window [mem 0xdb600000-0xdb9fffff]
[    4.683830] pci 0000:c0:03.1: PME# supported from D0 D3hot D3cold
[    4.704766] pci 0000:c0:03.2: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.707765] pci 0000:c0:03.2: PCI bridge to [bus c5]
[    4.711747] pci 0000:c0:03.2:   bridge window [mem 0xdb200000-0xdb5fffff]
[    4.715863] pci 0000:c0:03.2: PME# supported from D0 D3hot D3cold
[    4.735447] pci 0000:c0:03.3: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.735764] pci 0000:c0:03.3: PCI bridge to [bus c6]
[    4.739746] pci 0000:c0:03.3:   bridge window [mem 0xdae00000-0xdb1fffff]
[    4.743847] pci 0000:c0:03.3: PME# supported from D0 D3hot D3cold
[    4.762328] pci 0000:c0:03.4: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.763765] pci 0000:c0:03.4: PCI bridge to [bus c7]
[    4.767746] pci 0000:c0:03.4:   bridge window [mem 0xdaa00000-0xdadfffff]
[    4.771853] pci 0000:c0:03.4: PME# supported from D0 D3hot D3cold
[    4.793461] pci 0000:c0:04.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.795880] pci 0000:c0:05.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.799840] pci 0000:c0:05.1: [1022:149a] type 01 class 0x060400 PCIe Root Port
[    4.803761] pci 0000:c0:05.1: PCI bridge to [bus c1]
[    4.807752] pci 0000:c0:05.1:   bridge window [mem 0xc7000000-0xc70fffff 64bit pref]
[    4.811835] pci 0000:c0:05.1: PME# supported from D0 D3hot D3cold
[    4.815949] pci 0000:c0:05.2: [1022:149a] type 01 class 0x060400 PCIe Root Port
[    4.819757] pci 0000:c0:05.2: PCI bridge to [bus c2-c3]
[    4.823744] pci 0000:c0:05.2:   bridge window [mem 0xda000000-0xda8fffff]
[    4.827745] pci 0000:c0:05.2:   bridge window [mem 0xc6000000-0xc6ffffff 64bit pref]
[    4.835783] pci 0000:c0:05.2: PME# supported from D0 D3hot D3cold
[    4.839893] pci 0000:c0:07.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.843835] pci 0000:c0:07.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    4.847760] pci 0000:c0:07.1: PCI bridge to [bus c8]
[    4.851744] pci 0000:c0:07.1:   bridge window [mem 0xdbb00000-0xdbbfffff]
[    4.855751] pci 0000:c0:07.1: enabling Extended Tags
[    4.859789] pci 0000:c0:07.1: PME# supported from D0 D3hot D3cold
[    4.863909] pci 0000:c0:08.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.867835] pci 0000:c0:08.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    4.871757] pci 0000:c0:08.1: PCI bridge to [bus c9]
[    4.875744] pci 0000:c0:08.1:   bridge window [mem 0xdba00000-0xdbafffff]
[    4.879751] pci 0000:c0:08.1: enabling Extended Tags
[    4.883789] pci 0000:c0:08.1: PME# supported from D0 D3hot D3cold
[    4.887995] pci 0000:c0:03.1: PCI bridge to [bus c4]
[    4.891821] pci 0000:c0:03.2: PCI bridge to [bus c5]
[    4.895823] pci 0000:c0:03.3: PCI bridge to [bus c6]
[    4.899820] pci 0000:c0:03.4: PCI bridge to [bus c7]
[    4.907776] pci 0000:c1:00.0: [14e4:165f] type 00 class 0x020000 PCIe Endpoint
[    4.911759] pci 0000:c1:00.0: BAR 0 [mem 0xc7030000-0xc703ffff 64bit pref]
[    4.915752] pci 0000:c1:00.0: BAR 2 [mem 0xc7040000-0xc704ffff 64bit pref]
[    4.919754] pci 0000:c1:00.0: BAR 4 [mem 0xc7050000-0xc705ffff 64bit pref]
[    4.923749] pci 0000:c1:00.0: ROM [mem 0xfffc0000-0xffffffff pref]
[    4.927829] pci 0000:c1:00.0: PME# supported from D0 D3hot D3cold
[    4.931789] pci 0000:c1:00.0: 4.000 Gb/s available PCIe bandwidth, limited by 5.0 GT/s PCIe x1 link at 0000:c0:05.1 (capable of 8.000 Gb/s with 5.0 GT/s PCIe x2 link)
[    4.940380] pci 0000:c1:00.1: [14e4:165f] type 00 class 0x020000 PCIe Endpoint
[    4.943760] pci 0000:c1:00.1: BAR 0 [mem 0xc7000000-0xc700ffff 64bit pref]
[    4.947752] pci 0000:c1:00.1: BAR 2 [mem 0xc7010000-0xc701ffff 64bit pref]
[    4.951752] pci 0000:c1:00.1: BAR 4 [mem 0xc7020000-0xc702ffff 64bit pref]
[    4.955748] pci 0000:c1:00.1: ROM [mem 0xfffc0000-0xffffffff pref]
[    4.959828] pci 0000:c1:00.1: PME# supported from D0 D3hot D3cold
[    4.971770] pci 0000:c0:05.1: PCI bridge to [bus c1]
[    4.975816] pci 0000:c2:00.0: [1556:be00] type 01 class 0x060400 PCIe to PCI/PCI-X bridge
[    4.979770] pci 0000:c2:00.0: PCI bridge to [bus c3]
[    4.983747] pci 0000:c2:00.0:   bridge window [mem 0xda000000-0xda8fffff]
[    4.987749] pci 0000:c2:00.0:   bridge window [mem 0xc6000000-0xc6ffffff 64bit pref]
[    4.999752] pci 0000:c0:05.2: PCI bridge to [bus c2-c3]
[    5.003774] pci_bus 0000:c3: extended config space not accessible
[    5.007764] pci 0000:c3:00.0: [102b:0536] type 00 class 0x030000 conventional PCI endpoint
[    5.011756] pci 0000:c3:00.0: BAR 0 [mem 0xc6000000-0xc6ffffff pref]
[    5.015748] pci 0000:c3:00.0: BAR 1 [mem 0xda808000-0xda80bfff]
[    5.019748] pci 0000:c3:00.0: BAR 2 [mem 0xda000000-0xda7fffff]
[    5.023789] pci 0000:c3:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    5.027873] pci 0000:c2:00.0: PCI bridge to [bus c3]
[    5.031838] pci 0000:c8:00.0: [1022:148a] type 00 class 0x130000 PCIe Endpoint
[    5.035779] pci 0000:c8:00.0: enabling Extended Tags
[    5.039925] pci 0000:c8:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    5.043758] pci 0000:c8:00.2: BAR 2 [mem 0xdbb00000-0xdbb7ffff]
[    5.047753] pci 0000:c8:00.2: BAR 5 [mem 0xdbb80000-0xdbb81fff]
[    5.051748] pci 0000:c8:00.2: enabling Extended Tags
[    5.059946] pci 0000:c0:07.1: PCI bridge to [bus c8]
[    5.063870] pci 0000:c9:00.0: [1022:1485] type 00 class 0x130000 PCIe Endpoint
[    5.067783] pci 0000:c9:00.0: enabling Extended Tags
[    5.071967] pci 0000:c9:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    5.075759] pci 0000:c9:00.2: BAR 2 [mem 0xdba00000-0xdba7ffff]
[    5.079755] pci 0000:c9:00.2: BAR 5 [mem 0xdba80000-0xdba81fff]
[    5.083749] pci 0000:c9:00.2: enabling Extended Tags
[    5.087953] pci 0000:c0:08.1: PCI bridge to [bus c9]
[    5.098869] iommu: Default domain type: Translated
[    5.099740] iommu: DMA domain TLB invalidation policy: lazy mode
[    5.104010] SCSI subsystem initialized
[    5.107778] ACPI: bus type USB registered
[    5.111756] usbcore: registered new interface driver usbfs
[    5.115746] usbcore: registered new interface driver hub
[    5.119775] usbcore: registered new device driver usb
[    5.123770] pps_core: LinuxPPS API ver. 1 registered
[    5.127739] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    5.131742] PTP clock support registered
[    5.135821] EDAC MC: Ver: 3.0.0
[    5.139095] efivars: Registered efivars operations
[    5.140126] NetLabel: Initializing
[    5.143741] NetLabel:  domain hash size = 128
[    5.147739] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    5.151764] NetLabel:  unlabeled traffic allowed by default
[    5.155794] PCI: Using ACPI for IRQ routing
[    5.164304] pci 0000:c3:00.0: vgaarb: setting as boot VGA device
[    5.167738] pci 0000:c3:00.0: vgaarb: bridge control possible
[    5.167738] pci 0000:c3:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    5.167741] vgaarb: loaded
[    5.170455] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    5.171740] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    5.179996] clocksource: Switched to clocksource tsc-early
[    5.185549] VFS: Disk quotas dquot_6.6.0
[    5.189505] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    5.196603] AppArmor: AppArmor Filesystem Enabled
[    5.201325] pnp: PnP ACPI init
[    5.204631] system 00:00: [mem 0x80000000-0x8fffffff] has been reserved
[    5.211338] system 00:01: [mem 0xff000000-0xffffffff] has been reserved
[    5.219562] pnp: PnP ACPI: found 5 devices
[    5.230519] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    5.239495] NET: Registered PF_INET protocol family
[    5.244541] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc)
[    5.255523] tcp_listen_portaddr_hash hash table entries: 65536 (order: 8, 1048576 bytes, vmalloc)
[    5.264480] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, vmalloc)
[    5.272523] TCP established hash table entries: 524288 (order: 10, 4194304 bytes, vmalloc hugepage)
[    5.282093] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc)
[    5.289700] TCP: Hash tables configured (established 524288 bind 65536)
[    5.296617] UDP hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc)
[    5.303958] UDP-Lite hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc)
[    5.311795] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    5.317463] NET: Registered PF_XDP protocol family
[    5.322261] pci 0000:01:00.0: ROM [mem 0xfff00000-0xffffffff pref]: can't claim; no compatible bridge window
[    5.332080] pci 0000:c1:00.0: ROM [mem 0xfffc0000-0xffffffff pref]: can't claim; no compatible bridge window
[    5.341897] pci 0000:c1:00.1: ROM [mem 0xfffc0000-0xffffffff pref]: can't claim; no compatible bridge window
[    5.351716] pci_bus 0000:00: max bus depth: 1 pci_try_num: 2
[    5.357394] pci 0000:01:00.0: ROM [mem size 0x00100000 pref]: can't assign; no space
[    5.365133] pci 0000:01:00.0: ROM [mem size 0x00100000 pref]: failed to assign
[    5.372353] pci 0000:01:00.0: VF BAR 2 [mem size 0x01000000 64bit]: can't assign; no space
[    5.380612] pci 0000:01:00.0: VF BAR 2 [mem size 0x01000000 64bit]: failed to assign
[    5.388351] pci 0000:01:00.0: VF BAR 0 [mem size 0x00100000 64bit]: can't assign; no space
[    5.396610] pci 0000:01:00.0: VF BAR 0 [mem size 0x00100000 64bit]: failed to assign
[    5.404350] pci 0000:00:03.2: PCI bridge to [bus 01]
[    5.409314] pci 0000:00:03.2:   bridge window [io  0x1000-0x1fff]
[    5.415410] pci 0000:00:03.2:   bridge window [mem 0xf7300000-0xf74fffff]
[    5.422201] pci 0000:00:07.1: PCI bridge to [bus 02]
[    5.427169] pci 0000:00:07.1:   bridge window [mem 0xf7200000-0xf72fffff]
[    5.433992] pci 0000:00:08.1: PCI bridge to [bus 03]
[    5.438956] pci 0000:00:08.1:   bridge window [mem 0xf7000000-0xf71fffff]
[    5.445743] pci_bus 0000:00: No. 2 try to assign unassigned res
[    5.451662] pci 0000:00:03.2: resource 14 [mem 0xf7300000-0xf74fffff] released
[    5.458877] pci 0000:00:03.2: PCI bridge to [bus 01]
[    5.463849] pci 0000:00:03.2: bridge window [mem 0x00100000-0x002fffff] to [bus 01] add_size 1100000 add_align 100000
[    5.474457] pci 0000:00:03.2: bridge window [mem 0xe1000000-0xe22fffff]: assigned
[    5.481944] pci 0000:01:00.0: BAR 3 [mem 0xe1000000-0xe10fffff 64bit]: assigned
[    5.489252] pci 0000:01:00.0: VF BAR 2 [mem 0xe1100000-0xe20fffff 64bit]: assigned
[    5.496824] pci 0000:01:00.0: BAR 1 [mem 0xe2100000-0xe210ffff 64bit]: assigned
[    5.504132] pci 0000:01:00.0: VF BAR 0 [mem 0xe2110000-0xe220ffff 64bit]: assigned
[    5.511704] pci 0000:00:03.2: PCI bridge to [bus 01]
[    5.516667] pci 0000:00:03.2:   bridge window [io  0x1000-0x1fff]
[    5.522763] pci 0000:00:03.2:   bridge window [mem 0xe1000000-0xe22fffff]
[    5.529551] pci 0000:00:07.1: PCI bridge to [bus 02]
[    5.534556] pci 0000:00:07.1:   bridge window [mem 0xf7200000-0xf72fffff]
[    5.541382] pci 0000:00:08.1: PCI bridge to [bus 03]
[    5.546352] pci 0000:00:08.1:   bridge window [mem 0xf7000000-0xf71fffff]
[    5.553140] pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
[    5.559325] pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
[    5.565506] pci_bus 0000:00: resource 6 [mem 0x000c0000-0x000fffff window]
[    5.572375] pci_bus 0000:00: resource 7 [io  0x0d00-0x3fff window]
[    5.578556] pci_bus 0000:00: resource 8 [mem 0xe1000000-0xfebfffff window]
[    5.585429] pci_bus 0000:00: resource 9 [mem 0x63dc0000000-0x7fcffffffff window]
[    5.592821] pci_bus 0000:01: resource 0 [io  0x1000-0x1fff]
[    5.598391] pci_bus 0000:01: resource 1 [mem 0xe1000000-0xe22fffff]
[    5.604661] pci_bus 0000:02: resource 1 [mem 0xf7200000-0xf72fffff]
[    5.610926] pci_bus 0000:03: resource 1 [mem 0xf7000000-0xf71fffff]
[    5.617266] pci 0000:40:03.1: bridge window [io  0x1000-0x0fff] to [bus 41] add_size 1000
[    5.625444] pci 0000:40:03.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 41] add_size 200000 add_align 100000
[    5.636908] pci 0000:40:03.2: bridge window [io  0x1000-0x0fff] to [bus 42] add_size 1000
[    5.645098] pci 0000:40:03.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 42] add_size 200000 add_align 100000
[    5.656563] pci 0000:40:03.3: bridge window [io  0x1000-0x0fff] to [bus 43] add_size 1000
[    5.664739] pci 0000:40:03.3: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 43] add_size 200000 add_align 100000
[    5.676203] pci 0000:40:03.4: bridge window [io  0x1000-0x0fff] to [bus 44] add_size 1000
[    5.684373] pci 0000:40:03.4: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 44] add_size 200000 add_align 100000
[    5.695844] pci 0000:40:03.1: bridge window [mem 0x47e80000000-0x47e801fffff 64bit pref]: assigned
[    5.704804] pci 0000:40:03.2: bridge window [mem 0x47e80200000-0x47e803fffff 64bit pref]: assigned
[    5.713753] pci 0000:40:03.3: bridge window [mem 0x47e80400000-0x47e805fffff 64bit pref]: assigned
[    5.722707] pci 0000:40:03.4: bridge window [mem 0x47e80600000-0x47e807fffff 64bit pref]: assigned
[    5.731662] pci 0000:40:03.1: bridge window [io  0x4000-0x4fff]: assigned
[    5.738446] pci 0000:40:03.2: bridge window [io  0x5000-0x5fff]: assigned
[    5.745239] pci 0000:40:03.3: bridge window [io  0x6000-0x6fff]: assigned
[    5.752025] pci 0000:40:03.4: bridge window [io  size 0x1000]: can't assign; no space
[    5.759850] pci 0000:40:03.4: bridge window [io  size 0x1000]: failed to assign
[    5.767160] pci 0000:40:03.4: bridge window [io  0x4000-0x4fff]: assigned
[    5.773944] pci 0000:40:03.3: bridge window [io  0x5000-0x5fff]: assigned
[    5.780732] pci 0000:40:03.2: bridge window [io  0x6000-0x6fff]: assigned
[    5.787517] pci 0000:40:03.1: bridge window [io  size 0x1000]: can't assign; no space
[    5.795342] pci 0000:40:03.1: bridge window [io  size 0x1000]: failed to assign
[    5.802648] pci 0000:40:03.1: PCI bridge to [bus 41]
[    5.807618] pci 0000:40:03.1:   bridge window [mem 0xa4c00000-0xa4ffffff]
[    5.814409] pci 0000:40:03.1:   bridge window [mem 0x47e80000000-0x47e801fffff 64bit pref]
[    5.822670] pci 0000:40:03.2: PCI bridge to [bus 42]
[    5.827633] pci 0000:40:03.2:   bridge window [io  0x6000-0x6fff]
[    5.833726] pci 0000:40:03.2:   bridge window [mem 0xa4800000-0xa4bfffff]
[    5.840515] pci 0000:40:03.2:   bridge window [mem 0x47e80200000-0x47e803fffff 64bit pref]
[    5.848809] pci 0000:40:03.3: PCI bridge to [bus 43]
[    5.853772] pci 0000:40:03.3:   bridge window [io  0x5000-0x5fff]
[    5.859866] pci 0000:40:03.3:   bridge window [mem 0xa4400000-0xa47fffff]
[    5.866651] pci 0000:40:03.3:   bridge window [mem 0x47e80400000-0x47e805fffff 64bit pref]
[    5.874914] pci 0000:40:03.4: PCI bridge to [bus 44]
[    5.879886] pci 0000:40:03.4:   bridge window [io  0x4000-0x4fff]
[    5.885980] pci 0000:40:03.4:   bridge window [mem 0xa4000000-0xa43fffff]
[    5.892765] pci 0000:40:03.4:   bridge window [mem 0x47e80600000-0x47e807fffff 64bit pref]
[    5.901025] pci 0000:40:07.1: PCI bridge to [bus 45]
[    5.905990] pci 0000:40:07.1:   bridge window [mem 0xa5300000-0xa53fffff]
[    5.912780] pci 0000:40:08.1: PCI bridge to [bus 46]
[    5.917749] pci 0000:40:08.1:   bridge window [mem 0xa5000000-0xa52fffff]
[    5.924539] pci_bus 0000:40: resource 4 [io  0x4000-0x6fff window]
[    5.930722] pci_bus 0000:40: resource 5 [mem 0x90000000-0xaaffffff window]
[    5.937594] pci_bus 0000:40: resource 6 [mem 0x47e80000000-0x63dbfffffff window]
[    5.944988] pci_bus 0000:41: resource 1 [mem 0xa4c00000-0xa4ffffff]
[    5.951261] pci_bus 0000:41: resource 2 [mem 0x47e80000000-0x47e801fffff 64bit pref]
[    5.959003] pci_bus 0000:42: resource 0 [io  0x6000-0x6fff]
[    5.964574] pci_bus 0000:42: resource 1 [mem 0xa4800000-0xa4bfffff]
[    5.970840] pci_bus 0000:42: resource 2 [mem 0x47e80200000-0x47e803fffff 64bit pref]
[    5.978579] pci_bus 0000:43: resource 0 [io  0x5000-0x5fff]
[    5.984153] pci_bus 0000:43: resource 1 [mem 0xa4400000-0xa47fffff]
[    5.990418] pci_bus 0000:43: resource 2 [mem 0x47e80400000-0x47e805fffff 64bit pref]
[    5.998157] pci_bus 0000:44: resource 0 [io  0x4000-0x4fff]
[    6.003729] pci_bus 0000:44: resource 1 [mem 0xa4000000-0xa43fffff]
[    6.009996] pci_bus 0000:44: resource 2 [mem 0x47e80600000-0x47e807fffff 64bit pref]
[    6.017735] pci_bus 0000:45: resource 1 [mem 0xa5300000-0xa53fffff]
[    6.024002] pci_bus 0000:46: resource 1 [mem 0xa5000000-0xa52fffff]
[    6.030420] pci 0000:80:01.1: bridge window [io  0x1000-0x0fff] to [bus 81] add_size 1000
[    6.038602] pci 0000:80:01.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 81] add_size 200000 add_align 100000
[    6.050076] pci 0000:80:01.2: bridge window [io  0x1000-0x0fff] to [bus 82] add_size 1000
[    6.058253] pci 0000:80:01.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 82] add_size 200000 add_align 100000
[    6.069721] pci 0000:80:01.1: bridge window [mem 0x2bf40000000-0x2bf401fffff 64bit pref]: assigned
[    6.078679] pci 0000:80:01.2: bridge window [mem 0x2bf40200000-0x2bf403fffff 64bit pref]: assigned
[    6.087631] pci 0000:80:01.1: bridge window [io  0x7000-0x7fff]: assigned
[    6.094420] pci 0000:80:01.2: bridge window [io  0x8000-0x8fff]: assigned
[    6.101204] pci 0000:80:01.1: PCI bridge to [bus 81]
[    6.106168] pci 0000:80:01.1:   bridge window [io  0x7000-0x7fff]
[    6.112265] pci 0000:80:01.1:   bridge window [mem 0xbf400000-0xbf7fffff]
[    6.119049] pci 0000:80:01.1:   bridge window [mem 0x2bf40000000-0x2bf401fffff 64bit pref]
[    6.127309] pci 0000:80:01.2: PCI bridge to [bus 82]
[    6.132272] pci 0000:80:01.2:   bridge window [io  0x8000-0x8fff]
[    6.138367] pci 0000:80:01.2:   bridge window [mem 0xbf000000-0xbf3fffff]
[    6.145150] pci 0000:80:01.2:   bridge window [mem 0x2bf40200000-0x2bf403fffff 64bit pref]
[    6.153413] pci 0000:80:07.1: PCI bridge to [bus 83]
[    6.158414] pci 0000:80:07.1:   bridge window [mem 0xbfa00000-0xbfafffff]
[    6.165202] pci 0000:80:08.1: PCI bridge to [bus 84]
[    6.170172] pci 0000:80:08.1:   bridge window [mem 0xbf900000-0xbf9fffff]
[    6.176963] pci 0000:80:08.2: PCI bridge to [bus 85]
[    6.181934] pci 0000:80:08.2:   bridge window [mem 0xbf800000-0xbf8fffff]
[    6.188723] pci_bus 0000:80: resource 4 [io  0x7000-0x9fff window]
[    6.194906] pci_bus 0000:80: resource 5 [mem 0xab000000-0xc5ffffff window]
[    6.201781] pci_bus 0000:80: resource 6 [mem 0x2bf40000000-0x47e7fffffff window]
[    6.209174] pci_bus 0000:81: resource 0 [io  0x7000-0x7fff]
[    6.214747] pci_bus 0000:81: resource 1 [mem 0xbf400000-0xbf7fffff]
[    6.221017] pci_bus 0000:81: resource 2 [mem 0x2bf40000000-0x2bf401fffff 64bit pref]
[    6.228757] pci_bus 0000:82: resource 0 [io  0x8000-0x8fff]
[    6.234331] pci_bus 0000:82: resource 1 [mem 0xbf000000-0xbf3fffff]
[    6.240596] pci_bus 0000:82: resource 2 [mem 0x2bf40200000-0x2bf403fffff 64bit pref]
[    6.248336] pci_bus 0000:83: resource 1 [mem 0xbfa00000-0xbfafffff]
[    6.254600] pci_bus 0000:84: resource 1 [mem 0xbf900000-0xbf9fffff]
[    6.260893] pci_bus 0000:85: resource 1 [mem 0xbf800000-0xbf8fffff]
[    6.267242] pci 0000:c0:03.1: bridge window [io  0x1000-0x0fff] to [bus c4] add_size 1000
[    6.275420] pci 0000:c0:03.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus c4] add_size 200000 add_align 100000
[    6.286883] pci 0000:c0:03.2: bridge window [io  0x1000-0x0fff] to [bus c5] add_size 1000
[    6.295057] pci 0000:c0:03.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus c5] add_size 200000 add_align 100000
[    6.306525] pci 0000:c0:03.3: bridge window [io  0x1000-0x0fff] to [bus c6] add_size 1000
[    6.314696] pci 0000:c0:03.3: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus c6] add_size 200000 add_align 100000
[    6.326162] pci 0000:c0:03.4: bridge window [io  0x1000-0x0fff] to [bus c7] add_size 1000
[    6.334333] pci 0000:c0:03.4: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus c7] add_size 200000 add_align 100000
[    6.345805] pci 0000:c0:03.1: bridge window [mem 0x10000000000-0x100001fffff 64bit pref]: assigned
[    6.354761] pci 0000:c0:03.2: bridge window [mem 0x10000200000-0x100003fffff 64bit pref]: assigned
[    6.363716] pci 0000:c0:03.3: bridge window [mem 0x10000400000-0x100005fffff 64bit pref]: assigned
[    6.372702] pci 0000:c0:03.4: bridge window [mem 0x10000600000-0x100007fffff 64bit pref]: assigned
[    6.381661] pci 0000:c0:05.1: bridge window [mem 0xc7100000-0xc71fffff]: assigned
[    6.389141] pci 0000:c0:03.1: bridge window [io  0xa000-0xafff]: assigned
[    6.395926] pci 0000:c0:03.2: bridge window [io  0xb000-0xbfff]: assigned
[    6.402713] pci 0000:c0:03.3: bridge window [io  0xc000-0xcfff]: assigned
[    6.409501] pci 0000:c0:03.4: bridge window [io  0xd000-0xdfff]: assigned
[    6.416288] pci 0000:c0:03.1: PCI bridge to [bus c4]
[    6.421251] pci 0000:c0:03.1:   bridge window [io  0xa000-0xafff]
[    6.427346] pci 0000:c0:03.1:   bridge window [mem 0xdb600000-0xdb9fffff]
[    6.434133] pci 0000:c0:03.1:   bridge window [mem 0x10000000000-0x100001fffff 64bit pref]
[    6.442402] pci 0000:c0:03.2: PCI bridge to [bus c5]
[    6.447374] pci 0000:c0:03.2:   bridge window [io  0xb000-0xbfff]
[    6.453469] pci 0000:c0:03.2:   bridge window [mem 0xdb200000-0xdb5fffff]
[    6.460263] pci 0000:c0:03.2:   bridge window [mem 0x10000200000-0x100003fffff 64bit pref]
[    6.468532] pci 0000:c0:03.3: PCI bridge to [bus c6]
[    6.473504] pci 0000:c0:03.3:   bridge window [io  0xc000-0xcfff]
[    6.479598] pci 0000:c0:03.3:   bridge window [mem 0xdae00000-0xdb1fffff]
[    6.486383] pci 0000:c0:03.3:   bridge window [mem 0x10000400000-0x100005fffff 64bit pref]
[    6.494644] pci 0000:c0:03.4: PCI bridge to [bus c7]
[    6.499618] pci 0000:c0:03.4:   bridge window [io  0xd000-0xdfff]
[    6.505720] pci 0000:c0:03.4:   bridge window [mem 0xdaa00000-0xdadfffff]
[    6.512515] pci 0000:c0:03.4:   bridge window [mem 0x10000600000-0x100007fffff 64bit pref]
[    6.520788] pci 0000:c1:00.0: ROM [mem 0xc7100000-0xc713ffff pref]: assigned
[    6.527834] pci 0000:c1:00.1: ROM [mem 0xc7140000-0xc717ffff pref]: assigned
[    6.534878] pci 0000:c0:05.1: PCI bridge to [bus c1]
[    6.539847] pci 0000:c0:05.1:   bridge window [mem 0xc7100000-0xc71fffff]
[    6.546632] pci 0000:c0:05.1:   bridge window [mem 0xc7000000-0xc70fffff 64bit pref]
[    6.554374] pci 0000:c2:00.0: PCI bridge to [bus c3]
[    6.559348] pci 0000:c2:00.0:   bridge window [mem 0xda000000-0xda8fffff]
[    6.566142] pci 0000:c2:00.0:   bridge window [mem 0xc6000000-0xc6ffffff 64bit pref]
[    6.573900] pci 0000:c0:05.2: PCI bridge to [bus c2-c3]
[    6.579130] pci 0000:c0:05.2:   bridge window [mem 0xda000000-0xda8fffff]
[    6.585917] pci 0000:c0:05.2:   bridge window [mem 0xc6000000-0xc6ffffff 64bit pref]
[    6.593660] pci 0000:c0:07.1: PCI bridge to [bus c8]
[    6.598633] pci 0000:c0:07.1:   bridge window [mem 0xdbb00000-0xdbbfffff]
[    6.605419] pci 0000:c0:08.1: PCI bridge to [bus c9]
[    6.610383] pci 0000:c0:08.1:   bridge window [mem 0xdba00000-0xdbafffff]
[    6.617176] pci_bus 0000:c0: resource 4 [io  0xa000-0xffff window]
[    6.623356] pci_bus 0000:c0: resource 5 [mem 0xc6000000-0xe0ffffff window]
[    6.630228] pci_bus 0000:c0: resource 6 [mem 0x10000000000-0x2bf3fffffff window]
[    6.637619] pci_bus 0000:c0: resource 7 [io  0x03b0-0x03df window]
[    6.643800] pci_bus 0000:c0: resource 8 [mem 0x000a0000-0x000bffff window]
[    6.650671] pci_bus 0000:c4: resource 0 [io  0xa000-0xafff]
[    6.656245] pci_bus 0000:c4: resource 1 [mem 0xdb600000-0xdb9fffff]
[    6.662511] pci_bus 0000:c4: resource 2 [mem 0x10000000000-0x100001fffff 64bit pref]
[    6.670250] pci_bus 0000:c5: resource 0 [io  0xb000-0xbfff]
[    6.675849] pci_bus 0000:c5: resource 1 [mem 0xdb200000-0xdb5fffff]
[    6.682114] pci_bus 0000:c5: resource 2 [mem 0x10000200000-0x100003fffff 64bit pref]
[    6.689856] pci_bus 0000:c6: resource 0 [io  0xc000-0xcfff]
[    6.695427] pci_bus 0000:c6: resource 1 [mem 0xdae00000-0xdb1fffff]
[    6.701694] pci_bus 0000:c6: resource 2 [mem 0x10000400000-0x100005fffff 64bit pref]
[    6.709433] pci_bus 0000:c7: resource 0 [io  0xd000-0xdfff]
[    6.715005] pci_bus 0000:c7: resource 1 [mem 0xdaa00000-0xdadfffff]
[    6.721273] pci_bus 0000:c7: resource 2 [mem 0x10000600000-0x100007fffff 64bit pref]
[    6.729009] pci_bus 0000:c1: resource 1 [mem 0xc7100000-0xc71fffff]
[    6.735275] pci_bus 0000:c1: resource 2 [mem 0xc7000000-0xc70fffff 64bit pref]
[    6.742497] pci_bus 0000:c2: resource 1 [mem 0xda000000-0xda8fffff]
[    6.748761] pci_bus 0000:c2: resource 2 [mem 0xc6000000-0xc6ffffff 64bit pref]
[    6.755979] pci_bus 0000:c3: resource 1 [mem 0xda000000-0xda8fffff]
[    6.762247] pci_bus 0000:c3: resource 2 [mem 0xc6000000-0xc6ffffff 64bit pref]
[    6.769466] pci_bus 0000:c8: resource 1 [mem 0xdbb00000-0xdbbfffff]
[    6.775733] pci_bus 0000:c9: resource 1 [mem 0xdba00000-0xdbafffff]
[    6.782609] PCI: CLS 64 bytes, default 64
[    6.786643] AMD-Vi: IOMMU SNP support enabled.
[    6.786709] Trying to unpack rootfs image as initramfs...
[    6.796586] pci 0000:c0:00.2: AMD-Vi: IOMMU performance counters supported
[    6.803567] pci 0000:c0:01.0: Adding to iommu group 0
[    6.808675] pci 0000:c0:02.0: Adding to iommu group 1
[    6.813869] pci 0000:c0:03.0: Adding to iommu group 2
[    6.818971] pci 0000:c0:03.1: Adding to iommu group 2
[    6.824065] pci 0000:c0:03.2: Adding to iommu group 2
[    6.829163] pci 0000:c0:03.3: Adding to iommu group 2
[    6.834258] pci 0000:c0:03.4: Adding to iommu group 2
[    6.839361] pci 0000:c0:04.0: Adding to iommu group 3
[    6.844507] pci 0000:c0:05.0: Adding to iommu group 4
[    6.849605] pci 0000:c0:05.1: Adding to iommu group 4
[    6.854704] pci 0000:c0:05.2: Adding to iommu group 4
[    6.859805] pci 0000:c0:07.0: Adding to iommu group 5
[    6.864920] pci 0000:c0:07.1: Adding to iommu group 6
[    6.870025] pci 0000:c0:08.0: Adding to iommu group 7
[    6.875115] pci 0000:c0:08.1: Adding to iommu group 8
[    6.880168] pci 0000:c1:00.0: Adding to iommu group 4
[    6.885230] pci 0000:c1:00.1: Adding to iommu group 4
[    6.890291] pci 0000:c2:00.0: Adding to iommu group 4
[    6.895360] pci 0000:c3:00.0: Adding to iommu group 4
[    6.900451] pci 0000:c8:00.0: Adding to iommu group 9
[    6.905538] pci 0000:c8:00.2: Adding to iommu group 10
[    6.910711] pci 0000:c9:00.0: Adding to iommu group 11
[    6.915885] pci 0000:c9:00.2: Adding to iommu group 12
[    6.927475] pci 0000:80:00.2: AMD-Vi: IOMMU performance counters supported
[    6.934507] pci 0000:80:01.0: Adding to iommu group 13
[    6.939691] pci 0000:80:01.1: Adding to iommu group 13
[    6.944875] pci 0000:80:01.2: Adding to iommu group 13
[    6.950068] pci 0000:80:02.0: Adding to iommu group 14
[    6.955262] pci 0000:80:03.0: Adding to iommu group 15
[    6.960454] pci 0000:80:04.0: Adding to iommu group 16
[    6.965640] pci 0000:80:05.0: Adding to iommu group 17
[    6.970835] pci 0000:80:07.0: Adding to iommu group 18
[    6.976003] pci 0000:80:07.1: Adding to iommu group 19
[    6.981200] pci 0000:80:08.0: Adding to iommu group 20
[    6.986369] pci 0000:80:08.1: Adding to iommu group 21
[    6.991544] pci 0000:80:08.2: Adding to iommu group 22
[    6.996721] pci 0000:83:00.0: Adding to iommu group 23
[    7.001892] pci 0000:83:00.2: Adding to iommu group 24
[    7.007066] pci 0000:84:00.0: Adding to iommu group 25
[    7.012249] pci 0000:84:00.2: Adding to iommu group 26
[    7.017420] pci 0000:85:00.0: Adding to iommu group 27
[    7.029767] pci 0000:40:00.2: AMD-Vi: IOMMU performance counters supported
[    7.036753] pci 0000:40:01.0: Adding to iommu group 28
[    7.041943] pci 0000:40:02.0: Adding to iommu group 29
[    7.047229] pci 0000:40:03.0: Adding to iommu group 30
[    7.052406] pci 0000:40:03.1: Adding to iommu group 30
[    7.057579] pci 0000:40:03.2: Adding to iommu group 30
[    7.062754] pci 0000:40:03.3: Adding to iommu group 30
[    7.067926] pci 0000:40:03.4: Adding to iommu group 30
[    7.073117] pci 0000:40:04.0: Adding to iommu group 31
[    7.078307] pci 0000:40:05.0: Adding to iommu group 32
[    7.083535] pci 0000:40:07.0: Adding to iommu group 33
[    7.088708] pci 0000:40:07.1: Adding to iommu group 34
[    7.093901] pci 0000:40:08.0: Adding to iommu group 35
[    7.099071] pci 0000:40:08.1: Adding to iommu group 36
[    7.104252] pci 0000:45:00.0: Adding to iommu group 37
[    7.109427] pci 0000:45:00.2: Adding to iommu group 38
[    7.114602] pci 0000:46:00.0: Adding to iommu group 39
[    7.119775] pci 0000:46:00.1: Adding to iommu group 40
[    7.124950] pci 0000:46:00.2: Adding to iommu group 41
[    7.130125] pci 0000:46:00.3: Adding to iommu group 42
[    7.142415] pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
[    7.149390] pci 0000:00:01.0: Adding to iommu group 43
[    7.154583] pci 0000:00:02.0: Adding to iommu group 44
[    7.159777] pci 0000:00:03.0: Adding to iommu group 45
[    7.164950] pci 0000:00:03.2: Adding to iommu group 46
[    7.170140] pci 0000:00:04.0: Adding to iommu group 47
[    7.175329] pci 0000:00:05.0: Adding to iommu group 48
[    7.180524] pci 0000:00:07.0: Adding to iommu group 49
[    7.185695] pci 0000:00:07.1: Adding to iommu group 50
[    7.190888] pci 0000:00:08.0: Adding to iommu group 51
[    7.196056] pci 0000:00:08.1: Adding to iommu group 52
[    7.201274] pci 0000:00:14.0: Adding to iommu group 53
[    7.204955] Freeing initrd memory: 35960K
[    7.206447] pci 0000:00:14.3: Adding to iommu group 53
[    7.215779] pci 0000:00:18.0: Adding to iommu group 54
[    7.220948] pci 0000:00:18.1: Adding to iommu group 54
[    7.226122] pci 0000:00:18.2: Adding to iommu group 54
[    7.231297] pci 0000:00:18.3: Adding to iommu group 54
[    7.236469] pci 0000:00:18.4: Adding to iommu group 54
[    7.241643] pci 0000:00:18.5: Adding to iommu group 54
[    7.246822] pci 0000:00:18.6: Adding to iommu group 54
[    7.251991] pci 0000:00:18.7: Adding to iommu group 54
[    7.257166] pci 0000:01:00.0: Adding to iommu group 55
[    7.262341] pci 0000:02:00.0: Adding to iommu group 56
[    7.267518] pci 0000:02:00.2: Adding to iommu group 57
[    7.272692] pci 0000:03:00.0: Adding to iommu group 58
[    7.277863] pci 0000:03:00.2: Adding to iommu group 59
[    7.283034] pci 0000:03:00.3: Adding to iommu group 60
[    7.296895] AMD-Vi: Extended features (0x841f77e022094ace, 0x0): PPR X2APIC NX IA GA PC SNP
[    7.305255] AMD-Vi: Interrupt remapping enabled
[    7.309781] AMD-Vi: X2APIC enabled
[    7.314077] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    7.320516] software IO TLB: mapped [mem 0x000000000459f000-0x000000001459f000] (256MB)
[    7.328640] LVT offset 0 assigned for vector 0x400
[    7.335093] perf: AMD IBS detected (0x000003ff)
[    7.340966] amd_uncore: 4 amd_df counters detected
[    7.345803] amd_uncore: 6 amd_l3 counters detected
[    7.352230] perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
[    7.359382] perf/amd_iommu: Detected AMD IOMMU #1 (2 banks, 4 counters/bank).
[    7.366531] perf/amd_iommu: Detected AMD IOMMU #2 (2 banks, 4 counters/bank).
[    7.373682] perf/amd_iommu: Detected AMD IOMMU #3 (2 banks, 4 counters/bank).
[    7.436030] Initialise system trusted keyrings
[    7.440529] Key type blacklist registered
[    7.444664] workingset: timestamp_bits=36 max_order=26 bucket_order=0
[    7.451109] zbud: loaded
[    7.454141] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    7.460136] fuse: init (API version 7.41)
[    7.464416] integrity: Platform Keyring initialized
[    7.481539] Key type asymmetric registered
[    7.485637] Asymmetric key parser 'x509' registered
[    7.490551] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[    7.498032] io scheduler mq-deadline registered
[    7.504183] pcieport 0000:00:03.2: PME: Signaling with IRQ 38
[    7.510289] pcieport 0000:00:07.1: PME: Signaling with IRQ 40
[    7.516239] pcieport 0000:00:08.1: PME: Signaling with IRQ 41
[    7.522196] pcieport 0000:40:03.1: PME: Signaling with IRQ 42
[    7.527983] pcieport 0000:40:03.1: pciehp: Slot #167 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.541949] pcieport 0000:40:03.2: PME: Signaling with IRQ 43
[    7.547766] pcieport 0000:40:03.2: pciehp: Slot #166 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.561726] pcieport 0000:40:03.3: PME: Signaling with IRQ 44
[    7.567523] pcieport 0000:40:03.3: pciehp: Slot #169 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.581471] pcieport 0000:40:03.4: PME: Signaling with IRQ 45
[    7.587263] pcieport 0000:40:03.4: pciehp: Slot #168 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.601272] pcieport 0000:40:07.1: PME: Signaling with IRQ 47
[    7.607213] pcieport 0000:40:08.1: PME: Signaling with IRQ 48
[    7.613319] pcieport 0000:80:01.1: PME: Signaling with IRQ 49
[    7.619117] pcieport 0000:80:01.1: pciehp: Slot #160 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.633066] pcieport 0000:80:01.2: PME: Signaling with IRQ 50
[    7.638854] pcieport 0000:80:01.2: pciehp: Slot #161 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.652930] pcieport 0000:80:07.1: PME: Signaling with IRQ 52
[    7.658937] pcieport 0000:80:08.1: PME: Signaling with IRQ 54
[    7.664921] pcieport 0000:80:08.2: PME: Signaling with IRQ 55
[    7.670858] pcieport 0000:c0:03.1: PME: Signaling with IRQ 56
[    7.676654] pcieport 0000:c0:03.1: pciehp: Slot #163 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.690588] pcieport 0000:c0:03.2: PME: Signaling with IRQ 57
[    7.696377] pcieport 0000:c0:03.2: pciehp: Slot #162 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.710317] pcieport 0000:c0:03.3: PME: Signaling with IRQ 58
[    7.716110] pcieport 0000:c0:03.3: pciehp: Slot #165 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.730046] pcieport 0000:c0:03.4: PME: Signaling with IRQ 59
[    7.735834] pcieport 0000:c0:03.4: pciehp: Slot #164 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.749739] pcieport 0000:c0:05.1: PME: Signaling with IRQ 60
[    7.755648] pcieport 0000:c0:05.2: PME: Signaling with IRQ 61
[    7.761646] pcieport 0000:c0:07.1: PME: Signaling with IRQ 63
[    7.767648] pcieport 0000:c0:08.1: PME: Signaling with IRQ 65
[    7.773668] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    7.780759] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[    7.788225] ACPI: button: Power Button [PWRF]
[    7.800320] Estimated ratio of average max frequency by base frequency (times 1024): 1464
[    7.824444] ERST: Error Record Serialization Table (ERST) support is initialized.
[    7.831951] pstore: Using crash dump compression: deflate
[    7.837354] pstore: Registered erst as persistent store backend
[    7.843400] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    7.849953] 00:03: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A
[    7.858076] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    7.868963] Linux agpgart interface v0.103
[    7.898299] loop: module loaded
[    7.912735] ahci 0000:85:00.0: AHCI vers 0001.0301, 32 command slots, 6 Gbps, SATA mode
[    7.920781] ahci 0000:85:00.0: 8/8 ports implemented (port mask 0xff)
[    7.927230] ahci 0000:85:00.0: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part sxs 
[    7.937378] scsi host0: ahci
[    7.940484] scsi host1: ahci
[    7.943562] scsi host2: ahci
[    7.946646] scsi host3: ahci
[    7.949722] scsi host4: ahci
[    7.952801] scsi host5: ahci
[    7.955872] scsi host6: ahci
[    7.958948] scsi host7: ahci
[    7.961887] ata1: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800100 irq 67 lpm-pol 0
[    7.970153] ata2: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800180 irq 68 lpm-pol 0
[    7.978413] ata3: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800200 irq 69 lpm-pol 0
[    7.986672] ata4: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800280 irq 70 lpm-pol 0
[    7.994931] ata5: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800300 irq 71 lpm-pol 0
[    8.003190] ata6: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800380 irq 72 lpm-pol 0
[    8.011450] ata7: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800400 irq 73 lpm-pol 0
[    8.019709] ata8: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800480 irq 74 lpm-pol 0
[    8.028238] tun: Universal TUN/TAP device driver, 1.6
[    8.033354] PPP generic driver version 2.4.2
[    8.037762] VFIO - User Level meta-driver version: 0.3
[    8.043235] xhci_hcd 0000:03:00.3: xHCI Host Controller
[    8.048486] xhci_hcd 0000:03:00.3: new USB bus registered, assigned bus number 1
[    8.055988] xhci_hcd 0000:03:00.3: hcc params 0x0260ffe5 hci version 0x110 quirks 0x0000000000000010
[    8.065535] xhci_hcd 0000:03:00.3: xHCI Host Controller
[    8.070766] xhci_hcd 0000:03:00.3: new USB bus registered, assigned bus number 2
[    8.078164] xhci_hcd 0000:03:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[    8.085260] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.11
[    8.093524] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    8.100749] usb usb1: Product: xHCI Host Controller
[    8.105629] usb usb1: Manufacturer: Linux 6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d xhci-hcd
[    8.114583] usb usb1: SerialNumber: 0000:03:00.3
[    8.119364] hub 1-0:1.0: USB hub found
[    8.123130] hub 1-0:1.0: 2 ports detected
[    8.127967] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    8.136091] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.11
[    8.144354] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    8.151583] usb usb2: Product: xHCI Host Controller
[    8.156471] usb usb2: Manufacturer: Linux 6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d xhci-hcd
[    8.165430] usb usb2: SerialNumber: 0000:03:00.3
[    8.170173] hub 2-0:1.0: USB hub found
[    8.173940] hub 2-0:1.0: 2 ports detected
[    8.178838] xhci_hcd 0000:46:00.3: xHCI Host Controller
[    8.184076] xhci_hcd 0000:46:00.3: new USB bus registered, assigned bus number 3
[    8.191572] xhci_hcd 0000:46:00.3: hcc params 0x0260ffe5 hci version 0x110 quirks 0x0000000000000010
[    8.201062] xhci_hcd 0000:46:00.3: xHCI Host Controller
[    8.206293] xhci_hcd 0000:46:00.3: new USB bus registered, assigned bus number 4
[    8.213686] xhci_hcd 0000:46:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[    8.220778] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.11
[    8.229079] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    8.236311] usb usb3: Product: xHCI Host Controller
[    8.241203] usb usb3: Manufacturer: Linux 6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d xhci-hcd
[    8.250162] usb usb3: SerialNumber: 0000:46:00.3
[    8.254917] hub 3-0:1.0: USB hub found
[    8.258682] hub 3-0:1.0: 2 ports detected
[    8.263456] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    8.271572] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.11
[    8.279836] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    8.287055] usb usb4: Product: xHCI Host Controller
[    8.291932] usb usb4: Manufacturer: Linux 6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d xhci-hcd
[    8.300888] usb usb4: SerialNumber: 0000:46:00.3
[    8.305627] hub 4-0:1.0: USB hub found
[    8.309390] hub 4-0:1.0: 2 ports detected
[    8.314387] usbcore: registered new interface driver uas
[    8.319723] usbcore: registered new interface driver usb-storage
[    8.325812] i8042: PNP: No PS/2 controller found.
[    8.330636] mousedev: PS/2 mouse device common for all mice
[    8.336316] rtc_cmos 00:02: RTC can wake from S4
[    8.341196] rtc_cmos 00:02: registered as rtc0
[    8.342554] ata1: SATA link down (SStatus 0 SControl 300)
[    8.345714] rtc_cmos 00:02: setting system clock to 2024-09-03T10:27:49 UTC (1725359269)
[    8.351066] ata3: SATA link down (SStatus 0 SControl 300)
[    8.359162] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram
[    8.364550] ata8: SATA link down (SStatus 0 SControl 300)
[    8.371232] i2c_dev: i2c /dev entries driver
[    8.376646] ata4: SATA link down (SStatus 0 SControl 300)
[    8.380910] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[    8.386317] ata2: SATA link down (SStatus 0 SControl 300)
[    8.388221] usb 1-1: new high-speed USB device number 2 using xhci_hcd
[    8.398463] tsc: Refined TSC clocksource calibration: 1996.250 MHz
[    8.400301] device-mapper: uevent: version 1.0.3
[    8.400472] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@lists.linux.dev
[    8.400529] platform eisa.0: Probing EISA bus 0
[    8.400533] platform eisa.0: EISA: Cannot allocate resource for mainboard
[    8.400536] platform eisa.0: Cannot allocate resource for EISA slot 1
[    8.400539] platform eisa.0: Cannot allocate resource for EISA slot 2
[    8.400542] platform eisa.0: Cannot allocate resource for EISA slot 3
[    8.400544] platform eisa.0: Cannot allocate resource for EISA slot 4
[    8.400547] platform eisa.0: Cannot allocate resource for EISA slot 5
[    8.400549] platform eisa.0: Cannot allocate resource for EISA slot 6
[    8.400552] platform eisa.0: Cannot allocate resource for EISA slot 7
[    8.400554] platform eisa.0: Cannot allocate resource for EISA slot 8
[    8.400557] platform eisa.0: EISA: Detected 0 cards
[    8.400564] amd_pstate: driver load is disabled, boot with specific mode to enable this
[    8.403877] ata7: SATA link down (SStatus 0 SControl 300)
[    8.410440] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x398caf77d7a, max_idle_ns: 881590459467 ns
[    8.416594] ata5: SATA link down (SStatus 0 SControl 300)
[    8.526614] ata6: SATA link down (SStatus 0 SControl 300)
[    8.526623] clocksource: Switched to clocksource tsc
[    8.532893] ledtrig-cpu: registered to indicate activity on CPUs
[    8.543036] efifb: probing for efifb
[    8.546635] efifb: No BGRT, not showing boot graphics
[    8.551687] efifb: framebuffer at 0xc6000000, using 3072k, total 3072k
[    8.558212] efifb: mode is 1024x768x32, linelength=4096, pages=1
[    8.564221] efifb: scrolling: redraw
[    8.567794] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    8.573426] fbcon: Deferring console take-over
[    8.577881] fb0: EFI VGA frame buffer device
[    8.582172] usb 3-1: new high-speed USB device number 2 using xhci_hcd
[    8.582296] drop_monitor: Initializing network drop monitor service
[    8.595140] NET: Registered PF_INET6 protocol family
[    8.607114] usb 1-1: New USB device found, idVendor=0424, idProduct=2744, bcdDevice= 1.21
[    8.608747] Segment Routing with IPv6
[    8.615293] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    8.618967] In-situ OAM (IOAM) with IPv6
[    8.626089] usb 1-1: Product: USB2734
[    8.630038] NET: Registered PF_PACKET protocol family
[    8.633681] usb 1-1: Manufacturer: Microchip Tech
[    8.638862] Key type dns_resolver registered
[    8.657907] microcode: Current revision: 0x0a0011d3
[    8.666158] resctrl: L3 allocation detected
[    8.670350] resctrl: MB allocation detected
[    8.674531] resctrl: L3 monitoring detected
[    8.678918] IPI shorthand broadcast: enabled
[    8.686132] sched_clock: Marking stable (8616001421, 68213534)->(9669548049, -985333094)
[    8.693590] hub 1-1:1.0: USB hub found
[    8.698242] hub 1-1:1.0: 4 ports detected
[    8.698721] registered taskstats version 1
[    8.708444] Loading compiled-in X.509 certificates
[    8.713863] Loaded X.509 cert 'Build time autogenerated kernel key: 5c3510c35dece95d6a55c59a8d47cc68b34970d5'
[    8.726982] Demotion targets for Node 0: null
[    8.729313] usb 3-1: New USB device found, idVendor=1604, idProduct=10c0, bcdDevice= 0.00
[    8.731344] Demotion targets for Node 1: null
[    8.739507] usb 3-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    8.744492] Key type .fscrypt registered
[    8.754927] Key type fscrypt-provisioning registered
[    8.757367] usb 2-1: new SuperSpeed USB device number 2 using xhci_hcd
[    8.767034] cryptd: max_cpu_qlen set to 1000
[    8.774332] AES CTR mode by8 optimization enabled
[    8.780605] usb 2-1: New USB device found, idVendor=0424, idProduct=5744, bcdDevice= 1.21
[    8.788801] usb 2-1: New USB device strings: Mfr=2, Product=3, SerialNumber=0
[    8.793094] Key type encrypted registered
[    8.795934] usb 2-1: Product: USB5734
[    8.797140] hub 3-1:1.0: USB hub found
[    8.797311] hub 3-1:1.0: 4 ports detected
[    8.799953] AppArmor: AppArmor sha256 policy hashing enabled
[    8.803611] usb 2-1: Manufacturer: Microchip Tech
[    8.807474] integrity: Loading X.509 certificate: UEFI:db
[    8.827171] integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
[    8.837462] hub 2-1:1.0: USB hub found
[    8.837954] integrity: Loading X.509 certificate: UEFI:db
[    8.841733] hub 2-1:1.0: 4 ports detected
[    8.847144] integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
[    8.862146] integrity: Loading X.509 certificate: UEFI:db
[    8.867665] integrity: Loaded X.509 cert 'VMware, Inc.: 4ad8ba0472073d28127706ddc6ccb9050441bbc7'
[    8.876533] integrity: Loading X.509 certificate: UEFI:db
[    8.882082] integrity: Loaded X.509 cert 'VMware, Inc.: VMware Secure Boot Signing: 04597f3e1ffb240bba0ff0f05d5eb05f3e15f6d7'
[    8.893637] ima: No TPM chip found, activating TPM-bypass!
[    8.899129] Loading compiled-in module X.509 certificates
[    8.904922] Loaded X.509 cert 'Build time autogenerated kernel key: 5c3510c35dece95d6a55c59a8d47cc68b34970d5'
[    8.914830] ima: Allocated hash algorithm: sha1
[    8.919366] ima: No architecture policies found
[    8.923925] evm: Initialising EVM extended attributes:
[    8.929067] evm: security.selinux
[    8.932384] evm: security.SMACK64
[    8.935702] evm: security.SMACK64EXEC
[    8.939370] evm: security.SMACK64TRANSMUTE
[    8.943472] evm: security.SMACK64MMAP
[    8.947137] evm: security.apparmor
[    8.950543] evm: security.ima
[    8.953515] evm: security.capability
[    8.957095] evm: HMAC attrs: 0x1
[    8.960733] PM:   Magic number: 8:229:476
[    8.964810] thermal cooling_device56: hash matches
[    8.969678] acpi ACPI0007:6f: hash matches
[    8.974431] RAS: Correctable Errors collector initialized.
[    8.980105] clk: Disabling unused clocks
[    8.984031] PM: genpd: Disabling unused power domains
[    8.991197] Freeing unused decrypted memory: 2028K
[    8.996742] Freeing unused kernel image (initmem) memory: 4684K
[    9.002676] Write protecting the kernel read-only data: 26624k
[    9.009010] Freeing unused kernel image (rodata/data gap) memory: 448K
[    9.079704] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    9.086150] Run /init as init process
[    9.096416] systemd[1]: Inserted module 'autofs4'
[    9.401938] systemd[1]: systemd 250-12.el9_1 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 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK +XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[    9.433821] systemd[1]: Detected architecture x86-64.
[    9.438879] systemd[1]: Running in initial RAM disk.

Welcome to ^[[0;31mRed Hat Enterprise Linux 9.1 (Plow) dracut-057-13.git20220816.el9 (Initramfs)^[[0m!

[    9.464330] systemd[1]: Hostname set to <hostname.amd.com>.
[    9.575798] systemd[1]: Queued start job for default target Initrd Default Target.
[    9.576225] usb 3-1.1: new high-speed USB device number 3 using xhci_hcd
[    9.583486] systemd[1]: Reached target Initrd /usr File System.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mInitrd /usr File System^[[0m.
[    9.608292] systemd[1]: Reached target Local File Systems.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mLocal File Systems^[[0m.
[    9.624288] systemd[1]: Reached target Slice Units.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSlice Units^[[0m.
[    9.640281] systemd[1]: Reached target Swaps.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSwaps^[[0m.
[    9.656273] systemd[1]: Reached target Timer Units.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mTimer Units^[[0m.
[    9.672400] systemd[1]: Listening on D-Bus System Message Bus Socket.
[^[[0;32m  OK  ^[[[    9.679812] usb 3-1.1: New USB device found, idVendor=1604, idProduct=10c0, bcdDevice= 0.00
0m] Listening on[    9.688613] usb 3-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
 ^[[0;1;39mD-Bus System Message Bus Socket^[[0m.
[    9.704431] systemd[1]: Listening on Journal Socket (/dev/log).
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mJournal Socket (/dev/log)^[[0m.
[    9.720431] systemd[1]: Listening on Journal Socket.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mJournal Socket^[[0m.
[    9.736438] systemd[1]: Listening on udev Control Socket.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mudev Control Socket^[[0m.
[    9.752385] systemd[1]: Listening on udev Kernel Socket.
[    9.757160] hub 3-1.1:1.0: USB hub found
[^[[0;32m  OK  ^[[[    9.761813] hub 3-1.1:1.0: 4 ports detected
0m] Listening on ^[[0;1;39mudev Kernel Socket^[[0m.
[    9.776267] systemd[1]: Reached target Socket Units.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSocket Units^[[0m.
[    9.817980] systemd[1]: Starting Create List of Static Device Nodes...
         Starting ^[[0;1;39mCreate List of Static Device Nodes^[[0m...
[    9.838331] systemd[1]: Starting Journal Service...
[    9.840229] usb 3-1.4: new high-speed USB device number 4 using xhci_hcd
         Starting ^[[0;1;39mJournal Service^[[0m...
[    9.861503] systemd[1]: Starting Load Kernel Modules...
         Starting ^[[0;1;39mLoad Kernel Modules^[[0m...
[    9.877436] systemd[1]: Starting Create System Users...
         Starting ^[[0;1;39mCreate System Users^[[0m...
[    9.893438] systemd[1]: Starting Setup Virtual Console...
         Starting ^[[0;1;39mSetup Virtual Console^[[0m...
[    9.909670] systemd[1]: Finished Create List of Static Device Nodes.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate List of Static Device Nodes^[[0m.
[    9.928759] systemd[1]: Finished Load Kernel Modules.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mLoad Kernel Modules^[[0m.
[    9.941193] usb 3-1.4: New USB device found, idVendor=1604, idProduct=10c0, bcdDevice= 0.00
[    9.949568] usb 3-1.4: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    9.949792] systemd[1]: Started Journal Service.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mJournal Service^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mSetup Virtual Console^[[0m.
[   10.013298] hub 3-1.4:1.0: USB hub found
[   10.017436] hub 3-1.4:1.0: 4 ports detected
         Starting ^[[0;1;39mdracut cmdline hook^[[0m...
         Starting ^[[0;1;39mApply Kernel Variables^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mApply Kernel Variables^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate System Users^[[0m.
         Starting ^[[0;1;39mCreate Static Device Nodes in /dev^[[0m...
         Starting ^[[0;1;39mCreate Volatile Files and Directories^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mdracut cmdline hook^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate Static Device Nodes in /dev^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate Volatile Files and Directories^[[0m.
         Starting ^[[0;1;39mdracut pre-udev hook^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mdracut pre-udev hook^[[0m.
         Starting ^[[0;1;39mRule-based Manage…for Device Events and Files^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mRule-based Manager for Device Events and Files^[[0m.
         Starting ^[[0;1;39mColdplug All udev Devices^[[0m...
[   10.430272] wmi_bus wmi_bus-PNP0C14:00: [Firmware Bug]: WQBC data block query control method not found
[^[[0;32m  OK  ^[[0m] Finished ^[[0[   10.441463] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
;1;39mColdplug A[   10.448357] sp5100-tco sp5100-tco: Using 0xfeb00000 for watchdog MMIO address
ll udev Devices^[[   10.456904] sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0)
[0m.
[   10.467246] ccp 0000:46:00.1: no command queues available
[   10.472737] ccp 0000:46:00.1: sev enabled
[   10.476759] ccp 0000:46:00.1: psp enabled
[^[[0;32m  OK  ^[[[   10.494337] ACPI: bus type drm_connector registered
0m] Reached targ[   10.499261] tg3 0000:c1:00.0 eth0: Tigon3 [partno(BCM95720) rev 5720000] (PCI Express) MAC address d0:8e:79:bb:95:90
et ^[[0;1;39mSyst[   10.512268] tg3 0000:c1:00.0 eth0: attached PHY is 5720C (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[1])
em Initializatio[   10.523473] tg3 0000:c1:00.0 eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[1] TSOcap[1]
n^[[0m.
[   10.532663] tg3 0000:c1:00.0 eth0: dma_rwctrl[00000001] dma_mask[64-bit]
[^[[0;32m  OK  ^[[[   10.540735] mpt3sas version 48.100.00.00 loaded
0m] Reached target ^[[0;1;39mNetw[   10.548656] mpt3sas_cm0: 63 BIT PCI BUS DMA ADDRESSING SUPPORTED, total mem (262456368 kB)
ork^[[0m.
[   10.566349] tg3 0000:c1:00.1 eth1: Tigon3 [partno(BCM95720) rev 5720000] (PCI Express) MAC address d0:8e:79:bb:95:91
[   10.576871] tg3 0000:c1:00.1 eth1: attached PHY is 5720C (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[1])
[   10.586719] tg3 0000:c1:00.1 eth1: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[1] TSOcap[1]
[   10.594554] tg3 0000:c1:00.1 eth1: dma_rwctrl[00000001] dma_mask[64-bit]
[   10.607253] mpt3sas_cm0: CurrentHostPageSize is 0: Setting default host page size to 4k
[   10.615279] mpt3sas_cm0: MSI-X vectors supported: 96
[   10.620246] 	 no of cores: 128, max_msix_vectors: -1
[   10.625210] mpt3sas_cm0:  0 96 96
[   10.632339] mpt3sas_cm0: High IOPs queues : disabled
[   10.637307] mpt3sas0-msix0: PCI-MSI-X enabled: IRQ 107
[   10.642444] mpt3sas0-msix1: PCI-MSI-X enabled: IRQ 108
[   10.647585] mpt3sas0-msix2: PCI-MSI-X enabled: IRQ 109
[   10.652724] mpt3sas0-msix3: PCI-MSI-X enabled: IRQ 110
[   10.657862] mpt3sas0-msix4: PCI-MSI-X enabled: IRQ 111
[   10.663002] mpt3sas0-msix5: PCI-MSI-X enabled: IRQ 112
[   10.668144] mpt3sas0-msix6: PCI-MSI-X enabled: IRQ 113
[   10.673281] mpt3sas0-msix7: PCI-MSI-X enabled: IRQ 114
[   10.678419] mpt3sas0-msix8: PCI-MSI-X enabled: IRQ 115
[   10.683559] mpt3sas0-msix9: PCI-MSI-X enabled: IRQ 116
[   10.688700] mpt3sas0-msix10: PCI-MSI-X enabled: IRQ 117
[   10.693924] mpt3sas0-msix11: PCI-MSI-X enabled: IRQ 118
[   10.699150] mpt3sas0-msix12: PCI-MSI-X enabled: IRQ 119
[   10.704376] mpt3sas0-msix13: PCI-MSI-X enabled: IRQ 120
[   10.709600] mpt3sas0-msix14: PCI-MSI-X enabled: IRQ 121
[   10.714827] mpt3sas0-msix15: PCI-MSI-X enabled: IRQ 122
[   10.720056] mpt3sas0-msix16: PCI-MSI-X enabled: IRQ 123
[   10.725283] mpt3sas0-msix17: PCI-MSI-X enabled: IRQ 124
[   10.730518] mpt3sas0-msix18: PCI-MSI-X enabled: IRQ 125
[   10.735750] mpt3sas0-msix19: PCI-MSI-X enabled: IRQ 126
[   10.740974] mpt3sas0-msix20: PCI-MSI-X enabled: IRQ 127
[   10.746212] mpt3sas0-msix21: PCI-MSI-X enabled: IRQ 128
[   10.746213] mpt3sas0-msix22: PCI-MSI-X enabled: IRQ 129
[   10.746215] mpt3sas0-msix23: PCI-MSI-X enabled: IRQ 130
[   10.746217] mpt3sas0-msix24: PCI-MSI-X enabled: IRQ 131
         Startin[   10.746218] mpt3sas0-msix25: PCI-MSI-X enabled: IRQ 132
g ^[[0;1;39mdracu[   10.773732] mpt3sas0-msix26: PCI-MSI-X enabled: IRQ 133
t initqueue hook[   10.780338] mpt3sas0-msix27: PCI-MSI-X enabled: IRQ 134
^[[0m...
[   10.786952] mpt3sas0-msix28: PCI-MSI-X enabled: IRQ 135
[   10.792955] mpt3sas0-msix29: PCI-MSI-X enabled: IRQ 136
[   10.798185] mpt3sas0-msix30: PCI-MSI-X enabled: IRQ 137
[   10.798186] mpt3sas0-msix31: PCI-MSI-X enabled: IRQ 138
[   10.798188] mpt3sas0-msix32: PCI-MSI-X enabled: IRQ 139
[   10.798189] mpt3sas0-msix33: PCI-MSI-X enabled: IRQ 140
[   10.798191] mpt3sas0-msix34: PCI-MSI-X enabled: IRQ 141
[   10.824319] mpt3sas0-msix35: PCI-MSI-X enabled: IRQ 142
[   10.824320] mpt3sas0-msix36: PCI-MSI-X enabled: IRQ 143
[   10.824322] mpt3sas0-msix37: PCI-MSI-X enabled: IRQ 144
[   10.824323] mpt3sas0-msix38: PCI-MSI-X enabled: IRQ 145
[   10.824324] mpt3sas0-msix39: PCI-MSI-X enabled: IRQ 146
[   10.824325] mpt3sas0-msix40: PCI-MSI-X enabled: IRQ 147
[   10.824327] mpt3sas0-msix41: PCI-MSI-X enabled: IRQ 148
[   10.824328] mpt3sas0-msix42: PCI-MSI-X enabled: IRQ 149
^[[2J^[[3J[   10.824330] mpt3sas0-msix43: PCI-MSI-X enabled: IRQ 150
[   10.824331] mpt3sas0-msix44: PCI-MSI-X enabled: IRQ 151
[   10.877270] mpt3sas0-msix45: PCI-MSI-X enabled: IRQ 152
^[[-1;-1f[   10.882499] mpt3sas0-msix46: PCI-MSI-X enabled: IRQ 153
         Startin[   10.888428] mpt3sas0-msix47: PCI-MSI-X enabled: IRQ 154
g ^[[0;1;39mShow [   10.895031] mpt3sas0-msix48: PCI-MSI-X enabled: IRQ 155
Plymouth Boot Sc[   10.895033] mpt3sas0-msix49: PCI-MSI-X enabled: IRQ 156
reen^[[0m...
[   10.895034] mpt3sas0-msix50: PCI-MSI-X enabled: IRQ 157
[   10.895036] mpt3sas0-msix51: PCI-MSI-X enabled: IRQ 158
[   10.895037] mpt3sas0-msix52: PCI-MSI-X enabled: IRQ 159
[   10.895039] mpt3sas0-msix53: PCI-MSI-X enabled: IRQ 160
[   10.895040] mpt3sas0-msix54: PCI-MSI-X enabled: IRQ 161
[   10.935598] mpt3sas0-msix55: PCI-MSI-X enabled: IRQ 162
[   10.935600] mpt3sas0-msix56: PCI-MSI-X enabled: IRQ 163
[   10.935601] mpt3sas0-msix57: PCI-MSI-X enabled: IRQ 164
[   10.935602] mpt3sas0-msix58: PCI-MSI-X enabled: IRQ 165
[   10.935603] mpt3sas0-msix59: PCI-MSI-X enabled: IRQ 166
[^[[0;32m  OK  ^[[[   10.935605] mpt3sas0-msix60: PCI-MSI-X enabled: IRQ 167
0m] Started ^[[0;[   10.935607] mpt3sas0-msix61: PCI-MSI-X enabled: IRQ 168
[   10.935608] mpt3sas0-msix62: PCI-MSI-X enabled: IRQ 169
1;39mShow Plymou[   10.980176] mpt3sas0-msix63: PCI-MSI-X enabled: IRQ 170
th Boot Screen^[[[   10.980178] mpt3sas0-msix64: PCI-MSI-X enabled: IRQ 171
0m.
[   10.980179] mpt3sas0-msix65: PCI-MSI-X enabled: IRQ 172
[   10.980180] mpt3sas0-msix66: PCI-MSI-X enabled: IRQ 173
[   10.980182] mpt3sas0-msix67: PCI-MSI-X enabled: IRQ 174
[   10.986813] mgag200 0000:c3:00.0: vgaarb: deactivate vga console
[   10.993394] mpt3sas0-msix68: PCI-MSI-X enabled: IRQ 175
[   11.020822] mpt3sas0-msix69: PCI-MSI-X enabled: IRQ 176
[   11.020824] mpt3sas0-msix70: PCI-MSI-X enabled: IRQ 177
[   11.020825] mpt3sas0-msix71: PCI-MSI-X enabled: IRQ 178
[   11.020826] mpt3sas0-msix72: PCI-MSI-X enabled: IRQ 179
[^[[0;32m  OK  ^[[[   11.020828] mpt3sas0-msix73: PCI-MSI-X enabled: IRQ 180
0m] Started ^[[0;[   11.020829] mpt3sas0-msix74: PCI-MSI-X enabled: IRQ 181
1;39mForward Pas[   11.020830] mpt3sas0-msix75: PCI-MSI-X enabled: IRQ 182
sword R…s to P[   11.020832] mpt3sas0-msix76: PCI-MSI-X enabled: IRQ 183
lymouth Director[   11.068176] mpt3sas0-msix77: PCI-MSI-X enabled: IRQ 184
y Watch^[[0m.
[   11.068178] mpt3sas0-msix78: PCI-MSI-X enabled: IRQ 185
[   11.068179] mpt3sas0-msix79: PCI-MSI-X enabled: IRQ 186
[   11.068180] mpt3sas0-msix80: PCI-MSI-X enabled: IRQ 187
[   11.068181] mpt3sas0-msix81: PCI-MSI-X enabled: IRQ 188
[   11.068183] mpt3sas0-msix82: PCI-MSI-X enabled: IRQ 189
[   11.068184] mpt3sas0-msix83: PCI-MSI-X enabled: IRQ 190
[   11.068186] mpt3sas0-msix84: PCI-MSI-X enabled: IRQ 191
[   11.081073] [drm] Initialized mgag200 1.0.0 for 0000:c3:00.0 on minor 0
[   11.081313] mpt3sas0-msix85: PCI-MSI-X enabled: IRQ 192
[   11.124508] mpt3sas0-msix86: PCI-MSI-X enabled: IRQ 193
[   11.124510] mpt3sas0-msix87: PCI-MSI-X enabled: IRQ 194
[   11.124511] mpt3sas0-msix88: PCI-MSI-X enabled: IRQ 195
[   11.124512] mpt3sas0-msix89: PCI-MSI-X enabled: IRQ 196
[^[[0;32m  OK  ^[[[   11.124513] mpt3sas0-msix90: PCI-MSI-X enabled: IRQ 197
0m] Reached targ[   11.124515] mpt3sas0-msix91: PCI-MSI-X enabled: IRQ 198
et ^[[0;1;39mPath[   11.124517] mpt3sas0-msix92: PCI-MSI-X enabled: IRQ 199
 Units^[[0m.
[   11.165248] mpt3sas0-msix93: PCI-MSI-X enabled: IRQ 200
[   11.165250] mpt3sas0-msix94: PCI-MSI-X enabled: IRQ 201
[   11.165251] mpt3sas0-msix95: PCI-MSI-X enabled: IRQ 202
[   11.165252] fbcon: mgag200drmfb (fb0) is primary device
[   11.165253] mpt3sas_cm0: iomem(0x00000000e2100000), mapped(0x00000000e8930f0d), size(65536)
[   11.165255] fbcon: Deferring console take-over
[   11.165257] mpt3sas_cm0: ioport(0x0000000000001000), size(256)
[   11.171689] mgag200 0000:c3:00.0: [drm] fb0: mgag200drmfb frame buffer device
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mBasic System^[[0m.
[   11.224020] mpt3sas_cm0: CurrentHostPageSize is 0: Setting default host page size to 4k
[   11.232025] mpt3sas_cm0: sending message unit reset !!
[   11.238673] mpt3sas_cm0: message unit reset: SUCCESS
[   11.271295] mpt3sas_cm0: scatter gather: sge_in_main_msg(1), sge_per_chain(7), sge_per_io(128), chains_per_io(19)
[   11.282803] mpt3sas_cm0: request pool(0x000000003d5b8dee) - dma(0xe0600000): depth(9700), frame_size(128), pool_size(1212 kB)
[   11.319509] mpt3sas_cm0: sense pool(0x00000000d65e0e38) - dma(0xdef00000): depth(9463), element_size(96), pool_size (887 kB)
[   11.330820] mpt3sas_cm0: reply pool(0x000000003a3ef4e2) - dma(0xdec00000): depth(9764), frame_size(128), pool_size(1220 kB)
[   11.341956] mpt3sas_cm0: config page(0x00000000407dbe05) - dma(0xdebee000): size(512)
[   11.349782] mpt3sas_cm0: Allocated physical memory: size(40437 kB)
[   11.355960] mpt3sas_cm0: Current Controller Queue Depth(9460),Max Controller Queue Depth(9584)
[   11.364567] mpt3sas_cm0: Scatter Gather Elements per IO(128)
[   11.415872] mpt3sas_cm0: _base_display_fwpkg_version: complete
[   11.421717] mpt3sas_cm0: FW Package Ver(16.17.01.00)
[   11.426980] mpt3sas_cm0: LSISAS3008: FWVersion(16.00.11.00), ChipRevision(0x02)
[   11.434289] mpt3sas_cm0: Protocol=(Initiator,Target), Capabilities=(TLR,EEDP,Snapshot Buffer,Diag Trace Buffer,Task Set Full,NCQ)
[   11.446000] scsi host8: Fusion MPT SAS Host
[   11.452036] mpt3sas_cm0: sending port enable !!
[   11.456970] mpt3sas_cm0: hba_port entry: 000000002491f096, port: 255 is added to hba_port list
[   11.466636] mpt3sas_cm0: host_add: handle(0x0001), sas_addr(0x52cea7f0be87bf00), phys(8)
[   11.475068] mpt3sas_cm0: handle(0xa) sas_address(0x4433221100000000) port_type(0x1)
[   11.483946] scsi 8:0:0:0: Direct-Access     ATA      MTFDDAK960TDT    J004 PQ: 0 ANSI: 6
[   11.492037] scsi 8:0:0:0: SATA: handle(0x000a), sas_addr(0x4433221100000000), phy(0), device_name(0x500a075131911ad0)
[   11.502638] scsi 8:0:0:0: enclosure logical id (0x52cea7f0be87bf00), slot(1) 
[   11.509770] scsi 8:0:0:0: enclosure level(0x0001), connector name(     )
[   11.516520] scsi 8:0:0:0: atapi(n), ncq(y), asyn_notify(n), smart(y), fua(y), sw_preserve(y)
[   11.524960] scsi 8:0:0:0: qdepth(32), tagged(1), scsi_level(7), cmd_que(1)
[   11.539797]  end_device-8:0: add: handle(0x000a), sas_addr(0x4433221100000000)
[   11.547141] mpt3sas_cm0: handle(0xc) sas_address(0x58ce38ee219651a2) port_type(0x1)
[   11.556208] scsi 8:0:1:0: Direct-Access     KIOXIA   KPM6WVUG960G     BD08 PQ: 0 ANSI: 6
[   11.564297] scsi 8:0:1:0: SSP: handle(0x000c), sas_addr(0x58ce38ee219651a2), phy(4), device_name(0x58ce38ee219651a0)
[   11.574802] scsi 8:0:1:0: enclosure logical id (0x52cea7f0be87bf00), slot(0) 
[   11.581933] scsi 8:0:1:0: enclosure level(0x0001), connector name(     )
[   11.588629] scsi 8:0:1:0: qdepth(254), tagged(1), scsi_level(7), cmd_que(1)
[   11.597515]  end_device-8:1: add: handle(0x000c), sas_addr(0x58ce38ee219651a2)
[   11.604880] mpt3sas_cm0: handle(0xb) sas_address(0x4433221106000000) port_type(0x1)
[   11.613688] scsi 8:0:2:0: Direct-Access     ATA      MTFDDAK960TDT    J004 PQ: 0 ANSI: 6
[   11.621783] scsi 8:0:2:0: SATA: handle(0x000b), sas_addr(0x4433221106000000), phy(6), device_name(0x500a075131911a6f)
[   11.632382] scsi 8:0:2:0: enclosure logical id (0x52cea7f0be87bf00), slot(2) 
[   11.639513] scsi 8:0:2:0: enclosure level(0x0001), connector name(     )
[   11.646272] scsi 8:0:2:0: atapi(n), ncq(y), asyn_notify(n), smart(y), fua(y), sw_preserve(y)
[   11.654705] scsi 8:0:2:0: qdepth(32), tagged(1), scsi_level(7), cmd_que(1)
[   11.669574]  end_device-8:2: add: handle(0x000b), sas_addr(0x4433221106000000)
[   11.680225] mpt3sas_cm0: port enable: SUCCESS
[   11.684902] sd 8:0:0:0: Attached scsi generic sg0 type 0
[   11.690471] sd 8:0:1:0: Attached scsi generic sg1 type 0
[   11.690701] sd 8:0:1:0: [sdb] 1875385008 512-byte logical blocks: (960 GB/894 GiB)
[   11.695804] sd 8:0:0:0: [sda] 1875385008 512-byte logical blocks: (960 GB/894 GiB)
[   11.696020] scsi 8:0:2:0: Attached scsi generic sg2 type 0
[   11.696641] sd 8:0:2:0: [sdc] 1875385008 512-byte logical blocks: (960 GB/894 GiB)
[   11.696644] sd 8:0:2:0: [sdc] 4096-byte physical blocks
[   11.699019] sd 8:0:2:0: [sdc] Write Protect is off
[   11.700313] sd 8:0:2:0: [sdc] Write cache: enabled, read cache: enabled, supports DPO and FUA
[   11.703357] sd 8:0:1:0: [sdb] 4096-byte physical blocks
[   11.703537] sd 8:0:1:0: [sdb] Write Protect is off
[   11.710931] sd 8:0:0:0: [sda] 4096-byte physical blocks
[   11.716626] sd 8:0:1:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[   11.725994] sd 8:0:0:0: [sda] Write Protect is off
[   11.772418] sd 8:0:0:0: [sda] Write cache: enabled, read cache: enabled, supports DPO and FUA
[   11.782789]  sdc: sdc1 sdc2
[   11.785871] sd 8:0:2:0: [sdc] Attached SCSI disk
[   11.809444]  sdb: sdb1 sdb2
[   11.812380] sd 8:0:1:0: [sdb] Attached SCSI disk
[   11.826317]  sda: sda1 sda2 sda3 sda4 sda5 sda6 sda7
[   11.831663] sd 8:0:0:0: [sda] Attached SCSI disk
[   14.122960] ccp 0000:46:00.1: SEV API:1.55 build:17
[   14.127860] ccp 0000:46:00.1: SEV-SNP API:1.55 build:17
[^[[0;32m  OK  ^[[0m] Found device ^[[0;1;39m/dev/mapper/rhel_hostname-root^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mInitrd Root Device^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mdracut initqueue hook^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mPreparation for Remote File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mRemote File Systems^[[0m.
         Starting ^[[0;1;39mFile System Check…/mapper/rhel_hostname-root^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mFile System Check…ev/mapper/rhel_hostname-root^[[0m.
         Mounting ^[[0;1;39m/sysroot^[[0m...
[   14.737982] SGI XFS with ACLs, security attributes, realtime, quota, no debug enabled
[   14.748288] XFS (dm-1): Mounting V5 Filesystem 254e7c99-a3df-41be-8429-d28e07cb528a
[   14.778358] XFS (dm-1): Starting recovery (logdev: internal)
[   14.790777] XFS (dm-1): Ending recovery (logdev: internal)
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39m/sysroot^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mInitrd Root File System^[[0m.
         Starting ^[[0;1;39mReload Configuration from the Real Root^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mReload Configuration from the Real Root^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mInitrd File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mInitrd Default Target^[[0m.
         Starting ^[[0;1;39mdracut pre-pivot and cleanup hook^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mdracut pre-pivot and cleanup hook^[[0m.
         Starting ^[[0;1;39mCleaning Up and Shutting Down Daemons^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mNetwork^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mTimer Units^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mD-Bus System Message Bus Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mdracut pre-pivot and cleanup hook^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mInitrd Default Target^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mBasic System^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mInitrd Root Device^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mInitrd /usr File System^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mPath Units^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mRemote File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mPreparation for Remote File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mSlice Units^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mSocket Units^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mSystem Initialization^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mLocal File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mSwaps^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mdracut initqueue hook^[[0m.
         Starting ^[[0;1;39mPlymouth s[   15.203193] systemd-journald[1091]: Received SIGTERM from PID 1 (systemd).
witch root service^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mApply Kernel Variables^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mLoad Kernel Modules^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mCreate Volatile Files and Directories^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mColdplug All udev Devices^[[0m.
         Stopping ^[[0;1;39mRule-based Manage…for Device Events and Files^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCleaning Up and Shutting Down Daemons^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mPlymouth switch root service^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mRule-based Manager for Device Events and Files^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mudev Control Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mudev Kernel Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mdracut pre-udev hook^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mdracut cmdline hook^[[0m.
         Starting ^[[0;1;39mCleanup udev Database^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mCreate Static Device Nodes in /dev^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mCreate List of Static Device Node[   15.305842] systemd[1]: RTC configured in localtime, applying delta of 330 minutes to system time.
s^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mCr[   15.318855] systemd[1]: systemd 250-12.el9_1 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 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK +XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[   15.351955] systemd[1]: Detected architecture x86-64.

Welcome to ^[[0;31mRed Hat Enterprise Linux 9.1 (Plow)^[[0m!

[   15.408285] systemd-rc-local-generator[1745]: /etc/rc.d/rc.local is not marked executable, skipping.
[   15.655917] systemd[1]: initrd-switch-root.service: Deactivated successfully.
[   15.663223] systemd[1]: Stopped Switch Root.
[^[[0;32m  OK  ^[[[   15.667783] systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1.
0m] Stopped ^[[0;[   15.678399] systemd[1]: Created slice Virtual Machine and Container Slice.
1;39mSwitch Root[   15.686751] systemd[1]: Created slice Slice /system/getty.
^[[0m.
[^[[0;32m[   15.693613] systemd[1]: Created slice Slice /system/modprobe.
  OK  ^[[0m] Crea[   15.700745] systemd[1]: Created slice Slice /system/serial-getty.
ted slice ^[[0;1;[   15.708481] systemd[1]: Created slice Slice /system/sshd-keygen.
39mVirtual Machi[   15.715724] systemd[1]: Created slice Slice /system/systemd-fsck.
ne and Container[   15.722973] systemd[1]: Created slice User and Session Slice.
 Slice^[[0m.
[^[[   15.729617] systemd[1]: Dispatch Password Requests to Console Directory Watch was skipped because of a failed condition check (ConditionPathExists=!/run/plymouth/pid).
[0;32m  OK  ^[[0m[   15.745959] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
] Created slice [   15.755057] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
^[[0;1;39mSlice /[   15.765795] systemd[1]: Reached target Local Encrypted Volumes.
system/getty^[[0m[   15.772952] systemd[1]: Stopped target Switch Root.
.
[^[[0;32m  OK[   15.779251] systemd[1]: Stopped target Initrd File Systems.
  ^[[0m] Created [   15.786160] systemd[1]: Stopped target Initrd Root File System.
slice ^[[0;1;39mS[   15.793469] systemd[1]: Reached target Local Integrity Protected Volumes.
lice /system/mod[   15.801655] systemd[1]: Reached target Path Units.
probe^[[0m.
[^[[[   15.807858] systemd[1]: Reached target Slice Units.
0;32m  OK  ^[[0m][   15.814085] systemd[1]: Reached target Local Verity Protected Volumes.
 Created slice ^[[   15.822065] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[0;1;39mSlice /s[   15.830227] systemd[1]: Listening on LVM2 poll daemon socket.
ystem/serial-get[   15.837060] systemd[1]: multipathd control socket was skipped because of a failed condition check (ConditionPathExists=/etc/multipath.conf).
ty^[[0m.
[^[[0;32m  OK  ^[[0m] Created slice ^[[0;1;39mSlice /system/sshd-keygen^[[0m.
[^[[0;32m  OK  ^[[0m] Created slice ^[[0;1;39mSlice /system/systemd-fsck^[[0m.
[^[[0;32m  OK  ^[[0m] Created slice ^[[0;1;39mUser and Session Slice^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mForward Password R…uests to Wall Directory Watch^[[0m.
[^[[0;32m  OK  ^[[0m] Set up automount ^[[0;1;39mArbitrary…s File System Automount Point^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mLocal Encrypted Volumes^[[0[   15.892980] systemd[1]: Listening on RPCbind Server Activation Socket.
m.
[^[[0;32m  O[   15.900567] systemd[1]: Reached target RPC Port Mapper.
K  ^[[0m] Stopped[   15.908351] systemd[1]: Listening on Process Core Dump Socket.
 target ^[[0;1;39[   15.914403] systemd[1]: Listening on initctl Compatibility Named Pipe.
mSwitch Root^[[0m[   15.922686] systemd[1]: Listening on udev Control Socket.
.
[^[[0;32m  OK[   15.929120] systemd[1]: Listening on udev Kernel Socket.
  ^[[0m] Stopped target ^[[0;1;39m[   15.937136] systemd[1]: Activating swap /dev/mapper/rhel_hostname-swap...
Initrd File Syst[   15.942161] Adding 7815164k swap on /dev/mapper/rhel_hostname-swap.  Priority:-2 extents:1 across:7815164k SS
ems^[[0m.
[^[[0;32m  OK  ^[[0m] S[   15.958250] systemd[1]: Mounting Huge Pages File System...
topped target ^[[[   15.966257] systemd[1]: Mounting POSIX Message Queue File System...
0;1;39mInitrd Ro[   15.973875] systemd[1]: Mounting Kernel Debug File System...
ot File System^[[[   15.980926] systemd[1]: Mounting Kernel Trace File System...
0m.
[^[[0;32m  [   15.986821] systemd[1]: Kernel Module supporting RPCSEC_GSS was skipped because of a failed condition check (ConditionPathExists=/etc/krb5.keytab).
OK  ^[[0m] Reached target ^[[0;1;39mLocal Integrit[   16.004039] systemd[1]: Starting Create List of Static Device Nodes...
y Protected Volumes^[[0m.
[^[[0;[   16.013379] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
32m  OK  ^[[0m] R[   16.026223] systemd[1]: Starting Load Kernel Module configfs...
eached target ^[[[   16.033501] systemd[1]: Starting Load Kernel Module drm...
0;1;39mPath Unit[   16.040329] systemd[1]: Starting Load Kernel Module fuse...
s^[[0m.
[^[[0;32m  OK  ^[[0m] Rea[   16.048150] systemd[1]: Starting Read and set NIS domainname from /etc/sysconfig/network...
ched target ^[[0;[   16.057350] systemd[1]: plymouth-switch-root.service: Deactivated successfully.
1;39mSlice Units[   16.066010] systemd[1]: Stopped Plymouth switch root service.
^[[0m.
[^[[0;32m[   16.073247] systemd[1]: systemd-fsck-root.service: Deactivated successfully.
  OK  ^[[0m] Reac[   16.081564] systemd[1]: Stopped File System Check on Root Device.
hed target ^[[0;1[   16.089099] systemd[1]: Stopped Journal Service.
;39mLocal Verity Protected Volum[   16.097258] systemd[1]: Starting Journal Service...
es^[[0m.
[^[[0;32m  OK  ^[[0m] Li[   16.104826] systemd[1]: Starting Load Kernel Modules...
[   16.108293] systemd-journald[1772]: File /run/log/journal/8f37f8055146469d8baec3ad508b0084/system.journal corrupted or uncleanly shut down, renaming and replacing.
stening on ^[[0;1;39mDevice-mappe[   16.126702] systemd[1]: Starting Generate network units from Kernel command line...
r event daemon FIFOs^[[0m.
[^[[0[   16.137377] systemd[1]: Starting Remount Root and Kernel File Systems...
;32m  OK  ^[[0m] [   16.145231] systemd[1]: Repartition Root Disk was skipped because all trigger condition checks failed.
Listening on ^[[0;1;39mLVM2 poll [   16.157183] systemd[1]: Starting Coldplug All udev Devices...
daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listeni[   16.167491] systemd[1]: Activated swap /dev/mapper/rhel_hostname-swap.
ng on ^[[0;1;39mR[   16.175755] systemd[1]: Started Journal Service.
PCbind Server Activation Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mRPC Port Mapper^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mProcess Core Dump Socket^[[0m.
[^[[0;32m  OK[   16.196676] systemd-journald[1772]: Received client request to flush runtime journal.
  ^[[0m] Listening on ^[[0;1;39minitctl Compatibility Named Pipe^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mudev Control Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mudev Kernel Socket^[[0m.
         Activating swap ^[[0;1;39m/dev/mapper/rhel_hostname-swap^[[0m...
         Mounting ^[[0;1;39mHuge Pages File System^[[0m...
         Mounting ^[[0;1;39mPOSIX Message Queue File System^[[0m...
         Mounting ^[[0;1;39mKernel Debug File System^[[0m...
         Mounting ^[[0;1;39mKernel Trace File System^[[0m...
         Starting ^[[0;1;39mCreate List of Static Device Nodes^[[0m...
         Starting ^[[0;1;39mMonitoring of LVM…meventd or progress polling^[[0m...
         Starting ^[[0;1;39mLoad Kernel Module configfs^[[0m...
         Starting ^[[0;1;39mLoad Kernel Module drm^[[0m...
         Starting ^[[0;1;39mLoad Kernel Module fuse^[[0m...
         Starting ^[[0;1;39mRead and set NIS …from /etc/sysconfig/network^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mPlymouth switch root service^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mFile System Check on Root Device^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mJournal Service^[[0m.
         Starting ^[[0;1;39mJournal Service^[[0m...
         Starting ^[[0;1;39mLoad Kernel Modules^[[0m...
         Starting ^[[0;1;39mGenerate network …ts from Kernel command line^[[0m...
         Starting ^[[0;1;39mRemount Root and Kernel File Systems^[[0m...
         Starting ^[[0;1;39mColdplug All udev Devices^[[0m...
[^[[0;32m  OK  ^[[0m] Activated swap ^[[0;1;39m/dev/mapper/rhel_hostname-swap^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mJournal Service^[[0m.
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39mHuge Pages File System^[[0m.
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39mPOSIX Message Queue File System^[[0m.
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39mKernel Debug File System^[[0m.
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39mKernel Trace File System^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate List of Static Device Nodes^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mMonitoring of LVM… dmeventd or progress polling^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mL[   16.389625] IPMI message handler: version 39.2
oad Kernel Module configfs^[[0m.\r[   16.396880] ipmi device interface

[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mLoad Kernel Module drm^[[[   16.405323] ipmi_si: IPMI System Interface driver
0m.
[^[[0;32m  [   16.410827] ipmi_si dmi-ipmi-si.0: ipmi_platform: probing via SMBIOS
OK  ^[[0m] Finish[   16.418525] ipmi_platform: ipmi_si: SMBIOS: io 0xca8 regsize 1 spacing 4 irq 10
ed ^[[0;1;39mLoad[   16.427210] ipmi_si: Adding SMBIOS-specified kcs state machine
 Kernel Module f[   16.434575] ipmi_si IPI0001:00: ipmi_platform: probing via ACPI
use^[[0m.
[^[[0;[   16.441767] ipmi_si IPI0001:00: ipmi_platform: [io  0x0ca8] regsize 1 spacing 4 irq 10
32m  OK  ^[[0m] F[   16.451286] ipmi_si dmi-ipmi-si.0: Removing SMBIOS-specified kcs state machine in favor of ACPI
inished ^[[0;1;39[   16.461118] ipmi_si: Adding ACPI-specified kcs state machine
mRead and set NI[   16.468338] ipmi_si: Trying ACPI-specified kcs state machine at i/o address 0xca8, slave address 0x20, irq 10
S …e from /etc/sysconfig/netwo[   16.481943] pstore: backend 'erst' already in use: ignoring 'efi_pstore'
rk^[[0m.
[^[[0;3[   16.482096] input: PC Speaker as /devices/platform/pcspkr/input/input1
2m  OK  ^[[0m] Finished ^[[0;1;39m[   16.499262] RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
Load Kernel Modu[   16.507649] RAPL PMU: hw unit of domain package 2^-16 Joules
les^[[0m.
[^[[0;[   16.515383] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
32m  OK  ^[[0m] F[   16.523454] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
inished ^[[0;1;39mGenerate network units from Kernel command line[   16.536875] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
^[[0m.
[^[[0;32m[   16.545789] i2c i2c-3: Successfully instantiated SPD at 0x50
  OK  ^[[0m] Fini[   16.552770] i2c i2c-3: Successfully instantiated SPD at 0x51
shed ^[[0;1;39mRe[   16.559817] i2c i2c-3: Successfully instantiated SPD at 0x52
mount Root and K[   16.566864] i2c i2c-3: Successfully instantiated SPD at 0x53
ernel File Syste[   16.573909] i2c i2c-3: Successfully instantiated SPD at 0x54
ms^[[0m.
[^[[0;3[   16.580954] i2c i2c-3: Successfully instantiated SPD at 0x55
2m  OK  ^[[0m] Re[   16.587999] i2c i2c-3: Successfully instantiated SPD at 0x56
ached target ^[[0[   16.595048] i2c i2c-3: Successfully instantiated SPD at 0x57
;1;39mSwaps^[[0m.
         Mounting ^[[0;1;39mFUSE Control File System^[[0m...
         Mounting ^[[0;1;39mKernel Configuration File System^[[0m...
         Starting ^[[0;1;39mFlush Journal to Persistent Storage^[[0m...
         Starting ^[[0;1;39mLoad/Save Random Seed^[[0m...
         Starting ^[[0;1;39mApply Kernel Variables^[[0m...
         Starting ^[[0;1;39mCreate Static Device Nodes in /dev^[[0m...
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39mFUSE Control File System^[[0m.
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39mKernel Configuration File System^[[0m.
[^[[0;[   16.649266] ee1004 3-0050: 512 byte EE1004-compliant SPD EEPROM, read-only
32m  OK  ^[[0m] F[   16.658049] ee1004 3-0051: 512 byte EE1004-compliant SPD EEPROM, read-only
inished ^[[0;1;39[   16.666303] ee1004 3-0052: 512 byte EE1004-compliant SPD EEPROM, read-only
mLoad/Save Rando[   16.673956] kvm_amd: TSC scaling supported
m Seed^[[0m.
[^[[   16.674563] ee1004 3-0053: 512 byte EE1004-compliant SPD EEPROM, read-only
[0;32m  OK  ^[[0m[   16.678933] kvm_amd: Nested Virtualization enabled
] Finished ^[[0;1[   16.688265] ee1004 3-0054: 512 byte EE1004-compliant SPD EEPROM, read-only
;39mFlush Journa[   16.693369] kvm_amd: Nested Paging enabled
l to Persistent [   16.702748] ee1004 3-0055: 512 byte EE1004-compliant SPD EEPROM, read-only
Storage^[[0m.
[[   16.707117] kvm_amd: LBR virtualization supported
^[[0;32m  OK  ^[[0[   16.707119] kvm_amd: SEV enabled (ASIDs 101 - 509)
m] Finished ^[[0;[   16.716260] ee1004 3-0056: 512 byte EE1004-compliant SPD EEPROM, read-only
1;39mApply Kerne[   16.721467] kvm_amd: SEV-ES enabled (ASIDs 1 - 100)
l Variables^[[0m.[   16.728752] ee1004 3-0057: 512 byte EE1004-compliant SPD EEPROM, read-only

[^[[0;32m  OK [   16.735897] kvm_amd: SEV-SNP enabled (ASIDs 1 - 100)
 ^[[0m] Finished [   16.756927] kvm_amd: Virtual VMLOAD VMSAVE supported
^[[0;1;39mCreate [   16.763129] kvm_amd: Virtual GIF supported
Static Device Nodes in /dev^[[0m.
         Starting ^[[0;1;39mRule-based Manage…for Device Events and Files^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mRule-based Manager for Device Events and Files^[[0m.\r[   16.785466] EDAC MC0: Giving out device to module amd64_edac controller F19h: DEV 0000:00:18.3 (INTERRUPT)

         Start[   16.796287] EDAC amd64: F19h detected (node 0).
ing ^[[0;1;39mLoa[   16.802219] EDAC amd64: MC: 0:     0MB 1:     0MB
d Kernel Module [   16.808299] EDAC amd64: MC: 2: 16384MB 3: 16384MB
configfs^[[0m...\r[   16.814394] EDAC amd64: MC: 0:     0MB 1:     0MB

         Start[   16.820483] EDAC amd64: MC: 2: 16384MB 3: 16384MB
ing ^[[0;1;39mLoa[   16.826579] EDAC amd64: MC: 0:     0MB 1:     0MB
d Kernel Module [   16.832666] EDAC amd64: MC: 2: 16384MB 3: 16384MB
fuse^[[0m...
[^[[   16.838757] EDAC amd64: MC: 0:     0MB 1:     0MB
[0;32m  OK  ^[[0m[   16.844843] EDAC amd64: MC: 2: 16384MB 3: 16384MB
] Finished ^[[0;1[   16.850939] EDAC amd64: MC: 0:     0MB 1:     0MB
;39mLoad Kernel [   16.857018] EDAC amd64: MC: 2: 16384MB 3: 16384MB
Module configfs^[[   16.863117] EDAC amd64: MC: 0:     0MB 1:     0MB
[0m.
[^[[0;32m [   16.869204] EDAC amd64: MC: 2: 16384MB 3: 16384MB
 OK  ^[[0m] Finis[   16.875301] EDAC amd64: MC: 0:     0MB 1:     0MB
hed ^[[0;1;39mLoa[   16.881381] EDAC amd64: MC: 2: 16384MB 3: 16384MB
d Kernel Module [   16.887478] EDAC amd64: MC: 0:     0MB 1:     0MB
fuse^[[0m.
[^[[0[   16.893566] EDAC amd64: MC: 2: 16384MB 3: 16384MB
;32m  OK  ^[[0m] Finished ^[[0;1;39mColdplug All udev Devices^[[0m.
         Star[   16.906086] intel_rapl_common: Found RAPL domain package
ting ^[[0;1;39mWa[   16.911903] intel_rapl_common: Found RAPL domain core
it for udev To ā[   16.918537] amd_atl: AMD Address Translation Library initialized
€¦plete Device Initialization^[[0m...
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mLoad/Save RF …itch Status /dev/rfkill Watch^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39m/usr/sbin/lvm vgch…tivation event rhel_hostname^[[0m.
[   16.996237] ipmi_si IPI0001:00: The BMC does not support setting the recv irq bit, compensating, but the BMC needs to be fixed.
[   17.080403] ipmi_si IPI0001:00: Using irq 10
[   17.109427] ipmi_si IPI0001:00: IPMI message handler: Found new BMC (man_id: 0x0002a2, prod_id: 0x0100, dev_id: 0x20)
[   17.154231] ipmi_si IPI0001:00: IPMI kcs interface initialized
[   17.162692] ipmi_ssif: IPMI SSIF Interface driver
[   17.163719] power_meter ACPI000D:00: Found ACPI power meter.
[   17.173161] power_meter ACPI000D:00: hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mWait for udev To Complete Device Initialization^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mPreparation for Local File Systems^[[0m.
         Mounting ^[[0;1;39m/boot^[[0m...
      [   17.304112] XFS (sda6): Mounting V5 Filesystem 8a4de4ea-bc9f-4c69-9e30-c78fbc184188
   Mounting ^[[0;[   17.305930] XFS (dm-0): Mounting V5 Filesystem 3e33526b-995a-4b32-9d5d-d26941ce5b47
1;39m/home^[[0m...
         Starting ^[[0;1;39mFile System Check…/dev/disk/by-uuid/FBE5-86EF^[[0m...
[   17.335962] XFS (sda6): Starting recovery (logdev: internal)
[   17.337912] XFS (dm-0): Starting recovery (logdev: internal)
[   17.349820] XFS (sda6): Ending recovery (logdev: internal)
[   17.351861] XFS (dm-0): Ending recovery (logdev: internal)
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mFile System Check…n /dev/disk/by-uuid/FBE5-86EF^[[0m.
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39m/boot^[[0m.
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39m/home^[[0m.
         Mounting ^[[0;1;39m/boot/efi^[[0m...
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39m/boot/efi^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mLocal File Systems^[[0m.
         Starting ^[[0;1;39mTell Plymouth To Write Out Runtime Data^[[0m...
         Starting ^[[0;1;39mCreate Volatile Files and Directories^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mTell Plymouth To Write Out Runtime Data^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate Volatile Files and Directories^[[0m.
         Mounting ^[[0;1;39mRPC Pipe File System^[[0m...
         Starting ^[[0;1;39mSecurity Auditing Service^[[0m...
         Starting ^[[0;1;39mRPC Bind^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mRPC Bind^[[0m.
[   17.450400] RPC: Registered named UNIX socket transport module.
[   17.456353] RPC: Registered udp transport module.
[   17.461064] RPC: Registered tcp transport module.
[   17.465776] RPC: Registered tcp-with-tls transport module.
[   17.471262] RPC: Registered tcp NFSv4.1 backchannel transport module.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mSecurity Auditing Service^[[0m.
         Starting ^[[0;1;39mRecord System Boot/Shutdown in UTMP^[[0m...
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39mRPC Pipe File System^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mrpc_pipefs.target^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mRecord System Boot/Shutdown in UTMP^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSystem Initialization^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mdnf makecache --timer^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mDaily rotation of log files^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mUpdates mlocate database every day^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mDaily Cleanup of Temporary Directories^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mdaily update of the root trust anchor for DNSSEC^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mTimer Units^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mD-Bus System Message Bus Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mOpen-iSCSI iscsid Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mOpen-iSCSI iscsiuio Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mSSSD Kerberos…ache Manager responder socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt interface daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt locking daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt locking daemon admin socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt logging daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt logging daemon admin socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt network daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt nodedev daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt nwfilter daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt proxy daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt QEMU daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt QEMU daemon admin socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt QEMU daemon read-only socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt secret daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt storage daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSocket Units^[[0m.
         Starting ^[[0;1;39mD-Bus System Message Bus^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mD-Bus System Message Bus^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mBasic System^[[0m.
         Starting ^[[0;1;39mNTP client/server^[[0m...
         Starting ^[[0;1;39mRestore /run/initramfs on shutdown^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mirqbalance daemon^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mlibstoragemgmt plug-in server daemon^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mLow Memory Monitor^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mMachine Check Exception Logging Daemon^[[0m.
         Starting ^[[0;1;39mAuthorization Manager^[[0m...
         Starting ^[[0;1;39mSystem Logging Service^[[0m...
         Starting ^[[0;1;39mSelf Monitoring a…g Technology (SMART) Daemon^[[0m...
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39msshd-keygen.target^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mUser and Group Name Lookups^[[0m.
         Starting ^[[0;1;39mUser Login Management^[[0m...
         Starting ^[[0;1;39mVirtual Machine a…tainer Registration Service^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mRestore /run/initramfs on shutdown^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mVirtual Machine an…ontainer Registration Service^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mSystem Logging Service^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mUser Login Management^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mNTP client/server^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mSelf Monitoring an…ing Technology (SMART) Daemon^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mAuthorization Manager^[[0m.
         Starting ^[[0;1;39mfirewalld - dynamic firewall daemon^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mfirewalld - dynamic firewall daemon^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mPreparation for Network^[[0m.
         Starting ^[[0;1;39mNetwork Manager^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mNetwork Manager^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mNetwork^[[0m.
         Starting ^[[0;1;39mNetwork Manager Wait Online^[[0m...
         Starting ^[[0;1;39mGSSAPI Proxy Daemon^[[0m...
         Starting ^[[0;1;39mEnable periodic u…f entitlement certificates.^[[0m...
         Starting ^[[0;1;39mOpenSSH server daemon^[[0m...
         Starting ^[[0;1;39mDynamic System Tuning Daemon^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mEnable periodic up… of entitlement certificates.^[[0m.
         Starting ^[[0;1;39mHostname Service^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mOpenSSH server daemon^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mGSSAPI Proxy Daemon^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mNFS client services^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mHostname Service^[[0m.
         Starting ^[[0;1;39mNetwork Manager Script Dispatcher Service^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mNetwork Manager Script Dispatcher Service^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mDynamic System Tuning Daemon^[[0m.
[^[[0m^[[0;31m*     ^[[0m] A start job is running for Network Manager Wait Online (5s / no limit)
^[M\r^[[K[^[[0;1;31m*^[[0m^[[0;31m*    ^[[0m] A start job is running for Network Manager Wait Online (6s / no limit)
[   22.009441] tg3 0000:c1:00.0 eth0: Link is up at 1000 Mbps, full duplex
[   22.016068] tg3 0000:c1:00.0 eth0: Flow control is off for TX and off for RX
[   22.023120] tg3 0000:c1:00.0 eth0: EEE is disabled
^[M\r^[[K[^[[0;31m*^[[0;1;31m*^[[0m^[[0;31m*   ^[[0m] A start job is running for Network Manager Wait Online (6s / no limit)
^[M\r^[[K[ ^[[0;31m*^[[0;1;31m*^[[0m^[[0;31m*  ^[[0m] A start job is running for Network Manager Wait Online (7s / no limit)
^[M\r^[[K[  ^[[0;31m*^[[0;1;31m*^[[0m^[[0;31m* ^[[0m] A start job is running for Network Manager Wait Online (7s / no limit)
^[M\r^[[K[   ^[[0;31m*^[[0;1;31m*^[[0m^[[0;31m*^[[0m] A start job is running for Network Manager Wait Online (8s / no limit)
^[M\r^[[K[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mNetwork Manager Wait Online^[[0m.
^[[K[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mNetwork is Online^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mPreparation for Remote File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mRemote File Systems^[[0m.
         Starting ^[[0;1;39mNotify NFS peers of a restart^[[0m...
         Starting ^[[0;1;39mPermit User Sessions^[[0m...
         Starting ^[[0;1;39mlibvirt QEMU daemon^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mNotify NFS peers of a restart^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mPermit User Sessions^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mDeferred execution scheduler^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mCommand Scheduler^[[0m.
         Starting ^[[0;1;39mHold until boot process finishes up^[[0m...
         Starting ^[[0;1;39mTerminate Plymouth Boot Screen^[[0m...
[   24.466404] fbcon: Taking over console
[   24.507507] Console: switching to colour frame buffer device 128x48

Red Hat Enterprise Linux 9.1 (Plow)
Kernel 6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d on an x86_64

Activate the web console with: systemctl enable --now cockpit.socket

hostname login: [ 1615.003660] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[ 1615.030528] systemd-rc-local-generator[4678]: /etc/rc.d/rc.local is not marked executable, skipping.
[ 2085.902045] block dm-1: the capability attribute has been deprecated.
[ 2394.217063] overlay: module verification failed: signature and/or required key missing - tainting kernel
[ 2394.240159] evm: overlay not supported
[ 2640.895456] mpt3sas 0000:01:00.0: Using 63-bit DMA addresses
[ 2753.843636] sda6: Can't mount, would change RO state
^[[2J^[[3J^[[-1;-1f         Stopping ^[[0;1;39mUser Login Management^[[0m...
         Stopping ^[[0;1;39mUser Manager for UID 0^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mShow Plymouth Reboot with kexec Screen^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mUser Manager for UID 0^[[0m.
         Stopping ^[[0;1;39mUser Runtime Directory /run/user/0^[[0m...
[^[[0;32m  OK  ^[[0m] Unmounted ^[[0;1;39m/run/user/0^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mUser Runtime Directory /run/user/0^[[0m.
[^[[0;32m  OK  ^[[0m] Removed slice ^[[0;1;39mUser Slice of UID 0^[[0m.
         Stopping ^[[0;1;39mPermit User Sessions^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mPermit User Sessions^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mRemote File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mPreparation for Remote File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mNFS client services^[[0m.
         Stopping ^[[0;1;39mGSSAPI Proxy Daemon^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mGSSAPI Proxy Daemon^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mSystem Logging Service^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mUser Login Management^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mUser and Group Name Lookups^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mLow Memory Monitor^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mDynamic System Tuning Daemon^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mNetwork^[[0m.
         Stopping ^[[0;1;39mNetwork Manager^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mNetwork Manager^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mPreparation for Network^[[0m.
         Stopping ^[[0;1;39mfirewalld - dynamic firewall daemon^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mfirewalld - dynamic firewall daemon^[[0m.
         Stopping ^[[0;1;39mAuthorization Manager^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mAuthorization Manager^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mBasic System^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mForward Password R…s to Plymouth Directory Watch^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mPath Units^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mSlice Units^[[0m.
[^[[0;32m  OK  ^[[0m] Removed slice ^[[0;1;39mVirtual Machine and Container Slice^[[0m.
[^[[0;32m  OK  ^[[0m] Removed slice ^[[0;1;39mUser and Session Slice^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mSocket Units^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mOpen-iSCSI iscsid Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mOpen-iSCSI iscsiuio Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mlibvirt legacy monolithic daemon admin socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mlibvirt legacy monolithic daemon read-only socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mlibvirt legacy monolithic daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mSSSD Kerberos Cache Manager responder socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mlibvirt locking daemon admin socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mlibvirt locking daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1[ 2755.373914] audit: type=1305 audit(1725342216.954:417): op=set audit_pid=0 old=2288 auid=4294967295 ses=4294967295 subj=unconfined res=1
;39mlibvirt logging daemon admin[ 2755.388675] audit: type=1131 audit(1725342216.970:418): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=auditd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
 socket^[[0m.
[[ 2755.409941] audit: type=1131 audit(1725342216.990:419): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mlibvirt logging daemon socket^[[0m.
         Stopping ^[[0;1;39mD-Bus System Message Bus^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mD-Bus System Message Bus^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mD-Bus System Message Bus Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mSystem Initialization^[[0m.
[^[[0;32m  OK  ^[[0m] Unset automount ^[[0;1;39mArbitrary …s File System Automount Point^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mLocal Encrypted Volumes^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mForward Password R…uests to Wall Directory Watch^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mLocal Integrity Protected Volumes^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mSwaps^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mLocal Verity Protected Volumes^[[0m.
         Deactivating swap ^[[0;1;39m/dev/dis…dm-name-rhel_hostname-swap^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mRead and set NIS d…e from /etc/sysconfig/network^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mApply Kernel Variables^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mLoad Kernel Modules^[[0m.
   [ 2755.530516] audit: type=1131 audit(1725342217.114:420): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=systemd-fsck@dev-disk-by\x2duuid-FBE5\x2d86EF comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
      Stopping ^[[0;1;39mRecord System Boot/Shutdown in UTMP^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mRecord System Boot/Shutdown in UTMP^[[0m.
         Stopping ^[[0;1;39mSecurity Auditing Service^[[0m...
[^[[0;32m  OK  ^[[0m] Deactivated swap ^[[0;1;39m/dev/disk…yeb12DWUnp5czhD1hrKFNCXkJMetK^[[0m.
[^[[0;32m  OK  ^[[0m] Deactivated swap ^[[0;1;39m/dev/rhel_hostname/swap^[[0m.
[^[[0;32m  OK  ^[[0m] Deactivated swap ^[[0;1;39m/dev/disk…f-0fb1-4c94-97ac-38505613fcbf^[[0m.
[^[[0;32m  OK  ^[[0m] Deactivated swap ^[[0;1;39m/dev/disk…d/dm-name-rhel_hostname-swap^[[0m.
[^[[0;32m  OK  ^[[0m] Deactivated swap ^[[0;1;39m/dev/dm-2^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mSecurity Auditing Service^[[0m.
[^[[0;32m  OK  ^[[0m] Deactivated swap ^[[0;1;39m/dev/mapper/rhel_hostname-swap^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mCreate Volatile Files and Directories^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mLocal File Systems^[[0m.
         Unmounting ^[[0;1;39m/boot/efi^[[0m...
         Unmounting ^[[0;1;39m/home^[[0m...
[^[[0;32m  OK  ^[[0m] Unmounted ^[[0;1;39m/boot/efi^[[0m.
         Unmounting ^[[0;1;39m/boot^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mFile System Check on /dev/disk/by-uuid/FBE5-86EF^[[0m.
[^[[0;32m  OK  ^[[0m] Removed slice ^[[0;1;39mSlice /system/systemd-fsck^[[0m.
[ 2755.722694] XFS (sda6): Unmounting Filesystem 8a4de4ea-bc9f-4c69-9e30-c78fbc184188
[^[[0;32m  OK  ^[[0m] Unmounted ^[[0;1;39m/boot^[[0m.
[ 2757.090214] XFS (dm-0): Unmounting Filesystem 3e33526b-995a-4b32-9d5d-d26941ce5b47
[^[[0;32m  OK  ^[[0m] Unmounted ^[[0;1;39m/home^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mPreparation for Local File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mUnmount All Filesystems^[[0m.
         Stoppin[ 2757.326649] audit: type=1131 audit(1725342218.910:421): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=systemd-remount-fs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
g ^[[0;1;39mMonit[ 2757.348278] audit: type=1131 audit(1725342218.930:422): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
oring of LVM…meventd or progress polling^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mRemount Root and Kernel File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mCreate Static Device Nodes in /dev^[[0m.
[^[[0;32m  OK  ^[[[ 2757.448073] audit: type=1131 audit(1725342219.030:423): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
0m] Stopped ^[[0;1;39mMonitoring of LVM2… dmeventd or progress polling^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSystem Shutdown^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mLate Shutdown Services^[[0m.
         Starting ^[[0;1;39mReboot via kexec^[[0m...
[ 2757.517313] audit: type=1334 audit(1725342219.098:424): prog-id=45 op=UNLOAD
[ 2757.524366] audit: type=1334 audit(1725342219.098:425): prog-id=44 op=UNLOAD
[ 2757.531411] audit: type=1334 audit(1725342219.098:426): prog-id=43 op=UNLOAD
[ 2757.574895] systemd-shutdown[1]: Syncing filesystems and block devices.
[ 2757.582194] systemd-shutdown[1]: Sending SIGTERM to remaining processes...
[ 2757.609228] systemd-journald[1772]: Received SIGTERM from PID 1 (systemd-shutdow).
[ 2757.625130] systemd-shutdown[1]: Sending SIGKILL to remaining processes...
[ 2757.650052] systemd-shutdown[1]: Unmounting file systems.
[ 2757.656346] [333630]: Remounting '/' read-only with options 'attr2,inode64,logbufs=8,logbsize=32k,noquota'.
[ 2757.742222] systemd-shutdown[1]: All filesystems unmounted.
[ 2757.747842] systemd-shutdown[1]: Deactivating swaps.
[ 2757.752994] systemd-shutdown[1]: All swaps deactivated.
[ 2757.758234] systemd-shutdown[1]: Detaching loop devices.
[ 2757.764296] systemd-shutdown[1]: All loop devices detached.
[ 2757.769877] systemd-shutdown[1]: Stopping MD devices.
[ 2757.774984] systemd-shutdown[1]: All MD devices stopped.
[ 2757.780301] systemd-shutdown[1]: Detaching DM devices.
[ 2757.785786] systemd-shutdown[1]: Detaching DM /dev/dm-2 (253:2).
[ 2757.806393] systemd-shutdown[1]: Detaching DM /dev/dm-0 (253:0).
[ 2757.830071] systemd-shutdown[1]: Not all DM devices detached, 1 left.
[ 2757.836575] systemd-shutdown[1]: Detaching DM devices.
[ 2757.841980] systemd-shutdown[1]: Not all DM devices detached, 1 left.
[ 2757.848458] systemd-shutdown[1]: Detaching DM devices.
[ 2757.853785] systemd-shutdown[1]: Not all DM devices detached, 1 left.
[ 2757.860318] systemd-shutdown[1]: Cannot finalize remaining DM devices, continuing.
[ 2757.899289] systemd-shutdown[1]: Failed to finalize DM devices, ignoring.
[ 2757.906415] systemd-shutdown[1]: Syncing filesystems and block devices.
[ 2757.913037] systemd-shutdown[1]: Rebooting with kexec.
[ 2758.128900] sd 8:0:2:0: [sdc] Synchronizing SCSI cache
[ 2758.134455] sd 8:0:0:0: [sda] Synchronizing SCSI cache
[ 2759.363380] mpt3sas_cm0: sending message unit reset !!
[ 2759.369892] mpt3sas_cm0: message unit reset: SUCCESS
[ 2759.377320] kvm: exiting hardware virtualization
[ 2759.381970] kexec_core: Starting new kernel


Invalid physical address chosen!




Physical KASLR disabled: no suitable memory region!

[    0.000000] Linux version 6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d (root@hostname.amd.com) (gcc (GCC) 11.4.1 20231218 (Red Hat 11.4.1-3), GNU ld version 2.35.2-43.el9) #1 SMP PREEMPT_DYNAMIC Tue Sep  3 11:01:30 IST 2024
[    0.000000] Command line: root=/dev/mapper/rhel_hostname-root ro selinux=0 console=ttyS0,115200n8 earlyprintk=ttyS0,115200 net.ifnames=0 biosdevname=0 swiotlb=131072 kvm_amd.debug_swap=0 mem_encrypt=on
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Hygon HygonGenuine
[    0.000000]   Centaur CentaurHauls
[    0.000000]   zhaoxin   Shanghai  
[    0.000000] SEV-SNP: RMP table physical range [0x0000000015e00000 - 0x00000000566fffff]
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000400-0x000000000008efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000008f000-0x000000000008ffff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000000090000-0x000000000009ffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000015dfffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000015e00000-0x00000000567fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000056800000-0x000000005a14afff] usable
[    0.000000] BIOS-e820: [mem 0x000000005a14b000-0x000000005a34afff] reserved
[    0.000000] BIOS-e820: [mem 0x000000005a34b000-0x0000000067acefff] usable
[    0.000000] BIOS-e820: [mem 0x0000000067acf000-0x000000006dfcefff] reserved
[    0.000000] BIOS-e820: [mem 0x000000006dfcf000-0x000000006edfefff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000006edff000-0x000000006effefff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000006efff000-0x000000006effffff] usable
[    0.000000] BIOS-e820: [mem 0x000000006f000000-0x000000006f00afff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000006f00b000-0x000000006fffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000070000000-0x000000008fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000aa000000-0x00000000aaffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000c5000000-0x00000000c5ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000e0ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fd000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000207fcfffff] usable
[    0.000000] BIOS-e820: [mem 0x000000207fd00000-0x000000207fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000002080000000-0x000000407f1fffff] usable
[    0.000000] BIOS-e820: [mem 0x000000407f200000-0x000000407fffffff] reserved
[    0.000000] printk: legacy bootconsole [earlyser0] enabled
[    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 0x0000000000000400-0x000000000008efff] usable
[    0.000000] reserve setup_data: [mem 0x000000000008f000-0x000000000008ffff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x0000000000090000-0x000000000009ffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000000100000-0x000000000010006f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000100070-0x0000000015dfffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000015e00000-0x00000000567fffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000056800000-0x000000005a14afff] usable
[    0.000000] reserve setup_data: [mem 0x000000005a14b000-0x000000005a34afff] reserved
[    0.000000] reserve setup_data: [mem 0x000000005a34b000-0x0000000067acefff] usable
[    0.000000] reserve setup_data: [mem 0x0000000067acf000-0x000000006dfcefff] reserved
[    0.000000] reserve setup_data: [mem 0x000000006dfcf000-0x000000006edfefff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x000000006edff000-0x000000006effefff] ACPI data
[    0.000000] reserve setup_data: [mem 0x000000006efff000-0x000000006effffff] usable
[    0.000000] reserve setup_data: [mem 0x000000006f000000-0x000000006f00afff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x000000006f00b000-0x000000006fffffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000070000000-0x000000008fffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000aa000000-0x00000000aaffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000c5000000-0x00000000c5ffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000e0000000-0x00000000e0ffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fd000000-0x00000000ffffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000207fcfffff] usable
[    0.000000] reserve setup_data: [mem 0x000000207fd00000-0x000000207fffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000002080000000-0x000000407f1fffff] usable
[    0.000000] reserve setup_data: [mem 0x000000407f200000-0x000000407fffffff] reserved
[    0.000000] efi: EFI v2.7 by Dell Inc.
[    0.000000] efi: ACPI=0x6effe000 ACPI 2.0=0x6effe014 MEMATTR=0x63f3c4a0 SMBIOS=0x6979e000 SMBIOS 3.0=0x6979c000 MOKvar=0x67bcc000 RNG=0x6efb4020 
[    0.000000] random: crng init done
[    0.000000] efi: Remove mem02: MMIO range=[0xaa000000-0xaaffffff] (16MB) from e820 map
[    0.000000] efi: Remove mem04: MMIO range=[0xe0000000-0xe0ffffff] (16MB) from e820 map
[    0.000000] efi: Remove mem07: MMIO range=[0x80000000-0x8fffffff] (256MB) from e820 map
[    0.000000] efi: Remove mem09: MMIO range=[0xc5000000-0xc5ffffff] (16MB) from e820 map
[    0.000000] efi: Remove mem11: MMIO range=[0xfd000000-0xffffffff] (48MB) from e820 map
[    0.000000] SMBIOS 3.3.0 present.
[    0.000000] DMI: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[    0.000000] DMI: Memory slots populated: 8/16
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 1996.222 MHz processor
[    0.000026] last_pfn = 0x407f200 max_arch_pfn = 0x400000000
[    0.005552] MTRR map: 8 entries (3 fixed + 5 variable; max 20), built from 9 variable MTRRs
[    0.013903] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Memory KASLR using RDRAND RDTSC...
[    0.024953] x2apic: enabled by BIOS, switching to x2apic ops
[    0.030585] last_pfn = 0x70000 max_arch_pfn = 0x400000000
[    0.041717] Using GB pages for direct mapping
[    0.046707] Secure boot could not be determined
[    0.051055] RAMDISK: [mem 0x4079ae3000-0x407bdfffff]
[    0.055997] ACPI: Early table checksum verification disabled
[    0.061631] ACPI: RSDP 0x000000006EFFE014 000024 (v02 DELL  )
[    0.067350] ACPI: XSDT 0x000000006EFB7188 0000DC (v01 DELL   PE_SC3   00000002 DELL 00000001)
[    0.075845] ACPI: FACP 0x000000006EFF9000 000114 (v06 DELL   PE_SC3   00000002 DELL 00000001)
[    0.084337] ACPI: DSDT 0x000000006EFDA000 019528 (v02 DELL   PE_SC3   00000002 DELL 00000001)
[    0.092829] ACPI: FACS 0x000000006EDB9000 000040
[    0.097422] ACPI: BERT 0x000000006EFFC000 000030 (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.105915] ACPI: ERST 0x000000006EFFB000 000230 (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.114409] ACPI: HEST 0x000000006EFFA000 0007F4 (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.122928] ACPI: HPET 0x000000006EFF8000 000038 (v01 DELL   PE_SC3   00000002 DELL 00000001)
[    0.131421] ACPI: APIC 0x000000006EFF6000 0018BE (v05 DELL   PE_SC3   00000002 DELL 00000001)
[    0.139914] ACPI: MCFG 0x000000006EFF5000 00003C (v01 DELL   PE_SC3   00000002 DELL 00000001)
[    0.148408] ACPI: WSMT 0x000000006EFF4000 000028 (v01 DELL   PE_SC3   00000002 DELL 00000001)
[    0.156900] ACPI: SSDT 0x000000006EFD9000 000629 (v02 DELL   xhc_port 00000001 INTL 20210331)
[    0.165394] ACPI: SSDT 0x000000006EFD8000 000D6E (v02 AMD    CPMRAS   00000001 INTL 20210331)
[    0.173886] ACPI: EINJ 0x000000006EFD7000 000170 (v01 AMD    PE_SC3   00000001 AMD  00000001)
[    0.182380] ACPI: PCCT 0x000000006EFD6000 00006E (v02 DELL   AmdTable 00000001 AMD  00000001)
[    0.190873] ACPI: SSDT 0x000000006EFC7000 00E849 (v02 DELL   PE_SC3   00000001 AMD  00000001)
[    0.199367] ACPI: SRAT 0x000000006EFC6000 000CD0 (v03 DELL   PE_SC3   00000001 AMD  00000001)
[    0.207860] ACPI: MSCT 0x000000006EFC5000 00004E (v01 DELL   PE_SC3   00000000 AMD  00000001)
[    0.216353] ACPI: SLIT 0x000000006EFC4000 000030 (v01 DELL   PE_SC3   00000001 AMD  00000001)
[    0.224847] ACPI: CRAT 0x000000006EFBC000 0072F8 (v01 DELL   PE_SC3   00000001 AMD  00000001)
[    0.233340] ACPI: CDIT 0x000000006EFBB000 00002C (v01 DELL   PE_SC3   00000001 AMD  00000001)
[    0.241833] ACPI: IVRS 0x000000006EFBA000 0001F0 (v02 DELL   PE_SC3   00000001 AMD  00000001)
[    0.250326] ACPI: SPCR 0x000000006EFB9000 000050 (v02 DELL   PE_SC3   00000002 DELL 00000001)
[    0.258819] ACPI: SLIC 0x000000006EFB8000 000176 (v01 DELL   PE_SC3   00000002 DELL 00000001)
[    0.267311] ACPI: SSDT 0x000000006EFFD000 000D66 (v02 DELL   PE_SC3   00000002 DELL 00000001)
[    0.275805] ACPI: SSDT 0x000000006EFB5000 00193C (v02 AMD    CPMCMN   00000001 INTL 20210331)
[    0.284298] ACPI: Reserving FACP table memory at [mem 0x6eff9000-0x6eff9113]
[    0.291317] ACPI: Reserving DSDT table memory at [mem 0x6efda000-0x6eff3527]
[    0.298338] ACPI: Reserving FACS table memory at [mem 0x6edb9000-0x6edb903f]
[    0.305358] ACPI: Reserving BERT table memory at [mem 0x6effc000-0x6effc02f]
[    0.312377] ACPI: Reserving ERST table memory at [mem 0x6effb000-0x6effb22f]
[    0.319397] ACPI: Reserving HEST table memory at [mem 0x6effa000-0x6effa7f3]
[    0.326417] ACPI: Reserving HPET table memory at [mem 0x6eff8000-0x6eff8037]
[    0.333453] ACPI: Reserving APIC table memory at [mem 0x6eff6000-0x6eff78bd]
[    0.340473] ACPI: Reserving MCFG table memory at [mem 0x6eff5000-0x6eff503b]
[    0.347494] ACPI: Reserving WSMT table memory at [mem 0x6eff4000-0x6eff4027]
[    0.354514] ACPI: Reserving SSDT table memory at [mem 0x6efd9000-0x6efd9628]
[    0.361533] ACPI: Reserving SSDT table memory at [mem 0x6efd8000-0x6efd8d6d]
[    0.368554] ACPI: Reserving EINJ table memory at [mem 0x6efd7000-0x6efd716f]
[    0.375574] ACPI: Reserving PCCT table memory at [mem 0x6efd6000-0x6efd606d]
[    0.382593] ACPI: Reserving SSDT table memory at [mem 0x6efc7000-0x6efd5848]
[    0.389613] ACPI: Reserving SRAT table memory at [mem 0x6efc6000-0x6efc6ccf]
[    0.396633] ACPI: Reserving MSCT table memory at [mem 0x6efc5000-0x6efc504d]
[    0.403652] ACPI: Reserving SLIT table memory at [mem 0x6efc4000-0x6efc402f]
[    0.410673] ACPI: Reserving CRAT table memory at [mem 0x6efbc000-0x6efc32f7]
[    0.417693] ACPI: Reserving CDIT table memory at [mem 0x6efbb000-0x6efbb02b]
[    0.424713] ACPI: Reserving IVRS table memory at [mem 0x6efba000-0x6efba1ef]
[    0.431732] ACPI: Reserving SPCR table memory at [mem 0x6efb9000-0x6efb904f]
[    0.438779] ACPI: Reserving SLIC table memory at [mem 0x6efb8000-0x6efb8175]
[    0.445798] ACPI: Reserving SSDT table memory at [mem 0x6effd000-0x6effdd65]
[    0.452818] ACPI: Reserving SSDT table memory at [mem 0x6efb5000-0x6efb693b]
[    0.459920] APIC: Switched APIC routing to: cluster x2apic
[    0.465316] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff]
[    0.471278] ACPI: SRAT: Node 0 PXM 0 [mem 0x000c0000-0x7fffffff]
[    0.477258] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0x207fffffff]
[    0.483498] ACPI: SRAT: Node 1 PXM 1 [mem 0x2080000000-0x407fffffff]
[    0.489831] NUMA: Node 0 [mem 0x00001000-0x0009ffff] + [mem 0x000c0000-0x7fffffff] -> [mem 0x00001000-0x7fffffff]
[    0.500051] NUMA: Node 0 [mem 0x00001000-0x7fffffff] + [mem 0x100000000-0x207fffffff] -> [mem 0x00001000-0x207fffffff]
[    0.510718] NODE_DATA(0) allocated [mem 0x207fcd5a00-0x207fcfffff]
[    0.516873] NODE_DATA(1) allocated [mem 0x407f1d3a00-0x407f1fdfff]
[    0.523351] Zone ranges:
[    0.525703]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.531856]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.538010]   Normal   [mem 0x0000000100000000-0x000000407f1fffff]
[    0.544163]   Device   empty
[    0.547041] Movable zone start for each node
[    0.551289] Early memory node ranges
[    0.554841]   node   0: [mem 0x0000000000001000-0x000000000008efff]
[    0.561081]   node   0: [mem 0x0000000000090000-0x000000000009ffff]
[    0.567320]   node   0: [mem 0x0000000000100000-0x0000000015dfffff]
[    0.573561]   node   0: [mem 0x0000000056800000-0x000000005a14afff]
[    0.579800]   node   0: [mem 0x000000005a34b000-0x0000000067acefff]
[    0.586041]   node   0: [mem 0x000000006efff000-0x000000006effffff]
[    0.592280]   node   0: [mem 0x000000006f00b000-0x000000006fffffff]
[    0.598520]   node   0: [mem 0x0000000100000000-0x000000207fcfffff]
[    0.604769]   node   1: [mem 0x0000002080000000-0x000000407f1fffff]
[    0.611009] Initmem setup node 0 [mem 0x0000000000001000-0x000000207fcfffff]
[    0.618021] Initmem setup node 1 [mem 0x0000002080000000-0x000000407f1fffff]
[    0.625041] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.630846] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.636665] On node 0, zone DMA: 96 pages in unavailable ranges
[    0.643040] On node 0, zone DMA32: 35328 pages in unavailable ranges
[    0.649396] On node 0, zone DMA32: 512 pages in unavailable ranges
[    0.655566] On node 0, zone DMA32: 30000 pages in unavailable ranges
[    0.661746] On node 0, zone DMA32: 11 pages in unavailable ranges
[    0.895097] On node 1, zone Normal: 768 pages in unavailable ranges
[    0.901204] On node 1, zone Normal: 3584 pages in unavailable ranges
[    0.907680] ACPI: PM-Timer IO Port: 0x408
[    0.911540] ACPI: X2APIC_NMI (uid[0xffffffff] high edge lint[0x1])
[    0.917668] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.923573] IOAPIC[0]: apic_id 240, version 33, address 0xfec00000, GSI 0-23
[    0.930583] IOAPIC[1]: apic_id 241, version 33, address 0xe0100000, GSI 120-151
[    0.937863] IOAPIC[2]: apic_id 242, version 33, address 0xc5100000, GSI 88-119
[    0.945057] IOAPIC[3]: apic_id 243, version 33, address 0xaa100000, GSI 56-87
[    0.952162] IOAPIC[4]: apic_id 244, version 33, address 0xfd100000, GSI 24-55
[    0.959268] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.965591] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.972099] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.978505] ACPI: HPET id: 0x10228201 base: 0xfed00000
[    0.983623] ACPI: SPCR: console: uart,io,0x2f8,115200
[    0.988649] CPU topo: Max. logical packages:   1
[    0.993237] CPU topo: Max. logical dies:       1
[    0.997831] CPU topo: Max. dies per package:   1
[    1.002428] CPU topo: Max. threads per core:   2
[    1.007019] CPU topo: Num. cores per package:    64
[    1.011872] CPU topo: Num. threads per package: 128
[    1.016724] CPU topo: Allowing 128 present CPUs plus 0 hotplug CPUs
[    1.022984] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    1.030505] PM: hibernation: Registered nosave memory: [mem 0x0008f000-0x0008ffff]
[    1.038044] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    1.045583] PM: hibernation: Registered nosave memory: [mem 0x00100000-0x00100fff]
[    1.053125] PM: hibernation: Registered nosave memory: [mem 0x15e00000-0x567fffff]
[    1.060664] PM: hibernation: Registered nosave memory: [mem 0x5a14b000-0x5a34afff]
[    1.068204] PM: hibernation: Registered nosave memory: [mem 0x67acf000-0x6dfcefff]
[    1.075743] PM: hibernation: Registered nosave memory: [mem 0x6dfcf000-0x6edfefff]
[    1.083283] PM: hibernation: Registered nosave memory: [mem 0x6edff000-0x6effefff]
[    1.090824] PM: hibernation: Registered nosave memory: [mem 0x6f000000-0x6f00afff]
[    1.098364] PM: hibernation: Registered nosave memory: [mem 0x70000000-0x7fffffff]
[    1.105903] PM: hibernation: Registered nosave memory: [mem 0x80000000-0xffffffff]
[    1.113514] PM: hibernation: Registered nosave memory: [mem 0x207fd00000-0x207fffffff]
[    1.121400] [mem 0x80000000-0xffffffff] available for PCI devices
[    1.127465] Booting paravirtualized kernel on bare hardware
[    1.133013] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    1.143424] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:128 nr_cpu_ids:128 nr_node_ids:2
[    1.155771] percpu: Embedded 66 pages/cpu s233472 r8192 d28672 u524288
[    1.162241] Kernel command line: root=/dev/mapper/rhel_hostname-root ro selinux=0 console=ttyS0,115200n8 earlyprintk=ttyS0,115200 net.ifnames=0 biosdevname=0 swiotlb=131072 kvm_amd.debug_swap=0 mem_encrypt=on
[    1.180797] Unknown kernel command line parameters "biosdevname=0 mem_encrypt=on", will be passed to user space.
[    1.190818] printk: log_buf_len individual max cpu contribution: 4096 bytes
[    1.197733] printk: log_buf_len total cpu_extra contributions: 520192 bytes
[    1.204667] printk: log_buf_len min size: 262144 bytes
[    1.210174] printk: log_buf_len: 1048576 bytes
[    1.214443] printk: early log buf free: 244760(93%)
[    1.220671] Fallback order for Node 0: 0 1 
[    1.220674] Fallback order for Node 1: 1 0 
[    1.220684] Built 2 zonelists, mobility grouping on.  Total pages: 66743651
[    1.235779] Policy zone: Normal
[    1.238907] mem auto-init: stack:off, heap alloc:on, heap free:off
[    1.245088] software IO TLB: area num 128.
[    1.667924] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=128, Nodes=2
Poking KASLR using RDRAND RDTSC...
[    1.677577] ftrace: allocating 53173 entries in 208 pages
[    1.694591] ftrace: allocated 208 pages with 3 groups
[    1.700345] Dynamic Preempt: voluntary
[    1.704263] rcu: Preemptible hierarchical RCU implementation.
[    1.709831] rcu: 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=128.
[    1.716764] 	Trampoline variant of Tasks RCU enabled.
[    1.721790] 	Rude variant of Tasks RCU enabled.
[    1.726298] 	Tracing variant of Tasks RCU enabled.
[    1.731063] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    1.738604] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=128
[    1.745491] RCU Tasks: Setting shift to 7 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=128.
[    1.754293] RCU Tasks Rude: Setting shift to 7 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=128.
[    1.763567] RCU Tasks Trace: Setting shift to 7 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=128.
[    1.775716] NR_IRQS: 524544, nr_irqs: 3624, preallocated irqs: 16
[    1.781894] rcu: srcu_init: Setting srcu_struct sizes to big.
[    1.789744] Console: colour EGA 80x25
[    1.793246] printk: legacy console [ttyS0] enabled
[    1.793246] printk: legacy console [ttyS0] enabled
[    1.802779] printk: legacy bootconsole [earlyser0] disabled
[    1.802779] printk: legacy bootconsole [earlyser0] disabled
[    1.813967] mempolicy: Enabling automatic NUMA balancing. Configure with numa_balancing= or the kernel.numa_balancing sysctl
[    1.825245] ACPI: Core revision 20240322
[    1.829394] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[    1.838527] APIC: Switch to symmetric I/O mode setup
[    1.844484] AMD-Vi: Using global IVHD EFR:0x841f77e022094ace, EFR2:0x0
[    1.853434] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    1.878530] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x398c7ae93a9, max_idle_ns: 881590667579 ns
[    1.889041] Calibrating delay loop (skipped), value calculated using timer frequency.. 3992.44 BogoMIPS (lpj=7984888)
[    1.893052] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[    1.897155] LVT offset 2 assigned for vector 0xf4
[    1.901070] Last level iTLB entries: 4KB 512, 2MB 512, 4MB 256
[    1.905040] Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
[    1.909041] process: using mwait in idle threads
[    1.913041] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    1.917041] Spectre V2 : Mitigation: Retpolines
[    1.921040] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    1.925040] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
[    1.929040] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    1.933041] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    1.937040] Spectre V2 : User space: Mitigation: STIBP always-on protection
[    1.941040] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[    1.945040] Speculative Return Stack Overflow: Mitigation: Safe RET
[    1.949043] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    1.953040] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    1.957040] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    1.961040] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
[    1.965040] x86/fpu: Supporting XSAVE feature 0x800: 'Control-flow User registers'
[    1.969040] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    1.973040] x86/fpu: xstate_offset[9]:  832, xstate_sizes[9]:    8
[    1.977040] x86/fpu: xstate_offset[11]:  840, xstate_sizes[11]:   16
[    1.981040] x86/fpu: Enabled xstate features 0xa07, context size is 856 bytes, using 'compacted' format.
[    2.018039] Freeing SMP alternatives memory: 44K
[    2.021109] Memory Encryption Features active: AMD SME
[    2.025041] pid_max: default: 131072 minimum: 1024
[    2.029297] LSM: initializing lsm=lockdown,capability,yama,apparmor,ima,evm
[    2.033096] Yama: becoming mindful.
[    2.037157] AppArmor: AppArmor initialized
[    2.050526] Dentry cache hash table entries: 16777216 (order: 15, 134217728 bytes, vmalloc hugepage)
[    2.059034] Inode-cache hash table entries: 8388608 (order: 14, 67108864 bytes, vmalloc hugepage)
[    2.061241] Mount-cache hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc)
[    2.065185] Mountpoint-cache hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc)
[    2.180967] smpboot: CPU0: AMD EPYC 7713 64-Core Processor (family: 0x19, model: 0x1, stepping: 0x1)
[    2.181431] Performance Events: Fam17h+ core perfctr, AMD PMU driver.
[    2.185042] ... version:                0
[    2.189040] ... bit width:              48
[    2.193041] ... generic registers:      6
[    2.197040] ... value mask:             0000ffffffffffff
[    2.201040] ... max period:             00007fffffffffff
[    2.205040] ... fixed-purpose events:   0
[    2.209040] ... event mask:             000000000000003f
[    2.213372] signal: max sigframe size: 3376
[    2.217080] rcu: Hierarchical SRCU implementation.
[    2.221041] rcu: 	Max phase no-delay instances is 1000.
[    2.225093] Timer migration: 3 hierarchy levels; 8 children per group; 2 crossnode level
[    2.236931] MCE: In-kernel MCE decoding enabled.
[    2.237093] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    2.245539] smp: Bringing up secondary CPUs ...
[    2.249206] smpboot: x86: Booting SMP configuration:
[    2.253042] .... 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
[    2.261043] .... node  #1, CPUs:    #32  #33  #34  #35  #36  #37  #38  #39  #40  #41  #42  #43  #44  #45  #46  #47  #48  #49
[    2.265048] psi: inconsistent task state! task=321:idle_inject/50 cpu=0 psi_flags=4 clear=0 set=4
[    2.265144]   #50  #51  #52  #53  #54  #55  #56  #57  #58  #59  #60  #61  #62  #63
[    2.421042] .... node  #0, CPUs:    #64  #65  #66  #67  #68  #69  #70  #71  #72  #73  #74  #75  #76  #77  #78  #79  #80  #81  #82  #83  #84  #85  #86  #87  #88  #89  #90  #91  #92  #93  #94  #95
[    2.433044] .... node  #1, CPUs:    #96  #97  #98  #99 #100 #101 #102 #103 #104 #105 #106 #107 #108 #109 #110 #111 #112 #113 #114 #115 #116 #117 #118 #119 #120 #121 #122 #123 #124 #125 #126 #127
[    2.787042] Spectre V2 : Update user space SMT mitigation: STIBP always-on
[    2.935043] smp: Brought up 2 nodes, 128 CPUs
[    2.937045] smpboot: Total of 128 processors activated (511032.83 BogoMIPS)
[    2.953392] Memory: 262100528K/266974604K available (18432K kernel code, 3262K rwdata, 7744K rodata, 4684K init, 6212K bss, 4560644K reserved, 0K cma-reserved)
[    2.964844] devtmpfs: initialized
[    2.965118] x86/mm: Memory block size: 2048MB
[    2.980839] ACPI: PM: Registering ACPI NVS region [mem 0x0008f000-0x0008ffff] (4096 bytes)
[    2.981043] ACPI: PM: Registering ACPI NVS region [mem 0x6dfcf000-0x6edfefff] (14876672 bytes)
[    2.985334] ACPI: PM: Registering ACPI NVS region [mem 0x6f000000-0x6f00afff] (45056 bytes)
[    2.989133] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    2.993163] futex hash table entries: 32768 (order: 9, 2097152 bytes, vmalloc)
[    2.997278] pinctrl core: initialized pinctrl subsystem
[    3.001155] PM: RTC time: 11:13:44, date: 2024-09-03
[    3.005865] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    3.013548] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[    3.017318] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    3.025059] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    3.029050] audit: initializing netlink subsys (disabled)
[    3.033062] audit: type=2000 audit(1725362024.176:1): state=initialized audit_enabled=0 res=1
[    3.033218] thermal_sys: Registered thermal governor 'fair_share'
[    3.037042] thermal_sys: Registered thermal governor 'bang_bang'
[    3.041041] thermal_sys: Registered thermal governor 'step_wise'
[    3.045041] thermal_sys: Registered thermal governor 'user_space'
[    3.049049] EISA bus registered
[    3.057060] cpuidle: using governor ladder
[    3.061049] cpuidle: using governor menu
[    3.065083] Detected 1 PCC Subspaces
[    3.069042] Registering PCC driver as Mailbox controller
[    3.073176] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    3.077043] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    3.081216] PCI: ECAM [mem 0x80000000-0x8fffffff] (base 0x80000000) for domain 0000 [bus 00-ff]
[    3.085052] PCI: Using configuration type 1 for base access
[    3.089049] PCI: Dell System detected, enabling pci=bfsort.
[    3.093210] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    3.097259] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[    3.101044] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[    3.105041] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[    3.109040] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[    3.113318] ACPI: Added _OSI(Module Device)
[    3.117042] ACPI: Added _OSI(Processor Device)
[    3.121041] ACPI: Added _OSI(3.0 _SCP Extensions)
[    3.129041] ACPI: Added _OSI(Processor Aggregator Device)
[    3.171191] ACPI: 6 ACPI AML tables successfully acquired and loaded
[    3.189220] ACPI: Interpreter enabled
[    3.192893] ACPI: PM: (supports S0 S5)
[    3.193041] ACPI: Using IOAPIC for interrupt routing
[    3.197645] HEST: Table parsing has been initialized.
[    3.201473] GHES: APEI firmware first mode is enabled by APEI bit and WHEA _OSC.
[    3.205043] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    3.209041] PCI: Ignoring E820 reservations for host bridge windows
[    3.215225] ACPI: Enabled 1 GPEs in block 00 to 1F
[    3.252451] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[    3.253119] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
[    3.257118] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[    3.261117] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[    3.265117] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[    3.269117] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[    3.273117] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[    3.277117] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[    3.281530] ACPI: PCI Root Bridge [PC00] (domain 0000 [bus 00-3f])
[    3.285045] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    3.289205] acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug AER DPC]
[    3.293355] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
[    3.297041] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    3.305637] PCI host bridge to bus 0000:00
[    3.309044] pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
[    3.313041] pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
[    3.317042] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000fffff window]
[    3.321041] pci_bus 0000:00: root bus resource [io  0x0d00-0x3fff window]
[    3.325041] pci_bus 0000:00: root bus resource [mem 0xe1000000-0xfebfffff window]
[    3.329041] pci_bus 0000:00: root bus resource [mem 0x63dc0000000-0x7fcffffffff window]
[    3.333041] pci_bus 0000:00: root bus resource [bus 00-3f]
[    3.337056] pci 0000:00:00.0: [1022:1480] type 00 class 0x060000 conventional PCI endpoint
[    3.341185] pci 0000:00:00.2: [1022:164f] type 00 class 0x080600 conventional PCI endpoint
[    3.345142] pci 0000:00:01.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.349126] pci 0000:00:02.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.353124] pci 0000:00:03.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.357121] pci 0000:00:03.2: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    3.361059] pci 0000:00:03.2: PCI bridge to [bus 01]
[    3.365044] pci 0000:00:03.2:   bridge window [io  0x1000-0x1fff]
[    3.369042] pci 0000:00:03.2:   bridge window [mem 0xe1000000-0xe22fffff]
[    3.373109] pci 0000:00:03.2: PME# supported from D0 D3hot D3cold
[    3.378043] pci 0000:00:04.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.385067] pci 0000:00:05.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.389127] pci 0000:00:07.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.393124] pci 0000:00:07.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    3.397058] pci 0000:00:07.1: PCI bridge to [bus 02]
[    3.401045] pci 0000:00:07.1:   bridge window [mem 0xf7200000-0xf72fffff]
[    3.405098] pci 0000:00:07.1: PME# supported from D0 D3hot D3cold
[    3.409193] pci 0000:00:08.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.413126] pci 0000:00:08.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    3.417059] pci 0000:00:08.1: PCI bridge to [bus 03]
[    3.421047] pci 0000:00:08.1:   bridge window [mem 0xf7000000-0xf71fffff]
[    3.425101] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[    3.429227] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500 conventional PCI endpoint
[    3.433164] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100 conventional PCI endpoint
[    3.437213] pci 0000:00:18.0: [1022:1650] type 00 class 0x060000 conventional PCI endpoint
[    3.441134] pci 0000:00:18.1: [1022:1651] type 00 class 0x060000 conventional PCI endpoint
[    3.445097] pci 0000:00:18.2: [1022:1652] type 00 class 0x060000 conventional PCI endpoint
[    3.449101] pci 0000:00:18.3: [1022:1653] type 00 class 0x060000 conventional PCI endpoint
[    3.453096] pci 0000:00:18.4: [1022:1654] type 00 class 0x060000 conventional PCI endpoint
[    3.457097] pci 0000:00:18.5: [1022:1655] type 00 class 0x060000 conventional PCI endpoint
[    3.461098] pci 0000:00:18.6: [1022:1656] type 00 class 0x060000 conventional PCI endpoint
[    3.465096] pci 0000:00:18.7: [1022:1657] type 00 class 0x060000 conventional PCI endpoint
[    3.469163] pci 0000:01:00.0: [1000:0097] type 00 class 0x010700 PCIe Endpoint
[    3.473052] pci 0000:01:00.0: BAR 0 [io  0x1000-0x10ff]
[    3.477050] pci 0000:01:00.0: BAR 1 [mem 0xe2100000-0xe210ffff 64bit]
[    3.481051] pci 0000:01:00.0: BAR 3 [mem 0xe1000000-0xe10fffff 64bit]
[    3.485052] pci 0000:01:00.0: ROM [mem 0xfff00000-0xffffffff pref]
[    3.489123] pci 0000:01:00.0: supports D1 D2
[    3.493071] pci 0000:01:00.0: VF BAR 0 [mem 0xe2110000-0xe211ffff 64bit]
[    3.497041] pci 0000:01:00.0: VF BAR 0 [mem 0xe2110000-0xe220ffff 64bit]: contains BAR 0 for 16 VFs
[    3.501048] pci 0000:01:00.0: VF BAR 2 [mem 0xe1100000-0xe11fffff 64bit]
[    3.505041] pci 0000:01:00.0: VF BAR 2 [mem 0xe1100000-0xe20fffff 64bit]: contains BAR 2 for 16 VFs
[    3.509208] pci 0000:00:03.2: PCI bridge to [bus 01]
[    3.517080] pci 0000:02:00.0: [1022:148a] type 00 class 0x130000 PCIe Endpoint
[    3.521246] pci 0000:02:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    3.525059] pci 0000:02:00.2: BAR 2 [mem 0xf7200000-0xf727ffff]
[    3.529055] pci 0000:02:00.2: BAR 5 [mem 0xf7280000-0xf7281fff]
[    3.533237] pci 0000:00:07.1: PCI bridge to [bus 02]
[    3.537170] pci 0000:03:00.0: [1022:1485] type 00 class 0x130000 PCIe Endpoint
[    3.541303] pci 0000:03:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    3.545062] pci 0000:03:00.2: BAR 2 [mem 0xf7100000-0xf717ffff]
[    3.549057] pci 0000:03:00.2: BAR 5 [mem 0xf7180000-0xf7181fff]
[    3.553237] pci 0000:03:00.3: [1022:148c] type 00 class 0x0c0330 PCIe Endpoint
[    3.557054] pci 0000:03:00.3: BAR 0 [mem 0xf7000000-0xf70fffff 64bit]
[    3.561121] pci 0000:03:00.3: PME# supported from D0 D3hot D3cold
[    3.565204] pci 0000:00:08.1: PCI bridge to [bus 03]
[    3.574036] ACPI: PCI Root Bridge [PC01] (domain 0000 [bus 40-7f])
[    3.577044] acpi PNP0A08:01: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    3.581202] acpi PNP0A08:01: _OSC: platform does not support [SHPCHotplug AER DPC]
[    3.585352] acpi PNP0A08:01: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
[    3.589041] acpi PNP0A08:01: FADT indicates ASPM is unsupported, using BIOS configuration
[    3.593949] PCI host bridge to bus 0000:40
[    3.597045] pci_bus 0000:40: root bus resource [io  0x4000-0x6fff window]
[    3.601042] pci_bus 0000:40: root bus resource [mem 0x90000000-0xaaffffff window]
[    3.605041] pci_bus 0000:40: root bus resource [mem 0x47e80000000-0x63dbfffffff window]
[    3.609041] pci_bus 0000:40: root bus resource [bus 40-7f]
[    3.613050] pci 0000:40:00.0: [1022:1480] type 00 class 0x060000 conventional PCI endpoint
[    3.617135] pci 0000:40:00.2: [1022:164f] type 00 class 0x080600 conventional PCI endpoint
[    3.621139] pci 0000:40:01.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.625123] pci 0000:40:02.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.629117] pci 0000:40:03.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.633123] pci 0000:40:03.1: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    3.637060] pci 0000:40:03.1: PCI bridge to [bus 41]
[    3.641046] pci 0000:40:03.1:   bridge window [mem 0xa4c00000-0xa4ffffff]
[    3.645047] pci 0000:40:03.1:   bridge window [mem 0x47e80000000-0x47e801fffff 64bit pref]
[    3.649127] pci 0000:40:03.1: PME# supported from D0 D3hot D3cold
[    3.666745] pci 0000:40:03.2: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    3.669067] pci 0000:40:03.2: PCI bridge to [bus 42]
[    3.673045] pci 0000:40:03.2:   bridge window [io  0x6000-0x6fff]
[    3.677043] pci 0000:40:03.2:   bridge window [mem 0xa4800000-0xa4bfffff]
[    3.681048] pci 0000:40:03.2:   bridge window [mem 0x47e80200000-0x47e803fffff 64bit pref]
[    3.685126] pci 0000:40:03.2: PME# supported from D0 D3hot D3cold
[    3.704922] pci 0000:40:03.3: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    3.713065] pci 0000:40:03.3: PCI bridge to [bus 43]
[    3.717048] pci 0000:40:03.3:   bridge window [io  0x5000-0x5fff]
[    3.725042] pci 0000:40:03.3:   bridge window [mem 0xa4400000-0xa47fffff]
[    3.729047] pci 0000:40:03.3:   bridge window [mem 0x47e80400000-0x47e805fffff 64bit pref]
[    3.737112] pci 0000:40:03.3: PME# supported from D0 D3hot D3cold
[    3.755569] pci 0000:40:03.4: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    3.757061] pci 0000:40:03.4: PCI bridge to [bus 44]
[    3.761044] pci 0000:40:03.4:   bridge window [io  0x4000-0x4fff]
[    3.765043] pci 0000:40:03.4:   bridge window [mem 0xa4000000-0xa43fffff]
[    3.769047] pci 0000:40:03.4:   bridge window [mem 0x47e80600000-0x47e807fffff 64bit pref]
[    3.777090] pci 0000:40:03.4: PME# supported from D0 D3hot D3cold
[    3.796151] pci 0000:40:04.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.797213] pci 0000:40:05.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.801120] pci 0000:40:07.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.805197] pci 0000:40:07.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    3.809058] pci 0000:40:07.1: PCI bridge to [bus 45]
[    3.813045] pci 0000:40:07.1:   bridge window [mem 0xa5300000-0xa53fffff]
[    3.817097] pci 0000:40:07.1: PME# supported from D0 D3hot D3cold
[    3.821186] pci 0000:40:08.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.825125] pci 0000:40:08.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    3.829058] pci 0000:40:08.1: PCI bridge to [bus 46]
[    3.833045] pci 0000:40:08.1:   bridge window [mem 0xa5000000-0xa52fffff]
[    3.837099] pci 0000:40:08.1: PME# supported from D0 D3hot D3cold
[    3.841282] pci 0000:40:03.1: PCI bridge to [bus 41]
[    3.845125] pci 0000:40:03.2: PCI bridge to [bus 42]
[    3.849122] pci 0000:40:03.3: PCI bridge to [bus 43]
[    3.853120] pci 0000:40:03.4: PCI bridge to [bus 44]
[    3.857124] pci 0000:45:00.0: [1022:148a] type 00 class 0x130000 PCIe Endpoint
[    3.861245] pci 0000:45:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    3.865059] pci 0000:45:00.2: BAR 2 [mem 0xa5300000-0xa537ffff]
[    3.869055] pci 0000:45:00.2: BAR 5 [mem 0xa5380000-0xa5381fff]
[    3.873229] pci 0000:40:07.1: PCI bridge to [bus 45]
[    3.877170] pci 0000:46:00.0: [1022:1485] type 00 class 0x130000 PCIe Endpoint
[    3.881296] pci 0000:46:00.1: [1022:1486] type 00 class 0x108000 PCIe Endpoint
[    3.885062] pci 0000:46:00.1: BAR 2 [mem 0xa5100000-0xa51fffff]
[    3.889056] pci 0000:46:00.1: BAR 5 [mem 0xa5282000-0xa5283fff]
[    3.893236] pci 0000:46:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    3.897061] pci 0000:46:00.2: BAR 2 [mem 0xa5200000-0xa527ffff]
[    3.901057] pci 0000:46:00.2: BAR 5 [mem 0xa5280000-0xa5281fff]
[    3.905239] pci 0000:46:00.3: [1022:148c] type 00 class 0x0c0330 PCIe Endpoint
[    3.909053] pci 0000:46:00.3: BAR 0 [mem 0xa5000000-0xa50fffff 64bit]
[    3.913120] pci 0000:46:00.3: PME# supported from D0 D3hot D3cold
[    3.917210] pci 0000:40:08.1: PCI bridge to [bus 46]
[    3.921730] ACPI: PCI Root Bridge [PC02] (domain 0000 [bus 80-bf])
[    3.925044] acpi PNP0A08:02: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    3.929204] acpi PNP0A08:02: _OSC: platform does not support [SHPCHotplug AER DPC]
[    3.933353] acpi PNP0A08:02: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
[    3.937041] acpi PNP0A08:02: FADT indicates ASPM is unsupported, using BIOS configuration
[    3.941934] PCI host bridge to bus 0000:80
[    3.945045] pci_bus 0000:80: root bus resource [io  0x7000-0x9fff window]
[    3.953041] pci_bus 0000:80: root bus resource [mem 0xab000000-0xc5ffffff window]
[    3.957041] pci_bus 0000:80: root bus resource [mem 0x2bf40000000-0x47e7fffffff window]
[    3.961041] pci_bus 0000:80: root bus resource [bus 80-bf]
[    3.965050] pci 0000:80:00.0: [1022:1480] type 00 class 0x060000 conventional PCI endpoint
[    3.969137] pci 0000:80:00.2: [1022:164f] type 00 class 0x080600 conventional PCI endpoint
[    3.973137] pci 0000:80:01.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.977123] pci 0000:80:01.1: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    3.981060] pci 0000:80:01.1: PCI bridge to [bus 81]
[    3.985044] pci 0000:80:01.1:   bridge window [io  0x7000-0x7fff]
[    3.989042] pci 0000:80:01.1:   bridge window [mem 0xbf400000-0xbf7fffff]
[    3.993047] pci 0000:80:01.1:   bridge window [mem 0x2bf40000000-0x2bf401fffff 64bit pref]
[    3.997127] pci 0000:80:01.1: PME# supported from D0 D3hot D3cold
[    4.014688] pci 0000:80:01.2: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.017066] pci 0000:80:01.2: PCI bridge to [bus 82]
[    4.021046] pci 0000:80:01.2:   bridge window [io  0x8000-0x8fff]
[    4.025042] pci 0000:80:01.2:   bridge window [mem 0xbf000000-0xbf3fffff]
[    4.029048] pci 0000:80:01.2:   bridge window [mem 0x2bf40200000-0x2bf403fffff 64bit pref]
[    4.033113] pci 0000:80:01.2: PME# supported from D0 D3hot D3cold
[    4.053297] pci 0000:80:02.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.061136] pci 0000:80:03.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.069124] pci 0000:80:04.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.077205] pci 0000:80:05.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.085122] pci 0000:80:07.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.097127] pci 0000:80:07.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    4.101058] pci 0000:80:07.1: PCI bridge to [bus 83]
[    4.109045] pci 0000:80:07.1:   bridge window [mem 0xbfa00000-0xbfafffff]
[    4.113098] pci 0000:80:07.1: PME# supported from D0 D3hot D3cold
[    4.121191] pci 0000:80:08.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.129130] pci 0000:80:08.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    4.137058] pci 0000:80:08.1: PCI bridge to [bus 84]
[    4.141045] pci 0000:80:08.1:   bridge window [mem 0xbf900000-0xbf9fffff]
[    4.149101] pci 0000:80:08.1: PME# supported from D0 D3hot D3cold
[    4.153197] pci 0000:80:08.2: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    4.161058] pci 0000:80:08.2: PCI bridge to [bus 85]
[    4.165045] pci 0000:80:08.2:   bridge window [mem 0xbf800000-0xbf8fffff]
[    4.173100] pci 0000:80:08.2: PME# supported from D0 D3hot D3cold
[    4.181275] pci 0000:80:01.1: PCI bridge to [bus 81]
[    4.185121] pci 0000:80:01.2: PCI bridge to [bus 82]
[    4.189124] pci 0000:83:00.0: [1022:148a] type 00 class 0x130000 PCIe Endpoint
[    4.197199] pci 0000:83:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    4.205060] pci 0000:83:00.2: BAR 2 [mem 0xbfa00000-0xbfa7ffff]
[    4.209055] pci 0000:83:00.2: BAR 5 [mem 0xbfa80000-0xbfa81fff]
[    4.217235] pci 0000:80:07.1: PCI bridge to [bus 83]
[    4.221173] pci 0000:84:00.0: [1022:1485] type 00 class 0x130000 PCIe Endpoint
[    4.229056] pci 0000:84:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    4.237063] pci 0000:84:00.2: BAR 2 [mem 0xbf900000-0xbf97ffff]
[    4.241057] pci 0000:84:00.2: BAR 5 [mem 0xbf980000-0xbf981fff]
[    4.249250] pci 0000:80:08.1: PCI bridge to [bus 84]
[    4.253172] pci 0000:85:00.0: [1022:7901] type 00 class 0x010601 PCIe Endpoint
[    4.261077] pci 0000:85:00.0: BAR 5 [mem 0xbf800000-0xbf8007ff]
[    4.265114] pci 0000:85:00.0: PME# supported from D3hot D3cold
[    4.273216] pci 0000:80:08.2: PCI bridge to [bus 85]
[    4.277770] ACPI: PCI Root Bridge [PC03] (domain 0000 [bus c0-ff])
[    4.285044] acpi PNP0A08:03: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    4.293204] acpi PNP0A08:03: _OSC: platform does not support [SHPCHotplug AER DPC]
[    4.301354] acpi PNP0A08:03: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
[    4.309041] acpi PNP0A08:03: FADT indicates ASPM is unsupported, using BIOS configuration
[    4.318051] PCI host bridge to bus 0000:c0
[    4.325044] pci_bus 0000:c0: root bus resource [io  0xa000-0xffff window]
[    4.329041] pci_bus 0000:c0: root bus resource [mem 0xc6000000-0xe0ffffff window]
[    4.337041] pci_bus 0000:c0: root bus resource [mem 0x10000000000-0x2bf3fffffff window]
[    4.345042] pci_bus 0000:c0: root bus resource [io  0x03b0-0x03df window]
[    4.353041] pci_bus 0000:c0: root bus resource [mem 0x000a0000-0x000bffff window]
[    4.361042] pci_bus 0000:c0: root bus resource [bus c0-ff]
[    4.365052] pci 0000:c0:00.0: [1022:1480] type 00 class 0x060000 conventional PCI endpoint
[    4.373139] pci 0000:c0:00.2: [1022:164f] type 00 class 0x080600 conventional PCI endpoint
[    4.381135] pci 0000:c0:01.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.389116] pci 0000:c0:02.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.397118] pci 0000:c0:03.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.409121] pci 0000:c0:03.1: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.413060] pci 0000:c0:03.1: PCI bridge to [bus c4]
[    4.421045] pci 0000:c0:03.1:   bridge window [io  0xa000-0xafff]
[    4.425043] pci 0000:c0:03.1:   bridge window [mem 0xdb600000-0xdb9fffff]
[    4.433047] pci 0000:c0:03.1:   bridge window [mem 0x10000000000-0x100001fffff 64bit pref]
[    4.441127] pci 0000:c0:03.1: PME# supported from D0 D3hot D3cold
[    4.460081] pci 0000:c0:03.2: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.469066] pci 0000:c0:03.2: PCI bridge to [bus c5]
[    4.473048] pci 0000:c0:03.2:   bridge window [io  0xb000-0xbfff]
[    4.477043] pci 0000:c0:03.2:   bridge window [mem 0xdb200000-0xdb5fffff]
[    4.485048] pci 0000:c0:03.2:   bridge window [mem 0x10000200000-0x100003fffff 64bit pref]
[    4.493112] pci 0000:c0:03.2: PME# supported from D0 D3hot D3cold
[    4.511276] pci 0000:c0:03.3: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.513066] pci 0000:c0:03.3: PCI bridge to [bus c6]
[    4.517045] pci 0000:c0:03.3:   bridge window [io  0xc000-0xcfff]
[    4.521043] pci 0000:c0:03.3:   bridge window [mem 0xdae00000-0xdb1fffff]
[    4.525047] pci 0000:c0:03.3:   bridge window [mem 0x10000400000-0x100005fffff 64bit pref]
[    4.529111] pci 0000:c0:03.3: PME# supported from D0 D3hot D3cold
[    4.550259] pci 0000:c0:03.4: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.557069] pci 0000:c0:03.4: PCI bridge to [bus c7]
[    4.561044] pci 0000:c0:03.4:   bridge window [io  0xd000-0xdfff]
[    4.569042] pci 0000:c0:03.4:   bridge window [mem 0xdaa00000-0xdadfffff]
[    4.577047] pci 0000:c0:03.4:   bridge window [mem 0x10000600000-0x100007fffff 64bit pref]
[    4.585112] pci 0000:c0:03.4: PME# supported from D0 D3hot D3cold
[    4.605623] pci 0000:c0:04.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.609135] pci 0000:c0:05.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.613127] pci 0000:c0:05.1: [1022:149a] type 01 class 0x060400 PCIe Root Port
[    4.617063] pci 0000:c0:05.1: PCI bridge to [bus c1]
[    4.621047] pci 0000:c0:05.1:   bridge window [mem 0xc7100000-0xc71fffff]
[    4.625048] pci 0000:c0:05.1:   bridge window [mem 0xc7000000-0xc70fffff 64bit pref]
[    4.629081] pci 0000:c0:05.1: PME# supported from D0 D3hot D3cold
[    4.633182] pci 0000:c0:05.2: [1022:149a] type 01 class 0x060400 PCIe Root Port
[    4.641058] pci 0000:c0:05.2: PCI bridge to [bus c2-c3]
[    4.645045] pci 0000:c0:05.2:   bridge window [mem 0xda000000-0xda8fffff]
[    4.653048] pci 0000:c0:05.2:   bridge window [mem 0xc6000000-0xc6ffffff 64bit pref]
[    4.661086] pci 0000:c0:05.2: PME# supported from D0 D3hot D3cold
[    4.665174] pci 0000:c0:07.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.677122] pci 0000:c0:07.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    4.681058] pci 0000:c0:07.1: PCI bridge to [bus c8]
[    4.689045] pci 0000:c0:07.1:   bridge window [mem 0xdbb00000-0xdbbfffff]
[    4.693096] pci 0000:c0:07.1: PME# supported from D0 D3hot D3cold
[    4.701184] pci 0000:c0:08.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.709126] pci 0000:c0:08.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    4.717059] pci 0000:c0:08.1: PCI bridge to [bus c9]
[    4.721045] pci 0000:c0:08.1:   bridge window [mem 0xdba00000-0xdbafffff]
[    4.729098] pci 0000:c0:08.1: PME# supported from D0 D3hot D3cold
[    4.733273] pci 0000:c0:03.1: PCI bridge to [bus c4]
[    4.741125] pci 0000:c0:03.2: PCI bridge to [bus c5]
[    4.745124] pci 0000:c0:03.3: PCI bridge to [bus c6]
[    4.749123] pci 0000:c0:03.4: PCI bridge to [bus c7]
[    4.753136] pci 0000:c1:00.0: [14e4:165f] type 00 class 0x020000 PCIe Endpoint
[    4.761061] pci 0000:c1:00.0: BAR 0 [mem 0xc7030000-0xc703ffff 64bit pref]
[    4.769054] pci 0000:c1:00.0: BAR 2 [mem 0xc7040000-0xc704ffff 64bit pref]
[    4.777055] pci 0000:c1:00.0: BAR 4 [mem 0xc7050000-0xc705ffff 64bit pref]
[    4.781049] pci 0000:c1:00.0: ROM [mem 0xfffc0000-0xffffffff pref]
[    4.789129] pci 0000:c1:00.0: PME# supported from D0 D3hot D3cold
[    4.793091] pci 0000:c1:00.0: 4.000 Gb/s available PCIe bandwidth, limited by 5.0 GT/s PCIe x1 link at 0000:c0:05.1 (capable of 8.000 Gb/s with 5.0 GT/s PCIe x2 link)
[    4.810466] pci 0000:c1:00.1: [14e4:165f] type 00 class 0x020000 PCIe Endpoint
[    4.817061] pci 0000:c1:00.1: BAR 0 [mem 0xc7000000-0xc700ffff 64bit pref]
[    4.825054] pci 0000:c1:00.1: BAR 2 [mem 0xc7010000-0xc701ffff 64bit pref]
[    4.833054] pci 0000:c1:00.1: BAR 4 [mem 0xc7020000-0xc702ffff 64bit pref]
[    4.837050] pci 0000:c1:00.1: ROM [mem 0xfffc0000-0xffffffff pref]
[    4.845119] pci 0000:c1:00.1: PME# supported from D0 D3hot D3cold
[    4.854495] pci 0000:c0:05.1: PCI bridge to [bus c1]
[    4.857121] pci 0000:c2:00.0: [1556:be00] type 01 class 0x060400 PCIe to PCI/PCI-X bridge
[    4.865071] pci 0000:c2:00.0: PCI bridge to [bus c3]
[    4.873048] pci 0000:c2:00.0:   bridge window [mem 0xda000000-0xda8fffff]
[    4.877050] pci 0000:c2:00.0:   bridge window [mem 0xc6000000-0xc6ffffff 64bit pref]
[    4.893056] pci 0000:c0:05.2: PCI bridge to [bus c2-c3]
[    4.897076] pci_bus 0000:c3: extended config space not accessible
[    4.905065] pci 0000:c3:00.0: [102b:0536] type 00 class 0x030000 conventional PCI endpoint
[    4.913057] pci 0000:c3:00.0: BAR 0 [mem 0xc6000000-0xc6ffffff pref]
[    4.921049] pci 0000:c3:00.0: BAR 1 [mem 0xda808000-0xda80bfff]
[    4.925049] pci 0000:c3:00.0: BAR 2 [mem 0xda000000-0xda7fffff]
[    4.933077] pci 0000:c3:00.0: ROM [mem 0x00000000-0x0000ffff pref]
[    4.937063] pci 0000:c3:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    4.945163] pci 0000:c2:00.0: PCI bridge to [bus c3]
[    4.949142] pci 0000:c8:00.0: [1022:148a] type 00 class 0x130000 PCIe Endpoint
[    4.957244] pci 0000:c8:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    4.965059] pci 0000:c8:00.2: BAR 2 [mem 0xdbb00000-0xdbb7ffff]
[    4.973054] pci 0000:c8:00.2: BAR 5 [mem 0xdbb80000-0xdbb81fff]
[    4.977232] pci 0000:c0:07.1: PCI bridge to [bus c8]
[    4.981171] pci 0000:c9:00.0: [1022:1485] type 00 class 0x130000 PCIe Endpoint
[    4.989303] pci 0000:c9:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    4.997061] pci 0000:c9:00.2: BAR 2 [mem 0xdba00000-0xdba7ffff]
[    5.005057] pci 0000:c9:00.2: BAR 5 [mem 0xdba80000-0xdba81fff]
[    5.009243] pci 0000:c0:08.1: PCI bridge to [bus c9]
[    5.018364] iommu: Default domain type: Translated
[    5.025041] iommu: DMA domain TLB invalidation policy: lazy mode
[    5.029315] SCSI subsystem initialized
[    5.033079] ACPI: bus type USB registered
[    5.037059] usbcore: registered new interface driver usbfs
[    5.045048] usbcore: registered new interface driver hub
[    5.049075] usbcore: registered new device driver usb
[    5.053072] pps_core: LinuxPPS API ver. 1 registered
[    5.057041] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    5.069043] PTP clock support registered
[    5.073122] EDAC MC: Ver: 3.0.0
[    5.077103] efivars: Registered efivars operations
[    5.081429] NetLabel: Initializing
[    5.085041] NetLabel:  domain hash size = 128
[    5.089040] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    5.093062] NetLabel:  unlabeled traffic allowed by default
[    5.101086] PCI: Using ACPI for IRQ routing
[    5.109070] pci 0000:c3:00.0: vgaarb: setting as boot VGA device
[    5.113039] pci 0000:c3:00.0: vgaarb: bridge control possible
[    5.113039] pci 0000:c3:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    5.129042] vgaarb: loaded
[    5.133176] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    5.137041] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    5.145175] clocksource: Switched to clocksource tsc-early
[    5.150843] VFS: Disk quotas dquot_6.6.0
[    5.154792] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    5.161900] AppArmor: AppArmor Filesystem Enabled
[    5.166626] pnp: PnP ACPI init
[    5.169930] system 00:00: [mem 0x80000000-0x8fffffff] has been reserved
[    5.176632] system 00:01: [mem 0xff000000-0xffffffff] has been reserved
[    5.184841] pnp: PnP ACPI: found 5 devices
[    5.195841] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    5.204817] NET: Registered PF_INET protocol family
[    5.209859] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc)
[    5.220840] tcp_listen_portaddr_hash hash table entries: 65536 (order: 8, 1048576 bytes, vmalloc)
[    5.229795] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, vmalloc)
[    5.237838] TCP established hash table entries: 524288 (order: 10, 4194304 bytes, vmalloc hugepage)
[    5.247383] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc)
[    5.254988] TCP: Hash tables configured (established 524288 bind 65536)
[    5.261891] UDP hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc)
[    5.269233] UDP-Lite hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc)
[    5.277072] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    5.282739] NET: Registered PF_XDP protocol family
[    5.287534] pci 0000:01:00.0: ROM [mem 0xfff00000-0xffffffff pref]: can't claim; no compatible bridge window
[    5.297378] pci 0000:c1:00.0: ROM [mem 0xfffc0000-0xffffffff pref]: can't claim; no compatible bridge window
[    5.307205] pci 0000:c1:00.1: ROM [mem 0xfffc0000-0xffffffff pref]: can't claim; no compatible bridge window
[    5.317035] pci 0000:01:00.0: ROM [mem size 0x00100000 pref]: can't assign; no space
[    5.324783] pci 0000:01:00.0: ROM [mem size 0x00100000 pref]: failed to assign
[    5.332000] pci 0000:00:03.2: PCI bridge to [bus 01]
[    5.336967] pci 0000:00:03.2:   bridge window [io  0x1000-0x1fff]
[    5.343059] pci 0000:00:03.2:   bridge window [mem 0xe1000000-0xe22fffff]
[    5.349847] pci 0000:00:07.1: PCI bridge to [bus 02]
[    5.354821] pci 0000:00:07.1:   bridge window [mem 0xf7200000-0xf72fffff]
[    5.361607] pci 0000:00:08.1: PCI bridge to [bus 03]
[    5.366571] pci 0000:00:08.1:   bridge window [mem 0xf7000000-0xf71fffff]
[    5.373361] pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
[    5.379542] pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
[    5.385723] pci_bus 0000:00: resource 6 [mem 0x000c0000-0x000fffff window]
[    5.392596] pci_bus 0000:00: resource 7 [io  0x0d00-0x3fff window]
[    5.398818] pci_bus 0000:00: resource 8 [mem 0xe1000000-0xfebfffff window]
[    5.405689] pci_bus 0000:00: resource 9 [mem 0x63dc0000000-0x7fcffffffff window]
[    5.413083] pci_bus 0000:01: resource 0 [io  0x1000-0x1fff]
[    5.418656] pci_bus 0000:01: resource 1 [mem 0xe1000000-0xe22fffff]
[    5.424923] pci_bus 0000:02: resource 1 [mem 0xf7200000-0xf72fffff]
[    5.431191] pci_bus 0000:03: resource 1 [mem 0xf7000000-0xf71fffff]
[    5.437526] pci 0000:40:03.1: bridge window [io  0x1000-0x0fff] to [bus 41] add_size 1000
[    5.445709] pci 0000:40:03.1: bridge window [io  size 0x1000]: can't assign; no space
[    5.453539] pci 0000:40:03.1: bridge window [io  size 0x1000]: failed to assign
[    5.460847] pci 0000:40:03.1: bridge window [io  size 0x1000]: can't assign; no space
[    5.468671] pci 0000:40:03.1: bridge window [io  size 0x1000]: failed to assign
[    5.475977] pci 0000:40:03.1: PCI bridge to [bus 41]
[    5.480944] pci 0000:40:03.1:   bridge window [mem 0xa4c00000-0xa4ffffff]
[    5.487728] pci 0000:40:03.1:   bridge window [mem 0x47e80000000-0x47e801fffff 64bit pref]
[    5.495989] pci 0000:40:03.2: PCI bridge to [bus 42]
[    5.500971] pci 0000:40:03.2:   bridge window [io  0x6000-0x6fff]
[    5.507064] pci 0000:40:03.2:   bridge window [mem 0xa4800000-0xa4bfffff]
[    5.513850] pci 0000:40:03.2:   bridge window [mem 0x47e80200000-0x47e803fffff 64bit pref]
[    5.522112] pci 0000:40:03.3: PCI bridge to [bus 43]
[    5.527084] pci 0000:40:03.3:   bridge window [io  0x5000-0x5fff]
[    5.533178] pci 0000:40:03.3:   bridge window [mem 0xa4400000-0xa47fffff]
[    5.539964] pci 0000:40:03.3:   bridge window [mem 0x47e80400000-0x47e805fffff 64bit pref]
[    5.548222] pci 0000:40:03.4: PCI bridge to [bus 44]
[    5.553188] pci 0000:40:03.4:   bridge window [io  0x4000-0x4fff]
[    5.559280] pci 0000:40:03.4:   bridge window [mem 0xa4000000-0xa43fffff]
[    5.566067] pci 0000:40:03.4:   bridge window [mem 0x47e80600000-0x47e807fffff 64bit pref]
[    5.574326] pci 0000:40:07.1: PCI bridge to [bus 45]
[    5.579292] pci 0000:40:07.1:   bridge window [mem 0xa5300000-0xa53fffff]
[    5.586081] pci 0000:40:08.1: PCI bridge to [bus 46]
[    5.591052] pci 0000:40:08.1:   bridge window [mem 0xa5000000-0xa52fffff]
[    5.597839] pci_bus 0000:40: resource 4 [io  0x4000-0x6fff window]
[    5.604034] pci_bus 0000:40: resource 5 [mem 0x90000000-0xaaffffff window]
[    5.610904] pci_bus 0000:40: resource 6 [mem 0x47e80000000-0x63dbfffffff window]
[    5.618298] pci_bus 0000:41: resource 1 [mem 0xa4c00000-0xa4ffffff]
[    5.624564] pci_bus 0000:41: resource 2 [mem 0x47e80000000-0x47e801fffff 64bit pref]
[    5.632304] pci_bus 0000:42: resource 0 [io  0x6000-0x6fff]
[    5.637876] pci_bus 0000:42: resource 1 [mem 0xa4800000-0xa4bfffff]
[    5.644145] pci_bus 0000:42: resource 2 [mem 0x47e80200000-0x47e803fffff 64bit pref]
[    5.651883] pci_bus 0000:43: resource 0 [io  0x5000-0x5fff]
[    5.657454] pci_bus 0000:43: resource 1 [mem 0xa4400000-0xa47fffff]
[    5.663723] pci_bus 0000:43: resource 2 [mem 0x47e80400000-0x47e805fffff 64bit pref]
[    5.671470] pci_bus 0000:44: resource 0 [io  0x4000-0x4fff]
[    5.677041] pci_bus 0000:44: resource 1 [mem 0xa4000000-0xa43fffff]
[    5.683304] pci_bus 0000:44: resource 2 [mem 0x47e80600000-0x47e807fffff 64bit pref]
[    5.691044] pci_bus 0000:45: resource 1 [mem 0xa5300000-0xa53fffff]
[    5.697310] pci_bus 0000:46: resource 1 [mem 0xa5000000-0xa52fffff]
[    5.703643] pci 0000:80:01.1: PCI bridge to [bus 81]
[    5.708613] pci 0000:80:01.1:   bridge window [io  0x7000-0x7fff]
[    5.714706] pci 0000:80:01.1:   bridge window [mem 0xbf400000-0xbf7fffff]
[    5.721491] pci 0000:80:01.1:   bridge window [mem 0x2bf40000000-0x2bf401fffff 64bit pref]
[    5.729753] pci 0000:80:01.2: PCI bridge to [bus 82]
[    5.734715] pci 0000:80:01.2:   bridge window [io  0x8000-0x8fff]
[    5.740811] pci 0000:80:01.2:   bridge window [mem 0xbf000000-0xbf3fffff]
[    5.747599] pci 0000:80:01.2:   bridge window [mem 0x2bf40200000-0x2bf403fffff 64bit pref]
[    5.755864] pci 0000:80:07.1: PCI bridge to [bus 83]
[    5.760830] pci 0000:80:07.1:   bridge window [mem 0xbfa00000-0xbfafffff]
[    5.767618] pci 0000:80:08.1: PCI bridge to [bus 84]
[    5.772590] pci 0000:80:08.1:   bridge window [mem 0xbf900000-0xbf9fffff]
[    5.779379] pci 0000:80:08.2: PCI bridge to [bus 85]
[    5.784350] pci 0000:80:08.2:   bridge window [mem 0xbf800000-0xbf8fffff]
[    5.791138] pci_bus 0000:80: resource 4 [io  0x7000-0x9fff window]
[    5.797322] pci_bus 0000:80: resource 5 [mem 0xab000000-0xc5ffffff window]
[    5.804197] pci_bus 0000:80: resource 6 [mem 0x2bf40000000-0x47e7fffffff window]
[    5.811659] pci_bus 0000:81: resource 0 [io  0x7000-0x7fff]
[    5.817229] pci_bus 0000:81: resource 1 [mem 0xbf400000-0xbf7fffff]
[    5.823496] pci_bus 0000:81: resource 2 [mem 0x2bf40000000-0x2bf401fffff 64bit pref]
[    5.831234] pci_bus 0000:82: resource 0 [io  0x8000-0x8fff]
[    5.836807] pci_bus 0000:82: resource 1 [mem 0xbf000000-0xbf3fffff]
[    5.843073] pci_bus 0000:82: resource 2 [mem 0x2bf40200000-0x2bf403fffff 64bit pref]
[    5.850815] pci_bus 0000:83: resource 1 [mem 0xbfa00000-0xbfafffff]
[    5.857078] pci_bus 0000:84: resource 1 [mem 0xbf900000-0xbf9fffff]
[    5.863344] pci_bus 0000:85: resource 1 [mem 0xbf800000-0xbf8fffff]
[    5.869665] pci 0000:c0:03.1: PCI bridge to [bus c4]
[    5.874629] pci 0000:c0:03.1:   bridge window [io  0xa000-0xafff]
[    5.880723] pci 0000:c0:03.1:   bridge window [mem 0xdb600000-0xdb9fffff]
[    5.887509] pci 0000:c0:03.1:   bridge window [mem 0x10000000000-0x100001fffff 64bit pref]
[    5.895768] pci 0000:c0:03.2: PCI bridge to [bus c5]
[    5.900733] pci 0000:c0:03.2:   bridge window [io  0xb000-0xbfff]
[    5.906829] pci 0000:c0:03.2:   bridge window [mem 0xdb200000-0xdb5fffff]
[    5.913620] pci 0000:c0:03.2:   bridge window [mem 0x10000200000-0x100003fffff 64bit pref]
[    5.921902] pci 0000:c0:03.3: PCI bridge to [bus c6]
[    5.926871] pci 0000:c0:03.3:   bridge window [io  0xc000-0xcfff]
[    5.932966] pci 0000:c0:03.3:   bridge window [mem 0xdae00000-0xdb1fffff]
[    5.939758] pci 0000:c0:03.3:   bridge window [mem 0x10000400000-0x100005fffff 64bit pref]
[    5.948019] pci 0000:c0:03.4: PCI bridge to [bus c7]
[    5.952983] pci 0000:c0:03.4:   bridge window [io  0xd000-0xdfff]
[    5.959079] pci 0000:c0:03.4:   bridge window [mem 0xdaa00000-0xdadfffff]
[    5.965871] pci 0000:c0:03.4:   bridge window [mem 0x10000600000-0x100007fffff 64bit pref]
[    5.974141] pci 0000:c1:00.0: ROM [mem 0xc7100000-0xc713ffff pref]: assigned
[    5.981185] pci 0000:c1:00.1: ROM [mem 0xc7140000-0xc717ffff pref]: assigned
[    5.988228] pci 0000:c0:05.1: PCI bridge to [bus c1]
[    5.993196] pci 0000:c0:05.1:   bridge window [mem 0xc7100000-0xc71fffff]
[    5.999982] pci 0000:c0:05.1:   bridge window [mem 0xc7000000-0xc70fffff 64bit pref]
[    6.007723] pci 0000:c2:00.0: PCI bridge to [bus c3]
[    6.012688] pci 0000:c2:00.0:   bridge window [mem 0xda000000-0xda8fffff]
[    6.019475] pci 0000:c2:00.0:   bridge window [mem 0xc6000000-0xc6ffffff 64bit pref]
[    6.027230] pci 0000:c0:05.2: PCI bridge to [bus c2-c3]
[    6.032461] pci 0000:c0:05.2:   bridge window [mem 0xda000000-0xda8fffff]
[    6.039256] pci 0000:c0:05.2:   bridge window [mem 0xc6000000-0xc6ffffff 64bit pref]
[    6.047001] pci 0000:c0:07.1: PCI bridge to [bus c8]
[    6.051974] pci 0000:c0:07.1:   bridge window [mem 0xdbb00000-0xdbbfffff]
[    6.058772] pci 0000:c0:08.1: PCI bridge to [bus c9]
[    6.063747] pci 0000:c0:08.1:   bridge window [mem 0xdba00000-0xdbafffff]
[    6.070540] pci_bus 0000:c0: resource 4 [io  0xa000-0xffff window]
[    6.076724] pci_bus 0000:c0: resource 5 [mem 0xc6000000-0xe0ffffff window]
[    6.083597] pci_bus 0000:c0: resource 6 [mem 0x10000000000-0x2bf3fffffff window]
[    6.090990] pci_bus 0000:c0: resource 7 [io  0x03b0-0x03df window]
[    6.097169] pci_bus 0000:c0: resource 8 [mem 0x000a0000-0x000bffff window]
[    6.104039] pci_bus 0000:c4: resource 0 [io  0xa000-0xafff]
[    6.109612] pci_bus 0000:c4: resource 1 [mem 0xdb600000-0xdb9fffff]
[    6.115878] pci_bus 0000:c4: resource 2 [mem 0x10000000000-0x100001fffff 64bit pref]
[    6.123619] pci_bus 0000:c5: resource 0 [io  0xb000-0xbfff]
[    6.129192] pci_bus 0000:c5: resource 1 [mem 0xdb200000-0xdb5fffff]
[    6.135458] pci_bus 0000:c5: resource 2 [mem 0x10000200000-0x100003fffff 64bit pref]
[    6.143195] pci_bus 0000:c6: resource 0 [io  0xc000-0xcfff]
[    6.148768] pci_bus 0000:c6: resource 1 [mem 0xdae00000-0xdb1fffff]
[    6.155036] pci_bus 0000:c6: resource 2 [mem 0x10000400000-0x100005fffff 64bit pref]
[    6.162773] pci_bus 0000:c7: resource 0 [io  0xd000-0xdfff]
[    6.168348] pci_bus 0000:c7: resource 1 [mem 0xdaa00000-0xdadfffff]
[    6.174615] pci_bus 0000:c7: resource 2 [mem 0x10000600000-0x100007fffff 64bit pref]
[    6.182361] pci_bus 0000:c1: resource 1 [mem 0xc7100000-0xc71fffff]
[    6.188626] pci_bus 0000:c1: resource 2 [mem 0xc7000000-0xc70fffff 64bit pref]
[    6.195845] pci_bus 0000:c2: resource 1 [mem 0xda000000-0xda8fffff]
[    6.202111] pci_bus 0000:c2: resource 2 [mem 0xc6000000-0xc6ffffff 64bit pref]
[    6.209331] pci_bus 0000:c3: resource 1 [mem 0xda000000-0xda8fffff]
[    6.215596] pci_bus 0000:c3: resource 2 [mem 0xc6000000-0xc6ffffff 64bit pref]
[    6.222815] pci_bus 0000:c8: resource 1 [mem 0xdbb00000-0xdbbfffff]
[    6.229082] pci_bus 0000:c9: resource 1 [mem 0xdba00000-0xdbafffff]
[    6.235943] PCI: CLS 64 bytes, default 64
[    6.239975] AMD-Vi: IOMMU SNP support enabled.
[    6.240037] Trying to unpack rootfs image as initramfs...
[    6.249886] pci 0000:c0:00.2: AMD-Vi: IOMMU performance counters supported
[    6.256867] pci 0000:c0:01.0: Adding to iommu group 0
[    6.261974] pci 0000:c0:02.0: Adding to iommu group 1
[    6.267168] pci 0000:c0:03.0: Adding to iommu group 2
[    6.272272] pci 0000:c0:03.1: Adding to iommu group 2
[    6.277376] pci 0000:c0:03.2: Adding to iommu group 2
[    6.282477] pci 0000:c0:03.3: Adding to iommu group 2
[    6.287574] pci 0000:c0:03.4: Adding to iommu group 2
[    6.292676] pci 0000:c0:04.0: Adding to iommu group 3
[    6.297825] pci 0000:c0:05.0: Adding to iommu group 4
[    6.302922] pci 0000:c0:05.1: Adding to iommu group 4
[    6.308019] pci 0000:c0:05.2: Adding to iommu group 4
[    6.313125] pci 0000:c0:07.0: Adding to iommu group 5
[    6.318215] pci 0000:c0:07.1: Adding to iommu group 6
[    6.323326] pci 0000:c0:08.0: Adding to iommu group 7
[    6.328414] pci 0000:c0:08.1: Adding to iommu group 8
[    6.333510] pci 0000:c1:00.0: Adding to iommu group 4
[    6.338571] pci 0000:c1:00.1: Adding to iommu group 4
[    6.343632] pci 0000:c2:00.0: Adding to iommu group 4
[    6.348696] pci 0000:c3:00.0: Adding to iommu group 4
[    6.353784] pci 0000:c8:00.0: Adding to iommu group 9
[    6.358880] pci 0000:c8:00.2: Adding to iommu group 10
[    6.364050] pci 0000:c9:00.0: Adding to iommu group 11
[    6.369224] pci 0000:c9:00.2: Adding to iommu group 12
[    6.380764] pci 0000:80:00.2: AMD-Vi: IOMMU performance counters supported
[    6.387794] pci 0000:80:01.0: Adding to iommu group 13
[    6.392971] pci 0000:80:01.1: Adding to iommu group 13
[    6.398158] pci 0000:80:01.2: Adding to iommu group 13
[    6.403347] pci 0000:80:02.0: Adding to iommu group 14
[    6.408539] pci 0000:80:03.0: Adding to iommu group 15
[    6.413730] pci 0000:80:04.0: Adding to iommu group 16
[    6.418921] pci 0000:80:05.0: Adding to iommu group 17
[    6.424116] pci 0000:80:07.0: Adding to iommu group 18
[    6.429285] pci 0000:80:07.1: Adding to iommu group 19
[    6.434481] pci 0000:80:08.0: Adding to iommu group 20
[    6.439650] pci 0000:80:08.1: Adding to iommu group 21
[    6.444822] pci 0000:80:08.2: Adding to iommu group 22
[    6.450003] pci 0000:83:00.0: Adding to iommu group 23
[    6.455171] pci 0000:83:00.2: Adding to iommu group 24
[    6.460347] pci 0000:84:00.0: Adding to iommu group 25
[    6.465525] pci 0000:84:00.2: Adding to iommu group 26
[    6.470691] pci 0000:85:00.0: Adding to iommu group 27
[    6.483035] pci 0000:40:00.2: AMD-Vi: IOMMU performance counters supported
[    6.490020] pci 0000:40:01.0: Adding to iommu group 28
[    6.495215] pci 0000:40:02.0: Adding to iommu group 29
[    6.500497] pci 0000:40:03.0: Adding to iommu group 30
[    6.505682] pci 0000:40:03.1: Adding to iommu group 30
[    6.510861] pci 0000:40:03.2: Adding to iommu group 30
[    6.516041] pci 0000:40:03.3: Adding to iommu group 30
[    6.521217] pci 0000:40:03.4: Adding to iommu group 30
[    6.526409] pci 0000:40:04.0: Adding to iommu group 31
[    6.531605] pci 0000:40:05.0: Adding to iommu group 32
[    6.536823] pci 0000:40:07.0: Adding to iommu group 33
[    6.541991] pci 0000:40:07.1: Adding to iommu group 34
[    6.547187] pci 0000:40:08.0: Adding to iommu group 35
[    6.552360] pci 0000:40:08.1: Adding to iommu group 36
[    6.557533] pci 0000:45:00.0: Adding to iommu group 37
[    6.562706] pci 0000:45:00.2: Adding to iommu group 38
[    6.567880] pci 0000:46:00.0: Adding to iommu group 39
[    6.573055] pci 0000:46:00.1: Adding to iommu group 40
[    6.578228] pci 0000:46:00.2: Adding to iommu group 41
[    6.583404] pci 0000:46:00.3: Adding to iommu group 42
[    6.595707] pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
[    6.602694] pci 0000:00:01.0: Adding to iommu group 43
[    6.607891] pci 0000:00:02.0: Adding to iommu group 44
[    6.613090] pci 0000:00:03.0: Adding to iommu group 45
[    6.618257] pci 0000:00:03.2: Adding to iommu group 46
[    6.623457] pci 0000:00:04.0: Adding to iommu group 47
[    6.628652] pci 0000:00:05.0: Adding to iommu group 48
[    6.633849] pci 0000:00:07.0: Adding to iommu group 49
[    6.639025] pci 0000:00:07.1: Adding to iommu group 50
[    6.644218] pci 0000:00:08.0: Adding to iommu group 51
[    6.649388] pci 0000:00:08.1: Adding to iommu group 52
[    6.654610] pci 0000:00:14.0: Adding to iommu group 53
[    6.655491] Freeing initrd memory: 35956K
[    6.659782] pci 0000:00:14.3: Adding to iommu group 53
[    6.669107] pci 0000:00:18.0: Adding to iommu group 54
[    6.674281] pci 0000:00:18.1: Adding to iommu group 54
[    6.679453] pci 0000:00:18.2: Adding to iommu group 54
[    6.684626] pci 0000:00:18.3: Adding to iommu group 54
[    6.689807] pci 0000:00:18.4: Adding to iommu group 54
[    6.694984] pci 0000:00:18.5: Adding to iommu group 54
[    6.700157] pci 0000:00:18.6: Adding to iommu group 54
[    6.705332] pci 0000:00:18.7: Adding to iommu group 54
[    6.710505] pci 0000:01:00.0: Adding to iommu group 55
[    6.715681] pci 0000:02:00.0: Adding to iommu group 56
[    6.720853] pci 0000:02:00.2: Adding to iommu group 57
[    6.726030] pci 0000:03:00.0: Adding to iommu group 58
[    6.731205] pci 0000:03:00.2: Adding to iommu group 59
[    6.736446] pci 0000:03:00.3: Adding to iommu group 60
[    6.750353] AMD-Vi: Extended features (0x841f77e022094ace, 0x0): PPR X2APIC NX IA GA PC SNP
[    6.758714] AMD-Vi: Interrupt remapping enabled
[    6.763243] AMD-Vi: X2APIC enabled
[    6.767548] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    6.773992] software IO TLB: mapped [mem 0x0000000005e00000-0x0000000015e00000] (256MB)
[    6.782097] LVT offset 0 assigned for vector 0x400
[    6.788673] perf: AMD IBS detected (0x000003ff)
[    6.794665] amd_uncore: 4 amd_df counters detected
[    6.799488] amd_uncore: 6 amd_l3 counters detected
[    6.805889] perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
[    6.813044] perf/amd_iommu: Detected AMD IOMMU #1 (2 banks, 4 counters/bank).
[    6.820192] perf/amd_iommu: Detected AMD IOMMU #2 (2 banks, 4 counters/bank).
[    6.827341] perf/amd_iommu: Detected AMD IOMMU #3 (2 banks, 4 counters/bank).
[    6.838544] Initialise system trusted keyrings
[    6.843022] Key type blacklist registered
[    6.847135] workingset: timestamp_bits=36 max_order=26 bucket_order=0
[    6.853594] zbud: loaded
[    6.856641] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    6.862633] fuse: init (API version 7.41)
[    6.866898] integrity: Platform Keyring initialized
[    6.884047] Key type asymmetric registered
[    6.888145] Asymmetric key parser 'x509' registered
[    6.893067] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[    6.900553] io scheduler mq-deadline registered
[    6.906827] pcieport 0000:00:03.2: PME: Signaling with IRQ 38
[    6.912936] pcieport 0000:00:07.1: PME: Signaling with IRQ 40
[    6.918878] pcieport 0000:00:08.1: PME: Signaling with IRQ 41
[    6.924850] pcieport 0000:40:03.1: PME: Signaling with IRQ 42
[    6.930639] pcieport 0000:40:03.1: pciehp: Slot #167 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    6.944620] pcieport 0000:40:03.2: PME: Signaling with IRQ 43
[    6.950414] pcieport 0000:40:03.2: pciehp: Slot #166 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    6.964415] pcieport 0000:40:03.3: PME: Signaling with IRQ 44
[    6.970212] pcieport 0000:40:03.3: pciehp: Slot #169 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    6.984165] pcieport 0000:40:03.4: PME: Signaling with IRQ 45
[    6.989955] pcieport 0000:40:03.4: pciehp: Slot #168 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.003965] pcieport 0000:40:07.1: PME: Signaling with IRQ 47
[    7.009907] pcieport 0000:40:08.1: PME: Signaling with IRQ 48
[    7.015989] pcieport 0000:80:01.1: PME: Signaling with IRQ 49
[    7.021795] pcieport 0000:80:01.1: pciehp: Slot #160 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.035779] pcieport 0000:80:01.2: PME: Signaling with IRQ 50
[    7.041570] pcieport 0000:80:01.2: pciehp: Slot #161 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.055628] pcieport 0000:80:07.1: PME: Signaling with IRQ 52
[    7.061631] pcieport 0000:80:08.1: PME: Signaling with IRQ 54
[    7.067617] pcieport 0000:80:08.2: PME: Signaling with IRQ 55
[    7.073562] pcieport 0000:c0:03.1: PME: Signaling with IRQ 56
[    7.079357] pcieport 0000:c0:03.1: pciehp: Slot #163 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.093301] pcieport 0000:c0:03.2: PME: Signaling with IRQ 57
[    7.099094] pcieport 0000:c0:03.2: pciehp: Slot #162 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.113036] pcieport 0000:c0:03.3: PME: Signaling with IRQ 58
[    7.118828] pcieport 0000:c0:03.3: pciehp: Slot #165 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.132762] pcieport 0000:c0:03.4: PME: Signaling with IRQ 59
[    7.138559] pcieport 0000:c0:03.4: pciehp: Slot #164 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.152483] pcieport 0000:c0:05.1: PME: Signaling with IRQ 60
[    7.158390] pcieport 0000:c0:05.2: PME: Signaling with IRQ 61
[    7.164554] pcieport 0000:c0:07.1: PME: Signaling with IRQ 63
[    7.170549] pcieport 0000:c0:08.1: PME: Signaling with IRQ 65
[    7.176578] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    7.183661] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[    7.191126] ACPI: button: Power Button [PWRF]
[    7.203439] Estimated ratio of average max frequency by base frequency (times 1024): 1464
[    7.228444] ERST: Error Record Serialization Table (ERST) support is initialized.
[    7.235951] pstore: Using crash dump compression: deflate
[    7.241350] pstore: Registered erst as persistent store backend
[    7.247389] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    7.253946] 00:03: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A
[    7.262089] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    7.272962] Linux agpgart interface v0.103
[    7.301537] loop: module loaded
[    7.315958] ahci 0000:85:00.0: AHCI vers 0001.0301, 32 command slots, 6 Gbps, SATA mode
[    7.323962] ahci 0000:85:00.0: 8/8 ports implemented (port mask 0xff)
[    7.330401] ahci 0000:85:00.0: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part sxs 
[    7.340547] scsi host0: ahci
[    7.343656] scsi host1: ahci
[    7.346767] scsi host2: ahci
[    7.349874] scsi host3: ahci
[    7.352967] scsi host4: ahci
[    7.356067] scsi host5: ahci
[    7.359169] scsi host6: ahci
[    7.362271] scsi host7: ahci
[    7.365211] ata1: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800100 irq 67 lpm-pol 0
[    7.373473] ata2: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800180 irq 68 lpm-pol 0
[    7.381734] ata3: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800200 irq 69 lpm-pol 0
[    7.390025] ata4: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800280 irq 70 lpm-pol 0
[    7.398285] ata5: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800300 irq 71 lpm-pol 0
[    7.406545] ata6: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800380 irq 72 lpm-pol 0
[    7.414804] ata7: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800400 irq 73 lpm-pol 0
[    7.423061] ata8: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800480 irq 74 lpm-pol 0
[    7.431588] tun: Universal TUN/TAP device driver, 1.6
[    7.436703] PPP generic driver version 2.4.2
[    7.441130] VFIO - User Level meta-driver version: 0.3
[    7.446614] xhci_hcd 0000:03:00.3: xHCI Host Controller
[    7.451859] xhci_hcd 0000:03:00.3: new USB bus registered, assigned bus number 1
[    7.459361] xhci_hcd 0000:03:00.3: hcc params 0x0260ffe5 hci version 0x110 quirks 0x0000000000000010
[    7.468896] xhci_hcd 0000:03:00.3: xHCI Host Controller
[    7.474129] xhci_hcd 0000:03:00.3: new USB bus registered, assigned bus number 2
[    7.481521] xhci_hcd 0000:03:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[    7.488614] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.11
[    7.496905] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    7.504132] usb usb1: Product: xHCI Host Controller
[    7.509010] usb usb1: Manufacturer: Linux 6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d xhci-hcd
[    7.517965] usb usb1: SerialNumber: 0000:03:00.3
[    7.522754] hub 1-0:1.0: USB hub found
[    7.526517] hub 1-0:1.0: 2 ports detected
[    7.531339] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    7.539458] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.11
[    7.547724] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    7.554945] usb usb2: Product: xHCI Host Controller
[    7.559829] usb usb2: Manufacturer: Linux 6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d xhci-hcd
[    7.568783] usb usb2: SerialNumber: 0000:03:00.3
[    7.573525] hub 2-0:1.0: USB hub found
[    7.577284] hub 2-0:1.0: 2 ports detected
[    7.582196] xhci_hcd 0000:46:00.3: xHCI Host Controller
[    7.587431] xhci_hcd 0000:46:00.3: new USB bus registered, assigned bus number 3
[    7.594935] xhci_hcd 0000:46:00.3: hcc params 0x0260ffe5 hci version 0x110 quirks 0x0000000000000010
[    7.604429] xhci_hcd 0000:46:00.3: xHCI Host Controller
[    7.609656] xhci_hcd 0000:46:00.3: new USB bus registered, assigned bus number 4
[    7.617047] xhci_hcd 0000:46:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[    7.624130] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.11
[    7.632395] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    7.639614] usb usb3: Product: xHCI Host Controller
[    7.644492] usb usb3: Manufacturer: Linux 6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d xhci-hcd
[    7.653446] usb usb3: SerialNumber: 0000:46:00.3
[    7.658201] hub 3-0:1.0: USB hub found
[    7.661965] hub 3-0:1.0: 2 ports detected
[    7.666753] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    7.674873] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.11
[    7.683137] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    7.690357] usb usb4: Product: xHCI Host Controller
[    7.695236] usb usb4: Manufacturer: Linux 6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d xhci-hcd
[    7.704191] usb usb4: SerialNumber: 0000:46:00.3
[    7.708932] hub 4-0:1.0: USB hub found
[    7.712700] hub 4-0:1.0: 2 ports detected
[    7.717682] usbcore: registered new interface driver uas
[    7.723018] usbcore: registered new interface driver usb-storage
[    7.729107] i8042: PNP: No PS/2 controller found.
[    7.733900] mousedev: PS/2 mouse device common for all mice
[    7.739578] rtc_cmos 00:02: RTC can wake from S4
[    7.744467] rtc_cmos 00:02: registered as rtc0
[    7.747831] ata6: SATA link down (SStatus 0 SControl 300)
[    7.748990] rtc_cmos 00:02: setting system clock to 2024-09-03T11:13:50 UTC (1725362030)
[    7.754349] ata3: SATA link down (SStatus 0 SControl 300)
[    7.762435] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram
[    7.767826] ata2: SATA link down (SStatus 0 SControl 300)
[    7.774509] i2c_dev: i2c /dev entries driver
[    7.777577] usb 1-1: new high-speed USB device number 2 using xhci_hcd
[    7.779922] ata5: SATA link down (SStatus 0 SControl 300)
[    7.784186] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[    7.790719] ata1: SATA link down (SStatus 0 SControl 300)
[    7.796138] device-mapper: uevent: version 1.0.3
[    7.808297] ata8: SATA link down (SStatus 0 SControl 300)
[    7.813776] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@lists.linux.dev
[    7.818314] ata7: SATA link down (SStatus 0 SControl 300)
[    7.823711] platform eisa.0: Probing EISA bus 0
[    7.832578] ata4: SATA link down (SStatus 0 SControl 300)
[    7.837967] tsc: Refined TSC clocksource calibration: 1996.248 MHz
[    7.837972] platform eisa.0: EISA: Cannot allocate resource for mainboard
[    7.837974] platform eisa.0: Cannot allocate resource for EISA slot 1
[    7.837976] platform eisa.0: Cannot allocate resource for EISA slot 2
[    7.837978] platform eisa.0: Cannot allocate resource for EISA slot 3
[    7.837980] platform eisa.0: Cannot allocate resource for EISA slot 4
[    7.837981] platform eisa.0: Cannot allocate resource for EISA slot 5
[    7.837983] platform eisa.0: Cannot allocate resource for EISA slot 6
[    7.837985] platform eisa.0: Cannot allocate resource for EISA slot 7
[    7.837986] platform eisa.0: Cannot allocate resource for EISA slot 8
[    7.837988] platform eisa.0: EISA: Detected 0 cards
[    7.837993] amd_pstate: driver load is disabled, boot with specific mode to enable this
[    7.917270] usb 3-1: new high-speed USB device number 2 using xhci_hcd
[    7.920091] usb 1-1: New USB device found, idVendor=0424, idProduct=2744, bcdDevice= 1.21
[    7.920095] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    7.920097] usb 1-1: Product: USB2734
[    7.920099] usb 1-1: Manufacturer: Microchip Tech
[    7.925314] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x398cac3bdaf, max_idle_ns: 881590646346 ns
[    7.965916] clocksource: Switched to clocksource tsc
[    7.966662] ledtrig-cpu: registered to indicate activity on CPUs
[    7.968903] hub 1-1:1.0: USB hub found
[    7.969094] hub 1-1:1.0: 4 ports detected
[    7.984771] drop_monitor: Initializing network drop monitor service
[    7.991210] NET: Registered PF_INET6 protocol family
[    8.003324] Segment Routing with IPv6
[    8.006997] In-situ OAM (IOAM) with IPv6
[    8.010948] NET: Registered PF_PACKET protocol family
[    8.016089] Key type dns_resolver registered
[    8.030564] microcode: Current revision: 0x0a0011d3
[    8.038620] resctrl: L3 allocation detected
[    8.042807] resctrl: MB allocation detected
[    8.046991] resctrl: L3 monitoring detected
[    8.051372] IPI shorthand broadcast: enabled
[    8.057720] usb 2-1: new SuperSpeed USB device number 2 using xhci_hcd
[    8.058493] sched_clock: Marking stable (7988002678, 69556010)->(8856093446, -798534758)
[    8.073082] registered taskstats version 1
[    8.073287] usb 3-1: New USB device found, idVendor=1604, idProduct=10c0, bcdDevice= 0.00
[    8.085359] usb 3-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    8.092891] usb 2-1: New USB device found, idVendor=0424, idProduct=5744, bcdDevice= 1.21
[    8.094052] Loading compiled-in X.509 certificates
[    8.101074] usb 2-1: New USB device strings: Mfr=2, Product=3, SerialNumber=0
[    8.106510] Loaded X.509 cert 'Build time autogenerated kernel key: 7de486aabd5db91be3876faf6c928bf16d3f5ae6'
[    8.112994] usb 2-1: Product: USB5734
[    8.126568] usb 2-1: Manufacturer: Microchip Tech
[    8.131282] Demotion targets for Node 0: null
[    8.135644] Demotion targets for Node 1: null
[    8.136503] hub 3-1:1.0: USB hub found
[    8.140648] Key type .fscrypt registered
[    8.143914] hub 3-1:1.0: 4 ports detected
[    8.147684] Key type fscrypt-provisioning registered
[    8.157261] cryptd: max_cpu_qlen set to 1000
[    8.160806] hub 2-1:1.0: USB hub found
[    8.165312] hub 2-1:1.0: 4 ports detected
[    8.173894] AES CTR mode by8 optimization enabled
[    8.192813] Key type encrypted registered
[    8.196827] AppArmor: AppArmor sha256 policy hashing enabled
[    8.202587] integrity: Loading X.509 certificate: UEFI:db
[    8.208011] integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
[    8.218787] integrity: Loading X.509 certificate: UEFI:db
[    8.224201] integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
[    8.235235] integrity: Loading X.509 certificate: UEFI:db
[    8.240759] integrity: Loaded X.509 cert 'VMware, Inc.: 4ad8ba0472073d28127706ddc6ccb9050441bbc7'
[    8.249630] integrity: Loading X.509 certificate: UEFI:db
[    8.255161] integrity: Loaded X.509 cert 'VMware, Inc.: VMware Secure Boot Signing: 04597f3e1ffb240bba0ff0f05d5eb05f3e15f6d7'
[    8.266698] ima: No TPM chip found, activating TPM-bypass!
[    8.272192] Loading compiled-in module X.509 certificates
[    8.277977] Loaded X.509 cert 'Build time autogenerated kernel key: 7de486aabd5db91be3876faf6c928bf16d3f5ae6'
[    8.287882] ima: Allocated hash algorithm: sha1
[    8.292420] ima: No architecture policies found
[    8.296969] evm: Initialising EVM extended attributes:
[    8.302149] evm: security.selinux
[    8.305465] evm: security.SMACK64
[    8.308788] evm: security.SMACK64EXEC
[    8.312453] evm: security.SMACK64TRANSMUTE
[    8.316552] evm: security.SMACK64MMAP
[    8.320216] evm: security.apparmor
[    8.323622] evm: security.ima
[    8.326595] evm: security.capability
[    8.330173] evm: HMAC attrs: 0x1
[    8.333805] PM:   Magic number: 8:576:225
[    8.337978] acpi device:72: hash matches
[    8.341927] memory memory107: hash matches
[    8.346589] RAS: Correctable Errors collector initialized.
[    8.352215] clk: Disabling unused clocks
[    8.356142] PM: genpd: Disabling unused power domains
[    8.363184] Freeing unused decrypted memory: 2028K
[    8.368722] Freeing unused kernel image (initmem) memory: 4684K
[    8.374658] Write protecting the kernel read-only data: 26624k
[    8.380985] Freeing unused kernel image (rodata/data gap) memory: 448K
[    8.451544] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    8.457990] Run /init as init process
[    8.467978] systemd[1]: Inserted module 'autofs4'
[    8.478901] systemd[1]: systemd 250-12.el9_1 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 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK +XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[    8.510880] systemd[1]: Detected architecture x86-64.
[    8.515936] systemd[1]: Running in initial RAM disk.

Welcome to ^[[0;31mRed Hat Enterprise Linux 9.1 (Plow) dracut-057-13.git20220816.el9 (Initramfs)^[[0m!

[    8.533660] systemd[1]: Hostname set to <hostname.amd.com>.
[    8.648729] systemd[1]: Queued start job for default target Initrd Default Target.
[    8.656418] systemd[1]: Reached target Initrd /usr File System.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mInitrd /usr File System^[[0m.
[    8.673618] systemd[1]: Reached target Local File Systems.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mLocal File Systems^[[0m.
[    8.689630] systemd[1]: Reached target Slice Units.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSlice Units^[[0m.
[    8.705641] systemd[1]: Reached target Swaps.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSwaps^[[0m.
[    8.721619] systemd[1]: Reached target Timer Units.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mTimer Units^[[0m.
[    8.737754] systemd[1]: Listening on D-Bus System Message Bus Socket.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mD-Bus System Message Bus Socket^[[0m.
[    8.757781] systemd[1]: Listening on Journal Socket (/dev/log).
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mJournal Socket (/dev/log)^[[0m.
[    8.773768] systemd[1]: Listening on Journal Socket.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mJournal Socket^[[0m.
[    8.789778] systemd[1]: Listening on udev Control Socket.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mudev Control Socket^[[0m.
[    8.805721] systemd[1]: Listening on udev Kernel Socket.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mudev Kernel Socket^[[0m.
[    8.821620] systemd[1]: Reached target Socket Units.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSocket Units^[[0m.
[    8.863412] systemd[1]: Starting Create List of Static Device Nodes...
         Starting ^[[0;1;39mCreate List of Static Device Nodes^[[0m...
[    8.877571] usb 3-1.1: new high-speed USB device number 3 using xhci_hcd
[    8.886040] systemd[1]: Starting Journal Service...
         Starting ^[[0;1;39mJournal Service^[[0m...
[    8.902904] systemd[1]: Starting Load Kernel Modules...
         Starting ^[[0;1;39mLoad Kernel Modules^[[0m...
[    8.918885] systemd[1]: Starting Create System Users...
         Starting ^[[0;1;39mCreate System Users^[[0m...
[    8.934855] systemd[1]: Starting Setup Virtual Console...
         Starting ^[[0;1;39mSetup Virtual Console^[[0m...
[    8.950975] systemd[1]: Finished Create List of Static Device Nodes.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate List of Static Device Nodes^[[0m.
[    8.970079] systemd[1]: Finished Load Kernel Modules.
[    8.970538] usb 3-1.1: New USB device found, idVendor=1604, idProduct=10c0, bcdDevice= 0.00
[    8.983486] usb 3-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mLoad Kernel Modules^[[0m.
[    9.001854] systemd[1]: Started Journal Service.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mJournal Service^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mSetup Virtual Console^[[0m.
[    9.032617] hub 3-1.1:1.0: USB hub found
[    9.036789] hub 3-1.1:1.0: 4 ports detected
         Starting ^[[0;1;39mdracut cmdline hook^[[0m...
         Starting ^[[0;1;39mApply Kernel Variables^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mApply Kernel Variables^[[0m.
[    9.113572] usb 3-1.4: new high-speed USB device number 4 using xhci_hcd
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate System Users^[[0m.
         Starting ^[[0;1;39mCreate Static Device Nodes in /dev^[[0m...
         Starting ^[[0;1;39mCreate Volatile Files and Directories^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate Static Device Nodes in /dev^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mdracut cmdline hook^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate Volatile Files and Directories^[[0m.
         Starting ^[[0;1;39mdracut pre-udev hook^[[0m...
[    9.206537] usb 3-1.4: New USB device found, idVendor=1604, idProduct=10c0, bcdDevice= 0.00
[    9.214889] usb 3-1.4: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mdracut pre-udev hook^[[0m.
         Starting ^[[0;1;39mRule-based Manage…for Device Events and Files^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mRule-based Manager for Device Events and Fi[    9.256578] hub 3-1.4:1.0: USB hub found
les^[[0m.
[    9.261040] hub 3-1.4:1.0: 4 ports detected
         Starting ^[[0;1;39mColdplug All udev Devices^[[0m...
[    9.463071] wmi_bus wmi_bus-PNP0C14:00: [Firmware Bug]: WQBC data block query control method not found
[^[[0;32m  OK  ^[[0m] Finished ^[[0[    9.474091] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
;1;39mColdplug A[    9.481169] sp5100-tco sp5100-tco: Using 0xfeb00000 for watchdog MMIO address
ll udev Devices^[[    9.489725] sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0)
[0m.
[    9.499500] ccp 0000:46:00.1: no command queues available
[    9.505009] ccp 0000:46:00.1: sev enabled
[    9.509033] ccp 0000:46:00.1: psp enabled
[    9.517642] tg3 0000:c1:00.0 eth0: Tigon3 [partno(BCM95720) rev 5720000] (PCI Express) MAC address d0:8e:79:bb:95:90
[    9.528167] tg3 0000:c1:00.0 eth0: attached PHY is 5720C (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[1])
[    9.528170] tg3 0000:c1:00.0 eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[1] TSOcap[1]
[    9.528172] tg3 0000:c1:00.0 eth0: dma_rwctrl[00000001] dma_mask[64-bit]
[^[[0;32m  OK  ^[[0m] Reached targ[    9.555801] ACPI: bus type drm_connector registered
[    9.559156] tg3 0000:c1:00.1 eth1: Tigon3 [partno(BCM95720) rev 5720000] (PCI Express) MAC address d0:8e:79:bb:95:91
et ^[[0;1;39mSyst[    9.571719] tg3 0000:c1:00.1 eth1: attached PHY is 5720C (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[1])
em Initializatio[    9.582927] tg3 0000:c1:00.1 eth1: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[1] TSOcap[1]
n^[[0m.
[    9.592113] tg3 0000:c1:00.1 eth1: dma_rwctrl[00000001] dma_mask[64-bit]
[^[[0;32m  OK  ^[[[    9.600226] mpt3sas version 48.100.00.00 loaded
0m] Reached target ^[[0;1;39mNetw[    9.607095] mpt3sas_cm0: 63 BIT PCI BUS DMA ADDRESSING SUPPORTED, total mem (262457084 kB)
ork^[[0m.
[    9.623711] mgag200 0000:c3:00.0: vgaarb: deactivate vga console
[    9.634432] Console: switching to colour dummy device 80x25
[    9.646300] [drm] Initialized mgag200 1.0.0 for 0000:c3:00.0 on minor 0
[    9.656949] fbcon: mgag200drmfb (fb0) is primary device
[    9.674606] mpt3sas_cm0: CurrentHostPageSize is 0: Setting default host page size to 4k
[    9.674625] mpt3sas_cm0: MSI-X vectors supported: 96
[    9.674627] 	 no of cores: 128, max_msix_vectors: -1
[    9.674628] mpt3sas_cm0:  0 96 96
[    9.678406] mpt3sas_cm0: High IOPs queues : disabled
[    9.678409] mpt3sas0-msix0: PCI-MSI-X enabled: IRQ 108
[    9.678411] mpt3sas0-msix1: PCI-MSI-X enabled: IRQ 109
[    9.678412] mpt3sas0-msix2: PCI-MSI-X enabled: IRQ 110
[    9.678414] mpt3sas0-msix3: PCI-MSI-X enabled: IRQ 111
[    9.678415] mpt3sas0-msix4: PCI-MSI-X enabled: IRQ 112
[    9.678416] mpt3sas0-msix5: PCI-MSI-X enabled: IRQ 113
[    9.678417] mpt3sas0-msix6: PCI-MSI-X enabled: IRQ 114
[    9.678418] mpt3sas0-msix7: PCI-MSI-X enabled: IRQ 115
[    9.678420] mpt3sas0-msix8: PCI-MSI-X enabled: IRQ 116
[    9.678421] mpt3sas0-msix9: PCI-MSI-X enabled: IRQ 117
[    9.678422] mpt3sas0-msix10: PCI-MSI-X enabled: IRQ 118
[    9.678423] mpt3sas0-msix11: PCI-MSI-X enabled: IRQ 119
[    9.678425] mpt3sas0-msix12: PCI-MSI-X enabled: IRQ 120
[    9.678426] mpt3sas0-msix13: PCI-MSI-X enabled: IRQ 121
[    9.678427] mpt3sas0-msix14: PCI-MSI-X enabled: IRQ 122
[    9.678428] mpt3sas0-msix15: PCI-MSI-X enabled: IRQ 123
[    9.678429] mpt3sas0-msix16: PCI-MSI-X enabled: IRQ 124
[    9.678430] mpt3sas0-msix17: PCI-MSI-X enabled: IRQ 125
[    9.678432] mpt3sas0-msix18: PCI-MSI-X enabled: IRQ 126
[    9.678433] mpt3sas0-msix19: PCI-MSI-X enabled: IRQ 127
[    9.678434] mpt3sas0-msix20: PCI-MSI-X enabled: IRQ 128
[    9.678435] mpt3sas0-msix21: PCI-MSI-X enabled: IRQ 129
[    9.678436] mpt3sas0-msix22: PCI-MSI-X enabled: IRQ 130
[    9.678437] mpt3sas0-msix23: PCI-MSI-X enabled: IRQ 131
[    9.678439] mpt3sas0-msix24: PCI-MSI-X enabled: IRQ 132
[    9.678440] mpt3sas0-msix25: PCI-MSI-X enabled: IRQ 133
[    9.678441] mpt3sas0-msix26: PCI-MSI-X enabled: IRQ 134
[    9.678442] mpt3sas0-msix27: PCI-MSI-X enabled: IRQ 135
[    9.678443] mpt3sas0-msix28: PCI-MSI-X enabled: IRQ 136
[    9.678444] mpt3sas0-msix29: PCI-MSI-X enabled: IRQ 137
[    9.678446] mpt3sas0-msix30: PCI-MSI-X enabled: IRQ 138
[    9.678447] mpt3sas0-msix31: PCI-MSI-X enabled: IRQ 139
[    9.678448] mpt3sas0-msix32: PCI-MSI-X enabled: IRQ 140
[    9.678449] mpt3sas0-msix33: PCI-MSI-X enabled: IRQ 141
[    9.678450] mpt3sas0-msix34: PCI-MSI-X enabled: IRQ 142
[    9.678452] mpt3sas0-msix35: PCI-MSI-X enabled: IRQ 143
[    9.678453] mpt3sas0-msix36: PCI-MSI-X enabled: IRQ 144
[    9.678454] mpt3sas0-msix37: PCI-MSI-X enabled: IRQ 145
[    9.678455] mpt3sas0-msix38: PCI-MSI-X enabled: IRQ 146
[    9.678456] mpt3sas0-msix39: PCI-MSI-X enabled: IRQ 147
[    9.678457] mpt3sas0-msix40: PCI-MSI-X enabled: IRQ 148
[    9.678459] mpt3sas0-msix41: PCI-MSI-X enabled: IRQ 149
[    9.678460] mpt3sas0-msix42: PCI-MSI-X enabled: IRQ 150
[    9.678461] mpt3sas0-msix43: PCI-MSI-X enabled: IRQ 151
[    9.678462] mpt3sas0-msix44: PCI-MSI-X enabled: IRQ 152
[    9.678463] mpt3sas0-msix45: PCI-MSI-X enabled: IRQ 153
[    9.678464] mpt3sas0-msix46: PCI-MSI-X enabled: IRQ 154
[    9.678466] mpt3sas0-msix47: PCI-MSI-X enabled: IRQ 155
[    9.678467] mpt3sas0-msix48: PCI-MSI-X enabled: IRQ 156
[    9.678468] mpt3sas0-msix49: PCI-MSI-X enabled: IRQ 157
[    9.678469] mpt3sas0-msix50: PCI-MSI-X enabled: IRQ 158
[    9.678470] mpt3sas0-msix51: PCI-MSI-X enabled: IRQ 159
[    9.678472] mpt3sas0-msix52: PCI-MSI-X enabled: IRQ 160
[    9.678473] mpt3sas0-msix53: PCI-MSI-X enabled: IRQ 161
[    9.678474] mpt3sas0-msix54: PCI-MSI-X enabled: IRQ 162
[    9.678475] mpt3sas0-msix55: PCI-MSI-X enabled: IRQ 163
[    9.678476] mpt3sas0-msix56: PCI-MSI-X enabled: IRQ 164
[    9.678477] mpt3sas0-msix57: PCI-MSI-X enabled: IRQ 165
[    9.678479] mpt3sas0-msix58: PCI-MSI-X enabled: IRQ 166
[    9.678480] mpt3sas0-msix59: PCI-MSI-X enabled: IRQ 167
[    9.678481] mpt3sas0-msix60: PCI-MSI-X enabled: IRQ 168
[    9.678482] mpt3sas0-msix61: PCI-MSI-X enabled: IRQ 169
[    9.678483] mpt3sas0-msix62: PCI-MSI-X enabled: IRQ 170
[    9.678484] mpt3sas0-msix63: PCI-MSI-X enabled: IRQ 171
[    9.678486] mpt3sas0-msix64: PCI-MSI-X enabled: IRQ 172
[    9.678487] mpt3sas0-msix65: PCI-MSI-X enabled: IRQ 173
[    9.678488] mpt3sas0-msix66: PCI-MSI-X enabled: IRQ 174
[    9.678489] mpt3sas0-msix67: PCI-MSI-X enabled: IRQ 175
[    9.678490] mpt3sas0-msix68: PCI-MSI-X enabled: IRQ 176
[    9.678491] mpt3sas0-msix69: PCI-MSI-X enabled: IRQ 177
[    9.678493] mpt3sas0-msix70: PCI-MSI-X enabled: IRQ 178
[    9.678494] mpt3sas0-msix71: PCI-MSI-X enabled: IRQ 179
[    9.678495] mpt3sas0-msix72: PCI-MSI-X enabled: IRQ 180
[    9.678496] mpt3sas0-msix73: PCI-MSI-X enabled: IRQ 181
[    9.678497] mpt3sas0-msix74: PCI-MSI-X enabled: IRQ 182
[    9.678498] mpt3sas0-msix75: PCI-MSI-X enabled: IRQ 183
[    9.678500] mpt3sas0-msix76: PCI-MSI-X enabled: IRQ 184
[    9.678501] mpt3sas0-msix77: PCI-MSI-X enabled: IRQ 185
[    9.678502] mpt3sas0-msix78: PCI-MSI-X enabled: IRQ 186
[    9.678503] mpt3sas0-msix79: PCI-MSI-X enabled: IRQ 187
[    9.678504] mpt3sas0-msix80: PCI-MSI-X enabled: IRQ 188
[    9.678506] mpt3sas0-msix81: PCI-MSI-X enabled: IRQ 189
[    9.678507] mpt3sas0-msix82: PCI-MSI-X enabled: IRQ 190
[    9.678508] mpt3sas0-msix83: PCI-MSI-X enabled: IRQ 191
[    9.678509] mpt3sas0-msix84: PCI-MSI-X enabled: IRQ 192
[    9.678510] mpt3sas0-msix85: PCI-MSI-X enabled: IRQ 193
[    9.678512] mpt3sas0-msix86: PCI-MSI-X enabled: IRQ 194
[    9.678513] mpt3sas0-msix87: PCI-MSI-X enabled: IRQ 195
[    9.678514] mpt3sas0-msix88: PCI-MSI-X enabled: IRQ 196
[    9.678515] mpt3sas0-msix89: PCI-MSI-X enabled: IRQ 197
[    9.678516] mpt3sas0-msix90: PCI-MSI-X enabled: IRQ 198
[    9.678517] mpt3sas0-msix91: PCI-MSI-X enabled: IRQ 199
[    9.678519] mpt3sas0-msix92: PCI-MSI-X enabled: IRQ 200
[    9.678520] mpt3sas0-msix93: PCI-MSI-X enabled: IRQ 201
[    9.678521] mpt3sas0-msix94: PCI-MSI-X enabled: IRQ 202
[    9.678522] mpt3sas0-msix95: PCI-MSI-X enabled: IRQ 203
[    9.678523] mpt3sas_cm0: iomem(0x00000000e2100000), mapped(0x00000000c55b14d8), size(65536)
[    9.678526] mpt3sas_cm0: ioport(0x0000000000001000), size(256)
[    9.728427] Console: switching to colour frame buffer device 128x48
[    9.736129] mpt3sas_cm0: CurrentHostPageSize is 0: Setting default host page size to 4k
[    9.763664] mpt3sas_cm0: scatter gather: sge_in_main_msg(1), sge_per_chain(7), sge_per_io(128), chains_per_io(19)
[    9.765299] mpt3sas_cm0: request pool(0x00000000f66f9b8c) - dma(0xe0600000): depth(9700), frame_size(128), pool_size(1212 kB)
[    9.790749] mpt3sas_cm0: sense pool(0x00000000bd142a6a) - dma(0xdef00000): depth(9463), element_size(96), pool_size (887 kB)
[    9.790869] mpt3sas_cm0: reply pool(0x00000000606c964b) - dma(0xdec00000): depth(9764), frame_size(128), pool_size(1220 kB)
[    9.790886] mpt3sas_cm0: config page(0x000000000e9b5487) - dma(0xdebee000): size(512)
[    9.790888] mpt3sas_cm0: Allocated physical memory: size(40437 kB)
[    9.790890] mpt3sas_cm0: Current Controller Queue Depth(9460),Max Controller Queue Depth(9584)
[    9.790891] mpt3sas_cm0: Scatter Gather Elements per IO(128)
[    9.816911] mpt3sas_cm0: _base_display_fwpkg_version: complete
[    9.818375] mgag200 0000:c3:00.0: [drm] fb0: mgag200drmfb frame buffer device
[   10.441071] mpt3sas_cm0: FW Package Ver(16.17.01.00)
[   10.441374] mpt3sas_cm0: LSISAS3008: FWVersion(16.00.11.00), ChipRevision(0x02)
[   10.453368] mpt3sas_cm0: Protocol=(Initiator,Target), Capabilities=(TLR,EEDP,Snapshot Buffer,Diag Trace Buffer,Task Set Full,NCQ)
[   10.465081] scsi host8: Fusion MPT SAS Host
         Starting ^[[0;1;39mdracu[   10.471181] mpt3sas_cm0: sending port enable !!
t initqueue hook[   10.477009] mpt3sas_cm0: hba_port entry: 000000007499e24d, port: 255 is added to hba_port list
^[[0m...
[   10.487672] mpt3sas_cm0: host_add: handle(0x0001), sas_addr(0x52cea7f0be87bf00), phys(8)
[   10.488015] mpt3sas_cm0: handle(0xa) sas_address(0x4433221100000000) port_type(0x1)
[   10.489190] scsi 8:0:0:0: Direct-Access     ATA      MTFDDAK960TDT    J004 PQ: 0 ANSI: 6
[   10.489195] scsi 8:0:0:0: SATA: handle(0x000a), sas_addr(0x4433221100000000), phy(0), device_name(0x500a075131911ad0)
[   10.489197] scsi 8:0:0:0: enclosure logical id (0x52cea7f0be87bf00), slot(1) 
[   10.489199] scsi 8:0:0:0: enclosure level(0x0001), connector name(     )
[   10.489243] scsi 8:0:0:0: atapi(n), ncq(y), asyn_notify(n), smart(y), fua(y), sw_preserve(y)
[   10.489246] scsi 8:0:0:0: qdepth(32), tagged(1), scsi_level(7), cmd_que(1)
[   10.497251]  end_device-8:0: add: handle(0x000a), sas_addr(0x4433221100000000)
[   10.497394] mpt3sas_cm0: handle(0xc) sas_address(0x58ce38ee219651a2) port_type(0x1)
[   10.497959] scsi 8:0:1:0: Direct-Access     KIOXIA   KPM6WVUG960G     BD08 PQ: 0 ANSI: 6
[   10.497963] scsi 8:0:1:0: SSP: handle(0x000c), sas_addr(0x58ce38ee219651a2), phy(4), device_name(0x58ce38ee219651a0)
[   10.497965] scsi 8:0:1:0: enclosure logical id (0x52cea7f0be87bf00), slot(0) 
[   10.497966] scsi 8:0:1:0: enclosure level(0x0001), connector name(     )
[   10.497969] scsi 8:0:1:0: qdepth(254), tagged(1), scsi_level(7), cmd_que(1)
[   10.499699]  end_device-8:1: add: handle(0x000c), sas_addr(0x58ce38ee219651a2)
[   10.499837] mpt3sas_cm0: handle(0xb) sas_address(0x4433221106000000) port_type(0x1)
[   10.500946] scsi 8:0:2:0: Direct-Access     ATA      MTFDDAK960TDT    J004 PQ: 0 ANSI: 6
[   10.500950] scsi 8:0:2:0: SATA: handle(0x000b), sas_addr(0x4433221106000000), phy(6), device_name(0x500a075131911a6f)
[   10.500951] scsi 8:0:2:0: enclosure logical id (0x52cea7f0be87bf00), slot(2) 
[   10.500953] scsi 8:0:2:0: enclosure level(0x0001), connector name(     )
[   10.501004] scsi 8:0:2:0: atapi(n), ncq(y), asyn_notify(n), smart(y), fua(y), sw_preserve(y)
[   10.501006] scsi 8:0:2:0: qdepth(32), tagged(1), scsi_level(7), cmd_que(1)
[   10.509028]  end_device-8:2: add: handle(0x000b), sas_addr(0x4433221106000000)
[   10.521569] mpt3sas_cm0: port enable: SUCCESS
[   10.522072] sd 8:0:0:0: Attached scsi generic sg0 type 0
[   10.522475] sd 8:0:1:0: Attached scsi generic sg1 type 0
[   10.522652] sd 8:0:1:0: [sdb] 1875385008 512-byte logical blocks: (960 GB/894 GiB)
[   10.522655] sd 8:0:1:0: [sdb] 4096-byte physical blocks
[   10.522707] sd 8:0:2:0: Attached scsi generic sg2 type 0
[   10.522746] sd 8:0:0:0: [sda] 1875385008 512-byte logical blocks: (960 GB/894 GiB)
[   10.522749] sd 8:0:0:0: [sda] 4096-byte physical blocks
[   10.522837] sd 8:0:1:0: [sdb] Write Protect is off
[   10.523063] sd 8:0:1:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[   10.523271] sd 8:0:2:0: [sdc] 1875385008 512-byte logical blocks: (960 GB/894 GiB)
[   10.523273] sd 8:0:2:0: [sdc] 4096-byte physical blocks
[   10.524759] sd 8:0:0:0: [sda] Write Protect is off
[   10.525275] sd 8:0:2:0: [sdc] Write Protect is off
[   10.526053] sd 8:0:0:0: [sda] Write cache: enabled, read cache: enabled, supports DPO and FUA
[   10.526623] sd 8:0:2:0: [sdc] Write cache: enabled, read cache: enabled, supports DPO and FUA
[   10.558765]  sdb: sdb1 sdb2
[   10.558885] sd 8:0:1:0: [sdb] Attached SCSI disk
[   10.575332]  sdc: sdc1 sdc2
[   10.575608] sd 8:0:2:0: [sdc] Attached SCSI disk
[   10.576490]  sda: sda1 sda2 sda3 sda4 sda5 sda6 sda7
[   10.576827] sd 8:0:0:0: [sda] Attached SCSI disk
         Starting ^[[0;1;39mShow Plymouth Boot Screen^[[0m...
^[[2J^[[3J^[[-1;-1f[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mShow Plymouth Boot Screen^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mForward Password R…s to Plymouth Directory Watch^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mPath Units^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mBasic System^[[0m.
[   13.137507] ccp 0000:46:00.1: SEV API:1.55 build:17
[   13.142421] ccp 0000:46:00.1: SEV-SNP API:1.55 build:17
[^[[0;32m  OK  ^[[0m] Found device ^[[0;1;39m/dev/mapper/rhel_hostname-root^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mInitrd Root Device^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mdracut initqueue hook^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mPreparation for Remote File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mRemote File Systems^[[0m.
         Starting ^[[0;1;39mFile System Check…/mapper/rhel_hostname-root^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mFile System Check…ev/mapper/rhel_hostname-root^[[0m.
         Mounting ^[[0;1;39m/sysroot^[[0m...
[   13.774831] SGI XFS with ACLs, security attributes, realtime, quota, no debug enabled
[   13.785243] XFS (dm-1): Mounting V5 Filesystem 254e7c99-a3df-41be-8429-d28e07cb528a
[   13.809401] XFS (dm-1): Ending clean mount
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39m/sysroot^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mInitrd Root File System^[[0m.
         Starting ^[[0;1;39mReload Configuration from the Real Root^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mReload Configuration from the Real Root^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mInitrd File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mInitrd Default Target^[[0m.
         Starting ^[[0;1;39mdracut pre-pivot and cleanup hook^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mdracut pre-pivot and cleanup hook^[[0m.
         Starting ^[[0;1;39mCleaning Up and Shutting Down Daemons^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mNetwork^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mTimer Units^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mD-Bus System Message Bus Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mdracut pre-pivot and cleanup hook^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mInitrd Default Target^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mBasic System^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mInitrd Root Device^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mInitrd /usr File System^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mPath Units^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mRemote File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mPreparation for Remote File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mSlice Units^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mSocket Units^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mSystem Initialization^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mLocal File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mSwaps^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mdracut initqueue hook^[[0m.
         Starting ^[[0;1;39mPlymouth switch root service^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mApply Kernel Variables^[[0m.
[^[[0;32m  OK  ^[[0[   14.240458] systemd-journald[1096]: Received SIGTERM from PID 1 (systemd).
m] Stopped ^[[0;1;39mLoad Kernel Modules^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mCreate Volatile Files and Directories^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mColdplug All udev Devices^[[0m.
         Stopping ^[[0;1;39mRule-based Manage…for Device Events and Files^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCleaning Up and Shutting Down Daemons^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mRule-based Manager for Device Events and Files^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mudev Control Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mudev Kernel Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mdracut pre-udev hook^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mdracut cmdline hook^[[0m.
         Starting ^[[0;1;39mCleanup udev Database^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mCreate Static Device Nodes in /dev^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mCreate List of Static Device Nodes^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mCreate System Users^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mPlymouth switch root service^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mC[   14.342962] systemd[1]: RTC configured in localtime, applying delta of 330 minutes to system time.
leanup udev Database^[[0m.
[^[[0;32m  OK  ^[[0m] [   14.355114] systemd[1]: systemd 250-12.el9_1 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 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK +XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[   14.388207] systemd[1]: Detected architecture x86-64.

Welcome to ^[[0;31mRed Hat Enterprise Linux 9.1 (Plow)^[[0m!

[   14.459306] systemd-rc-local-generator[1760]: /etc/rc.d/rc.local is not marked executable, skipping.
[   14.686216] systemd[1]: initrd-switch-root.service: Deactivated successfully.
[   14.693529] systemd[1]: Stopped Switch Root.
[^[[0;32m  OK  ^[[[   14.698080] systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1.
0m] Stopped ^[[0;[   14.708699] systemd[1]: Created slice Virtual Machine and Container Slice.
1;39mSwitch Root[   14.717063] systemd[1]: Created slice Slice /system/getty.
^[[0m.
[^[[0;32m[   14.723932] systemd[1]: Created slice Slice /system/modprobe.
  OK  ^[[0m] Crea[   14.731046] systemd[1]: Created slice Slice /system/serial-getty.
ted slice ^[[0;1;[   14.738529] systemd[1]: Created slice Slice /system/sshd-keygen.
39mVirtual Machi[   14.745928] systemd[1]: Created slice Slice /system/systemd-fsck.
ne and Container[   14.753305] systemd[1]: Created slice User and Session Slice.
 Slice^[[0m.
[^[[   14.759949] systemd[1]: Dispatch Password Requests to Console Directory Watch was skipped because of a failed condition check (ConditionPathExists=!/run/plymouth/pid).
[0;32m  OK  ^[[0m[   14.776266] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
] Created slice [   14.785707] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
^[[0;1;39mSlice /[   14.795983] systemd[1]: Reached target Local Encrypted Volumes.
system/getty^[[0m[   14.803291] systemd[1]: Stopped target Switch Root.
.
[^[[0;32m  OK[   14.809549] systemd[1]: Stopped target Initrd File Systems.
  ^[[0m] Created [   14.816503] systemd[1]: Stopped target Initrd Root File System.
slice ^[[0;1;39mS[   14.823810] systemd[1]: Reached target Local Integrity Protected Volumes.
lice /system/mod[   14.831998] systemd[1]: Reached target Path Units.
probe^[[0m.
[^[[[   14.838168] systemd[1]: Reached target Slice Units.
0;32m  OK  ^[[0m][   14.844430] systemd[1]: Reached target Local Verity Protected Volumes.
 Created slice ^[[   14.852397] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[0;1;39mSlice /s[   14.860562] systemd[1]: Listening on LVM2 poll daemon socket.
ystem/serial-get[   14.867419] systemd[1]: multipathd control socket was skipped because of a failed condition check (ConditionPathExists=/etc/multipath.conf).
ty^[[0m.
[^[[0;32m  OK  ^[[0m] Created slice ^[[0;1;39mSlice /system/sshd-keygen^[[0m.
[^[[0;32m  OK  ^[[0m] Created slice ^[[0;1;39mSlice /system/systemd-fsck^[[0m.
[^[[0;32m  OK  ^[[0m] Created slice ^[[0;1;39mUser and Session Slice^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mForward Password R…uests to Wall Directory Watch^[[0m.
[^[[0;32m  OK  ^[[0m] S[   14.910372] systemd[1]: Listening on RPCbind Server Activation Socket.
et up automount [   14.918423] systemd[1]: Reached target RPC Port Mapper.
^[[0;1;39mArbitra[   14.926071] systemd[1]: Listening on Process Core Dump Socket.
ry…s File Syst[   14.932288] systemd[1]: Listening on initctl Compatibility Named Pipe.
em Automount Poi[   14.940574] systemd[1]: Listening on udev Control Socket.
nt^[[0m.
[^[[0;3[   14.947111] systemd[1]: Listening on udev Kernel Socket.
2m  OK  ^[[0m] Reached target ^[[0[   14.954900] systemd[1]: Activating swap /dev/mapper/rhel_hostname-swap...
;1;39mLocal Encr[   14.959641] Adding 7815164k swap on /dev/mapper/rhel_hostname-swap.  Priority:-2 extents:1 across:7815164k SS
ypted Volumes^[[0m.
[^[[0;32m  O[   14.975956] systemd[1]: Mounting Huge Pages File System...
K  ^[[0m] Stopped[   14.984158] systemd[1]: Mounting POSIX Message Queue File System...
 target ^[[0;1;39[   14.991767] systemd[1]: Mounting Kernel Debug File System...
mSwitch Root^[[0m.
[^[[0;32m  OK[   14.999060] systemd[1]: Mounting Kernel Trace File System...
  ^[[0m] Stopped [   15.006099] systemd[1]: Kernel Module supporting RPCSEC_GSS was skipped because of a failed condition check (ConditionPathExists=/etc/krb5.keytab).
target ^[[0;1;39mInitrd File Syst[   15.023223] systemd[1]: Starting Create List of Static Device Nodes...
ems^[[0m.
[^[[0;32m  OK  ^[[0m] S[   15.031253] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
topped target ^[[[   15.044085] systemd[1]: Starting Load Kernel Module configfs...
0;1;39mInitrd Ro[   15.051500] systemd[1]: Starting Load Kernel Module drm...
ot File System^[[0m.
[^[[0;32m  [   15.058475] systemd[1]: Starting Load Kernel Module fuse...
OK  ^[[0m] Reached target ^[[0;1;3[   15.067329] systemd[1]: Starting Read and set NIS domainname from /etc/sysconfig/network...
9mLocal Integrit[   15.076616] systemd[1]: plymouth-switch-root.service: Deactivated successfully.
y Protected Volu[   15.085281] systemd[1]: Stopped Plymouth switch root service.
mes^[[0m.
[^[[0;[   15.092512] systemd[1]: systemd-fsck-root.service: Deactivated successfully.
32m  OK  ^[[0m] R[   15.100839] systemd[1]: Stopped File System Check on Root Device.
eached target ^[[[   15.108372] systemd[1]: Stopped Journal Service.
0;1;39mPath Units^[[0m.
[^[[0;32[   15.116433] systemd[1]: Starting Journal Service...
m  OK  ^[[0m] Reached target ^[[0;[   15.124141] systemd[1]: Starting Load Kernel Modules...
1;39mSlice Units[   15.127696] systemd-journald[1786]: File /run/log/journal/8f37f8055146469d8baec3ad508b0084/system.journal corrupted or uncleanly shut down, renaming and replacing.
^[[0m.
[^[[0;32m  OK  ^[[0m] Reac[   15.147340] systemd[1]: Starting Generate network units from Kernel command line...
hed target ^[[0;1;39mLocal Verity[   15.157828] systemd[1]: Starting Remount Root and Kernel File Systems...
 Protected Volum[   15.165914] systemd[1]: Repartition Root Disk was skipped because all trigger condition checks failed.
es^[[0m.
[^[[0;32m  OK  ^[[0m] Li[   15.177863] systemd[1]: Starting Coldplug All udev Devices...
stening on ^[[0;1;39mDevice-mapper event daemon F[   15.188153] systemd[1]: Activated swap /dev/mapper/rhel_hostname-swap.
IFOs^[[0m.
[^[[0[   15.196473] systemd[1]: Started Journal Service.
;32m  OK  ^[[0m] Listening on ^[[0;1;39mLVM2 poll daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mRPCbind Server Activation Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;[   15.217236] systemd-journald[1786]: Received client request to flush runtime journal.
39mRPC Port Mapper^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mProcess Core Dump Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39minitctl Compatibility Named Pipe^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mudev Control Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mudev Kernel Socket^[[0m.
         Activating swap ^[[0;1;39m/dev/mapper/rhel_hostname-swap^[[0m...
         Mounting ^[[0;1;39mHuge Pages File System^[[0m...
         Mounting ^[[0;1;39mPOSIX Message Queue File System^[[0m...
         Mounting ^[[0;1;39mKernel Debug File System^[[0m...
         Mounting ^[[0;1;39mKernel Trace File System^[[0m...
         Starting ^[[0;1;39mCreate List of Static Device Nodes^[[0m...
         Starting ^[[0;1;39mMonitoring of LVM…meventd or progress polling^[[0m...
         Starting ^[[0;1;39mLoad Kernel Module configfs^[[0m...
         Starting ^[[0;1;39mLoad Kernel Module drm^[[0m...
         Starting ^[[0;1;39mLoad Kernel Module fuse^[[0m...
         Starting ^[[0;1;39mRead and set NIS …from /etc/sysconfig/network^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mPlymouth switch root service^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mFile System Check on Root Device^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mJournal Service^[[0m.
         Starting ^[[0;1;39mJournal Service^[[0m...
         Starting ^[[0;1;39mLoad Kernel Modules^[[0m...
         Starting ^[[0;1;39mGenerate network …ts from Kernel command line^[[0m...
         Starting ^[[0;1;39mRemount Root and Kernel File Systems^[[0m...
         Starting ^[[0;1;39mColdplug All udev Devices^[[0m...
[^[[0;32m  OK  ^[[0m] Activated swap ^[[0;1;39m/dev/mapper/rhel_hostname-swap^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mJournal Service^[[0m.
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39mHuge Pages File System^[[0m.
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39mPOSIX Message Queue File System^[[0m.
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39mKernel Debug File System^[[0m.
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39mKernel Trace File System^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate List of Static Device Nodes^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39m[   15.411381] IPMI message handler: version 39.2
Monitoring of LVM… dmeventd or[   15.418336] ipmi device interface
 progress polling^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mL[   15.427886] ipmi_si: IPMI System Interface driver
oad Kernel Modul[   15.432952] ipmi_si dmi-ipmi-si.0: ipmi_platform: probing via SMBIOS
e configfs^[[0m.\r[   15.440600] ipmi_platform: ipmi_si: SMBIOS: io 0xca8 regsize 1 spacing 4 irq 10

[^[[0;32m  OK  [   15.449286] ipmi_si: Adding SMBIOS-specified kcs state machine
^[[0m] Finished ^[[   15.456585] ipmi_si IPI0001:00: ipmi_platform: probing via ACPI
[0;1;39mLoad Ker[   15.463846] ipmi_si IPI0001:00: ipmi_platform: [io  0x0ca8] regsize 1 spacing 4 irq 10
nel Module drm^[[[   15.473358] ipmi_si dmi-ipmi-si.0: Removing SMBIOS-specified kcs state machine in favor of ACPI
0m.
[^[[0;32m  [   15.483195] ipmi_si: Adding ACPI-specified kcs state machine
OK  ^[[0m] Finish[   15.490315] ipmi_si: Trying ACPI-specified kcs state machine at i/o address 0xca8, slave address 0x20, irq 10
ed ^[[0;1;39mLoad Kernel Module f[   15.502856] pstore: backend 'erst' already in use: ignoring 'efi_pstore'
use^[[0m.
[^[[0;[   15.511657] input: PC Speaker as /devices/platform/pcspkr/input/input1
32m  OK  ^[[0m] Finished ^[[0;1;39[   15.521536] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
mRead and set NI[   15.521782] RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
S …e from /etc[   15.529073] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
/sysconfig/netwo[   15.533601] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
rk^[[0m.
[^[[0;3[   15.538368] RAPL PMU: hw unit of domain package 2^-16 Joules
2m  OK  ^[[0m] Fi[   15.547967] i2c i2c-3: Successfully instantiated SPD at 0x50
nished ^[[0;1;39mLoad Kernel Modules^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mGenerate network units from Kernel command line^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mRemount Root and Kernel File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSwaps^[[0m.
         Mounting ^[[0;1;39mFUSE Control File System^[[0m...
         Mounting ^[[0;1;39mKernel Configuration File System^[[0m...
         Starting ^[[0;1;39mFlush Journal to Persistent Storage^[[0m...
         Starting ^[[   15.570608] i2c i2c-3: Successfully instantiated SPD at 0x51
[0;1;39mLoad/Sav[   15.571163] i2c i2c-3: Successfully instantiated SPD at 0x52
e Random Seed^[[0[   15.571713] i2c i2c-3: Successfully instantiated SPD at 0x53
m...
         [   15.572263] i2c i2c-3: Successfully instantiated SPD at 0x54
Starting ^[[0;1;3[   15.572815] i2c i2c-3: Successfully instantiated SPD at 0x55
9mApply Kernel V[   15.573366] i2c i2c-3: Successfully instantiated SPD at 0x56
ariables^[[0m...\r[   15.573918] i2c i2c-3: Successfully instantiated SPD at 0x57

         Start[   15.580263] ee1004 3-0050: 512 byte EE1004-compliant SPD EEPROM, read-only
ing ^[[0;1;39mCre[   15.581360] ee1004 3-0051: 512 byte EE1004-compliant SPD EEPROM, read-only
ate Static Devic[   15.582458] ee1004 3-0052: 512 byte EE1004-compliant SPD EEPROM, read-only
e Nodes in /dev^[[   15.583547] ee1004 3-0053: 512 byte EE1004-compliant SPD EEPROM, read-only
[0m...
[^[[0;32[   15.584644] ee1004 3-0054: 512 byte EE1004-compliant SPD EEPROM, read-only
m  OK  ^[[0m] Mou[   15.585614] ee1004 3-0055: 512 byte EE1004-compliant SPD EEPROM, read-only
nted ^[[0;1;39mFU[   15.586705] ee1004 3-0056: 512 byte EE1004-compliant SPD EEPROM, read-only
SE Control File [   15.587798] ee1004 3-0057: 512 byte EE1004-compliant SPD EEPROM, read-only
System^[[0m.
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39mKernel Configuration File System^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mLoad/Save Random Seed^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mFlush Journal to Persistent Storage^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mApply Kernel Variables^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate Static Device Nodes in /dev^[[0m.
         Starting ^[[0;1;39mRu[   15.757461] kvm_amd: TSC scaling supported
le-based Manageā[   15.757464] kvm_amd: Nested Virtualization enabled
€¦for Device Eve[   15.757465] kvm_amd: Nested Paging enabled
nts and Files^[[0[   15.757467] kvm_amd: LBR virtualization supported
m...
[^[[0;32m [   15.757468] kvm_amd: SEV enabled (ASIDs 101 - 509)
 OK  ^[[0m] Start[   15.757470] kvm_amd: SEV-ES enabled (ASIDs 1 - 100)
ed ^[[0;1;39mRule[   15.757471] kvm_amd: SEV-SNP enabled (ASIDs 1 - 100)
-based Manager f[   15.757637] kvm_amd: Virtual VMLOAD VMSAVE supported
or Device Events[   15.757639] kvm_amd: Virtual GIF supported
 and Files^[[0m.
         Starting ^[[0;1;39mLoad Kernel Module configfs^[[0m...
         Starting ^[[0;1;39mLoad Kernel Module fuse^[[0m...
[^[[0;32m  OK  ^[[0m[   15.828498] EDAC MC0: Giving out device to module amd64_edac controller F19h: DEV 0000:00:18.3 (INTERRUPT)
] Finished ^[[0;1[   15.839072] EDAC amd64: F19h detected (node 0).
;39mLoad Kernel [   15.845001] EDAC amd64: MC: 0:     0MB 1:     0MB
Module configfs^[[   15.851087] EDAC amd64: MC: 2: 16384MB 3: 16384MB
[0m.
[^[[0;32m [   15.857185] EDAC amd64: MC: 0:     0MB 1:     0MB
 OK  ^[[0m] Finis[   15.863271] EDAC amd64: MC: 2: 16384MB 3: 16384MB
hed ^[[0;1;39mLoa[   15.869361] EDAC amd64: MC: 0:     0MB 1:     0MB
d Kernel Module [   15.869369] EDAC amd64: MC: 2: 16384MB 3: 16384MB
fuse^[[0m.
[^[[0[   15.869381] EDAC amd64: MC: 0:     0MB 1:     0MB
;32m  OK  ^[[0m] [   15.869389] EDAC amd64: MC: 2: 16384MB 3: 16384MB
Finished ^[[0;1;3[   15.869402] EDAC amd64: MC: 0:     0MB 1:     0MB
9mColdplug All u[   15.899824] EDAC amd64: MC: 2: 16384MB 3: 16384MB
dev Devices^[[0m.[   15.899836] EDAC amd64: MC: 0:     0MB 1:     0MB

         Star[   15.899843] EDAC amd64: MC: 2: 16384MB 3: 16384MB
ting ^[[0;1;39mWa[   15.918102] EDAC amd64: MC: 0:     0MB 1:     0MB
it for udev To ā[   15.918109] EDAC amd64: MC: 2: 16384MB 3: 16384MB
€¦plete Device I[   15.930284] EDAC amd64: MC: 0:     0MB 1:     0MB
nitialization^[[0[   15.930291] EDAC amd64: MC: 2: 16384MB 3: 16384MB
m...
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39[   15.946299] intel_rapl_common: Found RAPL domain package
mLoad/Save RF ā€[   15.951952] intel_rapl_common: Found RAPL domain core
¦itch Status /de[   15.958928] amd_atl: AMD Address Translation Library initialized
v/rfkill Watch^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39m/usr/sbin/lvm vgch…tivation event rhel_hostname^[[0m.
[   15.993593] ipmi_si IPI0001:00: The BMC does not support setting the recv irq bit, compensating, but the BMC needs to be fixed.
[   16.065680] ipmi_si IPI0001:00: Using irq 10
[   16.089484] ipmi_si IPI0001:00: IPMI message handler: Found new BMC (man_id: 0x0002a2, prod_id: 0x0100, dev_id: 0x20)
[   16.137893] ipmi_si IPI0001:00: IPMI kcs interface initialized
[   16.146415] ipmi_ssif: IPMI SSIF Interface driver
[   16.150216] power_meter ACPI000D:00: Found ACPI power meter.
[   16.156868] power_meter ACPI000D:00: hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mWait for udev To Complete Device Initialization^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mPreparation for Local File Systems^[[0m.
         Mounting ^[[0;1;39m/boot^[[0m...
      [   16.321203] XFS (sda6): Mounting V5 Filesystem 8a4de4ea-bc9f-4c69-9e30-c78fbc184188
   Mounting ^[[0;[   16.323301] XFS (dm-0): Mounting V5 Filesystem 3e33526b-995a-4b32-9d5d-d26941ce5b47
1;39m/home^[[0m...
         Starting ^[[0;1;39mFile System Check…/dev/disk/by-uuid/FBE5-86EF^[[0m...
[   16.347241] XFS (sda6): Ending clean mount
[^[[0;32m  OK  ^[[[   16.355944] XFS (dm-0): Ending clean mount
0m] Mounted ^[[0;1;39m/boot^[[0m.
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39m/home^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mFile System Check…n /dev/disk/by-uuid/FBE5-86EF^[[0m.
         Mounting ^[[0;1;39m/boot/efi^[[0m...
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39m/boot/efi^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mLocal File Systems^[[0m.
         Starting ^[[0;1;39mTell Plymouth To Write Out Runtime Data^[[0m...
         Starting ^[[0;1;39mCreate Volatile Files and Directories^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mTell Plymouth To Write Out Runtime Data^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate Volatile Files and Directories^[[0m.
         Mounting ^[[0;1;39mRPC Pipe File System^[[0m...
         Starting ^[[0;1;39mSecurity Auditing Service^[[0m...
         Starting ^[[0;1;39mRPC Bind^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mRPC Bind^[[0m.
[   16.460203] RPC: Registered named UNIX socket transport module.
[   16.466130] RPC: Registered udp transport module.
[   16.470839] RPC: Registered tcp transport module.
[   16.475543] RPC: Registered tcp-with-tls transport module.
[   16.481034] RPC: Registered tcp NFSv4.1 backchannel transport module.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mSecurity Auditing Service^[[0m.
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39mRPC Pipe File System^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mrpc_pipefs.target^[[0m.
         Starting ^[[0;1;39mRecord System Boot/Shutdown in UTMP^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mRecord System Boot/Shutdown in UTMP^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSystem Initialization^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mdnf makecache --timer^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mDaily rotation of log files^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mUpdates mlocate database every day^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mDaily Cleanup of Temporary Directories^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mdaily update of the root trust anchor for DNSSEC^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mTimer Units^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mD-Bus System Message Bus Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mOpen-iSCSI iscsid Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mOpen-iSCSI iscsiuio Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mSSSD Kerberos…ache Manager responder socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt interface daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt locking daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt locking daemon admin socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt logging daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt logging daemon admin socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt network daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt nodedev daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt nwfilter daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt proxy daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt QEMU daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt QEMU daemon admin socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt QEMU daemon read-only socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt secret daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt storage daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSocket Units^[[0m.
         Starting ^[[0;1;39mD-Bus System Message Bus^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mD-Bus System Message Bus^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mBasic System^[[0m.
         Starting ^[[0;1;39mNTP client/server^[[0m...
         Starting ^[[0;1;39mRestore /run/initramfs on shutdown^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mirqbalance daemon^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mlibstoragemgmt plug-in server daemon^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mLow Memory Monitor^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mMachine Check Exception Logging Daemon^[[0m.
         Starting ^[[0;1;39mAuthorization Manager^[[0m...
         Starting ^[[0;1;39mSystem Logging Service^[[0m...
         Starting ^[[0;1;39mSelf Monitoring a…g Technology (SMART) Daemon^[[0m...
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39msshd-keygen.target^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mUser and Group Name Lookups^[[0m.
         Starting ^[[0;1;39mUser Login Management^[[0m...
         Starting ^[[0;1;39mVirtual Machine a…tainer Registration Service^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mRestore /run/initramfs on shutdown^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mSystem Logging Service^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mVirtual Machine an…ontainer Registration Service^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mUser Login Management^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mNTP client/server^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mSelf Monitoring an…ing Technology (SMART) Daemon^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mAuthorization Manager^[[0m.
         Starting ^[[0;1;39mfirewalld - dynamic firewall daemon^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mfirewalld - dynamic firewall daemon^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mPreparation for Network^[[0m.
         Starting ^[[0;1;39mNetwork Manager^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mNetwork Manager^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mNetwork^[[0m.
         Starting ^[[0;1;39mNetwork Manager Wait Online^[[0m...
         Starting ^[[0;1;39mGSSAPI Proxy Daemon^[[0m...
         Starting ^[[0;1;39mEnable periodic u…f entitlement certificates.^[[0m...
         Starting ^[[0;1;39mOpenSSH server daemon^[[0m...
         Starting ^[[0;1;39mDynamic System Tuning Daemon^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mEnable periodic up… of entitlement certificates.^[[0m.
         Starting ^[[0;1;39mHostname Service^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mGSSAPI Proxy Daemon^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mOpenSSH server daemon^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mNFS client services^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mHostname Service^[[0m.
         Starting ^[[0;1;39mNetwork Manager Script Dispatcher Service^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mNetwork Manager Script Dispatcher Service^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mDynamic System Tuning Daemon^[[0m.
[^[[0m^[[0;31m*     ^[[0m] A start job is running for Network Manager Wait Online (5s / no limit)
^[M\r^[[K[^[[0;1;31m*^[[0m^[[0;31m*    ^[[0m] A start job is running for Network Manager Wait Online (5s / no limit)
[   20.810850] tg3 0000:c1:00.0 eth0: Link is up at 1000 Mbps, full duplex
[   20.817469] tg3 0000:c1:00.0 eth0: Flow control is off for TX and off for RX
[   20.824513] tg3 0000:c1:00.0 eth0: EEE is disabled
^[M\r^[[K[^[[0;31m*^[[0;1;31m*^[[0m^[[0;31m*   ^[[0m] A start job is running for Network Manager Wait Online (6s / no limit)
^[M\r^[[K[ ^[[0;31m*^[[0;1;31m*^[[0m^[[0;31m*  ^[[0m] A start job is running for Network Manager Wait Online (6s / no limit)
^[M\r^[[K[  ^[[0;31m*^[[0;1;31m*^[[0m^[[0;31m* ^[[0m] A start job is running for Network Manager Wait Online (7s / no limit)
^[M\r^[[K[   ^[[0;31m*^[[0;1;31m*^[[0m^[[0;31m*^[[0m] A start job is running for Network Manager Wait Online (7s / no limit)
^[M\r^[[K[    ^[[0;31m*^[[0;1;31m*^[[0m] A start job is running for Network Manager Wait Online (8s / no limit)
^[M\r^[[K[     ^[[0;31m*^[[0m] A start job is running for Network Manager Wait Online (8s / no limit)
^[M\r^[[K[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mNetwork Manager Wait Online^[[0m.
^[[K[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mNetwork is Online^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mPreparation for Remote File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mRemote File Systems^[[0m.
         Starting ^[[0;1;39mNotify NFS peers of a restart^[[0m...
         Starting ^[[0;1;39mPermit User Sessions^[[0m...
         Starting ^[[0;1;39mlibvirt QEMU daemon^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mNotify NFS peers of a restart^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mPermit User Sessions^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mDeferred execution scheduler^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mCommand Scheduler^[[0m.
         Starting ^[[0;1;39mHold until boot process finishes up^[[0m...
         Starting ^[[0;1;39mTerminate Plymouth Boot Screen^[[0m...

Red Hat Enterprise Linux 9.1 (Plow)
Kernel 6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d on an x86_64

Activate the web console with: systemctl enable --now cockpit.socket

hostname login: [  295.706058] JFS: nTxBlock = 8192, nTxLock = 65536
[  295.741491] QNX4 filesystem 0.2.3 registered.
[  295.823178] raid6: avx2x4   gen() 35934 MB/s
[  295.895176] raid6: avx2x2   gen() 38184 MB/s
[  295.967173] raid6: avx2x1   gen() 26357 MB/s
[  295.971451] raid6: using algorithm avx2x2 gen() 38184 MB/s
[  296.043171] raid6: .... xor() 28925 MB/s, rmw enabled
[  296.048226] raid6: using avx2x2 recovery algorithm
[  296.055035] xor: automatically using best checksumming function   avx       
[  296.142279] Btrfs loaded, zoned=yes, fsverity=yes
[  322.301838] watchdog: BUG: soft lockup - CPU#28 stuck for 26s! [grub2-mount:4476]
[  322.309324] Modules linked in: btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd ee1004 kvm i2c_piix4 rapl pcspkr wmi_bmof i2c_smbus efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 mpt3sas sha256_ssse3 raid_class drm tg3 sha1_ssse3 ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[  322.384932] CPU: 28 UID: 0 PID: 4476 Comm: grub2-mount Not tainted 6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  322.395528] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[  322.403182] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[  322.409283] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[  322.428028] RSP: 0018:ffffab3965db7c98 EFLAGS: 00000202
[  322.433253] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffab3965db7ce8
[  322.440387] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff9014e4ce94c0
[  322.447519] RBP: ffffab3965db7cb8 R08: 0000000000000000 R09: ffff9014df891640
[  322.454652] R10: ffffab3965db7c48 R11: ffffd1b504933a00 R12: ffff9014e4ce94c0
[  322.461784] R13: ffffab3965db7d30 R14: ffff9014e4ce9180 R15: ffff9014c88b0400
[  322.468917] FS:  00007f52df27ee40(0000) GS:ffff9033bfc00000(0000) knlGS:0000000000000000
[  322.477001] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  322.482749] CR2: 00007f52df053930 CR3: 000800012284a002 CR4: 0000000000770ef0
[  322.489881] PKRU: 55555554
[  322.492594] Call Trace:
[  322.495046]  <IRQ>
[  322.497070]  ? show_regs+0x6d/0x80
[  322.500479]  ? watchdog_timer_fn+0x1f8/0x280
[  322.504752]  ? __pfx_watchdog_timer_fn+0x10/0x10
[  322.509373]  ? __hrtimer_run_queues+0x114/0x2a0
[  322.513904]  ? hrtimer_interrupt+0x108/0x230
[  322.518176]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[  322.523403]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[  322.528366]  </IRQ>
[  322.530464]  <TASK>
[  322.532572]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[  322.537888]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[  322.543369]  _raw_spin_lock+0x2d/0x40
[  322.547036]  fuse_iget+0x125/0x250
[  322.550442]  fuse_fill_super_common+0x3ae/0x4f0
[  322.554977]  ? __pfx_fuse_fill_super+0x10/0x10
[  322.559418]  fuse_fill_super+0x5e/0xb0
[  322.563173]  get_tree_nodev+0x6f/0xa0
[  322.566838]  ? fget+0x80/0xb0
[  322.569812]  fuse_get_tree+0xc6/0x1b0
[  322.573477]  vfs_get_tree+0x2e/0xf0
[  322.576970]  path_mount+0x4f0/0xb50
[  322.580461]  ? putname+0x5b/0x70
[  322.583696]  __x64_sys_mount+0x10d/0x150
[  322.587623]  x64_sys_call+0x1e1d/0x2140
[  322.591459]  do_syscall_64+0x51/0x120
[  322.595127]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  322.600176] RIP: 0033:0x7f52df10f03e
[  322.603757] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[  322.622504] RSP: 002b:00007ffd71f16488 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[  322.630068] RAX: ffffffffffffffda RBX: 00005569384084a0 RCX: 00007f52df10f03e
[  322.637199] RDX: 0000556938408530 RSI: 00005569384083a0 RDI: 00005569384084f0
[  322.644324] RBP: 00005569384083a0 R08: 0000556938408250 R09: 00746e756f6d2d32
[  322.651455] R10: 0000000000000006 R11: 0000000000000206 R12: 0000556938408530
[  322.658590] R13: 00007ffd71f164c0 R14: 00005569384084f0 R15: 00005569384084a0
[  322.665724]  </TASK>
[  350.300968] watchdog: BUG: soft lockup - CPU#28 stuck for 52s! [grub2-mount:4476]
[  350.308455] Modules linked in: btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd ee1004 kvm i2c_piix4 rapl pcspkr wmi_bmof i2c_smbus efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 mpt3sas sha256_ssse3 raid_class drm tg3 sha1_ssse3 ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[  350.384044] CPU: 28 UID: 0 PID: 4476 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  350.396115] Tainted: [L]=SOFTLOCKUP
[  350.399605] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[  350.407252] RIP: 0010:native_queued_spin_lock_slowpath+0x7c/0x2d0
[  350.413342] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[  350.432090] RSP: 0018:ffffab3965db7c98 EFLAGS: 00000202
[  350.437315] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffab3965db7ce8
[  350.444447] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff9014e4ce94c0
[  350.451580] RBP: ffffab3965db7cb8 R08: 0000000000000000 R09: ffff9014df891640
[  350.458713] R10: ffffab3965db7c48 R11: ffffd1b504933a00 R12: ffff9014e4ce94c0
[  350.465843] R13: ffffab3965db7d30 R14: ffff9014e4ce9180 R15: ffff9014c88b0400
[  350.472969] FS:  00007f52df27ee40(0000) GS:ffff9033bfc00000(0000) knlGS:0000000000000000
[  350.481054] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  350.486800] CR2: 00007f52df053930 CR3: 000800012284a002 CR4: 0000000000770ef0
[  350.493932] PKRU: 55555554
[  350.496645] Call Trace:
[  350.499097]  <IRQ>
[  350.501117]  ? show_regs+0x6d/0x80
[  350.504522]  ? watchdog_timer_fn+0x1f8/0x280
[  350.508797]  ? __pfx_watchdog_timer_fn+0x10/0x10
[  350.513415]  ? __hrtimer_run_queues+0x114/0x2a0
[  350.517948]  ? hrtimer_interrupt+0x108/0x230
[  350.522220]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[  350.527447]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[  350.532413]  </IRQ>
[  350.534518]  <TASK>
[  350.536622]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[  350.541937]  ? native_queued_spin_lock_slowpath+0x7c/0x2d0
[  350.547422]  _raw_spin_lock+0x2d/0x40
[  350.551087]  fuse_iget+0x125/0x250
[  350.554493]  fuse_fill_super_common+0x3ae/0x4f0
[  350.559028]  ? __pfx_fuse_fill_super+0x10/0x10
[  350.563470]  fuse_fill_super+0x5e/0xb0
[  350.567223]  get_tree_nodev+0x6f/0xa0
[  350.570891]  ? fget+0x80/0xb0
[  350.573865]  fuse_get_tree+0xc6/0x1b0
[  350.577528]  vfs_get_tree+0x2e/0xf0
[  350.581020]  path_mount+0x4f0/0xb50
[  350.584513]  ? putname+0x5b/0x70
[  350.587748]  __x64_sys_mount+0x10d/0x150
[  350.591675]  x64_sys_call+0x1e1d/0x2140
[  350.595511]  do_syscall_64+0x51/0x120
[  350.599179]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  350.604231] RIP: 0033:0x7f52df10f03e
[  350.607808] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[  350.626555] RSP: 002b:00007ffd71f16488 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[  350.634121] RAX: ffffffffffffffda RBX: 00005569384084a0 RCX: 00007f52df10f03e
[  350.641252] RDX: 0000556938408530 RSI: 00005569384083a0 RDI: 00005569384084f0
[  350.648384] RBP: 00005569384083a0 R08: 0000556938408250 R09: 00746e756f6d2d32
[  350.655509] R10: 0000000000000006 R11: 0000000000000206 R12: 0000556938408530
[  350.662642] R13: 00007ffd71f164c0 R14: 00005569384084f0 R15: 00005569384084a0
[  350.669776]  </TASK>
[  356.441320] rcu: INFO: rcu_preempt self-detected stall on CPU
[  356.447070] rcu: 	28-....: (14816 ticks this GP) idle=8ef4/1/0x4000000000000000 softirq=944/945 fqs=7434
[  356.456544] rcu: 	(t=15000 jiffies g=7913 q=1142 ncpus=128)
[  356.462118] CPU: 28 UID: 0 PID: 4476 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  356.474187] Tainted: [L]=SOFTLOCKUP
[  356.477678] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[  356.485334] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[  356.491434] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[  356.510178] RSP: 0018:ffffab3965db7c98 EFLAGS: 00000202
[  356.515404] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffab3965db7ce8
[  356.522537] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff9014e4ce94c0
[  356.529671] RBP: ffffab3965db7cb8 R08: 0000000000000000 R09: ffff9014df891640
[  356.536801] R10: ffffab3965db7c48 R11: ffffd1b504933a00 R12: ffff9014e4ce94c0
[  356.543936] R13: ffffab3965db7d30 R14: ffff9014e4ce9180 R15: ffff9014c88b0400
[  356.551068] FS:  00007f52df27ee40(0000) GS:ffff9033bfc00000(0000) knlGS:0000000000000000
[  356.559154] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  356.564897] CR2: 00007f52df053930 CR3: 000800012284a002 CR4: 0000000000770ef0
[  356.572032] PKRU: 55555554
[  356.574743] Call Trace:
[  356.577196]  <IRQ>
[  356.579218]  ? show_regs+0x6d/0x80
[  356.582622]  ? dump_cpu_task+0x6b/0x80
[  356.586376]  ? rcu_dump_cpu_stacks+0xa4/0x100
[  356.590733]  ? rcu_sched_clock_irq+0x6b4/0x10c0
[  356.595269]  ? srso_alias_return_thunk+0x5/0xfbef5
[  356.600060]  ? __cgroup_account_cputime_field+0x3f/0x60
[  356.605285]  ? srso_alias_return_thunk+0x5/0xfbef5
[  356.610075]  ? account_system_index_time+0x95/0xb0
[  356.614871]  ? update_process_times+0x74/0xc0
[  356.619231]  ? tick_nohz_handler+0x9b/0x150
[  356.623413]  ? __pfx_tick_nohz_handler+0x10/0x10
[  356.628032]  ? __hrtimer_run_queues+0x114/0x2a0
[  356.632567]  ? hrtimer_interrupt+0x108/0x230
[  356.636841]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[  356.642064]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[  356.647031]  </IRQ>
[  356.649137]  <TASK>
[  356.651244]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[  356.656559]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[  356.662043]  _raw_spin_lock+0x2d/0x40
[  356.665706]  fuse_iget+0x125/0x250
[  356.669115]  fuse_fill_super_common+0x3ae/0x4f0
[  356.673648]  ? __pfx_fuse_fill_super+0x10/0x10
[  356.678092]  fuse_fill_super+0x5e/0xb0
[  356.681844]  get_tree_nodev+0x6f/0xa0
[  356.685510]  ? fget+0x80/0xb0
[  356.688484]  fuse_get_tree+0xc6/0x1b0
[  356.692148]  vfs_get_tree+0x2e/0xf0
[  356.695640]  path_mount+0x4f0/0xb50
[  356.699133]  ? putname+0x5b/0x70
[  356.702368]  __x64_sys_mount+0x10d/0x150
[  356.706293]  x64_sys_call+0x1e1d/0x2140
[  356.710129]  do_syscall_64+0x51/0x120
[  356.713798]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  356.718850] RIP: 0033:0x7f52df10f03e
[  356.722428] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[  356.741175] RSP: 002b:00007ffd71f16488 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[  356.748740] RAX: ffffffffffffffda RBX: 00005569384084a0 RCX: 00007f52df10f03e
[  356.755871] RDX: 0000556938408530 RSI: 00005569384083a0 RDI: 00005569384084f0
[  356.763005] RBP: 00005569384083a0 R08: 0000556938408250 R09: 00746e756f6d2d32
[  356.770135] R10: 0000000000000006 R11: 0000000000000206 R12: 0000556938408530
[  356.777261] R13: 00007ffd71f164c0 R14: 00005569384084f0 R15: 00005569384084a0
[  356.784398]  </TASK>
[  382.300138] watchdog: BUG: soft lockup - CPU#28 stuck for 82s! [grub2-mount:4476]
[  382.307621] Modules linked in: btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd ee1004 kvm i2c_piix4 rapl pcspkr wmi_bmof i2c_smbus efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 mpt3sas sha256_ssse3 raid_class drm tg3 sha1_ssse3 ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[  382.383218] CPU: 28 UID: 0 PID: 4476 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  382.395290] Tainted: [L]=SOFTLOCKUP
[  382.398781] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[  382.406435] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[  382.412536] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[  382.431279] RSP: 0018:ffffab3965db7c98 EFLAGS: 00000202
[  382.436506] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffab3965db7ce8
[  382.443638] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff9014e4ce94c0
[  382.450769] RBP: ffffab3965db7cb8 R08: 0000000000000000 R09: ffff9014df891640
[  382.457895] R10: ffffab3965db7c48 R11: ffffd1b504933a00 R12: ffff9014e4ce94c0
[  382.465026] R13: ffffab3965db7d30 R14: ffff9014e4ce9180 R15: ffff9014c88b0400
[  382.472159] FS:  00007f52df27ee40(0000) GS:ffff9033bfc00000(0000) knlGS:0000000000000000
[  382.480247] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  382.485993] CR2: 00007f52df053930 CR3: 000800012284a002 CR4: 0000000000770ef0
[  382.493123] PKRU: 55555554
[  382.495836] Call Trace:
[  382.498292]  <IRQ>
[  382.500310]  ? show_regs+0x6d/0x80
[  382.503714]  ? watchdog_timer_fn+0x1f8/0x280
[  382.507988]  ? __pfx_watchdog_timer_fn+0x10/0x10
[  382.512607]  ? __hrtimer_run_queues+0x114/0x2a0
[  382.517140]  ? hrtimer_interrupt+0x108/0x230
[  382.521414]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[  382.526638]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[  382.531603]  </IRQ>
[  382.533709]  <TASK>
[  382.535816]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[  382.541129]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[  382.546615]  _raw_spin_lock+0x2d/0x40
[  382.550279]  fuse_iget+0x125/0x250
[  382.553687]  fuse_fill_super_common+0x3ae/0x4f0
[  382.558221]  ? __pfx_fuse_fill_super+0x10/0x10
[  382.562663]  fuse_fill_super+0x5e/0xb0
[  382.566417]  get_tree_nodev+0x6f/0xa0
[  382.570082]  ? fget+0x80/0xb0
[  382.573055]  fuse_get_tree+0xc6/0x1b0
[  382.576720]  vfs_get_tree+0x2e/0xf0
[  382.580213]  path_mount+0x4f0/0xb50
[  382.583705]  ? putname+0x5b/0x70
[  382.586939]  __x64_sys_mount+0x10d/0x150
[  382.590867]  x64_sys_call+0x1e1d/0x2140
[  382.594703]  do_syscall_64+0x51/0x120
[  382.598370]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  382.603421] RIP: 0033:0x7f52df10f03e
[  382.607002] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[  382.625746] RSP: 002b:00007ffd71f16488 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[  382.633313] RAX: ffffffffffffffda RBX: 00005569384084a0 RCX: 00007f52df10f03e
[  382.640446] RDX: 0000556938408530 RSI: 00005569384083a0 RDI: 00005569384084f0
[  382.647576] RBP: 00005569384083a0 R08: 0000556938408250 R09: 00746e756f6d2d32
[  382.654710] R10: 0000000000000006 R11: 0000000000000206 R12: 0000556938408530
[  382.661842] R13: 00007ffd71f164c0 R14: 00005569384084f0 R15: 00005569384084a0
[  382.668978]  </TASK>
[  410.299422] watchdog: BUG: soft lockup - CPU#28 stuck for 108s! [grub2-mount:4476]
[  410.306992] Modules linked in: btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd ee1004 kvm i2c_piix4 rapl pcspkr wmi_bmof i2c_smbus efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 mpt3sas sha256_ssse3 raid_class drm tg3 sha1_ssse3 ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[  410.382581] CPU: 28 UID: 0 PID: 4476 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  410.394655] Tainted: [L]=SOFTLOCKUP
[  410.398145] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[  410.405798] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[  410.411892] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[  410.430637] RSP: 0018:ffffab3965db7c98 EFLAGS: 00000202
[  410.435862] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffab3965db7ce8
[  410.442995] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff9014e4ce94c0
[  410.450126] RBP: ffffab3965db7cb8 R08: 0000000000000000 R09: ffff9014df891640
[  410.457259] R10: ffffab3965db7c48 R11: ffffd1b504933a00 R12: ffff9014e4ce94c0
[  410.464391] R13: ffffab3965db7d30 R14: ffff9014e4ce9180 R15: ffff9014c88b0400
[  410.471523] FS:  00007f52df27ee40(0000) GS:ffff9033bfc00000(0000) knlGS:0000000000000000
[  410.479609] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  410.485357] CR2: 00007f52df053930 CR3: 000800012284a002 CR4: 0000000000770ef0
[  410.492490] PKRU: 55555554
[  410.495200] Call Trace:
[  410.497647]  <IRQ>
[  410.499664]  ? show_regs+0x6d/0x80
[  410.503072]  ? watchdog_timer_fn+0x1f8/0x280
[  410.507343]  ? __pfx_watchdog_timer_fn+0x10/0x10
[  410.511961]  ? __hrtimer_run_queues+0x114/0x2a0
[  410.516496]  ? hrtimer_interrupt+0x108/0x230
[  410.520770]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[  410.525993]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[  410.530958]  </IRQ>
[  410.533065]  <TASK>
[  410.535171]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[  410.540485]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[  410.545971]  _raw_spin_lock+0x2d/0x40
[  410.549636]  fuse_iget+0x125/0x250
[  410.553041]  fuse_fill_super_common+0x3ae/0x4f0
[  410.557577]  ? __pfx_fuse_fill_super+0x10/0x10
[  410.562019]  fuse_fill_super+0x5e/0xb0
[  410.565773]  get_tree_nodev+0x6f/0xa0
[  410.569437]  ? fget+0x80/0xb0
[  410.572411]  fuse_get_tree+0xc6/0x1b0
[  410.576079]  vfs_get_tree+0x2e/0xf0
[  410.579568]  path_mount+0x4f0/0xb50
[  410.583061]  ? putname+0x5b/0x70
[  410.586294]  __x64_sys_mount+0x10d/0x150
[  410.590220]  x64_sys_call+0x1e1d/0x2140
[  410.594061]  do_syscall_64+0x51/0x120
[  410.597727]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  410.602777] RIP: 0033:0x7f52df10f03e
[  410.606357] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[  410.625103] RSP: 002b:00007ffd71f16488 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[  410.632667] RAX: ffffffffffffffda RBX: 00005569384084a0 RCX: 00007f52df10f03e
[  410.639800] RDX: 0000556938408530 RSI: 00005569384083a0 RDI: 00005569384084f0
[  410.646933] RBP: 00005569384083a0 R08: 0000556938408250 R09: 00746e756f6d2d32
[  410.654064] R10: 0000000000000006 R11: 0000000000000206 R12: 0000556938408530
[  410.661189] R13: 00007ffd71f164c0 R14: 00005569384084f0 R15: 00005569384084a0
[  410.668327]  </TASK>
[  438.298683] watchdog: BUG: soft lockup - CPU#28 stuck for 134s! [grub2-mount:4476]
[  438.306253] Modules linked in: btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd ee1004 kvm i2c_piix4 rapl pcspkr wmi_bmof i2c_smbus efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 mpt3sas sha256_ssse3 raid_class drm tg3 sha1_ssse3 ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[  438.381844] CPU: 28 UID: 0 PID: 4476 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  438.393914] Tainted: [L]=SOFTLOCKUP
[  438.397407] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[  438.405060] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[  438.411151] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[  438.429898] RSP: 0018:ffffab3965db7c98 EFLAGS: 00000202
[  438.435124] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffab3965db7ce8
[  438.442256] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff9014e4ce94c0
[  438.449388] RBP: ffffab3965db7cb8 R08: 0000000000000000 R09: ffff9014df891640
[  438.456521] R10: ffffab3965db7c48 R11: ffffd1b504933a00 R12: ffff9014e4ce94c0
[  438.463651] R13: ffffab3965db7d30 R14: ffff9014e4ce9180 R15: ffff9014c88b0400
[  438.470787] FS:  00007f52df27ee40(0000) GS:ffff9033bfc00000(0000) knlGS:0000000000000000
[  438.478871] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  438.484617] CR2: 00007f52df053930 CR3: 000800012284a002 CR4: 0000000000770ef0
[  438.491751] PKRU: 55555554
[  438.494461] Call Trace:
[  438.496914]  <IRQ>
[  438.498935]  ? show_regs+0x6d/0x80
[  438.502340]  ? watchdog_timer_fn+0x1f8/0x280
[  438.506613]  ? __pfx_watchdog_timer_fn+0x10/0x10
[  438.511233]  ? __hrtimer_run_queues+0x114/0x2a0
[  438.515765]  ? hrtimer_interrupt+0x108/0x230
[  438.520039]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[  438.525264]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[  438.530229]  </IRQ>
[  438.532335]  <TASK>
[  438.534439]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[  438.539756]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[  438.545241]  _raw_spin_lock+0x2d/0x40
[  438.548903]  fuse_iget+0x125/0x250
[  438.552311]  fuse_fill_super_common+0x3ae/0x4f0
[  438.556844]  ? __pfx_fuse_fill_super+0x10/0x10
[  438.561289]  fuse_fill_super+0x5e/0xb0
[  438.565043]  get_tree_nodev+0x6f/0xa0
[  438.568708]  ? fget+0x80/0xb0
[  438.571681]  fuse_get_tree+0xc6/0x1b0
[  438.575346]  vfs_get_tree+0x2e/0xf0
[  438.578838]  path_mount+0x4f0/0xb50
[  438.582332]  ? putname+0x5b/0x70
[  438.585564]  __x64_sys_mount+0x10d/0x150
[  438.589491]  x64_sys_call+0x1e1d/0x2140
[  438.593327]  do_syscall_64+0x51/0x120
[  438.596994]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  438.602049] RIP: 0033:0x7f52df10f03e
[  438.605625] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[  438.624371] RSP: 002b:00007ffd71f16488 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[  438.631936] RAX: ffffffffffffffda RBX: 00005569384084a0 RCX: 00007f52df10f03e
[  438.639068] RDX: 0000556938408530 RSI: 00005569384083a0 RDI: 00005569384084f0
[  438.646193] RBP: 00005569384083a0 R08: 0000556938408250 R09: 00746e756f6d2d32
[  438.653325] R10: 0000000000000006 R11: 0000000000000206 R12: 0000556938408530
[  438.660459] R13: 00007ffd71f164c0 R14: 00005569384084f0 R15: 00005569384084a0
[  438.667595]  </TASK>
[  466.297936] watchdog: BUG: soft lockup - CPU#28 stuck for 160s! [grub2-mount:4476]
[  466.305505] Modules linked in: btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd ee1004 kvm i2c_piix4 rapl pcspkr wmi_bmof i2c_smbus efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 mpt3sas sha256_ssse3 raid_class drm tg3 sha1_ssse3 ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[  466.381094] CPU: 28 UID: 0 PID: 4476 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  466.393167] Tainted: [L]=SOFTLOCKUP
[  466.396658] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[  466.404311] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[  466.410403] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[  466.429149] RSP: 0018:ffffab3965db7c98 EFLAGS: 00000202
[  466.434376] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffab3965db7ce8
[  466.441506] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff9014e4ce94c0
[  466.448642] RBP: ffffab3965db7cb8 R08: 0000000000000000 R09: ffff9014df891640
[  466.455772] R10: ffffab3965db7c48 R11: ffffd1b504933a00 R12: ffff9014e4ce94c0
[  466.462904] R13: ffffab3965db7d30 R14: ffff9014e4ce9180 R15: ffff9014c88b0400
[  466.470039] FS:  00007f52df27ee40(0000) GS:ffff9033bfc00000(0000) knlGS:0000000000000000
[  466.478121] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  466.483860] CR2: 00007f52df053930 CR3: 000800012284a002 CR4: 0000000000770ef0
[  466.490993] PKRU: 55555554
[  466.493705] Call Trace:
[  466.496159]  <IRQ>
[  466.498178]  ? show_regs+0x6d/0x80
[  466.501585]  ? watchdog_timer_fn+0x1f8/0x280
[  466.505856]  ? __pfx_watchdog_timer_fn+0x10/0x10
[  466.510474]  ? __hrtimer_run_queues+0x114/0x2a0
[  466.515008]  ? hrtimer_interrupt+0x108/0x230
[  466.519282]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[  466.524507]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[  466.529472]  </IRQ>
[  466.531579]  <TASK>
[  466.533685]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[  466.538999]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[  466.544485]  _raw_spin_lock+0x2d/0x40
[  466.548148]  fuse_iget+0x125/0x250
[  466.551555]  fuse_fill_super_common+0x3ae/0x4f0
[  466.556088]  ? __pfx_fuse_fill_super+0x10/0x10
[  466.560532]  fuse_fill_super+0x5e/0xb0
[  466.564286]  get_tree_nodev+0x6f/0xa0
[  466.567949]  ? fget+0x80/0xb0
[  466.570923]  fuse_get_tree+0xc6/0x1b0
[  466.574592]  vfs_get_tree+0x2e/0xf0
[  466.578083]  path_mount+0x4f0/0xb50
[  466.581577]  ? putname+0x5b/0x70
[  466.584807]  __x64_sys_mount+0x10d/0x150
[  466.588733]  x64_sys_call+0x1e1d/0x2140
[  466.592571]  do_syscall_64+0x51/0x120
[  466.596240]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  466.601292] RIP: 0033:0x7f52df10f03e
[  466.604870] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[  466.623617] RSP: 002b:00007ffd71f16488 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[  466.631179] RAX: ffffffffffffffda RBX: 00005569384084a0 RCX: 00007f52df10f03e
[  466.638305] RDX: 0000556938408530 RSI: 00005569384083a0 RDI: 00005569384084f0
[  466.645439] RBP: 00005569384083a0 R08: 0000556938408250 R09: 00746e756f6d2d32
[  466.652569] R10: 0000000000000006 R11: 0000000000000206 R12: 0000556938408530
[  466.659701] R13: 00007ffd71f164c0 R14: 00005569384084f0 R15: 00005569384084a0
[  466.666840]  </TASK>
[  494.297194] watchdog: BUG: soft lockup - CPU#28 stuck for 186s! [grub2-mount:4476]
[  494.304767] Modules linked in: btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd ee1004 kvm i2c_piix4 rapl pcspkr wmi_bmof i2c_smbus efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 mpt3sas sha256_ssse3 raid_class drm tg3 sha1_ssse3 ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[  494.380355] CPU: 28 UID: 0 PID: 4476 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  494.392426] Tainted: [L]=SOFTLOCKUP
[  494.395919] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[  494.403571] RIP: 0010:native_queued_spin_lock_slowpath+0x7c/0x2d0
[  494.409664] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[  494.428410] RSP: 0018:ffffab3965db7c98 EFLAGS: 00000202
[  494.433636] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffab3965db7ce8
[  494.440770] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff9014e4ce94c0
[  494.447902] RBP: ffffab3965db7cb8 R08: 0000000000000000 R09: ffff9014df891640
[  494.455034] R10: ffffab3965db7c48 R11: ffffd1b504933a00 R12: ffff9014e4ce94c0
[  494.462167] R13: ffffab3965db7d30 R14: ffff9014e4ce9180 R15: ffff9014c88b0400
[  494.469298] FS:  00007f52df27ee40(0000) GS:ffff9033bfc00000(0000) knlGS:0000000000000000
[  494.477385] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  494.483129] CR2: 00007f52df053930 CR3: 000800012284a002 CR4: 0000000000770ef0
[  494.490263] PKRU: 55555554
[  494.492976] Call Trace:
[  494.495429]  <IRQ>
[  494.497449]  ? show_regs+0x6d/0x80
[  494.500851]  ? watchdog_timer_fn+0x1f8/0x280
[  494.505126]  ? __pfx_watchdog_timer_fn+0x10/0x10
[  494.509745]  ? __hrtimer_run_queues+0x114/0x2a0
[  494.514279]  ? hrtimer_interrupt+0x108/0x230
[  494.518549]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[  494.523777]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[  494.528741]  </IRQ>
[  494.530847]  <TASK>
[  494.532953]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[  494.538270]  ? native_queued_spin_lock_slowpath+0x7c/0x2d0
[  494.543753]  _raw_spin_lock+0x2d/0x40
[  494.547418]  fuse_iget+0x125/0x250
[  494.550824]  fuse_fill_super_common+0x3ae/0x4f0
[  494.555360]  ? __pfx_fuse_fill_super+0x10/0x10
[  494.559803]  fuse_fill_super+0x5e/0xb0
[  494.563556]  get_tree_nodev+0x6f/0xa0
[  494.567220]  ? fget+0x80/0xb0
[  494.570192]  fuse_get_tree+0xc6/0x1b0
[  494.573859]  vfs_get_tree+0x2e/0xf0
[  494.577353]  path_mount+0x4f0/0xb50
[  494.580843]  ? putname+0x5b/0x70
[  494.584077]  __x64_sys_mount+0x10d/0x150
[  494.588002]  x64_sys_call+0x1e1d/0x2140
[  494.591841]  do_syscall_64+0x51/0x120
[  494.595508]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  494.600558] RIP: 0033:0x7f52df10f03e
[  494.604140] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[  494.622886] RSP: 002b:00007ffd71f16488 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[  494.630451] RAX: ffffffffffffffda RBX: 00005569384084a0 RCX: 00007f52df10f03e
[  494.637581] RDX: 0000556938408530 RSI: 00005569384083a0 RDI: 00005569384084f0
[  494.644714] RBP: 00005569384083a0 R08: 0000556938408250 R09: 00746e756f6d2d32
[  494.651848] R10: 0000000000000006 R11: 0000000000000206 R12: 0000556938408530
[  494.658981] R13: 00007ffd71f164c0 R14: 00005569384084f0 R15: 00005569384084a0
[  494.666118]  </TASK>
[  522.296456] watchdog: BUG: soft lockup - CPU#28 stuck for 212s! [grub2-mount:4476]
[  522.304026] Modules linked in: btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd ee1004 kvm i2c_piix4 rapl pcspkr wmi_bmof i2c_smbus efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 mpt3sas sha256_ssse3 raid_class drm tg3 sha1_ssse3 ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[  522.379616] CPU: 28 UID: 0 PID: 4476 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  522.391688] Tainted: [L]=SOFTLOCKUP
[  522.395180] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[  522.402833] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[  522.408927] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[  522.427669] RSP: 0018:ffffab3965db7c98 EFLAGS: 00000202
[  522.432897] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffab3965db7ce8
[  522.440028] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff9014e4ce94c0
[  522.447162] RBP: ffffab3965db7cb8 R08: 0000000000000000 R09: ffff9014df891640
[  522.454292] R10: ffffab3965db7c48 R11: ffffd1b504933a00 R12: ffff9014e4ce94c0
[  522.461427] R13: ffffab3965db7d30 R14: ffff9014e4ce9180 R15: ffff9014c88b0400
[  522.468559] FS:  00007f52df27ee40(0000) GS:ffff9033bfc00000(0000) knlGS:0000000000000000
[  522.476646] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  522.482391] CR2: 00007f52df053930 CR3: 000800012284a002 CR4: 0000000000770ef0
[  522.489521] PKRU: 55555554
[  522.492234] Call Trace:
[  522.494679]  <IRQ>
[  522.496701]  ? show_regs+0x6d/0x80
[  522.500103]  ? watchdog_timer_fn+0x1f8/0x280
[  522.504376]  ? __pfx_watchdog_timer_fn+0x10/0x10
[  522.508996]  ? __hrtimer_run_queues+0x114/0x2a0
[  522.513531]  ? hrtimer_interrupt+0x108/0x230
[  522.517802]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[  522.523027]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[  522.527993]  </IRQ>
[  522.530100]  <TASK>
[  522.532207]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[  522.537521]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[  522.543005]  _raw_spin_lock+0x2d/0x40
[  522.546668]  fuse_iget+0x125/0x250
[  522.550078]  fuse_fill_super_common+0x3ae/0x4f0
[  522.554609]  ? __pfx_fuse_fill_super+0x10/0x10
[  522.559054]  fuse_fill_super+0x5e/0xb0
[  522.562808]  get_tree_nodev+0x6f/0xa0
[  522.566471]  ? fget+0x80/0xb0
[  522.569447]  fuse_get_tree+0xc6/0x1b0
[  522.573110]  vfs_get_tree+0x2e/0xf0
[  522.576605]  path_mount+0x4f0/0xb50
[  522.580097]  ? putname+0x5b/0x70
[  522.583328]  __x64_sys_mount+0x10d/0x150
[  522.587254]  x64_sys_call+0x1e1d/0x2140
[  522.591094]  do_syscall_64+0x51/0x120
[  522.594760]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  522.599812] RIP: 0033:0x7f52df10f03e
[  522.603392] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[  522.622135] RSP: 002b:00007ffd71f16488 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[  522.629702] RAX: ffffffffffffffda RBX: 00005569384084a0 RCX: 00007f52df10f03e
[  522.636834] RDX: 0000556938408530 RSI: 00005569384083a0 RDI: 00005569384084f0
[  522.643966] RBP: 00005569384083a0 R08: 0000556938408250 R09: 00746e756f6d2d32
[  522.651099] R10: 0000000000000006 R11: 0000000000000206 R12: 0000556938408530
[  522.658231] R13: 00007ffd71f164c0 R14: 00005569384084f0 R15: 00005569384084a0
[  522.665369]  </TASK>
[  536.788594] rcu: INFO: rcu_preempt self-detected stall on CPU
[  536.794347] rcu: 	28-....: (59267 ticks this GP) idle=8ef4/1/0x4000000000000000 softirq=944/945 fqs=29540
[  536.803907] rcu: 	(t=60088 jiffies g=7913 q=17950 ncpus=128)
[  536.809567] CPU: 28 UID: 0 PID: 4476 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  536.821638] Tainted: [L]=SOFTLOCKUP
[  536.825130] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[  536.832780] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[  536.838876] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[  536.857619] RSP: 0018:ffffab3965db7c98 EFLAGS: 00000202
[  536.862844] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffab3965db7ce8
[  536.869978] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff9014e4ce94c0
[  536.877114] RBP: ffffab3965db7cb8 R08: 0000000000000000 R09: ffff9014df891640
[  536.884244] R10: ffffab3965db7c48 R11: ffffd1b504933a00 R12: ffff9014e4ce94c0
[  536.891374] R13: ffffab3965db7d30 R14: ffff9014e4ce9180 R15: ffff9014c88b0400
[  536.898508] FS:  00007f52df27ee40(0000) GS:ffff9033bfc00000(0000) knlGS:0000000000000000
[  536.906594] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  536.912338] CR2: 00007f52df053930 CR3: 000800012284a002 CR4: 0000000000770ef0
[  536.919463] PKRU: 55555554
[  536.922174] Call Trace:
[  536.924619]  <IRQ>
[  536.926641]  ? show_regs+0x6d/0x80
[  536.930045]  ? dump_cpu_task+0x6b/0x80
[  536.933797]  ? rcu_dump_cpu_stacks+0xa4/0x100
[  536.938158]  ? rcu_sched_clock_irq+0x6b4/0x10c0
[  536.942693]  ? srso_alias_return_thunk+0x5/0xfbef5
[  536.947481]  ? __cgroup_account_cputime_field+0x3f/0x60
[  536.952708]  ? srso_alias_return_thunk+0x5/0xfbef5
[  536.957499]  ? account_system_index_time+0x95/0xb0
[  536.962295]  ? update_process_times+0x74/0xc0
[  536.966651]  ? tick_nohz_handler+0x9b/0x150
[  536.970837]  ? __pfx_tick_nohz_handler+0x10/0x10
[  536.975458]  ? __hrtimer_run_queues+0x114/0x2a0
[  536.979992]  ? hrtimer_interrupt+0x108/0x230
[  536.984262]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[  536.989487]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[  536.994455]  </IRQ>
[  536.996560]  <TASK>
[  536.998666]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[  537.003981]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[  537.009465]  _raw_spin_lock+0x2d/0x40
[  537.013131]  fuse_iget+0x125/0x250
[  537.016536]  fuse_fill_super_common+0x3ae/0x4f0
[  537.021070]  ? __pfx_fuse_fill_super+0x10/0x10
[  537.025514]  fuse_fill_super+0x5e/0xb0
[  537.029266]  get_tree_nodev+0x6f/0xa0
[  537.032932]  ? fget+0x80/0xb0
[  537.035907]  fuse_get_tree+0xc6/0x1b0
[  537.039573]  vfs_get_tree+0x2e/0xf0
[  537.043065]  path_mount+0x4f0/0xb50
[  537.046555]  ? putname+0x5b/0x70
[  537.049790]  __x64_sys_mount+0x10d/0x150
[  537.053717]  x64_sys_call+0x1e1d/0x2140
[  537.057555]  do_syscall_64+0x51/0x120
[  537.061220]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  537.066271] RIP: 0033:0x7f52df10f03e
[  537.069853] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[  537.088596] RSP: 002b:00007ffd71f16488 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[  537.096164] RAX: ffffffffffffffda RBX: 00005569384084a0 RCX: 00007f52df10f03e
[  537.103294] RDX: 0000556938408530 RSI: 00005569384083a0 RDI: 00005569384084f0
[  537.110429] RBP: 00005569384083a0 R08: 0000556938408250 R09: 00746e756f6d2d32
[  537.117561] R10: 0000000000000006 R11: 0000000000000206 R12: 0000556938408530
[  537.124693] R13: 00007ffd71f164c0 R14: 00005569384084f0 R15: 00005569384084a0
[  537.131828]  </TASK>
[  562.295420] watchdog: BUG: soft lockup - CPU#28 stuck for 249s! [grub2-mount:4476]
[  562.302985] Modules linked in: btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd ee1004 kvm i2c_piix4 rapl pcspkr wmi_bmof i2c_smbus efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 mpt3sas sha256_ssse3 raid_class drm tg3 sha1_ssse3 ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[  562.378576] CPU: 28 UID: 0 PID: 4476 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  562.390649] Tainted: [L]=SOFTLOCKUP
[  562.394141] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[  562.401793] RIP: 0010:native_queued_spin_lock_slowpath+0x7c/0x2d0
[  562.407887] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[  562.426632] RSP: 0018:ffffab3965db7c98 EFLAGS: 00000202
[  562.431858] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffab3965db7ce8
[  562.438987] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff9014e4ce94c0
[  562.446111] RBP: ffffab3965db7cb8 R08: 0000000000000000 R09: ffff9014df891640
[  562.453237] R10: ffffab3965db7c48 R11: ffffd1b504933a00 R12: ffff9014e4ce94c0
[  562.460369] R13: ffffab3965db7d30 R14: ffff9014e4ce9180 R15: ffff9014c88b0400
[  562.467502] FS:  00007f52df27ee40(0000) GS:ffff9033bfc00000(0000) knlGS:0000000000000000
[  562.475586] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  562.481332] CR2: 00007f52df053930 CR3: 000800012284a002 CR4: 0000000000770ef0
[  562.488467] PKRU: 55555554
[  562.491176] Call Trace:
[  562.493624]  <IRQ>
[  562.495644]  ? show_regs+0x6d/0x80
[  562.499049]  ? watchdog_timer_fn+0x1f8/0x280
[  562.503318]  ? __pfx_watchdog_timer_fn+0x10/0x10
[  562.507941]  ? __hrtimer_run_queues+0x114/0x2a0
[  562.512473]  ? hrtimer_interrupt+0x108/0x230
[  562.516746]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[  562.521969]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[  562.526937]  </IRQ>
[  562.529041]  <TASK>
[  562.531149]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[  562.536464]  ? native_queued_spin_lock_slowpath+0x7c/0x2d0
[  562.541948]  _raw_spin_lock+0x2d/0x40
[  562.545611]  fuse_iget+0x125/0x250
[  562.549019]  fuse_fill_super_common+0x3ae/0x4f0
[  562.553551]  ? __pfx_fuse_fill_super+0x10/0x10
[  562.557996]  fuse_fill_super+0x5e/0xb0
[  562.561750]  get_tree_nodev+0x6f/0xa0
[  562.565413]  ? fget+0x80/0xb0
[  562.568387]  fuse_get_tree+0xc6/0x1b0
[  562.572054]  vfs_get_tree+0x2e/0xf0
[  562.575545]  path_mount+0x4f0/0xb50
[  562.579037]  ? putname+0x5b/0x70
[  562.582272]  __x64_sys_mount+0x10d/0x150
[  562.586198]  x64_sys_call+0x1e1d/0x2140
[  562.590035]  do_syscall_64+0x51/0x120
[  562.593702]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  562.598754] RIP: 0033:0x7f52df10f03e
[  562.602333] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[  562.621080] RSP: 002b:00007ffd71f16488 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[  562.628643] RAX: ffffffffffffffda RBX: 00005569384084a0 RCX: 00007f52df10f03e
[  562.635778] RDX: 0000556938408530 RSI: 00005569384083a0 RDI: 00005569384084f0
[  562.642911] RBP: 00005569384083a0 R08: 0000556938408250 R09: 00746e756f6d2d32
[  562.650041] R10: 0000000000000006 R11: 0000000000000206 R12: 0000556938408530
[  562.657173] R13: 00007ffd71f164c0 R14: 00005569384084f0 R15: 00005569384084a0
[  562.664309]  </TASK>
[  590.294713] watchdog: BUG: soft lockup - CPU#28 stuck for 275s! [grub2-mount:4476]
[  590.302283] Modules linked in: btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd ee1004 kvm i2c_piix4 rapl pcspkr wmi_bmof i2c_smbus efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 mpt3sas sha256_ssse3 raid_class drm tg3 sha1_ssse3 ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[  590.377872] CPU: 28 UID: 0 PID: 4476 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  590.389944] Tainted: [L]=SOFTLOCKUP
[  590.393437] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[  590.401089] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[  590.407182] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[  590.425925] RSP: 0018:ffffab3965db7c98 EFLAGS: 00000202
[  590.431151] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffab3965db7ce8
[  590.438284] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff9014e4ce94c0
[  590.445416] RBP: ffffab3965db7cb8 R08: 0000000000000000 R09: ffff9014df891640
[  590.452548] R10: ffffab3965db7c48 R11: ffffd1b504933a00 R12: ffff9014e4ce94c0
[  590.459683] R13: ffffab3965db7d30 R14: ffff9014e4ce9180 R15: ffff9014c88b0400
[  590.466813] FS:  00007f52df27ee40(0000) GS:ffff9033bfc00000(0000) knlGS:0000000000000000
[  590.474901] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  590.480647] CR2: 00007f52df053930 CR3: 000800012284a002 CR4: 0000000000770ef0
[  590.487778] PKRU: 55555554
[  590.490490] Call Trace:
[  590.492936]  <IRQ>
[  590.494956]  ? show_regs+0x6d/0x80
[  590.498361]  ? watchdog_timer_fn+0x1f8/0x280
[  590.502632]  ? __pfx_watchdog_timer_fn+0x10/0x10
[  590.507252]  ? __hrtimer_run_queues+0x114/0x2a0
[  590.511786]  ? hrtimer_interrupt+0x108/0x230
[  590.516057]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[  590.521284]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[  590.526248]  </IRQ>
[  590.528354]  <TASK>
[  590.530461]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[  590.535776]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[  590.541262]  _raw_spin_lock+0x2d/0x40
[  590.544927]  fuse_iget+0x125/0x250
[  590.548331]  fuse_fill_super_common+0x3ae/0x4f0
[  590.552866]  ? __pfx_fuse_fill_super+0x10/0x10
[  590.557311]  fuse_fill_super+0x5e/0xb0
[  590.561062]  get_tree_nodev+0x6f/0xa0
[  590.564728]  ? fget+0x80/0xb0
[  590.567700]  fuse_get_tree+0xc6/0x1b0
[  590.571366]  vfs_get_tree+0x2e/0xf0
[  590.574859]  path_mount+0x4f0/0xb50
[  590.578350]  ? putname+0x5b/0x70
[  590.581584]  __x64_sys_mount+0x10d/0x150
[  590.585510]  x64_sys_call+0x1e1d/0x2140
[  590.589349]  do_syscall_64+0x51/0x120
[  590.593016]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  590.598066] RIP: 0033:0x7f52df10f03e
[  590.601645] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[  590.620393] RSP: 002b:00007ffd71f16488 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[  590.627957] RAX: ffffffffffffffda RBX: 00005569384084a0 RCX: 00007f52df10f03e
[  590.635090] RDX: 0000556938408530 RSI: 00005569384083a0 RDI: 00005569384084f0
[  590.642224] RBP: 00005569384083a0 R08: 0000556938408250 R09: 00746e756f6d2d32
[  590.649356] R10: 0000000000000006 R11: 0000000000000206 R12: 0000556938408530
[  590.656489] R13: 00007ffd71f164c0 R14: 00005569384084f0 R15: 00005569384084a0
[  590.663625]  </TASK>
[  606.962826] INFO: task systemd:1 blocked for more than 120 seconds.
[  606.969106]       Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  606.977980] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[  606.985803] task:systemd         state:D stack:0     pid:1     tgid:1     ppid:0      flags:0x00000002
[  606.995112] Call Trace:
[  606.997559]  <TASK>
[  606.999674]  __schedule+0x383/0xac0
[  607.003172]  ? xa_load+0x72/0xb0
[  607.006410]  schedule+0x2e/0x120
[  607.009644]  schedule_timeout+0x150/0x160
[  607.013657]  __wait_for_common+0x91/0x180
[  607.017676]  ? __pfx_schedule_timeout+0x10/0x10
[  607.022213]  wait_for_completion_state+0x25/0x40
[  607.026838]  __wait_rcu_gp+0x139/0x140
[  607.030598]  synchronize_rcu_normal.part.0+0x3d/0x60
[  607.035564]  ? __pfx_call_rcu_hurry+0x10/0x10
[  607.039925]  ? __pfx_wakeme_after_rcu+0x10/0x10
[  607.044459]  synchronize_rcu_normal+0x98/0xa0
[  607.048817]  ? srso_alias_return_thunk+0x5/0xfbef5
[  607.053616]  ? mntput_no_expire+0x53/0x260
[  607.057717]  ? srso_alias_return_thunk+0x5/0xfbef5
[  607.062510]  ? _parse_integer+0x12/0x20
[  607.066359]  synchronize_rcu+0xbf/0xd0
[  607.070111]  rcu_sync_enter+0x5c/0xe0
[  607.073777]  ? srso_alias_return_thunk+0x5/0xfbef5
[  607.078577]  ? kstrtoull+0x18/0x20
[  607.081984]  ? srso_alias_return_thunk+0x5/0xfbef5
[  607.086784]  percpu_down_write+0x24/0x180
[  607.090799]  cgroup_procs_write_start+0x6f/0x150
[  607.095426]  __cgroup_procs_write+0x5d/0x150
[  607.099708]  cgroup_procs_write+0x1b/0x30
[  607.103725]  cgroup_file_write+0x8c/0x160
[  607.107742]  kernfs_fop_write_iter+0x140/0x1d0
[  607.112194]  vfs_write+0x2fc/0x410
[  607.115602]  ksys_write+0x6b/0xf0
[  607.118930]  __x64_sys_write+0x1d/0x30
[  607.122687]  x64_sys_call+0x16b3/0x2140
[  607.126527]  do_syscall_64+0x51/0x120
[  607.130193]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  607.135248] RIP: 0033:0x7f1fe70fda8f
[  607.138833] RSP: 002b:00007ffe08122190 EFLAGS: 00000293 ORIG_RAX: 0000000000000001
[  607.146400] RAX: ffffffffffffffda RBX: 0000000000000005 RCX: 00007f1fe70fda8f
[  607.153532] RDX: 0000000000000005 RSI: 00007ffe0812238a RDI: 0000000000000059
[  607.160666] RBP: 00007ffe0812238a R08: 0000000000000000 R09: 00007ffe08122210
[  607.167796] R10: 0000000000000000 R11: 0000000000000293 R12: 0000000000000005
[  607.174931] R13: 000055c6bf4363c0 R14: 0000000000000005 R15: 00007f1fe71f69e0
[  607.182066]  </TASK>
[  607.184443] INFO: task systemd:2749 blocked for more than 121 seconds.
[  607.190974]       Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  607.199837] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[  607.207663] task:systemd         state:D stack:0     pid:2749  tgid:2749  ppid:1      flags:0x00000002
[  607.216972] Call Trace:
[  607.219422]  <TASK>
[  607.221528]  __schedule+0x383/0xac0
[  607.225024]  schedule+0x2e/0x120
[  607.228262]  schedule_preempt_disabled+0x19/0x30
[  607.232883]  __mutex_lock.constprop.0+0x372/0x6f0
[  607.237589]  ? __d_add+0x143/0x1d0
[  607.241005]  __mutex_lock_slowpath+0x13/0x20
[  607.245286]  mutex_lock+0x3b/0x50
[  607.248602]  cgroup_kn_lock_live+0x4b/0xe0
[  607.252703]  cgroup_mkdir+0x43/0x450
[  607.256281]  ? srso_alias_return_thunk+0x5/0xfbef5
[  607.261075]  kernfs_iop_mkdir+0x60/0x90
[  607.264914]  vfs_mkdir+0x18f/0x250
[  607.268319]  do_mkdirat+0x117/0x160
[  607.271815]  __x64_sys_mkdir+0x4d/0x70
[  607.275575]  x64_sys_call+0x1c5a/0x2140
[  607.279413]  do_syscall_64+0x51/0x120
[  607.283079]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  607.288131] RIP: 0033:0x7fd2f28fd62b
[  607.291711] RSP: 002b:00007fff175d72e8 EFLAGS: 00000246 ORIG_RAX: 0000000000000053
[  607.299277] RAX: ffffffffffffffda RBX: 000056340fadb8c0 RCX: 00007fd2f28fd62b
[  607.306409] RDX: 0000000000000000 RSI: 00000000000001ed RDI: 000056340fa7ad30
[  607.313540] RBP: 00007fff175d7320 R08: 0000000000000035 R09: 0000000000000000
[  607.320673] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000000000
[  607.327805] R13: 00000000000000a0 R14: 00007fd2f2e5dd0d R15: 00000000000000a0
[  607.334943]  </TASK>
[  618.294011] watchdog: BUG: soft lockup - CPU#28 stuck for 301s! [grub2-mount:4476]
[  618.301577] Modules linked in: btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd ee1004 kvm i2c_piix4 rapl pcspkr wmi_bmof i2c_smbus efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 mpt3sas sha256_ssse3 raid_class drm tg3 sha1_ssse3 ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[  618.377169] CPU: 28 UID: 0 PID: 4476 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  618.389240] Tainted: [L]=SOFTLOCKUP
[  618.392730] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[  618.400377] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[  618.406478] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[  618.425223] RSP: 0018:ffffab3965db7c98 EFLAGS: 00000202
[  618.430446] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffab3965db7ce8
[  618.437580] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff9014e4ce94c0
[  618.444713] RBP: ffffab3965db7cb8 R08: 0000000000000000 R09: ffff9014df891640
[  618.451844] R10: ffffab3965db7c48 R11: ffffd1b504933a00 R12: ffff9014e4ce94c0
[  618.458976] R13: ffffab3965db7d30 R14: ffff9014e4ce9180 R15: ffff9014c88b0400
[  618.466100] FS:  00007f52df27ee40(0000) GS:ffff9033bfc00000(0000) knlGS:0000000000000000
[  618.474189] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  618.479934] CR2: 00007f52df053930 CR3: 000800012284a002 CR4: 0000000000770ef0
[  618.487065] PKRU: 55555554
[  618.489778] Call Trace:
[  618.492233]  <IRQ>
[  618.494251]  ? show_regs+0x6d/0x80
[  618.497658]  ? watchdog_timer_fn+0x1f8/0x280
[  618.501927]  ? __pfx_watchdog_timer_fn+0x10/0x10
[  618.506549]  ? __hrtimer_run_queues+0x114/0x2a0
[  618.511081]  ? hrtimer_interrupt+0x108/0x230
[  618.515355]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[  618.520579]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[  618.525545]  </IRQ>
[  618.527650]  <TASK>
[  618.529758]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[  618.535072]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[  618.540557]  _raw_spin_lock+0x2d/0x40
[  618.544222]  fuse_iget+0x125/0x250
[  618.547626]  fuse_fill_super_common+0x3ae/0x4f0
[  618.552163]  ? __pfx_fuse_fill_super+0x10/0x10
[  618.556605]  fuse_fill_super+0x5e/0xb0
[  618.560356]  get_tree_nodev+0x6f/0xa0
[  618.564024]  ? fget+0x80/0xb0
[  618.566996]  fuse_get_tree+0xc6/0x1b0
[  618.570663]  vfs_get_tree+0x2e/0xf0
[  618.574156]  path_mount+0x4f0/0xb50
[  618.577651]  ? putname+0x5b/0x70
[  618.580891]  __x64_sys_mount+0x10d/0x150
[  618.584816]  x64_sys_call+0x1e1d/0x2140
[  618.588653]  do_syscall_64+0x51/0x120
[  618.592318]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  618.597371] RIP: 0033:0x7f52df10f03e
[  618.600951] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[  618.619695] RSP: 002b:00007ffd71f16488 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[  618.627263] RAX: ffffffffffffffda RBX: 00005569384084a0 RCX: 00007f52df10f03e
[  618.634394] RDX: 0000556938408530 RSI: 00005569384083a0 RDI: 00005569384084f0
[  618.641527] RBP: 00005569384083a0 R08: 0000556938408250 R09: 00746e756f6d2d32
[  618.648660] R10: 0000000000000006 R11: 0000000000000206 R12: 0000556938408530
[  618.655792] R13: 00007ffd71f164c0 R14: 00005569384084f0 R15: 00005569384084a0
[  618.662928]  </TASK>
[  646.293319] watchdog: BUG: soft lockup - CPU#28 stuck for 327s! [grub2-mount:4476]
[  646.300893] Modules linked in: btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd ee1004 kvm i2c_piix4 rapl pcspkr wmi_bmof i2c_smbus efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 mpt3sas sha256_ssse3 raid_class drm tg3 sha1_ssse3 ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[  646.376483] CPU: 28 UID: 0 PID: 4476 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  646.388553] Tainted: [L]=SOFTLOCKUP
[  646.392043] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[  646.399697] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[  646.405791] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[  646.424534] RSP: 0018:ffffab3965db7c98 EFLAGS: 00000202
[  646.429760] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffab3965db7ce8
[  646.436892] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff9014e4ce94c0
[  646.444026] RBP: ffffab3965db7cb8 R08: 0000000000000000 R09: ffff9014df891640
[  646.451158] R10: ffffab3965db7c48 R11: ffffd1b504933a00 R12: ffff9014e4ce94c0
[  646.458292] R13: ffffab3965db7d30 R14: ffff9014e4ce9180 R15: ffff9014c88b0400
[  646.465425] FS:  00007f52df27ee40(0000) GS:ffff9033bfc00000(0000) knlGS:0000000000000000
[  646.473510] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  646.479254] CR2: 00007f52df053930 CR3: 000800012284a002 CR4: 0000000000770ef0
[  646.486387] PKRU: 55555554
[  646.489100] Call Trace:
[  646.491555]  <IRQ>
[  646.493574]  ? show_regs+0x6d/0x80
[  646.496979]  ? watchdog_timer_fn+0x1f8/0x280
[  646.501252]  ? __pfx_watchdog_timer_fn+0x10/0x10
[  646.505871]  ? __hrtimer_run_queues+0x114/0x2a0
[  646.510406]  ? hrtimer_interrupt+0x108/0x230
[  646.514678]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[  646.519900]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[  646.524866]  </IRQ>
[  646.526973]  <TASK>
[  646.529080]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[  646.534395]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[  646.539879]  _raw_spin_lock+0x2d/0x40
[  646.543542]  fuse_iget+0x125/0x250
[  646.546950]  fuse_fill_super_common+0x3ae/0x4f0
[  646.551484]  ? __pfx_fuse_fill_super+0x10/0x10
[  646.555928]  fuse_fill_super+0x5e/0xb0
[  646.559681]  get_tree_nodev+0x6f/0xa0
[  646.563347]  ? fget+0x80/0xb0
[  646.566320]  fuse_get_tree+0xc6/0x1b0
[  646.569985]  vfs_get_tree+0x2e/0xf0
[  646.573479]  path_mount+0x4f0/0xb50
[  646.576969]  ? putname+0x5b/0x70
[  646.580203]  __x64_sys_mount+0x10d/0x150
[  646.584128]  x64_sys_call+0x1e1d/0x2140
[  646.587966]  do_syscall_64+0x51/0x120
[  646.591634]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  646.596687] RIP: 0033:0x7f52df10f03e
[  646.600264] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[  646.619011] RSP: 002b:00007ffd71f16488 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[  646.626575] RAX: ffffffffffffffda RBX: 00005569384084a0 RCX: 00007f52df10f03e
[  646.633709] RDX: 0000556938408530 RSI: 00005569384083a0 RDI: 00005569384084f0
[  646.640839] RBP: 00005569384083a0 R08: 0000556938408250 R09: 00746e756f6d2d32
[  646.647973] R10: 0000000000000006 R11: 0000000000000206 R12: 0000556938408530
[  646.655105] R13: 00007ffd71f164c0 R14: 00005569384084f0 R15: 00005569384084a0
[  646.662243]  </TASK>
[  674.292628] watchdog: BUG: soft lockup - CPU#28 stuck for 353s! [grub2-mount:4476]
[  674.300197] Modules linked in: btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd ee1004 kvm i2c_piix4 rapl pcspkr wmi_bmof i2c_smbus efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 mpt3sas sha256_ssse3 raid_class drm tg3 sha1_ssse3 ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[  674.375788] CPU: 28 UID: 0 PID: 4476 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  674.387858] Tainted: [L]=SOFTLOCKUP
[  674.391348] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[  674.399001] RIP: 0010:native_queued_spin_lock_slowpath+0x7c/0x2d0
[  674.405094] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[  674.423841] RSP: 0018:ffffab3965db7c98 EFLAGS: 00000202
[  674.429067] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffab3965db7ce8
[  674.436199] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff9014e4ce94c0
[  674.443330] RBP: ffffab3965db7cb8 R08: 0000000000000000 R09: ffff9014df891640
[  674.450463] R10: ffffab3965db7c48 R11: ffffd1b504933a00 R12: ffff9014e4ce94c0
[  674.457596] R13: ffffab3965db7d30 R14: ffff9014e4ce9180 R15: ffff9014c88b0400
[  674.464728] FS:  00007f52df27ee40(0000) GS:ffff9033bfc00000(0000) knlGS:0000000000000000
[  674.472813] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  674.478561] CR2: 00007f52df053930 CR3: 000800012284a002 CR4: 0000000000770ef0
[  674.485692] PKRU: 55555554
[  674.488405] Call Trace:
[  674.490859]  <IRQ>
[  674.492878]  ? show_regs+0x6d/0x80
[  674.496285]  ? watchdog_timer_fn+0x1f8/0x280
[  674.500555]  ? __pfx_watchdog_timer_fn+0x10/0x10
[  674.505175]  ? __hrtimer_run_queues+0x114/0x2a0
[  674.509708]  ? hrtimer_interrupt+0x108/0x230
[  674.513983]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[  674.519206]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[  674.524172]  </IRQ>
[  674.526276]  <TASK>
[  674.528382]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[  674.533700]  ? native_queued_spin_lock_slowpath+0x7c/0x2d0
[  674.539184]  _raw_spin_lock+0x2d/0x40
[  674.542847]  fuse_iget+0x125/0x250
[  674.546255]  fuse_fill_super_common+0x3ae/0x4f0
[  674.550789]  ? __pfx_fuse_fill_super+0x10/0x10
[  674.555232]  fuse_fill_super+0x5e/0xb0
[  674.558984]  get_tree_nodev+0x6f/0xa0
[  674.562651]  ? fget+0x80/0xb0
[  674.565622]  fuse_get_tree+0xc6/0x1b0
[  674.569290]  vfs_get_tree+0x2e/0xf0
[  674.572782]  path_mount+0x4f0/0xb50
[  674.576276]  ? putname+0x5b/0x70
[  674.579508]  __x64_sys_mount+0x10d/0x150
[  674.583436]  x64_sys_call+0x1e1d/0x2140
[  674.587273]  do_syscall_64+0x51/0x120
[  674.590936]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  674.595989] RIP: 0033:0x7f52df10f03e
[  674.599569] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[  674.618315] RSP: 002b:00007ffd71f16488 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[  674.625882] RAX: ffffffffffffffda RBX: 00005569384084a0 RCX: 00007f52df10f03e
[  674.633014] RDX: 0000556938408530 RSI: 00005569384083a0 RDI: 00005569384084f0
[  674.640144] RBP: 00005569384083a0 R08: 0000556938408250 R09: 00746e756f6d2d32
[  674.647271] R10: 0000000000000006 R11: 0000000000000206 R12: 0000556938408530
[  674.654400] R13: 00007ffd71f164c0 R14: 00005569384084f0 R15: 00005569384084a0
[  674.661528]  </TASK>
[  702.291882] watchdog: BUG: soft lockup - CPU#28 stuck for 380s! [grub2-mount:4476]
[  702.299448] Modules linked in: btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd ee1004 kvm i2c_piix4 rapl pcspkr wmi_bmof i2c_smbus efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 mpt3sas sha256_ssse3 raid_class drm tg3 sha1_ssse3 ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[  702.375038] CPU: 28 UID: 0 PID: 4476 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  702.387110] Tainted: [L]=SOFTLOCKUP
[  702.390604] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[  702.398257] RIP: 0010:native_queued_spin_lock_slowpath+0x7c/0x2d0
[  702.404355] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[  702.423102] RSP: 0018:ffffab3965db7c98 EFLAGS: 00000202
[  702.428326] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffab3965db7ce8
[  702.435458] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff9014e4ce94c0
[  702.442591] RBP: ffffab3965db7cb8 R08: 0000000000000000 R09: ffff9014df891640
[  702.449724] R10: ffffab3965db7c48 R11: ffffd1b504933a00 R12: ffff9014e4ce94c0
[  702.456856] R13: ffffab3965db7d30 R14: ffff9014e4ce9180 R15: ffff9014c88b0400
[  702.463991] FS:  00007f52df27ee40(0000) GS:ffff9033bfc00000(0000) knlGS:0000000000000000
[  702.472076] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  702.477822] CR2: 00007f52df053930 CR3: 000800012284a002 CR4: 0000000000770ef0
[  702.484954] PKRU: 55555554
[  702.487667] Call Trace:
[  702.490118]  <IRQ>
[  702.492142]  ? show_regs+0x6d/0x80
[  702.495555]  ? watchdog_timer_fn+0x1f8/0x280
[  702.499825]  ? __pfx_watchdog_timer_fn+0x10/0x10
[  702.504446]  ? __hrtimer_run_queues+0x114/0x2a0
[  702.508979]  ? hrtimer_interrupt+0x108/0x230
[  702.513250]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[  702.518477]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[  702.523440]  </IRQ>
[  702.525547]  <TASK>
[  702.527653]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[  702.532970]  ? native_queued_spin_lock_slowpath+0x7c/0x2d0
[  702.538454]  _raw_spin_lock+0x2d/0x40
[  702.542116]  fuse_iget+0x125/0x250
[  702.545527]  fuse_fill_super_common+0x3ae/0x4f0
[  702.550058]  ? __pfx_fuse_fill_super+0x10/0x10
[  702.554501]  fuse_fill_super+0x5e/0xb0
[  702.558254]  get_tree_nodev+0x6f/0xa0
[  702.561919]  ? fget+0x80/0xb0
[  702.564893]  fuse_get_tree+0xc6/0x1b0
[  702.568561]  vfs_get_tree+0x2e/0xf0
[  702.572053]  path_mount+0x4f0/0xb50
[  702.575546]  ? putname+0x5b/0x70
[  702.578778]  __x64_sys_mount+0x10d/0x150
[  702.582704]  x64_sys_call+0x1e1d/0x2140
[  702.586543]  do_syscall_64+0x51/0x120
[  702.590208]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  702.595259] RIP: 0033:0x7f52df10f03e
[  702.598840] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[  702.617586] RSP: 002b:00007ffd71f16488 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[  702.625150] RAX: ffffffffffffffda RBX: 00005569384084a0 RCX: 00007f52df10f03e
[  702.632284] RDX: 0000556938408530 RSI: 00005569384083a0 RDI: 00005569384084f0
[  702.639416] RBP: 00005569384083a0 R08: 0000556938408250 R09: 00746e756f6d2d32
[  702.646548] R10: 0000000000000006 R11: 0000000000000206 R12: 0000556938408530
[  702.653679] R13: 00007ffd71f164c0 R14: 00005569384084f0 R15: 00005569384084a0
[  702.660817]  </TASK>
[  717.136003] rcu: INFO: rcu_preempt self-detected stall on CPU
[  717.141756] rcu: 	28-....: (103718 ticks this GP) idle=8ef4/1/0x4000000000000000 softirq=944/945 fqs=51669
[  717.151404] rcu: 	(t=105176 jiffies g=7913 q=23310 ncpus=128)
[  717.157150] CPU: 28 UID: 0 PID: 4476 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  717.169219] Tainted: [L]=SOFTLOCKUP
[  717.172713] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[  717.180364] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[  717.186459] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[  717.205204] RSP: 0018:ffffab3965db7c98 EFLAGS: 00000202
[  717.210428] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffab3965db7ce8
[  717.217560] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff9014e4ce94c0
[  717.224692] RBP: ffffab3965db7cb8 R08: 0000000000000000 R09: ffff9014df891640
[  717.231825] R10: ffffab3965db7c48 R11: ffffd1b504933a00 R12: ffff9014e4ce94c0
[  717.238958] R13: ffffab3965db7d30 R14: ffff9014e4ce9180 R15: ffff9014c88b0400
[  717.246091] FS:  00007f52df27ee40(0000) GS:ffff9033bfc00000(0000) knlGS:0000000000000000
[  717.254175] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  717.259922] CR2: 00007f52df053930 CR3: 000800012284a002 CR4: 0000000000770ef0
[  717.267054] PKRU: 55555554
[  717.269769] Call Trace:
[  717.272221]  <IRQ>
[  717.274241]  ? show_regs+0x6d/0x80
[  717.277647]  ? dump_cpu_task+0x6b/0x80
[  717.281399]  ? rcu_dump_cpu_stacks+0xa4/0x100
[  717.285758]  ? rcu_sched_clock_irq+0x6b4/0x10c0
[  717.290291]  ? srso_alias_return_thunk+0x5/0xfbef5
[  717.295082]  ? __cgroup_account_cputime_field+0x3f/0x60
[  717.300310]  ? srso_alias_return_thunk+0x5/0xfbef5
[  717.305102]  ? account_system_index_time+0x95/0xb0
[  717.309895]  ? update_process_times+0x74/0xc0
[  717.314251]  ? tick_nohz_handler+0x9b/0x150
[  717.318437]  ? __pfx_tick_nohz_handler+0x10/0x10
[  717.323057]  ? __hrtimer_run_queues+0x114/0x2a0
[  717.327593]  ? hrtimer_interrupt+0x108/0x230
[  717.331864]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[  717.337089]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[  717.342055]  </IRQ>
[  717.344160]  <TASK>
[  717.346268]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[  717.351582]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[  717.357067]  _raw_spin_lock+0x2d/0x40
[  717.360730]  fuse_iget+0x125/0x250
[  717.364139]  fuse_fill_super_common+0x3ae/0x4f0
[  717.368672]  ? __pfx_fuse_fill_super+0x10/0x10
[  717.373115]  fuse_fill_super+0x5e/0xb0
[  717.376867]  get_tree_nodev+0x6f/0xa0
[  717.380535]  ? fget+0x80/0xb0
[  717.383506]  fuse_get_tree+0xc6/0x1b0
[  717.387174]  vfs_get_tree+0x2e/0xf0
[  717.390664]  path_mount+0x4f0/0xb50
[  717.394157]  ? putname+0x5b/0x70
[  717.397391]  __x64_sys_mount+0x10d/0x150
[  717.401316]  x64_sys_call+0x1e1d/0x2140
[  717.405156]  do_syscall_64+0x51/0x120
[  717.408820]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  717.413874] RIP: 0033:0x7f52df10f03e
[  717.417453] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[  717.436197] RSP: 002b:00007ffd71f16488 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[  717.443764] RAX: ffffffffffffffda RBX: 00005569384084a0 RCX: 00007f52df10f03e
[  717.450897] RDX: 0000556938408530 RSI: 00005569384083a0 RDI: 00005569384084f0
[  717.458027] RBP: 00005569384083a0 R08: 0000556938408250 R09: 00746e756f6d2d32
[  717.465161] R10: 0000000000000006 R11: 0000000000000206 R12: 0000556938408530
[  717.472292] R13: 00007ffd71f164c0 R14: 00005569384084f0 R15: 00005569384084a0
[  717.479419]  </TASK>
[  727.791729] INFO: task systemd:1 blocked for more than 241 seconds.
[  727.798006]       Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  727.806873] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[  727.814700] task:systemd         state:D stack:0     pid:1     tgid:1     ppid:0      flags:0x00000002
[  727.824007] Call Trace:
[  727.826457]  <TASK>
[  727.828566]  __schedule+0x383/0xac0
[  727.832067]  ? xa_load+0x72/0xb0
[  727.835303]  schedule+0x2e/0x120
[  727.838539]  schedule_timeout+0x150/0x160
[  727.842554]  __wait_for_common+0x91/0x180
[  727.846574]  ? __pfx_schedule_timeout+0x10/0x10
[  727.851106]  wait_for_completion_state+0x25/0x40
[  727.855730]  __wait_rcu_gp+0x139/0x140
[  727.859485]  synchronize_rcu_normal.part.0+0x3d/0x60
[  727.864452]  ? __pfx_call_rcu_hurry+0x10/0x10
[  727.868810]  ? __pfx_wakeme_after_rcu+0x10/0x10
[  727.873345]  synchronize_rcu_normal+0x98/0xa0
[  727.877703]  ? srso_alias_return_thunk+0x5/0xfbef5
[  727.882506]  ? mntput_no_expire+0x53/0x260
[  727.886611]  ? srso_alias_return_thunk+0x5/0xfbef5
[  727.891405]  ? _parse_integer+0x12/0x20
[  727.895252]  synchronize_rcu+0xbf/0xd0
[  727.899004]  rcu_sync_enter+0x5c/0xe0
[  727.902672]  ? srso_alias_return_thunk+0x5/0xfbef5
[  727.907471]  ? kstrtoull+0x18/0x20
[  727.910879]  ? srso_alias_return_thunk+0x5/0xfbef5
[  727.915670]  percpu_down_write+0x24/0x180
[  727.919686]  cgroup_procs_write_start+0x6f/0x150
[  727.924312]  __cgroup_procs_write+0x5d/0x150
[  727.928594]  cgroup_procs_write+0x1b/0x30
[  727.932613]  cgroup_file_write+0x8c/0x160
[  727.936627]  kernfs_fop_write_iter+0x140/0x1d0
[  727.941081]  vfs_write+0x2fc/0x410
[  727.944499]  ksys_write+0x6b/0xf0
[  727.947826]  __x64_sys_write+0x1d/0x30
[  727.951582]  x64_sys_call+0x16b3/0x2140
[  727.955424]  do_syscall_64+0x51/0x120
[  727.959089]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  727.964150] RIP: 0033:0x7f1fe70fda8f
[  727.967730] RSP: 002b:00007ffe08122190 EFLAGS: 00000293 ORIG_RAX: 0000000000000001
[  727.975305] RAX: ffffffffffffffda RBX: 0000000000000005 RCX: 00007f1fe70fda8f
[  727.982436] RDX: 0000000000000005 RSI: 00007ffe0812238a RDI: 0000000000000059
[  727.989569] RBP: 00007ffe0812238a R08: 0000000000000000 R09: 00007ffe08122210
[  727.996702] R10: 0000000000000000 R11: 0000000000000293 R12: 0000000000000005
[  728.003834] R13: 000055c6bf4363c0 R14: 0000000000000005 R15: 00007f1fe71f69e0
[  728.010969]  </TASK>
[  728.013352] INFO: task systemd:2749 blocked for more than 241 seconds.
[  728.019886]       Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  728.028750] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[  728.036576] task:systemd         state:D stack:0     pid:2749  tgid:2749  ppid:1      flags:0x00000002
[  728.045883] Call Trace:
[  728.048336]  <TASK>
[  728.050441]  __schedule+0x383/0xac0
[  728.053939]  schedule+0x2e/0x120
[  728.057175]  schedule_preempt_disabled+0x19/0x30
[  728.061797]  __mutex_lock.constprop.0+0x372/0x6f0
[  728.066512]  ? __d_add+0x143/0x1d0
[  728.069925]  __mutex_lock_slowpath+0x13/0x20
[  728.074198]  mutex_lock+0x3b/0x50
[  728.077517]  cgroup_kn_lock_live+0x4b/0xe0
[  728.081624]  cgroup_mkdir+0x43/0x450
[  728.085203]  ? srso_alias_return_thunk+0x5/0xfbef5
[  728.089998]  kernfs_iop_mkdir+0x60/0x90
[  728.093844]  vfs_mkdir+0x18f/0x250
[  728.097251]  do_mkdirat+0x117/0x160
[  728.100743]  __x64_sys_mkdir+0x4d/0x70
[  728.104497]  x64_sys_call+0x1c5a/0x2140
[  728.108344]  do_syscall_64+0x51/0x120
[  728.112017]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  728.117070] RIP: 0033:0x7fd2f28fd62b
[  728.120648] RSP: 002b:00007fff175d72e8 EFLAGS: 00000246 ORIG_RAX: 0000000000000053
[  728.128214] RAX: ffffffffffffffda RBX: 000056340fadb8c0 RCX: 00007fd2f28fd62b
[  728.135349] RDX: 0000000000000000 RSI: 00000000000001ed RDI: 000056340fa7ad30
[  728.142479] RBP: 00007fff175d7320 R08: 0000000000000035 R09: 0000000000000000
[  728.149610] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000000000
[  728.156745] R13: 00000000000000a0 R14: 00007fd2f2e5dd0d R15: 00000000000000a0
[  728.163883]  </TASK>
[  742.290809] watchdog: BUG: soft lockup - CPU#28 stuck for 417s! [grub2-mount:4476]
[  742.298375] Modules linked in: btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd ee1004 kvm i2c_piix4 rapl pcspkr wmi_bmof i2c_smbus efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 mpt3sas sha256_ssse3 raid_class drm tg3 sha1_ssse3 ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[  742.373965] CPU: 28 UID: 0 PID: 4476 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  742.386038] Tainted: [L]=SOFTLOCKUP
[  742.389529] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[  742.397182] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[  742.403273] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[  742.422020] RSP: 0018:ffffab3965db7c98 EFLAGS: 00000202
[  742.427244] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffab3965db7ce8
[  742.434377] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff9014e4ce94c0
[  742.441508] RBP: ffffab3965db7cb8 R08: 0000000000000000 R09: ffff9014df891640
[  742.448633] R10: ffffab3965db7c48 R11: ffffd1b504933a00 R12: ffff9014e4ce94c0
[  742.455768] R13: ffffab3965db7d30 R14: ffff9014e4ce9180 R15: ffff9014c88b0400
[  742.462900] FS:  00007f52df27ee40(0000) GS:ffff9033bfc00000(0000) knlGS:0000000000000000
[  742.470985] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  742.476729] CR2: 00007f52df053930 CR3: 000800012284a002 CR4: 0000000000770ef0
[  742.483864] PKRU: 55555554
[  742.486575] Call Trace:
[  742.489030]  <IRQ>
[  742.491049]  ? show_regs+0x6d/0x80
[  742.494453]  ? watchdog_timer_fn+0x1f8/0x280
[  742.498725]  ? __pfx_watchdog_timer_fn+0x10/0x10
[  742.503345]  ? __hrtimer_run_queues+0x114/0x2a0
[  742.507880]  ? hrtimer_interrupt+0x108/0x230
[  742.512150]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[  742.517378]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[  742.522342]  </IRQ>
[  742.524446]  <TASK>
[  742.526547]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[  742.531862]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[  742.537345]  _raw_spin_lock+0x2d/0x40
[  742.541008]  fuse_iget+0x125/0x250
[  742.544416]  fuse_fill_super_common+0x3ae/0x4f0
[  742.548952]  ? __pfx_fuse_fill_super+0x10/0x10
[  742.553394]  fuse_fill_super+0x5e/0xb0
[  742.557146]  get_tree_nodev+0x6f/0xa0
[  742.560811]  ? fget+0x80/0xb0
[  742.563784]  fuse_get_tree+0xc6/0x1b0
[  742.567450]  vfs_get_tree+0x2e/0xf0
[  742.570945]  path_mount+0x4f0/0xb50
[  742.574435]  ? putname+0x5b/0x70
[  742.577668]  __x64_sys_mount+0x10d/0x150
[  742.581594]  x64_sys_call+0x1e1d/0x2140
[  742.585435]  do_syscall_64+0x51/0x120
[  742.589101]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  742.594152] RIP: 0033:0x7f52df10f03e
[  742.597731] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[  742.616476] RSP: 002b:00007ffd71f16488 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[  742.624041] RAX: ffffffffffffffda RBX: 00005569384084a0 RCX: 00007f52df10f03e
[  742.631174] RDX: 0000556938408530 RSI: 00005569384083a0 RDI: 00005569384084f0
[  742.638306] RBP: 00005569384083a0 R08: 0000556938408250 R09: 00746e756f6d2d32
[  742.645439] R10: 0000000000000006 R11: 0000000000000206 R12: 0000556938408530
[  742.652574] R13: 00007ffd71f164c0 R14: 00005569384084f0 R15: 00005569384084a0
[  742.659709]  </TASK>
[  762.302288] watchdog: BUG: soft lockup - CPU#34 stuck for 22s! [migration/34:225]
[  762.309768] Modules linked in: btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd ee1004 kvm i2c_piix4 rapl pcspkr wmi_bmof i2c_smbus efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 mpt3sas sha256_ssse3 raid_class drm tg3 sha1_ssse3 ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[  762.385386] CPU: 34 UID: 0 PID: 225 Comm: migration/34 Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  762.397456] Tainted: [L]=SOFTLOCKUP
[  762.400947] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[  762.408602] Stopper: multi_cpu_stop+0x0/0x120 <- migrate_swap+0xaf/0x120
[  762.415308] RIP: 0010:multi_cpu_stop+0x96/0x120
[  762.419840] Code: 03 e8 6e 57 d8 00 89 45 d0 f0 41 ff 0c 24 75 0f 8b 43 20 8b 4b 10 83 c0 01 89 4b 24 89 43 20 e8 00 49 f9 ff 41 83 ff 04 74 33 <45> 89 fd 4c 89 f7 e8 3f ff ff ff 44 8b 7b 20 45 39 fd 75 aa 41 83
[  762.438587] RSP: 0018:ffffab394d26be30 EFLAGS: 00000246
[  762.443811] RAX: 0000000000000000 RBX: ffffab396645bb18 RCX: 0000000000000002
[  762.450943] RDX: ffff9053b7b00000 RSI: 0000000000000282 RDI: ffff903446674d40
[  762.458075] RBP: ffffab394d26be68 R08: 000000ac31b37658 R09: 0000000000000001
[  762.465209] R10: 0000000000000000 R11: 0000000000000001 R12: ffffab396645bb3c
[  762.472340] R13: 0000000000000001 R14: ffffffffaf61c380 R15: 0000000000000001
[  762.479466] FS:  0000000000000000(0000) GS:ffff9053b7b00000(0000) knlGS:0000000000000000
[  762.487550] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  762.493296] CR2: 00007f55e05fed38 CR3: 000800407d830001 CR4: 0000000000770ef0
[  762.500431] PKRU: 55555554
[  762.503141] Call Trace:
[  762.505597]  <IRQ>
[  762.507616]  ? show_regs+0x6d/0x80
[  762.511019]  ? watchdog_timer_fn+0x1f8/0x280
[  762.515291]  ? __pfx_watchdog_timer_fn+0x10/0x10
[  762.519911]  ? __hrtimer_run_queues+0x114/0x2a0
[  762.524447]  ? hrtimer_interrupt+0x108/0x230
[  762.528719]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[  762.533942]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[  762.538907]  </IRQ>
[  762.541005]  <TASK>
[  762.543111]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[  762.548426]  ? multi_cpu_stop+0x96/0x120
[  762.552351]  ? __pfx_multi_cpu_stop+0x10/0x10
[  762.556711]  cpu_stopper_thread+0x97/0x140
[  762.560811]  ? __pfx_smpboot_thread_fn+0x10/0x10
[  762.565428]  smpboot_thread_fn+0xe8/0x1e0
[  762.569442]  kthread+0xe8/0x120
[  762.572587]  ? __pfx_kthread+0x10/0x10
[  762.576340]  ret_from_fork+0x40/0x60
[  762.579918]  ? __pfx_kthread+0x10/0x10
[  762.583672]  ret_from_fork_asm+0x1a/0x30
[  762.587600]  </TASK>
[  770.290079] watchdog: BUG: soft lockup - CPU#28 stuck for 443s! [grub2-mount:4476]
[  770.297647] Modules linked in: btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd ee1004 kvm i2c_piix4 rapl pcspkr wmi_bmof i2c_smbus efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 mpt3sas sha256_ssse3 raid_class drm tg3 sha1_ssse3 ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[  770.373234] CPU: 28 UID: 0 PID: 4476 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  770.385308] Tainted: [L]=SOFTLOCKUP
[  770.388800] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[  770.396451] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[  770.402545] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[  770.421290] RSP: 0018:ffffab3965db7c98 EFLAGS: 00000202
[  770.426517] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffab3965db7ce8
[  770.433647] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff9014e4ce94c0
[  770.440780] RBP: ffffab3965db7cb8 R08: 0000000000000000 R09: ffff9014df891640
[  770.447914] R10: ffffab3965db7c48 R11: ffffd1b504933a00 R12: ffff9014e4ce94c0
[  770.455046] R13: ffffab3965db7d30 R14: ffff9014e4ce9180 R15: ffff9014c88b0400
[  770.462179] FS:  00007f52df27ee40(0000) GS:ffff9033bfc00000(0000) knlGS:0000000000000000
[  770.470262] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  770.476010] CR2: 00007f52df053930 CR3: 000800012284a002 CR4: 0000000000770ef0
[  770.483141] PKRU: 55555554
[  770.485855] Call Trace:
[  770.488309]  <IRQ>
[  770.490327]  ? show_regs+0x6d/0x80
[  770.493731]  ? watchdog_timer_fn+0x1f8/0x280
[  770.498006]  ? __pfx_watchdog_timer_fn+0x10/0x10
[  770.502625]  ? __hrtimer_run_queues+0x114/0x2a0
[  770.507158]  ? hrtimer_interrupt+0x108/0x230
[  770.511432]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[  770.516656]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[  770.521620]  </IRQ>
[  770.523727]  <TASK>
[  770.525832]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[  770.531149]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[  770.536633]  _raw_spin_lock+0x2d/0x40
[  770.540297]  fuse_iget+0x125/0x250
[  770.543703]  fuse_fill_super_common+0x3ae/0x4f0
[  770.548240]  ? __pfx_fuse_fill_super+0x10/0x10
[  770.552683]  fuse_fill_super+0x5e/0xb0
[  770.556438]  get_tree_nodev+0x6f/0xa0
[  770.560101]  ? fget+0x80/0xb0
[  770.563073]  fuse_get_tree+0xc6/0x1b0
[  770.566740]  vfs_get_tree+0x2e/0xf0
[  770.570230]  path_mount+0x4f0/0xb50
[  770.573725]  ? putname+0x5b/0x70
[  770.576959]  __x64_sys_mount+0x10d/0x150
[  770.580884]  x64_sys_call+0x1e1d/0x2140
[  770.584721]  do_syscall_64+0x51/0x120
[  770.588387]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  770.593440] RIP: 0033:0x7f52df10f03e
[  770.597018] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[  770.615763] RSP: 002b:00007ffd71f16488 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[  770.623330] RAX: ffffffffffffffda RBX: 00005569384084a0 RCX: 00007f52df10f03e
[  770.630462] RDX: 0000556938408530 RSI: 00005569384083a0 RDI: 00005569384084f0
[  770.637596] RBP: 00005569384083a0 R08: 0000556938408250 R09: 00746e756f6d2d32
[  770.644726] R10: 0000000000000006 R11: 0000000000000206 R12: 0000556938408530
[  770.651861] R13: 00007ffd71f164c0 R14: 00005569384084f0 R15: 00005569384084a0
[  770.658996]  </TASK>
[  790.301558] watchdog: BUG: soft lockup - CPU#34 stuck for 49s! [migration/34:225]
[  790.309040] Modules linked in: btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd ee1004 kvm i2c_piix4 rapl pcspkr wmi_bmof i2c_smbus efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 mpt3sas sha256_ssse3 raid_class drm tg3 sha1_ssse3 ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[  790.384636] CPU: 34 UID: 0 PID: 225 Comm: migration/34 Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  790.396709] Tainted: [L]=SOFTLOCKUP
[  790.400202] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[  790.407853] Stopper: multi_cpu_stop+0x0/0x120 <- migrate_swap+0xaf/0x120
[  790.414560] RIP: 0010:srso_alias_return_thunk+0x0/0xfbef5
[  790.419960] Code: cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc 48 8d 64 24 08 c3 cc <e8> f4 ff ff ff 0f 0b cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc
[  790.438704] RSP: 0018:ffffab394d26be28 EFLAGS: 00000246
[  790.443933] RAX: 0000000000000000 RBX: ffffab396645bb18 RCX: 0000000000000002
[  790.451066] RDX: ffff9053b7b00000 RSI: 0000000000000282 RDI: ffffffffaf61c380
[  790.458198] RBP: ffffab394d26be68 R08: 000000ac31b37658 R09: 0000000000000001
[  790.465330] R10: 0000000000000000 R11: 0000000000000001 R12: ffffab396645bb3c
[  790.472461] R13: 0000000000000001 R14: ffffffffaf61c380 R15: 0000000000000001
[  790.479595] FS:  0000000000000000(0000) GS:ffff9053b7b00000(0000) knlGS:0000000000000000
[  790.487680] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  790.493425] CR2: 00007f55e05fed38 CR3: 000800407d830001 CR4: 0000000000770ef0
[  790.500559] PKRU: 55555554
[  790.503270] Call Trace:
[  790.505725]  <IRQ>
[  790.507745]  ? show_regs+0x6d/0x80
[  790.511149]  ? watchdog_timer_fn+0x1f8/0x280
[  790.515420]  ? __pfx_watchdog_timer_fn+0x10/0x10
[  790.520040]  ? __hrtimer_run_queues+0x114/0x2a0
[  790.524573]  ? hrtimer_interrupt+0x108/0x230
[  790.528845]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[  790.534073]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[  790.539037]  </IRQ>
[  790.541143]  <TASK>
[  790.543249]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[  790.548566]  ? srso_alias_safe_ret+0x7/0x7
[  790.552660]  ? srso_alias_return_thunk+0x5/0xfbef5
[  790.557453]  ? multi_cpu_stop+0xa1/0x120
[  790.561381]  ? __pfx_multi_cpu_stop+0x10/0x10
[  790.565737]  cpu_stopper_thread+0x97/0x140
[  790.569837]  ? __pfx_smpboot_thread_fn+0x10/0x10
[  790.574458]  smpboot_thread_fn+0xe8/0x1e0
[  790.578470]  kthread+0xe8/0x120
[  790.581615]  ? __pfx_kthread+0x10/0x10
[  790.585369]  ret_from_fork+0x40/0x60
[  790.588946]  ? __pfx_kthread+0x10/0x10
[  790.592700]  ret_from_fork_asm+0x1a/0x30
[  790.596630]  </TASK>
[  798.289350] watchdog: BUG: soft lockup - CPU#28 stuck for 469s! [grub2-mount:4476]
[  798.296917] Modules linked in: btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd ee1004 kvm i2c_piix4 rapl pcspkr wmi_bmof i2c_smbus efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 mpt3sas sha256_ssse3 raid_class drm tg3 sha1_ssse3 ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[  798.372507] CPU: 28 UID: 0 PID: 4476 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  798.384578] Tainted: [L]=SOFTLOCKUP
[  798.388070] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[  798.395723] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[  798.401815] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[  798.420561] RSP: 0018:ffffab3965db7c98 EFLAGS: 00000202
[  798.425785] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffab3965db7ce8
[  798.432917] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff9014e4ce94c0
[  798.440042] RBP: ffffab3965db7cb8 R08: 0000000000000000 R09: ffff9014df891640
[  798.447174] R10: ffffab3965db7c48 R11: ffffd1b504933a00 R12: ffff9014e4ce94c0
[  798.454306] R13: ffffab3965db7d30 R14: ffff9014e4ce9180 R15: ffff9014c88b0400
[  798.461441] FS:  00007f52df27ee40(0000) GS:ffff9033bfc00000(0000) knlGS:0000000000000000
[  798.469526] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  798.475271] CR2: 00007f52df053930 CR3: 000800012284a002 CR4: 0000000000770ef0
[  798.482403] PKRU: 55555554
[  798.485115] Call Trace:
[  798.487561]  <IRQ>
[  798.489582]  ? show_regs+0x6d/0x80
[  798.492988]  ? watchdog_timer_fn+0x1f8/0x280
[  798.497257]  ? __pfx_watchdog_timer_fn+0x10/0x10
[  798.501880]  ? __hrtimer_run_queues+0x114/0x2a0
[  798.506413]  ? hrtimer_interrupt+0x108/0x230
[  798.510685]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[  798.515908]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[  798.520875]  </IRQ>
[  798.522981]  <TASK>
[  798.525088]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[  798.530400]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[  798.535886]  _raw_spin_lock+0x2d/0x40
[  798.539552]  fuse_iget+0x125/0x250
[  798.542958]  fuse_fill_super_common+0x3ae/0x4f0
[  798.547492]  ? __pfx_fuse_fill_super+0x10/0x10
[  798.551937]  fuse_fill_super+0x5e/0xb0
[  798.555688]  get_tree_nodev+0x6f/0xa0
[  798.559354]  ? fget+0x80/0xb0
[  798.562326]  fuse_get_tree+0xc6/0x1b0
[  798.565992]  vfs_get_tree+0x2e/0xf0
[  798.569485]  path_mount+0x4f0/0xb50
[  798.572978]  ? putname+0x5b/0x70
[  798.576212]  __x64_sys_mount+0x10d/0x150
[  798.580137]  x64_sys_call+0x1e1d/0x2140
[  798.583974]  do_syscall_64+0x51/0x120
[  798.587641]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  798.592691] RIP: 0033:0x7f52df10f03e
[  798.596271] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[  798.615019] RSP: 002b:00007ffd71f16488 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[  798.622585] RAX: ffffffffffffffda RBX: 00005569384084a0 RCX: 00007f52df10f03e
[  798.629717] RDX: 0000556938408530 RSI: 00005569384083a0 RDI: 00005569384084f0
[  798.636847] RBP: 00005569384083a0 R08: 0000556938408250 R09: 00746e756f6d2d32
[  798.643982] R10: 0000000000000006 R11: 0000000000000206 R12: 0000556938408530
[  798.651114] R13: 00007ffd71f164c0 R14: 00005569384084f0 R15: 00005569384084a0
[  798.658251]  </TASK>
[  818.300830] watchdog: BUG: soft lockup - CPU#34 stuck for 75s! [migration/34:225]
[  818.308310] Modules linked in: btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd ee1004 kvm i2c_piix4 rapl pcspkr wmi_bmof i2c_smbus efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 mpt3sas sha256_ssse3 raid_class drm tg3 sha1_ssse3 ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[  818.383897] CPU: 34 UID: 0 PID: 225 Comm: migration/34 Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  818.395969] Tainted: [L]=SOFTLOCKUP
[  818.399462] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[  818.407117] Stopper: multi_cpu_stop+0x0/0x120 <- migrate_swap+0xaf/0x120
[  818.413825] RIP: 0010:rcu_momentary_eqs+0x21/0x70
[  818.418531] Code: 90 90 90 90 90 90 90 90 90 f3 0f 1e fa 65 c6 05 38 3c aa 51 00 65 48 8b 15 34 63 a8 51 b8 08 00 00 00 f0 0f c1 82 20 0d 03 00 <a8> 04 74 3a 65 80 3d 14 3b aa 51 00 65 48 8b 3d 7b 1d aa 51 75 0a
[  818.437273] RSP: 0018:ffffab394d26be28 EFLAGS: 00000202
[  818.442501] RAX: 0000000075b83174 RBX: ffffab396645bb18 RCX: 0000000000000002
[  818.449633] RDX: ffff9053b7b00000 RSI: 0000000000000282 RDI: ffffffffaf61c380
[  818.456764] RBP: ffffab394d26be68 R08: 000000ac31b37658 R09: 0000000000000001
[  818.463899] R10: 0000000000000000 R11: 0000000000000001 R12: ffffab396645bb3c
[  818.471031] R13: 0000000000000001 R14: ffffffffaf61c380 R15: 0000000000000001
[  818.478161] FS:  0000000000000000(0000) GS:ffff9053b7b00000(0000) knlGS:0000000000000000
[  818.486249] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  818.491993] CR2: 00007f55e05fed38 CR3: 000800407d830001 CR4: 0000000000770ef0
[  818.499125] PKRU: 55555554
[  818.501830] Call Trace:
[  818.504282]  <IRQ>
[  818.506294]  ? show_regs+0x6d/0x80
[  818.509701]  ? watchdog_timer_fn+0x1f8/0x280
[  818.513972]  ? __pfx_watchdog_timer_fn+0x10/0x10
[  818.518594]  ? __hrtimer_run_queues+0x114/0x2a0
[  818.523126]  ? hrtimer_interrupt+0x108/0x230
[  818.527398]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[  818.532622]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[  818.537590]  </IRQ>
[  818.539693]  <TASK>
[  818.541801]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[  818.547115]  ? rcu_momentary_eqs+0x21/0x70
[  818.551213]  ? srso_alias_return_thunk+0x5/0xfbef5
[  818.556005]  ? multi_cpu_stop+0xbf/0x120
[  818.559931]  ? __pfx_multi_cpu_stop+0x10/0x10
[  818.564291]  cpu_stopper_thread+0x97/0x140
[  818.568391]  ? __pfx_smpboot_thread_fn+0x10/0x10
[  818.573008]  smpboot_thread_fn+0xe8/0x1e0
[  818.577023]  kthread+0xe8/0x120
[  818.580167]  ? __pfx_kthread+0x10/0x10
[  818.583920]  ret_from_fork+0x40/0x60
[  818.587498]  ? __pfx_kthread+0x10/0x10
[  818.591253]  ret_from_fork_asm+0x1a/0x30
[  818.595180]  </TASK>
[  826.288624] watchdog: BUG: soft lockup - CPU#28 stuck for 495s! [grub2-mount:4476]
[  826.296195] Modules linked in: btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd ee1004 kvm i2c_piix4 rapl pcspkr wmi_bmof i2c_smbus efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 mpt3sas sha256_ssse3 raid_class drm tg3 sha1_ssse3 ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[  826.371786] CPU: 28 UID: 0 PID: 4476 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  826.383859] Tainted: [L]=SOFTLOCKUP
[  826.387349] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[  826.395003] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[  826.401103] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[  826.419846] RSP: 0018:ffffab3965db7c98 EFLAGS: 00000202
[  826.425072] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffab3965db7ce8
[  826.432205] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff9014e4ce94c0
[  826.439338] RBP: ffffab3965db7cb8 R08: 0000000000000000 R09: ffff9014df891640
[  826.446473] R10: ffffab3965db7c48 R11: ffffd1b504933a00 R12: ffff9014e4ce94c0
[  826.453603] R13: ffffab3965db7d30 R14: ffff9014e4ce9180 R15: ffff9014c88b0400
[  826.460737] FS:  00007f52df27ee40(0000) GS:ffff9033bfc00000(0000) knlGS:0000000000000000
[  826.468822] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  826.474567] CR2: 00007f52df053930 CR3: 000800012284a002 CR4: 0000000000770ef0
[  826.481702] PKRU: 55555554
[  826.484412] Call Trace:
[  826.486858]  <IRQ>
[  826.488877]  ? show_regs+0x6d/0x80
[  826.492281]  ? watchdog_timer_fn+0x1f8/0x280
[  826.496555]  ? __pfx_watchdog_timer_fn+0x10/0x10
[  826.501174]  ? __hrtimer_run_queues+0x114/0x2a0
[  826.505710]  ? hrtimer_interrupt+0x108/0x230
[  826.509979]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[  826.515206]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[  826.520171]  </IRQ>
[  826.522278]  <TASK>
[  826.524385]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[  826.529700]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[  826.535183]  _raw_spin_lock+0x2d/0x40
[  826.538848]  fuse_iget+0x125/0x250
[  826.542254]  fuse_fill_super_common+0x3ae/0x4f0
[  826.546789]  ? __pfx_fuse_fill_super+0x10/0x10
[  826.551233]  fuse_fill_super+0x5e/0xb0
[  826.554986]  get_tree_nodev+0x6f/0xa0
[  826.558651]  ? fget+0x80/0xb0
[  826.561622]  fuse_get_tree+0xc6/0x1b0
[  826.565290]  vfs_get_tree+0x2e/0xf0
[  826.568781]  path_mount+0x4f0/0xb50
[  826.572276]  ? putname+0x5b/0x70
[  826.575508]  __x64_sys_mount+0x10d/0x150
[  826.579433]  x64_sys_call+0x1e1d/0x2140
[  826.583271]  do_syscall_64+0x51/0x120
[  826.586938]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  826.591989] RIP: 0033:0x7f52df10f03e
[  826.595571] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[  826.614316] RSP: 002b:00007ffd71f16488 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[  826.621880] RAX: ffffffffffffffda RBX: 00005569384084a0 RCX: 00007f52df10f03e
[  826.629014] RDX: 0000556938408530 RSI: 00005569384083a0 RDI: 00005569384084f0
[  826.636146] RBP: 00005569384083a0 R08: 0000556938408250 R09: 00746e756f6d2d32
[  826.643277] R10: 0000000000000006 R11: 0000000000000206 R12: 0000556938408530
[  826.650411] R13: 00007ffd71f164c0 R14: 00005569384084f0 R15: 00005569384084a0
[  826.657546]  </TASK>
[  846.300104] watchdog: BUG: soft lockup - CPU#34 stuck for 101s! [migration/34:225]
[  846.307676] Modules linked in: btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd ee1004 kvm i2c_piix4 rapl pcspkr wmi_bmof i2c_smbus efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 mpt3sas sha256_ssse3 raid_class drm tg3 sha1_ssse3 ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[  846.383267] CPU: 34 UID: 0 PID: 225 Comm: migration/34 Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  846.395336] Tainted: [L]=SOFTLOCKUP
[  846.398828] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[  846.406481] Stopper: multi_cpu_stop+0x0/0x120 <- migrate_swap+0xaf/0x120
[  846.413190] RIP: 0010:multi_cpu_stop+0x96/0x120
[  846.417721] Code: 03 e8 6e 57 d8 00 89 45 d0 f0 41 ff 0c 24 75 0f 8b 43 20 8b 4b 10 83 c0 01 89 4b 24 89 43 20 e8 00 49 f9 ff 41 83 ff 04 74 33 <45> 89 fd 4c 89 f7 e8 3f ff ff ff 44 8b 7b 20 45 39 fd 75 aa 41 83
[  846.436467] RSP: 0018:ffffab394d26be30 EFLAGS: 00000246
[  846.441693] RAX: 0000000000000000 RBX: ffffab396645bb18 RCX: 0000000000000002
[  846.448824] RDX: ffff9053b7b00000 RSI: 0000000000000282 RDI: ffff903446674d40
[  846.455948] RBP: ffffab394d26be68 R08: 000000ac31b37658 R09: 0000000000000001
[  846.463072] R10: 0000000000000000 R11: 0000000000000001 R12: ffffab396645bb3c
[  846.470195] R13: 0000000000000001 R14: ffffffffaf61c380 R15: 0000000000000001
[  846.477321] FS:  0000000000000000(0000) GS:ffff9053b7b00000(0000) knlGS:0000000000000000
[  846.485405] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  846.491144] CR2: 00007f55e05fed38 CR3: 000800407d830001 CR4: 0000000000770ef0
[  846.498275] PKRU: 55555554
[  846.500982] Call Trace:
[  846.503434]  <IRQ>
[  846.505453]  ? show_regs+0x6d/0x80
[  846.508857]  ? watchdog_timer_fn+0x1f8/0x280
[  846.513132]  ? __pfx_watchdog_timer_fn+0x10/0x10
[  846.517750]  ? __hrtimer_run_queues+0x114/0x2a0
[  846.522284]  ? hrtimer_interrupt+0x108/0x230
[  846.526556]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[  846.531782]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[  846.536747]  </IRQ>
[  846.538853]  <TASK>
[  846.540957]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[  846.546273]  ? multi_cpu_stop+0x96/0x120
[  846.550198]  ? __pfx_multi_cpu_stop+0x10/0x10
[  846.554556]  cpu_stopper_thread+0x97/0x140
[  846.558657]  ? __pfx_smpboot_thread_fn+0x10/0x10
[  846.563273]  smpboot_thread_fn+0xe8/0x1e0
[  846.567288]  kthread+0xe8/0x120
[  846.570434]  ? __pfx_kthread+0x10/0x10
[  846.574186]  ret_from_fork+0x40/0x60
[  846.577765]  ? __pfx_kthread+0x10/0x10
[  846.581519]  ret_from_fork_asm+0x1a/0x30
[  846.585447]  </TASK>
[  848.620575] INFO: task systemd:1 blocked for more than 362 seconds.
[  848.626852]       Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  848.635719] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[  848.643544] task:systemd         state:D stack:0     pid:1     tgid:1     ppid:0      flags:0x00000002
[  848.652851] Call Trace:
[  848.655299]  <TASK>
[  848.657412]  __schedule+0x383/0xac0
[  848.660910]  ? xa_load+0x72/0xb0
[  848.664142]  schedule+0x2e/0x120
[  848.667377]  schedule_timeout+0x150/0x160
[  848.671389]  __wait_for_common+0x91/0x180
[  848.675409]  ? __pfx_schedule_timeout+0x10/0x10
[  848.679945]  wait_for_completion_state+0x25/0x40
[  848.684571]  __wait_rcu_gp+0x139/0x140
[  848.688330]  synchronize_rcu_normal.part.0+0x3d/0x60
[  848.693296]  ? __pfx_call_rcu_hurry+0x10/0x10
[  848.697657]  ? __pfx_wakeme_after_rcu+0x10/0x10
[  848.702191]  synchronize_rcu_normal+0x98/0xa0
[  848.706558]  ? srso_alias_return_thunk+0x5/0xfbef5
[  848.711356]  ? mntput_no_expire+0x53/0x260
[  848.715459]  ? srso_alias_return_thunk+0x5/0xfbef5
[  848.720258]  ? _parse_integer+0x12/0x20
[  848.724108]  synchronize_rcu+0xbf/0xd0
[  848.727866]  rcu_sync_enter+0x5c/0xe0
[  848.731535]  ? srso_alias_return_thunk+0x5/0xfbef5
[  848.736336]  ? kstrtoull+0x18/0x20
[  848.739740]  ? srso_alias_return_thunk+0x5/0xfbef5
[  848.744535]  percpu_down_write+0x24/0x180
[  848.748559]  cgroup_procs_write_start+0x6f/0x150
[  848.753181]  __cgroup_procs_write+0x5d/0x150
[  848.757455]  cgroup_procs_write+0x1b/0x30
[  848.761476]  cgroup_file_write+0x8c/0x160
[  848.765489]  kernfs_fop_write_iter+0x140/0x1d0
[  848.769943]  vfs_write+0x2fc/0x410
[  848.773359]  ksys_write+0x6b/0xf0
[  848.776679]  __x64_sys_write+0x1d/0x30
[  848.780435]  x64_sys_call+0x16b3/0x2140
[  848.784278]  do_syscall_64+0x51/0x120
[  848.787943]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  848.792994] RIP: 0033:0x7f1fe70fda8f
[  848.796575] RSP: 002b:00007ffe08122190 EFLAGS: 00000293 ORIG_RAX: 0000000000000001
[  848.804139] RAX: ffffffffffffffda RBX: 0000000000000005 RCX: 00007f1fe70fda8f
[  848.811276] RDX: 0000000000000005 RSI: 00007ffe0812238a RDI: 0000000000000059
[  848.818415] RBP: 00007ffe0812238a R08: 0000000000000000 R09: 00007ffe08122210
[  848.825545] R10: 0000000000000000 R11: 0000000000000293 R12: 0000000000000005
[  848.832680] R13: 000055c6bf4363c0 R14: 0000000000000005 R15: 00007f1fe71f69e0
[  848.839817]  </TASK>
[  848.842192] INFO: task systemd:2749 blocked for more than 362 seconds.
[  848.848721]       Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  848.857586] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[  848.865411] task:systemd         state:D stack:0     pid:2749  tgid:2749  ppid:1      flags:0x00000002
[  848.874713] Call Trace:
[  848.877165]  <TASK>
[  848.879266]  __schedule+0x383/0xac0
[  848.882765]  schedule+0x2e/0x120
[  848.886002]  schedule_preempt_disabled+0x19/0x30
[  848.890625]  __mutex_lock.constprop.0+0x372/0x6f0
[  848.895338]  ? __d_add+0x143/0x1d0
[  848.898744]  __mutex_lock_slowpath+0x13/0x20
[  848.903018]  mutex_lock+0x3b/0x50
[  848.906335]  cgroup_kn_lock_live+0x4b/0xe0
[  848.910438]  cgroup_mkdir+0x43/0x450
[  848.914022]  ? srso_alias_return_thunk+0x5/0xfbef5
[  848.918815]  kernfs_iop_mkdir+0x60/0x90
[  848.922653]  vfs_mkdir+0x18f/0x250
[  848.926062]  do_mkdirat+0x117/0x160
[  848.929563]  __x64_sys_mkdir+0x4d/0x70
[  848.933316]  x64_sys_call+0x1c5a/0x2140
[  848.937162]  do_syscall_64+0x51/0x120
[  848.940829]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  848.945880] RIP: 0033:0x7fd2f28fd62b
[  848.949461] RSP: 002b:00007fff175d72e8 EFLAGS: 00000246 ORIG_RAX: 0000000000000053
[  848.957024] RAX: ffffffffffffffda RBX: 000056340fadb8c0 RCX: 00007fd2f28fd62b
[  848.964157] RDX: 0000000000000000 RSI: 00000000000001ed RDI: 000056340fa7ad30
[  848.971290] RBP: 00007fff175d7320 R08: 0000000000000035 R09: 0000000000000000
[  848.978422] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000000000
[  848.985556] R13: 00000000000000a0 R14: 00007fd2f2e5dd0d R15: 00000000000000a0
[  848.992693]  </TASK>
[  854.287897] watchdog: BUG: soft lockup - CPU#28 stuck for 521s! [grub2-mount:4476]
[  854.295465] Modules linked in: btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd ee1004 kvm i2c_piix4 rapl pcspkr wmi_bmof i2c_smbus efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 mpt3sas sha256_ssse3 raid_class drm tg3 sha1_ssse3 ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[  854.371057] CPU: 28 UID: 0 PID: 4476 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  854.383126] Tainted: [L]=SOFTLOCKUP
[  854.386619] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[  854.394272] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[  854.400364] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[  854.419111] RSP: 0018:ffffab3965db7c98 EFLAGS: 00000202
[  854.424336] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffab3965db7ce8
[  854.431468] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff9014e4ce94c0
[  854.438600] RBP: ffffab3965db7cb8 R08: 0000000000000000 R09: ffff9014df891640
[  854.445733] R10: ffffab3965db7c48 R11: ffffd1b504933a00 R12: ffff9014e4ce94c0
[  854.452865] R13: ffffab3965db7d30 R14: ffff9014e4ce9180 R15: ffff9014c88b0400
[  854.459997] FS:  00007f52df27ee40(0000) GS:ffff9033bfc00000(0000) knlGS:0000000000000000
[  854.468084] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  854.473831] CR2: 00007f52df053930 CR3: 000800012284a002 CR4: 0000000000770ef0
[  854.480963] PKRU: 55555554
[  854.483676] Call Trace:
[  854.486128]  <IRQ>
[  854.488150]  ? show_regs+0x6d/0x80
[  854.491553]  ? watchdog_timer_fn+0x1f8/0x280
[  854.495825]  ? __pfx_watchdog_timer_fn+0x10/0x10
[  854.500447]  ? __hrtimer_run_queues+0x114/0x2a0
[  854.504978]  ? hrtimer_interrupt+0x108/0x230
[  854.509253]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[  854.514477]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[  854.519441]  </IRQ>
[  854.521548]  <TASK>
[  854.523655]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[  854.528969]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[  854.534452]  _raw_spin_lock+0x2d/0x40
[  854.538117]  fuse_iget+0x125/0x250
[  854.541524]  fuse_fill_super_common+0x3ae/0x4f0
[  854.546060]  ? __pfx_fuse_fill_super+0x10/0x10
[  854.550501]  fuse_fill_super+0x5e/0xb0
[  854.554254]  get_tree_nodev+0x6f/0xa0
[  854.557920]  ? fget+0x80/0xb0
[  854.560893]  fuse_get_tree+0xc6/0x1b0
[  854.564561]  vfs_get_tree+0x2e/0xf0
[  854.568051]  path_mount+0x4f0/0xb50
[  854.571544]  ? putname+0x5b/0x70
[  854.574779]  __x64_sys_mount+0x10d/0x150
[  854.578704]  x64_sys_call+0x1e1d/0x2140
[  854.582542]  do_syscall_64+0x51/0x120
[  854.586209]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  854.591262] RIP: 0033:0x7f52df10f03e
[  854.594841] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[  854.613584] RSP: 002b:00007ffd71f16488 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[  854.621152] RAX: ffffffffffffffda RBX: 00005569384084a0 RCX: 00007f52df10f03e
[  854.628284] RDX: 0000556938408530 RSI: 00005569384083a0 RDI: 00005569384084f0
[  854.635416] RBP: 00005569384083a0 R08: 0000556938408250 R09: 00746e756f6d2d32
[  854.642547] R10: 0000000000000006 R11: 0000000000000206 R12: 0000556938408530
[  854.649682] R13: 00007ffd71f164c0 R14: 00005569384084f0 R15: 00005569384084a0
[  854.656818]  </TASK>
[  874.299377] watchdog: BUG: soft lockup - CPU#34 stuck for 127s! [migration/34:225]
[  874.306947] Modules linked in: btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd ee1004 kvm i2c_piix4 rapl pcspkr wmi_bmof i2c_smbus efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 mpt3sas sha256_ssse3 raid_class drm tg3 sha1_ssse3 ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[  874.382536] CPU: 34 UID: 0 PID: 225 Comm: migration/34 Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  874.394608] Tainted: [L]=SOFTLOCKUP
[  874.398100] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[  874.405752] Stopper: multi_cpu_stop+0x0/0x120 <- migrate_swap+0xaf/0x120
[  874.412460] RIP: 0010:srso_alias_return_thunk+0x0/0xfbef5
[  874.417859] Code: cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc 48 8d 64 24 08 c3 cc <e8> f4 ff ff ff 0f 0b cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc
[  874.436605] RSP: 0018:ffffab394d26be28 EFLAGS: 00000246
[  874.441830] RAX: 0000000000000000 RBX: ffffab396645bb18 RCX: 0000000000000002
[  874.448962] RDX: ffff9053b7b00000 RSI: 0000000000000282 RDI: ffffffffaf61c380
[  874.456095] RBP: ffffab394d26be68 R08: 000000ac31b37658 R09: 0000000000000001
[  874.463229] R10: 0000000000000000 R11: 0000000000000001 R12: ffffab396645bb3c
[  874.470359] R13: 0000000000000001 R14: ffffffffaf61c380 R15: 0000000000000001
[  874.477484] FS:  0000000000000000(0000) GS:ffff9053b7b00000(0000) knlGS:0000000000000000
[  874.485569] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  874.491314] CR2: 00007f55e05fed38 CR3: 000800407d830001 CR4: 0000000000770ef0
[  874.498449] PKRU: 55555554
[  874.501163] Call Trace:
[  874.503612]  <IRQ>
[  874.505626]  ? show_regs+0x6d/0x80
[  874.509029]  ? watchdog_timer_fn+0x1f8/0x280
[  874.513304]  ? __pfx_watchdog_timer_fn+0x10/0x10
[  874.517923]  ? __hrtimer_run_queues+0x114/0x2a0
[  874.522457]  ? hrtimer_interrupt+0x108/0x230
[  874.526727]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[  874.531954]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[  874.536919]  </IRQ>
[  874.539025]  <TASK>
[  874.541132]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[  874.546446]  ? srso_alias_safe_ret+0x7/0x7
[  874.550543]  ? srso_alias_return_thunk+0x5/0xfbef5
[  874.555336]  ? multi_cpu_stop+0xa1/0x120
[  874.559264]  ? __pfx_multi_cpu_stop+0x10/0x10
[  874.563619]  cpu_stopper_thread+0x97/0x140
[  874.567720]  ? __pfx_smpboot_thread_fn+0x10/0x10
[  874.572339]  smpboot_thread_fn+0xe8/0x1e0
[  874.576350]  kthread+0xe8/0x120
[  874.579499]  ? __pfx_kthread+0x10/0x10
[  874.583252]  ret_from_fork+0x40/0x60
[  874.586829]  ? __pfx_kthread+0x10/0x10
[  874.590581]  ret_from_fork_asm+0x1a/0x30
[  874.594511]  </TASK>
[  882.287171] watchdog: BUG: soft lockup - CPU#28 stuck for 547s! [grub2-mount:4476]
[  882.294736] Modules linked in: btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd ee1004 kvm i2c_piix4 rapl pcspkr wmi_bmof i2c_smbus efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 mpt3sas sha256_ssse3 raid_class drm tg3 sha1_ssse3 ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[  882.370326] CPU: 28 UID: 0 PID: 4476 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  882.382399] Tainted: [L]=SOFTLOCKUP
[  882.385893] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[  882.393544] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[  882.399635] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[  882.418382] RSP: 0018:ffffab3965db7c98 EFLAGS: 00000202
[  882.423609] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffab3965db7ce8
[  882.430739] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff9014e4ce94c0
[  882.437872] RBP: ffffab3965db7cb8 R08: 0000000000000000 R09: ffff9014df891640
[  882.445005] R10: ffffab3965db7c48 R11: ffffd1b504933a00 R12: ffff9014e4ce94c0
[  882.452136] R13: ffffab3965db7d30 R14: ffff9014e4ce9180 R15: ffff9014c88b0400
[  882.459269] FS:  00007f52df27ee40(0000) GS:ffff9033bfc00000(0000) knlGS:0000000000000000
[  882.467357] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  882.473102] CR2: 00007f52df053930 CR3: 000800012284a002 CR4: 0000000000770ef0
[  882.480235] PKRU: 55555554
[  882.482945] Call Trace:
[  882.485393]  <IRQ>
[  882.487410]  ? show_regs+0x6d/0x80
[  882.490816]  ? watchdog_timer_fn+0x1f8/0x280
[  882.495087]  ? __pfx_watchdog_timer_fn+0x10/0x10
[  882.499707]  ? __hrtimer_run_queues+0x114/0x2a0
[  882.504243]  ? hrtimer_interrupt+0x108/0x230
[  882.508514]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[  882.513740]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[  882.518704]  </IRQ>
[  882.520812]  <TASK>
[  882.522918]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[  882.528231]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[  882.533717]  _raw_spin_lock+0x2d/0x40
[  882.537380]  fuse_iget+0x125/0x250
[  882.540788]  fuse_fill_super_common+0x3ae/0x4f0
[  882.545323]  ? __pfx_fuse_fill_super+0x10/0x10
[  882.549764]  fuse_fill_super+0x5e/0xb0
[  882.553519]  get_tree_nodev+0x6f/0xa0
[  882.557183]  ? fget+0x80/0xb0
[  882.560158]  fuse_get_tree+0xc6/0x1b0
[  882.563823]  vfs_get_tree+0x2e/0xf0
[  882.567316]  path_mount+0x4f0/0xb50
[  882.570808]  ? putname+0x5b/0x70
[  882.574042]  __x64_sys_mount+0x10d/0x150
[  882.577966]  x64_sys_call+0x1e1d/0x2140
[  882.581803]  do_syscall_64+0x51/0x120
[  882.585470]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  882.590521] RIP: 0033:0x7f52df10f03e
[  882.594101] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[  882.612848] RSP: 002b:00007ffd71f16488 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[  882.620412] RAX: ffffffffffffffda RBX: 00005569384084a0 RCX: 00007f52df10f03e
[  882.627547] RDX: 0000556938408530 RSI: 00005569384083a0 RDI: 00005569384084f0
[  882.634678] RBP: 00005569384083a0 R08: 0000556938408250 R09: 00746e756f6d2d32
[  882.641813] R10: 0000000000000006 R11: 0000000000000206 R12: 0000556938408530
[  882.648942] R13: 00007ffd71f164c0 R14: 00005569384084f0 R15: 00005569384084a0
[  882.656069]  </TASK>
[  897.487296] rcu: INFO: rcu_preempt self-detected stall on CPU
[  897.493045] rcu: 	28-....: (148170 ticks this GP) idle=8ef4/1/0x4000000000000000 softirq=944/945 fqs=73853
[  897.502696] rcu: 	(t=150265 jiffies g=7913 q=75288 ncpus=128)
[  897.508440] CPU: 28 UID: 0 PID: 4476 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  897.520510] Tainted: [L]=SOFTLOCKUP
[  897.524000] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[  897.531655] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[  897.537746] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[  897.556492] RSP: 0018:ffffab3965db7c98 EFLAGS: 00000202
[  897.561718] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffab3965db7ce8
[  897.568851] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff9014e4ce94c0
[  897.575981] RBP: ffffab3965db7cb8 R08: 0000000000000000 R09: ffff9014df891640
[  897.583115] R10: ffffab3965db7c48 R11: ffffd1b504933a00 R12: ffff9014e4ce94c0
[  897.590248] R13: ffffab3965db7d30 R14: ffff9014e4ce9180 R15: ffff9014c88b0400
[  897.597381] FS:  00007f52df27ee40(0000) GS:ffff9033bfc00000(0000) knlGS:0000000000000000
[  897.605464] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  897.611210] CR2: 00007f52df053930 CR3: 000800012284a002 CR4: 0000000000770ef0
[  897.618344] PKRU: 55555554
[  897.621055] Call Trace:
[  897.623502]  <IRQ>
[  897.625523]  ? show_regs+0x6d/0x80
[  897.628925]  ? dump_cpu_task+0x6b/0x80
[  897.632678]  ? rcu_dump_cpu_stacks+0xa4/0x100
[  897.637037]  ? rcu_sched_clock_irq+0x6b4/0x10c0
[  897.641571]  ? srso_alias_return_thunk+0x5/0xfbef5
[  897.646363]  ? __cgroup_account_cputime_field+0x3f/0x60
[  897.651590]  ? srso_alias_return_thunk+0x5/0xfbef5
[  897.656380]  ? account_system_index_time+0x95/0xb0
[  897.661175]  ? update_process_times+0x74/0xc0
[  897.665533]  ? tick_nohz_handler+0x9b/0x150
[  897.669720]  ? __pfx_tick_nohz_handler+0x10/0x10
[  897.674339]  ? __hrtimer_run_queues+0x114/0x2a0
[  897.678872]  ? hrtimer_interrupt+0x108/0x230
[  897.683143]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[  897.688368]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[  897.693334]  </IRQ>
[  897.695441]  <TASK>
[  897.697546]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[  897.702861]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[  897.708346]  _raw_spin_lock+0x2d/0x40
[  897.712010]  fuse_iget+0x125/0x250
[  897.715419]  fuse_fill_super_common+0x3ae/0x4f0
[  897.719953]  ? __pfx_fuse_fill_super+0x10/0x10
[  897.724395]  fuse_fill_super+0x5e/0xb0
[  897.728149]  get_tree_nodev+0x6f/0xa0
[  897.731814]  ? fget+0x80/0xb0
[  897.734788]  fuse_get_tree+0xc6/0x1b0
[  897.738455]  vfs_get_tree+0x2e/0xf0
[  897.741946]  path_mount+0x4f0/0xb50
[  897.745436]  ? putname+0x5b/0x70
[  897.748672]  __x64_sys_mount+0x10d/0x150
[  897.752597]  x64_sys_call+0x1e1d/0x2140
[  897.756434]  do_syscall_64+0x51/0x120
[  897.760101]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  897.765152] RIP: 0033:0x7f52df10f03e
[  897.768732] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[  897.787476] RSP: 002b:00007ffd71f16488 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[  897.795042] RAX: ffffffffffffffda RBX: 00005569384084a0 RCX: 00007f52df10f03e
[  897.802177] RDX: 0000556938408530 RSI: 00005569384083a0 RDI: 00005569384084f0
[  897.809309] RBP: 00005569384083a0 R08: 0000556938408250 R09: 00746e756f6d2d32
[  897.816440] R10: 0000000000000006 R11: 0000000000000206 R12: 0000556938408530
[  897.823574] R13: 00007ffd71f164c0 R14: 00005569384084f0 R15: 00005569384084a0
[  897.830710]  </TASK>
[  902.298652] watchdog: BUG: soft lockup - CPU#34 stuck for 153s! [migration/34:225]
[  902.306225] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd ee1004 kvm i2c_piix4 rapl pcspkr wmi_bmof i2c_smbus efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 mpt3sas sha256_ssse3 raid_class drm tg3 sha1_ssse3 ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[  902.382188] CPU: 34 UID: 0 PID: 225 Comm: migration/34 Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  902.394259] Tainted: [L]=SOFTLOCKUP
[  902.397754] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[  902.405406] Stopper: multi_cpu_stop+0x0/0x120 <- migrate_swap+0xaf/0x120
[  902.412113] RIP: 0010:stop_machine_yield+0x6/0x10
[  902.416820] Code: 54 f0 00 b8 fe ff ff ff eb df e8 75 6e d7 00 0f 1f 44 00 00 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 66 0f 1f 00 f3 90 <e9> e0 53 f0 00 0f 1f 44 00 00 90 90 90 90 90 90 90 90 90 90 90 90
[  902.435565] RSP: 0018:ffffab394d26be28 EFLAGS: 00000246
[  902.440791] RAX: 0000000000000000 RBX: ffffab396645bb18 RCX: 0000000000000002
[  902.447923] RDX: ffff9053b7b00000 RSI: 0000000000000282 RDI: ffffffffaf61c380
[  902.455053] RBP: ffffab394d26be68 R08: 000000ac31b37658 R09: 0000000000000001
[  902.462186] R10: 0000000000000000 R11: 0000000000000001 R12: ffffab396645bb3c
[  902.469318] R13: 0000000000000001 R14: ffffffffaf61c380 R15: 0000000000000001
[  902.476452] FS:  0000000000000000(0000) GS:ffff9053b7b00000(0000) knlGS:0000000000000000
[  902.484537] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  902.490285] CR2: 00007f55e05fed38 CR3: 000800407d830001 CR4: 0000000000770ef0
[  902.497418] PKRU: 55555554
[  902.500128] Call Trace:
[  902.502582]  <IRQ>
[  902.504605]  ? show_regs+0x6d/0x80
[  902.508008]  ? watchdog_timer_fn+0x1f8/0x280
[  902.512278]  ? __pfx_watchdog_timer_fn+0x10/0x10
[  902.516900]  ? __hrtimer_run_queues+0x114/0x2a0
[  902.521432]  ? hrtimer_interrupt+0x108/0x230
[  902.525703]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[  902.530930]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[  902.535896]  </IRQ>
[  902.537999]  <TASK>
[  902.540098]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[  902.545415]  ? stop_machine_yield+0x6/0x10
[  902.549512]  ? srso_alias_return_thunk+0x5/0xfbef5
[  902.554303]  ? multi_cpu_stop+0xa1/0x120
[  902.558231]  ? __pfx_multi_cpu_stop+0x10/0x10
[  902.562588]  cpu_stopper_thread+0x97/0x140
[  902.566689]  ? __pfx_smpboot_thread_fn+0x10/0x10
[  902.571307]  smpboot_thread_fn+0xe8/0x1e0
[  902.575320]  kthread+0xe8/0x120
[  902.578463]  ? __pfx_kthread+0x10/0x10
[  902.582218]  ret_from_fork+0x40/0x60
[  902.585796]  ? __pfx_kthread+0x10/0x10
[  902.589550]  ret_from_fork_asm+0x1a/0x30
[  902.593479]  </TASK>
[  922.286133] watchdog: BUG: soft lockup - CPU#28 stuck for 584s! [grub2-mount:4476]
[  922.293700] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd ee1004 kvm i2c_piix4 rapl pcspkr wmi_bmof i2c_smbus efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 mpt3sas sha256_ssse3 raid_class drm tg3 sha1_ssse3 ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[  922.369652] CPU: 28 UID: 0 PID: 4476 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  922.381724] Tainted: [L]=SOFTLOCKUP
[  922.385216] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[  922.392869] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[  922.398961] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[  922.417707] RSP: 0018:ffffab3965db7c98 EFLAGS: 00000202
[  922.422931] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffab3965db7ce8
[  922.430056] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff9014e4ce94c0
[  922.437188] RBP: ffffab3965db7cb8 R08: 0000000000000000 R09: ffff9014df891640
[  922.444321] R10: ffffab3965db7c48 R11: ffffd1b504933a00 R12: ffff9014e4ce94c0
[  922.451456] R13: ffffab3965db7d30 R14: ffff9014e4ce9180 R15: ffff9014c88b0400
[  922.458586] FS:  00007f52df27ee40(0000) GS:ffff9033bfc00000(0000) knlGS:0000000000000000
[  922.466673] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  922.472417] CR2: 00007f52df053930 CR3: 000800012284a002 CR4: 0000000000770ef0
[  922.479552] PKRU: 55555554
[  922.482265] Call Trace:
[  922.484719]  <IRQ>
[  922.486736]  ? show_regs+0x6d/0x80
[  922.490143]  ? watchdog_timer_fn+0x1f8/0x280
[  922.494412]  ? __pfx_watchdog_timer_fn+0x10/0x10
[  922.499033]  ? __hrtimer_run_queues+0x114/0x2a0
[  922.503569]  ? hrtimer_interrupt+0x108/0x230
[  922.507840]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[  922.513063]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[  922.518032]  </IRQ>
[  922.520137]  <TASK>
[  922.522243]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[  922.527559]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[  922.533041]  _raw_spin_lock+0x2d/0x40
[  922.536706]  fuse_iget+0x125/0x250
[  922.540115]  fuse_fill_super_common+0x3ae/0x4f0
[  922.544648]  ? __pfx_fuse_fill_super+0x10/0x10
[  922.549090]  fuse_fill_super+0x5e/0xb0
[  922.552842]  get_tree_nodev+0x6f/0xa0
[  922.556509]  ? fget+0x80/0xb0
[  922.559483]  fuse_get_tree+0xc6/0x1b0
[  922.563149]  vfs_get_tree+0x2e/0xf0
[  922.566643]  path_mount+0x4f0/0xb50
[  922.570132]  ? putname+0x5b/0x70
[  922.573368]  __x64_sys_mount+0x10d/0x150
[  922.577293]  x64_sys_call+0x1e1d/0x2140
[  922.581131]  do_syscall_64+0x51/0x120
[  922.584795]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  922.589849] RIP: 0033:0x7f52df10f03e
[  922.593429] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[  922.612174] RSP: 002b:00007ffd71f16488 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[  922.619738] RAX: ffffffffffffffda RBX: 00005569384084a0 RCX: 00007f52df10f03e
[  922.626871] RDX: 0000556938408530 RSI: 00005569384083a0 RDI: 00005569384084f0
[  922.634003] RBP: 00005569384083a0 R08: 0000556938408250 R09: 00746e756f6d2d32
[  922.641138] R10: 0000000000000006 R11: 0000000000000206 R12: 0000556938408530
[  922.648270] R13: 00007ffd71f164c0 R14: 00005569384084f0 R15: 00005569384084a0
[  922.655405]  </TASK>
[  930.297926] watchdog: BUG: soft lockup - CPU#34 stuck for 179s! [migration/34:225]
[  930.305497] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd ee1004 kvm i2c_piix4 rapl pcspkr wmi_bmof i2c_smbus efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 mpt3sas sha256_ssse3 raid_class drm tg3 sha1_ssse3 ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[  930.381450] CPU: 34 UID: 0 PID: 225 Comm: migration/34 Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  930.393524] Tainted: [L]=SOFTLOCKUP
[  930.397015] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[  930.404665] Stopper: multi_cpu_stop+0x0/0x120 <- migrate_swap+0xaf/0x120
[  930.411376] RIP: 0010:srso_alias_return_thunk+0x0/0xfbef5
[  930.416775] Code: cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc 48 8d 64 24 08 c3 cc <e8> f4 ff ff ff 0f 0b cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc
[  930.435520] RSP: 0018:ffffab394d26be28 EFLAGS: 00000246
[  930.440746] RAX: 0000000000000000 RBX: ffffab396645bb18 RCX: 0000000000000002
[  930.447876] RDX: ffff9053b7b00000 RSI: 0000000000000282 RDI: ffffffffaf61c380
[  930.455011] RBP: ffffab394d26be68 R08: 000000ac31b37658 R09: 0000000000000001
[  930.462141] R10: 0000000000000000 R11: 0000000000000001 R12: ffffab396645bb3c
[  930.469274] R13: 0000000000000001 R14: ffffffffaf61c380 R15: 0000000000000001
[  930.476406] FS:  0000000000000000(0000) GS:ffff9053b7b00000(0000) knlGS:0000000000000000
[  930.484492] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  930.490240] CR2: 00007f55e05fed38 CR3: 000800407d830001 CR4: 0000000000770ef0
[  930.497371] PKRU: 55555554
[  930.500085] Call Trace:
[  930.502537]  <IRQ>
[  930.504556]  ? show_regs+0x6d/0x80
[  930.507962]  ? watchdog_timer_fn+0x1f8/0x280
[  930.512233]  ? __pfx_watchdog_timer_fn+0x10/0x10
[  930.516854]  ? __hrtimer_run_queues+0x114/0x2a0
[  930.521388]  ? hrtimer_interrupt+0x108/0x230
[  930.525660]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[  930.530887]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[  930.535852]  </IRQ>
[  930.537955]  <TASK>
[  930.540064]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[  930.545378]  ? srso_alias_safe_ret+0x7/0x7
[  930.549473]  ? srso_alias_return_thunk+0x5/0xfbef5
[  930.554266]  ? multi_cpu_stop+0xa1/0x120
[  930.558195]  ? __pfx_multi_cpu_stop+0x10/0x10
[  930.562551]  cpu_stopper_thread+0x97/0x140
[  930.566653]  ? __pfx_smpboot_thread_fn+0x10/0x10
[  930.571271]  smpboot_thread_fn+0xe8/0x1e0
[  930.575282]  kthread+0xe8/0x120
[  930.578427]  ? __pfx_kthread+0x10/0x10
[  930.582182]  ret_from_fork+0x40/0x60
[  930.585760]  ? __pfx_kthread+0x10/0x10
[  930.589513]  ret_from_fork_asm+0x1a/0x30
[  930.593444]  </TASK>
[  950.285430] watchdog: BUG: soft lockup - CPU#28 stuck for 611s! [grub2-mount:4476]
[  950.292999] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd ee1004 kvm i2c_piix4 rapl pcspkr wmi_bmof i2c_smbus efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 mpt3sas sha256_ssse3 raid_class drm tg3 sha1_ssse3 ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[  950.368942] CPU: 28 UID: 0 PID: 4476 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  950.381012] Tainted: [L]=SOFTLOCKUP
[  950.384505] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[  950.392159] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[  950.398258] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[  950.417003] RSP: 0018:ffffab3965db7c98 EFLAGS: 00000202
[  950.422230] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffab3965db7ce8
[  950.429362] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff9014e4ce94c0
[  950.436496] RBP: ffffab3965db7cb8 R08: 0000000000000000 R09: ffff9014df891640
[  950.443629] R10: ffffab3965db7c48 R11: ffffd1b504933a00 R12: ffff9014e4ce94c0
[  950.450761] R13: ffffab3965db7d30 R14: ffff9014e4ce9180 R15: ffff9014c88b0400
[  950.457891] FS:  00007f52df27ee40(0000) GS:ffff9033bfc00000(0000) knlGS:0000000000000000
[  950.465979] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  950.471724] CR2: 00007f52df053930 CR3: 000800012284a002 CR4: 0000000000770ef0
[  950.478859] PKRU: 55555554
[  950.481569] Call Trace:
[  950.484024]  <IRQ>
[  950.486043]  ? show_regs+0x6d/0x80
[  950.489447]  ? watchdog_timer_fn+0x1f8/0x280
[  950.493721]  ? __pfx_watchdog_timer_fn+0x10/0x10
[  950.498339]  ? __hrtimer_run_queues+0x114/0x2a0
[  950.502874]  ? hrtimer_interrupt+0x108/0x230
[  950.507147]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[  950.512370]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[  950.517335]  </IRQ>
[  950.519442]  <TASK>
[  950.521547]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[  950.526862]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[  950.532349]  _raw_spin_lock+0x2d/0x40
[  950.536012]  fuse_iget+0x125/0x250
[  950.539418]  fuse_fill_super_common+0x3ae/0x4f0
[  950.543953]  ? __pfx_fuse_fill_super+0x10/0x10
[  950.548396]  fuse_fill_super+0x5e/0xb0
[  950.552149]  get_tree_nodev+0x6f/0xa0
[  950.555816]  ? fget+0x80/0xb0
[  950.558788]  fuse_get_tree+0xc6/0x1b0
[  950.562454]  vfs_get_tree+0x2e/0xf0
[  950.565946]  path_mount+0x4f0/0xb50
[  950.569437]  ? putname+0x5b/0x70
[  950.572672]  __x64_sys_mount+0x10d/0x150
[  950.576599]  x64_sys_call+0x1e1d/0x2140
[  950.580437]  do_syscall_64+0x51/0x120
[  950.584103]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  950.589153] RIP: 0033:0x7f52df10f03e
[  950.592735] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[  950.611481] RSP: 002b:00007ffd71f16488 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[  950.619044] RAX: ffffffffffffffda RBX: 00005569384084a0 RCX: 00007f52df10f03e
[  950.626179] RDX: 0000556938408530 RSI: 00005569384083a0 RDI: 00005569384084f0
[  950.633310] RBP: 00005569384083a0 R08: 0000556938408250 R09: 00746e756f6d2d32
[  950.640442] R10: 0000000000000006 R11: 0000000000000206 R12: 0000556938408530
[  950.647577] R13: 00007ffd71f164c0 R14: 00005569384084f0 R15: 00005569384084a0
[  950.654712]  </TASK>
[  958.297232] watchdog: BUG: soft lockup - CPU#34 stuck for 205s! [migration/34:225]
[  958.304801] Modules linked in: tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd ee1004 kvm i2c_piix4 rapl pcspkr wmi_bmof i2c_smbus efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 mpt3sas sha256_ssse3 raid_class drm tg3 sha1_ssse3 ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[  958.380741] CPU: 34 UID: 0 PID: 225 Comm: migration/34 Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  958.392809] Tainted: [L]=SOFTLOCKUP
[  958.396303] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[  958.403954] Stopper: multi_cpu_stop+0x0/0x120 <- migrate_swap+0xaf/0x120
[  958.410662] RIP: 0010:srso_alias_return_thunk+0x0/0xfbef5
[  958.416064] Code: cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc 48 8d 64 24 08 c3 cc <e8> f4 ff ff ff 0f 0b cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc
[  958.434807] RSP: 0018:ffffab394d26be28 EFLAGS: 00000246
[  958.440035] RAX: 0000000000000000 RBX: ffffab396645bb18 RCX: 0000000000000002
[  958.447164] RDX: ffff9053b7b00000 RSI: 0000000000000282 RDI: ffffffffaf61c380
[  958.454298] RBP: ffffab394d26be68 R08: 000000ac31b37658 R09: 0000000000000001
[  958.461431] R10: 0000000000000000 R11: 0000000000000001 R12: ffffab396645bb3c
[  958.468565] R13: 0000000000000001 R14: ffffffffaf61c380 R15: 0000000000000001
[  958.475695] FS:  0000000000000000(0000) GS:ffff9053b7b00000(0000) knlGS:0000000000000000
[  958.483782] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  958.489530] CR2: 00007f55e05fed38 CR3: 000800407d830001 CR4: 0000000000770ef0
[  958.496661] PKRU: 55555554
[  958.499371] Call Trace:
[  958.501816]  <IRQ>
[  958.503836]  ? show_regs+0x6d/0x80
[  958.507243]  ? watchdog_timer_fn+0x1f8/0x280
[  958.511514]  ? __pfx_watchdog_timer_fn+0x10/0x10
[  958.516134]  ? __hrtimer_run_queues+0x114/0x2a0
[  958.520669]  ? hrtimer_interrupt+0x108/0x230
[  958.524940]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[  958.530164]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[  958.535130]  </IRQ>
[  958.537236]  <TASK>
[  958.539343]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[  958.544659]  ? srso_alias_safe_ret+0x7/0x7
[  958.548755]  ? srso_alias_return_thunk+0x5/0xfbef5
[  958.553548]  ? multi_cpu_stop+0xa1/0x120
[  958.557472]  ? __pfx_multi_cpu_stop+0x10/0x10
[  958.561833]  cpu_stopper_thread+0x97/0x140
[  958.565932]  ? __pfx_smpboot_thread_fn+0x10/0x10
[  958.570552]  smpboot_thread_fn+0xe8/0x1e0
[  958.574565]  kthread+0xe8/0x120
[  958.577710]  ? __pfx_kthread+0x10/0x10
[  958.581464]  ret_from_fork+0x40/0x60
[  958.585039]  ? __pfx_kthread+0x10/0x10
[  958.588793]  ret_from_fork_asm+0x1a/0x30
[  958.592722]  </TASK>
[  962.965646] usb 3-1.2: new high-speed USB device number 5 using xhci_hcd
[  963.074741] usb 3-1.2: New USB device found, idVendor=413c, idProduct=0006, bcdDevice= 0.00
[  963.083098] usb 3-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  963.090402] usb 3-1.2: Product: DRAC 5 Virtual Keyboard and Mouse
[  963.096495] usb 3-1.2: Manufacturer: DELL
[  963.100507] usb 3-1.2: SerialNumber: DELL413C-1
[  963.255406] hid: raw HID events driver (C) Jiri Kosina
[  963.272879] usbcore: registered new interface driver usbhid
[  963.278455] usbhid: USB HID core driver
[  963.283790] usbcore: registered new interface driver usbmouse
[  963.290049] usbcore: registered new interface driver usbkbd
[  963.299197] input: DELL DRAC 5 Virtual Keyboard and Mouse as /devices/pci0000:40/0000:40:08.1/0000:46:00.3/usb3/3-1/3-1.2/3-1.2:1.0/0003:413C:0006.0001/input/input2
[  963.369777] hid-generic 0003:413C:0006.0001: input,hidraw0: USB HID v1.01 Mouse [DELL DRAC 5 Virtual Keyboard and Mouse] on usb-0000:46:00.3-1.2/input0
[  963.383546] input: DELL DRAC 5 Virtual Keyboard and Mouse as /devices/pci0000:40/0000:40:08.1/0000:46:00.3/usb3/3-1/3-1.2/3-1.2:1.1/0003:413C:0006.0002/input/input3
[  963.453790] hid-generic 0003:413C:0006.0002: input,hidraw1: USB HID v1.01 Keyboard [DELL DRAC 5 Virtual Keyboard and Mouse] on usb-0000:46:00.3-1.2/input1
[  969.449496] INFO: task systemd:1 blocked for more than 483 seconds.
[  969.455778]       Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  969.464654] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[  969.472477] task:systemd         state:D stack:0     pid:1     tgid:1     ppid:0      flags:0x00000002
[  969.481785] Call Trace:
[  969.484235]  <TASK>
[  969.486347]  __schedule+0x383/0xac0
[  969.489843]  ? xa_load+0x72/0xb0
[  969.493076]  schedule+0x2e/0x120
[  969.496312]  schedule_timeout+0x150/0x160
[  969.496317]  __wait_for_common+0x91/0x180
[  969.504343]  ? __pfx_schedule_timeout+0x10/0x10
[  969.508877]  wait_for_completion_state+0x25/0x40
[  969.513504]  __wait_rcu_gp+0x139/0x140
[  969.517261]  synchronize_rcu_normal.part.0+0x3d/0x60
[  969.522231]  ? __pfx_call_rcu_hurry+0x10/0x10
[  969.526589]  ? __pfx_wakeme_after_rcu+0x10/0x10
[  969.531123]  synchronize_rcu_normal+0x98/0xa0
[  969.535481]  ? srso_alias_return_thunk+0x5/0xfbef5
[  969.540281]  ? mntput_no_expire+0x53/0x260
[  969.544382]  ? srso_alias_return_thunk+0x5/0xfbef5
[  969.549174]  ? _parse_integer+0x12/0x20
[  969.553024]  synchronize_rcu+0xbf/0xd0
[  969.556775]  rcu_sync_enter+0x5c/0xe0
[  969.560440]  ? srso_alias_return_thunk+0x5/0xfbef5
[  969.565234]  ? kstrtoull+0x18/0x20
[  969.568639]  ? srso_alias_return_thunk+0x5/0xfbef5
[  969.573432]  percpu_down_write+0x24/0x180
[  969.577448]  cgroup_procs_write_start+0x6f/0x150
[  969.582073]  __cgroup_procs_write+0x5d/0x150
[  969.586356]  cgroup_procs_write+0x1b/0x30
[  969.590375]  cgroup_file_write+0x8c/0x160
[  969.594396]  kernfs_fop_write_iter+0x140/0x1d0
[  969.598843]  vfs_write+0x2fc/0x410
[  969.602257]  ksys_write+0x6b/0xf0
[  969.605578]  __x64_sys_write+0x1d/0x30
[  969.609333]  x64_sys_call+0x16b3/0x2140
[  969.613176]  do_syscall_64+0x51/0x120
[  969.616842]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  969.621895] RIP: 0033:0x7f1fe70fda8f
[  969.625477] RSP: 002b:00007ffe08122190 EFLAGS: 00000293 ORIG_RAX: 0000000000000001
[  969.633047] RAX: ffffffffffffffda RBX: 0000000000000005 RCX: 00007f1fe70fda8f
[  969.633050] RDX: 0000000000000005 RSI: 00007ffe0812238a RDI: 0000000000000059
[  969.633052] RBP: 00007ffe0812238a R08: 0000000000000000 R09: 00007ffe08122210
[  969.654452] R10: 0000000000000000 R11: 0000000000000293 R12: 0000000000000005
[  969.654454] R13: 000055c6bf4363c0 R14: 0000000000000005 R15: 00007f1fe71f69e0
[  969.654459]  </TASK>
[  969.671078] INFO: task systemd:2749 blocked for more than 483 seconds.
[  969.677611]       Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  969.686478] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[  969.694302] task:systemd         state:D stack:0     pid:2749  tgid:2749  ppid:1      flags:0x00000002
[  969.703611] Call Trace:
[  969.706066]  <TASK>
[  969.706072]  __schedule+0x383/0xac0
[  969.711673]  schedule+0x2e/0x120
[  969.714911]  schedule_preempt_disabled+0x19/0x30
[  969.719529]  __mutex_lock.constprop.0+0x372/0x6f0
[  969.724238]  ? __d_add+0x143/0x1d0
[  969.727653]  __mutex_lock_slowpath+0x13/0x20
[  969.731934]  mutex_lock+0x3b/0x50
[  969.735261]  cgroup_kn_lock_live+0x4b/0xe0
[  969.735267]  cgroup_mkdir+0x43/0x450
[  969.735271]  ? srso_alias_return_thunk+0x5/0xfbef5
[  969.747742]  kernfs_iop_mkdir+0x60/0x90
[  969.747747]  vfs_mkdir+0x18f/0x250
[  969.754993]  do_mkdirat+0x117/0x160
[  969.754998]  __x64_sys_mkdir+0x4d/0x70
[  969.762247]  x64_sys_call+0x1c5a/0x2140
[  969.762252]  do_syscall_64+0x51/0x120
[  969.762256]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  969.774814] RIP: 0033:0x7fd2f28fd62b
[  969.774817] RSP: 002b:00007fff175d72e8 EFLAGS: 00000246 ORIG_RAX: 0000000000000053
[  969.774821] RAX: ffffffffffffffda RBX: 000056340fadb8c0 RCX: 00007fd2f28fd62b
[  969.793100] RDX: 0000000000000000 RSI: 00000000000001ed RDI: 000056340fa7ad30
[  969.800233] RBP: 00007fff175d7320 R08: 0000000000000035 R09: 0000000000000000
[  969.807365] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000000000
[  969.814498] R13: 00000000000000a0 R14: 00007fd2f2e5dd0d R15: 00000000000000a0
[  969.821634]  </TASK>
[  969.823845] INFO: task C2 CompilerThre:4716 blocked for more than 120 seconds.
[  969.831068]       Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  969.839933] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[  969.847758] task:C2 CompilerThre state:D stack:0     pid:4716  tgid:4678  ppid:4482   flags:0x00004002
[  969.857058] Call Trace:
[  969.859511]  <TASK>
[  969.861617]  __schedule+0x383/0xac0
[  969.865105]  ? srso_alias_return_thunk+0x5/0xfbef5
[  969.869902]  schedule+0x2e/0x120
[  969.873132]  schedule_timeout+0x150/0x160
[  969.873138]  __wait_for_common+0x91/0x180
[  969.881170]  ? __pfx_schedule_timeout+0x10/0x10
[  969.881174]  wait_for_completion+0x28/0x30
[  969.889809]  stop_two_cpus+0x26f/0x2f0
[  969.889814]  ? __pfx_migrate_swap_stop+0x10/0x10
[  969.898189]  ? __pfx_multi_cpu_stop+0x10/0x10
[  969.898192]  ? migrate_swap+0xaf/0x120
[  969.906309]  ? __pfx_multi_cpu_stop+0x10/0x10
[  969.910668]  ? migrate_swap+0xaf/0x120
[  969.914424]  ? update_numa_stats+0x216/0x2e0
[  969.918704]  migrate_swap+0xaf/0x120
[  969.922291]  task_numa_migrate.isra.0+0x711/0xa00
[  969.927006]  ? srso_alias_return_thunk+0x5/0xfbef5
[  969.927010]  ? update_load_avg+0x82/0x7c0
[  969.935822]  task_numa_fault+0x583/0xbc0
[  969.939755]  __handle_mm_fault+0xb31/0x1030
[  969.943953]  handle_mm_fault+0xd6/0x280
[  969.947796]  do_user_addr_fault+0x221/0x690
[  969.951991]  exc_page_fault+0x7c/0x1b0
[  969.955753]  asm_exc_page_fault+0x2b/0x30
[  969.959763] RIP: 0033:0x7f55e5e522ca
[  969.963342] RSP: 002b:00007f5566bfb380 EFLAGS: 00010202
[  969.968568] RAX: 0000000000000040 RBX: 0000000000000200 RCX: 0000000000000400
[  969.975703] RDX: 0000000000000200 RSI: 00007f55346d4aa0 RDI: 00007f55e05fed20
[  969.982835] RBP: 00007f5566bfb3c0 R08: 0000000000000000 R09: 00007f5530090560
[  969.989966] R10: 000000000000001c R11: 0000000000000001 R12: 00007f55346d4aa0
[  969.997100] R13: 00007f55e05fed20 R14: 0000000000000200 R15: 0000000000000000
[  970.004234]  </TASK>
[  978.284741] watchdog: BUG: soft lockup - CPU#28 stuck for 637s! [grub2-mount:4476]
[  978.292313] Modules linked in: joydev(+) input_leds(+) hid_generic usbkbd usbmouse usbhid hid tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd ee1004 kvm i2c_piix4 rapl pcspkr wmi_bmof i2c_smbus efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 mpt3sas sha256_ssse3 raid_class drm tg3 sha1_ssse3 ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[  978.373741] CPU: 28 UID: 0 PID: 4476 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  978.385813] Tainted: [L]=SOFTLOCKUP
[  978.389305] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[  978.396957] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[  978.403049] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[  978.421794] RSP: 0018:ffffab3965db7c98 EFLAGS: 00000202
[  978.427022] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffab3965db7ce8
[  978.434154] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff9014e4ce94c0
[  978.441288] RBP: ffffab3965db7cb8 R08: 0000000000000000 R09: ffff9014df891640
[  978.448420] R10: ffffab3965db7c48 R11: ffffd1b504933a00 R12: ffff9014e4ce94c0
[  978.455552] R13: ffffab3965db7d30 R14: ffff9014e4ce9180 R15: ffff9014c88b0400
[  978.462685] FS:  00007f52df27ee40(0000) GS:ffff9033bfc00000(0000) knlGS:0000000000000000
[  978.470768] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  978.476506] CR2: 00007f52df053930 CR3: 000800012284a002 CR4: 0000000000770ef0
[  978.483638] PKRU: 55555554
[  978.486352] Call Trace:
[  978.488804]  <IRQ>
[  978.490826]  ? show_regs+0x6d/0x80
[  978.494230]  ? watchdog_timer_fn+0x1f8/0x280
[  978.498504]  ? __pfx_watchdog_timer_fn+0x10/0x10
[  978.503123]  ? __hrtimer_run_queues+0x114/0x2a0
[  978.507654]  ? hrtimer_interrupt+0x108/0x230
[  978.511929]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[  978.517152]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[  978.522118]  </IRQ>
[  978.524223]  <TASK>
[  978.526331]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[  978.531646]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[  978.537130]  _raw_spin_lock+0x2d/0x40
[  978.540797]  fuse_iget+0x125/0x250
[  978.544201]  fuse_fill_super_common+0x3ae/0x4f0
[  978.548734]  ? __pfx_fuse_fill_super+0x10/0x10
[  978.553178]  fuse_fill_super+0x5e/0xb0
[  978.556933]  get_tree_nodev+0x6f/0xa0
[  978.560599]  ? fget+0x80/0xb0
[  978.563569]  fuse_get_tree+0xc6/0x1b0
[  978.567237]  vfs_get_tree+0x2e/0xf0
[  978.570728]  path_mount+0x4f0/0xb50
[  978.574221]  ? putname+0x5b/0x70
[  978.577454]  __x64_sys_mount+0x10d/0x150
[  978.581380]  x64_sys_call+0x1e1d/0x2140
[  978.585217]  do_syscall_64+0x51/0x120
[  978.588886]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  978.593938] RIP: 0033:0x7f52df10f03e
[  978.597516] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[  978.616262] RSP: 002b:00007ffd71f16488 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[  978.623826] RAX: ffffffffffffffda RBX: 00005569384084a0 RCX: 00007f52df10f03e
[  978.630962] RDX: 0000556938408530 RSI: 00005569384083a0 RDI: 00005569384084f0
[  978.638091] RBP: 00005569384083a0 R08: 0000556938408250 R09: 00746e756f6d2d32
[  978.645215] R10: 0000000000000006 R11: 0000000000000206 R12: 0000556938408530
[  978.652350] R13: 00007ffd71f164c0 R14: 00005569384084f0 R15: 00005569384084a0
[  978.659485]  </TASK>
[  986.296544] watchdog: BUG: soft lockup - CPU#34 stuck for 231s! [migration/34:225]
[  986.304118] Modules linked in: joydev(+) input_leds(+) hid_generic usbkbd usbmouse usbhid hid tls btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd ee1004 kvm i2c_piix4 rapl pcspkr wmi_bmof i2c_smbus efi_pstore k10temp acpi_power_meter ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit drm_shmem_helper crct10dif_pclmul crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 mpt3sas sha256_ssse3 raid_class drm tg3 sha1_ssse3 ccp sp5100_tco scsi_transport_sas wmi dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel crypto_simd cryptd
[  986.385549] CPU: 34 UID: 0 PID: 225 Comm: migration/34 Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[  986.397620] Tainted: [L]=SOFTLOCKUP
[  986.401110] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[  986.408764] Stopper: multi_cpu_stop+0x0/0x120 <- migrate_swap+0xaf/0x120
[  986.415470] RIP: 0010:srso_alias_return_thunk+0x0/0xfbef5
[  986.420872] Code: cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc 48 8d 64 24 08 c3 cc <e8> f4 ff ff ff 0f 0b cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc
[  986.439616] RSP: 0018:ffffab394d26be28 EFLAGS: 00000246
[  986.444840] RAX: 0000000000000000 RBX: ffffab396645bb18 RCX: 0000000000000002
[  986.451974] RDX: ffff9053b7b00000 RSI: 0000000000000282 RDI: ffffffffaf61c380
[  986.459106] RBP: ffffab394d26be68 R08: 000000ac31b37658 R09: 0000000000000001
[  986.466241] R10: 0000000000000000 R11: 0000000000000001 R12: ffffab396645bb3c
[  986.473370] R13: 0000000000000001 R14: ffffffffaf61c380 R15: 0000000000000001
[  986.480505] FS:  0000000000000000(0000) GS:ffff9053b7b00000(0000) knlGS:0000000000000000
[  986.488588] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  986.494336] CR2: 00007f55e05fed38 CR3: 000800407d830001 CR4: 0000000000770ef0
[  986.501470] PKRU: 55555554
[  986.504182] Call Trace:
[  986.506633]  <IRQ>
[  986.508654]  ? show_regs+0x6d/0x80
[  986.512059]  ? watchdog_timer_fn+0x1f8/0x280
[  986.516331]  ? __pfx_watchdog_timer_fn+0x10/0x10
[  986.520951]  ? __hrtimer_run_queues+0x114/0x2a0
[  986.525484]  ? hrtimer_interrupt+0x108/0x230
[  986.529757]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[  986.534982]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[  986.539946]  </IRQ>
[  986.542045]  <TASK>
[  986.544151]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[  986.549468]  ? srso_alias_safe_ret+0x7/0x7
[  986.553561]  ? srso_alias_return_thunk+0x5/0xfbef5
[  986.558355]  ? multi_cpu_stop+0xa1/0x120
[  986.562282]  ? __pfx_multi_cpu_stop+0x10/0x10
[  986.566642]  cpu_stopper_thread+0x97/0x140
[  986.570742]  ? __pfx_smpboot_thread_fn+0x10/0x10
[  986.575359]  smpboot_thread_fn+0xe8/0x1e0
[  986.579370]  kthread+0xe8/0x120
[  986.582516]  ? __pfx_kthread+0x10/0x10
[  986.586270]  ret_from_fork+0x40/0x60
[  986.589850]  ? __pfx_kthread+0x10/0x10
[  986.593601]  ret_from_fork_asm+0x1a/0x30
[  986.597530]  </TASK>
^[[c^[[2J^[[01;01H^[[=3h^[[2J^[[01;01HKEY MAPPING FOR CONSOLE REDIRECTION:

Use the <ESC><1> key sequence for <F1>
Use the <ESC><2> key sequence for <F2>
Use the <ESC><3> key sequence for <F3>
Use the <ESC><0> key sequence for <F10>
Use the <ESC><!> key sequence for <F11>
Use the <ESC><@> key sequence for <F12>

Use the <ESC><Ctrl><M> key sequence for <Ctrl><M>
Use the <ESC><Ctrl><H> key sequence for <Ctrl><H>
Use the <ESC><Ctrl><I> key sequence for <Ctrl><I>
Use the <ESC><Ctrl><J> key sequence for <Ctrl><J>

Use the <ESC><X><X> key sequence for <Alt><x>, where x is any letter
key, and X is the upper case of that key

Use the <ESC><R><ESC><r><ESC><R> key sequence for <Ctrl><Alt><Del>

Press the spacebar to pause...
Initializing PCIe, USB, and Video... Done
PowerEdge R6515
BIOS Version: 2.14.1
Console Redirection Enabled Requested by iDRAC

F2	 = System Setup
F10	 = Lifecycle Controller (Config
	   iDRAC, Update FW, Install OS)
F11	 = Boot Manager
F12	 = PXE Boot
iDRAC IPV4:  10.86.18.202 [Dedicated]
                                
Initializing Firmware Interfaces...
 





Enumerating Boot options...
Enumerating Boot options... Done
Loading Lifecycle Controller Drivers...
Loading Lifecycle Controller Drivers...Done
Lifecycle Controller: Collecting System Inventory...

iDRAC IPV4:  10.86.18.202 [Dedicated]

^[[2J^[[01;01HLifecycle Controller: Done
Booting...
^[[2J^[[01;01HBooting from Integrated Storage Controller 1: Red Hat Enterprise Linux
^[[0m^[[30m^[[40m^[[2J^[[01;01H^[[0m^[[37m^[[40m^[[20;07HUse the ^ and v keys to change the selection.                       
\r      Press 'e' to edit the selected item, or 'c' for a command prompt.   
\r      Press Escape to return to the previous menu.                        ^[[04;80H ^[[0m^[[30m^[[47m^[[04;01H      Red Hat Enterprise Linux (6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57>
\r^[[05;01H^[[0m^[[37m^[[40m^[[04;79H^[[05;01H      Red Hat Enterprise Linux (6.11.0-rc4-d2bafcf224-d2bafcf224f) 9.1 (Plow)  ^[[05;79H^[[06;01H      Red Hat Enterprise Linux (6.11.0-rc3-df6cbc62cc-df6cbc6) 9.1 (Plow)      ^[[06;79H^[[07;01H      Red Hat Enterprise Linux (6.11.0-rc2-5189dafa4c-5189daf) 9.1 (Plow)      ^[[07;79H^[[08;01H      Red Hat Enterprise Linux (6.11.0-rc1-d3426a6ed9-d3426a6) 9.1 (Plow)      ^[[08;79H^[[09;01H      Red Hat Enterprise Linux (6.11.0-rc1) 9.1 (Plow)                         ^[[09;79H^[[10;01H      Red Hat Enterprise Linux (6.9.0-rc20ecaefb303) 9.1 (Plow)                ^[[10;79H^[[11;01H      Red Hat Enterprise Linux (5.14.0-162.6.1.el9_1.x86_64) 9.1 (Plow)        ^[[11;79H^[[12;01H      Red Hat Enterprise Linux (0-rescue-8f37f8055146469d8baec3ad508b0084) 9.1>
\r^[[13;01H^[[12;79H^[[13;01H      UEFI Firmware Settings                                                   ^[[13;79H^[[14;01H                                                                               ^[[14;79H^[[15;01H                                                                               ^[[15;79H^[[16;01H                                                                               ^[[16;79H^[[17;01H                                                                               ^[[17;79H^[[18;01H                                                                               ^[[18;79H^[[18;80H ^[[04;79H^[[23;01H   The selected entry will be started automatically in 5s.                     ^[[04;79H^[[23;01H   The selected entry will be started automatically in 4s.                     ^[[04;79H^[[23;01H   The selected entry will be started automatically in 3s.                     ^[[04;79H^[[23;01H   The selected entry will be started automatically in 2s.                     ^[[04;79H^[[23;01H   The selected entry will be started automatically in 1s.                     ^[[04;79H^[[23;01H   The selected entry will be started automatically in 0s.                     ^[[04;79H^[[0m^[[30m^[[40m^[[2J^[[01;01H^[[0m^[[37m^[[40m^[[0m^[[30m^[[40m^[[2J^[[01;01H^[[0m^[[37m^[[40m[    0.000000] Linux version 6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d (root@hostname.amd.com) (gcc (GCC) 11.4.1 20231218 (Red Hat 11.4.1-3), GNU ld version 2.35.2-43.el9) #1 SMP PREEMPT_DYNAMIC Tue Sep  3 11:01:30 IST 2024
[    0.000000] Command line: BOOT_IMAGE=(hd0,gpt6)/vmlinuz-6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d root=/dev/mapper/rhel_hostname-root ro selinux=0 console=ttyS0,115200n8 earlyprintk=ttyS0,115200 net.ifnames=0 biosdevname=0 swiotlb=131072 kvm_amd.debug_swap=0 mem_encrypt=on
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Hygon HygonGenuine
[    0.000000]   Centaur CentaurHauls
[    0.000000]   zhaoxin   Shanghai  
[    0.000000] SEV-SNP: RMP table physical range [0x0000000015e00000 - 0x00000000566fffff]
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000008efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000008f000-0x000000000008ffff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000000090000-0x000000000009ffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000015dfffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000015e00000-0x00000000566fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000056700000-0x00000000567fbfff] usable
[    0.000000] BIOS-e820: [mem 0x00000000567fc000-0x00000000567fcfff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000567fd000-0x000000005a14afff] usable
[    0.000000] BIOS-e820: [mem 0x000000005a14b000-0x000000005a34afff] reserved
[    0.000000] BIOS-e820: [mem 0x000000005a34b000-0x0000000067acefff] usable
[    0.000000] BIOS-e820: [mem 0x0000000067acf000-0x000000006dfcefff] reserved
[    0.000000] BIOS-e820: [mem 0x000000006dfcf000-0x000000006edfefff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000006edff000-0x000000006effefff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000006efff000-0x000000006effffff] usable
[    0.000000] BIOS-e820: [mem 0x000000006f000000-0x000000006f00afff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000006f00b000-0x000000006fffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000070000000-0x000000008fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000aa000000-0x00000000aaffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000c5000000-0x00000000c5ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000e0ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fd000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000207fcfffff] usable
[    0.000000] BIOS-e820: [mem 0x000000207fd00000-0x000000207fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000002080000000-0x000000407f1fffff] usable
[    0.000000] BIOS-e820: [mem 0x000000407f200000-0x000000407fffffff] reserved
[    0.000000] printk: legacy bootconsole [earlyser0] enabled
[    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-0x000000000008efff] usable
[    0.000000] reserve setup_data: [mem 0x000000000008f000-0x000000000008ffff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x0000000000090000-0x000000000009ffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000000100000-0x0000000000b4b01f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000b4b020-0x0000000000b5305f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000b53060-0x0000000000b5401f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000b54020-0x0000000000b8645f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000b86460-0x0000000000b8701f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000b87020-0x0000000000bb945f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000bb9460-0x0000000000bba01f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000bba020-0x0000000000bffe5f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000bffe60-0x0000000015dfffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000015e00000-0x00000000566fffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000056700000-0x00000000567fbfff] usable
[    0.000000] reserve setup_data: [mem 0x00000000567fc000-0x00000000567fcfff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000567fd000-0x000000005a14afff] usable
[    0.000000] reserve setup_data: [mem 0x000000005a14b000-0x000000005a34afff] reserved
[    0.000000] reserve setup_data: [mem 0x000000005a34b000-0x0000000067acefff] usable
[    0.000000] reserve setup_data: [mem 0x0000000067acf000-0x000000006dfcefff] reserved
[    0.000000] reserve setup_data: [mem 0x000000006dfcf000-0x000000006edfefff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x000000006edff000-0x000000006effefff] ACPI data
[    0.000000] reserve setup_data: [mem 0x000000006efff000-0x000000006effffff] usable
[    0.000000] reserve setup_data: [mem 0x000000006f000000-0x000000006f00afff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x000000006f00b000-0x000000006fffffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000070000000-0x000000008fffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000aa000000-0x00000000aaffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000c5000000-0x00000000c5ffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000e0000000-0x00000000e0ffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fd000000-0x00000000ffffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000207fcfffff] usable
[    0.000000] reserve setup_data: [mem 0x000000207fd00000-0x000000207fffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000002080000000-0x000000407f1fffff] usable
[    0.000000] reserve setup_data: [mem 0x000000407f200000-0x000000407fffffff] reserved
[    0.000000] efi: EFI v2.7 by Dell Inc.
[    0.000000] efi: ACPI=0x6effe000 ACPI 2.0=0x6effe014 MEMATTR=0x63f3c4a0 SMBIOS=0x6979e000 SMBIOS 3.0=0x6979c000 MOKvar=0x67bcc000 RNG=0x6efb4020 
[    0.000000] random: crng init done
[    0.000000] efi: Remove mem56: MMIO range=[0x80000000-0x8fffffff] (256MB) from e820 map
[    0.000000] efi: Remove mem57: MMIO range=[0xaa000000-0xaaffffff] (16MB) from e820 map
[    0.000000] efi: Remove mem58: MMIO range=[0xc5000000-0xc5ffffff] (16MB) from e820 map
[    0.000000] efi: Remove mem59: MMIO range=[0xe0000000-0xe0ffffff] (16MB) from e820 map
[    0.000000] efi: Remove mem60: MMIO range=[0xfd000000-0xffffffff] (48MB) from e820 map
[    0.000000] SMBIOS 3.3.0 present.
[    0.000000] DMI: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[    0.000000] DMI: Memory slots populated: 8/16
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 1996.396 MHz processor
[    0.000028] last_pfn = 0x407f200 max_arch_pfn = 0x400000000
[    0.005552] MTRR map: 7 entries (2 fixed + 5 variable; max 19), built from 9 variable MTRRs
[    0.013865] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Memory KASLR using RDRAND RDTSC...
[    0.024705] x2apic: enabled by BIOS, switching to x2apic ops
[    0.030340] last_pfn = 0x70000 max_arch_pfn = 0x400000000
[    0.043829] SEV-SNP: Reserving start/end of RMP table on a 2MB boundary [0x0000000056600000]
[    0.052100] Using GB pages for direct mapping
[    0.057400] Secure boot disabled
[    0.060451] RAMDISK: [mem 0x407cee3000-0x407f1fffff]
[    0.065393] ACPI: Early table checksum verification disabled
[    0.071026] ACPI: RSDP 0x000000006EFFE014 000024 (v02 DELL  )
[    0.076744] ACPI: XSDT 0x000000006EFB7188 0000DC (v01 DELL   PE_SC3   00000002 DELL 00000001)
[    0.085267] ACPI: FACP 0x000000006EFF9000 000114 (v06 DELL   PE_SC3   00000002 DELL 00000001)
[    0.093758] ACPI: DSDT 0x000000006EFDA000 019528 (v02 DELL   PE_SC3   00000002 DELL 00000001)
[    0.102249] ACPI: FACS 0x000000006EDB9000 000040
[    0.106841] ACPI: BERT 0x000000006EFFC000 000030 (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.115333] ACPI: ERST 0x000000006EFFB000 000230 (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.123827] ACPI: HEST 0x000000006EFFA000 0007F4 (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.132320] ACPI: HPET 0x000000006EFF8000 000038 (v01 DELL   PE_SC3   00000002 DELL 00000001)
[    0.140811] ACPI: APIC 0x000000006EFF6000 0018BE (v05 DELL   PE_SC3   00000002 DELL 00000001)
[    0.149304] ACPI: MCFG 0x000000006EFF5000 00003C (v01 DELL   PE_SC3   00000002 DELL 00000001)
[    0.157797] ACPI: WSMT 0x000000006EFF4000 000028 (v01 DELL   PE_SC3   00000002 DELL 00000001)
[    0.166288] ACPI: SSDT 0x000000006EFD9000 000629 (v02 DELL   xhc_port 00000001 INTL 20210331)
[    0.174781] ACPI: SSDT 0x000000006EFD8000 000D6E (v02 AMD    CPMRAS   00000001 INTL 20210331)
[    0.183274] ACPI: EINJ 0x000000006EFD7000 000170 (v01 AMD    PE_SC3   00000001 AMD  00000001)
[    0.191766] ACPI: PCCT 0x000000006EFD6000 00006E (v02 DELL   AmdTable 00000001 AMD  00000001)
[    0.200259] ACPI: SSDT 0x000000006EFC7000 00E849 (v02 DELL   PE_SC3   00000001 AMD  00000001)
[    0.208752] ACPI: SRAT 0x000000006EFC6000 000CD0 (v03 DELL   PE_SC3   00000001 AMD  00000001)
[    0.217244] ACPI: MSCT 0x000000006EFC5000 00004E (v01 DELL   PE_SC3   00000000 AMD  00000001)
[    0.225737] ACPI: SLIT 0x000000006EFC4000 000030 (v01 DELL   PE_SC3   00000001 AMD  00000001)
[    0.234228] ACPI: CRAT 0x000000006EFBC000 0072F8 (v01 DELL   PE_SC3   00000001 AMD  00000001)
[    0.242721] ACPI: CDIT 0x000000006EFBB000 00002C (v01 DELL   PE_SC3   00000001 AMD  00000001)
[    0.251214] ACPI: IVRS 0x000000006EFBA000 0001F0 (v02 DELL   PE_SC3   00000001 AMD  00000001)
[    0.259706] ACPI: SPCR 0x000000006EFB9000 000050 (v02 DELL   PE_SC3   00000002 DELL 00000001)
[    0.268198] ACPI: SLIC 0x000000006EFB8000 000176 (v01 DELL   PE_SC3   00000002 DELL 00000001)
[    0.276692] ACPI: SSDT 0x000000006EFFD000 000D66 (v02 DELL   PE_SC3   00000002 DELL 00000001)
[    0.285218] ACPI: SSDT 0x000000006EFB5000 00193C (v02 AMD    CPMCMN   00000001 INTL 20210331)
[    0.293717] ACPI: Reserving FACP table memory at [mem 0x6eff9000-0x6eff9113]
[    0.300736] ACPI: Reserving DSDT table memory at [mem 0x6efda000-0x6eff3527]
[    0.307756] ACPI: Reserving FACS table memory at [mem 0x6edb9000-0x6edb903f]
[    0.314774] ACPI: Reserving BERT table memory at [mem 0x6effc000-0x6effc02f]
[    0.321794] ACPI: Reserving ERST table memory at [mem 0x6effb000-0x6effb22f]
[    0.328813] ACPI: Reserving HEST table memory at [mem 0x6effa000-0x6effa7f3]
[    0.335833] ACPI: Reserving HPET table memory at [mem 0x6eff8000-0x6eff8037]
[    0.342851] ACPI: Reserving APIC table memory at [mem 0x6eff6000-0x6eff78bd]
[    0.349871] ACPI: Reserving MCFG table memory at [mem 0x6eff5000-0x6eff503b]
[    0.356890] ACPI: Reserving WSMT table memory at [mem 0x6eff4000-0x6eff4027]
[    0.363910] ACPI: Reserving SSDT table memory at [mem 0x6efd9000-0x6efd9628]
[    0.370929] ACPI: Reserving SSDT table memory at [mem 0x6efd8000-0x6efd8d6d]
[    0.377948] ACPI: Reserving EINJ table memory at [mem 0x6efd7000-0x6efd716f]
[    0.384967] ACPI: Reserving PCCT table memory at [mem 0x6efd6000-0x6efd606d]
[    0.392005] ACPI: Reserving SSDT table memory at [mem 0x6efc7000-0x6efd5848]
[    0.399023] ACPI: Reserving SRAT table memory at [mem 0x6efc6000-0x6efc6ccf]
[    0.406044] ACPI: Reserving MSCT table memory at [mem 0x6efc5000-0x6efc504d]
[    0.413064] ACPI: Reserving SLIT table memory at [mem 0x6efc4000-0x6efc402f]
[    0.420082] ACPI: Reserving CRAT table memory at [mem 0x6efbc000-0x6efc32f7]
[    0.427101] ACPI: Reserving CDIT table memory at [mem 0x6efbb000-0x6efbb02b]
[    0.434121] ACPI: Reserving IVRS table memory at [mem 0x6efba000-0x6efba1ef]
[    0.441140] ACPI: Reserving SPCR table memory at [mem 0x6efb9000-0x6efb904f]
[    0.448159] ACPI: Reserving SLIC table memory at [mem 0x6efb8000-0x6efb8175]
[    0.455178] ACPI: Reserving SSDT table memory at [mem 0x6effd000-0x6effdd65]
[    0.462198] ACPI: Reserving SSDT table memory at [mem 0x6efb5000-0x6efb693b]
[    0.469295] APIC: Switched APIC routing to: cluster x2apic
[    0.474697] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff]
[    0.480656] ACPI: SRAT: Node 0 PXM 0 [mem 0x000c0000-0x7fffffff]
[    0.486635] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0x207fffffff]
[    0.492909] ACPI: SRAT: Node 1 PXM 1 [mem 0x2080000000-0x407fffffff]
[    0.499243] NUMA: Node 0 [mem 0x00001000-0x0009ffff] + [mem 0x000c0000-0x7fffffff] -> [mem 0x00001000-0x7fffffff]
[    0.509460] NUMA: Node 0 [mem 0x00001000-0x7fffffff] + [mem 0x100000000-0x207fffffff] -> [mem 0x00001000-0x207fffffff]
[    0.520127] NODE_DATA(0) allocated [mem 0x207fcd5a00-0x207fcfffff]
[    0.526281] NODE_DATA(1) allocated [mem 0x407ceb7a00-0x407cee1fff]
[    0.532758] Zone ranges:
[    0.535111]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.541265]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.547417]   Normal   [mem 0x0000000100000000-0x000000407f1fffff]
[    0.553569]   Device   empty
[    0.556428] Movable zone start for each node
[    0.560676] Early memory node ranges
[    0.564228]   node   0: [mem 0x0000000000001000-0x000000000008efff]
[    0.570468]   node   0: [mem 0x0000000000090000-0x000000000009ffff]
[    0.576706]   node   0: [mem 0x0000000000100000-0x0000000015dfffff]
[    0.582947]   node   0: [mem 0x0000000056700000-0x00000000567fbfff]
[    0.589186]   node   0: [mem 0x00000000567fd000-0x000000005a14afff]
[    0.595468]   node   0: [mem 0x000000005a34b000-0x0000000067acefff]
[    0.601708]   node   0: [mem 0x000000006efff000-0x000000006effffff]
[    0.607948]   node   0: [mem 0x000000006f00b000-0x000000006fffffff]
[    0.614186]   node   0: [mem 0x0000000100000000-0x000000207fcfffff]
[    0.620435]   node   1: [mem 0x0000002080000000-0x000000407f1fffff]
[    0.626674] Initmem setup node 0 [mem 0x0000000000001000-0x000000207fcfffff]
[    0.633687] Initmem setup node 1 [mem 0x0000002080000000-0x000000407f1fffff]
[    0.640706] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.646511] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.652327] On node 0, zone DMA: 96 pages in unavailable ranges
[    0.658658] On node 0, zone DMA32: 35072 pages in unavailable ranges
[    0.664870] On node 0, zone DMA32: 1 pages in unavailable ranges
[    0.670968] On node 0, zone DMA32: 512 pages in unavailable ranges
[    0.677139] On node 0, zone DMA32: 30000 pages in unavailable ranges
[    0.683316] On node 0, zone DMA32: 11 pages in unavailable ranges
[    0.917814] On node 1, zone Normal: 768 pages in unavailable ranges
[    0.923923] On node 1, zone Normal: 3584 pages in unavailable ranges
[    0.930373] ACPI: PM-Timer IO Port: 0x408
[    0.934244] ACPI: X2APIC_NMI (uid[0xffffffff] high edge lint[0x1])
[    0.940369] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.946276] IOAPIC[0]: apic_id 240, version 33, address 0xfec00000, GSI 0-23
[    0.953283] IOAPIC[1]: apic_id 241, version 33, address 0xe0100000, GSI 120-151
[    0.960563] IOAPIC[2]: apic_id 242, version 33, address 0xc5100000, GSI 88-119
[    0.967755] IOAPIC[3]: apic_id 243, version 33, address 0xaa100000, GSI 56-87
[    0.974861] IOAPIC[4]: apic_id 244, version 33, address 0xfd100000, GSI 24-55
[    0.981966] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.988289] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.994798] ACPI: Using ACPI (MADT) for SMP configuration information
[    1.001203] ACPI: HPET id: 0x10228201 base: 0xfed00000
[    1.006318] ACPI: SPCR: console: uart,io,0x2f8,115200
[    1.011346] CPU topo: Max. logical packages:   1
[    1.015933] CPU topo: Max. logical dies:       1
[    1.020525] CPU topo: Max. dies per package:   1
[    1.025122] CPU topo: Max. threads per core:   2
[    1.029721] CPU topo: Num. cores per package:    64
[    1.034574] CPU topo: Num. threads per package: 128
[    1.039425] CPU topo: Allowing 128 present CPUs plus 0 hotplug CPUs
[    1.045690] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    1.053205] PM: hibernation: Registered nosave memory: [mem 0x0008f000-0x0008ffff]
[    1.060745] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    1.068284] PM: hibernation: Registered nosave memory: [mem 0x00b4b000-0x00b4bfff]
[    1.075824] PM: hibernation: Registered nosave memory: [mem 0x00b53000-0x00b53fff]
[    1.083361] PM: hibernation: Registered nosave memory: [mem 0x00b54000-0x00b54fff]
[    1.090901] PM: hibernation: Registered nosave memory: [mem 0x00b86000-0x00b86fff]
[    1.098440] PM: hibernation: Registered nosave memory: [mem 0x00b87000-0x00b87fff]
[    1.105980] PM: hibernation: Registered nosave memory: [mem 0x00bb9000-0x00bb9fff]
[    1.113519] PM: hibernation: Registered nosave memory: [mem 0x00bba000-0x00bbafff]
[    1.121059] PM: hibernation: Registered nosave memory: [mem 0x00bff000-0x00bfffff]
[    1.128598] PM: hibernation: Registered nosave memory: [mem 0x15e00000-0x566fffff]
[    1.136145] PM: hibernation: Registered nosave memory: [mem 0x56700000-0x567fbfff]
[    1.143684] PM: hibernation: Registered nosave memory: [mem 0x567fc000-0x567fcfff]
[    1.151224] PM: hibernation: Registered nosave memory: [mem 0x567fd000-0x567fffff]
[    1.158764] PM: hibernation: Registered nosave memory: [mem 0x5a14b000-0x5a34afff]
[    1.166303] PM: hibernation: Registered nosave memory: [mem 0x67acf000-0x6dfcefff]
[    1.173841] PM: hibernation: Registered nosave memory: [mem 0x6dfcf000-0x6edfefff]
[    1.181380] PM: hibernation: Registered nosave memory: [mem 0x6edff000-0x6effefff]
[    1.188920] PM: hibernation: Registered nosave memory: [mem 0x6f000000-0x6f00afff]
[    1.196459] PM: hibernation: Registered nosave memory: [mem 0x70000000-0x7fffffff]
[    1.203997] PM: hibernation: Registered nosave memory: [mem 0x80000000-0xffffffff]
[    1.211539] PM: hibernation: Registered nosave memory: [mem 0x207fd00000-0x207fffffff]
[    1.219423] [mem 0x56800000-0xffffffff] available for PCI devices
[    1.225488] Booting paravirtualized kernel on bare hardware
[    1.231037] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    1.241463] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:128 nr_cpu_ids:128 nr_node_ids:2
[    1.253804] percpu: Embedded 66 pages/cpu s233472 r8192 d28672 u524288
[    1.260282] Kernel command line: BOOT_IMAGE=(hd0,gpt6)/vmlinuz-6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d root=/dev/mapper/rhel_hostname-root ro selinux=0 console=ttyS0,115200n8 earlyprintk=ttyS0,115200 net.ifnames=0 biosdevname=0 swiotlb=131072 kvm_amd.debug_swap=0 mem_encrypt=on
[    1.285601] Unknown kernel command line parameters "BOOT_IMAGE=(hd0,gpt6)/vmlinuz-6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d biosdevname=0 mem_encrypt=on", will be passed to user space.
[    1.302372] printk: log_buf_len individual max cpu contribution: 4096 bytes
[    1.309287] printk: log_buf_len total cpu_extra contributions: 520192 bytes
[    1.316220] printk: log_buf_len min size: 262144 bytes
[    1.321706] printk: log_buf_len: 1048576 bytes
[    1.325968] printk: early log buf free: 242224(92%)
[    1.332257] Fallback order for Node 0: 0 1 
[    1.332260] Fallback order for Node 1: 1 0 
[    1.332271] Built 2 zonelists, mobility grouping on.  Total pages: 66743906
[    1.347365] Policy zone: Normal
[    1.350491] mem auto-init: stack:off, heap alloc:on, heap free:off
[    1.356675] software IO TLB: area num 128.
[    1.782263] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=128, Nodes=2
Poking KASLR using RDRAND RDTSC...
[    1.791906] ftrace: allocating 53173 entries in 208 pages
[    1.808286] ftrace: allocated 208 pages with 3 groups
[    1.814020] Dynamic Preempt: voluntary
[    1.817946] rcu: Preemptible hierarchical RCU implementation.
[    1.823506] rcu: 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=128.
[    1.830439] 	Trampoline variant of Tasks RCU enabled.
[    1.835465] 	Rude variant of Tasks RCU enabled.
[    1.839971] 	Tracing variant of Tasks RCU enabled.
[    1.844738] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    1.852277] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=128
[    1.859164] RCU Tasks: Setting shift to 7 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=128.
[    1.867965] RCU Tasks Rude: Setting shift to 7 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=128.
[    1.877258] RCU Tasks Trace: Setting shift to 7 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=128.
[    1.889308] NR_IRQS: 524544, nr_irqs: 3624, preallocated irqs: 16
[    1.895490] rcu: srcu_init: Setting srcu_struct sizes to big.
[    1.901205] Console: colour dummy device 80x25
[    1.905494] printk: legacy console [ttyS0] enabled
[    1.905494] printk: legacy console [ttyS0] enabled
[    1.915026] printk: legacy bootconsole [earlyser0] disabled
[    1.915026] printk: legacy bootconsole [earlyser0] disabled
[    1.926212] mempolicy: Enabling automatic NUMA balancing. Configure with numa_balancing= or the kernel.numa_balancing sysctl
[    1.937492] ACPI: Core revision 20240322
[    1.941641] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[    1.950780] APIC: Switch to symmetric I/O mode setup
[    1.956735] AMD-Vi: Using global IVHD EFR:0x841f77e022094ace, EFR2:0x0
[    1.965686] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    1.990779] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x398dc336f55, max_idle_ns: 881590557165 ns
[    2.001308] Calibrating delay loop (skipped), value calculated using timer frequency.. 3992.79 BogoMIPS (lpj=7985584)
[    2.005319] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[    2.009411] LVT offset 2 assigned for vector 0xf4
[    2.013341] Last level iTLB entries: 4KB 512, 2MB 512, 4MB 256
[    2.017307] Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
[    2.021309] process: using mwait in idle threads
[    2.025308] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    2.029309] Spectre V2 : Mitigation: Retpolines
[    2.033307] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    2.037307] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
[    2.041307] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    2.045308] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    2.049307] Spectre V2 : User space: Mitigation: STIBP always-on protection
[    2.053308] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[    2.057307] Speculative Return Stack Overflow: Mitigation: Safe RET
[    2.061310] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    2.065307] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    2.069307] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    2.073307] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
[    2.077307] x86/fpu: Supporting XSAVE feature 0x800: 'Control-flow User registers'
[    2.081308] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    2.085307] x86/fpu: xstate_offset[9]:  832, xstate_sizes[9]:    8
[    2.089308] x86/fpu: xstate_offset[11]:  840, xstate_sizes[11]:   16
[    2.093309] x86/fpu: Enabled xstate features 0xa07, context size is 856 bytes, using 'compacted' format.
[    2.130493] Freeing SMP alternatives memory: 44K
[    2.133428] Memory Encryption Features active: AMD SME
[    2.137308] pid_max: default: 131072 minimum: 1024
[    2.149225] LSM: initializing lsm=lockdown,capability,yama,apparmor,ima,evm
[    2.149363] Yama: becoming mindful.
[    2.153419] AppArmor: AppArmor initialized
[    2.166749] Dentry cache hash table entries: 16777216 (order: 15, 134217728 bytes, vmalloc hugepage)
[    2.175244] Inode-cache hash table entries: 8388608 (order: 14, 67108864 bytes, vmalloc hugepage)
[    2.177493] Mount-cache hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc)
[    2.181457] Mountpoint-cache hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc)
[    2.297443] smpboot: CPU0: AMD EPYC 7713 64-Core Processor (family: 0x19, model: 0x1, stepping: 0x1)
[    2.301691] Performance Events: Fam17h+ core perfctr, AMD PMU driver.
[    2.305309] ... version:                0
[    2.309308] ... bit width:              48
[    2.313308] ... generic registers:      6
[    2.317308] ... value mask:             0000ffffffffffff
[    2.321308] ... max period:             00007fffffffffff
[    2.325308] ... fixed-purpose events:   0
[    2.329308] ... event mask:             000000000000003f
[    2.333639] signal: max sigframe size: 3376
[    2.337344] rcu: Hierarchical SRCU implementation.
[    2.341308] rcu: 	Max phase no-delay instances is 1000.
[    2.345360] Timer migration: 3 hierarchy levels; 8 children per group; 2 crossnode level
[    2.357127] MCE: In-kernel MCE decoding enabled.
[    2.357364] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    2.365735] smp: Bringing up secondary CPUs ...
[    2.369451] smpboot: x86: Booting SMP configuration:
[    2.373310] .... 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
[    2.381310] .... node  #1, CPUs:    #32  #33  #34  #35  #36  #37  #38  #39  #40  #41  #42  #43  #44  #45  #46  #47  #48  #49  #50  #51  #52  #53  #54  #55  #56  #57  #58  #59  #60  #61  #62  #63
[    2.461308] psi: inconsistent task state! task=17:rcu_preempt cpu=0 psi_flags=4 clear=0 set=4
[    2.533602] 
[    2.535098] .... node  #0, CPUs:    #64  #65  #66  #67  #68  #69  #70  #71  #72  #73  #74  #75  #76  #77  #78  #79  #80  #81  #82  #83  #84  #85  #86  #87  #88  #89  #90  #91  #92  #93  #94  #95
[    2.545309] .... node  #1, CPUs:    #96  #97  #98  #99 #100 #101 #102 #103 #104 #105 #106 #107 #108 #109 #110 #111 #112 #113 #114 #115 #116 #117 #118 #119 #120 #121 #122 #123 #124 #125 #126 #127
[    2.607309] Spectre V2 : Update user space SMT mitigation: STIBP always-on
[    2.755310] smp: Brought up 2 nodes, 128 CPUs
[    2.757313] smpboot: Total of 128 processors activated (511077.37 BogoMIPS)
[    2.773401] Memory: 262096760K/266975624K available (18432K kernel code, 3262K rwdata, 7744K rodata, 4684K init, 6212K bss, 4562404K reserved, 0K cma-reserved)
[    2.784161] devtmpfs: initialized
[    2.785386] x86/mm: Memory block size: 2048MB
[    2.800151] ACPI: PM: Registering ACPI NVS region [mem 0x0008f000-0x0008ffff] (4096 bytes)
[    2.801309] ACPI: PM: Registering ACPI NVS region [mem 0x6dfcf000-0x6edfefff] (14876672 bytes)
[    2.809452] ACPI: PM: Registering ACPI NVS region [mem 0x6f000000-0x6f00afff] (45056 bytes)
[    2.813403] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    2.817430] futex hash table entries: 32768 (order: 9, 2097152 bytes, vmalloc)
[    2.821544] pinctrl core: initialized pinctrl subsystem
[    2.825421] PM: RTC time: 11:32:34, date: 2024-09-03
[    2.830131] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    2.833936] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[    2.837585] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    2.841579] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    2.845316] audit: initializing netlink subsys (disabled)
[    2.849329] audit: type=2000 audit(1725363153.880:1): state=initialized audit_enabled=0 res=1
[    2.849484] thermal_sys: Registered thermal governor 'fair_share'
[    2.853310] thermal_sys: Registered thermal governor 'bang_bang'
[    2.857308] thermal_sys: Registered thermal governor 'step_wise'
[    2.861308] thermal_sys: Registered thermal governor 'user_space'
[    2.865316] EISA bus registered
[    2.873331] cpuidle: using governor ladder
[    2.877319] cpuidle: using governor menu
[    2.881352] Detected 1 PCC Subspaces
[    2.885309] Registering PCC driver as Mailbox controller
[    2.889519] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    2.893310] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    2.897482] PCI: ECAM [mem 0x80000000-0x8fffffff] (base 0x80000000) for domain 0000 [bus 00-ff]
[    2.901319] PCI: Using configuration type 1 for base access
[    2.905317] PCI: Dell System detected, enabling pci=bfsort.
[    2.909485] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    2.913526] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[    2.917311] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[    2.921309] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[    2.925308] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[    2.929584] ACPI: Added _OSI(Module Device)
[    2.933309] ACPI: Added _OSI(Processor Device)
[    2.937308] ACPI: Added _OSI(3.0 _SCP Extensions)
[    2.941308] ACPI: Added _OSI(Processor Aggregator Device)
[    2.986567] ACPI: 6 ACPI AML tables successfully acquired and loaded
[    3.004562] ACPI: Interpreter enabled
[    3.005321] ACPI: PM: (supports S0 S5)
[    3.009308] ACPI: Using IOAPIC for interrupt routing
[    3.017562] HEST: Table parsing has been initialized.
[    3.021723] GHES: APEI firmware first mode is enabled by APEI bit and WHEA _OSC.
[    3.025310] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    3.029308] PCI: Ignoring E820 reservations for host bridge windows
[    3.035490] ACPI: Enabled 1 GPEs in block 00 to 1F
[    3.075770] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[    3.077386] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
[    3.081386] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[    3.085385] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[    3.089386] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[    3.093385] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[    3.097386] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[    3.101386] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[    3.105797] ACPI: PCI Root Bridge [PC00] (domain 0000 [bus 00-3f])
[    3.109312] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    3.113471] acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug AER DPC]
[    3.117625] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
[    3.121308] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    3.126281] PCI host bridge to bus 0000:00
[    3.129312] pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
[    3.133308] pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
[    3.137309] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000fffff window]
[    3.141308] pci_bus 0000:00: root bus resource [io  0x0d00-0x3fff window]
[    3.145308] pci_bus 0000:00: root bus resource [mem 0xe1000000-0xfebfffff window]
[    3.149308] pci_bus 0000:00: root bus resource [mem 0x63dc0000000-0x7fcffffffff window]
[    3.153309] pci_bus 0000:00: root bus resource [bus 00-3f]
[    3.157322] pci 0000:00:00.0: [1022:1480] type 00 class 0x060000 conventional PCI endpoint
[    3.161473] pci 0000:00:00.2: [1022:164f] type 00 class 0x080600 conventional PCI endpoint
[    3.165427] pci 0000:00:01.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.169412] pci 0000:00:02.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.173411] pci 0000:00:03.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.177411] pci 0000:00:03.2: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    3.181326] pci 0000:00:03.2: PCI bridge to [bus 01]
[    3.185312] pci 0000:00:03.2:   bridge window [io  0x1000-0x1fff]
[    3.189309] pci 0000:00:03.2:   bridge window [mem 0xf7300000-0xf74fffff]
[    3.193378] pci 0000:00:03.2: PME# supported from D0 D3hot D3cold
[    3.198332] pci 0000:00:04.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.201416] pci 0000:00:05.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.205413] pci 0000:00:07.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.209409] pci 0000:00:07.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    3.213326] pci 0000:00:07.1: PCI bridge to [bus 02]
[    3.217313] pci 0000:00:07.1:   bridge window [mem 0xf7200000-0xf72fffff]
[    3.221320] pci 0000:00:07.1: enabling Extended Tags
[    3.229338] pci 0000:00:07.1: PME# supported from D0 D3hot D3cold
[    3.233481] pci 0000:00:08.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.237410] pci 0000:00:08.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    3.241326] pci 0000:00:08.1: PCI bridge to [bus 03]
[    3.245313] pci 0000:00:08.1:   bridge window [mem 0xf7000000-0xf71fffff]
[    3.249320] pci 0000:00:08.1: enabling Extended Tags
[    3.253358] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[    3.257515] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500 conventional PCI endpoint
[    3.261449] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100 conventional PCI endpoint
[    3.265499] pci 0000:00:18.0: [1022:1650] type 00 class 0x060000 conventional PCI endpoint
[    3.269420] pci 0000:00:18.1: [1022:1651] type 00 class 0x060000 conventional PCI endpoint
[    3.273384] pci 0000:00:18.2: [1022:1652] type 00 class 0x060000 conventional PCI endpoint
[    3.277388] pci 0000:00:18.3: [1022:1653] type 00 class 0x060000 conventional PCI endpoint
[    3.281384] pci 0000:00:18.4: [1022:1654] type 00 class 0x060000 conventional PCI endpoint
[    3.285383] pci 0000:00:18.5: [1022:1655] type 00 class 0x060000 conventional PCI endpoint
[    3.293310] pci 0000:00:18.6: [1022:1656] type 00 class 0x060000 conventional PCI endpoint
[    3.297385] pci 0000:00:18.7: [1022:1657] type 00 class 0x060000 conventional PCI endpoint
[    3.301450] pci 0000:01:00.0: [1000:0097] type 00 class 0x010700 PCIe Endpoint
[    3.305319] pci 0000:01:00.0: BAR 0 [io  0x1000-0x10ff]
[    3.309318] pci 0000:01:00.0: BAR 1 [mem 0xf7400000-0xf740ffff 64bit]
[    3.313317] pci 0000:01:00.0: BAR 3 [mem 0xf7300000-0xf73fffff 64bit]
[    3.317320] pci 0000:01:00.0: ROM [mem 0xfff00000-0xffffffff pref]
[    3.321313] pci 0000:01:00.0: enabling Extended Tags
[    3.325392] pci 0000:01:00.0: supports D1 D2
[    3.329338] pci 0000:01:00.0: VF BAR 0 [mem 0x00000000-0x0000ffff 64bit]
[    3.333308] pci 0000:01:00.0: VF BAR 0 [mem 0x00000000-0x000fffff 64bit]: contains BAR 0 for 16 VFs
[    3.337316] pci 0000:01:00.0: VF BAR 2 [mem 0x00000000-0x000fffff 64bit]
[    3.341308] pci 0000:01:00.0: VF BAR 2 [mem 0x00000000-0x00ffffff 64bit]: contains BAR 2 for 16 VFs
[    3.345496] pci 0000:00:03.2: PCI bridge to [bus 01]
[    3.349394] pci 0000:02:00.0: [1022:148a] type 00 class 0x130000 PCIe Endpoint
[    3.353349] pci 0000:02:00.0: enabling Extended Tags
[    3.357495] pci 0000:02:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    3.361327] pci 0000:02:00.2: BAR 2 [mem 0xf7200000-0xf727ffff]
[    3.365323] pci 0000:02:00.2: BAR 5 [mem 0xf7280000-0xf7281fff]
[    3.369317] pci 0000:02:00.2: enabling Extended Tags
[    3.373521] pci 0000:00:07.1: PCI bridge to [bus 02]
[    3.377440] pci 0000:03:00.0: [1022:1485] type 00 class 0x130000 PCIe Endpoint
[    3.381353] pci 0000:03:00.0: enabling Extended Tags
[    3.385543] pci 0000:03:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    3.389329] pci 0000:03:00.2: BAR 2 [mem 0xf7100000-0xf717ffff]
[    3.393324] pci 0000:03:00.2: BAR 5 [mem 0xf7180000-0xf7181fff]
[    3.397318] pci 0000:03:00.2: enabling Extended Tags
[    3.401516] pci 0000:03:00.3: [1022:148c] type 00 class 0x0c0330 PCIe Endpoint
[    3.405321] pci 0000:03:00.3: BAR 0 [mem 0xf7000000-0xf70fffff 64bit]
[    3.409339] pci 0000:03:00.3: enabling Extended Tags
[    3.413360] pci 0000:03:00.3: PME# supported from D0 D3hot D3cold
[    3.417499] pci 0000:00:08.1: PCI bridge to [bus 03]
[    3.425575] ACPI: PCI Root Bridge [PC01] (domain 0000 [bus 40-7f])
[    3.429311] acpi PNP0A08:01: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    3.437311] acpi PNP0A08:01: _OSC: platform does not support [SHPCHotplug AER DPC]
[    3.441619] acpi PNP0A08:01: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
[    3.445308] acpi PNP0A08:01: FADT indicates ASPM is unsupported, using BIOS configuration
[    3.450225] PCI host bridge to bus 0000:40
[    3.453312] pci_bus 0000:40: root bus resource [io  0x4000-0x6fff window]
[    3.457308] pci_bus 0000:40: root bus resource [mem 0x90000000-0xaaffffff window]
[    3.461308] pci_bus 0000:40: root bus resource [mem 0x47e80000000-0x63dbfffffff window]
[    3.465309] pci_bus 0000:40: root bus resource [bus 40-7f]
[    3.469317] pci 0000:40:00.0: [1022:1480] type 00 class 0x060000 conventional PCI endpoint
[    3.473420] pci 0000:40:00.2: [1022:164f] type 00 class 0x080600 conventional PCI endpoint
[    3.477423] pci 0000:40:01.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.481411] pci 0000:40:02.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.485402] pci 0000:40:03.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.489410] pci 0000:40:03.1: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    3.493328] pci 0000:40:03.1: PCI bridge to [bus 41]
[    3.497313] pci 0000:40:03.1:   bridge window [mem 0xa4c00000-0xa4ffffff]
[    3.501400] pci 0000:40:03.1: PME# supported from D0 D3hot D3cold
[    3.521346] pci 0000:40:03.2: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    3.525328] pci 0000:40:03.2: PCI bridge to [bus 42]
[    3.529313] pci 0000:40:03.2:   bridge window [mem 0xa4800000-0xa4bfffff]
[    3.533401] pci 0000:40:03.2: PME# supported from D0 D3hot D3cold
[    3.550782] pci 0000:40:03.3: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    3.553334] pci 0000:40:03.3: PCI bridge to [bus 43]
[    3.557315] pci 0000:40:03.3:   bridge window [mem 0xa4400000-0xa47fffff]
[    3.561533] pci 0000:40:03.3: PME# supported from D0 D3hot D3cold
[    3.580524] pci 0000:40:03.4: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    3.581332] pci 0000:40:03.4: PCI bridge to [bus 44]
[    3.585313] pci 0000:40:03.4:   bridge window [mem 0xa4000000-0xa43fffff]
[    3.589411] pci 0000:40:03.4: PME# supported from D0 D3hot D3cold
[    3.606427] pci 0000:40:04.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.609415] pci 0000:40:05.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.613443] pci 0000:40:07.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.617406] pci 0000:40:07.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    3.621330] pci 0000:40:07.1: PCI bridge to [bus 45]
[    3.625315] pci 0000:40:07.1:   bridge window [mem 0xa5300000-0xa53fffff]
[    3.629321] pci 0000:40:07.1: enabling Extended Tags
[    3.633350] pci 0000:40:07.1: PME# supported from D0 D3hot D3cold
[    3.641479] pci 0000:40:08.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.649410] pci 0000:40:08.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    3.657327] pci 0000:40:08.1: PCI bridge to [bus 46]
[    3.661313] pci 0000:40:08.1:   bridge window [mem 0xa5000000-0xa52fffff]
[    3.669320] pci 0000:40:08.1: enabling Extended Tags
[    3.673357] pci 0000:40:08.1: PME# supported from D0 D3hot D3cold
[    3.677569] pci 0000:40:03.1: PCI bridge to [bus 41]
[    3.685390] pci 0000:40:03.2: PCI bridge to [bus 42]
[    3.689387] pci 0000:40:03.3: PCI bridge to [bus 43]
[    3.693387] pci 0000:40:03.4: PCI bridge to [bus 44]
[    3.697393] pci 0000:45:00.0: [1022:148a] type 00 class 0x130000 PCIe Endpoint
[    3.705348] pci 0000:45:00.0: enabling Extended Tags
[    3.709494] pci 0000:45:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    3.717327] pci 0000:45:00.2: BAR 2 [mem 0xa5300000-0xa537ffff]
[    3.725323] pci 0000:45:00.2: BAR 5 [mem 0xa5380000-0xa5381fff]
[    3.729317] pci 0000:45:00.2: enabling Extended Tags
[    3.737521] pci 0000:40:07.1: PCI bridge to [bus 45]
[    3.741439] pci 0000:46:00.0: [1022:1485] type 00 class 0x130000 PCIe Endpoint
[    3.749353] pci 0000:46:00.0: enabling Extended Tags
[    3.753539] pci 0000:46:00.1: [1022:1486] type 00 class 0x108000 PCIe Endpoint
[    3.761328] pci 0000:46:00.1: BAR 2 [mem 0xa5100000-0xa51fffff]
[    3.765323] pci 0000:46:00.1: BAR 5 [mem 0xa5282000-0xa5283fff]
[    3.773318] pci 0000:46:00.1: enabling Extended Tags
[    3.777373] pci 0000:46:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    3.785328] pci 0000:46:00.2: BAR 2 [mem 0xa5200000-0xa527ffff]
[    3.789324] pci 0000:46:00.2: BAR 5 [mem 0xa5280000-0xa5281fff]
[    3.797318] pci 0000:46:00.2: enabling Extended Tags
[    3.801525] pci 0000:46:00.3: [1022:148c] type 00 class 0x0c0330 PCIe Endpoint
[    3.809321] pci 0000:46:00.3: BAR 0 [mem 0xa5000000-0xa50fffff 64bit]
[    3.817338] pci 0000:46:00.3: enabling Extended Tags
[    3.821359] pci 0000:46:00.3: PME# supported from D0 D3hot D3cold
[    3.825503] pci 0000:40:08.1: PCI bridge to [bus 46]
[    3.834015] ACPI: PCI Root Bridge [PC02] (domain 0000 [bus 80-bf])
[    3.837312] acpi PNP0A08:02: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    3.849470] acpi PNP0A08:02: _OSC: platform does not support [SHPCHotplug AER DPC]
[    3.857620] acpi PNP0A08:02: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
[    3.865308] acpi PNP0A08:02: FADT indicates ASPM is unsupported, using BIOS configuration
[    3.874197] PCI host bridge to bus 0000:80
[    3.877312] pci_bus 0000:80: root bus resource [io  0x7000-0x9fff window]
[    3.885308] pci_bus 0000:80: root bus resource [mem 0xab000000-0xc5ffffff window]
[    3.893308] pci_bus 0000:80: root bus resource [mem 0x2bf40000000-0x47e7fffffff window]
[    3.901309] pci_bus 0000:80: root bus resource [bus 80-bf]
[    3.905318] pci 0000:80:00.0: [1022:1480] type 00 class 0x060000 conventional PCI endpoint
[    3.913423] pci 0000:80:00.2: [1022:164f] type 00 class 0x080600 conventional PCI endpoint
[    3.921424] pci 0000:80:01.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.929410] pci 0000:80:01.1: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    3.937309] pci 0000:80:01.1: PCI bridge to [bus 81]
[    3.941313] pci 0000:80:01.1:   bridge window [mem 0xbf400000-0xbf7fffff]
[    3.949400] pci 0000:80:01.1: PME# supported from D0 D3hot D3cold
[    3.968210] pci 0000:80:01.2: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    3.977333] pci 0000:80:01.2: PCI bridge to [bus 82]
[    3.981316] pci 0000:80:01.2:   bridge window [mem 0xbf000000-0xbf3fffff]
[    3.989381] pci 0000:80:01.2: PME# supported from D0 D3hot D3cold
[    4.008587] pci 0000:80:02.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.009416] pci 0000:80:03.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.017338] pci 0000:80:04.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.021486] pci 0000:80:05.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.025402] pci 0000:80:07.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.029417] pci 0000:80:07.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    4.033326] pci 0000:80:07.1: PCI bridge to [bus 83]
[    4.037312] pci 0000:80:07.1:   bridge window [mem 0xbfa00000-0xbfafffff]
[    4.041320] pci 0000:80:07.1: enabling Extended Tags
[    4.045358] pci 0000:80:07.1: PME# supported from D0 D3hot D3cold
[    4.049475] pci 0000:80:08.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.053408] pci 0000:80:08.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    4.057326] pci 0000:80:08.1: PCI bridge to [bus 84]
[    4.061312] pci 0000:80:08.1:   bridge window [mem 0xbf900000-0xbf9fffff]
[    4.065320] pci 0000:80:08.1: enabling Extended Tags
[    4.073359] pci 0000:80:08.1: PME# supported from D0 D3hot D3cold
[    4.077487] pci 0000:80:08.2: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    4.081326] pci 0000:80:08.2: PCI bridge to [bus 85]
[    4.085312] pci 0000:80:08.2:   bridge window [mem 0xbf800000-0xbf8fffff]
[    4.089320] pci 0000:80:08.2: enabling Extended Tags
[    4.093358] pci 0000:80:08.2: PME# supported from D0 D3hot D3cold
[    4.097567] pci 0000:80:01.1: PCI bridge to [bus 81]
[    4.101392] pci 0000:80:01.2: PCI bridge to [bus 82]
[    4.105397] pci 0000:83:00.0: [1022:148a] type 00 class 0x130000 PCIe Endpoint
[    4.109349] pci 0000:83:00.0: enabling Extended Tags
[    4.113490] pci 0000:83:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    4.117326] pci 0000:83:00.2: BAR 2 [mem 0xbfa00000-0xbfa7ffff]
[    4.121322] pci 0000:83:00.2: BAR 5 [mem 0xbfa80000-0xbfa81fff]
[    4.125317] pci 0000:83:00.2: enabling Extended Tags
[    4.129519] pci 0000:80:07.1: PCI bridge to [bus 83]
[    4.133438] pci 0000:84:00.0: [1022:1485] type 00 class 0x130000 PCIe Endpoint
[    4.137353] pci 0000:84:00.0: enabling Extended Tags
[    4.141538] pci 0000:84:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    4.145328] pci 0000:84:00.2: BAR 2 [mem 0xbf900000-0xbf97ffff]
[    4.149325] pci 0000:84:00.2: BAR 5 [mem 0xbf980000-0xbf981fff]
[    4.153318] pci 0000:84:00.2: enabling Extended Tags
[    4.157524] pci 0000:80:08.1: PCI bridge to [bus 84]
[    4.161437] pci 0000:85:00.0: [1022:7901] type 00 class 0x010601 PCIe Endpoint
[    4.165344] pci 0000:85:00.0: BAR 5 [mem 0xbf800000-0xbf8007ff]
[    4.169318] pci 0000:85:00.0: enabling Extended Tags
[    4.173372] pci 0000:85:00.0: PME# supported from D3hot D3cold
[    4.177506] pci 0000:80:08.2: PCI bridge to [bus 85]
[    4.185774] ACPI: PCI Root Bridge [PC03] (domain 0000 [bus c0-ff])
[    4.189311] acpi PNP0A08:03: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    4.193472] acpi PNP0A08:03: _OSC: platform does not support [SHPCHotplug AER DPC]
[    4.201390] acpi PNP0A08:03: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
[    4.205308] acpi PNP0A08:03: FADT indicates ASPM is unsupported, using BIOS configuration
[    4.210354] PCI host bridge to bus 0000:c0
[    4.213312] pci_bus 0000:c0: root bus resource [io  0xa000-0xffff window]
[    4.217308] pci_bus 0000:c0: root bus resource [mem 0xc6000000-0xe0ffffff window]
[    4.221308] pci_bus 0000:c0: root bus resource [mem 0x10000000000-0x2bf3fffffff window]
[    4.225308] pci_bus 0000:c0: root bus resource [io  0x03b0-0x03df window]
[    4.229308] pci_bus 0000:c0: root bus resource [mem 0x000a0000-0x000bffff window]
[    4.233308] pci_bus 0000:c0: root bus resource [bus c0-ff]
[    4.237318] pci 0000:c0:00.0: [1022:1480] type 00 class 0x060000 conventional PCI endpoint
[    4.241421] pci 0000:c0:00.2: [1022:164f] type 00 class 0x080600 conventional PCI endpoint
[    4.245423] pci 0000:c0:01.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.249402] pci 0000:c0:02.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.253401] pci 0000:c0:03.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.257408] pci 0000:c0:03.1: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.261328] pci 0000:c0:03.1: PCI bridge to [bus c4]
[    4.265313] pci 0000:c0:03.1:   bridge window [mem 0xdb600000-0xdb9fffff]
[    4.269401] pci 0000:c0:03.1: PME# supported from D0 D3hot D3cold
[    4.289115] pci 0000:c0:03.2: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.289332] pci 0000:c0:03.2: PCI bridge to [bus c5]
[    4.293313] pci 0000:c0:03.2:   bridge window [mem 0xdb200000-0xdb5fffff]
[    4.297412] pci 0000:c0:03.2: PME# supported from D0 D3hot D3cold
[    4.315954] pci 0000:c0:03.3: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.317330] pci 0000:c0:03.3: PCI bridge to [bus c6]
[    4.321318] pci 0000:c0:03.3:   bridge window [mem 0xdae00000-0xdb1fffff]
[    4.325424] pci 0000:c0:03.3: PME# supported from D0 D3hot D3cold
[    4.346847] pci 0000:c0:03.4: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.349333] pci 0000:c0:03.4: PCI bridge to [bus c7]
[    4.353315] pci 0000:c0:03.4:   bridge window [mem 0xdaa00000-0xdadfffff]
[    4.357433] pci 0000:c0:03.4: PME# supported from D0 D3hot D3cold
[    4.377980] pci 0000:c0:04.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.381415] pci 0000:c0:05.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.385406] pci 0000:c0:05.1: [1022:149a] type 01 class 0x060400 PCIe Root Port
[    4.389326] pci 0000:c0:05.1: PCI bridge to [bus c1]
[    4.393318] pci 0000:c0:05.1:   bridge window [mem 0xc7000000-0xc70fffff 64bit pref]
[    4.397354] pci 0000:c0:05.1: PME# supported from D0 D3hot D3cold
[    4.401461] pci 0000:c0:05.2: [1022:149a] type 01 class 0x060400 PCIe Root Port
[    4.405325] pci 0000:c0:05.2: PCI bridge to [bus c2-c3]
[    4.409313] pci 0000:c0:05.2:   bridge window [mem 0xda000000-0xda8fffff]
[    4.413314] pci 0000:c0:05.2:   bridge window [mem 0xc6000000-0xc6ffffff 64bit pref]
[    4.417353] pci 0000:c0:05.2: PME# supported from D0 D3hot D3cold
[    4.421457] pci 0000:c0:07.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.425406] pci 0000:c0:07.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    4.429325] pci 0000:c0:07.1: PCI bridge to [bus c8]
[    4.433312] pci 0000:c0:07.1:   bridge window [mem 0xdbb00000-0xdbbfffff]
[    4.437320] pci 0000:c0:07.1: enabling Extended Tags
[    4.441354] pci 0000:c0:07.1: PME# supported from D0 D3hot D3cold
[    4.445468] pci 0000:c0:08.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.449405] pci 0000:c0:08.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    4.453325] pci 0000:c0:08.1: PCI bridge to [bus c9]
[    4.457312] pci 0000:c0:08.1:   bridge window [mem 0xdba00000-0xdbafffff]
[    4.461320] pci 0000:c0:08.1: enabling Extended Tags
[    4.465356] pci 0000:c0:08.1: PME# supported from D0 D3hot D3cold
[    4.469557] pci 0000:c0:03.1: PCI bridge to [bus c4]
[    4.473389] pci 0000:c0:03.2: PCI bridge to [bus c5]
[    4.477388] pci 0000:c0:03.3: PCI bridge to [bus c6]
[    4.481389] pci 0000:c0:03.4: PCI bridge to [bus c7]
[    4.485403] pci 0000:c1:00.0: [14e4:165f] type 00 class 0x020000 PCIe Endpoint
[    4.489330] pci 0000:c1:00.0: BAR 0 [mem 0xc7030000-0xc703ffff 64bit pref]
[    4.493326] pci 0000:c1:00.0: BAR 2 [mem 0xc7040000-0xc704ffff 64bit pref]
[    4.497325] pci 0000:c1:00.0: BAR 4 [mem 0xc7050000-0xc705ffff 64bit pref]
[    4.501319] pci 0000:c1:00.0: ROM [mem 0xfffc0000-0xffffffff pref]
[    4.505385] pci 0000:c1:00.0: PME# supported from D0 D3hot D3cold
[    4.509359] pci 0000:c1:00.0: 4.000 Gb/s available PCIe bandwidth, limited by 5.0 GT/s PCIe x1 link at 0000:c0:05.1 (capable of 8.000 Gb/s with 5.0 GT/s PCIe x2 link)
[    4.526607] pci 0000:c1:00.1: [14e4:165f] type 00 class 0x020000 PCIe Endpoint
[    4.533330] pci 0000:c1:00.1: BAR 0 [mem 0xc7000000-0xc700ffff 64bit pref]
[    4.541321] pci 0000:c1:00.1: BAR 2 [mem 0xc7010000-0xc701ffff 64bit pref]
[    4.549321] pci 0000:c1:00.1: BAR 4 [mem 0xc7020000-0xc702ffff 64bit pref]
[    4.553317] pci 0000:c1:00.1: ROM [mem 0xfffc0000-0xffffffff pref]
[    4.561397] pci 0000:c1:00.1: PME# supported from D0 D3hot D3cold
[    4.577332] pci 0000:c0:05.1: PCI bridge to [bus c1]
[    4.581385] pci 0000:c2:00.0: [1556:be00] type 01 class 0x060400 PCIe to PCI/PCI-X bridge
[    4.589338] pci 0000:c2:00.0: PCI bridge to [bus c3]
[    4.597315] pci 0000:c2:00.0:   bridge window [mem 0xda000000-0xda8fffff]
[    4.601318] pci 0000:c2:00.0:   bridge window [mem 0xc6000000-0xc6ffffff 64bit pref]
[    4.617322] pci 0000:c0:05.2: PCI bridge to [bus c2-c3]
[    4.621343] pci_bus 0000:c3: extended config space not accessible
[    4.629332] pci 0000:c3:00.0: [102b:0536] type 00 class 0x030000 conventional PCI endpoint
[    4.637324] pci 0000:c3:00.0: BAR 0 [mem 0xc6000000-0xc6ffffff pref]
[    4.645317] pci 0000:c3:00.0: BAR 1 [mem 0xda808000-0xda80bfff]
[    4.649317] pci 0000:c3:00.0: BAR 2 [mem 0xda000000-0xda7fffff]
[    4.657357] pci 0000:c3:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    4.665445] pci 0000:c2:00.0: PCI bridge to [bus c3]
[    4.669404] pci 0000:c8:00.0: [1022:148a] type 00 class 0x130000 PCIe Endpoint
[    4.677349] pci 0000:c8:00.0: enabling Extended Tags
[    4.681488] pci 0000:c8:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    4.689326] pci 0000:c8:00.2: BAR 2 [mem 0xdbb00000-0xdbb7ffff]
[    4.693322] pci 0000:c8:00.2: BAR 5 [mem 0xdbb80000-0xdbb81fff]
[    4.701317] pci 0000:c8:00.2: enabling Extended Tags
[    4.705502] pci 0000:c0:07.1: PCI bridge to [bus c8]
[    4.709437] pci 0000:c9:00.0: [1022:1485] type 00 class 0x130000 PCIe Endpoint
[    4.717351] pci 0000:c9:00.0: enabling Extended Tags
[    4.721537] pci 0000:c9:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    4.729328] pci 0000:c9:00.2: BAR 2 [mem 0xdba00000-0xdba7ffff]
[    4.737324] pci 0000:c9:00.2: BAR 5 [mem 0xdba80000-0xdba81fff]
[    4.741318] pci 0000:c9:00.2: enabling Extended Tags
[    4.745525] pci 0000:c0:08.1: PCI bridge to [bus c9]
[    4.757331] iommu: Default domain type: Translated
[    4.761309] iommu: DMA domain TLB invalidation policy: lazy mode
[    4.769583] SCSI subsystem initialized
[    4.773346] ACPI: bus type USB registered
[    4.777324] usbcore: registered new interface driver usbfs
[    4.781315] usbcore: registered new interface driver hub
[    4.785342] usbcore: registered new device driver usb
[    4.793337] pps_core: LinuxPPS API ver. 1 registered
[    4.797309] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    4.805310] PTP clock support registered
[    4.809386] EDAC MC: Ver: 3.0.0
[    4.813372] efivars: Registered efivars operations
[    4.817700] NetLabel: Initializing
[    4.821309] NetLabel:  domain hash size = 128
[    4.825308] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    4.833330] NetLabel:  unlabeled traffic allowed by default
[    4.837350] PCI: Using ACPI for IRQ routing
[    4.845911] pci 0000:c3:00.0: vgaarb: setting as boot VGA device
[    4.849307] pci 0000:c3:00.0: vgaarb: bridge control possible
[    4.849307] pci 0000:c3:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    4.865310] vgaarb: loaded
[    4.869451] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    4.873308] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    4.881554] clocksource: Switched to clocksource tsc-early
[    4.887102] VFS: Disk quotas dquot_6.6.0
[    4.891051] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    4.898140] AppArmor: AppArmor Filesystem Enabled
[    4.902869] pnp: PnP ACPI init
[    4.906171] system 00:00: [mem 0x80000000-0x8fffffff] has been reserved
[    4.912872] system 00:01: [mem 0xff000000-0xffffffff] has been reserved
[    4.921060] pnp: PnP ACPI: found 5 devices
[    4.931979] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    4.940950] NET: Registered PF_INET protocol family
[    4.946011] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc)
[    4.956985] tcp_listen_portaddr_hash hash table entries: 65536 (order: 8, 1048576 bytes, vmalloc)
[    4.965939] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, vmalloc)
[    4.973986] TCP established hash table entries: 524288 (order: 10, 4194304 bytes, vmalloc hugepage)
[    4.983550] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc)
[    4.991157] TCP: Hash tables configured (established 524288 bind 65536)
[    4.998068] UDP hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc)
[    5.005402] UDP-Lite hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc)
[    5.013238] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    5.018906] NET: Registered PF_XDP protocol family
[    5.023704] pci 0000:01:00.0: ROM [mem 0xfff00000-0xffffffff pref]: can't claim; no compatible bridge window
[    5.033530] pci 0000:c1:00.0: ROM [mem 0xfffc0000-0xffffffff pref]: can't claim; no compatible bridge window
[    5.043352] pci 0000:c1:00.1: ROM [mem 0xfffc0000-0xffffffff pref]: can't claim; no compatible bridge window
[    5.053184] pci_bus 0000:00: max bus depth: 1 pci_try_num: 2
[    5.058850] pci 0000:01:00.0: ROM [mem size 0x00100000 pref]: can't assign; no space
[    5.066590] pci 0000:01:00.0: ROM [mem size 0x00100000 pref]: failed to assign
[    5.073806] pci 0000:01:00.0: VF BAR 2 [mem size 0x01000000 64bit]: can't assign; no space
[    5.082063] pci 0000:01:00.0: VF BAR 2 [mem size 0x01000000 64bit]: failed to assign
[    5.089803] pci 0000:01:00.0: VF BAR 0 [mem size 0x00100000 64bit]: can't assign; no space
[    5.098064] pci 0000:01:00.0: VF BAR 0 [mem size 0x00100000 64bit]: failed to assign
[    5.105800] pci 0000:00:03.2: PCI bridge to [bus 01]
[    5.110766] pci 0000:00:03.2:   bridge window [io  0x1000-0x1fff]
[    5.116863] pci 0000:00:03.2:   bridge window [mem 0xf7300000-0xf74fffff]
[    5.123657] pci 0000:00:07.1: PCI bridge to [bus 02]
[    5.128629] pci 0000:00:07.1:   bridge window [mem 0xf7200000-0xf72fffff]
[    5.135417] pci 0000:00:08.1: PCI bridge to [bus 03]
[    5.140387] pci 0000:00:08.1:   bridge window [mem 0xf7000000-0xf71fffff]
[    5.147175] pci_bus 0000:00: No. 2 try to assign unassigned res
[    5.153103] pci 0000:00:03.2: resource 14 [mem 0xf7300000-0xf74fffff] released
[    5.160326] pci 0000:00:03.2: PCI bridge to [bus 01]
[    5.165295] pci 0000:00:03.2: bridge window [mem 0x00100000-0x002fffff] to [bus 01] add_size 1100000 add_align 100000
[    5.175949] pci 0000:00:03.2: bridge window [mem 0xe1000000-0xe22fffff]: assigned
[    5.183432] pci 0000:01:00.0: BAR 3 [mem 0xe1000000-0xe10fffff 64bit]: assigned
[    5.190740] pci 0000:01:00.0: VF BAR 2 [mem 0xe1100000-0xe20fffff 64bit]: assigned
[    5.198312] pci 0000:01:00.0: BAR 1 [mem 0xe2100000-0xe210ffff 64bit]: assigned
[    5.205627] pci 0000:01:00.0: VF BAR 0 [mem 0xe2110000-0xe220ffff 64bit]: assigned
[    5.213199] pci 0000:00:03.2: PCI bridge to [bus 01]
[    5.218163] pci 0000:00:03.2:   bridge window [io  0x1000-0x1fff]
[    5.224255] pci 0000:00:03.2:   bridge window [mem 0xe1000000-0xe22fffff]
[    5.231045] pci 0000:00:07.1: PCI bridge to [bus 02]
[    5.236015] pci 0000:00:07.1:   bridge window [mem 0xf7200000-0xf72fffff]
[    5.242805] pci 0000:00:08.1: PCI bridge to [bus 03]
[    5.247775] pci 0000:00:08.1:   bridge window [mem 0xf7000000-0xf71fffff]
[    5.254561] pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
[    5.260736] pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
[    5.266915] pci_bus 0000:00: resource 6 [mem 0x000c0000-0x000fffff window]
[    5.273787] pci_bus 0000:00: resource 7 [io  0x0d00-0x3fff window]
[    5.279968] pci_bus 0000:00: resource 8 [mem 0xe1000000-0xfebfffff window]
[    5.286838] pci_bus 0000:00: resource 9 [mem 0x63dc0000000-0x7fcffffffff window]
[    5.294231] pci_bus 0000:01: resource 0 [io  0x1000-0x1fff]
[    5.299803] pci_bus 0000:01: resource 1 [mem 0xe1000000-0xe22fffff]
[    5.306067] pci_bus 0000:02: resource 1 [mem 0xf7200000-0xf72fffff]
[    5.312333] pci_bus 0000:03: resource 1 [mem 0xf7000000-0xf71fffff]
[    5.318670] pci 0000:40:03.1: bridge window [io  0x1000-0x0fff] to [bus 41] add_size 1000
[    5.326841] pci 0000:40:03.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 41] add_size 200000 add_align 100000
[    5.338304] pci 0000:40:03.2: bridge window [io  0x1000-0x0fff] to [bus 42] add_size 1000
[    5.346475] pci 0000:40:03.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 42] add_size 200000 add_align 100000
[    5.357941] pci 0000:40:03.3: bridge window [io  0x1000-0x0fff] to [bus 43] add_size 1000
[    5.366116] pci 0000:40:03.3: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 43] add_size 200000 add_align 100000
[    5.377588] pci 0000:40:03.4: bridge window [io  0x1000-0x0fff] to [bus 44] add_size 1000
[    5.385796] pci 0000:40:03.4: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 44] add_size 200000 add_align 100000
[    5.397275] pci 0000:40:03.1: bridge window [mem 0x47e80000000-0x47e801fffff 64bit pref]: assigned
[    5.406229] pci 0000:40:03.2: bridge window [mem 0x47e80200000-0x47e803fffff 64bit pref]: assigned
[    5.415178] pci 0000:40:03.3: bridge window [mem 0x47e80400000-0x47e805fffff 64bit pref]: assigned
[    5.424132] pci 0000:40:03.4: bridge window [mem 0x47e80600000-0x47e807fffff 64bit pref]: assigned
[    5.433083] pci 0000:40:03.1: bridge window [io  0x4000-0x4fff]: assigned
[    5.439867] pci 0000:40:03.2: bridge window [io  0x5000-0x5fff]: assigned
[    5.446652] pci 0000:40:03.3: bridge window [io  0x6000-0x6fff]: assigned
[    5.453438] pci 0000:40:03.4: bridge window [io  size 0x1000]: can't assign; no space
[    5.461262] pci 0000:40:03.4: bridge window [io  size 0x1000]: failed to assign
[    5.468571] pci 0000:40:03.4: bridge window [io  0x4000-0x4fff]: assigned
[    5.475356] pci 0000:40:03.3: bridge window [io  0x5000-0x5fff]: assigned
[    5.482138] pci 0000:40:03.2: bridge window [io  0x6000-0x6fff]: assigned
[    5.488965] pci 0000:40:03.1: bridge window [io  size 0x1000]: can't assign; no space
[    5.496794] pci 0000:40:03.1: bridge window [io  size 0x1000]: failed to assign
[    5.504099] pci 0000:40:03.1: PCI bridge to [bus 41]
[    5.509067] pci 0000:40:03.1:   bridge window [mem 0xa4c00000-0xa4ffffff]
[    5.515858] pci 0000:40:03.1:   bridge window [mem 0x47e80000000-0x47e801fffff 64bit pref]
[    5.524119] pci 0000:40:03.2: PCI bridge to [bus 42]
[    5.529083] pci 0000:40:03.2:   bridge window [io  0x6000-0x6fff]
[    5.535174] pci 0000:40:03.2:   bridge window [mem 0xa4800000-0xa4bfffff]
[    5.541962] pci 0000:40:03.2:   bridge window [mem 0x47e80200000-0x47e803fffff 64bit pref]
[    5.550220] pci 0000:40:03.3: PCI bridge to [bus 43]
[    5.555182] pci 0000:40:03.3:   bridge window [io  0x5000-0x5fff]
[    5.561277] pci 0000:40:03.3:   bridge window [mem 0xa4400000-0xa47fffff]
[    5.568060] pci 0000:40:03.3:   bridge window [mem 0x47e80400000-0x47e805fffff 64bit pref]
[    5.576321] pci 0000:40:03.4: PCI bridge to [bus 44]
[    5.581284] pci 0000:40:03.4:   bridge window [io  0x4000-0x4fff]
[    5.587377] pci 0000:40:03.4:   bridge window [mem 0xa4000000-0xa43fffff]
[    5.594166] pci 0000:40:03.4:   bridge window [mem 0x47e80600000-0x47e807fffff 64bit pref]
[    5.602432] pci 0000:40:07.1: PCI bridge to [bus 45]
[    5.607404] pci 0000:40:07.1:   bridge window [mem 0xa5300000-0xa53fffff]
[    5.614191] pci 0000:40:08.1: PCI bridge to [bus 46]
[    5.619155] pci 0000:40:08.1:   bridge window [mem 0xa5000000-0xa52fffff]
[    5.625943] pci_bus 0000:40: resource 4 [io  0x4000-0x6fff window]
[    5.632126] pci_bus 0000:40: resource 5 [mem 0x90000000-0xaaffffff window]
[    5.638997] pci_bus 0000:40: resource 6 [mem 0x47e80000000-0x63dbfffffff window]
[    5.646390] pci_bus 0000:41: resource 1 [mem 0xa4c00000-0xa4ffffff]
[    5.652656] pci_bus 0000:41: resource 2 [mem 0x47e80000000-0x47e801fffff 64bit pref]
[    5.660395] pci_bus 0000:42: resource 0 [io  0x6000-0x6fff]
[    5.665965] pci_bus 0000:42: resource 1 [mem 0xa4800000-0xa4bfffff]
[    5.672232] pci_bus 0000:42: resource 2 [mem 0x47e80200000-0x47e803fffff 64bit pref]
[    5.679970] pci_bus 0000:43: resource 0 [io  0x5000-0x5fff]
[    5.685544] pci_bus 0000:43: resource 1 [mem 0xa4400000-0xa47fffff]
[    5.691825] pci_bus 0000:43: resource 2 [mem 0x47e80400000-0x47e805fffff 64bit pref]
[    5.699566] pci_bus 0000:44: resource 0 [io  0x4000-0x4fff]
[    5.705136] pci_bus 0000:44: resource 1 [mem 0xa4000000-0xa43fffff]
[    5.711402] pci_bus 0000:44: resource 2 [mem 0x47e80600000-0x47e807fffff 64bit pref]
[    5.719140] pci_bus 0000:45: resource 1 [mem 0xa5300000-0xa53fffff]
[    5.725404] pci_bus 0000:46: resource 1 [mem 0xa5000000-0xa52fffff]
[    5.731732] pci 0000:80:01.1: bridge window [io  0x1000-0x0fff] to [bus 81] add_size 1000
[    5.739902] pci 0000:80:01.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 81] add_size 200000 add_align 100000
[    5.751371] pci 0000:80:01.2: bridge window [io  0x1000-0x0fff] to [bus 82] add_size 1000
[    5.759547] pci 0000:80:01.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 82] add_size 200000 add_align 100000
[    5.771019] pci 0000:80:01.1: bridge window [mem 0x2bf40000000-0x2bf401fffff 64bit pref]: assigned
[    5.779975] pci 0000:80:01.2: bridge window [mem 0x2bf40200000-0x2bf403fffff 64bit pref]: assigned
[    5.788924] pci 0000:80:01.1: bridge window [io  0x7000-0x7fff]: assigned
[    5.795788] pci 0000:80:01.2: bridge window [io  0x8000-0x8fff]: assigned
[    5.802577] pci 0000:80:01.1: PCI bridge to [bus 81]
[    5.807550] pci 0000:80:01.1:   bridge window [io  0x7000-0x7fff]
[    5.813643] pci 0000:80:01.1:   bridge window [mem 0xbf400000-0xbf7fffff]
[    5.820427] pci 0000:80:01.1:   bridge window [mem 0x2bf40000000-0x2bf401fffff 64bit pref]
[    5.828687] pci 0000:80:01.2: PCI bridge to [bus 82]
[    5.833649] pci 0000:80:01.2:   bridge window [io  0x8000-0x8fff]
[    5.839743] pci 0000:80:01.2:   bridge window [mem 0xbf000000-0xbf3fffff]
[    5.846529] pci 0000:80:01.2:   bridge window [mem 0x2bf40200000-0x2bf403fffff 64bit pref]
[    5.854788] pci 0000:80:07.1: PCI bridge to [bus 83]
[    5.859753] pci 0000:80:07.1:   bridge window [mem 0xbfa00000-0xbfafffff]
[    5.866539] pci 0000:80:08.1: PCI bridge to [bus 84]
[    5.871504] pci 0000:80:08.1:   bridge window [mem 0xbf900000-0xbf9fffff]
[    5.878291] pci 0000:80:08.2: PCI bridge to [bus 85]
[    5.883261] pci 0000:80:08.2:   bridge window [mem 0xbf800000-0xbf8fffff]
[    5.890051] pci_bus 0000:80: resource 4 [io  0x7000-0x9fff window]
[    5.896343] pci_bus 0000:80: resource 5 [mem 0xab000000-0xc5ffffff window]
[    5.903220] pci_bus 0000:80: resource 6 [mem 0x2bf40000000-0x47e7fffffff window]
[    5.910613] pci_bus 0000:81: resource 0 [io  0x7000-0x7fff]
[    5.916181] pci_bus 0000:81: resource 1 [mem 0xbf400000-0xbf7fffff]
[    5.922448] pci_bus 0000:81: resource 2 [mem 0x2bf40000000-0x2bf401fffff 64bit pref]
[    5.930186] pci_bus 0000:82: resource 0 [io  0x8000-0x8fff]
[    5.935758] pci_bus 0000:82: resource 1 [mem 0xbf000000-0xbf3fffff]
[    5.942027] pci_bus 0000:82: resource 2 [mem 0x2bf40200000-0x2bf403fffff 64bit pref]
[    5.949765] pci_bus 0000:83: resource 1 [mem 0xbfa00000-0xbfafffff]
[    5.956029] pci_bus 0000:84: resource 1 [mem 0xbf900000-0xbf9fffff]
[    5.962292] pci_bus 0000:85: resource 1 [mem 0xbf800000-0xbf8fffff]
[    5.968612] pci 0000:c0:03.1: bridge window [io  0x1000-0x0fff] to [bus c4] add_size 1000
[    5.976782] pci 0000:c0:03.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus c4] add_size 200000 add_align 100000
[    5.988247] pci 0000:c0:03.2: bridge window [io  0x1000-0x0fff] to [bus c5] add_size 1000
[    5.996419] pci 0000:c0:03.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus c5] add_size 200000 add_align 100000
[    6.007903] pci 0000:c0:03.3: bridge window [io  0x1000-0x0fff] to [bus c6] add_size 1000
[    6.016074] pci 0000:c0:03.3: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus c6] add_size 200000 add_align 100000
[    6.027538] pci 0000:c0:03.4: bridge window [io  0x1000-0x0fff] to [bus c7] add_size 1000
[    6.035718] pci 0000:c0:03.4: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus c7] add_size 200000 add_align 100000
[    6.047194] pci 0000:c0:03.1: bridge window [mem 0x10000000000-0x100001fffff 64bit pref]: assigned
[    6.056144] pci 0000:c0:03.2: bridge window [mem 0x10000200000-0x100003fffff 64bit pref]: assigned
[    6.065098] pci 0000:c0:03.3: bridge window [mem 0x10000400000-0x100005fffff 64bit pref]: assigned
[    6.074057] pci 0000:c0:03.4: bridge window [mem 0x10000600000-0x100007fffff 64bit pref]: assigned
[    6.083009] pci 0000:c0:05.1: bridge window [mem 0xc7100000-0xc71fffff]: assigned
[    6.090487] pci 0000:c0:03.1: bridge window [io  0xa000-0xafff]: assigned
[    6.097271] pci 0000:c0:03.2: bridge window [io  0xb000-0xbfff]: assigned
[    6.104057] pci 0000:c0:03.3: bridge window [io  0xc000-0xcfff]: assigned
[    6.110841] pci 0000:c0:03.4: bridge window [io  0xd000-0xdfff]: assigned
[    6.117631] pci 0000:c0:03.1: PCI bridge to [bus c4]
[    6.122594] pci 0000:c0:03.1:   bridge window [io  0xa000-0xafff]
[    6.128689] pci 0000:c0:03.1:   bridge window [mem 0xdb600000-0xdb9fffff]
[    6.135481] pci 0000:c0:03.1:   bridge window [mem 0x10000000000-0x100001fffff 64bit pref]
[    6.143741] pci 0000:c0:03.2: PCI bridge to [bus c5]
[    6.148704] pci 0000:c0:03.2:   bridge window [io  0xb000-0xbfff]
[    6.154797] pci 0000:c0:03.2:   bridge window [mem 0xdb200000-0xdb5fffff]
[    6.161581] pci 0000:c0:03.2:   bridge window [mem 0x10000200000-0x100003fffff 64bit pref]
[    6.169842] pci 0000:c0:03.3: PCI bridge to [bus c6]
[    6.174806] pci 0000:c0:03.3:   bridge window [io  0xc000-0xcfff]
[    6.180897] pci 0000:c0:03.3:   bridge window [mem 0xdae00000-0xdb1fffff]
[    6.187683] pci 0000:c0:03.3:   bridge window [mem 0x10000400000-0x100005fffff 64bit pref]
[    6.195945] pci 0000:c0:03.4: PCI bridge to [bus c7]
[    6.200917] pci 0000:c0:03.4:   bridge window [io  0xd000-0xdfff]
[    6.207033] pci 0000:c0:03.4:   bridge window [mem 0xdaa00000-0xdadfffff]
[    6.213820] pci 0000:c0:03.4:   bridge window [mem 0x10000600000-0x100007fffff 64bit pref]
[    6.222081] pci 0000:c1:00.0: ROM [mem 0xc7100000-0xc713ffff pref]: assigned
[    6.229131] pci 0000:c1:00.1: ROM [mem 0xc7140000-0xc717ffff pref]: assigned
[    6.236176] pci 0000:c0:05.1: PCI bridge to [bus c1]
[    6.241144] pci 0000:c0:05.1:   bridge window [mem 0xc7100000-0xc71fffff]
[    6.247937] pci 0000:c0:05.1:   bridge window [mem 0xc7000000-0xc70fffff 64bit pref]
[    6.255677] pci 0000:c2:00.0: PCI bridge to [bus c3]
[    6.260643] pci 0000:c2:00.0:   bridge window [mem 0xda000000-0xda8fffff]
[    6.267434] pci 0000:c2:00.0:   bridge window [mem 0xc6000000-0xc6ffffff 64bit pref]
[    6.275175] pci 0000:c0:05.2: PCI bridge to [bus c2-c3]
[    6.280397] pci 0000:c0:05.2:   bridge window [mem 0xda000000-0xda8fffff]
[    6.287183] pci 0000:c0:05.2:   bridge window [mem 0xc6000000-0xc6ffffff 64bit pref]
[    6.294925] pci 0000:c0:07.1: PCI bridge to [bus c8]
[    6.299898] pci 0000:c0:07.1:   bridge window [mem 0xdbb00000-0xdbbfffff]
[    6.306684] pci 0000:c0:08.1: PCI bridge to [bus c9]
[    6.311666] pci 0000:c0:08.1:   bridge window [mem 0xdba00000-0xdbafffff]
[    6.318454] pci_bus 0000:c0: resource 4 [io  0xa000-0xffff window]
[    6.324639] pci_bus 0000:c0: resource 5 [mem 0xc6000000-0xe0ffffff window]
[    6.331518] pci_bus 0000:c0: resource 6 [mem 0x10000000000-0x2bf3fffffff window]
[    6.338907] pci_bus 0000:c0: resource 7 [io  0x03b0-0x03df window]
[    6.345086] pci_bus 0000:c0: resource 8 [mem 0x000a0000-0x000bffff window]
[    6.351960] pci_bus 0000:c4: resource 0 [io  0xa000-0xafff]
[    6.357531] pci_bus 0000:c4: resource 1 [mem 0xdb600000-0xdb9fffff]
[    6.363796] pci_bus 0000:c4: resource 2 [mem 0x10000000000-0x100001fffff 64bit pref]
[    6.371536] pci_bus 0000:c5: resource 0 [io  0xb000-0xbfff]
[    6.377109] pci_bus 0000:c5: resource 1 [mem 0xdb200000-0xdb5fffff]
[    6.383374] pci_bus 0000:c5: resource 2 [mem 0x10000200000-0x100003fffff 64bit pref]
[    6.391110] pci_bus 0000:c6: resource 0 [io  0xc000-0xcfff]
[    6.396682] pci_bus 0000:c6: resource 1 [mem 0xdae00000-0xdb1fffff]
[    6.402949] pci_bus 0000:c6: resource 2 [mem 0x10000400000-0x100005fffff 64bit pref]
[    6.410688] pci_bus 0000:c7: resource 0 [io  0xd000-0xdfff]
[    6.416260] pci_bus 0000:c7: resource 1 [mem 0xdaa00000-0xdadfffff]
[    6.422524] pci_bus 0000:c7: resource 2 [mem 0x10000600000-0x100007fffff 64bit pref]
[    6.430266] pci_bus 0000:c1: resource 1 [mem 0xc7100000-0xc71fffff]
[    6.436531] pci_bus 0000:c1: resource 2 [mem 0xc7000000-0xc70fffff 64bit pref]
[    6.443747] pci_bus 0000:c2: resource 1 [mem 0xda000000-0xda8fffff]
[    6.450012] pci_bus 0000:c2: resource 2 [mem 0xc6000000-0xc6ffffff 64bit pref]
[    6.457231] pci_bus 0000:c3: resource 1 [mem 0xda000000-0xda8fffff]
[    6.463496] pci_bus 0000:c3: resource 2 [mem 0xc6000000-0xc6ffffff 64bit pref]
[    6.470716] pci_bus 0000:c8: resource 1 [mem 0xdbb00000-0xdbbfffff]
[    6.476982] pci_bus 0000:c9: resource 1 [mem 0xdba00000-0xdbafffff]
[    6.483858] PCI: CLS 64 bytes, default 64
[    6.487891] AMD-Vi: IOMMU SNP support enabled.
[    6.487953] Trying to unpack rootfs image as initramfs...
[    6.497829] pci 0000:c0:00.2: AMD-Vi: IOMMU performance counters supported
[    6.504807] pci 0000:c0:01.0: Adding to iommu group 0
[    6.509911] pci 0000:c0:02.0: Adding to iommu group 1
[    6.515139] pci 0000:c0:03.0: Adding to iommu group 2
[    6.520247] pci 0000:c0:03.1: Adding to iommu group 2
[    6.525347] pci 0000:c0:03.2: Adding to iommu group 2
[    6.530442] pci 0000:c0:03.3: Adding to iommu group 2
[    6.535540] pci 0000:c0:03.4: Adding to iommu group 2
[    6.540646] pci 0000:c0:04.0: Adding to iommu group 3
[    6.545797] pci 0000:c0:05.0: Adding to iommu group 4
[    6.550892] pci 0000:c0:05.1: Adding to iommu group 4
[    6.555987] pci 0000:c0:05.2: Adding to iommu group 4
[    6.561092] pci 0000:c0:07.0: Adding to iommu group 5
[    6.566174] pci 0000:c0:07.1: Adding to iommu group 6
[    6.571284] pci 0000:c0:08.0: Adding to iommu group 7
[    6.576367] pci 0000:c0:08.1: Adding to iommu group 8
[    6.581427] pci 0000:c1:00.0: Adding to iommu group 4
[    6.586485] pci 0000:c1:00.1: Adding to iommu group 4
[    6.591539] pci 0000:c2:00.0: Adding to iommu group 4
[    6.596600] pci 0000:c3:00.0: Adding to iommu group 4
[    6.601688] pci 0000:c8:00.0: Adding to iommu group 9
[    6.606797] pci 0000:c8:00.2: Adding to iommu group 10
[    6.611968] pci 0000:c9:00.0: Adding to iommu group 11
[    6.617139] pci 0000:c9:00.2: Adding to iommu group 12
[    6.628615] pci 0000:80:00.2: AMD-Vi: IOMMU performance counters supported
[    6.635644] pci 0000:80:01.0: Adding to iommu group 13
[    6.640827] pci 0000:80:01.1: Adding to iommu group 13
[    6.646005] pci 0000:80:01.2: Adding to iommu group 13
[    6.651198] pci 0000:80:02.0: Adding to iommu group 14
[    6.656392] pci 0000:80:03.0: Adding to iommu group 15
[    6.661577] pci 0000:80:04.0: Adding to iommu group 16
[    6.666770] pci 0000:80:05.0: Adding to iommu group 17
[    6.671965] pci 0000:80:07.0: Adding to iommu group 18
[    6.677141] pci 0000:80:07.1: Adding to iommu group 19
[    6.682337] pci 0000:80:08.0: Adding to iommu group 20
[    6.687505] pci 0000:80:08.1: Adding to iommu group 21
[    6.692679] pci 0000:80:08.2: Adding to iommu group 22
[    6.697857] pci 0000:83:00.0: Adding to iommu group 23
[    6.703025] pci 0000:83:00.2: Adding to iommu group 24
[    6.708198] pci 0000:84:00.0: Adding to iommu group 25
[    6.713374] pci 0000:84:00.2: Adding to iommu group 26
[    6.718547] pci 0000:85:00.0: Adding to iommu group 27
[    6.730944] pci 0000:40:00.2: AMD-Vi: IOMMU performance counters supported
[    6.737935] pci 0000:40:01.0: Adding to iommu group 28
[    6.743123] pci 0000:40:02.0: Adding to iommu group 29
[    6.748410] pci 0000:40:03.0: Adding to iommu group 30
[    6.753584] pci 0000:40:03.1: Adding to iommu group 30
[    6.758757] pci 0000:40:03.2: Adding to iommu group 30
[    6.763931] pci 0000:40:03.3: Adding to iommu group 30
[    6.769104] pci 0000:40:03.4: Adding to iommu group 30
[    6.774296] pci 0000:40:04.0: Adding to iommu group 31
[    6.779486] pci 0000:40:05.0: Adding to iommu group 32
[    6.784677] pci 0000:40:07.0: Adding to iommu group 33
[    6.789847] pci 0000:40:07.1: Adding to iommu group 34
[    6.795041] pci 0000:40:08.0: Adding to iommu group 35
[    6.800209] pci 0000:40:08.1: Adding to iommu group 36
[    6.805375] pci 0000:45:00.0: Adding to iommu group 37
[    6.810549] pci 0000:45:00.2: Adding to iommu group 38
[    6.815724] pci 0000:46:00.0: Adding to iommu group 39
[    6.820894] pci 0000:46:00.1: Adding to iommu group 40
[    6.826081] pci 0000:46:00.2: Adding to iommu group 41
[    6.831252] pci 0000:46:00.3: Adding to iommu group 42
[    6.843470] pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
[    6.850444] pci 0000:00:01.0: Adding to iommu group 43
[    6.855629] pci 0000:00:02.0: Adding to iommu group 44
[    6.860822] pci 0000:00:03.0: Adding to iommu group 45
[    6.865994] pci 0000:00:03.2: Adding to iommu group 46
[    6.871186] pci 0000:00:04.0: Adding to iommu group 47
[    6.876376] pci 0000:00:05.0: Adding to iommu group 48
[    6.881569] pci 0000:00:07.0: Adding to iommu group 49
[    6.886740] pci 0000:00:07.1: Adding to iommu group 50
[    6.891934] pci 0000:00:08.0: Adding to iommu group 51
[    6.897103] pci 0000:00:08.1: Adding to iommu group 52
[    6.902320] pci 0000:00:14.0: Adding to iommu group 53
[    6.903108] Freeing initrd memory: 35956K
[    6.907493] pci 0000:00:14.3: Adding to iommu group 53
[    6.916816] pci 0000:00:18.0: Adding to iommu group 54
[    6.921983] pci 0000:00:18.1: Adding to iommu group 54
[    6.927237] pci 0000:00:18.2: Adding to iommu group 54
[    6.932405] pci 0000:00:18.3: Adding to iommu group 54
[    6.937570] pci 0000:00:18.4: Adding to iommu group 54
[    6.942736] pci 0000:00:18.5: Adding to iommu group 54
[    6.947900] pci 0000:00:18.6: Adding to iommu group 54
[    6.953066] pci 0000:00:18.7: Adding to iommu group 54
[    6.958241] pci 0000:01:00.0: Adding to iommu group 55
[    6.963416] pci 0000:02:00.0: Adding to iommu group 56
[    6.968589] pci 0000:02:00.2: Adding to iommu group 57
[    6.973760] pci 0000:03:00.0: Adding to iommu group 58
[    6.978935] pci 0000:03:00.2: Adding to iommu group 59
[    6.984106] pci 0000:03:00.3: Adding to iommu group 60
[    6.997899] AMD-Vi: Extended features (0x841f77e022094ace, 0x0): PPR X2APIC NX IA GA PC SNP
[    7.006253] AMD-Vi: Interrupt remapping enabled
[    7.010784] AMD-Vi: X2APIC enabled
[    7.015108] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    7.021551] software IO TLB: mapped [mem 0x000000000459f000-0x000000001459f000] (256MB)
[    7.029676] LVT offset 0 assigned for vector 0x400
[    7.036161] perf: AMD IBS detected (0x000003ff)
[    7.042095] amd_uncore: 4 amd_df counters detected
[    7.046916] amd_uncore: 6 amd_l3 counters detected
[    7.053361] perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
[    7.060514] perf/amd_iommu: Detected AMD IOMMU #1 (2 banks, 4 counters/bank).
[    7.067667] perf/amd_iommu: Detected AMD IOMMU #2 (2 banks, 4 counters/bank).
[    7.074815] perf/amd_iommu: Detected AMD IOMMU #3 (2 banks, 4 counters/bank).
[    7.137277] Initialise system trusted keyrings
[    7.141738] Key type blacklist registered
[    7.145883] workingset: timestamp_bits=36 max_order=26 bucket_order=0
[    7.152370] zbud: loaded
[    7.155390] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    7.161386] fuse: init (API version 7.41)
[    7.165643] integrity: Platform Keyring initialized
[    7.182673] Key type asymmetric registered
[    7.186768] Asymmetric key parser 'x509' registered
[    7.191681] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[    7.199164] io scheduler mq-deadline registered
[    7.205320] pcieport 0000:00:03.2: PME: Signaling with IRQ 38
[    7.211416] pcieport 0000:00:07.1: PME: Signaling with IRQ 40
[    7.217356] pcieport 0000:00:08.1: PME: Signaling with IRQ 41
[    7.223332] pcieport 0000:40:03.1: PME: Signaling with IRQ 42
[    7.229121] pcieport 0000:40:03.1: pciehp: Slot #167 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.243083] pcieport 0000:40:03.2: PME: Signaling with IRQ 43
[    7.248886] pcieport 0000:40:03.2: pciehp: Slot #166 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.262838] pcieport 0000:40:03.3: PME: Signaling with IRQ 44
[    7.268629] pcieport 0000:40:03.3: pciehp: Slot #169 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.282562] pcieport 0000:40:03.4: PME: Signaling with IRQ 45
[    7.288353] pcieport 0000:40:03.4: pciehp: Slot #168 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.302355] pcieport 0000:40:07.1: PME: Signaling with IRQ 47
[    7.308299] pcieport 0000:40:08.1: PME: Signaling with IRQ 48
[    7.314346] pcieport 0000:80:01.1: PME: Signaling with IRQ 49
[    7.320142] pcieport 0000:80:01.1: pciehp: Slot #160 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.334083] pcieport 0000:80:01.2: PME: Signaling with IRQ 50
[    7.339874] pcieport 0000:80:01.2: pciehp: Slot #161 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.353934] pcieport 0000:80:07.1: PME: Signaling with IRQ 52
[    7.360045] pcieport 0000:80:08.1: PME: Signaling with IRQ 54
[    7.366023] pcieport 0000:80:08.2: PME: Signaling with IRQ 55
[    7.371955] pcieport 0000:c0:03.1: PME: Signaling with IRQ 56
[    7.377877] pcieport 0000:c0:03.1: pciehp: Slot #163 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.391802] pcieport 0000:c0:03.2: PME: Signaling with IRQ 57
[    7.397595] pcieport 0000:c0:03.2: pciehp: Slot #162 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.411521] pcieport 0000:c0:03.3: PME: Signaling with IRQ 58
[    7.417313] pcieport 0000:c0:03.3: pciehp: Slot #165 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.431235] pcieport 0000:c0:03.4: PME: Signaling with IRQ 59
[    7.437028] pcieport 0000:c0:03.4: pciehp: Slot #164 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.450930] pcieport 0000:c0:05.1: PME: Signaling with IRQ 60
[    7.456839] pcieport 0000:c0:05.2: PME: Signaling with IRQ 61
[    7.462842] pcieport 0000:c0:07.1: PME: Signaling with IRQ 63
[    7.468838] pcieport 0000:c0:08.1: PME: Signaling with IRQ 65
[    7.474866] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    7.481942] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[    7.489405] ACPI: button: Power Button [PWRF]
[    7.501314] Estimated ratio of average max frequency by base frequency (times 1024): 1464
[    7.526303] ERST: Error Record Serialization Table (ERST) support is initialized.
[    7.533806] pstore: Using crash dump compression: deflate
[    7.539211] pstore: Registered erst as persistent store backend
[    7.545252] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    7.551807] 00:03: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A
[    7.559928] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    7.570668] Linux agpgart interface v0.103
[    7.599178] loop: module loaded
[    7.613514] ahci 0000:85:00.0: AHCI vers 0001.0301, 32 command slots, 6 Gbps, SATA mode
[    7.621517] ahci 0000:85:00.0: 8/8 ports implemented (port mask 0xff)
[    7.627954] ahci 0000:85:00.0: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part sxs 
[    7.638071] scsi host0: ahci
[    7.641179] scsi host1: ahci
[    7.644259] scsi host2: ahci
[    7.647336] scsi host3: ahci
[    7.650411] scsi host4: ahci
[    7.653496] scsi host5: ahci
[    7.656581] scsi host6: ahci
[    7.659666] scsi host7: ahci
[    7.662614] ata1: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800100 irq 67 lpm-pol 0
[    7.670880] ata2: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800180 irq 68 lpm-pol 0
[    7.679145] ata3: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800200 irq 69 lpm-pol 0
[    7.687399] ata4: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800280 irq 70 lpm-pol 0
[    7.695659] ata5: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800300 irq 71 lpm-pol 0
[    7.703918] ata6: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800380 irq 72 lpm-pol 0
[    7.712176] ata7: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800400 irq 73 lpm-pol 0
[    7.720436] ata8: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800480 irq 74 lpm-pol 0
[    7.728948] tun: Universal TUN/TAP device driver, 1.6
[    7.734073] PPP generic driver version 2.4.2
[    7.738487] VFIO - User Level meta-driver version: 0.3
[    7.743960] xhci_hcd 0000:03:00.3: xHCI Host Controller
[    7.749202] xhci_hcd 0000:03:00.3: new USB bus registered, assigned bus number 1
[    7.756707] xhci_hcd 0000:03:00.3: hcc params 0x0260ffe5 hci version 0x110 quirks 0x0000000000000010
[    7.766238] xhci_hcd 0000:03:00.3: xHCI Host Controller
[    7.771480] xhci_hcd 0000:03:00.3: new USB bus registered, assigned bus number 2
[    7.778877] xhci_hcd 0000:03:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[    7.785972] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.11
[    7.794236] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    7.801460] usb usb1: Product: xHCI Host Controller
[    7.806339] usb usb1: Manufacturer: Linux 6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d xhci-hcd
[    7.815297] usb usb1: SerialNumber: 0000:03:00.3
[    7.820107] hub 1-0:1.0: USB hub found
[    7.823877] hub 1-0:1.0: 2 ports detected
[    7.828688] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    7.836807] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.11
[    7.845069] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    7.852289] usb usb2: Product: xHCI Host Controller
[    7.857174] usb usb2: Manufacturer: Linux 6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d xhci-hcd
[    7.866127] usb usb2: SerialNumber: 0000:03:00.3
[    7.870936] hub 2-0:1.0: USB hub found
[    7.874698] hub 2-0:1.0: 2 ports detected
[    7.879598] xhci_hcd 0000:46:00.3: xHCI Host Controller
[    7.884835] xhci_hcd 0000:46:00.3: new USB bus registered, assigned bus number 3
[    7.892361] xhci_hcd 0000:46:00.3: hcc params 0x0260ffe5 hci version 0x110 quirks 0x0000000000000010
[    7.901852] xhci_hcd 0000:46:00.3: xHCI Host Controller
[    7.907082] xhci_hcd 0000:46:00.3: new USB bus registered, assigned bus number 4
[    7.914472] xhci_hcd 0000:46:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[    7.921556] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.11
[    7.929820] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    7.937046] usb usb3: Product: xHCI Host Controller
[    7.941930] usb usb3: Manufacturer: Linux 6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d xhci-hcd
[    7.950885] usb usb3: SerialNumber: 0000:46:00.3
[    7.955644] hub 3-0:1.0: USB hub found
[    7.959403] hub 3-0:1.0: 2 ports detected
[    7.964181] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    7.972301] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.11
[    7.980569] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    7.987820] usb usb4: Product: xHCI Host Controller
[    7.992696] usb usb4: Manufacturer: Linux 6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d xhci-hcd
[    8.001653] usb usb4: SerialNumber: 0000:46:00.3
[    8.006398] hub 4-0:1.0: USB hub found
[    8.010160] hub 4-0:1.0: 2 ports detected
[    8.015137] usbcore: registered new interface driver uas
[    8.020477] usbcore: registered new interface driver usb-storage
[    8.026565] i8042: PNP: No PS/2 controller found.
[    8.031349] mousedev: PS/2 mouse device common for all mice
[    8.037014] rtc_cmos 00:02: RTC can wake from S4
[    8.041920] rtc_cmos 00:02: registered as rtc0
[    8.043297] ata1: SATA link down (SStatus 0 SControl 300)
[    8.046440] rtc_cmos 00:02: setting system clock to 2024-09-03T11:32:40 UTC (1725363160)
[    8.051790] ata3: SATA link down (SStatus 0 SControl 300)
[    8.059884] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram
[    8.065273] ata6: SATA link down (SStatus 0 SControl 300)
[    8.071953] i2c_dev: i2c /dev entries driver
[    8.077369] ata8: SATA link down (SStatus 0 SControl 300)
[    8.081629] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[    8.087040] ata7: SATA link down (SStatus 0 SControl 300)
[    8.088240] usb 1-1: new high-speed USB device number 2 using xhci_hcd
[    8.099192] device-mapper: uevent: version 1.0.3
[    8.104596] ata2: SATA link down (SStatus 0 SControl 300)
[    8.111203] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@lists.linux.dev
[    8.115740] ata4: SATA link down (SStatus 0 SControl 300)
[    8.121122] tsc: Refined TSC clocksource calibration: 1996.249 MHz
[    8.124267] platform eisa.0: Probing EISA bus 0
[    8.124270] platform eisa.0: EISA: Cannot allocate resource for mainboard
[    8.124272] platform eisa.0: Cannot allocate resource for EISA slot 1
[    8.124275] platform eisa.0: Cannot allocate resource for EISA slot 2
[    8.124276] platform eisa.0: Cannot allocate resource for EISA slot 3
[    8.124278] platform eisa.0: Cannot allocate resource for EISA slot 4
[    8.124280] platform eisa.0: Cannot allocate resource for EISA slot 5
[    8.124282] platform eisa.0: Cannot allocate resource for EISA slot 6
[    8.124284] platform eisa.0: Cannot allocate resource for EISA slot 7
[    8.124286] platform eisa.0: Cannot allocate resource for EISA slot 8
[    8.124287] platform eisa.0: EISA: Detected 0 cards
[    8.124292] amd_pstate: driver load is disabled, boot with specific mode to enable this
[    8.130002] ata5: SATA link down (SStatus 0 SControl 300)
[    8.135425] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x398cadd9d93, max_idle_ns: 881590552906 ns
[    8.212238] usb 3-1: new high-speed USB device number 2 using xhci_hcd
[    8.239355] clocksource: Switched to clocksource tsc
[    8.240456] ledtrig-cpu: registered to indicate activity on CPUs
[    8.242034] usb 1-1: New USB device found, idVendor=0424, idProduct=2744, bcdDevice= 1.21
[    8.242038] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    8.242040] usb 1-1: Product: USB2734
[    8.242042] usb 1-1: Manufacturer: Microchip Tech
[    8.274091] efifb: probing for efifb
[    8.277693] efifb: No BGRT, not showing boot graphics
[    8.282749] efifb: framebuffer at 0xc6000000, using 3072k, total 3072k
[    8.289281] efifb: mode is 1024x768x32, linelength=4096, pages=1
[    8.295322] efifb: scrolling: redraw
[    8.298352] hub 1-1:1.0: USB hub found
[    8.298934] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    8.302912] hub 1-1:1.0: 4 ports detected
[    8.312281] fbcon: Deferring console take-over
[    8.316736] fb0: EFI VGA frame buffer device
[    8.321102] drop_monitor: Initializing network drop monitor service
[    8.327535] NET: Registered PF_INET6 protocol family
[    8.340485] Segment Routing with IPv6
[    8.344161] In-situ OAM (IOAM) with IPv6
[    8.348111] NET: Registered PF_PACKET protocol family
[    8.353262] Key type dns_resolver registered
[    8.367214] microcode: Current revision: 0x0a0011d3
[    8.372286] usb 2-1: new SuperSpeed USB device number 2 using xhci_hcd
[    8.379797] usb 3-1: New USB device found, idVendor=1604, idProduct=10c0, bcdDevice= 0.00
[    8.387978] usb 3-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    8.395525] usb 2-1: New USB device found, idVendor=0424, idProduct=5744, bcdDevice= 1.21
[    8.395865] resctrl: L3 allocation detected
[    8.403741] usb 2-1: New USB device strings: Mfr=2, Product=3, SerialNumber=0
[    8.407922] resctrl: MB allocation detected
[    8.415055] usb 2-1: Product: USB5734
[    8.419239] resctrl: L3 monitoring detected
[    8.422904] usb 2-1: Manufacturer: Microchip Tech
[    8.427284] IPI shorthand broadcast: enabled
[    8.433886] hub 3-1:1.0: USB hub found
[    8.438919] sched_clock: Marking stable (8368001287, 68222631)->(9328662756, -892438838)
[    8.440049] hub 3-1:1.0: 4 ports detected
[    8.452592] registered taskstats version 1
[    8.458126] hub 2-1:1.0: USB hub found
[    8.458851] Loading compiled-in X.509 certificates
[    8.461914] hub 2-1:1.0: 4 ports detected
[    8.467379] Loaded X.509 cert 'Build time autogenerated kernel key: 7de486aabd5db91be3876faf6c928bf16d3f5ae6'
[    8.483765] Demotion targets for Node 0: null
[    8.488132] Demotion targets for Node 1: null
[    8.493060] Key type .fscrypt registered
[    8.496988] Key type fscrypt-provisioning registered
[    8.507944] cryptd: max_cpu_qlen set to 1000
[    8.515139] AES CTR mode by8 optimization enabled
[    8.534281] Key type encrypted registered
[    8.538302] AppArmor: AppArmor sha256 policy hashing enabled
[    8.544035] integrity: Loading X.509 certificate: UEFI:db
[    8.549461] integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
[    8.560238] integrity: Loading X.509 certificate: UEFI:db
[    8.565651] integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
[    8.576683] integrity: Loading X.509 certificate: UEFI:db
[    8.582218] integrity: Loaded X.509 cert 'VMware, Inc.: 4ad8ba0472073d28127706ddc6ccb9050441bbc7'
[    8.591090] integrity: Loading X.509 certificate: UEFI:db
[    8.596623] integrity: Loaded X.509 cert 'VMware, Inc.: VMware Secure Boot Signing: 04597f3e1ffb240bba0ff0f05d5eb05f3e15f6d7'
[    8.608172] ima: No TPM chip found, activating TPM-bypass!
[    8.613657] Loading compiled-in module X.509 certificates
[    8.619441] Loaded X.509 cert 'Build time autogenerated kernel key: 7de486aabd5db91be3876faf6c928bf16d3f5ae6'
[    8.629352] ima: Allocated hash algorithm: sha1
[    8.633886] ima: No architecture policies found
[    8.638450] evm: Initialising EVM extended attributes:
[    8.643589] evm: security.selinux
[    8.646940] evm: security.SMACK64
[    8.650262] evm: security.SMACK64EXEC
[    8.653927] evm: security.SMACK64TRANSMUTE
[    8.658026] evm: security.SMACK64MMAP
[    8.661691] evm: security.apparmor
[    8.665099] evm: security.ima
[    8.668068] evm: security.capability
[    8.671651] evm: HMAC attrs: 0x1
[    8.675273] PM:   Magic number: 8:885:528
[    8.679337] thermal cooling_device92: hash matches
[    8.684826] RAS: Correctable Errors collector initialized.
[    8.690465] clk: Disabling unused clocks
[    8.694392] PM: genpd: Disabling unused power domains
[    8.701422] Freeing unused decrypted memory: 2028K
[    8.706893] Freeing unused kernel image (initmem) memory: 4684K
[    8.712826] Write protecting the kernel read-only data: 26624k
[    8.719149] Freeing unused kernel image (rodata/data gap) memory: 448K
[    8.789970] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    8.796416] Run /init as init process
[    8.806218] systemd[1]: Inserted module 'autofs4'
[    9.110887] systemd[1]: systemd 250-12.el9_1 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 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK +XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[    9.142768] systemd[1]: Detected architecture x86-64.
[    9.147821] systemd[1]: Running in initial RAM disk.

Welcome to ^[[0;31mRed Hat Enterprise Linux 9.1 (Plow) dracut-057-13.git20220816.el9 (Initramfs)^[[0m!

[    9.168328] systemd[1]: Hostname set to <hostname.amd.com>.
[    9.272235] usb 3-1.1: new high-speed USB device number 3 using xhci_hcd
[    9.279866] systemd[1]: Queued start job for default target Initrd Default Target.
[    9.287549] systemd[1]: Reached target Initrd /usr File System.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mInitrd /usr File System^[[0m.
[    9.304287] systemd[1]: Reached target Local File Systems.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mLocal File Systems^[[0m.
[    9.320426] systemd[1]: Reached target Slice Units.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSlice Units^[[0m.
[    9.340298] systemd[1]: Reached target Swaps.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSwaps^[[0m.
[    9.356281] systemd[1]: Reached target Timer Units.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mTime[    9.365176] usb 3-1.1: New USB device found, idVendor=1604, idProduct=10c0, bcdDevice= 0.00
r Units^[[0m.
[    9.373694] usb 3-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    9.382364] systemd[1]: Listening on D-Bus System Message Bus Socket.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mD-Bus System Message Bus Socket^[[0m.
[    9.400442] systemd[1]: Listening on Journal Socket (/dev/log).
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mJournal Socket (/dev/log)^[[0m.
[    9.416441] systemd[1]: Listening on Journal Socket.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mJournal Socket^[[0m.
[    9.425966] hub 3-1.1:1.0: USB hub found
[    9.431050] hub 3-1.1:1.0: 4 ports detected
[    9.435368] systemd[1]: Listening on udev Control Socket.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mudev Control Socket^[[0m.
[    9.452393] systemd[1]: Listening on udev Kernel Socket.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mudev Kernel Socket^[[0m.
[    9.468288] systemd[1]: Reached target Socket Units.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSocket Units^[[0m.
[    9.510083] systemd[1]: Starting Create List of Static Device Nodes...
[    9.512245] usb 3-1.2: new high-speed USB device number 4 using xhci_hcd
         Starting ^[[0;1;39mCreate List of Static Device Nodes^[[0m...
[    9.538354] systemd[1]: Starting Journal Service...
         Starting ^[[0;1;39mJournal Service^[[0m...
[    9.553465] systemd[1]: Starting Load Kernel Modules...
         Starting ^[[0;1;39mLoad Kernel Modules^[[0m...
[    9.569416] systemd[1]: Starting Create System Users...
         Starting ^[[0;1;39mCreate System Users^[[0m...
[    9.585420] systemd[1]: Starting Setup Virtual Console...
         Starting ^[[0;1;39mSetup Virtual Console^[[0m...
[    9.601446] systemd[1]: Finished Create List of Static Device Nodes.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate List of Static Device Nodes^[[0m.
[    9.624635] systemd[1]: Finished Load Kernel Modules.
[    9.625297] usb 3-1.2: New USB device found, idVendor=413c, idProduct=0006, bcdDevice= 0.00
[    9.638036] usb 3-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    9.638039] usb 3-1.2: Product: DRAC 5 Virtual Keyboard and Mouse
[    9.638041] usb 3-1.2: Manufacturer: DELL
[    9.638043] usb 3-1.2: SerialNumber: DELL413C-1
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mLoad Kernel Modules^[[0m.
[    9.668760] systemd[1]: Started Journal Service.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mJournal Service^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mSetup Virtual Console^[[0m.
         Starting ^[[0;1;39mdracut cmdline hook^[[0m...
         Starting ^[[0;1;39mApply Kernel Variables^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mApply Kernel Variables^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate System Users^[[0m.
         Starting ^[[0;1;39mCreate Static Device Nodes in /dev^[[0m...
[    9.860245] usb 3-1.4: new high-speed USB device number 5 using xhci_hcd
         Starting ^[[0;1;39mCreate Volatile Files and Directories^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mdracut cmdline hook^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate Static Device Nodes in /dev^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate Volatile Files and Directories^[[0m.
         Starting ^[[0;1;39mdracut pre-udev hook^[[0m...
[    9.957176] usb 3-1.4: New USB device found, idVendor=1604, idProduct=10c0, bcdDevice= 0.00
[    9.965531] usb 3-1.4: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mdracut pre-udev hook^[[0m.
[   10.002001] hub 3-1.4:1.0: USB hub found
[   10.006175] hub 3-1.4:1.0: 4 ports detected
         Starting ^[[0;1;39mRule-based Manage…for Device Events and Files^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mRule-based Manager for Device Events and Files^[[0m.
[   10.044843] hid: raw HID events driver (C) Jiri Kosina
         Starting ^[[0;1;39mColdplug All udev Devices^[[0m...
[   10.061286] usbcore: registered new interface driver usbhid
[   10.066862] usbhid: USB HID core driver
[   10.072105] usbcore: registered new interface driver usbkbd
[   10.078162] usbcore: registered new interface driver usbmouse
[   10.086314] input: DELL DRAC 5 Virtual Keyboard and Mouse as /devices/pci0000:40/0000:40:08.1/0000:46:00.3/usb3/3-1/3-1.2/3-1.2:1.0/0003:413C:0006.0001/input/input1
[   10.101118] hid-generic 0003:413C:0006.0001: input,hidraw0: USB HID v1.01 Mouse [DELL DRAC 5 Virtual Keyboard and Mouse] on usb-0000:46:00.3-1.2/input0
[   10.114845] input: DELL DRAC 5 Virtual Keyboard and Mouse as /devices/pci0000:40/0000:40:08.1/0000:46:00.3/usb3/3-1/3-1.2/3-1.2:1.1/0003:413C:0006.0002/input/input2
[   10.184410] hid-generic 0003:413C:0006.0002: input,hidraw1: USB HID v1.01 Keyboard [DELL DRAC 5 Virtual Keyboard and Mouse] on usb-0000:46:00.3-1.2/input1
[   10.241076] wmi_bus wmi_bus-PNP0C14:00: [Firmware Bug]: WQBC data block query control method not found
[^[[0;32m  OK  ^[[0m] Finished ^[[0[   10.252262] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
;1;39mColdplug A[   10.259174] sp5100-tco sp5100-tco: Using 0xfeb00000 for watchdog MMIO address
ll udev Devices^[[   10.267697] sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0)
[0m.
[   10.278116] ccp 0000:46:00.1: no command queues available
[   10.283615] ccp 0000:46:00.1: sev enabled
[   10.287636] ccp 0000:46:00.1: psp enabled
[   10.294503] mpt3sas version 48.100.00.00 loaded
[   10.299502] mpt3sas_cm0: 63 BIT PCI BUS DMA ADDRESSING SUPPORTED, total mem (262456344 kB)
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSystem Initializatio[   10.312359] tg3 0000:c1:00.0 eth0: Tigon3 [partno(BCM95720) rev 5720000] (PCI Express) MAC address d0:8e:79:bb:95:90
n^[[0m.
[   10.323875] tg3 0000:c1:00.0 eth0: attached PHY is 5720C (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[1])
[   10.334719] tg3 0000:c1:00.0 eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[1] TSOcap[1]
[   10.342556] tg3 0000:c1:00.0 eth0: dma_rwctrl[00000001] dma_mask[64-bit]
[^[[0;32m  OK  ^[[0m] Reached targ[   10.351173] ACPI: bus type drm_connector registered
et ^[[0;1;39mNetw[   10.352039] mpt3sas_cm0: CurrentHostPageSize is 0: Setting default host page size to 4k
ork^[[0m.
[   10.366371] mpt3sas_cm0: MSI-X vectors supported: 96
[   10.372181] 	 no of cores: 128, max_msix_vectors: -1
[   10.372279] tg3 0000:c1:00.1 eth1: Tigon3 [partno(BCM95720) rev 5720000] (PCI Express) MAC address d0:8e:79:bb:95:91
[   10.377153] mpt3sas_cm0:  0 96 96
[   10.381105] mpt3sas_cm0: High IOPs queues : disabled
[   10.387681] tg3 0000:c1:00.1 eth1: attached PHY is 5720C (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[1])
[   10.391002] mpt3sas0-msix0: PCI-MSI-X enabled: IRQ 107
[   10.395980] tg3 0000:c1:00.1 eth1: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[1] TSOcap[1]
[   10.405796] mpt3sas0-msix1: PCI-MSI-X enabled: IRQ 108
[   10.405798] mpt3sas0-msix2: PCI-MSI-X enabled: IRQ 109
[   10.405800] mpt3sas0-msix3: PCI-MSI-X enabled: IRQ 110
[   10.405801] mpt3sas0-msix4: PCI-MSI-X enabled: IRQ 111
[   10.405802] mpt3sas0-msix5: PCI-MSI-X enabled: IRQ 112
[   10.405804] mpt3sas0-msix6: PCI-MSI-X enabled: IRQ 113
[   10.410951] tg3 0000:c1:00.1 eth1: dma_rwctrl[00000001] dma_mask[64-bit]
[   10.418775] mpt3sas0-msix7: PCI-MSI-X enabled: IRQ 114
[   10.418777] mpt3sas0-msix8: PCI-MSI-X enabled: IRQ 115
[   10.418779] mpt3sas0-msix9: PCI-MSI-X enabled: IRQ 116
[   10.471738] mpt3sas0-msix10: PCI-MSI-X enabled: IRQ 117
[   10.471740] mpt3sas0-msix11: PCI-MSI-X enabled: IRQ 118
[   10.471741] mpt3sas0-msix12: PCI-MSI-X enabled: IRQ 119
[   10.471743] mpt3sas0-msix13: PCI-MSI-X enabled: IRQ 120
[   10.471745] mpt3sas0-msix14: PCI-MSI-X enabled: IRQ 121
[   10.497886] mpt3sas0-msix15: PCI-MSI-X enabled: IRQ 122
[   10.497888] mpt3sas0-msix16: PCI-MSI-X enabled: IRQ 123
[   10.497889] mpt3sas0-msix17: PCI-MSI-X enabled: IRQ 124
[   10.497890] mpt3sas0-msix18: PCI-MSI-X enabled: IRQ 125
[   10.497892] mpt3sas0-msix19: PCI-MSI-X enabled: IRQ 126
[   10.497893] mpt3sas0-msix20: PCI-MSI-X enabled: IRQ 127
[   10.529252] mpt3sas0-msix21: PCI-MSI-X enabled: IRQ 128
[   10.529254] mpt3sas0-msix22: PCI-MSI-X enabled: IRQ 129
[   10.529255] mpt3sas0-msix23: PCI-MSI-X enabled: IRQ 130
[   10.529256] mpt3sas0-msix24: PCI-MSI-X enabled: IRQ 131
[   10.529257] mpt3sas0-msix25: PCI-MSI-X enabled: IRQ 132
[   10.529259] mpt3sas0-msix26: PCI-MSI-X enabled: IRQ 133
[   10.560612] mpt3sas0-msix27: PCI-MSI-X enabled: IRQ 134
[   10.560613] mpt3sas0-msix28: PCI-MSI-X enabled: IRQ 135
[   10.560614] mpt3sas0-msix29: PCI-MSI-X enabled: IRQ 136
[   10.560616] mpt3sas0-msix30: PCI-MSI-X enabled: IRQ 137
[   10.560617] mpt3sas0-msix31: PCI-MSI-X enabled: IRQ 138
[   10.560618] mpt3sas0-msix32: PCI-MSI-X enabled: IRQ 139
[   10.591979] mpt3sas0-msix33: PCI-MSI-X enabled: IRQ 140
[   10.591980] mpt3sas0-msix34: PCI-MSI-X enabled: IRQ 141
[   10.591982] mpt3sas0-msix35: PCI-MSI-X enabled: IRQ 142
[   10.591983] mpt3sas0-msix36: PCI-MSI-X enabled: IRQ 143
[   10.591985] mpt3sas0-msix37: PCI-MSI-X enabled: IRQ 144
[   10.591987] mpt3sas0-msix38: PCI-MSI-X enabled: IRQ 145
[   10.591988] mpt3sas0-msix39: PCI-MSI-X enabled: IRQ 146
[   10.628642] mpt3sas0-msix40: PCI-MSI-X enabled: IRQ 147
[   10.628644] mpt3sas0-msix41: PCI-MSI-X enabled: IRQ 148
[   10.628646] mpt3sas0-msix42: PCI-MSI-X enabled: IRQ 149
         Startin[   10.644323] mpt3sas0-msix43: PCI-MSI-X enabled: IRQ 150
g ^[[0;1;39mdracu[   10.644324] mpt3sas0-msix44: PCI-MSI-X enabled: IRQ 151
t initqueue hook[   10.644327] mpt3sas0-msix45: PCI-MSI-X enabled: IRQ 152
^[[0m...
[   10.644329] mpt3sas0-msix46: PCI-MSI-X enabled: IRQ 153
[   10.644330] mpt3sas0-msix47: PCI-MSI-X enabled: IRQ 154
[   10.644331] mpt3sas0-msix48: PCI-MSI-X enabled: IRQ 155
[   10.644332] mpt3sas0-msix49: PCI-MSI-X enabled: IRQ 156
[   10.644334] mpt3sas0-msix50: PCI-MSI-X enabled: IRQ 157
[   10.644335] mpt3sas0-msix51: PCI-MSI-X enabled: IRQ 158
[   10.644336] mpt3sas0-msix52: PCI-MSI-X enabled: IRQ 159
[   10.644337] mpt3sas0-msix53: PCI-MSI-X enabled: IRQ 160
[   10.644338] mpt3sas0-msix54: PCI-MSI-X enabled: IRQ 161
[   10.644340] mpt3sas0-msix55: PCI-MSI-X enabled: IRQ 162
[   10.644341] mpt3sas0-msix56: PCI-MSI-X enabled: IRQ 163
[   10.644342] mpt3sas0-msix57: PCI-MSI-X enabled: IRQ 164
[   10.644343] mpt3sas0-msix58: PCI-MSI-X enabled: IRQ 165
[   10.644344] mpt3sas0-msix59: PCI-MSI-X enabled: IRQ 166
[   10.644346] mpt3sas0-msix60: PCI-MSI-X enabled: IRQ 167
[   10.644347] mpt3sas0-msix61: PCI-MSI-X enabled: IRQ 168
[   10.644348] mpt3sas0-msix62: PCI-MSI-X enabled: IRQ 169
[   10.644349] mpt3sas0-msix63: PCI-MSI-X enabled: IRQ 170
[   10.644350] mpt3sas0-msix64: PCI-MSI-X enabled: IRQ 171
[   10.644351] mpt3sas0-msix65: PCI-MSI-X enabled: IRQ 172
[   10.644353] mpt3sas0-msix66: PCI-MSI-X enabled: IRQ 173
[   10.644354] mpt3sas0-msix67: PCI-MSI-X enabled: IRQ 174
[   10.644355] mpt3sas0-msix68: PCI-MSI-X enabled: IRQ 175
[   10.644356] mpt3sas0-msix69: PCI-MSI-X enabled: IRQ 176
[   10.644358] mpt3sas0-msix70: PCI-MSI-X enabled: IRQ 177
[   10.795587] mpt3sas0-msix71: PCI-MSI-X enabled: IRQ 178
[   10.795589] mpt3sas0-msix72: PCI-MSI-X enabled: IRQ 179
[   10.795590] mpt3sas0-msix73: PCI-MSI-X enabled: IRQ 180
[   10.795592] mpt3sas0-msix74: PCI-MSI-X enabled: IRQ 181
[   10.795594] mpt3sas0-msix75: PCI-MSI-X enabled: IRQ 182
[   10.821724] mpt3sas0-msix76: PCI-MSI-X enabled: IRQ 183
[   10.821726] mpt3sas0-msix77: PCI-MSI-X enabled: IRQ 184
[   10.821727] mpt3sas0-msix78: PCI-MSI-X enabled: IRQ 185
[   10.821729] mpt3sas0-msix79: PCI-MSI-X enabled: IRQ 186
[   10.842644] mpt3sas0-msix80: PCI-MSI-X enabled: IRQ 187
[   10.842646] mpt3sas0-msix81: PCI-MSI-X enabled: IRQ 188
[   10.842647] mpt3sas0-msix82: PCI-MSI-X enabled: IRQ 189
[   10.842648] mpt3sas0-msix83: PCI-MSI-X enabled: IRQ 190
[   10.842649] mpt3sas0-msix84: PCI-MSI-X enabled: IRQ 191
[   10.842651] mpt3sas0-msix85: PCI-MSI-X enabled: IRQ 192
[   10.842652] mpt3sas0-msix86: PCI-MSI-X enabled: IRQ 193
[   10.842653] mpt3sas0-msix87: PCI-MSI-X enabled: IRQ 194
[   10.842655] mpt3sas0-msix88: PCI-MSI-X enabled: IRQ 195
[   10.889696] mpt3sas0-msix89: PCI-MSI-X enabled: IRQ 196
[   10.889698] mpt3sas0-msix90: PCI-MSI-X enabled: IRQ 197
[   10.889699] mpt3sas0-msix91: PCI-MSI-X enabled: IRQ 198
[   10.889700] mpt3sas0-msix92: PCI-MSI-X enabled: IRQ 199
[   10.889702] mpt3sas0-msix93: PCI-MSI-X enabled: IRQ 200
[   10.915831] mpt3sas0-msix94: PCI-MSI-X enabled: IRQ 201
[   10.915833] mpt3sas0-msix95: PCI-MSI-X enabled: IRQ 202
^[[2J^[[3J[   10.915834] mpt3sas_cm0: iomem(0x00000000e2100000), mapped(0x00000000af9ebdc6), size(65536)
[   10.915838] mpt3sas_cm0: ioport(0x0000000000001000), size(256)
^[[-1;-1f[   10.941207] mgag200 0000:c3:00.0: vgaarb: deactivate vga console
         Starting ^[[0;1;39mShow Plymouth Boot Screen^[[0m...
[^[[0;32m  OK  ^[[0m[   10.954118] [drm] Initialized mgag200 1.0.0 for 0000:c3:00.0 on minor 0
] Started ^[[0;1;39mShow Plymouth Boot Screen^[[0m.
[^[[0;32m  OK[   10.965797] fbcon: mgag200drmfb (fb0) is primary device
  ^[[0m] Started [   10.965800] fbcon: Deferring console take-over
^[[0;1;39mForward[   10.978021] mgag200 0000:c3:00.0: [drm] fb0: mgag200drmfb frame buffer device
 Password R…s to Plymouth Directory Watch^[[0m.
[^[[0;32m  OK  ^[[0m] Reached t[   10.992546] mpt3sas_cm0: CurrentHostPageSize is 0: Setting default host page size to 4k
arget ^[[0;1;39mP[   11.001455] mpt3sas_cm0: sending message unit reset !!
ath Units^[[0m.
[^[[0;32m  OK  ^[[   11.009485] mpt3sas_cm0: message unit reset: SUCCESS
[0m] Reached target ^[[0;1;39mBasic System^[[0m.
[   11.043373] mpt3sas_cm0: scatter gather: sge_in_main_msg(1), sge_per_chain(7), sge_per_io(128), chains_per_io(19)
[   11.054920] mpt3sas_cm0: request pool(0x000000001fa2e680) - dma(0xe0600000): depth(9700), frame_size(128), pool_size(1212 kB)
[   11.091805] mpt3sas_cm0: sense pool(0x00000000ea3807cc) - dma(0xdef00000): depth(9463), element_size(96), pool_size (887 kB)
[   11.103124] mpt3sas_cm0: reply pool(0x000000009d56ff1a) - dma(0xdec00000): depth(9764), frame_size(128), pool_size(1220 kB)
[   11.114264] mpt3sas_cm0: config page(0x0000000083bb2593) - dma(0xdebee000): size(512)
[   11.122092] mpt3sas_cm0: Allocated physical memory: size(40437 kB)
[   11.128273] mpt3sas_cm0: Current Controller Queue Depth(9460),Max Controller Queue Depth(9584)
[   11.136877] mpt3sas_cm0: Scatter Gather Elements per IO(128)
[   11.188129] mpt3sas_cm0: _base_display_fwpkg_version: complete
[   11.193963] mpt3sas_cm0: FW Package Ver(16.17.01.00)
[   11.199213] mpt3sas_cm0: LSISAS3008: FWVersion(16.00.11.00), ChipRevision(0x02)
[   11.206522] mpt3sas_cm0: Protocol=(Initiator,Target), Capabilities=(TLR,EEDP,Snapshot Buffer,Diag Trace Buffer,Task Set Full,NCQ)
[   11.218233] scsi host8: Fusion MPT SAS Host
[   11.224262] mpt3sas_cm0: sending port enable !!
[   11.229200] mpt3sas_cm0: hba_port entry: 000000002e103989, port: 255 is added to hba_port list
[   11.238868] mpt3sas_cm0: host_add: handle(0x0001), sas_addr(0x52cea7f0be87bf00), phys(8)
[   11.247306] mpt3sas_cm0: handle(0xa) sas_address(0x4433221100000000) port_type(0x1)
[   11.256170] scsi 8:0:0:0: Direct-Access     ATA      MTFDDAK960TDT    J004 PQ: 0 ANSI: 6
[   11.264259] scsi 8:0:0:0: SATA: handle(0x000a), sas_addr(0x4433221100000000), phy(0), device_name(0x500a075131911ad0)
[   11.274851] scsi 8:0:0:0: enclosure logical id (0x52cea7f0be87bf00), slot(1) 
[   11.281983] scsi 8:0:0:0: enclosure level(0x0001), connector name(     )
[   11.288749] scsi 8:0:0:0: atapi(n), ncq(y), asyn_notify(n), smart(y), fua(y), sw_preserve(y)
[   11.297182] scsi 8:0:0:0: qdepth(32), tagged(1), scsi_level(7), cmd_que(1)
[   11.312016]  end_device-8:0: add: handle(0x000a), sas_addr(0x4433221100000000)
[   11.319358] mpt3sas_cm0: handle(0xc) sas_address(0x58ce38ee219651a2) port_type(0x1)
[   11.327490] scsi 8:0:1:0: Direct-Access     KIOXIA   KPM6WVUG960G     BD08 PQ: 0 ANSI: 6
[   11.335585] scsi 8:0:1:0: SSP: handle(0x000c), sas_addr(0x58ce38ee219651a2), phy(4), device_name(0x58ce38ee219651a0)
[   11.346097] scsi 8:0:1:0: enclosure logical id (0x52cea7f0be87bf00), slot(0) 
[   11.353220] scsi 8:0:1:0: enclosure level(0x0001), connector name(     )
[   11.359918] scsi 8:0:1:0: qdepth(254), tagged(1), scsi_level(7), cmd_que(1)
[   11.368523]  end_device-8:1: add: handle(0x000c), sas_addr(0x58ce38ee219651a2)
[   11.375857] mpt3sas_cm0: handle(0xb) sas_address(0x4433221106000000) port_type(0x1)
[   11.384633] scsi 8:0:2:0: Direct-Access     ATA      MTFDDAK960TDT    J004 PQ: 0 ANSI: 6
[   11.392720] scsi 8:0:2:0: SATA: handle(0x000b), sas_addr(0x4433221106000000), phy(6), device_name(0x500a075131911a6f)
[   11.403350] scsi 8:0:2:0: enclosure logical id (0x52cea7f0be87bf00), slot(2) 
[   11.410481] scsi 8:0:2:0: enclosure level(0x0001), connector name(     )
[   11.417244] scsi 8:0:2:0: atapi(n), ncq(y), asyn_notify(n), smart(y), fua(y), sw_preserve(y)
[   11.425678] scsi 8:0:2:0: qdepth(32), tagged(1), scsi_level(7), cmd_que(1)
[   11.440460]  end_device-8:2: add: handle(0x000b), sas_addr(0x4433221106000000)
[   11.452237] mpt3sas_cm0: port enable: SUCCESS
[   11.456906] scsi 8:0:0:0: Attached scsi generic sg0 type 0
[   11.457523] sd 8:0:0:0: [sda] 1875385008 512-byte logical blocks: (960 GB/894 GiB)
[   11.462594] scsi 8:0:1:0: Attached scsi generic sg1 type 0
[   11.462897] sd 8:0:1:0: [sdb] 1875385008 512-byte logical blocks: (960 GB/894 GiB)
[   11.462901] sd 8:0:1:0: [sdb] 4096-byte physical blocks
[   11.463084] sd 8:0:1:0: [sdb] Write Protect is off
[   11.463303] sd 8:0:1:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[   11.469961] sd 8:0:0:0: [sda] 4096-byte physical blocks
[   11.471972] sd 8:0:0:0: [sda] Write Protect is off
[   11.475695] sd 8:0:2:0: Attached scsi generic sg2 type 0
[   11.476291] sd 8:0:2:0: [sdc] 1875385008 512-byte logical blocks: (960 GB/894 GiB)
[   11.476295] sd 8:0:2:0: [sdc] 4096-byte physical blocks
[   11.478299] sd 8:0:2:0: [sdc] Write Protect is off
[   11.479588] sd 8:0:2:0: [sdc] Write cache: enabled, read cache: enabled, supports DPO and FUA
[   11.483742] sd 8:0:0:0: [sda] Write cache: enabled, read cache: enabled, supports DPO and FUA
[   11.493364]  sdb: sdb1 sdb2
[   11.514064]  sdc: sdc1 sdc2
[   11.517790] sd 8:0:1:0: [sdb] Attached SCSI disk
[   11.525173] sd 8:0:2:0: [sdc] Attached SCSI disk
[   11.542211]  sda: sda1 sda2 sda3 sda4 sda5 sda6 sda7
[   11.572250] sd 8:0:0:0: [sda] Attached SCSI disk
[   13.931315] ccp 0000:46:00.1: SEV API:1.55 build:17
[   13.936220] ccp 0000:46:00.1: SEV-SNP API:1.55 build:17
[^[[0;32m  OK  ^[[0m] Found device ^[[0;1;39m/dev/mapper/rhel_hostname-root^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mInitrd Root Device^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mdracut initqueue hook^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mPreparation for Remote File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mRemote File Systems^[[0m.
         Starting ^[[0;1;39mFile System Check…/mapper/rhel_hostname-root^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mFile System Check…ev/mapper/rhel_hostname-root^[[0m.
         Mounting ^[[0;1;39m/sysroot^[[0m...
[   14.567049] SGI XFS with ACLs, security attributes, realtime, quota, no debug enabled
[   14.577251] XFS (dm-1): Mounting V5 Filesystem 254e7c99-a3df-41be-8429-d28e07cb528a
[   14.611067] XFS (dm-1): Starting recovery (logdev: internal)
[   14.627606] XFS (dm-1): Ending recovery (logdev: internal)
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39m/sysroot^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mInitrd Root File System^[[0m.
         Starting ^[[0;1;39mReload Configuration from the Real Root^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mReload Configuration from the Real Root^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mInitrd File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mInitrd Default Target^[[0m.
         Starting ^[[0;1;39mdracut pre-pivot and cleanup hook^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mdracut pre-pivot and cleanup hook^[[0m.
         Starting ^[[0;1;39mCleaning Up and Shutting Down Daemons^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mNetwork^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mTimer Units^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mD-Bus System Message Bus Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mdracut pre-pivot and cleanup hook^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mInitrd Default Target^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mBasic System^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mInitrd Root Device^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mInitrd /usr File System^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mPath Units^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mRemote File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mPreparation for Remote File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mSlice Units^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mSocket Units^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mSystem Initialization^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mLocal File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped target ^[[0;1;39mSwaps^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mdracut initqueue hook^[[0m.
         Starting ^[[0;1;39mPlymouth s[   15.019522] systemd-journald[1093]: Received SIGTERM from PID 1 (systemd).
witch root service^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mApply Kernel Variables^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mLoad Kernel Modules^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mCreate Volatile Files and Directories^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mColdplug All udev Devices^[[0m.
         Stopping ^[[0;1;39mRule-based Manage…for Device Events and Files^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCleaning Up and Shutting Down Daemons^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mRule-based Manager for Device Events and Files^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mPlymouth switch root service^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mudev Control Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Closed ^[[0;1;39mudev Kernel Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mdracut pre-udev hook^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mdracut cmdline hook^[[0m.
         Starting ^[[0;1;39mCleanup udev Database^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mCreate Static Device Nodes in /dev^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mCreate List of Static Device Node[   15.122791] systemd[1]: RTC configured in localtime, applying delta of 330 minutes to system time.
s^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mCr[   15.135189] systemd[1]: systemd 250-12.el9_1 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 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK +XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[   15.168255] systemd[1]: Detected architecture x86-64.

Welcome to ^[[0;31mRed Hat Enterprise Linux 9.1 (Plow)^[[0m!

[   15.235287] systemd-rc-local-generator[1744]: /etc/rc.d/rc.local is not marked executable, skipping.
[   15.483644] systemd[1]: initrd-switch-root.service: Deactivated successfully.
[   15.490955] systemd[1]: Stopped Switch Root.
[^[[0;32m  OK  ^[[[   15.495512] systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1.
0m] Stopped ^[[0;[   15.506261] systemd[1]: Created slice Virtual Machine and Container Slice.
1;39mSwitch Root[   15.514608] systemd[1]: Created slice Slice /system/getty.
^[[0m.
[^[[0;32m[   15.521400] systemd[1]: Created slice Slice /system/modprobe.
  OK  ^[[0m] Crea[   15.528561] systemd[1]: Created slice Slice /system/serial-getty.
ted slice ^[[0;1;[   15.536268] systemd[1]: Created slice Slice /system/sshd-keygen.
39mVirtual Machi[   15.543412] systemd[1]: Created slice Slice /system/systemd-fsck.
ne and Container[   15.550887] systemd[1]: Created slice User and Session Slice.
 Slice^[[0m.
[^[[   15.557408] systemd[1]: Dispatch Password Requests to Console Directory Watch was skipped because of a failed condition check (ConditionPathExists=!/run/plymouth/pid).
[0;32m  OK  ^[[0m[   15.573736] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
] Created slice [   15.582860] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
^[[0;1;39mSlice /[   15.593505] systemd[1]: Reached target Local Encrypted Volumes.
system/getty^[[0m[   15.600796] systemd[1]: Stopped target Switch Root.
.
[^[[0;32m  OK[   15.607057] systemd[1]: Stopped target Initrd File Systems.
  ^[[0m] Created [   15.613975] systemd[1]: Stopped target Initrd Root File System.
slice ^[[0;1;39mS[   15.621281] systemd[1]: Reached target Local Integrity Protected Volumes.
lice /system/mod[   15.629489] systemd[1]: Reached target Path Units.
probe^[[0m.
[^[[[   15.635644] systemd[1]: Reached target Slice Units.
0;32m  OK  ^[[0m][   15.641906] systemd[1]: Reached target Local Verity Protected Volumes.
 Created slice ^[[   15.649903] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[0;1;39mSlice /s[   15.658052] systemd[1]: Listening on LVM2 poll daemon socket.
ystem/serial-get[   15.664901] systemd[1]: multipathd control socket was skipped because of a failed condition check (ConditionPathExists=/etc/multipath.conf).
ty^[[0m.
[^[[0;32m  OK  ^[[0m] Created slice ^[[0;1;39mSlice /system/sshd-keygen^[[0m.
[^[[0;32m  OK  ^[[0m] Created slice ^[[0;1;39mSlice /system/systemd-fsck^[[0m.
[^[[0;32m  OK  ^[[0m] Created slice ^[[0;1;39mUser and Session Slice^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mForward Password R…uests to Wall Directory Watch^[[0m.
[^[[0;32m  OK  ^[[0m] Set up automount ^[[0;1;39mArbitrary…s File System Automount Point^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mLocal Encrypted Volumes^[[0[   15.721530] systemd[1]: Listening on RPCbind Server Activation Socket.
m.
[^[[0;32m  O[   15.728388] systemd[1]: Reached target RPC Port Mapper.
K  ^[[0m] Stopped[   15.736113] systemd[1]: Listening on Process Core Dump Socket.
 target ^[[0;1;39[   15.742245] systemd[1]: Listening on initctl Compatibility Named Pipe.
mSwitch Root^[[0m[   15.750536] systemd[1]: Listening on udev Control Socket.
.
[^[[0;32m  OK[   15.756954] systemd[1]: Listening on udev Kernel Socket.
  ^[[0m] Stopped target ^[[0;1;39m[   15.764931] systemd[1]: Activating swap /dev/mapper/rhel_hostname-swap...
Initrd File Syst[   15.770117] Adding 7815164k swap on /dev/mapper/rhel_hostname-swap.  Priority:-2 extents:1 across:7815164k SS
ems^[[0m.
[^[[0;32m  OK  ^[[0m] S[   15.786195] systemd[1]: Mounting Huge Pages File System...
topped target ^[[[   15.794071] systemd[1]: Mounting POSIX Message Queue File System...
0;1;39mInitrd Ro[   15.801721] systemd[1]: Mounting Kernel Debug File System...
ot File System^[[0m.
[^[[0;32m  [   15.808994] systemd[1]: Mounting Kernel Trace File System...
OK  ^[[0m] Reache[   15.816055] systemd[1]: Kernel Module supporting RPCSEC_GSS was skipped because of a failed condition check (ConditionPathExists=/etc/krb5.keytab).
d target ^[[0;1;39mLocal Integrit[   15.833181] systemd[1]: Starting Create List of Static Device Nodes...
y Protected Volumes^[[0m.
[^[[0;[   15.841189] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
32m  OK  ^[[0m] R[   15.854030] systemd[1]: Starting Load Kernel Module configfs...
eached target ^[[[   15.861318] systemd[1]: Starting Load Kernel Module drm...
0;1;39mPath Units^[[0m.
[^[[0;32[   15.868401] systemd[1]: Starting Load Kernel Module fuse...
m  OK  ^[[0m] Reached target ^[[0;[   15.877250] systemd[1]: Starting Read and set NIS domainname from /etc/sysconfig/network...
1;39mSlice Units[   15.886577] systemd[1]: plymouth-switch-root.service: Deactivated successfully.
^[[0m.
[^[[0;32m[   15.895242] systemd[1]: Stopped Plymouth switch root service.
  OK  ^[[0m] Reac[   15.902486] systemd[1]: systemd-fsck-root.service: Deactivated successfully.
hed target ^[[0;1[   15.910800] systemd[1]: Stopped File System Check on Root Device.
;39mLocal Verity[   15.918333] systemd[1]: Stopped Journal Service.
 Protected Volumes^[[0m.
[^[[0;3[   15.926472] systemd[1]: Starting Journal Service...
2m  OK  ^[[0m] Listening on ^[[0;1[   15.934096] systemd[1]: Starting Load Kernel Modules...
[   15.937694] systemd-journald[1772]: File /run/log/journal/8f37f8055146469d8baec3ad508b0084/system.journal corrupted or uncleanly shut down, renaming and replacing.
;39mDevice-mapper event daemon F[   15.956315] systemd[1]: Starting Generate network units from Kernel command line...
IFOs^[[0m.
[^[[0;32m  OK  ^[[0m] [   15.966480] systemd[1]: Starting Remount Root and Kernel File Systems...
Listening on ^[[0[   15.974468] systemd[1]: Repartition Root Disk was skipped because all trigger condition checks failed.
;1;39mLVM2 poll daemon socket^[[0[   15.986486] systemd[1]: Starting Coldplug All udev Devices...
m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mR[   15.996767] systemd[1]: Activated swap /dev/mapper/rhel_hostname-swap.
PCbind Server Ac[   16.005033] systemd[1]: Started Journal Service.
tivation Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mRPC Port Mapper^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mProcess Core Dump Socket^[[0m.
[^[[0;32m  OK[   16.025409] systemd-journald[1772]: Received client request to flush runtime journal.
  ^[[0m] Listening on ^[[0;1;39minitctl Compatibility Named Pipe^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mudev Control Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mudev Kernel Socket^[[0m.
         Activating swap ^[[0;1;39m/dev/mapper/rhel_hostname-swap^[[0m...
         Mounting ^[[0;1;39mHuge Pages File System^[[0m...
         Mounting ^[[0;1;39mPOSIX Message Queue File System^[[0m...
         Mounting ^[[0;1;39mKernel Debug File System^[[0m...
         Mounting ^[[0;1;39mKernel Trace File System^[[0m...
         Starting ^[[0;1;39mCreate List of Static Device Nodes^[[0m...
         Starting ^[[0;1;39mMonitoring of LVM…meventd or progress polling^[[0m...
         Starting ^[[0;1;39mLoad Kernel Module configfs^[[0m...
         Starting ^[[0;1;39mLoad Kernel Module drm^[[0m...
         Starting ^[[0;1;39mLoad Kernel Module fuse^[[0m...
         Starting ^[[0;1;39mRead and set NIS …from /etc/sysconfig/network^[[0m...
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mPlymouth switch root service^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mFile System Check on Root Device^[[0m.
[^[[0;32m  OK  ^[[0m] Stopped ^[[0;1;39mJournal Service^[[0m.
         Starting ^[[0;1;39mJournal Service^[[0m...
         Starting ^[[0;1;39mLoad Kernel Modules^[[0m...
         Starting ^[[0;1;39mGenerate network …ts from Kernel command line^[[0m...
         Starting ^[[0;1;39mRemount Root and Kernel File Systems^[[0m...
         Starting ^[[0;1;39mColdplug All udev Devices^[[0m...
[^[[0;32m  OK  ^[[0m] Activated swap ^[[0;1;39m/dev/mapper/rhel_hostname-swap^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mJournal Service^[[0m.
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39mHuge Pages File System^[[0m.
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39mPOSIX Message Queue File System^[[0m.
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39mKernel Debug File System^[[0m.
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39mKernel Trace File System^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate List of Static Device Nodes^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mMonitoring of LVM… dmeventd or progress polling^[[0m.
[^[[0;32m  OK  ^[[0m] Fin[   16.215108] IPMI message handler: version 39.2
ished ^[[0;1;39mLoad Kernel Modul[   16.222779] ipmi device interface
e configfs^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[   16.230783] ipmi_si: IPMI System Interface driver
[0;1;39mLoad Ker[   16.235887] ipmi_si dmi-ipmi-si.0: ipmi_platform: probing via SMBIOS
nel Module drm^[[[   16.243602] ipmi_platform: ipmi_si: SMBIOS: io 0xca8 regsize 1 spacing 4 irq 10
0m.
[^[[0;32m  [   16.252290] ipmi_si: Adding SMBIOS-specified kcs state machine
OK  ^[[0m] Finish[   16.259632] ipmi_si IPI0001:00: ipmi_platform: probing via ACPI
ed ^[[0;1;39mLoad[   16.266845] ipmi_si IPI0001:00: ipmi_platform: [io  0x0ca8] regsize 1 spacing 4 irq 10
 Kernel Module f[   16.276306] ipmi_si dmi-ipmi-si.0: Removing SMBIOS-specified kcs state machine in favor of ACPI
use^[[0m.
[^[[0;[   16.286226] ipmi_si: Adding ACPI-specified kcs state machine
32m  OK  ^[[0m] F[   16.293510] ipmi_si: Trying ACPI-specified kcs state machine at i/o address 0xca8, slave address 0x20, irq 10
inished ^[[0;1;39mRead and set NIS …e from /etc/sysconfig/netwo[   16.309564] pstore: backend 'erst' already in use: ignoring 'efi_pstore'
rk^[[0m.
[^[[0;3[   16.309982] input: PC Speaker as /devices/platform/pcspkr/input/input3
2m  OK  ^[[0m] Finished ^[[0;1;39m[   16.326765] RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
Load Kernel Modu[   16.335396] RAPL PMU: hw unit of domain package 2^-16 Joules
les^[[0m.
[^[[0;[   16.343367] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
32m  OK  ^[[0m] F[   16.351225] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
inished ^[[0;1;39mGenerate network units from Kernel command line[   16.364801] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
^[[0m.
[^[[0;32m[   16.373541] i2c i2c-3: Successfully instantiated SPD at 0x50
  OK  ^[[0m] Fini[   16.380529] i2c i2c-3: Successfully instantiated SPD at 0x51
shed ^[[0;1;39mRe[   16.387578] i2c i2c-3: Successfully instantiated SPD at 0x52
mount Root and K[   16.394623] i2c i2c-3: Successfully instantiated SPD at 0x53
ernel File Syste[   16.401670] i2c i2c-3: Successfully instantiated SPD at 0x54
ms^[[0m.
[^[[0;3[   16.408713] i2c i2c-3: Successfully instantiated SPD at 0x55
2m  OK  ^[[0m] Re[   16.415724] i2c i2c-3: Successfully instantiated SPD at 0x56
ached target ^[[0[   16.422803] i2c i2c-3: Successfully instantiated SPD at 0x57
;1;39mSwaps^[[0m.
         Mounting ^[[0;1;39mFUSE Control File System^[[0m...
         Mounting ^[[0;1;39mKernel Configuration File System^[[0m...
         Starting ^[[0;1;39mFlush Journal to Persistent Storage^[[0m...
         Starting ^[[0;1;39mLoad/Save Random Seed^[[0m...
         Starting ^[[0;1;39mApply Kernel Variables^[[0m...
         Starting ^[[0;1;39mCreate Static Device Nodes in /dev^[[0m...
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39mFUSE Control File System^[[0m.
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39mKernel Configuration File System^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mLoad/Save Random Seed^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mFlush Journal to Persistent Storage^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mApply Kernel Variables^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate [   16.499587] ee1004 3-0050: 512 byte EE1004-compliant SPD EEPROM, read-only
Static Device No[   16.508010] ee1004 3-0051: 512 byte EE1004-compliant SPD EEPROM, read-only
des in /dev^[[0m.[   16.516280] ee1004 3-0052: 512 byte EE1004-compliant SPD EEPROM, read-only

         Star[   16.524580] ee1004 3-0053: 512 byte EE1004-compliant SPD EEPROM, read-only
ting ^[[0;1;39mRu[   16.532805] ee1004 3-0054: 512 byte EE1004-compliant SPD EEPROM, read-only
le-based Manageā[   16.532882] kvm_amd: TSC scaling supported
€¦for Device Eve[   16.541100] ee1004 3-0055: 512 byte EE1004-compliant SPD EEPROM, read-only
nts and Files^[[0[   16.545457] kvm_amd: Nested Virtualization enabled
m...
[^[[0;32m [   16.554836] ee1004 3-0056: 512 byte EE1004-compliant SPD EEPROM, read-only
 OK  ^[[0m] Start[   16.559898] kvm_amd: Nested Paging enabled
ed ^[[0;1;39mRule[   16.569282] ee1004 3-0057: 512 byte EE1004-compliant SPD EEPROM, read-only
-based Manager f[   16.573640] kvm_amd: LBR virtualization supported
or Device Events[   16.587995] kvm_amd: SEV enabled (ASIDs 101 - 509)
 and Files^[[0m.\r[   16.594173] kvm_amd: SEV-ES enabled (ASIDs 1 - 100)

         Start[   16.600438] kvm_amd: SEV-SNP enabled (ASIDs 1 - 100)
ing ^[[0;1;39mLoa[   16.606968] kvm_amd: Virtual VMLOAD VMSAVE supported
d Kernel Module [   16.613143] kvm_amd: Virtual GIF supported
configfs^[[0m...
         Starting ^[[0;1;39mLoad Kernel Module fuse^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mLoad Kernel Module configfs^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mLoad Kernel Module [   16.636582] EDAC MC0: Giving out device to module amd64_edac controller F19h: DEV 0000:00:18.3 (INTERRUPT)
fuse^[[0m.
[^[[0[   16.646303] EDAC amd64: F19h detected (node 0).
;32m  OK  ^[[0m] [   16.652236] EDAC amd64: MC: 0:     0MB 1:     0MB
Finished ^[[0;1;3[   16.658316] EDAC amd64: MC: 2: 16384MB 3: 16384MB
9mColdplug All u[   16.664412] EDAC amd64: MC: 0:     0MB 1:     0MB
dev Devices^[[0m.[   16.670499] EDAC amd64: MC: 2: 16384MB 3: 16384MB

         Star[   16.676598] EDAC amd64: MC: 0:     0MB 1:     0MB
ting ^[[0;1;39mWa[   16.682683] EDAC amd64: MC: 2: 16384MB 3: 16384MB
it for udev To ā[   16.688783] EDAC amd64: MC: 0:     0MB 1:     0MB
€¦plete Device I[   16.694869] EDAC amd64: MC: 2: 16384MB 3: 16384MB
nitialization^[[0[   16.700967] EDAC amd64: MC: 0:     0MB 1:     0MB
m...
[^[[0;32m [   16.707051] EDAC amd64: MC: 2: 16384MB 3: 16384MB
 OK  ^[[0m] Liste[   16.713150] EDAC amd64: MC: 0:     0MB 1:     0MB
ning on ^[[0;1;39[   16.719229] EDAC amd64: MC: 2: 16384MB 3: 16384MB
mLoad/Save RF ā€[   16.725326] EDAC amd64: MC: 0:     0MB 1:     0MB
¦itch Status /de[   16.731405] EDAC amd64: MC: 2: 16384MB 3: 16384MB
v/rfkill Watch^[[[   16.737504] EDAC amd64: MC: 0:     0MB 1:     0MB
0m.
[^[[0;32m  [   16.743591] EDAC amd64: MC: 2: 16384MB 3: 16384MB
OK  ^[[0m] Started ^[[0;1;39m/usr/sbin/lvm vgch…tivation event rhel_hostname^[[0[   16.755806] intel_rapl_common: Found RAPL domain package
[   16.760253] ipmi_si IPI0001:00: The BMC does not support setting the recv irq bit, compensating, but the BMC needs to be fixed.
m.
[   16.761923] intel_rapl_common: Found RAPL domain core
[   16.779406] amd_atl: AMD Address Translation Library initialized
[   16.844350] ipmi_si IPI0001:00: Using irq 10
[   16.868241] ipmi_si IPI0001:00: IPMI message handler: Found new BMC (man_id: 0x0002a2, prod_id: 0x0100, dev_id: 0x20)
[   16.919434] ipmi_si IPI0001:00: IPMI kcs interface initialized
[   16.927863] ipmi_ssif: IPMI SSIF Interface driver
[   16.929832] power_meter ACPI000D:00: Found ACPI power meter.
[   16.938432] power_meter ACPI000D:00: hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mWait for udev To Complete Device Initialization^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mPreparation for Local File Systems^[[0m.
         Mounting ^[[0;1;39m/boot^[[0m...
      [   17.167774] XFS (sda6): Mounting V5 Filesystem 8a4de4ea-bc9f-4c69-9e30-c78fbc184188
   Mounting ^[[0;[   17.170036] XFS (dm-0): Mounting V5 Filesystem 3e33526b-995a-4b32-9d5d-d26941ce5b47
1;39m/home^[[0m...
         Starting ^[[0;1;39mFile System Check…/dev/disk/by-uuid/FBE5-86EF^[[0m...
[   17.194560] XFS (sda6): Starting recovery (logdev: internal)
[   17.205671] XFS (dm-0): Starting recovery (logdev: internal)
[   17.206691] XFS (sda6): Ending recovery (logdev: internal)
[   17.215872] XFS (dm-0): Ending recovery (logdev: internal)
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39m/boot^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mFile System Check…n /dev/disk/by-uuid/FBE5-86EF^[[0m.
         Mounting ^[[0;1;39m/boot/efi^[[0m...
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39m/home^[[0m.
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39m/boot/efi^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mLocal File Systems^[[0m.
         Starting ^[[0;1;39mTell Plymouth To Write Out Runtime Data^[[0m...
         Starting ^[[0;1;39mCreate Volatile Files and Directories^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mTell Plymouth To Write Out Runtime Data^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate Volatile Files and Directories^[[0m.
         Mounting ^[[0;1;39mRPC Pipe File System^[[0m...
         Starting ^[[0;1;39mSecurity Auditing Service^[[0m...
         Starting ^[[0;1;39mRPC Bind^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mRPC Bind^[[0m.
[   17.308796] RPC: Registered named UNIX socket transport module.
[   17.314717] RPC: Registered udp transport module.
[   17.319442] RPC: Registered tcp transport module.
[   17.324156] RPC: Registered tcp-with-tls transport module.
[   17.329644] RPC: Registered tcp NFSv4.1 backchannel transport module.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mSecurity Auditing Service^[[0m.
[^[[0;32m  OK  ^[[0m] Mounted ^[[0;1;39mRPC Pipe File System^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mrpc_pipefs.target^[[0m.
         Starting ^[[0;1;39mRecord System Boot/Shutdown in UTMP^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mRecord System Boot/Shutdown in UTMP^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSystem Initialization^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mdnf makecache --timer^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mDaily rotation of log files^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mUpdates mlocate database every day^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mDaily Cleanup of Temporary Directories^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mdaily update of the root trust anchor for DNSSEC^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mTimer Units^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mD-Bus System Message Bus Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mOpen-iSCSI iscsid Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mOpen-iSCSI iscsiuio Socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mSSSD Kerberos…ache Manager responder socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt interface daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt locking daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt locking daemon admin socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt logging daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt logging daemon admin socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt network daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt nodedev daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt nwfilter daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt proxy daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt QEMU daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt QEMU daemon admin socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt QEMU daemon read-only socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt secret daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mlibvirt storage daemon socket^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSocket Units^[[0m.
         Starting ^[[0;1;39mD-Bus System Message Bus^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mD-Bus System Message Bus^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mBasic System^[[0m.
         Starting ^[[0;1;39mNTP client/server^[[0m...
         Starting ^[[0;1;39mRestore /run/initramfs on shutdown^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mirqbalance daemon^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mlibstoragemgmt plug-in server daemon^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mLow Memory Monitor^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mMachine Check Exception Logging Daemon^[[0m.
         Starting ^[[0;1;39mAuthorization Manager^[[0m...
         Starting ^[[0;1;39mSystem Logging Service^[[0m...
         Starting ^[[0;1;39mSelf Monitoring a…g Technology (SMART) Daemon^[[0m...
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39msshd-keygen.target^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mUser and Group Name Lookups^[[0m.
         Starting ^[[0;1;39mUser Login Management^[[0m...
         Starting ^[[0;1;39mVirtual Machine a…tainer Registration Service^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mRestore /run/initramfs on shutdown^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mSystem Logging Service^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mVirtual Machine an…ontainer Registration Service^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mUser Login Management^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mNTP client/server^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mSelf Monitoring an…ing Technology (SMART) Daemon^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mAuthorization Manager^[[0m.
         Starting ^[[0;1;39mfirewalld - dynamic firewall daemon^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mfirewalld - dynamic firewall daemon^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mPreparation for Network^[[0m.
         Starting ^[[0;1;39mNetwork Manager^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mNetwork Manager^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mNetwork^[[0m.
         Starting ^[[0;1;39mNetwork Manager Wait Online^[[0m...
         Starting ^[[0;1;39mGSSAPI Proxy Daemon^[[0m...
         Starting ^[[0;1;39mEnable periodic u…f entitlement certificates.^[[0m...
         Starting ^[[0;1;39mOpenSSH server daemon^[[0m...
         Starting ^[[0;1;39mDynamic System Tuning Daemon^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mEnable periodic up… of entitlement certificates.^[[0m.
         Starting ^[[0;1;39mHostname Service^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mGSSAPI Proxy Daemon^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mNFS client services^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mOpenSSH server daemon^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mHostname Service^[[0m.
         Starting ^[[0;1;39mNetwork Manager Script Dispatcher Service^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mNetwork Manager Script Dispatcher Service^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mDynamic System Tuning Daemon^[[0m.
[^[[0m^[[0;31m*     ^[[0m] A start job is running for Network Manager Wait Online (5s / no limit)
^[M\r^[[K[^[[0;1;31m*^[[0m^[[0;31m*    ^[[0m] A start job is running for Network Manager Wait Online (6s / no limit)
[   21.770746] tg3 0000:c1:00.0 eth0: Link is up at 1000 Mbps, full duplex
[   21.777366] tg3 0000:c1:00.0 eth0: Flow control is off for TX and off for RX
[   21.784416] tg3 0000:c1:00.0 eth0: EEE is disabled
^[M\r^[[K[^[[0;31m*^[[0;1;31m*^[[0m^[[0;31m*   ^[[0m] A start job is running for Network Manager Wait Online (6s / no limit)
^[M\r^[[K[ ^[[0;31m*^[[0;1;31m*^[[0m^[[0;31m*  ^[[0m] A start job is running for Network Manager Wait Online (7s / no limit)
^[M\r^[[K[  ^[[0;31m*^[[0;1;31m*^[[0m^[[0;31m* ^[[0m] A start job is running for Network Manager Wait Online (7s / no limit)
^[M\r^[[K[   ^[[0;31m*^[[0;1;31m*^[[0m^[[0;31m*^[[0m] A start job is running for Network Manager Wait Online (8s / no limit)
^[M\r^[[K[    ^[[0;31m*^[[0;1;31m*^[[0m] A start job is running for Network Manager Wait Online (8s / no limit)
^[M\r^[[K[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mNetwork Manager Wait Online^[[0m.
^[[K[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mNetwork is Online^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mPreparation for Remote File Systems^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mRemote File Systems^[[0m.
         Starting ^[[0;1;39mNotify NFS peers of a restart^[[0m...
         Starting ^[[0;1;39mPermit User Sessions^[[0m...
         Starting ^[[0;1;39mlibvirt QEMU daemon^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mNotify NFS peers of a restart^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mPermit User Sessions^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mDeferred execution scheduler^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mCommand Scheduler^[[0m.
         Starting ^[[0;1;39mHold until boot process finishes up^[[0m...
         Starting ^[[0;1;39mTerminate Plymouth Boot Screen^[[0m...
[   24.342297] fbcon: Taking over console
[   24.389865] Console: switching to colour frame buffer device 128x48

Red Hat Enterprise Linux 9.1 (Plow)
Kernel 6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d on an x86_64

Activate the web console with: systemctl enable --now cockpit.socket

hostname login: [ 1667.841677] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[ 1764.301448] JFS: nTxBlock = 8192, nTxLock = 65536
[ 1764.338098] QNX4 filesystem 0.2.3 registered.
[ 1764.418027] raid6: avx2x4   gen() 34788 MB/s
[ 1764.490025] raid6: avx2x2   gen() 35764 MB/s
[ 1764.562024] raid6: avx2x1   gen() 25981 MB/s
[ 1764.566296] raid6: using algorithm avx2x2 gen() 35764 MB/s
[ 1764.638022] raid6: .... xor() 28965 MB/s, rmw enabled
[ 1764.643075] raid6: using avx2x2 recovery algorithm
[ 1764.649980] xor: automatically using best checksumming function   avx       
[ 1764.737584] Btrfs loaded, zoned=yes, fsverity=yes
[ 1790.062515] watchdog: BUG: soft lockup - CPU#110 stuck for 26s! [grub2-mount:4779]
[ 1790.070089] Modules linked in: btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils xt_CHECKSUM xt_MASQUERADE xt_conntrack ipt_REJECT xt_tcpudp nft_compat x_tables nf_nat_tftp nf_conntrack_tftp bridge stp llc tls nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd ee1004 kvm i2c_piix4 rapl joydev input_leds wmi_bmof pcspkr acpi_power_meter efi_pstore k10temp i2c_smbus ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit crct10dif_pclmul drm_shmem_helper crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas drm tg3 sha1_ssse3 raid_class ccp scsi_transport_sas sp5100_tco wmi hid_generic usbmouse usbkbd usbhid hid dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel
[ 1790.070213]  crypto_simd cryptd
[ 1790.163340] CPU: 110 UID: 0 PID: 4779 Comm: grub2-mount Not tainted 6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 1790.174024] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 1790.181677] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1790.187770] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 1790.206517] RSP: 0018:ffffa6f0a61cbc98 EFLAGS: 00000202
[ 1790.211742] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa6f0a61cbce8
[ 1790.218873] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff91cc9192c5c0
[ 1790.226007] RBP: ffffa6f0a61cbcb8 R08: 0000000000000000 R09: ffff91cc893343c0
[ 1790.233140] R10: ffffa6f0a61cbc48 R11: ffffe3b882464a00 R12: ffff91cc9192c5c0
[ 1790.240271] R13: ffffa6f0a61cbd30 R14: ffff91cc9192c280 R15: ffff91cc8919e400
[ 1790.247404] FS:  00007f6f33412e40(0000) GS:ffff91ebfc300000(0000) knlGS:0000000000000000
[ 1790.255490] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1790.261234] CR2: 00007f6f33253930 CR3: 000800208ec7a006 CR4: 0000000000770ef0
[ 1790.268369] PKRU: 55555554
[ 1790.271080] Call Trace:
[ 1790.273536]  <IRQ>
[ 1790.275554]  ? show_regs+0x6d/0x80
[ 1790.278957]  ? watchdog_timer_fn+0x1f8/0x280
[ 1790.283229]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 1790.287851]  ? __hrtimer_run_queues+0x114/0x2a0
[ 1790.292386]  ? hrtimer_interrupt+0x108/0x230
[ 1790.296655]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 1790.301880]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 1790.306847]  </IRQ>
[ 1790.308954]  <TASK>
[ 1790.311058]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 1790.316374]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1790.321860]  _raw_spin_lock+0x2d/0x40
[ 1790.325523]  fuse_iget+0x125/0x250
[ 1790.328931]  fuse_fill_super_common+0x3ae/0x4f0
[ 1790.333464]  ? __pfx_fuse_fill_super+0x10/0x10
[ 1790.337906]  fuse_fill_super+0x5e/0xb0
[ 1790.341662]  get_tree_nodev+0x6f/0xa0
[ 1790.345327]  ? fget+0x80/0xb0
[ 1790.348301]  fuse_get_tree+0xc6/0x1b0
[ 1790.351965]  vfs_get_tree+0x2e/0xf0
[ 1790.355456]  path_mount+0x4f0/0xb50
[ 1790.358949]  ? putname+0x5b/0x70
[ 1790.362185]  __x64_sys_mount+0x10d/0x150
[ 1790.366111]  x64_sys_call+0x1e1d/0x2140
[ 1790.369946]  do_syscall_64+0x51/0x120
[ 1790.373612]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 1790.378666] RIP: 0033:0x7f6f3330f03e
[ 1790.382245] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 1790.400992] RSP: 002b:00007ffd740f76a8 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 1790.408557] RAX: ffffffffffffffda RBX: 000055b2ad3864a0 RCX: 00007f6f3330f03e
[ 1790.415688] RDX: 000055b2ad386530 RSI: 000055b2ad3863a0 RDI: 000055b2ad3864f0
[ 1790.422820] RBP: 000055b2ad3863a0 R08: 000055b2ad386250 R09: 00746e756f6d2d32
[ 1790.429954] R10: 0000000000000006 R11: 0000000000000206 R12: 000055b2ad386530
[ 1790.437086] R13: 00007ffd740f76e0 R14: 000055b2ad3864f0 R15: 000055b2ad3864a0
[ 1790.444221]  </TASK>
[ 1818.061867] watchdog: BUG: soft lockup - CPU#110 stuck for 52s! [grub2-mount:4779]
[ 1818.069437] Modules linked in: btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils xt_CHECKSUM xt_MASQUERADE xt_conntrack ipt_REJECT xt_tcpudp nft_compat x_tables nf_nat_tftp nf_conntrack_tftp bridge stp llc tls nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd ee1004 kvm i2c_piix4 rapl joydev input_leds wmi_bmof pcspkr acpi_power_meter efi_pstore k10temp i2c_smbus ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit crct10dif_pclmul drm_shmem_helper crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas drm tg3 sha1_ssse3 raid_class ccp scsi_transport_sas sp5100_tco wmi hid_generic usbmouse usbkbd usbhid hid dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel
[ 1818.069537]  crypto_simd cryptd
[ 1818.162661] CPU: 110 UID: 0 PID: 4779 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 1818.174820] Tainted: [L]=SOFTLOCKUP
[ 1818.178311] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 1818.185965] RIP: 0010:native_queued_spin_lock_slowpath+0x7c/0x2d0
[ 1818.192066] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[ 1818.210811] RSP: 0018:ffffa6f0a61cbc98 EFLAGS: 00000202
[ 1818.216037] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa6f0a61cbce8
[ 1818.223170] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff91cc9192c5c0
[ 1818.230303] RBP: ffffa6f0a61cbcb8 R08: 0000000000000000 R09: ffff91cc893343c0
[ 1818.237434] R10: ffffa6f0a61cbc48 R11: ffffe3b882464a00 R12: ffff91cc9192c5c0
[ 1818.244568] R13: ffffa6f0a61cbd30 R14: ffff91cc9192c280 R15: ffff91cc8919e400
[ 1818.251701] FS:  00007f6f33412e40(0000) GS:ffff91ebfc300000(0000) knlGS:0000000000000000
[ 1818.259785] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1818.265529] CR2: 00007f6f33253930 CR3: 000800208ec7a006 CR4: 0000000000770ef0
[ 1818.272654] PKRU: 55555554
[ 1818.275368] Call Trace:
[ 1818.277821]  <IRQ>
[ 1818.279840]  ? show_regs+0x6d/0x80
[ 1818.283246]  ? watchdog_timer_fn+0x1f8/0x280
[ 1818.287519]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 1818.292137]  ? __hrtimer_run_queues+0x114/0x2a0
[ 1818.296671]  ? hrtimer_interrupt+0x108/0x230
[ 1818.300942]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 1818.306167]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 1818.311134]  </IRQ>
[ 1818.313240]  <TASK>
[ 1818.315346]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 1818.320660]  ? native_queued_spin_lock_slowpath+0x7c/0x2d0
[ 1818.326147]  _raw_spin_lock+0x2d/0x40
[ 1818.329810]  fuse_iget+0x125/0x250
[ 1818.333217]  fuse_fill_super_common+0x3ae/0x4f0
[ 1818.337750]  ? __pfx_fuse_fill_super+0x10/0x10
[ 1818.342193]  fuse_fill_super+0x5e/0xb0
[ 1818.345946]  get_tree_nodev+0x6f/0xa0
[ 1818.349614]  ? fget+0x80/0xb0
[ 1818.352587]  fuse_get_tree+0xc6/0x1b0
[ 1818.356251]  vfs_get_tree+0x2e/0xf0
[ 1818.359743]  path_mount+0x4f0/0xb50
[ 1818.363237]  ? putname+0x5b/0x70
[ 1818.366469]  __x64_sys_mount+0x10d/0x150
[ 1818.370396]  x64_sys_call+0x1e1d/0x2140
[ 1818.374234]  do_syscall_64+0x51/0x120
[ 1818.377900]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 1818.382953] RIP: 0033:0x7f6f3330f03e
[ 1818.386534] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 1818.405279] RSP: 002b:00007ffd740f76a8 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 1818.412841] RAX: ffffffffffffffda RBX: 000055b2ad3864a0 RCX: 00007f6f3330f03e
[ 1818.419968] RDX: 000055b2ad386530 RSI: 000055b2ad3863a0 RDI: 000055b2ad3864f0
[ 1818.427099] RBP: 000055b2ad3863a0 R08: 000055b2ad386250 R09: 00746e756f6d2d32
[ 1818.434231] R10: 0000000000000006 R11: 0000000000000206 R12: 000055b2ad386530
[ 1818.441363] R13: 00007ffd740f76e0 R14: 000055b2ad3864f0 R15: 000055b2ad3864a0
[ 1818.448499]  </TASK>
[ 1825.000622] rcu: INFO: rcu_preempt self-detected stall on CPU
[ 1825.006367] rcu: 	110-....: (14809 ticks this GP) idle=c884/1/0x4000000000000000 softirq=1022/1023 fqs=6626
[ 1825.016104] rcu: 	(t=15004 jiffies g=31609 q=903 ncpus=128)
[ 1825.021675] CPU: 110 UID: 0 PID: 4779 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 1825.033831] Tainted: [L]=SOFTLOCKUP
[ 1825.037324] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 1825.044976] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1825.051068] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 1825.069813] RSP: 0018:ffffa6f0a61cbc98 EFLAGS: 00000202
[ 1825.075040] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa6f0a61cbce8
[ 1825.082173] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff91cc9192c5c0
[ 1825.089305] RBP: ffffa6f0a61cbcb8 R08: 0000000000000000 R09: ffff91cc893343c0
[ 1825.096439] R10: ffffa6f0a61cbc48 R11: ffffe3b882464a00 R12: ffff91cc9192c5c0
[ 1825.103569] R13: ffffa6f0a61cbd30 R14: ffff91cc9192c280 R15: ffff91cc8919e400
[ 1825.110701] FS:  00007f6f33412e40(0000) GS:ffff91ebfc300000(0000) knlGS:0000000000000000
[ 1825.118787] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1825.124532] CR2: 00007f6f33253930 CR3: 000800208ec7a006 CR4: 0000000000770ef0
[ 1825.131657] PKRU: 55555554
[ 1825.134371] Call Trace:
[ 1825.136822]  <IRQ>
[ 1825.138844]  ? show_regs+0x6d/0x80
[ 1825.142249]  ? dump_cpu_task+0x6b/0x80
[ 1825.146000]  ? rcu_dump_cpu_stacks+0xa4/0x100
[ 1825.150359]  ? rcu_sched_clock_irq+0x6b4/0x10c0
[ 1825.154893]  ? srso_alias_return_thunk+0x5/0xfbef5
[ 1825.159685]  ? generic_exec_single+0x38/0x150
[ 1825.164045]  ? srso_alias_return_thunk+0x5/0xfbef5
[ 1825.168835]  ? __cgroup_account_cputime_field+0x3f/0x60
[ 1825.174064]  ? srso_alias_return_thunk+0x5/0xfbef5
[ 1825.178856]  ? account_system_index_time+0x95/0xb0
[ 1825.183648]  ? update_process_times+0x74/0xc0
[ 1825.188008]  ? tick_nohz_handler+0x9b/0x150
[ 1825.192193]  ? __pfx_tick_nohz_handler+0x10/0x10
[ 1825.196812]  ? __hrtimer_run_queues+0x114/0x2a0
[ 1825.201347]  ? hrtimer_interrupt+0x108/0x230
[ 1825.205618]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 1825.210845]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 1825.215810]  </IRQ>
[ 1825.217916]  <TASK>
[ 1825.220020]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 1825.225336]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1825.230819]  _raw_spin_lock+0x2d/0x40
[ 1825.234485]  fuse_iget+0x125/0x250
[ 1825.237892]  fuse_fill_super_common+0x3ae/0x4f0
[ 1825.242427]  ? __pfx_fuse_fill_super+0x10/0x10
[ 1825.246871]  fuse_fill_super+0x5e/0xb0
[ 1825.250623]  get_tree_nodev+0x6f/0xa0
[ 1825.254286]  ? fget+0x80/0xb0
[ 1825.257261]  fuse_get_tree+0xc6/0x1b0
[ 1825.260928]  vfs_get_tree+0x2e/0xf0
[ 1825.264419]  path_mount+0x4f0/0xb50
[ 1825.267913]  ? putname+0x5b/0x70
[ 1825.271144]  __x64_sys_mount+0x10d/0x150
[ 1825.275072]  x64_sys_call+0x1e1d/0x2140
[ 1825.278910]  do_syscall_64+0x51/0x120
[ 1825.282576]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 1825.287629] RIP: 0033:0x7f6f3330f03e
[ 1825.291205] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 1825.309953] RSP: 002b:00007ffd740f76a8 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 1825.317517] RAX: ffffffffffffffda RBX: 000055b2ad3864a0 RCX: 00007f6f3330f03e
[ 1825.324651] RDX: 000055b2ad386530 RSI: 000055b2ad3863a0 RDI: 000055b2ad3864f0
[ 1825.331781] RBP: 000055b2ad3863a0 R08: 000055b2ad386250 R09: 00746e756f6d2d32
[ 1825.338915] R10: 0000000000000006 R11: 0000000000000206 R12: 000055b2ad386530
[ 1825.346049] R13: 00007ffd740f76e0 R14: 000055b2ad3864f0 R15: 000055b2ad3864a0
[ 1825.353184]  </TASK>
[ 1850.061125] watchdog: BUG: soft lockup - CPU#110 stuck for 82s! [grub2-mount:4779]
[ 1850.068695] Modules linked in: btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils xt_CHECKSUM xt_MASQUERADE xt_conntrack ipt_REJECT xt_tcpudp nft_compat x_tables nf_nat_tftp nf_conntrack_tftp bridge stp llc tls nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd ee1004 kvm i2c_piix4 rapl joydev input_leds wmi_bmof pcspkr acpi_power_meter efi_pstore k10temp i2c_smbus ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit crct10dif_pclmul drm_shmem_helper crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas drm tg3 sha1_ssse3 raid_class ccp scsi_transport_sas sp5100_tco wmi hid_generic usbmouse usbkbd usbhid hid dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel
[ 1850.068797]  crypto_simd cryptd
[ 1850.161920] CPU: 110 UID: 0 PID: 4779 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 1850.174080] Tainted: [L]=SOFTLOCKUP
[ 1850.177572] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 1850.185223] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1850.191316] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 1850.210063] RSP: 0018:ffffa6f0a61cbc98 EFLAGS: 00000202
[ 1850.215289] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa6f0a61cbce8
[ 1850.222419] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff91cc9192c5c0
[ 1850.229553] RBP: ffffa6f0a61cbcb8 R08: 0000000000000000 R09: ffff91cc893343c0
[ 1850.236685] R10: ffffa6f0a61cbc48 R11: ffffe3b882464a00 R12: ffff91cc9192c5c0
[ 1850.243818] R13: ffffa6f0a61cbd30 R14: ffff91cc9192c280 R15: ffff91cc8919e400
[ 1850.250949] FS:  00007f6f33412e40(0000) GS:ffff91ebfc300000(0000) knlGS:0000000000000000
[ 1850.259037] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1850.264782] CR2: 00007f6f33253930 CR3: 000800208ec7a006 CR4: 0000000000770ef0
[ 1850.271913] PKRU: 55555554
[ 1850.274628] Call Trace:
[ 1850.277081]  <IRQ>
[ 1850.279101]  ? show_regs+0x6d/0x80
[ 1850.282506]  ? watchdog_timer_fn+0x1f8/0x280
[ 1850.286776]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 1850.291396]  ? __hrtimer_run_queues+0x114/0x2a0
[ 1850.295930]  ? hrtimer_interrupt+0x108/0x230
[ 1850.300203]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 1850.305429]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 1850.310394]  </IRQ>
[ 1850.312500]  <TASK>
[ 1850.314604]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 1850.319921]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1850.325407]  _raw_spin_lock+0x2d/0x40
[ 1850.329070]  fuse_iget+0x125/0x250
[ 1850.332477]  fuse_fill_super_common+0x3ae/0x4f0
[ 1850.337009]  ? __pfx_fuse_fill_super+0x10/0x10
[ 1850.341455]  fuse_fill_super+0x5e/0xb0
[ 1850.345208]  get_tree_nodev+0x6f/0xa0
[ 1850.348871]  ? fget+0x80/0xb0
[ 1850.351845]  fuse_get_tree+0xc6/0x1b0
[ 1850.355510]  vfs_get_tree+0x2e/0xf0
[ 1850.359005]  path_mount+0x4f0/0xb50
[ 1850.362495]  ? putname+0x5b/0x70
[ 1850.365729]  __x64_sys_mount+0x10d/0x150
[ 1850.369657]  x64_sys_call+0x1e1d/0x2140
[ 1850.373493]  do_syscall_64+0x51/0x120
[ 1850.377160]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 1850.382212] RIP: 0033:0x7f6f3330f03e
[ 1850.385794] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 1850.404536] RSP: 002b:00007ffd740f76a8 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 1850.412102] RAX: ffffffffffffffda RBX: 000055b2ad3864a0 RCX: 00007f6f3330f03e
[ 1850.419234] RDX: 000055b2ad386530 RSI: 000055b2ad3863a0 RDI: 000055b2ad3864f0
[ 1850.426366] RBP: 000055b2ad3863a0 R08: 000055b2ad386250 R09: 00746e756f6d2d32
[ 1850.433501] R10: 0000000000000006 R11: 0000000000000206 R12: 000055b2ad386530
[ 1850.440632] R13: 00007ffd740f76e0 R14: 000055b2ad3864f0 R15: 000055b2ad3864a0
[ 1850.447768]  </TASK>
[ 1878.060477] watchdog: BUG: soft lockup - CPU#110 stuck for 108s! [grub2-mount:4779]
[ 1878.068138] Modules linked in: btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils xt_CHECKSUM xt_MASQUERADE xt_conntrack ipt_REJECT xt_tcpudp nft_compat x_tables nf_nat_tftp nf_conntrack_tftp bridge stp llc tls nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd ee1004 kvm i2c_piix4 rapl joydev input_leds wmi_bmof pcspkr acpi_power_meter efi_pstore k10temp i2c_smbus ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit crct10dif_pclmul drm_shmem_helper crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas drm tg3 sha1_ssse3 raid_class ccp scsi_transport_sas sp5100_tco wmi hid_generic usbmouse usbkbd usbhid hid dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel
[ 1878.068237]  crypto_simd cryptd
[ 1878.161361] CPU: 110 UID: 0 PID: 4779 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 1878.173520] Tainted: [L]=SOFTLOCKUP
[ 1878.177014] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 1878.184664] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1878.190758] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 1878.209502] RSP: 0018:ffffa6f0a61cbc98 EFLAGS: 00000202
[ 1878.214729] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa6f0a61cbce8
[ 1878.221861] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff91cc9192c5c0
[ 1878.228995] RBP: ffffa6f0a61cbcb8 R08: 0000000000000000 R09: ffff91cc893343c0
[ 1878.236128] R10: ffffa6f0a61cbc48 R11: ffffe3b882464a00 R12: ffff91cc9192c5c0
[ 1878.243258] R13: ffffa6f0a61cbd30 R14: ffff91cc9192c280 R15: ffff91cc8919e400
[ 1878.250393] FS:  00007f6f33412e40(0000) GS:ffff91ebfc300000(0000) knlGS:0000000000000000
[ 1878.258478] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1878.264222] CR2: 00007f6f33253930 CR3: 000800208ec7a006 CR4: 0000000000770ef0
[ 1878.271357] PKRU: 55555554
[ 1878.274068] Call Trace:
[ 1878.276522]  <IRQ>
[ 1878.278541]  ? show_regs+0x6d/0x80
[ 1878.281945]  ? watchdog_timer_fn+0x1f8/0x280
[ 1878.286219]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 1878.290837]  ? __hrtimer_run_queues+0x114/0x2a0
[ 1878.295372]  ? hrtimer_interrupt+0x108/0x230
[ 1878.299645]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 1878.304870]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 1878.309836]  </IRQ>
[ 1878.311942]  <TASK>
[ 1878.314048]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 1878.319363]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1878.324846]  _raw_spin_lock+0x2d/0x40
[ 1878.328511]  fuse_iget+0x125/0x250
[ 1878.331920]  fuse_fill_super_common+0x3ae/0x4f0
[ 1878.336453]  ? __pfx_fuse_fill_super+0x10/0x10
[ 1878.340897]  fuse_fill_super+0x5e/0xb0
[ 1878.344648]  get_tree_nodev+0x6f/0xa0
[ 1878.348314]  ? fget+0x80/0xb0
[ 1878.351285]  fuse_get_tree+0xc6/0x1b0
[ 1878.354954]  vfs_get_tree+0x2e/0xf0
[ 1878.358444]  path_mount+0x4f0/0xb50
[ 1878.361939]  ? putname+0x5b/0x70
[ 1878.365171]  __x64_sys_mount+0x10d/0x150
[ 1878.369095]  x64_sys_call+0x1e1d/0x2140
[ 1878.372934]  do_syscall_64+0x51/0x120
[ 1878.376601]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 1878.381653] RIP: 0033:0x7f6f3330f03e
[ 1878.385232] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 1878.403977] RSP: 002b:00007ffd740f76a8 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 1878.411543] RAX: ffffffffffffffda RBX: 000055b2ad3864a0 RCX: 00007f6f3330f03e
[ 1878.418675] RDX: 000055b2ad386530 RSI: 000055b2ad3863a0 RDI: 000055b2ad3864f0
[ 1878.425809] RBP: 000055b2ad3863a0 R08: 000055b2ad386250 R09: 00746e756f6d2d32
[ 1878.432940] R10: 0000000000000006 R11: 0000000000000206 R12: 000055b2ad386530
[ 1878.440074] R13: 00007ffd740f76e0 R14: 000055b2ad3864f0 R15: 000055b2ad3864a0
[ 1878.447210]  </TASK>
[ 1906.059828] watchdog: BUG: soft lockup - CPU#110 stuck for 134s! [grub2-mount:4779]
[ 1906.067482] Modules linked in: btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils xt_CHECKSUM xt_MASQUERADE xt_conntrack ipt_REJECT xt_tcpudp nft_compat x_tables nf_nat_tftp nf_conntrack_tftp bridge stp llc tls nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd ee1004 kvm i2c_piix4 rapl joydev input_leds wmi_bmof pcspkr acpi_power_meter efi_pstore k10temp i2c_smbus ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit crct10dif_pclmul drm_shmem_helper crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas drm tg3 sha1_ssse3 raid_class ccp scsi_transport_sas sp5100_tco wmi hid_generic usbmouse usbkbd usbhid hid dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel
[ 1906.067583]  crypto_simd cryptd
[ 1906.160707] CPU: 110 UID: 0 PID: 4779 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 1906.172866] Tainted: [L]=SOFTLOCKUP
[ 1906.176356] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 1906.184011] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1906.190104] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 1906.208847] RSP: 0018:ffffa6f0a61cbc98 EFLAGS: 00000202
[ 1906.214073] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa6f0a61cbce8
[ 1906.221205] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff91cc9192c5c0
[ 1906.228337] RBP: ffffa6f0a61cbcb8 R08: 0000000000000000 R09: ffff91cc893343c0
[ 1906.235470] R10: ffffa6f0a61cbc48 R11: ffffe3b882464a00 R12: ffff91cc9192c5c0
[ 1906.242603] R13: ffffa6f0a61cbd30 R14: ffff91cc9192c280 R15: ffff91cc8919e400
[ 1906.249735] FS:  00007f6f33412e40(0000) GS:ffff91ebfc300000(0000) knlGS:0000000000000000
[ 1906.257823] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1906.263567] CR2: 00007f6f33253930 CR3: 000800208ec7a006 CR4: 0000000000770ef0
[ 1906.270700] PKRU: 55555554
[ 1906.273414] Call Trace:
[ 1906.275867]  <IRQ>
[ 1906.277885]  ? show_regs+0x6d/0x80
[ 1906.281291]  ? watchdog_timer_fn+0x1f8/0x280
[ 1906.285564]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 1906.290183]  ? __hrtimer_run_queues+0x114/0x2a0
[ 1906.294715]  ? hrtimer_interrupt+0x108/0x230
[ 1906.298989]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 1906.304215]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 1906.309178]  </IRQ>
[ 1906.311278]  <TASK>
[ 1906.313381]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 1906.318699]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1906.324182]  _raw_spin_lock+0x2d/0x40
[ 1906.327846]  fuse_iget+0x125/0x250
[ 1906.331255]  fuse_fill_super_common+0x3ae/0x4f0
[ 1906.335787]  ? __pfx_fuse_fill_super+0x10/0x10
[ 1906.340230]  fuse_fill_super+0x5e/0xb0
[ 1906.343983]  get_tree_nodev+0x6f/0xa0
[ 1906.347649]  ? fget+0x80/0xb0
[ 1906.350622]  fuse_get_tree+0xc6/0x1b0
[ 1906.354288]  vfs_get_tree+0x2e/0xf0
[ 1906.357783]  path_mount+0x4f0/0xb50
[ 1906.361273]  ? putname+0x5b/0x70
[ 1906.364509]  __x64_sys_mount+0x10d/0x150
[ 1906.368433]  x64_sys_call+0x1e1d/0x2140
[ 1906.372269]  do_syscall_64+0x51/0x120
[ 1906.375938]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 1906.380990] RIP: 0033:0x7f6f3330f03e
[ 1906.384570] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 1906.403315] RSP: 002b:00007ffd740f76a8 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 1906.410880] RAX: ffffffffffffffda RBX: 000055b2ad3864a0 RCX: 00007f6f3330f03e
[ 1906.418010] RDX: 000055b2ad386530 RSI: 000055b2ad3863a0 RDI: 000055b2ad3864f0
[ 1906.425136] RBP: 000055b2ad3863a0 R08: 000055b2ad386250 R09: 00746e756f6d2d32
[ 1906.432269] R10: 0000000000000006 R11: 0000000000000206 R12: 000055b2ad386530
[ 1906.439402] R13: 00007ffd740f76e0 R14: 000055b2ad3864f0 R15: 000055b2ad3864a0
[ 1906.446537]  </TASK>
[ 1934.059176] watchdog: BUG: soft lockup - CPU#110 stuck for 160s! [grub2-mount:4779]
[ 1934.066836] Modules linked in: btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils xt_CHECKSUM xt_MASQUERADE xt_conntrack ipt_REJECT xt_tcpudp nft_compat x_tables nf_nat_tftp nf_conntrack_tftp bridge stp llc tls nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd ee1004 kvm i2c_piix4 rapl joydev input_leds wmi_bmof pcspkr acpi_power_meter efi_pstore k10temp i2c_smbus ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit crct10dif_pclmul drm_shmem_helper crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas drm tg3 sha1_ssse3 raid_class ccp scsi_transport_sas sp5100_tco wmi hid_generic usbmouse usbkbd usbhid hid dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel
[ 1934.066936]  crypto_simd cryptd
[ 1934.160061] CPU: 110 UID: 0 PID: 4779 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 1934.172218] Tainted: [L]=SOFTLOCKUP
[ 1934.175712] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 1934.183362] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1934.189456] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 1934.208199] RSP: 0018:ffffa6f0a61cbc98 EFLAGS: 00000202
[ 1934.213425] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa6f0a61cbce8
[ 1934.220548] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff91cc9192c5c0
[ 1934.227673] RBP: ffffa6f0a61cbcb8 R08: 0000000000000000 R09: ffff91cc893343c0
[ 1934.234807] R10: ffffa6f0a61cbc48 R11: ffffe3b882464a00 R12: ffff91cc9192c5c0
[ 1934.241937] R13: ffffa6f0a61cbd30 R14: ffff91cc9192c280 R15: ffff91cc8919e400
[ 1934.249061] FS:  00007f6f33412e40(0000) GS:ffff91ebfc300000(0000) knlGS:0000000000000000
[ 1934.257148] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1934.262894] CR2: 00007f6f33253930 CR3: 000800208ec7a006 CR4: 0000000000770ef0
[ 1934.270029] PKRU: 55555554
[ 1934.272741] Call Trace:
[ 1934.275191]  <IRQ>
[ 1934.277213]  ? show_regs+0x6d/0x80
[ 1934.280618]  ? watchdog_timer_fn+0x1f8/0x280
[ 1934.284889]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 1934.289508]  ? __hrtimer_run_queues+0x114/0x2a0
[ 1934.294043]  ? hrtimer_interrupt+0x108/0x230
[ 1934.298316]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 1934.303542]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 1934.308506]  </IRQ>
[ 1934.310611]  <TASK>
[ 1934.312718]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 1934.318034]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1934.323519]  _raw_spin_lock+0x2d/0x40
[ 1934.327182]  fuse_iget+0x125/0x250
[ 1934.330588]  fuse_fill_super_common+0x3ae/0x4f0
[ 1934.335121]  ? __pfx_fuse_fill_super+0x10/0x10
[ 1934.339566]  fuse_fill_super+0x5e/0xb0
[ 1934.343319]  get_tree_nodev+0x6f/0xa0
[ 1934.346986]  ? fget+0x80/0xb0
[ 1934.349958]  fuse_get_tree+0xc6/0x1b0
[ 1934.353624]  vfs_get_tree+0x2e/0xf0
[ 1934.357115]  path_mount+0x4f0/0xb50
[ 1934.360608]  ? putname+0x5b/0x70
[ 1934.363841]  __x64_sys_mount+0x10d/0x150
[ 1934.367769]  x64_sys_call+0x1e1d/0x2140
[ 1934.371608]  do_syscall_64+0x51/0x120
[ 1934.375273]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 1934.380326] RIP: 0033:0x7f6f3330f03e
[ 1934.383904] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 1934.402649] RSP: 002b:00007ffd740f76a8 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 1934.410214] RAX: ffffffffffffffda RBX: 000055b2ad3864a0 RCX: 00007f6f3330f03e
[ 1934.417346] RDX: 000055b2ad386530 RSI: 000055b2ad3863a0 RDI: 000055b2ad3864f0
[ 1934.424479] RBP: 000055b2ad3863a0 R08: 000055b2ad386250 R09: 00746e756f6d2d32
[ 1934.431614] R10: 0000000000000006 R11: 0000000000000206 R12: 000055b2ad386530
[ 1934.438744] R13: 00007ffd740f76e0 R14: 000055b2ad3864f0 R15: 000055b2ad3864a0
[ 1934.445880]  </TASK>
[ 1962.058522] watchdog: BUG: soft lockup - CPU#110 stuck for 186s! [grub2-mount:4779]
[ 1962.066177] Modules linked in: btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils xt_CHECKSUM xt_MASQUERADE xt_conntrack ipt_REJECT xt_tcpudp nft_compat x_tables nf_nat_tftp nf_conntrack_tftp bridge stp llc tls nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd ee1004 kvm i2c_piix4 rapl joydev input_leds wmi_bmof pcspkr acpi_power_meter efi_pstore k10temp i2c_smbus ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit crct10dif_pclmul drm_shmem_helper crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas drm tg3 sha1_ssse3 raid_class ccp scsi_transport_sas sp5100_tco wmi hid_generic usbmouse usbkbd usbhid hid dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel
[ 1962.066277]  crypto_simd cryptd
[ 1962.159401] CPU: 110 UID: 0 PID: 4779 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 1962.171560] Tainted: [L]=SOFTLOCKUP
[ 1962.175051] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 1962.182705] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1962.188799] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 1962.207545] RSP: 0018:ffffa6f0a61cbc98 EFLAGS: 00000202
[ 1962.212770] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa6f0a61cbce8
[ 1962.219902] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff91cc9192c5c0
[ 1962.227033] RBP: ffffa6f0a61cbcb8 R08: 0000000000000000 R09: ffff91cc893343c0
[ 1962.234166] R10: ffffa6f0a61cbc48 R11: ffffe3b882464a00 R12: ffff91cc9192c5c0
[ 1962.241299] R13: ffffa6f0a61cbd30 R14: ffff91cc9192c280 R15: ffff91cc8919e400
[ 1962.248431] FS:  00007f6f33412e40(0000) GS:ffff91ebfc300000(0000) knlGS:0000000000000000
[ 1962.256517] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1962.262262] CR2: 00007f6f33253930 CR3: 000800208ec7a006 CR4: 0000000000770ef0
[ 1962.269394] PKRU: 55555554
[ 1962.272098] Call Trace:
[ 1962.274543]  <IRQ>
[ 1962.276563]  ? show_regs+0x6d/0x80
[ 1962.279970]  ? watchdog_timer_fn+0x1f8/0x280
[ 1962.284240]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 1962.288861]  ? __hrtimer_run_queues+0x114/0x2a0
[ 1962.293396]  ? hrtimer_interrupt+0x108/0x230
[ 1962.297666]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 1962.302892]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 1962.307856]  </IRQ>
[ 1962.309962]  <TASK>
[ 1962.312068]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 1962.317384]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 1962.322867]  _raw_spin_lock+0x2d/0x40
[ 1962.326534]  fuse_iget+0x125/0x250
[ 1962.329939]  fuse_fill_super_common+0x3ae/0x4f0
[ 1962.334475]  ? __pfx_fuse_fill_super+0x10/0x10
[ 1962.338919]  fuse_fill_super+0x5e/0xb0
[ 1962.342669]  get_tree_nodev+0x6f/0xa0
[ 1962.346336]  ? fget+0x80/0xb0
[ 1962.349310]  fuse_get_tree+0xc6/0x1b0
[ 1962.352976]  vfs_get_tree+0x2e/0xf0
[ 1962.356469]  path_mount+0x4f0/0xb50
[ 1962.359959]  ? putname+0x5b/0x70
[ 1962.363194]  __x64_sys_mount+0x10d/0x150
[ 1962.367120]  x64_sys_call+0x1e1d/0x2140
[ 1962.370957]  do_syscall_64+0x51/0x120
[ 1962.374623]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 1962.379677] RIP: 0033:0x7f6f3330f03e
[ 1962.383256] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 1962.402001] RSP: 002b:00007ffd740f76a8 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 1962.409567] RAX: ffffffffffffffda RBX: 000055b2ad3864a0 RCX: 00007f6f3330f03e
[ 1962.416699] RDX: 000055b2ad386530 RSI: 000055b2ad3863a0 RDI: 000055b2ad3864f0
[ 1962.423833] RBP: 000055b2ad3863a0 R08: 000055b2ad386250 R09: 00746e756f6d2d32
[ 1962.430964] R10: 0000000000000006 R11: 0000000000000206 R12: 000055b2ad386530
[ 1962.438096] R13: 00007ffd740f76e0 R14: 000055b2ad3864f0 R15: 000055b2ad3864a0
[ 1962.445231]  </TASK>
[ 1990.057869] watchdog: BUG: soft lockup - CPU#110 stuck for 212s! [grub2-mount:4779]
[ 1990.065526] Modules linked in: btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils xt_CHECKSUM xt_MASQUERADE xt_conntrack ipt_REJECT xt_tcpudp nft_compat x_tables nf_nat_tftp nf_conntrack_tftp bridge stp llc tls nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd ee1004 kvm i2c_piix4 rapl joydev input_leds wmi_bmof pcspkr acpi_power_meter efi_pstore k10temp i2c_smbus ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit crct10dif_pclmul drm_shmem_helper crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas drm tg3 sha1_ssse3 raid_class ccp scsi_transport_sas sp5100_tco wmi hid_generic usbmouse usbkbd usbhid hid dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel
[ 1990.065625]  crypto_simd cryptd
[ 1990.158751] CPU: 110 UID: 0 PID: 4779 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 1990.170910] Tainted: [L]=SOFTLOCKUP
[ 1990.174404] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 1990.182054] RIP: 0010:native_queued_spin_lock_slowpath+0x7c/0x2d0
[ 1990.188147] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[ 1990.206895] RSP: 0018:ffffa6f0a61cbc98 EFLAGS: 00000202
[ 1990.212118] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa6f0a61cbce8
[ 1990.219250] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff91cc9192c5c0
[ 1990.226375] RBP: ffffa6f0a61cbcb8 R08: 0000000000000000 R09: ffff91cc893343c0
[ 1990.233509] R10: ffffa6f0a61cbc48 R11: ffffe3b882464a00 R12: ffff91cc9192c5c0
[ 1990.240640] R13: ffffa6f0a61cbd30 R14: ffff91cc9192c280 R15: ffff91cc8919e400
[ 1990.247772] FS:  00007f6f33412e40(0000) GS:ffff91ebfc300000(0000) knlGS:0000000000000000
[ 1990.255860] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1990.261606] CR2: 00007f6f33253930 CR3: 000800208ec7a006 CR4: 0000000000770ef0
[ 1990.268737] PKRU: 55555554
[ 1990.271450] Call Trace:
[ 1990.273905]  <IRQ>
[ 1990.275923]  ? show_regs+0x6d/0x80
[ 1990.279326]  ? watchdog_timer_fn+0x1f8/0x280
[ 1990.283599]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 1990.288219]  ? __hrtimer_run_queues+0x114/0x2a0
[ 1990.292752]  ? hrtimer_interrupt+0x108/0x230
[ 1990.297024]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 1990.302252]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 1990.307215]  </IRQ>
[ 1990.309314]  <TASK>
[ 1990.311421]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 1990.316733]  ? native_queued_spin_lock_slowpath+0x7c/0x2d0
[ 1990.322220]  _raw_spin_lock+0x2d/0x40
[ 1990.325883]  fuse_iget+0x125/0x250
[ 1990.329290]  fuse_fill_super_common+0x3ae/0x4f0
[ 1990.333824]  ? __pfx_fuse_fill_super+0x10/0x10
[ 1990.338269]  fuse_fill_super+0x5e/0xb0
[ 1990.342022]  get_tree_nodev+0x6f/0xa0
[ 1990.345687]  ? fget+0x80/0xb0
[ 1990.348661]  fuse_get_tree+0xc6/0x1b0
[ 1990.352327]  vfs_get_tree+0x2e/0xf0
[ 1990.355819]  path_mount+0x4f0/0xb50
[ 1990.359312]  ? putname+0x5b/0x70
[ 1990.362546]  __x64_sys_mount+0x10d/0x150
[ 1990.366470]  x64_sys_call+0x1e1d/0x2140
[ 1990.370308]  do_syscall_64+0x51/0x120
[ 1990.373974]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 1990.379024] RIP: 0033:0x7f6f3330f03e
[ 1990.382606] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 1990.401352] RSP: 002b:00007ffd740f76a8 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 1990.408915] RAX: ffffffffffffffda RBX: 000055b2ad3864a0 RCX: 00007f6f3330f03e
[ 1990.416041] RDX: 000055b2ad386530 RSI: 000055b2ad3863a0 RDI: 000055b2ad3864f0
[ 1990.423174] RBP: 000055b2ad3863a0 R08: 000055b2ad386250 R09: 00746e756f6d2d32
[ 1990.430305] R10: 0000000000000006 R11: 0000000000000206 R12: 000055b2ad386530
[ 1990.437438] R13: 00007ffd740f76e0 R14: 000055b2ad3864f0 R15: 000055b2ad3864a0
[ 1990.444573]  </TASK>
[ 2005.364428] rcu: INFO: rcu_preempt self-detected stall on CPU
[ 2005.370182] rcu: 	110-....: (59238 ticks this GP) idle=c884/1/0x4000000000000000 softirq=1022/1023 fqs=25315
[ 2005.380002] rcu: 	(t=60096 jiffies g=31609 q=1849 ncpus=128)
[ 2005.385661] CPU: 110 UID: 0 PID: 4779 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 2005.397818] Tainted: [L]=SOFTLOCKUP
[ 2005.401308] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 2005.408961] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2005.415053] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 2005.433799] RSP: 0018:ffffa6f0a61cbc98 EFLAGS: 00000202
[ 2005.439025] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa6f0a61cbce8
[ 2005.446157] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff91cc9192c5c0
[ 2005.453291] RBP: ffffa6f0a61cbcb8 R08: 0000000000000000 R09: ffff91cc893343c0
[ 2005.460423] R10: ffffa6f0a61cbc48 R11: ffffe3b882464a00 R12: ffff91cc9192c5c0
[ 2005.467554] R13: ffffa6f0a61cbd30 R14: ffff91cc9192c280 R15: ffff91cc8919e400
[ 2005.474689] FS:  00007f6f33412e40(0000) GS:ffff91ebfc300000(0000) knlGS:0000000000000000
[ 2005.482772] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2005.488509] CR2: 00007f6f33253930 CR3: 000800208ec7a006 CR4: 0000000000770ef0
[ 2005.495636] PKRU: 55555554
[ 2005.498345] Call Trace:
[ 2005.500791]  <IRQ>
[ 2005.502810]  ? show_regs+0x6d/0x80
[ 2005.506216]  ? dump_cpu_task+0x6b/0x80
[ 2005.509967]  ? rcu_dump_cpu_stacks+0xa4/0x100
[ 2005.514328]  ? rcu_sched_clock_irq+0x6b4/0x10c0
[ 2005.518861]  ? srso_alias_return_thunk+0x5/0xfbef5
[ 2005.523653]  ? generic_exec_single+0x38/0x150
[ 2005.528015]  ? srso_alias_return_thunk+0x5/0xfbef5
[ 2005.532804]  ? __cgroup_account_cputime_field+0x3f/0x60
[ 2005.538031]  ? srso_alias_return_thunk+0x5/0xfbef5
[ 2005.542825]  ? account_system_index_time+0x95/0xb0
[ 2005.547618]  ? update_process_times+0x74/0xc0
[ 2005.551977]  ? tick_nohz_handler+0x9b/0x150
[ 2005.556160]  ? __pfx_tick_nohz_handler+0x10/0x10
[ 2005.560780]  ? __hrtimer_run_queues+0x114/0x2a0
[ 2005.565316]  ? hrtimer_interrupt+0x108/0x230
[ 2005.569586]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 2005.574813]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 2005.579776]  </IRQ>
[ 2005.581873]  <TASK>
[ 2005.583981]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 2005.589297]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2005.594780]  _raw_spin_lock+0x2d/0x40
[ 2005.598444]  fuse_iget+0x125/0x250
[ 2005.601853]  fuse_fill_super_common+0x3ae/0x4f0
[ 2005.606387]  ? __pfx_fuse_fill_super+0x10/0x10
[ 2005.610828]  fuse_fill_super+0x5e/0xb0
[ 2005.614581]  get_tree_nodev+0x6f/0xa0
[ 2005.618248]  ? fget+0x80/0xb0
[ 2005.621220]  fuse_get_tree+0xc6/0x1b0
[ 2005.624885]  vfs_get_tree+0x2e/0xf0
[ 2005.628379]  path_mount+0x4f0/0xb50
[ 2005.631873]  ? putname+0x5b/0x70
[ 2005.635103]  __x64_sys_mount+0x10d/0x150
[ 2005.639032]  x64_sys_call+0x1e1d/0x2140
[ 2005.642869]  do_syscall_64+0x51/0x120
[ 2005.646533]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 2005.651586] RIP: 0033:0x7f6f3330f03e
[ 2005.655166] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 2005.673911] RSP: 002b:00007ffd740f76a8 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 2005.681478] RAX: ffffffffffffffda RBX: 000055b2ad3864a0 RCX: 00007f6f3330f03e
[ 2005.688608] RDX: 000055b2ad386530 RSI: 000055b2ad3863a0 RDI: 000055b2ad3864f0
[ 2005.695743] RBP: 000055b2ad3863a0 R08: 000055b2ad386250 R09: 00746e756f6d2d32
[ 2005.702875] R10: 0000000000000006 R11: 0000000000000206 R12: 000055b2ad386530
[ 2005.710007] R13: 00007ffd740f76e0 R14: 000055b2ad3864f0 R15: 000055b2ad3864a0
[ 2005.717144]  </TASK>
[ 2030.056935] watchdog: BUG: soft lockup - CPU#110 stuck for 249s! [grub2-mount:4779]
[ 2030.064594] Modules linked in: btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils xt_CHECKSUM xt_MASQUERADE xt_conntrack ipt_REJECT xt_tcpudp nft_compat x_tables nf_nat_tftp nf_conntrack_tftp bridge stp llc tls nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd ee1004 kvm i2c_piix4 rapl joydev input_leds wmi_bmof pcspkr acpi_power_meter efi_pstore k10temp i2c_smbus ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit crct10dif_pclmul drm_shmem_helper crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas drm tg3 sha1_ssse3 raid_class ccp scsi_transport_sas sp5100_tco wmi hid_generic usbmouse usbkbd usbhid hid dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel
[ 2030.064696]  crypto_simd cryptd
[ 2030.157820] CPU: 110 UID: 0 PID: 4779 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 2030.169979] Tainted: [L]=SOFTLOCKUP
[ 2030.173470] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 2030.181123] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2030.187215] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 2030.205963] RSP: 0018:ffffa6f0a61cbc98 EFLAGS: 00000202
[ 2030.211189] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa6f0a61cbce8
[ 2030.218320] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff91cc9192c5c0
[ 2030.225454] RBP: ffffa6f0a61cbcb8 R08: 0000000000000000 R09: ffff91cc893343c0
[ 2030.232584] R10: ffffa6f0a61cbc48 R11: ffffe3b882464a00 R12: ffff91cc9192c5c0
[ 2030.239718] R13: ffffa6f0a61cbd30 R14: ffff91cc9192c280 R15: ffff91cc8919e400
[ 2030.246848] FS:  00007f6f33412e40(0000) GS:ffff91ebfc300000(0000) knlGS:0000000000000000
[ 2030.254936] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2030.260683] CR2: 00007f6f33253930 CR3: 000800208ec7a006 CR4: 0000000000770ef0
[ 2030.267813] PKRU: 55555554
[ 2030.270528] Call Trace:
[ 2030.272980]  <IRQ>
[ 2030.275001]  ? show_regs+0x6d/0x80
[ 2030.278404]  ? watchdog_timer_fn+0x1f8/0x280
[ 2030.282678]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 2030.287297]  ? __hrtimer_run_queues+0x114/0x2a0
[ 2030.291829]  ? hrtimer_interrupt+0x108/0x230
[ 2030.296102]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 2030.301329]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 2030.306293]  </IRQ>
[ 2030.308398]  <TASK>
[ 2030.310507]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 2030.315819]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2030.321305]  _raw_spin_lock+0x2d/0x40
[ 2030.324970]  fuse_iget+0x125/0x250
[ 2030.328376]  fuse_fill_super_common+0x3ae/0x4f0
[ 2030.332911]  ? __pfx_fuse_fill_super+0x10/0x10
[ 2030.337353]  fuse_fill_super+0x5e/0xb0
[ 2030.341106]  get_tree_nodev+0x6f/0xa0
[ 2030.344773]  ? fget+0x80/0xb0
[ 2030.347745]  fuse_get_tree+0xc6/0x1b0
[ 2030.351410]  vfs_get_tree+0x2e/0xf0
[ 2030.354902]  path_mount+0x4f0/0xb50
[ 2030.358396]  ? putname+0x5b/0x70
[ 2030.361630]  __x64_sys_mount+0x10d/0x150
[ 2030.365557]  x64_sys_call+0x1e1d/0x2140
[ 2030.369393]  do_syscall_64+0x51/0x120
[ 2030.373058]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 2030.378113] RIP: 0033:0x7f6f3330f03e
[ 2030.381690] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 2030.400436] RSP: 002b:00007ffd740f76a8 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 2030.408001] RAX: ffffffffffffffda RBX: 000055b2ad3864a0 RCX: 00007f6f3330f03e
[ 2030.415136] RDX: 000055b2ad386530 RSI: 000055b2ad3863a0 RDI: 000055b2ad3864f0
[ 2030.422265] RBP: 000055b2ad3863a0 R08: 000055b2ad386250 R09: 00746e756f6d2d32
[ 2030.429400] R10: 0000000000000006 R11: 0000000000000206 R12: 000055b2ad386530
[ 2030.436533] R13: 00007ffd740f76e0 R14: 000055b2ad3864f0 R15: 000055b2ad3864a0
[ 2030.443666]  </TASK>
[ 2058.056283] watchdog: BUG: soft lockup - CPU#110 stuck for 275s! [grub2-mount:4779]
[ 2058.063934] Modules linked in: btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils xt_CHECKSUM xt_MASQUERADE xt_conntrack ipt_REJECT xt_tcpudp nft_compat x_tables nf_nat_tftp nf_conntrack_tftp bridge stp llc tls nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd ee1004 kvm i2c_piix4 rapl joydev input_leds wmi_bmof pcspkr acpi_power_meter efi_pstore k10temp i2c_smbus ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit crct10dif_pclmul drm_shmem_helper crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas drm tg3 sha1_ssse3 raid_class ccp scsi_transport_sas sp5100_tco wmi hid_generic usbmouse usbkbd usbhid hid dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel
[ 2058.064035]  crypto_simd cryptd
[ 2058.157162] CPU: 110 UID: 0 PID: 4779 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 2058.169319] Tainted: [L]=SOFTLOCKUP
[ 2058.172811] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 2058.180465] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2058.186556] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 2058.205302] RSP: 0018:ffffa6f0a61cbc98 EFLAGS: 00000202
[ 2058.210527] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa6f0a61cbce8
[ 2058.217658] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff91cc9192c5c0
[ 2058.224792] RBP: ffffa6f0a61cbcb8 R08: 0000000000000000 R09: ffff91cc893343c0
[ 2058.231923] R10: ffffa6f0a61cbc48 R11: ffffe3b882464a00 R12: ffff91cc9192c5c0
[ 2058.239056] R13: ffffa6f0a61cbd30 R14: ffff91cc9192c280 R15: ffff91cc8919e400
[ 2058.246190] FS:  00007f6f33412e40(0000) GS:ffff91ebfc300000(0000) knlGS:0000000000000000
[ 2058.254275] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2058.260022] CR2: 00007f6f33253930 CR3: 000800208ec7a006 CR4: 0000000000770ef0
[ 2058.267156] PKRU: 55555554
[ 2058.269865] Call Trace:
[ 2058.272311]  <IRQ>
[ 2058.274329]  ? show_regs+0x6d/0x80
[ 2058.277734]  ? watchdog_timer_fn+0x1f8/0x280
[ 2058.282006]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 2058.286628]  ? __hrtimer_run_queues+0x114/0x2a0
[ 2058.291161]  ? hrtimer_interrupt+0x108/0x230
[ 2058.295434]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 2058.300660]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 2058.305625]  </IRQ>
[ 2058.307729]  <TASK>
[ 2058.309836]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 2058.315150]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2058.320635]  _raw_spin_lock+0x2d/0x40
[ 2058.324301]  fuse_iget+0x125/0x250
[ 2058.327707]  fuse_fill_super_common+0x3ae/0x4f0
[ 2058.332242]  ? __pfx_fuse_fill_super+0x10/0x10
[ 2058.336685]  fuse_fill_super+0x5e/0xb0
[ 2058.340437]  get_tree_nodev+0x6f/0xa0
[ 2058.344104]  ? fget+0x80/0xb0
[ 2058.347078]  fuse_get_tree+0xc6/0x1b0
[ 2058.350742]  vfs_get_tree+0x2e/0xf0
[ 2058.354235]  path_mount+0x4f0/0xb50
[ 2058.357728]  ? putname+0x5b/0x70
[ 2058.360962]  __x64_sys_mount+0x10d/0x150
[ 2058.364888]  x64_sys_call+0x1e1d/0x2140
[ 2058.368723]  do_syscall_64+0x51/0x120
[ 2058.372389]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 2058.377444] RIP: 0033:0x7f6f3330f03e
[ 2058.381023] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 2058.399769] RSP: 002b:00007ffd740f76a8 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 2058.407335] RAX: ffffffffffffffda RBX: 000055b2ad3864a0 RCX: 00007f6f3330f03e
[ 2058.414466] RDX: 000055b2ad386530 RSI: 000055b2ad3863a0 RDI: 000055b2ad3864f0
[ 2058.421599] RBP: 000055b2ad3863a0 R08: 000055b2ad386250 R09: 00746e756f6d2d32
[ 2058.428732] R10: 0000000000000006 R11: 0000000000000206 R12: 000055b2ad386530
[ 2058.435862] R13: 00007ffd740f76e0 R14: 000055b2ad3864f0 R15: 000055b2ad3864a0
[ 2058.443000]  </TASK>
[ 2086.055629] watchdog: BUG: soft lockup - CPU#110 stuck for 301s! [grub2-mount:4779]
[ 2086.063283] Modules linked in: btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils xt_CHECKSUM xt_MASQUERADE xt_conntrack ipt_REJECT xt_tcpudp nft_compat x_tables nf_nat_tftp nf_conntrack_tftp bridge stp llc tls nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd ee1004 kvm i2c_piix4 rapl joydev input_leds wmi_bmof pcspkr acpi_power_meter efi_pstore k10temp i2c_smbus ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit crct10dif_pclmul drm_shmem_helper crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas drm tg3 sha1_ssse3 raid_class ccp scsi_transport_sas sp5100_tco wmi hid_generic usbmouse usbkbd usbhid hid dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel
[ 2086.063383]  crypto_simd cryptd
[ 2086.156507] CPU: 110 UID: 0 PID: 4779 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 2086.168668] Tainted: [L]=SOFTLOCKUP
[ 2086.172159] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 2086.179810] RIP: 0010:native_queued_spin_lock_slowpath+0x7c/0x2d0
[ 2086.185903] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[ 2086.204649] RSP: 0018:ffffa6f0a61cbc98 EFLAGS: 00000202
[ 2086.209875] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa6f0a61cbce8
[ 2086.217007] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff91cc9192c5c0
[ 2086.224139] RBP: ffffa6f0a61cbcb8 R08: 0000000000000000 R09: ffff91cc893343c0
[ 2086.231273] R10: ffffa6f0a61cbc48 R11: ffffe3b882464a00 R12: ffff91cc9192c5c0
[ 2086.238404] R13: ffffa6f0a61cbd30 R14: ffff91cc9192c280 R15: ffff91cc8919e400
[ 2086.245537] FS:  00007f6f33412e40(0000) GS:ffff91ebfc300000(0000) knlGS:0000000000000000
[ 2086.253624] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2086.259368] CR2: 00007f6f33253930 CR3: 000800208ec7a006 CR4: 0000000000770ef0
[ 2086.266500] PKRU: 55555554
[ 2086.269206] Call Trace:
[ 2086.271658]  <IRQ>
[ 2086.273678]  ? show_regs+0x6d/0x80
[ 2086.277083]  ? watchdog_timer_fn+0x1f8/0x280
[ 2086.281356]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 2086.285975]  ? __hrtimer_run_queues+0x114/0x2a0
[ 2086.290510]  ? hrtimer_interrupt+0x108/0x230
[ 2086.294782]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 2086.300006]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 2086.304973]  </IRQ>
[ 2086.307078]  <TASK>
[ 2086.309185]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 2086.314500]  ? native_queued_spin_lock_slowpath+0x7c/0x2d0
[ 2086.319983]  _raw_spin_lock+0x2d/0x40
[ 2086.323646]  fuse_iget+0x125/0x250
[ 2086.327057]  fuse_fill_super_common+0x3ae/0x4f0
[ 2086.331589]  ? __pfx_fuse_fill_super+0x10/0x10
[ 2086.336034]  fuse_fill_super+0x5e/0xb0
[ 2086.339786]  get_tree_nodev+0x6f/0xa0
[ 2086.343452]  ? fget+0x80/0xb0
[ 2086.346424]  fuse_get_tree+0xc6/0x1b0
[ 2086.350091]  vfs_get_tree+0x2e/0xf0
[ 2086.353581]  path_mount+0x4f0/0xb50
[ 2086.357075]  ? putname+0x5b/0x70
[ 2086.360309]  __x64_sys_mount+0x10d/0x150
[ 2086.364235]  x64_sys_call+0x1e1d/0x2140
[ 2086.368071]  do_syscall_64+0x51/0x120
[ 2086.371739]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 2086.376790] RIP: 0033:0x7f6f3330f03e
[ 2086.380369] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 2086.399114] RSP: 002b:00007ffd740f76a8 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 2086.406682] RAX: ffffffffffffffda RBX: 000055b2ad3864a0 RCX: 00007f6f3330f03e
[ 2086.413814] RDX: 000055b2ad386530 RSI: 000055b2ad3863a0 RDI: 000055b2ad3864f0
[ 2086.420946] RBP: 000055b2ad3863a0 R08: 000055b2ad386250 R09: 00746e756f6d2d32
[ 2086.428078] R10: 0000000000000006 R11: 0000000000000206 R12: 000055b2ad386530
[ 2086.435212] R13: 00007ffd740f76e0 R14: 000055b2ad3864f0 R15: 000055b2ad3864a0
[ 2086.442347]  </TASK>
[ 2097.987351] watchdog: BUG: soft lockup - CPU#80 stuck for 22s! [migration/80:503]
[ 2097.994830] Modules linked in: btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils xt_CHECKSUM xt_MASQUERADE xt_conntrack ipt_REJECT xt_tcpudp nft_compat x_tables nf_nat_tftp nf_conntrack_tftp bridge stp llc tls nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd ee1004 kvm i2c_piix4 rapl joydev input_leds wmi_bmof pcspkr acpi_power_meter efi_pstore k10temp i2c_smbus ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit crct10dif_pclmul drm_shmem_helper crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas drm tg3 sha1_ssse3 raid_class ccp scsi_transport_sas sp5100_tco wmi hid_generic usbmouse usbkbd usbhid hid dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel
[ 2097.994954]  crypto_simd cryptd
[ 2098.088081] CPU: 80 UID: 0 PID: 503 Comm: migration/80 Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 2098.100155] Tainted: [L]=SOFTLOCKUP
[ 2098.103647] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 2098.111297] Stopper: multi_cpu_stop+0x0/0x120 <- migrate_swap+0xaf/0x120
[ 2098.118006] RIP: 0010:multi_cpu_stop+0xa5/0x120
[ 2098.122538] Code: 0f 8b 43 20 8b 4b 10 83 c0 01 89 4b 24 89 43 20 e8 00 49 f9 ff 41 83 ff 04 74 33 45 89 fd 4c 89 f7 e8 3f ff ff ff 44 8b 7b 20 <45> 39 fd 75 aa 41 83 ff 01 76 0a e8 bb 01 02 00 e8 e6 01 02 00 e8
[ 2098.141285] RSP: 0018:ffffa6f08dbdfe30 EFLAGS: 00000246
[ 2098.146510] RAX: 0000000000000000 RBX: ffffa6f0a68d3b18 RCX: 0000000000000002
[ 2098.153643] RDX: ffff91cc00600000 RSI: 0000000000000282 RDI: ffffffffb4020b78
[ 2098.160775] RBP: ffffa6f08dbdfe68 R08: 000001e3b2621eb3 R09: 0000000000000001
[ 2098.167905] R10: 0000000000000000 R11: 0000000000000001 R12: ffffa6f0a68d3b3c
[ 2098.175038] R13: 0000000000000001 R14: ffffffffb4020b78 R15: 0000000000000001
[ 2098.182171] FS:  0000000000000000(0000) GS:ffff91cc00600000(0000) knlGS:0000000000000000
[ 2098.190259] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2098.196003] CR2: 00000000fba3fb84 CR3: 000800012066c003 CR4: 0000000000770ef0
[ 2098.203137] PKRU: 55555554
[ 2098.205847] Call Trace:
[ 2098.208294]  <IRQ>
[ 2098.210315]  ? show_regs+0x6d/0x80
[ 2098.213720]  ? watchdog_timer_fn+0x1f8/0x280
[ 2098.217991]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 2098.222611]  ? __hrtimer_run_queues+0x114/0x2a0
[ 2098.227145]  ? hrtimer_interrupt+0x108/0x230
[ 2098.231415]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 2098.236643]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 2098.241607]  </IRQ>
[ 2098.243713]  <TASK>
[ 2098.245819]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 2098.251136]  ? multi_cpu_stop+0xa5/0x120
[ 2098.255057]  ? __pfx_multi_cpu_stop+0x10/0x10
[ 2098.259416]  cpu_stopper_thread+0x97/0x140
[ 2098.263517]  ? __pfx_smpboot_thread_fn+0x10/0x10
[ 2098.268135]  smpboot_thread_fn+0xe8/0x1e0
[ 2098.272148]  kthread+0xe8/0x120
[ 2098.275294]  ? __pfx_kthread+0x10/0x10
[ 2098.279046]  ret_from_fork+0x40/0x60
[ 2098.282623]  ? __pfx_kthread+0x10/0x10
[ 2098.286379]  ret_from_fork_asm+0x1a/0x30
[ 2098.290306]  </TASK>
[ 2114.054975] watchdog: BUG: soft lockup - CPU#110 stuck for 327s! [grub2-mount:4779]
[ 2114.062631] Modules linked in: btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils xt_CHECKSUM xt_MASQUERADE xt_conntrack ipt_REJECT xt_tcpudp nft_compat x_tables nf_nat_tftp nf_conntrack_tftp bridge stp llc tls nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd ee1004 kvm i2c_piix4 rapl joydev input_leds wmi_bmof pcspkr acpi_power_meter efi_pstore k10temp i2c_smbus ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit crct10dif_pclmul drm_shmem_helper crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas drm tg3 sha1_ssse3 raid_class ccp scsi_transport_sas sp5100_tco wmi hid_generic usbmouse usbkbd usbhid hid dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel
[ 2114.062731]  crypto_simd cryptd
[ 2114.155855] CPU: 110 UID: 0 PID: 4779 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 2114.168014] Tainted: [L]=SOFTLOCKUP
[ 2114.171507] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 2114.179157] RIP: 0010:native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2114.185250] Code: c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 41 0f b6 04 24 <84> c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c 41 5d 41 5e 5d
[ 2114.203995] RSP: 0018:ffffa6f0a61cbc98 EFLAGS: 00000202
[ 2114.209222] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa6f0a61cbce8
[ 2114.216354] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff91cc9192c5c0
[ 2114.223485] RBP: ffffa6f0a61cbcb8 R08: 0000000000000000 R09: ffff91cc893343c0
[ 2114.230610] R10: ffffa6f0a61cbc48 R11: ffffe3b882464a00 R12: ffff91cc9192c5c0
[ 2114.237742] R13: ffffa6f0a61cbd30 R14: ffff91cc9192c280 R15: ffff91cc8919e400
[ 2114.244874] FS:  00007f6f33412e40(0000) GS:ffff91ebfc300000(0000) knlGS:0000000000000000
[ 2114.252961] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2114.258708] CR2: 00007f6f33253930 CR3: 000800208ec7a006 CR4: 0000000000770ef0
[ 2114.265841] PKRU: 55555554
[ 2114.268551] Call Trace:
[ 2114.270998]  <IRQ>
[ 2114.273018]  ? show_regs+0x6d/0x80
[ 2114.276422]  ? watchdog_timer_fn+0x1f8/0x280
[ 2114.280693]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 2114.285314]  ? __hrtimer_run_queues+0x114/0x2a0
[ 2114.289846]  ? hrtimer_interrupt+0x108/0x230
[ 2114.294120]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 2114.299345]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 2114.304311]  </IRQ>
[ 2114.306416]  <TASK>
[ 2114.308523]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 2114.313838]  ? native_queued_spin_lock_slowpath+0x81/0x2d0
[ 2114.319322]  _raw_spin_lock+0x2d/0x40
[ 2114.322988]  fuse_iget+0x125/0x250
[ 2114.326392]  fuse_fill_super_common+0x3ae/0x4f0
[ 2114.330928]  ? __pfx_fuse_fill_super+0x10/0x10
[ 2114.335372]  fuse_fill_super+0x5e/0xb0
[ 2114.339123]  get_tree_nodev+0x6f/0xa0
[ 2114.342789]  ? fget+0x80/0xb0
[ 2114.345763]  fuse_get_tree+0xc6/0x1b0
[ 2114.349426]  vfs_get_tree+0x2e/0xf0
[ 2114.352922]  path_mount+0x4f0/0xb50
[ 2114.356413]  ? putname+0x5b/0x70
[ 2114.359644]  __x64_sys_mount+0x10d/0x150
[ 2114.363572]  x64_sys_call+0x1e1d/0x2140
[ 2114.367410]  do_syscall_64+0x51/0x120
[ 2114.371075]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 2114.376127] RIP: 0033:0x7f6f3330f03e
[ 2114.379707] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 2114.398452] RSP: 002b:00007ffd740f76a8 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 2114.406020] RAX: ffffffffffffffda RBX: 000055b2ad3864a0 RCX: 00007f6f3330f03e
[ 2114.413150] RDX: 000055b2ad386530 RSI: 000055b2ad3863a0 RDI: 000055b2ad3864f0
[ 2114.420277] RBP: 000055b2ad3863a0 R08: 000055b2ad386250 R09: 00746e756f6d2d32
[ 2114.427406] R10: 0000000000000006 R11: 0000000000000206 R12: 000055b2ad386530
[ 2114.434539] R13: 00007ffd740f76e0 R14: 000055b2ad3864f0 R15: 000055b2ad3864a0
[ 2114.441676]  </TASK>
[ 2125.986697] watchdog: BUG: soft lockup - CPU#80 stuck for 48s! [migration/80:503]
[ 2125.994179] Modules linked in: btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils xt_CHECKSUM xt_MASQUERADE xt_conntrack ipt_REJECT xt_tcpudp nft_compat x_tables nf_nat_tftp nf_conntrack_tftp bridge stp llc tls nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd ee1004 kvm i2c_piix4 rapl joydev input_leds wmi_bmof pcspkr acpi_power_meter efi_pstore k10temp i2c_smbus ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit crct10dif_pclmul drm_shmem_helper crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas drm tg3 sha1_ssse3 raid_class ccp scsi_transport_sas sp5100_tco wmi hid_generic usbmouse usbkbd usbhid hid dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel
[ 2125.994280]  crypto_simd cryptd
[ 2126.087411] CPU: 80 UID: 0 PID: 503 Comm: migration/80 Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 2126.099484] Tainted: [L]=SOFTLOCKUP
[ 2126.102974] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 2126.110627] Stopper: multi_cpu_stop+0x0/0x120 <- migrate_swap+0xaf/0x120
[ 2126.117337] RIP: 0010:srso_alias_return_thunk+0x0/0xfbef5
[ 2126.122736] Code: cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc 48 8d 64 24 08 c3 cc <e8> f4 ff ff ff 0f 0b cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc
[ 2126.141480] RSP: 0018:ffffa6f08dbdfe28 EFLAGS: 00000246
[ 2126.146704] RAX: 0000000000000000 RBX: ffffa6f0a68d3b18 RCX: 0000000000000002
[ 2126.153840] RDX: ffff91cc00600000 RSI: 0000000000000282 RDI: ffffffffb4020b78
[ 2126.160970] RBP: ffffa6f08dbdfe68 R08: 000001e3b2621eb3 R09: 0000000000000001
[ 2126.168101] R10: 0000000000000000 R11: 0000000000000001 R12: ffffa6f0a68d3b3c
[ 2126.175229] R13: 0000000000000001 R14: ffffffffb4020b78 R15: 0000000000000001
[ 2126.182358] FS:  0000000000000000(0000) GS:ffff91cc00600000(0000) knlGS:0000000000000000
[ 2126.190445] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2126.196191] CR2: 00000000fba3fb84 CR3: 000800012066c003 CR4: 0000000000770ef0
[ 2126.203322] PKRU: 55555554
[ 2126.206036] Call Trace:
[ 2126.208489]  <IRQ>
[ 2126.210510]  ? show_regs+0x6d/0x80
[ 2126.213916]  ? watchdog_timer_fn+0x1f8/0x280
[ 2126.218185]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 2126.222808]  ? __hrtimer_run_queues+0x114/0x2a0
[ 2126.227339]  ? hrtimer_interrupt+0x108/0x230
[ 2126.231614]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 2126.236838]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 2126.241801]  </IRQ>
[ 2126.243898]  <TASK>
[ 2126.245999]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 2126.251314]  ? srso_alias_safe_ret+0x7/0x7
[ 2126.255409]  ? srso_alias_return_thunk+0x5/0xfbef5
[ 2126.260202]  ? multi_cpu_stop+0xa1/0x120
[ 2126.264128]  ? __pfx_multi_cpu_stop+0x10/0x10
[ 2126.268486]  cpu_stopper_thread+0x97/0x140
[ 2126.272588]  ? __pfx_smpboot_thread_fn+0x10/0x10
[ 2126.277208]  smpboot_thread_fn+0xe8/0x1e0
[ 2126.281220]  kthread+0xe8/0x120
[ 2126.284363]  ? __pfx_kthread+0x10/0x10
[ 2126.288115]  ret_from_fork+0x40/0x60
[ 2126.291693]  ? __pfx_kthread+0x10/0x10
[ 2126.295448]  ret_from_fork_asm+0x1a/0x30
[ 2126.299376]  </TASK>
[ 2142.054322] watchdog: BUG: soft lockup - CPU#110 stuck for 353s! [grub2-mount:4779]
[ 2142.061975] Modules linked in: btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils xt_CHECKSUM xt_MASQUERADE xt_conntrack ipt_REJECT xt_tcpudp nft_compat x_tables nf_nat_tftp nf_conntrack_tftp bridge stp llc tls nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd ee1004 kvm i2c_piix4 rapl joydev input_leds wmi_bmof pcspkr acpi_power_meter efi_pstore k10temp i2c_smbus ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit crct10dif_pclmul drm_shmem_helper crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas drm tg3 sha1_ssse3 raid_class ccp scsi_transport_sas sp5100_tco wmi hid_generic usbmouse usbkbd usbhid hid dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel
[ 2142.062074]  crypto_simd cryptd
[ 2142.155203] CPU: 110 UID: 0 PID: 4779 Comm: grub2-mount Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 2142.167361] Tainted: [L]=SOFTLOCKUP
[ 2142.170852] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 2142.178503] RIP: 0010:native_queued_spin_lock_slowpath+0x7c/0x2d0
[ 2142.184597] Code: 2c 24 08 0f 92 c2 41 8b 04 24 0f b6 d2 c1 e2 08 30 e4 09 d0 a9 00 01 ff ff 75 63 85 c0 74 14 41 0f b6 04 24 84 c0 74 0b f3 90 <41> 0f b6 04 24 84 c0 75 f5 b8 01 00 00 00 66 41 89 04 24 5b 41 5c
[ 2142.203343] RSP: 0018:ffffa6f0a61cbc98 EFLAGS: 00000202
[ 2142.208568] RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffa6f0a61cbce8
[ 2142.215702] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff91cc9192c5c0
[ 2142.222832] RBP: ffffa6f0a61cbcb8 R08: 0000000000000000 R09: ffff91cc893343c0
[ 2142.229966] R10: ffffa6f0a61cbc48 R11: ffffe3b882464a00 R12: ffff91cc9192c5c0
[ 2142.237098] R13: ffffa6f0a61cbd30 R14: ffff91cc9192c280 R15: ffff91cc8919e400
[ 2142.244231] FS:  00007f6f33412e40(0000) GS:ffff91ebfc300000(0000) knlGS:0000000000000000
[ 2142.252317] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2142.258062] CR2: 00007f6f33253930 CR3: 000800208ec7a006 CR4: 0000000000770ef0
[ 2142.265194] PKRU: 55555554
[ 2142.267908] Call Trace:
[ 2142.270361]  <IRQ>
[ 2142.272381]  ? show_regs+0x6d/0x80
[ 2142.275785]  ? watchdog_timer_fn+0x1f8/0x280
[ 2142.280058]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 2142.284678]  ? __hrtimer_run_queues+0x114/0x2a0
[ 2142.289211]  ? hrtimer_interrupt+0x108/0x230
[ 2142.293482]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 2142.298707]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 2142.303674]  </IRQ>
[ 2142.305779]  <TASK>
[ 2142.307887]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 2142.313201]  ? native_queued_spin_lock_slowpath+0x7c/0x2d0
[ 2142.318684]  _raw_spin_lock+0x2d/0x40
[ 2142.322349]  fuse_iget+0x125/0x250
[ 2142.325757]  fuse_fill_super_common+0x3ae/0x4f0
[ 2142.330291]  ? __pfx_fuse_fill_super+0x10/0x10
[ 2142.334735]  fuse_fill_super+0x5e/0xb0
[ 2142.338488]  get_tree_nodev+0x6f/0xa0
[ 2142.342151]  ? fget+0x80/0xb0
[ 2142.345124]  fuse_get_tree+0xc6/0x1b0
[ 2142.348793]  vfs_get_tree+0x2e/0xf0
[ 2142.352285]  path_mount+0x4f0/0xb50
[ 2142.355778]  ? putname+0x5b/0x70
[ 2142.359011]  __x64_sys_mount+0x10d/0x150
[ 2142.362938]  x64_sys_call+0x1e1d/0x2140
[ 2142.366773]  do_syscall_64+0x51/0x120
[ 2142.370442]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 2142.375493] RIP: 0033:0x7f6f3330f03e
[ 2142.379071] Code: 48 8b 0d e5 ad 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b2 ad 0e 00 f7 d8 64 89 01 48
[ 2142.397816] RSP: 002b:00007ffd740f76a8 EFLAGS: 00000206 ORIG_RAX: 00000000000000a5
[ 2142.405381] RAX: ffffffffffffffda RBX: 000055b2ad3864a0 RCX: 00007f6f3330f03e
[ 2142.412505] RDX: 000055b2ad386530 RSI: 000055b2ad3863a0 RDI: 000055b2ad3864f0
[ 2142.419638] RBP: 000055b2ad3863a0 R08: 000055b2ad386250 R09: 00746e756f6d2d32
[ 2142.426772] R10: 0000000000000006 R11: 0000000000000206 R12: 000055b2ad386530
[ 2142.433902] R13: 00007ffd740f76e0 R14: 000055b2ad3864f0 R15: 000055b2ad3864a0
[ 2142.441032]  </TASK>
[ 2153.986044] watchdog: BUG: soft lockup - CPU#80 stuck for 75s! [migration/80:503]
[ 2153.993531] Modules linked in: btrfs blake2b_generic xor raid6_pq ufs qnx4 hfsplus hfs minix msdos jfs nls_ucs2_utils xt_CHECKSUM xt_MASQUERADE xt_conntrack ipt_REJECT xt_tcpudp nft_compat x_tables nf_nat_tftp nf_conntrack_tftp bridge stp llc tls nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink sunrpc nls_iso8859_1 ipmi_ssif amd_atl intel_rapl_msr intel_rapl_common amd64_edac kvm_amd ee1004 kvm i2c_piix4 rapl joydev input_leds wmi_bmof pcspkr acpi_power_meter efi_pstore k10temp i2c_smbus ipmi_si acpi_ipmi ipmi_devintf ipmi_msghandler evbug mac_hid sch_fq_codel xfs libcrc32c mgag200 i2c_algo_bit crct10dif_pclmul drm_shmem_helper crc32_pclmul drm_kms_helper ghash_clmulni_intel sha512_ssse3 sha256_ssse3 mpt3sas drm tg3 sha1_ssse3 raid_class ccp scsi_transport_sas sp5100_tco wmi hid_generic usbmouse usbkbd usbhid hid dm_mirror dm_region_hash dm_log msr autofs4 aesni_intel
[ 2153.993639]  crypto_simd cryptd
[ 2154.086768] CPU: 80 UID: 0 PID: 503 Comm: migration/80 Tainted: G             L     6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57d #1
[ 2154.098836] Tainted: [L]=SOFTLOCKUP
[ 2154.102329] Hardware name: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[ 2154.109983] Stopper: multi_cpu_stop+0x0/0x120 <- migrate_swap+0xaf/0x120
[ 2154.116690] RIP: 0010:multi_cpu_stop+0xa5/0x120
[ 2154.121224] Code: 0f 8b 43 20 8b 4b 10 83 c0 01 89 4b 24 89 43 20 e8 00 49 f9 ff 41 83 ff 04 74 33 45 89 fd 4c 89 f7 e8 3f ff ff ff 44 8b 7b 20 <45> 39 fd 75 aa 41 83 ff 01 76 0a e8 bb 01 02 00 e8 e6 01 02 00 e8
[ 2154.139969] RSP: 0018:ffffa6f08dbdfe30 EFLAGS: 00000246
[ 2154.145194] RAX: 0000000000000000 RBX: ffffa6f0a68d3b18 RCX: 0000000000000002
[ 2154.152328] RDX: ffff91cc00600000 RSI: 0000000000000282 RDI: ffffffffb4020b78
[ 2154.159458] RBP: ffffa6f08dbdfe68 R08: 000001e3b2621eb3 R09: 0000000000000001
[ 2154.166592] R10: 0000000000000000 R11: 0000000000000001 R12: ffffa6f0a68d3b3c
[ 2154.173724] R13: 0000000000000001 R14: ffffffffb4020b78 R15: 0000000000000001
[ 2154.180855] FS:  0000000000000000(0000) GS:ffff91cc00600000(0000) knlGS:0000000000000000
[ 2154.188942] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2154.194689] CR2: 00000000fba3fb84 CR3: 000800012066c003 CR4: 0000000000770ef0
[ 2154.201820] PKRU: 55555554
[ 2154.204531] Call Trace:
[ 2154.206979]  <IRQ>
[ 2154.209000]  ? show_regs+0x6d/0x80
[ 2154.212401]  ? watchdog_timer_fn+0x1f8/0x280
[ 2154.216676]  ? __pfx_watchdog_timer_fn+0x10/0x10
[ 2154.221296]  ? __hrtimer_run_queues+0x114/0x2a0
[ 2154.225828]  ? hrtimer_interrupt+0x108/0x230
[ 2154.230102]  ? __sysvec_apic_timer_interrupt+0x5d/0x150
[ 2154.235325]  ? sysvec_apic_timer_interrupt+0x7e/0x90
[ 2154.240291]  </IRQ>
[ 2154.242395]  <TASK>
[ 2154.244494]  ? asm_sysvec_apic_timer_interrupt+0x1f/0x30
[ 2154.249810]  ? multi_cpu_stop+0xa5/0x120
[ 2154.253733]  ? __pfx_multi_cpu_stop+0x10/0x10
[ 2154.258090]  cpu_stopper_thread+0x97/0x140
[ 2154.262192]  ? __pfx_smpboot_thread_fn+0x10/0x10
[ 2154.266811]  smpboot_thread_fn+0xe8/0x1e0
[ 2154.270823]  kthread+0xe8/0x120
[ 2154.273970]  ? __pfx_kthread+0x10/0x10
[ 2154.277721]  ret_from_fork+0x40/0x60
[ 2154.281299]  ? __pfx_kthread+0x10/0x10
[ 2154.285054]  ret_from_fork_asm+0x1a/0x30
[ 2154.288982]  </TASK>
^[[c^[[2J^[[01;01H^[[=3h^[[2J^[[01;01HKEY MAPPING FOR CONSOLE REDIRECTION:

Use the <ESC><1> key sequence for <F1>
Use the <ESC><2> key sequence for <F2>
Use the <ESC><3> key sequence for <F3>
Use the <ESC><0> key sequence for <F10>
Use the <ESC><!> key sequence for <F11>
Use the <ESC><@> key sequence for <F12>

Use the <ESC><Ctrl><M> key sequence for <Ctrl><M>
Use the <ESC><Ctrl><H> key sequence for <Ctrl><H>
Use the <ESC><Ctrl><I> key sequence for <Ctrl><I>
Use the <ESC><Ctrl><J> key sequence for <Ctrl><J>

Use the <ESC><X><X> key sequence for <Alt><x>, where x is any letter
key, and X is the upper case of that key

Use the <ESC><R><ESC><r><ESC><R> key sequence for <Ctrl><Alt><Del>

Press the spacebar to pause...
Initializing PCIe, USB, and Video... Done
PowerEdge R6515
BIOS Version: 2.14.1
Console Redirection Enabled Requested by iDRAC

F2	 = System Setup
F10	 = Lifecycle Controller (Config
	   iDRAC, Update FW, Install OS)
F11	 = Boot Manager
F12	 = PXE Boot
iDRAC IPV4:  10.86.18.202 [Dedicated]
                                
Initializing Firmware Interfaces...
 





Enumerating Boot options...
Enumerating Boot options... Done
Loading Lifecycle Controller Drivers...
Loading Lifecycle Controller Drivers...Done
Lifecycle Controller: Collecting System Inventory...

iDRAC IPV4:  10.86.18.202 [Dedicated]

^[[2J^[[01;01HLifecycle Controller: Done
Booting...
^[[2J^[[01;01HBooting from Integrated Storage Controller 1: Red Hat Enterprise Linux
^[[0m^[[30m^[[40m^[[2J^[[01;01H^[[0m^[[37m^[[40m^[[20;07HUse the ^ and v keys to change the selection.                       
\r      Press 'e' to edit the selected item, or 'c' for a command prompt.   
\r      Press Escape to return to the previous menu.                        ^[[04;80H ^[[0m^[[30m^[[47m^[[04;01H      Red Hat Enterprise Linux (6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57>
\r^[[05;01H^[[0m^[[37m^[[40m^[[04;79H^[[05;01H      Red Hat Enterprise Linux (6.11.0-rc4-d2bafcf224-d2bafcf224f) 9.1 (Plow)  ^[[05;79H^[[06;01H      Red Hat Enterprise Linux (6.11.0-rc3-df6cbc62cc-df6cbc6) 9.1 (Plow)      ^[[06;79H^[[07;01H      Red Hat Enterprise Linux (6.11.0-rc2-5189dafa4c-5189daf) 9.1 (Plow)      ^[[07;79H^[[08;01H      Red Hat Enterprise Linux (6.11.0-rc1-d3426a6ed9-d3426a6) 9.1 (Plow)      ^[[08;79H^[[09;01H      Red Hat Enterprise Linux (6.11.0-rc1) 9.1 (Plow)                         ^[[09;79H^[[10;01H      Red Hat Enterprise Linux (6.9.0-rc20ecaefb303) 9.1 (Plow)                ^[[10;79H^[[11;01H      Red Hat Enterprise Linux (5.14.0-162.6.1.el9_1.x86_64) 9.1 (Plow)        ^[[11;79H^[[12;01H      Red Hat Enterprise Linux (0-rescue-8f37f8055146469d8baec3ad508b0084) 9.1>
\r^[[13;01H^[[12;79H^[[13;01H      UEFI Firmware Settings                                                   ^[[13;79H^[[14;01H                                                                               ^[[14;79H^[[15;01H                                                                               ^[[15;79H^[[16;01H                                                                               ^[[16;79H^[[17;01H                                                                               ^[[17;79H^[[18;01H                                                                               ^[[18;79H^[[18;80H ^[[04;79H^[[23;01H   The selected entry will be started automatically in 5s.                     ^[[04;79H^[[23;01H                                                                               ^[[24;01H                                                                               ^[[04;79H^[[04;01H      Red Hat Enterprise Linux (6.11.0-rc6-next-20240902-ecc768a84f-53d6672f57>
\r^[[05;01H^[[04;79H^[[0m^[[30m^[[47m^[[05;01H      Red Hat Enterprise Linux (6.11.0-rc4-d2bafcf224-d2bafcf224f) 9.1 (Plow)  ^[[0m^[[37m^[[40m^[[05;79H^[[05;01H      Red Hat Enterprise Linux (6.11.0-rc4-d2bafcf224-d2bafcf224f) 9.1 (Plow)  ^[[05;79H^[[0m^[[30m^[[47m^[[06;01H      Red Hat Enterprise Linux (6.11.0-rc3-df6cbc62cc-df6cbc6) 9.1 (Plow)      ^[[0m^[[37m^[[40m^[[06;79H^[[06;01H      Red Hat Enterprise Linux (6.11.0-rc3-df6cbc62cc-df6cbc6) 9.1 (Plow)      ^[[06;79H^[[0m^[[30m^[[47m^[[05;01H      Red Hat Enterprise Linux (6.11.0-rc4-d2bafcf224-d2bafcf224f) 9.1 (Plow)  ^[[0m^[[37m^[[40m^[[05;79H^[[0m^[[30m^[[40m^[[2J^[[01;01H^[[0m^[[37m^[[40m^[[0m^[[30m^[[40m^[[2J^[[01;01H^[[0m^[[37m^[[40m[    0.000000] Linux version 6.11.0-rc4-d2bafcf224-d2bafcf224f (root@hostname.amd.com) (gcc (GCC) 11.4.1 20231218 (Red Hat 11.4.1-3), GNU ld version 2.35.2-43.el9) #1 SMP PREEMPT_DYNAMIC Sun Aug 25 00:10:08 IST 2024
[    0.000000] Command line: BOOT_IMAGE=(hd0,gpt6)/vmlinuz-6.11.0-rc4-d2bafcf224-d2bafcf224f root=/dev/mapper/rhel_hostname-root ro selinux=0 console=ttyS0,115200n8 earlyprintk=ttyS0,115200 net.ifnames=0 biosdevname=0 swiotlb=131072 kvm_amd.debug_swap=0 mem_encrypt=on
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Hygon HygonGenuine
[    0.000000]   Centaur CentaurHauls
[    0.000000]   zhaoxin   Shanghai  
[    0.000000] SEV-SNP: RMP table physical range [0x0000000015e00000 - 0x00000000566fffff]
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000008efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000008f000-0x000000000008ffff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000000090000-0x000000000009ffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000015dfffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000015e00000-0x00000000566fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000056700000-0x00000000567fbfff] usable
[    0.000000] BIOS-e820: [mem 0x00000000567fc000-0x00000000567fcfff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000567fd000-0x000000005a14afff] usable
[    0.000000] BIOS-e820: [mem 0x000000005a14b000-0x000000005a34afff] reserved
[    0.000000] BIOS-e820: [mem 0x000000005a34b000-0x0000000067acefff] usable
[    0.000000] BIOS-e820: [mem 0x0000000067acf000-0x000000006dfcefff] reserved
[    0.000000] BIOS-e820: [mem 0x000000006dfcf000-0x000000006edfefff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000006edff000-0x000000006effefff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000006efff000-0x000000006effffff] usable
[    0.000000] BIOS-e820: [mem 0x000000006f000000-0x000000006f00afff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000006f00b000-0x000000006fffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000070000000-0x000000008fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000aa000000-0x00000000aaffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000c5000000-0x00000000c5ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000e0ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fd000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000207fcfffff] usable
[    0.000000] BIOS-e820: [mem 0x000000207fd00000-0x000000207fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000002080000000-0x000000407f1fffff] usable
[    0.000000] BIOS-e820: [mem 0x000000407f200000-0x000000407fffffff] reserved
[    0.000000] printk: legacy bootconsole [earlyser0] enabled
[    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-0x000000000008efff] usable
[    0.000000] reserve setup_data: [mem 0x000000000008f000-0x000000000008ffff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x0000000000090000-0x000000000009ffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000000100000-0x0000000000b4b01f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000b4b020-0x0000000000b5305f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000b53060-0x0000000000b5401f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000b54020-0x0000000000b8645f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000b86460-0x0000000000b8701f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000b87020-0x0000000000bb945f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000bb9460-0x0000000000bba01f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000bba020-0x0000000000bffe5f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000bffe60-0x0000000015dfffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000015e00000-0x00000000566fffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000056700000-0x00000000567fbfff] usable
[    0.000000] reserve setup_data: [mem 0x00000000567fc000-0x00000000567fcfff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000567fd000-0x000000005a14afff] usable
[    0.000000] reserve setup_data: [mem 0x000000005a14b000-0x000000005a34afff] reserved
[    0.000000] reserve setup_data: [mem 0x000000005a34b000-0x0000000067acefff] usable
[    0.000000] reserve setup_data: [mem 0x0000000067acf000-0x000000006dfcefff] reserved
[    0.000000] reserve setup_data: [mem 0x000000006dfcf000-0x000000006edfefff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x000000006edff000-0x000000006effefff] ACPI data
[    0.000000] reserve setup_data: [mem 0x000000006efff000-0x000000006effffff] usable
[    0.000000] reserve setup_data: [mem 0x000000006f000000-0x000000006f00afff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x000000006f00b000-0x000000006fffffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000070000000-0x000000008fffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000aa000000-0x00000000aaffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000c5000000-0x00000000c5ffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000e0000000-0x00000000e0ffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fd000000-0x00000000ffffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000207fcfffff] usable
[    0.000000] reserve setup_data: [mem 0x000000207fd00000-0x000000207fffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000002080000000-0x000000407f1fffff] usable
[    0.000000] reserve setup_data: [mem 0x000000407f200000-0x000000407fffffff] reserved
[    0.000000] efi: EFI v2.7 by Dell Inc.
[    0.000000] efi: ACPI=0x6effe000 ACPI 2.0=0x6effe014 MEMATTR=0x63f3c4a0 SMBIOS=0x6979e000 SMBIOS 3.0=0x6979c000 MOKvar=0x67bcc000 RNG=0x6efb4020 
[    0.000000] random: crng init done
[    0.000000] efi: Remove mem56: MMIO range=[0x80000000-0x8fffffff] (256MB) from e820 map
[    0.000000] efi: Remove mem57: MMIO range=[0xaa000000-0xaaffffff] (16MB) from e820 map
[    0.000000] efi: Remove mem58: MMIO range=[0xc5000000-0xc5ffffff] (16MB) from e820 map
[    0.000000] efi: Remove mem59: MMIO range=[0xe0000000-0xe0ffffff] (16MB) from e820 map
[    0.000000] efi: Remove mem60: MMIO range=[0xfd000000-0xffffffff] (48MB) from e820 map
[    0.000000] SMBIOS 3.3.0 present.
[    0.000000] DMI: Dell Inc. PowerEdge R6515/07PXPY, BIOS 2.14.1 12/17/2023
[    0.000000] DMI: Memory slots populated: 8/16
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 1996.388 MHz processor
[    0.000028] last_pfn = 0x407f200 max_arch_pfn = 0x400000000
[    0.005551] MTRR map: 7 entries (2 fixed + 5 variable; max 19), built from 9 variable MTRRs
[    0.013864] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Memory KASLR using RDRAND RDTSC...
[    0.024966] x2apic: enabled by BIOS, switching to x2apic ops
[    0.030599] last_pfn = 0x70000 max_arch_pfn = 0x400000000
[    0.044088] SEV-SNP: Reserving start/end of RMP table on a 2MB boundary [0x0000000056600000]
[    0.052359] Using GB pages for direct mapping
[    0.057584] Secure boot disabled
[    0.060634] RAMDISK: [mem 0x407cee8000-0x407f1fffff]
[    0.065576] ACPI: Early table checksum verification disabled
[    0.071209] ACPI: RSDP 0x000000006EFFE014 000024 (v02 DELL  )
[    0.076927] ACPI: XSDT 0x000000006EFB7188 0000DC (v01 DELL   PE_SC3   00000002 DELL 00000001)
[    0.085423] ACPI: FACP 0x000000006EFF9000 000114 (v06 DELL   PE_SC3   00000002 DELL 00000001)
[    0.093916] ACPI: DSDT 0x000000006EFDA000 019528 (v02 DELL   PE_SC3   00000002 DELL 00000001)
[    0.102406] ACPI: FACS 0x000000006EDB9000 000040
[    0.106999] ACPI: BERT 0x000000006EFFC000 000030 (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.115490] ACPI: ERST 0x000000006EFFB000 000230 (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.123983] ACPI: HEST 0x000000006EFFA000 0007F4 (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.132475] ACPI: HPET 0x000000006EFF8000 000038 (v01 DELL   PE_SC3   00000002 DELL 00000001)
[    0.140968] ACPI: APIC 0x000000006EFF6000 0018BE (v05 DELL   PE_SC3   00000002 DELL 00000001)
[    0.149460] ACPI: MCFG 0x000000006EFF5000 00003C (v01 DELL   PE_SC3   00000002 DELL 00000001)
[    0.157953] ACPI: WSMT 0x000000006EFF4000 000028 (v01 DELL   PE_SC3   00000002 DELL 00000001)
[    0.166446] ACPI: SSDT 0x000000006EFD9000 000629 (v02 DELL   xhc_port 00000001 INTL 20210331)
[    0.174938] ACPI: SSDT 0x000000006EFD8000 000D6E (v02 AMD    CPMRAS   00000001 INTL 20210331)
[    0.183430] ACPI: EINJ 0x000000006EFD7000 000170 (v01 AMD    PE_SC3   00000001 AMD  00000001)
[    0.191924] ACPI: PCCT 0x000000006EFD6000 00006E (v02 DELL   AmdTable 00000001 AMD  00000001)
[    0.200415] ACPI: SSDT 0x000000006EFC7000 00E849 (v02 DELL   PE_SC3   00000001 AMD  00000001)
[    0.208908] ACPI: SRAT 0x000000006EFC6000 000CD0 (v03 DELL   PE_SC3   00000001 AMD  00000001)
[    0.217401] ACPI: MSCT 0x000000006EFC5000 00004E (v01 DELL   PE_SC3   00000000 AMD  00000001)
[    0.225893] ACPI: SLIT 0x000000006EFC4000 000030 (v01 DELL   PE_SC3   00000001 AMD  00000001)
[    0.234386] ACPI: CRAT 0x000000006EFBC000 0072F8 (v01 DELL   PE_SC3   00000001 AMD  00000001)
[    0.242878] ACPI: CDIT 0x000000006EFBB000 00002C (v01 DELL   PE_SC3   00000001 AMD  00000001)
[    0.251371] ACPI: IVRS 0x000000006EFBA000 0001F0 (v02 DELL   PE_SC3   00000001 AMD  00000001)
[    0.259863] ACPI: SPCR 0x000000006EFB9000 000050 (v02 DELL   PE_SC3   00000002 DELL 00000001)
[    0.268356] ACPI: SLIC 0x000000006EFB8000 000176 (v01 DELL   PE_SC3   00000002 DELL 00000001)
[    0.276848] ACPI: SSDT 0x000000006EFFD000 000D66 (v02 DELL   PE_SC3   00000002 DELL 00000001)
[    0.285341] ACPI: SSDT 0x000000006EFB5000 00193C (v02 AMD    CPMCMN   00000001 INTL 20210331)
[    0.293840] ACPI: Reserving FACP table memory at [mem 0x6eff9000-0x6eff9113]
[    0.300858] ACPI: Reserving DSDT table memory at [mem 0x6efda000-0x6eff3527]
[    0.307877] ACPI: Reserving FACS table memory at [mem 0x6edb9000-0x6edb903f]
[    0.314898] ACPI: Reserving BERT table memory at [mem 0x6effc000-0x6effc02f]
[    0.321917] ACPI: Reserving ERST table memory at [mem 0x6effb000-0x6effb22f]
[    0.328936] ACPI: Reserving HEST table memory at [mem 0x6effa000-0x6effa7f3]
[    0.335955] ACPI: Reserving HPET table memory at [mem 0x6eff8000-0x6eff8037]
[    0.342974] ACPI: Reserving APIC table memory at [mem 0x6eff6000-0x6eff78bd]
[    0.349994] ACPI: Reserving MCFG table memory at [mem 0x6eff5000-0x6eff503b]
[    0.357013] ACPI: Reserving WSMT table memory at [mem 0x6eff4000-0x6eff4027]
[    0.364032] ACPI: Reserving SSDT table memory at [mem 0x6efd9000-0x6efd9628]
[    0.371053] ACPI: Reserving SSDT table memory at [mem 0x6efd8000-0x6efd8d6d]
[    0.378072] ACPI: Reserving EINJ table memory at [mem 0x6efd7000-0x6efd716f]
[    0.385091] ACPI: Reserving PCCT table memory at [mem 0x6efd6000-0x6efd606d]
[    0.392110] ACPI: Reserving SSDT table memory at [mem 0x6efc7000-0x6efd5848]
[    0.399155] ACPI: Reserving SRAT table memory at [mem 0x6efc6000-0x6efc6ccf]
[    0.406174] ACPI: Reserving MSCT table memory at [mem 0x6efc5000-0x6efc504d]
[    0.413193] ACPI: Reserving SLIT table memory at [mem 0x6efc4000-0x6efc402f]
[    0.420213] ACPI: Reserving CRAT table memory at [mem 0x6efbc000-0x6efc32f7]
[    0.427232] ACPI: Reserving CDIT table memory at [mem 0x6efbb000-0x6efbb02b]
[    0.434252] ACPI: Reserving IVRS table memory at [mem 0x6efba000-0x6efba1ef]
[    0.441271] ACPI: Reserving SPCR table memory at [mem 0x6efb9000-0x6efb904f]
[    0.448291] ACPI: Reserving SLIC table memory at [mem 0x6efb8000-0x6efb8175]
[    0.455309] ACPI: Reserving SSDT table memory at [mem 0x6effd000-0x6effdd65]
[    0.462329] ACPI: Reserving SSDT table memory at [mem 0x6efb5000-0x6efb693b]
[    0.469426] APIC: Switched APIC routing to: cluster x2apic
[    0.474823] SRAT: PXM 0 -> APIC 0x0000 -> Node 0
[    0.479400] SRAT: PXM 0 -> APIC 0x0001 -> Node 0
[    0.483993] SRAT: PXM 0 -> APIC 0x0002 -> Node 0
[    0.488586] SRAT: PXM 0 -> APIC 0x0003 -> Node 0
[    0.493180] SRAT: PXM 0 -> APIC 0x0004 -> Node 0
[    0.497773] SRAT: PXM 0 -> APIC 0x0005 -> Node 0
[    0.502400] SRAT: PXM 0 -> APIC 0x0006 -> Node 0
[    0.507010] SRAT: PXM 0 -> APIC 0x0007 -> Node 0
[    0.511604] SRAT: PXM 0 -> APIC 0x0008 -> Node 0
[    0.516196] SRAT: PXM 0 -> APIC 0x0009 -> Node 0
[    0.520789] SRAT: PXM 0 -> APIC 0x000a -> Node 0
[    0.525382] SRAT: PXM 0 -> APIC 0x000b -> Node 0
[    0.529975] SRAT: PXM 0 -> APIC 0x000c -> Node 0
[    0.534568] SRAT: PXM 0 -> APIC 0x000d -> Node 0
[    0.539161] SRAT: PXM 0 -> APIC 0x000e -> Node 0
[    0.543752] SRAT: PXM 0 -> APIC 0x000f -> Node 0
[    0.548346] SRAT: PXM 0 -> APIC 0x0010 -> Node 0
[    0.552938] SRAT: PXM 0 -> APIC 0x0011 -> Node 0
[    0.557532] SRAT: PXM 0 -> APIC 0x0012 -> Node 0
[    0.562125] SRAT: PXM 0 -> APIC 0x0013 -> Node 0
[    0.566717] SRAT: PXM 0 -> APIC 0x0014 -> Node 0
[    0.571311] SRAT: PXM 0 -> APIC 0x0015 -> Node 0
[    0.575904] SRAT: PXM 0 -> APIC 0x0016 -> Node 0
[    0.580497] SRAT: PXM 0 -> APIC 0x0017 -> Node 0
[    0.585089] SRAT: PXM 0 -> APIC 0x0018 -> Node 0
[    0.589681] SRAT: PXM 0 -> APIC 0x0019 -> Node 0
[    0.594274] SRAT: PXM 0 -> APIC 0x001a -> Node 0
[    0.598867] SRAT: PXM 0 -> APIC 0x001b -> Node 0
[    0.603460] SRAT: PXM 0 -> APIC 0x001c -> Node 0
[    0.608054] SRAT: PXM 0 -> APIC 0x001d -> Node 0
[    0.612673] SRAT: PXM 0 -> APIC 0x001e -> Node 0
[    0.617266] SRAT: PXM 0 -> APIC 0x001f -> Node 0
[    0.621858] SRAT: PXM 0 -> APIC 0x0020 -> Node 0
[    0.626451] SRAT: PXM 0 -> APIC 0x0021 -> Node 0
[    0.631044] SRAT: PXM 0 -> APIC 0x0022 -> Node 0
[    0.635637] SRAT: PXM 0 -> APIC 0x0023 -> Node 0
[    0.640229] SRAT: PXM 0 -> APIC 0x0024 -> Node 0
[    0.644822] SRAT: PXM 0 -> APIC 0x0025 -> Node 0
[    0.649415] SRAT: PXM 0 -> APIC 0x0026 -> Node 0
[    0.654008] SRAT: PXM 0 -> APIC 0x0027 -> Node 0
[    0.658602] SRAT: PXM 0 -> APIC 0x0028 -> Node 0
[    0.663195] SRAT: PXM 0 -> APIC 0x0029 -> Node 0
[    0.667788] SRAT: PXM 0 -> APIC 0x002a -> Node 0
[    0.672380] SRAT: PXM 0 -> APIC 0x002b -> Node 0
[    0.676973] SRAT: PXM 0 -> APIC 0x002c -> Node 0
[    0.681566] SRAT: PXM 0 -> APIC 0x002d -> Node 0
[    0.686159] SRAT: PXM 0 -> APIC 0x002e -> Node 0
[    0.690752] SRAT: PXM 0 -> APIC 0x002f -> Node 0
[    0.695344] SRAT: PXM 0 -> APIC 0x0030 -> Node 0
[    0.699937] SRAT: PXM 0 -> APIC 0x0031 -> Node 0
[    0.704531] SRAT: PXM 0 -> APIC 0x0032 -> Node 0
[    0.709122] SRAT: PXM 0 -> APIC 0x0033 -> Node 0
[    0.713715] SRAT: PXM 0 -> APIC 0x0034 -> Node 0
[    0.718308] SRAT: PXM 0 -> APIC 0x0035 -> Node 0
[    0.722901] SRAT: PXM 0 -> APIC 0x0036 -> Node 0
[    0.727494] SRAT: PXM 0 -> APIC 0x0037 -> Node 0
[    0.732088] SRAT: PXM 0 -> APIC 0x0038 -> Node 0
[    0.736681] SRAT: PXM 0 -> APIC 0x0039 -> Node 0
[    0.741274] SRAT: PXM 0 -> APIC 0x003a -> Node 0
[    0.745867] SRAT: PXM 0 -> APIC 0x003b -> Node 0
[    0.750459] SRAT: PXM 0 -> APIC 0x003c -> Node 0
[    0.755052] SRAT: PXM 0 -> APIC 0x003d -> Node 0
[    0.759645] SRAT: PXM 0 -> APIC 0x003e -> Node 0
[    0.764238] SRAT: PXM 0 -> APIC 0x003f -> Node 0
[    0.768830] SRAT: PXM 1 -> APIC 0x0040 -> Node 1
[    0.773423] SRAT: PXM 1 -> APIC 0x0041 -> Node 1
[    0.778017] SRAT: PXM 1 -> APIC 0x0042 -> Node 1
[    0.782610] SRAT: PXM 1 -> APIC 0x0043 -> Node 1
[    0.787203] SRAT: PXM 1 -> APIC 0x0044 -> Node 1
[    0.791795] SRAT: PXM 1 -> APIC 0x0045 -> Node 1
[    0.796388] SRAT: PXM 1 -> APIC 0x0046 -> Node 1
[    0.800982] SRAT: PXM 1 -> APIC 0x0047 -> Node 1
[    0.805573] SRAT: PXM 1 -> APIC 0x0048 -> Node 1
[    0.810167] SRAT: PXM 1 -> APIC 0x0049 -> Node 1
[    0.814759] SRAT: PXM 1 -> APIC 0x004a -> Node 1
[    0.819353] SRAT: PXM 1 -> APIC 0x004b -> Node 1
[    0.823944] SRAT: PXM 1 -> APIC 0x004c -> Node 1
[    0.828537] SRAT: PXM 1 -> APIC 0x004d -> Node 1
[    0.833132] SRAT: PXM 1 -> APIC 0x004e -> Node 1
[    0.837724] SRAT: PXM 1 -> APIC 0x004f -> Node 1
[    0.842316] SRAT: PXM 1 -> APIC 0x0050 -> Node 1
[    0.846910] SRAT: PXM 1 -> APIC 0x0051 -> Node 1
[    0.851503] SRAT: PXM 1 -> APIC 0x0052 -> Node 1
[    0.856095] SRAT: PXM 1 -> APIC 0x0053 -> Node 1
[    0.860689] SRAT: PXM 1 -> APIC 0x0054 -> Node 1
[    0.865282] SRAT: PXM 1 -> APIC 0x0055 -> Node 1
[    0.869874] SRAT: PXM 1 -> APIC 0x0056 -> Node 1
[    0.874466] SRAT: PXM 1 -> APIC 0x0057 -> Node 1
[    0.879060] SRAT: PXM 1 -> APIC 0x0058 -> Node 1
[    0.883653] SRAT: PXM 1 -> APIC 0x0059 -> Node 1
[    0.888246] SRAT: PXM 1 -> APIC 0x005a -> Node 1
[    0.892838] SRAT: PXM 1 -> APIC 0x005b -> Node 1
[    0.897431] SRAT: PXM 1 -> APIC 0x005c -> Node 1
[    0.902024] SRAT: PXM 1 -> APIC 0x005d -> Node 1
[    0.906618] SRAT: PXM 1 -> APIC 0x005e -> Node 1
[    0.911209] SRAT: PXM 1 -> APIC 0x005f -> Node 1
[    0.915838] SRAT: PXM 1 -> APIC 0x0060 -> Node 1
[    0.920431] SRAT: PXM 1 -> APIC 0x0061 -> Node 1
[    0.925024] SRAT: PXM 1 -> APIC 0x0062 -> Node 1
[    0.929616] SRAT: PXM 1 -> APIC 0x0063 -> Node 1
[    0.934209] SRAT: PXM 1 -> APIC 0x0064 -> Node 1
[    0.938802] SRAT: PXM 1 -> APIC 0x0065 -> Node 1
[    0.943395] SRAT: PXM 1 -> APIC 0x0066 -> Node 1
[    0.947988] SRAT: PXM 1 -> APIC 0x0067 -> Node 1
[    0.952581] SRAT: PXM 1 -> APIC 0x0068 -> Node 1
[    0.957173] SRAT: PXM 1 -> APIC 0x0069 -> Node 1
[    0.961766] SRAT: PXM 1 -> APIC 0x006a -> Node 1
[    0.966359] SRAT: PXM 1 -> APIC 0x006b -> Node 1
[    0.970951] SRAT: PXM 1 -> APIC 0x006c -> Node 1
[    0.975544] SRAT: PXM 1 -> APIC 0x006d -> Node 1
[    0.980138] SRAT: PXM 1 -> APIC 0x006e -> Node 1
[    0.984731] SRAT: PXM 1 -> APIC 0x006f -> Node 1
[    0.989325] SRAT: PXM 1 -> APIC 0x0070 -> Node 1
[    0.993916] SRAT: PXM 1 -> APIC 0x0071 -> Node 1
[    0.998510] SRAT: PXM 1 -> APIC 0x0072 -> Node 1
[    1.003102] SRAT: PXM 1 -> APIC 0x0073 -> Node 1
[    1.007695] SRAT: PXM 1 -> APIC 0x0074 -> Node 1
[    1.012288] SRAT: PXM 1 -> APIC 0x0075 -> Node 1
[    1.016881] SRAT: PXM 1 -> APIC 0x0076 -> Node 1
[    1.021474] SRAT: PXM 1 -> APIC 0x0077 -> Node 1
[    1.026067] SRAT: PXM 1 -> APIC 0x0078 -> Node 1
[    1.030660] SRAT: PXM 1 -> APIC 0x0079 -> Node 1
[    1.035252] SRAT: PXM 1 -> APIC 0x007a -> Node 1
[    1.039845] SRAT: PXM 1 -> APIC 0x007b -> Node 1
[    1.044438] SRAT: PXM 1 -> APIC 0x007c -> Node 1
[    1.049032] SRAT: PXM 1 -> APIC 0x007d -> Node 1
[    1.053624] SRAT: PXM 1 -> APIC 0x007e -> Node 1
[    1.058217] SRAT: PXM 1 -> APIC 0x007f -> Node 1
[    1.062816] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff]
[    1.068789] ACPI: SRAT: Node 0 PXM 0 [mem 0x000c0000-0x7fffffff]
[    1.074770] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0x207fffffff]
[    1.081008] ACPI: SRAT: Node 1 PXM 1 [mem 0x2080000000-0x407fffffff]
[    1.087344] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x000c0000-0x7fffffff] -> [mem 0x00000000-0x7fffffff]
[    1.097559] NUMA: Node 0 [mem 0x00000000-0x7fffffff] + [mem 0x100000000-0x207fffffff] -> [mem 0x00000000-0x207fffffff]
[    1.108226] NODE_DATA(0) allocated [mem 0x207fcd5000-0x207fcfffff]
[    1.114382] NODE_DATA(1) allocated [mem 0x407cebc000-0x407cee6fff]
[    1.120858] Zone ranges:
[    1.123228]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    1.129382]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    1.135533]   Normal   [mem 0x0000000100000000-0x000000407f1fffff]
[    1.141686]   Device   empty
[    1.144545] Movable zone start for each node
[    1.148793] Early memory node ranges
[    1.152346]   node   0: [mem 0x0000000000001000-0x000000000008efff]
[    1.158586]   node   0: [mem 0x0000000000090000-0x000000000009ffff]
[    1.164823]   node   0: [mem 0x0000000000100000-0x0000000015dfffff]
[    1.171064]   node   0: [mem 0x0000000056700000-0x00000000567fbfff]
[    1.177303]   node   0: [mem 0x00000000567fd000-0x000000005a14afff]
[    1.183542]   node   0: [mem 0x000000005a34b000-0x0000000067acefff]
[    1.189782]   node   0: [mem 0x000000006efff000-0x000000006effffff]
[    1.196021]   node   0: [mem 0x000000006f00b000-0x000000006fffffff]
[    1.202260]   node   0: [mem 0x0000000100000000-0x000000207fcfffff]
[    1.208509]   node   1: [mem 0x0000002080000000-0x000000407f1fffff]
[    1.214749] Initmem setup node 0 [mem 0x0000000000001000-0x000000207fcfffff]
[    1.221760] Initmem setup node 1 [mem 0x0000002080000000-0x000000407f1fffff]
[    1.228797] On node 0, zone DMA: 1 pages in unavailable ranges
[    1.234627] On node 0, zone DMA: 1 pages in unavailable ranges
[    1.240445] On node 0, zone DMA: 96 pages in unavailable ranges
[    1.246773] On node 0, zone DMA32: 35072 pages in unavailable ranges
[    1.252989] On node 0, zone DMA32: 1 pages in unavailable ranges
[    1.259085] On node 0, zone DMA32: 512 pages in unavailable ranges
[    1.265254] On node 0, zone DMA32: 30000 pages in unavailable ranges
[    1.271434] On node 0, zone DMA32: 11 pages in unavailable ranges
[    1.505044] On node 1, zone Normal: 768 pages in unavailable ranges
[    1.511149] On node 1, zone Normal: 3584 pages in unavailable ranges
[    1.517608] ACPI: PM-Timer IO Port: 0x408
[    1.521479] ACPI: X2APIC_NMI (uid[0xffffffff] high edge lint[0x1])
[    1.527605] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    1.533509] IOAPIC[0]: apic_id 240, version 33, address 0xfec00000, GSI 0-23
[    1.540517] IOAPIC[1]: apic_id 241, version 33, address 0xe0100000, GSI 120-151
[    1.547797] IOAPIC[2]: apic_id 242, version 33, address 0xc5100000, GSI 88-119
[    1.554989] IOAPIC[3]: apic_id 243, version 33, address 0xaa100000, GSI 56-87
[    1.562096] IOAPIC[4]: apic_id 244, version 33, address 0xfd100000, GSI 24-55
[    1.569201] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    1.575524] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    1.582033] ACPI: Using ACPI (MADT) for SMP configuration information
[    1.588436] ACPI: HPET id: 0x10228201 base: 0xfed00000
[    1.593552] ACPI: SPCR: console: uart,io,0x2f8,115200
[    1.598579] CPU topo: Max. logical packages:   1
[    1.603167] CPU topo: Max. logical dies:       1
[    1.607760] CPU topo: Max. dies per package:   1
[    1.612358] CPU topo: Max. threads per core:   2
[    1.616982] CPU topo: Num. cores per package:    64
[    1.621835] CPU topo: Num. threads per package: 128
[    1.626687] CPU topo: Allowing 128 present CPUs plus 0 hotplug CPUs
[    1.632952] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    1.640467] PM: hibernation: Registered nosave memory: [mem 0x0008f000-0x0008ffff]
[    1.648005] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    1.655545] PM: hibernation: Registered nosave memory: [mem 0x00b4b000-0x00b4bfff]
[    1.663083] PM: hibernation: Registered nosave memory: [mem 0x00b53000-0x00b53fff]
[    1.670622] PM: hibernation: Registered nosave memory: [mem 0x00b54000-0x00b54fff]
[    1.678163] PM: hibernation: Registered nosave memory: [mem 0x00b86000-0x00b86fff]
[    1.685701] PM: hibernation: Registered nosave memory: [mem 0x00b87000-0x00b87fff]
[    1.693241] PM: hibernation: Registered nosave memory: [mem 0x00bb9000-0x00bb9fff]
[    1.700779] PM: hibernation: Registered nosave memory: [mem 0x00bba000-0x00bbafff]
[    1.708320] PM: hibernation: Registered nosave memory: [mem 0x00bff000-0x00bfffff]
[    1.715858] PM: hibernation: Registered nosave memory: [mem 0x15e00000-0x566fffff]
[    1.723397] PM: hibernation: Registered nosave memory: [mem 0x56700000-0x567fbfff]
[    1.730937] PM: hibernation: Registered nosave memory: [mem 0x567fc000-0x567fcfff]
[    1.738475] PM: hibernation: Registered nosave memory: [mem 0x567fd000-0x567fffff]
[    1.746015] PM: hibernation: Registered nosave memory: [mem 0x5a14b000-0x5a34afff]
[    1.753555] PM: hibernation: Registered nosave memory: [mem 0x67acf000-0x6dfcefff]
[    1.761093] PM: hibernation: Registered nosave memory: [mem 0x6dfcf000-0x6edfefff]
[    1.768633] PM: hibernation: Registered nosave memory: [mem 0x6edff000-0x6effefff]
[    1.776174] PM: hibernation: Registered nosave memory: [mem 0x6f000000-0x6f00afff]
[    1.783712] PM: hibernation: Registered nosave memory: [mem 0x70000000-0x7fffffff]
[    1.791251] PM: hibernation: Registered nosave memory: [mem 0x80000000-0xffffffff]
[    1.798791] PM: hibernation: Registered nosave memory: [mem 0x207fd00000-0x207fffffff]
[    1.806677] [mem 0x56800000-0xffffffff] available for PCI devices
[    1.812742] Booting paravirtualized kernel on bare hardware
[    1.818288] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    1.828692] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:128 nr_cpu_ids:128 nr_node_ids:2
[    1.841194] percpu: Embedded 66 pages/cpu s233472 r8192 d28672 u524288
[    1.847659] Kernel command line: BOOT_IMAGE=(hd0,gpt6)/vmlinuz-6.11.0-rc4-d2bafcf224-d2bafcf224f root=/dev/mapper/rhel_hostname-root ro selinux=0 console=ttyS0,115200n8 earlyprintk=ttyS0,115200 net.ifnames=0 biosdevname=0 swiotlb=131072 kvm_amd.debug_swap=0 mem_encrypt=on
[    1.871770] Unknown kernel command line parameters "BOOT_IMAGE=(hd0,gpt6)/vmlinuz-6.11.0-rc4-d2bafcf224-d2bafcf224f biosdevname=0 mem_encrypt=on", will be passed to user space.
[    1.887329] printk: log_buf_len individual max cpu contribution: 4096 bytes
[    1.894244] printk: log_buf_len total cpu_extra contributions: 520192 bytes
[    1.901177] printk: log_buf_len min size: 262144 bytes
[    1.906768] printk: log_buf_len: 1048576 bytes
[    1.911030] printk: early log buf free: 236136(90%)
[    1.917302] Fallback order for Node 0: 0 1 
[    1.917306] Fallback order for Node 1: 1 0 
[    1.917315] Built 2 zonelists, mobility grouping on.  Total pages: 66743906
[    1.932408] Policy zone: Normal
[    1.935535] mem auto-init: stack:off, heap alloc:on, heap free:off
[    1.941716] software IO TLB: area num 128.
[    2.364731] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=128, Nodes=2
Poking KASLR using RDRAND RDTSC...
[    2.374376] ftrace: allocating 53030 entries in 208 pages
[    2.390725] ftrace: allocated 208 pages with 3 groups
[    2.396437] Dynamic Preempt: voluntary
[    2.400360] rcu: Preemptible hierarchical RCU implementation.
[    2.405926] rcu: 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=128.
[    2.412860] 	Trampoline variant of Tasks RCU enabled.
[    2.417885] 	Rude variant of Tasks RCU enabled.
[    2.422391] 	Tracing variant of Tasks RCU enabled.
[    2.427158] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    2.434696] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=128
[    2.441582] RCU Tasks: Setting shift to 7 and lim to 1 rcu_task_cb_adjust=1.
[    2.448564] RCU Tasks Rude: Setting shift to 7 and lim to 1 rcu_task_cb_adjust=1.
[    2.456018] RCU Tasks Trace: Setting shift to 7 and lim to 1 rcu_task_cb_adjust=1.
[    2.466176] NR_IRQS: 524544, nr_irqs: 3624, preallocated irqs: 16
[    2.472351] rcu: srcu_init: Setting srcu_struct sizes to big.
[    2.478057] Console: colour dummy device 80x25
[    2.482350] printk: legacy console [ttyS0] enabled
[    2.482350] printk: legacy console [ttyS0] enabled
[    2.491882] printk: legacy bootconsole [earlyser0] disabled
[    2.491882] printk: legacy bootconsole [earlyser0] disabled
[    2.503070] mempolicy: Enabling automatic NUMA balancing. Configure with numa_balancing= or the kernel.numa_balancing sysctl
[    2.514347] ACPI: Core revision 20240322
[    2.518499] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[    2.527637] APIC: Switch to symmetric I/O mode setup
[    2.533581] AMD-Vi: Using global IVHD EFR:0x841f77e022094ace, EFR2:0x0
[    2.542421] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    2.567637] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x398db3d9751, max_idle_ns: 881590501946 ns
[    2.578147] Calibrating delay loop (skipped), value calculated using timer frequency.. 3992.77 BogoMIPS (lpj=7985552)
[    2.582158] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[    2.586254] LVT offset 2 assigned for vector 0xf4
[    2.590179] Last level iTLB entries: 4KB 512, 2MB 512, 4MB 256
[    2.594146] Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
[    2.598147] process: using mwait in idle threads
[    2.602147] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    2.606147] Spectre V2 : Mitigation: Retpolines
[    2.610146] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    2.614146] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
[    2.618146] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    2.622147] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    2.626146] Spectre V2 : User space: Mitigation: STIBP always-on protection
[    2.630147] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[    2.634146] Speculative Return Stack Overflow: Mitigation: Safe RET
[    2.638149] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    2.642146] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    2.646146] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    2.650146] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
[    2.654146] x86/fpu: Supporting XSAVE feature 0x800: 'Control-flow User registers'
[    2.658146] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    2.662146] x86/fpu: xstate_offset[9]:  832, xstate_sizes[9]:    8
[    2.666146] x86/fpu: xstate_offset[11]:  840, xstate_sizes[11]:   16
[    2.670146] x86/fpu: Enabled xstate features 0xa07, context size is 856 bytes, using 'compacted' format.
[    2.705945] Freeing SMP alternatives memory: 44K
[    2.706267] Memory Encryption Features active: AMD SME
[    2.710147] pid_max: default: 131072 minimum: 1024
[    2.720513] LSM: initializing lsm=lockdown,capability,yama,apparmor,ima,evm
[    2.722176] Yama: becoming mindful.
[    2.726163] AppArmor: AppArmor initialized
[    2.737884] Dentry cache hash table entries: 16777216 (order: 15, 134217728 bytes, vmalloc hugepage)
[    2.742382] Inode-cache hash table entries: 8388608 (order: 14, 67108864 bytes, vmalloc hugepage)
[    2.746332] Mount-cache hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc)
[    2.750305] Mountpoint-cache hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc)
[    2.864595] smpboot: CPU0: AMD EPYC 7713 64-Core Processor (family: 0x19, model: 0x1, stepping: 0x1)
[    2.866506] Performance Events: Fam17h+ core perfctr, AMD PMU driver.
[    2.870148] ... version:                0
[    2.874147] ... bit width:              48
[    2.878147] ... generic registers:      6
[    2.882147] ... value mask:             0000ffffffffffff
[    2.886147] ... max period:             00007fffffffffff
[    2.890147] ... fixed-purpose events:   0
[    2.894147] ... event mask:             000000000000003f
[    2.898465] signal: max sigframe size: 3376
[    2.902184] rcu: Hierarchical SRCU implementation.
[    2.906147] rcu: 	Max phase no-delay instances is 1000.
[    2.910196] Timer migration: 3 hierarchy levels; 8 children per group; 2 crossnode level
[    2.920332] MCE: In-kernel MCE decoding enabled.
[    2.922200] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    2.927125] smp: Bringing up secondary CPUs ...
[    2.930281] smpboot: x86: Booting SMP configuration:
[    2.934150] .... 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
[    2.942149] .... node  #1, CPUs:    #32  #33  #34  #35  #36  #37  #38  #39  #40  #41  #42  #43  #44  #45  #46  #47  #48  #49  #50  #51  #52  #53  #54  #55  #56  #57  #58  #59  #60  #61  #62  #63
[    3.094148] .... node  #0, CPUs:    #64  #65  #66  #67  #68  #69  #70  #71  #72  #73  #74  #75  #76  #77  #78  #79  #80  #81  #82  #83  #84  #85  #86  #87  #88  #89  #90  #91  #92  #93  #94  #95
[    3.106148] .... node  #1, CPUs:    #96  #97  #98  #99 #100 #101 #102 #103 #104 #105 #106 #107 #108 #109 #110 #111 #112 #113 #114 #115 #116 #117 #118 #119 #120 #121 #122 #123 #124 #125 #126 #127
[    3.116148] Spectre V2 : Update user space SMT mitigation: STIBP always-on
[    3.264149] smp: Brought up 2 nodes, 128 CPUs
[    3.266152] smpboot: Total of 128 processors activated (511075.32 BogoMIPS)
[    3.282490] Memory: 262102920K/266975624K available (18432K kernel code, 3225K rwdata, 7356K rodata, 4656K init, 4228K bss, 4560316K reserved, 0K cma-reserved)
[    3.293504] devtmpfs: initialized
[    3.294225] x86/mm: Memory block size: 2048MB
[    3.309520] ACPI: PM: Registering ACPI NVS region [mem 0x0008f000-0x0008ffff] (4096 bytes)
[    3.310148] ACPI: PM: Registering ACPI NVS region [mem 0x6dfcf000-0x6edfefff] (14876672 bytes)
[    3.314437] ACPI: PM: Registering ACPI NVS region [mem 0x6f000000-0x6f00afff] (45056 bytes)
[    3.318238] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    3.322268] futex hash table entries: 32768 (order: 9, 2097152 bytes, vmalloc)
[    3.326374] pinctrl core: initialized pinctrl subsystem
[    3.330257] PM: RTC time: 12:10:47, date: 2024-09-03
[    3.334950] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    3.342219] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[    3.346416] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    3.350416] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    3.354156] audit: initializing netlink subsys (disabled)
[    3.358167] audit: type=2000 audit(1725365446.812:1): state=initialized audit_enabled=0 res=1
[    3.358324] thermal_sys: Registered thermal governor 'fair_share'
[    3.362148] thermal_sys: Registered thermal governor 'bang_bang'
[    3.366147] thermal_sys: Registered thermal governor 'step_wise'
[    3.370147] thermal_sys: Registered thermal governor 'user_space'
[    3.374155] EISA bus registered
[    3.382169] cpuidle: using governor ladder
[    3.386157] cpuidle: using governor menu
[    3.390183] Detected 1 PCC Subspaces
[    3.394148] Registering PCC driver as Mailbox controller
[    3.398355] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    3.402148] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    3.406322] PCI: ECAM [mem 0x80000000-0x8fffffff] (base 0x80000000) for domain 0000 [bus 00-ff]
[    3.410158] PCI: Using configuration type 1 for base access
[    3.414156] PCI: Dell System detected, enabling pci=bfsort.
[    3.418309] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    3.422363] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[    3.426150] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[    3.430147] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[    3.434146] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[    3.438422] ACPI: Added _OSI(Module Device)
[    3.442148] ACPI: Added _OSI(Processor Device)
[    3.446147] ACPI: Added _OSI(3.0 _SCP Extensions)
[    3.450147] ACPI: Added _OSI(Processor Aggregator Device)
[    3.494730] ACPI: 6 ACPI AML tables successfully acquired and loaded
[    3.513544] ACPI: Interpreter enabled
[    3.514161] ACPI: PM: (supports S0 S5)
[    3.518147] ACPI: Using IOAPIC for interrupt routing
[    3.526556] HEST: Table parsing has been initialized.
[    3.530550] GHES: APEI firmware first mode is enabled by APEI bit and WHEA _OSC.
[    3.534149] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    3.538147] PCI: Ignoring E820 reservations for host bridge windows
[    3.544327] ACPI: Enabled 1 GPEs in block 00 to 1F
[    3.584902] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[    3.586225] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
[    3.590224] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[    3.594223] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[    3.598223] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[    3.602224] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[    3.606224] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[    3.610224] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[    3.614639] ACPI: PCI Root Bridge [PC00] (domain 0000 [bus 00-3f])
[    3.618150] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    3.622312] acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug AER DPC]
[    3.626463] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
[    3.630147] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    3.635129] PCI host bridge to bus 0000:00
[    3.638151] pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
[    3.642147] pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
[    3.646148] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000fffff window]
[    3.650147] pci_bus 0000:00: root bus resource [io  0x0d00-0x3fff window]
[    3.654147] pci_bus 0000:00: root bus resource [mem 0xe1000000-0xfebfffff window]
[    3.658147] pci_bus 0000:00: root bus resource [mem 0x63dc0000000-0x7fcffffffff window]
[    3.662147] pci_bus 0000:00: root bus resource [bus 00-3f]
[    3.666162] pci 0000:00:00.0: [1022:1480] type 00 class 0x060000 conventional PCI endpoint
[    3.670314] pci 0000:00:00.2: [1022:164f] type 00 class 0x080600 conventional PCI endpoint
[    3.674269] pci 0000:00:01.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.678252] pci 0000:00:02.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.682250] pci 0000:00:03.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.686250] pci 0000:00:03.2: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    3.690164] pci 0000:00:03.2: PCI bridge to [bus 01]
[    3.694150] pci 0000:00:03.2:   bridge window [io  0x1000-0x1fff]
[    3.698148] pci 0000:00:03.2:   bridge window [mem 0xf7300000-0xf74fffff]
[    3.702217] pci 0000:00:03.2: PME# supported from D0 D3hot D3cold
[    3.707173] pci 0000:00:04.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.710256] pci 0000:00:05.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.714253] pci 0000:00:07.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.718250] pci 0000:00:07.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    3.722164] pci 0000:00:07.1: PCI bridge to [bus 02]
[    3.726151] pci 0000:00:07.1:   bridge window [mem 0xf7200000-0xf72fffff]
[    3.730158] pci 0000:00:07.1: enabling Extended Tags
[    3.734196] pci 0000:00:07.1: PME# supported from D0 D3hot D3cold
[    3.738319] pci 0000:00:08.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.742250] pci 0000:00:08.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    3.746166] pci 0000:00:08.1: PCI bridge to [bus 03]
[    3.750152] pci 0000:00:08.1:   bridge window [mem 0xf7000000-0xf71fffff]
[    3.754159] pci 0000:00:08.1: enabling Extended Tags
[    3.758198] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[    3.762353] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500 conventional PCI endpoint
[    3.766289] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100 conventional PCI endpoint
[    3.770339] pci 0000:00:18.0: [1022:1650] type 00 class 0x060000 conventional PCI endpoint
[    3.774259] pci 0000:00:18.1: [1022:1651] type 00 class 0x060000 conventional PCI endpoint
[    3.778223] pci 0000:00:18.2: [1022:1652] type 00 class 0x060000 conventional PCI endpoint
[    3.782225] pci 0000:00:18.3: [1022:1653] type 00 class 0x060000 conventional PCI endpoint
[    3.786223] pci 0000:00:18.4: [1022:1654] type 00 class 0x060000 conventional PCI endpoint
[    3.790222] pci 0000:00:18.5: [1022:1655] type 00 class 0x060000 conventional PCI endpoint
[    3.794225] pci 0000:00:18.6: [1022:1656] type 00 class 0x060000 conventional PCI endpoint
[    3.798224] pci 0000:00:18.7: [1022:1657] type 00 class 0x060000 conventional PCI endpoint
[    3.802290] pci 0000:01:00.0: [1000:0097] type 00 class 0x010700 PCIe Endpoint
[    3.806159] pci 0000:01:00.0: BAR 0 [io  0x1000-0x10ff]
[    3.810156] pci 0000:01:00.0: BAR 1 [mem 0xf7400000-0xf740ffff 64bit]
[    3.814156] pci 0000:01:00.0: BAR 3 [mem 0xf7300000-0xf73fffff 64bit]
[    3.818158] pci 0000:01:00.0: ROM [mem 0xfff00000-0xffffffff pref]
[    3.822152] pci 0000:01:00.0: enabling Extended Tags
[    3.826230] pci 0000:01:00.0: supports D1 D2
[    3.830177] pci 0000:01:00.0: VF BAR 0 [mem 0x00000000-0x0000ffff 64bit]
[    3.834147] pci 0000:01:00.0: VF BAR 0 [mem 0x00000000-0x000fffff 64bit]: contains BAR 0 for 16 VFs
[    3.838154] pci 0000:01:00.0: VF BAR 2 [mem 0x00000000-0x000fffff 64bit]
[    3.842147] pci 0000:01:00.0: VF BAR 2 [mem 0x00000000-0x00ffffff 64bit]: contains BAR 2 for 16 VFs
[    3.846334] pci 0000:00:03.2: PCI bridge to [bus 01]
[    3.850233] pci 0000:02:00.0: [1022:148a] type 00 class 0x130000 PCIe Endpoint
[    3.854188] pci 0000:02:00.0: enabling Extended Tags
[    3.858334] pci 0000:02:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    3.862166] pci 0000:02:00.2: BAR 2 [mem 0xf7200000-0xf727ffff]
[    3.866162] pci 0000:02:00.2: BAR 5 [mem 0xf7280000-0xf7281fff]
[    3.870156] pci 0000:02:00.2: enabling Extended Tags
[    3.874360] pci 0000:00:07.1: PCI bridge to [bus 02]
[    3.878277] pci 0000:03:00.0: [1022:1485] type 00 class 0x130000 PCIe Endpoint
[    3.882191] pci 0000:03:00.0: enabling Extended Tags
[    3.886385] pci 0000:03:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    3.890167] pci 0000:03:00.2: BAR 2 [mem 0xf7100000-0xf717ffff]
[    3.894162] pci 0000:03:00.2: BAR 5 [mem 0xf7180000-0xf7181fff]
[    3.898156] pci 0000:03:00.2: enabling Extended Tags
[    3.902356] pci 0000:03:00.3: [1022:148c] type 00 class 0x0c0330 PCIe Endpoint
[    3.906160] pci 0000:03:00.3: BAR 0 [mem 0xf7000000-0xf70fffff 64bit]
[    3.910177] pci 0000:03:00.3: enabling Extended Tags
[    3.914198] pci 0000:03:00.3: PME# supported from D0 D3hot D3cold
[    3.918338] pci 0000:00:08.1: PCI bridge to [bus 03]
[    3.926611] ACPI: PCI Root Bridge [PC01] (domain 0000 [bus 40-7f])
[    3.930150] acpi PNP0A08:01: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    3.934310] acpi PNP0A08:01: _OSC: platform does not support [SHPCHotplug AER DPC]
[    3.942220] acpi PNP0A08:01: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
[    3.946147] acpi PNP0A08:01: FADT indicates ASPM is unsupported, using BIOS configuration
[    3.951067] PCI host bridge to bus 0000:40
[    3.954150] pci_bus 0000:40: root bus resource [io  0x4000-0x6fff window]
[    3.958147] pci_bus 0000:40: root bus resource [mem 0x90000000-0xaaffffff window]
[    3.962147] pci_bus 0000:40: root bus resource [mem 0x47e80000000-0x63dbfffffff window]
[    3.966147] pci_bus 0000:40: root bus resource [bus 40-7f]
[    3.970156] pci 0000:40:00.0: [1022:1480] type 00 class 0x060000 conventional PCI endpoint
[    3.974261] pci 0000:40:00.2: [1022:164f] type 00 class 0x080600 conventional PCI endpoint
[    3.978263] pci 0000:40:01.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.982246] pci 0000:40:02.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.986254] pci 0000:40:03.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    3.990252] pci 0000:40:03.1: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    3.994166] pci 0000:40:03.1: PCI bridge to [bus 41]
[    3.998152] pci 0000:40:03.1:   bridge window [mem 0xa4c00000-0xa4ffffff]
[    4.002238] pci 0000:40:03.1: PME# supported from D0 D3hot D3cold
[    4.018451] pci 0000:40:03.2: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.022167] pci 0000:40:03.2: PCI bridge to [bus 42]
[    4.026152] pci 0000:40:03.2:   bridge window [mem 0xa4800000-0xa4bfffff]
[    4.030239] pci 0000:40:03.2: PME# supported from D0 D3hot D3cold
[    4.047986] pci 0000:40:03.3: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.050172] pci 0000:40:03.3: PCI bridge to [bus 43]
[    4.054154] pci 0000:40:03.3:   bridge window [mem 0xa4400000-0xa47fffff]
[    4.058369] pci 0000:40:03.3: PME# supported from D0 D3hot D3cold
[    4.077806] pci 0000:40:03.4: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.078167] pci 0000:40:03.4: PCI bridge to [bus 44]
[    4.082152] pci 0000:40:03.4:   bridge window [mem 0xa4000000-0xa43fffff]
[    4.086240] pci 0000:40:03.4: PME# supported from D0 D3hot D3cold
[    4.103791] pci 0000:40:04.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.106328] pci 0000:40:05.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.110247] pci 0000:40:07.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.114286] pci 0000:40:07.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    4.118164] pci 0000:40:07.1: PCI bridge to [bus 45]
[    4.122155] pci 0000:40:07.1:   bridge window [mem 0xa5300000-0xa53fffff]
[    4.126160] pci 0000:40:07.1: enabling Extended Tags
[    4.130223] pci 0000:40:07.1: PME# supported from D0 D3hot D3cold
[    4.134323] pci 0000:40:08.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.138246] pci 0000:40:08.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    4.142164] pci 0000:40:08.1: PCI bridge to [bus 46]
[    4.146151] pci 0000:40:08.1:   bridge window [mem 0xa5000000-0xa52fffff]
[    4.150158] pci 0000:40:08.1: enabling Extended Tags
[    4.154196] pci 0000:40:08.1: PME# supported from D0 D3hot D3cold
[    4.162254] pci 0000:40:03.1: PCI bridge to [bus 41]
[    4.166229] pci 0000:40:03.2: PCI bridge to [bus 42]
[    4.170229] pci 0000:40:03.3: PCI bridge to [bus 43]
[    4.174226] pci 0000:40:03.4: PCI bridge to [bus 44]
[    4.178229] pci 0000:45:00.0: [1022:148a] type 00 class 0x130000 PCIe Endpoint
[    4.182187] pci 0000:45:00.0: enabling Extended Tags
[    4.186332] pci 0000:45:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    4.190165] pci 0000:45:00.2: BAR 2 [mem 0xa5300000-0xa537ffff]
[    4.194161] pci 0000:45:00.2: BAR 5 [mem 0xa5380000-0xa5381fff]
[    4.198157] pci 0000:45:00.2: enabling Extended Tags
[    4.202357] pci 0000:40:07.1: PCI bridge to [bus 45]
[    4.206278] pci 0000:46:00.0: [1022:1485] type 00 class 0x130000 PCIe Endpoint
[    4.210190] pci 0000:46:00.0: enabling Extended Tags
[    4.214380] pci 0000:46:00.1: [1022:1486] type 00 class 0x108000 PCIe Endpoint
[    4.218167] pci 0000:46:00.1: BAR 2 [mem 0xa5100000-0xa51fffff]
[    4.222162] pci 0000:46:00.1: BAR 5 [mem 0xa5282000-0xa5283fff]
[    4.226158] pci 0000:46:00.1: enabling Extended Tags
[    4.230356] pci 0000:46:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    4.234167] pci 0000:46:00.2: BAR 2 [mem 0xa5200000-0xa527ffff]
[    4.238162] pci 0000:46:00.2: BAR 5 [mem 0xa5280000-0xa5281fff]
[    4.242156] pci 0000:46:00.2: enabling Extended Tags
[    4.246356] pci 0000:46:00.3: [1022:148c] type 00 class 0x0c0330 PCIe Endpoint
[    4.250159] pci 0000:46:00.3: BAR 0 [mem 0xa5000000-0xa50fffff 64bit]
[    4.254177] pci 0000:46:00.3: enabling Extended Tags
[    4.258197] pci 0000:46:00.3: PME# supported from D0 D3hot D3cold
[    4.266244] pci 0000:40:08.1: PCI bridge to [bus 46]
[    4.270818] ACPI: PCI Root Bridge [PC02] (domain 0000 [bus 80-bf])
[    4.274150] acpi PNP0A08:02: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    4.278311] acpi PNP0A08:02: _OSC: platform does not support [SHPCHotplug AER DPC]
[    4.282460] acpi PNP0A08:02: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
[    4.286148] acpi PNP0A08:02: FADT indicates ASPM is unsupported, using BIOS configuration
[    4.291046] PCI host bridge to bus 0000:80
[    4.294151] pci_bus 0000:80: root bus resource [io  0x7000-0x9fff window]
[    4.298147] pci_bus 0000:80: root bus resource [mem 0xab000000-0xc5ffffff window]
[    4.302147] pci_bus 0000:80: root bus resource [mem 0x2bf40000000-0x47e7fffffff window]
[    4.306147] pci_bus 0000:80: root bus resource [bus 80-bf]
[    4.310159] pci 0000:80:00.0: [1022:1480] type 00 class 0x060000 conventional PCI endpoint
[    4.314267] pci 0000:80:00.2: [1022:164f] type 00 class 0x080600 conventional PCI endpoint
[    4.318265] pci 0000:80:01.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.322248] pci 0000:80:01.1: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.326166] pci 0000:80:01.1: PCI bridge to [bus 81]
[    4.330152] pci 0000:80:01.1:   bridge window [mem 0xbf400000-0xbf7fffff]
[    4.334240] pci 0000:80:01.1: PME# supported from D0 D3hot D3cold
[    4.351821] pci 0000:80:01.2: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.354173] pci 0000:80:01.2: PCI bridge to [bus 82]
[    4.358153] pci 0000:80:01.2:   bridge window [mem 0xbf000000-0xbf3fffff]
[    4.362265] pci 0000:80:01.2: PME# supported from D0 D3hot D3cold
[    4.382316] pci 0000:80:02.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.386251] pci 0000:80:03.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.390250] pci 0000:80:04.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.394246] pci 0000:80:05.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.398242] pci 0000:80:07.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.402244] pci 0000:80:07.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    4.406165] pci 0000:80:07.1: PCI bridge to [bus 83]
[    4.410151] pci 0000:80:07.1:   bridge window [mem 0xbfa00000-0xbfafffff]
[    4.414158] pci 0000:80:07.1: enabling Extended Tags
[    4.418195] pci 0000:80:07.1: PME# supported from D0 D3hot D3cold
[    4.422314] pci 0000:80:08.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.426245] pci 0000:80:08.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    4.430165] pci 0000:80:08.1: PCI bridge to [bus 84]
[    4.434151] pci 0000:80:08.1:   bridge window [mem 0xbf900000-0xbf9fffff]
[    4.438158] pci 0000:80:08.1: enabling Extended Tags
[    4.442196] pci 0000:80:08.1: PME# supported from D0 D3hot D3cold
[    4.446328] pci 0000:80:08.2: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    4.450165] pci 0000:80:08.2: PCI bridge to [bus 85]
[    4.454151] pci 0000:80:08.2:   bridge window [mem 0xbf800000-0xbf8fffff]
[    4.458158] pci 0000:80:08.2: enabling Extended Tags
[    4.462196] pci 0000:80:08.2: PME# supported from D0 D3hot D3cold
[    4.466404] pci 0000:80:01.1: PCI bridge to [bus 81]
[    4.470232] pci 0000:80:01.2: PCI bridge to [bus 82]
[    4.474232] pci 0000:83:00.0: [1022:148a] type 00 class 0x130000 PCIe Endpoint
[    4.478187] pci 0000:83:00.0: enabling Extended Tags
[    4.486204] pci 0000:83:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    4.490170] pci 0000:83:00.2: BAR 2 [mem 0xbfa00000-0xbfa7ffff]
[    4.494163] pci 0000:83:00.2: BAR 5 [mem 0xbfa80000-0xbfa81fff]
[    4.498158] pci 0000:83:00.2: enabling Extended Tags
[    4.502367] pci 0000:80:07.1: PCI bridge to [bus 83]
[    4.506279] pci 0000:84:00.0: [1022:1485] type 00 class 0x130000 PCIe Endpoint
[    4.514192] pci 0000:84:00.0: enabling Extended Tags
[    4.518381] pci 0000:84:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    4.526168] pci 0000:84:00.2: BAR 2 [mem 0xbf900000-0xbf97ffff]
[    4.530162] pci 0000:84:00.2: BAR 5 [mem 0xbf980000-0xbf981fff]
[    4.538156] pci 0000:84:00.2: enabling Extended Tags
[    4.542362] pci 0000:80:08.1: PCI bridge to [bus 84]
[    4.546278] pci 0000:85:00.0: [1022:7901] type 00 class 0x010601 PCIe Endpoint
[    4.554182] pci 0000:85:00.0: BAR 5 [mem 0xbf800000-0xbf8007ff]
[    4.562157] pci 0000:85:00.0: enabling Extended Tags
[    4.566211] pci 0000:85:00.0: PME# supported from D3hot D3cold
[    4.570349] pci 0000:80:08.2: PCI bridge to [bus 85]
[    4.578869] ACPI: PCI Root Bridge [PC03] (domain 0000 [bus c0-ff])
[    4.582150] acpi PNP0A08:03: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    4.594312] acpi PNP0A08:03: _OSC: platform does not support [SHPCHotplug AER DPC]
[    4.602460] acpi PNP0A08:03: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
[    4.610147] acpi PNP0A08:03: FADT indicates ASPM is unsupported, using BIOS configuration
[    4.619163] PCI host bridge to bus 0000:c0
[    4.622150] pci_bus 0000:c0: root bus resource [io  0xa000-0xffff window]
[    4.630147] pci_bus 0000:c0: root bus resource [mem 0xc6000000-0xe0ffffff window]
[    4.638147] pci_bus 0000:c0: root bus resource [mem 0x10000000000-0x2bf3fffffff window]
[    4.646147] pci_bus 0000:c0: root bus resource [io  0x03b0-0x03df window]
[    4.650147] pci_bus 0000:c0: root bus resource [mem 0x000a0000-0x000bffff window]
[    4.658148] pci_bus 0000:c0: root bus resource [bus c0-ff]
[    4.666156] pci 0000:c0:00.0: [1022:1480] type 00 class 0x060000 conventional PCI endpoint
[    4.674257] pci 0000:c0:00.2: [1022:164f] type 00 class 0x080600 conventional PCI endpoint
[    4.682259] pci 0000:c0:01.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.690242] pci 0000:c0:02.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.698242] pci 0000:c0:03.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.706245] pci 0000:c0:03.1: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.714166] pci 0000:c0:03.1: PCI bridge to [bus c4]
[    4.718153] pci 0000:c0:03.1:   bridge window [mem 0xdb600000-0xdb9fffff]
[    4.726238] pci 0000:c0:03.1: PME# supported from D0 D3hot D3cold
[    4.743821] pci 0000:c0:03.2: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.754147] pci 0000:c0:03.2: PCI bridge to [bus c5]
[    4.758152] pci 0000:c0:03.2:   bridge window [mem 0xdb200000-0xdb5fffff]
[    4.762218] pci 0000:c0:03.2: PME# supported from D0 D3hot D3cold
[    4.781534] pci 0000:c0:03.3: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.782171] pci 0000:c0:03.3: PCI bridge to [bus c6]
[    4.786155] pci 0000:c0:03.3:   bridge window [mem 0xdae00000-0xdb1fffff]
[    4.790275] pci 0000:c0:03.3: PME# supported from D0 D3hot D3cold
[    4.808527] pci 0000:c0:03.4: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    4.810172] pci 0000:c0:03.4: PCI bridge to [bus c7]
[    4.814154] pci 0000:c0:03.4:   bridge window [mem 0xdaa00000-0xdadfffff]
[    4.818263] pci 0000:c0:03.4: PME# supported from D0 D3hot D3cold
[    4.839803] pci 0000:c0:04.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.842287] pci 0000:c0:05.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.846247] pci 0000:c0:05.1: [1022:149a] type 01 class 0x060400 PCIe Root Port
[    4.850169] pci 0000:c0:05.1: PCI bridge to [bus c1]
[    4.854159] pci 0000:c0:05.1:   bridge window [mem 0xc7000000-0xc70fffff 64bit pref]
[    4.858243] pci 0000:c0:05.1: PME# supported from D0 D3hot D3cold
[    4.862304] pci 0000:c0:05.2: [1022:149a] type 01 class 0x060400 PCIe Root Port
[    4.866164] pci 0000:c0:05.2: PCI bridge to [bus c2-c3]
[    4.870151] pci 0000:c0:05.2:   bridge window [mem 0xda000000-0xda8fffff]
[    4.874152] pci 0000:c0:05.2:   bridge window [mem 0xc6000000-0xc6ffffff 64bit pref]
[    4.878192] pci 0000:c0:05.2: PME# supported from D0 D3hot D3cold
[    4.882298] pci 0000:c0:07.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.886245] pci 0000:c0:07.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    4.890164] pci 0000:c0:07.1: PCI bridge to [bus c8]
[    4.894151] pci 0000:c0:07.1:   bridge window [mem 0xdbb00000-0xdbbfffff]
[    4.898158] pci 0000:c0:07.1: enabling Extended Tags
[    4.902195] pci 0000:c0:07.1: PME# supported from D0 D3hot D3cold
[    4.906315] pci 0000:c0:08.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    4.910245] pci 0000:c0:08.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    4.914164] pci 0000:c0:08.1: PCI bridge to [bus c9]
[    4.918151] pci 0000:c0:08.1:   bridge window [mem 0xdba00000-0xdbafffff]
[    4.922158] pci 0000:c0:08.1: enabling Extended Tags
[    4.926195] pci 0000:c0:08.1: PME# supported from D0 D3hot D3cold
[    4.930402] pci 0000:c0:03.1: PCI bridge to [bus c4]
[    4.934226] pci 0000:c0:03.2: PCI bridge to [bus c5]
[    4.938230] pci 0000:c0:03.3: PCI bridge to [bus c6]
[    4.942226] pci 0000:c0:03.4: PCI bridge to [bus c7]
[    4.946241] pci 0000:c1:00.0: [14e4:165f] type 00 class 0x020000 PCIe Endpoint
[    4.950167] pci 0000:c1:00.0: BAR 0 [mem 0xc7030000-0xc703ffff 64bit pref]
[    4.954160] pci 0000:c1:00.0: BAR 2 [mem 0xc7040000-0xc704ffff 64bit pref]
[    4.958160] pci 0000:c1:00.0: BAR 4 [mem 0xc7050000-0xc705ffff 64bit pref]
[    4.962155] pci 0000:c1:00.0: ROM [mem 0xfffc0000-0xffffffff pref]
[    4.966235] pci 0000:c1:00.0: PME# supported from D0 D3hot D3cold
[    4.970198] pci 0000:c1:00.0: 4.000 Gb/s available PCIe bandwidth, limited by 5.0 GT/s PCIe x1 link at 0000:c0:05.1 (capable of 8.000 Gb/s with 5.0 GT/s PCIe x2 link)
[    4.978625] pci 0000:c1:00.1: [14e4:165f] type 00 class 0x020000 PCIe Endpoint
[    4.982167] pci 0000:c1:00.1: BAR 0 [mem 0xc7000000-0xc700ffff 64bit pref]
[    4.986160] pci 0000:c1:00.1: BAR 2 [mem 0xc7010000-0xc701ffff 64bit pref]
[    4.990160] pci 0000:c1:00.1: BAR 4 [mem 0xc7020000-0xc702ffff 64bit pref]
[    4.994155] pci 0000:c1:00.1: ROM [mem 0xfffc0000-0xffffffff pref]
[    4.998236] pci 0000:c1:00.1: PME# supported from D0 D3hot D3cold
[    5.014169] pci 0000:c0:05.1: PCI bridge to [bus c1]
[    5.018223] pci 0000:c2:00.0: [1556:be00] type 01 class 0x060400 PCIe to PCI/PCI-X bridge
[    5.022176] pci 0000:c2:00.0: PCI bridge to [bus c3]
[    5.026154] pci 0000:c2:00.0:   bridge window [mem 0xda000000-0xda8fffff]
[    5.030156] pci 0000:c2:00.0:   bridge window [mem 0xc6000000-0xc6ffffff 64bit pref]
[    5.046158] pci 0000:c0:05.2: PCI bridge to [bus c2-c3]
[    5.050181] pci_bus 0000:c3: extended config space not accessible
[    5.054171] pci 0000:c3:00.0: [102b:0536] type 00 class 0x030000 conventional PCI endpoint
[    5.058163] pci 0000:c3:00.0: BAR 0 [mem 0xc6000000-0xc6ffffff pref]
[    5.062155] pci 0000:c3:00.0: BAR 1 [mem 0xda808000-0xda80bfff]
[    5.066155] pci 0000:c3:00.0: BAR 2 [mem 0xda000000-0xda7fffff]
[    5.070196] pci 0000:c3:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    5.074281] pci 0000:c2:00.0: PCI bridge to [bus c3]
[    5.078243] pci 0000:c8:00.0: [1022:148a] type 00 class 0x130000 PCIe Endpoint
[    5.082186] pci 0000:c8:00.0: enabling Extended Tags
[    5.086327] pci 0000:c8:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    5.090165] pci 0000:c8:00.2: BAR 2 [mem 0xdbb00000-0xdbb7ffff]
[    5.094161] pci 0000:c8:00.2: BAR 5 [mem 0xdbb80000-0xdbb81fff]
[    5.098155] pci 0000:c8:00.2: enabling Extended Tags
[    5.106286] pci 0000:c0:07.1: PCI bridge to [bus c8]
[    5.110279] pci 0000:c9:00.0: [1022:1485] type 00 class 0x130000 PCIe Endpoint
[    5.114190] pci 0000:c9:00.0: enabling Extended Tags
[    5.118376] pci 0000:c9:00.2: [1022:1498] type 00 class 0x108000 PCIe Endpoint
[    5.122167] pci 0000:c9:00.2: BAR 2 [mem 0xdba00000-0xdba7ffff]
[    5.126162] pci 0000:c9:00.2: BAR 5 [mem 0xdba80000-0xdba81fff]
[    5.130156] pci 0000:c9:00.2: enabling Extended Tags
[    5.134370] pci 0000:c0:08.1: PCI bridge to [bus c9]
[    5.145213] iommu: Default domain type: Translated
[    5.146148] iommu: DMA domain TLB invalidation policy: lazy mode
[    5.150416] SCSI subsystem initialized
[    5.154183] ACPI: bus type USB registered
[    5.158163] usbcore: registered new interface driver usbfs
[    5.162153] usbcore: registered new interface driver hub
[    5.166181] usbcore: registered new device driver usb
[    5.170178] pps_core: LinuxPPS API ver. 1 registered
[    5.174147] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    5.178149] PTP clock support registered
[    5.182231] EDAC MC: Ver: 3.0.0
[    5.185503] efivars: Registered efivars operations
[    5.186529] NetLabel: Initializing
[    5.190147] NetLabel:  domain hash size = 128
[    5.194147] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    5.198169] NetLabel:  unlabeled traffic allowed by default
[    5.202184] PCI: Using ACPI for IRQ routing
[    5.210733] pci 0000:c3:00.0: vgaarb: setting as boot VGA device
[    5.214145] pci 0000:c3:00.0: vgaarb: bridge control possible
[    5.214145] pci 0000:c3:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    5.214148] vgaarb: loaded
[    5.216863] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    5.218147] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    5.226396] clocksource: Switched to clocksource tsc-early
[    5.231938] VFS: Disk quotas dquot_6.6.0
[    5.235889] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    5.242976] AppArmor: AppArmor Filesystem Enabled
[    5.247699] pnp: PnP ACPI init
[    5.251000] system 00:00: [mem 0x80000000-0x8fffffff] has been reserved
[    5.257707] system 00:01: [mem 0xff000000-0xffffffff] has been reserved
[    5.265876] pnp: PnP ACPI: found 5 devices
[    5.276657] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    5.285628] NET: Registered PF_INET protocol family
[    5.290688] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc)
[    5.301682] tcp_listen_portaddr_hash hash table entries: 65536 (order: 8, 1048576 bytes, vmalloc)
[    5.310641] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, vmalloc)
[    5.318681] TCP established hash table entries: 524288 (order: 10, 4194304 bytes, vmalloc hugepage)
[    5.328205] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc)
[    5.335810] TCP: Hash tables configured (established 524288 bind 65536)
[    5.342767] UDP hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc)
[    5.350105] UDP-Lite hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc)
[    5.357937] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    5.363602] NET: Registered PF_XDP protocol family
[    5.368398] pci 0000:01:00.0: ROM [mem 0xfff00000-0xffffffff pref]: can't claim; no compatible bridge window
[    5.378216] pci 0000:c1:00.0: ROM [mem 0xfffc0000-0xffffffff pref]: can't claim; no compatible bridge window
[    5.388034] pci 0000:c1:00.1: ROM [mem 0xfffc0000-0xffffffff pref]: can't claim; no compatible bridge window
[    5.397906] pci_bus 0000:00: max bus depth: 1 pci_try_num: 2
[    5.403574] pci 0000:01:00.0: ROM [mem size 0x00100000 pref]: can't assign; no space
[    5.411310] pci 0000:01:00.0: ROM [mem size 0x00100000 pref]: failed to assign
[    5.418530] pci 0000:01:00.0: VF BAR 2 [mem size 0x01000000 64bit]: can't assign; no space
[    5.426788] pci 0000:01:00.0: VF BAR 2 [mem size 0x01000000 64bit]: failed to assign
[    5.434528] pci 0000:01:00.0: VF BAR 0 [mem size 0x00100000 64bit]: can't assign; no space
[    5.442784] pci 0000:01:00.0: VF BAR 0 [mem size 0x00100000 64bit]: failed to assign
[    5.450523] pci 0000:00:03.2: PCI bridge to [bus 01]
[    5.455489] pci 0000:00:03.2:   bridge window [io  0x1000-0x1fff]
[    5.461584] pci 0000:00:03.2:   bridge window [mem 0xf7300000-0xf74fffff]
[    5.468398] pci 0000:00:07.1: PCI bridge to [bus 02]
[    5.473395] pci 0000:00:07.1:   bridge window [mem 0xf7200000-0xf72fffff]
[    5.480183] pci 0000:00:08.1: PCI bridge to [bus 03]
[    5.485152] pci 0000:00:08.1:   bridge window [mem 0xf7000000-0xf71fffff]
[    5.491948] pci_bus 0000:00: No. 2 try to assign unassigned res
[    5.497869] pci 0000:00:03.2: resource 14 [mem 0xf7300000-0xf74fffff] released
[    5.505091] pci 0000:00:03.2: PCI bridge to [bus 01]
[    5.510060] pci 0000:00:03.2: bridge window [mem 0x00100000-0x002fffff] to [bus 01] add_size 1100000 add_align 100000
[    5.520660] pci 0000:00:03.2: bridge window [mem 0xe1000000-0xe22fffff]: assigned
[    5.528146] pci 0000:01:00.0: BAR 3 [mem 0xe1000000-0xe10fffff 64bit]: assigned
[    5.535456] pci 0000:01:00.0: VF BAR 2 [mem 0xe1100000-0xe20fffff 64bit]: assigned
[    5.543023] pci 0000:01:00.0: BAR 1 [mem 0xe2100000-0xe210ffff 64bit]: assigned
[    5.550334] pci 0000:01:00.0: VF BAR 0 [mem 0xe2110000-0xe220ffff 64bit]: assigned
[    5.557904] pci 0000:00:03.2: PCI bridge to [bus 01]
[    5.562868] pci 0000:00:03.2:   bridge window [io  0x1000-0x1fff]
[    5.568960] pci 0000:00:03.2:   bridge window [mem 0xe1000000-0xe22fffff]
[    5.575823] pci 0000:00:07.1: PCI bridge to [bus 02]
[    5.580790] pci 0000:00:07.1:   bridge window [mem 0xf7200000-0xf72fffff]
[    5.587576] pci 0000:00:08.1: PCI bridge to [bus 03]
[    5.592541] pci 0000:00:08.1:   bridge window [mem 0xf7000000-0xf71fffff]
[    5.599328] pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
[    5.605512] pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
[    5.611690] pci_bus 0000:00: resource 6 [mem 0x000c0000-0x000fffff window]
[    5.618564] pci_bus 0000:00: resource 7 [io  0x0d00-0x3fff window]
[    5.624741] pci_bus 0000:00: resource 8 [mem 0xe1000000-0xfebfffff window]
[    5.631613] pci_bus 0000:00: resource 9 [mem 0x63dc0000000-0x7fcffffffff window]
[    5.639006] pci_bus 0000:01: resource 0 [io  0x1000-0x1fff]
[    5.644577] pci_bus 0000:01: resource 1 [mem 0xe1000000-0xe22fffff]
[    5.650842] pci_bus 0000:02: resource 1 [mem 0xf7200000-0xf72fffff]
[    5.657107] pci_bus 0000:03: resource 1 [mem 0xf7000000-0xf71fffff]
[    5.663462] pci 0000:40:03.1: bridge window [io  0x1000-0x0fff] to [bus 41] add_size 1000
[    5.671635] pci 0000:40:03.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 41] add_size 200000 add_align 100000
[    5.683105] pci 0000:40:03.2: bridge window [io  0x1000-0x0fff] to [bus 42] add_size 1000
[    5.691314] pci 0000:40:03.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 42] add_size 200000 add_align 100000
[    5.702776] pci 0000:40:03.3: bridge window [io  0x1000-0x0fff] to [bus 43] add_size 1000
[    5.710950] pci 0000:40:03.3: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 43] add_size 200000 add_align 100000
[    5.722412] pci 0000:40:03.4: bridge window [io  0x1000-0x0fff] to [bus 44] add_size 1000
[    5.730586] pci 0000:40:03.4: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 44] add_size 200000 add_align 100000
[    5.742054] pci 0000:40:03.1: bridge window [mem 0x47e80000000-0x47e801fffff 64bit pref]: assigned
[    5.751012] pci 0000:40:03.2: bridge window [mem 0x47e80200000-0x47e803fffff 64bit pref]: assigned
[    5.759963] pci 0000:40:03.3: bridge window [mem 0x47e80400000-0x47e805fffff 64bit pref]: assigned
[    5.768913] pci 0000:40:03.4: bridge window [mem 0x47e80600000-0x47e807fffff 64bit pref]: assigned
[    5.777866] pci 0000:40:03.1: bridge window [io  0x4000-0x4fff]: assigned
[    5.784652] pci 0000:40:03.2: bridge window [io  0x5000-0x5fff]: assigned
[    5.791436] pci 0000:40:03.3: bridge window [io  0x6000-0x6fff]: assigned
[    5.798224] pci 0000:40:03.4: bridge window [io  size 0x1000]: can't assign; no space
[    5.806048] pci 0000:40:03.4: bridge window [io  size 0x1000]: failed to assign
[    5.813353] pci 0000:40:03.4: bridge window [io  0x4000-0x4fff]: assigned
[    5.820138] pci 0000:40:03.3: bridge window [io  0x5000-0x5fff]: assigned
[    5.826922] pci 0000:40:03.2: bridge window [io  0x6000-0x6fff]: assigned
[    5.833707] pci 0000:40:03.1: bridge window [io  size 0x1000]: can't assign; no space
[    5.841534] pci 0000:40:03.1: bridge window [io  size 0x1000]: failed to assign
[    5.848841] pci 0000:40:03.1: PCI bridge to [bus 41]
[    5.853808] pci 0000:40:03.1:   bridge window [mem 0xa4c00000-0xa4ffffff]
[    5.860590] pci 0000:40:03.1:   bridge window [mem 0x47e80000000-0x47e801fffff 64bit pref]
[    5.868853] pci 0000:40:03.2: PCI bridge to [bus 42]
[    5.873821] pci 0000:40:03.2:   bridge window [io  0x6000-0x6fff]
[    5.879917] pci 0000:40:03.2:   bridge window [mem 0xa4800000-0xa4bfffff]
[    5.886700] pci 0000:40:03.2:   bridge window [mem 0x47e80200000-0x47e803fffff 64bit pref]
[    5.894962] pci 0000:40:03.3: PCI bridge to [bus 43]
[    5.899925] pci 0000:40:03.3:   bridge window [io  0x5000-0x5fff]
[    5.906018] pci 0000:40:03.3:   bridge window [mem 0xa4400000-0xa47fffff]
[    5.912804] pci 0000:40:03.3:   bridge window [mem 0x47e80400000-0x47e805fffff 64bit pref]
[    5.921063] pci 0000:40:03.4: PCI bridge to [bus 44]
[    5.926025] pci 0000:40:03.4:   bridge window [io  0x4000-0x4fff]
[    5.932120] pci 0000:40:03.4:   bridge window [mem 0xa4000000-0xa43fffff]
[    5.938904] pci 0000:40:03.4:   bridge window [mem 0x47e80600000-0x47e807fffff 64bit pref]
[    5.947163] pci 0000:40:07.1: PCI bridge to [bus 45]
[    5.952128] pci 0000:40:07.1:   bridge window [mem 0xa5300000-0xa53fffff]
[    5.958915] pci 0000:40:08.1: PCI bridge to [bus 46]
[    5.963878] pci 0000:40:08.1:   bridge window [mem 0xa5000000-0xa52fffff]
[    5.970666] pci_bus 0000:40: resource 4 [io  0x4000-0x6fff window]
[    5.976842] pci_bus 0000:40: resource 5 [mem 0x90000000-0xaaffffff window]
[    5.983713] pci_bus 0000:40: resource 6 [mem 0x47e80000000-0x63dbfffffff window]
[    5.991106] pci_bus 0000:41: resource 1 [mem 0xa4c00000-0xa4ffffff]
[    5.997370] pci_bus 0000:41: resource 2 [mem 0x47e80000000-0x47e801fffff 64bit pref]
[    6.005131] pci_bus 0000:42: resource 0 [io  0x6000-0x6fff]
[    6.010712] pci_bus 0000:42: resource 1 [mem 0xa4800000-0xa4bfffff]
[    6.016972] pci_bus 0000:42: resource 2 [mem 0x47e80200000-0x47e803fffff 64bit pref]
[    6.024712] pci_bus 0000:43: resource 0 [io  0x5000-0x5fff]
[    6.030286] pci_bus 0000:43: resource 1 [mem 0xa4400000-0xa47fffff]
[    6.036551] pci_bus 0000:43: resource 2 [mem 0x47e80400000-0x47e805fffff 64bit pref]
[    6.044288] pci_bus 0000:44: resource 0 [io  0x4000-0x4fff]
[    6.049859] pci_bus 0000:44: resource 1 [mem 0xa4000000-0xa43fffff]
[    6.056124] pci_bus 0000:44: resource 2 [mem 0x47e80600000-0x47e807fffff 64bit pref]
[    6.063864] pci_bus 0000:45: resource 1 [mem 0xa5300000-0xa53fffff]
[    6.070130] pci_bus 0000:46: resource 1 [mem 0xa5000000-0xa52fffff]
[    6.076456] pci 0000:80:01.1: bridge window [io  0x1000-0x0fff] to [bus 81] add_size 1000
[    6.084628] pci 0000:80:01.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 81] add_size 200000 add_align 100000
[    6.096092] pci 0000:80:01.2: bridge window [io  0x1000-0x0fff] to [bus 82] add_size 1000
[    6.104266] pci 0000:80:01.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 82] add_size 200000 add_align 100000
[    6.115734] pci 0000:80:01.1: bridge window [mem 0x2bf40000000-0x2bf401fffff 64bit pref]: assigned
[    6.124689] pci 0000:80:01.2: bridge window [mem 0x2bf40200000-0x2bf403fffff 64bit pref]: assigned
[    6.133641] pci 0000:80:01.1: bridge window [io  0x7000-0x7fff]: assigned
[    6.140426] pci 0000:80:01.2: bridge window [io  0x8000-0x8fff]: assigned
[    6.147212] pci 0000:80:01.1: PCI bridge to [bus 81]
[    6.152179] pci 0000:80:01.1:   bridge window [io  0x7000-0x7fff]
[    6.158270] pci 0000:80:01.1:   bridge window [mem 0xbf400000-0xbf7fffff]
[    6.165056] pci 0000:80:01.1:   bridge window [mem 0x2bf40000000-0x2bf401fffff 64bit pref]
[    6.173317] pci 0000:80:01.2: PCI bridge to [bus 82]
[    6.178278] pci 0000:80:01.2:   bridge window [io  0x8000-0x8fff]
[    6.184373] pci 0000:80:01.2:   bridge window [mem 0xbf000000-0xbf3fffff]
[    6.191158] pci 0000:80:01.2:   bridge window [mem 0x2bf40200000-0x2bf403fffff 64bit pref]
[    6.199417] pci 0000:80:07.1: PCI bridge to [bus 83]
[    6.204380] pci 0000:80:07.1:   bridge window [mem 0xbfa00000-0xbfafffff]
[    6.211169] pci 0000:80:08.1: PCI bridge to [bus 84]
[    6.216132] pci 0000:80:08.1:   bridge window [mem 0xbf900000-0xbf9fffff]
[    6.222922] pci 0000:80:08.2: PCI bridge to [bus 85]
[    6.227895] pci 0000:80:08.2:   bridge window [mem 0xbf800000-0xbf8fffff]
[    6.234687] pci_bus 0000:80: resource 4 [io  0x7000-0x9fff window]
[    6.240865] pci_bus 0000:80: resource 5 [mem 0xab000000-0xc5ffffff window]
[    6.247736] pci_bus 0000:80: resource 6 [mem 0x2bf40000000-0x47e7fffffff window]
[    6.255128] pci_bus 0000:81: resource 0 [io  0x7000-0x7fff]
[    6.260700] pci_bus 0000:81: resource 1 [mem 0xbf400000-0xbf7fffff]
[    6.266966] pci_bus 0000:81: resource 2 [mem 0x2bf40000000-0x2bf401fffff 64bit pref]
[    6.274703] pci_bus 0000:82: resource 0 [io  0x8000-0x8fff]
[    6.280275] pci_bus 0000:82: resource 1 [mem 0xbf000000-0xbf3fffff]
[    6.286541] pci_bus 0000:82: resource 2 [mem 0x2bf40200000-0x2bf403fffff 64bit pref]
[    6.294279] pci_bus 0000:83: resource 1 [mem 0xbfa00000-0xbfafffff]
[    6.300544] pci_bus 0000:84: resource 1 [mem 0xbf900000-0xbf9fffff]
[    6.306810] pci_bus 0000:85: resource 1 [mem 0xbf800000-0xbf8fffff]
[    6.313126] pci 0000:c0:03.1: bridge window [io  0x1000-0x0fff] to [bus c4] add_size 1000
[    6.321307] pci 0000:c0:03.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus c4] add_size 200000 add_align 100000
[    6.332777] pci 0000:c0:03.2: bridge window [io  0x1000-0x0fff] to [bus c5] add_size 1000
[    6.340946] pci 0000:c0:03.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus c5] add_size 200000 add_align 100000
[    6.352411] pci 0000:c0:03.3: bridge window [io  0x1000-0x0fff] to [bus c6] add_size 1000
[    6.360581] pci 0000:c0:03.3: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus c6] add_size 200000 add_align 100000
[    6.372046] pci 0000:c0:03.4: bridge window [io  0x1000-0x0fff] to [bus c7] add_size 1000
[    6.380218] pci 0000:c0:03.4: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus c7] add_size 200000 add_align 100000
[    6.391693] pci 0000:c0:03.1: bridge window [mem 0x10000000000-0x100001fffff 64bit pref]: assigned
[    6.400645] pci 0000:c0:03.2: bridge window [mem 0x10000200000-0x100003fffff 64bit pref]: assigned
[    6.409595] pci 0000:c0:03.3: bridge window [mem 0x10000400000-0x100005fffff 64bit pref]: assigned
[    6.418550] pci 0000:c0:03.4: bridge window [mem 0x10000600000-0x100007fffff 64bit pref]: assigned
[    6.427501] pci 0000:c0:05.1: bridge window [mem 0xc7100000-0xc71fffff]: assigned
[    6.434978] pci 0000:c0:03.1: bridge window [io  0xa000-0xafff]: assigned
[    6.441769] pci 0000:c0:03.2: bridge window [io  0xb000-0xbfff]: assigned
[    6.448557] pci 0000:c0:03.3: bridge window [io  0xc000-0xcfff]: assigned
[    6.455343] pci 0000:c0:03.4: bridge window [io  0xd000-0xdfff]: assigned
[    6.462129] pci 0000:c0:03.1: PCI bridge to [bus c4]
[    6.467096] pci 0000:c0:03.1:   bridge window [io  0xa000-0xafff]
[    6.473188] pci 0000:c0:03.1:   bridge window [mem 0xdb600000-0xdb9fffff]
[    6.479973] pci 0000:c0:03.1:   bridge window [mem 0x10000000000-0x100001fffff 64bit pref]
[    6.488231] pci 0000:c0:03.2: PCI bridge to [bus c5]
[    6.493194] pci 0000:c0:03.2:   bridge window [io  0xb000-0xbfff]
[    6.499288] pci 0000:c0:03.2:   bridge window [mem 0xdb200000-0xdb5fffff]
[    6.506073] pci 0000:c0:03.2:   bridge window [mem 0x10000200000-0x100003fffff 64bit pref]
[    6.514338] pci 0000:c0:03.3: PCI bridge to [bus c6]
[    6.519308] pci 0000:c0:03.3:   bridge window [io  0xc000-0xcfff]
[    6.525450] pci 0000:c0:03.3:   bridge window [mem 0xdae00000-0xdb1fffff]
[    6.532236] pci 0000:c0:03.3:   bridge window [mem 0x10000400000-0x100005fffff 64bit pref]
[    6.540496] pci 0000:c0:03.4: PCI bridge to [bus c7]
[    6.545460] pci 0000:c0:03.4:   bridge window [io  0xd000-0xdfff]
[    6.551551] pci 0000:c0:03.4:   bridge window [mem 0xdaa00000-0xdadfffff]
[    6.558338] pci 0000:c0:03.4:   bridge window [mem 0x10000600000-0x100007fffff 64bit pref]
[    6.566644] pci 0000:c1:00.0: ROM [mem 0xc7100000-0xc713ffff pref]: assigned
[    6.573691] pci 0000:c1:00.1: ROM [mem 0xc7140000-0xc717ffff pref]: assigned
[    6.580737] pci 0000:c0:05.1: PCI bridge to [bus c1]
[    6.585706] pci 0000:c0:05.1:   bridge window [mem 0xc7100000-0xc71fffff]
[    6.592489] pci 0000:c0:05.1:   bridge window [mem 0xc7000000-0xc70fffff 64bit pref]
[    6.600231] pci 0000:c2:00.0: PCI bridge to [bus c3]
[    6.605205] pci 0000:c2:00.0:   bridge window [mem 0xda000000-0xda8fffff]
[    6.611999] pci 0000:c2:00.0:   bridge window [mem 0xc6000000-0xc6ffffff 64bit pref]
[    6.619747] pci 0000:c0:05.2: PCI bridge to [bus c2-c3]
[    6.624976] pci 0000:c0:05.2:   bridge window [mem 0xda000000-0xda8fffff]
[    6.631833] pci 0000:c0:05.2:   bridge window [mem 0xc6000000-0xc6ffffff 64bit pref]
[    6.639571] pci 0000:c0:07.1: PCI bridge to [bus c8]
[    6.644536] pci 0000:c0:07.1:   bridge window [mem 0xdbb00000-0xdbbfffff]
[    6.651325] pci 0000:c0:08.1: PCI bridge to [bus c9]
[    6.656297] pci 0000:c0:08.1:   bridge window [mem 0xdba00000-0xdbafffff]
[    6.663085] pci_bus 0000:c0: resource 4 [io  0xa000-0xffff window]
[    6.669267] pci_bus 0000:c0: resource 5 [mem 0xc6000000-0xe0ffffff window]
[    6.676140] pci_bus 0000:c0: resource 6 [mem 0x10000000000-0x2bf3fffffff window]
[    6.683531] pci_bus 0000:c0: resource 7 [io  0x03b0-0x03df window]
[    6.689710] pci_bus 0000:c0: resource 8 [mem 0x000a0000-0x000bffff window]
[    6.696583] pci_bus 0000:c4: resource 0 [io  0xa000-0xafff]
[    6.702153] pci_bus 0000:c4: resource 1 [mem 0xdb600000-0xdb9fffff]
[    6.708418] pci_bus 0000:c4: resource 2 [mem 0x10000000000-0x100001fffff 64bit pref]
[    6.716158] pci_bus 0000:c5: resource 0 [io  0xb000-0xbfff]
[    6.721730] pci_bus 0000:c5: resource 1 [mem 0xdb200000-0xdb5fffff]
[    6.727996] pci_bus 0000:c5: resource 2 [mem 0x10000200000-0x100003fffff 64bit pref]
[    6.735735] pci_bus 0000:c6: resource 0 [io  0xc000-0xcfff]
[    6.741324] pci_bus 0000:c6: resource 1 [mem 0xdae00000-0xdb1fffff]
[    6.747588] pci_bus 0000:c6: resource 2 [mem 0x10000400000-0x100005fffff 64bit pref]
[    6.755330] pci_bus 0000:c7: resource 0 [io  0xd000-0xdfff]
[    6.760899] pci_bus 0000:c7: resource 1 [mem 0xdaa00000-0xdadfffff]
[    6.767163] pci_bus 0000:c7: resource 2 [mem 0x10000600000-0x100007fffff 64bit pref]
[    6.774903] pci_bus 0000:c1: resource 1 [mem 0xc7100000-0xc71fffff]
[    6.781169] pci_bus 0000:c1: resource 2 [mem 0xc7000000-0xc70fffff 64bit pref]
[    6.788386] pci_bus 0000:c2: resource 1 [mem 0xda000000-0xda8fffff]
[    6.794652] pci_bus 0000:c2: resource 2 [mem 0xc6000000-0xc6ffffff 64bit pref]
[    6.801872] pci_bus 0000:c3: resource 1 [mem 0xda000000-0xda8fffff]
[    6.808136] pci_bus 0000:c3: resource 2 [mem 0xc6000000-0xc6ffffff 64bit pref]
[    6.815357] pci_bus 0000:c8: resource 1 [mem 0xdbb00000-0xdbbfffff]
[    6.821620] pci_bus 0000:c9: resource 1 [mem 0xdba00000-0xdbafffff]
[    6.828565] PCI: CLS 64 bytes, default 64
[    6.832590] AMD-Vi: IOMMU SNP support enabled.
[    6.832649] Trying to unpack rootfs image as initramfs...
[    6.842571] pci 0000:c0:00.2: AMD-Vi: IOMMU performance counters supported
[    6.849558] pci 0000:c0:01.0: Adding to iommu group 0
[    6.854668] pci 0000:c0:02.0: Adding to iommu group 1
[    6.859865] pci 0000:c0:03.0: Adding to iommu group 2
[    6.864962] pci 0000:c0:03.1: Adding to iommu group 2
[    6.870057] pci 0000:c0:03.2: Adding to iommu group 2
[    6.875152] pci 0000:c0:03.3: Adding to iommu group 2
[    6.880252] pci 0000:c0:03.4: Adding to iommu group 2
[    6.885359] pci 0000:c0:04.0: Adding to iommu group 3
[    6.890507] pci 0000:c0:05.0: Adding to iommu group 4
[    6.895603] pci 0000:c0:05.1: Adding to iommu group 4
[    6.900701] pci 0000:c0:05.2: Adding to iommu group 4
[    6.905804] pci 0000:c0:07.0: Adding to iommu group 5
[    6.910885] pci 0000:c0:07.1: Adding to iommu group 6
[    6.915993] pci 0000:c0:08.0: Adding to iommu group 7
[    6.921075] pci 0000:c0:08.1: Adding to iommu group 8
[    6.926142] pci 0000:c1:00.0: Adding to iommu group 4
[    6.931196] pci 0000:c1:00.1: Adding to iommu group 4
[    6.936265] pci 0000:c2:00.0: Adding to iommu group 4
[    6.941334] pci 0000:c3:00.0: Adding to iommu group 4
[    6.946416] pci 0000:c8:00.0: Adding to iommu group 9
[    6.951502] pci 0000:c8:00.2: Adding to iommu group 10
[    6.956675] pci 0000:c9:00.0: Adding to iommu group 11
[    6.961850] pci 0000:c9:00.2: Adding to iommu group 12
[    6.973327] pci 0000:80:00.2: AMD-Vi: IOMMU performance counters supported
[    6.980357] pci 0000:80:01.0: Adding to iommu group 13
[    6.985542] pci 0000:80:01.1: Adding to iommu group 13
[    6.990723] pci 0000:80:01.2: Adding to iommu group 13
[    6.995919] pci 0000:80:02.0: Adding to iommu group 14
[    7.001107] pci 0000:80:03.0: Adding to iommu group 15
[    7.006300] pci 0000:80:04.0: Adding to iommu group 16
[    7.011493] pci 0000:80:05.0: Adding to iommu group 17
[    7.016683] pci 0000:80:07.0: Adding to iommu group 18
[    7.021855] pci 0000:80:07.1: Adding to iommu group 19
[    7.027051] pci 0000:80:08.0: Adding to iommu group 20
[    7.032229] pci 0000:80:08.1: Adding to iommu group 21
[    7.037396] pci 0000:80:08.2: Adding to iommu group 22
[    7.042624] pci 0000:83:00.0: Adding to iommu group 23
[    7.047799] pci 0000:83:00.2: Adding to iommu group 24
[    7.052975] pci 0000:84:00.0: Adding to iommu group 25
[    7.058142] pci 0000:84:00.2: Adding to iommu group 26
[    7.063316] pci 0000:85:00.0: Adding to iommu group 27
[    7.075546] pci 0000:40:00.2: AMD-Vi: IOMMU performance counters supported
[    7.082527] pci 0000:40:01.0: Adding to iommu group 28
[    7.087717] pci 0000:40:02.0: Adding to iommu group 29
[    7.092999] pci 0000:40:03.0: Adding to iommu group 30
[    7.098175] pci 0000:40:03.1: Adding to iommu group 30
[    7.103347] pci 0000:40:03.2: Adding to iommu group 30
[    7.108523] pci 0000:40:03.3: Adding to iommu group 30
[    7.113697] pci 0000:40:03.4: Adding to iommu group 30
[    7.118888] pci 0000:40:04.0: Adding to iommu group 31
[    7.124075] pci 0000:40:05.0: Adding to iommu group 32
[    7.129269] pci 0000:40:07.0: Adding to iommu group 33
[    7.134438] pci 0000:40:07.1: Adding to iommu group 34
[    7.139633] pci 0000:40:08.0: Adding to iommu group 35
[    7.144805] pci 0000:40:08.1: Adding to iommu group 36
[    7.150015] pci 0000:45:00.0: Adding to iommu group 37
[    7.155184] pci 0000:45:00.2: Adding to iommu group 38
[    7.160358] pci 0000:46:00.0: Adding to iommu group 39
[    7.165532] pci 0000:46:00.1: Adding to iommu group 40
[    7.170703] pci 0000:46:00.2: Adding to iommu group 41
[    7.175881] pci 0000:46:00.3: Adding to iommu group 42
[    7.188140] pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
[    7.195110] pci 0000:00:01.0: Adding to iommu group 43
[    7.200302] pci 0000:00:02.0: Adding to iommu group 44
[    7.205495] pci 0000:00:03.0: Adding to iommu group 45
[    7.210664] pci 0000:00:03.2: Adding to iommu group 46
[    7.215859] pci 0000:00:04.0: Adding to iommu group 47
[    7.221047] pci 0000:00:05.0: Adding to iommu group 48
[    7.226241] pci 0000:00:07.0: Adding to iommu group 49
[    7.231408] pci 0000:00:07.1: Adding to iommu group 50
[    7.236604] pci 0000:00:08.0: Adding to iommu group 51
[    7.241774] pci 0000:00:08.1: Adding to iommu group 52
[    7.246993] pci 0000:00:14.0: Adding to iommu group 53
[    7.248128] Freeing initrd memory: 35936K
[    7.252210] pci 0000:00:14.3: Adding to iommu group 53
[    7.261537] pci 0000:00:18.0: Adding to iommu group 54
[    7.266712] pci 0000:00:18.1: Adding to iommu group 54
[    7.271885] pci 0000:00:18.2: Adding to iommu group 54
[    7.277063] pci 0000:00:18.3: Adding to iommu group 54
[    7.282232] pci 0000:00:18.4: Adding to iommu group 54
[    7.287407] pci 0000:00:18.5: Adding to iommu group 54
[    7.292581] pci 0000:00:18.6: Adding to iommu group 54
[    7.297751] pci 0000:00:18.7: Adding to iommu group 54
[    7.302917] pci 0000:01:00.0: Adding to iommu group 55
[    7.308091] pci 0000:02:00.0: Adding to iommu group 56
[    7.313267] pci 0000:02:00.2: Adding to iommu group 57
[    7.318441] pci 0000:03:00.0: Adding to iommu group 58
[    7.323612] pci 0000:03:00.2: Adding to iommu group 59
[    7.328788] pci 0000:03:00.3: Adding to iommu group 60
[    7.342544] AMD-Vi: Extended features (0x841f77e022094ace, 0x0): PPR X2APIC NX IA GA PC SNP
[    7.350897] AMD-Vi: Interrupt remapping enabled
[    7.355489] AMD-Vi: X2APIC enabled
[    7.359713] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    7.366160] software IO TLB: mapped [mem 0x000000000459f000-0x000000001459f000] (256MB)
[    7.374279] LVT offset 0 assigned for vector 0x400
[    7.380659] perf: AMD IBS detected (0x000003ff)
[    7.386461] amd_uncore: 4 amd_df counters detected
[    7.391283] amd_uncore: 6 amd_l3 counters detected
[    7.397496] perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
[    7.404653] perf/amd_iommu: Detected AMD IOMMU #1 (2 banks, 4 counters/bank).
[    7.411807] perf/amd_iommu: Detected AMD IOMMU #2 (2 banks, 4 counters/bank).
[    7.418956] perf/amd_iommu: Detected AMD IOMMU #3 (2 banks, 4 counters/bank).
[    7.480924] Initialise system trusted keyrings
[    7.485383] Key type blacklist registered
[    7.489511] workingset: timestamp_bits=36 max_order=26 bucket_order=0
[    7.495963] zbud: loaded
[    7.498987] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    7.504972] fuse: init (API version 7.40)
[    7.509231] integrity: Platform Keyring initialized
[    7.526252] Key type asymmetric registered
[    7.530356] Asymmetric key parser 'x509' registered
[    7.535270] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[    7.542758] io scheduler mq-deadline registered
[    7.548797] pcieport 0000:00:03.2: PME: Signaling with IRQ 38
[    7.554900] pcieport 0000:00:07.1: PME: Signaling with IRQ 40
[    7.560833] pcieport 0000:00:08.1: PME: Signaling with IRQ 41
[    7.566801] pcieport 0000:40:03.1: PME: Signaling with IRQ 42
[    7.572595] pcieport 0000:40:03.1: pciehp: Slot #167 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.586550] pcieport 0000:40:03.2: PME: Signaling with IRQ 43
[    7.592365] pcieport 0000:40:03.2: pciehp: Slot #166 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.606423] pcieport 0000:40:03.3: PME: Signaling with IRQ 44
[    7.612218] pcieport 0000:40:03.3: pciehp: Slot #169 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.626171] pcieport 0000:40:03.4: PME: Signaling with IRQ 45
[    7.631974] pcieport 0000:40:03.4: pciehp: Slot #168 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.645980] pcieport 0000:40:07.1: PME: Signaling with IRQ 47
[    7.651920] pcieport 0000:40:08.1: PME: Signaling with IRQ 48
[    7.658010] pcieport 0000:80:01.1: PME: Signaling with IRQ 49
[    7.663806] pcieport 0000:80:01.1: pciehp: Slot #160 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.677743] pcieport 0000:80:01.2: PME: Signaling with IRQ 50
[    7.683532] pcieport 0000:80:01.2: pciehp: Slot #161 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.697579] pcieport 0000:80:07.1: PME: Signaling with IRQ 52
[    7.703711] pcieport 0000:80:08.1: PME: Signaling with IRQ 54
[    7.709698] pcieport 0000:80:08.2: PME: Signaling with IRQ 55
[    7.715627] pcieport 0000:c0:03.1: PME: Signaling with IRQ 56
[    7.721421] pcieport 0000:c0:03.1: pciehp: Slot #163 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.735339] pcieport 0000:c0:03.2: PME: Signaling with IRQ 57
[    7.741130] pcieport 0000:c0:03.2: pciehp: Slot #162 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.755053] pcieport 0000:c0:03.3: PME: Signaling with IRQ 58
[    7.760839] pcieport 0000:c0:03.3: pciehp: Slot #165 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.774774] pcieport 0000:c0:03.4: PME: Signaling with IRQ 59
[    7.780565] pcieport 0000:c0:03.4: pciehp: Slot #164 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.794472] pcieport 0000:c0:05.1: PME: Signaling with IRQ 60
[    7.800372] pcieport 0000:c0:05.2: PME: Signaling with IRQ 61
[    7.806404] pcieport 0000:c0:07.1: PME: Signaling with IRQ 63
[    7.812395] pcieport 0000:c0:08.1: PME: Signaling with IRQ 65
[    7.818385] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    7.825452] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[    7.832912] ACPI: button: Power Button [PWRF]
[    7.844881] Estimated ratio of average max frequency by base frequency (times 1024): 1464
[    7.869173] ERST: Error Record Serialization Table (ERST) support is initialized.
[    7.876674] pstore: Using crash dump compression: deflate
[    7.882078] pstore: Registered erst as persistent store backend
[    7.888110] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    7.894658] 00:03: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A
[    7.902763] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    7.913565] Linux agpgart interface v0.103
[    7.941971] loop: module loaded
[    7.956278] ahci 0000:85:00.0: AHCI vers 0001.0301, 32 command slots, 6 Gbps, SATA mode
[    7.964282] ahci 0000:85:00.0: 8/8 ports implemented (port mask 0xff)
[    7.970720] ahci 0000:85:00.0: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part sxs 
[    7.980827] scsi host0: ahci
[    7.983926] scsi host1: ahci
[    7.987000] scsi host2: ahci
[    7.990068] scsi host3: ahci
[    7.993134] scsi host4: ahci
[    7.996198] scsi host5: ahci
[    7.999263] scsi host6: ahci
[    8.002329] scsi host7: ahci
[    8.005275] ata1: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800100 irq 67 lpm-pol 0
[    8.013540] ata2: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800180 irq 68 lpm-pol 0
[    8.021803] ata3: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800200 irq 69 lpm-pol 0
[    8.030064] ata4: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800280 irq 70 lpm-pol 0
[    8.038320] ata5: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800300 irq 71 lpm-pol 0
[    8.046581] ata6: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800380 irq 72 lpm-pol 0
[    8.054841] ata7: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800400 irq 73 lpm-pol 0
[    8.063096] ata8: SATA max UDMA/133 abar m2048@0xbf800000 port 0xbf800480 irq 74 lpm-pol 0
[    8.071621] tun: Universal TUN/TAP device driver, 1.6
[    8.076726] PPP generic driver version 2.4.2
[    8.081115] VFIO - User Level meta-driver version: 0.3
[    8.086574] xhci_hcd 0000:03:00.3: xHCI Host Controller
[    8.091819] xhci_hcd 0000:03:00.3: new USB bus registered, assigned bus number 1
[    8.099322] xhci_hcd 0000:03:00.3: hcc params 0x0260ffe5 hci version 0x110 quirks 0x0000000000000010
[    8.108846] xhci_hcd 0000:03:00.3: xHCI Host Controller
[    8.114071] xhci_hcd 0000:03:00.3: new USB bus registered, assigned bus number 2
[    8.121462] xhci_hcd 0000:03:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[    8.128553] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.11
[    8.136819] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    8.144037] usb usb1: Product: xHCI Host Controller
[    8.148916] usb usb1: Manufacturer: Linux 6.11.0-rc4-d2bafcf224-d2bafcf224f xhci-hcd
[    8.156657] usb usb1: SerialNumber: 0000:03:00.3
[    8.161429] hub 1-0:1.0: USB hub found
[    8.165193] hub 1-0:1.0: 2 ports detected
[    8.170056] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    8.178173] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.11
[    8.186442] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    8.193668] usb usb2: Product: xHCI Host Controller
[    8.198545] usb usb2: Manufacturer: Linux 6.11.0-rc4-d2bafcf224-d2bafcf224f xhci-hcd
[    8.206281] usb usb2: SerialNumber: 0000:03:00.3
[    8.211028] hub 2-0:1.0: USB hub found
[    8.214792] hub 2-0:1.0: 2 ports detected
[    8.219673] xhci_hcd 0000:46:00.3: xHCI Host Controller
[    8.224904] xhci_hcd 0000:46:00.3: new USB bus registered, assigned bus number 3
[    8.232398] xhci_hcd 0000:46:00.3: hcc params 0x0260ffe5 hci version 0x110 quirks 0x0000000000000010
[    8.241887] xhci_hcd 0000:46:00.3: xHCI Host Controller
[    8.247120] xhci_hcd 0000:46:00.3: new USB bus registered, assigned bus number 4
[    8.254517] xhci_hcd 0000:46:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[    8.261601] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.11
[    8.269866] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    8.277086] usb usb3: Product: xHCI Host Controller
[    8.282018] usb usb3: Manufacturer: Linux 6.11.0-rc4-d2bafcf224-d2bafcf224f xhci-hcd
[    8.289758] usb usb3: SerialNumber: 0000:46:00.3
[    8.294505] hub 3-0:1.0: USB hub found
[    8.298271] hub 3-0:1.0: 2 ports detected
[    8.303047] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    8.311169] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.11
[    8.319434] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    8.326653] usb usb4: Product: xHCI Host Controller
[    8.331530] usb usb4: Manufacturer: Linux 6.11.0-rc4-d2bafcf224-d2bafcf224f xhci-hcd
[    8.339268] usb usb4: SerialNumber: 0000:46:00.3
[    8.343999] hub 4-0:1.0: USB hub found
[    8.347761] hub 4-0:1.0: 2 ports detected
[    8.352691] usbcore: registered new interface driver uas
[    8.358025] usbcore: registered new interface driver usb-storage
[    8.364112] i8042: PNP: No PS/2 controller found.
[    8.368890] mousedev: PS/2 mouse device common for all mice
[    8.374550] rtc_cmos 00:02: RTC can wake from S4
[    8.379438] rtc_cmos 00:02: registered as rtc0
[    8.383948] rtc_cmos 00:02: setting system clock to 2024-09-03T12:10:53 UTC (1725365453)
[    8.388253] ata3: SATA link down (SStatus 0 SControl 300)
[    8.392105] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram
[    8.397497] ata5: SATA link down (SStatus 0 SControl 300)
[    8.404173] i2c_dev: i2c /dev entries driver
[    8.409588] ata8: SATA link down (SStatus 0 SControl 300)
[    8.413850] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[    8.419258] ata7: SATA link down (SStatus 0 SControl 300)
[    8.424219] usb 1-1: new high-speed USB device number 2 using xhci_hcd
[    8.431409] device-mapper: uevent: version 1.0.3
[    8.436815] ata6: SATA link down (SStatus 0 SControl 300)
[    8.443441] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@lists.linux.dev
[    8.447960] ata2: SATA link down (SStatus 0 SControl 300)
[    8.453361] platform eisa.0: Probing EISA bus 0
[    8.462224] ata4: SATA link down (SStatus 0 SControl 300)
[    8.467599] platform eisa.0: EISA: Cannot allocate resource for mainboard
[    8.472154] ata1: SATA link down (SStatus 0 SControl 300)
[    8.477533] platform eisa.0: Cannot allocate resource for EISA slot 1
[    8.477535] platform eisa.0: Cannot allocate resource for EISA slot 2
[    8.502634] tsc: Refined TSC clocksource calibration: 1996.250 MHz
[    8.508821] platform eisa.0: Cannot allocate resource for EISA slot 3
[    8.508866] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x398caf77d7a, max_idle_ns: 881590459467 ns
[    8.515266] platform eisa.0: Cannot allocate resource for EISA slot 4
[    8.531727] platform eisa.0: Cannot allocate resource for EISA slot 5
[    8.531761] clocksource: Switched to clocksource tsc
[    8.538162] platform eisa.0: Cannot allocate resource for EISA slot 6
[    8.538164] platform eisa.0: Cannot allocate resource for EISA slot 7
[    8.538166] platform eisa.0: Cannot allocate resource for EISA slot 8
[    8.538167] platform eisa.0: EISA: Detected 0 cards
[    8.538171] amd_pstate: driver load is disabled, boot with specific mode to enable this
[    8.560220] usb 3-1: new high-speed USB device number 2 using xhci_hcd
[    8.582980] ledtrig-cpu: registered to indicate activity on CPUs
[    8.584745] usb 1-1: New USB device found, idVendor=0424, idProduct=2744, bcdDevice= 1.21
[    8.589032] efifb: probing for efifb
[    8.597164] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    8.600757] efifb: No BGRT, not showing boot graphics
[    8.607908] usb 1-1: Product: USB2734
[    8.612964] efifb: framebuffer at 0xc6000000, using 3072k, total 3072k
[    8.616626] usb 1-1: Manufacturer: Microchip Tech
[    8.627857] efifb: mode is 1024x768x32, linelength=4096, pages=1
[    8.633865] efifb: scrolling: redraw
[    8.637444] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    8.643081] fbcon: Deferring console take-over
[    8.647533] fb0: EFI VGA frame buffer device
[    8.651903] drop_monitor: Initializing network drop monitor service
[    8.658323] NET: Registered PF_INET6 protocol family
[    8.671833] Segment Routing with IPv6
[    8.672939] hub 1-1:1.0: USB hub found
[    8.675512] In-situ OAM (IOAM) with IPv6
[    8.679498] hub 1-1:1.0: 4 ports detected
[    8.683199] NET: Registered PF_PACKET protocol family
[    8.692300] Key type dns_resolver registered
[    8.706703] microcode: Current revision: 0x0a0011d3
[    8.714496] resctrl: L3 allocation detected
[    8.718682] resctrl: MB allocation detected
[    8.722868] resctrl: L3 monitoring detected
[    8.727237] IPI shorthand broadcast: enabled
[    8.729225] usb 3-1: New USB device found, idVendor=1604, idProduct=10c0, bcdDevice= 0.00
[    8.734382] sched_clock: Marking stable (8664001395, 68206132)->(9796826057, -1064618530)
[    8.739690] usb 3-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    8.755044] usb 2-1: new SuperSpeed USB device number 2 using xhci_hcd
[    8.755116] registered taskstats version 1
[    8.767746] Loading compiled-in X.509 certificates
[    8.773155] Loaded X.509 cert 'Build time autogenerated kernel key: b4d6cc6103f916553e86d4f1085952e38e3c3a84'
[    8.780605] usb 2-1: New USB device found, idVendor=0424, idProduct=5744, bcdDevice= 1.21
[    8.791241] usb 2-1: New USB device strings: Mfr=2, Product=3, SerialNumber=0
[    8.798384] usb 2-1: Product: USB5734
[    8.802053] usb 2-1: Manufacturer: Microchip Tech
[    8.806774] Demotion targets for Node 0: null
[    8.807127] hub 3-1:1.0: USB hub found
[    8.811138] Demotion targets for Node 1: null
[    8.815098] hub 3-1:1.0: 4 ports detected
[    8.819757] Key type .fscrypt registered
[    8.827191] Key type fscrypt-provisioning registered
[    8.832837] hub 2-1:1.0: USB hub found
[    8.836621] hub 2-1:1.0: 4 ports detected
[    8.841204] cryptd: max_cpu_qlen set to 1000
[    8.848314] AES CTR mode by8 optimization enabled
[    8.866444] Key type encrypted registered
[    8.870465] AppArmor: AppArmor sha256 policy hashing enabled
[    8.876199] integrity: Loading X.509 certificate: UEFI:db
[    8.881627] integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
[    8.892402] integrity: Loading X.509 certificate: UEFI:db
[    8.897816] integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
[    8.908856] integrity: Loading X.509 certificate: UEFI:db
[    8.914372] integrity: Loaded X.509 cert 'VMware, Inc.: 4ad8ba0472073d28127706ddc6ccb9050441bbc7'
[    8.923240] integrity: Loading X.509 certificate: UEFI:db
[    8.928780] integrity: Loaded X.509 cert 'VMware, Inc.: VMware Secure Boot Signing: 04597f3e1ffb240bba0ff0f05d5eb05f3e15f6d7'
[    8.940335] ima: No TPM chip found, activating TPM-bypass!
[    8.945825] Loading compiled-in module X.509 certificates
[    8.951619] Loaded X.509 cert 'Build time autogenerated kernel key: b4d6cc6103f916553e86d4f1085952e38e3c3a84'
[    8.961540] ima: Allocated hash algorithm: sha1
[    8.966081] ima: No architecture policies found
[    8.970631] evm: Initialising EVM extended attributes:
[    8.975772] evm: security.selinux
[    8.979089] evm: security.SMACK64
[    8.982410] evm: security.SMACK64EXEC
[    8.986076] evm: security.SMACK64TRANSMUTE
[    8.990179] evm: security.SMACK64MMAP
[    8.993840] evm: security.apparmor
[    8.997247] evm: security.ima
[    9.000219] evm: security.capability
[    9.003795] evm: HMAC attrs: 0x1
[    9.007412] PM:   Magic number: 8:132:177
[    9.011580] acpi device:0d: hash matches
[    9.015950] RAS: Correctable Errors collector initialized.
[    9.021604] clk: Disabling unused clocks
[    9.025535] PM: genpd: Disabling unused power domains
[    9.032550] Freeing unused decrypted memory: 2028K
[    9.037995] Freeing unused kernel image (initmem) memory: 4656K
[    9.043923] Write protecting the kernel read-only data: 26624k
[    9.050278] Freeing unused kernel image (rodata/data gap) memory: 836K
[    9.119590] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    9.126033] Run /init as init process
[    9.136047] systemd[1]: Inserted module 'autofs4'
[    9.440410] systemd[1]: systemd 250-12.el9_1 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 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK +XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[    9.472295] systemd[1]: Detected architecture x86-64.
[    9.477352] systemd[1]: Running in initial RAM disk.

Welcome to ^[[0;31mRed Hat Enterprise Linux 9.1 (Plow) dracut-057-13.git20220816.el9 (Initramfs)^[[0m!

[    9.500300] systemd[1]: Hostname set to <hostname.amd.com>.
[    9.616673] systemd[1]: Queued start job for default target Initrd Default Target.
[    9.620218] usb 3-1.1: new high-speed USB device number 3 using xhci_hcd
[    9.624356] systemd[1]: Reached target Initrd /usr File System.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mInitrd /usr File System^[[0m.
[    9.652261] systemd[1]: Reached target Local File Systems.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mLocal File Systems^[[0m.
[    9.672264] systemd[1]: Reached target Slice Units.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSlice Units^[[0m.
[    9.692261] systemd[1]: Reached target Swaps.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSwaps^[[0m.
[    9.712257] systemd[1]: Reached target Timer Units.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mTimer Units^[[0m.
[    9.729230] usb 3-1.1: New USB device found, idVendor=1604, idProduct=10c0, bcdDevice= 0.00
[    9.737587] usb 3-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    9.737690] systemd[1]: Listening on D-Bus System Message Bus Socket.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mD-Bus System Message Bus Socket^[[0m.
[    9.768406] systemd[1]: Listening on Journal Socket (/dev/log).
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mJournal Socket (/dev/log)^[[0m.
[    9.788412] systemd[1]: Listening on Journal Socket.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mJournal Socket^[[0m.
[    9.797941] hub 3-1.1:1.0: USB hub found
[    9.802974] hub 3-1.1:1.0: 4 ports detected
[    9.808331] systemd[1]: Listening on udev Control Socket.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mudev Control Socket^[[0m.
[    9.828363] systemd[1]: Listening on udev Kernel Socket.
[^[[0;32m  OK  ^[[0m] Listening on ^[[0;1;39mudev Kernel Socket^[[0m.
[    9.848279] systemd[1]: Reached target Socket Units.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSocket Units^[[0m.
[    9.892219] usb 3-1.2: new high-speed USB device number 4 using xhci_hcd
[    9.894243] systemd[1]: Starting Create List of Static Device Nodes...
         Starting ^[[0;1;39mCreate List of Static Device Nodes^[[0m...
[    9.922612] systemd[1]: Starting Journal Service...
         Starting ^[[0;1;39mJournal Service^[[0m...
[    9.941733] systemd[1]: Starting Load Kernel Modules...
         Starting ^[[0;1;39mLoad Kernel Modules^[[0m...
[    9.961697] systemd[1]: Starting Create System Users...
         Starting ^[[0;1;39mCreate System Users^[[0m...
[    9.981698] systemd[1]: Starting Setup Virtual Console...
         Starting ^[[0;1;39mSetup Virtual Console^[[0m...
[   10.001454] systemd[1]: Finished Create List of Static Device Nodes.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate List of Static Device Nodes^[[0m.
[   10.013346] usb 3-1.2: New USB device found, idVendor=413c, idProduct=0006, bcdDevice= 0.00
[   10.023036] usb 3-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[   10.023191] systemd[1]: Started Journal Service.
[   10.030348] usb 3-1.2: Product: DRAC 5 Virtual Keyboard and Mouse
[   10.030350] usb 3-1.2: Manufacturer: DELL
[   10.045071] usb 3-1.2: SerialNumber: DELL413C-1
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mJournal Service^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mLoad Kernel Modules^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mSetup Virtual Console^[[0m.
         Starting ^[[0;1;39mdracut cmdline hook^[[0m...
         Starting ^[[0;1;39mApply Kernel Variables^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mApply Kernel Variables^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate System Users^[[0m.
         Starting ^[[0;1;39mCreate Static Device Nodes in /dev^[[0m...
[   10.272225] usb 3-1.4: new high-speed USB device number 5 using xhci_hcd
         Starting ^[[0;1;39mCreate Volatile Files and Directories^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mdracut cmdline hook^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate Static Device Nodes in /dev^[[0m.
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mCreate Volatile Files and Directories^[[0m.
[   10.377227] usb 3-1.4: New USB device found, idVendor=1604, idProduct=10c0, bcdDevice= 0.00
[   10.385584] usb 3-1.4: New USB device strings: Mfr=0, Product=0, SerialNumber=0
         Starting ^[[0;1;39mdracut pre-udev hook^[[0m...
[^[[0;32m  OK  ^[[0m] Finished ^[[0;1;39mdracut pre-udev hook^[[0m.
[   10.437983] hub 3-1.4:1.0: USB hub found
[   10.442096] hub 3-1.4:1.0: 4 ports detected
         Starting ^[[0;1;39mRule-based Manage…for Device Events and Files^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mRule-based Manager for Device Events and Files^[[0m.
[   10.476563] hid: raw HID events driver (C) Jiri Kosina
         Starting ^[[0;1;39mColdplug All udev Devices^[[0m...
[   10.493386] usbcore: registered new interface driver usbhid
[   10.498970] usbhid: USB HID core driver
[   10.504514] usbcore: registered new interface driver usbmouse
[   10.504530] usbcore: registered new interface driver usbkbd
[   10.518201] input: DELL DRAC 5 Virtual Keyboard and Mouse as /devices/pci0000:40/0000:40:08.1/0000:46:00.3/usb3/3-1/3-1.2/3-1.2:1.0/0003:413C:0006.0001/input/input1
[   10.533040] hid-generic 0003:413C:0006.0001: input,hidraw0: USB HID v1.01 Mouse [DELL DRAC 5 Virtual Keyboard and Mouse] on usb-0000:46:00.3-1.2/input0
[   10.546726] input: DELL DRAC 5 Virtual Keyboard and Mouse as /devices/pci0000:40/0000:40:08.1/0000:46:00.3/usb3/3-1/3-1.2/3-1.2:1.1/0003:413C:0006.0002/input/input2
[   10.620394] hid-generic 0003:413C:0006.0002: input,hidraw1: USB HID v1.01 Keyboard [DELL DRAC 5 Virtual Keyboard and Mouse] on usb-0000:46:00.3-1.2/input1
[   10.679816] wmi_bus wmi_bus-PNP0C14:00: [Firmware Bug]: WQBC data block query control method not found
[^[[0;32m  OK  ^[[0m] Finished ^[[0[   10.691369] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
;1;39mColdplug A[   10.697889] sp5100-tco sp5100-tco: Using 0xfeb00000 for watchdog MMIO address
ll udev Devices^[[   10.706429] sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0)
[0m.
[   10.716394] ccp 0000:46:00.1: no command queues available
[   10.721869] ccp 0000:46:00.1: sev enabled
[   10.725893] ccp 0000:46:00.1: psp enabled
[   10.733577] mpt3sas version 48.100.00.00 loaded
[   10.738562] mpt3sas_cm0: 63 BIT PCI BUS DMA ADDRESSING SUPPORTED, total mem (262458772 kB)
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mSyst[   10.750875] tg3 0000:c1:00.0 eth0: Tigon3 [partno(BCM95720) rev 5720000] (PCI Express) MAC address d0:8e:79:bb:95:90
em Initializatio[   10.761537] tg3 0000:c1:00.0 eth0: attached PHY is 5720C (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[1])
n^[[0m.
[   10.772867] tg3 0000:c1:00.0 eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[1] TSOcap[1]
[   10.781250] tg3 0000:c1:00.0 eth0: dma_rwctrl[00000001] dma_mask[64-bit]
[^[[0;32m  OK  ^[[0m] Reached targ[   10.790366] ACPI: bus type drm_connector registered
[   10.793725] mpt3sas_cm0: CurrentHostPageSize is 0: Setting default host page size to 4k
et ^[[0;1;39mNetw[   10.804137] mpt3sas_cm0: MSI-X vectors supported: 96
ork^[[0m.
[   10.810483] 	 no of cores: 128, max_msix_vectors: -1
[   10.810485] mpt3sas_cm0:  0 96 96
[   10.814450] mpt3sas_cm0: High IOPs queues : disabled
[   10.821789] tg3 0000:c1:00.1 eth1: Tigon3 [partno(BCM95720) rev 5720000] (PCI Express) MAC address d0:8e:79:bb:95:91
[   10.824598] mpt3sas0-msix0: PCI-MSI-X enabled: IRQ 107
[   10.835113] tg3 0000:c1:00.1 eth1: attached PHY is 5720C (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[1])
[   10.840251] mpt3sas0-msix1: PCI-MSI-X enabled: IRQ 108
[   10.840253] mpt3sas0-msix2: PCI-MSI-X enabled: IRQ 109
[   10.840254] mpt3sas0-msix3: PCI-MSI-X enabled: IRQ 110
[   10.840255] mpt3sas0-msix4: PCI-MSI-X enabled: IRQ 111
[   10.840257] mpt3sas0-msix5: PCI-MSI-X enabled: IRQ 112
[   10.840258] mpt3sas0-msix6: PCI-MSI-X enabled: IRQ 113
[   10.840259] mpt3sas0-msix7: PCI-MSI-X enabled: IRQ 114
[   10.840261] mpt3sas0-msix8: PCI-MSI-X enabled: IRQ 115
[   10.840262] mpt3sas0-msix9: PCI-MSI-X enabled: IRQ 116
[   10.840264] mpt3sas0-msix10: PCI-MSI-X enabled: IRQ 117
[   10.840265] mpt3sas0-msix11: PCI-MSI-X enabled: IRQ 118
[   10.840266] mpt3sas0-msix12: PCI-MSI-X enabled: IRQ 119
[   10.850086] tg3 0000:c1:00.1 eth1: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[1] TSOcap[1]
[   10.855228] mpt3sas0-msix13: PCI-MSI-X enabled: IRQ 120
[   10.860363] tg3 0000:c1:00.1 eth1: dma_rwctrl[00000001] dma_mask[64-bit]
[   10.931770] mpt3sas0-msix14: PCI-MSI-X enabled: IRQ 121
[   10.931772] mpt3sas0-msix15: PCI-MSI-X enabled: IRQ 122
[   10.931774] mpt3sas0-msix16: PCI-MSI-X enabled: IRQ 123
[   10.931775] mpt3sas0-msix17: PCI-MSI-X enabled: IRQ 124
[   10.931776] mpt3sas0-msix18: PCI-MSI-X enabled: IRQ 125
[   10.931777] mpt3sas0-msix19: PCI-MSI-X enabled: IRQ 126
[   10.931779] mpt3sas0-msix20: PCI-MSI-X enabled: IRQ 127
[   10.968358] mpt3sas0-msix21: PCI-MSI-X enabled: IRQ 128
[   10.968360] mpt3sas0-msix22: PCI-MSI-X enabled: IRQ 129
[   10.968361] mpt3sas0-msix23: PCI-MSI-X enabled: IRQ 130
[   10.968362] mpt3sas0-msix24: PCI-MSI-X enabled: IRQ 131
[   10.968363] mpt3sas0-msix25: PCI-MSI-X enabled: IRQ 132
[   10.968365] mpt3sas0-msix26: PCI-MSI-X enabled: IRQ 133
[   10.999738] mpt3sas0-msix27: PCI-MSI-X enabled: IRQ 134
[   10.999740] mpt3sas0-msix28: PCI-MSI-X enabled: IRQ 135
[   10.999741] mpt3sas0-msix29: PCI-MSI-X enabled: IRQ 136
[   11.015418] mpt3sas0-msix30: PCI-MSI-X enabled: IRQ 137
[   11.015419] mpt3sas0-msix31: PCI-MSI-X enabled: IRQ 138
[   11.015421] mpt3sas0-msix32: PCI-MSI-X enabled: IRQ 139
[   11.015422] mpt3sas0-msix33: PCI-MSI-X enabled: IRQ 140
[   11.015423] mpt3sas0-msix34: PCI-MSI-X enabled: IRQ 141
[   11.015425] mpt3sas0-msix35: PCI-MSI-X enabled: IRQ 142
[   11.015426] mpt3sas0-msix36: PCI-MSI-X enabled: IRQ 143
[   11.020683] mgag200 0000:c3:00.0: vgaarb: deactivate vga console
[   11.025882] mpt3sas0-msix37: PCI-MSI-X enabled: IRQ 144
[   11.063236] mpt3sas0-msix38: PCI-MSI-X enabled: IRQ 145
[   11.063238] mpt3sas0-msix39: PCI-MSI-X enabled: IRQ 146
[   11.063239] mpt3sas0-msix40: PCI-MSI-X enabled: IRQ 147
[   11.063240] mpt3sas0-msix41: PCI-MSI-X enabled: IRQ 148
[   11.063242] mpt3sas0-msix42: PCI-MSI-X enabled: IRQ 149
         Startin[   11.063244] mpt3sas0-msix43: PCI-MSI-X enabled: IRQ 150
g ^[[0;1;39mdracu[   11.095979] mpt3sas0-msix44: PCI-MSI-X enabled: IRQ 151
t initqueue hook[   11.095980] mpt3sas0-msix45: PCI-MSI-X enabled: IRQ 152
^[[0m...
[   11.095982] mpt3sas0-msix46: PCI-MSI-X enabled: IRQ 153
[   11.095983] mpt3sas0-msix47: PCI-MSI-X enabled: IRQ 154
[   11.095984] mpt3sas0-msix48: PCI-MSI-X enabled: IRQ 155
[   11.095985] mpt3sas0-msix49: PCI-MSI-X enabled: IRQ 156
[   11.095986] mpt3sas0-msix50: PCI-MSI-X enabled: IRQ 157
[   11.095988] mpt3sas0-msix51: PCI-MSI-X enabled: IRQ 158
[   11.095989] mpt3sas0-msix52: PCI-MSI-X enabled: IRQ 159
[   11.095991] mpt3sas0-msix53: PCI-MSI-X enabled: IRQ 160
[   11.151782] mpt3sas0-msix54: PCI-MSI-X enabled: IRQ 161
[   11.151784] mpt3sas0-msix55: PCI-MSI-X enabled: IRQ 162
[   11.151785] mpt3sas0-msix56: PCI-MSI-X enabled: IRQ 163
[   11.151787] mpt3sas0-msix57: PCI-MSI-X enabled: IRQ 164
[   11.151788] mpt3sas0-msix58: PCI-MSI-X enabled: IRQ 165
[   11.151790] mpt3sas0-msix59: PCI-MSI-X enabled: IRQ 166
[   11.163193] [drm] Initialized mgag200 1.0.0 for 0000:c3:00.0 on minor 0
[   11.167467] mpt3sas0-msix60: PCI-MSI-X enabled: IRQ 167
[   11.167469] mpt3sas0-msix61: PCI-MSI-X enabled: IRQ 168
[   11.167471] mpt3sas0-msix62: PCI-MSI-X enabled: IRQ 169
[   11.205437] mpt3sas0-msix63: PCI-MSI-X enabled: IRQ 170
[   11.205439] mpt3sas0-msix64: PCI-MSI-X enabled: IRQ 171
[   11.205440] mpt3sas0-msix65: PCI-MSI-X enabled: IRQ 172
[   11.205441] mpt3sas0-msix66: PCI-MSI-X enabled: IRQ 173
[   11.205442] mpt3sas0-msix67: PCI-MSI-X enabled: IRQ 174
[   11.205443] mpt3sas0-msix68: PCI-MSI-X enabled: IRQ 175
[   11.205445] mpt3sas0-msix69: PCI-MSI-X enabled: IRQ 176
[   11.205446] mpt3sas0-msix70: PCI-MSI-X enabled: IRQ 177
[   11.205447] mpt3sas0-msix71: PCI-MSI-X enabled: IRQ 178
[   11.205448] mpt3sas0-msix72: PCI-MSI-X enabled: IRQ 179
[   11.205449] mpt3sas0-msix73: PCI-MSI-X enabled: IRQ 180
[   11.205450] mpt3sas0-msix74: PCI-MSI-X enabled: IRQ 181
[   11.205451] mpt3sas0-msix75: PCI-MSI-X enabled: IRQ 182
[   11.205453] mpt3sas0-msix76: PCI-MSI-X enabled: IRQ 183
[   11.205454] mpt3sas0-msix77: PCI-MSI-X enabled: IRQ 184
[   11.205455] mpt3sas0-msix78: PCI-MSI-X enabled: IRQ 185
[   11.205456] mpt3sas0-msix79: PCI-MSI-X enabled: IRQ 186
[   11.205457] mpt3sas0-msix80: PCI-MSI-X enabled: IRQ 187
[   11.205458] mpt3sas0-msix81: PCI-MSI-X enabled: IRQ 188
[   11.205460] mpt3sas0-msix82: PCI-MSI-X enabled: IRQ 189
[   11.309978] mpt3sas0-msix83: PCI-MSI-X enabled: IRQ 190
[   11.309979] mpt3sas0-msix84: PCI-MSI-X enabled: IRQ 191
[   11.309980] mpt3sas0-msix85: PCI-MSI-X enabled: IRQ 192
[   11.309982] mpt3sas0-msix86: PCI-MSI-X enabled: IRQ 193
[   11.330883] mpt3sas0-msix87: PCI-MSI-X enabled: IRQ 194
[   11.330884] mpt3sas0-msix88: PCI-MSI-X enabled: IRQ 195
[   11.330885] mpt3sas0-msix89: PCI-MSI-X enabled: IRQ 196
[   11.330887] mpt3sas0-msix90: PCI-MSI-X enabled: IRQ 197
[   11.330887] fbcon: mgag200drmfb (fb0) is primary device
[   11.330888] mpt3sas0-msix91: PCI-MSI-X enabled: IRQ 198
[   11.330890] mpt3sas0-msix92: PCI-MSI-X enabled: IRQ 199
[   11.330891] fbcon: Deferring console take-over
[   11.330892] mpt3sas0-msix93: PCI-MSI-X enabled: IRQ 200
[   11.330894] mpt3sas0-msix94: PCI-MSI-X enabled: IRQ 201
[   11.336117] mgag200 0000:c3:00.0: [drm] fb0: mgag200drmfb frame buffer device
[   11.341342] mpt3sas0-msix95: PCI-MSI-X enabled: IRQ 202
[   11.394727] mpt3sas_cm0: iomem(0x00000000e2100000), mapped(0x000000001237b392), size(65536)
[   11.394731] mpt3sas_cm0: ioport(0x0000000000001000), size(256)
^[[2J^[[3J^[[-1;-1f         Starting ^[[0;1;39mShow Plymouth Boot Screen^[[0m...
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mShow Plymouth Boot Screen^[[0m.
[^[[0;32m  OK  ^[[0m] Started ^[[0;1;39mForward Password R…s to Plymouth Directory Watch^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mPath Units^[[0m.
[^[[0;32m  OK  ^[[0m] Reached target ^[[0;1;39mBasic System^[[0m.
[   11.449504] mpt3sas_cm0: CurrentHostPageSize is 0: Setting default host page size to 4k
[   11.457507] mpt3sas_cm0: sending message unit reset !!
[   11.464150] mpt3sas_cm0: message unit reset: SUCCESS
[   11.496309] mpt3sas_cm0: scatter gather: sge_in_main_msg(1), sge_per_chain(7), sge_per_io(128), chains_per_io(19)
[   11.507830] mpt3sas_cm0: request pool(0x00000000f3354694) - dma(0xe0600000): depth(9700), frame_size(128), pool_size(1212 kB)
[   11.544449] mpt3sas_cm0: sense pool(0x00000000988eb2f4) - dma(0xdef00000): depth(9463), element_size(96), pool_size (887 kB)
[   11.555783] mpt3sas_cm0: reply pool(0x000000007c9da653) - dma(0xdec00000): depth(9764), frame_size(128), pool_size(1220 kB)
[   11.566919] mpt3sas_cm0: config page(0x00000000abc73ca9) - dma(0xdebee000): size(512)
[   11.574747] mpt3sas_cm0: Allocated physical memory: size(40437 kB)
[   11.580927] mpt3sas_cm0: Current Controller Queue Depth(9460),Max Controller Queue Depth(9584)
[   11.589531] mpt3sas_cm0: Scatter Gather Elements per IO(128)
[   11.640736] mpt3sas_cm0: _base_display_fwpkg_version: complete
[   11.646572] mpt3sas_cm0: FW Package Ver(16.17.01.00)
[   11.651817] mpt3sas_cm0: LSISAS3008: F

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

* Re: [regression] oops on heavy compilations ("kernel BUG at mm/zswap.c:1005!" and "Oops: invalid opcode: 0000")
  2024-09-02  8:57                         ` Piotr Oniszczuk
@ 2024-09-03 17:49                           ` Yosry Ahmed
  2024-09-03 22:43                             ` Nhat Pham
  0 siblings, 1 reply; 31+ messages in thread
From: Yosry Ahmed @ 2024-09-03 17:49 UTC (permalink / raw)
  To: Piotr Oniszczuk
  Cc: Pedro Falcato, Nhat Pham, Matthew Wilcox,
	Linux regressions mailing list, LKML, Johannes Weiner, Linux-MM

On Mon, Sep 2, 2024 at 1:58 AM Piotr Oniszczuk
<piotr.oniszczuk@gmail.com> wrote:
>
>
>
> > Wiadomość napisana przez Yosry Ahmed <yosryahmed@google.com> w dniu 31.08.2024, o godz. 19:23:
> >
> > On Sat, Aug 31, 2024 at 2:41 AM Piotr Oniszczuk
> > <piotr.oniszczuk@gmail.com> wrote:
> >>
> >>
> >>
> >>> Wiadomość napisana przez Yosry Ahmed <yosryahmed@google.com> w dniu 29.08.2024, o godz. 23:54:
> >>>
> >>> I also noticed that you are using z3fold as the zpool. Is the problem
> >>> reproducible with zsmalloc? I wouldn't be surprised if there's a
> >>> z3fold bug somewhere.
> >>>
> >>
> >> Hmm - yesterday i recompiled 6.9.12 with zsmalloc and …. after 16h of continuous tests I can’t reproduce issue.
> >> With zsmalloc 6.9.12 looks to me like stable.
> >
> > Interesting, and a little bit what I hoped for tbh.
>
> :-)
>
> I tested mainline 6.10.7 with 26h test and also it is stable with zsmalloc
>
> >
> >>
> >> With this - what will be your advice to move forward?
> >
> > Well, it's possible that some zswap change was not fully compatible
> > with z3fold, or surfaced a dormant bug in z3fold. Either way, my
> > recommendation is to use zsmalloc.
> > I have been trying to deprecate
>
> IMHO - isn’t bug in this report + difficulties to reproduce->fix enough to depreciate z3fold?

I would say this bug report is yet another reason why we should deprecate it.

>
> > z3fold, and honestly you are the only person I have seen use z3fold in
> > a while -- which is probably why no one else reported such a problem.
>
> Well - in fact this is ArchLinux - not me.
> I’m using Arch and kernel in builder machine with ArchLinux config + packaging

According to [1], zsmalloc should be the default allocator for zswap
on ArchLinux. Anyway, I initially thought that no one was using z3fold
and it was bitrot, but apparently some people are using it and it's
actively harming them.

[1]https://wiki.archlinux.org/title/Zswap

>
> >
> >> Is there any possibility/way to avoid bisecting? (due limited time from my side)
> >
> > So unless you have a reason to specifically use z3fold or avoid
> > zsmalloc, please use zsmalloc. It should be better for you anyway. I
>
> I see benefits already: on very memory demanding qtwebkit compile:
> z3fold: swap frequently gets 6..8G from 16G available
> zsmalloc: can’t see more than 1..2G
>
> > doubt that you (or anyone) wants to spend time debugging a z3fold
> > problem :)
>
> lets depreciate it!

I tried deprecating it before [2] and performed some analysis [3], but
there was some.. resistance. Maybe I will try again and use this bug
report as yet another argument for deprecating z3fold :)

[2] https://lore.kernel.org/linux-mm/20240112193103.3798287-1-yosryahmed@google.com/
[3] https://lore.kernel.org/lkml/CAJD7tkbRF6od-2x_L8-A1QL3=2Ww13sCj4S3i4bNndqF+3+_Vg@mail.gmail.com/

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

* Re: [regression] oops on heavy compilations ("kernel BUG at mm/zswap.c:1005!" and "Oops: invalid opcode: 0000")
  2024-09-03  8:31           ` Aithal, Srikanth
@ 2024-09-03 17:52             ` Yosry Ahmed
  0 siblings, 0 replies; 31+ messages in thread
From: Yosry Ahmed @ 2024-09-03 17:52 UTC (permalink / raw)
  To: Aithal, Srikanth
  Cc: Piotr Oniszczuk, Nhat Pham, Matthew Wilcox,
	Linux regressions mailing list, LKML, Johannes Weiner, Linux-MM

On Tue, Sep 3, 2024 at 1:31 AM Aithal, Srikanth <sraithal@amd.com> wrote:
>
> On 8/25/2024 11:25 AM, Piotr Oniszczuk wrote:
> >
> >
> >> Wiadomość napisana przez Nhat Pham <nphamcs@gmail.com> w dniu 23.08.2024, o godz. 18:16:
> >>
> >>
> >> Have you tried with 6.9 yet? IIRC, there are two major changes to
> >> zswap architecture in recent versions.
> >>
> >> 1. In 6.9, we range-partition zswap's rbtrees to reduce lock contention.
> >>
> >
> > Ok - after 32h of continuous compilation also on 6.9.12 I got series of oops (see below).
> >
> I hit similar soft lockup with linuxnext-20240902 build, but I was not
> running anything for that long. Once I hit it while kexecing on
> linuxnext-20240902 and other time was during linuxnext-20240902 boot up.
> I have attached the logs here, I am trying to see if I can recreate it
> on todays linux-next build.

This doesn't look like the same problem to me. I do not see any zswap
functions in the backtrace, I see fuse stuff. Please send a separate
bug report to the relevant mailing lists (probably
linux-fsdevel@vger.kernel.org).

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

* Re: [regression] oops on heavy compilations ("kernel BUG at mm/zswap.c:1005!" and "Oops: invalid opcode: 0000")
  2024-09-03 17:49                           ` Yosry Ahmed
@ 2024-09-03 22:43                             ` Nhat Pham
  2024-09-04 23:36                               ` Yosry Ahmed
  0 siblings, 1 reply; 31+ messages in thread
From: Nhat Pham @ 2024-09-03 22:43 UTC (permalink / raw)
  To: Yosry Ahmed
  Cc: Piotr Oniszczuk, Pedro Falcato, Matthew Wilcox,
	Linux regressions mailing list, LKML, Johannes Weiner, Linux-MM

On Tue, Sep 3, 2024 at 10:49 AM Yosry Ahmed <yosryahmed@google.com> wrote:
>
> On Mon, Sep 2, 2024 at 1:58 AM Piotr Oniszczuk
> <piotr.oniszczuk@gmail.com> wrote:
> >
> >
> >
> > > Wiadomość napisana przez Yosry Ahmed <yosryahmed@google.com> w dniu 31.08.2024, o godz. 19:23:
> > >
> > > On Sat, Aug 31, 2024 at 2:41 AM Piotr Oniszczuk
> > > <piotr.oniszczuk@gmail.com> wrote:
> > >>
> > >>
> > >>
> > >>> Wiadomość napisana przez Yosry Ahmed <yosryahmed@google.com> w dniu 29.08.2024, o godz. 23:54:
> > >>>
> > >>> I also noticed that you are using z3fold as the zpool. Is the problem
> > >>> reproducible with zsmalloc? I wouldn't be surprised if there's a
> > >>> z3fold bug somewhere.
> > >>>
> > >>
> > >> Hmm - yesterday i recompiled 6.9.12 with zsmalloc and …. after 16h of continuous tests I can’t reproduce issue.
> > >> With zsmalloc 6.9.12 looks to me like stable.
> > >
> > > Interesting, and a little bit what I hoped for tbh.
> >
> > :-)
> >
> > I tested mainline 6.10.7 with 26h test and also it is stable with zsmalloc
> >
> > >
> > >>
> > >> With this - what will be your advice to move forward?
> > >
> > > Well, it's possible that some zswap change was not fully compatible
> > > with z3fold, or surfaced a dormant bug in z3fold. Either way, my
> > > recommendation is to use zsmalloc.
> > > I have been trying to deprecate
> >
> > IMHO - isn’t bug in this report + difficulties to reproduce->fix enough to depreciate z3fold?
>
> I would say this bug report is yet another reason why we should deprecate it.

+100000.

This is precisely why I was asking which allocator was being used
here. We have also accidentally selected z3fold internally a couple
times in the past, which had bitten us as well.

>
> >
> > > z3fold, and honestly you are the only person I have seen use z3fold in
> > > a while -- which is probably why no one else reported such a problem.
> >
> > Well - in fact this is ArchLinux - not me.
> > I’m using Arch and kernel in builder machine with ArchLinux config + packaging
>
> According to [1], zsmalloc should be the default allocator for zswap
> on ArchLinux. Anyway, I initially thought that no one was using z3fold
> and it was bitrot, but apparently some people are using it and it's
> actively harming them.
>
> [1]https://wiki.archlinux.org/title/Zswap
>
> >
> > >
> >
> > I see benefits already: on very memory demanding qtwebkit compile:
> > z3fold: swap frequently gets 6..8G from 16G available
> > zsmalloc: can’t see more than 1..2G

Exactly :) zsmalloc is better than z3fold in a lot of workloads that I
have observed.

> >
> > > doubt that you (or anyone) wants to spend time debugging a z3fold
> > > problem :)
> >
> > lets depreciate it!
>
> I tried deprecating it before [2] and performed some analysis [3], but
> there was some.. resistance. Maybe I will try again and use this bug
> report as yet another argument for deprecating z3fold :)
>
> [2] https://lore.kernel.org/linux-mm/20240112193103.3798287-1-yosryahmed@google.com/
> [3] https://lore.kernel.org/lkml/CAJD7tkbRF6od-2x_L8-A1QL3=2Ww13sCj4S3i4bNndqF+3+_Vg@mail.gmail.com/

I don't wanna sound like a broken record. But this has been the nth
time we need to spend extra engineering time and effort unnecessarily
because we have not deprecated z3fold.

If you need more datapoint - here's our last conversation where z3fold
was a problem:

https://lore.kernel.org/lkml/CAKEwX=Mo+EaaxBYcLMTHYADB4WhqC3QmWV3WQ0h2KM491FRuQA@mail.gmail.com/

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

* Re: [regression] oops on heavy compilations ("kernel BUG at mm/zswap.c:1005!" and "Oops: invalid opcode: 0000")
  2024-09-03 22:43                             ` Nhat Pham
@ 2024-09-04 23:36                               ` Yosry Ahmed
  0 siblings, 0 replies; 31+ messages in thread
From: Yosry Ahmed @ 2024-09-04 23:36 UTC (permalink / raw)
  To: Nhat Pham
  Cc: Piotr Oniszczuk, Pedro Falcato, Matthew Wilcox,
	Linux regressions mailing list, LKML, Johannes Weiner, Linux-MM

On Tue, Sep 3, 2024 at 3:43 PM Nhat Pham <nphamcs@gmail.com> wrote:
>
> On Tue, Sep 3, 2024 at 10:49 AM Yosry Ahmed <yosryahmed@google.com> wrote:
> >
> > On Mon, Sep 2, 2024 at 1:58 AM Piotr Oniszczuk
> > <piotr.oniszczuk@gmail.com> wrote:
> > >
> > >
> > >
> > > > Wiadomość napisana przez Yosry Ahmed <yosryahmed@google.com> w dniu 31.08.2024, o godz. 19:23:
> > > >
> > > > On Sat, Aug 31, 2024 at 2:41 AM Piotr Oniszczuk
> > > > <piotr.oniszczuk@gmail.com> wrote:
> > > >>
> > > >>
> > > >>
> > > >>> Wiadomość napisana przez Yosry Ahmed <yosryahmed@google.com> w dniu 29.08.2024, o godz. 23:54:
> > > >>>
> > > >>> I also noticed that you are using z3fold as the zpool. Is the problem
> > > >>> reproducible with zsmalloc? I wouldn't be surprised if there's a
> > > >>> z3fold bug somewhere.
> > > >>>
> > > >>
> > > >> Hmm - yesterday i recompiled 6.9.12 with zsmalloc and …. after 16h of continuous tests I can’t reproduce issue.
> > > >> With zsmalloc 6.9.12 looks to me like stable.
> > > >
> > > > Interesting, and a little bit what I hoped for tbh.
> > >
> > > :-)
> > >
> > > I tested mainline 6.10.7 with 26h test and also it is stable with zsmalloc
> > >
> > > >
> > > >>
> > > >> With this - what will be your advice to move forward?
> > > >
> > > > Well, it's possible that some zswap change was not fully compatible
> > > > with z3fold, or surfaced a dormant bug in z3fold. Either way, my
> > > > recommendation is to use zsmalloc.
> > > > I have been trying to deprecate
> > >
> > > IMHO - isn’t bug in this report + difficulties to reproduce->fix enough to depreciate z3fold?
> >
> > I would say this bug report is yet another reason why we should deprecate it.
>
> +100000.
>
> This is precisely why I was asking which allocator was being used
> here. We have also accidentally selected z3fold internally a couple
> times in the past, which had bitten us as well.
>
> >
> > >
> > > > z3fold, and honestly you are the only person I have seen use z3fold in
> > > > a while -- which is probably why no one else reported such a problem.
> > >
> > > Well - in fact this is ArchLinux - not me.
> > > I’m using Arch and kernel in builder machine with ArchLinux config + packaging
> >
> > According to [1], zsmalloc should be the default allocator for zswap
> > on ArchLinux. Anyway, I initially thought that no one was using z3fold
> > and it was bitrot, but apparently some people are using it and it's
> > actively harming them.
> >
> > [1]https://wiki.archlinux.org/title/Zswap
> >
> > >
> > > >
> > >
> > > I see benefits already: on very memory demanding qtwebkit compile:
> > > z3fold: swap frequently gets 6..8G from 16G available
> > > zsmalloc: can’t see more than 1..2G
>
> Exactly :) zsmalloc is better than z3fold in a lot of workloads that I
> have observed.
>
> > >
> > > > doubt that you (or anyone) wants to spend time debugging a z3fold
> > > > problem :)
> > >
> > > lets depreciate it!
> >
> > I tried deprecating it before [2] and performed some analysis [3], but
> > there was some.. resistance. Maybe I will try again and use this bug
> > report as yet another argument for deprecating z3fold :)
> >
> > [2] https://lore.kernel.org/linux-mm/20240112193103.3798287-1-yosryahmed@google.com/
> > [3] https://lore.kernel.org/lkml/CAJD7tkbRF6od-2x_L8-A1QL3=2Ww13sCj4S3i4bNndqF+3+_Vg@mail.gmail.com/
>
> I don't wanna sound like a broken record. But this has been the nth
> time we need to spend extra engineering time and effort unnecessarily
> because we have not deprecated z3fold.
>
> If you need more datapoint - here's our last conversation where z3fold
> was a problem:
>
> https://lore.kernel.org/lkml/CAKEwX=Mo+EaaxBYcLMTHYADB4WhqC3QmWV3WQ0h2KM491FRuQA@mail.gmail.com/

I sent a v2 of the z3fold deprecation attempt:
https://lore.kernel.org/lkml/20240904233343.933462-1-yosryahmed@google.com/.

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

* Re: [regression] oops on heavy compilations ("kernel BUG at mm/zswap.c:1005!" and "Oops: invalid opcode: 0000")
  2024-08-31 17:23                       ` Yosry Ahmed
  2024-09-02  8:57                         ` Piotr Oniszczuk
@ 2024-09-13  9:03                         ` Tomáš Trnka
  2024-09-13 17:39                           ` Yosry Ahmed
  1 sibling, 1 reply; 31+ messages in thread
From: Tomáš Trnka @ 2024-09-13  9:03 UTC (permalink / raw)
  To: yosryahmed
  Cc: hannes, linux-kernel, linux-mm, nphamcs, pedro.falcato,
	piotr.oniszczuk, regressions, willy

> Well, it's possible that some zswap change was not fully compatible
> with z3fold, or surfaced a dormant bug in z3fold. Either way, my
> recommendation is to use zsmalloc. I have been trying to deprecate
> z3fold, and honestly you are the only person I have seen use z3fold in
> a while -- which is probably why no one else reported such a problem.

FWIW, I have repeatedly hit this exact BUG (mm/zswap.c:1005) on two of my 
machines on 6.10.x (possibly 6.9.x as well, but I don't have the logs at hand 
to confirm). In both cases, this was also using z3fold under moderate memory 
pressure. I think this fairly conclusively rules out a HW issue.

Additionally, I have hit the following BUG on 6.10.8, which is potentially 
related (note __z3fold_alloc in there):

list_del corruption, ffff977c17128000->next is NULL
------------[ cut here ]------------
kernel BUG at lib/list_debug.c:52!
Oops: invalid opcode: 0000 [#1] PREEMPT SMP NOPTI
CPU: 3 PID: 248608 Comm: kworker/u32:3 Tainted: G        W          
6.10.8-100.fc39.x86_64 #1
Hardware name: HP HP EliteBook 850 G6/8549, BIOS R70 Ver. 01.28.00 04/12/2024
Workqueue: zswap12 compact_page_work
RIP: 0010:__list_del_entry_valid_or_report+0x5d/0xc0
Code: 48 8b 01 48 39 f8 75 5a 48 8b 72 08 48 39 f0 75 65 b8 01 00 00 00 c3 cc 
cc cc cc 48 89 fe 48 c7 c7 f0 89 ba ad e8 73 34 8f ff <0f> 0b 48 89 fe 48 c7 
c7 20 8a ba ad e8 62 34 8f ff 0f 0b 48 89 fe
RSP: 0018:ffffac7299f5bdb0 EFLAGS: 00010246
RAX: 0000000000000033 RBX: ffff977c0afd0b08 RCX: 0000000000000000
RDX: 0000000000000000 RSI: ffff977f2d5a18c0 RDI: ffff977f2d5a18c0
RBP: ffff977c0afd0b00 R08: 0000000000000000 R09: 4e20736920747865
R10: 7478656e3e2d3030 R11: 4c4c554e20736920 R12: ffff977c17128010
R13: 000000000000000a R14: 00000000000000a0 R15: ffff977c17128000
FS:  0000000000000000(0000) GS:ffff977f2d580000(0000) knlGS:0000000000000000
CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
CR2: 00007f063638a000 CR3: 0000000179428002 CR4: 00000000003706f0
Call Trace:
 <TASK>
 ? die+0x36/0x90
 ? do_trap+0xdd/0x100
 ? __list_del_entry_valid_or_report+0x5d/0xc0
 ? do_error_trap+0x6a/0x90
 ? __list_del_entry_valid_or_report+0x5d/0xc0
 ? exc_invalid_op+0x50/0x70
 ? __list_del_entry_valid_or_report+0x5d/0xc0
 ? asm_exc_invalid_op+0x1a/0x20
 ? __list_del_entry_valid_or_report+0x5d/0xc0
 __z3fold_alloc+0x4e/0x4b0
 do_compact_page+0x20e/0xa60
 process_one_work+0x17b/0x390
 worker_thread+0x265/0x380
 ? __pfx_worker_thread+0x10/0x10
 kthread+0xcf/0x100
 ? __pfx_kthread+0x10/0x10
 ret_from_fork+0x31/0x50
 ? __pfx_kthread+0x10/0x10
 ret_from_fork_asm+0x1a/0x30
 </TASK>
Modules linked in: nf_conntrack_netbios_ns nf_conntrack_broadcast lp parport 
ti_usb_3410_5052 hid_logitech_hidpp snd_usb_audio snd_usbmidi_lib snd_ump 
snd_rawmidi hid_logitech_dj r8153_ecm cdc_ether usbnet r8152 mii ib_core 
dimlib tls >
 snd_hda_codec_realtek snd_hda_codec_generic snd_hda_scodec_component 
snd_soc_dmic snd_sof_pci_intel_cnl snd_sof_intel_hda_generic soundwire_intel 
soundwire_cadence snd_sof_intel_hda_common snd_sof_intel_hda_mlink 
snd_sof_intel_hda snd>
 processor_thermal_device_pci_legacy intel_cstate hp_wmi 
processor_thermal_device snd_timer sparse_keymap processor_thermal_wt_hint 
intel_uncore intel_wmi_thunderbolt thunderbolt wmi_bmof cfg80211 snd 
processor_thermal_rfim i2c_i801 sp>
---[ end trace 0000000000000000 ]---
RIP: 0010:__list_del_entry_valid_or_report+0x5d/0xc0
Code: 48 8b 01 48 39 f8 75 5a 48 8b 72 08 48 39 f0 75 65 b8 01 00 00 00 c3 cc 
cc cc cc 48 89 fe 48 c7 c7 f0 89 ba ad e8 73 34 8f ff <0f> 0b 48 89 fe 48 c7 
c7 20 8a ba ad e8 62 34 8f ff 0f 0b 48 89 fe
RSP: 0018:ffffac7299f5bdb0 EFLAGS: 00010246
RAX: 0000000000000033 RBX: ffff977c0afd0b08 RCX: 0000000000000000
RDX: 0000000000000000 RSI: ffff977f2d5a18c0 RDI: ffff977f2d5a18c0
RBP: ffff977c0afd0b00 R08: 0000000000000000 R09: 4e20736920747865
R10: 7478656e3e2d3030 R11: 4c4c554e20736920 R12: ffff977c17128010
R13: 000000000000000a R14: 00000000000000a0 R15: ffff977c17128000
FS:  0000000000000000(0000) GS:ffff977f2d580000(0000) knlGS:0000000000000000
CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
CR2: 00007f063638a000 CR3: 0000000179428002 CR4: 00000000003706f0
note: kworker/u32:3[248608] exited with preempt_count 3

> > Is there any possibility/way to avoid bisecting? (due limited time from my
> > side)> 
> So unless you have a reason to specifically use z3fold or avoid
> zsmalloc, please use zsmalloc. It should be better for you anyway. I
> doubt that you (or anyone) wants to spend time debugging a z3fold
> problem :)

I could conceivably try to bisect this, but since I don't have a quick 
reproducer, it would likely take weeks to finish. I'm wondering whether it's 
worth trying or if z3fold is going out of the door anyway. I don't think it's 
hardware-related so it should be possible to test this in a VM, but that still 
takes some effort to set up.

Best regards,

Tomáš Trnka



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

* Re: [regression] oops on heavy compilations ("kernel BUG at mm/zswap.c:1005!" and "Oops: invalid opcode: 0000")
  2024-09-13  9:03                         ` Tomáš Trnka
@ 2024-09-13 17:39                           ` Yosry Ahmed
  0 siblings, 0 replies; 31+ messages in thread
From: Yosry Ahmed @ 2024-09-13 17:39 UTC (permalink / raw)
  To: Tomáš Trnka
  Cc: hannes, linux-kernel, linux-mm, nphamcs, pedro.falcato,
	piotr.oniszczuk, regressions, willy

On Fri, Sep 13, 2024 at 2:03 AM Tomáš Trnka <trnka@scm.com> wrote:
>
> > Well, it's possible that some zswap change was not fully compatible
> > with z3fold, or surfaced a dormant bug in z3fold. Either way, my
> > recommendation is to use zsmalloc. I have been trying to deprecate
> > z3fold, and honestly you are the only person I have seen use z3fold in
> > a while -- which is probably why no one else reported such a problem.
>
> FWIW, I have repeatedly hit this exact BUG (mm/zswap.c:1005) on two of my
> machines on 6.10.x (possibly 6.9.x as well, but I don't have the logs at hand
> to confirm). In both cases, this was also using z3fold under moderate memory
> pressure. I think this fairly conclusively rules out a HW issue.
>
> Additionally, I have hit the following BUG on 6.10.8, which is potentially
> related (note __z3fold_alloc in there):
>
> list_del corruption, ffff977c17128000->next is NULL
> ------------[ cut here ]------------
> kernel BUG at lib/list_debug.c:52!
> Oops: invalid opcode: 0000 [#1] PREEMPT SMP NOPTI
> CPU: 3 PID: 248608 Comm: kworker/u32:3 Tainted: G        W
> 6.10.8-100.fc39.x86_64 #1
> Hardware name: HP HP EliteBook 850 G6/8549, BIOS R70 Ver. 01.28.00 04/12/2024
> Workqueue: zswap12 compact_page_work
> RIP: 0010:__list_del_entry_valid_or_report+0x5d/0xc0
> Code: 48 8b 01 48 39 f8 75 5a 48 8b 72 08 48 39 f0 75 65 b8 01 00 00 00 c3 cc
> cc cc cc 48 89 fe 48 c7 c7 f0 89 ba ad e8 73 34 8f ff <0f> 0b 48 89 fe 48 c7
> c7 20 8a ba ad e8 62 34 8f ff 0f 0b 48 89 fe
> RSP: 0018:ffffac7299f5bdb0 EFLAGS: 00010246
> RAX: 0000000000000033 RBX: ffff977c0afd0b08 RCX: 0000000000000000
> RDX: 0000000000000000 RSI: ffff977f2d5a18c0 RDI: ffff977f2d5a18c0
> RBP: ffff977c0afd0b00 R08: 0000000000000000 R09: 4e20736920747865
> R10: 7478656e3e2d3030 R11: 4c4c554e20736920 R12: ffff977c17128010
> R13: 000000000000000a R14: 00000000000000a0 R15: ffff977c17128000
> FS:  0000000000000000(0000) GS:ffff977f2d580000(0000) knlGS:0000000000000000
> CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
> CR2: 00007f063638a000 CR3: 0000000179428002 CR4: 00000000003706f0
> Call Trace:
>  <TASK>
>  ? die+0x36/0x90
>  ? do_trap+0xdd/0x100
>  ? __list_del_entry_valid_or_report+0x5d/0xc0
>  ? do_error_trap+0x6a/0x90
>  ? __list_del_entry_valid_or_report+0x5d/0xc0
>  ? exc_invalid_op+0x50/0x70
>  ? __list_del_entry_valid_or_report+0x5d/0xc0
>  ? asm_exc_invalid_op+0x1a/0x20
>  ? __list_del_entry_valid_or_report+0x5d/0xc0
>  __z3fold_alloc+0x4e/0x4b0
>  do_compact_page+0x20e/0xa60
>  process_one_work+0x17b/0x390
>  worker_thread+0x265/0x380
>  ? __pfx_worker_thread+0x10/0x10
>  kthread+0xcf/0x100
>  ? __pfx_kthread+0x10/0x10
>  ret_from_fork+0x31/0x50
>  ? __pfx_kthread+0x10/0x10
>  ret_from_fork_asm+0x1a/0x30
>  </TASK>
> Modules linked in: nf_conntrack_netbios_ns nf_conntrack_broadcast lp parport
> ti_usb_3410_5052 hid_logitech_hidpp snd_usb_audio snd_usbmidi_lib snd_ump
> snd_rawmidi hid_logitech_dj r8153_ecm cdc_ether usbnet r8152 mii ib_core
> dimlib tls >
>  snd_hda_codec_realtek snd_hda_codec_generic snd_hda_scodec_component
> snd_soc_dmic snd_sof_pci_intel_cnl snd_sof_intel_hda_generic soundwire_intel
> soundwire_cadence snd_sof_intel_hda_common snd_sof_intel_hda_mlink
> snd_sof_intel_hda snd>
>  processor_thermal_device_pci_legacy intel_cstate hp_wmi
> processor_thermal_device snd_timer sparse_keymap processor_thermal_wt_hint
> intel_uncore intel_wmi_thunderbolt thunderbolt wmi_bmof cfg80211 snd
> processor_thermal_rfim i2c_i801 sp>
> ---[ end trace 0000000000000000 ]---
> RIP: 0010:__list_del_entry_valid_or_report+0x5d/0xc0
> Code: 48 8b 01 48 39 f8 75 5a 48 8b 72 08 48 39 f0 75 65 b8 01 00 00 00 c3 cc
> cc cc cc 48 89 fe 48 c7 c7 f0 89 ba ad e8 73 34 8f ff <0f> 0b 48 89 fe 48 c7
> c7 20 8a ba ad e8 62 34 8f ff 0f 0b 48 89 fe
> RSP: 0018:ffffac7299f5bdb0 EFLAGS: 00010246
> RAX: 0000000000000033 RBX: ffff977c0afd0b08 RCX: 0000000000000000
> RDX: 0000000000000000 RSI: ffff977f2d5a18c0 RDI: ffff977f2d5a18c0
> RBP: ffff977c0afd0b00 R08: 0000000000000000 R09: 4e20736920747865
> R10: 7478656e3e2d3030 R11: 4c4c554e20736920 R12: ffff977c17128010
> R13: 000000000000000a R14: 00000000000000a0 R15: ffff977c17128000
> FS:  0000000000000000(0000) GS:ffff977f2d580000(0000) knlGS:0000000000000000
> CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
> CR2: 00007f063638a000 CR3: 0000000179428002 CR4: 00000000003706f0
> note: kworker/u32:3[248608] exited with preempt_count 3
>
> > > Is there any possibility/way to avoid bisecting? (due limited time from my
> > > side)>
> > So unless you have a reason to specifically use z3fold or avoid
> > zsmalloc, please use zsmalloc. It should be better for you anyway. I
> > doubt that you (or anyone) wants to spend time debugging a z3fold
> > problem :)
>
> I could conceivably try to bisect this, but since I don't have a quick
> reproducer, it would likely take weeks to finish. I'm wondering whether it's
> worth trying or if z3fold is going out of the door anyway. I don't think it's
> hardware-related so it should be possible to test this in a VM, but that still
> takes some effort to set up.

z3fold is going out of the door anyway, I already sent a patch to deprecate it:
https://lore.kernel.org/lkml/20240904233343.933462-1-yosryahmed@google.com/

I will send a new version after the merge window, and I will include
your bug report in the list of problems in the commit log :) Thanks
for the report, please don't waste time debugging this and use
zsmalloc!

>
> Best regards,
>
> Tomáš Trnka
>
>

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

end of thread, other threads:[~2024-09-13 17:40 UTC | newest]

Thread overview: 31+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <BD22A15A-9216-4FA0-82DF-C7BBF8EE642E@gmail.com>
2024-08-23 11:51 ` [regression] oops on heavy compilations ("kernel BUG at mm/zswap.c:1005!" and "Oops: invalid opcode: 0000") Linux regression tracking (Thorsten Leemhuis)
2024-08-23 12:14   ` Piotr Oniszczuk
2024-08-23 13:13   ` Matthew Wilcox
2024-08-23 14:35     ` Nhat Pham
2024-08-23 14:47       ` Matthew Wilcox
2024-08-23 16:07         ` Yosry Ahmed
2024-08-23 15:06     ` Piotr Oniszczuk
2024-08-23 16:16       ` Nhat Pham
2024-08-23 17:24         ` Piotr Oniszczuk
2024-08-23 18:06           ` Nhat Pham
2024-08-24 10:50             ` Piotr Oniszczuk
2024-08-25  5:55         ` Piotr Oniszczuk
2024-08-25 15:05           ` Pedro Falcato
2024-08-25 16:24             ` Piotr Oniszczuk
2024-08-27 18:48               ` Yosry Ahmed
2024-08-29 15:50                 ` Piotr Oniszczuk
2024-08-29 21:54                   ` Yosry Ahmed
2024-08-29 22:29                     ` Matthew Wilcox
2024-08-29 22:53                       ` Yosry Ahmed
2024-08-31  9:41                     ` Piotr Oniszczuk
2024-08-31 17:23                       ` Yosry Ahmed
2024-09-02  8:57                         ` Piotr Oniszczuk
2024-09-03 17:49                           ` Yosry Ahmed
2024-09-03 22:43                             ` Nhat Pham
2024-09-04 23:36                               ` Yosry Ahmed
2024-09-13  9:03                         ` Tomáš Trnka
2024-09-13 17:39                           ` Yosry Ahmed
2024-09-03  8:31           ` Aithal, Srikanth
2024-09-03 17:52             ` Yosry Ahmed
2024-09-03  8:49           ` Aithal, Srikanth
2024-08-23 18:42       ` Takero Funaki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox