* [PATCH] selftests/mqueue: Fix incorrectly named file
@ 2026-03-12 14:02 Simon Liebold
2026-03-31 21:03 ` Shuah Khan
0 siblings, 1 reply; 2+ messages in thread
From: Simon Liebold @ 2026-03-12 14:02 UTC (permalink / raw)
To: Shuah Khan, Simon Liebold, SeongJae Park, Kees Cook,
linux-kselftest, linux-kernel
Cc: Simon Liebold, stable
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] selftests/mqueue: Fix incorrectly named file
2026-03-12 14:02 [PATCH] selftests/mqueue: Fix incorrectly named file Simon Liebold
@ 2026-03-31 21:03 ` Shuah Khan
0 siblings, 0 replies; 2+ messages in thread
From: Shuah Khan @ 2026-03-31 21:03 UTC (permalink / raw)
To: Simon Liebold, Shuah Khan, Simon Liebold, Kees Cook,
linux-kselftest, linux-kernel, SeongJae Park
Cc: stable, Shuah Khan
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-03-31 21:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-12 14:02 [PATCH] selftests/mqueue: Fix incorrectly named file Simon Liebold
2026-03-31 21:03 ` Shuah Khan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox