On 21/07/14 02:04, Jerome Glisse wrote:
> On Thu, Jul 17, 2014 at 04:29:19PM +0300, Oded Gabbay wrote:
>> This patch adds the functions to bind and unbind pasid from a device through
>> the amd_iommu driver.
>>
>> The unbind function is called when the mm_struct of the process is released.
>>
>> T
On Thu, Jul 17, 2014 at 04:29:19PM +0300, Oded Gabbay wrote:
> This patch adds the functions to bind and unbind pasid from a device through
> the amd_iommu driver.
>
> The unbind function is called when the mm_struct of the process is released.
>
> The bind function is not called here because it
This patch adds the functions to bind and unbind pasid from a device through
the amd_iommu driver.
The unbind function is called when the mm_struct of the process is released.
The bind function is not called here because it is called only in the IOCTLs
which are not yet implemented at this stag