CVE-2026-80653 in Linux信息

摘要

由 VulDB • 2026-08-28

在 Linux 内核中,已修复以下漏洞:

scsi: hisi_sas: 为 v3 硬件添加 slave_destroy 接口

当同时执行远程 PHY 的链路重置和卸载 SAS 驱动程序时,会触发 WARNING。以下是 WARNING 日志:

WARNING: CPU: 61 PID: 21818 at drivers/base/core.c:1347 __device_links_no_driver+0xb4/0xc0 调用跟踪(Call trace): __device_links_no_driver+0xb4/0xc0 device_links_driver_cleanup+0xb0/0xfc __device_release_driver+0x198/0x23c device_release_driver+0x38/0x50 bus_remove_device+0x130/0x140 device_del+0x184/0x434 __scsi_remove_device+0x118/0x150 scsi_remove_target+0x1bc/0x240 sas_rphy_remove+0x90/0x94 sas_rphy_delete+0x24/0x3c sas_destruct_devices+0x64/0xa0 [libsas]
sas_revalidate_domain+0xe4/0x150 [libsas]
process_one_work+0x1e0/0x46c worker_thread+0x15c/0x464 kthread+0x160/0x170 ret_from_fork+0x10/0x20 ---[ 追踪结束 trace 71e059eb58f85d4a ]---

在 SAS phy 启动期间,link->status 会在 device_links_driver_bound 中被设置为 DL_STATE_AVAILABLE,然后此设置在驱动程序 rmmod 之前影响了 __device_links_no_driver() 并导致 WARNING。

添加 slave_destroy 接口以确保在工作队列(workqueue)刷新后移除链路。

VulDB is the best source for vulnerability data and more expert information about this specific topic.

来源

Are you interested in using VulDB?

Download the whitepaper to learn more about our service!