Ulrich Obergfell
39d2da2161
kernel/watchdog.c: fix race between proc_watchdog_thresh() and watchdog_timer_fn()
...
Theoretically it is possible that the watchdog timer expires right at the
time when a user sets 'watchdog_thresh' to zero (note: this disables the
lockup detectors). In this scenario, the is_softlockup() function - which
is called by the timer - could produce a false positive.
Fix this by checking the current value of 'watchdog_thresh'.
Signed-off-by: Ulrich Obergfell <uobergfe@redhat.com>
Acked-by: Don Zickus <dzickus@redhat.com>
Reviewed-by: Aaron Tomlin <atomlin@redhat.com>
Cc: Ulrich Obergfell <uobergfe@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2015-11-05 19:34:48 -08:00
..
2015-11-03 11:29:56 -05:00
2015-06-16 11:04:29 +01:00
2015-11-04 09:41:05 -08:00
2015-06-30 19:44:57 -07:00
2015-11-04 18:10:13 -08:00
2015-07-14 22:48:06 +02:00
2015-11-03 18:03:50 -08:00
2015-10-14 02:37:17 +02:00
2015-09-10 13:29:01 -07:00
2015-10-07 16:06:25 -07:00
2015-11-03 18:03:50 -08:00
2015-11-03 14:13:41 -08:00
2015-11-04 20:28:10 -08:00
2015-04-11 22:27:55 -04:00
2015-08-06 16:14:53 -04:00
2015-09-08 13:34:59 -07:00
2015-09-08 13:34:59 -07:00
2015-09-08 13:34:59 -07:00
2015-09-08 13:34:59 -07:00
2015-08-06 16:17:25 -04:00
2015-09-08 13:34:59 -07:00
2015-04-15 16:35:22 -07:00
2015-07-14 17:29:23 -04:00
2015-08-25 14:19:25 -04:00
2015-09-16 11:51:12 -04:00
2015-06-04 23:57:18 +02:00
2015-05-07 12:02:51 +02:00
2015-09-03 02:42:20 +02:00
2015-11-03 18:03:50 -08:00
2015-08-10 11:18:41 -04:00
2015-09-10 13:29:01 -07:00
2015-04-12 21:03:31 +02:00
2015-11-03 18:03:50 -08:00
2015-09-10 13:29:01 -07:00
2015-10-15 11:23:41 +02:00
2015-11-04 21:50:37 -08:00
2015-04-15 16:35:22 -07:00
2015-04-15 16:35:22 -07:00
2015-08-03 11:34:16 +02:00
2015-05-12 09:46:00 +02:00
2015-10-21 11:10:57 +02:00
2015-09-10 13:29:01 -07:00
2015-09-10 13:29:01 -07:00
2015-09-10 13:29:01 -07:00
2015-10-23 17:55:10 +09:00
2015-08-04 10:16:54 +02:00
2015-09-10 13:29:01 -07:00
2015-09-04 16:54:41 -07:00
2015-09-11 15:21:34 -07:00
2015-09-11 15:21:34 -07:00
2015-10-26 16:55:56 -04:00
2015-08-12 17:01:01 +01:00
2015-08-24 10:37:01 +09:30
2015-09-01 08:40:25 -07:00
2015-06-30 19:44:57 -07:00
2015-07-01 10:49:25 -07:00
2015-07-22 15:27:32 -07:00
2015-09-08 15:35:28 -07:00
2015-10-27 19:55:13 -07:00
2015-09-10 13:29:01 -07:00
2015-06-30 19:44:59 -07:00
2015-08-10 23:07:05 -04:00
2015-10-27 19:55:13 -07:00
2015-08-07 04:39:40 +03:00
2015-04-19 13:19:23 -07:00
2015-10-20 10:23:55 +02:00
2015-10-20 10:25:56 +02:00
2015-09-11 15:21:34 -07:00
2015-07-10 10:39:25 -05:00
2015-11-05 19:34:48 -08:00
2015-09-05 13:46:58 -07:00
2015-10-06 11:25:01 -07:00
2015-09-04 16:54:41 -07:00
2015-11-05 19:34:48 -08:00
2015-09-30 13:06:46 -04:00