Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756832AbbLATEP (ORCPT ); Tue, 1 Dec 2015 14:04:15 -0500 Received: from mail-yk0-f173.google.com ([209.85.160.173]:35572 "EHLO mail-yk0-f173.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755177AbbLATEN (ORCPT ); Tue, 1 Dec 2015 14:04:13 -0500 Date: Tue, 1 Dec 2015 14:04:10 -0500 From: Tejun Heo To: Andreas Werner Cc: linux-kernel@vger.kernel.org, linux-ide@vger.kernel.org, Hannes Reinecke , "Martin K. Petersen" Subject: Re: libata-core: devslp fails on ATP mSATA Message-ID: <20151201190410.GA21252@mtj.duckdns.org> References: <20151201092234.GB29791@awelinux> <20151201161715.GA12922@mtj.duckdns.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20151201161715.GA12922@mtj.duckdns.org> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1000 Lines: 23 On Tue, Dec 01, 2015 at 11:17:15AM -0500, Tejun Heo wrote: > So, I suppose this is a fallout from 9faa643855df ("libata: use > READ_LOG_DMA_EXT"). The description just says "we should try use it" > but is there any benefit from using NCQ variant of read log page? I > mean, it's used during config and error handling, so it's not like > queueing is gonna help anything. It ends up issuing NCQ commands on > controllers which don't support NCQ and causes failures on devices > which lie about supporting the feature. Hmmm... so, the controller locks up on READ_LOG_EXT issued as pio? That's just weird. I suppose you can blacklist the controller so that any attempt to read the log page fails without actually issuing the command. Thanks. -- tejun -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/