mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [RFC PATCH v2 0/2] hung_task: Display every hung task warning
@ 2014-01-14 23:41 atomlin
  2014-01-14 23:41 ` [RFC PATCH v2 1/2] sysctl: Make neg_one a standard constraint atomlin
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: atomlin @ 2014-01-14 23:41 UTC (permalink / raw)
  To: linux-kernel; +Cc: mingo, oleg, riel, akpm

From: Aaron Tomlin <atomlin@redhat.com>

The khungtaskd thread limits how many hung task warnings it displays
at a time, when a timeout occurs. This patch allows that limit to be
set to "unlimited", by setting hung_task_warnings to -1, which will
cause khungtaskd to display information about all hung tasks.

While ULONG_MAX is practically "inf", this patch takes it one step
further. Note: The maximum is now 2^31-1 (INT_MAX) which should
hopefully be sufficient.

Rebased against v3.13-rc8.

Aaron Tomlin (2):
  sysctl: Make neg_one a standard constraint
  hung_task: Display every hung task warning

 include/linux/sched/sysctl.h | 2 +-
 kernel/hung_task.c           | 9 +++++----
 kernel/sysctl.c              | 6 ++++--
 3 files changed, 10 insertions(+), 7 deletions(-)

-- 
1.8.4.2


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-01-15  0:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-01-14 23:41 [RFC PATCH v2 0/2] hung_task: Display every hung task warning atomlin
2014-01-14 23:41 ` [RFC PATCH v2 1/2] sysctl: Make neg_one a standard constraint atomlin
2014-01-14 23:41 ` [RFC PATCH v2 2/2] hung_task: Display every hung task warning atomlin
2014-01-15  0:09 ` [RFC PATCH v2 0/2] " Andrew Morton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome