* Intermittent inability to type in graphical Plymouth on UEFI VMs since kernel 6.9
@ 2024-05-24 16:08 Adam Williamson
2024-05-27 15:18 ` Genes Lists
0 siblings, 1 reply; 11+ messages in thread
From: Adam Williamson @ 2024-05-24 16:08 UTC (permalink / raw)
To: linux-kernel; +Cc: jforbes, rstrode
Hi, folks. Please CC me on replies, I'm not subscribed to the list. The
downstream bug report for this is
https://bugzilla.redhat.com/show_bug.cgi?id=2274770 .
I maintain Fedora's openQA instance - https://openqa.fedoraproject.org/
(openQA is an automated testing system which runs jobs on qemu VMs,
inputting keyboard and mouse events via VNC, and monitoring results via
screenshots and the serial console).
We have several tests that involve doing an install of Fedora with root
storage encrypted and then booting it. Some of these install enough
packages for us to hit the 'graphical' mode of plymouth (the bootsplash
manager thingy), so we see a graphical passphrase prompt like
https://openqa.fedoraproject.org/tests/2642868#step/_graphical_wait_login/3
; some are minimal installs, so we see a text prompt like
https://openqa.fedoraproject.org/tests/2642845#step/disk_guided_encrypted_postinstall/1
.
Recently I switched up our configuration so most of these tests run on
UEFI VMs (previously they mostly ran on BIOS VMs). When I did that, the
tests that hit the graphical prompt started failing frequently on Fedora
Rawhide. The tests that hit the text prompt do not seem to be affected.
At first I figured this was caused by a plymouth change, but some
testing indicates it's actually related to kernel version: it seems to
have been introduced in kernel 6.9. Fedora 40 uses kernel 6.8, so tests
on F40 are not usually affected by this, but I engineered some runs of
an affected test on an F40 install with kernel 6.9, and they hit the bug.
So to summarize, we hit the bug when all the following conditions are met:
* Running on UEFI qemu-kvm VM
* Graphical passphrase prompt encountered on boot
* Running kernel 6.9
When it sees the passphrase prompt, the test system types the correct
password. When the bug happens, this input seems to simply be ignored -
plymouth does not echo dots back to the screen representing the typed
characters, and on hitting enter the system does not attempt to proceed
with decryption. (Unfortunately this also means we don't get any logs
from the failure, as the test system needs a booted system to be able to
upload any logs).
Looking at results from the last month and a half, the bug happens on
about 30% of the tests run.
I have reproduced this manually in a similar VM, but did not yet manage
to reproduce it on hardware (which is unfortunate, as it'd make it
somewhat easier to attempt some kind of bisect).
The earliest build I can say for sure the bug happened with is
kernel-6.9.0-0.rc0.20240322git8e938e398669.14.fc41 .
--
Adam Williamson (he/him/his)
Fedora QA
Fedora Chat: @adamwill:fedora.im | Mastodon: @adamw@fosstodon.org
https://www.happyassassin.net
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Intermittent inability to type in graphical Plymouth on UEFI VMs since kernel 6.9
2024-05-24 16:08 Intermittent inability to type in graphical Plymouth on UEFI VMs since kernel 6.9 Adam Williamson
@ 2024-05-27 15:18 ` Genes Lists
2024-05-27 16:33 ` Genes Lists
2024-05-29 13:01 ` Linux regression tracking (Thorsten Leemhuis)
0 siblings, 2 replies; 11+ messages in thread
From: Genes Lists @ 2024-05-27 15:18 UTC (permalink / raw)
To: Adam Williamson, linux-kernel; +Cc: jforbes, rstrode
[-- Attachment #1.1: Type: text/plain, Size: 630 bytes --]
On Fri, 2024-05-24 at 09:08 -0700, Adam Williamson wrote:
> Hi, folks. Please CC me on replies, I'm not subscribed to the list.
> The
> downstream bug report for this is
> https://bugzilla.redhat.com/show_bug.cgi?id=2274770 .
1) FYI : I see same thing booting dell xps 13 9320 laptop (no VM) on
mainline 6.10-rc1 (started sometime early 6.9 as far as I recall)
bios 2.11.0
cpu i9-12900K / Raptor Lake-P [Iris Xe Graphics]
Boot using systemd-boot
dmesg (trimmed) attached.
2) Note there is a crash later in boot (in mei_csi_probe). Assume this
crash is a separate issue.
gene
[-- Attachment #1.2: 6.10-rc1.mei_csi --]
[-- Type: text/plain, Size: 10234 bytes --]
...
[ +0.135896] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS01._DSM], AE_ALREADY_EXISTS (20240322/dswload2-326)
[ +0.000009] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20240322/psobject-220)
[ +0.000003] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ +0.000015] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS03._DSM], AE_ALREADY_EXISTS (20240322/dswload2-326)
[ +0.000004] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20240322/psobject-220)
[ +0.000002] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ +0.003076] ACPI: 17 ACPI AML tables successfully acquired and loaded
...
[ +0.000053] systemd[1]: plymouth-switch-root.service: Deactivated successfully.
[ +0.000052] systemd[1]: Stopped Plymouth switch root service.
...
[ +0.001014] intel-ipu6 0000:00:05.0: enabling device (0000 -> 0002)
[ +0.000469] intel-ipu6 0000:00:05.0: IPU6 in non-secure mode touch 0x0 mask 0xff
[ +0.003709] EDAC MC0: Giving out device to module igen6_edac controller Intel_client_SoC MC#0: DEV 0000:00:00.0 (INTERRUPT)
[ +0.001653] intel-ipu6 0000:00:05.0: FW version: 20230925
[ +0.001905] intel-ipu6 0000:00:05.0: IPU6-v3[a75d] hardware version 5
[ +0.004713] EDAC MC1: Giving out device to module igen6_edac controller Intel_client_SoC MC#1: DEV 0000:00:00.0 (INTERRUPT)
[ +0.000029] EDAC igen6 MC1: HANDLING IBECC MEMORY ERROR
[ +0.000001] EDAC igen6 MC1: ADDR 0x1ffffffffff
[ +0.000001] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[ +0.000001] EDAC igen6 MC0: ADDR 0x1ffffffffff
[ +0.001515] EDAC igen6: v2.5.1
[ +0.006861] mei_me 0000:00:16.0: enabling device (0000 -> 0002)
[ +0.002332] mei_pxp 0000:00:16.0-fbf6fcf1-96cf-4e2e-a6a6-1bab8cbe36b1: bound 0000:00:02.0 (ops i915_pxp_tee_component_ops [i915])
[ +0.001907] mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_ops [i915])
[ +0.071923] ACPI Warning: \_SB.PC00.SPI1.SPFD.CVFD.SID: Insufficient arguments - Caller passed 0, method requires 1 (20240322/nsarguments-232)
..
[ +0.015476] intel_tcc_cooling: TCC Offset locked
[ +0.004794] iwlwifi 0000:00:14.3: Detected Intel(R) Wi-Fi 6E AX211 160MHz, REV=0x370
[ +0.000044] thermal thermal_zone10: failed to read out thermal zone (-61)
[ +0.008065] iwlwifi 0000:00:14.3: WRT: Invalid buffer destination
[ +0.011804] ------------[ cut here ]------------
[ +0.000001] WARNING: CPU: 1 PID: 588 at drivers/media/pci/intel/ivsc/mei_csi.c:682 mei_csi_probe+0x4de/0x520 [ivsc_csi]
[ +0.000005] Modules linked in: ivsc_ace(+) ivsc_csi(+) snd_soc_avs(+) snd_soc_hda_codec snd_hda_ext_core padlock_aes(-) snd_soc_core intel_tcc_cooling(-) snd_compress cbc encrypted_keys(+) x86_pkg_temp_thermal ac97_bus intel_powerclamp iwlmvm(+) snd_pcm_dmaengine trusted snd_hda_intel coretemp asn1_encoder tee snd_ctl_led mei_vsc snd_intel_dspcfg intel_ipu6_isys mac80211 snd_intel_sdw_acpi kvm_intel videobuf2_dma_contig snd_hda_codec dell_laptop spi_nor iTCO_wdt vfat videobuf2_memops hid_sensor_als hid_sensor_custom_intel_hinge btusb intel_pmc_bxt snd_hda_core dell_wmi videobuf2_v4l2 libarc4 mei_pxp mei_hdcp gpio_ljca mtd hid_sensor_trigger typec_displayport i2c_ljca spi_ljca iTCO_vendor_support btrtl fat videobuf2_common
[ +0.000018] snd_soc_avs 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040100
[ +0.000001] intel_rapl_msr snd_hwdep industrialio_triggered_buffer btintel kvm iwlwifi btbcm kfifo_buf dell_smbios processor_thermal_device_pci snd_pcm dell_wmi_sysman processor_thermal_device btmtk hid_sensor_iio_common dcdbas processor_thermal_wt_hint rapl intel_cstate intel_uncore pcspkr dell_wmi_ddv dell_smm_hwmon firmware_attributes_class wmi_bmof bluetooth dell_wmi_descriptor usbhid usb_ljca industrialio snd_timer cfg80211 processor_thermal_rfim i2c_i801 mei_me processor_thermal_rapl i2c_smbus spi_intel_pci snd intel_rapl_common i2c_mux soundcore spi_intel ov01a10 mei processor_thermal_wt_req intel_skl_int3472_tps68470 rfkill intel_ipu6 v4l2_fwnode processor_thermal_power_floor tps68470_regulator thunderbolt igen6_edac ipu_bridge processor_thermal_mbox clk_tps68470
[ +0.000019] snd_soc_avs 0000:00:1f.3: SoundWire enabled on CannonLake+ platform, using SOF driver
[ +0.000001] v4l2_async
[ +0.000000] intel_pmc_core int3403_thermal int340x_thermal_zone mei_vsc_hw videodev intel_vsec int3400_thermal mc pmt_telemetry acpi_tad acpi_thermal_rel acpi_pad intel_hid pmt_class intel_skl_int3472_discrete joydev sparse_keymap mousedev mac_hid fuse dm_mod nfnetlink ip_tables x_tables ext4 crc32c_generic crc16 mbcache jbd2 hid_sensor_custom xe hid_sensor_hub drm_ttm_helper intel_ishtp_hid gpu_sched drm_suballoc_helper drm_gpuvm drm_exec nvme nvme_core spi_pxa2xx_platform 8250_dw hid_multitouch dw_dmac i915 crct10dif_pclmul crc32_pclmul crc32c_intel polyval_clmulni psmouse polyval_generic gf128mul ghash_clmulni_intel serio_raw sha512_ssse3 atkbd libps2 sha256_ssse3 vivaldi_fmap i2c_algo_bit sha1_ssse3 drm_buddy aesni_intel ucsi_acpi ttm crypto_simd intel_lpss_pci typec_ucsi intel_gtt cryptd intel_ish_ipc xhci_pci roles intel_lpss drm_display_helper intel_ishtp idma64 xhci_pci_renesas vmd video typec cec i2c_hid_acpi i8042 i2c_hid wmi serio pkcs8_key_parser wireguard curve25519_x86_64 libchacha20poly1305
[ +0.000033] chacha_x86_64 poly1305_x86_64 ip6_udp_tunnel udp_tunnel libcurve25519_generic libchacha loop sg crypto_user
[ +0.000004] CPU: 1 PID: 588 Comm: (udev-worker) Not tainted 6.10.0-rc1-custom-2 #1 94307814a71ed94fef64c6e0d214e9e25710cf4b
[ +0.000002] Hardware name: Dell Inc. XPS 9320/0CR6NC, BIOS 2.11.0 03/06/2024
[ +0.000002] RIP: 0010:mei_csi_probe+0x4de/0x520 [ivsc_csi]
[ +0.000002] Code: 85 c0 78 33 48 89 df 48 c7 c6 c0 f1 4b c1 e8 c9 2e b9 ff 89 c3 85 c0 78 26 48 8b bd 68 ff ff ff e8 57 42 29 dc e9 88 fe ff ff <0f> 0b 41 bf fa ff ff ff e9 7b fe ff ff 41 89 c7 e9 53 fe ff ff 48
[ +0.000001] RSP: 0018:ffffb2afc09b7780 EFLAGS: 00010246
[ +0.000003] RAX: 0000000000000000 RBX: ffffffffc1504688 RCX: 0000000000000000
[ +0.000001] RDX: 0000000000000000 RSI: ffff965d017910e8 RDI: ffff965d0f691c18
[ +0.000000] RBP: ffffb2afc09b7840 R08: 0000000000000228 R09: ffff965d001d6510
[ +0.000001] R10: ffffb2afc09b7860 R11: 0000000000000040 R12: ffff965d0f691c00
[ +0.000001] R13: ffff965d0f691c00 R14: 0000000000000000 R15: 0000000000000000
[ +0.000001] FS: 00007fe412a4d880(0000) GS:ffff96646f280000(0000) knlGS:0000000000000000
[ +0.000001] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ +0.000001] CR2: 000055c14171c078 CR3: 000000010ad90000 CR4: 0000000000f50ef0
[ +0.000001] PKRU: 55555554
[ +0.000001] Call Trace:
[ +0.000001] <TASK>
[ +0.000001] ? mei_csi_probe+0x4de/0x520 [ivsc_csi 371b3c493d908e2288ade8575acfa61bc3a0692c]
[ +0.000002] ? __warn.cold+0x8e/0xe8
[ +0.000003] ? mei_csi_probe+0x4de/0x520 [ivsc_csi 371b3c493d908e2288ade8575acfa61bc3a0692c]
[ +0.000003] ? report_bug+0xff/0x140
[ +0.000001] ? handle_bug+0x3c/0x80
[ +0.000002] ? exc_invalid_op+0x17/0x70
[ +0.000002] ? asm_exc_invalid_op+0x1a/0x20
[ +0.000002] ? mei_csi_probe+0x4de/0x520 [ivsc_csi 371b3c493d908e2288ade8575acfa61bc3a0692c]
[ +0.000002] ? kmalloc_trace_noprof+0x11c/0x310
[ +0.000002] ? kernfs_activate+0x82/0xd0
[ +0.000002] ? kernfs_add_one+0x141/0x150
[ +0.000002] ? mei_cl_device_probe+0x73/0xc0 [mei fa9908d847451d0c808dbf636c1f12642715f9fa]
[ +0.000008] mei_cl_device_probe+0x73/0xc0 [mei fa9908d847451d0c808dbf636c1f12642715f9fa]
[ +0.000007] really_probe+0xdb/0x340
[ +0.000003] ? pm_runtime_barrier+0x54/0x90
[ +0.000002] ? __pfx___driver_attach+0x10/0x10
[ +0.000002] __driver_probe_device+0x78/0x110
[ +0.000002] driver_probe_device+0x1f/0xa0
[ +0.000002] __driver_attach+0xba/0x1c0
[ +0.000002] bus_for_each_dev+0x8c/0xe0
[ +0.000002] bus_add_driver+0x112/0x1f0
[ +0.000002] driver_register+0x72/0xd0
[ +0.000002] __mei_cldev_driver_register+0x2c/0x70 [mei fa9908d847451d0c808dbf636c1f12642715f9fa]
[ +0.000007] ? __pfx_mei_csi_driver_init+0x10/0x10 [ivsc_csi 371b3c493d908e2288ade8575acfa61bc3a0692c]
[ +0.000002] ? __pfx_mei_csi_driver_init+0x10/0x10 [ivsc_csi 371b3c493d908e2288ade8575acfa61bc3a0692c]
[ +0.000001] do_one_initcall+0x58/0x310
[ +0.000003] do_init_module+0x60/0x220
[ +0.000003] init_module_from_file+0x89/0xe0
[ +0.000003] idempotent_init_module+0x121/0x2b0
[ +0.000003] __x64_sys_finit_module+0x5e/0xb0
[ +0.000002] do_syscall_64+0x82/0x160
[ +0.000002] ? syscall_exit_to_user_mode+0x75/0x210
[ +0.000001] ? do_syscall_64+0x8e/0x160
[ +0.000002] ? vfs_statx+0x93/0x1c0
[ +0.000002] ? vfs_fstatat+0x94/0xb0
[ +0.000002] ? __do_sys_newfstatat+0x3c/0x80
[ +0.000002] ? __seccomp_filter+0x303/0x520
[ +0.000003] ? syscall_exit_to_user_mode+0x75/0x210
[ +0.000001] ? do_syscall_64+0x8e/0x160
[ +0.000000] ? syscall_exit_to_user_mode+0x75/0x210
[ +0.000002] ? do_syscall_64+0x8e/0x160
[ +0.000000] ? syscall_exit_to_user_mode+0x75/0x210
[ +0.000002] ? do_syscall_64+0x8e/0x160
[ +0.000000] ? do_syscall_64+0x8e/0x160
[ +0.000001] ? do_user_addr_fault+0x36c/0x620
[ +0.000002] ? exc_page_fault+0x7e/0x180
[ +0.000001] entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ +0.000003] RIP: 0033:0x7fe412527e9d
[ +0.000023] Code: ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 48 89 f8 48 89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 63 de 0c 00 f7 d8 64 89 01 48
[ +0.000001] RSP: 002b:00007ffd75c4b948 EFLAGS: 00000246 ORIG_RAX: 0000000000000139
[ +0.000001] RAX: ffffffffffffffda RBX: 000055c1416918e0 RCX: 00007fe412527e9d
[ +0.000001] RDX: 0000000000000004 RSI: 00007fe4122f6376 RDI: 000000000000001b
[ +0.000001] RBP: 00007fe4122f6376 R08: 0000000000000003 R09: 00007ffd75c4b990
[ +0.000000] R10: 0000000000000007 R11: 0000000000000246 R12: 0000000000020000
[ +0.000001] R13: 000055c141690e00 R14: 0000000000000000 R15: 000055c141718920
[ +0.000002] </TASK>
[ +0.000000] ---[ end trace 0000000000000000 ]---
...
[May27 07:49] warning: `ThreadPoolForeg' uses wireless extensions which will stop working for Wi-Fi 7 hardware; use nl80211
[May27 08:38] block nvme0n1: the capability attribute has been deprecated.
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Intermittent inability to type in graphical Plymouth on UEFI VMs since kernel 6.9
2024-05-27 15:18 ` Genes Lists
@ 2024-05-27 16:33 ` Genes Lists
2024-05-29 13:01 ` Linux regression tracking (Thorsten Leemhuis)
1 sibling, 0 replies; 11+ messages in thread
From: Genes Lists @ 2024-05-27 16:33 UTC (permalink / raw)
To: Adam Williamson, linux-kernel; +Cc: jforbes, rstrode
[-- Attachment #1.1: Type: text/plain, Size: 273 bytes --]
On Mon, 2024-05-27 at 11:18 -0400, Genes Lists wrote:
>
> cpu i9-12900K / Raptor Lake-P [Iris Xe Graphics]
>
Sorry - wrong cpu - the correct cpu is:
13th Gen Intel(R) Core(TM) i7-1360P
Raptor Lake-P [Iris Xe Graphics] (rev 04)
--
Gene
[-- Attachment #1.2: Type: text/html, Size: 891 bytes --]
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Intermittent inability to type in graphical Plymouth on UEFI VMs since kernel 6.9
2024-05-27 15:18 ` Genes Lists
2024-05-27 16:33 ` Genes Lists
@ 2024-05-29 13:01 ` Linux regression tracking (Thorsten Leemhuis)
2024-05-29 13:35 ` Genes Lists
1 sibling, 1 reply; 11+ messages in thread
From: Linux regression tracking (Thorsten Leemhuis) @ 2024-05-29 13:01 UTC (permalink / raw)
To: Genes Lists, Adam Williamson, linux-kernel
Cc: jforbes, rstrode, Linux kernel regressions list
[CCing the regression list, as it should be in the loop for regressions:
https://docs.kernel.org/admin-guide/reporting-regressions.html]
Side note: a bug report just to the LKML (e.g. w/o any subsystem lists
or maintainers) is unlikely to gain traction; I considered adding the
DRM folks, but lets try one thing first:
On 27.05.24 17:18, Genes Lists wrote:
> On Fri, 2024-05-24 at 09:08 -0700, Adam Williamson wrote:
>> Hi, folks. Please CC me on replies, I'm not subscribed to the list.
>> The
>> downstream bug report for this is
>> https://bugzilla.redhat.com/show_bug.cgi?id=2274770 .
>
> 1) FYI : I see same thing booting dell xps 13 9320 laptop (no VM) on
> mainline 6.10-rc1 (started sometime early 6.9 as far as I recall)
>
> bios 2.11.0
>
> cpu i9-12900K / Raptor Lake-P [Iris Xe Graphics]
> Boot using systemd-boot
>
> dmesg (trimmed) attached.
Does this happen every boot or only sometimes? Could you maybe upload
the full dmesg from a boot where things worked and one where only the
text UI came up? It's just a shot in the dark, but maybe that will tell
us where the root of the problem might be.
> 2) Note there is a crash later in boot (in mei_csi_probe). Assume this
> crash is a separate issue.
Ciao, Thorsten (wearing his 'the Linux kernel's regression tracker' hat)
--
Everything you wanna know about Linux kernel regression tracking:
https://linux-regtracking.leemhuis.info/about/#tldr
If I did something stupid, please tell me, as explained on that page.
P.S.: let me add this to the regression tracking
#regzbot report: /
#regzbot introduced: v6.8..v6.9
#regzbot summary: Intermittent inability to type in graphical Plymouth
on UEFI VMs since kernel 6.9
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Intermittent inability to type in graphical Plymouth on UEFI VMs since kernel 6.9
2024-05-29 13:01 ` Linux regression tracking (Thorsten Leemhuis)
@ 2024-05-29 13:35 ` Genes Lists
2024-05-29 14:04 ` Linux regression tracking (Thorsten Leemhuis)
2024-05-29 15:09 ` Adam Williamson
0 siblings, 2 replies; 11+ messages in thread
From: Genes Lists @ 2024-05-29 13:35 UTC (permalink / raw)
To: Linux regressions mailing list, Adam Williamson, linux-kernel
Cc: jforbes, rstrode
[-- Attachment #1.1: Type: text/plain, Size: 860 bytes --]
On Wed, 2024-05-29 at 15:01 +0200, Linux regression tracking (Thorsten
Leemhuis) wrote:
> >
> > cpu i9-12900K / Raptor Lake-P [Iris Xe Graphics]
Sorry, this should be: 13th Gen Intel(R) Core(TM) i7-1360P
> >
>
> Does this happen every boot or only sometimes? Could you maybe upload
> the full dmesg from a boot where things worked and one where only the
For me it is every boot - the first few key strokes are accepted but no
asterisks are displayed - and it works fine even though fewer asterisks
are displayed than characters typed.
full dmesg attached.
>
> P.S.: let me add this to the regression tracking
>
> #regzbot report: /
> #regzbot introduced: v6.8..v6.9
> #regzbot summary: Intermittent inability to type in graphical
> Plymouth
> on UEFI VMs since kernel 6.9
>
Thank you.
--
Gene
[-- Attachment #1.2: dmesg --]
[-- Type: text/plain, Size: 120990 bytes --]
[May27 07:45] Linux version 6.10.0-rc1-custom-2 (linux-custom@saplinux) (gcc (GCC) 14.1.1 20240522, GNU ld (GNU Binutils) 2.42.0) #1 SMP PREEMPT_DYNAMIC Mon, 27 May 2024 10:57:51 +0000
[ +0.000000] Command line: initrd=\initrd-linux-custom.img root="UUID=aa97c5c2-c3cf-4b82-8773-5970f490a90b" rw audit=0 quiet splash
[ +0.000000] x86/split lock detection: #AC: crashing the kernel on kernel split_locks and warning on user-space split_locks
[ +0.000000] BIOS-provided physical RAM map:
[ +0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
[ +0.000000] BIOS-e820: [mem 0x000000000009f000-0x00000000000fffff] reserved
[ +0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000580b5fff] usable
[ +0.000000] BIOS-e820: [mem 0x00000000580b6000-0x000000005d110fff] reserved
[ +0.000000] BIOS-e820: [mem 0x000000005d111000-0x000000005d971fff] ACPI NVS
[ +0.000000] BIOS-e820: [mem 0x000000005d972000-0x000000005dbfefff] ACPI data
[ +0.000000] BIOS-e820: [mem 0x000000005dbff000-0x000000005dbfffff] usable
[ +0.000000] BIOS-e820: [mem 0x000000005dc00000-0x00000000663fffff] reserved
[ +0.000000] BIOS-e820: [mem 0x0000000066e00000-0x00000000707fffff] reserved
[ +0.000000] BIOS-e820: [mem 0x00000000c0000000-0x00000000cfffffff] reserved
[ +0.000000] BIOS-e820: [mem 0x00000000f9000000-0x00000000f9ffffff] reserved
[ +0.000000] BIOS-e820: [mem 0x00000000fed20000-0x00000000fed7ffff] reserved
[ +0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[ +0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000088f7fffff] usable
[ +0.000000] NX (Execute Disable) protection: active
[ +0.000000] APIC: Static calls initialized
[ +0.000000] efi: EFI v2.7 by Dell
[ +0.000000] efi: ACPI=0x5dbfe000 ACPI 2.0=0x5dbfe014 SMBIOS=0x58c06000 TPMFinalLog=0x5d8ab000 ESRT=0x58b9e718 MEMATTR=0x52a61018 RNG=0x5db2df18 INITRD=0x529f9718 TPMEventLog=0x529da018
[ +0.000000] random: crng init done
[ +0.000000] efi: Remove mem131: MMIO range=[0xc0000000-0xcfffffff] (256MB) from e820 map
[ +0.000000] e820: remove [mem 0xc0000000-0xcfffffff] reserved
[ +0.000000] efi: Remove mem132: MMIO range=[0xf9000000-0xf9ffffff] (16MB) from e820 map
[ +0.000000] e820: remove [mem 0xf9000000-0xf9ffffff] reserved
[ +0.000000] efi: Remove mem134: MMIO range=[0xff000000-0xffffffff] (16MB) from e820 map
[ +0.000000] e820: remove [mem 0xff000000-0xffffffff] reserved
[ +0.000000] SMBIOS 3.6 present.
[ +0.000000] DMI: Dell Inc. XPS 9320/0CR6NC, BIOS 2.11.0 03/06/2024
[ +0.000000] DMI: Memory slots populated: 8/8
[ +0.000000] tsc: Detected 2600.000 MHz processor
[ +0.000000] tsc: Detected 2611.200 MHz TSC
[ +0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ +0.000005] e820: remove [mem 0x000a0000-0x000fffff] usable
[ +0.000011] last_pfn = 0x88f800 max_arch_pfn = 0x400000000
[ +0.000007] MTRR map: 5 entries (3 fixed + 2 variable; max 23), built from 10 variable MTRRs
[ +0.000003] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
[ +0.000748] last_pfn = 0x5dc00 max_arch_pfn = 0x400000000
[ +0.012385] esrt: Reserving ESRT space from 0x0000000058b9e718 to 0x0000000058b9e7a0.
[ +0.000025] Using GB pages for direct mapping
[ +0.000002] Incomplete global flushes, disabling PCID
[ +0.000320] Secure boot disabled
[ +0.000001] RAMDISK: [mem 0x4c812000-0x4eb3ffff]
[ +0.000009] ACPI: Early table checksum verification disabled
[ +0.000005] ACPI: RSDP 0x000000005DBFE014 000024 (v02 DELL )
[ +0.000007] ACPI: XSDT 0x000000005DB3D188 00012C (v01 DELL Dell Inc 00000002 01000013)
[ +0.000010] ACPI: FACP 0x000000005DBF0000 000114 (v06 DELL Dell Inc 00000002 01000013)
[ +0.000008] ACPI: DSDT 0x000000005DB67000 085BFD (v02 DELL Dell Inc 00000002 01000013)
[ +0.000005] ACPI: FACS 0x000000005D8DB000 000040
[ +0.000004] ACPI: SSDT 0x000000005DBFC000 00038C (v02 PmaxDv Pmax_Dev 00000001 INTL 20200717)
[ +0.000005] ACPI: SSDT 0x000000005DBF6000 005C55 (v02 CpuRef CpuSsdt 00003000 INTL 20200717)
[ +0.000005] ACPI: SSDT 0x000000005DBF1000 004472 (v02 DptfTb DptfTabl 00001000 INTL 20200717)
[ +0.000005] ACPI: HPET 0x000000005DBEF000 000038 (v01 DELL Dell Inc 00000002 01000013)
[ +0.000004] ACPI: APIC 0x000000005DBEE000 0001DC (v05 DELL Dell Inc 00000002 01000013)
[ +0.000005] ACPI: MCFG 0x000000005DBED000 00003C (v01 DELL Dell Inc 00000002 01000013)
[ +0.000004] ACPI: SSDT 0x000000005DB65000 0013DF (v02 DELL DellRtd3 00001000 INTL 20200717)
[ +0.000005] ACPI: SSDT 0x000000005DB62000 002C71 (v02 SaSsdt SaSsdt 00003000 INTL 20200717)
[ +0.000004] ACPI: SSDT 0x000000005DB60000 001343 (v02 INTEL IgfxSsdt 00003000 INTL 20200717)
[ +0.000004] ACPI: SSDT 0x000000005DB52000 00D7C2 (v02 INTEL TcssSsdt 00001000 INTL 20200717)
[ +0.000005] ACPI: SSDT 0x000000005DB51000 000150 (v02 INTEL IpuSsdt 00001000 INTL 20200717)
[ +0.000004] ACPI: NHLT 0x000000005DB50000 0002F1 (v00 DELL Dell Inc 00000002 01000013)
[ +0.000005] ACPI: SSDT 0x000000005DB4E000 0010C0 (v02 DELL UsbCTabl 00001000 INTL 20200717)
[ +0.000004] ACPI: LPIT 0x000000005DB4D000 0000CC (v01 DELL Dell Inc 00000002 01000013)
[ +0.000005] ACPI: WSMT 0x000000005DB4C000 000028 (v01 DELL Dell Inc 00000002 01000013)
[ +0.000004] ACPI: SSDT 0x000000005DB4B000 000B44 (v02 DELL PtidDevc 00001000 INTL 20200717)
[ +0.000005] ACPI: SSDT 0x000000005DB41000 0092F4 (v02 DELL TbtTypeC 00000000 INTL 20200717)
[ +0.000004] ACPI: DBGP 0x000000005DB40000 000034 (v01 DELL Dell Inc 00000002 01000013)
[ +0.000005] ACPI: DBG2 0x000000005DB3F000 000054 (v00 DELL Dell Inc 00000002 01000013)
[ +0.000004] ACPI: BOOT 0x000000005DB3E000 000028 (v01 DELL CBX3 00000002 01000013)
[ +0.000005] ACPI: SSDT 0x000000005DBFD000 00060E (v02 DELL Tpm2Tabl 00001000 INTL 20200717)
[ +0.000004] ACPI: TPM2 0x000000005DB3C000 00004C (v04 DELL Dell Inc 00000002 01000013)
[ +0.000005] ACPI: DMAR 0x000000005DB3B000 0000A0 (v01 INTEL Dell Inc 00000002 01000013)
[ +0.000004] ACPI: FPDT 0x000000005DB3A000 000034 (v01 DELL Dell Inc 00000002 01000013)
[ +0.000005] ACPI: SSDT 0x000000005DB39000 0009CC (v02 DELL xh_Dell_ 00000000 INTL 20200717)
[ +0.000004] ACPI: SSDT 0x000000005DB35000 0039DA (v02 SocGpe SocGpe 00003000 INTL 20200717)
[ +0.000005] ACPI: SSDT 0x000000005DB31000 0039DA (v02 SocCmn SocCmn 00003000 INTL 20200717)
[ +0.000004] ACPI: SSDT 0x000000005DB30000 000144 (v02 Intel ADebTabl 00001000 INTL 20200717)
[ +0.000004] ACPI: UEFI 0x000000005D8A6000 00063A (v01 INTEL RstVmdE 00000000 INTL 00000000)
[ +0.000005] ACPI: UEFI 0x000000005D8A5000 00005C (v01 INTEL RstVmdV 00000000 INTL 00000000)
[ +0.000005] ACPI: PHAT 0x000000005DB2F000 0005AD (v01 DELL Dell Inc 00000005 MSFT 0100000D)
[ +0.000004] ACPI: BGRT 0x000000005DB2E000 000038 (v01 DELL Dell Inc 00000002 01000013)
[ +0.000004] ACPI: Reserving FACP table memory at [mem 0x5dbf0000-0x5dbf0113]
[ +0.000002] ACPI: Reserving DSDT table memory at [mem 0x5db67000-0x5dbecbfc]
[ +0.000002] ACPI: Reserving FACS table memory at [mem 0x5d8db000-0x5d8db03f]
[ +0.000001] ACPI: Reserving SSDT table memory at [mem 0x5dbfc000-0x5dbfc38b]
[ +0.000002] ACPI: Reserving SSDT table memory at [mem 0x5dbf6000-0x5dbfbc54]
[ +0.000001] ACPI: Reserving SSDT table memory at [mem 0x5dbf1000-0x5dbf5471]
[ +0.000001] ACPI: Reserving HPET table memory at [mem 0x5dbef000-0x5dbef037]
[ +0.000001] ACPI: Reserving APIC table memory at [mem 0x5dbee000-0x5dbee1db]
[ +0.000002] ACPI: Reserving MCFG table memory at [mem 0x5dbed000-0x5dbed03b]
[ +0.000001] ACPI: Reserving SSDT table memory at [mem 0x5db65000-0x5db663de]
[ +0.000001] ACPI: Reserving SSDT table memory at [mem 0x5db62000-0x5db64c70]
[ +0.000001] ACPI: Reserving SSDT table memory at [mem 0x5db60000-0x5db61342]
[ +0.000001] ACPI: Reserving SSDT table memory at [mem 0x5db52000-0x5db5f7c1]
[ +0.000002] ACPI: Reserving SSDT table memory at [mem 0x5db51000-0x5db5114f]
[ +0.000001] ACPI: Reserving NHLT table memory at [mem 0x5db50000-0x5db502f0]
[ +0.000001] ACPI: Reserving SSDT table memory at [mem 0x5db4e000-0x5db4f0bf]
[ +0.000001] ACPI: Reserving LPIT table memory at [mem 0x5db4d000-0x5db4d0cb]
[ +0.000002] ACPI: Reserving WSMT table memory at [mem 0x5db4c000-0x5db4c027]
[ +0.000001] ACPI: Reserving SSDT table memory at [mem 0x5db4b000-0x5db4bb43]
[ +0.000001] ACPI: Reserving SSDT table memory at [mem 0x5db41000-0x5db4a2f3]
[ +0.000001] ACPI: Reserving DBGP table memory at [mem 0x5db40000-0x5db40033]
[ +0.000001] ACPI: Reserving DBG2 table memory at [mem 0x5db3f000-0x5db3f053]
[ +0.000002] ACPI: Reserving BOOT table memory at [mem 0x5db3e000-0x5db3e027]
[ +0.000001] ACPI: Reserving SSDT table memory at [mem 0x5dbfd000-0x5dbfd60d]
[ +0.000001] ACPI: Reserving TPM2 table memory at [mem 0x5db3c000-0x5db3c04b]
[ +0.000002] ACPI: Reserving DMAR table memory at [mem 0x5db3b000-0x5db3b09f]
[ +0.000001] ACPI: Reserving FPDT table memory at [mem 0x5db3a000-0x5db3a033]
[ +0.000001] ACPI: Reserving SSDT table memory at [mem 0x5db39000-0x5db399cb]
[ +0.000002] ACPI: Reserving SSDT table memory at [mem 0x5db35000-0x5db389d9]
[ +0.000001] ACPI: Reserving SSDT table memory at [mem 0x5db31000-0x5db349d9]
[ +0.000001] ACPI: Reserving SSDT table memory at [mem 0x5db30000-0x5db30143]
[ +0.000001] ACPI: Reserving UEFI table memory at [mem 0x5d8a6000-0x5d8a6639]
[ +0.000002] ACPI: Reserving UEFI table memory at [mem 0x5d8a5000-0x5d8a505b]
[ +0.000001] ACPI: Reserving PHAT table memory at [mem 0x5db2f000-0x5db2f5ac]
[ +0.000001] ACPI: Reserving BGRT table memory at [mem 0x5db2e000-0x5db2e037]
[ +0.000074] No NUMA configuration found
[ +0.000001] Faking a node at [mem 0x0000000000000000-0x000000088f7fffff]
[ +0.000007] NODE_DATA(0) allocated [mem 0x88f7fb000-0x88f7fffff]
[ +0.000073] Zone ranges:
[ +0.000002] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ +0.000003] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ +0.000002] Normal [mem 0x0000000100000000-0x000000088f7fffff]
[ +0.000003] Device empty
[ +0.000001] Movable zone start for each node
[ +0.000001] Early memory node ranges
[ +0.000001] node 0: [mem 0x0000000000001000-0x000000000009efff]
[ +0.000002] node 0: [mem 0x0000000000100000-0x00000000580b5fff]
[ +0.000002] node 0: [mem 0x000000005dbff000-0x000000005dbfffff]
[ +0.000002] node 0: [mem 0x0000000100000000-0x000000088f7fffff]
[ +0.000005] Initmem setup node 0 [mem 0x0000000000001000-0x000000088f7fffff]
[ +0.000009] On node 0, zone DMA: 1 pages in unavailable ranges
[ +0.000043] On node 0, zone DMA: 97 pages in unavailable ranges
[ +0.003656] On node 0, zone DMA32: 23369 pages in unavailable ranges
[ +0.066414] On node 0, zone Normal: 9216 pages in unavailable ranges
[ +0.000023] On node 0, zone Normal: 2048 pages in unavailable ranges
[ +0.000063] Reserving Intel graphics memory at [mem 0x6c800000-0x707fffff]
[ +0.001597] ACPI: PM-Timer IO Port: 0x1808
[ +0.000014] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[ +0.000003] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[ +0.000001] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[ +0.000001] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[ +0.000002] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[ +0.000001] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[ +0.000001] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[ +0.000001] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[ +0.000001] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
[ +0.000001] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
[ +0.000001] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
[ +0.000001] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
[ +0.000001] ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
[ +0.000001] ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
[ +0.000001] ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
[ +0.000001] ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
[ +0.000001] ACPI: LAPIC_NMI (acpi_id[0x11] high edge lint[0x1])
[ +0.000001] ACPI: LAPIC_NMI (acpi_id[0x12] high edge lint[0x1])
[ +0.000001] ACPI: LAPIC_NMI (acpi_id[0x13] high edge lint[0x1])
[ +0.000001] ACPI: LAPIC_NMI (acpi_id[0x14] high edge lint[0x1])
[ +0.000001] ACPI: LAPIC_NMI (acpi_id[0x15] high edge lint[0x1])
[ +0.000001] ACPI: LAPIC_NMI (acpi_id[0x16] high edge lint[0x1])
[ +0.000001] ACPI: LAPIC_NMI (acpi_id[0x17] high edge lint[0x1])
[ +0.000001] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[ +0.000143] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[ +0.000006] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ +0.000003] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ +0.000007] ACPI: Using ACPI (MADT) for SMP configuration information
[ +0.000002] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[ +0.000015] e820: update [mem 0x52820000-0x52924fff] usable ==> reserved
[ +0.000014] TSC deadline timer available
[ +0.000004] CPU topo: Max. logical packages: 1
[ +0.000002] CPU topo: Max. logical dies: 1
[ +0.000001] CPU topo: Max. dies per package: 1
[ +0.000004] CPU topo: Max. threads per core: 2
[ +0.000001] CPU topo: Num. cores per package: 12
[ +0.000001] CPU topo: Num. threads per package: 16
[ +0.000001] CPU topo: Allowing 16 present CPUs plus 0 hotplug CPUs
[ +0.000022] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ +0.000003] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x000fffff]
[ +0.000003] PM: hibernation: Registered nosave memory: [mem 0x52820000-0x52924fff]
[ +0.000002] PM: hibernation: Registered nosave memory: [mem 0x580b6000-0x5d110fff]
[ +0.000001] PM: hibernation: Registered nosave memory: [mem 0x5d111000-0x5d971fff]
[ +0.000001] PM: hibernation: Registered nosave memory: [mem 0x5d972000-0x5dbfefff]
[ +0.000002] PM: hibernation: Registered nosave memory: [mem 0x5dc00000-0x663fffff]
[ +0.000001] PM: hibernation: Registered nosave memory: [mem 0x66400000-0x66dfffff]
[ +0.000001] PM: hibernation: Registered nosave memory: [mem 0x66e00000-0x707fffff]
[ +0.000001] PM: hibernation: Registered nosave memory: [mem 0x70800000-0xfed1ffff]
[ +0.000001] PM: hibernation: Registered nosave memory: [mem 0xfed20000-0xfed7ffff]
[ +0.000001] PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xffffffff]
[ +0.000003] [mem 0x70800000-0xfed1ffff] available for PCI devices
[ +0.000002] Booting paravirtualized kernel on bare hardware
[ +0.000003] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[ +0.009090] setup_percpu: NR_CPUS:320 nr_cpumask_bits:16 nr_cpu_ids:16 nr_node_ids:1
[ +0.001346] percpu: Embedded 66 pages/cpu s233472 r8192 d28672 u524288
[ +0.000009] pcpu-alloc: s233472 r8192 d28672 u524288 alloc=1*2097152
[ +0.000004] pcpu-alloc: [0] 00 01 02 03 [0] 04 05 06 07
[ +0.000007] pcpu-alloc: [0] 08 09 10 11 [0] 12 13 14 15
[ +0.000029] Kernel command line: initrd=\initrd-linux-custom.img root="UUID=aa97c5c2-c3cf-4b82-8773-5970f490a90b" rw audit=0 quiet splash
[ +0.000055] audit: disabled (until reboot)
[ +0.000035] Unknown kernel command line parameters "splash", will be passed to user space.
[ +0.003073] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
[ +0.001475] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[ +0.000247] Fallback order for Node 0: 0
[ +0.000005] Built 1 zonelists, mobility grouping on. Total pages: 8288341
[ +0.000002] Policy zone: Normal
[ +0.000217] mem auto-init: stack:all(zero), heap alloc:on, heap free:off, mlocked free:off
[ +0.000013] software IO TLB: area num 16.
[ +0.070277] Memory: 32319252K/33153364K available (18432K kernel code, 2208K rwdata, 13404K rodata, 3436K init, 3508K bss, 833852K reserved, 0K cma-reserved)
[ +0.000283] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
[ +0.000052] ftrace: allocating 50384 entries in 197 pages
[ +0.008436] ftrace: allocated 197 pages with 4 groups
[ +0.000079] Dynamic Preempt: full
[ +0.000077] rcu: Preemptible hierarchical RCU implementation.
[ +0.000001] rcu: RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=16.
[ +0.000002] rcu: RCU priority boosting: priority 1 delay 500 ms.
[ +0.000001] Trampoline variant of Tasks RCU enabled.
[ +0.000001] Rude variant of Tasks RCU enabled.
[ +0.000000] Tracing variant of Tasks RCU enabled.
[ +0.000001] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[ +0.000001] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
[ +0.000013] RCU Tasks: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1.
[ +0.000002] RCU Tasks Rude: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1.
[ +0.000002] RCU Tasks Trace: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1.
[ +0.005209] NR_IRQS: 20736, nr_irqs: 2184, preallocated irqs: 16
[ +0.000476] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ +0.000655] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
[ +0.000044] Console: colour dummy device 80x25
[ +0.000003] printk: legacy console [tty0] enabled
[ +0.000061] ACPI: Core revision 20240322
[ +0.000495] hpet: HPET dysfunctional in PC10. Force disabled.
[ +0.000001] APIC: Switch to symmetric I/O mode setup
[ +0.000002] DMAR: Host address width 39
[ +0.000002] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[ +0.000006] DMAR: dmar0: reg_base_addr fed90000 ver 4:0 cap 1c0000c40660462 ecap 29a00f0505e
[ +0.000003] DMAR: DRHD base: 0x000000fed92000 flags: 0x0
[ +0.000004] DMAR: dmar1: reg_base_addr fed92000 ver 1:0 cap d2008c40660462 ecap f050da
[ +0.000002] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[ +0.000006] DMAR: dmar2: reg_base_addr fed91000 ver 5:0 cap d2008c40660462 ecap f050da
[ +0.000002] DMAR: RMRR base: 0x0000006c000000 end: 0x000000707fffff
[ +0.000003] DMAR-IR: IOAPIC id 2 under DRHD base 0xfed91000 IOMMU 2
[ +0.000002] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[ +0.000001] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[ +0.005477] DMAR-IR: Enabled IRQ remapping in x2apic mode
[ +0.000003] x2apic enabled
[ +0.000119] APIC: Switched APIC routing to: cluster x2apic
[ +0.014471] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x25a39079a08, max_idle_ns: 440795310461 ns
[ +0.000009] Calibrating delay loop (skipped), value calculated using timer frequency.. 5222.40 BogoMIPS (lpj=2611200)
[ +0.000072] CPU0: Thermal monitoring enabled (TM1)
[ +0.000003] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[ +0.000159] CET detected: Indirect Branch Tracking enabled
[ +0.000003] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[ +0.000001] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
[ +0.000004] process: using mwait in idle threads
[ +0.000003] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[ +0.000004] Spectre V2 : Mitigation: Enhanced / Automatic IBRS
[ +0.000001] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[ +0.000001] Spectre V2 : Spectre v2 / PBRSB-eIBRS: Retire a single CALL on VMEXIT
[ +0.000002] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[ +0.000002] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[ +0.000002] Register File Data Sampling: Mitigation: Clear Register File
[ +0.000014] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[ +0.000001] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[ +0.000001] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[ +0.000001] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
[ +0.000001] x86/fpu: Supporting XSAVE feature 0x800: 'Control-flow User registers'
[ +0.000002] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
[ +0.000001] x86/fpu: xstate_offset[9]: 832, xstate_sizes[9]: 8
[ +0.000001] x86/fpu: xstate_offset[11]: 840, xstate_sizes[11]: 16
[ +0.000002] x86/fpu: Enabled xstate features 0xa07, context size is 856 bytes, using 'compacted' format.
[ +0.000716] Freeing SMP alternatives memory: 40K
[ +0.000000] pid_max: default: 32768 minimum: 301
[ +0.000000] LSM: initializing lsm=capability,landlock,lockdown,yama,bpf
[ +0.000000] landlock: Up and running.
[ +0.000000] Yama: becoming mindful.
[ +0.000000] LSM support for eBPF active
[ +0.000000] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ +0.000000] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ +0.000000] smpboot: CPU0: 13th Gen Intel(R) Core(TM) i7-1360P (family: 0x6, model: 0xba, stepping: 0x2)
[ +0.000000] Performance Events: XSAVE Architectural LBR, PEBS fmt4+-baseline, AnyThread deprecated, Alderlake Hybrid events, 32-deep LBR, full-width counters, Intel PMU driver.
[ +0.000000] core: cpu_core PMU driver:
[ +0.000000] ... version: 5
[ +0.000000] ... bit width: 48
[ +0.000000] ... generic registers: 8
[ +0.000000] ... value mask: 0000ffffffffffff
[ +0.000000] ... max period: 00007fffffffffff
[ +0.000000] ... fixed-purpose events: 4
[ +0.000000] ... event mask: 0001000f000000ff
[ +0.000000] signal: max sigframe size: 3632
[ +0.000000] Estimated ratio of average max frequency by base frequency (times 1024): 1772
[ +0.000000] rcu: Hierarchical SRCU implementation.
[ +0.000000] rcu: Max phase no-delay instances is 400.
[ +0.000431] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[ +0.000145] smp: Bringing up secondary CPUs ...
[ +0.000087] smpboot: x86: Booting SMP configuration:
[ +0.000001] .... node #0, CPUs: #2 #4 #6 #8 #9 #10 #11 #12 #13 #14 #15
[ -0.187751] core: cpu_atom PMU driver: PEBS-via-PT
[ +0.000000] ... version: 5
[ +0.000000] ... bit width: 48
[ +0.000000] ... generic registers: 6
[ +0.000000] ... value mask: 0000ffffffffffff
[ +0.000000] ... max period: 00007fffffffffff
[ +0.000000] ... fixed-purpose events: 3
[ +0.000000] ... event mask: 000000070000003f
[ +0.193185] #1 #3 #5 #7
[ +0.003951] smp: Brought up 1 node, 16 CPUs
[ +0.000000] smpboot: Total of 16 processors activated (83558.40 BogoMIPS)
[ +0.002053] devtmpfs: initialized
[ +0.000000] x86/mm: Memory block size: 128MB
[ +0.002036] ACPI: PM: Registering ACPI NVS region [mem 0x5d111000-0x5d971fff] (8785920 bytes)
[ +0.000000] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[ +0.000006] futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
[ +0.000083] pinctrl core: initialized pinctrl subsystem
[ +0.000577] PM: RTC time: 11:45:37, date: 2024-05-27
[ +0.000689] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ +0.000431] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[ +0.000363] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ +0.000370] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ +0.000093] thermal_sys: Registered thermal governor 'fair_share'
[ +0.000001] thermal_sys: Registered thermal governor 'bang_bang'
[ +0.000002] thermal_sys: Registered thermal governor 'step_wise'
[ +0.000000] thermal_sys: Registered thermal governor 'user_space'
[ +0.000001] thermal_sys: Registered thermal governor 'power_allocator'
[ +0.000012] cpuidle: using governor ladder
[ +0.000003] cpuidle: using governor menu
[ +0.000233] Simple Boot Flag at 0x47 set to 0x80
[ +0.000071] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[ +0.000001] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ +0.000150] PCI: ECAM [mem 0xc0000000-0xce0fffff] (base 0xc0000000) for domain 0000 [bus 00-e0]
[ +0.000015] PCI: Using configuration type 1 for base access
[ +0.000124] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[ +0.001703] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ +0.000000] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[ +0.000000] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ +0.000000] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[ +0.000222] Demotion targets for Node 0: null
[ +0.000000] ACPI: Added _OSI(Module Device)
[ +0.000000] ACPI: Added _OSI(Processor Device)
[ +0.000000] ACPI: Added _OSI(3.0 _SCP Extensions)
[ +0.000000] ACPI: Added _OSI(Processor Aggregator Device)
[ +0.135896] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS01._DSM], AE_ALREADY_EXISTS (20240322/dswload2-326)
[ +0.000009] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20240322/psobject-220)
[ +0.000003] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ +0.000015] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS03._DSM], AE_ALREADY_EXISTS (20240322/dswload2-326)
[ +0.000004] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20240322/psobject-220)
[ +0.000002] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ +0.003076] ACPI: 17 ACPI AML tables successfully acquired and loaded
[ +0.027689] ACPI: USB4 _OSC: OS supports USB3+ DisplayPort+ PCIe+ XDomain+
[ +0.000003] ACPI: USB4 _OSC: OS controls USB3+ DisplayPort+ PCIe+ XDomain+
[ +0.002854] ACPI: Dynamic OEM Table Load:
[ +0.000013] ACPI: SSDT 0xFFFF965D01796800 000394 (v02 PmRef Cpu0Cst 00003001 INTL 20200717)
[ +0.001792] ACPI: Dynamic OEM Table Load:
[ +0.000009] ACPI: SSDT 0xFFFF965D022E3000 000605 (v02 PmRef Cpu0Ist 00003000 INTL 20200717)
[ +0.001820] ACPI: Dynamic OEM Table Load:
[ +0.000007] ACPI: SSDT 0xFFFF965D02262C00 0001AB (v02 PmRef Cpu0Psd 00003000 INTL 20200717)
[ +0.001671] ACPI: Dynamic OEM Table Load:
[ +0.000008] ACPI: SSDT 0xFFFF965D022E2800 0004B5 (v02 PmRef Cpu0Hwp 00003000 INTL 20200717)
[ +0.002330] ACPI: Dynamic OEM Table Load:
[ +0.000013] ACPI: SSDT 0xFFFF965D0178A000 001BAF (v02 PmRef ApIst 00003000 INTL 20200717)
[ +0.002757] ACPI: Dynamic OEM Table Load:
[ +0.000009] ACPI: SSDT 0xFFFF965D0178E000 001038 (v02 PmRef ApHwp 00003000 INTL 20200717)
[ +0.002477] ACPI: Dynamic OEM Table Load:
[ +0.000010] ACPI: SSDT 0xFFFF965D022E8000 001349 (v02 PmRef ApPsd 00003000 INTL 20200717)
[ +0.002521] ACPI: Dynamic OEM Table Load:
[ +0.000010] ACPI: SSDT 0xFFFF965D01798000 000FBB (v02 PmRef ApCst 00003000 INTL 20200717)
[ +0.010332] ACPI: _OSC evaluated successfully for all CPUs
[ +0.000203] ACPI: EC: EC started
[ +0.000001] ACPI: EC: interrupt blocked
[ +0.005269] ACPI: EC: EC_CMD/EC_SC=0x934, EC_DATA=0x930
[ +0.000004] ACPI: \_SB_.PC00.LPCB.ECDV: Boot DSDT EC used to handle transactions
[ +0.000002] ACPI: Interpreter enabled
[ +0.000081] ACPI: PM: (supports S0 S4 S5)
[ +0.000001] ACPI: Using IOAPIC for interrupt routing
[ +0.002161] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ +0.000002] PCI: Ignoring E820 reservations for host bridge windows
[ +0.002869] ACPI: Enabled 8 GPEs in block 00 to 7F
[ +0.008751] ACPI: \_SB_.PC00.XHCI.RHUB.HS10.BTRT: New power resource
[ +0.011448] ACPI: \_SB_.PC00.CNVW.WRST: New power resource
[ +0.025299] ACPI: \_SB_.PC00.TBT0: New power resource
[ +0.000089] ACPI: \_SB_.PC00.TBT1: New power resource
[ +0.000081] ACPI: \_SB_.PC00.D3C_: New power resource
[ +0.247661] ACPI: \PIN_: New power resource
[ +0.000362] ACPI: PCI Root Bridge [PC00] (domain 0000 [bus 00-e0])
[ +0.000007] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[ +0.002246] acpi PNP0A08:00: _OSC: platform does not support [AER]
[ +0.004311] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME PCIeCapability LTR DPC]
[ +0.000001] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[ +0.005674] PCI host bridge to bus 0000:00
[ +0.000002] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
[ +0.000002] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ +0.000002] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ +0.000001] pci_bus 0000:00: root bus resource [mem 0x70800000-0xbfffffff window]
[ +0.000002] pci_bus 0000:00: root bus resource [mem 0x4000000000-0x7fffffffff window]
[ +0.000001] pci_bus 0000:00: root bus resource [bus 00-e0]
[ +0.000081] pci 0000:00:00.0: [8086:a707] type 00 class 0x060000 conventional PCI endpoint
[ +0.000286] pci 0000:00:02.0: [8086:a7a0] type 00 class 0x030000 PCIe Root Complex Integrated Endpoint
[ +0.000009] pci 0000:00:02.0: BAR 0 [mem 0x603f000000-0x603fffffff 64bit]
[ +0.000006] pci 0000:00:02.0: BAR 2 [mem 0x4000000000-0x400fffffff 64bit pref]
[ +0.000004] pci 0000:00:02.0: BAR 4 [io 0x3000-0x303f]
[ +0.000017] pci 0000:00:02.0: DMAR: Skip IOMMU disabling for graphics
[ +0.000003] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[ +0.000027] pci 0000:00:02.0: VF BAR 0 [mem 0x00000000-0x00ffffff 64bit]
[ +0.000002] pci 0000:00:02.0: VF BAR 0 [mem 0x00000000-0x06ffffff 64bit]: contains BAR 0 for 7 VFs
[ +0.000005] pci 0000:00:02.0: VF BAR 2 [mem 0x00000000-0x1fffffff 64bit pref]
[ +0.000001] pci 0000:00:02.0: VF BAR 2 [mem 0x00000000-0xdfffffff 64bit pref]: contains BAR 2 for 7 VFs
[ +0.000143] pci 0000:00:04.0: [8086:a71d] type 00 class 0x118000 conventional PCI endpoint
[ +0.000014] pci 0000:00:04.0: BAR 0 [mem 0x6040280000-0x604029ffff 64bit]
[ +0.000270] pci 0000:00:05.0: [8086:a75d] type 00 class 0x048000 PCIe Root Complex Integrated Endpoint
[ +0.000008] pci 0000:00:05.0: BAR 0 [mem 0x603e000000-0x603effffff 64bit]
[ +0.000013] pci 0000:00:05.0: enabling Extended Tags
[ +0.000126] pci 0000:00:06.0: [8086:09ab] type 00 class 0x088000 conventional PCI endpoint
[ +0.000735] pci 0000:00:07.0: [8086:a76e] type 01 class 0x060400 PCIe Root Port
[ +0.000018] pci 0000:00:07.0: PCI bridge to [bus 01-3f]
[ +0.000004] pci 0000:00:07.0: bridge window [mem 0x82000000-0x8e1fffff]
[ +0.000007] pci 0000:00:07.0: bridge window [mem 0x6000000000-0x601bffffff 64bit pref]
[ +0.000092] pci 0000:00:07.0: PME# supported from D0 D3hot D3cold
[ +0.000028] pci 0000:00:07.0: PTM enabled (root), 4ns granularity
[ +0.000951] pci 0000:00:07.2: [8086:a72f] type 01 class 0x060400 PCIe Root Port
[ +0.000018] pci 0000:00:07.2: PCI bridge to [bus 40-7e]
[ +0.000004] pci 0000:00:07.2: bridge window [mem 0x74000000-0x801fffff]
[ +0.000006] pci 0000:00:07.2: bridge window [mem 0x6020000000-0x603bffffff 64bit pref]
[ +0.000088] pci 0000:00:07.2: PME# supported from D0 D3hot D3cold
[ +0.000026] pci 0000:00:07.2: PTM enabled (root), 4ns granularity
[ +0.001005] pci 0000:00:08.0: [8086:a74f] type 00 class 0x088000 conventional PCI endpoint
[ +0.000008] pci 0000:00:08.0: BAR 0 [mem 0x60402f5000-0x60402f5fff 64bit]
[ +0.000115] pci 0000:00:0a.0: [8086:a77d] type 00 class 0x118000 PCIe Root Complex Integrated Endpoint
[ +0.000007] pci 0000:00:0a.0: BAR 0 [mem 0x60402d0000-0x60402d7fff 64bit]
[ +0.000018] pci 0000:00:0a.0: enabling Extended Tags
[ +0.000114] pci 0000:00:0d.0: [8086:a71e] type 00 class 0x0c0330 conventional PCI endpoint
[ +0.000010] pci 0000:00:0d.0: BAR 0 [mem 0x60402c0000-0x60402cffff 64bit]
[ +0.000041] pci 0000:00:0d.0: PME# supported from D3hot D3cold
[ +0.000503] pci 0000:00:0d.2: [8086:a73e] type 00 class 0x0c0340 conventional PCI endpoint
[ +0.000013] pci 0000:00:0d.2: BAR 0 [mem 0x6040240000-0x604027ffff 64bit]
[ +0.000006] pci 0000:00:0d.2: BAR 2 [mem 0x60402f4000-0x60402f4fff 64bit]
[ +0.000036] pci 0000:00:0d.2: supports D1 D2
[ +0.000001] pci 0000:00:0d.2: PME# supported from D0 D1 D2 D3hot D3cold
[ +0.000132] pci 0000:00:0d.3: [8086:a76d] type 00 class 0x0c0340 conventional PCI endpoint
[ +0.000010] pci 0000:00:0d.3: BAR 0 [mem 0x6040200000-0x604023ffff 64bit]
[ +0.000007] pci 0000:00:0d.3: BAR 2 [mem 0x60402f3000-0x60402f3fff 64bit]
[ +0.000031] pci 0000:00:0d.3: supports D1 D2
[ +0.000001] pci 0000:00:0d.3: PME# supported from D0 D1 D2 D3hot D3cold
[ +0.000250] pci 0000:00:0e.0: [8086:a77f] type 00 class 0x010400 PCIe Root Complex Integrated Endpoint
[ +0.000013] pci 0000:00:0e.0: BAR 0 [mem 0x603c000000-0x603dffffff 64bit]
[ +0.000007] pci 0000:00:0e.0: BAR 2 [mem 0x72000000-0x73ffffff]
[ +0.000016] pci 0000:00:0e.0: BAR 4 [mem 0x6040100000-0x60401fffff 64bit]
[ +0.000419] pci 0000:00:12.0: [8086:51fc] type 00 class 0x070000 conventional PCI endpoint
[ +0.000024] pci 0000:00:12.0: BAR 0 [mem 0x60402b0000-0x60402bffff 64bit]
[ +0.000094] pci 0000:00:12.0: PME# supported from D0 D3hot
[ +0.000655] pci 0000:00:14.0: [8086:51ed] type 00 class 0x0c0330 conventional PCI endpoint
[ +0.000024] pci 0000:00:14.0: BAR 0 [mem 0x60402a0000-0x60402affff 64bit]
[ +0.000109] pci 0000:00:14.0: PME# supported from D3hot D3cold
[ +0.000552] pci 0000:00:14.2: [8086:51ef] type 00 class 0x050000 conventional PCI endpoint
[ +0.000023] pci 0000:00:14.2: BAR 0 [mem 0x60402e8000-0x60402ebfff 64bit]
[ +0.000013] pci 0000:00:14.2: BAR 2 [mem 0x60402f2000-0x60402f2fff 64bit]
[ +0.000705] pci 0000:00:14.3: [8086:51f1] type 00 class 0x028000 PCIe Root Complex Integrated Endpoint
[ +0.000802] pci 0000:00:14.3: BAR 0 [mem 0x60402e4000-0x60402e7fff 64bit]
[ +0.002249] pci 0000:00:14.3: PME# supported from D0 D3hot D3cold
[ +0.002345] pci 0000:00:15.0: [8086:51e8] type 00 class 0x0c8000 conventional PCI endpoint
[ +0.000764] pci 0000:00:15.0: BAR 0 [mem 0x00000000-0x00000fff 64bit]
[ +0.004024] pci 0000:00:15.1: [8086:51e9] type 00 class 0x0c8000 conventional PCI endpoint
[ +0.000765] pci 0000:00:15.1: BAR 0 [mem 0x00000000-0x00000fff 64bit]
[ +0.003554] pci 0000:00:16.0: [8086:51e0] type 00 class 0x078000 conventional PCI endpoint
[ +0.000026] pci 0000:00:16.0: BAR 0 [mem 0x60402ef000-0x60402effff 64bit]
[ +0.000101] pci 0000:00:16.0: PME# supported from D3hot
[ +0.001319] pci 0000:00:1e.0: [8086:51a8] type 00 class 0x078000 conventional PCI endpoint
[ +0.000796] pci 0000:00:1e.0: BAR 0 [mem 0x00000000-0x00000fff 64bit]
[ +0.004094] pci 0000:00:1e.3: [8086:51ab] type 00 class 0x0c8000 conventional PCI endpoint
[ +0.000796] pci 0000:00:1e.3: BAR 0 [mem 0x00000000-0x00000fff 64bit]
[ +0.003509] pci 0000:00:1f.0: [8086:519d] type 00 class 0x060100 conventional PCI endpoint
[ +0.000446] pci 0000:00:1f.3: [8086:51ca] type 00 class 0x040100 conventional PCI endpoint
[ +0.000056] pci 0000:00:1f.3: BAR 0 [mem 0x60402e0000-0x60402e3fff 64bit]
[ +0.000070] pci 0000:00:1f.3: BAR 4 [mem 0x6040000000-0x60400fffff 64bit]
[ +0.000167] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[ +0.000152] pci 0000:00:1f.4: [8086:51a3] type 00 class 0x0c0500 conventional PCI endpoint
[ +0.000029] pci 0000:00:1f.4: BAR 0 [mem 0x60402ec000-0x60402ec0ff 64bit]
[ +0.000036] pci 0000:00:1f.4: BAR 4 [io 0xefa0-0xefbf]
[ +0.000323] pci 0000:00:1f.5: [8086:51a4] type 00 class 0x0c8000 conventional PCI endpoint
[ +0.000022] pci 0000:00:1f.5: BAR 0 [mem 0xfe010000-0xfe010fff]
[ +0.000220] pci 0000:01:00.0: [8086:0b26] type 01 class 0x060400 PCIe Switch Upstream Port
[ +0.000046] pci 0000:01:00.0: PCI bridge to [bus 02-3f]
[ +0.000013] pci 0000:01:00.0: bridge window [mem 0x82000000-0x8dffffff]
[ +0.000015] pci 0000:01:00.0: bridge window [mem 0x6000000000-0x601befffff 64bit pref]
[ +0.000018] pci 0000:01:00.0: enabling Extended Tags
[ +0.000153] pci 0000:01:00.0: supports D1 D2
[ +0.000001] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ +0.000137] pci 0000:01:00.0: PTM enabled, 4ns granularity
[ +0.000042] pci 0000:01:00.0: 8.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x4 link at 0000:00:07.0 (capable of 31.504 Gb/s with 8.0 GT/s PCIe x4 link)
[ +0.002849] pci 0000:00:07.0: PCI bridge to [bus 01-3f]
[ +0.000092] pci 0000:02:00.0: [8086:0b26] type 01 class 0x060400 PCIe Switch Downstream Port
[ +0.000046] pci 0000:02:00.0: PCI bridge to [bus 03]
[ +0.000046] pci 0000:02:00.0: enabling Extended Tags
[ +0.000163] pci 0000:02:00.0: supports D1 D2
[ +0.000001] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ +0.000308] pci 0000:02:01.0: [8086:0b26] type 01 class 0x060400 PCIe Switch Downstream Port
[ +0.000049] pci 0000:02:01.0: PCI bridge to [bus 04-16]
[ +0.000013] pci 0000:02:01.0: bridge window [mem 0x8a000000-0x8dffffff]
[ +0.000015] pci 0000:02:01.0: bridge window [mem 0x6012a00000-0x601befffff 64bit pref]
[ +0.000021] pci 0000:02:01.0: enabling Extended Tags
[ +0.000163] pci 0000:02:01.0: supports D1 D2
[ +0.000001] pci 0000:02:01.0: PME# supported from D0 D1 D2 D3hot D3cold
[ +0.000305] pci 0000:02:02.0: [8086:0b26] type 01 class 0x060400 PCIe Switch Downstream Port
[ +0.000047] pci 0000:02:02.0: PCI bridge to [bus 17-29]
[ +0.000013] pci 0000:02:02.0: bridge window [mem 0x86000000-0x89ffffff]
[ +0.000015] pci 0000:02:02.0: bridge window [mem 0x6009500000-0x60129fffff 64bit pref]
[ +0.000020] pci 0000:02:02.0: enabling Extended Tags
[ +0.000166] pci 0000:02:02.0: supports D1 D2
[ +0.000000] pci 0000:02:02.0: PME# supported from D0 D1 D2 D3hot D3cold
[ +0.000305] pci 0000:02:03.0: [8086:0b26] type 01 class 0x060400 PCIe Switch Downstream Port
[ +0.000046] pci 0000:02:03.0: PCI bridge to [bus 2a-3e]
[ +0.000012] pci 0000:02:03.0: bridge window [mem 0x82000000-0x85ffffff]
[ +0.000016] pci 0000:02:03.0: bridge window [mem 0x6000000000-0x60094fffff 64bit pref]
[ +0.000020] pci 0000:02:03.0: enabling Extended Tags
[ +0.000163] pci 0000:02:03.0: supports D1 D2
[ +0.000001] pci 0000:02:03.0: PME# supported from D0 D1 D2 D3hot D3cold
[ +0.000311] pci 0000:02:04.0: [8086:0b26] type 01 class 0x060400 PCIe Switch Downstream Port
[ +0.000046] pci 0000:02:04.0: PCI bridge to [bus 3f]
[ +0.000046] pci 0000:02:04.0: enabling Extended Tags
[ +0.000161] pci 0000:02:04.0: supports D1 D2
[ +0.000001] pci 0000:02:04.0: PME# supported from D0 D1 D2 D3hot D3cold
[ +0.000311] pci 0000:01:00.0: PCI bridge to [bus 02-3f]
[ +0.000067] pci 0000:02:00.0: PCI bridge to [bus 03]
[ +0.000070] pci 0000:02:01.0: PCI bridge to [bus 04-16]
[ +0.000069] pci 0000:02:02.0: PCI bridge to [bus 17-29]
[ +0.000072] pci 0000:02:03.0: PCI bridge to [bus 2a-3e]
[ +0.000069] pci 0000:02:04.0: PCI bridge to [bus 3f]
[ +0.000103] pci 0000:00:07.2: PCI bridge to [bus 40-7e]
[ +0.004475] ACPI: \_SB_.PEPD: Duplicate LPS0 _DSM functions (mask: 0x7f)
[ +0.385036] Low-power S0 idle used by default for system suspend
[ +0.009220] ACPI: EC: interrupt unblocked
[ +0.000002] ACPI: EC: event unblocked
[ +0.000026] ACPI: EC: EC_CMD/EC_SC=0x934, EC_DATA=0x930
[ +0.000001] ACPI: EC: GPE=0x6e
[ +0.000001] ACPI: \_SB_.PC00.LPCB.ECDV: Boot DSDT EC initialization complete
[ +0.000002] ACPI: \_SB_.PC00.LPCB.ECDV: EC: Used to handle transactions and events
[ +0.000836] iommu: Default domain type: Translated
[ +0.000000] iommu: DMA domain TLB invalidation policy: lazy mode
[ +0.000139] SCSI subsystem initialized
[ +0.000006] libata version 3.00 loaded.
[ +0.000000] ACPI: bus type USB registered
[ +0.000000] usbcore: registered new interface driver usbfs
[ +0.000000] usbcore: registered new interface driver hub
[ +0.000000] usbcore: registered new device driver usb
[ +0.000000] pps_core: LinuxPPS API ver. 1 registered
[ +0.000000] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ +0.000000] PTP clock support registered
[ +0.000000] EDAC MC: Ver: 3.0.0
[ +0.000908] efivars: Registered efivars operations
[ +0.000165] NetLabel: Initializing
[ +0.000001] NetLabel: domain hash size = 128
[ +0.000001] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[ +0.000018] NetLabel: unlabeled traffic allowed by default
[ +0.000004] mctp: management component transport protocol core
[ +0.000001] NET: Registered PF_MCTP protocol family
[ +0.000004] PCI: Using ACPI for IRQ routing
[ +0.056527] PCI: pci_cache_line_size set to 64 bytes
[ +0.000339] pci 0000:00:1f.5: BAR 0 [mem 0xfe010000-0xfe010fff]: can't claim; no compatible bridge window
[ +0.000304] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
[ +0.000003] e820: reserve RAM buffer [mem 0x52820000-0x53ffffff]
[ +0.000001] e820: reserve RAM buffer [mem 0x580b6000-0x5bffffff]
[ +0.000001] e820: reserve RAM buffer [mem 0x5dc00000-0x5fffffff]
[ +0.000000] e820: reserve RAM buffer [mem 0x88f800000-0x88fffffff]
[ +0.000028] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[ +0.000000] pci 0000:00:02.0: vgaarb: bridge control possible
[ +0.000000] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[ +0.000000] vgaarb: loaded
[ +0.000000] clocksource: Switched to clocksource tsc-early
[ +0.000000] VFS: Disk quotas dquot_6.6.0
[ +0.000000] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ +0.000000] pnp: PnP ACPI init
[ +0.000025] system 00:00: [io 0x0680-0x069f] has been reserved
[ +0.000003] system 00:00: [io 0x164e-0x164f] has been reserved
[ +0.000123] system 00:02: [io 0x1854-0x1857] has been reserved
[ +0.001159] pnp 00:05: disabling [mem 0xc0000000-0xcfffffff] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
[ +0.000024] system 00:05: [mem 0xfedc0000-0xfedc7fff] has been reserved
[ +0.000002] system 00:05: [mem 0xfeda0000-0xfeda0fff] has been reserved
[ +0.000002] system 00:05: [mem 0xfeda1000-0xfeda1fff] has been reserved
[ +0.000001] system 00:05: [mem 0xfed20000-0xfed7ffff] could not be reserved
[ +0.000001] system 00:05: [mem 0xfed90000-0xfed93fff] could not be reserved
[ +0.000002] system 00:05: [mem 0xfed45000-0xfed8ffff] could not be reserved
[ +0.000001] system 00:05: [mem 0xfee00000-0xfeefffff] has been reserved
[ +0.001197] system 00:06: [io 0x2000-0x20fe] has been reserved
[ +0.004543] pnp: PnP ACPI: found 8 devices
[ +0.005463] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ +0.000065] NET: Registered PF_INET protocol family
[ +0.000316] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ +0.013442] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear)
[ +0.000060] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ +0.000293] TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ +0.000381] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[ +0.000114] TCP: Hash tables configured (established 262144 bind 65536)
[ +0.000115] MPTCP token hash table entries: 32768 (order: 7, 786432 bytes, linear)
[ +0.000080] UDP hash table entries: 16384 (order: 7, 524288 bytes, linear)
[ +0.000097] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear)
[ +0.000077] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ +0.000006] NET: Registered PF_XDP protocol family
[ +0.000006] pci 0000:02:01.0: bridge window [io 0x1000-0x0fff] to [bus 04-16] add_size 1000
[ +0.000004] pci 0000:02:02.0: bridge window [io 0x1000-0x0fff] to [bus 17-29] add_size 1000
[ +0.000002] pci 0000:02:03.0: bridge window [io 0x1000-0x0fff] to [bus 2a-3e] add_size 1000
[ +0.000002] pci 0000:01:00.0: bridge window [io 0x1000-0x0fff] to [bus 02-3f] add_size 3000
[ +0.000002] pci 0000:00:07.0: bridge window [io 0x1000-0x0fff] to [bus 01-3f] add_size 4000
[ +0.000002] pci 0000:00:07.2: bridge window [io 0x1000-0x0fff] to [bus 40-7e] add_size 1000
[ +0.000009] pci 0000:00:02.0: VF BAR 2 [mem 0x4020000000-0x40ffffffff 64bit pref]: assigned
[ +0.000005] pci 0000:00:02.0: VF BAR 0 [mem 0x4010000000-0x4016ffffff 64bit]: assigned
[ +0.000002] pci 0000:00:07.0: bridge window [io 0x4000-0x7fff]: assigned
[ +0.000002] pci 0000:00:07.2: bridge window [io 0x8000-0x8fff]: assigned
[ +0.000002] pci 0000:00:15.0: BAR 0 [mem 0x4017000000-0x4017000fff 64bit]: assigned
[ +0.000389] pci 0000:00:15.1: BAR 0 [mem 0x4017001000-0x4017001fff 64bit]: assigned
[ +0.000373] pci 0000:00:1e.0: BAR 0 [mem 0x4017002000-0x4017002fff 64bit]: assigned
[ +0.000394] pci 0000:00:1e.3: BAR 0 [mem 0x4017003000-0x4017003fff 64bit]: assigned
[ +0.000374] pci 0000:00:1f.5: BAR 0 [mem 0x70800000-0x70800fff]: assigned
[ +0.000017] pci 0000:01:00.0: bridge window [io 0x4000-0x6fff]: assigned
[ +0.000003] pci 0000:02:01.0: bridge window [io 0x4000-0x4fff]: assigned
[ +0.000001] pci 0000:02:02.0: bridge window [io 0x5000-0x5fff]: assigned
[ +0.000001] pci 0000:02:03.0: bridge window [io 0x6000-0x6fff]: assigned
[ +0.000001] pci 0000:02:00.0: PCI bridge to [bus 03]
[ +0.000022] pci 0000:02:01.0: PCI bridge to [bus 04-16]
[ +0.000003] pci 0000:02:01.0: bridge window [io 0x4000-0x4fff]
[ +0.000006] pci 0000:02:01.0: bridge window [mem 0x8a000000-0x8dffffff]
[ +0.000005] pci 0000:02:01.0: bridge window [mem 0x6012a00000-0x601befffff 64bit pref]
[ +0.000007] pci 0000:02:02.0: PCI bridge to [bus 17-29]
[ +0.000003] pci 0000:02:02.0: bridge window [io 0x5000-0x5fff]
[ +0.000006] pci 0000:02:02.0: bridge window [mem 0x86000000-0x89ffffff]
[ +0.000004] pci 0000:02:02.0: bridge window [mem 0x6009500000-0x60129fffff 64bit pref]
[ +0.000007] pci 0000:02:03.0: PCI bridge to [bus 2a-3e]
[ +0.000003] pci 0000:02:03.0: bridge window [io 0x6000-0x6fff]
[ +0.000006] pci 0000:02:03.0: bridge window [mem 0x82000000-0x85ffffff]
[ +0.000004] pci 0000:02:03.0: bridge window [mem 0x6000000000-0x60094fffff 64bit pref]
[ +0.000008] pci 0000:02:04.0: PCI bridge to [bus 3f]
[ +0.000015] pci 0000:01:00.0: PCI bridge to [bus 02-3f]
[ +0.000003] pci 0000:01:00.0: bridge window [io 0x4000-0x6fff]
[ +0.000005] pci 0000:01:00.0: bridge window [mem 0x82000000-0x8dffffff]
[ +0.000005] pci 0000:01:00.0: bridge window [mem 0x6000000000-0x601befffff 64bit pref]
[ +0.000007] pci 0000:00:07.0: PCI bridge to [bus 01-3f]
[ +0.000001] pci 0000:00:07.0: bridge window [io 0x4000-0x7fff]
[ +0.000003] pci 0000:00:07.0: bridge window [mem 0x82000000-0x8e1fffff]
[ +0.000002] pci 0000:00:07.0: bridge window [mem 0x6000000000-0x601bffffff 64bit pref]
[ +0.000003] pci 0000:00:07.2: PCI bridge to [bus 40-7e]
[ +0.000002] pci 0000:00:07.2: bridge window [io 0x8000-0x8fff]
[ +0.000002] pci 0000:00:07.2: bridge window [mem 0x74000000-0x801fffff]
[ +0.000002] pci 0000:00:07.2: bridge window [mem 0x6020000000-0x603bffffff 64bit pref]
[ +0.000005] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
[ +0.000002] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
[ +0.000001] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[ +0.000001] pci_bus 0000:00: resource 7 [mem 0x70800000-0xbfffffff window]
[ +0.000001] pci_bus 0000:00: resource 8 [mem 0x4000000000-0x7fffffffff window]
[ +0.000002] pci_bus 0000:01: resource 0 [io 0x4000-0x7fff]
[ +0.000001] pci_bus 0000:01: resource 1 [mem 0x82000000-0x8e1fffff]
[ +0.000001] pci_bus 0000:01: resource 2 [mem 0x6000000000-0x601bffffff 64bit pref]
[ +0.000001] pci_bus 0000:02: resource 0 [io 0x4000-0x6fff]
[ +0.000001] pci_bus 0000:02: resource 1 [mem 0x82000000-0x8dffffff]
[ +0.000001] pci_bus 0000:02: resource 2 [mem 0x6000000000-0x601befffff 64bit pref]
[ +0.000001] pci_bus 0000:04: resource 0 [io 0x4000-0x4fff]
[ +0.000001] pci_bus 0000:04: resource 1 [mem 0x8a000000-0x8dffffff]
[ +0.000001] pci_bus 0000:04: resource 2 [mem 0x6012a00000-0x601befffff 64bit pref]
[ +0.000002] pci_bus 0000:17: resource 0 [io 0x5000-0x5fff]
[ +0.000000] pci_bus 0000:17: resource 1 [mem 0x86000000-0x89ffffff]
[ +0.000001] pci_bus 0000:17: resource 2 [mem 0x6009500000-0x60129fffff 64bit pref]
[ +0.000002] pci_bus 0000:2a: resource 0 [io 0x6000-0x6fff]
[ +0.000001] pci_bus 0000:2a: resource 1 [mem 0x82000000-0x85ffffff]
[ +0.000001] pci_bus 0000:2a: resource 2 [mem 0x6000000000-0x60094fffff 64bit pref]
[ +0.000001] pci_bus 0000:40: resource 0 [io 0x8000-0x8fff]
[ +0.000001] pci_bus 0000:40: resource 1 [mem 0x74000000-0x801fffff]
[ +0.000001] pci_bus 0000:40: resource 2 [mem 0x6020000000-0x603bffffff 64bit pref]
[ +0.000945] PCI: CLS 0 bytes, default 64
[ +0.000113] DMAR: Intel-IOMMU force enabled due to platform opt in
[ +0.000009] DMAR: No ATSR found
[ +0.000001] DMAR: No SATC found
[ +0.000001] DMAR: IOMMU feature fl1gp_support inconsistent
[ +0.000001] DMAR: IOMMU feature pgsel_inv inconsistent
[ +0.000001] DMAR: IOMMU feature nwfs inconsistent
[ +0.000001] DMAR: IOMMU feature dit inconsistent
[ +0.000000] DMAR: IOMMU feature sc_support inconsistent
[ +0.000001] DMAR: IOMMU feature dev_iotlb_support inconsistent
[ +0.000001] DMAR: dmar1: Using Queued invalidation
[ +0.000003] DMAR: dmar0: Using Queued invalidation
[ +0.000002] DMAR: dmar2: Using Queued invalidation
[ +0.000062] Trying to unpack rootfs image as initramfs...
[ +0.000168] pci 0000:00:05.0: Adding to iommu group 0
[ +0.000037] pci 0000:00:02.0: Adding to iommu group 1
[ +0.000032] pci 0000:00:00.0: Adding to iommu group 2
[ +0.000009] pci 0000:00:04.0: Adding to iommu group 3
[ +0.000012] pci 0000:00:06.0: Adding to iommu group 4
[ +0.000010] pci 0000:00:07.0: Adding to iommu group 5
[ +0.000009] pci 0000:00:07.2: Adding to iommu group 6
[ +0.000009] pci 0000:00:08.0: Adding to iommu group 7
[ +0.000007] pci 0000:00:0a.0: Adding to iommu group 8
[ +0.000019] pci 0000:00:0d.0: Adding to iommu group 9
[ +0.000007] pci 0000:00:0d.2: Adding to iommu group 9
[ +0.000008] pci 0000:00:0d.3: Adding to iommu group 9
[ +0.000009] pci 0000:00:0e.0: Adding to iommu group 10
[ +0.000013] pci 0000:00:12.0: Adding to iommu group 11
[ +0.000015] pci 0000:00:14.0: Adding to iommu group 12
[ +0.000008] pci 0000:00:14.2: Adding to iommu group 12
[ +0.000008] pci 0000:00:14.3: Adding to iommu group 13
[ +0.000014] pci 0000:00:15.0: Adding to iommu group 14
[ +0.000009] pci 0000:00:15.1: Adding to iommu group 14
[ +0.000011] pci 0000:00:16.0: Adding to iommu group 15
[ +0.000015] pci 0000:00:1e.0: Adding to iommu group 16
[ +0.000009] pci 0000:00:1e.3: Adding to iommu group 16
[ +0.000021] pci 0000:00:1f.0: Adding to iommu group 17
[ +0.000009] pci 0000:00:1f.3: Adding to iommu group 17
[ +0.000009] pci 0000:00:1f.4: Adding to iommu group 17
[ +0.000010] pci 0000:00:1f.5: Adding to iommu group 17
[ +0.000011] pci 0000:01:00.0: Adding to iommu group 18
[ +0.000010] pci 0000:02:00.0: Adding to iommu group 19
[ +0.000008] pci 0000:02:01.0: Adding to iommu group 20
[ +0.000009] pci 0000:02:02.0: Adding to iommu group 21
[ +0.000009] pci 0000:02:03.0: Adding to iommu group 22
[ +0.000009] pci 0000:02:04.0: Adding to iommu group 23
[ +0.000425] DMAR: Intel(R) Virtualization Technology for Directed I/O
[ +0.000002] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ +0.000000] software IO TLB: mapped [mem 0x00000000434e4000-0x00000000474e4000] (64MB)
[ +0.000034] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x25a39079a08, max_idle_ns: 440795310461 ns
[ +0.000216] clocksource: Switched to clocksource tsc
[ +0.003428] Initialise system trusted keyrings
[ +0.000008] Key type blacklist registered
[ +0.000071] workingset: timestamp_bits=41 max_order=23 bucket_order=0
[ +0.000006] zbud: loaded
[ +0.000119] integrity: Platform Keyring initialized
[ +0.000003] integrity: Machine keyring initialized
[ +0.009220] Key type asymmetric registered
[ +0.000002] Asymmetric key parser 'x509' registered
[ +0.000018] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
[ +0.000044] io scheduler mq-deadline registered
[ +0.000001] io scheduler kyber registered
[ +0.000007] io scheduler bfq registered
[ +0.007933] pcieport 0000:00:07.0: PME: Signaling with IRQ 123
[ +0.000018] pcieport 0000:00:07.0: pciehp: Slot #3 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[ +0.000291] pcieport 0000:00:07.2: PME: Signaling with IRQ 124
[ +0.000017] pcieport 0000:00:07.2: pciehp: Slot #5 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[ +0.000790] pcieport 0000:02:01.0: pciehp: Slot #1 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[ +0.000328] pcieport 0000:02:02.0: pciehp: Slot #2 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[ +0.000344] pcieport 0000:02:03.0: pciehp: Slot #3 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[ +0.000494] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ +0.000223] Monitor-Mwait will be used to enter C-1 state
[ +0.000026] Monitor-Mwait will be used to enter C-2 state
[ +0.000005] Monitor-Mwait will be used to enter C-3 state
[ +0.000003] ACPI: \_SB_.PR00: Found 3 idle states
[ +0.001660] ACPI: AC: AC Adapter [AC] (on-line)
[ +0.000052] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
[ +0.000040] ACPI: button: Lid Switch [LID0]
[ +0.000022] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[ +0.000027] ACPI: button: Power Button [PBTN]
[ +0.003970] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[ +0.001543] serial 0000:00:12.0: enabling device (0000 -> 0002)
[ +0.000898] hpet_acpi_add: no address or irqs in _CRS
[ +0.000041] Non-volatile memory driver v1.3
[ +0.000001] Linux agpgart interface v0.103
[ +0.001807] tpm_tis STM0176:00: 2.0 TPM (device-id 0x0, rev-id 78)
[ +0.037458] ACPI: battery: Slot [BAT0] (battery present)
[ +0.021188] Freeing initrd memory: 36024K
[ +0.286816] ACPI: bus type drm_connector registered
[ +0.002615] ahci 0000:00:0e.0: version 3.0
[ +0.000009] ahci 0000:00:0e.0: probe with driver ahci failed with error -22
[ +0.000083] usbcore: registered new interface driver usbserial_generic
[ +0.000002] usbserial: USB Serial support registered for generic
[ +0.000026] rtc_cmos 00:01: RTC can wake from S4
[ +0.008441] rtc_cmos 00:01: registered as rtc0
[ +0.002045] rtc_cmos 00:01: setting system clock to 2024-05-27T11:45:38 UTC (1716810338)
[ +0.000027] rtc_cmos 00:01: alarms up to one month, y3k, 242 bytes nvram
[ +0.001138] intel_pstate: Intel P-state driver initializing
[ +0.001693] intel_pstate: HWP enabled
[ +0.000266] ledtrig-cpu: registered to indicate activity on CPUs
[ +0.000478] [drm] Initialized simpledrm 1.0.0 20200625 for simple-framebuffer.0 on minor 0
[ +0.001445] Console: switching to colour frame buffer device 100x37
[ +0.000720] simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
[ +0.000536] hid: raw HID events driver (C) Jiri Kosina
[ +0.000106] drop_monitor: Initializing network drop monitor service
[ +0.000082] Initializing XFRM netlink socket
[ +0.000028] NET: Registered PF_INET6 protocol family
[ +0.005566] Segment Routing with IPv6
[ +0.000001] RPL Segment Routing with IPv6
[ +0.000005] In-situ OAM (IOAM) with IPv6
[ +0.000016] NET: Registered PF_PACKET protocol family
[ +0.001158] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[ +0.000284] microcode: Current revision: 0x00004121
[ +0.000186] IPI shorthand broadcast: enabled
[ +0.001626] sched_clock: Marking stable (1657001321, 20833413)->(1720593366, -42758632)
[ +0.000214] Timer migration: 2 hierarchy levels; 8 children per group; 2 crossnode level
[ +0.000128] registered taskstats version 1
[ +0.000382] Loading compiled-in X.509 certificates
[ +0.002836] Loaded X.509 cert 'Build time autogenerated kernel key: 658c2d92e5069fca026f04f4aed038bb36c12159'
[ +0.002144] Loaded X.509 cert 'Local Out of tree kernel module signing key: fb179398c93b421e5b92a3374fbb078764f36b2c'
[ +0.004652] zswap: loaded using pool zstd/zsmalloc
[ +0.000034] Demotion targets for Node 0: null
[ +0.000203] Key type .fscrypt registered
[ +0.000001] Key type fscrypt-provisioning registered
[ +0.000149] integrity: Loading X.509 certificate: UEFI:db
[ +0.000021] integrity: Loaded X.509 cert 'Dell Inc.: Dell Bios DB Key: 637fa7a9f74471b406de0511557071fd41dd5487'
[ +0.000001] integrity: Loading X.509 certificate: UEFI:db
[ +0.000011] integrity: Loaded X.509 cert 'Dell Inc.: Dell Bios FW Aux Authority 2018: dd4df7c3f5ce7e5a77847915abc37b031f6b10bd'
[ +0.000001] integrity: Loading X.509 certificate: UEFI:db
[ +0.000015] integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
[ +0.000001] integrity: Loading X.509 certificate: UEFI:db
[ +0.000015] integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
[ +0.001355] PM: Magic number: 8:425:783
[ +0.002376] RAS: Correctable Errors collector initialized.
[ +0.008913] clk: Disabling unused clocks
[ +0.000001] PM: genpd: Disabling unused power domains
[ +0.004464] Freeing unused decrypted memory: 2028K
[ +0.000644] Freeing unused kernel image (initmem) memory: 3436K
[ +0.000016] Write protecting the kernel read-only data: 32768k
[ +0.000500] Freeing unused kernel image (rodata/data gap) memory: 932K
[ +0.005883] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ +0.000004] rodata_test: all tests were successful
[ +0.000003] Run /init as init process
[ +0.000001] with arguments:
[ +0.000000] /init
[ +0.000001] splash
[ +0.000001] with environment:
[ +0.000000] HOME=/
[ +0.000001] TERM=linux
[ +0.017597] systemd[1]: Successfully made /usr/ read-only.
[ +0.001442] systemd[1]: systemd 256rc3-1-arch-ga3680a4^ running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +XKBCOMMON +UTMP -SYSVINIT +LIBARCHIVE)
[ +0.000010] systemd[1]: Detected architecture x86-64.
[ +0.000002] systemd[1]: Running in initrd.
[ +0.000177] systemd[1]: Hostname set to <lap7.prv.sapience.com>.
[ +0.078370] systemd[1]: Queued start job for default target Initrd Default Target.
[ +0.017501] systemd[1]: Expecting device /dev/disk/by-uuid/54B1-665A...
[ +0.000075] systemd[1]: Expecting device /dev/disk/by-uuid/aa97c5c2-c3cf-4b82-8773-5970f490a90b...
[ +0.000048] systemd[1]: Reached target Initrd /usr File System.
[ +0.000067] systemd[1]: Reached target Slice Units.
[ +0.000031] systemd[1]: Reached target Swaps.
[ +0.000028] systemd[1]: Reached target Timer Units.
[ +0.000171] systemd[1]: Listening on Journal Socket (/dev/log).
[ +0.000103] systemd[1]: Listening on Journal Sockets.
[ +0.000103] systemd[1]: Listening on udev Control Socket.
[ +0.000073] systemd[1]: Listening on udev Kernel Socket.
[ +0.000025] systemd[1]: Reached target Socket Units.
[ +0.001723] systemd[1]: Starting Create List of Static Device Nodes...
[ +0.002457] systemd[1]: Starting Journal Service...
[ +0.001033] systemd[1]: Starting Load Kernel Modules...
[ +0.000045] systemd[1]: TPM PCR Barrier (initrd) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[ +0.000867] systemd[1]: Starting Virtual Console Setup...
[ +0.002447] systemd[1]: Finished Create List of Static Device Nodes.
[ +0.003296] systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
[ +0.005306] systemd-journald[223]: Collecting audit messages is disabled.
[ +0.000577] systemd[1]: Finished Virtual Console Setup.
[ +0.000493] systemd[1]: Starting dracut ask for additional cmdline parameters...
[ +0.001621] loop: module loaded
[ +0.003088] systemd[1]: Finished Create Static Device Nodes in /dev gracefully.
[ +0.000373] systemd[1]: Starting Create System Users...
[ +0.008012] systemd[1]: Finished Create System Users.
[ +0.000444] systemd[1]: Starting Create Static Device Nodes in /dev...
[ +0.001300] systemd[1]: Started Journal Service.
[ +0.005602] wireguard: WireGuard 1.0.0 loaded. See www.wireguard.com for information.
[ +0.000002] wireguard: Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
[ +0.001864] Asymmetric key parser 'pkcs8' registered
[ +0.233906] wmi_bus wmi_bus-PNP0C14:02: [Firmware Bug]: WQBC data block query control method not found
[ +0.003101] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[ +0.001156] i8042: Warning: Keylock active
[ +0.003598] serio: i8042 KBD port at 0x60,0x64 irq 1
[ +0.000053] serio: i8042 AUX port at 0x60,0x64 irq 12
[ +0.004333] vmd 0000:00:0e.0: PCI host bridge to bus 10000:e0
[ +0.000005] pci_bus 10000:e0: root bus resource [bus e0-ff]
[ +0.000002] pci_bus 10000:e0: root bus resource [mem 0x72000000-0x73ffffff]
[ +0.000002] pci_bus 10000:e0: root bus resource [mem 0x6040102000-0x60401fffff 64bit]
[ +0.000022] pci 10000:e0:06.0: [8086:a74d] type 01 class 0x060400 PCIe Root Port
[ +0.000015] pci 10000:e0:06.0: PCI bridge to [bus e1]
[ +0.000005] pci 10000:e0:06.0: bridge window [io 0x0000-0x0fff]
[ +0.000002] pci 10000:e0:06.0: bridge window [mem 0x72000000-0x720fffff]
[ +0.000041] pci 10000:e0:06.0: PME# supported from D0 D3hot D3cold
[ +0.000024] pci 10000:e0:06.0: PTM enabled (root), 4ns granularity
[ +0.000099] pci 10000:e0:06.0: Adding to iommu group 10
[ +0.000020] pci 10000:e0:06.0: Primary bus is hard wired to 0
[ +0.000034] pci 10000:e1:00.0: [1c5c:1959] type 00 class 0x010802 PCIe Endpoint
[ +0.000015] pci 10000:e1:00.0: BAR 0 [mem 0x72000000-0x72003fff 64bit]
[ +0.000418] pci 10000:e1:00.0: Adding to iommu group 10
[ +0.000035] pci 10000:e0:06.0: PCI bridge to [bus e1]
[ +0.000017] pci 10000:e0:06.0: Primary bus is hard wired to 0
[ +0.004160] xhci_hcd 0000:00:0d.0: xHCI Host Controller
[ +0.000006] xhci_hcd 0000:00:0d.0: new USB bus registered, assigned bus number 1
[ +0.001060] xhci_hcd 0000:00:0d.0: hcc params 0x20007fc1 hci version 0x120 quirks 0x0000000200009810
[ +0.000280] xhci_hcd 0000:00:0d.0: xHCI Host Controller
[ +0.000003] xhci_hcd 0000:00:0d.0: new USB bus registered, assigned bus number 2
[ +0.000002] xhci_hcd 0000:00:0d.0: Host supports USB 3.2 Enhanced SuperSpeed
[ +0.000049] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.10
[ +0.000005] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ +0.000002] usb usb1: Product: xHCI Host Controller
[ +0.000002] usb usb1: Manufacturer: Linux 6.10.0-rc1-custom-2 xhci-hcd
[ +0.000001] usb usb1: SerialNumber: 0000:00:0d.0
[ +0.000164] hub 1-0:1.0: USB hub found
[ +0.000010] hub 1-0:1.0: 1 port detected
[ +0.000099] cryptd: max_cpu_qlen set to 1000
[ +0.000232] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.10
[ +0.000003] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ +0.000002] usb usb2: Product: xHCI Host Controller
[ +0.000001] usb usb2: Manufacturer: Linux 6.10.0-rc1-custom-2 xhci-hcd
[ +0.000001] usb usb2: SerialNumber: 0000:00:0d.0
[ +0.000065] hub 2-0:1.0: USB hub found
[ +0.000005] hub 2-0:1.0: 3 ports detected
[ +0.001350] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ +0.000004] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
[ +0.001095] xhci_hcd 0000:00:14.0: hcc params 0x20007fc1 hci version 0x120 quirks 0x0000100200009810
[ +0.000385] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ +0.000021] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
[ +0.000003] xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed
[ +0.000063] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.10
[ +0.000005] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ +0.000002] usb usb3: Product: xHCI Host Controller
[ +0.000001] usb usb3: Manufacturer: Linux 6.10.0-rc1-custom-2 xhci-hcd
[ +0.000001] usb usb3: SerialNumber: 0000:00:14.0
[ +0.000414] hub 3-0:1.0: USB hub found
[ +0.000033] hub 3-0:1.0: 12 ports detected
[ +0.001403] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.10
[ +0.000005] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ +0.000002] usb usb4: Product: xHCI Host Controller
[ +0.000002] usb usb4: Manufacturer: Linux 6.10.0-rc1-custom-2 xhci-hcd
[ +0.000001] usb usb4: SerialNumber: 0000:00:14.0
[ +0.000104] hub 4-0:1.0: USB hub found
[ +0.000016] hub 4-0:1.0: 4 ports detected
[ +0.003086] AVX2 version of gcm_enc/dec engaged.
[ +0.000142] AES CTR mode by8 optimization enabled
[ +0.005722] intel-lpss 0000:00:15.0: enabling device (0000 -> 0002)
[ +0.000700] idma64 idma64.0: Found Intel integrated DMA 64-bit
[ +0.006420] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2
[ +0.108932] intel-lpss 0000:00:15.1: enabling device (0000 -> 0002)
[ +0.000343] idma64 idma64.1: Found Intel integrated DMA 64-bit
[ +0.060618] intel-lpss 0000:00:1e.0: enabling device (0000 -> 0002)
[ +0.000424] idma64 idma64.2: Found Intel integrated DMA 64-bit
[ +0.011619] intel-lpss 0000:00:1e.3: enabling device (0000 -> 0002)
[ +0.000251] idma64 idma64.3: Found Intel integrated DMA 64-bit
[ +0.017733] pci 10000:e0:06.0: bridge window [mem 0x72000000-0x720fffff]: assigned
[ +0.000003] pci 10000:e0:06.0: bridge window [io size 0x1000]: can't assign; no space
[ +0.000002] pci 10000:e0:06.0: bridge window [io size 0x1000]: failed to assign
[ +0.000003] pci 10000:e1:00.0: BAR 0 [mem 0x72000000-0x72003fff 64bit]: assigned
[ +0.000008] pci 10000:e0:06.0: PCI bridge to [bus e1]
[ +0.000003] pci 10000:e0:06.0: bridge window [mem 0x72000000-0x720fffff]
[ +0.000009] pci 10000:e1:00.0: can't override BIOS ASPM; OS doesn't have ASPM control
[ +0.000022] pcieport 10000:e0:06.0: can't derive routing for PCI INT D
[ +0.000001] pcieport 10000:e0:06.0: PCI INT D: no GSI
[ +0.000050] pcieport 10000:e0:06.0: PME: Signaling with IRQ 166
[ +0.000075] vmd 0000:00:0e.0: Bound to PCI domain 10000
[ +0.016199] i915 0000:00:02.0: [drm] VT-d active for gfx access
[ +0.003633] Console: switching to colour dummy device 80x25
[ +0.006966] usb 3-1: new high-speed USB device number 2 using xhci_hcd
[ +0.015263] i915 0000:00:02.0: vgaarb: deactivate vga console
[ +0.000082] i915 0000:00:02.0: [drm] Using Transparent Hugepages
[ +0.000537] i915 0000:00:02.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[ +0.002761] input: LXT2021:00 29BD:3303 Touchscreen as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-0/i2c-LXT2021:00/0018:29BD:3303.0001/input/input5
[ +0.000063] hid-generic 0018:29BD:3303.0001: input,hidraw0: I2C HID v1.00 Device [LXT2021:00 29BD:3303] on i2c-LXT2021:00
[ +0.000739] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/adlp_dmc.bin (v2.20)
[ +0.013007] input: VEN_04F3:00 04F3:31D1 Mouse as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-1/i2c-VEN_04F3:00/0018:04F3:31D1.0002/input/input7
[ +0.000036] input: VEN_04F3:00 04F3:31D1 Touchpad as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-1/i2c-VEN_04F3:00/0018:04F3:31D1.0002/input/input8
[ +0.000024] input: VEN_04F3:00 04F3:31D1 as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-1/i2c-VEN_04F3:00/0018:04F3:31D1.0002/input/input10
[ +0.000029] hid-generic 0018:04F3:31D1.0002: input,hidraw1: I2C HID v1.00 Mouse [VEN_04F3:00 04F3:31D1] on i2c-VEN_04F3:00
[ +0.012523] nvme nvme0: pci function 10000:e1:00.0
[ +0.000006] pcieport 10000:e0:06.0: can't derive routing for PCI INT A
[ +0.000001] nvme 10000:e1:00.0: PCI INT A: not connected
[ +0.005182] dw-apb-uart.2: ttyS4 at MMIO 0x4017002000 (irq = 16, base_baud = 6250000) is a 16550A
[ +0.006132] input: LXT2021:00 29BD:3303 as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-0/i2c-LXT2021:00/0018:29BD:3303.0001/input/input11
[ +0.000062] hid-multitouch 0018:29BD:3303.0001: input,hidraw0: I2C HID v1.00 Device [LXT2021:00 29BD:3303] on i2c-LXT2021:00
[ +0.000689] nvme nvme0: 16/0/0 default/read/poll queues
[ +0.002796] nvme0n1: p1 p2 p3
[ +0.021081] usb 2-1: new SuperSpeed Plus Gen 2x1 USB device number 2 using xhci_hcd
[ +0.012504] usb 2-1: New USB device found, idVendor=8087, idProduct=0b40, bcdDevice=12.34
[ +0.000003] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ +0.000001] usb 2-1: Product: USB3.0 Hub
[ +0.000001] usb 2-1: Manufacturer: Intel Corporation.
[ +0.000493] hub 2-1:1.0: USB hub found
[ +0.000012] hub 2-1:1.0: 4 ports detected
[ +0.025681] input: VEN_04F3:00 04F3:31D1 Mouse as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-1/i2c-VEN_04F3:00/0018:04F3:31D1.0002/input/input13
[ +0.000056] input: VEN_04F3:00 04F3:31D1 Touchpad as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-1/i2c-VEN_04F3:00/0018:04F3:31D1.0002/input/input14
[ +0.000023] input: VEN_04F3:00 04F3:31D1 UNKNOWN as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-1/i2c-VEN_04F3:00/0018:04F3:31D1.0002/input/input16
[ +0.000052] hid-multitouch 0018:04F3:31D1.0002: input,hidraw1: I2C HID v1.00 Mouse [VEN_04F3:00 04F3:31D1] on i2c-VEN_04F3:00
[ +0.007484] usb 3-1: New USB device found, idVendor=1d5c, idProduct=5801, bcdDevice= 1.01
[ +0.000005] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ +0.000002] usb 3-1: Product: USB2.0 Hub
[ +0.000001] usb 3-1: Manufacturer: Fresco Logic, Inc.
[ +0.001207] hub 3-1:1.0: USB hub found
[ +0.000036] hub 3-1:1.0: 6 ports detected
[ +0.115431] usb 3-8: new full-speed USB device number 3 using xhci_hcd
[ +0.037718] i915 0000:00:02.0: [drm] GT0: GuC firmware i915/adlp_guc_70.bin version 70.20.0
[ +0.000004] i915 0000:00:02.0: [drm] GT0: HuC firmware i915/tgl_huc.bin version 7.9.3
[ +0.013989] i915 0000:00:02.0: [drm] GT0: HuC: authenticated for all workloads
[ +0.000345] i915 0000:00:02.0: [drm] GT0: GUC: submission enabled
[ +0.000001] i915 0000:00:02.0: [drm] GT0: GUC: SLPC enabled
[ +0.000487] i915 0000:00:02.0: [drm] GT0: GUC: RC enabled
[ +0.000534] i915 0000:00:02.0: [drm] Protected Xe Path (PXP) protected content support initialized
[ +0.010903] [drm] Initialized i915 1.6.0 20230929 for 0000:00:02.0 on minor 1
[ +0.005326] ACPI: video: Video Device [GFX0] (multi-head: yes rom: no post: no)
[ +0.004524] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input17
[ +0.054573] usb 3-8: New USB device found, idVendor=8086, idProduct=0b63, bcdDevice=10.01
[ +0.000012] usb 3-8: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ +0.000005] usb 3-8: Product: USB Bridge
[ +0.000003] usb 3-8: Manufacturer: MCHP
[ +0.035035] fbcon: i915drmfb (fb0) is primary device
[ +0.000052] Console: switching to colour frame buffer device 240x67
[ +0.000007] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
[ +0.029605] ish-hid {33AECD58-B679-4E54-9BD9-A04D34F0C226}: [hid-ish]: enum_devices_done OK, num_hid_devices=2
[ +0.010922] hid-generic 001F:8087:0AC2.0003: hidraw2: SENSOR HUB HID v2.00 Device [hid-ishtp 8087:0AC2] on
[ +0.006773] hid-generic 001F:8087:0AC2.0004: hidraw3: SENSOR HUB HID v2.00 Device [hid-ishtp 8087:0AC2] on
[ +0.007481] hid-sensor-hub 001F:8087:0AC2.0003: hidraw2: SENSOR HUB HID v2.00 Device [hid-ishtp 8087:0AC2] on
[ +0.001268] hid-sensor-hub 001F:8087:0AC2.0004: hidraw3: SENSOR HUB HID v2.00 Device [hid-ishtp 8087:0AC2] on
[ +0.025404] usb 3-9: new full-speed USB device number 4 using xhci_hcd
[ +0.040329] input: PS/2 Generic Mouse as /devices/platform/i8042/serio1/input/input4
[ +0.087676] usb 3-9: New USB device found, idVendor=27c6, idProduct=63bc, bcdDevice= 1.00
[ +0.000006] usb 3-9: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ +0.000002] usb 3-9: Product: Goodix USB2.0 MISC
[ +0.000001] usb 3-9: Manufacturer: Goodix Technology Co., Ltd.
[ +0.000002] usb 3-9: SerialNumber: UIDBC032E31_XXXX_MOC_B0
[ +0.077981] usb 3-1.3: new full-speed USB device number 5 using xhci_hcd
[ +0.041006] EXT4-fs (nvme0n1p2): mounted filesystem aa97c5c2-c3cf-4b82-8773-5970f490a90b r/w with ordered data mode. Quota mode: none.
[ +0.051165] usb 3-1.3: New USB device found, idVendor=1050, idProduct=0407, bcdDevice= 5.43
[ +0.000006] usb 3-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ +0.000002] usb 3-1.3: Product: YubiKey OTP+FIDO+CCID
[ +0.000002] usb 3-1.3: Manufacturer: Yubico
[ +0.112965] usb 3-10: new full-speed USB device number 6 using xhci_hcd
[ +0.128340] usb 3-10: New USB device found, idVendor=8087, idProduct=0033, bcdDevice= 0.00
[ +0.000005] usb 3-10: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ +0.074646] usb 3-1.5: new full-speed USB device number 7 using xhci_hcd
[ +0.095298] usb 3-1.5: New USB device found, idVendor=047d, idProduct=80dc, bcdDevice=17.46
[ +0.000005] usb 3-1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ +0.000002] usb 3-1.5: Product: Kensington TBT4 Nano Dock
[ +0.000002] usb 3-1.5: Manufacturer: Kensington
[ +0.000001] usb 3-1.5: SerialNumber: 11AD1D0AA0113F110F0A0B00
[ +0.082672] usb 3-1.6: new high-speed USB device number 8 using xhci_hcd
[ +0.094968] usb 3-1.6: New USB device found, idVendor=1d5c, idProduct=5530, bcdDevice= 1.01
[ +0.000005] usb 3-1.6: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ +0.000002] usb 3-1.6: Product: Frescologic VENDOR HID
[ +0.000002] usb 3-1.6: Manufacturer: Frescologic
[ +0.631331] i915 0000:00:02.0: [drm] Selective fetch area calculation failed in pipe A
[ +0.248230] systemd-journald[223]: Received SIGTERM from PID 1 (systemd).
[ +0.056975] systemd[1]: systemd 256rc3-1-arch-ga3680a4^ running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +XKBCOMMON +UTMP -SYSVINIT +LIBARCHIVE)
[ +0.000004] systemd[1]: Detected architecture x86-64.
[ +0.092935] systemd[1]: bpf-restrict-fs: LSM BPF program attached
[ +0.017880] systemd-sslh-generator: Configuration directory '/etc/sslh/' does not exist! No units generated.
[ +0.128280] systemd[1]: run-credentials-systemd\x2djournald.service.mount: Deactivated successfully.
[ +0.000196] systemd[1]: initrd-switch-root.service: Deactivated successfully.
[ +0.000077] systemd[1]: Stopped Switch Root.
[ +0.000416] systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1.
[ +0.000236] systemd[1]: Created slice Slice /system/getty.
[ +0.000171] systemd[1]: Created slice Encrypted Volume Units Service Slice.
[ +0.000161] systemd[1]: Created slice Slice /system/systemd-fsck.
[ +0.000103] systemd[1]: Created slice User and Session Slice.
[ +0.000016] systemd[1]: Dispatch Password Requests to Console Directory Watch was skipped because of an unmet condition check (ConditionPathExists=!/run/plymouth/pid).
[ +0.000027] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ +0.000086] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ +0.000012] systemd[1]: Expecting device /dev/disk/by-uuid/54B1-665A...
[ +0.000005] systemd[1]: Expecting device /dev/disk/by-uuid/789e9dda-442b-4cfd-9427-f670c5727ae1...
[ +0.000008] systemd[1]: Expecting device /dev/disk/by-uuid/813d99a7-9dd7-4485-b757-7834ecb57fc9...
[ +0.000009] systemd[1]: Reached target Login Prompts.
[ +0.000012] systemd[1]: Stopped target Switch Root.
[ +0.000011] systemd[1]: Stopped target Initrd File Systems.
[ +0.000008] systemd[1]: Stopped target Initrd Root File System.
[ +0.000012] systemd[1]: Reached target Local Integrity Protected Volumes.
[ +0.000022] systemd[1]: Reached target Slice Units.
[ +0.000015] systemd[1]: Reached target Swaps.
[ +0.000013] systemd[1]: Reached target Local Verity Protected Volumes.
[ +0.000043] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[ +0.000036] systemd[1]: Listening on LVM2 poll daemon socket.
[ +0.000697] systemd[1]: Listening on Process Core Dump Socket.
[ +0.000376] systemd[1]: Listening on Credential Encryption/Decryption.
[ +0.000028] systemd[1]: TPM PCR Measurements was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[ +0.000009] systemd[1]: Make TPM PCR Policy was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[ +0.000031] systemd[1]: Listening on udev Control Socket.
[ +0.000029] systemd[1]: Listening on udev Kernel Socket.
[ +0.000487] systemd[1]: Mounting Huge Pages File System...
[ +0.000509] systemd[1]: Mounting POSIX Message Queue File System...
[ +0.000746] systemd[1]: Mounting Kernel Debug File System...
[ +0.000806] systemd[1]: Mounting Kernel Trace File System...
[ +0.012503] systemd[1]: Mounting Temporary Directory /tmp...
[ +0.000068] systemd[1]: Kernel Module supporting RPCSEC_GSS was skipped because of an unmet condition check (ConditionPathExists=/etc/krb5.keytab).
[ +0.000724] systemd[1]: Starting Create List of Static Device Nodes...
[ +0.000643] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[ +0.000545] systemd[1]: Starting Load Kernel Module configfs...
[ +0.000473] systemd[1]: Starting Load Kernel Module dm_mod...
[ +0.000687] systemd[1]: Starting Load Kernel Module drm...
[ +0.000740] systemd[1]: Starting Load Kernel Module fuse...
[ +0.000494] systemd[1]: Starting Load Kernel Module loop...
[ +0.000053] systemd[1]: plymouth-switch-root.service: Deactivated successfully.
[ +0.000052] systemd[1]: Stopped Plymouth switch root service.
[ +0.000120] systemd[1]: Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67).
[ +0.001236] systemd[1]: Starting Journal Service...
[ +0.000886] systemd[1]: Starting Load Kernel Modules...
[ +0.000022] systemd[1]: TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[ +0.000472] systemd[1]: Starting Remount Root and Kernel File Systems...
[ +0.000076] systemd[1]: Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[ +0.000781] systemd[1]: Starting Load udev Rules from Credentials...
[ +0.000707] systemd[1]: Starting Coldplug All udev Devices...
[ +0.001055] systemd[1]: Mounted Huge Pages File System.
[ +0.000066] systemd[1]: Mounted POSIX Message Queue File System.
[ +0.000044] systemd[1]: Mounted Kernel Debug File System.
[ +0.000041] systemd[1]: Mounted Kernel Trace File System.
[ +0.000043] systemd[1]: Mounted Temporary Directory /tmp.
[ +0.000154] systemd[1]: Finished Create List of Static Device Nodes.
[ +0.000125] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[ +0.000095] systemd[1]: Finished Load Kernel Module configfs.
[ +0.000118] systemd[1]: modprobe@drm.service: Deactivated successfully.
[ +0.000083] systemd[1]: Finished Load Kernel Module drm.
[ +0.000109] systemd[1]: modprobe@loop.service: Deactivated successfully.
[ +0.000078] systemd[1]: Finished Load Kernel Module loop.
[ +0.000694] systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
[ +0.000924] device-mapper: uevent: version 1.0.3
[ +0.000068] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@lists.linux.dev
[ +0.000827] systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
[ +0.000200] systemd[1]: Finished Load Kernel Module dm_mod.
[ +0.000263] systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
[ +0.000250] systemd[1]: Finished Load Kernel Modules.
[ +0.001016] systemd[1]: Starting Apply Kernel Variables...
[ +0.001498] systemd[1]: Finished Load udev Rules from Credentials.
[ +0.001087] fuse: init (API version 7.40)
[ +0.000468] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[ +0.000096] systemd[1]: Finished Load Kernel Module fuse.
[ +0.002741] systemd-journald[533]: Collecting audit messages is disabled.
[ +0.001414] systemd[1]: Started Journal Service.
[ +0.009150] EXT4-fs (nvme0n1p2): re-mounted aa97c5c2-c3cf-4b82-8773-5970f490a90b r/w. Quota mode: none.
[ +0.009186] systemd-journald[533]: Received client request to flush runtime journal.
[ +0.080120] mousedev: PS/2 mouse device common for all mice
[ +0.014954] int3472-discrete INT3472:01: INT3472 seems to have no dependents.
[ +0.003082] mc: Linux media interface: v0.10
[ +0.000469] input: Intel HID events as /devices/platform/INTC1078:00/input/input18
[ +0.001066] intel-hid INTC1078:00: platform supports 5 button array
[ +0.002097] input: Intel HID 5 button array as /devices/platform/INTC1078:00/input/input19
[ +0.009060] Consider using thermal netlink events interface
[ +0.001547] videodev: Linux video capture interface: v2.00
[ +0.002080] int3472-discrete INT3472:06: GPIO type 0x02 unknown; the sensor may not work
[ +0.014534] intel_pmc_core INT33A1:00: initialized
[ +0.001900] resource: resource sanity check: requesting [mem 0x00000000fedc0000-0x00000000fedcffff], which spans more than pnp 00:05 [mem 0xfedc0000-0xfedc7fff]
[ +0.000006] caller igen6_probe+0x15e/0x7c0 [igen6_edac] mapping multiple BARs
[ +0.007739] ACPI: bus type thunderbolt registered
[ +0.001014] intel-ipu6 0000:00:05.0: enabling device (0000 -> 0002)
[ +0.000469] intel-ipu6 0000:00:05.0: IPU6 in non-secure mode touch 0x0 mask 0xff
[ +0.003709] EDAC MC0: Giving out device to module igen6_edac controller Intel_client_SoC MC#0: DEV 0000:00:00.0 (INTERRUPT)
[ +0.001653] intel-ipu6 0000:00:05.0: FW version: 20230925
[ +0.001905] intel-ipu6 0000:00:05.0: IPU6-v3[a75d] hardware version 5
[ +0.004713] EDAC MC1: Giving out device to module igen6_edac controller Intel_client_SoC MC#1: DEV 0000:00:00.0 (INTERRUPT)
[ +0.000029] EDAC igen6 MC1: HANDLING IBECC MEMORY ERROR
[ +0.000001] EDAC igen6 MC1: ADDR 0x1ffffffffff
[ +0.000001] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[ +0.000001] EDAC igen6 MC0: ADDR 0x1ffffffffff
[ +0.001515] EDAC igen6: v2.5.1
[ +0.006861] mei_me 0000:00:16.0: enabling device (0000 -> 0002)
[ +0.009490] i801_smbus 0000:00:1f.4: enabling device (0000 -> 0003)
[ +0.000453] i801_smbus 0000:00:1f.4: SPD Write Disable is set
[ +0.000038] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[ +0.018572] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ +0.001683] usbcore: registered new interface driver ljca
[ +0.001479] input: Yubico YubiKey OTP+FIDO+CCID as /devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1.3/3-1.3:1.0/0003:1050:0407.0005/input/input20
[ +0.000181] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ +0.000199] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
[ +0.014102] input: PC Speaker as /devices/platform/pcspkr/input/input21
[ +0.000239] Bluetooth: Core ver 2.22
[ +0.000016] NET: Registered PF_BLUETOOTH protocol family
[ +0.000001] Bluetooth: HCI device and connection manager initialized
[ +0.000003] Bluetooth: HCI socket layer initialized
[ +0.000001] Bluetooth: L2CAP socket layer initialized
[ +0.000003] Bluetooth: SCO socket layer initialized
[ +0.001816] ACPI: battery: new extension: Dell DDV Battery Extension
[ +0.036105] hid-generic 0003:1050:0407.0005: input,hidraw4: USB HID v1.10 Keyboard [Yubico YubiKey OTP+FIDO+CCID] on usb-0000:00:14.0-1.3/input0
[ +0.000651] hid-generic 0003:1050:0407.0006: hiddev96,hidraw5: USB HID v1.10 Device [Yubico YubiKey OTP+FIDO+CCID] on usb-0000:00:14.0-1.3/input1
[ +0.000830] hid-generic 0003:1D5C:5530.0007: hiddev97,hidraw6: USB HID v1.01 Device [Frescologic Frescologic VENDOR HID] on usb-0000:00:14.0-1.6/input0
[ +0.000028] usbcore: registered new interface driver usbhid
[ +0.000001] usbhid: USB HID core driver
[ +0.035348] RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
[ +0.000004] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[ +0.000001] RAPL PMU: hw unit of domain package 2^-14 Joules
[ +0.000001] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[ +0.000001] RAPL PMU: hw unit of domain psys 2^-14 Joules
[ +0.282748] i2c i2c-17: Memory type 0x23 not supported yet, not instantiating SPD
[ +0.149236] usb 3-1: USB disconnect, device number 2
[ +0.000004] usb 3-1.3: USB disconnect, device number 5
[ +0.022916] pcieport 0000:00:07.0: pciehp: Slot(3): Link Down
[ +0.000003] pcieport 0000:00:07.0: pciehp: Slot(3): Card not present
[ +0.002366] pcieport 0000:02:03.0: Runtime PM usage count underflow!
[ +0.000495] pcieport 0000:02:02.0: Runtime PM usage count underflow!
[ +0.000195] pcieport 0000:02:01.0: Runtime PM usage count underflow!
[ +0.000135] pci_bus 0000:03: busn_res: [bus 03] is released
[ +0.000105] pci_bus 0000:04: busn_res: [bus 04-16] is released
[ +0.000111] pci_bus 0000:17: busn_res: [bus 17-29] is released
[ +0.000180] pci_bus 0000:2a: busn_res: [bus 2a-3e] is released
[ +0.000047] pci_bus 0000:3f: busn_res: [bus 3f] is released
[ +0.000046] pci_bus 0000:02: busn_res: [bus 02-3f] is released
[ +0.128238] usb 2-1: USB disconnect, device number 2
[ +0.020767] usb 3-1.5: USB disconnect, device number 7
[ +0.000463] usb 3-1.6: USB disconnect, device number 8
[ +0.066428] proc_thermal_pci 0000:00:04.0: enabling device (0000 -> 0002)
[ +0.000175] intel_rapl_common: Found RAPL domain package
[ +0.010928] Intel(R) Wireless WiFi driver for Linux
[ +0.001649] iwlwifi 0000:00:14.3: enabling device (0000 -> 0002)
[ +0.014461] iwlwifi 0000:00:14.3: Detected crf-id 0x400410, cnv-id 0x80400 wfpm id 0x80000020
[ +0.000100] iwlwifi 0000:00:14.3: PCI dev 51f1/4090, rev=0x370, rfid=0x2010d000
[ +0.005968] iwlwifi 0000:00:14.3: TLV_FW_FSEQ_VERSION: FSEQ Version: 0.0.2.42
[ +0.000438] iwlwifi 0000:00:14.3: loaded firmware version 89.e9cec78e.0 so-a0-gf-a0-89.ucode op_mode iwlmvm
[ +0.009139] iTCO_vendor_support: vendor-support=0
[ +0.007741] intel_rapl_msr: PL4 support detected.
[ +0.000918] intel_rapl_common: Found RAPL domain package
[ +0.000002] intel_rapl_common: Found RAPL domain core
[ +0.000001] intel_rapl_common: Found RAPL domain uncore
[ +0.000002] intel_rapl_common: Found RAPL domain psys
[ +0.003499] usbcore: registered new interface driver btusb
[ +0.001111] input: Dell Privacy Driver as /devices/platform/PNP0C14:02/wmi_bus/wmi_bus-PNP0C14:02/6932965F-1671-4CEB-B988-D3AB0A901919/input/input22
[ +0.000890] input: Dell WMI hotkeys as /devices/platform/PNP0C14:02/wmi_bus/wmi_bus-PNP0C14:02/9DBB5994-A997-11DA-B012-B622A1EF5492/input/input23
[ +0.000253] Bluetooth: hci0: Device revision is 0
[ +0.000003] Bluetooth: hci0: Secure boot is enabled
[ +0.000001] Bluetooth: hci0: OTP lock is enabled
[ +0.000001] Bluetooth: hci0: API lock is enabled
[ +0.000001] Bluetooth: hci0: Debug lock is disabled
[ +0.000001] Bluetooth: hci0: Minimum firmware build 1 week 10 2014
[ +0.000002] Bluetooth: hci0: Bootloader timestamp 2019.40 buildtype 1 build 38
[ +0.001140] iTCO_wdt iTCO_wdt: Found a Intel PCH TCO device (Version=6, TCOBASE=0x0400)
[ +0.000393] ACPI Warning: \_SB.PC00.XHCI.RHUB.HS10._DSM: Argument #4 type mismatch - Found [Integer], ACPI requires [Package] (20240322/nsarguments-61)
[ +0.000767] iTCO_wdt iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[ +0.001247] Bluetooth: hci0: DSM reset method type: 0x00
[ +0.002611] Creating 1 MTD partitions on "0000:00:1f.5":
[ +0.000005] 0x000000000000-0x000004000000 : "BIOS"
[ +0.002921] Bluetooth: hci0: Found device firmware: intel/ibt-0040-0041.sfi
[ +0.000027] Bluetooth: hci0: Boot Address: 0x100800
[ +0.000001] Bluetooth: hci0: Firmware Version: 46-14.24
[ +0.002332] mei_pxp 0000:00:16.0-fbf6fcf1-96cf-4e2e-a6a6-1bab8cbe36b1: bound 0000:00:02.0 (ops i915_pxp_tee_component_ops [i915])
[ +0.001907] mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_ops [i915])
[ +0.071923] ACPI Warning: \_SB.PC00.SPI1.SPFD.CVFD.SID: Insufficient arguments - Caller passed 0, method requires 1 (20240322/nsarguments-232)
[ +0.003684] intel_vsc intel_vsc: silicon stepping version is 0:2
[ +1.439175] Bluetooth: hci0: Waiting for firmware download to complete
[ +0.000934] Bluetooth: hci0: Firmware loaded in 1484353 usecs
[ +0.000077] Bluetooth: hci0: Waiting for device to boot
[ +0.015934] Bluetooth: hci0: Device booted in 15623 usecs
[ +0.000002] Bluetooth: hci0: Malformed MSFT vendor event: 0x02
[ +0.009803] Bluetooth: hci0: Found Intel DDC parameters: intel/ibt-0040-0041.ddc
[ +0.002209] Bluetooth: hci0: Applying Intel DDC parameters completed
[ +0.002930] Bluetooth: hci0: Firmware timestamp 2024.14 buildtype 1 build 81454
[ +0.000014] Bluetooth: hci0: Firmware SHA1: 0xdfd62093
[ +0.003943] Bluetooth: hci0: Fseq status: Success (0x00)
[ +0.000008] Bluetooth: hci0: Fseq executed: 00.00.02.41
[ +0.000008] Bluetooth: hci0: Fseq BT Top: 00.00.02.41
[ +1.763314] usb 3-1: new high-speed USB device number 9 using xhci_hcd
[ +0.174082] thunderbolt 0-0:1.1: new retimer found, vendor=0x8087 device=0x15ee
[ +0.014139] usb 3-1: New USB device found, idVendor=1d5c, idProduct=5801, bcdDevice= 1.01
[ +0.000008] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ +0.000002] usb 3-1: Product: USB2.0 Hub
[ +0.000002] usb 3-1: Manufacturer: Fresco Logic, Inc.
[ +0.001102] hub 3-1:1.0: USB hub found
[ +0.000050] hub 3-1:1.0: 6 ports detected
[ +0.025617] thunderbolt 0-1: new device found, vendor=0x1b device=0xb
[ +0.000005] thunderbolt 0-1: Kensington Kensington TBT4 Nano Dock
[ +0.507885] usb 3-1.3: new full-speed USB device number 10 using xhci_hcd
[ +0.090446] usb 3-1.3: New USB device found, idVendor=1050, idProduct=0407, bcdDevice= 5.43
[ +0.000009] usb 3-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ +0.000005] usb 3-1.3: Product: YubiKey OTP+FIDO+CCID
[ +0.000003] usb 3-1.3: Manufacturer: Yubico
[ +0.015834] input: Yubico YubiKey OTP+FIDO+CCID as /devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1.3/3-1.3:1.0/0003:1050:0407.0008/input/input24
[ +0.042785] usb 2-1: new SuperSpeed Plus Gen 2x1 USB device number 3 using xhci_hcd
[ +0.010462] hid-generic 0003:1050:0407.0008: input,hidraw4: USB HID v1.10 Keyboard [Yubico YubiKey OTP+FIDO+CCID] on usb-0000:00:14.0-1.3/input0
[ +0.001173] hid-generic 0003:1050:0407.0009: hiddev96,hidraw5: USB HID v1.10 Device [Yubico YubiKey OTP+FIDO+CCID] on usb-0000:00:14.0-1.3/input1
[ +0.000949] usb 2-1: New USB device found, idVendor=8087, idProduct=0b40, bcdDevice=12.34
[ +0.000008] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ +0.000004] usb 2-1: Product: USB3.0 Hub
[ +0.000002] usb 2-1: Manufacturer: Intel Corporation.
[ +0.000739] hub 2-1:1.0: USB hub found
[ +0.000033] hub 2-1:1.0: 4 ports detected
[ +0.075547] usb 3-1.5: new full-speed USB device number 11 using xhci_hcd
[ +0.094490] usb 3-1.5: New USB device found, idVendor=047d, idProduct=80dc, bcdDevice=17.46
[ +0.000014] usb 3-1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ +0.000005] usb 3-1.5: Product: Kensington TBT4 Nano Dock
[ +0.000004] usb 3-1.5: Manufacturer: Kensington
[ +0.000003] usb 3-1.5: SerialNumber: 11AD1D0AA0113F110F0A0B00
[ +0.084493] usb 3-1.6: new high-speed USB device number 12 using xhci_hcd
[ +0.093564] usb 3-1.6: New USB device found, idVendor=1d5c, idProduct=5530, bcdDevice= 1.01
[ +0.000011] usb 3-1.6: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ +0.000006] usb 3-1.6: Product: Frescologic VENDOR HID
[ +0.000003] usb 3-1.6: Manufacturer: Frescologic
[ +0.002623] hid-generic 0003:1D5C:5530.000A: hiddev97,hidraw6: USB HID v1.01 Device [Frescologic Frescologic VENDOR HID] on usb-0000:00:14.0-1.6/input0
[ +5.799788] snd_hda_intel 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040100
[ +0.000033] snd_hda_intel 0000:00:1f.3: SoundWire enabled on CannonLake+ platform, using SOF driver
[ +0.002110] Key type trusted registered
[ +0.015476] intel_tcc_cooling: TCC Offset locked
[ +0.004794] iwlwifi 0000:00:14.3: Detected Intel(R) Wi-Fi 6E AX211 160MHz, REV=0x370
[ +0.000044] thermal thermal_zone10: failed to read out thermal zone (-61)
[ +0.008065] iwlwifi 0000:00:14.3: WRT: Invalid buffer destination
[ +0.011804] ------------[ cut here ]------------
[ +0.000001] WARNING: CPU: 1 PID: 588 at drivers/media/pci/intel/ivsc/mei_csi.c:682 mei_csi_probe+0x4de/0x520 [ivsc_csi]
[ +0.000005] Modules linked in: ivsc_ace(+) ivsc_csi(+) snd_soc_avs(+) snd_soc_hda_codec snd_hda_ext_core padlock_aes(-) snd_soc_core intel_tcc_cooling(-) snd_compress cbc encrypted_keys(+) x86_pkg_temp_thermal ac97_bus intel_powerclamp iwlmvm(+) snd_pcm_dmaengine trusted snd_hda_intel coretemp asn1_encoder tee snd_ctl_led mei_vsc snd_intel_dspcfg intel_ipu6_isys mac80211 snd_intel_sdw_acpi kvm_intel videobuf2_dma_contig snd_hda_codec dell_laptop spi_nor iTCO_wdt vfat videobuf2_memops hid_sensor_als hid_sensor_custom_intel_hinge btusb intel_pmc_bxt snd_hda_core dell_wmi videobuf2_v4l2 libarc4 mei_pxp mei_hdcp gpio_ljca mtd hid_sensor_trigger typec_displayport i2c_ljca spi_ljca iTCO_vendor_support btrtl fat videobuf2_common
[ +0.000018] snd_soc_avs 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040100
[ +0.000001] intel_rapl_msr snd_hwdep industrialio_triggered_buffer btintel kvm iwlwifi btbcm kfifo_buf dell_smbios processor_thermal_device_pci snd_pcm dell_wmi_sysman processor_thermal_device btmtk hid_sensor_iio_common dcdbas processor_thermal_wt_hint rapl intel_cstate intel_uncore pcspkr dell_wmi_ddv dell_smm_hwmon firmware_attributes_class wmi_bmof bluetooth dell_wmi_descriptor usbhid usb_ljca industrialio snd_timer cfg80211 processor_thermal_rfim i2c_i801 mei_me processor_thermal_rapl i2c_smbus spi_intel_pci snd intel_rapl_common i2c_mux soundcore spi_intel ov01a10 mei processor_thermal_wt_req intel_skl_int3472_tps68470 rfkill intel_ipu6 v4l2_fwnode processor_thermal_power_floor tps68470_regulator thunderbolt igen6_edac ipu_bridge processor_thermal_mbox clk_tps68470
[ +0.000019] snd_soc_avs 0000:00:1f.3: SoundWire enabled on CannonLake+ platform, using SOF driver
[ +0.000001] v4l2_async
[ +0.000000] intel_pmc_core int3403_thermal int340x_thermal_zone mei_vsc_hw videodev intel_vsec int3400_thermal mc pmt_telemetry acpi_tad acpi_thermal_rel acpi_pad intel_hid pmt_class intel_skl_int3472_discrete joydev sparse_keymap mousedev mac_hid fuse dm_mod nfnetlink ip_tables x_tables ext4 crc32c_generic crc16 mbcache jbd2 hid_sensor_custom xe hid_sensor_hub drm_ttm_helper intel_ishtp_hid gpu_sched drm_suballoc_helper drm_gpuvm drm_exec nvme nvme_core spi_pxa2xx_platform 8250_dw hid_multitouch dw_dmac i915 crct10dif_pclmul crc32_pclmul crc32c_intel polyval_clmulni psmouse polyval_generic gf128mul ghash_clmulni_intel serio_raw sha512_ssse3 atkbd libps2 sha256_ssse3 vivaldi_fmap i2c_algo_bit sha1_ssse3 drm_buddy aesni_intel ucsi_acpi ttm crypto_simd intel_lpss_pci typec_ucsi intel_gtt cryptd intel_ish_ipc xhci_pci roles intel_lpss drm_display_helper intel_ishtp idma64 xhci_pci_renesas vmd video typec cec i2c_hid_acpi i8042 i2c_hid wmi serio pkcs8_key_parser wireguard curve25519_x86_64 libchacha20poly1305
[ +0.000033] chacha_x86_64 poly1305_x86_64 ip6_udp_tunnel udp_tunnel libcurve25519_generic libchacha loop sg crypto_user
[ +0.000004] CPU: 1 PID: 588 Comm: (udev-worker) Not tainted 6.10.0-rc1-custom-2 #1 94307814a71ed94fef64c6e0d214e9e25710cf4b
[ +0.000002] Hardware name: Dell Inc. XPS 9320/0CR6NC, BIOS 2.11.0 03/06/2024
[ +0.000002] RIP: 0010:mei_csi_probe+0x4de/0x520 [ivsc_csi]
[ +0.000002] Code: 85 c0 78 33 48 89 df 48 c7 c6 c0 f1 4b c1 e8 c9 2e b9 ff 89 c3 85 c0 78 26 48 8b bd 68 ff ff ff e8 57 42 29 dc e9 88 fe ff ff <0f> 0b 41 bf fa ff ff ff e9 7b fe ff ff 41 89 c7 e9 53 fe ff ff 48
[ +0.000001] RSP: 0018:ffffb2afc09b7780 EFLAGS: 00010246
[ +0.000003] RAX: 0000000000000000 RBX: ffffffffc1504688 RCX: 0000000000000000
[ +0.000001] RDX: 0000000000000000 RSI: ffff965d017910e8 RDI: ffff965d0f691c18
[ +0.000000] RBP: ffffb2afc09b7840 R08: 0000000000000228 R09: ffff965d001d6510
[ +0.000001] R10: ffffb2afc09b7860 R11: 0000000000000040 R12: ffff965d0f691c00
[ +0.000001] R13: ffff965d0f691c00 R14: 0000000000000000 R15: 0000000000000000
[ +0.000001] FS: 00007fe412a4d880(0000) GS:ffff96646f280000(0000) knlGS:0000000000000000
[ +0.000001] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ +0.000001] CR2: 000055c14171c078 CR3: 000000010ad90000 CR4: 0000000000f50ef0
[ +0.000001] PKRU: 55555554
[ +0.000001] Call Trace:
[ +0.000001] <TASK>
[ +0.000001] ? mei_csi_probe+0x4de/0x520 [ivsc_csi 371b3c493d908e2288ade8575acfa61bc3a0692c]
[ +0.000002] ? __warn.cold+0x8e/0xe8
[ +0.000003] ? mei_csi_probe+0x4de/0x520 [ivsc_csi 371b3c493d908e2288ade8575acfa61bc3a0692c]
[ +0.000003] ? report_bug+0xff/0x140
[ +0.000001] ? handle_bug+0x3c/0x80
[ +0.000002] ? exc_invalid_op+0x17/0x70
[ +0.000002] ? asm_exc_invalid_op+0x1a/0x20
[ +0.000002] ? mei_csi_probe+0x4de/0x520 [ivsc_csi 371b3c493d908e2288ade8575acfa61bc3a0692c]
[ +0.000002] ? kmalloc_trace_noprof+0x11c/0x310
[ +0.000002] ? kernfs_activate+0x82/0xd0
[ +0.000002] ? kernfs_add_one+0x141/0x150
[ +0.000002] ? mei_cl_device_probe+0x73/0xc0 [mei fa9908d847451d0c808dbf636c1f12642715f9fa]
[ +0.000008] mei_cl_device_probe+0x73/0xc0 [mei fa9908d847451d0c808dbf636c1f12642715f9fa]
[ +0.000007] really_probe+0xdb/0x340
[ +0.000003] ? pm_runtime_barrier+0x54/0x90
[ +0.000002] ? __pfx___driver_attach+0x10/0x10
[ +0.000002] __driver_probe_device+0x78/0x110
[ +0.000002] driver_probe_device+0x1f/0xa0
[ +0.000002] __driver_attach+0xba/0x1c0
[ +0.000002] bus_for_each_dev+0x8c/0xe0
[ +0.000002] bus_add_driver+0x112/0x1f0
[ +0.000002] driver_register+0x72/0xd0
[ +0.000002] __mei_cldev_driver_register+0x2c/0x70 [mei fa9908d847451d0c808dbf636c1f12642715f9fa]
[ +0.000007] ? __pfx_mei_csi_driver_init+0x10/0x10 [ivsc_csi 371b3c493d908e2288ade8575acfa61bc3a0692c]
[ +0.000002] ? __pfx_mei_csi_driver_init+0x10/0x10 [ivsc_csi 371b3c493d908e2288ade8575acfa61bc3a0692c]
[ +0.000001] do_one_initcall+0x58/0x310
[ +0.000003] do_init_module+0x60/0x220
[ +0.000003] init_module_from_file+0x89/0xe0
[ +0.000003] idempotent_init_module+0x121/0x2b0
[ +0.000003] __x64_sys_finit_module+0x5e/0xb0
[ +0.000002] do_syscall_64+0x82/0x160
[ +0.000002] ? syscall_exit_to_user_mode+0x75/0x210
[ +0.000001] ? do_syscall_64+0x8e/0x160
[ +0.000002] ? vfs_statx+0x93/0x1c0
[ +0.000002] ? vfs_fstatat+0x94/0xb0
[ +0.000002] ? __do_sys_newfstatat+0x3c/0x80
[ +0.000002] ? __seccomp_filter+0x303/0x520
[ +0.000003] ? syscall_exit_to_user_mode+0x75/0x210
[ +0.000001] ? do_syscall_64+0x8e/0x160
[ +0.000000] ? syscall_exit_to_user_mode+0x75/0x210
[ +0.000002] ? do_syscall_64+0x8e/0x160
[ +0.000000] ? syscall_exit_to_user_mode+0x75/0x210
[ +0.000002] ? do_syscall_64+0x8e/0x160
[ +0.000000] ? do_syscall_64+0x8e/0x160
[ +0.000001] ? do_user_addr_fault+0x36c/0x620
[ +0.000002] ? exc_page_fault+0x7e/0x180
[ +0.000001] entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ +0.000003] RIP: 0033:0x7fe412527e9d
[ +0.000023] Code: ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 48 89 f8 48 89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 63 de 0c 00 f7 d8 64 89 01 48
[ +0.000001] RSP: 002b:00007ffd75c4b948 EFLAGS: 00000246 ORIG_RAX: 0000000000000139
[ +0.000001] RAX: ffffffffffffffda RBX: 000055c1416918e0 RCX: 00007fe412527e9d
[ +0.000001] RDX: 0000000000000004 RSI: 00007fe4122f6376 RDI: 000000000000001b
[ +0.000001] RBP: 00007fe4122f6376 R08: 0000000000000003 R09: 00007ffd75c4b990
[ +0.000000] R10: 0000000000000007 R11: 0000000000000246 R12: 0000000000020000
[ +0.000001] R13: 000055c141690e00 R14: 0000000000000000 R15: 000055c141718920
[ +0.000002] </TASK>
[ +0.000000] ---[ end trace 0000000000000000 ]---
[ +0.097576] Key type encrypted registered
[ +0.014989] sof-audio-pci-intel-tgl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040100
[ +0.000033] sof-audio-pci-intel-tgl 0000:00:1f.3: SoundWire enabled on CannonLake+ platform, using SOF driver
[ +0.000026] sof-audio-pci-intel-tgl 0000:00:1f.3: enabling device (0000 -> 0002)
[ +0.000189] sof-audio-pci-intel-tgl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if 0x040100
[ +0.011777] raid6: skipped pq benchmark and selected avx2x4
[ +0.000002] raid6: using avx2x2 recovery algorithm
[ +0.004843] xor: automatically using best checksumming function avx
[ +0.018700] iwlwifi 0000:00:14.3: WFPM_UMAC_PD_NOTIFICATION: 0x20
[ +0.000057] iwlwifi 0000:00:14.3: WFPM_LMAC2_PD_NOTIFICATION: 0x1f
[ +0.000010] iwlwifi 0000:00:14.3: WFPM_AUTH_KEY_0: 0x90
[ +0.000009] iwlwifi 0000:00:14.3: CNVI_SCU_SEQ_DATA_DW9: 0x0
[ +0.000520] iwlwifi 0000:00:14.3: loaded PNVM version ce1a5094
[ +0.001057] iwlwifi 0000:00:14.3: RFIm is deactivated, reason = 4
[ +0.009600] sof-audio-pci-intel-tgl 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[ +0.005602] iwlwifi 0000:00:14.3: Detected RF GF, rfid=0x2010d000
[ +0.004555] sof-audio-pci-intel-tgl 0000:00:1f.3: use msi interrupt mode
[ +0.030543] sof-audio-pci-intel-tgl 0000:00:1f.3: hda codecs found, mask 4
[ +0.003449] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware paths/files for ipc type 0:
[ +0.000002] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware file: intel/sof/sof-rpl.ri
[ +0.000000] sof-audio-pci-intel-tgl 0000:00:1f.3: Topology file: intel/sof-tplg/sof-rpl-rt1316-l12-rt714-l0.tplg
[ +0.000358] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware info: version 2:2:0-57864
[ +0.000002] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware: ABI 3:22:1 Kernel ABI 3:23:0
[ +0.000002] sof-audio-pci-intel-tgl 0000:00:1f.3: unknown sof_ext_man header type 3 size 0x30
[ +0.000993] Btrfs loaded, zoned=yes, fsverity=yes
[ +0.028841] iwlwifi 0000:00:14.3: base HW address: 64:49:7d:93:c9:9d
[ +0.005445] BTRFS: device label home devid 1 transid 527866 /dev/mapper/home (254:0) scanned by mount (975)
[ +0.000360] BTRFS info (device dm-0): first mount of filesystem 813d99a7-9dd7-4485-b757-7834ecb57fc9
[ +0.000022] BTRFS info (device dm-0): using crc32c (crc32c-intel) checksum algorithm
[ +0.000023] BTRFS info (device dm-0): using free-space-tree
[ +0.080053] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware info: version 2:2:0-57864
[ +0.000011] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware: ABI 3:22:1 Kernel ABI 3:23:0
[ +0.031259] sof-audio-pci-intel-tgl 0000:00:1f.3: Topology: ABI 3:22:1 Kernel ABI 3:23:0
[ +0.000184] sof_sdw sof_sdw: ASoC: Parent card not yet available, widget card binding deferred
[ +0.013174] sof_sdw sof_sdw: hda_dsp_hdmi_build_controls: no PCM in topology for HDMI converter 3
[ +0.026499] input: sof-soundwire HDMI/DP,pcm=5 as /devices/pci0000:00/0000:00:1f.3/sof_sdw/sound/card0/input25
[ +0.000104] input: sof-soundwire HDMI/DP,pcm=6 as /devices/pci0000:00/0000:00:1f.3/sof_sdw/sound/card0/input26
[ +0.000051] input: sof-soundwire HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sof_sdw/sound/card0/input27
[ +0.036509] RPC: Registered named UNIX socket transport module.
[ +0.000002] RPC: Registered udp transport module.
[ +0.000001] RPC: Registered tcp transport module.
[ +0.000000] RPC: Registered tcp-with-tls transport module.
[ +0.000000] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ +0.159368] NET: Registered PF_ALG protocol family
[ +0.011486] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ +0.000003] Bluetooth: BNEP filters: protocol multicast
[ +0.000003] Bluetooth: BNEP socket layer initialized
[ +0.000669] Bluetooth: MGMT ver 1.22
[ +0.000105] Bluetooth: hci0: offload codecs enable 1 changed 1
[ +0.000022] Bluetooth: ISO socket layer initialized
[ +0.138562] iwlwifi 0000:00:14.3: WRT: Invalid buffer destination
[ +0.155270] pcieport 0000:00:07.0: pciehp: Slot(3): Card present
[ +0.000004] pcieport 0000:00:07.0: pciehp: Slot(3): Link Up
[ +0.000011] iwlwifi 0000:00:14.3: WFPM_UMAC_PD_NOTIFICATION: 0x20
[ +0.000056] iwlwifi 0000:00:14.3: WFPM_LMAC2_PD_NOTIFICATION: 0x1f
[ +0.000009] iwlwifi 0000:00:14.3: WFPM_AUTH_KEY_0: 0x90
[ +0.000008] iwlwifi 0000:00:14.3: CNVI_SCU_SEQ_DATA_DW9: 0x0
[ +0.001590] iwlwifi 0000:00:14.3: RFIm is deactivated, reason = 4
[ +0.094043] iwlwifi 0000:00:14.3: Registered PHC clock: iwlwifi-PTP, with index: 0
[ +0.034779] pci 0000:01:00.0: [8086:0b26] type 01 class 0x060400 PCIe Switch Upstream Port
[ +0.000043] pci 0000:01:00.0: PCI bridge to [bus 00]
[ +0.000011] pci 0000:01:00.0: bridge window [io 0x0000-0x0fff]
[ +0.000005] pci 0000:01:00.0: bridge window [mem 0x00000000-0x000fffff]
[ +0.000017] pci 0000:01:00.0: bridge window [mem 0x00000000-0x000fffff 64bit pref]
[ +0.000019] pci 0000:01:00.0: enabling Extended Tags
[ +0.000186] pci 0000:01:00.0: supports D1 D2
[ +0.000001] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ +0.000142] pci 0000:01:00.0: PTM enabled, 4ns granularity
[ +0.000043] pci 0000:01:00.0: 8.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x4 link at 0000:00:07.0 (capable of 31.504 Gb/s with 8.0 GT/s PCIe x4 link)
[ +0.000229] pci 0000:01:00.0: Adding to iommu group 18
[ +0.000060] pcieport 0000:00:07.0: ASPM: current common clock configuration is inconsistent, reconfiguring
[ +0.002242] pci 0000:01:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ +0.000126] pci 0000:02:00.0: [8086:0b26] type 01 class 0x060400 PCIe Switch Downstream Port
[ +0.000038] pci 0000:02:00.0: PCI bridge to [bus 00]
[ +0.000011] pci 0000:02:00.0: bridge window [io 0x0000-0x0fff]
[ +0.000004] pci 0000:02:00.0: bridge window [mem 0x00000000-0x000fffff]
[ +0.000017] pci 0000:02:00.0: bridge window [mem 0x00000000-0x000fffff 64bit pref]
[ +0.000021] pci 0000:02:00.0: enabling Extended Tags
[ +0.000176] pci 0000:02:00.0: supports D1 D2
[ +0.000001] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ +0.000310] pci 0000:02:00.0: Adding to iommu group 19
[ +0.000084] pci 0000:02:01.0: [8086:0b26] type 01 class 0x060400 PCIe Switch Downstream Port
[ +0.000038] pci 0000:02:01.0: PCI bridge to [bus 00]
[ +0.000009] pci 0000:02:01.0: bridge window [io 0x0000-0x0fff]
[ +0.000004] pci 0000:02:01.0: bridge window [mem 0x00000000-0x000fffff]
[ +0.000016] pci 0000:02:01.0: bridge window [mem 0x00000000-0x000fffff 64bit pref]
[ +0.000021] pci 0000:02:01.0: enabling Extended Tags
[ +0.000172] pci 0000:02:01.0: supports D1 D2
[ +0.000000] pci 0000:02:01.0: PME# supported from D0 D1 D2 D3hot D3cold
[ +0.000287] pci 0000:02:01.0: Adding to iommu group 20
[ +0.000073] pci 0000:02:02.0: [8086:0b26] type 01 class 0x060400 PCIe Switch Downstream Port
[ +0.000038] pci 0000:02:02.0: PCI bridge to [bus 00]
[ +0.000009] pci 0000:02:02.0: bridge window [io 0x0000-0x0fff]
[ +0.000004] pci 0000:02:02.0: bridge window [mem 0x00000000-0x000fffff]
[ +0.000016] pci 0000:02:02.0: bridge window [mem 0x00000000-0x000fffff 64bit pref]
[ +0.000020] pci 0000:02:02.0: enabling Extended Tags
[ +0.000167] pci 0000:02:02.0: supports D1 D2
[ +0.000000] pci 0000:02:02.0: PME# supported from D0 D1 D2 D3hot D3cold
[ +0.000276] pci 0000:02:02.0: Adding to iommu group 21
[ +0.000082] pci 0000:02:03.0: [8086:0b26] type 01 class 0x060400 PCIe Switch Downstream Port
[ +0.000037] pci 0000:02:03.0: PCI bridge to [bus 00]
[ +0.000009] pci 0000:02:03.0: bridge window [io 0x0000-0x0fff]
[ +0.000004] pci 0000:02:03.0: bridge window [mem 0x00000000-0x000fffff]
[ +0.000016] pci 0000:02:03.0: bridge window [mem 0x00000000-0x000fffff 64bit pref]
[ +0.000021] pci 0000:02:03.0: enabling Extended Tags
[ +0.000166] pci 0000:02:03.0: supports D1 D2
[ +0.000001] pci 0000:02:03.0: PME# supported from D0 D1 D2 D3hot D3cold
[ +0.000312] pci 0000:02:03.0: Adding to iommu group 22
[ +0.000071] pci 0000:02:04.0: [8086:0b26] type 01 class 0x060400 PCIe Switch Downstream Port
[ +0.000038] pci 0000:02:04.0: PCI bridge to [bus 00]
[ +0.000009] pci 0000:02:04.0: bridge window [io 0x0000-0x0fff]
[ +0.000004] pci 0000:02:04.0: bridge window [mem 0x00000000-0x000fffff]
[ +0.000016] pci 0000:02:04.0: bridge window [mem 0x00000000-0x000fffff 64bit pref]
[ +0.000020] pci 0000:02:04.0: enabling Extended Tags
[ +0.000165] pci 0000:02:04.0: supports D1 D2
[ +0.000000] pci 0000:02:04.0: PME# supported from D0 D1 D2 D3hot D3cold
[ +0.000292] pci 0000:02:04.0: Adding to iommu group 23
[ +0.000088] pci 0000:01:00.0: PCI bridge to [bus 02-3f]
[ +0.000019] pci 0000:02:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ +0.000012] pci 0000:02:01.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ +0.000010] pci 0000:02:02.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ +0.000011] pci 0000:02:03.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ +0.000011] pci 0000:02:04.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ +0.000081] pci 0000:02:00.0: PCI bridge to [bus 03-3f]
[ +0.000018] pci_bus 0000:03: busn_res: [bus 03-3f] end is updated to 03
[ +0.000071] pci 0000:02:01.0: PCI bridge to [bus 04-3f]
[ +0.000018] pci_bus 0000:04: busn_res: [bus 04-3f] end is updated to 17
[ +0.000085] pci 0000:02:02.0: PCI bridge to [bus 18-3f]
[ +0.000018] pci_bus 0000:18: busn_res: [bus 18-3f] end is updated to 2b
[ +0.000071] pci 0000:02:03.0: PCI bridge to [bus 2c-3f]
[ +0.000017] pci_bus 0000:2c: busn_res: [bus 2c-3f] end is updated to 3e
[ +0.000079] pci 0000:02:04.0: PCI bridge to [bus 3f]
[ +0.000018] pci_bus 0000:3f: busn_res: [bus 3f] end is updated to 3f
[ +0.000006] pci_bus 0000:02: busn_res: [bus 02-3f] end is updated to 3f
[ +0.000007] pci 0000:02:01.0: bridge window [mem 0x00100000-0x001fffff 64bit pref] to [bus 04-17] add_size 100000 add_align 100000
[ +0.000001] pci 0000:02:01.0: bridge window [mem 0x00100000-0x001fffff] to [bus 04-17] add_size 100000 add_align 100000
[ +0.000001] pci 0000:02:02.0: bridge window [mem 0x00100000-0x001fffff 64bit pref] to [bus 18-2b] add_size 100000 add_align 100000
[ +0.000002] pci 0000:02:02.0: bridge window [mem 0x00100000-0x001fffff] to [bus 18-2b] add_size 100000 add_align 100000
[ +0.000001] pci 0000:02:03.0: bridge window [mem 0x00100000-0x001fffff 64bit pref] to [bus 2c-3e] add_size 100000 add_align 100000
[ +0.000001] pci 0000:02:03.0: bridge window [mem 0x00100000-0x001fffff] to [bus 2c-3e] add_size 100000 add_align 100000
[ +0.000001] pci 0000:01:00.0: bridge window [mem 0x00100000-0x005fffff 64bit pref] to [bus 02-3f] add_size 300000 add_align 100000
[ +0.000002] pci 0000:01:00.0: bridge window [mem 0x00100000-0x005fffff] to [bus 02-3f] add_size 300000 add_align 100000
[ +0.000004] pci 0000:01:00.0: bridge window [mem 0x82000000-0x8e1fffff]: assigned
[ +0.000001] pci 0000:01:00.0: bridge window [mem 0x6000000000-0x601bffffff 64bit pref]: assigned
[ +0.000001] pci 0000:01:00.0: bridge window [io size 0x5000]: can't assign; no space
[ +0.000001] pci 0000:01:00.0: bridge window [io size 0x5000]: failed to assign
[ +0.000002] pci 0000:02:00.0: bridge window [mem 0x82000000-0x820fffff]: assigned
[ +0.000001] pci 0000:02:00.0: bridge window [mem 0x6000000000-0x60000fffff 64bit pref]: assigned
[ +0.000001] pci 0000:02:01.0: bridge window [mem 0x82100000-0x860fffff]: assigned
[ +0.000001] pci 0000:02:01.0: bridge window [mem 0x6000100000-0x60094fffff 64bit pref]: assigned
[ +0.000001] pci 0000:02:02.0: bridge window [mem 0x86100000-0x8a0fffff]: assigned
[ +0.000001] pci 0000:02:02.0: bridge window [mem 0x6009500000-0x60128fffff 64bit pref]: assigned
[ +0.000000] pci 0000:02:03.0: bridge window [mem 0x8a100000-0x8e0fffff]: assigned
[ +0.000001] pci 0000:02:03.0: bridge window [mem 0x6012900000-0x601bcfffff 64bit pref]: assigned
[ +0.000001] pci 0000:02:04.0: bridge window [mem 0x8e100000-0x8e1fffff]: assigned
[ +0.000001] pci 0000:02:04.0: bridge window [mem 0x601bd00000-0x601bdfffff 64bit pref]: assigned
[ +0.000000] pci 0000:02:00.0: bridge window [io size 0x1000]: can't assign; no space
[ +0.000001] pci 0000:02:00.0: bridge window [io size 0x1000]: failed to assign
[ +0.000001] pci 0000:02:01.0: bridge window [io size 0x1000]: can't assign; no space
[ +0.000000] pci 0000:02:01.0: bridge window [io size 0x1000]: failed to assign
[ +0.000001] pci 0000:02:02.0: bridge window [io size 0x1000]: can't assign; no space
[ +0.000001] pci 0000:02:02.0: bridge window [io size 0x1000]: failed to assign
[ +0.000000] pci 0000:02:03.0: bridge window [io size 0x1000]: can't assign; no space
[ +0.000001] pci 0000:02:03.0: bridge window [io size 0x1000]: failed to assign
[ +0.000001] pci 0000:02:04.0: bridge window [io size 0x1000]: can't assign; no space
[ +0.000000] pci 0000:02:04.0: bridge window [io size 0x1000]: failed to assign
[ +0.000002] pci 0000:02:00.0: PCI bridge to [bus 03]
[ +0.000005] pci 0000:02:00.0: bridge window [mem 0x82000000-0x820fffff]
[ +0.000004] pci 0000:02:00.0: bridge window [mem 0x6000000000-0x60000fffff 64bit pref]
[ +0.000008] pci 0000:02:01.0: PCI bridge to [bus 04-17]
[ +0.000006] pci 0000:02:01.0: bridge window [mem 0x82100000-0x860fffff]
[ +0.000004] pci 0000:02:01.0: bridge window [mem 0x6000100000-0x60094fffff 64bit pref]
[ +0.000007] pci 0000:02:02.0: PCI bridge to [bus 18-2b]
[ +0.000006] pci 0000:02:02.0: bridge window [mem 0x86100000-0x8a0fffff]
[ +0.000004] pci 0000:02:02.0: bridge window [mem 0x6009500000-0x60128fffff 64bit pref]
[ +0.000007] pci 0000:02:03.0: PCI bridge to [bus 2c-3e]
[ +0.000006] pci 0000:02:03.0: bridge window [mem 0x8a100000-0x8e0fffff]
[ +0.000004] pci 0000:02:03.0: bridge window [mem 0x6012900000-0x601bcfffff 64bit pref]
[ +0.000011] pci 0000:02:04.0: PCI bridge to [bus 3f]
[ +0.000006] pci 0000:02:04.0: bridge window [mem 0x8e100000-0x8e1fffff]
[ +0.000004] pci 0000:02:04.0: bridge window [mem 0x601bd00000-0x601bdfffff 64bit pref]
[ +0.000007] pci 0000:01:00.0: PCI bridge to [bus 02-3f]
[ +0.000006] pci 0000:01:00.0: bridge window [mem 0x82000000-0x8e1fffff]
[ +0.000004] pci 0000:01:00.0: bridge window [mem 0x6000000000-0x601bffffff 64bit pref]
[ +0.000007] pcieport 0000:00:07.0: PCI bridge to [bus 01-3f]
[ +0.000001] pcieport 0000:00:07.0: bridge window [io 0x4000-0x7fff]
[ +0.000003] pcieport 0000:00:07.0: bridge window [mem 0x82000000-0x8e1fffff]
[ +0.000002] pcieport 0000:00:07.0: bridge window [mem 0x6000000000-0x601bffffff 64bit pref]
[ +0.000003] PCI: No. 2 try to assign unassigned res
[ +0.000002] pcieport 0000:00:07.0: resource 13 [io 0x4000-0x7fff] released
[ +0.000001] pcieport 0000:00:07.0: PCI bridge to [bus 01-3f]
[ +0.000005] pcieport 0000:00:07.0: bridge window [io 0x9000-0xdfff]: assigned
[ +0.000001] pci 0000:01:00.0: bridge window [io 0x9000-0xdfff]: assigned
[ +0.000002] pci 0000:02:00.0: bridge window [io 0x9000-0x9fff]: assigned
[ +0.000000] pci 0000:02:01.0: bridge window [io 0xa000-0xafff]: assigned
[ +0.000001] pci 0000:02:02.0: bridge window [io 0xb000-0xbfff]: assigned
[ +0.000001] pci 0000:02:03.0: bridge window [io 0xc000-0xcfff]: assigned
[ +0.000001] pci 0000:02:04.0: bridge window [io 0xd000-0xdfff]: assigned
[ +0.000000] pci 0000:02:00.0: PCI bridge to [bus 03]
[ +0.000003] pci 0000:02:00.0: bridge window [io 0x9000-0x9fff]
[ +0.000005] pci 0000:02:00.0: bridge window [mem 0x82000000-0x820fffff]
[ +0.000004] pci 0000:02:00.0: bridge window [mem 0x6000000000-0x60000fffff 64bit pref]
[ +0.000008] pci 0000:02:01.0: PCI bridge to [bus 04-17]
[ +0.000002] pci 0000:02:01.0: bridge window [io 0xa000-0xafff]
[ +0.000006] pci 0000:02:01.0: bridge window [mem 0x82100000-0x860fffff]
[ +0.000004] pci 0000:02:01.0: bridge window [mem 0x6000100000-0x60094fffff 64bit pref]
[ +0.000007] pci 0000:02:02.0: PCI bridge to [bus 18-2b]
[ +0.000002] pci 0000:02:02.0: bridge window [io 0xb000-0xbfff]
[ +0.000006] pci 0000:02:02.0: bridge window [mem 0x86100000-0x8a0fffff]
[ +0.000004] pci 0000:02:02.0: bridge window [mem 0x6009500000-0x60128fffff 64bit pref]
[ +0.000007] pci 0000:02:03.0: PCI bridge to [bus 2c-3e]
[ +0.000002] pci 0000:02:03.0: bridge window [io 0xc000-0xcfff]
[ +0.000006] pci 0000:02:03.0: bridge window [mem 0x8a100000-0x8e0fffff]
[ +0.000004] pci 0000:02:03.0: bridge window [mem 0x6012900000-0x601bcfffff 64bit pref]
[ +0.000007] pci 0000:02:04.0: PCI bridge to [bus 3f]
[ +0.000003] pci 0000:02:04.0: bridge window [io 0xd000-0xdfff]
[ +0.000005] pci 0000:02:04.0: bridge window [mem 0x8e100000-0x8e1fffff]
[ +0.000004] pci 0000:02:04.0: bridge window [mem 0x601bd00000-0x601bdfffff 64bit pref]
[ +0.000008] pci 0000:01:00.0: PCI bridge to [bus 02-3f]
[ +0.000002] pci 0000:01:00.0: bridge window [io 0x9000-0xdfff]
[ +0.000006] pci 0000:01:00.0: bridge window [mem 0x82000000-0x8e1fffff]
[ +0.000003] pci 0000:01:00.0: bridge window [mem 0x6000000000-0x601bffffff 64bit pref]
[ +0.000008] pcieport 0000:00:07.0: PCI bridge to [bus 01-3f]
[ +0.000001] pcieport 0000:00:07.0: bridge window [io 0x9000-0xdfff]
[ +0.000002] pcieport 0000:00:07.0: bridge window [mem 0x82000000-0x8e1fffff]
[ +0.000002] pcieport 0000:00:07.0: bridge window [mem 0x6000000000-0x601bffffff 64bit pref]
[ +0.000128] pcieport 0000:01:00.0: enabling device (0000 -> 0003)
[ +0.000210] pcieport 0000:02:00.0: enabling device (0000 -> 0003)
[ +0.001075] pcieport 0000:02:01.0: enabling device (0000 -> 0003)
[ +0.000144] pcieport 0000:02:01.0: pciehp: Slot #1 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[ +0.000305] pcieport 0000:02:02.0: enabling device (0000 -> 0003)
[ +0.000184] pcieport 0000:02:02.0: pciehp: Slot #2 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[ +0.000205] pcieport 0000:02:03.0: enabling device (0000 -> 0003)
[ +0.000197] pcieport 0000:02:03.0: pciehp: Slot #3 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[ +0.000186] pcieport 0000:02:04.0: enabling device (0000 -> 0003)
[ +1.222723] rfkill: input handler disabled
[ +0.089041] wlan0: authenticate with 78:d2:94:be:cb:47 (local address=64:49:7d:93:c9:9d)
[ +0.001157] wlan0: send auth to 78:d2:94:be:cb:47 (try 1/3)
[ +0.045315] wlan0: authenticated
[ +0.000934] wlan0: associate with 78:d2:94:be:cb:47 (try 1/3)
[ +0.002397] wlan0: RX AssocResp from 78:d2:94:be:cb:47 (capab=0x11 status=0 aid=2)
[ +0.011658] wlan0: associated
[ +0.137589] Bluetooth: RFCOMM TTY layer initialized
[ +0.000007] Bluetooth: RFCOMM socket layer initialized
[ +0.000002] Bluetooth: RFCOMM ver 1.11
[May27 07:46] mei intel_vsc-5db76cf6-0a68-4ed6-9b78-0361635e2447: deferred probe pending: (reason unknown)
[ +9.486041] input: MX Anywhere 3B Mouse as /devices/virtual/misc/uhid/0005:046D:B02D.000B/input/input28
[ +0.000642] hid-generic 0005:046D:B02D.000B: input,hidraw7: BLUETOOTH HID v0.11 Mouse [MX Anywhere 3B] on 64:49:7d:93:c9:a1
[ +4.306652] input: MX MCHNCL M Keyboard as /devices/virtual/misc/uhid/0005:046D:B367.000C/input/input30
[ +0.001211] hid-generic 0005:046D:B367.000C: input,hidraw8: BLUETOOTH HID v0.11 Keyboard [MX MCHNCL M] on 64:49:7d:93:c9:a1
[ +8.819861] rfkill: input handler enabled
[ +1.182346] block nvme0n1: No UUID available providing old NGUID
[ +0.058552] rfkill: input handler disabled
[May27 07:49] warning: `ThreadPoolForeg' uses wireless extensions which will stop working for Wi-Fi 7 hardware; use nl80211
[May27 08:38] block nvme0n1: the capability attribute has been deprecated.
[May27 11:26] systemd-sslh-generator: Configuration directory '/etc/sslh/' does not exist! No units generated.
[ +0.395639] BTRFS info: devid 1 device path /dev/mapper/home changed to /dev/dm-0 scanned by (udev-worker) (21342)
[ +0.000870] BTRFS info: devid 1 device path /dev/dm-0 changed to /dev/mapper/home scanned by (udev-worker) (21342)
[May27 12:41] BTRFS info: devid 1 device path /dev/mapper/home changed to /dev/dm-0 scanned by (udev-worker) (42682)
[ +0.000932] BTRFS info: devid 1 device path /dev/dm-0 changed to /dev/mapper/home scanned by (udev-worker) (42682)
[May27 14:37] perf: interrupt took too long (2519 > 2500), lowering kernel.perf_event_max_sample_rate to 79000
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Intermittent inability to type in graphical Plymouth on UEFI VMs since kernel 6.9
2024-05-29 13:35 ` Genes Lists
@ 2024-05-29 14:04 ` Linux regression tracking (Thorsten Leemhuis)
2024-05-29 18:17 ` Genes Lists
2024-05-29 15:09 ` Adam Williamson
1 sibling, 1 reply; 11+ messages in thread
From: Linux regression tracking (Thorsten Leemhuis) @ 2024-05-29 14:04 UTC (permalink / raw)
To: Genes Lists, Linux regressions mailing list, Adam Williamson,
linux-kernel
Cc: jforbes, rstrode
On 29.05.24 15:35, Genes Lists wrote:
> On Wed, 2024-05-29 at 15:01 +0200, Linux regression tracking (Thorsten
> Leemhuis) wrote:
>>>
>>> cpu i9-12900K / Raptor Lake-P [Iris Xe Graphics]
> Sorry, this should be: 13th Gen Intel(R) Core(TM) i7-1360P
>>>
>>
>> Does this happen every boot or only sometimes? Could you maybe upload
>> the full dmesg from a boot where things worked and one where only the
> For me it is every boot
Ahh, good to know. Would you be able to bisect the problem? That would
help tremendously!
https://docs.kernel.org/admin-guide/verify-bugs-and-bisect-regressions.html
> - the first few key strokes are accepted but no
> asterisks are displayed - and it works fine even though fewer asterisks
> are displayed than characters typed.
Strange.
> full dmesg attached.
Do you by chance also have a dmesg at hand for a boot where everything
worked normally?
Adam, do you maybe have dmesg output for the affected cases somewhere?
>> P.S.: let me add this to the regression tracking
>>
>> #regzbot report: /
>> #regzbot introduced: v6.8..v6.9
>> #regzbot summary: Intermittent inability to type in graphical
>> Plymouth
>> on UEFI VMs since kernel 6.9
>
> Thank you.
np; but without a bisecting or at least locating the subsystem that is
causing this we might not get any further. :-/
Ciao, Thorsten
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Intermittent inability to type in graphical Plymouth on UEFI VMs since kernel 6.9
2024-05-29 13:35 ` Genes Lists
2024-05-29 14:04 ` Linux regression tracking (Thorsten Leemhuis)
@ 2024-05-29 15:09 ` Adam Williamson
2024-05-29 17:12 ` Linux regression tracking (Thorsten Leemhuis)
1 sibling, 1 reply; 11+ messages in thread
From: Adam Williamson @ 2024-05-29 15:09 UTC (permalink / raw)
To: Genes Lists, Linux regressions mailing list, linux-kernel
Cc: jforbes, rstrode
On 2024-05-29 06:35, Genes Lists wrote:
> On Wed, 2024-05-29 at 15:01 +0200, Linux regression tracking (Thorsten
> Leemhuis) wrote:
>>>
>>> cpu i9-12900K / Raptor Lake-P [Iris Xe Graphics]
>
> Sorry, this should be: 13th Gen Intel(R) Core(TM) i7-1360P
>
>
>>>
>>
>> Does this happen every boot or only sometimes? Could you maybe upload
>> the full dmesg from a boot where things worked and one where only the
>
> For me it is every boot - the first few key strokes are accepted but no
> asterisks are displayed - and it works fine even though fewer asterisks
> are displayed than characters typed.
That sounds different from my case. In openQA (and the one time I saw it
live), the keystrokes do not appear to have any effect - no dots are
echoed at all, and hitting enter does not submit the passphrase.
I have no idea where to send emails reporting kernel bugs. It's a very
difficult world to penetrate if you're not already in it. A proper bug
tracker would make things much easier.
--
Adam Williamson (he/him/his)
Fedora QA
Fedora Chat: @adamwill:fedora.im | Mastodon: @adamw@fosstodon.org
https://www.happyassassin.net
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Intermittent inability to type in graphical Plymouth on UEFI VMs since kernel 6.9
2024-05-29 15:09 ` Adam Williamson
@ 2024-05-29 17:12 ` Linux regression tracking (Thorsten Leemhuis)
2024-05-29 20:42 ` Adam Williamson
0 siblings, 1 reply; 11+ messages in thread
From: Linux regression tracking (Thorsten Leemhuis) @ 2024-05-29 17:12 UTC (permalink / raw)
To: Adam Williamson, Genes Lists, Linux regressions mailing list,
linux-kernel
Cc: jforbes, rstrode
On 29.05.24 17:09, Adam Williamson wrote:
> On 2024-05-29 06:35, Genes Lists wrote:
>> On Wed, 2024-05-29 at 15:01 +0200, Linux regression tracking (Thorsten
>> Leemhuis) wrote:
>>>>
>>>> cpu i9-12900K / Raptor Lake-P [Iris Xe Graphics]
>>
>> Sorry, this should be: 13th Gen Intel(R) Core(TM) i7-1360P
>>>
>>> Does this happen every boot or only sometimes? Could you maybe upload
>>> the full dmesg from a boot where things worked and one where only the
>>
>> For me it is every boot - the first few key strokes are accepted but no
>> asterisks are displayed - and it works fine even though fewer asterisks
>> are displayed than characters typed.
>
> That sounds different from my case.
Hmm, bummer. That might have made things a lot easier...
> In openQA (and the one time I saw it
> live), the keystrokes do not appear to have any effect - no dots are
> echoed at all, and hitting enter does not submit the passphrase.
And no dmesg for working and non-working I suppose? Argh. :-/
> I have no idea where to send emails reporting kernel bugs. It's a very
> difficult world to penetrate
I totally agree so far.
> if you're not already in it.
Up to a point that's what I'm here for. But right now I'm a bit
uncertain who to involve. The input folks? The drm maintainers? But
without a bit more data I doubt any of them will take a closer look at
the problem.
> A proper bug tracker would make things much easier.
Not really I'd say, as the problem is the same here: someone needs to
triage bugs and assign them to developers that are willing to look into
them.
Ciao, Thorsten
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Intermittent inability to type in graphical Plymouth on UEFI VMs since kernel 6.9
2024-05-29 14:04 ` Linux regression tracking (Thorsten Leemhuis)
@ 2024-05-29 18:17 ` Genes Lists
2024-05-29 18:45 ` Genes Lists
0 siblings, 1 reply; 11+ messages in thread
From: Genes Lists @ 2024-05-29 18:17 UTC (permalink / raw)
To: Linux regressions mailing list, Adam Williamson, linux-kernel
Cc: jforbes, rstrode
[-- Attachment #1: Type: text/plain, Size: 405 bytes --]
On Wed, 2024-05-29 at 16:04 +0200, Linux regression tracking (Thorsten
Leemhuis) wrote:
>
> np; but without a bisecting or at least locating the subsystem that
>
Yep. I will set up luks + plymouth on a (different) machine first
instead of my primary laptop. If that reproduces the issue, then
bisect should be quite doable. Will take a little time but will work on
it soon.
--
Gene
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Intermittent inability to type in graphical Plymouth on UEFI VMs since kernel 6.9
2024-05-29 18:17 ` Genes Lists
@ 2024-05-29 18:45 ` Genes Lists
0 siblings, 0 replies; 11+ messages in thread
From: Genes Lists @ 2024-05-29 18:45 UTC (permalink / raw)
To: Linux regressions mailing list, Adam Williamson, linux-kernel
Cc: jforbes, rstrode
[-- Attachment #1: Type: text/plain, Size: 483 bytes --]
On Wed, 2024-05-29 at 14:17 -0400, Genes Lists wrote:
> >
>
> Yep. I will set up luks + plymouth on a (different) machine first
> instead of my primary laptop.
Unfortunately the second (older machine) works fine. I rebooted
itmultiple times with mainline and 6.9.2 and they all worked as
expected every time.
So this will be more difficult and take longer but I will try and find
time to do a bisect on my primary laptop which shows the symptoms.
Gene
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Intermittent inability to type in graphical Plymouth on UEFI VMs since kernel 6.9
2024-05-29 17:12 ` Linux regression tracking (Thorsten Leemhuis)
@ 2024-05-29 20:42 ` Adam Williamson
0 siblings, 0 replies; 11+ messages in thread
From: Adam Williamson @ 2024-05-29 20:42 UTC (permalink / raw)
To: Linux regressions mailing list, Genes Lists, linux-kernel
Cc: jforbes, rstrode
On 2024-05-29 10:12, Linux regression tracking (Thorsten Leemhuis) wrote:
> On 29.05.24 17:09, Adam Williamson wrote:
>> On 2024-05-29 06:35, Genes Lists wrote:
>>> On Wed, 2024-05-29 at 15:01 +0200, Linux regression tracking (Thorsten
>>> Leemhuis) wrote:
>>>>>
>>>>> cpu i9-12900K / Raptor Lake-P [Iris Xe Graphics]
>>>
>>> Sorry, this should be: 13th Gen Intel(R) Core(TM) i7-1360P
>>>>
>>>> Does this happen every boot or only sometimes? Could you maybe upload
>>>> the full dmesg from a boot where things worked and one where only the
>>>
>>> For me it is every boot - the first few key strokes are accepted but no
>>> asterisks are displayed - and it works fine even though fewer asterisks
>>> are displayed than characters typed.
>>
>> That sounds different from my case.
>
> Hmm, bummer. That might have made things a lot easier...
Well, it turns out I can reproduce this fairly easily in a VM on my
regular laptop, which helps a bit. I've attached some logs to the
downstream bug at https://bugzilla.redhat.com/show_bug.cgi?id=2274770 ,
and Ray is taking a look at it ATM. More eyes appreciated.
--
Adam Williamson (he/him/his)
Fedora QA
Fedora Chat: @adamwill:fedora.im | Mastodon: @adamw@fosstodon.org
https://www.happyassassin.net
^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2024-05-29 20:42 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-05-24 16:08 Intermittent inability to type in graphical Plymouth on UEFI VMs since kernel 6.9 Adam Williamson
2024-05-27 15:18 ` Genes Lists
2024-05-27 16:33 ` Genes Lists
2024-05-29 13:01 ` Linux regression tracking (Thorsten Leemhuis)
2024-05-29 13:35 ` Genes Lists
2024-05-29 14:04 ` Linux regression tracking (Thorsten Leemhuis)
2024-05-29 18:17 ` Genes Lists
2024-05-29 18:45 ` Genes Lists
2024-05-29 15:09 ` Adam Williamson
2024-05-29 17:12 ` Linux regression tracking (Thorsten Leemhuis)
2024-05-29 20:42 ` Adam Williamson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®