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

From: Aaron Tomlin <atomlin@redhat.com>

When khungtaskd detects hung tasks, it prints out
backtraces from a number of those tasks. Sometimes
the information on why things are stuck is hidden
in those backtraces. Limiting the number of
backtraces being printed out can result in the user
not seeing the information necessary to debug the
issue. This patch introduces an option to print an
unlimited number of backtraces when khungtaskd
detects 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           | 6 ++++--
 kernel/sysctl.c              | 6 ++++--
 3 files changed, 9 insertions(+), 5 deletions(-)

-- 
1.8.4.2


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

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

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-15 16:27 [RFC PATCH v3 0/2] hung_task: Display every hung task warning atomlin
2014-01-15 16:27 ` [RFC PATCH v3 1/2] sysctl: Make neg_one a standard constraint atomlin
2014-01-15 16:27 ` [RFC PATCH v3 2/2] hung_task: Display every hung task warning atomlin
2014-01-15 20:56   ` David Rientjes

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