Re: [PATCH 01/83] mm: Add kfd_process pointer to mm_struct

2014-07-11 Thread Jerome Glisse
On Fri, Jul 11, 2014 at 12:47:26AM +0300, Oded Gabbay wrote: > This patch enables the KFD to retrieve the kfd_process > object from the process's mm_struct. This is needed because kfd_process > lifespan is bound to the process's mm_struct lifespan. > > When KFD is notified about an mm_struct

Re: [PATCH 01/83] mm: Add kfd_process pointer to mm_struct

2014-07-11 Thread Jerome Glisse
On Fri, Jul 11, 2014 at 12:47:26AM +0300, Oded Gabbay wrote: This patch enables the KFD to retrieve the kfd_process object from the process's mm_struct. This is needed because kfd_process lifespan is bound to the process's mm_struct lifespan. When KFD is notified about an mm_struct

[PATCH 01/83] mm: Add kfd_process pointer to mm_struct

2014-07-10 Thread Oded Gabbay
This patch enables the KFD to retrieve the kfd_process object from the process's mm_struct. This is needed because kfd_process lifespan is bound to the process's mm_struct lifespan. When KFD is notified about an mm_struct tear-down, it checks if the kfd_process pointer is valid. If so, it

[PATCH 01/83] mm: Add kfd_process pointer to mm_struct

2014-07-10 Thread Oded Gabbay
This patch enables the KFD to retrieve the kfd_process object from the process's mm_struct. This is needed because kfd_process lifespan is bound to the process's mm_struct lifespan. When KFD is notified about an mm_struct tear-down, it checks if the kfd_process pointer is valid. If so, it