Re: [PATCH] irq_work: Don't reinvent the wheel but use existing llist API

2017-11-09 Thread Chris Wilson
Quoting Frederic Weisbecker (2017-10-31 01:46:54) > From: Byungchul Park > > Although llist provides proper APIs, they are not used. Make them used. > > Signed-off-by: Byungchul Park > Cc: Peter Zijlstra > Signed-off-by: Frederic Weisbecker > --- > kernel/irq_work.c | 6 +- > 1 file chan

[PATCH] irq_work: Don't reinvent the wheel but use existing llist API

2017-10-30 Thread Frederic Weisbecker
From: Byungchul Park Although llist provides proper APIs, they are not used. Make them used. Signed-off-by: Byungchul Park Cc: Peter Zijlstra Signed-off-by: Frederic Weisbecker --- kernel/irq_work.c | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/kernel/irq_work.c b/

Re: [RESEND PATCH] irq_work: Don't reinvent the wheel but use existing llist API

2017-10-24 Thread Byungchul Park
On Wed, May 31, 2017 at 04:04:17PM +0200, Frederic Weisbecker wrote: > On Tue, May 30, 2017 at 02:29:20PM +0900, Byungchul Park wrote: > > On Fri, May 12, 2017 at 09:45:35AM +0900, Byungchul Park wrote: > > > Although llist provides proper APIs, they are not used. Make them used. > > > > +to pet..

Re: [RESEND PATCH] irq_work: Don't reinvent the wheel but use existing llist API

2017-10-17 Thread Byungchul Park
On Wed, May 31, 2017 at 04:04:17PM +0200, Frederic Weisbecker wrote: > On Tue, May 30, 2017 at 02:29:20PM +0900, Byungchul Park wrote: > > On Fri, May 12, 2017 at 09:45:35AM +0900, Byungchul Park wrote: > > > Although llist provides proper APIs, they are not used. Make them used. > > > > +to pet..

Re: [RESEND PATCH] irq_work: Don't reinvent the wheel but use existing llist API

2017-09-26 Thread Byungchul Park
On Wed, May 31, 2017 at 04:04:17PM +0200, Frederic Weisbecker wrote: > On Tue, May 30, 2017 at 02:29:20PM +0900, Byungchul Park wrote: > > On Fri, May 12, 2017 at 09:45:35AM +0900, Byungchul Park wrote: > > > Although llist provides proper APIs, they are not used. Make them used. > > > > +to pet..

Re: [RESEND PATCH] irq_work: Don't reinvent the wheel but use existing llist API

2017-09-04 Thread Byungchul Park
On Wed, May 31, 2017 at 04:04:17PM +0200, Frederic Weisbecker wrote: > On Tue, May 30, 2017 at 02:29:20PM +0900, Byungchul Park wrote: > > On Fri, May 12, 2017 at 09:45:35AM +0900, Byungchul Park wrote: > > > Although llist provides proper APIs, they are not used. Make them used. > > > > +to pet..

Re: [RESEND PATCH] irq_work: Don't reinvent the wheel but use existing llist API

2017-06-01 Thread Byungchul Park
On Wed, May 31, 2017 at 04:04:17PM +0200, Frederic Weisbecker wrote: > On Tue, May 30, 2017 at 02:29:20PM +0900, Byungchul Park wrote: > > On Fri, May 12, 2017 at 09:45:35AM +0900, Byungchul Park wrote: > > > Although llist provides proper APIs, they are not used. Make them used. > > > > +to pet..

Re: [RESEND PATCH] irq_work: Don't reinvent the wheel but use existing llist API

2017-05-31 Thread Frederic Weisbecker
On Tue, May 30, 2017 at 02:29:20PM +0900, Byungchul Park wrote: > On Fri, May 12, 2017 at 09:45:35AM +0900, Byungchul Park wrote: > > Although llist provides proper APIs, they are not used. Make them used. > > +to pet...@infradead.org > +to mi...@kernel.org > +to rost...@goodmis.org > > I am not

Re: [RESEND PATCH] irq_work: Don't reinvent the wheel but use existing llist API

2017-05-29 Thread Byungchul Park
On Fri, May 12, 2017 at 09:45:35AM +0900, Byungchul Park wrote: > Although llist provides proper APIs, they are not used. Make them used. +to pet...@infradead.org +to mi...@kernel.org +to rost...@goodmis.org I am not sure whom should I send this patch to.. Could you check this if you are right pe

[RESEND PATCH] irq_work: Don't reinvent the wheel but use existing llist API

2017-05-11 Thread Byungchul Park
Although llist provides proper APIs, they are not used. Make them used. Signed-off-by: Byungchul Park --- kernel/irq_work.c | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/kernel/irq_work.c b/kernel/irq_work.c index bcf107c..e2ebe8c 100644 --- a/kernel/irq_work.c +++ b/k