public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH 0/2] hung_task: Display every hung task warning
@ 2014-01-13 17:14 atomlin
  2014-01-13 17:14 ` [RFC PATCH 1/2] sysctl: Make neg_one a standard constraint atomlin
  2014-01-13 17:14 ` [RFC PATCH 2/2] hung_task: Display every hung task warning atomlin
  0 siblings, 2 replies; 6+ messages in thread
From: atomlin @ 2014-01-13 17:14 UTC (permalink / raw)
  To: linux-kernel; +Cc: mingo, oleg, riel, akpm

From: Aaron Tomlin <atomlin@redhat.com>

Enable hung_task_warnings to display every hung task warning, when
set to -1. While ULONG_MAX is practically "unlimited", this patch
takes it one step further. Note: The maximum is now 2^31-1 which
should (hopefully) be sufficient.

Please let me know your thoughts.

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] 6+ messages in thread

end of thread, other threads:[~2014-01-14 16:33 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-13 17:14 [RFC PATCH 0/2] hung_task: Display every hung task warning atomlin
2014-01-13 17:14 ` [RFC PATCH 1/2] sysctl: Make neg_one a standard constraint atomlin
2014-01-14 14:13   ` Rik van Riel
2014-01-13 17:14 ` [RFC PATCH 2/2] hung_task: Display every hung task warning atomlin
2014-01-14 14:13   ` Rik van Riel
2014-01-14 16:33     ` Ingo Molnar

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