* Request for inclusion of fb90a6e93c0684 ("sched/debug: Don't dump sched debug info in SysRq-W")
@ 2017-02-15 9:09 Nikolay Borisov
2017-02-15 9:12 ` Ingo Molnar
2017-02-15 9:13 ` Peter Zijlstra
0 siblings, 2 replies; 5+ messages in thread
From: Nikolay Borisov @ 2017-02-15 9:09 UTC (permalink / raw)
To: stable; +Cc: Peter Zijlstra, rabinv, Ingo Molnar
Hello,
I'd like to ask for the patch in the subject to be included in stable
kernels. Without it if one wants to see only the blocked stats this
becomes impossible since the information dumped by sched_debug is so
much that it overflows the kmsg buffer and information about blocked
stats is overwritten. This is especially a problem in distro kernels
which are based on 4.4 and have enabled CONFIG_SCHED_DEBUG - e.g. ubuntu.
Regards,
Nikolay
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: Request for inclusion of fb90a6e93c0684 ("sched/debug: Don't dump sched debug info in SysRq-W") 2017-02-15 9:09 Request for inclusion of fb90a6e93c0684 ("sched/debug: Don't dump sched debug info in SysRq-W") Nikolay Borisov @ 2017-02-15 9:12 ` Ingo Molnar 2017-02-15 9:13 ` Peter Zijlstra 1 sibling, 0 replies; 5+ messages in thread From: Ingo Molnar @ 2017-02-15 9:12 UTC (permalink / raw) To: Nikolay Borisov; +Cc: stable, Peter Zijlstra, rabinv * Nikolay Borisov <n.borisov.lkml@gmail.com> wrote: > Hello, > > I'd like to ask for the patch in the subject to be included in stable > kernels. Without it if one wants to see only the blocked stats this > becomes impossible since the information dumped by sched_debug is so > much that it overflows the kmsg buffer and information about blocked > stats is overwritten. This is especially a problem in distro kernels > which are based on 4.4 and have enabled CONFIG_SCHED_DEBUG - e.g. ubuntu. I'm fine with including fb90a6e93c0684 in -stable, assuming you tested it and such. Ingo ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Request for inclusion of fb90a6e93c0684 ("sched/debug: Don't dump sched debug info in SysRq-W") 2017-02-15 9:09 Request for inclusion of fb90a6e93c0684 ("sched/debug: Don't dump sched debug info in SysRq-W") Nikolay Borisov 2017-02-15 9:12 ` Ingo Molnar @ 2017-02-15 9:13 ` Peter Zijlstra 2017-02-15 9:17 ` Nikolay Borisov 1 sibling, 1 reply; 5+ messages in thread From: Peter Zijlstra @ 2017-02-15 9:13 UTC (permalink / raw) To: Nikolay Borisov; +Cc: stable, rabinv, Ingo Molnar On Wed, Feb 15, 2017 at 11:09:14AM +0200, Nikolay Borisov wrote: > Hello, > > I'd like to ask for the patch in the subject to be included in stable > kernels. Without it if one wants to see only the blocked stats this > becomes impossible since the information dumped by sched_debug is so > much that it overflows the kmsg buffer and information about blocked > stats is overwritten. This is especially a problem in distro kernels > which are based on 4.4 and have enabled CONFIG_SCHED_DEBUG - e.g. ubuntu. Who cares about the kmsg buffer? Also, just make it bigger or disable SCHED_DEBUG, as the name implies it _is_ a debug feature after all. ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Request for inclusion of fb90a6e93c0684 ("sched/debug: Don't dump sched debug info in SysRq-W") 2017-02-15 9:13 ` Peter Zijlstra @ 2017-02-15 9:17 ` Nikolay Borisov 2017-02-15 17:07 ` Greg KH 0 siblings, 1 reply; 5+ messages in thread From: Nikolay Borisov @ 2017-02-15 9:17 UTC (permalink / raw) To: Peter Zijlstra; +Cc: stable, rabinv, Ingo Molnar On 15.02.2017 11:13, Peter Zijlstra wrote: > On Wed, Feb 15, 2017 at 11:09:14AM +0200, Nikolay Borisov wrote: >> Hello, >> >> I'd like to ask for the patch in the subject to be included in stable >> kernels. Without it if one wants to see only the blocked stats this >> becomes impossible since the information dumped by sched_debug is so >> much that it overflows the kmsg buffer and information about blocked >> stats is overwritten. This is especially a problem in distro kernels >> which are based on 4.4 and have enabled CONFIG_SCHED_DEBUG - e.g. ubuntu. > > Who cares about the kmsg buffer? Also, just make it bigger or disable > SCHED_DEBUG, as the name implies it _is_ a debug feature after all. but what if you want to use your distro's kernel and deal with custom recompiles. The kernel ought to come with sensible defaults. > ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Request for inclusion of fb90a6e93c0684 ("sched/debug: Don't dump sched debug info in SysRq-W") 2017-02-15 9:17 ` Nikolay Borisov @ 2017-02-15 17:07 ` Greg KH 0 siblings, 0 replies; 5+ messages in thread From: Greg KH @ 2017-02-15 17:07 UTC (permalink / raw) To: Nikolay Borisov; +Cc: Peter Zijlstra, stable, rabinv, Ingo Molnar On Wed, Feb 15, 2017 at 11:17:34AM +0200, Nikolay Borisov wrote: > On 15.02.2017 11:13, Peter Zijlstra wrote: > > On Wed, Feb 15, 2017 at 11:09:14AM +0200, Nikolay Borisov wrote: > >> Hello, > >> > >> I'd like to ask for the patch in the subject to be included in stable > >> kernels. Without it if one wants to see only the blocked stats this > >> becomes impossible since the information dumped by sched_debug is so > >> much that it overflows the kmsg buffer and information about blocked > >> stats is overwritten. This is especially a problem in distro kernels > >> which are based on 4.4 and have enabled CONFIG_SCHED_DEBUG - e.g. ubuntu. > > > > Who cares about the kmsg buffer? Also, just make it bigger or disable > > SCHED_DEBUG, as the name implies it _is_ a debug feature after all. > > but what if you want to use your distro's kernel and deal with custom > recompiles. That doesn't make sense, if your distro wants this information, it gets to pick what it wants. > The kernel ought to come with sensible defaults. You can turn it off if you have problems with it, I don't see this meeting the stable kernel rules. thanks, greg k-h ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2017-02-15 17:07 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-15 9:09 Request for inclusion of fb90a6e93c0684 ("sched/debug: Don't dump sched debug info in SysRq-W") Nikolay Borisov
2017-02-15 9:12 ` Ingo Molnar
2017-02-15 9:13 ` Peter Zijlstra
2017-02-15 9:17 ` Nikolay Borisov
2017-02-15 17:07 ` Greg KH
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.