Loading
!6863 sdei_watchdog: don't update last_check_time when no watchdog_hardlockup_check is performed
Merge Pull Request from: @hanya In function sdei_watchdog_callback, the last_check_time is used to determine whether to call watchdog_hardlockup_check. But it may be updated even when watchdog_hardlockup_check is not called. fix: commit 0fa83fd0 ("sdei_watchdog: avoid possible false hardlockup") category: bugfix bugzilla: https://gitee.com/openeuler/kernel/issues/I8MZ9I CVE: N/A Link:https://gitee.com/openeuler/kernel/pulls/6863 Reviewed-by:Xiongfeng Wang <wangxiongfeng2@huawei.com> Signed-off-by:
Zhang Peng <zhangpeng362@huawei.com>