mm-commits.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [folded-merged] hung_task-allow-hung_task_panic-when-hung_task_warnings-is-0-fix.patch removed from -mm tree
@ 2016-10-11 20:40 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2016-10-11 20:40 UTC (permalink / raw)
  To: akpm, jsiddle, penguin-kernel, mm-commits


The patch titled
     Subject: hung_task-allow-hung_task_panic-when-hung_task_warnings-is-0-fix
has been removed from the -mm tree.  Its filename was
     hung_task-allow-hung_task_panic-when-hung_task_warnings-is-0-fix.patch

This patch was dropped because it was folded into hung_task-allow-hung_task_panic-when-hung_task_warnings-is-0.patch

------------------------------------------------------
From: Andrew Morton <akpm@linux-foundation.org>
Subject: hung_task-allow-hung_task_panic-when-hung_task_warnings-is-0-fix

fix off-by-one

Cc: John Siddle <jsiddle@redhat.com>
Cc: Tetsuo Handa <penguin-kernel@i-love.sakura.ne.jp>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 kernel/hung_task.c |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff -puN kernel/hung_task.c~hung_task-allow-hung_task_panic-when-hung_task_warnings-is-0-fix kernel/hung_task.c
--- a/kernel/hung_task.c~hung_task-allow-hung_task_panic-when-hung_task_warnings-is-0-fix
+++ a/kernel/hung_task.c
@@ -101,14 +101,12 @@ static void check_hung_task(struct task_
 	if (!sysctl_hung_task_warnings && !sysctl_hung_task_panic)
 		return;
 
-	if (sysctl_hung_task_warnings > 0)
-		sysctl_hung_task_warnings--;

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-10-11 20:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-11 20:40 [folded-merged] hung_task-allow-hung_task_panic-when-hung_task_warnings-is-0-fix.patch removed from -mm tree akpm

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).