RE: [PATCH] kernel: async: Fixed the wrong waitting condition of wait_event

2015-01-07 Thread 张春艳
Hi, Andrew Could you give us the test log including the runtime problems you've got? Thank you so much. Best regards Chunyan On Mon, 5 Jan 2015 11:35:35 +0800 Chunyan Zhang wrote: > This patch changes the waitting condition of wait_event in the > function 'async_synchronize_cookie_domain'.

Re: [PATCH] kernel: async: Fixed the wrong waitting condition of wait_event

2015-01-07 Thread Andrew Morton
(resend with cc's, sorry) On Mon, 5 Jan 2015 11:35:35 +0800 Chunyan Zhang wrote: > This patch changes the waitting condition of wait_event in the > function 'async_synchronize_cookie_domain'. > > This function waits until all asynchronous function calls for the certain > domain have been done.

Re: [PATCH] kernel: async: Fixed the wrong waitting condition of wait_event

2015-01-07 Thread Andrew Morton
On Mon, 5 Jan 2015 11:35:35 +0800 Chunyan Zhang wrote: > This patch changes the waitting condition of wait_event in the > function 'async_synchronize_cookie_domain'. > > This function waits until all asynchronous function calls for the certain > domain have been done. > > But, the function 'lo

[PATCH] kernel: async: Fixed the wrong waitting condition of wait_event

2015-01-04 Thread Chunyan Zhang
From: Yonghui Yang This patch changes the waitting condition of wait_event in the function 'async_synchronize_cookie_domain'. This function waits until all asynchronous function calls for the certain domain have been done. But, the function 'lowest_in_progress' returns the lowest *pending* entr