All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andrew Morton <akpm@linux-foundation.org>
To: mm-commits@vger.kernel.org,ioworker0@gmail.com,akpm@linux-foundation.org
Subject: [folded-merged] hung_task-add-detect-count-for-hung-tasks-fix.patch removed from -mm tree
Date: Wed, 06 Nov 2024 13:38:43 -0800	[thread overview]
Message-ID: <20241106213843.ABE31C4CEC6@smtp.kernel.org> (raw)


The quilt patch titled
     Subject: hung_task-add-detect-count-for-hung-tasks-fix
has been removed from the -mm tree.  Its filename was
     hung_task-add-detect-count-for-hung-tasks-fix.patch

This patch was dropped because it was folded into hung_task-add-detect-count-for-hung-tasks.patch

------------------------------------------------------
From: Lance Yang <ioworker0@gmail.com>
Subject: hung_task-add-detect-count-for-hung-tasks-fix
Date: Fri, 1 Nov 2024 19:48:33 +0800

sysctl_hung_task_detect_count is defined as an unsigned long, so we need
to use proc_doulongvec_minmax instead of proc_dointvec to handle it
correctly.

Link: https://lkml.kernel.org/r/20241101114833.8377-1-ioworker0@gmail.com
Signed-off-by: Lance Yang <ioworker0@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 kernel/hung_task.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/kernel/hung_task.c~hung_task-add-detect-count-for-hung-tasks-fix
+++ a/kernel/hung_task.c
@@ -330,7 +330,7 @@ static struct ctl_table hung_task_sysctl
 		.data		= &sysctl_hung_task_detect_count,
 		.maxlen		= sizeof(unsigned long),
 		.mode		= 0444,
-		.proc_handler	= proc_dointvec,
+		.proc_handler	= proc_doulongvec_minmax,
 	},
 };
 
_

Patches currently in -mm which might be from ioworker0@gmail.com are

hung_task-add-detect-count-for-hung-tasks.patch
hung_task-add-docs-for-hung_task_detect_count.patch


                 reply	other threads:[~2024-11-06 21:38 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20241106213843.ABE31C4CEC6@smtp.kernel.org \
    --to=akpm@linux-foundation.org \
    --cc=ioworker0@gmail.com \
    --cc=mm-commits@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.