Loading
sdei_watchdog: do not update last_check_time when no watchdog_hardlockup_check is performed
ascend inclusion category: bugfix bugzilla: https://gitee.com/openeuler/kernel/issues/I8MZ9I CVE: N/A --------------------------------------- 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. Fixes: 0fa83fd0 ("sdei_watchdog: avoid possible false hardlockup") Signed-off-by:Liu Wei <lw8186@163.com>