Linux SCSI subsystem development
 help / color / mirror / Atom feed
From: Damien Le Moal <dlemoal@kernel.org>
To: Chaohai Chen <wdhh6@aliyun.com>, Jason Yan <yanaijie@huawei.com>
Cc: john.g.garry@oracle.com, James.Bottomley@hansenpartnership.com,
	martin.petersen@oracle.com, johannes.thumshirn@wdc.com,
	mingo@kernel.org, cassel@kernel.org, tglx@kernel.org,
	linux-scsi@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] scsi: libsas: Fix dev_list race conditions with proper locking
Date: Mon, 2 Feb 2026 10:46:58 +0900	[thread overview]
Message-ID: <5f15b257-23b4-43a2-926b-9c9a9becff6e@kernel.org> (raw)
In-Reply-To: <aX3dpqtLmgNVaQEg@LAPTOP-RK2E6KJ3.localdomain>

On 1/31/26 19:47, Chaohai Chen wrote:
> On Fri, Jan 30, 2026 at 04:27:11PM +0800, Jason Yan wrote:
>> Hi,
>>
>> 在 2026/1/29 17:38, Chaohai Chen 写道:
>>> Multiple functions in libsas were accessing port->dev_list without
>>> proper locking, leading to potential race conditions that could cause:
>>> - Use-after-free when devices are removed during list traversal
>>> - List corruption from concurrent modifications
>>> - System crashes from accessing freed memory
>>
>> libsas events are processed in orderd workqueue. Do you have a crash log?
> No crash log. I noticed the missing locks while watching the code. But
> there are tow queues, event_q and disco_q which may cause conflicts.
> And I think the dev_ist_lock is designed to prevent conflicts.

I am not so sure this is true in general. E.g. when sas_suspend_devices() is
called form a disco_q work context, events are disabled, so there cannot be
changes to a port dev_list.

If you have no crash log, please provide a more detailed analysis of the
potential problems. Given that no one has reported an issue in this area (that I
know of), if there is a problem, it is definitely not obvious and thus requires
detailed explanation to be understood.

-- 
Damien Le Moal
Western Digital Research

      reply	other threads:[~2026-02-02  1:47 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-01-29  9:38 [PATCH] scsi: libsas: Fix dev_list race conditions with proper locking Chaohai Chen
2026-01-30  3:02 ` Damien Le Moal
2026-01-31 11:19   ` Chaohai Chen
2026-02-02  1:21     ` Damien Le Moal
2026-02-02  7:36       ` Chaohai Chen
2026-02-02  7:45         ` Damien Le Moal
2026-02-02  9:03         ` Jason Yan
2026-01-30  8:27 ` Jason Yan
2026-01-31 10:47   ` Chaohai Chen
2026-02-02  1:46     ` Damien Le Moal [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5f15b257-23b4-43a2-926b-9c9a9becff6e@kernel.org \
    --to=dlemoal@kernel.org \
    --cc=James.Bottomley@hansenpartnership.com \
    --cc=cassel@kernel.org \
    --cc=johannes.thumshirn@wdc.com \
    --cc=john.g.garry@oracle.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-scsi@vger.kernel.org \
    --cc=martin.petersen@oracle.com \
    --cc=mingo@kernel.org \
    --cc=tglx@kernel.org \
    --cc=wdhh6@aliyun.com \
    --cc=yanaijie@huawei.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox