[PATCH v3] powerpc: Rework iommu_table locks

Benjamin Herrenschmidt benh at kernel.crashing.org
Thu Jun 27 19:39:35 EST 2013


On Thu, 2013-06-27 at 14:53 +1000, Alexey Kardashevskiy wrote:
> 
> 2. remove locks from functions being called by VFIO. The whole table
> is given to the user space so it is responsible now for races.

Sure but you still need to be careful that userspace cannot cause things
that crash the kernel. For example, look careful at what could happen if
two user space threads try to manipulate the same TCE entry at the same
time and whether that can cause a deadly kernel race... something tells
me it can.

Cheers,
Ben.




More information about the Linuxppc-dev mailing list