diff options
| author | Li Zefan <[email protected]> | 2013-09-23 08:43:58 +0000 |
|---|---|---|
| committer | Ingo Molnar <[email protected]> | 2013-09-23 09:10:49 +0000 |
| commit | cd64647f043e3fd3569bcf068f47f030198ff93a (patch) | |
| tree | c4ff621340758e4dde72ddb8c3a63d32604c0fbb /net/lapb | |
| parent | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux (diff) | |
| download | kernel-cd64647f043e3fd3569bcf068f47f030198ff93a.tar.gz kernel-cd64647f043e3fd3569bcf068f47f030198ff93a.zip | |
hung_task: Change sysctl_hung_task_check_count to 'int'
As 'sysctl_hung_task_check_count' is 'unsigned long' when this
value is assigned to max_count in check_hung_uninterruptible_tasks(),
it's truncated to 'int' type.
This causes a minor artifact: if we write 2^32 to sysctl.hung_task_check_count,
hung task detection will be effectively disabled.
With this fix, it will still truncate the user input to 32 bits, but
reading sysctl.hung_task_check_count reflects the actual truncated value.
Signed-off-by: Li Zefan <[email protected]>
Acked-by: Ingo Molnar <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'net/lapb')
0 files changed, 0 insertions, 0 deletions
