Message ID | 20160202101830.GA3786@node.shutemov.name (mailing list archive) |
---|---|
State | Not Applicable, archived |
Headers | show |
>>>>> "Kirill" == Kirill A Shutemov <kirill@shutemov.name> writes:
Kirill> I have the same problem.
Kirill> Shouldn't we put quirk for that?
I was hoping that Hannes' patch would do the trick so we could avoid
blacklisting:
https://patchwork.kernel.org/patch/8079011/
On Tue, Feb 02, 2016 at 09:45:48PM -0500, Martin K. Petersen wrote: > >>>>> "Kirill" == Kirill A Shutemov <kirill@shutemov.name> writes: > > Kirill> I have the same problem. > > Kirill> Shouldn't we put quirk for that? > > I was hoping that Hannes' patch would do the trick so we could avoid > blacklisting: > > https://patchwork.kernel.org/patch/8079011/ It didn't help me.
On Tue, Feb 2, 2016 at 10:48 PM, Kirill A. Shutemov <kirill@shutemov.name> wrote: > On Tue, Feb 02, 2016 at 09:45:48PM -0500, Martin K. Petersen wrote: >> >>>>> "Kirill" == Kirill A Shutemov <kirill@shutemov.name> writes: >> >> Kirill> I have the same problem. >> >> Kirill> Shouldn't we put quirk for that? >> >> I was hoping that Hannes' patch would do the trick so we could avoid >> blacklisting: >> >> https://patchwork.kernel.org/patch/8079011/ > > It didn't help me. My patch didn't resolve the Marvell issue, it just resolved other cases that could also lead to the same problem. I added a line to my kernel parameters to blacklist the Marvell console. I wasn't sure if blacklisting would have been acceptable. That is why I called out that I still had to add that line to my kernel in the cover letter for my patch set. - Alex -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
>>>>> "Kirill" == Kirill A Shutemov <kirill@shutemov.name> writes:
Kirill> It didn't help me.
OK, that's fine. I'll queue your patch if we can get somebody to review
it...
diff --git a/drivers/scsi/scsi_devinfo.c b/drivers/scsi/scsi_devinfo.c index 47b9d13f97b8..da2e068ee47d 100644 --- a/drivers/scsi/scsi_devinfo.c +++ b/drivers/scsi/scsi_devinfo.c @@ -205,6 +205,7 @@ static struct { {"Intel", "Multi-Flex", NULL, BLIST_NO_RSOC}, {"iRiver", "iFP Mass Driver", NULL, BLIST_NOT_LOCKABLE | BLIST_INQUIRY_36}, {"LASOUND", "CDX7405", "3.10", BLIST_MAX5LUN | BLIST_SINGLELUN}, + {"Marvell", "Console", NULL, BLIST_SKIP_VPD_PAGES}, {"MATSHITA", "PD-1", NULL, BLIST_FORCELUN | BLIST_SINGLELUN}, {"MATSHITA", "DMC-LC5", NULL, BLIST_NOT_LOCKABLE | BLIST_INQUIRY_36}, {"MATSHITA", "DMC-LC40", NULL, BLIST_NOT_LOCKABLE | BLIST_INQUIRY_36},