Linux PCI subsystem development
 help / color / mirror / Atom feed
* Fwd: [Bug 221457] New: PCI core drops Resizable BAR sizing after ASPM common-clock reconfiguration on Thunderbolt/USB4 hot-plug link
       [not found] <bug-221457-41252@https.bugzilla.kernel.org/>
@ 2026-05-04 18:29 ` Bjorn Helgaas
  2026-05-04 18:43   ` Bjorn Helgaas
  0 siblings, 1 reply; 7+ messages in thread
From: Bjorn Helgaas @ 2026-05-04 18:29 UTC (permalink / raw)
  To: Linux PCI; +Cc: Ilpo Järvinen

---------- Forwarded message ---------
https://bugzilla.kernel.org/show_bug.cgi?id=221457
...
SUMMARY

Initial PCI enumeration assigns BAR 1 = 16 GB on an RTX 5060 Ti behind a
Thunderbolt 4 link. Shortly after, the pcieport ASPM service runs a
common-clock reconfigure on the host root port, the downstream bridges go
through [bus 00-00] reset and re-enumeration, and BAR 1 is reassigned at 256
MB.


HARDWARE

Host: Framework Laptop 13, Intel Core Ultra 5 125H (Meteor Lake-P), BIOS INSYDE
03.06 (no Above 4G / Resizable BAR toggles).

TB4 root port: 0000:00:07.2, Intel Meteor Lake-P Thunderbolt 4 PCI Express Root
Port #2.

Enclosure: ADT-Link UT3G, ASMedia ASM2464PD, 1x4 mode. Single PCIe upstream
port (0000:55:00.0), single downstream port (0000:56:00.0).

GPU: MSI GeForce RTX 5060 Ti 16G GAMING TRIO OC (10de:2d04), 0000:57:00.0.
ReBAR cap (/sys/bus/pci/devices/0000:57:00.0/resource1_resize = 0x7fc0)
advertises 64 MB through 16 GB.

Link: PCIe Gen4 x4.


SOFTWARE

Distro: Ubuntu 24.04 LTS.
Kernel: 6.17.0-22-generic.
GPU driver: NVIDIA 580.142-open kernel module.
Session: Wayland, PRIME on-demand.


OBSERVED STATE

lspci -vvv -s 0000:57:00.0 :

Region 0: Memory at 80000000 (32-bit, non-prefetchable) [size=64M]
Region 1: Memory at 4000000000 (64-bit, prefetchable) [size=256M]
Region 3: Memory at 4020000000 (64-bit, prefetchable) [size=32M]

Capabilities: [134 v1] Physical Resizable BAR
BAR 1: current size: 256MB, supported: 64MB 128MB 256MB 512MB 1GB 2GB 4GB 8GB
16GB

Bridge 0000:00:07.2, 0000:55:00.0, 0000:56:00.0 each have a 32 GB prefetchable
window.


BOOT TRACE (PRISTINE CMDLINE)

Captured with cmdline "quiet splash" only -- no pci= flags, no pcie_* flags.
All entries within ~1 second of one another.

Initial enumeration:

pci 0000:57:00.0: BAR 1 [mem 0x4000000000-0x43ffffffff 64bit pref]
pci 0000:57:00.0: BAR 1 [mem 0x4000000000-0x43ffffffff 64bit pref]: assigned

ASPM service runs and the bridges below re-enumerate:

pcieport 0000:00:07.2: ASPM: current common clock configuration is
inconsistent, reconfiguring
pci 0000:55:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
pci 0000:56:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
pci 0000:57:00.0: [10de:2d04] type 00 class 0x030000 PCIe Legacy Endpoint
pci 0000:57:00.0: BAR 0 [mem 0x00000000-0x03ffffff]
pci 0000:57:00.0: BAR 1 [mem 0x00000000-0x0fffffff 64bit pref]
pci 0000:57:00.0: BAR 3 [mem 0x00000000-0x01ffffff 64bit pref]

Final assignment from the re-enumeration pass:

pci 0000:55:00.0: bridge window [mem 0x4000000000-0x47ffffffff 64bit pref]:
assigned
pci 0000:56:00.0: bridge window [mem 0x4000000000-0x47ffffffff 64bit pref]:
assigned
pci 0000:57:00.0: BAR 1 [mem 0x4000000000-0x400fffffff 64bit pref]: assigned

NVIDIA driver loads ~5 seconds after the re-enumeration completes.


VARIANTS

Same hardware, same kernel, only cmdline varies.

Variant 1: cmdline = "quiet splash"
BAR 1 final: 256 MB.
common-clock reconfigure event: present.
bridge configuration invalid ([bus 00-00]) event: present.
NVIDIA probe: succeeds.

Variant 2: cmdline = "quiet splash pcie_aspm=off"
BAR 1 final: 16 GB.
common-clock reconfigure event: absent.
bridge configuration invalid ([bus 00-00]) event: absent.
NVIDIA probe: fails (Unable to change power state from D3cold to D0, device
inaccessible).

Variant 3: cmdline = "quiet splash pcie_ports=compat"
BAR 1 final: 16 GB.
common-clock reconfigure event: absent.
bridge configuration invalid ([bus 00-00]) event: absent.
NVIDIA probe: fails (same D3cold error as variant 2).

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

* Re: Fwd: [Bug 221457] New: PCI core drops Resizable BAR sizing after ASPM common-clock reconfiguration on Thunderbolt/USB4 hot-plug link
  2026-05-04 18:29 ` Fwd: [Bug 221457] New: PCI core drops Resizable BAR sizing after ASPM common-clock reconfiguration on Thunderbolt/USB4 hot-plug link Bjorn Helgaas
@ 2026-05-04 18:43   ` Bjorn Helgaas
       [not found]     ` <AB2EBCFC-663F-48A1-9C11-2DFB7C844B19.1@smtp-inbound1.duck.com>
  0 siblings, 1 reply; 7+ messages in thread
From: Bjorn Helgaas @ 2026-05-04 18:43 UTC (permalink / raw)
  To: bjorn; +Cc: Linux PCI, Ilpo Järvinen

[+bcc reporter]

On Mon, May 04, 2026 at 01:29:28PM -0500, Bjorn Helgaas wrote:
> ---------- Forwarded message ---------
> https://bugzilla.kernel.org/show_bug.cgi?id=221457
> ...
> SUMMARY
> 
> Initial PCI enumeration assigns BAR 1 = 16 GB on an RTX 5060 Ti behind a
> Thunderbolt 4 link. Shortly after, the pcieport ASPM service runs a
> common-clock reconfigure on the host root port, the downstream bridges go
> through [bus 00-00] reset and re-enumeration, and BAR 1 is reassigned at 256
> MB.

stuck-tamer-growl: Thanks for the report.  Would you mind collect the
complete dmesg log and the output of "sudo lspci -vv" and posting them
here (or in the bugzilla if you prefer)?

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

* Re: Fwd: [Bug 221457] New: PCI core drops Resizable BAR sizing after ASPM common-clock reconfiguration on Thunderbolt/USB4 hot-plug link
       [not found]     ` <AB2EBCFC-663F-48A1-9C11-2DFB7C844B19.1@smtp-inbound1.duck.com>
@ 2026-05-06  5:09       ` stuck-tamer-growl
  2026-05-06 12:26         ` Ilpo Järvinen
  0 siblings, 1 reply; 7+ messages in thread
From: stuck-tamer-growl @ 2026-05-06  5:09 UTC (permalink / raw)
  To: Bjorn Helgaas; +Cc: bjorn@helgaas.com, Linux PCI, Ilpo Järvinen

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

Bjorn and All,

Attached 

pristine.dmesg.txt and pristine.lspci-vv.txt                                                                  
cmdline "quiet splash", same kernel/hardware as the report.                                                                    
                                                                                                                                        
Many thanks!

Peter / stuck-tamer-growl



On Monday, May 4th, 2026 at 2:43 PM, Bjorn Helgaas <helgaas_at_kernel.org_stuck-tamer-growl@duck.com> wrote:

> [+bcc reporter]
> 
> On Mon, May 04, 2026 at 01:29:28PM -0500, Bjorn Helgaas wrote:
> > ---------- Forwarded message ---------
> > https://bugzilla.kernel.org/show_bug.cgi?id=221457
> > ...
> > SUMMARY
> >
> > Initial PCI enumeration assigns BAR 1 = 16 GB on an RTX 5060 Ti behind a
> > Thunderbolt 4 link. Shortly after, the pcieport ASPM service runs a
> > common-clock reconfigure on the host root port, the downstream bridges go
> > through [bus 00-00] reset and re-enumeration, and BAR 1 is reassigned at 256
> > MB.
> 
> stuck-tamer-growl: Thanks for the report.  Would you mind collect the
> complete dmesg log and the output of "sudo lspci -vv" and posting them
> here (or in the bugzilla if you prefer)?
>

[-- Attachment #2: pristine.lspci-vv.txt --]
[-- Type: text/plain, Size: 22391 bytes --]

=== lspci -vvvnn on the UT3G chain ===
########## 00:07.2 ##########
00:07.2 PCI bridge [0604]: Intel Corporation Meteor Lake-P Thunderbolt 4 PCI Express Root Port #2 [8086:7ec6] (rev 10) (prog-if 00 [Normal decode])
	Subsystem: Framework Computer Inc. Meteor Lake-P Thunderbolt 4 PCI Express Root Port [f111:0009]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin C routed to IRQ 124
	IOMMU group: 5
	Bus: primary=00, secondary=55, subordinate=7e, sec-latency=0
	I/O behind bridge: 3000-3fff [size=4K] [16-bit]
	Memory behind bridge: 80000000-85ffffff [size=96M] [32-bit]
	Prefetchable memory behind bridge: 4000000000-47ffffffff [size=32G] [32-bit]
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Express (v2) Root Port (Slot+), MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE+
		DevCtl:	CorrErr- NonFatalErr- FatalErr- UnsupReq-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr+ TransPend-
		LnkCap:	Port #18, Speed 2.5GT/s, Width x4, ASPM L1, Exit Latency L1 <16us
			ClockPM- Surprise- LLActRep+ BwNot+ ASPMOptComp+
		LnkCtl:	ASPM Disabled; RCB 64 bytes, Disabled- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x4
			TrErr- Train- SlotClk+ DLActive+ BWMgmt- ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+
			Slot #14, PowerLimit 0W; Interlock- NoCompl+
		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet+ CmdCplt- HPIrq+ LinkChg+
			Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock-
		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
			Changed: MRL- PresDet- LinkState-
		RootCap: CRSVisible-
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna+ CRSVisible-
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range ABC, TimeoutDis+ NROPrPrP- LTR+
			 10BitTagComp- 10BitTagReq- OBFF Via WAKE#, ExtFmt- EETLPPrefix-
			 EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
			 FRS- LN System CLS Not Supported, TPHComp- ExtTPHComp- ARIFwd+
			 AtomicOpsCap: Routing- 32bit- 64bit- 128bitCAS-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- LTR+ 10BitTagReq- OBFF Disabled, ARIFwd-
			 AtomicOpsCtl: ReqEn- EgressBlck-
		LnkCap2: Supported Link Speeds: 2.5GT/s, Crosslink- Retimer- 2Retimers- DRS-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance Preset/De-emphasis: -6dB de-emphasis, 0dB preshoot
		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete- EqualizationPhase1-
			 EqualizationPhase2- EqualizationPhase3- LinkEqualizationRequest-
			 Retimer- 2Retimers- CrosslinkRes: unsupported
	Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
		Address: fee00298  Data: 0000
	Capabilities: [90] Subsystem: Framework Computer Inc. Meteor Lake-P Thunderbolt 4 PCI Express Root Port [f111:0009]
	Capabilities: [a0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr+
		AERCap:	First Error Pointer: 00, ECRCGenCap- ECRCGenEn- ECRCChkCap- ECRCChkEn-
			MultHdrRecCap- MultHdrRecEn- TLPPfxPres- HdrLogCap-
		HeaderLog: 00000000 00000000 00000000 00000000
		RootCmd: CERptEn- NFERptEn- FERptEn-
		RootSta: CERcvd- MultCERcvd- UERcvd- MultUERcvd-
			 FirstFatal- NonFatalMsg- FatalMsg- IntMsg 0
		ErrorSrc: ERR_COR: 0000 ERR_FATAL/NONFATAL: 0000
	Capabilities: [220 v1] Access Control Services
		ACSCap:	SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
		ACSCtl:	SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
	Capabilities: [150 v1] Precision Time Measurement
		PTMCap: Requester:- Responder:+ Root:+
		PTMClockGranularity: 4ns
		PTMControl: Enabled:+ RootSelected:+
		PTMEffectiveGranularity: Unknown
	Capabilities: [a30 v1] Secondary PCI Express
		LnkCtl3: LnkEquIntrruptEn- PerformEqu-
		LaneErrStat: 0
	Capabilities: [a90 v1] Data Link Feature <?>
	Kernel driver in use: pcieport


########## 55:00.0 ##########
55:00.0 PCI bridge [0604]: ASMedia Technology Inc. Device [1b21:2461] (prog-if 00 [Normal decode])
	Subsystem: ASMedia Technology Inc. Device [1b21:2461]
	Physical Slot: 14
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 16
	IOMMU group: 26
	Bus: primary=55, secondary=56, subordinate=57, sec-latency=0
	I/O behind bridge: 3000-3fff [size=4K] [16-bit]
	Memory behind bridge: 80000000-85ffffff [size=96M] [32-bit]
	Prefetchable memory behind bridge: 4000000000-47ffffffff [size=32G] [32-bit]
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [70] Power Management version 3
		Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [80] Express (v2) Upstream Port, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ SlotPowerLimit 0W
		DevCtl:	CorrErr- NonFatalErr- FatalErr- UnsupReq-
			RlxdOrd+ ExtTag+ PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr+ NonFatalErr- FatalErr- UnsupReq+ AuxPwr- TransPend-
		LnkCap:	Port #1, Speed 2.5GT/s, Width x1, ASPM L1, Exit Latency L1 <64us
			ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp+
		LnkCtl:	ASPM Disabled; Disabled- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x1
			TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis- NROPrPrP- LTR+
			 10BitTagComp+ 10BitTagReq- OBFF Not Supported, ExtFmt- EETLPPrefix-
			 EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
			 FRS-
			 AtomicOpsCap: Routing-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- LTR+ 10BitTagReq- OBFF Disabled,
			 AtomicOpsCtl: EgressBlck-
		LnkCap2: Supported Link Speeds: 2.5-16GT/s, Crosslink- Retimer+ 2Retimers+ DRS-
		LnkCtl2: Target Link Speed: 16GT/s, EnterCompliance- SpeedDis-
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance Preset/De-emphasis: -6dB de-emphasis, 0dB preshoot
		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete- EqualizationPhase1-
			 EqualizationPhase2- EqualizationPhase3- LinkEqualizationRequest-
			 Retimer- 2Retimers- CrosslinkRes: unsupported
	Capabilities: [c0] Subsystem: ASMedia Technology Inc. Device [1b21:2461]
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr+
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr+
		AERCap:	First Error Pointer: 00, ECRCGenCap- ECRCGenEn- ECRCChkCap- ECRCChkEn-
			MultHdrRecCap- MultHdrRecEn- TLPPfxPres- HdrLogCap-
		HeaderLog: 00000000 00000000 00000000 00000000
	Capabilities: [160 v1] Latency Tolerance Reporting
		Max snoop latency: 0ns
		Max no snoop latency: 0ns
	Capabilities: [1c0 v1] Secondary PCI Express
		LnkCtl3: LnkEquIntrruptEn- PerformEqu-
		LaneErrStat: 0
	Capabilities: [200 v1] L1 PM Substates
		L1SubCap: PCI-PM_L1.2- PCI-PM_L1.1- ASPM_L1.2+ ASPM_L1.1+ L1_PM_Substates+
			  PortCommonModeRestoreTime=128us PortTPowerOnTime=10us
		L1SubCtl1: PCI-PM_L1.2- PCI-PM_L1.1- ASPM_L1.2- ASPM_L1.1-
			   T_CommonMode=0us LTR1.2_Threshold=0ns
		L1SubCtl2: T_PwrOn=10us
	Capabilities: [220 v1] Data Link Feature <?>
	Capabilities: [240 v1] Physical Layer 16.0 GT/s <?>
	Capabilities: [280 v1] Lane Margining at the Receiver <?>
	Kernel driver in use: pcieport


########## 56:00.0 ##########
56:00.0 PCI bridge [0604]: ASMedia Technology Inc. Device [1b21:2461] (prog-if 00 [Normal decode])
	Subsystem: ASMedia Technology Inc. Device [1b21:2461]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 223
	IOMMU group: 27
	Bus: primary=56, secondary=57, subordinate=57, sec-latency=0
	I/O behind bridge: 3000-3fff [size=4K] [16-bit]
	Memory behind bridge: 80000000-85ffffff [size=96M] [32-bit]
	Prefetchable memory behind bridge: 4000000000-47ffffffff [size=32G] [32-bit]
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [50] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee00ed8  Data: 0000
	Capabilities: [70] Power Management version 3
		Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [80] Express (v2) Downstream Port (Slot+), MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag+ RBE+
		DevCtl:	CorrErr- NonFatalErr- FatalErr- UnsupReq-
			RlxdOrd+ ExtTag+ PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 16GT/s, Width x4, ASPM L1, Exit Latency L1 <64us
			ClockPM- Surprise+ LLActRep+ BwNot+ ASPMOptComp+
		LnkCtl:	ASPM Disabled; Disabled- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt+ AutBWInt+
		LnkSta:	Speed 2.5GT/s, Width x4
			TrErr- Train- SlotClk+ DLActive+ BWMgmt- ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #0, PowerLimit 0W; Interlock- NoCompl-
		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
			Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock-
		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
			Changed: MRL- PresDet+ LinkState+
		DevCap2: Completion Timeout: Not Supported, TimeoutDis- NROPrPrP- LTR+
			 10BitTagComp+ 10BitTagReq- OBFF Not Supported, ExtFmt- EETLPPrefix-
			 EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
			 FRS- ARIFwd-
			 AtomicOpsCap: Routing-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- LTR+ 10BitTagReq- OBFF Disabled, ARIFwd-
			 AtomicOpsCtl: EgressBlck-
		LnkCap2: Supported Link Speeds: 2.5-16GT/s, Crosslink- Retimer+ 2Retimers+ DRS-
		LnkCtl2: Target Link Speed: 16GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance Preset/De-emphasis: -6dB de-emphasis, 0dB preshoot
		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete+ EqualizationPhase1+
			 EqualizationPhase2+ EqualizationPhase3+ LinkEqualizationRequest-
			 Retimer- 2Retimers- CrosslinkRes: unsupported
	Capabilities: [c0] Subsystem: ASMedia Technology Inc. Device [1b21:2461]
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr+
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr+
		AERCap:	First Error Pointer: 00, ECRCGenCap- ECRCGenEn- ECRCChkCap- ECRCChkEn-
			MultHdrRecCap- MultHdrRecEn- TLPPfxPres- HdrLogCap-
		HeaderLog: 00000000 00000000 00000000 00000000
	Capabilities: [1c0 v1] Secondary PCI Express
		LnkCtl3: LnkEquIntrruptEn- PerformEqu-
		LaneErrStat: 0
	Capabilities: [200 v1] L1 PM Substates
		L1SubCap: PCI-PM_L1.2+ PCI-PM_L1.1+ ASPM_L1.2+ ASPM_L1.1+ L1_PM_Substates+
			  PortCommonModeRestoreTime=128us PortTPowerOnTime=10us
		L1SubCtl1: PCI-PM_L1.2- PCI-PM_L1.1- ASPM_L1.2- ASPM_L1.1-
			   T_CommonMode=128us LTR1.2_Threshold=0ns
		L1SubCtl2: T_PwrOn=10us
	Capabilities: [220 v1] Data Link Feature <?>
	Capabilities: [240 v1] Physical Layer 16.0 GT/s <?>
	Capabilities: [280 v1] Lane Margining at the Receiver <?>
	Kernel driver in use: pcieport


########## 57:00.0 ##########
57:00.0 VGA compatible controller [0300]: NVIDIA Corporation Device [10de:2d04] (rev a1) (prog-if 00 [VGA controller])
	Subsystem: Micro-Star International Co., Ltd. [MSI] Device [1462:5353]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 16
	IOMMU group: 27
	Region 0: Memory at 80000000 (32-bit, non-prefetchable) [size=64M]
	Region 1: Memory at 4000000000 (64-bit, prefetchable) [size=256M]
	Region 3: Memory at 4020000000 (64-bit, prefetchable) [size=32M]
	Region 5: I/O ports at 3000 [size=128]
	Expansion ROM at 84000000 [virtual] [disabled] [size=512K]
	Capabilities: [40] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [48] MSI: Enable- Count=1/16 Maskable+ 64bit+
		Address: 0000000000000000  Data: 0000
		Masking: 00000000  Pending: 00000000
	Capabilities: [60] Express (v2) Legacy Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <64ns, L1 unlimited
			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset+
		DevCtl:	CorrErr- NonFatalErr- FatalErr- UnsupReq-
			RlxdOrd+ ExtTag+ PhantFunc- AuxPwr- NoSnoop+ FLReset-
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 32GT/s, Width x16, ASPM L1, Exit Latency L1 unlimited
			ClockPM+ Surprise- LLActRep- BwNot- ASPMOptComp+
		LnkCtl:	ASPM Disabled; RCB 64 bytes, Disabled- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s (downgraded), Width x4 (downgraded)
			TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Range AB, TimeoutDis+ NROPrPrP- LTR+
			 10BitTagComp+ 10BitTagReq+ OBFF Via message, ExtFmt- EETLPPrefix-
			 EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
			 FRS-
			 AtomicOpsCap: 32bit+ 64bit+ 128bitCAS-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- LTR+ 10BitTagReq- OBFF Disabled,
			 AtomicOpsCtl: ReqEn-
		LnkCap2: Supported Link Speeds: 2.5-32GT/s, Crosslink- Retimer+ 2Retimers+ DRS-
		LnkCtl2: Target Link Speed: 32GT/s, EnterCompliance- SpeedDis-
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance Preset/De-emphasis: -6dB de-emphasis, 0dB preshoot
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete+ EqualizationPhase1+
			 EqualizationPhase2+ EqualizationPhase3+ LinkEqualizationRequest-
			 Retimer- 2Retimers- CrosslinkRes: unsupported
	Capabilities: [9c] Vendor Specific Information: Len=14 <?>
	Capabilities: [b0] MSI-X: Enable+ Count=9 Masked-
		Vector table: BAR=0 offset=00b90000
		PBA: BAR=0 offset=00ba0000
	Capabilities: [100 v1] Secondary PCI Express
		LnkCtl3: LnkEquIntrruptEn- PerformEqu-
		LaneErrStat: 0
	Capabilities: [12c v1] Latency Tolerance Reporting
		Max snoop latency: 0ns
		Max no snoop latency: 0ns
	Capabilities: [134 v1] Physical Resizable BAR
		BAR 1: current size: 256MB, supported: 64MB 128MB 256MB 512MB 1GB 2GB 4GB 8GB 16GB
	Capabilities: [140 v1] Virtual Resizable BAR
		BAR 2: current size: 256MB, supported: 64MB 128MB 256MB 512MB 1GB 2GB 4GB 8GB 16GB 256TB 512TB 1PB 2PB 4PB 8PB 16PB 32PB 64PB 128PB 256PB 512PB 1EB 2EB 4EB 8EB
	Capabilities: [14c v1] Data Link Feature <?>
	Capabilities: [158 v1] Physical Layer 16.0 GT/s <?>
	Capabilities: [188 v1] Extended Capability ID 0x2a
	Capabilities: [1b8 v2] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr+
		AERCap:	First Error Pointer: 00, ECRCGenCap+ ECRCGenEn- ECRCChkCap+ ECRCChkEn-
			MultHdrRecCap- MultHdrRecEn- TLPPfxPres- HdrLogCap-
		HeaderLog: 00000000 00000000 00000000 00000000
	Capabilities: [200 v1] Lane Margining at the Receiver <?>
	Capabilities: [248 v1] Alternative Routing-ID Interpretation (ARI)
		ARICap:	MFVC- ACS-, Next Function: 1
		ARICtl:	MFVC- ACS-, Function Group: 0
	Capabilities: [250 v1] Single Root I/O Virtualization (SR-IOV)
		IOVCap:	Migration- 10BitTagReq+ Interrupt Message Number: 000
		IOVCtl:	Enable- Migration- Interrupt- MSE- ARIHierarchy- 10BitTagReq-
		IOVSta:	Migration-
		Initial VFs: 1, Total VFs: 1, Number of VFs: 0, Function Dependency Link: 00
		VF offset: 2, stride: 1, Device ID: 2d04
		Supported Page Size: 00000573, System Page Size: 00000001
		Region 0: Memory at 0000004024000000 (64-bit, prefetchable)
		Region 2: Memory at 0000004010000000 (64-bit, prefetchable)
		Region 4: Memory at 0000004022000000 (64-bit, prefetchable)
		VF Migration: offset: 00000000, BIR: 0
	Capabilities: [2a4 v1] Vendor Specific Information: ID=0001 Rev=1 Len=014 <?>
	Capabilities: [2bc v1] Power Budgeting <?>
	Capabilities: [2f4 v1] Device Serial Number ca-a2-2c-90-b8-2d-b0-48
	Kernel driver in use: nvidia
	Kernel modules: nvidiafb, nouveau, nvidia_drm, nvidia


########## 57:00.1 ##########
57:00.1 Audio device [0403]: NVIDIA Corporation Device [10de:22eb] (rev a1)
	Subsystem: NVIDIA Corporation Device [10de:0000]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin B routed to IRQ 17
	IOMMU group: 27
	Region 0: Memory at 84080000 (32-bit, non-prefetchable) [size=16K]
	Capabilities: [40] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [48] MSI: Enable- Count=1/1 Maskable+ 64bit+
		Address: 00000000000f0100  Data: 0000
		Masking: 00000000  Pending: 00000000
	Capabilities: [60] Express (v2) Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <64ns, L1 unlimited
			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset- SlotPowerLimit 0W
		DevCtl:	CorrErr- NonFatalErr- FatalErr- UnsupReq-
			RlxdOrd+ ExtTag+ PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr+ NonFatalErr- FatalErr- UnsupReq+ AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 32GT/s, Width x16, ASPM L1, Exit Latency L1 unlimited
			ClockPM+ Surprise- LLActRep- BwNot- ASPMOptComp+
		LnkCtl:	ASPM Disabled; RCB 64 bytes, Disabled- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s (downgraded), Width x4 (downgraded)
			TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Range AB, TimeoutDis+ NROPrPrP- LTR+
			 10BitTagComp+ 10BitTagReq- OBFF Via message, ExtFmt- EETLPPrefix-
			 EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
			 FRS- TPHComp- ExtTPHComp-
			 AtomicOpsCap: 32bit- 64bit- 128bitCAS-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- LTR- 10BitTagReq- OBFF Disabled,
			 AtomicOpsCtl: ReqEn-
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete- EqualizationPhase1-
			 EqualizationPhase2- EqualizationPhase3- LinkEqualizationRequest-
			 Retimer- 2Retimers- CrosslinkRes: unsupported
	Capabilities: [9c] Vendor Specific Information: Len=14 <?>
	Capabilities: [100 v1] Data Link Feature <?>
	Capabilities: [10c v2] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr+
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr+
		AERCap:	First Error Pointer: 00, ECRCGenCap+ ECRCGenEn- ECRCChkCap+ ECRCChkEn-
			MultHdrRecCap- MultHdrRecEn- TLPPfxPres- HdrLogCap-
		HeaderLog: 00000000 00000000 00000000 00000000
	Capabilities: [154 v1] Alternative Routing-ID Interpretation (ARI)
		ARICap:	MFVC- ACS-, Next Function: 0
		ARICtl:	MFVC- ACS-, Function Group: 0
	Kernel driver in use: snd_hda_intel
	Kernel modules: snd_hda_intel



[-- Attachment #3: pristine.dmesg.txt --]
[-- Type: text/plain, Size: 167035 bytes --]

[    0.000000] kernel: Linux version 6.17.0-22-generic (buildd@lcy02-amd64-038) (x86_64-linux-gnu-gcc-13 (Ubuntu 13.3.0-6ubuntu2~24.04.1) 13.3.0, GNU ld (GNU Binutils for Ubuntu) 2.42) #22~24.04.1-Ubuntu SMP PREEMPT_DYNAMIC Thu Mar 26 15:25:54 UTC 2 (Ubuntu 6.17.0-22.22~24.04.1-generic 6.17.13)
[    0.000000] kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-6.17.0-22-generic root=UUID=3b592b9a-a1fa-4f40-9ce6-a21fe681854e ro quiet splash vt.handoff=7
[    0.000000] kernel: KERNEL supported cpus:
[    0.000000] kernel:   Intel GenuineIntel
[    0.000000] kernel:   AMD AuthenticAMD
[    0.000000] kernel:   Hygon HygonGenuine
[    0.000000] kernel:   Centaur CentaurHauls
[    0.000000] kernel:   zhaoxin   Shanghai  
[    0.000000] kernel: x86/split lock detection: #AC: crashing the kernel on kernel split_locks and warning on user-space split_locks
[    0.000000] kernel: BIOS-provided physical RAM map:
[    0.000000] kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
[    0.000000] kernel: BIOS-e820: [mem 0x000000000009f000-0x00000000000fffff] reserved
[    0.000000] kernel: BIOS-e820: [mem 0x0000000000100000-0x000000005bf8afff] usable
[    0.000000] kernel: BIOS-e820: [mem 0x000000005bf8b000-0x000000005c88afff] reserved
[    0.000000] kernel: BIOS-e820: [mem 0x000000005c88b000-0x000000005e6befff] usable
[    0.000000] kernel: BIOS-e820: [mem 0x000000005e6bf000-0x00000000606befff] reserved
[    0.000000] kernel: BIOS-e820: [mem 0x00000000606bf000-0x0000000065ebefff] ACPI NVS
[    0.000000] kernel: BIOS-e820: [mem 0x0000000065ebf000-0x0000000065ffefff] ACPI data
[    0.000000] kernel: BIOS-e820: [mem 0x0000000065fff000-0x0000000065ffffff] usable
[    0.000000] kernel: BIOS-e820: [mem 0x0000000066000000-0x00000000787fffff] reserved
[    0.000000] kernel: BIOS-e820: [mem 0x00000000c0000000-0x00000000cfffffff] reserved
[    0.000000] kernel: BIOS-e820: [mem 0x00000000fe010000-0x00000000fe010fff] reserved
[    0.000000] kernel: BIOS-e820: [mem 0x00000000fed20000-0x00000000fed7ffff] reserved
[    0.000000] kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] kernel: BIOS-e820: [mem 0x0000000100000000-0x000000087fffffff] usable
[    0.000000] kernel: NX (Execute Disable) protection: active
[    0.000000] kernel: APIC: Static calls initialized
[    0.000000] kernel: efi: EFI v2.9 by INSYDE Corp.
[    0.000000] kernel: efi: TPMFinalLog=0x65e07000 ACPI=0x65ffe000 ACPI 2.0=0x65ffe014 SMBIOS=0x5edf0000 MEMATTR=0x57069018 ESRT=0x571b3918 MOKvar=0x5edf3000 INITRD=0x56faf098 RNG=0x65f28018 TPMEventLog=0x65f1b018 
[    0.000000] kernel: random: crng init done
[    0.000000] kernel: efi: Remove mem99: MMIO range=[0xc0000000-0xcfffffff] (256MB) from e820 map
[    0.000000] kernel: e820: remove [mem 0xc0000000-0xcfffffff] reserved
[    0.000000] kernel: efi: Not removing mem100: MMIO range=[0xfe010000-0xfe010fff] (4KB) from e820 map
[    0.000000] kernel: efi: Remove mem102: MMIO range=[0xff000000-0xffffffff] (16MB) from e820 map
[    0.000000] kernel: e820: remove [mem 0xff000000-0xffffffff] reserved
[    0.000000] kernel: SMBIOS 3.6 present.
[    0.000000] kernel: DMI: Framework Laptop 13 (Intel Core Ultra Series 1)/FRANMECP02, BIOS 03.06 08/08/2025
[    0.000000] kernel: DMI: Memory slots populated: 2/2
[    0.000000] kernel: secureboot: Secure boot enabled
[    0.000000] kernel: Kernel is locked down from EFI Secure Boot mode; see man kernel_lockdown.7
[    0.000000] kernel: tsc: Detected 3000.000 MHz processor
[    0.000000] kernel: tsc: Detected 2995.200 MHz TSC
[    0.000007] kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000008] kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000012] kernel: last_pfn = 0x880000 max_arch_pfn = 0x400000000
[    0.000016] kernel: MTRR map: 8 entries (3 fixed + 5 variable; max 23), built from 10 variable MTRRs
[    0.000018] kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000569] kernel: x2apic: enabled by BIOS, switching to x2apic ops
[    0.000570] kernel: last_pfn = 0x66000 max_arch_pfn = 0x400000000
[    0.005244] kernel: esrt: Reserving ESRT space from 0x00000000571b3918 to 0x00000000571b39c8.
[    0.005250] kernel: e820: update [mem 0x571b3000-0x571b3fff] usable ==> reserved
[    0.005262] kernel: Using GB pages for direct mapping
[    0.005505] kernel: secureboot: Secure boot enabled
[    0.005505] kernel: RAMDISK: [mem 0x4efef000-0x53fa7fff]
[    0.005778] kernel: ACPI: Early table checksum verification disabled
[    0.005781] kernel: ACPI: RSDP 0x0000000065FFE014 000024 (v02 INSYDE)
[    0.005785] kernel: ACPI: XSDT 0x0000000065F29228 00016C (v01 INSYDE MTL      00000002      01000013)
[    0.005789] kernel: ACPI: FACP 0x0000000065FC7000 000114 (v06 INSYDE MTL      00000002 ACPI 00040000)
[    0.005793] kernel: ACPI: DSDT 0x0000000065F48000 07B0F2 (v02 INSYDE MTL      00000002 ACPI 00040000)
[    0.005795] kernel: ACPI: FACS 0x0000000065DDF000 000040
[    0.005796] kernel: ACPI: UEFI 0x0000000065E06000 0001CF (v01 INSYDE MTL      00000001 ACPI 00040000)
[    0.005798] kernel: ACPI: SSDT 0x0000000065FFC000 00038C (v02 PmaxDv Pmax_Dev 00000001 INTL 20200717)
[    0.005800] kernel: ACPI: SSDT 0x0000000065FFA000 001054 (v02 INTEL  PDatTabl 00001000 INTL 20200717)
[    0.005801] kernel: ACPI: SSDT 0x0000000065FF9000 000689 (v02 PmRef  Cpu0Ist  00003000 INTL 20200717)
[    0.005803] kernel: ACPI: SSDT 0x0000000065FF8000 0005E7 (v02 PmRef  Cpu0Hwp  00003000 INTL 20200717)
[    0.005804] kernel: ACPI: SSDT 0x0000000065FF7000 0001AB (v02 PmRef  Cpu0Psd  00003000 INTL 20200717)
[    0.005806] kernel: ACPI: SSDT 0x0000000065FF6000 000394 (v02 PmRef  Cpu0Cst  00003001 INTL 20200717)
[    0.005808] kernel: ACPI: SSDT 0x0000000065FF4000 001BAF (v02 PmRef  ApIst    00003000 INTL 20200717)
[    0.005809] kernel: ACPI: SSDT 0x0000000065FF2000 001620 (v02 PmRef  ApHwp    00003000 INTL 20200717)
[    0.005811] kernel: ACPI: SSDT 0x0000000065FF0000 001349 (v02 PmRef  ApPsd    00003000 INTL 20200717)
[    0.005812] kernel: ACPI: SSDT 0x0000000065FEF000 000FBB (v02 PmRef  ApCst    00003000 INTL 20200717)
[    0.005814] kernel: ACPI: SSDT 0x0000000065FEB000 003BC8 (v02 CpuRef CpuSsdt  00003000 INTL 20200717)
[    0.005816] kernel: ACPI: DTPR 0x0000000065FEA000 000088 (v01 INSYDE MTL      00000000 ACPI 00040000)
[    0.005818] kernel: ACPI: SSDT 0x0000000065FE7000 00247E (v02 INTEL  IgfxSsdt 00003000 INTL 20200717)
[    0.005819] kernel: ACPI: SSDT 0x0000000065FDD000 009B64 (v02 INTEL  TcssSsdt 00001000 INTL 20200717)
[    0.005821] kernel: ACPI: SSDT 0x0000000065FDC000 000CE8 (v02 Intel_ UsbCTabl 00001000 INTL 20200717)
[    0.005822] kernel: ACPI: SSDT 0x0000000065FDB000 00077B (v02 INSYDE Tpm2Tabl 00001000 INTL 20200717)
[    0.005824] kernel: ACPI: TPM2 0x0000000065FDA000 00004C (v04 INSYDE MTL      00000002 ACPI 00040000)
[    0.005825] kernel: ACPI: SSDT 0x0000000065FD4000 004853 (v02 DptfTb DptfTabl 00001000 INTL 20200717)
[    0.005827] kernel: ACPI: LPIT 0x0000000065FFD000 0000CC (v01 INSYDE MTL      00000002 ACPI 00040000)
[    0.005828] kernel: ACPI: WSMT 0x0000000065FD2000 000028 (v01 INSYDE MTL      00000002 ACPI 00040000)
[    0.005830] kernel: ACPI: SSDT 0x0000000065FD1000 000CA6 (v02 INSYDE PtidDevc 00001000 INTL 20200717)
[    0.005831] kernel: ACPI: SSDT 0x0000000065FCB000 005E42 (v02 INSYDE TbtTypeC 00000000 INTL 20200717)
[    0.005833] kernel: ACPI: DBGP 0x0000000065FCA000 000034 (v01 INSYDE MTL      00000002 ACPI 00040000)
[    0.005834] kernel: ACPI: DBG2 0x0000000065FC9000 000054 (v00 INSYDE MTL      00000002 ACPI 00040000)
[    0.005836] kernel: ACPI: NHLT 0x0000000065FC8000 00002D (v00 INSYDE MTL      00000002 ACPI 00040000)
[    0.005838] kernel: ACPI: HPET 0x0000000065FC6000 000038 (v01 INSYDE MTL      00000002 ACPI 00040000)
[    0.005839] kernel: ACPI: APIC 0x0000000065FC5000 000358 (v05 INSYDE MTL      00000002 ACPI 00040000)
[    0.005841] kernel: ACPI: MCFG 0x0000000065FC4000 00003C (v01 INSYDE MTL      00000002 ACPI 00040000)
[    0.005843] kernel: ACPI: SSDT 0x0000000065F39000 00EB35 (v02 INSYDE MTL      00000002      01000013)
[    0.005844] kernel: ACPI: SSDT 0x0000000065F37000 00147F (v02 INSYDE MTL      00000002      01000013)
[    0.005846] kernel: ACPI: SSDT 0x0000000065F36000 000121 (v02 INSYDE MTL      00000002      01000013)
[    0.005847] kernel: ACPI: DMAR 0x0000000065F35000 000098 (v01 INSYDE MTL      00000002 ACPI 00040000)
[    0.005849] kernel: ACPI: SSDT 0x0000000065F33000 00105E (v02 INTEL  xh_mtlpR 00000000 INTL 20200717)
[    0.005851] kernel: ACPI: SSDT 0x0000000065F30000 00281A (v02 SocGpe SocGpe   00003000 INTL 20200717)
[    0.005852] kernel: ACPI: SSDT 0x0000000065F2D000 0028D3 (v02 SocCmn SocCmn   00003000 INTL 20200717)
[    0.005854] kernel: ACPI: SSDT 0x0000000065F2C000 0000F8 (v02 INSYDE PcdTabl  00001000 INTL 20200717)
[    0.005856] kernel: ACPI: FPDT 0x0000000065F2B000 000044 (v01 INSYDE MTL      00000002 ACPI 00040000)
[    0.005858] kernel: ACPI: PHAT 0x0000000065FD3000 000794 (v01 INSYDE MTL      00000005 ACPI 00040000)
[    0.005859] kernel: ACPI: BGRT 0x0000000065F2A000 000038 (v01 INSYDE MTL      00000002 ACPI 00040000)
[    0.005861] kernel: ACPI: Reserving FACP table memory at [mem 0x65fc7000-0x65fc7113]
[    0.005861] kernel: ACPI: Reserving DSDT table memory at [mem 0x65f48000-0x65fc30f1]
[    0.005862] kernel: ACPI: Reserving FACS table memory at [mem 0x65ddf000-0x65ddf03f]
[    0.005862] kernel: ACPI: Reserving UEFI table memory at [mem 0x65e06000-0x65e061ce]
[    0.005863] kernel: ACPI: Reserving SSDT table memory at [mem 0x65ffc000-0x65ffc38b]
[    0.005863] kernel: ACPI: Reserving SSDT table memory at [mem 0x65ffa000-0x65ffb053]
[    0.005863] kernel: ACPI: Reserving SSDT table memory at [mem 0x65ff9000-0x65ff9688]
[    0.005864] kernel: ACPI: Reserving SSDT table memory at [mem 0x65ff8000-0x65ff85e6]
[    0.005865] kernel: ACPI: Reserving SSDT table memory at [mem 0x65ff7000-0x65ff71aa]
[    0.005865] kernel: ACPI: Reserving SSDT table memory at [mem 0x65ff6000-0x65ff6393]
[    0.005866] kernel: ACPI: Reserving SSDT table memory at [mem 0x65ff4000-0x65ff5bae]
[    0.005866] kernel: ACPI: Reserving SSDT table memory at [mem 0x65ff2000-0x65ff361f]
[    0.005867] kernel: ACPI: Reserving SSDT table memory at [mem 0x65ff0000-0x65ff1348]
[    0.005867] kernel: ACPI: Reserving SSDT table memory at [mem 0x65fef000-0x65feffba]
[    0.005868] kernel: ACPI: Reserving SSDT table memory at [mem 0x65feb000-0x65feebc7]
[    0.005868] kernel: ACPI: Reserving DTPR table memory at [mem 0x65fea000-0x65fea087]
[    0.005869] kernel: ACPI: Reserving SSDT table memory at [mem 0x65fe7000-0x65fe947d]
[    0.005869] kernel: ACPI: Reserving SSDT table memory at [mem 0x65fdd000-0x65fe6b63]
[    0.005870] kernel: ACPI: Reserving SSDT table memory at [mem 0x65fdc000-0x65fdcce7]
[    0.005870] kernel: ACPI: Reserving SSDT table memory at [mem 0x65fdb000-0x65fdb77a]
[    0.005871] kernel: ACPI: Reserving TPM2 table memory at [mem 0x65fda000-0x65fda04b]
[    0.005871] kernel: ACPI: Reserving SSDT table memory at [mem 0x65fd4000-0x65fd8852]
[    0.005871] kernel: ACPI: Reserving LPIT table memory at [mem 0x65ffd000-0x65ffd0cb]
[    0.005872] kernel: ACPI: Reserving WSMT table memory at [mem 0x65fd2000-0x65fd2027]
[    0.005872] kernel: ACPI: Reserving SSDT table memory at [mem 0x65fd1000-0x65fd1ca5]
[    0.005872] kernel: ACPI: Reserving SSDT table memory at [mem 0x65fcb000-0x65fd0e41]
[    0.005873] kernel: ACPI: Reserving DBGP table memory at [mem 0x65fca000-0x65fca033]
[    0.005873] kernel: ACPI: Reserving DBG2 table memory at [mem 0x65fc9000-0x65fc9053]
[    0.005874] kernel: ACPI: Reserving NHLT table memory at [mem 0x65fc8000-0x65fc802c]
[    0.005874] kernel: ACPI: Reserving HPET table memory at [mem 0x65fc6000-0x65fc6037]
[    0.005874] kernel: ACPI: Reserving APIC table memory at [mem 0x65fc5000-0x65fc5357]
[    0.005875] kernel: ACPI: Reserving MCFG table memory at [mem 0x65fc4000-0x65fc403b]
[    0.005875] kernel: ACPI: Reserving SSDT table memory at [mem 0x65f39000-0x65f47b34]
[    0.005876] kernel: ACPI: Reserving SSDT table memory at [mem 0x65f37000-0x65f3847e]
[    0.005876] kernel: ACPI: Reserving SSDT table memory at [mem 0x65f36000-0x65f36120]
[    0.005877] kernel: ACPI: Reserving DMAR table memory at [mem 0x65f35000-0x65f35097]
[    0.005877] kernel: ACPI: Reserving SSDT table memory at [mem 0x65f33000-0x65f3405d]
[    0.005878] kernel: ACPI: Reserving SSDT table memory at [mem 0x65f30000-0x65f32819]
[    0.005878] kernel: ACPI: Reserving SSDT table memory at [mem 0x65f2d000-0x65f2f8d2]
[    0.005879] kernel: ACPI: Reserving SSDT table memory at [mem 0x65f2c000-0x65f2c0f7]
[    0.005879] kernel: ACPI: Reserving FPDT table memory at [mem 0x65f2b000-0x65f2b043]
[    0.005879] kernel: ACPI: Reserving PHAT table memory at [mem 0x65fd3000-0x65fd3793]
[    0.005880] kernel: ACPI: Reserving BGRT table memory at [mem 0x65f2a000-0x65f2a037]
[    0.005928] kernel: APIC: Switched APIC routing to: cluster x2apic
[    0.006195] kernel: No NUMA configuration found
[    0.006196] kernel: Faking a node at [mem 0x0000000000000000-0x000000087fffffff]
[    0.006201] kernel: NODE_DATA(0) allocated [mem 0x87ffd52c0-0x87fffffff]
[    0.006335] kernel: Zone ranges:
[    0.006337] kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.006338] kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.006339] kernel:   Normal   [mem 0x0000000100000000-0x000000087fffffff]
[    0.006339] kernel:   Device   empty
[    0.006340] kernel: Movable zone start for each node
[    0.006341] kernel: Early memory node ranges
[    0.006341] kernel:   node   0: [mem 0x0000000000001000-0x000000000009efff]
[    0.006342] kernel:   node   0: [mem 0x0000000000100000-0x000000005bf8afff]
[    0.006343] kernel:   node   0: [mem 0x000000005c88b000-0x000000005e6befff]
[    0.006343] kernel:   node   0: [mem 0x0000000065fff000-0x0000000065ffffff]
[    0.006343] kernel:   node   0: [mem 0x0000000100000000-0x000000087fffffff]
[    0.006345] kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000087fffffff]
[    0.006349] kernel: On node 0, zone DMA: 1 pages in unavailable ranges
[    0.006368] kernel: On node 0, zone DMA: 97 pages in unavailable ranges
[    0.008263] kernel: On node 0, zone DMA32: 2304 pages in unavailable ranges
[    0.008393] kernel: On node 0, zone DMA32: 31040 pages in unavailable ranges
[    0.047537] kernel: On node 0, zone Normal: 8192 pages in unavailable ranges
[    0.048286] kernel: ACPI: PM-Timer IO Port: 0x1808
[    0.048294] kernel: ACPI: X2APIC_NMI (uid[0xffffffff] high level lint[0x1])
[    0.048327] kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[    0.048329] kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.048330] kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.048333] kernel: ACPI: Using ACPI (MADT) for SMP configuration information
[    0.048333] kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.048341] kernel: e820: update [mem 0x5706e000-0x570eefff] usable ==> reserved
[    0.048348] kernel: TSC deadline timer available
[    0.048351] kernel: CPU topo: Max. logical packages:   1
[    0.048351] kernel: CPU topo: Max. logical dies:       1
[    0.048351] kernel: CPU topo: Max. dies per package:   1
[    0.048353] kernel: CPU topo: Max. threads per core:   2
[    0.048354] kernel: CPU topo: Num. cores per package:    14
[    0.048355] kernel: CPU topo: Num. threads per package:  18
[    0.048355] kernel: CPU topo: Allowing 18 present CPUs plus 0 hotplug CPUs
[    0.048368] kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.048369] kernel: PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x000fffff]
[    0.048370] kernel: PM: hibernation: Registered nosave memory: [mem 0x5706e000-0x570eefff]
[    0.048371] kernel: PM: hibernation: Registered nosave memory: [mem 0x571b3000-0x571b3fff]
[    0.048372] kernel: PM: hibernation: Registered nosave memory: [mem 0x5bf8b000-0x5c88afff]
[    0.048373] kernel: PM: hibernation: Registered nosave memory: [mem 0x5e6bf000-0x65ffefff]
[    0.048373] kernel: PM: hibernation: Registered nosave memory: [mem 0x66000000-0xffffffff]
[    0.048375] kernel: [mem 0x78800000-0xfe00ffff] available for PCI devices
[    0.048376] kernel: Booting paravirtualized kernel on bare hardware
[    0.048378] kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[    0.048384] kernel: setup_percpu: NR_CPUS:8192 nr_cpumask_bits:18 nr_cpu_ids:18 nr_node_ids:1
[    0.049580] kernel: percpu: Embedded 84 pages/cpu s221184 r8192 d114688 u524288
[    0.049585] kernel: pcpu-alloc: s221184 r8192 d114688 u524288 alloc=1*2097152
[    0.049587] kernel: pcpu-alloc: [0] 00 01 02 03 [0] 04 05 06 07 
[    0.049590] kernel: pcpu-alloc: [0] 08 09 10 11 [0] 12 13 14 15 
[    0.049592] kernel: pcpu-alloc: [0] 16 17 -- -- 
[    0.049609] kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-6.17.0-22-generic root=UUID=3b592b9a-a1fa-4f40-9ce6-a21fe681854e ro quiet splash vt.handoff=7
[    0.049664] kernel: Unknown kernel command line parameters "splash", will be passed to user space.
[    0.049675] kernel: printk: log buffer data + meta data: 262144 + 917504 = 1179648 bytes
[    0.052273] kernel: Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
[    0.053560] kernel: Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[    0.053709] kernel: software IO TLB: area num 32.
[    0.064269] kernel: Fallback order for Node 0: 0 
[    0.064272] kernel: Built 1 zonelists, mobility grouping on.  Total pages: 8248670
[    0.064273] kernel: Policy zone: Normal
[    0.064283] kernel: mem auto-init: stack:all(zero), heap alloc:on, heap free:off
[    0.103811] kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=18, Nodes=1
[    0.111804] kernel: ftrace: allocating 61414 entries in 240 pages
[    0.111806] kernel: ftrace: allocated 240 pages with 4 groups
[    0.112574] kernel: Dynamic Preempt: voluntary
[    0.112657] kernel: rcu: Preemptible hierarchical RCU implementation.
[    0.112657] kernel: rcu:         RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=18.
[    0.112659] kernel:         Trampoline variant of Tasks RCU enabled.
[    0.112659] kernel:         Rude variant of Tasks RCU enabled.
[    0.112659] kernel:         Tracing variant of Tasks RCU enabled.
[    0.112660] kernel: rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[    0.112660] kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=18
[    0.112672] kernel: RCU Tasks: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=18.
[    0.112674] kernel: RCU Tasks Rude: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=18.
[    0.112676] kernel: RCU Tasks Trace: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=18.
[    0.114573] kernel: NR_IRQS: 524544, nr_irqs: 2200, preallocated irqs: 16
[    0.114878] kernel: rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    0.115074] kernel: Console: colour dummy device 80x25
[    0.115077] kernel: printk: legacy console [tty0] enabled
[    0.115115] kernel: ACPI: Core revision 20250404
[    0.115426] kernel: hpet: HPET dysfunctional in PC10. Force disabled.
[    0.115478] kernel: APIC: Switch to symmetric I/O mode setup
[    0.115479] kernel: DMAR: Host address width 42
[    0.115480] kernel: DMAR: DRHD base: 0x000000fc800000 flags: 0x0
[    0.115491] kernel: DMAR: dmar0: reg_base_addr fc800000 ver 7:0 cap c9de008cee690462 ecap 12ca9a00f0ef5e
[    0.115493] kernel: DMAR: DRHD base: 0x000000fc801000 flags: 0x1
[    0.115497] kernel: DMAR: dmar1: reg_base_addr fc801000 ver 7:0 cap c9de008cee690462 ecap 12ca9a00f0efde
[    0.115499] kernel: DMAR: SATC flags: 0x1
[    0.115501] kernel: DMAR-IR: IOAPIC id 2 under DRHD base  0xfc801000 IOMMU 1
[    0.115502] kernel: DMAR-IR: HPET id 0 under DRHD base 0xfc801000
[    0.115503] kernel: DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[    0.117104] kernel: DMAR-IR: Enabled IRQ remapping in x2apic mode
[    0.121162] kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2b2c8ec87c7, max_idle_ns: 440795278598 ns
[    0.121169] kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 5990.40 BogoMIPS (lpj=2995200)
[    0.121223] kernel: CPU0: Thermal monitoring enabled (TM1)
[    0.121225] kernel: x86/cpu: User Mode Instruction Prevention (UMIP) activated
[    0.121401] kernel: Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[    0.121402] kernel: Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
[    0.121408] kernel: process: using mwait in idle threads
[    0.121410] kernel: mitigations: Enabled attack vectors: user_kernel, user_user, guest_host, guest_guest, SMT mitigations: auto
[    0.121414] kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[    0.121416] kernel: Spectre V2 : Mitigation: Enhanced / Automatic IBRS
[    0.121416] kernel: VMSCAPE: Mitigation: IBPB before exit to userspace
[    0.121417] kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.121418] kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.121427] kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.121428] kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.121429] kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.121429] kernel: x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
[    0.121430] kernel: x86/fpu: Supporting XSAVE feature 0x800: 'Control-flow User registers'
[    0.121430] kernel: x86/fpu: Supporting XSAVE feature 0x1000: 'Control-flow Kernel registers (KVM only)'
[    0.121431] kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.121432] kernel: x86/fpu: xstate_offset[9]:  832, xstate_sizes[9]:    8
[    0.121433] kernel: x86/fpu: xstate_offset[11]:  840, xstate_sizes[11]:   16
[    0.121433] kernel: x86/fpu: xstate_offset[12]:  856, xstate_sizes[12]:   24
[    0.121434] kernel: x86/fpu: Enabled xstate features 0x1a07, context size is 880 bytes, using 'compacted' format.
[    0.122167] kernel: Freeing SMP alternatives memory: 52K
[    0.122167] kernel: pid_max: default: 32768 minimum: 301
[    0.122167] kernel: LSM: initializing lsm=lockdown,capability,landlock,yama,apparmor,ima,evm
[    0.122167] kernel: landlock: Up and running.
[    0.122167] kernel: Yama: becoming mindful.
[    0.122167] kernel: AppArmor: AppArmor initialized
[    0.122167] kernel: Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.122167] kernel: Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.122167] kernel: smpboot: CPU0: Intel(R) Core(TM) Ultra 5 125H (family: 0x6, model: 0xaa, stepping: 0x4)
[    0.122167] kernel: Performance Events: XSAVE Architectural LBR, PEBS fmt5+-baseline,  AnyThread deprecated, Meteorlake Hybrid events, 32-deep LBR, full-width counters, Intel PMU driver.
[    0.122167] kernel: core: cpu_core PMU driver: 
[    0.122167] kernel: ... version:                5
[    0.122167] kernel: ... bit width:              48
[    0.122167] kernel: ... generic registers:      8
[    0.122167] kernel: ... value mask:             0000ffffffffffff
[    0.122167] kernel: ... max period:             00007fffffffffff
[    0.122167] kernel: ... fixed-purpose events:   4
[    0.122167] kernel: ... event mask:             0001000f000000ff
[    0.122167] kernel: signal: max sigframe size: 3632
[    0.122167] kernel: Estimated ratio of average max frequency by base frequency (times 1024): 1467
[    0.122705] kernel: rcu: Hierarchical SRCU implementation.
[    0.122706] kernel: rcu:         Max phase no-delay instances is 400.
[    0.122737] kernel: Timer migration: 2 hierarchy levels; 8 children per group; 2 crossnode level
[    0.123492] kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.123621] kernel: smp: Bringing up secondary CPUs ...
[    0.123683] kernel: smpboot: x86: Booting SMP configuration:
[    0.123684] kernel: .... node  #0, CPUs:        #1  #3  #6  #8  #9 #10 #11 #12 #13 #14 #15 #16 #17
[    0.007161] kernel: core: cpu_atom PMU driver: 
[    0.007161] kernel: ... version:                5
[    0.007161] kernel: ... bit width:              48
[    0.007161] kernel: ... generic registers:      8
[    0.007161] kernel: ... value mask:             0000ffffffffffff
[    0.007161] kernel: ... max period:             00007fffffffffff
[    0.007161] kernel: ... fixed-purpose events:   3
[    0.007161] kernel: ... event mask:             00000007000000ff
[    0.135260] kernel:   #2  #4  #5  #7
[    0.138215] kernel: smp: Brought up 1 node, 18 CPUs
[    0.138215] kernel: smpboot: Total of 18 processors activated (107827.20 BogoMIPS)
[    0.139292] kernel: Memory: 32186384K/32994680K available (22217K kernel code, 4652K rwdata, 16296K rodata, 5268K init, 4212K bss, 776268K reserved, 0K cma-reserved)
[    0.140224] kernel: devtmpfs: initialized
[    0.140255] kernel: x86/mm: Memory block size: 128MB
[    0.143059] kernel: ACPI: PM: Registering ACPI NVS region [mem 0x606bf000-0x65ebefff] (92274688 bytes)
[    0.144202] kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    0.144203] kernel: posixtimers hash table entries: 16384 (order: 6, 262144 bytes, linear)
[    0.144274] kernel: futex hash table entries: 8192 (524288 bytes on 1 NUMA nodes, total 512 KiB, linear).
[    0.144399] kernel: pinctrl core: initialized pinctrl subsystem
[    0.144629] kernel: PM: RTC time: 20:53:52, date: 2026-05-02
[    0.145287] kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.145791] kernel: DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[    0.146173] kernel: DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.146578] kernel: DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.146588] kernel: audit: initializing netlink subsys (disabled)
[    0.146603] kernel: audit: type=2000 audit(1777755232.025:1): state=initialized audit_enabled=0 res=1
[    0.146603] kernel: thermal_sys: Registered thermal governor 'fair_share'
[    0.146603] kernel: thermal_sys: Registered thermal governor 'bang_bang'
[    0.146603] kernel: thermal_sys: Registered thermal governor 'step_wise'
[    0.146603] kernel: thermal_sys: Registered thermal governor 'user_space'
[    0.146603] kernel: thermal_sys: Registered thermal governor 'power_allocator'
[    0.146603] kernel: cpuidle: using governor ladder
[    0.146603] kernel: cpuidle: using governor menu
[    0.146603] kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.146603] kernel: PCI: ECAM [mem 0xc0000000-0xcfffffff] (base 0xc0000000) for domain 0000 [bus 00-ff]
[    0.146603] kernel: PCI: Using configuration type 1 for base access
[    0.147177] kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    0.147345] kernel: HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[    0.147347] kernel: HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[    0.147348] kernel: HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[    0.147349] kernel: HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[    0.148273] kernel: ACPI: Added _OSI(Module Device)
[    0.148275] kernel: ACPI: Added _OSI(Processor Device)
[    0.148276] kernel: ACPI: Added _OSI(Processor Aggregator Device)
[    0.266651] kernel: ACPI: 26 ACPI AML tables successfully acquired and loaded
[    0.278525] kernel: ACPI: USB4 _OSC: OS supports USB3+ DisplayPort+ PCIe+ XDomain+
[    0.278528] kernel: ACPI: USB4 _OSC: OS controls USB3+ DisplayPort+ PCIe+ XDomain+
[    0.284849] kernel: ACPI: EC: EC started
[    0.284851] kernel: ACPI: EC: interrupt blocked
[    0.285693] kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.285696] kernel: ACPI: \_SB_.PC00.LPCB.EC0_: Boot DSDT EC used to handle transactions
[    0.285697] kernel: ACPI: Interpreter enabled
[    0.285767] kernel: ACPI: PM: (supports S0 S4 S5)
[    0.285769] kernel: ACPI: Using IOAPIC for interrupt routing
[    0.287351] kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.287352] kernel: PCI: Ignoring E820 reservations for host bridge windows
[    0.290038] kernel: ACPI: Enabled 9 GPEs in block 00 to 7F
[    0.290058] kernel: ACPI: Enabled 8 GPEs in block 80 to DF
[    0.296587] kernel: ACPI: \_SB_.PC00.XHCI.RHUB.HS10.BTRT: New power resource
[    0.296650] kernel: ACPI: \_SB_.PC00.XHCI.RHUB.HS10.DBTR: New power resource
[    0.296969] kernel: ACPI: \_SB_.PC00.PAUD: New power resource
[    0.311898] kernel: ACPI: \_SB_.PC00.RP01.PXP_: New power resource
[    0.317373] kernel: ACPI: \_SB_.PC00.RP06.PXSX.WRST: New power resource
[    0.317755] kernel: ACPI: \_SB_.PC00.RP07.PXP_: New power resource
[    0.320391] kernel: ACPI: \_SB_.PC00.RP09.PXP_: New power resource
[    0.321697] kernel: ACPI: \_SB_.PC00.RP10.PXP_: New power resource
[    0.323001] kernel: ACPI: \_SB_.PC00.RP11.PXP_: New power resource
[    0.324309] kernel: ACPI: \_SB_.PC00.RP12.PXP_: New power resource
[    0.345026] kernel: ACPI: \_SB_.PC00.TBT0: New power resource
[    0.345095] kernel: ACPI: \_SB_.PC00.TBT1: New power resource
[    0.345160] kernel: ACPI: \_SB_.PC00.D3C_: New power resource
[    0.364791] kernel: ACPI: \_SB_.FN10: New power resource
[    0.365565] kernel: ACPI: \PIN_: New power resource
[    0.366341] kernel: ACPI: PCI Root Bridge [PC00] (domain 0000 [bus 00-fe])
[    0.366349] kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    0.367635] kernel: acpi PNP0A08:00: _OSC: platform does not support [AER]
[    0.370044] kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME PCIeCapability LTR DPC]
[    0.373612] kernel: PCI host bridge to bus 0000:00
[    0.373616] kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.373618] kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.373619] kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.373621] kernel: pci_bus 0000:00: root bus resource [mem 0x80000000-0xbfffffff window]
[    0.373622] kernel: pci_bus 0000:00: root bus resource [mem 0x4000000000-0x3ffbfffffff window]
[    0.373624] kernel: pci_bus 0000:00: root bus resource [bus 00-fe]
[    0.376010] kernel: pci 0000:00:00.0: [8086:7d14] type 00 class 0x060000 conventional PCI endpoint
[    0.376173] kernel: pci 0000:00:02.0: [8086:7d55] type 00 class 0x030000 PCIe Root Complex Integrated Endpoint
[    0.376199] kernel: pci 0000:00:02.0: BAR 0 [mem 0x6018000000-0x6018ffffff 64bit pref]
[    0.376202] kernel: pci 0000:00:02.0: BAR 2 [mem 0x4800000000-0x480fffffff 64bit pref]
[    0.376222] kernel: pci 0000:00:02.0: DMAR: Skip IOMMU disabling for graphics
[    0.376226] kernel: pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.376261] kernel: pci 0000:00:02.0: PME# supported from D0 D3hot
[    0.376290] kernel: pci 0000:00:02.0: VF BAR 0 [mem 0x00000000-0x00ffffff 64bit pref]
[    0.376291] kernel: pci 0000:00:02.0: VF BAR 0 [mem 0x00000000-0x06ffffff 64bit pref]: contains BAR 0 for 7 VFs
[    0.376515] kernel: pci 0000:00:04.0: [8086:7d03] type 00 class 0x118000 conventional PCI endpoint
[    0.376552] kernel: pci 0000:00:04.0: BAR 0 [mem 0x60192c0000-0x60192dffff 64bit]
[    0.376903] kernel: pci 0000:00:07.0: [8086:7ec4] type 01 class 0x060400 PCIe Root Port
[    0.376927] kernel: pci 0000:00:07.0: PCI bridge to [bus 01-2a]
[    0.376933] kernel: pci 0000:00:07.0:   bridge window [mem 0x92000000-0x97ffffff]
[    0.376942] kernel: pci 0000:00:07.0:   bridge window [mem 0x4810000000-0x500fffffff 64bit pref]
[    0.377053] kernel: pci 0000:00:07.0: PME# supported from D0 D3hot D3cold
[    0.377087] kernel: pci 0000:00:07.0: PTM enabled (root), 4ns granularity
[    0.378102] kernel: pci 0000:00:07.1: [8086:7ec5] type 01 class 0x060400 PCIe Root Port
[    0.378126] kernel: pci 0000:00:07.1: PCI bridge to [bus 2b-54]
[    0.378131] kernel: pci 0000:00:07.1:   bridge window [mem 0x8c000000-0x91ffffff]
[    0.378140] kernel: pci 0000:00:07.1:   bridge window [mem 0x5010000000-0x580fffffff 64bit pref]
[    0.378248] kernel: pci 0000:00:07.1: PME# supported from D0 D3hot D3cold
[    0.378283] kernel: pci 0000:00:07.1: PTM enabled (root), 4ns granularity
[    0.379287] kernel: pci 0000:00:07.2: [8086:7ec6] type 01 class 0x060400 PCIe Root Port
[    0.379307] kernel: pci 0000:00:07.2: PCI bridge to [bus 55-7e]
[    0.379311] kernel: pci 0000:00:07.2:   bridge window [io  0x3000-0x3fff]
[    0.379314] kernel: pci 0000:00:07.2:   bridge window [mem 0x80000000-0x85ffffff]
[    0.379322] kernel: pci 0000:00:07.2:   bridge window [mem 0x4000000000-0x47ffffffff 64bit pref]
[    0.379422] kernel: pci 0000:00:07.2: PME# supported from D0 D3hot D3cold
[    0.379451] kernel: pci 0000:00:07.2: PTM enabled (root), 4ns granularity
[    0.380450] kernel: pci 0000:00:07.3: [8086:7ec7] type 01 class 0x060400 PCIe Root Port
[    0.380474] kernel: pci 0000:00:07.3: PCI bridge to [bus 7f-a8]
[    0.380480] kernel: pci 0000:00:07.3:   bridge window [mem 0x86000000-0x8bffffff]
[    0.380488] kernel: pci 0000:00:07.3:   bridge window [mem 0x5810000000-0x600fffffff 64bit pref]
[    0.380597] kernel: pci 0000:00:07.3: PME# supported from D0 D3hot D3cold
[    0.380631] kernel: pci 0000:00:07.3: PTM enabled (root), 4ns granularity
[    0.381650] kernel: pci 0000:00:08.0: [8086:7e4c] type 00 class 0x088000 conventional PCI endpoint
[    0.381688] kernel: pci 0000:00:08.0: BAR 0 [mem 0x6019302000-0x6019302fff 64bit]
[    0.381801] kernel: pci 0000:00:0a.0: [8086:7d0d] type 00 class 0x118000 PCIe Root Complex Integrated Endpoint
[    0.381821] kernel: pci 0000:00:0a.0: BAR 0 [mem 0x6019280000-0x60192bffff 64bit]
[    0.381828] kernel: pci 0000:00:0a.0: enabling Extended Tags
[    0.381903] kernel: pci 0000:00:0b.0: [8086:7d1d] type 00 class 0x120000 PCIe Root Complex Integrated Endpoint
[    0.381926] kernel: pci 0000:00:0b.0: BAR 0 [mem 0x6010000000-0x6017ffffff 64bit]
[    0.381930] kernel: pci 0000:00:0b.0: BAR 4 [mem 0x6019301000-0x6019301fff 64bit]
[    0.382039] kernel: pci 0000:00:0d.0: [8086:7ec0] type 00 class 0x0c0330 conventional PCI endpoint
[    0.382072] kernel: pci 0000:00:0d.0: BAR 0 [mem 0x60192e0000-0x60192effff 64bit]
[    0.382109] kernel: pci 0000:00:0d.0: PME# supported from D3hot D3cold
[    0.382681] kernel: pci 0000:00:0d.2: [8086:7ec2] type 00 class 0x0c0340 conventional PCI endpoint
[    0.382712] kernel: pci 0000:00:0d.2: BAR 0 [mem 0x6019240000-0x601927ffff 64bit]
[    0.382715] kernel: pci 0000:00:0d.2: BAR 2 [mem 0x6019300000-0x6019300fff 64bit]
[    0.382747] kernel: pci 0000:00:0d.2: supports D1 D2
[    0.382748] kernel: pci 0000:00:0d.2: PME# supported from D0 D1 D2 D3hot D3cold
[    0.382916] kernel: pci 0000:00:0d.3: [8086:7ec3] type 00 class 0x0c0340 conventional PCI endpoint
[    0.382947] kernel: pci 0000:00:0d.3: BAR 0 [mem 0x6019200000-0x601923ffff 64bit]
[    0.382950] kernel: pci 0000:00:0d.3: BAR 2 [mem 0x60192ff000-0x60192fffff 64bit]
[    0.382982] kernel: pci 0000:00:0d.3: supports D1 D2
[    0.382983] kernel: pci 0000:00:0d.3: PME# supported from D0 D1 D2 D3hot D3cold
[    0.383188] kernel: pci 0000:00:14.0: [8086:7e7d] type 00 class 0x0c0330 conventional PCI endpoint
[    0.383220] kernel: pci 0000:00:14.0: BAR 0 [mem 0x98280000-0x9828ffff 64bit]
[    0.383257] kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.383861] kernel: pci 0000:00:14.2: [8086:7e7f] type 00 class 0x050000 conventional PCI endpoint
[    0.383904] kernel: pci 0000:00:14.2: BAR 0 [mem 0x60192f4000-0x60192f7fff 64bit]
[    0.383908] kernel: pci 0000:00:14.2: BAR 2 [mem 0x60192fe000-0x60192fefff 64bit]
[    0.384095] kernel: pci 0000:00:15.0: [8086:7e78] type 00 class 0x0c8000 conventional PCI endpoint
[    0.384172] kernel: pci 0000:00:15.0: BAR 0 [mem 0x00000000-0x00000fff 64bit]
[    0.394261] kernel: pci 0000:00:15.1: [8086:7e79] type 00 class 0x0c8000 conventional PCI endpoint
[    0.394305] kernel: pci 0000:00:15.1: BAR 0 [mem 0x00000000-0x00000fff 64bit]
[    0.404522] kernel: pci 0000:00:16.0: [8086:7e70] type 00 class 0x078000 conventional PCI endpoint
[    0.404566] kernel: pci 0000:00:16.0: BAR 0 [mem 0x60192fb000-0x60192fbfff 64bit]
[    0.404614] kernel: pci 0000:00:16.0: PME# supported from D3hot
[    0.405448] kernel: pci 0000:00:19.0: [8086:7e50] type 00 class 0x0c8000 conventional PCI endpoint
[    0.405492] kernel: pci 0000:00:19.0: BAR 0 [mem 0x00000000-0x00000fff 64bit]
[    0.415262] kernel: pci 0000:00:19.1: [8086:7e51] type 00 class 0x0c8000 conventional PCI endpoint
[    0.415310] kernel: pci 0000:00:19.1: BAR 0 [mem 0x00000000-0x00000fff 64bit]
[    0.425583] kernel: pci 0000:00:1c.0: [8086:7e38] type 01 class 0x060400 PCIe Root Port
[    0.425607] kernel: pci 0000:00:1c.0: PCI bridge to [bus a9]
[    0.425615] kernel: pci 0000:00:1c.0:   bridge window [mem 0x98100000-0x981fffff]
[    0.425696] kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.425740] kernel: pci 0000:00:1c.0: PTM enabled (root), 4ns granularity
[    0.426871] kernel: pci 0000:00:1c.5: [8086:7e3d] type 01 class 0x060400 PCIe Root Port
[    0.426895] kernel: pci 0000:00:1c.5: PCI bridge to [bus aa]
[    0.426903] kernel: pci 0000:00:1c.5:   bridge window [mem 0x98000000-0x980fffff]
[    0.426987] kernel: pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[    0.427029] kernel: pci 0000:00:1c.5: PTM enabled (root), 4ns granularity
[    0.428040] kernel: pci 0000:00:1f.0: [8086:7e02] type 00 class 0x060100 conventional PCI endpoint
[    0.428509] kernel: pci 0000:00:1f.3: [8086:7e28] type 00 class 0x040100 conventional PCI endpoint
[    0.428565] kernel: pci 0000:00:1f.3: BAR 0 [mem 0x60192f0000-0x60192f3fff 64bit]
[    0.428572] kernel: pci 0000:00:1f.3: BAR 4 [mem 0x6019000000-0x60191fffff 64bit]
[    0.428617] kernel: pci 0000:00:1f.3: PME# supported from D3hot D3cold
[    0.428703] kernel: pci 0000:00:1f.4: [8086:7e22] type 00 class 0x0c0500 conventional PCI endpoint
[    0.428744] kernel: pci 0000:00:1f.4: BAR 0 [mem 0x60192f8000-0x60192f80ff 64bit]
[    0.428750] kernel: pci 0000:00:1f.4: BAR 4 [io  0xefa0-0xefbf]
[    0.429058] kernel: pci 0000:00:1f.5: [8086:7e23] type 00 class 0x0c8000 conventional PCI endpoint
[    0.429154] kernel: pci 0000:00:1f.5: BAR 0 [mem 0xfe010000-0xfe010fff]
[    0.429299] kernel: pci 0000:00:07.0: PCI bridge to [bus 01-2a]
[    0.429347] kernel: pci 0000:00:07.1: PCI bridge to [bus 2b-54]
[    0.429421] kernel: pci 0000:55:00.0: [1b21:2461] type 01 class 0x060400 PCIe Switch Upstream Port
[    0.429464] kernel: pci 0000:55:00.0: PCI bridge to [bus 56-57]
[    0.429473] kernel: pci 0000:55:00.0:   bridge window [io  0x3000-0x3fff]
[    0.429477] kernel: pci 0000:55:00.0:   bridge window [mem 0x80000000-0x840fffff]
[    0.429494] kernel: pci 0000:55:00.0:   bridge window [mem 0x4000000000-0x4401ffffff 64bit pref]
[    0.429514] kernel: pci 0000:55:00.0: enabling Extended Tags
[    0.429634] kernel: pci 0000:55:00.0: PME# supported from D0 D3hot D3cold
[    0.431202] kernel: pci 0000:00:07.2: PCI bridge to [bus 55-7e]
[    0.431292] kernel: pci 0000:56:00.0: [1b21:2461] type 01 class 0x060400 PCIe Switch Downstream Port
[    0.431335] kernel: pci 0000:56:00.0: PCI bridge to [bus 57]
[    0.431345] kernel: pci 0000:56:00.0:   bridge window [io  0x3000-0x3fff]
[    0.431349] kernel: pci 0000:56:00.0:   bridge window [mem 0x80000000-0x840fffff]
[    0.431365] kernel: pci 0000:56:00.0:   bridge window [mem 0x4000000000-0x4401ffffff 64bit pref]
[    0.431388] kernel: pci 0000:56:00.0: enabling Extended Tags
[    0.431510] kernel: pci 0000:56:00.0: PME# supported from D0 D3hot D3cold
[    0.431746] kernel: pci 0000:55:00.0: PCI bridge to [bus 56-57]
[    0.431846] kernel: pci 0000:57:00.0: [10de:2d04] type 00 class 0x030000 PCIe Legacy Endpoint
[    0.431922] kernel: pci 0000:57:00.0: BAR 0 [mem 0x80000000-0x83ffffff]
[    0.431928] kernel: pci 0000:57:00.0: BAR 1 [mem 0x4000000000-0x43ffffffff 64bit pref]
[    0.431933] kernel: pci 0000:57:00.0: BAR 3 [mem 0x4400000000-0x4401ffffff 64bit pref]
[    0.431936] kernel: pci 0000:57:00.0: BAR 5 [io  0x3000-0x307f]
[    0.431939] kernel: pci 0000:57:00.0: ROM [mem 0xfff80000-0xffffffff pref]
[    0.432017] kernel: pci 0000:57:00.0: Enabling HDA controller
[    0.432172] kernel: pci 0000:57:00.0: PME# supported from D0 D3hot
[    0.432269] kernel: pci 0000:57:00.0: VF BAR 0 [mem 0x00000000-0x0003ffff 64bit pref]
[    0.432271] kernel: pci 0000:57:00.0: VF BAR 0 [mem 0x00000000-0x0003ffff 64bit pref]: contains BAR 0 for 1 VFs
[    0.432276] kernel: pci 0000:57:00.0: VF BAR 2 [mem 0x00000000-0x0fffffff 64bit pref]
[    0.432277] kernel: pci 0000:57:00.0: VF BAR 2 [mem 0x00000000-0x0fffffff 64bit pref]: contains BAR 2 for 1 VFs
[    0.432282] kernel: pci 0000:57:00.0: VF BAR 4 [mem 0x00000000-0x01ffffff 64bit pref]
[    0.432283] kernel: pci 0000:57:00.0: VF BAR 4 [mem 0x00000000-0x01ffffff 64bit pref]: contains BAR 4 for 1 VFs
[    0.432550] kernel: pci 0000:57:00.0: 2.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x1 link at 0000:55:00.0 (capable of 504.112 Gb/s with 32.0 GT/s PCIe x16 link)
[    0.432696] kernel: pci 0000:57:00.1: [10de:22eb] type 00 class 0x040300 PCIe Endpoint
[    0.432768] kernel: pci 0000:57:00.1: BAR 0 [mem 0x84000000-0x84003fff]
[    0.433134] kernel: pci 0000:56:00.0: PCI bridge to [bus 57]
[    0.433217] kernel: pci 0000:00:07.3: PCI bridge to [bus 7f-a8]
[    0.433567] kernel: pci 0000:a9:00.0: [15b7:5030] type 00 class 0x010802 PCIe Endpoint
[    0.433603] kernel: pci 0000:a9:00.0: BAR 0 [mem 0x98100000-0x98103fff 64bit]
[    0.433835] kernel: pci 0000:00:1c.0: PCI bridge to [bus a9]
[    0.434273] kernel: pci 0000:aa:00.0: [8086:2725] type 00 class 0x028000 PCIe Endpoint
[    0.434411] kernel: pci 0000:aa:00.0: BAR 0 [mem 0x98000000-0x98003fff 64bit]
[    0.434669] kernel: pci 0000:aa:00.0: PME# supported from D0 D3hot D3cold
[    0.437216] kernel: pci 0000:00:1c.5: PCI bridge to [bus aa]
[    0.442095] kernel: ACPI: \_SB_.PEPD: Duplicate LPS0 _DSM functions (mask: 0x1)
[    0.604829] kernel: Low-power S0 idle used by default for system suspend
[    0.614903] kernel: ACPI: EC: interrupt unblocked
[    0.614905] kernel: ACPI: EC: event unblocked
[    0.614921] kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.614922] kernel: ACPI: EC: GPE=0x6e
[    0.614924] kernel: ACPI: \_SB_.PC00.LPCB.EC0_: Boot DSDT EC initialization complete
[    0.614925] kernel: ACPI: \_SB_.PC00.LPCB.EC0_: EC: Used to handle transactions and events
[    0.615185] kernel: iommu: Default domain type: Translated
[    0.615185] kernel: iommu: DMA domain TLB invalidation policy: lazy mode
[    0.615316] kernel: SCSI subsystem initialized
[    0.615326] kernel: libata version 3.00 loaded.
[    0.615326] kernel: ACPI: bus type USB registered
[    0.615326] kernel: usbcore: registered new interface driver usbfs
[    0.615326] kernel: usbcore: registered new interface driver hub
[    0.615326] kernel: usbcore: registered new device driver usb
[    0.615326] kernel: pps_core: LinuxPPS API ver. 1 registered
[    0.615326] kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.615326] kernel: PTP clock support registered
[    0.616181] kernel: EDAC MC: Ver: 3.0.0
[    0.617172] kernel: efivars: Registered efivars operations
[    0.617239] kernel: NetLabel: Initializing
[    0.617239] kernel: NetLabel:  domain hash size = 128
[    0.617239] kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.617242] kernel: NetLabel:  unlabeled traffic allowed by default
[    0.617257] kernel: mctp: management component transport protocol core
[    0.617257] kernel: NET: Registered PF_MCTP protocol family
[    0.617257] kernel: PCI: Using ACPI for IRQ routing
[    0.627344] kernel: PCI: pci_cache_line_size set to 64 bytes
[    0.627828] kernel: pci 0000:00:1f.5: BAR 0 [mem 0xfe010000-0xfe010fff]: can't claim; no compatible bridge window
[    0.628089] kernel: e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
[    0.628091] kernel: e820: reserve RAM buffer [mem 0x5706e000-0x57ffffff]
[    0.628092] kernel: e820: reserve RAM buffer [mem 0x571b3000-0x57ffffff]
[    0.628093] kernel: e820: reserve RAM buffer [mem 0x5bf8b000-0x5bffffff]
[    0.628094] kernel: e820: reserve RAM buffer [mem 0x5e6bf000-0x5fffffff]
[    0.628095] kernel: e820: reserve RAM buffer [mem 0x66000000-0x67ffffff]
[    0.628174] kernel: pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.628176] kernel: pci 0000:00:02.0: vgaarb: bridge control possible
[    0.628177] kernel: pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.628187] kernel: pci 0000:57:00.0: vgaarb: bridge control possible
[    0.628187] kernel: pci 0000:57:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[    0.628189] kernel: vgaarb: loaded
[    0.629234] kernel: clocksource: Switched to clocksource tsc-early
[    0.629578] kernel: VFS: Disk quotas dquot_6.6.0
[    0.629588] kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.629754] kernel: AppArmor: AppArmor Filesystem Enabled
[    0.629789] kernel: pnp: PnP ACPI init
[    0.630109] kernel: system 00:00: [io  0x0680-0x069f] has been reserved
[    0.630112] kernel: system 00:00: [io  0x164e-0x164f] has been reserved
[    0.630288] kernel: system 00:02: [io  0x1854-0x1857] has been reserved
[    0.631451] kernel: pnp 00:05: disabling [mem 0x00000000-0x00000fff] because it overlaps 0000:00:02.0 BAR 7 [mem 0x00000000-0x06ffffff 64bit pref]
[    0.631454] kernel: pnp 00:05: disabling [mem 0x00000000-0x00000fff] because it overlaps 0000:00:02.0 BAR 7 [mem 0x00000000-0x06ffffff 64bit pref]
[    0.631463] kernel: pnp 00:05: disabling [mem 0x00000000-0x00000fff disabled] because it overlaps 0000:57:00.0 BAR 7 [mem 0x00000000-0x0003ffff 64bit pref]
[    0.631466] kernel: pnp 00:05: disabling [mem 0x00000000-0x00000fff disabled] because it overlaps 0000:57:00.0 BAR 7 [mem 0x00000000-0x0003ffff 64bit pref]
[    0.631468] kernel: pnp 00:05: disabling [mem 0x00000000-0x00000fff disabled] because it overlaps 0000:57:00.0 BAR 9 [mem 0x00000000-0x0fffffff 64bit pref]
[    0.631469] kernel: pnp 00:05: disabling [mem 0x00000000-0x00000fff disabled] because it overlaps 0000:57:00.0 BAR 9 [mem 0x00000000-0x0fffffff 64bit pref]
[    0.631471] kernel: pnp 00:05: disabling [mem 0x00000000-0x00000fff disabled] because it overlaps 0000:57:00.0 BAR 11 [mem 0x00000000-0x01ffffff 64bit pref]
[    0.631473] kernel: pnp 00:05: disabling [mem 0x00000000-0x00000fff disabled] because it overlaps 0000:57:00.0 BAR 11 [mem 0x00000000-0x01ffffff 64bit pref]
[    0.631493] kernel: system 00:05: [mem 0xfedc0000-0xfedc7fff] has been reserved
[    0.631495] kernel: system 00:05: [mem 0xc0000000-0xcfffffff] has been reserved
[    0.631496] kernel: system 00:05: [mem 0xfed20000-0xfed7ffff] could not be reserved
[    0.631498] kernel: system 00:05: [mem 0xfc800000-0xfc81ffff] could not be reserved
[    0.631499] kernel: system 00:05: [mem 0xfed45000-0xfed8ffff] could not be reserved
[    0.631500] kernel: system 00:05: [mem 0xfee00000-0xfeefffff] has been reserved
[    0.632873] kernel: system 00:06: [io  0x2000-0x20fe] has been reserved
[    0.633553] kernel: pnp: PnP ACPI: found 8 devices
[    0.639075] kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.639136] kernel: NET: Registered PF_INET protocol family
[    0.639359] kernel: IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.655722] kernel: tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear)
[    0.655751] kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.655862] kernel: TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.656198] kernel: TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[    0.656294] kernel: TCP: Hash tables configured (established 262144 bind 65536)
[    0.656464] kernel: MPTCP token hash table entries: 32768 (order: 8, 786432 bytes, linear)
[    0.656600] kernel: UDP hash table entries: 16384 (order: 8, 1048576 bytes, linear)
[    0.656748] kernel: UDP-Lite hash table entries: 16384 (order: 8, 1048576 bytes, linear)
[    0.656862] kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.656869] kernel: NET: Registered PF_XDP protocol family
[    0.656875] kernel: pci 0000:57:00.0: ROM [mem 0xfff80000-0xffffffff pref]: can't claim; no compatible bridge window
[    0.656880] kernel: pci_bus 0000:00: max bus depth: 3 pci_try_num: 4
[    0.656894] kernel: pci 0000:00:02.0: VF BAR 0 [mem 0x601a000000-0x6020ffffff 64bit pref]: assigned
[    0.656899] kernel: pci 0000:00:07.0: bridge window [io  0x4000-0x4fff]: assigned
[    0.656901] kernel: pci 0000:00:07.1: bridge window [io  0x5000-0x5fff]: assigned
[    0.656902] kernel: pci 0000:00:07.3: bridge window [io  0x6000-0x6fff]: assigned
[    0.656904] kernel: pci 0000:00:15.0: BAR 0 [mem 0x60192f9000-0x60192f9fff 64bit]: assigned
[    0.656914] kernel: pci 0000:00:15.1: BAR 0 [mem 0x60192fa000-0x60192fafff 64bit]: assigned
[    0.656926] kernel: pci 0000:00:19.0: BAR 0 [mem 0x60192fc000-0x60192fcfff 64bit]: assigned
[    0.656937] kernel: pci 0000:00:19.1: BAR 0 [mem 0x60192fd000-0x60192fdfff 64bit]: assigned
[    0.656949] kernel: pci 0000:00:1f.5: BAR 0 [mem 0x98200000-0x98200fff]: assigned
[    0.656959] kernel: pci 0000:00:07.0: PCI bridge to [bus 01-2a]
[    0.656961] kernel: pci 0000:00:07.0:   bridge window [io  0x4000-0x4fff]
[    0.656965] kernel: pci 0000:00:07.0:   bridge window [mem 0x92000000-0x97ffffff]
[    0.656967] kernel: pci 0000:00:07.0:   bridge window [mem 0x4810000000-0x500fffffff 64bit pref]
[    0.656972] kernel: pci 0000:00:07.1: PCI bridge to [bus 2b-54]
[    0.656974] kernel: pci 0000:00:07.1:   bridge window [io  0x5000-0x5fff]
[    0.656977] kernel: pci 0000:00:07.1:   bridge window [mem 0x8c000000-0x91ffffff]
[    0.656980] kernel: pci 0000:00:07.1:   bridge window [mem 0x5010000000-0x580fffffff 64bit pref]
[    0.656986] kernel: pci 0000:57:00.0: VF BAR 2 [mem size 0x10000000 64bit pref]: can't assign; no space
[    0.656988] kernel: pci 0000:57:00.0: VF BAR 2 [mem size 0x10000000 64bit pref]: failed to assign
[    0.656990] kernel: pci 0000:57:00.0: VF BAR 4 [mem size 0x02000000 64bit pref]: can't assign; no space
[    0.656991] kernel: pci 0000:57:00.0: VF BAR 4 [mem size 0x02000000 64bit pref]: failed to assign
[    0.656992] kernel: pci 0000:57:00.0: ROM [mem 0x84080000-0x840fffff pref]: assigned
[    0.656993] kernel: pci 0000:57:00.0: VF BAR 0 [mem 0x84040000-0x8407ffff 64bit pref]: assigned
[    0.657000] kernel: pci 0000:56:00.0: PCI bridge to [bus 57]
[    0.657003] kernel: pci 0000:56:00.0:   bridge window [io  0x3000-0x3fff]
[    0.657009] kernel: pci 0000:56:00.0:   bridge window [mem 0x80000000-0x840fffff]
[    0.657013] kernel: pci 0000:56:00.0:   bridge window [mem 0x4000000000-0x4401ffffff 64bit pref]
[    0.657021] kernel: pci 0000:55:00.0: PCI bridge to [bus 56-57]
[    0.657023] kernel: pci 0000:55:00.0:   bridge window [io  0x3000-0x3fff]
[    0.657029] kernel: pci 0000:55:00.0:   bridge window [mem 0x80000000-0x840fffff]
[    0.657033] kernel: pci 0000:55:00.0:   bridge window [mem 0x4000000000-0x4401ffffff 64bit pref]
[    0.657041] kernel: pci 0000:00:07.2: PCI bridge to [bus 55-7e]
[    0.657042] kernel: pci 0000:00:07.2:   bridge window [io  0x3000-0x3fff]
[    0.657046] kernel: pci 0000:00:07.2:   bridge window [mem 0x80000000-0x85ffffff]
[    0.657048] kernel: pci 0000:00:07.2:   bridge window [mem 0x4000000000-0x47ffffffff 64bit pref]
[    0.657052] kernel: pci 0000:00:07.3: PCI bridge to [bus 7f-a8]
[    0.657053] kernel: pci 0000:00:07.3:   bridge window [io  0x6000-0x6fff]
[    0.657057] kernel: pci 0000:00:07.3:   bridge window [mem 0x86000000-0x8bffffff]
[    0.657059] kernel: pci 0000:00:07.3:   bridge window [mem 0x5810000000-0x600fffffff 64bit pref]
[    0.657064] kernel: pci 0000:00:1c.0: PCI bridge to [bus a9]
[    0.657135] kernel: pci 0000:00:1c.0:   bridge window [mem 0x98100000-0x981fffff]
[    0.657144] kernel: pci 0000:00:1c.5: PCI bridge to [bus aa]
[    0.657184] kernel: pci 0000:00:1c.5:   bridge window [mem 0x98000000-0x980fffff]
[    0.657193] kernel: PCI: No. 2 try to assign unassigned res
[    0.657194] kernel: release child resource [mem 0x4000000000-0x43ffffffff 64bit pref]
[    0.657195] kernel: release child resource [mem 0x4400000000-0x4401ffffff 64bit pref]
[    0.657196] kernel: pci 0000:56:00.0: resource 15 [mem 0x4000000000-0x4401ffffff 64bit pref] released
[    0.657197] kernel: pci 0000:56:00.0: PCI bridge to [bus 57]
[    0.657207] kernel: pci 0000:55:00.0: Assigned bridge window [mem 0x4000000000-0x4401ffffff 64bit pref] to [bus 56-57] cannot fit 0x600000000 required for 0000:56:00.0 bridging to [bus 57]
[    0.657210] kernel: pci 0000:56:00.0: bridge window [mem 0x00000000-0x401ffffff 64bit pref] to [bus 57] requires relaxed alignment rules
[    0.657214] kernel: pci 0000:00:07.0: PCI bridge to [bus 01-2a]
[    0.657216] kernel: pci 0000:00:07.0:   bridge window [io  0x4000-0x4fff]
[    0.657219] kernel: pci 0000:00:07.0:   bridge window [mem 0x92000000-0x97ffffff]
[    0.657222] kernel: pci 0000:00:07.0:   bridge window [mem 0x4810000000-0x500fffffff 64bit pref]
[    0.657226] kernel: pci 0000:00:07.1: PCI bridge to [bus 2b-54]
[    0.657228] kernel: pci 0000:00:07.1:   bridge window [io  0x5000-0x5fff]
[    0.657231] kernel: pci 0000:00:07.1:   bridge window [mem 0x8c000000-0x91ffffff]
[    0.657234] kernel: pci 0000:00:07.1:   bridge window [mem 0x5010000000-0x580fffffff 64bit pref]
[    0.657239] kernel: pci 0000:56:00.0: bridge window [mem size 0x414000000 64bit pref]: can't assign; no space
[    0.657240] kernel: pci 0000:56:00.0: bridge window [mem size 0x414000000 64bit pref]: failed to assign
[    0.657241] kernel: pci 0000:56:00.0: bridge window [mem size 0x414000000 64bit pref]: can't assign; no space
[    0.657242] kernel: pci 0000:56:00.0: bridge window [mem size 0x414000000 64bit pref]: failed to assign
[    0.657244] kernel: pci 0000:57:00.0: BAR 1 [mem size 0x400000000 64bit pref]: can't assign; no space
[    0.657245] kernel: pci 0000:57:00.0: BAR 1 [mem size 0x400000000 64bit pref]: failed to assign
[    0.657246] kernel: pci 0000:57:00.0: VF BAR 2 [mem size 0x10000000 64bit pref]: can't assign; no space
[    0.657247] kernel: pci 0000:57:00.0: VF BAR 2 [mem size 0x10000000 64bit pref]: failed to assign
[    0.657249] kernel: pci 0000:57:00.0: BAR 3 [mem size 0x02000000 64bit pref]: can't assign; no space
[    0.657250] kernel: pci 0000:57:00.0: BAR 3 [mem size 0x02000000 64bit pref]: failed to assign
[    0.657251] kernel: pci 0000:57:00.0: VF BAR 4 [mem size 0x02000000 64bit pref]: can't assign; no space
[    0.657252] kernel: pci 0000:57:00.0: VF BAR 4 [mem size 0x02000000 64bit pref]: failed to assign
[    0.657253] kernel: pci 0000:57:00.0: BAR 1 [mem size 0x400000000 64bit pref]: can't assign; no space
[    0.657254] kernel: pci 0000:57:00.0: BAR 1 [mem size 0x400000000 64bit pref]: failed to assign
[    0.657255] kernel: pci 0000:57:00.0: BAR 3 [mem size 0x02000000 64bit pref]: can't assign; no space
[    0.657256] kernel: pci 0000:57:00.0: BAR 3 [mem size 0x02000000 64bit pref]: failed to assign
[    0.657257] kernel: pci 0000:56:00.0: PCI bridge to [bus 57]
[    0.657260] kernel: pci 0000:56:00.0:   bridge window [io  0x3000-0x3fff]
[    0.657266] kernel: pci 0000:56:00.0:   bridge window [mem 0x80000000-0x840fffff]
[    0.657276] kernel: pci 0000:55:00.0: PCI bridge to [bus 56-57]
[    0.657279] kernel: pci 0000:55:00.0:   bridge window [io  0x3000-0x3fff]
[    0.657285] kernel: pci 0000:55:00.0:   bridge window [mem 0x80000000-0x840fffff]
[    0.657289] kernel: pci 0000:55:00.0:   bridge window [mem 0x4000000000-0x4401ffffff 64bit pref]
[    0.657296] kernel: pci 0000:00:07.2: PCI bridge to [bus 55-7e]
[    0.657298] kernel: pci 0000:00:07.2:   bridge window [io  0x3000-0x3fff]
[    0.657301] kernel: pci 0000:00:07.2:   bridge window [mem 0x80000000-0x85ffffff]
[    0.657303] kernel: pci 0000:00:07.2:   bridge window [mem 0x4000000000-0x47ffffffff 64bit pref]
[    0.657307] kernel: pci 0000:00:07.3: PCI bridge to [bus 7f-a8]
[    0.657309] kernel: pci 0000:00:07.3:   bridge window [io  0x6000-0x6fff]
[    0.657312] kernel: pci 0000:00:07.3:   bridge window [mem 0x86000000-0x8bffffff]
[    0.657314] kernel: pci 0000:00:07.3:   bridge window [mem 0x5810000000-0x600fffffff 64bit pref]
[    0.657319] kernel: pci 0000:00:1c.0: PCI bridge to [bus a9]
[    0.657390] kernel: pci 0000:00:1c.0:   bridge window [mem 0x98100000-0x981fffff]
[    0.657398] kernel: pci 0000:00:1c.5: PCI bridge to [bus aa]
[    0.657433] kernel: pci 0000:00:1c.5:   bridge window [mem 0x98000000-0x980fffff]
[    0.657441] kernel: PCI: No. 3 try to assign unassigned res
[    0.657442] kernel: release child resource [mem 0x80000000-0x83ffffff]
[    0.657443] kernel: release child resource [mem 0x84000000-0x84003fff]
[    0.657443] kernel: release child resource [mem 0x84040000-0x8407ffff 64bit pref]
[    0.657444] kernel: release child resource [mem 0x84080000-0x840fffff pref]
[    0.657445] kernel: pci 0000:56:00.0: resource 14 [mem 0x80000000-0x840fffff] released
[    0.657446] kernel: pci 0000:56:00.0: PCI bridge to [bus 57]
[    0.657450] kernel: pci 0000:55:00.0: resource 15 [mem 0x4000000000-0x4401ffffff 64bit pref] released
[    0.657451] kernel: pci 0000:55:00.0: PCI bridge to [bus 56-57]
[    0.657462] kernel: pci 0000:55:00.0: Assigned bridge window [mem 0x80000000-0x840fffff] to [bus 56-57] cannot fit 0x6000000 required for 0000:56:00.0 bridging to [bus 57]
[    0.657463] kernel: pci 0000:56:00.0: bridge window [mem 0x00000000-0x040fffff] to [bus 57] requires relaxed alignment rules
[    0.657467] kernel: pci 0000:00:07.0: PCI bridge to [bus 01-2a]
[    0.657469] kernel: pci 0000:00:07.0:   bridge window [io  0x4000-0x4fff]
[    0.657472] kernel: pci 0000:00:07.0:   bridge window [mem 0x92000000-0x97ffffff]
[    0.657475] kernel: pci 0000:00:07.0:   bridge window [mem 0x4810000000-0x500fffffff 64bit pref]
[    0.657479] kernel: pci 0000:00:07.1: PCI bridge to [bus 2b-54]
[    0.657481] kernel: pci 0000:00:07.1:   bridge window [io  0x5000-0x5fff]
[    0.657484] kernel: pci 0000:00:07.1:   bridge window [mem 0x8c000000-0x91ffffff]
[    0.657487] kernel: pci 0000:00:07.1:   bridge window [mem 0x5010000000-0x580fffffff 64bit pref]
[    0.657491] kernel: pci 0000:55:00.0: bridge window [mem 0x4000000000-0x45ffffffff 64bit pref]: assigned
[    0.657493] kernel: pci 0000:56:00.0: bridge window [mem 0x4000000000-0x45ffffffff 64bit pref]: assigned
[    0.657494] kernel: pci 0000:56:00.0: bridge window [mem 0x80000000-0x840fffff]: assigned
[    0.657496] kernel: pci 0000:57:00.0: BAR 1 [mem 0x4000000000-0x43ffffffff 64bit pref]: assigned
[    0.657510] kernel: pci 0000:57:00.0: VF BAR 2 [mem 0x4400000000-0x440fffffff 64bit pref]: assigned
[    0.657517] kernel: pci 0000:57:00.0: BAR 0 [mem 0x80000000-0x83ffffff]: assigned
[    0.657522] kernel: pci 0000:57:00.0: BAR 3 [mem 0x4410000000-0x4411ffffff 64bit pref]: assigned
[    0.657536] kernel: pci 0000:57:00.0: VF BAR 4 [mem 0x4412000000-0x4413ffffff 64bit pref]: assigned
[    0.657543] kernel: pci 0000:57:00.0: ROM [mem 0x84000000-0x8407ffff pref]: assigned
[    0.657544] kernel: pci 0000:57:00.0: VF BAR 0 [mem 0x4414000000-0x441403ffff 64bit pref]: assigned
[    0.657551] kernel: pci 0000:57:00.1: BAR 0 [mem 0x84080000-0x84083fff]: assigned
[    0.657556] kernel: pci 0000:56:00.0: PCI bridge to [bus 57]
[    0.657558] kernel: pci 0000:56:00.0:   bridge window [io  0x3000-0x3fff]
[    0.657564] kernel: pci 0000:56:00.0:   bridge window [mem 0x80000000-0x840fffff]
[    0.657568] kernel: pci 0000:56:00.0:   bridge window [mem 0x4000000000-0x45ffffffff 64bit pref]
[    0.657576] kernel: pci 0000:55:00.0: PCI bridge to [bus 56-57]
[    0.657578] kernel: pci 0000:55:00.0:   bridge window [io  0x3000-0x3fff]
[    0.657584] kernel: pci 0000:55:00.0:   bridge window [mem 0x80000000-0x840fffff]
[    0.657588] kernel: pci 0000:55:00.0:   bridge window [mem 0x4000000000-0x45ffffffff 64bit pref]
[    0.657596] kernel: pci 0000:00:07.2: PCI bridge to [bus 55-7e]
[    0.657597] kernel: pci 0000:00:07.2:   bridge window [io  0x3000-0x3fff]
[    0.657600] kernel: pci 0000:00:07.2:   bridge window [mem 0x80000000-0x85ffffff]
[    0.657602] kernel: pci 0000:00:07.2:   bridge window [mem 0x4000000000-0x47ffffffff 64bit pref]
[    0.657606] kernel: pci 0000:00:07.3: PCI bridge to [bus 7f-a8]
[    0.657608] kernel: pci 0000:00:07.3:   bridge window [io  0x6000-0x6fff]
[    0.657611] kernel: pci 0000:00:07.3:   bridge window [mem 0x86000000-0x8bffffff]
[    0.657614] kernel: pci 0000:00:07.3:   bridge window [mem 0x5810000000-0x600fffffff 64bit pref]
[    0.657618] kernel: pci 0000:00:1c.0: PCI bridge to [bus a9]
[    0.657689] kernel: pci 0000:00:1c.0:   bridge window [mem 0x98100000-0x981fffff]
[    0.657697] kernel: pci 0000:00:1c.5: PCI bridge to [bus aa]
[    0.657733] kernel: pci 0000:00:1c.5:   bridge window [mem 0x98000000-0x980fffff]
[    0.657741] kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.657742] kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.657743] kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.657744] kernel: pci_bus 0000:00: resource 7 [mem 0x80000000-0xbfffffff window]
[    0.657745] kernel: pci_bus 0000:00: resource 8 [mem 0x4000000000-0x3ffbfffffff window]
[    0.657746] kernel: pci_bus 0000:01: resource 0 [io  0x4000-0x4fff]
[    0.657747] kernel: pci_bus 0000:01: resource 1 [mem 0x92000000-0x97ffffff]
[    0.657748] kernel: pci_bus 0000:01: resource 2 [mem 0x4810000000-0x500fffffff 64bit pref]
[    0.657749] kernel: pci_bus 0000:2b: resource 0 [io  0x5000-0x5fff]
[    0.657750] kernel: pci_bus 0000:2b: resource 1 [mem 0x8c000000-0x91ffffff]
[    0.657751] kernel: pci_bus 0000:2b: resource 2 [mem 0x5010000000-0x580fffffff 64bit pref]
[    0.657752] kernel: pci_bus 0000:55: resource 0 [io  0x3000-0x3fff]
[    0.657753] kernel: pci_bus 0000:55: resource 1 [mem 0x80000000-0x85ffffff]
[    0.657754] kernel: pci_bus 0000:55: resource 2 [mem 0x4000000000-0x47ffffffff 64bit pref]
[    0.657755] kernel: pci_bus 0000:56: resource 0 [io  0x3000-0x3fff]
[    0.657756] kernel: pci_bus 0000:56: resource 1 [mem 0x80000000-0x840fffff]
[    0.657757] kernel: pci_bus 0000:56: resource 2 [mem 0x4000000000-0x45ffffffff 64bit pref]
[    0.657758] kernel: pci_bus 0000:57: resource 0 [io  0x3000-0x3fff]
[    0.657759] kernel: pci_bus 0000:57: resource 1 [mem 0x80000000-0x840fffff]
[    0.657759] kernel: pci_bus 0000:57: resource 2 [mem 0x4000000000-0x45ffffffff 64bit pref]
[    0.657760] kernel: pci_bus 0000:7f: resource 0 [io  0x6000-0x6fff]
[    0.657761] kernel: pci_bus 0000:7f: resource 1 [mem 0x86000000-0x8bffffff]
[    0.657762] kernel: pci_bus 0000:7f: resource 2 [mem 0x5810000000-0x600fffffff 64bit pref]
[    0.657763] kernel: pci_bus 0000:a9: resource 1 [mem 0x98100000-0x981fffff]
[    0.657764] kernel: pci_bus 0000:aa: resource 1 [mem 0x98000000-0x980fffff]
[    0.662013] kernel: pci 0000:57:00.1: extending delay after power-on from D3hot to 20 msec
[    0.662052] kernel: pci 0000:57:00.1: D0 power state depends on 0000:57:00.0
[    0.662480] kernel: PCI: CLS 64 bytes, default 64
[    0.662600] kernel: DMAR: No RMRR found
[    0.662601] kernel: DMAR: No ATSR found
[    0.662601] kernel: DMAR: dmar0: Using Queued invalidation
[    0.662605] kernel: DMAR: dmar1: Using Queued invalidation
[    0.662642] kernel: Trying to unpack rootfs image as initramfs...
[    0.662949] kernel: pci 0000:00:02.0: Adding to iommu group 0
[    0.663070] kernel: pci 0000:00:00.0: Adding to iommu group 1
[    0.663080] kernel: pci 0000:00:04.0: Adding to iommu group 2
[    0.663092] kernel: pci 0000:00:07.0: Adding to iommu group 3
[    0.663103] kernel: pci 0000:00:07.1: Adding to iommu group 4
[    0.663114] kernel: pci 0000:00:07.2: Adding to iommu group 5
[    0.663125] kernel: pci 0000:00:07.3: Adding to iommu group 6
[    0.663135] kernel: pci 0000:00:08.0: Adding to iommu group 7
[    0.663144] kernel: pci 0000:00:0a.0: Adding to iommu group 8
[    0.663154] kernel: pci 0000:00:0b.0: Adding to iommu group 9
[    0.663180] kernel: pci 0000:00:0d.0: Adding to iommu group 10
[    0.663189] kernel: pci 0000:00:0d.2: Adding to iommu group 10
[    0.663198] kernel: pci 0000:00:0d.3: Adding to iommu group 10
[    0.663215] kernel: pci 0000:00:14.0: Adding to iommu group 11
[    0.663229] kernel: pci 0000:00:14.2: Adding to iommu group 11
[    0.663245] kernel: pci 0000:00:15.0: Adding to iommu group 12
[    0.663255] kernel: pci 0000:00:15.1: Adding to iommu group 12
[    0.663266] kernel: pci 0000:00:16.0: Adding to iommu group 13
[    0.663281] kernel: pci 0000:00:19.0: Adding to iommu group 14
[    0.663291] kernel: pci 0000:00:19.1: Adding to iommu group 14
[    0.663301] kernel: pci 0000:00:1c.0: Adding to iommu group 15
[    0.663343] kernel: pci 0000:00:1c.5: Adding to iommu group 16
[    0.663364] kernel: pci 0000:00:1f.0: Adding to iommu group 17
[    0.663373] kernel: pci 0000:00:1f.3: Adding to iommu group 17
[    0.663383] kernel: pci 0000:00:1f.4: Adding to iommu group 17
[    0.663394] kernel: pci 0000:00:1f.5: Adding to iommu group 17
[    0.663406] kernel: pci 0000:55:00.0: Adding to iommu group 18
[    0.663417] kernel: pci 0000:56:00.0: Adding to iommu group 19
[    0.663424] kernel: pci 0000:57:00.0: Adding to iommu group 19
[    0.663428] kernel: pci 0000:57:00.1: Adding to iommu group 19
[    0.663439] kernel: pci 0000:a9:00.0: Adding to iommu group 20
[    0.663482] kernel: pci 0000:aa:00.0: Adding to iommu group 21
[    0.665758] kernel: DMAR: Intel(R) Virtualization Technology for Directed I/O
[    0.665762] kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.665763] kernel: software IO TLB: mapped [mem 0x000000004afef000-0x000000004efef000] (64MB)
[    0.668333] kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2b2c8ec87c7, max_idle_ns: 440795278598 ns
[    0.668505] kernel: clocksource: Switched to clocksource tsc
[    0.687844] kernel: Initialise system trusted keyrings
[    0.687860] kernel: Key type blacklist registered
[    0.688067] kernel: workingset: timestamp_bits=36 max_order=23 bucket_order=0
[    0.688298] kernel: squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.688521] kernel: fuse: init (API version 7.44)
[    0.689491] kernel: integrity: Platform Keyring initialized
[    0.689497] kernel: integrity: Machine keyring initialized
[    0.697174] kernel: Key type asymmetric registered
[    0.697175] kernel: Asymmetric key parser 'x509' registered
[    0.697191] kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
[    0.697411] kernel: io scheduler mq-deadline registered
[    0.699260] kernel: ledtrig-cpu: registered to indicate activity on CPUs
[    0.699594] kernel: pcieport 0000:00:07.0: PME: Signaling with IRQ 122
[    0.699617] kernel: pcieport 0000:00:07.0: pciehp: Slot #12 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    0.700086] kernel: pcieport 0000:00:07.1: PME: Signaling with IRQ 123
[    0.700103] kernel: pcieport 0000:00:07.1: pciehp: Slot #13 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    0.700515] kernel: pcieport 0000:00:07.2: PME: Signaling with IRQ 124
[    0.700537] kernel: pcieport 0000:00:07.2: pciehp: Slot #14 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    0.700945] kernel: pcieport 0000:00:07.3: PME: Signaling with IRQ 125
[    0.700962] kernel: pcieport 0000:00:07.3: pciehp: Slot #15 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    0.701684] kernel: pcieport 0000:00:1c.0: PME: Signaling with IRQ 126
[    0.702298] kernel: pcieport 0000:00:1c.5: PME: Signaling with IRQ 127
[    0.703153] kernel: ACPI: AC: AC Adapter [ACAD] (on-line)
[    0.703199] kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:16/PNP0C09:00/PNP0C0D:00/input/input0
[    0.703214] kernel: ACPI: button: Lid Switch [LID0]
[    0.703240] kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    0.703257] kernel: ACPI: button: Power Button [PWRB]
[    0.714638] kernel: thermal LNXTHERM:00: registered as thermal_zone0
[    0.714641] kernel: ACPI: thermal: Thermal Zone [TZ00] (59 C)
[    0.714771] kernel: thermal LNXTHERM:01: registered as thermal_zone1
[    0.714772] kernel: ACPI: thermal: Thermal Zone [TZ01] (48 C)
[    0.714897] kernel: thermal LNXTHERM:02: registered as thermal_zone2
[    0.714898] kernel: ACPI: thermal: Thermal Zone [TZ02] (40 C)
[    0.715022] kernel: thermal LNXTHERM:03: registered as thermal_zone3
[    0.715023] kernel: ACPI: thermal: Thermal Zone [TZ03] (41 C)
[    0.715149] kernel: thermal LNXTHERM:04: registered as thermal_zone4
[    0.715150] kernel: ACPI: thermal: Thermal Zone [TZ04] (32 C)
[    0.715450] kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.715996] kernel: ACPI: battery: Slot [BAT1] (battery present)
[    0.717122] kernel: hpet_acpi_add: no address or irqs in _CRS
[    0.717158] kernel: Linux agpgart interface v0.103
[    0.752490] kernel: Freeing initrd memory: 81636K
[    0.754781] kernel: loop: module loaded
[    0.755352] kernel: ACPI: bus type drm_connector registered
[    0.755681] kernel: tun: Universal TUN/TAP device driver, 1.6
[    0.755717] kernel: PPP generic driver version 2.4.2
[    0.755828] kernel: xhci_hcd 0000:00:0d.0: xHCI Host Controller
[    0.755834] kernel: xhci_hcd 0000:00:0d.0: new USB bus registered, assigned bus number 1
[    0.757101] kernel: xhci_hcd 0000:00:0d.0: hcc params 0x20007fc1 hci version 0x120 quirks 0x0000000200009810
[    0.757378] kernel: xhci_hcd 0000:00:0d.0: xHCI Host Controller
[    0.757381] kernel: xhci_hcd 0000:00:0d.0: new USB bus registered, assigned bus number 2
[    0.757383] kernel: xhci_hcd 0000:00:0d.0: Host supports USB 3.2 Enhanced SuperSpeed
[    0.757428] kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.17
[    0.757430] kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.757431] kernel: usb usb1: Product: xHCI Host Controller
[    0.757432] kernel: usb usb1: Manufacturer: Linux 6.17.0-22-generic xhci-hcd
[    0.757433] kernel: usb usb1: SerialNumber: 0000:00:0d.0
[    0.757514] kernel: hub 1-0:1.0: USB hub found
[    0.757521] kernel: hub 1-0:1.0: 1 port detected
[    0.757737] kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.17
[    0.757739] kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.757740] kernel: usb usb2: Product: xHCI Host Controller
[    0.757741] kernel: usb usb2: Manufacturer: Linux 6.17.0-22-generic xhci-hcd
[    0.757742] kernel: usb usb2: SerialNumber: 0000:00:0d.0
[    0.757798] kernel: hub 2-0:1.0: USB hub found
[    0.757806] kernel: hub 2-0:1.0: 4 ports detected
[    0.759624] kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.759628] kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
[    0.760745] kernel: xhci_hcd 0000:00:14.0: hcc params 0x20007fc1 hci version 0x120 quirks 0x0000000200009810
[    0.760997] kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.760999] kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
[    0.761001] kernel: xhci_hcd 0000:00:14.0: Host supports USB 3.2 Enhanced SuperSpeed
[    0.761026] kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.17
[    0.761027] kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.761028] kernel: usb usb3: Product: xHCI Host Controller
[    0.761029] kernel: usb usb3: Manufacturer: Linux 6.17.0-22-generic xhci-hcd
[    0.761030] kernel: usb usb3: SerialNumber: 0000:00:14.0
[    0.761105] kernel: hub 3-0:1.0: USB hub found
[    0.761118] kernel: hub 3-0:1.0: 12 ports detected
[    0.762854] kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.17
[    0.762856] kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.762857] kernel: usb usb4: Product: xHCI Host Controller
[    0.762857] kernel: usb usb4: Manufacturer: Linux 6.17.0-22-generic xhci-hcd
[    0.762858] kernel: usb usb4: SerialNumber: 0000:00:14.0
[    0.762918] kernel: hub 4-0:1.0: USB hub found
[    0.762925] kernel: hub 4-0:1.0: 2 ports detected
[    0.763354] kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
[    0.765912] kernel: i8042: Warning: Keylock active
[    0.774878] kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.774885] kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
[    0.775053] kernel: mousedev: PS/2 mouse device common for all mice
[    0.775173] kernel: rtc_cmos 00:01: RTC can wake from S4
[    0.775842] kernel: rtc_cmos 00:01: registered as rtc0
[    0.775973] kernel: rtc_cmos 00:01: setting system clock to 2026-05-02T20:53:53 UTC (1777755233)
[    0.775999] kernel: rtc_cmos 00:01: alarms up to one month, y3k, 242 bytes nvram
[    0.776006] kernel: i2c_dev: i2c /dev entries driver
[    0.777692] kernel: device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[    0.777714] kernel: device-mapper: uevent: version 1.0.3
[    0.777765] kernel: device-mapper: ioctl: 4.50.0-ioctl (2025-04-28) initialised: dm-devel@lists.linux.dev
[    0.777770] kernel: intel_pstate: Intel P-state driver initializing
[    0.780870] kernel: intel_pstate: HWP enabled
[    0.781146] kernel: simple-framebuffer simple-framebuffer.0: [drm] Registered 1 planes with drm panic
[    0.781149] kernel: [drm] Initialized simpledrm 1.0.0 for simple-framebuffer.0 on minor 0
[    0.785605] kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2
[    0.786376] kernel: fbcon: Deferring console take-over
[    0.786378] kernel: simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
[    0.786505] kernel: drop_monitor: Initializing network drop monitor service
[    0.786632] kernel: NET: Registered PF_INET6 protocol family
[    0.787011] kernel: Segment Routing with IPv6
[    0.787021] kernel: In-situ OAM (IOAM) with IPv6
[    0.787042] kernel: NET: Registered PF_PACKET protocol family
[    0.787080] kernel: Key type dns_resolver registered
[    0.788913] kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.789309] kernel: microcode: Current revision: 0x00000028
[    0.789311] kernel: microcode: Updated early from: 0x00000024
[    0.789797] kernel: IPI shorthand broadcast: enabled
[    0.791226] kernel: sched_clock: Marking stable (785001305, 6161033)->(844961675, -53799337)
[    0.791740] kernel: registered taskstats version 1
[    0.792296] kernel: Loading compiled-in X.509 certificates
[    0.792912] kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 10e561fe75970ebe98357e1cb1b79397dec08fd7'
[    0.793440] kernel: Loaded X.509 cert 'Canonical Ltd. Live Patch Signing 2025 Kmod: d541cef61dc7e793b7eb7e899970a2eef0b5dc8c'
[    0.793984] kernel: Loaded X.509 cert 'Canonical Ltd. Live Patch Signing: 14df34d1a87cf37625abec039ef2bf521249b969'
[    0.794525] kernel: Loaded X.509 cert 'Canonical Ltd. Kernel Module Signing: 88f752e560a1e0737e31163a466ad7b70a850c19'
[    0.794527] kernel: blacklist: Loading compiled-in revocation X.509 certificates
[    0.794540] kernel: Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing: 61482aa2830d0ab2ad5af10b7250da9033ddcef0'
[    0.794549] kernel: Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2017): 242ade75ac4a15e50d50c84b0d45ff3eae707a03'
[    0.794558] kernel: Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (ESM 2018): 365188c1d374d6b07c3c8f240f8ef722433d6a8b'
[    0.794566] kernel: Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2019): c0746fd6c5da3ae827864651ad66ae47fe24b3e8'
[    0.794575] kernel: Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2021 v1): a8d54bbb3825cfb94fa13c9f8a594a195c107b8d'
[    0.794585] kernel: Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2021 v2): 4cf046892d6fd3c9a5b03f98d845f90851dc6a8c'
[    0.794595] kernel: Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2021 v3): 100437bb6de6e469b581e61cd66bce3ef4ed53af'
[    0.794603] kernel: Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (Ubuntu Core 2019): c1d57b8f6b743f23ee41f4f7ee292f06eecadfb9'
[    0.797848] kernel: Demotion targets for Node 0: null
[    0.797970] kernel: Key type .fscrypt registered
[    0.797971] kernel: Key type fscrypt-provisioning registered
[    0.798017] kernel: Key type big_key registered
[    0.798021] kernel: Key type trusted registered
[    0.807837] kernel: Key type encrypted registered
[    0.807839] kernel: AppArmor: AppArmor sha256 policy hashing enabled
[    0.812100] kernel: integrity: Loading X.509 certificate: UEFI:db
[    0.812148] kernel: integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
[    0.812150] kernel: integrity: Loading X.509 certificate: UEFI:db
[    0.812167] kernel: integrity: Loaded X.509 cert 'Microsoft Corporation: Windows UEFI CA 2023: aefc5fbbbe055d8f8daa585473499417ab5a5272'
[    0.812168] kernel: integrity: Loading X.509 certificate: UEFI:db
[    0.812181] kernel: integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
[    0.812182] kernel: integrity: Loading X.509 certificate: UEFI:db
[    0.812194] kernel: integrity: Loaded X.509 cert 'Microsoft UEFI CA 2023: 81aa6b3244c935bce0d6628af39827421e32497d'
[    0.812195] kernel: integrity: Loading X.509 certificate: UEFI:db
[    0.812208] kernel: integrity: Loaded X.509 cert 'frame.work-LaptopADLDB: 02'
[    0.821201] kernel: integrity: Loading X.509 certificate: UEFI:MokListRT (MOKvar table)
[    0.821403] kernel: integrity: Loaded X.509 cert 'Canonical Ltd. Master Certificate Authority: ad91990bc22ab1f517048c23b6655a268e345a63'
[    0.821404] kernel: integrity: Loading X.509 certificate: UEFI:MokListRT (MOKvar table)
[    0.821550] kernel: integrity: Loaded X.509 cert 'torvalds Secure Boot Module Signature key: 8af24fc6b9dd2f99f679b5d33776407ee4bce635'
[    0.821555] kernel: Loading compiled-in module X.509 certificates
[    0.821985] kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 10e561fe75970ebe98357e1cb1b79397dec08fd7'
[    0.821986] kernel: ima: Allocated hash algorithm: sha256
[    0.838407] kernel: audit: type=1807 audit(1777755233.562:2): action=measure func=KEXEC_KERNEL_CHECK res=1
[    0.838412] kernel: audit: type=1807 audit(1777755233.562:3): action=measure func=MODULE_CHECK res=1
[    0.838416] kernel: evm: Initialising EVM extended attributes:
[    0.838418] kernel: evm: security.selinux
[    0.838419] kernel: evm: security.SMACK64
[    0.838420] kernel: evm: security.SMACK64EXEC
[    0.838421] kernel: evm: security.SMACK64TRANSMUTE
[    0.838422] kernel: evm: security.SMACK64MMAP
[    0.838422] kernel: evm: security.apparmor
[    0.838423] kernel: evm: security.ima
[    0.838424] kernel: evm: security.capability
[    0.838425] kernel: evm: HMAC attrs: 0x1
[    0.838707] kernel: PM:   Magic number: 10:604:901
[    0.838717] kernel: usb usb2-port2: hash matches
[    0.838746] kernel: clocksource clocksource0: hash matches
[    0.841649] kernel: RAS: Correctable Errors collector initialized.
[    0.846457] kernel: Lockdown: swapper/0: hibernation is restricted; see man kernel_lockdown.7
[    0.846490] kernel: clk: Disabling unused clocks
[    0.846491] kernel: PM: genpd: Disabling unused power domains
[    0.859260] kernel: Freeing unused decrypted memory: 2028K
[    0.860150] kernel: Freeing unused kernel image (initmem) memory: 5268K
[    0.860164] kernel: Write protecting the kernel read-only data: 38912k
[    0.860958] kernel: Freeing unused kernel image (text/rodata gap) memory: 308K
[    0.861120] kernel: Freeing unused kernel image (rodata/data gap) memory: 88K
[    0.868157] kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    0.868165] kernel: Run /init as init process
[    0.868166] kernel:   with arguments:
[    0.868167] kernel:     /init
[    0.868168] kernel:     splash
[    0.868168] kernel:   with environment:
[    0.868169] kernel:     HOME=/
[    0.868169] kernel:     TERM=linux
[    0.944130] kernel: hid: raw HID events driver (C) Jiri Kosina
[    0.957279] kernel: ACPI: bus type thunderbolt registered
[    0.957700] kernel: Key type psk registered
[    0.962788] kernel: intel-lpss 0000:00:15.0: enabling device (0004 -> 0006)
[    0.963138] kernel: idma64 idma64.0: Found Intel integrated DMA 64-bit
[    0.969143] kernel: intel-lpss 0000:00:15.1: enabling device (0004 -> 0006)
[    0.969355] kernel: idma64 idma64.1: Found Intel integrated DMA 64-bit
[    0.971071] kernel: nvme 0000:a9:00.0: platform quirk: setting simple suspend
[    0.971190] kernel: nvme nvme0: pci function 0000:a9:00.0
[    0.977653] kernel: intel-lpss 0000:00:19.0: enabling device (0004 -> 0006)
[    0.987327] kernel: intel-lpss 0000:00:19.1: enabling device (0004 -> 0006)
[    1.000395] kernel: nvme nvme0: 18/0/0 default/read/poll queues
[    1.004211] kernel:  nvme0n1: p1 p2
[    1.062277] kernel: usb 3-3: new full-speed USB device number 2 using xhci_hcd
[    1.121434] kernel: pcieport 0000:00:07.2: pciehp: Slot(14): Link Down
[    1.121439] kernel: pcieport 0000:00:07.2: pciehp: Slot(14): Card not present
[    1.121859] kernel: pci_bus 0000:57: busn_res: [bus 57] is released
[    1.121996] kernel: pci_bus 0000:56: busn_res: [bus 56-57] is released
[    1.143979] kernel: hid-generic 0018:32AC:001B.0001: hidraw0: I2C HID v1.00 Device [FRMW0005:00 32AC:001B] on i2c-FRMW0005:00
[    1.144083] kernel: input: FRMW0004:00 32AC:0006 Wireless Radio Control as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-1/i2c-FRMW0004:00/0018:32AC:0006.0002/input/input5
[    1.144139] kernel: input: FRMW0004:00 32AC:0006 Consumer Control as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-1/i2c-FRMW0004:00/0018:32AC:0006.0002/input/input6
[    1.144185] kernel: hid-generic 0018:32AC:0006.0002: input,hidraw1: I2C HID v1.00 Device [FRMW0004:00 32AC:0006] on i2c-FRMW0004:00
[    1.144347] kernel: input: PIXA3854:00 093A:0274 Mouse as /devices/pci0000:00/0000:00:19.1/i2c_designware.3/i2c-3/i2c-PIXA3854:00/0018:093A:0274.0003/input/input7
[    1.144394] kernel: input: PIXA3854:00 093A:0274 Touchpad as /devices/pci0000:00/0000:00:19.1/i2c_designware.3/i2c-3/i2c-PIXA3854:00/0018:093A:0274.0003/input/input8
[    1.144446] kernel: hid-generic 0018:093A:0274.0003: input,hidraw2: I2C HID v1.00 Mouse [PIXA3854:00 093A:0274] on i2c-PIXA3854:00
[    1.149874] kernel: hid-sensor-hub 0018:32AC:001B.0001: hidraw0: I2C HID v1.00 Device [FRMW0005:00 32AC:001B] on i2c-FRMW0005:00
[    1.205563] kernel: input: PIXA3854:00 093A:0274 Mouse as /devices/pci0000:00/0000:00:19.1/i2c_designware.3/i2c-3/i2c-PIXA3854:00/0018:093A:0274.0003/input/input9
[    1.205668] kernel: input: PIXA3854:00 093A:0274 Touchpad as /devices/pci0000:00/0000:00:19.1/i2c_designware.3/i2c-3/i2c-PIXA3854:00/0018:093A:0274.0003/input/input10
[    1.205750] kernel: hid-multitouch 0018:093A:0274.0003: input,hidraw2: I2C HID v1.00 Mouse [PIXA3854:00 093A:0274] on i2c-PIXA3854:00
[    1.209330] kernel: usb 2-2: new SuperSpeed Plus Gen 2x1 USB device number 2 using xhci_hcd
[    1.221464] kernel: usb 2-2: New USB device found, idVendor=8087, idProduct=0b40, bcdDevice=12.34
[    1.221468] kernel: usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.221470] kernel: usb 2-2: Product: USB3.0 Hub
[    1.221472] kernel: usb 2-2: Manufacturer: Intel Corporation.
[    1.222231] kernel: hub 2-2:1.0: USB hub found
[    1.222272] kernel: hub 2-2:1.0: 4 ports detected
[    1.249630] kernel: usb 3-3: New USB device found, idVendor=046d, idProduct=c52b, bcdDevice=12.10
[    1.249642] kernel: usb 3-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.249647] kernel: usb 3-3: Product: USB Receiver
[    1.249650] kernel: usb 3-3: Manufacturer: Logitech
[    1.327830] kernel: usb 2-2: USB disconnect, device number 2
[    1.424457] kernel: usb 3-4: new full-speed USB device number 3 using xhci_hcd
[    1.792668] kernel: thunderbolt 1-1: new device found, vendor=0xb8 device=0x2463
[    1.792675] kernel: thunderbolt 1-1: ADTLINK UT3G
[    1.826814] kernel: usb 3-4: New USB device found, idVendor=32ac, idProduct=0002, bcdDevice= 0.00
[    1.826826] kernel: usb 3-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    1.826828] kernel: usb 3-4: Product: HDMI Expansion Card
[    1.826830] kernel: usb 3-4: Manufacturer: Framework
[    1.826832] kernel: usb 3-4: SerialNumber: 11AD1D00A1D54004082E0B00
[    1.875890] kernel: thunderbolt 0-3: new device found, vendor=0xd4 device=0xc050
[    1.875894] kernel: thunderbolt 0-3: DELL U2725QE
[    1.943182] kernel: usb 3-5: new high-speed USB device number 4 using xhci_hcd
[    2.047106] kernel: thunderbolt 1-0:1.1: new retimer found, vendor=0x8087 device=0xd9c
[    2.068008] kernel: usb 3-5: New USB device found, idVendor=1d5c, idProduct=5801, bcdDevice= 1.01
[    2.068014] kernel: usb 3-5: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.068016] kernel: usb 3-5: Product: USB2.0 Hub
[    2.068018] kernel: usb 3-5: Manufacturer: Fresco Logic, Inc.
[    2.068835] kernel: hub 3-5:1.0: USB hub found
[    2.068864] kernel: hub 3-5:1.0: 6 ports detected
[    2.094058] kernel: input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input4
[    2.133038] kernel: thunderbolt 0-0:3.1: new retimer found, vendor=0x8087 device=0xd9c
[    2.181278] kernel: usb 3-7: new high-speed USB device number 5 using xhci_hcd
[    2.324047] kernel: usb 3-7: New USB device found, idVendor=32ac, idProduct=001c, bcdDevice= 1.11
[    2.324055] kernel: usb 3-7: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[    2.324057] kernel: usb 3-7: Product: Laptop Webcam Module (2nd Gen)
[    2.324059] kernel: usb 3-7: Manufacturer: Framework
[    2.324060] kernel: usb 3-7: SerialNumber: FRANJBCHA143020079
[    2.366917] kernel: ucsi_acpi USBC000:00: unknown error 0
[    2.366927] kernel: ucsi_acpi USBC000:00: GET_CABLE_PROPERTY failed (-5)
[    2.441294] kernel: usb 3-9: new full-speed USB device number 6 using xhci_hcd
[    2.566107] kernel: usb 3-9: New USB device found, idVendor=27c6, idProduct=609c, bcdDevice= 1.00
[    2.566113] kernel: usb 3-9: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.566115] kernel: usb 3-9: Product: Goodix Fingerprint USB Device
[    2.566117] kernel: usb 3-9: Manufacturer: Goodix Technology Co., Ltd.
[    2.566119] kernel: usb 3-9: SerialNumber: UID3610AA9B_XXXX_MOC_B0
[    2.637278] kernel: usb 3-5.4: new high-speed USB device number 7 using xhci_hcd
[    2.722965] kernel: usb 3-5.4: New USB device found, idVendor=0424, idProduct=4206, bcdDevice= 6.25
[    2.722971] kernel: usb 3-5.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.722973] kernel: usb 3-5.4: Product: USB4206 Smart Hub
[    2.722975] kernel: usb 3-5.4: Manufacturer: Microchip
[    2.723748] kernel: hub 3-5.4:1.0: USB hub found
[    2.723773] kernel: hub 3-5.4:1.0: 5 ports detected
[    2.819997] kernel: ucsi_acpi USBC000:00: unknown error 256
[    2.820010] kernel: ucsi_acpi USBC000:00: GET_CABLE_PROPERTY failed (-5)
[    2.834182] kernel: usb 3-10: new full-speed USB device number 8 using xhci_hcd
[    2.960101] kernel: usb 3-10: New USB device found, idVendor=8087, idProduct=0032, bcdDevice= 0.00
[    2.960116] kernel: usb 3-10: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.972159] kernel: input: Logitech USB Receiver as /devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.0/0003:046D:C52B.0004/input/input11
[    3.023258] kernel: hid-generic 0003:046D:C52B.0004: input,hidraw3: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:00:14.0-3/input0
[    3.025390] kernel: input: Logitech USB Receiver Mouse as /devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.1/0003:046D:C52B.0005/input/input12
[    3.025496] kernel: input: Logitech USB Receiver Consumer Control as /devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.1/0003:046D:C52B.0005/input/input13
[    3.033182] kernel: usb 3-5.6: new high-speed USB device number 9 using xhci_hcd
[    3.076375] kernel: input: Logitech USB Receiver System Control as /devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.1/0003:046D:C52B.0005/input/input14
[    3.076641] kernel: hid-generic 0003:046D:C52B.0005: input,hiddev0,hidraw4: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:14.0-3/input1
[    3.078123] kernel: hid-generic 0003:046D:C52B.0006: hiddev1,hidraw5: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:14.0-3/input2
[    3.082822] kernel: hid-generic 0003:32AC:0002.0007: hiddev2,hidraw6: USB HID v1.11 Device [Framework HDMI Expansion Card] on usb-0000:00:14.0-4/input1
[    3.082844] kernel: usbcore: registered new interface driver usbhid
[    3.082845] kernel: usbhid: USB HID core driver
[    3.135238] kernel: usb 3-5.6: New USB device found, idVendor=413c, idProduct=5821, bcdDevice= 1.02
[    3.135250] kernel: usb 3-5.6: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.135254] kernel: usb 3-5.6: Product: Frescologic Billboard 
[    3.135258] kernel: usb 3-5.6: Manufacturer: Frescologic
[    3.191635] kernel: logitech-djreceiver 0003:046D:C52B.0006: hiddev0,hidraw3: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:14.0-3/input2
[    3.198178] kernel: usb 3-5.4.1: new high-speed USB device number 10 using xhci_hcd
[    3.287546] kernel: usb 3-5.4.1: New USB device found, idVendor=0424, idProduct=4252, bcdDevice= 2.33
[    3.287560] kernel: usb 3-5.4.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.287565] kernel: usb 3-5.4.1: Product: USB4206 Smart Hub
[    3.287568] kernel: usb 3-5.4.1: Manufacturer: Microchip
[    3.288699] kernel: hub 3-5.4.1:1.0: USB hub found
[    3.288733] kernel: hub 3-5.4.1:1.0: 5 ports detected
[    3.295646] kernel: input: Logitech Wireless Device PID:406b Keyboard as /devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.2/0003:046D:C52B.0006/0003:046D:406B.0008/input/input16
[    3.295750] kernel: input: Logitech Wireless Device PID:406b Mouse as /devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.2/0003:046D:C52B.0006/0003:046D:406B.0008/input/input17
[    3.295898] kernel: hid-generic 0003:046D:406B.0008: input,hidraw4: USB HID v1.11 Keyboard [Logitech Wireless Device PID:406b] on usb-0000:00:14.0-3/input2:1
[    3.347265] kernel: input: Logitech M585 as /devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.2/0003:046D:C52B.0006/0003:046D:406B.0008/input/input21
[    3.347348] kernel: logitech-hidpp-device 0003:046D:406B.0008: input,hidraw4: USB HID v1.11 Keyboard [Logitech M585] on usb-0000:00:14.0-3/input2:1
[    3.364277] kernel: usb 3-5.4.3: new high-speed USB device number 11 using xhci_hcd
[    3.454648] kernel: usb 3-5.4.3: New USB device found, idVendor=0424, idProduct=4216, bcdDevice= 2.43
[    3.454660] kernel: usb 3-5.4.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.454665] kernel: usb 3-5.4.3: Product: USB4216 Smart Hub
[    3.454667] kernel: usb 3-5.4.3: Manufacturer: Microchip
[    3.455785] kernel: hub 3-5.4.3:1.0: USB hub found
[    3.455860] kernel: hub 3-5.4.3:1.0: 4 ports detected
[    3.530258] kernel: usb 3-5.4.5: new high-speed USB device number 12 using xhci_hcd
[    3.615873] kernel: usb 3-5.4.5: New USB device found, idVendor=0424, idProduct=7260, bcdDevice= 6.25
[    3.615882] kernel: usb 3-5.4.5: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.615885] kernel: usb 3-5.4.5: Product: USB2 Controller Hub
[    3.615887] kernel: usb 3-5.4.5: Manufacturer: Microchip Tech
[    3.618100] kernel: hid-generic 0003:0424:7260.0009: hiddev1,hidraw5: USB HID v1.10 Device [Microchip Tech USB2 Controller Hub] on usb-0000:00:14.0-5.4.5/input1
[    3.688177] kernel: usb 3-5.4.1.5: new high-speed USB device number 13 using xhci_hcd
[    3.783311] kernel: usb 3-5.4.1.5: New USB device found, idVendor=0424, idProduct=7240, bcdDevice= 2.09
[    3.783326] kernel: usb 3-5.4.1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.783329] kernel: usb 3-5.4.1.5: Product: USB2 Controller Hub
[    3.783331] kernel: usb 3-5.4.1.5: Manufacturer: Microchip Tech
[    3.883388] kernel: EXT4-fs (nvme0n1p2): mounted filesystem 3b592b9a-a1fa-4f40-9ce6-a21fe681854e ro with ordered data mode. Quota mode: none.
[    3.959151] systemd[1]: Inserted module 'autofs4'
[    4.133432] systemd[1]: systemd 255.4-1ubuntu8.15 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR +IMA +SMACK +SECCOMP +GCRYPT -GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[    4.133439] systemd[1]: Detected architecture x86-64.
[    4.134109] systemd[1]: Hostname set to <torvalds>.
[    4.171172] kernel: usb 3-5.4.3.4: new high-speed USB device number 14 using xhci_hcd
[    4.266929] kernel: usb 3-5.4.3.4: New USB device found, idVendor=0424, idProduct=7240, bcdDevice= 2.09
[    4.266938] kernel: usb 3-5.4.3.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    4.266939] kernel: usb 3-5.4.3.4: Product: USB2 Controller Hub
[    4.266941] kernel: usb 3-5.4.3.4: Manufacturer: Microchip Tech
[    4.271912] systemd[1]: Queued start job for default target graphical.target.
[    4.299510] systemd[1]: Created slice machine.slice - Virtual Machine and Container Slice.
[    4.299971] systemd[1]: Created slice system-modprobe.slice - Slice /system/modprobe.
[    4.300179] systemd[1]: Created slice system-systemd\x2dfsck.slice - Slice /system/systemd-fsck.
[    4.300318] systemd[1]: Created slice user.slice - User and Session Slice.
[    4.300347] systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch.
[    4.300447] systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point.
[    4.300457] systemd[1]: Expecting device dev-disk-by\x2duuid-2953\x2d7DD1.device - /dev/disk/by-uuid/2953-7DD1...
[    4.300465] systemd[1]: Reached target integritysetup.target - Local Integrity Protected Volumes.
[    4.300477] systemd[1]: Reached target remote-fs.target - Remote File Systems.
[    4.300481] systemd[1]: Reached target slices.target - Slice Units.
[    4.300487] systemd[1]: Reached target snapd.mounts-pre.target - Mounting snaps.
[    4.300498] systemd[1]: Reached target veritysetup.target - Local Verity Protected Volumes.
[    4.300505] systemd[1]: Reached target virt-guest-shutdown.target - libvirt guests shutdown target.
[    4.300540] systemd[1]: Listening on dm-event.socket - Device-mapper event daemon FIFOs.
[    4.300592] systemd[1]: Listening on lvm2-lvmpolld.socket - LVM2 poll daemon socket.
[    4.300643] systemd[1]: Listening on syslog.socket - Syslog Socket.
[    4.300675] systemd[1]: Listening on systemd-fsckd.socket - fsck to fsckd communication Socket.
[    4.300695] systemd[1]: Listening on systemd-initctl.socket - initctl Compatibility Named Pipe.
[    4.300733] systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log).
[    4.300773] systemd[1]: Listening on systemd-journald.socket - Journal Socket.
[    4.300843] systemd[1]: Listening on systemd-oomd.socket - Userspace Out-Of-Memory (OOM) Killer Socket.
[    4.300864] systemd[1]: systemd-pcrextend.socket - TPM2 PCR Extension (Varlink) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[    4.301044] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket.
[    4.301090] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket.
[    4.301853] systemd[1]: Mounting dev-hugepages.mount - Huge Pages File System...
[    4.302251] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System...
[    4.302742] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System...
[    4.303706] systemd[1]: Mounting sys-kernel-tracing.mount - Kernel Trace File System...
[    4.305594] systemd[1]: Starting systemd-journald.service - Journal Service...
[    4.305653] systemd[1]: Finished blk-availability.service - Availability of block devices.
[    4.306269] systemd[1]: Starting keyboard-setup.service - Set the console keyboard layout...
[    4.306742] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes...
[    4.307169] systemd[1]: Starting lvm2-monitor.service - Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[    4.307565] systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs...
[    4.308038] systemd[1]: Starting modprobe@dm_mod.service - Load Kernel Module dm_mod...
[    4.308520] systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm...
[    4.309037] systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore...
[    4.309804] systemd[1]: Starting modprobe@fuse.service - Load Kernel Module fuse...
[    4.310302] systemd[1]: Starting modprobe@loop.service - Load Kernel Module loop...
[    4.310407] systemd[1]: systemd-fsck-root.service - File System Check on Root Device was skipped because of an unmet condition check (ConditionPathExists=!/run/initramfs/fsck-root).
[    4.311519] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules...
[    4.311542] systemd[1]: systemd-pcrmachine.service - TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[    4.312345] systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems...
[    4.312370] systemd[1]: systemd-tpm2-setup-early.service - TPM2 SRK Setup (Early) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[    4.312900] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices...
[    4.313638] systemd[1]: Mounted dev-hugepages.mount - Huge Pages File System.
[    4.313688] systemd[1]: Mounted dev-mqueue.mount - POSIX Message Queue File System.
[    4.313725] systemd[1]: Mounted sys-kernel-debug.mount - Kernel Debug File System.
[    4.313759] systemd[1]: Mounted sys-kernel-tracing.mount - Kernel Trace File System.
[    4.313872] systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes.
[    4.313980] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[    4.314048] systemd[1]: Finished modprobe@configfs.service - Load Kernel Module configfs.
[    4.314146] systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
[    4.314211] systemd[1]: Finished modprobe@dm_mod.service - Load Kernel Module dm_mod.
[    4.314305] systemd[1]: modprobe@drm.service: Deactivated successfully.
[    4.314368] systemd[1]: Finished modprobe@drm.service - Load Kernel Module drm.
[    4.314459] systemd[1]: modprobe@loop.service: Deactivated successfully.
[    4.314512] systemd[1]: Finished modprobe@loop.service - Load Kernel Module loop.
[    4.314597] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[    4.314646] systemd[1]: Finished modprobe@fuse.service - Load Kernel Module fuse.
[    4.314980] systemd-journald[488]: Collecting audit messages is disabled.
[    4.315142] systemd[1]: Mounting sys-fs-fuse-connections.mount - FUSE Control File System...
[    4.315593] systemd[1]: Mounting sys-kernel-config.mount - Kernel Configuration File System...
[    4.315645] systemd[1]: systemd-repart.service - Repartition Root Disk was skipped because no trigger condition checks were met.
[    4.316343] systemd[1]: Starting systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully...
[    4.316750] kernel: pstore: Using crash dump compression: deflate
[    4.318453] systemd[1]: Mounted sys-kernel-config.mount - Kernel Configuration File System.
[    4.319683] systemd[1]: Mounted sys-fs-fuse-connections.mount - FUSE Control File System.
[    4.329826] kernel: EXT4-fs (nvme0n1p2): re-mounted 3b592b9a-a1fa-4f40-9ce6-a21fe681854e r/w.
[    4.330643] systemd[1]: Finished systemd-remount-fs.service - Remount Root and Kernel File Systems.
[    4.330779] systemd[1]: Finished systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully.
[    4.331363] systemd[1]: Activating swap swap.img.swap - /swap.img...
[    4.331641] systemd[1]: systemd-hwdb-update.service - Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
[    4.332550] systemd[1]: Starting systemd-random-seed.service - Load/Save OS Random Seed...
[    4.332594] systemd[1]: systemd-sysusers.service - Create System Users was skipped because no trigger condition checks were met.
[    4.333256] kernel: lp: driver loaded but no devices found
[    4.333426] systemd[1]: Starting systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev...
[    4.333444] systemd[1]: systemd-tpm2-setup.service - TPM2 SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[    4.333722] systemd[1]: Finished keyboard-setup.service - Set the console keyboard layout.
[    4.336072] kernel: Adding 8388604k swap on /swap.img.  Priority:-2 extents:65 across:579600384k SS
[    4.336118] systemd[1]: Activated swap swap.img.swap - /swap.img.
[    4.336175] systemd[1]: Reached target swap.target - Swaps.
[    4.340520] systemd[1]: Finished systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev.
[    4.343389] systemd[1]: Starting systemd-udevd.service - Rule-based Manager for Device Events and Files...
[    4.343431] systemd[1]: Started systemd-journald.service - Journal Service.
[    4.344407] kernel: ppdev: user-space parallel port driver
[    4.352827] systemd-journald[488]: Received client request to flush runtime journal.
[    4.357741] systemd-journald[488]: /var/log/journal/3bf624422ae04a29b1dc5bc4e132f936/system.journal: Journal file uses a different sequence number ID, rotating.
[    4.357747] systemd-journald[488]: Rotating system journal.
[    4.359776] kernel: loop0: detected capacity change from 0 to 8
[    4.361117] kernel: loop1: detected capacity change from 0 to 294672
[    4.361953] kernel: loop2: detected capacity change from 0 to 113648
[    4.362280] kernel: loop3: detected capacity change from 0 to 294800
[    4.363612] kernel: loop4: detected capacity change from 0 to 113640
[    4.364465] kernel: loop5: detected capacity change from 0 to 151456
[    4.365273] kernel: loop6: detected capacity change from 0 to 151512
[    4.368122] kernel: loop7: detected capacity change from 0 to 136904
[    4.369313] kernel: loop8: detected capacity change from 0 to 136872
[    4.369672] kernel: loop9: detected capacity change from 0 to 562840
[    4.398084] kernel: pstore: Registered efi_pstore as persistent store backend
[    4.476483] kernel: resource: resource sanity check: requesting [mem 0x00000000fedc0000-0x00000000fedcffff], which spans more than pnp 00:05 [mem 0xfedc0000-0xfedc7fff]
[    4.476490] kernel: caller igen6_register_mcis+0x4c/0x330 [igen6_edac] mapping multiple BARs
[    4.477209] kernel: EDAC MC0: Giving out device to module igen6_edac controller Intel_client_SoC MC#0: DEV 0000:00:00.0 (INTERRUPT)
[    4.478079] kernel: EDAC MC1: Giving out device to module igen6_edac controller Intel_client_SoC MC#1: DEV 0000:00:00.0 (INTERRUPT)
[    4.480059] kernel: EDAC igen6: v2.5.1
[    4.483033] kernel: cros_ec_lpcs FRMWC004:00: loaded with quirks 00000001
[    4.509863] kernel: cros_ec_lpcs FRMWC004:00: Chrome EC device registered
[    4.511449] kernel: mc: Linux media interface: v0.10
[    4.516037] kernel: intel_vpu 0000:00:0b.0: [drm] Firmware: intel/vpu/vpu_37xx_v1.bin, version: 20251113*MTL_CLIENT_SILICON-NVR+NN-deployment*72f907ffc780df5579a2fed65afc4944da8b0e44*72f907ffc780df5579a2fed65afc4944da8b0e44*72f907ffc78
[    4.516044] kernel: intel_vpu 0000:00:0b.0: [drm] Scheduler mode: HW
[    4.534978] kernel: Bluetooth: Core ver 2.22
[    4.538864] kernel: videodev: Linux video capture interface: v2.00
[    4.540468] kernel: pci 0000:00:08.0: Setting to D3hot
[    4.546266] kernel: NET: Registered PF_BLUETOOTH protocol family
[    4.546270] kernel: Bluetooth: HCI device and connection manager initialized
[    4.546276] kernel: Bluetooth: HCI socket layer initialized
[    4.546279] kernel: Bluetooth: L2CAP socket layer initialized
[    4.546285] kernel: Bluetooth: SCO socket layer initialized
[    4.552252] kernel: intel_pmc_core INT33A1:00: Assuming a default substate order for this platform
[    4.552387] kernel: intel_pmc_core INT33A1:00:  initialized
[    4.569511] kernel: i801_smbus 0000:00:1f.4: SPD Write Disable is set
[    4.569551] kernel: i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[    4.569748] kernel: RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
[    4.569754] kernel: RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[    4.569756] kernel: RAPL PMU: hw unit of domain package 2^-14 Joules
[    4.569757] kernel: RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[    4.569759] kernel: RAPL PMU: hw unit of domain psys 2^-14 Joules
[    4.570477] kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    4.570684] kernel: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    4.570855] kernel: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
[    4.578794] kernel: intel_rapl_msr: PL4 support detected.
[    4.578820] kernel: intel_rapl_common: Found RAPL domain package
[    4.578822] kernel: intel_rapl_common: Found RAPL domain core
[    4.578823] kernel: intel_rapl_common: Found RAPL domain uncore
[    4.578825] kernel: intel_rapl_common: Found RAPL domain psys
[    4.597407] kernel: iwlwifi 0000:aa:00.0: enabling device (0000 -> 0002)
[    4.605256] kernel: iwlwifi 0000:aa:00.0: Detected crf-id 0x400410, cnv-id 0x400410 wfpm id 0x80000000
[    4.605407] kernel: iwlwifi 0000:aa:00.0: PCI dev 2725/0024, rev=0x420, rfid=0x10d000
[    4.605410] kernel: iwlwifi 0000:aa:00.0: Detected Intel(R) Wi-Fi 6E AX210 160MHz
[    4.610854] kernel: iwlwifi 0000:aa:00.0: loaded firmware version 89.1a492d28.0 ty-a0-gf-a0-89.ucode op_mode iwlmvm
[    4.622337] kernel: spi-nor spi0.0: supply vcc not found, using dummy regulator
[    4.623882] kernel: cros-charge-control cros-charge-control.6.auto: Framework charge control detected, preventing load
[    4.628599] kernel: Creating 1 MTD partitions on "0000:00:1f.5":
[    4.628602] kernel: 0x000000000000-0x000002000000 : "BIOS"
[    4.645557] kernel: usb 3-7: Found UVC 1.50 device Laptop Webcam Module (2nd Gen) (32ac:001c)
[    4.651253] kernel: usbcore: registered new interface driver btusb
[    4.653180] kernel: Bluetooth: hci0: Firmware timestamp 2023.48 buildtype 1 build 75324
[    4.653187] kernel: Bluetooth: hci0: Firmware SHA1: 0x23bac558
[    4.653501] kernel: Bluetooth: hci0: DSM reset method type: 0x00
[    4.657043] kernel: Bluetooth: hci0: Found device firmware: intel/ibt-0041-0041.sfi
[    4.657057] kernel: Bluetooth: hci0: Boot Address: 0x100800
[    4.657058] kernel: Bluetooth: hci0: Firmware Version: 60-48.23
[    4.657059] kernel: Bluetooth: hci0: Firmware already loaded
[    4.661129] kernel: Bluetooth: hci0: Fseq status: Success (0x00)
[    4.661133] kernel: Bluetooth: hci0: Fseq executed: 00.00.02.41
[    4.661135] kernel: Bluetooth: hci0: Fseq BT Top: 00.00.02.41
[    4.666155] kernel: usbcore: registered new interface driver uvcvideo
[    4.680102] kernel: thunderbolt 0-303: new device found, vendor=0xd4 device=0xc045
[    4.680106] kernel: thunderbolt 0-303: DELL U2724DE
[    4.682302] kernel: [drm] Initialized intel_vpu 1.0.0 for 0000:00:0b.0 on minor 0
[    4.694464] kernel: intel_rapl_common: Found RAPL domain package
[    5.005500] kernel: i915 0000:00:02.0: [drm] Found meteorlake (device ID 7d55) integrated display version 14.00 stepping C0
[    5.006575] kernel: i915 0000:00:02.0: [drm] VT-d active for gfx access
[    5.032958] kernel: i915 0000:00:02.0: vgaarb: deactivate vga console
[    5.033022] kernel: i915 0000:00:02.0: [drm] Using Transparent Hugepages
[    5.045275] kernel: i915 0000:00:02.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    5.054577] kernel: i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/mtl_dmc.bin (v2.21)
[    5.083991] kernel: i915 0000:00:02.0: [drm] GT0: GuC firmware i915/mtl_guc_70.bin version 70.36.0
[    5.095888] kernel: i915 0000:00:02.0: [drm] GT0: GUC: submission enabled
[    5.095890] kernel: i915 0000:00:02.0: [drm] GT0: GUC: SLPC enabled
[    5.096097] kernel: i915 0000:00:02.0: [drm] GT0: GUC: RC enabled
[    5.100714] kernel: mei_gsc_proxy 0000:00:16.0-0f73db04-97ab-4125-b893-e904ad0d5464: bound 0000:00:02.0 (ops i915_gsc_proxy_component_ops [i915])
[    5.101125] kernel: i915 0000:00:02.0: [drm] GT1: GuC firmware i915/mtl_guc_70.bin version 70.36.0
[    5.101128] kernel: i915 0000:00:02.0: [drm] GT1: HuC firmware i915/mtl_huc_gsc.bin version 8.5.4
[    5.123169] kernel: i915 0000:00:02.0: [drm] GT1: HuC: authenticated for clear media
[    5.123577] kernel: i915 0000:00:02.0: [drm] GT1: GUC: submission enabled
[    5.123578] kernel: i915 0000:00:02.0: [drm] GT1: GUC: SLPC enabled
[    5.123642] kernel: i915 0000:00:02.0: [drm] GT1: GUC: RC enabled
[    5.125643] kernel: i915 0000:00:02.0: [drm] Protected Xe Path (PXP) protected content support initialized
[    5.147897] kernel: snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002)
[    5.166184] kernel: usb 3-5.1: new high-speed USB device number 15 using xhci_hcd
[    5.190203] kernel: iwlwifi 0000:aa:00.0: WFPM_UMAC_PD_NOTIFICATION: 0x20
[    5.190243] kernel: iwlwifi 0000:aa:00.0: WFPM_LMAC2_PD_NOTIFICATION: 0x1f
[    5.190253] kernel: iwlwifi 0000:aa:00.0: WFPM_AUTH_KEY_0: 0x90
[    5.190266] kernel: iwlwifi 0000:aa:00.0: CNVI_SCU_SEQ_DATA_DW9: 0x0
[    5.190330] kernel: iwlwifi 0000:aa:00.0: Detected RF GF, rfid=0x10d000
[    5.250486] kernel: usb 3-5.1: New USB device found, idVendor=1d5c, idProduct=5801, bcdDevice= 1.01
[    5.250490] kernel: usb 3-5.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    5.250492] kernel: usb 3-5.1: Product: USB2.0 Hub
[    5.250493] kernel: usb 3-5.1: Manufacturer: Fresco Logic, Inc.
[    5.251469] kernel: hub 3-5.1:1.0: USB hub found
[    5.251504] kernel: hub 3-5.1:1.0: 6 ports detected
[    5.263650] kernel: i915 0000:00:02.0: [drm] GT1: Loaded GSC firmware i915/mtl_gsc_1.bin (cv1.0, r102.1.15.1926, svn 1)
[    5.277143] kernel: iwlwifi 0000:aa:00.0: base HW address: dc:97:ba:1b:88:ac
[    5.283811] kernel: i915 0000:00:02.0: [drm] GT1: HuC: authenticated for all workloads
[    5.322293] kernel: iwlwifi 0000:aa:00.0 wlp170s0: renamed from wlan0
[    5.370603] kernel: audit: type=1400 audit(1777755238.093:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="desktop-icons-ng" pid=955 comm="apparmor_parser"
[    5.370608] kernel: audit: type=1400 audit(1777755238.093:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="vscode" pid=953 comm="apparmor_parser"
[    5.370611] kernel: audit: type=1400 audit(1777755238.093:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="brave" pid=946 comm="apparmor_parser"
[    5.370612] kernel: audit: type=1400 audit(1777755238.093:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="devhelp" pid=956 comm="apparmor_parser"
[    5.370614] kernel: audit: type=1400 audit(1777755238.094:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="crun" pid=954 comm="apparmor_parser"
[    5.370616] kernel: audit: type=1400 audit(1777755238.094:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="ch-run" pid=951 comm="apparmor_parser"
[    5.370618] kernel: audit: type=1400 audit(1777755238.094:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="cam" pid=948 comm="apparmor_parser"
[    5.370620] kernel: audit: type=1400 audit(1777755238.094:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="element-desktop" pid=957 comm="apparmor_parser"
[    5.370622] kernel: audit: type=1400 audit(1777755238.094:12): apparmor="STATUS" operation="profile_load" profile="unconfined" name=4D6F6E676F444220436F6D70617373 pid=943 comm="apparmor_parser"
[    5.370623] kernel: audit: type=1400 audit(1777755238.094:13): apparmor="STATUS" operation="profile_load" profile="unconfined" name="chrome" pid=952 comm="apparmor_parser"
[    5.389151] kernel: thunderbolt 0000:00:0d.2: 303:1: hop deactivation failed for hop 1, index 8
[    5.389159] kernel: thunderbolt 0000:00:0d.2: USB3 Down path activation failed: -107
[    5.389168] kernel: thunderbolt 0000:00:0d.2: 3:17 <-> 303:16 (USB3): activation failed
[    5.389509] kernel: thunderbolt 0000:00:0d.2: 303:16: USB3 tunnel activation failed, aborting
[    5.393655] kernel: thunderbolt 0000:00:0d.2: 303: USB3 tunnel creation failed
[    5.426804] kernel: thunderbolt 0000:00:0d.2: 303:13: DP tunnel activation failed, aborting
[    5.432596] kernel: thunderbolt 0-303: device disconnected
[    5.497204] kernel: usb 3-5.1: USB disconnect, device number 15
[    5.622640] kernel: Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    5.622646] kernel: Bluetooth: BNEP filters: protocol multicast
[    5.622651] kernel: Bluetooth: BNEP socket layer initialized
[    5.624130] kernel: Bluetooth: MGMT ver 1.23
[    5.629752] kernel: NET: Registered PF_ALG protocol family
[    5.650333] kernel: nvme nvme0: using unchecked data buffer
[    5.661385] kernel: block nvme0n1: No UUID available providing old NGUID
[    5.689837] kernel: NET: Registered PF_QIPCRTR protocol family
[    5.792546] kernel: pcieport 0000:00:07.1: pciehp: Slot(13): Card present
[    5.792553] kernel: pcieport 0000:00:07.1: pciehp: Slot(13): Link Up
[    5.804638] kernel: pcieport 0000:00:07.2: pciehp: Slot(14): Card present
[    5.804643] kernel: pcieport 0000:00:07.2: pciehp: Slot(14): Link Up
[    5.922223] kernel: pci 0000:2b:00.0: [8086:0b26] type 01 class 0x060400 PCIe Switch Upstream Port
[    5.922269] kernel: pci 0000:2b:00.0: PCI bridge to [bus 00]
[    5.922280] kernel: pci 0000:2b:00.0:   bridge window [io  0x0000-0x0fff]
[    5.922284] kernel: pci 0000:2b:00.0:   bridge window [mem 0x00000000-0x000fffff]
[    5.922301] kernel: pci 0000:2b:00.0:   bridge window [mem 0x00000000-0x000fffff 64bit pref]
[    5.922321] kernel: pci 0000:2b:00.0: enabling Extended Tags
[    5.922510] kernel: pci 0000:2b:00.0: supports D1 D2
[    5.922511] kernel: pci 0000:2b:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    5.922670] kernel: pci 0000:2b:00.0: PTM enabled, 4ns granularity
[    5.922869] kernel: pci 0000:2b:00.0: Adding to iommu group 18
[    5.923343] kernel: Consider using thermal netlink events interface
[    5.924209] kernel: pci 0000:2b:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    5.924361] kernel: pci 0000:2c:00.0: [8086:0b26] type 01 class 0x060400 PCIe Switch Downstream Port
[    5.924405] kernel: pci 0000:2c:00.0: PCI bridge to [bus 00]
[    5.924415] kernel: pci 0000:2c:00.0:   bridge window [io  0x0000-0x0fff]
[    5.924420] kernel: pci 0000:2c:00.0:   bridge window [mem 0x00000000-0x000fffff]
[    5.924437] kernel: pci 0000:2c:00.0:   bridge window [mem 0x00000000-0x000fffff 64bit pref]
[    5.924460] kernel: pci 0000:2c:00.0: enabling Extended Tags
[    5.924640] kernel: pci 0000:2c:00.0: supports D1 D2
[    5.924641] kernel: pci 0000:2c:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    5.924899] kernel: pci 0000:2c:00.0: Adding to iommu group 19
[    5.925007] kernel: pci 0000:2c:01.0: [8086:0b26] type 01 class 0x060400 PCIe Switch Downstream Port
[    5.925050] kernel: pci 0000:2c:01.0: PCI bridge to [bus 00]
[    5.925060] kernel: pci 0000:2c:01.0:   bridge window [io  0x0000-0x0fff]
[    5.925064] kernel: pci 0000:2c:01.0:   bridge window [mem 0x00000000-0x000fffff]
[    5.925081] kernel: pci 0000:2c:01.0:   bridge window [mem 0x00000000-0x000fffff 64bit pref]
[    5.925104] kernel: pci 0000:2c:01.0: enabling Extended Tags
[    5.925317] kernel: pci 0000:2c:01.0: supports D1 D2
[    5.925318] kernel: pci 0000:2c:01.0: PME# supported from D0 D1 D2 D3hot D3cold
[    5.925680] kernel: pci 0000:2c:01.0: Adding to iommu group 22
[    5.925788] kernel: pci 0000:2c:02.0: [8086:0b26] type 01 class 0x060400 PCIe Switch Downstream Port
[    5.925832] kernel: pci 0000:2c:02.0: PCI bridge to [bus 00]
[    5.925842] kernel: pci 0000:2c:02.0:   bridge window [io  0x0000-0x0fff]
[    5.925846] kernel: pci 0000:2c:02.0:   bridge window [mem 0x00000000-0x000fffff]
[    5.925863] kernel: pci 0000:2c:02.0:   bridge window [mem 0x00000000-0x000fffff 64bit pref]
[    5.925886] kernel: pci 0000:2c:02.0: enabling Extended Tags
[    5.926070] kernel: pci 0000:2c:02.0: supports D1 D2
[    5.926070] kernel: pci 0000:2c:02.0: PME# supported from D0 D1 D2 D3hot D3cold
[    5.926439] kernel: pci 0000:2c:02.0: Adding to iommu group 23
[    5.926547] kernel: pci 0000:2c:03.0: [8086:0b26] type 01 class 0x060400 PCIe Switch Downstream Port
[    5.926591] kernel: pci 0000:2c:03.0: PCI bridge to [bus 00]
[    5.926601] kernel: pci 0000:2c:03.0:   bridge window [io  0x0000-0x0fff]
[    5.926605] kernel: pci 0000:2c:03.0:   bridge window [mem 0x00000000-0x000fffff]
[    5.926622] kernel: pci 0000:2c:03.0:   bridge window [mem 0x00000000-0x000fffff 64bit pref]
[    5.926645] kernel: pci 0000:2c:03.0: enabling Extended Tags
[    5.926828] kernel: pci 0000:2c:03.0: supports D1 D2
[    5.926828] kernel: pci 0000:2c:03.0: PME# supported from D0 D1 D2 D3hot D3cold
[    5.927223] kernel: pci 0000:2c:03.0: Adding to iommu group 24
[    5.927335] kernel: pci 0000:2c:04.0: [8086:0b26] type 01 class 0x060400 PCIe Switch Downstream Port
[    5.927378] kernel: pci 0000:2c:04.0: PCI bridge to [bus 00]
[    5.927388] kernel: pci 0000:2c:04.0:   bridge window [io  0x0000-0x0fff]
[    5.927392] kernel: pci 0000:2c:04.0:   bridge window [mem 0x00000000-0x000fffff]
[    5.927410] kernel: pci 0000:2c:04.0:   bridge window [mem 0x00000000-0x000fffff 64bit pref]
[    5.927432] kernel: pci 0000:2c:04.0: enabling Extended Tags
[    5.927615] kernel: pci 0000:2c:04.0: supports D1 D2
[    5.927615] kernel: pci 0000:2c:04.0: PME# supported from D0 D1 D2 D3hot D3cold
[    5.927926] kernel: pci 0000:2c:04.0: Adding to iommu group 25
[    5.928044] kernel: pci 0000:2b:00.0: PCI bridge to [bus 2c-54]
[    5.928065] kernel: pci 0000:2c:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    5.928077] kernel: pci 0000:2c:01.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    5.928088] kernel: pci 0000:2c:02.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    5.928100] kernel: pci 0000:2c:03.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    5.928112] kernel: pci 0000:2c:04.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    5.928204] kernel: pci 0000:2c:00.0: PCI bridge to [bus 2d-54]
[    5.928223] kernel: pci_bus 0000:2d: busn_res: [bus 2d-54] end is updated to 2d
[    5.928333] kernel: pci 0000:2c:01.0: PCI bridge to [bus 2e-54]
[    5.928352] kernel: pci_bus 0000:2e: busn_res: [bus 2e-54] end is updated to 3a
[    5.928431] kernel: pci 0000:2c:02.0: PCI bridge to [bus 3b-54]
[    5.928450] kernel: pci_bus 0000:3b: busn_res: [bus 3b-54] end is updated to 47
[    5.928534] kernel: pci 0000:2c:03.0: PCI bridge to [bus 48-54]
[    5.928553] kernel: pci_bus 0000:48: busn_res: [bus 48-54] end is updated to 53
[    5.928645] kernel: pci 0000:2c:04.0: PCI bridge to [bus 54]
[    5.928664] kernel: pci_bus 0000:54: busn_res: [bus 54] end is updated to 54
[    5.928671] kernel: pci_bus 0000:2c: busn_res: [bus 2c-54] end is updated to 54
[    5.928679] kernel: pci 0000:2c:01.0: bridge window [mem 0x00100000-0x001fffff 64bit pref] to [bus 2e-3a] add_size 100000 add_align 100000
[    5.928681] kernel: pci 0000:2c:01.0: bridge window [mem 0x00100000-0x001fffff] to [bus 2e-3a] add_size 100000 add_align 100000
[    5.928682] kernel: pci 0000:2c:02.0: bridge window [mem 0x00100000-0x001fffff 64bit pref] to [bus 3b-47] add_size 100000 add_align 100000
[    5.928683] kernel: pci 0000:2c:02.0: bridge window [mem 0x00100000-0x001fffff] to [bus 3b-47] add_size 100000 add_align 100000
[    5.928684] kernel: pci 0000:2c:03.0: bridge window [mem 0x00100000-0x001fffff 64bit pref] to [bus 48-53] add_size 100000 add_align 100000
[    5.928685] kernel: pci 0000:2c:03.0: bridge window [mem 0x00100000-0x001fffff] to [bus 48-53] add_size 100000 add_align 100000
[    5.928687] kernel: pci 0000:2b:00.0: bridge window [mem 0x00100000-0x005fffff 64bit pref] to [bus 2c-54] add_size 300000 add_align 100000
[    5.928689] kernel: pci 0000:2b:00.0: bridge window [mem 0x00100000-0x005fffff] to [bus 2c-54] add_size 300000 add_align 100000
[    5.928693] kernel: pci 0000:2b:00.0: bridge window [mem 0x8c000000-0x91ffffff]: assigned
[    5.928694] kernel: pci 0000:2b:00.0: bridge window [mem 0x5010000000-0x580fffffff 64bit pref]: assigned
[    5.928695] kernel: pci 0000:2b:00.0: bridge window [io  size 0x5000]: can't assign; no space
[    5.928696] kernel: pci 0000:2b:00.0: bridge window [io  size 0x5000]: failed to assign
[    5.928697] kernel: pci 0000:2b:00.0: bridge window [io  size 0x5000]: can't assign; no space
[    5.928698] kernel: pci 0000:2b:00.0: bridge window [io  size 0x5000]: failed to assign
[    5.928701] kernel: pci 0000:2c:00.0: bridge window [mem 0x8c000000-0x8c0fffff]: assigned
[    5.928702] kernel: pci 0000:2c:00.0: bridge window [mem 0x5010000000-0x50100fffff 64bit pref]: assigned
[    5.928703] kernel: pci 0000:2c:01.0: bridge window [mem 0x8c100000-0x8dffffff]: assigned
[    5.928704] kernel: pci 0000:2c:01.0: bridge window [mem 0x5010100000-0x52baafffff 64bit pref]: assigned
[    5.928705] kernel: pci 0000:2c:02.0: bridge window [mem 0x8e000000-0x8fefffff]: assigned
[    5.928705] kernel: pci 0000:2c:02.0: bridge window [mem 0x52bab00000-0x55654fffff 64bit pref]: assigned
[    5.928706] kernel: pci 0000:2c:03.0: bridge window [mem 0x8ff00000-0x91dfffff]: assigned
[    5.928707] kernel: pci 0000:2c:03.0: bridge window [mem 0x5565500000-0x580fefffff 64bit pref]: assigned
[    5.928708] kernel: pci 0000:2c:04.0: bridge window [mem 0x91e00000-0x91efffff]: assigned
[    5.928709] kernel: pci 0000:2c:04.0: bridge window [mem 0x580ff00000-0x580fffffff 64bit pref]: assigned
[    5.928709] kernel: pci 0000:2c:00.0: bridge window [io  size 0x1000]: can't assign; no space
[    5.928710] kernel: pci 0000:2c:00.0: bridge window [io  size 0x1000]: failed to assign
[    5.928711] kernel: pci 0000:2c:01.0: bridge window [io  size 0x1000]: can't assign; no space
[    5.928711] kernel: pci 0000:2c:01.0: bridge window [io  size 0x1000]: failed to assign
[    5.928712] kernel: pci 0000:2c:02.0: bridge window [io  size 0x1000]: can't assign; no space
[    5.928713] kernel: pci 0000:2c:02.0: bridge window [io  size 0x1000]: failed to assign
[    5.928713] kernel: pci 0000:2c:03.0: bridge window [io  size 0x1000]: can't assign; no space
[    5.928714] kernel: pci 0000:2c:03.0: bridge window [io  size 0x1000]: failed to assign
[    5.928715] kernel: pci 0000:2c:04.0: bridge window [io  size 0x1000]: can't assign; no space
[    5.928715] kernel: pci 0000:2c:04.0: bridge window [io  size 0x1000]: failed to assign
[    5.928717] kernel: pci 0000:2c:00.0: bridge window [io  size 0x1000]: can't assign; no space
[    5.928717] kernel: pci 0000:2c:00.0: bridge window [io  size 0x1000]: failed to assign
[    5.928718] kernel: pci 0000:2c:01.0: bridge window [io  size 0x1000]: can't assign; no space
[    5.928719] kernel: pci 0000:2c:01.0: bridge window [io  size 0x1000]: failed to assign
[    5.928719] kernel: pci 0000:2c:02.0: bridge window [io  size 0x1000]: can't assign; no space
[    5.928720] kernel: pci 0000:2c:02.0: bridge window [io  size 0x1000]: failed to assign
[    5.928720] kernel: pci 0000:2c:03.0: bridge window [io  size 0x1000]: can't assign; no space
[    5.928721] kernel: pci 0000:2c:03.0: bridge window [io  size 0x1000]: failed to assign
[    5.928722] kernel: pci 0000:2c:04.0: bridge window [io  size 0x1000]: can't assign; no space
[    5.928722] kernel: pci 0000:2c:04.0: bridge window [io  size 0x1000]: failed to assign
[    5.928723] kernel: pci 0000:2c:00.0: PCI bridge to [bus 2d]
[    5.928730] kernel: pci 0000:2c:00.0:   bridge window [mem 0x8c000000-0x8c0fffff]
[    5.928734] kernel: pci 0000:2c:00.0:   bridge window [mem 0x5010000000-0x50100fffff 64bit pref]
[    5.928742] kernel: pci 0000:2c:01.0: PCI bridge to [bus 2e-3a]
[    5.928748] kernel: pci 0000:2c:01.0:   bridge window [mem 0x8c100000-0x8dffffff]
[    5.928753] kernel: pci 0000:2c:01.0:   bridge window [mem 0x5010100000-0x52baafffff 64bit pref]
[    5.928761] kernel: pci 0000:2c:02.0: PCI bridge to [bus 3b-47]
[    5.928767] kernel: pci 0000:2c:02.0:   bridge window [mem 0x8e000000-0x8fefffff]
[    5.928772] kernel: pci 0000:2c:02.0:   bridge window [mem 0x52bab00000-0x55654fffff 64bit pref]
[    5.928780] kernel: pci 0000:2c:03.0: PCI bridge to [bus 48-53]
[    5.928786] kernel: pci 0000:2c:03.0:   bridge window [mem 0x8ff00000-0x91dfffff]
[    5.928790] kernel: pci 0000:2c:03.0:   bridge window [mem 0x5565500000-0x580fefffff 64bit pref]
[    5.928798] kernel: pci 0000:2c:04.0: PCI bridge to [bus 54]
[    5.928804] kernel: pci 0000:2c:04.0:   bridge window [mem 0x91e00000-0x91efffff]
[    5.928809] kernel: pci 0000:2c:04.0:   bridge window [mem 0x580ff00000-0x580fffffff 64bit pref]
[    5.928817] kernel: pci 0000:2b:00.0: PCI bridge to [bus 2c-54]
[    5.928823] kernel: pci 0000:2b:00.0:   bridge window [mem 0x8c000000-0x91ffffff]
[    5.928827] kernel: pci 0000:2b:00.0:   bridge window [mem 0x5010000000-0x580fffffff 64bit pref]
[    5.928835] kernel: pcieport 0000:00:07.1: PCI bridge to [bus 2b-54]
[    5.928837] kernel: pcieport 0000:00:07.1:   bridge window [io  0x5000-0x5fff]
[    5.928840] kernel: pcieport 0000:00:07.1:   bridge window [mem 0x8c000000-0x91ffffff]
[    5.928842] kernel: pcieport 0000:00:07.1:   bridge window [mem 0x5010000000-0x580fffffff 64bit pref]
[    5.928846] kernel: PCI: No. 2 try to assign unassigned res
[    5.928848] kernel: pcieport 0000:00:07.1: resource 13 [io  0x5000-0x5fff] released
[    5.928849] kernel: pcieport 0000:00:07.1: PCI bridge to [bus 2b-54]
[    5.928856] kernel: pcieport 0000:00:07.1: bridge window [io  0x7000-0xbfff]: assigned
[    5.928857] kernel: pci 0000:2b:00.0: bridge window [io  0x7000-0xbfff]: assigned
[    5.928858] kernel: pci 0000:2c:00.0: bridge window [io  0x7000-0x7fff]: assigned
[    5.928859] kernel: pci 0000:2c:01.0: bridge window [io  0x8000-0x8fff]: assigned
[    5.928860] kernel: pci 0000:2c:02.0: bridge window [io  0x9000-0x9fff]: assigned
[    5.928860] kernel: pci 0000:2c:03.0: bridge window [io  0xa000-0xafff]: assigned
[    5.928861] kernel: pci 0000:2c:04.0: bridge window [io  0xb000-0xbfff]: assigned
[    5.928862] kernel: pci 0000:2c:00.0: PCI bridge to [bus 2d]
[    5.928864] kernel: pci 0000:2c:00.0:   bridge window [io  0x7000-0x7fff]
[    5.928871] kernel: pci 0000:2c:00.0:   bridge window [mem 0x8c000000-0x8c0fffff]
[    5.928875] kernel: pci 0000:2c:00.0:   bridge window [mem 0x5010000000-0x50100fffff 64bit pref]
[    5.928883] kernel: pci 0000:2c:01.0: PCI bridge to [bus 2e-3a]
[    5.928886] kernel: pci 0000:2c:01.0:   bridge window [io  0x8000-0x8fff]
[    5.928892] kernel: pci 0000:2c:01.0:   bridge window [mem 0x8c100000-0x8dffffff]
[    5.928896] kernel: pci 0000:2c:01.0:   bridge window [mem 0x5010100000-0x52baafffff 64bit pref]
[    5.928904] kernel: pci 0000:2c:02.0: PCI bridge to [bus 3b-47]
[    5.928907] kernel: pci 0000:2c:02.0:   bridge window [io  0x9000-0x9fff]
[    5.928913] kernel: pci 0000:2c:02.0:   bridge window [mem 0x8e000000-0x8fefffff]
[    5.928917] kernel: pci 0000:2c:02.0:   bridge window [mem 0x52bab00000-0x55654fffff 64bit pref]
[    5.928925] kernel: pci 0000:2c:03.0: PCI bridge to [bus 48-53]
[    5.928928] kernel: pci 0000:2c:03.0:   bridge window [io  0xa000-0xafff]
[    5.928934] kernel: pci 0000:2c:03.0:   bridge window [mem 0x8ff00000-0x91dfffff]
[    5.928938] kernel: pci 0000:2c:03.0:   bridge window [mem 0x5565500000-0x580fefffff 64bit pref]
[    5.928947] kernel: pci 0000:2c:04.0: PCI bridge to [bus 54]
[    5.928949] kernel: pci 0000:2c:04.0:   bridge window [io  0xb000-0xbfff]
[    5.928955] kernel: pci 0000:2c:04.0:   bridge window [mem 0x91e00000-0x91efffff]
[    5.928959] kernel: pci 0000:2c:04.0:   bridge window [mem 0x580ff00000-0x580fffffff 64bit pref]
[    5.928968] kernel: pci 0000:2b:00.0: PCI bridge to [bus 2c-54]
[    5.928970] kernel: pci 0000:2b:00.0:   bridge window [io  0x7000-0xbfff]
[    5.928976] kernel: pci 0000:2b:00.0:   bridge window [mem 0x8c000000-0x91ffffff]
[    5.928980] kernel: pci 0000:2b:00.0:   bridge window [mem 0x5010000000-0x580fffffff 64bit pref]
[    5.928988] kernel: pcieport 0000:00:07.1: PCI bridge to [bus 2b-54]
[    5.928990] kernel: pcieport 0000:00:07.1:   bridge window [io  0x7000-0xbfff]
[    5.928993] kernel: pcieport 0000:00:07.1:   bridge window [mem 0x8c000000-0x91ffffff]
[    5.928995] kernel: pcieport 0000:00:07.1:   bridge window [mem 0x5010000000-0x580fffffff 64bit pref]
[    5.929091] kernel: pcieport 0000:2b:00.0: enabling device (0000 -> 0003)
[    5.929266] kernel: pcieport 0000:2c:00.0: enabling device (0000 -> 0003)
[    5.929439] kernel: pcieport 0000:2c:01.0: enabling device (0000 -> 0003)
[    5.929867] kernel: pcieport 0000:2c:01.0: pciehp: Slot #1 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    5.930104] kernel: pcieport 0000:2c:02.0: enabling device (0000 -> 0003)
[    5.930565] kernel: pcieport 0000:2c:02.0: pciehp: Slot #2 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    5.930885] kernel: pcieport 0000:2c:03.0: enabling device (0000 -> 0003)
[    5.931128] kernel: pcieport 0000:2c:03.0: pciehp: Slot #3 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    5.931378] kernel: pcieport 0000:2c:04.0: enabling device (0000 -> 0003)
[    5.931772] kernel: pci 0000:55:00.0: [1b21:2461] type 01 class 0x060400 PCIe Switch Upstream Port
[    5.931821] kernel: pci 0000:55:00.0: PCI bridge to [bus 00]
[    5.931830] kernel: pci 0000:55:00.0:   bridge window [io  0x0000-0x0fff]
[    5.931834] kernel: pci 0000:55:00.0:   bridge window [mem 0x00000000-0x000fffff]
[    5.931850] kernel: pci 0000:55:00.0:   bridge window [mem 0x00000000-0x000fffff 64bit pref]
[    5.931869] kernel: pci 0000:55:00.0: enabling Extended Tags
[    5.932018] kernel: pci 0000:55:00.0: PME# supported from D0 D3hot D3cold
[    5.932905] kernel: pci 0000:55:00.0: Adding to iommu group 26
[    5.932979] kernel: pcieport 0000:00:07.2: ASPM: current common clock configuration is inconsistent, reconfiguring
[    5.934183] kernel: pci 0000:55:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    5.934576] kernel: pci 0000:56:00.0: [1b21:2461] type 01 class 0x060400 PCIe Switch Downstream Port
[    5.934617] kernel: pci 0000:56:00.0: PCI bridge to [bus 00]
[    5.934626] kernel: pci 0000:56:00.0:   bridge window [io  0x0000-0x0fff]
[    5.934631] kernel: pci 0000:56:00.0:   bridge window [mem 0x00000000-0x000fffff]
[    5.934646] kernel: pci 0000:56:00.0:   bridge window [mem 0x00000000-0x000fffff 64bit pref]
[    5.934668] kernel: pci 0000:56:00.0: enabling Extended Tags
[    5.934796] kernel: pci 0000:56:00.0: PME# supported from D0 D3hot D3cold
[    5.935680] kernel: pci 0000:56:00.0: Adding to iommu group 27
[    5.935794] kernel: pci 0000:55:00.0: PCI bridge to [bus 56-7e]
[    5.935813] kernel: pci 0000:56:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    5.936068] kernel: pci 0000:57:00.0: [10de:2d04] type 00 class 0x030000 PCIe Legacy Endpoint
[    5.936139] kernel: pci 0000:57:00.0: BAR 0 [mem 0x00000000-0x03ffffff]
[    5.936144] kernel: pci 0000:57:00.0: BAR 1 [mem 0x00000000-0x0fffffff 64bit pref]
[    5.936149] kernel: pci 0000:57:00.0: BAR 3 [mem 0x00000000-0x01ffffff 64bit pref]
[    5.936151] kernel: pci 0000:57:00.0: BAR 5 [io  0x0000-0x007f]
[    5.936154] kernel: pci 0000:57:00.0: ROM [mem 0x00000000-0x0007ffff pref]
[    5.936250] kernel: pci 0000:57:00.0: Enabling HDA controller
[    5.936405] kernel: pci 0000:57:00.0: PME# supported from D0 D3hot
[    5.936502] kernel: pci 0000:57:00.0: VF BAR 0 [mem 0x00000000-0x0003ffff 64bit pref]
[    5.936503] kernel: pci 0000:57:00.0: VF BAR 0 [mem 0x00000000-0x0003ffff 64bit pref]: contains BAR 0 for 1 VFs
[    5.936508] kernel: pci 0000:57:00.0: VF BAR 2 [mem 0x00000000-0x0fffffff 64bit pref]
[    5.936508] kernel: pci 0000:57:00.0: VF BAR 2 [mem 0x00000000-0x0fffffff 64bit pref]: contains BAR 2 for 1 VFs
[    5.936513] kernel: pci 0000:57:00.0: VF BAR 4 [mem 0x00000000-0x01ffffff 64bit pref]
[    5.936513] kernel: pci 0000:57:00.0: VF BAR 4 [mem 0x00000000-0x01ffffff 64bit pref]: contains BAR 4 for 1 VFs
[    5.936775] kernel: pci 0000:57:00.0: 2.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x1 link at 0000:55:00.0 (capable of 504.112 Gb/s with 32.0 GT/s PCIe x16 link)
[    5.936887] kernel: pci 0000:57:00.0: Adding to iommu group 27
[    5.936895] kernel: pci 0000:57:00.0: vgaarb: bridge control possible
[    5.936896] kernel: pci 0000:57:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[    5.936900] kernel: i915 0000:00:02.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=none:owns=io+mem
[    5.936965] kernel: pci 0000:57:00.1: [10de:22eb] type 00 class 0x040300 PCIe Endpoint
[    5.937036] kernel: pci 0000:57:00.1: BAR 0 [mem 0x00000000-0x00003fff]
[    5.937431] kernel: pci 0000:57:00.1: Adding to iommu group 27
[    5.937578] kernel: pci 0000:56:00.0: PCI bridge to [bus 57-7e]
[    5.937596] kernel: pci_bus 0000:57: busn_res: [bus 57-7e] end is updated to 57
[    5.937602] kernel: pci_bus 0000:56: busn_res: [bus 56-7e] end is updated to 57
[    5.937610] kernel: pci 0000:56:00.0: bridge window [mem 0x08000000-0x1fffffff 64bit pref] to [bus 57] add_size 18000000 add_align 10000000
[    5.937612] kernel: pci 0000:55:00.0: bridge window [mem 0x08000000-0x1fffffff 64bit pref] to [bus 56-57] add_size 18000000 add_align 10000000
[    5.937617] kernel: pci 0000:55:00.0: bridge window [mem 0x4000000000-0x47ffffffff 64bit pref]: assigned
[    5.937618] kernel: pci 0000:55:00.0: bridge window [mem 0x80000000-0x85ffffff]: assigned
[    5.937619] kernel: pci 0000:55:00.0: bridge window [io  0x3000-0x3fff]: assigned
[    5.937620] kernel: pci 0000:56:00.0: bridge window [mem 0x4000000000-0x47ffffffff 64bit pref]: assigned
[    5.937621] kernel: pci 0000:56:00.0: bridge window [mem 0x80000000-0x85ffffff]: assigned
[    5.937622] kernel: pci 0000:56:00.0: bridge window [io  0x3000-0x3fff]: assigned
[    5.937624] kernel: pci 0000:57:00.0: BAR 1 [mem 0x4000000000-0x400fffffff 64bit pref]: assigned
[    5.937639] kernel: pci 0000:57:00.0: VF BAR 2 [mem 0x4010000000-0x401fffffff 64bit pref]: assigned
[    5.937645] kernel: pci 0000:57:00.0: BAR 0 [mem 0x80000000-0x83ffffff]: assigned
[    5.937650] kernel: pci 0000:57:00.0: BAR 3 [mem 0x4020000000-0x4021ffffff 64bit pref]: assigned
[    5.937664] kernel: pci 0000:57:00.0: VF BAR 4 [mem 0x4022000000-0x4023ffffff 64bit pref]: assigned
[    5.937670] kernel: pci 0000:57:00.0: ROM [mem 0x84000000-0x8407ffff pref]: assigned
[    5.937671] kernel: pci 0000:57:00.0: VF BAR 0 [mem 0x4024000000-0x402403ffff 64bit pref]: assigned
[    5.937677] kernel: pci 0000:57:00.1: BAR 0 [mem 0x84080000-0x84083fff]: assigned
[    5.937682] kernel: pci 0000:57:00.0: BAR 5 [io  0x3000-0x307f]: assigned
[    5.937688] kernel: pci 0000:56:00.0: PCI bridge to [bus 57]
[    5.937690] kernel: pci 0000:56:00.0:   bridge window [io  0x3000-0x3fff]
[    5.937696] kernel: pci 0000:56:00.0:   bridge window [mem 0x80000000-0x85ffffff]
[    5.937700] kernel: pci 0000:56:00.0:   bridge window [mem 0x4000000000-0x47ffffffff 64bit pref]
[    5.937707] kernel: pci 0000:55:00.0: PCI bridge to [bus 56-57]
[    5.937710] kernel: pci 0000:55:00.0:   bridge window [io  0x3000-0x3fff]
[    5.937715] kernel: pci 0000:55:00.0:   bridge window [mem 0x80000000-0x85ffffff]
[    5.937719] kernel: pci 0000:55:00.0:   bridge window [mem 0x4000000000-0x47ffffffff 64bit pref]
[    5.937727] kernel: pcieport 0000:00:07.2: PCI bridge to [bus 55-7e]
[    5.937728] kernel: pcieport 0000:00:07.2:   bridge window [io  0x3000-0x3fff]
[    5.937731] kernel: pcieport 0000:00:07.2:   bridge window [mem 0x80000000-0x85ffffff]
[    5.937733] kernel: pcieport 0000:00:07.2:   bridge window [mem 0x4000000000-0x47ffffffff 64bit pref]
[    5.937810] kernel: pcieport 0000:55:00.0: enabling device (0000 -> 0003)
[    5.937939] kernel: pcieport 0000:56:00.0: enabling device (0000 -> 0003)
[    5.938382] kernel: pci 0000:57:00.1: extending delay after power-on from D3hot to 20 msec
[    5.938536] kernel: pci 0000:57:00.1: D0 power state depends on 0000:57:00.0
[    5.938649] kernel: snd_hda_intel 0000:57:00.1: enabling device (0000 -> 0002)
[    5.938668] kernel: snd_hda_intel 0000:57:00.1: Disabling MSI
[    5.938672] kernel: snd_hda_intel 0000:57:00.1: Handle vga_switcheroo audio client
[    5.968631] kernel: input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:07.2/0000:55:00.0/0000:56:00.0/0000:57:00.1/sound/card0/input22
[    5.968670] kernel: input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:07.2/0000:55:00.0/0000:56:00.0/0000:57:00.1/sound/card0/input23
[    5.968792] kernel: input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:07.2/0000:55:00.0/0000:56:00.0/0000:57:00.1/sound/card0/input24
[    5.968818] kernel: input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:07.2/0000:55:00.0/0000:56:00.0/0000:57:00.1/sound/card0/input25
[    6.022661] kernel: nvidia: loading out-of-tree module taints kernel.
[    6.068769] kernel: nvidia-nvlink: Nvlink Core is being initialized, major device number 507
[    6.068774] kernel: 
[    6.072391] kernel: nvidia 0000:57:00.0: enabling device (0000 -> 0003)
[    6.072545] kernel: nvidia 0000:57:00.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=none:owns=none
[    6.082269] kernel: NVRM: loading NVIDIA UNIX Open Kernel Module for x86_64  580.142  Release Build  (dvs-builder@U22-I3-AD05-51-5)  Tue Mar  3 19:14:46 UTC 2026
[    6.102155] kernel: nvidia-modeset: Loading NVIDIA UNIX Open Kernel Mode Setting Driver for x86_64  580.142  Release Build  (dvs-builder@U22-I3-AD05-51-5)  Tue Mar  3 19:03:09 UTC 2026
[    6.106830] kernel: [drm] [nvidia-drm] [GPU ID 0x00005700] Loading driver
[    6.125215] kernel: i915 0000:00:02.0: [drm] PHY A failed to request refclk after 1us.
[    6.159907] kernel: i915 0000:00:02.0: [drm] Registered 4 planes with drm panic
[    6.159913] kernel: [drm] Initialized i915 1.6.0 for 0000:00:02.0 on minor 1
[    6.162236] kernel: ACPI: video: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    6.162563] kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input26
[    6.162911] kernel: snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops intel_audio_component_bind_ops [i915])
[    6.200377] kernel: snd_hda_codec_alc269 hdaudioC1D0: ALC285: picked fixup  for PCI SSID f111:0009
[    6.200855] kernel: snd_hda_codec_alc269 hdaudioC1D0: autoconfig for ALC285: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[    6.200856] kernel: snd_hda_codec_alc269 hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    6.200858] kernel: snd_hda_codec_alc269 hdaudioC1D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[    6.200859] kernel: snd_hda_codec_alc269 hdaudioC1D0:    mono: mono_out=0x0
[    6.200859] kernel: snd_hda_codec_alc269 hdaudioC1D0:    inputs:
[    6.200861] kernel: snd_hda_codec_alc269 hdaudioC1D0:      Internal Mic=0x12
[    6.200862] kernel: snd_hda_codec_alc269 hdaudioC1D0:      Headset Mic=0x19
[    6.236036] kernel: iwlwifi 0000:aa:00.0: WFPM_UMAC_PD_NOTIFICATION: 0x20
[    6.236075] kernel: iwlwifi 0000:aa:00.0: WFPM_LMAC2_PD_NOTIFICATION: 0x1f
[    6.236084] kernel: iwlwifi 0000:aa:00.0: WFPM_AUTH_KEY_0: 0x90
[    6.236094] kernel: iwlwifi 0000:aa:00.0: CNVI_SCU_SEQ_DATA_DW9: 0x0
[    6.276503] kernel: fbcon: i915drmfb (fb0) is primary device
[    6.276506] kernel: fbcon: Deferring console take-over
[    6.276507] kernel: i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
[    6.667021] kernel: bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[    6.785533] kernel: NOTICE: Automounting of tracing to debugfs is deprecated and will be removed in 2030
[    6.980779] kernel: Bluetooth: RFCOMM TTY layer initialized
[    6.980789] kernel: Bluetooth: RFCOMM socket layer initialized
[    6.980798] kernel: Bluetooth: RFCOMM ver 1.11
[    7.036207] kernel: input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card1/input27
[    7.036260] kernel: input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card1/input28
[    7.036291] kernel: input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card1/input29
[    7.036350] kernel: input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card1/input30
[    7.036377] kernel: input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card1/input31
[    7.702260] kernel: [drm] Initialized nvidia-drm 0.0.0 for 0000:57:00.0 on minor 0
[    7.703155] kernel: nvidia 0000:57:00.0: [drm] Cannot find any crtc or sizes
[    7.904968] kernel: rfkill: input handler disabled
[    8.045738] kernel: Lockdown: systemd-logind: hibernation is restricted; see man kernel_lockdown.7
[    8.368734] kernel: thunderbolt 0-303: new device found, vendor=0xd4 device=0xc045
[    8.368743] kernel: thunderbolt 0-303: DELL U2724DE
[    8.483419] kernel: usb 3-9: reset full-speed USB device number 6 using xhci_hcd
[    9.003180] kernel: usb 3-5.1: new high-speed USB device number 16 using xhci_hcd
[    9.091487] kernel: usb 3-5.1: New USB device found, idVendor=1d5c, idProduct=5801, bcdDevice= 1.01
[    9.091496] kernel: usb 3-5.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    9.091497] kernel: usb 3-5.1: Product: USB2.0 Hub
[    9.091498] kernel: usb 3-5.1: Manufacturer: Fresco Logic, Inc.
[    9.092661] kernel: hub 3-5.1:1.0: USB hub found
[    9.092704] kernel: hub 3-5.1:1.0: 6 ports detected
[    9.155203] kernel: pcieport 0000:00:07.1: PME: Spurious native interrupt!
[    9.155222] kernel: pcieport 0000:2c:01.0: pciehp: Slot(1): Card present
[    9.155231] kernel: pcieport 0000:2c:01.0: pciehp: Slot(1): Link Up
[    9.282287] kernel: pci 0000:2e:00.0: [8086:0b26] type 01 class 0x060400 PCIe Switch Upstream Port
[    9.282372] kernel: pci 0000:2e:00.0: PCI bridge to [bus 00]
[    9.282394] kernel: pci 0000:2e:00.0:   bridge window [io  0x0000-0x0fff]
[    9.282403] kernel: pci 0000:2e:00.0:   bridge window [mem 0x00000000-0x000fffff]
[    9.282434] kernel: pci 0000:2e:00.0:   bridge window [mem 0x00000000-0x000fffff 64bit pref]
[    9.282470] kernel: pci 0000:2e:00.0: enabling Extended Tags
[    9.282893] kernel: pci 0000:2e:00.0: supports D1 D2
[    9.282894] kernel: pci 0000:2e:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    9.283172] kernel: pci 0000:2e:00.0: PTM enabled, 4ns granularity
[    9.283711] kernel: pci 0000:2e:00.0: Adding to iommu group 28
[    9.286210] kernel: pci 0000:2e:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    9.286492] kernel: pci 0000:2f:00.0: [8086:0b26] type 01 class 0x060400 PCIe Switch Downstream Port
[    9.286569] kernel: pci 0000:2f:00.0: PCI bridge to [bus 00]
[    9.286587] kernel: pci 0000:2f:00.0:   bridge window [io  0x0000-0x0fff]
[    9.286595] kernel: pci 0000:2f:00.0:   bridge window [mem 0x00000000-0x000fffff]
[    9.286662] kernel: pci 0000:2f:00.0:   bridge window [mem 0x00000000-0x000fffff 64bit pref]
[    9.286702] kernel: pci 0000:2f:00.0: enabling Extended Tags
[    9.287050] kernel: pci 0000:2f:00.0: supports D1 D2
[    9.287051] kernel: pci 0000:2f:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    9.287635] kernel: pci 0000:2f:00.0: Adding to iommu group 29
[    9.287878] kernel: pci 0000:2f:01.0: [8086:0b26] type 01 class 0x060400 PCIe Switch Downstream Port
[    9.287955] kernel: pci 0000:2f:01.0: PCI bridge to [bus 00]
[    9.287972] kernel: pci 0000:2f:01.0:   bridge window [io  0x0000-0x0fff]
[    9.287980] kernel: pci 0000:2f:01.0:   bridge window [mem 0x00000000-0x000fffff]
[    9.288011] kernel: pci 0000:2f:01.0:   bridge window [mem 0x00000000-0x000fffff 64bit pref]
[    9.288052] kernel: pci 0000:2f:01.0: enabling Extended Tags
[    9.288433] kernel: pci 0000:2f:01.0: supports D1 D2
[    9.288437] kernel: pci 0000:2f:01.0: PME# supported from D0 D1 D2 D3hot D3cold
[    9.289068] kernel: pci 0000:2f:01.0: Adding to iommu group 30
[    9.289295] kernel: pci 0000:2f:02.0: [8086:0b26] type 01 class 0x060400 PCIe Switch Downstream Port
[    9.289371] kernel: pci 0000:2f:02.0: PCI bridge to [bus 00]
[    9.289389] kernel: pci 0000:2f:02.0:   bridge window [io  0x0000-0x0fff]
[    9.289398] kernel: pci 0000:2f:02.0:   bridge window [mem 0x00000000-0x000fffff]
[    9.289429] kernel: pci 0000:2f:02.0:   bridge window [mem 0x00000000-0x000fffff 64bit pref]
[    9.289469] kernel: pci 0000:2f:02.0: enabling Extended Tags
[    9.289839] kernel: pci 0000:2f:02.0: supports D1 D2
[    9.289843] kernel: pci 0000:2f:02.0: PME# supported from D0 D1 D2 D3hot D3cold
[    9.290382] kernel: pci 0000:2f:02.0: Adding to iommu group 31
[    9.290661] kernel: pci 0000:2f:03.0: [8086:0b26] type 01 class 0x060400 PCIe Switch Downstream Port
[    9.290743] kernel: pci 0000:2f:03.0: PCI bridge to [bus 00]
[    9.290760] kernel: pci 0000:2f:03.0:   bridge window [io  0x0000-0x0fff]
[    9.290767] kernel: pci 0000:2f:03.0:   bridge window [mem 0x00000000-0x000fffff]
[    9.290797] kernel: pci 0000:2f:03.0:   bridge window [mem 0x00000000-0x000fffff 64bit pref]
[    9.290870] kernel: pci 0000:2f:03.0: enabling Extended Tags
[    9.291200] kernel: pci 0000:2f:03.0: supports D1 D2
[    9.291202] kernel: pci 0000:2f:03.0: PME# supported from D0 D1 D2 D3hot D3cold
[    9.291790] kernel: pci 0000:2f:03.0: Adding to iommu group 32
[    9.292056] kernel: pci 0000:2f:04.0: [8086:0b26] type 01 class 0x060400 PCIe Switch Downstream Port
[    9.292131] kernel: pci 0000:2f:04.0: PCI bridge to [bus 00]
[    9.292149] kernel: pci 0000:2f:04.0:   bridge window [io  0x0000-0x0fff]
[    9.292156] kernel: pci 0000:2f:04.0:   bridge window [mem 0x00000000-0x000fffff]
[    9.292192] kernel: pci 0000:2f:04.0:   bridge window [mem 0x00000000-0x000fffff 64bit pref]
[    9.292234] kernel: pci 0000:2f:04.0: enabling Extended Tags
[    9.292597] kernel: pci 0000:2f:04.0: supports D1 D2
[    9.292600] kernel: pci 0000:2f:04.0: PME# supported from D0 D1 D2 D3hot D3cold
[    9.293295] kernel: pci 0000:2f:04.0: Adding to iommu group 33
[    9.293572] kernel: pci 0000:2e:00.0: PCI bridge to [bus 2f-3a]
[    9.293610] kernel: pci 0000:2f:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    9.293631] kernel: pci 0000:2f:01.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    9.293651] kernel: pci 0000:2f:02.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    9.293671] kernel: pci 0000:2f:03.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    9.293691] kernel: pci 0000:2f:04.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    9.293981] kernel: pci 0000:2f:00.0: PCI bridge to [bus 30-3a]
[    9.294016] kernel: pci_bus 0000:30: busn_res: [bus 30-3a] end is updated to 30
[    9.294438] kernel: pci 0000:2f:01.0: PCI bridge to [bus 31-3a]
[    9.294498] kernel: pci_bus 0000:31: busn_res: [bus 31-3a] end is updated to 33
[    9.294916] kernel: pci 0000:2f:02.0: PCI bridge to [bus 34-3a]
[    9.295017] kernel: pci_bus 0000:34: busn_res: [bus 34-3a] end is updated to 36
[    9.295355] kernel: pci 0000:2f:03.0: PCI bridge to [bus 37-3a]
[    9.295390] kernel: pci_bus 0000:37: busn_res: [bus 37-3a] end is updated to 39
[    9.295667] kernel: pci 0000:2f:04.0: PCI bridge to [bus 3a]
[    9.295739] kernel: pci_bus 0000:3a: busn_res: [bus 3a] end is updated to 3a
[    9.295751] kernel: pci_bus 0000:2f: busn_res: [bus 2f-3a] end is updated to 3a
[    9.295769] kernel: pci 0000:2f:01.0: bridge window [mem 0x00100000-0x001fffff 64bit pref] to [bus 31-33] add_size 100000 add_align 100000
[    9.295774] kernel: pci 0000:2f:01.0: bridge window [mem 0x00100000-0x001fffff] to [bus 31-33] add_size 100000 add_align 100000
[    9.295776] kernel: pci 0000:2f:02.0: bridge window [mem 0x00100000-0x001fffff 64bit pref] to [bus 34-36] add_size 100000 add_align 100000
[    9.295778] kernel: pci 0000:2f:02.0: bridge window [mem 0x00100000-0x001fffff] to [bus 34-36] add_size 100000 add_align 100000
[    9.295781] kernel: pci 0000:2f:03.0: bridge window [mem 0x00100000-0x001fffff 64bit pref] to [bus 37-39] add_size 100000 add_align 100000
[    9.295783] kernel: pci 0000:2f:03.0: bridge window [mem 0x00100000-0x001fffff] to [bus 37-39] add_size 100000 add_align 100000
[    9.295787] kernel: pci 0000:2e:00.0: bridge window [mem 0x00100000-0x005fffff 64bit pref] to [bus 2f-3a] add_size 300000 add_align 100000
[    9.295791] kernel: pci 0000:2e:00.0: bridge window [mem 0x00100000-0x005fffff] to [bus 2f-3a] add_size 300000 add_align 100000
[    9.295801] kernel: pci 0000:2e:00.0: bridge window [mem 0x8c100000-0x8dffffff]: assigned
[    9.295804] kernel: pci 0000:2e:00.0: bridge window [mem 0x5010100000-0x52baafffff 64bit pref]: assigned
[    9.295805] kernel: pci 0000:2e:00.0: bridge window [io  size 0x5000]: can't assign; no space
[    9.295807] kernel: pci 0000:2e:00.0: bridge window [io  size 0x5000]: failed to assign
[    9.295810] kernel: pci 0000:2e:00.0: bridge window [io  size 0x5000]: can't assign; no space
[    9.295811] kernel: pci 0000:2e:00.0: bridge window [io  size 0x5000]: failed to assign
[    9.295818] kernel: pci 0000:2f:00.0: bridge window [mem 0x8c100000-0x8c1fffff]: assigned
[    9.295819] kernel: pci 0000:2f:00.0: bridge window [mem 0x5010100000-0x50101fffff 64bit pref]: assigned
[    9.295821] kernel: pci 0000:2f:01.0: bridge window [mem 0x8c200000-0x8cafffff]: assigned
[    9.295823] kernel: pci 0000:2f:01.0: bridge window [mem 0x5010200000-0x50f39fffff 64bit pref]: assigned
[    9.295824] kernel: pci 0000:2f:02.0: bridge window [mem 0x8cb00000-0x8d3fffff]: assigned
[    9.295826] kernel: pci 0000:2f:02.0: bridge window [mem 0x50f3a00000-0x51d71fffff 64bit pref]: assigned
[    9.295828] kernel: pci 0000:2f:03.0: bridge window [mem 0x8d400000-0x8dcfffff]: assigned
[    9.295829] kernel: pci 0000:2f:03.0: bridge window [mem 0x51d7200000-0x52ba9fffff 64bit pref]: assigned
[    9.295831] kernel: pci 0000:2f:04.0: bridge window [mem 0x8dd00000-0x8ddfffff]: assigned
[    9.295833] kernel: pci 0000:2f:04.0: bridge window [mem 0x52baa00000-0x52baafffff 64bit pref]: assigned
[    9.295834] kernel: pci 0000:2f:00.0: bridge window [io  size 0x1000]: can't assign; no space
[    9.295836] kernel: pci 0000:2f:00.0: bridge window [io  size 0x1000]: failed to assign
[    9.295837] kernel: pci 0000:2f:01.0: bridge window [io  size 0x1000]: can't assign; no space
[    9.295839] kernel: pci 0000:2f:01.0: bridge window [io  size 0x1000]: failed to assign
[    9.295840] kernel: pci 0000:2f:02.0: bridge window [io  size 0x1000]: can't assign; no space
[    9.295841] kernel: pci 0000:2f:02.0: bridge window [io  size 0x1000]: failed to assign
[    9.295843] kernel: pci 0000:2f:03.0: bridge window [io  size 0x1000]: can't assign; no space
[    9.295844] kernel: pci 0000:2f:03.0: bridge window [io  size 0x1000]: failed to assign
[    9.295846] kernel: pci 0000:2f:04.0: bridge window [io  size 0x1000]: can't assign; no space
[    9.295847] kernel: pci 0000:2f:04.0: bridge window [io  size 0x1000]: failed to assign
[    9.295849] kernel: pci 0000:2f:00.0: bridge window [io  size 0x1000]: can't assign; no space
[    9.295850] kernel: pci 0000:2f:00.0: bridge window [io  size 0x1000]: failed to assign
[    9.295851] kernel: pci 0000:2f:01.0: bridge window [io  size 0x1000]: can't assign; no space
[    9.295853] kernel: pci 0000:2f:01.0: bridge window [io  size 0x1000]: failed to assign
[    9.295854] kernel: pci 0000:2f:02.0: bridge window [io  size 0x1000]: can't assign; no space
[    9.295855] kernel: pci 0000:2f:02.0: bridge window [io  size 0x1000]: failed to assign
[    9.295856] kernel: pci 0000:2f:03.0: bridge window [io  size 0x1000]: can't assign; no space
[    9.295858] kernel: pci 0000:2f:03.0: bridge window [io  size 0x1000]: failed to assign
[    9.295859] kernel: pci 0000:2f:04.0: bridge window [io  size 0x1000]: can't assign; no space
[    9.295860] kernel: pci 0000:2f:04.0: bridge window [io  size 0x1000]: failed to assign
[    9.295862] kernel: pci 0000:2f:00.0: PCI bridge to [bus 30]
[    9.295874] kernel: pci 0000:2f:00.0:   bridge window [mem 0x8c100000-0x8c1fffff]
[    9.295882] kernel: pci 0000:2f:00.0:   bridge window [mem 0x5010100000-0x50101fffff 64bit pref]
[    9.295897] kernel: pci 0000:2f:01.0: PCI bridge to [bus 31-33]
[    9.295909] kernel: pci 0000:2f:01.0:   bridge window [mem 0x8c200000-0x8cafffff]
[    9.295916] kernel: pci 0000:2f:01.0:   bridge window [mem 0x5010200000-0x50f39fffff 64bit pref]
[    9.295932] kernel: pci 0000:2f:02.0: PCI bridge to [bus 34-36]
[    9.295944] kernel: pci 0000:2f:02.0:   bridge window [mem 0x8cb00000-0x8d3fffff]
[    9.295951] kernel: pci 0000:2f:02.0:   bridge window [mem 0x50f3a00000-0x51d71fffff 64bit pref]
[    9.295966] kernel: pci 0000:2f:03.0: PCI bridge to [bus 37-39]
[    9.295977] kernel: pci 0000:2f:03.0:   bridge window [mem 0x8d400000-0x8dcfffff]
[    9.295985] kernel: pci 0000:2f:03.0:   bridge window [mem 0x51d7200000-0x52ba9fffff 64bit pref]
[    9.295998] kernel: pci 0000:2f:04.0: PCI bridge to [bus 3a]
[    9.296009] kernel: pci 0000:2f:04.0:   bridge window [mem 0x8dd00000-0x8ddfffff]
[    9.296018] kernel: pci 0000:2f:04.0:   bridge window [mem 0x52baa00000-0x52baafffff 64bit pref]
[    9.296032] kernel: pci 0000:2e:00.0: PCI bridge to [bus 2f-3a]
[    9.296044] kernel: pci 0000:2e:00.0:   bridge window [mem 0x8c100000-0x8dffffff]
[    9.296052] kernel: pci 0000:2e:00.0:   bridge window [mem 0x5010100000-0x52baafffff 64bit pref]
[    9.296067] kernel: pcieport 0000:2c:01.0: PCI bridge to [bus 2e-3a]
[    9.296071] kernel: pcieport 0000:2c:01.0:   bridge window [io  0x8000-0x8fff]
[    9.296078] kernel: pcieport 0000:2c:01.0:   bridge window [mem 0x8c100000-0x8dffffff]
[    9.296084] kernel: pcieport 0000:2c:01.0:   bridge window [mem 0x5010100000-0x52baafffff 64bit pref]
[    9.296093] kernel: PCI: No. 2 try to assign unassigned res
[    9.296096] kernel: pcieport 0000:2c:01.0: resource 13 [io  0x8000-0x8fff] released
[    9.296098] kernel: pcieport 0000:2c:01.0: PCI bridge to [bus 2e-3a]
[    9.296111] kernel: pcieport 0000:2c:01.0: bridge window [io  size 0x5000]: can't assign; no space
[    9.296113] kernel: pcieport 0000:2c:01.0: bridge window [io  size 0x5000]: failed to assign
[    9.296115] kernel: pcieport 0000:2c:01.0: bridge window [io  size 0x5000]: can't assign; no space
[    9.296116] kernel: pcieport 0000:2c:01.0: bridge window [io  size 0x5000]: failed to assign
[    9.296118] kernel: pci 0000:2e:00.0: bridge window [io  size 0x5000]: can't assign; no space
[    9.296119] kernel: pci 0000:2e:00.0: bridge window [io  size 0x5000]: failed to assign
[    9.296121] kernel: pci 0000:2e:00.0: bridge window [io  size 0x5000]: can't assign; no space
[    9.296122] kernel: pci 0000:2e:00.0: bridge window [io  size 0x5000]: failed to assign
[    9.296125] kernel: pci 0000:2f:00.0: bridge window [io  size 0x1000]: can't assign; no space
[    9.296126] kernel: pci 0000:2f:00.0: bridge window [io  size 0x1000]: failed to assign
[    9.296127] kernel: pci 0000:2f:01.0: bridge window [io  size 0x1000]: can't assign; no space
[    9.296128] kernel: pci 0000:2f:01.0: bridge window [io  size 0x1000]: failed to assign
[    9.296130] kernel: pci 0000:2f:02.0: bridge window [io  size 0x1000]: can't assign; no space
[    9.296131] kernel: pci 0000:2f:02.0: bridge window [io  size 0x1000]: failed to assign
[    9.296133] kernel: pci 0000:2f:03.0: bridge window [io  size 0x1000]: can't assign; no space
[    9.296134] kernel: pci 0000:2f:03.0: bridge window [io  size 0x1000]: failed to assign
[    9.296136] kernel: pci 0000:2f:04.0: bridge window [io  size 0x1000]: can't assign; no space
[    9.296137] kernel: pci 0000:2f:04.0: bridge window [io  size 0x1000]: failed to assign
[    9.296139] kernel: pci 0000:2f:00.0: bridge window [io  size 0x1000]: can't assign; no space
[    9.296140] kernel: pci 0000:2f:00.0: bridge window [io  size 0x1000]: failed to assign
[    9.296141] kernel: pci 0000:2f:01.0: bridge window [io  size 0x1000]: can't assign; no space
[    9.296143] kernel: pci 0000:2f:01.0: bridge window [io  size 0x1000]: failed to assign
[    9.296144] kernel: pci 0000:2f:02.0: bridge window [io  size 0x1000]: can't assign; no space
[    9.296145] kernel: pci 0000:2f:02.0: bridge window [io  size 0x1000]: failed to assign
[    9.296146] kernel: pci 0000:2f:03.0: bridge window [io  size 0x1000]: can't assign; no space
[    9.296147] kernel: pci 0000:2f:03.0: bridge window [io  size 0x1000]: failed to assign
[    9.296149] kernel: pci 0000:2f:04.0: bridge window [io  size 0x1000]: can't assign; no space
[    9.296150] kernel: pci 0000:2f:04.0: bridge window [io  size 0x1000]: failed to assign
[    9.296151] kernel: pci 0000:2f:00.0: PCI bridge to [bus 30]
[    9.296174] kernel: pci 0000:2f:00.0:   bridge window [mem 0x8c100000-0x8c1fffff]
[    9.296185] kernel: pci 0000:2f:00.0:   bridge window [mem 0x5010100000-0x50101fffff 64bit pref]
[    9.296201] kernel: pci 0000:2f:01.0: PCI bridge to [bus 31-33]
[    9.296214] kernel: pci 0000:2f:01.0:   bridge window [mem 0x8c200000-0x8cafffff]
[    9.296223] kernel: pci 0000:2f:01.0:   bridge window [mem 0x5010200000-0x50f39fffff 64bit pref]
[    9.296237] kernel: pci 0000:2f:02.0: PCI bridge to [bus 34-36]
[    9.296248] kernel: pci 0000:2f:02.0:   bridge window [mem 0x8cb00000-0x8d3fffff]
[    9.296256] kernel: pci 0000:2f:02.0:   bridge window [mem 0x50f3a00000-0x51d71fffff 64bit pref]
[    9.296270] kernel: pci 0000:2f:03.0: PCI bridge to [bus 37-39]
[    9.296280] kernel: pci 0000:2f:03.0:   bridge window [mem 0x8d400000-0x8dcfffff]
[    9.296289] kernel: pci 0000:2f:03.0:   bridge window [mem 0x51d7200000-0x52ba9fffff 64bit pref]
[    9.296303] kernel: pci 0000:2f:04.0: PCI bridge to [bus 3a]
[    9.296314] kernel: pci 0000:2f:04.0:   bridge window [mem 0x8dd00000-0x8ddfffff]
[    9.296324] kernel: pci 0000:2f:04.0:   bridge window [mem 0x52baa00000-0x52baafffff 64bit pref]
[    9.296363] kernel: pci 0000:2e:00.0: PCI bridge to [bus 2f-3a]
[    9.296385] kernel: pci 0000:2e:00.0:   bridge window [mem 0x8c100000-0x8dffffff]
[    9.296392] kernel: pci 0000:2e:00.0:   bridge window [mem 0x5010100000-0x52baafffff 64bit pref]
[    9.296406] kernel: pcieport 0000:2c:01.0: PCI bridge to [bus 2e-3a]
[    9.296413] kernel: pcieport 0000:2c:01.0:   bridge window [mem 0x8c100000-0x8dffffff]
[    9.296419] kernel: pcieport 0000:2c:01.0:   bridge window [mem 0x5010100000-0x52baafffff 64bit pref]
[    9.296477] kernel: pcieport 0000:2e:00.0: enabling device (0000 -> 0002)
[    9.296853] kernel: pcieport 0000:2f:00.0: enabling device (0000 -> 0002)
[    9.297150] kernel: pcieport 0000:2f:01.0: enabling device (0000 -> 0002)
[    9.297532] kernel: pcieport 0000:2f:01.0: pciehp: Slot #1 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    9.298092] kernel: pcieport 0000:2f:02.0: enabling device (0000 -> 0002)
[    9.298551] kernel: pcieport 0000:2f:02.0: pciehp: Slot #2 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    9.299023] kernel: pcieport 0000:2f:03.0: enabling device (0000 -> 0002)
[    9.299247] kernel: pcieport 0000:2f:03.0: pciehp: Slot #3 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    9.299671] kernel: pcieport 0000:2f:04.0: enabling device (0000 -> 0002)
[    9.626185] kernel: usb 3-5.1.4: new high-speed USB device number 17 using xhci_hcd
[    9.713297] kernel: usb 3-5.1.4: New USB device found, idVendor=0bda, idProduct=5483, bcdDevice= 1.07
[    9.713302] kernel: usb 3-5.1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    9.713303] kernel: usb 3-5.1.4: Product: 4-Port USB 2.0 Hub
[    9.713304] kernel: usb 3-5.1.4: Manufacturer: Generic
[    9.714433] kernel: hub 3-5.1.4:1.0: USB hub found
[    9.714654] kernel: hub 3-5.1.4:1.0: 5 ports detected
[    9.852429] kernel: wlp170s0: authenticate with 78:67:0e:bb:6c:d1 (local address=dc:97:ba:1b:88:ac)
[    9.853853] kernel: wlp170s0: send auth to 78:67:0e:bb:6c:d1 (try 1/3)
[    9.887772] kernel: wlp170s0: authenticated
[    9.888178] kernel: wlp170s0: associate with 78:67:0e:bb:6c:d1 (try 1/3)
[    9.896182] kernel: wlp170s0: RX AssocResp from 78:67:0e:bb:6c:d1 (capab=0x1511 status=0 aid=6)
[    9.908425] kernel: wlp170s0: associated
[    9.947176] kernel: wlp170s0: Limiting TX power to 30 (30 - 0) dBm as advertised by 78:67:0e:bb:6c:d1
[    9.994197] kernel: usb 3-5.1.4.1: new high-speed USB device number 18 using xhci_hcd
[   10.082321] kernel: usb 3-5.1.4.1: New USB device found, idVendor=0bda, idProduct=5483, bcdDevice= 2.09
[   10.082330] kernel: usb 3-5.1.4.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[   10.082332] kernel: usb 3-5.1.4.1: Product: 4-Port USB 2.0 Hub
[   10.082334] kernel: usb 3-5.1.4.1: Manufacturer: Generic
[   10.083779] kernel: hub 3-5.1.4.1:1.0: USB hub found
[   10.084006] kernel: hub 3-5.1.4.1:1.0: 4 ports detected
[   10.159184] kernel: usb 3-5.1.4.5: new high-speed USB device number 19 using xhci_hcd
[   10.245421] kernel: usb 3-5.1.4.5: New USB device found, idVendor=0bda, idProduct=1100, bcdDevice= 1.01
[   10.245429] kernel: usb 3-5.1.4.5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[   10.245432] kernel: usb 3-5.1.4.5: Product: USB2.0 HID
[   10.245434] kernel: usb 3-5.1.4.5: Manufacturer: Realtek
[   10.245435] kernel: usb 3-5.1.4.5: SerialNumber: 0123456789ABCDEF
[   10.247646] kernel: hid-generic 0003:0BDA:1100.000A: hiddev3,hidraw7: USB HID v1.11 Device [Realtek USB2.0 HID] on usb-0000:00:14.0-5.1.4.5/input0
[   10.523570] kernel: Initializing XFRM netlink socket
[   12.207684] systemd-journald[488]: /var/log/journal/3bf624422ae04a29b1dc5bc4e132f936/user-1000.journal: Journal file uses a different sequence number ID, rotating.
[   12.338059] kernel: kauditd_printk_skb: 165 callbacks suppressed
[   12.338063] kernel: audit: type=1400 audit(1777755245.061:179): apparmor="DENIED" operation="file_mmap" class="file" profile="/usr/lib/snapd/snap-confine" name="/usr/local/lib/AppProtection/libAppProtection.so.25.08.0.3" pid=3169 comm="snap-confine" requested_mask="m" denied_mask="m" fsuid=1000 ouid=0
[   12.522678] kernel: rfkill: input handler enabled
[   13.418213] kernel: Lockdown: systemd-logind: hibernation is restricted; see man kernel_lockdown.7
[   13.506141] kernel: rfkill: input handler disabled
[   14.981018] kernel: thunderbolt 0000:00:0d.2: 0:6 <-> 303:13 (DP): not enough bandwidth available
[   14.995876] kernel: audit: type=1400 audit(1777755247.719:180): apparmor="DENIED" operation="file_mmap" class="file" profile="/usr/lib/snapd/snap-confine" name="/usr/local/lib/AppProtection/libAppProtection.so.25.08.0.3" pid=4024 comm="snap-confine" requested_mask="m" denied_mask="m" fsuid=1000 ouid=0
[   16.809167] kernel: logitech-hidpp-device 0003:046D:406B.0008: HID++ 4.5 device connected.
[   33.493817] kernel: wireguard: WireGuard 1.0.0 loaded. See www.wireguard.com for information.
[   33.493819] kernel: wireguard: Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
[   76.923423] kernel: thunderbolt 0000:00:0d.2: 0:6: timeout waiting for DPTX request to clear
[   77.425287] kernel: thunderbolt 0000:00:0d.2: 0:6: timeout waiting for DPTX request to clear
[   77.425357] kernel: thunderbolt 0000:00:0d.2: 0:6 <-> 303:13 (DP): failed to change bandwidth allocation
[  115.793374] kernel: rfkill: input handler enabled
[  115.903634] kernel: fbcon: Taking over console
[  117.323038] kernel: Console: switching to colour frame buffer device 180x60
[  118.071999] kernel: wlp170s0: deauthenticating from 78:67:0e:bb:6c:d1 by local choice (Reason: 3=DEAUTH_LEAVING)
[  118.412399] kernel: i915 0000:00:02.0: [drm] Selective fetch area calculation failed in pipe A
[  119.017511] systemd-shutdown[1]: Syncing filesystems and block devices.
[  119.021720] systemd-shutdown[1]: Sending SIGTERM to remaining processes...
[  119.025928] systemd-journald[488]: Received SIGTERM from PID 1 (systemd-shutdow).

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

* Re: Fwd: [Bug 221457] New: PCI core drops Resizable BAR sizing after ASPM common-clock reconfiguration on Thunderbolt/USB4 hot-plug link
  2026-05-06  5:09       ` stuck-tamer-growl
@ 2026-05-06 12:26         ` Ilpo Järvinen
  2026-05-06 12:38           ` Mika Westerberg
  0 siblings, 1 reply; 7+ messages in thread
From: Ilpo Järvinen @ 2026-05-06 12:26 UTC (permalink / raw)
  To: stuck-tamer-growl, Sanath S, Mario Limonciello, Mika Westerberg,
	Bjorn Helgaas
  Cc: bjorn@helgaas.com, Linux PCI

On Wed, 6 May 2026, stuck-tamer-growl@duck.com wrote:

> Bjorn and All,
> 
> Attached 
> 
> pristine.dmesg.txt and pristine.lspci-vv.txt                                                                  
> cmdline "quiet splash", same kernel/hardware as the report.                                                                    
>                                                                                                                                         
> Many thanks!
> 
> Peter / stuck-tamer-growl
> 
> 
> 
> On Monday, May 4th, 2026 at 2:43 PM, Bjorn Helgaas <helgaas_at_kernel.org_stuck-tamer-growl@duck.com> wrote:
> 
> > [+bcc reporter]
> > 
> > On Mon, May 04, 2026 at 01:29:28PM -0500, Bjorn Helgaas wrote:
> > > ---------- Forwarded message ---------
> > > https://bugzilla.kernel.org/show_bug.cgi?id=221457
> > > ...
> > > SUMMARY
> > >
> > > Initial PCI enumeration assigns BAR 1 = 16 GB on an RTX 5060 Ti behind a
> > > Thunderbolt 4 link. Shortly after, the pcieport ASPM service runs a
> > > common-clock reconfigure on the host root port, the downstream bridges go
> > > through [bus 00-00] reset and re-enumeration, and BAR 1 is reassigned at 256
> > > MB.
> > 
> > stuck-tamer-growl: Thanks for the report.  Would you mind collect the
> > complete dmesg log and the output of "sudo lspci -vv" and posting them
> > here (or in the bugzilla if you prefer)?

Hi,

To me it looks the ASPM/CCC is a red herring (or another problem unrelated 
to the ReBAR size issue).

What happens here is the entire PCIe topology is reset:

[    1.121434] kernel: pcieport 0000:00:07.2: pciehp: Slot(14): Link Down
[    1.121439] kernel: pcieport 0000:00:07.2: pciehp: Slot(14): Card not present
[    5.804638] kernel: pcieport 0000:00:07.2: pciehp: Slot(14): Card present
[    5.804643] kernel: pcieport 0000:00:07.2: pciehp: Slot(14): Link Up

I recalled Mika Westerberg mentioned some time back Thunderbolt is 
starting to reset things on boot so this might be related to that.

As the hotplug tears down everything on PCI side, there's nothing to hold 
the ReBAR size information across as far as PCI core is concerned.

Thunderbolt reset on boot was (probably) introduced by this commit:

59a54c5f3dbd ("thunderbolt: Reset topology created by the boot firmware")


I don't know if the nvidia out-of-tree driver does attempt BAR resize on 
its own (some in-kernel GPU driver do on their own outside of PCI core's 
resource fitting algorithm). At least there's no indication in the log 
that would point to even a resize attempt happening.


My resizable BAR aware resource fitting would eventually solve this but 
it's not yet ready. I'm currently trying to fix pci=realloc not detecting 
need to resize anything if the current ReBAR size fits just fine.


-- 
 i.


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

* Re: Fwd: [Bug 221457] New: PCI core drops Resizable BAR sizing after ASPM common-clock reconfiguration on Thunderbolt/USB4 hot-plug link
  2026-05-06 12:26         ` Ilpo Järvinen
@ 2026-05-06 12:38           ` Mika Westerberg
  2026-05-06 13:07             ` Mario Limonciello
  0 siblings, 1 reply; 7+ messages in thread
From: Mika Westerberg @ 2026-05-06 12:38 UTC (permalink / raw)
  To: Ilpo Järvinen
  Cc: stuck-tamer-growl, Sanath S, Mario Limonciello, Bjorn Helgaas,
	bjorn@helgaas.com, Linux PCI

Hi,

On Wed, May 06, 2026 at 03:26:43PM +0300, Ilpo Järvinen wrote:
> On Wed, 6 May 2026, stuck-tamer-growl@duck.com wrote:
> 
> > Bjorn and All,
> > 
> > Attached 
> > 
> > pristine.dmesg.txt and pristine.lspci-vv.txt                                                                  
> > cmdline "quiet splash", same kernel/hardware as the report.                                                                    
> >                                                                                                                                         
> > Many thanks!
> > 
> > Peter / stuck-tamer-growl
> > 
> > 
> > 
> > On Monday, May 4th, 2026 at 2:43 PM, Bjorn Helgaas <helgaas_at_kernel.org_stuck-tamer-growl@duck.com> wrote:
> > 
> > > [+bcc reporter]
> > > 
> > > On Mon, May 04, 2026 at 01:29:28PM -0500, Bjorn Helgaas wrote:
> > > > ---------- Forwarded message ---------
> > > > https://bugzilla.kernel.org/show_bug.cgi?id=221457
> > > > ...
> > > > SUMMARY
> > > >
> > > > Initial PCI enumeration assigns BAR 1 = 16 GB on an RTX 5060 Ti behind a
> > > > Thunderbolt 4 link. Shortly after, the pcieport ASPM service runs a
> > > > common-clock reconfigure on the host root port, the downstream bridges go
> > > > through [bus 00-00] reset and re-enumeration, and BAR 1 is reassigned at 256
> > > > MB.
> > > 
> > > stuck-tamer-growl: Thanks for the report.  Would you mind collect the
> > > complete dmesg log and the output of "sudo lspci -vv" and posting them
> > > here (or in the bugzilla if you prefer)?
> 
> Hi,
> 
> To me it looks the ASPM/CCC is a red herring (or another problem unrelated 
> to the ReBAR size issue).
> 
> What happens here is the entire PCIe topology is reset:
> 
> [    1.121434] kernel: pcieport 0000:00:07.2: pciehp: Slot(14): Link Down
> [    1.121439] kernel: pcieport 0000:00:07.2: pciehp: Slot(14): Card not present
> [    5.804638] kernel: pcieport 0000:00:07.2: pciehp: Slot(14): Card present
> [    5.804643] kernel: pcieport 0000:00:07.2: pciehp: Slot(14): Link Up
> 
> I recalled Mika Westerberg mentioned some time back Thunderbolt is 
> starting to reset things on boot so this might be related to that.
> 
> As the hotplug tears down everything on PCI side, there's nothing to hold 
> the ReBAR size information across as far as PCI core is concerned.
> 
> Thunderbolt reset on boot was (probably) introduced by this commit:
> 
> 59a54c5f3dbd ("thunderbolt: Reset topology created by the boot firmware")
> 
> 
> I don't know if the nvidia out-of-tree driver does attempt BAR resize on 
> its own (some in-kernel GPU driver do on their own outside of PCI core's 
> resource fitting algorithm). At least there's no indication in the log 
> that would point to even a resize attempt happening.
> 
> 
> My resizable BAR aware resource fitting would eventually solve this but 
> it's not yet ready. I'm currently trying to fix pci=realloc not detecting 
> need to resize anything if the current ReBAR size fits just fine.

One temporary workaround until your code is ready is passing
"thunderbolt.host_reset=0" in the command line. That will skip the reset.

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

* Re: Fwd: [Bug 221457] New: PCI core drops Resizable BAR sizing after ASPM common-clock reconfiguration on Thunderbolt/USB4 hot-plug link
  2026-05-06 12:38           ` Mika Westerberg
@ 2026-05-06 13:07             ` Mario Limonciello
  2026-05-06 14:44               ` Mika Westerberg
  0 siblings, 1 reply; 7+ messages in thread
From: Mario Limonciello @ 2026-05-06 13:07 UTC (permalink / raw)
  To: Mika Westerberg, Ilpo Järvinen
  Cc: stuck-tamer-growl, Sanath S, Bjorn Helgaas, bjorn@helgaas.com,
	Linux PCI



On 5/6/26 07:38, Mika Westerberg wrote:
> Hi,
> 
> On Wed, May 06, 2026 at 03:26:43PM +0300, Ilpo Järvinen wrote:
>> On Wed, 6 May 2026, stuck-tamer-growl@duck.com wrote:
>>
>>> Bjorn and All,
>>>
>>> Attached
>>>
>>> pristine.dmesg.txt and pristine.lspci-vv.txt
>>> cmdline "quiet splash", same kernel/hardware as the report.
>>>                                                                                                                                          
>>> Many thanks!
>>>
>>> Peter / stuck-tamer-growl
>>>
>>>
>>>
>>> On Monday, May 4th, 2026 at 2:43 PM, Bjorn Helgaas <helgaas_at_kernel.org_stuck-tamer-growl@duck.com> wrote:
>>>
>>>> [+bcc reporter]
>>>>
>>>> On Mon, May 04, 2026 at 01:29:28PM -0500, Bjorn Helgaas wrote:
>>>>> ---------- Forwarded message ---------
>>>>> https://bugzilla.kernel.org/show_bug.cgi?id=221457
>>>>> ...
>>>>> SUMMARY
>>>>>
>>>>> Initial PCI enumeration assigns BAR 1 = 16 GB on an RTX 5060 Ti behind a
>>>>> Thunderbolt 4 link. Shortly after, the pcieport ASPM service runs a
>>>>> common-clock reconfigure on the host root port, the downstream bridges go
>>>>> through [bus 00-00] reset and re-enumeration, and BAR 1 is reassigned at 256
>>>>> MB.
>>>>
>>>> stuck-tamer-growl: Thanks for the report.  Would you mind collect the
>>>> complete dmesg log and the output of "sudo lspci -vv" and posting them
>>>> here (or in the bugzilla if you prefer)?
>>
>> Hi,
>>
>> To me it looks the ASPM/CCC is a red herring (or another problem unrelated
>> to the ReBAR size issue).
>>
>> What happens here is the entire PCIe topology is reset:
>>
>> [    1.121434] kernel: pcieport 0000:00:07.2: pciehp: Slot(14): Link Down
>> [    1.121439] kernel: pcieport 0000:00:07.2: pciehp: Slot(14): Card not present
>> [    5.804638] kernel: pcieport 0000:00:07.2: pciehp: Slot(14): Card present
>> [    5.804643] kernel: pcieport 0000:00:07.2: pciehp: Slot(14): Link Up
>>
>> I recalled Mika Westerberg mentioned some time back Thunderbolt is
>> starting to reset things on boot so this might be related to that.
>>
>> As the hotplug tears down everything on PCI side, there's nothing to hold
>> the ReBAR size information across as far as PCI core is concerned.
>>
>> Thunderbolt reset on boot was (probably) introduced by this commit:
>>
>> 59a54c5f3dbd ("thunderbolt: Reset topology created by the boot firmware")
>>
>>
>> I don't know if the nvidia out-of-tree driver does attempt BAR resize on
>> its own (some in-kernel GPU driver do on their own outside of PCI core's
>> resource fitting algorithm). At least there's no indication in the log
>> that would point to even a resize attempt happening.
>>
>>
>> My resizable BAR aware resource fitting would eventually solve this but
>> it's not yet ready. I'm currently trying to fix pci=realloc not detecting
>> need to resize anything if the current ReBAR size fits just fine.
> 
> One temporary workaround until your code is ready is passing
> "thunderbolt.host_reset=0" in the command line. That will skip the reset.

A few background things of that host reset:

1. BIOS won't reserve enough MMIO resources for downstream device in 
PCIe tunnel to be able to hotplug.  If Linux inherits assignments you 
get in a bad situation.

For example:
Boot with a dock connected and no downstream storage.
Try to hotplug downstream storage.
Downstream storage doesn't work in Linux.

Boot with dock connected and downstream storage connected.
Downstream storage does work in Linux.

2. Windows does the same thing.


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

* Re: Fwd: [Bug 221457] New: PCI core drops Resizable BAR sizing after ASPM common-clock reconfiguration on Thunderbolt/USB4 hot-plug link
  2026-05-06 13:07             ` Mario Limonciello
@ 2026-05-06 14:44               ` Mika Westerberg
  0 siblings, 0 replies; 7+ messages in thread
From: Mika Westerberg @ 2026-05-06 14:44 UTC (permalink / raw)
  To: Mario Limonciello
  Cc: Ilpo Järvinen, stuck-tamer-growl, Sanath S, Bjorn Helgaas,
	bjorn@helgaas.com, Linux PCI

Hi,

On Wed, May 06, 2026 at 08:07:26AM -0500, Mario Limonciello wrote:
> 
> 
> On 5/6/26 07:38, Mika Westerberg wrote:
> > Hi,
> > 
> > On Wed, May 06, 2026 at 03:26:43PM +0300, Ilpo Järvinen wrote:
> > > On Wed, 6 May 2026, stuck-tamer-growl@duck.com wrote:
> > > 
> > > > Bjorn and All,
> > > > 
> > > > Attached
> > > > 
> > > > pristine.dmesg.txt and pristine.lspci-vv.txt
> > > > cmdline "quiet splash", same kernel/hardware as the report.
> > > > Many thanks!
> > > > 
> > > > Peter / stuck-tamer-growl
> > > > 
> > > > 
> > > > 
> > > > On Monday, May 4th, 2026 at 2:43 PM, Bjorn Helgaas <helgaas_at_kernel.org_stuck-tamer-growl@duck.com> wrote:
> > > > 
> > > > > [+bcc reporter]
> > > > > 
> > > > > On Mon, May 04, 2026 at 01:29:28PM -0500, Bjorn Helgaas wrote:
> > > > > > ---------- Forwarded message ---------
> > > > > > https://bugzilla.kernel.org/show_bug.cgi?id=221457
> > > > > > ...
> > > > > > SUMMARY
> > > > > > 
> > > > > > Initial PCI enumeration assigns BAR 1 = 16 GB on an RTX 5060 Ti behind a
> > > > > > Thunderbolt 4 link. Shortly after, the pcieport ASPM service runs a
> > > > > > common-clock reconfigure on the host root port, the downstream bridges go
> > > > > > through [bus 00-00] reset and re-enumeration, and BAR 1 is reassigned at 256
> > > > > > MB.
> > > > > 
> > > > > stuck-tamer-growl: Thanks for the report.  Would you mind collect the
> > > > > complete dmesg log and the output of "sudo lspci -vv" and posting them
> > > > > here (or in the bugzilla if you prefer)?
> > > 
> > > Hi,
> > > 
> > > To me it looks the ASPM/CCC is a red herring (or another problem unrelated
> > > to the ReBAR size issue).
> > > 
> > > What happens here is the entire PCIe topology is reset:
> > > 
> > > [    1.121434] kernel: pcieport 0000:00:07.2: pciehp: Slot(14): Link Down
> > > [    1.121439] kernel: pcieport 0000:00:07.2: pciehp: Slot(14): Card not present
> > > [    5.804638] kernel: pcieport 0000:00:07.2: pciehp: Slot(14): Card present
> > > [    5.804643] kernel: pcieport 0000:00:07.2: pciehp: Slot(14): Link Up
> > > 
> > > I recalled Mika Westerberg mentioned some time back Thunderbolt is
> > > starting to reset things on boot so this might be related to that.
> > > 
> > > As the hotplug tears down everything on PCI side, there's nothing to hold
> > > the ReBAR size information across as far as PCI core is concerned.
> > > 
> > > Thunderbolt reset on boot was (probably) introduced by this commit:
> > > 
> > > 59a54c5f3dbd ("thunderbolt: Reset topology created by the boot firmware")
> > > 
> > > 
> > > I don't know if the nvidia out-of-tree driver does attempt BAR resize on
> > > its own (some in-kernel GPU driver do on their own outside of PCI core's
> > > resource fitting algorithm). At least there's no indication in the log
> > > that would point to even a resize attempt happening.
> > > 
> > > 
> > > My resizable BAR aware resource fitting would eventually solve this but
> > > it's not yet ready. I'm currently trying to fix pci=realloc not detecting
> > > need to resize anything if the current ReBAR size fits just fine.
> > 
> > One temporary workaround until your code is ready is passing
> > "thunderbolt.host_reset=0" in the command line. That will skip the reset.
> 
> A few background things of that host reset:
> 
> 1. BIOS won't reserve enough MMIO resources for downstream device in PCIe
> tunnel to be able to hotplug.  If Linux inherits assignments you get in a
> bad situation.
> 
> For example:
> Boot with a dock connected and no downstream storage.
> Try to hotplug downstream storage.
> Downstream storage doesn't work in Linux.
> 
> Boot with dock connected and downstream storage connected.
> Downstream storage does work in Linux.
> 
> 2. Windows does the same thing.

The other thing is that this is essentially same as plugging in a device
after the system has booted up. Linux should be able to reserve resources
for its needs.

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

end of thread, other threads:[~2026-05-06 14:44 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <bug-221457-41252@https.bugzilla.kernel.org/>
2026-05-04 18:29 ` Fwd: [Bug 221457] New: PCI core drops Resizable BAR sizing after ASPM common-clock reconfiguration on Thunderbolt/USB4 hot-plug link Bjorn Helgaas
2026-05-04 18:43   ` Bjorn Helgaas
     [not found]     ` <AB2EBCFC-663F-48A1-9C11-2DFB7C844B19.1@smtp-inbound1.duck.com>
2026-05-06  5:09       ` stuck-tamer-growl
2026-05-06 12:26         ` Ilpo Järvinen
2026-05-06 12:38           ` Mika Westerberg
2026-05-06 13:07             ` Mario Limonciello
2026-05-06 14:44               ` Mika Westerberg

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