Re: Re: [PATCH] futex: use wake_up_process() instead of wake_up_state()

2021-03-19 Thread Mike Galbraith
On Fri, 2021-03-19 at 17:15 +0800, 王擎 wrote: > >> On Fri, 2021-03-19 at 10:59 +0800, Wang Qing wrote: > >> > Using wake_up_process() is more simpler and friendly, > >> > and it is more convenient for analysis and statistics > >> > >> I likely needn't bother, and don't have a NAK to paste on this th

Re:Re: [PATCH] futex: use wake_up_process() instead of wake_up_state()

2021-03-19 Thread 王擎
>> On Fri, 2021-03-19 at 10:59 +0800, Wang Qing wrote: >> > Using wake_up_process() is more simpler and friendly, >> > and it is more convenient for analysis and statistics >> >> I likely needn't bother, and don't have a NAK to paste on this thing, >> but here's another copy of my NOPE for yet ano

Re: [PATCH] futex: use wake_up_process() instead of wake_up_state()

2021-03-19 Thread Mike Galbraith
On Fri, 2021-03-19 at 06:21 +0100, Mike Galbraith wrote: > On Fri, 2021-03-19 at 10:59 +0800, Wang Qing wrote: > > Using wake_up_process() is more simpler and friendly, > > and it is more convenient for analysis and statistics > > I likely needn't bother, and don't have a NAK to paste on this thing

Re: [PATCH] futex: use wake_up_process() instead of wake_up_state()

2021-03-18 Thread Mike Galbraith
On Fri, 2021-03-19 at 10:59 +0800, Wang Qing wrote: > Using wake_up_process() is more simpler and friendly, > and it is more convenient for analysis and statistics I likely needn't bother, and don't have a NAK to paste on this thing, but here's another copy of my NOPE for yet another gratuitous ch

[PATCH] futex: use wake_up_process() instead of wake_up_state()

2021-03-18 Thread Wang Qing
Using wake_up_process() is more simpler and friendly, and it is more convenient for analysis and statistics Signed-off-by: Wang Qing --- kernel/futex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/futex.c b/kernel/futex.c index e68db77..078a1f9 --- a/kernel/futex.c