[PATCH v2 0/3] scsi: libsas: Handle errors in 3 functions
Eshaan Deshmukh <[email protected]> Tue, 11 Aug 2026 11:22:20 -0500
| Newsgroups | gmane.linux.scsi,gmane.linux.kernel |
|---|---|
| Message-ID | <[email protected]> |
These 3 functions include several uses of BUG_ON() and lack error management. Change all 3 functions to handle their errors in better ways. Eshaan Deshmukh (3): scsi: libsas: Handle errors in sas_ex_add_parent_port() scsi: libsas: Handle errors in sas_set_ex_phy() scsi: libsas: Handle errors in sas_ex_discover_expander() drivers/scsi/libsas/sas_expander.c | 71 +++++++++++++++++++++--------- 1 file changed, 49 insertions(+), 22 deletions(-) -- 2.55.0