Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751728AbdH2ULK (ORCPT ); Tue, 29 Aug 2017 16:11:10 -0400 Received: from smtp-out-so.shaw.ca ([64.59.136.138]:49924 "EHLO smtp-out-so.shaw.ca" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751552AbdH2UKz (ORCPT ); Tue, 29 Aug 2017 16:10:55 -0400 X-Greylist: delayed 487 seconds by postgrey-1.27 at vger.kernel.org; Tue, 29 Aug 2017 16:10:55 EDT X-Authority-Analysis: v=2.2 cv=B4DJ6KlM c=1 sm=1 tr=0 a=JyAt4amVi6RK7kaaDbhaBA==:117 a=JyAt4amVi6RK7kaaDbhaBA==:17 a=IkcTkHD0fZMA:10 a=KeKAF7QvOSUA:10 a=EQuHl_eTxhdzIYW10EIA:9 a=QEXdDO2ut3YA:10 Subject: Re: [PATCH v2] PCI: Add ATS-disable quirk for AMD Stoney GPUs To: Bjorn Helgaas , Joerg Roedel Cc: Bjorn Helgaas , linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org, Daniel Drake , Alexander Deucher , David Woodhouse , Joerg Roedel References: <1491575538-22694-1-git-send-email-joro@8bytes.org> <20170713025608.GC4486@bhelgaas-glaptop.roam.corp.google.com> From: Samuel Sieb Message-ID: Date: Tue, 29 Aug 2017 13:02:41 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: <20170713025608.GC4486@bhelgaas-glaptop.roam.corp.google.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-CA Content-Transfer-Encoding: 7bit X-CMAE-Envelope: MS4wfA/XOjx1xEBhwhfLzWKo0nIYN9RrvE7ozxwt1JI8GpnSZH2aw/sXR3Z4s/XouuVHj7IUXZC7x1e1hEm6A5U+jxyypXJVWKJGZQYegtWWcwhIdyjQ/SRM idDGlHlV2Hz5y5Nfj7WZmuu7NVqbX0ZTOwc/6jvzbNN1arWL+VE9PthXfoxmZYsT4BjeAko+GCe3tJec04bw7CJ+VvTN5CRKKvpe1iRH7+at10vJqjhR0mlg 4xL690awIiqMxdxIm8TKQn6Z8P+TUd2dout+Zf1l0cOlDJpD6UBr9jDtg6xJniRCiejexZIkiHgFuAaavuuO8E0y24XKgYihspvrqf7cRI2SE+NSDSFeAAB3 KBb1K25tn1zl2YhXh1bqcH2IlsFEIjfHoTWe4Fnt/k2atu/el7Bgwx6yNFsXJ2fb2IwR6lp9 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 910 Lines: 21 On 07/12/2017 07:56 PM, Bjorn Helgaas wrote: > On Fri, Apr 07, 2017 at 04:32:18PM +0200, Joerg Roedel wrote: >> From: Joerg Roedel >> >> ATS is broken on this hardware and causes IOMMU stalls and >> system failure. Disable ATS on these devices to make them >> usable again with IOMMU enabled. >> >> Note that the commit in the Fixes-tag is not buggy, it >> just uncovers the problem in the hardware by increasing >> the ATS-flush rate. >> >> Fixes: b1516a14657a ('iommu/amd: Implement flush queue') >> Signed-off-by: Joerg Roedel > > Applied with Alex's ack to pci/virtualization for v4.14, thanks! Is there any chance of getting this into an earlier kernel? This is a pretty devastating bug for users! I'm currently providing patched kernels, but if they run upgrades and get a new kernel without noticing it, any filesystem they access will get completely mangled.