Re: [PATCH] kernel/module: Reschedule while waiting for modules to finish loading

2019-04-30 Thread Jessica Yu
+++ Prarit Bhargava [29/04/19 11:17 -0400]: Heiko, do you want a Signed-off-by or a Reported-by? Either one works for me. P. 8< On a s390 z14 LAR with 2 cpus about stalls about 3% of the time while loading the s390_trng.ko module. Add a reschedule point to the loop that waits for

Re: [PATCH] kernel/module: Reschedule while waiting for modules to finish loading

2019-04-30 Thread Prarit Bhargava
On 4/30/19 3:51 AM, Jessica Yu wrote: > +++ Prarit Bhargava [29/04/19 11:17 -0400]: >> Heiko, do you want a Signed-off-by or a Reported-by?  Either one works >> for me. >> >> P. > > I think you forgot to CC Heiko :) #oops. I forgot that git-send-email doesn't pick up "Reported-by". P. >

Re: [PATCH] kernel/module: Reschedule while waiting for modules to finish loading

2019-04-30 Thread Heiko Carstens
On Tue, Apr 30, 2019 at 09:51:08AM +0200, Jessica Yu wrote: > +++ Prarit Bhargava [29/04/19 11:17 -0400]: > >Heiko, do you want a Signed-off-by or a Reported-by? Either one works > >for me. > > > >P. > > I think you forgot to CC Heiko :) Indeed ;) I'm fine with the Reported-by tag. Thank you!

Re: [PATCH] kernel/module: Reschedule while waiting for modules to finish loading

2019-04-30 Thread Jessica Yu
+++ Prarit Bhargava [29/04/19 11:17 -0400]: Heiko, do you want a Signed-off-by or a Reported-by? Either one works for me. P. I think you forgot to CC Heiko :) 8< On a s390 z14 LAR with 2 cpus about stalls about 3% of the time while loading the s390_trng.ko module. Add a

[PATCH] kernel/module: Reschedule while waiting for modules to finish loading

2019-04-29 Thread Prarit Bhargava
Heiko, do you want a Signed-off-by or a Reported-by? Either one works for me. P. 8< On a s390 z14 LAR with 2 cpus about stalls about 3% of the time while loading the s390_trng.ko module. Add a reschedule point to the loop that waits for modules to complete loading. Reported-by: Heiko