BUG: ASPM issues with Radeon Pro WX3100
Alex Huang
huangalex409 at gmail.com
Sun Jul 6 02:44:03 UTC 2025
Hi Bjorn,
I have compiled and run a v6.16-rc4 kernel with the patch. The output messages
from journalctl up to systemd loading is attached.
Regards,
Alex H
On 2025-07-05 09:42, Bjorn Helgaas wrote:
> [+cc Kenneth, Alex, Christian, amd-gfx]
>
> On Thu, Jul 03, 2025 at 12:09:20AM -0400, Alex Huang wrote:
>> Hi,
>>
>> Recently, I dug up a Radeon Pro WX3100 and when booting, got a black screen
>> with some complaints of No EDID read and then a `Fatal error during GPU
>> init`. With windows booting fine and an MSI Kombustor run turning out just
>> fine, I would say hardware failure highly unlikely. The logs seem unrelated
>> (although I have attached them anyways), lspci -vvxxx output for the device
>> is also at the end of the email. Also here is lspci -vvxxx for the upstream
>> PCI bridge attached to the GPU.
>>
>> A bisect reveals the offending commit is 0064b0ce85bb ("drm/amd/pm: enable
>> ASPM by default"). The simple fix appears to be setting `amdgpu.aspm=0` in
>> kernel boot parameters. This seemingly is a case of something in the Lenovo
>> ideacentre (specifically the ideacentre 510A-15ARR I found this bug on)
>> incorrectly reporting ASPM availability. I'd think this is a PCI driver
>> issue, but I am by no means an expert here. If this ends up on the wrong
>> mailing list, please do let me know.
>>
>> I also did try enabling/disabling ASPM on the BIOS side to no avail.
>>
>> The bug appears to be systematically existent for many other cards I ended
>> up plugging into the device (thus conclusion as PCI driver issue). And does
>> appear to have an attempt to fix specifically for amdgpu
>> (20220408154447.3519453-1-richard.gong at amd.com) but that never went
>> upstream.
> Hi Alex, thanks very much for reporting and bisecting this issue. I
> added the author of 0064b0ce85bb and the maintainers of amdgpu.
>
> From your lspci output, it looks like ASPM L1.2 is enabled for this
> device, and we do have a known PCI core issue with L1.2. Linux tries
> to configure L1.2 but doesn't have enough information to do it
> correctly. We don't have a good fix for this yet, but you could try
> the debug patch from here:
>
> https://lore.kernel.org/r/20250418225527.GA169820@bhelgaas
>
> That patch is based on v6.15-rc1, and it looks like you're running a
> v5.12 kernel, so it likely won't apply directly, but you may be able
> to try a newer kernel or adapt the patch to your v5.12 kernel.
>
> If you do try this out, please collect the complete dmesg log.
>
> Bjorn
>
>> ------------[ cut here ]------------
>> WARNING: CPU: 2 PID: 338 at drivers/gpu/drm/amd/amdgpu/uvd_v6_0.c:1089
>> uvd_v6_0_ring_insert_nop+0x21/0x120 [amdgpu]
>> Modules linked in: amdgpu(+) ath10k_pci ath10k_core snd_hda_codec_realtek
>> snd_hda_codec_generic ath binfmt_misc ledtrig_audio snd_hda_codec_hdmi
>> mac80211 snd>
>> CPU: 2 PID: 338 Comm: systemd-udevd Not tainted 5.12.0-rc7+ #41
>> Hardware name: LENOVO 90J00078US/3706, BIOS O4DKT45A 12/06/2022
>> RIP: 0010:uvd_v6_0_ring_insert_nop+0x21/0x120 [amdgpu]
>> Code: ff ff 0f 1f 80 00 00 00 00 0f 1f 44 00 00 55 48 89 e5 41 55 41 54 41
>> 89 f4 53 48 89 fb f6 87 18 02 00 00 01 0f 84 e7 00 00 00 <0f> 0b 41 d1 ec 0f
>> 84 d5>
>> RSP: 0018:ffff9c75c192f8e8 EFLAGS: 00010202
>> RAX: ffffffffc0b86b10 RBX: ffff8f7f3496e8a8 RCX: 0000000000000010
>> RDX: 000000000000000f RSI: 000000000000000f RDI: ffff8f7f3496e8a8
>> RBP: ffff9c75c192f900 R08: ffff8f8016a985c0 R09: ffff9c75c192f5e0
>> R10: 0000000000000001 R11: 0000000000000001 R12: 000000000000000f
>> R13: 0000000000000000 R14: 0000000000000000 R15: ffff8f7f34960000
>> FS: 00007f29d89df880(0000) GS:ffff8f8016a80000(0000) knlGS:0000000000000000
>> CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
>> CR2: 000056359eef7ca0 CR3: 0000000102574000 CR4: 00000000003506e0
>> Call Trace:
>> amdgpu_ring_commit+0x3c/0x70 [amdgpu]
>> uvd_v6_0_ring_test_ring+0xfe/0x180 [amdgpu]
>> amdgpu_ring_test_helper+0x21/0x80 [amdgpu]
>> uvd_v6_0_hw_init+0x9c/0x5b0 [amdgpu]
>> amdgpu_device_init.cold+0xff2/0x1b71 [amdgpu]
>> ? pci_read_config_word+0x27/0x40
>> ? do_pci_enable_device+0xd7/0x100
>> amdgpu_driver_load_kms+0x69/0x280 [amdgpu]
>> amdgpu_pci_probe+0x12a/0x1b0 [amdgpu]
>> local_pci_probe+0x48/0x80
>> pci_device_probe+0x10f/0x1c0
>> really_probe+0xfb/0x420
>> driver_probe_device+0xe9/0x160
>> device_driver_attach+0x5d/0x70
>> __driver_attach+0x8f/0x150
>> ? device_driver_attach+0x70/0x70
>> bus_for_each_dev+0x7e/0xc0
>> driver_attach+0x1e/0x20
>> bus_add_driver+0x152/0x1f0
>> driver_register+0x74/0xd0
>> __pci_register_driver+0x54/0x60
>> amdgpu_init+0x77/0x1000 [amdgpu]
>> ? 0xffffffffc108d000
>> do_one_initcall+0x48/0x1d0
>> ? __cond_resched+0x19/0x30
>> ? kmem_cache_alloc_trace+0x390/0x440
>> ? do_init_module+0x28/0x260
>> do_init_module+0x62/0x260
>> load_module+0x2554/0x2770
>> __do_sys_finit_module+0xc2/0x120
>> ? __do_sys_finit_module+0xc2/0x120
>> __x64_sys_finit_module+0x1a/0x20
>> do_syscall_64+0x38/0x90
>> entry_SYSCALL_64_after_hwframe+0x44/0xae
>> RIP: 0033:0x7f29d900b95d
>> Code: 00 c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 48 89 f8 48 89 f7
>> 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 <48> 3d 01 f0 ff ff
>> 73 01>
>> RSP: 002b:00007fff56f4a6a8 EFLAGS: 00000246 ORIG_RAX: 0000000000000139
>> RAX: ffffffffffffffda RBX: 000055abfb17d7a0 RCX: 00007f29d900b95d
>> RDX: 0000000000000000 RSI: 00007f29d8eebded RDI: 0000000000000018
>> RBP: 0000000000020000 R08: 0000000000000000 R09: 0000000000000000
>> R10: 0000000000000018 R11: 0000000000000246 R12: 00007f29d8eebded
>> R13: 0000000000000000 R14: 000055abfb182d90 R15: 000055abfb17d7a0
>> ---[ end trace 5b8e539d0503ff82 ]---
>> amdgpu 0000:01:00.0: [drm:amdgpu_ring_test_helper [amdgpu]] *ERROR* ring uvd
>> test failed (-110)
>> [drm:amdgpu_device_init.cold [amdgpu]] *ERROR* hw_init of IP block
>> <uvd_v6_0> failed -110
>> amdgpu 0000:01:00.0: amdgpu: amdgpu_device_ip_init failed
>> amdgpu 0000:01:00.0: amdgpu: Fatal error during GPU init
>> ------------[ cut here ]------------
>>
>> 00:01.1 PCI bridge: Advanced Micro Devices, Inc. [AMD] Raven/Raven2 PCIe GPP
>> Bridge [6:0] (prog-if 00 [Normal decode])
>> Subsystem: Lenovo Raven/Raven2 PCIe GPP Bridge [6:0]
>> 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 ? routed to IRQ 26
>> IOMMU group: 1
>> Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
>> I/O behind bridge: f000-ffff [size=4K] [16-bit]
>> Memory behind bridge: fce00000-fcefffff [size=1M] [32-bit]
>> Prefetchable memory behind bridge: e0000000-f01fffff [size=258M]
>> [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] 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: [58] Express (v2) Root Port (Slot+), MSI 00
>> DevCap: MaxPayload 512 bytes, PhantFunc 0
>> ExtTag+ RBE+
>> DevCtl: CorrErr+ NonFatalErr+ FatalErr+ UnsupReq+
>> RlxdOrd+ ExtTag+ PhantFunc- AuxPwr- NoSnoop+
>> MaxPayload 256 bytes, MaxReadReq 512 bytes
>> DevSta: CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr-
>> TransPend-
>> LnkCap: Port #0, Speed 8GT/s, Width x8, ASPM L1, Exit
>> Latency L1 <64us
>> ClockPM- Surprise- LLActRep+ BwNot+ ASPMOptComp+
>> LnkCtl: ASPM L1 Enabled; RCB 64 bytes, Disabled- CommClk+
>> ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
>> LnkSta: Speed 8GT/s, Width x8
>> 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+
>> RootCap: CRSVisible+
>> RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna+
>> CRSVisible+
>> RootSta: PME ReqID 0000, PMEStatus- PMEPending-
>> DevCap2: Completion Timeout: Range ABCD, TimeoutDis+
>> NROPrPrP- LTR+
>> 10BitTagComp- 10BitTagReq- OBFF Not Supported,
>> ExtFmt+ EETLPPrefix+, MaxEETLPPrefixes 1
>> EmergencyPowerReduction Not Supported,
>> EmergencyPowerReductionInit-
>> FRS- LN System CLS Not Supported, TPHComp-
>> ExtTPHComp- ARIFwd+
>> AtomicOpsCap: Routing- 32bit+ 64bit+ 128bitCAS-
>> DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- LTR-
>> 10BitTagReq- OBFF Disabled, ARIFwd+
>> AtomicOpsCtl: ReqEn- EgressBlck-
>> LnkCap2: Supported Link Speeds: 2.5-8GT/s, Crosslink-
>> Retimer- 2Retimers- DRS-
>> LnkCtl2: Target Link Speed: 8GT/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: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
>> Address: 00000000fee00000 Data: 0000
>> Capabilities: [c0] Subsystem: Lenovo Raven/Raven2 PCIe GPP Bridge
>> [6:0]
>> Capabilities: [c8] HyperTransport: MSI Mapping Enable+ Fixed+
>> Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1
>> Len=010 <?>
>> Capabilities: [150 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
>> RootCmd: CERptEn+ NFERptEn+ FERptEn+
>> RootSta: CERcvd- MultCERcvd- UERcvd- MultUERcvd-
>> FirstFatal- NonFatalMsg- FatalMsg- IntMsg 0
>> ErrorSrc: ERR_COR: 0000 ERR_FATAL/NONFATAL: 0000
>> Capabilities: [270 v1] Secondary PCI Express
>> LnkCtl3: LnkEquIntrruptEn- PerformEqu-
>> LaneErrStat: 0
>> Capabilities: [2a0 v1] Access Control Services
>> ACSCap: SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+
>> UpstreamFwd+ EgressCtrl- DirectTrans+
>> ACSCtl: SrcValid+ TransBlk- ReqRedir+ CmpltRedir+
>> UpstreamFwd+ EgressCtrl- DirectTrans-
>> Capabilities: [370 v1] L1 PM Substates
>> L1SubCap: PCI-PM_L1.2+ PCI-PM_L1.1+ ASPM_L1.2+ ASPM_L1.1+
>> L1_PM_Substates+
>> PortCommonModeRestoreTime=0us
>> PortTPowerOnTime=10us
>> L1SubCtl1: PCI-PM_L1.2+ PCI-PM_L1.1+ ASPM_L1.2- ASPM_L1.1+
>> T_CommonMode=0us LTR1.2_Threshold=176128ns
>> L1SubCtl2: T_PwrOn=170us
>> Kernel driver in use: pcieport
>> 00: 22 10 d3 15 07 04 10 00 00 00 04 06 10 00 81 00
>> 10: 00 00 00 00 00 00 00 00 00 01 01 00 f1 f1 00 20
>> 20: e0 fc e0 fc 01 e0 11 f0 00 00 00 00 00 00 00 00
>> 30: 00 00 00 00 50 00 00 00 00 00 00 00 ff 00 1a 00
>> 40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
>> 50: 01 58 03 c8 00 00 00 00 10 a0 42 01 22 80 00 00
>> 60: 3f 29 00 00 83 78 73 00 42 00 83 f0 00 00 04 00
>> 70: 00 00 40 01 18 00 01 00 00 00 00 00 bf 09 70 00
>> 80: 26 00 00 00 0e 00 00 00 03 00 1f 00 00 00 00 00
>> 90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
>> a0: 05 c0 81 00 00 00 e0 fe 00 00 00 00 00 00 00 00
>> b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
>> c0: 0d c8 00 00 aa 17 06 37 08 00 03 a8 00 00 00 00
>> d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
>> e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
>> f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
>>
>> 01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI]
>> Lexa XT [Radeon PRO WX 3100] (prog-if 00 [VGA controller])
>> Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] Lexa XT [Radeon
>> PRO WX 3100]
>> 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 A routed to IRQ 49
>> IOMMU group: 7
>> Region 0: Memory at e0000000 (64-bit, prefetchable) [size=256M]
>> Region 2: Memory at f0000000 (64-bit, prefetchable) [size=2M]
>> Region 4: I/O ports at f000 [size=256]
>> Region 5: Memory at fce00000 (32-bit, non-prefetchable) [size=256K]
>> Expansion ROM at 000c0000 [disabled] [size=128K]
>> Capabilities: [48] Vendor Specific Information: Len=08 <?>
>> Capabilities: [50] 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: [58] Express (v2) Legacy Endpoint, MSI 00
>> DevCap: MaxPayload 256 bytes, PhantFunc 0, Latency L0s <4us,
>> L1 unlimited
>> ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
>> DevCtl: CorrErr+ NonFatalErr+ FatalErr+ UnsupReq+
>> RlxdOrd+ ExtTag+ PhantFunc- AuxPwr- NoSnoop+
>> MaxPayload 256 bytes, MaxReadReq 512 bytes
>> DevSta: CorrErr+ NonFatalErr+ FatalErr- UnsupReq+ AuxPwr-
>> TransPend-
>> LnkCap: Port #0, Speed 8GT/s, Width x8, ASPM L1, Exit
>> Latency L1 <1us
>> ClockPM+ Surprise- LLActRep- BwNot- ASPMOptComp+
>> LnkCtl: ASPM L1 Enabled; RCB 64 bytes, Disabled- CommClk+
>> ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
>> LnkSta: Speed 8GT/s, Width x8
>> TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
>> DevCap2: Completion Timeout: Not Supported, TimeoutDis-
>> NROPrPrP- LTR+
>> 10BitTagComp- 10BitTagReq- OBFF Not Supported,
>> ExtFmt+ EETLPPrefix+, MaxEETLPPrefixes 1
>> 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-8GT/s, Crosslink-
>> Retimer- 2Retimers- DRS-
>> LnkCtl2: Target Link Speed: 8GT/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: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
>> Address: 00000000fee00000 Data: 0000
>> Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1
>> Len=010 <?>
>> Capabilities: [150 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: 14, ECRCGenCap+ ECRCGenEn-
>> ECRCChkCap+ ECRCChkEn-
>> MultHdrRecCap- MultHdrRecEn- TLPPfxPres- HdrLogCap-
>> HeaderLog: 40001001 0000000f 000a0000 00000000
>> Capabilities: [200 v1] Physical Resizable BAR
>> BAR 0: current size: 256MB, supported: 256MB 512MB 1GB 2GB
>> 4GB
>> Capabilities: [270 v1] Secondary PCI Express
>> LnkCtl3: LnkEquIntrruptEn- PerformEqu-
>> LaneErrStat: 0
>> Capabilities: [2b0 v1] Address Translation Service (ATS)
>> ATSCap: Invalidate Queue Depth: 00
>> ATSCtl: Enable+, Smallest Translation Unit: 00
>> Capabilities: [2c0 v1] Page Request Interface (PRI)
>> PRICtl: Enable+ Reset-
>> PRISta: RF- UPRGI- Stopped+
>> Page Request Capacity: 00000020, Page Request Allocation:
>> 00000020
>> Capabilities: [2d0 v1] Process Address Space ID (PASID)
>> PASIDCap: Exec+ Priv+, Max PASID Width: 10
>> PASIDCtl: Enable- Exec- Priv-
>> Capabilities: [320 v1] Latency Tolerance Reporting
>> Max snoop latency: 0ns
>> Max no snoop latency: 0ns
>> Capabilities: [328 v1] Alternative Routing-ID Interpretation (ARI)
>> ARICap: MFVC- ACS-, Next Function: 1
>> ARICtl: MFVC- ACS-, Function Group: 0
>> Capabilities: [370 v1] L1 PM Substates
>> L1SubCap: PCI-PM_L1.2+ PCI-PM_L1.1+ ASPM_L1.2+ ASPM_L1.1+
>> L1_PM_Substates+
>> PortCommonModeRestoreTime=0us
>> PortTPowerOnTime=170us
>> L1SubCtl1: PCI-PM_L1.2+ PCI-PM_L1.1+ ASPM_L1.2- ASPM_L1.1+
>> T_CommonMode=0us LTR1.2_Threshold=176128ns
>> L1SubCtl2: T_PwrOn=170us
>> Kernel driver in use: amdgpu
>> Kernel modules: amdgpu
>> 00: 02 10 85 69 07 04 10 00 00 00 00 03 10 00 80 00
>> 10: 0c 00 00 e0 00 00 00 00 0c 00 00 f0 00 00 00 00
>> 20: 01 f0 00 00 00 00 e0 fc 00 00 00 00 02 10 0c 0b
>> 30: 00 00 e4 fc 48 00 00 00 00 00 00 00 0b 01 00 00
>> 40: 00 00 00 00 00 00 00 00 09 50 08 00 02 10 0c 0b
>> 50: 01 58 03 f6 08 00 00 00 10 a0 12 00 a1 8f 00 00
>> 60: 3f 29 0b 00 83 08 44 00 42 00 83 10 00 00 00 00
>> 70: 00 00 00 00 00 00 00 00 00 00 00 00 80 09 70 00
>> 80: 40 00 00 00 0e 00 00 00 03 00 1f 00 00 00 00 00
>> 90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
>> a0: 05 00 81 00 00 00 e0 fe 00 00 00 00 00 00 00 00
>> b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
>> c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
>> d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
>> e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
>> f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
--
Alex Huang | Bootstrap team @ Rust Lang
Email: huangalex409 at gmail.com
Cell: (647)-580-8234
-------------- next part --------------
kernel: Linux version 6.16.0-rc4+ (root at teapot-ideacentre-510A-15ARR) (gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0, GNU ld (GNU Binutils for Ubuntu) 2.42) #4 SMP PREEMPT_DYNAMIC Sat Jul 5 16:37:43 EDT 2025
kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-6.16.0-rc4+ root=UUID=f225e715-0e46-4af9-ae02-9f704a7842fa ro quiet splash amdgpu.aspm=0 vt.handoff=7
kernel: KERNEL supported cpus:
kernel: Intel GenuineIntel
kernel: AMD AuthenticAMD
kernel: Hygon HygonGenuine
kernel: Centaur CentaurHauls
kernel: zhaoxin Shanghai
kernel: BIOS-provided physical RAM map:
kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
kernel: BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
kernel: BIOS-e820: [mem 0x0000000000100000-0x0000000009cfffff] usable
kernel: BIOS-e820: [mem 0x0000000009d00000-0x0000000009ffffff] reserved
kernel: BIOS-e820: [mem 0x000000000a000000-0x000000000a1fffff] usable
kernel: BIOS-e820: [mem 0x000000000a200000-0x000000000a20afff] ACPI NVS
kernel: BIOS-e820: [mem 0x000000000a20b000-0x00000000da5c4fff] usable
kernel: BIOS-e820: [mem 0x00000000da5c5000-0x00000000dba99fff] reserved
kernel: BIOS-e820: [mem 0x00000000dba9a000-0x00000000dbb20fff] ACPI data
kernel: BIOS-e820: [mem 0x00000000dbb21000-0x00000000dbff0fff] ACPI NVS
kernel: BIOS-e820: [mem 0x00000000dbff1000-0x00000000dc878fff] reserved
kernel: BIOS-e820: [mem 0x00000000dc879000-0x00000000deffffff] usable
kernel: BIOS-e820: [mem 0x00000000df000000-0x00000000dfffffff] reserved
kernel: BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
kernel: BIOS-e820: [mem 0x00000000fd000000-0x00000000ffffffff] reserved
kernel: BIOS-e820: [mem 0x0000000100000000-0x000000021f33ffff] usable
kernel: NX (Execute Disable) protection: active
kernel: APIC: Static calls initialized
kernel: efi: EFI v2.7 by American Megatrends
kernel: efi: TPMFinalLog=0xdbfa2000 ACPI 2.0=0xdbabd000 ACPI=0xdbabd000 SMBIOS=0xdc6a3000 SMBIOS 3.0=0xdc6a2000 MEMATTR=0xd69fb018 ESRT=0xd9533b98 MOKvar=0xdc6d2000 INITRD=0xd69fe698 RNG=0xdbabc018 TPMEventLog=0xdbaaf018
kernel: random: crng init done
kernel: efi: Remove mem353: MMIO range=[0xf8000000-0xfbffffff] (64MB) from e820 map
kernel: e820: remove [mem 0xf8000000-0xfbffffff] reserved
kernel: efi: Remove mem354: MMIO range=[0xfd000000-0xffffffff] (48MB) from e820 map
kernel: e820: remove [mem 0xfd000000-0xffffffff] reserved
kernel: SMBIOS 3.2.0 present.
kernel: DMI: LENOVO 90J00078US/3706, BIOS O4DKT45A 12/06/2022
kernel: DMI: Memory slots populated: 2/2
kernel: tsc: Fast TSC calibration using PIT
kernel: tsc: Detected 3593.169 MHz processor
kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
kernel: last_pfn = 0x21f340 max_arch_pfn = 0x400000000
kernel: MTRR map: 6 entries (4 fixed + 2 variable; max 21), built from 9 variable MTRRs
kernel: x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
kernel: e820: update [mem 0xe0000000-0xffffffff] usable ==> reserved
kernel: last_pfn = 0xdf000 max_arch_pfn = 0x400000000
kernel: esrt: Reserving ESRT space from 0x00000000d9533b98 to 0x00000000d9533bf8.
kernel: e820: update [mem 0xd9533000-0xd9533fff] usable ==> reserved
kernel: Using GB pages for direct mapping
kernel: Secure boot disabled
kernel: RAMDISK: [mem 0xc4eb2000-0xcb259fff]
kernel: ACPI: Early table checksum verification disabled
kernel: ACPI: RSDP 0x00000000DBABD000 000024 (v02 LENOVO)
kernel: ACPI: XSDT 0x00000000DBABD0B0 0000E4 (v01 LENOVO TC-O4D 000012D0 AMI 00010013)
kernel: ACPI: FACP 0x00000000DBAC9D38 000114 (v06 LENOVO TC-O4D 000012D0 AMI 00010013)
kernel: ACPI: DSDT 0x00000000DBABD228 00CB10 (v02 LENOVO TC-O4D 000012D0 INTL 20120913)
kernel: ACPI: FACS 0x00000000DBFD7E00 000040
kernel: ACPI: APIC 0x00000000DBAC9E50 00015E (v03 LENOVO TC-O4D 000012D0 AMI 00010013)
kernel: ACPI: FPDT 0x00000000DBAC9FB0 000044 (v01 LENOVO TC-O4D 000012D0 AMI 00010013)
kernel: ACPI: FIDT 0x00000000DBAC9FF8 00009C (v01 LENOVO TC-O4D 000012D0 AMI 00010013)
kernel: ACPI: SSDT 0x00000000DBACA098 000060 (v02 LENOVO TC-O4D 000012D0 AMI 01072009)
kernel: ACPI: SSDT 0x00000000DBACA0F8 005419 (v02 LENOVO TC-O4D 000012D0 MSFT 02000002)
kernel: ACPI: SSDT 0x00000000DBACF518 00378A (v01 LENOVO TC-O4D 000012D0 INTL 20120913)
kernel: ACPI: MCFG 0x00000000DBAD2CA8 00003C (v01 LENOVO TC-O4D 000012D0 MSFT 00010013)
kernel: ACPI: MSDM 0x00000000DBAD2CE8 000055 (v03 LENOVO TC-O4D 000012D0 AMI 00010013)
kernel: ACPI: HPET 0x00000000DBAD2D40 000038 (v01 LENOVO TC-O4D 000012D0 AMI 00000005)
kernel: ACPI: UEFI 0x00000000DBAD2D78 000042 (v01 LENOVO TC-O4D 000012D0 01000013)
kernel: ACPI: VFCT 0x00000000DBAD2DC0 00EC84 (v01 LENOVO TC-O4D 000012D0 AMD 31504F47)
kernel: ACPI: BGRT 0x00000000DBAE1A48 000038 (v01 LENOVO TC-O4D 000012D0 AMI 00010013)
kernel: ACPI: LUFT 0x00000000DBAE1A80 0349E2 (v01 LENOVO TC-O4D 000012D0 AMI 00010013)
kernel: ACPI: TPM2 0x00000000DBB16468 000038 (v04 LENOVO TC-O4D 000012D0 AMI 00000000)
kernel: ACPI: IVRS 0x00000000DBB164A0 0000D0 (v02 LENOVO TC-O4D 000012D0 AMD 00000000)
kernel: ACPI: SSDT 0x00000000DBB16570 0007DC (v01 LENOVO TC-O4D 000012D0 AMD 00000001)
kernel: ACPI: CRAT 0x00000000DBB16D50 000810 (v01 LENOVO TC-O4D 000012D0 AMD 00000001)
kernel: ACPI: CDIT 0x00000000DBB17560 000029 (v01 LENOVO TC-O4D 000012D0 AMD 00000001)
kernel: ACPI: SSDT 0x00000000DBB17590 000050 (v01 LENOVO TC-O4D 000012D0 INTL 20120913)
kernel: ACPI: SSDT 0x00000000DBB175E0 0010AC (v01 LENOVO TC-O4D 000012D0 INTL 20120913)
kernel: ACPI: SSDT 0x00000000DBB18690 00052C (v01 LENOVO TC-O4D 000012D0 INTL 20120913)
kernel: ACPI: SSDT 0x00000000DBB18BC0 001D4A (v01 LENOVO TC-O4D 000012D0 INTL 20120913)
kernel: ACPI: WSMT 0x00000000DBB1A910 000028 (v01 LENOVO TC-O4D 000012D0 AMI 00010013)
kernel: ACPI: Reserving FACP table memory at [mem 0xdbac9d38-0xdbac9e4b]
kernel: ACPI: Reserving DSDT table memory at [mem 0xdbabd228-0xdbac9d37]
kernel: ACPI: Reserving FACS table memory at [mem 0xdbfd7e00-0xdbfd7e3f]
kernel: ACPI: Reserving APIC table memory at [mem 0xdbac9e50-0xdbac9fad]
kernel: ACPI: Reserving FPDT table memory at [mem 0xdbac9fb0-0xdbac9ff3]
kernel: ACPI: Reserving FIDT table memory at [mem 0xdbac9ff8-0xdbaca093]
kernel: ACPI: Reserving SSDT table memory at [mem 0xdbaca098-0xdbaca0f7]
kernel: ACPI: Reserving SSDT table memory at [mem 0xdbaca0f8-0xdbacf510]
kernel: ACPI: Reserving SSDT table memory at [mem 0xdbacf518-0xdbad2ca1]
kernel: ACPI: Reserving MCFG table memory at [mem 0xdbad2ca8-0xdbad2ce3]
kernel: ACPI: Reserving MSDM table memory at [mem 0xdbad2ce8-0xdbad2d3c]
kernel: ACPI: Reserving HPET table memory at [mem 0xdbad2d40-0xdbad2d77]
kernel: ACPI: Reserving UEFI table memory at [mem 0xdbad2d78-0xdbad2db9]
kernel: ACPI: Reserving VFCT table memory at [mem 0xdbad2dc0-0xdbae1a43]
kernel: ACPI: Reserving BGRT table memory at [mem 0xdbae1a48-0xdbae1a7f]
kernel: ACPI: Reserving LUFT table memory at [mem 0xdbae1a80-0xdbb16461]
kernel: ACPI: Reserving TPM2 table memory at [mem 0xdbb16468-0xdbb1649f]
kernel: ACPI: Reserving IVRS table memory at [mem 0xdbb164a0-0xdbb1656f]
kernel: ACPI: Reserving SSDT table memory at [mem 0xdbb16570-0xdbb16d4b]
kernel: ACPI: Reserving CRAT table memory at [mem 0xdbb16d50-0xdbb1755f]
kernel: ACPI: Reserving CDIT table memory at [mem 0xdbb17560-0xdbb17588]
kernel: ACPI: Reserving SSDT table memory at [mem 0xdbb17590-0xdbb175df]
kernel: ACPI: Reserving SSDT table memory at [mem 0xdbb175e0-0xdbb1868b]
kernel: ACPI: Reserving SSDT table memory at [mem 0xdbb18690-0xdbb18bbb]
kernel: ACPI: Reserving SSDT table memory at [mem 0xdbb18bc0-0xdbb1a909]
kernel: ACPI: Reserving WSMT table memory at [mem 0xdbb1a910-0xdbb1a937]
kernel: No NUMA configuration found
kernel: Faking a node at [mem 0x0000000000000000-0x000000021f33ffff]
kernel: NODE_DATA(0) allocated [mem 0x21f315500-0x21f33ffff]
kernel: Zone ranges:
kernel: DMA [mem 0x0000000000001000-0x0000000000ffffff]
kernel: DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
kernel: Normal [mem 0x0000000100000000-0x000000021f33ffff]
kernel: Device empty
kernel: Movable zone start for each node
kernel: Early memory node ranges
kernel: node 0: [mem 0x0000000000001000-0x000000000009ffff]
kernel: node 0: [mem 0x0000000000100000-0x0000000009cfffff]
kernel: node 0: [mem 0x000000000a000000-0x000000000a1fffff]
kernel: node 0: [mem 0x000000000a20b000-0x00000000da5c4fff]
kernel: node 0: [mem 0x00000000dc879000-0x00000000deffffff]
kernel: node 0: [mem 0x0000000100000000-0x000000021f33ffff]
kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000021f33ffff]
kernel: On node 0, zone DMA: 1 pages in unavailable ranges
kernel: On node 0, zone DMA: 96 pages in unavailable ranges
kernel: On node 0, zone DMA32: 768 pages in unavailable ranges
kernel: On node 0, zone DMA32: 11 pages in unavailable ranges
kernel: On node 0, zone DMA32: 8884 pages in unavailable ranges
kernel: On node 0, zone Normal: 4096 pages in unavailable ranges
kernel: On node 0, zone Normal: 3264 pages in unavailable ranges
kernel: ACPI: PM-Timer IO Port: 0x808
kernel: CPU topo: Ignoring hot-pluggable APIC ID 0 in present package.
kernel: ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
kernel: IOAPIC[0]: apic_id 5, version 33, address 0xfec00000, GSI 0-23
kernel: IOAPIC[1]: apic_id 6, version 33, address 0xfec01000, GSI 24-55
kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
kernel: ACPI: Using ACPI (MADT) for SMP configuration information
kernel: ACPI: HPET id: 0x10228201 base: 0xfed00000
kernel: e820: update [mem 0xd7176000-0xd71befff] usable ==> reserved
kernel: CPU topo: Max. logical packages: 1
kernel: CPU topo: Max. logical dies: 1
kernel: CPU topo: Max. dies per package: 1
kernel: CPU topo: Max. threads per core: 1
kernel: CPU topo: Num. cores per package: 4
kernel: CPU topo: Num. threads per package: 4
kernel: CPU topo: Allowing 4 present CPUs plus 0 hotplug CPUs
kernel: CPU topo: Rejected CPUs 28
kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
kernel: PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
kernel: PM: hibernation: Registered nosave memory: [mem 0x09d00000-0x09ffffff]
kernel: PM: hibernation: Registered nosave memory: [mem 0x0a200000-0x0a20afff]
kernel: PM: hibernation: Registered nosave memory: [mem 0xd7176000-0xd71befff]
kernel: PM: hibernation: Registered nosave memory: [mem 0xd9533000-0xd9533fff]
kernel: PM: hibernation: Registered nosave memory: [mem 0xda5c5000-0xdc878fff]
kernel: PM: hibernation: Registered nosave memory: [mem 0xdf000000-0xffffffff]
kernel: [mem 0xe0000000-0xffffffff] available for PCI devices
kernel: Booting paravirtualized kernel on bare hardware
kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
kernel: setup_percpu: NR_CPUS:8192 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
kernel: percpu: Embedded 84 pages/cpu s221184 r8192 d114688 u524288
kernel: pcpu-alloc: s221184 r8192 d114688 u524288 alloc=1*2097152
kernel: pcpu-alloc: [0] 0 1 2 3
kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-6.16.0-rc4+ root=UUID=f225e715-0e46-4af9-ae02-9f704a7842fa ro quiet splash amdgpu.aspm=0 vt.handoff=7
kernel: Unknown kernel command line parameters "splash BOOT_IMAGE=/boot/vmlinuz-6.16.0-rc4+", will be passed to user space.
kernel: printk: log buffer data + meta data: 262144 + 917504 = 1179648 bytes
kernel: Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
kernel: Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
kernel: software IO TLB: area num 4.
kernel: Fallback order for Node 0: 0
kernel: Built 1 zonelists, mobility grouping on. Total pages: 2080032
kernel: Policy zone: Normal
kernel: mem auto-init: stack:all(zero), heap alloc:on, heap free:off
kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
kernel: ftrace: allocating 55475 entries in 220 pages
kernel: ftrace: allocated 220 pages with 5 groups
kernel: Dynamic Preempt: voluntary
kernel: rcu: Preemptible hierarchical RCU implementation.
kernel: rcu: RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=4.
kernel: Trampoline variant of Tasks RCU enabled.
kernel: Rude variant of Tasks RCU enabled.
kernel: Tracing variant of Tasks RCU enabled.
kernel: rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
kernel: RCU Tasks: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4.
kernel: RCU Tasks Rude: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4.
kernel: RCU Tasks Trace: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4.
kernel: NR_IRQS: 524544, nr_irqs: 1000, preallocated irqs: 16
kernel: rcu: srcu_init: Setting srcu_struct sizes based on contention.
kernel: Console: colour dummy device 80x25
kernel: printk: legacy console [tty0] enabled
kernel: ACPI: Core revision 20250404
kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
kernel: APIC: Switch to symmetric I/O mode setup
kernel: AMD-Vi: Using global IVHD EFR:0x4f77ef22294ada, EFR2:0x0
kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x33cb1e3d424, max_idle_ns: 440795351201 ns
kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 7186.33 BogoMIPS (lpj=3593169)
kernel: AMD Zen1 DIV0 bug detected. Disable SMT for full protection.
kernel: LVT offset 1 assigned for vector 0xf9
kernel: LVT offset 2 assigned for vector 0xf4
kernel: Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 512
kernel: Last level dTLB entries: 4KB 1536, 2MB 1536, 4MB 768, 1GB 0
kernel: process: using mwait in idle threads
kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
kernel: Spectre V2 : Mitigation: Retpolines
kernel: RETBleed: Mitigation: untrained return thunk
kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
kernel: Spectre V2 : Spectre v2 / SpectreRSB: Filling RSB on context switch and VMEXIT
kernel: Spectre V2 : Enabling Speculation Barrier for firmware calls
kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
kernel: x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
kernel: x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'compacted' format.
kernel: Freeing SMP alternatives memory: 52K
kernel: pid_max: default: 32768 minimum: 301
kernel: LSM: initializing lsm=lockdown,capability,landlock,yama,apparmor,ima,evm
kernel: landlock: Up and running.
kernel: Yama: becoming mindful.
kernel: AppArmor: AppArmor initialized
kernel: Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
kernel: Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
kernel: smpboot: CPU0: AMD Ryzen 3 3200G with Radeon Vega Graphics (family: 0x17, model: 0x18, stepping: 0x1)
kernel: Performance Events: Fam17h+ core perfctr, AMD PMU driver.
kernel: ... version: 0
kernel: ... bit width: 48
kernel: ... generic registers: 6
kernel: ... value mask: 0000ffffffffffff
kernel: ... max period: 00007fffffffffff
kernel: ... fixed-purpose events: 0
kernel: ... event mask: 000000000000003f
kernel: signal: max sigframe size: 1776
kernel: rcu: Hierarchical SRCU implementation.
kernel: rcu: Max phase no-delay instances is 400.
kernel: Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level
kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
kernel: smp: Bringing up secondary CPUs ...
kernel: smpboot: x86: Booting SMP configuration:
kernel: .... node #0, CPUs: #1 #2 #3
kernel: smp: Brought up 1 node, 4 CPUs
kernel: smpboot: Total of 4 processors activated (28745.35 BogoMIPS)
kernel: Memory: 7940776K/8320128K available (21087K kernel code, 4592K rwdata, 14088K rodata, 4992K init, 4556K bss, 365648K reserved, 0K cma-reserved)
kernel: devtmpfs: initialized
kernel: x86/mm: Memory block size: 128MB
kernel: ACPI: PM: Registering ACPI NVS region [mem 0x0a200000-0x0a20afff] (45056 bytes)
kernel: ACPI: PM: Registering ACPI NVS region [mem 0xdbb21000-0xdbff0fff] (5046272 bytes)
kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
kernel: posixtimers hash table entries: 2048 (order: 3, 32768 bytes, linear)
kernel: futex hash table entries: 1024 (65536 bytes on 1 NUMA nodes, total 64 KiB, linear).
kernel: pinctrl core: initialized pinctrl subsystem
kernel: PM: RTC time: 21:28:06, date: 2025-07-05
kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
kernel: DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
kernel: DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
kernel: DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
kernel: audit: initializing netlink subsys (disabled)
kernel: audit: type=2000 audit(1751750886.147:1): state=initialized audit_enabled=0 res=1
kernel: thermal_sys: Registered thermal governor 'fair_share'
kernel: thermal_sys: Registered thermal governor 'bang_bang'
kernel: thermal_sys: Registered thermal governor 'step_wise'
kernel: thermal_sys: Registered thermal governor 'user_space'
kernel: thermal_sys: Registered thermal governor 'power_allocator'
kernel: cpuidle: using governor ladder
kernel: cpuidle: using governor menu
kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
kernel: PCI: ECAM [mem 0xf8000000-0xfbffffff] (base 0xf8000000) for domain 0000 [bus 00-3f]
kernel: PCI: Using configuration type 1 for base access
kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
kernel: HugeTLB: allocation took 0ms with hugepage_allocation_threads=1
kernel: HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
kernel: HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
kernel: HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
kernel: HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
kernel: ACPI: Added _OSI(Module Device)
kernel: ACPI: Added _OSI(Processor Device)
kernel: ACPI: Added _OSI(Processor Aggregator Device)
kernel: ACPI: 9 ACPI AML tables successfully acquired and loaded
kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
kernel: ACPI: Interpreter enabled
kernel: ACPI: PM: (supports S0 S3 S4 S5)
kernel: ACPI: Using IOAPIC for interrupt routing
kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
kernel: PCI: Using E820 reservations for host bridge windows
kernel: ACPI: Enabled 2 GPEs in block 00 to 1F
kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
kernel: acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug LTR DPC]
kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
kernel: acpi PNP0A08:00: [Firmware Info]: ECAM [mem 0xf8000000-0xfbffffff] for domain 0000 [bus 00-3f] only partially covers this bridge
kernel: PCI host bridge to bus 0000:00
kernel: pci_bus 0000:00: root bus resource [io 0x0000-0x03af window]
kernel: pci_bus 0000:00: root bus resource [io 0x03e0-0x0cf7 window]
kernel: pci_bus 0000:00: root bus resource [io 0x03b0-0x03df window]
kernel: pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000dffff window]
kernel: pci_bus 0000:00: root bus resource [mem 0xe0000000-0xfec02fff window]
kernel: pci_bus 0000:00: root bus resource [mem 0xfee00000-0xffffffff window]
kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
kernel: pci 0000:00:00.0: [1022:15d0] type 00 class 0x060000 conventional PCI endpoint
kernel: pci 0000:00:00.2: [1022:15d1] type 00 class 0x080600 conventional PCI endpoint
kernel: pci 0000:00:01.0: [1022:1452] type 00 class 0x060000 conventional PCI endpoint
kernel: pci 0000:00:01.1: [1022:15d3] type 01 class 0x060400 PCIe Root Port
kernel: pci 0000:00:01.1: PCI bridge to [bus 01]
kernel: pci 0000:00:01.1: bridge window [io 0xf000-0xffff]
kernel: pci 0000:00:01.1: bridge window [mem 0xfce00000-0xfcefffff]
kernel: pci 0000:00:01.1: bridge window [mem 0xe0000000-0xf01fffff 64bit pref]
kernel: pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
kernel: pci 0000:00:01.2: [1022:15d3] type 01 class 0x060400 PCIe Root Port
kernel: pci 0000:00:01.2: PCI bridge to [bus 02]
kernel: pci 0000:00:01.2: bridge window [io 0xe000-0xefff]
kernel: pci 0000:00:01.2: bridge window [mem 0xfcd00000-0xfcdfffff]
kernel: pci 0000:00:01.2: bridge window [mem 0xf0300000-0xf03fffff 64bit pref]
kernel: pci 0000:00:01.2: enabling Extended Tags
kernel: pci 0000:00:01.2: PME# supported from D0 D3hot D3cold
kernel: pci 0000:00:01.3: [1022:15d3] type 01 class 0x060400 PCIe Root Port
kernel: pci 0000:00:01.3: PCI bridge to [bus 03]
kernel: pci 0000:00:01.3: bridge window [mem 0xfc600000-0xfc7fffff]
kernel: pci 0000:00:01.3: enabling Extended Tags
kernel: pci 0000:00:01.3: PME# supported from D0 D3hot D3cold
kernel: pci 0000:00:08.0: [1022:1452] type 00 class 0x060000 conventional PCI endpoint
kernel: pci 0000:00:08.1: [1022:15db] type 01 class 0x060400 PCIe Root Port
kernel: pci 0000:00:08.1: PCI bridge to [bus 04]
kernel: pci 0000:00:08.1: bridge window [mem 0xfc800000-0xfcbfffff]
kernel: pci 0000:00:08.1: enabling Extended Tags
kernel: pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
kernel: pci 0000:00:08.2: [1022:15dc] type 01 class 0x060400 PCIe Root Port
kernel: pci 0000:00:08.2: PCI bridge to [bus 05]
kernel: pci 0000:00:08.2: bridge window [mem 0xfcc00000-0xfccfffff]
kernel: pci 0000:00:08.2: enabling Extended Tags
kernel: pci 0000:00:08.2: PME# supported from D0 D3hot D3cold
kernel: pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500 conventional PCI endpoint
kernel: pci 0000:00:14.3: [1022:790e] type 00 class 0x060100 conventional PCI endpoint
kernel: pci 0000:00:18.0: [1022:15e8] type 00 class 0x060000 conventional PCI endpoint
kernel: pci 0000:00:18.1: [1022:15e9] type 00 class 0x060000 conventional PCI endpoint
kernel: pci 0000:00:18.2: [1022:15ea] type 00 class 0x060000 conventional PCI endpoint
kernel: pci 0000:00:18.3: [1022:15eb] type 00 class 0x060000 conventional PCI endpoint
kernel: pci 0000:00:18.4: [1022:15ec] type 00 class 0x060000 conventional PCI endpoint
kernel: pci 0000:00:18.5: [1022:15ed] type 00 class 0x060000 conventional PCI endpoint
kernel: pci 0000:00:18.6: [1022:15ee] type 00 class 0x060000 conventional PCI endpoint
kernel: pci 0000:00:18.7: [1022:15ef] type 00 class 0x060000 conventional PCI endpoint
kernel: pci 0000:01:00.0: [1002:6985] type 00 class 0x030000 PCIe Legacy Endpoint
kernel: pci 0000:01:00.0: BAR 0 [mem 0xe0000000-0xefffffff 64bit pref]
kernel: pci 0000:01:00.0: BAR 2 [mem 0xf0000000-0xf01fffff 64bit pref]
kernel: pci 0000:01:00.0: BAR 4 [io 0xf000-0xf0ff]
kernel: pci 0000:01:00.0: BAR 5 [mem 0xfce00000-0xfce3ffff]
kernel: pci 0000:01:00.0: ROM [mem 0xfce40000-0xfce5ffff pref]
kernel: pci 0000:01:00.0: supports D1 D2
kernel: pci 0000:01:00.0: PME# supported from D1 D2 D3hot D3cold
kernel: pci 0000:01:00.1: [1002:aae0] type 00 class 0x040300 PCIe Legacy Endpoint
kernel: pci 0000:01:00.1: BAR 0 [mem 0xfce60000-0xfce63fff 64bit]
kernel: pci 0000:01:00.1: supports D1 D2
kernel: pci 0000:01:00.0: cap: parent CMRT 0x00 child CMRT 0x00
kernel: pci 0000:01:00.0: cap: parent T_POWER_ON 0x000a usec (val 0x05 scale 0)
kernel: pci 0000:01:00.0: cap: child T_POWER_ON 0x00aa usec (val 0x11 scale 1)
kernel: pci 0000:01:00.0: t_common_mode 0x00 t_power_on 0xaa l1_2_threshold 0x00b0
kernel: pci 0000:01:00.0: encoded LTR_L1.2_THRESHOLD value 0x00ac scale 2
kernel: pci 0000:01:00.0: L1SS_CTL1 0x40ac0000 (parent 0x0000000f child 0x0000000f)
kernel: pci 0000:01:00.0: L1SS_CTL2 0x000089 (parent 0x00000028 child 0x00000028)
kernel: pci 0000:01:00.0: L1SS_CTL1 parent 0x00000a child 0x00000a (L1.2 disabled)
kernel: pci 0000:01:00.0: L1SS_CTL2 parent 0x000089 child 0x000089 (T_POWER_ON updated)
kernel: pci 0000:01:00.0: L1SS_CTL1 parent 0x40ac000a (CMRT updated)
kernel: pci 0000:01:00.0: L1SS_CTL1 parent 0x40ac000a child 0x40ac000a (LTR_L1.2_THRESHOLD updated)
kernel: pci 0000:01:00.0: L1SS_CTL1 parent 0x40ac000f child 0x40ac000f (L1.2 restored)
kernel: pci 0000:00:01.1: PCI bridge to [bus 01]
kernel: pci 0000:02:00.0: [10ec:8168] type 00 class 0x020000 PCIe Endpoint
kernel: pci 0000:02:00.0: BAR 0 [io 0xe000-0xe0ff]
kernel: pci 0000:02:00.0: BAR 2 [mem 0xfcd00000-0xfcd00fff 64bit]
kernel: pci 0000:02:00.0: BAR 4 [mem 0xf0300000-0xf0303fff 64bit pref]
kernel: pci 0000:02:00.0: supports D1 D2
kernel: pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
kernel: pci 0000:00:01.2: PCI bridge to [bus 02]
kernel: pci 0000:03:00.0: [168c:0042] type 00 class 0x028000 PCIe Endpoint
kernel: pci 0000:03:00.0: BAR 0 [mem 0xfc600000-0xfc7fffff 64bit]
kernel: pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
kernel: pci 0000:03:00.0: cap: parent CMRT 0x00 child CMRT 0x32
kernel: pci 0000:03:00.0: cap: parent T_POWER_ON 0x000a usec (val 0x05 scale 0)
kernel: pci 0000:03:00.0: cap: child T_POWER_ON 0x000a usec (val 0x05 scale 0)
kernel: pci 0000:03:00.0: t_common_mode 0x32 t_power_on 0x0a l1_2_threshold 0x0042
kernel: pci 0000:03:00.0: encoded LTR_L1.2_THRESHOLD value 0x0041 scale 2
kernel: pci 0000:03:00.0: L1SS_CTL1 0x40413200 (parent 0x60010000 child 0x00000000)
kernel: pci 0000:03:00.0: L1SS_CTL2 0x000028 (parent 0x00000028 child 0x00000028)
kernel: pci 0000:03:00.0: cur: parent CMRT 0 usec
kernel: pci 0000:03:00.0: cur: parent LTR_L1.2_THRESHOLD value 0x0001 scale 3 decoded 0x0000008000 ns
kernel: pci 0000:03:00.0: cur: child LTR_L1.2_THRESHOLD value 0x0000 scale 0 decoded 0x0000000000 ns
kernel: pci 0000:03:00.0: skipping L1.2 config
kernel: pci 0000:00:01.3: PCI bridge to [bus 03]
kernel: pci 0000:04:00.0: [1022:145a] type 00 class 0x130000 PCIe Legacy Endpoint
kernel: pci 0000:04:00.0: enabling Extended Tags
kernel: pci 0000:04:00.2: [1022:15df] type 00 class 0x108000 PCIe Endpoint
kernel: pci 0000:04:00.2: BAR 2 [mem 0xfca00000-0xfcafffff]
kernel: pci 0000:04:00.2: BAR 5 [mem 0xfcb48000-0xfcb49fff]
kernel: pci 0000:04:00.2: enabling Extended Tags
kernel: pci 0000:04:00.3: [1022:15e0] type 00 class 0x0c0330 PCIe Endpoint
kernel: pci 0000:04:00.3: BAR 0 [mem 0xfc900000-0xfc9fffff 64bit]
kernel: pci 0000:04:00.3: enabling Extended Tags
kernel: pci 0000:04:00.3: PME# supported from D0 D3hot D3cold
kernel: pci 0000:04:00.4: [1022:15e1] type 00 class 0x0c0330 PCIe Endpoint
kernel: pci 0000:04:00.4: BAR 0 [mem 0xfc800000-0xfc8fffff 64bit]
kernel: pci 0000:04:00.4: enabling Extended Tags
kernel: pci 0000:04:00.4: PME# supported from D0 D3hot D3cold
kernel: pci 0000:04:00.5: [1022:15e2] type 00 class 0x048000 PCIe Endpoint
kernel: pci 0000:04:00.5: BAR 0 [mem 0xfcb00000-0xfcb3ffff]
kernel: pci 0000:04:00.5: enabling Extended Tags
kernel: pci 0000:04:00.5: PME# supported from D0 D3hot D3cold
kernel: pci 0000:04:00.6: [1022:15e3] type 00 class 0x040300 PCIe Endpoint
kernel: pci 0000:04:00.6: BAR 0 [mem 0xfcb40000-0xfcb47fff]
kernel: pci 0000:04:00.6: enabling Extended Tags
kernel: pci 0000:04:00.6: PME# supported from D0 D3hot D3cold
kernel: pci 0000:00:08.1: PCI bridge to [bus 04]
kernel: pci 0000:05:00.0: [1022:7901] type 00 class 0x010601 PCIe Endpoint
kernel: pci 0000:05:00.0: BAR 5 [mem 0xfcc00000-0xfcc007ff]
kernel: pci 0000:05:00.0: enabling Extended Tags
kernel: pci 0000:05:00.0: PME# supported from D3hot D3cold
kernel: pci 0000:00:08.2: PCI bridge to [bus 05]
kernel: ACPI: PCI: Interrupt link LNKA configured for IRQ 0
kernel: ACPI: PCI: Interrupt link LNKB configured for IRQ 0
kernel: ACPI: PCI: Interrupt link LNKC configured for IRQ 0
kernel: ACPI: PCI: Interrupt link LNKD configured for IRQ 0
kernel: ACPI: PCI: Interrupt link LNKE configured for IRQ 0
kernel: ACPI: PCI: Interrupt link LNKF configured for IRQ 0
kernel: ACPI: PCI: Interrupt link LNKG configured for IRQ 0
kernel: ACPI: PCI: Interrupt link LNKH configured for IRQ 0
kernel: iommu: Default domain type: Translated
kernel: iommu: DMA domain TLB invalidation policy: lazy mode
kernel: SCSI subsystem initialized
kernel: libata version 3.00 loaded.
kernel: ACPI: bus type USB registered
kernel: usbcore: registered new interface driver usbfs
kernel: usbcore: registered new interface driver hub
kernel: usbcore: registered new device driver usb
kernel: pps_core: LinuxPPS API ver. 1 registered
kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti at linux.it>
kernel: PTP clock support registered
kernel: EDAC MC: Ver: 3.0.0
kernel: efivars: Registered efivars operations
kernel: NetLabel: Initializing
kernel: NetLabel: domain hash size = 128
kernel: NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
kernel: NetLabel: unlabeled traffic allowed by default
kernel: mctp: management component transport protocol core
kernel: NET: Registered PF_MCTP protocol family
kernel: PCI: Using ACPI for IRQ routing
kernel: PCI: pci_cache_line_size set to 64 bytes
kernel: e820: reserve RAM buffer [mem 0x09d00000-0x0bffffff]
kernel: e820: reserve RAM buffer [mem 0x0a200000-0x0bffffff]
kernel: e820: reserve RAM buffer [mem 0xd7176000-0xd7ffffff]
kernel: e820: reserve RAM buffer [mem 0xd9533000-0xdbffffff]
kernel: e820: reserve RAM buffer [mem 0xda5c5000-0xdbffffff]
kernel: e820: reserve RAM buffer [mem 0xdf000000-0xdfffffff]
kernel: e820: reserve RAM buffer [mem 0x21f340000-0x21fffffff]
kernel: pci 0000:01:00.0: vgaarb: setting as boot VGA device
kernel: pci 0000:01:00.0: vgaarb: bridge control possible
kernel: pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
kernel: vgaarb: loaded
kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
kernel: hpet0: 3 comparators, 32-bit 14.318180 MHz counter
kernel: clocksource: Switched to clocksource tsc-early
kernel: VFS: Disk quotas dquot_6.6.0
kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
kernel: AppArmor: AppArmor Filesystem Enabled
kernel: pnp: PnP ACPI init
kernel: system 00:00: [mem 0xf8000000-0xfbffffff] has been reserved
kernel: system 00:01: [mem 0x1000000000000 window] could not be reserved
kernel: system 00:03: [io 0x0a00-0x0a0f] has been reserved
kernel: system 00:03: [io 0x0a10-0x0a1f] has been reserved
kernel: system 00:03: [io 0x0a20-0x0a2f] has been reserved
kernel: system 00:03: [io 0x0a30-0x0a3f] has been reserved
kernel: system 00:03: [io 0x0a40-0x0a4f] has been reserved
kernel: system 00:03: [io 0x0a50-0x0a5f] has been reserved
kernel: system 00:03: [io 0x0a60-0x0a6f] has been reserved
kernel: system 00:03: [io 0x0a70-0x0a7f] has been reserved
kernel: system 00:03: [io 0x0a88-0x0a97] has been reserved
kernel: system 00:03: [io 0x0a98-0x0aa7] has been reserved
kernel: system 00:04: [io 0x04d0-0x04d1] has been reserved
kernel: system 00:04: [io 0x040b] has been reserved
kernel: system 00:04: [io 0x04d6] has been reserved
kernel: system 00:04: [io 0x0c00-0x0c01] has been reserved
kernel: system 00:04: [io 0x0c14] has been reserved
kernel: system 00:04: [io 0x0c50-0x0c51] has been reserved
kernel: system 00:04: [io 0x0c52] has been reserved
kernel: system 00:04: [io 0x0c6c] has been reserved
kernel: system 00:04: [io 0x0c6f] has been reserved
kernel: system 00:04: [io 0x0cd0-0x0cd1] has been reserved
kernel: system 00:04: [io 0x0cd2-0x0cd3] has been reserved
kernel: system 00:04: [io 0x0cd4-0x0cd5] has been reserved
kernel: system 00:04: [io 0x0cd6-0x0cd7] has been reserved
kernel: system 00:04: [io 0x0cd8-0x0cdf] has been reserved
kernel: system 00:04: [io 0x0800-0x089f] has been reserved
kernel: system 00:04: [io 0x0b00-0x0b0f] has been reserved
kernel: system 00:04: [io 0x0b20-0x0b3f] has been reserved
kernel: system 00:04: [io 0x0900-0x090f] has been reserved
kernel: system 00:04: [io 0x0910-0x091f] has been reserved
kernel: system 00:04: [mem 0xfec00000-0xfec00fff] could not be reserved
kernel: system 00:04: [mem 0xfec01000-0xfec01fff] could not be reserved
kernel: system 00:04: [mem 0xfedc0000-0xfedc0fff] has been reserved
kernel: system 00:04: [mem 0xfee00000-0xfee00fff] has been reserved
kernel: system 00:04: [mem 0xfed80000-0xfed8ffff] has been reserved
kernel: system 00:04: [mem 0xfec10000-0xfec10fff] has been reserved
kernel: system 00:04: [mem 0xff000000-0xffffffff] has been reserved
kernel: pnp: PnP ACPI: found 5 devices
kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
kernel: NET: Registered PF_INET protocol family
kernel: IP idents hash table entries: 131072 (order: 8, 1048576 bytes, linear)
kernel: tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
kernel: TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
kernel: TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
kernel: TCP: Hash tables configured (established 65536 bind 65536)
kernel: MPTCP token hash table entries: 8192 (order: 5, 196608 bytes, linear)
kernel: UDP hash table entries: 4096 (order: 6, 262144 bytes, linear)
kernel: UDP-Lite hash table entries: 4096 (order: 6, 262144 bytes, linear)
kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
kernel: NET: Registered PF_XDP protocol family
kernel: pci 0000:00:01.1: PCI bridge to [bus 01]
kernel: pci 0000:00:01.1: bridge window [io 0xf000-0xffff]
kernel: pci 0000:00:01.1: bridge window [mem 0xfce00000-0xfcefffff]
kernel: pci 0000:00:01.1: bridge window [mem 0xe0000000-0xf01fffff 64bit pref]
kernel: pci 0000:00:01.2: PCI bridge to [bus 02]
kernel: pci 0000:00:01.2: bridge window [io 0xe000-0xefff]
kernel: pci 0000:00:01.2: bridge window [mem 0xfcd00000-0xfcdfffff]
kernel: pci 0000:00:01.2: bridge window [mem 0xf0300000-0xf03fffff 64bit pref]
kernel: pci 0000:00:01.3: PCI bridge to [bus 03]
kernel: pci 0000:00:01.3: bridge window [mem 0xfc600000-0xfc7fffff]
kernel: pci 0000:00:08.1: PCI bridge to [bus 04]
kernel: pci 0000:00:08.1: bridge window [mem 0xfc800000-0xfcbfffff]
kernel: pci 0000:00:08.2: PCI bridge to [bus 05]
kernel: pci 0000:00:08.2: bridge window [mem 0xfcc00000-0xfccfffff]
kernel: pci_bus 0000:00: resource 4 [io 0x0000-0x03af window]
kernel: pci_bus 0000:00: resource 5 [io 0x03e0-0x0cf7 window]
kernel: pci_bus 0000:00: resource 6 [io 0x03b0-0x03df window]
kernel: pci_bus 0000:00: resource 7 [io 0x0d00-0xffff window]
kernel: pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000dffff window]
kernel: pci_bus 0000:00: resource 9 [mem 0xe0000000-0xfec02fff window]
kernel: pci_bus 0000:00: resource 10 [mem 0xfee00000-0xffffffff window]
kernel: pci_bus 0000:01: resource 0 [io 0xf000-0xffff]
kernel: pci_bus 0000:01: resource 1 [mem 0xfce00000-0xfcefffff]
kernel: pci_bus 0000:01: resource 2 [mem 0xe0000000-0xf01fffff 64bit pref]
kernel: pci_bus 0000:02: resource 0 [io 0xe000-0xefff]
kernel: pci_bus 0000:02: resource 1 [mem 0xfcd00000-0xfcdfffff]
kernel: pci_bus 0000:02: resource 2 [mem 0xf0300000-0xf03fffff 64bit pref]
kernel: pci_bus 0000:03: resource 1 [mem 0xfc600000-0xfc7fffff]
kernel: pci_bus 0000:04: resource 1 [mem 0xfc800000-0xfcbfffff]
kernel: pci_bus 0000:05: resource 1 [mem 0xfcc00000-0xfccfffff]
kernel: pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
kernel: pci 0000:02:00.0: CLS mismatch (64 != 160), using 64 bytes
kernel: pci 0000:04:00.3: extending delay after power-on from D3hot to 20 msec
kernel: pci 0000:04:00.4: extending delay after power-on from D3hot to 20 msec
kernel: pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
kernel: Unpacking initramfs...
kernel: pci 0000:00:00.0: Adding to iommu group 0
kernel: pci 0000:00:01.0: Adding to iommu group 1
kernel: pci 0000:00:01.1: Adding to iommu group 2
kernel: pci 0000:00:01.2: Adding to iommu group 3
kernel: pci 0000:00:01.3: Adding to iommu group 4
kernel: pci 0000:00:08.0: Adding to iommu group 5
kernel: pci 0000:00:08.1: Adding to iommu group 5
kernel: pci 0000:00:08.2: Adding to iommu group 5
kernel: pci 0000:00:14.0: Adding to iommu group 6
kernel: pci 0000:00:14.3: Adding to iommu group 6
kernel: pci 0000:00:18.0: Adding to iommu group 7
kernel: pci 0000:00:18.1: Adding to iommu group 7
kernel: pci 0000:00:18.2: Adding to iommu group 7
kernel: pci 0000:00:18.3: Adding to iommu group 7
kernel: pci 0000:00:18.4: Adding to iommu group 7
kernel: pci 0000:00:18.5: Adding to iommu group 7
kernel: pci 0000:00:18.6: Adding to iommu group 7
kernel: pci 0000:00:18.7: Adding to iommu group 7
kernel: pci 0000:01:00.0: Adding to iommu group 8
kernel: pci 0000:01:00.1: Adding to iommu group 8
kernel: pci 0000:02:00.0: Adding to iommu group 9
kernel: pci 0000:03:00.0: Adding to iommu group 10
kernel: pci 0000:04:00.0: Adding to iommu group 5
kernel: pci 0000:04:00.2: Adding to iommu group 5
kernel: pci 0000:04:00.3: Adding to iommu group 5
kernel: pci 0000:04:00.4: Adding to iommu group 5
kernel: pci 0000:04:00.5: Adding to iommu group 5
kernel: pci 0000:04:00.6: Adding to iommu group 5
kernel: pci 0000:05:00.0: Adding to iommu group 5
kernel: AMD-Vi: Extended features (0x4f77ef22294ada, 0x0): PPR NX GT IA GA PC GA_vAPIC
kernel: AMD-Vi: Interrupt remapping enabled
kernel: AMD-Vi: Virtual APIC enabled
kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
kernel: software IO TLB: mapped [mem 0x00000000d29bd000-0x00000000d69bd000] (64MB)
kernel: perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
kernel: Initialise system trusted keyrings
kernel: Key type blacklist registered
kernel: workingset: timestamp_bits=36 max_order=21 bucket_order=0
kernel: squashfs: version 4.0 (2009/01/31) Phillip Lougher
kernel: fuse: init (API version 7.44)
kernel: integrity: Platform Keyring initialized
kernel: integrity: Machine keyring initialized
kernel: Key type asymmetric registered
kernel: Asymmetric key parser 'x509' registered
kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
kernel: io scheduler mq-deadline registered
kernel: ledtrig-cpu: registered to indicate activity on CPUs
kernel: pcieport 0000:00:01.1: PME: Signaling with IRQ 26
kernel: pcieport 0000:00:01.1: AER: enabled with IRQ 26
kernel: pcieport 0000:00:01.2: PME: Signaling with IRQ 27
kernel: pcieport 0000:00:01.2: AER: enabled with IRQ 27
kernel: pcieport 0000:00:01.3: PME: Signaling with IRQ 28
kernel: pcieport 0000:00:01.3: AER: enabled with IRQ 28
kernel: pcieport 0000:00:08.1: PME: Signaling with IRQ 29
kernel: pcieport 0000:00:08.2: PME: Signaling with IRQ 30
kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
kernel: ACPI: button: Power Button [PWRB]
kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
kernel: ACPI: button: Power Button [PWRF]
kernel: Monitor-Mwait will be used to enter C-1 state
kernel: Could not retrieve perf counters (-19)
kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
kernel: Linux agpgart interface v0.103
kernel: pci 0000:00:00.2: Resources present before probing
kernel: fbcon: Taking over console
kernel: Freeing initrd memory: 102048K
kernel: tpm_crb MSFT0101:00: Disabling hwrng
kernel: ACPI: bus type drm_connector registered
kernel: loop: module loaded
kernel: tun: Universal TUN/TAP device driver, 1.6
kernel: PPP generic driver version 2.4.2
kernel: xhci_hcd 0000:04:00.3: xHCI Host Controller
kernel: xhci_hcd 0000:04:00.3: new USB bus registered, assigned bus number 1
kernel: xhci_hcd 0000:04:00.3: hcc params 0x0270ffe5 hci version 0x110 quirks 0x0004000840000010
kernel: xhci_hcd 0000:04:00.3: xHCI Host Controller
kernel: xhci_hcd 0000:04:00.3: new USB bus registered, assigned bus number 2
kernel: xhci_hcd 0000:04:00.3: Host supports USB 3.1 Enhanced SuperSpeed
kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.16
kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
kernel: usb usb1: Product: xHCI Host Controller
kernel: usb usb1: Manufacturer: Linux 6.16.0-rc4+ xhci-hcd
kernel: usb usb1: SerialNumber: 0000:04:00.3
kernel: hub 1-0:1.0: USB hub found
kernel: hub 1-0:1.0: 4 ports detected
kernel: usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.16
kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
kernel: usb usb2: Product: xHCI Host Controller
kernel: usb usb2: Manufacturer: Linux 6.16.0-rc4+ xhci-hcd
kernel: usb usb2: SerialNumber: 0000:04:00.3
kernel: hub 2-0:1.0: USB hub found
kernel: hub 2-0:1.0: 4 ports detected
kernel: xhci_hcd 0000:04:00.4: xHCI Host Controller
kernel: xhci_hcd 0000:04:00.4: new USB bus registered, assigned bus number 3
kernel: xhci_hcd 0000:04:00.4: hcc params 0x0260ffe5 hci version 0x110 quirks 0x0004000840000010
kernel: xhci_hcd 0000:04:00.4: xHCI Host Controller
kernel: xhci_hcd 0000:04:00.4: new USB bus registered, assigned bus number 4
kernel: xhci_hcd 0000:04:00.4: Host supports USB 3.1 Enhanced SuperSpeed
kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.16
kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
kernel: usb usb3: Product: xHCI Host Controller
kernel: usb usb3: Manufacturer: Linux 6.16.0-rc4+ xhci-hcd
kernel: usb usb3: SerialNumber: 0000:04:00.4
kernel: hub 3-0:1.0: USB hub found
kernel: hub 3-0:1.0: 1 port detected
kernel: usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.16
kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
kernel: usb usb4: Product: xHCI Host Controller
kernel: usb usb4: Manufacturer: Linux 6.16.0-rc4+ xhci-hcd
kernel: usb usb4: SerialNumber: 0000:04:00.4
kernel: hub 4-0:1.0: USB hub found
kernel: hub 4-0:1.0: 1 port detected
kernel: i8042: PNP: No PS/2 controller found.
kernel: i8042: Probing ports directly.
kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
kernel: mousedev: PS/2 mouse device common for all mice
kernel: rtc_cmos 00:02: RTC can wake from S4
kernel: rtc_cmos 00:02: registered as rtc0
kernel: rtc_cmos 00:02: setting system clock to 2025-07-05T21:28:07 UTC (1751750887)
kernel: rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram
kernel: i2c_dev: i2c /dev entries driver
kernel: device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
kernel: device-mapper: uevent: version 1.0.3
kernel: device-mapper: ioctl: 4.50.0-ioctl (2025-04-28) initialised: dm-devel at lists.linux.dev
kernel: [drm] Initialized simpledrm 1.0.0 for simple-framebuffer.0 on minor 0
kernel: Console: switching to colour frame buffer device 240x67
kernel: simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
kernel: drop_monitor: Initializing network drop monitor service
kernel: NET: Registered PF_INET6 protocol family
kernel: Segment Routing with IPv6
kernel: In-situ OAM (IOAM) with IPv6
kernel: NET: Registered PF_PACKET protocol family
kernel: Key type dns_resolver registered
kernel: x86/amd: Previous system reset reason [0x00080800]: software wrote 0x6 to reset control register 0xCF9
kernel: microcode: Current revision: 0x08108102
kernel: IPI shorthand broadcast: enabled
kernel: sched_clock: Marking stable (721123345, 447904)->(725895537, -4324288)
kernel: registered taskstats version 1
kernel: Loading compiled-in X.509 certificates
kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 615b96f793af5ef2de984a9cb1e072b1483e461e'
kernel: Demotion targets for Node 0: null
kernel: Key type .fscrypt registered
kernel: Key type fscrypt-provisioning registered
kernel: Key type trusted registered
kernel: Key type encrypted registered
kernel: AppArmor: AppArmor sha256 policy hashing enabled
kernel: integrity: Loading X.509 certificate: UEFI:db
kernel: integrity: Loaded X.509 cert 'Lenovo UEFI CA 2014: 4b91a68732eaefdd2c8ffffc6b027ec3449e9c8f'
kernel: integrity: Loading X.509 certificate: UEFI:db
kernel: integrity: Loaded X.509 cert 'Trust - Lenovo Certificate: bc19ccf68446c18b4a08dce9b1cb4deb'
kernel: integrity: Loading X.509 certificate: UEFI:db
kernel: integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
kernel: integrity: Loading X.509 certificate: UEFI:db
kernel: integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
kernel: Loading compiled-in module X.509 certificates
kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 615b96f793af5ef2de984a9cb1e072b1483e461e'
kernel: ima: Allocated hash algorithm: sha256
kernel: ima: No architecture policies found
kernel: evm: Initialising EVM extended attributes:
kernel: evm: security.selinux
kernel: evm: security.SMACK64
kernel: evm: security.SMACK64EXEC
kernel: evm: security.SMACK64TRANSMUTE
kernel: evm: security.SMACK64MMAP
kernel: evm: security.apparmor
kernel: evm: security.ima
kernel: evm: security.capability
kernel: evm: HMAC attrs: 0x1
kernel: PM: Magic number: 1:536:499
kernel: acpi_cpufreq: overriding BIOS provided _PSD data
kernel: RAS: Correctable Errors collector initialized.
kernel: clk: Disabling unused clocks
kernel: PM: genpd: Disabling unused power domains
kernel: Freeing unused decrypted memory: 2036K
kernel: Freeing unused kernel image (initmem) memory: 4992K
kernel: Write protecting the kernel read-only data: 36864k
kernel: Freeing unused kernel image (text/rodata gap) memory: 1440K
kernel: Freeing unused kernel image (rodata/data gap) memory: 248K
kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
kernel: Run /init as init process
kernel: with arguments:
kernel: /init
kernel: splash
kernel: with environment:
kernel: HOME=/
kernel: TERM=linux
kernel: BOOT_IMAGE=/boot/vmlinuz-6.16.0-rc4+
kernel: usb 3-1: new high-speed USB device number 2 using xhci_hcd
kernel: usb 1-4: new high-speed USB device number 2 using xhci_hcd
kernel: ACPI: video: Video Device [VGA] (multi-head: yes rom: no post: no)
kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:01/LNXVIDEO:00/input/input3
kernel: ACPI: video: Video Device [VGA1] (multi-head: yes rom: no post: no)
kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:11/LNXVIDEO:01/input/input4
kernel: ahci 0000:05:00.0: AHCI vers 0001.0301, 32 command slots, 6 Gbps, SATA mode
kernel: ahci 0000:05:00.0: 2/2 ports implemented (port mask 0x3)
kernel: ahci 0000:05:00.0: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part
kernel: r8169 0000:02:00.0 eth0: RTL8168g/8111g, 6c:4b:90:e7:cf:0b, XID 4c0, IRQ 47
kernel: r8169 0000:02:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
kernel: scsi host0: ahci
kernel: scsi host1: ahci
kernel: ata1: SATA max UDMA/133 abar m2048 at 0xfcc00000 port 0xfcc00100 irq 44 lpm-pol 3
kernel: ata2: SATA max UDMA/133 abar m2048 at 0xfcc00000 port 0xfcc00180 irq 45 lpm-pol 3
kernel: r8169 0000:02:00.0 enp2s0: renamed from eth0
kernel: usb 3-1: New USB device found, idVendor=05e3, idProduct=0610, bcdDevice=60.52
kernel: usb 3-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
kernel: usb 3-1: Product: USB2.0 Hub
kernel: usb 1-4: New USB device found, idVendor=05e3, idProduct=0610, bcdDevice=60.52
kernel: usb 1-4: New USB device strings: Mfr=0, Product=1, SerialNumber=0
kernel: usb 1-4: Product: USB2.0 Hub
kernel: hub 1-4:1.0: USB hub found
kernel: hub 1-4:1.0: 3 ports detected
kernel: hub 3-1:1.0: USB hub found
kernel: hub 3-1:1.0: 3 ports detected
kernel: usb: port power management may be unreliable
kernel: usb 3-1.1: new full-speed USB device number 3 using xhci_hcd
kernel: usb 1-4.3: new high-speed USB device number 3 using xhci_hcd
kernel: ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
kernel: ata1.00: Model 'Samsung SSD 860 EVO 500GB', rev 'RVT01B6Q', applying quirks: noncqtrim zeroaftertrim noncqonati nolpmonati
kernel: ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
kernel: ata1.00: supports DRM functions and may not be fully accessible
kernel: ata1.00: ATA-11: Samsung SSD 860 EVO 500GB, RVT01B6Q, max UDMA/133
kernel: ata1.00: 976773168 sectors, multi 1: LBA48 NCQ (depth 32), AA
kernel: ata2.00: ATAPI: HL-DT-ST DVDRAM GUE1N, ME03, max UDMA/133
kernel: ata2.00: configured for UDMA/133
kernel: ata1.00: Features: Trust Dev-Sleep NCQ-sndrcv
kernel: ata1.00: supports DRM functions and may not be fully accessible
kernel: ata1.00: configured for UDMA/133
kernel: scsi 0:0:0:0: Direct-Access ATA Samsung SSD 860 1B6Q PQ: 0 ANSI: 5
kernel: sd 0:0:0:0: Attached scsi generic sg0 type 0
kernel: ata1.00: Enabling discard_zeroes_data
kernel: sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/466 GiB)
kernel: sd 0:0:0:0: [sda] Write Protect is off
kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
kernel: sd 0:0:0:0: [sda] Preferred minimum I/O size 512 bytes
kernel: scsi 1:0:0:0: CD-ROM HL-DT-ST DVDRAM GUE1N ME03 PQ: 0 ANSI: 5
kernel: ata1.00: Enabling discard_zeroes_data
kernel: sda: sda1 sda2 sda3 sda4 sda5
kernel: sd 0:0:0:0: [sda] supports TCG Opal
kernel: sd 0:0:0:0: [sda] Attached SCSI disk
kernel: usb 1-4.3: New USB device found, idVendor=0bda, idProduct=0129, bcdDevice=39.60
kernel: usb 1-4.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
kernel: usb 1-4.3: Product: USB2.0-CRW
kernel: usb 1-4.3: Manufacturer: Generic
kernel: usb 1-4.3: SerialNumber: 20100201396000000
kernel: sr 1:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
kernel: cdrom: Uniform CD-ROM driver Revision: 3.20
kernel: usb 3-1.1: New USB device found, idVendor=046d, idProduct=c542, bcdDevice= 3.08
kernel: usb 3-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
kernel: usb 3-1.1: Product: Wireless Receiver
kernel: usb 3-1.1: Manufacturer: Logitech
kernel: sr 1:0:0:0: Attached scsi CD-ROM sr0
kernel: sr 1:0:0:0: Attached scsi generic sg1 type 5
kernel: usbcore: registered new interface driver rtsx_usb
kernel: tsc: Refined TSC clocksource calibration: 3596.225 MHz
kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x33d664f7b0b, max_idle_ns: 440795259511 ns
kernel: clocksource: Switched to clocksource tsc
kernel: hid: raw HID events driver (C) Jiri Kosina
kernel: usbcore: registered new interface driver usbhid
kernel: usbhid: USB HID core driver
kernel: input: Logitech Wireless Receiver Mouse as /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb3/3-1/3-1.1/3-1.1:1.0/0003:046D:C542.0001/input/input5
kernel: hid-generic 0003:046D:C542.0001: input,hidraw0: USB HID v1.11 Mouse [Logitech Wireless Receiver] on usb-0000:04:00.4-1.1/input0
kernel: usb 3-1.2: new full-speed USB device number 4 using xhci_hcd
kernel: usb 3-1.2: New USB device found, idVendor=046d, idProduct=c534, bcdDevice=29.01
kernel: usb 3-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
kernel: usb 3-1.2: Product: USB Receiver
kernel: usb 3-1.2: Manufacturer: Logitech
kernel: input: Logitech USB Receiver as /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb3/3-1/3-1.2/3-1.2:1.0/0003:046D:C534.0002/input/input6
kernel: hid-generic 0003:046D:C534.0002: input,hidraw1: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:04:00.4-1.2/input0
kernel: input: Logitech USB Receiver Mouse as /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb3/3-1/3-1.2/3-1.2:1.1/0003:046D:C534.0003/input/input7
kernel: input: Logitech USB Receiver Consumer Control as /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb3/3-1/3-1.2/3-1.2:1.1/0003:046D:C534.0003/input/input8
kernel: input: Logitech USB Receiver System Control as /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb3/3-1/3-1.2/3-1.2:1.1/0003:046D:C534.0003/input/input9
kernel: hid-generic 0003:046D:C534.0003: input,hiddev0,hidraw2: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:04:00.4-1.2/input1
kernel: usb 3-1.3: new full-speed USB device number 5 using xhci_hcd
kernel: usb 3-1.3: New USB device found, idVendor=0cf3, idProduct=e500, bcdDevice= 0.01
kernel: usb 3-1.3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
kernel: clocksource: timekeeping watchdog on CPU0: Marking clocksource 'tsc' as unstable because the skew is too large:
kernel: clocksource: 'hpet' wd_nsec: 505407949 wd_now: 225ee84 wd_last: 1b782da mask: ffffffff
kernel: clocksource: 'tsc' cs_nsec: 504990010 cs_now: 13f7215a4c cs_last: 138ae28338 mask: ffffffffffffffff
kernel: clocksource: Clocksource 'tsc' skewed -417939 ns (0 ms) over watchdog 'hpet' interval of 505407949 ns (505 ms)
kernel: clocksource: 'tsc' is current clocksource.
kernel: tsc: Marking TSC unstable due to clocksource watchdog
kernel: TSC found unstable after boot, most likely due to broken BIOS. Use 'tsc=unstable'.
kernel: sched_clock: Marking unstable (2594055652, 447834)<-(2598775602, -4324288)
kernel: clocksource: Checking clocksource tsc synchronization from CPU 3 to CPUs 0-2.
kernel: clocksource: Switched to clocksource hpet
kernel: [drm] amdgpu kernel modesetting enabled.
kernel: amdgpu: Virtual CRAT table created for CPU
kernel: amdgpu: Topology: Add CPU node
kernel: amdgpu 0000:01:00.0: enabling device (0006 -> 0007)
kernel: [drm] initializing kernel modesetting (POLARIS12 0x1002:0x6985 0x1002:0x0B0C 0x00).
kernel: [drm] register mmio base: 0xFCE00000
kernel: [drm] register mmio size: 262144
kernel: amdgpu 0000:01:00.0: amdgpu: detected ip block number 0 <vi_common>
kernel: amdgpu 0000:01:00.0: amdgpu: detected ip block number 1 <gmc_v8_0>
kernel: amdgpu 0000:01:00.0: amdgpu: detected ip block number 2 <tonga_ih>
kernel: amdgpu 0000:01:00.0: amdgpu: detected ip block number 3 <gfx_v8_0>
kernel: amdgpu 0000:01:00.0: amdgpu: detected ip block number 4 <sdma_v3_0>
kernel: amdgpu 0000:01:00.0: amdgpu: detected ip block number 5 <powerplay>
kernel: amdgpu 0000:01:00.0: amdgpu: detected ip block number 6 <dm>
kernel: amdgpu 0000:01:00.0: amdgpu: detected ip block number 7 <uvd_v6_0>
kernel: amdgpu 0000:01:00.0: amdgpu: detected ip block number 8 <vce_v3_0>
kernel: amdgpu 0000:01:00.0: amdgpu: Fetched VBIOS from VFCT
kernel: amdgpu: ATOM BIOS: 113-D0910100-102
kernel: [drm] UVD is enabled in VM mode
kernel: [drm] UVD ENC is enabled in VM mode
kernel: [drm] VCE enabled in VM mode
kernel: logitech-djreceiver 0003:046D:C534.0002: hidraw1: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:04:00.4-1.2/input0
kernel: Console: switching to colour dummy device 80x25
kernel: amdgpu 0000:01:00.0: vgaarb: deactivate vga console
kernel: amdgpu 0000:01:00.0: amdgpu: Trusted Memory Zone (TMZ) feature not supported
kernel: [drm] vm size is 64 GB, 2 levels, block size is 10-bit, fragment size is 9-bit
kernel: amdgpu 0000:01:00.0: amdgpu: VRAM: 4096M 0x000000F400000000 - 0x000000F4FFFFFFFF (4096M used)
kernel: amdgpu 0000:01:00.0: amdgpu: GART: 256M 0x000000FF00000000 - 0x000000FF0FFFFFFF
kernel: [drm] Detected VRAM RAM=4096M, BAR=256M
kernel: [drm] RAM width 128bits GDDR5
kernel: [drm] amdgpu: 4096M of VRAM memory ready
kernel: [drm] amdgpu: 3938M of GTT memory ready.
kernel: [drm] GART: num cpu pages 65536, num gpu pages 65536
kernel: [drm] PCIE GART of 256M enabled (table at 0x000000F400800000).
kernel: [drm] Chained IB support enabled!
kernel: amdgpu: hwmgr_sw_init smu backed is polaris10_smu
kernel: [drm] Found UVD firmware Version: 1.130 Family ID: 16
kernel: [drm] Found VCE firmware Version: 53.26 Binary ID: 3
kernel: logitech-djreceiver 0003:046D:C534.0003: hiddev0,hidraw2: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:04:00.4-1.2/input1
kernel: amdgpu 0000:01:00.0: amdgpu: [drm] Display Core v3.2.334 initialized on DCE 11.2
kernel: logitech-djreceiver 0003:046D:C534.0003: device of type eQUAD nano Lite (0x0a) connected on slot 1
kernel: logitech-djreceiver 0003:046D:C534.0003: device of type eQUAD nano Lite (0x0a) connected on slot 2
kernel: input: Logitech Wireless Keyboard PID:4023 Keyboard as /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb3/3-1/3-1.2/3-1.2:1.1/0003:046D:C534.0003/0003:046D:4023.0004/input/input12
kernel: hid-generic 0003:046D:4023.0004: input,hidraw3: USB HID v1.11 Keyboard [Logitech Wireless Keyboard PID:4023] on usb-0000:04:00.4-1.2/input1:1
kernel: input: Logitech Wireless Mouse PID:4091 Mouse as /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb3/3-1/3-1.2/3-1.2:1.1/0003:046D:C534.0003/0003:046D:4091.0005/input/input17
kernel: input: Logitech Wireless Mouse PID:4091 Consumer Control as /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb3/3-1/3-1.2/3-1.2:1.1/0003:046D:C534.0003/0003:046D:4091.0005/input/input18
kernel: hid-generic 0003:046D:4091.0005: input,hidraw4: USB HID v1.11 Mouse [Logitech Wireless Mouse PID:4091] on usb-0000:04:00.4-1.2/input1:2
kernel: [drm] UVD and UVD ENC initialized successfully.
kernel: input: Logitech Wireless Keyboard PID:4023 as /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb3/3-1/3-1.2/3-1.2:1.1/0003:046D:C534.0003/0003:046D:4023.0004/input/input22
kernel: logitech-hidpp-device 0003:046D:4023.0004: input,hidraw3: USB HID v1.11 Keyboard [Logitech Wireless Keyboard PID:4023] on usb-0000:04:00.4-1.2/input1:1
kernel: logitech-hidpp-device 0003:046D:4023.0004: HID++ 2.0 device connected.
kernel: [drm] VCE initialized successfully.
kernel: kfd kfd: amdgpu: Allocated 3969056 bytes on gart
kernel: kfd kfd: amdgpu: Total number of KFD nodes to be created: 1
kernel: amdgpu: Virtual CRAT table created for GPU
kernel: amdgpu: Topology: Add dGPU node [0x6985:0x1002]
kernel: kfd kfd: amdgpu: added device 1002:6985
kernel: amdgpu 0000:01:00.0: amdgpu: SE 2, SH per SE 1, CU per SH 5, active_cu_number 8
kernel: amdgpu 0000:01:00.0: amdgpu: Using BACO for runtime pm
kernel: [drm] Initialized amdgpu 3.64.0 for 0000:01:00.0 on minor 1
kernel: amdgpu 0000:01:00.0: amdgpu: [drm] Failed to setup vendor infoframe on connector DP-2: -22
kernel: fbcon: amdgpudrmfb (fb0) is primary device
kernel: Console: switching to colour frame buffer device 240x67
kernel: amdgpu 0000:01:00.0: [drm] fb0: amdgpudrmfb frame buffer device
kernel: input: Logitech Wireless Mouse as /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb3/3-1/3-1.2/3-1.2:1.1/0003:046D:C534.0003/0003:046D:4091.0005/input/input23
kernel: logitech-hidpp-device 0003:046D:4091.0005: input,hidraw4: USB HID v1.11 Mouse [Logitech Wireless Mouse] on usb-0000:04:00.4-1.2/input1:2
kernel: ------------[ cut here ]------------
kernel: WARNING: CPU: 1 PID: 348 at drivers/gpu/drm/drm_gem.c:286 drm_gem_object_handle_put_unlocked+0xc5/0x100
kernel: Modules linked in: hid_logitech_hidpp hid_logitech_dj hid_generic amdgpu usbhid hid rtsx_usb_sdmmc rtsx_usb amdxcp i2c_algo_bit drm_ttm_helper ttm drm_exec gpu_sched drm_suballoc_helper drm_panel_backlight_quirks cec rc_core drm_buddy video drm_display_helper r8169 ahci libahci realtek wmi
kernel: CPU: 1 UID: 0 PID: 348 Comm: plymouthd Not tainted 6.16.0-rc4+ #4 PREEMPT(voluntary)
kernel: Hardware name: LENOVO 90J00078US/3706, BIOS O4DKT45A 12/06/2022
kernel: RIP: 0010:drm_gem_object_handle_put_unlocked+0xc5/0x100
kernel: Code: ca ff eb 9c 4c 89 e7 e8 49 64 60 00 eb d0 48 8b 43 08 48 8d b8 e8 05 00 00 e8 a7 58 5c 00 c7 83 e0 00 00 00 00 00 00 00 eb 90 <0f> 0b 5b 41 5c 5d 31 c0 31 f6 31 ff e9 6a f4 60 00 48 8b 83 40 01
kernel: RSP: 0018:ffffd0a400a3f8f8 EFLAGS: 00010246
kernel: RAX: 0000000000000000 RBX: ffff8a1a9673c048 RCX: 0000000000000000
kernel: RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8a1a9673c048
kernel: RBP: ffffd0a400a3f908 R08: 0000000000000000 R09: 0000000000000000
kernel: R10: 0000000000000000 R11: 0000000000000000 R12: ffff8a1a96e80010
kernel: R13: 0000000000000001 R14: ffff8a1a93e70268 R15: 0000000000000001
kernel: FS: 000078f02e0fe000(0000) GS:ffff8a1bf8f38000(0000) knlGS:0000000000000000
kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
kernel: CR2: 000078f02e0d2000 CR3: 000000011b395000 CR4: 00000000003506f0
kernel: Call Trace:
kernel: <TASK>
kernel: drm_gem_handle_delete+0x9d/0x100
kernel: ? __pfx_drm_mode_destroy_dumb_ioctl+0x10/0x10
kernel: drm_mode_destroy_dumb_ioctl+0x1e/0x40
kernel: drm_ioctl_kernel+0xb7/0x110
kernel: drm_ioctl+0x2ec/0x5b0
kernel: ? __pfx_drm_mode_destroy_dumb_ioctl+0x10/0x10
kernel: amdgpu_drm_ioctl+0x4b/0x90 [amdgpu]
kernel: __x64_sys_ioctl+0xa5/0x100
kernel: x64_sys_call+0x1178/0x2660
kernel: do_syscall_64+0x80/0x2f0
kernel: ? __pfx_drm_mode_rmfb_ioctl+0x10/0x10
kernel: ? drm_mode_rmfb_ioctl+0x10/0x20
kernel: ? drm_ioctl_kernel+0xb7/0x110
kernel: ? __check_object_size+0x5a/0x300
kernel: ? _copy_to_user+0x31/0x60
kernel: ? drm_ioctl+0x327/0x5b0
kernel: ? __pfx_drm_mode_rmfb_ioctl+0x10/0x10
kernel: ? ktime_get_mono_fast_ns+0x3c/0xd0
kernel: ? amdgpu_drm_ioctl+0x6d/0x90 [amdgpu]
kernel: ? __x64_sys_ioctl+0xa5/0x100
kernel: ? ___pte_offset_map+0x1c/0x1b0
kernel: ? x64_sys_call+0x1178/0x2660
kernel: ? do_syscall_64+0xb8/0x2f0
kernel: ? count_memcg_events+0x180/0x200
kernel: ? handle_mm_fault+0xbc/0x300
kernel: ? do_user_addr_fault+0x1d2/0x8d0
kernel: ? irqentry_exit_to_user_mode+0x2e/0x230
kernel: ? irqentry_exit+0x43/0x50
kernel: ? exc_page_fault+0x8d/0x1a0
kernel: entry_SYSCALL_64_after_hwframe+0x76/0x7e
kernel: RIP: 0033:0x78f02e3b5ded
kernel: Code: 04 25 28 00 00 00 48 89 45 c8 31 c0 48 8d 45 10 c7 45 b0 10 00 00 00 48 89 45 b8 48 8d 45 d0 48 89 45 c0 b8 10 00 00 00 0f 05 <89> c2 3d 00 f0 ff ff 77 1a 48 8b 45 c8 64 48 2b 04 25 28 00 00 00
kernel: RSP: 002b:00007fff3d7341b0 EFLAGS: 00000246 ORIG_RAX: 0000000000000010
kernel: RAX: ffffffffffffffda RBX: 00005a7e133923b0 RCX: 000078f02e3b5ded
kernel: RDX: 00007fff3d73424c RSI: 00000000c00464b4 RDI: 000000000000000b
kernel: RBP: 00007fff3d734200 R08: 00005a7e13391710 R09: 0000000000000007
kernel: R10: 00005a7e13391710 R11: 0000000000000246 R12: 00000000c00464b4
kernel: R13: 000000000000000b R14: 000078f02e4cab00 R15: 0000000000000000
kernel: </TASK>
kernel: ---[ end trace 0000000000000000 ]---
kernel: EXT4-fs (sda5): mounted filesystem f225e715-0e46-4af9-ae02-9f704a7842fa ro with ordered data mode. Quota mode: none.
More information about the amd-gfx
mailing list