Re: [PATCH] softlockup: fix potential race in hung_task whenresetting timeout

From: Ingo Molnar
Date: Sun Jan 18 2009 - 13:22:54 EST



* Mandeep Singh Baines <msb@xxxxxxxxxx> wrote:

> Patch against tip/core/softlockup.
>
> ---
>
> A potential race exists if sysctl_hung_task_timeout_secs is reset to 0
> while inside check_hung_uniterruptible_tasks(). If check_task() is
> entered, a comparison with 0 will result in a false hung_task being
> detected.
>
> If sysctl_hung_task_panic is set, the system will panic.
>
> Signed-off-by: Mandeep Singh Baines <msb@xxxxxxxxxx>
> ---
> kernel/hung_task.c | 24 ++++++++++++++++--------
> 1 files changed, 16 insertions(+), 8 deletions(-)

Applied to tip/core/softlockup, thanks Mandeep!

Ingo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/