From: Jiaju Zhang <jjzhang@suse.de>
To: Randy Dunlap <rdunlap@xenotime.net>
Cc: linux-kbuild@vger.kernel.org, jkosina@suse.cz, mmarek@suse.cz
Subject: Re: [PATCH] Kconfig: Fix help message for DEFAULT_HUNG_TASK_TIMEOUT
Date: Fri, 09 Sep 2011 15:46:08 +0800 [thread overview]
Message-ID: <1315554368.5428.24.camel@linux-jjzhang> (raw)
In-Reply-To: <4E692ED0.5040906@xenotime.net>
On Thu, 2011-09-08 at 14:08 -0700, Randy Dunlap wrote:
> On 08/31/11 02:43, Jiaju Zhang wrote:
> > Added missing _secs in the help message of config DEFAULT_HUNG_TASK_TIMEOUT.
> >
> > Signed-off-by: Jiaju Zhang <jjzhang@suse.de>
> > ---
> > lib/Kconfig.debug | 5 +++--
> > 1 files changed, 3 insertions(+), 2 deletions(-)
> >
> > diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug
> > index c0cb9c4..f285553 100644
> > --- a/lib/Kconfig.debug
> > +++ b/lib/Kconfig.debug
> > @@ -248,8 +248,9 @@ config DEFAULT_HUNG_TASK_TIMEOUT
> > to determine when a task has become non-responsive and should
> > be considered hung.
> >
> > - It can be adjusted at runtime via the kernel.hung_task_timeout
> > - sysctl or by writing a value to /proc/sys/kernel/hung_task_timeout.
> > + It can be adjusted at runtime via the kernel.hung_task_timeout_secs
> > + sysctl or by writing a value to
> > + /proc/sys/kernel/hung_task_timeout_secs.
> >
> > A timeout of 0 disables the check. The default is two minutes.
> > Keeping the default should be fine in most cases.
>
> Acked-by: Randy Dunlap <rdunlap@xenotime.net>
Many thanks for the ack;)
>
> Jiri, merge in trivial tree?
>
> Jiaju, would you also add 'hung_task_timeout_secs' to
> Documentation/sysctl/kernel.txt, please?
Yes. It seems Andrew Morton just added it in -mm tree. In order to avoid
merge conflict, I'd like to write another patch to do this modification
when I go back to office.
Thanks,
Jiaju
prev parent reply other threads:[~2011-09-09 7:48 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-08-31 9:43 [PATCH] Kconfig: Fix help message for DEFAULT_HUNG_TASK_TIMEOUT Jiaju Zhang
2011-09-08 21:08 ` Randy Dunlap
2011-09-09 7:46 ` Jiaju Zhang [this message]
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=1315554368.5428.24.camel@linux-jjzhang \
--to=jjzhang@suse.de \
--cc=jkosina@suse.cz \
--cc=linux-kbuild@vger.kernel.org \
--cc=mmarek@suse.cz \
--cc=rdunlap@xenotime.net \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox