Re: [PATCH] ahci: don't use MSI for devices with the braindead Intel NVMe remapping scheme
From: Tejun Heo <tj@kernel.org>
Date: 2017-09-06 14:40:12
Also in:
stable
From: Tejun Heo <tj@kernel.org>
Date: 2017-09-06 14:40:12
Also in:
stable
Hello, On Tue, Sep 05, 2017 at 06:46:47PM +0200, Christoph Hellwig wrote:
Intel AHCI controllers that also hide NVMe devices in their bar can't use MSI interrupts, so disable them. Reported-by: John Loy <redacted> Testd-by: John Loy [off-list ref] Signed-off-by: Christoph Hellwig <hch@lst.de> Cc: stable@vger.kernel.org
Applied to libata/for-4.14 w/ Fixes tag added and minor edits as suggested by Dan - I changed braindead to silly, hope everyone is fine with that. Thanks. -- tejun