Revision 1a59c53920eed3b2718c07286f1afe8674a7d9e6 authored by Linus Torvalds on 09 April 2016, 17:23:45 UTC, committed by Linus Torvalds on 09 April 2016, 17:23:45 UTC
Pull IOMMU fixes from Joerg Roedel:

 - compile-time fixes (warnings and failures)

 - a bug in iommu core code which could cause the group->domain pointer
   to be falsly cleared

 - fix in scatterlist handling of the ARM common DMA-API code

 - stall detection fix for the Rockchip IOMMU driver

* tag 'iommu-fixes-v4.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu:
  iommu/vt-d: Silence an uninitialized variable warning
  iommu/rockchip: Fix "is stall active" check
  iommu: Don't overwrite domain pointer when there is no default_domain
  iommu/dma: Restore scatterlist offsets correctly
  iommu: provide of_xlate pointer unconditionally
2 parent s 3c96888 + 0b74ecd
History
File Mode Size
Kconfig -rw-r--r-- 188 bytes
Makefile -rw-r--r-- 321 bytes
acl.c -rw-r--r-- 4.3 KB
dcache.c -rw-r--r-- 3.4 KB
devorangefs-req.c -rw-r--r-- 24.9 KB
dir.c -rw-r--r-- 10.0 KB
downcall.h -rw-r--r-- 2.8 KB
file.c -rw-r--r-- 18.1 KB
inode.c -rw-r--r-- 11.8 KB
namei.c -rw-r--r-- 11.9 KB
orangefs-bufmap.c -rw-r--r-- 12.6 KB
orangefs-bufmap.h -rw-r--r-- 806 bytes
orangefs-cache.c -rw-r--r-- 4.2 KB
orangefs-debug.h -rw-r--r-- 2.7 KB
orangefs-debugfs.c -rw-r--r-- 10.4 KB
orangefs-debugfs.h -rw-r--r-- 108 bytes
orangefs-dev-proto.h -rw-r--r-- 2.2 KB
orangefs-kernel.h -rw-r--r-- 17.5 KB
orangefs-mod.c -rw-r--r-- 7.5 KB
orangefs-sysfs.c -rw-r--r-- 43.1 KB
orangefs-sysfs.h -rw-r--r-- 77 bytes
orangefs-utils.c -rw-r--r-- 26.5 KB
protocol.h -rw-r--r-- 14.3 KB
super.c -rw-r--r-- 14.5 KB
symlink.c -rw-r--r-- 479 bytes
upcall.h -rw-r--r-- 6.3 KB
waitqueue.c -rw-r--r-- 9.7 KB
xattr.c -rw-r--r-- 14.6 KB

back to top