From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joerg Roedel Subject: Re: [PATCH v3 1/2] iommu: Disable preemption around use of this_cpu_ptr() Date: Mon, 27 Jun 2016 13:14:17 +0200 Message-ID: <20160627111417.GI11432@8bytes.org> References: <1464776603-11998-1-git-send-email-chris@chris-wilson.co.uk> <1464779409-26711-1-git-send-email-chris@chris-wilson.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: base64 Return-path: Content-Disposition: inline In-Reply-To: <1464779409-26711-1-git-send-email-chris@chris-wilson.co.uk> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" To: Chris Wilson Cc: intel-gfx@lists.freedesktop.org, iommu@lists.linux-foundation.org, linux-kernel@vger.kernel.org List-Id: iommu@lists.linux-foundation.org T24gV2VkLCBKdW4gMDEsIDIwMTYgYXQgMTI6MTA6MDhQTSArMDEwMCwgQ2hyaXMgV2lsc29uIHdy b3RlOgo+ICBkcml2ZXJzL2lvbW11L2lvdmEuYyB8IDggKysrKysrLS0KPiAgMSBmaWxlIGNoYW5n ZWQsIDYgaW5zZXJ0aW9ucygrKSwgMiBkZWxldGlvbnMoLSkKCk9rYXksIGFwcGxpZWQgdGhpcyBw YXRjaCB0byBpb21tdS9maXhlcyBhbmQgd2lsbCBzZW5kIGl0IHVwc3RyZWFtIHRoaXMKd2Vlay4K X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KSW50ZWwtZ2Z4 IG1haWxpbmcgbGlzdApJbnRlbC1nZnhAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vaW50ZWwtZ2Z4Cg== From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752018AbcF0LOZ (ORCPT ); Mon, 27 Jun 2016 07:14:25 -0400 Received: from 8bytes.org ([81.169.241.247]:34827 "EHLO theia.8bytes.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750736AbcF0LOW (ORCPT ); Mon, 27 Jun 2016 07:14:22 -0400 Date: Mon, 27 Jun 2016 13:14:17 +0200 From: Joerg Roedel To: Chris Wilson Cc: intel-gfx@lists.freedesktop.org, Joonas Lahtinen , iommu@lists.linux-foundation.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v3 1/2] iommu: Disable preemption around use of this_cpu_ptr() Message-ID: <20160627111417.GI11432@8bytes.org> References: <1464776603-11998-1-git-send-email-chris@chris-wilson.co.uk> <1464779409-26711-1-git-send-email-chris@chris-wilson.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1464779409-26711-1-git-send-email-chris@chris-wilson.co.uk> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jun 01, 2016 at 12:10:08PM +0100, Chris Wilson wrote: > drivers/iommu/iova.c | 8 ++++++-- > 1 file changed, 6 insertions(+), 2 deletions(-) Okay, applied this patch to iommu/fixes and will send it upstream this week.