You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
stratix10 service
About this tag
The Stratix10 Service Layer driver (stratix10-svc) in the Linux kernel has been patched to fix a bug that could cause kernel panics during module removal. The issue, tracked as CVE-2025-68328, stemmed from inconsistent use of driver-data helpers (platform_set_drvdata and dev_set_drvdata) that led to data overwrites, causing rmmod to fail and triggering panics during kthread_stop and FIFO cleanup. This tag covers discussions and updates related to the stratix10 service driver, including security vulnerabilities, kernel patches, and troubleshooting for Stratix10-based systems.
A recently assigned CVE — CVE-2025-68328 — pins down a subtle but consequential bug in the Linux kernel’s Stratix10 Service Layer driver (stratix10-svc) that could cause module removal to fail and trigger a kernel panic, and kernel developers have issued a corrective patch to eliminate the...