From: bugzilla-daemon@bugzilla.kernel.org
To: linux-scsi@vger.kernel.org
Subject: [Bug 207877] ASMedia drive (174c:55aa) hangs in ioctl CDROM_DRIVE_STATUS when mounting a DVD
Date: Sun, 24 May 2020 23:48:07 +0000 [thread overview]
Message-ID: <bug-207877-11613-eCEUzvbiLc@https.bugzilla.kernel.org/> (raw)
In-Reply-To: <bug-207877-11613@https.bugzilla.kernel.org/>
https://bugzilla.kernel.org/show_bug.cgi?id=207877
--- Comment #3 from Bart Van Assche (bvanassche@acm.org) ---
I think there are fewer processes involved in the v5.7-rc6 hang. Anyway, please
report this on the appropriate USB mailing list. It seems to me that the
following USB code is involved in the hang:
static int device_reset(struct scsi_cmnd *srb)
{
struct us_data *us = host_to_us(srb->device->host);
int result;
usb_stor_dbg(us, "%s called\n", __func__);
/* lock the device pointers and do the reset */
mutex_lock(&(us->dev_mutex));
result = us->transport_reset(us);
mutex_unlock(&us->dev_mutex);
return result < 0 ? FAILED : SUCCESS;
}
and also
static int usb_stor_control_thread(void * __us)
{
[ ... ]
mutex_lock(&(us->dev_mutex));
[ ... ]
fill_inquiry_response(us, data_ptr, 36);
[ ... ]
mutex_unlock(&us->dev_mutex);
[ ... ]
}
The following mailing list may be appropriate:
usb-storage@lists.one-eyed-alien.net
--
You are receiving this mail because:
You are the assignee for the bug.
next prev parent reply other threads:[~2020-05-24 23:48 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-05-24 16:50 [Bug 207877] New: ASMedia drive (174c:55aa) hangs in ioctl CDROM_DRIVE_STATUS when mounting a DVD bugzilla-daemon
2020-05-24 18:30 ` [Bug 207877] " bugzilla-daemon
2020-05-24 20:57 ` bugzilla-daemon
2020-05-24 23:48 ` bugzilla-daemon [this message]
2020-05-28 16:28 ` bugzilla-daemon
2020-05-28 19:29 ` bugzilla-daemon
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=bug-207877-11613-eCEUzvbiLc@https.bugzilla.kernel.org/ \
--to=bugzilla-daemon@bugzilla.kernel.org \
--cc=linux-scsi@vger.kernel.org \
/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;
as well as URLs for NNTP newsgroup(s).