Re: [PATCH 1/2] dma-buf: make reservation_object_copy_fences rcu save

2017-09-11 Thread Christian König
Am 11.09.2017 um 17:29 schrieb Maarten Lankhorst: Op 11-09-17 om 17:24 schreef Christian König: Am 11.09.2017 um 17:22 schrieb Christian König: Am 11.09.2017 um 17:13 schrieb Maarten Lankhorst: Op 11-09-17 om 16:45 schreef Christian König: Am 11.09.2017 um 15:56 schrieb Maarten Lankhorst:

Re: [PATCH 1/2] dma-buf: make reservation_object_copy_fences rcu save

2017-09-11 Thread Maarten Lankhorst
Op 11-09-17 om 17:24 schreef Christian König: > Am 11.09.2017 um 17:22 schrieb Christian König: >> Am 11.09.2017 um 17:13 schrieb Maarten Lankhorst: >>> Op 11-09-17 om 16:45 schreef Christian König: Am 11.09.2017 um 15:56 schrieb Maarten Lankhorst: > Op 11-09-17 om 14:53 schreef Christian

Re: [PATCH 1/2] dma-buf: make reservation_object_copy_fences rcu save

2017-09-11 Thread Christian König
Am 11.09.2017 um 17:22 schrieb Christian König: Am 11.09.2017 um 17:13 schrieb Maarten Lankhorst: Op 11-09-17 om 16:45 schreef Christian König: Am 11.09.2017 um 15:56 schrieb Maarten Lankhorst: Op 11-09-17 om 14:53 schreef Christian König: Am 10.09.2017 um 09:30 schrieb Maarten Lankhorst:

Re: [PATCH 1/2] dma-buf: make reservation_object_copy_fences rcu save

2017-09-11 Thread Christian König
Am 11.09.2017 um 17:13 schrieb Maarten Lankhorst: Op 11-09-17 om 16:45 schreef Christian König: Am 11.09.2017 um 15:56 schrieb Maarten Lankhorst: Op 11-09-17 om 14:53 schreef Christian König: Am 10.09.2017 um 09:30 schrieb Maarten Lankhorst: [SNIP] To be honest that looks rather ugly to me

Re: [PATCH 1/2] dma-buf: make reservation_object_copy_fences rcu save

2017-09-11 Thread Maarten Lankhorst
Op 11-09-17 om 16:45 schreef Christian König: > Am 11.09.2017 um 15:56 schrieb Maarten Lankhorst: >> Op 11-09-17 om 14:53 schreef Christian König: >>> Am 10.09.2017 um 09:30 schrieb Maarten Lankhorst: Op 04-09-17 om 21:02 schreef Christian König: > From: Christian König

Re: [PATCH 1/2] dma-buf: make reservation_object_copy_fences rcu save

2017-09-11 Thread Christian König
Am 11.09.2017 um 15:56 schrieb Maarten Lankhorst: Op 11-09-17 om 14:53 schreef Christian König: Am 10.09.2017 um 09:30 schrieb Maarten Lankhorst: Op 04-09-17 om 21:02 schreef Christian König: From: Christian König Stop requiring that the src reservation object is

Re: [PATCH 1/2] dma-buf: make reservation_object_copy_fences rcu save

2017-09-11 Thread Maarten Lankhorst
Op 11-09-17 om 14:53 schreef Christian König: > Am 10.09.2017 um 09:30 schrieb Maarten Lankhorst: >> Op 04-09-17 om 21:02 schreef Christian König: >>> From: Christian König >>> >>> Stop requiring that the src reservation object is locked for this operation. >>> >>>

Re: [PATCH 1/2] dma-buf: make reservation_object_copy_fences rcu save

2017-09-11 Thread Christian König
Am 10.09.2017 um 09:30 schrieb Maarten Lankhorst: Op 04-09-17 om 21:02 schreef Christian König: From: Christian König Stop requiring that the src reservation object is locked for this operation. Signed-off-by: Christian König ---

Re: [PATCH 1/2] dma-buf: make reservation_object_copy_fences rcu save

2017-09-10 Thread Maarten Lankhorst
Op 04-09-17 om 21:02 schreef Christian König: > From: Christian König > > Stop requiring that the src reservation object is locked for this operation. > > Signed-off-by: Christian König > --- > drivers/dma-buf/reservation.c | 56 >

Re: [PATCH 1/2] dma-buf: make reservation_object_copy_fences rcu save

2017-09-08 Thread Daniel Vetter
On Thu, Sep 07, 2017 at 09:13:32AM +0200, Christian König wrote: > Ping? David can you take a look? > > Alex is on vacation and that is a rather important bug fix. Works better when you cc Gustavo/Maarten/Sumits/Chris I think, for anything dma-buf review needing. -Daniel > > Thanks, >

Re: [PATCH 1/2] dma-buf: make reservation_object_copy_fences rcu save

2017-09-07 Thread zhoucm1
On 2017年09月07日 15:13, Christian König wrote: Ping? David can you take a look? Alex is on vacation and that is a rather important bug fix. Thanks, Christian. Am 04.09.2017 um 21:02 schrieb Christian König: From: Christian König Stop requiring that the src

Re: [PATCH 1/2] dma-buf: make reservation_object_copy_fences rcu save

2017-09-07 Thread Christian König
Ping? David can you take a look? Alex is on vacation and that is a rather important bug fix. Thanks, Christian. Am 04.09.2017 um 21:02 schrieb Christian König: From: Christian König Stop requiring that the src reservation object is locked for this operation.

[PATCH 1/2] dma-buf: make reservation_object_copy_fences rcu save

2017-09-04 Thread Christian König
From: Christian König Stop requiring that the src reservation object is locked for this operation. Signed-off-by: Christian König --- drivers/dma-buf/reservation.c | 56 --- 1 file changed, 42