Package: src:linux
Version: 7.1.12-1
Severity: normal
Dear Maintainer,
Summary
-------
While Steam was running normally (no game launched at the time), the kernel
hit a general protection fault in ep_send_events() from epoll_wait(), in
Steam's internal IPC thread ("IPC:CSteamEngin"). The faulting address is
non-canonical garbage (0xaaa59f7e2b872972), so an epitem on the ready list
was already corrupted or freed when it was dereferenced.
The oops killed the thread mid-syscall. Since the task died while holding
the eventpoll mutex, every later attempt to tear down that epoll instance
now blocks forever in eventpoll_release_file(): the parent steam process
and the steamerrorreporter it spawned are both stuck in D state on exit
(SIGKILL pending, never delivered). A reboot is the only way to clear them.
This is a one-off so far on this box (first occurrence, uptime ~8 h at the
time). I have not yet been able to reproduce it deliberately.
Caveat: the kernel is tainted by the NVIDIA open kernel module (595.84,
built via DKMS, unsigned). Nothing from those modules appears on the call
trace, and the fault is in core eventpoll code, but I cannot rule out
memory corruption from an out-of-tree module. I will follow up if it
recurs on a clean kernel (6.12.90 is also installed here for comparison).
Note: the eventpoll UAF fixes that landed in Debian's 6.19.14, 7.0.10 and
7.1.5 uploads (ep_remove struct eventpoll/struct file UAF, deferring
struct eventpoll free to an RCU grace period, epoll_wait false negative)
are all already present in 7.1.12-1, so this appears to be something those
did not cover.
Environment
-----------
Kernel: 7.1.12+deb14-amd64 (Debian 7.1.12-1), PREEMPT(lazy)
CPU: AMD Ryzen 9 9900X (24 threads), 30 GiB RAM
Board: ASUS TUF GAMING B650-PLUS WIFI, BIOS 3042 (2024-09-30)
GPUs: NVIDIA RTX 5070 (nvidia 595.84 open module, DKMS, updates/dkms)
AMD Granite Ridge iGPU (amdgpu, in-tree)
Userspace: Steam client build 1788400362 (publicbeta), run inside
pressure-vessel / steam-runtime container
Display: X11 (:0)
Oops (journalctl -k)
--------------------
Sep 05 19:56:15 debian kernel: Oops: general protection fault, probably for
non-canonical address 0xaaa59f7e2b872972: 0000 [#1] SMP NOPTI
Sep 05 19:56:15 debian kernel: CPU: 6 UID: 1000 PID: 4637 Comm: IPC:CSteamEngin
Tainted: G OE 7.1.12+deb14-amd64 #1 PREEMPT(lazy) Debian
7.1.12-1
Sep 05 19:56:15 debian kernel: Tainted: [O]=OOT_MODULE, [E]=UNSIGNED_MODULE
Sep 05 19:56:15 debian kernel: Hardware name: ASUS System Product Name/TUF
GAMING B650-PLUS WIFI, BIOS 3042 09/30/2024
Sep 05 19:56:15 debian kernel: RIP: 0010:ep_send_events+0xb9/0x280
Sep 05 19:56:15 debian kernel: Code: 89 c3 85 d2 0f 8e da 01 00 00 4c 39 f0 0f
84 d1 01 00 00 4c 8d 68 e8 48 8b 00 45 31 e4 48 8d 68 e8 49 8b 45 60 48 85 c0
74 15 <f6> 80 b8 00 00 00 01 0f 85 7d 01 00 00 48 89 c7 e8 d2 7a 56 00 48
Sep 05 19:56:15 debian kernel: RSP: 0018:ffffceea4c4cbcf0 EFLAGS: 00010282
Sep 05 19:56:15 debian kernel: RAX: aaa59f7e2b8728ba RBX: ffff8920ed354948 RCX:
ffff8920e9354948
Sep 05 19:56:15 debian kernel: RDX: 0000000000000001 RSI: ffff8920ed354948 RDI:
ffff8920e9354958
Sep 05 19:56:15 debian kernel: RBP: 2d6120e422dda3e5 R08: ffff8920ed354948 R09:
00007f8c707c6444
Sep 05 19:56:15 debian kernel: R10: 0000000000000001 R11: 0000000000000000 R12:
0000000000000000
Sep 05 19:56:15 debian kernel: R13: ffff8920ed354930 R14: ffffceea4c4cbd10 R15:
ffff8920e9354900
Sep 05 19:56:15 debian kernel: FS: 00007f8c707c86c0(0000)
GS:ffff8927e0cef000(0000) knlGS:0000000000000000
Sep 05 19:56:15 debian kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Sep 05 19:56:15 debian kernel: CR2: 00007fb5208f684c CR3: 00000001e42ee000 CR4:
0000000000f50ef0
Sep 05 19:56:15 debian kernel: PKRU: 55555554
Sep 05 19:56:15 debian kernel: Call Trace:
Sep 05 19:56:15 debian kernel: <TASK>
Sep 05 19:56:15 debian kernel: do_epoll_wait+0x1d6/0x5c0
Sep 05 19:56:15 debian kernel: ? __x64_sys_poll+0xc4/0x190
Sep 05 19:56:15 debian kernel: __x64_sys_epoll_wait+0x70/0x120
Sep 05 19:56:15 debian kernel: do_syscall_64+0xe1/0x640
Sep 05 19:56:15 debian kernel: ? __sys_shutdown+0x8a/0xc0
Sep 05 19:56:15 debian kernel: ? __x64_sys_shutdown+0x14/0x20
Sep 05 19:56:15 debian kernel: ? do_syscall_64+0x11e/0x640
Sep 05 19:56:15 debian kernel: ? do_syscall_64+0x28e/0x640
Sep 05 19:56:15 debian kernel: ? do_syscall_64+0x11e/0x640
Sep 05 19:56:15 debian kernel: ? do_syscall_64+0x11e/0x640
Sep 05 19:56:15 debian kernel: ? do_syscall_64+0x11e/0x640
Sep 05 19:56:15 debian kernel: ? do_syscall_64+0x98/0x640
Sep 05 19:56:15 debian kernel: entry_SYSCALL_64_after_hwframe+0x76/0x7e
Sep 05 19:56:15 debian kernel: RIP: 0033:0x7f8c8cab119e
Sep 05 19:56:15 debian kernel: Code: 08 0f 85 35 4a ff ff 49 89 fb 48 89 f0 48
89 d7 48 89 ce 4c 89 c2 4d 89 ca 4c 8b 44 24 08 4c 8b 4c 24 10 4c 89 5c 24 08
0f 05 <c3> 90 48 83 ec 08 bf 01 00 00 00 e8 82 dc 05 00 bf 01 00 00 00 89
Sep 05 19:56:15 debian kernel: RSP: 002b:00007f8c707c6378 EFLAGS: 00000246
ORIG_RAX: 00000000000000e8
Sep 05 19:56:15 debian kernel: RAX: ffffffffffffffda RBX: 00007f8c63df37c0 RCX:
00007f8c8cab119e
Sep 05 19:56:15 debian kernel: RDX: 0000000000000001 RSI: 00007f8c707c6444 RDI:
0000000000000031
Sep 05 19:56:15 debian kernel: RBP: 00007f8c6258fa30 R08: 0000000000000000 R09:
0000000000000000
Sep 05 19:56:15 debian kernel: R10: 0000000000000031 R11: 0000000000000246 R12:
00007f8c63df3910
Sep 05 19:56:15 debian kernel: R13: 00007f8c6258f550 R14: 000055e055301e00 R15:
00007f8c6258fa30
Sep 05 19:56:15 debian kernel: </TASK>
Sep 05 19:56:15 debian kernel: Modules linked in: tcp_diag inet_diag
xt_connmark xt_mark nvidia_uvm(OE) rfcomm nf_conntrack_netlink xt_nat xt_tcpudp
veth snd_seq_dummy snd_hrtimer snd_seq snd_seq_device xt_conntrack
xt_MASQUERADE bridge stp llc xt_set ip_set xt_addrtype nft_compat x_tables
xfrm_user xfrm_algo tun overlay qrtr algif_hash algif_skcipher af_alg bnep
nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_chain_nat nf_nat
nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 nf_tables nfnetlink amd_atl
nvidia_drm(OE) intel_rapl_msr rtw89_8852be intel_rapl_common nvidia_modeset(OE)
rtw89_8852b rtw89_8852b_common rtw89_pci rtw89_core nvidia(OE) nls_ascii
nls_cp437 snd_hda_codec_alc882 edac_mce_amd snd_hda_codec_realtek_lib
snd_hda_codec_atihdmi snd_hda_codec_nvhdmi vfat btusb mac80211 fat
snd_hda_codec_generic snd_hda_codec_hdmi btmtk kvm_amd btrtl snd_hda_intel
btbcm asus_armoury snd_hda_codec btintel kvm bluetooth snd_hda_core cfg80211
snd_intel_dspcfg joydev eeepc_wmi firmwar
e_attributes_class snd_intel_sdw_acpi asus_wmi
Sep 05 19:56:15 debian kernel: irqbypass snd_hwdep sparse_keymap aesni_intel
ecdh_generic snd_pcm battery gf128mul rfkill wmi_bmof rapl snd_timer pcspkr
spd5118 libarc4 sg snd ccp soundcore k10temp evdev binfmt_misc dm_mod lp ppdev
parport_pc parport msr i2c_dev efi_pstore configfs autofs4 ext4 mbcache jbd2
crc32c_cryptoapi btrfs libblake2b raid10 raid456 async_raid6_recov async_memcpy
async_pq async_xor async_tx raid6_pq xor raid1 raid0 md_mod hid_logitech_hidpp
hid_logitech_dj amdgpu hid_generic drm_buddy amdxcp drm_panel_backlight_quirks
gpu_sched drm_ttm_helper ttm drm_exec i2c_algo_bit drm_suballoc_helper
drm_display_helper cec usbhid hid rc_core sd_mod drm_client_lib ahci
drm_kms_helper libahci xhci_pci libata xhci_hcd drm nvme scsi_mod r8169
sp5100_tco nvme_core usbcore watchdog realtek scsi_common phy_package
nvme_keyring video nvme_auth i2c_piix4 gpio_amdpt crc16 usb_common button wmi
gpio_generic i2c_smbus efivarfs
Sep 05 19:56:15 debian kernel: ---[ end trace 0000000000000000 ]---
Aftermath: tasks hung in D state on exit
----------------------------------------
Both the remaining thread of the steam process (tid 195675, "CNet Encrypt:0",
tgid 4462 which is now a zombie) and steamerrorreporter (pid 196394) are in
D state with wchan eventpoll_release_file, SIGKILL pending, ~40 min and
counting:
$ sudo cat /proc/195675/stack
[<0>] eventpoll_release_file+0x4c/0xe0
[<0>] __fput+0x249/0x2b0
[<0>] task_work_run+0x5d/0x90
[<0>] do_exit+0x2d9/0xab0
[<0>] do_group_exit+0x2d/0xc0
[<0>] get_signal+0x92d/0x930
[<0>] arch_do_signal_or_restart+0x40/0x270
[<0>] exit_to_user_mode_loop+0x93/0x510
[<0>] do_syscall_64+0x254/0x640
[<0>] entry_SYSCALL_64_after_hwframe+0x76/0x7e
$ sudo cat /proc/196394/stack
[<0>] eventpoll_release_file+0x4c/0xe0
[<0>] __fput+0x249/0x2b0
[<0>] task_work_run+0x5d/0x90
[<0>] do_exit+0x2d9/0xab0
[<0>] do_group_exit+0x2d/0xc0
[<0>] __ia32_sys_exit_group+0x18/0x20
[<0>] ia32_sys_call+0x19ea/0x19f0
[<0>] __do_fast_syscall_32+0xc4/0x650
[<0>] do_fast_syscall_32+0x32/0x80
[<0>] entry_SYSCALL_compat_after_hwframe+0x75/0x75
The zombie's still-open read end of Steam's ~/.steam/steam.pipe FIFO also
means a freshly launched Steam sees a live reader and exits with "Steam is
already running", which is how this was noticed in the first place.
Happy to test patches or a newer kernel, or to provide anything else.
-- Package-specific info:
** Version:
Linux version 7.1.12+deb14-amd64 ([email protected])
(x86_64-linux-gnu-gcc-15 (Debian 15.3.0-2) 15.3.0, GNU ld (GNU Binutils for
Debian) 2.47) #1 SMP PREEMPT_DYNAMIC Debian 7.1.12-1 (2026-08-28)
** Command line:
BOOT_IMAGE=/boot/vmlinuz-7.1.12+deb14-amd64
root=UUID=300c87f3-de54-4e23-949b-8fd92f648a7d ro quiet
** Tainted: DOE (12416)
* kernel died recently, i.e. there was an OOPS or BUG
* externally-built ("out-of-tree") module was loaded
* unsigned module was loaded
** Kernel log:
Unable to read kernel log; any relevant messages should be attached
** Model information
sys_vendor: ASUS
product_name: System Product Name
product_version: System Version
chassis_vendor: Default string
chassis_version: Default string
bios_vendor: American Megatrends Inc.
bios_version: 3042
board_vendor: ASUSTeK COMPUTER INC.
board_name: TUF GAMING B650-PLUS WIFI
board_version: Rev 1.xx
** Configuration for modprobe:
blacklist arkfb
blacklist aty128fb
blacklist atyfb
blacklist cirrusfb
blacklist cyber2000fb
blacklist kyrofb
blacklist matroxfb_base
blacklist mb862xxfb
blacklist microcode
blacklist neofb
blacklist nouveau
blacklist pm2fb
blacklist pm3fb
blacklist radeonfb
blacklist s3fb
blacklist savagefb
blacklist sisfb
blacklist tdfxfb
blacklist tridentfb
blacklist vt8623fb
options bonding max_bonds=0
options cx88_alsa index=-2
options dummy numdummies=0
options ifb numifbs=0
options kvm ignore_msrs=1 report_ignored_msrs=0
options kvm_amd nested=1
options md_mod start_ro=1
options nouveau modeset=0
options snd_atiixp_modem index=-2
options snd_hda_intel power_save=0 power_save_controller=N
options snd_intel8x0m index=-2
options snd_pcsp index=-2
options snd_via82xx_modem index=-2
** Loaded modules:
nvidia(OE)
nvidia_drm(OE)
nvidia_modeset(OE)
nvidia_uvm(OE)
aesni_intel
af_alg
ahci
algif_hash
algif_skcipher
amd_atl
amdgpu
amdxcp
asus_armoury
asus_wmi
async_memcpy
async_pq
async_raid6_recov
async_tx
async_xor
autofs4
battery
binfmt_misc
bluetooth
bnep
bridge
btbcm
btintel
btmtk
btrfs
btrtl
btusb
button
ccp
cec
cfg80211
configfs
crc16
crc32c_cryptoapi
dm_mod
drm
drm_buddy
drm_client_lib
drm_display_helper
drm_exec
drm_kms_helper
drm_panel_backlight_quirks
drm_suballoc_helper
drm_ttm_helper
ecdh_generic
edac_mce_amd
eeepc_wmi
efi_pstore
efivarfs
evdev
ext4
fat
firmware_attributes_class
gf128mul
gpio_amdpt
gpio_generic
gpu_sched
hid
hid_generic
hid_logitech_dj
hid_logitech_hidpp
i2c_algo_bit
i2c_dev
i2c_piix4
i2c_smbus
inet_diag
intel_rapl_common
intel_rapl_msr
ip_set
irqbypass
jbd2
joydev
k10temp
kvm
kvm_amd
libahci
libarc4
libata
libblake2b
llc
lp
mac80211
mbcache
md_mod
msr
nf_conntrack
nf_conntrack_netlink
nf_defrag_ipv4
nf_defrag_ipv6
nf_nat
nf_reject_ipv4
nf_reject_ipv6
nf_tables
nfnetlink
nft_chain_nat
nft_compat
nft_reject
nft_reject_inet
nls_ascii
nls_cp437
nvme
nvme_auth
nvme_core
nvme_keyring
overlay
parport
parport_pc
pcspkr
phy_package
ppdev
qrtr
r8169
raid0
raid1
raid10
raid456
raid6_pq
rapl
rc_core
realtek
rfcomm
rfkill
rtw89_8852b
rtw89_8852b_common
rtw89_8852be
rtw89_core
rtw89_pci
scsi_common
scsi_mod
sd_mod
sg
snd
snd_hda_codec
snd_hda_codec_alc882
snd_hda_codec_atihdmi
snd_hda_codec_generic
snd_hda_codec_hdmi
snd_hda_codec_nvhdmi
snd_hda_codec_realtek_lib
snd_hda_core
snd_hda_intel
snd_hrtimer
snd_hwdep
snd_intel_dspcfg
snd_intel_sdw_acpi
snd_pcm
snd_seq
snd_seq_device
snd_seq_dummy
snd_timer
soundcore
sp5100_tco
sparse_keymap
spd5118
stp
tcp_diag
ttm
tun
unix_diag
usb_common
usbcore
usbhid
veth
vfat
video
watchdog
wmi
wmi_bmof
x_tables
xfrm_algo
xfrm_user
xhci_hcd
xhci_pci
xor
xt_MASQUERADE
xt_addrtype
xt_connmark
xt_conntrack
xt_mark
xt_nat
xt_set
xt_tcpudp
** Out of tree modules:
updates/dkms/nvidia-uvm.ko
updates/dkms/nvidia-peermem.ko
updates/dkms/nvidia-drm.ko
updates/dkms/nvidia-modeset.ko
updates/dkms/nvidia.ko
** PCI devices:
0000:00:00.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD]
Raphael/Granite Ridge Root Complex [1022:14d8]
Subsystem: ASUSTeK Computer Inc. Device [1043:8877]
0000:00:00.2 IOMMU [0806]: Advanced Micro Devices, Inc. [AMD] Raphael/Granite
Ridge IOMMU [1022:14d9]
Subsystem: ASUSTeK Computer Inc. Device [1043:8877]
0000:00:01.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD]
Raphael/Granite Ridge Dummy Host Bridge [1022:14da]
0000:00:01.1 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD]
Raphael/Granite Ridge GPP Bridge [1022:14db]
Subsystem: ASUSTeK Computer Inc. Device [1043:8877]
Kernel driver in use: pcieport
Kernel modules: shpchp
0000:00:01.2 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD]
Raphael/Granite Ridge GPP Bridge [1022:14db]
Subsystem: ASUSTeK Computer Inc. Device [1043:8877]
Kernel driver in use: pcieport
Kernel modules: shpchp
0000:00:02.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD]
Raphael/Granite Ridge Dummy Host Bridge [1022:14da]
0000:00:02.1 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD]
Raphael/Granite Ridge GPP Bridge [1022:14db]
Subsystem: ASUSTeK Computer Inc. Device [1043:8877]
Kernel driver in use: pcieport
Kernel modules: shpchp
0000:00:03.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD]
Raphael/Granite Ridge Dummy Host Bridge [1022:14da]
0000:00:04.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD]
Raphael/Granite Ridge Dummy Host Bridge [1022:14da]
0000:00:08.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD]
Raphael/Granite Ridge Dummy Host Bridge [1022:14da]
0000:00:08.1 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD]
Raphael/Granite Ridge Internal GPP Bridge to Bus [C:A] [1022:14dd]
Subsystem: ASUSTeK Computer Inc. Device [1043:8877]
Kernel driver in use: pcieport
Kernel modules: shpchp
0000:00:08.3 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD]
Raphael/Granite Ridge Internal GPP Bridge to Bus [C:A] [1022:14dd]
Subsystem: ASUSTeK Computer Inc. Device [1043:8877]
Kernel driver in use: pcieport
Kernel modules: shpchp
0000:00:14.0 SMBus [0c05]: Advanced Micro Devices, Inc. [AMD] FCH SMBus
Controller [1022:790b] (rev 71)
Subsystem: ASUSTeK Computer Inc. Device [1043:8877]
Kernel driver in use: piix4_smbus
Kernel modules: i2c_piix4, sp5100_tco
0000:00:14.3 ISA bridge [0601]: Advanced Micro Devices, Inc. [AMD] FCH LPC
Bridge [1022:790e] (rev 51)
Subsystem: ASUSTeK Computer Inc. Device [1043:8877]
0000:00:18.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD]
Raphael/Granite Ridge Data Fabric; Function 0 [1022:14e0]
0000:00:18.1 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD]
Raphael/Granite Ridge Data Fabric; Function 1 [1022:14e1]
0000:00:18.2 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD]
Raphael/Granite Ridge Data Fabric; Function 2 [1022:14e2]
0000:00:18.3 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD]
Raphael/Granite Ridge Data Fabric; Function 3 [1022:14e3]
Kernel driver in use: k10temp
Kernel modules: k10temp
0000:00:18.4 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD]
Raphael/Granite Ridge Data Fabric; Function 4 [1022:14e4]
0000:00:18.5 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD]
Raphael/Granite Ridge Data Fabric; Function 5 [1022:14e5]
0000:00:18.6 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD]
Raphael/Granite Ridge Data Fabric; Function 6 [1022:14e6]
0000:00:18.7 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD]
Raphael/Granite Ridge Data Fabric; Function 7 [1022:14e7]
0000:00:01.1/01:00.0 VGA compatible controller [0300]: NVIDIA Corporation GB205
[GeForce RTX 5070] [10de:2f04] (rev a1)
Subsystem: ASUSTeK Computer Inc. Device [1043:89f2]
Kernel driver in use: nvidia
Kernel modules: nouveau, nvidia_drm, nvidia
0000:00:01.1/01:00.1 Audio device [0403]: NVIDIA Corporation GB205 High
Definition Audio Controller [10de:2f80] (rev a1)
Subsystem: NVIDIA Corporation Device [10de:0000]
Kernel driver in use: snd_hda_intel
Kernel modules: snd_hda_intel
0000:00:01.2/02:00.0 Non-Volatile memory controller [0108]: Intel Corporation
SSD 660P Series [8086:f1a8] (rev 03)
Subsystem: Intel Corporation Device [8086:390d]
Kernel driver in use: nvme
Kernel modules: nvme
0000:00:02.1/03:00.0 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] 600
Series Chipset PCIe Switch Upstream Port [1022:43f4] (rev 01)
Subsystem: ASMedia Technology Inc. Device [1b21:3328]
Kernel driver in use: pcieport
Kernel modules: shpchp
0000:00:02.1/03:00.0/04:00.0 PCI bridge [0604]: Advanced Micro Devices, Inc.
[AMD] 600 Series Chipset PCIe Switch Downstream Port [1022:43f5] (rev 01)
Subsystem: ASMedia Technology Inc. Device [1b21:3328]
Kernel driver in use: pcieport
Kernel modules: shpchp
0000:00:02.1/03:00.0/04:08.0 PCI bridge [0604]: Advanced Micro Devices, Inc.
[AMD] 600 Series Chipset PCIe Switch Downstream Port [1022:43f5] (rev 01)
Subsystem: ASMedia Technology Inc. Device [1b21:3328]
Kernel driver in use: pcieport
Kernel modules: shpchp
0000:00:02.1/03:00.0/04:09.0 PCI bridge [0604]: Advanced Micro Devices, Inc.
[AMD] 600 Series Chipset PCIe Switch Downstream Port [1022:43f5] (rev 01)
Subsystem: ASMedia Technology Inc. Device [1b21:3328]
Kernel driver in use: pcieport
Kernel modules: shpchp
0000:00:02.1/03:00.0/04:0a.0 PCI bridge [0604]: Advanced Micro Devices, Inc.
[AMD] 600 Series Chipset PCIe Switch Downstream Port [1022:43f5] (rev 01)
Subsystem: ASMedia Technology Inc. Device [1b21:3328]
Kernel driver in use: pcieport
Kernel modules: shpchp
0000:00:02.1/03:00.0/04:0b.0 PCI bridge [0604]: Advanced Micro Devices, Inc.
[AMD] 600 Series Chipset PCIe Switch Downstream Port [1022:43f5] (rev 01)
Subsystem: ASMedia Technology Inc. Device [1b21:3328]
Kernel driver in use: pcieport
Kernel modules: shpchp
0000:00:02.1/03:00.0/04:0c.0 PCI bridge [0604]: Advanced Micro Devices, Inc.
[AMD] 600 Series Chipset PCIe Switch Downstream Port [1022:43f5] (rev 01)
Subsystem: ASMedia Technology Inc. Device [1b21:3328]
Kernel driver in use: pcieport
Kernel modules: shpchp
0000:00:02.1/03:00.0/04:0d.0 PCI bridge [0604]: Advanced Micro Devices, Inc.
[AMD] 600 Series Chipset PCIe Switch Downstream Port [1022:43f5] (rev 01)
Subsystem: ASMedia Technology Inc. Device [1b21:3328]
Kernel driver in use: pcieport
Kernel modules: shpchp
0000:00:02.1/03:00.0/04:0a.0/69:00.0 Ethernet controller [0200]: Realtek
Semiconductor Co., Ltd. RTL8125 2.5GbE Controller [10ec:8125] (rev 05)
DeviceName: Realtek RTL8125BG LAN
Subsystem: ASUSTeK Computer Inc. Device [1043:87d7]
Kernel driver in use: r8169
Kernel modules: r8169
0000:00:02.1/03:00.0/04:0b.0/6a:00.0 Network controller [0280]: Realtek
Semiconductor Co., Ltd. RTL8852BE PCIe 802.11ax Wireless Network Controller
[10ec:b852]
Subsystem: AzureWave Device [1a3b:5471]
Kernel driver in use: rtw89_8852be
Kernel modules: rtw89_8852be
0000:00:02.1/03:00.0/04:0c.0/6b:00.0 USB controller [0c03]: Advanced Micro
Devices, Inc. [AMD] 600 Series Chipset USB 3.2 Controller [1022:43f7] (rev 01)
Subsystem: ASMedia Technology Inc. Device [1b21:1142]
Kernel driver in use: xhci_hcd
Kernel modules: xhci_pci
0000:00:02.1/03:00.0/04:0d.0/6c:00.0 SATA controller [0106]: Advanced Micro
Devices, Inc. [AMD] 600 Series Chipset SATA Controller [1022:43f6] (rev 01)
Subsystem: ASMedia Technology Inc. Device [1b21:1062]
Kernel driver in use: ahci
Kernel modules: ahci
0000:00:08.1/6d:00.0 VGA compatible controller [0300]: Advanced Micro Devices,
Inc. [AMD/ATI] Granite Ridge [Radeon Graphics] [1002:13c0] (rev c2)
Subsystem: ASUSTeK Computer Inc. Device [1043:8877]
Kernel driver in use: amdgpu
Kernel modules: amdgpu
0000:00:08.1/6d:00.1 Audio device [0403]: Advanced Micro Devices, Inc.
[AMD/ATI] Radeon High Definition Audio Controller [1002:1640]
Subsystem: ASUSTeK Computer Inc. Device [1043:8877]
Kernel driver in use: snd_hda_intel
Kernel modules: snd_hda_intel
0000:00:08.1/6d:00.2 Encryption controller [1080]: Advanced Micro Devices, Inc.
[AMD] Family 19h PSP/CCP [1022:1649]
Subsystem: ASUSTeK Computer Inc. Device [1043:8877]
Kernel driver in use: ccp
Kernel modules: ccp
0000:00:08.1/6d:00.3 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD]
Raphael/Granite Ridge USB 3.1 xHCI [1022:15b6]
Subsystem: ASUSTeK Computer Inc. Device [1043:8877]
Kernel driver in use: xhci_hcd
Kernel modules: xhci_pci
0000:00:08.1/6d:00.4 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD]
Raphael/Granite Ridge USB 3.1 xHCI [1022:15b7]
Subsystem: ASUSTeK Computer Inc. Device [1043:8877]
Kernel driver in use: xhci_hcd
Kernel modules: xhci_pci
0000:00:08.1/6d:00.6 Audio device [0403]: Advanced Micro Devices, Inc. [AMD]
Ryzen HD Audio Controller [1022:15e3]
DeviceName: Realtek ALC1200 Audio
Subsystem: ASUSTeK Computer Inc. Device [1043:88b9]
Kernel driver in use: snd_hda_intel
Kernel modules: snd_hda_intel
0000:00:08.3/6e:00.0 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD]
Raphael/Granite Ridge USB 2.0 xHCI [1022:15b8]
Subsystem: ASUSTeK Computer Inc. Device [1043:8877]
Kernel driver in use: xhci_hcd
Kernel modules: xhci_pci
** USB devices:
/: Bus 001.Port 001: Dev 001, Class=root_hub, Driver=xhci_hcd/12p, 480M
ID 1d6b:0002 Linux Foundation 2.0 root hub
|__ Port 003: Dev 005, If 0, Class=Human Interface Device, Driver=usbhid,
12M
ID 31e3:1502
|__ Port 003: Dev 005, If 1, Class=Human Interface Device, Driver=usbhid,
12M
ID 31e3:1502
|__ Port 003: Dev 005, If 2, Class=Human Interface Device, Driver=usbhid,
12M
ID 31e3:1502
|__ Port 003: Dev 005, If 3, Class=Human Interface Device, Driver=usbhid,
12M
ID 31e3:1502
|__ Port 003: Dev 005, If 4, Class=Human Interface Device, Driver=usbhid,
12M
ID 31e3:1502
|__ Port 005: Dev 002, If 0, Class=Wireless, Driver=btusb, 12M
ID 13d3:3571 IMC Networks
|__ Port 005: Dev 002, If 1, Class=Wireless, Driver=btusb, 12M
ID 13d3:3571 IMC Networks
|__ Port 007: Dev 003, If 0, Class=Human Interface Device, Driver=usbhid,
12M
ID 1532:0257 Razer USA, Ltd
|__ Port 007: Dev 003, If 1, Class=Human Interface Device, Driver=usbhid,
12M
ID 1532:0257 Razer USA, Ltd
|__ Port 007: Dev 003, If 2, Class=Human Interface Device, Driver=usbhid,
12M
ID 1532:0257 Razer USA, Ltd
|__ Port 007: Dev 003, If 3, Class=Human Interface Device, Driver=usbhid,
12M
ID 1532:0257 Razer USA, Ltd
|__ Port 011: Dev 004, If 0, Class=Vendor Specific Class, Driver=[none], 12M
ID 0b05:19af ASUSTek Computer, Inc.
|__ Port 011: Dev 004, If 2, Class=Human Interface Device, Driver=usbhid,
12M
ID 0b05:19af ASUSTek Computer, Inc.
/: Bus 002.Port 001: Dev 001, Class=root_hub, Driver=xhci_hcd/5p, 20000M/x2
ID 1d6b:0003 Linux Foundation 3.0 root hub
/: Bus 003.Port 001: Dev 001, Class=root_hub, Driver=xhci_hcd/2p, 480M
ID 1d6b:0002 Linux Foundation 2.0 root hub
/: Bus 004.Port 001: Dev 001, Class=root_hub, Driver=xhci_hcd/2p, 10000M
ID 1d6b:0003 Linux Foundation 3.0 root hub
/: Bus 005.Port 001: Dev 001, Class=root_hub, Driver=xhci_hcd/2p, 480M
ID 1d6b:0002 Linux Foundation 2.0 root hub
|__ Port 001: Dev 002, If 0, Class=Human Interface Device, Driver=usbhid,
480M
ID 046d:c54d Logitech, Inc.
|__ Port 001: Dev 002, If 1, Class=Human Interface Device, Driver=usbhid,
480M
ID 046d:c54d Logitech, Inc.
|__ Port 001: Dev 002, If 2, Class=Human Interface Device, Driver=usbhid,
480M
ID 046d:c54d Logitech, Inc.
/: Bus 006.Port 001: Dev 001, Class=root_hub, Driver=xhci_hcd/2p, 10000M
ID 1d6b:0003 Linux Foundation 3.0 root hub
/: Bus 007.Port 001: Dev 001, Class=root_hub, Driver=xhci_hcd/1p, 480M
ID 1d6b:0002 Linux Foundation 2.0 root hub
-- System Information:
Debian Release: forky/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 7.1.12+deb14-amd64 (SMP w/24 CPU threads; PREEMPT)
Kernel taint flags: TAINT_DIE, TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
Versions of packages linux-image-7.1.12+deb14-amd64 depends on:
it initramfs-tools [linux-initramfs-tool] 0.151
ii linux-base 4.16
ii linux-base-7.1.12+deb14-amd64 7.1.12-1
ii linux-binary-7.1.12+deb14-amd64 7.1.12-1
ii linux-modules-7.1.12+deb14-amd64 7.1.12-1
Versions of packages linux-image-7.1.12+deb14-amd64 recommends:
ii apparmor 4.1.8-1
Versions of packages linux-image-7.1.12+deb14-amd64 suggests:
pn debian-kernel-handbook <none>
ii extlinux 3:6.04~git20190206.bf6db5b4+dfsg1-3.2
pn firmware-linux-free <none>
ii grub-efi-amd64 2.14-3
pn linux-doc-7.1 <none>
Versions of packages linux-image-7.1.12+deb14-amd64 is related to:
ii firmware-amd-graphics 20260810-1
pn firmware-atheros <none>
pn firmware-bnx2 <none>
pn firmware-bnx2x <none>
pn firmware-brcm80211 <none>
pn firmware-cavium <none>
pn firmware-cirrus <none>
pn firmware-intel-graphics <none>
pn firmware-intel-misc <none>
pn firmware-intel-sound <none>
pn firmware-ipw2x00 <none>
pn firmware-ivtv <none>
pn firmware-iwlwifi <none>
pn firmware-libertas <none>
pn firmware-marvell-prestera <none>
pn firmware-mediatek <none>
pn firmware-misc-nonfree <none>
pn firmware-myricom <none>
pn firmware-netronome <none>
pn firmware-netxen <none>
ii firmware-nvidia-graphics 20260810-1
pn firmware-qcom-soc <none>
pn firmware-qlogic <none>
ii firmware-realtek 20260810-1
pn firmware-samsung <none>
pn firmware-siano <none>
pn firmware-ti-connectivity <none>
pn xen-hypervisor <none>
-- no debconf information