From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joerg Roedel Subject: Re: [PATCH v2] iommu/amd: Avoid locking get_irq_table() from atomic context Date: Thu, 15 Feb 2018 12:04:11 +0100 Message-ID: <20180215110411.zqgdw5lljnemw4it@8bytes.org> References: <20180214233628.29560-1-swood@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <20180214233628.29560-1-swood-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: iommu-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org Errors-To: iommu-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org To: Scott Wood Cc: "Luis Claudio R. Goncalves" , Clark Williams , iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org List-Id: iommu@lists.linux-foundation.org On Wed, Feb 14, 2018 at 05:36:28PM -0600, Scott Wood wrote: > --- > v2: Added new get_irq_table() with WARNs rather than accessing > irq_lookup_table[] directly. > --- > drivers/iommu/amd_iommu.c | 29 ++++++++++++++++++++++------- > 1 file changed, 22 insertions(+), 7 deletions(-) Applied, thanks Scott.