Re: [PATCH] selftests/watchdog-test: Fix system accidentally reset after watchdog-test

2024-10-28 Thread Shuah Khan
On 10/28/24 21:13, Li Zhijian wrote: When running watchdog-test with 'make run_tests', the watchdog-test will be terminated by a timeout signal(SIGTERM) due to the test timemout. And then, a system reboot would happen due to watchdog not stop. see the dmesg as below: ``` [ 1367.185172] watchdog:

[PATCH] selftests/watchdog-test: Fix system accidentally reset after watchdog-test

2024-10-28 Thread Li Zhijian
When running watchdog-test with 'make run_tests', the watchdog-test will be terminated by a timeout signal(SIGTERM) due to the test timemout. And then, a system reboot would happen due to watchdog not stop. see the dmesg as below: ``` [ 1367.185172] watchdog: watchdog0: watchdog did not stop! ```