Re: [PATCH] mailbox: fix completion order for blocking requests

2017-05-25 Thread Jassi Brar
On Thu, May 25, 2017 at 10:10 PM, Alexey Klimov wrote: > On Sun, Apr 23, 2017 at 03:33:39PM +0530, Jassi Brar wrote: > > Sorry for delay -- this is not my main activity so please be patient. > No problem. >> > >> > Along with this patch you still need at least one patch

Re: [PATCH] mailbox: fix completion order for blocking requests

2017-05-25 Thread Jassi Brar
On Thu, May 25, 2017 at 10:10 PM, Alexey Klimov wrote: > On Sun, Apr 23, 2017 at 03:33:39PM +0530, Jassi Brar wrote: > > Sorry for delay -- this is not my main activity so please be patient. > No problem. >> > >> > Along with this patch you still need at least one patch from Sudeep with >> >

Re: [PATCH] mailbox: fix completion order for blocking requests

2017-05-25 Thread Alexey Klimov
Hi Jassi, Sorry for delay -- this is not my main activity so please be patient. On Sun, Apr 23, 2017 at 03:33:39PM +0530, Jassi Brar wrote: > On Tue, Apr 11, 2017 at 6:15 PM, Alexey Klimov wrote: > > On Thu, Apr 06, 2017 at 10:45:26PM +0530, Jassi Brar wrote: > >> On 6

Re: [PATCH] mailbox: fix completion order for blocking requests

2017-05-25 Thread Alexey Klimov
Hi Jassi, Sorry for delay -- this is not my main activity so please be patient. On Sun, Apr 23, 2017 at 03:33:39PM +0530, Jassi Brar wrote: > On Tue, Apr 11, 2017 at 6:15 PM, Alexey Klimov wrote: > > On Thu, Apr 06, 2017 at 10:45:26PM +0530, Jassi Brar wrote: > >> On 6 April 2017 at 22:28,

Re: [PATCH] mailbox: fix completion order for blocking requests

2017-04-23 Thread Jassi Brar
On Tue, Apr 11, 2017 at 6:15 PM, Alexey Klimov wrote: > On Thu, Apr 06, 2017 at 10:45:26PM +0530, Jassi Brar wrote: >> On 6 April 2017 at 22:28, Alexey Klimov wrote: >> > Hi Jassi/Sudeep, >> > >> > On Wed, Mar 29, 2017 at 07:01:09PM +0100, Sudeep

Re: [PATCH] mailbox: fix completion order for blocking requests

2017-04-23 Thread Jassi Brar
On Tue, Apr 11, 2017 at 6:15 PM, Alexey Klimov wrote: > On Thu, Apr 06, 2017 at 10:45:26PM +0530, Jassi Brar wrote: >> On 6 April 2017 at 22:28, Alexey Klimov wrote: >> > Hi Jassi/Sudeep, >> > >> > On Wed, Mar 29, 2017 at 07:01:09PM +0100, Sudeep Holla wrote: >> >> >> >> >> >> On 29/03/17 18:43,

Re: [PATCH] mailbox: fix completion order for blocking requests

2017-04-11 Thread Alexey Klimov
On Thu, Apr 06, 2017 at 10:45:26PM +0530, Jassi Brar wrote: > On 6 April 2017 at 22:28, Alexey Klimov wrote: > > Hi Jassi/Sudeep, > > > > On Wed, Mar 29, 2017 at 07:01:09PM +0100, Sudeep Holla wrote: > >> > >> > >> On 29/03/17 18:43, Jassi Brar wrote: > ... > > >> > diff

Re: [PATCH] mailbox: fix completion order for blocking requests

2017-04-11 Thread Alexey Klimov
On Thu, Apr 06, 2017 at 10:45:26PM +0530, Jassi Brar wrote: > On 6 April 2017 at 22:28, Alexey Klimov wrote: > > Hi Jassi/Sudeep, > > > > On Wed, Mar 29, 2017 at 07:01:09PM +0100, Sudeep Holla wrote: > >> > >> > >> On 29/03/17 18:43, Jassi Brar wrote: > ... > > >> > diff --git

Re: [PATCH] mailbox: fix completion order for blocking requests

2017-04-06 Thread Jassi Brar
On 6 April 2017 at 22:28, Alexey Klimov wrote: > Hi Jassi/Sudeep, > > On Wed, Mar 29, 2017 at 07:01:09PM +0100, Sudeep Holla wrote: >> >> >> On 29/03/17 18:43, Jassi Brar wrote: ... >> > diff --git a/drivers/mailbox/mailbox.c b/drivers/mailbox/mailbox.c >> > index

Re: [PATCH] mailbox: fix completion order for blocking requests

2017-04-06 Thread Jassi Brar
On 6 April 2017 at 22:28, Alexey Klimov wrote: > Hi Jassi/Sudeep, > > On Wed, Mar 29, 2017 at 07:01:09PM +0100, Sudeep Holla wrote: >> >> >> On 29/03/17 18:43, Jassi Brar wrote: ... >> > diff --git a/drivers/mailbox/mailbox.c b/drivers/mailbox/mailbox.c >> > index 9dfbf7e..e06c50c 100644 >> >

Re: [PATCH] mailbox: fix completion order for blocking requests

2017-04-06 Thread Alexey Klimov
Hi Jassi/Sudeep, On Wed, Mar 29, 2017 at 07:01:09PM +0100, Sudeep Holla wrote: > > > On 29/03/17 18:43, Jassi Brar wrote: > > Currently two threads, wait on blocking requests, could wake up for > > completion of request of each other as ... > > > > Thread#1(T1)

Re: [PATCH] mailbox: fix completion order for blocking requests

2017-04-06 Thread Alexey Klimov
Hi Jassi/Sudeep, On Wed, Mar 29, 2017 at 07:01:09PM +0100, Sudeep Holla wrote: > > > On 29/03/17 18:43, Jassi Brar wrote: > > Currently two threads, wait on blocking requests, could wake up for > > completion of request of each other as ... > > > > Thread#1(T1)

Re: [PATCH] mailbox: fix completion order for blocking requests

2017-03-29 Thread Sudeep Holla
On 29/03/17 18:43, Jassi Brar wrote: > Currently two threads, wait on blocking requests, could wake up for > completion of request of each other as ... > > Thread#1(T1) Thread#2(T2) > mbox_send_message mbox_send_message > |

Re: [PATCH] mailbox: fix completion order for blocking requests

2017-03-29 Thread Sudeep Holla
On 29/03/17 18:43, Jassi Brar wrote: > Currently two threads, wait on blocking requests, could wake up for > completion of request of each other as ... > > Thread#1(T1) Thread#2(T2) > mbox_send_message mbox_send_message > |

[PATCH] mailbox: fix completion order for blocking requests

2017-03-29 Thread Jassi Brar
Currently two threads, wait on blocking requests, could wake up for completion of request of each other as ... Thread#1(T1) Thread#2(T2) mbox_send_message mbox_send_message | | V |

[PATCH] mailbox: fix completion order for blocking requests

2017-03-29 Thread Jassi Brar
Currently two threads, wait on blocking requests, could wake up for completion of request of each other as ... Thread#1(T1) Thread#2(T2) mbox_send_message mbox_send_message | | V |