From: Shuah Khan <skhan@linuxfoundation.org>
To: "Zhijian Li (Fujitsu)" <lizhijian@fujitsu.com>,
"linux-kselftest@vger.kernel.org"
<linux-kselftest@vger.kernel.org>
Cc: "shuah@kernel.org" <shuah@kernel.org>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
Shuah Khan <skhan@linuxfoundation.org>
Subject: Re: [PATCH for-next 1/3] selftests/watchdog: add count parameter for watchdog-test
Date: Sun, 27 Oct 2024 23:55:04 -0600 [thread overview]
Message-ID: <f10e8a78-3b50-4212-9b5d-ba99a3421379@linuxfoundation.org> (raw)
In-Reply-To: <3ee0d14a-7f6b-4ef4-9349-d6b0f14ba9e8@fujitsu.com>
On 10/27/24 23:45, Zhijian Li (Fujitsu) wrote:
>
>
> On 28/10/2024 13:31, Shuah Khan wrote:
>> On 10/27/24 22:02, Zhijian Li (Fujitsu) wrote:
>>>
>>>
>>> On 28/10/2024 11:29, Shuah Khan wrote:
>>>> On 10/27/24 18:50, Zhijian Li (Fujitsu) wrote:
>>>>>
>>>>>
>>>>> On 27/10/2024 08:28, Shuah Khan wrote:
>>>>>> On 10/24/24 19:39, Li Zhijian wrote:
>>>>>>> Currently, watchdog-test keep running until it gets a SIGINT. However,
>>>>>>> when watchdog-test is executed from the kselftests framework, where it
>>>>>>> launches test via timeout which will send SIGTERM in time up. This could
>>>>>>> lead to
>>>>>>> 1. watchdog haven't stop, a watchdog reset is triggered to reboot the OS
>>>>>>> in silent.
>>>>>>> 2. kselftests gets an timeout exit code, and judge watchdog-test as
>>>>>>> 'not ok'
>>>>>>>
>>>>>> This test isn't really supposed to be run from kselftest framework.
>>>>>> This is the reason why it isn't included in the default run.
>>>>>
>>>>> May I know what's the default run, is it different from `make run_tests` ?
>>>>
>>>> No it isn't. "make kselftest" runs only the targets mentioned in the
>>>> selftests Makefile. That is considered the kselftest default run.
>>>
>>> Hey, Shuah,
>>>
>>>
>>> Thanks for your explanation.
>>> If that is the case, I do not have an urgent need for the current patch, expect
>>> I'd like to avoid the reboot issue after an accidentally `make run_tests`
>>>
>>> Some changes are make as below, please take a look. I will send it out we reach a consensus.
>>>
>>>
>>> commit 2296f9d88fde4921758a45bf160a7f1b9d4678a0 (HEAD)
>>> Author: Li Zhijian <lizhijian@fujitsu.com>
>>> Date: Mon Oct 28 11:54:03 2024 +0800
>>>
>>> selftests/watchdog-test: Fix system accidentally reset after watchdog-test
>>> After `make run_tests` to run watchdog-test, a system reboot would
>>> happen due to watchdog not stop.
>>> ```
>>
>> The system shouldn't reboot just because watchdog test is left running.
>> watchdog test keeps calling ioctl() with WDIOC_KEEPALIVE to make sure
>> the watchdog card timer is reset.
>
> Err..
>
> How watchdog test keep calling ioctl() with WDIOC_KEEPALIVE after ./watchdog_test has finished?
>
> In my understanding, the cause is that, ./watchdog_test didn't goto neither
> A)
> 347 end:
> 348 /*
> 349 * Send specific magic character 'V' just in case Magic Close is
> 350 * enabled to ensure watchdog gets disabled on close.
> 351 */
> 352 ret = write(fd, &v, 1);
> 353 if (ret < 0)
> 354 printf("Stopping watchdog ticks failed (%d)...\n", errno);
>
> nor B)
Can you send strace output from "make run_tests" from your system?
thanks,
-- Shuah
next prev parent reply other threads:[~2024-10-28 5:55 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-25 1:39 [PATCH for-next 1/3] selftests/watchdog: add count parameter for watchdog-test Li Zhijian
2024-10-25 1:39 ` [PATCH for-next 2/3] selftests/watchdog: exit watchdog-test with error code Li Zhijian
2024-10-25 1:39 ` [PATCH for-next 3/3] selftests/watchdog: Add run_watchdog-test.sh to run watchdog tests Li Zhijian
2024-10-27 0:28 ` [PATCH for-next 1/3] selftests/watchdog: add count parameter for watchdog-test Shuah Khan
2024-10-28 0:50 ` Zhijian Li (Fujitsu)
2024-10-28 3:29 ` Shuah Khan
2024-10-28 4:02 ` Zhijian Li (Fujitsu)
2024-10-28 5:31 ` Shuah Khan
2024-10-28 5:45 ` Zhijian Li (Fujitsu)
2024-10-28 5:55 ` Shuah Khan [this message]
2024-10-28 6:06 ` Zhijian Li (Fujitsu)
2024-10-28 6:25 ` Shuah Khan
2024-10-28 6:32 ` Zhijian Li (Fujitsu)
2024-10-28 6:44 ` Shuah Khan
2024-10-29 2:24 ` Shuah Khan
2024-10-29 3:03 ` Zhijian Li (Fujitsu)
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=f10e8a78-3b50-4212-9b5d-ba99a3421379@linuxfoundation.org \
--to=skhan@linuxfoundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-kselftest@vger.kernel.org \
--cc=lizhijian@fujitsu.com \
--cc=shuah@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox