[PATCH] selftests/mqueue: Fix incorrectly named file

Simon Liebold posted 1 patch 3 weeks, 5 days ago
tools/testing/selftests/mqueue/{setting => settings} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename tools/testing/selftests/mqueue/{setting => settings} (100%)
[PATCH] selftests/mqueue: Fix incorrectly named file
Posted by Simon Liebold 3 weeks, 5 days ago
Commit 85506aca2eb4 ("selftests/mqueue: Set timeout to 180 seconds")
intended to increase the timeout for mq_perf_tests from the default
kselftest limit of 45 seconds to 180 seconds.

Unfortunately, the file storing this information was incorrectly named
`setting` instead of `settings`, causing the kselftest runner not to
pick up the limit and keep using the default 45 seconds limit.

Fix this by renaming it to `settings` to ensure that the kselftest
runner uses the increased timeout of 180 seconds for this test.

Fixes: 85506aca2eb4 ("selftests/mqueue: Set timeout to 180 seconds")
Cc: <stable@vger.kernel.org> # 5.10.y
Signed-off-by: Simon Liebold <simonlie@amazon.de>
---
 tools/testing/selftests/mqueue/{setting => settings} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename tools/testing/selftests/mqueue/{setting => settings} (100%)

diff --git a/tools/testing/selftests/mqueue/setting b/tools/testing/selftests/mqueue/settings
similarity index 100%
rename from tools/testing/selftests/mqueue/setting
rename to tools/testing/selftests/mqueue/settings

base-commit: 5ee8dbf54602dc340d6235b1d6aa17c0f283f48c
-- 
2.50.1




Amazon Web Services Development Center Germany GmbH
Tamara-Danz-Str. 13
10243 Berlin
Geschaeftsfuehrung: Christof Hellmis, Andreas Stieger
Eingetragen am Amtsgericht Charlottenburg unter HRB 257764 B
Sitz: Berlin
Ust-ID: DE 365 538 597
Re: [PATCH] selftests/mqueue: Fix incorrectly named file
Posted by Shuah Khan 6 days, 17 hours ago
On 3/12/26 08:02, Simon Liebold wrote:
> Commit 85506aca2eb4 ("selftests/mqueue: Set timeout to 180 seconds")
> intended to increase the timeout for mq_perf_tests from the default
> kselftest limit of 45 seconds to 180 seconds.
> 
> Unfortunately, the file storing this information was incorrectly named
> `setting` instead of `settings`, causing the kselftest runner not to
> pick up the limit and keep using the default 45 seconds limit.
> 
> Fix this by renaming it to `settings` to ensure that the kselftest
> runner uses the increased timeout of 180 seconds for this test.
> 
> Fixes: 85506aca2eb4 ("selftests/mqueue: Set timeout to 180 seconds")
> Cc: <stable@vger.kernel.org> # 5.10.y
> Signed-off-by: Simon Liebold <simonlie@amazon.de>
> ---
>   tools/testing/selftests/mqueue/{setting => settings} | 0
>   1 file changed, 0 insertions(+), 0 deletions(-)
>   rename tools/testing/selftests/mqueue/{setting => settings} (100%)
> 
> diff --git a/tools/testing/selftests/mqueue/setting b/tools/testing/selftests/mqueue/settings
> similarity index 100%
> rename from tools/testing/selftests/mqueue/setting
> rename to tools/testing/selftests/mqueue/settings
> 
> base-commit: 5ee8dbf54602dc340d6235b1d6aa17c0f283f48c

Applied to linux-kseftest next for Linux 7.1-rc1

thanks,
-- Shuah