Re: [PATCH v17 00/14] Add support for MT8195 SCP 2nd core

2023-09-18 Thread Laura Nao
> Other than patch 2 and 14, I have applied this set. The remaining patches > will > have to be resent to Matthias. > Thanks, > Mathieu Hello, With patch 2 missing, the SCP is not probed correctly anymore on asurada (MT8192) and kukui (MT8183). The mtk-scp driver relies on the existence of th

Re: [PATCH v17 00/14] Add support for MT8195 SCP 2nd core

2023-09-19 Thread Laura Nao
On 9/19/23 03:14, Mathieu Poirier wrote: > On Mon, Sep 18, 2023 at 12:31:41PM +0200, Laura Nao wrote: >>> Other than patch 2 and 14, I have applied this set. The remaining patches >>> will >>> have to be resent to Matthias. >> >>> Thanks, >>>

Re: [PATCH] remoteproc: mediatek: Refactor single core check and fix retrocompatibility

2023-09-20 Thread Laura Nao
on multi-core > SCP") > Signed-off-by: AngeloGioacchino Del Regno > > --- > drivers/remoteproc/mtk_scp.c | 18 +++--- > 1 file changed, 7 insertions(+), 11 deletions(-) > Tested on asurada (spherion) and jacuzzi (juniper). The issue was detected by KernelC

Testing Quality Call notes - 2024-11-03

2024-10-07 Thread Laura Nao
to cover additional pin configurations. Please reply to this thread if you'd like to join the call or discuss any of the topics further. We look forward to collaborating with the community to improve upstream tests and expand coverage to more areas of interest within the kernel. Best regards, Laura Nao

[PATCH v2] kselftests: Add test to detect boot event slowdowns

2024-10-18 Thread Laura Nao
nces. The test ships with a bootconfig file for setting up ftrace and a configuration fragment for the necessary kernel configs. Signed-off-by: Laura Nao --- Hello, This v2 is a follow-up to RFCv1[1] and includes changes based on feedback from the LPC 2024 session [2], along with some oth

Testing Quality Call notes - 2024-10-31

2024-11-05 Thread Laura Nao
more areas of interest within the kernel. Best regards, Laura Nao

[PATCH v2 1/2] selftests/watchdog: add -c option to limit the ping loop

2024-11-19 Thread Laura Nao
In order to run the watchdog selftest in a non-interactive environment, the loop responsible for pinging the watchdog should be finite. Introduce a new '-c' option to adjust the number of pings as needed. Signed-off-by: Laura Nao --- tools/testing/selftests/watchdog/watchdog-t

[PATCH v2 0/2] Modify the watchdog selftest for execution in non-interactive environments

2024-11-19 Thread Laura Nao
indefinitely until interrupted by SIGINT. [1] https://lore.kernel.org/all/20240506111359.224579-1-laura@collabora.com/ Changes in v2: - The keep_alive() loop remains infinite by default - Introduced keep_alive_res variable to track the WDIOC_KEEPALIVE ioctl return code for user reporting Laura Nao (2

[PATCH v2 2/2] selftests/watchdog: convert the test output to KTAP format

2024-11-19 Thread Laura Nao
Conform the test output to the KTAP format standard. The number of tests executed is determined by the script arguments, and options such as -c, -f, -h, -i, and -p do not impact the total test count. Signed-off-by: Laura Nao --- .../selftests/watchdog/watchdog-test.c| 158

Re: [PATCH] selftests: Warn about skipped tests in result summary

2024-11-25 Thread Laura Nao
Hi Shuah and Usama, On 11/25/24 09:46, Muhammad Usama Anjum wrote: > Hi Laura, > > Thank you for making change. > > On 11/22/24 11:19 PM, Shuah wrote: >> On 11/22/24 08:55, Laura Nao wrote: >>> Update the functions that print the test totals at the end of a sel

[PATCH v2] selftests: Warn about skipped tests in result summary

2024-11-26 Thread Laura Nao
Update the functions that print the test totals at the end of a selftest to include a warning message when skipped tests are detected. The message advises users that skipped tests may indicate missing configuration options and suggests enabling them to improve coverage. Signed-off-by: Laura Nao

[PATCH] selftests: Warn about skipped tests in result summary

2024-11-22 Thread Laura Nao
Update the functions that print the test totals at the end of a selftest to include a warning message when skipped tests are detected. The message advises users that skipped tests may indicate missing configuration options and suggests enabling them to improve coverage. Signed-off-by: Laura Nao