Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1441595
| From | Viresh Kumar <viresh.kumar@linaro.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v12 0/3] printk: Make printk() completely async |
| Date | 2016-07-12 19:10 +0200 |
| Message-ID | <rU9m2-7TC-23@gated-at.bofh.it> (permalink) |
| References | <ryko9-3d0-1@gated-at.bofh.it> <rTP3X-2RG-7@gated-at.bofh.it> <rU8gh-6Wm-9@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On 12-07-16, 17:59, Petr Mladek wrote: > On Mon 2016-07-11 12:25:11, Viresh Kumar wrote: > > We were also screwed because of the problem this thread is trying to solve, > > which I posted last week [1]. > > > > And then I found this thread which fixed my issue, thanks a lot guys :) > > > > Tested-by: Viresh Kumar <viresh.kumar@linaro.org> > > > > Though, I would also like to mention one unwanted thing that happened on > > my setup :) > > > > [ 12.874909] sched: RT throttling activated for rt_rq ffffffc0ac13fcd0 (cpu 0) > > [ 12.874909] potential CPU hogs: > > [ 12.874909] printk (292) > > > > On my system, the excessive printing happens during suspend/resume and this > > happened after all the non-boot CPUs were offlined. So, only CPU 0 was left and > > that was doing printing for a long time and so these errors :) > > > > It resulted in missing some print messages eventually as the scheduler probably > > didn't schedule this thread for sometime after that. > > > > Will it be fine to get the priority of this kthread to a somewhat lower value, > > etc ? > > I think that this patch helped only by chance. Sorry got confused a bit here.. Which patch are you taking about here ? As you replied below my message, I believe that you are talking about the 3 patches that were posted in this series. But the rest of your comment looks like the fourth fixup patch that Sergey shared :) So, the fixup patch doesn't fix any issues in my case, to make it clear. I still have my system hanging somewhere. > I am still scratching my head about the problem fixed by this patch > and also about suspend problems. :) -- viresh
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Re: [PATCH v12 0/3] printk: Make printk() completely async Viresh Kumar <viresh.kumar@linaro.org> - 2016-07-11 21:30 +0200
Re: [PATCH v12 0/3] printk: Make printk() completely async Petr Mladek <pmladek@suse.com> - 2016-07-12 18:00 +0200
Re: [PATCH v12 0/3] printk: Make printk() completely async Sergey Senozhatsky <sergey.senozhatsky@gmail.com> - 2016-07-12 18:50 +0200
Re: [PATCH v12 0/3] printk: Make printk() completely async Viresh Kumar <viresh.kumar@linaro.org> - 2016-07-12 19:10 +0200
Re: [PATCH v12 0/3] printk: Make printk() completely async Petr Mladek <pmladek@suse.com> - 2016-07-13 13:30 +0200
csiph-web