summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorChristophe Leroy <christophe.leroy@c-s.fr>2018-01-18 14:11:21 +0300
committerWim Van Sebroeck <wim@iguana.be>2018-01-21 14:44:59 +0300
commit1ff688209e2ed23f699269b9733993e2ce123fd2 (patch)
treea5c0ec3353b11e0f94999b6fe971f953c7149d83 /README
parent1d2e5eb521a7edeac9e9decd3d526b04e307bb41 (diff)
downloadlinux-1ff688209e2ed23f699269b9733993e2ce123fd2.tar.xz
watchdog: core: make sure the watchdog_worker is not deferred
commit 4cd13c21b207e ("softirq: Let ksoftirqd do its job") has the effect of deferring timer handling in case of high CPU load, hence delaying the delayed work allthought the worker is running which high realtime priority. As hrtimers are not managed by softirqs, this patch replaces the delayed work by a plain work and uses an hrtimer to schedule that work. Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr> Reviewed-by: Guenter Roeck <Linux@roeck-us.net> Signed-off-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Diffstat (limited to 'README')
0 files changed, 0 insertions, 0 deletions