Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1489536 > unrolled thread
| Started by | Vivien Didelot <vivien.didelot@savoirfairelinux.com> |
|---|---|
| First post | 2016-09-22 23:00 +0200 |
| Last post | 2016-09-23 07:40 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH] lib: debug: fix typo in DETECT_HUNG_TASK help text Vivien Didelot <vivien.didelot@savoirfairelinux.com> - 2016-09-22 23:00 +0200
[tip:locking/urgent] locking/hung_task: Fix typo in CONFIG_DETECT_HUNG_TASK help text tip-bot for Vivien Didelot <tipbot@zytor.com> - 2016-09-23 07:40 +0200
| From | Vivien Didelot <vivien.didelot@savoirfairelinux.com> |
|---|---|
| Date | 2016-09-22 23:00 +0200 |
| Subject | [PATCH] lib: debug: fix typo in DETECT_HUNG_TASK help text |
| Message-ID | <skjg5-2JH-5@gated-at.bofh.it> |
Fix the indefinitiley -> indefinitely typo in Kconfig.debug. Signed-off-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com> --- lib/Kconfig.debug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index e2894b2..ee9e9a3 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug @@ -755,7 +755,7 @@ config DETECT_HUNG_TASK help Say Y here to enable the kernel to detect "hung tasks", which are bugs that cause the task to be stuck in - uninterruptible "D" state indefinitiley. + uninterruptible "D" state indefinitely. When a hung task is detected, the kernel will print the current stack trace (which you should report), but the -- 2.5.0
[toc] | [next] | [standalone]
| From | tip-bot for Vivien Didelot <tipbot@zytor.com> |
|---|---|
| Date | 2016-09-23 07:40 +0200 |
| Subject | [tip:locking/urgent] locking/hung_task: Fix typo in CONFIG_DETECT_HUNG_TASK help text |
| Message-ID | <skrnk-81v-13@gated-at.bofh.it> |
| In reply to | #1489536 |
Commit-ID: 96b03ab86d843524ec4aed7fe0ceef412c684c68 Gitweb: http://git.kernel.org/tip/96b03ab86d843524ec4aed7fe0ceef412c684c68 Author: Vivien Didelot <vivien.didelot@savoirfairelinux.com> AuthorDate: Thu, 22 Sep 2016 16:55:13 -0400 Committer: Ingo Molnar <mingo@kernel.org> CommitDate: Fri, 23 Sep 2016 07:30:04 +0200 locking/hung_task: Fix typo in CONFIG_DETECT_HUNG_TASK help text Fix the indefinitiley -> indefinitely typo in Kconfig.debug. Signed-off-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com> Cc: Andrew Morton <akpm@linux-foundation.org> Cc: Linus Torvalds <torvalds@linux-foundation.org> Cc: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Thomas Gleixner <tglx@linutronix.de> Link: http://lkml.kernel.org/r/20160922205513.17821-1-vivien.didelot@savoirfairelinux.com Signed-off-by: Ingo Molnar <mingo@kernel.org> --- lib/Kconfig.debug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 2e2cca5..cab7405 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug @@ -821,7 +821,7 @@ config DETECT_HUNG_TASK help Say Y here to enable the kernel to detect "hung tasks", which are bugs that cause the task to be stuck in - uninterruptible "D" state indefinitiley. + uninterruptible "D" state indefinitely. When a hung task is detected, the kernel will print the current stack trace (which you should report), but the
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web