On Thu, Mar 05, 2020 at 03:15:02PM -0500, Qian Cai wrote:
> drivers/iommu/dmar.c | 3 ++-
> include/linux/dmar.h | 6 --
> 2 files changed, 6 insertions(+), 3 deletions(-)
Applied, thanks.
___
iommu mailing list
iommu@lists.linux-foundation.org
http
Hi,
On 2020/3/6 4:15, Qian Cai wrote:
Similar to the commit 02d715b4a818 ("iommu/vt-d: Fix RCU list debugging
warnings"), there are several other places that call
list_for_each_entry_rcu() outside of an RCU read side critical section
but with dmar_global_lock held. Silence those false positives
Similar to the commit 02d715b4a818 ("iommu/vt-d: Fix RCU list debugging
warnings"), there are several other places that call
list_for_each_entry_rcu() outside of an RCU read side critical section
but with dmar_global_lock held. Silence those false positives as well.
drivers/iommu/intel-iommu.c:42