Re: WARN_ON() in drivers/ata/libata-core.c:5211 ata_qc_issue

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 04/20/2010 08:17 PM, Robert Hancock wrote:
On 04/20/2010 08:16 AM, Lennert Buytenhek wrote:
On mvsas, when I issue a SMART command (smartctl -a) while a dd
from /dev/sda to /dev/null is in progress, I hit the following
WARN_ON_ONCE in ata_qc_issue():

if (ata_is_ncq(prot)) {
WARN_ON_ONCE(link->sactive& (1<< qc->tag));

if (!link->sactive)
ap->nr_active_links++;
link->sactive |= 1<< qc->tag;
} else {
WARN_ON_ONCE(link->sactive); <===============

ap->nr_active_links++;
link->active_tag = qc->tag;
}

This is on 2.6.34-rc4 ish.

That would indicate that for some reason, non-NCQ commands aren't being
deferred while an NCQ command is in progress. Presumably something wrong
in mvsas or libsas code in general..

Yep, definitely a problem in the mvsas (or libsas) area.

	Jeff



--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [SCSI Target Devel]     [Linux SCSI Target Infrastructure]     [Kernel Newbies]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Linux IIO]     [Samba]     [Device Mapper]
  Powered by Linux