* [REGRESSION][BISECTED] Lenovo IdeaPad touchpad does not work when idma64 is present in initramfs
@ 2025-12-16 17:57 correctmost
2026-01-12 14:35 ` Andy Shevchenko
0 siblings, 1 reply; 55+ messages in thread
From: correctmost @ 2025-12-16 17:57 UTC (permalink / raw)
To: dmaengine; +Cc: regressions, vkoul, andriy.shevchenko, linux-i2c
Hi,
The following commit causes my Lenovo IdeaPad touchpad not to work when kernel/drivers/dma/idma64.ko.zst is present in the initramfs image:
#regzbot introduced: 9140ce47872bfd89fca888c2f992faa51d20c2bc
"idma64: Don't try to serve interrupts when device is powered off"
Here are the related logs:
---
irq 27: nobody cared (try booting with the "irqpoll" option)
CPU: 0 UID: 0 PID: 0 Comm: swapper/0 Not tainted 6.12.60-1-lts #1 9b11292f14ae477e878a6bb6a5b5efc27ccf021d
Hardware name: LENOVO 83FW/LNVNB161216, BIOS PFCN14WW 09/20/2024
Call Trace:
<IRQ>
dump_stack_lvl+0x5d/0x80
__report_bad_irq+0x35/0xa7
note_interrupt.cold+0x21/0x68
handle_irq_event+0x72/0x90
handle_fasteoi_irq+0x7a/0x220
__common_interrupt+0x3e/0xa0
common_interrupt+0x80/0xa0
</IRQ>
<TASK>
asm_common_interrupt+0x26/0x40
RIP: 0010:cpuidle_enter_state+0xbb/0x410
Code: 00 00 e8 88 bf 25 ff e8 83 f1 ff ff 48 89 c5 0f 1f 44 00 00 31 ff e8 24 4e 24 ff 45 84 ff 0f 85 a6 01 00 00 fb 0f 1f 44 00 00 <45> 85 f6 0f 88 7c 01 00 00 49 6>
RSP: 0018:ffffffffa2003e18 EFLAGS: 00000246
RAX: ffff89c01f600000 RBX: 0000000000000001 RCX: 0000000000000000
RDX: 00000000a04a55ab RSI: fffffffe2798aa89 RDI: 0000000000000000
RBP: 00000000a04a55ab R08: 0000000000000000 R09: 000000000001f018
R10: 0000000000000008 R11: ffff89c01f63520c R12: ffff89c01f641570
R13: ffffffffa21bd2e0 R14: 0000000000000001 R15: 0000000000000000
? cpuidle_enter_state+0xac/0x410
cpuidle_enter+0x31/0x50
do_idle+0x1b6/0x210
cpu_startup_entry+0x29/0x30
rest_init+0xcc/0xd0
start_kernel+0x9d3/0x9e0
x86_64_start_reservations+0x24/0x30
x86_64_start_kernel+0x98/0xa0
common_startup_64+0x13e/0x141
</TASK>
handlers:
[<00000000104a7621>] idma64_irq [idma64]
[<00000000bd8d08e9>] i2c_dw_isr
Disabling IRQ #27
[...snip...]
i2c_designware i2c_designware.0: controller timed out
hid (null): reading report descriptor failed
i2c_hid_acpi i2c-ELAN06FA:00: can't add hid device: -110
i2c_hid_acpi i2c-ELAN06FA:00: probe with driver i2c_hid_acpi failed with error -110
---
Hardware info:
- Lenovo 16" IdeaPad Slim 5 - 16IRU9
- Hardware name: LENOVO 83FW/LNVNB161216, BIOS PFCN14WW 09/20/2024
- ELAN06FA:00 04F3:327E Touchpad
Steps to reproduce:
- Cold boot the laptop on Arch Linux
The bug is still present with the 6.19.0-rc1-1-git kernel.
The bisected commit is from March 2024, but I only recently noticed the issue because the initramfs images on Arch Linux now include these additional drivers (as of November 2025):
- kernel/drivers/dma/idma64.ko.zst
- kernel/drivers/mfd/intel-lpss-pci.ko.zst
- kernel/drivers/mfd/intel-lpss.ko.zst
Two other users have reported the issue on the Arch Linux and CachyOS forums, so I don't think this is a hardware issue with my individual laptop.
Thanks!
^ permalink raw reply [flat|nested] 55+ messages in thread
* Re: [REGRESSION][BISECTED] Lenovo IdeaPad touchpad does not work when idma64 is present in initramfs
2025-12-16 17:57 [REGRESSION][BISECTED] Lenovo IdeaPad touchpad does not work when idma64 is present in initramfs correctmost
@ 2026-01-12 14:35 ` Andy Shevchenko
2026-01-12 16:52 ` Andy Shevchenko
2026-01-15 22:50 ` correctmost
0 siblings, 2 replies; 55+ messages in thread
From: Andy Shevchenko @ 2026-01-12 14:35 UTC (permalink / raw)
To: correctmost; +Cc: dmaengine, regressions, vkoul, linux-i2c
On Tue, Dec 16, 2025 at 12:57:10PM -0500, correctmost wrote:
> The following commit
No, it's false positive. The reality is that something else is going on
there on this and other similar laptops.
> causes my Lenovo IdeaPad touchpad not to work when
> kernel/drivers/dma/idma64.ko.zst is present in the initramfs image:
>
> #regzbot introduced: 9140ce47872bfd89fca888c2f992faa51d20c2bc
>
> "idma64: Don't try to serve interrupts when device is powered off"
So, the touchpad is an I²C device, which is connected to an Intel SoC.
The I²C host controller is Synopsys DesignWare. On Intel SoCs the above
mentioned IP is generated with private DMA engine, that's called Intel
iDMA 64-bit. Basically it's two devices under a single PCI hood.
The problem here is that when PCI device is in D3, both devices are
powered off, but something sends an interrupt and it's not recognized
being the one, send by a device (touchpad).
There is one of the following potential issues (or their combinations):
- the I²C host controller hardware got off too early
- the line is shared with something else that generates interrupt storm
- the BIOS does weird (wrong) things at a boot time, like not properly
shutting down and disabling interrupt sources; also may have wrong
pin control settings
- the touchpad is operating on higher frequency like 400kHz (because
BIOS told to use that one instead of 100kHz) than the HW is designed
for and hence unreliable with all possible side effects
- the touchpad firmware behaves wrongly on some sequences (see also
note about the bus speed above), try to upgrade touchpad FW
With my experience with the case of the above mentioned commit that it
may be BIOS thingy. Also consider the bus speed, there are quirks in
the kernel for that.
> Here are the related logs:
>
> ---
>
> irq 27: nobody cared (try booting with the "irqpoll" option)
Almost all below is not so interesting.
...
> handlers:
> [<00000000104a7621>] idma64_irq [idma64]
> [<00000000bd8d08e9>] i2c_dw_isr
> Disabling IRQ #27
Yes, this line at least shared between those two and might be more.
...
> i2c_designware i2c_designware.0: controller timed out
> hid (null): reading report descriptor failed
> i2c_hid_acpi i2c-ELAN06FA:00: can't add hid device: -110
> i2c_hid_acpi i2c-ELAN06FA:00: probe with driver i2c_hid_acpi failed with error -110
Yes, sounds familiar with the speed settings. Try to down it to 100kHz in case
it's confirmed to be 400kHz.
> ---
>
> Hardware info:
> - Lenovo 16" IdeaPad Slim 5 - 16IRU9
> - Hardware name: LENOVO 83FW/LNVNB161216, BIOS PFCN14WW 09/20/2024
> - ELAN06FA:00 04F3:327E Touchpad
>
> Steps to reproduce:
> - Cold boot the laptop on Arch Linux
>
> The bug is still present with the 6.19.0-rc1-1-git kernel.
>
> The bisected commit is from March 2024, but I only recently noticed the issue
> because the initramfs images on Arch Linux now include these additional
> drivers (as of November 2025):
> - kernel/drivers/dma/idma64.ko.zst
> - kernel/drivers/mfd/intel-lpss-pci.ko.zst
> - kernel/drivers/mfd/intel-lpss.ko.zst
>
> Two other users have reported the issue on the Arch Linux and CachyOS forums,
Any pointers to that thread, please?
> so I don't think this is a hardware issue with my individual laptop.
I don't know how this conclusion is came here. You mean HW as laptop model?
But are the involved components the same (I²C host controller + touchpad)?
--
With Best Regards,
Andy Shevchenko
^ permalink raw reply [flat|nested] 55+ messages in thread
* Re: [REGRESSION][BISECTED] Lenovo IdeaPad touchpad does not work when idma64 is present in initramfs
2026-01-12 14:35 ` Andy Shevchenko
@ 2026-01-12 16:52 ` Andy Shevchenko
2026-01-15 22:50 ` correctmost
1 sibling, 0 replies; 55+ messages in thread
From: Andy Shevchenko @ 2026-01-12 16:52 UTC (permalink / raw)
To: correctmost, Mika Westerberg; +Cc: dmaengine, regressions, vkoul, linux-i2c
+Cc: Mika
On Mon, Jan 12, 2026 at 04:35:08PM +0200, Andy Shevchenko wrote:
> On Tue, Dec 16, 2025 at 12:57:10PM -0500, correctmost wrote:
>
> > The following commit
>
> No, it's false positive. The reality is that something else is going on
> there on this and other similar laptops.
>
> > causes my Lenovo IdeaPad touchpad not to work when
> > kernel/drivers/dma/idma64.ko.zst is present in the initramfs image:
> >
> > #regzbot introduced: 9140ce47872bfd89fca888c2f992faa51d20c2bc
> >
> > "idma64: Don't try to serve interrupts when device is powered off"
>
> So, the touchpad is an I²C device, which is connected to an Intel SoC.
> The I²C host controller is Synopsys DesignWare. On Intel SoCs the above
> mentioned IP is generated with private DMA engine, that's called Intel
> iDMA 64-bit. Basically it's two devices under a single PCI hood.
> The problem here is that when PCI device is in D3, both devices are
> powered off, but something sends an interrupt and it's not recognized
> being the one, send by a device (touchpad).
>
> There is one of the following potential issues (or their combinations):
>
> - the I²C host controller hardware got off too early
> - the line is shared with something else that generates interrupt storm
> - the BIOS does weird (wrong) things at a boot time, like not properly
> shutting down and disabling interrupt sources; also may have wrong
> pin control settings
> - the touchpad is operating on higher frequency like 400kHz (because
> BIOS told to use that one instead of 100kHz) than the HW is designed
> for and hence unreliable with all possible side effects
> - the touchpad firmware behaves wrongly on some sequences (see also
> note about the bus speed above), try to upgrade touchpad FW
>
> With my experience with the case of the above mentioned commit that it
> may be BIOS thingy. Also consider the bus speed, there are quirks in
> the kernel for that.
>
> > Here are the related logs:
> >
> > ---
> >
> > irq 27: nobody cared (try booting with the "irqpoll" option)
>
> Almost all below is not so interesting.
>
> ...
>
> > handlers:
> > [<00000000104a7621>] idma64_irq [idma64]
> > [<00000000bd8d08e9>] i2c_dw_isr
> > Disabling IRQ #27
>
> Yes, this line at least shared between those two and might be more.
>
> ...
>
> > i2c_designware i2c_designware.0: controller timed out
> > hid (null): reading report descriptor failed
> > i2c_hid_acpi i2c-ELAN06FA:00: can't add hid device: -110
> > i2c_hid_acpi i2c-ELAN06FA:00: probe with driver i2c_hid_acpi failed with error -110
>
> Yes, sounds familiar with the speed settings. Try to down it to 100kHz in case
> it's confirmed to be 400kHz.
>
> > ---
> >
> > Hardware info:
> > - Lenovo 16" IdeaPad Slim 5 - 16IRU9
> > - Hardware name: LENOVO 83FW/LNVNB161216, BIOS PFCN14WW 09/20/2024
> > - ELAN06FA:00 04F3:327E Touchpad
> >
> > Steps to reproduce:
> > - Cold boot the laptop on Arch Linux
> >
> > The bug is still present with the 6.19.0-rc1-1-git kernel.
> >
> > The bisected commit is from March 2024, but I only recently noticed the issue
> > because the initramfs images on Arch Linux now include these additional
> > drivers (as of November 2025):
> > - kernel/drivers/dma/idma64.ko.zst
> > - kernel/drivers/mfd/intel-lpss-pci.ko.zst
> > - kernel/drivers/mfd/intel-lpss.ko.zst
> >
> > Two other users have reported the issue on the Arch Linux and CachyOS forums,
>
> Any pointers to that thread, please?
>
> > so I don't think this is a hardware issue with my individual laptop.
>
> I don't know how this conclusion is came here. You mean HW as laptop model?
> But are the involved components the same (I²C host controller + touchpad)?
--
With Best Regards,
Andy Shevchenko
^ permalink raw reply [flat|nested] 55+ messages in thread
* Re: [REGRESSION][BISECTED] Lenovo IdeaPad touchpad does not work when idma64 is present in initramfs
2026-01-12 14:35 ` Andy Shevchenko
2026-01-12 16:52 ` Andy Shevchenko
@ 2026-01-15 22:50 ` correctmost
2026-01-16 10:03 ` Andy Shevchenko
1 sibling, 1 reply; 55+ messages in thread
From: correctmost @ 2026-01-15 22:50 UTC (permalink / raw)
To: Andy Shevchenko; +Cc: dmaengine, regressions, vkoul, linux-i2c, mika.westerberg
On Mon, Jan 12, 2026, at 9:35 AM, Andy Shevchenko wrote:
> On Tue, Dec 16, 2025 at 12:57:10PM -0500, correctmost wrote:
>
>> The following commit
>
> No, it's false positive. The reality is that something else is going on
> there on this and other similar laptops.
>
>> causes my Lenovo IdeaPad touchpad not to work when
>> kernel/drivers/dma/idma64.ko.zst is present in the initramfs image:
>>
>> #regzbot introduced: 9140ce47872bfd89fca888c2f992faa51d20c2bc
>>
>> "idma64: Don't try to serve interrupts when device is powered off"
>
> So, the touchpad is an I²C device, which is connected to an Intel SoC.
> The I²C host controller is Synopsys DesignWare. On Intel SoCs the above
> mentioned IP is generated with private DMA engine, that's called Intel
> iDMA 64-bit. Basically it's two devices under a single PCI hood.
> The problem here is that when PCI device is in D3, both devices are
> powered off, but something sends an interrupt and it's not recognized
> being the one, send by a device (touchpad).
>
> There is one of the following potential issues (or their combinations):
>
> - the I²C host controller hardware got off too early
> - the line is shared with something else that generates interrupt storm
> - the BIOS does weird (wrong) things at a boot time, like not properly
> shutting down and disabling interrupt sources; also may have wrong
> pin control settings
> - the touchpad is operating on higher frequency like 400kHz (because
> BIOS told to use that one instead of 100kHz) than the HW is designed
> for and hence unreliable with all possible side effects
> - the touchpad firmware behaves wrongly on some sequences (see also
> note about the bus speed above), try to upgrade touchpad FW
>
> With my experience with the case of the above mentioned commit that it
> may be BIOS thingy. Also consider the bus speed, there are quirks in
> the kernel for that.
Thank you for the detailed notes. I will see if I can update my BIOS and experiment with different quirks values, though I won't be able to do that until late next week.
>
>> Here are the related logs:
>>
>> ---
>>
>> irq 27: nobody cared (try booting with the "irqpoll" option)
>
> Almost all below is not so interesting.
>
> ...
>
>> handlers:
>> [<00000000104a7621>] idma64_irq [idma64]
>> [<00000000bd8d08e9>] i2c_dw_isr
>> Disabling IRQ #27
>
> Yes, this line at least shared between those two and might be more.
>
> ...
>
>> i2c_designware i2c_designware.0: controller timed out
>> hid (null): reading report descriptor failed
>> i2c_hid_acpi i2c-ELAN06FA:00: can't add hid device: -110
>> i2c_hid_acpi i2c-ELAN06FA:00: probe with driver i2c_hid_acpi failed with error -110
>
> Yes, sounds familiar with the speed settings. Try to down it to 100kHz in case
> it's confirmed to be 400kHz.
>
>> ---
>>
>> Hardware info:
>> - Lenovo 16" IdeaPad Slim 5 - 16IRU9
>> - Hardware name: LENOVO 83FW/LNVNB161216, BIOS PFCN14WW 09/20/2024
>> - ELAN06FA:00 04F3:327E Touchpad
>>
>> Steps to reproduce:
>> - Cold boot the laptop on Arch Linux
>>
>> The bug is still present with the 6.19.0-rc1-1-git kernel.
>>
>> The bisected commit is from March 2024, but I only recently noticed the issue
>> because the initramfs images on Arch Linux now include these additional
>> drivers (as of November 2025):
>> - kernel/drivers/dma/idma64.ko.zst
>> - kernel/drivers/mfd/intel-lpss-pci.ko.zst
>> - kernel/drivers/mfd/intel-lpss.ko.zst
>>
>> Two other users have reported the issue on the Arch Linux and CachyOS forums,
>
> Any pointers to that thread, please?
>
The following threads have users who were able to restore touchpad functionality by undoing the idma64 change in initramfs:
- https://forum.manjaro.org/t/lenovo-thinkbook-14-g4-iap-touchpad-not-working/184156
- Lenovo Thinkbook 14 G4 IAP
- i2c-SYNA2BA6:00
- https://discuss.cachyos.org/t/syna3602-touchpad-completely-undetected-after-update/20461
- AVITA AM15A2IN
- SYNA3602
- https://bbs.archlinux.org/viewtopic.php?pid=2277786#p2277786
- MSI Modern 15 F13MG-074IT
- https://bbs.archlinux.org/viewtopic.php?id=310946
- Lenovo IdeaPad Slim 5i
- https://discuss.cachyos.org/t/touchpad-not-working-after-linux-6-16-7-update/18348/6
- Unspecified laptop model
The following bug reports also seem related because they mention the "probe with driver i2c_hid_acpi failed with error -110" message:
- https://bugzilla.kernel.org/show_bug.cgi?id=220783
- Casper Nirvana C650
- SYNA3602:00 093A:0255
- https://lore.kernel.org/regressions/2c8d4baa-679f-4af7-a78d-41774410e9a6@leemhuis.info/T/
- Infinix Y4 Max
- SYNA3602:00 093A:35ED (I2C HID)
Lastly, I saw another bug report that mentions the "probe with driver i2c_hid_acpi failed with error -110" error. It seems to state that the error only occurs when a power cable is connected during boot:
- https://bugzilla.altlinux.org/57094
- Huawei Matebook D15 BOD-WXX9-PCB-B4
- i2c-GXTP7863:00
>> so I don't think this is a hardware issue with my individual laptop.
>
> I don't know how this conclusion is came here. You mean HW as laptop model?
> But are the involved components the same (I²C host controller + touchpad)?
Sorry for the confusion. I meant the individual machine in my possession and not the laptop model as a whole.
>
> --
> With Best Regards,
> Andy Shevchenko
Thank you!
^ permalink raw reply [flat|nested] 55+ messages in thread
* Re: [REGRESSION][BISECTED] Lenovo IdeaPad touchpad does not work when idma64 is present in initramfs
2026-01-15 22:50 ` correctmost
@ 2026-01-16 10:03 ` Andy Shevchenko
2026-01-16 10:35 ` Andy Shevchenko
0 siblings, 1 reply; 55+ messages in thread
From: Andy Shevchenko @ 2026-01-16 10:03 UTC (permalink / raw)
To: correctmost; +Cc: dmaengine, regressions, vkoul, linux-i2c, mika.westerberg
On Thu, Jan 15, 2026 at 05:50:36PM -0500, correctmost wrote:
> On Mon, Jan 12, 2026, at 9:35 AM, Andy Shevchenko wrote:
> > On Tue, Dec 16, 2025 at 12:57:10PM -0500, correctmost wrote:
> >
> >> The following commit
> >
> > No, it's false positive. The reality is that something else is going on
> > there on this and other similar laptops.
> >
> >> causes my Lenovo IdeaPad touchpad not to work when
> >> kernel/drivers/dma/idma64.ko.zst is present in the initramfs image:
> >>
> >> #regzbot introduced: 9140ce47872bfd89fca888c2f992faa51d20c2bc
> >>
> >> "idma64: Don't try to serve interrupts when device is powered off"
> >
> > So, the touchpad is an I²C device, which is connected to an Intel SoC.
> > The I²C host controller is Synopsys DesignWare. On Intel SoCs the above
> > mentioned IP is generated with private DMA engine, that's called Intel
> > iDMA 64-bit. Basically it's two devices under a single PCI hood.
> > The problem here is that when PCI device is in D3, both devices are
> > powered off, but something sends an interrupt and it's not recognized
> > being the one, send by a device (touchpad).
> >
> > There is one of the following potential issues (or their combinations):
> >
> > - the I²C host controller hardware got off too early
> > - the line is shared with something else that generates interrupt storm
> > - the BIOS does weird (wrong) things at a boot time, like not properly
> > shutting down and disabling interrupt sources; also may have wrong
> > pin control settings
> > - the touchpad is operating on higher frequency like 400kHz (because
> > BIOS told to use that one instead of 100kHz) than the HW is designed
> > for and hence unreliable with all possible side effects
> > - the touchpad firmware behaves wrongly on some sequences (see also
> > note about the bus speed above), try to upgrade touchpad FW
> >
> > With my experience with the case of the above mentioned commit that it
> > may be BIOS thingy. Also consider the bus speed, there are quirks in
> > the kernel for that.
>
> Thank you for the detailed notes. I will see if I can update my BIOS and
> experiment with different quirks values, though I won't be able to do that
> until late next week.
You're welcome!
> >> Here are the related logs:
> >>
> >> ---
> >>
> >> irq 27: nobody cared (try booting with the "irqpoll" option)
> >
> > Almost all below is not so interesting.
> >
> > ...
> >
> >> handlers:
> >> [<00000000104a7621>] idma64_irq [idma64]
> >> [<00000000bd8d08e9>] i2c_dw_isr
> >> Disabling IRQ #27
> >
> > Yes, this line at least shared between those two and might be more.
> >
> > ...
> >
> >> i2c_designware i2c_designware.0: controller timed out
> >> hid (null): reading report descriptor failed
> >> i2c_hid_acpi i2c-ELAN06FA:00: can't add hid device: -110
> >> i2c_hid_acpi i2c-ELAN06FA:00: probe with driver i2c_hid_acpi failed with error -110
> >
> > Yes, sounds familiar with the speed settings. Try to down it to 100kHz in case
> > it's confirmed to be 400kHz.
> >
> >> ---
> >
> > Any pointers to that thread, please?
>
> The following threads have users who were able to restore touchpad
> functionality by undoing the idma64 change in initramfs:
Yes, = "they have hidden the existing problem". No value in that, sorry.
What is the exact link that refer to the thread you previously mentioned?
...
> Lastly, I saw another bug report that mentions the "probe with driver
> i2c_hid_acpi failed with error -110" error. It seems to state that the error
> only occurs when a power cable is connected during boot:
>
> - https://bugzilla.altlinux.org/57094
> - Huawei Matebook D15 BOD-WXX9-PCB-B4
> - i2c-GXTP7863:00
>
> >> so I don't think this is a hardware issue with my individual laptop.
> >
> > I don't know how this conclusion is came here. You mean HW as laptop model?
> > But are the involved components the same (I²C host controller + touchpad)?
>
> Sorry for the confusion. I meant the individual machine in my possession and
> not the laptop model as a whole.
Yeah, something here is common and I can't say for sure this all about Synaptic
touchpads...
--
With Best Regards,
Andy Shevchenko
^ permalink raw reply [flat|nested] 55+ messages in thread
* Re: [REGRESSION][BISECTED] Lenovo IdeaPad touchpad does not work when idma64 is present in initramfs
2026-01-16 10:03 ` Andy Shevchenko
@ 2026-01-16 10:35 ` Andy Shevchenko
2026-01-17 0:25 ` correctmost
0 siblings, 1 reply; 55+ messages in thread
From: Andy Shevchenko @ 2026-01-16 10:35 UTC (permalink / raw)
To: correctmost; +Cc: dmaengine, regressions, vkoul, linux-i2c, mika.westerberg
On Fri, Jan 16, 2026 at 12:03:12PM +0200, Andy Shevchenko wrote:
> On Thu, Jan 15, 2026 at 05:50:36PM -0500, correctmost wrote:
> > On Mon, Jan 12, 2026, at 9:35 AM, Andy Shevchenko wrote:
> > > On Tue, Dec 16, 2025 at 12:57:10PM -0500, correctmost wrote:
> > >
> > >> The following commit
> > >
> > > No, it's false positive. The reality is that something else is going on
> > > there on this and other similar laptops.
> > >
> > >> causes my Lenovo IdeaPad touchpad not to work when
> > >> kernel/drivers/dma/idma64.ko.zst is present in the initramfs image:
> > >>
> > >> #regzbot introduced: 9140ce47872bfd89fca888c2f992faa51d20c2bc
> > >>
> > >> "idma64: Don't try to serve interrupts when device is powered off"
> > >
> > > So, the touchpad is an I²C device, which is connected to an Intel SoC.
> > > The I²C host controller is Synopsys DesignWare. On Intel SoCs the above
> > > mentioned IP is generated with private DMA engine, that's called Intel
> > > iDMA 64-bit. Basically it's two devices under a single PCI hood.
> > > The problem here is that when PCI device is in D3, both devices are
> > > powered off, but something sends an interrupt and it's not recognized
> > > being the one, send by a device (touchpad).
> > >
> > > There is one of the following potential issues (or their combinations):
> > >
> > > - the I²C host controller hardware got off too early
> > > - the line is shared with something else that generates interrupt storm
> > > - the BIOS does weird (wrong) things at a boot time, like not properly
> > > shutting down and disabling interrupt sources; also may have wrong
> > > pin control settings
> > > - the touchpad is operating on higher frequency like 400kHz (because
> > > BIOS told to use that one instead of 100kHz) than the HW is designed
> > > for and hence unreliable with all possible side effects
> > > - the touchpad firmware behaves wrongly on some sequences (see also
> > > note about the bus speed above), try to upgrade touchpad FW
> > >
> > > With my experience with the case of the above mentioned commit that it
> > > may be BIOS thingy. Also consider the bus speed, there are quirks in
> > > the kernel for that.
> >
> > Thank you for the detailed notes. I will see if I can update my BIOS and
> > experiment with different quirks values, though I won't be able to do that
> > until late next week.
>
> You're welcome!
>
> > >> Here are the related logs:
> > >>
> > >> ---
> > >>
> > >> irq 27: nobody cared (try booting with the "irqpoll" option)
> > >
> > > Almost all below is not so interesting.
> > >
> > > ...
> > >
> > >> handlers:
> > >> [<00000000104a7621>] idma64_irq [idma64]
> > >> [<00000000bd8d08e9>] i2c_dw_isr
> > >> Disabling IRQ #27
> > >
> > > Yes, this line at least shared between those two and might be more.
> > >
> > > ...
> > >
> > >> i2c_designware i2c_designware.0: controller timed out
> > >> hid (null): reading report descriptor failed
> > >> i2c_hid_acpi i2c-ELAN06FA:00: can't add hid device: -110
> > >> i2c_hid_acpi i2c-ELAN06FA:00: probe with driver i2c_hid_acpi failed with error -110
> > >
> > > Yes, sounds familiar with the speed settings. Try to down it to 100kHz in case
> > > it's confirmed to be 400kHz.
> > >
> > >> ---
> > >
> > > Any pointers to that thread, please?
> >
> > The following threads have users who were able to restore touchpad
> > functionality by undoing the idma64 change in initramfs:
>
> Yes, = "they have hidden the existing problem". No value in that, sorry.
> What is the exact link that refer to the thread you previously mentioned?
>
> ...
>
> > Lastly, I saw another bug report that mentions the "probe with driver
> > i2c_hid_acpi failed with error -110" error. It seems to state that the error
> > only occurs when a power cable is connected during boot:
> >
> > - https://bugzilla.altlinux.org/57094
> > - Huawei Matebook D15 BOD-WXX9-PCB-B4
> > - i2c-GXTP7863:00
> >
> > >> so I don't think this is a hardware issue with my individual laptop.
> > >
> > > I don't know how this conclusion is came here. You mean HW as laptop model?
> > > But are the involved components the same (I²C host controller + touchpad)?
> >
> > Sorry for the confusion. I meant the individual machine in my possession and
> > not the laptop model as a whole.
>
> Yeah, something here is common and I can't say for sure this all about Synaptic
> touchpads...
So, what I think I need to understand this more is the following
(all information should be gathered under root user) for working
and non-working cases:
- `cat /proc/interrupts`
- `dmesg`
# with `initcall_debug ignore_loglevel` added to the kernel command line
- `cat /sys/kernel/debug/pinctrl/.../pins`
# ... should be something like INTC1234:00
And just once these:
- `acpidump -o tables.dat` # the tables.dat file
- `grep -H 15 /sys/bus/acpi/devices/*/status`
- `lspci -nk -vv`
--
With Best Regards,
Andy Shevchenko
^ permalink raw reply [flat|nested] 55+ messages in thread
* Re: [REGRESSION][BISECTED] Lenovo IdeaPad touchpad does not work when idma64 is present in initramfs
2026-01-16 10:35 ` Andy Shevchenko
@ 2026-01-17 0:25 ` correctmost
2026-01-19 10:39 ` Andy Shevchenko
0 siblings, 1 reply; 55+ messages in thread
From: correctmost @ 2026-01-17 0:25 UTC (permalink / raw)
To: Andy Shevchenko; +Cc: dmaengine, regressions, vkoul, linux-i2c, mika.westerberg
[-- Attachment #1: Type: text/plain, Size: 5321 bytes --]
On Fri, Jan 16, 2026, at 5:35 AM, Andy Shevchenko wrote:
> On Fri, Jan 16, 2026 at 12:03:12PM +0200, Andy Shevchenko wrote:
>> On Thu, Jan 15, 2026 at 05:50:36PM -0500, correctmost wrote:
>> > On Mon, Jan 12, 2026, at 9:35 AM, Andy Shevchenko wrote:
>> > > On Tue, Dec 16, 2025 at 12:57:10PM -0500, correctmost wrote:
>> > >
>> > >> The following commit
>> > >
>> > > No, it's false positive. The reality is that something else is going on
>> > > there on this and other similar laptops.
>> > >
>> > >> causes my Lenovo IdeaPad touchpad not to work when
>> > >> kernel/drivers/dma/idma64.ko.zst is present in the initramfs image:
>> > >>
>> > >> #regzbot introduced: 9140ce47872bfd89fca888c2f992faa51d20c2bc
>> > >>
>> > >> "idma64: Don't try to serve interrupts when device is powered off"
>> > >
>> > > So, the touchpad is an I²C device, which is connected to an Intel SoC.
>> > > The I²C host controller is Synopsys DesignWare. On Intel SoCs the above
>> > > mentioned IP is generated with private DMA engine, that's called Intel
>> > > iDMA 64-bit. Basically it's two devices under a single PCI hood.
>> > > The problem here is that when PCI device is in D3, both devices are
>> > > powered off, but something sends an interrupt and it's not recognized
>> > > being the one, send by a device (touchpad).
>> > >
>> > > There is one of the following potential issues (or their combinations):
>> > >
>> > > - the I²C host controller hardware got off too early
>> > > - the line is shared with something else that generates interrupt storm
>> > > - the BIOS does weird (wrong) things at a boot time, like not properly
>> > > shutting down and disabling interrupt sources; also may have wrong
>> > > pin control settings
>> > > - the touchpad is operating on higher frequency like 400kHz (because
>> > > BIOS told to use that one instead of 100kHz) than the HW is designed
>> > > for and hence unreliable with all possible side effects
>> > > - the touchpad firmware behaves wrongly on some sequences (see also
>> > > note about the bus speed above), try to upgrade touchpad FW
>> > >
>> > > With my experience with the case of the above mentioned commit that it
>> > > may be BIOS thingy. Also consider the bus speed, there are quirks in
>> > > the kernel for that.
>> >
>> > Thank you for the detailed notes. I will see if I can update my BIOS and
>> > experiment with different quirks values, though I won't be able to do that
>> > until late next week.
>>
>> You're welcome!
>>
>> > >> Here are the related logs:
>> > >>
>> > >> ---
>> > >>
>> > >> irq 27: nobody cared (try booting with the "irqpoll" option)
>> > >
>> > > Almost all below is not so interesting.
>> > >
>> > > ...
>> > >
>> > >> handlers:
>> > >> [<00000000104a7621>] idma64_irq [idma64]
>> > >> [<00000000bd8d08e9>] i2c_dw_isr
>> > >> Disabling IRQ #27
>> > >
>> > > Yes, this line at least shared between those two and might be more.
>> > >
>> > > ...
>> > >
>> > >> i2c_designware i2c_designware.0: controller timed out
>> > >> hid (null): reading report descriptor failed
>> > >> i2c_hid_acpi i2c-ELAN06FA:00: can't add hid device: -110
>> > >> i2c_hid_acpi i2c-ELAN06FA:00: probe with driver i2c_hid_acpi failed with error -110
>> > >
>> > > Yes, sounds familiar with the speed settings. Try to down it to 100kHz in case
>> > > it's confirmed to be 400kHz.
>> > >
>> > >> ---
>> > >
>> > > Any pointers to that thread, please?
>> >
>> > The following threads have users who were able to restore touchpad
>> > functionality by undoing the idma64 change in initramfs:
>>
>> Yes, = "they have hidden the existing problem". No value in that, sorry.
>> What is the exact link that refer to the thread you previously mentioned?
>>
>> ...
>>
>> > Lastly, I saw another bug report that mentions the "probe with driver
>> > i2c_hid_acpi failed with error -110" error. It seems to state that the error
>> > only occurs when a power cable is connected during boot:
>> >
>> > - https://bugzilla.altlinux.org/57094
>> > - Huawei Matebook D15 BOD-WXX9-PCB-B4
>> > - i2c-GXTP7863:00
>> >
>> > >> so I don't think this is a hardware issue with my individual laptop.
>> > >
>> > > I don't know how this conclusion is came here. You mean HW as laptop model?
>> > > But are the involved components the same (I²C host controller + touchpad)?
>> >
>> > Sorry for the confusion. I meant the individual machine in my possession and
>> > not the laptop model as a whole.
>>
>> Yeah, something here is common and I can't say for sure this all about Synaptic
>> touchpads...
>
> So, what I think I need to understand this more is the following
> (all information should be gathered under root user) for working
> and non-working cases:
>
> - `cat /proc/interrupts`
> - `dmesg`
> # with `initcall_debug ignore_loglevel` added to the kernel command line
> - `cat /sys/kernel/debug/pinctrl/.../pins`
> # ... should be something like INTC1234:00
>
> And just once these:
> - `acpidump -o tables.dat` # the tables.dat file
> - `grep -H 15 /sys/bus/acpi/devices/*/status`
> - `lspci -nk -vv`
The tables.dat file and the dmesg logs seemed too big to post inline, so I ended up zipping all of the files (attached).
[-- Attachment #2: ideapad-touchpad-logs.zip --]
[-- Type: application/zip, Size: 912697 bytes --]
^ permalink raw reply [flat|nested] 55+ messages in thread
* Re: [REGRESSION][BISECTED] Lenovo IdeaPad touchpad does not work when idma64 is present in initramfs
2026-01-17 0:25 ` correctmost
@ 2026-01-19 10:39 ` Andy Shevchenko
2026-01-19 10:49 ` Andy Shevchenko
0 siblings, 1 reply; 55+ messages in thread
From: Andy Shevchenko @ 2026-01-19 10:39 UTC (permalink / raw)
To: correctmost; +Cc: dmaengine, regressions, vkoul, linux-i2c, mika.westerberg
On Fri, Jan 16, 2026 at 07:25:54PM -0500, correctmost wrote:
> On Fri, Jan 16, 2026, at 5:35 AM, Andy Shevchenko wrote:
> > On Fri, Jan 16, 2026 at 12:03:12PM +0200, Andy Shevchenko wrote:
> >> On Thu, Jan 15, 2026 at 05:50:36PM -0500, correctmost wrote:
> >> > On Mon, Jan 12, 2026, at 9:35 AM, Andy Shevchenko wrote:
> >> > > On Tue, Dec 16, 2025 at 12:57:10PM -0500, correctmost wrote:
> >> > >
> >> > >> The following commit
> >> > >
> >> > > No, it's false positive. The reality is that something else is going on
> >> > > there on this and other similar laptops.
> >> > >
> >> > >> causes my Lenovo IdeaPad touchpad not to work when
> >> > >> kernel/drivers/dma/idma64.ko.zst is present in the initramfs image:
> >> > >>
> >> > >> #regzbot introduced: 9140ce47872bfd89fca888c2f992faa51d20c2bc
> >> > >>
> >> > >> "idma64: Don't try to serve interrupts when device is powered off"
> >> > >
> >> > > So, the touchpad is an I²C device, which is connected to an Intel SoC.
> >> > > The I²C host controller is Synopsys DesignWare. On Intel SoCs the above
> >> > > mentioned IP is generated with private DMA engine, that's called Intel
> >> > > iDMA 64-bit. Basically it's two devices under a single PCI hood.
> >> > > The problem here is that when PCI device is in D3, both devices are
> >> > > powered off, but something sends an interrupt and it's not recognized
> >> > > being the one, send by a device (touchpad).
> >> > >
> >> > > There is one of the following potential issues (or their combinations):
> >> > >
> >> > > - the I²C host controller hardware got off too early
> >> > > - the line is shared with something else that generates interrupt storm
> >> > > - the BIOS does weird (wrong) things at a boot time, like not properly
> >> > > shutting down and disabling interrupt sources; also may have wrong
> >> > > pin control settings
> >> > > - the touchpad is operating on higher frequency like 400kHz (because
> >> > > BIOS told to use that one instead of 100kHz) than the HW is designed
> >> > > for and hence unreliable with all possible side effects
> >> > > - the touchpad firmware behaves wrongly on some sequences (see also
> >> > > note about the bus speed above), try to upgrade touchpad FW
> >> > >
> >> > > With my experience with the case of the above mentioned commit that it
> >> > > may be BIOS thingy. Also consider the bus speed, there are quirks in
> >> > > the kernel for that.
> >> >
> >> > Thank you for the detailed notes. I will see if I can update my BIOS and
> >> > experiment with different quirks values, though I won't be able to do that
> >> > until late next week.
> >>
> >> You're welcome!
> >>
> >> > >> Here are the related logs:
> >> > >>
> >> > >> ---
> >> > >>
> >> > >> irq 27: nobody cared (try booting with the "irqpoll" option)
> >> > >
> >> > > Almost all below is not so interesting.
> >> > >
> >> > > ...
> >> > >
> >> > >> handlers:
> >> > >> [<00000000104a7621>] idma64_irq [idma64]
> >> > >> [<00000000bd8d08e9>] i2c_dw_isr
> >> > >> Disabling IRQ #27
> >> > >
> >> > > Yes, this line at least shared between those two and might be more.
> >> > >
> >> > > ...
> >> > >
> >> > >> i2c_designware i2c_designware.0: controller timed out
> >> > >> hid (null): reading report descriptor failed
> >> > >> i2c_hid_acpi i2c-ELAN06FA:00: can't add hid device: -110
> >> > >> i2c_hid_acpi i2c-ELAN06FA:00: probe with driver i2c_hid_acpi failed with error -110
> >> > >
> >> > > Yes, sounds familiar with the speed settings. Try to down it to 100kHz in case
> >> > > it's confirmed to be 400kHz.
> >> > >
> >> > >> ---
> >> > >
> >> > > Any pointers to that thread, please?
> >> >
> >> > The following threads have users who were able to restore touchpad
> >> > functionality by undoing the idma64 change in initramfs:
> >>
> >> Yes, = "they have hidden the existing problem". No value in that, sorry.
> >> What is the exact link that refer to the thread you previously mentioned?
> >>
> >> ...
> >>
> >> > Lastly, I saw another bug report that mentions the "probe with driver
> >> > i2c_hid_acpi failed with error -110" error. It seems to state that the error
> >> > only occurs when a power cable is connected during boot:
> >> >
> >> > - https://bugzilla.altlinux.org/57094
> >> > - Huawei Matebook D15 BOD-WXX9-PCB-B4
> >> > - i2c-GXTP7863:00
> >> >
> >> > >> so I don't think this is a hardware issue with my individual laptop.
> >> > >
> >> > > I don't know how this conclusion is came here. You mean HW as laptop model?
> >> > > But are the involved components the same (I²C host controller + touchpad)?
> >> >
> >> > Sorry for the confusion. I meant the individual machine in my possession and
> >> > not the laptop model as a whole.
> >>
> >> Yeah, something here is common and I can't say for sure this all about Synaptic
> >> touchpads...
> >
> > So, what I think I need to understand this more is the following
> > (all information should be gathered under root user) for working
> > and non-working cases:
> >
> > - `cat /proc/interrupts`
> > - `dmesg`
> > # with `initcall_debug ignore_loglevel` added to the kernel command line
> > - `cat /sys/kernel/debug/pinctrl/.../pins`
> > # ... should be something like INTC1234:00
> >
> > And just once these:
> > - `acpidump -o tables.dat` # the tables.dat file
> > - `grep -H 15 /sys/bus/acpi/devices/*/status`
> > - `lspci -nk -vv`
>
> The tables.dat file and the dmesg logs seemed too big to post inline, so I
> ended up zipping all of the files (attached).
Thanks for the files. The same suspicion as in the original report
https://lore.kernel.org/all/e3f2debf-c762-48d9-876e-bcb60841f909@gmail.com/
Have you read it in full?
My understanding that the pin 3 on GPIO might be wrongly configured
by BIOS. The difference with the original case is that your GPIO device
is locked against modifications and until you unlock it (usually
it's done in BIOS in some debug menu) it may not be fixable without OEM
fixing the issue themselves. In any case you can try the workaround
(see https://lore.kernel.org/all/ZftTcSA5dn13eAmr@smile.fi.intel.com/).
But I am skeptical about it.
--
With Best Regards,
Andy Shevchenko
^ permalink raw reply [flat|nested] 55+ messages in thread
* Re: [REGRESSION][BISECTED] Lenovo IdeaPad touchpad does not work when idma64 is present in initramfs
2026-01-19 10:39 ` Andy Shevchenko
@ 2026-01-19 10:49 ` Andy Shevchenko
2026-01-20 9:33 ` Andy Shevchenko
0 siblings, 1 reply; 55+ messages in thread
From: Andy Shevchenko @ 2026-01-19 10:49 UTC (permalink / raw)
To: correctmost; +Cc: dmaengine, regressions, vkoul, linux-i2c, mika.westerberg
On Mon, Jan 19, 2026 at 12:39:41PM +0200, Andy Shevchenko wrote:
> On Fri, Jan 16, 2026 at 07:25:54PM -0500, correctmost wrote:
> > On Fri, Jan 16, 2026, at 5:35 AM, Andy Shevchenko wrote:
> > > On Fri, Jan 16, 2026 at 12:03:12PM +0200, Andy Shevchenko wrote:
> > >> On Thu, Jan 15, 2026 at 05:50:36PM -0500, correctmost wrote:
> > >> > On Mon, Jan 12, 2026, at 9:35 AM, Andy Shevchenko wrote:
> > >> > > On Tue, Dec 16, 2025 at 12:57:10PM -0500, correctmost wrote:
> > >> > >
> > >> > >> The following commit
> > >> > >
> > >> > > No, it's false positive. The reality is that something else is going on
> > >> > > there on this and other similar laptops.
> > >> > >
> > >> > >> causes my Lenovo IdeaPad touchpad not to work when
> > >> > >> kernel/drivers/dma/idma64.ko.zst is present in the initramfs image:
> > >> > >>
> > >> > >> #regzbot introduced: 9140ce47872bfd89fca888c2f992faa51d20c2bc
> > >> > >>
> > >> > >> "idma64: Don't try to serve interrupts when device is powered off"
> > >> > >
> > >> > > So, the touchpad is an I²C device, which is connected to an Intel SoC.
> > >> > > The I²C host controller is Synopsys DesignWare. On Intel SoCs the above
> > >> > > mentioned IP is generated with private DMA engine, that's called Intel
> > >> > > iDMA 64-bit. Basically it's two devices under a single PCI hood.
> > >> > > The problem here is that when PCI device is in D3, both devices are
> > >> > > powered off, but something sends an interrupt and it's not recognized
> > >> > > being the one, send by a device (touchpad).
> > >> > >
> > >> > > There is one of the following potential issues (or their combinations):
> > >> > >
> > >> > > - the I²C host controller hardware got off too early
> > >> > > - the line is shared with something else that generates interrupt storm
> > >> > > - the BIOS does weird (wrong) things at a boot time, like not properly
> > >> > > shutting down and disabling interrupt sources; also may have wrong
> > >> > > pin control settings
> > >> > > - the touchpad is operating on higher frequency like 400kHz (because
> > >> > > BIOS told to use that one instead of 100kHz) than the HW is designed
> > >> > > for and hence unreliable with all possible side effects
> > >> > > - the touchpad firmware behaves wrongly on some sequences (see also
> > >> > > note about the bus speed above), try to upgrade touchpad FW
> > >> > >
> > >> > > With my experience with the case of the above mentioned commit that it
> > >> > > may be BIOS thingy. Also consider the bus speed, there are quirks in
> > >> > > the kernel for that.
> > >> >
> > >> > Thank you for the detailed notes. I will see if I can update my BIOS and
> > >> > experiment with different quirks values, though I won't be able to do that
> > >> > until late next week.
> > >>
> > >> You're welcome!
> > >>
> > >> > >> Here are the related logs:
> > >> > >>
> > >> > >> ---
> > >> > >>
> > >> > >> irq 27: nobody cared (try booting with the "irqpoll" option)
> > >> > >
> > >> > > Almost all below is not so interesting.
> > >> > >
> > >> > > ...
> > >> > >
> > >> > >> handlers:
> > >> > >> [<00000000104a7621>] idma64_irq [idma64]
> > >> > >> [<00000000bd8d08e9>] i2c_dw_isr
> > >> > >> Disabling IRQ #27
> > >> > >
> > >> > > Yes, this line at least shared between those two and might be more.
> > >> > >
> > >> > > ...
> > >> > >
> > >> > >> i2c_designware i2c_designware.0: controller timed out
> > >> > >> hid (null): reading report descriptor failed
> > >> > >> i2c_hid_acpi i2c-ELAN06FA:00: can't add hid device: -110
> > >> > >> i2c_hid_acpi i2c-ELAN06FA:00: probe with driver i2c_hid_acpi failed with error -110
> > >> > >
> > >> > > Yes, sounds familiar with the speed settings. Try to down it to 100kHz in case
> > >> > > it's confirmed to be 400kHz.
> > >> > >
> > >> > >> ---
> > >> > >
> > >> > > Any pointers to that thread, please?
> > >> >
> > >> > The following threads have users who were able to restore touchpad
> > >> > functionality by undoing the idma64 change in initramfs:
> > >>
> > >> Yes, = "they have hidden the existing problem". No value in that, sorry.
> > >> What is the exact link that refer to the thread you previously mentioned?
> > >>
> > >> ...
> > >>
> > >> > Lastly, I saw another bug report that mentions the "probe with driver
> > >> > i2c_hid_acpi failed with error -110" error. It seems to state that the error
> > >> > only occurs when a power cable is connected during boot:
> > >> >
> > >> > - https://bugzilla.altlinux.org/57094
> > >> > - Huawei Matebook D15 BOD-WXX9-PCB-B4
> > >> > - i2c-GXTP7863:00
> > >> >
> > >> > >> so I don't think this is a hardware issue with my individual laptop.
> > >> > >
> > >> > > I don't know how this conclusion is came here. You mean HW as laptop model?
> > >> > > But are the involved components the same (I²C host controller + touchpad)?
> > >> >
> > >> > Sorry for the confusion. I meant the individual machine in my possession and
> > >> > not the laptop model as a whole.
> > >>
> > >> Yeah, something here is common and I can't say for sure this all about Synaptic
> > >> touchpads...
> > >
> > > So, what I think I need to understand this more is the following
> > > (all information should be gathered under root user) for working
> > > and non-working cases:
> > >
> > > - `cat /proc/interrupts`
> > > - `dmesg`
> > > # with `initcall_debug ignore_loglevel` added to the kernel command line
> > > - `cat /sys/kernel/debug/pinctrl/.../pins`
> > > # ... should be something like INTC1234:00
> > >
> > > And just once these:
> > > - `acpidump -o tables.dat` # the tables.dat file
> > > - `grep -H 15 /sys/bus/acpi/devices/*/status`
> > > - `lspci -nk -vv`
> >
> > The tables.dat file and the dmesg logs seemed too big to post inline, so I
> > ended up zipping all of the files (attached).
>
> Thanks for the files. The same suspicion as in the original report
> https://lore.kernel.org/all/e3f2debf-c762-48d9-876e-bcb60841f909@gmail.com/
>
> Have you read it in full?
>
> My understanding that the pin 3 on GPIO might be wrongly configured
> by BIOS. The difference with the original case is that your GPIO device
> is locked against modifications and until you unlock it (usually
> it's done in BIOS in some debug menu) it may not be fixable without OEM
> fixing the issue themselves. In any case you can try the workaround
> (see https://lore.kernel.org/all/ZftTcSA5dn13eAmr@smile.fi.intel.com/).
> But I am skeptical about it.
Just in case, this https://hansdegoede.dreamwidth.org/25589.html might be
also useful.
--
With Best Regards,
Andy Shevchenko
^ permalink raw reply [flat|nested] 55+ messages in thread
* Re: [REGRESSION][BISECTED] Lenovo IdeaPad touchpad does not work when idma64 is present in initramfs
2026-01-19 10:49 ` Andy Shevchenko
@ 2026-01-20 9:33 ` Andy Shevchenko
2026-01-21 4:56 ` correctmost
0 siblings, 1 reply; 55+ messages in thread
From: Andy Shevchenko @ 2026-01-20 9:33 UTC (permalink / raw)
To: correctmost; +Cc: dmaengine, regressions, vkoul, linux-i2c, mika.westerberg
On Mon, Jan 19, 2026 at 12:49:59PM +0200, Andy Shevchenko wrote:
> On Mon, Jan 19, 2026 at 12:39:41PM +0200, Andy Shevchenko wrote:
> > On Fri, Jan 16, 2026 at 07:25:54PM -0500, correctmost wrote:
> > > On Fri, Jan 16, 2026, at 5:35 AM, Andy Shevchenko wrote:
> > > > On Fri, Jan 16, 2026 at 12:03:12PM +0200, Andy Shevchenko wrote:
> > > >> On Thu, Jan 15, 2026 at 05:50:36PM -0500, correctmost wrote:
> > > >> > On Mon, Jan 12, 2026, at 9:35 AM, Andy Shevchenko wrote:
> > > >> > > On Tue, Dec 16, 2025 at 12:57:10PM -0500, correctmost wrote:
> > > >> > >
> > > >> > >> The following commit
> > > >> > >
> > > >> > > No, it's false positive. The reality is that something else is going on
> > > >> > > there on this and other similar laptops.
> > > >> > >
> > > >> > >> causes my Lenovo IdeaPad touchpad not to work when
> > > >> > >> kernel/drivers/dma/idma64.ko.zst is present in the initramfs image:
> > > >> > >>
> > > >> > >> #regzbot introduced: 9140ce47872bfd89fca888c2f992faa51d20c2bc
> > > >> > >>
> > > >> > >> "idma64: Don't try to serve interrupts when device is powered off"
> > > >> > >
> > > >> > > So, the touchpad is an I²C device, which is connected to an Intel SoC.
> > > >> > > The I²C host controller is Synopsys DesignWare. On Intel SoCs the above
> > > >> > > mentioned IP is generated with private DMA engine, that's called Intel
> > > >> > > iDMA 64-bit. Basically it's two devices under a single PCI hood.
> > > >> > > The problem here is that when PCI device is in D3, both devices are
> > > >> > > powered off, but something sends an interrupt and it's not recognized
> > > >> > > being the one, send by a device (touchpad).
> > > >> > >
> > > >> > > There is one of the following potential issues (or their combinations):
> > > >> > >
> > > >> > > - the I²C host controller hardware got off too early
> > > >> > > - the line is shared with something else that generates interrupt storm
> > > >> > > - the BIOS does weird (wrong) things at a boot time, like not properly
> > > >> > > shutting down and disabling interrupt sources; also may have wrong
> > > >> > > pin control settings
> > > >> > > - the touchpad is operating on higher frequency like 400kHz (because
> > > >> > > BIOS told to use that one instead of 100kHz) than the HW is designed
> > > >> > > for and hence unreliable with all possible side effects
> > > >> > > - the touchpad firmware behaves wrongly on some sequences (see also
> > > >> > > note about the bus speed above), try to upgrade touchpad FW
> > > >> > >
> > > >> > > With my experience with the case of the above mentioned commit that it
> > > >> > > may be BIOS thingy. Also consider the bus speed, there are quirks in
> > > >> > > the kernel for that.
> > > >> >
> > > >> > Thank you for the detailed notes. I will see if I can update my BIOS and
> > > >> > experiment with different quirks values, though I won't be able to do that
> > > >> > until late next week.
> > > >>
> > > >> You're welcome!
> > > >>
> > > >> > >> Here are the related logs:
> > > >> > >>
> > > >> > >> ---
> > > >> > >>
> > > >> > >> irq 27: nobody cared (try booting with the "irqpoll" option)
> > > >> > >
> > > >> > > Almost all below is not so interesting.
> > > >> > >
> > > >> > > ...
> > > >> > >
> > > >> > >> handlers:
> > > >> > >> [<00000000104a7621>] idma64_irq [idma64]
> > > >> > >> [<00000000bd8d08e9>] i2c_dw_isr
> > > >> > >> Disabling IRQ #27
> > > >> > >
> > > >> > > Yes, this line at least shared between those two and might be more.
> > > >> > >
> > > >> > > ...
> > > >> > >
> > > >> > >> i2c_designware i2c_designware.0: controller timed out
> > > >> > >> hid (null): reading report descriptor failed
> > > >> > >> i2c_hid_acpi i2c-ELAN06FA:00: can't add hid device: -110
> > > >> > >> i2c_hid_acpi i2c-ELAN06FA:00: probe with driver i2c_hid_acpi failed with error -110
> > > >> > >
> > > >> > > Yes, sounds familiar with the speed settings. Try to down it to 100kHz in case
> > > >> > > it's confirmed to be 400kHz.
> > > >> > >
> > > >> > >> ---
> > > >> > >
> > > >> > > Any pointers to that thread, please?
> > > >> >
> > > >> > The following threads have users who were able to restore touchpad
> > > >> > functionality by undoing the idma64 change in initramfs:
> > > >>
> > > >> Yes, = "they have hidden the existing problem". No value in that, sorry.
> > > >> What is the exact link that refer to the thread you previously mentioned?
> > > >>
> > > >> ...
> > > >>
> > > >> > Lastly, I saw another bug report that mentions the "probe with driver
> > > >> > i2c_hid_acpi failed with error -110" error. It seems to state that the error
> > > >> > only occurs when a power cable is connected during boot:
> > > >> >
> > > >> > - https://bugzilla.altlinux.org/57094
> > > >> > - Huawei Matebook D15 BOD-WXX9-PCB-B4
> > > >> > - i2c-GXTP7863:00
> > > >> >
> > > >> > >> so I don't think this is a hardware issue with my individual laptop.
> > > >> > >
> > > >> > > I don't know how this conclusion is came here. You mean HW as laptop model?
> > > >> > > But are the involved components the same (I²C host controller + touchpad)?
> > > >> >
> > > >> > Sorry for the confusion. I meant the individual machine in my possession and
> > > >> > not the laptop model as a whole.
> > > >>
> > > >> Yeah, something here is common and I can't say for sure this all about Synaptic
> > > >> touchpads...
> > > >
> > > > So, what I think I need to understand this more is the following
> > > > (all information should be gathered under root user) for working
> > > > and non-working cases:
> > > >
> > > > - `cat /proc/interrupts`
> > > > - `dmesg`
> > > > # with `initcall_debug ignore_loglevel` added to the kernel command line
> > > > - `cat /sys/kernel/debug/pinctrl/.../pins`
> > > > # ... should be something like INTC1234:00
> > > >
> > > > And just once these:
> > > > - `acpidump -o tables.dat` # the tables.dat file
> > > > - `grep -H 15 /sys/bus/acpi/devices/*/status`
> > > > - `lspci -nk -vv`
> > >
> > > The tables.dat file and the dmesg logs seemed too big to post inline, so I
> > > ended up zipping all of the files (attached).
> >
> > Thanks for the files. The same suspicion as in the original report
> > https://lore.kernel.org/all/e3f2debf-c762-48d9-876e-bcb60841f909@gmail.com/
> >
> > Have you read it in full?
> >
> > My understanding that the pin 3 on GPIO might be wrongly configured
> > by BIOS. The difference with the original case is that your GPIO device
> > is locked against modifications and until you unlock it (usually
> > it's done in BIOS in some debug menu) it may not be fixable without OEM
> > fixing the issue themselves. In any case you can try the workaround
> > (see https://lore.kernel.org/all/ZftTcSA5dn13eAmr@smile.fi.intel.com/).
> > But I am skeptical about it.
>
> Just in case, this https://hansdegoede.dreamwidth.org/25589.html might be
> also useful.
FWIW, seems familiar:
https://bugzilla.kernel.org/show_bug.cgi?id=219799
Have you tried similar steps described there? (Id est turning PM off and
see if it affects the case. In your case it might be needed to comment out
the dev_pm_ops assignment in the LPSS driver drivers/mfd/intel-lpss*.c and
recompile the kernel / modules).
--
With Best Regards,
Andy Shevchenko
^ permalink raw reply [flat|nested] 55+ messages in thread
* Re: [REGRESSION][BISECTED] Lenovo IdeaPad touchpad does not work when idma64 is present in initramfs
2026-01-20 9:33 ` Andy Shevchenko
@ 2026-01-21 4:56 ` correctmost
2026-01-21 9:13 ` Andy Shevchenko
2026-01-28 9:34 ` Andy Shevchenko
0 siblings, 2 replies; 55+ messages in thread
From: correctmost @ 2026-01-21 4:56 UTC (permalink / raw)
To: Andy Shevchenko; +Cc: dmaengine, regressions, vkoul, linux-i2c, mika.westerberg
On Tue, Jan 20, 2026, at 4:33 AM, Andy Shevchenko wrote:
> On Mon, Jan 19, 2026 at 12:49:59PM +0200, Andy Shevchenko wrote:
>> On Mon, Jan 19, 2026 at 12:39:41PM +0200, Andy Shevchenko wrote:
>> > On Fri, Jan 16, 2026 at 07:25:54PM -0500, correctmost wrote:
>> > > On Fri, Jan 16, 2026, at 5:35 AM, Andy Shevchenko wrote:
>> > > > On Fri, Jan 16, 2026 at 12:03:12PM +0200, Andy Shevchenko wrote:
>> > > >> On Thu, Jan 15, 2026 at 05:50:36PM -0500, correctmost wrote:
>> > > >> > On Mon, Jan 12, 2026, at 9:35 AM, Andy Shevchenko wrote:
>> > > >> > > On Tue, Dec 16, 2025 at 12:57:10PM -0500, correctmost wrote:
>> > > >> > >
>> > > >> > >> The following commit
>> > > >> > >
>> > > >> > > No, it's false positive. The reality is that something else is going on
>> > > >> > > there on this and other similar laptops.
>> > > >> > >
>> > > >> > >> causes my Lenovo IdeaPad touchpad not to work when
>> > > >> > >> kernel/drivers/dma/idma64.ko.zst is present in the initramfs image:
>> > > >> > >>
>> > > >> > >> #regzbot introduced: 9140ce47872bfd89fca888c2f992faa51d20c2bc
>> > > >> > >>
>> > > >> > >> "idma64: Don't try to serve interrupts when device is powered off"
>> > > >> > >
>> > > >> > > So, the touchpad is an I²C device, which is connected to an Intel SoC.
>> > > >> > > The I²C host controller is Synopsys DesignWare. On Intel SoCs the above
>> > > >> > > mentioned IP is generated with private DMA engine, that's called Intel
>> > > >> > > iDMA 64-bit. Basically it's two devices under a single PCI hood.
>> > > >> > > The problem here is that when PCI device is in D3, both devices are
>> > > >> > > powered off, but something sends an interrupt and it's not recognized
>> > > >> > > being the one, send by a device (touchpad).
>> > > >> > >
>> > > >> > > There is one of the following potential issues (or their combinations):
>> > > >> > >
>> > > >> > > - the I²C host controller hardware got off too early
>> > > >> > > - the line is shared with something else that generates interrupt storm
>> > > >> > > - the BIOS does weird (wrong) things at a boot time, like not properly
>> > > >> > > shutting down and disabling interrupt sources; also may have wrong
>> > > >> > > pin control settings
>> > > >> > > - the touchpad is operating on higher frequency like 400kHz (because
>> > > >> > > BIOS told to use that one instead of 100kHz) than the HW is designed
>> > > >> > > for and hence unreliable with all possible side effects
>> > > >> > > - the touchpad firmware behaves wrongly on some sequences (see also
>> > > >> > > note about the bus speed above), try to upgrade touchpad FW
>> > > >> > >
>> > > >> > > With my experience with the case of the above mentioned commit that it
>> > > >> > > may be BIOS thingy. Also consider the bus speed, there are quirks in
>> > > >> > > the kernel for that.
>> > > >> >
>> > > >> > Thank you for the detailed notes. I will see if I can update my BIOS and
>> > > >> > experiment with different quirks values, though I won't be able to do that
>> > > >> > until late next week.
>> > > >>
>> > > >> You're welcome!
>> > > >>
>> > > >> > >> Here are the related logs:
>> > > >> > >>
>> > > >> > >> ---
>> > > >> > >>
>> > > >> > >> irq 27: nobody cared (try booting with the "irqpoll" option)
>> > > >> > >
>> > > >> > > Almost all below is not so interesting.
>> > > >> > >
>> > > >> > > ...
>> > > >> > >
>> > > >> > >> handlers:
>> > > >> > >> [<00000000104a7621>] idma64_irq [idma64]
>> > > >> > >> [<00000000bd8d08e9>] i2c_dw_isr
>> > > >> > >> Disabling IRQ #27
>> > > >> > >
>> > > >> > > Yes, this line at least shared between those two and might be more.
>> > > >> > >
>> > > >> > > ...
>> > > >> > >
>> > > >> > >> i2c_designware i2c_designware.0: controller timed out
>> > > >> > >> hid (null): reading report descriptor failed
>> > > >> > >> i2c_hid_acpi i2c-ELAN06FA:00: can't add hid device: -110
>> > > >> > >> i2c_hid_acpi i2c-ELAN06FA:00: probe with driver i2c_hid_acpi failed with error -110
>> > > >> > >
>> > > >> > > Yes, sounds familiar with the speed settings. Try to down it to 100kHz in case
>> > > >> > > it's confirmed to be 400kHz.
>> > > >> > >
>> > > >> > >> ---
>> > > >> > >
>> > > >> > > Any pointers to that thread, please?
>> > > >> >
>> > > >> > The following threads have users who were able to restore touchpad
>> > > >> > functionality by undoing the idma64 change in initramfs:
>> > > >>
>> > > >> Yes, = "they have hidden the existing problem". No value in that, sorry.
>> > > >> What is the exact link that refer to the thread you previously mentioned?
>> > > >>
>> > > >> ...
>> > > >>
>> > > >> > Lastly, I saw another bug report that mentions the "probe with driver
>> > > >> > i2c_hid_acpi failed with error -110" error. It seems to state that the error
>> > > >> > only occurs when a power cable is connected during boot:
>> > > >> >
>> > > >> > - https://bugzilla.altlinux.org/57094
>> > > >> > - Huawei Matebook D15 BOD-WXX9-PCB-B4
>> > > >> > - i2c-GXTP7863:00
>> > > >> >
>> > > >> > >> so I don't think this is a hardware issue with my individual laptop.
>> > > >> > >
>> > > >> > > I don't know how this conclusion is came here. You mean HW as laptop model?
>> > > >> > > But are the involved components the same (I²C host controller + touchpad)?
>> > > >> >
>> > > >> > Sorry for the confusion. I meant the individual machine in my possession and
>> > > >> > not the laptop model as a whole.
>> > > >>
>> > > >> Yeah, something here is common and I can't say for sure this all about Synaptic
>> > > >> touchpads...
>> > > >
>> > > > So, what I think I need to understand this more is the following
>> > > > (all information should be gathered under root user) for working
>> > > > and non-working cases:
>> > > >
>> > > > - `cat /proc/interrupts`
>> > > > - `dmesg`
>> > > > # with `initcall_debug ignore_loglevel` added to the kernel command line
>> > > > - `cat /sys/kernel/debug/pinctrl/.../pins`
>> > > > # ... should be something like INTC1234:00
>> > > >
>> > > > And just once these:
>> > > > - `acpidump -o tables.dat` # the tables.dat file
>> > > > - `grep -H 15 /sys/bus/acpi/devices/*/status`
>> > > > - `lspci -nk -vv`
>> > >
>> > > The tables.dat file and the dmesg logs seemed too big to post inline, so I
>> > > ended up zipping all of the files (attached).
>> >
>> > Thanks for the files. The same suspicion as in the original report
>> > https://lore.kernel.org/all/e3f2debf-c762-48d9-876e-bcb60841f909@gmail.com/
>> >
>> > Have you read it in full?
>> >
>> > My understanding that the pin 3 on GPIO might be wrongly configured
>> > by BIOS. The difference with the original case is that your GPIO device
>> > is locked against modifications and until you unlock it (usually
>> > it's done in BIOS in some debug menu) it may not be fixable without OEM
>> > fixing the issue themselves. In any case you can try the workaround
>> > (see https://lore.kernel.org/all/ZftTcSA5dn13eAmr@smile.fi.intel.com/).
>> > But I am skeptical about it.
I tested commit c03e9c42ae8 with the following patch and still saw the "probe with driver i2c_hid_acpi failed" error:
diff --git a/drivers/pinctrl/intel/pinctrl-intel.c b/drivers/pinctrl/intel/pinctrl-intel.c
index cf9db8ac0f42..738a9f91dafd 100644
--- a/drivers/pinctrl/intel/pinctrl-intel.c
+++ b/drivers/pinctrl/intel/pinctrl-intel.c
@@ -1681,6 +1681,19 @@ int intel_pinctrl_probe(struct platform_device *pdev,
platform_set_drvdata(pdev, pctrl);
+ {
+ void __iomem *padcfg0;
+ u32 value;
+
+ padcfg0 = intel_get_padcfg(pctrl, 3, PADCFG0);
+
+ guard(raw_spinlock_irqsave)(&pctrl->lock);
+ value = readl(padcfg0);
+ value |= PADCFG0_GPIOTXDIS;
+ value |= PADCFG0_GPIORXDIS;
+ writel(value, padcfg0);
+ }
+
return 0;
}
EXPORT_SYMBOL_NS_GPL(intel_pinctrl_probe, "PINCTRL_INTEL");
>>
>> Just in case, this https://hansdegoede.dreamwidth.org/25589.html might be
>> also useful.
Thanks, I will try to find out if my laptop allows access to advanced BIOS options.
The Lenovo support site lists some BIOS updates for my laptop, though the release notes do not mention any touchpad fixes. The updates are not available via fwupd, so I probably won't be able to update anytime soon.
>
> FWIW, seems familiar:
> https://bugzilla.kernel.org/show_bug.cgi?id=219799
>
> Have you tried similar steps described there? (Id est turning PM off and
> see if it affects the case. In your case it might be needed to comment out
> the dev_pm_ops assignment in the LPSS driver drivers/mfd/intel-lpss*.c and
> recompile the kernel / modules).
I tested commit c03e9c42ae8 with the following changes and still saw the "probe with driver i2c_hid_acpi failed" error:
diff --git a/drivers/mfd/intel-lpss-acpi.c b/drivers/mfd/intel-lpss-acpi.c
index 63406026d809..4e6fdb872655 100644
--- a/drivers/mfd/intel-lpss-acpi.c
+++ b/drivers/mfd/intel-lpss-acpi.c
@@ -212,7 +212,7 @@ static struct platform_driver intel_lpss_acpi_driver = {
.driver = {
.name = "intel-lpss",
.acpi_match_table = intel_lpss_acpi_ids,
- .pm = pm_ptr(&intel_lpss_pm_ops),
+ // .pm = pm_ptr(&intel_lpss_pm_ops),
},
};
diff --git a/drivers/mfd/intel-lpss-pci.c b/drivers/mfd/intel-lpss-pci.c
index 8d92c895d3ae..7d96bf1bc808 100644
--- a/drivers/mfd/intel-lpss-pci.c
+++ b/drivers/mfd/intel-lpss-pci.c
@@ -656,7 +656,7 @@ static struct pci_driver intel_lpss_pci_driver = {
.probe = intel_lpss_pci_probe,
.remove = intel_lpss_pci_remove,
.driver = {
- .pm = pm_ptr(&intel_lpss_pm_ops),
+ // .pm = pm_ptr(&intel_lpss_pm_ops),
},
};
I also tried booting Arch's 6.18.5 kernel with the power cord unplugged to see if that helped, but I still saw the "i2c_hid_acpi failed" error.
It seems like the next step is to try to enable GPIO unlocking in the BIOS.
^ permalink raw reply related [flat|nested] 55+ messages in thread
* Re: [REGRESSION][BISECTED] Lenovo IdeaPad touchpad does not work when idma64 is present in initramfs
2026-01-21 4:56 ` correctmost
@ 2026-01-21 9:13 ` Andy Shevchenko
2026-01-21 13:58 ` Mika Westerberg
2026-01-28 9:34 ` Andy Shevchenko
1 sibling, 1 reply; 55+ messages in thread
From: Andy Shevchenko @ 2026-01-21 9:13 UTC (permalink / raw)
To: correctmost; +Cc: dmaengine, regressions, vkoul, linux-i2c, mika.westerberg
On Tue, Jan 20, 2026 at 11:56:15PM -0500, correctmost wrote:
> On Tue, Jan 20, 2026, at 4:33 AM, Andy Shevchenko wrote:
> > On Mon, Jan 19, 2026 at 12:49:59PM +0200, Andy Shevchenko wrote:
> >> On Mon, Jan 19, 2026 at 12:39:41PM +0200, Andy Shevchenko wrote:
> >> > On Fri, Jan 16, 2026 at 07:25:54PM -0500, correctmost wrote:
> >> > > On Fri, Jan 16, 2026, at 5:35 AM, Andy Shevchenko wrote:
> >> > > > On Fri, Jan 16, 2026 at 12:03:12PM +0200, Andy Shevchenko wrote:
> >> > > >> On Thu, Jan 15, 2026 at 05:50:36PM -0500, correctmost wrote:
> >> > > >> > On Mon, Jan 12, 2026, at 9:35 AM, Andy Shevchenko wrote:
> >> > > >> > > On Tue, Dec 16, 2025 at 12:57:10PM -0500, correctmost wrote:
...
> >> > > >> > >> The following commit
> >> > > >> > >
> >> > > >> > > No, it's false positive. The reality is that something else is going on
> >> > > >> > > there on this and other similar laptops.
> >> > > >> > >
> >> > > >> > >> causes my Lenovo IdeaPad touchpad not to work when
> >> > > >> > >> kernel/drivers/dma/idma64.ko.zst is present in the initramfs image:
> >> > > >> > >>
> >> > > >> > >> #regzbot introduced: 9140ce47872bfd89fca888c2f992faa51d20c2bc
> >> > > >> > >>
> >> > > >> > >> "idma64: Don't try to serve interrupts when device is powered off"
> >> > > >> > >
> >> > > >> > > So, the touchpad is an I²C device, which is connected to an Intel SoC.
> >> > > >> > > The I²C host controller is Synopsys DesignWare. On Intel SoCs the above
> >> > > >> > > mentioned IP is generated with private DMA engine, that's called Intel
> >> > > >> > > iDMA 64-bit. Basically it's two devices under a single PCI hood.
> >> > > >> > > The problem here is that when PCI device is in D3, both devices are
> >> > > >> > > powered off, but something sends an interrupt and it's not recognized
> >> > > >> > > being the one, send by a device (touchpad).
> >> > > >> > >
> >> > > >> > > There is one of the following potential issues (or their combinations):
> >> > > >> > >
> >> > > >> > > - the I²C host controller hardware got off too early
> >> > > >> > > - the line is shared with something else that generates interrupt storm
> >> > > >> > > - the BIOS does weird (wrong) things at a boot time, like not properly
> >> > > >> > > shutting down and disabling interrupt sources; also may have wrong
> >> > > >> > > pin control settings
> >> > > >> > > - the touchpad is operating on higher frequency like 400kHz (because
> >> > > >> > > BIOS told to use that one instead of 100kHz) than the HW is designed
> >> > > >> > > for and hence unreliable with all possible side effects
> >> > > >> > > - the touchpad firmware behaves wrongly on some sequences (see also
> >> > > >> > > note about the bus speed above), try to upgrade touchpad FW
> >> > > >> > >
> >> > > >> > > With my experience with the case of the above mentioned commit that it
> >> > > >> > > may be BIOS thingy. Also consider the bus speed, there are quirks in
> >> > > >> > > the kernel for that.
> >> > > >> >
> >> > > >> > Thank you for the detailed notes. I will see if I can update my BIOS and
> >> > > >> > experiment with different quirks values, though I won't be able to do that
> >> > > >> > until late next week.
> >> > > >>
> >> > > >> You're welcome!
> >> > > >>
> >> > > >> > >> Here are the related logs:
> >> > > >> > >>
> >> > > >> > >> ---
> >> > > >> > >>
> >> > > >> > >> irq 27: nobody cared (try booting with the "irqpoll" option)
> >> > > >> > >
> >> > > >> > > Almost all below is not so interesting.
> >> > > >> > >
> >> > > >> > > ...
> >> > > >> > >
> >> > > >> > >> handlers:
> >> > > >> > >> [<00000000104a7621>] idma64_irq [idma64]
> >> > > >> > >> [<00000000bd8d08e9>] i2c_dw_isr
> >> > > >> > >> Disabling IRQ #27
> >> > > >> > >
> >> > > >> > > Yes, this line at least shared between those two and might be more.
> >> > > >> > >
> >> > > >> > > ...
> >> > > >> > >
> >> > > >> > >> i2c_designware i2c_designware.0: controller timed out
> >> > > >> > >> hid (null): reading report descriptor failed
> >> > > >> > >> i2c_hid_acpi i2c-ELAN06FA:00: can't add hid device: -110
> >> > > >> > >> i2c_hid_acpi i2c-ELAN06FA:00: probe with driver i2c_hid_acpi failed with error -110
> >> > > >> > >
> >> > > >> > > Yes, sounds familiar with the speed settings. Try to down it to 100kHz in case
> >> > > >> > > it's confirmed to be 400kHz.
> >> > > >> > >
> >> > > >> > >> ---
> >> > > >> > >
> >> > > >> > > Any pointers to that thread, please?
> >> > > >> >
> >> > > >> > The following threads have users who were able to restore touchpad
> >> > > >> > functionality by undoing the idma64 change in initramfs:
> >> > > >>
> >> > > >> Yes, = "they have hidden the existing problem". No value in that, sorry.
> >> > > >> What is the exact link that refer to the thread you previously mentioned?
> >> > > >>
> >> > > >> ...
> >> > > >>
> >> > > >> > Lastly, I saw another bug report that mentions the "probe with driver
> >> > > >> > i2c_hid_acpi failed with error -110" error. It seems to state that the error
> >> > > >> > only occurs when a power cable is connected during boot:
> >> > > >> >
> >> > > >> > - https://bugzilla.altlinux.org/57094
> >> > > >> > - Huawei Matebook D15 BOD-WXX9-PCB-B4
> >> > > >> > - i2c-GXTP7863:00
> >> > > >> >
> >> > > >> > >> so I don't think this is a hardware issue with my individual laptop.
> >> > > >> > >
> >> > > >> > > I don't know how this conclusion is came here. You mean HW as laptop model?
> >> > > >> > > But are the involved components the same (I²C host controller + touchpad)?
> >> > > >> >
> >> > > >> > Sorry for the confusion. I meant the individual machine in my possession and
> >> > > >> > not the laptop model as a whole.
> >> > > >>
> >> > > >> Yeah, something here is common and I can't say for sure this all about Synaptic
> >> > > >> touchpads...
> >> > > >
> >> > > > So, what I think I need to understand this more is the following
> >> > > > (all information should be gathered under root user) for working
> >> > > > and non-working cases:
> >> > > >
> >> > > > - `cat /proc/interrupts`
> >> > > > - `dmesg`
> >> > > > # with `initcall_debug ignore_loglevel` added to the kernel command line
> >> > > > - `cat /sys/kernel/debug/pinctrl/.../pins`
> >> > > > # ... should be something like INTC1234:00
> >> > > >
> >> > > > And just once these:
> >> > > > - `acpidump -o tables.dat` # the tables.dat file
> >> > > > - `grep -H 15 /sys/bus/acpi/devices/*/status`
> >> > > > - `lspci -nk -vv`
> >> > >
> >> > > The tables.dat file and the dmesg logs seemed too big to post inline, so I
> >> > > ended up zipping all of the files (attached).
> >> >
> >> > Thanks for the files. The same suspicion as in the original report
> >> > https://lore.kernel.org/all/e3f2debf-c762-48d9-876e-bcb60841f909@gmail.com/
> >> >
> >> > Have you read it in full?
> >> >
> >> > My understanding that the pin 3 on GPIO might be wrongly configured
> >> > by BIOS. The difference with the original case is that your GPIO device
> >> > is locked against modifications and until you unlock it (usually
> >> > it's done in BIOS in some debug menu) it may not be fixable without OEM
> >> > fixing the issue themselves. In any case you can try the workaround
> >> > (see https://lore.kernel.org/all/ZftTcSA5dn13eAmr@smile.fi.intel.com/).
> >> > But I am skeptical about it.
>
> I tested commit c03e9c42ae8 with the following patch and still saw the "probe
> with driver i2c_hid_acpi failed" error:
Yeah, that was expected (see remarks in [] in the pins file, they are fully locked).
> >> Just in case, this https://hansdegoede.dreamwidth.org/25589.html might be
> >> also useful.
>
> Thanks, I will try to find out if my laptop allows access to advanced BIOS options.
>
> The Lenovo support site lists some BIOS updates for my laptop, though the
> release notes do not mention any touchpad fixes. The updates are not
> available via fwupd, so I probably won't be able to update anytime soon.
>
> > FWIW, seems familiar:
> > https://bugzilla.kernel.org/show_bug.cgi?id=219799
> >
> > Have you tried similar steps described there? (Id est turning PM off and
> > see if it affects the case. In your case it might be needed to comment out
> > the dev_pm_ops assignment in the LPSS driver drivers/mfd/intel-lpss*.c and
> > recompile the kernel / modules).
>
> I tested commit c03e9c42ae8 with the following changes and still saw the
> "probe with driver i2c_hid_acpi failed" error:
Yeah, also was kinda expected...
> I also tried booting Arch's 6.18.5 kernel with the power cord unplugged to
> see if that helped, but I still saw the "i2c_hid_acpi failed" error.
Yes, this just confirms a long standing issue most likely related to how HW
behaves (and we kinda know this already).
> It seems like the next step is to try to enable GPIO unlocking in the BIOS.
Yes, and communicate to vendor of the BIOS / laptop to ask them for the pin
configurations. If you have time and skills you can try to analyse what windows
driver does. The main question if the interrupt in question is also storming
there (they might have simply disable it at boot time or somehow, I know 0
about windows guts).
Mika, do you have any other insights, suggestions, comments?
--
With Best Regards,
Andy Shevchenko
^ permalink raw reply [flat|nested] 55+ messages in thread
* Re: [REGRESSION][BISECTED] Lenovo IdeaPad touchpad does not work when idma64 is present in initramfs
2026-01-21 9:13 ` Andy Shevchenko
@ 2026-01-21 13:58 ` Mika Westerberg
2026-01-21 14:54 ` Andy Shevchenko
0 siblings, 1 reply; 55+ messages in thread
From: Mika Westerberg @ 2026-01-21 13:58 UTC (permalink / raw)
To: Andy Shevchenko; +Cc: correctmost, dmaengine, regressions, vkoul, linux-i2c
On Wed, Jan 21, 2026 at 11:13:36AM +0200, Andy Shevchenko wrote:
> Mika, do you have any other insights, suggestions, comments?
I have not been following deeply what has been discussed so apologies if
I'm missing something already stated.
My understanding is that some models touchpad does not work if the idma64
driver is loaded but they do work if it is not. Also there is some sort of
interrupt flood coming from somewhere?
When idma64 is not present the toucpad works flawlessly?
Does it works in Windows?
I mean if it works in Windows and we also know it works in Linux without
idma64 then we can go with some sort of quirk (or better yet figure out
what is going on) to keep users touchpads working. I think this is much
better option than asking BIOS update from vendor which there is close to
zero possibility to happen in reality.
^ permalink raw reply [flat|nested] 55+ messages in thread
* Re: [REGRESSION][BISECTED] Lenovo IdeaPad touchpad does not work when idma64 is present in initramfs
2026-01-21 13:58 ` Mika Westerberg
@ 2026-01-21 14:54 ` Andy Shevchenko
2026-01-21 15:02 ` Mika Westerberg
0 siblings, 1 reply; 55+ messages in thread
From: Andy Shevchenko @ 2026-01-21 14:54 UTC (permalink / raw)
To: Mika Westerberg; +Cc: correctmost, dmaengine, regressions, vkoul, linux-i2c
On Wed, Jan 21, 2026 at 02:58:03PM +0100, Mika Westerberg wrote:
> On Wed, Jan 21, 2026 at 11:13:36AM +0200, Andy Shevchenko wrote:
> > Mika, do you have any other insights, suggestions, comments?
>
> I have not been following deeply what has been discussed so apologies if
> I'm missing something already stated.
Thanks for chiming in!
> My understanding is that some models touchpad does not work if the idma64
> driver is loaded but they do work if it is not. Also there is some sort of
> interrupt flood coming from somewhere?
>
> When idma64 is not present the toucpad works flawlessly?
On *old* kernels where idma64 blindly acknowledges all the interrupts.
Fixed idma64 doesn't affect the IRQ storm because it's just a given
fact on these laptops.
> Does it works in Windows?
>
> I mean if it works in Windows and we also know it works in Linux without
> idma64 then we can go with some sort of quirk (or better yet figure out
> what is going on) to keep users touchpads working. I think this is much
> better option than asking BIOS update from vendor which there is close to
> zero possibility to happen in reality.
What kind of a quirk? Just to create a module that will request the same IRQ
and always acknowledges it? Sounds to me like a heavily papering over solution
TBH. (Yes, I assume it may be used only on DMI based enumeration only on the
affected models, but still...)
--
With Best Regards,
Andy Shevchenko
^ permalink raw reply [flat|nested] 55+ messages in thread
* Re: [REGRESSION][BISECTED] Lenovo IdeaPad touchpad does not work when idma64 is present in initramfs
2026-01-21 14:54 ` Andy Shevchenko
@ 2026-01-21 15:02 ` Mika Westerberg
2026-01-21 15:19 ` Andy Shevchenko
0 siblings, 1 reply; 55+ messages in thread
From: Mika Westerberg @ 2026-01-21 15:02 UTC (permalink / raw)
To: Andy Shevchenko; +Cc: correctmost, dmaengine, regressions, vkoul, linux-i2c
On Wed, Jan 21, 2026 at 04:54:43PM +0200, Andy Shevchenko wrote:
> > My understanding is that some models touchpad does not work if the idma64
> > driver is loaded but they do work if it is not. Also there is some sort of
> > interrupt flood coming from somewhere?
> >
> > When idma64 is not present the toucpad works flawlessly?
>
> On *old* kernels where idma64 blindly acknowledges all the interrupts.
> Fixed idma64 doesn't affect the IRQ storm because it's just a given
> fact on these laptops.
>
> > Does it works in Windows?
> >
> > I mean if it works in Windows and we also know it works in Linux without
> > idma64 then we can go with some sort of quirk (or better yet figure out
> > what is going on) to keep users touchpads working. I think this is much
> > better option than asking BIOS update from vendor which there is close to
> > zero possibility to happen in reality.
>
> What kind of a quirk? Just to create a module that will request the same IRQ
> and always acknowledges it? Sounds to me like a heavily papering over solution
> TBH. (Yes, I assume it may be used only on DMI based enumeration only on the
> affected models, but still...)
Well I mean if touchpads actually worked prior this idma64 commit and now
they don't isn't that a regression? After that one commit touchpads don't
work anymore. I would much rather make sure users devices keep functional
even if it turns out to be hack of some sort. For example could be
blacklist idma64? Does that help?
Yes the interrupt flood still happens but if that does not affect the
toucpad then that's still better than non-functional touchpad IMO.
^ permalink raw reply [flat|nested] 55+ messages in thread
* Re: [REGRESSION][BISECTED] Lenovo IdeaPad touchpad does not work when idma64 is present in initramfs
2026-01-21 15:02 ` Mika Westerberg
@ 2026-01-21 15:19 ` Andy Shevchenko
2026-01-22 11:00 ` Mika Westerberg
0 siblings, 1 reply; 55+ messages in thread
From: Andy Shevchenko @ 2026-01-21 15:19 UTC (permalink / raw)
To: Mika Westerberg; +Cc: correctmost, dmaengine, regressions, vkoul, linux-i2c
On Wed, Jan 21, 2026 at 04:02:56PM +0100, Mika Westerberg wrote:
> On Wed, Jan 21, 2026 at 04:54:43PM +0200, Andy Shevchenko wrote:
> > > My understanding is that some models touchpad does not work if the idma64
> > > driver is loaded but they do work if it is not. Also there is some sort of
> > > interrupt flood coming from somewhere?
> > >
> > > When idma64 is not present the toucpad works flawlessly?
> >
> > On *old* kernels where idma64 blindly acknowledges all the interrupts.
> > Fixed idma64 doesn't affect the IRQ storm because it's just a given
> > fact on these laptops.
> >
> > > Does it works in Windows?
> > >
> > > I mean if it works in Windows and we also know it works in Linux without
> > > idma64 then we can go with some sort of quirk (or better yet figure out
> > > what is going on) to keep users touchpads working. I think this is much
> > > better option than asking BIOS update from vendor which there is close to
> > > zero possibility to happen in reality.
> >
> > What kind of a quirk? Just to create a module that will request the same IRQ
> > and always acknowledges it? Sounds to me like a heavily papering over solution
> > TBH. (Yes, I assume it may be used only on DMI based enumeration only on the
> > affected models, but still...)
>
> Well I mean if touchpads actually worked prior this idma64 commit and now
> they don't isn't that a regression?
I don't think so, because commit did the right thing and just revealed an issue
that was rather hidden. Reverting is not an option.
> After that one commit touchpads don't
> work anymore. I would much rather make sure users devices keep functional
> even if it turns out to be hack of some sort.
It's one of the ugliest hacks I ever seen. I really don't want to go this way.
In any case, the problem is with interrupts coming from I²C controller. You can
consider adding that hack into there which sounds at least much better place
than idma64.c which has nothing to do with all this.
> For example could be blacklist idma64? Does that help?
No, it won't.
> Yes the interrupt flood still happens but if that does not affect the
> toucpad then that's still better than non-functional touchpad IMO.
So, the only "best" option I see is to add a quirk module (somewhere in PDx86
area) that just registers an interrupt handler to acknowledge it. Very weird.
--
With Best Regards,
Andy Shevchenko
^ permalink raw reply [flat|nested] 55+ messages in thread
* Re: [REGRESSION][BISECTED] Lenovo IdeaPad touchpad does not work when idma64 is present in initramfs
2026-01-21 15:19 ` Andy Shevchenko
@ 2026-01-22 11:00 ` Mika Westerberg
2026-01-22 22:29 ` correctmost
0 siblings, 1 reply; 55+ messages in thread
From: Mika Westerberg @ 2026-01-22 11:00 UTC (permalink / raw)
To: Andy Shevchenko; +Cc: correctmost, dmaengine, regressions, vkoul, linux-i2c
On Wed, Jan 21, 2026 at 05:19:17PM +0200, Andy Shevchenko wrote:
> > Well I mean if touchpads actually worked prior this idma64 commit and now
> > they don't isn't that a regression?
>
> I don't think so, because commit did the right thing and just revealed an issue
> that was rather hidden. Reverting is not an option.
I now looked at both working and non-working /proc/interrupts and when it
is working there is no interrupt flood at all:
27: 0 0 0 0 2277 0 0 0 0 0 0 0 IR-IO-APIC 27-fasteoi idma64.0, i2c_designware.0
This makes me think that perhaps the toucpad is powered off and that causes
the issue until I2C HID probes and resets it. I looked at the ACPI tables
but I did not (yet) find anything that stands out.
I wonder if it was tried to put i2c-designware*.ko and i2c-hid.ko into the
initramfs, and does work it around? I would expect so.
^ permalink raw reply [flat|nested] 55+ messages in thread
* Re: [REGRESSION][BISECTED] Lenovo IdeaPad touchpad does not work when idma64 is present in initramfs
2026-01-22 11:00 ` Mika Westerberg
@ 2026-01-22 22:29 ` correctmost
2026-01-23 6:36 ` Mika Westerberg
2026-01-23 6:53 ` Andy Shevchenko
0 siblings, 2 replies; 55+ messages in thread
From: correctmost @ 2026-01-22 22:29 UTC (permalink / raw)
To: Mika Westerberg, Andy Shevchenko; +Cc: dmaengine, regressions, vkoul, linux-i2c
On Thu, Jan 22, 2026, at 6:00 AM, Mika Westerberg wrote:
> On Wed, Jan 21, 2026 at 05:19:17PM +0200, Andy Shevchenko wrote:
>> > Well I mean if touchpads actually worked prior this idma64 commit and now
>> > they don't isn't that a regression?
>>
>> I don't think so, because commit did the right thing and just revealed an issue
>> that was rather hidden. Reverting is not an option.
>
> I now looked at both working and non-working /proc/interrupts and when it
> is working there is no interrupt flood at all:
>
> 27: 0 0 0 0 2277 0
> 0 0 0 0 0 0
> IR-IO-APIC 27-fasteoi idma64.0, i2c_designware.0
>
> This makes me think that perhaps the toucpad is powered off and that causes
> the issue until I2C HID probes and resets it. I looked at the ACPI tables
> but I did not (yet) find anything that stands out.
>
> I wonder if it was tried to put i2c-designware*.ko and i2c-hid.ko into the
> initramfs, and does work it around? I would expect so.
I don't see an i2c-designware module loaded when my touchpad works:
$ grep -i i2c /proc/modules
i2c_i801 40960 0 - Live 0x0000000000000000
i2c_smbus 20480 1 i2c_i801, Live 0x0000000000000000
i2c_mux 16384 1 i2c_i801, Live 0x0000000000000000
i2c_hid_acpi 12288 0 - Live 0x0000000000000000
i2c_hid 45056 1 i2c_hid_acpi, Live 0x0000000000000000
i2c_algo_bit 24576 2 xe,i915, Live 0x0000000000000000
I tried adding all of the following modules to my initramfs image and I still encountered the touchpad failure:
drivers/dma/idma64.ko.zst
drivers/hid/i2c-hid/i2c-hid-acpi.ko.zst
drivers/hid/i2c-hid/i2c-hid.ko.zst
drivers/i2c/i2c-mux.ko.zst
drivers/i2c/i2c-smbus.ko.zst
drivers/i2c/busses/i2c-i801.ko.zst
drivers/mfd/intel-lpss.ko.zst
drivers/mfd/intel-lpss-pci.ko.zst
(The drivers/i2c/algos/i2c-algo-bit.ko.zst module was already present in the working image, so I didn't have to add it.)
^ permalink raw reply [flat|nested] 55+ messages in thread
* Re: [REGRESSION][BISECTED] Lenovo IdeaPad touchpad does not work when idma64 is present in initramfs
2026-01-22 22:29 ` correctmost
@ 2026-01-23 6:36 ` Mika Westerberg
2026-01-25 3:38 ` correctmost
2026-01-23 6:53 ` Andy Shevchenko
1 sibling, 1 reply; 55+ messages in thread
From: Mika Westerberg @ 2026-01-23 6:36 UTC (permalink / raw)
To: correctmost; +Cc: Andy Shevchenko, dmaengine, regressions, vkoul, linux-i2c
On Thu, Jan 22, 2026 at 05:29:38PM -0500, correctmost wrote:
> On Thu, Jan 22, 2026, at 6:00 AM, Mika Westerberg wrote:
> > On Wed, Jan 21, 2026 at 05:19:17PM +0200, Andy Shevchenko wrote:
> >> > Well I mean if touchpads actually worked prior this idma64 commit and now
> >> > they don't isn't that a regression?
> >>
> >> I don't think so, because commit did the right thing and just revealed an issue
> >> that was rather hidden. Reverting is not an option.
> >
> > I now looked at both working and non-working /proc/interrupts and when it
> > is working there is no interrupt flood at all:
> >
> > 27: 0 0 0 0 2277 0
> > 0 0 0 0 0 0
> > IR-IO-APIC 27-fasteoi idma64.0, i2c_designware.0
> >
> > This makes me think that perhaps the toucpad is powered off and that causes
> > the issue until I2C HID probes and resets it. I looked at the ACPI tables
> > but I did not (yet) find anything that stands out.
> >
> > I wonder if it was tried to put i2c-designware*.ko and i2c-hid.ko into the
> > initramfs, and does work it around? I would expect so.
>
> I don't see an i2c-designware module loaded when my touchpad works:
>
> $ grep -i i2c /proc/modules
> i2c_i801 40960 0 - Live 0x0000000000000000
> i2c_smbus 20480 1 i2c_i801, Live 0x0000000000000000
> i2c_mux 16384 1 i2c_i801, Live 0x0000000000000000
> i2c_hid_acpi 12288 0 - Live 0x0000000000000000
> i2c_hid 45056 1 i2c_hid_acpi, Live 0x0000000000000000
> i2c_algo_bit 24576 2 xe,i915, Live 0x0000000000000000
Well it must be there. This is from your working log:
[ 27.686842] input: ELAN06FA:00 04F3:327E Mouse as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-13/i2c-ELAN06FA:00/0018:04F3:327E.0001/input/input6
[ 27.689119] input: ELAN06FA:00 04F3:327E Touchpad as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-13/i2c-ELAN06FA:00/0018:04F3:327E.0001/input/input8
[ 27.691257] hid-generic 0018:04F3:327E.0001: input,hidraw0: I2C HID v1.00 Mouse [ELAN06FA:00 04F3:327E] on i2c-ELAN06FA:00
I suspect you have it built-in to the kernel image and that's why it does
not show in the module listing. Can you change that to m:
CONFIG_I2C_DESIGNWARE_CORE=m
CONFIG_I2C_DESIGNWARE_PLATFORM=m
and put to the initramfs? Does that make it work?
^ permalink raw reply [flat|nested] 55+ messages in thread
* Re: [REGRESSION][BISECTED] Lenovo IdeaPad touchpad does not work when idma64 is present in initramfs
2026-01-22 22:29 ` correctmost
2026-01-23 6:36 ` Mika Westerberg
@ 2026-01-23 6:53 ` Andy Shevchenko
1 sibling, 0 replies; 55+ messages in thread
From: Andy Shevchenko @ 2026-01-23 6:53 UTC (permalink / raw)
To: correctmost; +Cc: Mika Westerberg, dmaengine, regressions, vkoul, linux-i2c
On Thu, Jan 22, 2026 at 05:29:38PM -0500, correctmost wrote:
> On Thu, Jan 22, 2026, at 6:00 AM, Mika Westerberg wrote:
> > On Wed, Jan 21, 2026 at 05:19:17PM +0200, Andy Shevchenko wrote:
> >> > Well I mean if touchpads actually worked prior this idma64 commit and now
> >> > they don't isn't that a regression?
> >>
> >> I don't think so, because commit did the right thing and just revealed an issue
> >> that was rather hidden. Reverting is not an option.
> >
> > I now looked at both working and non-working /proc/interrupts and when it
> > is working there is no interrupt flood at all:
> >
> > 27: 0 0 0 0 2277 0
> > 0 0 0 0 0 0
> > IR-IO-APIC 27-fasteoi idma64.0, i2c_designware.0
> >
> > This makes me think that perhaps the toucpad is powered off and that causes
> > the issue until I2C HID probes and resets it. I looked at the ACPI tables
> > but I did not (yet) find anything that stands out.
> >
> > I wonder if it was tried to put i2c-designware*.ko and i2c-hid.ko into the
> > initramfs, and does work it around? I would expect so.
>
> I don't see an i2c-designware module loaded when my touchpad works:
It's most likely built-in. This is the requirement when kernel wants to support
some of the (old) Intel hardware. If you see it in `cat /proc/interrupts`, or
in the output of `lspci -nk`, it's there.
> $ grep -i i2c /proc/modules
> i2c_i801 40960 0 - Live 0x0000000000000000
> i2c_smbus 20480 1 i2c_i801, Live 0x0000000000000000
> i2c_mux 16384 1 i2c_i801, Live 0x0000000000000000
> i2c_hid_acpi 12288 0 - Live 0x0000000000000000
> i2c_hid 45056 1 i2c_hid_acpi, Live 0x0000000000000000
> i2c_algo_bit 24576 2 xe,i915, Live 0x0000000000000000
>
> I tried adding all of the following modules to my initramfs image and I still
> encountered the touchpad failure:
>
> drivers/dma/idma64.ko.zst
> drivers/hid/i2c-hid/i2c-hid-acpi.ko.zst
> drivers/hid/i2c-hid/i2c-hid.ko.zst
> drivers/i2c/i2c-mux.ko.zst
> drivers/i2c/i2c-smbus.ko.zst
> drivers/i2c/busses/i2c-i801.ko.zst
> drivers/mfd/intel-lpss.ko.zst
> drivers/mfd/intel-lpss-pci.ko.zst
>
> (The drivers/i2c/algos/i2c-algo-bit.ko.zst module was already present in
> the working image, so I didn't have to add it.)
--
With Best Regards,
Andy Shevchenko
^ permalink raw reply [flat|nested] 55+ messages in thread
* Re: [REGRESSION][BISECTED] Lenovo IdeaPad touchpad does not work when idma64 is present in initramfs
2026-01-23 6:36 ` Mika Westerberg
@ 2026-01-25 3:38 ` correctmost
2026-01-26 13:53 ` Mika Westerberg
0 siblings, 1 reply; 55+ messages in thread
From: correctmost @ 2026-01-25 3:38 UTC (permalink / raw)
To: Mika Westerberg; +Cc: Andy Shevchenko, dmaengine, regressions, vkoul, linux-i2c
On Fri, Jan 23, 2026, at 1:36 AM, Mika Westerberg wrote:
> On Thu, Jan 22, 2026 at 05:29:38PM -0500, correctmost wrote:
>> On Thu, Jan 22, 2026, at 6:00 AM, Mika Westerberg wrote:
>> > On Wed, Jan 21, 2026 at 05:19:17PM +0200, Andy Shevchenko wrote:
>> >> > Well I mean if touchpads actually worked prior this idma64 commit and now
>> >> > they don't isn't that a regression?
>> >>
>> >> I don't think so, because commit did the right thing and just revealed an issue
>> >> that was rather hidden. Reverting is not an option.
>> >
>> > I now looked at both working and non-working /proc/interrupts and when it
>> > is working there is no interrupt flood at all:
>> >
>> > 27: 0 0 0 0 2277 0
>> > 0 0 0 0 0 0
>> > IR-IO-APIC 27-fasteoi idma64.0, i2c_designware.0
>> >
>> > This makes me think that perhaps the toucpad is powered off and that causes
>> > the issue until I2C HID probes and resets it. I looked at the ACPI tables
>> > but I did not (yet) find anything that stands out.
>> >
>> > I wonder if it was tried to put i2c-designware*.ko and i2c-hid.ko into the
>> > initramfs, and does work it around? I would expect so.
>>
>> I don't see an i2c-designware module loaded when my touchpad works:
>>
>> $ grep -i i2c /proc/modules
>> i2c_i801 40960 0 - Live 0x0000000000000000
>> i2c_smbus 20480 1 i2c_i801, Live 0x0000000000000000
>> i2c_mux 16384 1 i2c_i801, Live 0x0000000000000000
>> i2c_hid_acpi 12288 0 - Live 0x0000000000000000
>> i2c_hid 45056 1 i2c_hid_acpi, Live 0x0000000000000000
>> i2c_algo_bit 24576 2 xe,i915, Live 0x0000000000000000
>
> Well it must be there. This is from your working log:
>
> [ 27.686842] input: ELAN06FA:00 04F3:327E Mouse as
> /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-13/i2c-ELAN06FA:00/0018:04F3:327E.0001/input/input6
> [ 27.689119] input: ELAN06FA:00 04F3:327E Touchpad as
> /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-13/i2c-ELAN06FA:00/0018:04F3:327E.0001/input/input8
> [ 27.691257] hid-generic 0018:04F3:327E.0001: input,hidraw0: I2C HID
> v1.00 Mouse [ELAN06FA:00 04F3:327E] on i2c-ELAN06FA:00
>
> I suspect you have it built-in to the kernel image and that's why it does
> not show in the module listing. Can you change that to m:
Oops, thanks for the clarification.
>
> CONFIG_I2C_DESIGNWARE_CORE=m
> CONFIG_I2C_DESIGNWARE_PLATFORM=m
>
> and put to the initramfs? Does that make it work?
I am seeing mixed results with those i2c config changes, depending on which modules are included in the initramfs image.
Build info for both tests:
- Commit c072629f05d7
- CONFIG_I2C_DESIGNWARE_CORE=m
- CONFIG_I2C_DESIGNWARE_PLATFORM=m
--> Test 1 - Various i2c modules absent from initramfs
Modules:
- drivers/dma/idma64.ko.zst present in initramfs
- drivers/hid/i2c-hid/{i2c-hid-acpi.ko.zst,i2c-hid.ko.zst} absent from initramfs
- drivers/i2c/busses/{i2c-designware-core.ko.zst,i2c-designware-platform.ko.zst,i2c-i801.ko.zst} absent from initramfs
- drivers/i2c/{i2c-mux.ko.zst,i2c-smbus.ko.zst} absent from initramfs
Result: The touchpad works, but there are still IRQ #27 messages:
irq 27: nobody cared (try booting with the "irqpoll" option)
CPU: 11 UID: 0 PID: 0 Comm: swapper/11 Not tainted 6.19.0-rc6-1-git-00200-gc072629f05d7 #25 PREEMPT(full) 965b63aac2bda1b665a30a4496712f4ba614bf9b
Hardware name: LENOVO 83FW/LNVNB161216, BIOS PFCN14WW 09/20/2024
Call Trace:
<IRQ>
dump_stack_lvl+0x5d/0x80
__report_bad_irq+0x35/0xbc
note_interrupt.cold+0x28/0x66
handle_irq_event+0x72/0x90
handle_fasteoi_irq+0xda/0x1f0
__common_interrupt+0x41/0xa0
common_interrupt+0x80/0xa0
</IRQ>
<TASK>
asm_common_interrupt+0x26/0x40
RIP: 0010:cpuidle_enter_state+0xbb/0x410
Code: 00 00 e8 c8 1a 01 ff e8 e3 ef ff ff 48 89 c5 0f 1f 44 00 00 31 ff e8 c4 97 ff fe 45 84 ff 0f 85 33 02 00 00 fb 0f 1f 44 00 00 <45> 85 f6 0f 88 7c 01 00 00 49 63 ce 48 2b 2c 24 48 6b d1 68 48 89
RSP: 0018:ffffcf8d80223e78 EFLAGS: 00000246
RAX: ffff8e7c1339b000 RBX: 0000000000000001 RCX: 0000000000000000
RDX: 000000008ebc2cb1 RSI: fffffffe2d068d19 RDI: 0000000000000000
RBP: 000000008ebc2cb1 R08: 0000000000000002 R09: 0000000000000008
R10: 00000000ffffffff R11: ffffffffffffffff R12: ffff8e7b9fafe840
R13: ffffffff8bbf3700 R14: 0000000000000001 R15: 0000000000000000
? cpuidle_enter_state+0xac/0x410
cpuidle_enter+0x31/0x50
do_idle+0x1ae/0x210
cpu_startup_entry+0x29/0x30
start_secondary+0x119/0x150
common_startup_64+0x13e/0x141
</TASK>
handlers:
[<000000004fbc1763>] idma64_irq [idma64]
Disabling IRQ #27
[...snip...]
input: ELAN06FA:00 04F3:327E Mouse as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-13/i2c-ELAN06FA:00/0018:04F3:327E.0001/input/input6
input: ELAN06FA:00 04F3:327E Touchpad as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-13/i2c-ELAN06FA:00/0018:04F3:327E.0001/input/input8
---
--> Test 2 - Various i2c modules present in initramfs
Modules:
- drivers/dma/idma64.ko.zst present in initramfs
- drivers/hid/i2c-hid/{i2c-hid-acpi.ko.zst,i2c-hid.ko.zst} present in initramfs
- drivers/i2c/busses/{i2c-designware-core.ko.zst,i2c-designware-platform.ko.zst,i2c-i801.ko.zst} present in initramfs
- drivers/i2c/{i2c-mux.ko.zst,i2c-smbus.ko.zst} present in initramfs
Result: The touchpad does not work
irq 27: nobody cared (try booting with the "irqpoll" option)
CPU: 0 UID: 0 PID: 0 Comm: swapper/0 Not tainted 6.19.0-rc6-1-git-00200-gc072629f05d7 #25 PREEMPT(full) 965b63aac2bda1b665a30a4496712f4ba614bf9b
Hardware name: LENOVO 83FW/LNVNB161216, BIOS PFCN14WW 09/20/2024
Call Trace:
<IRQ>
dump_stack_lvl+0x5d/0x80
__report_bad_irq+0x35/0xbc
note_interrupt.cold+0x28/0x66
handle_irq_event+0x72/0x90
handle_fasteoi_irq+0xda/0x1f0
__common_interrupt+0x41/0xa0
common_interrupt+0x80/0xa0
</IRQ>
<TASK>
asm_common_interrupt+0x26/0x40
RIP: 0010:cpuidle_enter_state+0xbb/0x410
Code: 00 00 e8 c8 1a 01 ff e8 e3 ef ff ff 48 89 c5 0f 1f 44 00 00 31 ff e8 c4 97 ff fe 45 84 ff 0f 85 33 02 00 00 fb 0f 1f 44 00 00 <45> 85 f6 0f 88 7c 01 00 00 49 63 ce 48 2b 2c 24 48 6b d1 68 48 89
RSP: 0018:ffffffffaa203e18 EFLAGS: 00000246
RAX: ffff8b8e748db000 RBX: 0000000000000001 RCX: 0000000000000000
RDX: 00000000a352a39c RSI: fffffffe2c5332b3 RDI: 0000000000000000
RBP: 00000000a352a39c R08: 0000000000000000 R09: 0000000000000020
R10: 00000000ffffffff R11: ffffffffffffffff R12: ffff8b8e1f83e840
R13: ffffffffaa3f3700 R14: 0000000000000001 R15: 0000000000000000
? cpuidle_enter_state+0xac/0x410
cpuidle_enter+0x31/0x50
do_idle+0x1ae/0x210
cpu_startup_entry+0x29/0x30
rest_init+0xcc/0xd0
start_kernel+0xa60/0xa60
x86_64_start_reservations+0x24/0x30
x86_64_start_kernel+0xd1/0xe0
common_startup_64+0x13e/0x141
</TASK>
handlers:
[<00000000aabf1a70>] idma64_irq [idma64]
[<00000000de67822d>] i2c_dw_isr [i2c_designware_core]
[...snip...]
i2c_designware i2c_designware.0: controller timed out
hid (null): reading report descriptor failed
i2c_hid_acpi i2c-ELAN06FA:00: can't add hid device: -110
i2c_hid_acpi i2c-ELAN06FA:00: probe with driver i2c_hid_acpi failed with error -110
^ permalink raw reply [flat|nested] 55+ messages in thread
* Re: [REGRESSION][BISECTED] Lenovo IdeaPad touchpad does not work when idma64 is present in initramfs
2026-01-25 3:38 ` correctmost
@ 2026-01-26 13:53 ` Mika Westerberg
2026-01-27 6:52 ` correctmost
0 siblings, 1 reply; 55+ messages in thread
From: Mika Westerberg @ 2026-01-26 13:53 UTC (permalink / raw)
To: correctmost; +Cc: Andy Shevchenko, dmaengine, regressions, vkoul, linux-i2c
On Sat, Jan 24, 2026 at 10:38:14PM -0500, correctmost wrote:
> I am seeing mixed results with those i2c config changes, depending on which modules are included in the initramfs image.
>
> Build info for both tests:
> - Commit c072629f05d7
> - CONFIG_I2C_DESIGNWARE_CORE=m
> - CONFIG_I2C_DESIGNWARE_PLATFORM=m
>
> --> Test 1 - Various i2c modules absent from initramfs
>
> Modules:
> - drivers/dma/idma64.ko.zst present in initramfs
> - drivers/hid/i2c-hid/{i2c-hid-acpi.ko.zst,i2c-hid.ko.zst} absent from initramfs
> - drivers/i2c/busses/{i2c-designware-core.ko.zst,i2c-designware-platform.ko.zst,i2c-i801.ko.zst} absent from initramfs
> - drivers/i2c/{i2c-mux.ko.zst,i2c-smbus.ko.zst} absent from initramfs
>
> Result: The touchpad works, but there are still IRQ #27 messages:
And the touchpad is working fine after boot too?
Can you share full dmesg of this boot and let's add "i2c-hid.dyndbg=+p" in
the kernel command line so we can see what it is doing as well.
^ permalink raw reply [flat|nested] 55+ messages in thread
* Re: [REGRESSION][BISECTED] Lenovo IdeaPad touchpad does not work when idma64 is present in initramfs
2026-01-26 13:53 ` Mika Westerberg
@ 2026-01-27 6:52 ` correctmost
2026-01-27 8:42 ` Mika Westerberg
0 siblings, 1 reply; 55+ messages in thread
From: correctmost @ 2026-01-27 6:52 UTC (permalink / raw)
To: Mika Westerberg; +Cc: Andy Shevchenko, dmaengine, regressions, vkoul, linux-i2c
[-- Attachment #1: Type: text/plain, Size: 1159 bytes --]
On Mon, Jan 26, 2026, at 8:53 AM, Mika Westerberg wrote:
> On Sat, Jan 24, 2026 at 10:38:14PM -0500, correctmost wrote:
>> I am seeing mixed results with those i2c config changes, depending on which modules are included in the initramfs image.
>>
>> Build info for both tests:
>> - Commit c072629f05d7
>> - CONFIG_I2C_DESIGNWARE_CORE=m
>> - CONFIG_I2C_DESIGNWARE_PLATFORM=m
>>
>> --> Test 1 - Various i2c modules absent from initramfs
>>
>> Modules:
>> - drivers/dma/idma64.ko.zst present in initramfs
>> - drivers/hid/i2c-hid/{i2c-hid-acpi.ko.zst,i2c-hid.ko.zst} absent from initramfs
>> - drivers/i2c/busses/{i2c-designware-core.ko.zst,i2c-designware-platform.ko.zst,i2c-i801.ko.zst} absent from initramfs
>> - drivers/i2c/{i2c-mux.ko.zst,i2c-smbus.ko.zst} absent from initramfs
>>
>> Result: The touchpad works, but there are still IRQ #27 messages:
>
> And the touchpad is working fine after boot too?
Yep, the touchpad seems to work fine in my desktop environment after booting and logging in.
>
> Can you share full dmesg of this boot and let's add "i2c-hid.dyndbg=+p" in
> the kernel command line so we can see what it is doing as well.
Attached
[-- Attachment #2: dmesg-i2c-hid-dyndbg.txt --]
[-- Type: text/plain, Size: 84117 bytes --]
Linux version 6.19.0-rc6-1-git-00200-gc072629f05d7 (linux-git@archlinux) (gcc (GCC) 15.2.1 20260103, GNU ld (GNU Binutils) 2.45.1) #25 SMP PREEMPT_DYNAMIC Sun, 25 Jan 2026 02:16:24 +0000
Command line: initrd=\initramfs-linux-git.img rd.luks.options=password-echo=no rw rootfstype=ext4 i2c-hid.dyndbg=+p resume=UUID=ad720100-0431-4e07-b2e9-00fd54b8fbcb resume_offset=1361920
x86/split lock detection: #AC: crashing the kernel on kernel split_locks and warning on user-space split_locks
BIOS-provided physical RAM map:
BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
BIOS-e820: [mem 0x000000000009f000-0x00000000000fffff] reserved
BIOS-e820: [mem 0x0000000000100000-0x000000003b228fff] usable
BIOS-e820: [mem 0x000000003b229000-0x000000003bb28fff] reserved
BIOS-e820: [mem 0x000000003bb29000-0x000000003d93efff] usable
BIOS-e820: [mem 0x000000003d93f000-0x000000003f9defff] reserved
BIOS-e820: [mem 0x000000003f9df000-0x000000004298efff] ACPI NVS
BIOS-e820: [mem 0x000000004298f000-0x0000000042afefff] ACPI data
BIOS-e820: [mem 0x0000000042aff000-0x0000000042afffff] usable
BIOS-e820: [mem 0x0000000042b00000-0x0000000046ffffff] reserved
BIOS-e820: [mem 0x0000000047c00000-0x0000000047ffffff] reserved
BIOS-e820: [mem 0x0000000048e00000-0x00000000503fffff] reserved
BIOS-e820: [mem 0x00000000c0000000-0x00000000cfffffff] reserved
BIOS-e820: [mem 0x00000000fed20000-0x00000000fed7ffff] reserved
BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
BIOS-e820: [mem 0x0000000100000000-0x00000004afbfffff] usable
NX (Execute Disable) protection: active
APIC: Static calls initialized
efi: EFI v2.8 by INSYDE Corp.
efi: ACPI=0x42afe000 ACPI 2.0=0x42afe014 TPMFinalLog=0x42906000 SMBIOS=0x3dfd9000 MEMATTR=0x36b0e298 ESRT=0x36b11018 RNG=0x42a12f18 INITRD=0x36b03c98 TPMEventLog=0x42a0a018
random: crng init done
efi: Remove mem95: MMIO range=[0xc0000000-0xcfffffff] (256MB) from e820 map
e820: remove [mem 0xc0000000-0xcfffffff] reserved
efi: Remove mem97: MMIO range=[0xff000000-0xffffffff] (16MB) from e820 map
e820: remove [mem 0xff000000-0xffffffff] reserved
SMBIOS 3.4 present.
DMI: LENOVO 83FW/LNVNB161216, BIOS PFCN14WW 09/20/2024
DMI: Memory slots populated: 2/2
tsc: Detected 2500.000 MHz processor
tsc: Detected 2496.000 MHz TSC
e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
e820: remove [mem 0x000a0000-0x000fffff] usable
last_pfn = 0x4afc00 max_arch_pfn = 0x400000000
MTRR map: 5 entries (3 fixed + 2 variable; max 23), built from 10 variable MTRRs
x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
last_pfn = 0x42b00 max_arch_pfn = 0x400000000
esrt: Reserving ESRT space from 0x0000000036b11018 to 0x0000000036b11140.
e820: update [mem 0x36b11000-0x36b11fff] usable ==> reserved
Using GB pages for direct mapping
Secure boot disabled
RAMDISK: [mem 0x305ef000-0x31dedfff]
ACPI: Early table checksum verification disabled
ACPI: RSDP 0x0000000042AFE014 000024 (v02 LENOVO)
ACPI: XSDT 0x0000000042A2F188 00012C (v01 LENOVO CB-01 00000001 01000013)
ACPI: FACP 0x0000000042AD3000 00010C (v05 LENOVO CB-01 00000001 ACPI 00040000)
ACPI: DSDT 0x0000000042A33000 09C575 (v02 LENOVO CB-01 00000001 ACPI 00040000)
ACPI: FACS 0x00000000428E1000 000040
ACPI: UEFI 0x000000004298E000 0001CF (v01 INSYDE ADL-P-M 00000001 ACPI 00040000)
ACPI: SSDT 0x0000000042AF8000 0042E1 (v02 LENOVO CB-01 00000001 INTL 20200717)
ACPI: SSDT 0x0000000042AF7000 00038C (v02 LENOVO CB-01 00000001 INTL 20200717)
ACPI: SSDT 0x0000000042AF6000 000106 (v02 LENOVO CB-01 00000001 INTL 20200717)
ACPI: SSDT 0x0000000042AF0000 005D34 (v02 LENOVO CB-01 00000001 INTL 20200717)
ACPI: SSDT 0x0000000042AED000 002C28 (v02 LENOVO CB-01 00000001 INTL 20200717)
ACPI: SSDT 0x0000000042AE9000 0033E9 (v02 LENOVO CB-01 00000001 INTL 20200717)
ACPI: SSDT 0x0000000042ADB000 00D836 (v02 INTEL TcssSsdt 00001000 INTL 20200717)
ACPI: SSDT 0x0000000042ADA000 00094F (v02 LENOVO CB-01 00000001 INTL 20200717)
ACPI: SSDT 0x0000000042AD9000 000033 (v02 LENOVO CB-01 00000001 INTL 20200717)
ACPI: SSDT 0x0000000042AD7000 0011EB (v02 LENOVO CB-01 00000001 INTL 20200717)
ACPI: SSDT 0x0000000042AD6000 00077B (v02 LENOVO CB-01 00000001 INTL 20200717)
ACPI: TPM2 0x0000000042AD5000 00004C (v04 LENOVO CB-01 00000001 ACPI 00040000)
ACPI: MSDM 0x0000000042AD4000 000055 (v03 LENOVO CB-01 00000001 ACPI 00040000)
ACPI: HPET 0x0000000042AD2000 000038 (v01 LENOVO CB-01 00000001 ACPI 00040000)
ACPI: APIC 0x0000000042AD1000 0001DC (v03 LENOVO CB-01 00000001 ACPI 00040000)
ACPI: MCFG 0x0000000042AD0000 00003C (v01 LENOVO CB-01 00000001 ACPI 00040000)
ACPI: SSDT 0x0000000042A31000 001D0E (v02 LENOVO CB-01 00000001 01000013)
ACPI: LPIT 0x0000000042A30000 0000CC (v01 LENOVO CB-01 00000001 ACPI 00040000)
ACPI: WSMT 0x0000000042AFD000 000028 (v01 LENOVO CB-01 00000001 ACPI 00040000)
ACPI: SSDT 0x0000000042A2E000 000AD9 (v02 LENOVO CB-01 00000001 INTL 20200717)
ACPI: SSDT 0x0000000042A24000 0092F4 (v02 LENOVO CB-01 00000001 INTL 20200717)
ACPI: DBGP 0x0000000042A23000 000034 (v01 LENOVO CB-01 00000001 ACPI 00040000)
ACPI: DBG2 0x0000000042A22000 000054 (v00 LENOVO CB-01 00000001 ACPI 00040000)
ACPI: DMAR 0x0000000042A21000 000088 (v01 LENOVO CB-01 00000001 ACPI 00040000)
ACPI: SSDT 0x0000000042A1F000 00100B (v02 LENOVO CB-01 00000001 INTL 20200717)
ACPI: SSDT 0x0000000042A1B000 0039DA (v02 LENOVO CB-01 00000001 INTL 20200717)
ACPI: SSDT 0x0000000042A17000 0039DA (v02 LENOVO CB-01 00000001 INTL 20200717)
ACPI: SSDT 0x0000000042A16000 0000F8 (v02 LENOVO CB-01 00000001 INTL 20200717)
ACPI: FPDT 0x0000000042A15000 000044 (v01 LENOVO CB-01 00000001 ACPI 00040000)
ACPI: PHAT 0x0000000042A13000 0007F8 (v01 LENOVO CB-01 00000001 ACPI 00040000)
ACPI: BGRT 0x0000000042A14000 000038 (v01 LENOVO CB-01 00000001 ACPI 00040000)
ACPI: Reserving FACP table memory at [mem 0x42ad3000-0x42ad310b]
ACPI: Reserving DSDT table memory at [mem 0x42a33000-0x42acf574]
ACPI: Reserving FACS table memory at [mem 0x428e1000-0x428e103f]
ACPI: Reserving UEFI table memory at [mem 0x4298e000-0x4298e1ce]
ACPI: Reserving SSDT table memory at [mem 0x42af8000-0x42afc2e0]
ACPI: Reserving SSDT table memory at [mem 0x42af7000-0x42af738b]
ACPI: Reserving SSDT table memory at [mem 0x42af6000-0x42af6105]
ACPI: Reserving SSDT table memory at [mem 0x42af0000-0x42af5d33]
ACPI: Reserving SSDT table memory at [mem 0x42aed000-0x42aefc27]
ACPI: Reserving SSDT table memory at [mem 0x42ae9000-0x42aec3e8]
ACPI: Reserving SSDT table memory at [mem 0x42adb000-0x42ae8835]
ACPI: Reserving SSDT table memory at [mem 0x42ada000-0x42ada94e]
ACPI: Reserving SSDT table memory at [mem 0x42ad9000-0x42ad9032]
ACPI: Reserving SSDT table memory at [mem 0x42ad7000-0x42ad81ea]
ACPI: Reserving SSDT table memory at [mem 0x42ad6000-0x42ad677a]
ACPI: Reserving TPM2 table memory at [mem 0x42ad5000-0x42ad504b]
ACPI: Reserving MSDM table memory at [mem 0x42ad4000-0x42ad4054]
ACPI: Reserving HPET table memory at [mem 0x42ad2000-0x42ad2037]
ACPI: Reserving APIC table memory at [mem 0x42ad1000-0x42ad11db]
ACPI: Reserving MCFG table memory at [mem 0x42ad0000-0x42ad003b]
ACPI: Reserving SSDT table memory at [mem 0x42a31000-0x42a32d0d]
ACPI: Reserving LPIT table memory at [mem 0x42a30000-0x42a300cb]
ACPI: Reserving WSMT table memory at [mem 0x42afd000-0x42afd027]
ACPI: Reserving SSDT table memory at [mem 0x42a2e000-0x42a2ead8]
ACPI: Reserving SSDT table memory at [mem 0x42a24000-0x42a2d2f3]
ACPI: Reserving DBGP table memory at [mem 0x42a23000-0x42a23033]
ACPI: Reserving DBG2 table memory at [mem 0x42a22000-0x42a22053]
ACPI: Reserving DMAR table memory at [mem 0x42a21000-0x42a21087]
ACPI: Reserving SSDT table memory at [mem 0x42a1f000-0x42a2000a]
ACPI: Reserving SSDT table memory at [mem 0x42a1b000-0x42a1e9d9]
ACPI: Reserving SSDT table memory at [mem 0x42a17000-0x42a1a9d9]
ACPI: Reserving SSDT table memory at [mem 0x42a16000-0x42a160f7]
ACPI: Reserving FPDT table memory at [mem 0x42a15000-0x42a15043]
ACPI: Reserving PHAT table memory at [mem 0x42a13000-0x42a137f7]
ACPI: Reserving BGRT table memory at [mem 0x42a14000-0x42a14037]
No NUMA configuration found
Faking a node at [mem 0x0000000000000000-0x00000004afbfffff]
NODE_DATA(0) allocated [mem 0x4afbd5280-0x4afbfffff]
Zone ranges:
DMA [mem 0x0000000000001000-0x0000000000ffffff]
DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
Normal [mem 0x0000000100000000-0x00000004afbfffff]
Device empty
Movable zone start for each node
Early memory node ranges
node 0: [mem 0x0000000000001000-0x000000000009efff]
node 0: [mem 0x0000000000100000-0x000000003b228fff]
node 0: [mem 0x000000003bb29000-0x000000003d93efff]
node 0: [mem 0x0000000042aff000-0x0000000042afffff]
node 0: [mem 0x0000000100000000-0x00000004afbfffff]
Initmem setup node 0 [mem 0x0000000000001000-0x00000004afbfffff]
On node 0, zone DMA: 1 pages in unavailable ranges
On node 0, zone DMA: 97 pages in unavailable ranges
On node 0, zone DMA32: 2304 pages in unavailable ranges
On node 0, zone DMA32: 20928 pages in unavailable ranges
On node 0, zone Normal: 21760 pages in unavailable ranges
On node 0, zone Normal: 1024 pages in unavailable ranges
Reserving Intel graphics memory at [mem 0x4c800000-0x503fffff]
ACPI: PM-Timer IO Port: 0x1808
ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x11] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x12] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x13] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x14] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x15] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x16] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x17] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
ACPI: Using ACPI (MADT) for SMP configuration information
ACPI: HPET id: 0x8086a201 base: 0xfed00000
e820: update [mem 0x364ed000-0x365fbfff] usable ==> reserved
TSC deadline timer available
CPU topo: Max. logical packages: 1
CPU topo: Max. logical dies: 1
CPU topo: Max. dies per package: 1
CPU topo: Max. threads per core: 2
CPU topo: Num. cores per package: 10
CPU topo: Num. threads per package: 12
CPU topo: Allowing 12 present CPUs plus 0 hotplug CPUs
PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x000fffff]
PM: hibernation: Registered nosave memory: [mem 0x364ed000-0x365fbfff]
PM: hibernation: Registered nosave memory: [mem 0x36b11000-0x36b11fff]
PM: hibernation: Registered nosave memory: [mem 0x3b229000-0x3bb28fff]
PM: hibernation: Registered nosave memory: [mem 0x3d93f000-0x42afefff]
PM: hibernation: Registered nosave memory: [mem 0x42b00000-0xffffffff]
[mem 0x50400000-0xfed1ffff] available for PCI devices
Booting paravirtualized kernel on bare hardware
clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
setup_percpu: NR_CPUS:8192 nr_cpumask_bits:12 nr_cpu_ids:12 nr_node_ids:1
percpu: Embedded 63 pages/cpu s221184 r8192 d28672 u262144
pcpu-alloc: s221184 r8192 d28672 u262144 alloc=1*2097152
pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 -- -- -- --
Kernel command line: initrd=\initramfs-linux-git.img rd.luks.options=password-echo=no rw rootfstype=ext4 i2c-hid.dyndbg=+p resume=UUID=ad720100-0431-4e07-b2e9-00fd54b8fbcb resume_offset=1361920
printk: log buffer data + meta data: 131072 + 458752 = 589824 bytes
Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
software IO TLB: area num 16.
Fallback order for Node 0: 0
Built 1 zonelists, mobility grouping on. Total pages: 4115422
Policy zone: Normal
mem auto-init: stack:all(zero), heap alloc:on, heap free:off
SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=12, Nodes=1
ftrace: allocating 57291 entries in 224 pages
ftrace: allocated 224 pages with 3 groups
Dynamic Preempt: full
rcu: Preemptible hierarchical RCU implementation.
rcu: RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=12.
rcu: RCU priority boosting: priority 1 delay 500 ms.
Trampoline variant of Tasks RCU enabled.
Rude variant of Tasks RCU enabled.
Tracing variant of Tasks RCU enabled.
rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=12
RCU Tasks: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=12.
RCU Tasks Rude: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=12.
RCU Tasks Trace: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=12.
NR_IRQS: 524544, nr_irqs: 2152, preallocated irqs: 16
rcu: srcu_init: Setting srcu_struct sizes based on contention.
kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
Console: colour dummy device 80x25
printk: legacy console [tty0] enabled
ACPI: Core revision 20250807
hpet: HPET dysfunctional in PC10. Force disabled.
APIC: Switch to symmetric I/O mode setup
DMAR: Host address width 39
DMAR: DRHD base: 0x000000fed90000 flags: 0x0
DMAR: dmar0: reg_base_addr fed90000 ver 4:0 cap 1c0000c40660462 ecap 29a00f0505e
DMAR: DRHD base: 0x000000fed91000 flags: 0x1
DMAR: dmar1: reg_base_addr fed91000 ver 5:0 cap d2008c40660462 ecap f050da
DMAR: RMRR base: 0x0000004c000000 end: 0x000000503fffff
DMAR-IR: IOAPIC id 2 under DRHD base 0xfed91000 IOMMU 1
DMAR-IR: HPET id 0 under DRHD base 0xfed91000
DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
DMAR-IR: Enabled IRQ remapping in x2apic mode
x2apic enabled
APIC: Switched APIC routing to: cluster x2apic
clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x23fa772cf26, max_idle_ns: 440795269835 ns
Calibrating delay loop (skipped), value calculated using timer frequency.. 4992.00 BogoMIPS (lpj=2496000)
CPU0: Thermal monitoring enabled (TM1)
x86/cpu: User Mode Instruction Prevention (UMIP) activated
CET detected: Indirect Branch Tracking enabled
Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
process: using mwait in idle threads
mitigations: Enabled attack vectors: user_kernel, user_user, guest_host, guest_guest, SMT mitigations: auto
Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
Spectre V2 : Mitigation: Enhanced / Automatic IBRS
Register File Data Sampling: Mitigation: Clear Register File
VMSCAPE: Mitigation: IBPB before exit to userspace
Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Spectre V2 : Spectre v2 / PBRSB-eIBRS: Retire a single CALL on VMEXIT
Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
x86/fpu: Supporting XSAVE feature 0x800: 'Control-flow User registers'
x86/fpu: Supporting XSAVE feature 0x1000: 'Control-flow Kernel registers (KVM only)'
x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
x86/fpu: xstate_offset[9]: 832, xstate_sizes[9]: 8
x86/fpu: xstate_offset[11]: 840, xstate_sizes[11]: 16
x86/fpu: xstate_offset[12]: 856, xstate_sizes[12]: 24
x86/fpu: Enabled xstate features 0x1a07, context size is 880 bytes, using 'compacted' format.
Freeing SMP alternatives memory: 56K
pid_max: default: 32768 minimum: 301
landlock: Up and running.
Yama: becoming mindful.
LSM support for eBPF active
Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
smpboot: CPU0: Intel(R) Core(TM) 5 120U (family: 0x6, model: 0xba, stepping: 0x3)
Performance Events: XSAVE Architectural LBR, PEBS fmt4+-baseline, AnyThread deprecated, Alderlake Hybrid events, 32-deep LBR, full-width counters, Intel PMU driver.
core: cpu_core PMU driver:
... version: 5
... bit width: 48
... generic counters: 8
... generic bitmap: 00000000000000ff
... fixed-purpose counters: 4
... fixed-purpose bitmap: 000000000000000f
... value mask: 0000ffffffffffff
... max period: 00007fffffffffff
... global_ctrl mask: 0001000f000000ff
signal: max sigframe size: 3632
Estimated ratio of average max frequency by base frequency (times 1024): 2048
rcu: Hierarchical SRCU implementation.
rcu: Max phase no-delay instances is 400.
Timer migration: 2 hierarchy levels; 8 children per group; 2 crossnode level
NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
smp: Bringing up secondary CPUs ...
smpboot: x86: Booting SMP configuration:
.... node #0, CPUs: #2 #4 #5 #6 #7 #8 #9 #10 #11
core: cpu_atom PMU driver:
... version: 5
... bit width: 48
... generic counters: 6
... generic bitmap: 000000000000003f
... fixed-purpose counters: 3
... fixed-purpose bitmap: 0000000000000007
... value mask: 0000ffffffffffff
... max period: 00007fffffffffff
... global_ctrl mask: 000000070000003f
#1 #3
smp: Brought up 1 node, 12 CPUs
smpboot: Total of 12 processors activated (59904.00 BogoMIPS)
Memory: 15998180K/16461688K available (20394K kernel code, 2958K rwdata, 16496K rodata, 4728K init, 4692K bss, 440316K reserved, 0K cma-reserved)
devtmpfs: initialized
x86/mm: Memory block size: 128MB
ACPI: PM: Registering ACPI NVS region [mem 0x3f9df000-0x4298efff] (50003968 bytes)
clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
posixtimers hash table entries: 8192 (order: 5, 131072 bytes, linear)
futex hash table entries: 4096 (262144 bytes on 1 NUMA nodes, total 256 KiB, linear).
PM: RTC time: 04:38:08, date: 2026-01-27
NET: Registered PF_NETLINK/PF_ROUTE protocol family
DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
audit: initializing netlink subsys (disabled)
audit: type=2000 audit(1769488687.009:1): state=initialized audit_enabled=0 res=1
thermal_sys: Registered thermal governor 'fair_share'
thermal_sys: Registered thermal governor 'bang_bang'
thermal_sys: Registered thermal governor 'step_wise'
thermal_sys: Registered thermal governor 'user_space'
thermal_sys: Registered thermal governor 'power_allocator'
cpuidle: using governor ladder
cpuidle: using governor menu
acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
PCI: ECAM [mem 0xc0000000-0xcfffffff] (base 0xc0000000) for domain 0000 [bus 00-ff]
PCI: Using configuration type 1 for base access
kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
raid6: skipped pq benchmark and selected avx2x4
raid6: using avx2x2 recovery algorithm
ACPI: Added _OSI(Module Device)
ACPI: Added _OSI(Processor Device)
ACPI: Added _OSI(Processor Aggregator Device)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS01._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
fbcon: Taking over console
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS01._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS02._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS02._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS03._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS03._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS04._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS04._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS01._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS01._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS02._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS02._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS03._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS03._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS04._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS04._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS05._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS05._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS06._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS06._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS07._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS07._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS08._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS08._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS09._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS09._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS10._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS10._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS01._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS01._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS02._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS02._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS03._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS03._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS04._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS04._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI: 19 ACPI AML tables successfully acquired and loaded
ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_SB_.PC00.LPCB.H_EC.CHRG (20250807/dspkginit-438)
ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_SB_.PC00.LPCB.H_EC.SEN3 (20250807/dspkginit-438)
ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_SB_.PC00.LPCB.H_EC.CHRG (20250807/dspkginit-438)
ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_SB_.PC00.LPCB.H_EC.SEN3 (20250807/dspkginit-438)
ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_SB_.PC00.LPCB.H_EC.CHRG (20250807/dspkginit-438)
ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_SB_.PC00.LPCB.H_EC.SEN3 (20250807/dspkginit-438)
ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_SB_.PC00.LPCB.H_EC.CHRG (20250807/dspkginit-438)
ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_SB_.PC00.LPCB.H_EC.SEN3 (20250807/dspkginit-438)
ACPI: Dynamic OEM Table Load:
ACPI: SSDT 0xFFFF8D704150B800 000394 (v02 PmRef Cpu0Cst 00003001 INTL 20200717)
ACPI: Dynamic OEM Table Load:
ACPI: SSDT 0xFFFF8D7041506000 0005E4 (v02 PmRef Cpu0Ist 00003000 INTL 20200717)
ACPI: Dynamic OEM Table Load:
ACPI: SSDT 0xFFFF8D7041A25400 0001AB (v02 PmRef Cpu0Psd 00003000 INTL 20200717)
ACPI: Dynamic OEM Table Load:
ACPI: SSDT 0xFFFF8D7041500000 0004B5 (v02 PmRef Cpu0Hwp 00003000 INTL 20200717)
ACPI: Dynamic OEM Table Load:
ACPI: SSDT 0xFFFF8D70414F4000 001BAF (v02 PmRef ApIst 00003000 INTL 20200717)
ACPI: Dynamic OEM Table Load:
ACPI: SSDT 0xFFFF8D70414F0000 001038 (v02 PmRef ApHwp 00003000 INTL 20200717)
ACPI: Dynamic OEM Table Load:
ACPI: SSDT 0xFFFF8D7042286000 001349 (v02 PmRef ApPsd 00003000 INTL 20200717)
ACPI: Dynamic OEM Table Load:
ACPI: SSDT 0xFFFF8D7041513000 000FBB (v02 PmRef ApCst 00003000 INTL 20200717)
ACPI: EC: EC started
ACPI: EC: interrupt blocked
ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
ACPI: \_SB_.PC00.LPCB.EC0_: Boot DSDT EC used to handle transactions
ACPI: Interpreter enabled
ACPI: PM: (supports S0 S3 S4 S5)
ACPI: Using IOAPIC for interrupt routing
PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
PCI: Ignoring E820 reservations for host bridge windows
ACPI: Enabled 8 GPEs in block 00 to 7F
ACPI: \_SB_.PC00.XHCI.RHUB.HS10.BTRT: New power resource
ACPI: \_SB_.PC00.XHCI.RHUB.HS10.DBTR: New power resource
ACPI: \_SB_.PC00.CNVW.WRST: New power resource
ACPI: \_SB_.PC00.RP03.PXSX.WRST: New power resource
ACPI: \_SB_.PC00.RP03.PXSX.DRST: New power resource
ACPI: \_SB_.PC00.TBT0: New power resource
ACPI: \_SB_.PC00.TBT1: New power resource
ACPI: \_SB_.PC00.D3C_: New power resource
ACPI: \_TZ_.FN00: New power resource
ACPI: \_TZ_.FN01: New power resource
ACPI: \_TZ_.FN02: New power resource
ACPI: \_TZ_.FN03: New power resource
ACPI: \_TZ_.FN04: New power resource
ACPI: \PIN_: New power resource
ACPI: PCI Root Bridge [PC00] (domain 0000 [bus 00-fe])
acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
acpi PNP0A08:00: _OSC: platform does not support [AER]
acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME PCIeCapability LTR DPC]
PCI host bridge to bus 0000:00
pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
pci_bus 0000:00: root bus resource [mem 0x50400000-0xbfffffff window]
pci_bus 0000:00: root bus resource [mem 0x4000000000-0x7fffffffff window]
pci_bus 0000:00: root bus resource [bus 00-fe]
pci 0000:00:00.0: [8086:a708] type 00 class 0x060000 conventional PCI endpoint
pci 0000:00:02.0: [8086:a7ac] type 00 class 0x030000 PCIe Root Complex Integrated Endpoint
pci 0000:00:02.0: BAR 0 [mem 0x6000000000-0x6000ffffff 64bit]
pci 0000:00:02.0: BAR 2 [mem 0x4000000000-0x400fffffff 64bit pref]
pci 0000:00:02.0: BAR 4 [io 0x4000-0x403f]
pci 0000:00:02.0: DMAR: Skip IOMMU disabling for graphics
pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
pci 0000:00:02.0: VF BAR 0 [mem 0x00000000-0x00ffffff 64bit]
pci 0000:00:02.0: VF BAR 0 [mem 0x00000000-0x06ffffff 64bit]: contains BAR 0 for 7 VFs
pci 0000:00:02.0: VF BAR 2 [mem 0x00000000-0x1fffffff 64bit pref]
pci 0000:00:02.0: VF BAR 2 [mem 0x00000000-0xdfffffff 64bit pref]: contains BAR 2 for 7 VFs
pci 0000:00:04.0: [8086:a71d] type 00 class 0x118000 conventional PCI endpoint
pci 0000:00:04.0: BAR 0 [mem 0x6001100000-0x600111ffff 64bit]
pci 0000:00:06.0: [8086:a74d] type 01 class 0x060400 PCIe Root Port
pci 0000:00:06.0: PCI bridge to [bus 01]
pci 0000:00:06.0: PME# supported from D0 D3hot D3cold
pci 0000:00:06.0: PTM enabled (root), 4ns granularity
pci 0000:00:06.2: [8086:a73d] type 01 class 0x060400 PCIe Root Port
pci 0000:00:06.2: PCI bridge to [bus 02]
pci 0000:00:06.2: bridge window [mem 0x50600000-0x506fffff]
pci 0000:00:06.2: PME# supported from D0 D3hot D3cold
pci 0000:00:06.2: PTM enabled (root), 4ns granularity
pci 0000:00:08.0: [8086:a74f] type 00 class 0x088000 conventional PCI endpoint
pci 0000:00:08.0: BAR 0 [mem 0x600113d000-0x600113dfff 64bit]
pci 0000:00:0d.0: [8086:a71e] type 00 class 0x0c0330 conventional PCI endpoint
pci 0000:00:0d.0: BAR 0 [mem 0x6001120000-0x600112ffff 64bit]
pci 0000:00:0d.0: PME# supported from D3hot D3cold
pci 0000:00:14.0: [8086:51ed] type 00 class 0x0c0330 conventional PCI endpoint
pci 0000:00:14.0: BAR 0 [mem 0x50700000-0x5070ffff 64bit]
pci 0000:00:14.0: PME# supported from D3hot D3cold
pci 0000:00:14.2: [8086:51ef] type 00 class 0x050000 conventional PCI endpoint
pci 0000:00:14.2: BAR 0 [mem 0x6001134000-0x6001137fff 64bit]
pci 0000:00:14.2: BAR 2 [mem 0x600113c000-0x600113cfff 64bit]
pci 0000:00:15.0: [8086:51e8] type 00 class 0x0c8000 conventional PCI endpoint
pci 0000:00:15.0: BAR 0 [mem 0x00000000-0x00000fff 64bit]
pci 0000:00:15.3: [8086:51eb] type 00 class 0x0c8000 conventional PCI endpoint
pci 0000:00:15.3: BAR 0 [mem 0x00000000-0x00000fff 64bit]
pci 0000:00:16.0: [8086:51e0] type 00 class 0x078000 conventional PCI endpoint
pci 0000:00:16.0: BAR 0 [mem 0x6001139000-0x6001139fff 64bit]
pci 0000:00:16.0: PME# supported from D3hot
pci 0000:00:1c.0: [8086:51ba] type 01 class 0x060400 PCIe Root Port
pci 0000:00:1c.0: PCI bridge to [bus 03]
pci 0000:00:1c.0: bridge window [io 0x3000-0x3fff]
pci 0000:00:1c.0: bridge window [mem 0x50500000-0x505fffff]
pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
pci 0000:00:1c.0: PTM enabled (root), 4ns granularity
pci 0000:00:1d.0: [8086:51b1] type 01 class 0x060400 PCIe Root Port
pci 0000:00:1d.0: PCI bridge to [bus 04]
pci 0000:00:1d.0: bridge window [mem 0x50400000-0x504fffff]
pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
pci 0000:00:1d.0: PTM enabled (root), 4ns granularity
pci 0000:00:1f.0: [8086:519d] type 00 class 0x060100 conventional PCI endpoint
pci 0000:00:1f.3: [8086:51ca] type 00 class 0x040380 conventional PCI endpoint
pci 0000:00:1f.3: BAR 0 [mem 0x6001130000-0x6001133fff 64bit]
pci 0000:00:1f.3: BAR 4 [mem 0x6001000000-0x60010fffff 64bit]
pci 0000:00:1f.3: PME# supported from D3hot D3cold
pci 0000:00:1f.4: [8086:51a3] type 00 class 0x0c0500 conventional PCI endpoint
pci 0000:00:1f.4: BAR 0 [mem 0x6001138000-0x60011380ff 64bit]
pci 0000:00:1f.4: BAR 4 [io 0xefa0-0xefbf]
pci 0000:00:1f.5: [8086:51a4] type 00 class 0x0c8000 conventional PCI endpoint
pci 0000:00:1f.5: BAR 0 [mem 0xfe010000-0xfe010fff]
pci 0000:00:06.0: PCI bridge to [bus 01]
pci 0000:02:00.0: [15b7:5016] type 00 class 0x010802 PCIe Endpoint
pci 0000:02:00.0: BAR 0 [mem 0x50600000-0x50603fff 64bit]
pci 0000:00:06.2: PCI bridge to [bus 02]
pci 0000:03:00.0: [10ec:b852] type 00 class 0x028000 PCIe Endpoint
pci 0000:03:00.0: BAR 0 [io 0x3000-0x30ff]
pci 0000:03:00.0: BAR 2 [mem 0x50500000-0x505fffff 64bit]
pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
pci 0000:00:1c.0: PCI bridge to [bus 03]
pci 0000:04:00.0: [1217:8621] type 00 class 0x080501 PCIe Endpoint
pci 0000:04:00.0: BAR 0 [mem 0x50401000-0x50401fff]
pci 0000:04:00.0: BAR 1 [mem 0x50400000-0x504007ff]
pci 0000:04:00.0: PME# supported from D3hot D3cold
pci 0000:00:1d.0: PCI bridge to [bus 04]
ACPI: \_SB_.PEPD: Duplicate LPS0 _DSM functions (mask: 0x1)
Low-power S0 idle used by default for system suspend
ACPI: EC: interrupt unblocked
ACPI: EC: event unblocked
ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
ACPI: EC: GPE=0x6e
ACPI: \_SB_.PC00.LPCB.EC0_: Boot DSDT EC initialization complete
ACPI: \_SB_.PC00.LPCB.EC0_: EC: Used to handle transactions and events
iommu: Default domain type: Translated
iommu: DMA domain TLB invalidation policy: lazy mode
SCSI subsystem initialized
libata version 3.00 loaded.
ACPI: bus type USB registered
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
EDAC MC: Ver: 3.0.0
efivars: Registered efivars operations
NetLabel: Initializing
NetLabel: domain hash size = 128
NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
NetLabel: unlabeled traffic allowed by default
mctp: management component transport protocol core
NET: Registered PF_MCTP protocol family
PCI: Using ACPI for IRQ routing
PCI: pci_cache_line_size set to 64 bytes
pci 0000:00:1f.5: BAR 0 [mem 0xfe010000-0xfe010fff]: can't claim; no compatible bridge window
e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
e820: reserve RAM buffer [mem 0x364ed000-0x37ffffff]
e820: reserve RAM buffer [mem 0x36b11000-0x37ffffff]
e820: reserve RAM buffer [mem 0x3b229000-0x3bffffff]
e820: reserve RAM buffer [mem 0x3d93f000-0x3fffffff]
e820: reserve RAM buffer [mem 0x42b00000-0x43ffffff]
e820: reserve RAM buffer [mem 0x4afc00000-0x4afffffff]
pci 0000:00:02.0: vgaarb: setting as boot VGA device
pci 0000:00:02.0: vgaarb: bridge control possible
pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
vgaarb: loaded
Monitor-Mwait will be used to enter C-1 state
Monitor-Mwait will be used to enter C-2 state
Monitor-Mwait will be used to enter C-3 state
clocksource: Switched to clocksource tsc-early
VFS: Disk quotas dquot_6.6.0
VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
pnp: PnP ACPI init
system 00:00: [io 0x0680-0x069f] has been reserved
system 00:00: [io 0x164e-0x164f] has been reserved
system 00:00: [io 0xfd60-0xfd63] has been reserved
system 00:02: [io 0x1854-0x1857] has been reserved
pnp 00:04: disabling [mem 0xc0000000-0xcfffffff] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
system 00:04: [mem 0xfedc0000-0xfedc7fff] has been reserved
system 00:04: [mem 0xfeda0000-0xfeda0fff] has been reserved
system 00:04: [mem 0xfeda1000-0xfeda1fff] has been reserved
system 00:04: [mem 0xfed20000-0xfed7ffff] could not be reserved
system 00:04: [mem 0xfed90000-0xfed93fff] could not be reserved
system 00:04: [mem 0xfed45000-0xfed8ffff] could not be reserved
system 00:04: [mem 0xfee00000-0xfeefffff] has been reserved
system 00:05: [io 0x2000-0x20fe] has been reserved
pnp: PnP ACPI: found 7 devices
clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
NET: Registered PF_INET protocol family
IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
TCP: Hash tables configured (established 131072 bind 65536)
MPTCP token hash table entries: 16384 (order: 7, 393216 bytes, linear)
UDP hash table entries: 8192 (order: 7, 524288 bytes, linear)
UDP-Lite hash table entries: 8192 (order: 7, 524288 bytes, linear)
NET: Registered PF_UNIX/PF_LOCAL protocol family
NET: Registered PF_XDP protocol family
pci 0000:00:02.0: VF BAR 2 [mem 0x4020000000-0x40ffffffff 64bit pref]: assigned
pci 0000:00:02.0: VF BAR 0 [mem 0x4010000000-0x4016ffffff 64bit]: assigned
pci 0000:00:15.0: BAR 0 [mem 0x4017000000-0x4017000fff 64bit]: assigned
pci 0000:00:15.3: BAR 0 [mem 0x4017001000-0x4017001fff 64bit]: assigned
pci 0000:00:1f.5: BAR 0 [mem 0x50710000-0x50710fff]: assigned
pci 0000:00:06.0: PCI bridge to [bus 01]
pci 0000:00:06.2: PCI bridge to [bus 02]
pci 0000:00:06.2: bridge window [mem 0x50600000-0x506fffff]
pci 0000:00:1c.0: PCI bridge to [bus 03]
pci 0000:00:1c.0: bridge window [io 0x3000-0x3fff]
pci 0000:00:1c.0: bridge window [mem 0x50500000-0x505fffff]
pci 0000:00:1d.0: PCI bridge to [bus 04]
pci 0000:00:1d.0: bridge window [mem 0x50400000-0x504fffff]
pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
pci_bus 0000:00: resource 7 [mem 0x50400000-0xbfffffff window]
pci_bus 0000:00: resource 8 [mem 0x4000000000-0x7fffffffff window]
pci_bus 0000:02: resource 1 [mem 0x50600000-0x506fffff]
pci_bus 0000:03: resource 0 [io 0x3000-0x3fff]
pci_bus 0000:03: resource 1 [mem 0x50500000-0x505fffff]
pci_bus 0000:04: resource 1 [mem 0x50400000-0x504fffff]
PCI: CLS 64 bytes, default 64
PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
software IO TLB: mapped [mem 0x000000002c5ef000-0x00000000305ef000] (64MB)
clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x23fa772cf26, max_idle_ns: 440795269835 ns
clocksource: Switched to clocksource tsc
Trying to unpack rootfs image as initramfs...
Initialise system trusted keyrings
Key type blacklist registered
workingset: timestamp_bits=36 max_order=22 bucket_order=0
fuse: init (API version 7.45)
integrity: Platform Keyring initialized
integrity: Machine keyring initialized
xor: automatically using best checksumming function avx
Key type asymmetric registered
Asymmetric key parser 'x509' registered
Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
io scheduler mq-deadline registered
io scheduler kyber registered
io scheduler bfq registered
ledtrig-cpu: registered to indicate activity on CPUs
pcieport 0000:00:06.0: PME: Signaling with IRQ 120
pcieport 0000:00:06.2: PME: Signaling with IRQ 121
pcieport 0000:00:1c.0: PME: Signaling with IRQ 122
pcieport 0000:00:1d.0: PME: Signaling with IRQ 123
ACPI: AC: AC Adapter [ACAD] (on-line)
input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1b/PNP0C0D:00/input/input0
ACPI: button: Lid Switch [LID0]
input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
ACPI: button: Power Button [PWRB]
thermal LNXTHERM:00: registered as thermal_zone0
ACPI: thermal: Thermal Zone [TZ00] (28 C)
Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Freeing initrd memory: 24572K
hpet_acpi_add: no address or irqs in _CRS
Non-volatile memory driver v1.3
Linux agpgart interface v0.103
ACPI: bus type drm_connector registered
xhci_hcd 0000:00:0d.0: xHCI Host Controller
xhci_hcd 0000:00:0d.0: new USB bus registered, assigned bus number 1
xhci_hcd 0000:00:0d.0: hcc params 0x20007fc1 hci version 0x120 quirks 0x0000000200009810
xhci_hcd 0000:00:0d.0: xHCI Host Controller
xhci_hcd 0000:00:0d.0: new USB bus registered, assigned bus number 2
xhci_hcd 0000:00:0d.0: Host supports USB 3.2 Enhanced SuperSpeed
usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.19
usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb1: Product: xHCI Host Controller
usb usb1: Manufacturer: Linux 6.19.0-rc6-1-git-00200-gc072629f05d7 xhci-hcd
usb usb1: SerialNumber: 0000:00:0d.0
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 1 port detected
usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.19
usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb2: Product: xHCI Host Controller
usb usb2: Manufacturer: Linux 6.19.0-rc6-1-git-00200-gc072629f05d7 xhci-hcd
usb usb2: SerialNumber: 0000:00:0d.0
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 2 ports detected
xhci_hcd 0000:00:14.0: xHCI Host Controller
xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
xhci_hcd 0000:00:14.0: hcc params 0x20007fc1 hci version 0x120 quirks 0x0000100200009810
xhci_hcd 0000:00:14.0: xHCI Host Controller
xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed
usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.19
usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb3: Product: xHCI Host Controller
usb usb3: Manufacturer: Linux 6.19.0-rc6-1-git-00200-gc072629f05d7 xhci-hcd
usb usb3: SerialNumber: 0000:00:14.0
hub 3-0:1.0: USB hub found
hub 3-0:1.0: 12 ports detected
usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.19
usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb4: Product: xHCI Host Controller
usb usb4: Manufacturer: Linux 6.19.0-rc6-1-git-00200-gc072629f05d7 xhci-hcd
usb usb4: SerialNumber: 0000:00:14.0
hub 4-0:1.0: USB hub found
hub 4-0:1.0: 4 ports detected
usbcore: registered new interface driver usbserial_generic
usbserial: USB Serial support registered for generic
i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
serio: i8042 KBD port at 0x60,0x64 irq 1
rtc_cmos 00:01: RTC can wake from S4
rtc_cmos 00:01: registered as rtc0
rtc_cmos 00:01: setting system clock to 2026-01-27T04:38:08 UTC (1769488688)
rtc_cmos 00:01: alarms up to one month, y3k, 242 bytes nvram
intel_pstate: Intel P-state driver initializing
intel_pstate: HWP enabled
simple-framebuffer simple-framebuffer.0: [drm] Registered 1 planes with drm panic
[drm] Initialized simpledrm 1.0.0 for simple-framebuffer.0 on minor 0
Console: switching to colour frame buffer device 100x37
simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
hid: raw HID events driver (C) Jiri Kosina
usbcore: registered new interface driver usbhid
usbhid: USB HID core driver
drop_monitor: Initializing network drop monitor service
NET: Registered PF_INET6 protocol family
Segment Routing with IPv6
RPL Segment Routing with IPv6
In-situ OAM (IOAM) with IPv6
NET: Registered PF_PACKET protocol family
ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
microcode: Current revision: 0x00006133
microcode: Updated early from: 0x00004123
IPI shorthand broadcast: enabled
sched_clock: Marking stable (477000889, 6635897)->(510667064, -27030278)
registered taskstats version 1
Loading compiled-in X.509 certificates
input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2
Loaded X.509 cert 'Build time autogenerated kernel key: 051f2b6b715b6ad1ad5b230622cd6e8824ada271'
zswap: loaded using pool zstd
Demotion targets for Node 0: null
Key type .fscrypt registered
Key type fscrypt-provisioning registered
Btrfs loaded, zoned=yes, fsverity=yes
Key type big_key registered
integrity: Loading X.509 certificate: UEFI:db
integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
integrity: Loading X.509 certificate: UEFI:db
integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
integrity: Loading X.509 certificate: UEFI:db
integrity: Loaded X.509 cert 'Microsoft Corporation: Windows UEFI CA 2023: aefc5fbbbe055d8f8daa585473499417ab5a5272'
integrity: Loading X.509 certificate: UEFI:db
integrity: Problem loading X.509 certificate -74
integrity: Error adding keys to platform keyring UEFI:db
PM: Magic number: 10:2:617
RAS: Correctable Errors collector initialized.
ACPI: battery: Slot [BAT1] (battery present)
clk: Disabling unused clocks
PM: genpd: Disabling unused power domains
Freeing unused decrypted memory: 2036K
Freeing unused kernel image (initmem) memory: 4728K
Write protecting the kernel read-only data: 38912k
Freeing unused kernel image (text/rodata gap) memory: 84K
Freeing unused kernel image (rodata/data gap) memory: 1936K
x86/mm: Checked W+X mappings: passed, no W+X pages found.
rodata_test: all tests were successful
Run /init as init process
with arguments:
/init
with environment:
HOME=/
TERM=linux
usb 3-5: new high-speed USB device number 2 using xhci_hcd
systemd[1]: Successfully made /usr/ read-only.
systemd[1]: systemd 259-2-arch running in system mode (+PAM +AUDIT -SELINUX +APPARMOR -IMA +IPE +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +BTF +XKBCOMMON +UTMP -SYSVINIT +LIBARCHIVE)
systemd[1]: Detected architecture x86-64.
systemd[1]: Running in initrd.
systemd[1]: Initializing machine ID from random generator.
systemd[1]: Queued start job for default target Initrd Default Target.
systemd[1]: Created slice Slice /system/systemd-validatefs.
systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
systemd[1]: Expecting device /dev/disk/by-uuid/ad720100-0431-4e07-b2e9-00fd54b8fbcb...
systemd[1]: Expecting device /dev/gpt-auto-root...
systemd[1]: Reached target Path Units.
systemd[1]: Reached target Slice Units.
systemd[1]: Reached target Swaps.
systemd[1]: Reached target Timer Units.
systemd[1]: Listening on Journal Socket (/dev/log).
systemd[1]: Listening on Journal Sockets.
systemd[1]: Listening on udev Control Socket.
systemd[1]: Listening on udev Kernel Socket.
systemd[1]: Reached target Socket Units.
systemd[1]: Starting Create List of Static Device Nodes...
systemd[1]: Starting Early Battery Level Check...
usb 3-5: New USB device found, idVendor=30c9, idProduct=00c5, bcdDevice= 0.07
usb 3-5: New USB device strings: Mfr=3, Product=1, SerialNumber=2
usb 3-5: Product: Integrated Camera
usb 3-5: Manufacturer: 8SSC21M22245V1SR45701P0
usb 3-5: SerialNumber: 0001
systemd[1]: Starting Journal Service...
systemd[1]: Starting Load Kernel Modules...
systemd[1]: TPM PCR Barrier (initrd) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
systemd[1]: Reached target Local Encrypted Volumes.
systemd[1]: Starting Create Static Device Nodes in /dev...
systemd[1]: Starting Coldplug All udev Devices...
systemd[1]: Finished Create List of Static Device Nodes.
systemd-journald[195]: Collecting audit messages is disabled.
systemd[1]: Finished Early Battery Level Check.
systemd[1]: Finished Load Kernel Modules.
systemd[1]: Finished Create Static Device Nodes in /dev.
systemd[1]: Started Display Boot-Time Emergency Messages In Full Screen.
systemd[1]: Starting Rule-based Manager for Device Events and Files...
systemd[1]: Started Journal Service.
usb 3-6: new full-speed USB device number 3 using xhci_hcd
wmi_bus wmi_bus-PNP0C14:05: [Firmware Bug]: WQB1 data block query control method not found
wmi_bus wmi_bus-PNP0C14:05: [Firmware Bug]: WQB2 data block query control method not found
intel-lpss 0000:00:15.0: enabling device (0004 -> 0006)
idma64 idma64.0: Found Intel integrated DMA 64-bit
intel-lpss 0000:00:15.3: enabling device (0004 -> 0006)
idma64 idma64.1: Found Intel integrated DMA 64-bit
Key type psk registered
sdhci: Secure Digital Host Controller Interface driver
sdhci: Copyright(c) Pierre Ossman
sdhci-pci 0000:04:00.0: SDHCI controller found [1217:8621] (rev 1)
sdhci-pci 0000:04:00.0: enabling device (0000 -> 0002)
mmc0: SDHCI controller on PCI [0000:04:00.0] using ADMA
nvme 0000:02:00.0: platform quirk: setting simple suspend
nvme nvme0: pci function 0000:02:00.0
usb 3-6: not running at top speed; connect to a high speed hub
usb 3-6: New USB device found, idVendor=1c7a, idProduct=0583, bcdDevice=52.07
usb 3-6: New USB device strings: Mfr=1, Product=2, SerialNumber=3
usb 3-6: Product: ETU905A88-E
usb 3-6: Manufacturer: EGIS
usb 3-6: SerialNumber: 14495FPKC366
nvme nvme0: allocated 32 MiB host memory buffer (8 segments).
nvme nvme0: 12/0/0 default/read/poll queues
nvme0n1: p1 p2
usb 3-10: new full-speed USB device number 4 using xhci_hcd
usb 3-10: New USB device found, idVendor=0bda, idProduct=4853, bcdDevice= 0.00
usb 3-10: New USB device strings: Mfr=1, Product=2, SerialNumber=3
usb 3-10: Product: Bluetooth Radio
usb 3-10: Manufacturer: Realtek
usb 3-10: SerialNumber: 00e04c000001
i915 0000:00:02.0: [drm] Found alderlake_p/raptorlake_u (device ID a7ac) integrated display version 13.00 stepping E0
Console: switching to colour dummy device 80x25
i915 0000:00:02.0: vgaarb: deactivate vga console
i915 0000:00:02.0: [drm] Using Transparent Hugepages
i915 0000:00:02.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=io+mem:owns=io+mem
i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/adlp_dmc.bin (v2.20)
device-mapper: uevent: version 1.0.3
device-mapper: ioctl: 4.50.0-ioctl (2025-04-28) initialised: dm-devel@lists.linux.dev
i915 0000:00:02.0: [drm] GT0: GuC firmware i915/adlp_guc_70.bin version 70.49.4
i915 0000:00:02.0: [drm] GT0: HuC firmware i915/tgl_huc.bin version 7.9.3
i915 0000:00:02.0: [drm] GT0: HuC: authenticated for all workloads
i915 0000:00:02.0: [drm] GT0: GUC: submission enabled
i915 0000:00:02.0: [drm] GT0: GUC: SLPC enabled
i915 0000:00:02.0: [drm] GT0: GUC: RC enabled
i915 0000:00:02.0: [drm] Protected Xe Path (PXP) protected content support initialized
i915 0000:00:02.0: [drm] Registered 4 planes with drm panic
[drm] Initialized i915 1.6.0 for 0000:00:02.0 on minor 1
ACPI: video: Video Device [GFX0] (multi-head: yes rom: no post: no)
input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input3
fbcon: i915drmfb (fb0) is primary device
Console: switching to colour frame buffer device 240x75
i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
irq 27: nobody cared (try booting with the "irqpoll" option)
CPU: 11 UID: 0 PID: 0 Comm: swapper/11 Not tainted 6.19.0-rc6-1-git-00200-gc072629f05d7 #25 PREEMPT(full) 965b63aac2bda1b665a30a4496712f4ba614bf9b
Hardware name: LENOVO 83FW/LNVNB161216, BIOS PFCN14WW 09/20/2024
Call Trace:
<IRQ>
dump_stack_lvl+0x5d/0x80
__report_bad_irq+0x35/0xbc
note_interrupt.cold+0x28/0x66
handle_irq_event+0x72/0x90
handle_fasteoi_irq+0xda/0x1f0
__common_interrupt+0x41/0xa0
common_interrupt+0x80/0xa0
</IRQ>
<TASK>
asm_common_interrupt+0x26/0x40
RIP: 0010:cpuidle_enter_state+0xbb/0x410
Code: 00 00 e8 c8 1a 01 ff e8 e3 ef ff ff 48 89 c5 0f 1f 44 00 00 31 ff e8 c4 97 ff fe 45 84 ff 0f 85 33 02 00 00 fb 0f 1f 44 00 00 <45> 85 f6 0f 88 7c 01 00 00 49 63 ce 48 2b 2c 24 48 6b d1 68 48 89
RSP: 0000:ffffd306c0223e78 EFLAGS: 00000246
RAX: ffff8d7451d9b000 RBX: 0000000000000001 RCX: 0000000000000000
RDX: 000000008fcec549 RSI: fffffff66c702719 RDI: 0000000000000000
RBP: 000000008fcec549 R08: 0000000000000002 R09: 0000000000000007
R10: 000000000000afc8 R11: ffffffffffffffff R12: ffff8d73dfafe840
R13: ffffffff8d1f3700 R14: 0000000000000001 R15: 0000000000000000
? cpuidle_enter_state+0xac/0x410
cpuidle_enter+0x31/0x50
do_idle+0x1ae/0x210
cpu_startup_entry+0x29/0x30
start_secondary+0x119/0x150
common_startup_64+0x13e/0x141
</TASK>
handlers:
[<000000001ae617f6>] idma64_irq [idma64]
Disabling IRQ #27
Key type trusted registered
Key type encrypted registered
PM: Image not found (code -22)
EXT4-fs (dm-0): Supports (experimental) DIO atomic writes awu_min: 4096, awu_max: 4096
EXT4-fs (dm-0): mounting with "discard" option, but the device does not support discard
EXT4-fs (dm-0): mounted filesystem ad720100-0431-4e07-b2e9-00fd54b8fbcb r/w with ordered data mode. Quota mode: none.
systemd-journald[195]: Received SIGTERM from PID 1 (systemd).
systemd[1]: systemd 259-2-arch running in system mode (+PAM +AUDIT -SELINUX +APPARMOR -IMA +IPE +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +BTF +XKBCOMMON +UTMP -SYSVINIT +LIBARCHIVE)
systemd[1]: Detected architecture x86-64.
systemd[1]: Hostname set to <arch>.
systemd[1]: bpf-restrict-fs: LSM BPF program attached
systemd[1]: initrd-switch-root.service: Deactivated successfully.
systemd[1]: Stopped Switch Root.
systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1.
systemd[1]: Created slice Virtual Machine and Container Slice.
systemd[1]: Created slice Slice /system/dirmngr.
systemd[1]: Created slice Slice /system/getty.
systemd[1]: Created slice Slice /system/gpg-agent.
systemd[1]: Created slice Slice /system/gpg-agent-browser.
systemd[1]: Created slice Slice /system/gpg-agent-extra.
systemd[1]: Created slice Slice /system/gpg-agent-ssh.
systemd[1]: Created slice Slice /system/keyboxd.
systemd[1]: Created slice Slice /system/modprobe.
systemd[1]: Created slice Slice /system/systemd-fsck.
systemd[1]: Created slice User and Session Slice.
systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
systemd[1]: Started Forward Password Requests to Wall Directory Watch.
systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
systemd[1]: Expecting device /dev/disk/by-uuid/C6DC-F0DB...
systemd[1]: Reached target Local Encrypted Volumes.
systemd[1]: Reached target Login Prompts.
systemd[1]: Reached target Image Downloads.
systemd[1]: Stopped target Switch Root.
systemd[1]: Stopped target Initrd File Systems.
systemd[1]: Stopped target Initrd Root File System.
systemd[1]: Reached target Local Integrity Protected Volumes.
systemd[1]: Reached target Path Units.
systemd[1]: Reached target Remote File Systems.
systemd[1]: Reached target Slice Units.
systemd[1]: Reached target Local Verity Protected Volumes.
systemd[1]: Listening on Device-mapper event daemon FIFOs.
systemd[1]: Listening on Query the User Interactively for a Password.
systemd[1]: Listening on Process Core Dump Socket.
systemd[1]: Listening on Credential Encryption/Decryption.
systemd[1]: Listening on Factory Reset Management.
systemd[1]: Listening on Console Output Muting Service Socket.
systemd[1]: TPM PCR Measurements was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
systemd[1]: Make TPM PCR Policy was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
systemd[1]: Listening on Disk Repartitioning Service Socket.
systemd[1]: Listening on udev Control Socket.
systemd[1]: Listening on udev Varlink Socket.
systemd[1]: Listening on User Database Manager Socket.
systemd[1]: Mounting Huge Pages File System...
systemd[1]: Mounting POSIX Message Queue File System...
systemd[1]: Mounting Kernel Debug File System...
systemd[1]: Mounting Kernel Trace File System...
systemd[1]: Starting Create List of Static Device Nodes...
systemd[1]: Load Kernel Module configfs was skipped because of an unmet condition check (ConditionKernelModuleLoaded=!configfs).
systemd[1]: Mounting Kernel Configuration File System...
systemd[1]: Load Kernel Module drm was skipped because of an unmet condition check (ConditionKernelModuleLoaded=!drm).
systemd[1]: Load Kernel Module fuse was skipped because of an unmet condition check (ConditionKernelModuleLoaded=!fuse).
systemd[1]: Mounting FUSE Control File System...
systemd[1]: systemd-cryptsetup@root.service: Deactivated successfully.
systemd[1]: Stopped systemd-cryptsetup@root.service.
systemd[1]: systemd-cryptsetup@root.service: Consumed 31.345s CPU time over 30.758s wall clock time, 1G memory peak.
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).
systemd[1]: Starting Journal Service...
systemd[1]: Starting Load Kernel Modules...
systemd[1]: TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
systemd[1]: TPM PCR Root File System Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
systemd[1]: TPM NvPCR Product ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
systemd[1]: Starting Remount Root and Kernel File Systems...
systemd[1]: Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
systemd[1]: Starting Load udev Rules from Credentials...
systemd[1]: Starting Coldplug All udev Devices...
systemd[1]: systemd-validatefs@sysroot.service: Deactivated successfully.
systemd[1]: Stopped Validate File System Mount Constraints of /sysroot.
systemd[1]: Mounted Huge Pages File System.
systemd[1]: Mounted POSIX Message Queue File System.
systemd[1]: Mounted Kernel Debug File System.
systemd[1]: Mounted Kernel Trace File System.
systemd[1]: Finished Create List of Static Device Nodes.
systemd[1]: Mounted Kernel Configuration File System.
systemd[1]: Mounted FUSE Control File System.
systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
systemd[1]: Finished Load udev Rules from Credentials.
systemd-journald[1121]: Collecting audit messages is disabled.
Asymmetric key parser 'pkcs8' registered
systemd[1]: Finished Load Kernel Modules.
systemd[1]: Starting Apply Kernel Variables...
EXT4-fs (dm-0): re-mounted ad720100-0431-4e07-b2e9-00fd54b8fbcb.
systemd[1]: Started Journal Service.
systemd-journald[1121]: Received client request to flush runtime journal.
Adding 45088764k swap on /swapfile. Priority:-1 extents:347 across:128843776k SS
mc: Linux media interface: v0.10
videodev: Linux video capture interface: v2.00
resource: resource sanity check: requesting [mem 0x00000000fedc0000-0x00000000fedcffff], which spans more than pnp 00:04 [mem 0xfedc0000-0xfedc7fff]
caller igen6_probe+0x155/0x824 [igen6_edac] mapping multiple BARs
ACPI: bus type thunderbolt registered
intel_pmc_core INT33A1:00: initialized
EDAC MC0: Giving out device to module igen6_edac controller Intel_client_SoC MC#0: DEV 0000:00:00.0 (INTERRUPT)
EDAC MC1: Giving out device to module igen6_edac controller Intel_client_SoC MC#1: DEV 0000:00:00.0 (INTERRUPT)
EDAC igen6: v2.5.1
ACPI: battery: new hook: Ideapad Battery Extension
input: Ideapad extra buttons as /devices/pci0000:00/0000:00:1f.0/PNP0C09:00/VPC2004:00/input/input4
mei_me 0000:00:16.0: enabling device (0000 -> 0002)
input: PC Speaker as /devices/platform/pcspkr/input/input5
i801_smbus 0000:00:1f.4: SPD Write Disable is set
i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
i2c_designware i2c_designware.0: [Firmware Bug]: DSDT uses known not-working I2C bus speed 400000, forcing it to 100000
drivers/hid/i2c-hid/i2c-hid-core.c: HID probe called for i2c 0x15
i2c_hid_acpi i2c-ELAN06FA:00: Fetching the HID descriptor
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=01 00
cfg80211: Loading compiled-in X.509 certificates for regulatory database
Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
i2c_hid_acpi i2c-ELAN06FA:00: HID Descriptor: 1e 00 00 01 a3 02 02 00 03 00 1f 00 04 00 00 00 05 00 06 00 f3 04 7e 32 04 00 00 00 00 00
i2c_hid_acpi i2c-ELAN06FA:00: Requesting IRQ: 156
i2c_hid_acpi i2c-ELAN06FA:00: entering i2c_hid_parse
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_start_hwreset
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_power
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 00 08
faux_driver regulatory: Direct firmware load for regulatory.db failed with error -2
cfg80211: failed to load regulatory.db
iTCO_vendor_support: vendor-support=0
Bluetooth: Core ver 2.22
mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_ops [i915])
intel_rapl_msr: PL4 support detected.
spi-nor spi0.0: supply vcc not found, using dummy regulator
intel_rapl_common: Found RAPL domain package
intel_rapl_common: Found RAPL domain core
intel_rapl_common: Found RAPL domain uncore
intel_rapl_common: Found RAPL domain psys
mei_pxp 0000:00:16.0-fbf6fcf1-96cf-4e2e-a6a6-1bab8cbe36b1: bound 0000:00:02.0 (ops i915_pxp_tee_component_ops [i915])
Creating 1 MTD partitions on "0000:00:1f.5":
0x000000000000-0x000000800000 : "BIOS"
spi-nor spi0.1: supply vcc not found, using dummy regulator
Creating 1 MTD partitions on "0000:00:1f.5-chip1":
0x000000000000-0x000001000000 : "BIOS1"
NET: Registered PF_BLUETOOTH protocol family
Bluetooth: HCI device and connection manager initialized
Bluetooth: HCI socket layer initialized
Bluetooth: L2CAP socket layer initialized
Bluetooth: SCO socket layer initialized
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 00 01
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_finish_hwreset: waiting...
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_finish_hwreset: finished.
i2c_hid_acpi i2c-ELAN06FA:00: asking HID report descriptor
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=02 00
i2c_hid_acpi i2c-ELAN06FA:00: Report Descriptor: 05 01 09 02 a1 01 85 01 09 01 a1 00 05 09 19 01 29 02 15 00 25 01 75 01 95 02 81 02 95 06 81 03 05 01 09 30 09 31 15 81 25 7f 75 08 95 02 81 06 75 08 95 05 81 03 c0 06 00 ff 09 01 85 0e 09 c5
input: ELAN06FA:00 04F3:327E Mouse as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-13/i2c-ELAN06FA:00/0018:04F3:327E.0001/input/input6
input: ELAN06FA:00 04F3:327E Touchpad as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-13/i2c-ELAN06FA:00/0018:04F3:327E.0001/input/input8
hid-generic 0018:04F3:327E.0001: input,hidraw0: I2C HID v1.00 Mouse [ELAN06FA:00 04F3:327E] on i2c-ELAN06FA:00
iTCO_wdt iTCO_wdt: Found a Intel PCH TCO device (Version=6, TCOBASE=0x0400)
iTCO_wdt iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
RAPL PMU: hw unit of domain package 2^-14 Joules
RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
RAPL PMU: hw unit of domain psys 2^-14 Joules
uvcvideo 3-5:1.0: Found UVC 1.50 device Integrated Camera (30c9:00c5)
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_get_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 3d 02 06 00
usbcore: registered new interface driver uvcvideo
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_get_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 32 02 06 00
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_get_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 32 02 06 00
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_get_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 36 02 06 00
usbcore: registered new interface driver btusb
Bluetooth: hci0: RTL: examining hci_ver=0b hci_rev=000b lmp_ver=0b lmp_subver=8852
Bluetooth: hci0: RTL: rom_version status=0 version=1
Bluetooth: hci0: RTL: btrtl_initialize: key id 0
Bluetooth: hci0: RTL: loading rtl_bt/rtl8852bu_fw.bin
Bluetooth: hci0: RTL: loading rtl_bt/rtl8852bu_config.bin
Bluetooth: hci0: RTL: cfg_sz 6, total sz 60107
input: ELAN06FA:00 04F3:327E Mouse as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-13/i2c-ELAN06FA:00/0018:04F3:327E.0001/input/input9
input: ELAN06FA:00 04F3:327E Touchpad as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-13/i2c-ELAN06FA:00/0018:04F3:327E.0001/input/input11
hid-multitouch 0018:04F3:327E.0001: input,hidraw0: I2C HID v1.00 Mouse [ELAN06FA:00 04F3:327E] on i2c-ELAN06FA:00
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 37 03 06 00 05 00 07 00 00
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 33 03 06 00 05 00 03 03 00
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 35 03 06 00 05 00 05 03 00
intel_rapl_common: Found RAPL domain package
typec port0: bound usb3-port2 (ops connector_ops)
typec port0: bound usb2-port1 (ops connector_ops)
mousedev: PS/2 mouse device common for all mice
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 37 03 06 00 05 00 07 00 00
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 33 03 06 00 05 00 03 03 00
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 35 03 06 00 05 00 05 03 00
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 37 03 06 00 05 00 07 01 00
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 33 03 06 00 05 00 03 03 00
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 35 03 06 00 05 00 05 00 00
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 37 03 06 00 05 00 07 00 00
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 33 03 06 00 05 00 03 03 00
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 35 03 06 00 05 00 05 03 00
rtw89_8852be 0000:03:00.0: loaded firmware rtw89/rtw8852b_fw-1.bin
intel_tcc_cooling: TCC Offset locked
rtw89_8852be 0000:03:00.0: enabling device (0000 -> 0003)
typec port1: bound usb3-port3 (ops connector_ops)
typec port1: bound usb2-port2 (ops connector_ops)
acpi PRP00001:00: No SoundWire links detected
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 37 03 06 00 05 00 07 01 00
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 33 03 06 00 05 00 03 03 00
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 35 03 06 00 05 00 05 00 00
rtw89_8852be 0000:03:00.0: Firmware version 0.29.29.15 (6fb3ec41), cmd version 0, type 5
rtw89_8852be 0000:03:00.0: Firmware version 0.29.29.15 (6fb3ec41), cmd version 0, type 3
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 37 03 06 00 05 00 07 00 00
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 33 03 06 00 05 00 03 03 00
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 35 03 06 00 05 00 05 03 00
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 37 03 06 00 05 00 07 01 00
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 33 03 06 00 05 00 03 03 00
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 35 03 06 00 05 00 05 00 00
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 37 03 06 00 05 00 07 00 00
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 33 03 06 00 05 00 03 03 00
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 35 03 06 00 05 00 05 03 00
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 37 03 06 00 05 00 07 01 00
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 33 03 06 00 05 00 03 03 00
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 35 03 06 00 05 00 05 00 00
acpi PRP00001:00: No SoundWire links detected
acpi PRP00001:00: No SoundWire links detected
snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002)
snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops intel_audio_component_bind_ops [i915])
snd_hda_codec_conexant hdaudioC0D0: CX11880: BIOS auto-probing.
snd_hda_codec_conexant hdaudioC0D0: CX11880: picked fixup for PCI SSID 17aa:0000
snd_hda_codec_conexant hdaudioC0D0: autoconfig for CX11880: line_outs=1 (0x17/0x0/0x0/0x0/0x0) type:speaker
snd_hda_codec_conexant hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
snd_hda_codec_conexant hdaudioC0D0: hp_outs=1 (0x16/0x0/0x0/0x0/0x0)
snd_hda_codec_conexant hdaudioC0D0: mono: mono_out=0x0
snd_hda_codec_conexant hdaudioC0D0: inputs:
snd_hda_codec_conexant hdaudioC0D0: Mic=0x19
snd_hda_codec_conexant hdaudioC0D0: Internal Mic=0x1a
input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input12
input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input13
input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input14
input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input15
input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input16
input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input17
Bluetooth: hci0: RTL: fw version 0x42d34e04
Bluetooth: hci0: AOSP extensions version v1.00
rtw89_8852be 0000:03:00.0: chip rfe_type is 1
rtw89_8852be 0000:03:00.0: rfkill hardware state changed to enable
bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 37 03 06 00 05 00 07 00 00
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 33 03 06 00 05 00 03 03 00
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 35 03 06 00 05 00 05 03 00
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 37 03 06 00 05 00 07 01 00
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 33 03 06 00 05 00 03 03 00
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 35 03 06 00 05 00 05 00 00
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 37 03 06 00 05 00 07 00 00
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 33 03 06 00 05 00 03 03 00
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 35 03 06 00 05 00 05 03 00
i2c_hid_acpi i2c-ELAN06FA:00: input: 1f 00 54 10 e6 f1 03 7d 02 2b 07 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
i2c_hid_acpi i2c-ELAN06FA:00: input: 1f 00 54 10 2c f2 03 7d 02 2b 07 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
i2c_hid_acpi i2c-ELAN06FA:00: input: 1f 00 54 10 72 f2 03 7d 02 2b 07 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
i2c_hid_acpi i2c-ELAN06FA:00: input: 1f 00 54 10 b8 f2 03 7d 02 2b 07 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
i2c_hid_acpi i2c-ELAN06FA:00: input: 1f 00 54 10 fe f2 03 7d 02 2b 07 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
i2c_hid_acpi i2c-ELAN06FA:00: input: 1f 00 54 10 44 f3 03 81 02 27 07 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
i2c_hid_acpi i2c-ELAN06FA:00: input: 1f 00 54 10 8a f3 03 85 02 23 07 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
i2c_hid_acpi i2c-ELAN06FA:00: input: 1f 00 54 10 d0 f3 03 8a 02 1e 07 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
i2c_hid_acpi i2c-ELAN06FA:00: input: 1f 00 54 10 16 f4 03 90 02 19 07 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
i2c_hid_acpi i2c-ELAN06FA:00: input: 1f 00 54 10 5c f4 03 98 02 13 07 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
i2c_hid_acpi i2c-ELAN06FA:00: input: 1f 00 54 10 a2 f4 03 a0 02 0d 07 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
i2c_hid_acpi i2c-ELAN06FA:00: input: 1f 00 54 10 e8 f4 03 aa 02 06 07 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
i2c_hid_acpi i2c-ELAN06FA:00: input: 1f 00 54 10 2e f5 03 b6 02 fe 06 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
i2c_hid_acpi i2c-ELAN06FA:00: input: 1f 00 54 10 74 f5 03 c3 02 f4 06 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
i2c_hid_acpi i2c-ELAN06FA:00: input: 1f 00 54 10 ba f5 03 d2 02 e9 06 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
i2c_hid_acpi i2c-ELAN06FA:00: input: 1f 00 54 10 00 f6 03 e1 02 de 06 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
i2c_hid_acpi i2c-ELAN06FA:00: input: 1f 00 54 10 46 f6 03 f4 02 d0 06 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
i2c_hid_acpi i2c-ELAN06FA:00: input: 1f 00 54 10 8c f6 03 08 03 c2 06 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
i2c_hid_acpi i2c-ELAN06FA:00: input: 1f 00 54 10 d2 f6 03 1f 03 b3 06 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
i2c_hid_acpi i2c-ELAN06FA:00: input: 1f 00 54 10 18 f7 03 37 03 a3 06 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
i2c_hid_acpi i2c-ELAN06FA:00: input: 1f 00 54 10 5e f7 03 50 03 95 06 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
i2c_hid_acpi i2c-ELAN06FA:00: input: 1f 00 54 10 a4 f7 03 67 03 88 06 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
i2c_hid_acpi i2c-ELAN06FA:00: input: 1f 00 54 10 ea f7 03 7c 03 7c 06 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
i2c_hid_acpi i2c-ELAN06FA:00: input: 1f 00 54 10 30 f8 03 8f 03 72 06 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
i2c_hid_acpi i2c-ELAN06FA:00: input: 1f 00 54 10 76 f8 03 a1 03 68 06 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
i2c_hid_acpi i2c-ELAN06FA:00: input: 1f 00 54 10 bc f8 03 af 03 60 06 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
i2c_hid_acpi i2c-ELAN06FA:00: input: 1f 00 54 10 02 f9 03 bb 03 58 06 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
i2c_hid_acpi i2c-ELAN06FA:00: input: 1f 00 54 10 48 f9 03 c5 03 52 06 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
i2c_hid_acpi i2c-ELAN06FA:00: input: 1f 00 54 10 8e f9 03 ce 03 4c 06 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
i2c_hid_acpi i2c-ELAN06FA:00: input: 1f 00 54 10 d4 f9 03 d5 03 46 06 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
i2c_hid_acpi i2c-ELAN06FA:00: input: 1f 00 54 10 1a fa 03 dc 03 3f 06 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
i2c_hid_acpi i2c-ELAN06FA:00: input: 1f 00 54 10 60 fa 03 e3 03 38 06 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
i2c_hid_acpi i2c-ELAN06FA:00: input: 1f 00 54 10 a6 fa 03 ea 03 30 06 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
i2c_hid_acpi i2c-ELAN06FA:00: input: 1f 00 54 10 ec fa 03 f1 03 28 06 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
i2c_hid_acpi i2c-ELAN06FA:00: input: 1f 00 54 10 32 fb 03 f8 03 1f 06 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
i2c_hid_acpi i2c-ELAN06FA:00: input: 1f 00 54 10 78 fb 03 ff 03 16 06 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
i2c_hid_acpi i2c-ELAN06FA:00: input: 1f 00 54 10 be fb 03 05 04 0d 06 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
i2c_hid_acpi i2c-ELAN06FA:00: input: 1f 00 54 10 04 fc 03 0a 04 03 06 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
i2c_hid_acpi i2c-ELAN06FA:00: input: 1f 00 54 10 4a fc 03 0e 04 f9 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
i2c_hid_acpi i2c-ELAN06FA:00: input: 1f 00 54 10 90 fc 03 11 04 f0 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
i2c_hid_acpi i2c-ELAN06FA:00: input: 1f 00 54 10 d6 fc 03 13 04 e8 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
i2c_hid_acpi i2c-ELAN06FA:00: input: 1f 00 54 10 1c fd 03 14 04 e1 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
i2c_hid_acpi i2c-ELAN06FA:00: input: 1f 00 54 10 62 fd 03 14 04 da 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
i2c_hid_acpi i2c-ELAN06FA:00: input: 1f 00 54 10 a8 fd 03 14 04 d3 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
i2c_hid_acpi i2c-ELAN06FA:00: input: 1f 00 54 10 ee fd 03 13 04 cc 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
i2c_hid_acpi i2c-ELAN06FA:00: input: 1f 00 54 10 34 fe 03 12 04 c5 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
i2c_hid_acpi i2c-ELAN06FA:00: input: 1f 00 54 10 7a fe 03 10 04 be 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
i2c_hid_acpi i2c-ELAN06FA:00: input: 1f 00 54 10 c0 fe 03 0e 04 b8 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
i2c_hid_acpi i2c-ELAN06FA:00: input: 1f 00 54 10 06 ff 03 0c 04 b3 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
i2c_hid_acpi i2c-ELAN06FA:00: input: 1f 00 54 10 4c ff 03 0b 04 ae 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
i2c_hid_acpi i2c-ELAN06FA:00: input: 1f 00 54 10 92 ff 03 0b 04 ab 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
i2c_hid_acpi i2c-ELAN06FA:00: input: 1f 00 54 10 d8 ff 01 0b 04 ab 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
i2c_hid_acpi i2c-ELAN06FA:00: input: 1f 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
i2c_hid_acpi i2c-ELAN06FA:00: input: 1f 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
i2c_hid_acpi i2c-ELAN06FA:00: input: 1f 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
i2c_hid_acpi i2c-ELAN06FA:00: input: 1f 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
i2c_hid_acpi i2c-ELAN06FA:00: input: 1f 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
^ permalink raw reply [flat|nested] 55+ messages in thread
* Re: [REGRESSION][BISECTED] Lenovo IdeaPad touchpad does not work when idma64 is present in initramfs
2026-01-27 6:52 ` correctmost
@ 2026-01-27 8:42 ` Mika Westerberg
2026-01-27 10:11 ` correctmost
0 siblings, 1 reply; 55+ messages in thread
From: Mika Westerberg @ 2026-01-27 8:42 UTC (permalink / raw)
To: correctmost; +Cc: Andy Shevchenko, dmaengine, regressions, vkoul, linux-i2c
On Tue, Jan 27, 2026 at 01:52:01AM -0500, correctmost wrote:
> On Mon, Jan 26, 2026, at 8:53 AM, Mika Westerberg wrote:
> > On Sat, Jan 24, 2026 at 10:38:14PM -0500, correctmost wrote:
> >> I am seeing mixed results with those i2c config changes, depending on which modules are included in the initramfs image.
> >>
> >> Build info for both tests:
> >> - Commit c072629f05d7
> >> - CONFIG_I2C_DESIGNWARE_CORE=m
> >> - CONFIG_I2C_DESIGNWARE_PLATFORM=m
> >>
> >> --> Test 1 - Various i2c modules absent from initramfs
> >>
> >> Modules:
> >> - drivers/dma/idma64.ko.zst present in initramfs
> >> - drivers/hid/i2c-hid/{i2c-hid-acpi.ko.zst,i2c-hid.ko.zst} absent from initramfs
> >> - drivers/i2c/busses/{i2c-designware-core.ko.zst,i2c-designware-platform.ko.zst,i2c-i801.ko.zst} absent from initramfs
> >> - drivers/i2c/{i2c-mux.ko.zst,i2c-smbus.ko.zst} absent from initramfs
> >>
> >> Result: The touchpad works, but there are still IRQ #27 messages:
> >
> > And the touchpad is working fine after boot too?
>
> Yep, the touchpad seems to work fine in my desktop environment after booting and logging in.
Can you do one more experiment?
Add "modprobe.blacklist=idma64" in the command line too (keep everything
else as they are now). Does the touchpad still work and do you still get
the warning? Please share full dmesg.
^ permalink raw reply [flat|nested] 55+ messages in thread
* Re: [REGRESSION][BISECTED] Lenovo IdeaPad touchpad does not work when idma64 is present in initramfs
2026-01-27 8:42 ` Mika Westerberg
@ 2026-01-27 10:11 ` correctmost
2026-01-27 10:19 ` Mika Westerberg
0 siblings, 1 reply; 55+ messages in thread
From: correctmost @ 2026-01-27 10:11 UTC (permalink / raw)
To: Mika Westerberg; +Cc: Andy Shevchenko, dmaengine, regressions, vkoul, linux-i2c
[-- Attachment #1: Type: text/plain, Size: 2025 bytes --]
On Tue, Jan 27, 2026, at 3:42 AM, Mika Westerberg wrote:
> On Tue, Jan 27, 2026 at 01:52:01AM -0500, correctmost wrote:
>> On Mon, Jan 26, 2026, at 8:53 AM, Mika Westerberg wrote:
>> > On Sat, Jan 24, 2026 at 10:38:14PM -0500, correctmost wrote:
>> >> I am seeing mixed results with those i2c config changes, depending on which modules are included in the initramfs image.
>> >>
>> >> Build info for both tests:
>> >> - Commit c072629f05d7
>> >> - CONFIG_I2C_DESIGNWARE_CORE=m
>> >> - CONFIG_I2C_DESIGNWARE_PLATFORM=m
>> >>
>> >> --> Test 1 - Various i2c modules absent from initramfs
>> >>
>> >> Modules:
>> >> - drivers/dma/idma64.ko.zst present in initramfs
>> >> - drivers/hid/i2c-hid/{i2c-hid-acpi.ko.zst,i2c-hid.ko.zst} absent from initramfs
>> >> - drivers/i2c/busses/{i2c-designware-core.ko.zst,i2c-designware-platform.ko.zst,i2c-i801.ko.zst} absent from initramfs
>> >> - drivers/i2c/{i2c-mux.ko.zst,i2c-smbus.ko.zst} absent from initramfs
>> >>
>> >> Result: The touchpad works, but there are still IRQ #27 messages:
>> >
>> > And the touchpad is working fine after boot too?
>>
>> Yep, the touchpad seems to work fine in my desktop environment after booting and logging in.
>
> Can you do one more experiment?
>
> Add "modprobe.blacklist=idma64" in the command line too (keep everything
> else as they are now). Does the touchpad still work and do you still get
> the warning? Please share full dmesg.
Test 1 - modprobe.blacklist=idma64
The IRQ warning is present and the touchpad still works, but I think that's because the idma64 module is still loaded (the full log is attached):
intel-lpss 0000:00:15.0: enabling device (0004 -> 0006)
idma64 idma64.0: Found Intel integrated DMA 64-bit
intel-lpss 0000:00:15.3: enabling device (0004 -> 0006)
idma64 idma64.1: Found Intel integrated DMA 64-bit
Test 2 - modprobe.blacklist=idma64,intel_lpss
Similar results as Test 1.
Test 3 - modprobe.blacklist=idma64,intel_lpss,intel_lpss_pci
The touchpad doesn't work and there are no i2c_hid_acpi debug messages.
[-- Attachment #2: dmesg-idma64-intel-lpss.txt --]
[-- Type: text/plain, Size: 76842 bytes --]
Linux version 6.19.0-rc6-1-git-00200-gc072629f05d7 (linux-git@archlinux) (gcc (GCC) 15.2.1 20260103, GNU ld (GNU Binutils) 2.45.1) #25 SMP PREEMPT_DYNAMIC Sun, 25 Jan 2026 02:16:24 +0000
Command line: initrd=\initramfs-linux-git.img rd.luks.options=password-echo=no rw rootfstype=ext4 i2c-hid.dyndbg=+p modprobe.blacklist=idma64,intel_lpss resume=UUID=ad720100-0431-4e07-b2e9-00fd54b8fbcb resume_offset=1361920
x86/split lock detection: #AC: crashing the kernel on kernel split_locks and warning on user-space split_locks
BIOS-provided physical RAM map:
BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
BIOS-e820: [mem 0x000000000009f000-0x00000000000fffff] reserved
BIOS-e820: [mem 0x0000000000100000-0x000000003b228fff] usable
BIOS-e820: [mem 0x000000003b229000-0x000000003bb28fff] reserved
BIOS-e820: [mem 0x000000003bb29000-0x000000003d93efff] usable
BIOS-e820: [mem 0x000000003d93f000-0x000000003f9defff] reserved
BIOS-e820: [mem 0x000000003f9df000-0x000000004298efff] ACPI NVS
BIOS-e820: [mem 0x000000004298f000-0x0000000042afefff] ACPI data
BIOS-e820: [mem 0x0000000042aff000-0x0000000042afffff] usable
BIOS-e820: [mem 0x0000000042b00000-0x0000000046ffffff] reserved
BIOS-e820: [mem 0x0000000047c00000-0x0000000047ffffff] reserved
BIOS-e820: [mem 0x0000000048e00000-0x00000000503fffff] reserved
BIOS-e820: [mem 0x00000000c0000000-0x00000000cfffffff] reserved
BIOS-e820: [mem 0x00000000fed20000-0x00000000fed7ffff] reserved
BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
BIOS-e820: [mem 0x0000000100000000-0x00000004afbfffff] usable
NX (Execute Disable) protection: active
APIC: Static calls initialized
efi: EFI v2.8 by INSYDE Corp.
efi: ACPI=0x42afe000 ACPI 2.0=0x42afe014 TPMFinalLog=0x42906000 SMBIOS=0x3dfd9000 MEMATTR=0x36b0e298 ESRT=0x36b11018 RNG=0x42a12f18 INITRD=0x36b03c98 TPMEventLog=0x42a0a018
random: crng init done
efi: Remove mem95: MMIO range=[0xc0000000-0xcfffffff] (256MB) from e820 map
e820: remove [mem 0xc0000000-0xcfffffff] reserved
efi: Remove mem97: MMIO range=[0xff000000-0xffffffff] (16MB) from e820 map
e820: remove [mem 0xff000000-0xffffffff] reserved
SMBIOS 3.4 present.
DMI: LENOVO 83FW/LNVNB161216, BIOS PFCN14WW 09/20/2024
DMI: Memory slots populated: 2/2
tsc: Detected 2500.000 MHz processor
tsc: Detected 2496.000 MHz TSC
e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
e820: remove [mem 0x000a0000-0x000fffff] usable
last_pfn = 0x4afc00 max_arch_pfn = 0x400000000
MTRR map: 5 entries (3 fixed + 2 variable; max 23), built from 10 variable MTRRs
x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
last_pfn = 0x42b00 max_arch_pfn = 0x400000000
esrt: Reserving ESRT space from 0x0000000036b11018 to 0x0000000036b11140.
e820: update [mem 0x36b11000-0x36b11fff] usable ==> reserved
Using GB pages for direct mapping
Secure boot disabled
RAMDISK: [mem 0x305ef000-0x31dedfff]
ACPI: Early table checksum verification disabled
ACPI: RSDP 0x0000000042AFE014 000024 (v02 LENOVO)
ACPI: XSDT 0x0000000042A2F188 00012C (v01 LENOVO CB-01 00000001 01000013)
ACPI: FACP 0x0000000042AD3000 00010C (v05 LENOVO CB-01 00000001 ACPI 00040000)
ACPI: DSDT 0x0000000042A33000 09C575 (v02 LENOVO CB-01 00000001 ACPI 00040000)
ACPI: FACS 0x00000000428E1000 000040
ACPI: UEFI 0x000000004298E000 0001CF (v01 INSYDE ADL-P-M 00000001 ACPI 00040000)
ACPI: SSDT 0x0000000042AF8000 0042E1 (v02 LENOVO CB-01 00000001 INTL 20200717)
ACPI: SSDT 0x0000000042AF7000 00038C (v02 LENOVO CB-01 00000001 INTL 20200717)
ACPI: SSDT 0x0000000042AF6000 000106 (v02 LENOVO CB-01 00000001 INTL 20200717)
ACPI: SSDT 0x0000000042AF0000 005D34 (v02 LENOVO CB-01 00000001 INTL 20200717)
ACPI: SSDT 0x0000000042AED000 002C28 (v02 LENOVO CB-01 00000001 INTL 20200717)
ACPI: SSDT 0x0000000042AE9000 0033E9 (v02 LENOVO CB-01 00000001 INTL 20200717)
ACPI: SSDT 0x0000000042ADB000 00D836 (v02 INTEL TcssSsdt 00001000 INTL 20200717)
ACPI: SSDT 0x0000000042ADA000 00094F (v02 LENOVO CB-01 00000001 INTL 20200717)
ACPI: SSDT 0x0000000042AD9000 000033 (v02 LENOVO CB-01 00000001 INTL 20200717)
ACPI: SSDT 0x0000000042AD7000 0011EB (v02 LENOVO CB-01 00000001 INTL 20200717)
ACPI: SSDT 0x0000000042AD6000 00077B (v02 LENOVO CB-01 00000001 INTL 20200717)
ACPI: TPM2 0x0000000042AD5000 00004C (v04 LENOVO CB-01 00000001 ACPI 00040000)
ACPI: MSDM 0x0000000042AD4000 000055 (v03 LENOVO CB-01 00000001 ACPI 00040000)
ACPI: HPET 0x0000000042AD2000 000038 (v01 LENOVO CB-01 00000001 ACPI 00040000)
ACPI: APIC 0x0000000042AD1000 0001DC (v03 LENOVO CB-01 00000001 ACPI 00040000)
ACPI: MCFG 0x0000000042AD0000 00003C (v01 LENOVO CB-01 00000001 ACPI 00040000)
ACPI: SSDT 0x0000000042A31000 001D0E (v02 LENOVO CB-01 00000001 01000013)
ACPI: LPIT 0x0000000042A30000 0000CC (v01 LENOVO CB-01 00000001 ACPI 00040000)
ACPI: WSMT 0x0000000042AFD000 000028 (v01 LENOVO CB-01 00000001 ACPI 00040000)
ACPI: SSDT 0x0000000042A2E000 000AD9 (v02 LENOVO CB-01 00000001 INTL 20200717)
ACPI: SSDT 0x0000000042A24000 0092F4 (v02 LENOVO CB-01 00000001 INTL 20200717)
ACPI: DBGP 0x0000000042A23000 000034 (v01 LENOVO CB-01 00000001 ACPI 00040000)
ACPI: DBG2 0x0000000042A22000 000054 (v00 LENOVO CB-01 00000001 ACPI 00040000)
ACPI: DMAR 0x0000000042A21000 000088 (v01 LENOVO CB-01 00000001 ACPI 00040000)
ACPI: SSDT 0x0000000042A1F000 00100B (v02 LENOVO CB-01 00000001 INTL 20200717)
ACPI: SSDT 0x0000000042A1B000 0039DA (v02 LENOVO CB-01 00000001 INTL 20200717)
ACPI: SSDT 0x0000000042A17000 0039DA (v02 LENOVO CB-01 00000001 INTL 20200717)
ACPI: SSDT 0x0000000042A16000 0000F8 (v02 LENOVO CB-01 00000001 INTL 20200717)
ACPI: FPDT 0x0000000042A15000 000044 (v01 LENOVO CB-01 00000001 ACPI 00040000)
ACPI: PHAT 0x0000000042A13000 0007F8 (v01 LENOVO CB-01 00000001 ACPI 00040000)
ACPI: BGRT 0x0000000042A14000 000038 (v01 LENOVO CB-01 00000001 ACPI 00040000)
ACPI: Reserving FACP table memory at [mem 0x42ad3000-0x42ad310b]
ACPI: Reserving DSDT table memory at [mem 0x42a33000-0x42acf574]
ACPI: Reserving FACS table memory at [mem 0x428e1000-0x428e103f]
ACPI: Reserving UEFI table memory at [mem 0x4298e000-0x4298e1ce]
ACPI: Reserving SSDT table memory at [mem 0x42af8000-0x42afc2e0]
ACPI: Reserving SSDT table memory at [mem 0x42af7000-0x42af738b]
ACPI: Reserving SSDT table memory at [mem 0x42af6000-0x42af6105]
ACPI: Reserving SSDT table memory at [mem 0x42af0000-0x42af5d33]
ACPI: Reserving SSDT table memory at [mem 0x42aed000-0x42aefc27]
ACPI: Reserving SSDT table memory at [mem 0x42ae9000-0x42aec3e8]
ACPI: Reserving SSDT table memory at [mem 0x42adb000-0x42ae8835]
ACPI: Reserving SSDT table memory at [mem 0x42ada000-0x42ada94e]
ACPI: Reserving SSDT table memory at [mem 0x42ad9000-0x42ad9032]
ACPI: Reserving SSDT table memory at [mem 0x42ad7000-0x42ad81ea]
ACPI: Reserving SSDT table memory at [mem 0x42ad6000-0x42ad677a]
ACPI: Reserving TPM2 table memory at [mem 0x42ad5000-0x42ad504b]
ACPI: Reserving MSDM table memory at [mem 0x42ad4000-0x42ad4054]
ACPI: Reserving HPET table memory at [mem 0x42ad2000-0x42ad2037]
ACPI: Reserving APIC table memory at [mem 0x42ad1000-0x42ad11db]
ACPI: Reserving MCFG table memory at [mem 0x42ad0000-0x42ad003b]
ACPI: Reserving SSDT table memory at [mem 0x42a31000-0x42a32d0d]
ACPI: Reserving LPIT table memory at [mem 0x42a30000-0x42a300cb]
ACPI: Reserving WSMT table memory at [mem 0x42afd000-0x42afd027]
ACPI: Reserving SSDT table memory at [mem 0x42a2e000-0x42a2ead8]
ACPI: Reserving SSDT table memory at [mem 0x42a24000-0x42a2d2f3]
ACPI: Reserving DBGP table memory at [mem 0x42a23000-0x42a23033]
ACPI: Reserving DBG2 table memory at [mem 0x42a22000-0x42a22053]
ACPI: Reserving DMAR table memory at [mem 0x42a21000-0x42a21087]
ACPI: Reserving SSDT table memory at [mem 0x42a1f000-0x42a2000a]
ACPI: Reserving SSDT table memory at [mem 0x42a1b000-0x42a1e9d9]
ACPI: Reserving SSDT table memory at [mem 0x42a17000-0x42a1a9d9]
ACPI: Reserving SSDT table memory at [mem 0x42a16000-0x42a160f7]
ACPI: Reserving FPDT table memory at [mem 0x42a15000-0x42a15043]
ACPI: Reserving PHAT table memory at [mem 0x42a13000-0x42a137f7]
ACPI: Reserving BGRT table memory at [mem 0x42a14000-0x42a14037]
No NUMA configuration found
Faking a node at [mem 0x0000000000000000-0x00000004afbfffff]
NODE_DATA(0) allocated [mem 0x4afbd5280-0x4afbfffff]
Zone ranges:
DMA [mem 0x0000000000001000-0x0000000000ffffff]
DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
Normal [mem 0x0000000100000000-0x00000004afbfffff]
Device empty
Movable zone start for each node
Early memory node ranges
node 0: [mem 0x0000000000001000-0x000000000009efff]
node 0: [mem 0x0000000000100000-0x000000003b228fff]
node 0: [mem 0x000000003bb29000-0x000000003d93efff]
node 0: [mem 0x0000000042aff000-0x0000000042afffff]
node 0: [mem 0x0000000100000000-0x00000004afbfffff]
Initmem setup node 0 [mem 0x0000000000001000-0x00000004afbfffff]
On node 0, zone DMA: 1 pages in unavailable ranges
On node 0, zone DMA: 97 pages in unavailable ranges
On node 0, zone DMA32: 2304 pages in unavailable ranges
On node 0, zone DMA32: 20928 pages in unavailable ranges
On node 0, zone Normal: 21760 pages in unavailable ranges
On node 0, zone Normal: 1024 pages in unavailable ranges
Reserving Intel graphics memory at [mem 0x4c800000-0x503fffff]
ACPI: PM-Timer IO Port: 0x1808
ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x11] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x12] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x13] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x14] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x15] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x16] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x17] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
ACPI: Using ACPI (MADT) for SMP configuration information
ACPI: HPET id: 0x8086a201 base: 0xfed00000
e820: update [mem 0x364ed000-0x365fbfff] usable ==> reserved
TSC deadline timer available
CPU topo: Max. logical packages: 1
CPU topo: Max. logical dies: 1
CPU topo: Max. dies per package: 1
CPU topo: Max. threads per core: 2
CPU topo: Num. cores per package: 10
CPU topo: Num. threads per package: 12
CPU topo: Allowing 12 present CPUs plus 0 hotplug CPUs
PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x000fffff]
PM: hibernation: Registered nosave memory: [mem 0x364ed000-0x365fbfff]
PM: hibernation: Registered nosave memory: [mem 0x36b11000-0x36b11fff]
PM: hibernation: Registered nosave memory: [mem 0x3b229000-0x3bb28fff]
PM: hibernation: Registered nosave memory: [mem 0x3d93f000-0x42afefff]
PM: hibernation: Registered nosave memory: [mem 0x42b00000-0xffffffff]
[mem 0x50400000-0xfed1ffff] available for PCI devices
Booting paravirtualized kernel on bare hardware
clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
setup_percpu: NR_CPUS:8192 nr_cpumask_bits:12 nr_cpu_ids:12 nr_node_ids:1
percpu: Embedded 63 pages/cpu s221184 r8192 d28672 u262144
pcpu-alloc: s221184 r8192 d28672 u262144 alloc=1*2097152
pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 -- -- -- --
Kernel command line: initrd=\initramfs-linux-git.img rd.luks.options=password-echo=no rw rootfstype=ext4 i2c-hid.dyndbg=+p modprobe.blacklist=idma64,intel_lpss resume=UUID=ad720100-0431-4e07-b2e9-00fd54b8fbcb resume_offset=1361920
printk: log buffer data + meta data: 131072 + 458752 = 589824 bytes
Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
software IO TLB: area num 16.
Fallback order for Node 0: 0
Built 1 zonelists, mobility grouping on. Total pages: 4115422
Policy zone: Normal
mem auto-init: stack:all(zero), heap alloc:on, heap free:off
SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=12, Nodes=1
ftrace: allocating 57291 entries in 224 pages
ftrace: allocated 224 pages with 3 groups
Dynamic Preempt: full
rcu: Preemptible hierarchical RCU implementation.
rcu: RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=12.
rcu: RCU priority boosting: priority 1 delay 500 ms.
Trampoline variant of Tasks RCU enabled.
Rude variant of Tasks RCU enabled.
Tracing variant of Tasks RCU enabled.
rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=12
RCU Tasks: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=12.
RCU Tasks Rude: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=12.
RCU Tasks Trace: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=12.
NR_IRQS: 524544, nr_irqs: 2152, preallocated irqs: 16
rcu: srcu_init: Setting srcu_struct sizes based on contention.
kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
Console: colour dummy device 80x25
printk: legacy console [tty0] enabled
ACPI: Core revision 20250807
hpet: HPET dysfunctional in PC10. Force disabled.
APIC: Switch to symmetric I/O mode setup
DMAR: Host address width 39
DMAR: DRHD base: 0x000000fed90000 flags: 0x0
DMAR: dmar0: reg_base_addr fed90000 ver 4:0 cap 1c0000c40660462 ecap 29a00f0505e
DMAR: DRHD base: 0x000000fed91000 flags: 0x1
DMAR: dmar1: reg_base_addr fed91000 ver 5:0 cap d2008c40660462 ecap f050da
DMAR: RMRR base: 0x0000004c000000 end: 0x000000503fffff
DMAR-IR: IOAPIC id 2 under DRHD base 0xfed91000 IOMMU 1
DMAR-IR: HPET id 0 under DRHD base 0xfed91000
DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
DMAR-IR: Enabled IRQ remapping in x2apic mode
x2apic enabled
APIC: Switched APIC routing to: cluster x2apic
clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x23fa772cf26, max_idle_ns: 440795269835 ns
Calibrating delay loop (skipped), value calculated using timer frequency.. 4992.00 BogoMIPS (lpj=2496000)
CPU0: Thermal monitoring enabled (TM1)
x86/cpu: User Mode Instruction Prevention (UMIP) activated
CET detected: Indirect Branch Tracking enabled
Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
process: using mwait in idle threads
mitigations: Enabled attack vectors: user_kernel, user_user, guest_host, guest_guest, SMT mitigations: auto
Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
Spectre V2 : Mitigation: Enhanced / Automatic IBRS
Register File Data Sampling: Mitigation: Clear Register File
VMSCAPE: Mitigation: IBPB before exit to userspace
Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Spectre V2 : Spectre v2 / PBRSB-eIBRS: Retire a single CALL on VMEXIT
Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
x86/fpu: Supporting XSAVE feature 0x800: 'Control-flow User registers'
x86/fpu: Supporting XSAVE feature 0x1000: 'Control-flow Kernel registers (KVM only)'
x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
x86/fpu: xstate_offset[9]: 832, xstate_sizes[9]: 8
x86/fpu: xstate_offset[11]: 840, xstate_sizes[11]: 16
x86/fpu: xstate_offset[12]: 856, xstate_sizes[12]: 24
x86/fpu: Enabled xstate features 0x1a07, context size is 880 bytes, using 'compacted' format.
Freeing SMP alternatives memory: 56K
pid_max: default: 32768 minimum: 301
landlock: Up and running.
Yama: becoming mindful.
LSM support for eBPF active
Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
smpboot: CPU0: Intel(R) Core(TM) 5 120U (family: 0x6, model: 0xba, stepping: 0x3)
Performance Events: XSAVE Architectural LBR, PEBS fmt4+-baseline, AnyThread deprecated, Alderlake Hybrid events, 32-deep LBR, full-width counters, Intel PMU driver.
core: cpu_core PMU driver:
... version: 5
... bit width: 48
... generic counters: 8
... generic bitmap: 00000000000000ff
... fixed-purpose counters: 4
... fixed-purpose bitmap: 000000000000000f
... value mask: 0000ffffffffffff
... max period: 00007fffffffffff
... global_ctrl mask: 0001000f000000ff
signal: max sigframe size: 3632
Estimated ratio of average max frequency by base frequency (times 1024): 2048
rcu: Hierarchical SRCU implementation.
rcu: Max phase no-delay instances is 400.
Timer migration: 2 hierarchy levels; 8 children per group; 2 crossnode level
NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
smp: Bringing up secondary CPUs ...
smpboot: x86: Booting SMP configuration:
.... node #0, CPUs: #2 #4 #5 #6 #7 #8 #9 #10 #11
core: cpu_atom PMU driver:
... version: 5
... bit width: 48
... generic counters: 6
... generic bitmap: 000000000000003f
... fixed-purpose counters: 3
... fixed-purpose bitmap: 0000000000000007
... value mask: 0000ffffffffffff
... max period: 00007fffffffffff
... global_ctrl mask: 000000070000003f
#1 #3
smp: Brought up 1 node, 12 CPUs
smpboot: Total of 12 processors activated (59904.00 BogoMIPS)
Memory: 15998176K/16461688K available (20394K kernel code, 2958K rwdata, 16496K rodata, 4728K init, 4692K bss, 440320K reserved, 0K cma-reserved)
devtmpfs: initialized
x86/mm: Memory block size: 128MB
ACPI: PM: Registering ACPI NVS region [mem 0x3f9df000-0x4298efff] (50003968 bytes)
clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
posixtimers hash table entries: 8192 (order: 5, 131072 bytes, linear)
futex hash table entries: 4096 (262144 bytes on 1 NUMA nodes, total 256 KiB, linear).
PM: RTC time: 09:42:02, date: 2026-01-27
NET: Registered PF_NETLINK/PF_ROUTE protocol family
DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
audit: initializing netlink subsys (disabled)
audit: type=2000 audit(1769506922.009:1): state=initialized audit_enabled=0 res=1
thermal_sys: Registered thermal governor 'fair_share'
thermal_sys: Registered thermal governor 'bang_bang'
thermal_sys: Registered thermal governor 'step_wise'
thermal_sys: Registered thermal governor 'user_space'
thermal_sys: Registered thermal governor 'power_allocator'
cpuidle: using governor ladder
cpuidle: using governor menu
acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
PCI: ECAM [mem 0xc0000000-0xcfffffff] (base 0xc0000000) for domain 0000 [bus 00-ff]
PCI: Using configuration type 1 for base access
kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
raid6: skipped pq benchmark and selected avx2x4
raid6: using avx2x2 recovery algorithm
ACPI: Added _OSI(Module Device)
ACPI: Added _OSI(Processor Device)
ACPI: Added _OSI(Processor Aggregator Device)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS01._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
fbcon: Taking over console
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS01._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS02._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS02._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS03._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS03._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS04._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS04._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS01._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS01._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS02._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS02._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS03._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS03._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS04._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS04._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS05._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS05._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS06._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS06._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS07._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS07._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS08._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS08._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS09._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS09._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS10._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS10._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS01._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS01._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS02._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS02._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS03._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS03._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS04._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS04._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI: 19 ACPI AML tables successfully acquired and loaded
ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_SB_.PC00.LPCB.H_EC.CHRG (20250807/dspkginit-438)
ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_SB_.PC00.LPCB.H_EC.SEN3 (20250807/dspkginit-438)
ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_SB_.PC00.LPCB.H_EC.CHRG (20250807/dspkginit-438)
ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_SB_.PC00.LPCB.H_EC.SEN3 (20250807/dspkginit-438)
ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_SB_.PC00.LPCB.H_EC.CHRG (20250807/dspkginit-438)
ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_SB_.PC00.LPCB.H_EC.SEN3 (20250807/dspkginit-438)
ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_SB_.PC00.LPCB.H_EC.CHRG (20250807/dspkginit-438)
ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_SB_.PC00.LPCB.H_EC.SEN3 (20250807/dspkginit-438)
ACPI: Dynamic OEM Table Load:
ACPI: SSDT 0xFFFF8D6A41508800 000394 (v02 PmRef Cpu0Cst 00003001 INTL 20200717)
ACPI: Dynamic OEM Table Load:
ACPI: SSDT 0xFFFF8D6A41500000 0005E4 (v02 PmRef Cpu0Ist 00003000 INTL 20200717)
ACPI: Dynamic OEM Table Load:
ACPI: SSDT 0xFFFF8D6A41A26200 0001AB (v02 PmRef Cpu0Psd 00003000 INTL 20200717)
ACPI: Dynamic OEM Table Load:
ACPI: SSDT 0xFFFF8D6A41505800 0004B5 (v02 PmRef Cpu0Hwp 00003000 INTL 20200717)
ACPI: Dynamic OEM Table Load:
ACPI: SSDT 0xFFFF8D6A414F4000 001BAF (v02 PmRef ApIst 00003000 INTL 20200717)
ACPI: Dynamic OEM Table Load:
ACPI: SSDT 0xFFFF8D6A414F6000 001038 (v02 PmRef ApHwp 00003000 INTL 20200717)
ACPI: Dynamic OEM Table Load:
ACPI: SSDT 0xFFFF8D6A42282000 001349 (v02 PmRef ApPsd 00003000 INTL 20200717)
ACPI: Dynamic OEM Table Load:
ACPI: SSDT 0xFFFF8D6A41512000 000FBB (v02 PmRef ApCst 00003000 INTL 20200717)
ACPI: EC: EC started
ACPI: EC: interrupt blocked
ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
ACPI: \_SB_.PC00.LPCB.EC0_: Boot DSDT EC used to handle transactions
ACPI: Interpreter enabled
ACPI: PM: (supports S0 S3 S4 S5)
ACPI: Using IOAPIC for interrupt routing
PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
PCI: Ignoring E820 reservations for host bridge windows
ACPI: Enabled 8 GPEs in block 00 to 7F
ACPI: \_SB_.PC00.XHCI.RHUB.HS10.BTRT: New power resource
ACPI: \_SB_.PC00.XHCI.RHUB.HS10.DBTR: New power resource
ACPI: \_SB_.PC00.CNVW.WRST: New power resource
ACPI: \_SB_.PC00.RP03.PXSX.WRST: New power resource
ACPI: \_SB_.PC00.RP03.PXSX.DRST: New power resource
ACPI: \_SB_.PC00.TBT0: New power resource
ACPI: \_SB_.PC00.TBT1: New power resource
ACPI: \_SB_.PC00.D3C_: New power resource
ACPI: \_TZ_.FN00: New power resource
ACPI: \_TZ_.FN01: New power resource
ACPI: \_TZ_.FN02: New power resource
ACPI: \_TZ_.FN03: New power resource
ACPI: \_TZ_.FN04: New power resource
ACPI: \PIN_: New power resource
ACPI: PCI Root Bridge [PC00] (domain 0000 [bus 00-fe])
acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
acpi PNP0A08:00: _OSC: platform does not support [AER]
acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME PCIeCapability LTR DPC]
PCI host bridge to bus 0000:00
pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
pci_bus 0000:00: root bus resource [mem 0x50400000-0xbfffffff window]
pci_bus 0000:00: root bus resource [mem 0x4000000000-0x7fffffffff window]
pci_bus 0000:00: root bus resource [bus 00-fe]
pci 0000:00:00.0: [8086:a708] type 00 class 0x060000 conventional PCI endpoint
pci 0000:00:02.0: [8086:a7ac] type 00 class 0x030000 PCIe Root Complex Integrated Endpoint
pci 0000:00:02.0: BAR 0 [mem 0x6000000000-0x6000ffffff 64bit]
pci 0000:00:02.0: BAR 2 [mem 0x4000000000-0x400fffffff 64bit pref]
pci 0000:00:02.0: BAR 4 [io 0x4000-0x403f]
pci 0000:00:02.0: DMAR: Skip IOMMU disabling for graphics
pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
pci 0000:00:02.0: VF BAR 0 [mem 0x00000000-0x00ffffff 64bit]
pci 0000:00:02.0: VF BAR 0 [mem 0x00000000-0x06ffffff 64bit]: contains BAR 0 for 7 VFs
pci 0000:00:02.0: VF BAR 2 [mem 0x00000000-0x1fffffff 64bit pref]
pci 0000:00:02.0: VF BAR 2 [mem 0x00000000-0xdfffffff 64bit pref]: contains BAR 2 for 7 VFs
pci 0000:00:04.0: [8086:a71d] type 00 class 0x118000 conventional PCI endpoint
pci 0000:00:04.0: BAR 0 [mem 0x6001100000-0x600111ffff 64bit]
pci 0000:00:06.0: [8086:a74d] type 01 class 0x060400 PCIe Root Port
pci 0000:00:06.0: PCI bridge to [bus 01]
pci 0000:00:06.0: PME# supported from D0 D3hot D3cold
pci 0000:00:06.0: PTM enabled (root), 4ns granularity
pci 0000:00:06.2: [8086:a73d] type 01 class 0x060400 PCIe Root Port
pci 0000:00:06.2: PCI bridge to [bus 02]
pci 0000:00:06.2: bridge window [mem 0x50600000-0x506fffff]
pci 0000:00:06.2: PME# supported from D0 D3hot D3cold
pci 0000:00:06.2: PTM enabled (root), 4ns granularity
pci 0000:00:08.0: [8086:a74f] type 00 class 0x088000 conventional PCI endpoint
pci 0000:00:08.0: BAR 0 [mem 0x600113d000-0x600113dfff 64bit]
pci 0000:00:0d.0: [8086:a71e] type 00 class 0x0c0330 conventional PCI endpoint
pci 0000:00:0d.0: BAR 0 [mem 0x6001120000-0x600112ffff 64bit]
pci 0000:00:0d.0: PME# supported from D3hot D3cold
pci 0000:00:14.0: [8086:51ed] type 00 class 0x0c0330 conventional PCI endpoint
pci 0000:00:14.0: BAR 0 [mem 0x50700000-0x5070ffff 64bit]
pci 0000:00:14.0: PME# supported from D3hot D3cold
pci 0000:00:14.2: [8086:51ef] type 00 class 0x050000 conventional PCI endpoint
pci 0000:00:14.2: BAR 0 [mem 0x6001134000-0x6001137fff 64bit]
pci 0000:00:14.2: BAR 2 [mem 0x600113c000-0x600113cfff 64bit]
pci 0000:00:15.0: [8086:51e8] type 00 class 0x0c8000 conventional PCI endpoint
pci 0000:00:15.0: BAR 0 [mem 0x00000000-0x00000fff 64bit]
pci 0000:00:15.3: [8086:51eb] type 00 class 0x0c8000 conventional PCI endpoint
pci 0000:00:15.3: BAR 0 [mem 0x00000000-0x00000fff 64bit]
pci 0000:00:16.0: [8086:51e0] type 00 class 0x078000 conventional PCI endpoint
pci 0000:00:16.0: BAR 0 [mem 0x6001139000-0x6001139fff 64bit]
pci 0000:00:16.0: PME# supported from D3hot
pci 0000:00:1c.0: [8086:51ba] type 01 class 0x060400 PCIe Root Port
pci 0000:00:1c.0: PCI bridge to [bus 03]
pci 0000:00:1c.0: bridge window [io 0x3000-0x3fff]
pci 0000:00:1c.0: bridge window [mem 0x50500000-0x505fffff]
pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
pci 0000:00:1c.0: PTM enabled (root), 4ns granularity
pci 0000:00:1d.0: [8086:51b1] type 01 class 0x060400 PCIe Root Port
pci 0000:00:1d.0: PCI bridge to [bus 04]
pci 0000:00:1d.0: bridge window [mem 0x50400000-0x504fffff]
pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
pci 0000:00:1d.0: PTM enabled (root), 4ns granularity
pci 0000:00:1f.0: [8086:519d] type 00 class 0x060100 conventional PCI endpoint
pci 0000:00:1f.3: [8086:51ca] type 00 class 0x040380 conventional PCI endpoint
pci 0000:00:1f.3: BAR 0 [mem 0x6001130000-0x6001133fff 64bit]
pci 0000:00:1f.3: BAR 4 [mem 0x6001000000-0x60010fffff 64bit]
pci 0000:00:1f.3: PME# supported from D3hot D3cold
pci 0000:00:1f.4: [8086:51a3] type 00 class 0x0c0500 conventional PCI endpoint
pci 0000:00:1f.4: BAR 0 [mem 0x6001138000-0x60011380ff 64bit]
pci 0000:00:1f.4: BAR 4 [io 0xefa0-0xefbf]
pci 0000:00:1f.5: [8086:51a4] type 00 class 0x0c8000 conventional PCI endpoint
pci 0000:00:1f.5: BAR 0 [mem 0xfe010000-0xfe010fff]
pci 0000:00:06.0: PCI bridge to [bus 01]
pci 0000:02:00.0: [15b7:5016] type 00 class 0x010802 PCIe Endpoint
pci 0000:02:00.0: BAR 0 [mem 0x50600000-0x50603fff 64bit]
pci 0000:00:06.2: PCI bridge to [bus 02]
pci 0000:03:00.0: [10ec:b852] type 00 class 0x028000 PCIe Endpoint
pci 0000:03:00.0: BAR 0 [io 0x3000-0x30ff]
pci 0000:03:00.0: BAR 2 [mem 0x50500000-0x505fffff 64bit]
pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
pci 0000:00:1c.0: PCI bridge to [bus 03]
pci 0000:04:00.0: [1217:8621] type 00 class 0x080501 PCIe Endpoint
pci 0000:04:00.0: BAR 0 [mem 0x50401000-0x50401fff]
pci 0000:04:00.0: BAR 1 [mem 0x50400000-0x504007ff]
pci 0000:04:00.0: PME# supported from D3hot D3cold
pci 0000:00:1d.0: PCI bridge to [bus 04]
ACPI: \_SB_.PEPD: Duplicate LPS0 _DSM functions (mask: 0x1)
Low-power S0 idle used by default for system suspend
ACPI: EC: interrupt unblocked
ACPI: EC: event unblocked
ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
ACPI: EC: GPE=0x6e
ACPI: \_SB_.PC00.LPCB.EC0_: Boot DSDT EC initialization complete
ACPI: \_SB_.PC00.LPCB.EC0_: EC: Used to handle transactions and events
iommu: Default domain type: Translated
iommu: DMA domain TLB invalidation policy: lazy mode
SCSI subsystem initialized
libata version 3.00 loaded.
ACPI: bus type USB registered
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
EDAC MC: Ver: 3.0.0
efivars: Registered efivars operations
NetLabel: Initializing
NetLabel: domain hash size = 128
NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
NetLabel: unlabeled traffic allowed by default
mctp: management component transport protocol core
NET: Registered PF_MCTP protocol family
PCI: Using ACPI for IRQ routing
PCI: pci_cache_line_size set to 64 bytes
pci 0000:00:1f.5: BAR 0 [mem 0xfe010000-0xfe010fff]: can't claim; no compatible bridge window
e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
e820: reserve RAM buffer [mem 0x364ed000-0x37ffffff]
e820: reserve RAM buffer [mem 0x36b11000-0x37ffffff]
e820: reserve RAM buffer [mem 0x3b229000-0x3bffffff]
e820: reserve RAM buffer [mem 0x3d93f000-0x3fffffff]
e820: reserve RAM buffer [mem 0x42b00000-0x43ffffff]
e820: reserve RAM buffer [mem 0x4afc00000-0x4afffffff]
pci 0000:00:02.0: vgaarb: setting as boot VGA device
pci 0000:00:02.0: vgaarb: bridge control possible
pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
vgaarb: loaded
Monitor-Mwait will be used to enter C-1 state
Monitor-Mwait will be used to enter C-2 state
Monitor-Mwait will be used to enter C-3 state
clocksource: Switched to clocksource tsc-early
VFS: Disk quotas dquot_6.6.0
VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
pnp: PnP ACPI init
system 00:00: [io 0x0680-0x069f] has been reserved
system 00:00: [io 0x164e-0x164f] has been reserved
system 00:00: [io 0xfd60-0xfd63] has been reserved
system 00:02: [io 0x1854-0x1857] has been reserved
pnp 00:04: disabling [mem 0xc0000000-0xcfffffff] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
system 00:04: [mem 0xfedc0000-0xfedc7fff] has been reserved
system 00:04: [mem 0xfeda0000-0xfeda0fff] has been reserved
system 00:04: [mem 0xfeda1000-0xfeda1fff] has been reserved
system 00:04: [mem 0xfed20000-0xfed7ffff] could not be reserved
system 00:04: [mem 0xfed90000-0xfed93fff] could not be reserved
system 00:04: [mem 0xfed45000-0xfed8ffff] could not be reserved
system 00:04: [mem 0xfee00000-0xfeefffff] has been reserved
system 00:05: [io 0x2000-0x20fe] has been reserved
pnp: PnP ACPI: found 7 devices
clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
NET: Registered PF_INET protocol family
IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
TCP: Hash tables configured (established 131072 bind 65536)
MPTCP token hash table entries: 16384 (order: 7, 393216 bytes, linear)
UDP hash table entries: 8192 (order: 7, 524288 bytes, linear)
UDP-Lite hash table entries: 8192 (order: 7, 524288 bytes, linear)
NET: Registered PF_UNIX/PF_LOCAL protocol family
NET: Registered PF_XDP protocol family
pci 0000:00:02.0: VF BAR 2 [mem 0x4020000000-0x40ffffffff 64bit pref]: assigned
pci 0000:00:02.0: VF BAR 0 [mem 0x4010000000-0x4016ffffff 64bit]: assigned
pci 0000:00:15.0: BAR 0 [mem 0x4017000000-0x4017000fff 64bit]: assigned
pci 0000:00:15.3: BAR 0 [mem 0x4017001000-0x4017001fff 64bit]: assigned
pci 0000:00:1f.5: BAR 0 [mem 0x50710000-0x50710fff]: assigned
pci 0000:00:06.0: PCI bridge to [bus 01]
pci 0000:00:06.2: PCI bridge to [bus 02]
pci 0000:00:06.2: bridge window [mem 0x50600000-0x506fffff]
pci 0000:00:1c.0: PCI bridge to [bus 03]
pci 0000:00:1c.0: bridge window [io 0x3000-0x3fff]
pci 0000:00:1c.0: bridge window [mem 0x50500000-0x505fffff]
pci 0000:00:1d.0: PCI bridge to [bus 04]
pci 0000:00:1d.0: bridge window [mem 0x50400000-0x504fffff]
pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
pci_bus 0000:00: resource 7 [mem 0x50400000-0xbfffffff window]
pci_bus 0000:00: resource 8 [mem 0x4000000000-0x7fffffffff window]
pci_bus 0000:02: resource 1 [mem 0x50600000-0x506fffff]
pci_bus 0000:03: resource 0 [io 0x3000-0x3fff]
pci_bus 0000:03: resource 1 [mem 0x50500000-0x505fffff]
pci_bus 0000:04: resource 1 [mem 0x50400000-0x504fffff]
PCI: CLS 64 bytes, default 64
PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
software IO TLB: mapped [mem 0x000000002c5ef000-0x00000000305ef000] (64MB)
clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x23fa772cf26, max_idle_ns: 440795269835 ns
clocksource: Switched to clocksource tsc
Trying to unpack rootfs image as initramfs...
Initialise system trusted keyrings
Key type blacklist registered
workingset: timestamp_bits=36 max_order=22 bucket_order=0
fuse: init (API version 7.45)
integrity: Platform Keyring initialized
integrity: Machine keyring initialized
xor: automatically using best checksumming function avx
Key type asymmetric registered
Asymmetric key parser 'x509' registered
Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
io scheduler mq-deadline registered
io scheduler kyber registered
io scheduler bfq registered
ledtrig-cpu: registered to indicate activity on CPUs
pcieport 0000:00:06.0: PME: Signaling with IRQ 120
pcieport 0000:00:06.2: PME: Signaling with IRQ 121
pcieport 0000:00:1c.0: PME: Signaling with IRQ 122
pcieport 0000:00:1d.0: PME: Signaling with IRQ 123
ACPI: AC: AC Adapter [ACAD] (on-line)
input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1b/PNP0C0D:00/input/input0
ACPI: button: Lid Switch [LID0]
input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
ACPI: button: Power Button [PWRB]
Freeing initrd memory: 24572K
thermal LNXTHERM:00: registered as thermal_zone0
ACPI: thermal: Thermal Zone [TZ00] (28 C)
Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
hpet_acpi_add: no address or irqs in _CRS
Non-volatile memory driver v1.3
Linux agpgart interface v0.103
ACPI: bus type drm_connector registered
xhci_hcd 0000:00:0d.0: xHCI Host Controller
xhci_hcd 0000:00:0d.0: new USB bus registered, assigned bus number 1
xhci_hcd 0000:00:0d.0: hcc params 0x20007fc1 hci version 0x120 quirks 0x0000000200009810
xhci_hcd 0000:00:0d.0: xHCI Host Controller
xhci_hcd 0000:00:0d.0: new USB bus registered, assigned bus number 2
xhci_hcd 0000:00:0d.0: Host supports USB 3.2 Enhanced SuperSpeed
usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.19
usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb1: Product: xHCI Host Controller
usb usb1: Manufacturer: Linux 6.19.0-rc6-1-git-00200-gc072629f05d7 xhci-hcd
usb usb1: SerialNumber: 0000:00:0d.0
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 1 port detected
usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.19
usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb2: Product: xHCI Host Controller
usb usb2: Manufacturer: Linux 6.19.0-rc6-1-git-00200-gc072629f05d7 xhci-hcd
usb usb2: SerialNumber: 0000:00:0d.0
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 2 ports detected
xhci_hcd 0000:00:14.0: xHCI Host Controller
xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
xhci_hcd 0000:00:14.0: hcc params 0x20007fc1 hci version 0x120 quirks 0x0000100200009810
xhci_hcd 0000:00:14.0: xHCI Host Controller
xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed
usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.19
usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb3: Product: xHCI Host Controller
usb usb3: Manufacturer: Linux 6.19.0-rc6-1-git-00200-gc072629f05d7 xhci-hcd
usb usb3: SerialNumber: 0000:00:14.0
hub 3-0:1.0: USB hub found
hub 3-0:1.0: 12 ports detected
usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.19
usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb4: Product: xHCI Host Controller
usb usb4: Manufacturer: Linux 6.19.0-rc6-1-git-00200-gc072629f05d7 xhci-hcd
usb usb4: SerialNumber: 0000:00:14.0
hub 4-0:1.0: USB hub found
hub 4-0:1.0: 4 ports detected
usbcore: registered new interface driver usbserial_generic
usbserial: USB Serial support registered for generic
i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
serio: i8042 KBD port at 0x60,0x64 irq 1
rtc_cmos 00:01: RTC can wake from S4
rtc_cmos 00:01: registered as rtc0
rtc_cmos 00:01: setting system clock to 2026-01-27T09:42:03 UTC (1769506923)
rtc_cmos 00:01: alarms up to one month, y3k, 242 bytes nvram
intel_pstate: Intel P-state driver initializing
intel_pstate: HWP enabled
simple-framebuffer simple-framebuffer.0: [drm] Registered 1 planes with drm panic
[drm] Initialized simpledrm 1.0.0 for simple-framebuffer.0 on minor 0
Console: switching to colour frame buffer device 100x37
simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
hid: raw HID events driver (C) Jiri Kosina
usbcore: registered new interface driver usbhid
usbhid: USB HID core driver
drop_monitor: Initializing network drop monitor service
NET: Registered PF_INET6 protocol family
Segment Routing with IPv6
RPL Segment Routing with IPv6
In-situ OAM (IOAM) with IPv6
NET: Registered PF_PACKET protocol family
ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
microcode: Current revision: 0x00006133
microcode: Updated early from: 0x00004123
IPI shorthand broadcast: enabled
sched_clock: Marking stable (479152323, 6541214)->(514582866, -28889329)
registered taskstats version 1
Loading compiled-in X.509 certificates
input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2
Loaded X.509 cert 'Build time autogenerated kernel key: 051f2b6b715b6ad1ad5b230622cd6e8824ada271'
zswap: loaded using pool zstd
Demotion targets for Node 0: null
Key type .fscrypt registered
Key type fscrypt-provisioning registered
Btrfs loaded, zoned=yes, fsverity=yes
Key type big_key registered
integrity: Loading X.509 certificate: UEFI:db
integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
integrity: Loading X.509 certificate: UEFI:db
integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
integrity: Loading X.509 certificate: UEFI:db
integrity: Loaded X.509 cert 'Microsoft Corporation: Windows UEFI CA 2023: aefc5fbbbe055d8f8daa585473499417ab5a5272'
integrity: Loading X.509 certificate: UEFI:db
integrity: Problem loading X.509 certificate -74
integrity: Error adding keys to platform keyring UEFI:db
PM: Magic number: 10:635:728
RAS: Correctable Errors collector initialized.
ACPI: battery: Slot [BAT1] (battery present)
clk: Disabling unused clocks
PM: genpd: Disabling unused power domains
Freeing unused decrypted memory: 2036K
Freeing unused kernel image (initmem) memory: 4728K
Write protecting the kernel read-only data: 38912k
Freeing unused kernel image (text/rodata gap) memory: 84K
Freeing unused kernel image (rodata/data gap) memory: 1936K
x86/mm: Checked W+X mappings: passed, no W+X pages found.
rodata_test: all tests were successful
Run /init as init process
with arguments:
/init
with environment:
HOME=/
TERM=linux
systemd[1]: Successfully made /usr/ read-only.
systemd[1]: systemd 259-2-arch running in system mode (+PAM +AUDIT -SELINUX +APPARMOR -IMA +IPE +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +BTF +XKBCOMMON +UTMP -SYSVINIT +LIBARCHIVE)
systemd[1]: Detected architecture x86-64.
systemd[1]: Running in initrd.
systemd[1]: Initializing machine ID from random generator.
usb 3-5: new high-speed USB device number 2 using xhci_hcd
systemd[1]: Queued start job for default target Initrd Default Target.
systemd[1]: Created slice Slice /system/systemd-validatefs.
systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
systemd[1]: Expecting device /dev/disk/by-uuid/ad720100-0431-4e07-b2e9-00fd54b8fbcb...
systemd[1]: Expecting device /dev/gpt-auto-root...
systemd[1]: Reached target Path Units.
systemd[1]: Reached target Slice Units.
systemd[1]: Reached target Swaps.
systemd[1]: Reached target Timer Units.
systemd[1]: Listening on Journal Socket (/dev/log).
systemd[1]: Listening on Journal Sockets.
systemd[1]: Listening on udev Control Socket.
systemd[1]: Listening on udev Kernel Socket.
systemd[1]: Reached target Socket Units.
systemd[1]: Starting Create List of Static Device Nodes...
systemd[1]: Starting Early Battery Level Check...
systemd[1]: Starting Journal Service...
systemd[1]: Starting Load Kernel Modules...
systemd[1]: TPM PCR Barrier (initrd) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
systemd[1]: Reached target Local Encrypted Volumes.
systemd[1]: Starting Create Static Device Nodes in /dev...
systemd[1]: Starting Coldplug All udev Devices...
systemd[1]: Finished Create List of Static Device Nodes.
systemd-journald[192]: Collecting audit messages is disabled.
systemd[1]: Finished Early Battery Level Check.
systemd[1]: Finished Load Kernel Modules.
systemd[1]: Finished Create Static Device Nodes in /dev.
systemd[1]: Started Display Boot-Time Emergency Messages In Full Screen.
systemd[1]: Starting Rule-based Manager for Device Events and Files...
usb 3-5: New USB device found, idVendor=30c9, idProduct=00c5, bcdDevice= 0.07
usb 3-5: New USB device strings: Mfr=3, Product=1, SerialNumber=2
usb 3-5: Product: Integrated Camera
usb 3-5: Manufacturer: 8SSC21M22245V1SR45701P0
usb 3-5: SerialNumber: 0001
systemd[1]: Started Journal Service.
wmi_bus wmi_bus-PNP0C14:05: [Firmware Bug]: WQB1 data block query control method not found
wmi_bus wmi_bus-PNP0C14:05: [Firmware Bug]: WQB2 data block query control method not found
usb 3-6: new full-speed USB device number 3 using xhci_hcd
Key type psk registered
sdhci: Secure Digital Host Controller Interface driver
sdhci: Copyright(c) Pierre Ossman
intel-lpss 0000:00:15.0: enabling device (0004 -> 0006)
idma64 idma64.0: Found Intel integrated DMA 64-bit
intel-lpss 0000:00:15.3: enabling device (0004 -> 0006)
idma64 idma64.1: Found Intel integrated DMA 64-bit
sdhci-pci 0000:04:00.0: SDHCI controller found [1217:8621] (rev 1)
sdhci-pci 0000:04:00.0: enabling device (0000 -> 0002)
mmc0: SDHCI controller on PCI [0000:04:00.0] using ADMA
nvme 0000:02:00.0: platform quirk: setting simple suspend
nvme nvme0: pci function 0000:02:00.0
nvme nvme0: allocated 32 MiB host memory buffer (8 segments).
nvme nvme0: 12/0/0 default/read/poll queues
nvme0n1: p1 p2
usb 3-6: not running at top speed; connect to a high speed hub
usb 3-6: New USB device found, idVendor=1c7a, idProduct=0583, bcdDevice=52.07
usb 3-6: New USB device strings: Mfr=1, Product=2, SerialNumber=3
usb 3-6: Product: ETU905A88-E
usb 3-6: Manufacturer: EGIS
usb 3-6: SerialNumber: 14495FPKC366
usb 3-10: new full-speed USB device number 4 using xhci_hcd
usb 3-10: New USB device found, idVendor=0bda, idProduct=4853, bcdDevice= 0.00
usb 3-10: New USB device strings: Mfr=1, Product=2, SerialNumber=3
usb 3-10: Product: Bluetooth Radio
usb 3-10: Manufacturer: Realtek
usb 3-10: SerialNumber: 00e04c000001
device-mapper: uevent: version 1.0.3
device-mapper: ioctl: 4.50.0-ioctl (2025-04-28) initialised: dm-devel@lists.linux.dev
i915 0000:00:02.0: [drm] Found alderlake_p/raptorlake_u (device ID a7ac) integrated display version 13.00 stepping E0
Console: switching to colour dummy device 80x25
i915 0000:00:02.0: vgaarb: deactivate vga console
i915 0000:00:02.0: [drm] Using Transparent Hugepages
i915 0000:00:02.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=io+mem:owns=io+mem
i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/adlp_dmc.bin (v2.20)
i915 0000:00:02.0: [drm] GT0: GuC firmware i915/adlp_guc_70.bin version 70.49.4
i915 0000:00:02.0: [drm] GT0: HuC firmware i915/tgl_huc.bin version 7.9.3
i915 0000:00:02.0: [drm] GT0: HuC: authenticated for all workloads
i915 0000:00:02.0: [drm] GT0: GUC: submission enabled
i915 0000:00:02.0: [drm] GT0: GUC: SLPC enabled
i915 0000:00:02.0: [drm] GT0: GUC: RC enabled
i915 0000:00:02.0: [drm] Protected Xe Path (PXP) protected content support initialized
i915 0000:00:02.0: [drm] Registered 4 planes with drm panic
[drm] Initialized i915 1.6.0 for 0000:00:02.0 on minor 1
ACPI: video: Video Device [GFX0] (multi-head: yes rom: no post: no)
input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input3
fbcon: i915drmfb (fb0) is primary device
Console: switching to colour frame buffer device 240x75
i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
irq 27: nobody cared (try booting with the "irqpoll" option)
CPU: 11 UID: 0 PID: 0 Comm: swapper/11 Not tainted 6.19.0-rc6-1-git-00200-gc072629f05d7 #25 PREEMPT(full) 965b63aac2bda1b665a30a4496712f4ba614bf9b
Hardware name: LENOVO 83FW/LNVNB161216, BIOS PFCN14WW 09/20/2024
Call Trace:
<IRQ>
dump_stack_lvl+0x5d/0x80
__report_bad_irq+0x35/0xbc
note_interrupt.cold+0x28/0x66
handle_irq_event+0x72/0x90
handle_fasteoi_irq+0xda/0x1f0
__common_interrupt+0x41/0xa0
common_interrupt+0x80/0xa0
</IRQ>
<TASK>
asm_common_interrupt+0x26/0x40
RIP: 0010:cpuidle_enter_state+0xbb/0x410
Code: 00 00 e8 c8 1a 01 ff e8 e3 ef ff ff 48 89 c5 0f 1f 44 00 00 31 ff e8 c4 97 ff fe 45 84 ff 0f 85 33 02 00 00 fb 0f 1f 44 00 00 <45> 85 f6 0f 88 7c 01 00 00 49 63 ce 48 2b 2c 24 48 6b d1 68 48 89
RSP: 0018:ffffcee940223e78 EFLAGS: 00000246
RAX: ffff8d6e3659b000 RBX: 0000000000000001 RCX: 0000000000000000
RDX: 000000008e7df9d4 RSI: ffffffebecc9e04f RDI: 0000000000000000
RBP: 000000008e7df9d4 R08: 0000000000000002 R09: 0000000000000007
R10: 000000000000afc8 R11: ffffffffffffffff R12: ffff8d6ddfafe840
R13: ffffffffa89f3700 R14: 0000000000000001 R15: 0000000000000000
? cpuidle_enter_state+0xac/0x410
cpuidle_enter+0x31/0x50
do_idle+0x1ae/0x210
cpu_startup_entry+0x29/0x30
start_secondary+0x119/0x150
common_startup_64+0x13e/0x141
</TASK>
handlers:
[<000000003a24a04b>] idma64_irq [idma64]
Disabling IRQ #27
Key type trusted registered
Key type encrypted registered
PM: Image not found (code -22)
EXT4-fs (dm-0): Supports (experimental) DIO atomic writes awu_min: 4096, awu_max: 4096
EXT4-fs (dm-0): mounting with "discard" option, but the device does not support discard
EXT4-fs (dm-0): mounted filesystem ad720100-0431-4e07-b2e9-00fd54b8fbcb r/w with ordered data mode. Quota mode: none.
systemd-journald[192]: Received SIGTERM from PID 1 (systemd).
systemd[1]: systemd 259-2-arch running in system mode (+PAM +AUDIT -SELINUX +APPARMOR -IMA +IPE +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +BTF +XKBCOMMON +UTMP -SYSVINIT +LIBARCHIVE)
systemd[1]: Detected architecture x86-64.
systemd[1]: Hostname set to <arch>.
systemd[1]: bpf-restrict-fs: LSM BPF program attached
systemd[1]: initrd-switch-root.service: Deactivated successfully.
systemd[1]: Stopped Switch Root.
systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1.
systemd[1]: Created slice Virtual Machine and Container Slice.
systemd[1]: Created slice Slice /system/dirmngr.
systemd[1]: Created slice Slice /system/getty.
systemd[1]: Created slice Slice /system/gpg-agent.
systemd[1]: Created slice Slice /system/gpg-agent-browser.
systemd[1]: Created slice Slice /system/gpg-agent-extra.
systemd[1]: Created slice Slice /system/gpg-agent-ssh.
systemd[1]: Created slice Slice /system/keyboxd.
systemd[1]: Created slice Slice /system/modprobe.
systemd[1]: Created slice Slice /system/systemd-fsck.
systemd[1]: Created slice User and Session Slice.
systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
systemd[1]: Started Forward Password Requests to Wall Directory Watch.
systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
systemd[1]: Expecting device /dev/disk/by-uuid/C6DC-F0DB...
systemd[1]: Reached target Local Encrypted Volumes.
systemd[1]: Reached target Login Prompts.
systemd[1]: Reached target Image Downloads.
systemd[1]: Stopped target Switch Root.
systemd[1]: Stopped target Initrd File Systems.
systemd[1]: Stopped target Initrd Root File System.
systemd[1]: Reached target Local Integrity Protected Volumes.
systemd[1]: Reached target Path Units.
systemd[1]: Reached target Remote File Systems.
systemd[1]: Reached target Slice Units.
systemd[1]: Reached target Local Verity Protected Volumes.
systemd[1]: Listening on Device-mapper event daemon FIFOs.
systemd[1]: Listening on Query the User Interactively for a Password.
systemd[1]: Listening on Process Core Dump Socket.
systemd[1]: Listening on Credential Encryption/Decryption.
systemd[1]: Listening on Factory Reset Management.
systemd[1]: Listening on Console Output Muting Service Socket.
systemd[1]: TPM PCR Measurements was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
systemd[1]: Make TPM PCR Policy was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
systemd[1]: Listening on Disk Repartitioning Service Socket.
systemd[1]: Listening on udev Control Socket.
systemd[1]: Listening on udev Varlink Socket.
systemd[1]: Listening on User Database Manager Socket.
systemd[1]: Mounting Huge Pages File System...
systemd[1]: Mounting POSIX Message Queue File System...
systemd[1]: Mounting Kernel Debug File System...
systemd[1]: Mounting Kernel Trace File System...
systemd[1]: Starting Create List of Static Device Nodes...
systemd[1]: Load Kernel Module configfs was skipped because of an unmet condition check (ConditionKernelModuleLoaded=!configfs).
systemd[1]: Mounting Kernel Configuration File System...
systemd[1]: Load Kernel Module drm was skipped because of an unmet condition check (ConditionKernelModuleLoaded=!drm).
systemd[1]: Load Kernel Module fuse was skipped because of an unmet condition check (ConditionKernelModuleLoaded=!fuse).
systemd[1]: Mounting FUSE Control File System...
systemd[1]: systemd-cryptsetup@root.service: Deactivated successfully.
systemd[1]: Stopped systemd-cryptsetup@root.service.
systemd[1]: systemd-cryptsetup@root.service: Consumed 31.129s CPU time over 33.134s wall clock time, 1G memory peak.
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).
systemd[1]: Starting Journal Service...
systemd[1]: Starting Load Kernel Modules...
systemd[1]: TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
systemd[1]: TPM PCR Root File System Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
systemd[1]: TPM NvPCR Product ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
systemd[1]: Starting Remount Root and Kernel File Systems...
systemd[1]: Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
systemd[1]: Starting Load udev Rules from Credentials...
systemd[1]: Starting Coldplug All udev Devices...
systemd[1]: systemd-validatefs@sysroot.service: Deactivated successfully.
systemd[1]: Stopped Validate File System Mount Constraints of /sysroot.
systemd[1]: Mounted Huge Pages File System.
systemd[1]: Mounted POSIX Message Queue File System.
systemd[1]: Mounted Kernel Debug File System.
systemd[1]: Mounted Kernel Trace File System.
systemd[1]: Finished Create List of Static Device Nodes.
systemd[1]: Mounted Kernel Configuration File System.
systemd[1]: Mounted FUSE Control File System.
systemd[1]: Finished Load udev Rules from Credentials.
Asymmetric key parser 'pkcs8' registered
systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
systemd[1]: Finished Load Kernel Modules.
systemd-journald[1119]: Collecting audit messages is disabled.
systemd[1]: Starting Apply Kernel Variables...
EXT4-fs (dm-0): re-mounted ad720100-0431-4e07-b2e9-00fd54b8fbcb.
systemd[1]: Finished Remount Root and Kernel File Systems.
systemd[1]: Started Journal Service.
systemd-journald[1119]: Received client request to flush runtime journal.
Adding 45088764k swap on /swapfile. Priority:-1 extents:347 across:128843776k SS
mc: Linux media interface: v0.10
intel_pmc_core INT33A1:00: initialized
videodev: Linux video capture interface: v2.00
ACPI: bus type thunderbolt registered
resource: resource sanity check: requesting [mem 0x00000000fedc0000-0x00000000fedcffff], which spans more than pnp 00:04 [mem 0xfedc0000-0xfedc7fff]
caller igen6_probe+0x155/0x824 [igen6_edac] mapping multiple BARs
mei_me 0000:00:16.0: enabling device (0000 -> 0002)
EDAC MC0: Giving out device to module igen6_edac controller Intel_client_SoC MC#0: DEV 0000:00:00.0 (INTERRUPT)
EDAC MC1: Giving out device to module igen6_edac controller Intel_client_SoC MC#1: DEV 0000:00:00.0 (INTERRUPT)
EDAC igen6: v2.5.1
input: PC Speaker as /devices/platform/pcspkr/input/input4
ACPI: battery: new hook: Ideapad Battery Extension
input: Ideapad extra buttons as /devices/pci0000:00/0000:00:1f.0/PNP0C09:00/VPC2004:00/input/input5
i801_smbus 0000:00:1f.4: SPD Write Disable is set
i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
spi-nor spi0.0: supply vcc not found, using dummy regulator
Creating 1 MTD partitions on "0000:00:1f.5":
0x000000000000-0x000000800000 : "BIOS"
spi-nor spi0.1: supply vcc not found, using dummy regulator
Creating 1 MTD partitions on "0000:00:1f.5-chip1":
0x000000000000-0x000001000000 : "BIOS1"
i2c_designware i2c_designware.0: [Firmware Bug]: DSDT uses known not-working I2C bus speed 400000, forcing it to 100000
drivers/hid/i2c-hid/i2c-hid-core.c: HID probe called for i2c 0x15
i2c_hid_acpi i2c-ELAN06FA:00: Fetching the HID descriptor
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=01 00
i2c_hid_acpi i2c-ELAN06FA:00: HID Descriptor: 1e 00 00 01 a3 02 02 00 03 00 1f 00 04 00 00 00 05 00 06 00 f3 04 7e 32 04 00 00 00 00 00
i2c_hid_acpi i2c-ELAN06FA:00: Requesting IRQ: 156
i2c_hid_acpi i2c-ELAN06FA:00: entering i2c_hid_parse
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_start_hwreset
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_power
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 00 08
Bluetooth: Core ver 2.22
NET: Registered PF_BLUETOOTH protocol family
Bluetooth: HCI device and connection manager initialized
Bluetooth: HCI socket layer initialized
Bluetooth: L2CAP socket layer initialized
Bluetooth: SCO socket layer initialized
RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
RAPL PMU: hw unit of domain package 2^-14 Joules
RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
RAPL PMU: hw unit of domain psys 2^-14 Joules
mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_ops [i915])
iTCO_vendor_support: vendor-support=0
intel_rapl_msr: PL4 support detected.
intel_rapl_common: Found RAPL domain package
intel_rapl_common: Found RAPL domain core
intel_rapl_common: Found RAPL domain uncore
intel_rapl_common: Found RAPL domain psys
mei_pxp 0000:00:16.0-fbf6fcf1-96cf-4e2e-a6a6-1bab8cbe36b1: bound 0000:00:02.0 (ops i915_pxp_tee_component_ops [i915])
cfg80211: Loading compiled-in X.509 certificates for regulatory database
Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
faux_driver regulatory: Direct firmware load for regulatory.db failed with error -2
cfg80211: failed to load regulatory.db
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 00 01
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_finish_hwreset: waiting...
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_finish_hwreset: finished.
i2c_hid_acpi i2c-ELAN06FA:00: asking HID report descriptor
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=02 00
i2c_hid_acpi i2c-ELAN06FA:00: Report Descriptor: 05 01 09 02 a1 01 85 01 09 01 a1 00 05 09 19 01 29 02 15 00 25 01 75 01 95 02 81 02 95 06 81 03 05 01 09 30 09 31 15 81 25 7f 75 08 95 02 81 06 75 08 95 05 81 03 c0 06 00 ff 09 01 85 0e 09 c5
input: ELAN06FA:00 04F3:327E Mouse as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-13/i2c-ELAN06FA:00/0018:04F3:327E.0001/input/input6
input: ELAN06FA:00 04F3:327E Touchpad as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-13/i2c-ELAN06FA:00/0018:04F3:327E.0001/input/input8
hid-generic 0018:04F3:327E.0001: input,hidraw0: I2C HID v1.00 Mouse [ELAN06FA:00 04F3:327E] on i2c-ELAN06FA:00
iTCO_wdt iTCO_wdt: Found a Intel PCH TCO device (Version=6, TCOBASE=0x0400)
iTCO_wdt iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_get_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 3d 02 06 00
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_get_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 32 02 06 00
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_get_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 32 02 06 00
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_get_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 36 02 06 00
input: ELAN06FA:00 04F3:327E Mouse as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-13/i2c-ELAN06FA:00/0018:04F3:327E.0001/input/input9
input: ELAN06FA:00 04F3:327E Touchpad as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-13/i2c-ELAN06FA:00/0018:04F3:327E.0001/input/input11
hid-multitouch 0018:04F3:327E.0001: input,hidraw0: I2C HID v1.00 Mouse [ELAN06FA:00 04F3:327E] on i2c-ELAN06FA:00
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 37 03 06 00 05 00 07 00 00
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 33 03 06 00 05 00 03 03 00
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 35 03 06 00 05 00 05 03 00
uvcvideo 3-5:1.0: Found UVC 1.50 device Integrated Camera (30c9:00c5)
usbcore: registered new interface driver uvcvideo
typec port0: bound usb3-port2 (ops connector_ops)
typec port0: bound usb2-port1 (ops connector_ops)
intel_rapl_common: Found RAPL domain package
mousedev: PS/2 mouse device common for all mice
usbcore: registered new interface driver btusb
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 37 03 06 00 05 00 07 00 00
Bluetooth: hci0: RTL: examining hci_ver=0b hci_rev=000b lmp_ver=0b lmp_subver=8852
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 33 03 06 00 05 00 03 03 00
Bluetooth: hci0: RTL: rom_version status=0 version=1
Bluetooth: hci0: RTL: btrtl_initialize: key id 0
Bluetooth: hci0: RTL: loading rtl_bt/rtl8852bu_fw.bin
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 35 03 06 00 05 00 05 03 00
Bluetooth: hci0: RTL: loading rtl_bt/rtl8852bu_config.bin
Bluetooth: hci0: RTL: cfg_sz 6, total sz 60107
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 37 03 06 00 05 00 07 01 00
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 33 03 06 00 05 00 03 03 00
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 35 03 06 00 05 00 05 00 00
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 37 03 06 00 05 00 07 00 00
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 33 03 06 00 05 00 03 03 00
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 35 03 06 00 05 00 05 03 00
intel_tcc_cooling: TCC Offset locked
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 37 03 06 00 05 00 07 01 00
typec port1: bound usb3-port3 (ops connector_ops)
typec port1: bound usb2-port2 (ops connector_ops)
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 33 03 06 00 05 00 03 03 00
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 35 03 06 00 05 00 05 00 00
rtw89_8852be 0000:03:00.0: loaded firmware rtw89/rtw8852b_fw-1.bin
rtw89_8852be 0000:03:00.0: enabling device (0000 -> 0003)
acpi PRP00001:00: No SoundWire links detected
rtw89_8852be 0000:03:00.0: Firmware version 0.29.29.15 (6fb3ec41), cmd version 0, type 5
rtw89_8852be 0000:03:00.0: Firmware version 0.29.29.15 (6fb3ec41), cmd version 0, type 3
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 37 03 06 00 05 00 07 00 00
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 33 03 06 00 05 00 03 03 00
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 35 03 06 00 05 00 05 03 00
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 37 03 06 00 05 00 07 01 00
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 33 03 06 00 05 00 03 03 00
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 35 03 06 00 05 00 05 00 00
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 37 03 06 00 05 00 07 00 00
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 33 03 06 00 05 00 03 03 00
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 35 03 06 00 05 00 05 03 00
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 37 03 06 00 05 00 07 01 00
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 33 03 06 00 05 00 03 03 00
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 35 03 06 00 05 00 05 00 00
acpi PRP00001:00: No SoundWire links detected
acpi PRP00001:00: No SoundWire links detected
snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002)
snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops intel_audio_component_bind_ops [i915])
snd_hda_codec_conexant hdaudioC0D0: CX11880: BIOS auto-probing.
snd_hda_codec_conexant hdaudioC0D0: CX11880: picked fixup for PCI SSID 17aa:0000
snd_hda_codec_conexant hdaudioC0D0: autoconfig for CX11880: line_outs=1 (0x17/0x0/0x0/0x0/0x0) type:speaker
snd_hda_codec_conexant hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
snd_hda_codec_conexant hdaudioC0D0: hp_outs=1 (0x16/0x0/0x0/0x0/0x0)
snd_hda_codec_conexant hdaudioC0D0: mono: mono_out=0x0
snd_hda_codec_conexant hdaudioC0D0: inputs:
snd_hda_codec_conexant hdaudioC0D0: Mic=0x19
snd_hda_codec_conexant hdaudioC0D0: Internal Mic=0x1a
input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input12
input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input13
input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input14
input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input15
input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input16
input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input17
Bluetooth: hci0: RTL: fw version 0x42d34e04
rtw89_8852be 0000:03:00.0: chip rfe_type is 1
Bluetooth: hci0: AOSP extensions version v1.00
rtw89_8852be 0000:03:00.0: rfkill hardware state changed to enable
bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 37 03 06 00 05 00 07 00 00
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 33 03 06 00 05 00 03 03 00
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 35 03 06 00 05 00 05 03 00
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 37 03 06 00 05 00 07 01 00
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 33 03 06 00 05 00 03 03 00
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 35 03 06 00 05 00 05 00 00
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 37 03 06 00 05 00 07 00 00
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 33 03 06 00 05 00 03 03 00
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 35 03 06 00 05 00 05 03 00
[-- Attachment #3: dmesg-idma64-intel-lpss-intel-lpss-pci.txt --]
[-- Type: text/plain, Size: 68220 bytes --]
Linux version 6.19.0-rc6-1-git-00200-gc072629f05d7 (linux-git@archlinux) (gcc (GCC) 15.2.1 20260103, GNU ld (GNU Binutils) 2.45.1) #25 SMP PREEMPT_DYNAMIC Sun, 25 Jan 2026 02:16:24 +0000
Command line: initrd=\initramfs-linux-git.img rd.luks.options=password-echo=no rw rootfstype=ext4 i2c-hid.dyndbg=+p modprobe.blacklist=idma64,intel_lpss,intel_lpss_pci resume=UUID=ad720100-0431-4e07-b2e9-00fd54b8fbcb resume_offset=1361920
x86/split lock detection: #AC: crashing the kernel on kernel split_locks and warning on user-space split_locks
BIOS-provided physical RAM map:
BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
BIOS-e820: [mem 0x000000000009f000-0x00000000000fffff] reserved
BIOS-e820: [mem 0x0000000000100000-0x000000003b228fff] usable
BIOS-e820: [mem 0x000000003b229000-0x000000003bb28fff] reserved
BIOS-e820: [mem 0x000000003bb29000-0x000000003d93efff] usable
BIOS-e820: [mem 0x000000003d93f000-0x000000003f9defff] reserved
BIOS-e820: [mem 0x000000003f9df000-0x000000004298efff] ACPI NVS
BIOS-e820: [mem 0x000000004298f000-0x0000000042afefff] ACPI data
BIOS-e820: [mem 0x0000000042aff000-0x0000000042afffff] usable
BIOS-e820: [mem 0x0000000042b00000-0x0000000046ffffff] reserved
BIOS-e820: [mem 0x0000000047c00000-0x0000000047ffffff] reserved
BIOS-e820: [mem 0x0000000048e00000-0x00000000503fffff] reserved
BIOS-e820: [mem 0x00000000c0000000-0x00000000cfffffff] reserved
BIOS-e820: [mem 0x00000000fed20000-0x00000000fed7ffff] reserved
BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
BIOS-e820: [mem 0x0000000100000000-0x00000004afbfffff] usable
NX (Execute Disable) protection: active
APIC: Static calls initialized
efi: EFI v2.8 by INSYDE Corp.
efi: ACPI=0x42afe000 ACPI 2.0=0x42afe014 TPMFinalLog=0x42906000 SMBIOS=0x3dfd9000 MEMATTR=0x36b0e298 ESRT=0x36b11018 RNG=0x42a12f18 INITRD=0x36b03c98 TPMEventLog=0x42a0a018
random: crng init done
efi: Remove mem95: MMIO range=[0xc0000000-0xcfffffff] (256MB) from e820 map
e820: remove [mem 0xc0000000-0xcfffffff] reserved
efi: Remove mem97: MMIO range=[0xff000000-0xffffffff] (16MB) from e820 map
e820: remove [mem 0xff000000-0xffffffff] reserved
SMBIOS 3.4 present.
DMI: LENOVO 83FW/LNVNB161216, BIOS PFCN14WW 09/20/2024
DMI: Memory slots populated: 2/2
tsc: Detected 2500.000 MHz processor
tsc: Detected 2496.000 MHz TSC
e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
e820: remove [mem 0x000a0000-0x000fffff] usable
last_pfn = 0x4afc00 max_arch_pfn = 0x400000000
MTRR map: 5 entries (3 fixed + 2 variable; max 23), built from 10 variable MTRRs
x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
last_pfn = 0x42b00 max_arch_pfn = 0x400000000
esrt: Reserving ESRT space from 0x0000000036b11018 to 0x0000000036b11140.
e820: update [mem 0x36b11000-0x36b11fff] usable ==> reserved
Using GB pages for direct mapping
Secure boot disabled
RAMDISK: [mem 0x305ef000-0x31dedfff]
ACPI: Early table checksum verification disabled
ACPI: RSDP 0x0000000042AFE014 000024 (v02 LENOVO)
ACPI: XSDT 0x0000000042A2F188 00012C (v01 LENOVO CB-01 00000001 01000013)
ACPI: FACP 0x0000000042AD3000 00010C (v05 LENOVO CB-01 00000001 ACPI 00040000)
ACPI: DSDT 0x0000000042A33000 09C575 (v02 LENOVO CB-01 00000001 ACPI 00040000)
ACPI: FACS 0x00000000428E1000 000040
ACPI: UEFI 0x000000004298E000 0001CF (v01 INSYDE ADL-P-M 00000001 ACPI 00040000)
ACPI: SSDT 0x0000000042AF8000 0042E1 (v02 LENOVO CB-01 00000001 INTL 20200717)
ACPI: SSDT 0x0000000042AF7000 00038C (v02 LENOVO CB-01 00000001 INTL 20200717)
ACPI: SSDT 0x0000000042AF6000 000106 (v02 LENOVO CB-01 00000001 INTL 20200717)
ACPI: SSDT 0x0000000042AF0000 005D34 (v02 LENOVO CB-01 00000001 INTL 20200717)
ACPI: SSDT 0x0000000042AED000 002C28 (v02 LENOVO CB-01 00000001 INTL 20200717)
ACPI: SSDT 0x0000000042AE9000 0033E9 (v02 LENOVO CB-01 00000001 INTL 20200717)
ACPI: SSDT 0x0000000042ADB000 00D836 (v02 INTEL TcssSsdt 00001000 INTL 20200717)
ACPI: SSDT 0x0000000042ADA000 00094F (v02 LENOVO CB-01 00000001 INTL 20200717)
ACPI: SSDT 0x0000000042AD9000 000033 (v02 LENOVO CB-01 00000001 INTL 20200717)
ACPI: SSDT 0x0000000042AD7000 0011EB (v02 LENOVO CB-01 00000001 INTL 20200717)
ACPI: SSDT 0x0000000042AD6000 00077B (v02 LENOVO CB-01 00000001 INTL 20200717)
ACPI: TPM2 0x0000000042AD5000 00004C (v04 LENOVO CB-01 00000001 ACPI 00040000)
ACPI: MSDM 0x0000000042AD4000 000055 (v03 LENOVO CB-01 00000001 ACPI 00040000)
ACPI: HPET 0x0000000042AD2000 000038 (v01 LENOVO CB-01 00000001 ACPI 00040000)
ACPI: APIC 0x0000000042AD1000 0001DC (v03 LENOVO CB-01 00000001 ACPI 00040000)
ACPI: MCFG 0x0000000042AD0000 00003C (v01 LENOVO CB-01 00000001 ACPI 00040000)
ACPI: SSDT 0x0000000042A31000 001D0E (v02 LENOVO CB-01 00000001 01000013)
ACPI: LPIT 0x0000000042A30000 0000CC (v01 LENOVO CB-01 00000001 ACPI 00040000)
ACPI: WSMT 0x0000000042AFD000 000028 (v01 LENOVO CB-01 00000001 ACPI 00040000)
ACPI: SSDT 0x0000000042A2E000 000AD9 (v02 LENOVO CB-01 00000001 INTL 20200717)
ACPI: SSDT 0x0000000042A24000 0092F4 (v02 LENOVO CB-01 00000001 INTL 20200717)
ACPI: DBGP 0x0000000042A23000 000034 (v01 LENOVO CB-01 00000001 ACPI 00040000)
ACPI: DBG2 0x0000000042A22000 000054 (v00 LENOVO CB-01 00000001 ACPI 00040000)
ACPI: DMAR 0x0000000042A21000 000088 (v01 LENOVO CB-01 00000001 ACPI 00040000)
ACPI: SSDT 0x0000000042A1F000 00100B (v02 LENOVO CB-01 00000001 INTL 20200717)
ACPI: SSDT 0x0000000042A1B000 0039DA (v02 LENOVO CB-01 00000001 INTL 20200717)
ACPI: SSDT 0x0000000042A17000 0039DA (v02 LENOVO CB-01 00000001 INTL 20200717)
ACPI: SSDT 0x0000000042A16000 0000F8 (v02 LENOVO CB-01 00000001 INTL 20200717)
ACPI: FPDT 0x0000000042A15000 000044 (v01 LENOVO CB-01 00000001 ACPI 00040000)
ACPI: PHAT 0x0000000042A13000 0007F8 (v01 LENOVO CB-01 00000001 ACPI 00040000)
ACPI: BGRT 0x0000000042A14000 000038 (v01 LENOVO CB-01 00000001 ACPI 00040000)
ACPI: Reserving FACP table memory at [mem 0x42ad3000-0x42ad310b]
ACPI: Reserving DSDT table memory at [mem 0x42a33000-0x42acf574]
ACPI: Reserving FACS table memory at [mem 0x428e1000-0x428e103f]
ACPI: Reserving UEFI table memory at [mem 0x4298e000-0x4298e1ce]
ACPI: Reserving SSDT table memory at [mem 0x42af8000-0x42afc2e0]
ACPI: Reserving SSDT table memory at [mem 0x42af7000-0x42af738b]
ACPI: Reserving SSDT table memory at [mem 0x42af6000-0x42af6105]
ACPI: Reserving SSDT table memory at [mem 0x42af0000-0x42af5d33]
ACPI: Reserving SSDT table memory at [mem 0x42aed000-0x42aefc27]
ACPI: Reserving SSDT table memory at [mem 0x42ae9000-0x42aec3e8]
ACPI: Reserving SSDT table memory at [mem 0x42adb000-0x42ae8835]
ACPI: Reserving SSDT table memory at [mem 0x42ada000-0x42ada94e]
ACPI: Reserving SSDT table memory at [mem 0x42ad9000-0x42ad9032]
ACPI: Reserving SSDT table memory at [mem 0x42ad7000-0x42ad81ea]
ACPI: Reserving SSDT table memory at [mem 0x42ad6000-0x42ad677a]
ACPI: Reserving TPM2 table memory at [mem 0x42ad5000-0x42ad504b]
ACPI: Reserving MSDM table memory at [mem 0x42ad4000-0x42ad4054]
ACPI: Reserving HPET table memory at [mem 0x42ad2000-0x42ad2037]
ACPI: Reserving APIC table memory at [mem 0x42ad1000-0x42ad11db]
ACPI: Reserving MCFG table memory at [mem 0x42ad0000-0x42ad003b]
ACPI: Reserving SSDT table memory at [mem 0x42a31000-0x42a32d0d]
ACPI: Reserving LPIT table memory at [mem 0x42a30000-0x42a300cb]
ACPI: Reserving WSMT table memory at [mem 0x42afd000-0x42afd027]
ACPI: Reserving SSDT table memory at [mem 0x42a2e000-0x42a2ead8]
ACPI: Reserving SSDT table memory at [mem 0x42a24000-0x42a2d2f3]
ACPI: Reserving DBGP table memory at [mem 0x42a23000-0x42a23033]
ACPI: Reserving DBG2 table memory at [mem 0x42a22000-0x42a22053]
ACPI: Reserving DMAR table memory at [mem 0x42a21000-0x42a21087]
ACPI: Reserving SSDT table memory at [mem 0x42a1f000-0x42a2000a]
ACPI: Reserving SSDT table memory at [mem 0x42a1b000-0x42a1e9d9]
ACPI: Reserving SSDT table memory at [mem 0x42a17000-0x42a1a9d9]
ACPI: Reserving SSDT table memory at [mem 0x42a16000-0x42a160f7]
ACPI: Reserving FPDT table memory at [mem 0x42a15000-0x42a15043]
ACPI: Reserving PHAT table memory at [mem 0x42a13000-0x42a137f7]
ACPI: Reserving BGRT table memory at [mem 0x42a14000-0x42a14037]
No NUMA configuration found
Faking a node at [mem 0x0000000000000000-0x00000004afbfffff]
NODE_DATA(0) allocated [mem 0x4afbd5280-0x4afbfffff]
Zone ranges:
DMA [mem 0x0000000000001000-0x0000000000ffffff]
DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
Normal [mem 0x0000000100000000-0x00000004afbfffff]
Device empty
Movable zone start for each node
Early memory node ranges
node 0: [mem 0x0000000000001000-0x000000000009efff]
node 0: [mem 0x0000000000100000-0x000000003b228fff]
node 0: [mem 0x000000003bb29000-0x000000003d93efff]
node 0: [mem 0x0000000042aff000-0x0000000042afffff]
node 0: [mem 0x0000000100000000-0x00000004afbfffff]
Initmem setup node 0 [mem 0x0000000000001000-0x00000004afbfffff]
On node 0, zone DMA: 1 pages in unavailable ranges
On node 0, zone DMA: 97 pages in unavailable ranges
On node 0, zone DMA32: 2304 pages in unavailable ranges
On node 0, zone DMA32: 20928 pages in unavailable ranges
On node 0, zone Normal: 21760 pages in unavailable ranges
On node 0, zone Normal: 1024 pages in unavailable ranges
Reserving Intel graphics memory at [mem 0x4c800000-0x503fffff]
ACPI: PM-Timer IO Port: 0x1808
ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x11] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x12] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x13] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x14] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x15] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x16] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x17] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
ACPI: Using ACPI (MADT) for SMP configuration information
ACPI: HPET id: 0x8086a201 base: 0xfed00000
e820: update [mem 0x364ed000-0x365fbfff] usable ==> reserved
TSC deadline timer available
CPU topo: Max. logical packages: 1
CPU topo: Max. logical dies: 1
CPU topo: Max. dies per package: 1
CPU topo: Max. threads per core: 2
CPU topo: Num. cores per package: 10
CPU topo: Num. threads per package: 12
CPU topo: Allowing 12 present CPUs plus 0 hotplug CPUs
PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x000fffff]
PM: hibernation: Registered nosave memory: [mem 0x364ed000-0x365fbfff]
PM: hibernation: Registered nosave memory: [mem 0x36b11000-0x36b11fff]
PM: hibernation: Registered nosave memory: [mem 0x3b229000-0x3bb28fff]
PM: hibernation: Registered nosave memory: [mem 0x3d93f000-0x42afefff]
PM: hibernation: Registered nosave memory: [mem 0x42b00000-0xffffffff]
[mem 0x50400000-0xfed1ffff] available for PCI devices
Booting paravirtualized kernel on bare hardware
clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
setup_percpu: NR_CPUS:8192 nr_cpumask_bits:12 nr_cpu_ids:12 nr_node_ids:1
percpu: Embedded 63 pages/cpu s221184 r8192 d28672 u262144
pcpu-alloc: s221184 r8192 d28672 u262144 alloc=1*2097152
pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 -- -- -- --
Kernel command line: initrd=\initramfs-linux-git.img rd.luks.options=password-echo=no rw rootfstype=ext4 i2c-hid.dyndbg=+p modprobe.blacklist=idma64,intel_lpss,intel_lpss_pci resume=UUID=ad720100-0431-4e07-b2e9-00fd54b8fbcb resume_offset=1361920
printk: log buffer data + meta data: 131072 + 458752 = 589824 bytes
Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
software IO TLB: area num 16.
Fallback order for Node 0: 0
Built 1 zonelists, mobility grouping on. Total pages: 4115422
Policy zone: Normal
mem auto-init: stack:all(zero), heap alloc:on, heap free:off
SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=12, Nodes=1
ftrace: allocating 57291 entries in 224 pages
ftrace: allocated 224 pages with 3 groups
Dynamic Preempt: full
rcu: Preemptible hierarchical RCU implementation.
rcu: RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=12.
rcu: RCU priority boosting: priority 1 delay 500 ms.
Trampoline variant of Tasks RCU enabled.
Rude variant of Tasks RCU enabled.
Tracing variant of Tasks RCU enabled.
rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=12
RCU Tasks: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=12.
RCU Tasks Rude: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=12.
RCU Tasks Trace: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=12.
NR_IRQS: 524544, nr_irqs: 2152, preallocated irqs: 16
rcu: srcu_init: Setting srcu_struct sizes based on contention.
kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
Console: colour dummy device 80x25
printk: legacy console [tty0] enabled
ACPI: Core revision 20250807
hpet: HPET dysfunctional in PC10. Force disabled.
APIC: Switch to symmetric I/O mode setup
DMAR: Host address width 39
DMAR: DRHD base: 0x000000fed90000 flags: 0x0
DMAR: dmar0: reg_base_addr fed90000 ver 4:0 cap 1c0000c40660462 ecap 29a00f0505e
DMAR: DRHD base: 0x000000fed91000 flags: 0x1
DMAR: dmar1: reg_base_addr fed91000 ver 5:0 cap d2008c40660462 ecap f050da
DMAR: RMRR base: 0x0000004c000000 end: 0x000000503fffff
DMAR-IR: IOAPIC id 2 under DRHD base 0xfed91000 IOMMU 1
DMAR-IR: HPET id 0 under DRHD base 0xfed91000
DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
DMAR-IR: Enabled IRQ remapping in x2apic mode
x2apic enabled
APIC: Switched APIC routing to: cluster x2apic
clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x23fa772cf26, max_idle_ns: 440795269835 ns
Calibrating delay loop (skipped), value calculated using timer frequency.. 4992.00 BogoMIPS (lpj=2496000)
CPU0: Thermal monitoring enabled (TM1)
x86/cpu: User Mode Instruction Prevention (UMIP) activated
CET detected: Indirect Branch Tracking enabled
Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
process: using mwait in idle threads
mitigations: Enabled attack vectors: user_kernel, user_user, guest_host, guest_guest, SMT mitigations: auto
Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
Spectre V2 : Mitigation: Enhanced / Automatic IBRS
Register File Data Sampling: Mitigation: Clear Register File
VMSCAPE: Mitigation: IBPB before exit to userspace
Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Spectre V2 : Spectre v2 / PBRSB-eIBRS: Retire a single CALL on VMEXIT
Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
x86/fpu: Supporting XSAVE feature 0x800: 'Control-flow User registers'
x86/fpu: Supporting XSAVE feature 0x1000: 'Control-flow Kernel registers (KVM only)'
x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
x86/fpu: xstate_offset[9]: 832, xstate_sizes[9]: 8
x86/fpu: xstate_offset[11]: 840, xstate_sizes[11]: 16
x86/fpu: xstate_offset[12]: 856, xstate_sizes[12]: 24
x86/fpu: Enabled xstate features 0x1a07, context size is 880 bytes, using 'compacted' format.
Freeing SMP alternatives memory: 56K
pid_max: default: 32768 minimum: 301
landlock: Up and running.
Yama: becoming mindful.
LSM support for eBPF active
Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
smpboot: CPU0: Intel(R) Core(TM) 5 120U (family: 0x6, model: 0xba, stepping: 0x3)
Performance Events: XSAVE Architectural LBR, PEBS fmt4+-baseline, AnyThread deprecated, Alderlake Hybrid events, 32-deep LBR, full-width counters, Intel PMU driver.
core: cpu_core PMU driver:
... version: 5
... bit width: 48
... generic counters: 8
... generic bitmap: 00000000000000ff
... fixed-purpose counters: 4
... fixed-purpose bitmap: 000000000000000f
... value mask: 0000ffffffffffff
... max period: 00007fffffffffff
... global_ctrl mask: 0001000f000000ff
signal: max sigframe size: 3632
Estimated ratio of average max frequency by base frequency (times 1024): 2048
rcu: Hierarchical SRCU implementation.
rcu: Max phase no-delay instances is 400.
Timer migration: 2 hierarchy levels; 8 children per group; 2 crossnode level
NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
smp: Bringing up secondary CPUs ...
smpboot: x86: Booting SMP configuration:
.... node #0, CPUs: #2 #4 #5 #6 #7 #8 #9 #10 #11
core: cpu_atom PMU driver:
... version: 5
... bit width: 48
... generic counters: 6
... generic bitmap: 000000000000003f
... fixed-purpose counters: 3
... fixed-purpose bitmap: 0000000000000007
... value mask: 0000ffffffffffff
... max period: 00007fffffffffff
... global_ctrl mask: 000000070000003f
#1 #3
smp: Brought up 1 node, 12 CPUs
smpboot: Total of 12 processors activated (59904.00 BogoMIPS)
Memory: 15998180K/16461688K available (20394K kernel code, 2958K rwdata, 16496K rodata, 4728K init, 4692K bss, 440316K reserved, 0K cma-reserved)
devtmpfs: initialized
x86/mm: Memory block size: 128MB
ACPI: PM: Registering ACPI NVS region [mem 0x3f9df000-0x4298efff] (50003968 bytes)
clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
posixtimers hash table entries: 8192 (order: 5, 131072 bytes, linear)
futex hash table entries: 4096 (262144 bytes on 1 NUMA nodes, total 256 KiB, linear).
PM: RTC time: 09:32:03, date: 2026-01-27
NET: Registered PF_NETLINK/PF_ROUTE protocol family
DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
audit: initializing netlink subsys (disabled)
audit: type=2000 audit(1769506323.009:1): state=initialized audit_enabled=0 res=1
thermal_sys: Registered thermal governor 'fair_share'
thermal_sys: Registered thermal governor 'bang_bang'
thermal_sys: Registered thermal governor 'step_wise'
thermal_sys: Registered thermal governor 'user_space'
thermal_sys: Registered thermal governor 'power_allocator'
cpuidle: using governor ladder
cpuidle: using governor menu
acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
PCI: ECAM [mem 0xc0000000-0xcfffffff] (base 0xc0000000) for domain 0000 [bus 00-ff]
PCI: Using configuration type 1 for base access
kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
raid6: skipped pq benchmark and selected avx2x4
raid6: using avx2x2 recovery algorithm
ACPI: Added _OSI(Module Device)
ACPI: Added _OSI(Processor Device)
ACPI: Added _OSI(Processor Aggregator Device)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS01._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
fbcon: Taking over console
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS01._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS02._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS02._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS03._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS03._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS04._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS04._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS01._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS01._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS02._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS02._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS03._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS03._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS04._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS04._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS05._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS05._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS06._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS06._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS07._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS07._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS08._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS08._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS09._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS09._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS10._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS10._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS01._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS01._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS02._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS02._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS03._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS03._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS04._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS04._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI: 19 ACPI AML tables successfully acquired and loaded
ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_SB_.PC00.LPCB.H_EC.CHRG (20250807/dspkginit-438)
ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_SB_.PC00.LPCB.H_EC.SEN3 (20250807/dspkginit-438)
ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_SB_.PC00.LPCB.H_EC.CHRG (20250807/dspkginit-438)
ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_SB_.PC00.LPCB.H_EC.SEN3 (20250807/dspkginit-438)
ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_SB_.PC00.LPCB.H_EC.CHRG (20250807/dspkginit-438)
ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_SB_.PC00.LPCB.H_EC.SEN3 (20250807/dspkginit-438)
ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_SB_.PC00.LPCB.H_EC.CHRG (20250807/dspkginit-438)
ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_SB_.PC00.LPCB.H_EC.SEN3 (20250807/dspkginit-438)
ACPI: Dynamic OEM Table Load:
ACPI: SSDT 0xFFFF8C11013A6C00 000394 (v02 PmRef Cpu0Cst 00003001 INTL 20200717)
ACPI: Dynamic OEM Table Load:
ACPI: SSDT 0xFFFF8C110139F800 0005E4 (v02 PmRef Cpu0Ist 00003000 INTL 20200717)
ACPI: Dynamic OEM Table Load:
ACPI: SSDT 0xFFFF8C1101A27400 0001AB (v02 PmRef Cpu0Psd 00003000 INTL 20200717)
ACPI: Dynamic OEM Table Load:
ACPI: SSDT 0xFFFF8C110139E800 0004B5 (v02 PmRef Cpu0Hwp 00003000 INTL 20200717)
ACPI: Dynamic OEM Table Load:
ACPI: SSDT 0xFFFF8C110138C000 001BAF (v02 PmRef ApIst 00003000 INTL 20200717)
ACPI: Dynamic OEM Table Load:
ACPI: SSDT 0xFFFF8C110138A000 001038 (v02 PmRef ApHwp 00003000 INTL 20200717)
ACPI: Dynamic OEM Table Load:
ACPI: SSDT 0xFFFF8C1102284000 001349 (v02 PmRef ApPsd 00003000 INTL 20200717)
ACPI: Dynamic OEM Table Load:
ACPI: SSDT 0xFFFF8C11013AE000 000FBB (v02 PmRef ApCst 00003000 INTL 20200717)
ACPI: EC: EC started
ACPI: EC: interrupt blocked
ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
ACPI: \_SB_.PC00.LPCB.EC0_: Boot DSDT EC used to handle transactions
ACPI: Interpreter enabled
ACPI: PM: (supports S0 S3 S4 S5)
ACPI: Using IOAPIC for interrupt routing
PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
PCI: Ignoring E820 reservations for host bridge windows
ACPI: Enabled 8 GPEs in block 00 to 7F
ACPI: \_SB_.PC00.XHCI.RHUB.HS10.BTRT: New power resource
ACPI: \_SB_.PC00.XHCI.RHUB.HS10.DBTR: New power resource
ACPI: \_SB_.PC00.CNVW.WRST: New power resource
ACPI: \_SB_.PC00.RP03.PXSX.WRST: New power resource
ACPI: \_SB_.PC00.RP03.PXSX.DRST: New power resource
ACPI: \_SB_.PC00.TBT0: New power resource
ACPI: \_SB_.PC00.TBT1: New power resource
ACPI: \_SB_.PC00.D3C_: New power resource
ACPI: \_TZ_.FN00: New power resource
ACPI: \_TZ_.FN01: New power resource
ACPI: \_TZ_.FN02: New power resource
ACPI: \_TZ_.FN03: New power resource
ACPI: \_TZ_.FN04: New power resource
ACPI: \PIN_: New power resource
ACPI: PCI Root Bridge [PC00] (domain 0000 [bus 00-fe])
acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
acpi PNP0A08:00: _OSC: platform does not support [AER]
acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME PCIeCapability LTR DPC]
PCI host bridge to bus 0000:00
pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
pci_bus 0000:00: root bus resource [mem 0x50400000-0xbfffffff window]
pci_bus 0000:00: root bus resource [mem 0x4000000000-0x7fffffffff window]
pci_bus 0000:00: root bus resource [bus 00-fe]
pci 0000:00:00.0: [8086:a708] type 00 class 0x060000 conventional PCI endpoint
pci 0000:00:02.0: [8086:a7ac] type 00 class 0x030000 PCIe Root Complex Integrated Endpoint
pci 0000:00:02.0: BAR 0 [mem 0x6000000000-0x6000ffffff 64bit]
pci 0000:00:02.0: BAR 2 [mem 0x4000000000-0x400fffffff 64bit pref]
pci 0000:00:02.0: BAR 4 [io 0x4000-0x403f]
pci 0000:00:02.0: DMAR: Skip IOMMU disabling for graphics
pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
pci 0000:00:02.0: VF BAR 0 [mem 0x00000000-0x00ffffff 64bit]
pci 0000:00:02.0: VF BAR 0 [mem 0x00000000-0x06ffffff 64bit]: contains BAR 0 for 7 VFs
pci 0000:00:02.0: VF BAR 2 [mem 0x00000000-0x1fffffff 64bit pref]
pci 0000:00:02.0: VF BAR 2 [mem 0x00000000-0xdfffffff 64bit pref]: contains BAR 2 for 7 VFs
pci 0000:00:04.0: [8086:a71d] type 00 class 0x118000 conventional PCI endpoint
pci 0000:00:04.0: BAR 0 [mem 0x6001100000-0x600111ffff 64bit]
pci 0000:00:06.0: [8086:a74d] type 01 class 0x060400 PCIe Root Port
pci 0000:00:06.0: PCI bridge to [bus 01]
pci 0000:00:06.0: PME# supported from D0 D3hot D3cold
pci 0000:00:06.0: PTM enabled (root), 4ns granularity
pci 0000:00:06.2: [8086:a73d] type 01 class 0x060400 PCIe Root Port
pci 0000:00:06.2: PCI bridge to [bus 02]
pci 0000:00:06.2: bridge window [mem 0x50600000-0x506fffff]
pci 0000:00:06.2: PME# supported from D0 D3hot D3cold
pci 0000:00:06.2: PTM enabled (root), 4ns granularity
pci 0000:00:08.0: [8086:a74f] type 00 class 0x088000 conventional PCI endpoint
pci 0000:00:08.0: BAR 0 [mem 0x600113d000-0x600113dfff 64bit]
pci 0000:00:0d.0: [8086:a71e] type 00 class 0x0c0330 conventional PCI endpoint
pci 0000:00:0d.0: BAR 0 [mem 0x6001120000-0x600112ffff 64bit]
pci 0000:00:0d.0: PME# supported from D3hot D3cold
pci 0000:00:14.0: [8086:51ed] type 00 class 0x0c0330 conventional PCI endpoint
pci 0000:00:14.0: BAR 0 [mem 0x50700000-0x5070ffff 64bit]
pci 0000:00:14.0: PME# supported from D3hot D3cold
pci 0000:00:14.2: [8086:51ef] type 00 class 0x050000 conventional PCI endpoint
pci 0000:00:14.2: BAR 0 [mem 0x6001134000-0x6001137fff 64bit]
pci 0000:00:14.2: BAR 2 [mem 0x600113c000-0x600113cfff 64bit]
pci 0000:00:15.0: [8086:51e8] type 00 class 0x0c8000 conventional PCI endpoint
pci 0000:00:15.0: BAR 0 [mem 0x00000000-0x00000fff 64bit]
pci 0000:00:15.3: [8086:51eb] type 00 class 0x0c8000 conventional PCI endpoint
pci 0000:00:15.3: BAR 0 [mem 0x00000000-0x00000fff 64bit]
pci 0000:00:16.0: [8086:51e0] type 00 class 0x078000 conventional PCI endpoint
pci 0000:00:16.0: BAR 0 [mem 0x6001139000-0x6001139fff 64bit]
pci 0000:00:16.0: PME# supported from D3hot
pci 0000:00:1c.0: [8086:51ba] type 01 class 0x060400 PCIe Root Port
pci 0000:00:1c.0: PCI bridge to [bus 03]
pci 0000:00:1c.0: bridge window [io 0x3000-0x3fff]
pci 0000:00:1c.0: bridge window [mem 0x50500000-0x505fffff]
pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
pci 0000:00:1c.0: PTM enabled (root), 4ns granularity
pci 0000:00:1d.0: [8086:51b1] type 01 class 0x060400 PCIe Root Port
pci 0000:00:1d.0: PCI bridge to [bus 04]
pci 0000:00:1d.0: bridge window [mem 0x50400000-0x504fffff]
pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
pci 0000:00:1d.0: PTM enabled (root), 4ns granularity
pci 0000:00:1f.0: [8086:519d] type 00 class 0x060100 conventional PCI endpoint
pci 0000:00:1f.3: [8086:51ca] type 00 class 0x040380 conventional PCI endpoint
pci 0000:00:1f.3: BAR 0 [mem 0x6001130000-0x6001133fff 64bit]
pci 0000:00:1f.3: BAR 4 [mem 0x6001000000-0x60010fffff 64bit]
pci 0000:00:1f.3: PME# supported from D3hot D3cold
pci 0000:00:1f.4: [8086:51a3] type 00 class 0x0c0500 conventional PCI endpoint
pci 0000:00:1f.4: BAR 0 [mem 0x6001138000-0x60011380ff 64bit]
pci 0000:00:1f.4: BAR 4 [io 0xefa0-0xefbf]
pci 0000:00:1f.5: [8086:51a4] type 00 class 0x0c8000 conventional PCI endpoint
pci 0000:00:1f.5: BAR 0 [mem 0xfe010000-0xfe010fff]
pci 0000:00:06.0: PCI bridge to [bus 01]
pci 0000:02:00.0: [15b7:5016] type 00 class 0x010802 PCIe Endpoint
pci 0000:02:00.0: BAR 0 [mem 0x50600000-0x50603fff 64bit]
pci 0000:00:06.2: PCI bridge to [bus 02]
pci 0000:03:00.0: [10ec:b852] type 00 class 0x028000 PCIe Endpoint
pci 0000:03:00.0: BAR 0 [io 0x3000-0x30ff]
pci 0000:03:00.0: BAR 2 [mem 0x50500000-0x505fffff 64bit]
pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
pci 0000:00:1c.0: PCI bridge to [bus 03]
pci 0000:04:00.0: [1217:8621] type 00 class 0x080501 PCIe Endpoint
pci 0000:04:00.0: BAR 0 [mem 0x50401000-0x50401fff]
pci 0000:04:00.0: BAR 1 [mem 0x50400000-0x504007ff]
pci 0000:04:00.0: PME# supported from D3hot D3cold
pci 0000:00:1d.0: PCI bridge to [bus 04]
ACPI: \_SB_.PEPD: Duplicate LPS0 _DSM functions (mask: 0x1)
Low-power S0 idle used by default for system suspend
ACPI: EC: interrupt unblocked
ACPI: EC: event unblocked
ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
ACPI: EC: GPE=0x6e
ACPI: \_SB_.PC00.LPCB.EC0_: Boot DSDT EC initialization complete
ACPI: \_SB_.PC00.LPCB.EC0_: EC: Used to handle transactions and events
iommu: Default domain type: Translated
iommu: DMA domain TLB invalidation policy: lazy mode
SCSI subsystem initialized
libata version 3.00 loaded.
ACPI: bus type USB registered
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
EDAC MC: Ver: 3.0.0
efivars: Registered efivars operations
NetLabel: Initializing
NetLabel: domain hash size = 128
NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
NetLabel: unlabeled traffic allowed by default
mctp: management component transport protocol core
NET: Registered PF_MCTP protocol family
PCI: Using ACPI for IRQ routing
PCI: pci_cache_line_size set to 64 bytes
pci 0000:00:1f.5: BAR 0 [mem 0xfe010000-0xfe010fff]: can't claim; no compatible bridge window
e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
e820: reserve RAM buffer [mem 0x364ed000-0x37ffffff]
e820: reserve RAM buffer [mem 0x36b11000-0x37ffffff]
e820: reserve RAM buffer [mem 0x3b229000-0x3bffffff]
e820: reserve RAM buffer [mem 0x3d93f000-0x3fffffff]
e820: reserve RAM buffer [mem 0x42b00000-0x43ffffff]
e820: reserve RAM buffer [mem 0x4afc00000-0x4afffffff]
pci 0000:00:02.0: vgaarb: setting as boot VGA device
pci 0000:00:02.0: vgaarb: bridge control possible
pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
vgaarb: loaded
Monitor-Mwait will be used to enter C-1 state
Monitor-Mwait will be used to enter C-2 state
Monitor-Mwait will be used to enter C-3 state
clocksource: Switched to clocksource tsc-early
VFS: Disk quotas dquot_6.6.0
VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
pnp: PnP ACPI init
system 00:00: [io 0x0680-0x069f] has been reserved
system 00:00: [io 0x164e-0x164f] has been reserved
system 00:00: [io 0xfd60-0xfd63] has been reserved
system 00:02: [io 0x1854-0x1857] has been reserved
pnp 00:04: disabling [mem 0xc0000000-0xcfffffff] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
system 00:04: [mem 0xfedc0000-0xfedc7fff] has been reserved
system 00:04: [mem 0xfeda0000-0xfeda0fff] has been reserved
system 00:04: [mem 0xfeda1000-0xfeda1fff] has been reserved
system 00:04: [mem 0xfed20000-0xfed7ffff] could not be reserved
system 00:04: [mem 0xfed90000-0xfed93fff] could not be reserved
system 00:04: [mem 0xfed45000-0xfed8ffff] could not be reserved
system 00:04: [mem 0xfee00000-0xfeefffff] has been reserved
system 00:05: [io 0x2000-0x20fe] has been reserved
pnp: PnP ACPI: found 7 devices
clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
NET: Registered PF_INET protocol family
IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
TCP: Hash tables configured (established 131072 bind 65536)
MPTCP token hash table entries: 16384 (order: 7, 393216 bytes, linear)
UDP hash table entries: 8192 (order: 7, 524288 bytes, linear)
UDP-Lite hash table entries: 8192 (order: 7, 524288 bytes, linear)
NET: Registered PF_UNIX/PF_LOCAL protocol family
NET: Registered PF_XDP protocol family
pci 0000:00:02.0: VF BAR 2 [mem 0x4020000000-0x40ffffffff 64bit pref]: assigned
pci 0000:00:02.0: VF BAR 0 [mem 0x4010000000-0x4016ffffff 64bit]: assigned
pci 0000:00:15.0: BAR 0 [mem 0x4017000000-0x4017000fff 64bit]: assigned
pci 0000:00:15.3: BAR 0 [mem 0x4017001000-0x4017001fff 64bit]: assigned
pci 0000:00:1f.5: BAR 0 [mem 0x50710000-0x50710fff]: assigned
pci 0000:00:06.0: PCI bridge to [bus 01]
pci 0000:00:06.2: PCI bridge to [bus 02]
pci 0000:00:06.2: bridge window [mem 0x50600000-0x506fffff]
pci 0000:00:1c.0: PCI bridge to [bus 03]
pci 0000:00:1c.0: bridge window [io 0x3000-0x3fff]
pci 0000:00:1c.0: bridge window [mem 0x50500000-0x505fffff]
pci 0000:00:1d.0: PCI bridge to [bus 04]
pci 0000:00:1d.0: bridge window [mem 0x50400000-0x504fffff]
pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
pci_bus 0000:00: resource 7 [mem 0x50400000-0xbfffffff window]
pci_bus 0000:00: resource 8 [mem 0x4000000000-0x7fffffffff window]
pci_bus 0000:02: resource 1 [mem 0x50600000-0x506fffff]
pci_bus 0000:03: resource 0 [io 0x3000-0x3fff]
pci_bus 0000:03: resource 1 [mem 0x50500000-0x505fffff]
pci_bus 0000:04: resource 1 [mem 0x50400000-0x504fffff]
PCI: CLS 64 bytes, default 64
PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
software IO TLB: mapped [mem 0x000000002c5ef000-0x00000000305ef000] (64MB)
clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x23fa772cf26, max_idle_ns: 440795269835 ns
clocksource: Switched to clocksource tsc
Trying to unpack rootfs image as initramfs...
Initialise system trusted keyrings
Key type blacklist registered
workingset: timestamp_bits=36 max_order=22 bucket_order=0
fuse: init (API version 7.45)
integrity: Platform Keyring initialized
integrity: Machine keyring initialized
xor: automatically using best checksumming function avx
Key type asymmetric registered
Asymmetric key parser 'x509' registered
Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
io scheduler mq-deadline registered
io scheduler kyber registered
io scheduler bfq registered
ledtrig-cpu: registered to indicate activity on CPUs
pcieport 0000:00:06.0: PME: Signaling with IRQ 120
pcieport 0000:00:06.2: PME: Signaling with IRQ 121
pcieport 0000:00:1c.0: PME: Signaling with IRQ 122
pcieport 0000:00:1d.0: PME: Signaling with IRQ 123
ACPI: AC: AC Adapter [ACAD] (on-line)
input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1b/PNP0C0D:00/input/input0
ACPI: button: Lid Switch [LID0]
input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
ACPI: button: Power Button [PWRB]
thermal LNXTHERM:00: registered as thermal_zone0
ACPI: thermal: Thermal Zone [TZ00] (28 C)
Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
hpet_acpi_add: no address or irqs in _CRS
Non-volatile memory driver v1.3
Linux agpgart interface v0.103
Freeing initrd memory: 24572K
ACPI: bus type drm_connector registered
xhci_hcd 0000:00:0d.0: xHCI Host Controller
xhci_hcd 0000:00:0d.0: new USB bus registered, assigned bus number 1
xhci_hcd 0000:00:0d.0: hcc params 0x20007fc1 hci version 0x120 quirks 0x0000000200009810
xhci_hcd 0000:00:0d.0: xHCI Host Controller
xhci_hcd 0000:00:0d.0: new USB bus registered, assigned bus number 2
xhci_hcd 0000:00:0d.0: Host supports USB 3.2 Enhanced SuperSpeed
usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.19
usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb1: Product: xHCI Host Controller
usb usb1: Manufacturer: Linux 6.19.0-rc6-1-git-00200-gc072629f05d7 xhci-hcd
usb usb1: SerialNumber: 0000:00:0d.0
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 1 port detected
usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.19
usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb2: Product: xHCI Host Controller
usb usb2: Manufacturer: Linux 6.19.0-rc6-1-git-00200-gc072629f05d7 xhci-hcd
usb usb2: SerialNumber: 0000:00:0d.0
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 2 ports detected
xhci_hcd 0000:00:14.0: xHCI Host Controller
xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
xhci_hcd 0000:00:14.0: hcc params 0x20007fc1 hci version 0x120 quirks 0x0000100200009810
xhci_hcd 0000:00:14.0: xHCI Host Controller
xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed
usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.19
usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb3: Product: xHCI Host Controller
usb usb3: Manufacturer: Linux 6.19.0-rc6-1-git-00200-gc072629f05d7 xhci-hcd
usb usb3: SerialNumber: 0000:00:14.0
hub 3-0:1.0: USB hub found
hub 3-0:1.0: 12 ports detected
usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.19
usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb4: Product: xHCI Host Controller
usb usb4: Manufacturer: Linux 6.19.0-rc6-1-git-00200-gc072629f05d7 xhci-hcd
usb usb4: SerialNumber: 0000:00:14.0
hub 4-0:1.0: USB hub found
hub 4-0:1.0: 4 ports detected
usbcore: registered new interface driver usbserial_generic
usbserial: USB Serial support registered for generic
i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
serio: i8042 KBD port at 0x60,0x64 irq 1
rtc_cmos 00:01: RTC can wake from S4
rtc_cmos 00:01: registered as rtc0
rtc_cmos 00:01: setting system clock to 2026-01-27T09:32:04 UTC (1769506324)
rtc_cmos 00:01: alarms up to one month, y3k, 242 bytes nvram
intel_pstate: Intel P-state driver initializing
intel_pstate: HWP enabled
simple-framebuffer simple-framebuffer.0: [drm] Registered 1 planes with drm panic
[drm] Initialized simpledrm 1.0.0 for simple-framebuffer.0 on minor 0
Console: switching to colour frame buffer device 100x37
simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
hid: raw HID events driver (C) Jiri Kosina
usbcore: registered new interface driver usbhid
usbhid: USB HID core driver
drop_monitor: Initializing network drop monitor service
NET: Registered PF_INET6 protocol family
Segment Routing with IPv6
RPL Segment Routing with IPv6
In-situ OAM (IOAM) with IPv6
NET: Registered PF_PACKET protocol family
ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
microcode: Current revision: 0x00006133
microcode: Updated early from: 0x00004123
IPI shorthand broadcast: enabled
sched_clock: Marking stable (478001405, 6582965)->(513773816, -29189446)
registered taskstats version 1
Loading compiled-in X.509 certificates
input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2
Loaded X.509 cert 'Build time autogenerated kernel key: 051f2b6b715b6ad1ad5b230622cd6e8824ada271'
zswap: loaded using pool zstd
Demotion targets for Node 0: null
Key type .fscrypt registered
Key type fscrypt-provisioning registered
Btrfs loaded, zoned=yes, fsverity=yes
Key type big_key registered
integrity: Loading X.509 certificate: UEFI:db
integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
integrity: Loading X.509 certificate: UEFI:db
integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
integrity: Loading X.509 certificate: UEFI:db
integrity: Loaded X.509 cert 'Microsoft Corporation: Windows UEFI CA 2023: aefc5fbbbe055d8f8daa585473499417ab5a5272'
integrity: Loading X.509 certificate: UEFI:db
integrity: Problem loading X.509 certificate -74
integrity: Error adding keys to platform keyring UEFI:db
PM: Magic number: 10:429:526
usb usb3-port9: hash matches
faux: hash matches
RAS: Correctable Errors collector initialized.
ACPI: battery: Slot [BAT1] (battery present)
clk: Disabling unused clocks
PM: genpd: Disabling unused power domains
Freeing unused decrypted memory: 2036K
Freeing unused kernel image (initmem) memory: 4728K
Write protecting the kernel read-only data: 38912k
Freeing unused kernel image (text/rodata gap) memory: 84K
Freeing unused kernel image (rodata/data gap) memory: 1936K
x86/mm: Checked W+X mappings: passed, no W+X pages found.
rodata_test: all tests were successful
Run /init as init process
with arguments:
/init
with environment:
HOME=/
TERM=linux
systemd[1]: Successfully made /usr/ read-only.
systemd[1]: systemd 259-2-arch running in system mode (+PAM +AUDIT -SELINUX +APPARMOR -IMA +IPE +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +BTF +XKBCOMMON +UTMP -SYSVINIT +LIBARCHIVE)
systemd[1]: Detected architecture x86-64.
systemd[1]: Running in initrd.
systemd[1]: Initializing machine ID from random generator.
usb 3-5: new high-speed USB device number 2 using xhci_hcd
systemd[1]: Queued start job for default target Initrd Default Target.
systemd[1]: Created slice Slice /system/systemd-validatefs.
systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
systemd[1]: Expecting device /dev/disk/by-uuid/ad720100-0431-4e07-b2e9-00fd54b8fbcb...
systemd[1]: Expecting device /dev/gpt-auto-root...
systemd[1]: Reached target Path Units.
systemd[1]: Reached target Slice Units.
systemd[1]: Reached target Swaps.
systemd[1]: Reached target Timer Units.
systemd[1]: Listening on Journal Socket (/dev/log).
systemd[1]: Listening on Journal Sockets.
systemd[1]: Listening on udev Control Socket.
systemd[1]: Listening on udev Kernel Socket.
systemd[1]: Reached target Socket Units.
systemd[1]: Starting Create List of Static Device Nodes...
systemd[1]: Starting Early Battery Level Check...
usb 3-5: New USB device found, idVendor=30c9, idProduct=00c5, bcdDevice= 0.07
usb 3-5: New USB device strings: Mfr=3, Product=1, SerialNumber=2
usb 3-5: Product: Integrated Camera
usb 3-5: Manufacturer: 8SSC21M22245V1SR45701P0
usb 3-5: SerialNumber: 0001
systemd[1]: Starting Journal Service...
systemd[1]: Starting Load Kernel Modules...
systemd[1]: TPM PCR Barrier (initrd) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
systemd[1]: Reached target Local Encrypted Volumes.
systemd[1]: Starting Create Static Device Nodes in /dev...
systemd[1]: Starting Coldplug All udev Devices...
systemd[1]: Finished Create List of Static Device Nodes.
systemd-journald[191]: Collecting audit messages is disabled.
systemd[1]: Finished Early Battery Level Check.
systemd[1]: Finished Load Kernel Modules.
systemd[1]: Finished Create Static Device Nodes in /dev.
systemd[1]: Started Display Boot-Time Emergency Messages In Full Screen.
systemd[1]: Starting Rule-based Manager for Device Events and Files...
systemd[1]: Started Journal Service.
usb 3-6: new full-speed USB device number 3 using xhci_hcd
wmi_bus wmi_bus-PNP0C14:05: [Firmware Bug]: WQB1 data block query control method not found
wmi_bus wmi_bus-PNP0C14:05: [Firmware Bug]: WQB2 data block query control method not found
Key type psk registered
sdhci: Secure Digital Host Controller Interface driver
sdhci: Copyright(c) Pierre Ossman
nvme 0000:02:00.0: platform quirk: setting simple suspend
nvme nvme0: pci function 0000:02:00.0
nvme nvme0: allocated 32 MiB host memory buffer (8 segments).
nvme nvme0: 12/0/0 default/read/poll queues
nvme0n1: p1 p2
usb 3-6: not running at top speed; connect to a high speed hub
usb 3-6: New USB device found, idVendor=1c7a, idProduct=0583, bcdDevice=52.07
usb 3-6: New USB device strings: Mfr=1, Product=2, SerialNumber=3
usb 3-6: Product: ETU905A88-E
usb 3-6: Manufacturer: EGIS
usb 3-6: SerialNumber: 14495FPKC366
sdhci-pci 0000:04:00.0: SDHCI controller found [1217:8621] (rev 1)
sdhci-pci 0000:04:00.0: enabling device (0000 -> 0002)
mmc0: SDHCI controller on PCI [0000:04:00.0] using ADMA
usb 3-10: new full-speed USB device number 4 using xhci_hcd
usb 3-10: New USB device found, idVendor=0bda, idProduct=4853, bcdDevice= 0.00
usb 3-10: New USB device strings: Mfr=1, Product=2, SerialNumber=3
usb 3-10: Product: Bluetooth Radio
usb 3-10: Manufacturer: Realtek
usb 3-10: SerialNumber: 00e04c000001
device-mapper: uevent: version 1.0.3
device-mapper: ioctl: 4.50.0-ioctl (2025-04-28) initialised: dm-devel@lists.linux.dev
i915 0000:00:02.0: [drm] Found alderlake_p/raptorlake_u (device ID a7ac) integrated display version 13.00 stepping E0
Console: switching to colour dummy device 80x25
i915 0000:00:02.0: vgaarb: deactivate vga console
i915 0000:00:02.0: [drm] Using Transparent Hugepages
i915 0000:00:02.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=io+mem:owns=io+mem
i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/adlp_dmc.bin (v2.20)
i915 0000:00:02.0: [drm] GT0: GuC firmware i915/adlp_guc_70.bin version 70.49.4
i915 0000:00:02.0: [drm] GT0: HuC firmware i915/tgl_huc.bin version 7.9.3
i915 0000:00:02.0: [drm] GT0: HuC: authenticated for all workloads
i915 0000:00:02.0: [drm] GT0: GUC: submission enabled
i915 0000:00:02.0: [drm] GT0: GUC: SLPC enabled
i915 0000:00:02.0: [drm] GT0: GUC: RC enabled
i915 0000:00:02.0: [drm] Protected Xe Path (PXP) protected content support initialized
i915 0000:00:02.0: [drm] Registered 4 planes with drm panic
[drm] Initialized i915 1.6.0 for 0000:00:02.0 on minor 1
ACPI: video: Video Device [GFX0] (multi-head: yes rom: no post: no)
input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input3
fbcon: i915drmfb (fb0) is primary device
Console: switching to colour frame buffer device 240x75
i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
Key type trusted registered
Key type encrypted registered
PM: Image not found (code -22)
EXT4-fs (dm-0): Supports (experimental) DIO atomic writes awu_min: 4096, awu_max: 4096
EXT4-fs (dm-0): mounting with "discard" option, but the device does not support discard
EXT4-fs (dm-0): mounted filesystem ad720100-0431-4e07-b2e9-00fd54b8fbcb r/w with ordered data mode. Quota mode: none.
systemd-journald[191]: Received SIGTERM from PID 1 (systemd).
systemd[1]: systemd 259-2-arch running in system mode (+PAM +AUDIT -SELINUX +APPARMOR -IMA +IPE +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +BTF +XKBCOMMON +UTMP -SYSVINIT +LIBARCHIVE)
systemd[1]: Detected architecture x86-64.
systemd[1]: Hostname set to <arch>.
systemd[1]: bpf-restrict-fs: LSM BPF program attached
systemd[1]: initrd-switch-root.service: Deactivated successfully.
systemd[1]: Stopped Switch Root.
systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1.
systemd[1]: Created slice Virtual Machine and Container Slice.
systemd[1]: Created slice Slice /system/dirmngr.
systemd[1]: Created slice Slice /system/getty.
systemd[1]: Created slice Slice /system/gpg-agent.
systemd[1]: Created slice Slice /system/gpg-agent-browser.
systemd[1]: Created slice Slice /system/gpg-agent-extra.
systemd[1]: Created slice Slice /system/gpg-agent-ssh.
systemd[1]: Created slice Slice /system/keyboxd.
systemd[1]: Created slice Slice /system/modprobe.
systemd[1]: Created slice Slice /system/systemd-fsck.
systemd[1]: Created slice User and Session Slice.
systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
systemd[1]: Started Forward Password Requests to Wall Directory Watch.
systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
systemd[1]: Expecting device /dev/disk/by-uuid/C6DC-F0DB...
systemd[1]: Reached target Local Encrypted Volumes.
systemd[1]: Reached target Login Prompts.
systemd[1]: Reached target Image Downloads.
systemd[1]: Stopped target Switch Root.
systemd[1]: Stopped target Initrd File Systems.
systemd[1]: Stopped target Initrd Root File System.
systemd[1]: Reached target Local Integrity Protected Volumes.
systemd[1]: Reached target Path Units.
systemd[1]: Reached target Remote File Systems.
systemd[1]: Reached target Slice Units.
systemd[1]: Reached target Local Verity Protected Volumes.
systemd[1]: Listening on Device-mapper event daemon FIFOs.
systemd[1]: Listening on Query the User Interactively for a Password.
systemd[1]: Listening on Process Core Dump Socket.
systemd[1]: Listening on Credential Encryption/Decryption.
systemd[1]: Listening on Factory Reset Management.
systemd[1]: Listening on Console Output Muting Service Socket.
systemd[1]: TPM PCR Measurements was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
systemd[1]: Make TPM PCR Policy was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
systemd[1]: Listening on Disk Repartitioning Service Socket.
systemd[1]: Listening on udev Control Socket.
systemd[1]: Listening on udev Varlink Socket.
systemd[1]: Listening on User Database Manager Socket.
systemd[1]: Mounting Huge Pages File System...
systemd[1]: Mounting POSIX Message Queue File System...
systemd[1]: Mounting Kernel Debug File System...
systemd[1]: Mounting Kernel Trace File System...
systemd[1]: Starting Create List of Static Device Nodes...
systemd[1]: Load Kernel Module configfs was skipped because of an unmet condition check (ConditionKernelModuleLoaded=!configfs).
systemd[1]: Mounting Kernel Configuration File System...
systemd[1]: Load Kernel Module drm was skipped because of an unmet condition check (ConditionKernelModuleLoaded=!drm).
systemd[1]: Load Kernel Module fuse was skipped because of an unmet condition check (ConditionKernelModuleLoaded=!fuse).
systemd[1]: Mounting FUSE Control File System...
systemd[1]: systemd-cryptsetup@root.service: Deactivated successfully.
systemd[1]: Stopped systemd-cryptsetup@root.service.
systemd[1]: systemd-cryptsetup@root.service: Consumed 31.300s CPU time over 29.304s wall clock time, 1G memory peak.
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).
systemd[1]: Starting Journal Service...
systemd[1]: Starting Load Kernel Modules...
systemd[1]: TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
systemd[1]: TPM PCR Root File System Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
systemd[1]: TPM NvPCR Product ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
systemd[1]: Starting Remount Root and Kernel File Systems...
systemd[1]: Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
systemd[1]: Starting Load udev Rules from Credentials...
systemd[1]: Starting Coldplug All udev Devices...
systemd[1]: systemd-validatefs@sysroot.service: Deactivated successfully.
systemd[1]: Stopped Validate File System Mount Constraints of /sysroot.
systemd[1]: Mounted Huge Pages File System.
systemd[1]: Mounted POSIX Message Queue File System.
systemd[1]: Mounted Kernel Debug File System.
systemd[1]: Mounted Kernel Trace File System.
systemd[1]: Finished Create List of Static Device Nodes.
systemd[1]: Mounted Kernel Configuration File System.
systemd[1]: Mounted FUSE Control File System.
systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
systemd[1]: Finished Load udev Rules from Credentials.
Asymmetric key parser 'pkcs8' registered
systemd[1]: Finished Load Kernel Modules.
EXT4-fs (dm-0): re-mounted ad720100-0431-4e07-b2e9-00fd54b8fbcb.
systemd[1]: Finished Remount Root and Kernel File Systems.
systemd[1]: Activating swap /swapfile...
systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
systemd[1]: Starting Load/Save OS Random Seed...
systemd-journald[1116]: Collecting audit messages is disabled.
systemd[1]: Starting Apply Kernel Variables...
systemd[1]: TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
systemd[1]: TPM PCR NvPCR Initialization Separator was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
systemd[1]: Started Journal Service.
Adding 45088764k swap on /swapfile. Priority:-1 extents:347 across:128843776k SS
systemd-journald[1116]: Received client request to flush runtime journal.
mc: Linux media interface: v0.10
videodev: Linux video capture interface: v2.00
resource: resource sanity check: requesting [mem 0x00000000fedc0000-0x00000000fedcffff], which spans more than pnp 00:04 [mem 0xfedc0000-0xfedc7fff]
caller igen6_probe+0x155/0x824 [igen6_edac] mapping multiple BARs
EDAC MC0: Giving out device to module igen6_edac controller Intel_client_SoC MC#0: DEV 0000:00:00.0 (INTERRUPT)
EDAC MC1: Giving out device to module igen6_edac controller Intel_client_SoC MC#1: DEV 0000:00:00.0 (INTERRUPT)
EDAC igen6: v2.5.1
ACPI: bus type thunderbolt registered
intel_pmc_core INT33A1:00: initialized
ACPI: battery: new hook: Ideapad Battery Extension
input: PC Speaker as /devices/platform/pcspkr/input/input4
input: Ideapad extra buttons as /devices/pci0000:00/0000:00:1f.0/PNP0C09:00/VPC2004:00/input/input5
mei_me 0000:00:16.0: enabling device (0000 -> 0002)
i801_smbus 0000:00:1f.4: SPD Write Disable is set
i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
spi-nor spi0.0: supply vcc not found, using dummy regulator
Creating 1 MTD partitions on "0000:00:1f.5":
0x000000000000-0x000000800000 : "BIOS"
spi-nor spi0.1: supply vcc not found, using dummy regulator
Creating 1 MTD partitions on "0000:00:1f.5-chip1":
0x000000000000-0x000001000000 : "BIOS1"
Bluetooth: Core ver 2.22
NET: Registered PF_BLUETOOTH protocol family
Bluetooth: HCI device and connection manager initialized
Bluetooth: HCI socket layer initialized
Bluetooth: L2CAP socket layer initialized
Bluetooth: SCO socket layer initialized
iTCO_vendor_support: vendor-support=0
mei_pxp 0000:00:16.0-fbf6fcf1-96cf-4e2e-a6a6-1bab8cbe36b1: bound 0000:00:02.0 (ops i915_pxp_tee_component_ops [i915])
cfg80211: Loading compiled-in X.509 certificates for regulatory database
Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_ops [i915])
Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
faux_driver regulatory: Direct firmware load for regulatory.db failed with error -2
cfg80211: failed to load regulatory.db
iTCO_wdt iTCO_wdt: Found a Intel PCH TCO device (Version=6, TCOBASE=0x0400)
iTCO_wdt iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
RAPL PMU: hw unit of domain package 2^-14 Joules
RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
RAPL PMU: hw unit of domain psys 2^-14 Joules
intel_rapl_msr: PL4 support detected.
intel_rapl_common: Found RAPL domain package
intel_rapl_common: Found RAPL domain core
intel_rapl_common: Found RAPL domain uncore
intel_rapl_common: Found RAPL domain psys
uvcvideo 3-5:1.0: Found UVC 1.50 device Integrated Camera (30c9:00c5)
intel_rapl_common: Found RAPL domain package
usbcore: registered new interface driver uvcvideo
usbcore: registered new interface driver btusb
Bluetooth: hci0: RTL: examining hci_ver=0b hci_rev=000b lmp_ver=0b lmp_subver=8852
Bluetooth: hci0: RTL: rom_version status=0 version=1
Bluetooth: hci0: RTL: btrtl_initialize: key id 0
Bluetooth: hci0: RTL: loading rtl_bt/rtl8852bu_fw.bin
Bluetooth: hci0: RTL: loading rtl_bt/rtl8852bu_config.bin
Bluetooth: hci0: RTL: cfg_sz 6, total sz 60107
typec port0: bound usb3-port2 (ops connector_ops)
typec port0: bound usb2-port1 (ops connector_ops)
intel_tcc_cooling: TCC Offset locked
rtw89_8852be 0000:03:00.0: loaded firmware rtw89/rtw8852b_fw-1.bin
rtw89_8852be 0000:03:00.0: enabling device (0000 -> 0003)
acpi PRP00001:00: No SoundWire links detected
rtw89_8852be 0000:03:00.0: Firmware version 0.29.29.15 (6fb3ec41), cmd version 0, type 5
rtw89_8852be 0000:03:00.0: Firmware version 0.29.29.15 (6fb3ec41), cmd version 0, type 3
typec port1: bound usb3-port3 (ops connector_ops)
typec port1: bound usb2-port2 (ops connector_ops)
acpi PRP00001:00: No SoundWire links detected
acpi PRP00001:00: No SoundWire links detected
snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002)
snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops intel_audio_component_bind_ops [i915])
snd_hda_codec_conexant hdaudioC0D0: CX11880: BIOS auto-probing.
snd_hda_codec_conexant hdaudioC0D0: CX11880: picked fixup for PCI SSID 17aa:0000
snd_hda_codec_conexant hdaudioC0D0: autoconfig for CX11880: line_outs=1 (0x17/0x0/0x0/0x0/0x0) type:speaker
snd_hda_codec_conexant hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
snd_hda_codec_conexant hdaudioC0D0: hp_outs=1 (0x16/0x0/0x0/0x0/0x0)
snd_hda_codec_conexant hdaudioC0D0: mono: mono_out=0x0
snd_hda_codec_conexant hdaudioC0D0: inputs:
snd_hda_codec_conexant hdaudioC0D0: Mic=0x19
snd_hda_codec_conexant hdaudioC0D0: Internal Mic=0x1a
Bluetooth: hci0: RTL: fw version 0x42d34e04
input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input6
input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input7
input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input8
input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input9
input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input10
input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input11
Bluetooth: hci0: AOSP extensions version v1.00
rtw89_8852be 0000:03:00.0: chip rfe_type is 1
rtw89_8852be 0000:03:00.0: rfkill hardware state changed to enable
bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[-- Attachment #4: dmesg-idma64.txt --]
[-- Type: text/plain, Size: 76874 bytes --]
Linux version 6.19.0-rc6-1-git-00200-gc072629f05d7 (linux-git@archlinux) (gcc (GCC) 15.2.1 20260103, GNU ld (GNU Binutils) 2.45.1) #25 SMP PREEMPT_DYNAMIC Sun, 25 Jan 2026 02:16:24 +0000
Command line: initrd=\initramfs-linux-git.img rd.luks.options=password-echo=no rw rootfstype=ext4 i2c-hid.dyndbg=+p modprobe.blacklist=idma64 resume=UUID=ad720100-0431-4e07-b2e9-00fd54b8fbcb resume_offset=1361920
x86/split lock detection: #AC: crashing the kernel on kernel split_locks and warning on user-space split_locks
BIOS-provided physical RAM map:
BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
BIOS-e820: [mem 0x000000000009f000-0x00000000000fffff] reserved
BIOS-e820: [mem 0x0000000000100000-0x000000003b228fff] usable
BIOS-e820: [mem 0x000000003b229000-0x000000003bb28fff] reserved
BIOS-e820: [mem 0x000000003bb29000-0x000000003d93efff] usable
BIOS-e820: [mem 0x000000003d93f000-0x000000003f9defff] reserved
BIOS-e820: [mem 0x000000003f9df000-0x000000004298efff] ACPI NVS
BIOS-e820: [mem 0x000000004298f000-0x0000000042afefff] ACPI data
BIOS-e820: [mem 0x0000000042aff000-0x0000000042afffff] usable
BIOS-e820: [mem 0x0000000042b00000-0x0000000046ffffff] reserved
BIOS-e820: [mem 0x0000000047c00000-0x0000000047ffffff] reserved
BIOS-e820: [mem 0x0000000048e00000-0x00000000503fffff] reserved
BIOS-e820: [mem 0x00000000c0000000-0x00000000cfffffff] reserved
BIOS-e820: [mem 0x00000000fed20000-0x00000000fed7ffff] reserved
BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
BIOS-e820: [mem 0x0000000100000000-0x00000004afbfffff] usable
NX (Execute Disable) protection: active
APIC: Static calls initialized
efi: EFI v2.8 by INSYDE Corp.
efi: ACPI=0x42afe000 ACPI 2.0=0x42afe014 TPMFinalLog=0x42906000 SMBIOS=0x3dfd9000 MEMATTR=0x36b0e298 ESRT=0x36b11018 RNG=0x42a12f18 INITRD=0x36b03c98 TPMEventLog=0x42a0a018
random: crng init done
efi: Remove mem95: MMIO range=[0xc0000000-0xcfffffff] (256MB) from e820 map
e820: remove [mem 0xc0000000-0xcfffffff] reserved
efi: Remove mem97: MMIO range=[0xff000000-0xffffffff] (16MB) from e820 map
e820: remove [mem 0xff000000-0xffffffff] reserved
SMBIOS 3.4 present.
DMI: LENOVO 83FW/LNVNB161216, BIOS PFCN14WW 09/20/2024
DMI: Memory slots populated: 2/2
tsc: Detected 2500.000 MHz processor
tsc: Detected 2496.000 MHz TSC
e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
e820: remove [mem 0x000a0000-0x000fffff] usable
last_pfn = 0x4afc00 max_arch_pfn = 0x400000000
MTRR map: 5 entries (3 fixed + 2 variable; max 23), built from 10 variable MTRRs
x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
last_pfn = 0x42b00 max_arch_pfn = 0x400000000
esrt: Reserving ESRT space from 0x0000000036b11018 to 0x0000000036b11140.
e820: update [mem 0x36b11000-0x36b11fff] usable ==> reserved
Using GB pages for direct mapping
Secure boot disabled
RAMDISK: [mem 0x305ef000-0x31dedfff]
ACPI: Early table checksum verification disabled
ACPI: RSDP 0x0000000042AFE014 000024 (v02 LENOVO)
ACPI: XSDT 0x0000000042A2F188 00012C (v01 LENOVO CB-01 00000001 01000013)
ACPI: FACP 0x0000000042AD3000 00010C (v05 LENOVO CB-01 00000001 ACPI 00040000)
ACPI: DSDT 0x0000000042A33000 09C575 (v02 LENOVO CB-01 00000001 ACPI 00040000)
ACPI: FACS 0x00000000428E1000 000040
ACPI: UEFI 0x000000004298E000 0001CF (v01 INSYDE ADL-P-M 00000001 ACPI 00040000)
ACPI: SSDT 0x0000000042AF8000 0042E1 (v02 LENOVO CB-01 00000001 INTL 20200717)
ACPI: SSDT 0x0000000042AF7000 00038C (v02 LENOVO CB-01 00000001 INTL 20200717)
ACPI: SSDT 0x0000000042AF6000 000106 (v02 LENOVO CB-01 00000001 INTL 20200717)
ACPI: SSDT 0x0000000042AF0000 005D34 (v02 LENOVO CB-01 00000001 INTL 20200717)
ACPI: SSDT 0x0000000042AED000 002C28 (v02 LENOVO CB-01 00000001 INTL 20200717)
ACPI: SSDT 0x0000000042AE9000 0033E9 (v02 LENOVO CB-01 00000001 INTL 20200717)
ACPI: SSDT 0x0000000042ADB000 00D836 (v02 INTEL TcssSsdt 00001000 INTL 20200717)
ACPI: SSDT 0x0000000042ADA000 00094F (v02 LENOVO CB-01 00000001 INTL 20200717)
ACPI: SSDT 0x0000000042AD9000 000033 (v02 LENOVO CB-01 00000001 INTL 20200717)
ACPI: SSDT 0x0000000042AD7000 0011EB (v02 LENOVO CB-01 00000001 INTL 20200717)
ACPI: SSDT 0x0000000042AD6000 00077B (v02 LENOVO CB-01 00000001 INTL 20200717)
ACPI: TPM2 0x0000000042AD5000 00004C (v04 LENOVO CB-01 00000001 ACPI 00040000)
ACPI: MSDM 0x0000000042AD4000 000055 (v03 LENOVO CB-01 00000001 ACPI 00040000)
ACPI: HPET 0x0000000042AD2000 000038 (v01 LENOVO CB-01 00000001 ACPI 00040000)
ACPI: APIC 0x0000000042AD1000 0001DC (v03 LENOVO CB-01 00000001 ACPI 00040000)
ACPI: MCFG 0x0000000042AD0000 00003C (v01 LENOVO CB-01 00000001 ACPI 00040000)
ACPI: SSDT 0x0000000042A31000 001D0E (v02 LENOVO CB-01 00000001 01000013)
ACPI: LPIT 0x0000000042A30000 0000CC (v01 LENOVO CB-01 00000001 ACPI 00040000)
ACPI: WSMT 0x0000000042AFD000 000028 (v01 LENOVO CB-01 00000001 ACPI 00040000)
ACPI: SSDT 0x0000000042A2E000 000AD9 (v02 LENOVO CB-01 00000001 INTL 20200717)
ACPI: SSDT 0x0000000042A24000 0092F4 (v02 LENOVO CB-01 00000001 INTL 20200717)
ACPI: DBGP 0x0000000042A23000 000034 (v01 LENOVO CB-01 00000001 ACPI 00040000)
ACPI: DBG2 0x0000000042A22000 000054 (v00 LENOVO CB-01 00000001 ACPI 00040000)
ACPI: DMAR 0x0000000042A21000 000088 (v01 LENOVO CB-01 00000001 ACPI 00040000)
ACPI: SSDT 0x0000000042A1F000 00100B (v02 LENOVO CB-01 00000001 INTL 20200717)
ACPI: SSDT 0x0000000042A1B000 0039DA (v02 LENOVO CB-01 00000001 INTL 20200717)
ACPI: SSDT 0x0000000042A17000 0039DA (v02 LENOVO CB-01 00000001 INTL 20200717)
ACPI: SSDT 0x0000000042A16000 0000F8 (v02 LENOVO CB-01 00000001 INTL 20200717)
ACPI: FPDT 0x0000000042A15000 000044 (v01 LENOVO CB-01 00000001 ACPI 00040000)
ACPI: PHAT 0x0000000042A13000 0007F8 (v01 LENOVO CB-01 00000001 ACPI 00040000)
ACPI: BGRT 0x0000000042A14000 000038 (v01 LENOVO CB-01 00000001 ACPI 00040000)
ACPI: Reserving FACP table memory at [mem 0x42ad3000-0x42ad310b]
ACPI: Reserving DSDT table memory at [mem 0x42a33000-0x42acf574]
ACPI: Reserving FACS table memory at [mem 0x428e1000-0x428e103f]
ACPI: Reserving UEFI table memory at [mem 0x4298e000-0x4298e1ce]
ACPI: Reserving SSDT table memory at [mem 0x42af8000-0x42afc2e0]
ACPI: Reserving SSDT table memory at [mem 0x42af7000-0x42af738b]
ACPI: Reserving SSDT table memory at [mem 0x42af6000-0x42af6105]
ACPI: Reserving SSDT table memory at [mem 0x42af0000-0x42af5d33]
ACPI: Reserving SSDT table memory at [mem 0x42aed000-0x42aefc27]
ACPI: Reserving SSDT table memory at [mem 0x42ae9000-0x42aec3e8]
ACPI: Reserving SSDT table memory at [mem 0x42adb000-0x42ae8835]
ACPI: Reserving SSDT table memory at [mem 0x42ada000-0x42ada94e]
ACPI: Reserving SSDT table memory at [mem 0x42ad9000-0x42ad9032]
ACPI: Reserving SSDT table memory at [mem 0x42ad7000-0x42ad81ea]
ACPI: Reserving SSDT table memory at [mem 0x42ad6000-0x42ad677a]
ACPI: Reserving TPM2 table memory at [mem 0x42ad5000-0x42ad504b]
ACPI: Reserving MSDM table memory at [mem 0x42ad4000-0x42ad4054]
ACPI: Reserving HPET table memory at [mem 0x42ad2000-0x42ad2037]
ACPI: Reserving APIC table memory at [mem 0x42ad1000-0x42ad11db]
ACPI: Reserving MCFG table memory at [mem 0x42ad0000-0x42ad003b]
ACPI: Reserving SSDT table memory at [mem 0x42a31000-0x42a32d0d]
ACPI: Reserving LPIT table memory at [mem 0x42a30000-0x42a300cb]
ACPI: Reserving WSMT table memory at [mem 0x42afd000-0x42afd027]
ACPI: Reserving SSDT table memory at [mem 0x42a2e000-0x42a2ead8]
ACPI: Reserving SSDT table memory at [mem 0x42a24000-0x42a2d2f3]
ACPI: Reserving DBGP table memory at [mem 0x42a23000-0x42a23033]
ACPI: Reserving DBG2 table memory at [mem 0x42a22000-0x42a22053]
ACPI: Reserving DMAR table memory at [mem 0x42a21000-0x42a21087]
ACPI: Reserving SSDT table memory at [mem 0x42a1f000-0x42a2000a]
ACPI: Reserving SSDT table memory at [mem 0x42a1b000-0x42a1e9d9]
ACPI: Reserving SSDT table memory at [mem 0x42a17000-0x42a1a9d9]
ACPI: Reserving SSDT table memory at [mem 0x42a16000-0x42a160f7]
ACPI: Reserving FPDT table memory at [mem 0x42a15000-0x42a15043]
ACPI: Reserving PHAT table memory at [mem 0x42a13000-0x42a137f7]
ACPI: Reserving BGRT table memory at [mem 0x42a14000-0x42a14037]
No NUMA configuration found
Faking a node at [mem 0x0000000000000000-0x00000004afbfffff]
NODE_DATA(0) allocated [mem 0x4afbd5280-0x4afbfffff]
Zone ranges:
DMA [mem 0x0000000000001000-0x0000000000ffffff]
DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
Normal [mem 0x0000000100000000-0x00000004afbfffff]
Device empty
Movable zone start for each node
Early memory node ranges
node 0: [mem 0x0000000000001000-0x000000000009efff]
node 0: [mem 0x0000000000100000-0x000000003b228fff]
node 0: [mem 0x000000003bb29000-0x000000003d93efff]
node 0: [mem 0x0000000042aff000-0x0000000042afffff]
node 0: [mem 0x0000000100000000-0x00000004afbfffff]
Initmem setup node 0 [mem 0x0000000000001000-0x00000004afbfffff]
On node 0, zone DMA: 1 pages in unavailable ranges
On node 0, zone DMA: 97 pages in unavailable ranges
On node 0, zone DMA32: 2304 pages in unavailable ranges
On node 0, zone DMA32: 20928 pages in unavailable ranges
On node 0, zone Normal: 21760 pages in unavailable ranges
On node 0, zone Normal: 1024 pages in unavailable ranges
Reserving Intel graphics memory at [mem 0x4c800000-0x503fffff]
ACPI: PM-Timer IO Port: 0x1808
ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x11] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x12] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x13] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x14] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x15] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x16] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x17] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
ACPI: Using ACPI (MADT) for SMP configuration information
ACPI: HPET id: 0x8086a201 base: 0xfed00000
e820: update [mem 0x364ed000-0x365fbfff] usable ==> reserved
TSC deadline timer available
CPU topo: Max. logical packages: 1
CPU topo: Max. logical dies: 1
CPU topo: Max. dies per package: 1
CPU topo: Max. threads per core: 2
CPU topo: Num. cores per package: 10
CPU topo: Num. threads per package: 12
CPU topo: Allowing 12 present CPUs plus 0 hotplug CPUs
PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x000fffff]
PM: hibernation: Registered nosave memory: [mem 0x364ed000-0x365fbfff]
PM: hibernation: Registered nosave memory: [mem 0x36b11000-0x36b11fff]
PM: hibernation: Registered nosave memory: [mem 0x3b229000-0x3bb28fff]
PM: hibernation: Registered nosave memory: [mem 0x3d93f000-0x42afefff]
PM: hibernation: Registered nosave memory: [mem 0x42b00000-0xffffffff]
[mem 0x50400000-0xfed1ffff] available for PCI devices
Booting paravirtualized kernel on bare hardware
clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
setup_percpu: NR_CPUS:8192 nr_cpumask_bits:12 nr_cpu_ids:12 nr_node_ids:1
percpu: Embedded 63 pages/cpu s221184 r8192 d28672 u262144
pcpu-alloc: s221184 r8192 d28672 u262144 alloc=1*2097152
pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 -- -- -- --
Kernel command line: initrd=\initramfs-linux-git.img rd.luks.options=password-echo=no rw rootfstype=ext4 i2c-hid.dyndbg=+p modprobe.blacklist=idma64 resume=UUID=ad720100-0431-4e07-b2e9-00fd54b8fbcb resume_offset=1361920
printk: log buffer data + meta data: 131072 + 458752 = 589824 bytes
Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
software IO TLB: area num 16.
Fallback order for Node 0: 0
Built 1 zonelists, mobility grouping on. Total pages: 4115422
Policy zone: Normal
mem auto-init: stack:all(zero), heap alloc:on, heap free:off
SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=12, Nodes=1
ftrace: allocating 57291 entries in 224 pages
ftrace: allocated 224 pages with 3 groups
Dynamic Preempt: full
rcu: Preemptible hierarchical RCU implementation.
rcu: RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=12.
rcu: RCU priority boosting: priority 1 delay 500 ms.
Trampoline variant of Tasks RCU enabled.
Rude variant of Tasks RCU enabled.
Tracing variant of Tasks RCU enabled.
rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=12
RCU Tasks: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=12.
RCU Tasks Rude: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=12.
RCU Tasks Trace: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=12.
NR_IRQS: 524544, nr_irqs: 2152, preallocated irqs: 16
rcu: srcu_init: Setting srcu_struct sizes based on contention.
kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
Console: colour dummy device 80x25
printk: legacy console [tty0] enabled
ACPI: Core revision 20250807
hpet: HPET dysfunctional in PC10. Force disabled.
APIC: Switch to symmetric I/O mode setup
DMAR: Host address width 39
DMAR: DRHD base: 0x000000fed90000 flags: 0x0
DMAR: dmar0: reg_base_addr fed90000 ver 4:0 cap 1c0000c40660462 ecap 29a00f0505e
DMAR: DRHD base: 0x000000fed91000 flags: 0x1
DMAR: dmar1: reg_base_addr fed91000 ver 5:0 cap d2008c40660462 ecap f050da
DMAR: RMRR base: 0x0000004c000000 end: 0x000000503fffff
DMAR-IR: IOAPIC id 2 under DRHD base 0xfed91000 IOMMU 1
DMAR-IR: HPET id 0 under DRHD base 0xfed91000
DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
DMAR-IR: Enabled IRQ remapping in x2apic mode
x2apic enabled
APIC: Switched APIC routing to: cluster x2apic
clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x23fa772cf26, max_idle_ns: 440795269835 ns
Calibrating delay loop (skipped), value calculated using timer frequency.. 4992.00 BogoMIPS (lpj=2496000)
CPU0: Thermal monitoring enabled (TM1)
x86/cpu: User Mode Instruction Prevention (UMIP) activated
CET detected: Indirect Branch Tracking enabled
Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
process: using mwait in idle threads
mitigations: Enabled attack vectors: user_kernel, user_user, guest_host, guest_guest, SMT mitigations: auto
Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
Spectre V2 : Mitigation: Enhanced / Automatic IBRS
Register File Data Sampling: Mitigation: Clear Register File
VMSCAPE: Mitigation: IBPB before exit to userspace
Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Spectre V2 : Spectre v2 / PBRSB-eIBRS: Retire a single CALL on VMEXIT
Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
x86/fpu: Supporting XSAVE feature 0x800: 'Control-flow User registers'
x86/fpu: Supporting XSAVE feature 0x1000: 'Control-flow Kernel registers (KVM only)'
x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
x86/fpu: xstate_offset[9]: 832, xstate_sizes[9]: 8
x86/fpu: xstate_offset[11]: 840, xstate_sizes[11]: 16
x86/fpu: xstate_offset[12]: 856, xstate_sizes[12]: 24
x86/fpu: Enabled xstate features 0x1a07, context size is 880 bytes, using 'compacted' format.
Freeing SMP alternatives memory: 56K
pid_max: default: 32768 minimum: 301
landlock: Up and running.
Yama: becoming mindful.
LSM support for eBPF active
Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
smpboot: CPU0: Intel(R) Core(TM) 5 120U (family: 0x6, model: 0xba, stepping: 0x3)
Performance Events: XSAVE Architectural LBR, PEBS fmt4+-baseline, AnyThread deprecated, Alderlake Hybrid events, 32-deep LBR, full-width counters, Intel PMU driver.
core: cpu_core PMU driver:
... version: 5
... bit width: 48
... generic counters: 8
... generic bitmap: 00000000000000ff
... fixed-purpose counters: 4
... fixed-purpose bitmap: 000000000000000f
... value mask: 0000ffffffffffff
... max period: 00007fffffffffff
... global_ctrl mask: 0001000f000000ff
signal: max sigframe size: 3632
Estimated ratio of average max frequency by base frequency (times 1024): 2048
rcu: Hierarchical SRCU implementation.
rcu: Max phase no-delay instances is 400.
Timer migration: 2 hierarchy levels; 8 children per group; 2 crossnode level
NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
smp: Bringing up secondary CPUs ...
smpboot: x86: Booting SMP configuration:
.... node #0, CPUs: #2 #4 #5 #6 #7 #8 #9 #10 #11
core: cpu_atom PMU driver:
... version: 5
... bit width: 48
... generic counters: 6
... generic bitmap: 000000000000003f
... fixed-purpose counters: 3
... fixed-purpose bitmap: 0000000000000007
... value mask: 0000ffffffffffff
... max period: 00007fffffffffff
... global_ctrl mask: 000000070000003f
#1 #3
smp: Brought up 1 node, 12 CPUs
smpboot: Total of 12 processors activated (59904.00 BogoMIPS)
Memory: 15998168K/16461688K available (20394K kernel code, 2958K rwdata, 16496K rodata, 4728K init, 4692K bss, 440328K reserved, 0K cma-reserved)
devtmpfs: initialized
x86/mm: Memory block size: 128MB
ACPI: PM: Registering ACPI NVS region [mem 0x3f9df000-0x4298efff] (50003968 bytes)
clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
posixtimers hash table entries: 8192 (order: 5, 131072 bytes, linear)
futex hash table entries: 4096 (262144 bytes on 1 NUMA nodes, total 256 KiB, linear).
PM: RTC time: 09:19:56, date: 2026-01-27
NET: Registered PF_NETLINK/PF_ROUTE protocol family
DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
audit: initializing netlink subsys (disabled)
audit: type=2000 audit(1769505596.009:1): state=initialized audit_enabled=0 res=1
thermal_sys: Registered thermal governor 'fair_share'
thermal_sys: Registered thermal governor 'bang_bang'
thermal_sys: Registered thermal governor 'step_wise'
thermal_sys: Registered thermal governor 'user_space'
thermal_sys: Registered thermal governor 'power_allocator'
cpuidle: using governor ladder
cpuidle: using governor menu
acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
PCI: ECAM [mem 0xc0000000-0xcfffffff] (base 0xc0000000) for domain 0000 [bus 00-ff]
PCI: Using configuration type 1 for base access
kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
raid6: skipped pq benchmark and selected avx2x4
raid6: using avx2x2 recovery algorithm
ACPI: Added _OSI(Module Device)
ACPI: Added _OSI(Processor Device)
ACPI: Added _OSI(Processor Aggregator Device)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS01._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
fbcon: Taking over console
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS01._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS02._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS02._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS03._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS03._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS04._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS04._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS01._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS01._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS02._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS02._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS03._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS03._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS04._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS04._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS05._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS05._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS06._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS06._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS07._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS07._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS08._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS08._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS09._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS09._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS10._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS10._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS01._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS01._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS02._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS02._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS03._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS03._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS04._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS04._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI: 19 ACPI AML tables successfully acquired and loaded
ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_SB_.PC00.LPCB.H_EC.CHRG (20250807/dspkginit-438)
ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_SB_.PC00.LPCB.H_EC.SEN3 (20250807/dspkginit-438)
ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_SB_.PC00.LPCB.H_EC.CHRG (20250807/dspkginit-438)
ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_SB_.PC00.LPCB.H_EC.SEN3 (20250807/dspkginit-438)
ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_SB_.PC00.LPCB.H_EC.CHRG (20250807/dspkginit-438)
ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_SB_.PC00.LPCB.H_EC.SEN3 (20250807/dspkginit-438)
ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_SB_.PC00.LPCB.H_EC.CHRG (20250807/dspkginit-438)
ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_SB_.PC00.LPCB.H_EC.SEN3 (20250807/dspkginit-438)
ACPI: Dynamic OEM Table Load:
ACPI: SSDT 0xFFFF8C4A0150F800 000394 (v02 PmRef Cpu0Cst 00003001 INTL 20200717)
ACPI: Dynamic OEM Table Load:
ACPI: SSDT 0xFFFF8C4A01505000 0005E4 (v02 PmRef Cpu0Ist 00003000 INTL 20200717)
ACPI: Dynamic OEM Table Load:
ACPI: SSDT 0xFFFF8C4A01A25E00 0001AB (v02 PmRef Cpu0Psd 00003000 INTL 20200717)
ACPI: Dynamic OEM Table Load:
ACPI: SSDT 0xFFFF8C4A01502800 0004B5 (v02 PmRef Cpu0Hwp 00003000 INTL 20200717)
ACPI: Dynamic OEM Table Load:
ACPI: SSDT 0xFFFF8C4A014F0000 001BAF (v02 PmRef ApIst 00003000 INTL 20200717)
ACPI: Dynamic OEM Table Load:
ACPI: SSDT 0xFFFF8C4A014F4000 001038 (v02 PmRef ApHwp 00003000 INTL 20200717)
ACPI: Dynamic OEM Table Load:
ACPI: SSDT 0xFFFF8C4A02284000 001349 (v02 PmRef ApPsd 00003000 INTL 20200717)
ACPI: Dynamic OEM Table Load:
ACPI: SSDT 0xFFFF8C4A01515000 000FBB (v02 PmRef ApCst 00003000 INTL 20200717)
ACPI: EC: EC started
ACPI: EC: interrupt blocked
ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
ACPI: \_SB_.PC00.LPCB.EC0_: Boot DSDT EC used to handle transactions
ACPI: Interpreter enabled
ACPI: PM: (supports S0 S3 S4 S5)
ACPI: Using IOAPIC for interrupt routing
PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
PCI: Ignoring E820 reservations for host bridge windows
ACPI: Enabled 8 GPEs in block 00 to 7F
ACPI: \_SB_.PC00.XHCI.RHUB.HS10.BTRT: New power resource
ACPI: \_SB_.PC00.XHCI.RHUB.HS10.DBTR: New power resource
ACPI: \_SB_.PC00.CNVW.WRST: New power resource
ACPI: \_SB_.PC00.RP03.PXSX.WRST: New power resource
ACPI: \_SB_.PC00.RP03.PXSX.DRST: New power resource
ACPI: \_SB_.PC00.TBT0: New power resource
ACPI: \_SB_.PC00.TBT1: New power resource
ACPI: \_SB_.PC00.D3C_: New power resource
ACPI: \_TZ_.FN00: New power resource
ACPI: \_TZ_.FN01: New power resource
ACPI: \_TZ_.FN02: New power resource
ACPI: \_TZ_.FN03: New power resource
ACPI: \_TZ_.FN04: New power resource
ACPI: \PIN_: New power resource
ACPI: PCI Root Bridge [PC00] (domain 0000 [bus 00-fe])
acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
acpi PNP0A08:00: _OSC: platform does not support [AER]
acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME PCIeCapability LTR DPC]
PCI host bridge to bus 0000:00
pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
pci_bus 0000:00: root bus resource [mem 0x50400000-0xbfffffff window]
pci_bus 0000:00: root bus resource [mem 0x4000000000-0x7fffffffff window]
pci_bus 0000:00: root bus resource [bus 00-fe]
pci 0000:00:00.0: [8086:a708] type 00 class 0x060000 conventional PCI endpoint
pci 0000:00:02.0: [8086:a7ac] type 00 class 0x030000 PCIe Root Complex Integrated Endpoint
pci 0000:00:02.0: BAR 0 [mem 0x6000000000-0x6000ffffff 64bit]
pci 0000:00:02.0: BAR 2 [mem 0x4000000000-0x400fffffff 64bit pref]
pci 0000:00:02.0: BAR 4 [io 0x4000-0x403f]
pci 0000:00:02.0: DMAR: Skip IOMMU disabling for graphics
pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
pci 0000:00:02.0: VF BAR 0 [mem 0x00000000-0x00ffffff 64bit]
pci 0000:00:02.0: VF BAR 0 [mem 0x00000000-0x06ffffff 64bit]: contains BAR 0 for 7 VFs
pci 0000:00:02.0: VF BAR 2 [mem 0x00000000-0x1fffffff 64bit pref]
pci 0000:00:02.0: VF BAR 2 [mem 0x00000000-0xdfffffff 64bit pref]: contains BAR 2 for 7 VFs
pci 0000:00:04.0: [8086:a71d] type 00 class 0x118000 conventional PCI endpoint
pci 0000:00:04.0: BAR 0 [mem 0x6001100000-0x600111ffff 64bit]
pci 0000:00:06.0: [8086:a74d] type 01 class 0x060400 PCIe Root Port
pci 0000:00:06.0: PCI bridge to [bus 01]
pci 0000:00:06.0: PME# supported from D0 D3hot D3cold
pci 0000:00:06.0: PTM enabled (root), 4ns granularity
pci 0000:00:06.2: [8086:a73d] type 01 class 0x060400 PCIe Root Port
pci 0000:00:06.2: PCI bridge to [bus 02]
pci 0000:00:06.2: bridge window [mem 0x50600000-0x506fffff]
pci 0000:00:06.2: PME# supported from D0 D3hot D3cold
pci 0000:00:06.2: PTM enabled (root), 4ns granularity
pci 0000:00:08.0: [8086:a74f] type 00 class 0x088000 conventional PCI endpoint
pci 0000:00:08.0: BAR 0 [mem 0x600113d000-0x600113dfff 64bit]
pci 0000:00:0d.0: [8086:a71e] type 00 class 0x0c0330 conventional PCI endpoint
pci 0000:00:0d.0: BAR 0 [mem 0x6001120000-0x600112ffff 64bit]
pci 0000:00:0d.0: PME# supported from D3hot D3cold
pci 0000:00:14.0: [8086:51ed] type 00 class 0x0c0330 conventional PCI endpoint
pci 0000:00:14.0: BAR 0 [mem 0x50700000-0x5070ffff 64bit]
pci 0000:00:14.0: PME# supported from D3hot D3cold
pci 0000:00:14.2: [8086:51ef] type 00 class 0x050000 conventional PCI endpoint
pci 0000:00:14.2: BAR 0 [mem 0x6001134000-0x6001137fff 64bit]
pci 0000:00:14.2: BAR 2 [mem 0x600113c000-0x600113cfff 64bit]
pci 0000:00:15.0: [8086:51e8] type 00 class 0x0c8000 conventional PCI endpoint
pci 0000:00:15.0: BAR 0 [mem 0x00000000-0x00000fff 64bit]
pci 0000:00:15.3: [8086:51eb] type 00 class 0x0c8000 conventional PCI endpoint
pci 0000:00:15.3: BAR 0 [mem 0x00000000-0x00000fff 64bit]
pci 0000:00:16.0: [8086:51e0] type 00 class 0x078000 conventional PCI endpoint
pci 0000:00:16.0: BAR 0 [mem 0x6001139000-0x6001139fff 64bit]
pci 0000:00:16.0: PME# supported from D3hot
pci 0000:00:1c.0: [8086:51ba] type 01 class 0x060400 PCIe Root Port
pci 0000:00:1c.0: PCI bridge to [bus 03]
pci 0000:00:1c.0: bridge window [io 0x3000-0x3fff]
pci 0000:00:1c.0: bridge window [mem 0x50500000-0x505fffff]
pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
pci 0000:00:1c.0: PTM enabled (root), 4ns granularity
pci 0000:00:1d.0: [8086:51b1] type 01 class 0x060400 PCIe Root Port
pci 0000:00:1d.0: PCI bridge to [bus 04]
pci 0000:00:1d.0: bridge window [mem 0x50400000-0x504fffff]
pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
pci 0000:00:1d.0: PTM enabled (root), 4ns granularity
pci 0000:00:1f.0: [8086:519d] type 00 class 0x060100 conventional PCI endpoint
pci 0000:00:1f.3: [8086:51ca] type 00 class 0x040380 conventional PCI endpoint
pci 0000:00:1f.3: BAR 0 [mem 0x6001130000-0x6001133fff 64bit]
pci 0000:00:1f.3: BAR 4 [mem 0x6001000000-0x60010fffff 64bit]
pci 0000:00:1f.3: PME# supported from D3hot D3cold
pci 0000:00:1f.4: [8086:51a3] type 00 class 0x0c0500 conventional PCI endpoint
pci 0000:00:1f.4: BAR 0 [mem 0x6001138000-0x60011380ff 64bit]
pci 0000:00:1f.4: BAR 4 [io 0xefa0-0xefbf]
pci 0000:00:1f.5: [8086:51a4] type 00 class 0x0c8000 conventional PCI endpoint
pci 0000:00:1f.5: BAR 0 [mem 0xfe010000-0xfe010fff]
pci 0000:00:06.0: PCI bridge to [bus 01]
pci 0000:02:00.0: [15b7:5016] type 00 class 0x010802 PCIe Endpoint
pci 0000:02:00.0: BAR 0 [mem 0x50600000-0x50603fff 64bit]
pci 0000:00:06.2: PCI bridge to [bus 02]
pci 0000:03:00.0: [10ec:b852] type 00 class 0x028000 PCIe Endpoint
pci 0000:03:00.0: BAR 0 [io 0x3000-0x30ff]
pci 0000:03:00.0: BAR 2 [mem 0x50500000-0x505fffff 64bit]
pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
pci 0000:00:1c.0: PCI bridge to [bus 03]
pci 0000:04:00.0: [1217:8621] type 00 class 0x080501 PCIe Endpoint
pci 0000:04:00.0: BAR 0 [mem 0x50401000-0x50401fff]
pci 0000:04:00.0: BAR 1 [mem 0x50400000-0x504007ff]
pci 0000:04:00.0: PME# supported from D3hot D3cold
pci 0000:00:1d.0: PCI bridge to [bus 04]
ACPI: \_SB_.PEPD: Duplicate LPS0 _DSM functions (mask: 0x1)
Low-power S0 idle used by default for system suspend
ACPI: EC: interrupt unblocked
ACPI: EC: event unblocked
ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
ACPI: EC: GPE=0x6e
ACPI: \_SB_.PC00.LPCB.EC0_: Boot DSDT EC initialization complete
ACPI: \_SB_.PC00.LPCB.EC0_: EC: Used to handle transactions and events
iommu: Default domain type: Translated
iommu: DMA domain TLB invalidation policy: lazy mode
SCSI subsystem initialized
libata version 3.00 loaded.
ACPI: bus type USB registered
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
EDAC MC: Ver: 3.0.0
efivars: Registered efivars operations
NetLabel: Initializing
NetLabel: domain hash size = 128
NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
NetLabel: unlabeled traffic allowed by default
mctp: management component transport protocol core
NET: Registered PF_MCTP protocol family
PCI: Using ACPI for IRQ routing
PCI: pci_cache_line_size set to 64 bytes
pci 0000:00:1f.5: BAR 0 [mem 0xfe010000-0xfe010fff]: can't claim; no compatible bridge window
e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
e820: reserve RAM buffer [mem 0x364ed000-0x37ffffff]
e820: reserve RAM buffer [mem 0x36b11000-0x37ffffff]
e820: reserve RAM buffer [mem 0x3b229000-0x3bffffff]
e820: reserve RAM buffer [mem 0x3d93f000-0x3fffffff]
e820: reserve RAM buffer [mem 0x42b00000-0x43ffffff]
e820: reserve RAM buffer [mem 0x4afc00000-0x4afffffff]
pci 0000:00:02.0: vgaarb: setting as boot VGA device
pci 0000:00:02.0: vgaarb: bridge control possible
pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
vgaarb: loaded
Monitor-Mwait will be used to enter C-1 state
Monitor-Mwait will be used to enter C-2 state
Monitor-Mwait will be used to enter C-3 state
clocksource: Switched to clocksource tsc-early
VFS: Disk quotas dquot_6.6.0
VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
pnp: PnP ACPI init
system 00:00: [io 0x0680-0x069f] has been reserved
system 00:00: [io 0x164e-0x164f] has been reserved
system 00:00: [io 0xfd60-0xfd63] has been reserved
system 00:02: [io 0x1854-0x1857] has been reserved
pnp 00:04: disabling [mem 0xc0000000-0xcfffffff] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
system 00:04: [mem 0xfedc0000-0xfedc7fff] has been reserved
system 00:04: [mem 0xfeda0000-0xfeda0fff] has been reserved
system 00:04: [mem 0xfeda1000-0xfeda1fff] has been reserved
system 00:04: [mem 0xfed20000-0xfed7ffff] could not be reserved
system 00:04: [mem 0xfed90000-0xfed93fff] could not be reserved
system 00:04: [mem 0xfed45000-0xfed8ffff] could not be reserved
system 00:04: [mem 0xfee00000-0xfeefffff] has been reserved
system 00:05: [io 0x2000-0x20fe] has been reserved
pnp: PnP ACPI: found 7 devices
clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
NET: Registered PF_INET protocol family
IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
TCP: Hash tables configured (established 131072 bind 65536)
MPTCP token hash table entries: 16384 (order: 7, 393216 bytes, linear)
UDP hash table entries: 8192 (order: 7, 524288 bytes, linear)
UDP-Lite hash table entries: 8192 (order: 7, 524288 bytes, linear)
NET: Registered PF_UNIX/PF_LOCAL protocol family
NET: Registered PF_XDP protocol family
pci 0000:00:02.0: VF BAR 2 [mem 0x4020000000-0x40ffffffff 64bit pref]: assigned
pci 0000:00:02.0: VF BAR 0 [mem 0x4010000000-0x4016ffffff 64bit]: assigned
pci 0000:00:15.0: BAR 0 [mem 0x4017000000-0x4017000fff 64bit]: assigned
pci 0000:00:15.3: BAR 0 [mem 0x4017001000-0x4017001fff 64bit]: assigned
pci 0000:00:1f.5: BAR 0 [mem 0x50710000-0x50710fff]: assigned
pci 0000:00:06.0: PCI bridge to [bus 01]
pci 0000:00:06.2: PCI bridge to [bus 02]
pci 0000:00:06.2: bridge window [mem 0x50600000-0x506fffff]
pci 0000:00:1c.0: PCI bridge to [bus 03]
pci 0000:00:1c.0: bridge window [io 0x3000-0x3fff]
pci 0000:00:1c.0: bridge window [mem 0x50500000-0x505fffff]
pci 0000:00:1d.0: PCI bridge to [bus 04]
pci 0000:00:1d.0: bridge window [mem 0x50400000-0x504fffff]
pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
pci_bus 0000:00: resource 7 [mem 0x50400000-0xbfffffff window]
pci_bus 0000:00: resource 8 [mem 0x4000000000-0x7fffffffff window]
pci_bus 0000:02: resource 1 [mem 0x50600000-0x506fffff]
pci_bus 0000:03: resource 0 [io 0x3000-0x3fff]
pci_bus 0000:03: resource 1 [mem 0x50500000-0x505fffff]
pci_bus 0000:04: resource 1 [mem 0x50400000-0x504fffff]
PCI: CLS 64 bytes, default 64
PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
software IO TLB: mapped [mem 0x000000002c5ef000-0x00000000305ef000] (64MB)
clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x23fa772cf26, max_idle_ns: 440795269835 ns
clocksource: Switched to clocksource tsc
Trying to unpack rootfs image as initramfs...
Initialise system trusted keyrings
Key type blacklist registered
workingset: timestamp_bits=36 max_order=22 bucket_order=0
fuse: init (API version 7.45)
integrity: Platform Keyring initialized
integrity: Machine keyring initialized
xor: automatically using best checksumming function avx
Key type asymmetric registered
Asymmetric key parser 'x509' registered
Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
io scheduler mq-deadline registered
io scheduler kyber registered
io scheduler bfq registered
ledtrig-cpu: registered to indicate activity on CPUs
pcieport 0000:00:06.0: PME: Signaling with IRQ 120
pcieport 0000:00:06.2: PME: Signaling with IRQ 121
pcieport 0000:00:1c.0: PME: Signaling with IRQ 122
pcieport 0000:00:1d.0: PME: Signaling with IRQ 123
ACPI: AC: AC Adapter [ACAD] (on-line)
input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1b/PNP0C0D:00/input/input0
ACPI: button: Lid Switch [LID0]
input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
ACPI: button: Power Button [PWRB]
Freeing initrd memory: 24572K
thermal LNXTHERM:00: registered as thermal_zone0
ACPI: thermal: Thermal Zone [TZ00] (28 C)
Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
hpet_acpi_add: no address or irqs in _CRS
Non-volatile memory driver v1.3
Linux agpgart interface v0.103
ACPI: bus type drm_connector registered
xhci_hcd 0000:00:0d.0: xHCI Host Controller
xhci_hcd 0000:00:0d.0: new USB bus registered, assigned bus number 1
xhci_hcd 0000:00:0d.0: hcc params 0x20007fc1 hci version 0x120 quirks 0x0000000200009810
xhci_hcd 0000:00:0d.0: xHCI Host Controller
xhci_hcd 0000:00:0d.0: new USB bus registered, assigned bus number 2
xhci_hcd 0000:00:0d.0: Host supports USB 3.2 Enhanced SuperSpeed
usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.19
usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb1: Product: xHCI Host Controller
usb usb1: Manufacturer: Linux 6.19.0-rc6-1-git-00200-gc072629f05d7 xhci-hcd
usb usb1: SerialNumber: 0000:00:0d.0
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 1 port detected
usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.19
usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb2: Product: xHCI Host Controller
usb usb2: Manufacturer: Linux 6.19.0-rc6-1-git-00200-gc072629f05d7 xhci-hcd
usb usb2: SerialNumber: 0000:00:0d.0
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 2 ports detected
xhci_hcd 0000:00:14.0: xHCI Host Controller
xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
xhci_hcd 0000:00:14.0: hcc params 0x20007fc1 hci version 0x120 quirks 0x0000100200009810
xhci_hcd 0000:00:14.0: xHCI Host Controller
xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed
usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.19
usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb3: Product: xHCI Host Controller
usb usb3: Manufacturer: Linux 6.19.0-rc6-1-git-00200-gc072629f05d7 xhci-hcd
usb usb3: SerialNumber: 0000:00:14.0
hub 3-0:1.0: USB hub found
hub 3-0:1.0: 12 ports detected
usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.19
usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb4: Product: xHCI Host Controller
usb usb4: Manufacturer: Linux 6.19.0-rc6-1-git-00200-gc072629f05d7 xhci-hcd
usb usb4: SerialNumber: 0000:00:14.0
hub 4-0:1.0: USB hub found
hub 4-0:1.0: 4 ports detected
usbcore: registered new interface driver usbserial_generic
usbserial: USB Serial support registered for generic
i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
serio: i8042 KBD port at 0x60,0x64 irq 1
rtc_cmos 00:01: RTC can wake from S4
rtc_cmos 00:01: registered as rtc0
rtc_cmos 00:01: setting system clock to 2026-01-27T09:19:56 UTC (1769505596)
rtc_cmos 00:01: alarms up to one month, y3k, 242 bytes nvram
intel_pstate: Intel P-state driver initializing
intel_pstate: HWP enabled
simple-framebuffer simple-framebuffer.0: [drm] Registered 1 planes with drm panic
[drm] Initialized simpledrm 1.0.0 for simple-framebuffer.0 on minor 0
Console: switching to colour frame buffer device 100x37
simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
hid: raw HID events driver (C) Jiri Kosina
usbcore: registered new interface driver usbhid
usbhid: USB HID core driver
drop_monitor: Initializing network drop monitor service
NET: Registered PF_INET6 protocol family
Segment Routing with IPv6
RPL Segment Routing with IPv6
In-situ OAM (IOAM) with IPv6
NET: Registered PF_PACKET protocol family
ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
microcode: Current revision: 0x00006133
microcode: Updated early from: 0x00004123
IPI shorthand broadcast: enabled
sched_clock: Marking stable (482001018, 6587890)->(517827519, -29238611)
registered taskstats version 1
Loading compiled-in X.509 certificates
Loaded X.509 cert 'Build time autogenerated kernel key: 051f2b6b715b6ad1ad5b230622cd6e8824ada271'
input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2
zswap: loaded using pool zstd
Demotion targets for Node 0: null
Key type .fscrypt registered
Key type fscrypt-provisioning registered
Btrfs loaded, zoned=yes, fsverity=yes
Key type big_key registered
integrity: Loading X.509 certificate: UEFI:db
integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
integrity: Loading X.509 certificate: UEFI:db
integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
integrity: Loading X.509 certificate: UEFI:db
integrity: Loaded X.509 cert 'Microsoft Corporation: Windows UEFI CA 2023: aefc5fbbbe055d8f8daa585473499417ab5a5272'
integrity: Loading X.509 certificate: UEFI:db
integrity: Problem loading X.509 certificate -74
integrity: Error adding keys to platform keyring UEFI:db
PM: Magic number: 10:223:324
tty tty49: hash matches
acpi PNP0B00:00: hash matches
RAS: Correctable Errors collector initialized.
ACPI: battery: Slot [BAT1] (battery present)
clk: Disabling unused clocks
PM: genpd: Disabling unused power domains
Freeing unused decrypted memory: 2036K
Freeing unused kernel image (initmem) memory: 4728K
Write protecting the kernel read-only data: 38912k
Freeing unused kernel image (text/rodata gap) memory: 84K
Freeing unused kernel image (rodata/data gap) memory: 1936K
x86/mm: Checked W+X mappings: passed, no W+X pages found.
rodata_test: all tests were successful
Run /init as init process
with arguments:
/init
with environment:
HOME=/
TERM=linux
systemd[1]: Successfully made /usr/ read-only.
systemd[1]: systemd 259-2-arch running in system mode (+PAM +AUDIT -SELINUX +APPARMOR -IMA +IPE +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +BTF +XKBCOMMON +UTMP -SYSVINIT +LIBARCHIVE)
systemd[1]: Detected architecture x86-64.
systemd[1]: Running in initrd.
systemd[1]: Initializing machine ID from random generator.
usb 3-5: new high-speed USB device number 2 using xhci_hcd
systemd[1]: Queued start job for default target Initrd Default Target.
systemd[1]: Created slice Slice /system/systemd-validatefs.
systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
systemd[1]: Expecting device /dev/disk/by-uuid/ad720100-0431-4e07-b2e9-00fd54b8fbcb...
systemd[1]: Expecting device /dev/gpt-auto-root...
systemd[1]: Reached target Path Units.
systemd[1]: Reached target Slice Units.
systemd[1]: Reached target Swaps.
systemd[1]: Reached target Timer Units.
systemd[1]: Listening on Journal Socket (/dev/log).
systemd[1]: Listening on Journal Sockets.
systemd[1]: Listening on udev Control Socket.
systemd[1]: Listening on udev Kernel Socket.
systemd[1]: Reached target Socket Units.
systemd[1]: Starting Create List of Static Device Nodes...
systemd[1]: Starting Early Battery Level Check...
systemd[1]: Starting Journal Service...
systemd[1]: Starting Load Kernel Modules...
systemd[1]: TPM PCR Barrier (initrd) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
systemd[1]: Reached target Local Encrypted Volumes.
systemd[1]: Starting Create Static Device Nodes in /dev...
systemd[1]: Starting Coldplug All udev Devices...
systemd-journald[192]: Collecting audit messages is disabled.
systemd[1]: Finished Create List of Static Device Nodes.
systemd[1]: Finished Early Battery Level Check.
systemd[1]: Finished Load Kernel Modules.
systemd[1]: Finished Create Static Device Nodes in /dev.
systemd[1]: Started Display Boot-Time Emergency Messages In Full Screen.
systemd[1]: Starting Rule-based Manager for Device Events and Files...
systemd[1]: Started Journal Service.
usb 3-5: New USB device found, idVendor=30c9, idProduct=00c5, bcdDevice= 0.07
usb 3-5: New USB device strings: Mfr=3, Product=1, SerialNumber=2
usb 3-5: Product: Integrated Camera
usb 3-5: Manufacturer: 8SSC21M22245V1SR45701P0
usb 3-5: SerialNumber: 0001
wmi_bus wmi_bus-PNP0C14:05: [Firmware Bug]: WQB1 data block query control method not found
wmi_bus wmi_bus-PNP0C14:05: [Firmware Bug]: WQB2 data block query control method not found
Key type psk registered
intel-lpss 0000:00:15.0: enabling device (0004 -> 0006)
idma64 idma64.0: Found Intel integrated DMA 64-bit
intel-lpss 0000:00:15.3: enabling device (0004 -> 0006)
idma64 idma64.1: Found Intel integrated DMA 64-bit
usb 3-6: new full-speed USB device number 3 using xhci_hcd
nvme 0000:02:00.0: platform quirk: setting simple suspend
nvme nvme0: pci function 0000:02:00.0
nvme nvme0: allocated 32 MiB host memory buffer (8 segments).
nvme nvme0: 12/0/0 default/read/poll queues
nvme0n1: p1 p2
sdhci: Secure Digital Host Controller Interface driver
sdhci: Copyright(c) Pierre Ossman
sdhci-pci 0000:04:00.0: SDHCI controller found [1217:8621] (rev 1)
sdhci-pci 0000:04:00.0: enabling device (0000 -> 0002)
mmc0: SDHCI controller on PCI [0000:04:00.0] using ADMA
usb 3-6: not running at top speed; connect to a high speed hub
usb 3-6: New USB device found, idVendor=1c7a, idProduct=0583, bcdDevice=52.07
usb 3-6: New USB device strings: Mfr=1, Product=2, SerialNumber=3
usb 3-6: Product: ETU905A88-E
usb 3-6: Manufacturer: EGIS
usb 3-6: SerialNumber: 14495FPKC366
usb 3-10: new full-speed USB device number 4 using xhci_hcd
usb 3-10: New USB device found, idVendor=0bda, idProduct=4853, bcdDevice= 0.00
usb 3-10: New USB device strings: Mfr=1, Product=2, SerialNumber=3
usb 3-10: Product: Bluetooth Radio
usb 3-10: Manufacturer: Realtek
usb 3-10: SerialNumber: 00e04c000001
device-mapper: uevent: version 1.0.3
device-mapper: ioctl: 4.50.0-ioctl (2025-04-28) initialised: dm-devel@lists.linux.dev
i915 0000:00:02.0: [drm] Found alderlake_p/raptorlake_u (device ID a7ac) integrated display version 13.00 stepping E0
Console: switching to colour dummy device 80x25
i915 0000:00:02.0: vgaarb: deactivate vga console
i915 0000:00:02.0: [drm] Using Transparent Hugepages
i915 0000:00:02.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=io+mem:owns=io+mem
i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/adlp_dmc.bin (v2.20)
i915 0000:00:02.0: [drm] GT0: GuC firmware i915/adlp_guc_70.bin version 70.49.4
i915 0000:00:02.0: [drm] GT0: HuC firmware i915/tgl_huc.bin version 7.9.3
i915 0000:00:02.0: [drm] GT0: HuC: authenticated for all workloads
i915 0000:00:02.0: [drm] GT0: GUC: submission enabled
i915 0000:00:02.0: [drm] GT0: GUC: SLPC enabled
i915 0000:00:02.0: [drm] GT0: GUC: RC enabled
i915 0000:00:02.0: [drm] Protected Xe Path (PXP) protected content support initialized
i915 0000:00:02.0: [drm] Registered 4 planes with drm panic
[drm] Initialized i915 1.6.0 for 0000:00:02.0 on minor 1
ACPI: video: Video Device [GFX0] (multi-head: yes rom: no post: no)
input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input3
fbcon: i915drmfb (fb0) is primary device
Console: switching to colour frame buffer device 240x75
i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
irq 27: nobody cared (try booting with the "irqpoll" option)
CPU: 11 UID: 0 PID: 0 Comm: swapper/11 Not tainted 6.19.0-rc6-1-git-00200-gc072629f05d7 #25 PREEMPT(full) 965b63aac2bda1b665a30a4496712f4ba614bf9b
Hardware name: LENOVO 83FW/LNVNB161216, BIOS PFCN14WW 09/20/2024
Call Trace:
<IRQ>
dump_stack_lvl+0x5d/0x80
__report_bad_irq+0x35/0xbc
note_interrupt.cold+0x28/0x66
handle_irq_event+0x72/0x90
handle_fasteoi_irq+0xda/0x1f0
__common_interrupt+0x41/0xa0
common_interrupt+0x80/0xa0
</IRQ>
<TASK>
asm_common_interrupt+0x26/0x40
RIP: 0010:cpuidle_enter_state+0xbb/0x410
Code: 00 00 e8 c8 1a 01 ff e8 e3 ef ff ff 48 89 c5 0f 1f 44 00 00 31 ff e8 c4 97 ff fe 45 84 ff 0f 85 33 02 00 00 fb 0f 1f 44 00 00 <45> 85 f6 0f 88 7c 01 00 00 49 63 ce 48 2b 2c 24 48 6b d1 68 48 89
RSP: 0018:ffffcecac0223e78 EFLAGS: 00000246
RAX: ffff8c4df7d9b000 RBX: 0000000000000001 RCX: 0000000000000000
RDX: 000000008e2bc720 RSI: ffffffec9fc00e30 RDI: 0000000000000000
RBP: 000000008e2bc720 R08: 0000000000000002 R09: 0000000000000008
R10: 00000000ffffffff R11: ffffffffffffffff R12: ffff8c4d9fafe840
R13: ffffffffa71f3700 R14: 0000000000000001 R15: 0000000000000000
? cpuidle_enter_state+0xac/0x410
cpuidle_enter+0x31/0x50
do_idle+0x1ae/0x210
cpu_startup_entry+0x29/0x30
start_secondary+0x119/0x150
common_startup_64+0x13e/0x141
</TASK>
handlers:
[<000000000318d371>] idma64_irq [idma64]
Disabling IRQ #27
Key type trusted registered
Key type encrypted registered
PM: Image not found (code -22)
EXT4-fs (dm-0): Supports (experimental) DIO atomic writes awu_min: 4096, awu_max: 4096
EXT4-fs (dm-0): mounting with "discard" option, but the device does not support discard
EXT4-fs (dm-0): mounted filesystem ad720100-0431-4e07-b2e9-00fd54b8fbcb r/w with ordered data mode. Quota mode: none.
systemd-journald[192]: Received SIGTERM from PID 1 (systemd).
systemd[1]: systemd 259-2-arch running in system mode (+PAM +AUDIT -SELINUX +APPARMOR -IMA +IPE +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +BTF +XKBCOMMON +UTMP -SYSVINIT +LIBARCHIVE)
systemd[1]: Detected architecture x86-64.
systemd[1]: Hostname set to <arch>.
systemd[1]: bpf-restrict-fs: LSM BPF program attached
systemd[1]: initrd-switch-root.service: Deactivated successfully.
systemd[1]: Stopped Switch Root.
systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1.
systemd[1]: Created slice Virtual Machine and Container Slice.
systemd[1]: Created slice Slice /system/dirmngr.
systemd[1]: Created slice Slice /system/getty.
systemd[1]: Created slice Slice /system/gpg-agent.
systemd[1]: Created slice Slice /system/gpg-agent-browser.
systemd[1]: Created slice Slice /system/gpg-agent-extra.
systemd[1]: Created slice Slice /system/gpg-agent-ssh.
systemd[1]: Created slice Slice /system/keyboxd.
systemd[1]: Created slice Slice /system/modprobe.
systemd[1]: Created slice Slice /system/systemd-fsck.
systemd[1]: Created slice User and Session Slice.
systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
systemd[1]: Started Forward Password Requests to Wall Directory Watch.
systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
systemd[1]: Expecting device /dev/disk/by-uuid/C6DC-F0DB...
systemd[1]: Reached target Local Encrypted Volumes.
systemd[1]: Reached target Login Prompts.
systemd[1]: Reached target Image Downloads.
systemd[1]: Stopped target Switch Root.
systemd[1]: Stopped target Initrd File Systems.
systemd[1]: Stopped target Initrd Root File System.
systemd[1]: Reached target Local Integrity Protected Volumes.
systemd[1]: Reached target Path Units.
systemd[1]: Reached target Remote File Systems.
systemd[1]: Reached target Slice Units.
systemd[1]: Reached target Local Verity Protected Volumes.
systemd[1]: Listening on Device-mapper event daemon FIFOs.
systemd[1]: Listening on Query the User Interactively for a Password.
systemd[1]: Listening on Process Core Dump Socket.
systemd[1]: Listening on Credential Encryption/Decryption.
systemd[1]: Listening on Factory Reset Management.
systemd[1]: Listening on Console Output Muting Service Socket.
systemd[1]: TPM PCR Measurements was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
systemd[1]: Make TPM PCR Policy was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
systemd[1]: Listening on Disk Repartitioning Service Socket.
systemd[1]: Listening on udev Control Socket.
systemd[1]: Listening on udev Varlink Socket.
systemd[1]: Listening on User Database Manager Socket.
systemd[1]: Mounting Huge Pages File System...
systemd[1]: Mounting POSIX Message Queue File System...
systemd[1]: Mounting Kernel Debug File System...
systemd[1]: Mounting Kernel Trace File System...
systemd[1]: Starting Create List of Static Device Nodes...
systemd[1]: Load Kernel Module configfs was skipped because of an unmet condition check (ConditionKernelModuleLoaded=!configfs).
systemd[1]: Mounting Kernel Configuration File System...
systemd[1]: Load Kernel Module drm was skipped because of an unmet condition check (ConditionKernelModuleLoaded=!drm).
systemd[1]: Load Kernel Module fuse was skipped because of an unmet condition check (ConditionKernelModuleLoaded=!fuse).
systemd[1]: Mounting FUSE Control File System...
systemd[1]: systemd-cryptsetup@root.service: Deactivated successfully.
systemd[1]: Stopped systemd-cryptsetup@root.service.
systemd[1]: systemd-cryptsetup@root.service: Consumed 31.201s CPU time over 30.076s wall clock time, 1G memory peak.
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).
systemd[1]: Starting Journal Service...
systemd[1]: Starting Load Kernel Modules...
systemd[1]: TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
systemd[1]: TPM PCR Root File System Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
systemd[1]: TPM NvPCR Product ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
systemd[1]: Starting Remount Root and Kernel File Systems...
systemd[1]: Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
systemd[1]: Starting Load udev Rules from Credentials...
systemd[1]: Starting Coldplug All udev Devices...
systemd[1]: systemd-validatefs@sysroot.service: Deactivated successfully.
systemd[1]: Stopped Validate File System Mount Constraints of /sysroot.
systemd[1]: Mounted Huge Pages File System.
systemd[1]: Mounted POSIX Message Queue File System.
systemd[1]: Mounted Kernel Debug File System.
systemd[1]: Mounted Kernel Trace File System.
systemd[1]: Finished Create List of Static Device Nodes.
systemd[1]: Mounted Kernel Configuration File System.
systemd[1]: Mounted FUSE Control File System.
systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
systemd[1]: Finished Load udev Rules from Credentials.
Asymmetric key parser 'pkcs8' registered
systemd[1]: Finished Load Kernel Modules.
systemd[1]: Starting Apply Kernel Variables...
systemd-journald[1117]: Collecting audit messages is disabled.
EXT4-fs (dm-0): re-mounted ad720100-0431-4e07-b2e9-00fd54b8fbcb.
systemd[1]: Finished Remount Root and Kernel File Systems.
systemd[1]: Started Journal Service.
systemd-journald[1117]: Received client request to flush runtime journal.
Adding 45088764k swap on /swapfile. Priority:-1 extents:347 across:128843776k SS
mc: Linux media interface: v0.10
videodev: Linux video capture interface: v2.00
intel_pmc_core INT33A1:00: initialized
resource: resource sanity check: requesting [mem 0x00000000fedc0000-0x00000000fedcffff], which spans more than pnp 00:04 [mem 0xfedc0000-0xfedc7fff]
caller igen6_probe+0x155/0x824 [igen6_edac] mapping multiple BARs
EDAC MC0: Giving out device to module igen6_edac controller Intel_client_SoC MC#0: DEV 0000:00:00.0 (INTERRUPT)
EDAC MC1: Giving out device to module igen6_edac controller Intel_client_SoC MC#1: DEV 0000:00:00.0 (INTERRUPT)
EDAC igen6: v2.5.1
ACPI: bus type thunderbolt registered
i801_smbus 0000:00:1f.4: SPD Write Disable is set
i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
mei_me 0000:00:16.0: enabling device (0000 -> 0002)
ACPI: battery: new hook: Ideapad Battery Extension
input: Ideapad extra buttons as /devices/pci0000:00/0000:00:1f.0/PNP0C09:00/VPC2004:00/input/input4
input: PC Speaker as /devices/platform/pcspkr/input/input5
i2c_designware i2c_designware.0: [Firmware Bug]: DSDT uses known not-working I2C bus speed 400000, forcing it to 100000
drivers/hid/i2c-hid/i2c-hid-core.c: HID probe called for i2c 0x15
i2c_hid_acpi i2c-ELAN06FA:00: Fetching the HID descriptor
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=01 00
i2c_hid_acpi i2c-ELAN06FA:00: HID Descriptor: 1e 00 00 01 a3 02 02 00 03 00 1f 00 04 00 00 00 05 00 06 00 f3 04 7e 32 04 00 00 00 00 00
i2c_hid_acpi i2c-ELAN06FA:00: Requesting IRQ: 156
i2c_hid_acpi i2c-ELAN06FA:00: entering i2c_hid_parse
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_start_hwreset
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_power
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 00 08
Bluetooth: Core ver 2.22
NET: Registered PF_BLUETOOTH protocol family
Bluetooth: HCI device and connection manager initialized
Bluetooth: HCI socket layer initialized
Bluetooth: L2CAP socket layer initialized
Bluetooth: SCO socket layer initialized
intel_rapl_msr: PL4 support detected.
intel_rapl_common: Found RAPL domain package
intel_rapl_common: Found RAPL domain core
intel_rapl_common: Found RAPL domain uncore
intel_rapl_common: Found RAPL domain psys
cfg80211: Loading compiled-in X.509 certificates for regulatory database
Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
faux_driver regulatory: Direct firmware load for regulatory.db failed with error -2
cfg80211: failed to load regulatory.db
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 00 01
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_finish_hwreset: waiting...
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_finish_hwreset: finished.
i2c_hid_acpi i2c-ELAN06FA:00: asking HID report descriptor
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=02 00
i2c_hid_acpi i2c-ELAN06FA:00: Report Descriptor: 05 01 09 02 a1 01 85 01 09 01 a1 00 05 09 19 01 29 02 15 00 25 01 75 01 95 02 81 02 95 06 81 03 05 01 09 30 09 31 15 81 25 7f 75 08 95 02 81 06 75 08 95 05 81 03 c0 06 00 ff 09 01 85 0e 09 c5
input: ELAN06FA:00 04F3:327E Mouse as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-13/i2c-ELAN06FA:00/0018:04F3:327E.0001/input/input6
input: ELAN06FA:00 04F3:327E Touchpad as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-13/i2c-ELAN06FA:00/0018:04F3:327E.0001/input/input8
hid-generic 0018:04F3:327E.0001: input,hidraw0: I2C HID v1.00 Mouse [ELAN06FA:00 04F3:327E] on i2c-ELAN06FA:00
iTCO_vendor_support: vendor-support=0
spi-nor spi0.0: supply vcc not found, using dummy regulator
RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
RAPL PMU: hw unit of domain package 2^-14 Joules
RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
RAPL PMU: hw unit of domain psys 2^-14 Joules
Creating 1 MTD partitions on "0000:00:1f.5":
0x000000000000-0x000000800000 : "BIOS"
iTCO_wdt iTCO_wdt: Found a Intel PCH TCO device (Version=6, TCOBASE=0x0400)
iTCO_wdt iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_ops [i915])
spi-nor spi0.1: supply vcc not found, using dummy regulator
mei_pxp 0000:00:16.0-fbf6fcf1-96cf-4e2e-a6a6-1bab8cbe36b1: bound 0000:00:02.0 (ops i915_pxp_tee_component_ops [i915])
Creating 1 MTD partitions on "0000:00:1f.5-chip1":
0x000000000000-0x000001000000 : "BIOS1"
uvcvideo 3-5:1.0: Found UVC 1.50 device Integrated Camera (30c9:00c5)
usbcore: registered new interface driver uvcvideo
usbcore: registered new interface driver btusb
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_get_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 3d 02 06 00
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_get_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 32 02 06 00
Bluetooth: hci0: RTL: examining hci_ver=0b hci_rev=000b lmp_ver=0b lmp_subver=8852
Bluetooth: hci0: RTL: rom_version status=0 version=1
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_get_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 32 02 06 00
Bluetooth: hci0: RTL: btrtl_initialize: key id 0
Bluetooth: hci0: RTL: loading rtl_bt/rtl8852bu_fw.bin
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_get_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 36 02 06 00
Bluetooth: hci0: RTL: loading rtl_bt/rtl8852bu_config.bin
Bluetooth: hci0: RTL: cfg_sz 6, total sz 60107
input: ELAN06FA:00 04F3:327E Mouse as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-13/i2c-ELAN06FA:00/0018:04F3:327E.0001/input/input9
input: ELAN06FA:00 04F3:327E Touchpad as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-13/i2c-ELAN06FA:00/0018:04F3:327E.0001/input/input11
hid-multitouch 0018:04F3:327E.0001: input,hidraw0: I2C HID v1.00 Mouse [ELAN06FA:00 04F3:327E] on i2c-ELAN06FA:00
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 37 03 06 00 05 00 07 00 00
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 33 03 06 00 05 00 03 03 00
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 35 03 06 00 05 00 05 03 00
typec port0: bound usb3-port2 (ops connector_ops)
typec port0: bound usb2-port1 (ops connector_ops)
mousedev: PS/2 mouse device common for all mice
intel_rapl_common: Found RAPL domain package
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 37 03 06 00 05 00 07 00 00
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 33 03 06 00 05 00 03 03 00
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 35 03 06 00 05 00 05 03 00
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 37 03 06 00 05 00 07 01 00
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 33 03 06 00 05 00 03 03 00
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 35 03 06 00 05 00 05 00 00
intel_tcc_cooling: TCC Offset locked
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 37 03 06 00 05 00 07 00 00
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 33 03 06 00 05 00 03 03 00
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 35 03 06 00 05 00 05 03 00
typec port1: bound usb3-port3 (ops connector_ops)
typec port1: bound usb2-port2 (ops connector_ops)
acpi PRP00001:00: No SoundWire links detected
rtw89_8852be 0000:03:00.0: loaded firmware rtw89/rtw8852b_fw-1.bin
rtw89_8852be 0000:03:00.0: enabling device (0000 -> 0003)
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 37 03 06 00 05 00 07 01 00
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 33 03 06 00 05 00 03 03 00
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 35 03 06 00 05 00 05 00 00
rtw89_8852be 0000:03:00.0: Firmware version 0.29.29.15 (6fb3ec41), cmd version 0, type 5
rtw89_8852be 0000:03:00.0: Firmware version 0.29.29.15 (6fb3ec41), cmd version 0, type 3
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 37 03 06 00 05 00 07 00 00
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 33 03 06 00 05 00 03 03 00
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 35 03 06 00 05 00 05 03 00
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 37 03 06 00 05 00 07 01 00
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 33 03 06 00 05 00 03 03 00
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 35 03 06 00 05 00 05 00 00
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 37 03 06 00 05 00 07 00 00
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 33 03 06 00 05 00 03 03 00
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 35 03 06 00 05 00 05 03 00
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 37 03 06 00 05 00 07 01 00
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 33 03 06 00 05 00 03 03 00
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 35 03 06 00 05 00 05 00 00
acpi PRP00001:00: No SoundWire links detected
acpi PRP00001:00: No SoundWire links detected
snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002)
snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops intel_audio_component_bind_ops [i915])
snd_hda_codec_conexant hdaudioC0D0: CX11880: BIOS auto-probing.
snd_hda_codec_conexant hdaudioC0D0: CX11880: picked fixup for PCI SSID 17aa:0000
snd_hda_codec_conexant hdaudioC0D0: autoconfig for CX11880: line_outs=1 (0x17/0x0/0x0/0x0/0x0) type:speaker
snd_hda_codec_conexant hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
snd_hda_codec_conexant hdaudioC0D0: hp_outs=1 (0x16/0x0/0x0/0x0/0x0)
snd_hda_codec_conexant hdaudioC0D0: mono: mono_out=0x0
snd_hda_codec_conexant hdaudioC0D0: inputs:
snd_hda_codec_conexant hdaudioC0D0: Mic=0x19
snd_hda_codec_conexant hdaudioC0D0: Internal Mic=0x1a
input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input12
input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input13
input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input14
input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input15
input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input16
input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input17
Bluetooth: hci0: RTL: fw version 0x42d34e04
Bluetooth: hci0: AOSP extensions version v1.00
rtw89_8852be 0000:03:00.0: chip rfe_type is 1
rtw89_8852be 0000:03:00.0: rfkill hardware state changed to enable
bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 37 03 06 00 05 00 07 00 00
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 33 03 06 00 05 00 03 03 00
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 35 03 06 00 05 00 05 03 00
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 37 03 06 00 05 00 07 01 00
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 33 03 06 00 05 00 03 03 00
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 35 03 06 00 05 00 05 00 00
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 37 03 06 00 05 00 07 00 00
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 33 03 06 00 05 00 03 03 00
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 35 03 06 00 05 00 05 03 00
^ permalink raw reply [flat|nested] 55+ messages in thread
* Re: [REGRESSION][BISECTED] Lenovo IdeaPad touchpad does not work when idma64 is present in initramfs
2026-01-27 10:11 ` correctmost
@ 2026-01-27 10:19 ` Mika Westerberg
2026-01-27 10:56 ` correctmost
0 siblings, 1 reply; 55+ messages in thread
From: Mika Westerberg @ 2026-01-27 10:19 UTC (permalink / raw)
To: correctmost; +Cc: Andy Shevchenko, dmaengine, regressions, vkoul, linux-i2c
On Tue, Jan 27, 2026 at 05:11:48AM -0500, correctmost wrote:
> On Tue, Jan 27, 2026, at 3:42 AM, Mika Westerberg wrote:
> > On Tue, Jan 27, 2026 at 01:52:01AM -0500, correctmost wrote:
> >> On Mon, Jan 26, 2026, at 8:53 AM, Mika Westerberg wrote:
> >> > On Sat, Jan 24, 2026 at 10:38:14PM -0500, correctmost wrote:
> >> >> I am seeing mixed results with those i2c config changes, depending on which modules are included in the initramfs image.
> >> >>
> >> >> Build info for both tests:
> >> >> - Commit c072629f05d7
> >> >> - CONFIG_I2C_DESIGNWARE_CORE=m
> >> >> - CONFIG_I2C_DESIGNWARE_PLATFORM=m
> >> >>
> >> >> --> Test 1 - Various i2c modules absent from initramfs
> >> >>
> >> >> Modules:
> >> >> - drivers/dma/idma64.ko.zst present in initramfs
> >> >> - drivers/hid/i2c-hid/{i2c-hid-acpi.ko.zst,i2c-hid.ko.zst} absent from initramfs
> >> >> - drivers/i2c/busses/{i2c-designware-core.ko.zst,i2c-designware-platform.ko.zst,i2c-i801.ko.zst} absent from initramfs
> >> >> - drivers/i2c/{i2c-mux.ko.zst,i2c-smbus.ko.zst} absent from initramfs
> >> >>
> >> >> Result: The touchpad works, but there are still IRQ #27 messages:
> >> >
> >> > And the touchpad is working fine after boot too?
> >>
> >> Yep, the touchpad seems to work fine in my desktop environment after booting and logging in.
> >
> > Can you do one more experiment?
> >
> > Add "modprobe.blacklist=idma64" in the command line too (keep everything
> > else as they are now). Does the touchpad still work and do you still get
> > the warning? Please share full dmesg.
>
> Test 1 - modprobe.blacklist=idma64
>
> The IRQ warning is present and the touchpad still works, but I think that's because the idma64 module is still loaded (the full log is attached):
>
> intel-lpss 0000:00:15.0: enabling device (0004 -> 0006)
> idma64 idma64.0: Found Intel integrated DMA 64-bit
> intel-lpss 0000:00:15.3: enabling device (0004 -> 0006)
> idma64 idma64.1: Found Intel integrated DMA 64-bit
Okay can you set CONFIG_INTEL_IDMA64=n in .config? That should prevent it
from loading. Keep the rest as it was.
^ permalink raw reply [flat|nested] 55+ messages in thread
* Re: [REGRESSION][BISECTED] Lenovo IdeaPad touchpad does not work when idma64 is present in initramfs
2026-01-27 10:19 ` Mika Westerberg
@ 2026-01-27 10:56 ` correctmost
2026-01-27 14:43 ` Mika Westerberg
0 siblings, 1 reply; 55+ messages in thread
From: correctmost @ 2026-01-27 10:56 UTC (permalink / raw)
To: Mika Westerberg; +Cc: Andy Shevchenko, dmaengine, regressions, vkoul, linux-i2c
[-- Attachment #1: Type: text/plain, Size: 2432 bytes --]
On Tue, Jan 27, 2026, at 5:19 AM, Mika Westerberg wrote:
> On Tue, Jan 27, 2026 at 05:11:48AM -0500, correctmost wrote:
>> On Tue, Jan 27, 2026, at 3:42 AM, Mika Westerberg wrote:
>> > On Tue, Jan 27, 2026 at 01:52:01AM -0500, correctmost wrote:
>> >> On Mon, Jan 26, 2026, at 8:53 AM, Mika Westerberg wrote:
>> >> > On Sat, Jan 24, 2026 at 10:38:14PM -0500, correctmost wrote:
>> >> >> I am seeing mixed results with those i2c config changes, depending on which modules are included in the initramfs image.
>> >> >>
>> >> >> Build info for both tests:
>> >> >> - Commit c072629f05d7
>> >> >> - CONFIG_I2C_DESIGNWARE_CORE=m
>> >> >> - CONFIG_I2C_DESIGNWARE_PLATFORM=m
>> >> >>
>> >> >> --> Test 1 - Various i2c modules absent from initramfs
>> >> >>
>> >> >> Modules:
>> >> >> - drivers/dma/idma64.ko.zst present in initramfs
>> >> >> - drivers/hid/i2c-hid/{i2c-hid-acpi.ko.zst,i2c-hid.ko.zst} absent from initramfs
>> >> >> - drivers/i2c/busses/{i2c-designware-core.ko.zst,i2c-designware-platform.ko.zst,i2c-i801.ko.zst} absent from initramfs
>> >> >> - drivers/i2c/{i2c-mux.ko.zst,i2c-smbus.ko.zst} absent from initramfs
>> >> >>
>> >> >> Result: The touchpad works, but there are still IRQ #27 messages:
>> >> >
>> >> > And the touchpad is working fine after boot too?
>> >>
>> >> Yep, the touchpad seems to work fine in my desktop environment after booting and logging in.
>> >
>> > Can you do one more experiment?
>> >
>> > Add "modprobe.blacklist=idma64" in the command line too (keep everything
>> > else as they are now). Does the touchpad still work and do you still get
>> > the warning? Please share full dmesg.
>>
>> Test 1 - modprobe.blacklist=idma64
>>
>> The IRQ warning is present and the touchpad still works, but I think that's because the idma64 module is still loaded (the full log is attached):
>>
>> intel-lpss 0000:00:15.0: enabling device (0004 -> 0006)
>> idma64 idma64.0: Found Intel integrated DMA 64-bit
>> intel-lpss 0000:00:15.3: enabling device (0004 -> 0006)
>> idma64 idma64.1: Found Intel integrated DMA 64-bit
>
> Okay can you set CONFIG_INTEL_IDMA64=n in .config? That should prevent it
> from loading. Keep the rest as it was.
That change makes the IRQ message go away and the touchpad seems to work fine in my desktop environment (log attached).
These are the config changes that I tested with:
- CONFIG_I2C_DESIGNWARE_CORE=m
- CONFIG_I2C_DESIGNWARE_PLATFORM=m
- CONFIG_INTEL_IDMA64=n
[-- Attachment #2: dmesg-config-intel-idma64.txt --]
[-- Type: text/plain, Size: 75342 bytes --]
Linux version 6.19.0-rc6-1-git-00200-gc072629f05d7 (linux-git@archlinux) (gcc (GCC) 15.2.1 20260103, GNU ld (GNU Binutils) 2.45.1) #26 SMP PREEMPT_DYNAMIC Tue, 27 Jan 2026 10:22:32 +0000
Command line: initrd=\initramfs-linux-git.img rd.luks.options=password-echo=no rw rootfstype=ext4 i2c-hid.dyndbg=+p modprobe.blacklist=idma64 resume=UUID=ad720100-0431-4e07-b2e9-00fd54b8fbcb resume_offset=1361920
x86/split lock detection: #AC: crashing the kernel on kernel split_locks and warning on user-space split_locks
BIOS-provided physical RAM map:
BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
BIOS-e820: [mem 0x000000000009f000-0x00000000000fffff] reserved
BIOS-e820: [mem 0x0000000000100000-0x000000003b228fff] usable
BIOS-e820: [mem 0x000000003b229000-0x000000003bb28fff] reserved
BIOS-e820: [mem 0x000000003bb29000-0x000000003d93efff] usable
BIOS-e820: [mem 0x000000003d93f000-0x000000003f9defff] reserved
BIOS-e820: [mem 0x000000003f9df000-0x000000004298efff] ACPI NVS
BIOS-e820: [mem 0x000000004298f000-0x0000000042afefff] ACPI data
BIOS-e820: [mem 0x0000000042aff000-0x0000000042afffff] usable
BIOS-e820: [mem 0x0000000042b00000-0x0000000046ffffff] reserved
BIOS-e820: [mem 0x0000000047c00000-0x0000000047ffffff] reserved
BIOS-e820: [mem 0x0000000048e00000-0x00000000503fffff] reserved
BIOS-e820: [mem 0x00000000c0000000-0x00000000cfffffff] reserved
BIOS-e820: [mem 0x00000000fed20000-0x00000000fed7ffff] reserved
BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
BIOS-e820: [mem 0x0000000100000000-0x00000004afbfffff] usable
NX (Execute Disable) protection: active
APIC: Static calls initialized
efi: EFI v2.8 by INSYDE Corp.
efi: ACPI=0x42afe000 ACPI 2.0=0x42afe014 TPMFinalLog=0x42906000 SMBIOS=0x3dfd9000 MEMATTR=0x36b0e298 ESRT=0x36b11018 RNG=0x42a12f18 INITRD=0x36b03c98 TPMEventLog=0x42a0a018
random: crng init done
efi: Remove mem95: MMIO range=[0xc0000000-0xcfffffff] (256MB) from e820 map
e820: remove [mem 0xc0000000-0xcfffffff] reserved
efi: Remove mem97: MMIO range=[0xff000000-0xffffffff] (16MB) from e820 map
e820: remove [mem 0xff000000-0xffffffff] reserved
SMBIOS 3.4 present.
DMI: LENOVO 83FW/LNVNB161216, BIOS PFCN14WW 09/20/2024
DMI: Memory slots populated: 2/2
tsc: Detected 2500.000 MHz processor
tsc: Detected 2496.000 MHz TSC
e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
e820: remove [mem 0x000a0000-0x000fffff] usable
last_pfn = 0x4afc00 max_arch_pfn = 0x400000000
MTRR map: 5 entries (3 fixed + 2 variable; max 23), built from 10 variable MTRRs
x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
last_pfn = 0x42b00 max_arch_pfn = 0x400000000
esrt: Reserving ESRT space from 0x0000000036b11018 to 0x0000000036b11140.
e820: update [mem 0x36b11000-0x36b11fff] usable ==> reserved
Using GB pages for direct mapping
Secure boot disabled
RAMDISK: [mem 0x305ff000-0x31df5fff]
ACPI: Early table checksum verification disabled
ACPI: RSDP 0x0000000042AFE014 000024 (v02 LENOVO)
ACPI: XSDT 0x0000000042A2F188 00012C (v01 LENOVO CB-01 00000001 01000013)
ACPI: FACP 0x0000000042AD3000 00010C (v05 LENOVO CB-01 00000001 ACPI 00040000)
ACPI: DSDT 0x0000000042A33000 09C575 (v02 LENOVO CB-01 00000001 ACPI 00040000)
ACPI: FACS 0x00000000428E1000 000040
ACPI: UEFI 0x000000004298E000 0001CF (v01 INSYDE ADL-P-M 00000001 ACPI 00040000)
ACPI: SSDT 0x0000000042AF8000 0042E1 (v02 LENOVO CB-01 00000001 INTL 20200717)
ACPI: SSDT 0x0000000042AF7000 00038C (v02 LENOVO CB-01 00000001 INTL 20200717)
ACPI: SSDT 0x0000000042AF6000 000106 (v02 LENOVO CB-01 00000001 INTL 20200717)
ACPI: SSDT 0x0000000042AF0000 005D34 (v02 LENOVO CB-01 00000001 INTL 20200717)
ACPI: SSDT 0x0000000042AED000 002C28 (v02 LENOVO CB-01 00000001 INTL 20200717)
ACPI: SSDT 0x0000000042AE9000 0033E9 (v02 LENOVO CB-01 00000001 INTL 20200717)
ACPI: SSDT 0x0000000042ADB000 00D836 (v02 INTEL TcssSsdt 00001000 INTL 20200717)
ACPI: SSDT 0x0000000042ADA000 00094F (v02 LENOVO CB-01 00000001 INTL 20200717)
ACPI: SSDT 0x0000000042AD9000 000033 (v02 LENOVO CB-01 00000001 INTL 20200717)
ACPI: SSDT 0x0000000042AD7000 0011EB (v02 LENOVO CB-01 00000001 INTL 20200717)
ACPI: SSDT 0x0000000042AD6000 00077B (v02 LENOVO CB-01 00000001 INTL 20200717)
ACPI: TPM2 0x0000000042AD5000 00004C (v04 LENOVO CB-01 00000001 ACPI 00040000)
ACPI: MSDM 0x0000000042AD4000 000055 (v03 LENOVO CB-01 00000001 ACPI 00040000)
ACPI: HPET 0x0000000042AD2000 000038 (v01 LENOVO CB-01 00000001 ACPI 00040000)
ACPI: APIC 0x0000000042AD1000 0001DC (v03 LENOVO CB-01 00000001 ACPI 00040000)
ACPI: MCFG 0x0000000042AD0000 00003C (v01 LENOVO CB-01 00000001 ACPI 00040000)
ACPI: SSDT 0x0000000042A31000 001D0E (v02 LENOVO CB-01 00000001 01000013)
ACPI: LPIT 0x0000000042A30000 0000CC (v01 LENOVO CB-01 00000001 ACPI 00040000)
ACPI: WSMT 0x0000000042AFD000 000028 (v01 LENOVO CB-01 00000001 ACPI 00040000)
ACPI: SSDT 0x0000000042A2E000 000AD9 (v02 LENOVO CB-01 00000001 INTL 20200717)
ACPI: SSDT 0x0000000042A24000 0092F4 (v02 LENOVO CB-01 00000001 INTL 20200717)
ACPI: DBGP 0x0000000042A23000 000034 (v01 LENOVO CB-01 00000001 ACPI 00040000)
ACPI: DBG2 0x0000000042A22000 000054 (v00 LENOVO CB-01 00000001 ACPI 00040000)
ACPI: DMAR 0x0000000042A21000 000088 (v01 LENOVO CB-01 00000001 ACPI 00040000)
ACPI: SSDT 0x0000000042A1F000 00100B (v02 LENOVO CB-01 00000001 INTL 20200717)
ACPI: SSDT 0x0000000042A1B000 0039DA (v02 LENOVO CB-01 00000001 INTL 20200717)
ACPI: SSDT 0x0000000042A17000 0039DA (v02 LENOVO CB-01 00000001 INTL 20200717)
ACPI: SSDT 0x0000000042A16000 0000F8 (v02 LENOVO CB-01 00000001 INTL 20200717)
ACPI: FPDT 0x0000000042A15000 000044 (v01 LENOVO CB-01 00000001 ACPI 00040000)
ACPI: PHAT 0x0000000042A13000 0007F8 (v01 LENOVO CB-01 00000001 ACPI 00040000)
ACPI: BGRT 0x0000000042A14000 000038 (v01 LENOVO CB-01 00000001 ACPI 00040000)
ACPI: Reserving FACP table memory at [mem 0x42ad3000-0x42ad310b]
ACPI: Reserving DSDT table memory at [mem 0x42a33000-0x42acf574]
ACPI: Reserving FACS table memory at [mem 0x428e1000-0x428e103f]
ACPI: Reserving UEFI table memory at [mem 0x4298e000-0x4298e1ce]
ACPI: Reserving SSDT table memory at [mem 0x42af8000-0x42afc2e0]
ACPI: Reserving SSDT table memory at [mem 0x42af7000-0x42af738b]
ACPI: Reserving SSDT table memory at [mem 0x42af6000-0x42af6105]
ACPI: Reserving SSDT table memory at [mem 0x42af0000-0x42af5d33]
ACPI: Reserving SSDT table memory at [mem 0x42aed000-0x42aefc27]
ACPI: Reserving SSDT table memory at [mem 0x42ae9000-0x42aec3e8]
ACPI: Reserving SSDT table memory at [mem 0x42adb000-0x42ae8835]
ACPI: Reserving SSDT table memory at [mem 0x42ada000-0x42ada94e]
ACPI: Reserving SSDT table memory at [mem 0x42ad9000-0x42ad9032]
ACPI: Reserving SSDT table memory at [mem 0x42ad7000-0x42ad81ea]
ACPI: Reserving SSDT table memory at [mem 0x42ad6000-0x42ad677a]
ACPI: Reserving TPM2 table memory at [mem 0x42ad5000-0x42ad504b]
ACPI: Reserving MSDM table memory at [mem 0x42ad4000-0x42ad4054]
ACPI: Reserving HPET table memory at [mem 0x42ad2000-0x42ad2037]
ACPI: Reserving APIC table memory at [mem 0x42ad1000-0x42ad11db]
ACPI: Reserving MCFG table memory at [mem 0x42ad0000-0x42ad003b]
ACPI: Reserving SSDT table memory at [mem 0x42a31000-0x42a32d0d]
ACPI: Reserving LPIT table memory at [mem 0x42a30000-0x42a300cb]
ACPI: Reserving WSMT table memory at [mem 0x42afd000-0x42afd027]
ACPI: Reserving SSDT table memory at [mem 0x42a2e000-0x42a2ead8]
ACPI: Reserving SSDT table memory at [mem 0x42a24000-0x42a2d2f3]
ACPI: Reserving DBGP table memory at [mem 0x42a23000-0x42a23033]
ACPI: Reserving DBG2 table memory at [mem 0x42a22000-0x42a22053]
ACPI: Reserving DMAR table memory at [mem 0x42a21000-0x42a21087]
ACPI: Reserving SSDT table memory at [mem 0x42a1f000-0x42a2000a]
ACPI: Reserving SSDT table memory at [mem 0x42a1b000-0x42a1e9d9]
ACPI: Reserving SSDT table memory at [mem 0x42a17000-0x42a1a9d9]
ACPI: Reserving SSDT table memory at [mem 0x42a16000-0x42a160f7]
ACPI: Reserving FPDT table memory at [mem 0x42a15000-0x42a15043]
ACPI: Reserving PHAT table memory at [mem 0x42a13000-0x42a137f7]
ACPI: Reserving BGRT table memory at [mem 0x42a14000-0x42a14037]
No NUMA configuration found
Faking a node at [mem 0x0000000000000000-0x00000004afbfffff]
NODE_DATA(0) allocated [mem 0x4afbd5280-0x4afbfffff]
Zone ranges:
DMA [mem 0x0000000000001000-0x0000000000ffffff]
DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
Normal [mem 0x0000000100000000-0x00000004afbfffff]
Device empty
Movable zone start for each node
Early memory node ranges
node 0: [mem 0x0000000000001000-0x000000000009efff]
node 0: [mem 0x0000000000100000-0x000000003b228fff]
node 0: [mem 0x000000003bb29000-0x000000003d93efff]
node 0: [mem 0x0000000042aff000-0x0000000042afffff]
node 0: [mem 0x0000000100000000-0x00000004afbfffff]
Initmem setup node 0 [mem 0x0000000000001000-0x00000004afbfffff]
On node 0, zone DMA: 1 pages in unavailable ranges
On node 0, zone DMA: 97 pages in unavailable ranges
On node 0, zone DMA32: 2304 pages in unavailable ranges
On node 0, zone DMA32: 20928 pages in unavailable ranges
On node 0, zone Normal: 21760 pages in unavailable ranges
On node 0, zone Normal: 1024 pages in unavailable ranges
Reserving Intel graphics memory at [mem 0x4c800000-0x503fffff]
ACPI: PM-Timer IO Port: 0x1808
ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x11] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x12] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x13] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x14] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x15] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x16] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x17] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
ACPI: Using ACPI (MADT) for SMP configuration information
ACPI: HPET id: 0x8086a201 base: 0xfed00000
e820: update [mem 0x364ed000-0x365fbfff] usable ==> reserved
TSC deadline timer available
CPU topo: Max. logical packages: 1
CPU topo: Max. logical dies: 1
CPU topo: Max. dies per package: 1
CPU topo: Max. threads per core: 2
CPU topo: Num. cores per package: 10
CPU topo: Num. threads per package: 12
CPU topo: Allowing 12 present CPUs plus 0 hotplug CPUs
PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x000fffff]
PM: hibernation: Registered nosave memory: [mem 0x364ed000-0x365fbfff]
PM: hibernation: Registered nosave memory: [mem 0x36b11000-0x36b11fff]
PM: hibernation: Registered nosave memory: [mem 0x3b229000-0x3bb28fff]
PM: hibernation: Registered nosave memory: [mem 0x3d93f000-0x42afefff]
PM: hibernation: Registered nosave memory: [mem 0x42b00000-0xffffffff]
[mem 0x50400000-0xfed1ffff] available for PCI devices
Booting paravirtualized kernel on bare hardware
clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
setup_percpu: NR_CPUS:8192 nr_cpumask_bits:12 nr_cpu_ids:12 nr_node_ids:1
percpu: Embedded 63 pages/cpu s221184 r8192 d28672 u262144
pcpu-alloc: s221184 r8192 d28672 u262144 alloc=1*2097152
pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 -- -- -- --
Kernel command line: initrd=\initramfs-linux-git.img rd.luks.options=password-echo=no rw rootfstype=ext4 i2c-hid.dyndbg=+p modprobe.blacklist=idma64 resume=UUID=ad720100-0431-4e07-b2e9-00fd54b8fbcb resume_offset=1361920
printk: log buffer data + meta data: 131072 + 458752 = 589824 bytes
Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
software IO TLB: area num 16.
Fallback order for Node 0: 0
Built 1 zonelists, mobility grouping on. Total pages: 4115422
Policy zone: Normal
mem auto-init: stack:all(zero), heap alloc:on, heap free:off
SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=12, Nodes=1
ftrace: allocating 57291 entries in 224 pages
ftrace: allocated 224 pages with 3 groups
Dynamic Preempt: full
rcu: Preemptible hierarchical RCU implementation.
rcu: RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=12.
rcu: RCU priority boosting: priority 1 delay 500 ms.
Trampoline variant of Tasks RCU enabled.
Rude variant of Tasks RCU enabled.
Tracing variant of Tasks RCU enabled.
rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=12
RCU Tasks: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=12.
RCU Tasks Rude: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=12.
RCU Tasks Trace: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=12.
NR_IRQS: 524544, nr_irqs: 2152, preallocated irqs: 16
rcu: srcu_init: Setting srcu_struct sizes based on contention.
kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
Console: colour dummy device 80x25
printk: legacy console [tty0] enabled
ACPI: Core revision 20250807
hpet: HPET dysfunctional in PC10. Force disabled.
APIC: Switch to symmetric I/O mode setup
DMAR: Host address width 39
DMAR: DRHD base: 0x000000fed90000 flags: 0x0
DMAR: dmar0: reg_base_addr fed90000 ver 4:0 cap 1c0000c40660462 ecap 29a00f0505e
DMAR: DRHD base: 0x000000fed91000 flags: 0x1
DMAR: dmar1: reg_base_addr fed91000 ver 5:0 cap d2008c40660462 ecap f050da
DMAR: RMRR base: 0x0000004c000000 end: 0x000000503fffff
DMAR-IR: IOAPIC id 2 under DRHD base 0xfed91000 IOMMU 1
DMAR-IR: HPET id 0 under DRHD base 0xfed91000
DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
DMAR-IR: Enabled IRQ remapping in x2apic mode
x2apic enabled
APIC: Switched APIC routing to: cluster x2apic
clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x23fa772cf26, max_idle_ns: 440795269835 ns
Calibrating delay loop (skipped), value calculated using timer frequency.. 4992.00 BogoMIPS (lpj=2496000)
CPU0: Thermal monitoring enabled (TM1)
x86/cpu: User Mode Instruction Prevention (UMIP) activated
CET detected: Indirect Branch Tracking enabled
Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
process: using mwait in idle threads
mitigations: Enabled attack vectors: user_kernel, user_user, guest_host, guest_guest, SMT mitigations: auto
Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
Spectre V2 : Mitigation: Enhanced / Automatic IBRS
Register File Data Sampling: Mitigation: Clear Register File
VMSCAPE: Mitigation: IBPB before exit to userspace
Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Spectre V2 : Spectre v2 / PBRSB-eIBRS: Retire a single CALL on VMEXIT
Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
x86/fpu: Supporting XSAVE feature 0x800: 'Control-flow User registers'
x86/fpu: Supporting XSAVE feature 0x1000: 'Control-flow Kernel registers (KVM only)'
x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
x86/fpu: xstate_offset[9]: 832, xstate_sizes[9]: 8
x86/fpu: xstate_offset[11]: 840, xstate_sizes[11]: 16
x86/fpu: xstate_offset[12]: 856, xstate_sizes[12]: 24
x86/fpu: Enabled xstate features 0x1a07, context size is 880 bytes, using 'compacted' format.
Freeing SMP alternatives memory: 56K
pid_max: default: 32768 minimum: 301
landlock: Up and running.
Yama: becoming mindful.
LSM support for eBPF active
Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
smpboot: CPU0: Intel(R) Core(TM) 5 120U (family: 0x6, model: 0xba, stepping: 0x3)
Performance Events: XSAVE Architectural LBR, PEBS fmt4+-baseline, AnyThread deprecated, Alderlake Hybrid events, 32-deep LBR, full-width counters, Intel PMU driver.
core: cpu_core PMU driver:
... version: 5
... bit width: 48
... generic counters: 8
... generic bitmap: 00000000000000ff
... fixed-purpose counters: 4
... fixed-purpose bitmap: 000000000000000f
... value mask: 0000ffffffffffff
... max period: 00007fffffffffff
... global_ctrl mask: 0001000f000000ff
signal: max sigframe size: 3632
Estimated ratio of average max frequency by base frequency (times 1024): 2048
rcu: Hierarchical SRCU implementation.
rcu: Max phase no-delay instances is 400.
Timer migration: 2 hierarchy levels; 8 children per group; 2 crossnode level
NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
smp: Bringing up secondary CPUs ...
smpboot: x86: Booting SMP configuration:
.... node #0, CPUs: #2 #4 #5 #6 #7 #8 #9 #10 #11
core: cpu_atom PMU driver:
... version: 5
... bit width: 48
... generic counters: 6
... generic bitmap: 000000000000003f
... fixed-purpose counters: 3
... fixed-purpose bitmap: 0000000000000007
... value mask: 0000ffffffffffff
... max period: 00007fffffffffff
... global_ctrl mask: 000000070000003f
#1 #3
smp: Brought up 1 node, 12 CPUs
smpboot: Total of 12 processors activated (59904.00 BogoMIPS)
Memory: 15998208K/16461688K available (20394K kernel code, 2958K rwdata, 16496K rodata, 4728K init, 4692K bss, 440288K reserved, 0K cma-reserved)
devtmpfs: initialized
x86/mm: Memory block size: 128MB
ACPI: PM: Registering ACPI NVS region [mem 0x3f9df000-0x4298efff] (50003968 bytes)
clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
posixtimers hash table entries: 8192 (order: 5, 131072 bytes, linear)
futex hash table entries: 4096 (262144 bytes on 1 NUMA nodes, total 256 KiB, linear).
PM: RTC time: 10:34:52, date: 2026-01-27
NET: Registered PF_NETLINK/PF_ROUTE protocol family
DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
audit: initializing netlink subsys (disabled)
audit: type=2000 audit(1769510092.009:1): state=initialized audit_enabled=0 res=1
thermal_sys: Registered thermal governor 'fair_share'
thermal_sys: Registered thermal governor 'bang_bang'
thermal_sys: Registered thermal governor 'step_wise'
thermal_sys: Registered thermal governor 'user_space'
thermal_sys: Registered thermal governor 'power_allocator'
cpuidle: using governor ladder
cpuidle: using governor menu
acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
PCI: ECAM [mem 0xc0000000-0xcfffffff] (base 0xc0000000) for domain 0000 [bus 00-ff]
PCI: Using configuration type 1 for base access
kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
raid6: skipped pq benchmark and selected avx2x4
raid6: using avx2x2 recovery algorithm
ACPI: Added _OSI(Module Device)
ACPI: Added _OSI(Processor Device)
ACPI: Added _OSI(Processor Aggregator Device)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS01._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
fbcon: Taking over console
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS01._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS02._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS02._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS03._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS03._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS04._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS04._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS01._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS01._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS02._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS02._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS03._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS03._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS04._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS04._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS05._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS05._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS06._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS06._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS07._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS07._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS08._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS08._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS09._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS09._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS10._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS10._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS01._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS01._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS02._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS02._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS03._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS03._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS04._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS04._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI: 19 ACPI AML tables successfully acquired and loaded
ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_SB_.PC00.LPCB.H_EC.CHRG (20250807/dspkginit-438)
ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_SB_.PC00.LPCB.H_EC.SEN3 (20250807/dspkginit-438)
ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_SB_.PC00.LPCB.H_EC.CHRG (20250807/dspkginit-438)
ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_SB_.PC00.LPCB.H_EC.SEN3 (20250807/dspkginit-438)
ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_SB_.PC00.LPCB.H_EC.CHRG (20250807/dspkginit-438)
ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_SB_.PC00.LPCB.H_EC.SEN3 (20250807/dspkginit-438)
ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_SB_.PC00.LPCB.H_EC.CHRG (20250807/dspkginit-438)
ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_SB_.PC00.LPCB.H_EC.SEN3 (20250807/dspkginit-438)
ACPI: Dynamic OEM Table Load:
ACPI: SSDT 0xFFFF88C801185800 000394 (v02 PmRef Cpu0Cst 00003001 INTL 20200717)
ACPI: Dynamic OEM Table Load:
ACPI: SSDT 0xFFFF88C801178800 0005E4 (v02 PmRef Cpu0Ist 00003000 INTL 20200717)
ACPI: Dynamic OEM Table Load:
ACPI: SSDT 0xFFFF88C801A26A00 0001AB (v02 PmRef Cpu0Psd 00003000 INTL 20200717)
ACPI: Dynamic OEM Table Load:
ACPI: SSDT 0xFFFF88C80117C800 0004B5 (v02 PmRef Cpu0Hwp 00003000 INTL 20200717)
ACPI: Dynamic OEM Table Load:
ACPI: SSDT 0xFFFF88C801168000 001BAF (v02 PmRef ApIst 00003000 INTL 20200717)
ACPI: Dynamic OEM Table Load:
ACPI: SSDT 0xFFFF88C80116C000 001038 (v02 PmRef ApHwp 00003000 INTL 20200717)
ACPI: Dynamic OEM Table Load:
ACPI: SSDT 0xFFFF88C802282000 001349 (v02 PmRef ApPsd 00003000 INTL 20200717)
ACPI: Dynamic OEM Table Load:
ACPI: SSDT 0xFFFF88C80118D000 000FBB (v02 PmRef ApCst 00003000 INTL 20200717)
ACPI: EC: EC started
ACPI: EC: interrupt blocked
ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
ACPI: \_SB_.PC00.LPCB.EC0_: Boot DSDT EC used to handle transactions
ACPI: Interpreter enabled
ACPI: PM: (supports S0 S3 S4 S5)
ACPI: Using IOAPIC for interrupt routing
PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
PCI: Ignoring E820 reservations for host bridge windows
ACPI: Enabled 8 GPEs in block 00 to 7F
ACPI: \_SB_.PC00.XHCI.RHUB.HS10.BTRT: New power resource
ACPI: \_SB_.PC00.XHCI.RHUB.HS10.DBTR: New power resource
ACPI: \_SB_.PC00.CNVW.WRST: New power resource
ACPI: \_SB_.PC00.RP03.PXSX.WRST: New power resource
ACPI: \_SB_.PC00.RP03.PXSX.DRST: New power resource
ACPI: \_SB_.PC00.TBT0: New power resource
ACPI: \_SB_.PC00.TBT1: New power resource
ACPI: \_SB_.PC00.D3C_: New power resource
ACPI: \_TZ_.FN00: New power resource
ACPI: \_TZ_.FN01: New power resource
ACPI: \_TZ_.FN02: New power resource
ACPI: \_TZ_.FN03: New power resource
ACPI: \_TZ_.FN04: New power resource
ACPI: \PIN_: New power resource
ACPI: PCI Root Bridge [PC00] (domain 0000 [bus 00-fe])
acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
acpi PNP0A08:00: _OSC: platform does not support [AER]
acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME PCIeCapability LTR DPC]
PCI host bridge to bus 0000:00
pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
pci_bus 0000:00: root bus resource [mem 0x50400000-0xbfffffff window]
pci_bus 0000:00: root bus resource [mem 0x4000000000-0x7fffffffff window]
pci_bus 0000:00: root bus resource [bus 00-fe]
pci 0000:00:00.0: [8086:a708] type 00 class 0x060000 conventional PCI endpoint
pci 0000:00:02.0: [8086:a7ac] type 00 class 0x030000 PCIe Root Complex Integrated Endpoint
pci 0000:00:02.0: BAR 0 [mem 0x6000000000-0x6000ffffff 64bit]
pci 0000:00:02.0: BAR 2 [mem 0x4000000000-0x400fffffff 64bit pref]
pci 0000:00:02.0: BAR 4 [io 0x4000-0x403f]
pci 0000:00:02.0: DMAR: Skip IOMMU disabling for graphics
pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
pci 0000:00:02.0: VF BAR 0 [mem 0x00000000-0x00ffffff 64bit]
pci 0000:00:02.0: VF BAR 0 [mem 0x00000000-0x06ffffff 64bit]: contains BAR 0 for 7 VFs
pci 0000:00:02.0: VF BAR 2 [mem 0x00000000-0x1fffffff 64bit pref]
pci 0000:00:02.0: VF BAR 2 [mem 0x00000000-0xdfffffff 64bit pref]: contains BAR 2 for 7 VFs
pci 0000:00:04.0: [8086:a71d] type 00 class 0x118000 conventional PCI endpoint
pci 0000:00:04.0: BAR 0 [mem 0x6001100000-0x600111ffff 64bit]
pci 0000:00:06.0: [8086:a74d] type 01 class 0x060400 PCIe Root Port
pci 0000:00:06.0: PCI bridge to [bus 01]
pci 0000:00:06.0: PME# supported from D0 D3hot D3cold
pci 0000:00:06.0: PTM enabled (root), 4ns granularity
pci 0000:00:06.2: [8086:a73d] type 01 class 0x060400 PCIe Root Port
pci 0000:00:06.2: PCI bridge to [bus 02]
pci 0000:00:06.2: bridge window [mem 0x50600000-0x506fffff]
pci 0000:00:06.2: PME# supported from D0 D3hot D3cold
pci 0000:00:06.2: PTM enabled (root), 4ns granularity
pci 0000:00:08.0: [8086:a74f] type 00 class 0x088000 conventional PCI endpoint
pci 0000:00:08.0: BAR 0 [mem 0x600113d000-0x600113dfff 64bit]
pci 0000:00:0d.0: [8086:a71e] type 00 class 0x0c0330 conventional PCI endpoint
pci 0000:00:0d.0: BAR 0 [mem 0x6001120000-0x600112ffff 64bit]
pci 0000:00:0d.0: PME# supported from D3hot D3cold
pci 0000:00:14.0: [8086:51ed] type 00 class 0x0c0330 conventional PCI endpoint
pci 0000:00:14.0: BAR 0 [mem 0x50700000-0x5070ffff 64bit]
pci 0000:00:14.0: PME# supported from D3hot D3cold
pci 0000:00:14.2: [8086:51ef] type 00 class 0x050000 conventional PCI endpoint
pci 0000:00:14.2: BAR 0 [mem 0x6001134000-0x6001137fff 64bit]
pci 0000:00:14.2: BAR 2 [mem 0x600113c000-0x600113cfff 64bit]
pci 0000:00:15.0: [8086:51e8] type 00 class 0x0c8000 conventional PCI endpoint
pci 0000:00:15.0: BAR 0 [mem 0x00000000-0x00000fff 64bit]
pci 0000:00:15.3: [8086:51eb] type 00 class 0x0c8000 conventional PCI endpoint
pci 0000:00:15.3: BAR 0 [mem 0x00000000-0x00000fff 64bit]
pci 0000:00:16.0: [8086:51e0] type 00 class 0x078000 conventional PCI endpoint
pci 0000:00:16.0: BAR 0 [mem 0x6001139000-0x6001139fff 64bit]
pci 0000:00:16.0: PME# supported from D3hot
pci 0000:00:1c.0: [8086:51ba] type 01 class 0x060400 PCIe Root Port
pci 0000:00:1c.0: PCI bridge to [bus 03]
pci 0000:00:1c.0: bridge window [io 0x3000-0x3fff]
pci 0000:00:1c.0: bridge window [mem 0x50500000-0x505fffff]
pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
pci 0000:00:1c.0: PTM enabled (root), 4ns granularity
pci 0000:00:1d.0: [8086:51b1] type 01 class 0x060400 PCIe Root Port
pci 0000:00:1d.0: PCI bridge to [bus 04]
pci 0000:00:1d.0: bridge window [mem 0x50400000-0x504fffff]
pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
pci 0000:00:1d.0: PTM enabled (root), 4ns granularity
pci 0000:00:1f.0: [8086:519d] type 00 class 0x060100 conventional PCI endpoint
pci 0000:00:1f.3: [8086:51ca] type 00 class 0x040380 conventional PCI endpoint
pci 0000:00:1f.3: BAR 0 [mem 0x6001130000-0x6001133fff 64bit]
pci 0000:00:1f.3: BAR 4 [mem 0x6001000000-0x60010fffff 64bit]
pci 0000:00:1f.3: PME# supported from D3hot D3cold
pci 0000:00:1f.4: [8086:51a3] type 00 class 0x0c0500 conventional PCI endpoint
pci 0000:00:1f.4: BAR 0 [mem 0x6001138000-0x60011380ff 64bit]
pci 0000:00:1f.4: BAR 4 [io 0xefa0-0xefbf]
pci 0000:00:1f.5: [8086:51a4] type 00 class 0x0c8000 conventional PCI endpoint
pci 0000:00:1f.5: BAR 0 [mem 0xfe010000-0xfe010fff]
pci 0000:00:06.0: PCI bridge to [bus 01]
pci 0000:02:00.0: [15b7:5016] type 00 class 0x010802 PCIe Endpoint
pci 0000:02:00.0: BAR 0 [mem 0x50600000-0x50603fff 64bit]
pci 0000:00:06.2: PCI bridge to [bus 02]
pci 0000:03:00.0: [10ec:b852] type 00 class 0x028000 PCIe Endpoint
pci 0000:03:00.0: BAR 0 [io 0x3000-0x30ff]
pci 0000:03:00.0: BAR 2 [mem 0x50500000-0x505fffff 64bit]
pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
pci 0000:00:1c.0: PCI bridge to [bus 03]
pci 0000:04:00.0: [1217:8621] type 00 class 0x080501 PCIe Endpoint
pci 0000:04:00.0: BAR 0 [mem 0x50401000-0x50401fff]
pci 0000:04:00.0: BAR 1 [mem 0x50400000-0x504007ff]
pci 0000:04:00.0: PME# supported from D3hot D3cold
pci 0000:00:1d.0: PCI bridge to [bus 04]
ACPI: \_SB_.PEPD: Duplicate LPS0 _DSM functions (mask: 0x1)
Low-power S0 idle used by default for system suspend
ACPI: EC: interrupt unblocked
ACPI: EC: event unblocked
ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
ACPI: EC: GPE=0x6e
ACPI: \_SB_.PC00.LPCB.EC0_: Boot DSDT EC initialization complete
ACPI: \_SB_.PC00.LPCB.EC0_: EC: Used to handle transactions and events
iommu: Default domain type: Translated
iommu: DMA domain TLB invalidation policy: lazy mode
SCSI subsystem initialized
libata version 3.00 loaded.
ACPI: bus type USB registered
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
EDAC MC: Ver: 3.0.0
efivars: Registered efivars operations
NetLabel: Initializing
NetLabel: domain hash size = 128
NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
NetLabel: unlabeled traffic allowed by default
mctp: management component transport protocol core
NET: Registered PF_MCTP protocol family
PCI: Using ACPI for IRQ routing
PCI: pci_cache_line_size set to 64 bytes
pci 0000:00:1f.5: BAR 0 [mem 0xfe010000-0xfe010fff]: can't claim; no compatible bridge window
e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
e820: reserve RAM buffer [mem 0x364ed000-0x37ffffff]
e820: reserve RAM buffer [mem 0x36b11000-0x37ffffff]
e820: reserve RAM buffer [mem 0x3b229000-0x3bffffff]
e820: reserve RAM buffer [mem 0x3d93f000-0x3fffffff]
e820: reserve RAM buffer [mem 0x42b00000-0x43ffffff]
e820: reserve RAM buffer [mem 0x4afc00000-0x4afffffff]
pci 0000:00:02.0: vgaarb: setting as boot VGA device
pci 0000:00:02.0: vgaarb: bridge control possible
pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
vgaarb: loaded
Monitor-Mwait will be used to enter C-1 state
Monitor-Mwait will be used to enter C-2 state
Monitor-Mwait will be used to enter C-3 state
clocksource: Switched to clocksource tsc-early
VFS: Disk quotas dquot_6.6.0
VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
pnp: PnP ACPI init
system 00:00: [io 0x0680-0x069f] has been reserved
system 00:00: [io 0x164e-0x164f] has been reserved
system 00:00: [io 0xfd60-0xfd63] has been reserved
system 00:02: [io 0x1854-0x1857] has been reserved
pnp 00:04: disabling [mem 0xc0000000-0xcfffffff] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
system 00:04: [mem 0xfedc0000-0xfedc7fff] has been reserved
system 00:04: [mem 0xfeda0000-0xfeda0fff] has been reserved
system 00:04: [mem 0xfeda1000-0xfeda1fff] has been reserved
system 00:04: [mem 0xfed20000-0xfed7ffff] could not be reserved
system 00:04: [mem 0xfed90000-0xfed93fff] could not be reserved
system 00:04: [mem 0xfed45000-0xfed8ffff] could not be reserved
system 00:04: [mem 0xfee00000-0xfeefffff] has been reserved
system 00:05: [io 0x2000-0x20fe] has been reserved
pnp: PnP ACPI: found 7 devices
clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
NET: Registered PF_INET protocol family
IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
TCP: Hash tables configured (established 131072 bind 65536)
MPTCP token hash table entries: 16384 (order: 7, 393216 bytes, linear)
UDP hash table entries: 8192 (order: 7, 524288 bytes, linear)
UDP-Lite hash table entries: 8192 (order: 7, 524288 bytes, linear)
NET: Registered PF_UNIX/PF_LOCAL protocol family
NET: Registered PF_XDP protocol family
pci 0000:00:02.0: VF BAR 2 [mem 0x4020000000-0x40ffffffff 64bit pref]: assigned
pci 0000:00:02.0: VF BAR 0 [mem 0x4010000000-0x4016ffffff 64bit]: assigned
pci 0000:00:15.0: BAR 0 [mem 0x4017000000-0x4017000fff 64bit]: assigned
pci 0000:00:15.3: BAR 0 [mem 0x4017001000-0x4017001fff 64bit]: assigned
pci 0000:00:1f.5: BAR 0 [mem 0x50710000-0x50710fff]: assigned
pci 0000:00:06.0: PCI bridge to [bus 01]
pci 0000:00:06.2: PCI bridge to [bus 02]
pci 0000:00:06.2: bridge window [mem 0x50600000-0x506fffff]
pci 0000:00:1c.0: PCI bridge to [bus 03]
pci 0000:00:1c.0: bridge window [io 0x3000-0x3fff]
pci 0000:00:1c.0: bridge window [mem 0x50500000-0x505fffff]
pci 0000:00:1d.0: PCI bridge to [bus 04]
pci 0000:00:1d.0: bridge window [mem 0x50400000-0x504fffff]
pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
pci_bus 0000:00: resource 7 [mem 0x50400000-0xbfffffff window]
pci_bus 0000:00: resource 8 [mem 0x4000000000-0x7fffffffff window]
pci_bus 0000:02: resource 1 [mem 0x50600000-0x506fffff]
pci_bus 0000:03: resource 0 [io 0x3000-0x3fff]
pci_bus 0000:03: resource 1 [mem 0x50500000-0x505fffff]
pci_bus 0000:04: resource 1 [mem 0x50400000-0x504fffff]
PCI: CLS 64 bytes, default 64
PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
software IO TLB: mapped [mem 0x000000002c5ff000-0x00000000305ff000] (64MB)
clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x23fa772cf26, max_idle_ns: 440795269835 ns
clocksource: Switched to clocksource tsc
Trying to unpack rootfs image as initramfs...
Initialise system trusted keyrings
Key type blacklist registered
workingset: timestamp_bits=36 max_order=22 bucket_order=0
fuse: init (API version 7.45)
integrity: Platform Keyring initialized
integrity: Machine keyring initialized
xor: automatically using best checksumming function avx
Key type asymmetric registered
Asymmetric key parser 'x509' registered
Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
io scheduler mq-deadline registered
io scheduler kyber registered
io scheduler bfq registered
ledtrig-cpu: registered to indicate activity on CPUs
pcieport 0000:00:06.0: PME: Signaling with IRQ 120
pcieport 0000:00:06.2: PME: Signaling with IRQ 121
pcieport 0000:00:1c.0: PME: Signaling with IRQ 122
pcieport 0000:00:1d.0: PME: Signaling with IRQ 123
ACPI: AC: AC Adapter [ACAD] (on-line)
input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1b/PNP0C0D:00/input/input0
ACPI: button: Lid Switch [LID0]
input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
ACPI: button: Power Button [PWRB]
Freeing initrd memory: 24540K
thermal LNXTHERM:00: registered as thermal_zone0
ACPI: thermal: Thermal Zone [TZ00] (28 C)
Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
hpet_acpi_add: no address or irqs in _CRS
Non-volatile memory driver v1.3
Linux agpgart interface v0.103
ACPI: bus type drm_connector registered
xhci_hcd 0000:00:0d.0: xHCI Host Controller
xhci_hcd 0000:00:0d.0: new USB bus registered, assigned bus number 1
xhci_hcd 0000:00:0d.0: hcc params 0x20007fc1 hci version 0x120 quirks 0x0000000200009810
xhci_hcd 0000:00:0d.0: xHCI Host Controller
xhci_hcd 0000:00:0d.0: new USB bus registered, assigned bus number 2
xhci_hcd 0000:00:0d.0: Host supports USB 3.2 Enhanced SuperSpeed
usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.19
usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb1: Product: xHCI Host Controller
usb usb1: Manufacturer: Linux 6.19.0-rc6-1-git-00200-gc072629f05d7 xhci-hcd
usb usb1: SerialNumber: 0000:00:0d.0
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 1 port detected
usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.19
usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb2: Product: xHCI Host Controller
usb usb2: Manufacturer: Linux 6.19.0-rc6-1-git-00200-gc072629f05d7 xhci-hcd
usb usb2: SerialNumber: 0000:00:0d.0
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 2 ports detected
xhci_hcd 0000:00:14.0: xHCI Host Controller
xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
xhci_hcd 0000:00:14.0: hcc params 0x20007fc1 hci version 0x120 quirks 0x0000100200009810
xhci_hcd 0000:00:14.0: xHCI Host Controller
xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed
usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.19
usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb3: Product: xHCI Host Controller
usb usb3: Manufacturer: Linux 6.19.0-rc6-1-git-00200-gc072629f05d7 xhci-hcd
usb usb3: SerialNumber: 0000:00:14.0
hub 3-0:1.0: USB hub found
hub 3-0:1.0: 12 ports detected
usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.19
usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb4: Product: xHCI Host Controller
usb usb4: Manufacturer: Linux 6.19.0-rc6-1-git-00200-gc072629f05d7 xhci-hcd
usb usb4: SerialNumber: 0000:00:14.0
hub 4-0:1.0: USB hub found
hub 4-0:1.0: 4 ports detected
usbcore: registered new interface driver usbserial_generic
usbserial: USB Serial support registered for generic
i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
serio: i8042 KBD port at 0x60,0x64 irq 1
rtc_cmos 00:01: RTC can wake from S4
rtc_cmos 00:01: registered as rtc0
rtc_cmos 00:01: setting system clock to 2026-01-27T10:34:52 UTC (1769510092)
rtc_cmos 00:01: alarms up to one month, y3k, 242 bytes nvram
intel_pstate: Intel P-state driver initializing
intel_pstate: HWP enabled
simple-framebuffer simple-framebuffer.0: [drm] Registered 1 planes with drm panic
[drm] Initialized simpledrm 1.0.0 for simple-framebuffer.0 on minor 0
Console: switching to colour frame buffer device 100x37
simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
hid: raw HID events driver (C) Jiri Kosina
usbcore: registered new interface driver usbhid
usbhid: USB HID core driver
drop_monitor: Initializing network drop monitor service
NET: Registered PF_INET6 protocol family
Segment Routing with IPv6
RPL Segment Routing with IPv6
In-situ OAM (IOAM) with IPv6
NET: Registered PF_PACKET protocol family
ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
microcode: Current revision: 0x00006133
microcode: Updated early from: 0x00004123
IPI shorthand broadcast: enabled
sched_clock: Marking stable (482000688, 6483743)->(517314610, -28830179)
registered taskstats version 1
Loading compiled-in X.509 certificates
input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2
Loaded X.509 cert 'Build time autogenerated kernel key: 051f2b6b715b6ad1ad5b230622cd6e8824ada271'
zswap: loaded using pool zstd
Demotion targets for Node 0: null
Key type .fscrypt registered
Key type fscrypt-provisioning registered
Btrfs loaded, zoned=yes, fsverity=yes
Key type big_key registered
integrity: Loading X.509 certificate: UEFI:db
integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
integrity: Loading X.509 certificate: UEFI:db
integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
integrity: Loading X.509 certificate: UEFI:db
integrity: Loaded X.509 cert 'Microsoft Corporation: Windows UEFI CA 2023: aefc5fbbbe055d8f8daa585473499417ab5a5272'
integrity: Loading X.509 certificate: UEFI:db
integrity: Problem loading X.509 certificate -74
integrity: Error adding keys to platform keyring UEFI:db
PM: Magic number: 10:88:579
pci_bus 0000:00: hash matches
RAS: Correctable Errors collector initialized.
ACPI: battery: Slot [BAT1] (battery present)
clk: Disabling unused clocks
PM: genpd: Disabling unused power domains
Freeing unused decrypted memory: 2036K
Freeing unused kernel image (initmem) memory: 4728K
Write protecting the kernel read-only data: 38912k
Freeing unused kernel image (text/rodata gap) memory: 84K
Freeing unused kernel image (rodata/data gap) memory: 1936K
x86/mm: Checked W+X mappings: passed, no W+X pages found.
rodata_test: all tests were successful
Run /init as init process
with arguments:
/init
with environment:
HOME=/
TERM=linux
systemd[1]: Successfully made /usr/ read-only.
systemd[1]: systemd 259-2-arch running in system mode (+PAM +AUDIT -SELINUX +APPARMOR -IMA +IPE +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +BTF +XKBCOMMON +UTMP -SYSVINIT +LIBARCHIVE)
systemd[1]: Detected architecture x86-64.
systemd[1]: Running in initrd.
systemd[1]: Initializing machine ID from random generator.
usb 3-5: new high-speed USB device number 2 using xhci_hcd
systemd[1]: Queued start job for default target Initrd Default Target.
systemd[1]: Created slice Slice /system/systemd-validatefs.
systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
systemd[1]: Expecting device /dev/disk/by-uuid/ad720100-0431-4e07-b2e9-00fd54b8fbcb...
systemd[1]: Expecting device /dev/gpt-auto-root...
systemd[1]: Reached target Path Units.
systemd[1]: Reached target Slice Units.
systemd[1]: Reached target Swaps.
systemd[1]: Reached target Timer Units.
systemd[1]: Listening on Journal Socket (/dev/log).
systemd[1]: Listening on Journal Sockets.
systemd[1]: Listening on udev Control Socket.
systemd[1]: Listening on udev Kernel Socket.
systemd[1]: Reached target Socket Units.
systemd[1]: Starting Create List of Static Device Nodes...
systemd[1]: Starting Early Battery Level Check...
systemd[1]: Starting Journal Service...
systemd[1]: Starting Load Kernel Modules...
systemd[1]: TPM PCR Barrier (initrd) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
systemd[1]: Reached target Local Encrypted Volumes.
systemd[1]: Starting Create Static Device Nodes in /dev...
systemd[1]: Starting Coldplug All udev Devices...
systemd[1]: Finished Create List of Static Device Nodes.
systemd[1]: Finished Early Battery Level Check.
systemd[1]: Finished Load Kernel Modules.
systemd-journald[191]: Collecting audit messages is disabled.
systemd[1]: Finished Create Static Device Nodes in /dev.
systemd[1]: Started Display Boot-Time Emergency Messages In Full Screen.
systemd[1]: Starting Rule-based Manager for Device Events and Files...
usb 3-5: New USB device found, idVendor=30c9, idProduct=00c5, bcdDevice= 0.07
usb 3-5: New USB device strings: Mfr=3, Product=1, SerialNumber=2
usb 3-5: Product: Integrated Camera
usb 3-5: Manufacturer: 8SSC21M22245V1SR45701P0
usb 3-5: SerialNumber: 0001
systemd[1]: Started Journal Service.
usb 3-6: new full-speed USB device number 3 using xhci_hcd
wmi_bus wmi_bus-PNP0C14:05: [Firmware Bug]: WQB1 data block query control method not found
wmi_bus wmi_bus-PNP0C14:05: [Firmware Bug]: WQB2 data block query control method not found
Key type psk registered
intel-lpss 0000:00:15.0: enabling device (0004 -> 0006)
intel-lpss 0000:00:15.3: enabling device (0004 -> 0006)
sdhci: Secure Digital Host Controller Interface driver
sdhci: Copyright(c) Pierre Ossman
nvme 0000:02:00.0: platform quirk: setting simple suspend
nvme nvme0: pci function 0000:02:00.0
nvme nvme0: allocated 32 MiB host memory buffer (8 segments).
nvme nvme0: 12/0/0 default/read/poll queues
nvme0n1: p1 p2
usb 3-6: not running at top speed; connect to a high speed hub
usb 3-6: New USB device found, idVendor=1c7a, idProduct=0583, bcdDevice=52.07
usb 3-6: New USB device strings: Mfr=1, Product=2, SerialNumber=3
usb 3-6: Product: ETU905A88-E
usb 3-6: Manufacturer: EGIS
usb 3-6: SerialNumber: 14495FPKC366
sdhci-pci 0000:04:00.0: SDHCI controller found [1217:8621] (rev 1)
sdhci-pci 0000:04:00.0: enabling device (0000 -> 0002)
mmc0: SDHCI controller on PCI [0000:04:00.0] using ADMA
device-mapper: uevent: version 1.0.3
device-mapper: ioctl: 4.50.0-ioctl (2025-04-28) initialised: dm-devel@lists.linux.dev
usb 3-10: new full-speed USB device number 4 using xhci_hcd
usb 3-10: New USB device found, idVendor=0bda, idProduct=4853, bcdDevice= 0.00
usb 3-10: New USB device strings: Mfr=1, Product=2, SerialNumber=3
usb 3-10: Product: Bluetooth Radio
usb 3-10: Manufacturer: Realtek
usb 3-10: SerialNumber: 00e04c000001
i915 0000:00:02.0: [drm] Found alderlake_p/raptorlake_u (device ID a7ac) integrated display version 13.00 stepping E0
Console: switching to colour dummy device 80x25
i915 0000:00:02.0: vgaarb: deactivate vga console
i915 0000:00:02.0: [drm] Using Transparent Hugepages
i915 0000:00:02.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=io+mem:owns=io+mem
i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/adlp_dmc.bin (v2.20)
i915 0000:00:02.0: [drm] GT0: GuC firmware i915/adlp_guc_70.bin version 70.49.4
i915 0000:00:02.0: [drm] GT0: HuC firmware i915/tgl_huc.bin version 7.9.3
i915 0000:00:02.0: [drm] GT0: HuC: authenticated for all workloads
i915 0000:00:02.0: [drm] GT0: GUC: submission enabled
i915 0000:00:02.0: [drm] GT0: GUC: SLPC enabled
i915 0000:00:02.0: [drm] GT0: GUC: RC enabled
i915 0000:00:02.0: [drm] Protected Xe Path (PXP) protected content support initialized
i915 0000:00:02.0: [drm] Registered 4 planes with drm panic
[drm] Initialized i915 1.6.0 for 0000:00:02.0 on minor 1
ACPI: video: Video Device [GFX0] (multi-head: yes rom: no post: no)
input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input3
fbcon: i915drmfb (fb0) is primary device
Console: switching to colour frame buffer device 240x75
i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
Key type trusted registered
Key type encrypted registered
PM: Image not found (code -22)
EXT4-fs (dm-0): Supports (experimental) DIO atomic writes awu_min: 4096, awu_max: 4096
EXT4-fs (dm-0): mounting with "discard" option, but the device does not support discard
EXT4-fs (dm-0): mounted filesystem ad720100-0431-4e07-b2e9-00fd54b8fbcb r/w with ordered data mode. Quota mode: none.
systemd-journald[191]: Received SIGTERM from PID 1 (systemd).
systemd[1]: systemd 259-2-arch running in system mode (+PAM +AUDIT -SELINUX +APPARMOR -IMA +IPE +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +BTF +XKBCOMMON +UTMP -SYSVINIT +LIBARCHIVE)
systemd[1]: Detected architecture x86-64.
systemd[1]: Hostname set to <arch>.
systemd[1]: bpf-restrict-fs: LSM BPF program attached
systemd[1]: initrd-switch-root.service: Deactivated successfully.
systemd[1]: Stopped Switch Root.
systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1.
systemd[1]: Created slice Virtual Machine and Container Slice.
systemd[1]: Created slice Slice /system/dirmngr.
systemd[1]: Created slice Slice /system/getty.
systemd[1]: Created slice Slice /system/gpg-agent.
systemd[1]: Created slice Slice /system/gpg-agent-browser.
systemd[1]: Created slice Slice /system/gpg-agent-extra.
systemd[1]: Created slice Slice /system/gpg-agent-ssh.
systemd[1]: Created slice Slice /system/keyboxd.
systemd[1]: Created slice Slice /system/modprobe.
systemd[1]: Created slice Slice /system/systemd-fsck.
systemd[1]: Created slice User and Session Slice.
systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
systemd[1]: Started Forward Password Requests to Wall Directory Watch.
systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
systemd[1]: Expecting device /dev/disk/by-uuid/C6DC-F0DB...
systemd[1]: Reached target Local Encrypted Volumes.
systemd[1]: Reached target Login Prompts.
systemd[1]: Reached target Image Downloads.
systemd[1]: Stopped target Switch Root.
systemd[1]: Stopped target Initrd File Systems.
systemd[1]: Stopped target Initrd Root File System.
systemd[1]: Reached target Local Integrity Protected Volumes.
systemd[1]: Reached target Path Units.
systemd[1]: Reached target Remote File Systems.
systemd[1]: Reached target Slice Units.
systemd[1]: Reached target Local Verity Protected Volumes.
systemd[1]: Listening on Device-mapper event daemon FIFOs.
systemd[1]: Listening on Query the User Interactively for a Password.
systemd[1]: Listening on Process Core Dump Socket.
systemd[1]: Listening on Credential Encryption/Decryption.
systemd[1]: Listening on Factory Reset Management.
systemd[1]: Listening on Console Output Muting Service Socket.
systemd[1]: TPM PCR Measurements was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
systemd[1]: Make TPM PCR Policy was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
systemd[1]: Listening on Disk Repartitioning Service Socket.
systemd[1]: Listening on udev Control Socket.
systemd[1]: Listening on udev Varlink Socket.
systemd[1]: Listening on User Database Manager Socket.
systemd[1]: Mounting Huge Pages File System...
systemd[1]: Mounting POSIX Message Queue File System...
systemd[1]: Mounting Kernel Debug File System...
systemd[1]: Mounting Kernel Trace File System...
systemd[1]: Starting Create List of Static Device Nodes...
systemd[1]: Load Kernel Module configfs was skipped because of an unmet condition check (ConditionKernelModuleLoaded=!configfs).
systemd[1]: Mounting Kernel Configuration File System...
systemd[1]: Load Kernel Module drm was skipped because of an unmet condition check (ConditionKernelModuleLoaded=!drm).
systemd[1]: Load Kernel Module fuse was skipped because of an unmet condition check (ConditionKernelModuleLoaded=!fuse).
systemd[1]: Mounting FUSE Control File System...
systemd[1]: systemd-cryptsetup@root.service: Deactivated successfully.
systemd[1]: Stopped systemd-cryptsetup@root.service.
systemd[1]: systemd-cryptsetup@root.service: Consumed 30.829s CPU time over 32.529s wall clock time, 1G memory peak.
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).
systemd[1]: Starting Journal Service...
systemd[1]: Starting Load Kernel Modules...
systemd[1]: TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
systemd[1]: TPM PCR Root File System Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
systemd[1]: TPM NvPCR Product ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
systemd[1]: Starting Remount Root and Kernel File Systems...
systemd[1]: Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
systemd[1]: Starting Load udev Rules from Credentials...
systemd[1]: Starting Coldplug All udev Devices...
systemd[1]: systemd-validatefs@sysroot.service: Deactivated successfully.
systemd[1]: Stopped Validate File System Mount Constraints of /sysroot.
systemd[1]: Mounted Huge Pages File System.
systemd[1]: Mounted POSIX Message Queue File System.
systemd[1]: Mounted Kernel Debug File System.
systemd[1]: Mounted Kernel Trace File System.
systemd[1]: Finished Create List of Static Device Nodes.
systemd[1]: Mounted Kernel Configuration File System.
systemd[1]: Mounted FUSE Control File System.
systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
systemd[1]: Finished Load udev Rules from Credentials.
systemd-journald[1115]: Collecting audit messages is disabled.
Asymmetric key parser 'pkcs8' registered
systemd[1]: Finished Load Kernel Modules.
systemd[1]: Starting Apply Kernel Variables...
EXT4-fs (dm-0): re-mounted ad720100-0431-4e07-b2e9-00fd54b8fbcb.
systemd[1]: Finished Remount Root and Kernel File Systems.
systemd[1]: Started Journal Service.
systemd-journald[1115]: Received client request to flush runtime journal.
Adding 45088764k swap on /swapfile. Priority:-1 extents:347 across:128843776k SS
mc: Linux media interface: v0.10
videodev: Linux video capture interface: v2.00
resource: resource sanity check: requesting [mem 0x00000000fedc0000-0x00000000fedcffff], which spans more than pnp 00:04 [mem 0xfedc0000-0xfedc7fff]
caller igen6_probe+0x155/0x824 [igen6_edac] mapping multiple BARs
EDAC MC0: Giving out device to module igen6_edac controller Intel_client_SoC MC#0: DEV 0000:00:00.0 (INTERRUPT)
intel_pmc_core INT33A1:00: initialized
EDAC MC1: Giving out device to module igen6_edac controller Intel_client_SoC MC#1: DEV 0000:00:00.0 (INTERRUPT)
EDAC igen6: v2.5.1
ACPI: bus type thunderbolt registered
ACPI: battery: new hook: Ideapad Battery Extension
input: Ideapad extra buttons as /devices/pci0000:00/0000:00:1f.0/PNP0C09:00/VPC2004:00/input/input4
input: PC Speaker as /devices/platform/pcspkr/input/input5
mei_me 0000:00:16.0: enabling device (0000 -> 0002)
i2c_designware i2c_designware.0: [Firmware Bug]: DSDT uses known not-working I2C bus speed 400000, forcing it to 100000
drivers/hid/i2c-hid/i2c-hid-core.c: HID probe called for i2c 0x15
i2c_hid_acpi i2c-ELAN06FA:00: Fetching the HID descriptor
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=01 00
i2c_hid_acpi i2c-ELAN06FA:00: HID Descriptor: 1e 00 00 01 a3 02 02 00 03 00 1f 00 04 00 00 00 05 00 06 00 f3 04 7e 32 04 00 00 00 00 00
i2c_hid_acpi i2c-ELAN06FA:00: Requesting IRQ: 156
i2c_hid_acpi i2c-ELAN06FA:00: entering i2c_hid_parse
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_start_hwreset
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_power
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 00 08
Bluetooth: Core ver 2.22
intel_rapl_msr: PL4 support detected.
NET: Registered PF_BLUETOOTH protocol family
Bluetooth: HCI device and connection manager initialized
Bluetooth: HCI socket layer initialized
Bluetooth: L2CAP socket layer initialized
Bluetooth: SCO socket layer initialized
intel_rapl_common: Found RAPL domain package
intel_rapl_common: Found RAPL domain core
intel_rapl_common: Found RAPL domain uncore
intel_rapl_common: Found RAPL domain psys
i801_smbus 0000:00:1f.4: SPD Write Disable is set
i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
cfg80211: Loading compiled-in X.509 certificates for regulatory database
Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
faux_driver regulatory: Direct firmware load for regulatory.db failed with error -2
cfg80211: failed to load regulatory.db
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 00 01
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_finish_hwreset: waiting...
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_finish_hwreset: finished.
i2c_hid_acpi i2c-ELAN06FA:00: asking HID report descriptor
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=02 00
i2c_hid_acpi i2c-ELAN06FA:00: Report Descriptor: 05 01 09 02 a1 01 85 01 09 01 a1 00 05 09 19 01 29 02 15 00 25 01 75 01 95 02 81 02 95 06 81 03 05 01 09 30 09 31 15 81 25 7f 75 08 95 02 81 06 75 08 95 05 81 03 c0 06 00 ff 09 01 85 0e 09 c5
input: ELAN06FA:00 04F3:327E Mouse as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-12/i2c-ELAN06FA:00/0018:04F3:327E.0001/input/input6
input: ELAN06FA:00 04F3:327E Touchpad as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-12/i2c-ELAN06FA:00/0018:04F3:327E.0001/input/input8
hid-generic 0018:04F3:327E.0001: input,hidraw0: I2C HID v1.00 Mouse [ELAN06FA:00 04F3:327E] on i2c-ELAN06FA:00
spi-nor spi0.0: supply vcc not found, using dummy regulator
mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_ops [i915])
mei_pxp 0000:00:16.0-fbf6fcf1-96cf-4e2e-a6a6-1bab8cbe36b1: bound 0000:00:02.0 (ops i915_pxp_tee_component_ops [i915])
RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
RAPL PMU: hw unit of domain package 2^-14 Joules
RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
RAPL PMU: hw unit of domain psys 2^-14 Joules
Creating 1 MTD partitions on "0000:00:1f.5":
0x000000000000-0x000000800000 : "BIOS"
iTCO_vendor_support: vendor-support=0
spi-nor spi0.1: supply vcc not found, using dummy regulator
Creating 1 MTD partitions on "0000:00:1f.5-chip1":
0x000000000000-0x000001000000 : "BIOS1"
usbcore: registered new interface driver btusb
Bluetooth: hci0: RTL: examining hci_ver=0b hci_rev=000b lmp_ver=0b lmp_subver=8852
iTCO_wdt iTCO_wdt: Found a Intel PCH TCO device (Version=6, TCOBASE=0x0400)
iTCO_wdt iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
Bluetooth: hci0: RTL: rom_version status=0 version=1
Bluetooth: hci0: RTL: btrtl_initialize: key id 0
Bluetooth: hci0: RTL: loading rtl_bt/rtl8852bu_fw.bin
Bluetooth: hci0: RTL: loading rtl_bt/rtl8852bu_config.bin
Bluetooth: hci0: RTL: cfg_sz 6, total sz 60107
uvcvideo 3-5:1.0: Found UVC 1.50 device Integrated Camera (30c9:00c5)
usbcore: registered new interface driver uvcvideo
intel_rapl_common: Found RAPL domain package
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_get_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 3d 02 06 00
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_get_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 32 02 06 00
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_get_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 32 02 06 00
typec port0: bound usb3-port2 (ops connector_ops)
typec port0: bound usb2-port1 (ops connector_ops)
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_get_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 36 02 06 00
input: ELAN06FA:00 04F3:327E Mouse as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-12/i2c-ELAN06FA:00/0018:04F3:327E.0001/input/input9
input: ELAN06FA:00 04F3:327E Touchpad as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-12/i2c-ELAN06FA:00/0018:04F3:327E.0001/input/input11
hid-multitouch 0018:04F3:327E.0001: input,hidraw0: I2C HID v1.00 Mouse [ELAN06FA:00 04F3:327E] on i2c-ELAN06FA:00
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 37 03 06 00 05 00 07 00 00
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 33 03 06 00 05 00 03 03 00
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 35 03 06 00 05 00 05 03 00
mousedev: PS/2 mouse device common for all mice
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 37 03 06 00 05 00 07 00 00
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 33 03 06 00 05 00 03 03 00
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 35 03 06 00 05 00 05 03 00
intel_tcc_cooling: TCC Offset locked
rtw89_8852be 0000:03:00.0: loaded firmware rtw89/rtw8852b_fw-1.bin
rtw89_8852be 0000:03:00.0: enabling device (0000 -> 0003)
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 37 03 06 00 05 00 07 01 00
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 33 03 06 00 05 00 03 03 00
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 35 03 06 00 05 00 05 00 00
rtw89_8852be 0000:03:00.0: Firmware version 0.29.29.15 (6fb3ec41), cmd version 0, type 5
rtw89_8852be 0000:03:00.0: Firmware version 0.29.29.15 (6fb3ec41), cmd version 0, type 3
typec port1: bound usb3-port3 (ops connector_ops)
typec port1: bound usb2-port2 (ops connector_ops)
acpi PRP00001:00: No SoundWire links detected
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 37 03 06 00 05 00 07 00 00
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 33 03 06 00 05 00 03 03 00
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 35 03 06 00 05 00 05 03 00
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 37 03 06 00 05 00 07 01 00
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 33 03 06 00 05 00 03 03 00
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 35 03 06 00 05 00 05 00 00
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 37 03 06 00 05 00 07 00 00
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 33 03 06 00 05 00 03 03 00
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 35 03 06 00 05 00 05 03 00
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 37 03 06 00 05 00 07 01 00
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 33 03 06 00 05 00 03 03 00
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 35 03 06 00 05 00 05 00 00
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 37 03 06 00 05 00 07 00 00
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 33 03 06 00 05 00 03 03 00
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 35 03 06 00 05 00 05 03 00
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 37 03 06 00 05 00 07 01 00
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 33 03 06 00 05 00 03 03 00
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 35 03 06 00 05 00 05 00 00
acpi PRP00001:00: No SoundWire links detected
acpi PRP00001:00: No SoundWire links detected
snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002)
snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops intel_audio_component_bind_ops [i915])
snd_hda_codec_conexant hdaudioC0D0: CX11880: BIOS auto-probing.
snd_hda_codec_conexant hdaudioC0D0: CX11880: picked fixup for PCI SSID 17aa:0000
snd_hda_codec_conexant hdaudioC0D0: autoconfig for CX11880: line_outs=1 (0x17/0x0/0x0/0x0/0x0) type:speaker
snd_hda_codec_conexant hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
snd_hda_codec_conexant hdaudioC0D0: hp_outs=1 (0x16/0x0/0x0/0x0/0x0)
snd_hda_codec_conexant hdaudioC0D0: mono: mono_out=0x0
snd_hda_codec_conexant hdaudioC0D0: inputs:
snd_hda_codec_conexant hdaudioC0D0: Mic=0x19
snd_hda_codec_conexant hdaudioC0D0: Internal Mic=0x1a
Bluetooth: hci0: RTL: fw version 0x42d34e04
input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input12
input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input13
input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input14
input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input15
input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input16
input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input17
Bluetooth: hci0: AOSP extensions version v1.00
rtw89_8852be 0000:03:00.0: chip rfe_type is 1
rtw89_8852be 0000:03:00.0: rfkill hardware state changed to enable
bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 37 03 06 00 05 00 07 00 00
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 33 03 06 00 05 00 03 03 00
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 35 03 06 00 05 00 05 03 00
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 37 03 06 00 05 00 07 01 00
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 33 03 06 00 05 00 03 03 00
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 35 03 06 00 05 00 05 00 00
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 37 03 06 00 05 00 07 00 00
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 33 03 06 00 05 00 03 03 00
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_or_send_report
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 35 03 06 00 05 00 05 03 00
^ permalink raw reply [flat|nested] 55+ messages in thread
* Re: [REGRESSION][BISECTED] Lenovo IdeaPad touchpad does not work when idma64 is present in initramfs
2026-01-27 10:56 ` correctmost
@ 2026-01-27 14:43 ` Mika Westerberg
2026-01-27 15:09 ` Andy Shevchenko
2026-01-28 3:06 ` correctmost
0 siblings, 2 replies; 55+ messages in thread
From: Mika Westerberg @ 2026-01-27 14:43 UTC (permalink / raw)
To: correctmost; +Cc: Andy Shevchenko, dmaengine, regressions, vkoul, linux-i2c
On Tue, Jan 27, 2026 at 05:56:37AM -0500, correctmost wrote:
> > Okay can you set CONFIG_INTEL_IDMA64=n in .config? That should prevent it
> > from loading. Keep the rest as it was.
>
> That change makes the IRQ message go away and the touchpad seems to work
> fine in my desktop environment (log attached).
>
> These are the config changes that I tested with:
> - CONFIG_I2C_DESIGNWARE_CORE=m
> - CONFIG_I2C_DESIGNWARE_PLATFORM=m
> - CONFIG_INTEL_IDMA64=n
Okay thanks it looks good to me too.
I tried to go through the datasheets again but could not figure why the
LPSS I2C IP would keep the interrupt asserted. However, I think we can
hack^Hwork this around by simply not creating the IDMA64 device at all for
I2C. This should be fine to do because I2C is really not using DMA in the
first place so this is kind of just wasting "memory". So something like
below.
Please re-enable CONFIG_INTEL_IDMA64=m and the rest and try if this makes
it work without the irq splat. And if it does please try with the
"original" arch setup and see if that works too (keeping the patch applied
of course).
Andy, what's your thoughts on this?
diff --git a/drivers/mfd/intel-lpss.c b/drivers/mfd/intel-lpss.c
index 63d6694f7145..088db88b10d5 100644
--- a/drivers/mfd/intel-lpss.c
+++ b/drivers/mfd/intel-lpss.c
@@ -246,7 +246,8 @@ static int intel_lpss_assign_devs(struct intel_lpss *lpss)
static bool intel_lpss_has_idma(const struct intel_lpss *lpss)
{
- return (lpss->caps & LPSS_PRIV_CAPS_NO_IDMA) == 0;
+ return (lpss->caps & LPSS_PRIV_CAPS_NO_IDMA) == 0 &&
+ lpss->type != LPSS_DEV_I2C;
}
static void intel_lpss_set_remap_addr(const struct intel_lpss *lpss)
^ permalink raw reply related [flat|nested] 55+ messages in thread
* Re: [REGRESSION][BISECTED] Lenovo IdeaPad touchpad does not work when idma64 is present in initramfs
2026-01-27 14:43 ` Mika Westerberg
@ 2026-01-27 15:09 ` Andy Shevchenko
2026-01-28 3:06 ` correctmost
1 sibling, 0 replies; 55+ messages in thread
From: Andy Shevchenko @ 2026-01-27 15:09 UTC (permalink / raw)
To: Mika Westerberg; +Cc: correctmost, dmaengine, regressions, vkoul, linux-i2c
On Tue, Jan 27, 2026 at 03:43:57PM +0100, Mika Westerberg wrote:
> On Tue, Jan 27, 2026 at 05:56:37AM -0500, correctmost wrote:
...
> > > Okay can you set CONFIG_INTEL_IDMA64=n in .config? That should prevent it
> > > from loading. Keep the rest as it was.
> >
> > That change makes the IRQ message go away and the touchpad seems to work
> > fine in my desktop environment (log attached).
> >
> > These are the config changes that I tested with:
> > - CONFIG_I2C_DESIGNWARE_CORE=m
> > - CONFIG_I2C_DESIGNWARE_PLATFORM=m
> > - CONFIG_INTEL_IDMA64=n
>
> Okay thanks it looks good to me too.
>
> I tried to go through the datasheets again but could not figure why the
> LPSS I2C IP would keep the interrupt asserted.
We can try to dig something internally, but it's another story.
> However, I think we can
> hack^Hwork this around by simply not creating the IDMA64 device at all for
> I2C. This should be fine to do because I2C is really not using DMA in the
> first place so this is kind of just wasting "memory". So something like
> below.
>
> Please re-enable CONFIG_INTEL_IDMA64=m and the rest and try if this makes
> it work without the irq splat. And if it does please try with the
> "original" arch setup and see if that works too (keeping the patch applied
> of course).
>
> Andy, what's your thoughts on this?
Fun fact, that I was thinking about the similar approach as in "don't enumerate
DMA for I²C LPSS controllers" a few hours ago (and for the record, sometime ago
but I don't remember why that time).
So I'm fine, but we need to put also a big comment with the reference to this
discussion or so.
...
Btw, do we have an i2c alert interrupt here? Might be it's somehow related?
--
With Best Regards,
Andy Shevchenko
^ permalink raw reply [flat|nested] 55+ messages in thread
* Re: [REGRESSION][BISECTED] Lenovo IdeaPad touchpad does not work when idma64 is present in initramfs
2026-01-27 14:43 ` Mika Westerberg
2026-01-27 15:09 ` Andy Shevchenko
@ 2026-01-28 3:06 ` correctmost
1 sibling, 0 replies; 55+ messages in thread
From: correctmost @ 2026-01-28 3:06 UTC (permalink / raw)
To: Mika Westerberg; +Cc: Andy Shevchenko, dmaengine, regressions, vkoul, linux-i2c
[-- Attachment #1: Type: text/plain, Size: 3071 bytes --]
On Tue, Jan 27, 2026, at 9:43 AM, Mika Westerberg wrote:
> On Tue, Jan 27, 2026 at 05:56:37AM -0500, correctmost wrote:
>> > Okay can you set CONFIG_INTEL_IDMA64=n in .config? That should prevent it
>> > from loading. Keep the rest as it was.
>>
>> That change makes the IRQ message go away and the touchpad seems to work
>> fine in my desktop environment (log attached).
>>
>> These are the config changes that I tested with:
>> - CONFIG_I2C_DESIGNWARE_CORE=m
>> - CONFIG_I2C_DESIGNWARE_PLATFORM=m
>> - CONFIG_INTEL_IDMA64=n
>
> Okay thanks it looks good to me too.
>
> I tried to go through the datasheets again but could not figure why the
> LPSS I2C IP would keep the interrupt asserted. However, I think we can
> hack^Hwork this around by simply not creating the IDMA64 device at all for
> I2C. This should be fine to do because I2C is really not using DMA in the
> first place so this is kind of just wasting "memory". So something like
> below.
>
> Please re-enable CONFIG_INTEL_IDMA64=m and the rest and try if this makes
> it work without the irq splat. And if it does please try with the
> "original" arch setup and see if that works too (keeping the patch applied
> of course).
>
> Andy, what's your thoughts on this?
>
> diff --git a/drivers/mfd/intel-lpss.c b/drivers/mfd/intel-lpss.c
> index 63d6694f7145..088db88b10d5 100644
> --- a/drivers/mfd/intel-lpss.c
> +++ b/drivers/mfd/intel-lpss.c
> @@ -246,7 +246,8 @@ static int intel_lpss_assign_devs(struct intel_lpss *lpss)
>
> static bool intel_lpss_has_idma(const struct intel_lpss *lpss)
> {
> - return (lpss->caps & LPSS_PRIV_CAPS_NO_IDMA) == 0;
> + return (lpss->caps & LPSS_PRIV_CAPS_NO_IDMA) == 0 &&
> + lpss->type != LPSS_DEV_I2C;
> }
>
> static void intel_lpss_set_remap_addr(const struct intel_lpss *lpss)
I applied the above patch and reverted the three CONFIG_* changes before rebuilding. When I booted, I received the IRQ message and the touchpad didn't work (full log attached):
Call Trace:
<IRQ>
dump_stack_lvl+0x5d/0x80
__report_bad_irq+0x35/0xbc
note_interrupt.cold+0x28/0x66
handle_irq_event+0x72/0x90
handle_fasteoi_irq+0xda/0x1f0
__common_interrupt+0x41/0xa0
common_interrupt+0x80/0xa0
</IRQ>
<TASK>
asm_common_interrupt+0x26/0x40
RIP: 0010:cpuidle_enter_state+0xbb/0x410
Code: 00 00 e8 c8 ba 00 ff e8 e3 ef ff ff 48 89 c5 0f 1f 44 00 00 31 ff e8 c4 37 ff fe 45 84 ff 0f 85 33 02 00 00 fb 0f 1f 44 00 00 <45> 85 f6 0f 88 7c 01 00 00 49 63 ce 48 2b 2c 24 48 6b d1 68 48 89
RSP: 0000:ffffd22ac0223e78 EFLAGS: 00000246
RAX: ffff8c6632396000 RBX: 0000000000000001 RCX: 0000000000000000
RDX: 00000000b9965f05 RSI: fffffff831f2278e RDI: 0000000000000000
RBP: 00000000b9965f05 R08: 0000000000000002 R09: 0000000000000007
R10: 000000000000afc8 R11: ffffffffffffffff R12: ffff8c65dfafe840
R13: ffffffffacbf38c0 R14: 0000000000000001 R15: 0000000000000000
? cpuidle_enter_state+0xac/0x410
cpuidle_enter+0x31/0x50
do_idle+0x1ae/0x210
cpu_startup_entry+0x29/0x30
start_secondary+0x119/0x150
common_startup_64+0x13e/0x141
</TASK>
handlers:
[<00000000a945a4f0>] i2c_dw_isr
[-- Attachment #2: dmesg-lpss-patch.txt --]
[-- Type: text/plain, Size: 70841 bytes --]
Linux version 6.19.0-rc6-1-git-00201-ga51740ddfff4 (linux-git@archlinux) (gcc (GCC) 15.2.1 20260103, GNU ld (GNU Binutils) 2.45.1) #27 SMP PREEMPT_DYNAMIC Wed, 28 Jan 2026 01:00:02 +0000
Command line: initrd=\initramfs-linux-git.img rd.luks.options=password-echo=no rw rootfstype=ext4 i2c-hid.dyndbg=+p resume=UUID=ad720100-0431-4e07-b2e9-00fd54b8fbcb resume_offset=1361920
x86/split lock detection: #AC: crashing the kernel on kernel split_locks and warning on user-space split_locks
BIOS-provided physical RAM map:
BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
BIOS-e820: [mem 0x000000000009f000-0x00000000000fffff] reserved
BIOS-e820: [mem 0x0000000000100000-0x000000003b228fff] usable
BIOS-e820: [mem 0x000000003b229000-0x000000003bb28fff] reserved
BIOS-e820: [mem 0x000000003bb29000-0x000000003d93efff] usable
BIOS-e820: [mem 0x000000003d93f000-0x000000003f9defff] reserved
BIOS-e820: [mem 0x000000003f9df000-0x000000004298efff] ACPI NVS
BIOS-e820: [mem 0x000000004298f000-0x0000000042afefff] ACPI data
BIOS-e820: [mem 0x0000000042aff000-0x0000000042afffff] usable
BIOS-e820: [mem 0x0000000042b00000-0x0000000046ffffff] reserved
BIOS-e820: [mem 0x0000000047c00000-0x0000000047ffffff] reserved
BIOS-e820: [mem 0x0000000048e00000-0x00000000503fffff] reserved
BIOS-e820: [mem 0x00000000c0000000-0x00000000cfffffff] reserved
BIOS-e820: [mem 0x00000000fed20000-0x00000000fed7ffff] reserved
BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
BIOS-e820: [mem 0x0000000100000000-0x00000004afbfffff] usable
NX (Execute Disable) protection: active
APIC: Static calls initialized
efi: EFI v2.8 by INSYDE Corp.
efi: ACPI=0x42afe000 ACPI 2.0=0x42afe014 TPMFinalLog=0x42906000 SMBIOS=0x3dfd9000 MEMATTR=0x36b0e298 ESRT=0x36b11018 RNG=0x42a12f18 INITRD=0x36b03c98 TPMEventLog=0x42a0a018
random: crng init done
efi: Remove mem95: MMIO range=[0xc0000000-0xcfffffff] (256MB) from e820 map
e820: remove [mem 0xc0000000-0xcfffffff] reserved
efi: Remove mem97: MMIO range=[0xff000000-0xffffffff] (16MB) from e820 map
e820: remove [mem 0xff000000-0xffffffff] reserved
SMBIOS 3.4 present.
DMI: LENOVO 83FW/LNVNB161216, BIOS PFCN14WW 09/20/2024
DMI: Memory slots populated: 2/2
tsc: Detected 2500.000 MHz processor
tsc: Detected 2496.000 MHz TSC
e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
e820: remove [mem 0x000a0000-0x000fffff] usable
last_pfn = 0x4afc00 max_arch_pfn = 0x400000000
MTRR map: 5 entries (3 fixed + 2 variable; max 23), built from 10 variable MTRRs
x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
last_pfn = 0x42b00 max_arch_pfn = 0x400000000
esrt: Reserving ESRT space from 0x0000000036b11018 to 0x0000000036b11140.
e820: update [mem 0x36b11000-0x36b11fff] usable ==> reserved
Using GB pages for direct mapping
Secure boot disabled
RAMDISK: [mem 0x305e9000-0x31de3fff]
ACPI: Early table checksum verification disabled
ACPI: RSDP 0x0000000042AFE014 000024 (v02 LENOVO)
ACPI: XSDT 0x0000000042A2F188 00012C (v01 LENOVO CB-01 00000001 01000013)
ACPI: FACP 0x0000000042AD3000 00010C (v05 LENOVO CB-01 00000001 ACPI 00040000)
ACPI: DSDT 0x0000000042A33000 09C575 (v02 LENOVO CB-01 00000001 ACPI 00040000)
ACPI: FACS 0x00000000428E1000 000040
ACPI: UEFI 0x000000004298E000 0001CF (v01 INSYDE ADL-P-M 00000001 ACPI 00040000)
ACPI: SSDT 0x0000000042AF8000 0042E1 (v02 LENOVO CB-01 00000001 INTL 20200717)
ACPI: SSDT 0x0000000042AF7000 00038C (v02 LENOVO CB-01 00000001 INTL 20200717)
ACPI: SSDT 0x0000000042AF6000 000106 (v02 LENOVO CB-01 00000001 INTL 20200717)
ACPI: SSDT 0x0000000042AF0000 005D34 (v02 LENOVO CB-01 00000001 INTL 20200717)
ACPI: SSDT 0x0000000042AED000 002C28 (v02 LENOVO CB-01 00000001 INTL 20200717)
ACPI: SSDT 0x0000000042AE9000 0033E9 (v02 LENOVO CB-01 00000001 INTL 20200717)
ACPI: SSDT 0x0000000042ADB000 00D836 (v02 INTEL TcssSsdt 00001000 INTL 20200717)
ACPI: SSDT 0x0000000042ADA000 00094F (v02 LENOVO CB-01 00000001 INTL 20200717)
ACPI: SSDT 0x0000000042AD9000 000033 (v02 LENOVO CB-01 00000001 INTL 20200717)
ACPI: SSDT 0x0000000042AD7000 0011EB (v02 LENOVO CB-01 00000001 INTL 20200717)
ACPI: SSDT 0x0000000042AD6000 00077B (v02 LENOVO CB-01 00000001 INTL 20200717)
ACPI: TPM2 0x0000000042AD5000 00004C (v04 LENOVO CB-01 00000001 ACPI 00040000)
ACPI: MSDM 0x0000000042AD4000 000055 (v03 LENOVO CB-01 00000001 ACPI 00040000)
ACPI: HPET 0x0000000042AD2000 000038 (v01 LENOVO CB-01 00000001 ACPI 00040000)
ACPI: APIC 0x0000000042AD1000 0001DC (v03 LENOVO CB-01 00000001 ACPI 00040000)
ACPI: MCFG 0x0000000042AD0000 00003C (v01 LENOVO CB-01 00000001 ACPI 00040000)
ACPI: SSDT 0x0000000042A31000 001D0E (v02 LENOVO CB-01 00000001 01000013)
ACPI: LPIT 0x0000000042A30000 0000CC (v01 LENOVO CB-01 00000001 ACPI 00040000)
ACPI: WSMT 0x0000000042AFD000 000028 (v01 LENOVO CB-01 00000001 ACPI 00040000)
ACPI: SSDT 0x0000000042A2E000 000AD9 (v02 LENOVO CB-01 00000001 INTL 20200717)
ACPI: SSDT 0x0000000042A24000 0092F4 (v02 LENOVO CB-01 00000001 INTL 20200717)
ACPI: DBGP 0x0000000042A23000 000034 (v01 LENOVO CB-01 00000001 ACPI 00040000)
ACPI: DBG2 0x0000000042A22000 000054 (v00 LENOVO CB-01 00000001 ACPI 00040000)
ACPI: DMAR 0x0000000042A21000 000088 (v01 LENOVO CB-01 00000001 ACPI 00040000)
ACPI: SSDT 0x0000000042A1F000 00100B (v02 LENOVO CB-01 00000001 INTL 20200717)
ACPI: SSDT 0x0000000042A1B000 0039DA (v02 LENOVO CB-01 00000001 INTL 20200717)
ACPI: SSDT 0x0000000042A17000 0039DA (v02 LENOVO CB-01 00000001 INTL 20200717)
ACPI: SSDT 0x0000000042A16000 0000F8 (v02 LENOVO CB-01 00000001 INTL 20200717)
ACPI: FPDT 0x0000000042A15000 000044 (v01 LENOVO CB-01 00000001 ACPI 00040000)
ACPI: PHAT 0x0000000042A13000 0007F8 (v01 LENOVO CB-01 00000001 ACPI 00040000)
ACPI: BGRT 0x0000000042A14000 000038 (v01 LENOVO CB-01 00000001 ACPI 00040000)
ACPI: Reserving FACP table memory at [mem 0x42ad3000-0x42ad310b]
ACPI: Reserving DSDT table memory at [mem 0x42a33000-0x42acf574]
ACPI: Reserving FACS table memory at [mem 0x428e1000-0x428e103f]
ACPI: Reserving UEFI table memory at [mem 0x4298e000-0x4298e1ce]
ACPI: Reserving SSDT table memory at [mem 0x42af8000-0x42afc2e0]
ACPI: Reserving SSDT table memory at [mem 0x42af7000-0x42af738b]
ACPI: Reserving SSDT table memory at [mem 0x42af6000-0x42af6105]
ACPI: Reserving SSDT table memory at [mem 0x42af0000-0x42af5d33]
ACPI: Reserving SSDT table memory at [mem 0x42aed000-0x42aefc27]
ACPI: Reserving SSDT table memory at [mem 0x42ae9000-0x42aec3e8]
ACPI: Reserving SSDT table memory at [mem 0x42adb000-0x42ae8835]
ACPI: Reserving SSDT table memory at [mem 0x42ada000-0x42ada94e]
ACPI: Reserving SSDT table memory at [mem 0x42ad9000-0x42ad9032]
ACPI: Reserving SSDT table memory at [mem 0x42ad7000-0x42ad81ea]
ACPI: Reserving SSDT table memory at [mem 0x42ad6000-0x42ad677a]
ACPI: Reserving TPM2 table memory at [mem 0x42ad5000-0x42ad504b]
ACPI: Reserving MSDM table memory at [mem 0x42ad4000-0x42ad4054]
ACPI: Reserving HPET table memory at [mem 0x42ad2000-0x42ad2037]
ACPI: Reserving APIC table memory at [mem 0x42ad1000-0x42ad11db]
ACPI: Reserving MCFG table memory at [mem 0x42ad0000-0x42ad003b]
ACPI: Reserving SSDT table memory at [mem 0x42a31000-0x42a32d0d]
ACPI: Reserving LPIT table memory at [mem 0x42a30000-0x42a300cb]
ACPI: Reserving WSMT table memory at [mem 0x42afd000-0x42afd027]
ACPI: Reserving SSDT table memory at [mem 0x42a2e000-0x42a2ead8]
ACPI: Reserving SSDT table memory at [mem 0x42a24000-0x42a2d2f3]
ACPI: Reserving DBGP table memory at [mem 0x42a23000-0x42a23033]
ACPI: Reserving DBG2 table memory at [mem 0x42a22000-0x42a22053]
ACPI: Reserving DMAR table memory at [mem 0x42a21000-0x42a21087]
ACPI: Reserving SSDT table memory at [mem 0x42a1f000-0x42a2000a]
ACPI: Reserving SSDT table memory at [mem 0x42a1b000-0x42a1e9d9]
ACPI: Reserving SSDT table memory at [mem 0x42a17000-0x42a1a9d9]
ACPI: Reserving SSDT table memory at [mem 0x42a16000-0x42a160f7]
ACPI: Reserving FPDT table memory at [mem 0x42a15000-0x42a15043]
ACPI: Reserving PHAT table memory at [mem 0x42a13000-0x42a137f7]
ACPI: Reserving BGRT table memory at [mem 0x42a14000-0x42a14037]
No NUMA configuration found
Faking a node at [mem 0x0000000000000000-0x00000004afbfffff]
NODE_DATA(0) allocated [mem 0x4afbd5280-0x4afbfffff]
Zone ranges:
DMA [mem 0x0000000000001000-0x0000000000ffffff]
DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
Normal [mem 0x0000000100000000-0x00000004afbfffff]
Device empty
Movable zone start for each node
Early memory node ranges
node 0: [mem 0x0000000000001000-0x000000000009efff]
node 0: [mem 0x0000000000100000-0x000000003b228fff]
node 0: [mem 0x000000003bb29000-0x000000003d93efff]
node 0: [mem 0x0000000042aff000-0x0000000042afffff]
node 0: [mem 0x0000000100000000-0x00000004afbfffff]
Initmem setup node 0 [mem 0x0000000000001000-0x00000004afbfffff]
On node 0, zone DMA: 1 pages in unavailable ranges
On node 0, zone DMA: 97 pages in unavailable ranges
On node 0, zone DMA32: 2304 pages in unavailable ranges
On node 0, zone DMA32: 20928 pages in unavailable ranges
On node 0, zone Normal: 21760 pages in unavailable ranges
On node 0, zone Normal: 1024 pages in unavailable ranges
Reserving Intel graphics memory at [mem 0x4c800000-0x503fffff]
ACPI: PM-Timer IO Port: 0x1808
ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x11] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x12] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x13] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x14] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x15] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x16] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x17] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
ACPI: Using ACPI (MADT) for SMP configuration information
ACPI: HPET id: 0x8086a201 base: 0xfed00000
e820: update [mem 0x364ed000-0x365fbfff] usable ==> reserved
TSC deadline timer available
CPU topo: Max. logical packages: 1
CPU topo: Max. logical dies: 1
CPU topo: Max. dies per package: 1
CPU topo: Max. threads per core: 2
CPU topo: Num. cores per package: 10
CPU topo: Num. threads per package: 12
CPU topo: Allowing 12 present CPUs plus 0 hotplug CPUs
PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x000fffff]
PM: hibernation: Registered nosave memory: [mem 0x364ed000-0x365fbfff]
PM: hibernation: Registered nosave memory: [mem 0x36b11000-0x36b11fff]
PM: hibernation: Registered nosave memory: [mem 0x3b229000-0x3bb28fff]
PM: hibernation: Registered nosave memory: [mem 0x3d93f000-0x42afefff]
PM: hibernation: Registered nosave memory: [mem 0x42b00000-0xffffffff]
[mem 0x50400000-0xfed1ffff] available for PCI devices
Booting paravirtualized kernel on bare hardware
clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
setup_percpu: NR_CPUS:8192 nr_cpumask_bits:12 nr_cpu_ids:12 nr_node_ids:1
percpu: Embedded 63 pages/cpu s221184 r8192 d28672 u262144
pcpu-alloc: s221184 r8192 d28672 u262144 alloc=1*2097152
pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 -- -- -- --
Kernel command line: initrd=\initramfs-linux-git.img rd.luks.options=password-echo=no rw rootfstype=ext4 i2c-hid.dyndbg=+p resume=UUID=ad720100-0431-4e07-b2e9-00fd54b8fbcb resume_offset=1361920
printk: log buffer data + meta data: 131072 + 458752 = 589824 bytes
Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
software IO TLB: area num 16.
Fallback order for Node 0: 0
Built 1 zonelists, mobility grouping on. Total pages: 4115422
Policy zone: Normal
mem auto-init: stack:all(zero), heap alloc:on, heap free:off
SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=12, Nodes=1
ftrace: allocating 57403 entries in 226 pages
ftrace: allocated 226 pages with 4 groups
Dynamic Preempt: full
rcu: Preemptible hierarchical RCU implementation.
rcu: RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=12.
rcu: RCU priority boosting: priority 1 delay 500 ms.
Trampoline variant of Tasks RCU enabled.
Rude variant of Tasks RCU enabled.
Tracing variant of Tasks RCU enabled.
rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=12
RCU Tasks: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=12.
RCU Tasks Rude: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=12.
RCU Tasks Trace: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=12.
NR_IRQS: 524544, nr_irqs: 2152, preallocated irqs: 16
rcu: srcu_init: Setting srcu_struct sizes based on contention.
kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
Console: colour dummy device 80x25
printk: legacy console [tty0] enabled
ACPI: Core revision 20250807
hpet: HPET dysfunctional in PC10. Force disabled.
APIC: Switch to symmetric I/O mode setup
DMAR: Host address width 39
DMAR: DRHD base: 0x000000fed90000 flags: 0x0
DMAR: dmar0: reg_base_addr fed90000 ver 4:0 cap 1c0000c40660462 ecap 29a00f0505e
DMAR: DRHD base: 0x000000fed91000 flags: 0x1
DMAR: dmar1: reg_base_addr fed91000 ver 5:0 cap d2008c40660462 ecap f050da
DMAR: RMRR base: 0x0000004c000000 end: 0x000000503fffff
DMAR-IR: IOAPIC id 2 under DRHD base 0xfed91000 IOMMU 1
DMAR-IR: HPET id 0 under DRHD base 0xfed91000
DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
DMAR-IR: Enabled IRQ remapping in x2apic mode
x2apic enabled
APIC: Switched APIC routing to: cluster x2apic
clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x23fa772cf26, max_idle_ns: 440795269835 ns
Calibrating delay loop (skipped), value calculated using timer frequency.. 4992.00 BogoMIPS (lpj=2496000)
CPU0: Thermal monitoring enabled (TM1)
x86/cpu: User Mode Instruction Prevention (UMIP) activated
CET detected: Indirect Branch Tracking enabled
Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
process: using mwait in idle threads
mitigations: Enabled attack vectors: user_kernel, user_user, guest_host, guest_guest, SMT mitigations: auto
Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
Spectre V2 : Mitigation: Enhanced / Automatic IBRS
Register File Data Sampling: Mitigation: Clear Register File
VMSCAPE: Mitigation: IBPB before exit to userspace
Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Spectre V2 : Spectre v2 / PBRSB-eIBRS: Retire a single CALL on VMEXIT
Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
x86/fpu: Supporting XSAVE feature 0x800: 'Control-flow User registers'
x86/fpu: Supporting XSAVE feature 0x1000: 'Control-flow Kernel registers (KVM only)'
x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
x86/fpu: xstate_offset[9]: 832, xstate_sizes[9]: 8
x86/fpu: xstate_offset[11]: 840, xstate_sizes[11]: 16
x86/fpu: xstate_offset[12]: 856, xstate_sizes[12]: 24
x86/fpu: Enabled xstate features 0x1a07, context size is 880 bytes, using 'compacted' format.
Freeing SMP alternatives memory: 56K
pid_max: default: 32768 minimum: 301
landlock: Up and running.
Yama: becoming mindful.
LSM support for eBPF active
Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
smpboot: CPU0: Intel(R) Core(TM) 5 120U (family: 0x6, model: 0xba, stepping: 0x3)
Performance Events: XSAVE Architectural LBR, PEBS fmt4+-baseline, AnyThread deprecated, Alderlake Hybrid events, 32-deep LBR, full-width counters, Intel PMU driver.
core: cpu_core PMU driver:
... version: 5
... bit width: 48
... generic counters: 8
... generic bitmap: 00000000000000ff
... fixed-purpose counters: 4
... fixed-purpose bitmap: 000000000000000f
... value mask: 0000ffffffffffff
... max period: 00007fffffffffff
... global_ctrl mask: 0001000f000000ff
signal: max sigframe size: 3632
Estimated ratio of average max frequency by base frequency (times 1024): 2048
rcu: Hierarchical SRCU implementation.
rcu: Max phase no-delay instances is 400.
Timer migration: 2 hierarchy levels; 8 children per group; 2 crossnode level
NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
smp: Bringing up secondary CPUs ...
smpboot: x86: Booting SMP configuration:
.... node #0, CPUs: #2 #4 #5 #6 #7 #8 #9 #10 #11
core: cpu_atom PMU driver:
... version: 5
... bit width: 48
... generic counters: 6
... generic bitmap: 000000000000003f
... fixed-purpose counters: 3
... fixed-purpose bitmap: 0000000000000007
... value mask: 0000ffffffffffff
... max period: 00007fffffffffff
... global_ctrl mask: 000000070000003f
#1 #3
smp: Brought up 1 node, 12 CPUs
smpboot: Total of 12 processors activated (59904.00 BogoMIPS)
Memory: 15998176K/16461688K available (20418K kernel code, 2963K rwdata, 16536K rodata, 4736K init, 4672K bss, 440312K reserved, 0K cma-reserved)
devtmpfs: initialized
x86/mm: Memory block size: 128MB
ACPI: PM: Registering ACPI NVS region [mem 0x3f9df000-0x4298efff] (50003968 bytes)
clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
posixtimers hash table entries: 8192 (order: 5, 131072 bytes, linear)
futex hash table entries: 4096 (262144 bytes on 1 NUMA nodes, total 256 KiB, linear).
PM: RTC time: 01:47:38, date: 2026-01-28
NET: Registered PF_NETLINK/PF_ROUTE protocol family
DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
audit: initializing netlink subsys (disabled)
audit: type=2000 audit(1769564858.009:1): state=initialized audit_enabled=0 res=1
thermal_sys: Registered thermal governor 'fair_share'
thermal_sys: Registered thermal governor 'bang_bang'
thermal_sys: Registered thermal governor 'step_wise'
thermal_sys: Registered thermal governor 'user_space'
thermal_sys: Registered thermal governor 'power_allocator'
cpuidle: using governor ladder
cpuidle: using governor menu
acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
PCI: ECAM [mem 0xc0000000-0xcfffffff] (base 0xc0000000) for domain 0000 [bus 00-ff]
PCI: Using configuration type 1 for base access
kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
raid6: skipped pq benchmark and selected avx2x4
raid6: using avx2x2 recovery algorithm
ACPI: Added _OSI(Module Device)
ACPI: Added _OSI(Processor Device)
ACPI: Added _OSI(Processor Aggregator Device)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS01._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
fbcon: Taking over console
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS01._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS02._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS02._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS03._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS03._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS04._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS04._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS01._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS01._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS02._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS02._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS03._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS03._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS04._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS04._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS05._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS05._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS06._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS06._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS07._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS07._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS08._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS08._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS09._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS09._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS10._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS10._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS01._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS01._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS02._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS02._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS03._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS03._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS04._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS04._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI: 19 ACPI AML tables successfully acquired and loaded
ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_SB_.PC00.LPCB.H_EC.CHRG (20250807/dspkginit-438)
ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_SB_.PC00.LPCB.H_EC.SEN3 (20250807/dspkginit-438)
ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_SB_.PC00.LPCB.H_EC.CHRG (20250807/dspkginit-438)
ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_SB_.PC00.LPCB.H_EC.SEN3 (20250807/dspkginit-438)
ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_SB_.PC00.LPCB.H_EC.CHRG (20250807/dspkginit-438)
ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_SB_.PC00.LPCB.H_EC.SEN3 (20250807/dspkginit-438)
ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_SB_.PC00.LPCB.H_EC.CHRG (20250807/dspkginit-438)
ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_SB_.PC00.LPCB.H_EC.SEN3 (20250807/dspkginit-438)
ACPI: Dynamic OEM Table Load:
ACPI: SSDT 0xFFFF8C624123B800 000394 (v02 PmRef Cpu0Cst 00003001 INTL 20200717)
ACPI: Dynamic OEM Table Load:
ACPI: SSDT 0xFFFF8C6241236000 0005E4 (v02 PmRef Cpu0Ist 00003000 INTL 20200717)
ACPI: Dynamic OEM Table Load:
ACPI: SSDT 0xFFFF8C6241A27000 0001AB (v02 PmRef Cpu0Psd 00003000 INTL 20200717)
ACPI: Dynamic OEM Table Load:
ACPI: SSDT 0xFFFF8C6241234800 0004B5 (v02 PmRef Cpu0Hwp 00003000 INTL 20200717)
ACPI: Dynamic OEM Table Load:
ACPI: SSDT 0xFFFF8C6241220000 001BAF (v02 PmRef ApIst 00003000 INTL 20200717)
ACPI: Dynamic OEM Table Load:
ACPI: SSDT 0xFFFF8C6241222000 001038 (v02 PmRef ApHwp 00003000 INTL 20200717)
ACPI: Dynamic OEM Table Load:
ACPI: SSDT 0xFFFF8C6242282000 001349 (v02 PmRef ApPsd 00003000 INTL 20200717)
ACPI: Dynamic OEM Table Load:
ACPI: SSDT 0xFFFF8C6241246000 000FBB (v02 PmRef ApCst 00003000 INTL 20200717)
ACPI: EC: EC started
ACPI: EC: interrupt blocked
ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
ACPI: \_SB_.PC00.LPCB.EC0_: Boot DSDT EC used to handle transactions
ACPI: Interpreter enabled
ACPI: PM: (supports S0 S3 S4 S5)
ACPI: Using IOAPIC for interrupt routing
PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
PCI: Ignoring E820 reservations for host bridge windows
ACPI: Enabled 8 GPEs in block 00 to 7F
ACPI: \_SB_.PC00.XHCI.RHUB.HS10.BTRT: New power resource
ACPI: \_SB_.PC00.XHCI.RHUB.HS10.DBTR: New power resource
ACPI: \_SB_.PC00.CNVW.WRST: New power resource
ACPI: \_SB_.PC00.RP03.PXSX.WRST: New power resource
ACPI: \_SB_.PC00.RP03.PXSX.DRST: New power resource
ACPI: \_SB_.PC00.TBT0: New power resource
ACPI: \_SB_.PC00.TBT1: New power resource
ACPI: \_SB_.PC00.D3C_: New power resource
ACPI: \_TZ_.FN00: New power resource
ACPI: \_TZ_.FN01: New power resource
ACPI: \_TZ_.FN02: New power resource
ACPI: \_TZ_.FN03: New power resource
ACPI: \_TZ_.FN04: New power resource
ACPI: \PIN_: New power resource
ACPI: PCI Root Bridge [PC00] (domain 0000 [bus 00-fe])
acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
acpi PNP0A08:00: _OSC: platform does not support [AER]
acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME PCIeCapability LTR DPC]
PCI host bridge to bus 0000:00
pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
pci_bus 0000:00: root bus resource [mem 0x50400000-0xbfffffff window]
pci_bus 0000:00: root bus resource [mem 0x4000000000-0x7fffffffff window]
pci_bus 0000:00: root bus resource [bus 00-fe]
pci 0000:00:00.0: [8086:a708] type 00 class 0x060000 conventional PCI endpoint
pci 0000:00:02.0: [8086:a7ac] type 00 class 0x030000 PCIe Root Complex Integrated Endpoint
pci 0000:00:02.0: BAR 0 [mem 0x6000000000-0x6000ffffff 64bit]
pci 0000:00:02.0: BAR 2 [mem 0x4000000000-0x400fffffff 64bit pref]
pci 0000:00:02.0: BAR 4 [io 0x4000-0x403f]
pci 0000:00:02.0: DMAR: Skip IOMMU disabling for graphics
pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
pci 0000:00:02.0: VF BAR 0 [mem 0x00000000-0x00ffffff 64bit]
pci 0000:00:02.0: VF BAR 0 [mem 0x00000000-0x06ffffff 64bit]: contains BAR 0 for 7 VFs
pci 0000:00:02.0: VF BAR 2 [mem 0x00000000-0x1fffffff 64bit pref]
pci 0000:00:02.0: VF BAR 2 [mem 0x00000000-0xdfffffff 64bit pref]: contains BAR 2 for 7 VFs
pci 0000:00:04.0: [8086:a71d] type 00 class 0x118000 conventional PCI endpoint
pci 0000:00:04.0: BAR 0 [mem 0x6001100000-0x600111ffff 64bit]
pci 0000:00:06.0: [8086:a74d] type 01 class 0x060400 PCIe Root Port
pci 0000:00:06.0: PCI bridge to [bus 01]
pci 0000:00:06.0: PME# supported from D0 D3hot D3cold
pci 0000:00:06.0: PTM enabled (root), 4ns granularity
pci 0000:00:06.2: [8086:a73d] type 01 class 0x060400 PCIe Root Port
pci 0000:00:06.2: PCI bridge to [bus 02]
pci 0000:00:06.2: bridge window [mem 0x50600000-0x506fffff]
pci 0000:00:06.2: PME# supported from D0 D3hot D3cold
pci 0000:00:06.2: PTM enabled (root), 4ns granularity
pci 0000:00:08.0: [8086:a74f] type 00 class 0x088000 conventional PCI endpoint
pci 0000:00:08.0: BAR 0 [mem 0x600113d000-0x600113dfff 64bit]
pci 0000:00:0d.0: [8086:a71e] type 00 class 0x0c0330 conventional PCI endpoint
pci 0000:00:0d.0: BAR 0 [mem 0x6001120000-0x600112ffff 64bit]
pci 0000:00:0d.0: PME# supported from D3hot D3cold
pci 0000:00:14.0: [8086:51ed] type 00 class 0x0c0330 conventional PCI endpoint
pci 0000:00:14.0: BAR 0 [mem 0x50700000-0x5070ffff 64bit]
pci 0000:00:14.0: PME# supported from D3hot D3cold
pci 0000:00:14.2: [8086:51ef] type 00 class 0x050000 conventional PCI endpoint
pci 0000:00:14.2: BAR 0 [mem 0x6001134000-0x6001137fff 64bit]
pci 0000:00:14.2: BAR 2 [mem 0x600113c000-0x600113cfff 64bit]
pci 0000:00:15.0: [8086:51e8] type 00 class 0x0c8000 conventional PCI endpoint
pci 0000:00:15.0: BAR 0 [mem 0x00000000-0x00000fff 64bit]
pci 0000:00:15.3: [8086:51eb] type 00 class 0x0c8000 conventional PCI endpoint
pci 0000:00:15.3: BAR 0 [mem 0x00000000-0x00000fff 64bit]
pci 0000:00:16.0: [8086:51e0] type 00 class 0x078000 conventional PCI endpoint
pci 0000:00:16.0: BAR 0 [mem 0x6001139000-0x6001139fff 64bit]
pci 0000:00:16.0: PME# supported from D3hot
pci 0000:00:1c.0: [8086:51ba] type 01 class 0x060400 PCIe Root Port
pci 0000:00:1c.0: PCI bridge to [bus 03]
pci 0000:00:1c.0: bridge window [io 0x3000-0x3fff]
pci 0000:00:1c.0: bridge window [mem 0x50500000-0x505fffff]
pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
pci 0000:00:1c.0: PTM enabled (root), 4ns granularity
pci 0000:00:1d.0: [8086:51b1] type 01 class 0x060400 PCIe Root Port
pci 0000:00:1d.0: PCI bridge to [bus 04]
pci 0000:00:1d.0: bridge window [mem 0x50400000-0x504fffff]
pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
pci 0000:00:1d.0: PTM enabled (root), 4ns granularity
pci 0000:00:1f.0: [8086:519d] type 00 class 0x060100 conventional PCI endpoint
pci 0000:00:1f.3: [8086:51ca] type 00 class 0x040380 conventional PCI endpoint
pci 0000:00:1f.3: BAR 0 [mem 0x6001130000-0x6001133fff 64bit]
pci 0000:00:1f.3: BAR 4 [mem 0x6001000000-0x60010fffff 64bit]
pci 0000:00:1f.3: PME# supported from D3hot D3cold
pci 0000:00:1f.4: [8086:51a3] type 00 class 0x0c0500 conventional PCI endpoint
pci 0000:00:1f.4: BAR 0 [mem 0x6001138000-0x60011380ff 64bit]
pci 0000:00:1f.4: BAR 4 [io 0xefa0-0xefbf]
pci 0000:00:1f.5: [8086:51a4] type 00 class 0x0c8000 conventional PCI endpoint
pci 0000:00:1f.5: BAR 0 [mem 0xfe010000-0xfe010fff]
pci 0000:00:06.0: PCI bridge to [bus 01]
pci 0000:02:00.0: [15b7:5016] type 00 class 0x010802 PCIe Endpoint
pci 0000:02:00.0: BAR 0 [mem 0x50600000-0x50603fff 64bit]
pci 0000:00:06.2: PCI bridge to [bus 02]
pci 0000:03:00.0: [10ec:b852] type 00 class 0x028000 PCIe Endpoint
pci 0000:03:00.0: BAR 0 [io 0x3000-0x30ff]
pci 0000:03:00.0: BAR 2 [mem 0x50500000-0x505fffff 64bit]
pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
pci 0000:00:1c.0: PCI bridge to [bus 03]
pci 0000:04:00.0: [1217:8621] type 00 class 0x080501 PCIe Endpoint
pci 0000:04:00.0: BAR 0 [mem 0x50401000-0x50401fff]
pci 0000:04:00.0: BAR 1 [mem 0x50400000-0x504007ff]
pci 0000:04:00.0: PME# supported from D3hot D3cold
pci 0000:00:1d.0: PCI bridge to [bus 04]
ACPI: \_SB_.PEPD: Duplicate LPS0 _DSM functions (mask: 0x1)
Low-power S0 idle used by default for system suspend
ACPI: EC: interrupt unblocked
ACPI: EC: event unblocked
ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
ACPI: EC: GPE=0x6e
ACPI: \_SB_.PC00.LPCB.EC0_: Boot DSDT EC initialization complete
ACPI: \_SB_.PC00.LPCB.EC0_: EC: Used to handle transactions and events
iommu: Default domain type: Translated
iommu: DMA domain TLB invalidation policy: lazy mode
SCSI subsystem initialized
libata version 3.00 loaded.
ACPI: bus type USB registered
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
EDAC MC: Ver: 3.0.0
efivars: Registered efivars operations
NetLabel: Initializing
NetLabel: domain hash size = 128
NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
NetLabel: unlabeled traffic allowed by default
mctp: management component transport protocol core
NET: Registered PF_MCTP protocol family
PCI: Using ACPI for IRQ routing
PCI: pci_cache_line_size set to 64 bytes
pci 0000:00:1f.5: BAR 0 [mem 0xfe010000-0xfe010fff]: can't claim; no compatible bridge window
e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
e820: reserve RAM buffer [mem 0x364ed000-0x37ffffff]
e820: reserve RAM buffer [mem 0x36b11000-0x37ffffff]
e820: reserve RAM buffer [mem 0x3b229000-0x3bffffff]
e820: reserve RAM buffer [mem 0x3d93f000-0x3fffffff]
e820: reserve RAM buffer [mem 0x42b00000-0x43ffffff]
e820: reserve RAM buffer [mem 0x4afc00000-0x4afffffff]
pci 0000:00:02.0: vgaarb: setting as boot VGA device
pci 0000:00:02.0: vgaarb: bridge control possible
pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
vgaarb: loaded
Monitor-Mwait will be used to enter C-1 state
Monitor-Mwait will be used to enter C-2 state
Monitor-Mwait will be used to enter C-3 state
clocksource: Switched to clocksource tsc-early
VFS: Disk quotas dquot_6.6.0
VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
pnp: PnP ACPI init
system 00:00: [io 0x0680-0x069f] has been reserved
system 00:00: [io 0x164e-0x164f] has been reserved
system 00:00: [io 0xfd60-0xfd63] has been reserved
system 00:02: [io 0x1854-0x1857] has been reserved
pnp 00:04: disabling [mem 0xc0000000-0xcfffffff] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
system 00:04: [mem 0xfedc0000-0xfedc7fff] has been reserved
system 00:04: [mem 0xfeda0000-0xfeda0fff] has been reserved
system 00:04: [mem 0xfeda1000-0xfeda1fff] has been reserved
system 00:04: [mem 0xfed20000-0xfed7ffff] could not be reserved
system 00:04: [mem 0xfed90000-0xfed93fff] could not be reserved
system 00:04: [mem 0xfed45000-0xfed8ffff] could not be reserved
system 00:04: [mem 0xfee00000-0xfeefffff] has been reserved
system 00:05: [io 0x2000-0x20fe] has been reserved
pnp: PnP ACPI: found 7 devices
clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
NET: Registered PF_INET protocol family
IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
TCP: Hash tables configured (established 131072 bind 65536)
MPTCP token hash table entries: 16384 (order: 7, 393216 bytes, linear)
UDP hash table entries: 8192 (order: 7, 524288 bytes, linear)
UDP-Lite hash table entries: 8192 (order: 7, 524288 bytes, linear)
NET: Registered PF_UNIX/PF_LOCAL protocol family
NET: Registered PF_XDP protocol family
pci 0000:00:02.0: VF BAR 2 [mem 0x4020000000-0x40ffffffff 64bit pref]: assigned
pci 0000:00:02.0: VF BAR 0 [mem 0x4010000000-0x4016ffffff 64bit]: assigned
pci 0000:00:15.0: BAR 0 [mem 0x4017000000-0x4017000fff 64bit]: assigned
pci 0000:00:15.3: BAR 0 [mem 0x4017001000-0x4017001fff 64bit]: assigned
pci 0000:00:1f.5: BAR 0 [mem 0x50710000-0x50710fff]: assigned
pci 0000:00:06.0: PCI bridge to [bus 01]
pci 0000:00:06.2: PCI bridge to [bus 02]
pci 0000:00:06.2: bridge window [mem 0x50600000-0x506fffff]
pci 0000:00:1c.0: PCI bridge to [bus 03]
pci 0000:00:1c.0: bridge window [io 0x3000-0x3fff]
pci 0000:00:1c.0: bridge window [mem 0x50500000-0x505fffff]
pci 0000:00:1d.0: PCI bridge to [bus 04]
pci 0000:00:1d.0: bridge window [mem 0x50400000-0x504fffff]
pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
pci_bus 0000:00: resource 7 [mem 0x50400000-0xbfffffff window]
pci_bus 0000:00: resource 8 [mem 0x4000000000-0x7fffffffff window]
pci_bus 0000:02: resource 1 [mem 0x50600000-0x506fffff]
pci_bus 0000:03: resource 0 [io 0x3000-0x3fff]
pci_bus 0000:03: resource 1 [mem 0x50500000-0x505fffff]
pci_bus 0000:04: resource 1 [mem 0x50400000-0x504fffff]
PCI: CLS 64 bytes, default 64
PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
software IO TLB: mapped [mem 0x000000002c5e9000-0x00000000305e9000] (64MB)
clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x23fa772cf26, max_idle_ns: 440795269835 ns
clocksource: Switched to clocksource tsc
Trying to unpack rootfs image as initramfs...
Initialise system trusted keyrings
Key type blacklist registered
workingset: timestamp_bits=36 max_order=22 bucket_order=0
fuse: init (API version 7.45)
integrity: Platform Keyring initialized
integrity: Machine keyring initialized
xor: automatically using best checksumming function avx
Key type asymmetric registered
Asymmetric key parser 'x509' registered
Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
io scheduler mq-deadline registered
io scheduler kyber registered
io scheduler bfq registered
ledtrig-cpu: registered to indicate activity on CPUs
pcieport 0000:00:06.0: PME: Signaling with IRQ 120
pcieport 0000:00:06.2: PME: Signaling with IRQ 121
pcieport 0000:00:1c.0: PME: Signaling with IRQ 122
pcieport 0000:00:1d.0: PME: Signaling with IRQ 123
ACPI: AC: AC Adapter [ACAD] (on-line)
input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1b/PNP0C0D:00/input/input0
ACPI: button: Lid Switch [LID0]
input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
ACPI: button: Power Button [PWRB]
Freeing initrd memory: 24556K
thermal LNXTHERM:00: registered as thermal_zone0
ACPI: thermal: Thermal Zone [TZ00] (28 C)
Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
hpet_acpi_add: no address or irqs in _CRS
Non-volatile memory driver v1.3
Linux agpgart interface v0.103
ACPI: bus type drm_connector registered
xhci_hcd 0000:00:0d.0: xHCI Host Controller
xhci_hcd 0000:00:0d.0: new USB bus registered, assigned bus number 1
xhci_hcd 0000:00:0d.0: hcc params 0x20007fc1 hci version 0x120 quirks 0x0000000200009810
xhci_hcd 0000:00:0d.0: xHCI Host Controller
xhci_hcd 0000:00:0d.0: new USB bus registered, assigned bus number 2
xhci_hcd 0000:00:0d.0: Host supports USB 3.2 Enhanced SuperSpeed
usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.19
usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb1: Product: xHCI Host Controller
usb usb1: Manufacturer: Linux 6.19.0-rc6-1-git-00201-ga51740ddfff4 xhci-hcd
usb usb1: SerialNumber: 0000:00:0d.0
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 1 port detected
usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.19
usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb2: Product: xHCI Host Controller
usb usb2: Manufacturer: Linux 6.19.0-rc6-1-git-00201-ga51740ddfff4 xhci-hcd
usb usb2: SerialNumber: 0000:00:0d.0
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 2 ports detected
xhci_hcd 0000:00:14.0: xHCI Host Controller
xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
xhci_hcd 0000:00:14.0: hcc params 0x20007fc1 hci version 0x120 quirks 0x0000100200009810
xhci_hcd 0000:00:14.0: xHCI Host Controller
xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed
usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.19
usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb3: Product: xHCI Host Controller
usb usb3: Manufacturer: Linux 6.19.0-rc6-1-git-00201-ga51740ddfff4 xhci-hcd
usb usb3: SerialNumber: 0000:00:14.0
hub 3-0:1.0: USB hub found
hub 3-0:1.0: 12 ports detected
usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.19
usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb4: Product: xHCI Host Controller
usb usb4: Manufacturer: Linux 6.19.0-rc6-1-git-00201-ga51740ddfff4 xhci-hcd
usb usb4: SerialNumber: 0000:00:14.0
hub 4-0:1.0: USB hub found
hub 4-0:1.0: 4 ports detected
usbcore: registered new interface driver usbserial_generic
usbserial: USB Serial support registered for generic
i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
serio: i8042 KBD port at 0x60,0x64 irq 1
rtc_cmos 00:01: RTC can wake from S4
rtc_cmos 00:01: registered as rtc0
rtc_cmos 00:01: setting system clock to 2026-01-28T01:47:39 UTC (1769564859)
rtc_cmos 00:01: alarms up to one month, y3k, 242 bytes nvram
intel_pstate: Intel P-state driver initializing
intel_pstate: HWP enabled
simple-framebuffer simple-framebuffer.0: [drm] Registered 1 planes with drm panic
[drm] Initialized simpledrm 1.0.0 for simple-framebuffer.0 on minor 0
Console: switching to colour frame buffer device 100x37
simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
hid: raw HID events driver (C) Jiri Kosina
usbcore: registered new interface driver usbhid
usbhid: USB HID core driver
drop_monitor: Initializing network drop monitor service
NET: Registered PF_INET6 protocol family
Segment Routing with IPv6
RPL Segment Routing with IPv6
In-situ OAM (IOAM) with IPv6
NET: Registered PF_PACKET protocol family
ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
microcode: Current revision: 0x00006133
microcode: Updated early from: 0x00004123
IPI shorthand broadcast: enabled
sched_clock: Marking stable (488000971, 6576302)->(524075163, -29497890)
registered taskstats version 1
Loading compiled-in X.509 certificates
input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2
Loaded X.509 cert 'Build time autogenerated kernel key: 051f2b6b715b6ad1ad5b230622cd6e8824ada271'
zswap: loaded using pool zstd
Demotion targets for Node 0: null
Key type .fscrypt registered
Key type fscrypt-provisioning registered
Btrfs loaded, zoned=yes, fsverity=yes
Key type big_key registered
integrity: Loading X.509 certificate: UEFI:db
integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
integrity: Loading X.509 certificate: UEFI:db
integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
integrity: Loading X.509 certificate: UEFI:db
integrity: Loaded X.509 cert 'Microsoft Corporation: Windows UEFI CA 2023: aefc5fbbbe055d8f8daa585473499417ab5a5272'
integrity: Loading X.509 certificate: UEFI:db
integrity: Problem loading X.509 certificate -74
integrity: Error adding keys to platform keyring UEFI:db
PM: Magic number: 10:412:762
atkbd serio0: hash matches
RAS: Correctable Errors collector initialized.
ACPI: battery: Slot [BAT1] (battery present)
clk: Disabling unused clocks
PM: genpd: Disabling unused power domains
Freeing unused decrypted memory: 2036K
Freeing unused kernel image (initmem) memory: 4736K
Write protecting the kernel read-only data: 38912k
Freeing unused kernel image (text/rodata gap) memory: 60K
Freeing unused kernel image (rodata/data gap) memory: 1896K
x86/mm: Checked W+X mappings: passed, no W+X pages found.
rodata_test: all tests were successful
Run /init as init process
with arguments:
/init
with environment:
HOME=/
TERM=linux
systemd[1]: Successfully made /usr/ read-only.
systemd[1]: systemd 259-2-arch running in system mode (+PAM +AUDIT -SELINUX +APPARMOR -IMA +IPE +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +BTF +XKBCOMMON +UTMP -SYSVINIT +LIBARCHIVE)
systemd[1]: Detected architecture x86-64.
systemd[1]: Running in initrd.
systemd[1]: Initializing machine ID from random generator.
usb 3-5: new high-speed USB device number 2 using xhci_hcd
systemd[1]: Queued start job for default target Initrd Default Target.
systemd[1]: Created slice Slice /system/systemd-validatefs.
systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
systemd[1]: Expecting device /dev/disk/by-uuid/ad720100-0431-4e07-b2e9-00fd54b8fbcb...
systemd[1]: Expecting device /dev/gpt-auto-root...
systemd[1]: Reached target Path Units.
systemd[1]: Reached target Slice Units.
systemd[1]: Reached target Swaps.
systemd[1]: Reached target Timer Units.
systemd[1]: Listening on Journal Socket (/dev/log).
systemd[1]: Listening on Journal Sockets.
systemd[1]: Listening on udev Control Socket.
systemd[1]: Listening on udev Kernel Socket.
systemd[1]: Reached target Socket Units.
systemd[1]: Starting Create List of Static Device Nodes...
systemd[1]: Starting Early Battery Level Check...
systemd[1]: Starting Journal Service...
usb 3-5: New USB device found, idVendor=30c9, idProduct=00c5, bcdDevice= 0.07
usb 3-5: New USB device strings: Mfr=3, Product=1, SerialNumber=2
usb 3-5: Product: Integrated Camera
usb 3-5: Manufacturer: 8SSC21M22245V1SR45701P0
usb 3-5: SerialNumber: 0001
systemd[1]: Starting Load Kernel Modules...
systemd[1]: TPM PCR Barrier (initrd) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
systemd[1]: Reached target Local Encrypted Volumes.
systemd[1]: Starting Create Static Device Nodes in /dev...
systemd[1]: Starting Coldplug All udev Devices...
systemd-journald[190]: Collecting audit messages is disabled.
systemd[1]: Finished Create List of Static Device Nodes.
systemd[1]: Finished Early Battery Level Check.
systemd[1]: Finished Load Kernel Modules.
systemd[1]: Finished Create Static Device Nodes in /dev.
systemd[1]: Started Display Boot-Time Emergency Messages In Full Screen.
systemd[1]: Starting Rule-based Manager for Device Events and Files...
systemd[1]: Started Journal Service.
usb 3-6: new full-speed USB device number 3 using xhci_hcd
wmi_bus wmi_bus-PNP0C14:05: [Firmware Bug]: WQB1 data block query control method not found
wmi_bus wmi_bus-PNP0C14:05: [Firmware Bug]: WQB2 data block query control method not found
intel-lpss 0000:00:15.0: enabling device (0004 -> 0006)
i2c_designware i2c_designware.0: [Firmware Bug]: DSDT uses known not-working I2C bus speed 400000, forcing it to 100000
intel-lpss 0000:00:15.3: enabling device (0004 -> 0006)
Key type psk registered
nvme 0000:02:00.0: platform quirk: setting simple suspend
nvme nvme0: pci function 0000:02:00.0
sdhci: Secure Digital Host Controller Interface driver
sdhci: Copyright(c) Pierre Ossman
usb 3-6: not running at top speed; connect to a high speed hub
usb 3-6: New USB device found, idVendor=1c7a, idProduct=0583, bcdDevice=52.07
usb 3-6: New USB device strings: Mfr=1, Product=2, SerialNumber=3
usb 3-6: Product: ETU905A88-E
usb 3-6: Manufacturer: EGIS
usb 3-6: SerialNumber: 14495FPKC366
nvme nvme0: allocated 32 MiB host memory buffer (8 segments).
nvme nvme0: 12/0/0 default/read/poll queues
nvme0n1: p1 p2
usb 3-10: new full-speed USB device number 4 using xhci_hcd
usb 3-10: New USB device found, idVendor=0bda, idProduct=4853, bcdDevice= 0.00
usb 3-10: New USB device strings: Mfr=1, Product=2, SerialNumber=3
usb 3-10: Product: Bluetooth Radio
usb 3-10: Manufacturer: Realtek
usb 3-10: SerialNumber: 00e04c000001
i915 0000:00:02.0: [drm] Found alderlake_p/raptorlake_u (device ID a7ac) integrated display version 13.00 stepping E0
sdhci-pci 0000:04:00.0: SDHCI controller found [1217:8621] (rev 1)
sdhci-pci 0000:04:00.0: enabling device (0000 -> 0002)
mmc0: SDHCI controller on PCI [0000:04:00.0] using ADMA
Console: switching to colour dummy device 80x25
i915 0000:00:02.0: vgaarb: deactivate vga console
i915 0000:00:02.0: [drm] Using Transparent Hugepages
i915 0000:00:02.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=io+mem:owns=io+mem
i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/adlp_dmc.bin (v2.20)
device-mapper: uevent: version 1.0.3
device-mapper: ioctl: 4.50.0-ioctl (2025-04-28) initialised: dm-devel@lists.linux.dev
i915 0000:00:02.0: [drm] GT0: GuC firmware i915/adlp_guc_70.bin version 70.49.4
i915 0000:00:02.0: [drm] GT0: HuC firmware i915/tgl_huc.bin version 7.9.3
i915 0000:00:02.0: [drm] GT0: HuC: authenticated for all workloads
i915 0000:00:02.0: [drm] GT0: GUC: submission enabled
i915 0000:00:02.0: [drm] GT0: GUC: SLPC enabled
i915 0000:00:02.0: [drm] GT0: GUC: RC enabled
i915 0000:00:02.0: [drm] Protected Xe Path (PXP) protected content support initialized
i915 0000:00:02.0: [drm] Registered 4 planes with drm panic
[drm] Initialized i915 1.6.0 for 0000:00:02.0 on minor 1
ACPI: video: Video Device [GFX0] (multi-head: yes rom: no post: no)
input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input3
fbcon: i915drmfb (fb0) is primary device
Console: switching to colour frame buffer device 240x75
i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
irq 27: nobody cared (try booting with the "irqpoll" option)
CPU: 11 UID: 0 PID: 0 Comm: swapper/11 Not tainted 6.19.0-rc6-1-git-00201-ga51740ddfff4 #27 PREEMPT(full) 3fc6301884b5b73b3588ce1df4267b793206afea
Hardware name: LENOVO 83FW/LNVNB161216, BIOS PFCN14WW 09/20/2024
Call Trace:
<IRQ>
dump_stack_lvl+0x5d/0x80
__report_bad_irq+0x35/0xbc
note_interrupt.cold+0x28/0x66
handle_irq_event+0x72/0x90
handle_fasteoi_irq+0xda/0x1f0
__common_interrupt+0x41/0xa0
common_interrupt+0x80/0xa0
</IRQ>
<TASK>
asm_common_interrupt+0x26/0x40
RIP: 0010:cpuidle_enter_state+0xbb/0x410
Code: 00 00 e8 c8 ba 00 ff e8 e3 ef ff ff 48 89 c5 0f 1f 44 00 00 31 ff e8 c4 37 ff fe 45 84 ff 0f 85 33 02 00 00 fb 0f 1f 44 00 00 <45> 85 f6 0f 88 7c 01 00 00 49 63 ce 48 2b 2c 24 48 6b d1 68 48 89
RSP: 0000:ffffd22ac0223e78 EFLAGS: 00000246
RAX: ffff8c6632396000 RBX: 0000000000000001 RCX: 0000000000000000
RDX: 00000000b9965f05 RSI: fffffff831f2278e RDI: 0000000000000000
RBP: 00000000b9965f05 R08: 0000000000000002 R09: 0000000000000007
R10: 000000000000afc8 R11: ffffffffffffffff R12: ffff8c65dfafe840
R13: ffffffffacbf38c0 R14: 0000000000000001 R15: 0000000000000000
? cpuidle_enter_state+0xac/0x410
cpuidle_enter+0x31/0x50
do_idle+0x1ae/0x210
cpu_startup_entry+0x29/0x30
start_secondary+0x119/0x150
common_startup_64+0x13e/0x141
</TASK>
handlers:
[<00000000a945a4f0>] i2c_dw_isr
Disabling IRQ #27
Key type trusted registered
Key type encrypted registered
PM: Image not found (code -22)
EXT4-fs (dm-0): Supports (experimental) DIO atomic writes awu_min: 4096, awu_max: 4096
EXT4-fs (dm-0): mounting with "discard" option, but the device does not support discard
EXT4-fs (dm-0): mounted filesystem ad720100-0431-4e07-b2e9-00fd54b8fbcb r/w with ordered data mode. Quota mode: none.
systemd-journald[190]: Received SIGTERM from PID 1 (systemd).
systemd[1]: systemd 259-2-arch running in system mode (+PAM +AUDIT -SELINUX +APPARMOR -IMA +IPE +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +BTF +XKBCOMMON +UTMP -SYSVINIT +LIBARCHIVE)
systemd[1]: Detected architecture x86-64.
systemd[1]: Hostname set to <arch>.
systemd[1]: bpf-restrict-fs: LSM BPF program attached
systemd[1]: initrd-switch-root.service: Deactivated successfully.
systemd[1]: Stopped Switch Root.
systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1.
systemd[1]: Created slice Virtual Machine and Container Slice.
systemd[1]: Created slice Slice /system/dirmngr.
systemd[1]: Created slice Slice /system/getty.
systemd[1]: Created slice Slice /system/gpg-agent.
systemd[1]: Created slice Slice /system/gpg-agent-browser.
systemd[1]: Created slice Slice /system/gpg-agent-extra.
systemd[1]: Created slice Slice /system/gpg-agent-ssh.
systemd[1]: Created slice Slice /system/keyboxd.
systemd[1]: Created slice Slice /system/modprobe.
systemd[1]: Created slice Slice /system/systemd-fsck.
systemd[1]: Created slice User and Session Slice.
systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
systemd[1]: Started Forward Password Requests to Wall Directory Watch.
systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
systemd[1]: Expecting device /dev/disk/by-uuid/C6DC-F0DB...
systemd[1]: Reached target Local Encrypted Volumes.
systemd[1]: Reached target Login Prompts.
systemd[1]: Reached target Image Downloads.
systemd[1]: Stopped target Switch Root.
systemd[1]: Stopped target Initrd File Systems.
systemd[1]: Stopped target Initrd Root File System.
systemd[1]: Reached target Local Integrity Protected Volumes.
systemd[1]: Reached target Path Units.
systemd[1]: Reached target Remote File Systems.
systemd[1]: Reached target Slice Units.
systemd[1]: Reached target Local Verity Protected Volumes.
systemd[1]: Listening on Device-mapper event daemon FIFOs.
systemd[1]: Listening on Query the User Interactively for a Password.
systemd[1]: Listening on Process Core Dump Socket.
systemd[1]: Listening on Credential Encryption/Decryption.
systemd[1]: Listening on Factory Reset Management.
systemd[1]: Listening on Console Output Muting Service Socket.
systemd[1]: TPM PCR Measurements was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
systemd[1]: Make TPM PCR Policy was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
systemd[1]: Listening on Disk Repartitioning Service Socket.
systemd[1]: Listening on udev Control Socket.
systemd[1]: Listening on udev Varlink Socket.
systemd[1]: Listening on User Database Manager Socket.
systemd[1]: Mounting Huge Pages File System...
systemd[1]: Mounting POSIX Message Queue File System...
systemd[1]: Mounting Kernel Debug File System...
systemd[1]: Mounting Kernel Trace File System...
systemd[1]: Starting Create List of Static Device Nodes...
systemd[1]: Load Kernel Module configfs was skipped because of an unmet condition check (ConditionKernelModuleLoaded=!configfs).
systemd[1]: Mounting Kernel Configuration File System...
systemd[1]: Load Kernel Module drm was skipped because of an unmet condition check (ConditionKernelModuleLoaded=!drm).
systemd[1]: Load Kernel Module fuse was skipped because of an unmet condition check (ConditionKernelModuleLoaded=!fuse).
systemd[1]: Mounting FUSE Control File System...
systemd[1]: systemd-cryptsetup@root.service: Deactivated successfully.
systemd[1]: Stopped systemd-cryptsetup@root.service.
systemd[1]: systemd-cryptsetup@root.service: Consumed 31.232s CPU time over 29.377s wall clock time, 1G memory peak.
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).
systemd[1]: Starting Journal Service...
systemd[1]: Starting Load Kernel Modules...
systemd[1]: TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
systemd[1]: TPM PCR Root File System Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
systemd[1]: TPM NvPCR Product ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
systemd[1]: Starting Remount Root and Kernel File Systems...
systemd[1]: Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
systemd[1]: Starting Load udev Rules from Credentials...
systemd[1]: Starting Coldplug All udev Devices...
systemd[1]: systemd-validatefs@sysroot.service: Deactivated successfully.
systemd[1]: Stopped Validate File System Mount Constraints of /sysroot.
systemd[1]: Mounted Huge Pages File System.
systemd[1]: Mounted POSIX Message Queue File System.
systemd[1]: Mounted Kernel Debug File System.
systemd[1]: Mounted Kernel Trace File System.
systemd[1]: Finished Create List of Static Device Nodes.
systemd[1]: Mounted Kernel Configuration File System.
systemd[1]: Mounted FUSE Control File System.
systemd[1]: Finished Load udev Rules from Credentials.
systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
Asymmetric key parser 'pkcs8' registered
EXT4-fs (dm-0): re-mounted ad720100-0431-4e07-b2e9-00fd54b8fbcb.
systemd[1]: Finished Load Kernel Modules.
systemd-journald[1116]: Collecting audit messages is disabled.
systemd[1]: Finished Remount Root and Kernel File Systems.
systemd[1]: Activating swap /swapfile...
systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
systemd[1]: Starting Load/Save OS Random Seed...
systemd[1]: Starting Apply Kernel Variables...
systemd[1]: TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
systemd[1]: TPM PCR NvPCR Initialization Separator was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
systemd[1]: Started Journal Service.
Adding 45088764k swap on /swapfile. Priority:-1 extents:347 across:128843776k SS
systemd-journald[1116]: Received client request to flush runtime journal.
mc: Linux media interface: v0.10
videodev: Linux video capture interface: v2.00
drivers/hid/i2c-hid/i2c-hid-core.c: HID probe called for i2c 0x15
intel_pmc_core INT33A1:00: initialized
resource: resource sanity check: requesting [mem 0x00000000fedc0000-0x00000000fedcffff], which spans more than pnp 00:04 [mem 0xfedc0000-0xfedc7fff]
caller igen6_probe+0x155/0x824 [igen6_edac] mapping multiple BARs
EDAC MC0: Giving out device to module igen6_edac controller Intel_client_SoC MC#0: DEV 0000:00:00.0 (INTERRUPT)
EDAC MC1: Giving out device to module igen6_edac controller Intel_client_SoC MC#1: DEV 0000:00:00.0 (INTERRUPT)
EDAC igen6: v2.5.1
ACPI: bus type thunderbolt registered
input: PC Speaker as /devices/platform/pcspkr/input/input4
Bluetooth: Core ver 2.22
NET: Registered PF_BLUETOOTH protocol family
Bluetooth: HCI device and connection manager initialized
Bluetooth: HCI socket layer initialized
Bluetooth: L2CAP socket layer initialized
Bluetooth: SCO socket layer initialized
i2c_hid_acpi i2c-ELAN06FA:00: Fetching the HID descriptor
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=01 00
i2c_hid_acpi i2c-ELAN06FA:00: HID Descriptor: 1e 00 00 01 a3 02 02 00 03 00 1f 00 04 00 00 00 05 00 06 00 f3 04 7e 32 04 00 00 00 00 00
i2c_hid_acpi i2c-ELAN06FA:00: Requesting IRQ: 155
i2c_hid_acpi i2c-ELAN06FA:00: entering i2c_hid_parse
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_start_hwreset
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_power
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 00 08
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 00 01
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_finish_hwreset: waiting...
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_finish_hwreset: finished.
i2c_hid_acpi i2c-ELAN06FA:00: asking HID report descriptor
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=02 00
i2c_designware i2c_designware.0: controller timed out
hid (null): reading report descriptor failed
i2c_hid_acpi i2c-ELAN06FA:00: can't add hid device: -110
i2c_hid_acpi i2c-ELAN06FA:00: probe with driver i2c_hid_acpi failed with error -110
RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
RAPL PMU: hw unit of domain package 2^-14 Joules
RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
RAPL PMU: hw unit of domain psys 2^-14 Joules
mei_me 0000:00:16.0: enabling device (0000 -> 0002)
spi-nor spi0.0: supply vcc not found, using dummy regulator
ACPI: battery: new hook: Ideapad Battery Extension
i801_smbus 0000:00:1f.4: SPD Write Disable is set
i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
Creating 1 MTD partitions on "0000:00:1f.5":
0x000000000000-0x000000800000 : "BIOS"
input: Ideapad extra buttons as /devices/pci0000:00/0000:00:1f.0/PNP0C09:00/VPC2004:00/input/input5
spi-nor spi0.1: supply vcc not found, using dummy regulator
Creating 1 MTD partitions on "0000:00:1f.5-chip1":
0x000000000000-0x000001000000 : "BIOS1"
iTCO_vendor_support: vendor-support=0
mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_ops [i915])
mei_pxp 0000:00:16.0-fbf6fcf1-96cf-4e2e-a6a6-1bab8cbe36b1: bound 0000:00:02.0 (ops i915_pxp_tee_component_ops [i915])
cfg80211: Loading compiled-in X.509 certificates for regulatory database
Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
faux_driver regulatory: Direct firmware load for regulatory.db failed with error -2
cfg80211: failed to load regulatory.db
intel_rapl_msr: PL4 support detected.
intel_rapl_common: Found RAPL domain package
intel_rapl_common: Found RAPL domain core
intel_rapl_common: Found RAPL domain uncore
intel_rapl_common: Found RAPL domain psys
usbcore: registered new interface driver btusb
Bluetooth: hci0: RTL: examining hci_ver=0b hci_rev=000b lmp_ver=0b lmp_subver=8852
Bluetooth: hci0: RTL: rom_version status=0 version=1
Bluetooth: hci0: RTL: btrtl_initialize: key id 0
Bluetooth: hci0: RTL: loading rtl_bt/rtl8852bu_fw.bin
iTCO_wdt iTCO_wdt: Found a Intel PCH TCO device (Version=6, TCOBASE=0x0400)
iTCO_wdt iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
Bluetooth: hci0: RTL: loading rtl_bt/rtl8852bu_config.bin
Bluetooth: hci0: RTL: cfg_sz 6, total sz 60107
uvcvideo 3-5:1.0: Found UVC 1.50 device Integrated Camera (30c9:00c5)
usbcore: registered new interface driver uvcvideo
intel_rapl_common: Found RAPL domain package
intel_tcc_cooling: TCC Offset locked
rtw89_8852be 0000:03:00.0: loaded firmware rtw89/rtw8852b_fw-1.bin
rtw89_8852be 0000:03:00.0: enabling device (0000 -> 0003)
acpi PRP00001:00: No SoundWire links detected
rtw89_8852be 0000:03:00.0: Firmware version 0.29.29.15 (6fb3ec41), cmd version 0, type 5
rtw89_8852be 0000:03:00.0: Firmware version 0.29.29.15 (6fb3ec41), cmd version 0, type 3
typec port0: bound usb3-port2 (ops connector_ops)
typec port0: bound usb2-port1 (ops connector_ops)
typec port1: bound usb3-port3 (ops connector_ops)
typec port1: bound usb2-port2 (ops connector_ops)
acpi PRP00001:00: No SoundWire links detected
acpi PRP00001:00: No SoundWire links detected
snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002)
snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops intel_audio_component_bind_ops [i915])
snd_hda_codec_conexant hdaudioC0D0: CX11880: BIOS auto-probing.
snd_hda_codec_conexant hdaudioC0D0: CX11880: picked fixup for PCI SSID 17aa:0000
snd_hda_codec_conexant hdaudioC0D0: autoconfig for CX11880: line_outs=1 (0x17/0x0/0x0/0x0/0x0) type:speaker
snd_hda_codec_conexant hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
snd_hda_codec_conexant hdaudioC0D0: hp_outs=1 (0x16/0x0/0x0/0x0/0x0)
snd_hda_codec_conexant hdaudioC0D0: mono: mono_out=0x0
snd_hda_codec_conexant hdaudioC0D0: inputs:
snd_hda_codec_conexant hdaudioC0D0: Mic=0x19
snd_hda_codec_conexant hdaudioC0D0: Internal Mic=0x1a
input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input6
input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input7
input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input8
input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input9
input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input10
input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input11
Bluetooth: hci0: RTL: fw version 0x42d34e04
bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
Bluetooth: hci0: AOSP extensions version v1.00
rtw89_8852be 0000:03:00.0: chip rfe_type is 1
rtw89_8852be 0000:03:00.0: rfkill hardware state changed to enable
^ permalink raw reply [flat|nested] 55+ messages in thread
* Re: [REGRESSION][BISECTED] Lenovo IdeaPad touchpad does not work when idma64 is present in initramfs
2026-01-21 4:56 ` correctmost
2026-01-21 9:13 ` Andy Shevchenko
@ 2026-01-28 9:34 ` Andy Shevchenko
2026-01-28 10:21 ` correctmost
1 sibling, 1 reply; 55+ messages in thread
From: Andy Shevchenko @ 2026-01-28 9:34 UTC (permalink / raw)
To: correctmost; +Cc: dmaengine, regressions, vkoul, linux-i2c, mika.westerberg
On Tue, Jan 20, 2026 at 11:56:15PM -0500, correctmost wrote:
> On Tue, Jan 20, 2026, at 4:33 AM, Andy Shevchenko wrote:
> > On Mon, Jan 19, 2026 at 12:49:59PM +0200, Andy Shevchenko wrote:
> >> On Mon, Jan 19, 2026 at 12:39:41PM +0200, Andy Shevchenko wrote:
> >> > On Fri, Jan 16, 2026 at 07:25:54PM -0500, correctmost wrote:
...
> >> > My understanding that the pin 3 on GPIO might be wrongly configured
> >> > by BIOS. The difference with the original case is that your GPIO device
> >> > is locked against modifications and until you unlock it (usually
> >> > it's done in BIOS in some debug menu) it may not be fixable without OEM
> >> > fixing the issue themselves. In any case you can try the workaround
> >> > (see https://lore.kernel.org/all/ZftTcSA5dn13eAmr@smile.fi.intel.com/).
> >> > But I am skeptical about it.
>
> I tested commit c03e9c42ae8 with the following patch and still saw the "probe
> with driver i2c_hid_acpi failed" error:
> + {
> + void __iomem *padcfg0;
> + u32 value;
> + padcfg0 = intel_get_padcfg(pctrl, 3, PADCFG0);
I'm sorry to get you back to this one, but can you replace 3 with 82 and try
again (keep the kernel command options with HID debug enabled, etc, but no
other patches applied).
> + guard(raw_spinlock_irqsave)(&pctrl->lock);
> + value = readl(padcfg0);
> + value |= PADCFG0_GPIOTXDIS;
> + value |= PADCFG0_GPIORXDIS;
> + writel(value, padcfg0);
> + }
> +
> return 0;
> }
--
With Best Regards,
Andy Shevchenko
^ permalink raw reply [flat|nested] 55+ messages in thread
* Re: [REGRESSION][BISECTED] Lenovo IdeaPad touchpad does not work when idma64 is present in initramfs
2026-01-28 9:34 ` Andy Shevchenko
@ 2026-01-28 10:21 ` correctmost
2026-01-28 12:31 ` Mika Westerberg
0 siblings, 1 reply; 55+ messages in thread
From: correctmost @ 2026-01-28 10:21 UTC (permalink / raw)
To: Andy Shevchenko; +Cc: dmaengine, regressions, vkoul, linux-i2c, mika.westerberg
[-- Attachment #1: Type: text/plain, Size: 2634 bytes --]
On Wed, Jan 28, 2026, at 4:34 AM, Andy Shevchenko wrote:
> On Tue, Jan 20, 2026 at 11:56:15PM -0500, correctmost wrote:
>> On Tue, Jan 20, 2026, at 4:33 AM, Andy Shevchenko wrote:
>> > On Mon, Jan 19, 2026 at 12:49:59PM +0200, Andy Shevchenko wrote:
>> >> On Mon, Jan 19, 2026 at 12:39:41PM +0200, Andy Shevchenko wrote:
>> >> > On Fri, Jan 16, 2026 at 07:25:54PM -0500, correctmost wrote:
>
> ...
>
>> >> > My understanding that the pin 3 on GPIO might be wrongly configured
>> >> > by BIOS. The difference with the original case is that your GPIO device
>> >> > is locked against modifications and until you unlock it (usually
>> >> > it's done in BIOS in some debug menu) it may not be fixable without OEM
>> >> > fixing the issue themselves. In any case you can try the workaround
>> >> > (see https://lore.kernel.org/all/ZftTcSA5dn13eAmr@smile.fi.intel.com/).
>> >> > But I am skeptical about it.
>>
>> I tested commit c03e9c42ae8 with the following patch and still saw the "probe
>> with driver i2c_hid_acpi failed" error:
>
>> + {
>> + void __iomem *padcfg0;
>> + u32 value;
>
>> + padcfg0 = intel_get_padcfg(pctrl, 3, PADCFG0);
>
> I'm sorry to get you back to this one, but can you replace 3 with 82 and try
> again (keep the kernel command options with HID debug enabled, etc, but no
> other patches applied).
I tested the pin 82 patch by itself (no other patches and no config changes). I received the IRQ message and the touchpad didn't work (full log attached):
Call Trace:
<IRQ>
dump_stack_lvl+0x5d/0x80
__report_bad_irq+0x35/0xbc
note_interrupt.cold+0x28/0x66
handle_irq_event+0x72/0x90
handle_fasteoi_irq+0xda/0x1f0
__common_interrupt+0x41/0xa0
common_interrupt+0x80/0xa0
</IRQ>
<TASK>
asm_common_interrupt+0x26/0x40
RIP: 0010:cpuidle_enter_state+0xbb/0x410
Code: 00 00 e8 c8 ba 00 ff e8 e3 ef ff ff 48 89 c5 0f 1f 44 00 00 31 ff e8 c4 37 ff fe 45 84 ff 0f 85 33 02 00 00 fb 0f 1f 44 00 00 <45> 85 f6 0f 88 7c 01 00 00 49 63 ce 48 2b 2c 24 48 6b d1 68 48 89
RSP: 0018:ffffd0dcc0223e78 EFLAGS: 00000246
RAX: ffff8e96d8796000 RBX: 0000000000000001 RCX: 0000000000000000
RDX: 00000000b72cd05d RSI: fffffff2ae16a9fb RDI: 0000000000000000
RBP: 00000000b72cd05d R08: 0000000000000002 R09: 0000000000000020
R10: 00000000ffffffff R11: ffffffffffffffff R12: ffff8e965fafe840
R13: ffffffff867f38c0 R14: 0000000000000001 R15: 0000000000000000
? cpuidle_enter_state+0xac/0x410
cpuidle_enter+0x31/0x50
do_idle+0x1ae/0x210
cpu_startup_entry+0x29/0x30
start_secondary+0x119/0x150
common_startup_64+0x13e/0x141
</TASK>
handlers:
[<00000000ae01f912>] idma64_irq [idma64]
[<0000000073ab53f7>] i2c_dw_isr
[-- Attachment #2: dmesg-pin82.txt --]
[-- Type: text/plain, Size: 70938 bytes --]
Linux version 6.19.0-rc6-1-git-00201-g856cbae3012a (linux-git@archlinux) (gcc (GCC) 15.2.1 20260103, GNU ld (GNU Binutils) 2.45.1) #28 SMP PREEMPT_DYNAMIC Wed, 28 Jan 2026 09:56:06 +0000
Command line: initrd=\initramfs-linux-git.img rd.luks.options=password-echo=no rw rootfstype=ext4 i2c-hid.dyndbg=+p resume=UUID=ad720100-0431-4e07-b2e9-00fd54b8fbcb resume_offset=1361920
x86/split lock detection: #AC: crashing the kernel on kernel split_locks and warning on user-space split_locks
BIOS-provided physical RAM map:
BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
BIOS-e820: [mem 0x000000000009f000-0x00000000000fffff] reserved
BIOS-e820: [mem 0x0000000000100000-0x000000003b228fff] usable
BIOS-e820: [mem 0x000000003b229000-0x000000003bb28fff] reserved
BIOS-e820: [mem 0x000000003bb29000-0x000000003d93efff] usable
BIOS-e820: [mem 0x000000003d93f000-0x000000003f9defff] reserved
BIOS-e820: [mem 0x000000003f9df000-0x000000004298efff] ACPI NVS
BIOS-e820: [mem 0x000000004298f000-0x0000000042afefff] ACPI data
BIOS-e820: [mem 0x0000000042aff000-0x0000000042afffff] usable
BIOS-e820: [mem 0x0000000042b00000-0x0000000046ffffff] reserved
BIOS-e820: [mem 0x0000000047c00000-0x0000000047ffffff] reserved
BIOS-e820: [mem 0x0000000048e00000-0x00000000503fffff] reserved
BIOS-e820: [mem 0x00000000c0000000-0x00000000cfffffff] reserved
BIOS-e820: [mem 0x00000000fed20000-0x00000000fed7ffff] reserved
BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
BIOS-e820: [mem 0x0000000100000000-0x00000004afbfffff] usable
NX (Execute Disable) protection: active
APIC: Static calls initialized
efi: EFI v2.8 by INSYDE Corp.
efi: ACPI=0x42afe000 ACPI 2.0=0x42afe014 TPMFinalLog=0x42906000 SMBIOS=0x3dfd9000 MEMATTR=0x36b0e298 ESRT=0x36b11018 RNG=0x42a12f18 INITRD=0x36b03c98 TPMEventLog=0x42a0a018
random: crng init done
efi: Remove mem95: MMIO range=[0xc0000000-0xcfffffff] (256MB) from e820 map
e820: remove [mem 0xc0000000-0xcfffffff] reserved
efi: Remove mem97: MMIO range=[0xff000000-0xffffffff] (16MB) from e820 map
e820: remove [mem 0xff000000-0xffffffff] reserved
SMBIOS 3.4 present.
DMI: LENOVO 83FW/LNVNB161216, BIOS PFCN14WW 09/20/2024
DMI: Memory slots populated: 2/2
tsc: Detected 2500.000 MHz processor
tsc: Detected 2496.000 MHz TSC
e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
e820: remove [mem 0x000a0000-0x000fffff] usable
last_pfn = 0x4afc00 max_arch_pfn = 0x400000000
MTRR map: 5 entries (3 fixed + 2 variable; max 23), built from 10 variable MTRRs
x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
last_pfn = 0x42b00 max_arch_pfn = 0x400000000
esrt: Reserving ESRT space from 0x0000000036b11018 to 0x0000000036b11140.
e820: update [mem 0x36b11000-0x36b11fff] usable ==> reserved
Using GB pages for direct mapping
Secure boot disabled
RAMDISK: [mem 0x305e9000-0x31de3fff]
ACPI: Early table checksum verification disabled
ACPI: RSDP 0x0000000042AFE014 000024 (v02 LENOVO)
ACPI: XSDT 0x0000000042A2F188 00012C (v01 LENOVO CB-01 00000001 01000013)
ACPI: FACP 0x0000000042AD3000 00010C (v05 LENOVO CB-01 00000001 ACPI 00040000)
ACPI: DSDT 0x0000000042A33000 09C575 (v02 LENOVO CB-01 00000001 ACPI 00040000)
ACPI: FACS 0x00000000428E1000 000040
ACPI: UEFI 0x000000004298E000 0001CF (v01 INSYDE ADL-P-M 00000001 ACPI 00040000)
ACPI: SSDT 0x0000000042AF8000 0042E1 (v02 LENOVO CB-01 00000001 INTL 20200717)
ACPI: SSDT 0x0000000042AF7000 00038C (v02 LENOVO CB-01 00000001 INTL 20200717)
ACPI: SSDT 0x0000000042AF6000 000106 (v02 LENOVO CB-01 00000001 INTL 20200717)
ACPI: SSDT 0x0000000042AF0000 005D34 (v02 LENOVO CB-01 00000001 INTL 20200717)
ACPI: SSDT 0x0000000042AED000 002C28 (v02 LENOVO CB-01 00000001 INTL 20200717)
ACPI: SSDT 0x0000000042AE9000 0033E9 (v02 LENOVO CB-01 00000001 INTL 20200717)
ACPI: SSDT 0x0000000042ADB000 00D836 (v02 INTEL TcssSsdt 00001000 INTL 20200717)
ACPI: SSDT 0x0000000042ADA000 00094F (v02 LENOVO CB-01 00000001 INTL 20200717)
ACPI: SSDT 0x0000000042AD9000 000033 (v02 LENOVO CB-01 00000001 INTL 20200717)
ACPI: SSDT 0x0000000042AD7000 0011EB (v02 LENOVO CB-01 00000001 INTL 20200717)
ACPI: SSDT 0x0000000042AD6000 00077B (v02 LENOVO CB-01 00000001 INTL 20200717)
ACPI: TPM2 0x0000000042AD5000 00004C (v04 LENOVO CB-01 00000001 ACPI 00040000)
ACPI: MSDM 0x0000000042AD4000 000055 (v03 LENOVO CB-01 00000001 ACPI 00040000)
ACPI: HPET 0x0000000042AD2000 000038 (v01 LENOVO CB-01 00000001 ACPI 00040000)
ACPI: APIC 0x0000000042AD1000 0001DC (v03 LENOVO CB-01 00000001 ACPI 00040000)
ACPI: MCFG 0x0000000042AD0000 00003C (v01 LENOVO CB-01 00000001 ACPI 00040000)
ACPI: SSDT 0x0000000042A31000 001D0E (v02 LENOVO CB-01 00000001 01000013)
ACPI: LPIT 0x0000000042A30000 0000CC (v01 LENOVO CB-01 00000001 ACPI 00040000)
ACPI: WSMT 0x0000000042AFD000 000028 (v01 LENOVO CB-01 00000001 ACPI 00040000)
ACPI: SSDT 0x0000000042A2E000 000AD9 (v02 LENOVO CB-01 00000001 INTL 20200717)
ACPI: SSDT 0x0000000042A24000 0092F4 (v02 LENOVO CB-01 00000001 INTL 20200717)
ACPI: DBGP 0x0000000042A23000 000034 (v01 LENOVO CB-01 00000001 ACPI 00040000)
ACPI: DBG2 0x0000000042A22000 000054 (v00 LENOVO CB-01 00000001 ACPI 00040000)
ACPI: DMAR 0x0000000042A21000 000088 (v01 LENOVO CB-01 00000001 ACPI 00040000)
ACPI: SSDT 0x0000000042A1F000 00100B (v02 LENOVO CB-01 00000001 INTL 20200717)
ACPI: SSDT 0x0000000042A1B000 0039DA (v02 LENOVO CB-01 00000001 INTL 20200717)
ACPI: SSDT 0x0000000042A17000 0039DA (v02 LENOVO CB-01 00000001 INTL 20200717)
ACPI: SSDT 0x0000000042A16000 0000F8 (v02 LENOVO CB-01 00000001 INTL 20200717)
ACPI: FPDT 0x0000000042A15000 000044 (v01 LENOVO CB-01 00000001 ACPI 00040000)
ACPI: PHAT 0x0000000042A13000 0007F8 (v01 LENOVO CB-01 00000001 ACPI 00040000)
ACPI: BGRT 0x0000000042A14000 000038 (v01 LENOVO CB-01 00000001 ACPI 00040000)
ACPI: Reserving FACP table memory at [mem 0x42ad3000-0x42ad310b]
ACPI: Reserving DSDT table memory at [mem 0x42a33000-0x42acf574]
ACPI: Reserving FACS table memory at [mem 0x428e1000-0x428e103f]
ACPI: Reserving UEFI table memory at [mem 0x4298e000-0x4298e1ce]
ACPI: Reserving SSDT table memory at [mem 0x42af8000-0x42afc2e0]
ACPI: Reserving SSDT table memory at [mem 0x42af7000-0x42af738b]
ACPI: Reserving SSDT table memory at [mem 0x42af6000-0x42af6105]
ACPI: Reserving SSDT table memory at [mem 0x42af0000-0x42af5d33]
ACPI: Reserving SSDT table memory at [mem 0x42aed000-0x42aefc27]
ACPI: Reserving SSDT table memory at [mem 0x42ae9000-0x42aec3e8]
ACPI: Reserving SSDT table memory at [mem 0x42adb000-0x42ae8835]
ACPI: Reserving SSDT table memory at [mem 0x42ada000-0x42ada94e]
ACPI: Reserving SSDT table memory at [mem 0x42ad9000-0x42ad9032]
ACPI: Reserving SSDT table memory at [mem 0x42ad7000-0x42ad81ea]
ACPI: Reserving SSDT table memory at [mem 0x42ad6000-0x42ad677a]
ACPI: Reserving TPM2 table memory at [mem 0x42ad5000-0x42ad504b]
ACPI: Reserving MSDM table memory at [mem 0x42ad4000-0x42ad4054]
ACPI: Reserving HPET table memory at [mem 0x42ad2000-0x42ad2037]
ACPI: Reserving APIC table memory at [mem 0x42ad1000-0x42ad11db]
ACPI: Reserving MCFG table memory at [mem 0x42ad0000-0x42ad003b]
ACPI: Reserving SSDT table memory at [mem 0x42a31000-0x42a32d0d]
ACPI: Reserving LPIT table memory at [mem 0x42a30000-0x42a300cb]
ACPI: Reserving WSMT table memory at [mem 0x42afd000-0x42afd027]
ACPI: Reserving SSDT table memory at [mem 0x42a2e000-0x42a2ead8]
ACPI: Reserving SSDT table memory at [mem 0x42a24000-0x42a2d2f3]
ACPI: Reserving DBGP table memory at [mem 0x42a23000-0x42a23033]
ACPI: Reserving DBG2 table memory at [mem 0x42a22000-0x42a22053]
ACPI: Reserving DMAR table memory at [mem 0x42a21000-0x42a21087]
ACPI: Reserving SSDT table memory at [mem 0x42a1f000-0x42a2000a]
ACPI: Reserving SSDT table memory at [mem 0x42a1b000-0x42a1e9d9]
ACPI: Reserving SSDT table memory at [mem 0x42a17000-0x42a1a9d9]
ACPI: Reserving SSDT table memory at [mem 0x42a16000-0x42a160f7]
ACPI: Reserving FPDT table memory at [mem 0x42a15000-0x42a15043]
ACPI: Reserving PHAT table memory at [mem 0x42a13000-0x42a137f7]
ACPI: Reserving BGRT table memory at [mem 0x42a14000-0x42a14037]
No NUMA configuration found
Faking a node at [mem 0x0000000000000000-0x00000004afbfffff]
NODE_DATA(0) allocated [mem 0x4afbd5280-0x4afbfffff]
Zone ranges:
DMA [mem 0x0000000000001000-0x0000000000ffffff]
DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
Normal [mem 0x0000000100000000-0x00000004afbfffff]
Device empty
Movable zone start for each node
Early memory node ranges
node 0: [mem 0x0000000000001000-0x000000000009efff]
node 0: [mem 0x0000000000100000-0x000000003b228fff]
node 0: [mem 0x000000003bb29000-0x000000003d93efff]
node 0: [mem 0x0000000042aff000-0x0000000042afffff]
node 0: [mem 0x0000000100000000-0x00000004afbfffff]
Initmem setup node 0 [mem 0x0000000000001000-0x00000004afbfffff]
On node 0, zone DMA: 1 pages in unavailable ranges
On node 0, zone DMA: 97 pages in unavailable ranges
On node 0, zone DMA32: 2304 pages in unavailable ranges
On node 0, zone DMA32: 20928 pages in unavailable ranges
On node 0, zone Normal: 21760 pages in unavailable ranges
On node 0, zone Normal: 1024 pages in unavailable ranges
Reserving Intel graphics memory at [mem 0x4c800000-0x503fffff]
ACPI: PM-Timer IO Port: 0x1808
ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x11] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x12] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x13] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x14] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x15] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x16] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x17] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
ACPI: Using ACPI (MADT) for SMP configuration information
ACPI: HPET id: 0x8086a201 base: 0xfed00000
e820: update [mem 0x364ed000-0x365fbfff] usable ==> reserved
TSC deadline timer available
CPU topo: Max. logical packages: 1
CPU topo: Max. logical dies: 1
CPU topo: Max. dies per package: 1
CPU topo: Max. threads per core: 2
CPU topo: Num. cores per package: 10
CPU topo: Num. threads per package: 12
CPU topo: Allowing 12 present CPUs plus 0 hotplug CPUs
PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x000fffff]
PM: hibernation: Registered nosave memory: [mem 0x364ed000-0x365fbfff]
PM: hibernation: Registered nosave memory: [mem 0x36b11000-0x36b11fff]
PM: hibernation: Registered nosave memory: [mem 0x3b229000-0x3bb28fff]
PM: hibernation: Registered nosave memory: [mem 0x3d93f000-0x42afefff]
PM: hibernation: Registered nosave memory: [mem 0x42b00000-0xffffffff]
[mem 0x50400000-0xfed1ffff] available for PCI devices
Booting paravirtualized kernel on bare hardware
clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
setup_percpu: NR_CPUS:8192 nr_cpumask_bits:12 nr_cpu_ids:12 nr_node_ids:1
percpu: Embedded 63 pages/cpu s221184 r8192 d28672 u262144
pcpu-alloc: s221184 r8192 d28672 u262144 alloc=1*2097152
pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 -- -- -- --
Kernel command line: initrd=\initramfs-linux-git.img rd.luks.options=password-echo=no rw rootfstype=ext4 i2c-hid.dyndbg=+p resume=UUID=ad720100-0431-4e07-b2e9-00fd54b8fbcb resume_offset=1361920
printk: log buffer data + meta data: 131072 + 458752 = 589824 bytes
Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
software IO TLB: area num 16.
Fallback order for Node 0: 0
Built 1 zonelists, mobility grouping on. Total pages: 4115422
Policy zone: Normal
mem auto-init: stack:all(zero), heap alloc:on, heap free:off
SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=12, Nodes=1
ftrace: allocating 57403 entries in 226 pages
ftrace: allocated 226 pages with 4 groups
Dynamic Preempt: full
rcu: Preemptible hierarchical RCU implementation.
rcu: RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=12.
rcu: RCU priority boosting: priority 1 delay 500 ms.
Trampoline variant of Tasks RCU enabled.
Rude variant of Tasks RCU enabled.
Tracing variant of Tasks RCU enabled.
rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=12
RCU Tasks: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=12.
RCU Tasks Rude: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=12.
RCU Tasks Trace: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=12.
NR_IRQS: 524544, nr_irqs: 2152, preallocated irqs: 16
rcu: srcu_init: Setting srcu_struct sizes based on contention.
kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
Console: colour dummy device 80x25
printk: legacy console [tty0] enabled
ACPI: Core revision 20250807
hpet: HPET dysfunctional in PC10. Force disabled.
APIC: Switch to symmetric I/O mode setup
DMAR: Host address width 39
DMAR: DRHD base: 0x000000fed90000 flags: 0x0
DMAR: dmar0: reg_base_addr fed90000 ver 4:0 cap 1c0000c40660462 ecap 29a00f0505e
DMAR: DRHD base: 0x000000fed91000 flags: 0x1
DMAR: dmar1: reg_base_addr fed91000 ver 5:0 cap d2008c40660462 ecap f050da
DMAR: RMRR base: 0x0000004c000000 end: 0x000000503fffff
DMAR-IR: IOAPIC id 2 under DRHD base 0xfed91000 IOMMU 1
DMAR-IR: HPET id 0 under DRHD base 0xfed91000
DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
DMAR-IR: Enabled IRQ remapping in x2apic mode
x2apic enabled
APIC: Switched APIC routing to: cluster x2apic
clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x23fa772cf26, max_idle_ns: 440795269835 ns
Calibrating delay loop (skipped), value calculated using timer frequency.. 4992.00 BogoMIPS (lpj=2496000)
CPU0: Thermal monitoring enabled (TM1)
x86/cpu: User Mode Instruction Prevention (UMIP) activated
CET detected: Indirect Branch Tracking enabled
Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
process: using mwait in idle threads
mitigations: Enabled attack vectors: user_kernel, user_user, guest_host, guest_guest, SMT mitigations: auto
Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
Spectre V2 : Mitigation: Enhanced / Automatic IBRS
Register File Data Sampling: Mitigation: Clear Register File
VMSCAPE: Mitigation: IBPB before exit to userspace
Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Spectre V2 : Spectre v2 / PBRSB-eIBRS: Retire a single CALL on VMEXIT
Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
x86/fpu: Supporting XSAVE feature 0x800: 'Control-flow User registers'
x86/fpu: Supporting XSAVE feature 0x1000: 'Control-flow Kernel registers (KVM only)'
x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
x86/fpu: xstate_offset[9]: 832, xstate_sizes[9]: 8
x86/fpu: xstate_offset[11]: 840, xstate_sizes[11]: 16
x86/fpu: xstate_offset[12]: 856, xstate_sizes[12]: 24
x86/fpu: Enabled xstate features 0x1a07, context size is 880 bytes, using 'compacted' format.
Freeing SMP alternatives memory: 56K
pid_max: default: 32768 minimum: 301
landlock: Up and running.
Yama: becoming mindful.
LSM support for eBPF active
Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
smpboot: CPU0: Intel(R) Core(TM) 5 120U (family: 0x6, model: 0xba, stepping: 0x3)
Performance Events: XSAVE Architectural LBR, PEBS fmt4+-baseline, AnyThread deprecated, Alderlake Hybrid events, 32-deep LBR, full-width counters, Intel PMU driver.
core: cpu_core PMU driver:
... version: 5
... bit width: 48
... generic counters: 8
... generic bitmap: 00000000000000ff
... fixed-purpose counters: 4
... fixed-purpose bitmap: 000000000000000f
... value mask: 0000ffffffffffff
... max period: 00007fffffffffff
... global_ctrl mask: 0001000f000000ff
signal: max sigframe size: 3632
Estimated ratio of average max frequency by base frequency (times 1024): 2048
rcu: Hierarchical SRCU implementation.
rcu: Max phase no-delay instances is 400.
Timer migration: 2 hierarchy levels; 8 children per group; 2 crossnode level
NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
smp: Bringing up secondary CPUs ...
smpboot: x86: Booting SMP configuration:
.... node #0, CPUs: #2 #4 #5 #6 #7 #8 #9 #10 #11
core: cpu_atom PMU driver:
... version: 5
... bit width: 48
... generic counters: 6
... generic bitmap: 000000000000003f
... fixed-purpose counters: 3
... fixed-purpose bitmap: 0000000000000007
... value mask: 0000ffffffffffff
... max period: 00007fffffffffff
... global_ctrl mask: 000000070000003f
#1 #3
smp: Brought up 1 node, 12 CPUs
smpboot: Total of 12 processors activated (59904.00 BogoMIPS)
Memory: 15998188K/16461688K available (20418K kernel code, 2963K rwdata, 16536K rodata, 4736K init, 4672K bss, 440300K reserved, 0K cma-reserved)
devtmpfs: initialized
x86/mm: Memory block size: 128MB
ACPI: PM: Registering ACPI NVS region [mem 0x3f9df000-0x4298efff] (50003968 bytes)
clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
posixtimers hash table entries: 8192 (order: 5, 131072 bytes, linear)
futex hash table entries: 4096 (262144 bytes on 1 NUMA nodes, total 256 KiB, linear).
PM: RTC time: 10:08:53, date: 2026-01-28
NET: Registered PF_NETLINK/PF_ROUTE protocol family
DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
audit: initializing netlink subsys (disabled)
audit: type=2000 audit(1769594933.009:1): state=initialized audit_enabled=0 res=1
thermal_sys: Registered thermal governor 'fair_share'
thermal_sys: Registered thermal governor 'bang_bang'
thermal_sys: Registered thermal governor 'step_wise'
thermal_sys: Registered thermal governor 'user_space'
thermal_sys: Registered thermal governor 'power_allocator'
cpuidle: using governor ladder
cpuidle: using governor menu
acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
PCI: ECAM [mem 0xc0000000-0xcfffffff] (base 0xc0000000) for domain 0000 [bus 00-ff]
PCI: Using configuration type 1 for base access
kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
raid6: skipped pq benchmark and selected avx2x4
raid6: using avx2x2 recovery algorithm
ACPI: Added _OSI(Module Device)
ACPI: Added _OSI(Processor Device)
ACPI: Added _OSI(Processor Aggregator Device)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS01._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
fbcon: Taking over console
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS01._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS02._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS02._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS03._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS03._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS04._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS04._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS01._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS01._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS02._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS02._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS03._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS03._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS04._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS04._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS05._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS05._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS06._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS06._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS07._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS07._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS08._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS08._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS09._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS09._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS10._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS10._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS01._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS01._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS02._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS02._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS03._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS03._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS04._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS04._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI: 19 ACPI AML tables successfully acquired and loaded
ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_SB_.PC00.LPCB.H_EC.CHRG (20250807/dspkginit-438)
ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_SB_.PC00.LPCB.H_EC.SEN3 (20250807/dspkginit-438)
ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_SB_.PC00.LPCB.H_EC.CHRG (20250807/dspkginit-438)
ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_SB_.PC00.LPCB.H_EC.SEN3 (20250807/dspkginit-438)
ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_SB_.PC00.LPCB.H_EC.CHRG (20250807/dspkginit-438)
ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_SB_.PC00.LPCB.H_EC.SEN3 (20250807/dspkginit-438)
ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_SB_.PC00.LPCB.H_EC.CHRG (20250807/dspkginit-438)
ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_SB_.PC00.LPCB.H_EC.SEN3 (20250807/dspkginit-438)
ACPI: Dynamic OEM Table Load:
ACPI: SSDT 0xFFFF8E92C1674000 000394 (v02 PmRef Cpu0Cst 00003001 INTL 20200717)
ACPI: Dynamic OEM Table Load:
ACPI: SSDT 0xFFFF8E92C166E800 0005E4 (v02 PmRef Cpu0Ist 00003000 INTL 20200717)
ACPI: Dynamic OEM Table Load:
ACPI: SSDT 0xFFFF8E92C2225C00 0001AB (v02 PmRef Cpu0Psd 00003000 INTL 20200717)
ACPI: Dynamic OEM Table Load:
ACPI: SSDT 0xFFFF8E92C1668000 0004B5 (v02 PmRef Cpu0Hwp 00003000 INTL 20200717)
ACPI: Dynamic OEM Table Load:
ACPI: SSDT 0xFFFF8E92C1666000 001BAF (v02 PmRef ApIst 00003000 INTL 20200717)
ACPI: Dynamic OEM Table Load:
ACPI: SSDT 0xFFFF8E92C1664000 001038 (v02 PmRef ApHwp 00003000 INTL 20200717)
ACPI: Dynamic OEM Table Load:
ACPI: SSDT 0xFFFF8E92C1660000 001349 (v02 PmRef ApPsd 00003000 INTL 20200717)
ACPI: Dynamic OEM Table Load:
ACPI: SSDT 0xFFFF8E92C1680000 000FBB (v02 PmRef ApCst 00003000 INTL 20200717)
ACPI: EC: EC started
ACPI: EC: interrupt blocked
ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
ACPI: \_SB_.PC00.LPCB.EC0_: Boot DSDT EC used to handle transactions
ACPI: Interpreter enabled
ACPI: PM: (supports S0 S3 S4 S5)
ACPI: Using IOAPIC for interrupt routing
PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
PCI: Ignoring E820 reservations for host bridge windows
ACPI: Enabled 8 GPEs in block 00 to 7F
ACPI: \_SB_.PC00.XHCI.RHUB.HS10.BTRT: New power resource
ACPI: \_SB_.PC00.XHCI.RHUB.HS10.DBTR: New power resource
ACPI: \_SB_.PC00.CNVW.WRST: New power resource
ACPI: \_SB_.PC00.RP03.PXSX.WRST: New power resource
ACPI: \_SB_.PC00.RP03.PXSX.DRST: New power resource
ACPI: \_SB_.PC00.TBT0: New power resource
ACPI: \_SB_.PC00.TBT1: New power resource
ACPI: \_SB_.PC00.D3C_: New power resource
ACPI: \_TZ_.FN00: New power resource
ACPI: \_TZ_.FN01: New power resource
ACPI: \_TZ_.FN02: New power resource
ACPI: \_TZ_.FN03: New power resource
ACPI: \_TZ_.FN04: New power resource
ACPI: \PIN_: New power resource
ACPI: PCI Root Bridge [PC00] (domain 0000 [bus 00-fe])
acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
acpi PNP0A08:00: _OSC: platform does not support [AER]
acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME PCIeCapability LTR DPC]
PCI host bridge to bus 0000:00
pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
pci_bus 0000:00: root bus resource [mem 0x50400000-0xbfffffff window]
pci_bus 0000:00: root bus resource [mem 0x4000000000-0x7fffffffff window]
pci_bus 0000:00: root bus resource [bus 00-fe]
pci 0000:00:00.0: [8086:a708] type 00 class 0x060000 conventional PCI endpoint
pci 0000:00:02.0: [8086:a7ac] type 00 class 0x030000 PCIe Root Complex Integrated Endpoint
pci 0000:00:02.0: BAR 0 [mem 0x6000000000-0x6000ffffff 64bit]
pci 0000:00:02.0: BAR 2 [mem 0x4000000000-0x400fffffff 64bit pref]
pci 0000:00:02.0: BAR 4 [io 0x4000-0x403f]
pci 0000:00:02.0: DMAR: Skip IOMMU disabling for graphics
pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
pci 0000:00:02.0: VF BAR 0 [mem 0x00000000-0x00ffffff 64bit]
pci 0000:00:02.0: VF BAR 0 [mem 0x00000000-0x06ffffff 64bit]: contains BAR 0 for 7 VFs
pci 0000:00:02.0: VF BAR 2 [mem 0x00000000-0x1fffffff 64bit pref]
pci 0000:00:02.0: VF BAR 2 [mem 0x00000000-0xdfffffff 64bit pref]: contains BAR 2 for 7 VFs
pci 0000:00:04.0: [8086:a71d] type 00 class 0x118000 conventional PCI endpoint
pci 0000:00:04.0: BAR 0 [mem 0x6001100000-0x600111ffff 64bit]
pci 0000:00:06.0: [8086:a74d] type 01 class 0x060400 PCIe Root Port
pci 0000:00:06.0: PCI bridge to [bus 01]
pci 0000:00:06.0: PME# supported from D0 D3hot D3cold
pci 0000:00:06.0: PTM enabled (root), 4ns granularity
pci 0000:00:06.2: [8086:a73d] type 01 class 0x060400 PCIe Root Port
pci 0000:00:06.2: PCI bridge to [bus 02]
pci 0000:00:06.2: bridge window [mem 0x50600000-0x506fffff]
pci 0000:00:06.2: PME# supported from D0 D3hot D3cold
pci 0000:00:06.2: PTM enabled (root), 4ns granularity
pci 0000:00:08.0: [8086:a74f] type 00 class 0x088000 conventional PCI endpoint
pci 0000:00:08.0: BAR 0 [mem 0x600113d000-0x600113dfff 64bit]
pci 0000:00:0d.0: [8086:a71e] type 00 class 0x0c0330 conventional PCI endpoint
pci 0000:00:0d.0: BAR 0 [mem 0x6001120000-0x600112ffff 64bit]
pci 0000:00:0d.0: PME# supported from D3hot D3cold
pci 0000:00:14.0: [8086:51ed] type 00 class 0x0c0330 conventional PCI endpoint
pci 0000:00:14.0: BAR 0 [mem 0x50700000-0x5070ffff 64bit]
pci 0000:00:14.0: PME# supported from D3hot D3cold
pci 0000:00:14.2: [8086:51ef] type 00 class 0x050000 conventional PCI endpoint
pci 0000:00:14.2: BAR 0 [mem 0x6001134000-0x6001137fff 64bit]
pci 0000:00:14.2: BAR 2 [mem 0x600113c000-0x600113cfff 64bit]
pci 0000:00:15.0: [8086:51e8] type 00 class 0x0c8000 conventional PCI endpoint
pci 0000:00:15.0: BAR 0 [mem 0x00000000-0x00000fff 64bit]
pci 0000:00:15.3: [8086:51eb] type 00 class 0x0c8000 conventional PCI endpoint
pci 0000:00:15.3: BAR 0 [mem 0x00000000-0x00000fff 64bit]
pci 0000:00:16.0: [8086:51e0] type 00 class 0x078000 conventional PCI endpoint
pci 0000:00:16.0: BAR 0 [mem 0x6001139000-0x6001139fff 64bit]
pci 0000:00:16.0: PME# supported from D3hot
pci 0000:00:1c.0: [8086:51ba] type 01 class 0x060400 PCIe Root Port
pci 0000:00:1c.0: PCI bridge to [bus 03]
pci 0000:00:1c.0: bridge window [io 0x3000-0x3fff]
pci 0000:00:1c.0: bridge window [mem 0x50500000-0x505fffff]
pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
pci 0000:00:1c.0: PTM enabled (root), 4ns granularity
pci 0000:00:1d.0: [8086:51b1] type 01 class 0x060400 PCIe Root Port
pci 0000:00:1d.0: PCI bridge to [bus 04]
pci 0000:00:1d.0: bridge window [mem 0x50400000-0x504fffff]
pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
pci 0000:00:1d.0: PTM enabled (root), 4ns granularity
pci 0000:00:1f.0: [8086:519d] type 00 class 0x060100 conventional PCI endpoint
pci 0000:00:1f.3: [8086:51ca] type 00 class 0x040380 conventional PCI endpoint
pci 0000:00:1f.3: BAR 0 [mem 0x6001130000-0x6001133fff 64bit]
pci 0000:00:1f.3: BAR 4 [mem 0x6001000000-0x60010fffff 64bit]
pci 0000:00:1f.3: PME# supported from D3hot D3cold
pci 0000:00:1f.4: [8086:51a3] type 00 class 0x0c0500 conventional PCI endpoint
pci 0000:00:1f.4: BAR 0 [mem 0x6001138000-0x60011380ff 64bit]
pci 0000:00:1f.4: BAR 4 [io 0xefa0-0xefbf]
pci 0000:00:1f.5: [8086:51a4] type 00 class 0x0c8000 conventional PCI endpoint
pci 0000:00:1f.5: BAR 0 [mem 0xfe010000-0xfe010fff]
pci 0000:00:06.0: PCI bridge to [bus 01]
pci 0000:02:00.0: [15b7:5016] type 00 class 0x010802 PCIe Endpoint
pci 0000:02:00.0: BAR 0 [mem 0x50600000-0x50603fff 64bit]
pci 0000:00:06.2: PCI bridge to [bus 02]
pci 0000:03:00.0: [10ec:b852] type 00 class 0x028000 PCIe Endpoint
pci 0000:03:00.0: BAR 0 [io 0x3000-0x30ff]
pci 0000:03:00.0: BAR 2 [mem 0x50500000-0x505fffff 64bit]
pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
pci 0000:00:1c.0: PCI bridge to [bus 03]
pci 0000:04:00.0: [1217:8621] type 00 class 0x080501 PCIe Endpoint
pci 0000:04:00.0: BAR 0 [mem 0x50401000-0x50401fff]
pci 0000:04:00.0: BAR 1 [mem 0x50400000-0x504007ff]
pci 0000:04:00.0: PME# supported from D3hot D3cold
pci 0000:00:1d.0: PCI bridge to [bus 04]
ACPI: \_SB_.PEPD: Duplicate LPS0 _DSM functions (mask: 0x1)
Low-power S0 idle used by default for system suspend
ACPI: EC: interrupt unblocked
ACPI: EC: event unblocked
ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
ACPI: EC: GPE=0x6e
ACPI: \_SB_.PC00.LPCB.EC0_: Boot DSDT EC initialization complete
ACPI: \_SB_.PC00.LPCB.EC0_: EC: Used to handle transactions and events
iommu: Default domain type: Translated
iommu: DMA domain TLB invalidation policy: lazy mode
SCSI subsystem initialized
libata version 3.00 loaded.
ACPI: bus type USB registered
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
EDAC MC: Ver: 3.0.0
efivars: Registered efivars operations
NetLabel: Initializing
NetLabel: domain hash size = 128
NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
NetLabel: unlabeled traffic allowed by default
mctp: management component transport protocol core
NET: Registered PF_MCTP protocol family
PCI: Using ACPI for IRQ routing
PCI: pci_cache_line_size set to 64 bytes
pci 0000:00:1f.5: BAR 0 [mem 0xfe010000-0xfe010fff]: can't claim; no compatible bridge window
e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
e820: reserve RAM buffer [mem 0x364ed000-0x37ffffff]
e820: reserve RAM buffer [mem 0x36b11000-0x37ffffff]
e820: reserve RAM buffer [mem 0x3b229000-0x3bffffff]
e820: reserve RAM buffer [mem 0x3d93f000-0x3fffffff]
e820: reserve RAM buffer [mem 0x42b00000-0x43ffffff]
e820: reserve RAM buffer [mem 0x4afc00000-0x4afffffff]
pci 0000:00:02.0: vgaarb: setting as boot VGA device
pci 0000:00:02.0: vgaarb: bridge control possible
pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
vgaarb: loaded
Monitor-Mwait will be used to enter C-1 state
Monitor-Mwait will be used to enter C-2 state
Monitor-Mwait will be used to enter C-3 state
clocksource: Switched to clocksource tsc-early
VFS: Disk quotas dquot_6.6.0
VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
pnp: PnP ACPI init
system 00:00: [io 0x0680-0x069f] has been reserved
system 00:00: [io 0x164e-0x164f] has been reserved
system 00:00: [io 0xfd60-0xfd63] has been reserved
system 00:02: [io 0x1854-0x1857] has been reserved
pnp 00:04: disabling [mem 0xc0000000-0xcfffffff] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
system 00:04: [mem 0xfedc0000-0xfedc7fff] has been reserved
system 00:04: [mem 0xfeda0000-0xfeda0fff] has been reserved
system 00:04: [mem 0xfeda1000-0xfeda1fff] has been reserved
system 00:04: [mem 0xfed20000-0xfed7ffff] could not be reserved
system 00:04: [mem 0xfed90000-0xfed93fff] could not be reserved
system 00:04: [mem 0xfed45000-0xfed8ffff] could not be reserved
system 00:04: [mem 0xfee00000-0xfeefffff] has been reserved
system 00:05: [io 0x2000-0x20fe] has been reserved
pnp: PnP ACPI: found 7 devices
clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
NET: Registered PF_INET protocol family
IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
TCP: Hash tables configured (established 131072 bind 65536)
MPTCP token hash table entries: 16384 (order: 7, 393216 bytes, linear)
UDP hash table entries: 8192 (order: 7, 524288 bytes, linear)
UDP-Lite hash table entries: 8192 (order: 7, 524288 bytes, linear)
NET: Registered PF_UNIX/PF_LOCAL protocol family
NET: Registered PF_XDP protocol family
pci 0000:00:02.0: VF BAR 2 [mem 0x4020000000-0x40ffffffff 64bit pref]: assigned
pci 0000:00:02.0: VF BAR 0 [mem 0x4010000000-0x4016ffffff 64bit]: assigned
pci 0000:00:15.0: BAR 0 [mem 0x4017000000-0x4017000fff 64bit]: assigned
pci 0000:00:15.3: BAR 0 [mem 0x4017001000-0x4017001fff 64bit]: assigned
pci 0000:00:1f.5: BAR 0 [mem 0x50710000-0x50710fff]: assigned
pci 0000:00:06.0: PCI bridge to [bus 01]
pci 0000:00:06.2: PCI bridge to [bus 02]
pci 0000:00:06.2: bridge window [mem 0x50600000-0x506fffff]
pci 0000:00:1c.0: PCI bridge to [bus 03]
pci 0000:00:1c.0: bridge window [io 0x3000-0x3fff]
pci 0000:00:1c.0: bridge window [mem 0x50500000-0x505fffff]
pci 0000:00:1d.0: PCI bridge to [bus 04]
pci 0000:00:1d.0: bridge window [mem 0x50400000-0x504fffff]
pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
pci_bus 0000:00: resource 7 [mem 0x50400000-0xbfffffff window]
pci_bus 0000:00: resource 8 [mem 0x4000000000-0x7fffffffff window]
pci_bus 0000:02: resource 1 [mem 0x50600000-0x506fffff]
pci_bus 0000:03: resource 0 [io 0x3000-0x3fff]
pci_bus 0000:03: resource 1 [mem 0x50500000-0x505fffff]
pci_bus 0000:04: resource 1 [mem 0x50400000-0x504fffff]
PCI: CLS 64 bytes, default 64
PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
software IO TLB: mapped [mem 0x000000002c5e9000-0x00000000305e9000] (64MB)
clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x23fa772cf26, max_idle_ns: 440795269835 ns
clocksource: Switched to clocksource tsc
Trying to unpack rootfs image as initramfs...
Initialise system trusted keyrings
Key type blacklist registered
workingset: timestamp_bits=36 max_order=22 bucket_order=0
fuse: init (API version 7.45)
integrity: Platform Keyring initialized
integrity: Machine keyring initialized
xor: automatically using best checksumming function avx
Key type asymmetric registered
Asymmetric key parser 'x509' registered
Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
io scheduler mq-deadline registered
io scheduler kyber registered
io scheduler bfq registered
ledtrig-cpu: registered to indicate activity on CPUs
pcieport 0000:00:06.0: PME: Signaling with IRQ 120
pcieport 0000:00:06.2: PME: Signaling with IRQ 121
pcieport 0000:00:1c.0: PME: Signaling with IRQ 122
pcieport 0000:00:1d.0: PME: Signaling with IRQ 123
ACPI: AC: AC Adapter [ACAD] (on-line)
input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1b/PNP0C0D:00/input/input0
ACPI: button: Lid Switch [LID0]
input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
ACPI: button: Power Button [PWRB]
Freeing initrd memory: 24556K
thermal LNXTHERM:00: registered as thermal_zone0
ACPI: thermal: Thermal Zone [TZ00] (28 C)
Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
hpet_acpi_add: no address or irqs in _CRS
Non-volatile memory driver v1.3
Linux agpgart interface v0.103
ACPI: bus type drm_connector registered
xhci_hcd 0000:00:0d.0: xHCI Host Controller
xhci_hcd 0000:00:0d.0: new USB bus registered, assigned bus number 1
xhci_hcd 0000:00:0d.0: hcc params 0x20007fc1 hci version 0x120 quirks 0x0000000200009810
xhci_hcd 0000:00:0d.0: xHCI Host Controller
xhci_hcd 0000:00:0d.0: new USB bus registered, assigned bus number 2
xhci_hcd 0000:00:0d.0: Host supports USB 3.2 Enhanced SuperSpeed
usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.19
usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb1: Product: xHCI Host Controller
usb usb1: Manufacturer: Linux 6.19.0-rc6-1-git-00201-g856cbae3012a xhci-hcd
usb usb1: SerialNumber: 0000:00:0d.0
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 1 port detected
usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.19
usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb2: Product: xHCI Host Controller
usb usb2: Manufacturer: Linux 6.19.0-rc6-1-git-00201-g856cbae3012a xhci-hcd
usb usb2: SerialNumber: 0000:00:0d.0
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 2 ports detected
xhci_hcd 0000:00:14.0: xHCI Host Controller
xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
xhci_hcd 0000:00:14.0: hcc params 0x20007fc1 hci version 0x120 quirks 0x0000100200009810
xhci_hcd 0000:00:14.0: xHCI Host Controller
xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed
usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.19
usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb3: Product: xHCI Host Controller
usb usb3: Manufacturer: Linux 6.19.0-rc6-1-git-00201-g856cbae3012a xhci-hcd
usb usb3: SerialNumber: 0000:00:14.0
hub 3-0:1.0: USB hub found
hub 3-0:1.0: 12 ports detected
usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.19
usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb4: Product: xHCI Host Controller
usb usb4: Manufacturer: Linux 6.19.0-rc6-1-git-00201-g856cbae3012a xhci-hcd
usb usb4: SerialNumber: 0000:00:14.0
hub 4-0:1.0: USB hub found
hub 4-0:1.0: 4 ports detected
usbcore: registered new interface driver usbserial_generic
usbserial: USB Serial support registered for generic
i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
serio: i8042 KBD port at 0x60,0x64 irq 1
rtc_cmos 00:01: RTC can wake from S4
rtc_cmos 00:01: registered as rtc0
rtc_cmos 00:01: setting system clock to 2026-01-28T10:08:54 UTC (1769594934)
rtc_cmos 00:01: alarms up to one month, y3k, 242 bytes nvram
intel_pstate: Intel P-state driver initializing
intel_pstate: HWP enabled
simple-framebuffer simple-framebuffer.0: [drm] Registered 1 planes with drm panic
[drm] Initialized simpledrm 1.0.0 for simple-framebuffer.0 on minor 0
Console: switching to colour frame buffer device 100x37
simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
hid: raw HID events driver (C) Jiri Kosina
usbcore: registered new interface driver usbhid
usbhid: USB HID core driver
drop_monitor: Initializing network drop monitor service
NET: Registered PF_INET6 protocol family
Segment Routing with IPv6
RPL Segment Routing with IPv6
In-situ OAM (IOAM) with IPv6
NET: Registered PF_PACKET protocol family
ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
microcode: Current revision: 0x00006133
microcode: Updated early from: 0x00004123
IPI shorthand broadcast: enabled
sched_clock: Marking stable (482001065, 6571006)->(517773251, -29201180)
registered taskstats version 1
Loading compiled-in X.509 certificates
input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2
Loaded X.509 cert 'Build time autogenerated kernel key: 051f2b6b715b6ad1ad5b230622cd6e8824ada271'
zswap: loaded using pool zstd
Demotion targets for Node 0: null
Key type .fscrypt registered
Key type fscrypt-provisioning registered
Btrfs loaded, zoned=yes, fsverity=yes
Key type big_key registered
integrity: Loading X.509 certificate: UEFI:db
integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
integrity: Loading X.509 certificate: UEFI:db
integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
integrity: Loading X.509 certificate: UEFI:db
integrity: Loaded X.509 cert 'Microsoft Corporation: Windows UEFI CA 2023: aefc5fbbbe055d8f8daa585473499417ab5a5272'
integrity: Loading X.509 certificate: UEFI:db
integrity: Problem loading X.509 certificate -74
integrity: Error adding keys to platform keyring UEFI:db
PM: Magic number: 10:198:124
RAS: Correctable Errors collector initialized.
ACPI: battery: Slot [BAT1] (battery present)
clk: Disabling unused clocks
PM: genpd: Disabling unused power domains
Freeing unused decrypted memory: 2036K
Freeing unused kernel image (initmem) memory: 4736K
Write protecting the kernel read-only data: 38912k
Freeing unused kernel image (text/rodata gap) memory: 60K
Freeing unused kernel image (rodata/data gap) memory: 1896K
x86/mm: Checked W+X mappings: passed, no W+X pages found.
rodata_test: all tests were successful
Run /init as init process
with arguments:
/init
with environment:
HOME=/
TERM=linux
systemd[1]: Successfully made /usr/ read-only.
systemd[1]: systemd 259-2-arch running in system mode (+PAM +AUDIT -SELINUX +APPARMOR -IMA +IPE +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +BTF +XKBCOMMON +UTMP -SYSVINIT +LIBARCHIVE)
systemd[1]: Detected architecture x86-64.
systemd[1]: Running in initrd.
systemd[1]: Initializing machine ID from random generator.
usb 3-5: new high-speed USB device number 2 using xhci_hcd
systemd[1]: Queued start job for default target Initrd Default Target.
systemd[1]: Created slice Slice /system/systemd-validatefs.
systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
systemd[1]: Expecting device /dev/disk/by-uuid/ad720100-0431-4e07-b2e9-00fd54b8fbcb...
systemd[1]: Expecting device /dev/gpt-auto-root...
systemd[1]: Reached target Path Units.
systemd[1]: Reached target Slice Units.
systemd[1]: Reached target Swaps.
systemd[1]: Reached target Timer Units.
systemd[1]: Listening on Journal Socket (/dev/log).
systemd[1]: Listening on Journal Sockets.
systemd[1]: Listening on udev Control Socket.
systemd[1]: Listening on udev Kernel Socket.
systemd[1]: Reached target Socket Units.
systemd[1]: Starting Create List of Static Device Nodes...
systemd[1]: Starting Early Battery Level Check...
systemd[1]: Starting Journal Service...
systemd[1]: Starting Load Kernel Modules...
systemd[1]: TPM PCR Barrier (initrd) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
systemd[1]: Reached target Local Encrypted Volumes.
systemd[1]: Starting Create Static Device Nodes in /dev...
systemd[1]: Starting Coldplug All udev Devices...
systemd-journald[196]: Collecting audit messages is disabled.
systemd[1]: Finished Create List of Static Device Nodes.
systemd[1]: Finished Early Battery Level Check.
usb 3-5: New USB device found, idVendor=30c9, idProduct=00c5, bcdDevice= 0.07
usb 3-5: New USB device strings: Mfr=3, Product=1, SerialNumber=2
usb 3-5: Product: Integrated Camera
usb 3-5: Manufacturer: 8SSC21M22245V1SR45701P0
usb 3-5: SerialNumber: 0001
systemd[1]: Finished Load Kernel Modules.
systemd[1]: Finished Create Static Device Nodes in /dev.
systemd[1]: Started Display Boot-Time Emergency Messages In Full Screen.
systemd[1]: Starting Rule-based Manager for Device Events and Files...
systemd[1]: Started Journal Service.
usb 3-6: new full-speed USB device number 3 using xhci_hcd
wmi_bus wmi_bus-PNP0C14:05: [Firmware Bug]: WQB1 data block query control method not found
wmi_bus wmi_bus-PNP0C14:05: [Firmware Bug]: WQB2 data block query control method not found
intel-lpss 0000:00:15.0: enabling device (0004 -> 0006)
idma64 idma64.0: Found Intel integrated DMA 64-bit
i2c_designware i2c_designware.0: [Firmware Bug]: DSDT uses known not-working I2C bus speed 400000, forcing it to 100000
intel-lpss 0000:00:15.3: enabling device (0004 -> 0006)
idma64 idma64.1: Found Intel integrated DMA 64-bit
Key type psk registered
sdhci: Secure Digital Host Controller Interface driver
sdhci: Copyright(c) Pierre Ossman
sdhci-pci 0000:04:00.0: SDHCI controller found [1217:8621] (rev 1)
sdhci-pci 0000:04:00.0: enabling device (0000 -> 0002)
nvme 0000:02:00.0: platform quirk: setting simple suspend
nvme nvme0: pci function 0000:02:00.0
mmc0: SDHCI controller on PCI [0000:04:00.0] using ADMA
nvme nvme0: allocated 32 MiB host memory buffer (8 segments).
nvme nvme0: 12/0/0 default/read/poll queues
nvme0n1: p1 p2
usb 3-6: not running at top speed; connect to a high speed hub
usb 3-6: New USB device found, idVendor=1c7a, idProduct=0583, bcdDevice=52.07
usb 3-6: New USB device strings: Mfr=1, Product=2, SerialNumber=3
usb 3-6: Product: ETU905A88-E
usb 3-6: Manufacturer: EGIS
usb 3-6: SerialNumber: 14495FPKC366
usb 3-10: new full-speed USB device number 4 using xhci_hcd
usb 3-10: New USB device found, idVendor=0bda, idProduct=4853, bcdDevice= 0.00
usb 3-10: New USB device strings: Mfr=1, Product=2, SerialNumber=3
usb 3-10: Product: Bluetooth Radio
usb 3-10: Manufacturer: Realtek
usb 3-10: SerialNumber: 00e04c000001
device-mapper: uevent: version 1.0.3
device-mapper: ioctl: 4.50.0-ioctl (2025-04-28) initialised: dm-devel@lists.linux.dev
i915 0000:00:02.0: [drm] Found alderlake_p/raptorlake_u (device ID a7ac) integrated display version 13.00 stepping E0
Console: switching to colour dummy device 80x25
i915 0000:00:02.0: vgaarb: deactivate vga console
i915 0000:00:02.0: [drm] Using Transparent Hugepages
i915 0000:00:02.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=io+mem:owns=io+mem
i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/adlp_dmc.bin (v2.20)
i915 0000:00:02.0: [drm] GT0: GuC firmware i915/adlp_guc_70.bin version 70.49.4
i915 0000:00:02.0: [drm] GT0: HuC firmware i915/tgl_huc.bin version 7.9.3
i915 0000:00:02.0: [drm] GT0: HuC: authenticated for all workloads
i915 0000:00:02.0: [drm] GT0: GUC: submission enabled
i915 0000:00:02.0: [drm] GT0: GUC: SLPC enabled
i915 0000:00:02.0: [drm] GT0: GUC: RC enabled
i915 0000:00:02.0: [drm] Protected Xe Path (PXP) protected content support initialized
i915 0000:00:02.0: [drm] Registered 4 planes with drm panic
[drm] Initialized i915 1.6.0 for 0000:00:02.0 on minor 1
ACPI: video: Video Device [GFX0] (multi-head: yes rom: no post: no)
input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input3
fbcon: i915drmfb (fb0) is primary device
Console: switching to colour frame buffer device 240x75
i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
irq 27: nobody cared (try booting with the "irqpoll" option)
CPU: 11 UID: 0 PID: 0 Comm: swapper/11 Not tainted 6.19.0-rc6-1-git-00201-g856cbae3012a #28 PREEMPT(full) 164aa3e2b541a01be285f3355510126c255801e0
Hardware name: LENOVO 83FW/LNVNB161216, BIOS PFCN14WW 09/20/2024
Call Trace:
<IRQ>
dump_stack_lvl+0x5d/0x80
__report_bad_irq+0x35/0xbc
note_interrupt.cold+0x28/0x66
handle_irq_event+0x72/0x90
handle_fasteoi_irq+0xda/0x1f0
__common_interrupt+0x41/0xa0
common_interrupt+0x80/0xa0
</IRQ>
<TASK>
asm_common_interrupt+0x26/0x40
RIP: 0010:cpuidle_enter_state+0xbb/0x410
Code: 00 00 e8 c8 ba 00 ff e8 e3 ef ff ff 48 89 c5 0f 1f 44 00 00 31 ff e8 c4 37 ff fe 45 84 ff 0f 85 33 02 00 00 fb 0f 1f 44 00 00 <45> 85 f6 0f 88 7c 01 00 00 49 63 ce 48 2b 2c 24 48 6b d1 68 48 89
RSP: 0018:ffffd0dcc0223e78 EFLAGS: 00000246
RAX: ffff8e96d8796000 RBX: 0000000000000001 RCX: 0000000000000000
RDX: 00000000b72cd05d RSI: fffffff2ae16a9fb RDI: 0000000000000000
RBP: 00000000b72cd05d R08: 0000000000000002 R09: 0000000000000020
R10: 00000000ffffffff R11: ffffffffffffffff R12: ffff8e965fafe840
R13: ffffffff867f38c0 R14: 0000000000000001 R15: 0000000000000000
? cpuidle_enter_state+0xac/0x410
cpuidle_enter+0x31/0x50
do_idle+0x1ae/0x210
cpu_startup_entry+0x29/0x30
start_secondary+0x119/0x150
common_startup_64+0x13e/0x141
</TASK>
handlers:
[<00000000ae01f912>] idma64_irq [idma64]
[<0000000073ab53f7>] i2c_dw_isr
Disabling IRQ #27
Key type trusted registered
Key type encrypted registered
PM: Image not found (code -22)
EXT4-fs (dm-0): Supports (experimental) DIO atomic writes awu_min: 4096, awu_max: 4096
EXT4-fs (dm-0): mounting with "discard" option, but the device does not support discard
EXT4-fs (dm-0): mounted filesystem ad720100-0431-4e07-b2e9-00fd54b8fbcb r/w with ordered data mode. Quota mode: none.
systemd-journald[196]: Received SIGTERM from PID 1 (systemd).
systemd[1]: systemd 259-2-arch running in system mode (+PAM +AUDIT -SELINUX +APPARMOR -IMA +IPE +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +BTF +XKBCOMMON +UTMP -SYSVINIT +LIBARCHIVE)
systemd[1]: Detected architecture x86-64.
systemd[1]: Hostname set to <arch>.
systemd[1]: bpf-restrict-fs: LSM BPF program attached
systemd[1]: initrd-switch-root.service: Deactivated successfully.
systemd[1]: Stopped Switch Root.
systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1.
systemd[1]: Created slice Virtual Machine and Container Slice.
systemd[1]: Created slice Slice /system/dirmngr.
systemd[1]: Created slice Slice /system/getty.
systemd[1]: Created slice Slice /system/gpg-agent.
systemd[1]: Created slice Slice /system/gpg-agent-browser.
systemd[1]: Created slice Slice /system/gpg-agent-extra.
systemd[1]: Created slice Slice /system/gpg-agent-ssh.
systemd[1]: Created slice Slice /system/keyboxd.
systemd[1]: Created slice Slice /system/modprobe.
systemd[1]: Created slice Slice /system/systemd-fsck.
systemd[1]: Created slice User and Session Slice.
systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
systemd[1]: Started Forward Password Requests to Wall Directory Watch.
systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
systemd[1]: Expecting device /dev/disk/by-uuid/C6DC-F0DB...
systemd[1]: Reached target Local Encrypted Volumes.
systemd[1]: Reached target Login Prompts.
systemd[1]: Reached target Image Downloads.
systemd[1]: Stopped target Switch Root.
systemd[1]: Stopped target Initrd File Systems.
systemd[1]: Stopped target Initrd Root File System.
systemd[1]: Reached target Local Integrity Protected Volumes.
systemd[1]: Reached target Path Units.
systemd[1]: Reached target Remote File Systems.
systemd[1]: Reached target Slice Units.
systemd[1]: Reached target Local Verity Protected Volumes.
systemd[1]: Listening on Device-mapper event daemon FIFOs.
systemd[1]: Listening on Query the User Interactively for a Password.
systemd[1]: Listening on Process Core Dump Socket.
systemd[1]: Listening on Credential Encryption/Decryption.
systemd[1]: Listening on Factory Reset Management.
systemd[1]: Listening on Console Output Muting Service Socket.
systemd[1]: TPM PCR Measurements was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
systemd[1]: Make TPM PCR Policy was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
systemd[1]: Listening on Disk Repartitioning Service Socket.
systemd[1]: Listening on udev Control Socket.
systemd[1]: Listening on udev Varlink Socket.
systemd[1]: Listening on User Database Manager Socket.
systemd[1]: Mounting Huge Pages File System...
systemd[1]: Mounting POSIX Message Queue File System...
systemd[1]: Mounting Kernel Debug File System...
systemd[1]: Mounting Kernel Trace File System...
systemd[1]: Starting Create List of Static Device Nodes...
systemd[1]: Load Kernel Module configfs was skipped because of an unmet condition check (ConditionKernelModuleLoaded=!configfs).
systemd[1]: Mounting Kernel Configuration File System...
systemd[1]: Load Kernel Module drm was skipped because of an unmet condition check (ConditionKernelModuleLoaded=!drm).
systemd[1]: Load Kernel Module fuse was skipped because of an unmet condition check (ConditionKernelModuleLoaded=!fuse).
systemd[1]: Mounting FUSE Control File System...
systemd[1]: systemd-cryptsetup@root.service: Deactivated successfully.
systemd[1]: Stopped systemd-cryptsetup@root.service.
systemd[1]: systemd-cryptsetup@root.service: Consumed 31.286s CPU time over 32.743s wall clock time, 1G memory peak.
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).
systemd[1]: Starting Journal Service...
systemd[1]: Starting Load Kernel Modules...
systemd[1]: TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
systemd[1]: TPM PCR Root File System Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
systemd[1]: TPM NvPCR Product ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
systemd[1]: Starting Remount Root and Kernel File Systems...
systemd[1]: Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
systemd[1]: Starting Load udev Rules from Credentials...
systemd[1]: Starting Coldplug All udev Devices...
systemd[1]: systemd-validatefs@sysroot.service: Deactivated successfully.
systemd[1]: Stopped Validate File System Mount Constraints of /sysroot.
systemd[1]: Mounted Huge Pages File System.
systemd[1]: Mounted POSIX Message Queue File System.
systemd[1]: Mounted Kernel Debug File System.
systemd[1]: Mounted Kernel Trace File System.
systemd[1]: Finished Create List of Static Device Nodes.
systemd[1]: Mounted Kernel Configuration File System.
systemd[1]: Mounted FUSE Control File System.
systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
systemd[1]: Finished Load udev Rules from Credentials.
EXT4-fs (dm-0): re-mounted ad720100-0431-4e07-b2e9-00fd54b8fbcb.
Asymmetric key parser 'pkcs8' registered
systemd[1]: Finished Remount Root and Kernel File Systems.
systemd[1]: Finished Load Kernel Modules.
systemd-journald[1113]: Collecting audit messages is disabled.
systemd[1]: Activating swap /swapfile...
systemd[1]: Rebuild Hardware Database was skipped because no trigger condition checks were met.
systemd[1]: Starting Load/Save OS Random Seed...
systemd[1]: Starting Apply Kernel Variables...
systemd[1]: TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
systemd[1]: TPM PCR NvPCR Initialization Separator was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
systemd[1]: Started Journal Service.
Adding 45088764k swap on /swapfile. Priority:-1 extents:347 across:128843776k SS
systemd-journald[1113]: Received client request to flush runtime journal.
mc: Linux media interface: v0.10
videodev: Linux video capture interface: v2.00
drivers/hid/i2c-hid/i2c-hid-core.c: HID probe called for i2c 0x15
resource: resource sanity check: requesting [mem 0x00000000fedc0000-0x00000000fedcffff], which spans more than pnp 00:04 [mem 0xfedc0000-0xfedc7fff]
caller igen6_probe+0x155/0x824 [igen6_edac] mapping multiple BARs
EDAC MC0: Giving out device to module igen6_edac controller Intel_client_SoC MC#0: DEV 0000:00:00.0 (INTERRUPT)
EDAC MC1: Giving out device to module igen6_edac controller Intel_client_SoC MC#1: DEV 0000:00:00.0 (INTERRUPT)
EDAC igen6: v2.5.1
ACPI: bus type thunderbolt registered
intel_pmc_core INT33A1:00: initialized
input: PC Speaker as /devices/platform/pcspkr/input/input4
Bluetooth: Core ver 2.22
NET: Registered PF_BLUETOOTH protocol family
Bluetooth: HCI device and connection manager initialized
Bluetooth: HCI socket layer initialized
Bluetooth: L2CAP socket layer initialized
Bluetooth: SCO socket layer initialized
i2c_hid_acpi i2c-ELAN06FA:00: Fetching the HID descriptor
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=01 00
i2c_hid_acpi i2c-ELAN06FA:00: HID Descriptor: 1e 00 00 01 a3 02 02 00 03 00 1f 00 04 00 00 00 05 00 06 00 f3 04 7e 32 04 00 00 00 00 00
i2c_hid_acpi i2c-ELAN06FA:00: Requesting IRQ: 155
i2c_hid_acpi i2c-ELAN06FA:00: entering i2c_hid_parse
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_start_hwreset
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_power
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 00 08
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 00 01
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_finish_hwreset: waiting...
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_finish_hwreset: finished.
i2c_hid_acpi i2c-ELAN06FA:00: asking HID report descriptor
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=02 00
i2c_designware i2c_designware.0: controller timed out
hid (null): reading report descriptor failed
i2c_hid_acpi i2c-ELAN06FA:00: can't add hid device: -110
i2c_hid_acpi i2c-ELAN06FA:00: probe with driver i2c_hid_acpi failed with error -110
RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
RAPL PMU: hw unit of domain package 2^-14 Joules
RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
RAPL PMU: hw unit of domain psys 2^-14 Joules
mei_me 0000:00:16.0: enabling device (0000 -> 0002)
spi-nor spi0.0: supply vcc not found, using dummy regulator
ACPI: battery: new hook: Ideapad Battery Extension
input: Ideapad extra buttons as /devices/pci0000:00/0000:00:1f.0/PNP0C09:00/VPC2004:00/input/input5
i801_smbus 0000:00:1f.4: SPD Write Disable is set
i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
Creating 1 MTD partitions on "0000:00:1f.5":
0x000000000000-0x000000800000 : "BIOS"
spi-nor spi0.1: supply vcc not found, using dummy regulator
Creating 1 MTD partitions on "0000:00:1f.5-chip1":
0x000000000000-0x000001000000 : "BIOS1"
cfg80211: Loading compiled-in X.509 certificates for regulatory database
Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
faux_driver regulatory: Direct firmware load for regulatory.db failed with error -2
cfg80211: failed to load regulatory.db
intel_rapl_msr: PL4 support detected.
intel_rapl_common: Found RAPL domain package
intel_rapl_common: Found RAPL domain core
intel_rapl_common: Found RAPL domain uncore
intel_rapl_common: Found RAPL domain psys
mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_ops [i915])
mei_pxp 0000:00:16.0-fbf6fcf1-96cf-4e2e-a6a6-1bab8cbe36b1: bound 0000:00:02.0 (ops i915_pxp_tee_component_ops [i915])
iTCO_vendor_support: vendor-support=0
uvcvideo 3-5:1.0: Found UVC 1.50 device Integrated Camera (30c9:00c5)
usbcore: registered new interface driver btusb
usbcore: registered new interface driver uvcvideo
Bluetooth: hci0: RTL: examining hci_ver=0b hci_rev=000b lmp_ver=0b lmp_subver=8852
Bluetooth: hci0: RTL: rom_version status=0 version=1
Bluetooth: hci0: RTL: btrtl_initialize: key id 0
Bluetooth: hci0: RTL: loading rtl_bt/rtl8852bu_fw.bin
Bluetooth: hci0: RTL: loading rtl_bt/rtl8852bu_config.bin
Bluetooth: hci0: RTL: cfg_sz 6, total sz 60107
iTCO_wdt iTCO_wdt: Found a Intel PCH TCO device (Version=6, TCOBASE=0x0400)
iTCO_wdt iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
intel_rapl_common: Found RAPL domain package
intel_tcc_cooling: TCC Offset locked
typec port0: bound usb3-port2 (ops connector_ops)
typec port0: bound usb2-port1 (ops connector_ops)
rtw89_8852be 0000:03:00.0: loaded firmware rtw89/rtw8852b_fw-1.bin
rtw89_8852be 0000:03:00.0: enabling device (0000 -> 0003)
acpi PRP00001:00: No SoundWire links detected
rtw89_8852be 0000:03:00.0: Firmware version 0.29.29.15 (6fb3ec41), cmd version 0, type 5
rtw89_8852be 0000:03:00.0: Firmware version 0.29.29.15 (6fb3ec41), cmd version 0, type 3
typec port1: bound usb3-port3 (ops connector_ops)
typec port1: bound usb2-port2 (ops connector_ops)
acpi PRP00001:00: No SoundWire links detected
acpi PRP00001:00: No SoundWire links detected
snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002)
snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops intel_audio_component_bind_ops [i915])
snd_hda_codec_conexant hdaudioC0D0: CX11880: BIOS auto-probing.
snd_hda_codec_conexant hdaudioC0D0: CX11880: picked fixup for PCI SSID 17aa:0000
snd_hda_codec_conexant hdaudioC0D0: autoconfig for CX11880: line_outs=1 (0x17/0x0/0x0/0x0/0x0) type:speaker
snd_hda_codec_conexant hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
snd_hda_codec_conexant hdaudioC0D0: hp_outs=1 (0x16/0x0/0x0/0x0/0x0)
snd_hda_codec_conexant hdaudioC0D0: mono: mono_out=0x0
snd_hda_codec_conexant hdaudioC0D0: inputs:
snd_hda_codec_conexant hdaudioC0D0: Mic=0x19
snd_hda_codec_conexant hdaudioC0D0: Internal Mic=0x1a
input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input6
input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input7
input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input8
input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input9
input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input10
input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input11
Bluetooth: hci0: RTL: fw version 0x42d34e04
rtw89_8852be 0000:03:00.0: chip rfe_type is 1
Bluetooth: hci0: AOSP extensions version v1.00
rtw89_8852be 0000:03:00.0: rfkill hardware state changed to enable
bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
^ permalink raw reply [flat|nested] 55+ messages in thread
* Re: [REGRESSION][BISECTED] Lenovo IdeaPad touchpad does not work when idma64 is present in initramfs
2026-01-28 10:21 ` correctmost
@ 2026-01-28 12:31 ` Mika Westerberg
2026-01-29 4:54 ` correctmost
0 siblings, 1 reply; 55+ messages in thread
From: Mika Westerberg @ 2026-01-28 12:31 UTC (permalink / raw)
To: correctmost; +Cc: Andy Shevchenko, dmaengine, regressions, vkoul, linux-i2c
On Wed, Jan 28, 2026 at 05:21:20AM -0500, correctmost wrote:
> On Wed, Jan 28, 2026, at 4:34 AM, Andy Shevchenko wrote:
> > On Tue, Jan 20, 2026 at 11:56:15PM -0500, correctmost wrote:
> >> On Tue, Jan 20, 2026, at 4:33 AM, Andy Shevchenko wrote:
> >> > On Mon, Jan 19, 2026 at 12:49:59PM +0200, Andy Shevchenko wrote:
> >> >> On Mon, Jan 19, 2026 at 12:39:41PM +0200, Andy Shevchenko wrote:
> >> >> > On Fri, Jan 16, 2026 at 07:25:54PM -0500, correctmost wrote:
> >
> > ...
> >
> >> >> > My understanding that the pin 3 on GPIO might be wrongly configured
> >> >> > by BIOS. The difference with the original case is that your GPIO device
> >> >> > is locked against modifications and until you unlock it (usually
> >> >> > it's done in BIOS in some debug menu) it may not be fixable without OEM
> >> >> > fixing the issue themselves. In any case you can try the workaround
> >> >> > (see https://lore.kernel.org/all/ZftTcSA5dn13eAmr@smile.fi.intel.com/).
> >> >> > But I am skeptical about it.
> >>
> >> I tested commit c03e9c42ae8 with the following patch and still saw the "probe
> >> with driver i2c_hid_acpi failed" error:
> >
> >> + {
> >> + void __iomem *padcfg0;
> >> + u32 value;
> >
> >> + padcfg0 = intel_get_padcfg(pctrl, 3, PADCFG0);
> >
> > I'm sorry to get you back to this one, but can you replace 3 with 82 and try
> > again (keep the kernel command options with HID debug enabled, etc, but no
> > other patches applied).
>
> I tested the pin 82 patch by itself (no other patches and no config changes). I received the IRQ message and the touchpad didn't work (full log attached):
Okay let's add some debug to the drivers involved and try to figure out
what is happening.
Can you next apply the below patch (only that one) and try? Any test case
where it reproduces is good. The provide again full dmesg. While at it can
you enable CONFIG_PRINTK_TIME=y so we can also get timestamps to the dmesg.
diff --git a/drivers/dma/idma64.c b/drivers/dma/idma64.c
index d147353d47ab..9c06b137ed0b 100644
--- a/drivers/dma/idma64.c
+++ b/drivers/dma/idma64.c
@@ -6,6 +6,7 @@
* Author: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
*/
+#define DEBUG
#include <linux/bitops.h>
#include <linux/delay.h>
#include <linux/dmaengine.h>
@@ -171,6 +172,8 @@ static irqreturn_t idma64_irq(int irq, void *dev)
u32 status_err;
unsigned short i;
+ dev_dbg_ratelimited(idma64->dma.dev, "status=%#x\n", status);
+
/* Since IRQ may be shared, check if DMA controller is powered on */
if (status == GENMASK(31, 0))
return IRQ_NONE;
diff --git a/drivers/i2c/busses/i2c-designware-master.c b/drivers/i2c/busses/i2c-designware-master.c
index 45bfca05bb30..7461254ec863 100644
--- a/drivers/i2c/busses/i2c-designware-master.c
+++ b/drivers/i2c/busses/i2c-designware-master.c
@@ -10,6 +10,7 @@
*/
#define DEFAULT_SYMBOL_NAMESPACE "I2C_DW"
+#define DEBUG
#include <linux/delay.h>
#include <linux/err.h>
@@ -756,6 +757,7 @@ static irqreturn_t i2c_dw_isr(int this_irq, void *dev_id)
regmap_read(dev->map, DW_IC_ENABLE, &enabled);
regmap_read(dev->map, DW_IC_RAW_INTR_STAT, &stat);
+ dev_dbg_ratelimited(dev->dev, "enabled=%#x stat=%#x\n", enabled, stat);
if (!enabled || !(stat & ~DW_IC_INTR_ACTIVITY))
return IRQ_NONE;
if (pm_runtime_suspended(dev->dev) || stat == GENMASK(31, 0))
diff --git a/drivers/mfd/intel-lpss.c b/drivers/mfd/intel-lpss.c
index 63d6694f7145..b82a22e5977f 100644
--- a/drivers/mfd/intel-lpss.c
+++ b/drivers/mfd/intel-lpss.c
@@ -501,6 +501,8 @@ static int intel_lpss_suspend(struct device *dev)
struct intel_lpss *lpss = dev_get_drvdata(dev);
unsigned int i;
+ dev_info(dev, "supend started\n");
+
/* Save device context */
for (i = 0; i < LPSS_PRIV_REG_COUNT; i++)
lpss->priv_ctx[i] = readl(lpss->priv + i * 4);
@@ -513,6 +515,8 @@ static int intel_lpss_suspend(struct device *dev)
if (lpss->type != LPSS_DEV_UART)
writel(0, lpss->priv + LPSS_PRIV_RESETS);
+ dev_info(dev, "supend finished\n");
+
return 0;
}
@@ -521,12 +525,16 @@ static int intel_lpss_resume(struct device *dev)
struct intel_lpss *lpss = dev_get_drvdata(dev);
unsigned int i;
+ dev_info(dev, "resume started\n");
+
intel_lpss_deassert_reset(lpss);
/* Restore device context */
for (i = 0; i < LPSS_PRIV_REG_COUNT; i++)
writel(lpss->priv_ctx[i], lpss->priv + i * 4);
+ dev_info(dev, "resume finished\n");
+
return 0;
}
^ permalink raw reply related [flat|nested] 55+ messages in thread
* Re: [REGRESSION][BISECTED] Lenovo IdeaPad touchpad does not work when idma64 is present in initramfs
2026-01-28 12:31 ` Mika Westerberg
@ 2026-01-29 4:54 ` correctmost
2026-01-29 6:58 ` Mika Westerberg
0 siblings, 1 reply; 55+ messages in thread
From: correctmost @ 2026-01-29 4:54 UTC (permalink / raw)
To: Mika Westerberg; +Cc: Andy Shevchenko, dmaengine, regressions, vkoul, linux-i2c
[-- Attachment #1: Type: text/plain, Size: 2093 bytes --]
On Wed, Jan 28, 2026, at 7:31 AM, Mika Westerberg wrote:
> On Wed, Jan 28, 2026 at 05:21:20AM -0500, correctmost wrote:
>> On Wed, Jan 28, 2026, at 4:34 AM, Andy Shevchenko wrote:
>> > On Tue, Jan 20, 2026 at 11:56:15PM -0500, correctmost wrote:
>> >> On Tue, Jan 20, 2026, at 4:33 AM, Andy Shevchenko wrote:
>> >> > On Mon, Jan 19, 2026 at 12:49:59PM +0200, Andy Shevchenko wrote:
>> >> >> On Mon, Jan 19, 2026 at 12:39:41PM +0200, Andy Shevchenko wrote:
>> >> >> > On Fri, Jan 16, 2026 at 07:25:54PM -0500, correctmost wrote:
>> >
>> > ...
>> >
>> >> >> > My understanding that the pin 3 on GPIO might be wrongly configured
>> >> >> > by BIOS. The difference with the original case is that your GPIO device
>> >> >> > is locked against modifications and until you unlock it (usually
>> >> >> > it's done in BIOS in some debug menu) it may not be fixable without OEM
>> >> >> > fixing the issue themselves. In any case you can try the workaround
>> >> >> > (see https://lore.kernel.org/all/ZftTcSA5dn13eAmr@smile.fi.intel.com/).
>> >> >> > But I am skeptical about it.
>> >>
>> >> I tested commit c03e9c42ae8 with the following patch and still saw the "probe
>> >> with driver i2c_hid_acpi failed" error:
>> >
>> >> + {
>> >> + void __iomem *padcfg0;
>> >> + u32 value;
>> >
>> >> + padcfg0 = intel_get_padcfg(pctrl, 3, PADCFG0);
>> >
>> > I'm sorry to get you back to this one, but can you replace 3 with 82 and try
>> > again (keep the kernel command options with HID debug enabled, etc, but no
>> > other patches applied).
>>
>> I tested the pin 82 patch by itself (no other patches and no config changes). I received the IRQ message and the touchpad didn't work (full log attached):
>
> Okay let's add some debug to the drivers involved and try to figure out
> what is happening.
>
> Can you next apply the below patch (only that one) and try? Any test case
> where it reproduces is good. The provide again full dmesg. While at it can
> you enable CONFIG_PRINTK_TIME=y so we can also get timestamps to the dmesg.
Full log attached with the added debug prints and timestamps
[-- Attachment #2: dmesg-debug-logs.txt --]
[-- Type: text/plain, Size: 106503 bytes --]
[ 0.000000] Linux version 6.19.0-rc6-1-git-00201-gcfc7bee071d1 (linux-git@archlinux) (gcc (GCC) 15.2.1 20260103, GNU ld (GNU Binutils) 2.45.1) #29 SMP PREEMPT_DYNAMIC Thu, 29 Jan 2026 04:31:02 +0000
[ 0.000000] Command line: initrd=\initramfs-linux-git.img rd.luks.options=password-echo=no rw rootfstype=ext4 i2c-hid.dyndbg=+p resume=UUID=ad720100-0431-4e07-b2e9-00fd54b8fbcb resume_offset=1361920
[ 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-0x000000003b228fff] usable
[ 0.000000] BIOS-e820: [mem 0x000000003b229000-0x000000003bb28fff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000003bb29000-0x000000003d93efff] usable
[ 0.000000] BIOS-e820: [mem 0x000000003d93f000-0x000000003f9defff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000003f9df000-0x000000004298efff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x000000004298f000-0x0000000042afefff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x0000000042aff000-0x0000000042afffff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000042b00000-0x0000000046ffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000047c00000-0x0000000047ffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000048e00000-0x00000000503fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000c0000000-0x00000000cfffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed20000-0x00000000fed7ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x00000004afbfffff] usable
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] APIC: Static calls initialized
[ 0.000000] efi: EFI v2.8 by INSYDE Corp.
[ 0.000000] efi: ACPI=0x42afe000 ACPI 2.0=0x42afe014 TPMFinalLog=0x42906000 SMBIOS=0x3dfd9000 MEMATTR=0x36b0e298 ESRT=0x36b11018 RNG=0x42a12f18 INITRD=0x36b03c98 TPMEventLog=0x42a0a018
[ 0.000000] random: crng init done
[ 0.000000] efi: Remove mem95: MMIO range=[0xc0000000-0xcfffffff] (256MB) from e820 map
[ 0.000000] e820: remove [mem 0xc0000000-0xcfffffff] reserved
[ 0.000000] efi: Remove mem97: MMIO range=[0xff000000-0xffffffff] (16MB) from e820 map
[ 0.000000] e820: remove [mem 0xff000000-0xffffffff] reserved
[ 0.000000] SMBIOS 3.4 present.
[ 0.000000] DMI: LENOVO 83FW/LNVNB161216, BIOS PFCN14WW 09/20/2024
[ 0.000000] DMI: Memory slots populated: 2/2
[ 0.000000] tsc: Detected 2500.000 MHz processor
[ 0.000000] tsc: Detected 2496.000 MHz TSC
[ 0.000007] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000008] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000012] last_pfn = 0x4afc00 max_arch_pfn = 0x400000000
[ 0.000015] MTRR map: 5 entries (3 fixed + 2 variable; max 23), built from 10 variable MTRRs
[ 0.000016] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
[ 0.000348] last_pfn = 0x42b00 max_arch_pfn = 0x400000000
[ 0.004676] esrt: Reserving ESRT space from 0x0000000036b11018 to 0x0000000036b11140.
[ 0.004681] e820: update [mem 0x36b11000-0x36b11fff] usable ==> reserved
[ 0.004691] Using GB pages for direct mapping
[ 0.004781] Secure boot disabled
[ 0.004782] RAMDISK: [mem 0x305e9000-0x31de3fff]
[ 0.004837] ACPI: Early table checksum verification disabled
[ 0.004840] ACPI: RSDP 0x0000000042AFE014 000024 (v02 LENOVO)
[ 0.004843] ACPI: XSDT 0x0000000042A2F188 00012C (v01 LENOVO CB-01 00000001 01000013)
[ 0.004847] ACPI: FACP 0x0000000042AD3000 00010C (v05 LENOVO CB-01 00000001 ACPI 00040000)
[ 0.004850] ACPI: DSDT 0x0000000042A33000 09C575 (v02 LENOVO CB-01 00000001 ACPI 00040000)
[ 0.004852] ACPI: FACS 0x00000000428E1000 000040
[ 0.004853] ACPI: UEFI 0x000000004298E000 0001CF (v01 INSYDE ADL-P-M 00000001 ACPI 00040000)
[ 0.004855] ACPI: SSDT 0x0000000042AF8000 0042E1 (v02 LENOVO CB-01 00000001 INTL 20200717)
[ 0.004856] ACPI: SSDT 0x0000000042AF7000 00038C (v02 LENOVO CB-01 00000001 INTL 20200717)
[ 0.004858] ACPI: SSDT 0x0000000042AF6000 000106 (v02 LENOVO CB-01 00000001 INTL 20200717)
[ 0.004859] ACPI: SSDT 0x0000000042AF0000 005D34 (v02 LENOVO CB-01 00000001 INTL 20200717)
[ 0.004860] ACPI: SSDT 0x0000000042AED000 002C28 (v02 LENOVO CB-01 00000001 INTL 20200717)
[ 0.004862] ACPI: SSDT 0x0000000042AE9000 0033E9 (v02 LENOVO CB-01 00000001 INTL 20200717)
[ 0.004863] ACPI: SSDT 0x0000000042ADB000 00D836 (v02 INTEL TcssSsdt 00001000 INTL 20200717)
[ 0.004865] ACPI: SSDT 0x0000000042ADA000 00094F (v02 LENOVO CB-01 00000001 INTL 20200717)
[ 0.004866] ACPI: SSDT 0x0000000042AD9000 000033 (v02 LENOVO CB-01 00000001 INTL 20200717)
[ 0.004867] ACPI: SSDT 0x0000000042AD7000 0011EB (v02 LENOVO CB-01 00000001 INTL 20200717)
[ 0.004869] ACPI: SSDT 0x0000000042AD6000 00077B (v02 LENOVO CB-01 00000001 INTL 20200717)
[ 0.004870] ACPI: TPM2 0x0000000042AD5000 00004C (v04 LENOVO CB-01 00000001 ACPI 00040000)
[ 0.004871] ACPI: MSDM 0x0000000042AD4000 000055 (v03 LENOVO CB-01 00000001 ACPI 00040000)
[ 0.004873] ACPI: HPET 0x0000000042AD2000 000038 (v01 LENOVO CB-01 00000001 ACPI 00040000)
[ 0.004874] ACPI: APIC 0x0000000042AD1000 0001DC (v03 LENOVO CB-01 00000001 ACPI 00040000)
[ 0.004876] ACPI: MCFG 0x0000000042AD0000 00003C (v01 LENOVO CB-01 00000001 ACPI 00040000)
[ 0.004877] ACPI: SSDT 0x0000000042A31000 001D0E (v02 LENOVO CB-01 00000001 01000013)
[ 0.004878] ACPI: LPIT 0x0000000042A30000 0000CC (v01 LENOVO CB-01 00000001 ACPI 00040000)
[ 0.004880] ACPI: WSMT 0x0000000042AFD000 000028 (v01 LENOVO CB-01 00000001 ACPI 00040000)
[ 0.004881] ACPI: SSDT 0x0000000042A2E000 000AD9 (v02 LENOVO CB-01 00000001 INTL 20200717)
[ 0.004883] ACPI: SSDT 0x0000000042A24000 0092F4 (v02 LENOVO CB-01 00000001 INTL 20200717)
[ 0.004884] ACPI: DBGP 0x0000000042A23000 000034 (v01 LENOVO CB-01 00000001 ACPI 00040000)
[ 0.004885] ACPI: DBG2 0x0000000042A22000 000054 (v00 LENOVO CB-01 00000001 ACPI 00040000)
[ 0.004887] ACPI: DMAR 0x0000000042A21000 000088 (v01 LENOVO CB-01 00000001 ACPI 00040000)
[ 0.004888] ACPI: SSDT 0x0000000042A1F000 00100B (v02 LENOVO CB-01 00000001 INTL 20200717)
[ 0.004889] ACPI: SSDT 0x0000000042A1B000 0039DA (v02 LENOVO CB-01 00000001 INTL 20200717)
[ 0.004891] ACPI: SSDT 0x0000000042A17000 0039DA (v02 LENOVO CB-01 00000001 INTL 20200717)
[ 0.004892] ACPI: SSDT 0x0000000042A16000 0000F8 (v02 LENOVO CB-01 00000001 INTL 20200717)
[ 0.004893] ACPI: FPDT 0x0000000042A15000 000044 (v01 LENOVO CB-01 00000001 ACPI 00040000)
[ 0.004895] ACPI: PHAT 0x0000000042A13000 0007F8 (v01 LENOVO CB-01 00000001 ACPI 00040000)
[ 0.004896] ACPI: BGRT 0x0000000042A14000 000038 (v01 LENOVO CB-01 00000001 ACPI 00040000)
[ 0.004897] ACPI: Reserving FACP table memory at [mem 0x42ad3000-0x42ad310b]
[ 0.004899] ACPI: Reserving DSDT table memory at [mem 0x42a33000-0x42acf574]
[ 0.004899] ACPI: Reserving FACS table memory at [mem 0x428e1000-0x428e103f]
[ 0.004899] ACPI: Reserving UEFI table memory at [mem 0x4298e000-0x4298e1ce]
[ 0.004900] ACPI: Reserving SSDT table memory at [mem 0x42af8000-0x42afc2e0]
[ 0.004900] ACPI: Reserving SSDT table memory at [mem 0x42af7000-0x42af738b]
[ 0.004900] ACPI: Reserving SSDT table memory at [mem 0x42af6000-0x42af6105]
[ 0.004901] ACPI: Reserving SSDT table memory at [mem 0x42af0000-0x42af5d33]
[ 0.004901] ACPI: Reserving SSDT table memory at [mem 0x42aed000-0x42aefc27]
[ 0.004901] ACPI: Reserving SSDT table memory at [mem 0x42ae9000-0x42aec3e8]
[ 0.004902] ACPI: Reserving SSDT table memory at [mem 0x42adb000-0x42ae8835]
[ 0.004902] ACPI: Reserving SSDT table memory at [mem 0x42ada000-0x42ada94e]
[ 0.004902] ACPI: Reserving SSDT table memory at [mem 0x42ad9000-0x42ad9032]
[ 0.004903] ACPI: Reserving SSDT table memory at [mem 0x42ad7000-0x42ad81ea]
[ 0.004903] ACPI: Reserving SSDT table memory at [mem 0x42ad6000-0x42ad677a]
[ 0.004903] ACPI: Reserving TPM2 table memory at [mem 0x42ad5000-0x42ad504b]
[ 0.004904] ACPI: Reserving MSDM table memory at [mem 0x42ad4000-0x42ad4054]
[ 0.004904] ACPI: Reserving HPET table memory at [mem 0x42ad2000-0x42ad2037]
[ 0.004904] ACPI: Reserving APIC table memory at [mem 0x42ad1000-0x42ad11db]
[ 0.004905] ACPI: Reserving MCFG table memory at [mem 0x42ad0000-0x42ad003b]
[ 0.004905] ACPI: Reserving SSDT table memory at [mem 0x42a31000-0x42a32d0d]
[ 0.004905] ACPI: Reserving LPIT table memory at [mem 0x42a30000-0x42a300cb]
[ 0.004906] ACPI: Reserving WSMT table memory at [mem 0x42afd000-0x42afd027]
[ 0.004906] ACPI: Reserving SSDT table memory at [mem 0x42a2e000-0x42a2ead8]
[ 0.004906] ACPI: Reserving SSDT table memory at [mem 0x42a24000-0x42a2d2f3]
[ 0.004907] ACPI: Reserving DBGP table memory at [mem 0x42a23000-0x42a23033]
[ 0.004907] ACPI: Reserving DBG2 table memory at [mem 0x42a22000-0x42a22053]
[ 0.004907] ACPI: Reserving DMAR table memory at [mem 0x42a21000-0x42a21087]
[ 0.004908] ACPI: Reserving SSDT table memory at [mem 0x42a1f000-0x42a2000a]
[ 0.004908] ACPI: Reserving SSDT table memory at [mem 0x42a1b000-0x42a1e9d9]
[ 0.004908] ACPI: Reserving SSDT table memory at [mem 0x42a17000-0x42a1a9d9]
[ 0.004909] ACPI: Reserving SSDT table memory at [mem 0x42a16000-0x42a160f7]
[ 0.004909] ACPI: Reserving FPDT table memory at [mem 0x42a15000-0x42a15043]
[ 0.004909] ACPI: Reserving PHAT table memory at [mem 0x42a13000-0x42a137f7]
[ 0.004910] ACPI: Reserving BGRT table memory at [mem 0x42a14000-0x42a14037]
[ 0.005118] No NUMA configuration found
[ 0.005119] Faking a node at [mem 0x0000000000000000-0x00000004afbfffff]
[ 0.005123] NODE_DATA(0) allocated [mem 0x4afbd5280-0x4afbfffff]
[ 0.005242] Zone ranges:
[ 0.005243] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.005245] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.005245] Normal [mem 0x0000000100000000-0x00000004afbfffff]
[ 0.005246] Device empty
[ 0.005246] Movable zone start for each node
[ 0.005247] Early memory node ranges
[ 0.005247] node 0: [mem 0x0000000000001000-0x000000000009efff]
[ 0.005248] node 0: [mem 0x0000000000100000-0x000000003b228fff]
[ 0.005249] node 0: [mem 0x000000003bb29000-0x000000003d93efff]
[ 0.005249] node 0: [mem 0x0000000042aff000-0x0000000042afffff]
[ 0.005250] node 0: [mem 0x0000000100000000-0x00000004afbfffff]
[ 0.005251] Initmem setup node 0 [mem 0x0000000000001000-0x00000004afbfffff]
[ 0.005254] On node 0, zone DMA: 1 pages in unavailable ranges
[ 0.005271] On node 0, zone DMA: 97 pages in unavailable ranges
[ 0.006375] On node 0, zone DMA32: 2304 pages in unavailable ranges
[ 0.006478] On node 0, zone DMA32: 20928 pages in unavailable ranges
[ 0.023814] On node 0, zone Normal: 21760 pages in unavailable ranges
[ 0.023821] On node 0, zone Normal: 1024 pages in unavailable ranges
[ 0.023847] Reserving Intel graphics memory at [mem 0x4c800000-0x503fffff]
[ 0.026124] ACPI: PM-Timer IO Port: 0x1808
[ 0.026132] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[ 0.026133] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[ 0.026134] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[ 0.026134] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[ 0.026134] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[ 0.026135] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[ 0.026135] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[ 0.026135] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[ 0.026136] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
[ 0.026136] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
[ 0.026136] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
[ 0.026136] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
[ 0.026137] ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
[ 0.026137] ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
[ 0.026137] ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
[ 0.026138] ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
[ 0.026138] ACPI: LAPIC_NMI (acpi_id[0x11] high edge lint[0x1])
[ 0.026138] ACPI: LAPIC_NMI (acpi_id[0x12] high edge lint[0x1])
[ 0.026139] ACPI: LAPIC_NMI (acpi_id[0x13] high edge lint[0x1])
[ 0.026139] ACPI: LAPIC_NMI (acpi_id[0x14] high edge lint[0x1])
[ 0.026139] ACPI: LAPIC_NMI (acpi_id[0x15] high edge lint[0x1])
[ 0.026140] ACPI: LAPIC_NMI (acpi_id[0x16] high edge lint[0x1])
[ 0.026140] ACPI: LAPIC_NMI (acpi_id[0x17] high edge lint[0x1])
[ 0.026140] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[ 0.026175] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[ 0.026177] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.026178] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.026181] ACPI: Using ACPI (MADT) for SMP configuration information
[ 0.026181] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[ 0.026189] e820: update [mem 0x364ed000-0x365fbfff] usable ==> reserved
[ 0.026196] TSC deadline timer available
[ 0.026198] CPU topo: Max. logical packages: 1
[ 0.026199] CPU topo: Max. logical dies: 1
[ 0.026199] CPU topo: Max. dies per package: 1
[ 0.026201] CPU topo: Max. threads per core: 2
[ 0.026201] CPU topo: Num. cores per package: 10
[ 0.026202] CPU topo: Num. threads per package: 12
[ 0.026202] CPU topo: Allowing 12 present CPUs plus 0 hotplug CPUs
[ 0.026212] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 0.026213] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x000fffff]
[ 0.026214] PM: hibernation: Registered nosave memory: [mem 0x364ed000-0x365fbfff]
[ 0.026215] PM: hibernation: Registered nosave memory: [mem 0x36b11000-0x36b11fff]
[ 0.026215] PM: hibernation: Registered nosave memory: [mem 0x3b229000-0x3bb28fff]
[ 0.026216] PM: hibernation: Registered nosave memory: [mem 0x3d93f000-0x42afefff]
[ 0.026217] PM: hibernation: Registered nosave memory: [mem 0x42b00000-0xffffffff]
[ 0.026218] [mem 0x50400000-0xfed1ffff] available for PCI devices
[ 0.026218] Booting paravirtualized kernel on bare hardware
[ 0.026220] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[ 0.030320] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:12 nr_cpu_ids:12 nr_node_ids:1
[ 0.030700] percpu: Embedded 63 pages/cpu s221184 r8192 d28672 u262144
[ 0.030703] pcpu-alloc: s221184 r8192 d28672 u262144 alloc=1*2097152
[ 0.030705] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 -- -- -- --
[ 0.030717] Kernel command line: initrd=\initramfs-linux-git.img rd.luks.options=password-echo=no rw rootfstype=ext4 i2c-hid.dyndbg=+p resume=UUID=ad720100-0431-4e07-b2e9-00fd54b8fbcb resume_offset=1361920
[ 0.030768] printk: log buffer data + meta data: 131072 + 458752 = 589824 bytes
[ 0.031909] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[ 0.032519] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[ 0.032607] software IO TLB: area num 16.
[ 0.041769] Fallback order for Node 0: 0
[ 0.041771] Built 1 zonelists, mobility grouping on. Total pages: 4115422
[ 0.041772] Policy zone: Normal
[ 0.041955] mem auto-init: stack:all(zero), heap alloc:on, heap free:off
[ 0.063647] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=12, Nodes=1
[ 0.069988] ftrace: allocating 57403 entries in 226 pages
[ 0.069990] ftrace: allocated 226 pages with 4 groups
[ 0.070056] Dynamic Preempt: full
[ 0.070099] rcu: Preemptible hierarchical RCU implementation.
[ 0.070099] rcu: RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=12.
[ 0.070100] rcu: RCU priority boosting: priority 1 delay 500 ms.
[ 0.070101] Trampoline variant of Tasks RCU enabled.
[ 0.070101] Rude variant of Tasks RCU enabled.
[ 0.070101] Tracing variant of Tasks RCU enabled.
[ 0.070102] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[ 0.070102] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=12
[ 0.070109] RCU Tasks: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=12.
[ 0.070111] RCU Tasks Rude: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=12.
[ 0.070112] RCU Tasks Trace: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=12.
[ 0.073203] NR_IRQS: 524544, nr_irqs: 2152, preallocated irqs: 16
[ 0.073490] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.073742] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
[ 0.073768] Console: colour dummy device 80x25
[ 0.073770] printk: legacy console [tty0] enabled
[ 0.073797] ACPI: Core revision 20250807
[ 0.074035] hpet: HPET dysfunctional in PC10. Force disabled.
[ 0.074138] APIC: Switch to symmetric I/O mode setup
[ 0.074139] DMAR: Host address width 39
[ 0.074140] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[ 0.074144] DMAR: dmar0: reg_base_addr fed90000 ver 4:0 cap 1c0000c40660462 ecap 29a00f0505e
[ 0.074145] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[ 0.074150] DMAR: dmar1: reg_base_addr fed91000 ver 5:0 cap d2008c40660462 ecap f050da
[ 0.074151] DMAR: RMRR base: 0x0000004c000000 end: 0x000000503fffff
[ 0.074153] DMAR-IR: IOAPIC id 2 under DRHD base 0xfed91000 IOMMU 1
[ 0.074154] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[ 0.074155] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[ 0.075756] DMAR-IR: Enabled IRQ remapping in x2apic mode
[ 0.075757] x2apic enabled
[ 0.075807] APIC: Switched APIC routing to: cluster x2apic
[ 0.080268] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x23fa772cf26, max_idle_ns: 440795269835 ns
[ 0.080273] Calibrating delay loop (skipped), value calculated using timer frequency.. 4992.00 BogoMIPS (lpj=2496000)
[ 0.080322] CPU0: Thermal monitoring enabled (TM1)
[ 0.080323] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[ 0.080429] CET detected: Indirect Branch Tracking enabled
[ 0.080430] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[ 0.080430] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
[ 0.080432] process: using mwait in idle threads
[ 0.080434] mitigations: Enabled attack vectors: user_kernel, user_user, guest_host, guest_guest, SMT mitigations: auto
[ 0.080437] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[ 0.080438] Spectre V2 : Mitigation: Enhanced / Automatic IBRS
[ 0.080438] Register File Data Sampling: Mitigation: Clear Register File
[ 0.080439] VMSCAPE: Mitigation: IBPB before exit to userspace
[ 0.080439] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[ 0.080440] Spectre V2 : Spectre v2 / PBRSB-eIBRS: Retire a single CALL on VMEXIT
[ 0.080441] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[ 0.080449] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[ 0.080450] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[ 0.080451] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[ 0.080451] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
[ 0.080452] x86/fpu: Supporting XSAVE feature 0x800: 'Control-flow User registers'
[ 0.080452] x86/fpu: Supporting XSAVE feature 0x1000: 'Control-flow Kernel registers (KVM only)'
[ 0.080453] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
[ 0.080454] x86/fpu: xstate_offset[9]: 832, xstate_sizes[9]: 8
[ 0.080454] x86/fpu: xstate_offset[11]: 840, xstate_sizes[11]: 16
[ 0.080455] x86/fpu: xstate_offset[12]: 856, xstate_sizes[12]: 24
[ 0.080455] x86/fpu: Enabled xstate features 0x1a07, context size is 880 bytes, using 'compacted' format.
[ 0.081271] Freeing SMP alternatives memory: 56K
[ 0.081271] pid_max: default: 32768 minimum: 301
[ 0.081271] landlock: Up and running.
[ 0.081271] Yama: becoming mindful.
[ 0.081271] LSM support for eBPF active
[ 0.081271] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.081271] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.081271] smpboot: CPU0: Intel(R) Core(TM) 5 120U (family: 0x6, model: 0xba, stepping: 0x3)
[ 0.081271] Performance Events: XSAVE Architectural LBR, PEBS fmt4+-baseline, AnyThread deprecated, Alderlake Hybrid events, 32-deep LBR, full-width counters, Intel PMU driver.
[ 0.081271] core: cpu_core PMU driver:
[ 0.081271] ... version: 5
[ 0.081271] ... bit width: 48
[ 0.081271] ... generic counters: 8
[ 0.081271] ... generic bitmap: 00000000000000ff
[ 0.081271] ... fixed-purpose counters: 4
[ 0.081271] ... fixed-purpose bitmap: 000000000000000f
[ 0.081271] ... value mask: 0000ffffffffffff
[ 0.081271] ... max period: 00007fffffffffff
[ 0.081271] ... global_ctrl mask: 0001000f000000ff
[ 0.081271] signal: max sigframe size: 3632
[ 0.081271] Estimated ratio of average max frequency by base frequency (times 1024): 2048
[ 0.081271] rcu: Hierarchical SRCU implementation.
[ 0.081271] rcu: Max phase no-delay instances is 400.
[ 0.081271] Timer migration: 2 hierarchy levels; 8 children per group; 2 crossnode level
[ 0.081271] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[ 0.081292] smp: Bringing up secondary CPUs ...
[ 0.081345] smpboot: x86: Booting SMP configuration:
[ 0.081345] .... node #0, CPUs: #2 #4 #5 #6 #7 #8 #9 #10 #11
[ 0.007604] core: cpu_atom PMU driver:
[ 0.007604] ... version: 5
[ 0.007604] ... bit width: 48
[ 0.007604] ... generic counters: 6
[ 0.007604] ... generic bitmap: 000000000000003f
[ 0.007604] ... fixed-purpose counters: 3
[ 0.007604] ... fixed-purpose bitmap: 0000000000000007
[ 0.007604] ... value mask: 0000ffffffffffff
[ 0.007604] ... max period: 00007fffffffffff
[ 0.007604] ... global_ctrl mask: 000000070000003f
[ 0.085345] #1 #3
[ 0.086642] smp: Brought up 1 node, 12 CPUs
[ 0.086642] smpboot: Total of 12 processors activated (59904.00 BogoMIPS)
[ 0.087355] Memory: 15998184K/16461688K available (20418K kernel code, 2963K rwdata, 16536K rodata, 4736K init, 4672K bss, 440304K reserved, 0K cma-reserved)
[ 0.087743] devtmpfs: initialized
[ 0.087743] x86/mm: Memory block size: 128MB
[ 0.088523] ACPI: PM: Registering ACPI NVS region [mem 0x3f9df000-0x4298efff] (50003968 bytes)
[ 0.088523] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[ 0.088523] posixtimers hash table entries: 8192 (order: 5, 131072 bytes, linear)
[ 0.088523] futex hash table entries: 4096 (262144 bytes on 1 NUMA nodes, total 256 KiB, linear).
[ 0.088580] PM: RTC time: 04:43:12, date: 2026-01-29
[ 0.089410] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.089628] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
[ 0.089776] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.089930] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.089933] audit: initializing netlink subsys (disabled)
[ 0.089936] audit: type=2000 audit(1769661792.009:1): state=initialized audit_enabled=0 res=1
[ 0.089936] thermal_sys: Registered thermal governor 'fair_share'
[ 0.089936] thermal_sys: Registered thermal governor 'bang_bang'
[ 0.089936] thermal_sys: Registered thermal governor 'step_wise'
[ 0.089936] thermal_sys: Registered thermal governor 'user_space'
[ 0.089936] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.089936] cpuidle: using governor ladder
[ 0.089936] cpuidle: using governor menu
[ 0.089936] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.089936] PCI: ECAM [mem 0xc0000000-0xcfffffff] (base 0xc0000000) for domain 0000 [bus 00-ff]
[ 0.089936] PCI: Using configuration type 1 for base access
[ 0.089936] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[ 0.092376] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.092376] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[ 0.092376] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.092376] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.093608] raid6: skipped pq benchmark and selected avx2x4
[ 0.093610] raid6: using avx2x2 recovery algorithm
[ 0.093679] ACPI: Added _OSI(Module Device)
[ 0.093680] ACPI: Added _OSI(Processor Device)
[ 0.093681] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.188160] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS01._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
[ 0.188170] fbcon: Taking over console
[ 0.188178] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
[ 0.188182] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.188184] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS01._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
[ 0.188188] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
[ 0.188191] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.188194] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS02._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
[ 0.188198] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
[ 0.188200] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.188202] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS02._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
[ 0.188205] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
[ 0.188208] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.188211] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS03._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
[ 0.188214] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
[ 0.188217] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.188218] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS03._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
[ 0.188221] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
[ 0.188226] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.188229] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS04._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
[ 0.188233] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
[ 0.188235] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.188237] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS04._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
[ 0.188240] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
[ 0.188243] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.188271] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS01._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
[ 0.188276] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
[ 0.188278] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.188280] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS01._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
[ 0.188283] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
[ 0.188286] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.188314] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS02._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
[ 0.188318] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
[ 0.188320] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.188322] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS02._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
[ 0.188325] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
[ 0.188328] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.188355] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS03._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
[ 0.188359] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
[ 0.188362] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.188363] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS03._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
[ 0.188367] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
[ 0.188369] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.188396] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS04._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
[ 0.188400] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
[ 0.188403] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.188404] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS04._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
[ 0.188408] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
[ 0.188410] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.188437] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS05._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
[ 0.188441] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
[ 0.188443] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.188445] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS05._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
[ 0.188448] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
[ 0.188451] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.188478] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS06._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
[ 0.188482] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
[ 0.188484] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.188486] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS06._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
[ 0.188489] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
[ 0.188491] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.188519] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS07._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
[ 0.188522] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
[ 0.188525] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.188526] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS07._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
[ 0.188530] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
[ 0.188532] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.188560] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS08._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
[ 0.188563] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
[ 0.188566] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.188567] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS08._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
[ 0.188571] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
[ 0.188573] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.188600] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS09._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
[ 0.188604] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
[ 0.188607] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.188608] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS09._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
[ 0.188611] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
[ 0.188614] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.188641] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS10._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
[ 0.188645] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
[ 0.188647] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.188649] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS10._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
[ 0.188652] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
[ 0.188655] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.188730] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS01._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
[ 0.188734] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
[ 0.188737] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.188738] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS01._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
[ 0.188741] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
[ 0.188744] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.188771] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS02._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
[ 0.188775] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
[ 0.188778] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.188779] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS02._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
[ 0.188783] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
[ 0.188785] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.188812] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS03._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
[ 0.188816] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
[ 0.188819] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.188820] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS03._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
[ 0.188823] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
[ 0.188826] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.188853] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS04._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
[ 0.188857] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
[ 0.188859] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.188861] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS04._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
[ 0.188864] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
[ 0.188867] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.190361] ACPI: 19 ACPI AML tables successfully acquired and loaded
[ 0.191137] ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_SB_.PC00.LPCB.H_EC.CHRG (20250807/dspkginit-438)
[ 0.191142] ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_SB_.PC00.LPCB.H_EC.SEN3 (20250807/dspkginit-438)
[ 0.191146] ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_SB_.PC00.LPCB.H_EC.CHRG (20250807/dspkginit-438)
[ 0.191149] ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_SB_.PC00.LPCB.H_EC.SEN3 (20250807/dspkginit-438)
[ 0.191153] ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_SB_.PC00.LPCB.H_EC.CHRG (20250807/dspkginit-438)
[ 0.191156] ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_SB_.PC00.LPCB.H_EC.SEN3 (20250807/dspkginit-438)
[ 0.191160] ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_SB_.PC00.LPCB.H_EC.CHRG (20250807/dspkginit-438)
[ 0.191163] ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_SB_.PC00.LPCB.H_EC.SEN3 (20250807/dspkginit-438)
[ 0.203350] ACPI: Dynamic OEM Table Load:
[ 0.203359] ACPI: SSDT 0xFFFF8BFC012F1800 000394 (v02 PmRef Cpu0Cst 00003001 INTL 20200717)
[ 0.204424] ACPI: Dynamic OEM Table Load:
[ 0.204429] ACPI: SSDT 0xFFFF8BFC012EC000 0005E4 (v02 PmRef Cpu0Ist 00003000 INTL 20200717)
[ 0.205515] ACPI: Dynamic OEM Table Load:
[ 0.205519] ACPI: SSDT 0xFFFF8BFC01A24200 0001AB (v02 PmRef Cpu0Psd 00003000 INTL 20200717)
[ 0.206521] ACPI: Dynamic OEM Table Load:
[ 0.206526] ACPI: SSDT 0xFFFF8BFC012EA000 0004B5 (v02 PmRef Cpu0Hwp 00003000 INTL 20200717)
[ 0.207928] ACPI: Dynamic OEM Table Load:
[ 0.207935] ACPI: SSDT 0xFFFF8BFC012DA000 001BAF (v02 PmRef ApIst 00003000 INTL 20200717)
[ 0.209607] ACPI: Dynamic OEM Table Load:
[ 0.209613] ACPI: SSDT 0xFFFF8BFC012DE000 001038 (v02 PmRef ApHwp 00003000 INTL 20200717)
[ 0.211097] ACPI: Dynamic OEM Table Load:
[ 0.211103] ACPI: SSDT 0xFFFF8BFC02282000 001349 (v02 PmRef ApPsd 00003000 INTL 20200717)
[ 0.212628] ACPI: Dynamic OEM Table Load:
[ 0.212634] ACPI: SSDT 0xFFFF8BFC012FE000 000FBB (v02 PmRef ApCst 00003000 INTL 20200717)
[ 0.217787] ACPI: EC: EC started
[ 0.217788] ACPI: EC: interrupt blocked
[ 0.218849] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[ 0.218851] ACPI: \_SB_.PC00.LPCB.EC0_: Boot DSDT EC used to handle transactions
[ 0.218853] ACPI: Interpreter enabled
[ 0.218909] ACPI: PM: (supports S0 S3 S4 S5)
[ 0.218910] ACPI: Using IOAPIC for interrupt routing
[ 0.220198] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.220199] PCI: Ignoring E820 reservations for host bridge windows
[ 0.222239] ACPI: Enabled 8 GPEs in block 00 to 7F
[ 0.227181] ACPI: \_SB_.PC00.XHCI.RHUB.HS10.BTRT: New power resource
[ 0.227199] ACPI: \_SB_.PC00.XHCI.RHUB.HS10.DBTR: New power resource
[ 0.235308] ACPI: \_SB_.PC00.CNVW.WRST: New power resource
[ 0.236619] ACPI: \_SB_.PC00.RP03.PXSX.WRST: New power resource
[ 0.236640] ACPI: \_SB_.PC00.RP03.PXSX.DRST: New power resource
[ 0.252507] ACPI: \_SB_.PC00.TBT0: New power resource
[ 0.252566] ACPI: \_SB_.PC00.TBT1: New power resource
[ 0.252617] ACPI: \_SB_.PC00.D3C_: New power resource
[ 0.265080] ACPI: \_TZ_.FN00: New power resource
[ 0.265133] ACPI: \_TZ_.FN01: New power resource
[ 0.265184] ACPI: \_TZ_.FN02: New power resource
[ 0.265235] ACPI: \_TZ_.FN03: New power resource
[ 0.265289] ACPI: \_TZ_.FN04: New power resource
[ 0.265769] ACPI: \PIN_: New power resource
[ 0.266326] ACPI: PCI Root Bridge [PC00] (domain 0000 [bus 00-fe])
[ 0.266333] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[ 0.267463] acpi PNP0A08:00: _OSC: platform does not support [AER]
[ 0.269719] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME PCIeCapability LTR DPC]
[ 0.273570] PCI host bridge to bus 0000:00
[ 0.273573] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
[ 0.273575] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 0.273576] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 0.273577] pci_bus 0000:00: root bus resource [mem 0x50400000-0xbfffffff window]
[ 0.273578] pci_bus 0000:00: root bus resource [mem 0x4000000000-0x7fffffffff window]
[ 0.273579] pci_bus 0000:00: root bus resource [bus 00-fe]
[ 0.273612] pci 0000:00:00.0: [8086:a708] type 00 class 0x060000 conventional PCI endpoint
[ 0.273762] pci 0000:00:02.0: [8086:a7ac] type 00 class 0x030000 PCIe Root Complex Integrated Endpoint
[ 0.273777] pci 0000:00:02.0: BAR 0 [mem 0x6000000000-0x6000ffffff 64bit]
[ 0.273779] pci 0000:00:02.0: BAR 2 [mem 0x4000000000-0x400fffffff 64bit pref]
[ 0.273780] pci 0000:00:02.0: BAR 4 [io 0x4000-0x403f]
[ 0.273791] pci 0000:00:02.0: DMAR: Skip IOMMU disabling for graphics
[ 0.273793] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[ 0.273824] pci 0000:00:02.0: VF BAR 0 [mem 0x00000000-0x00ffffff 64bit]
[ 0.273825] pci 0000:00:02.0: VF BAR 0 [mem 0x00000000-0x06ffffff 64bit]: contains BAR 0 for 7 VFs
[ 0.273827] pci 0000:00:02.0: VF BAR 2 [mem 0x00000000-0x1fffffff 64bit pref]
[ 0.273828] pci 0000:00:02.0: VF BAR 2 [mem 0x00000000-0xdfffffff 64bit pref]: contains BAR 2 for 7 VFs
[ 0.273972] pci 0000:00:04.0: [8086:a71d] type 00 class 0x118000 conventional PCI endpoint
[ 0.274002] pci 0000:00:04.0: BAR 0 [mem 0x6001100000-0x600111ffff 64bit]
[ 0.274380] pci 0000:00:06.0: [8086:a74d] type 01 class 0x060400 PCIe Root Port
[ 0.274426] pci 0000:00:06.0: PCI bridge to [bus 01]
[ 0.274577] pci 0000:00:06.0: PME# supported from D0 D3hot D3cold
[ 0.274645] pci 0000:00:06.0: PTM enabled (root), 4ns granularity
[ 0.275339] pci 0000:00:06.2: [8086:a73d] type 01 class 0x060400 PCIe Root Port
[ 0.275383] pci 0000:00:06.2: PCI bridge to [bus 02]
[ 0.275416] pci 0000:00:06.2: bridge window [mem 0x50600000-0x506fffff]
[ 0.275553] pci 0000:00:06.2: PME# supported from D0 D3hot D3cold
[ 0.275640] pci 0000:00:06.2: PTM enabled (root), 4ns granularity
[ 0.276300] pci 0000:00:08.0: [8086:a74f] type 00 class 0x088000 conventional PCI endpoint
[ 0.276318] pci 0000:00:08.0: BAR 0 [mem 0x600113d000-0x600113dfff 64bit]
[ 0.276412] pci 0000:00:0d.0: [8086:a71e] type 00 class 0x0c0330 conventional PCI endpoint
[ 0.276432] pci 0000:00:0d.0: BAR 0 [mem 0x6001120000-0x600112ffff 64bit]
[ 0.276457] pci 0000:00:0d.0: PME# supported from D3hot D3cold
[ 0.276938] pci 0000:00:14.0: [8086:51ed] type 00 class 0x0c0330 conventional PCI endpoint
[ 0.276985] pci 0000:00:14.0: BAR 0 [mem 0x50700000-0x5070ffff 64bit]
[ 0.277037] pci 0000:00:14.0: PME# supported from D3hot D3cold
[ 0.277497] pci 0000:00:14.2: [8086:51ef] type 00 class 0x050000 conventional PCI endpoint
[ 0.277547] pci 0000:00:14.2: BAR 0 [mem 0x6001134000-0x6001137fff 64bit]
[ 0.277551] pci 0000:00:14.2: BAR 2 [mem 0x600113c000-0x600113cfff 64bit]
[ 0.277744] pci 0000:00:15.0: [8086:51e8] type 00 class 0x0c8000 conventional PCI endpoint
[ 0.277849] pci 0000:00:15.0: BAR 0 [mem 0x00000000-0x00000fff 64bit]
[ 0.288597] pci 0000:00:15.3: [8086:51eb] type 00 class 0x0c8000 conventional PCI endpoint
[ 0.288671] pci 0000:00:15.3: BAR 0 [mem 0x00000000-0x00000fff 64bit]
[ 0.299591] pci 0000:00:16.0: [8086:51e0] type 00 class 0x078000 conventional PCI endpoint
[ 0.299643] pci 0000:00:16.0: BAR 0 [mem 0x6001139000-0x6001139fff 64bit]
[ 0.299701] pci 0000:00:16.0: PME# supported from D3hot
[ 0.300289] pci 0000:00:1c.0: [8086:51ba] type 01 class 0x060400 PCIe Root Port
[ 0.300314] pci 0000:00:1c.0: PCI bridge to [bus 03]
[ 0.300318] pci 0000:00:1c.0: bridge window [io 0x3000-0x3fff]
[ 0.300321] pci 0000:00:1c.0: bridge window [mem 0x50500000-0x505fffff]
[ 0.300406] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.300447] pci 0000:00:1c.0: PTM enabled (root), 4ns granularity
[ 0.301061] pci 0000:00:1d.0: [8086:51b1] type 01 class 0x060400 PCIe Root Port
[ 0.301085] pci 0000:00:1d.0: PCI bridge to [bus 04]
[ 0.301091] pci 0000:00:1d.0: bridge window [mem 0x50400000-0x504fffff]
[ 0.301175] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[ 0.301214] pci 0000:00:1d.0: PTM enabled (root), 4ns granularity
[ 0.301825] pci 0000:00:1f.0: [8086:519d] type 00 class 0x060100 conventional PCI endpoint
[ 0.302169] pci 0000:00:1f.3: [8086:51ca] type 00 class 0x040380 conventional PCI endpoint
[ 0.302271] pci 0000:00:1f.3: BAR 0 [mem 0x6001130000-0x6001133fff 64bit]
[ 0.302282] pci 0000:00:1f.3: BAR 4 [mem 0x6001000000-0x60010fffff 64bit]
[ 0.302381] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[ 0.302483] pci 0000:00:1f.4: [8086:51a3] type 00 class 0x0c0500 conventional PCI endpoint
[ 0.302536] pci 0000:00:1f.4: BAR 0 [mem 0x6001138000-0x60011380ff 64bit]
[ 0.302543] pci 0000:00:1f.4: BAR 4 [io 0xefa0-0xefbf]
[ 0.302792] pci 0000:00:1f.5: [8086:51a4] type 00 class 0x0c8000 conventional PCI endpoint
[ 0.302850] pci 0000:00:1f.5: BAR 0 [mem 0xfe010000-0xfe010fff]
[ 0.303019] pci 0000:00:06.0: PCI bridge to [bus 01]
[ 0.304286] pci 0000:02:00.0: [15b7:5016] type 00 class 0x010802 PCIe Endpoint
[ 0.304313] pci 0000:02:00.0: BAR 0 [mem 0x50600000-0x50603fff 64bit]
[ 0.304500] pci 0000:00:06.2: PCI bridge to [bus 02]
[ 0.304581] pci 0000:03:00.0: [10ec:b852] type 00 class 0x028000 PCIe Endpoint
[ 0.304656] pci 0000:03:00.0: BAR 0 [io 0x3000-0x30ff]
[ 0.304663] pci 0000:03:00.0: BAR 2 [mem 0x50500000-0x505fffff 64bit]
[ 0.304796] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
[ 0.305106] pci 0000:00:1c.0: PCI bridge to [bus 03]
[ 0.307303] pci 0000:04:00.0: [1217:8621] type 00 class 0x080501 PCIe Endpoint
[ 0.307365] pci 0000:04:00.0: BAR 0 [mem 0x50401000-0x50401fff]
[ 0.307367] pci 0000:04:00.0: BAR 1 [mem 0x50400000-0x504007ff]
[ 0.307481] pci 0000:04:00.0: PME# supported from D3hot D3cold
[ 0.309347] pci 0000:00:1d.0: PCI bridge to [bus 04]
[ 0.313605] ACPI: \_SB_.PEPD: Duplicate LPS0 _DSM functions (mask: 0x1)
[ 0.313607] Low-power S0 idle used by default for system suspend
[ 0.321281] ACPI: EC: interrupt unblocked
[ 0.321282] ACPI: EC: event unblocked
[ 0.321305] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[ 0.321306] ACPI: EC: GPE=0x6e
[ 0.321307] ACPI: \_SB_.PC00.LPCB.EC0_: Boot DSDT EC initialization complete
[ 0.321309] ACPI: \_SB_.PC00.LPCB.EC0_: EC: Used to handle transactions and events
[ 0.321399] iommu: Default domain type: Translated
[ 0.321399] iommu: DMA domain TLB invalidation policy: lazy mode
[ 0.321399] SCSI subsystem initialized
[ 0.322279] libata version 3.00 loaded.
[ 0.322281] ACPI: bus type USB registered
[ 0.322293] usbcore: registered new interface driver usbfs
[ 0.322297] usbcore: registered new interface driver hub
[ 0.322304] usbcore: registered new device driver usb
[ 0.322332] EDAC MC: Ver: 3.0.0
[ 0.323513] efivars: Registered efivars operations
[ 0.323514] NetLabel: Initializing
[ 0.323514] NetLabel: domain hash size = 128
[ 0.323514] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[ 0.323527] NetLabel: unlabeled traffic allowed by default
[ 0.323531] mctp: management component transport protocol core
[ 0.323531] NET: Registered PF_MCTP protocol family
[ 0.323540] PCI: Using ACPI for IRQ routing
[ 0.345913] PCI: pci_cache_line_size set to 64 bytes
[ 0.347322] pci 0000:00:1f.5: BAR 0 [mem 0xfe010000-0xfe010fff]: can't claim; no compatible bridge window
[ 0.347375] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
[ 0.347377] e820: reserve RAM buffer [mem 0x364ed000-0x37ffffff]
[ 0.347378] e820: reserve RAM buffer [mem 0x36b11000-0x37ffffff]
[ 0.347379] e820: reserve RAM buffer [mem 0x3b229000-0x3bffffff]
[ 0.347379] e820: reserve RAM buffer [mem 0x3d93f000-0x3fffffff]
[ 0.347380] e820: reserve RAM buffer [mem 0x42b00000-0x43ffffff]
[ 0.347381] e820: reserve RAM buffer [mem 0x4afc00000-0x4afffffff]
[ 0.347424] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[ 0.347424] pci 0000:00:02.0: vgaarb: bridge control possible
[ 0.347424] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[ 0.347424] vgaarb: loaded
[ 0.347498] Monitor-Mwait will be used to enter C-1 state
[ 0.347501] Monitor-Mwait will be used to enter C-2 state
[ 0.347501] Monitor-Mwait will be used to enter C-3 state
[ 0.348421] clocksource: Switched to clocksource tsc-early
[ 0.348669] VFS: Disk quotas dquot_6.6.0
[ 0.348677] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.348831] pnp: PnP ACPI init
[ 0.349061] system 00:00: [io 0x0680-0x069f] has been reserved
[ 0.349065] system 00:00: [io 0x164e-0x164f] has been reserved
[ 0.349066] system 00:00: [io 0xfd60-0xfd63] has been reserved
[ 0.349197] system 00:02: [io 0x1854-0x1857] has been reserved
[ 0.350070] pnp 00:04: disabling [mem 0xc0000000-0xcfffffff] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
[ 0.350092] system 00:04: [mem 0xfedc0000-0xfedc7fff] has been reserved
[ 0.350093] system 00:04: [mem 0xfeda0000-0xfeda0fff] has been reserved
[ 0.350094] system 00:04: [mem 0xfeda1000-0xfeda1fff] has been reserved
[ 0.350096] system 00:04: [mem 0xfed20000-0xfed7ffff] could not be reserved
[ 0.350097] system 00:04: [mem 0xfed90000-0xfed93fff] could not be reserved
[ 0.350097] system 00:04: [mem 0xfed45000-0xfed8ffff] could not be reserved
[ 0.350099] system 00:04: [mem 0xfee00000-0xfeefffff] has been reserved
[ 0.350985] system 00:05: [io 0x2000-0x20fe] has been reserved
[ 0.351800] pnp: PnP ACPI: found 7 devices
[ 0.357410] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 0.357457] NET: Registered PF_INET protocol family
[ 0.357676] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.369560] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
[ 0.369580] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.369629] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ 0.369923] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[ 0.370006] TCP: Hash tables configured (established 131072 bind 65536)
[ 0.370083] MPTCP token hash table entries: 16384 (order: 7, 393216 bytes, linear)
[ 0.370152] UDP hash table entries: 8192 (order: 7, 524288 bytes, linear)
[ 0.370231] UDP-Lite hash table entries: 8192 (order: 7, 524288 bytes, linear)
[ 0.370298] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.370304] NET: Registered PF_XDP protocol family
[ 0.370321] pci 0000:00:02.0: VF BAR 2 [mem 0x4020000000-0x40ffffffff 64bit pref]: assigned
[ 0.370326] pci 0000:00:02.0: VF BAR 0 [mem 0x4010000000-0x4016ffffff 64bit]: assigned
[ 0.370329] pci 0000:00:15.0: BAR 0 [mem 0x4017000000-0x4017000fff 64bit]: assigned
[ 0.370347] pci 0000:00:15.3: BAR 0 [mem 0x4017001000-0x4017001fff 64bit]: assigned
[ 0.370363] pci 0000:00:1f.5: BAR 0 [mem 0x50710000-0x50710fff]: assigned
[ 0.370375] pci 0000:00:06.0: PCI bridge to [bus 01]
[ 0.370406] pci 0000:00:06.2: PCI bridge to [bus 02]
[ 0.370414] pci 0000:00:06.2: bridge window [mem 0x50600000-0x506fffff]
[ 0.370423] pci 0000:00:1c.0: PCI bridge to [bus 03]
[ 0.370426] pci 0000:00:1c.0: bridge window [io 0x3000-0x3fff]
[ 0.370430] pci 0000:00:1c.0: bridge window [mem 0x50500000-0x505fffff]
[ 0.370437] pci 0000:00:1d.0: PCI bridge to [bus 04]
[ 0.370440] pci 0000:00:1d.0: bridge window [mem 0x50400000-0x504fffff]
[ 0.370447] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
[ 0.370449] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
[ 0.370449] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[ 0.370450] pci_bus 0000:00: resource 7 [mem 0x50400000-0xbfffffff window]
[ 0.370451] pci_bus 0000:00: resource 8 [mem 0x4000000000-0x7fffffffff window]
[ 0.370453] pci_bus 0000:02: resource 1 [mem 0x50600000-0x506fffff]
[ 0.370454] pci_bus 0000:03: resource 0 [io 0x3000-0x3fff]
[ 0.370455] pci_bus 0000:03: resource 1 [mem 0x50500000-0x505fffff]
[ 0.370456] pci_bus 0000:04: resource 1 [mem 0x50400000-0x504fffff]
[ 0.373238] PCI: CLS 64 bytes, default 64
[ 0.373290] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 0.373291] software IO TLB: mapped [mem 0x000000002c5e9000-0x00000000305e9000] (64MB)
[ 0.373337] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x23fa772cf26, max_idle_ns: 440795269835 ns
[ 0.373505] clocksource: Switched to clocksource tsc
[ 0.373536] Trying to unpack rootfs image as initramfs...
[ 0.390356] Initialise system trusted keyrings
[ 0.390366] Key type blacklist registered
[ 0.390638] workingset: timestamp_bits=36 max_order=22 bucket_order=0
[ 0.390863] fuse: init (API version 7.45)
[ 0.390986] integrity: Platform Keyring initialized
[ 0.390987] integrity: Machine keyring initialized
[ 0.398772] xor: automatically using best checksumming function avx
[ 0.398774] Key type asymmetric registered
[ 0.398775] Asymmetric key parser 'x509' registered
[ 0.398788] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[ 0.399066] io scheduler mq-deadline registered
[ 0.399067] io scheduler kyber registered
[ 0.399075] io scheduler bfq registered
[ 0.399926] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.400451] pcieport 0000:00:06.0: PME: Signaling with IRQ 120
[ 0.400820] pcieport 0000:00:06.2: PME: Signaling with IRQ 121
[ 0.401082] pcieport 0000:00:1c.0: PME: Signaling with IRQ 122
[ 0.401287] pcieport 0000:00:1d.0: PME: Signaling with IRQ 123
[ 0.401551] ACPI: AC: AC Adapter [ACAD] (on-line)
[ 0.401589] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1b/PNP0C0D:00/input/input0
[ 0.401602] ACPI: button: Lid Switch [LID0]
[ 0.401633] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[ 0.405736] ACPI: button: Power Button [PWRB]
[ 0.407311] Freeing initrd memory: 24556K
[ 0.410254] thermal LNXTHERM:00: registered as thermal_zone0
[ 0.410256] ACPI: thermal: Thermal Zone [TZ00] (28 C)
[ 0.410486] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[ 0.412270] hpet_acpi_add: no address or irqs in _CRS
[ 0.412300] Non-volatile memory driver v1.3
[ 0.412302] Linux agpgart interface v0.103
[ 0.462816] ACPI: bus type drm_connector registered
[ 0.464150] xhci_hcd 0000:00:0d.0: xHCI Host Controller
[ 0.464156] xhci_hcd 0000:00:0d.0: new USB bus registered, assigned bus number 1
[ 0.465215] xhci_hcd 0000:00:0d.0: hcc params 0x20007fc1 hci version 0x120 quirks 0x0000000200009810
[ 0.465440] xhci_hcd 0000:00:0d.0: xHCI Host Controller
[ 0.465443] xhci_hcd 0000:00:0d.0: new USB bus registered, assigned bus number 2
[ 0.465444] xhci_hcd 0000:00:0d.0: Host supports USB 3.2 Enhanced SuperSpeed
[ 0.465513] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.19
[ 0.465516] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.465517] usb usb1: Product: xHCI Host Controller
[ 0.465518] usb usb1: Manufacturer: Linux 6.19.0-rc6-1-git-00201-gcfc7bee071d1 xhci-hcd
[ 0.465519] usb usb1: SerialNumber: 0000:00:0d.0
[ 0.465654] hub 1-0:1.0: USB hub found
[ 0.465662] hub 1-0:1.0: 1 port detected
[ 0.465856] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.19
[ 0.465858] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.465859] usb usb2: Product: xHCI Host Controller
[ 0.465860] usb usb2: Manufacturer: Linux 6.19.0-rc6-1-git-00201-gcfc7bee071d1 xhci-hcd
[ 0.465861] usb usb2: SerialNumber: 0000:00:0d.0
[ 0.465993] hub 2-0:1.0: USB hub found
[ 0.466001] hub 2-0:1.0: 2 ports detected
[ 0.466907] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 0.466912] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
[ 0.468015] xhci_hcd 0000:00:14.0: hcc params 0x20007fc1 hci version 0x120 quirks 0x0000100200009810
[ 0.468301] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 0.468303] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
[ 0.468304] xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed
[ 0.468329] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.19
[ 0.468331] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.468332] usb usb3: Product: xHCI Host Controller
[ 0.468332] usb usb3: Manufacturer: Linux 6.19.0-rc6-1-git-00201-gcfc7bee071d1 xhci-hcd
[ 0.468333] usb usb3: SerialNumber: 0000:00:14.0
[ 0.468434] hub 3-0:1.0: USB hub found
[ 0.468455] hub 3-0:1.0: 12 ports detected
[ 0.469689] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.19
[ 0.469691] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.469692] usb usb4: Product: xHCI Host Controller
[ 0.469693] usb usb4: Manufacturer: Linux 6.19.0-rc6-1-git-00201-gcfc7bee071d1 xhci-hcd
[ 0.469694] usb usb4: SerialNumber: 0000:00:14.0
[ 0.469834] hub 4-0:1.0: USB hub found
[ 0.469852] hub 4-0:1.0: 4 ports detected
[ 0.470419] usbcore: registered new interface driver usbserial_generic
[ 0.470423] usbserial: USB Serial support registered for generic
[ 0.470444] i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
[ 0.470445] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[ 0.470951] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 0.471092] rtc_cmos 00:01: RTC can wake from S4
[ 0.471953] rtc_cmos 00:01: registered as rtc0
[ 0.472132] rtc_cmos 00:01: setting system clock to 2026-01-29T04:43:12 UTC (1769661792)
[ 0.472161] rtc_cmos 00:01: alarms up to one month, y3k, 242 bytes nvram
[ 0.475096] intel_pstate: Intel P-state driver initializing
[ 0.476646] intel_pstate: HWP enabled
[ 0.477045] simple-framebuffer simple-framebuffer.0: [drm] Registered 1 planes with drm panic
[ 0.477060] [drm] Initialized simpledrm 1.0.0 for simple-framebuffer.0 on minor 0
[ 0.478128] Console: switching to colour frame buffer device 100x37
[ 0.478929] simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
[ 0.478970] hid: raw HID events driver (C) Jiri Kosina
[ 0.478989] usbcore: registered new interface driver usbhid
[ 0.478989] usbhid: USB HID core driver
[ 0.479043] drop_monitor: Initializing network drop monitor service
[ 0.479119] NET: Registered PF_INET6 protocol family
[ 0.479337] Segment Routing with IPv6
[ 0.479338] RPL Segment Routing with IPv6
[ 0.479342] In-situ OAM (IOAM) with IPv6
[ 0.479354] NET: Registered PF_PACKET protocol family
[ 0.480145] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[ 0.480329] microcode: Current revision: 0x00006133
[ 0.480330] microcode: Updated early from: 0x00004123
[ 0.480476] IPI shorthand broadcast: enabled
[ 0.481660] sched_clock: Marking stable (475001512, 6604443)->(508469147, -26863192)
[ 0.481929] registered taskstats version 1
[ 0.483628] Loading compiled-in X.509 certificates
[ 0.490375] Loaded X.509 cert 'Build time autogenerated kernel key: 051f2b6b715b6ad1ad5b230622cd6e8824ada271'
[ 0.490559] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2
[ 0.493050] zswap: loaded using pool zstd
[ 0.493200] Demotion targets for Node 0: null
[ 0.493440] Key type .fscrypt registered
[ 0.493441] Key type fscrypt-provisioning registered
[ 0.493723] Btrfs loaded, zoned=yes, fsverity=yes
[ 0.493750] Key type big_key registered
[ 0.497791] integrity: Loading X.509 certificate: UEFI:db
[ 0.497855] integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
[ 0.497857] integrity: Loading X.509 certificate: UEFI:db
[ 0.497875] integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
[ 0.497876] integrity: Loading X.509 certificate: UEFI:db
[ 0.497890] integrity: Loaded X.509 cert 'Microsoft Corporation: Windows UEFI CA 2023: aefc5fbbbe055d8f8daa585473499417ab5a5272'
[ 0.497891] integrity: Loading X.509 certificate: UEFI:db
[ 0.497896] integrity: Problem loading X.509 certificate -74
[ 0.497963] integrity: Error adding keys to platform keyring UEFI:db
[ 0.507809] PM: Magic number: 10:255:718
[ 0.508849] RAS: Correctable Errors collector initialized.
[ 0.526987] ACPI: battery: Slot [BAT1] (battery present)
[ 0.527233] clk: Disabling unused clocks
[ 0.527238] PM: genpd: Disabling unused power domains
[ 0.548708] Freeing unused decrypted memory: 2036K
[ 0.549485] Freeing unused kernel image (initmem) memory: 4736K
[ 0.549502] Write protecting the kernel read-only data: 38912k
[ 0.549966] Freeing unused kernel image (text/rodata gap) memory: 60K
[ 0.550501] Freeing unused kernel image (rodata/data gap) memory: 1896K
[ 0.557029] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 0.557033] rodata_test: all tests were successful
[ 0.557037] Run /init as init process
[ 0.557038] with arguments:
[ 0.557039] /init
[ 0.557040] with environment:
[ 0.557040] HOME=/
[ 0.557041] TERM=linux
[ 0.699602] systemd[1]: Successfully made /usr/ read-only.
[ 0.699947] systemd[1]: systemd 259-2-arch running in system mode (+PAM +AUDIT -SELINUX +APPARMOR -IMA +IPE +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +BTF +XKBCOMMON +UTMP -SYSVINIT +LIBARCHIVE)
[ 0.699951] systemd[1]: Detected architecture x86-64.
[ 0.699952] systemd[1]: Running in initrd.
[ 0.700225] systemd[1]: Initializing machine ID from random generator.
[ 0.704643] usb 3-5: new high-speed USB device number 2 using xhci_hcd
[ 0.746648] systemd[1]: Queued start job for default target Initrd Default Target.
[ 0.807981] systemd[1]: Created slice Slice /system/systemd-validatefs.
[ 0.808169] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ 0.808202] systemd[1]: Expecting device /dev/disk/by-uuid/ad720100-0431-4e07-b2e9-00fd54b8fbcb...
[ 0.808235] systemd[1]: Expecting device /dev/gpt-auto-root...
[ 0.808273] systemd[1]: Reached target Path Units.
[ 0.808300] systemd[1]: Reached target Slice Units.
[ 0.808329] systemd[1]: Reached target Swaps.
[ 0.808357] systemd[1]: Reached target Timer Units.
[ 0.808453] systemd[1]: Listening on Journal Socket (/dev/log).
[ 0.808516] systemd[1]: Listening on Journal Sockets.
[ 0.808575] systemd[1]: Listening on udev Control Socket.
[ 0.808843] systemd[1]: Listening on udev Kernel Socket.
[ 0.809032] systemd[1]: Reached target Socket Units.
[ 0.812267] systemd[1]: Starting Create List of Static Device Nodes...
[ 0.816345] systemd[1]: Starting Early Battery Level Check...
[ 0.820824] systemd[1]: Starting Journal Service...
[ 0.825691] systemd[1]: Starting Load Kernel Modules...
[ 0.825935] systemd[1]: TPM PCR Barrier (initrd) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[ 0.825954] systemd[1]: Reached target Local Encrypted Volumes.
[ 0.828789] systemd[1]: Starting Create Static Device Nodes in /dev...
[ 0.830984] systemd[1]: Starting Coldplug All udev Devices...
[ 0.832978] usb 3-5: New USB device found, idVendor=30c9, idProduct=00c5, bcdDevice= 0.07
[ 0.832982] usb 3-5: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[ 0.832983] usb 3-5: Product: Integrated Camera
[ 0.832984] usb 3-5: Manufacturer: 8SSC21M22245V1SR45701P0
[ 0.832985] usb 3-5: SerialNumber: 0001
[ 0.836108] systemd[1]: Finished Create List of Static Device Nodes.
[ 0.838274] systemd[1]: Finished Early Battery Level Check.
[ 0.839973] systemd-journald[190]: Collecting audit messages is disabled.
[ 0.840289] systemd[1]: Finished Load Kernel Modules.
[ 0.842272] systemd[1]: Finished Create Static Device Nodes in /dev.
[ 0.844628] systemd[1]: Started Display Boot-Time Emergency Messages In Full Screen.
[ 0.847510] systemd[1]: Starting Rule-based Manager for Device Events and Files...
[ 0.869007] systemd[1]: Started Rule-based Manager for Device Events and Files.
[ 0.877695] systemd[1]: Started Journal Service.
[ 0.947733] usb 3-6: new full-speed USB device number 3 using xhci_hcd
[ 0.970033] wmi_bus wmi_bus-PNP0C14:05: [Firmware Bug]: WQB1 data block query control method not found
[ 0.970037] wmi_bus wmi_bus-PNP0C14:05: [Firmware Bug]: WQB2 data block query control method not found
[ 0.988676] Key type psk registered
[ 0.992732] intel-lpss 0000:00:15.0: enabling device (0004 -> 0006)
[ 0.992811] sdhci: Secure Digital Host Controller Interface driver
[ 0.992814] sdhci: Copyright(c) Pierre Ossman
[ 0.993219] intel-lpss 0000:00:15.0: status=0x0
[ 0.993238] intel-lpss 0000:00:15.0: status=0x0
[ 0.993256] intel-lpss 0000:00:15.0: status=0x0
[ 0.993273] intel-lpss 0000:00:15.0: status=0x0
[ 0.993280] idma64 idma64.0: Found Intel integrated DMA 64-bit
[ 0.993294] intel-lpss 0000:00:15.0: status=0x0
[ 0.993311] intel-lpss 0000:00:15.0: status=0x0
[ 0.993328] intel-lpss 0000:00:15.0: status=0x0
[ 0.993345] intel-lpss 0000:00:15.0: status=0x0
[ 0.993364] intel-lpss 0000:00:15.0: status=0x0
[ 0.993380] intel-lpss 0000:00:15.0: status=0x0
[ 0.999293] i2c_designware i2c_designware.0: [Firmware Bug]: DSDT uses known not-working I2C bus speed 400000, forcing it to 100000
[ 0.999323] i2c_designware i2c_designware.0: Standard Mode HCNT:LCNT = 552:652
[ 0.999325] i2c_designware i2c_designware.0: Fast Mode HCNT:LCNT = 100:200
[ 0.999334] i2c_designware i2c_designware.0: Bus speed: Standard Mode (100 kHz)
[ 0.999378] i2c_designware i2c_designware.0: enabled=0x0 stat=0x0
[ 0.999399] i2c_designware i2c_designware.0: enabled=0x0 stat=0x0
[ 0.999420] i2c_designware i2c_designware.0: enabled=0x0 stat=0x0
[ 0.999441] i2c_designware i2c_designware.0: enabled=0x0 stat=0x0
[ 0.999462] i2c_designware i2c_designware.0: enabled=0x0 stat=0x0
[ 0.999482] i2c_designware i2c_designware.0: enabled=0x0 stat=0x0
[ 0.999503] i2c_designware i2c_designware.0: enabled=0x0 stat=0x0
[ 0.999524] i2c_designware i2c_designware.0: enabled=0x0 stat=0x0
[ 0.999544] i2c_designware i2c_designware.0: enabled=0x0 stat=0x0
[ 0.999565] i2c_designware i2c_designware.0: enabled=0x0 stat=0x0
[ 1.000932] sdhci-pci 0000:04:00.0: SDHCI controller found [1217:8621] (rev 1)
[ 1.002759] sdhci-pci 0000:04:00.0: enabling device (0000 -> 0002)
[ 1.002777] intel-lpss 0000:00:15.3: enabling device (0004 -> 0006)
[ 1.003304] idma64 idma64.1: Found Intel integrated DMA 64-bit
[ 1.008909] i2c_designware i2c_designware.1: Standard Mode HCNT:LCNT = 552:652
[ 1.008912] i2c_designware i2c_designware.1: Fast Mode HCNT:LCNT = 100:200
[ 1.008917] i2c_designware i2c_designware.1: Bus speed: Fast Mode (400 kHz)
[ 1.011464] intel-lpss 0000:00:15.3: supend started
[ 1.011628] intel-lpss 0000:00:15.3: supend finished
[ 1.016693] mmc0: SDHCI controller on PCI [0000:04:00.0] using ADMA
[ 1.026044] nvme 0000:02:00.0: platform quirk: setting simple suspend
[ 1.026115] nvme nvme0: pci function 0000:02:00.0
[ 1.063956] nvme nvme0: allocated 32 MiB host memory buffer (8 segments).
[ 1.066172] nvme nvme0: 12/0/0 default/read/poll queues
[ 1.071122] usb 3-6: not running at top speed; connect to a high speed hub
[ 1.072582] usb 3-6: New USB device found, idVendor=1c7a, idProduct=0583, bcdDevice=52.07
[ 1.072584] usb 3-6: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 1.072586] usb 3-6: Product: ETU905A88-E
[ 1.072587] usb 3-6: Manufacturer: EGIS
[ 1.072588] usb 3-6: SerialNumber: 14495FPKC366
[ 1.075154] nvme0n1: p1 p2
[ 1.185626] usb 3-10: new full-speed USB device number 4 using xhci_hcd
[ 1.256813] intel-lpss 0000:00:15.0: supend started
[ 1.256976] intel-lpss 0000:00:15.0: supend finished
[ 1.311681] usb 3-10: New USB device found, idVendor=0bda, idProduct=4853, bcdDevice= 0.00
[ 1.311684] usb 3-10: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 1.311685] usb 3-10: Product: Bluetooth Radio
[ 1.311686] usb 3-10: Manufacturer: Realtek
[ 1.311687] usb 3-10: SerialNumber: 00e04c000001
[ 1.421074] i915 0000:00:02.0: [drm] Found alderlake_p/raptorlake_u (device ID a7ac) integrated display version 13.00 stepping E0
[ 1.437058] device-mapper: uevent: version 1.0.3
[ 1.437111] device-mapper: ioctl: 4.50.0-ioctl (2025-04-28) initialised: dm-devel@lists.linux.dev
[ 1.456722] Console: switching to colour dummy device 80x25
[ 1.456935] i915 0000:00:02.0: vgaarb: deactivate vga console
[ 1.456993] i915 0000:00:02.0: [drm] Using Transparent Hugepages
[ 1.457429] i915 0000:00:02.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[ 1.459442] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/adlp_dmc.bin (v2.20)
[ 1.471895] i915 0000:00:02.0: [drm] GT0: GuC firmware i915/adlp_guc_70.bin version 70.49.4
[ 1.471902] i915 0000:00:02.0: [drm] GT0: HuC firmware i915/tgl_huc.bin version 7.9.3
[ 1.487062] i915 0000:00:02.0: [drm] GT0: HuC: authenticated for all workloads
[ 1.487533] i915 0000:00:02.0: [drm] GT0: GUC: submission enabled
[ 1.487534] i915 0000:00:02.0: [drm] GT0: GUC: SLPC enabled
[ 1.487997] i915 0000:00:02.0: [drm] GT0: GUC: RC enabled
[ 1.488924] i915 0000:00:02.0: [drm] Protected Xe Path (PXP) protected content support initialized
[ 1.503486] i915 0000:00:02.0: [drm] Registered 4 planes with drm panic
[ 1.518857] [drm] Initialized i915 1.6.0 for 0000:00:02.0 on minor 1
[ 1.519681] ACPI: video: Video Device [GFX0] (multi-head: yes rom: no post: no)
[ 1.519893] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input3
[ 1.530334] fbcon: i915drmfb (fb0) is primary device
[ 1.552462] Console: switching to colour frame buffer device 240x75
[ 1.587679] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
[ 3.112244] irq 27: nobody cared (try booting with the "irqpoll" option)
[ 3.112272] CPU: 11 UID: 0 PID: 0 Comm: swapper/11 Not tainted 6.19.0-rc6-1-git-00201-gcfc7bee071d1 #29 PREEMPT(full) c10110112588fbe534b76b91287ef659114bb7bc
[ 3.112277] Hardware name: LENOVO 83FW/LNVNB161216, BIOS PFCN14WW 09/20/2024
[ 3.112279] Call Trace:
[ 3.112282] <IRQ>
[ 3.112286] dump_stack_lvl+0x5d/0x80
[ 3.112294] __report_bad_irq+0x35/0xbc
[ 3.112299] note_interrupt.cold+0x28/0x66
[ 3.112301] handle_irq_event+0x72/0x90
[ 3.112306] handle_fasteoi_irq+0xda/0x1f0
[ 3.112310] __common_interrupt+0x41/0xa0
[ 3.112315] common_interrupt+0x80/0xa0
[ 3.112321] </IRQ>
[ 3.112322] <TASK>
[ 3.112323] asm_common_interrupt+0x26/0x40
[ 3.112326] RIP: 0010:cpuidle_enter_state+0xbb/0x410
[ 3.112330] Code: 00 00 e8 c8 ba 00 ff e8 e3 ef ff ff 48 89 c5 0f 1f 44 00 00 31 ff e8 c4 37 ff fe 45 84 ff 0f 85 33 02 00 00 fb 0f 1f 44 00 00 <45> 85 f6 0f 88 7c 01 00 00 49 63 ce 48 2b 2c 24 48 6b d1 68 48 89
[ 3.112332] RSP: 0000:ffffcef280223e78 EFLAGS: 00000246
[ 3.112334] RAX: ffff8c0002f96000 RBX: 0000000000000001 RCX: 0000000000000000
[ 3.112336] RDX: 00000000b980c826 RSI: fffffff3cfb09b79 RDI: 0000000000000000
[ 3.112337] RBP: 00000000b980c826 R08: 0000000000000002 R09: 0000000000000008
[ 3.112338] R10: 00000000ffffffff R11: ffffffffffffffff R12: ffff8bff9fafe840
[ 3.112339] R13: ffffffff9bff38c0 R14: 0000000000000001 R15: 0000000000000000
[ 3.112341] ? cpuidle_enter_state+0xac/0x410
[ 3.112344] cpuidle_enter+0x31/0x50
[ 3.112349] do_idle+0x1ae/0x210
[ 3.112354] cpu_startup_entry+0x29/0x30
[ 3.112356] start_secondary+0x119/0x150
[ 3.112361] common_startup_64+0x13e/0x141
[ 3.112366] </TASK>
[ 3.112367] handlers:
[ 3.112377] [<00000000126e2e30>] idma64_irq [idma64]
[ 3.112392] [<000000005193cdce>] i2c_dw_isr
[ 3.112404] Disabling IRQ #27
[ 6.023856] idma64_irq: 100375 callbacks suppressed
[ 6.023883] intel-lpss 0000:00:15.0: status=0xffffffff
[ 6.023928] i2c_dw_isr: 100017 callbacks suppressed
[ 6.023937] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 6.127834] intel-lpss 0000:00:15.0: status=0xffffffff
[ 6.127882] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 6.231831] intel-lpss 0000:00:15.0: status=0xffffffff
[ 6.231883] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 6.335781] intel-lpss 0000:00:15.0: status=0xffffffff
[ 6.335828] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 6.439832] intel-lpss 0000:00:15.0: status=0xffffffff
[ 6.439888] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 6.543831] intel-lpss 0000:00:15.0: status=0xffffffff
[ 6.543876] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 6.647868] intel-lpss 0000:00:15.0: status=0xffffffff
[ 6.647916] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 6.751853] intel-lpss 0000:00:15.0: status=0xffffffff
[ 6.751903] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 6.855666] intel-lpss 0000:00:15.0: status=0xffffffff
[ 6.855714] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 6.959890] intel-lpss 0000:00:15.0: status=0xffffffff
[ 6.959947] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 11.095857] idma64_irq: 35 callbacks suppressed
[ 11.095880] intel-lpss 0000:00:15.0: status=0xffffffff
[ 11.095923] i2c_dw_isr: 35 callbacks suppressed
[ 11.095928] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 11.199813] intel-lpss 0000:00:15.0: status=0xffffffff
[ 11.199859] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 11.303869] intel-lpss 0000:00:15.0: status=0xffffffff
[ 11.303918] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 11.407820] intel-lpss 0000:00:15.0: status=0xffffffff
[ 11.407872] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 11.511839] intel-lpss 0000:00:15.0: status=0xffffffff
[ 11.511882] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 11.615817] intel-lpss 0000:00:15.0: status=0xffffffff
[ 11.615870] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 11.719854] intel-lpss 0000:00:15.0: status=0xffffffff
[ 11.719895] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 11.823878] intel-lpss 0000:00:15.0: status=0xffffffff
[ 11.823927] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 11.927870] intel-lpss 0000:00:15.0: status=0xffffffff
[ 11.927911] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 12.031815] intel-lpss 0000:00:15.0: status=0xffffffff
[ 12.031859] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 16.191830] idma64_irq: 39 callbacks suppressed
[ 16.191856] intel-lpss 0000:00:15.0: status=0xffffffff
[ 16.191901] i2c_dw_isr: 39 callbacks suppressed
[ 16.191910] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 16.295804] intel-lpss 0000:00:15.0: status=0xffffffff
[ 16.295840] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 16.399825] intel-lpss 0000:00:15.0: status=0xffffffff
[ 16.399871] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 16.503842] intel-lpss 0000:00:15.0: status=0xffffffff
[ 16.503889] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 16.607840] intel-lpss 0000:00:15.0: status=0xffffffff
[ 16.607895] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 16.711845] intel-lpss 0000:00:15.0: status=0xffffffff
[ 16.711891] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 16.815858] intel-lpss 0000:00:15.0: status=0xffffffff
[ 16.815914] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 16.919870] intel-lpss 0000:00:15.0: status=0xffffffff
[ 16.919925] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 17.023868] intel-lpss 0000:00:15.0: status=0xffffffff
[ 17.023924] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 17.127815] intel-lpss 0000:00:15.0: status=0xffffffff
[ 17.127862] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 21.287633] idma64_irq: 39 callbacks suppressed
[ 21.287638] intel-lpss 0000:00:15.0: status=0xffffffff
[ 21.287658] i2c_dw_isr: 39 callbacks suppressed
[ 21.287659] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 21.391733] intel-lpss 0000:00:15.0: status=0xffffffff
[ 21.391757] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 21.495634] intel-lpss 0000:00:15.0: status=0xffffffff
[ 21.495655] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 21.599737] intel-lpss 0000:00:15.0: status=0xffffffff
[ 21.599759] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 21.703638] intel-lpss 0000:00:15.0: status=0xffffffff
[ 21.703660] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 21.807635] intel-lpss 0000:00:15.0: status=0xffffffff
[ 21.807657] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 21.912630] intel-lpss 0000:00:15.0: status=0xffffffff
[ 21.912653] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 22.015636] intel-lpss 0000:00:15.0: status=0xffffffff
[ 22.015657] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 22.119633] intel-lpss 0000:00:15.0: status=0xffffffff
[ 22.119655] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 22.223630] intel-lpss 0000:00:15.0: status=0xffffffff
[ 22.223654] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 26.384637] idma64_irq: 39 callbacks suppressed
[ 26.384643] intel-lpss 0000:00:15.0: status=0xffffffff
[ 26.384671] i2c_dw_isr: 39 callbacks suppressed
[ 26.384673] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 26.487634] intel-lpss 0000:00:15.0: status=0xffffffff
[ 26.487657] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 26.592637] intel-lpss 0000:00:15.0: status=0xffffffff
[ 26.592660] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 26.696633] intel-lpss 0000:00:15.0: status=0xffffffff
[ 26.696656] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 26.799635] intel-lpss 0000:00:15.0: status=0xffffffff
[ 26.799657] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 26.904634] intel-lpss 0000:00:15.0: status=0xffffffff
[ 26.904657] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 27.007633] intel-lpss 0000:00:15.0: status=0xffffffff
[ 27.007656] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 27.112633] intel-lpss 0000:00:15.0: status=0xffffffff
[ 27.112658] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 27.215632] intel-lpss 0000:00:15.0: status=0xffffffff
[ 27.215656] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 27.319636] intel-lpss 0000:00:15.0: status=0xffffffff
[ 27.319656] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 29.280838] Key type trusted registered
[ 29.282987] Key type encrypted registered
[ 29.329617] PM: Image not found (code -22)
[ 29.425427] EXT4-fs (dm-0): Supports (experimental) DIO atomic writes awu_min: 4096, awu_max: 4096
[ 29.456419] EXT4-fs (dm-0): mounting with "discard" option, but the device does not support discard
[ 29.456504] EXT4-fs (dm-0): mounted filesystem ad720100-0431-4e07-b2e9-00fd54b8fbcb r/w with ordered data mode. Quota mode: none.
[ 29.888070] systemd-journald[190]: Received SIGTERM from PID 1 (systemd).
[ 29.948120] systemd[1]: systemd 259-2-arch running in system mode (+PAM +AUDIT -SELINUX +APPARMOR -IMA +IPE +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +BTF +XKBCOMMON +UTMP -SYSVINIT +LIBARCHIVE)
[ 29.948140] systemd[1]: Detected architecture x86-64.
[ 29.959284] systemd[1]: Hostname set to <arch>.
[ 30.059445] systemd[1]: bpf-restrict-fs: LSM BPF program attached
[ 30.245760] systemd[1]: initrd-switch-root.service: Deactivated successfully.
[ 30.245860] systemd[1]: Stopped Switch Root.
[ 30.247184] systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1.
[ 30.247419] systemd[1]: Created slice Virtual Machine and Container Slice.
[ 30.248374] systemd[1]: Created slice Slice /system/dirmngr.
[ 30.249227] systemd[1]: Created slice Slice /system/getty.
[ 30.250042] systemd[1]: Created slice Slice /system/gpg-agent.
[ 30.250816] systemd[1]: Created slice Slice /system/gpg-agent-browser.
[ 30.251580] systemd[1]: Created slice Slice /system/gpg-agent-extra.
[ 30.252341] systemd[1]: Created slice Slice /system/gpg-agent-ssh.
[ 30.253106] systemd[1]: Created slice Slice /system/keyboxd.
[ 30.254264] systemd[1]: Created slice Slice /system/modprobe.
[ 30.255071] systemd[1]: Created slice Slice /system/systemd-fsck.
[ 30.255836] systemd[1]: Created slice User and Session Slice.
[ 30.256662] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ 30.257349] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 30.258123] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ 30.258774] systemd[1]: Expecting device /dev/disk/by-uuid/C6DC-F0DB...
[ 30.259392] systemd[1]: Reached target Local Encrypted Volumes.
[ 30.259982] systemd[1]: Reached target Login Prompts.
[ 30.260514] systemd[1]: Reached target Image Downloads.
[ 30.261037] systemd[1]: Stopped target Switch Root.
[ 30.261552] systemd[1]: Stopped target Initrd File Systems.
[ 30.262070] systemd[1]: Stopped target Initrd Root File System.
[ 30.262583] systemd[1]: Reached target Local Integrity Protected Volumes.
[ 30.263112] systemd[1]: Reached target Path Units.
[ 30.263620] systemd[1]: Reached target Remote File Systems.
[ 30.264128] systemd[1]: Reached target Slice Units.
[ 30.264651] systemd[1]: Reached target Local Verity Protected Volumes.
[ 30.265201] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[ 30.266332] systemd[1]: Listening on Query the User Interactively for a Password.
[ 30.267524] systemd[1]: Listening on Process Core Dump Socket.
[ 30.268437] systemd[1]: Listening on Credential Encryption/Decryption.
[ 30.269471] systemd[1]: Listening on Factory Reset Management.
[ 30.270612] systemd[1]: Listening on Console Output Muting Service Socket.
[ 30.271149] systemd[1]: TPM PCR Measurements was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[ 30.271158] systemd[1]: Make TPM PCR Policy was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[ 30.271563] systemd[1]: Listening on Disk Repartitioning Service Socket.
[ 30.272117] systemd[1]: Listening on udev Control Socket.
[ 30.272645] systemd[1]: Listening on udev Varlink Socket.
[ 30.273171] systemd[1]: Listening on User Database Manager Socket.
[ 30.274601] systemd[1]: Mounting Huge Pages File System...
[ 30.275623] systemd[1]: Mounting POSIX Message Queue File System...
[ 30.276469] systemd[1]: Mounting Kernel Debug File System...
[ 30.277410] systemd[1]: Mounting Kernel Trace File System...
[ 30.278391] systemd[1]: Starting Create List of Static Device Nodes...
[ 30.279025] systemd[1]: Load Kernel Module configfs was skipped because of an unmet condition check (ConditionKernelModuleLoaded=!configfs).
[ 30.288667] systemd[1]: Mounting Kernel Configuration File System...
[ 30.289333] systemd[1]: Load Kernel Module drm was skipped because of an unmet condition check (ConditionKernelModuleLoaded=!drm).
[ 30.289355] systemd[1]: Load Kernel Module fuse was skipped because of an unmet condition check (ConditionKernelModuleLoaded=!fuse).
[ 30.289839] systemd[1]: Mounting FUSE Control File System...
[ 30.290551] systemd[1]: systemd-cryptsetup@root.service: Deactivated successfully.
[ 30.290588] systemd[1]: Stopped systemd-cryptsetup@root.service.
[ 30.291296] systemd[1]: systemd-cryptsetup@root.service: Consumed 31.286s CPU time over 28.877s wall clock time, 1G memory peak.
[ 30.291436] 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).
[ 30.293360] systemd[1]: Starting Journal Service...
[ 30.296292] systemd[1]: Starting Load Kernel Modules...
[ 30.296977] systemd[1]: TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[ 30.297009] systemd[1]: TPM PCR Root File System Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[ 30.297048] systemd[1]: TPM NvPCR Product ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[ 30.297846] systemd[1]: Starting Remount Root and Kernel File Systems...
[ 30.298562] systemd[1]: Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[ 30.299319] systemd[1]: Starting Load udev Rules from Credentials...
[ 30.300931] systemd[1]: Starting Coldplug All udev Devices...
[ 30.301638] systemd[1]: systemd-validatefs@sysroot.service: Deactivated successfully.
[ 30.301679] systemd[1]: Stopped Validate File System Mount Constraints of /sysroot.
[ 30.307454] systemd[1]: Mounted Huge Pages File System.
[ 30.308391] systemd[1]: Mounted POSIX Message Queue File System.
[ 30.308814] Asymmetric key parser 'pkcs8' registered
[ 30.309224] systemd[1]: Mounted Kernel Debug File System.
[ 30.309987] systemd-journald[1120]: Collecting audit messages is disabled.
[ 30.309994] systemd[1]: Mounted Kernel Trace File System.
[ 30.310920] systemd[1]: Finished Create List of Static Device Nodes.
[ 30.311747] systemd[1]: Mounted Kernel Configuration File System.
[ 30.312492] systemd[1]: Mounted FUSE Control File System.
[ 30.313356] systemd[1]: Finished Load Kernel Modules.
[ 30.314092] systemd[1]: Started Journal Service.
[ 30.319885] EXT4-fs (dm-0): re-mounted ad720100-0431-4e07-b2e9-00fd54b8fbcb.
[ 30.335904] systemd-journald[1120]: Received client request to flush runtime journal.
[ 30.339331] Adding 45088764k swap on /swapfile. Priority:-1 extents:347 across:128843776k SS
[ 30.613008] mc: Linux media interface: v0.10
[ 30.636878] videodev: Linux video capture interface: v2.00
[ 30.646785] intel_pmc_core INT33A1:00: initialized
[ 30.655670] intel-lpss 0000:00:15.0: resume started
[ 30.655684] intel-lpss 0000:00:15.0: resume finished
[ 30.665058] drivers/hid/i2c-hid/i2c-hid-core.c: HID probe called for i2c 0x15
[ 30.665078] i2c_designware i2c_designware.0: i2c_dw_xfer: msgs: 1
[ 30.665133] resource: resource sanity check: requesting [mem 0x00000000fedc0000-0x00000000fedcffff], which spans more than pnp 00:04 [mem 0xfedc0000-0xfedc7fff]
[ 30.665140] caller igen6_probe+0x155/0x824 [igen6_edac] mapping multiple BARs
[ 30.666781] input: PC Speaker as /devices/platform/pcspkr/input/input4
[ 30.666782] ACPI: bus type thunderbolt registered
[ 30.667943] EDAC MC0: Giving out device to module igen6_edac controller Intel_client_SoC MC#0: DEV 0000:00:00.0 (INTERRUPT)
[ 30.669795] EDAC MC1: Giving out device to module igen6_edac controller Intel_client_SoC MC#1: DEV 0000:00:00.0 (INTERRUPT)
[ 30.669842] EDAC igen6: v2.5.1
[ 30.686948] ACPI: battery: new hook: Ideapad Battery Extension
[ 30.687511] input: Ideapad extra buttons as /devices/pci0000:00/0000:00:1f.0/PNP0C09:00/VPC2004:00/input/input5
[ 30.724777] RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
[ 30.724782] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[ 30.724782] RAPL PMU: hw unit of domain package 2^-14 Joules
[ 30.724783] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[ 30.724784] RAPL PMU: hw unit of domain psys 2^-14 Joules
[ 30.725011] Bluetooth: Core ver 2.22
[ 30.725022] NET: Registered PF_BLUETOOTH protocol family
[ 30.725023] Bluetooth: HCI device and connection manager initialized
[ 30.725027] Bluetooth: HCI socket layer initialized
[ 30.725029] Bluetooth: L2CAP socket layer initialized
[ 30.725031] Bluetooth: SCO socket layer initialized
[ 30.751760] i2c_designware i2c_designware.0: enabled=0x1 stat=0x10
[ 30.855805] i2c_designware i2c_designware.0: enabled=0x1 stat=0x714
[ 30.855993] i2c_hid_acpi i2c-ELAN06FA:00: Fetching the HID descriptor
[ 30.856011] i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=01 00
[ 30.856025] i2c_designware i2c_designware.0: i2c_dw_xfer: msgs: 2
[ 30.959839] i2c_designware i2c_designware.0: enabled=0x1 stat=0x10
[ 31.063802] i2c_designware i2c_designware.0: enabled=0x1 stat=0x714
[ 31.064056] i2c_hid_acpi i2c-ELAN06FA:00: HID Descriptor: 1e 00 00 01 a3 02 02 00 03 00 1f 00 04 00 00 00 05 00 06 00 f3 04 7e 32 04 00 00 00 00 00
[ 31.064086] i2c_hid_acpi i2c-ELAN06FA:00: Requesting IRQ: 155
[ 31.064569] i2c_hid_acpi i2c-ELAN06FA:00: entering i2c_hid_parse
[ 31.064582] i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_start_hwreset
[ 31.064588] i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_power
[ 31.064593] i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 00 08
[ 31.064603] i2c_designware i2c_designware.0: i2c_dw_xfer: msgs: 1
[ 31.167804] i2c_designware i2c_designware.0: enabled=0x1 stat=0x10
[ 31.271792] i2c_designware i2c_designware.0: enabled=0x1 stat=0x710
[ 31.332915] i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 00 01
[ 31.332938] i2c_designware i2c_designware.0: i2c_dw_xfer: msgs: 1
[ 31.375802] i2c_designware i2c_designware.0: enabled=0x1 stat=0x10
[ 31.479802] idma64_irq: 39 callbacks suppressed
[ 31.479816] intel-lpss 0000:00:15.0: status=0x0
[ 31.479831] i2c_dw_isr: 39 callbacks suppressed
[ 31.479835] i2c_designware i2c_designware.0: enabled=0x1 stat=0x710
[ 31.479846] i2c_designware i2c_designware.0: enabled=0x1 stat=0x710
[ 31.480021] i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_finish_hwreset: waiting...
[ 31.480072] i2c_designware i2c_designware.0: i2c_dw_xfer: msgs: 1
[ 31.583849] intel-lpss 0000:00:15.0: status=0x0
[ 31.583881] i2c_designware i2c_designware.0: enabled=0x1 stat=0x10
[ 31.583888] i2c_designware i2c_designware.0: enabled=0x1 stat=0x10
[ 31.687808] intel-lpss 0000:00:15.0: status=0x0
[ 31.687832] i2c_designware i2c_designware.0: enabled=0x1 stat=0x714
[ 31.687837] i2c_designware i2c_designware.0: enabled=0x1 stat=0x714
[ 31.688116] i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_finish_hwreset: finished.
[ 31.688132] i2c_hid_acpi i2c-ELAN06FA:00: asking HID report descriptor
[ 31.688137] i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=02 00
[ 31.688146] i2c_designware i2c_designware.0: i2c_dw_xfer: msgs: 2
[ 31.791835] intel-lpss 0000:00:15.0: status=0x0
[ 31.791864] i2c_designware i2c_designware.0: enabled=0x1 stat=0x10
[ 31.791872] i2c_designware i2c_designware.0: enabled=0x1 stat=0x10
[ 31.895813] intel-lpss 0000:00:15.0: status=0x0
[ 31.895841] i2c_designware i2c_designware.0: enabled=0x1 stat=0x2514
[ 31.895849] i2c_designware i2c_designware.0: enabled=0x1 stat=0x2514
[ 31.999789] intel-lpss 0000:00:15.0: status=0x0
[ 31.999819] i2c_designware i2c_designware.0: enabled=0x1 stat=0x2514
[ 31.999826] i2c_designware i2c_designware.0: enabled=0x1 stat=0x2514
[ 32.103801] intel-lpss 0000:00:15.0: status=0x0
[ 32.103829] i2c_designware i2c_designware.0: enabled=0x1 stat=0x2514
[ 32.103835] i2c_designware i2c_designware.0: enabled=0x1 stat=0x2514
[ 32.207799] intel-lpss 0000:00:15.0: status=0x0
[ 32.207830] i2c_designware i2c_designware.0: enabled=0x1 stat=0x2514
[ 32.207836] i2c_designware i2c_designware.0: enabled=0x1 stat=0x2514
[ 32.311793] intel-lpss 0000:00:15.0: status=0x0
[ 32.311816] i2c_designware i2c_designware.0: enabled=0x1 stat=0x2514
[ 32.311820] i2c_designware i2c_designware.0: enabled=0x1 stat=0x2514
[ 32.415821] intel-lpss 0000:00:15.0: status=0x0
[ 32.415852] i2c_designware i2c_designware.0: enabled=0x1 stat=0x2514
[ 32.415861] i2c_designware i2c_designware.0: enabled=0x1 stat=0x2514
[ 32.519796] i2c_designware i2c_designware.0: enabled=0x1 stat=0x2514
[ 32.623808] i2c_designware i2c_designware.0: enabled=0x1 stat=0x2514
[ 32.727814] i2c_designware i2c_designware.0: enabled=0x1 stat=0x2514
[ 32.751779] i2c_designware i2c_designware.0: controller timed out
[ 32.753393] hid (null): reading report descriptor failed
[ 32.754811] i2c_hid_acpi i2c-ELAN06FA:00: can't add hid device: -110
[ 32.760896] i2c_hid_acpi i2c-ELAN06FA:00: probe with driver i2c_hid_acpi failed with error -110
[ 32.778468] spi-nor spi0.0: supply vcc not found, using dummy regulator
[ 32.780457] mei_me 0000:00:16.0: enabling device (0000 -> 0002)
[ 32.781755] i801_smbus 0000:00:1f.4: SPD Write Disable is set
[ 32.781782] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[ 32.782350] Creating 1 MTD partitions on "0000:00:1f.5":
[ 32.782353] 0x000000000000-0x000000800000 : "BIOS"
[ 32.783535] spi-nor spi0.1: supply vcc not found, using dummy regulator
[ 32.786203] Creating 1 MTD partitions on "0000:00:1f.5-chip1":
[ 32.786210] 0x000000000000-0x000001000000 : "BIOS1"
[ 32.841795] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 32.846506] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 32.846647] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
[ 32.847392] faux_driver regulatory: Direct firmware load for regulatory.db failed with error -2
[ 32.847396] cfg80211: failed to load regulatory.db
[ 32.871149] intel_rapl_msr: PL4 support detected.
[ 32.871205] intel_rapl_common: Found RAPL domain package
[ 32.871207] intel_rapl_common: Found RAPL domain core
[ 32.871208] intel_rapl_common: Found RAPL domain uncore
[ 32.871210] intel_rapl_common: Found RAPL domain psys
[ 32.883227] iTCO_vendor_support: vendor-support=0
[ 32.883796] mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_ops [i915])
[ 32.884288] mei_pxp 0000:00:16.0-fbf6fcf1-96cf-4e2e-a6a6-1bab8cbe36b1: bound 0000:00:02.0 (ops i915_pxp_tee_component_ops [i915])
[ 32.899935] uvcvideo 3-5:1.0: Found UVC 1.50 device Integrated Camera (30c9:00c5)
[ 32.903249] usbcore: registered new interface driver uvcvideo
[ 32.906785] iTCO_wdt iTCO_wdt: Found a Intel PCH TCO device (Version=6, TCOBASE=0x0400)
[ 32.907113] iTCO_wdt iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[ 32.926190] usbcore: registered new interface driver btusb
[ 32.928443] Bluetooth: hci0: RTL: examining hci_ver=0b hci_rev=000b lmp_ver=0b lmp_subver=8852
[ 32.929449] Bluetooth: hci0: RTL: rom_version status=0 version=1
[ 32.930434] Bluetooth: hci0: RTL: btrtl_initialize: key id 0
[ 32.930436] Bluetooth: hci0: RTL: loading rtl_bt/rtl8852bu_fw.bin
[ 32.931655] Bluetooth: hci0: RTL: loading rtl_bt/rtl8852bu_config.bin
[ 32.931889] Bluetooth: hci0: RTL: cfg_sz 6, total sz 60107
[ 32.979788] intel_rapl_common: Found RAPL domain package
[ 32.994044] intel_tcc_cooling: TCC Offset locked
[ 33.019455] typec port0: bound usb3-port2 (ops connector_ops)
[ 33.019466] typec port0: bound usb2-port1 (ops connector_ops)
[ 33.044475] acpi PRP00001:00: No SoundWire links detected
[ 33.068894] rtw89_8852be 0000:03:00.0: loaded firmware rtw89/rtw8852b_fw-1.bin
[ 33.071887] rtw89_8852be 0000:03:00.0: enabling device (0000 -> 0003)
[ 33.079168] rtw89_8852be 0000:03:00.0: Firmware version 0.29.29.15 (6fb3ec41), cmd version 0, type 5
[ 33.079177] rtw89_8852be 0000:03:00.0: Firmware version 0.29.29.15 (6fb3ec41), cmd version 0, type 3
[ 33.094363] typec port1: bound usb3-port3 (ops connector_ops)
[ 33.094370] typec port1: bound usb2-port2 (ops connector_ops)
[ 33.186383] acpi PRP00001:00: No SoundWire links detected
[ 33.189850] acpi PRP00001:00: No SoundWire links detected
[ 33.189870] snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002)
[ 33.190046] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops intel_audio_component_bind_ops [i915])
[ 33.220870] snd_hda_codec_conexant hdaudioC0D0: CX11880: BIOS auto-probing.
[ 33.221304] snd_hda_codec_conexant hdaudioC0D0: CX11880: picked fixup for PCI SSID 17aa:0000
[ 33.221430] snd_hda_codec_conexant hdaudioC0D0: autoconfig for CX11880: line_outs=1 (0x17/0x0/0x0/0x0/0x0) type:speaker
[ 33.221431] snd_hda_codec_conexant hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 33.221432] snd_hda_codec_conexant hdaudioC0D0: hp_outs=1 (0x16/0x0/0x0/0x0/0x0)
[ 33.221433] snd_hda_codec_conexant hdaudioC0D0: mono: mono_out=0x0
[ 33.221434] snd_hda_codec_conexant hdaudioC0D0: inputs:
[ 33.221435] snd_hda_codec_conexant hdaudioC0D0: Mic=0x19
[ 33.221436] snd_hda_codec_conexant hdaudioC0D0: Internal Mic=0x1a
[ 33.248015] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input6
[ 33.248346] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input7
[ 33.248368] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input8
[ 33.248388] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input9
[ 33.248409] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input10
[ 33.248429] input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input11
[ 33.265531] Bluetooth: hci0: RTL: fw version 0x42d34e04
[ 33.349437] Bluetooth: hci0: AOSP extensions version v1.00
[ 33.396358] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[ 33.401227] rtw89_8852be 0000:03:00.0: chip rfe_type is 1
[ 33.430850] rtw89_8852be 0000:03:00.0: rfkill hardware state changed to enable
[ 33.838886] intel-lpss 0000:00:15.0: supend started
[ 33.839176] intel-lpss 0000:00:15.0: supend finished
[ 36.575898] idma64_irq: 39 callbacks suppressed
[ 36.575916] intel-lpss 0000:00:15.0: status=0xffffffff
[ 36.575977] i2c_dw_isr: 39 callbacks suppressed
[ 36.575982] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 36.679864] intel-lpss 0000:00:15.0: status=0xffffffff
[ 36.679939] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 36.783931] intel-lpss 0000:00:15.0: status=0xffffffff
[ 36.784000] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 36.887897] intel-lpss 0000:00:15.0: status=0xffffffff
[ 36.887962] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 36.991901] intel-lpss 0000:00:15.0: status=0xffffffff
[ 36.991968] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 37.095747] intel-lpss 0000:00:15.0: status=0xffffffff
[ 37.095794] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 37.199840] intel-lpss 0000:00:15.0: status=0xffffffff
[ 37.199906] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 37.303850] intel-lpss 0000:00:15.0: status=0xffffffff
[ 37.303882] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 37.407831] intel-lpss 0000:00:15.0: status=0xffffffff
[ 37.407896] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 37.511669] intel-lpss 0000:00:15.0: status=0xffffffff
[ 37.511734] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 41.671652] idma64_irq: 39 callbacks suppressed
[ 41.671665] intel-lpss 0000:00:15.0: status=0xffffffff
[ 41.671709] i2c_dw_isr: 39 callbacks suppressed
[ 41.671714] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 41.776703] intel-lpss 0000:00:15.0: status=0xffffffff
[ 41.776839] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 41.880845] intel-lpss 0000:00:15.0: status=0xffffffff
[ 41.880982] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 41.983699] intel-lpss 0000:00:15.0: status=0xffffffff
[ 41.983834] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 42.087898] intel-lpss 0000:00:15.0: status=0xffffffff
[ 42.088030] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 42.191902] intel-lpss 0000:00:15.0: status=0xffffffff
[ 42.192035] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 42.295868] intel-lpss 0000:00:15.0: status=0xffffffff
[ 42.296001] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 42.399909] intel-lpss 0000:00:15.0: status=0xffffffff
[ 42.400043] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 42.503850] intel-lpss 0000:00:15.0: status=0xffffffff
[ 42.503984] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 42.607913] intel-lpss 0000:00:15.0: status=0xffffffff
[ 42.608077] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 46.767927] idma64_irq: 39 callbacks suppressed
[ 46.767942] intel-lpss 0000:00:15.0: status=0xffffffff
[ 46.768108] i2c_dw_isr: 39 callbacks suppressed
[ 46.768113] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 46.871949] intel-lpss 0000:00:15.0: status=0xffffffff
[ 46.872167] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 46.975833] intel-lpss 0000:00:15.0: status=0xffffffff
[ 46.976018] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 47.079938] intel-lpss 0000:00:15.0: status=0xffffffff
[ 47.080110] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 47.183963] intel-lpss 0000:00:15.0: status=0xffffffff
[ 47.184148] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 47.287966] intel-lpss 0000:00:15.0: status=0xffffffff
[ 47.288143] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 47.391926] intel-lpss 0000:00:15.0: status=0xffffffff
[ 47.392110] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 47.495894] intel-lpss 0000:00:15.0: status=0xffffffff
[ 47.496076] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 47.599954] intel-lpss 0000:00:15.0: status=0xffffffff
[ 47.600130] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 47.703962] intel-lpss 0000:00:15.0: status=0xffffffff
[ 47.704149] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 51.863938] idma64_irq: 39 callbacks suppressed
[ 51.863953] intel-lpss 0000:00:15.0: status=0xffffffff
[ 51.864117] i2c_dw_isr: 39 callbacks suppressed
[ 51.864121] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 51.967801] intel-lpss 0000:00:15.0: status=0xffffffff
[ 51.967979] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 52.071740] intel-lpss 0000:00:15.0: status=0xffffffff
[ 52.071805] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 52.175893] intel-lpss 0000:00:15.0: status=0xffffffff
[ 52.176084] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 52.279910] intel-lpss 0000:00:15.0: status=0xffffffff
[ 52.280088] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 52.384009] intel-lpss 0000:00:15.0: status=0xffffffff
[ 52.384194] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 52.487895] intel-lpss 0000:00:15.0: status=0xffffffff
[ 52.488072] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 52.591923] intel-lpss 0000:00:15.0: status=0xffffffff
[ 52.592101] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 52.695777] intel-lpss 0000:00:15.0: status=0xffffffff
[ 52.695962] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 52.799948] intel-lpss 0000:00:15.0: status=0xffffffff
[ 52.800132] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
^ permalink raw reply [flat|nested] 55+ messages in thread
* Re: [REGRESSION][BISECTED] Lenovo IdeaPad touchpad does not work when idma64 is present in initramfs
2026-01-29 4:54 ` correctmost
@ 2026-01-29 6:58 ` Mika Westerberg
2026-01-29 7:20 ` correctmost
0 siblings, 1 reply; 55+ messages in thread
From: Mika Westerberg @ 2026-01-29 6:58 UTC (permalink / raw)
To: correctmost; +Cc: Andy Shevchenko, dmaengine, regressions, vkoul, linux-i2c
On Wed, Jan 28, 2026 at 11:54:50PM -0500, correctmost wrote:
> On Wed, Jan 28, 2026, at 7:31 AM, Mika Westerberg wrote:
> > On Wed, Jan 28, 2026 at 05:21:20AM -0500, correctmost wrote:
> >> On Wed, Jan 28, 2026, at 4:34 AM, Andy Shevchenko wrote:
> >> > On Tue, Jan 20, 2026 at 11:56:15PM -0500, correctmost wrote:
> >> >> On Tue, Jan 20, 2026, at 4:33 AM, Andy Shevchenko wrote:
> >> >> > On Mon, Jan 19, 2026 at 12:49:59PM +0200, Andy Shevchenko wrote:
> >> >> >> On Mon, Jan 19, 2026 at 12:39:41PM +0200, Andy Shevchenko wrote:
> >> >> >> > On Fri, Jan 16, 2026 at 07:25:54PM -0500, correctmost wrote:
> >> >
> >> > ...
> >> >
> >> >> >> > My understanding that the pin 3 on GPIO might be wrongly configured
> >> >> >> > by BIOS. The difference with the original case is that your GPIO device
> >> >> >> > is locked against modifications and until you unlock it (usually
> >> >> >> > it's done in BIOS in some debug menu) it may not be fixable without OEM
> >> >> >> > fixing the issue themselves. In any case you can try the workaround
> >> >> >> > (see https://lore.kernel.org/all/ZftTcSA5dn13eAmr@smile.fi.intel.com/).
> >> >> >> > But I am skeptical about it.
> >> >>
> >> >> I tested commit c03e9c42ae8 with the following patch and still saw the "probe
> >> >> with driver i2c_hid_acpi failed" error:
> >> >
> >> >> + {
> >> >> + void __iomem *padcfg0;
> >> >> + u32 value;
> >> >
> >> >> + padcfg0 = intel_get_padcfg(pctrl, 3, PADCFG0);
> >> >
> >> > I'm sorry to get you back to this one, but can you replace 3 with 82 and try
> >> > again (keep the kernel command options with HID debug enabled, etc, but no
> >> > other patches applied).
> >>
> >> I tested the pin 82 patch by itself (no other patches and no config changes). I received the IRQ message and the touchpad didn't work (full log attached):
> >
> > Okay let's add some debug to the drivers involved and try to figure out
> > what is happening.
> >
> > Can you next apply the below patch (only that one) and try? Any test case
> > where it reproduces is good. The provide again full dmesg. While at it can
> > you enable CONFIG_PRINTK_TIME=y so we can also get timestamps to the dmesg.
>
> Full log attached with the added debug prints and timestamps
Thanks! Okay so the interrupt is active immediately when the LPSS probes.
One thing that could explain this is that the IO-APIC is misconfigured to
have the polarity reversed. Can you boot with "apic=debug" in the kernel
command line so that it dumps the entries and provide again full dmesg?
^ permalink raw reply [flat|nested] 55+ messages in thread
* Re: [REGRESSION][BISECTED] Lenovo IdeaPad touchpad does not work when idma64 is present in initramfs
2026-01-29 6:58 ` Mika Westerberg
@ 2026-01-29 7:20 ` correctmost
2026-01-29 11:56 ` Mika Westerberg
0 siblings, 1 reply; 55+ messages in thread
From: correctmost @ 2026-01-29 7:20 UTC (permalink / raw)
To: Mika Westerberg; +Cc: Andy Shevchenko, dmaengine, regressions, vkoul, linux-i2c
[-- Attachment #1: Type: text/plain, Size: 2667 bytes --]
On Thu, Jan 29, 2026, at 1:58 AM, Mika Westerberg wrote:
> On Wed, Jan 28, 2026 at 11:54:50PM -0500, correctmost wrote:
>> On Wed, Jan 28, 2026, at 7:31 AM, Mika Westerberg wrote:
>> > On Wed, Jan 28, 2026 at 05:21:20AM -0500, correctmost wrote:
>> >> On Wed, Jan 28, 2026, at 4:34 AM, Andy Shevchenko wrote:
>> >> > On Tue, Jan 20, 2026 at 11:56:15PM -0500, correctmost wrote:
>> >> >> On Tue, Jan 20, 2026, at 4:33 AM, Andy Shevchenko wrote:
>> >> >> > On Mon, Jan 19, 2026 at 12:49:59PM +0200, Andy Shevchenko wrote:
>> >> >> >> On Mon, Jan 19, 2026 at 12:39:41PM +0200, Andy Shevchenko wrote:
>> >> >> >> > On Fri, Jan 16, 2026 at 07:25:54PM -0500, correctmost wrote:
>> >> >
>> >> > ...
>> >> >
>> >> >> >> > My understanding that the pin 3 on GPIO might be wrongly configured
>> >> >> >> > by BIOS. The difference with the original case is that your GPIO device
>> >> >> >> > is locked against modifications and until you unlock it (usually
>> >> >> >> > it's done in BIOS in some debug menu) it may not be fixable without OEM
>> >> >> >> > fixing the issue themselves. In any case you can try the workaround
>> >> >> >> > (see https://lore.kernel.org/all/ZftTcSA5dn13eAmr@smile.fi.intel.com/).
>> >> >> >> > But I am skeptical about it.
>> >> >>
>> >> >> I tested commit c03e9c42ae8 with the following patch and still saw the "probe
>> >> >> with driver i2c_hid_acpi failed" error:
>> >> >
>> >> >> + {
>> >> >> + void __iomem *padcfg0;
>> >> >> + u32 value;
>> >> >
>> >> >> + padcfg0 = intel_get_padcfg(pctrl, 3, PADCFG0);
>> >> >
>> >> > I'm sorry to get you back to this one, but can you replace 3 with 82 and try
>> >> > again (keep the kernel command options with HID debug enabled, etc, but no
>> >> > other patches applied).
>> >>
>> >> I tested the pin 82 patch by itself (no other patches and no config changes). I received the IRQ message and the touchpad didn't work (full log attached):
>> >
>> > Okay let's add some debug to the drivers involved and try to figure out
>> > what is happening.
>> >
>> > Can you next apply the below patch (only that one) and try? Any test case
>> > where it reproduces is good. The provide again full dmesg. While at it can
>> > you enable CONFIG_PRINTK_TIME=y so we can also get timestamps to the dmesg.
>>
>> Full log attached with the added debug prints and timestamps
>
> Thanks! Okay so the interrupt is active immediately when the LPSS probes.
> One thing that could explain this is that the IO-APIC is misconfigured to
> have the polarity reversed. Can you boot with "apic=debug" in the kernel
> command line so that it dumps the entries and provide again full dmesg?
Sure, full log attached
[-- Attachment #2: dmesg-apic-debug.txt --]
[-- Type: text/plain, Size: 128338 bytes --]
[ 0.000000] Linux version 6.19.0-rc6-1-git-00201-gcfc7bee071d1 (linux-git@archlinux) (gcc (GCC) 15.2.1 20260103, GNU ld (GNU Binutils) 2.45.1) #29 SMP PREEMPT_DYNAMIC Thu, 29 Jan 2026 04:31:02 +0000
[ 0.000000] Command line: initrd=\initramfs-linux-git.img rd.luks.options=password-echo=no rw rootfstype=ext4 i2c-hid.dyndbg=+p apic=debug resume=UUID=ad720100-0431-4e07-b2e9-00fd54b8fbcb resume_offset=1361920
[ 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-0x000000003b228fff] usable
[ 0.000000] BIOS-e820: [mem 0x000000003b229000-0x000000003bb28fff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000003bb29000-0x000000003d93efff] usable
[ 0.000000] BIOS-e820: [mem 0x000000003d93f000-0x000000003f9defff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000003f9df000-0x000000004298efff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x000000004298f000-0x0000000042afefff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x0000000042aff000-0x0000000042afffff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000042b00000-0x0000000046ffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000047c00000-0x0000000047ffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000048e00000-0x00000000503fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000c0000000-0x00000000cfffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed20000-0x00000000fed7ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x00000004afbfffff] usable
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] APIC: Static calls initialized
[ 0.000000] efi: EFI v2.8 by INSYDE Corp.
[ 0.000000] efi: ACPI=0x42afe000 ACPI 2.0=0x42afe014 TPMFinalLog=0x42906000 SMBIOS=0x3dfd9000 MEMATTR=0x36b0e298 ESRT=0x36b11018 RNG=0x42a12f18 INITRD=0x36b03c98 TPMEventLog=0x42a0a018
[ 0.000000] random: crng init done
[ 0.000000] efi: Remove mem95: MMIO range=[0xc0000000-0xcfffffff] (256MB) from e820 map
[ 0.000000] e820: remove [mem 0xc0000000-0xcfffffff] reserved
[ 0.000000] efi: Remove mem97: MMIO range=[0xff000000-0xffffffff] (16MB) from e820 map
[ 0.000000] e820: remove [mem 0xff000000-0xffffffff] reserved
[ 0.000000] SMBIOS 3.4 present.
[ 0.000000] DMI: LENOVO 83FW/LNVNB161216, BIOS PFCN14WW 09/20/2024
[ 0.000000] DMI: Memory slots populated: 2/2
[ 0.000000] tsc: Detected 2500.000 MHz processor
[ 0.000000] tsc: Detected 2496.000 MHz TSC
[ 0.000007] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000008] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000012] last_pfn = 0x4afc00 max_arch_pfn = 0x400000000
[ 0.000014] MTRR map: 5 entries (3 fixed + 2 variable; max 23), built from 10 variable MTRRs
[ 0.000016] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
[ 0.000347] last_pfn = 0x42b00 max_arch_pfn = 0x400000000
[ 0.000348] Scan for SMP in [mem 0x00000000-0x000003ff]
[ 0.000358] Scan for SMP in [mem 0x0009fc00-0x0009ffff]
[ 0.000368] Scan for SMP in [mem 0x000f0000-0x000fffff]
[ 0.004447] esrt: Reserving ESRT space from 0x0000000036b11018 to 0x0000000036b11140.
[ 0.004453] e820: update [mem 0x36b11000-0x36b11fff] usable ==> reserved
[ 0.004463] Using GB pages for direct mapping
[ 0.004662] Secure boot disabled
[ 0.004662] RAMDISK: [mem 0x305e9000-0x31de3fff]
[ 0.004722] ACPI: Early table checksum verification disabled
[ 0.004725] ACPI: RSDP 0x0000000042AFE014 000024 (v02 LENOVO)
[ 0.004728] ACPI: XSDT 0x0000000042A2F188 00012C (v01 LENOVO CB-01 00000001 01000013)
[ 0.004732] ACPI: FACP 0x0000000042AD3000 00010C (v05 LENOVO CB-01 00000001 ACPI 00040000)
[ 0.004735] ACPI: DSDT 0x0000000042A33000 09C575 (v02 LENOVO CB-01 00000001 ACPI 00040000)
[ 0.004737] ACPI: FACS 0x00000000428E1000 000040
[ 0.004738] ACPI: UEFI 0x000000004298E000 0001CF (v01 INSYDE ADL-P-M 00000001 ACPI 00040000)
[ 0.004740] ACPI: SSDT 0x0000000042AF8000 0042E1 (v02 LENOVO CB-01 00000001 INTL 20200717)
[ 0.004741] ACPI: SSDT 0x0000000042AF7000 00038C (v02 LENOVO CB-01 00000001 INTL 20200717)
[ 0.004743] ACPI: SSDT 0x0000000042AF6000 000106 (v02 LENOVO CB-01 00000001 INTL 20200717)
[ 0.004744] ACPI: SSDT 0x0000000042AF0000 005D34 (v02 LENOVO CB-01 00000001 INTL 20200717)
[ 0.004745] ACPI: SSDT 0x0000000042AED000 002C28 (v02 LENOVO CB-01 00000001 INTL 20200717)
[ 0.004747] ACPI: SSDT 0x0000000042AE9000 0033E9 (v02 LENOVO CB-01 00000001 INTL 20200717)
[ 0.004748] ACPI: SSDT 0x0000000042ADB000 00D836 (v02 INTEL TcssSsdt 00001000 INTL 20200717)
[ 0.004750] ACPI: SSDT 0x0000000042ADA000 00094F (v02 LENOVO CB-01 00000001 INTL 20200717)
[ 0.004751] ACPI: SSDT 0x0000000042AD9000 000033 (v02 LENOVO CB-01 00000001 INTL 20200717)
[ 0.004752] ACPI: SSDT 0x0000000042AD7000 0011EB (v02 LENOVO CB-01 00000001 INTL 20200717)
[ 0.004754] ACPI: SSDT 0x0000000042AD6000 00077B (v02 LENOVO CB-01 00000001 INTL 20200717)
[ 0.004755] ACPI: TPM2 0x0000000042AD5000 00004C (v04 LENOVO CB-01 00000001 ACPI 00040000)
[ 0.004756] ACPI: MSDM 0x0000000042AD4000 000055 (v03 LENOVO CB-01 00000001 ACPI 00040000)
[ 0.004758] ACPI: HPET 0x0000000042AD2000 000038 (v01 LENOVO CB-01 00000001 ACPI 00040000)
[ 0.004759] ACPI: APIC 0x0000000042AD1000 0001DC (v03 LENOVO CB-01 00000001 ACPI 00040000)
[ 0.004761] ACPI: MCFG 0x0000000042AD0000 00003C (v01 LENOVO CB-01 00000001 ACPI 00040000)
[ 0.004762] ACPI: SSDT 0x0000000042A31000 001D0E (v02 LENOVO CB-01 00000001 01000013)
[ 0.004763] ACPI: LPIT 0x0000000042A30000 0000CC (v01 LENOVO CB-01 00000001 ACPI 00040000)
[ 0.004765] ACPI: WSMT 0x0000000042AFD000 000028 (v01 LENOVO CB-01 00000001 ACPI 00040000)
[ 0.004766] ACPI: SSDT 0x0000000042A2E000 000AD9 (v02 LENOVO CB-01 00000001 INTL 20200717)
[ 0.004767] ACPI: SSDT 0x0000000042A24000 0092F4 (v02 LENOVO CB-01 00000001 INTL 20200717)
[ 0.004769] ACPI: DBGP 0x0000000042A23000 000034 (v01 LENOVO CB-01 00000001 ACPI 00040000)
[ 0.004770] ACPI: DBG2 0x0000000042A22000 000054 (v00 LENOVO CB-01 00000001 ACPI 00040000)
[ 0.004772] ACPI: DMAR 0x0000000042A21000 000088 (v01 LENOVO CB-01 00000001 ACPI 00040000)
[ 0.004773] ACPI: SSDT 0x0000000042A1F000 00100B (v02 LENOVO CB-01 00000001 INTL 20200717)
[ 0.004774] ACPI: SSDT 0x0000000042A1B000 0039DA (v02 LENOVO CB-01 00000001 INTL 20200717)
[ 0.004776] ACPI: SSDT 0x0000000042A17000 0039DA (v02 LENOVO CB-01 00000001 INTL 20200717)
[ 0.004777] ACPI: SSDT 0x0000000042A16000 0000F8 (v02 LENOVO CB-01 00000001 INTL 20200717)
[ 0.004779] ACPI: FPDT 0x0000000042A15000 000044 (v01 LENOVO CB-01 00000001 ACPI 00040000)
[ 0.004780] ACPI: PHAT 0x0000000042A13000 0007F8 (v01 LENOVO CB-01 00000001 ACPI 00040000)
[ 0.004781] ACPI: BGRT 0x0000000042A14000 000038 (v01 LENOVO CB-01 00000001 ACPI 00040000)
[ 0.004782] ACPI: Reserving FACP table memory at [mem 0x42ad3000-0x42ad310b]
[ 0.004783] ACPI: Reserving DSDT table memory at [mem 0x42a33000-0x42acf574]
[ 0.004784] ACPI: Reserving FACS table memory at [mem 0x428e1000-0x428e103f]
[ 0.004784] ACPI: Reserving UEFI table memory at [mem 0x4298e000-0x4298e1ce]
[ 0.004784] ACPI: Reserving SSDT table memory at [mem 0x42af8000-0x42afc2e0]
[ 0.004785] ACPI: Reserving SSDT table memory at [mem 0x42af7000-0x42af738b]
[ 0.004785] ACPI: Reserving SSDT table memory at [mem 0x42af6000-0x42af6105]
[ 0.004786] ACPI: Reserving SSDT table memory at [mem 0x42af0000-0x42af5d33]
[ 0.004786] ACPI: Reserving SSDT table memory at [mem 0x42aed000-0x42aefc27]
[ 0.004786] ACPI: Reserving SSDT table memory at [mem 0x42ae9000-0x42aec3e8]
[ 0.004786] ACPI: Reserving SSDT table memory at [mem 0x42adb000-0x42ae8835]
[ 0.004787] ACPI: Reserving SSDT table memory at [mem 0x42ada000-0x42ada94e]
[ 0.004787] ACPI: Reserving SSDT table memory at [mem 0x42ad9000-0x42ad9032]
[ 0.004787] ACPI: Reserving SSDT table memory at [mem 0x42ad7000-0x42ad81ea]
[ 0.004788] ACPI: Reserving SSDT table memory at [mem 0x42ad6000-0x42ad677a]
[ 0.004788] ACPI: Reserving TPM2 table memory at [mem 0x42ad5000-0x42ad504b]
[ 0.004788] ACPI: Reserving MSDM table memory at [mem 0x42ad4000-0x42ad4054]
[ 0.004789] ACPI: Reserving HPET table memory at [mem 0x42ad2000-0x42ad2037]
[ 0.004789] ACPI: Reserving APIC table memory at [mem 0x42ad1000-0x42ad11db]
[ 0.004789] ACPI: Reserving MCFG table memory at [mem 0x42ad0000-0x42ad003b]
[ 0.004790] ACPI: Reserving SSDT table memory at [mem 0x42a31000-0x42a32d0d]
[ 0.004790] ACPI: Reserving LPIT table memory at [mem 0x42a30000-0x42a300cb]
[ 0.004790] ACPI: Reserving WSMT table memory at [mem 0x42afd000-0x42afd027]
[ 0.004791] ACPI: Reserving SSDT table memory at [mem 0x42a2e000-0x42a2ead8]
[ 0.004791] ACPI: Reserving SSDT table memory at [mem 0x42a24000-0x42a2d2f3]
[ 0.004791] ACPI: Reserving DBGP table memory at [mem 0x42a23000-0x42a23033]
[ 0.004792] ACPI: Reserving DBG2 table memory at [mem 0x42a22000-0x42a22053]
[ 0.004792] ACPI: Reserving DMAR table memory at [mem 0x42a21000-0x42a21087]
[ 0.004792] ACPI: Reserving SSDT table memory at [mem 0x42a1f000-0x42a2000a]
[ 0.004793] ACPI: Reserving SSDT table memory at [mem 0x42a1b000-0x42a1e9d9]
[ 0.004793] ACPI: Reserving SSDT table memory at [mem 0x42a17000-0x42a1a9d9]
[ 0.004793] ACPI: Reserving SSDT table memory at [mem 0x42a16000-0x42a160f7]
[ 0.004794] ACPI: Reserving FPDT table memory at [mem 0x42a15000-0x42a15043]
[ 0.004794] ACPI: Reserving PHAT table memory at [mem 0x42a13000-0x42a137f7]
[ 0.004794] ACPI: Reserving BGRT table memory at [mem 0x42a14000-0x42a14037]
[ 0.004813] Mapped APIC to ffffffffff5fd000 ( fee00000)
[ 0.005007] No NUMA configuration found
[ 0.005008] Faking a node at [mem 0x0000000000000000-0x00000004afbfffff]
[ 0.005011] NODE_DATA(0) allocated [mem 0x4afbd5280-0x4afbfffff]
[ 0.005134] Zone ranges:
[ 0.005135] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.005137] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.005138] Normal [mem 0x0000000100000000-0x00000004afbfffff]
[ 0.005139] Device empty
[ 0.005139] Movable zone start for each node
[ 0.005140] Early memory node ranges
[ 0.005140] node 0: [mem 0x0000000000001000-0x000000000009efff]
[ 0.005141] node 0: [mem 0x0000000000100000-0x000000003b228fff]
[ 0.005142] node 0: [mem 0x000000003bb29000-0x000000003d93efff]
[ 0.005142] node 0: [mem 0x0000000042aff000-0x0000000042afffff]
[ 0.005142] node 0: [mem 0x0000000100000000-0x00000004afbfffff]
[ 0.005144] Initmem setup node 0 [mem 0x0000000000001000-0x00000004afbfffff]
[ 0.005148] On node 0, zone DMA: 1 pages in unavailable ranges
[ 0.005166] On node 0, zone DMA: 97 pages in unavailable ranges
[ 0.006276] On node 0, zone DMA32: 2304 pages in unavailable ranges
[ 0.006380] On node 0, zone DMA32: 20928 pages in unavailable ranges
[ 0.023715] On node 0, zone Normal: 21760 pages in unavailable ranges
[ 0.023722] On node 0, zone Normal: 1024 pages in unavailable ranges
[ 0.023748] Reserving Intel graphics memory at [mem 0x4c800000-0x503fffff]
[ 0.026023] ACPI: PM-Timer IO Port: 0x1808
[ 0.026032] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[ 0.026033] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[ 0.026034] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[ 0.026034] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[ 0.026034] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[ 0.026035] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[ 0.026035] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[ 0.026035] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[ 0.026035] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
[ 0.026036] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
[ 0.026036] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
[ 0.026036] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
[ 0.026037] ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
[ 0.026037] ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
[ 0.026037] ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
[ 0.026038] ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
[ 0.026038] ACPI: LAPIC_NMI (acpi_id[0x11] high edge lint[0x1])
[ 0.026038] ACPI: LAPIC_NMI (acpi_id[0x12] high edge lint[0x1])
[ 0.026039] ACPI: LAPIC_NMI (acpi_id[0x13] high edge lint[0x1])
[ 0.026039] ACPI: LAPIC_NMI (acpi_id[0x14] high edge lint[0x1])
[ 0.026039] ACPI: LAPIC_NMI (acpi_id[0x15] high edge lint[0x1])
[ 0.026040] ACPI: LAPIC_NMI (acpi_id[0x16] high edge lint[0x1])
[ 0.026040] ACPI: LAPIC_NMI (acpi_id[0x17] high edge lint[0x1])
[ 0.026040] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[ 0.026075] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[ 0.026077] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.026078] Int: type 0, pol 0, trig 0, bus 00, IRQ 00, APIC ID 2, APIC INT 02
[ 0.026079] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.026080] Int: type 0, pol 1, trig 3, bus 00, IRQ 09, APIC ID 2, APIC INT 09
[ 0.026081] Int: type 0, pol 0, trig 0, bus 00, IRQ 01, APIC ID 2, APIC INT 01
[ 0.026082] Int: type 0, pol 0, trig 0, bus 00, IRQ 03, APIC ID 2, APIC INT 03
[ 0.026082] Int: type 0, pol 0, trig 0, bus 00, IRQ 04, APIC ID 2, APIC INT 04
[ 0.026082] Int: type 0, pol 0, trig 0, bus 00, IRQ 05, APIC ID 2, APIC INT 05
[ 0.026083] Int: type 0, pol 0, trig 0, bus 00, IRQ 06, APIC ID 2, APIC INT 06
[ 0.026083] Int: type 0, pol 0, trig 0, bus 00, IRQ 07, APIC ID 2, APIC INT 07
[ 0.026084] Int: type 0, pol 0, trig 0, bus 00, IRQ 08, APIC ID 2, APIC INT 08
[ 0.026084] Int: type 0, pol 0, trig 0, bus 00, IRQ 0a, APIC ID 2, APIC INT 0a
[ 0.026085] Int: type 0, pol 0, trig 0, bus 00, IRQ 0b, APIC ID 2, APIC INT 0b
[ 0.026085] Int: type 0, pol 0, trig 0, bus 00, IRQ 0c, APIC ID 2, APIC INT 0c
[ 0.026085] Int: type 0, pol 0, trig 0, bus 00, IRQ 0d, APIC ID 2, APIC INT 0d
[ 0.026086] Int: type 0, pol 0, trig 0, bus 00, IRQ 0e, APIC ID 2, APIC INT 0e
[ 0.026086] Int: type 0, pol 0, trig 0, bus 00, IRQ 0f, APIC ID 2, APIC INT 0f
[ 0.026087] ACPI: Using ACPI (MADT) for SMP configuration information
[ 0.026088] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[ 0.026097] e820: update [mem 0x364ed000-0x365fbfff] usable ==> reserved
[ 0.026104] TSC deadline timer available
[ 0.026106] CPU topo: Max. logical packages: 1
[ 0.026107] CPU topo: Max. logical dies: 1
[ 0.026107] CPU topo: Max. dies per package: 1
[ 0.026109] CPU topo: Max. threads per core: 2
[ 0.026110] CPU topo: Num. cores per package: 10
[ 0.026110] CPU topo: Num. threads per package: 12
[ 0.026111] CPU topo: Allowing 12 present CPUs plus 0 hotplug CPUs
[ 0.026113] mapped IOAPIC to ffffffffff5fc000 (fec00000)
[ 0.026121] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 0.026122] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x000fffff]
[ 0.026123] PM: hibernation: Registered nosave memory: [mem 0x364ed000-0x365fbfff]
[ 0.026124] PM: hibernation: Registered nosave memory: [mem 0x36b11000-0x36b11fff]
[ 0.026125] PM: hibernation: Registered nosave memory: [mem 0x3b229000-0x3bb28fff]
[ 0.026125] PM: hibernation: Registered nosave memory: [mem 0x3d93f000-0x42afefff]
[ 0.026126] PM: hibernation: Registered nosave memory: [mem 0x42b00000-0xffffffff]
[ 0.026127] [mem 0x50400000-0xfed1ffff] available for PCI devices
[ 0.026128] Booting paravirtualized kernel on bare hardware
[ 0.026130] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[ 0.030289] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:12 nr_cpu_ids:12 nr_node_ids:1
[ 0.030772] percpu: Embedded 63 pages/cpu s221184 r8192 d28672 u262144
[ 0.030779] pcpu-alloc: s221184 r8192 d28672 u262144 alloc=1*2097152
[ 0.030781] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 -- -- -- --
[ 0.030795] Kernel command line: initrd=\initramfs-linux-git.img rd.luks.options=password-echo=no rw rootfstype=ext4 i2c-hid.dyndbg=+p apic=debug resume=UUID=ad720100-0431-4e07-b2e9-00fd54b8fbcb resume_offset=1361920
[ 0.030856] printk: log buffer data + meta data: 131072 + 458752 = 589824 bytes
[ 0.032014] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[ 0.032585] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[ 0.032676] software IO TLB: area num 16.
[ 0.041876] Fallback order for Node 0: 0
[ 0.041879] Built 1 zonelists, mobility grouping on. Total pages: 4115422
[ 0.041880] Policy zone: Normal
[ 0.042062] mem auto-init: stack:all(zero), heap alloc:on, heap free:off
[ 0.063580] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=12, Nodes=1
[ 0.069871] ftrace: allocating 57403 entries in 226 pages
[ 0.069872] ftrace: allocated 226 pages with 4 groups
[ 0.069938] Dynamic Preempt: full
[ 0.069982] rcu: Preemptible hierarchical RCU implementation.
[ 0.069983] rcu: RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=12.
[ 0.069983] rcu: RCU priority boosting: priority 1 delay 500 ms.
[ 0.069984] Trampoline variant of Tasks RCU enabled.
[ 0.069985] Rude variant of Tasks RCU enabled.
[ 0.069985] Tracing variant of Tasks RCU enabled.
[ 0.069985] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[ 0.069986] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=12
[ 0.069993] RCU Tasks: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=12.
[ 0.069994] RCU Tasks Rude: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=12.
[ 0.069995] RCU Tasks Trace: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=12.
[ 0.073095] NR_IRQS: 524544, nr_irqs: 2152, preallocated irqs: 16
[ 0.073382] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.073637] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
[ 0.073667] Console: colour dummy device 80x25
[ 0.073669] printk: legacy console [tty0] enabled
[ 0.073698] ACPI: Core revision 20250807
[ 0.073937] hpet: HPET dysfunctional in PC10. Force disabled.
[ 0.074044] APIC: Switch to symmetric I/O mode setup
[ 0.074046] DMAR: Host address width 39
[ 0.074046] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[ 0.074050] DMAR: dmar0: reg_base_addr fed90000 ver 4:0 cap 1c0000c40660462 ecap 29a00f0505e
[ 0.074052] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[ 0.074057] DMAR: dmar1: reg_base_addr fed91000 ver 5:0 cap d2008c40660462 ecap f050da
[ 0.074058] DMAR: RMRR base: 0x0000004c000000 end: 0x000000503fffff
[ 0.074060] DMAR-IR: IOAPIC id 2 under DRHD base 0xfed91000 IOMMU 1
[ 0.074061] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[ 0.074062] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[ 0.075657] DMAR-IR: Enabled IRQ remapping in x2apic mode
[ 0.075659] x2apic enabled
[ 0.075707] APIC: Switched APIC routing to: cluster x2apic
[ 0.075708] Masked ExtINT on CPU#0
[ 0.080015] ESR value before enabling vector: 0x00000040 after: 0x00000000
[ 0.080016] ENABLING IO-APIC IRQs
[ 0.080019] Init IO_APIC IRQs
[ 0.080019] apic 2 pin 0 not connected
[ 0.080022] IOAPIC[2]: Set IRTE entry (P:1 FPD:0 Dst_Mode:1 Redir_hint:1 Trig_Mode:0 Dlvry_Mode:0 Avail:0 Vector:EF Dest:00000001 SID:00F7 SQ:0 SVT:1)
[ 0.080040] IOAPIC[0]: Preconfigured routing entry (2-1 -> IRQ 1 Level:0 ActiveLow:0)
[ 0.080042] IOAPIC[2]: Set IRTE entry (P:1 FPD:0 Dst_Mode:1 Redir_hint:1 Trig_Mode:0 Dlvry_Mode:0 Avail:0 Vector:EF Dest:00000001 SID:00F7 SQ:0 SVT:1)
[ 0.080055] IOAPIC[0]: Preconfigured routing entry (2-2 -> IRQ 0 Level:0 ActiveLow:0)
[ 0.080057] IOAPIC[2]: Set IRTE entry (P:1 FPD:0 Dst_Mode:1 Redir_hint:1 Trig_Mode:0 Dlvry_Mode:0 Avail:0 Vector:EF Dest:00000001 SID:00F7 SQ:0 SVT:1)
[ 0.080070] IOAPIC[0]: Preconfigured routing entry (2-3 -> IRQ 3 Level:0 ActiveLow:0)
[ 0.080071] IOAPIC[2]: Set IRTE entry (P:1 FPD:0 Dst_Mode:1 Redir_hint:1 Trig_Mode:0 Dlvry_Mode:0 Avail:0 Vector:EF Dest:00000001 SID:00F7 SQ:0 SVT:1)
[ 0.080085] IOAPIC[0]: Preconfigured routing entry (2-4 -> IRQ 4 Level:0 ActiveLow:0)
[ 0.080086] IOAPIC[2]: Set IRTE entry (P:1 FPD:0 Dst_Mode:1 Redir_hint:1 Trig_Mode:0 Dlvry_Mode:0 Avail:0 Vector:EF Dest:00000001 SID:00F7 SQ:0 SVT:1)
[ 0.080099] IOAPIC[0]: Preconfigured routing entry (2-5 -> IRQ 5 Level:0 ActiveLow:0)
[ 0.080101] IOAPIC[2]: Set IRTE entry (P:1 FPD:0 Dst_Mode:1 Redir_hint:1 Trig_Mode:0 Dlvry_Mode:0 Avail:0 Vector:EF Dest:00000001 SID:00F7 SQ:0 SVT:1)
[ 0.080114] IOAPIC[0]: Preconfigured routing entry (2-6 -> IRQ 6 Level:0 ActiveLow:0)
[ 0.080115] IOAPIC[2]: Set IRTE entry (P:1 FPD:0 Dst_Mode:1 Redir_hint:1 Trig_Mode:0 Dlvry_Mode:0 Avail:0 Vector:EF Dest:00000001 SID:00F7 SQ:0 SVT:1)
[ 0.080129] IOAPIC[0]: Preconfigured routing entry (2-7 -> IRQ 7 Level:0 ActiveLow:0)
[ 0.080131] IOAPIC[2]: Set IRTE entry (P:1 FPD:0 Dst_Mode:1 Redir_hint:1 Trig_Mode:0 Dlvry_Mode:0 Avail:0 Vector:EF Dest:00000001 SID:00F7 SQ:0 SVT:1)
[ 0.080144] IOAPIC[0]: Preconfigured routing entry (2-8 -> IRQ 8 Level:0 ActiveLow:0)
[ 0.080146] IOAPIC[2]: Set IRTE entry (P:1 FPD:0 Dst_Mode:1 Redir_hint:1 Trig_Mode:0 Dlvry_Mode:0 Avail:0 Vector:EF Dest:00000001 SID:00F7 SQ:0 SVT:1)
[ 0.080159] IOAPIC[0]: Preconfigured routing entry (2-9 -> IRQ 9 Level:1 ActiveLow:0)
[ 0.080160] IOAPIC[2]: Set IRTE entry (P:1 FPD:0 Dst_Mode:1 Redir_hint:1 Trig_Mode:0 Dlvry_Mode:0 Avail:0 Vector:EF Dest:00000001 SID:00F7 SQ:0 SVT:1)
[ 0.080178] IOAPIC[0]: Preconfigured routing entry (2-10 -> IRQ 10 Level:0 ActiveLow:0)
[ 0.080179] IOAPIC[2]: Set IRTE entry (P:1 FPD:0 Dst_Mode:1 Redir_hint:1 Trig_Mode:0 Dlvry_Mode:0 Avail:0 Vector:EF Dest:00000001 SID:00F7 SQ:0 SVT:1)
[ 0.080192] IOAPIC[0]: Preconfigured routing entry (2-11 -> IRQ 11 Level:0 ActiveLow:0)
[ 0.080193] IOAPIC[2]: Set IRTE entry (P:1 FPD:0 Dst_Mode:1 Redir_hint:1 Trig_Mode:0 Dlvry_Mode:0 Avail:0 Vector:EF Dest:00000001 SID:00F7 SQ:0 SVT:1)
[ 0.080207] IOAPIC[0]: Preconfigured routing entry (2-12 -> IRQ 12 Level:0 ActiveLow:0)
[ 0.080211] IOAPIC[2]: Set IRTE entry (P:1 FPD:0 Dst_Mode:1 Redir_hint:1 Trig_Mode:0 Dlvry_Mode:0 Avail:0 Vector:EF Dest:00000001 SID:00F7 SQ:0 SVT:1)
[ 0.080221] IOAPIC[0]: Preconfigured routing entry (2-13 -> IRQ 13 Level:0 ActiveLow:0)
[ 0.080223] IOAPIC[2]: Set IRTE entry (P:1 FPD:0 Dst_Mode:1 Redir_hint:1 Trig_Mode:0 Dlvry_Mode:0 Avail:0 Vector:EF Dest:00000001 SID:00F7 SQ:0 SVT:1)
[ 0.080236] IOAPIC[0]: Preconfigured routing entry (2-14 -> IRQ 14 Level:0 ActiveLow:0)
[ 0.080237] IOAPIC[2]: Set IRTE entry (P:1 FPD:0 Dst_Mode:1 Redir_hint:1 Trig_Mode:0 Dlvry_Mode:0 Avail:0 Vector:EF Dest:00000001 SID:00F7 SQ:0 SVT:1)
[ 0.080251] IOAPIC[0]: Preconfigured routing entry (2-15 -> IRQ 15 Level:0 ActiveLow:0)
[ 0.080252] apic 2 pin 16 not connected
[ 0.080252] apic 2 pin 17 not connected
[ 0.080253] apic 2 pin 18 not connected
[ 0.080253] apic 2 pin 19 not connected
[ 0.080253] apic 2 pin 20 not connected
[ 0.080254] apic 2 pin 21 not connected
[ 0.080254] apic 2 pin 22 not connected
[ 0.080254] apic 2 pin 23 not connected
[ 0.080255] apic 2 pin 24 not connected
[ 0.080255] apic 2 pin 25 not connected
[ 0.080255] apic 2 pin 26 not connected
[ 0.080256] apic 2 pin 27 not connected
[ 0.080256] apic 2 pin 28 not connected
[ 0.080256] apic 2 pin 29 not connected
[ 0.080257] apic 2 pin 30 not connected
[ 0.080257] apic 2 pin 31 not connected
[ 0.080257] apic 2 pin 32 not connected
[ 0.080258] apic 2 pin 33 not connected
[ 0.080258] apic 2 pin 34 not connected
[ 0.080258] apic 2 pin 35 not connected
[ 0.080259] apic 2 pin 36 not connected
[ 0.080259] apic 2 pin 37 not connected
[ 0.080259] apic 2 pin 38 not connected
[ 0.080260] apic 2 pin 39 not connected
[ 0.080260] apic 2 pin 40 not connected
[ 0.080260] apic 2 pin 41 not connected
[ 0.080261] apic 2 pin 42 not connected
[ 0.080261] apic 2 pin 43 not connected
[ 0.080261] apic 2 pin 44 not connected
[ 0.080262] apic 2 pin 45 not connected
[ 0.080262] apic 2 pin 46 not connected
[ 0.080262] apic 2 pin 47 not connected
[ 0.080263] apic 2 pin 48 not connected
[ 0.080263] apic 2 pin 49 not connected
[ 0.080264] apic 2 pin 50 not connected
[ 0.080264] apic 2 pin 51 not connected
[ 0.080264] apic 2 pin 52 not connected
[ 0.080265] apic 2 pin 53 not connected
[ 0.080265] apic 2 pin 54 not connected
[ 0.080265] apic 2 pin 55 not connected
[ 0.080266] apic 2 pin 56 not connected
[ 0.080266] apic 2 pin 57 not connected
[ 0.080266] apic 2 pin 58 not connected
[ 0.080267] apic 2 pin 59 not connected
[ 0.080267] apic 2 pin 60 not connected
[ 0.080267] apic 2 pin 61 not connected
[ 0.080268] apic 2 pin 62 not connected
[ 0.080268] apic 2 pin 63 not connected
[ 0.080268] apic 2 pin 64 not connected
[ 0.080269] apic 2 pin 65 not connected
[ 0.080269] apic 2 pin 66 not connected
[ 0.080269] apic 2 pin 67 not connected
[ 0.080270] apic 2 pin 68 not connected
[ 0.080270] apic 2 pin 69 not connected
[ 0.080270] apic 2 pin 70 not connected
[ 0.080271] apic 2 pin 71 not connected
[ 0.080271] apic 2 pin 72 not connected
[ 0.080271] apic 2 pin 73 not connected
[ 0.080272] apic 2 pin 74 not connected
[ 0.080272] apic 2 pin 75 not connected
[ 0.080272] apic 2 pin 76 not connected
[ 0.080273] apic 2 pin 77 not connected
[ 0.080273] apic 2 pin 78 not connected
[ 0.080273] apic 2 pin 79 not connected
[ 0.080274] apic 2 pin 80 not connected
[ 0.080274] apic 2 pin 81 not connected
[ 0.080274] apic 2 pin 82 not connected
[ 0.080275] apic 2 pin 83 not connected
[ 0.080275] apic 2 pin 84 not connected
[ 0.080275] apic 2 pin 85 not connected
[ 0.080276] apic 2 pin 86 not connected
[ 0.080276] apic 2 pin 87 not connected
[ 0.080276] apic 2 pin 88 not connected
[ 0.080277] apic 2 pin 89 not connected
[ 0.080277] apic 2 pin 90 not connected
[ 0.080277] apic 2 pin 91 not connected
[ 0.080278] apic 2 pin 92 not connected
[ 0.080278] apic 2 pin 93 not connected
[ 0.080278] apic 2 pin 94 not connected
[ 0.080279] apic 2 pin 95 not connected
[ 0.080279] apic 2 pin 96 not connected
[ 0.080279] apic 2 pin 97 not connected
[ 0.080280] apic 2 pin 98 not connected
[ 0.080280] apic 2 pin 99 not connected
[ 0.080280] apic 2 pin 100 not connected
[ 0.080281] apic 2 pin 101 not connected
[ 0.080281] apic 2 pin 102 not connected
[ 0.080281] apic 2 pin 103 not connected
[ 0.080282] apic 2 pin 104 not connected
[ 0.080282] apic 2 pin 105 not connected
[ 0.080282] apic 2 pin 106 not connected
[ 0.080283] apic 2 pin 107 not connected
[ 0.080283] apic 2 pin 108 not connected
[ 0.080283] apic 2 pin 109 not connected
[ 0.080284] apic 2 pin 110 not connected
[ 0.080284] apic 2 pin 111 not connected
[ 0.080284] apic 2 pin 112 not connected
[ 0.080285] apic 2 pin 113 not connected
[ 0.080285] apic 2 pin 114 not connected
[ 0.080285] apic 2 pin 115 not connected
[ 0.080286] apic 2 pin 116 not connected
[ 0.080286] apic 2 pin 117 not connected
[ 0.080286] apic 2 pin 118 not connected
[ 0.080287] apic 2 pin 119 not connected
[ 0.080290] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x23fa772cf26, max_idle_ns: 440795269835 ns
[ 0.080295] Calibrating delay loop (skipped), value calculated using timer frequency.. 4992.00 BogoMIPS (lpj=2496000)
[ 0.080343] CPU0: Thermal monitoring enabled (TM1)
[ 0.080344] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[ 0.080451] CET detected: Indirect Branch Tracking enabled
[ 0.080452] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[ 0.080452] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
[ 0.080454] process: using mwait in idle threads
[ 0.080456] mitigations: Enabled attack vectors: user_kernel, user_user, guest_host, guest_guest, SMT mitigations: auto
[ 0.080458] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[ 0.080459] Spectre V2 : Mitigation: Enhanced / Automatic IBRS
[ 0.080460] Register File Data Sampling: Mitigation: Clear Register File
[ 0.080461] VMSCAPE: Mitigation: IBPB before exit to userspace
[ 0.080461] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[ 0.080462] Spectre V2 : Spectre v2 / PBRSB-eIBRS: Retire a single CALL on VMEXIT
[ 0.080463] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[ 0.080471] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[ 0.080472] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[ 0.080472] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[ 0.080473] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
[ 0.080473] x86/fpu: Supporting XSAVE feature 0x800: 'Control-flow User registers'
[ 0.080474] x86/fpu: Supporting XSAVE feature 0x1000: 'Control-flow Kernel registers (KVM only)'
[ 0.080475] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
[ 0.080475] x86/fpu: xstate_offset[9]: 832, xstate_sizes[9]: 8
[ 0.080476] x86/fpu: xstate_offset[11]: 840, xstate_sizes[11]: 16
[ 0.080476] x86/fpu: xstate_offset[12]: 856, xstate_sizes[12]: 24
[ 0.080477] x86/fpu: Enabled xstate features 0x1a07, context size is 880 bytes, using 'compacted' format.
[ 0.081294] Freeing SMP alternatives memory: 56K
[ 0.081294] pid_max: default: 32768 minimum: 301
[ 0.081294] landlock: Up and running.
[ 0.081294] Yama: becoming mindful.
[ 0.081294] LSM support for eBPF active
[ 0.081294] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.081294] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.081294] smpboot: CPU0: Intel(R) Core(TM) 5 120U (family: 0x6, model: 0xba, stepping: 0x3)
[ 0.081294] Performance Events: XSAVE Architectural LBR, PEBS fmt4+-baseline, AnyThread deprecated, Alderlake Hybrid events, 32-deep LBR, full-width counters, Intel PMU driver.
[ 0.081294] core: cpu_core PMU driver:
[ 0.081294] ... version: 5
[ 0.081294] ... bit width: 48
[ 0.081294] ... generic counters: 8
[ 0.081294] ... generic bitmap: 00000000000000ff
[ 0.081294] ... fixed-purpose counters: 4
[ 0.081294] ... fixed-purpose bitmap: 000000000000000f
[ 0.081294] ... value mask: 0000ffffffffffff
[ 0.081294] ... max period: 00007fffffffffff
[ 0.081294] ... global_ctrl mask: 0001000f000000ff
[ 0.081294] signal: max sigframe size: 3632
[ 0.081294] Estimated ratio of average max frequency by base frequency (times 1024): 2048
[ 0.081294] rcu: Hierarchical SRCU implementation.
[ 0.081294] rcu: Max phase no-delay instances is 400.
[ 0.081294] Timer migration: 2 hierarchy levels; 8 children per group; 2 crossnode level
[ 0.081294] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[ 0.081299] smp: Bringing up secondary CPUs ...
[ 0.081350] smpboot: x86: Booting SMP configuration:
[ 0.081351] .... node #0, CPUs: #2 #4 #5 #6 #7 #8 #9 #10 #11
[ 0.007732] Masked ExtINT on CPU#2
[ 0.007732] Masked ExtINT on CPU#4
[ 0.007732] core: cpu_atom PMU driver:
[ 0.007732] ... version: 5
[ 0.007732] ... bit width: 48
[ 0.007732] ... generic counters: 6
[ 0.007732] ... generic bitmap: 000000000000003f
[ 0.007732] ... fixed-purpose counters: 3
[ 0.007732] ... fixed-purpose bitmap: 0000000000000007
[ 0.007732] ... value mask: 0000ffffffffffff
[ 0.007732] ... max period: 00007fffffffffff
[ 0.007732] ... global_ctrl mask: 000000070000003f
[ 0.007732] Masked ExtINT on CPU#5
[ 0.007732] Masked ExtINT on CPU#6
[ 0.007732] Masked ExtINT on CPU#7
[ 0.007732] Masked ExtINT on CPU#8
[ 0.007732] Masked ExtINT on CPU#9
[ 0.007732] Masked ExtINT on CPU#10
[ 0.007732] Masked ExtINT on CPU#11
[ 0.085366] #1 #3
[ 0.007732] Masked ExtINT on CPU#1
[ 0.007732] Masked ExtINT on CPU#3
[ 0.086679] smp: Brought up 1 node, 12 CPUs
[ 0.086679] smpboot: Total of 12 processors activated (59904.00 BogoMIPS)
[ 0.087377] Memory: 15998188K/16461688K available (20418K kernel code, 2963K rwdata, 16536K rodata, 4736K init, 4672K bss, 440300K reserved, 0K cma-reserved)
[ 0.087760] devtmpfs: initialized
[ 0.087760] x86/mm: Memory block size: 128MB
[ 0.088554] ACPI: PM: Registering ACPI NVS region [mem 0x3f9df000-0x4298efff] (50003968 bytes)
[ 0.088554] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[ 0.088554] posixtimers hash table entries: 8192 (order: 5, 131072 bytes, linear)
[ 0.088554] futex hash table entries: 4096 (262144 bytes on 1 NUMA nodes, total 256 KiB, linear).
[ 0.088600] PM: RTC time: 07:10:19, date: 2026-01-29
[ 0.089472] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.089694] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
[ 0.089840] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.089993] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.089996] audit: initializing netlink subsys (disabled)
[ 0.089999] audit: type=2000 audit(1769670619.009:1): state=initialized audit_enabled=0 res=1
[ 0.089999] thermal_sys: Registered thermal governor 'fair_share'
[ 0.089999] thermal_sys: Registered thermal governor 'bang_bang'
[ 0.089999] thermal_sys: Registered thermal governor 'step_wise'
[ 0.089999] thermal_sys: Registered thermal governor 'user_space'
[ 0.089999] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.089999] cpuidle: using governor ladder
[ 0.089999] cpuidle: using governor menu
[ 0.089999] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.089999] PCI: ECAM [mem 0xc0000000-0xcfffffff] (base 0xc0000000) for domain 0000 [bus 00-ff]
[ 0.089999] PCI: Using configuration type 1 for base access
[ 0.090324] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[ 0.092394] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.092394] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[ 0.092394] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.092394] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.096377] raid6: skipped pq benchmark and selected avx2x4
[ 0.096379] raid6: using avx2x2 recovery algorithm
[ 0.096448] ACPI: Added _OSI(Module Device)
[ 0.096449] ACPI: Added _OSI(Processor Device)
[ 0.096450] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.195543] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS01._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
[ 0.195552] fbcon: Taking over console
[ 0.195560] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
[ 0.195564] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.195566] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS01._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
[ 0.195570] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
[ 0.195573] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.195576] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS02._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
[ 0.195580] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
[ 0.195582] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.195584] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS02._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
[ 0.195587] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
[ 0.195589] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.195592] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS03._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
[ 0.195596] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
[ 0.195598] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.195600] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS03._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
[ 0.195603] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
[ 0.195605] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.195608] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS04._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
[ 0.195612] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
[ 0.195614] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.195616] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS04._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
[ 0.195619] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
[ 0.195622] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.195652] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS01._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
[ 0.195656] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
[ 0.195658] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.195660] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS01._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
[ 0.195663] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
[ 0.195666] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.195695] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS02._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
[ 0.195699] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
[ 0.195701] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.195703] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS02._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
[ 0.195706] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
[ 0.195709] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.195738] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS03._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
[ 0.195742] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
[ 0.195744] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.195746] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS03._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
[ 0.195749] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
[ 0.195752] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.195781] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS04._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
[ 0.195784] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
[ 0.195787] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.195788] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS04._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
[ 0.195792] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
[ 0.195794] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.195823] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS05._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
[ 0.195827] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
[ 0.195829] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.195831] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS05._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
[ 0.195834] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
[ 0.195837] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.195866] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS06._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
[ 0.195870] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
[ 0.195872] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.195874] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS06._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
[ 0.195877] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
[ 0.195880] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.195908] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS07._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
[ 0.195912] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
[ 0.195915] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.195916] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS07._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
[ 0.195920] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
[ 0.195922] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.195951] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS08._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
[ 0.195955] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
[ 0.195958] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.195959] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS08._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
[ 0.195963] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
[ 0.195965] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.195994] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS09._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
[ 0.195998] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
[ 0.196000] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.196001] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS09._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
[ 0.196005] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
[ 0.196007] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.196036] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS10._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
[ 0.196040] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
[ 0.196042] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.196044] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS10._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
[ 0.196047] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
[ 0.196050] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.196127] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS01._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
[ 0.196131] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
[ 0.196133] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.196135] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS01._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
[ 0.196138] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
[ 0.196141] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.196170] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS02._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
[ 0.196174] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
[ 0.196176] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.196178] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS02._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
[ 0.196181] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
[ 0.196184] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.196213] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS03._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
[ 0.196216] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
[ 0.196219] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.196220] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS03._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
[ 0.196224] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
[ 0.196226] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.196255] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS04._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
[ 0.196259] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
[ 0.196262] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.196263] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS04._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
[ 0.196267] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
[ 0.196269] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.197765] ACPI: 19 ACPI AML tables successfully acquired and loaded
[ 0.198533] ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_SB_.PC00.LPCB.H_EC.CHRG (20250807/dspkginit-438)
[ 0.198538] ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_SB_.PC00.LPCB.H_EC.SEN3 (20250807/dspkginit-438)
[ 0.198541] ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_SB_.PC00.LPCB.H_EC.CHRG (20250807/dspkginit-438)
[ 0.198545] ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_SB_.PC00.LPCB.H_EC.SEN3 (20250807/dspkginit-438)
[ 0.198549] ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_SB_.PC00.LPCB.H_EC.CHRG (20250807/dspkginit-438)
[ 0.198552] ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_SB_.PC00.LPCB.H_EC.SEN3 (20250807/dspkginit-438)
[ 0.198555] ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_SB_.PC00.LPCB.H_EC.CHRG (20250807/dspkginit-438)
[ 0.198559] ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_SB_.PC00.LPCB.H_EC.SEN3 (20250807/dspkginit-438)
[ 0.210605] ACPI: Dynamic OEM Table Load:
[ 0.210614] ACPI: SSDT 0xFFFF8D9FC1239800 000394 (v02 PmRef Cpu0Cst 00003001 INTL 20200717)
[ 0.211678] ACPI: Dynamic OEM Table Load:
[ 0.211684] ACPI: SSDT 0xFFFF8D9FC1233800 0005E4 (v02 PmRef Cpu0Ist 00003000 INTL 20200717)
[ 0.212780] ACPI: Dynamic OEM Table Load:
[ 0.212785] ACPI: SSDT 0xFFFF8D9FC1A27200 0001AB (v02 PmRef Cpu0Psd 00003000 INTL 20200717)
[ 0.213791] ACPI: Dynamic OEM Table Load:
[ 0.213796] ACPI: SSDT 0xFFFF8D9FC1231800 0004B5 (v02 PmRef Cpu0Hwp 00003000 INTL 20200717)
[ 0.215217] ACPI: Dynamic OEM Table Load:
[ 0.215225] ACPI: SSDT 0xFFFF8D9FC1222000 001BAF (v02 PmRef ApIst 00003000 INTL 20200717)
[ 0.216903] ACPI: Dynamic OEM Table Load:
[ 0.216909] ACPI: SSDT 0xFFFF8D9FC1220000 001038 (v02 PmRef ApHwp 00003000 INTL 20200717)
[ 0.218401] ACPI: Dynamic OEM Table Load:
[ 0.218407] ACPI: SSDT 0xFFFF8D9FC2280000 001349 (v02 PmRef ApPsd 00003000 INTL 20200717)
[ 0.219922] ACPI: Dynamic OEM Table Load:
[ 0.219928] ACPI: SSDT 0xFFFF8D9FC1241000 000FBB (v02 PmRef ApCst 00003000 INTL 20200717)
[ 0.225274] ACPI: EC: EC started
[ 0.225275] ACPI: EC: interrupt blocked
[ 0.226329] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[ 0.226331] ACPI: \_SB_.PC00.LPCB.EC0_: Boot DSDT EC used to handle transactions
[ 0.226332] ACPI: Interpreter enabled
[ 0.226393] ACPI: PM: (supports S0 S3 S4 S5)
[ 0.226394] ACPI: Using IOAPIC for interrupt routing
[ 0.227689] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.227691] PCI: Ignoring E820 reservations for host bridge windows
[ 0.229770] ACPI: Enabled 8 GPEs in block 00 to 7F
[ 0.235228] ACPI: \_SB_.PC00.XHCI.RHUB.HS10.BTRT: New power resource
[ 0.235245] ACPI: \_SB_.PC00.XHCI.RHUB.HS10.DBTR: New power resource
[ 0.243484] ACPI: \_SB_.PC00.CNVW.WRST: New power resource
[ 0.244859] ACPI: \_SB_.PC00.RP03.PXSX.WRST: New power resource
[ 0.244880] ACPI: \_SB_.PC00.RP03.PXSX.DRST: New power resource
[ 0.261341] ACPI: \_SB_.PC00.TBT0: New power resource
[ 0.261401] ACPI: \_SB_.PC00.TBT1: New power resource
[ 0.261455] ACPI: \_SB_.PC00.D3C_: New power resource
[ 0.274459] ACPI: \_TZ_.FN00: New power resource
[ 0.274512] ACPI: \_TZ_.FN01: New power resource
[ 0.274563] ACPI: \_TZ_.FN02: New power resource
[ 0.274613] ACPI: \_TZ_.FN03: New power resource
[ 0.274667] ACPI: \_TZ_.FN04: New power resource
[ 0.275142] ACPI: \PIN_: New power resource
[ 0.275697] ACPI: PCI Root Bridge [PC00] (domain 0000 [bus 00-fe])
[ 0.275704] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[ 0.276864] acpi PNP0A08:00: _OSC: platform does not support [AER]
[ 0.279147] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME PCIeCapability LTR DPC]
[ 0.283102] PCI host bridge to bus 0000:00
[ 0.283105] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
[ 0.283107] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 0.283108] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 0.283109] pci_bus 0000:00: root bus resource [mem 0x50400000-0xbfffffff window]
[ 0.283110] pci_bus 0000:00: root bus resource [mem 0x4000000000-0x7fffffffff window]
[ 0.283114] pci_bus 0000:00: root bus resource [bus 00-fe]
[ 0.283146] pci 0000:00:00.0: [8086:a708] type 00 class 0x060000 conventional PCI endpoint
[ 0.283297] pci 0000:00:02.0: [8086:a7ac] type 00 class 0x030000 PCIe Root Complex Integrated Endpoint
[ 0.283312] pci 0000:00:02.0: BAR 0 [mem 0x6000000000-0x6000ffffff 64bit]
[ 0.283314] pci 0000:00:02.0: BAR 2 [mem 0x4000000000-0x400fffffff 64bit pref]
[ 0.283316] pci 0000:00:02.0: BAR 4 [io 0x4000-0x403f]
[ 0.283327] pci 0000:00:02.0: DMAR: Skip IOMMU disabling for graphics
[ 0.283329] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[ 0.283359] pci 0000:00:02.0: VF BAR 0 [mem 0x00000000-0x00ffffff 64bit]
[ 0.283361] pci 0000:00:02.0: VF BAR 0 [mem 0x00000000-0x06ffffff 64bit]: contains BAR 0 for 7 VFs
[ 0.283363] pci 0000:00:02.0: VF BAR 2 [mem 0x00000000-0x1fffffff 64bit pref]
[ 0.283364] pci 0000:00:02.0: VF BAR 2 [mem 0x00000000-0xdfffffff 64bit pref]: contains BAR 2 for 7 VFs
[ 0.283507] pci 0000:00:04.0: [8086:a71d] type 00 class 0x118000 conventional PCI endpoint
[ 0.283537] pci 0000:00:04.0: BAR 0 [mem 0x6001100000-0x600111ffff 64bit]
[ 0.283901] pci 0000:00:06.0: [8086:a74d] type 01 class 0x060400 PCIe Root Port
[ 0.283945] pci 0000:00:06.0: PCI bridge to [bus 01]
[ 0.284095] pci 0000:00:06.0: PME# supported from D0 D3hot D3cold
[ 0.284163] pci 0000:00:06.0: PTM enabled (root), 4ns granularity
[ 0.284887] pci 0000:00:06.2: [8086:a73d] type 01 class 0x060400 PCIe Root Port
[ 0.284930] pci 0000:00:06.2: PCI bridge to [bus 02]
[ 0.284962] pci 0000:00:06.2: bridge window [mem 0x50600000-0x506fffff]
[ 0.285102] pci 0000:00:06.2: PME# supported from D0 D3hot D3cold
[ 0.285165] pci 0000:00:06.2: PTM enabled (root), 4ns granularity
[ 0.285836] pci 0000:00:08.0: [8086:a74f] type 00 class 0x088000 conventional PCI endpoint
[ 0.285853] pci 0000:00:08.0: BAR 0 [mem 0x600113d000-0x600113dfff 64bit]
[ 0.285948] pci 0000:00:0d.0: [8086:a71e] type 00 class 0x0c0330 conventional PCI endpoint
[ 0.285968] pci 0000:00:0d.0: BAR 0 [mem 0x6001120000-0x600112ffff 64bit]
[ 0.285992] pci 0000:00:0d.0: PME# supported from D3hot D3cold
[ 0.286496] pci 0000:00:14.0: [8086:51ed] type 00 class 0x0c0330 conventional PCI endpoint
[ 0.286543] pci 0000:00:14.0: BAR 0 [mem 0x50700000-0x5070ffff 64bit]
[ 0.286595] pci 0000:00:14.0: PME# supported from D3hot D3cold
[ 0.287074] pci 0000:00:14.2: [8086:51ef] type 00 class 0x050000 conventional PCI endpoint
[ 0.287124] pci 0000:00:14.2: BAR 0 [mem 0x6001134000-0x6001137fff 64bit]
[ 0.287130] pci 0000:00:14.2: BAR 2 [mem 0x600113c000-0x600113cfff 64bit]
[ 0.287348] pci 0000:00:15.0: [8086:51e8] type 00 class 0x0c8000 conventional PCI endpoint
[ 0.287420] pci 0000:00:15.0: BAR 0 [mem 0x00000000-0x00000fff 64bit]
[ 0.297573] pci 0000:00:15.3: [8086:51eb] type 00 class 0x0c8000 conventional PCI endpoint
[ 0.297654] pci 0000:00:15.3: BAR 0 [mem 0x00000000-0x00000fff 64bit]
[ 0.307576] pci 0000:00:16.0: [8086:51e0] type 00 class 0x078000 conventional PCI endpoint
[ 0.307630] pci 0000:00:16.0: BAR 0 [mem 0x6001139000-0x6001139fff 64bit]
[ 0.307688] pci 0000:00:16.0: PME# supported from D3hot
[ 0.308301] pci 0000:00:1c.0: [8086:51ba] type 01 class 0x060400 PCIe Root Port
[ 0.308326] pci 0000:00:1c.0: PCI bridge to [bus 03]
[ 0.308330] pci 0000:00:1c.0: bridge window [io 0x3000-0x3fff]
[ 0.308333] pci 0000:00:1c.0: bridge window [mem 0x50500000-0x505fffff]
[ 0.308417] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.308457] pci 0000:00:1c.0: PTM enabled (root), 4ns granularity
[ 0.309083] pci 0000:00:1d.0: [8086:51b1] type 01 class 0x060400 PCIe Root Port
[ 0.309108] pci 0000:00:1d.0: PCI bridge to [bus 04]
[ 0.309113] pci 0000:00:1d.0: bridge window [mem 0x50400000-0x504fffff]
[ 0.309198] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[ 0.309238] pci 0000:00:1d.0: PTM enabled (root), 4ns granularity
[ 0.309863] pci 0000:00:1f.0: [8086:519d] type 00 class 0x060100 conventional PCI endpoint
[ 0.310214] pci 0000:00:1f.3: [8086:51ca] type 00 class 0x040380 conventional PCI endpoint
[ 0.310313] pci 0000:00:1f.3: BAR 0 [mem 0x6001130000-0x6001133fff 64bit]
[ 0.310325] pci 0000:00:1f.3: BAR 4 [mem 0x6001000000-0x60010fffff 64bit]
[ 0.310422] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[ 0.310523] pci 0000:00:1f.4: [8086:51a3] type 00 class 0x0c0500 conventional PCI endpoint
[ 0.310574] pci 0000:00:1f.4: BAR 0 [mem 0x6001138000-0x60011380ff 64bit]
[ 0.310581] pci 0000:00:1f.4: BAR 4 [io 0xefa0-0xefbf]
[ 0.310836] pci 0000:00:1f.5: [8086:51a4] type 00 class 0x0c8000 conventional PCI endpoint
[ 0.310890] pci 0000:00:1f.5: BAR 0 [mem 0xfe010000-0xfe010fff]
[ 0.311058] pci 0000:00:06.0: PCI bridge to [bus 01]
[ 0.312308] pci 0000:02:00.0: [15b7:5016] type 00 class 0x010802 PCIe Endpoint
[ 0.312335] pci 0000:02:00.0: BAR 0 [mem 0x50600000-0x50603fff 64bit]
[ 0.312517] pci 0000:00:06.2: PCI bridge to [bus 02]
[ 0.312600] pci 0000:03:00.0: [10ec:b852] type 00 class 0x028000 PCIe Endpoint
[ 0.312676] pci 0000:03:00.0: BAR 0 [io 0x3000-0x30ff]
[ 0.312683] pci 0000:03:00.0: BAR 2 [mem 0x50500000-0x505fffff 64bit]
[ 0.312815] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
[ 0.313125] pci 0000:00:1c.0: PCI bridge to [bus 03]
[ 0.314323] pci 0000:04:00.0: [1217:8621] type 00 class 0x080501 PCIe Endpoint
[ 0.314386] pci 0000:04:00.0: BAR 0 [mem 0x50401000-0x50401fff]
[ 0.314389] pci 0000:04:00.0: BAR 1 [mem 0x50400000-0x504007ff]
[ 0.314502] pci 0000:04:00.0: PME# supported from D3hot D3cold
[ 0.317383] pci 0000:00:1d.0: PCI bridge to [bus 04]
[ 0.322722] ACPI: \_SB_.PEPD: Duplicate LPS0 _DSM functions (mask: 0x1)
[ 0.322724] Low-power S0 idle used by default for system suspend
[ 0.330644] ACPI: EC: interrupt unblocked
[ 0.330646] ACPI: EC: event unblocked
[ 0.330668] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[ 0.330669] ACPI: EC: GPE=0x6e
[ 0.330670] ACPI: \_SB_.PC00.LPCB.EC0_: Boot DSDT EC initialization complete
[ 0.330671] ACPI: \_SB_.PC00.LPCB.EC0_: EC: Used to handle transactions and events
[ 0.330761] iommu: Default domain type: Translated
[ 0.330761] iommu: DMA domain TLB invalidation policy: lazy mode
[ 0.330761] SCSI subsystem initialized
[ 0.331301] libata version 3.00 loaded.
[ 0.331303] ACPI: bus type USB registered
[ 0.331315] usbcore: registered new interface driver usbfs
[ 0.331320] usbcore: registered new interface driver hub
[ 0.331326] usbcore: registered new device driver usb
[ 0.331354] EDAC MC: Ver: 3.0.0
[ 0.332532] efivars: Registered efivars operations
[ 0.332533] NetLabel: Initializing
[ 0.332533] NetLabel: domain hash size = 128
[ 0.332533] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[ 0.332547] NetLabel: unlabeled traffic allowed by default
[ 0.332551] mctp: management component transport protocol core
[ 0.332552] NET: Registered PF_MCTP protocol family
[ 0.332560] PCI: Using ACPI for IRQ routing
[ 0.354910] PCI: pci_cache_line_size set to 64 bytes
[ 0.356342] pci 0000:00:1f.5: BAR 0 [mem 0xfe010000-0xfe010fff]: can't claim; no compatible bridge window
[ 0.356389] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
[ 0.356390] e820: reserve RAM buffer [mem 0x364ed000-0x37ffffff]
[ 0.356391] e820: reserve RAM buffer [mem 0x36b11000-0x37ffffff]
[ 0.356392] e820: reserve RAM buffer [mem 0x3b229000-0x3bffffff]
[ 0.356393] e820: reserve RAM buffer [mem 0x3d93f000-0x3fffffff]
[ 0.356393] e820: reserve RAM buffer [mem 0x42b00000-0x43ffffff]
[ 0.356394] e820: reserve RAM buffer [mem 0x4afc00000-0x4afffffff]
[ 0.356430] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[ 0.356430] pci 0000:00:02.0: vgaarb: bridge control possible
[ 0.356430] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[ 0.356430] vgaarb: loaded
[ 0.356512] Monitor-Mwait will be used to enter C-1 state
[ 0.356514] Monitor-Mwait will be used to enter C-2 state
[ 0.356514] Monitor-Mwait will be used to enter C-3 state
[ 0.357419] clocksource: Switched to clocksource tsc-early
[ 0.357825] VFS: Disk quotas dquot_6.6.0
[ 0.357833] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.357938] pnp: PnP ACPI init
[ 0.358155] system 00:00: [io 0x0680-0x069f] has been reserved
[ 0.358158] system 00:00: [io 0x164e-0x164f] has been reserved
[ 0.358159] system 00:00: [io 0xfd60-0xfd63] has been reserved
[ 0.358294] system 00:02: [io 0x1854-0x1857] has been reserved
[ 0.359130] pnp 00:04: disabling [mem 0xc0000000-0xcfffffff] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
[ 0.359149] system 00:04: [mem 0xfedc0000-0xfedc7fff] has been reserved
[ 0.359150] system 00:04: [mem 0xfeda0000-0xfeda0fff] has been reserved
[ 0.359152] system 00:04: [mem 0xfeda1000-0xfeda1fff] has been reserved
[ 0.359153] system 00:04: [mem 0xfed20000-0xfed7ffff] could not be reserved
[ 0.359154] system 00:04: [mem 0xfed90000-0xfed93fff] could not be reserved
[ 0.359155] system 00:04: [mem 0xfed45000-0xfed8ffff] could not be reserved
[ 0.359156] system 00:04: [mem 0xfee00000-0xfeefffff] has been reserved
[ 0.360060] system 00:05: [io 0x2000-0x20fe] has been reserved
[ 0.360888] pnp: PnP ACPI: found 7 devices
[ 0.366435] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 0.366478] NET: Registered PF_INET protocol family
[ 0.366691] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.378468] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
[ 0.378488] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.378531] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ 0.378824] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[ 0.378909] TCP: Hash tables configured (established 131072 bind 65536)
[ 0.378983] MPTCP token hash table entries: 16384 (order: 7, 393216 bytes, linear)
[ 0.379055] UDP hash table entries: 8192 (order: 7, 524288 bytes, linear)
[ 0.379133] UDP-Lite hash table entries: 8192 (order: 7, 524288 bytes, linear)
[ 0.379199] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.379206] NET: Registered PF_XDP protocol family
[ 0.379223] pci 0000:00:02.0: VF BAR 2 [mem 0x4020000000-0x40ffffffff 64bit pref]: assigned
[ 0.379228] pci 0000:00:02.0: VF BAR 0 [mem 0x4010000000-0x4016ffffff 64bit]: assigned
[ 0.379231] pci 0000:00:15.0: BAR 0 [mem 0x4017000000-0x4017000fff 64bit]: assigned
[ 0.379251] pci 0000:00:15.3: BAR 0 [mem 0x4017001000-0x4017001fff 64bit]: assigned
[ 0.379268] pci 0000:00:1f.5: BAR 0 [mem 0x50710000-0x50710fff]: assigned
[ 0.379279] pci 0000:00:06.0: PCI bridge to [bus 01]
[ 0.379311] pci 0000:00:06.2: PCI bridge to [bus 02]
[ 0.379319] pci 0000:00:06.2: bridge window [mem 0x50600000-0x506fffff]
[ 0.379327] pci 0000:00:1c.0: PCI bridge to [bus 03]
[ 0.379330] pci 0000:00:1c.0: bridge window [io 0x3000-0x3fff]
[ 0.379334] pci 0000:00:1c.0: bridge window [mem 0x50500000-0x505fffff]
[ 0.379341] pci 0000:00:1d.0: PCI bridge to [bus 04]
[ 0.379344] pci 0000:00:1d.0: bridge window [mem 0x50400000-0x504fffff]
[ 0.379351] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
[ 0.379352] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
[ 0.379353] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[ 0.379354] pci_bus 0000:00: resource 7 [mem 0x50400000-0xbfffffff window]
[ 0.379355] pci_bus 0000:00: resource 8 [mem 0x4000000000-0x7fffffffff window]
[ 0.379356] pci_bus 0000:02: resource 1 [mem 0x50600000-0x506fffff]
[ 0.379357] pci_bus 0000:03: resource 0 [io 0x3000-0x3fff]
[ 0.379358] pci_bus 0000:03: resource 1 [mem 0x50500000-0x505fffff]
[ 0.379359] pci_bus 0000:04: resource 1 [mem 0x50400000-0x504fffff]
[ 0.379845] IOAPIC[2]: Set IRTE entry (P:1 FPD:0 Dst_Mode:1 Redir_hint:1 Trig_Mode:0 Dlvry_Mode:0 Avail:0 Vector:EF Dest:00000001 SID:00F7 SQ:0 SVT:1)
[ 0.379850] IOAPIC[0]: Preconfigured routing entry (2-16 -> IRQ 16 Level:1 ActiveLow:1)
[ 0.382139] PCI: CLS 64 bytes, default 64
[ 0.382187] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 0.382188] software IO TLB: mapped [mem 0x000000002c5e9000-0x00000000305e9000] (64MB)
[ 0.382236] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x23fa772cf26, max_idle_ns: 440795269835 ns
[ 0.382407] clocksource: Switched to clocksource tsc
[ 0.382443] Trying to unpack rootfs image as initramfs...
[ 0.399660] Initialise system trusted keyrings
[ 0.399671] Key type blacklist registered
[ 0.399949] workingset: timestamp_bits=36 max_order=22 bucket_order=0
[ 0.400178] fuse: init (API version 7.45)
[ 0.400311] integrity: Platform Keyring initialized
[ 0.400313] integrity: Machine keyring initialized
[ 0.408162] xor: automatically using best checksumming function avx
[ 0.408164] Key type asymmetric registered
[ 0.408165] Asymmetric key parser 'x509' registered
[ 0.408180] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[ 0.408442] io scheduler mq-deadline registered
[ 0.408443] io scheduler kyber registered
[ 0.408451] io scheduler bfq registered
[ 0.409239] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.409532] IOAPIC[2]: Set IRTE entry (P:1 FPD:0 Dst_Mode:1 Redir_hint:1 Trig_Mode:0 Dlvry_Mode:0 Avail:0 Vector:EF Dest:00000001 SID:00F7 SQ:0 SVT:1)
[ 0.409536] IOAPIC[0]: Preconfigured routing entry (2-19 -> IRQ 19 Level:1 ActiveLow:1)
[ 0.409776] pcieport 0000:00:06.0: PME: Signaling with IRQ 120
[ 0.409997] IOAPIC[2]: Set IRTE entry (P:1 FPD:0 Dst_Mode:1 Redir_hint:1 Trig_Mode:0 Dlvry_Mode:0 Avail:0 Vector:EF Dest:00000001 SID:00F7 SQ:0 SVT:1)
[ 0.409999] IOAPIC[0]: Preconfigured routing entry (2-17 -> IRQ 17 Level:1 ActiveLow:1)
[ 0.410142] pcieport 0000:00:06.2: PME: Signaling with IRQ 121
[ 0.410356] IOAPIC[2]: Set IRTE entry (P:1 FPD:0 Dst_Mode:1 Redir_hint:1 Trig_Mode:0 Dlvry_Mode:0 Avail:0 Vector:EF Dest:00000001 SID:00F7 SQ:0 SVT:1)
[ 0.410358] IOAPIC[0]: Preconfigured routing entry (2-18 -> IRQ 18 Level:1 ActiveLow:1)
[ 0.410408] pcieport 0000:00:1c.0: PME: Signaling with IRQ 122
[ 0.410621] pcieport 0000:00:1d.0: PME: Signaling with IRQ 123
[ 0.410884] ACPI: AC: AC Adapter [ACAD] (on-line)
[ 0.410919] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1b/PNP0C0D:00/input/input0
[ 0.410931] ACPI: button: Lid Switch [LID0]
[ 0.410959] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[ 0.414785] ACPI: button: Power Button [PWRB]
[ 0.415936] Freeing initrd memory: 24556K
[ 0.418153] thermal LNXTHERM:00: registered as thermal_zone0
[ 0.418155] ACPI: thermal: Thermal Zone [TZ00] (28 C)
[ 0.418358] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[ 0.419789] hpet_acpi_add: no address or irqs in _CRS
[ 0.419825] Non-volatile memory driver v1.3
[ 0.419826] Linux agpgart interface v0.103
[ 0.474845] ACPI: bus type drm_connector registered
[ 0.476157] xhci_hcd 0000:00:0d.0: xHCI Host Controller
[ 0.476161] xhci_hcd 0000:00:0d.0: new USB bus registered, assigned bus number 1
[ 0.477209] xhci_hcd 0000:00:0d.0: hcc params 0x20007fc1 hci version 0x120 quirks 0x0000000200009810
[ 0.477393] xhci_hcd 0000:00:0d.0: xHCI Host Controller
[ 0.477396] xhci_hcd 0000:00:0d.0: new USB bus registered, assigned bus number 2
[ 0.477397] xhci_hcd 0000:00:0d.0: Host supports USB 3.2 Enhanced SuperSpeed
[ 0.477420] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.19
[ 0.477422] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.477423] usb usb1: Product: xHCI Host Controller
[ 0.477423] usb usb1: Manufacturer: Linux 6.19.0-rc6-1-git-00201-gcfc7bee071d1 xhci-hcd
[ 0.477424] usb usb1: SerialNumber: 0000:00:0d.0
[ 0.477568] hub 1-0:1.0: USB hub found
[ 0.477574] hub 1-0:1.0: 1 port detected
[ 0.477688] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.19
[ 0.477689] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.477690] usb usb2: Product: xHCI Host Controller
[ 0.477690] usb usb2: Manufacturer: Linux 6.19.0-rc6-1-git-00201-gcfc7bee071d1 xhci-hcd
[ 0.477691] usb usb2: SerialNumber: 0000:00:0d.0
[ 0.477726] hub 2-0:1.0: USB hub found
[ 0.477731] hub 2-0:1.0: 2 ports detected
[ 0.478270] IOAPIC[2]: Set IRTE entry (P:1 FPD:0 Dst_Mode:1 Redir_hint:1 Trig_Mode:0 Dlvry_Mode:0 Avail:0 Vector:EF Dest:00000001 SID:00F7 SQ:0 SVT:1)
[ 0.478272] IOAPIC[0]: Preconfigured routing entry (2-16 -> IRQ 16 Level:1 ActiveLow:1)
[ 0.478299] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 0.478301] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
[ 0.479391] xhci_hcd 0000:00:14.0: hcc params 0x20007fc1 hci version 0x120 quirks 0x0000100200009810
[ 0.479635] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 0.479636] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
[ 0.479637] xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed
[ 0.479651] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.19
[ 0.479652] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.479653] usb usb3: Product: xHCI Host Controller
[ 0.479653] usb usb3: Manufacturer: Linux 6.19.0-rc6-1-git-00201-gcfc7bee071d1 xhci-hcd
[ 0.479654] usb usb3: SerialNumber: 0000:00:14.0
[ 0.479840] hub 3-0:1.0: USB hub found
[ 0.479859] hub 3-0:1.0: 12 ports detected
[ 0.480619] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.19
[ 0.480619] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.480620] usb usb4: Product: xHCI Host Controller
[ 0.480621] usb usb4: Manufacturer: Linux 6.19.0-rc6-1-git-00201-gcfc7bee071d1 xhci-hcd
[ 0.480621] usb usb4: SerialNumber: 0000:00:14.0
[ 0.480745] hub 4-0:1.0: USB hub found
[ 0.480765] hub 4-0:1.0: 4 ports detected
[ 0.481112] usbcore: registered new interface driver usbserial_generic
[ 0.481115] usbserial: USB Serial support registered for generic
[ 0.481130] i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
[ 0.481131] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[ 0.481637] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 0.481874] rtc_cmos 00:01: RTC can wake from S4
[ 0.482819] rtc_cmos 00:01: registered as rtc0
[ 0.483000] rtc_cmos 00:01: setting system clock to 2026-01-29T07:10:19 UTC (1769670619)
[ 0.483025] rtc_cmos 00:01: alarms up to one month, y3k, 242 bytes nvram
[ 0.483959] intel_pstate: Intel P-state driver initializing
[ 0.485346] intel_pstate: HWP enabled
[ 0.485769] simple-framebuffer simple-framebuffer.0: [drm] Registered 1 planes with drm panic
[ 0.488688] [drm] Initialized simpledrm 1.0.0 for simple-framebuffer.0 on minor 0
[ 0.489690] Console: switching to colour frame buffer device 100x37
[ 0.490684] simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
[ 0.490759] hid: raw HID events driver (C) Jiri Kosina
[ 0.490791] usbcore: registered new interface driver usbhid
[ 0.490792] usbhid: USB HID core driver
[ 0.490887] drop_monitor: Initializing network drop monitor service
[ 0.491023] NET: Registered PF_INET6 protocol family
[ 0.491584] Segment Routing with IPv6
[ 0.491586] RPL Segment Routing with IPv6
[ 0.491594] In-situ OAM (IOAM) with IPv6
[ 0.491609] NET: Registered PF_PACKET protocol family
[ 0.494026] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[ 0.494477] microcode: Current revision: 0x00006133
[ 0.494479] microcode: Updated early from: 0x00004123
[ 0.494925] IPI shorthand broadcast: enabled
[ 0.494997] ... APIC ID: 00000000 (0)
[ 0.494998] ... APIC VERSION: 01060015
[ 0.495000] 0000000000000000000000000000000000000000000000000000000000000000
[ 0.495006] 0000000000000000000000000000000000000000000000000000000000000000
[ 0.495011] 0000000000000000000000000000000000000000000000000000000000000000
[ 0.495017] number of MP IRQ sources: 15.
[ 0.495019] number of IO-APIC #2 registers: 120.
[ 0.495020] testing the IO APIC.......................
[ 0.495046] IO APIC #2......
[ 0.495047] .... register #00: 02000000
[ 0.495047] ....... : physical APIC id: 02
[ 0.495048] ....... : Delivery Type: 0
[ 0.495049] ....... : LTS : 0
[ 0.495049] .... register #01: 00770020
[ 0.495050] ....... : max redirection entries: 77
[ 0.495051] ....... : PRQ implemented: 0
[ 0.495052] ....... : IO APIC version: 20
[ 0.495052] .... register #02: 00000000
[ 0.495053] ....... : arbitration: 00
[ 0.495054] .... IRQ redirection table:
[ 0.495054] IOAPIC 0:
[ 0.495071] pin00, disabled, edge , high, V(00), IRR(0), S(0), physical, D(0000), M(0)
[ 0.495091] pin01, enabled , edge , high, V(01), IRR(0), S(0), remapped, I(0000), Z(0)
[ 0.495112] pin02, disabled, edge , high, V(00), IRR(0), S(0), physical, D(0000), M(0)
[ 0.495132] pin03, disabled, edge , high, V(00), IRR(0), S(0), physical, D(0000), M(0)
[ 0.495152] pin04, disabled, edge , high, V(00), IRR(0), S(0), physical, D(0000), M(0)
[ 0.495172] pin05, disabled, edge , high, V(00), IRR(0), S(0), physical, D(0000), M(0)
[ 0.495192] pin06, disabled, edge , high, V(00), IRR(0), S(0), physical, D(0000), M(0)
[ 0.495212] pin07, disabled, edge , high, V(00), IRR(0), S(0), physical, D(0000), M(0)
[ 0.495232] pin08, enabled , edge , high, V(08), IRR(0), S(0), remapped, I(0007), Z(0)
[ 0.495254] pin09, enabled , level, high, V(09), IRR(0), S(0), remapped, I(0008), Z(0)
[ 0.495273] pin0a, disabled, edge , high, V(00), IRR(0), S(0), physical, D(0000), M(0)
[ 0.495293] pin0b, disabled, edge , high, V(00), IRR(0), S(0), physical, D(0000), M(0)
[ 0.495315] pin0c, disabled, edge , high, V(00), IRR(0), S(0), physical, D(0000), M(0)
[ 0.495335] pin0d, disabled, edge , high, V(00), IRR(0), S(0), physical, D(0000), M(0)
[ 0.495358] pin0e, disabled, edge , high, V(00), IRR(0), S(0), physical, D(0000), M(0)
[ 0.495376] pin0f, disabled, edge , high, V(00), IRR(0), S(0), physical, D(0000), M(0)
[ 0.495396] pin10, disabled, edge , high, V(00), IRR(0), S(0), physical, D(0000), M(0)
[ 0.495416] pin11, disabled, edge , high, V(00), IRR(0), S(0), physical, D(0000), M(0)
[ 0.495436] pin12, disabled, edge , high, V(00), IRR(0), S(0), physical, D(0000), M(0)
[ 0.495456] pin13, disabled, edge , high, V(00), IRR(0), S(0), physical, D(0000), M(0)
[ 0.495478] pin14, disabled, edge , high, V(00), IRR(0), S(0), physical, D(0000), M(0)
[ 0.495497] pin15, disabled, edge , high, V(00), IRR(0), S(0), physical, D(0000), M(0)
[ 0.495517] pin16, disabled, edge , high, V(00), IRR(0), S(0), physical, D(0000), M(0)
[ 0.495537] pin17, disabled, edge , high, V(00), IRR(0), S(0), physical, D(0000), M(0)
[ 0.495558] pin18, disabled, edge , high, V(10), IRR(0), S(0), physical, D(04A0), M(2)
[ 0.495579] pin19, disabled, edge , high, V(00), IRR(0), S(0), physical, D(0000), M(0)
[ 0.495599] pin1a, disabled, edge , high, V(00), IRR(0), S(0), physical, D(0000), M(0)
[ 0.495619] pin1b, disabled, edge , high, V(00), IRR(0), S(0), physical, D(0000), M(0)
[ 0.495639] pin1c, disabled, edge , high, V(00), IRR(0), S(0), physical, D(0000), M(0)
[ 0.495659] pin1d, disabled, edge , high, V(00), IRR(0), S(0), physical, D(0000), M(0)
[ 0.495680] pin1e, disabled, edge , high, V(00), IRR(0), S(0), physical, D(0000), M(0)
[ 0.495700] pin1f, disabled, edge , high, V(00), IRR(0), S(0), physical, D(0000), M(0)
[ 0.495720] pin20, disabled, edge , high, V(00), IRR(0), S(0), physical, D(0000), M(0)
[ 0.495746] pin21, disabled, edge , high, V(00), IRR(0), S(0), physical, D(0000), M(0)
[ 0.495766] pin22, disabled, edge , high, V(00), IRR(0), S(0), physical, D(0000), M(0)
[ 0.495787] pin23, disabled, edge , high, V(00), IRR(0), S(0), physical, D(0000), M(0)
[ 0.495809] pin24, disabled, edge , high, V(00), IRR(0), S(0), physical, D(0000), M(0)
[ 0.495828] pin25, disabled, edge , high, V(00), IRR(0), S(0), physical, D(0000), M(0)
[ 0.495850] pin26, disabled, edge , high, V(00), IRR(0), S(0), physical, D(0000), M(0)
[ 0.495870] pin27, disabled, edge , high, V(00), IRR(0), S(0), physical, D(0000), M(0)
[ 0.495890] pin28, disabled, edge , high, V(00), IRR(0), S(0), physical, D(0000), M(0)
[ 0.495911] pin29, disabled, edge , high, V(00), IRR(0), S(0), physical, D(0000), M(0)
[ 0.495931] pin2a, disabled, edge , high, V(00), IRR(0), S(0), physical, D(0000), M(0)
[ 0.495951] pin2b, disabled, edge , high, V(00), IRR(0), S(0), physical, D(0000), M(0)
[ 0.495971] pin2c, disabled, edge , high, V(00), IRR(0), S(0), physical, D(0000), M(0)
[ 0.495991] pin2d, disabled, edge , high, V(00), IRR(0), S(0), physical, D(0000), M(0)
[ 0.496010] pin2e, disabled, edge , high, V(00), IRR(0), S(0), physical, D(0000), M(0)
[ 0.496025] pin2f, disabled, edge , high, V(00), IRR(0), S(0), physical, D(0000), M(0)
[ 0.496037] pin30, disabled, edge , high, V(00), IRR(0), S(0), physical, D(0000), M(0)
[ 0.496052] pin31, disabled, edge , high, V(00), IRR(0), S(0), physical, D(0000), M(0)
[ 0.496072] pin32, disabled, edge , high, V(00), IRR(0), S(0), physical, D(0000), M(0)
[ 0.496092] pin33, disabled, edge , high, V(00), IRR(0), S(0), physical, D(0000), M(0)
[ 0.496113] pin34, disabled, edge , high, V(00), IRR(0), S(0), physical, D(0000), M(0)
[ 0.496133] pin35, disabled, edge , high, V(00), IRR(0), S(0), physical, D(0000), M(0)
[ 0.496153] pin36, disabled, edge , high, V(00), IRR(0), S(0), physical, D(0000), M(0)
[ 0.496173] pin37, disabled, edge , high, V(00), IRR(0), S(0), physical, D(0000), M(0)
[ 0.496194] pin38, disabled, edge , high, V(00), IRR(0), S(0), physical, D(0000), M(0)
[ 0.496214] pin39, disabled, edge , high, V(00), IRR(0), S(0), physical, D(0000), M(0)
[ 0.496236] pin3a, disabled, edge , high, V(00), IRR(0), S(0), physical, D(0000), M(0)
[ 0.496256] pin3b, disabled, edge , high, V(00), IRR(0), S(0), physical, D(0000), M(0)
[ 0.496276] pin3c, disabled, edge , high, V(00), IRR(0), S(0), physical, D(0000), M(0)
[ 0.496296] pin3d, disabled, edge , high, V(00), IRR(0), S(0), physical, D(0000), M(0)
[ 0.496316] pin3e, disabled, edge , high, V(00), IRR(0), S(0), physical, D(0000), M(0)
[ 0.496336] pin3f, disabled, edge , high, V(00), IRR(0), S(0), physical, D(0000), M(0)
[ 0.496356] pin40, disabled, edge , high, V(00), IRR(0), S(0), physical, D(0000), M(0)
[ 0.496376] pin41, disabled, edge , high, V(00), IRR(0), S(0), physical, D(0000), M(0)
[ 0.496396] pin42, disabled, edge , high, V(00), IRR(0), S(0), physical, D(0000), M(0)
[ 0.496416] pin43, disabled, edge , high, V(00), IRR(0), S(0), physical, D(0000), M(0)
[ 0.496436] pin44, disabled, edge , high, V(10), IRR(0), S(0), physical, D(120C), M(2)
[ 0.496456] pin45, disabled, edge , high, V(00), IRR(0), S(0), physical, D(0000), M(0)
[ 0.496476] pin46, disabled, edge , high, V(00), IRR(0), S(0), physical, D(0000), M(0)
[ 0.496497] pin47, disabled, edge , high, V(00), IRR(0), S(0), physical, D(0000), M(0)
[ 0.496512] pin48, disabled, edge , high, V(00), IRR(0), S(0), physical, D(0000), M(0)
[ 0.496532] pin49, disabled, edge , high, V(00), IRR(0), S(0), physical, D(0000), M(0)
[ 0.496552] pin4a, disabled, edge , high, V(00), IRR(0), S(0), physical, D(0000), M(0)
[ 0.496572] pin4b, disabled, edge , high, V(00), IRR(0), S(0), remapped, I(1007), Z(2)
[ 0.496592] pin4c, disabled, edge , high, V(00), IRR(0), S(0), physical, D(0000), M(0)
[ 0.496612] pin4d, disabled, edge , high, V(00), IRR(0), S(0), physical, D(0000), M(0)
[ 0.496632] pin4e, disabled, edge , high, V(00), IRR(0), S(0), physical, D(0000), M(0)
[ 0.496652] pin4f, disabled, edge , high, V(00), IRR(0), S(0), physical, D(0000), M(0)
[ 0.496672] pin50, disabled, edge , high, V(00), IRR(0), S(0), physical, D(0000), M(0)
[ 0.496692] pin51, disabled, edge , high, V(00), IRR(0), S(0), physical, D(0000), M(0)
[ 0.496712] pin52, disabled, edge , high, V(00), IRR(0), S(0), physical, D(0000), M(0)
[ 0.496736] pin53, disabled, edge , high, V(00), IRR(0), S(0), physical, D(0000), M(0)
[ 0.496757] pin54, disabled, edge , high, V(00), IRR(0), S(0), physical, D(0000), M(0)
[ 0.496779] pin55, disabled, edge , high, V(00), IRR(0), S(0), physical, D(0000), M(0)
[ 0.496799] pin56, disabled, edge , high, V(00), IRR(0), S(0), physical, D(0000), M(0)
[ 0.496821] pin57, disabled, edge , high, V(00), IRR(0), S(0), physical, D(0000), M(0)
[ 0.496840] pin58, disabled, edge , high, V(00), IRR(0), S(0), physical, D(0000), M(0)
[ 0.496860] pin59, disabled, edge , high, V(00), IRR(0), S(0), physical, D(0000), M(0)
[ 0.496880] pin5a, disabled, edge , high, V(00), IRR(0), S(0), physical, D(0000), M(0)
[ 0.496900] pin5b, disabled, edge , high, V(00), IRR(0), S(0), physical, D(0000), M(0)
[ 0.496920] pin5c, disabled, edge , high, V(00), IRR(0), S(0), physical, D(0000), M(0)
[ 0.496942] pin5d, disabled, edge , high, V(00), IRR(0), S(0), physical, D(0000), M(0)
[ 0.496962] pin5e, disabled, edge , high, V(00), IRR(0), S(0), physical, D(0000), M(0)
[ 0.496982] pin5f, disabled, edge , high, V(00), IRR(0), S(0), physical, D(0000), M(0)
[ 0.497003] pin60, disabled, edge , high, V(00), IRR(0), S(0), physical, D(0000), M(0)
[ 0.497023] pin61, disabled, edge , high, V(00), IRR(0), S(0), physical, D(0000), M(0)
[ 0.497043] pin62, disabled, edge , high, V(00), IRR(0), S(0), physical, D(0000), M(0)
[ 0.497064] pin63, disabled, edge , high, V(00), IRR(0), S(0), physical, D(0000), M(0)
[ 0.497084] pin64, disabled, edge , high, V(00), IRR(0), S(0), physical, D(0000), M(0)
[ 0.497104] pin65, disabled, edge , high, V(00), IRR(0), S(0), physical, D(0000), M(0)
[ 0.497124] pin66, disabled, edge , high, V(00), IRR(0), S(0), physical, D(0000), M(0)
[ 0.497144] pin67, disabled, edge , high, V(00), IRR(0), S(0), physical, D(2120), M(2)
[ 0.497164] pin68, disabled, edge , high, V(00), IRR(0), S(0), physical, D(0000), M(0)
[ 0.497184] pin69, disabled, edge , high, V(00), IRR(0), S(0), physical, D(0000), M(0)
[ 0.497204] pin6a, disabled, edge , high, V(00), IRR(0), S(0), physical, D(0000), M(0)
[ 0.497224] pin6b, disabled, edge , high, V(00), IRR(0), S(0), physical, D(0000), M(0)
[ 0.497245] pin6c, disabled, edge , high, V(00), IRR(0), S(0), physical, D(0000), M(0)
[ 0.497266] pin6d, disabled, edge , high, V(00), IRR(0), S(0), physical, D(0000), M(0)
[ 0.497286] pin6e, disabled, edge , high, V(00), IRR(0), S(0), physical, D(0000), M(0)
[ 0.497308] pin6f, disabled, edge , high, V(00), IRR(0), S(0), physical, D(0000), M(0)
[ 0.497321] pin70, disabled, edge , high, V(00), IRR(0), S(0), physical, D(0000), M(0)
[ 0.497341] pin71, disabled, edge , high, V(00), IRR(0), S(0), physical, D(0000), M(0)
[ 0.497361] pin72, disabled, edge , high, V(00), IRR(0), S(0), physical, D(0000), M(0)
[ 0.497381] pin73, disabled, edge , high, V(00), IRR(0), S(0), physical, D(0000), M(0)
[ 0.497401] pin74, disabled, edge , high, V(00), IRR(0), S(0), physical, D(0000), M(0)
[ 0.497422] pin75, disabled, edge , high, V(00), IRR(0), S(0), physical, D(0000), M(0)
[ 0.497437] pin76, disabled, edge , high, V(00), IRR(0), S(0), physical, D(0000), M(0)
[ 0.497457] pin77, disabled, edge , high, V(00), IRR(0), S(0), physical, D(0000), M(0)
[ 0.497458] IRQ to pin mappings:
[ 0.497461] IRQ0 -> 0:2
[ 0.497464] IRQ1 -> 0:1
[ 0.497466] IRQ3 -> 0:3
[ 0.497468] IRQ4 -> 0:4
[ 0.497469] IRQ5 -> 0:5
[ 0.497471] IRQ6 -> 0:6
[ 0.497473] IRQ7 -> 0:7
[ 0.497474] IRQ8 -> 0:8
[ 0.497476] IRQ9 -> 0:9
[ 0.497477] IRQ10 -> 0:10
[ 0.497479] IRQ11 -> 0:11
[ 0.497481] IRQ12 -> 0:12
[ 0.497483] IRQ13 -> 0:13
[ 0.497485] IRQ14 -> 0:14
[ 0.497487] IRQ15 -> 0:15
[ 0.497488] IRQ16 -> 0:16
[ 0.497490] IRQ17 -> 0:17
[ 0.497491] IRQ18 -> 0:18
[ 0.497493] IRQ19 -> 0:19
[ 0.497499] .................................... done.
[ 0.499626] sched_clock: Marking stable (492002376, 6732196)->(525528675, -26794103)
[ 0.499903] registered taskstats version 1
[ 0.500567] Loading compiled-in X.509 certificates
[ 0.501324] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2
[ 0.506603] Loaded X.509 cert 'Build time autogenerated kernel key: 051f2b6b715b6ad1ad5b230622cd6e8824ada271'
[ 0.508414] zswap: loaded using pool zstd
[ 0.508491] Demotion targets for Node 0: null
[ 0.508743] Key type .fscrypt registered
[ 0.508750] Key type fscrypt-provisioning registered
[ 0.508970] Btrfs loaded, zoned=yes, fsverity=yes
[ 0.508987] Key type big_key registered
[ 0.511687] integrity: Loading X.509 certificate: UEFI:db
[ 0.511703] integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
[ 0.511704] integrity: Loading X.509 certificate: UEFI:db
[ 0.511711] integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
[ 0.511712] integrity: Loading X.509 certificate: UEFI:db
[ 0.511718] integrity: Loaded X.509 cert 'Microsoft Corporation: Windows UEFI CA 2023: aefc5fbbbe055d8f8daa585473499417ab5a5272'
[ 0.511718] integrity: Loading X.509 certificate: UEFI:db
[ 0.511721] integrity: Problem loading X.509 certificate -74
[ 0.511761] integrity: Error adding keys to platform keyring UEFI:db
[ 0.516989] PM: Magic number: 10:505:168
[ 0.517064] acpi device:31: hash matches
[ 0.517839] RAS: Correctable Errors collector initialized.
[ 0.534517] ACPI: battery: Slot [BAT1] (battery present)
[ 0.534715] clk: Disabling unused clocks
[ 0.534720] PM: genpd: Disabling unused power domains
[ 0.554131] Freeing unused decrypted memory: 2036K
[ 0.554915] Freeing unused kernel image (initmem) memory: 4736K
[ 0.554932] Write protecting the kernel read-only data: 38912k
[ 0.555407] Freeing unused kernel image (text/rodata gap) memory: 60K
[ 0.555900] Freeing unused kernel image (rodata/data gap) memory: 1896K
[ 0.562647] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 0.562651] rodata_test: all tests were successful
[ 0.562655] Run /init as init process
[ 0.562656] with arguments:
[ 0.562657] /init
[ 0.562657] with environment:
[ 0.562658] HOME=/
[ 0.562658] TERM=linux
[ 0.683059] systemd[1]: Successfully made /usr/ read-only.
[ 0.683333] systemd[1]: systemd 259-2-arch running in system mode (+PAM +AUDIT -SELINUX +APPARMOR -IMA +IPE +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +BTF +XKBCOMMON +UTMP -SYSVINIT +LIBARCHIVE)
[ 0.683339] systemd[1]: Detected architecture x86-64.
[ 0.683340] systemd[1]: Running in initrd.
[ 0.683515] systemd[1]: Initializing machine ID from random generator.
[ 0.718929] systemd[1]: Queued start job for default target Initrd Default Target.
[ 0.720745] usb 3-5: new high-speed USB device number 2 using xhci_hcd
[ 0.787644] systemd[1]: Created slice Slice /system/systemd-validatefs.
[ 0.787861] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ 0.787898] systemd[1]: Expecting device /dev/disk/by-uuid/ad720100-0431-4e07-b2e9-00fd54b8fbcb...
[ 0.787934] systemd[1]: Expecting device /dev/gpt-auto-root...
[ 0.787973] systemd[1]: Reached target Path Units.
[ 0.788001] systemd[1]: Reached target Slice Units.
[ 0.788030] systemd[1]: Reached target Swaps.
[ 0.788057] systemd[1]: Reached target Timer Units.
[ 0.788149] systemd[1]: Listening on Journal Socket (/dev/log).
[ 0.788210] systemd[1]: Listening on Journal Sockets.
[ 0.788266] systemd[1]: Listening on udev Control Socket.
[ 0.788498] systemd[1]: Listening on udev Kernel Socket.
[ 0.788664] systemd[1]: Reached target Socket Units.
[ 0.791544] systemd[1]: Starting Create List of Static Device Nodes...
[ 0.795555] systemd[1]: Starting Early Battery Level Check...
[ 0.799906] systemd[1]: Starting Journal Service...
[ 0.802284] systemd[1]: Starting Load Kernel Modules...
[ 0.802602] systemd[1]: TPM PCR Barrier (initrd) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[ 0.802628] systemd[1]: Reached target Local Encrypted Volumes.
[ 0.805155] systemd[1]: Starting Create Static Device Nodes in /dev...
[ 0.808634] systemd[1]: Starting Coldplug All udev Devices...
[ 0.814288] systemd[1]: Finished Create List of Static Device Nodes.
[ 0.816597] systemd[1]: Finished Early Battery Level Check.
[ 0.817911] systemd-journald[193]: Collecting audit messages is disabled.
[ 0.818142] systemd[1]: Finished Load Kernel Modules.
[ 0.819546] systemd[1]: Finished Create Static Device Nodes in /dev.
[ 0.821855] systemd[1]: Started Display Boot-Time Emergency Messages In Full Screen.
[ 0.824758] systemd[1]: Starting Rule-based Manager for Device Events and Files...
[ 0.845220] systemd[1]: Started Rule-based Manager for Device Events and Files.
[ 0.847129] usb 3-5: New USB device found, idVendor=30c9, idProduct=00c5, bcdDevice= 0.07
[ 0.847134] usb 3-5: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[ 0.847136] usb 3-5: Product: Integrated Camera
[ 0.847138] usb 3-5: Manufacturer: 8SSC21M22245V1SR45701P0
[ 0.847139] usb 3-5: SerialNumber: 0001
[ 0.847982] systemd[1]: Started Journal Service.
[ 0.941457] wmi_bus wmi_bus-PNP0C14:05: [Firmware Bug]: WQB1 data block query control method not found
[ 0.941462] wmi_bus wmi_bus-PNP0C14:05: [Firmware Bug]: WQB2 data block query control method not found
[ 0.960785] usb 3-6: new full-speed USB device number 3 using xhci_hcd
[ 0.968747] Key type psk registered
[ 0.984936] intel-lpss 0000:00:15.0: enabling device (0004 -> 0006)
[ 0.985345] IOAPIC[2]: Set IRTE entry (P:1 FPD:0 Dst_Mode:1 Redir_hint:1 Trig_Mode:0 Dlvry_Mode:0 Avail:0 Vector:EF Dest:00000001 SID:00F7 SQ:0 SVT:1)
[ 0.985355] IOAPIC[0]: Preconfigured routing entry (2-27 -> IRQ 27 Level:1 ActiveLow:1)
[ 0.985579] intel-lpss 0000:00:15.0: status=0x0
[ 0.985602] intel-lpss 0000:00:15.0: status=0x0
[ 0.985620] intel-lpss 0000:00:15.0: status=0x0
[ 0.985637] intel-lpss 0000:00:15.0: status=0x0
[ 0.985654] intel-lpss 0000:00:15.0: status=0x0
[ 0.985657] idma64 idma64.0: Found Intel integrated DMA 64-bit
[ 0.985671] intel-lpss 0000:00:15.0: status=0x0
[ 0.985689] intel-lpss 0000:00:15.0: status=0x0
[ 0.985705] intel-lpss 0000:00:15.0: status=0x0
[ 0.985726] intel-lpss 0000:00:15.0: status=0x0
[ 0.985747] intel-lpss 0000:00:15.0: status=0x0
[ 0.995122] nvme 0000:02:00.0: platform quirk: setting simple suspend
[ 0.995201] nvme nvme0: pci function 0000:02:00.0
[ 0.996279] sdhci: Secure Digital Host Controller Interface driver
[ 0.996281] sdhci: Copyright(c) Pierre Ossman
[ 0.996681] i2c_designware i2c_designware.0: [Firmware Bug]: DSDT uses known not-working I2C bus speed 400000, forcing it to 100000
[ 0.996706] i2c_designware i2c_designware.0: Standard Mode HCNT:LCNT = 552:652
[ 0.996709] i2c_designware i2c_designware.0: Fast Mode HCNT:LCNT = 100:200
[ 0.996716] i2c_designware i2c_designware.0: Bus speed: Standard Mode (100 kHz)
[ 0.996777] i2c_designware i2c_designware.0: enabled=0x0 stat=0x0
[ 0.996799] i2c_designware i2c_designware.0: enabled=0x0 stat=0x0
[ 0.996819] i2c_designware i2c_designware.0: enabled=0x0 stat=0x0
[ 0.996840] i2c_designware i2c_designware.0: enabled=0x0 stat=0x0
[ 0.996861] i2c_designware i2c_designware.0: enabled=0x0 stat=0x0
[ 0.996882] i2c_designware i2c_designware.0: enabled=0x0 stat=0x0
[ 0.996903] i2c_designware i2c_designware.0: enabled=0x0 stat=0x0
[ 0.996923] i2c_designware i2c_designware.0: enabled=0x0 stat=0x0
[ 0.996944] i2c_designware i2c_designware.0: enabled=0x0 stat=0x0
[ 0.996965] i2c_designware i2c_designware.0: enabled=0x0 stat=0x0
[ 0.999941] intel-lpss 0000:00:15.3: enabling device (0004 -> 0006)
[ 1.000120] IOAPIC[2]: Set IRTE entry (P:1 FPD:0 Dst_Mode:1 Redir_hint:1 Trig_Mode:0 Dlvry_Mode:0 Avail:0 Vector:EF Dest:00000001 SID:00F7 SQ:0 SVT:1)
[ 1.000126] IOAPIC[0]: Preconfigured routing entry (2-43 -> IRQ 43 Level:1 ActiveLow:1)
[ 1.000324] idma64 idma64.1: Found Intel integrated DMA 64-bit
[ 1.006365] i2c_designware i2c_designware.1: Standard Mode HCNT:LCNT = 552:652
[ 1.006369] i2c_designware i2c_designware.1: Fast Mode HCNT:LCNT = 100:200
[ 1.006372] i2c_designware i2c_designware.1: Bus speed: Fast Mode (400 kHz)
[ 1.009167] intel-lpss 0000:00:15.3: supend started
[ 1.009339] intel-lpss 0000:00:15.3: supend finished
[ 1.032906] nvme nvme0: allocated 32 MiB host memory buffer (8 segments).
[ 1.035757] nvme nvme0: 12/0/0 default/read/poll queues
[ 1.041909] nvme0n1: p1 p2
[ 1.054198] sdhci-pci 0000:04:00.0: SDHCI controller found [1217:8621] (rev 1)
[ 1.056038] sdhci-pci 0000:04:00.0: enabling device (0000 -> 0002)
[ 1.070821] mmc0: SDHCI controller on PCI [0000:04:00.0] using ADMA
[ 1.085310] usb 3-6: not running at top speed; connect to a high speed hub
[ 1.086845] usb 3-6: New USB device found, idVendor=1c7a, idProduct=0583, bcdDevice=52.07
[ 1.086848] usb 3-6: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 1.086849] usb 3-6: Product: ETU905A88-E
[ 1.086850] usb 3-6: Manufacturer: EGIS
[ 1.086851] usb 3-6: SerialNumber: 14495FPKC366
[ 1.199875] usb 3-10: new full-speed USB device number 4 using xhci_hcd
[ 1.256854] intel-lpss 0000:00:15.0: supend started
[ 1.257020] intel-lpss 0000:00:15.0: supend finished
[ 1.324750] usb 3-10: New USB device found, idVendor=0bda, idProduct=4853, bcdDevice= 0.00
[ 1.324753] usb 3-10: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 1.324754] usb 3-10: Product: Bluetooth Radio
[ 1.324755] usb 3-10: Manufacturer: Realtek
[ 1.324756] usb 3-10: SerialNumber: 00e04c000001
[ 1.461344] device-mapper: uevent: version 1.0.3
[ 1.461423] device-mapper: ioctl: 4.50.0-ioctl (2025-04-28) initialised: dm-devel@lists.linux.dev
[ 1.462022] i915 0000:00:02.0: [drm] Found alderlake_p/raptorlake_u (device ID a7ac) integrated display version 13.00 stepping E0
[ 1.496997] Console: switching to colour dummy device 80x25
[ 1.497233] i915 0000:00:02.0: vgaarb: deactivate vga console
[ 1.497313] i915 0000:00:02.0: [drm] Using Transparent Hugepages
[ 1.497777] i915 0000:00:02.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[ 1.500163] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/adlp_dmc.bin (v2.20)
[ 1.514940] i915 0000:00:02.0: [drm] GT0: GuC firmware i915/adlp_guc_70.bin version 70.49.4
[ 1.514949] i915 0000:00:02.0: [drm] GT0: HuC firmware i915/tgl_huc.bin version 7.9.3
[ 1.531685] i915 0000:00:02.0: [drm] GT0: HuC: authenticated for all workloads
[ 1.532414] i915 0000:00:02.0: [drm] GT0: GUC: submission enabled
[ 1.532417] i915 0000:00:02.0: [drm] GT0: GUC: SLPC enabled
[ 1.532861] i915 0000:00:02.0: [drm] GT0: GUC: RC enabled
[ 1.534034] i915 0000:00:02.0: [drm] Protected Xe Path (PXP) protected content support initialized
[ 1.548685] i915 0000:00:02.0: [drm] Registered 4 planes with drm panic
[ 1.556880] [drm] Initialized i915 1.6.0 for 0000:00:02.0 on minor 1
[ 1.557660] ACPI: video: Video Device [GFX0] (multi-head: yes rom: no post: no)
[ 1.557887] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input3
[ 1.568666] fbcon: i915drmfb (fb0) is primary device
[ 1.597294] Console: switching to colour frame buffer device 240x75
[ 1.632597] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
[ 3.125415] irq 27: nobody cared (try booting with the "irqpoll" option)
[ 3.125442] CPU: 11 UID: 0 PID: 0 Comm: swapper/11 Not tainted 6.19.0-rc6-1-git-00201-gcfc7bee071d1 #29 PREEMPT(full) c10110112588fbe534b76b91287ef659114bb7bc
[ 3.125447] Hardware name: LENOVO 83FW/LNVNB161216, BIOS PFCN14WW 09/20/2024
[ 3.125448] Call Trace:
[ 3.125450] <IRQ>
[ 3.125452] dump_stack_lvl+0x5d/0x80
[ 3.125460] __report_bad_irq+0x35/0xbc
[ 3.125465] note_interrupt.cold+0x28/0x66
[ 3.125467] handle_irq_event+0x72/0x90
[ 3.125472] handle_fasteoi_irq+0xda/0x1f0
[ 3.125475] __common_interrupt+0x41/0xa0
[ 3.125480] common_interrupt+0x80/0xa0
[ 3.125486] </IRQ>
[ 3.125487] <TASK>
[ 3.125487] asm_common_interrupt+0x26/0x40
[ 3.125491] RIP: 0010:cpuidle_enter_state+0xbb/0x410
[ 3.125495] Code: 00 00 e8 c8 ba 00 ff e8 e3 ef ff ff 48 89 c5 0f 1f 44 00 00 31 ff e8 c4 37 ff fe 45 84 ff 0f 85 33 02 00 00 fb 0f 1f 44 00 00 <45> 85 f6 0f 88 7c 01 00 00 49 63 ce 48 2b 2c 24 48 6b d1 68 48 89
[ 3.125496] RSP: 0018:ffffd1fb00223e78 EFLAGS: 00000246
[ 3.125499] RAX: ffff8da3b2396000 RBX: 0000000000000001 RCX: 0000000000000000
[ 3.125500] RDX: 00000000ba49c3ba RSI: ffffffeb8f666907 RDI: 0000000000000000
[ 3.125502] RBP: 00000000ba49c3ba R08: 0000000000000002 R09: 0000000000000020
[ 3.125503] R10: 00000000ffffffff R11: ffffffffffffffff R12: ffff8da35fafe840
[ 3.125503] R13: ffffffffacbf38c0 R14: 0000000000000001 R15: 0000000000000000
[ 3.125506] ? cpuidle_enter_state+0xac/0x410
[ 3.125509] cpuidle_enter+0x31/0x50
[ 3.125514] do_idle+0x1ae/0x210
[ 3.125519] cpu_startup_entry+0x29/0x30
[ 3.125521] start_secondary+0x119/0x150
[ 3.125526] common_startup_64+0x13e/0x141
[ 3.125531] </TASK>
[ 3.125532] handlers:
[ 3.125542] [<00000000aef17f2e>] idma64_irq [idma64]
[ 3.125559] [<00000000ae789ad2>] i2c_dw_isr
[ 3.125570] Disabling IRQ #27
[ 6.039999] idma64_irq: 100666 callbacks suppressed
[ 6.040025] intel-lpss 0000:00:15.0: status=0xffffffff
[ 6.040069] i2c_dw_isr: 100017 callbacks suppressed
[ 6.040078] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 6.144031] intel-lpss 0000:00:15.0: status=0xffffffff
[ 6.144087] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 6.247974] intel-lpss 0000:00:15.0: status=0xffffffff
[ 6.248026] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 6.351980] intel-lpss 0000:00:15.0: status=0xffffffff
[ 6.352036] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 6.455937] intel-lpss 0000:00:15.0: status=0xffffffff
[ 6.455984] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 6.559990] intel-lpss 0000:00:15.0: status=0xffffffff
[ 6.560041] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 6.663947] intel-lpss 0000:00:15.0: status=0xffffffff
[ 6.663993] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 6.767985] intel-lpss 0000:00:15.0: status=0xffffffff
[ 6.768032] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 6.871797] intel-lpss 0000:00:15.0: status=0xffffffff
[ 6.871837] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 6.975953] intel-lpss 0000:00:15.0: status=0xffffffff
[ 6.976003] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 11.135977] idma64_irq: 39 callbacks suppressed
[ 11.135996] intel-lpss 0000:00:15.0: status=0xffffffff
[ 11.136034] i2c_dw_isr: 39 callbacks suppressed
[ 11.136040] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 11.239967] intel-lpss 0000:00:15.0: status=0xffffffff
[ 11.240017] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 11.343996] intel-lpss 0000:00:15.0: status=0xffffffff
[ 11.344047] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 11.447988] intel-lpss 0000:00:15.0: status=0xffffffff
[ 11.448041] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 11.551949] intel-lpss 0000:00:15.0: status=0xffffffff
[ 11.551990] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 11.655996] intel-lpss 0000:00:15.0: status=0xffffffff
[ 11.656049] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 11.760003] intel-lpss 0000:00:15.0: status=0xffffffff
[ 11.760046] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 11.863979] intel-lpss 0000:00:15.0: status=0xffffffff
[ 11.864025] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 11.967951] intel-lpss 0000:00:15.0: status=0xffffffff
[ 11.967993] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 12.071977] intel-lpss 0000:00:15.0: status=0xffffffff
[ 12.072027] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 16.231932] idma64_irq: 39 callbacks suppressed
[ 16.231952] intel-lpss 0000:00:15.0: status=0xffffffff
[ 16.231988] i2c_dw_isr: 39 callbacks suppressed
[ 16.231994] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 16.335990] intel-lpss 0000:00:15.0: status=0xffffffff
[ 16.336040] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 16.439936] intel-lpss 0000:00:15.0: status=0xffffffff
[ 16.439981] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 16.544001] intel-lpss 0000:00:15.0: status=0xffffffff
[ 16.544047] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 16.647978] intel-lpss 0000:00:15.0: status=0xffffffff
[ 16.648024] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 16.751958] intel-lpss 0000:00:15.0: status=0xffffffff
[ 16.751997] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 16.855957] intel-lpss 0000:00:15.0: status=0xffffffff
[ 16.856025] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 16.959953] intel-lpss 0000:00:15.0: status=0xffffffff
[ 16.959990] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 17.063909] intel-lpss 0000:00:15.0: status=0xffffffff
[ 17.063956] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 17.167954] intel-lpss 0000:00:15.0: status=0xffffffff
[ 17.167992] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 21.327759] idma64_irq: 39 callbacks suppressed
[ 21.327765] intel-lpss 0000:00:15.0: status=0xffffffff
[ 21.327782] i2c_dw_isr: 39 callbacks suppressed
[ 21.327784] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 21.431763] intel-lpss 0000:00:15.0: status=0xffffffff
[ 21.431786] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 21.535760] intel-lpss 0000:00:15.0: status=0xffffffff
[ 21.535784] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 21.639763] intel-lpss 0000:00:15.0: status=0xffffffff
[ 21.639786] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 21.744761] intel-lpss 0000:00:15.0: status=0xffffffff
[ 21.744784] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 21.847762] intel-lpss 0000:00:15.0: status=0xffffffff
[ 21.847784] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 21.951762] intel-lpss 0000:00:15.0: status=0xffffffff
[ 21.951785] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 22.056760] intel-lpss 0000:00:15.0: status=0xffffffff
[ 22.056784] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 22.159763] intel-lpss 0000:00:15.0: status=0xffffffff
[ 22.159784] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 22.263762] intel-lpss 0000:00:15.0: status=0xffffffff
[ 22.263785] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 26.423761] idma64_irq: 39 callbacks suppressed
[ 26.423767] intel-lpss 0000:00:15.0: status=0xffffffff
[ 26.423796] i2c_dw_isr: 39 callbacks suppressed
[ 26.423798] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 26.528763] intel-lpss 0000:00:15.0: status=0xffffffff
[ 26.528784] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 26.631763] intel-lpss 0000:00:15.0: status=0xffffffff
[ 26.631786] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 26.735763] intel-lpss 0000:00:15.0: status=0xffffffff
[ 26.735785] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 26.840762] intel-lpss 0000:00:15.0: status=0xffffffff
[ 26.840785] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 26.943758] intel-lpss 0000:00:15.0: status=0xffffffff
[ 26.943781] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 27.047763] intel-lpss 0000:00:15.0: status=0xffffffff
[ 27.047785] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 27.151762] intel-lpss 0000:00:15.0: status=0xffffffff
[ 27.151785] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 27.256760] intel-lpss 0000:00:15.0: status=0xffffffff
[ 27.256783] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 27.360762] intel-lpss 0000:00:15.0: status=0xffffffff
[ 27.360783] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 29.383779] Key type trusted registered
[ 29.385974] Key type encrypted registered
[ 29.433116] PM: Image not found (code -22)
[ 29.525452] EXT4-fs (dm-0): Supports (experimental) DIO atomic writes awu_min: 4096, awu_max: 4096
[ 29.564115] EXT4-fs (dm-0): mounting with "discard" option, but the device does not support discard
[ 29.564194] EXT4-fs (dm-0): mounted filesystem ad720100-0431-4e07-b2e9-00fd54b8fbcb r/w with ordered data mode. Quota mode: none.
[ 30.000980] systemd-journald[193]: Received SIGTERM from PID 1 (systemd).
[ 30.059717] systemd[1]: systemd 259-2-arch running in system mode (+PAM +AUDIT -SELINUX +APPARMOR -IMA +IPE +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +BTF +XKBCOMMON +UTMP -SYSVINIT +LIBARCHIVE)
[ 30.059746] systemd[1]: Detected architecture x86-64.
[ 30.073145] systemd[1]: Hostname set to <arch>.
[ 30.168396] systemd[1]: bpf-restrict-fs: LSM BPF program attached
[ 30.329466] systemd[1]: initrd-switch-root.service: Deactivated successfully.
[ 30.329643] systemd[1]: Stopped Switch Root.
[ 30.331057] systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1.
[ 30.331235] systemd[1]: Created slice Virtual Machine and Container Slice.
[ 30.332100] systemd[1]: Created slice Slice /system/dirmngr.
[ 30.332912] systemd[1]: Created slice Slice /system/getty.
[ 30.333667] systemd[1]: Created slice Slice /system/gpg-agent.
[ 30.334442] systemd[1]: Created slice Slice /system/gpg-agent-browser.
[ 30.335212] systemd[1]: Created slice Slice /system/gpg-agent-extra.
[ 30.335984] systemd[1]: Created slice Slice /system/gpg-agent-ssh.
[ 30.336736] systemd[1]: Created slice Slice /system/keyboxd.
[ 30.337496] systemd[1]: Created slice Slice /system/modprobe.
[ 30.338861] systemd[1]: Created slice Slice /system/systemd-fsck.
[ 30.339568] systemd[1]: Created slice User and Session Slice.
[ 30.340359] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ 30.341079] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 30.341881] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ 30.342578] systemd[1]: Expecting device /dev/disk/by-uuid/C6DC-F0DB...
[ 30.343266] systemd[1]: Reached target Local Encrypted Volumes.
[ 30.343947] systemd[1]: Reached target Login Prompts.
[ 30.344620] systemd[1]: Reached target Image Downloads.
[ 30.345276] systemd[1]: Stopped target Switch Root.
[ 30.345943] systemd[1]: Stopped target Initrd File Systems.
[ 30.346543] systemd[1]: Stopped target Initrd Root File System.
[ 30.347142] systemd[1]: Reached target Local Integrity Protected Volumes.
[ 30.347731] systemd[1]: Reached target Path Units.
[ 30.348278] systemd[1]: Reached target Remote File Systems.
[ 30.348807] systemd[1]: Reached target Slice Units.
[ 30.349354] systemd[1]: Reached target Local Verity Protected Volumes.
[ 30.349935] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[ 30.351170] systemd[1]: Listening on Query the User Interactively for a Password.
[ 30.352445] systemd[1]: Listening on Process Core Dump Socket.
[ 30.353416] systemd[1]: Listening on Credential Encryption/Decryption.
[ 30.354513] systemd[1]: Listening on Factory Reset Management.
[ 30.355875] systemd[1]: Listening on Console Output Muting Service Socket.
[ 30.356421] systemd[1]: TPM PCR Measurements was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[ 30.356433] systemd[1]: Make TPM PCR Policy was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[ 30.356919] systemd[1]: Listening on Disk Repartitioning Service Socket.
[ 30.357473] systemd[1]: Listening on udev Control Socket.
[ 30.358043] systemd[1]: Listening on udev Varlink Socket.
[ 30.358588] systemd[1]: Listening on User Database Manager Socket.
[ 30.360174] systemd[1]: Mounting Huge Pages File System...
[ 30.361176] systemd[1]: Mounting POSIX Message Queue File System...
[ 30.362577] systemd[1]: Mounting Kernel Debug File System...
[ 30.371787] systemd[1]: Mounting Kernel Trace File System...
[ 30.373123] systemd[1]: Starting Create List of Static Device Nodes...
[ 30.373731] systemd[1]: Load Kernel Module configfs was skipped because of an unmet condition check (ConditionKernelModuleLoaded=!configfs).
[ 30.374111] systemd[1]: Mounting Kernel Configuration File System...
[ 30.374713] systemd[1]: Load Kernel Module drm was skipped because of an unmet condition check (ConditionKernelModuleLoaded=!drm).
[ 30.374731] systemd[1]: Load Kernel Module fuse was skipped because of an unmet condition check (ConditionKernelModuleLoaded=!fuse).
[ 30.375232] systemd[1]: Mounting FUSE Control File System...
[ 30.375896] systemd[1]: systemd-cryptsetup@root.service: Deactivated successfully.
[ 30.375922] systemd[1]: Stopped systemd-cryptsetup@root.service.
[ 30.376677] systemd[1]: systemd-cryptsetup@root.service: Consumed 30.916s CPU time over 29.297s wall clock time, 1G memory peak.
[ 30.377044] 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).
[ 30.378687] systemd[1]: Starting Journal Service...
[ 30.381227] systemd[1]: Starting Load Kernel Modules...
[ 30.381997] systemd[1]: TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[ 30.382030] systemd[1]: TPM PCR Root File System Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[ 30.382072] systemd[1]: TPM NvPCR Product ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[ 30.382993] systemd[1]: Starting Remount Root and Kernel File Systems...
[ 30.383826] systemd[1]: Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[ 30.384691] systemd[1]: Starting Load udev Rules from Credentials...
[ 30.386345] systemd[1]: Starting Coldplug All udev Devices...
[ 30.387079] systemd[1]: systemd-validatefs@sysroot.service: Deactivated successfully.
[ 30.387117] systemd[1]: Stopped Validate File System Mount Constraints of /sysroot.
[ 30.394075] systemd[1]: Mounted Huge Pages File System.
[ 30.395646] systemd[1]: Mounted POSIX Message Queue File System.
[ 30.397123] systemd[1]: Mounted Kernel Debug File System.
[ 30.398233] systemd[1]: Mounted Kernel Trace File System.
[ 30.399222] systemd[1]: Finished Create List of Static Device Nodes.
[ 30.400027] systemd[1]: Mounted Kernel Configuration File System.
[ 30.400785] systemd[1]: Mounted FUSE Control File System.
[ 30.401061] Asymmetric key parser 'pkcs8' registered
[ 30.401699] systemd[1]: Finished Load Kernel Modules.
[ 30.402506] systemd-journald[1115]: Collecting audit messages is disabled.
[ 30.402633] systemd[1]: Finished Load udev Rules from Credentials.
[ 30.404514] systemd[1]: Starting Apply Kernel Variables...
[ 30.405486] systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
[ 30.406161] systemd[1]: Started Journal Service.
[ 30.409109] EXT4-fs (dm-0): re-mounted ad720100-0431-4e07-b2e9-00fd54b8fbcb.
[ 30.422708] systemd-journald[1115]: Received client request to flush runtime journal.
[ 30.425758] Adding 45088764k swap on /swapfile. Priority:-1 extents:347 across:128843776k SS
[ 30.682922] mc: Linux media interface: v0.10
[ 30.705793] intel-lpss 0000:00:15.0: resume started
[ 30.705803] intel-lpss 0000:00:15.0: resume finished
[ 30.709924] videodev: Linux video capture interface: v2.00
[ 30.710074] resource: resource sanity check: requesting [mem 0x00000000fedc0000-0x00000000fedcffff], which spans more than pnp 00:04 [mem 0xfedc0000-0xfedc7fff]
[ 30.710154] caller igen6_probe+0x155/0x824 [igen6_edac] mapping multiple BARs
[ 30.711237] drivers/hid/i2c-hid/i2c-hid-core.c: HID probe called for i2c 0x15
[ 30.711253] i2c_designware i2c_designware.0: i2c_dw_xfer: msgs: 1
[ 30.711460] ACPI: bus type thunderbolt registered
[ 30.712908] EDAC MC0: Giving out device to module igen6_edac controller Intel_client_SoC MC#0: DEV 0000:00:00.0 (INTERRUPT)
[ 30.712979] EDAC MC1: Giving out device to module igen6_edac controller Intel_client_SoC MC#1: DEV 0000:00:00.0 (INTERRUPT)
[ 30.713028] EDAC igen6: v2.5.1
[ 30.713301] intel_pmc_core INT33A1:00: initialized
[ 30.730376] input: PC Speaker as /devices/platform/pcspkr/input/input4
[ 30.749675] ACPI: battery: new hook: Ideapad Battery Extension
[ 30.751000] input: Ideapad extra buttons as /devices/pci0000:00/0000:00:1f.0/PNP0C09:00/VPC2004:00/input/input5
[ 30.769857] Bluetooth: Core ver 2.22
[ 30.769878] NET: Registered PF_BLUETOOTH protocol family
[ 30.769880] Bluetooth: HCI device and connection manager initialized
[ 30.769884] Bluetooth: HCI socket layer initialized
[ 30.769887] Bluetooth: L2CAP socket layer initialized
[ 30.769890] Bluetooth: SCO socket layer initialized
[ 30.792774] i2c_designware i2c_designware.0: enabled=0x1 stat=0x10
[ 30.895958] i2c_designware i2c_designware.0: enabled=0x1 stat=0x714
[ 30.896088] i2c_hid_acpi i2c-ELAN06FA:00: Fetching the HID descriptor
[ 30.896100] i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=01 00
[ 30.896111] i2c_designware i2c_designware.0: i2c_dw_xfer: msgs: 2
[ 30.999917] i2c_designware i2c_designware.0: enabled=0x1 stat=0x10
[ 31.103802] i2c_designware i2c_designware.0: enabled=0x1 stat=0x714
[ 31.103959] i2c_hid_acpi i2c-ELAN06FA:00: HID Descriptor: 1e 00 00 01 a3 02 02 00 03 00 1f 00 04 00 00 00 05 00 06 00 f3 04 7e 32 04 00 00 00 00 00
[ 31.103978] i2c_hid_acpi i2c-ELAN06FA:00: Requesting IRQ: 155
[ 31.104521] i2c_hid_acpi i2c-ELAN06FA:00: entering i2c_hid_parse
[ 31.104527] i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_start_hwreset
[ 31.104531] i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_power
[ 31.104535] i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 00 08
[ 31.104543] i2c_designware i2c_designware.0: i2c_dw_xfer: msgs: 1
[ 31.207928] i2c_designware i2c_designware.0: enabled=0x1 stat=0x10
[ 31.311803] i2c_designware i2c_designware.0: enabled=0x1 stat=0x710
[ 31.372788] i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 00 01
[ 31.372807] i2c_designware i2c_designware.0: i2c_dw_xfer: msgs: 1
[ 31.415968] i2c_designware i2c_designware.0: enabled=0x1 stat=0x10
[ 31.519929] idma64_irq: 39 callbacks suppressed
[ 31.519946] intel-lpss 0000:00:15.0: status=0x0
[ 31.519966] i2c_dw_isr: 39 callbacks suppressed
[ 31.519972] i2c_designware i2c_designware.0: enabled=0x1 stat=0x710
[ 31.519979] i2c_designware i2c_designware.0: enabled=0x1 stat=0x710
[ 31.520169] i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_finish_hwreset: waiting...
[ 31.520362] i2c_designware i2c_designware.0: i2c_dw_xfer: msgs: 1
[ 31.623921] intel-lpss 0000:00:15.0: status=0x0
[ 31.623947] i2c_designware i2c_designware.0: enabled=0x1 stat=0x10
[ 31.623952] i2c_designware i2c_designware.0: enabled=0x1 stat=0x10
[ 31.727913] intel-lpss 0000:00:15.0: status=0x0
[ 31.727943] i2c_designware i2c_designware.0: enabled=0x1 stat=0x714
[ 31.727949] i2c_designware i2c_designware.0: enabled=0x1 stat=0x714
[ 31.728294] i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_finish_hwreset: finished.
[ 31.728311] i2c_hid_acpi i2c-ELAN06FA:00: asking HID report descriptor
[ 31.728315] i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=02 00
[ 31.728326] i2c_designware i2c_designware.0: i2c_dw_xfer: msgs: 2
[ 31.831905] intel-lpss 0000:00:15.0: status=0x0
[ 31.831934] i2c_designware i2c_designware.0: enabled=0x1 stat=0x10
[ 31.831941] i2c_designware i2c_designware.0: enabled=0x1 stat=0x10
[ 31.935921] intel-lpss 0000:00:15.0: status=0x0
[ 31.935950] i2c_designware i2c_designware.0: enabled=0x1 stat=0x2514
[ 31.935956] i2c_designware i2c_designware.0: enabled=0x1 stat=0x2514
[ 32.039932] intel-lpss 0000:00:15.0: status=0x0
[ 32.039961] i2c_designware i2c_designware.0: enabled=0x1 stat=0x2514
[ 32.039968] i2c_designware i2c_designware.0: enabled=0x1 stat=0x2514
[ 32.143918] intel-lpss 0000:00:15.0: status=0x0
[ 32.143953] i2c_designware i2c_designware.0: enabled=0x1 stat=0x2514
[ 32.143961] i2c_designware i2c_designware.0: enabled=0x1 stat=0x2514
[ 32.247951] intel-lpss 0000:00:15.0: status=0x0
[ 32.247987] i2c_designware i2c_designware.0: enabled=0x1 stat=0x2514
[ 32.247995] i2c_designware i2c_designware.0: enabled=0x1 stat=0x2514
[ 32.351925] intel-lpss 0000:00:15.0: status=0x0
[ 32.351952] i2c_designware i2c_designware.0: enabled=0x1 stat=0x2514
[ 32.351956] i2c_designware i2c_designware.0: enabled=0x1 stat=0x2514
[ 32.455980] intel-lpss 0000:00:15.0: status=0x0
[ 32.456012] i2c_designware i2c_designware.0: enabled=0x1 stat=0x2514
[ 32.456020] i2c_designware i2c_designware.0: enabled=0x1 stat=0x2514
[ 32.559933] i2c_designware i2c_designware.0: enabled=0x1 stat=0x2514
[ 32.663955] i2c_designware i2c_designware.0: enabled=0x1 stat=0x2514
[ 32.752051] i2c_designware i2c_designware.0: controller timed out
[ 32.753601] hid (null): reading report descriptor failed
[ 32.754987] i2c_hid_acpi i2c-ELAN06FA:00: can't add hid device: -110
[ 32.761184] i2c_hid_acpi i2c-ELAN06FA:00: probe with driver i2c_hid_acpi failed with error -110
[ 32.773775] RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
[ 32.773780] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[ 32.773781] RAPL PMU: hw unit of domain package 2^-14 Joules
[ 32.773782] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[ 32.773783] RAPL PMU: hw unit of domain psys 2^-14 Joules
[ 32.775629] mei_me 0000:00:16.0: enabling device (0000 -> 0002)
[ 32.783772] spi-nor spi0.0: supply vcc not found, using dummy regulator
[ 32.789706] Creating 1 MTD partitions on "0000:00:1f.5":
[ 32.789719] 0x000000000000-0x000000800000 : "BIOS"
[ 32.796424] spi-nor spi0.1: supply vcc not found, using dummy regulator
[ 32.808133] Creating 1 MTD partitions on "0000:00:1f.5-chip1":
[ 32.808149] 0x000000000000-0x000001000000 : "BIOS1"
[ 32.820920] i801_smbus 0000:00:1f.4: SPD Write Disable is set
[ 32.820977] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[ 32.874205] iTCO_vendor_support: vendor-support=0
[ 32.874743] mei_pxp 0000:00:16.0-fbf6fcf1-96cf-4e2e-a6a6-1bab8cbe36b1: bound 0000:00:02.0 (ops i915_pxp_tee_component_ops [i915])
[ 32.875788] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 32.876059] mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_ops [i915])
[ 32.881110] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 32.881256] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
[ 32.881992] faux_driver regulatory: Direct firmware load for regulatory.db failed with error -2
[ 32.881996] cfg80211: failed to load regulatory.db
[ 32.911774] intel_rapl_msr: PL4 support detected.
[ 32.912210] intel_rapl_common: Found RAPL domain package
[ 32.912216] intel_rapl_common: Found RAPL domain core
[ 32.912217] intel_rapl_common: Found RAPL domain uncore
[ 32.912219] intel_rapl_common: Found RAPL domain psys
[ 32.912363] usbcore: registered new interface driver btusb
[ 32.914484] Bluetooth: hci0: RTL: examining hci_ver=0b hci_rev=000b lmp_ver=0b lmp_subver=8852
[ 32.915481] Bluetooth: hci0: RTL: rom_version status=0 version=1
[ 32.916479] Bluetooth: hci0: RTL: btrtl_initialize: key id 0
[ 32.916484] Bluetooth: hci0: RTL: loading rtl_bt/rtl8852bu_fw.bin
[ 32.917690] Bluetooth: hci0: RTL: loading rtl_bt/rtl8852bu_config.bin
[ 32.917990] Bluetooth: hci0: RTL: cfg_sz 6, total sz 60107
[ 32.919302] iTCO_wdt iTCO_wdt: Found a Intel PCH TCO device (Version=6, TCOBASE=0x0400)
[ 32.919451] iTCO_wdt iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[ 32.920693] uvcvideo 3-5:1.0: Found UVC 1.50 device Integrated Camera (30c9:00c5)
[ 32.924166] usbcore: registered new interface driver uvcvideo
[ 32.989311] intel_tcc_cooling: TCC Offset locked
[ 32.989590] intel_rapl_common: Found RAPL domain package
[ 33.035778] typec port0: bound usb3-port2 (ops connector_ops)
[ 33.035794] typec port0: bound usb2-port1 (ops connector_ops)
[ 33.041917] acpi PRP00001:00: No SoundWire links detected
[ 33.056788] rtw89_8852be 0000:03:00.0: loaded firmware rtw89/rtw8852b_fw-1.bin
[ 33.058185] rtw89_8852be 0000:03:00.0: enabling device (0000 -> 0003)
[ 33.065267] rtw89_8852be 0000:03:00.0: Firmware version 0.29.29.15 (6fb3ec41), cmd version 0, type 5
[ 33.065272] rtw89_8852be 0000:03:00.0: Firmware version 0.29.29.15 (6fb3ec41), cmd version 0, type 3
[ 33.106290] typec port1: bound usb3-port3 (ops connector_ops)
[ 33.106303] typec port1: bound usb2-port2 (ops connector_ops)
[ 33.139092] acpi PRP00001:00: No SoundWire links detected
[ 33.145838] acpi PRP00001:00: No SoundWire links detected
[ 33.145867] snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002)
[ 33.146151] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops intel_audio_component_bind_ops [i915])
[ 33.181205] snd_hda_codec_conexant hdaudioC0D0: CX11880: BIOS auto-probing.
[ 33.181661] snd_hda_codec_conexant hdaudioC0D0: CX11880: picked fixup for PCI SSID 17aa:0000
[ 33.181788] snd_hda_codec_conexant hdaudioC0D0: autoconfig for CX11880: line_outs=1 (0x17/0x0/0x0/0x0/0x0) type:speaker
[ 33.181792] snd_hda_codec_conexant hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 33.181794] snd_hda_codec_conexant hdaudioC0D0: hp_outs=1 (0x16/0x0/0x0/0x0/0x0)
[ 33.181796] snd_hda_codec_conexant hdaudioC0D0: mono: mono_out=0x0
[ 33.181797] snd_hda_codec_conexant hdaudioC0D0: inputs:
[ 33.181799] snd_hda_codec_conexant hdaudioC0D0: Mic=0x19
[ 33.181800] snd_hda_codec_conexant hdaudioC0D0: Internal Mic=0x1a
[ 33.210043] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input6
[ 33.210096] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input7
[ 33.210137] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input8
[ 33.210178] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input9
[ 33.210216] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input10
[ 33.210255] input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input11
[ 33.250576] Bluetooth: hci0: RTL: fw version 0x42d34e04
[ 33.334539] Bluetooth: hci0: AOSP extensions version v1.00
[ 33.370045] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[ 33.385035] rtw89_8852be 0000:03:00.0: chip rfe_type is 1
[ 33.414525] rtw89_8852be 0000:03:00.0: rfkill hardware state changed to enable
[ 34.002795] intel-lpss 0000:00:15.0: supend started
[ 34.003024] intel-lpss 0000:00:15.0: supend finished
[ 36.615972] idma64_irq: 39 callbacks suppressed
[ 36.615983] intel-lpss 0000:00:15.0: status=0xffffffff
[ 36.616040] i2c_dw_isr: 39 callbacks suppressed
[ 36.616043] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 36.719981] intel-lpss 0000:00:15.0: status=0xffffffff
[ 36.720048] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 36.823984] intel-lpss 0000:00:15.0: status=0xffffffff
[ 36.824053] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 36.927980] intel-lpss 0000:00:15.0: status=0xffffffff
[ 36.928048] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 37.031941] intel-lpss 0000:00:15.0: status=0xffffffff
[ 37.032001] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 37.135971] intel-lpss 0000:00:15.0: status=0xffffffff
[ 37.136038] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 37.240032] intel-lpss 0000:00:15.0: status=0xffffffff
[ 37.240111] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 37.344024] intel-lpss 0000:00:15.0: status=0xffffffff
[ 37.344098] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 37.447984] intel-lpss 0000:00:15.0: status=0xffffffff
[ 37.448050] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 37.552010] intel-lpss 0000:00:15.0: status=0xffffffff
[ 37.552080] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 41.712054] idma64_irq: 39 callbacks suppressed
[ 41.712068] intel-lpss 0000:00:15.0: status=0xffffffff
[ 41.712193] i2c_dw_isr: 39 callbacks suppressed
[ 41.712198] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 41.816042] intel-lpss 0000:00:15.0: status=0xffffffff
[ 41.816173] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 41.920047] intel-lpss 0000:00:15.0: status=0xffffffff
[ 41.920185] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 42.024003] intel-lpss 0000:00:15.0: status=0xffffffff
[ 42.024135] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 42.128017] intel-lpss 0000:00:15.0: status=0xffffffff
[ 42.128147] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 42.232022] intel-lpss 0000:00:15.0: status=0xffffffff
[ 42.232161] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 42.336067] intel-lpss 0000:00:15.0: status=0xffffffff
[ 42.336205] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 42.440017] intel-lpss 0000:00:15.0: status=0xffffffff
[ 42.440145] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 42.543970] intel-lpss 0000:00:15.0: status=0xffffffff
[ 42.544111] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
[ 42.648055] intel-lpss 0000:00:15.0: status=0xffffffff
[ 42.648186] i2c_designware i2c_designware.0: enabled=0xffffffff stat=0xffffffff
^ permalink raw reply [flat|nested] 55+ messages in thread
* Re: [REGRESSION][BISECTED] Lenovo IdeaPad touchpad does not work when idma64 is present in initramfs
2026-01-29 7:20 ` correctmost
@ 2026-01-29 11:56 ` Mika Westerberg
2026-01-29 13:06 ` correctmost
0 siblings, 1 reply; 55+ messages in thread
From: Mika Westerberg @ 2026-01-29 11:56 UTC (permalink / raw)
To: correctmost; +Cc: Andy Shevchenko, dmaengine, regressions, vkoul, linux-i2c
On Thu, Jan 29, 2026 at 02:20:22AM -0500, correctmost wrote:
> >> > Can you next apply the below patch (only that one) and try? Any test case
> >> > where it reproduces is good. The provide again full dmesg. While at it can
> >> > you enable CONFIG_PRINTK_TIME=y so we can also get timestamps to the dmesg.
> >>
> >> Full log attached with the added debug prints and timestamps
> >
> > Thanks! Okay so the interrupt is active immediately when the LPSS probes.
> > One thing that could explain this is that the IO-APIC is misconfigured to
> > have the polarity reversed. Can you boot with "apic=debug" in the kernel
> > command line so that it dumps the entries and provide again full dmesg?
>
> Sure, full log attached
Thanks! The IO-APIC configuration seems fine too. I also compared with my
MTLP based reference system and it shows the same (but my system does not
have this issue).
Let's add even more debug. Can you replace the previous hack patch with the
below.
You can drop the "apic=debug" from the command line but can you add
acpi.dyndbg=+p" instead.
Then also enable CONFIG_PCI_DEBUG=y.
diff --git a/drivers/dma/idma64.c b/drivers/dma/idma64.c
index d147353d47ab..9c06b137ed0b 100644
--- a/drivers/dma/idma64.c
+++ b/drivers/dma/idma64.c
@@ -6,6 +6,7 @@
* Author: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
*/
+#define DEBUG
#include <linux/bitops.h>
#include <linux/delay.h>
#include <linux/dmaengine.h>
@@ -171,6 +172,8 @@ static irqreturn_t idma64_irq(int irq, void *dev)
u32 status_err;
unsigned short i;
+ dev_dbg_ratelimited(idma64->dma.dev, "status=%#x\n", status);
+
/* Since IRQ may be shared, check if DMA controller is powered on */
if (status == GENMASK(31, 0))
return IRQ_NONE;
diff --git a/drivers/i2c/busses/i2c-designware-common.c b/drivers/i2c/busses/i2c-designware-common.c
index 5b1e8f74c4ac..6be3ce3edd4b 100644
--- a/drivers/i2c/busses/i2c-designware-common.c
+++ b/drivers/i2c/busses/i2c-designware-common.c
@@ -772,12 +772,17 @@ static int i2c_dw_runtime_suspend(struct device *device)
{
struct dw_i2c_dev *dev = dev_get_drvdata(device);
+ dev_info(device, "runtime suspend start\n");
+
+
if (dev->shared_with_punit)
return 0;
i2c_dw_disable(dev);
i2c_dw_prepare_clk(dev, false);
+ dev_info(device, "runtime suspend finished\n");
+
return 0;
}
@@ -794,11 +799,15 @@ static int i2c_dw_runtime_resume(struct device *device)
{
struct dw_i2c_dev *dev = dev_get_drvdata(device);
+ dev_info(device, "runtime resume start\n");
+
if (!dev->shared_with_punit)
i2c_dw_prepare_clk(dev, true);
dev->init(dev);
+ dev_info(device, "runtime resume finished\n");
+
return 0;
}
diff --git a/drivers/i2c/busses/i2c-designware-master.c b/drivers/i2c/busses/i2c-designware-master.c
index 45bfca05bb30..7461254ec863 100644
--- a/drivers/i2c/busses/i2c-designware-master.c
+++ b/drivers/i2c/busses/i2c-designware-master.c
@@ -10,6 +10,7 @@
*/
#define DEFAULT_SYMBOL_NAMESPACE "I2C_DW"
+#define DEBUG
#include <linux/delay.h>
#include <linux/err.h>
@@ -756,6 +757,7 @@ static irqreturn_t i2c_dw_isr(int this_irq, void *dev_id)
regmap_read(dev->map, DW_IC_ENABLE, &enabled);
regmap_read(dev->map, DW_IC_RAW_INTR_STAT, &stat);
+ dev_dbg_ratelimited(dev->dev, "enabled=%#x stat=%#x\n", enabled, stat);
if (!enabled || !(stat & ~DW_IC_INTR_ACTIVITY))
return IRQ_NONE;
if (pm_runtime_suspended(dev->dev) || stat == GENMASK(31, 0))
diff --git a/drivers/mfd/intel-lpss.c b/drivers/mfd/intel-lpss.c
index 63d6694f7145..b82a22e5977f 100644
--- a/drivers/mfd/intel-lpss.c
+++ b/drivers/mfd/intel-lpss.c
@@ -501,6 +501,8 @@ static int intel_lpss_suspend(struct device *dev)
struct intel_lpss *lpss = dev_get_drvdata(dev);
unsigned int i;
+ dev_info(dev, "supend started\n");
+
/* Save device context */
for (i = 0; i < LPSS_PRIV_REG_COUNT; i++)
lpss->priv_ctx[i] = readl(lpss->priv + i * 4);
@@ -513,6 +515,8 @@ static int intel_lpss_suspend(struct device *dev)
if (lpss->type != LPSS_DEV_UART)
writel(0, lpss->priv + LPSS_PRIV_RESETS);
+ dev_info(dev, "supend finished\n");
+
return 0;
}
@@ -521,12 +525,16 @@ static int intel_lpss_resume(struct device *dev)
struct intel_lpss *lpss = dev_get_drvdata(dev);
unsigned int i;
+ dev_info(dev, "resume started\n");
+
intel_lpss_deassert_reset(lpss);
/* Restore device context */
for (i = 0; i < LPSS_PRIV_REG_COUNT; i++)
writel(lpss->priv_ctx[i], lpss->priv + i * 4);
+ dev_info(dev, "resume finished\n");
+
return 0;
}
^ permalink raw reply related [flat|nested] 55+ messages in thread
* Re: [REGRESSION][BISECTED] Lenovo IdeaPad touchpad does not work when idma64 is present in initramfs
2026-01-29 11:56 ` Mika Westerberg
@ 2026-01-29 13:06 ` correctmost
2026-01-30 7:26 ` Mika Westerberg
0 siblings, 1 reply; 55+ messages in thread
From: correctmost @ 2026-01-29 13:06 UTC (permalink / raw)
To: Mika Westerberg; +Cc: Andy Shevchenko, dmaengine, regressions, vkoul, linux-i2c
[-- Attachment #1: Type: text/plain, Size: 1287 bytes --]
On Thu, Jan 29, 2026, at 6:56 AM, Mika Westerberg wrote:
> On Thu, Jan 29, 2026 at 02:20:22AM -0500, correctmost wrote:
>> >> > Can you next apply the below patch (only that one) and try? Any test case
>> >> > where it reproduces is good. The provide again full dmesg. While at it can
>> >> > you enable CONFIG_PRINTK_TIME=y so we can also get timestamps to the dmesg.
>> >>
>> >> Full log attached with the added debug prints and timestamps
>> >
>> > Thanks! Okay so the interrupt is active immediately when the LPSS probes.
>> > One thing that could explain this is that the IO-APIC is misconfigured to
>> > have the polarity reversed. Can you boot with "apic=debug" in the kernel
>> > command line so that it dumps the entries and provide again full dmesg?
>>
>> Sure, full log attached
>
> Thanks! The IO-APIC configuration seems fine too. I also compared with my
> MTLP based reference system and it shows the same (but my system does not
> have this issue).
>
> Let's add even more debug. Can you replace the previous hack patch with the
> below.
>
> You can drop the "apic=debug" from the command line but can you add
> acpi.dyndbg=+p" instead.
>
> Then also enable CONFIG_PCI_DEBUG=y.
Full log attached. (I also set CONFIG_LOG_BUF_SHIFT=24 to handle the extra dmesg output.)
[-- Attachment #2: dmesg-acpi-dyndbg.txt.zip --]
[-- Type: application/zip, Size: 168803 bytes --]
^ permalink raw reply [flat|nested] 55+ messages in thread
* Re: [REGRESSION][BISECTED] Lenovo IdeaPad touchpad does not work when idma64 is present in initramfs
2026-01-29 13:06 ` correctmost
@ 2026-01-30 7:26 ` Mika Westerberg
2026-01-30 8:18 ` correctmost
0 siblings, 1 reply; 55+ messages in thread
From: Mika Westerberg @ 2026-01-30 7:26 UTC (permalink / raw)
To: correctmost; +Cc: Andy Shevchenko, dmaengine, regressions, vkoul, linux-i2c
On Thu, Jan 29, 2026 at 08:06:29AM -0500, correctmost wrote:
> On Thu, Jan 29, 2026, at 6:56 AM, Mika Westerberg wrote:
> > On Thu, Jan 29, 2026 at 02:20:22AM -0500, correctmost wrote:
> >> >> > Can you next apply the below patch (only that one) and try? Any test case
> >> >> > where it reproduces is good. The provide again full dmesg. While at it can
> >> >> > you enable CONFIG_PRINTK_TIME=y so we can also get timestamps to the dmesg.
> >> >>
> >> >> Full log attached with the added debug prints and timestamps
> >> >
> >> > Thanks! Okay so the interrupt is active immediately when the LPSS probes.
> >> > One thing that could explain this is that the IO-APIC is misconfigured to
> >> > have the polarity reversed. Can you boot with "apic=debug" in the kernel
> >> > command line so that it dumps the entries and provide again full dmesg?
> >>
> >> Sure, full log attached
> >
> > Thanks! The IO-APIC configuration seems fine too. I also compared with my
> > MTLP based reference system and it shows the same (but my system does not
> > have this issue).
> >
> > Let's add even more debug. Can you replace the previous hack patch with the
> > below.
> >
> > You can drop the "apic=debug" from the command line but can you add
> > acpi.dyndbg=+p" instead.
> >
> > Then also enable CONFIG_PCI_DEBUG=y.
>
> Full log attached. (I also set CONFIG_LOG_BUF_SHIFT=24 to handle the extra dmesg output.)
Thanks! Unfortunaly I can't still spot anything that could cause this
behaviour :-/
Lets try this: block LPSS runtime PM. I know you did it in the past but
this one does it slightly differently (you commented out the ops, this one
prevents the LPSS from runtime suspending). Can you replace previous hack
patch with the below?
diff --git a/drivers/dma/idma64.c b/drivers/dma/idma64.c
index d147353d47ab..9c06b137ed0b 100644
--- a/drivers/dma/idma64.c
+++ b/drivers/dma/idma64.c
@@ -6,6 +6,7 @@
* Author: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
*/
+#define DEBUG
#include <linux/bitops.h>
#include <linux/delay.h>
#include <linux/dmaengine.h>
@@ -171,6 +172,8 @@ static irqreturn_t idma64_irq(int irq, void *dev)
u32 status_err;
unsigned short i;
+ dev_dbg_ratelimited(idma64->dma.dev, "status=%#x\n", status);
+
/* Since IRQ may be shared, check if DMA controller is powered on */
if (status == GENMASK(31, 0))
return IRQ_NONE;
diff --git a/drivers/i2c/busses/i2c-designware-common.c b/drivers/i2c/busses/i2c-designware-common.c
index 5b1e8f74c4ac..6be3ce3edd4b 100644
--- a/drivers/i2c/busses/i2c-designware-common.c
+++ b/drivers/i2c/busses/i2c-designware-common.c
@@ -772,12 +772,17 @@ static int i2c_dw_runtime_suspend(struct device *device)
{
struct dw_i2c_dev *dev = dev_get_drvdata(device);
+ dev_info(device, "runtime suspend start\n");
+
+
if (dev->shared_with_punit)
return 0;
i2c_dw_disable(dev);
i2c_dw_prepare_clk(dev, false);
+ dev_info(device, "runtime suspend finished\n");
+
return 0;
}
@@ -794,11 +799,15 @@ static int i2c_dw_runtime_resume(struct device *device)
{
struct dw_i2c_dev *dev = dev_get_drvdata(device);
+ dev_info(device, "runtime resume start\n");
+
if (!dev->shared_with_punit)
i2c_dw_prepare_clk(dev, true);
dev->init(dev);
+ dev_info(device, "runtime resume finished\n");
+
return 0;
}
diff --git a/drivers/i2c/busses/i2c-designware-master.c b/drivers/i2c/busses/i2c-designware-master.c
index 45bfca05bb30..7461254ec863 100644
--- a/drivers/i2c/busses/i2c-designware-master.c
+++ b/drivers/i2c/busses/i2c-designware-master.c
@@ -10,6 +10,7 @@
*/
#define DEFAULT_SYMBOL_NAMESPACE "I2C_DW"
+#define DEBUG
#include <linux/delay.h>
#include <linux/err.h>
@@ -756,6 +757,7 @@ static irqreturn_t i2c_dw_isr(int this_irq, void *dev_id)
regmap_read(dev->map, DW_IC_ENABLE, &enabled);
regmap_read(dev->map, DW_IC_RAW_INTR_STAT, &stat);
+ dev_dbg_ratelimited(dev->dev, "enabled=%#x stat=%#x\n", enabled, stat);
if (!enabled || !(stat & ~DW_IC_INTR_ACTIVITY))
return IRQ_NONE;
if (pm_runtime_suspended(dev->dev) || stat == GENMASK(31, 0))
diff --git a/drivers/mfd/intel-lpss-pci.c b/drivers/mfd/intel-lpss-pci.c
index 8d92c895d3ae..b2d387080619 100644
--- a/drivers/mfd/intel-lpss-pci.c
+++ b/drivers/mfd/intel-lpss-pci.c
@@ -81,14 +81,14 @@ static int intel_lpss_pci_probe(struct pci_dev *pdev,
return ret;
pm_runtime_put(&pdev->dev);
- pm_runtime_allow(&pdev->dev);
+// pm_runtime_allow(&pdev->dev);
return 0;
}
static void intel_lpss_pci_remove(struct pci_dev *pdev)
{
- pm_runtime_forbid(&pdev->dev);
+// pm_runtime_forbid(&pdev->dev);
pm_runtime_get_sync(&pdev->dev);
intel_lpss_remove(&pdev->dev);
diff --git a/drivers/mfd/intel-lpss.c b/drivers/mfd/intel-lpss.c
index 63d6694f7145..b82a22e5977f 100644
--- a/drivers/mfd/intel-lpss.c
+++ b/drivers/mfd/intel-lpss.c
@@ -501,6 +501,8 @@ static int intel_lpss_suspend(struct device *dev)
struct intel_lpss *lpss = dev_get_drvdata(dev);
unsigned int i;
+ dev_info(dev, "supend started\n");
+
/* Save device context */
for (i = 0; i < LPSS_PRIV_REG_COUNT; i++)
lpss->priv_ctx[i] = readl(lpss->priv + i * 4);
@@ -513,6 +515,8 @@ static int intel_lpss_suspend(struct device *dev)
if (lpss->type != LPSS_DEV_UART)
writel(0, lpss->priv + LPSS_PRIV_RESETS);
+ dev_info(dev, "supend finished\n");
+
return 0;
}
@@ -521,12 +525,16 @@ static int intel_lpss_resume(struct device *dev)
struct intel_lpss *lpss = dev_get_drvdata(dev);
unsigned int i;
+ dev_info(dev, "resume started\n");
+
intel_lpss_deassert_reset(lpss);
/* Restore device context */
for (i = 0; i < LPSS_PRIV_REG_COUNT; i++)
writel(lpss->priv_ctx[i], lpss->priv + i * 4);
+ dev_info(dev, "resume finished\n");
+
return 0;
}
^ permalink raw reply related [flat|nested] 55+ messages in thread
* Re: [REGRESSION][BISECTED] Lenovo IdeaPad touchpad does not work when idma64 is present in initramfs
2026-01-30 7:26 ` Mika Westerberg
@ 2026-01-30 8:18 ` correctmost
2026-02-02 7:51 ` Mika Westerberg
0 siblings, 1 reply; 55+ messages in thread
From: correctmost @ 2026-01-30 8:18 UTC (permalink / raw)
To: Mika Westerberg; +Cc: Andy Shevchenko, dmaengine, regressions, vkoul, linux-i2c
[-- Attachment #1: Type: text/plain, Size: 2219 bytes --]
On Fri, Jan 30, 2026, at 2:26 AM, Mika Westerberg wrote:
> On Thu, Jan 29, 2026 at 08:06:29AM -0500, correctmost wrote:
>> On Thu, Jan 29, 2026, at 6:56 AM, Mika Westerberg wrote:
>> > On Thu, Jan 29, 2026 at 02:20:22AM -0500, correctmost wrote:
>> >> >> > Can you next apply the below patch (only that one) and try? Any test case
>> >> >> > where it reproduces is good. The provide again full dmesg. While at it can
>> >> >> > you enable CONFIG_PRINTK_TIME=y so we can also get timestamps to the dmesg.
>> >> >>
>> >> >> Full log attached with the added debug prints and timestamps
>> >> >
>> >> > Thanks! Okay so the interrupt is active immediately when the LPSS probes.
>> >> > One thing that could explain this is that the IO-APIC is misconfigured to
>> >> > have the polarity reversed. Can you boot with "apic=debug" in the kernel
>> >> > command line so that it dumps the entries and provide again full dmesg?
>> >>
>> >> Sure, full log attached
>> >
>> > Thanks! The IO-APIC configuration seems fine too. I also compared with my
>> > MTLP based reference system and it shows the same (but my system does not
>> > have this issue).
>> >
>> > Let's add even more debug. Can you replace the previous hack patch with the
>> > below.
>> >
>> > You can drop the "apic=debug" from the command line but can you add
>> > acpi.dyndbg=+p" instead.
>> >
>> > Then also enable CONFIG_PCI_DEBUG=y.
>>
>> Full log attached. (I also set CONFIG_LOG_BUF_SHIFT=24 to handle the extra dmesg output.)
>
> Thanks! Unfortunaly I can't still spot anything that could cause this
> behaviour :-/
>
> Lets try this: block LPSS runtime PM. I know you did it in the past but
> this one does it slightly differently (you commented out the ops, this one
> prevents the LPSS from runtime suspending). Can you replace previous hack
> patch with the below?
After applying that patch, I still see the IRQ message and the touchpad doesn't work (full log attached).
I'm not sure if this is helpful, but it seems like a similar IRQ issue was discussed in the past:
- https://lore.kernel.org/all/20251102190921.30068-1-hansg@kernel.org/
- https://github.com/alexpevzner/hotfix-kvadra-touchpad
- https://bbs.archlinux.org/viewtopic.php?id=302348
[-- Attachment #2: dmesg-block-lpss.txt --]
[-- Type: text/plain, Size: 152245 bytes --]
[ 0.000000] Linux version 6.19.0-rc6-1-git-00201-g2d4f15363f5b (linux-git@archlinux) (gcc (GCC) 15.2.1 20260103, GNU ld (GNU Binutils) 2.45.1) #32 SMP PREEMPT_DYNAMIC Fri, 30 Jan 2026 07:39:25 +0000
[ 0.000000] Command line: initrd=\initramfs-linux-git.img rd.luks.options=password-echo=no rw rootfstype=ext4 i2c-hid.dyndbg=+p resume=UUID=ad720100-0431-4e07-b2e9-00fd54b8fbcb resume_offset=1361920
[ 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-0x000000003b228fff] usable
[ 0.000000] BIOS-e820: [mem 0x000000003b229000-0x000000003bb28fff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000003bb29000-0x000000003d93efff] usable
[ 0.000000] BIOS-e820: [mem 0x000000003d93f000-0x000000003f9defff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000003f9df000-0x000000004298efff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x000000004298f000-0x0000000042afefff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x0000000042aff000-0x0000000042afffff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000042b00000-0x0000000046ffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000047c00000-0x0000000047ffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000048e00000-0x00000000503fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000c0000000-0x00000000cfffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed20000-0x00000000fed7ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x00000004afbfffff] usable
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] APIC: Static calls initialized
[ 0.000000] efi: EFI v2.8 by INSYDE Corp.
[ 0.000000] efi: ACPI=0x42afe000 ACPI 2.0=0x42afe014 TPMFinalLog=0x42906000 SMBIOS=0x3dfd9000 MEMATTR=0x36b0e298 ESRT=0x36b11018 RNG=0x42a12f18 INITRD=0x36b03c98 TPMEventLog=0x42a0a018
[ 0.000000] random: crng init done
[ 0.000000] efi: Remove mem95: MMIO range=[0xc0000000-0xcfffffff] (256MB) from e820 map
[ 0.000000] e820: remove [mem 0xc0000000-0xcfffffff] reserved
[ 0.000000] efi: Remove mem97: MMIO range=[0xff000000-0xffffffff] (16MB) from e820 map
[ 0.000000] e820: remove [mem 0xff000000-0xffffffff] reserved
[ 0.000000] SMBIOS 3.4 present.
[ 0.000000] DMI: LENOVO 83FW/LNVNB161216, BIOS PFCN14WW 09/20/2024
[ 0.000000] DMI: Memory slots populated: 2/2
[ 0.000000] tsc: Detected 2500.000 MHz processor
[ 0.000000] tsc: Detected 2496.000 MHz TSC
[ 0.000007] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000008] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000012] last_pfn = 0x4afc00 max_arch_pfn = 0x400000000
[ 0.000014] MTRR map: 5 entries (3 fixed + 2 variable; max 23), built from 10 variable MTRRs
[ 0.000016] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
[ 0.000347] last_pfn = 0x42b00 max_arch_pfn = 0x400000000
[ 0.004228] esrt: Reserving ESRT space from 0x0000000036b11018 to 0x0000000036b11140.
[ 0.004233] e820: update [mem 0x36b11000-0x36b11fff] usable ==> reserved
[ 0.004243] Using GB pages for direct mapping
[ 0.004402] Secure boot disabled
[ 0.004403] RAMDISK: [mem 0x305df000-0x31dd9fff]
[ 0.004460] ACPI: Early table checksum verification disabled
[ 0.004463] ACPI: RSDP 0x0000000042AFE014 000024 (v02 LENOVO)
[ 0.004467] ACPI: XSDT 0x0000000042A2F188 00012C (v01 LENOVO CB-01 00000001 01000013)
[ 0.004471] ACPI: FACP 0x0000000042AD3000 00010C (v05 LENOVO CB-01 00000001 ACPI 00040000)
[ 0.004474] ACPI: DSDT 0x0000000042A33000 09C575 (v02 LENOVO CB-01 00000001 ACPI 00040000)
[ 0.004476] ACPI: FACS 0x00000000428E1000 000040
[ 0.004477] ACPI: UEFI 0x000000004298E000 0001CF (v01 INSYDE ADL-P-M 00000001 ACPI 00040000)
[ 0.004478] ACPI: SSDT 0x0000000042AF8000 0042E1 (v02 LENOVO CB-01 00000001 INTL 20200717)
[ 0.004480] ACPI: SSDT 0x0000000042AF7000 00038C (v02 LENOVO CB-01 00000001 INTL 20200717)
[ 0.004481] ACPI: SSDT 0x0000000042AF6000 000106 (v02 LENOVO CB-01 00000001 INTL 20200717)
[ 0.004482] ACPI: SSDT 0x0000000042AF0000 005D34 (v02 LENOVO CB-01 00000001 INTL 20200717)
[ 0.004484] ACPI: SSDT 0x0000000042AED000 002C28 (v02 LENOVO CB-01 00000001 INTL 20200717)
[ 0.004485] ACPI: SSDT 0x0000000042AE9000 0033E9 (v02 LENOVO CB-01 00000001 INTL 20200717)
[ 0.004486] ACPI: SSDT 0x0000000042ADB000 00D836 (v02 INTEL TcssSsdt 00001000 INTL 20200717)
[ 0.004488] ACPI: SSDT 0x0000000042ADA000 00094F (v02 LENOVO CB-01 00000001 INTL 20200717)
[ 0.004489] ACPI: SSDT 0x0000000042AD9000 000033 (v02 LENOVO CB-01 00000001 INTL 20200717)
[ 0.004490] ACPI: SSDT 0x0000000042AD7000 0011EB (v02 LENOVO CB-01 00000001 INTL 20200717)
[ 0.004492] ACPI: SSDT 0x0000000042AD6000 00077B (v02 LENOVO CB-01 00000001 INTL 20200717)
[ 0.004493] ACPI: TPM2 0x0000000042AD5000 00004C (v04 LENOVO CB-01 00000001 ACPI 00040000)
[ 0.004494] ACPI: MSDM 0x0000000042AD4000 000055 (v03 LENOVO CB-01 00000001 ACPI 00040000)
[ 0.004496] ACPI: HPET 0x0000000042AD2000 000038 (v01 LENOVO CB-01 00000001 ACPI 00040000)
[ 0.004497] ACPI: APIC 0x0000000042AD1000 0001DC (v03 LENOVO CB-01 00000001 ACPI 00040000)
[ 0.004498] ACPI: MCFG 0x0000000042AD0000 00003C (v01 LENOVO CB-01 00000001 ACPI 00040000)
[ 0.004500] ACPI: SSDT 0x0000000042A31000 001D0E (v02 LENOVO CB-01 00000001 01000013)
[ 0.004501] ACPI: LPIT 0x0000000042A30000 0000CC (v01 LENOVO CB-01 00000001 ACPI 00040000)
[ 0.004502] ACPI: WSMT 0x0000000042AFD000 000028 (v01 LENOVO CB-01 00000001 ACPI 00040000)
[ 0.004504] ACPI: SSDT 0x0000000042A2E000 000AD9 (v02 LENOVO CB-01 00000001 INTL 20200717)
[ 0.004505] ACPI: SSDT 0x0000000042A24000 0092F4 (v02 LENOVO CB-01 00000001 INTL 20200717)
[ 0.004506] ACPI: DBGP 0x0000000042A23000 000034 (v01 LENOVO CB-01 00000001 ACPI 00040000)
[ 0.004508] ACPI: DBG2 0x0000000042A22000 000054 (v00 LENOVO CB-01 00000001 ACPI 00040000)
[ 0.004509] ACPI: DMAR 0x0000000042A21000 000088 (v01 LENOVO CB-01 00000001 ACPI 00040000)
[ 0.004510] ACPI: SSDT 0x0000000042A1F000 00100B (v02 LENOVO CB-01 00000001 INTL 20200717)
[ 0.004512] ACPI: SSDT 0x0000000042A1B000 0039DA (v02 LENOVO CB-01 00000001 INTL 20200717)
[ 0.004513] ACPI: SSDT 0x0000000042A17000 0039DA (v02 LENOVO CB-01 00000001 INTL 20200717)
[ 0.004514] ACPI: SSDT 0x0000000042A16000 0000F8 (v02 LENOVO CB-01 00000001 INTL 20200717)
[ 0.004515] ACPI: FPDT 0x0000000042A15000 000044 (v01 LENOVO CB-01 00000001 ACPI 00040000)
[ 0.004517] ACPI: PHAT 0x0000000042A13000 0007F8 (v01 LENOVO CB-01 00000001 ACPI 00040000)
[ 0.004518] ACPI: BGRT 0x0000000042A14000 000038 (v01 LENOVO CB-01 00000001 ACPI 00040000)
[ 0.004519] ACPI: Reserving FACP table memory at [mem 0x42ad3000-0x42ad310b]
[ 0.004520] ACPI: Reserving DSDT table memory at [mem 0x42a33000-0x42acf574]
[ 0.004521] ACPI: Reserving FACS table memory at [mem 0x428e1000-0x428e103f]
[ 0.004521] ACPI: Reserving UEFI table memory at [mem 0x4298e000-0x4298e1ce]
[ 0.004521] ACPI: Reserving SSDT table memory at [mem 0x42af8000-0x42afc2e0]
[ 0.004522] ACPI: Reserving SSDT table memory at [mem 0x42af7000-0x42af738b]
[ 0.004522] ACPI: Reserving SSDT table memory at [mem 0x42af6000-0x42af6105]
[ 0.004522] ACPI: Reserving SSDT table memory at [mem 0x42af0000-0x42af5d33]
[ 0.004523] ACPI: Reserving SSDT table memory at [mem 0x42aed000-0x42aefc27]
[ 0.004523] ACPI: Reserving SSDT table memory at [mem 0x42ae9000-0x42aec3e8]
[ 0.004523] ACPI: Reserving SSDT table memory at [mem 0x42adb000-0x42ae8835]
[ 0.004524] ACPI: Reserving SSDT table memory at [mem 0x42ada000-0x42ada94e]
[ 0.004524] ACPI: Reserving SSDT table memory at [mem 0x42ad9000-0x42ad9032]
[ 0.004524] ACPI: Reserving SSDT table memory at [mem 0x42ad7000-0x42ad81ea]
[ 0.004525] ACPI: Reserving SSDT table memory at [mem 0x42ad6000-0x42ad677a]
[ 0.004525] ACPI: Reserving TPM2 table memory at [mem 0x42ad5000-0x42ad504b]
[ 0.004525] ACPI: Reserving MSDM table memory at [mem 0x42ad4000-0x42ad4054]
[ 0.004526] ACPI: Reserving HPET table memory at [mem 0x42ad2000-0x42ad2037]
[ 0.004526] ACPI: Reserving APIC table memory at [mem 0x42ad1000-0x42ad11db]
[ 0.004526] ACPI: Reserving MCFG table memory at [mem 0x42ad0000-0x42ad003b]
[ 0.004527] ACPI: Reserving SSDT table memory at [mem 0x42a31000-0x42a32d0d]
[ 0.004527] ACPI: Reserving LPIT table memory at [mem 0x42a30000-0x42a300cb]
[ 0.004527] ACPI: Reserving WSMT table memory at [mem 0x42afd000-0x42afd027]
[ 0.004528] ACPI: Reserving SSDT table memory at [mem 0x42a2e000-0x42a2ead8]
[ 0.004528] ACPI: Reserving SSDT table memory at [mem 0x42a24000-0x42a2d2f3]
[ 0.004528] ACPI: Reserving DBGP table memory at [mem 0x42a23000-0x42a23033]
[ 0.004529] ACPI: Reserving DBG2 table memory at [mem 0x42a22000-0x42a22053]
[ 0.004529] ACPI: Reserving DMAR table memory at [mem 0x42a21000-0x42a21087]
[ 0.004529] ACPI: Reserving SSDT table memory at [mem 0x42a1f000-0x42a2000a]
[ 0.004530] ACPI: Reserving SSDT table memory at [mem 0x42a1b000-0x42a1e9d9]
[ 0.004530] ACPI: Reserving SSDT table memory at [mem 0x42a17000-0x42a1a9d9]
[ 0.004530] ACPI: Reserving SSDT table memory at [mem 0x42a16000-0x42a160f7]
[ 0.004531] ACPI: Reserving FPDT table memory at [mem 0x42a15000-0x42a15043]
[ 0.004531] ACPI: Reserving PHAT table memory at [mem 0x42a13000-0x42a137f7]
[ 0.004531] ACPI: Reserving BGRT table memory at [mem 0x42a14000-0x42a14037]
[ 0.004737] No NUMA configuration found
[ 0.004738] Faking a node at [mem 0x0000000000000000-0x00000004afbfffff]
[ 0.004742] NODE_DATA(0) allocated [mem 0x4afbd5280-0x4afbfffff]
[ 0.004867] Zone ranges:
[ 0.004868] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.004870] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.004870] Normal [mem 0x0000000100000000-0x00000004afbfffff]
[ 0.004871] Device empty
[ 0.004872] Movable zone start for each node
[ 0.004872] Early memory node ranges
[ 0.004873] node 0: [mem 0x0000000000001000-0x000000000009efff]
[ 0.004874] node 0: [mem 0x0000000000100000-0x000000003b228fff]
[ 0.004874] node 0: [mem 0x000000003bb29000-0x000000003d93efff]
[ 0.004874] node 0: [mem 0x0000000042aff000-0x0000000042afffff]
[ 0.004875] node 0: [mem 0x0000000100000000-0x00000004afbfffff]
[ 0.004876] Initmem setup node 0 [mem 0x0000000000001000-0x00000004afbfffff]
[ 0.004879] On node 0, zone DMA: 1 pages in unavailable ranges
[ 0.004897] On node 0, zone DMA: 97 pages in unavailable ranges
[ 0.006019] On node 0, zone DMA32: 2304 pages in unavailable ranges
[ 0.006122] On node 0, zone DMA32: 20928 pages in unavailable ranges
[ 0.023634] On node 0, zone Normal: 21760 pages in unavailable ranges
[ 0.023641] On node 0, zone Normal: 1024 pages in unavailable ranges
[ 0.023667] Reserving Intel graphics memory at [mem 0x4c800000-0x503fffff]
[ 0.025944] ACPI: PM-Timer IO Port: 0x1808
[ 0.025953] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[ 0.025954] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[ 0.025954] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[ 0.025955] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[ 0.025955] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[ 0.025955] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[ 0.025956] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[ 0.025956] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[ 0.025956] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
[ 0.025956] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
[ 0.025957] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
[ 0.025957] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
[ 0.025957] ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
[ 0.025958] ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
[ 0.025958] ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
[ 0.025958] ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
[ 0.025959] ACPI: LAPIC_NMI (acpi_id[0x11] high edge lint[0x1])
[ 0.025959] ACPI: LAPIC_NMI (acpi_id[0x12] high edge lint[0x1])
[ 0.025959] ACPI: LAPIC_NMI (acpi_id[0x13] high edge lint[0x1])
[ 0.025960] ACPI: LAPIC_NMI (acpi_id[0x14] high edge lint[0x1])
[ 0.025960] ACPI: LAPIC_NMI (acpi_id[0x15] high edge lint[0x1])
[ 0.025960] ACPI: LAPIC_NMI (acpi_id[0x16] high edge lint[0x1])
[ 0.025961] ACPI: LAPIC_NMI (acpi_id[0x17] high edge lint[0x1])
[ 0.025961] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[ 0.025996] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[ 0.025998] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.025999] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.026001] ACPI: Using ACPI (MADT) for SMP configuration information
[ 0.026002] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[ 0.026010] e820: update [mem 0x364ed000-0x365fbfff] usable ==> reserved
[ 0.026017] TSC deadline timer available
[ 0.026019] CPU topo: Max. logical packages: 1
[ 0.026020] CPU topo: Max. logical dies: 1
[ 0.026020] CPU topo: Max. dies per package: 1
[ 0.026022] CPU topo: Max. threads per core: 2
[ 0.026023] CPU topo: Num. cores per package: 10
[ 0.026023] CPU topo: Num. threads per package: 12
[ 0.026023] CPU topo: Allowing 12 present CPUs plus 0 hotplug CPUs
[ 0.026034] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 0.026035] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x000fffff]
[ 0.026036] PM: hibernation: Registered nosave memory: [mem 0x364ed000-0x365fbfff]
[ 0.026037] PM: hibernation: Registered nosave memory: [mem 0x36b11000-0x36b11fff]
[ 0.026037] PM: hibernation: Registered nosave memory: [mem 0x3b229000-0x3bb28fff]
[ 0.026038] PM: hibernation: Registered nosave memory: [mem 0x3d93f000-0x42afefff]
[ 0.026039] PM: hibernation: Registered nosave memory: [mem 0x42b00000-0xffffffff]
[ 0.026040] [mem 0x50400000-0xfed1ffff] available for PCI devices
[ 0.026041] Booting paravirtualized kernel on bare hardware
[ 0.026043] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[ 0.030187] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:12 nr_cpu_ids:12 nr_node_ids:1
[ 0.030633] percpu: Embedded 63 pages/cpu s221184 r8192 d28672 u262144
[ 0.030638] pcpu-alloc: s221184 r8192 d28672 u262144 alloc=1*2097152
[ 0.030640] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 -- -- -- --
[ 0.030653] Kernel command line: initrd=\initramfs-linux-git.img rd.luks.options=password-echo=no rw rootfstype=ext4 i2c-hid.dyndbg=+p resume=UUID=ad720100-0431-4e07-b2e9-00fd54b8fbcb resume_offset=1361920
[ 0.030709] printk: log buffer data + meta data: 16777216 + 58720256 = 75497472 bytes
[ 0.031860] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[ 0.032471] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[ 0.032568] software IO TLB: area num 16.
[ 0.041749] Fallback order for Node 0: 0
[ 0.041753] Built 1 zonelists, mobility grouping on. Total pages: 4115422
[ 0.041754] Policy zone: Normal
[ 0.041937] mem auto-init: stack:all(zero), heap alloc:on, heap free:off
[ 0.063357] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=12, Nodes=1
[ 0.069653] ftrace: allocating 57403 entries in 226 pages
[ 0.069655] ftrace: allocated 226 pages with 4 groups
[ 0.069724] Dynamic Preempt: full
[ 0.069767] rcu: Preemptible hierarchical RCU implementation.
[ 0.069768] rcu: RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=12.
[ 0.069769] rcu: RCU priority boosting: priority 1 delay 500 ms.
[ 0.069770] Trampoline variant of Tasks RCU enabled.
[ 0.069770] Rude variant of Tasks RCU enabled.
[ 0.069770] Tracing variant of Tasks RCU enabled.
[ 0.069771] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[ 0.069771] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=12
[ 0.069779] RCU Tasks: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=12.
[ 0.069780] RCU Tasks Rude: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=12.
[ 0.069781] RCU Tasks Trace: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=12.
[ 0.072877] NR_IRQS: 524544, nr_irqs: 2152, preallocated irqs: 16
[ 0.073169] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.073422] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
[ 0.073451] Console: colour dummy device 80x25
[ 0.073454] printk: legacy console [tty0] enabled
[ 0.073482] ACPI: Core revision 20250807
[ 0.073722] hpet: HPET dysfunctional in PC10. Force disabled.
[ 0.073832] APIC: Switch to symmetric I/O mode setup
[ 0.073833] DMAR: Host address width 39
[ 0.073834] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[ 0.073838] DMAR: dmar0: reg_base_addr fed90000 ver 4:0 cap 1c0000c40660462 ecap 29a00f0505e
[ 0.073839] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[ 0.073844] DMAR: dmar1: reg_base_addr fed91000 ver 5:0 cap d2008c40660462 ecap f050da
[ 0.073845] DMAR: RMRR base: 0x0000004c000000 end: 0x000000503fffff
[ 0.073847] DMAR-IR: IOAPIC id 2 under DRHD base 0xfed91000 IOMMU 1
[ 0.073848] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[ 0.073849] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[ 0.075443] DMAR-IR: Enabled IRQ remapping in x2apic mode
[ 0.075444] x2apic enabled
[ 0.075491] APIC: Switched APIC routing to: cluster x2apic
[ 0.079851] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x23fa772cf26, max_idle_ns: 440795269835 ns
[ 0.079856] Calibrating delay loop (skipped), value calculated using timer frequency.. 4992.00 BogoMIPS (lpj=2496000)
[ 0.079904] CPU0: Thermal monitoring enabled (TM1)
[ 0.079905] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[ 0.080012] CET detected: Indirect Branch Tracking enabled
[ 0.080012] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[ 0.080013] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
[ 0.080015] process: using mwait in idle threads
[ 0.080017] mitigations: Enabled attack vectors: user_kernel, user_user, guest_host, guest_guest, SMT mitigations: auto
[ 0.080019] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[ 0.080020] Spectre V2 : Mitigation: Enhanced / Automatic IBRS
[ 0.080021] Register File Data Sampling: Mitigation: Clear Register File
[ 0.080022] VMSCAPE: Mitigation: IBPB before exit to userspace
[ 0.080022] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[ 0.080023] Spectre V2 : Spectre v2 / PBRSB-eIBRS: Retire a single CALL on VMEXIT
[ 0.080024] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[ 0.080032] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[ 0.080033] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[ 0.080033] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[ 0.080034] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
[ 0.080035] x86/fpu: Supporting XSAVE feature 0x800: 'Control-flow User registers'
[ 0.080035] x86/fpu: Supporting XSAVE feature 0x1000: 'Control-flow Kernel registers (KVM only)'
[ 0.080036] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
[ 0.080036] x86/fpu: xstate_offset[9]: 832, xstate_sizes[9]: 8
[ 0.080037] x86/fpu: xstate_offset[11]: 840, xstate_sizes[11]: 16
[ 0.080037] x86/fpu: xstate_offset[12]: 856, xstate_sizes[12]: 24
[ 0.080038] x86/fpu: Enabled xstate features 0x1a07, context size is 880 bytes, using 'compacted' format.
[ 0.080854] Freeing SMP alternatives memory: 56K
[ 0.080854] pid_max: default: 32768 minimum: 301
[ 0.080854] landlock: Up and running.
[ 0.080854] Yama: becoming mindful.
[ 0.080854] LSM support for eBPF active
[ 0.080854] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.080854] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.080854] smpboot: CPU0: Intel(R) Core(TM) 5 120U (family: 0x6, model: 0xba, stepping: 0x3)
[ 0.080854] Performance Events: XSAVE Architectural LBR, PEBS fmt4+-baseline, AnyThread deprecated, Alderlake Hybrid events, 32-deep LBR, full-width counters, Intel PMU driver.
[ 0.080854] core: cpu_core PMU driver:
[ 0.080854] ... version: 5
[ 0.080854] ... bit width: 48
[ 0.080854] ... generic counters: 8
[ 0.080854] ... generic bitmap: 00000000000000ff
[ 0.080854] ... fixed-purpose counters: 4
[ 0.080854] ... fixed-purpose bitmap: 000000000000000f
[ 0.080854] ... value mask: 0000ffffffffffff
[ 0.080854] ... max period: 00007fffffffffff
[ 0.080854] ... global_ctrl mask: 0001000f000000ff
[ 0.080854] signal: max sigframe size: 3632
[ 0.080854] Estimated ratio of average max frequency by base frequency (times 1024): 2048
[ 0.080854] rcu: Hierarchical SRCU implementation.
[ 0.080854] rcu: Max phase no-delay instances is 400.
[ 0.080854] Timer migration: 2 hierarchy levels; 8 children per group; 2 crossnode level
[ 0.080854] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[ 0.080863] smp: Bringing up secondary CPUs ...
[ 0.080915] smpboot: x86: Booting SMP configuration:
[ 0.080916] .... node #0, CPUs: #2 #4 #5 #6 #7 #8 #9 #10 #11
[ 0.007507] core: cpu_atom PMU driver:
[ 0.007507] ... version: 5
[ 0.007507] ... bit width: 48
[ 0.007507] ... generic counters: 6
[ 0.007507] ... generic bitmap: 000000000000003f
[ 0.007507] ... fixed-purpose counters: 3
[ 0.007507] ... fixed-purpose bitmap: 0000000000000007
[ 0.007507] ... value mask: 0000ffffffffffff
[ 0.007507] ... max period: 00007fffffffffff
[ 0.007507] ... global_ctrl mask: 000000070000003f
[ 0.084940] #1 #3
[ 0.086224] smp: Brought up 1 node, 12 CPUs
[ 0.086224] smpboot: Total of 12 processors activated (59904.00 BogoMIPS)
[ 0.086934] Memory: 15924452K/16461688K available (20414K kernel code, 59859K rwdata, 16536K rodata, 4736K init, 21504K bss, 514036K reserved, 0K cma-reserved)
[ 0.087328] devtmpfs: initialized
[ 0.087328] x86/mm: Memory block size: 128MB
[ 0.088112] ACPI: PM: Registering ACPI NVS region [mem 0x3f9df000-0x4298efff] (50003968 bytes)
[ 0.088112] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[ 0.088112] posixtimers hash table entries: 8192 (order: 5, 131072 bytes, linear)
[ 0.088112] futex hash table entries: 4096 (262144 bytes on 1 NUMA nodes, total 256 KiB, linear).
[ 0.088143] PM: RTC time: 07:48:02, date: 2026-01-30
[ 0.088996] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.089209] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
[ 0.089359] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.089513] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.089516] audit: initializing netlink subsys (disabled)
[ 0.089520] audit: type=2000 audit(1769759282.009:1): state=initialized audit_enabled=0 res=1
[ 0.089520] thermal_sys: Registered thermal governor 'fair_share'
[ 0.089520] thermal_sys: Registered thermal governor 'bang_bang'
[ 0.089520] thermal_sys: Registered thermal governor 'step_wise'
[ 0.089520] thermal_sys: Registered thermal governor 'user_space'
[ 0.089520] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.089520] cpuidle: using governor ladder
[ 0.089520] cpuidle: using governor menu
[ 0.089520] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.089520] PCI: pci_mmcfg_early_init() pci_probe 0xf
[ 0.089520] PCI: ECAM [mem 0xc0000000-0xcfffffff] (base 0xc0000000) for domain 0000 [bus 00-ff]
[ 0.089520] PCI: __pci_mmcfg_init(early)
[ 0.089520] PCI: Using configuration type 1 for base access
[ 0.089520] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[ 0.091968] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.091968] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[ 0.091968] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.091968] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.095269] raid6: skipped pq benchmark and selected avx2x4
[ 0.095269] raid6: using avx2x2 recovery algorithm
[ 0.095297] ACPI: Added _OSI(Module Device)
[ 0.095298] ACPI: Added _OSI(Processor Device)
[ 0.095298] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.190697] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS01._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
[ 0.190707] fbcon: Taking over console
[ 0.190715] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
[ 0.190719] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.190721] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS01._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
[ 0.190725] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
[ 0.190727] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.190731] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS02._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
[ 0.190735] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
[ 0.190737] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.190739] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS02._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
[ 0.190742] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
[ 0.190744] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.190748] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS03._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
[ 0.190751] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
[ 0.190753] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.190755] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS03._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
[ 0.190758] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
[ 0.190760] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.190763] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS04._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
[ 0.190767] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
[ 0.190770] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.190771] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS04._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
[ 0.190775] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
[ 0.190777] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.190806] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS01._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
[ 0.190810] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
[ 0.190812] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.190814] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS01._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
[ 0.190817] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
[ 0.190820] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.190847] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS02._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
[ 0.190851] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
[ 0.190854] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.190855] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS02._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
[ 0.190859] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
[ 0.190861] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.190889] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS03._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
[ 0.190893] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
[ 0.190896] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.190897] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS03._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
[ 0.190900] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
[ 0.190903] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.190930] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS04._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
[ 0.190934] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
[ 0.190937] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.190938] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS04._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
[ 0.190941] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
[ 0.190944] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.190971] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS05._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
[ 0.190975] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
[ 0.190977] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.190979] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS05._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
[ 0.190982] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
[ 0.190985] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.191012] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS06._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
[ 0.191016] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
[ 0.191018] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.191020] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS06._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
[ 0.191023] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
[ 0.191026] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.191053] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS07._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
[ 0.191057] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
[ 0.191059] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.191061] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS07._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
[ 0.191064] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
[ 0.191067] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.191094] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS08._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
[ 0.191098] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
[ 0.191101] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.191102] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS08._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
[ 0.191105] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
[ 0.191108] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.191135] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS09._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
[ 0.191139] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
[ 0.191141] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.191143] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS09._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
[ 0.191146] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
[ 0.191149] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.191176] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS10._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
[ 0.191180] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
[ 0.191182] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.191184] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS10._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
[ 0.191187] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
[ 0.191190] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.191265] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS01._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
[ 0.191269] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
[ 0.191271] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.191273] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS01._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
[ 0.191276] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
[ 0.191279] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.191306] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS02._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
[ 0.191310] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
[ 0.191313] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.191314] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS02._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
[ 0.191318] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
[ 0.191320] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.191347] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS03._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
[ 0.191351] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
[ 0.191354] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.191355] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS03._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
[ 0.191359] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
[ 0.191361] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.191388] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS04._UPC], AE_ALREADY_EXISTS (20250807/dswload2-326)
[ 0.191392] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
[ 0.191395] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.191396] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS04._PLD], AE_ALREADY_EXISTS (20250807/dswload2-326)
[ 0.191400] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
[ 0.191402] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.192886] ACPI: 19 ACPI AML tables successfully acquired and loaded
[ 0.193668] ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_SB_.PC00.LPCB.H_EC.CHRG (20250807/dspkginit-438)
[ 0.193673] ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_SB_.PC00.LPCB.H_EC.SEN3 (20250807/dspkginit-438)
[ 0.193677] ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_SB_.PC00.LPCB.H_EC.CHRG (20250807/dspkginit-438)
[ 0.193680] ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_SB_.PC00.LPCB.H_EC.SEN3 (20250807/dspkginit-438)
[ 0.193684] ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_SB_.PC00.LPCB.H_EC.CHRG (20250807/dspkginit-438)
[ 0.193687] ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_SB_.PC00.LPCB.H_EC.SEN3 (20250807/dspkginit-438)
[ 0.193691] ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_SB_.PC00.LPCB.H_EC.CHRG (20250807/dspkginit-438)
[ 0.193694] ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_SB_.PC00.LPCB.H_EC.SEN3 (20250807/dspkginit-438)
[ 0.205881] ACPI: Dynamic OEM Table Load:
[ 0.205890] ACPI: SSDT 0xFFFF8DC501516C00 000394 (v02 PmRef Cpu0Cst 00003001 INTL 20200717)
[ 0.206957] ACPI: Dynamic OEM Table Load:
[ 0.206962] ACPI: SSDT 0xFFFF8DC50150E000 0005E4 (v02 PmRef Cpu0Ist 00003000 INTL 20200717)
[ 0.208055] ACPI: Dynamic OEM Table Load:
[ 0.208060] ACPI: SSDT 0xFFFF8DC501A27400 0001AB (v02 PmRef Cpu0Psd 00003000 INTL 20200717)
[ 0.209070] ACPI: Dynamic OEM Table Load:
[ 0.209075] ACPI: SSDT 0xFFFF8DC50150F000 0004B5 (v02 PmRef Cpu0Hwp 00003000 INTL 20200717)
[ 0.210483] ACPI: Dynamic OEM Table Load:
[ 0.210491] ACPI: SSDT 0xFFFF8DC5014F8000 001BAF (v02 PmRef ApIst 00003000 INTL 20200717)
[ 0.212180] ACPI: Dynamic OEM Table Load:
[ 0.212186] ACPI: SSDT 0xFFFF8DC5014FA000 001038 (v02 PmRef ApHwp 00003000 INTL 20200717)
[ 0.213676] ACPI: Dynamic OEM Table Load:
[ 0.213681] ACPI: SSDT 0xFFFF8DC502284000 001349 (v02 PmRef ApPsd 00003000 INTL 20200717)
[ 0.215199] ACPI: Dynamic OEM Table Load:
[ 0.215204] ACPI: SSDT 0xFFFF8DC501518000 000FBB (v02 PmRef ApCst 00003000 INTL 20200717)
[ 0.220404] ACPI: EC: EC started
[ 0.220405] ACPI: EC: interrupt blocked
[ 0.221457] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[ 0.221460] ACPI: \_SB_.PC00.LPCB.EC0_: Boot DSDT EC used to handle transactions
[ 0.221461] ACPI: Interpreter enabled
[ 0.221518] ACPI: PM: (supports S0 S3 S4 S5)
[ 0.221519] ACPI: Using IOAPIC for interrupt routing
[ 0.222770] PCI: pci_mmcfg_late_init() pci_probe 0x8
[ 0.222774] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.222775] PCI: Ignoring E820 reservations for host bridge windows
[ 0.224814] ACPI: Enabled 8 GPEs in block 00 to 7F
[ 0.229753] ACPI: \_SB_.PC00.XHCI.RHUB.HS10.BTRT: New power resource
[ 0.229771] ACPI: \_SB_.PC00.XHCI.RHUB.HS10.DBTR: New power resource
[ 0.237845] ACPI: \_SB_.PC00.CNVW.WRST: New power resource
[ 0.239159] ACPI: \_SB_.PC00.RP03.PXSX.WRST: New power resource
[ 0.239182] ACPI: \_SB_.PC00.RP03.PXSX.DRST: New power resource
[ 0.255095] ACPI: \_SB_.PC00.TBT0: New power resource
[ 0.255154] ACPI: \_SB_.PC00.TBT1: New power resource
[ 0.255204] ACPI: \_SB_.PC00.D3C_: New power resource
[ 0.267684] ACPI: \_TZ_.FN00: New power resource
[ 0.267737] ACPI: \_TZ_.FN01: New power resource
[ 0.267788] ACPI: \_TZ_.FN02: New power resource
[ 0.267838] ACPI: \_TZ_.FN03: New power resource
[ 0.267893] ACPI: \_TZ_.FN04: New power resource
[ 0.268393] ACPI: \PIN_: New power resource
[ 0.268945] ACPI: PCI Root Bridge [PC00] (domain 0000 [bus 00-fe])
[ 0.268952] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[ 0.270084] acpi PNP0A08:00: _OSC: platform does not support [AER]
[ 0.272353] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME PCIeCapability LTR DPC]
[ 0.272382] acpi PNP0A08:00: setup_mcfg_map(0000 [bus 00-fe] ECAM 0x0000000000000000)
[ 0.272385] acpi PNP0A08:00: pci_mmconfig_insert(0000 [bus 00-fe])
[ 0.276219] PCI host bridge to bus 0000:00
[ 0.276222] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
[ 0.276224] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 0.276225] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 0.276226] pci_bus 0000:00: root bus resource [mem 0x50400000-0xbfffffff window]
[ 0.276227] pci_bus 0000:00: root bus resource [mem 0x4000000000-0x7fffffffff window]
[ 0.276229] pci_bus 0000:00: root bus resource [bus 00-fe]
[ 0.276233] pci_bus 0000:00: scanning bus
[ 0.276261] pci 0000:00:00.0: [8086:a708] type 00 class 0x060000 conventional PCI endpoint
[ 0.276351] pci 0000:00:00.0: EDR: Notify handler installed
[ 0.276414] pci 0000:00:02.0: [8086:a7ac] type 00 class 0x030000 PCIe Root Complex Integrated Endpoint
[ 0.276428] pci 0000:00:02.0: BAR 0 [mem 0x6000000000-0x6000ffffff 64bit]
[ 0.276431] pci 0000:00:02.0: BAR 2 [mem 0x4000000000-0x400fffffff 64bit pref]
[ 0.276432] pci 0000:00:02.0: BAR 4 [io 0x4000-0x403f]
[ 0.276442] pci 0000:00:02.0: DMAR: Skip IOMMU disabling for graphics
[ 0.276445] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[ 0.276462] pci 0000:00:02.0: power state changed by ACPI to D0
[ 0.276464] pci 0000:00:02.0: ACPI _REG connect evaluation failed (5)
[ 0.276475] pci 0000:00:02.0: VF BAR 0 [mem 0x00000000-0x00ffffff 64bit]
[ 0.276476] pci 0000:00:02.0: VF BAR 0 [mem 0x00000000-0x06ffffff 64bit]: contains BAR 0 for 7 VFs
[ 0.276478] pci 0000:00:02.0: VF BAR 2 [mem 0x00000000-0x1fffffff 64bit pref]
[ 0.276479] pci 0000:00:02.0: VF BAR 2 [mem 0x00000000-0xdfffffff 64bit pref]: contains BAR 2 for 7 VFs
[ 0.276523] pci 0000:00:02.0: EDR: Notify handler installed
[ 0.276623] pci 0000:00:04.0: [8086:a71d] type 00 class 0x118000 conventional PCI endpoint
[ 0.276654] pci 0000:00:04.0: BAR 0 [mem 0x6001100000-0x600111ffff 64bit]
[ 0.276750] pci 0000:00:04.0: EDR: Notify handler installed
[ 0.277012] pci 0000:00:06.0: [8086:a74d] type 01 class 0x060400 PCIe Root Port
[ 0.277059] pci 0000:00:06.0: PCI bridge to [bus 01]
[ 0.277243] pci 0000:00:06.0: PME# supported from D0 D3hot D3cold
[ 0.277274] pci 0000:00:06.0: PME# disabled
[ 0.277276] pci 0000:00:06.0: power state changed by ACPI to D0
[ 0.277277] pci 0000:00:06.0: ACPI _REG connect evaluation failed (5)
[ 0.277317] pci 0000:00:06.0: PTM enabled (root), 4ns granularity
[ 0.277530] pci 0000:00:06.0: EDR: Notify handler installed
[ 0.277997] pci 0000:00:06.2: [8086:a73d] type 01 class 0x060400 PCIe Root Port
[ 0.278040] pci 0000:00:06.2: PCI bridge to [bus 02]
[ 0.278048] pci 0000:00:06.2: bridge window [mem 0x50600000-0x506fffff]
[ 0.278218] pci 0000:00:06.2: PME# supported from D0 D3hot D3cold
[ 0.278249] pci 0000:00:06.2: PME# disabled
[ 0.278250] pci 0000:00:06.2: power state changed by ACPI to D0
[ 0.278251] pci 0000:00:06.2: ACPI _REG connect evaluation failed (5)
[ 0.278334] pci 0000:00:06.2: PTM enabled (root), 4ns granularity
[ 0.278572] pci 0000:00:06.2: EDR: Notify handler installed
[ 0.278989] pci 0000:00:08.0: [8086:a74f] type 00 class 0x088000 conventional PCI endpoint
[ 0.279006] pci 0000:00:08.0: BAR 0 [mem 0x600113d000-0x600113dfff 64bit]
[ 0.279040] pci 0000:00:08.0: EDR: Notify handler installed
[ 0.279101] pci 0000:00:0d.0: [8086:a71e] type 00 class 0x0c0330 conventional PCI endpoint
[ 0.279121] pci 0000:00:0d.0: BAR 0 [mem 0x6001120000-0x600112ffff 64bit]
[ 0.279146] pci 0000:00:0d.0: PME# supported from D3hot D3cold
[ 0.279148] pci 0000:00:0d.0: PME# disabled
[ 0.279150] pci 0000:00:0d.0: power state changed by ACPI to D0
[ 0.279151] pci 0000:00:0d.0: ACPI _REG connect evaluation failed (5)
[ 0.279273] pci 0000:00:0d.0: EDR: Notify handler installed
[ 0.279631] pci 0000:00:14.0: [8086:51ed] type 00 class 0x0c0330 conventional PCI endpoint
[ 0.279677] pci 0000:00:14.0: BAR 0 [mem 0x50700000-0x5070ffff 64bit]
[ 0.279730] pci 0000:00:14.0: PME# supported from D3hot D3cold
[ 0.279733] pci 0000:00:14.0: PME# disabled
[ 0.279734] pci 0000:00:14.0: power state changed by ACPI to D0
[ 0.279736] pci 0000:00:14.0: ACPI _REG connect evaluation failed (5)
[ 0.279864] pci 0000:00:14.0: EDR: Notify handler installed
[ 0.280190] pci 0000:00:14.2: [8086:51ef] type 00 class 0x050000 conventional PCI endpoint
[ 0.280243] pci 0000:00:14.2: BAR 0 [mem 0x6001134000-0x6001137fff 64bit]
[ 0.280247] pci 0000:00:14.2: BAR 2 [mem 0x600113c000-0x600113cfff 64bit]
[ 0.280441] pci 0000:00:15.0: [8086:51e8] type 00 class 0x0c8000 conventional PCI endpoint
[ 0.280555] pci 0000:00:15.0: BAR 0 [mem 0x00000000-0x00000fff 64bit]
[ 0.280657] pci 0000:00:15.0: power state changed by ACPI to D0
[ 0.280659] pci 0000:00:15.0: ACPI _REG connect evaluation failed (5)
[ 0.290992] pci 0000:00:15.0: EDR: Notify handler installed
[ 0.291177] pci 0000:00:15.3: [8086:51eb] type 00 class 0x0c8000 conventional PCI endpoint
[ 0.291251] pci 0000:00:15.3: BAR 0 [mem 0x00000000-0x00000fff 64bit]
[ 0.291336] pci 0000:00:15.3: power state changed by ACPI to D0
[ 0.291337] pci 0000:00:15.3: ACPI _REG connect evaluation failed (5)
[ 0.301966] pci 0000:00:15.3: EDR: Notify handler installed
[ 0.302164] pci 0000:00:16.0: [8086:51e0] type 00 class 0x078000 conventional PCI endpoint
[ 0.302217] pci 0000:00:16.0: BAR 0 [mem 0x6001139000-0x6001139fff 64bit]
[ 0.302277] pci 0000:00:16.0: PME# supported from D3hot
[ 0.302281] pci 0000:00:16.0: PME# disabled
[ 0.302439] pci 0000:00:16.0: EDR: Notify handler installed
[ 0.302860] pci 0000:00:1c.0: [8086:51ba] type 01 class 0x060400 PCIe Root Port
[ 0.302884] pci 0000:00:1c.0: PCI bridge to [bus 03]
[ 0.302888] pci 0000:00:1c.0: bridge window [io 0x3000-0x3fff]
[ 0.302891] pci 0000:00:1c.0: bridge window [mem 0x50500000-0x505fffff]
[ 0.302976] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.302979] pci 0000:00:1c.0: PME# disabled
[ 0.302980] pci 0000:00:1c.0: power state changed by ACPI to D0
[ 0.302981] pci 0000:00:1c.0: ACPI _REG connect evaluation failed (5)
[ 0.303018] pci 0000:00:1c.0: PTM enabled (root), 4ns granularity
[ 0.303239] pci 0000:00:1c.0: EDR: Notify handler installed
[ 0.303628] pci 0000:00:1d.0: [8086:51b1] type 01 class 0x060400 PCIe Root Port
[ 0.303653] pci 0000:00:1d.0: PCI bridge to [bus 04]
[ 0.303659] pci 0000:00:1d.0: bridge window [mem 0x50400000-0x504fffff]
[ 0.303742] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[ 0.303745] pci 0000:00:1d.0: PME# disabled
[ 0.303746] pci 0000:00:1d.0: power state changed by ACPI to D0
[ 0.303748] pci 0000:00:1d.0: ACPI _REG connect evaluation failed (5)
[ 0.303784] pci 0000:00:1d.0: PTM enabled (root), 4ns granularity
[ 0.304006] pci 0000:00:1d.0: EDR: Notify handler installed
[ 0.304390] pci 0000:00:1f.0: [8086:519d] type 00 class 0x060100 conventional PCI endpoint
[ 0.304529] pci 0000:00:1f.0: EDR: Notify handler installed
[ 0.304735] pci 0000:00:1f.3: [8086:51ca] type 00 class 0x040380 conventional PCI endpoint
[ 0.304837] pci 0000:00:1f.3: BAR 0 [mem 0x6001130000-0x6001133fff 64bit]
[ 0.304849] pci 0000:00:1f.3: BAR 4 [mem 0x6001000000-0x60010fffff 64bit]
[ 0.304943] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[ 0.304949] pci 0000:00:1f.3: PME# disabled
[ 0.304950] pci 0000:00:1f.3: power state changed by ACPI to D0
[ 0.304951] pci 0000:00:1f.3: ACPI _REG connect evaluation failed (5)
[ 0.304993] pci 0000:00:1f.3: EDR: Notify handler installed
[ 0.305046] pci 0000:00:1f.4: [8086:51a3] type 00 class 0x0c0500 conventional PCI endpoint
[ 0.305097] pci 0000:00:1f.4: BAR 0 [mem 0x6001138000-0x60011380ff 64bit]
[ 0.305104] pci 0000:00:1f.4: BAR 4 [io 0xefa0-0xefbf]
[ 0.305187] pci 0000:00:1f.4: EDR: Notify handler installed
[ 0.305353] pci 0000:00:1f.5: [8086:51a4] type 00 class 0x0c8000 conventional PCI endpoint
[ 0.305409] pci 0000:00:1f.5: BAR 0 [mem 0xfe010000-0xfe010fff]
[ 0.305471] pci_bus 0000:00: fixups for bus
[ 0.305498] pci 0000:00:06.0: scanning [bus 01-01] behind bridge, pass 0
[ 0.305581] pci_bus 0000:01: scanning bus
[ 0.305613] pci_bus 0000:01: fixups for bus
[ 0.305614] pci 0000:00:06.0: PCI bridge to [bus 01]
[ 0.305650] pci_bus 0000:01: bus scan returning with max=01
[ 0.305688] pci 0000:00:06.2: scanning [bus 02-02] behind bridge, pass 0
[ 0.306856] pci_bus 0000:02: scanning bus
[ 0.306869] pci 0000:02:00.0: [15b7:5016] type 00 class 0x010802 PCIe Endpoint
[ 0.306895] pci 0000:02:00.0: BAR 0 [mem 0x50600000-0x50603fff 64bit]
[ 0.307026] pci 0000:02:00.0: EDR: Notify handler installed
[ 0.307086] pci_bus 0000:02: fixups for bus
[ 0.307087] pci 0000:00:06.2: PCI bridge to [bus 02]
[ 0.307092] pci_bus 0000:02: bus scan returning with max=02
[ 0.307096] pci 0000:00:1c.0: scanning [bus 03-03] behind bridge, pass 0
[ 0.307136] pci_bus 0000:03: scanning bus
[ 0.307171] pci 0000:03:00.0: [10ec:b852] type 00 class 0x028000 PCIe Endpoint
[ 0.307246] pci 0000:03:00.0: BAR 0 [io 0x3000-0x30ff]
[ 0.307253] pci 0000:03:00.0: BAR 2 [mem 0x50500000-0x505fffff 64bit]
[ 0.307385] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
[ 0.307390] pci 0000:03:00.0: PME# disabled
[ 0.307555] pci 0000:03:00.0: EDR: Notify handler installed
[ 0.307696] pci_bus 0000:03: fixups for bus
[ 0.307697] pci 0000:00:1c.0: PCI bridge to [bus 03]
[ 0.307706] pci_bus 0000:03: bus scan returning with max=03
[ 0.307714] pci 0000:00:1d.0: scanning [bus 04-04] behind bridge, pass 0
[ 0.308856] pci_bus 0000:04: scanning bus
[ 0.308887] pci 0000:04:00.0: [1217:8621] type 00 class 0x080501 PCIe Endpoint
[ 0.308947] pci 0000:04:00.0: BAR 0 [mem 0x50401000-0x50401fff]
[ 0.308950] pci 0000:04:00.0: BAR 1 [mem 0x50400000-0x504007ff]
[ 0.309065] pci 0000:04:00.0: PME# supported from D3hot D3cold
[ 0.309069] pci 0000:04:00.0: PME# disabled
[ 0.309196] pci 0000:04:00.0: EDR: Notify handler installed
[ 0.311929] pci_bus 0000:04: fixups for bus
[ 0.311930] pci 0000:00:1d.0: PCI bridge to [bus 04]
[ 0.311938] pci_bus 0000:04: bus scan returning with max=04
[ 0.311967] pci 0000:00:06.0: scanning [bus 01-01] behind bridge, pass 1
[ 0.312006] pci 0000:00:06.2: scanning [bus 02-02] behind bridge, pass 1
[ 0.312012] pci 0000:00:1c.0: scanning [bus 03-03] behind bridge, pass 1
[ 0.312017] pci 0000:00:1d.0: scanning [bus 04-04] behind bridge, pass 1
[ 0.312021] pci_bus 0000:00: bus scan returning with max=04
[ 0.312032] pci 0000:00:00.0: save config 0x00: 0xa7088086
[ 0.312034] pci 0000:00:00.0: save config 0x04: 0x20900006
[ 0.312036] pci 0000:00:00.0: save config 0x08: 0x06000001
[ 0.312038] pci 0000:00:00.0: save config 0x0c: 0x00000000
[ 0.312040] pci 0000:00:00.0: save config 0x10: 0x00000000
[ 0.312042] pci 0000:00:00.0: save config 0x14: 0x00000000
[ 0.312044] pci 0000:00:00.0: save config 0x18: 0x00000000
[ 0.312045] pci 0000:00:00.0: save config 0x1c: 0x00000000
[ 0.312047] pci 0000:00:00.0: save config 0x20: 0x00000000
[ 0.312049] pci 0000:00:00.0: save config 0x24: 0x00000000
[ 0.312051] pci 0000:00:00.0: save config 0x28: 0x00000000
[ 0.312052] pci 0000:00:00.0: save config 0x2c: 0x3d5317aa
[ 0.312054] pci 0000:00:00.0: save config 0x30: 0x00000000
[ 0.312056] pci 0000:00:00.0: save config 0x34: 0x000000e0
[ 0.312058] pci 0000:00:00.0: save config 0x38: 0x00000000
[ 0.312059] pci 0000:00:00.0: save config 0x3c: 0x00000000
[ 0.312064] pci 0000:00:02.0: save config 0x00: 0xa7ac8086
[ 0.312065] pci 0000:00:02.0: save config 0x04: 0x00100007
[ 0.312066] pci 0000:00:02.0: save config 0x08: 0x03000004
[ 0.312068] pci 0000:00:02.0: save config 0x0c: 0x00000010
[ 0.312069] pci 0000:00:02.0: save config 0x10: 0x00000004
[ 0.312070] pci 0000:00:02.0: save config 0x14: 0x00000060
[ 0.312071] pci 0000:00:02.0: save config 0x18: 0x0000000c
[ 0.312072] pci 0000:00:02.0: save config 0x1c: 0x00000040
[ 0.312073] pci 0000:00:02.0: save config 0x20: 0x00004001
[ 0.312074] pci 0000:00:02.0: save config 0x24: 0x00000000
[ 0.312075] pci 0000:00:02.0: save config 0x28: 0x00000000
[ 0.312076] pci 0000:00:02.0: save config 0x2c: 0x3d5417aa
[ 0.312077] pci 0000:00:02.0: save config 0x30: 0x00000000
[ 0.312078] pci 0000:00:02.0: save config 0x34: 0x00000040
[ 0.312079] pci 0000:00:02.0: save config 0x38: 0x00000000
[ 0.312080] pci 0000:00:02.0: save config 0x3c: 0x000001ff
[ 0.312088] pci 0000:00:04.0: save config 0x00: 0xa71d8086
[ 0.312089] pci 0000:00:04.0: save config 0x04: 0x00900006
[ 0.312091] pci 0000:00:04.0: save config 0x08: 0x11800001
[ 0.312092] pci 0000:00:04.0: save config 0x0c: 0x00000000
[ 0.312094] pci 0000:00:04.0: save config 0x10: 0x01100004
[ 0.312095] pci 0000:00:04.0: save config 0x14: 0x00000060
[ 0.312096] pci 0000:00:04.0: save config 0x18: 0x00000000
[ 0.312098] pci 0000:00:04.0: save config 0x1c: 0x00000000
[ 0.312099] pci 0000:00:04.0: save config 0x20: 0x00000000
[ 0.312101] pci 0000:00:04.0: save config 0x24: 0x00000000
[ 0.312102] pci 0000:00:04.0: save config 0x28: 0x00000000
[ 0.312103] pci 0000:00:04.0: save config 0x2c: 0x013b14c0
[ 0.312105] pci 0000:00:04.0: save config 0x30: 0x00000000
[ 0.312106] pci 0000:00:04.0: save config 0x34: 0x00000090
[ 0.312107] pci 0000:00:04.0: save config 0x38: 0x00000000
[ 0.312109] pci 0000:00:04.0: save config 0x3c: 0x000001ff
[ 0.312139] pci 0000:00:06.0: save config 0x00: 0xa74d8086
[ 0.312172] pci 0000:00:06.0: save config 0x04: 0x00100107
[ 0.312205] pci 0000:00:06.0: save config 0x08: 0x06040001
[ 0.312238] pci 0000:00:06.0: save config 0x0c: 0x00810010
[ 0.312271] pci 0000:00:06.0: save config 0x10: 0x00000000
[ 0.312304] pci 0000:00:06.0: save config 0x14: 0x00000000
[ 0.312337] pci 0000:00:06.0: save config 0x18: 0x00010100
[ 0.312370] pci 0000:00:06.0: save config 0x1c: 0x000000f0
[ 0.312403] pci 0000:00:06.0: save config 0x20: 0x0000fff0
[ 0.312436] pci 0000:00:06.0: save config 0x24: 0x0001fff1
[ 0.312469] pci 0000:00:06.0: save config 0x28: 0xffffffff
[ 0.312502] pci 0000:00:06.0: save config 0x2c: 0x00000000
[ 0.312535] pci 0000:00:06.0: save config 0x30: 0x00000000
[ 0.312568] pci 0000:00:06.0: save config 0x34: 0x00000040
[ 0.312601] pci 0000:00:06.0: save config 0x38: 0x00000000
[ 0.312634] pci 0000:00:06.0: save config 0x3c: 0x000204ff
[ 0.312696] pci 0000:00:06.2: save config 0x00: 0xa73d8086
[ 0.312698] pci 0000:00:06.2: save config 0x04: 0x00100107
[ 0.312703] pci 0000:00:06.2: save config 0x08: 0x06040001
[ 0.312708] pci 0000:00:06.2: save config 0x0c: 0x00810010
[ 0.312710] pci 0000:00:06.2: save config 0x10: 0x00000000
[ 0.312711] pci 0000:00:06.2: save config 0x14: 0x00000000
[ 0.312713] pci 0000:00:06.2: save config 0x18: 0x00020200
[ 0.312715] pci 0000:00:06.2: save config 0x1c: 0x000000f0
[ 0.312717] pci 0000:00:06.2: save config 0x20: 0x50605060
[ 0.312718] pci 0000:00:06.2: save config 0x24: 0x0001fff1
[ 0.312720] pci 0000:00:06.2: save config 0x28: 0xffffffff
[ 0.312721] pci 0000:00:06.2: save config 0x2c: 0x00000000
[ 0.312723] pci 0000:00:06.2: save config 0x30: 0x00000000
[ 0.312725] pci 0000:00:06.2: save config 0x34: 0x00000040
[ 0.312726] pci 0000:00:06.2: save config 0x38: 0x00000000
[ 0.312728] pci 0000:00:06.2: save config 0x3c: 0x000202ff
[ 0.312755] pci 0000:00:08.0: save config 0x00: 0xa74f8086
[ 0.312756] pci 0000:00:08.0: save config 0x04: 0x00100006
[ 0.312757] pci 0000:00:08.0: save config 0x08: 0x08800001
[ 0.312758] pci 0000:00:08.0: save config 0x0c: 0x00000010
[ 0.312760] pci 0000:00:08.0: save config 0x10: 0x0113d004
[ 0.312761] pci 0000:00:08.0: save config 0x14: 0x00000060
[ 0.312762] pci 0000:00:08.0: save config 0x18: 0x00000000
[ 0.312763] pci 0000:00:08.0: save config 0x1c: 0x00000000
[ 0.312764] pci 0000:00:08.0: save config 0x20: 0x00000000
[ 0.312765] pci 0000:00:08.0: save config 0x24: 0x00000000
[ 0.312766] pci 0000:00:08.0: save config 0x28: 0x00000000
[ 0.312767] pci 0000:00:08.0: save config 0x2c: 0x383817aa
[ 0.312769] pci 0000:00:08.0: save config 0x30: 0x00000000
[ 0.312770] pci 0000:00:08.0: save config 0x34: 0x00000090
[ 0.312771] pci 0000:00:08.0: save config 0x38: 0x00000000
[ 0.312772] pci 0000:00:08.0: save config 0x3c: 0x000001ff
[ 0.312779] pci 0000:00:0d.0: save config 0x00: 0xa71e8086
[ 0.312780] pci 0000:00:0d.0: save config 0x04: 0x02900006
[ 0.312781] pci 0000:00:0d.0: save config 0x08: 0x0c033001
[ 0.312782] pci 0000:00:0d.0: save config 0x0c: 0x00800010
[ 0.312784] pci 0000:00:0d.0: save config 0x10: 0x01120004
[ 0.312785] pci 0000:00:0d.0: save config 0x14: 0x00000060
[ 0.312786] pci 0000:00:0d.0: save config 0x18: 0x00000000
[ 0.312787] pci 0000:00:0d.0: save config 0x1c: 0x00000000
[ 0.312788] pci 0000:00:0d.0: save config 0x20: 0x00000000
[ 0.312790] pci 0000:00:0d.0: save config 0x24: 0x00000000
[ 0.312791] pci 0000:00:0d.0: save config 0x28: 0x00000000
[ 0.312792] pci 0000:00:0d.0: save config 0x2c: 0x72708086
[ 0.312793] pci 0000:00:0d.0: save config 0x30: 0x00000000
[ 0.312794] pci 0000:00:0d.0: save config 0x34: 0x00000070
[ 0.312796] pci 0000:00:0d.0: save config 0x38: 0x00000000
[ 0.312797] pci 0000:00:0d.0: save config 0x3c: 0x000000ff
[ 0.312806] pci 0000:00:14.0: save config 0x00: 0x51ed8086
[ 0.312808] pci 0000:00:14.0: save config 0x04: 0x02900006
[ 0.312810] pci 0000:00:14.0: save config 0x08: 0x0c033001
[ 0.312812] pci 0000:00:14.0: save config 0x0c: 0x00800000
[ 0.312814] pci 0000:00:14.0: save config 0x10: 0x50700004
[ 0.312816] pci 0000:00:14.0: save config 0x14: 0x00000000
[ 0.312818] pci 0000:00:14.0: save config 0x18: 0x00000000
[ 0.312819] pci 0000:00:14.0: save config 0x1c: 0x00000000
[ 0.312821] pci 0000:00:14.0: save config 0x20: 0x00000000
[ 0.312823] pci 0000:00:14.0: save config 0x24: 0x00000000
[ 0.312825] pci 0000:00:14.0: save config 0x28: 0x00000000
[ 0.312827] pci 0000:00:14.0: save config 0x2c: 0x386717aa
[ 0.312829] pci 0000:00:14.0: save config 0x30: 0x00000000
[ 0.312831] pci 0000:00:14.0: save config 0x34: 0x00000070
[ 0.312833] pci 0000:00:14.0: save config 0x38: 0x00000000
[ 0.312835] pci 0000:00:14.0: save config 0x3c: 0x000001ff
[ 0.312844] pci 0000:00:14.2: save config 0x00: 0x51ef8086
[ 0.312846] pci 0000:00:14.2: save config 0x04: 0x00100006
[ 0.312848] pci 0000:00:14.2: save config 0x08: 0x05000001
[ 0.312850] pci 0000:00:14.2: save config 0x0c: 0x00000010
[ 0.312854] pci 0000:00:14.2: save config 0x10: 0x01134004
[ 0.312855] pci 0000:00:14.2: save config 0x14: 0x00000060
[ 0.312857] pci 0000:00:14.2: save config 0x18: 0x0113c004
[ 0.312859] pci 0000:00:14.2: save config 0x1c: 0x00000060
[ 0.312861] pci 0000:00:14.2: save config 0x20: 0x00000000
[ 0.312864] pci 0000:00:14.2: save config 0x24: 0x00000000
[ 0.312866] pci 0000:00:14.2: save config 0x28: 0x00000000
[ 0.312868] pci 0000:00:14.2: save config 0x2c: 0x386517aa
[ 0.312870] pci 0000:00:14.2: save config 0x30: 0x00000000
[ 0.312873] pci 0000:00:14.2: save config 0x34: 0x00000080
[ 0.312875] pci 0000:00:14.2: save config 0x38: 0x00000000
[ 0.312877] pci 0000:00:14.2: save config 0x3c: 0x000000ff
[ 0.312884] pci 0000:00:15.0: save config 0x00: 0x51e88086
[ 0.312890] pci 0000:00:15.0: save config 0x04: 0x00100004
[ 0.312896] pci 0000:00:15.0: save config 0x08: 0x0c800001
[ 0.312901] pci 0000:00:15.0: save config 0x0c: 0x00800010
[ 0.312907] pci 0000:00:15.0: save config 0x10: 0x00000004
[ 0.312909] pci 0000:00:15.0: save config 0x14: 0x00000000
[ 0.312914] pci 0000:00:15.0: save config 0x18: 0x00000000
[ 0.312917] pci 0000:00:15.0: save config 0x1c: 0x00000000
[ 0.312922] pci 0000:00:15.0: save config 0x20: 0x00000000
[ 0.312924] pci 0000:00:15.0: save config 0x24: 0x00000000
[ 0.312930] pci 0000:00:15.0: save config 0x28: 0x00000000
[ 0.312932] pci 0000:00:15.0: save config 0x2c: 0x385817aa
[ 0.312937] pci 0000:00:15.0: save config 0x30: 0x00000000
[ 0.312939] pci 0000:00:15.0: save config 0x34: 0x00000080
[ 0.312945] pci 0000:00:15.0: save config 0x38: 0x00000000
[ 0.312947] pci 0000:00:15.0: save config 0x3c: 0x000001ff
[ 0.312962] pci 0000:00:15.3: save config 0x00: 0x51eb8086
[ 0.312967] pci 0000:00:15.3: save config 0x04: 0x00100004
[ 0.312973] pci 0000:00:15.3: save config 0x08: 0x0c800001
[ 0.312978] pci 0000:00:15.3: save config 0x0c: 0x00800010
[ 0.312984] pci 0000:00:15.3: save config 0x10: 0x00000004
[ 0.312986] pci 0000:00:15.3: save config 0x14: 0x00000000
[ 0.312992] pci 0000:00:15.3: save config 0x18: 0x00000000
[ 0.312994] pci 0000:00:15.3: save config 0x1c: 0x00000000
[ 0.312999] pci 0000:00:15.3: save config 0x20: 0x00000000
[ 0.313001] pci 0000:00:15.3: save config 0x24: 0x00000000
[ 0.313007] pci 0000:00:15.3: save config 0x28: 0x00000000
[ 0.313009] pci 0000:00:15.3: save config 0x2c: 0x385717aa
[ 0.313014] pci 0000:00:15.3: save config 0x30: 0x00000000
[ 0.313017] pci 0000:00:15.3: save config 0x34: 0x00000080
[ 0.313022] pci 0000:00:15.3: save config 0x38: 0x00000000
[ 0.313024] pci 0000:00:15.3: save config 0x3c: 0x000004ff
[ 0.313049] pci 0000:00:16.0: save config 0x00: 0x51e08086
[ 0.313051] pci 0000:00:16.0: save config 0x04: 0x00100000
[ 0.313053] pci 0000:00:16.0: save config 0x08: 0x07800001
[ 0.313055] pci 0000:00:16.0: save config 0x0c: 0x00800000
[ 0.313057] pci 0000:00:16.0: save config 0x10: 0x01139004
[ 0.313059] pci 0000:00:16.0: save config 0x14: 0x00000060
[ 0.313061] pci 0000:00:16.0: save config 0x18: 0x00000000
[ 0.313064] pci 0000:00:16.0: save config 0x1c: 0x00000000
[ 0.313065] pci 0000:00:16.0: save config 0x20: 0x00000000
[ 0.313067] pci 0000:00:16.0: save config 0x24: 0x00000000
[ 0.313069] pci 0000:00:16.0: save config 0x28: 0x00000000
[ 0.313072] pci 0000:00:16.0: save config 0x2c: 0x385f17aa
[ 0.313074] pci 0000:00:16.0: save config 0x30: 0x00000000
[ 0.313076] pci 0000:00:16.0: save config 0x34: 0x00000050
[ 0.313078] pci 0000:00:16.0: save config 0x38: 0x00000000
[ 0.313081] pci 0000:00:16.0: save config 0x3c: 0x000001ff
[ 0.313090] pci 0000:00:1c.0: save config 0x00: 0x51ba8086
[ 0.313091] pci 0000:00:1c.0: save config 0x04: 0x00100007
[ 0.313093] pci 0000:00:1c.0: save config 0x08: 0x06040001
[ 0.313095] pci 0000:00:1c.0: save config 0x0c: 0x00810010
[ 0.313096] pci 0000:00:1c.0: save config 0x10: 0x00000000
[ 0.313098] pci 0000:00:1c.0: save config 0x14: 0x00000000
[ 0.313100] pci 0000:00:1c.0: save config 0x18: 0x00030300
[ 0.313101] pci 0000:00:1c.0: save config 0x1c: 0x00003030
[ 0.313103] pci 0000:00:1c.0: save config 0x20: 0x50505050
[ 0.313105] pci 0000:00:1c.0: save config 0x24: 0x0001fff1
[ 0.313108] pci 0000:00:1c.0: save config 0x28: 0xffffffff
[ 0.313110] pci 0000:00:1c.0: save config 0x2c: 0x00000000
[ 0.313111] pci 0000:00:1c.0: save config 0x30: 0x00000000
[ 0.313113] pci 0000:00:1c.0: save config 0x34: 0x00000040
[ 0.313115] pci 0000:00:1c.0: save config 0x38: 0x00000000
[ 0.313116] pci 0000:00:1c.0: save config 0x3c: 0x000203ff
[ 0.313150] pci 0000:00:1d.0: save config 0x00: 0x51b18086
[ 0.313152] pci 0000:00:1d.0: save config 0x04: 0x00100007
[ 0.313154] pci 0000:00:1d.0: save config 0x08: 0x06040001
[ 0.313155] pci 0000:00:1d.0: save config 0x0c: 0x00810010
[ 0.313157] pci 0000:00:1d.0: save config 0x10: 0x00000000
[ 0.313159] pci 0000:00:1d.0: save config 0x14: 0x00000000
[ 0.313160] pci 0000:00:1d.0: save config 0x18: 0x00040400
[ 0.313162] pci 0000:00:1d.0: save config 0x1c: 0x000000f0
[ 0.313164] pci 0000:00:1d.0: save config 0x20: 0x50405040
[ 0.313166] pci 0000:00:1d.0: save config 0x24: 0x0001fff1
[ 0.313167] pci 0000:00:1d.0: save config 0x28: 0xffffffff
[ 0.313169] pci 0000:00:1d.0: save config 0x2c: 0x00000000
[ 0.313170] pci 0000:00:1d.0: save config 0x30: 0x00000000
[ 0.313172] pci 0000:00:1d.0: save config 0x34: 0x00000040
[ 0.313174] pci 0000:00:1d.0: save config 0x38: 0x00000000
[ 0.313176] pci 0000:00:1d.0: save config 0x3c: 0x000202ff
[ 0.313209] pci 0000:00:1f.0: save config 0x00: 0x519d8086
[ 0.313211] pci 0000:00:1f.0: save config 0x04: 0x00000407
[ 0.313213] pci 0000:00:1f.0: save config 0x08: 0x06010001
[ 0.313215] pci 0000:00:1f.0: save config 0x0c: 0x00800000
[ 0.313218] pci 0000:00:1f.0: save config 0x10: 0x00000000
[ 0.313221] pci 0000:00:1f.0: save config 0x14: 0x00000000
[ 0.313224] pci 0000:00:1f.0: save config 0x18: 0x00000000
[ 0.313226] pci 0000:00:1f.0: save config 0x1c: 0x00000000
[ 0.313228] pci 0000:00:1f.0: save config 0x20: 0x00000000
[ 0.313230] pci 0000:00:1f.0: save config 0x24: 0x00000000
[ 0.313232] pci 0000:00:1f.0: save config 0x28: 0x00000000
[ 0.313235] pci 0000:00:1f.0: save config 0x2c: 0x382117aa
[ 0.313237] pci 0000:00:1f.0: save config 0x30: 0x00000000
[ 0.313239] pci 0000:00:1f.0: save config 0x34: 0x00000000
[ 0.313241] pci 0000:00:1f.0: save config 0x38: 0x00000000
[ 0.313243] pci 0000:00:1f.0: save config 0x3c: 0x00000000
[ 0.313248] pci 0000:00:1f.3: save config 0x00: 0x51ca8086
[ 0.313254] pci 0000:00:1f.3: save config 0x04: 0x00100000
[ 0.313259] pci 0000:00:1f.3: save config 0x08: 0x04038001
[ 0.313264] pci 0000:00:1f.3: save config 0x0c: 0x00002010
[ 0.313269] pci 0000:00:1f.3: save config 0x10: 0x01130004
[ 0.313274] pci 0000:00:1f.3: save config 0x14: 0x00000060
[ 0.313280] pci 0000:00:1f.3: save config 0x18: 0x00000000
[ 0.313285] pci 0000:00:1f.3: save config 0x1c: 0x00000000
[ 0.313290] pci 0000:00:1f.3: save config 0x20: 0x01000004
[ 0.313295] pci 0000:00:1f.3: save config 0x24: 0x00000060
[ 0.313300] pci 0000:00:1f.3: save config 0x28: 0x00000000
[ 0.313306] pci 0000:00:1f.3: save config 0x2c: 0x38bc17aa
[ 0.313311] pci 0000:00:1f.3: save config 0x30: 0x00000000
[ 0.313316] pci 0000:00:1f.3: save config 0x34: 0x00000050
[ 0.313321] pci 0000:00:1f.3: save config 0x38: 0x00000000
[ 0.313326] pci 0000:00:1f.3: save config 0x3c: 0x000001ff
[ 0.313346] pci 0000:00:1f.4: save config 0x00: 0x51a38086
[ 0.313351] pci 0000:00:1f.4: save config 0x04: 0x02800003
[ 0.313356] pci 0000:00:1f.4: save config 0x08: 0x0c050001
[ 0.313361] pci 0000:00:1f.4: save config 0x0c: 0x00000000
[ 0.313365] pci 0000:00:1f.4: save config 0x10: 0x01138004
[ 0.313370] pci 0000:00:1f.4: save config 0x14: 0x00000060
[ 0.313373] pci 0000:00:1f.4: save config 0x18: 0x00000000
[ 0.313377] pci 0000:00:1f.4: save config 0x1c: 0x00000000
[ 0.313380] pci 0000:00:1f.4: save config 0x20: 0x0000efa1
[ 0.313384] pci 0000:00:1f.4: save config 0x24: 0x00000000
[ 0.313387] pci 0000:00:1f.4: save config 0x28: 0x00000000
[ 0.313391] pci 0000:00:1f.4: save config 0x2c: 0x386c17aa
[ 0.313396] pci 0000:00:1f.4: save config 0x30: 0x00000000
[ 0.313399] pci 0000:00:1f.4: save config 0x34: 0x00000000
[ 0.313403] pci 0000:00:1f.4: save config 0x38: 0x00000000
[ 0.313406] pci 0000:00:1f.4: save config 0x3c: 0x000001ff
[ 0.313412] pci 0000:00:1f.5: save config 0x00: 0x51a48086
[ 0.313414] pci 0000:00:1f.5: save config 0x04: 0x00000406
[ 0.313416] pci 0000:00:1f.5: save config 0x08: 0x0c800001
[ 0.313419] pci 0000:00:1f.5: save config 0x0c: 0x00000000
[ 0.313421] pci 0000:00:1f.5: save config 0x10: 0xfe010000
[ 0.313423] pci 0000:00:1f.5: save config 0x14: 0x00000000
[ 0.313425] pci 0000:00:1f.5: save config 0x18: 0x00000000
[ 0.313427] pci 0000:00:1f.5: save config 0x1c: 0x00000000
[ 0.313430] pci 0000:00:1f.5: save config 0x20: 0x00000000
[ 0.313432] pci 0000:00:1f.5: save config 0x24: 0x00000000
[ 0.313434] pci 0000:00:1f.5: save config 0x28: 0x00000000
[ 0.313436] pci 0000:00:1f.5: save config 0x2c: 0x385e17aa
[ 0.313438] pci 0000:00:1f.5: save config 0x30: 0x00000000
[ 0.313441] pci 0000:00:1f.5: save config 0x34: 0x00000000
[ 0.313443] pci 0000:00:1f.5: save config 0x38: 0x00000000
[ 0.313445] pci 0000:00:1f.5: save config 0x3c: 0x00000000
[ 0.313855] pci 0000:02:00.0: save config 0x00: 0x501615b7
[ 0.313856] pci 0000:02:00.0: save config 0x04: 0x00100007
[ 0.313858] pci 0000:02:00.0: save config 0x08: 0x01080201
[ 0.313859] pci 0000:02:00.0: save config 0x0c: 0x00000010
[ 0.313860] pci 0000:02:00.0: save config 0x10: 0x50600004
[ 0.313862] pci 0000:02:00.0: save config 0x14: 0x00000000
[ 0.313863] pci 0000:02:00.0: save config 0x18: 0x00000000
[ 0.313864] pci 0000:02:00.0: save config 0x1c: 0x00000000
[ 0.313866] pci 0000:02:00.0: save config 0x20: 0x00000000
[ 0.313867] pci 0000:02:00.0: save config 0x24: 0x00000000
[ 0.313868] pci 0000:02:00.0: save config 0x28: 0x00000000
[ 0.313870] pci 0000:02:00.0: save config 0x2c: 0x501615b7
[ 0.313871] pci 0000:02:00.0: save config 0x30: 0x00000000
[ 0.313872] pci 0000:02:00.0: save config 0x34: 0x00000080
[ 0.313874] pci 0000:02:00.0: save config 0x38: 0x00000000
[ 0.313875] pci 0000:02:00.0: save config 0x3c: 0x000001ff
[ 0.313905] pci 0000:03:00.0: save config 0x00: 0xb85210ec
[ 0.313908] pci 0000:03:00.0: save config 0x04: 0x00100000
[ 0.313910] pci 0000:03:00.0: save config 0x08: 0x02800000
[ 0.313913] pci 0000:03:00.0: save config 0x0c: 0x00000010
[ 0.313916] pci 0000:03:00.0: save config 0x10: 0x00003001
[ 0.313919] pci 0000:03:00.0: save config 0x14: 0x00000000
[ 0.313922] pci 0000:03:00.0: save config 0x18: 0x50500004
[ 0.313924] pci 0000:03:00.0: save config 0x1c: 0x00000000
[ 0.313927] pci 0000:03:00.0: save config 0x20: 0x00000000
[ 0.313930] pci 0000:03:00.0: save config 0x24: 0x00000000
[ 0.313933] pci 0000:03:00.0: save config 0x28: 0x00000000
[ 0.313936] pci 0000:03:00.0: save config 0x2c: 0x485317aa
[ 0.313938] pci 0000:03:00.0: save config 0x30: 0x00000000
[ 0.313941] pci 0000:03:00.0: save config 0x34: 0x00000040
[ 0.313944] pci 0000:03:00.0: save config 0x38: 0x00000000
[ 0.313947] pci 0000:03:00.0: save config 0x3c: 0x000001ff
[ 0.314009] pci 0000:04:00.0: save config 0x00: 0x86211217
[ 0.314012] pci 0000:04:00.0: save config 0x04: 0x00100000
[ 0.314014] pci 0000:04:00.0: save config 0x08: 0x08050101
[ 0.314017] pci 0000:04:00.0: save config 0x0c: 0x00000010
[ 0.314019] pci 0000:04:00.0: save config 0x10: 0x50401000
[ 0.314021] pci 0000:04:00.0: save config 0x14: 0x50400000
[ 0.314024] pci 0000:04:00.0: save config 0x18: 0x00000000
[ 0.314026] pci 0000:04:00.0: save config 0x1c: 0x00000000
[ 0.314029] pci 0000:04:00.0: save config 0x20: 0x00000000
[ 0.314031] pci 0000:04:00.0: save config 0x24: 0x00000000
[ 0.314034] pci 0000:04:00.0: save config 0x28: 0x00000000
[ 0.314036] pci 0000:04:00.0: save config 0x2c: 0x38ce17aa
[ 0.314039] pci 0000:04:00.0: save config 0x30: 0x00000000
[ 0.314041] pci 0000:04:00.0: save config 0x34: 0x0000006c
[ 0.314043] pci 0000:04:00.0: save config 0x38: 0x00000000
[ 0.314046] pci 0000:04:00.0: save config 0x3c: 0x000001ff
[ 0.317217] ACPI: \_SB_.PEPD: Duplicate LPS0 _DSM functions (mask: 0x1)
[ 0.317219] Low-power S0 idle used by default for system suspend
[ 0.324886] ACPI: EC: interrupt unblocked
[ 0.324888] ACPI: EC: event unblocked
[ 0.324910] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[ 0.324911] ACPI: EC: GPE=0x6e
[ 0.324912] ACPI: \_SB_.PC00.LPCB.EC0_: Boot DSDT EC initialization complete
[ 0.324913] ACPI: \_SB_.PC00.LPCB.EC0_: EC: Used to handle transactions and events
[ 0.325002] iommu: Default domain type: Translated
[ 0.325002] iommu: DMA domain TLB invalidation policy: lazy mode
[ 0.325002] SCSI subsystem initialized
[ 0.325002] libata version 3.00 loaded.
[ 0.325002] ACPI: bus type USB registered
[ 0.325002] usbcore: registered new interface driver usbfs
[ 0.325002] usbcore: registered new interface driver hub
[ 0.325002] usbcore: registered new device driver usb
[ 0.325002] EDAC MC: Ver: 3.0.0
[ 0.326856] efivars: Registered efivars operations
[ 0.327099] NetLabel: Initializing
[ 0.327100] NetLabel: domain hash size = 128
[ 0.327101] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[ 0.327115] NetLabel: unlabeled traffic allowed by default
[ 0.327119] mctp: management component transport protocol core
[ 0.327120] NET: Registered PF_MCTP protocol family
[ 0.327129] PCI: Using ACPI for IRQ routing
[ 0.349522] PCI: pci_cache_line_size set to 64 bytes
[ 0.349530] pci 0000:00:02.0: BAR 0: reserving [mem 0x6000000000-0x6000ffffff flags 0x140204] (d=0, p=0)
[ 0.349533] pci 0000:00:02.0: BAR 2: reserving [mem 0x4000000000-0x400fffffff flags 0x14220c] (d=0, p=0)
[ 0.349535] pci 0000:00:02.0: BAR 4: reserving [io 0x4000-0x403f flags 0x40101] (d=0, p=0)
[ 0.349537] pci 0000:00:04.0: BAR 0: reserving [mem 0x6001100000-0x600111ffff flags 0x140204] (d=0, p=0)
[ 0.350855] pci 0000:02:00.0: BAR 0: reserving [mem 0x50600000-0x50603fff flags 0x140204] (d=0, p=0)
[ 0.350857] pci 0000:00:08.0: BAR 0: reserving [mem 0x600113d000-0x600113dfff flags 0x140204] (d=0, p=0)
[ 0.350862] pci 0000:00:0d.0: BAR 0: reserving [mem 0x6001120000-0x600112ffff flags 0x140204] (d=0, p=0)
[ 0.350868] pci 0000:00:14.0: BAR 0: reserving [mem 0x50700000-0x5070ffff flags 0x140204] (d=0, p=0)
[ 0.350871] pci 0000:00:14.2: BAR 0: reserving [mem 0x6001134000-0x6001137fff flags 0x140204] (d=0, p=0)
[ 0.350873] pci 0000:00:14.2: BAR 2: reserving [mem 0x600113c000-0x600113cfff flags 0x140204] (d=0, p=0)
[ 0.350908] pci 0000:00:1f.4: BAR 0: reserving [mem 0x6001138000-0x60011380ff flags 0x140204] (d=0, p=0)
[ 0.350909] pci 0000:00:1f.4: BAR 4: reserving [io 0xefa0-0xefbf flags 0x40101] (d=0, p=0)
[ 0.350912] pci 0000:00:1f.5: BAR 0: reserving [mem 0xfe010000-0xfe010fff flags 0x40200] (d=0, p=0)
[ 0.350913] pci 0000:00:1f.5: BAR 0 [mem 0xfe010000-0xfe010fff]: can't claim; no compatible bridge window
[ 0.350945] pci 0000:00:16.0: BAR 0: reserving [mem 0x6001139000-0x6001139fff flags 0x140204] (d=1, p=1)
[ 0.350949] pci 0000:03:00.0: BAR 0: reserving [io 0x3000-0x30ff flags 0x40101] (d=1, p=1)
[ 0.350950] pci 0000:03:00.0: BAR 2: reserving [mem 0x50500000-0x505fffff flags 0x140204] (d=1, p=1)
[ 0.350954] pci 0000:04:00.0: BAR 0: reserving [mem 0x50401000-0x50401fff flags 0x40200] (d=1, p=1)
[ 0.350955] pci 0000:04:00.0: BAR 1: reserving [mem 0x50400000-0x504007ff flags 0x40200] (d=1, p=1)
[ 0.350960] pci 0000:00:1f.3: BAR 0: reserving [mem 0x6001130000-0x6001133fff flags 0x140204] (d=1, p=1)
[ 0.350961] pci 0000:00:1f.3: BAR 4: reserving [mem 0x6001000000-0x60010fffff flags 0x140204] (d=1, p=1)
[ 0.350969] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
[ 0.350971] e820: reserve RAM buffer [mem 0x364ed000-0x37ffffff]
[ 0.350972] e820: reserve RAM buffer [mem 0x36b11000-0x37ffffff]
[ 0.350972] e820: reserve RAM buffer [mem 0x3b229000-0x3bffffff]
[ 0.350973] e820: reserve RAM buffer [mem 0x3d93f000-0x3fffffff]
[ 0.350974] e820: reserve RAM buffer [mem 0x42b00000-0x43ffffff]
[ 0.350974] e820: reserve RAM buffer [mem 0x4afc00000-0x4afffffff]
[ 0.351011] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[ 0.351011] pci 0000:00:02.0: vgaarb: bridge control possible
[ 0.351011] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[ 0.351011] vgaarb: loaded
[ 0.351077] Monitor-Mwait will be used to enter C-1 state
[ 0.351080] Monitor-Mwait will be used to enter C-2 state
[ 0.351080] Monitor-Mwait will be used to enter C-3 state
[ 0.351915] clocksource: Switched to clocksource tsc-early
[ 0.352257] VFS: Disk quotas dquot_6.6.0
[ 0.352264] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.352358] pnp: PnP ACPI init
[ 0.352571] system 00:00: [io 0x0680-0x069f] has been reserved
[ 0.352573] system 00:00: [io 0x164e-0x164f] has been reserved
[ 0.352575] system 00:00: [io 0xfd60-0xfd63] has been reserved
[ 0.352699] system 00:02: [io 0x1854-0x1857] has been reserved
[ 0.353536] pnp 00:04: disabling [mem 0xc0000000-0xcfffffff] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
[ 0.353564] system 00:04: [mem 0xfedc0000-0xfedc7fff] has been reserved
[ 0.353565] system 00:04: [mem 0xfeda0000-0xfeda0fff] has been reserved
[ 0.353566] system 00:04: [mem 0xfeda1000-0xfeda1fff] has been reserved
[ 0.353568] system 00:04: [mem 0xfed20000-0xfed7ffff] could not be reserved
[ 0.353569] system 00:04: [mem 0xfed90000-0xfed93fff] could not be reserved
[ 0.353570] system 00:04: [mem 0xfed45000-0xfed8ffff] could not be reserved
[ 0.353571] system 00:04: [mem 0xfee00000-0xfeefffff] has been reserved
[ 0.354447] system 00:05: [io 0x2000-0x20fe] has been reserved
[ 0.355253] pnp: PnP ACPI: found 7 devices
[ 0.360615] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 0.360655] NET: Registered PF_INET protocol family
[ 0.360852] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.372600] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
[ 0.372622] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.372667] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ 0.372951] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[ 0.373034] TCP: Hash tables configured (established 131072 bind 65536)
[ 0.373110] MPTCP token hash table entries: 16384 (order: 7, 393216 bytes, linear)
[ 0.373179] UDP hash table entries: 8192 (order: 7, 524288 bytes, linear)
[ 0.373257] UDP-Lite hash table entries: 8192 (order: 7, 524288 bytes, linear)
[ 0.373324] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.373331] NET: Registered PF_XDP protocol family
[ 0.373348] pci 0000:00:02.0: VF BAR 2 [mem 0x4020000000-0x40ffffffff 64bit pref]: assigned
[ 0.373353] pci 0000:00:02.0: VF BAR 0 [mem 0x4010000000-0x4016ffffff 64bit]: assigned
[ 0.373356] pci 0000:00:15.0: BAR 0 [mem 0x4017000000-0x4017000fff 64bit]: assigned
[ 0.373373] pci 0000:00:15.3: BAR 0 [mem 0x4017001000-0x4017001fff 64bit]: assigned
[ 0.373390] pci 0000:00:1f.5: BAR 0 [mem 0x50710000-0x50710fff]: assigned
[ 0.373401] pci 0000:00:06.0: PCI bridge to [bus 01]
[ 0.373432] pci 0000:00:06.2: PCI bridge to [bus 02]
[ 0.373440] pci 0000:00:06.2: bridge window [mem 0x50600000-0x506fffff]
[ 0.373449] pci 0000:00:1c.0: PCI bridge to [bus 03]
[ 0.373452] pci 0000:00:1c.0: bridge window [io 0x3000-0x3fff]
[ 0.373456] pci 0000:00:1c.0: bridge window [mem 0x50500000-0x505fffff]
[ 0.373463] pci 0000:00:1d.0: PCI bridge to [bus 04]
[ 0.373466] pci 0000:00:1d.0: bridge window [mem 0x50400000-0x504fffff]
[ 0.373473] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
[ 0.373475] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
[ 0.373476] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[ 0.373477] pci_bus 0000:00: resource 7 [mem 0x50400000-0xbfffffff window]
[ 0.373477] pci_bus 0000:00: resource 8 [mem 0x4000000000-0x7fffffffff window]
[ 0.373479] pci_bus 0000:02: resource 1 [mem 0x50600000-0x506fffff]
[ 0.373480] pci_bus 0000:03: resource 0 [io 0x3000-0x3fff]
[ 0.373480] pci_bus 0000:03: resource 1 [mem 0x50500000-0x505fffff]
[ 0.373481] pci_bus 0000:04: resource 1 [mem 0x50400000-0x504fffff]
[ 0.376260] PCI: CLS 64 bytes, default 64
[ 0.376308] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 0.376309] software IO TLB: mapped [mem 0x000000002c5df000-0x00000000305df000] (64MB)
[ 0.376350] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x23fa772cf26, max_idle_ns: 440795269835 ns
[ 0.376505] clocksource: Switched to clocksource tsc
[ 0.376556] Trying to unpack rootfs image as initramfs...
[ 0.393915] Initialise system trusted keyrings
[ 0.393925] Key type blacklist registered
[ 0.394189] workingset: timestamp_bits=36 max_order=22 bucket_order=0
[ 0.394414] fuse: init (API version 7.45)
[ 0.394551] integrity: Platform Keyring initialized
[ 0.394552] integrity: Machine keyring initialized
[ 0.401982] xor: automatically using best checksumming function avx
[ 0.401984] Key type asymmetric registered
[ 0.401985] Asymmetric key parser 'x509' registered
[ 0.401999] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[ 0.402253] io scheduler mq-deadline registered
[ 0.402254] io scheduler kyber registered
[ 0.402261] io scheduler bfq registered
[ 0.402982] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.402995] pciehp: pcie_port_service_register = 0
[ 0.403006] pcieport 0000:00:06.0: vgaarb: pci_notify
[ 0.403009] pcieport 0000:00:06.0: runtime IRQ mapping not provided by arch
[ 0.403480] pcieport 0000:00:06.0: PME: Signaling with IRQ 120
[ 0.403552] pcieport 0000:00:06.0: bwctrl: enabled with IRQ 120
[ 0.403587] pcieport 0000:00:06.0: save config 0x00: 0xa74d8086
[ 0.403620] pcieport 0000:00:06.0: save config 0x04: 0x00100507
[ 0.403653] pcieport 0000:00:06.0: save config 0x08: 0x06040001
[ 0.403685] pcieport 0000:00:06.0: save config 0x0c: 0x00810010
[ 0.403718] pcieport 0000:00:06.0: save config 0x10: 0x00000000
[ 0.403752] pcieport 0000:00:06.0: save config 0x14: 0x00000000
[ 0.403785] pcieport 0000:00:06.0: save config 0x18: 0x00010100
[ 0.403817] pcieport 0000:00:06.0: save config 0x1c: 0x000000f0
[ 0.403851] pcieport 0000:00:06.0: save config 0x20: 0x0000fff0
[ 0.403884] pcieport 0000:00:06.0: save config 0x24: 0x0001fff1
[ 0.403917] pcieport 0000:00:06.0: save config 0x28: 0x00000000
[ 0.403950] pcieport 0000:00:06.0: save config 0x2c: 0x00000000
[ 0.403983] pcieport 0000:00:06.0: save config 0x30: 0x00000000
[ 0.404016] pcieport 0000:00:06.0: save config 0x34: 0x00000040
[ 0.404049] pcieport 0000:00:06.0: save config 0x38: 0x00000000
[ 0.404082] pcieport 0000:00:06.0: save config 0x3c: 0x000204ff
[ 0.404146] pcieport 0000:00:06.0: vgaarb: pci_notify
[ 0.404150] pcieport 0000:00:06.2: vgaarb: pci_notify
[ 0.404153] pcieport 0000:00:06.2: runtime IRQ mapping not provided by arch
[ 0.404397] pcieport 0000:00:06.2: PME: Signaling with IRQ 121
[ 0.404462] pcieport 0000:00:06.2: bwctrl: enabled with IRQ 121
[ 0.404492] pcieport 0000:00:06.2: save config 0x00: 0xa73d8086
[ 0.404497] pcieport 0000:00:06.2: save config 0x04: 0x00100507
[ 0.404499] pcieport 0000:00:06.2: save config 0x08: 0x06040001
[ 0.404504] pcieport 0000:00:06.2: save config 0x0c: 0x00810010
[ 0.404505] pcieport 0000:00:06.2: save config 0x10: 0x00000000
[ 0.404506] pcieport 0000:00:06.2: save config 0x14: 0x00000000
[ 0.404512] pcieport 0000:00:06.2: save config 0x18: 0x00020200
[ 0.404539] pcieport 0000:00:06.2: save config 0x1c: 0x000000f0
[ 0.404542] pcieport 0000:00:06.2: save config 0x20: 0x50605060
[ 0.404571] pcieport 0000:00:06.2: save config 0x24: 0x0001fff1
[ 0.404572] pcieport 0000:00:06.2: save config 0x28: 0x00000000
[ 0.404573] pcieport 0000:00:06.2: save config 0x2c: 0x00000000
[ 0.404575] pcieport 0000:00:06.2: save config 0x30: 0x00000000
[ 0.404576] pcieport 0000:00:06.2: save config 0x34: 0x00000040
[ 0.404578] pcieport 0000:00:06.2: save config 0x38: 0x00000000
[ 0.404579] pcieport 0000:00:06.2: save config 0x3c: 0x000202ff
[ 0.404608] pcieport 0000:00:06.2: vgaarb: pci_notify
[ 0.404614] pcieport 0000:00:1c.0: vgaarb: pci_notify
[ 0.404616] pcieport 0000:00:1c.0: runtime IRQ mapping not provided by arch
[ 0.404745] pcieport 0000:00:1c.0: PME: Signaling with IRQ 122
[ 0.404762] pcieport 0000:00:1c.0: bwctrl: enabled with IRQ 122
[ 0.404765] pcieport 0000:00:1c.0: save config 0x00: 0x51ba8086
[ 0.404767] pcieport 0000:00:1c.0: save config 0x04: 0x00100407
[ 0.404769] pcieport 0000:00:1c.0: save config 0x08: 0x06040001
[ 0.404771] pcieport 0000:00:1c.0: save config 0x0c: 0x00810010
[ 0.404772] pcieport 0000:00:1c.0: save config 0x10: 0x00000000
[ 0.404774] pcieport 0000:00:1c.0: save config 0x14: 0x00000000
[ 0.404775] pcieport 0000:00:1c.0: save config 0x18: 0x00030300
[ 0.404777] pcieport 0000:00:1c.0: save config 0x1c: 0x00003030
[ 0.404779] pcieport 0000:00:1c.0: save config 0x20: 0x50505050
[ 0.404783] pcieport 0000:00:1c.0: save config 0x24: 0x0001fff1
[ 0.404784] pcieport 0000:00:1c.0: save config 0x28: 0x00000000
[ 0.404786] pcieport 0000:00:1c.0: save config 0x2c: 0x00000000
[ 0.404793] pcieport 0000:00:1c.0: save config 0x30: 0x00000000
[ 0.404795] pcieport 0000:00:1c.0: save config 0x34: 0x00000040
[ 0.404797] pcieport 0000:00:1c.0: save config 0x38: 0x00000000
[ 0.404798] pcieport 0000:00:1c.0: save config 0x3c: 0x000203ff
[ 0.404840] pcieport 0000:00:1c.0: vgaarb: pci_notify
[ 0.404843] pcieport 0000:00:1d.0: vgaarb: pci_notify
[ 0.404845] pcieport 0000:00:1d.0: runtime IRQ mapping not provided by arch
[ 0.404981] pcieport 0000:00:1d.0: PME: Signaling with IRQ 123
[ 0.404999] pcieport 0000:00:1d.0: bwctrl: enabled with IRQ 123
[ 0.405002] pcieport 0000:00:1d.0: save config 0x00: 0x51b18086
[ 0.405004] pcieport 0000:00:1d.0: save config 0x04: 0x00100407
[ 0.405006] pcieport 0000:00:1d.0: save config 0x08: 0x06040001
[ 0.405007] pcieport 0000:00:1d.0: save config 0x0c: 0x00810010
[ 0.405009] pcieport 0000:00:1d.0: save config 0x10: 0x00000000
[ 0.405011] pcieport 0000:00:1d.0: save config 0x14: 0x00000000
[ 0.405012] pcieport 0000:00:1d.0: save config 0x18: 0x00040400
[ 0.405014] pcieport 0000:00:1d.0: save config 0x1c: 0x000000f0
[ 0.405016] pcieport 0000:00:1d.0: save config 0x20: 0x50405040
[ 0.405017] pcieport 0000:00:1d.0: save config 0x24: 0x0001fff1
[ 0.405019] pcieport 0000:00:1d.0: save config 0x28: 0x00000000
[ 0.405021] pcieport 0000:00:1d.0: save config 0x2c: 0x00000000
[ 0.405022] pcieport 0000:00:1d.0: save config 0x30: 0x00000000
[ 0.405024] pcieport 0000:00:1d.0: save config 0x34: 0x00000040
[ 0.405026] pcieport 0000:00:1d.0: save config 0x38: 0x00000000
[ 0.405027] pcieport 0000:00:1d.0: save config 0x3c: 0x000202ff
[ 0.405062] pcieport 0000:00:1d.0: vgaarb: pci_notify
[ 0.405247] ACPI: AC: AC Adapter [ACAD] (on-line)
[ 0.405284] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1b/PNP0C0D:00/input/input0
[ 0.405297] ACPI: button: Lid Switch [LID0]
[ 0.405323] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[ 0.409565] ACPI: button: Power Button [PWRB]
[ 0.410392] Freeing initrd memory: 24556K
[ 0.413200] thermal LNXTHERM:00: registered as thermal_zone0
[ 0.413202] ACPI: thermal: Thermal Zone [TZ00] (28 C)
[ 0.413378] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[ 0.415004] hpet_acpi_add: no address or irqs in _CRS
[ 0.415036] Non-volatile memory driver v1.3
[ 0.415036] Linux agpgart interface v0.103
[ 0.466221] ACPI: bus type drm_connector registered
[ 0.467212] xhci_hcd 0000:00:0d.0: vgaarb: pci_notify
[ 0.467215] xhci_hcd 0000:00:0d.0: runtime IRQ mapping not provided by arch
[ 0.467235] xhci_hcd 0000:00:0d.0: enabling bus mastering
[ 0.467238] xhci_hcd 0000:00:0d.0: xHCI Host Controller
[ 0.467241] xhci_hcd 0000:00:0d.0: new USB bus registered, assigned bus number 1
[ 0.468289] xhci_hcd 0000:00:0d.0: hcc params 0x20007fc1 hci version 0x120 quirks 0x0000000200009810
[ 0.468293] xhci_hcd 0000:00:0d.0: enabling Mem-Wr-Inval
[ 0.468476] xhci_hcd 0000:00:0d.0: xHCI Host Controller
[ 0.468479] xhci_hcd 0000:00:0d.0: new USB bus registered, assigned bus number 2
[ 0.468480] xhci_hcd 0000:00:0d.0: Host supports USB 3.2 Enhanced SuperSpeed
[ 0.468505] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.19
[ 0.468506] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.468507] usb usb1: Product: xHCI Host Controller
[ 0.468509] usb usb1: Manufacturer: Linux 6.19.0-rc6-1-git-00201-g2d4f15363f5b xhci-hcd
[ 0.468510] usb usb1: SerialNumber: 0000:00:0d.0
[ 0.468670] hub 1-0:1.0: USB hub found
[ 0.468676] hub 1-0:1.0: 1 port detected
[ 0.468793] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.19
[ 0.468794] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.468795] usb usb2: Product: xHCI Host Controller
[ 0.468796] usb usb2: Manufacturer: Linux 6.19.0-rc6-1-git-00201-g2d4f15363f5b xhci-hcd
[ 0.468796] usb usb2: SerialNumber: 0000:00:0d.0
[ 0.468863] hub 2-0:1.0: USB hub found
[ 0.468868] hub 2-0:1.0: 2 ports detected
[ 0.469315] xhci_hcd 0000:00:0d.0: vgaarb: pci_notify
[ 0.469319] xhci_hcd 0000:00:14.0: vgaarb: pci_notify
[ 0.469321] xhci_hcd 0000:00:14.0: runtime IRQ mapping not provided by arch
[ 0.469409] xhci_hcd 0000:00:14.0: enabling bus mastering
[ 0.469414] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 0.469416] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
[ 0.470518] xhci_hcd 0000:00:14.0: hcc params 0x20007fc1 hci version 0x120 quirks 0x0000100200009810
[ 0.470524] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[ 0.470763] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 0.470764] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
[ 0.470765] xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed
[ 0.470779] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.19
[ 0.470780] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.470781] usb usb3: Product: xHCI Host Controller
[ 0.470781] usb usb3: Manufacturer: Linux 6.19.0-rc6-1-git-00201-g2d4f15363f5b xhci-hcd
[ 0.470782] usb usb3: SerialNumber: 0000:00:14.0
[ 0.470857] hub 3-0:1.0: USB hub found
[ 0.470876] hub 3-0:1.0: 12 ports detected
[ 0.471622] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.19
[ 0.471622] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.471623] usb usb4: Product: xHCI Host Controller
[ 0.471623] usb usb4: Manufacturer: Linux 6.19.0-rc6-1-git-00201-g2d4f15363f5b xhci-hcd
[ 0.471624] usb usb4: SerialNumber: 0000:00:14.0
[ 0.471716] hub 4-0:1.0: USB hub found
[ 0.471728] hub 4-0:1.0: 4 ports detected
[ 0.472053] xhci_hcd 0000:00:14.0: vgaarb: pci_notify
[ 0.472070] usbcore: registered new interface driver usbserial_generic
[ 0.472073] usbserial: USB Serial support registered for generic
[ 0.472088] i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
[ 0.472089] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[ 0.472587] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 0.472692] rtc_cmos 00:01: RTC can wake from S4
[ 0.473607] rtc_cmos 00:01: registered as rtc0
[ 0.473791] rtc_cmos 00:01: setting system clock to 2026-01-30T07:48:03 UTC (1769759283)
[ 0.473815] rtc_cmos 00:01: alarms up to one month, y3k, 242 bytes nvram
[ 0.474348] intel_pstate: Intel P-state driver initializing
[ 0.475310] intel_pstate: HWP enabled
[ 0.475650] simple-framebuffer simple-framebuffer.0: [drm] Registered 1 planes with drm panic
[ 0.479183] [drm] Initialized simpledrm 1.0.0 for simple-framebuffer.0 on minor 0
[ 0.480202] Console: switching to colour frame buffer device 100x37
[ 0.480867] simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
[ 0.480923] hid: raw HID events driver (C) Jiri Kosina
[ 0.480981] usbcore: registered new interface driver usbhid
[ 0.480982] usbhid: USB HID core driver
[ 0.481077] drop_monitor: Initializing network drop monitor service
[ 0.481202] NET: Registered PF_INET6 protocol family
[ 0.481839] Segment Routing with IPv6
[ 0.481842] RPL Segment Routing with IPv6
[ 0.481851] In-situ OAM (IOAM) with IPv6
[ 0.481871] NET: Registered PF_PACKET protocol family
[ 0.483158] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[ 0.483541] microcode: Current revision: 0x00006133
[ 0.483544] microcode: Updated early from: 0x00004123
[ 0.483859] IPI shorthand broadcast: enabled
[ 0.486434] sched_clock: Marking stable (479001141, 6507742)->(514322984, -28814101)
[ 0.486927] registered taskstats version 1
[ 0.487698] Loading compiled-in X.509 certificates
[ 0.491209] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2
[ 0.497897] Loaded X.509 cert 'Build time autogenerated kernel key: 051f2b6b715b6ad1ad5b230622cd6e8824ada271'
[ 0.500427] zswap: loaded using pool zstd
[ 0.500503] Demotion targets for Node 0: null
[ 0.500642] Key type .fscrypt registered
[ 0.500644] Key type fscrypt-provisioning registered
[ 0.500954] Btrfs loaded, zoned=yes, fsverity=yes
[ 0.500982] Key type big_key registered
[ 0.504988] integrity: Loading X.509 certificate: UEFI:db
[ 0.505040] integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
[ 0.505041] integrity: Loading X.509 certificate: UEFI:db
[ 0.505054] integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
[ 0.505055] integrity: Loading X.509 certificate: UEFI:db
[ 0.505065] integrity: Loaded X.509 cert 'Microsoft Corporation: Windows UEFI CA 2023: aefc5fbbbe055d8f8daa585473499417ab5a5272'
[ 0.505066] integrity: Loading X.509 certificate: UEFI:db
[ 0.505070] integrity: Problem loading X.509 certificate -74
[ 0.505121] integrity: Error adding keys to platform keyring UEFI:db
[ 0.511912] PM: Magic number: 10:751:825
[ 0.513284] RAS: Correctable Errors collector initialized.
[ 0.519345] PCI: pci_mmcfg_late_insert_resources() pci_probe 0x8
[ 0.519348] PCI: pci_mmcfg_late_insert_resources() insert [mem 0xc0000000-0xcfffffff]
[ 0.527322] ACPI: battery: Slot [BAT1] (battery present)
[ 0.527595] clk: Disabling unused clocks
[ 0.527601] PM: genpd: Disabling unused power domains
[ 0.528584] pcieport 0000:00:06.0: save config 0x00: 0xa74d8086
[ 0.528608] pcieport 0000:00:06.0: save config 0x04: 0x00100507
[ 0.528626] pcieport 0000:00:06.0: save config 0x08: 0x06040001
[ 0.528644] pcieport 0000:00:06.0: save config 0x0c: 0x00810010
[ 0.528665] pcieport 0000:00:06.0: save config 0x10: 0x00000000
[ 0.528684] pcieport 0000:00:06.0: save config 0x14: 0x00000000
[ 0.528702] pcieport 0000:00:06.0: save config 0x18: 0x00010100
[ 0.528719] pcieport 0000:00:06.0: save config 0x1c: 0x000000f0
[ 0.528737] pcieport 0000:00:06.0: save config 0x20: 0x0000fff0
[ 0.528755] pcieport 0000:00:06.0: save config 0x24: 0x0001fff1
[ 0.528773] pcieport 0000:00:06.0: save config 0x28: 0x00000000
[ 0.528791] pcieport 0000:00:06.0: save config 0x2c: 0x00000000
[ 0.528809] pcieport 0000:00:06.0: save config 0x30: 0x00000000
[ 0.528827] pcieport 0000:00:06.0: save config 0x34: 0x00000040
[ 0.528845] pcieport 0000:00:06.0: save config 0x38: 0x00000000
[ 0.528863] pcieport 0000:00:06.0: save config 0x3c: 0x000204ff
[ 0.529073] pcieport 0000:00:06.0: PME# enabled
[ 0.540630] pcieport 0000:00:06.0: ACPI _REG disconnect evaluation failed (5)
[ 0.540734] pcieport 0000:00:06.0: power state changed by ACPI to D3hot
[ 0.545265] Freeing unused decrypted memory: 2036K
[ 0.546047] Freeing unused kernel image (initmem) memory: 4736K
[ 0.546067] Write protecting the kernel read-only data: 38912k
[ 0.546579] Freeing unused kernel image (text/rodata gap) memory: 64K
[ 0.547092] Freeing unused kernel image (rodata/data gap) memory: 1896K
[ 0.553690] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 0.553694] rodata_test: all tests were successful
[ 0.553697] Run /init as init process
[ 0.553698] with arguments:
[ 0.553699] /init
[ 0.553700] with environment:
[ 0.553700] HOME=/
[ 0.553700] TERM=linux
[ 0.679568] systemd[1]: Successfully made /usr/ read-only.
[ 0.679910] systemd[1]: systemd 259-2-arch running in system mode (+PAM +AUDIT -SELINUX +APPARMOR -IMA +IPE +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +BTF +XKBCOMMON +UTMP -SYSVINIT +LIBARCHIVE)
[ 0.679917] systemd[1]: Detected architecture x86-64.
[ 0.679918] systemd[1]: Running in initrd.
[ 0.680258] systemd[1]: Initializing machine ID from random generator.
[ 0.712521] usb 3-5: new high-speed USB device number 2 using xhci_hcd
[ 0.713308] systemd[1]: Queued start job for default target Initrd Default Target.
[ 0.784292] systemd[1]: Created slice Slice /system/systemd-validatefs.
[ 0.784522] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ 0.784570] systemd[1]: Expecting device /dev/disk/by-uuid/ad720100-0431-4e07-b2e9-00fd54b8fbcb...
[ 0.784623] systemd[1]: Expecting device /dev/gpt-auto-root...
[ 0.784672] systemd[1]: Reached target Path Units.
[ 0.784705] systemd[1]: Reached target Slice Units.
[ 0.784736] systemd[1]: Reached target Swaps.
[ 0.784770] systemd[1]: Reached target Timer Units.
[ 0.784888] systemd[1]: Listening on Journal Socket (/dev/log).
[ 0.784973] systemd[1]: Listening on Journal Sockets.
[ 0.785045] systemd[1]: Listening on udev Control Socket.
[ 0.785329] systemd[1]: Listening on udev Kernel Socket.
[ 0.785549] systemd[1]: Reached target Socket Units.
[ 0.788506] systemd[1]: Starting Create List of Static Device Nodes...
[ 0.792765] systemd[1]: Starting Early Battery Level Check...
[ 0.796966] systemd[1]: Starting Journal Service...
[ 0.801323] systemd[1]: Starting Load Kernel Modules...
[ 0.802351] systemd[1]: TPM PCR Barrier (initrd) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[ 0.802370] systemd[1]: Reached target Local Encrypted Volumes.
[ 0.805875] systemd[1]: Starting Create Static Device Nodes in /dev...
[ 0.809230] systemd[1]: Starting Coldplug All udev Devices...
[ 0.811959] systemd-journald[195]: Collecting audit messages is disabled.
[ 0.816058] systemd[1]: Finished Create List of Static Device Nodes.
[ 0.818612] systemd[1]: Finished Early Battery Level Check.
[ 0.820729] systemd[1]: Finished Load Kernel Modules.
[ 0.822365] systemd[1]: Finished Create Static Device Nodes in /dev.
[ 0.825019] systemd[1]: Started Display Boot-Time Emergency Messages In Full Screen.
[ 0.827444] systemd[1]: Starting Rule-based Manager for Device Events and Files...
[ 0.840862] usb 3-5: New USB device found, idVendor=30c9, idProduct=00c5, bcdDevice= 0.07
[ 0.840867] usb 3-5: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[ 0.840868] usb 3-5: Product: Integrated Camera
[ 0.840869] usb 3-5: Manufacturer: 8SSC21M22245V1SR45701P0
[ 0.840870] usb 3-5: SerialNumber: 0001
[ 0.856457] systemd[1]: Started Rule-based Manager for Device Events and Files.
[ 0.865535] systemd[1]: Started Journal Service.
[ 0.951264] wmi_bus wmi_bus-PNP0C14:05: [Firmware Bug]: WQB1 data block query control method not found
[ 0.951268] wmi_bus wmi_bus-PNP0C14:05: [Firmware Bug]: WQB2 data block query control method not found
[ 0.953559] usb 3-6: new full-speed USB device number 3 using xhci_hcd
[ 0.965287] Key type psk registered
[ 0.972354] intel-spi 0000:00:1f.5: vgaarb: pci_notify
[ 0.972362] intel-spi 0000:00:1f.5: runtime IRQ mapping not provided by arch
[ 0.972565] intel-spi 0000:00:1f.5: vgaarb: pci_notify
[ 0.972662] intel-lpss 0000:00:15.0: vgaarb: pci_notify
[ 0.972676] intel-lpss 0000:00:15.0: runtime IRQ mapping not provided by arch
[ 0.972686] intel-lpss 0000:00:15.0: enabling device (0004 -> 0006)
[ 0.972990] intel-lpss 0000:00:15.0: enabling Mem-Wr-Inval
[ 0.974068] intel-lpss 0000:00:15.0: status=0x0
[ 0.974089] intel-lpss 0000:00:15.0: status=0x0
[ 0.974094] idma64 idma64.0: Found Intel integrated DMA 64-bit
[ 0.974106] intel-lpss 0000:00:15.0: status=0x0
[ 0.974123] intel-lpss 0000:00:15.0: status=0x0
[ 0.974141] intel-lpss 0000:00:15.0: status=0x0
[ 0.974157] intel-lpss 0000:00:15.0: status=0x0
[ 0.974175] intel-lpss 0000:00:15.0: status=0x0
[ 0.974191] intel-lpss 0000:00:15.0: status=0x0
[ 0.974209] intel-lpss 0000:00:15.0: status=0x0
[ 0.974227] intel-lpss 0000:00:15.0: status=0x0
[ 0.979195] nvme 0000:02:00.0: vgaarb: pci_notify
[ 0.979205] nvme 0000:02:00.0: runtime IRQ mapping not provided by arch
[ 0.979212] nvme 0000:02:00.0: platform quirk: setting simple suspend
[ 0.979303] nvme nvme0: pci function 0000:02:00.0
[ 0.980289] nvme 0000:02:00.0: save config 0x00: 0x501615b7
[ 0.980294] nvme 0000:02:00.0: save config 0x04: 0x00100407
[ 0.980297] nvme 0000:02:00.0: save config 0x08: 0x01080201
[ 0.980299] nvme 0000:02:00.0: save config 0x0c: 0x00000010
[ 0.980301] nvme 0000:02:00.0: save config 0x10: 0x50600004
[ 0.980303] nvme 0000:02:00.0: save config 0x14: 0x00000000
[ 0.980305] nvme 0000:02:00.0: save config 0x18: 0x00000000
[ 0.980307] nvme 0000:02:00.0: save config 0x1c: 0x00000000
[ 0.980309] nvme 0000:02:00.0: save config 0x20: 0x00000000
[ 0.980310] nvme 0000:02:00.0: save config 0x24: 0x00000000
[ 0.980312] nvme 0000:02:00.0: save config 0x28: 0x00000000
[ 0.980314] nvme 0000:02:00.0: save config 0x2c: 0x501615b7
[ 0.980316] nvme 0000:02:00.0: save config 0x30: 0x00000000
[ 0.980317] nvme 0000:02:00.0: save config 0x34: 0x00000080
[ 0.980319] nvme 0000:02:00.0: save config 0x38: 0x00000000
[ 0.980321] nvme 0000:02:00.0: save config 0x3c: 0x000001ff
[ 0.980444] i2c_designware i2c_designware.0: [Firmware Bug]: DSDT uses known not-working I2C bus speed 400000, forcing it to 100000
[ 0.980470] i2c_designware i2c_designware.0: Standard Mode HCNT:LCNT = 552:652
[ 0.980473] i2c_designware i2c_designware.0: Fast Mode HCNT:LCNT = 100:200
[ 0.980476] i2c_designware i2c_designware.0: Bus speed: Standard Mode (100 kHz)
[ 0.980518] i2c_designware i2c_designware.0: enabled=0x0 stat=0x0
[ 0.980540] i2c_designware i2c_designware.0: enabled=0x0 stat=0x0
[ 0.980561] i2c_designware i2c_designware.0: enabled=0x0 stat=0x0
[ 0.980581] i2c_designware i2c_designware.0: enabled=0x0 stat=0x0
[ 0.980598] i2c_designware i2c_designware.0: enabled=0x0 stat=0x0
[ 0.980618] i2c_designware i2c_designware.0: enabled=0x0 stat=0x0
[ 0.980636] i2c_designware i2c_designware.0: enabled=0x0 stat=0x0
[ 0.980640] sdhci: Secure Digital Host Controller Interface driver
[ 0.980641] sdhci: Copyright(c) Pierre Ossman
[ 0.980653] i2c_designware i2c_designware.0: enabled=0x0 stat=0x0
[ 0.980670] i2c_designware i2c_designware.0: enabled=0x0 stat=0x0
[ 0.980687] i2c_designware i2c_designware.0: enabled=0x0 stat=0x0
[ 0.983487] intel-lpss 0000:00:15.0: vgaarb: pci_notify
[ 0.983503] intel-lpss 0000:00:15.3: vgaarb: pci_notify
[ 0.983542] intel-lpss 0000:00:15.3: runtime IRQ mapping not provided by arch
[ 0.983576] intel-lpss 0000:00:15.3: enabling device (0004 -> 0006)
[ 0.983755] intel-lpss 0000:00:15.3: enabling Mem-Wr-Inval
[ 0.983917] idma64 idma64.1: Found Intel integrated DMA 64-bit
[ 0.987357] i2c_designware i2c_designware.1: Standard Mode HCNT:LCNT = 552:652
[ 0.987361] i2c_designware i2c_designware.1: Fast Mode HCNT:LCNT = 100:200
[ 0.987366] i2c_designware i2c_designware.1: Bus speed: Fast Mode (400 kHz)
[ 0.988782] intel-lpss 0000:00:15.3: vgaarb: pci_notify
[ 1.016813] nvme nvme0: allocated 32 MiB host memory buffer (8 segments).
[ 1.019390] nvme nvme0: 12/0/0 default/read/poll queues
[ 1.028958] nvme0n1: p1 p2
[ 1.029297] nvme 0000:02:00.0: vgaarb: pci_notify
[ 1.039668] xhci_hcd 0000:00:0d.0: save config 0x00: 0xa71e8086
[ 1.039679] xhci_hcd 0000:00:0d.0: save config 0x04: 0x02900402
[ 1.039683] xhci_hcd 0000:00:0d.0: save config 0x08: 0x0c033001
[ 1.039685] xhci_hcd 0000:00:0d.0: save config 0x0c: 0x00800010
[ 1.039688] xhci_hcd 0000:00:0d.0: save config 0x10: 0x01120004
[ 1.039691] xhci_hcd 0000:00:0d.0: save config 0x14: 0x00000060
[ 1.039693] xhci_hcd 0000:00:0d.0: save config 0x18: 0x00000000
[ 1.039696] xhci_hcd 0000:00:0d.0: save config 0x1c: 0x00000000
[ 1.039698] xhci_hcd 0000:00:0d.0: save config 0x20: 0x00000000
[ 1.039700] xhci_hcd 0000:00:0d.0: save config 0x24: 0x00000000
[ 1.039702] xhci_hcd 0000:00:0d.0: save config 0x28: 0x00000000
[ 1.039704] xhci_hcd 0000:00:0d.0: save config 0x2c: 0x72708086
[ 1.039707] xhci_hcd 0000:00:0d.0: save config 0x30: 0x00000000
[ 1.039709] xhci_hcd 0000:00:0d.0: save config 0x34: 0x00000070
[ 1.039712] xhci_hcd 0000:00:0d.0: save config 0x38: 0x00000000
[ 1.039714] xhci_hcd 0000:00:0d.0: save config 0x3c: 0x000000ff
[ 1.039857] xhci_hcd 0000:00:0d.0: PME# enabled
[ 1.042914] sdhci-pci 0000:04:00.0: vgaarb: pci_notify
[ 1.042929] sdhci-pci 0000:04:00.0: runtime IRQ mapping not provided by arch
[ 1.042933] sdhci-pci 0000:04:00.0: SDHCI controller found [1217:8621] (rev 1)
[ 1.044769] sdhci-pci 0000:04:00.0: enabling device (0000 -> 0002)
[ 1.045030] sdhci-pci 0000:04:00.0: enabling bus mastering
[ 1.052528] xhci_hcd 0000:00:0d.0: ACPI _REG disconnect evaluation failed (5)
[ 1.053088] xhci_hcd 0000:00:0d.0: power state changed by ACPI to D3cold
[ 1.053574] mmc0: SDHCI controller on PCI [0000:04:00.0] using ADMA
[ 1.053649] sdhci-pci 0000:04:00.0: vgaarb: pci_notify
[ 1.079261] usb 3-6: not running at top speed; connect to a high speed hub
[ 1.080840] usb 3-6: New USB device found, idVendor=1c7a, idProduct=0583, bcdDevice=52.07
[ 1.080844] usb 3-6: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 1.080845] usb 3-6: Product: ETU905A88-E
[ 1.080846] usb 3-6: Manufacturer: EGIS
[ 1.080847] usb 3-6: SerialNumber: 14495FPKC366
[ 1.100971] device-mapper: uevent: version 1.0.3
[ 1.101040] device-mapper: ioctl: 4.50.0-ioctl (2025-04-28) initialised: dm-devel@lists.linux.dev
[ 1.193643] usb 3-10: new full-speed USB device number 4 using xhci_hcd
[ 1.255575] i2c_designware i2c_designware.1: runtime suspend start
[ 1.255588] i2c_designware i2c_designware.1: runtime suspend finished
[ 1.255692] i2c_designware i2c_designware.0: runtime suspend start
[ 1.255709] i2c_designware i2c_designware.0: runtime suspend finished
[ 1.317590] usb 3-10: New USB device found, idVendor=0bda, idProduct=4853, bcdDevice= 0.00
[ 1.317593] usb 3-10: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 1.317594] usb 3-10: Product: Bluetooth Radio
[ 1.317595] usb 3-10: Manufacturer: Realtek
[ 1.317596] usb 3-10: SerialNumber: 00e04c000001
[ 1.411054] i915 0000:00:02.0: vgaarb: pci_notify
[ 1.411059] i915 0000:00:02.0: runtime IRQ mapping not provided by arch
[ 1.411227] i915 0000:00:02.0: [drm] Found alderlake_p/raptorlake_u (device ID a7ac) integrated display version 13.00 stepping E0
[ 1.436825] Console: switching to colour dummy device 80x25
[ 1.437086] i915 0000:00:02.0: vgaarb: deactivate vga console
[ 1.437160] i915 0000:00:02.0: [drm] Using Transparent Hugepages
[ 1.437645] i915 0000:00:02.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[ 1.437650] i915 0000:00:02.0: vgaarb: decoding count now is: 1
[ 1.437653] i915 0000:00:02.0: vgaarb: __vga_tryget: 1
[ 1.437655] i915 0000:00:02.0: vgaarb: __vga_tryget: owns: 3
[ 1.437658] i915 0000:00:02.0: vgaarb: __vga_put
[ 1.440180] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/adlp_dmc.bin (v2.20)
[ 1.453354] i915 0000:00:02.0: [drm] GT0: GuC firmware i915/adlp_guc_70.bin version 70.49.4
[ 1.453362] i915 0000:00:02.0: [drm] GT0: HuC firmware i915/tgl_huc.bin version 7.9.3
[ 1.469551] i915 0000:00:02.0: [drm] GT0: HuC: authenticated for all workloads
[ 1.470672] i915 0000:00:02.0: [drm] GT0: GUC: submission enabled
[ 1.470674] i915 0000:00:02.0: [drm] GT0: GUC: SLPC enabled
[ 1.471141] i915 0000:00:02.0: [drm] GT0: GUC: RC enabled
[ 1.472140] i915 0000:00:02.0: [drm] Protected Xe Path (PXP) protected content support initialized
[ 1.481577] i915 0000:00:02.0: [drm] Registered 4 planes with drm panic
[ 1.487644] [drm] Initialized i915 1.6.0 for 0000:00:02.0 on minor 1
[ 1.490655] ACPI: video: Video Device [GFX0] (multi-head: yes rom: no post: no)
[ 1.491378] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input3
[ 1.504442] fbcon: i915drmfb (fb0) is primary device
[ 1.529461] Console: switching to colour frame buffer device 240x75
[ 1.565344] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
[ 1.565432] i915 0000:00:02.0: vgaarb: pci_notify
[ 2.671656] i915 0000:00:02.0: vgaarb: __vga_tryget: 1
[ 2.671667] i915 0000:00:02.0: vgaarb: __vga_tryget: owns: 3
[ 2.671673] i915 0000:00:02.0: vgaarb: __vga_put
[ 2.671689] i915 0000:00:02.0: vgaarb: __vga_tryget: 1
[ 2.671691] i915 0000:00:02.0: vgaarb: __vga_tryget: owns: 3
[ 2.671695] i915 0000:00:02.0: vgaarb: __vga_put
[ 2.970266] irq 27: nobody cared (try booting with the "irqpoll" option)
[ 2.970313] CPU: 11 UID: 0 PID: 0 Comm: swapper/11 Not tainted 6.19.0-rc6-1-git-00201-g2d4f15363f5b #32 PREEMPT(full) bf55a92a8ad5db3af8c6ed3b304c42935172f841
[ 2.970320] Hardware name: LENOVO 83FW/LNVNB161216, BIOS PFCN14WW 09/20/2024
[ 2.970323] Call Trace:
[ 2.970328] <IRQ>
[ 2.970333] dump_stack_lvl+0x5d/0x80
[ 2.970343] __report_bad_irq+0x35/0xbc
[ 2.970350] note_interrupt.cold+0x28/0x66
[ 2.970353] handle_irq_event+0x72/0x90
[ 2.970360] handle_fasteoi_irq+0xda/0x1f0
[ 2.970365] __common_interrupt+0x41/0xa0
[ 2.970372] common_interrupt+0x80/0xa0
[ 2.970380] </IRQ>
[ 2.970381] <TASK>
[ 2.970382] asm_common_interrupt+0x26/0x40
[ 2.970388] RIP: 0010:cpuidle_enter_state+0xbb/0x410
[ 2.970394] Code: 00 00 e8 c8 ca 00 ff e8 e3 ef ff ff 48 89 c5 0f 1f 44 00 00 31 ff e8 c4 47 ff fe 45 84 ff 0f 85 33 02 00 00 fb 0f 1f 44 00 00 <45> 85 f6 0f 88 7c 01 00 00 49 63 ce 48 2b 2c 24 48 6b d1 68 48 89
[ 2.970397] RSP: 0018:ffffd17a80223e78 EFLAGS: 00000246
[ 2.970400] RAX: ffff8dc90e606000 RBX: 0000000000000001 RCX: 0000000000000000
[ 2.970403] RDX: 00000000b10a8b20 RSI: fffffff5fab6fd04 RDI: 0000000000000000
[ 2.970404] RBP: 00000000b10a8b20 R08: 0000000000000002 R09: 0000000000000020
[ 2.970406] R10: 00000000ffffffff R11: ffffffffffffffff R12: ffff8dc89fafe840
[ 2.970408] R13: ffffffff909838c0 R14: 0000000000000001 R15: 0000000000000000
[ 2.970412] ? cpuidle_enter_state+0xac/0x410
[ 2.970416] cpuidle_enter+0x31/0x50
[ 2.970424] do_idle+0x1ae/0x210
[ 2.970429] cpu_startup_entry+0x29/0x30
[ 2.970433] start_secondary+0x119/0x150
[ 2.970440] common_startup_64+0x13e/0x141
[ 2.970447] </TASK>
[ 2.970448] handlers:
[ 2.970465] [<000000001da404c8>] idma64_irq [idma64]
[ 2.970490] [<00000000549b9ab5>] i2c_dw_isr
[ 2.970506] Disabling IRQ #27
[ 5.983728] idma64_irq: 100393 callbacks suppressed
[ 5.983746] intel-lpss 0000:00:15.0: status=0x0
[ 5.983770] i2c_dw_isr: 100018 callbacks suppressed
[ 5.983776] i2c_designware i2c_designware.0: enabled=0x0 stat=0x0
[ 6.087748] intel-lpss 0000:00:15.0: status=0x0
[ 6.087782] i2c_designware i2c_designware.0: enabled=0x0 stat=0x0
[ 6.191832] intel-lpss 0000:00:15.0: status=0x0
[ 6.191873] i2c_designware i2c_designware.0: enabled=0x0 stat=0x0
[ 6.295754] intel-lpss 0000:00:15.0: status=0x0
[ 6.295797] i2c_designware i2c_designware.0: enabled=0x0 stat=0x0
[ 6.399743] intel-lpss 0000:00:15.0: status=0x0
[ 6.399778] i2c_designware i2c_designware.0: enabled=0x0 stat=0x0
[ 6.503767] intel-lpss 0000:00:15.0: status=0x0
[ 6.503800] i2c_designware i2c_designware.0: enabled=0x0 stat=0x0
[ 6.607741] intel-lpss 0000:00:15.0: status=0x0
[ 6.607772] i2c_designware i2c_designware.0: enabled=0x0 stat=0x0
[ 6.711739] intel-lpss 0000:00:15.0: status=0x0
[ 6.711774] i2c_designware i2c_designware.0: enabled=0x0 stat=0x0
[ 6.815713] intel-lpss 0000:00:15.0: status=0x0
[ 6.815745] i2c_designware i2c_designware.0: enabled=0x0 stat=0x0
[ 6.919742] intel-lpss 0000:00:15.0: status=0x0
[ 6.919781] i2c_designware i2c_designware.0: enabled=0x0 stat=0x0
[ 11.079557] idma64_irq: 39 callbacks suppressed
[ 11.079573] intel-lpss 0000:00:15.0: status=0x0
[ 11.079594] i2c_dw_isr: 39 callbacks suppressed
[ 11.079599] i2c_designware i2c_designware.0: enabled=0x0 stat=0x0
[ 11.183715] intel-lpss 0000:00:15.0: status=0x0
[ 11.183748] i2c_designware i2c_designware.0: enabled=0x0 stat=0x0
[ 11.287715] intel-lpss 0000:00:15.0: status=0x0
[ 11.287744] i2c_designware i2c_designware.0: enabled=0x0 stat=0x0
[ 11.391748] intel-lpss 0000:00:15.0: status=0x0
[ 11.391788] i2c_designware i2c_designware.0: enabled=0x0 stat=0x0
[ 11.495673] intel-lpss 0000:00:15.0: status=0x0
[ 11.495706] i2c_designware i2c_designware.0: enabled=0x0 stat=0x0
[ 11.599722] intel-lpss 0000:00:15.0: status=0x0
[ 11.599754] i2c_designware i2c_designware.0: enabled=0x0 stat=0x0
[ 11.703740] intel-lpss 0000:00:15.0: status=0x0
[ 11.703782] i2c_designware i2c_designware.0: enabled=0x0 stat=0x0
[ 11.807711] intel-lpss 0000:00:15.0: status=0x0
[ 11.807743] i2c_designware i2c_designware.0: enabled=0x0 stat=0x0
[ 11.911699] intel-lpss 0000:00:15.0: status=0x0
[ 11.911728] i2c_designware i2c_designware.0: enabled=0x0 stat=0x0
[ 12.015738] intel-lpss 0000:00:15.0: status=0x0
[ 12.015776] i2c_designware i2c_designware.0: enabled=0x0 stat=0x0
[ 16.175741] idma64_irq: 39 callbacks suppressed
[ 16.175767] intel-lpss 0000:00:15.0: status=0x0
[ 16.175797] i2c_dw_isr: 39 callbacks suppressed
[ 16.175805] i2c_designware i2c_designware.0: enabled=0x0 stat=0x0
[ 16.279584] intel-lpss 0000:00:15.0: status=0x0
[ 16.279624] i2c_designware i2c_designware.0: enabled=0x0 stat=0x0
[ 16.383718] intel-lpss 0000:00:15.0: status=0x0
[ 16.383750] i2c_designware i2c_designware.0: enabled=0x0 stat=0x0
[ 16.487759] intel-lpss 0000:00:15.0: status=0x0
[ 16.487792] i2c_designware i2c_designware.0: enabled=0x0 stat=0x0
[ 16.591714] intel-lpss 0000:00:15.0: status=0x0
[ 16.591743] i2c_designware i2c_designware.0: enabled=0x0 stat=0x0
[ 16.695651] intel-lpss 0000:00:15.0: status=0x0
[ 16.695682] i2c_designware i2c_designware.0: enabled=0x0 stat=0x0
[ 16.799717] intel-lpss 0000:00:15.0: status=0x0
[ 16.799747] i2c_designware i2c_designware.0: enabled=0x0 stat=0x0
[ 16.903720] intel-lpss 0000:00:15.0: status=0x0
[ 16.903750] i2c_designware i2c_designware.0: enabled=0x0 stat=0x0
[ 17.007744] intel-lpss 0000:00:15.0: status=0x0
[ 17.007776] i2c_designware i2c_designware.0: enabled=0x0 stat=0x0
[ 17.111701] intel-lpss 0000:00:15.0: status=0x0
[ 17.111730] i2c_designware i2c_designware.0: enabled=0x0 stat=0x0
[ 21.271524] idma64_irq: 39 callbacks suppressed
[ 21.271531] intel-lpss 0000:00:15.0: status=0x0
[ 21.271542] i2c_dw_isr: 39 callbacks suppressed
[ 21.271543] i2c_designware i2c_designware.0: enabled=0x0 stat=0x0
[ 21.375525] intel-lpss 0000:00:15.0: status=0x0
[ 21.375541] i2c_designware i2c_designware.0: enabled=0x0 stat=0x0
[ 21.480527] intel-lpss 0000:00:15.0: status=0x0
[ 21.480544] i2c_designware i2c_designware.0: enabled=0x0 stat=0x0
[ 21.584530] intel-lpss 0000:00:15.0: status=0x0
[ 21.584547] i2c_designware i2c_designware.0: enabled=0x0 stat=0x0
[ 21.687527] intel-lpss 0000:00:15.0: status=0x0
[ 21.687544] i2c_designware i2c_designware.0: enabled=0x0 stat=0x0
[ 21.791527] intel-lpss 0000:00:15.0: status=0x0
[ 21.791544] i2c_designware i2c_designware.0: enabled=0x0 stat=0x0
[ 21.895526] intel-lpss 0000:00:15.0: status=0x0
[ 21.895543] i2c_designware i2c_designware.0: enabled=0x0 stat=0x0
[ 21.999527] intel-lpss 0000:00:15.0: status=0x0
[ 21.999544] i2c_designware i2c_designware.0: enabled=0x0 stat=0x0
[ 22.103525] intel-lpss 0000:00:15.0: status=0x0
[ 22.103542] i2c_designware i2c_designware.0: enabled=0x0 stat=0x0
[ 22.207528] intel-lpss 0000:00:15.0: status=0x0
[ 22.207542] i2c_designware i2c_designware.0: enabled=0x0 stat=0x0
[ 26.368527] idma64_irq: 39 callbacks suppressed
[ 26.368534] intel-lpss 0000:00:15.0: status=0x0
[ 26.368546] i2c_dw_isr: 39 callbacks suppressed
[ 26.368548] i2c_designware i2c_designware.0: enabled=0x0 stat=0x0
[ 26.471523] intel-lpss 0000:00:15.0: status=0x0
[ 26.471541] i2c_designware i2c_designware.0: enabled=0x0 stat=0x0
[ 26.575527] intel-lpss 0000:00:15.0: status=0x0
[ 26.575544] i2c_designware i2c_designware.0: enabled=0x0 stat=0x0
[ 26.679527] intel-lpss 0000:00:15.0: status=0x0
[ 26.679542] i2c_designware i2c_designware.0: enabled=0x0 stat=0x0
[ 26.783526] intel-lpss 0000:00:15.0: status=0x0
[ 26.783543] i2c_designware i2c_designware.0: enabled=0x0 stat=0x0
[ 26.887528] intel-lpss 0000:00:15.0: status=0x0
[ 26.887544] i2c_designware i2c_designware.0: enabled=0x0 stat=0x0
[ 26.991526] intel-lpss 0000:00:15.0: status=0x0
[ 26.991543] i2c_designware i2c_designware.0: enabled=0x0 stat=0x0
[ 27.095522] intel-lpss 0000:00:15.0: status=0x0
[ 27.095540] i2c_designware i2c_designware.0: enabled=0x0 stat=0x0
[ 27.200633] intel-lpss 0000:00:15.0: status=0x0
[ 27.200651] i2c_designware i2c_designware.0: enabled=0x0 stat=0x0
[ 27.303523] intel-lpss 0000:00:15.0: status=0x0
[ 27.303540] i2c_designware i2c_designware.0: enabled=0x0 stat=0x0
[ 29.451767] Key type trusted registered
[ 29.453891] Key type encrypted registered
[ 29.506076] PM: Image not found (code -22)
[ 29.598349] EXT4-fs (dm-0): Supports (experimental) DIO atomic writes awu_min: 4096, awu_max: 4096
[ 29.627028] EXT4-fs (dm-0): mounting with "discard" option, but the device does not support discard
[ 29.627108] EXT4-fs (dm-0): mounted filesystem ad720100-0431-4e07-b2e9-00fd54b8fbcb r/w with ordered data mode. Quota mode: none.
[ 30.048391] systemd-journald[195]: Received SIGTERM from PID 1 (systemd).
[ 30.105640] systemd[1]: systemd 259-2-arch running in system mode (+PAM +AUDIT -SELINUX +APPARMOR -IMA +IPE +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +BTF +XKBCOMMON +UTMP -SYSVINIT +LIBARCHIVE)
[ 30.105660] systemd[1]: Detected architecture x86-64.
[ 30.117979] systemd[1]: Hostname set to <arch>.
[ 30.217561] systemd[1]: bpf-restrict-fs: LSM BPF program attached
[ 30.436210] systemd[1]: initrd-switch-root.service: Deactivated successfully.
[ 30.436350] systemd[1]: Stopped Switch Root.
[ 30.438088] systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1.
[ 30.438383] systemd[1]: Created slice Virtual Machine and Container Slice.
[ 30.439475] systemd[1]: Created slice Slice /system/dirmngr.
[ 30.440453] systemd[1]: Created slice Slice /system/getty.
[ 30.441378] systemd[1]: Created slice Slice /system/gpg-agent.
[ 30.442254] systemd[1]: Created slice Slice /system/gpg-agent-browser.
[ 30.443719] systemd[1]: Created slice Slice /system/gpg-agent-extra.
[ 30.444470] systemd[1]: Created slice Slice /system/gpg-agent-ssh.
[ 30.445211] systemd[1]: Created slice Slice /system/keyboxd.
[ 30.445946] systemd[1]: Created slice Slice /system/modprobe.
[ 30.446778] systemd[1]: Created slice Slice /system/systemd-fsck.
[ 30.447463] systemd[1]: Created slice User and Session Slice.
[ 30.448065] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ 30.448669] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 30.449289] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ 30.449816] systemd[1]: Expecting device /dev/disk/by-uuid/C6DC-F0DB...
[ 30.450347] systemd[1]: Reached target Local Encrypted Volumes.
[ 30.450872] systemd[1]: Reached target Login Prompts.
[ 30.451390] systemd[1]: Reached target Image Downloads.
[ 30.451905] systemd[1]: Stopped target Switch Root.
[ 30.452422] systemd[1]: Stopped target Initrd File Systems.
[ 30.452936] systemd[1]: Stopped target Initrd Root File System.
[ 30.453448] systemd[1]: Reached target Local Integrity Protected Volumes.
[ 30.453964] systemd[1]: Reached target Path Units.
[ 30.454473] systemd[1]: Reached target Remote File Systems.
[ 30.454985] systemd[1]: Reached target Slice Units.
[ 30.455511] systemd[1]: Reached target Local Verity Protected Volumes.
[ 30.456056] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[ 30.457532] systemd[1]: Listening on Query the User Interactively for a Password.
[ 30.458874] systemd[1]: Listening on Process Core Dump Socket.
[ 30.460005] systemd[1]: Listening on Credential Encryption/Decryption.
[ 30.461293] systemd[1]: Listening on Factory Reset Management.
[ 30.462732] systemd[1]: Listening on Console Output Muting Service Socket.
[ 30.463277] systemd[1]: TPM PCR Measurements was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[ 30.463286] systemd[1]: Make TPM PCR Policy was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[ 30.463805] systemd[1]: Listening on Disk Repartitioning Service Socket.
[ 30.464347] systemd[1]: Listening on udev Control Socket.
[ 30.464891] systemd[1]: Listening on udev Varlink Socket.
[ 30.465418] systemd[1]: Listening on User Database Manager Socket.
[ 30.467150] systemd[1]: Mounting Huge Pages File System...
[ 30.468122] systemd[1]: Mounting POSIX Message Queue File System...
[ 30.469216] systemd[1]: Mounting Kernel Debug File System...
[ 30.470261] systemd[1]: Mounting Kernel Trace File System...
[ 30.476165] systemd[1]: Starting Create List of Static Device Nodes...
[ 30.476797] systemd[1]: Load Kernel Module configfs was skipped because of an unmet condition check (ConditionKernelModuleLoaded=!configfs).
[ 30.477158] systemd[1]: Mounting Kernel Configuration File System...
[ 30.477751] systemd[1]: Load Kernel Module drm was skipped because of an unmet condition check (ConditionKernelModuleLoaded=!drm).
[ 30.477767] systemd[1]: Load Kernel Module fuse was skipped because of an unmet condition check (ConditionKernelModuleLoaded=!fuse).
[ 30.478116] systemd[1]: Mounting FUSE Control File System...
[ 30.478799] systemd[1]: systemd-cryptsetup@root.service: Deactivated successfully.
[ 30.478812] systemd[1]: Stopped systemd-cryptsetup@root.service.
[ 30.479410] systemd[1]: systemd-cryptsetup@root.service: Consumed 31.102s CPU time over 29.408s wall clock time, 1G memory peak.
[ 30.479480] 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).
[ 30.480382] systemd[1]: Starting Journal Service...
[ 30.482078] systemd[1]: Starting Load Kernel Modules...
[ 30.482927] systemd[1]: TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[ 30.482974] systemd[1]: TPM PCR Root File System Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[ 30.483033] systemd[1]: TPM NvPCR Product ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[ 30.483941] systemd[1]: Starting Remount Root and Kernel File Systems...
[ 30.484617] systemd[1]: Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[ 30.485051] systemd[1]: Starting Load udev Rules from Credentials...
[ 30.486023] systemd[1]: Starting Coldplug All udev Devices...
[ 30.486650] systemd[1]: systemd-validatefs@sysroot.service: Deactivated successfully.
[ 30.486676] systemd[1]: Stopped Validate File System Mount Constraints of /sysroot.
[ 30.489177] systemd[1]: Mounted Huge Pages File System.
[ 30.489893] systemd[1]: Mounted POSIX Message Queue File System.
[ 30.490532] systemd[1]: Mounted Kernel Debug File System.
[ 30.491136] systemd[1]: Mounted Kernel Trace File System.
[ 30.491774] systemd[1]: Finished Create List of Static Device Nodes.
[ 30.492346] systemd[1]: Mounted Kernel Configuration File System.
[ 30.492903] systemd[1]: Mounted FUSE Control File System.
[ 30.493998] systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
[ 30.494685] systemd[1]: Finished Load udev Rules from Credentials.
[ 30.496910] Asymmetric key parser 'pkcs8' registered
[ 30.497544] systemd[1]: Finished Load Kernel Modules.
[ 30.499102] systemd[1]: Starting Apply Kernel Variables...
[ 30.501778] systemd-journald[1118]: Collecting audit messages is disabled.
[ 30.503634] EXT4-fs (dm-0): re-mounted ad720100-0431-4e07-b2e9-00fd54b8fbcb.
[ 30.504339] systemd[1]: Finished Remount Root and Kernel File Systems.
[ 30.505911] systemd[1]: Activating swap /swapfile...
[ 30.506994] systemd[1]: Rebuild Hardware Database was skipped because no trigger condition checks were met.
[ 30.507763] systemd[1]: Starting Load/Save OS Random Seed...
[ 30.508458] systemd[1]: TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[ 30.508483] systemd[1]: TPM PCR NvPCR Initialization Separator was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[ 30.508618] systemd[1]: Started Journal Service.
[ 30.519150] Adding 45088764k swap on /swapfile. Priority:-1 extents:347 across:128843776k SS
[ 30.524440] systemd-journald[1118]: Received client request to flush runtime journal.
[ 30.799559] mc: Linux media interface: v0.10
[ 30.824198] pci 0000:00:14.2: save config 0x00: 0x51ef8086
[ 30.824206] pci 0000:00:14.2: save config 0x04: 0x00100006
[ 30.824210] pci 0000:00:14.2: save config 0x08: 0x05000001
[ 30.824213] pci 0000:00:14.2: save config 0x0c: 0x00000010
[ 30.824216] pci 0000:00:14.2: save config 0x10: 0x01134004
[ 30.824219] pci 0000:00:14.2: save config 0x14: 0x00000060
[ 30.824222] pci 0000:00:14.2: save config 0x18: 0x0113c004
[ 30.824224] pci 0000:00:14.2: save config 0x1c: 0x00000060
[ 30.824227] pci 0000:00:14.2: save config 0x20: 0x00000000
[ 30.824230] pci 0000:00:14.2: save config 0x24: 0x00000000
[ 30.824232] pci 0000:00:14.2: save config 0x28: 0x00000000
[ 30.824235] pci 0000:00:14.2: save config 0x2c: 0x386517aa
[ 30.824238] pci 0000:00:14.2: save config 0x30: 0x00000000
[ 30.824240] pci 0000:00:14.2: save config 0x34: 0x00000080
[ 30.824243] pci 0000:00:14.2: save config 0x38: 0x00000000
[ 30.824246] pci 0000:00:14.2: save config 0x3c: 0x000000ff
[ 30.826549] igen6_edac 0000:00:00.0: vgaarb: pci_notify
[ 30.826556] igen6_edac 0000:00:00.0: runtime IRQ mapping not provided by arch
[ 30.826574] resource: resource sanity check: requesting [mem 0x00000000fedc0000-0x00000000fedcffff], which spans more than pnp 00:04 [mem 0xfedc0000-0xfedc7fff]
[ 30.826578] caller igen6_probe+0x155/0x824 [igen6_edac] mapping multiple BARs
[ 30.826651] EDAC MC0: Giving out device to module igen6_edac controller Intel_client_SoC MC#0: DEV 0000:00:00.0 (INTERRUPT)
[ 30.826713] EDAC MC1: Giving out device to module igen6_edac controller Intel_client_SoC MC#1: DEV 0000:00:00.0 (INTERRUPT)
[ 30.826727] igen6_edac 0000:00:00.0: vgaarb: pci_notify
[ 30.827755] EDAC igen6: v2.5.1
[ 30.828642] i2c_designware i2c_designware.0: runtime resume start
[ 30.828658] i2c_designware i2c_designware.0: runtime resume finished
[ 30.828704] videodev: Linux video capture interface: v2.00
[ 30.829373] drivers/hid/i2c-hid/i2c-hid-core.c: HID probe called for i2c 0x15
[ 30.829384] i2c_designware i2c_designware.0: i2c_dw_xfer: msgs: 1
[ 30.839526] i2c_designware i2c_designware.0: enabled=0x1 stat=0x10
[ 30.845088] ACPI: bus type thunderbolt registered
[ 30.846189] intel_pmc_core INT33A1:00: initialized
[ 30.846228] input: PC Speaker as /devices/platform/pcspkr/input/input4
[ 30.860903] ACPI: battery: new hook: Ideapad Battery Extension
[ 30.862139] input: Ideapad extra buttons as /devices/pci0000:00/0000:00:1f.0/PNP0C09:00/VPC2004:00/input/input5
[ 30.898837] Bluetooth: Core ver 2.22
[ 30.898855] NET: Registered PF_BLUETOOTH protocol family
[ 30.898856] Bluetooth: HCI device and connection manager initialized
[ 30.898859] Bluetooth: HCI socket layer initialized
[ 30.898860] Bluetooth: L2CAP socket layer initialized
[ 30.898862] Bluetooth: SCO socket layer initialized
[ 30.943663] i2c_designware i2c_designware.0: enabled=0x1 stat=0x714
[ 30.943815] i2c_hid_acpi i2c-ELAN06FA:00: Fetching the HID descriptor
[ 30.943824] i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=01 00
[ 30.943832] i2c_designware i2c_designware.0: i2c_dw_xfer: msgs: 2
[ 31.047705] i2c_designware i2c_designware.0: enabled=0x1 stat=0x10
[ 31.151702] i2c_designware i2c_designware.0: enabled=0x1 stat=0x714
[ 31.152298] i2c_hid_acpi i2c-ELAN06FA:00: HID Descriptor: 1e 00 00 01 a3 02 02 00 03 00 1f 00 04 00 00 00 05 00 06 00 f3 04 7e 32 04 00 00 00 00 00
[ 31.152318] i2c_hid_acpi i2c-ELAN06FA:00: Requesting IRQ: 155
[ 31.153094] i2c_hid_acpi i2c-ELAN06FA:00: entering i2c_hid_parse
[ 31.153112] i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_start_hwreset
[ 31.153119] i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_power
[ 31.153125] i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 00 08
[ 31.153137] i2c_designware i2c_designware.0: i2c_dw_xfer: msgs: 1
[ 31.255716] i2c_designware i2c_designware.0: enabled=0x1 stat=0x10
[ 31.359683] i2c_designware i2c_designware.0: enabled=0x1 stat=0x710
[ 31.420839] i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 00 01
[ 31.420861] i2c_designware i2c_designware.0: i2c_dw_xfer: msgs: 1
[ 31.464608] idma64_irq: 39 callbacks suppressed
[ 31.464620] intel-lpss 0000:00:15.0: status=0x0
[ 31.464636] i2c_dw_isr: 39 callbacks suppressed
[ 31.464640] i2c_designware i2c_designware.0: enabled=0x1 stat=0x10
[ 31.464645] i2c_designware i2c_designware.0: enabled=0x1 stat=0x10
[ 31.567709] intel-lpss 0000:00:15.0: status=0x0
[ 31.567739] i2c_designware i2c_designware.0: enabled=0x1 stat=0x710
[ 31.567748] i2c_designware i2c_designware.0: enabled=0x1 stat=0x710
[ 31.568041] i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_finish_hwreset: waiting...
[ 31.568105] i2c_designware i2c_designware.0: i2c_dw_xfer: msgs: 1
[ 31.671554] intel-lpss 0000:00:15.0: status=0x0
[ 31.671576] i2c_designware i2c_designware.0: enabled=0x1 stat=0x10
[ 31.671580] i2c_designware i2c_designware.0: enabled=0x1 stat=0x10
[ 31.775550] intel-lpss 0000:00:15.0: status=0x0
[ 31.775574] i2c_designware i2c_designware.0: enabled=0x1 stat=0x714
[ 31.775581] i2c_designware i2c_designware.0: enabled=0x1 stat=0x714
[ 31.775865] i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_finish_hwreset: finished.
[ 31.775885] i2c_hid_acpi i2c-ELAN06FA:00: asking HID report descriptor
[ 31.775890] i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=02 00
[ 31.775900] i2c_designware i2c_designware.0: i2c_dw_xfer: msgs: 2
[ 31.879679] intel-lpss 0000:00:15.0: status=0x0
[ 31.879704] i2c_designware i2c_designware.0: enabled=0x1 stat=0x10
[ 31.879709] i2c_designware i2c_designware.0: enabled=0x1 stat=0x10
[ 31.983693] intel-lpss 0000:00:15.0: status=0x0
[ 31.983721] i2c_designware i2c_designware.0: enabled=0x1 stat=0x2514
[ 31.983727] i2c_designware i2c_designware.0: enabled=0x1 stat=0x2514
[ 32.087704] intel-lpss 0000:00:15.0: status=0x0
[ 32.087734] i2c_designware i2c_designware.0: enabled=0x1 stat=0x2514
[ 32.087742] i2c_designware i2c_designware.0: enabled=0x1 stat=0x2514
[ 32.191689] intel-lpss 0000:00:15.0: status=0x0
[ 32.191718] i2c_designware i2c_designware.0: enabled=0x1 stat=0x2514
[ 32.191725] i2c_designware i2c_designware.0: enabled=0x1 stat=0x2514
[ 32.295572] intel-lpss 0000:00:15.0: status=0x0
[ 32.295595] i2c_designware i2c_designware.0: enabled=0x1 stat=0x2514
[ 32.295600] i2c_designware i2c_designware.0: enabled=0x1 stat=0x2514
[ 32.399684] intel-lpss 0000:00:15.0: status=0x0
[ 32.399714] i2c_designware i2c_designware.0: enabled=0x1 stat=0x2514
[ 32.399721] i2c_designware i2c_designware.0: enabled=0x1 stat=0x2514
[ 32.503715] i2c_designware i2c_designware.0: enabled=0x1 stat=0x2514
[ 32.607729] i2c_designware i2c_designware.0: enabled=0x1 stat=0x2514
[ 32.711649] i2c_designware i2c_designware.0: enabled=0x1 stat=0x2514
[ 32.815719] i2c_designware i2c_designware.0: enabled=0x1 stat=0x2514
[ 32.815841] i2c_designware i2c_designware.0: controller timed out
[ 32.843312] i2c_designware i2c_designware.0: timeout in disabling adapter
[ 32.843336] hid (null): reading report descriptor failed
[ 32.845262] i2c_hid_acpi i2c-ELAN06FA:00: can't add hid device: -110
[ 32.850978] i2c_hid_acpi i2c-ELAN06FA:00: probe with driver i2c_hid_acpi failed with error -110
[ 32.862299] RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
[ 32.862303] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[ 32.862304] RAPL PMU: hw unit of domain package 2^-14 Joules
[ 32.862305] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[ 32.862306] RAPL PMU: hw unit of domain psys 2^-14 Joules
[ 32.863687] mei_me 0000:00:16.0: vgaarb: pci_notify
[ 32.863693] mei_me 0000:00:16.0: runtime IRQ mapping not provided by arch
[ 32.863714] mei_me 0000:00:16.0: enabling device (0000 -> 0002)
[ 32.864002] mei_me 0000:00:16.0: enabling bus mastering
[ 32.871851] spi-nor spi0.0: supply vcc not found, using dummy regulator
[ 32.875879] Creating 1 MTD partitions on "0000:00:1f.5":
[ 32.875885] 0x000000000000-0x000000800000 : "BIOS"
[ 32.877958] spi-nor spi0.1: supply vcc not found, using dummy regulator
[ 32.883722] mei_me 0000:00:16.0: vgaarb: pci_notify
[ 32.892285] Creating 1 MTD partitions on "0000:00:1f.5-chip1":
[ 32.892298] 0x000000000000-0x000001000000 : "BIOS1"
[ 32.901776] i801_smbus 0000:00:1f.4: vgaarb: pci_notify
[ 32.901798] i801_smbus 0000:00:1f.4: runtime IRQ mapping not provided by arch
[ 32.902342] i801_smbus 0000:00:1f.4: SPD Write Disable is set
[ 32.902398] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[ 32.917943] i801_smbus 0000:00:1f.4: vgaarb: pci_notify
[ 32.948262] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 32.951859] mei_pxp 0000:00:16.0-fbf6fcf1-96cf-4e2e-a6a6-1bab8cbe36b1: bound 0000:00:02.0 (ops i915_pxp_tee_component_ops [i915])
[ 32.953792] mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_ops [i915])
[ 32.953993] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 32.954132] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
[ 32.954751] faux_driver regulatory: Direct firmware load for regulatory.db failed with error -2
[ 32.954754] cfg80211: failed to load regulatory.db
[ 32.974364] iTCO_vendor_support: vendor-support=0
[ 32.983311] intel_rapl_msr: PL4 support detected.
[ 32.983710] intel_rapl_common: Found RAPL domain package
[ 32.983714] intel_rapl_common: Found RAPL domain core
[ 32.983715] intel_rapl_common: Found RAPL domain uncore
[ 32.983717] intel_rapl_common: Found RAPL domain psys
[ 32.984056] usbcore: registered new interface driver btusb
[ 32.985975] Bluetooth: hci0: RTL: examining hci_ver=0b hci_rev=000b lmp_ver=0b lmp_subver=8852
[ 32.986189] iTCO_wdt iTCO_wdt: Found a Intel PCH TCO device (Version=6, TCOBASE=0x0400)
[ 32.986962] Bluetooth: hci0: RTL: rom_version status=0 version=1
[ 32.987027] iTCO_wdt iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[ 32.987237] uvcvideo 3-5:1.0: Found UVC 1.50 device Integrated Camera (30c9:00c5)
[ 32.987960] Bluetooth: hci0: RTL: btrtl_initialize: key id 0
[ 32.987962] Bluetooth: hci0: RTL: loading rtl_bt/rtl8852bu_fw.bin
[ 32.989022] Bluetooth: hci0: RTL: loading rtl_bt/rtl8852bu_config.bin
[ 32.989262] Bluetooth: hci0: RTL: cfg_sz 6, total sz 60107
[ 32.990669] usbcore: registered new interface driver uvcvideo
[ 33.035254] proc_thermal_pci 0000:00:04.0: vgaarb: pci_notify
[ 33.035260] proc_thermal_pci 0000:00:04.0: runtime IRQ mapping not provided by arch
[ 33.035457] intel_rapl_common: Found RAPL domain package
[ 33.040424] proc_thermal_pci 0000:00:04.0: vgaarb: pci_notify
[ 33.046690] intel_tcc_cooling: TCC Offset locked
[ 33.097381] typec port0: bound usb3-port2 (ops connector_ops)
[ 33.097395] typec port0: bound usb2-port1 (ops connector_ops)
[ 33.100755] rtw89_8852be 0000:03:00.0: vgaarb: pci_notify
[ 33.100761] rtw89_8852be 0000:03:00.0: runtime IRQ mapping not provided by arch
[ 33.102987] snd_soc_avs 0000:00:1f.3: vgaarb: pci_notify
[ 33.102992] snd_soc_avs 0000:00:1f.3: runtime IRQ mapping not provided by arch
[ 33.103011] acpi PRP00001:00: No SoundWire links detected
[ 33.103017] snd_soc_avs 0000:00:1f.3: vgaarb: pci_notify
[ 33.103960] rtw89_8852be 0000:03:00.0: loaded firmware rtw89/rtw8852b_fw-1.bin
[ 33.105685] rtw89_8852be 0000:03:00.0: enabling device (0000 -> 0003)
[ 33.105762] rtw89_8852be 0000:03:00.0: enabling bus mastering
[ 33.113321] rtw89_8852be 0000:03:00.0: Firmware version 0.29.29.15 (6fb3ec41), cmd version 0, type 5
[ 33.113334] rtw89_8852be 0000:03:00.0: Firmware version 0.29.29.15 (6fb3ec41), cmd version 0, type 3
[ 33.164409] typec port1: bound usb3-port3 (ops connector_ops)
[ 33.164420] typec port1: bound usb2-port2 (ops connector_ops)
[ 33.207683] sof-audio-pci-intel-tgl 0000:00:1f.3: vgaarb: pci_notify
[ 33.207701] sof-audio-pci-intel-tgl 0000:00:1f.3: runtime IRQ mapping not provided by arch
[ 33.207716] acpi PRP00001:00: No SoundWire links detected
[ 33.207720] sof-audio-pci-intel-tgl 0000:00:1f.3: vgaarb: pci_notify
[ 33.213632] snd_hda_intel 0000:00:1f.3: vgaarb: pci_notify
[ 33.213636] snd_hda_intel 0000:00:1f.3: runtime IRQ mapping not provided by arch
[ 33.213643] acpi PRP00001:00: No SoundWire links detected
[ 33.213661] snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002)
[ 33.213811] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops intel_audio_component_bind_ops [i915])
[ 33.213929] i915 0000:00:02.0: vgaarb: __vga_tryget: 1
[ 33.213930] i915 0000:00:02.0: vgaarb: __vga_tryget: owns: 3
[ 33.213933] i915 0000:00:02.0: vgaarb: __vga_put
[ 33.213942] snd_hda_intel 0000:00:1f.3: vgaarb: pci_notify
[ 33.218056] snd_hda_intel 0000:00:1f.3: enabling bus mastering
[ 33.247089] snd_hda_codec_conexant hdaudioC0D0: CX11880: BIOS auto-probing.
[ 33.247542] snd_hda_codec_conexant hdaudioC0D0: CX11880: picked fixup for PCI SSID 17aa:0000
[ 33.247667] snd_hda_codec_conexant hdaudioC0D0: autoconfig for CX11880: line_outs=1 (0x17/0x0/0x0/0x0/0x0) type:speaker
[ 33.247670] snd_hda_codec_conexant hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 33.247672] snd_hda_codec_conexant hdaudioC0D0: hp_outs=1 (0x16/0x0/0x0/0x0/0x0)
[ 33.247674] snd_hda_codec_conexant hdaudioC0D0: mono: mono_out=0x0
[ 33.247675] snd_hda_codec_conexant hdaudioC0D0: inputs:
[ 33.247677] snd_hda_codec_conexant hdaudioC0D0: Mic=0x19
[ 33.247678] snd_hda_codec_conexant hdaudioC0D0: Internal Mic=0x1a
[ 33.271613] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input6
[ 33.271650] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input7
[ 33.271672] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input8
[ 33.271706] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input9
[ 33.271736] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input10
[ 33.271758] input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input11
[ 33.324966] Bluetooth: hci0: RTL: fw version 0x42d34e04
[ 33.410083] Bluetooth: hci0: AOSP extensions version v1.00
[ 33.436506] rtw89_8852be 0000:03:00.0: chip rfe_type is 1
[ 33.465658] rtw89_8852be 0000:03:00.0: rfkill hardware state changed to enable
[ 33.465702] rtw89_8852be 0000:03:00.0: vgaarb: pci_notify
[ 33.595209] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[ 33.611638] vgaarb: vga_arb_open
[ 33.611653] vgaarb: client 0x00000000f3d4fef9 called 'target'
[ 33.611663] vgaarb: PCI:0000:00:02.0 ==> 0000:00:02.0 pdev 000000001dee0554
[ 33.611666] vgaarb: vgadev 00000000cadfe429
[ 33.732265] vgaarb: client 0x00000000f3d4fef9 called 'target'
[ 33.732279] vgaarb: PCI:0000:00:02.0 ==> 0000:00:02.0 pdev 000000001dee0554
[ 33.732282] vgaarb: vgadev 00000000cadfe429
[ 33.978127] xhci_hcd 0000:00:0d.0: power state changed by ACPI to D0
[ 33.978134] xhci_hcd 0000:00:0d.0: ACPI _REG connect evaluation failed (5)
[ 33.990370] xhci_hcd 0000:00:0d.0: PME# disabled
[ 33.990382] xhci_hcd 0000:00:0d.0: enabling bus mastering
[ 33.990714] xhci_hcd 0000:00:0d.0: save config 0x00: 0xa71e8086
[ 33.990722] xhci_hcd 0000:00:0d.0: save config 0x04: 0x02900402
[ 33.990725] xhci_hcd 0000:00:0d.0: save config 0x08: 0x0c033001
[ 33.990727] xhci_hcd 0000:00:0d.0: save config 0x0c: 0x00800010
[ 33.990729] xhci_hcd 0000:00:0d.0: save config 0x10: 0x01120004
[ 33.990731] xhci_hcd 0000:00:0d.0: save config 0x14: 0x00000060
[ 33.990733] xhci_hcd 0000:00:0d.0: save config 0x18: 0x00000000
[ 33.990735] xhci_hcd 0000:00:0d.0: save config 0x1c: 0x00000000
[ 33.990736] xhci_hcd 0000:00:0d.0: save config 0x20: 0x00000000
[ 33.990738] xhci_hcd 0000:00:0d.0: save config 0x24: 0x00000000
[ 33.990740] xhci_hcd 0000:00:0d.0: save config 0x28: 0x00000000
[ 33.990741] xhci_hcd 0000:00:0d.0: save config 0x2c: 0x72708086
[ 33.990743] xhci_hcd 0000:00:0d.0: save config 0x30: 0x00000000
[ 33.990745] xhci_hcd 0000:00:0d.0: save config 0x34: 0x00000070
[ 33.990747] xhci_hcd 0000:00:0d.0: save config 0x38: 0x00000000
[ 33.990749] xhci_hcd 0000:00:0d.0: save config 0x3c: 0x000000ff
[ 33.990826] xhci_hcd 0000:00:0d.0: PME# enabled
[ 34.003583] xhci_hcd 0000:00:0d.0: ACPI _REG disconnect evaluation failed (5)
[ 34.004130] xhci_hcd 0000:00:0d.0: power state changed by ACPI to D3cold
[ 34.004365] i801_smbus 0000:00:1f.4: save config 0x00: 0x51a38086
[ 34.004372] i801_smbus 0000:00:1f.4: save config 0x04: 0x02800003
[ 34.004376] i801_smbus 0000:00:1f.4: save config 0x08: 0x0c050001
[ 34.004381] i801_smbus 0000:00:1f.4: save config 0x0c: 0x00000000
[ 34.004386] i801_smbus 0000:00:1f.4: save config 0x10: 0x01138004
[ 34.004391] i801_smbus 0000:00:1f.4: save config 0x14: 0x00000060
[ 34.004396] i801_smbus 0000:00:1f.4: save config 0x18: 0x00000000
[ 34.004400] i801_smbus 0000:00:1f.4: save config 0x1c: 0x00000000
[ 34.004405] i801_smbus 0000:00:1f.4: save config 0x20: 0x0000efa1
[ 34.004410] i801_smbus 0000:00:1f.4: save config 0x24: 0x00000000
[ 34.004415] i801_smbus 0000:00:1f.4: save config 0x28: 0x00000000
[ 34.004420] i801_smbus 0000:00:1f.4: save config 0x2c: 0x386c17aa
[ 34.004424] i801_smbus 0000:00:1f.4: save config 0x30: 0x00000000
[ 34.004429] i801_smbus 0000:00:1f.4: save config 0x34: 0x00000000
[ 34.004434] i801_smbus 0000:00:1f.4: save config 0x38: 0x00000000
[ 34.004439] i801_smbus 0000:00:1f.4: save config 0x3c: 0x000001ff
[ 34.092528] i2c_designware i2c_designware.0: runtime suspend start
[ 34.092741] i2c_designware i2c_designware.0: runtime suspend finished
[ 36.559770] idma64_irq: 39 callbacks suppressed
[ 36.559784] intel-lpss 0000:00:15.0: status=0x0
[ 36.559824] i2c_dw_isr: 39 callbacks suppressed
[ 36.559828] i2c_designware i2c_designware.0: enabled=0x0 stat=0x0
[ 36.663766] intel-lpss 0000:00:15.0: status=0x0
[ 36.663811] i2c_designware i2c_designware.0: enabled=0x0 stat=0x0
[ 36.767690] intel-lpss 0000:00:15.0: status=0x0
[ 36.767734] i2c_designware i2c_designware.0: enabled=0x0 stat=0x0
[ 36.871736] intel-lpss 0000:00:15.0: status=0x0
[ 36.871784] i2c_designware i2c_designware.0: enabled=0x0 stat=0x0
[ 36.975780] intel-lpss 0000:00:15.0: status=0x0
[ 36.975830] i2c_designware i2c_designware.0: enabled=0x0 stat=0x0
[ 37.079748] intel-lpss 0000:00:15.0: status=0x0
[ 37.079795] i2c_designware i2c_designware.0: enabled=0x0 stat=0x0
[ 37.183773] intel-lpss 0000:00:15.0: status=0x0
[ 37.183819] i2c_designware i2c_designware.0: enabled=0x0 stat=0x0
[ 37.287732] intel-lpss 0000:00:15.0: status=0x0
[ 37.287769] i2c_designware i2c_designware.0: enabled=0x0 stat=0x0
[ 37.391736] intel-lpss 0000:00:15.0: status=0x0
[ 37.391781] i2c_designware i2c_designware.0: enabled=0x0 stat=0x0
[ 37.486179] xhci_hcd 0000:00:14.0: save config 0x00: 0x51ed8086
[ 37.486218] xhci_hcd 0000:00:14.0: save config 0x04: 0x02900402
[ 37.486246] xhci_hcd 0000:00:14.0: save config 0x08: 0x0c033001
[ 37.486273] xhci_hcd 0000:00:14.0: save config 0x0c: 0x00800000
[ 37.486300] xhci_hcd 0000:00:14.0: save config 0x10: 0x50700004
[ 37.486327] xhci_hcd 0000:00:14.0: save config 0x14: 0x00000000
[ 37.486354] xhci_hcd 0000:00:14.0: save config 0x18: 0x00000000
[ 37.486381] xhci_hcd 0000:00:14.0: save config 0x1c: 0x00000000
[ 37.486393] xhci_hcd 0000:00:14.0: save config 0x20: 0x00000000
[ 37.486404] xhci_hcd 0000:00:14.0: save config 0x24: 0x00000000
[ 37.486415] xhci_hcd 0000:00:14.0: save config 0x28: 0x00000000
[ 37.486426] xhci_hcd 0000:00:14.0: save config 0x2c: 0x386717aa
[ 37.486438] xhci_hcd 0000:00:14.0: save config 0x30: 0x00000000
[ 37.486449] xhci_hcd 0000:00:14.0: save config 0x34: 0x00000070
[ 37.486460] xhci_hcd 0000:00:14.0: save config 0x38: 0x00000000
[ 37.486471] xhci_hcd 0000:00:14.0: save config 0x3c: 0x000001ff
[ 37.486646] xhci_hcd 0000:00:14.0: PME# enabled
[ 37.495744] intel-lpss 0000:00:15.0: status=0x0
[ 37.495855] i2c_designware i2c_designware.0: enabled=0x0 stat=0x0
[ 37.500042] xhci_hcd 0000:00:14.0: power state changed by ACPI to D3hot
[ 41.655767] idma64_irq: 39 callbacks suppressed
[ 41.655783] intel-lpss 0000:00:15.0: status=0x0
[ 41.655889] i2c_dw_isr: 39 callbacks suppressed
[ 41.655894] i2c_designware i2c_designware.0: enabled=0x0 stat=0x0
[ 41.759777] intel-lpss 0000:00:15.0: status=0x0
[ 41.759883] i2c_designware i2c_designware.0: enabled=0x0 stat=0x0
[ 41.863798] intel-lpss 0000:00:15.0: status=0x0
[ 41.863909] i2c_designware i2c_designware.0: enabled=0x0 stat=0x0
[ 41.967773] intel-lpss 0000:00:15.0: status=0x0
[ 41.967892] i2c_designware i2c_designware.0: enabled=0x0 stat=0x0
[ 42.071566] intel-lpss 0000:00:15.0: status=0x0
[ 42.071590] i2c_designware i2c_designware.0: enabled=0x0 stat=0x0
[ 42.175567] intel-lpss 0000:00:15.0: status=0x0
[ 42.175592] i2c_designware i2c_designware.0: enabled=0x0 stat=0x0
[ 42.279767] intel-lpss 0000:00:15.0: status=0x0
[ 42.279878] i2c_designware i2c_designware.0: enabled=0x0 stat=0x0
[ 42.383780] intel-lpss 0000:00:15.0: status=0x0
[ 42.383899] i2c_designware i2c_designware.0: enabled=0x0 stat=0x0
[ 42.487775] intel-lpss 0000:00:15.0: status=0x0
[ 42.487893] i2c_designware i2c_designware.0: enabled=0x0 stat=0x0
[ 42.591737] intel-lpss 0000:00:15.0: status=0x0
[ 42.591851] i2c_designware i2c_designware.0: enabled=0x0 stat=0x0
[ 45.791808] snd_hda_intel 0000:00:1f.3: save config 0x00: 0x51ca8086
[ 45.791913] snd_hda_intel 0000:00:1f.3: save config 0x04: 0x00100406
[ 45.792027] snd_hda_intel 0000:00:1f.3: save config 0x08: 0x04038001
[ 45.792059] snd_hda_intel 0000:00:1f.3: save config 0x0c: 0x00002010
[ 45.792092] snd_hda_intel 0000:00:1f.3: save config 0x10: 0x01130004
[ 45.792124] snd_hda_intel 0000:00:1f.3: save config 0x14: 0x00000060
[ 45.792153] snd_hda_intel 0000:00:1f.3: save config 0x18: 0x00000000
[ 45.792268] snd_hda_intel 0000:00:1f.3: save config 0x1c: 0x00000000
[ 45.792296] snd_hda_intel 0000:00:1f.3: save config 0x20: 0x01000004
[ 45.792411] snd_hda_intel 0000:00:1f.3: save config 0x24: 0x00000060
[ 45.792442] snd_hda_intel 0000:00:1f.3: save config 0x28: 0x00000000
[ 45.792473] snd_hda_intel 0000:00:1f.3: save config 0x2c: 0x38bc17aa
[ 45.792505] snd_hda_intel 0000:00:1f.3: save config 0x30: 0x00000000
[ 45.792619] snd_hda_intel 0000:00:1f.3: save config 0x34: 0x00000050
[ 45.792651] snd_hda_intel 0000:00:1f.3: save config 0x38: 0x00000000
[ 45.792682] snd_hda_intel 0000:00:1f.3: save config 0x3c: 0x000001ff
[ 45.792862] snd_hda_intel 0000:00:1f.3: PME# enabled
[ 45.805470] snd_hda_intel 0000:00:1f.3: power state changed by ACPI to D3hot
[ 46.751813] idma64_irq: 39 callbacks suppressed
[ 46.751828] intel-lpss 0000:00:15.0: status=0x0
[ 46.752021] i2c_dw_isr: 39 callbacks suppressed
[ 46.752025] i2c_designware i2c_designware.0: enabled=0x0 stat=0x0
[ 46.855744] intel-lpss 0000:00:15.0: status=0x0
[ 46.855850] i2c_designware i2c_designware.0: enabled=0x0 stat=0x0
[ 46.959847] intel-lpss 0000:00:15.0: status=0x0
[ 46.959952] i2c_designware i2c_designware.0: enabled=0x0 stat=0x0
[ 47.063841] intel-lpss 0000:00:15.0: status=0x0
[ 47.063944] i2c_designware i2c_designware.0: enabled=0x0 stat=0x0
[ 47.167800] intel-lpss 0000:00:15.0: status=0x0
[ 47.167904] i2c_designware i2c_designware.0: enabled=0x0 stat=0x0
[ 47.271773] intel-lpss 0000:00:15.0: status=0x0
[ 47.271878] i2c_designware i2c_designware.0: enabled=0x0 stat=0x0
[ 47.375853] intel-lpss 0000:00:15.0: status=0x0
[ 47.375957] i2c_designware i2c_designware.0: enabled=0x0 stat=0x0
[ 47.479847] intel-lpss 0000:00:15.0: status=0x0
[ 47.479950] i2c_designware i2c_designware.0: enabled=0x0 stat=0x0
[ 47.583812] intel-lpss 0000:00:15.0: status=0x0
[ 47.583916] i2c_designware i2c_designware.0: enabled=0x0 stat=0x0
[ 47.687817] intel-lpss 0000:00:15.0: status=0x0
[ 47.687919] i2c_designware i2c_designware.0: enabled=0x0 stat=0x0
^ permalink raw reply [flat|nested] 55+ messages in thread
* Re: [REGRESSION][BISECTED] Lenovo IdeaPad touchpad does not work when idma64 is present in initramfs
2026-01-30 8:18 ` correctmost
@ 2026-02-02 7:51 ` Mika Westerberg
2026-02-02 8:38 ` correctmost
0 siblings, 1 reply; 55+ messages in thread
From: Mika Westerberg @ 2026-02-02 7:51 UTC (permalink / raw)
To: correctmost; +Cc: Andy Shevchenko, dmaengine, regressions, vkoul, linux-i2c
On Fri, Jan 30, 2026 at 03:18:05AM -0500, correctmost wrote:
> > Lets try this: block LPSS runtime PM. I know you did it in the past but
> > this one does it slightly differently (you commented out the ops, this one
> > prevents the LPSS from runtime suspending). Can you replace previous hack
> > patch with the below?
>
> After applying that patch, I still see the IRQ message and the touchpad
> doesn't work (full log attached).
>
> I'm not sure if this is helpful, but it seems like a similar IRQ issue was discussed in the past:
> - https://lore.kernel.org/all/20251102190921.30068-1-hansg@kernel.org/
> - https://github.com/alexpevzner/hotfix-kvadra-touchpad
> - https://bbs.archlinux.org/viewtopic.php?id=302348
Yeah, I think Andy has been part of many of those discussions.
I went through again the logs that you have sent and tried to figure if
there is something we are missing. I noticed couple of things actually.
First of all it seems that even if we get the interrupt storm the I2C works
fine until the touchpad has been reset. Second is that the Linux interrupt
number is different when it "works". This itself does not say much because
it is just a number (not HW number) but since they are allocated sequently
maybe something messes up with that.
The working case:
i2c_hid_acpi i2c-ELAN06FA:00: HID Descriptor: 1e 00 00 01 a3 02 02 00 03 00 1f 00 04 00 00 00 05 00 06 00 f3 04 7e 32 04 00 00 00 00 00
i2c_hid_acpi i2c-ELAN06FA:00: Requesting IRQ: 156
i2c_hid_acpi i2c-ELAN06FA:00: entering i2c_hid_parse
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_start_hwreset
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_power
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 00 08
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 00 01
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_finish_hwreset: waiting...
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_finish_hwreset: finished.
i2c_hid_acpi i2c-ELAN06FA:00: asking HID report descriptor
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=02 00
i2c_hid_acpi i2c-ELAN06FA:00: Report Descriptor: 05 01 09 02 a1 01 85 01 09 01 a1 00 05 09 19 01 29 02 15 00 25 01 75 01 95 02 81 02 95 06 81 03 05 01 09 30 09 31 15 81 25 7f 75 08 95 02 81 06 75 08 95 05 81 03 c0 06 00 ff 09 01 85 0e 09 c5
the non-working case:
i2c_hid_acpi i2c-ELAN06FA:00: HID Descriptor: 1e 00 00 01 a3 02 02 00 03 00 1f 00 04 00 00 00 05 00 06 00 f3 04 7e 32 04 00 00 00 00 00
i2c_hid_acpi i2c-ELAN06FA:00: Requesting IRQ: 155
i2c_hid_acpi i2c-ELAN06FA:00: entering i2c_hid_parse
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_start_hwreset
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_power
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 00 08
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 00 01
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_finish_hwreset: waiting...
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_finish_hwreset: finished.
i2c_hid_acpi i2c-ELAN06FA:00: asking HID report descriptor
i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=02 00
i2c_designware i2c_designware.0: i2c_dw_xfer: msgs: 2
i2c_designware i2c_designware.0: enabled=0x1 stat=0x10
i2c_designware i2c_designware.0: enabled=0x1 stat=0x2514
i2c_designware i2c_designware.0: enabled=0x1 stat=0x2514
i2c_designware i2c_designware.0: enabled=0x1 stat=0x2514
i2c_designware i2c_designware.0: enabled=0x1 stat=0x2514
i2c_designware i2c_designware.0: enabled=0x1 stat=0x2514
i2c_designware i2c_designware.0: enabled=0x1 stat=0x2514
i2c_designware i2c_designware.0: enabled=0x1 stat=0x2514
i2c_designware i2c_designware.0: enabled=0x1 stat=0x2514
i2c_designware i2c_designware.0: controller timed out
hid (null): reading report descriptor failed
i2c_hid_acpi i2c-ELAN06FA:00: can't add hid device: -110
i2c_hid_acpi i2c-ELAN06FA:00: probe with driver i2c_hid_acpi failed with error -110
Both cases the HID descriptor read over I2C works fine. It's just after the
reset when reading the HID report descriptor things stall. I left the debug
there above it shows for I2C that MASTER_ON_HOLD is set which means the TX
fifo is empty and the controller is holding the bus which, I think should
not happen.
Notice also IRQ 155 vs 156.
Can you run one more test so that you have the latest debug patch but
comment out in the idma64.c this part:
static irqreturn_t idma64_irq(int irq, void *dev)
{
struct idma64 *idma64 = dev;
u32 status = dma_readl(idma64, STATUS_INT);
u32 status_xfer;
u32 status_err;
unsigned short i;
#if 0
/* Since IRQ may be shared, check if DMA controller is powered on */
if (status == GENMASK(31, 0))
return IRQ_NONE;
#endif
dev_vdbg(idma64->dma.dev, "%s: status=%#x\n", __func__, status);
I would like to see what's the difference in "working" wrt. I2C-HD messages
above. If you can provide full dmesg again? Thanks!
^ permalink raw reply [flat|nested] 55+ messages in thread
* Re: [REGRESSION][BISECTED] Lenovo IdeaPad touchpad does not work when idma64 is present in initramfs
2026-02-02 7:51 ` Mika Westerberg
@ 2026-02-02 8:38 ` correctmost
2026-02-02 10:22 ` Mika Westerberg
0 siblings, 1 reply; 55+ messages in thread
From: correctmost @ 2026-02-02 8:38 UTC (permalink / raw)
To: Mika Westerberg; +Cc: Andy Shevchenko, dmaengine, regressions, vkoul, linux-i2c
[-- Attachment #1: Type: text/plain, Size: 5133 bytes --]
On Mon, Feb 2, 2026, at 2:51 AM, Mika Westerberg wrote:
> On Fri, Jan 30, 2026 at 03:18:05AM -0500, correctmost wrote:
>> > Lets try this: block LPSS runtime PM. I know you did it in the past but
>> > this one does it slightly differently (you commented out the ops, this one
>> > prevents the LPSS from runtime suspending). Can you replace previous hack
>> > patch with the below?
>>
>> After applying that patch, I still see the IRQ message and the touchpad
>> doesn't work (full log attached).
>>
>> I'm not sure if this is helpful, but it seems like a similar IRQ issue was discussed in the past:
>> - https://lore.kernel.org/all/20251102190921.30068-1-hansg@kernel.org/
>> - https://github.com/alexpevzner/hotfix-kvadra-touchpad
>> - https://bbs.archlinux.org/viewtopic.php?id=302348
>
> Yeah, I think Andy has been part of many of those discussions.
>
> I went through again the logs that you have sent and tried to figure if
> there is something we are missing. I noticed couple of things actually.
> First of all it seems that even if we get the interrupt storm the I2C works
> fine until the touchpad has been reset. Second is that the Linux interrupt
> number is different when it "works". This itself does not say much because
> it is just a number (not HW number) but since they are allocated sequently
> maybe something messes up with that.
>
> The working case:
>
> i2c_hid_acpi i2c-ELAN06FA:00: HID Descriptor: 1e 00 00 01 a3 02 02 00
> 03 00 1f 00 04 00 00 00 05 00 06 00 f3 04 7e 32 04 00 00 00 00 00
> i2c_hid_acpi i2c-ELAN06FA:00: Requesting IRQ: 156
> i2c_hid_acpi i2c-ELAN06FA:00: entering i2c_hid_parse
> i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_start_hwreset
> i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_power
> i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 00 08
> i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 00 01
> i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_finish_hwreset: waiting...
> i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_finish_hwreset: finished.
> i2c_hid_acpi i2c-ELAN06FA:00: asking HID report descriptor
> i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=02 00
> i2c_hid_acpi i2c-ELAN06FA:00: Report Descriptor: 05 01 09 02 a1 01 85
> 01 09 01 a1 00 05 09 19 01 29 02 15 00 25 01 75 01 95 02 81 02 95 06 81
> 03 05 01 09 30 09 31 15 81 25 7f 75 08 95 02 81 06 75 08 95 05 81 03 c0
> 06 00 ff 09 01 85 0e 09 c5
>
> the non-working case:
>
> i2c_hid_acpi i2c-ELAN06FA:00: HID Descriptor: 1e 00 00 01 a3 02 02 00
> 03 00 1f 00 04 00 00 00 05 00 06 00 f3 04 7e 32 04 00 00 00 00 00
> i2c_hid_acpi i2c-ELAN06FA:00: Requesting IRQ: 155
> i2c_hid_acpi i2c-ELAN06FA:00: entering i2c_hid_parse
> i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_start_hwreset
> i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_set_power
> i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 00 08
> i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=05 00 00 01
> i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_finish_hwreset: waiting...
> i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_finish_hwreset: finished.
> i2c_hid_acpi i2c-ELAN06FA:00: asking HID report descriptor
> i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_xfer: cmd=02 00
> i2c_designware i2c_designware.0: i2c_dw_xfer: msgs: 2
> i2c_designware i2c_designware.0: enabled=0x1 stat=0x10
> i2c_designware i2c_designware.0: enabled=0x1 stat=0x2514
> i2c_designware i2c_designware.0: enabled=0x1 stat=0x2514
> i2c_designware i2c_designware.0: enabled=0x1 stat=0x2514
> i2c_designware i2c_designware.0: enabled=0x1 stat=0x2514
> i2c_designware i2c_designware.0: enabled=0x1 stat=0x2514
> i2c_designware i2c_designware.0: enabled=0x1 stat=0x2514
> i2c_designware i2c_designware.0: enabled=0x1 stat=0x2514
> i2c_designware i2c_designware.0: enabled=0x1 stat=0x2514
> i2c_designware i2c_designware.0: controller timed out
> hid (null): reading report descriptor failed
> i2c_hid_acpi i2c-ELAN06FA:00: can't add hid device: -110
> i2c_hid_acpi i2c-ELAN06FA:00: probe with driver i2c_hid_acpi failed
> with error -110
>
> Both cases the HID descriptor read over I2C works fine. It's just after the
> reset when reading the HID report descriptor things stall. I left the debug
> there above it shows for I2C that MASTER_ON_HOLD is set which means the TX
> fifo is empty and the controller is holding the bus which, I think should
> not happen.
>
> Notice also IRQ 155 vs 156.
>
> Can you run one more test so that you have the latest debug patch but
> comment out in the idma64.c this part:
>
> static irqreturn_t idma64_irq(int irq, void *dev)
> {
> struct idma64 *idma64 = dev;
> u32 status = dma_readl(idma64, STATUS_INT);
> u32 status_xfer;
> u32 status_err;
> unsigned short i;
>
> #if 0
> /* Since IRQ may be shared, check if DMA controller is powered on */
> if (status == GENMASK(31, 0))
> return IRQ_NONE;
> #endif
>
> dev_vdbg(idma64->dma.dev, "%s: status=%#x\n", __func__, status);
>
>
> I would like to see what's the difference in "working" wrt. I2C-HD messages
> above. If you can provide full dmesg again? Thanks!
In the previous test, I had commented out pm_runtime_* calls in intel-lpss-pci.c. I restored those lines and then applied the if 0 patch above (full log attached).
[-- Attachment #2: dmesg-no-genmask-check.txt.zip --]
[-- Type: application/zip, Size: 38328 bytes --]
^ permalink raw reply [flat|nested] 55+ messages in thread
* Re: [REGRESSION][BISECTED] Lenovo IdeaPad touchpad does not work when idma64 is present in initramfs
2026-02-02 8:38 ` correctmost
@ 2026-02-02 10:22 ` Mika Westerberg
2026-02-02 11:16 ` correctmost
0 siblings, 1 reply; 55+ messages in thread
From: Mika Westerberg @ 2026-02-02 10:22 UTC (permalink / raw)
To: correctmost; +Cc: Andy Shevchenko, dmaengine, regressions, vkoul, linux-i2c
On Mon, Feb 02, 2026 at 03:38:21AM -0500, correctmost wrote:
> >
> > static irqreturn_t idma64_irq(int irq, void *dev)
> > {
> > struct idma64 *idma64 = dev;
> > u32 status = dma_readl(idma64, STATUS_INT);
> > u32 status_xfer;
> > u32 status_err;
> > unsigned short i;
> >
> > #if 0
> > /* Since IRQ may be shared, check if DMA controller is powered on */
> > if (status == GENMASK(31, 0))
> > return IRQ_NONE;
> > #endif
> >
> > dev_vdbg(idma64->dma.dev, "%s: status=%#x\n", __func__, status);
> >
> >
> > I would like to see what's the difference in "working" wrt. I2C-HD messages
> > above. If you can provide full dmesg again? Thanks!
>
> In the previous test, I had commented out pm_runtime_* calls in intel-lpss-pci.c. I restored those lines and then applied the if 0 patch above (full log attached).
Thanks!
The I2C DW behaviour differs between the cases. When it fails it holds the
SCL line but then the timeout triggers.
Could you drop the above hack again so that it should "fail". Then build
the kernel with CONFIG_PREEMPT_VOLUNTARY=y and add the below hack. Perhaps
this is just lucky timing? Please try a couple of boots and make sure the
results are the same each time.
diff --git a/drivers/i2c/busses/i2c-designware-master.c b/drivers/i2c/busses/i2c-designware-master.c
index 45bfca05bb30..1e2150390809 100644
--- a/drivers/i2c/busses/i2c-designware-master.c
+++ b/drivers/i2c/busses/i2c-designware-master.c
@@ -1053,6 +1053,7 @@ int i2c_dw_probe_master(struct dw_i2c_dev *dev)
scnprintf(adap->name, sizeof(adap->name),
"Synopsys DesignWare I2C adapter");
adap->retries = 3;
+ adap->timeout = msecs_to_jiffies(5000);
adap->algo = &i2c_dw_algo;
adap->quirks = &i2c_dw_quirks;
adap->dev.parent = dev->dev;
^ permalink raw reply related [flat|nested] 55+ messages in thread
* Re: [REGRESSION][BISECTED] Lenovo IdeaPad touchpad does not work when idma64 is present in initramfs
2026-02-02 10:22 ` Mika Westerberg
@ 2026-02-02 11:16 ` correctmost
2026-02-03 10:04 ` Mika Westerberg
0 siblings, 1 reply; 55+ messages in thread
From: correctmost @ 2026-02-02 11:16 UTC (permalink / raw)
To: Mika Westerberg; +Cc: Andy Shevchenko, dmaengine, regressions, vkoul, linux-i2c
[-- Attachment #1: Type: text/plain, Size: 3334 bytes --]
On Mon, Feb 2, 2026, at 5:22 AM, Mika Westerberg wrote:
> On Mon, Feb 02, 2026 at 03:38:21AM -0500, correctmost wrote:
>> >
>> > static irqreturn_t idma64_irq(int irq, void *dev)
>> > {
>> > struct idma64 *idma64 = dev;
>> > u32 status = dma_readl(idma64, STATUS_INT);
>> > u32 status_xfer;
>> > u32 status_err;
>> > unsigned short i;
>> >
>> > #if 0
>> > /* Since IRQ may be shared, check if DMA controller is powered on */
>> > if (status == GENMASK(31, 0))
>> > return IRQ_NONE;
>> > #endif
>> >
>> > dev_vdbg(idma64->dma.dev, "%s: status=%#x\n", __func__, status);
>> >
>> >
>> > I would like to see what's the difference in "working" wrt. I2C-HD messages
>> > above. If you can provide full dmesg again? Thanks!
>>
>> In the previous test, I had commented out pm_runtime_* calls in intel-lpss-pci.c. I restored those lines and then applied the if 0 patch above (full log attached).
>
> Thanks!
>
> The I2C DW behaviour differs between the cases. When it fails it holds the
> SCL line but then the timeout triggers.
>
> Could you drop the above hack again so that it should "fail". Then build
> the kernel with CONFIG_PREEMPT_VOLUNTARY=y and add the below hack. Perhaps
> this is just lucky timing? Please try a couple of boots and make sure the
> results are the same each time.
I cold booted five times and the touchpad did not work during any of those boots.
I noticed that the "probe with driver" failure reports -22 instead of -110 now:
[ 33.023932] i2c_hid_acpi i2c-ELAN06FA:00: Report Descriptor: 05 01 09 02 a1 01 85 01 09 01 a1 00 05 09 19 01 29 02 15 00 25 01 75 01 95 02 81 02 95 06 81 03 05 01 09 30 09 31 15 81 25 7f 75 08 95 02 81 06 75 08 95 05 81 03 c0 06 00 ff 09 01 85 0e 09 c5
[ 33.026070] hid-generic 0018:04F3:327E.0001: item fetching failed at offset 638/675
[ 33.027573] hid-generic 0018:04F3:327E.0001: probe with driver hid-generic failed with error -22
...
[ 33.183959] hid-multitouch 0018:04F3:327E.0001: item fetching failed at offset 638/675
[ 33.183975] hid-multitouch 0018:04F3:327E.0001: probe with driver hid-multitouch failed with error -22
There's also an "incomplete report" error now:
[ 72.428704] intel-lpss 0000:00:15.0: power state changed by ACPI to D0
[ 72.428714] intel-lpss 0000:00:15.0: ACPI _REG connect evaluation failed (5)
[ 72.439271] intel-lpss 0000:00:15.0: restore config 0x14: 0x00000000 -> 0x00000040
[ 72.439296] intel-lpss 0000:00:15.0: restore config 0x10: 0x00000004 -> 0x17000004
[ 72.439333] intel-lpss 0000:00:15.0: resume started
[ 72.439367] intel-lpss 0000:00:15.0: resume finished
[ 72.439378] i2c_designware i2c_designware.0: runtime resume start
[ 72.439402] i2c_designware i2c_designware.0: runtime resume finished
[ 72.503822] idma64_irq: 39 callbacks suppressed
[ 72.503836] intel-lpss 0000:00:15.0: status=0x0
[ 72.503869] i2c_dw_isr: 39 callbacks suppressed
[ 72.503873] i2c_designware i2c_designware.0: enabled=0x1 stat=0x10
[ 72.503877] i2c_designware i2c_designware.0: enabled=0x1 stat=0x10
[ 72.608935] intel-lpss 0000:00:15.0: status=0x0
[ 72.608998] i2c_designware i2c_designware.0: enabled=0x1 stat=0x714
[ 72.609003] i2c_designware i2c_designware.0: enabled=0x1 stat=0x714
[ 72.609352] i2c_hid_acpi i2c-ELAN06FA:00: i2c_hid_get_input: incomplete report (31/21001)
A full log is attached.
[-- Attachment #2: dmesg-adap-timeout.txt.zip --]
[-- Type: application/zip, Size: 36671 bytes --]
^ permalink raw reply [flat|nested] 55+ messages in thread
* Re: [REGRESSION][BISECTED] Lenovo IdeaPad touchpad does not work when idma64 is present in initramfs
2026-02-02 11:16 ` correctmost
@ 2026-02-03 10:04 ` Mika Westerberg
2026-02-03 12:39 ` correctmost
0 siblings, 1 reply; 55+ messages in thread
From: Mika Westerberg @ 2026-02-03 10:04 UTC (permalink / raw)
To: correctmost; +Cc: Andy Shevchenko, dmaengine, regressions, vkoul, linux-i2c
On Mon, Feb 02, 2026 at 06:16:02AM -0500, correctmost wrote:
> > Could you drop the above hack again so that it should "fail". Then build
> > the kernel with CONFIG_PREEMPT_VOLUNTARY=y and add the below hack. Perhaps
> > this is just lucky timing? Please try a couple of boots and make sure the
> > results are the same each time.
>
> I cold booted five times and the touchpad did not work during any of those boots.
Thanks!
> I noticed that the "probe with driver" failure reports -22 instead of -110 now:
>
> [ 33.023932] i2c_hid_acpi i2c-ELAN06FA:00: Report Descriptor: 05 01 09 02 a1 01 85 01 09 01 a1 00 05 09 19 01 29 02 15 00 25 01 75 01 95 02 81 02 95 06 81 03 05 01 09 30 09 31 15 81 25 7f 75 08 95 02 81 06 75 08 95 05 81 03 c0 06 00 ff 09 01 85 0e 09 c5
> [ 33.026070] hid-generic 0018:04F3:327E.0001: item fetching failed at offset 638/675
> [ 33.027573] hid-generic 0018:04F3:327E.0001: probe with driver hid-generic failed with error -22
> ...
> [ 33.183959] hid-multitouch 0018:04F3:327E.0001: item fetching failed at offset 638/675
> [ 33.183975] hid-multitouch 0018:04F3:327E.0001: probe with driver hid-multitouch failed with error -22
>
This is really odd because "item fetching" is not really accessing any
hardware bus - it just parses the descriptor and the descriptor looks fine
to me (and this is the same as in case of working run):
Usage Page (Generic Desktop)
Usage (Generic Desktop.Mouse)
Collection (1)
Report ID (1)
Usage (Generic Desktop.Pointer)
Collection (0)
Usage Page (Button)
Usage Minimum (1)
Usage Maximum (2)
Logical Minimum (0)
Logical Maximum (1)
Report Size (1)
Report Count (2)
Input (2)
Report Count (6)
Input (3)
Usage Page (Generic Desktop)
Usage (Generic Desktop.X)
Usage (Generic Desktop.Y)
Logical Minimum (129)
Logical Maximum (127)
Report Size (8)
Report Count (2)
Input (6)
Report Size (8)
Report Count (5)
Input (3)
End Collection (0)
Usage Page (Vendor Defined Page 1)
Usage (Vendor Defined Page 1.Vendor Usage 1)
Report ID (14)
Usage (Vendor Defined Page 1.00c5)
I noticed you still have:
[ 0.069726] Dynamic Preempt: full
Can you change that in .config to:
CONFIG_PREEMPT_VOLUNTARY=y
Also let's add on top of everything one more hack patch, just in case ;-)
diff --git a/drivers/i2c/i2c-core-acpi.c b/drivers/i2c/i2c-core-acpi.c
index ed90858a27b7..0297ebedb802 100644
--- a/drivers/i2c/i2c-core-acpi.c
+++ b/drivers/i2c/i2c-core-acpi.c
@@ -371,7 +371,7 @@ static const struct acpi_device_id i2c_acpi_force_100khz_device_ids[] = {
* a 400KHz frequency. The root cause of the issue is not known.
*/
{ "DLL0945", 0 },
- { "ELAN06FA", 0 },
+// { "ELAN06FA", 0 },
{}
};
^ permalink raw reply related [flat|nested] 55+ messages in thread
* Re: [REGRESSION][BISECTED] Lenovo IdeaPad touchpad does not work when idma64 is present in initramfs
2026-02-03 10:04 ` Mika Westerberg
@ 2026-02-03 12:39 ` correctmost
2026-02-04 12:31 ` Mika Westerberg
0 siblings, 1 reply; 55+ messages in thread
From: correctmost @ 2026-02-03 12:39 UTC (permalink / raw)
To: Mika Westerberg; +Cc: Andy Shevchenko, dmaengine, regressions, vkoul, linux-i2c
[-- Attachment #1: Type: text/plain, Size: 3535 bytes --]
On Tue, Feb 3, 2026, at 5:04 AM, Mika Westerberg wrote:
> On Mon, Feb 02, 2026 at 06:16:02AM -0500, correctmost wrote:
>> > Could you drop the above hack again so that it should "fail". Then build
>> > the kernel with CONFIG_PREEMPT_VOLUNTARY=y and add the below hack. Perhaps
>> > this is just lucky timing? Please try a couple of boots and make sure the
>> > results are the same each time.
>>
>> I cold booted five times and the touchpad did not work during any of those boots.
>
> Thanks!
>
>> I noticed that the "probe with driver" failure reports -22 instead of -110 now:
>>
>> [ 33.023932] i2c_hid_acpi i2c-ELAN06FA:00: Report Descriptor: 05 01 09 02 a1 01 85 01 09 01 a1 00 05 09 19 01 29 02 15 00 25 01 75 01 95 02 81 02 95 06 81 03 05 01 09 30 09 31 15 81 25 7f 75 08 95 02 81 06 75 08 95 05 81 03 c0 06 00 ff 09 01 85 0e 09 c5
>> [ 33.026070] hid-generic 0018:04F3:327E.0001: item fetching failed at offset 638/675
>> [ 33.027573] hid-generic 0018:04F3:327E.0001: probe with driver hid-generic failed with error -22
>> ...
>> [ 33.183959] hid-multitouch 0018:04F3:327E.0001: item fetching failed at offset 638/675
>> [ 33.183975] hid-multitouch 0018:04F3:327E.0001: probe with driver hid-multitouch failed with error -22
>>
>
> This is really odd because "item fetching" is not really accessing any
> hardware bus - it just parses the descriptor and the descriptor looks fine
> to me (and this is the same as in case of working run):
>
> Usage Page (Generic Desktop)
> Usage (Generic Desktop.Mouse)
> Collection (1)
> Report ID (1)
> Usage (Generic Desktop.Pointer)
> Collection (0)
> Usage Page (Button)
> Usage Minimum (1)
> Usage Maximum (2)
> Logical Minimum (0)
> Logical Maximum (1)
> Report Size (1)
> Report Count (2)
> Input (2)
> Report Count (6)
> Input (3)
> Usage Page (Generic Desktop)
> Usage (Generic Desktop.X)
> Usage (Generic Desktop.Y)
> Logical Minimum (129)
> Logical Maximum (127)
> Report Size (8)
> Report Count (2)
> Input (6)
> Report Size (8)
> Report Count (5)
> Input (3)
> End Collection (0)
> Usage Page (Vendor Defined Page 1)
> Usage (Vendor Defined Page 1.Vendor Usage 1)
> Report ID (14)
> Usage (Vendor Defined Page 1.00c5)
>
> I noticed you still have:
>
> [ 0.069726] Dynamic Preempt: full
>
> Can you change that in .config to:
>
> CONFIG_PREEMPT_VOLUNTARY=y
Strange, I did change that config. Do I need to change another config for it to take effect?
CONFIG_PREEMPT_BUILD=y
# CONFIG_PREEMPT_NONE is not set
CONFIG_PREEMPT_VOLUNTARY=y
CONFIG_PREEMPT=y
# CONFIG_PREEMPT_LAZY is not set
CONFIG_PREEMPT_COUNT=y
CONFIG_PREEMPTION=y
CONFIG_PREEMPT_DYNAMIC=y
CONFIG_PREEMPT_RCU=y
CONFIG_PREEMPT_NOTIFIERS=y
# CONFIG_PREEMPT_TRACER is not set
# CONFIG_PREEMPTIRQ_DELAY_TEST is not set
>
> Also let's add on top of everything one more hack patch, just in case ;-)
>
> diff --git a/drivers/i2c/i2c-core-acpi.c b/drivers/i2c/i2c-core-acpi.c
> index ed90858a27b7..0297ebedb802 100644
> --- a/drivers/i2c/i2c-core-acpi.c
> +++ b/drivers/i2c/i2c-core-acpi.c
> @@ -371,7 +371,7 @@ static const struct acpi_device_id
> i2c_acpi_force_100khz_device_ids[] = {
> * a 400KHz frequency. The root cause of the issue is not known.
> */
> { "DLL0945", 0 },
> - { "ELAN06FA", 0 },
> +// { "ELAN06FA", 0 },
> {}
> };
The "DSDT uses known not-working I2C bus speed 400000, forcing it to 100000" message is now gone, but the touchpad still doesn't function (full log attached).
[-- Attachment #2: dmesg-dont-force-100khz.txt.zip --]
[-- Type: application/zip, Size: 33232 bytes --]
^ permalink raw reply [flat|nested] 55+ messages in thread
* Re: [REGRESSION][BISECTED] Lenovo IdeaPad touchpad does not work when idma64 is present in initramfs
2026-02-03 12:39 ` correctmost
@ 2026-02-04 12:31 ` Mika Westerberg
2026-02-04 13:11 ` correctmost
0 siblings, 1 reply; 55+ messages in thread
From: Mika Westerberg @ 2026-02-04 12:31 UTC (permalink / raw)
To: correctmost; +Cc: Andy Shevchenko, dmaengine, regressions, vkoul, linux-i2c
On Tue, Feb 03, 2026 at 07:39:36AM -0500, correctmost wrote:
> On Tue, Feb 3, 2026, at 5:04 AM, Mika Westerberg wrote:
> > On Mon, Feb 02, 2026 at 06:16:02AM -0500, correctmost wrote:
> >> > Could you drop the above hack again so that it should "fail". Then build
> >> > the kernel with CONFIG_PREEMPT_VOLUNTARY=y and add the below hack. Perhaps
> >> > this is just lucky timing? Please try a couple of boots and make sure the
> >> > results are the same each time.
> >>
> >> I cold booted five times and the touchpad did not work during any of those boots.
> >
> > Thanks!
> >
> >> I noticed that the "probe with driver" failure reports -22 instead of -110 now:
> >>
> >> [ 33.023932] i2c_hid_acpi i2c-ELAN06FA:00: Report Descriptor: 05 01 09 02 a1 01 85 01 09 01 a1 00 05 09 19 01 29 02 15 00 25 01 75 01 95 02 81 02 95 06 81 03 05 01 09 30 09 31 15 81 25 7f 75 08 95 02 81 06 75 08 95 05 81 03 c0 06 00 ff 09 01 85 0e 09 c5
> >> [ 33.026070] hid-generic 0018:04F3:327E.0001: item fetching failed at offset 638/675
> >> [ 33.027573] hid-generic 0018:04F3:327E.0001: probe with driver hid-generic failed with error -22
> >> ...
> >> [ 33.183959] hid-multitouch 0018:04F3:327E.0001: item fetching failed at offset 638/675
> >> [ 33.183975] hid-multitouch 0018:04F3:327E.0001: probe with driver hid-multitouch failed with error -22
> >>
> >
> > This is really odd because "item fetching" is not really accessing any
> > hardware bus - it just parses the descriptor and the descriptor looks fine
> > to me (and this is the same as in case of working run):
> >
> > Usage Page (Generic Desktop)
> > Usage (Generic Desktop.Mouse)
> > Collection (1)
> > Report ID (1)
> > Usage (Generic Desktop.Pointer)
> > Collection (0)
> > Usage Page (Button)
> > Usage Minimum (1)
> > Usage Maximum (2)
> > Logical Minimum (0)
> > Logical Maximum (1)
> > Report Size (1)
> > Report Count (2)
> > Input (2)
> > Report Count (6)
> > Input (3)
> > Usage Page (Generic Desktop)
> > Usage (Generic Desktop.X)
> > Usage (Generic Desktop.Y)
> > Logical Minimum (129)
> > Logical Maximum (127)
> > Report Size (8)
> > Report Count (2)
> > Input (6)
> > Report Size (8)
> > Report Count (5)
> > Input (3)
> > End Collection (0)
> > Usage Page (Vendor Defined Page 1)
> > Usage (Vendor Defined Page 1.Vendor Usage 1)
> > Report ID (14)
> > Usage (Vendor Defined Page 1.00c5)
> >
> > I noticed you still have:
> >
> > [ 0.069726] Dynamic Preempt: full
> >
> > Can you change that in .config to:
> >
> > CONFIG_PREEMPT_VOLUNTARY=y
>
> Strange, I did change that config. Do I need to change another config for it to take effect?
Probably not.
> CONFIG_PREEMPT_BUILD=y
> # CONFIG_PREEMPT_NONE is not set
> CONFIG_PREEMPT_VOLUNTARY=y
> CONFIG_PREEMPT=y
> # CONFIG_PREEMPT_LAZY is not set
> CONFIG_PREEMPT_COUNT=y
> CONFIG_PREEMPTION=y
> CONFIG_PREEMPT_DYNAMIC=y
> CONFIG_PREEMPT_RCU=y
> CONFIG_PREEMPT_NOTIFIERS=y
> # CONFIG_PREEMPT_TRACER is not set
> # CONFIG_PREEMPTIRQ_DELAY_TEST is not set
>
> >
> > Also let's add on top of everything one more hack patch, just in case ;-)
> >
> > diff --git a/drivers/i2c/i2c-core-acpi.c b/drivers/i2c/i2c-core-acpi.c
> > index ed90858a27b7..0297ebedb802 100644
> > --- a/drivers/i2c/i2c-core-acpi.c
> > +++ b/drivers/i2c/i2c-core-acpi.c
> > @@ -371,7 +371,7 @@ static const struct acpi_device_id
> > i2c_acpi_force_100khz_device_ids[] = {
> > * a 400KHz frequency. The root cause of the issue is not known.
> > */
> > { "DLL0945", 0 },
> > - { "ELAN06FA", 0 },
> > +// { "ELAN06FA", 0 },
> > {}
> > };
>
> The "DSDT uses known not-working I2C bus speed 400000, forcing it to 100000" message is now gone, but the touchpad still doesn't function (full log attached).
Thanks again! It still fails in completely unexpected place I wonder if the
BPF quirsk somehow could affect it?
Could you still try with CONFIG_HID_BPF=n and see if there is any change?
^ permalink raw reply [flat|nested] 55+ messages in thread
* Re: [REGRESSION][BISECTED] Lenovo IdeaPad touchpad does not work when idma64 is present in initramfs
2026-02-04 12:31 ` Mika Westerberg
@ 2026-02-04 13:11 ` correctmost
2026-02-04 13:19 ` Andy Shevchenko
0 siblings, 1 reply; 55+ messages in thread
From: correctmost @ 2026-02-04 13:11 UTC (permalink / raw)
To: Mika Westerberg; +Cc: Andy Shevchenko, dmaengine, regressions, vkoul, linux-i2c
[-- Attachment #1: Type: text/plain, Size: 4248 bytes --]
On Wed, Feb 4, 2026, at 7:31 AM, Mika Westerberg wrote:
> On Tue, Feb 03, 2026 at 07:39:36AM -0500, correctmost wrote:
>> On Tue, Feb 3, 2026, at 5:04 AM, Mika Westerberg wrote:
>> > On Mon, Feb 02, 2026 at 06:16:02AM -0500, correctmost wrote:
>> >> > Could you drop the above hack again so that it should "fail". Then build
>> >> > the kernel with CONFIG_PREEMPT_VOLUNTARY=y and add the below hack. Perhaps
>> >> > this is just lucky timing? Please try a couple of boots and make sure the
>> >> > results are the same each time.
>> >>
>> >> I cold booted five times and the touchpad did not work during any of those boots.
>> >
>> > Thanks!
>> >
>> >> I noticed that the "probe with driver" failure reports -22 instead of -110 now:
>> >>
>> >> [ 33.023932] i2c_hid_acpi i2c-ELAN06FA:00: Report Descriptor: 05 01 09 02 a1 01 85 01 09 01 a1 00 05 09 19 01 29 02 15 00 25 01 75 01 95 02 81 02 95 06 81 03 05 01 09 30 09 31 15 81 25 7f 75 08 95 02 81 06 75 08 95 05 81 03 c0 06 00 ff 09 01 85 0e 09 c5
>> >> [ 33.026070] hid-generic 0018:04F3:327E.0001: item fetching failed at offset 638/675
>> >> [ 33.027573] hid-generic 0018:04F3:327E.0001: probe with driver hid-generic failed with error -22
>> >> ...
>> >> [ 33.183959] hid-multitouch 0018:04F3:327E.0001: item fetching failed at offset 638/675
>> >> [ 33.183975] hid-multitouch 0018:04F3:327E.0001: probe with driver hid-multitouch failed with error -22
>> >>
>> >
>> > This is really odd because "item fetching" is not really accessing any
>> > hardware bus - it just parses the descriptor and the descriptor looks fine
>> > to me (and this is the same as in case of working run):
>> >
>> > Usage Page (Generic Desktop)
>> > Usage (Generic Desktop.Mouse)
>> > Collection (1)
>> > Report ID (1)
>> > Usage (Generic Desktop.Pointer)
>> > Collection (0)
>> > Usage Page (Button)
>> > Usage Minimum (1)
>> > Usage Maximum (2)
>> > Logical Minimum (0)
>> > Logical Maximum (1)
>> > Report Size (1)
>> > Report Count (2)
>> > Input (2)
>> > Report Count (6)
>> > Input (3)
>> > Usage Page (Generic Desktop)
>> > Usage (Generic Desktop.X)
>> > Usage (Generic Desktop.Y)
>> > Logical Minimum (129)
>> > Logical Maximum (127)
>> > Report Size (8)
>> > Report Count (2)
>> > Input (6)
>> > Report Size (8)
>> > Report Count (5)
>> > Input (3)
>> > End Collection (0)
>> > Usage Page (Vendor Defined Page 1)
>> > Usage (Vendor Defined Page 1.Vendor Usage 1)
>> > Report ID (14)
>> > Usage (Vendor Defined Page 1.00c5)
>> >
>> > I noticed you still have:
>> >
>> > [ 0.069726] Dynamic Preempt: full
>> >
>> > Can you change that in .config to:
>> >
>> > CONFIG_PREEMPT_VOLUNTARY=y
>>
>> Strange, I did change that config. Do I need to change another config for it to take effect?
>
> Probably not.
>
>> CONFIG_PREEMPT_BUILD=y
>> # CONFIG_PREEMPT_NONE is not set
>> CONFIG_PREEMPT_VOLUNTARY=y
>> CONFIG_PREEMPT=y
>> # CONFIG_PREEMPT_LAZY is not set
>> CONFIG_PREEMPT_COUNT=y
>> CONFIG_PREEMPTION=y
>> CONFIG_PREEMPT_DYNAMIC=y
>> CONFIG_PREEMPT_RCU=y
>> CONFIG_PREEMPT_NOTIFIERS=y
>> # CONFIG_PREEMPT_TRACER is not set
>> # CONFIG_PREEMPTIRQ_DELAY_TEST is not set
>>
>> >
>> > Also let's add on top of everything one more hack patch, just in case ;-)
>> >
>> > diff --git a/drivers/i2c/i2c-core-acpi.c b/drivers/i2c/i2c-core-acpi.c
>> > index ed90858a27b7..0297ebedb802 100644
>> > --- a/drivers/i2c/i2c-core-acpi.c
>> > +++ b/drivers/i2c/i2c-core-acpi.c
>> > @@ -371,7 +371,7 @@ static const struct acpi_device_id
>> > i2c_acpi_force_100khz_device_ids[] = {
>> > * a 400KHz frequency. The root cause of the issue is not known.
>> > */
>> > { "DLL0945", 0 },
>> > - { "ELAN06FA", 0 },
>> > +// { "ELAN06FA", 0 },
>> > {}
>> > };
>>
>> The "DSDT uses known not-working I2C bus speed 400000, forcing it to 100000" message is now gone, but the touchpad still doesn't function (full log attached).
>
> Thanks again! It still fails in completely unexpected place I wonder if the
> BPF quirsk somehow could affect it?
>
> Could you still try with CONFIG_HID_BPF=n and see if there is any change?
I applied that config change and saw the same touchpad failure (full log attached).
[-- Attachment #2: dmesg-no-hid-bpf.txt.zip --]
[-- Type: application/zip, Size: 33085 bytes --]
^ permalink raw reply [flat|nested] 55+ messages in thread
* Re: [REGRESSION][BISECTED] Lenovo IdeaPad touchpad does not work when idma64 is present in initramfs
2026-02-04 13:11 ` correctmost
@ 2026-02-04 13:19 ` Andy Shevchenko
2026-02-04 14:01 ` correctmost
0 siblings, 1 reply; 55+ messages in thread
From: Andy Shevchenko @ 2026-02-04 13:19 UTC (permalink / raw)
To: correctmost; +Cc: Mika Westerberg, dmaengine, regressions, vkoul, linux-i2c
On Wed, Feb 04, 2026 at 08:11:27AM -0500, correctmost wrote:
> On Wed, Feb 4, 2026, at 7:31 AM, Mika Westerberg wrote:
> > On Tue, Feb 03, 2026 at 07:39:36AM -0500, correctmost wrote:
> >> On Tue, Feb 3, 2026, at 5:04 AM, Mika Westerberg wrote:
> >> > On Mon, Feb 02, 2026 at 06:16:02AM -0500, correctmost wrote:
> >> >> > Could you drop the above hack again so that it should "fail". Then build
> >> >> > the kernel with CONFIG_PREEMPT_VOLUNTARY=y and add the below hack. Perhaps
> >> >> > this is just lucky timing? Please try a couple of boots and make sure the
> >> >> > results are the same each time.
> >> >>
> >> >> I cold booted five times and the touchpad did not work during any of those boots.
> >> >
> >> > Thanks!
> >> >
> >> >> I noticed that the "probe with driver" failure reports -22 instead of -110 now:
> >> >>
> >> >> [ 33.023932] i2c_hid_acpi i2c-ELAN06FA:00: Report Descriptor: 05 01 09 02 a1 01 85 01 09 01 a1 00 05 09 19 01 29 02 15 00 25 01 75 01 95 02 81 02 95 06 81 03 05 01 09 30 09 31 15 81 25 7f 75 08 95 02 81 06 75 08 95 05 81 03 c0 06 00 ff 09 01 85 0e 09 c5
> >> >> [ 33.026070] hid-generic 0018:04F3:327E.0001: item fetching failed at offset 638/675
> >> >> [ 33.027573] hid-generic 0018:04F3:327E.0001: probe with driver hid-generic failed with error -22
> >> >> ...
> >> >> [ 33.183959] hid-multitouch 0018:04F3:327E.0001: item fetching failed at offset 638/675
> >> >> [ 33.183975] hid-multitouch 0018:04F3:327E.0001: probe with driver hid-multitouch failed with error -22
> >> >>
> >> >
> >> > This is really odd because "item fetching" is not really accessing any
> >> > hardware bus - it just parses the descriptor and the descriptor looks fine
> >> > to me (and this is the same as in case of working run):
> >> >
> >> > Usage Page (Generic Desktop)
> >> > Usage (Generic Desktop.Mouse)
> >> > Collection (1)
> >> > Report ID (1)
> >> > Usage (Generic Desktop.Pointer)
> >> > Collection (0)
> >> > Usage Page (Button)
> >> > Usage Minimum (1)
> >> > Usage Maximum (2)
> >> > Logical Minimum (0)
> >> > Logical Maximum (1)
> >> > Report Size (1)
> >> > Report Count (2)
> >> > Input (2)
> >> > Report Count (6)
> >> > Input (3)
> >> > Usage Page (Generic Desktop)
> >> > Usage (Generic Desktop.X)
> >> > Usage (Generic Desktop.Y)
> >> > Logical Minimum (129)
> >> > Logical Maximum (127)
> >> > Report Size (8)
> >> > Report Count (2)
> >> > Input (6)
> >> > Report Size (8)
> >> > Report Count (5)
> >> > Input (3)
> >> > End Collection (0)
> >> > Usage Page (Vendor Defined Page 1)
> >> > Usage (Vendor Defined Page 1.Vendor Usage 1)
> >> > Report ID (14)
> >> > Usage (Vendor Defined Page 1.00c5)
> >> >
> >> > I noticed you still have:
> >> >
> >> > [ 0.069726] Dynamic Preempt: full
> >> >
> >> > Can you change that in .config to:
> >> >
> >> > CONFIG_PREEMPT_VOLUNTARY=y
> >>
> >> Strange, I did change that config. Do I need to change another config for it to take effect?
> >
> > Probably not.
> >
> >> CONFIG_PREEMPT_BUILD=y
> >> # CONFIG_PREEMPT_NONE is not set
> >> CONFIG_PREEMPT_VOLUNTARY=y
> >> CONFIG_PREEMPT=y
> >> # CONFIG_PREEMPT_LAZY is not set
> >> CONFIG_PREEMPT_COUNT=y
> >> CONFIG_PREEMPTION=y
> >> CONFIG_PREEMPT_DYNAMIC=y
> >> CONFIG_PREEMPT_RCU=y
> >> CONFIG_PREEMPT_NOTIFIERS=y
> >> # CONFIG_PREEMPT_TRACER is not set
> >> # CONFIG_PREEMPTIRQ_DELAY_TEST is not set
> >>
> >> >
> >> > Also let's add on top of everything one more hack patch, just in case ;-)
> >> >
> >> > diff --git a/drivers/i2c/i2c-core-acpi.c b/drivers/i2c/i2c-core-acpi.c
> >> > index ed90858a27b7..0297ebedb802 100644
> >> > --- a/drivers/i2c/i2c-core-acpi.c
> >> > +++ b/drivers/i2c/i2c-core-acpi.c
> >> > @@ -371,7 +371,7 @@ static const struct acpi_device_id
> >> > i2c_acpi_force_100khz_device_ids[] = {
> >> > * a 400KHz frequency. The root cause of the issue is not known.
> >> > */
> >> > { "DLL0945", 0 },
> >> > - { "ELAN06FA", 0 },
> >> > +// { "ELAN06FA", 0 },
> >> > {}
> >> > };
> >>
> >> The "DSDT uses known not-working I2C bus speed 400000, forcing it to 100000" message is now gone, but the touchpad still doesn't function (full log attached).
> >
> > Thanks again! It still fails in completely unexpected place I wonder if the
> > BPF quirsk somehow could affect it?
> >
> > Could you still try with CONFIG_HID_BPF=n and see if there is any change?
>
> I applied that config change and saw the same touchpad failure (full log attached).
Just to confirm, after you applied the change, compiled a kernel, the change is
visible in .config in the kernel output folder (by default it's the same where
kernel sources are located for compilation), correct?
--
With Best Regards,
Andy Shevchenko
^ permalink raw reply [flat|nested] 55+ messages in thread
* Re: [REGRESSION][BISECTED] Lenovo IdeaPad touchpad does not work when idma64 is present in initramfs
2026-02-04 13:19 ` Andy Shevchenko
@ 2026-02-04 14:01 ` correctmost
2026-02-04 15:12 ` correctmost
0 siblings, 1 reply; 55+ messages in thread
From: correctmost @ 2026-02-04 14:01 UTC (permalink / raw)
To: Andy Shevchenko; +Cc: Mika Westerberg, dmaengine, regressions, vkoul, linux-i2c
On Wed, Feb 4, 2026, at 8:19 AM, Andy Shevchenko wrote:
> On Wed, Feb 04, 2026 at 08:11:27AM -0500, correctmost wrote:
>> On Wed, Feb 4, 2026, at 7:31 AM, Mika Westerberg wrote:
>> > On Tue, Feb 03, 2026 at 07:39:36AM -0500, correctmost wrote:
>> >> On Tue, Feb 3, 2026, at 5:04 AM, Mika Westerberg wrote:
>> >> > On Mon, Feb 02, 2026 at 06:16:02AM -0500, correctmost wrote:
>> >> >> > Could you drop the above hack again so that it should "fail". Then build
>> >> >> > the kernel with CONFIG_PREEMPT_VOLUNTARY=y and add the below hack. Perhaps
>> >> >> > this is just lucky timing? Please try a couple of boots and make sure the
>> >> >> > results are the same each time.
>> >> >>
>> >> >> I cold booted five times and the touchpad did not work during any of those boots.
>> >> >
>> >> > Thanks!
>> >> >
>> >> >> I noticed that the "probe with driver" failure reports -22 instead of -110 now:
>> >> >>
>> >> >> [ 33.023932] i2c_hid_acpi i2c-ELAN06FA:00: Report Descriptor: 05 01 09 02 a1 01 85 01 09 01 a1 00 05 09 19 01 29 02 15 00 25 01 75 01 95 02 81 02 95 06 81 03 05 01 09 30 09 31 15 81 25 7f 75 08 95 02 81 06 75 08 95 05 81 03 c0 06 00 ff 09 01 85 0e 09 c5
>> >> >> [ 33.026070] hid-generic 0018:04F3:327E.0001: item fetching failed at offset 638/675
>> >> >> [ 33.027573] hid-generic 0018:04F3:327E.0001: probe with driver hid-generic failed with error -22
>> >> >> ...
>> >> >> [ 33.183959] hid-multitouch 0018:04F3:327E.0001: item fetching failed at offset 638/675
>> >> >> [ 33.183975] hid-multitouch 0018:04F3:327E.0001: probe with driver hid-multitouch failed with error -22
>> >> >>
>> >> >
>> >> > This is really odd because "item fetching" is not really accessing any
>> >> > hardware bus - it just parses the descriptor and the descriptor looks fine
>> >> > to me (and this is the same as in case of working run):
>> >> >
>> >> > Usage Page (Generic Desktop)
>> >> > Usage (Generic Desktop.Mouse)
>> >> > Collection (1)
>> >> > Report ID (1)
>> >> > Usage (Generic Desktop.Pointer)
>> >> > Collection (0)
>> >> > Usage Page (Button)
>> >> > Usage Minimum (1)
>> >> > Usage Maximum (2)
>> >> > Logical Minimum (0)
>> >> > Logical Maximum (1)
>> >> > Report Size (1)
>> >> > Report Count (2)
>> >> > Input (2)
>> >> > Report Count (6)
>> >> > Input (3)
>> >> > Usage Page (Generic Desktop)
>> >> > Usage (Generic Desktop.X)
>> >> > Usage (Generic Desktop.Y)
>> >> > Logical Minimum (129)
>> >> > Logical Maximum (127)
>> >> > Report Size (8)
>> >> > Report Count (2)
>> >> > Input (6)
>> >> > Report Size (8)
>> >> > Report Count (5)
>> >> > Input (3)
>> >> > End Collection (0)
>> >> > Usage Page (Vendor Defined Page 1)
>> >> > Usage (Vendor Defined Page 1.Vendor Usage 1)
>> >> > Report ID (14)
>> >> > Usage (Vendor Defined Page 1.00c5)
>> >> >
>> >> > I noticed you still have:
>> >> >
>> >> > [ 0.069726] Dynamic Preempt: full
>> >> >
>> >> > Can you change that in .config to:
>> >> >
>> >> > CONFIG_PREEMPT_VOLUNTARY=y
>> >>
>> >> Strange, I did change that config. Do I need to change another config for it to take effect?
>> >
>> > Probably not.
>> >
>> >> CONFIG_PREEMPT_BUILD=y
>> >> # CONFIG_PREEMPT_NONE is not set
>> >> CONFIG_PREEMPT_VOLUNTARY=y
>> >> CONFIG_PREEMPT=y
>> >> # CONFIG_PREEMPT_LAZY is not set
>> >> CONFIG_PREEMPT_COUNT=y
>> >> CONFIG_PREEMPTION=y
>> >> CONFIG_PREEMPT_DYNAMIC=y
>> >> CONFIG_PREEMPT_RCU=y
>> >> CONFIG_PREEMPT_NOTIFIERS=y
>> >> # CONFIG_PREEMPT_TRACER is not set
>> >> # CONFIG_PREEMPTIRQ_DELAY_TEST is not set
>> >>
>> >> >
>> >> > Also let's add on top of everything one more hack patch, just in case ;-)
>> >> >
>> >> > diff --git a/drivers/i2c/i2c-core-acpi.c b/drivers/i2c/i2c-core-acpi.c
>> >> > index ed90858a27b7..0297ebedb802 100644
>> >> > --- a/drivers/i2c/i2c-core-acpi.c
>> >> > +++ b/drivers/i2c/i2c-core-acpi.c
>> >> > @@ -371,7 +371,7 @@ static const struct acpi_device_id
>> >> > i2c_acpi_force_100khz_device_ids[] = {
>> >> > * a 400KHz frequency. The root cause of the issue is not known.
>> >> > */
>> >> > { "DLL0945", 0 },
>> >> > - { "ELAN06FA", 0 },
>> >> > +// { "ELAN06FA", 0 },
>> >> > {}
>> >> > };
>> >>
>> >> The "DSDT uses known not-working I2C bus speed 400000, forcing it to 100000" message is now gone, but the touchpad still doesn't function (full log attached).
>> >
>> > Thanks again! It still fails in completely unexpected place I wonder if the
>> > BPF quirsk somehow could affect it?
>> >
>> > Could you still try with CONFIG_HID_BPF=n and see if there is any change?
>>
>> I applied that config change and saw the same touchpad failure (full log attached).
>
> Just to confirm, after you applied the change, compiled a kernel, the change is
> visible in .config in the kernel output folder (by default it's the same where
> kernel sources are located for compilation), correct?
Sorry, the CONFIG_HID_BPF=n and CONFIG_PREEMPT_VOLUNTARY=y changes are not visible in /proc/config.gz. The CONFIG_PCI_DEBUG=y and CONFIG_LOG_BUF_SHIFT=24 changes are visible, though, which is why I thought my process for applying config changes was working okay.
I will try to debug the config issue and retest the touchpad with the proper config changes.
^ permalink raw reply [flat|nested] 55+ messages in thread
* Re: [REGRESSION][BISECTED] Lenovo IdeaPad touchpad does not work when idma64 is present in initramfs
2026-02-04 14:01 ` correctmost
@ 2026-02-04 15:12 ` correctmost
2026-02-04 15:34 ` Mika Westerberg
0 siblings, 1 reply; 55+ messages in thread
From: correctmost @ 2026-02-04 15:12 UTC (permalink / raw)
To: Andy Shevchenko; +Cc: Mika Westerberg, dmaengine, regressions, vkoul, linux-i2c
[-- Attachment #1: Type: text/plain, Size: 5753 bytes --]
On Wed, Feb 4, 2026, at 9:01 AM, correctmost wrote:
> On Wed, Feb 4, 2026, at 8:19 AM, Andy Shevchenko wrote:
>> On Wed, Feb 04, 2026 at 08:11:27AM -0500, correctmost wrote:
>>> On Wed, Feb 4, 2026, at 7:31 AM, Mika Westerberg wrote:
>>> > On Tue, Feb 03, 2026 at 07:39:36AM -0500, correctmost wrote:
>>> >> On Tue, Feb 3, 2026, at 5:04 AM, Mika Westerberg wrote:
>>> >> > On Mon, Feb 02, 2026 at 06:16:02AM -0500, correctmost wrote:
>>> >> >> > Could you drop the above hack again so that it should "fail". Then build
>>> >> >> > the kernel with CONFIG_PREEMPT_VOLUNTARY=y and add the below hack. Perhaps
>>> >> >> > this is just lucky timing? Please try a couple of boots and make sure the
>>> >> >> > results are the same each time.
>>> >> >>
>>> >> >> I cold booted five times and the touchpad did not work during any of those boots.
>>> >> >
>>> >> > Thanks!
>>> >> >
>>> >> >> I noticed that the "probe with driver" failure reports -22 instead of -110 now:
>>> >> >>
>>> >> >> [ 33.023932] i2c_hid_acpi i2c-ELAN06FA:00: Report Descriptor: 05 01 09 02 a1 01 85 01 09 01 a1 00 05 09 19 01 29 02 15 00 25 01 75 01 95 02 81 02 95 06 81 03 05 01 09 30 09 31 15 81 25 7f 75 08 95 02 81 06 75 08 95 05 81 03 c0 06 00 ff 09 01 85 0e 09 c5
>>> >> >> [ 33.026070] hid-generic 0018:04F3:327E.0001: item fetching failed at offset 638/675
>>> >> >> [ 33.027573] hid-generic 0018:04F3:327E.0001: probe with driver hid-generic failed with error -22
>>> >> >> ...
>>> >> >> [ 33.183959] hid-multitouch 0018:04F3:327E.0001: item fetching failed at offset 638/675
>>> >> >> [ 33.183975] hid-multitouch 0018:04F3:327E.0001: probe with driver hid-multitouch failed with error -22
>>> >> >>
>>> >> >
>>> >> > This is really odd because "item fetching" is not really accessing any
>>> >> > hardware bus - it just parses the descriptor and the descriptor looks fine
>>> >> > to me (and this is the same as in case of working run):
>>> >> >
>>> >> > Usage Page (Generic Desktop)
>>> >> > Usage (Generic Desktop.Mouse)
>>> >> > Collection (1)
>>> >> > Report ID (1)
>>> >> > Usage (Generic Desktop.Pointer)
>>> >> > Collection (0)
>>> >> > Usage Page (Button)
>>> >> > Usage Minimum (1)
>>> >> > Usage Maximum (2)
>>> >> > Logical Minimum (0)
>>> >> > Logical Maximum (1)
>>> >> > Report Size (1)
>>> >> > Report Count (2)
>>> >> > Input (2)
>>> >> > Report Count (6)
>>> >> > Input (3)
>>> >> > Usage Page (Generic Desktop)
>>> >> > Usage (Generic Desktop.X)
>>> >> > Usage (Generic Desktop.Y)
>>> >> > Logical Minimum (129)
>>> >> > Logical Maximum (127)
>>> >> > Report Size (8)
>>> >> > Report Count (2)
>>> >> > Input (6)
>>> >> > Report Size (8)
>>> >> > Report Count (5)
>>> >> > Input (3)
>>> >> > End Collection (0)
>>> >> > Usage Page (Vendor Defined Page 1)
>>> >> > Usage (Vendor Defined Page 1.Vendor Usage 1)
>>> >> > Report ID (14)
>>> >> > Usage (Vendor Defined Page 1.00c5)
>>> >> >
>>> >> > I noticed you still have:
>>> >> >
>>> >> > [ 0.069726] Dynamic Preempt: full
>>> >> >
>>> >> > Can you change that in .config to:
>>> >> >
>>> >> > CONFIG_PREEMPT_VOLUNTARY=y
>>> >>
>>> >> Strange, I did change that config. Do I need to change another config for it to take effect?
>>> >
>>> > Probably not.
>>> >
>>> >> CONFIG_PREEMPT_BUILD=y
>>> >> # CONFIG_PREEMPT_NONE is not set
>>> >> CONFIG_PREEMPT_VOLUNTARY=y
>>> >> CONFIG_PREEMPT=y
>>> >> # CONFIG_PREEMPT_LAZY is not set
>>> >> CONFIG_PREEMPT_COUNT=y
>>> >> CONFIG_PREEMPTION=y
>>> >> CONFIG_PREEMPT_DYNAMIC=y
>>> >> CONFIG_PREEMPT_RCU=y
>>> >> CONFIG_PREEMPT_NOTIFIERS=y
>>> >> # CONFIG_PREEMPT_TRACER is not set
>>> >> # CONFIG_PREEMPTIRQ_DELAY_TEST is not set
>>> >>
>>> >> >
>>> >> > Also let's add on top of everything one more hack patch, just in case ;-)
>>> >> >
>>> >> > diff --git a/drivers/i2c/i2c-core-acpi.c b/drivers/i2c/i2c-core-acpi.c
>>> >> > index ed90858a27b7..0297ebedb802 100644
>>> >> > --- a/drivers/i2c/i2c-core-acpi.c
>>> >> > +++ b/drivers/i2c/i2c-core-acpi.c
>>> >> > @@ -371,7 +371,7 @@ static const struct acpi_device_id
>>> >> > i2c_acpi_force_100khz_device_ids[] = {
>>> >> > * a 400KHz frequency. The root cause of the issue is not known.
>>> >> > */
>>> >> > { "DLL0945", 0 },
>>> >> > - { "ELAN06FA", 0 },
>>> >> > +// { "ELAN06FA", 0 },
>>> >> > {}
>>> >> > };
>>> >>
>>> >> The "DSDT uses known not-working I2C bus speed 400000, forcing it to 100000" message is now gone, but the touchpad still doesn't function (full log attached).
>>> >
>>> > Thanks again! It still fails in completely unexpected place I wonder if the
>>> > BPF quirsk somehow could affect it?
>>> >
>>> > Could you still try with CONFIG_HID_BPF=n and see if there is any change?
>>>
>>> I applied that config change and saw the same touchpad failure (full log attached).
>>
>> Just to confirm, after you applied the change, compiled a kernel, the change is
>> visible in .config in the kernel output folder (by default it's the same where
>> kernel sources are located for compilation), correct?
>
> Sorry, the CONFIG_HID_BPF=n and CONFIG_PREEMPT_VOLUNTARY=y changes are
> not visible in /proc/config.gz. The CONFIG_PCI_DEBUG=y and
> CONFIG_LOG_BUF_SHIFT=24 changes are visible, though, which is why I
> thought my process for applying config changes was working okay.
>
> I will try to debug the config issue and retest the touchpad with the
> proper config changes.
After fixing the config issue, I now see "Dynamic Preempt: voluntary" in the dmesg output. I also see "# CONFIG_HID_BPF is not set" in /proc/config.gz.
The "probe with driver hid-generic failed with error -22" message is still present and the touchpad doesn't work (full log attached).
[-- Attachment #2: dmesg-config-redos.txt.zip --]
[-- Type: application/zip, Size: 35825 bytes --]
^ permalink raw reply [flat|nested] 55+ messages in thread
* Re: [REGRESSION][BISECTED] Lenovo IdeaPad touchpad does not work when idma64 is present in initramfs
2026-02-04 15:12 ` correctmost
@ 2026-02-04 15:34 ` Mika Westerberg
2026-02-04 15:53 ` correctmost
0 siblings, 1 reply; 55+ messages in thread
From: Mika Westerberg @ 2026-02-04 15:34 UTC (permalink / raw)
To: correctmost; +Cc: Andy Shevchenko, dmaengine, regressions, vkoul, linux-i2c
On Wed, Feb 04, 2026 at 10:12:57AM -0500, correctmost wrote:
> > I will try to debug the config issue and retest the touchpad with the
> > proper config changes.
>
> After fixing the config issue, I now see "Dynamic Preempt: voluntary" in
> the dmesg output. I also see "# CONFIG_HID_BPF is not set" in
> /proc/config.gz.
>
> The "probe with driver hid-generic failed with error -22" message is
> still present and the touchpad doesn't work (full log attached).
Thanks!
I don't see any other way than adding even more debug. It really should at
least be able to parse the report descriptor as that's exactly the same as
in working case but let's try to figure why it fails. Can you add again on
top of everything this one:
diff --git a/drivers/hid/hid-core.c b/drivers/hid/hid-core.c
index a5b3a8ca2fcb..0a6e373bf899 100644
--- a/drivers/hid/hid-core.c
+++ b/drivers/hid/hid-core.c
@@ -1282,6 +1282,8 @@ int hid_open_report(struct hid_device *device)
return -ENODEV;
size = device->bpf_rsize;
+ hid_info(device, "open_report, start %p, size %d\n", start, size);
+
if (device->driver->report_fixup) {
/*
* device->driver->report_fixup() needs to work
@@ -1304,6 +1306,8 @@ int hid_open_report(struct hid_device *device)
kfree(buf);
if (start == NULL)
return -ENOMEM;
+
+ hid_info(device, "open_report fixup, start %p, size %d\n", start, size);
}
device->rdesc = start;
@@ -1333,6 +1337,8 @@ int hid_open_report(struct hid_device *device)
while ((next = fetch_item(start, end, &item)) != NULL) {
start = next;
+ hid_info(device, "parsing, start %p", start);
+
if (item.format != HID_ITEM_FORMAT_SHORT) {
hid_err(device, "unexpected long global item\n");
goto err;
@@ -2736,6 +2742,8 @@ static int __hid_device_probe(struct hid_device *hdev, struct hid_driver *hdrv)
const struct hid_device_id *id;
int ret;
+ hid_info(hdev, "probe starts\n");
+
if (!hdev->bpf_rsize) {
/* we keep a reference to the currently scanned report descriptor */
const __u8 *original_rdesc = hdev->bpf_rdesc;
@@ -2753,6 +2761,8 @@ static int __hid_device_probe(struct hid_device *hdev, struct hid_driver *hdrv)
hdev->bpf_rdesc = call_hid_bpf_rdesc_fixup(hdev, hdev->dev_rdesc,
&hdev->bpf_rsize);
+ hid_info(hdev, "new rdesc %p size %d", hdev->bpf_rdesc, hdev->bpf_rsize);
+
/* the report descriptor changed, we need to re-scan it */
if (original_rdesc != hdev->bpf_rdesc) {
hdev->group = 0;
diff --git a/drivers/hid/hid-generic.c b/drivers/hid/hid-generic.c
index c2de916747de..63ea9c0c6ce1 100644
--- a/drivers/hid/hid-generic.c
+++ b/drivers/hid/hid-generic.c
@@ -63,6 +63,8 @@ static int hid_generic_probe(struct hid_device *hdev,
hdev->quirks |= HID_QUIRK_INPUT_PER_APP;
+ hid_info(hdev, "generic probe\n");
+
ret = hid_parse(hdev);
if (ret)
return ret;
diff --git a/drivers/hid/i2c-hid/i2c-hid-core.c b/drivers/hid/i2c-hid/i2c-hid-core.c
index 5a183af3d5c6..99a12ef970bd 100644
--- a/drivers/hid/i2c-hid/i2c-hid-core.c
+++ b/drivers/hid/i2c-hid/i2c-hid-core.c
@@ -800,6 +800,8 @@ static int i2c_hid_parse(struct hid_device *hid)
if (ret)
dbg_hid("parsing report descriptor failed\n");
+ i2c_hid_dbg(ihid, "Report Descriptor %p, size %d\n", rdesc, rsize);
+
out:
if (!use_override)
kfree(rdesc);
^ permalink raw reply related [flat|nested] 55+ messages in thread
* Re: [REGRESSION][BISECTED] Lenovo IdeaPad touchpad does not work when idma64 is present in initramfs
2026-02-04 15:34 ` Mika Westerberg
@ 2026-02-04 15:53 ` correctmost
2026-02-05 10:31 ` Mika Westerberg
0 siblings, 1 reply; 55+ messages in thread
From: correctmost @ 2026-02-04 15:53 UTC (permalink / raw)
To: Mika Westerberg; +Cc: Andy Shevchenko, dmaengine, regressions, vkoul, linux-i2c
[-- Attachment #1: Type: text/plain, Size: 857 bytes --]
On Wed, Feb 4, 2026, at 10:34 AM, Mika Westerberg wrote:
> On Wed, Feb 04, 2026 at 10:12:57AM -0500, correctmost wrote:
>> > I will try to debug the config issue and retest the touchpad with the
>> > proper config changes.
>>
>> After fixing the config issue, I now see "Dynamic Preempt: voluntary" in
>> the dmesg output. I also see "# CONFIG_HID_BPF is not set" in
>> /proc/config.gz.
>>
>> The "probe with driver hid-generic failed with error -22" message is
>> still present and the touchpad doesn't work (full log attached).
>
> Thanks!
>
> I don't see any other way than adding even more debug. It really should at
> least be able to parse the report descriptor as that's exactly the same as
> in working case but let's try to figure why it fails. Can you add again on
> top of everything this one:
The attached log has the added hid debug lines.
[-- Attachment #2: dmesg-hid-info-debug.txt.zip --]
[-- Type: application/zip, Size: 40555 bytes --]
^ permalink raw reply [flat|nested] 55+ messages in thread
* Re: [REGRESSION][BISECTED] Lenovo IdeaPad touchpad does not work when idma64 is present in initramfs
2026-02-04 15:53 ` correctmost
@ 2026-02-05 10:31 ` Mika Westerberg
2026-02-14 20:17 ` correctmost
0 siblings, 1 reply; 55+ messages in thread
From: Mika Westerberg @ 2026-02-05 10:31 UTC (permalink / raw)
To: correctmost; +Cc: Andy Shevchenko, dmaengine, regressions, vkoul, linux-i2c
On Wed, Feb 04, 2026 at 10:53:57AM -0500, correctmost wrote:
> On Wed, Feb 4, 2026, at 10:34 AM, Mika Westerberg wrote:
> > On Wed, Feb 04, 2026 at 10:12:57AM -0500, correctmost wrote:
> >> > I will try to debug the config issue and retest the touchpad with the
> >> > proper config changes.
> >>
> >> After fixing the config issue, I now see "Dynamic Preempt: voluntary" in
> >> the dmesg output. I also see "# CONFIG_HID_BPF is not set" in
> >> /proc/config.gz.
> >>
> >> The "probe with driver hid-generic failed with error -22" message is
> >> still present and the touchpad doesn't work (full log attached).
> >
> > Thanks!
> >
> > I don't see any other way than adding even more debug. It really should at
> > least be able to parse the report descriptor as that's exactly the same as
> > in working case but let's try to figure why it fails. Can you add again on
> > top of everything this one:
>
> The attached log has the added hid debug lines.
Thanks!
I now realized that the dump of the report descriptor truncates it into 64
bytes so it can actually contain whatever crap that the controller read and
this is probably why the HID parser fails. My apologies.
I think at this point there is not much we can do :( You have the
workaround, to put everything in the initramfs (or built into the kernel
image), right? We have asked schematics from Lenovo but there is no
guarantee we get them and I think those are needed to figure out how the
touchpad is connected.
^ permalink raw reply [flat|nested] 55+ messages in thread
* Re: [REGRESSION][BISECTED] Lenovo IdeaPad touchpad does not work when idma64 is present in initramfs
2026-02-05 10:31 ` Mika Westerberg
@ 2026-02-14 20:17 ` correctmost
0 siblings, 0 replies; 55+ messages in thread
From: correctmost @ 2026-02-14 20:17 UTC (permalink / raw)
To: Mika Westerberg; +Cc: Andy Shevchenko, dmaengine, regressions, vkoul, linux-i2c
On Thu, Feb 5, 2026, at 5:31 AM, Mika Westerberg wrote:
> On Wed, Feb 04, 2026 at 10:53:57AM -0500, correctmost wrote:
>> On Wed, Feb 4, 2026, at 10:34 AM, Mika Westerberg wrote:
>> > On Wed, Feb 04, 2026 at 10:12:57AM -0500, correctmost wrote:
>> >> > I will try to debug the config issue and retest the touchpad with the
>> >> > proper config changes.
>> >>
>> >> After fixing the config issue, I now see "Dynamic Preempt: voluntary" in
>> >> the dmesg output. I also see "# CONFIG_HID_BPF is not set" in
>> >> /proc/config.gz.
>> >>
>> >> The "probe with driver hid-generic failed with error -22" message is
>> >> still present and the touchpad doesn't work (full log attached).
>> >
>> > Thanks!
>> >
>> > I don't see any other way than adding even more debug. It really should at
>> > least be able to parse the report descriptor as that's exactly the same as
>> > in working case but let's try to figure why it fails. Can you add again on
>> > top of everything this one:
>>
>> The attached log has the added hid debug lines.
>
> Thanks!
>
> I now realized that the dump of the report descriptor truncates it into 64
> bytes so it can actually contain whatever crap that the controller read and
> this is probably why the HID parser fails. My apologies.
>
> I think at this point there is not much we can do :( You have the
> workaround, to put everything in the initramfs (or built into the kernel
> image), right? We have asked schematics from Lenovo but there is no
> guarantee we get them and I think those are needed to figure out how the
> touchpad is connected.
I have been excluding idma64 from my initramfs image to work around the issue. I was hoping it'd be possible to make the touchpad work without any user modifications, but it doesn't seem like there is a clean solution.
For future readers, there are two items that I did not yet attempt:
- Update my BIOS to see if that helps resolve the issue
- Try to access advanced BIOS options to unlock GPIO pins
Thank you (and Andy) for proposing patches and reviewing all of the debug output :).
^ permalink raw reply [flat|nested] 55+ messages in thread
end of thread, other threads:[~2026-02-14 20:17 UTC | newest]
Thread overview: 55+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-16 17:57 [REGRESSION][BISECTED] Lenovo IdeaPad touchpad does not work when idma64 is present in initramfs correctmost
2026-01-12 14:35 ` Andy Shevchenko
2026-01-12 16:52 ` Andy Shevchenko
2026-01-15 22:50 ` correctmost
2026-01-16 10:03 ` Andy Shevchenko
2026-01-16 10:35 ` Andy Shevchenko
2026-01-17 0:25 ` correctmost
2026-01-19 10:39 ` Andy Shevchenko
2026-01-19 10:49 ` Andy Shevchenko
2026-01-20 9:33 ` Andy Shevchenko
2026-01-21 4:56 ` correctmost
2026-01-21 9:13 ` Andy Shevchenko
2026-01-21 13:58 ` Mika Westerberg
2026-01-21 14:54 ` Andy Shevchenko
2026-01-21 15:02 ` Mika Westerberg
2026-01-21 15:19 ` Andy Shevchenko
2026-01-22 11:00 ` Mika Westerberg
2026-01-22 22:29 ` correctmost
2026-01-23 6:36 ` Mika Westerberg
2026-01-25 3:38 ` correctmost
2026-01-26 13:53 ` Mika Westerberg
2026-01-27 6:52 ` correctmost
2026-01-27 8:42 ` Mika Westerberg
2026-01-27 10:11 ` correctmost
2026-01-27 10:19 ` Mika Westerberg
2026-01-27 10:56 ` correctmost
2026-01-27 14:43 ` Mika Westerberg
2026-01-27 15:09 ` Andy Shevchenko
2026-01-28 3:06 ` correctmost
2026-01-23 6:53 ` Andy Shevchenko
2026-01-28 9:34 ` Andy Shevchenko
2026-01-28 10:21 ` correctmost
2026-01-28 12:31 ` Mika Westerberg
2026-01-29 4:54 ` correctmost
2026-01-29 6:58 ` Mika Westerberg
2026-01-29 7:20 ` correctmost
2026-01-29 11:56 ` Mika Westerberg
2026-01-29 13:06 ` correctmost
2026-01-30 7:26 ` Mika Westerberg
2026-01-30 8:18 ` correctmost
2026-02-02 7:51 ` Mika Westerberg
2026-02-02 8:38 ` correctmost
2026-02-02 10:22 ` Mika Westerberg
2026-02-02 11:16 ` correctmost
2026-02-03 10:04 ` Mika Westerberg
2026-02-03 12:39 ` correctmost
2026-02-04 12:31 ` Mika Westerberg
2026-02-04 13:11 ` correctmost
2026-02-04 13:19 ` Andy Shevchenko
2026-02-04 14:01 ` correctmost
2026-02-04 15:12 ` correctmost
2026-02-04 15:34 ` Mika Westerberg
2026-02-04 15:53 ` correctmost
2026-02-05 10:31 ` Mika Westerberg
2026-02-14 20:17 ` correctmost
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox